html{
    scroll-behavior: smooth !important  ;
    scroll-padding-top: 6rem;
}
.header-logo a{
    position: absolute;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    top: 0;
    padding: 10px;
}
.header-logo img {
    height:120px;
    border-radius: 10px;
}

.nav-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.nav-btns a {
    background-color: var(--theme-color);
    color: #fff;
    height: 40px;
    display: flex;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 15px;
}
.nav-btns a:hover{
    color: #fff;
    border-radius: 40px;
}
.search-area {
    margin-top: -5rem;
    border-radius: 50%;
}

.search-wrap {
    border-radius: 10px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.search-wrap::after,
.search-wrap::before {
    display: none;
}

.home-search a {
    width: 250px;
    height: 42px;
    border-radius: 10px;
    background: var(--theme-color);

    border: 1px solid var(--theme-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 12px;
}

.home-search a:hover {
    background-color: transparent;
    color: var(--theme-color);
}

.home-search-container input,
.home-search-container select {
    background-color: #eeeeee !important;
    height: 42px;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
}

.hero-1-content p {
    color: #fff;
    font-size: 20px;
}

.section-padding {
    padding:50px 0;
}

.home-about-right a {
    width: 150px;
    height: 42px;
    border-radius: 10px;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);


    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    transition: 0.5s;
}

.home-about-right a:hover {
    background-color: transparent;
    color: var(--theme-color);

}

.home-about-left .about-middle img {
    height: 550px;
    width: 296px;
    object-fit: cover;
}

.home-about-right {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.category-card-cs-img {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.category-card-cs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card-cs p {
    font-weight: 600;
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: 0;
    line-height: 16px;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    /* background-color: var(--theme-color); */
    color: #222;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
}

.category-card-cs {
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 100%;
    position: relative;
}

.category-card-cs:hover img {
    transform: scale(1.1);
    transition: 0.5s;

}
.category-card-cs span{
    padding: 1px 15px;
    background-color: #000000ad;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
}
.popular-list-1 .thumb-wrapper img {
    height: 250px;
    object-fit: cover;
}

.hero-inner {
    height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px !important;
    padding-bottom: 155px !important;
}

.img-about-small-1 img {
    width: 250px !important;
    height: 262px !important;
    object-fit: cover;
}

.img-about-small-2 img {
    width: 172px !important;
    height: 172px !important;
    object-fit: cover;
}

.service-item-big img {
    width: 495px;
    height: 562px;
    object-fit: cover;
}

.service-item-small img {
    width: 495px;
    height: 269px;
    object-fit: cover;
}

.property-values-2-item .hover-content h4 {
    font-size: 24px;
}

.gallery-card .gallery-img img {
    height: 500px;
}

.testimonial-img-cs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.testimonial-img-cs img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 0 !important;
}

.testimonial-img-cs h3 {
    font-size: 18px;
}

.testimonial-img-cs p {
    font-size: 13px;
}

.testi-content p {
    font-size: 17px !important;
}

.footer-widget.widget_nav_menu a::before {
    content: '.';
}

.footer-logo img {
    width: 200px;
}


.lang-menu .nice-select.open .list {
    width: 150px;
    left: -70px;
}

.header-default.header-layout1 .main-menu>ul>li>a {
    padding:7px 0;
    color: #000;
    white-space: nowrap;
}
.header-default.header-layout1 .menu-area{
    background-color: #fff;
    padding: 15px 0;
}
.header-default.header-layout1 .main-menu ul li.menu-item-has-children a::after{
    color: #000;
}
.header-logo {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.hero-1 .swiper-pagination-bullets {
    top: 35%;
}

.price_slider_wrapper .ui-slider-range {
    background-color: #004A73;
}

.form-group {
    margin-bottom: 15px;

}

.price_label {
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}





.carousel-btn2 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn2 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;

}

.carousel-btn2 .owl-nav button span {
    padding-bottom: 10px !important;
}


.carousel-btn2 .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    right: -30px;

}

.carousel-btn2 .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    left: -30px;

}
.carousel-btn2 .owl-nav button span{
    margin-top: 5px;
}
.category-carusel .item {
    padding: 5px;
}
.carousel-btn2 .owl-nav button:hover{
    background-color: var(--theme-color) !important;
}
.carousel-btn2 .owl-nav button:hover span{
    color: #fff !important;
}


#video-box-2 {
    height: 35vh;
    width: 100%;
}

#video-box-2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ad-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.ad-box:hover img {
    transition: 0.5s;
    transform: scale(1.1);
}

.ad-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.ad-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #000;
    background: linear-gradient(128deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.54) 100%);
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.ad-container h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
}

.ad-container a {
    width: 130px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid var(--theme-color);
    transition: 0.5s;
    background-color: var(--theme-color);
    color: #fff;
    margin-top: 10px;
}
.ad-container a:hover{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}


