@font-face {
  font-family: mermaid-bold;
  src: url(fontfamily/Mermaid1001.ttf);
}
body {
     margin: 0;
     padding: 0;
     font-family: 'Poppins', sans-serif;
}
.qme-header{
    padding: 14px 0px;
    border: none;
    margin-bottom: 0;
    background: transparent;
}
.logo img{
    height: auto;
   /* max-width: 240px;*/
    margin-top: -5px;
}
.navbar-brand.logo{
    padding: 0 0;
}
.qme-navmenu{
    margin-top: 6px;
}
.qme-navmenu .btn{  
    padding: 8px 39px;
    margin-left: 20px;
    font-weight: bold;
    border-radius: 6px;
    background: #e3e3e3;
    border: none;
    color: #000;
}
.qme-navmenu li:nth-child(2) a.btn{
    background: #574de3;
    color: #fff;
    font-weight: 500;
}
.qme-navmenu li .toggle-nav {
    padding: 8px 18px;
    background: #574de3;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    margin-left: 30px;
}
.qme-navmenu li .toggle-nav .fa{
    color: #fff;
}
.qme-navmenu li .toggle-nav:hover{
    background: #574de3 !important;
}
/* sidebar */
.qme-close-sidebar {
    background: #574de3;
    margin-top: 11px;
    padding: 7px 12px;
    text-align: right;
    border-radius: 6px;
}
.qme-close-sidebar a{
    text-align: right;
    display: inline-block;
}
.qme-close-sidebar .fa {
    color: #959595;
    background: #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}
#Qme-sidenav{
    display: none;
}
.newnav-slide{
    right: 0px !important;
    display: block;    
}
.header-sidebar{
    position: fixed;
    width: 30%;
    background: #ffff;
    height: 100%;
    top: 0;
    right: -494px;
    z-index: 9999;
    padding: 0px 20px;
}
.sidebar-heading{
    padding: 10px 15px;
    margin: 10px 0px;
    border-radius: 10px;
}
.sidebar-heading h3{
    margin: 0 0;
    font-weight: 600;
    font-size: 1.6rem;
}
.sidebar-cards{
    display: flex;
    justify-content: flex-start;
    text-align: center;
    margin: 20px 0px;
}
.sidebar-box a{
    color: #333;
    text-decoration: none;
}
.sidebar-box{
    margin-bottom: 10px;
}
.sidebar-box p{
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
}
.sidebar-box img{
    height: 40px;
}
.header-sidebar .sidebar-box {
    width: 33.33333%;
}

/* search */
.search-section{
    background: url('../img/header-banner.png');
    width: 100%;
    height: 217px;
    background-size: contain;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}
.search-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #574de3cc;
}
.search-section p{
    font-size: 22px;
    z-index: 999;
    position: relative;
    color: #fff;
    max-width: 680px;
    margin: auto;
    text-align: center;
}
.qme-location-search{
    background: #fff;
    padding: 5px 5px;
    border-radius: 7px;
    box-shadow: 2px 12px 53px #574de333;
    max-width: 730px;
    margin: auto;
    margin-top: -26px;
    z-index: 999;
    position: relative;
}
.qme-search{
    display: flex;
    align-items: center;
}
.qme-search-select{
    width: 17%;
}
.qme-search-select select:focus{
    outline: none;
}
.qme-search-select select{
    background: #f1f1f1;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
}
.saerch-state-city{
    display: flex;
    margin-right: 20px;
	width: 100%;
}
.saerch-state-city select{
    background: #f1f1f1;
    border: none;
    padding: 10px 10px;
    border-radius: 5px;
    margin-left: 10px;
    /*width: 110px;*/
}
.qme-searchbar{
    width: 100%;
    margin-bottom: 0;
}
.qme-searchbar .form-control{
    width: 100%;   
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    padding:0 20px;
}
.qme-search-button button{
    background: transparent;
    padding: 0;
    border: none;
    margin-left: 10px;
    margin-top: -5px;
}
.qme-search-button button img{
    height: 25px;
}

