@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Rubik', sans-serif!important;
}
:root{
    --main-green:#96AE70;
    --green-hovered:#191c13;
    --main-text:#303441;
}
/*======Nav bar=======*/
.navbar{
    padding: 18px 0px;
    position: absolute;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    border-bottom: .5px solid #ffffff3d;
}



@media(min-width:991px){
    .navbar{
        padding: 5px 4em!important;
    }
}

.nav-link{
    margin: 0 15px;
    color: white;
    transition: 0.5s all ;
}




@media(min-width:991px){
    .nav-toggler{
        display: none;
    }
}

.nav-link:hover{
    color: var(--main-green);
}
.nav-link.active{
    color: var(--main-green);
}


.nav-collapse .navbar-nav{
    display: flex;
    flex-direction: row;
}

.navbar .navbar-brand{
    height: 70px;
}
.navbar .navbar-brand img{
    height: 100%;
}

.nav-listing{
    border: 1px solid white;
    padding: 5px 20px!important;
    border-radius: 25px;
    transition: .5s all;
    background-color: white;
    display: flex;
    align-items: center;
    color: #333;
}

.nav-listing:hover{
    color: #212529;
    background-color: white;
}

.nav-listing{
    font-size: 16px !important;
}


/*Index slider*/


.swiper {
    width: 100%;
    height: 100%;
  }

  .indexSwiper{
    height: 700px;
    position: relative;
}
  

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .indexSwiper .swiper-slide::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

  }


.indexSwiper .index-slider-content {
    position: absolute;
    z-index: 8;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    margin-bottom: 9em;
    top: 50%;
    transform: translate(-0%, -50%);
}

  .indexSwiper .index-slider-content h4{
      font-size: 24px;
      color: white;
    text-transform: uppercase;
    font-weight: 400;
  }

  .indexSwiper .index-slider-content h1{
      font-size: 60px;
      color: white;
      margin: 20px;
  }

  .indexSwiper .index-slider-content h1 span{
    color: var(--main-green);
  }

  .indexSwiper .index-slider-content p{
      color: white;
      font-size: 18px;
      margin-bottom: 2em;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
  }

  .index-slider-content  .index-browse{
      background-color: var(--main-green);
      padding: 12px 25px;
      border-radius: 3px;
      color: white;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

/*============Index featured Products========*/
.section-padding{
    padding: 5em 0em;
}

.section-title{
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    font-weight: bold;
}

.section-subtitle{
    text-align: center;
    font-size: 18px;
    margin-bottom: 3em;
}


.house-card{
    border: 1px solid #f4f4f4;
    position: relative;
    border-radius: 3px;
    text-align: left;
}

.house-card .house-card-img{
    height: 220px;
    width: 100%;
    margin-bottom: 7px;
    position: relative;
    transition: .5s all;
    overflow: hidden;
}

.house-card .house-card-img img{
    height: 100%;
    width: 100%;
    transition: .5s all;
}

.house-card-name{
    font-size: 16px;
    color: var(--main-text);
    margin-bottom: 10px;
    font-weight: 500;
}

.house-card .house-card-location p{
    color:#67696D;
}

.house-card .house-card-price{
    color: var(--main-green);
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}

.house-card .house-card-price span{
    font-size: 13px;
    color: #A7A7A7;
    font-weight: 400;
}

.house-card-type{
    background: #6BC603;
    color: white;
    position: absolute;
    padding: 2px 7px;
    font-size: 13px;
    top: 5px;
    left: 5px;
    border-radius: 3px;
}
.house-card-quick{
    display: none;
}

.house-card-quick{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
}
.house-card-quick p{
    margin-bottom: 0px;
}
.house-card-quick p i{
    color: #b3b3b3;
}

.house-card-location{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.house-card-location p{
    font-size: 13px;
    text-align: left;
    height: 40px;
    margin-bottom: 3px;
}

.house-card-main{
    padding: 0px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.property-card-main{
    padding: 0px 15px;
    padding-top: 10px !important;
}


.house-card-location i{
    color: #C5CEB7;
    font-size: 13px;
}

.house-card-specs{
    list-style-type: none;
    padding-left: 0px;

}

.house-card-specs{
    text-align: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.house-card-specs li{
    font-size: 13px;
}

.house-card-specs li i{
    color: #B6B6B6;
}

.house-card-specs li p{
    margin-bottom: 0em;
    color: #B6B6B6;
}

.house-card-quick:hover i{
    color: #007bff;
}

.house-card:hover .house-card-quick{
    display: block!important;
}



.house-card .house-card-img::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;

}

.house-card{
    cursor: pointer;
    transition: .5s all;
}


.house-card:hover .house-card-img img{
    transform: scale(1.1);

}
.featuredSwiper a:hover .house-card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.featuredSwiper .swiper-button-next:after,.featuredSwiper .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 900;
}

.featuredSwiper .swiper-button-next,.featuredSwiper .swiper-button-prev{
    height: 35px!important;
    width: 35px!important;
    background: white;
    padding: 10px;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 1;
    color:#67696D;
    transition: .5s all;
}

.featuredSwiper .swiper-button-next:hover, .featuredSwiper .swiper-button-prev:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.recent-products-grid{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}


.featuredSwiper .swiper-slide a:hover,
.recent-products a:hover{
    text-decoration: none;
}






.property-card{
    border: 1px solid #f4f4f4;
    position: relative;
    border-radius: 3px;
    text-align: left;
    cursor: pointer;
}

.property-card .property-card-img{
    height: 180px;
    width: 100%;
    margin-bottom: 7px;
    position: relative;
    transition: .5s all;
    overflow: hidden;
}

.property-card .property-card-img img{
    height: 100%;
    width: 100%;
    transition: .5s all;
    object-fit: cover;
}

.property-card-name{
    font-size: 16px;
    color: var(--main-text);
    margin-bottom: 10px;
    font-weight: 500;
}

.property-card .property-card-location p{
    color:#67696D;
}


.house-card .property-card-location p{
    color:#67696D;
}

.property-card .property-card-price{
    color: var(--main-green);
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 500;
}

.property-card .property-card-price span{
    font-size: 13px;
    color: #A7A7A7;
    font-weight: 400;
}

.property-card-type{
    background: #6BC603;
    color: white;
    position: absolute;
    padding: 2px 7px;
    font-size: 13px;
    top: 5px;
    left: 5px;
    border-radius: 3px;
}
.property-card-quick{
    display: none;
}

.property-card-quick{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    display: none;
}
.property-card-quick p{
    margin-bottom: 0px;
}
.property-card-quick p i{
    color: #b3b3b3;
}

.property-card-location{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.property-card-location p{
    font-size: 13px;
    text-align: left;
    height: 40px;
    margin-bottom: 3px;
}

.property-card-main{
    padding: 0px 15px;
}

.property-card-location i{
    color: #C5CEB7;
    font-size: 13px;
    padding-top: 3px;
}

.property-card-specs{
    list-style-type: none;
    padding-left: 0px;

}

.property-card-specs{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.property-card-specs li{
    font-size: 13px;
}

.property-card-specs li i{
    color: #B6B6B6;
}

.property-card-specs li p{
    margin-bottom: 0em;
    color: #B6B6B6;
}

.property-card-quick:hover i{
    color: #007bff;
}

.property-card:hover .property-card-quick{
    display: block!important;
}



.property-card .property-card-img::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

.agent-card .agent-card-img::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: unset;
    top: 0;
    left: 0;
}



.property-card:hover .property-card-img img{
    transform: scale(1.1);

}

.property-card{
    margin-bottom: 2em;
}

.view-more-div{
    text-align: right;
}

.view-more-div a{
    background-color: #4b85f0;
    color: white;
    padding: 8px 20px;
    border-radius: 3px;
    transition: .5s all;
}

.view-more-div a:hover{
    background-color: #3268cc;
    color: white;
}

.recent-products, .premium{
    background-color: #F0F4F7;
}

.property-card{
    background-color: white;
    transition: .5s all;
}

.recent-products-grid a:hover .property-card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}




/*===Footer========*/
footer{
    background-color: #303441;
}

.top-footer .footer-logo{
    height: 80px;

}

.top-footer .footer-logo img{
    height: 100%;

}

.top-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0px;
    align-items: center;
    border-bottom: 0.5px solid #ffffff1a;
}

.top-footer .footer-socials ul{
    display: flex;
    flex-direction: row;
    padding-left: 0;
    list-style-type: none;
    gap: 15px;
    margin-bottom: 0px;
}

.top-footer .footer-socials ul li{

    display: flex;
 
}

.top-footer .footer-socials ul li i{
    color: white;
}

.top-footer .footer-socials ul li a{
    height: 45px;
    width: 45px;
    background: #5a627e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}

.top-footer .footer-socials ul li a:hover{
    background: #22222f;
    text-decoration: none;

}

.mid-footer{
    padding: 30px 0px;
}

.mid-footer .footer-title{
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mid-footer .footer-quick ul{
    list-style-type: none;
    padding-left: 0%;
}


.mid-footer .footer-contact ul{
    list-style-type: none;
    padding-left: 0%;
}

.mid-footer .footer-quick ul li{
    margin-bottom: 5px;
}


.mid-footer .footer-quick ul li a{
    color:rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 300;
    
}

.footer-about-text{
    color:rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 300;
}

.mid-footer ul li a:hover{
    color: white;
}

.mid-footer .footer-contact ul li{
    color:rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 3px;
}

.bottom-footer .power a{
    color: cadetblue;
}

.bottom-footer .power a img{
    height: 20px;
}

.copy-power{
    font-size: 15px; 
    display: flex;
    justify-content: space-between;

}

.bottom-footer{
    padding: 15px 0px;
    font-weight: 300;
    color: rgba(255,255,255, 0.5);
}

.index-slider-content .index-browse{
    transition: .5s all;
}

.index-slider-content .index-browse:hover{
    background-color: var(--green-hovered);
    text-decoration: none;
}


/*Exploree*/

.explore-grid{
    display: grid;      
    grid-gap:20px;
    grid-template-columns: repeat(4, 1fr);
}

.explore-grid .explore-house:nth-child(1){
        grid-column: span 2;
}



.explore-grid .explore-house:nth-child(5){
           grid-column: span 2;
}

.explore-card{
    width: 100%;
    position: relative;
    height: 260px;
}

.explore-grid .explore-house:nth-child(3){
          grid-row: span 3;
          height: 97%;
}

.explore-grid .explore-house:nth-child(3) .explore-card{
    height: 100%;
}

.explore-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.explore-card .explore-text{
    position: absolute;
    bottom: 15px;
    left: 25px;
    color: white;

    z-index: 2;
}

.explore-card .explore-text .explore-title{
    text-transform: uppercase;
    font-size: 24px;
}

.explore-card .explore-text .explore-number{
text-transform: capitalize;
opacity: .7;
}

.explore-grid a{
    border-radius: 5px;
    overflow: hidden;
}

.explore-grid a:hover .explore-card img{
    transform: scale(1.1);
}

.explore-grid a .explore-card img{
    transition: .7s all;
}
.explore-grid a .explore-title::after{
    animation: fade;
    animation-duration: .8s;
    animation-fill-mode: both;
}

@keyframes fade {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


.explore-grid a:hover .explore-title::after{
    content: '\f138';
    font-family: 'FontAwesome';

}


.explore .section-title{
    margin-bottom: 2em;
}




.index-sell-section{
    background-color: #f7feeb;
}
.index-sell{
    padding:2em 0em;
    display: flex;
    flex-direction: row;
    gap: 3em;

    position: relative;
    overflow: hidden;
}

.index-sell .sell-img{
    height: 250px;
}

.index-sell .sell-img img{
    height: 100%;
}

.sell-button {
    display: flex;
    align-items: center;
}

.sell-button a i{
    font-size: 44px;
    color: var(--main-text);
    transition: .5s all;

}

.sell-button a{
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bccd9e;
    border-radius: 50%;
    transition: .5s all;
}

.index-sell .sell-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 2em;
    max-width: 400px;
}
.sell-button a:hover{
    text-decoration: none;
    color: white;
    transform: scale(1.1);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}




.index-sell .sell-text h1{
    font-size: 48px;
    font-weight: 600;
}


.index-sell .sell-text p{
    font-size: 18px;
    color: #5a5b5c;
}

.navbar-nav a{
    font-size: 18px;
}


.location_searchby{
        background: white;
    text-align: left;
    height: 200px;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    top: 110%;
}

#search-content ul, #search-contentrent ul{
    display: flex;
    flex-direction: column;
}

#search-content ul a, #search-contentrent ul a{
    padding: 10px 10px 5px 10px;
    border-bottom: 1px solid lightgray;
    font-size: 14px;
    transition: 200ms ease-out;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    width: 100%;

}

#search-content ul a:hover, #search-contentrent ul a:hover{
        background-color: rgba(94, 35, 220, 0.08);
}