.newsletter-section {

    width: 100%;
    height: 140px;
    background-color: #ededed;
    border-radius: 10rem;

}

.newsletter-text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 20px;
    padding-left: 60px;
    gap: 7px;
}

.newsletter-text h3 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin: 0;

}

.newsletter-text p {
    color: #000;
    margin: 0;
    font-size: 15px;
}

.newsletter-input {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-right: 50px;
}

.newsletter-input input {
    width: 80%;
    height: 65px;
    border-radius: 100px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;

}

.newsletter-btn {
    width: 170px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 0;
    background-color: var(--theme-color);
    margin: auto;
    color: #fff;
    border: 1px solid var(--theme-color);
}

.bg_light {
    background-color: #f7f7f7;
}

.popular-list-1 .media-body .box-title a {

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.home-property-container ul.nav-tabs {
    gap: 10px;
    border: 0 !important;
    align-items: center;
}

.home-property-container ul.nav-tabs li button {

    padding: 7px 18px;
    background-color: transparent;


    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    background-color: transparent;
    border-radius: 40px;
    border: 1px solid #999999;
    color: var(--gray-color);
    border-radius: 40px;
}

.home-property-container ul.nav-tabs li button.active,
.home-property-container ul.nav-tabs li button:hover {
    background-color: #004A73;
    color: #fff;
}

.header-black .header-links a,
.header-black .main-menu>ul>li>a,.header-black .header-links .current,.header-black .header-links .nice-select {
    color: #000 !important;
}

.header-black .main-menu ul li.menu-item-has-children a::after {
    color: #000 !important;
}

.header-black .header-top {
    background-color: #f7f7f7 !important;
}

.form-group .nice-select.open .list {
    max-height: 300px;

    max-height: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.section-top-nav {
    position: relative;
}
.section-top-nav .main-menu ul li{
    position: relative;
}

.section-top-nav .main-menu ul li .sub-menu {
    /* width: 100%; */
    background-color: #ffffff;
    left: 0;
    flex-direction: column;
    padding:15px !important;
    border-radius: 20px;
}
.section-top-nav .main-menu ul li .sub-menu li{
    margin: 3px 0 !important;
}
.container-top-nav {
    max-width: 1400px !important;
    padding: 20px;
}

.sub-menu-content-widget a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 0;
}

.sub-menu-content-widget a img {
    width: 35px;

}

.sub-menu-content-widget a h6 {
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

.sub-menu-content-widget a p {
    font-size: 13.5px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #484848;
}

.sub-menu-content-widget {
    border-bottom: 1px solid #ccc;
    height: 100%;
}

.sub-menu-content-widget:hover h6 {
    color: var(--theme-color);
}

.hero-1-content h1.hero-title {
    font-size: 60px !important;
    font-weight: 600;
}

.price-input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.breadcumb-wrapper {
    padding: 0;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .listing-grid-padding-left {
    padding-left: 9%;
} */

.top-padding {
    padding-top: 50px;
}

.list-grid-property {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 7px !important;
    padding-top: 20px !important;
}

.list-grid-property-content {
    padding-left: 20px !important;
}

.list-grid-property-content .media-body {
    border: 0 !important;
}

.list-grid-property-content .media-body .box-text {
    height: fit-content;
}

.header-cover {
   height: 195px;
    width: 100%;
    background: #e9e9e9;
}

.property-info-badge ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;

}

.property-info-badge ul li {
    font-weight: 600;
    font-size: 17px;
    color: var(--gray-color);
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

.property-info-badge ul li:last-child {
    border-right: 0;
}

.property-info-badge ul li span {
    font-weight: 400;
}

.property-info-badge ul li span.verified {
    padding: 5px 10px;
    background-color: #bbf7d6c6;
    border: 1px solid #089748;
    color: #089748;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
}

.property-btns-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.property-btns-top ul li a {
    padding: 7px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 0;
    background-color: #072f49;
    margin: auto;
    color: #fff;
    border: 1px solid #072f49;
    font-size: 15px;
}

.property-btns-top ul li a:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    background-color: transparent;
}

#expandedImg {
    display: none;
}

.gallery-label {
    margin-bottom: 10px;
}

.gallery-label img {
    width: 100%;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}
.gallery-main-img{
    position: relative;
    overflow: hidden;
    padding: 0;
}
.gallery-main-img img {
    width: 100%;
    height:470px;
    object-fit: cover;
    border-radius: 12px;
    
}
.gallery-main-img span{
    position: absolute;
    background-color: #0a940cda; 
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 40px;
    rotate: -40deg;
    top:28px;
    left: -40px;
    font-weight: 500;
    letter-spacing: 1px;
}
.gallery-main-img span i{
    margin-right: 10px;
}
.gallery-col-flex{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    align-items: center;
    margin: 0;
}
.property-details-right {
    padding: 0 20px;
}
.gallery-col-flex .col-lg-3,.gallery-col-flex{
    padding: 0 0px;
}
.gallery-col-flex{
    padding-top: 20px;
    gap: 10px;
}
.gallery-col-flex .col-lg-3{
    width: 23.8%;
}
/* .gallery-col-flex  .col-lg-3:nth-child(2){
    padding: 0 15px;
}
.gallery-col-flex  .col-lg-3:nth-child(3){
    padding: 0 15px;
    padding-left: 0;
} */
.property-details-right h3 {

    font-size: 33px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 45px;
    margin-top: 10px;

    color: #000;
}

.property-details-right h5 {
    font-size: 28px;
    color: var(--theme-color);
    margin-bottom:0px;
}
.property-details-right h5 span{
    font-weight: 500;
    font-size: 18px;
    color: #4b4b4b;
}

.property-details-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.property-details-right ul li {
    font-size: 17px;
    margin: 12px 0;
    font-weight: 600;
    color: var(--gray-color);
}
.property-details-right ul li:first-child{
    margin-top: 0;
}
.property-details-right ul li span {
    font-weight: 400;
    margin-left: 5px;
}
.property-details-main {
    padding: 20px 0;
    padding-right: 50px;
}
.property-details-main h3{
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.property-details-main p{
    font-size: 17px;
    color: var(--gray-color);
    line-height: 28px;
    margin-bottom: 8px;
}
.property-details-main ul li{
    color: var(--gray-color);
    font-size: 17px;
}

.property-enquire-form{
    background-color: #fff;
    border-radius:5px;
    padding:30px;
    background-color: #f7f7f7;
    border: 1px solid #cccccc7a;
}
.property-enquire-form h3{
    font-size: 30px;
    font-weight: 600;
}
.service-item-big h4 a,.service-item-small h4 a{
    font-size: 25px;
}
.service-item-big .box-text,.service-item-small .box-text{
    font-size: 18px !important;
}
.pt-100{
    padding-top: 100px;
}



.faq-property-container ul.nav-tabs {
    gap: 10px;
    border: 0 !important;
}

.faq-property-container ul.nav-tabs li button {

    padding: 10px 18px;
    background-color: transparent;
    width: 200px;


    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #2d2d2d;
    color: var(--gray-color);
}

.faq-property-container ul.nav-tabs li button.active,
.faq-property-container ul.nav-tabs li button:hover {
    background-color: #004A73;
    color: #fff;
}

.faq-property-container .tab-content{
    margin-top: 25px;
}


.cms-title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.cms-title h3{
    font-size:30px;
    text-align: center;
    color: #000;
    font-weight: 700;
    line-height: 40px;
}
.cms-container p, .cms-container ul li{
    font-size: 16px;
      color: #1a1a1a !important;
      margin: 7px 0;
      margin-left: 10px;
}
.cms-container h6{
     font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
  
}
.cms-container{
      background-color: #f7f7f7; padding: 15px;
      border-radius: 10px;
}
.cms-container p span{
    font-weight: 600;
    color: var(--gray-color);
}
.bg_body{
    background-color: #F0F4F8;
}
.sign-in-container{
    background-color: #fff;
    padding: 35px;
    border-radius: 10px;
}
.forgot-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}
.forgot-link a{
    color: #1358a7;
    font-weight: 500;
}
.sign-bottom {
    padding: 15px 0;
}
.sign-bottom span{
        text-align: center;
    border: 1px solid #818181;
    width: fit-content;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.sign-bottom span::after{
    position: absolute;
    left:100%;
    width: 200%;
    height: 1px;
    background-color: #818181;
    content: '';
}
.sign-bottom span::before{
    position: absolute;
    right: 100%;
    width: 200%;
    height: 1px;
    background-color: #818181;
    content: '';
}
.sign-bottom a{
    padding: 7px 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 40px;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
  
    gap: 10px;
    text-decoration: none;
    color: var(--gray-color);
}
.sign-bottom a img{
   width: 20px;
}
.sign-bottom div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.sign-left{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    border-right: 1px solid #ccc;
}
.sign-left img{
    width: 200px;
    margin-left: -15px;
}
.sign-left h3{
    font-weight: 500;
    margin: 0;
}
.sign-left p{
    font-size: 16px;
    color: var(--gray-color);
}
.sign-social p{
    margin: 0;
    font-weight: 500;
}
.sign-social a.fb-bg{
    background-color: #1877F2;
    color: #fff;
    border-color:#1877F2 ;
}
.sign-social a.twitter-bg{
    background-color: #1DA1F2;
    color: #fff;
    border-color:#1DA1F2 ;
}
.sign-social a.linkedin-bg{
    background-color: #0077B5;
    color: #fff;
    border-color:#0077B5 ;
}
.sign-social a.whatsapp-bg{
    background-color: #25d366;
    color: #fff;
    border-color:#25d366 ;
}
.sign-form{
    padding-left: 30px;
}
.sign-form input{
      border: 1px solid #818181;
      height: 50px;
}
.forgot-link p .forgot-link p a, .forgot-link p label{
    font-weight: 400;
    font-size: 16px;
}
.forgot-form small{
    font-size: 16px;
    display: flex;
    line-height: 25px;
    margin-bottom: 30px;
}
.contact-feature .contact-feature_label{
    font-weight:600;
    font-size: 20px;
    margin: 0;
}
.contact-feature .contact-feature_link{
    font-size: 16.5px;
}
.contact-form-cs{
    background-color: #f4f4f4;
    border-radius: 25px;
}
.contact-form-cs h3{
    font-weight: 600;
    font-size: 30px;
}

.contact-all-wrapper .contact-form-thumb iframe {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 0 24px 24px 0;
}
.post-property-container{
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}
.post-property-container h3{
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}
.post-property-container input,.post-property-container .nice-select{
    height: 48px;
    border: 1px solid #878787;
}
.post-property-container .nice-select{
    line-height: 45px;
    padding-left: 15px;
}
.post-property-container .nice-select::after{
    top: 15px;
}
.post-property-container .form-group{
    margin-bottom: 20px !important;
}
.post-property-container  textarea{
     border: 1px solid #878787;
}
.post-property-container button{
    width: 200px;
}
.mt-3-px{
    margin-top: 3px;
}
.hero-1-content h1.hero-title{
    text-align: center;
    font-size: 60px !important;
    margin: 0  !important;
}
.hero-1-content p{
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0 !important;
}
.search-wrap{
    margin-top: -222px;
    background-color: #ffffffa6;
}
.search-wrap-property{
    margin-top: -104px;
    background-color: #fff;
}
.row-col-20 .col-lg-4,.row-col-20 .col-lg-3{
    /* width: 20% !important; */
        padding: 0 5px;
}
.search-wrap-area-top{
    padding-bottom: 20px !important;
    justify-content: center;
}
.custom-top-padding{
    padding-top: 90px;
    padding-bottom: 40px;
}



.logofolio-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logofolio-img img {
    width: 180px !important;
}
.Featured-badge p{
    background-color: #e1891de6;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 55;
    margin: 0;
    padding: 2px 10px;
    border-radius: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}



.investment-img-box{
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 20px;

}
.investment-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.investment-box-overlay{
    position: absolute;
}
.investment-box-overlay{
      position: absolute;
    background: #000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.09) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px;
    gap: 15px;
}
.investment-box-overlay h5{
  margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 65px;
}
.investment-box-overlay a{
    width: 200px;
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height:55px;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.5s;
}
.investment-box-overlay a:hover{
    border-radius: 40px;
}
.investment-box-overlay span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
}
.investment-img-box:hover img{
    transform: scale(1.1);
    transition: 0.5s;
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.investment-img-box:hover .investment-box-overlay span{
    opacity: 1;
}

.why-choose-us{
    height: 100%;
}
.why-choose-us .why-card-1__icon i{
  font-size: 30px;
  color: var(--theme-color);
}
.why-choose-us .why-card-1__icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mission-vision{
    padding: 20px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 10px;
    height: 100%;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
}
.mission-vision h3{
    font-size: 26px;
    font-weight: 600;
}
.mission-vision p{
    margin: 0;
    color: var(--gray-color);
    font-size: 17px;
    line-height: 27px;

}
.mission-vision ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px;
}
.mission-vision ul li{
    color: var(--gray-color);
    font-size: 17px;
    line-height: 25px;
    margin: 2px 0;
    position: relative;
}
.mission-vision ul li::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    position: relative;
    top: 16px;
    border-radius: 50%;
    left: -20px;
    display: flex;
}
.mision-vision-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mision-vision-img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: -100px;
    border-radius: 20px;
}
.why-card-1__content .box-text {
     font-size: 15.5px;
    line-height: 27px;
    margin: 0;
    color: #292929;
}
.property-price-fiter{
    display: flex;
    justify-content: flex-end;
    align-items:center ;
    padding-right: 135px;

}
.property-price-fiter .nice-select{
    width: 350px;
    height: 45px;
    background-color: transparent !important;
    line-height: 42px;
    color: #000 !important;
    border: 0;
    border: 1px solid #474747 ;
}
.property-price-fiter .nice-select:after
{
   top: 16px;
}