/* qme local lsit */
.qme-modal-list{
    margin-top: 40px;
}
.qme-modal-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.qme-modal-list ul li{
    display: inline-block;
    margin: 0px 5px;
}
.qme-modal-list ul li a{
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
    padding: 11px 15px;
    border-radius: 5px;        
    text-decoration: none;
}
.qme-modal-list ul li a .fa{
    margin-left: 4px;
}
.qme-modal-list ul li.active a{
    background: #574de3;
    padding: 11px 15px;
    border-radius: 5px;    
    color: #fff;
}
.qme-modal-list ul li a:hover{
    background: #574de3;
    color: #fff;
}
.qme-modal-list ul li a.btn:hover{
    background: #413f57;
    color: #fff;
}
.qme-modal-list ul li a.btn {
    background: #413f57;
    color: #fff;
    font-size: 14px;
    border-radius: 9px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    left: 21px;
}
.qme-modal-list ul li a.btn:before {
    content: '';
    position: absolute;
    height: 57px;
    width: 3px;
    background: #413f57;
    top: -8px;
    left: -15px;
}
.qme-modal-list .modal-dialog{
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;    
}
.qme-modal-list .modal-title{
    text-align: left;
    color: #2c2c51;
    font-weight: 600;
}
.qme-modal-list .modal-header .close{
    font-size: 29px;
    opacity: 1;
}
.qme-modal-list .modal-body ul{
    display: flex !important;
    flex-flow: row wrap;
    padding-left: 0;
}
.qme-modal-list .modal-body ul li{
    white-space: nowrap;    
    margin: 12px 2px;
    list-style: none;
}
.qme-modal-list .modal-body ul li a{
    border: 2px solid #ddd !important;
    border-radius: 50px;
    padding: 6px 12px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    color: #000;
    background: transparent;
    margin-bottom: 5px;
}
.qme-modal-list .modal-body ul li a:hover{
    background: #1c7ff2;
    color: white;
    border-color: #1c7ff2 !important;
    cursor: pointer;
}

/* tranding sldier */
.slider-section .thumbnail{
 border: 0;
 border-radius: 0;
 }
 .slider-section .d{
   color: #574DE3;
 }

 .slider-section .carousel-indicators .active{
  background: #574DE3;
  width: 35px;

 }
 .slider-section .carousel-indicators li{
  background: #574DE3;
 }
 .slider-section .carousel-indicators {
      bottom: -40px;
  }
  .slider-section .carousel-control.right{
    background: none !important;
  }
  .slider-section .carousel-control.left{
    background: none !important;
  }
  .owl-theme .owl-nav [class*=owl-]{
     background: #574de3 !important;
     color: #fff !important;
     border-radius: 15px !important;
     padding-top: 6px !important;
     width: 27px;
     height: 27px;
}
.experience-items2 .owl-prev .fa{
    margin-top: 1px !important;    
}
.experience-items2 .owl-prev,
.experience-items2 .owl-next {
  position: absolute;
  top:33%;
  transform: translateY(-50%);
}
.experience-items2 .owl-prev {
  left: -4px;
}
.experience-items2 .owl-next {
  right: 0;
}
.experience-items3 .owl-prev,
.experience-items3 .owl-next {
  position: absolute;
  top:34%;
  transform: translateY(-50%);
}
.experience-items3 .owl-prev {
  left: 0;
}
.experience-items3 .owl-next {
  right: 0;
}
.experience-items2 .owl-theme .owl-dots{
  display: none !important;
} 
.experience-items3 .owl-theme .owl-dots{
  display: none !important;
}
.experience-items2 .owl-theme .owl-nav.disabled{
  display: block !important;
} 