.location_searchby{
    opacity: 0;
    visibility: hidden;
}

.locationon{
    opacity: 1;
    visibility: visible;
}

.body-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  background-color: transparent;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}
.location_searchby{
  z-index: 99999;
}

.location_search .form-control{
    border-radius: 0;
    padding-left: 30px;
}

.saleandrent{
        background: rgba(0,0,0,0.6);
    width: 80%;
    margin: auto;
    padding: 27px;
}

.saleandrent ul{
    display: flex;
    align-items: center;
}

.saleandrent ul li{
   list-style: none;
}

.location_searchrent{
    display: none;
}

.showformrent{
    display: block !important;
}

.showformsale{
     display: block;
}

.hideformsale{
    display: none;
}

.saleandrent a{
    color: white;
    padding: 4px 20px;
}

.forsale {
         background: var(--main-green);
    color: white !important;
    border-radius: 999px;
}

.green{
    background: var(--main-green);
    color: white !important;
    border-radius: 999px;
}

.white{
    color: white !important; 
    background: unset;

}

.index-sell-section{
        position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
}

.bgcols{
        position: absolute;
    bottom: 0;
    width: 100%;
}

.whatwedo img{
    width: 200px;
    height: 200px;
}

.whatwedo .col-lg-4{
    text-align: center;
}

.whatwedo h4{
        font-size: 30px;
}

.whatwedo p{
          color: #666;
    font-weight: 500;
    font-size: 16px;
}

.agent-card{
    text-align: center;
    margin-bottom: 0;
}

.agent-card-img img {
    height: 180px !important;
    width: 180px !important;
    object-fit: contain;
}

.agent-card-img{
    height: 150px !important;
}

.agencies-grid{
    display: initial;
}

.agent-card .property-card-name{
    height: initial;
}

.product_detail_top .container{
    display: flex;
    justify-content: space-between;
}

.product_detail_topleft{
    margin-bottom: 30px;
}

.product_detail_top .order-1{
    display: grid;
    grid-template-columns: 740px 1fr;
    grid-template-rows: 300px 260px;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding: 0;
    height: 600px;
}

.product_detail_top .order-1 .carousel-box:nth-child(1){
        grid-row: 1/3;
}

.product_detail_top .order-1 .carousel-box img{
    width: 100%;
    height: 100%;
        object-fit: cover;
}

.product_detail_top .order-1 .carousel-box{
    display: none;
}

.product_detail_top .order-1 .carousel-box:nth-child(1), .product_detail_top .order-1 .carousel-box:nth-child(2), .product_detail_top .order-1 .carousel-box:nth-child(3){
    display: block;
}

.details_properties{
        background: #f4f4f4;
    padding-top: 30px;
    padding-bottom: 50px;
}

.property_detailbox{
        background-color: #fff;
    box-shadow: -2px 2px 32px 0 rgb(0 0 0 / 4%);
}

.details_properties .containerized:not(:last-child){
    margin-bottom: 20px;
}

.details_properties .col-lg-4{
    position: sticky;
    top: 10%;
    height: 100%;
}

.product_detail_top{
padding: 30px 0 0;
}

.detail_list p{
    margin: 0;
}

.detail_title{
    color: #999;
    font-size: 15px;
}

.detail_answer{
    font-weight: 600;
}

.detail_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    padding: 20px;
}

.property_detailbox h3{
        padding: 20px;
    border-bottom: 1px solid lightgray;
    font-weight: 600;
    font-size: 20px;
}

.sticktop{
       position: fixed !important;
    top: 0;
    width: 100%;
    background: white;
    z-index: 99;
        padding: 20px;
    border-top: 1px solid #e9e9e9;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 20%);
}

.details_properties_scrollspy{
     padding: 20px;
         border-top: 1px solid #e9e9e9;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 20%);
    background: white !important;
        height: 60px;

}

.details_properties_scrollspy ul{
    margin: 0;
}

.nav li{
    float:left; 
}

.details_properties_scrollspy .nav-link {
    color: #000 !important;
    opacity: 0.7;
}

.details_properties_scrollspy .active{
    position: relative;
    color:  var(--main-green) !important;
    opacity: 1;
}

.details_properties_scrollspy .active::after{
    position: absolute;
    content: '';
    background-color: var(--main-green);
    bottom: -19%;
    left: -12px;
    width: 120%;
    height: 4px;
}

.contactseller{
        padding: 0 14px;
    border: 1px solid var(--main-green);
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    background-color: var(--main-green);
    border-radius: 2px;
    cursor: pointer;
    margin-top: 8px;
    padding: unset;
    font-size: 14px;
    font-weight: 500;
     background-color: var(--main-green);
    border-radius: 4px;
    height: 48px;
    width: 177px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: unset;
    line-height: unset;
        margin-top: 60px;
    width: 100%;
}

.contactseller img{
        width: 20px;
    height: 20px;
    margin-right: 10px;
}

#description .detail_list{
    display: initial;
}

.product_detail_topleft span{
    color: var(--main-green);
}

.product_detail_topright p{
    color: #333;
    opacity: 0.7;
}

.front-header-search .search-icon::before{
        border: 2px solid var(--main-green);
}

.front-header-search .search-icon::after{
        background: var(--main-green);
}

.user-list li a{
    color: #333;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px;
}

.user-list li:not(:last-child){
    border-bottom: 1px solid lightgray;
    margin-right: initial;
}

.nav-collapse .dropdown-menu.dropdown-menu-lg {
    width: 223px;
    min-width: 260px;
    top: 145%;
}