.property-price-fiter .nice-select.open .list {
    max-height: 300px;
    max-height: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000 !important;
    z-index: 550000;
}



ul.post-property-type-select  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
}
.post-property-type-select li {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 19%;
}



.post-property-type-select input[type="radio"],.post-property-type-select input[type="checkbox"] {
    display: none !important;
}
.post-property-type-select input[type="radio"]~label::before,.post-property-type-select input[type="checkbox"]~label::before{
    display: none;
}


.post-property-type-select label {
    cursor: pointer;
    background: var(--color-white);
    color: #222;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;

}
.post-property-type-select label img{
    width:60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin: 10px;
    border: 1px solid #ccc;
}

.post-property-type-select label small{
    background-color: #f7f7f7;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    margin: 0 !important;
}
.post-property-type-select input[type="radio"]:checked+label,
.Checked+label,.post-property-type-select input[type="checkbox"]:checked+label,
.Checked+label {
   border: 1px dashed var(--theme-color);
    color: #fff;
}
.post-property-type-select input[type="radio"]:checked+label small,.post-property-type-select input[type="checkbox"]:checked+label small{
    background-color: var(--theme-color);
}
.d_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-property-popup{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:15px;
    padding-bottom: 10px;
}
.post-property-popup a{
    color: #004A73;
    font-size: 16px;
    font-weight:500;

}
.post-property-popup a:hover{
    color: var(--theme-color);
}
.post-property-popup a i{
    margin-left: 5px;
    font-size: 14px;
}
.modal-open .modal {
  
    z-index: 100000;
    background: #1708085c;
}


