.swiper-slide-active .testi-item{
    background-color: transparent;
}

section{
    padding: 0px;
    background-color: inherit;
}
h3{
    display: block;
    font-size: 18px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.slider-img{
    height: 300px!important;
}

.dis-m-none{
    display: block;
}
.dis-d-none{
    display: none;
}
@media only screen and (max-width: 520px) {
    .dis-m-none{
        display: none;
    }
    .dis-d-none{
        display: block;
    }
}
.dis-flex{
        display: flex;
        justify-content: center;
        align-items: center;
}

*{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.font-14-12{
    font-size: 14px;
}

@media only screen and (max-width: 520px) {

    .font-16-12, .font-14-12, .font-20-12{
        font-size: 12px;
    }
}

.text-d-bold{
    font-weight: bold;
}

@media only screen and (max-width: 520px) {
    .text-d-bold{
        font-weight: 400;
    }
}

.geodir-js-favorite_btn i{
    display: flex;
    align-items: center;
    justify-content: center;
}

.review{
    position: absolute;
    left: 8px;
    bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-mpp-card{
    position: absolute;
    left: -20px;
    bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review .review-tag{
    background-color: #384F95;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 8px;
    text-align: center;
    margin-right: 5px;
    color: #fff;
}

.review .review-body{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.review .review-body i{
    font-size: 14px;
    color: #FACC39;
}

.testimonilas-text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonilas-avatar h3, .testimonilas-avatar h4{
    text-align: center;
}

.listing-carousel-button.listing-carousel-button-prev, .listing-carousel-button.listing-carousel-button-prev2, .listing-carousel-button.listing-carousel-button-next, .listing-carousel-button.listing-carousel-button-next2{
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonilas-text .testi-link{
    text-align: center;
    text-decoration: none;
}

.tc-pagination{
    text-align: center;
}

.sec-title{
    display: inline-flex;
    padding: 0px 16px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.sec-title h3{
    height: 20px;
    font-weight: 600;
    font-size: 28px;
    
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    color: #697891;
    margin: 28px 0px;
    flex: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .sec-title h3{
        font-size: 18px;
        margin: 18px 0px;
    }

}
.sec-title a{
    color: #2E3F6E;
    text-decoration: none;
}

.mpp-card-body{
    padding: 10px;
    border-top: 1px solid #eee;
}

.mpp-card-body h4{
    text-align: left;
    margin: 0px;
    font-size: 18px;
    margin-bottom: 4px;
}


.slider-arrow{
    height: 50px;
    width: 50px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}   

.slider-arrow i{
    font-size: 24px;
}

.slider-arrow:hover{
    opacity: 1;
}

@media only screen and (max-width: 768px) {
/* For mobile phones: */
    .slider-arrow{
        display: none;
    }

}

.slider-arrow-left{
    left: 16px;
}

.slider-arrow-right{
    right: 16px;
}
.main-slider{
    height: 450px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .main-slider{
        height: 200px;
background-color: #fff !important;
    }
}

.main-slider-title{
    font-size: 42px;
    line-height: 40px;
    font-weight: 900;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 8px;
}

.main-slider p{
    font-weight: bold;
}

.ad-2-con{
    height: 530px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
}


.ad-2-con img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ad-2-con h3{
    color: #fff;
    text-align: left;
    padding-left: 32px;
    font-size: 32px;
}

.ad-2-con img{
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 768px) {
    .ad-2-con{
        height: 220px;
    }
}

 /* Most Popular Property Card */
 .mpp-card{
    display: grid;
    grid-template-columns: 195px 1fr;
    background-color: #fff;
    width: calc(100% - 16px);
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 14px 0 rgb(37 44 65 / 12%);
    margin: 0px 8px 16px 8px;
}

/*Big Screen View*/
@media only screen and (min-width: 1600px) and (max-width: 1900px) {
    .mpp-card{
        grid-template-columns: 160px 1fr;
    }
}

/* Mobile View */
@media only screen and (min-width: 520px) and (max-width: 900px){
    .mpp-card{
        height: 200px;
        grid-template-columns: 140px 1fr;
    }
}

/* Mobile View */
@media only screen and (max-width: 520px){
    .mpp-card{
        height: 170px;
        grid-template-columns: 135px 1fr;
    }
}

.mpp-card-img{
    position: relative;
    overflow: hidden;
}

.mpp-card-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mpp-card-img .mpp-card-video{
    bottom: calc(4px + 4px + 30px);
}

.mpp-card-img .mpp-card-slideshow{
    bottom: 4px;
}

.mpp-card-body{
    padding: 10px;
}

.mpp-card-body-features{
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    font-size: 12px;
}

.mpp-card-body-features img{
    height: 14px; width: 14px;
}

.mpp-card-body-icon{
    height: 16px; width: 16px;
}

@media only screen and (max-width: 520px){
    
    .mpp-card-body-features{
        grid-template-columns: auto auto auto;
        font-size: 10px;
    }

    .mpp-card-body-features img, .mpp-card-body-features a{
        height: 12px; width: 12px;
    }

    .mpp-card-body-icon{
        height: 12px; width: 12px;
    }

}

.ept-card{
    display: flex;
    width: 250px;
    height: 250px;
    background: url("https://cdn.pixabay.com/photo/2018/11/22/23/57/london-3833039__340.jpg") no-repeat center;
    margin-right: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;

}

.ept-card h3{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
}

.ept-d{
    display: block;
}

.ept-d img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ept-m{
    display: none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .ept-d{
        display: none;
    }

    .ept-m{
        display: block;
    }
}

.ept-card-d{
    height: 260px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    background-color: red;
}

.ept-card-d h3{
    position:absolute;
    bottom: 16px;
    left: 16px;
    margin: 0px;
    color: #fff;
    font-size: 32px;
}

.flex-1{
    flex: 1;
}

.flex-2{
    flex: 2;
}

.m-r-16{
    margin-right: 16px;
}

.m-b-16{
    margin-bottom: 16px;
}

.m-x-16{
    margin-right: 16px;
    margin-left: 16px;
}

@keyframes bg-fade {
    from {background-color: white;}
    to {background-color: #5c699d;}
}


.acs{
    height: 440px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .acs{
        height: 210px;
    }
}

.acs img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-3{
    width: 375px;
    height: 260px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 0px 8px;
}

.card-3 h3{
    font-size: 24px;
    text-overflow: ellipsis;
    text-align: left;
}

.c-p-care h4{
    font-size: 24px;
    text-overflow: ellipsis;
}

.card-3 .card-3-img-con{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media only screen and (max-width: 768px) {
    .card-3{
        width: 280px;
        height: 200px;
    }
    .card-3 h3{
        font-size: inherit;
    }
}

.c-p-care .mpp-card-body-features{
    display: grid;
    grid-template-columns: auto auto auto;
    width: 100%;
    font-size: 16px;
}

.c-p-care .mpp-card-body-features .options{
    display: flex;
    justify-content: flex-start;margin-bottom: 4px;
}

.c-p-care .mpp-card-body-features .optional{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 4px;
}

@media only screen and (max-width: 768px) {
    .c-p-care .mpp-card-body-features .optional{
        display: none;
    }

}

@media only screen and (max-width: 768px) {

    .c-p-care .mpp-card-body-features{
        display: grid;
        grid-template-columns: auto auto;
        width: 100%;
        font-size: 14px;
    }

}

.c-p-care .loc-icon{
    height: 15px; width: 10px;
}

.c-p-care h4{
    font-size: 24px;
    text-overflow: ellipsis;
}

.c-p-care{
    height: 250px;
    grid-template-columns: 290px 1fr;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */

    .c-p-care .mpp-card-body-features{
        font-size: 10px;
    }

    .c-p-care{
        height: inherit;
        grid-template-columns: 135px 1fr;
    }

    .c-p-care .loc-icon{
        height: 12px; width: 8px;
    }

    .text-d-bold{
        font-weight: 400;
    }
    .c-p-care h4{
        font-size: 18px;
    }
}

@keyframes bg-fade {
    from {background-color: white;}
    to {background-color: #5c699d;}
}

.m-b-0{
    margin-bottom: 0px;
}

.bottom-navbar{
    z-index: 999;
    height: 60px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width:100%;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Lato:wght@300;400;700&display=swap");
.hidden {
  display: none;
}

@media only screen and (max-width: 768px){
    .hidden{
        display:none;
    }
    .wrapper{
        z-index: 100;
        height: 100vh;
    }
       
    .overlay{
            width: 100vw;
            height: 100vh;
            background-color: #2e3f6e;
            position: fixed;
            top: 0;
            left: 0;
          }
              
    .sidebar{
        top: 0;
        left: 0;
        background: rgb(5, 68, 104);
        position: fixed;
        z-index: 999;
        width: 225px;
        height: 100vh;
        padding: 17px 0;
        overflow-y: scroll;
        list-style: none;
	    text-decoration: none;
        box-sizing: border-box;
	    font-family: ‘Open Sans’, sans-serif;
    }
    .emailName{
        position: relative;
        display: flex;
        flex-direction: column;
        padding-left: 6%;
        color: white;
    }
    .name{
        margin-bottom: 0.3rem;
    }
    .imgOne{
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }
    .sidebarleft{
        position: relative;
        display: flex;
        flex-direction:row;
        align-items: center;
        justify-content:flex-start;
        padding: 0% 6%;
        width: 100%;
        margin-bottom: 7%;
    }
    
    
     .sidebar ul li a{
        position: relative;
        display: flex;
        border-bottom: 1px solid #10558d;
        border-top: 1px solid #10558d;
        padding: 6% 10%;
        color: rgb(241, 237, 237);
        font-size: 1.0rem;
        cursor: pointer;
        list-style: none;
        text-decoration: none;
        
    }
    .sidebar ul li a .icon{
        color: #dee4ec;
        width: 30px;
        display: inline-block;
        cursor: pointer;
        list-style: none;
        text-decoration: none;
    } 
    
    /* hover affect  */
    .sidebar ul li a:hover,
    .sidebar ul li a.active{
        color: #0c7db1;
        background:white;
        border-right: 2px solid rgb(5, 68, 104);
        cursor: pointer;
    }
    .sidebar ul li a:hover .icon,
    .sidebar ul li a.active .icon{
        color: #0c7db1;
        cursor: pointer;
    }
    .sidebar ul li a:hover:before,
    .sidebar ul li a.active:before{
        display: block;
        cursor: pointer;
    }
    
    .social-media{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 7% 2%;
    }

    .sm-icon{
        color: #dee4ec;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        list-style-type:none;
    }

    .sm-icon i {
        color: #dee4ec;
        font-size: 24px; /* Increase this value to adjust the size of the icons */
      }
      .closeButton{
          background-color:#0a5190;
          color:#fff;
          margin:3% 26%;
          padding:4%;
          border-radius: 10px;
          font-size:17px;
          text-decoration:none;
          cursor:pointer;
      }
 }