.navbar .aiz-topbar-item img{
    width: 25px;
}

.navbar .flex-grow-1{
    flex-grow: 0.8 !important;
}

.detail_list .mt-4{
    margin-top: 0 !important;

}

.detail_list .p-4{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
}

.jssocials-share-link {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.developer_information h3{
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

.developer_information{
    width: 92%;
    margin: auto;
        background-color: white;
}

.avatar {
  vertical-align: middle;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}

.seller_profile{
        display: flex;
    align-items: center;
    margin-top: 30px;
}

.seller_profile h3{
    font-size: 14px;
}

#contactseller .modal-footer button{
    width: 100%;
    background-color: var(--main-green);
    border: none;
}

.nav-listing span{
     background-color: var(--main-green);
     font-size: 13px;
     padding: 1px 5px;
     margin-left: 6px;
     color: white;
}

.nav-listing{
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

.mainattr {
    position: relative;
}



.mainatsection {
    display: grid !important;
    grid-template-columns: repeat(1,
    1fr);
    position: absolute;
    top: 40px;
    left: 0%;
    z-index: 999;
    background: white;
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 42%);
    padding: 10px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.22,
    1,
    0.36,
    1);
    pointer-events: none;
    border-top: 3px solid var(--homebg);
}

.mainatsection a{
    color: black !important;
    width: 200px;
    font-size: 16px !important;
    font-weight: normal;
    letter-spacing: initial;
        padding: 5px 5px;
}


.mainattr:hover .mainatsection {
    transition: 0.3s cubic-bezier(0.22,
    1,
    0.36,
    1);
    opacity: 1;
    visibility: visible;
    transform: rotateX( 0deg);
    pointer-events: auto;
}

.mainattr i{
    font-size: 13px;
}

.mainatsection a:hover{
    color: var(--main-green) !important;
}

.productcontainerpadding .aiz-card-box{
    display: flex;

}

.productcontainerpadding .aiz-card-box .img-fit{
    width: 300px;
    border-radius: 5px;
}

.maincat_secs_here{
    background-color: #f4f4f4;
}

.aiz-filter-sidebar{
    background-color: white;
    padding: 20px;
    height: 100%;
}

.search_result{
    color: #333;
    opacity: 0.7;
    max-width: 700px;
}

.sortby{
    position: absolute;
    top: 0;
    right: 2%;
}

@media(max-width: 1450px){
   .search_result{
    max-width: 600px;
} 
}

.amenities_create{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 5px;
}

.amenities_create .aiz-megabox{
    width: 100%;
}

input[name="attribute_4[]"] {
  background: red;
}

.btn-primary, .btn-soft-primary:hover, .btn-outline-primary:hover {
    background-color: var(--main-green);
    border-color: var(--main-green);
    color: var(--white);
}

.mw-500{
    max-width: 500px;
    margin: auto;
    line-height: 1.5;
}

.by_locations h4{
    font-size: 14px;
    color: #fff;
}

.by_locations .row{
    gap:  30px;
}

.by_locations{
    background: #303441;
    border-bottom: 0.5px solid #ffffff1a;
    padding: 6rem 0;
}


.by_locations .section-title, .by_locations .section-subtitle{
    color: white;
}

footer{
    padding: 3rem 0;
}

.letusknow .index-sell .sell-text {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.letusknow .index-sell .sell-text h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 21px;
}

.letusknow .index-sell button{
    width: fit-content;
    margin: auto;
}

#description .detail_list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

.nodetail_list{
    display: initial;
}

.bg-primary{
    background-color: var(--main-green) !important;
}

.form-control{
    color: #000;
}

.house-card-name h4{

    
    font-size: 16px;
}

.property-card-name h4{

    
    font-size: 16px;
}

.house-card-specs h4{
     font-size: 12px;
     font-weight: bold;
     font-style: italic;
     color: #333;
     opacity: 0.7; 
     margin: 0;
}

.house-card-specs .avatar{
    width: 32px !important;
    height: 32px !important;
}

.sellrentcard{
    height: 93%;
    flex-direction: column;
    justify-content: center;
    background: #303441;
    border-radius: 20px;
}

.sellrentcard h3{
    color: white;
    font-size: 16px;
    margin-bottom: 0;
}

.sellrentcard h2{
    color: white;
        margin: 20px 0;
}

.sellrentcard a{
       width: 70%;
    background: white;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    color: #333;
    text-transform: uppercase;
    font-weight:600;
}

.house-card .house-card-img {
    width: 328px;
}
.house-card .house-card-img{
    width:100%;
}
@media(max-width: 1500px){
    .house-card .house-card-img {
    width: 100%;
}
}
.house-card-name h4{
      display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.property-card-name h4{
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.property-card-location{
    margin-bottom:5px;
}
.saleandrent ul{
    gap:10px;
}

.green{
    background:var(--main-green)!important;
}
.property-card-location p{
    height:auto;
}

.featuredSwiper .swiper-slide a{
    width:100%;
}
.house-card .house-card-specs{
    justify-content:space-between;
}

.agent-card{
    margin-bottom:.5em;
}

.recent-products-grid .property-card{
    margin-bottom:0em;
    height:100%;
}
.by_locations{
    padding:4em 0em;
    background:#292b32;
}
.by_locations h4{
        padding-bottom: 2px;

}
.by_locations h4:hover{
    border-bottom: 0.5px solid #dadadac4;
}
.footer{
    padding-bottom:1em;
}
.house-card-specs{
    margin-bottom:0em;
}
.property-card-main{
    padding:10px 15px;
}

.recent-products-grid .property-card{
    margin-bottom:1em;
    height:auto;
}

.whatwedo img{
    display:block;
    margin:0 auto;
}
.whatwedo h4{
    text-align:center;
}

.whatwedo p{
    text-align:center;
}
.sellrentcard{
    padding:10px;
}


.navbar-toggler-icon{
    color:white;
    font-size:16px;
}

.property-list-map iframe{
    width:100%;
}


@media(max-width:1500px){
    .house-card .house-card-img{
        height:180px;
    }
}


@media(max-width:1200px){
    .navbar-nav a{
        font-size:15px!important;
        margin:0px 12px;
    }
    .nav-listing{
        font-size:14px!important;
    }
    .navbar .navbar-brand{
        height:60px;
    }
    .nav-listing span{
        font-size:10px;
        border-radius: 3px;
    margin-top: -8px;
    letter-spacing: 0.5px;
    }
    .house-card .house-card-img{
        height:150px;
    }
    .property-card .property-card-img{
        height:150px;
    }
    .house-card-name h4,.property-card-name h4,.house-card-name{
        font-size:14px;
    }
    .property-card-location p{
        font-size:12px;
    }
    .section-title{
        font-size:24px;
    }
    .index-sell .sell-text h1{
        font-size:32px;
    }
    .index-sell .sell-text p{
        font-size:17px;
    }
  .by_locations h4{
      font-size:13px;
  }
  .whatwedo img{
      width:auto;
      height:100px;
    margin-bottom:2em;
  }
    
}
@media(min-width:991px){
    .sidenav .closebtn {
        display:none;
    }
}

@media(max-width:991px){
    .section-padding{
        padding:4em 0em;
    }
    .indexSwiper .index-slider-content p{
        font-size:17px;
    }
    .recent-products-grid{
        grid-template-columns:repeat(3,1fr);
    }
      .indexSwiper .index-slider-content h4{
        font-size:20px;
    }
    .indexSwiper .index-slider-content h1{
        font-size:48px;
    }
    .house-card .house-card-img{
        height:130px;
    }
    .property-card .property-card-img{
        height:140px;
    }
    
    .explore-grid .explore-house:nth-child(2){
        grid-column: 3 / span 2;
    }
    .explore-card{
        height:160px;
    }
    .explore-grid .explore-house:nth-child(3){
        grid-row:span 1;
        height:100%;
    }
    .whatwedo img{
        height:80px;
    }
    .sellrentcard h3{
        font-size:14px;
    }
    .sellrentcard h2{
        font-size:24px;
    }
    .index-sell .sell-text h1{
        font-size:24px;
    }
    .index-sell .sell-text p{
        font-size:16px  ;
    }
    .index-sell{
        padding:0em;
    }
    .index-sell .sell-img{
        height:180px;
    }
    .sell-button a i{
        font-size:32px;
    }
    .sell-button a{
        height:50px;
        width:50px;
    }
    .explore-card .explore-text .explore-title{
        font-size:20px
    }
    
    .nav-bar-mobile{
        position:absolute;
        max-width:450px;
    }
    
    .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color:#7d7d7d;
  transition:all .5s ease;
}
.sidenav .closebtn:hover{
    color:white;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  flex-direction:column;
  opacity:0;
}
    .sidenav .navbar-nav{
        flex-direction:column;
        margin-bottom:1em;
    }
    .product_detail_top .order-1 .carousel-box:nth-child(1){
            grid-row: 1 / span 1;
    grid-column: 1 / span 2;
    }
    .product_detail_top .order-1{
        grid-template-columns: repeat(2,1fr);
    grid-template-rows: 400px 300px;
    height:700px;
    }
    
    .product_detail_topleft h3, .product_detail_topright h3{
        font-size:24px;
    }
    .details_properties_scrollspy ul{
        width:100%;
        justify-content:space-between;
    }
    .details_properties_scrollspy .nav-link{
        font-size:13px!important;
    }
    .property_detailbox .detail_title{
        font-size:13px;
    }
    .property_detailbox h3{
        font-size:16px;
    }
    .fb-comment-list{
        display:block!important;
    }
    .developer_information{
        width:100%;
    }
    .details_properties .col-lg-4{
            position: relative;
    top: unset;
    margin-top: 1em;
    }
    .navbar{
        height:auto;
    }
}






@media(max-width:768px){
    .indexSwiper .index-slider-content h1{
        font-size:36px;
    }
.indexSwiper .index-slider-content p{
    font-size:16px;
    }
    
    .section-title{
        font-size:20px;
    }

    .section-subtitle{
        font-size:15px;
        margin-bottom:2em;
    }
    .recent-products-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .index-sell .sell-img{
        height:150px;
    }
    .index-sell .sell-text h1{
        font-size:20px;
    }
    .explore-grid .explore-house:nth-child(1){
        grid-column: span 1;
    }
    .explore-grid .explore-house:nth-child(2){
        grid-column: 2 / span 2;
    }
    .explore-grid .explore-house:nth-child(3){
        grid-row: 1 / span 2;
    grid-column: 4 / span 1;
    }
    .explore-card .explore-text{
        left:10px;
    }
    .explore-card
    {
        height:120px;
    }
    .explore-card .explore-text .explore-title{
        font-size:18px;
    }
    .product_detail_top .order-1{
            grid-template-columns: repeat(2,1fr);
    grid-template-rows: 300px 200px;
    height:500px;
    }
    .detail_list{
        grid-template-columns:repeat(2,1fr);
        grid-gap:15px
    }
      .details_properties_scrollspy{
        display:none;
    }
    .footer-about, .footer-quick{
        margin-bottom:1.5em;
    }
    .developer_information h3{
        font-size:14px;
    }
    .seller_profile{
        margin-top:15px;
    }
    .navbar .navbar-brand {
    height: 50px;
}
    .navbar{
        padding:10px 0px;
    }
}
.property-list-map{
    display:block;
}
.navbar-nav a{
    font-size:16px;
}
@media (min-width: 576px) and (max-width:768px){
    .container{
        max-width:700px;
    }
}

@media(max-width: 576px){
    .explore-grid .explore-house:nth-child(1){
        grid-column: 1 /span 2;
        grid-row: 1 / span 1;
    }
    
    .explore-grid .explore-house:nth-child(2){
        grid-column: 3 / span 2;
        grid-row: 1 / span 1;
    }
    .explore-grid .explore-house:nth-child(3) {
        grid-row: 2 / span 1;
        grid-column: 1 / span 4;
    }
    .explore-grid .explore-house:nth-child(4){
        grid-row: 3 / span 1;
            grid-column: 1 / span 2;
    }
    .explore-grid .explore-house:nth-child(5){
        grid-row: 3 / span 1;
            grid-column: 3 / span 2;
    }
    .explore-card{
        height:150px;
    }
    .explore-grid .explore-house:nth-child(3) .explore-card{
        height:200px;
    }
  
    .product_detail_topleft h3, .product_detail_topright h3{
        font-size:18px;
    }
    .jssocials-share-link{
        width:30px;
        height:30px;
    }
    .contactseller{
        height:40px;
        margin-top:70px;
    }
    .product_detail_top .order-1{
            grid-template-columns: repeat(2,1fr);
    grid-template-rows: 250px 180px;
    height: 430px;
    }
    .detail_list{
            grid-template-columns: repeat(1,1fr);
            grid-gap:12px
    }
    .detail_answer{
        font-size:12px;
    }
    #contactseller button{
        font-weight:500!important;
    }
    .by_locations h4{
        font-size:11px;
    }
    .by_locations .row{
        gap:10px;
        justify-content:space-evenly;
    }
    .property-list-map iframe{

    height:350px;
}

}