.pop-info-modal h3{
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}
.pop-info-modal p{
    margin: 0;
    color: var(--gray-color);
    font-size: 16px;
    line-height: 27px;

}
.pop-info-modal ul li{
    color: var(--gray-color);
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0;
}
.pop-content-modal .modal-header{
    padding: 10px;
    border: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
}
.modal-header .close-modal{
    width: 35px;
    height: 35px;
    background-color: #999999;
    color: #fff;
    border-radius: 50%;
    border: 0;
}
.modal-header .close-modal:hover{
    background-color: var(--theme-color);
    color: #fff;
}
.pop-content-modal{
    border-radius: 15px;
}

.post-left-sidebar{
    background-color: #fff;
    border: 1px solid #cccccc81;
    border-radius: 10px;
    padding: 15px;
}
.post-left-sidebar h5{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.post-left-sidebar .progress-bar{
    background-color: #089748 !important;
}
.post-left-sidebar p{
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    margin-top: 5px;

}
.post-left-sidebar ul{
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.post-left-sidebar ul li{
    margin: 5px 0;
    border-bottom: 1px solid #cccccc6e;
}
.post-left-sidebar ul li a{
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--gray-color);
    font-size: 16px;
    border-radius: 5px;
}
.post-left-sidebar ul li a i{
    width: 30px;
}
.post-left-sidebar ul li a:hover{
    background-color:#e6a5a0;
    color: #fff;
}
.post-left-sidebar ul li a.active{
    background-color: var(--theme-color);
    color: #fff;
}
.post-left-sidebar ul li a .fa-circle-check{
    color: #089748;
}
.add-map small{
    margin: 0;
}
.add-map iframe{
    height: 400px;
    border-radius: 10px;
}
.add-map p.preview-map{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--gray-color);
}
 .add-map p.preview-map span{
    padding: 7px 15px;
    color: #fff;
    background-color: #089748;
    border-radius: 2px;
    margin-right: 10px;
 }
 .mob-input{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
 }
  .mob-input select{
    width: 150px;
    padding: 0;
    padding-left: 10px;
    height: 48px;
        border: 1px solid #878787;
  }
  .label-flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .label-flex label{
    margin: 0;
  }


  

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #089748;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #089748;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #089748;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #089748;
    }
}

