@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

:root{
    --maincolor: #43a3ff;
    --flagcolorred: #d75e5b;
    --flagcoloryellow: #f8d779;
    --flagcolorgreen: #02985b;
    --flagcolorblue: #1066a3;
    --mainfont: 'Quicksand', sans-serif;
}


*{
    margin: 0;
    padding: 0;
}

section{
    padding: 85px 0 ;
}

.first-section{
    margin-top: 47px;
}

.maincolor{
    color: var(--maincolor) !important;
}

.bg-maincolor{
    background: var(--maincolor);
}

.push-button > span{
    background-color: #232323 !important;
}

.header-search {
  padding: 0 20px;
}

.text-right{
    text-align: right !important;
}

.v-search-form{
    background: #fff;
    width: 100%;
}

.v-search-form input {
    margin: 0;
    padding-left: 32px !important;
    /* border-radius: 0px 50px 50px 0; */
    padding: 15px 30px;
    height: 45px;
    border: 1px solid var(--maincolor);
    
}

.divider{
    border-left: 1px solid #ddd;
}

.v-search-form input:focus{
    border: 1px solid var(--maincolor);
}

.filter {
    position: absolute;
    left: 3%;
    display: none;
}

.v-search-btn {
    background-color: transparent;
    width: 44px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--maincolor);
    font-size: 20px;
    border-radius: 5%;
    position: absolute;
    top: 1px;
    right: 0px;
    outline: none;
    border: none;
    border-radius: 0% 50% 50% 0%;
}

.header-language .dropdown-menu{
    min-width: 200px;
}

.v-search-btn:hover {
    color: var(--maincolor);
    outline: none;
    border: none;
}

.btn.v-head-btn {
    background: var(--maincolor);
    color: #fff;
    padding: 7px 20px;
    border-radius: 50px;
    border: 1.5px solid var(--maincolor);
    transition: 0.3s;
}

.btn.v-head-btn:hover {
    color: var(--maincolor);
    background: transparent;
}

.v-mobo-hide{
    display: block;
}

.v-des-hide{
    display: none;
   }

   .search-col{
    width: 100% !important;
   }

   a.location {
    position: absolute;
    top: 10px;
    right: 11%;
    font-size: 12px;
    color: var(--maincolor);
    font-family: var(--mainfont);
}

.navbar .navbar-nav .nav-link{
    color: #232323 !important;
}

span.msg-count {
    font-size: 12px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: 7px;
}



.text-gray{
    color: #4a4848 !important;
}

header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 46px !important;
}

.latest-ad-post {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
}

.latest-ad-img {
    width: 197px;
    height: auto;
}

.latest-ad-img img {
    /* max-width: 315px; */
    min-width: 190px;
    /* height: auto; */
    width: 100%;
    height: auto;
}

.latest-ad-cont {
    padding: 25px 10px 0px 20px;
}

.ad-heading h6 {
    font-size: 20px;
}

.feature-box-icon img {
    width: 70px;
    height: 70px;
}


.ad-heading h6:hover{
    color: var(--maincolor);
}
.latest-ad-cont p{
    margin-bottom: 10px !important;
    width: 100% !important;
}

.latest-ad-det {
    display: flex;
    align-items: center;
    margin-top: 27px;
}


.feature-box.feature-box-shadow:hover .feature-box-overlay {
    opacity: 1;
    border: 2px solid var(--maincolor);
}

.flex-ico-box {
    margin-right: 10px;
    font-size: 13px;
}


.latest-ad-cat {
    min-width: 128px;
    padding-top: 10px;
    margin-top: 20px;
}

a.cat-btn {
    color: var(--maincolor);
    padding: 5px 10px;
    border: 1px solid;
    font-size: 13px;
}


.overlap-section {
    position: relative;
    z-index: 1 !important;
}



.home-search-btn{
    background: var(--maincolor);
    color: #fff;
    padding: 7px 13px;
}

.p-0{
    padding: 0 !important  ;

}

.m-0{
    margin: 0 !important  ;
    
}