@media(max-width:450px){
    .product_detail_top .order-1{
            grid-template-rows: 200px 100px;
    height: 300px;
    }
    .detail_list{
        padding:10px 15px;
    }
        .property-list-map iframe{

    height:270px;
}
}


@media(min-width:1500px){
    .container{
        max-width:1200px;
    }
}

.saleandrent{
    padding:40px;
    border-radius:5px;
}
.house-card-name h4, .property-card-name h4, .house-card-name{
    min-height:40px;
}

@media(max-width:991px){
    .house-card-specs li p span{
        display:none;
    }
    .house-card-specs li p span.car, .house-card-specs li p span.bike{
        display:contents;
    }
    .search-back-button{
        display:none;
    }
}

@media(max-width:500px){
    .house-card-specs li p span.car, .house-card-specs li p span.bike{
        display:none;
    }
}




@media(max-width:1200px){
    .house-card-name h4, .property-card-name h4, .house-card-name h4{
        min-height:36px;
    }
}


@media(max-width:768px){
    .index-sell{
        gap:1em;       
    }
    .whatwedo img{
        height:60px;
    }
    .whatwedo h4{
        font-size:20px;
    }
    .whatwedo p{
        font-size:15px;
        margin-bottom:0em;
    }
    .letusknow .index-sell .sell-text h1{
        font-size:20px;
    }
    .saleandrent{
        width:100%;
    }
    .recent-products-grid{
        gap:10px;
    }
}

.house-card-name{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.house-card{
    height:auto;
}

@media(max-width:576px){
        .index-sell .sell-img{
            height:120px;
        }
        .index-sell .sell-text h1{
            font-size:18px;
        }
        .index-sell .sell-text p{
            font-size:15px;
            margin-bottom:0em;
        }
        .section-subtitle{
            margin-bottom:1em;
        }
        .property-card .property-card-price,.house-card .house-card-price{
            font-size:14px;
        }
        .whatwedo img{
            height:50px;
        }
        .whatwedo h4{
            font-size:18px;
        }
        .whatwedo p{
            font-size:14px;
        }
        .section-subtitle{
            font-size:14px;
        }
        .section-title{
            font-size:18px;
        }
        .house-card-specs .avatar{
            width:27px !important;
            height:27px !important;
        }
        .house-card-specs h4{
            font-size:11px;
        }
        .property-card .property-card-img,.house-card .house-card-img{
            height:120px;
        }
        
        .house-card-type{
        font-size:11px;
    }
}


@media(max-width:400px){
    .indexSwiper .index-slider-content h4{
        font-size:18px;
    }
    .indexSwiper .index-slider-content p{
        font-size:14px;
    }
    .section-subtitle{
        font-size:12px;
    }
    
}


.featuredSwiper .swiper-slide{
    height:fit-content!important;
}
.saleandrent{
    padding:20px;
    padding-bottom:2em;
}

.sidenav .navbar-toggler{
    display:none;
}

.search-button-submit{
    display:none;
}

.search-button-submit i{
        font-size: 24px;
    color: #616161;
}

@media(max-width:991px){
    .search-button-submit{
        display:block;
            position: absolute;
    right: 0;
    z-index: 1000;
    }
}
.property-card-location p{
      display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

@media(max-width:576px){
    .saleandrent a{
        font-size:15px;
    }
}


.productcontainerpadding .aiz-card-box span.text-primary{
    color:var(--main-green)!important;
}

.sortby{
    position:relative;
    top:unset;
    right:unset;
}

.sortby .dropdown-item.active,.sortby .dropdown-item:hover,.sortby .dropdown-item:active{
    background-color:#a7a7a7;
}
.sortby .show.bootstrap-select .dropdown-toggle{
    border-color:#cfcfcf !important;
}
.search_result{
    max-width:100%;
 
}
.aiz-filter-sidebar{
    height:auto;
}
.by_locations .row{
    margin:0px;
}
.aiz-range-slider .noUi-connect{
    background:#ababab;
}

@media(max-width:1200px){
    .productcontainerpadding .aiz-card-box .img-fit{
        width:180px;
        height:160px;
    }
}

@media(max-width:991px){
    .productcontainerpadding .aiz-card-box .img-fit{
        height:180px;
        width:220px;
    }
    .sidenav .navbar-nav{
        width:100%;
    }
    .navbar-nav a{
        margin: 0px 20px;
    border-bottom: 0.5px solid #eeeeee3d;
    }
     .navbar-nav a{
        font-size:14px!important;
    }
    .navbar-nav .nav-link{
        display:flex;
        justify-content:space-between;
    }
}

@media(max-width:768px){
    .productcontainerpadding .aiz-card-box .img-fit{
        height:160px;
        width:200px;
    }
   
}

@media(max-width:576px){
    .by_locations .row{
        justify-content:left;
    }
    .index-sell-section{
        padding-top:40px;
        padding-bottom:40px;
    }
    .featuredSwiper .swiper-button-next, .featuredSwiper .swiper-button-prev{
        display:none;
    }
}
@media(max-width:450px){
    .productcontainerpadding .aiz-card-box .img-fit{
        width:100%;
        height:180px;
    }
    .productcontainerpadding .aiz-card-box{
        flex-direction:column;
    }
    .sortby {
        width:180px;
    }
    .sortby .bootstrap-select .dropdown-menu li a{
        font-size:12px;
    }
    .product-listing-text-box{
        padding-bottom:18px!important;
    }
    .search_result{
        font-size:12px;
    }
    .index-sell .sell-img{
    height:100px;
        
    }
    .index-sell .sell-text h1{
        font-size:15px;
    }
    .index-sell .sell-text p{
        font-size:13px;
    }
    .sell-button a{
        height: 30px;
    width: 30px;
    }
    .sell-button a i{
        font-size:20px;
    }
    
}

.featuredSwiper .swiper-wrapper{
    padding:10px 0px;
}
.by_locations h4{
    color:#a7a7a7;
    transition:all .5s ease;
}
.by_locations h4:hover{
    color:white;
        border-bottom: 1px solid white;
}
.house-card-quick{
    display:none;
}

@media(max-width:768px){
    .featuredSwiper .swiper-button-next, .featuredSwiper .swiper-button-prev{
        display:none;
    }
    .top-footer .footer-logo{
        height:50px;
    }
}

@media(max-width:576px){
    .by_locations .row{
        margin-top:4em;
        gap:20px;
        justify-content:space-between;
    }
}


.mobile-login{
    display:none;
}
@media(min-width:991px){
    #mySidenav{
        width:auto!important;
        opacity:1!important;
    }
}

@media(max-width:991px){
    .nav-listing{
        background-color: transparent;
    border: 0!important;
    color: white;
    padding: 8px 0px!important;
    box-shadow:none;
    }
    .nav-listing i{
        display:none;
    }
    .mainatsection a{
        color:white!important;
    }
    .mainattr:hover .mainatsection{
        position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    visibility: visible;
    background: #202020;
    color: white;

    }
    .mainatsection{
        padding:2px 7px;
    }
    .nav-listing{
        border-bottom:0.5px solid #eeeeee3d!important;
        border-radius:0px;
    }
    .nav-listing:hover{
            background: transparent;
    color: var(--main-green);
    }
    .mobile-login{
        display:block;
        margin-left:12px;
    }
    #mySideNav .aiz-topbar-item{
            width: 100%;
    margin: 0px !important;;
    }
    #mySideNav .aiz-topbar-item a{
        width: 100%;
    display: flex;
    margin: 0px 20px;
        font-size:14px;
        color:white;
    }
}