.modal-success-note h3{
        font-size: 23px;
    text-align: center;
    margin: 10px 0;
    margin-top: 21px;
    font-weight: 500;
}
.modal-success-note p{
      font-size:18px;
    text-align: center;
    margin:3px 0;
    font-weight: 500;
    margin-bottom: 15px;
}
.modal-success-note a{
    background-color: var(--theme-color);
    color: #fff;
    padding: 7px 25px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 40px;
    text-decoration: none;
}
.flex-select{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.flex-select select{
    height: 48px;
        border: 1px solid #878787;
}
.check-ul ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: 20px;

}
.form-group .nice-select .list{
    display: none;
}
.form-group .nice-select.open .list{
    display: block;
    width: 100%;
}

.service-dt-top img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.service-content-dt h2{
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    font-weight: 600;
    line-height: 37px;
    text-transform: none;
    gap: 50px;
}
.service-content-dt h2 a{
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    padding: 5px 20px;
}
.service-content-dt h4{
    font-size: 17px;
    font-weight: 500;
    margin: 7px 0;
    margin-bottom: 0;
}
.services-dt-widget{
    margin: 5px 0;
    /* border-top: 1px solid #ccc; */
    padding: 5px 0;
    padding-bottom: 0;
    margin-bottom: 0px;
}
.services-dt-widget h2,.services-dt-widget-col h2{
    font-size: 25px;
}
.services-dt-widget ul li{
    font-size:17px;
    color:#262626;
}
.services-dt-widget p{
    color: #262626;
}
.services-dt-widget-col-box{
    /* background-color: #f7f7f7; */
    border-radius: 15px;
    /* border: 1px solid #ccc; */
    padding: 15px;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
   
}
.services-dt-widget-col-box span{
  min-width: 60px;
    height: 60px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color:#f2c7c4;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--theme-color);
    font-size: 22px;
}
.services-dt-widget-col-box h6{
    
    font-size:19px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    margin-bottom: 3px;
    margin-top: 5px;
}
.services-dt-widget-col-box p{
    margin: 0;
    color: #262626;
    font-size: 15px;
    line-height: 23px;
}
.service-radio ul li input[type="radio"]{
    visibility: visible;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height:18px;
    display: unset;
}
.service-radio ul {
    padding: 0;
    margin: 0;

}
.service-radio ul li{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 5px 0;
}
.service-right-form h3{
    font-size: 26px;
    margin: 0;
}
.service-right-form p{
    margin: 0;
    color: var(--gray-color);
}
.service-radio label{
    font-weight: 600 !important;
    color: var(--gray-color);
}
.row-col-5 .col-lg-4{
    width: 20%;
}
.service-content-dt a{
    background-color: #004A73;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 150px;
    height: 40px;
    border-radius: 40px;
    margin-bottom: 20px;
}
.service-content-dt a:hover{
    border-radius: 40px;
   background-color: transparent;
   border: 1px solid var(--theme-color);
   color: var(--theme-color);
}
.service-right-form label{
    font-size: 15px;
    margin-bottom: 2px;
}
.service-center-img img{
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}
.service-info p{
    font-size: 17px;
    color: var(--gray-color);
}
.location-map-dt h3{
    font-size: 20px;
}
.location-map-dt iframe{
    width: 100%;
    height:250px;
    border-radius: 10px;
}
h6.form-title{
    color: var(--theme-color);
    font-weight: 400;
}
.form-group .form-control[type="file"]{
    padding: 0 !important; 
}
.form-group .form-control[type="file"]::file-selector-button{
    height: 51px;
    padding-left: 20px;
}
.radio-ul ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}
.radio-ul ul li input[type="radio"]{
    visibility: visible;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height:20px;
    display: unset;
    margin-right: 5px;
}
.radio-ul ul li {
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}
.breadcumb-content-p p{
    font-size: 17px;
    margin: 0;
    margin-top: 10px;
    color: #fff;
}