.experience-items3 .owl-theme .owl-nav.disabled{
  display: block !important;
}
.owl-theme .owl-dots .owl-dot span{
  background: #574DE3 !important;
  width: 15px;
  margin: 5px 4px;
}
.owl-theme .owl-dots .owl-dot.active span{
  width: 25px;
}
.trading-thumbnail-caption h4 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Trending */
.trending-section{
    margin-top: 50px;
}
.trending-section h3{
    font-size: 42px;
    font-family: mermaid-bold;
    position: relative;
    margin-bottom: 40px;
}
.trending-section h3:before{
    content: '';
    position: absolute;
    border-bottom: 2px solid #574de3;
    width: 138px;
    height: 2px;
    bottom: 5px;
}
.qmelocal-how-work{
    background: #edecff;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: -84px;
    border-radius: 10px;
}
.tranding-box-slider img {
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
.tranding-box-slider h2 {
    font-size: 21px;
    font-weight: bold;
}
.tranding-box-slider p {
    font-size: 13px;
}
.qmelocal-how-work h2{
    font-family: mermaid-bold;
    text-align: center;
    font-size: 28px;
    color: #413f57;
    margin-top: 0;
    margin-bottom: 20px;
}
.qmelocal-how-work strong a{color:rgb(51, 51, 51)}
.qmelocal-how-work strong{
    font-size: 16px;
}
.qmelocal-how-work p{
    font-size: 12px;
    padding-top: 5px;
}
.qmelocal-how-work hr{
    max-width: 200px;
    margin: auto;
    border-top: 2px solid #333;
    margin-top: 20px;
    margin-bottom: 20px;
}
.qmelocal-how-work .btn{
    margin: auto;
    text-align: center;
    display: table;
    background: #495dcd;
    color: #fff;
    border: none;
    padding: 6px 22px;    
    border-radius: 10px;
    text-transform: uppercase;
    margin-top: 30px;
}
.slider-for{
    margin-bottom: 30px;
}
.slider-thumb-main{
    position: relative;
}
.slider-thumb-main h3{
    top: 20px;
    font-size: 27px !important;
}
.slider-thumb-main img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.slider-thumbnail-img .slick-list{
    padding: 0px 0px !important;
}
.slick-initialized .slick-slide{
    padding: 0 10px;    
}
.slick-initialized .slick-slide h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.slider-thumbnail-img img{
    width: 100%;
}
.py-40{
    padding: 40px 0px;
}
.section-heading{
    margin-bottom: 40px;
}
.section-heading h3{
    font-size: 52px;
    font-family: mermaid-bold;
    position: relative;   
    border-bottom: 2px solid #574de3;
    display: table;
}
.qme-services-card{
    margin-bottom: 30px;
}
.qme-services-card-img img{
    width: 100%;
}
.qme-services-card-caption p{
    display: block;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
    min-height: 51px;
    font-size: 12px;
}
.qme-services-card-caption h2{
    margin-top: 15px;
    display: block;
    font-weight: bold;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
    min-height: 35px;
    font-size: 14px;
}
.Qinfo{
    display: flex;
}
.Qinfo img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.Qinfo h4{
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}
.Qcard-user-info{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 15px;    
    margin-top: 22px;
}
.Q-user-menu .fa{
    font-size: 22px;
}
.Q-user-menu button{
    padding: 0;
    background: transparent;
    border: none;
}
.Q-user-menu .dropdown-menu{
    min-width: 280px;
    border-radius: 12px;
    background: #f5f5f6;
    right: -15px !important;
    left: auto;
}
.Q-user-menu .dropdown-menu h3 {
    font-size: 15px;
    font-weight: 600;
    background: #ccc;
    padding: 7px 12px;
    margin: 2px 11px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.qme-dropdown-menu-caption{
    padding: 0px 10px;
}
.qme-dropdown-menu-caption p{
    font-size: 12px;
    margin-bottom: 5px;
}
.qme-dropdown-menu-caption .btn{
    text-align: center;
}
.qme-dropdown-menu-caption .btn {
    background: #495dcd;
}
.qme-dropdown-menu-caption .btn {
    text-align: center;
    display: table;
    margin: auto;
    margin-bottom: 10px;
    background: #495dcd;
    color: #fff;
    border: none;
    padding: 8px 16px;
}
.Q-user-menu .dropdown-menu li {
    text-align: center;
    padding: 8px 0;
}
.Q-card-links ul{
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.Q-card-links ul li a:hover{
    color: #333;
}
.Q-card-links ul li a{ 
    font-size: 12px;
    color: #413f57;
    text-decoration: none;
}
.Q-card-links ul li a .fa{
    padding-right: 4px;
    color: #413f57;
}
.Q-card-links ul li a:hover{
    color: #5c4fee;
}
.Q-card-links ul li a:hover .fa{
    color: #5c4fee;   
}
.Qme-local-rightbar{
    padding: 20px 20px;
    border-radius: 8px;
    border:1px solid #e2e2e2;
}
.Q-rightbar-heading h3{
    margin-top: 0;
    font-weight: bold;
    font-size: 19px;
}
.rightbar-thumbnail img{
    width: 100%;
    border-radius: 10px;
}
.rightbar-thumbnail p{
    margin-top: 10px;
    margin-bottom: 20px;
}
.Qme-view-morecard{
    text-align: center;
    margin-top: 20px;
}
.Qme-view-morecard .btn:hover{
    background: #413f57;
}
.Qme-view-morecard .btn{
    background: #413f57;
    color: #fff;
    font-size: 14px;
    border-radius: 7px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 33px;
}
.jobs-career-qme .qme-services-card-caption h2{
    margin-top: 15px;
    display: block;
    font-weight: bold;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
    min-height: 35px;
    font-size: 17px;   
}
.jobs-career-qme .Qinfo h4 span{
    display: block;
    font-weight: 100;
    font-size: 11px;
    margin-top: 5px;
}
.jobs-career-qme .Qinfo h4{
    font-weight: 500;
    font-size: 13px;
    margin-top: 3px;
}
.jobs-career-qme .Qcard-user-info{
    padding-bottom: 0px;    
}
.Qme-status-bar{
    max-width: 462px;
    margin: 30px auto;
    padding: 10px 5px;
    box-shadow: 1px 15px 20px #574de340;
    background: #574de3;
    border-radius: 8px;
}
.Qme-status-bar p{
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 400;
}
/* Sub page */
.subpage-section{
    padding: 70px 0px;
}
.qme-empty-section{
    text-align: center;
}
.qme-empty-section h3{
    font-weight: bold;
    color: #707070;
    max-width: 700px;
    margin: auto;
}
.qme-nearYou{
    padding: 70px 0px;
}
.qme-nearList ul{
    list-style: none;
    margin: 0;
    padding: 0 60px;
}
.qme-nearList ul li{
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 15px;
}
.qme-nearList ul li a.btn {
    padding: 9px 24px;
    background: #574de3;
    color: #fff;
    border-radius: 7px;
    border: none;
}
.section-subheading{
    margin-bottom: 40px;
}
.section-subheading h3{
    font-weight: 700;
}
.section-subheading p{
    max-width: 550px;
    margin-bottom: 0;
}
.qme-single-button{
    text-align: center;
}
.qme-single-button .btn{
    text-align: center;
    padding: 12px 24px;
    background: #574de3;
    color: #fff;
    border-radius: 7px;
    border: none;
    position: relative;
    padding-left: 45px;
}
.qme-single-button .btn img{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 14px;
}
.singles-btn-sec{
    padding: 70px 0px;
}
.qme-mobile-menu{
    display: none;
}
/*links css*/
.trading-thumbnail-caption a{
    color: #413f57;
    text-decoration: none;
}
.tranding-box-slider a{
    color: #413f57;
    text-decoration: none;   
}
.slick-initialized .slick-slide a h3{
    font-size: 17px;    
}
.slick-initialized .slick-slide a{
    color: #413f57;    
    text-decoration: none;      
}
.qme-services-card-caption a{
    color: #413f57;        
    text-decoration: none;         
}
.rightbar-thumbnail a{
    color: #413f57;        
    text-decoration: none;            
}
.trading-thumbnail-caption a h4{
    font-size: 13px;    
}
.owl-carousel .owl-item img {
    border-radius: 10px;
}
.slick-initialized .slick-slide h3{
    font-size: 16px;
}
.trending-section{
    margin-bottom: 70px;    
}

/* update new search */
.qme-search-select select{
    color: #5c4fee;
    font-size: 16px;
    font-family: 'Lato', sans-serif;    
    appearance: none;
    background: url(../img/caret-down.png);
    background-repeat: no-repeat;
    background-position: 94% 17px;
    background-color: #f1f1f1;
    background-size: 10%;
    width: 100%;
}
.qme-search-select.search-caret select {
    background: url(../img/caret-right.png) !important;
    background-repeat: no-repeat !important;
    background-position: 92% 14px !important;
    background-color: #f1f1f1 !important;
}
.qme-search-select {
    width: 155px;
}
.locationsearch-bar{
    width: 65%;    
}
.locationsearch-bar {
    width: 55%;
}
.saerch-state-city select {
    color: #a09fab;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    appearance: none;
    background: url(../img/caret-down.png);
    background-repeat: no-repeat;
    background-position: 92% 17px;
    background-color: #f1f1f1;
    padding: 8px 10px; 
	width: 50%;
}
.saerch-state-city select:focus{
    outline: none;
}
.qme-searchbar .form-control{
    color: #413f57;       
    font-family: 'Lato', sans-serif;    
    font-size: 16px;    
}
.qme-location-search{
    padding: 8px 10px;    
    max-width: 770px;
}
.slider-thumbnail-img img{
    border-radius: 17px;    
}
.qme-services-card-img img {
    border-radius: 14px;
}
.qme-services-card-caption h2{
    min-height: 32px;    
}
.Qinfo img{
    border-radius: 100px;    
}
.Qinfo h4 span {
    display: block;
    font-weight: 100;
    font-size: 12px;
    margin-top: 5px;
}
.jobs-career-qme .qme-services-card-caption h2{
    min-height: 57px;    
}
.slider-thumb-main:before {
    content: '';
    position: absolute;
    width: 98.6%;
    height: 20%;
    border-radius: 0px;
    left: 10px;
    right: 0;
    background: linear-gradient(#fbfbfbc7, #ffffff00);
    z-index: 9;
}
.slider-thumb-main h3{
    z-index: 999;    
}
.qme-modal-list ul li a .fa {
    margin-left: 9px;
    font-size: 18px;
    color: #000;
    position: relative;
    top: 1px;
}
.qme-modal-list ul li.active a .fa{
    color: #fff;
}   
.experience-items2 .owl-theme .owl-nav:before {
    content: '';
    position: absolute;
    background: url(../img/slider-radius-right.png);
    width: 32px;
    height: 104px;
    left: -1px;
    top: 22%;
}
.experience-items2 .owl-theme .owl-nav:after{
    content: '';
    position: absolute;
    background: url(../img/slider-radius-left.png);
    width: 32px;
    height: 104px;
    right: -1px;
    top: 22%;
}
.experience-items2 .owl-next {
    right: -7px;
    z-index: 99;
}
.experience-items2 .owl-next .fa{
    margin-top: 1px !important;
}
.qmelocal-how-work a{
    color: #413f57;
    text-decoration: none;    
}
.trending-section .col-md-8{
    width: 70.666667%;    
}
.trending-section .col-md-4{
    width: 29.333333%;
}


@media (min-width: 1480px) and (max-width: 5120px){
    .container{
         width: 1400px !important; 
    }
}
@media only screen and (max-width: 767px){
.logo img {
    height: auto;
    max-width: 163px;
    margin-top: 7px;
}
.qme-header .not_master img {
    max-width: 240px !important;
}	
.qme-header a.navbar-brand.logo {
    align-items: center;
    display: block !important;
    margin-top: -16px;
}
	.qme-header a.navbar-brand.logo.not_master {
		margin-top: 0 !important;
		}
.qme-header{
    padding: 14px 11px;    
}
.qme-header .navbar-toggle{
    margin-right: 0;
    border: none;
}
.qme-header .navbar-toggle .icon-bar{
    background-color: #000;    
}
.search-section p{
    font-size: 15px;    
}
.qme-location-search{
    max-width: 100%;    
    margin: auto 8px;
    margin-bottom: 84px;    
}
.qme-search-select {
    width: 35%;
}
.qme-modal-list ul li {
    display: inline-block;
    margin: 16px 3px;
}
.qme-empty-section h3{
    max-width: 100%;
    margin: auto;
    font-size: 19px;    
}
.section-heading h3{
    font-size: 30px;    
}
.qme-nearList ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}
.singles-btn-sec {
    padding: 20px 0px;
}
.qme-single-button .btn{
    margin-bottom: 30px;
}
.subpage-section {
    padding: 20px 0px;
}
.qme-nearYou {
    padding: 20px 0px;
}
.saerch-state-city {
    display: flex;
    margin-right: 0;
   /* position: absolute;*/
    /*bottom: -42px;*/
    background: #fff;
    width: 99%;
    left: 1px;
    justify-content: space-between;    
}
.saerch-state-city select{
    width: 50%;    
    width: 47%;    
    margin-left: 4px;    
}
.qme-header .navbar-collapse{
    display: none;
}
.header-sidebar{
    width: 100%;    
}
.sidebar-heading h3{
    font-size: 11px;    
}
.sidebar-box img {
    height: 22px;
}
.sidebar-box p{
    font-size: 8px;    
}
.qme-mobile-menu{
    display: block;
}
.qme-mobile-menu .qme-navmenu{
    list-style: none;
    margin: 0;
    padding: 20px 0;
    text-align: center;    
}
.qme-mobile-menu .qme-navmenu li{
    display: inline-block;
}
.qmelocal-how-work{
    margin-top: 30px;    
}
.slider-thumb-main h3 {
    position: static;
    top: 4px;
    margin-left: 0;
    font-size: 16px !important;
    margin-right: 0 !important;
    font-size: 12px !important;
}
/**/
.saerch-state-city select{
    background-size: 7%;    
}
.qme-search-select.search-caret select{
    background-position: 93% 16px !important;
    background-color: #f1f1f1 !important;
    background-size: 5% !important;    
}
.qmelocal-how-work{
    margin-left: 0;
}
.experience-items2 .owl-next {
    right: -5px;
    z-index: 99;
}

/* new moble issue */
 .search-section {
    height: 116px;
	padding: 0 10px;
    background-size: cover !important;
    background-position: center !important;
}
.slider-for .fluid-width-video-wrapper {
    padding-top: 74% !important;
}
.qme-header a.navbar-brand.logo span.sub-text {
    font-size: 12px;
	padding-left: 40px;
}
.search-section p {
    font-size: 16px;
}
.logo img {
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 5px;
}
.qme-modal-list {
    margin-top: -37px;
}
.qme-modal-list ul li {
    display: inline-block;
    margin: 0px 5px;
    width: 45%;
    margin-bottom: 13px;
}
.qme-modal-list ul li a{
    min-height: 40px;
    display: block;
    align-items: center;
    justify-content: center;
    display: flex;    
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 2px 5px;    
}
.qme-modal-list ul li a.btn{
    left: 0px;    
    margin-top: 18px;
}
.qme-modal-list ul li a.btn:before{
    top: -2px;
    left: -22px;   
    height: 41px; 
	display: none;
}
.qme-modal-list .modal-body ul li {
    white-space: nowrap;
    margin: 2px 2px;
    width: auto;
    list-style: none;
}
.qme-modal-list .modal-body ul li a {
    border: 2px solid #ddd !important;
    padding: 9px 8px !important;
    line-height: 6px;
    font-size: 12px;
    margin-bottom: 5px;
    height: auto;
    min-height:auto;
}
.owl-theme .owl-nav [class*=owl-]{
    width: 23px;
    height: 23px;    
}
.experience-items2 .owl-prev {
    left: -4px;
}
.experience-items2 .owl-next .fa {
    margin-top: 1px !important;
    font-size: 11px;
}
.experience-items2 .owl-prev .fa {
    margin-top: 1px !important;
    font-size: 11px;
}
.experience-items2 .owl-prev, .experience-items2 .owl-next{
    top: 32.5%;    
}
.trading-thumbnail-caption {
    min-height: 180px;
}
.qmelocal-how-work .btn{
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 51px !important;
    margin: auto;
}
.slider-thumbnail-img .slick-prev, 
	.slider-thumbnail-img .slick-next{
    top: 100% !important;    
}
.slider-thumbnail-img .slick-prev {
	z-index: 999;
	left: 42% !important;
	transform: translate(-42%)  !important;
}
	.slider-thumbnail-img .slick-next {
	z-index: 999;
	right: 42% !important;
	transform: translate(42%)  !important;
}
.py-40 {
    padding: 40px 0px;
    padding-top: 0;
}
.trending-section {
    margin-top: 9px;
}
.trending-section .col-md-8 {
    width: 100%;
}
.trending-section .col-md-4{
    width: 100%;   
}


}