@media(max-width:768px){
    .product_detail_top .container{
        flex-direction:column;
    }
    .product_detail_topright{
        margin-bottom:2em;
    }
    .product_detail_topleft h3, .product_detail_topright h3{
        font-size:16px;
    }
    .jssocials-share-link{
        height:30px;
        width:30px;
    }
    .contactseller{
            width: fit-content;
    padding: 8px 20px;
    height: fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-top: 20px;
    }
    #description .detail_list ul li{
        font-size:14px;
    }
    .avatar{
            width: 40px !important;
    height: 40px !important;
    }
}

.profile{
    margin-top:7em;
}


@media(max-width: 1199px){
    .aiz-user-sidenav-wrap{
        display:block!important;
        height:fit-content;
    }
    .aiz-user-panel{
        padding-left:20px;
    }
    .aiz-user-sidenav{
        position:relative;
    }
    
}

@media (max-width:991px){
    .userpanel-flex{
        flex-direction:column;
        gap:10px;
    }
    .aiz-user-sidenav-wrap{
        width:100%;
        max-width:100%;
    }
    .aiz-user-panel{
        width:100%;
        padding-left:0px;
    }
    .aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link{
        border:1px solid #ececec;
    }
    .nav-user-dashboard{
        flex-direction:column;
        width: 100%;
    margin: 0px 20px;
    }
    .nav-user-dashboard .dropdown-menu.dropdown-menu-lg{
            width: 100%;
    min-width: 0;
    position: relative;
    top:unset;
    background-color:#1d1d1d;
    border-color:#606060;
    }
    
    .nav-user-dashboard .dropdown-menu.dropdown-menu-lg .list-inline-item a{
        color:white!important;
        font-size:13px!important;
        margin-left:0px!important;
    }
    .user-list li:not(:last-child){
            border-bottom: 1px solid #404040;
    }
}

.logoSwiper .swiper-slide{
    background:transparent;
}

.navbar .container-fluid .navbar-brand{
    max-width:150px;
}

.navbar .container-fluid .navbar-brand .logoSwiper img{
    width:auto;
}


@media(max-width:576px){
    .by_locations .row{
        justify-content:left;
    }
}


.index-first-logo{
    height:100px!important;
    width:auto!important;
    margin:1em auto;
}



ul.social a{
    display:flex;
    justify-content:center;
    align-items:center;
}


/*==========About Us==============*/
.about-header{
    padding:3em 0em;
        background: #f6f6f6;
    margin-bottom: 2em;
}

.about-header .section-title{
    text-align:left;
}

.bread-crumb{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom:0em;
}
.bread-crumb p{
    margin:0;
    color:gray;
}

.bread-crumb a{
    color:#1b1b28;
}

.bread-crumb a:hover{
    text-decoration:underline;
}

.about-bhada{
    margin-bottom:3em;
}

.about-why{
    margin-bottom:3em;
}

.about-content{
    padding-bottom:3em;
}
@media(max-width:768px){
    .about-header{
        padding:2em 0em;
    }
}

/*===============Terms page============*/
.terms-content .terms-title{
        color: var(--main-green);
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
}


.terms-content .terms-text{
    margin-bottom:2em;
}

.terms-content{
    padding-bottom:3em;
}



/*==========blog page==============*/
.btn-blog-view{
        background-color: var(--main-green);
    color: white;
    transition:0.5s all ease;
}
.btn-blog-view:hover{
    background-color:#777777;
    border-color:#777777;
    color:white;
}