#loading {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(190, 32, 32, 0.3);
  border-radius: 50%;
  border-top-color: red;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin: 0 auto;
  margin-top: 15px;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
.requirement-terms{
    margin: 0 !important;
}
.requirement-terms ul li a{
    color: #004A73;
}
.footer-language .nice-select{
       width: 200px;
    height: 40px;
    border-radius: 2px;
    background-color: transparent;
    color: #fff;
    /* border: 1px solid #ccc; */
    background-color: #031f30 !important;
    line-height: 37px;
    padding-left: 14px;

}
.footer-language .nice-select:after {
    top: -10px;
}
.footer-language .nice-select.open .list {
    width: 190px;
    left: unset;
    right: 0;
}
.footer-logo .about-text {
    margin-bottom: 20px;
}


@media screen and (min-width:991px){
    .container{
        max-width: 1420px;
    }
}
.header-links li.phone{
   display: flex
;
    justify-content: flex-start;
    align-items: center;
    margin-right: 8px;
}
.header-links li.phone i{
    font-size: 16px;
    color: #fff;
}
.header-default.header-layout1 .header-top{
    background-color: var(--theme-color);
    padding: 3px 0;
    padding-top:5px;
}
.header-default.header-layout1 .header-links a{
    font-size: 14px;
    color: #fff;
}
.header-default.header-layout1 .header-links a:hover{
    color: #ccc;
}

.mision-box{
    width: 100%;
    height: 100%;
}
.mision-icon{
    width: 80px;
    height: 80px;
    background-color:var(--theme-color) ;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    font-size: 35px;
    color: #fff;
}
.mision-box-info{
    padding: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
     height: 80%;
     background-color: #fff;
}
.mision-box-info h3{
    font-size: 25px;
    color: #000;
    margin: 10px 0;
    font-weight: 500;
}
.mision-box-info p{
     font-size: 15.5px;
    line-height: 28px;
    color: #232323;
    margin: 0;
}
.mision-box-info ul{
    margin: 0;
}
.mision-box-info ul li{
     font-size: 15.5px;
    line-height: 28px;
    color: #232323;
   margin-bottom: 3px;
   margin-top: 3px;
   text-align: left;

}
.mision-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.mision-img img{
    width: 100%;
    position: absolute;
    height: 130%;
    object-fit: cover;
    left: 0;
    bottom:10px;
    border-radius: 10px;
}
.bg-dark-gray{
    background-color: #ececec;
}
.why-card-1__content h3 a{
    font-weight: 600;
    font-size: 22px;
}