.pre-ad-det{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.rates span{
    font-size: 22px;
}
  

  .rates span strike{
    font-size: 12px;
}

.location-link {
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 7%;
    background: var(--maincolor);
    font-size: 10px;
    padding: 0 11px;
    text-transform: uppercase;
}

.discount-link {
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 7%;
    background: var(--flagcolorgreen);
    font-size: 10px;
    padding: 0 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.flgyellow{
    color: var(--flagcoloryellow);
}

.cat-pro-rates strike{
    font-size: 12px
}

.cat-pro-cont {
    margin-top: -61px;
    padding-left: 20px;
  }

.cat-pro-cont span{
    font-weight: bold;
    margin: 0 !important
}

.interactive-banners-style-02 .category-name {
    position: absolute;
    top: 20px;
    left: 50px;
    line-height: 14px;
    background: var(--maincolor);
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

a.btn.v-theme-btn {
    /* text-align: right; */
    /* margin-left: auto; */
    /*float: right;*/
    background: var(--maincolor);
    color: #fff;
    border: 1px solid var(--maincolor);
    padding: 10px 20px;
    transition: 0.3s;
}

.footer-upper-img {
    margin-bottom: -7px;
    width: 58%;
    margin: 0 auto;
    margin-bottom: -10px;
}

.location {
    position: absolute;
    top: 12%;
    right: 6%;
    display: flex;
}

.location select {
    background: transparent;
    border: none;
    font-size: 13px;
}

.category select{
    margin: 0;
    padding: 15px 30px;
    border-right: none;
    background: var(--maincolor);
    color: #fff;
    font-family: 'Poppins';
}

input.v-textbox {
    width: 130px;
    height: 45px;
    padding: 17px 19px !important;
    border-right: none;
    flex: auto;
    color: #787676;
    background: #ffffff;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0px 0px 0px 0px !important;
    border-left: 1px solid var(--maincolor);
    border-right: 1px solid #f1f1f1;
}

input.v-textbox::placeholder{
    color: #787676;
}



.vselect{
    position: relative;
   
}

.vselect:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #f1f1f1;
    z-index: 1;
    top: 40%;
    right: 10%;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}

.vselect.active:before{
    transform: rotate(-225deg);
        top: 50%;
}

.v-option {
    position: absolute;
    top: 50px;
    z-index: 2;
    background: #fff;
    padding: 0;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.05);
    min-width: 185px;
    height: 300px;
    overflow: auto;
    display: none;
}

.vselect.active .v-option{
    display: block;
}

.v-option::-webkit-scrollbar{
    width: 5px;
}

.v-option::-webkit-scrollbar-thumb{
    background: #ddd;
    border-radius: 20px;
}

.v-option div {
    font-size: 13px;
    font-family: 'Poppins';
    padding: 0 13px;
    cursor:pointer;
    color: #232323;
}

.v-option div:hover, .v-option div:focus{
    background: var(--maincolor);
    color: #fff;
}


.pro-head{
    font-size: 14px !important;
    
}

.post-ad-stick{
    display: none !important;
}

.interactive-banners-style-02 .category-name {
    position: absolute;
    top: 11px;
    left: 22px;
    line-height: 14px;
    background: var(--maincolor);
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.interactive-banners-style-02 .category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px 10px;
    width: 100%;
}

.custom-select {
  position: relative;
  width: 100px !important
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
  
}

.location span {
    font-size: 11px;
    MARGIN-TOP: 3px;
    margin-right: -9px;
    color: var(--maincolor);
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 33px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #ddd transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ddd transparent;
  top: 9px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #232323;
  padding: 8px 16px;
  border: 1px solid transparent;
 width: 100%
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  
  border-radius: 5px;
  font-size: 13px;
  width: max-content;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  
}

.v-tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.v-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 3px 10px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.v-tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.v-tab button.v-active {
  background-color: #f3f3f3;
}

/* Style the tab content */
.v-tabcontent {
  display: none;
  padding: 6px 12px;
   border-top: none;
}

.search-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.advert-prod {
    display: block;
}


.bg-red{
    background: #f25f5f !important;
}

 .footer-mobile-stick{
    display: none;
 }

  


   @media only screen and (max-width: 1100px) {
    .menu-order-1{
        order: 6;
        position: inherit !important;
    }

    .navbar>.container-fluid{
        justify-content: initial;
    }

    .v-search-form input{
        margin-bottom: 0px;
    }

        
   }

   @media only screen and (max-width: 980px){
    .latest-ad-post {
    display: block;
}

.latest-ad-cont{
    margin-top: 20px;
}

.latest-ad-cont p{
    width: 100% !important;

}

.latest-ad-det {
    display: block;
}

a.cat-btn {
    margin: 20px;
}

.latest-ad-cat {
    min-width: 100%;
    padding: 10px;
}

.latest-ad-img img {
    width: 100%;
   

}

.latest-ad-img {
    width: 100%;
    height: auto;
}

 .v-prod-img img{
       filter: brightness(95%) !important;
   }

   }


@media only screen and (max-width: 600px) {
   .v-des-hide{
    display: block;
    
   }
   
   .v-category-section .col {
    width: 50%;
    padding: 0;
}

.v-category-section .col .feature-box {
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.filter{
    display: block !important;
   }
   
.v-category-section .col .feature-box .feature-box-icon {
    margin-bottom: 10px;
    
}
   
   .v-title h3 {
    font-size: 22px;
}
   
   .msg-input{
    display: inline;
    width: 100%;
    position: fixed !important;
    bottom: 0;
    margin-left: auto;
    margin-right: auto; 
    padding: 20px;
}

/*   .msg-input {*/
   /*position: relative;*/

/*    padding: 20px 25px !important;*/
/*    position: fixed !important;*/
/*    -webkit-position: fixed !important;*/
/*    width: 100%;*/
/*    bottom: 7%;*/
    

/*}   */



   form.msg-check{
    background-image: none !important;

       }

   .msg-right-def {
    display: none !important;
   }

   i.close{
    display: block !important;
   }

   .msg-left {
    width: 100% !important;
    display: block !important;
}

.msg-right {    
    width: 100% !important;
    min-height: 100% !important;
    height: auto !important;
     position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    overflow-y: auto;
    
}

.msg-box {
    width: 80% !important;
    
}

.msg-main-header .msg-avatar img{
    width: 50px !important;
}

button.btn.msg-send-btn span{
    display: none;
}

button.btn.msg-send-btn{
      width: 28% !important;
   font-size: 21px;
    padding: 5px !IMPORTANT;
}

.msg-main{
  height: calc(79vh - 20px) !important;
}

.msg-input input{
    width: 80% !important;
}

   .first-sec{
    margin:  0 !important;
   }
   
   .ad-act-btn{
       width: 30%;
   }

   .not-sec {
    display: block !important;
    padding: 10px 20px !important;
    position: relative;
    padding: 20px;
    margin: 15px 0;
}

.notcontent{
  display: block !important;

}

.mail-time{
  margin: 0 !important;
}

   a.delete-btn {
    position: absolute !important;
    top: 1%;
    right: 10px;
    
}

   
   .enquiry-mail {
    display: block !important;
}

.mail-desc h6{
    width: 100% !important;
    margin: 0;
}

.mail-desc p{
    width: 100% !important;
    margin: 0;
}

   .footer-mobile-stick {
        position: fixed;
    width: 100%;
    bottom: 7%;
    z-index: 100;
    display: block;
    
}

   .footer-stick{
    background: #fbfbfb;
    padding: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2) !important;

   }

   .footer-stick ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;

}

.footer-stick ul li{

}

.footer-stick ul a i {
    font-size: 20px;
}

.footer-stick ul a.foot-active{
    color: var(--maincolor) !important;
}

.footer-stick ul a {
    /* width: 100%; */
    /* background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 13px;
}



   .right-sec{
    margin-top: 0 !important;
   }

   form.bulk-selec select {
    
    border: none !important;
}

   .ad-det-rate p {
    font-size: 20px;
    margin-bottom: 6px !important;
}

   .ad-prod-det h5 {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin: 15px 0 !important;
}

   .ad-prod-img img {
    /* margin-left: 20px; */
    /* margin-top: 20px; */
    width: 100% !important;
    margin: 0;
    border-radius: 8px;
}

   .advert-prod {
    display: block !important;
}

   .ad-prod-det{
    margin-left: 0;
    margin-top: 10px;
   }

   .advert-top-data{
    flex-wrap: wrap !important;
   }

   .flex-1{
    width: 100% !important;

   }
   a.selec-all-btn{
    white-space: nowrap;
   }

   .bulk-selec1 input{
   
    margin-top: 10px !important;
   }

   .bulk-selec1 {
    margin-left: auto !important;
    width: 100% !important;
}

   .right-sec {
    width: 100% !important;
    padding: 15px;
}

   .m-p-0{
    padding: 0 !important;
   }

   .aside-menu {
    width: 100% !important;
    margin-top: 0 !important;
    display: none !important;
}

   .first-section{
    margin-top: 0 !important;
   }

   .v-tab-form{
    display: none;
}

   form.v-form-post {
    padding: 30px !important;
}
   
   .search-count h6 {
    white-space: nowrap;
    margin-right: 27px;
}

.chat-icon{
    border: 1px solid transparent !important;
   }
   
    
    .ad-det-desc {
   
    flex: 1 0 35% !important;
}

.estimated-time {
    background: #F1F1F1;
    padding: 2px 10px !important;
}
   
   input.v-textbox {
       width: 60px;
       height: 45px !important;
       display: none;
   }
   
   .header-language{
       padding-left: 7px !important;
   }
   
   header .navbar .navbar-brand img{
           max-height: 39px !important;
   }
   
   .category select{
       padding: 10px 16px;
   }

   .footer-upper-img {
    margin-bottom: -7px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: -3px;
}

a.btn.v-theme-btn {
    float: left;
    margin: 10px 0;
}
   .v-mobo-hide{
    display: none;
}

.location {
   right: 14% !important;
    top: 5% !important;
    width: 20px;
    overflow: hidden;
}

.location span{
    font-size: 16px;
    color: #999999;
}


.header-search {
  padding: 0 10px;
}


.col-auto-1 {
    flex: 0 0 auto;
    width: 100%;
}

.v-search-form input{
        padding: 10px 16px;
    }

    .v-search-btn{
        width: 30px;
        height: 38px;
    }

    .navbar .navbar-nav .nav-link{
        padding: 7px 0 !important;
        text-align: center;
    }

    .btn.v-head-btn{
    width: 90%;
    margin: 0 auto;
    display: inherit;
    }

    .latest-ad-post {
    display: block;
}

.latest-ad-cont{
    margin-top: 20px;
}

.latest-ad-cont p{
    width: 100% !important;

}

.latest-ad-det {
    display: block;
}

a.cat-btn {
    margin: 20px;
}

.latest-ad-cat {
    min-width: 100%;
    padding: 10px;
}





}