.blog-listing-description{
      display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.blog-card img{
    height:230px;
    object-fit:cover;
    width:100%;
}

.blog-columns{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}


@media(max-width:991px){
    .blog-columns{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .blog-card img{
        height:150px;
    }
    


    .blog-card-content{
        padding:10px!important;
    }
    .btn-blog-view{
        padding:5px 12px;
    }
       .blog-card-content .blog-card-title{
        font-size:15px;
    }
    .header-top-navigation .brand-logo {
    padding: 0 !important;
}

.header-top-navigation {
    margin: 0;
        justify-content: space-between;
}

.header-top{
    padding: 6px 0;
}

.index-sidebar .like-page-list-wrapper .profile-thumb img {
    height: 28px !important;
}

header .container-fluid{padding:0;}

.aiz-main-wrapper{    overflow: hidden;}

}

@media(max-width:576px){
    .blog-columns{
        grid-gap:10px;
    }
    .blog-card img{
        height:120px;
    }
 
}

@media(max-width:400px){
      .blog-card img{
        height:100px;
    }
}




/*======Blog Single Page=====*/
.blogs-single-page{
    padding-top:2em;
}

.blogs-single-page .blog-single-right .blogs-single-recent-title{
        font-size: 17px;
    font-weight: 600;
    margin-bottom: 1.5em;
}

.blogs-single-page .blog-single-right .blogs-recent-list{
    list-style-type:none;
}


.blogs-single-page .blog-single-right .blogs-recent-list li a{
    gap: 10px;
    display: grid;
    grid-template-columns: 160px auto;
    margin-bottom:1em;
}




.blogs-single-page .blog-single-right .blogs-recent-list li  a .blogs-recent-title{
        color: var(--main-text);
    font-size: 16px;
}

.blogs-single-page .blog-single-right .blogs-recent-list li  a .blogs-recent-details p{
        color: gray;
    font-size: 13px;
    margin:0px;
}

.blogs-single-page .blogs-single-left{
    margin-bottom: 3em;
    padding-bottom: 2em;
}

.blog-single-main .blog-single-share{
    display:none;
}


.blogs-single-left .blogs-single-img{
    margin-bottom:2em;
    padding-top: 6px;
}
.blogs-single-page .blog-single-right .blogs-single-recent-title{
    position:relative;
}
.blogs-single-page .blog-single-right .blogs-single-recent-title:after{
        position: absolute;
    content: '';
    width: 60px;
    height: 2.5px;
    background-color: var(--main-green);
    bottom:-3px;
    left:0px;
    
}
@media(max-width:991px){
    .blogs-single-page .blogs-single-left{
            border-bottom: 2px solid #eee;
    }
    .blogs-single-page .blog-single-right .blogs-single-recent-title{
        text-align:center;
        font-size: 20px;
        margin-bottom: 2em;
    }
    .blogs-single-page .blog-single-right .blogs-single-recent-title:after{
        margin:auto;
        left:0;
        right:0;
    }
    .blogs-single-page .blog-single-right .blogs-recent-list li a{
        display:block;
        text-align:center;
        margin-bottom:1em;
    }
    .blogs-single-page .blog-single-right .blogs-recent-list{
        display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    }
    .blogs-single-page .blog-single-right .blogs-recent-list li a .blogs-recent-img{
        margin-bottom:1em;
    }
     .blogs-single-page .blog-single-right .blogs-recent-list li a .blogs-recent-img img{
        height: 120px;
        width: 100%;
        object-fit: cover;
     }
}

@media(max-width:576px){
    .blogs-single-page .blog-single-right .blogs-recent-list{
        grid-template-columns: repeat(2,1fr);
    }
}



.white{
    background-color:unset!important;
}











.text-red{
    background-color: red;
}


.container{
    max-width: 1500px;
}

.pt-110{
    padding-top: 100px;
}

.brand-logo img{
    width: 200px;
        height: 60px;
    object-fit: contain;
}

.sticky {
    height: 70px;
}

.tiktok-of-the-day h3{
        font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 40px;

}

.tiktok-of-the-day p{
    font-size: 16px;
    color: gray;
}

.swiper, .swiper-slide{
    height: fit-content;

}

.tiktok-g11lbl-Button-StyledLoginButton {
    border-radius: 4px;
    border: none;
    color: rgba(255, 255, 255, 1);
    background-color: #4e158ddb;
    min-width: 164px;
    min-height: 36px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-family: SofiaPro,PingFangSC,sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 6px 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    font-family: ProximaNova,Arial,Tahoma,PingFangSC,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-left: 16px;
    min-width: 100px;
}

.tiktok-g11lbl-Button-StyledLoginButton:hover{
    color: #fff;
    background: #4e158d;
}
.tiktok-of-the-day h3{
        font-weight: 700;
    background: linear-gradient(90deg,#d93f3e 10%,#e2e2e2 50%,#fc8105 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: textclip 4s linear infinite;
    animation: textclip 4s linear infinite;
}

@-webkit-keyframes textclip{to{background-position:200%}}

@keyframes textclip{to{background-position:200%}}

.carousel-card::after {
    position: absolute;
    content: '';
    background-image: linear-gradient(0deg,#00000085 0,transparent);
    transition: opacity .3s cubic-bezier(.39,.575,.565,1);
    bottom: 0;
    left: 0;
    height: 18%;
    width: 100%;
}

.trending-today-carousel{
        display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}

.trending-today-carousel::before{
    display: none;
}

.trending-today-carousel::after{
    display: none;
}

.carousel-card img{
        width: 100%;
    height: 200px;
    border-radius: 20px;
    
}

.carousel-card h3{
         position: absolute;
    bottom: 0;
    color: white;
    font-size: 20px;
    padding: 10px;
    z-index: 99;
}

.carousel-card{
    overflow: hidden;
    border-radius: 15px;
}


.carousel-card::before{
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.trending-today h4::before{
    display: none;
}

#toggle {
  display: inline-block;
  width: 9%;
  height: 29px;
  background: var(--main-purple);
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 10px;
}

#toggle:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: all 0.3s;
  background:url('https://cdn-icons-png.flaticon.com/512/439/439842.png');
  background-size:cover;
}

#toggle-switch:checked + #toggle {
  background: #666;
}

#toggle-switch:checked + #toggle:before {
      left: 47%;
      background:url('https://cdn-icons-png.flaticon.com/512/740/740878.png');
      background-size:cover;
}

[data-theme="dark"] .aiz-main-wrapper {
    background-color: #000;
} 

[data-theme="dark"] .card {
    background-color: #1A1A1B;
    color: white;
}

.whitegrid{display:none;}

[data-theme="dark"] .whitegrid {
   display:block !important;
} 

[data-theme="dark"] .blackgrid {
   display:none;
} 

[data-theme="dark"] .widget-title {
    color: white;
}

[data-theme="dark"] .author {
    color: white;
}

[data-theme="dark"] .list-title a {
    color: #fff;
}

[data-theme="dark"] .list-subtitle a {
    color: #fff;
}

[data-theme="dark"] h1{
    color: #fff !important;
}

[data-theme="dark"] h2{
    color: #fff !important;
}

[data-theme="dark"] h3{
    color: #fff !important;
}

[data-theme="dark"] h4{
    color: #fff !important;
}

[data-theme="dark"] h5{
    color: #fff !important;
}

[data-theme="dark"] h6{
    color: #fff !important;
}

[data-theme="dark"] p{
    color: #fff !important;
}

[data-theme="dark"] a{
    color: #fff !important; 
}

[data-theme="dark"] .header-top{
     background-color: #1A1A1B !important;
}

[data-theme="dark"] .community-network .community-content p {
    color: #000 !important;
}

[data-theme="dark"] .community-network .community-content .item-title {
    color: #000 !important;
}



.user-arrow-icon i{
    color: lightgray;
    margin-left: 6px;
    transition: 200ms ease-out;
}

.show .user-arrow-icon i {
transform: rotate(180deg);
}

[data-theme="dark"] .user-arrow-icon i {
    color: #d3d3d370;
}

#toggle-switch{
    display: none;
}

[data-theme="dark"] .dropdown-menu a { 
    color: #000 !important;
}

[data-theme="dark"] .dropdown-menu h6{
    color: #000 !important;
}

.sticky {
    z-index: 999999;
}

.likeunlike img{
    width: 20px;
}

.wishprodetail img{
    width: 30px;
}

/*B5A6A6*/ 

.shareButton, .shareButton.open {
    border: none;
    border-radius: 50%;
    background: #fff;
    padding: 1rem;
    overflow: hidden;
    padding: 0;
    outline: none;
    margin: 0.5rem;
    width: 24px;
    height: 24px;
    box-sizing: content-box;
    transition: all 200ms;
    position: relative;
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
}

.content .shareButton.main .share {
    transform: rotate(0) scale(1);
    opacity: 1;
}

.content .shareButton.main .share {
    position: absolute;
    top: 1rem;
    left: 1rem;
    transition: all 150ms;
}

.shareButton svg, .shareButton.open svg {
    display: block;
    fill: #FF7472;
    width: 24px;
    height: 24px;
    opacity: 1;
    transition: all 150ms;
    transform: scale(1);
}

.content .shareButton.main .check{
    opacity: 0;
    transform: rotate(90deg) scale(0);
}

.content .shareButton.main .check {
    position: absolute;
    top: 1rem;
    left: 1rem;
    transition: all 150ms;
}

.content .shareButton.main .close{
        opacity: 0;
    transform: rotate(90deg) scale(0);
}

 .content .shareButton.main .close {
    position: absolute;
    top: 1rem;
    left: 1rem;
    transition: all 150ms;
}

.jssocials-share{
        width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: scale(0);
        transition: 200ms ease-out;
            padding-top: 0 !important;
            padding-left: 10px !important;
}

.open .jssocials-share {
    border: none;
    border-radius: 50%;
  
    padding: 1rem;
    overflow: visible;
    outline: none;
    width: 24px;
    height: 24px;
    box-sizing: content-box;
    transition: all 200ms;
    position: relative;
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA81BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB5eXnBwcHf39/Z2dna2trX19fa2trd3d3d3d3g4ODg4ODj4+Pj4+Pl5eXk5OTm5ubl5eXn5+fo6Ojp6enn5+fp6ens7Ozq6urr6+vr6+vt7e3s7Ozt7e3t7e3u7u7w8PDw8PDw8PDy8vLy8vLn5+f09PTn5+fy8vLn5+fp6enx8fHr6+vq6urs7Ozr6+vr6+vv7+/x8fHw8PDw8PDv7+/v7+/t7e3t7e3u7u7r6+vr6+vu7u7t7e3t7e3u7u7r6+vq6urq6urr6+vs7Ozr6+tWIAHaAAAAUXRSTlMAAQIDBAUGBwgJCgsVKVdYWVpaWltbZGRsbHFxdXV4foGBhIeJi4yQkJGUlpiZm5yenp+foKCnqaqqsbK0tba3w8TFxsbIydPU1dXb3N3d4uOSbqQHAAABdElEQVR42q2TbVOCQBSFg4UFAXtPJZVFQWRxUROj0jRR0UxL/v+vCQhdZ2zGL96vz86Ze885e3GuYfbzL2RZADgOAJY9fsCwgOOhEA/kOcAyR5QXREmORxIFPuOUclCU7/uLaBv2bmURcn+c0pwyXAYj3x9NVwMll3KqDHP5n8lT2yXEbXvBJp+DVJ8BvKh8v3eIg+0mdkhnvFFEHjB7aUEaTjotbJmGYVq41QneJCGWzzAvPiw9ght1HaFavYGJt7wW+R0GUHoO2o5VR1q1qqG65bTnPQmCHRbkxcjFpq49qqWyVjOxOwplIcNsjCOf2AaqqoWiWkVGk/jbGLOHuBnjUrGgVpBhEz9K8F48TMRrWllVy5q+E6er9afZapVstW68Gj3s7jM9rIaQnh72dZkcRm0ZBIe2zF4yW6ip49RUOzH1Y70zlUayCbwsktmaRkIDHazmSaDz1SsN9LAON70wisLuFa3DiTKdrOLpIh9/gzPNL7Z6NKvvS5JoAAAAAElFTkSuQmCC), auto;
}

.fb, .jssocials-share.open {
    transition-delay: 100ms;
}

.jssocials-share-email, .jssocials-share-twitter{
    display: none !important;
}

#wizard_container {
    width: 95% !important;
}

.content-right {
    padding: 10px !important;
    padding-top: 120px !important;
    height: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    align-items: center !important;
} 

.header-top{
    position: initial !important;
}