.serviceTab-container ul.nav-tabs button{
    background-color: #dfdfdf;
    width: 150px;
    border-radius: 0;
    border: 0;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.serviceTab-container ul.nav-tabs button.active{
    background-color: var(--theme-color);
    color: #fff;
}
.serviceTab-container ul.nav-tabs button:hover{
    background-color: #d06d65;
     color: #fff;
}
.serviceTab-container .tab-content{
    margin-top: 15px;
}


.popular-list-1{
    /* border: 1px solid #222; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.property-list-breadcrump{
    padding-left: 15px;
}
.property-list-breadcrump ol{
    margin: 0;
}
.property-list-breadcrump ol li{
    font-size: 14px;
    font-weight: 500;
}
.list-grid-property-content .media-body{
    padding-bottom: 0;
}
.property-ads-right{
    padding-left: 20px;
    padding-right: 20px;
}
.property-ads-right-box{
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.property-ads-right-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.property-badge-btn-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.property-badge-btn-top p{
    font-weight: 600;
    margin: 0;
    color: var(--theme-color);
}

.property-badge-btn-top a {
    padding: 7px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 0;
    background-color: #072f49;
    color: #fff;
    border: 1px solid #072f49;
    font-size: 15px;
}

.property-badge-btn-top a:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
    background-color: transparent;
}
.service-right-form input ,.service-right-form .nice-select{
    height: 45px;
    border: 1px solid #2222227e;
}
.service-right-form .nice-select{
    line-height: 40px;
    padding-left: 15px;
}
.service-right-form .nice-select:after 
{
    top: 14px;
}
.service-right-form textarea{
     border: 1px solid #2222227e;
}

.main-menu ul{
    padding-left: 50px !important;
    display: flex;
    justify-content: center;
}
.header-links ul{
    display: flex;
}
.header-links li.phone i{
    font-size: 16px;
}
.nav-top-social ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-top-social ul li{
    margin-left: 15px;
}
.nav-top-social ul li a{
    color: #fff;
    font-size: 16px;
}
.properties-cat-nav {
    height: 100%;
}
.properties-cat-nav ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    gap: 10px;
}
.properties-cat-nav ul li{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.properties-cat-nav ul li a img{
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;
    border: 3px solid #fff;
}
.properties-cat-nav ul li a {
   
    color: #000;
}
.properties-cat-nav ul li a:hover img{
  border-color: var(--theme-color);
    transition: 0.5s;
}
.uae-img{
    position: relative;
    height: 60vh;
    width: 100%;
}
.uae-img img{
    width: 100%;
    position: absolute;
   left: 0;
   bottom:15px;
   z-index: -1;
}
.cat-row-col .col-xl-20{
    width: 20%;
    padding: 0 5px;
}
.category-carusel-single .item{
    padding: 2px;
}


a.view-all-btn{
 padding: 7px 18px;
    background-color: transparent;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    background-color: transparent;
    border-radius: 40px;
    border: 1px solid #999999;
    color: var(--gray-color);
    border-radius: 40px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
   a.view-all-btn:hover{
    background-color: #004A73;
    color: #fff;

   }
.other-service-widget{
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    height: 100%;
}
.other-service-widget img{
    width: 100%;
    height:150px;
    border-radius: 5px;
    object-fit: cover;
}
.service-col-5 .col-lg-4{
    width: 20%;
}
.other-service-widget h3{
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.other-service-widget p{
    font-size: 14px;
    margin: 0;
    line-height: 19px;
}
.property-gift-voucher{
    background-color: #ffe5b5;
    padding: 20px;
    border-radius: 15px;
}
.property-gift-voucher h6{
    font-weight: 500;
    color: #fff;
    font-size: 25px;
    margin: 0;
    line-height: 30px;
}
.property-gift-voucher a{
    background-color:#fff;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--theme-color);
    border: 1px solid #fff;
    /* margin-left: 20px; */
}
.property-gift-voucher a:hover{
    background-color: transparent;
    color: #fff;
}
.property-gift-voucher {
  
    gap: 7px;
    padding: 10px 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/properties/31.png);
    padding: 20px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.property-gift-voucher-img  img{
    width: 70px;
    height: 70px;
}
.property-video{
    width: 100%;
    height: 250px;
    margin-top: 40px;

}
.property-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.service-other-widget{
    height: 300px;
}
.service-other-widget img{
    object-fit: cover;
    height: 300px
}
.service-right-secondry h3{
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}
.service-right-secondry p{
    font-size: 16px;
}
.baner-page-container p{
      margin: 0;
    color: #fff;
    margin-top: 5px;
  
}
.baner-page-container h1{
    margin-bottom: 10px;
}


.service-main-container {
    /* border: 1px solid #ccc; */
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    background-color: var(--color-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.service-main-container img {
   min-width: 350px;
   width: 350px;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
}

.service-main-container-info-left {
    padding: 0 10px;
    /* border-right: 1px solid #ccc; */
}

.service-main-container-info-left h3 {
    margin: 0;
}

.service-main-container-info-left h3 a {
    text-decoration: none;
    font-size: 24px;
    color: var(--color-black);
    display: flex;
}

.service-main-container-info-left h3 a:hover {
    color: var(--second-primary);
}

.service-main-container-info-left h3 a i {
    color: var(--text-gray);
    margin-right: 5px;
}

.service-main-container-info-left ul {
    margin: 7px 0;
   padding-left: 15px;
    gap: 5px;
    flex-wrap: wrap;
}

.service-main-container-info-left ul li {
   
   
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 500;
    font-family: var(--font-main);
}

.service-main-container-info-left p {
    font-size: 15px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--text-gray);
    line-height: 23px;
}

.service-btns-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    flex-wrap: wrap;
    padding-top: 10px;
}


.service-list-view-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding-top: 10px; */
}

