*{margin: 0; padding: 0; box-sizing: border-box; font-family: 'Rubik', sans-serif;}
body{color: #000;}
:root{--main-primary: #003f6d;}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

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

.text-right{text-align: right;}
a{text-decoration: none; font-size: 16px; transition: all 500ms ease;}
p{font-size: 16px; font-weight: 400; letter-spacing: 0.5px;}
img{max-width: 100%;}
h1, h2, h3, h4, h5, h6 {position: relative; font-weight: 400;
    color: #000; margin: 0px; transition: all 500ms ease;}
button {
    -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;
}
label{margin-bottom: 5px;}
.theme-btn{color: #184992; background: #fff; border-width: 2px;
    border-style: solid; border-color: #184992; position: relative;
    display: inline-block; padding: 12px 22px;
    -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
    text-align: center; font-weight: 500; text-transform: uppercase;
    letter-spacing: 1px;}
.theme-btn:before{content: ''; display: block; position: absolute;
    border-color: #184992; box-sizing: border-box; border-style: solid;
    width: 1em; height: 1em; -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; top: -6px; left: -6px;
    border-width: 2px 0 0 2px; z-index: 5;}
.theme-btn:after{content: ''; display: block; position: absolute;
    border-color: #184992; box-sizing: border-box; border-style: solid;
    width: 1em; height: 1em; -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; bottom: -6px; right: -6px;
    border-width: 0 2px 2px 0;}
.theme-btn:hover {color: #fff; background-color: #184992;
    border-color: #184992;}
.theme-btn:hover:before{width: calc(100% + 12px); height: calc(100% + 12px);
    border-color: #184992;}
.theme-btn:hover:after{width: calc(100% + 12px); height: calc(100% + 12px);
    border-color: #184992;}

.button{background: #F5F3F3; color: #000; padding: 10px 20px 10px 20px; display: inline-block;
    font-weight: 500; border-radius: 4px; border: 1px solid #000; font-size: 15px;}
.button .feather{width: 16px; height: 16px; position: relative; top: -1px;}


.logo-menu-section{background: #34495E; color: #fff; padding: 10px 0px;}
.logo-menu-section .row{align-items: center;}


.logo-menu-section.fixed-top{box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 40%); z-index: 1111;}
.logo-menu-section.fixed-top .logo{position: relative;}
.logo-menu-section .logo img{width: 260px; margin-right: 30px;}
.logo-menu-section .navbar{padding-top: 0; padding-bottom: 0;}
.logo-menu-section .navbar-nav .nav-item.dropdown:hover .dropdown-parent-menu {
    display: block;
}
.logo-menu-section .nav-link{font-size: 15px; display: inline-block; margin: 0px 4px; padding-top: 8px;
    padding-bottom: 8px; padding-right: 15px !important; padding-left: 15px !important; position: relative;
    z-index: 2; transition: 0.5s; color: #fff !important; border-radius: 6px;}
.logo-menu-section .nav-link:hover{color: #fff!important; background: #4D759D;}
.logo-menu-section .nav-item.dropdown:hover{color: #fff!important; background: #4D759D; border-radius: 6px;}
.logo-menu-section .nav-link.active{background: #4D759D;}
.logo-menu-section .d-flex ul {margin-bottom: 0;}
.logo-menu-section .d-flex ul li{list-style: none; display: inline-block;}
.logo-menu-section .d-flex ul a{color: #fff; letter-spacing: 0.5px; font-size: 14px;
    display: inline-block; text-transform: uppercase; padding: 0px 16px;}
.logo-menu-section .d-flex li .feather{width: 18px; height: 18px; position: relative; top: -1px; margin-right: 3px;}
.logo-menu-section .d-flex li .feather path{color: #fff;}
.logo-menu-section .d-flex li:last-child .feather path{color: #000;}
.logo-menu-section .d-flex li:last-child a{background: #FFE9D0; color: #000; padding: 8px 15px 6px;
    border-radius: 6px; border: 1px solid #EDEAEA; font-size: 14px;}
.logo-menu-section .d-flex li:last-child a .feather{top: -2px;}

@media all and (min-width: 992px) {

    /*.logo-menu-section .dropdown-menu li{
        position: relative;
    }*/
    .logo-menu-section .dropdown-menu .submenu{display: none; position: absolute;
        left:100%; top:0px; height: 100%;
    }
    .logo-menu-section .dropdown-menu .submenu-left{ 
        right:100%; left:auto;
    }

    .logo-menu-section .dropdown-menu > li:hover > .submenu{
        display: block;
    }
}   
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .logo-menu-section .dropdown-menu .dropdown-menu{margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;}
}

.logo-menu-section .dropdown .dropdown-menu{margin: 0; padding: 0;}
.logo-menu-section .dropdown .dropdown-menu li{border-bottom: 1px solid #ddd;}
/*.logo-menu-section .dropdown .dropdown-menu.dropdown-parent-menu li:last-child{border-bottom: none;}*/
.logo-menu-section .dropdown .dropdown-menu .dropdown-item{padding: 12px 15px;}
.logo-menu-section .dropdown .dropdown-menu .dropdown-item.all-property{background: #184992;
    color: #fff; text-align: center; border: 1px solid #ddd; border-bottom: none;}

.logo-menu-section .dropdown-menu .submenu{margin: 0; padding: 0; height: 100%; min-width: 22rem;}
.logo-menu-section .dropdown-menu .submenu li{display: flex; width: 100%; border-bottom: 1px solid #ddd;}
.logo-menu-section .dropdown-menu .submenu li .area{width: 80%;}
.logo-menu-section .dropdown-menu .submenu li .area p{margin-bottom: 0; font-weight: 500;
    font-size: 18px; color: #000; background: #18499221;}
.logo-menu-section .dropdown-menu .submenu li .type{width: 20%;}
.logo-menu-section .dropdown-menu .submenu li .type p{margin-bottom: 0; font-weight: 500;
    font-size: 18px; color: #000; background: #18499221;}
.logo-menu-section .dropdown-menu .submenu li a{padding: 12px 15px;}

.banner-section{position: relative; margin-top: 30px;}
.banner-section .data{background: #FFF5EA; border-radius: 15px; overflow: hidden;}
.banner-section .data .row{align-items: center;}
.banner-section .data .content{margin-bottom: 100px; padding: 0px 60px;}
.banner-section .data .content h1{font-size: 50px; font-weight: 500; color: #000; margin-bottom: 12px;}
.banner-section .data .content a.view-btn{border: 1px solid #000; color: #000; padding: 10px 20px;
    display: inline-block; border-radius: 6px; font-weight: 500;}
.banner-section .data .image{height: 590px; overflow: hidden;}
.banner-section .data .image img{width: 100%; height: 590px; object-fit: cover;}
.banner-section .video{width: 100%; max-height: 590px; overflow: hidden; vertical-align: middle;
    display: flex; align-items: center; justify-content: center; position: relative;}
.banner-section .video video{display: block; width: 100%;}
.banner-section .data .container{position: absolute; bottom: 20%; left: 0; right: 0;}
.banner-section .data form{background: #fff; position: relative; width: 80%; margin: 0 auto; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 20%);
    border-radius: 10px; border: 6px solid #fff;}
.banner-section .data form .form-group{margin-bottom: 0;}
.banner-section .data .col-md-4{border-right: 1px solid #ddd; padding: 15px;}
.banner-section .data .col-md-3{border-right: 1px solid #ddd; padding: 15px;}
.banner-section .data .form-select{border: none; color: #184992; padding: 0;}
.banner-section .data .form-select:focus{box-shadow: none;}
.banner-section .data form button{height: 60px; background: #184992; width: 100%;
    border-color: #184992; color: #fff;}
.banner-section .data form button .feather{width: 30px; height: 30px; color: #fff;}

.banner-section .select2-container--default .select2-selection--single{border: 0;}
.banner-section .select2-container--default .select2-selection--single .select2-selection__rendered{padding: 0; font-weight: 500;}

.premium-section{margin-top: 60px;}
.premium-section .heading{margin-bottom: 30px; align-items: center;}
.premium-section .heading h4{font-size: 14px; font-style: italic; letter-spacing: 2px;
    text-transform: uppercase; font-weight: 600; color: #184992;}
.premium-section .heading h1{font-size: 36px; font-weight: 600;}
.premium-section .heading .right{text-align: right;}
.premium-section .box {margin-bottom: 25px; background: #F0EFEF; transition: 0.5s;
    padding: 15px; border-radius: 6px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 20%);
    position: relative; z-index: 1;}

.premium-section .image-box {position: relative; overflow: hidden;}
.premium-section .image-box img{width: 100%; height: 256px; object-fit: cover; transition: 0.5s;}
.premium-section .box:hover .image-box img{transform: scale(1.15);}
.premium-section .tag {position: absolute; top: 10px; left: 10px; display: block;
    padding: 2px 8px; background: #184992; border-radius: 3px; font-size: 14px;
    color: #fff;}
.premium-section .fav {position: absolute; bottom: 0; left: 0; right: 0; display: block;
    background: #ffbe00; width: fit-content; margin: 0 auto; border: none; color: #000;
    padding: 8px 12px 4px; border-top-left-radius: 30px; border-top-right-radius: 30px;
    transition: 0.5s; border: 2px dotted #ffbe00; border-bottom: none;}
.premium-section .fav .feather{width: 20px; height: 20px;}
.premium-section .fav:hover{background: #184992; color: #ffbe00;}
.premium-section .data {padding: 12px; padding-bottom: 10px;}
.premium-section .data .title {display: -webkit-box !important; -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal;
    overflow: hidden; font-size: 20px; font-weight: 500;}
.premium-section .data .title a {display: -webkit-box !important; -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal;
    overflow: hidden; color: #5677C9; font-size: 24px;}
.premium-section .data .amenity{height: 50px; overflow: hidden;}
.premium-section .data ul {margin: 0; padding: 0; width: 100%; display: inline-block;
    margin: 10px 0; margin-top: 5px;}
.premium-section .data ul p{margin-bottom: 0;}
.premium-section  .data ul li, .premium-section .amini li {font-size: 13px;
    list-style: none; display: block;}
.premium-section .data ul.location li:first-child{margin-right: 15px;}
.premium-section .data ul li img {height: 14px; width: auto; display: inline-block; margin-right: 4px;}
.premium-section .price span {font-size: 15px; color: #555556; font-weight: 500;}
.premium-section .amini {margin: 0; padding: 0; display: inline-block; width: 100%;
    margin-top: 5px;}
.premium-section .amini li {float: left; width: 25%; text-align: center; color: #494949;
    font-size: 14px;}
.premium-section .amini li img {width: 35px; margin-bottom: 4px;}
.premium-section .detail-b {position: relative; width: 100%;}
.premium-section .see-det {padding: 8px 26px; font-weight: 500; font-size: 15px; color: #000;
    display: inline-block; text-align: center; border: 1px solid #000; transition: 0.5s; border-radius: 4px; width: 48%;}
.premium-section .see-det:hover{background: transparent; color: #184992;}
.premium-section .chat-re-s {border: none; background: #000; position: absolute; right: 0; bottom: 0; top: 0;
    width: 48%; color: #fff; padding: 8px 26px; border-radius: 4px;}
.premium-section .chat-re-s img {width: 22px; display: inline-block;}
.premium-section .mes1, .premium-section .mes2 {-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;}
.premium-section .mes2 {position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    margin: auto; opacity: 0;}
.premium-section .owl-nav .owl-prev{width: 36px; height: 36px; background: #fff!important;
    border: 1px solid #184992!important;}
.premium-section .owl-nav .owl-next{width: 36px; height: 36px; background: #fff!important;
    border: 1px solid #184992!important;}
.premium-section .owl-nav .owl-prev:hover{background: #184992!important;}
.premium-section .owl-nav .owl-next:hover{background: #184992!important;}
.premium-section .price p {display: -webkit-box !important; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
    text-overflow: ellipsis; white-space: normal; overflow: hidden; font-size: 24px; font-weight: 500;}

.tab-section{text-align: center; margin-top: 60px; margin-bottom: 60px;}
.tab-section .heading {font-weight: 500; margin-bottom: 30px;}
.tab-section .heading h1{font-size: 36px; font-weight: 600; margin-bottom: 15px;}
.tab-section .heading p{font-weight: 500;}
.tab-section .heading .nav-tabs{border-bottom: none; align-items: center; justify-content: center;}
.tab-section .heading .nav-tabs .nav-link{background: #fff; margin: 8px; font-weight: 500;
    color: #000; border-radius: 100px; border: 1px solid #184992;}
.tab-section .heading .nav-tabs .nav-link.active{background: #184992;
    color: #fff; border-radius: 100px; border-color: #184992;}
.tab-section .tab-content {margin-bottom: 30px;}
.tab-section .tab-content .row{justify-content: center;}
.tab-section .tab-content .box .image{background: #E4E3E3; padding: 10px;}
.tab-section .tab-content .box .image img{width: 100%; height: 150px; object-fit: cover; border-radius: 6px;}
.tab-section .tab-content .box .data a{font-size: 18px; display: block; color: #000; font-weight: 500; margin-top: 10px;}



.feature-section{padding-bottom: 15px; padding-top: 40px; background: #f4f4f4;}
.feature-section .heading{margin-bottom: 30px;}
.feature-section .heading h4{font-size: 14px; font-style: italic; letter-spacing: 2px;
    text-transform: uppercase; font-weight: 600; color: #184992;}
.feature-section .heading h1{font-size: 36px; font-weight: 600;}
.feature-section .heading .right{text-align: right;}
.feature-section .box {margin-bottom: 25px; background: #fff; transition: 0.5s;
    padding: 15px; border-radius: 6px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);}
.feature-section .image-box {position: relative; overflow: hidden;}
.feature-section .image-box img{width: 100%; height: 212px; object-fit: cover; transition: 0.5s;}
.feature-section .box:hover .image-box img{transform: scale(1.15);}
.feature-section .tag {position: absolute; top: 10px; left: 10px; display: block;
    padding: 2px 8px; background: #184992; border-radius: 3px; font-size: 14px;
    color: #fff;}
.feature-section .fav {position: absolute; bottom: 0; left: 0; right: 0; display: block;
    background: #ffbe00; width: fit-content; margin: 0 auto; border: none; color: #000;
    padding: 8px 12px 4px; border-top-left-radius: 30px; border-top-right-radius: 30px;
    transition: 0.5s; border: 2px dotted #ffbe00; border-bottom: none;}
.feature-section .fav .feather{width: 20px; height: 20px;}
.feature-section .fav:hover{background: #184992; color: #ffbe00;}
.feature-section .data {padding: 12px; padding-bottom: 10px;}
.feature-section .data .title {display: -webkit-box !important; -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal;
    overflow: hidden; font-size: 20px; font-weight: 500;}
.feature-section .data .title a {display: -webkit-box !important; -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal;
    overflow: hidden; color: #184992;}
.feature-section .data ul {margin: 0; padding: 0; width: 100%; display: inline-block;
    margin: 10px 0; margin-top: 5px;}
.feature-section .data ul p{margin-bottom: 0;}
.feature-section  .data ul li, .feature-section .amini li {font-size: 13px;
    list-style: none; display: inline-block;}
.feature-section .data ul.location li:first-child{margin-right: 15px;}
.feature-section .data ul li img {height: 14px;}
.feature-section .price span {font-size: 15px; color: #555556; font-weight: 500;}
.feature-section .amini {margin: 0; padding: 0; display: inline-block; width: 100%;
    margin-top: 5px;}
.feature-section .amini li {float: left; width: 25%; text-align: center; color: #494949;
    font-size: 14px;}
.feature-section .amini li img {width: 35px; margin-bottom: 4px;}
.feature-section .detail-b {position: relative;}
.feature-section .see-det {padding: 10px; font-weight: 400; background: #184992;
    font-size: 16px; color: #fff; width: 100%; display: inline-block;
    text-align: center; padding-right: 3.5em; border: 1px solid #184992; transition: 0.5s;}
.feature-section .see-det:hover{background: transparent; color: #184992;}
.feature-section .chat-re-s {border: none; background: #ffbe00; position: absolute;
    right: 0; bottom: 0; top: 0; width: 68px;}
.feature-section .chat-re-s img {width: 22px; height: 22px;}
.feature-section .mes1, .feature-section .mes2 {-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;}
.feature-section .mes2 {position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    margin: auto; opacity: 0;}
.feature-section .price p {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
}


.service-section{position: relative; z-index: 1; padding-top: 40px; padding-bottom: 40px;
    background-image: url('../images/service-bg.webp'); background-repeat: no-repeat;
    background-attachment: fixed; background-size: cover;}
.service-section:before{content: ''; position: absolute; left: 0; top: 0; height: 100%;
    width: 100%; background: #000000; opacity: 0.7; z-index: -1;}
.service-section .heading{margin-bottom: 30px;}
.service-section .heading h1{text-align: center; font-size: 40px; color: #fff; font-weight: 500; margin-bottom: 30px;}
.service-section .heading h4{font-size: 18px; text-transform: uppercase; color: #fff;
    letter-spacing: 1px; font-weight: 500; position: relative; margin-left: 100px;}
.service-section .heading h4:before{content: ''; position: absolute; top: 8px; left: -100px;
    background: #fff; width: 80px; height: 2px;}
.service-section .heading h2{font-size: 30px; font-weight: 600; color: #fff;
    margin-top: 8px; margin-bottom: 30px; letter-spacing: 2px;}
.service-section .heading ul{margin: 0; padding: 0;}
.service-section .heading ul li{list-style: none; display: block; color: #dedede;
    margin-bottom: 15px; font-size: 17px;}
.service-section .heading ul li:last-child{margin-bottom: 0;}
.service-section .heading .feather{width: 16px; color: #fff; margin-right: 5px;}
.service-section .row{justify-content: center;}
.service-section .box{text-align: center;}
.service-section .box .image{width: 100px; height: 100px; border: 1px solid #ffffff5e; margin: 0 auto;
    border-radius: 50%; overflow: hidden; background: #fff;}
.service-section .box .image img{width: 100px; height: 100px; object-fit: cover;}
.service-section .box a.title{font-size: 22px; color: #fff; margin-top: 15px; display: block;
    font-weight: 500; height: 78px; line-height: 32px;}

.service-section.service-page{margin-top: 0; margin-bottom: 0; background-image: none; background: #fff;}
.service-section.service-page:before{content: none;}
.service-section.service-page .heading {text-align: center;}
.service-section.service-page .heading h4{color: #000; display: inline-block; text-transform: none; font-size: 24px;}
.service-section.service-page .heading h4:before{content: ''; position: absolute; top: 8px; left: -170px; background: #184992; width: 150px; height: 2px;}
.service-section.service-page .heading h4:after{content: ''; position: absolute; top: 8px; right: -170px; background: #184992; width: 150px; height: 2px;}
.service-section.service-page .heading h1{color: #184992; font-size: 30px; margin-top: 15px;}
.service-section.service-page .box{background: #F5F5F5; margin-bottom: 30px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%); border: 1px solid #ddd;
    border-radius: 12px; padding: 10px; text-align: left; position: relative;}
.service-section.service-page .box .image{border-radius: 12px; width: 100%; height: 200px;}
.service-section.service-page .box .image img{width: 100%; height: 200px;}
.service-section.service-page .box a.title{height: auto; color: #000;}
.service-section.service-page .box .read-more{background: #000; color: #fff; position: absolute; right: 10px;
    bottom: 10px; padding: 8px 30px; border-radius: 4px;}
.service-section.service-page .box .read-more .feather{width: 16px; height: 16px; position: relative; top: -1px;}

.youtube-section{margin-top: 60px; margin-bottom: 60px;}
.youtube-section .heading{margin-bottom: 30px; align-items: center;}
.youtube-section .heading h1{font-size: 28px; font-weight: 400; color: #3084FF;}
.youtube-section .heading .right{text-align: right;}
.youtube-section .box {text-align: center;}
.youtube-section .box iframe{border-radius: 15px; width: 100%;}
.youtube-section .box p{font-weight: 500; font-size: 18px; margin-top: 10px;}
.youtube-section .owl-nav .owl-prev{width: 36px; height: 36px; background: #000 !important; color: #fff !important; border-radius: 50%;}
.youtube-section .owl-nav .owl-next{width: 36px; height: 36px; background: #000 !important; color: #fff !important; border-radius: 50%;}
.youtube-section .owl-nav span{font-size: 24px;}


.popular-section{margin-top: 30px; margin-bottom: 20px; overflow: hidden;}
.popular-section .heading{margin-bottom: 30px;}
.popular-section .heading h4{font-size: 14px; font-style: italic; letter-spacing: 2px;
    text-transform: uppercase; font-weight: 600; color: #184992;}
.popular-section .heading h1{font-size: 36px; font-weight: 600;}
.popular-section .heading .right{text-align: right;}
.popular-section .box {position: relative; display: inline-block; overflow: hidden;
    border-radius: 5px; margin-bottom: 20px;}
.popular-section .box:before {content: ""; position: absolute; left: 0; right: 0; bottom: 0;
    background-image: url(../images/be-line.png); height: 64%;}
.popular-section .box a {display: block;}
.popular-section .box a.image img {border-radius: 5px; width: 100%;}
.popular-section .box .chat-re {position: absolute; top: 10px; right: 10px;
    border-radius: 50%; height: 60px; width: 60px; background: #ffbe00;
    border: none;}
.popular-section .box .chat-re img {width: 38px;}
.popular-section .box .tag {position: absolute; top: 10px; left: 10px; display: block;
    padding: 2px 8px; background: #184992; border-radius: 3px; font-size: 14px;
    color: #fff;}
.popular-section .box .min-box {position: absolute; bottom: 0;
    padding: 20px 20px 5px 20px; width: 100%;}
.popular-section .box .min-box h3 {color: #fff; font-size: 18px;}
.popular-section .box .min-box h3 a {color: #fff; font-size: 18px;}
.popular-section .box a {display: block;}
.popular-section .box ul.min-img {margin: 0; padding: 0; width: 100%;
    display: inline-block; padding-top: 11px; border-top: 1px solid #5f5f5f;
    margin-top: 10px;}
.popular-section .box .min-img li {float: left; width: 24%; font-size: 11px;
    color: #fff; font-weight: 500; list-style: none;}
.popular-section .box .min-img li img {width: 25px; margin-top: -3px; margin-right: 3px;}



#propertyenqueryform{z-index: 1111;}
#propertyenqueryform .modal-body {margin: 0; background: #fff; padding:20px;
    font-size: 14px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);}
#propertyenqueryform .modal-body h1.title{font-size: 22px; font-weight: 600;
    letter-spacing: 1px; position: relative; margin-bottom: 36px;}
#propertyenqueryform .modal-body h1.title:before{content: ''; position: absolute; left: 0px;
    bottom: -15px; width: 46px; height: 3px; background: #184992; z-index: 1;}
#propertyenqueryform .modal-body h1.title:after{content: ''; position: absolute; left: 0px;
    bottom: -14px; width: 100%; height: 1px; background: #ddd;}
#propertyenqueryform .modal-body .form-group{position: relative; margin-bottom: 15px;}
#propertyenqueryform .modal-body .form-control{min-height: 46px;}
#propertyenqueryform .modal-body .feather{position: absolute; top: 12px; right: 15px;
    width: 16px; color: #777;}
#propertyenqueryform .modal-body button{border: none; background: #184992;
    padding: 12px 15px 12px 15px; color: #fff; letter-spacing: 1px;
    word-spacing: 3px; text-transform: uppercase; font-size: 14px;}
#propertyenqueryform .modal-body button .feather{position: static; top: 0;
    right: 0; color: #fff;}


.footer-section{background: #184992; padding-top: 60px; padding-bottom: 30px;}
.footer-section .about {padding-right: 30px;}
.footer-section .about .logo{background: #fff; text-align: center; padding: 15px 0px;
    border-radius: 6px; margin-bottom: 15px;}
.footer-section .about .logo img{width: 80%; text-align: center;}
.footer-section .about p{color: #ccc;}
.footer-section .about ul{margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer-section .about li{list-style: none;}
.footer-section .about li a {display: inline-block;}
.footer-section .about li:last-child a{margin-right: 0;}
.footer-section .about li a .feather{width: 26px; height: 26px; color: #fff;}
.footer-section .about li a .feather path, .footer-section .about li a .feather rect{color: #fff;}
.footer-section .about li a i{font-size: 26px; color: #fff;}

.footer-section h2.title{font-size: 24px; font-weight: 600; color: #fff;
    margin-bottom: 30px;}
.footer-section .link{margin: 0; padding: 0;}
.footer-section .link li{list-style: none; display: inline-block; width: 32.8%;}
.footer-section .link li a{display: block; color: #fff; padding: 3px 0px; margin: 3px 0px;
    transition: 0.5s;}
.footer-section .link li a:hover{margin-left: 4px; color: #fff;}
.footer-section .link li a .feather{width: 15px; color: #fff;}
.footer-section .link li a .feather polyline{color: #fff;}

.footer-section .contact{margin: 0; padding: 0;}
.footer-section .contact li{list-style: none; display: block; margin-bottom: 10px;}
.footer-section .contact li a{display: flex; align-items: center; color: #fff;}
.footer-section .contact li a .icon{background: #8CBAFE; color: #fff; width: 36px; height: 36px; border-radius: 4px;
    line-height: 34px; display: inline-block; text-align: center; margin-right: 15px;}
.footer-section .contact li a .icon .feather{width: 20px; height: 20px;}
.footer-section .contact li p{margin-bottom: 0; color: #fff;}
.footer-section .contact li small{color: #fff;}
.footer-section .phone{text-align: center; background: #558ADA; color: #fff; padding: 15px 0px; border-radius: 10px;}
.footer-section .phone .icon{width: 36px; height: 36px; line-height: 36px;
    text-align: center; margin: 0 auto; border-radius: 50%; background: #8CBAFE;}
.footer-section .phone .icon .feather{width: 15px; color: #fff;}
.footer-section .phone .icon .feather path{color: #fff;}
.footer-section .phone p{margin-bottom: 0; margin-top: 8px; font-size: 18px; font-weight: 500; color: #fff;}
.footer-section .phone small{color: #fff;}
.footer-section .phone a{color: #fff;}

.footer-bottom{background: #184992; color: #fff;}
.footer-bottom p{color: #fff;}
.footer-bottom .right{text-align: right;}
.footer-bottom .right a{color: #fff;}

.scrollTop {position: fixed; right: 10%; bottom: 10px; opacity: 0; z-index: 111; }
.scrollTop a {font-size: 18px; color: #184992; padding: 20px 15px;
    transition: all 0.4s ease-in-out 0s; border-radius: 6px; display: block;
    border: 2px solid #184992; background: #fff;}



.breadcumb-area .container{background-repeat: no-repeat; background-attachment: scroll; background-position: center center;
    background-image: url('../images/breadcumb-img.jpg'); background-size: cover; padding: 120px 0 100px;
    background-color: #121B51; position: relative; background-attachment: fixed; position: relative; margin-top: 30px;}
.breadcumb-area .container::before {background: #00000094; position: absolute; top: 0; right: 0; left: 0;
    height: 100%; width: 100%; content: "";}
.breadcumb-area .ccase {text-transform: capitalize; position: relative;}
.breadcumb-area .brpt h2 {font-size: 36px; margin-bottom: 20px; margin-top: 0; color: #fff;
    font-weight: 500; letter-spacing: 3px;}
.breadcumb-area .breadcumb-inner ul{color: #fff; margin: 0; padding: 0;}
.breadcumb-area .breadcumb-inner li {display: inline-block; margin: 0 6px; color: #fff; font-size: 14px;
    font-weight: 400; text-transform: uppercase;}
.breadcumb-area .breadcumb-inner li a {color: #ffffff; text-transform: uppercase; text-decoration: none;}
.breadcumb-area .breadcumb-inner li .feather{width: 16px; position: relative; top: -1px;}


.about-page {margin-top: 40px; margin-bottom: 40px;}

.about-page-section{margin-top: 80px;}
.about-page-section .about-content{background: #FAF7F7; padding: 30px;}
.about-page-section .about-content h2.title{color: #184992; border-left: 3px solid #184992; padding-left: 20px;}
.about-page-section .about-content .content{padding-left: 20px;}
.about-page-section .image {position: relative; text-align: center;}
.about-page-section .image img{border-radius: 15px;}
.about-page-section .image .main-image{width: 60%;}
.about-page-section .image .left-image{position: absolute; z-index: 1; left: -10%; top: -50px;}
.about-page-section .image .left-image img{width: 50%;}
.about-page-section .image .right-image{position: absolute; z-index: 1; right: -10%; bottom: -50px;}
.about-page-section .image .right-image img{width: 50%;}

.about-page .about-section{margin-bottom: 100px;}
.about-page .about-section .about-content h4.sub-title{font-size: 20px; font-weight: 500; color: #184992;
    margin-bottom: 10px;}
.about-page .about-section .about-content h2.title{font-size: 36px; font-weight: 500;
    margin-bottom: 15px;}
.about-page .about-section .about-content .list ul{margin: 0; padding: 0;}
.about-page .about-section .about-content .list li{list-style: none; display: inline-flex;
    width: 49%; align-items: center; margin-top: 15px;}
.about-page .about-section .about-content .list li .icon {margin-right: 8px;
    width: 40px; height: 40px; line-height: 38px; text-align: center;
    border: 1px dotted #184992; border-radius: 50%; background: #fff;
    box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);}
.about-page .about-section .about-content .list li .icon .feather{width: 16px;
    color: #184992;}
.about-page .about-section .about-content .list li .data h6{font-weight: 500;}

.about-page .process .heading{text-align: center; width: 600px; margin: 0 auto;
    margin-bottom: 140px;}
.about-page .process .heading h4{font-size: 20px; font-weight: 500; color: #184992;
    margin-bottom: 10px;}
.about-page .process .heading h2{font-size: 36px; font-weight: 500;}
.about-page .process-section{position: relative; margin-top: 30px; z-index: 1;
    margin-bottom: 60px;}
.about-page .process-section .col-md-3{position: relative;}
.about-page .process-section .col-md-3:nth-child(even){margin-top: -80px;}
.about-page .process-section .col-md-3:after {position: absolute; content: ""; height: 100%;
    background: url(../images/line.png) no-repeat; z-index: -1;}
.about-page .process-section .col-md-3:nth-child(1):after {top: 0px; right: 0; left: 70%; width: 80%;}
.about-page .process-section .col-md-3:nth-child(2):after {top: 108px; right: 0; left: 67%; width: 80%;}
.about-page .process-section .col-md-3:nth-child(3):after {top: 15px; right: 0; left: 69%; width: 100%;
    transform: rotate(340deg);}
.about-page .process-section .image {margin: auto; margin-bottom: 21px;}
.about-page .process-section .image img {width: 180px; height: 180px;
    border: 1px dotted #184992; border-radius: 50%; padding: 10px;
    box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2); background: #E0ECFF;}
.about-page .process-section .item .info h4 {margin-bottom: 9px; font-size: 20px;
    font-weight: 500; color: #000;}
.about-page .process-section .item p:last-child {margin-bottom: 0;}

.about-page .team-section{margin-bottom: 60px;}
.about-page .team-section .heading{text-align: center; width: 60%; margin: 0 auto;
    margin-bottom: 40px;}
.about-page .team-section .heading h4{font-size: 22px; font-weight: 400; color: #1D58B0;
    margin-bottom: 30px;}
.about-page .team-section .bottom {text-align: center; margin-top: 30px;}
.about-page .team-section .bottom h4{font-size: 22px; font-weight: 400; color: #1D58B0;
    margin-bottom: 30px;}
.about-page .team-section .heading h2{font-size: 36px; font-weight: 600;}
.about-page .team-section .box{text-align: center; background: #FAF7F7; border-radius: 6px; padding: 30px 30px 15px 30px;}

.about-page .team-section .box .box-head{position: relative;}
.about-page .team-section .box-head .image {position: relative; transition: all 0.4s ease;
    border-radius: 100%; overflow: hidden; max-width: 300px; margin: auto;}
.about-page .team-section .box-head .image::before {position: absolute; content: "";
    width: 0; height: 100%; background: rgba(0, 0, 0, 0.43); opacity: 0;
    visibility: hidden; transition: all 0.4s ease; z-index: 1; right: 0;}
.about-page .team-section .box-head .image::after {position: absolute; content: "";
    width: 0; height: 100%; background: rgba(0, 0, 0, 0.43); opacity: 0;
    visibility: hidden; transition: all 0.4s ease; z-index: 1; left: 0; top: 0;}
.about-page .team-section .box-head .image img{width: 300px; height: 300px; border-radius: 50%;
    object-fit: cover;}
.about-page .team-section .box-head .social{position: relative; z-index: 1;}
.about-page .team-section .box-head .social .plus {width: 45px; height: 45px; line-height: 50px;
    background: #fff; border-radius: 100%; display: block; text-align: center;
    box-shadow: 0px 7px 12px #00000014; font-size: 14px; color: #3454d1; position: absolute;
    left: 50%; margin-left: -22px; bottom: -20px; cursor: pointer; transition: all 0.4s ease;}
.about-page .team-section .box-head .social .social-hover {position: absolute;
    transition: all 0.4s ease; display: inline-block; left: 50%;
    transform: translateY(-50px); opacity: 0; visibility: hidden;}
.about-page .team-section .box-head .social .list-none {list-style: none; padding: 0;
    margin: 0;}
.about-page .team-section .box-head .social .list-none li {list-style: none;
    padding: 0; margin: 0;}
.about-page .team-section .box-head .social .social-hover li {position: absolute;}
.about-page .team-section .box-head .social .social-hover li:nth-child(1) {top: -43px;
    left: -85px;}
.about-page .team-section .box-head .social .social-hover li:nth-child(2) {top: -25px;
    left: -22px;}
.about-page .team-section .box-head .social .social-hover li:nth-child(3) {top: -43px;
    left: 45px;}
.about-page .team-section .box-head .social .social-hover li a {width: 45px; height: 45px;
    line-height: 50px; background: #fff; border-radius: 100%; display: block;
    text-align: center; box-shadow: 0px 7px 12px #00000014; font-size: 14px;
    transition: all 0.3s ease; color: #818790;}
.about-page .team-section .box:hover .image::before, 
.about-page .team-section .box:hover .image::after {
    opacity: 1; visibility: visible; width: 50%;}
.about-page .team-section .box:hover .image img {
    webkit-filter: brightness(105%) grayscale(100%); filter: brightness(105%) grayscale(100%);}
.about-page .team-section .box:hover .social .plus {opacity: 0; visibility: hidden;}
.about-page .team-section .box:hover .social-hover {opacity: 1; visibility: visible;
    transform: translateY(0);}


.about-page .team-section .box .box-content p.designation{background: #000; color: #fff; display: inline-block;
    padding: 8px 25px 6px 25px; border-radius: 5px; margin-top: 30px; margin-bottom: 10px;}
.about-page .team-section .box .box-content .name a{font-size: 24px; color: #184992; margin-bottom: 15px; display: block;}

.about-page .team-section .owl-nav .owl-prev {
    width: 36px;
    height: 36px;
    background: #fff !important;
    border: 1px solid #184992 !important;
}
.about-page .team-section .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    background: #fff !important;
    border: 1px solid #184992 !important;
}
.about-page .team-section .owl-nav .owl-prev:hover{background: #184992!important;}
.about-page .team-section .owl-nav .owl-next:hover{background: #184992!important;}

.property-page .left-section{background: #F5F5F5; padding: 30px; border-radius: 6px; margin: 30px 0px;}
.property-page .left-section .form-group label{font-size: 16px; color: #000; margin-bottom: 6px;}
.property-page .left-section .form-group label.title{font-size: 20px;}
.property-page .left-section .form-group .form-control{font-size: 14px; color: #555;
    height: 42px;}
.property-page .left-section .form-group .form-control:focus{box-shadow: none;}
.property-page .left-section .form-group .feather{width: 15px; color: #555;}
.property-page .left-section .form-group .quantity{display: flex; align-items: center;
    width: 100%; height: 42px; position: relative;} 
.property-page .left-section .form-group .quantity .form-control{height: 42px;}
.property-page .left-section .form-group .quantity .quantity-nav {position: absolute;
    height: 42px; right: 0; width: 20px; border-right: 1px solid #eee;}
.property-page .left-section .form-group .quantity .quantity-button {background: #F7F9FB;
    position: absolute; right: 0; cursor: pointer; border-left: 1px solid #eee;
    width: 26px; text-align: center; color: #333; font-size: 13px; line-height: 1.7;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    box-sizing: border-box; -webkit-user-select: none; user-select: none;}
.property-page .left-section .form-group .quantity .quantity-button.quantity-up {
    position: absolute; height: 50%; top: 0; border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;}
.property-page .left-section .form-group .quantity .quantity-button.quantity-down {
    position: absolute; bottom: -1px; height: 50%; border-bottom: 1px solid #eee;}


.property-page .left-section .form-group.price-range-slider{margin-top: 20px;}
.property-page .left-section .form-group #slider-outer-div{position: relative;}
.property-page .left-section .slider.slider-horizontal {width: 97%; margin-left: 3%;}
.property-page .left-section .form-group #slider-outer-div .slider-outer-div-box{position: relative;
    bottom: -36px;}
.property-page .left-section .form-group #slider-outer-div #slider-min-label{top: 0!important;
    background: #c5e2ff; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;
    color: #544;}
.property-page .left-section .form-group #slider-outer-div #slider-max-label{top: 0!important;
    background: #c5e2ff; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;
    color: #544;}
.property-page .left-section .form-group .price-range-box {display: flex;
    align-items: center; justify-content: space-between; font-size: 12px;}
.property-page .left-section .form-group .price-range-box div{background: #c5e2ff;
    color: #555; padding: 1px 6px 0px 6px; border-radius: 20px; font-size: 11px;}
.property-page .left-section .form-group .slider-track .slider-track-high{background: #184992;}
.property-page .left-section .form-group .slider-track .slider-track-low{background: #184992;}
.property-page .left-section .form-group .slider-track .slider-selection{background: #c5e2ff;}
.property-page .left-section .form-group .slider .slider-handle{background: #184992;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);}

.property-page .left-section .form-group .slider-label {position: absolute;
  background-color: #eee; padding: 4px; font-size: 0.75rem;}


.property-page .left-section .form-group.star-rating{margin-bottom: 30px;}
.property-page .left-section .form-group.star-rating .form-check{display: flex; align-items: center;
    margin: 6px 0px;}
.property-page .left-section .form-group.star-rating .form-check .form-check-input{margin-right: 10px;
    height: 20px; width: 20px; margin-top: 0;}
.property-page .left-section .form-group.star-rating .form-check label{margin-bottom: 0;}
.property-page .left-section .form-group.star-rating .form-check label span.active .feather{
    color: #000;}
.property-page .left-section .form-group.star-rating .form-check .feather{color: #888; width: 14px;
    margin-right: 2px;}

.property-page .left-section form .search-button{text-align: center;}
.property-page .left-section form button.btn{background: #000; width: auto; display: inline-block;
    color: #fff; letter-spacing: 1.5px; text-transform: uppercase; font-size: 13px;
    padding: 12px 26px 8px 26px;}
.property-page .left-section form button.btn .feather{width: 15px; position: relative; top: -2px;}

.property-page .right-section .top-links{text-align: right; margin-bottom: 15px;}
.property-page .right-section .top-links .link{margin-right: 10px; border-bottom: 1px solid #437BE7; color: #437BE7;}
.property-page .right-section .top-links .button{background: #000; color: #fff; font-weight: 400;}
.property-page .right-section {margin: 30px 0px;}
.property-page .right-section .top-box{margin-bottom: 20px; background: #fff;
    padding: 20px; border-radius: 6px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);}
.property-page .right-section .top-box .box{display: flex; align-items: center;
    justify-content: space-between;}
.property-page .right-section .top-box h1{font-size: 20px; border-bottom: 1px solid #c5e2ff;
    padding-bottom: 6px; margin-bottom: 15px; color: #184992; letter-spacing: 1px; font-weight: 600;}
.property-page .right-section .top-box h1 span{background: #ffbe00; color: #444;
    padding: 9px 4px 7px 12px; font-size: 15px; letter-spacing: 1px; word-spacing: 3px;
    margin-right: 10px;}
.property-page .form-group .input-group{flex-wrap: initial;}
.property-page .form-group .input-group .select2-container .select2-selection--single {
    box-sizing: border-box; cursor: pointer; display: block; height: 38px;
    border-top-left-radius: 0!important; border-bottom-left-radius: 0!important;
    border-color: #ddd!important;}
.property-page .form-group .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;}
.property-page .form-group .input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;}

.property-page .right-section .grid-view .box {margin-bottom: 20px; background: #F7F5F5; padding: 15px;
    border-radius: 6px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%); border: 1px solid #ddd;}
.property-page .right-section .grid-view .image-box {position: relative; overflow: hidden; height: 240px;}
.property-page .right-section .grid-view .image-box img{transition: 0.5s; min-height: 240px; object-fit: cover;}
.property-page .right-section .grid-view .box:hover .image-box img{transform: scale(1.15);}
.property-page .right-section .grid-view .tag {position: absolute; top: 10px; left: 10px; display: block;
    padding: 2px 8px; background: #437BE7; border-radius: 3px; font-size: 14px;
    color: #fff;}
.property-page .right-section .grid-view .fav {position: absolute; top: 10px; right: 10px; display: block;
    background: #fff; margin: 0 auto; border: none; color: #000; transition: 0.5s; border-bottom: none;
    width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%;}
.property-page .right-section .grid-view .fav .feather{width: 20px; height: 20px;}
.property-page .right-section .grid-view .fav:hover{background: #F15C5C; color: #fff;}
.property-page .right-section .grid-view .fav.active{background: #F15C5C; color: #fff;}
.property-page .right-section .grid-view .data {padding: 12px 0px; padding-bottom: 10px;}
.property-page .right-section .grid-view .data h3 {display: -webkit-box !important; -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal;
    overflow: hidden; font-size: 20px; font-weight: 500;}
.property-page .right-section .grid-view .data h3 a {display: -webkit-box !important; -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal;
    overflow: hidden; color: #5677C9; font-size: 20px;}
.property-page .right-section .grid-view .data ul {margin: 0; padding: 0; width: 100%; display: inline-block;
    margin: 10px 0; margin-top: 5px;}
.property-page .right-section .grid-view  .data ul li, .property-page .right-section .grid-view .amini li {font-size: 13px;
    list-style: none; display: block;}
.property-page .right-section .grid-view .data ul.location li:first-child{margin-right: 15px;}
.property-page .right-section .grid-view .data ul li img {height: 14px;}
.property-page .right-section .grid-view .price span {font-size: 15px; color: #555556; font-weight: 500;}
.property-page .right-section .grid-view .amini {margin: 0; padding: 0; display: inline-block; width: 100%;
    margin-top: 5px;}
.property-page .right-section .grid-view .amini li {float: left; width: 25%; text-align: center; color: #494949;
    font-size: 14px;}
.property-page .right-section .grid-view .amini li img {width: 35px; margin-bottom: 4px;}
.property-page .right-section .grid-view .detail-b {position: relative;}
.property-page .right-section .grid-view .see-det {padding: 8px 15px; font-weight: 500; font-size: 15px; color: #000;
    display: inline-block; text-align: center; border: 1px solid #000; transition: 0.5s; border-radius: 4px; width: auto;}
.property-page .right-section .grid-view .see-det:hover{background: transparent; color: #184992;}
.property-page .right-section .detail-b .feather{width: 16px; height: 16px; position: relative; top: -1px;}
.property-page .right-section .grid-view .chat-re-s {border: none; background: #000; position: absolute; right: 0; bottom: 0; top: 0;
    width: 48%; color: #fff; padding: 8px 15px; border-radius: 4px;}
.property-page .right-section .grid-view .chat-re-s img {width: 22px;}
.property-page .right-section .grid-view .mes1, .property-page .right-section .grid-view .mes2 {-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;}
.property-page .right-section .grid-view .mes2 {position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    margin: auto; opacity: 0;}

.property-page .right-section .modal{z-index: 1111; top: 50px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);}
.property-page .right-section .review-form {margin: 0; background: #fff; padding: 5px 15px; font-size: 14px; }
.property-page .right-section .review-form .form-group{position: relative; margin-bottom: 15px;}
.property-page .right-section .review-form .form-control{min-height: 46px;}
.property-page .right-section .review-form .feather{position: absolute; top: 12px; right: 15px;
    width: 16px; color: #777;}
.property-page .right-section .review-form button{border: none; background: #000;
    padding: 12px 20px 12px 20px; color: #fff; letter-spacing: 1px;
    word-spacing: 3px; text-transform: uppercase; font-size: 14px; border-radius: 4px;}
.property-page .right-section .review-form button .feather{position: static; top: 0;
    right: 0; color: #fff;}

.modal .modal-body button{border: none; background: #000;
    padding: 12px 20px 12px 20px; color: #fff; letter-spacing: 1px;
    word-spacing: 3px; text-transform: uppercase; font-size: 14px; border-radius: 4px;}
.modal .modal-body button .feather{position: static; top: 0;
    right: 0; color: #fff;}


.property-detail-page ul.photos{margin: 0; padding: 0;}
.property-detail-page ul.photos li{list-style: none; display: inline-block; width: 32.2%;
    margin-right: 10px; margin-bottom: 15px;}
.property-detail-page ul.photos li:nth-child(3){margin-right: 0px;}
.property-detail-page ul.photos li:nth-child(6){margin-right: 0px;}
.property-detail-page ul.photos li a{display: block; height: 170px; overflow: hidden;
    position: relative;}
.property-detail-page ul.photos li img{width: 100%; transition: 0.5s;}
.property-detail-page ul.photos li a:hover img {transform: scale(1.06);}
.property-detail-page ul.photos li .icon{position: absolute; top: 0; left: 42%; 
    background: #f47008; color: #fff; width: 40px; height: 40px; line-height: 38px;
    border-radius: 50%; text-align: center; box-shadow: 0px 0px 0px 9px rgb(255 255 255 / 40%);
    opacity: 0; transition: all 300ms linear;}
.property-detail-page ul.photos li .icon .feather{width: 15px;}
.property-detail-page ul.photos li a:hover .icon{top: 40%; opacity: 1;}
.property-detail-page .facility {margin: 0; padding: 0; background: #cfe6ff;
    text-align: center; padding: 12px 12px; display: flex; justify-content: space-between;}
.property-detail-page .facility li{list-style: none; display: inline-flex;
    align-items: center; justify-content: space-between; width: 24%;}
.property-detail-page .facility .box{background: #e7f2fd; text-align: center;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%); width: 100%; border-radius: 8px;
    padding: 15px 5px;}
.property-detail-page .facility .box .icon{background: #c0dbf8; width: 70px; height: 70px;
    line-height: 70px; text-align: center; border-radius: 50%; position: relative; left: 30%;}
.property-detail-page .facility .box .icon img{width: 50px;}
.property-detail-page .facility .box p{margin-bottom: 0px; font-size: 13px; color: #777;
    font-family: 'Roboto'; margin-top: 10px;}
.property-detail-page .facility .box p b{ background: #184992; color: #fff; font-size: 13px;
    display: inline-block; padding: 1px 4px 0px 4px; border-radius: 3px;}


.property-detail-page .about-box .detail-data{margin: 0; background: #fff; padding: 30px 30px;
    margin-bottom: 20px; margin-top: 20px; font-size: 15px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 15%);
    border-radius: 6px; border: 1px solid #ddd;}

.property-detail-page .about-box{margin-top: 20px;}

.property-detail-page .about-box .product-detail-image {text-align: center;}
.property-detail-page .about-box .img-container {max-width: 100%; border-radius: 5px; overflow: hidden; position: relative; box-sizing: inherit; height: auto;}
.property-detail-page .about-box .img-container:hover {cursor: zoom-in;}
.property-detail-page .about-box .img-container span {z-index: 5; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .6); display: block; padding: .5rem 1rem; font-weight: bold; color: #eee; text-align: center;}
.property-detail-page .about-box .img-container:hover span {display: none;}
.property-detail-page .about-box .img-container img{width: 100%;}

.property-detail-page .about-box .list-product-image {list-style: none; justify-content: start; margin-top: 12px; padding-left: 0px; margin-bottom: 5px;}
.property-detail-page .about-box .list-product-image li {width: 32.6%; height: 200px; cursor: pointer; overflow: hidden; border-radius: 3px;
    transition: all .15s linear; margin-right: 6px; display: inline-block;}
.property-detail-page .about-box .list-product-image li.active {border: 1px solid #022335; box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
.property-detail-page .about-box .list-product-image li:last-child{margin-right: 0;}
.property-detail-page .about-box .list-product-image li img {width: 100%; height: 200px; object-fit: cover; margin-left: 0;}

.property-detail-page .about-box .property-image-carousel {position: relative; margin-top: 10px;}
.property-detail-page .about-box .property-image-carousel .item a img{display: block; width: 100%; height: 110px; object-fit: cover;}
.property-detail-page .product-detail-image .owl-nav .owl-prev{position: absolute; left: -15px; top: 32%; background: #000;
    color: #fff; width: 30px; height: 30px;}
.property-detail-page .product-detail-image .owl-nav .owl-next{position: absolute; right: -15px; top: 32%; background: #000;
    color: #fff; width: 30px; height: 30px;}

.property-detail-page .about-box .image .fav {position: absolute; bottom: 15px; left: 0; right: 0; display: block;
    background: #ffbe00; width: fit-content; margin: 0 auto; border: none; color: #000;
    padding: 8px 12px 4px; border-top-left-radius: 30px; border-top-right-radius: 30px;
    transition: 0.5s; border: 2px dotted #ffbe00; border-bottom: none;}
.property-detail-page .about-box .image .fav .feather{width: 20px; height: 20px;}
.property-detail-page .about-box .image .fav:hover{background: #184992; color: #ffbe00;}

.property-detail-page .about-box .image img{max-width: 100%; width: 100%;}
.property-detail-page .about-box h1.title{font-size: 22px; font-weight: 600;
    letter-spacing: 1px; position: relative; margin-bottom: 36px;}
.property-detail-page .about-box h1.title:before{content: ''; position: absolute; left: 0px;
    bottom: -15px; width: 46px; height: 3px; background: #184992; z-index: 1;}
.property-detail-page .about-box h1.title:after{content: ''; position: absolute; left: 15px;
    bottom: -14px; width: 100%; height: 1px; background: #ddd;}

.property-detail-page .about-box .about-title{margin-bottom: 20px; margin-bottom: 20px;
    display: flex; justify-content: space-between;}
.property-detail-page .about-box .about-title h2{font-size: 26px; font-weight: 500;}
.property-detail-page .about-box .about-title ul.location {margin: 0; padding: 0;
    width: 100%; display: inline-block; margin: 10px 0; margin-top: 5px;}
.property-detail-page .about-box .about-title ul.location li img {height: 14px;}
.property-detail-page .about-box .about-title ul.location li{font-size: 13px; list-style: none;
    display: inline-block;}
.property-detail-page .about-box .about-title ul.location li:first-child {margin-right: 15px;}
.property-detail-page .about-box .about-title h3.price {display: -webkit-box !important; -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: normal; overflow: hidden;
    font-size: 16px; font-weight: 400; color: #fff; background: #184992; padding: 10px 18px 8px;
    border-radius: 50px;}
.property-detail-page .about-box .about-title h3.price span {font-size: 15px;
    color: #fff;}

.property-detail-page .property-overview{margin: 0; background: #fff; padding: 30px 30px; margin-bottom: 20px;
    margin-top: 20px; font-size: 15px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 15%); border-radius: 6px;
    border: 1px solid #ddd;}
.property-detail-page .property-overview h1.title{font-size: 22px; font-weight: 600; letter-spacing: 1px;
    position: relative; margin-bottom: 36px;}
.property-detail-page .property-overview h1.title:before {content: ''; position: absolute; left: 0px;
    bottom: -15px; width: 46px; height: 3px; background: #184992; z-index: 1;}
.property-detail-page .property-overview h1.title:after {content: ''; position: absolute; left: 15px;
    bottom: -14px; width: 100%; height: 1px; background: #ddd;}
.property-detail-page .property-overview ul{margin: 0px; padding: 0px;}
.property-detail-page .property-overview ul li{display: inline-block; position: relative; padding-left: 18px; margin-right: 40px;}
.property-detail-page .property-overview ul li:before{content: ''; width: 10px; height: 10px; border: 3px solid #000;
    position: absolute; left: 0; top: 5px; border-radius: 50%;}
.property-detail-page .property-overview ul li:last-child{margin-right: 0;}
.property-detail-page .property-overview ul li b{font-weight: 500;}

.property-detail-page .amenities{margin: 0; background: #fff; padding: 15px 30px;
    margin-bottom: 20px; font-size: 14px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);}
.property-detail-page .amenities h1.title{font-size: 22px; font-weight: 600;
    letter-spacing: 1px; position: relative; margin-bottom: 36px;}
.property-detail-page .amenities h1.title:before{content: ''; position: absolute; left: 0px;
    bottom: -15px; width: 46px; height: 3px; background: #184992; z-index: 1;}
.property-detail-page .amenities h1.title:after{content: ''; position: absolute; left: 0px;
    bottom: -14px; width: 100%; height: 1px; background: #ddd;}
.property-detail-page .amenities li{list-style: none; display: inline-block; width: 31%;
    margin: 8px 0px; color: #777;}
.property-detail-page .amenities li .feather{margin-right: 10px; width: 18px;
    position: relative; top: -2px; color: #184992;}

.property-detail-page .profile-right {margin: 0; background: #fff; padding: 10px 10px; margin-bottom: 20px;
    margin-top: 20px; font-size: 15px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 15%); border-radius: 6px;
    border: 1px solid #ddd;}
.property-detail-page .profile-right .agent{display: flex; align-items: center;}
.property-detail-page .profile-right .agent img{width: 80px; height: 80px;
    object-fit: cover; margin-right: 15px; background: #e9e9e9; padding: 15px;}
.property-detail-page .profile-right .agent p{margin-bottom: 0; font-size: 19px;
    font-weight: 500;}
.property-detail-page .profile-right .agent small{margin-bottom: 6px; display: block;}
.property-detail-page .profile-right .agent ul{margin: 0; padding: 0;}
.property-detail-page .profile-right .agent ul li{list-style: none; display: inline-block;}
.property-detail-page .profile-right .agent ul .feather{width: 18px;}
.property-detail-page .profile-right .btn{padding: 0;}
.property-detail-page .profile-right .btn a{display: inline-block; font-size: 14px; padding: 6px 15px;
    font-weight: 400; border: none; border-radius: 48px;}
.property-detail-page .profile-right .btn a:first-child{background: #184992; color: #fff;}
.property-detail-page .profile-right .btn a .feather{height: 14px; width: 14px; margin-right: 4px;
    position: relative; top: -1px;}


.review-form{position: relative;}
.review-form .spinner-box{position: absolute; background: #000000a3; width: 100%; height: 100%; left: 0; top: 0;}
.review-form .spinner-box .spinner-border{position: relative; top: 50%;}

.property-detail-page .review-form {margin: 0; background: #fff; padding: 30px 40px; margin-bottom: 20px;
    margin-top: 20px; font-size: 15px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 15%); border-radius: 6px;
    border: 1px solid #ddd; text-align: center;}
.property-detail-page .review-form h1.title{font-size: 26px; font-weight: 500;
    letter-spacing: 1px; position: relative; margin-bottom: 20px; text-align: center;}
.property-detail-page .review-form .form-group{position: relative; margin-bottom: 15px;}
.property-detail-page .review-form .form-control{min-height: 46px;}
.property-detail-page .review-form .feather{position: absolute; top: 12px; right: 15px;
    width: 16px; color: #777;}
.property-detail-page .review-form button{border: none; background: #000; border-radius: 4px;
    padding: 12px 15px 10px 15px; color: #fff; letter-spacing: 1px;
    word-spacing: 3px; font-size: 15px;}
.property-detail-page .review-form button .feather{position: static; top: 0;
    right: 0; color: #fff;}

.property-detail-page .video-section{margin: 0; background: #fff; padding: 15px 15px 10px;
    margin-bottom: 20px; font-size: 14px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);}
.property-detail-page .comments{margin-top: 20px; background: #fff; padding: 30px;}
.property-detail-page .comments h2.title{font-size: 20px; font-weight: 600;
    color: #111; letter-spacing: 0.5px; word-spacing: 3px;
    position: relative; margin-bottom: 36px;}
.property-detail-page .comments h2.title span{color: #184992;}
.property-detail-page .comments h2.title:before {content: ''; background: #184992;
    position: absolute; left: 0; bottom: -12px; width: 30px; height: 3px;}
.property-detail-page .comments h2.title:after {content: ''; background: #0000005e;
    position: absolute; left: 0; bottom: -11px; width: 92px; height: 1px;}
.property-detail-page .comments .wrap {margin-top: 30px;}
.property-detail-page .comments .wrap .item {padding: 0 0 30px 110px; position: relative;
    margin-bottom: 40px; width: 100%; border-bottom: 1px solid #ddd;}
.property-detail-page .comments .wrap .item:last-child{border-bottom: none; margin-bottom: 0;
    padding-bottom: 15px;}
.property-detail-page .comments .wrap .avatar {position: absolute; top: 0; left: 10px;
    width: 80px; height: 80px;}
.property-detail-page .comments .wrap .avatar:before {content: ''; position: absolute;
    top: 100%; margin-top: 20px; left: 0; margin-left: 38px; width: 40px;
    height: 40px; border-left: 1px solid #97cbff; border-bottom: 1px solid #97cbff;}
.property-detail-page .comments .wrap .avatar img { width: 80px; height: 80px; border-radius: 100%;}
.property-detail-page .comments .wrap .text {width: 100%; position: relative; padding: 30px 20px;
    background: #e7f2fd; border-radius: 6px;}
.property-detail-page .comments .wrap .text h4 {font-size: 16px; font-weight: 600; color: #666;}
.property-detail-page .comments .wrap .text h4 a {text-decoration: none; color: #666;}
.property-detail-page .comments .wrap .text .name-rate {display: flex; align-items: center;
    justify-content: space-between; margin-bottom: 12px;}
.property-detail-page .comments .wrap .text .review-score-user{display: flex; align-items: center;}
.property-detail-page .comments .wrap .text .review-score-user span {text-align: center;
    background: #184992; color: #fff; font-weight: 600; border-radius: 3px 3px 0 3px;
    width: 40px; height: 40px; line-height: 40px; font-size: 12px;
    border: 1px solid #184992; text-shadow: 0px 2px 5px rgb(0 0 0 / 21%);}
.property-detail-page .comments .wrap .text .review-score-user strong {margin-right: 12px;
    font-size: 14px; color: #666;}
.property-detail-page .comments .wrap .item p {text-align: left; color: #878C9F;}
.property-detail-page .comments .wrap .date {display: flex; align-items: center; 
    justify-content: space-between; margin-top: 18px; font-weight: 500; color: #999;
    width: 100%; text-align: left; padding-top: 18px; font-size: 13px; border-top: 1px solid #00000024;}
.property-detail-page .comments .wrap .date .feather{width: 16px; position: relative; top: -2px;
    margin-right: 8px; color: #1571d8;}
.property-detail-page .comments .wrap .date a{font-size: 14px; text-decoration: none; color: #555;
    font-weight: bold;}
.property-detail-page .comments .wrap .date a:hover{color: #1571d8;}

.property-detail-page .comment-form{background: #fff; padding: 30px; margin-top: 15px;}
.property-detail-page .comment-form h2.title{font-size: 20px; font-weight: 600;
    color: #111; letter-spacing: 0.5px; word-spacing: 3px;
    position: relative; margin-bottom: 36px;}
.property-detail-page .comment-form h2.title:before {content: ''; background: #184992;
    position: absolute; left: 0; bottom: -12px; width: 30px; height: 3px;}
.property-detail-page .comment-form h2.title:after {content: ''; background: #0000005e;
    position: absolute; left: 0; bottom: -11px; width: 92px; height: 1px;}
.property-detail-page .comment-form .form-group{position: relative; margin-bottom: 15px;}
.property-detail-page .comment-form .form-control{min-height: 46px;}
.property-detail-page .comment-form .feather{position: absolute; top: 12px; right: 15px;
    width: 16px; color: #777;}
.property-detail-page .comment-form button{border: none; background: #184992;
    padding: 12px 15px 12px 44px; color: #fff; letter-spacing: 1px;
    word-spacing: 3px; text-transform: uppercase; font-size: 14px; position: relative;}
.property-detail-page .comment-form button .feather{position: absolute; top: 12px; left: 15px;
    width: 16px; color: #fff;}

.property-detail-page .modal{z-index: 1111;}
.property-detail-page .modal .form-group{position: relative; margin-bottom: 15px;}
.property-detail-page .modal .form-control{min-height: 46px;}
.property-detail-page .modal .feather{position: absolute; top: 12px; right: 15px;
    width: 16px; color: #777;}
.property-detail-page .modal .modal-footer button{border: none; background: #184992;
    padding: 12px 15px 12px 40px; color: #fff; letter-spacing: 1px;
    word-spacing: 3px; text-transform: uppercase; font-size: 14px; position: relative;}
.property-detail-page .modal .modal-footer button .feather{position: absolute; top: 9.5px; left: 15px;
    width: 16px; color: #fff;}
.property-detail-page .modal .modal-footer button.btn-secondary{background: #df4242;}



.contact-page{overflow: hidden; padding: 40px 0px; background: #fff;}
.contact-page .info .heading{text-align: center;}
.contact-page .info .heading h4{font-size: 36px; letter-spacing: 3px;}
.contact-page .info .heading h1{color: #184992; font-weight: 600; font-size: 30px; margin-top: 10px; margin-bottom: 30px;}
.contact-page .info .phone{background: #F9F9F9; text-align: center; border: 1px solid #D1D1D1;}
.contact-page .info .phone .icon{background: #E9E9E9; width: 80px; height: 80px; line-height: 90px; border-radius: 50%; margin: 0 auto;}
.contact-page .info .phone .icon i{font-size: 28px;}
.contact-page .info .phone p{border: 1px solid #D1D1D1; margin: 10px; border-radius: 4px; padding: 4px; margin-bottom: 30px;}
.contact-page .info .phone small{font-size: 16px; margin-bottom: 30px; margin-top: 15px; display: block;}
.contact-page form{background: #F9F9F9; border: 1px solid #D1D1D1; margin-top: 40px; padding: 30px 30px 20px 30px;}
.contact-page form .form-control{padding: 0.575rem .75rem;}
.contact-page form button{padding: 8px 30px; border-radius: 6px; color: #fff; display: inline-block; background: #000;
    transition: 0.5s; border: none;}
.contact-page form button .feather{width: 16px; height: 16px; position: relative; top: -1px;}

.contact-page .map{margin-top: 40px;}
.contact-page .map iframe{width: 100%;}

.login-page .row{margin: 0; align-items: center;}
.login-page form{background: #fff; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 15%); padding: 30px;
    border-radius: 12px; border: 1px solid #ddd;}
.login-page form h1{text-align: center; color: #184992; font-size: 28px; font-weight: 600; margin-bottom: 15px; display: block;}
.login-page form .form-group{margin-top: 20px;}
.login-page form .form-group .form-control{width: 100%; height: 50px;
    font-weight: 400; border: 1px solid #34495E; border-radius: 8px;
    padding: 10px 15px;}
.login-page form .text-right{text-align: right;}
.login-page form .form-group.row{margin-bottom: 30px; margin-top: 30px;
    color: #444; font-size: 18px;}
.login-page form .form-group.row a{color: #444;}
.login-page form button.btn{background: #184992; border-color: #184992; font-size: 15px;
    padding: 12px 30px 9px 30px; text-transform: uppercase; letter-spacing: 1px;}
.login-page form button.btn .feather{width: 18px; position: relative; top: -1px;}
.login-page .image img{width: 100%;}


.register-page .row{margin: 0; align-items: center;}
.register-page form{background: #fff; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 15%); padding: 30px;
    border-radius: 12px; border: 1px solid #ddd;}
.register-page form h1{text-align: center; color: #184992; font-size: 28px; font-weight: 600; margin-bottom: 15px; display: block;}
.register-page form .form-group{margin-top: 20px;}
.register-page form .form-group .form-control{width: 100%; height: 50px;
    font-weight: 400; border: 1px solid #34495E; border-radius: 8px;
    padding: 10px 15px;}
.register-page form .form-check{margin-top: 30px; margin-bottom: 30px;}
.register-page form button.btn{background: #184992; border-color: #184992; font-size: 15px;
    padding: 12px 20px 9px 20px; text-transform: uppercase; letter-spacing: 1px;}
.register-page form button.btn .feather{width: 18px; position: relative; top: -2px;}
.register-page .image img{width: 100%;}


.blog-page{background: #f4f4f4; padding-top: 40px; padding-bottom: 40px;}
.blog-page .box{margin: 20px 0px;}
.blog-page .box .image{box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    background: #fff; border: 1px solid #18499242; border-radius: 6px;
    position: relative; z-index: 9;}
.blog-page .box .image img{width: 100%; height: 260px; object-fit: cover; border-radius: 6px;}
.blog-page .box .date{position: absolute; -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg); -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg); transform: rotate(270deg); margin-top: 0;
    left: -52px; width: auto; top: 28%; background: #6A98F0; padding: 12px; color: #fff;}
.blog-page .box .date p {color: #fff; margin: 0; font-size: 14px;}
.blog-page .box .content{margin-bottom: 20px; background: #fff; padding: 15px; text-align: center;
    border-radius: 6px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%); border: 1px solid #959292;
    position: relative; z-index: 1; width: 85%; margin: 0 auto; margin-top: -50px;}
.blog-page .box .content .title{height: 100px; overflow: 90px;}
.blog-page .box .content .title a{display: block; font-size: 20px; font-weight: 500;
    color: #111;}
.blog-page .box .content .readmore {display: block; position: relative;
    left: 0; margin-top: 10px;}
.blog-page .box .content .readmore a {padding: 8px 30px; border-radius: 6px;
    color: #fff; display: inline-block; background: #000; transition: 0.5s;}
.blog-page .box .content .readmore a .feather{width: 16px; height: 16px; position: relative; top: -1px;}

.blog-detail-page{background: #f4f4f4; padding-top: 40px; padding-bottom: 40px;}
.blog-detail-page .detail{background: #fff; padding: 15px;
    border-radius: 6px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);}
.blog-detail-page .detail .image{text-align: center; border: 1px solid #ddd;
    padding: 15px; border-radius: 6px;}
.blog-detail-page .detail .title{font-size: 30px; font-weight: 600;
    margin-top: 25px; margin-bottom: 15px;}
.blog-detail-page .detail .date p{background: #ffbe00; color: #000; margin-bottom: 0;
    width: fit-content; padding: 8px 12px 6px 12px; position: relative; top: -20px;
    left: 15px; border-radius: 4px;}

.blog-detail-page .video-section{margin: 0; background: #fff; padding: 15px 15px 10px;
    margin-bottom: 20px; font-size: 14px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);}
.blog-detail-page .video-section iframe{width: 100%;}

.blog-detail-page .profile-right {margin: 0; padding: 10px 10px; margin-bottom: 20px;
    margin-top: 20px; font-size: 15px; background: #fff; border-radius: 6px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);}
.blog-detail-page .profile-right .agent{display: flex; align-items: center;}
.blog-detail-page .profile-right .agent img{width: 80px; height: 80px;
    object-fit: cover; margin-right: 15px; background: #e9e9e9; border-radius: 4px;}
.blog-detail-page .profile-right .agent p{font-size: 19px;
    font-weight: 500;}
.blog-detail-page .profile-right .agent small{margin-bottom: 6px; display: block;}
.blog-detail-page .profile-right .agent ul{margin: 0; padding: 0;}
.blog-detail-page .profile-right .agent ul li{list-style: none; display: inline-block;}
.blog-detail-page .profile-right .agent ul .feather{width: 18px;}
.blog-detail-page .profile-right .btn{padding: 0;}
.blog-detail-page .profile-right .btn a{display: inline-block; font-size: 14px; padding: 6px 15px;
    font-weight: 400; border: none; border-radius: 48px;}
.blog-detail-page .profile-right .btn a:first-child{background: #184992; color: #fff;}
.blog-detail-page .profile-right .btn a .feather{height: 14px; width: 14px; margin-right: 4px;
    position: relative; top: -1px;}

.blog-detail-page .list{background: #fff; border-radius: 6px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);}
.blog-detail-page .list h2{font-size: 26px; font-weight: 500; border-bottom: 1px solid #ddd;
    margin-bottom: 20px; padding-bottom: 10px; padding-top: 15px; padding-left: 15px;}
.blog-detail-page .list .blog-box{display: flex; margin-bottom: 15px; border-bottom: 1px solid #ddd;
    padding-bottom: 15px; padding-left: 12px; padding-right: 12px;}
.blog-detail-page .list .blog-box .image{overflow: hidden; border-radius: 6px; margin-right: 12px;
    width: 120px; height: 82px;}
.blog-detail-page .list .blog-box .image a{display: block; margin-right: 15px;
    width: 120px; height: 80px; overflow: hidden;}
.blog-detail-page .list .blog-box .image img{width: 120px; height: 80px; object-fit: cover;}
.blog-detail-page .list .blog-box .data a{color: #184992; display:block; font-size: 18px;
    font-weight: 500;}
.blog-detail-page .list .blog-box .data p{margin-bottom: 0; color: #777; font-size: 15px;
    margin-top: 6px;}
.blog-detail-page .list .blog-box:last-child{border-bottom: none;}

.blog-detail-page .review-form {margin: 0; background: #fff; padding: 15px 30px;
    margin-bottom: 20px; font-size: 14px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);}
.blog-detail-page .review-form h1.title{font-size: 22px; font-weight: 600;
    letter-spacing: 1px; position: relative; margin-bottom: 36px;}
.blog-detail-page .review-form h1.title:before{content: ''; position: absolute; left: 0px;
    bottom: -15px; width: 46px; height: 3px; background: #184992; z-index: 1;}
.blog-detail-page .review-form h1.title:after{content: ''; position: absolute; left: 0px;
    bottom: -14px; width: 100%; height: 1px; background: #ddd;}
.blog-detail-page .review-form .form-group{position: relative; margin-bottom: 15px;}
.blog-detail-page .review-form .form-control{min-height: 46px;}
.blog-detail-page .review-form .feather{position: absolute; top: 12px; right: 15px;
    width: 16px; color: #777;}
.blog-detail-page .review-form button{border: none; background: #184992;
    padding: 12px 15px 12px 15px; color: #fff; letter-spacing: 1px;
    word-spacing: 3px; text-transform: uppercase; font-size: 14px;}
.blog-detail-page .review-form button .feather{position: static; top: 0;
    right: 0; color: #fff;}

.list-section .modal{z-index: 1111; top: 50px; box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);}
.list-section .review-form {margin: 0; background: #fff; padding: 5px 15px; font-size: 14px; }
.list-section .review-form .form-group{position: relative; margin-bottom: 15px;}
.list-section .review-form .form-control{min-height: 46px;}
.list-section .review-form .feather{position: absolute; top: 12px; right: 15px;
    width: 16px; color: #777;}
.list-section .review-form button{border: none; background: #184992;
    padding: 12px 15px 12px 15px; color: #fff; letter-spacing: 1px;
    word-spacing: 3px; text-transform: uppercase; font-size: 14px;}
.list-section .review-form button .feather{position: static; top: 0;
    right: 0; color: #fff;}

.calculator-page .heading{text-align: center;}
.calculator-page .heading h1{font-size: 36px; font-weight: 500; margin-top: 30px;}
.calculator-page .calculator-form{background: #F8F8F8; margin-bottom: 30px; margin-top: 30px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%); border: 1px solid #ddd;
    border-radius: 12px; padding: 20px 30px;}
.calculator-page .calculator-form h4{margin-bottom: 25px; margin-top: 15px; font-size: 24px;}

.calculator-page .calculator-data{background: #F8F8F8; margin-bottom: 30px; margin-top: 30px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%); border: 1px solid #ddd;
    border-radius: 12px; padding: 20px 30px;}

.calculator-page .calculator-data table {
  border-collapse: collapse;
  width: 100%;
}

.calculator-page .calculator-data table td, .calculator-page .calculator-data table th {border: 1px solid #ddd; padding: 8px;}
.calculator-page .calculator-data table tr:nth-child(even){background-color: #f2f2f2;}
.calculator-page .calculator-data table tr:hover {background-color: #ddd;}
.calculator-page .calculator-data table th {padding-top: 12px; padding-bottom: 12px; text-align: left; font-weight: 500;
  background-color: #DBE3E8; color: #000;}

.author-page-heading{text-align: center; background: #f4f4f4; padding: 15px; letter-spacing: 1px;}
.author-page{padding: 40px 0px;}
.author-page .box{display: flex;}
.author-page .box .image{width: 250px; height: 250px; overflow: hidden; border-radius: 50%; min-width: 250px;
    margin-right: 40px;}
.author-page .box .image img{width: 250px; height: 250px; border-radius: 50%; object-fit: cover;}
.author-page .box .data h4.name{font-size: 30px; letter-spacing: 1px; font-weight: 500;}
.author-page .box .data ul{margin: 0; padding: 0; margin-top: 15px; margin-bottom: 15px;}
.author-page .box .data ul li{list-style: none; display: inline-block; margin-right: 10px;}
.author-page .box .data ul li a{display: inline-block;}
.author-page .box .data ul li a .feather{width: 32px; height: 32px; background: #184992; color: #fff;
    border-radius: 50%; padding: 8px;}


.row-material-page{position: relative; z-index: 1111;}
.row-material-page .box a.title{color: #5677C9!important; font-size: 26px; text-align: center;}
.row-material-page .box .read-more{position: relative!important; right: 0!important; bottom: 0!important;}
.row-material-page .box .btn-primary{color: #000; background: #fff; border-color: #000; display: flex; margin: 0 auto;}
.row-material-page  .modal-header{border-bottom: none; padding-bottom: 0;}
.row-material-page .modal-title{font-size: 30px;}
.row-material-page .modal-content{background: #F2F2F2}
.row-material-page .modal-content .form-group{position: relative; margin-bottom: 15px;}
.row-material-page .modal-content .form-control{min-height: 46px;}
.row-material-page .modal-content .feather{position: absolute; top: 12px; right: 15px;
    width: 16px; color: #777;}
.row-material-page .modal-content button[type="submit"] {display: flex; margin: 0 auto; border: none; background: #000;
    border-radius: 4px; padding: 12px 15px 10px 15px; color: #fff; letter-spacing: 1px; word-spacing: 3px; font-size: 15px;}
.row-material-page .modal-content button[type="submit"] .feather {position: static; top: 0; right: 0; color: #fff;
    margin-right: 10px;}


.emi-calculator-page .emi{background: #F8F8F8; margin-bottom: 40px; margin-top: 40px; overflow: hidden;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%); border: 1px solid #ddd; border-radius: 12px;}
.emi-calculator-page .emi h1.title{background: #184992; text-align: center; font-size: 30px; font-weight: 500;
    color: #fff; padding: 10px;}
.emi-calculator-page form{padding: 20px 30px;}
.emi-calculator-page .form-group {position: relative; margin-bottom: 15px;}
.emi-calculator-page .form-control {min-height: 46px;}
.emi-calculator-page img {position: absolute; top: 40px; right: 30px; width: 16px;}

.emi-calculator-page .right-data{border-left: 1px solid #ddd; text-align: center;}
.emi-calculator-page .right-data .data{border-bottom: 1px solid #ddd; padding: 30px 0px;}
.emi-calculator-page .right-data .data:last-child{border-bottom: none;}
.emi-calculator-page .right-data .data p{margin-bottom: 0px; font-size: 18px;}
.emi-calculator-page .right-data .data h2{margin-top: 8px; font-size: 36px; font-weight: 500; margin-bottom: 0;}

@media (max-width: 768px) {
    .theme-btn{font-size: 15px; padding: 10px 15px;}
    .top-section {height: auto; line-height: normal;}
    .top-section ul.mail {margin-left: 0; padding: 6px 0px;}
    .top-section ul.mail li {margin-left: 15px;}
    .top-section ul.mail li:first-child {margin-left: 0px;}
    .top-section ul a{font-size: 14px; letter-spacing: 0;}
    .top-section ul.login-register{display: none;}
    .logo-menu-section .d-flex ul{padding-left: 0; display: flex; align-items: center;
        justify-content: space-between; width: 100%;}
    .logo-menu-section.fixed-top{height: auto;}
    .logo-menu-section.fixed-top .logo img{top: 0;}
    .logo-menu-section .logo img{width: 230px;}
    .logo-menu-section .navbar {padding: 0px 10px;}
    .logo-menu-section .logo{position: relative;}
    .logo-menu-section .navbar-brand{top: 0;}
    .logo-menu-section .navbar-brand:before{content: none;}
    .logo-menu-section .navbar-brand:after{content: none;}
    .logo-menu-section .navbar-light .navbar-toggler{background: #fff;}
    .logo-menu-section .navbar-nav {margin-left: 0; position: relative; z-index: 111;}
    .logo-menu-section .navbar-collapse .d-flex{padding: 0;}
    .logo-menu-section .nav-link{display: block; margin-top: 5px;}
    .banner-section{margin-top: 15px;}
    .banner-section .data .container {position: relative; margin-bottom: 15px;
        margin-top: 15px;}
    .banner-section .data .content {margin-bottom: 15px; padding: 0px 30px;}
    .banner-section .data .content h1 {font-size: 30px; margin-top: 10px;}
    .banner-section .data .image {height: auto;}
    .banner-section .data .image img{height: auto;}
    .banner-section .data form{width: 100%;}
    .banner-section .data .col-md-4{border-right: 0; padding: 0;}
    .banner-section .data .col-md-3{border-right: 0; padding: 0;}
    .banner-section .data .form-group{margin-bottom: 6px;}
    .banner-section .data .form-select {border: 1px solid #ced4da;
        padding: 0.375rem 2.25rem 0.375rem 0.75rem;}
    .banner-section .select2-container--default .select2-selection--single{border: 1px solid #aaaaaa61;
        height: 40px; padding: 6px 12px;}
    .banner-section .data label{display: block;}
    .banner-section .data form button{position: relative; right: 0; top: 0;
        width: 100%; height: 45px;}
    .category-section{top: 0; padding-top: 15px;}
    .premium-section{margin-top: 0; padding-top: 15px; padding-bottom: 0;}
    .premium-section .heading {margin-bottom: 20px; text-align: center;}
    .premium-section .heading .right{text-align: center;}
    .premium-section .heading h1 {font-size: 30px; font-weight: 600;
    margin-bottom: 12px;}
    .premium-section .box {margin-bottom: 15px;}
    .premium-section .data .amenity{height: auto; overflow: none;}

    .tab-section{margin-bottom: 30px; margin-top: 30px;}
    .tab-section .heading {margin-bottom: 20px;}
    .tab-section .heading h1 {font-size: 30px; font-weight: 600;
    margin-bottom: 12px;}
    .tab-section .tab-content{margin-bottom: 0;}
    .tab-section .nav-tabs{height: auto; border-radius: 0;}
    .tab-section .nav-tabs:before{content: none;}
    .tab-section .nav-tabs .nav-link{margin: 5px; height: auto; border-radius: 4px; padding: 5px 10px;}
    .tab-section .nav-tabs li:first-child .nav-link {margin-left: 5px;}
    .tab-section .tab-pane .box{margin-bottom: 12px;}

    .service-section{padding-top: 30px; padding-bottom: 0; margin-top: 5px;}
    .service-section .heading h1{margin-bottom: 0; font-size: 36px;}
    .service-section .heading h4{font-size: 16px;}
    .service-section .heading h4:before{height: 1px;}
    .service-section .heading h2{font-size: 20px; margin-bottom: 15px;}
    .service-section .heading ul li{margin-bottom: 5px;}
    .service-section .box{margin-bottom: 12px;}
    .service-section .box a.title{height: auto;}

    .youtube-section{margin-top: 20px; margin-bottom: 15px;}
    .youtube-section .heading .right{text-align: center;}

    .list-section{padding-top: 15px; padding-bottom: 0;}
    .list-section .heading {margin-bottom: 20px;}
    .list-section .heading .right{text-align: left;}
    .list-section .heading h1 {font-size: 30px; font-weight: 600;
    margin-bottom: 12px;}
    .list-section .box{margin-bottom: 15px;}

    .app-section .image{padding: 15px;}
    .app-section .data{padding-left: 0; padding-top: 15px; padding-bottom: 15px;}
    .app-section .data ul{margin-top: 10px; text-align: center;}
    .footer-section{padding-top: 15px; padding-bottom: 0;}
    .footer-section .about{margin-bottom: 20px;}
    .footer-section h2.title{margin-bottom: 15px;}
    .footer-bottom .right{text-align: left;}
    .footer-section .category li a{padding: 4px 10px;}
    .footer-bottom{padding-top: 10px;}
    .app-section .data li img{width: 120px;}
    .footer-section .link{margin-bottom: 30px;}
    .footer-section .link li{width: 48.8%;}
    .footer-section .link li a{margin: 0;}
    .footer-section .phone{margin-top: 30px;}

    .breadcumb-area .container{padding: 30px 0 30px; margin-top: 0;}
    .breadcumb-area .container .row{margin: 0;}
    .breadcumb-area .brpt h2{font-weight: 600; font-size: 26px;
        margin-bottom: 10px;}

    .about-page{margin-top: 15px;}
    .about-page .about-section{margin-top: 0; margin-bottom: 50px;}
    .about-page-section .about-content{padding: 15px;}
    .about-page .about-section .about-content h4.sub-title {font-size: 18px;
    margin-top: 15px;}
    .about-page .about-section .about-content h2.title {font-size: 30px;}
    .about-page-section .image .left-image{left: 50%; top: -22px;}
    .about-page-section .image .right-image{right: 50%; bottom: -22px;}
    .about-page .process-section{margin-bottom: 30px;}
    .about-page .process .heading{text-align: center; width: auto; margin-bottom: 15px;}
    .about-page .process .heading h4{font-size: 18px; margin-bottom: 5px;}
    .about-page .process .heading h2{font-size: 30px;}
    .about-page .process-section .col-md-3{margin-bottom: 15px;}
    .about-page .process-section .col-md-3:nth-child(1):after{content: none;}
    .about-page .process-section .col-md-3:nth-child(2):after{content: none;}
    .about-page .process-section .col-md-3:nth-child(3):after{content: none;}
    .about-page .process-section .col-md-3:nth-child(even){margin-top: 0px;}
    .about-page .process-section .image{margin-bottom: 10px;}
    .about-page .team-section {margin-bottom: 20px;}
    .about-page .team-section .heading{text-align: center; width: auto; margin-bottom: 15px;}
    .about-page .team-section .heading h4{font-size: 18px; margin-bottom: 5px;}
    .about-page .team-section .heading h2{font-size: 30px;}
    .about-page .team-section .box-head .image{height: 160px; width: 160px; overflow: hidden;}
    .about-page .team-section .box-head .image img{height: 160px; width: 160px; object-fit: cover;}
    .about-page .team-section .box-content h3 a{font-size: 20px; line-height: normal;}
    .about-page .team-section .box-content {margin-top: 30px;}

    .blog-page{padding-top: 15px; padding-bottom: 15px;}
    .blog-page .box {margin: 10px 0px;}
    .blog-detail-page{padding-top: 15px; padding-bottom: 15px;}
    .blog-detail-page .list{margin-top: 15px;}
    .blog-detail-page .list h2 {font-size: 22px;}

    .property-page .left-section{margin: 15px 0px;padding: 15px;}
    .property-page .right-section {margin: 0px 0px;}

    .property-detail-page .profile-right{padding: 15px; margin-top: 0;}
    .property-detail-page .profile-right .btn a{padding: 10px 14px;}
    .property-detail-page .amenities li{width: 49%;}
    .property-detail-page ul.photos li{width: 30.2%;}

                                                     .contact-page{padding: 20px 0px;}
    .contact-page form{margin-top: 15px;}
    .contact-page .content h4 {font-size: 18px;}
    .contact-page .content h1 {font-size: 30px;}
    .contact-page .map:before{content: none;}
    .contact-page .map {margin-top: 15px;}

    .login-page .col-md-6{padding: 0;}
    .login-page form {width: auto; padding: 15px 15px; margin-bottom: 20px; margin-top: 20px;}
    .login-page form .row.form-group .col-md-6{width: 50%;}
    .login-page .image {display: none;}
    .login-page form .form-group.row {margin-top: 20px; margin-bottom: 18px;}
    .login-page form .col-md-5.text-right{text-align: left; margin-top: 10px;}

    .register-page .col-md-6{padding: 0;}
    .register-page form {width: auto; padding: 15px 15px; margin-bottom: 20px; margin-top: 20px;}
    .register-page .image {display: none;}
    .register-page form .form-check {margin-top: 20px; margin-bottom: 18px;}
    .register-page form .col-md-4.text-right{text-align: left; margin-top: 10px;}

    .service-section.service-page .heading h4:before{content: none;}
    .service-section.service-page .heading h4:after{content: none;}
    .service-section.service-page .heading h4{margin-left: 0;}
    .service-section.service-page .box .data{text-align: center;}
    .service-section.service-page .box .read-more{position: relative; right: 0; bottom: 0; margin: 10px 0px 5px; display: inline-block;}

    .property-detail-page .about-box .list-product-image li{width: 30.6%; height: 80px;}
    .property-detail-page .about-box .list-product-image li img{height: 80px;}
    .property-detail-page .about-box .detail-data{padding: 15px;}
    .property-detail-page .about-box .about-title{display: block;}
    .property-detail-page .review-form{padding: 15px;}
    .property-detail-page .property-overview{margin-top: 0;}
    .property-detail-page .sharethis-inline-share-buttons{margin-bottom: 15px;}

    .blog-page .box .content .title{height: auto; overflow: auto;}

    .footer-section .about li a i{font-size: 26px!important;}
}











.user-layout{min-height: 300px; margin: auto; background: #f4f4f4; padding-top: 30px; padding-bottom: 30px;}
.user-sidebar-menu{margin: 0; padding: 5px 10px; background: #fff; border-radius: 8px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%); overflow: hidden;}
.user-sidebar-menu li{list-style: none; display: block;}
.user-sidebar-menu li a, .user-sidebar-menu li button{display: block; padding: 15px 30px; color: #333; background: #fff;
    border: none; border-bottom: 1px solid #000; width: 100%; text-align: left; transition: 0.5s;}
.user-sidebar-menu li:last-child button{border-bottom: none;}
.user-sidebar-menu li a:hover, .user-sidebar-menu li button:hover, .user-sidebar-menu li button.active{background: #E4E3E3; color: #000; border-radius: 6px;}
.user-sidebar-menu li a .feather, .user-sidebar-menu button .feather {width: 18px; height: 18px; margin-right: 10px; color: #000;}
.user-rightside-content{background: #fff; padding: 20px; border-radius: 8px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);}
.user-rightside-content .card-header .feather{width: 14px; height: 14px; position: relative; top: -1px;}
.user-rightside-content .dashboard-property-list a.box{background: #fff; text-align: center; display: block; text-decoration: none;
    border: 1px solid #ddd; border-radius: 6px; padding: 15px 10px; transition: 0.5s;}
.user-rightside-content .dashboard-property-list a.box:hover{border: 1px solid #184992;}
.user-rightside-content .dashboard-property-list a.box h1{font-size: 30px; font-weight: 600;}
.user-rightside-content .dashboard-property-list a.box p{color: #222; margin-bottom: 0; margin-top: 6px;}
.user-rightside-content .dashboard-property-list a.box.active{background: #defddf;}
.user-rightside-content .dashboard-property-list a.box.active:hover{border: 1px solid #2f9e38;}
.user-rightside-content .dashboard-property-list a.box.active h1{color: #2f9e38;}
.user-rightside-content .dashboard-property-list a.box.pending{background: #fff7df;}
.user-rightside-content .dashboard-property-list a.box.pending:hover{border: 1px solid #efb200;}
.user-rightside-content .dashboard-property-list a.box.pending h1{color: #efb200;}
.user-rightside-content .dashboard-property-list a.box.rejected{background: #ffdfdf;}
.user-rightside-content .dashboard-property-list a.box.rejected:hover{border: 1px solid #f50000;}
.user-rightside-content .dashboard-property-list a.box.rejected h1{color: #f50000;}
.user-rightside-content .dashboard-property-list a.box.lead{background: #ecf2ff;}
.user-rightside-content .dashboard-property-list a.box.lead:hover{border: 1px solid #184992;}
.user-rightside-content .dashboard-property-list a.box.lead h1{color: #184992;}

.user-rightside-content .dashboard-property-list .not-show{text-align: center;}
.user-rightside-content .dashboard-property-list .not-show h1{font-size: 30px; border-bottom: 2px solid #000;
    width: max-content; margin: 0 auto;}
.user-rightside-content .dashboard-property-list .not-show .corros{background: #F5F5F5; border: 1px solid #A09C9C; color: #000;
    width: 60px; height: 60px; border-radius: 50%; text-align: center; margin: 15px auto;}
.user-rightside-content .dashboard-property-list .not-show .corros span{font-size: 36px;}
.user-rightside-content .dashboard-property-list .not-show small{color: #A6A1A1;}

.user-rightside-content th{font-weight: 500; font-size: 14px;}
.user-rightside-content td{vertical-align: middle; font-size: 14px;}
.user-rightside-content .table tfoot{display: none;}
.user-rightside-content ul.pagination .page-link{font-size: 14px;}
form .form-group{margin-bottom: 15px;}
form .form-group .form-label{margin-bottom: 4px;}
.user-rightside-content form .feather{width: 14px; height: 14px; position: relative; top: -2px;}
.user-rightside-content button#rowAmenties, .user-rightside-content button#rowOverViews{font-size: 15px; padding: 6px;}
.user-rightside-content button#rowAmenties .bi-plus-square-dotted,
.user-rightside-content button#rowOverViews .bi-plus-square-dotted{margin-right: 6px; position: relative; top: -1px; font-size: 14px;}
.user-rightside-content #gallery_picker .col-md-4{width: 100%!important;}
.user-rightside-content #gallery_picker .col-md-4 .file_upload,
.user-rightside-content #feature_image_picker .file_upload{height: 100px!important;}
form .btn{width: auto;}


.user-rightside-content .update-password form .reset-btn{text-align: center;}
.user-rightside-content .update-password form .reset-btn .btn{background: #184992; border-color: #184992; color: #fff;
    padding: 8px 20px;}

.badge-purple{background: #184992 !important; font-weight: 500;}
.badge-primary{background: #328dff !important; font-weight: 500;}
.badge-success {background: #3dba6f !important; font-weight: 500;}
.badge-danger {background: #fe413b !important; font-weight: 500;}
.badge-warning {background: #fab63f !important; font-weight: 500;}

.request-property-page{margin-bottom: 60px;}
.request-property-page h4.heading{font-size: 36px; text-align: center; margin-top: 40px; font-weight: 500;}
.request-property-page p.sub-title{position: relative; color: #184992; font-size: 22px; font-weight: 500; padding-left: 30px;
    margin-top: 30px;}
.request-property-page p.sub-title:before{content: ''; position: absolute; left: 15px; top: 3px; width: 3px; height: 80%;
    background: #184992;}
.request-property-page form button {letter-spacing: 1px; background: #000;
    border-color: #000; padding: 10px 18px;}
.request-property-page form button .feather{width: 15px; height: 15px; margin-right: 4px; position: relative; top: -1px;}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked)>input {
    position: absolute;
    display: none;
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rated:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.star-rating-complete {
    color: #c59b08;
}

.rating-container .form-control:hover,
.rating-container .form-control:focus {
    background: #fff;
    border: 1px solid #ced4da;
}

.rating-container textarea:focus,
.rating-container input:focus {
    color: #000;
}

.rated {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rated:not(:checked)>input {
    position: absolute;
    display: none;
}

.rated:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ffc700;
}

.rated:not(:checked)>label:before {
    content: '★ ';
}

.rated>input:checked~label {
    color: #ffc700;
}

.rated:not(:checked)>label:hover,
.rated:not(:checked)>label:hover~label {
    color: #deb217;
}

.rated>input:checked+label:hover,
.rated>input:checked+label:hover~label,
.rated>input:checked~label:hover,
.rated>input:checked~label:hover~label,
.rated>label:hover~input:checked~label {
    color: #c59b08;
}



@media (min-width: 992px) {

    .logo-menu-section .nav-link{font-size: 15px!important;}
    .logo-menu-section .d-flex ul a{font-size: 15px;}
    .category-section .box p{font-size: 15px;}
    .feature-section .data {padding: 0; padding-bottom: 6px;}
    .feature-section .data ul{margin-bottom: 6px;}
    .feature-section .data ul p {max-height: 42px; overflow: hidden; font-size: 15px;}
    .feature-section .data .title{font-size: 18px;}
    .feature-section .data ul p {font-size: 15px; height: 42px; overflow: hidden;}

    
}