header{
    padding-top: 0 !important;
    border-bottom: none !important;
}

.main-wrapper{
    padding-top: 30px;
}

.flex-1{
    flex: 1;
}

.likeDiv{
    font-size: 20px;
    color: gray;
    margin-bottom: 0;
}

#loading{
    position: absolute;
    top:50%;
    background-color: red; 
    width:200px;
    height:200px;
    display: none;
}
 
header{
    padding-bottom: 0 !important;
}

.main-wrapper{
        background: #d3d3d366;
}

[data-theme="dark"] .main-wrapper {
    background-color: #000;
}

.widget-body ul{
    margin-bottom: 0;
} 

.sharenow p{
    font-size: 14px;
    font-weight: 550;
}

.sharenow img{
    width: 100px;
    margin: auto;
}

.sharenow a{
font-size: 12px;
    font-weight: 700; 
    color: #fff;
    line-height: 1;
    padding: 11px 25px;
    /* margin-right: 2px; */
    border-radius: 40px;
    background-color: #dc4734;
    /* position: absolute; */
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-top: 30px;
}

.btn-share:hover {
    background-color: #333333;
    color: #fff;
}

.carousel-card img {
    height: 160px;
}

.carousel-card h3 {
    font-size: 16px;
}

.wishprodetail img {
    width: 22px;
    color: #000;
}

.form-group{
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

@media (prefers-color-scheme: dark) {
  .likeunlike img {
    filter: invert(1);
  }
  
  button .shareButton_1 .main .open {
      filter: invert(1);
  }
}


:root {
    --main-purple:#4E158D;
    --main-orange:#FA5E07;
  }




.login-box .login-popover-abs i{
    font-family:'FontAwesome';
}

.login-16 .form-section .form-check-input{
    border:2px solid #a1a1a1;
}

.login-16 .form-section .form-check{
    text-align:left;
}

.login-16 .form-section .form-check-label{
    font-size:14px;
}
.login-16 .form-section .form-check-input{
        border: 1.5px solid #c1c1c1;
    background: white;
    margin-top: 3px;
    margin-left: -15px;
  
}

.form-check-input:checked{
        background-color: #cc0000;
}

.top-search-box{
        padding: 7px 5px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #F6F7F8;
}

[data-theme="dark"] .top-search-box{
    border: 1px solid #fff;
    background: #3A3A3D;
    border: 1px solid #e6e6e6;
}

.header-top-navigation #menu{
        position: absolute;
    background: white;
    z-index: 3;
    border: 1px solid #edeff1;
    border-top: 0px;
    padding: 10px;
}

.container{
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
}

@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
}

@media only screen and (min-width: 1200px){
    .container {
    max-width: 1140px;
}
}

#toggle-switch:checked + #toggle:before{
    left:auto;
    right:2px;
}

.scroll-top{
    height:40px;
    width:40px;
}

.scroll-top i{
    line-height:40px;
    font-size:18px;
}


.share-text-box .btn-share{
    background-color:var(--main-purple);
}

.brand-logo img{
    width:auto;
    height:70px;
}



.other-options{
    display: flex;
    flex-direction: column;
    padding: 21px 0px;
    margin-right: 15px;
    height: 58px;
    justify-content: center;
}
.other-options span{
    width: 18px;
    height: 1.5px;
    margin-bottom: 4px;

    background-color: rgb(132, 132, 132);
}


.other-options span:last-child{
    margin: 0px;
}


.header-top-navigation{
    display: flex;
    height:auto;
}

.header-top-navigation .brand-logo{
    padding:10px;
}
.other-options{
    height:100%;
}


.brand-logo img{
    height: 50px;
}

header{
    position:sticky ;
    top:0px;
    z-index:1000;
}




header .header-top .row{
    justify-content:space-between;
    padding:0px 15px;
}


.top-search-field::placeholder{
        font-size: 15px;
    color: #949494;
}


.top-search-field{
    padding-right:0px;
    padding-left:25px
}

.top-search-btn{
    right:auto;
    left:7px;
    top:auto;
}

.top-search-btn img{
    height:20px;
}

.main-wrapper{
    padding-top:5px;
}



.sticky{
    height:auto;
}
.brand-logo img{
    height:60px;
}
.header-top-navigation{
    align-items:center;
}
.other-options{
    padding:0px;
}
.header-top-search{
    width:100%;
}

.top-search-field{
    line-height:25px;
    padding-left:35px;
}

.top-search-btn img{
    height:25px;
}

.header-top-create a{
    background-color: var(--main-purple);
    color: white;
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-top-right .header-top-create a:hover{
    background-color: #333;
}

.nav-user-dashboard .user-arrow-icon{
    width:fit-content;
}

.header-top-right{
    gap:10px
}
#toggle{
        width: 40px;
    height: 23px;
    box-shadow:rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
#toggle:before{
        top: 3.5px;
    width: 15px;
    height: 15px;
}

.nav-user-dashboard .user-arrow-icon span{
    gap:5px
}
.main-wrapper{
    background-color:#F1F3F5;
}
.card{
    box-shadow:rgb(51 51 51 / 6%) 0px 1px 15px 0px;
    border-color:#ececec;
}



.index-sidebar-col{
    border-right:1px solid #ececec;
    padding-top:2em;
    background-color:white;
}
.widget-title{
    font-weight:500;
}
.list-title{
    font-size:15px;
    font-weight:500;
}

.index-left-layout .profile-thumb a i{
    font-size:18px;
    color:#888;
}
.index-left-layout .list-title{
    padding:0px;
}

.index-layout.row{
    justify-content:space-between;
}

.trending-today-carousel{
    grid-gap:10px
}

.carousel-card{
    border-radius:10px;
}
:root {
  --purple-color: #4e158d;
}

.card{
    padding:20px;
    border-radius:3px;
}
.like-page-list-wrapper li{
    margin-bottom:10px!important;
}
.share-text-box .share-text-field{
    box-shadow: none;
    background: #F6F7F8;
    border: 1px solid #e6e6e6;
    border-radius: 100px;
}

.share-text-box .btn-share{
    border-radius:3px;
}

.widget-title:before{
    height:2px;
    background-color:var(--purple-color);
}
.carousel-card img{
    border-radius:10px;
    object-fit:cover;
}
.carousel-card h3{
    font-size:14px;
    font-weight:400;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  padding:0px 8px;
}

#exampleModal .modal-content .modal-header{
    padding:15px;
}

#exampleModal .modal-content .modal-body{
    padding:15px;
}

#exampleModal .modal-content .form-group{
    padding:15px;
    margin:0px
}

#exampleModal .modal-content .form-group{
    flex-direction:row;
}
#exampleModal .modal-dialog{
    max-width:600px;
}

#exampleModal .share-field-big{
    color:#242424;
}

.share-box-inner .profile-thumb-middle{
    margin-bottom:0px;
}
#exampleModal .modal-content .form-group .col-from-label {
    display:flex;
    flex-direction:row;
    gap:3px;
}
#exampleModal .modal-content .form-group .col-from-label i{
    position:relative;
    top:unset;
    right:unset;
}

#exampleModal .modal-content .form-group .col-from-label p{
    margin:0px;
}
#exampleModal .modal-content .form-group .form-control.form-amount{
    display:flex;
    align-items:center;
}

.post-share-btn{
    background-color:var(--purple-color);
}
.post-share-btn.cancel{
    background-color:gray;
}

#exampleModal .modal-content{
    border-radius:15px;
}
#exampleModal .modal-header .close{
    background: #ebebeb;
    border-radius: 50%;
    padding: 7px;  
    margin:-1rem -6px -1rem auto;
}
#exampleModal .share-field-big{
    padding:7px;
    font-size:16px;
}
#exampleModal .share-field-big::placeholder{
    font-size:16px;
}
.trending-today{
        padding: 10px;
    background: #ffffff;
    margin-bottom: 1em;
    border-radius: 5px;
    box-shadow: rgb(51 51 51 / 14%) 0px 1px 15px 0px;
    border: 1px solid #e6e6e6;
}
.carousel-card img{
    height:200px;
}
.index-sidebar-col{
    padding-left:25px;
}
.tiktok-of-the-day{
        padding: 10px;
    background: white;
    box-shadow: rgb(51 51 51 / 6%) 0px 1px 15px 0px;
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-bottom:1em;
}
.post-settings-bar span{
    height:2px;
    border-radius:2px;
}
.tiktok-of-the-day h3{
    font-size:20px;
}
.tiktok-of-the-day p{
    font-size:14px;
}

.post-thumb-gallery{
    margin-top:1em;
}
.post-settings ul{
    margin:0px;
}

.post-interaction-bar{
        margin: 0px -20px;
    background: #f9f9f9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top:1em;
    padding:0px 5px;
}


.post-interaction .likeDiv{
    font-size:16px;
}

.post-card.card{
    padding-bottom:0px;
}
.post-interaction button img{
    width:15px;
}

.aiz-notify.alert-success{
    background: white;
    border: 1px solid #ececec;
    color:#242424;
    border-bottom: 2px solid #0abb75;
}
.post-settings{
    padding:10px;
}
.scroll-top{
    background-color: #4e158d;
    color:#242424;
}
.index-sidebar .widget-create .widget-create-button{
    display:block;
   
}