.service-list-view-profile a {
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border-radius: 5px;
    transition: 0.5s;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color);
    border-radius: 40px;
    margin-top: 15px;
}

.service-list-view-profile a:hover {
    background-color: var(--second-primary-dark);
    color: var(--color-white);
}
/* .service-list-view-profile a.profile-view-btn{
    background-color: transparent;
    color: var(--theme-color);
    padding: 0;
    font-size: 15px;
} */
.service-list-view-profile a.profile-view-btn i{
margin-left: 10px;
}
.service-btns-group {
    width: 100%;
}

.service-btns-group a {
    padding: 7px 17px;

    background-color: #e4e4e4 !important;
    color: #3d3d3d !important;
    text-decoration: none;
    font-size: 13px;
    border-radius: 5px;
    transition: 0.5s;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-btns-group a:hover {
    border-radius: 40px;
    background-color: var(--second-primary) !important;
    color: var(--color-white) !important;
}

.service-btns-group a.bg-1 {
    background-color: var(--primary);
}

.service-btns-group a.bg-2 {
    background-color: #5489d1;
}

.service-btns-group a.bg-3 {
    background-color: #f18f20;
}

.service-btns-group a.bg-4 {
    background-color: var(--dark-green);
}
.service-btns-group a.requst-reply-btn{
    background-color: var(--second-primary) !important;
    color: var(--color-white) !important;
}
.service-main-container-info-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
}

.service-rating {
    width: 100%;
}

.service-rating ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.service-rating ul li {
    font-weight: 600;
}

.service-rating ul li i {
    color: orange;
}

.service-custom-badge {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.service-custom-badge span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.service-custom-badge span.bg-green-badge {
    padding: 2px 13px;
    background-color: #bbf7d6c6;
    border: 1px solid #089748;
    color: #089748;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
}

.service-custom-badge span.bg-violot-badge {
    padding: 2px 13px;
    background-color: #e8cbf59f;
    border: 1px solid #6a2b87;
    color: #6a2b87;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
}
/* .service-main-container-info-left{
    padding-top: 20px;
} */
.service-list-view-profile-contact{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.service-list-view-profile-contact a i{
    min-width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #031f30;
    border-radius: 50%;

}
.service-list-view-profile-contact a{
   display: flex;
   justify-content: flex-start;
   align-items: center;
   gap: 10px;
   color: #031f30;
   
}
.service-main-container-info-left h3 a img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    min-width: unset;
    object-fit: cover;
    margin-right: 10px;
}
.service-main-container-info-left h3 a{
    align-items: center;
    justify-content: flex-start;
}

.p-dt-checklist ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.p-dt-checklist ul li{
    width: 33%;
    font-size: 16px;
    color: #5b5a5a;
}
.checklist li>i.fa-circle-check{
    color: #11b111;
}
.property-details-main h3{
    margin: 15px 0;
    font-size: 20px;
}

.modal-footer-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    padding:20px;
}



.modal-footer-btn button{
        padding: 17px 19px !important;
    
}
.modal-footer-btn button.close-bottom-modal{
   background-color: #c1bcbc;
    color: #222;
    padding: 12px 19px !important;
    border: 0;
    border-radius: 10px;
}



.modal-header .close-modal-btn
 {
    width: 35px;
    height: 35px;
    background-color: #999999;
    color: #fff;
    border-radius: 50%;
    border: 0;
}

.wanted-property-details p{
    margin:0;
    margin:7px 0;
    font-size:15px;
    color:#222;
}

.wanted-property-img{
    width:100%;
    height:250px;
}

.wanted-property-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
}