@media only screen and (max-width: 313px) {
    header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 36px !important;
}
}


.search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #f1f1f1;
}

.search-count h6{
    margin:  0;
}
.sort-drop{
    position: relative;
    display: flex;
    align-items: center;
}



.sort-select{
    background: transparent;
    margin: 0;
    border: none;
    font-size: 13px;
    padding: 10px;
}

.cat-label span {
    color: #fff;
    background: var(--maincolor);
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 20px;
}

.feat-label span {
    color: #fff;
    background: #dd8d16;;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
}

.search-result {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.search-img {
    margin-right: 20px;
}

.cat-sec {
    display: flex;
    align-items: center;
}

.heading-rate {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    margin-bottom: 7px;
}

.search-heading h6{
    font-size: 20px;
}

.search-rate h6 {
    font-size: 20px;
    font-weight: bold;
}

.search-desc p {
    font-size: 15px;
}

.search-top {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    margin-bottom: 10px;
}

.s-location i{
    color: var(--maincolor);
}

.s-year i {
    font-size: 13px;
}
.search-img img{
    width:350px;
}

.price-filter .ui-slider-range {
    background-color: #232323;
    height: 3px;
}

.shop-title{
    font-size: 17px;
}
.list-style-07 li a:hover {
    color:  #43a3ff;
}



.pagination-section {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pagination-section li {
    margin-right:5px;
}
.pagination-section .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color:#43a3ff;
    border-color: #43a3ff;
}

/*.pagination-section .page-link {*/
/*    padding: 5px 25px;*/
/*    font-size: 1.25rem;*/
/*}*/
.pagination-section .page-link {
    padding: inherit;
    font-size: 1.25rem;
    width: 50px;
    text-align: center;
}

.page-link {
    position: relative;
    display: block;
    color: #43a3ff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.shark-1{
    position:sticky;
    top:0;
    
        width: 88%;
}

.mobile-section
{
    display:none;
}
.Desktop-section{
   display:block; 
}
.md-margin-73px-top{
    margin-top:80px;
}

@media only screen and (max-width: 600px){
.mobile-section
{
    text-align:center;
     justify-content: center;
  align-items: center;
    display:block;
    margin:10px 0px;
}

.v-search-form input{
    border-left: 1px solid var(--maincolor) !important;
    height: 41px !important;
}

.v-search-btn{
    top: 4% !important;
    right: 4% !important;
}

.v-title h3 {
    font-size: 22px;
}

.vselect:before{
    display: none;
}

.post-ad-stick{
    display: block !important;
}




.Desktop-section{
   display:none; 
}

.heading-rate {
    display: inline-block;
    justify-content: space-between;
    padding-right: 20px;
    margin-bottom: 7px;
}
   .search-result {
    display: inline-block;
    /* justify-content: space-between; */
    align-items: center;
}
.search-heading h6 {
    margin-bottom: 10px!important;
    font-size: 20px;
}
.search-top {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.search-desc{
    padding:0px 10px;
    
}

.md-margin-73px-top{
    margin-top:0px;
}

} 
.popup-btn {
    background: white;
    border: none;
    /* width: 50%; */
    letter-spacing: 1px;
    font-size: 19px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    /* background: #0038e3; */
    /* border-color: #0038e3; */
    color: #525151;
    padding: 10px 50px;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
}
.list-style-07 li {
    font-size:15px;
    text-align: left!important;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 18px;
}

.category-section{
    padding: 0px 10px 20px 0px;
    height: 250px;
    visibility: visible;
    animation-name: fadeIn;
    overflow-y: auto;
    margin-right: 10px;
    
}


.category-section::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.category-section::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.category-section::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius: 50px;
}

/* Handle on hover */
.category-section::-webkit-scrollbar-thumb:hover {
  background: #ddd; 
}

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
      vertical-align: middle;
      margin-top: 5px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.close {
    position: absolute;
    top: 15px;
    color: #000;
    font-size: 44px;
    
    left: 95%;
    cursor: pointer;
    /* color: #fff; */
}


.v-prod-img img{
    width: 100%;
        filter: brightness(80%);
}


.v-prod-name{
    margin-top: 15px;
}
.v-prod-name h6 {
    font-size: 18px;
    line-height: 1.4;
    /* margin-bottom: 20px; */
}
.v-prod-cont{
    margin-top: 15px;
}

.v-prod-name h6 {
    font-size: 16px;
    line-height: 1.4;
    /* margin-bottom: 20px; */
    /*width: 307px;*/
    text-overflow: ellipsis;
    /* overflow: hidden; */
    text-align: center;
    /*white-space: nowrap;*/
}
.zoom{
    transition: 0.5s;

}

.v-prod-img {
    overflow: hidden;
}

.v-prod-sec:hover .zoom {
    transform: scale(1.1);
        filter: brightness(1);
}

.v-prod-rate span {
    font-size: 16px;
    color: var(--maincolor);
    font-weight: 700;
}


.prod-fav{
    position: absolute;
    top: 3%;
    right: 2%;
    font-size: 16px;
    color: #fff;
    background: #ffffffd6;
    padding: 3px 10px;
    border-radius: 50%;

}

.prod-ico i{
    color: #fff !important
}

.prod-share{
    position: absolute;
    top: 5%;
    right: 18%;
    font-size: 16px;
    color: #fff;

}
/*.prod-time{
      position: absolute;
    top: 17%;
    left: 2%;
    font-size: 25px;
    color: #fff;
}*/

/*.prod-time{*/
/*      position: absolute;*/
/*    top: 85%;*/
/*    right: 6%;*/
/*    font-size: 25px;*/
/*    color: #fff;*/
/*}*/

.prod-time {
    position: absolute;
    bottom: 0;
    right: 7px;
    font-size: 25px;
    color: #fff;
}

.prod-loc{
      position: absolute;
    bottom: 0;
    left: 4px;
    font-size: 25px;
    color: #fff;
    text-background-color: #fff;
}

.prod-time a, .prod-loc a {
    font-size: 12px;
}
.v-prod-img{
    /*min-height:320px;*/
    
}

.prod-time a{color: #fff !important;
   }
    
.prod-loc a  {color: #fff !important;
    }  

.prod-cat{
    position: absolute;
    top: 5%;
    left: 2%;
}

.prod-ico-cat{
    color: #fff;
    background: var(--maincolor);
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 20px;    display: inline-block;
    line-height: 20px;
}

.v-prod-sec{
    margin-bottom: 25px;
    /*background:#0000001f;*/
}

.w-20{
    width: 20% !important;
}


div.scrollmenu {
    background-color: #f1f1f1;
    overflow-x: auto;
    white-space: nowrap;
   
    display: flex;
    align-items: start;
    justify-content: flex-start;
    margin-top: 10px;
    height: 100px;
}

div.scrollmenu a {
  
 display: flex;
 flex-direction: column;
 justify-content: center;
  text-align: center;
  padding: 7px;
  text-decoration: none;
}

.sm-cat-img img {
    width: 53px;
    height: 53px;
}

.sm-cat-img p{
    font-size: 12px;
}




    div.scrollmenu::-webkit-scrollbar {
  width: 0;
}

/* Track */
    div.scrollmenu::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
    div.scrollmenu::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */
    div.scrollmenu::-webkit-scrollbar-thumb:hover {
  background: transparent;
}


.float-right{
    float: right !important;
}


.pro-label {
    
   
    display: inline-block;
    font-size: 11px;
    padding: 0px 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    width: max-content;
    /*margin-right: 10px;*/
    border-radius: 50px; line-height:24px;

}

.featured.pro-label {
    background: #dfbc12;
}

.category-label.pro-label {
    background: #20b92b;
}

.ad-det-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ad-det-desc {
    display: flex;
    margin-bottom: 15px;
    margin-right: 30px;
    flex: 1 0 21%;
}

.ad-det-ico {
    margin-right: 10px;
}

.ad-det-head p {
    line-height: 1.4;
}

.product-desc{
    padding: 25px 30px;
}

span.text-main-rate {
    font-size: 29px;
    /* color: var(--maincolor); */
    color: #232323;
    font-weight: 600;
}

.req-btn {
    background: var(--maincolor);
    padding: 7px 20px;
    width: 100% !important;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    display: inherit;
    text-align: center;
    border: 1px solid var(--maincolor);
    transition: 0.4s;
}

.req-btn:hover{
    background: transparent;
    color: var(--maincolor);
}

.pro-owner-head {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}

.pro-owner-img {
    margin-right: 15px;
    /* border-radius: 50%; */
}

.pro-owner-img img{
    border-radius: 50%
}

.estimated-time {
    background: #F1F1F1;
    padding: 2px 20px;
    font-size: 12px;
    font-style: italic;
    color: #585858;
    font-weight: bold;
    width: max-content;
    line-height: 1.2;
}

.chat-btn {
    font-size: 30px;
    color: var(--maincolor);
}

.chat-icon {
    margin-left: auto;
}


.chat-icon {
    margin-left: auto;
    border: 1px solid var(--maincolor);
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.pro-owner h6 {
    width: 202px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.first-sec{
    margin-top: 100px;
}

.ad-det-head h6 {
    border-bottom: 1px solid #f1f1;
    padding-bottom: 14px;
    font-size: 20px;
    font-weight: bold
}

.action-ico-sec {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.action-ico i {
    margin-right: 10px;
    font-size: 22px;
}

.prod-head {
    display: flex;
    justify-content: space-between;
}

.ad-tag {
    position: absolute;
        left: 82px;
    top: 6%;
}

.prod-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-form-link {
    text-align: center;
    font-size: 13px;
}

.v-btn {
    padding: 7px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.v-btn.google-btn{
    background: #DB4437;
    color: #fff
}

.v-btn i{
    margin-right: 10px;
}

.v-btn.facebook-btn{
    background: #3b5998;
    color: #fff
}


.radiocustom{
  display: none;
}

.radiolabel{
    padding: 20px 30px;
}

.radiolabel {
    padding: 20px 30px;
    background: #f1f1f1;
    width: 100%;
    min-height: 138px;
    border: 1px solid transparent;
    transition: 0.4s;
    margin: 20px 0;
}


.radiocustom:checked + .radiolabel{
    background: #f6fbff;
    border-color:  var(--maincolor);

}

.v-form-step{
    position: relative;
}

form.v-form-post {
    padding: 50px;
    
}



.v-tab-form{
    margin-bottom: 20px
}

.v-tablinks-form{
    margin-bottom: 40px;
    padding: 20px 30px;
    margin: 0 10px;
    background: transparent;
    color: #232323;
    outline: none;
    border: none;
    font-family: 'Poppins' sans-serif;
}

.v-tab-form .v-tablinks-form.v-active-form{
    background: var(--maincolor);
    color: #fff;
}

/* Style the buttons inside the tab */




/* Create an active/current tablink class */


/* Style the tab content */
.v-tabcontent-form {
  display: none;
  
 
}


.aside-menu {
    display: inline-block;
    width: 23%;
    padding: 20px;
    float: left;
    /* border: 1px solid; */
}


.acc-menu {
    background: #fff;
    border-radius: 12px;
    padding: 20px 0;
}

.acc-dp {
    padding: 10px 24px;
    text-align: center;
}


.img-dp {
    position: relative;
}


.hover-upload {
    position: absolute;
    top: 40%;
    left: 45%;
    /* color: #fff; */
}

.hover-upload {
    position: absolute;
    top: 40%;
    left: 42%;
    background: #000;
    /* color: #fff; */
    /* padding: 2px; */
    border-radius: 50%;
    width: 30px;

    transition: 0.3s;
    display: none;
}

.hover-upload a{
    color: #fff;
}

.img-dp:hover .hover-upload{

    display: block
}

.profile-name h6 {
    font-size: 18px;
    font-weight: 600;
}


.acc-menu-link ul {
    list-style: none;
}

.profile-name h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.acc-menu-link ul li i {
    font-size: 20px;
    margin-right: auto;
    vertical-align: middle;
    margin-right: 26px;
}

.acc-menu-link ul li{
    width: 100%;
}

.acc-menu-link ul li a {
    padding: 10px 20px 10px 20px;
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    color: #232323;
    font-weight: 500;
}

.acc-menu-link ul li a:hover{
    color: var(--maincolor);
}

.acc-menu-link ul li a.acc-active{
    color: var(--maincolor);
}

.acc-menu-link-active {
    background: #fcfcfc;
}
    

a.sign-in-btn {
    color: #e94949 !important ;
}

.acc-menu-link {
    margin-top: 22px;
}

.right-sec {
    width: 76%;
    display: inline-block;
    margin-top: 68px
}

.content-sec {
    background: #fff;
    border-radius: 9px;
}

.cont-head {
    padding: 15px 40px;
    border-bottom: 1px solid #f6f6f6;
}

.cont-head h6 {
    font-size: 23px;
    /* font-weight: 600; */
}

.content-main {
    padding: 20px;
}

.advert-top-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.flex-1 {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    width: 50%;
}

a.selec-all-btn {
    display: inherit;
    margin-left: 20px;
    color: var(--maincolor);
}

form.bulk-selec select {
    min-width: 108px;
    margin-right: 20px !important;
    border: none !important;
}

.bulk-selec1{
    margin-left: auto;
}

.bg-occur{
    background: #ffd34e;
}

.advert-prod {
    display: flex;
    align-items: center;
}


.ad-tags {
    display: flex;
    align-items: center;
}

.ad-prod-det {
    margin-left: 20px;
}

.tags {
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 20px;
}

.tags p {
    font-size: 12px;
    line-height: 2;
}


.ad-prod-det h5{
    font-size: 18px;
    line-height: 2;
}


.ad-det-rate p {
    font-size: 20px;
}

.ad-det-flex-ico {
    display: flex;
    align-items: center;
}

.advert-main {
    padding: 10px 13px;
    border: 1px solid #f1f1f1;
    border-radius: 14px 14px 0px 0px;
    position: relative;
}

.ad-det-flex-ico i{
    margin-right: 5px
}

.ad-det-footer {
    border-radius: 0px 0 14px 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ad-prod-det {
    
    padding: 0px;
}

.stat-sec {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.stat-sec p{
    margin-right: 15px !important;
}

.stat-sec p i{
    margin-right: 5px;
    color: var(--maincolor);

}

.ad-det-btn{
    margin-right: 15px;

}

.ad-act-btn {
    position: absolute;
    top: 5%;
    right: 2%;
    display: flex;
    align-items: center;
    
}


.ad-act-btn a{
    font-size: 18px;
    margin-right: 10px;
    color: var(--maincolor);
    

}

a.delete-btn {
    color: #f15f5f;
    position: relative;
}



.enquiry-mail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkedbox input {
    margin: 0 20px;
}
.mail-desc{
    margin: 10px;
    flex: auto;
}

.mail-desc h6 {
    font-size: 18px;
    font-weight: 700;
    color: #232323;
    width: 557px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mail-desc p {
    font-size: 13px;
    line-height: 1.4;
    width: 557px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}




.enquiry-mail.new-mail {
    background: #f5fbff;
}

.mail-time {
    margin: 0 20px;
}

.mail-tag span {
    margin: 0 20px;
}

ul.enq-info {
    list-style: none;
    text-align: center;
    padding: 30px;
}

.not-sec.not-success {
    background: #defddb;
}
.not-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin: 10px 0;
}

.notcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: auto;
}

.notcontent p{
    flex: auto;
}

.not-main hr {
    margin: 0;
}

.alert {
    width: 5px !important;
    margin: 5px 20px !important;
    border-radius: 50%;
}

.not-sec .notcontent .mail-time p{
  color: #232323 !important;
  font-weight: 400 !important;
}

.not-sec.alert-danger .notcontent p:nth-child(1) {
    color: #c32c2c;
    font-weight: 600;
}

.not-sec.alert-success .notcontent p:nth-child(1) {
    color: #14a964;
    font-weight: 600;s
}

.not-sec.alert-primary .notcontent p:nth-child(1) {
    color: var(--maincolor);
    font-weight: 600;
}


.not-sec.alert-danger,.not-sec.alert-success,.not-sec.alert-primary  {
  background: transparent !important;
}

.mail-desc a:hover {
    color: #232323;
}

.v-modal{

  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

.profile-pic {
    display: flex;
    align-items: center;
}

.profile-label {
    margin-left: 20px;
}

.profile-pic img {
    width: 80px;
}

.profile-label input{
  display: none
}

.profile-label h6{
  font-size: 18px;
  font-weight: 600;
}

.profile-label label span {
    font-size: 13px;
    color: var(--maincolor);
}

.mfp-close-btn-in .modal-popup-main .mfp-close{
    right: 5%;
}

form.msg-check {
    min-height: 80vh;
    background-image: url('../images/chat-form-bg.png') ; background-position: right ; background-repeat: no-repeat; background-size: cover;
}

.msg-left {
    width: 30%;
    display: inline-block;
    border-right: 1px solid #fbfbfb;
    height: 500px;
    overflow-y: auto;
    background: #fff;
}

/* width */
.msg-left::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.msg-left::-webkit-scrollbar-track {
  background: var(--maincolor);
  width: 10px
}

/* Handle */
.msg-left::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* width */
.msg-main::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.msg-main-head::-webkit-scrollbar-track {
  background: #fbfbfb;
  width: 10px
}

/* Handle */
.msg-main-head::-webkit-scrollbar-thumb {
  background: #ddd;
}


.msg-left-head {
    background: #ffffff;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}


.msg-left-head h6 {
    font-size: 19px;
    /*letter-spacing: 0px;*/
}

label.msg-id {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fbfbfb;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

input.msginput{
  display: none;
}
.msg-avatar {
    margin-right: 20px;
    width: 50px !important;
    height: 50px !important;
}

.msg-title {
    position: relative;
}

.msg-name h6 {
    font-size: 18px;
    line-height: 1.5;
}


p.msgtime {
    position: absolute;
    right: 21px;
    top: 13px;
    font-size: 13px;
}





.msg-id-desc p {
  width: 223px;
    white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}


input[type="checkbox"]:checked + label span:after{
  display: none !important
}

.msginput:checked + label.msg-id {
  background: #fbfbfb
}


.msg-right {
    display: none;
    width: 70%;
    float: right;
    background: #fff;
}

.msg-main-header {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    position: sticky;
    top: 0;
}

.msg-main-head p {
    line-height: 1;
    font-size: 18px;
}

.msg-main-header .msg-avatar {
    width: 39px !important;
}
.msg-main-head a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.msg-main-head span {
    font-size: 13px;
}

.msg-box {
    width: 60%;
    margin: 10px 0;
}

.msg-time span {
    font-size: 13px;
}


.msg {
    border: 1px solid #f3f3f3;
    padding: 10px;
    border-radius: 12px;
        margin-bottom: 20px;

}

.msg-contain {
    height: 90%;
}

.msg p {
    font-size: 14px;
    line-height: 1.5;
    color: #232323;
}

.msg-box.msg-receiver-box {
    float: right;
}

.msg.msg-receiver {
    background: #f5f5f5;
}

.msg-main {
   height: calc(432px - 10px);
    overflow-y: auto;
    padding: 10px 20px;
}


.msg-box.msg-sender-box {
    float: left;
}

.msg.msg-sender {
    background: #fff;
}



.msg-input input {
    margin: 0;
    position: relative;
    border-radius: 50px;
    padding: 13px 34px;
    display: inline-block;
        width: 70% !important;
}


button.btn.msg-send-btn {
    /*position: absolute;*/
   right: 2% !important;
    top: 18% !important;
    background: var(--maincolor);
    border-radius: 50px;
    color: #fff;
        padding: 11px 20px;
    width: 23%;
    display: inline-block;
}

.btnmsgbck .close {
    font-size: 20px;
}

.new-msg {
    background: #ebf3ff;
}


i.close {
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
    cursor: pointer;
    position: absolute;
    display: none;
    right: 0;
    top: 21px;
    z-index: 1;
}
.msg-right-def {
    width: 69%;
    display: inline-block;
    float: right;
    background: #f3feff;
    position: absolute;
    width: 70%;
    top: 0;
    left: 0;
}

.msg-img-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.msg-img-sec img{
    width: 100%;
   
}

.msg-input{
    display: inline;
    width: 100%;
    position: sticky;
    position: -webkit-sticky !important;
    bottom: 0;
    margin-left: auto;
    margin-right: auto; 
    padding: 20px;
}

.week-check {
    display: flex;
    align-items: center;
/*    justify-content: space-between;*/
    flex-wrap: wrap;
}

.week-check label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #def4ff;
    margin-right: 8px;
    padding: 5px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #232323 !important;
}

.week-check .form-group{
    margin-bottom: 10px;
}

.week-check  input {
  display: none;
}


.week-check input:checked ~ label {
    background: var(--maincolor);
    color: #fff !important;
}


.post-ad-stick {
    position: fixed;
    bottom: 0;
    right: 0;
/*    background: var(--maincolor);*/
    z-index: 1000;
    width: 100%;
    
}


.post-ad-stick a {
    background: var(--maincolor);
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    
}

.filter {
    position: absolute;
    left: 3%;
    display: none !important;
}

.filter a {
    font-size: 19px;
    color: var(--maincolor);
}


.v-head-search .vselect {
    display: none;
}


.sub-category-panel {
    position: fixed !important;
    bottom: 0;
    z-index: 10000;
    background: #ffff;
    height: 289px;
    width: 235px;
    display: none;
}

.sub-cat-col img {
    width: 67px;
}

.sub-cat-col {
    width: 25%;
}

.sub-cat-col h5 {
    font-size: 12px;
}

.sub-category-panel {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    background: #fdfdfd;
    height: 100vh;
    width: 235px;
    max-width: 100%;
    transition: 0.4s;
}

.sub-cat {
    height: 100vh;
    overflow: auto;
}

.sub-cat h5 {
    font-size: 18px;
    margin: 0;
    text-align: center;
    padding: 15px 0px;
}

.sub-cat ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.sub-cat li.sub-cat-head {
    background: var(--maincolor);
    color: #ffff;
    padding: 4px 0;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
}

.sub-cat li a {
    font-family: 'Poppins', sans-serif;
    color: #232323;
    font-size: 14px;
    padding: 4px 0;
    width: 100%;
    display: inline-block;
    transition: 0.3s;
}

.sub-cat li.sub-cat-head a:hover{
    background: var(--maincolor);
}


a.close-side {
    top: 0;
    position: absolute;
    right: 0;
}



/*.v-prod-img img{    
    text-align: center;
    margin: 0 auto;
    width: auto;
    height: 100%;
    max-height:312px;
}*/

.v-prod-img img {
    /* text-align: center; */
    /* margin: 0 auto; */
    /* width: auto; */
    /* height: 100%; */
    /* max-height: 312px; */
    display: block;
    margin: auto;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

    .prod-share{display:none;}



.ad-prod-img img {
    width: 300px;
    height: 200px;
    object-fit: cover;