.index-sidebar .widget-create .widget-create-button{
    color:#333;
    font-size:15px;
}

.index-sidebar .widget-create .widget-create-button i{
    color:#888;
    font-size:18px;
    margin-right:10px;
}

.sharenow a{
    background-color:var(--purple-color);
}
.index-sidebar .widget-create{
     margin-top:10px;
     padding-top:10px;
     border-top:1px solid #ececec;
}


.top-search-box{
    border: none;
    border-radius: 25px;
    background: #0000000d;
}
.main-wrapper{
    padding-top:0px;
    padding-bottom:0px;
}

.index-sidebar .like-page-list-wrapper .profile-thumb img{
    height:20px;
}

.index-sidebar .like-page-list-wrapper li{
    margin:0px!important;
    
    
}

.index-sidebar .like-page-list-wrapper li a{
    display:flex;
    width:100%;
    padding:12px;
    border-radius:10px;
}

.index-sidebar .like-page-list-wrapper li a:hover{
    background:#f2f2f2;
}
.card{
    border:none;
}

.post-thumb-gallery{
    margin:10px -19px;
}
[data-theme="dark"] .index-sidebar-col{
    background-color:#1A1A1B;
}

.index-sidebar .widget-title{
    margin-bottom:20px;
}
.index-sidebar .widget-create .widget-create-button i{
    color:#e36531;
}
.index-sidebar-col{
    padding-left:10px;
}
.index-sidebar .widget-title{
    margin-left:10px;
}



@media (min-width: 1200px){
    .card, .card-small{
        margin-bottom:1em;
    }
}
[data-theme="dark"] .index-sidebar-col{
    border:none;
}
[data-theme="dark"] .index-sidebar .widget-create{
    border-color:#ececec26;
}

.profile-desc{
    margin-bottom:1em;
}

aside.widget-area .widget-item{
    margin-bottom:1em;
    border-radius: 5px;
}

[data-theme="dark"] .post-interaction-bar{
    background:#282828;
}



[data-theme="dark"] .index-sidebar .like-page-list-wrapper li a:hover{
    background:#f2f2f22b;
}


[data-theme="dark"] .profile-menu-area{
    background-color:#1A1A1B!important;
}

[data-theme="dark"] .trending-today, [data-theme="dark"] .profile-banner {
    background-color:#1A1A1B;
    border:none;
}

[data-theme="dark"] .widget-item {
    background-color:#1A1A1B !important;
    border:none;
}

[data-theme="dark"] .tiktok-of-the-day{
    background-color:#1A1A1B;
}
[data-theme="dark"] .share-text-box .share-text-field{
    background:#3A3A3D;
}

[data-theme="dark"] .nav-user-dashboard .user-arrow-icon span {
    color: white;
}
    
body{overflow-x:hidden !important;}

[data-theme="dark"]  svg.share{fill:white !important;}




marquee span a:hover {
    color: #CC5724!important;
}

.aiz-side-nav-link.active{
    background-color: #8b66b3;
}


.health {
        font-weight: 700;
    background: linear-gradient(90deg,#d93f3e 10%,#e2e2e2 50%,#fc8105 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: textclip 4s linear infinite;
    animation: textclip 4s linear infinite;
    margin: 10px 0px 20px 0px;
}

.health-img{
    border-radius: 6px;
    height: 196px;
    object-fit: cover;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.health-title {
    font-size: 16px;
    text-transform: capitalize;
    margin: 14px 0px 8px 0px;
}

.health-title a{
    color: #4E158D;
}

.today-img{
        height: 100%;
        object-fit: cover;
}


.related {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.health-bulletin{
    background: #fff;
    padding-top: 10px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.bulletin{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.detail-img {
    height: 500px;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1)0px 5px 15px;
    border-radius: 10px;
    border: 1px solid #5f5453a6;
}

.blogs-single-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-single-content {
    font-size: 16px;
}

.section-title {
    margin-top: 40px;
}

.product-image {
    border-radius: 5px;
    height: 180px;
    object-fit:cover;
    max-height: 100%;
     margin-bottom: 8px;
     box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.related-single {
    background: #fff;
    border-radius: 6px;
    margin-top: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.detail-title{
    padding: 10px 10px;
}

[data-theme="dark"] .health-title a{
    color: #4E158D !important;
}

[data-theme="dark"] .detail-title a {
    color: #4E158D !important;
}

[data-theme="dark"] #exampleModal .modal-content {
    background: #2a2a2a;
}

#exampleModal .share-field-big {
    border-radius: 6px;
}

[data-theme="dark"] #exampleModal .share-field-big {
        background: #3A3A3D;
        border-color: #847a7a;
}

[data-theme="dark"] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        background: #3A3A3D;
        color: #fff;
        border-color: #847a7a;
}

#exampleModal .modal-dialog {
    margin-top: 150px;
}


[data-theme="dark"] #exampleModal .modal-content .modal-header {
        border-color: #847a7a;
}

[data-theme="dark"] #exampleModal .modal-content .modal-footer {
        border-color: #847a7a;
}


[data-theme="dark"] .input-group-text {
        color: #fff;
        border-color: #847a7a;
}

[data-theme="dark"] #exampleModal .modal-header .close {
        background: #fff;
}

[data-theme="dark"] .top-search-box {
    border-color: #847a7a;
}

[data-theme="dark"] .share-text-box .share-text-field {
    border-color: #847a7a;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    padding-top: 10px;
}




.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #000;
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-296px);
    transform: translateX(-296px);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.mmenu-active .mobile-menu-container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mmenu-active .mobile-btn{background:unset;}

.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2400;
    font-family: Poppins, sans-serif;
    -webkit-transition: visibility 0.4s;
    transition: visibility 0.4s;
}

.mmenu-active .mobile-menu-wrapper {
    visibility: visible;
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.mmenu-active .mobile-menu-overlay {
    opacity: 0.5;
}

.mobile-btn{z-index:9;}

.navbarLink{
    display: flex;
    align-items: center;
    justify-content: right;
}

.mobile-menu-close {
    position: fixed;
    left: calc(100vw - 40px);
    top: 35px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 1;
}

.mmenu-active .mobile-menu-close {
    opacity: 1;
}

.mobile-menu-close{
    background: url(https://assets.swoogo.com/uploads/full/2584578-6453e93079ea4.png);
    width: 20px;
    height: 20px;
    background-size: cover;
}

svg.share{fill:#545252 !important;}

@media(max-width:600px){

.brand-logo img {
    height: 50px;
}





    
body{overflow-x:hidden !important;}

  svg.share{fill:#545252 !important;}

 .health-title a{
    color: #4E158D !important;
}

 .detail-title a {
    color: #4E158D !important;
}

 #exampleModal .modal-content {
    background: #2a2a2a;
}

 #exampleModal .share-field-big {
        background: #3A3A3D;
        border-color: #847a7a;
}

 .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        background: #3A3A3D;
        color: #fff;
        border-color: #847a7a;
}



 #exampleModal .modal-content .modal-header {
        border-color: #847a7a;
}

 #exampleModal .modal-content .modal-footer {
        border-color: #847a7a;
}


 .input-group-text {
        color: #fff;
        border-color: #847a7a;
}

 #exampleModal .modal-header .close {
        background: #fff;
}

 .top-search-box {
    border-color: #847a7a;
}

 .share-text-box .share-text-field {
    border-color: #847a7a;
}

.container-fluid{
        padding-right: 0;
    padding-left: 20px;
}

.health {
    font-size: 30px;
    margin-bottom: 8px;
}
.health-img {
    border-radius: 3px;
    height: fit-content;
    object-fit: fill;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: 130px;
}
.health-title {
    margin: 10px 0 0 0;
    padding-left: 6px;
    font-size: 14px;
}

.health-bulletin {
    padding: 6px;
}

.bulletin {
    gap: 10px;
}

.detail-img {
    height: 100%;
}

.relatedsection .p-3{
        padding: 0 !important;
}

.relatedsection .col-lg-6{
      margin-bottom: 70px
}

.product-image {
    height: 100%;
}


}

.index-sidebar{
    position: fixed;
  height: calc(100vh - 140px); 
  overflow-y: auto;
}

@media(max-width: 991px){
    .index-sidebar{
        height: auto;
        position: inherit;
    }
}

@media(max-width: 600px){
    .index-sidebar{
        height: auto;
        position: inherit;
    }
}

/*.index-left-layout{*/
/*    position: sticky;*/
/*    top: 120px;*/
/*    overflow-y: auto;*/
/*    height: calc(100vh - 20px);*/
/*}*/



/*@media(max-width: 991px){*/
/*    .index-left-layout{*/
/*        height: calc(100vh - 300px);*/
/*    }*/
/*}*/

/*@media(max-width: 600px){*/
/*    .index-left-layout{*/
/*       height: calc(100vh - 586px);*/
/*    }*/
/*}*/


.open .jssocials-share{
    padding-bottom:0px;
}

.homewowwild{
        display: grid;
    padding: 20px; 
    
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4E158D;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


@media(max-width:991px){
    .header-top-create{
        display: none;
    }
}

.new-div .swiper .swiper-wrapper{
    display: flex;
    justify-content: center;
}






