
:root {
    --darkColor: #0b3026;
    --blueColor: #0d6efd;
    --lightcolor: #0b30261f;
    --textColor: #333;
    --colorWhite: #fff;
    --blueBorderColor: #0961bb;
    --facebook: #3C5B9B;
    --twitter: #359BED;
    --linkedin: #027ba5;
    --youtube: #f70000;
    --instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    --textSize: 15px;
    --paraText: 14px;
    --smallSize: 13px;
    --headingOne: 30px;
    --headingTwo: 24px;
    --headingThree: 20px;
    --headingFour: 18px;
    --headingFive: 16px;
    --headingSix: 16px;
    --whiteBorderColor: #eee;
    --redColor: #ee1f36;
    --greyColor: #666;
    --offWhiteColor: #f5f5f5;
    --errorColor: #dc3545
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
button {
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

p,
span {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
}

img {
    width: 100% !important;
    /*height: 100% !important;*/
    object-fit: cover;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

#onload_Modal img {
    width: 64px !important;
    height: 64px !important;
    max-height: 100%;
    min-height: 100%;

}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #24324a87;
}

.accordion-button:focus,
.page-link:focus {
    box-shadow: none;
}


/* =====COMMON CSS START===== */

.common_btn {
    background: #24324a;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    padding: 10px 13px;
    font-weight: 600;
    border-radius: 5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.common_btn:hover {
    background: #0A547A;
    color: #fff;
}

.common_btn2 {
    text-transform: capitalize;
    background: #0A547A;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.common_btn2:hover {
    background: #24324a;
    color: #fff;
}

.wsus__section_heading h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.wsus__section_heading span {
    color: #0A547A;
}


/* =====COMMON CSS END======= */


/* ==============================
	HOME PAGE START
================================ */


/* =====TOPBAR START===== */

.wsus__topbar {
    width: 100%;
    height: 40px;
    background: var(--darkColor);
}

.wsus__topbar_left {
    position: relative;
    z-index: 1;
}

.wsus__topbar_left li a {
    color: #fff;
    margin-right: 30px;
    font-size: 14px;
    line-height: 40px;
}

.wsus__topbar_left li a i {
    margin-right: 5px;
}

.wsus__topbar_right li a {
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #ffffff57;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__topbar_right li a:hover {
    background: #fff;
    color: #24324a;
}

.wsus__topbar_right li:first-child a {
    border-left: 1px solid #ffffff57;
}


/* =====TOPBAR END======= */


/* =====MAIN MENU START===== */

.main_menu {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #c995643d;
    background: #fff;
    position: relative;
    z-index: 5;
}

.main_menu .navbar-brand {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 200px;
}

.main_menu .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px 15px;
    color: #0A547A;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    font-weight: 500;
    height: 80px;
    align-items: center;
    display: flex;
   
}

.main_menu .navbar-nav .nav-item:hover .nav-link,
.main_menu .navbar-nav .nav-item .nav-link.active {
    color: #24324a;
    background: var(--lightcolor);
}

.main_menu .navbar-nav .nav-item .nav-link:focus {
    color: #24324a;
}

.main_menu .dropdown-menu {
    margin: 0 !important;
    padding: 0;
    width: 250px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main_menu .dropdown-menu li a {
    color: #0A547A;
    margin: 0 !important;
    line-height: 35px !important;
    padding: 7px 15px !important;
    border-bottom: 1px solid #eee;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    text-transform: capitalize;
    font-size: 15px;
}

.main_menu .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.main_menu .dropdown-menu li a:hover,
.main_menu .dropdown-menu li a.active {
    color: #fff;
    background-color: #24324a;
}

.login_icon a {
    background: #0A547A;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.login_icon a i {
    margin-right: 5px;
}

.login_icon a:hover {
    background: #24324a;
}

.menu_fix {
    /* position: fixed !important; */
    position: relative !important;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 999;
    animation: menu_animate 1s ease-in-out;
    -webkit-animation: menu_animate 1s ease-in-out;
    border-bottom: 1px solid #c5cbd94f;
}

@keyframes menu_animate {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}


/* =====MAIN MENU END======= */


/* =====BANNER START===== */

.wsus__banner {
    margin-top: -20px;
    position: relative;
    width: 100%;
}

.wsus__banner_single {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 650px;
}

.wsus__banner .banner_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.wsus__banner_text {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: #0A547AD1;
    padding: 30px;
    border-radius: 5px;
    width: 400px;
}

.wsus__banner_text a {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    display: block;
}

.wsus__banner_text a:hover {
    color: #24324a;
}

.wsus__banner_text p {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}

.wsus__banner .slick-dots,
.wsus__testimonial .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    z-index: 1;
}

.wsus__banner .slick-dots li button,
.wsus__testimonial .slick-dots li button {
    width: 25px;
    font-size: 11px;
    height: 25px;
    color: #24324a;
    background: #fff;
    border-radius: 50%;
    font-weight: 600;
    margin: 0px 2px;
    border: 1px solid #24324a;
    text-align: center;
}

.wsus__banner .slick-dots li.slick-active button,
.wsus__testimonial .slick-dots li.slick-active button {
    background: #24324a;
    color: #fff;
}

.wsus__banner .wsus__for_search {
    /* position: absolute;
    top: 0;
    left: 50%; */
    width: 100%;
    /*height: 100%;*/
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); */
}

.wsus__banner_search {
    /* position: absolute;
    top: 52%;
    right: 13px;
    transform: translateY(-50%); */
    background: #0A547AD1;
    padding: 20px;
    /* border-radius: 5px; */
    width: 100%;
}

.wsus__banner_search h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}

.wsus__serach_single {
    margin-top: 20px;
}

.wsus__serach_single input {
    width: 100%;
    padding: 13px 15px;
    background: none;
    border: 1px solid #ffffff70;
    border-radius: 3px;
    color: #fff;
}

.wsus__serach_single input::placeholder {
    color: #fff;
}

.wsus__serach_single button {
    width: 100%;
    margin-top: 20px;
    padding: 11px 0px;
    text-transform: capitalize;
    background: #24324a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
}

.wsus__serach_single .select2-container--default .select2-selection--single {
    background: none;
    padding: 25px 15px;
    border: 1px solid #ffffff70;
    border-radius: 3px;
}

.wsus__serach_single .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.wsus__serach_single .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.wsus__serach_single .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.wsus__banner_search .nav-pills {
    /* border: 1px solid #ffffff70; */
    /* border-radius: 3px;
    margin-top: 20px; */
}

.wsus__banner_search .nav-item {
    width: 33.33%;
}

.wsus__banner_search .nav-item button {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-right: 1px solid #ffffff70;
    text-align: center;
}

.wsus__banner_search .nav-item:last-child button {
    border: none;
}

.wsus__banner_search .nav-pills .nav-link.active {
    color: #fff;
    background-color: #24324a;
}


/* =====BANNER END======= */


/* =====ABOUT START===== */

.wsus__about {
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.wsus__about_counter .wsus__section_heading h2 {
    text-align: left;
    margin-bottom: 0px;
}

.wsus__about_img {
    height: 540px;
    overflow: hidden;
    border-radius: 5px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.wsus__about_img img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__about_text a {
    margin-top: 8px;
}

.wsus__about_counter_single {
    border-radius: 5px;
    border: 1px solid #0A547A24;
    background: #f5f7fb;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.wsus__about_counter_icon {
    width: 30%;
    height: 145px;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A547AD9;
    color: #fff;
    overflow: hidden;
}

.wsus__services .wsus__section_heading .text-white {
    text-align: center;
}

.wsus__about_counter_text {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wsus__about_counter_single h3 {
    font-size: 45px;
    font-weight: 700;
    color: #24324a;
}

.wsus__about_counter_single p {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
    color: #0A547AD9;
    text-align: center;
    font-family: 'Jost', sans-serif;
}


/* =====ABOUT END======= */


/* =====NEW PROPERTIES START===== */

.wsus__new_properties {
    background: #f5f7fb;
}

.wsus__single_property_img .sale,
.wsus__single_property_img .rent {
    background: #0A547A;
    padding: 5px 0px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 70px;
    text-align: center;
}

.wsus__single_property_img .rent {
    background: #24324a;
    top: 45px;
}

.wsus__single_property:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.wsus__single_property_text .tk span {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.wsus__single_property_text .title {
    color: #0A547A;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__single_property_text .title:hover {
    color: #24324a;
}

.wsus__single_property_text ul li {
    color: #0A547AD9;
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.wsus__single_property_text ul li i {
    width: 22px;
    height: 22px;
    background: #fff;
    color: #0A547A;
    text-align: center;
    font-size: 10px;
    line-height: 22px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    margin-right: 7px;
}

.wsus__single_property_footer .category {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #24324a;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__single_property_footer .category:hover {
    color: #0A547A;
}

.wsus__single_property_footer .rating {
    font-weight: 900;
    color: #E7B800;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.wsus__single_property_footer .rating i {
    font-size: 13px;
    margin-left: 5px;
    margin-top: -2px;
}


/* =====NEW PROPERTIES END======= */


/* =====POPULAR PROPERTIES START===== */

.wsus__popular_properties_single {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #eee;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__popular_text {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    background: rgb(10, 85, 122);
    background: linear-gradient(0deg, rgba(10, 85, 122, 1) 0%, rgba(10, 85, 122, 0.8324463574492297) 21%, rgba(10, 85, 122, 0) 100%);
}

.wsus__popular_text h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.wsus__popular_text ul li {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    margin: 0px 5px;
    background: #24324a;
    padding: 1px 7px;
    border-radius: 3px;
}

.wsus__popular_text ul li i {
    margin-right: 5px;
}

.wsus__popular_properties_single:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.wsus__popular_properties_single:hover .wsus__popular_text {
    height: 100%;
}


/* =====POPULAR PROPERTIES END======= */


/* =====TOP PROPERTIES  START===== */

.wsus__top_properties {
    background: #f5f7fb;
}

.wsus__top_properties_item {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 8px;
    margin-bottom: 25px;
}

.wsus__top_properties_img {
    width: 100%;
    height: 150px;
}

.wsus__top_properties_text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 0px;
    height: 100%;
}

.wsus__top_properties_text p {
    color: #24324a;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
}

.wsus__top_properties_text p span {
    color: #24324a;
    text-transform: capitalize;
}

.wsus__top_properties_text a {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #0A547A;
    font-weight: 600;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
}

.wsus__top_properties_text a:hover {
    color: #24324a;
}


/* =====TOP PROPERTIES  END======= */


/* =====SERVICE START===== */

.wsus__services {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wsus__services_overlay {
    background: #0A547AAB;
}

.wsus__services_heading {
    height: 100%;
}

.wsus__services_heading .wsus__section_heading {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 70px;
}

.wsus__services_heading span {
    margin-bottom: 25px;
}

.wsus__single_service {
    background: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
}

.wsus__single_service::after {
    content: "";
    position: absolute;
    background: #24324a14;
    width: 85px;
    height: 85px;
    top: -30px;
    left: -30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wsus__single_service i {
    color: #24324a;
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.wsus__single_service h4 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wsus__single_service span {
    position: absolute;
    bottom: -30px;
    right: -30px;
    opacity: .15;
}

.wsus__single_service span i {
    margin: 0;
    font-size: 100px;
}


/* =====SERVICE END======= */


/* =====BLOG START===== */

.wsus__single_blog {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.wsus__blog_img {
    width: 100%;
    height: 250px;
    position: relative;
}

.wsus__blog_img .category {
    display: inline-block;
    background: #24324a;
    padding: 3px 15px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 10px;
}

.wsus__blog_img .category.oreangr {
    background: #fd7e14;
}

.wsus__blog_img .category.gren {
    background: #1ec38b;
}

.wsus__blog_img .category.blur {
    background: #0072e3;
}

.wsus__blog_text {
    padding: 25px;
    position: relative;
}

.wsus__blog_text .blog_date {
    position: absolute;
    top: -13px;
    left: 25px;
    background: #0A547A;
    border-radius: 3px;
}

.wsus__blog_text .blog_date span {
    background: #0A547A;
    padding: 1.5px 8px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #dddddd5e;
    display: inline-block;
    text-align: center;
}

.wsus__blog_text .blog_date span:last-child {
    border: none;
}

.wsus__blog_text .comment {
    background: #24324a;
    color: #fff;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 3px;
    position: absolute;
    top: -13px;
    right: 25px;
    font-weight: 600;
}

.wsus__blog_text .comment i {
    margin-right: 5px;
}

.wsus__blog_text p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wsus__blog_text .blog_title {
    color: #0A547A;
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px 13px 0px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
}

.wsus__blog_text .blog_title:hover {
    color: #24324a;
}

.blog_header_images {
    margin-top: 10px;
}

.blog_header_images img {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;
}

.blog_header_images span {
    color: #0A547A;
    text-transform: capitalize;
    font-size: 16px;
}


/* =====BLOG END======= */


/* =====TESTIMONIAL START===== */

.wsus__testimonial {
    background-position: center !important;
    background-repeat: repeat !important;
    border: 1px solid #eee;
}

.wsus__testimonial .wsus__section_heading {
    height: 100%;
}

.wsus__testimonial .wsus__section_heading h2 {
    text-align: left;
}

.wsus__testi_item {
    background: #fff;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 8px;
    border-radius: 5px;
    overflow: hidden;
    margin: 12px 12px;
}

.wsus__testi_img {
    border-right: 1px dashed #0A547A70;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.wsus__testi_img .top_icon {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 100px;
    color: #0A547A14;
}

.wsus__testi_img .bottom_icon {
    position: absolute;
    top: -20px;
    font-size: 110px;
    right: -20px;
    color: #24324a14;
}

.wsus__testi_img img {
    width: 200px !important;
    height: 200px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;
    padding: 7px;
    position: relative;
    z-index: 1;
}

.wsus__testi_text {
    text-align: left;
    padding: 35px 20px 40px 0px;
}

.wsus__testi_text h2 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
}

.wsus__testi_text h5 {
    color: #24324a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 34px;
}

.wsus__testi_text p {
    position: relative;
}

.wsus__testi_text p i {
    color: #24324a1a;
    font-size: 100px;
    position: absolute;
    top: -110px;
    right: 0;
}

.wsus__testimonial .prv_arr,
.wsus__testimonial .nxt_arr {
    width: 40px;
    height: 40px;
    background: #24324a;
    color: #fff;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
    left: -10px;
    cursor: pointer;
    font-size: 16px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__testimonial .nxt_arr {
    left: auto;
    right: -10px;
}


/* =====TESTIMONIAL END======= */


/* =====FOOTER START===== */

footer {
    background: var(--darkColor);
    padding-top: 30px !important;
    padding-bottom: 30px;
}

.wsus__footer_content .footer_logo {
    display: block;
    width: 230px;
    margin-bottom: 45px;
}

.wsus__footer_content .footer_text {
    color: #8a99b3;
    margin: 10px 0px 30px 0px;
}

.wsus__footer_content .address,
.wsus__footer_content .call_mail {
    color: #8a99b3;
    position: relative;
    margin-top: 15px;
    font-size: 16px;
    display: flex;
}

.wsus__footer_content .address i,
.wsus__footer_content .call_mail i {
    background: #e8b65d;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    margin-right: 10px;
    align-items: center;
    display: flex;
    color: #333;
    justify-content: center;
}

.wsus__footer_content h4 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.footer_link li a {
    color: #8a99b3;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.footer_link li a:hover {
    color: #fff !important;
}

.footer_icon {
    margin-top: 45px;
}

.footer_icon li a {
    color: #9dacc5;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #9dacc5;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.footer_icon li a:hover {
    background: #9dacc5;
    color: #24324a;
}

.wsus__footer_content form {
    position: relative;
}

.wsus__footer_content form input {
    background: #354765;
    border: none;
    color: #fff;
    padding: 15.5px 20px;
    width: 100%;
    border-radius: 30px;
}

.wsus__footer_content form button {
    background: #24324a;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 4px;
    right: 3px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-align: center;
}

.wsus__footer_content form button:hover {
    background: #24324a;
}

.wsus__copyright {
    position: relative;
    border: 1px solid #e8b65d;
}

.wsus__copyright p {
    color: #fff;
    text-align: center;
    background: #2b3b56;
    padding: 10px 0;
}

.wsus__copyright p a {
    color: #24324a;
    font-weight: 900;
    margin: 0px 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.wsus__copyright:before {
    content: '';
    position: absolute;
    width: 20%;
    height: 20%;
    top: -6px;
    left: 40%;
    right: auto;
    background: #e8b65d;
    margin: auto;
}

/* =====FOOTER END======= */


/* =====SCROLL BUTTON START======= */

.wsus__scroll_btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    right: 25px;
    bottom: 25px;
    font-size: 16px;
    position: fixed;
    cursor: pointer;
    z-index: 999;
    display: none;
    background: #24324a;
    border-radius: 50%;
    animation: move linear .8s infinite alternate;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wsus__scroll_btn i::before {
    line-height: 30px;
}

/* =====SCROLL BUTTON END======= */


/* ==============================
	HOME PAGE END
================================ */


/*===BREADCRUMB START====*/

.wsus__breadcrumb {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.wsus_bread_overlay {
    background: #0b2c3d7c;
    padding: 100px 0px 95px 0px;
}

.wsus__breadcrumb h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.wsus__breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    text-align: center;
    justify-content: center;
}

.wsus__breadcrumb li a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    font-family: 'Jost', sans-serif;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item.active {
    color: #24324a;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}


/*===BREADCRUMB END====*/


/* ==============================
	PROPERTY PAGE START
================================ */

.wsus__property_topbar {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    overflow: hidden;
    border: 1px solid #eee;
}

.wsus__property_topbar .nav-pills .nav-item {
    border-right: 2px solid #eee;
}

.wsus__property_topbar .nav-pills button {
    border-radius: 0;
    width: 50px;
    padding: 0;
    color: #0A547A;
    font-size: 20px;
    height: 50px;
    text-align: center;
}

.wsus__property_topbar .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #24324a;
}

.wsus__property_topbar .nav-pills .nav-link.active {
    color: #24324a;
    background-color: #fff;
}

.wsus__property_top_select {
    width: 250px;
}

.list_view .wsus__single_property_img {
    width: 45%;
    float: left;
    height: 226px;
}

.list_view .wsus__single_property_text {
    width: 55%;
    float: left;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
}

.list_view .tk {
    top: 10px;
    right: auto;
    left: 30px;
}

.list_view .rent,
.list_view .sale {
    background: #24324a;
    padding: 5px 15px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
}

.list_view .sale {
    background: #0A547A;
    right: 95px;
}

.wsus__search_property {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.wsus__search_property h3 {
    background: #24324a;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.wsus__single_property_search {
    margin-bottom: 20px;
}

.wsus__single_property_search label,
.wsus__quick_con_single label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}

.wsus__single_property_search input,
.wsus__quick_con_single input,
.wsus__quick_con_single textarea,
.wsus__con_form_single input,
.wsus__con_form_single textarea,
.wsus__pay_card input,
.wsus__my_profile_text input,
.wsus__dash_change_pass input,
.wsus__dash_banner_img input,
.wsus__property_input input,
.wsus__property_input textarea,
.nearest_location input {
    width: 100%;
    padding: 13px 20px;
    background: none;
    border: 1px solid #B9C4D7;
    border-radius: 3px;
    color: #0A547A;
    font-size: 16px;
    resize: none;
}

.wsus__single_property_search .select2-container--default .select2-selection--single {
    border: 1px solid #B9C4D7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.wsus__single_property_search_check .accordion-item {
    border: 1px solid #B9C4D7;
    margin: 25px 0px;
}

.wsus__single_property_search_check {
    margin-bottom: 20px;
}

.wsus__single_property_search_check .form-check-input:checked,
.dash_aminities .form-check-input:checked {
    background-color: #24324a;
    border-color: #24324a;
}

.wsus__single_property_search_check label,
.dash_aminities .form-check input {
    font-size: 16px;
    text-transform: capitalize;
}

.wsus__single_property_search_check .accordion-button {
    color: #0B557B;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.wsus__single_property_search_check .accordion-button:not(.collapsed) {
    background-color: #0A547A17;
    box-shadow: none;
}

.wsus__single_property_search_check .accordion-button::after {
    position: absolute;
    content: "";
    right: 21px;
    top: 23px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0A547A;
    background: none;
}

.wsus__single_property_search_check .accordion-button:not(.collapsed)::after {
    border-top: 5px solid #858D91 !important;
}

.wsus__search_property .common_btn2 {
    width: 100%;
    padding: 9px 0px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}


/* .wsus__pagination {
	background: #fff;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
	overflow: hidden;
	padding: 5px 10px;
} */

.wsus__pagination .page-link {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50% !important;
    margin: 0px 5px !important;
    border: 1px solid #ddd;
    color: #0A547A;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.wsus__pagination .page-link:hover,
.wsus__pagination .page-link.active {
    background-color: #24324a;
    color: #fff !important;
    border-color: transparent !important;
}


/*==============================
	PROPERTY PAGE END
================================*/


/*==============================
	PROPERTY DETAILS START
================================*/

.wsus__single_details {
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #fff;
}

.wsus__single_details.details_description {
    padding-bottom: 5px !important;
}

.wsus__single_det_top .sale,
.wsus__single_det_top .rent {
    background: #0A547A;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
}

.wsus__single_det_top .rent {
    background: #24324a;
}

.wsus__single_det_top .tk {
    background: #24324a;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wsus__single_det_top .tk span {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.wsus__pro_det_top_rating {
    color: #FDCC0D;
    font-size: 14px;
    margin: 14px 0px 14px 0px;
}

.wsus__pro_det_top_rating span {
    background: #24324a;
    color: #fff;
    padding: 2px 7px 3px 7px;
    font-weight: 800;
    border-radius: 3px;
    margin-left: 5px;
}

.pro_det_slider_item {
    overflow: hidden;
    /* margin: 0px 12px; */
    margin: 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 550px;
}

.pro_det_slider_item img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pro_det_slider .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
}

.pro_det_slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 50%;
    background: #0A547A;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    border: 3px solid transparent;
}

.pro_det_slider .slick-dots li.slick-active button {
    border-color: #fff;
    background: #24324a;
    width: 15px;
    height: 15px;
}

.wsus__single_details h4 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}

.wsus__single_details .item li {
    margin-right: 40px;
    color: #0A547A;
}

.wsus__single_details .item li i {
    width: 22px;
    height: 22px;
    background: #fff;
    color: #0A547A;
    text-align: center;
    font-size: 10px;
    line-height: 22px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    margin-right: 7px;
}

.wsus__single_details .list {
    margin-top: 15px;
}

.wsus__single_details .list li a {
    margin-right: 10px;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 15px;
    background: #0A547A17;
    padding: 7px 20px;
    border-radius: 30px;
}

.wsus__single_details .list li a i {
    margin-right: 5px;
    color: #24324a;
    text-align: center;
    font-size: 14px;
}

.wsus__single_details h5,
.wsus__blog_comment h5,
.wsus__blog_search h5,
.wsus__search_categoy h5,
.wsus__blog_post h5,
.wsus__contact_question h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
}

.details_futurr_single {
    width: 100%;
    float: left;
}

.details_future table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0;
}

.details_future table tr {
    display: flex;
    justify-content: space-between;
}

.details_future table th,
.details_future table td {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 15px;
}

.details_future table th {
    color: #0A547A;
    font-size: 15px;
    font-weight: 400;
    border-right: 1px solid #ddd;
}

.details_videos iframe {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.details_aminities ul li {
    width: 33.33%;
    font-size: 16px;
    color: #0A547A;
    margin-bottom: 20px;
}

.Aminities_section {
    width: 100%;
}

.details_aminities ul li i {
    margin-right: 10px;
}

.details_map iframe {
    width: 100%;
    border: 1px solid #ddd !important;
    border-radius: 5px;
}

.details_review .wsus__select_review ul {
    border-radius: 5px;
    border: 1px solid #B9C4D7;
}

.details_review .wsus__select_review ul li {
    padding: 0px 10px;
    border-bottom: 1px solid #eee;
}

.details_review .wsus__select_review ul li:last-child {
    border: none;
}

.details_review .wsus__select_review ul li span {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    border-right: 1px solid #eee;
    margin-right: 10px;
    padding: 10px 0px;
}

.details_review .wsus__select_review ul li i {
    cursor: pointer;
    color: #FFC107;
}

.wsus__total_rating {
    width: 100%;
    background: #0A547A;
    height: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wsus__total_rating h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    margin: 0;
}

.wsus__total_rating span {
    text-transform: capitalize;
    color: #fff;
}

.wsus__total_rating p {
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.details_review textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #B9C4D7;
    resize: none;
    margin-top: 25px;
    padding: 15px;
}

.details_review textarea {
    color: #858D9161;
    opacity: 1;
}

.details_review textarea::placeholder {
    color: #0a557a70;
    opacity: 1;
}

.details_review button {
    border-radius: 5px !important;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.wsus__property_sidebar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 30px;
    border: 1px solid #24324a1c;
    margin-bottom: 25px;
    background: #24324a05;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.wsus__sidebar_message {
    border-bottom: 1px solid #B9C4D7;
    overflow: hidden;
    margin-bottom: 25px;
}

.wsus__sidebar_message_top {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 25px;
    background: #0A547A1F;
    border-radius: 5px;
}

.wsus__sidebar_message_top img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;
    margin-top: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.wsus__sidebar_message_top .name {
    display: block;
    text-transform: capitalize;
    color: #0A547A;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    font-family: 'Jost', sans-serif;
}

.wsus__sidebar_message_top .mail {
    color: #0A547A;
}

.wsus__sidebar_message_top .mail i {
    margin-right: 5px;
}

.wsus__sidebar_message form .wsus__sidebar_input,
.wsus__property_input {
    margin-bottom: 10px;
}

.wsus__sidebar_message form label,
.wsus__property_input label,
.pro_det_map label,
.nearest_location label {
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__sidebar_message form input,
.wsus__sidebar_message form textarea {
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    resize: none;
}

.wsus__sidebar_message form input,
.wsus__sidebar_message form textarea {
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #B9C4D7;
    resize: none;
    color: #0A547A;
}

.wsus__sidebar_message form button {
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.details_nearest_location.pb_10 {
    padding-bottom: 10px !important;
}

.details_nearest_location ul li {
    width: 49%;
    color: #0A547A;
    text-transform: capitalize;
    border: 1px solid #ccc;
    align-items: center;
    display: flex;
    padding: 5px 10px;
    margin: 2px;
}

.details_nearest_location ul li span {
    width: 80%;
    display: inline-block;
    text-transform: capitalize;
    color: #0A547A;
}


/*==============================
	PROPERTY DETAILS END
================================*/


/*======================
    LOGIN PAGE START
========================*/

.wsus__login_form {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.wsus__login_form h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #0A547A;
    text-align: center;
}

.wsus__login_form .input-group {
    margin-bottom: 25px;
}

.wsus__login_form span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #D9DFE9;
    border: 1px solid #D9DFE9;
}

.wsus__login_form .form-control-lg {
    background: #fff;
    border: 1px solid #CCD6E7;
    font-size: 16px !important;
    font-weight: 400;
    color: #0A547A;
}

.wsus__logon input::placeholder,
.wsus__logon textarea::placeholder {
    color: #0a557a70;
    opacity: 1;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    box-shadow: none;
    border: 1px solid #D9DFE9;
}

.wsus__check_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-check-input:focus {
    box-shadow: none;
}

.wsus__check_area .form-check {
    display: flex;
    align-items: center;
}

.wsus__check_area label {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #0A547A;
    margin-top: 4px;
    margin-left: 5px;
    cursor: pointer;
}

.wsus__check_area a {
    font-size: 16px;
    font-weight: 400;
    color: red;
    text-transform: capitalize;
}

.wsus__login_form button {
    border: none;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}

.wsus__login_form .wsus__reg_forget {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.wsus__login_form .wsus__or {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #646464;
    text-transform: uppercase;
    position: relative;
    margin-top: 24px;
    margin-bottom: 27px;
}

.wsus__login_form .wsus__or::after {
    position: absolute;
    content: "";
    width: 45%;
    height: 1px;
    top: 10px;
    left: 0;
    background: #D9DFE9;
}

.wsus__login_form .wsus__or::before {
    position: absolute;
    content: "";
    width: 45%;
    height: 1px;
    top: 10px;
    right: 0;
    background: #D9DFE9;
}

.wsus__login_link {
    text-align: center;
    width: 100%;
}

.wsus__login_link li a {
    background: #2046da;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    padding: 13px 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.wsus__login_link li a.facebook {
    background: #4267B2;
}

.wsus__login_link li a.twitter {
    background: #1DA1F2;
}

.wsus__login_link li a.google {
    background: #db3236;
}

.wsus__logon .form-check-input:checked {
    background-color: #24324a;
    border-color: #24324a;
}


/*======================
    LOGIN PAGE END
========================*/


/*======================
   PRIVACY PAGE START
========================*/

.wsus__privacy_text p {
    position: relative;
    margin-bottom: 25px;
    font-size: 17px;
}


/*======================
   PRIVACY PAGE END
========================*/


/*======================
   PRICING PAGE START
========================*/

.wsus__single_price {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.wsus__single_price h4 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    text-align: center;
}

.wsus__round_area {
    width: 130px;
    background: #24324a;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px auto 10px auto;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 8px;
    position: relative;
}

.wsus__round_area .right {
    position: absolute;
    top: 0;
    right: -45px;
    font-size: 170px;
    transform: rotate(145deg);
    z-index: -1;
    opacity: .1;
}

.wsus__round_area h3 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.wsus__round_area p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.wsus__single_price ul li {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 35px;
    text-align: left;
}

.wsus__single_price ul li:last-child {
    border: none;
}

.wsus__single_price ul li::after {
    position: absolute;
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #24324a;
    left: 7px;
    top: 12px;
    font-size: 16px;
}

.wsus__single_price ul li.delete {
    color: #0A547A87;
}

.wsus__single_price ul li.delete::after {
    content: "\f410";
    color: #0A547A87;
}

.wsus__single_price .common_btn {
    border-radius: 5px;
    width: 100%;
    padding: 10px 30px;
    margin-top: 17px;
    text-align: center;
}


/*======================
   PRICING PAGE END
========================*/


/*======================
   BLOG DETAILS START
========================*/

.wsus__blog_det_area {
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
}

.wsus__blog_det_area p {
    margin-bottom: 20px;
}

.wsus__blog_det_img {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.wsus__blog_det_img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #24324abf;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wsus__blog_det_img p span {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    padding: 8px 15px;
    font-weight: 600;
    border-right: 1px solid #fff;
}

.wsus__blog_det_img p span:last-child {
    border: none;
}

.wsus__blog_det_img p span i {
    margin-right: 5px;
}

.wsus__blog_det_area h3 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin-top: 22px;
}

.wsus__blog_det_area .details {
    margin-top: 20px;
}

.wsus__blog_comment h3 {
    margin-bottom: 15px;
}

.wsus__single_comment {
    overflow: hidden;
    background: #0096E30D;
    border-radius: 5px;
    padding: 15px 10px;
    border: 1px solid #eee;
    margin-bottom: 25px;
}

.wsus__comm_img {
    width: 100px;
    float: left;
}

.wsus__comm_img img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;
}

.wsus__comm_text {
    width: 87%;
    padding-left: 20px;
    float: left;
}

.wsus__comm_text .wsus__rev_star {
    color: #FFC107;
    font-size: 14px;
    margin-bottom: 5px;
}

.wsus__comm_text h4 {
    text-transform: capitalize;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0;
}

.wsus__comm_text span {
    color: #0A547A;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
}

.wsus__blog_comment form input,
.wsus__blog_comment form textarea,
.wsus__blog_search form input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #B9C4D7;
    resize: none;
    margin-bottom: 25px;
    padding: 13px 20px;
    font-size: 16px;
}

.wsus__blog_comment form input::placeholder,
.wsus__blog_comment form textarea::placeholder,
.wsus__blog_search form input::placeholder {
    color: #0a557a70;
    opacity: 1;
}

.wsus__blog_search {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.wsus__blog_search form {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__blog_search form input {
    margin: 0;
}

.wsus__blog_search form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 20px;
    height: 100%;
    border-radius: 0;
}

.wsus__search_categoy {
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.wsus__search_categoy ul li a {
    text-transform: capitalize;
    color: #0A547A;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.wsus__search_categoy ul li:last-child a {
    margin-bottom: 0;
}

.wsus__search_categoy ul li a span {
    background: #24324a;
    padding: 0px 13px;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
}


/*======================
   BLOG DETAILS END
========================*/


/*======================
   404 PAGE START
========================*/

.wsus__404_text {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 130px;
}

.wsus__404_text h2 {
    font-size: 150px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
}

.wsus__404_text h4 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.wsus__404_text p {
    margin: 10px 0px 45px 0px;
    text-align: center;
}


/*======================
   404 PAGE END
========================*/


/*======================
   ABOUT PAGE START
========================*/

.wsus__about_page .wsus__about_img {
    height: 635px;
}

.wsus__about_tab #pills-tab {
    background: #0A547A;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__about_tab .nav-item {
    width: 33.33%;
}

.wsus__about_tab .nav-pills .nav-link {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-right: 1px solid #fff;
    border-radius: 0;
    text-align: center;
}

.wsus__about_tab .nav-item:last-child .nav-link {
    border: none;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background-color: #24324a;
    color: #fff;
}

.wsus__about_tab .tab-content p {
    margin-top: 25px;
}

.wsus__about .about_small {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    height: 73px;
}

.wsus__about .about_small a {
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: capitalize;
    color: #24324a;
    background: #fff;
    padding-left: 4px;
}

.wsus__single_team {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border-radius: 5px;
    text-align: center;
    margin-top: 25px;
    border: 1px solid #eee;
}

.wsus__single_team_img {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: block;
}

.wsus__single_team_img .team_link {
    background: #0A547A61;
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__single_team_img .team_link li a {
    width: 35px;
    height: 35px;
    background: #24324a;
    color: #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin: 5px 0px;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__single_team h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    margin-top: 15px;
    text-align: center;
}

.wsus__single_team:hover .team_link {
    right: 0;
}

.wsus__single_team_img .team_link li a:hover {
    background: #fff;
    color: #24324a;
}


/*======================
   ABOUT PAGE END
========================*/


/*======================
   AGENT PAGE START
========================*/

.wsus__single_team .title {
    color: #0A547A;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-align: center;
    font-family: 'Jost', sans-serif;
}

.wsus__single_team .title:hover {
    color: #24324a;
}

.wsus__single_team p {
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
}

.wsus__single_team p i {
    margin-right: 5px;
}

.wsus__single_team .agent_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wsus__single_team .agent_link li a {
    width: 30px;
    height: 30px;
    border: 1px solid #0A547AD9;
    line-height: 30px;
    border-radius: 50%;
    margin: 15px 5px 0px 5px;
    color: #0A547AD9;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-align: center;
}

.wsus__single_team .agent_link li a:hover {
    color: #fff;
    background: #0A547AD9;
    border-color: transparent;
}


/*======================
   AGENT PAGE END
========================*/


/*======================
   AGENT PROFILE START
========================*/

#wsus__agent_prolile {
    padding-top: 100px;
}

.wsus__main_agent {
    padding: 20px;
    border-radius: 5px;
    background: #f5f7fb;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
}

.wsus__main_agent_img {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    width: 100%;
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    padding: 10px;
    background: #fff;
}

.wsus__main_agent_img img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.wsus__main_agent_text {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 25px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
}

.wsus__main_agent_text h2 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
}

.wsus__main_agent_text span {
    display: block;
    text-transform: capitalize;
    color: #0A547A;
}

.wsus__main_agent_text .agent_description {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}

.wsus__main_agent_address a,
.wsus__main_agent_address p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #0A547A;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.wsus__main_agent_address i {
    width: 25px;
}

.wsus__main_agent_address a:hover {
    color: #24324a;
}

.wsus__main_agent_address {
    margin-top: 20px;
}

.agent_profile_link {
    display: flex;
    margin-top: 20px;
}

.agent_profile_link li a {
    width: 30px;
    height: 30px;
    border: 1px solid #0A547A78;
    line-height: 30px;
    border-radius: 50%;
    color: #0A547A78;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-align: center;
    margin-right: 10px;
}

.agent_profile_link li a:hover {
    background: #0A547A78;
    border-color: transparent;
    color: #fff;
}

.agent_det_topbar {
    align-items: center;
}

.agent_det_topbar h4,
.wsus__quick_contact h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 0;
}

.wsus__agent_profile .wsus__property_topbar .nav-pills .nav-item {
    border-left: 2px solid #eee;
    border-right: 0;
}

.wsus__quick_contact {
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
}

.wsus__quick_contact h4 {
    margin-left: 0;
    margin-bottom: 25px;
    background: #0A547A;
    color: #fff;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
}

.wsus__quick_con_single input,
.wsus__quick_con_single textarea {
    margin-bottom: 25px;
}

.wsus__quick_con_single button {
    width: 100%;
    text-align: center;
}


/*======================
   AGENT PROFILE END
========================*/


/*========================
	CONTACT START
=========================*/

.wsus__contact_single {
    text-align: center;
    background: #f5f7fb;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.wsus__contact_single i {
    color: #24324a;
    font-size: 50px;
}

.wsus__contact_single h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}

.wsus__contact_single a p {
    color: #0A547A;
    font-size: 18px;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__con_form_single {
    margin-bottom: 25px;
}

.wsus__con_map {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.wsus__con_map iframe {
    width: 100%;
}

.wsus__con_form_single input,
.wsus__con_form_single textarea {
    border: 1px solid #B9C4D7;
}

.wsus__con_form_single input::placeholder,
.wsus__con_form_single textarea::placeholder {
    color: #0a557a70;
    opacity: 1;
}


/*========================
	CONTACT END
=========================*/


/*======================
    FAQ PAGE START
========================*/

.wsus__faq_text {
    margin-top: 70px;
    text-align: center;
    margin-bottom: -10px;
}

.wsus__faq_text h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #0B2C3D;
}

.wsus__faq_text .common_btn {
    display: inline-block;
}

.wsus__faq_text .wsus_call_btn {
    color: #27AE60;
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}

.wsus__faq .accordion-flush .accordion-item .accordion-button.collapsed {
    border: none;
}

.wsus__faq .accordion-flush .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
    text-transform: capitalize;
}

.wsus__faq .accordion-flush .accordion-button {
    font-weight: 600;
}

.wsus__faq .accordion-item {
    background: #f3f7fd;
    border-radius: 10px;
    margin-bottom: 20px;
    border: none;
}

.wsus__faq #accordionFlushExample {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.wsus__faq .accordion-button::after {
    background: #fff;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
}

.wsus__faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    flex-shrink: 0;
    margin-left: auto;
    content: "\f078";
    transition: transform .2s ease-in-out;
    background: #fff;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
}

.wsus__faq .accordion-button {
    color: #0A547A;
    background-color: transparent;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-size: 18px;
}

.wsus__faq .accordion-button:not(.collapsed) {
    background: #e7f1ff;
    border-radius: 10px;
    border: none;
}


/*======================
    FAQ PAGE END
========================*/


/*======================
    CHECKOUT  START
========================*/

.wsus__pay_method {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__checkout h5 {
    background: #0A547A;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 15px 0px;
}

.wsus__pay_method #v-pills-tab {
    width: 100%;
}

.wsus__pay_method .nav button {
    width: 100%;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    font-weight: 600;
    padding: 14px 0px;
    text-align: center;
}

.wsus__pay_details .tab-content>.active {
    display: block;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    border-radius: 5px;
    overflow: hidden;
    padding: 25px;
}

.wsus__pay_details h5,
.wsus__package_details h5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wsus__pay_card label {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.wsus__pay_card input {
    margin-bottom: 25px;
}

.wsus__package_details {
    display: block;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__package_details table {
    margin: 0;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.wsus__package_details table td {
    border-right: 1px solid #ddd;
    width: 50%;
    color: #0A547A;
    font-size: 16px;
    text-transform: capitalize;
}

.wsus__package_details .main_table {
    padding: 25px;
}


/*======================
    CHECKOUT  END
========================*/


/*======================
    DASHBOARD  START
========================*/

.wsus__menu_icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    top: 10px;
    left: auto;
    color: #fff;
    font-size: 16px;
    background: #0A547A;
    text-align: center;
    z-index: 99;
    text-transform: capitalize;
    cursor: pointer;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    display: none;
    border-radius: 3px;
}

.wsus__menu_icon:hover {
    background: #24324a;
}

.wsus__close_icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    background: #F91942;
    text-align: center;
    z-index: 100;
    text-transform: capitalize;
    cursor: pointer;
    display: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    border-radius: 3px;
}

.wsus__close_icon:hover {
    background: #0A547A;
}

.wsus__dashboard_side_bar {
    width: 23%;
    height: 100vh;
    background: #e6ecf9a1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    border-right: 1px solid #e6ecf9a1;
}

.wsus__dashboard_logo {
    display: block;
    text-align: center;
    background: #fff;
    padding: 5px 0px;
}

.wsus__dashboard_logo img {
    width: 150px !important;
}

.wsus__agent_img {
    text-align: center;
    margin: 20px 0px;
}

.wsus__agent_img img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 8px;
}

.wsus__agent_img h5 {
    color: #24324a;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
}

.wsus__deshboard_menu {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #24324a #e6ecf9a1;
    width: 100%;
    height: 400px;
}

.wsus__deshboard_menu li a {
    color: #0A547A;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 12px 0px 12px 60px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    border-bottom: 1px solid #0A547A14;
}

.wsus__deshboard_menu li:last-child a {
    border: none;
}

.wsus__deshboard_menu li a i {
    width: 25px;
    color: #24324a;
}

.wsus__deshboard_menu li a:hover,
.wsus__deshboard_menu li a.dash_active {
    color: #24324a;
    background: #0A547A17;
    border-color: #0A547A17;
}

.wsus__dashboard {
    padding: 50px 50px 63px 50px;
}

.wsus__dashboard .heading {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wsus__dashboard .common_btn {
    padding: 10px 15px;
}

.wsus__dashboard .common_btn i {
    margin-right: 5px;
}

.wsus__dashboard .sub_heading {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
}

.wsus__manage_single {
    background: #24324a;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 25px;
}

.wsus__manage_single i {
    color: #fff;
    font-size: 30px;
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
}

.wsus__manage_single span {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin-top: 7px;
    text-align: center;
}

.wsus__manage_single p {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.wsus__manage_single.green {
    background: #1ec38b;
}

.wsus__manage_single.sky {
    background: #61affd;
}

.wsus__manage_single.orange {
    background: #fd7e14;
}

.wsus__manage_single.purple {
    background: #7c007c;
}

.wsus__manage_single.blue {
    background: #0072e3;
}

.wsus__dashboard_main_content .wsus__package_details {
    padding: 25px;
}

.wsus__my_property .table,
.wsus__dash_order .table {
    border-left: 1px solid #eee;
    margin: 0;
    border-top: 1px solid #eee;
}

.wsus__my_property .table tr,
.wsus__dash_order .table tr,
.wsus__dash_invoice .table tr {
    display: flex;
    border-bottom-color: #eee !important;
}

.wsus__my_property .table tr th,
.wsus__my_property .table tr td,
.wsus__dash_order .table tr th,
.wsus__dash_order .table tr td,
.wsus__dash_invoice .table tr td {
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
}

.wsus__my_property .table tr th,
.wsus__dash_order .table tr th,
.wsus__dash_invoice .table tr th {
    background: #0A547A33 !important;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 16px;
}

.wsus__my_property .image {
    width: 170px;
}

.wsus__my_property .image a {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}

.wsus__my_property .title {
    width: 350px;
}

.wsus__my_property .purpose {
    width: 187px;
}

.wsus__my_property .purpose p {
    color: #0A547A;
    text-transform: capitalize;
}

.wsus__my_property .status {
    width: 150px;
}

.wsus__my_property .status p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    background: #24324a;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 10%;
}

.wsus__my_property .status p.active {
    color: #fff;
    background: #198754;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 10%;
}

.wsus__my_property .actions {
    width: 182px;
    flex-direction: unset !important;
}

.medicine_row_input button {
    text-align: center;
}

.wsus__my_property .actions ul li a {
    background: #24324a;
    color: #fff;
    border-radius: 3px;
    margin: 0px 5px;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__my_property .actions ul li a:hover {
    background: #0A547A;
}

.wsus__my_property .table td h5 {
    text-transform: capitalize;
    font-size: 16px;
    color: #0A547A;
    font-weight: 600;
}

.wsus__my_property .table td .rating {
    color: #DEC949;
    font-size: 14px;
    margin-top: 5px;
}

.wsus__my_property .table td .rating span {
    font-size: 14px;
}

.wsus__dash_info {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.wsus__dash_info_img {
    width: 100%;
    height: 320px;
    border-right: 1px solid #ddd;
}

.wsus__dash_info_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.wsus__dash_info_text h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__dash_info_text a,
.wsus__dash_info_text p {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #0A547A;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__dash_info_text a:hover {
    color: #24324a;
}

.wsus__dash_info_text a i,
.wsus__dash_info_text p i {
    width: 25px;
    color: #24324a;
}

.wsus__my_profile_text input {
    margin-bottom: 25px;
}

.wsus__my_profile_text .file {
    padding: 11px 20px;
}

.wsus__my_profile_text .note-editing-area {
    position: relative;
    min-height: 130px;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
    background: #eee;
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 25px;
}

.wsus__dash_change_pass label {
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: capitalize;
}

.wsus__dash_change_pass input {
    margin-bottom: 25px;
}

.wsus__dash_banner_main {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 160px;
    border: 1px solid #ddd;
}

.wsus__dash_banner_img label {
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 10px;
}

.wsus__dash_banner_img input {
    margin-bottom: 25px;
}

.wsus__dash_order .serial {
    width: 100px;
}

.wsus__dash_order .package {
    width: 289px;
}

.wsus__dash_order .package span {
    display: inline-block;
    background: #24324a;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 30px;
}

.wsus__dash_order .p_date {
    width: 200px;
}

.wsus__dash_order .e_date {
    width: 200px;
}

.wsus__dash_order .price {
    width: 125px;
}

.wsus__dash_order .action {
    width: 125px;
}

.wsus__dash_order .action a {
    background: #24324a;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 2px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__dash_order .action a:hover {
    background: #0A547A;
}

.wsus__message_single {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-top: 25px;
    padding-bottom: 25px;
    flex-wrap: wrap;
}

.wsus__message_img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 8px;
    padding: 4px;
    border-radius: 50%;
}

.wsus__message_img img {
    border-radius: 50%;
}

.wsus__message_text {
    width: 85%;
    padding-left: 15px;
}

.wsus__message_text .ttile {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    color: #0A547A;
    width: 100%;
    height: auto;
}

.wsus__message_text .sub_title {
    font-size: 17px;
    text-transform: capitalize;
    color: #0A547A;
    width: 100%;
    height: auto !important;
    margin-bottom: 5px;
}

.wsus__message_text span {
    margin: 3px 0px 10px 0px;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
}

.wsus__message_text p i {
    color: #DEC949;
}

.wsus__message_icon {
    width: 50px;
    float: left;
    text-align: center;
    overflow: hidden;
    background: #0A547A1F;
}

.wsus__message_icon a {
    color: #0A547A;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__message_icon a.del:hover {
    background: #24324a;
    color: #fff;
}

.wsus__message_icon a.edit:hover {
    background: #0A547A;
    color: #fff;
}

.client_message a {
    height: 100%;
}

.wsus__property_input #medicine_row3 input {
    margin-bottom: 25px;
}

.wsus__property_input .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.wsus__property_input .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0A547A;
}

.dash_aminities .form-check {
    margin-bottom: 25px;
}

.pro_det_map .note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    min-height: 130px;
}

.invoice_left a {
    width: 150px;
    margin-bottom: 5px;
}

.invoice_left h4 {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
}

.invoice_left p {
    margin-top: 5px;
}

.invoice_right {
    text-align: right;
}

.wsus__dash_invoice .table {
    margin-top: 35px;
    margin-bottom: 0;
    border-left: 1px solid #eee;
}

.wsus__dash_invoice .table tr th,
.wsus__dash_invoice .table tr td {
    display: block;
    padding: 10px;
    border-right: 1px solid #eee;
    width: 25%;
}

.wsus__dash_invoice .table tr td {
    color: #0A547A;
    text-transform: capitalize;
    font-size: 16px;
}

.wsus__dash_riview .common_btn {
    width: auto;
}

.worning {
    text-transform: capitalize;
    font-size: 18px;
    text-align: center;
    color: #24324a;
    background: #24324a26;
    padding: 10px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 20px;
}

.nearest_location .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.wsus__edit_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 300px !important;
}

.wsus__edit_img i {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #24324a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    cursor: pointer;
}

.wsus__edit_img i:hover {
    background: #0A547A;
}

.edit_images .wsus__property_input {
    margin-bottom: 0px;
}

.existing_item .file {
    position: relative;
}

.existing_item p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 35px;
    color: #24324a;
}

.existing_item p a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.existing_item span.del {
    color: #fff;
    background: #24324a;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 0;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    cursor: pointer;
}

.existing_item span.del:hover {
    background: #0A547A;
}

.existing_item img {
    margin: 10px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 300px !important;
}

.existing_item iframe {
    width: 100%;
    margin: 10px 0px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 300px;
}


/*======================
    DASHBOARD  END
========================*/

.large_subscribe {
    margin: 45px 0px 0px 0px;
    border: .5px solid #4b5d7c;
    overflow: hidden;
    border-radius: 5px;
    background: #4b5d7c;
    border-right: 0;
}

.large_subscribe_text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.large_subscribe_text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

.large_subscribe form {
    position: relative;
    background: #354765;
}

.large_subscribe form input {
    background: none;
    border: none;
    color: #fff;
    padding: 20px;
    width: 100%;
}

.large_subscribe form button {
    background: #24324a;
    width: 100px;
    height: 54px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 35px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-align: center;
}

.large_subscribe form button:hover {
    background: #24324a;
}

.large_subscribe form input::placeholder {
    color: #9da5a861;
    opacity: 1;
}

.custom_margin {
    margin-top: 45px !important;
    margin-bottom: 25px !important;
}

/* new css */
/* mid menu -property page */
.content_index_bg {
    /* background-color: #2067d1; */
    padding: 14px 55px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: -7px -12px 0 -12px;
}

ul.content_index {
    margin: 0;
    padding: 0;
}

.content_index {
    display: flex;
    justify-content: space-between;
    margin: 0;
    list-style: none;
}

.content_index a {
    color: #fff;
    text-transform: capitalize;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.content_index_bg {
    /* width: 100%;
    height: 60px;
    background: #292f36;
    position: fixed; */
    z-index: 9999;
}

@media(max-width: 480px) {
    .content_index_bg {
        padding: 10px 10px !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        margin: -7px -12px 0 -12px;
        overflow-x: scroll;
    }

    .content_index_bg li {
        padding: 0 10px;
    }

    .fixed-header {
        margin: 0 !important;
    }
}

/* footer mobile */
.ibox {
    display: none;
}

/* new css */
.navPhoneIcon {
    background: #24324a;
    color: #fff;
    padding: 10px 28px;
    border-radius: 5px;
    position: relative;
    gap: 7px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.navPhoneIcon i {
    font-size: 20px;
    color: #e8b65d;
}
.navPhoneIcon:hover i{
    color: #333;
}
.navPhoneIcon:hover {
    background: #e8b65d;
    color: #333;
}

.commonSearchBtn {
    margin: auto;
    width: 17%;
    margin-top: 20px;
}

.rippleBnner {
    position: absolute;
    top: 47%;
    left: 40%;
    /* display: block; */
    margin: 0 auto;
}

.home-button-box.home-slider-btn {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    opacity: 1;
    animation: fadeInUp 1s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.button-custom {
    min-width: 300px;
    /* min-height: 60px; */
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    border-radius: 1000px;
    cursor: pointer;
    outline: none;
}

.micro-form-btn {
    padding: 0.3vw 2vw;
    background-color: #95087c !important;
    border-color: #95087c !important;
}

.ripple a:before {
    content: "";
    position: absolute;
    /* width: calc(100% + 40px); */
    /* height: calc(100% + 40px); */
    border: 10px solid;
    border-radius: 50%;
    animation: pluseeffects 1.5s linear infinite;
    width: 120px;
    height: 120px;
    top: -49px;
    left: 80px;
    border-radius: 100%;
    border: 8px solid #fb29d7;
}

.ripple a:hover {
    border: 2px solid #ffffff;
    box-shadow: 0 0 60px rgb(0 255 203 / 64%);
    color: #000;
}

.ripple a:hover::before {
    display: none;
}

.prprtyDetailFeatures {
    padding: 10px 8px;
}

/*.floorplan_slider .prprtyDetailFeatures img{*/
/*    height: 400px !important;*/
/*}*/
#details_and_features .details_futurr_single .prprtyDetailFeatures .icon {
    margin: 0 13px;
}

#amenities .deatilHeadWrapper ul {
    overflow: hidden;
    height: 168px;
    overflow-y: auto;
    overflow-x: hidden;
}

#amenities .deatilHeadWrapper ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#amenities .deatilHeadWrapper ul::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

#amenities .deatilHeadWrapper ul::-webkit-scrollbar-thumb {
    background-color: #F5F5F5;
    border: 2px solid #F5F5F5;
}

#amenities .prprtyDetailFeatures .icon {
    /*width: 67px;*/
    margin: unset !important;
    padding: 0 10px;
    color: #2067d1;
}

#amenities .prprtyDetailFeatures .icon img {
    width: 38px !important;
}

#amenities .prprtyDetailFeatures .amenities {
    text-align: center;
    padding-top: 10px;
}

.prprtyDetailFeatures .amenities {
    color: #000;
    line-height: 18px;
    font-family: jost, sans-serif;
}

.detailHead {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.detailHead h5 {
    padding: 11px !important;
}

.right-sti .brochure {
    background-color: #2067d1;
    background-size: 160px;
    background-image: url("../images/dot.webp");
    background-position: center;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 5px 0 #00000014;
    box-shadow: 2px 2px 5px 0 #00000014;
    border-radius: 6px !important;
}

.download_pdf_p {
    font-size: 20px;
    /* font-weight: 700; */
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

#btnmain {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btnsection {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
}

.btnsection button {
    position: relative;
    top: 0px;
    width: 200px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 8px;
    font-family: 'neuzeit-grotesk', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #2067d1;
    background-color: #fff;
    box-shadow: 0 5px 10px -5px rgb(255 255 255);
    cursor: pointer;
    transition: 500ms;
}

.bar-container {
    position: absolute;
    top: 45px;
    width: 50px;
    height: 8px;
    opacity: 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ecebec;
    transition: 300ms;
}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 8px;
    border-radius: 8px;
    background-color: #018f40;
    transition: 5000ms cubic-bezier(0.85, 0, 0.15, 1);
}

@keyframes pluseeffects {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@media(max-width: 480px) {
    .ibox {
        position: fixed;
        display: block !important;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 15px;
        line-height: 20px;
        background: rgba(0, 0, 0, 1);
        z-index: 8;
    }

    .ibox .iquery,
    .ibox .iwhatsapp {
        width: 50%;
        padding: 10px 0 10px 0;
        font-weight: bold;
        line-height: 20px;
        font-weight: 1.5em;
        float: left;
        text-align: center;
        box-shadow: 1px 0 0 rgb(255 255 255 / 30%);
        background-color: #25d366;
    }

    .ibox .iwhatsapp {
        background-color: #2067d1;
    }

    .ibox .white {
        color: #fff;

    }

    .ibox [role=button] {
        cursor: pointer;
    }

    .ibox [class^="icon-"],
    .ibox [class*=" icon-"] {
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .ibox .shake {
        animation: shake 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
    }

    .ibox a,
    .ibox a:hover {
        display: block;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
    }

    .ibox .green {
        color: #fff;
    }

    .ibox .iphon {
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 1);
        position: absolute;
        left: 50%;
        top: -25px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background: #045baa;
        border: 2px solid #fff;
    }

    .ibox .iphon i {
        font-size: 1.2em;
        line-height: 50px;
    }

    /* new css */
    .navPhoneIcon {
        display: block;
        margin: 0 auto;
    }

    .commonSearchBtn {
        margin-top: 22px !important;
        text-align: center !important;
        margin: 0;
        width: 100%;
    }

    .wsus__banner_search {
        margin-top: 0px !important;
    }

    .prprtyDetailFeatures {
        padding: 10px 0px;
    }
}
#onload_Modal .form-group {
    margin-bottom: 10px;
}

#onload_Modal .modal-header p {
    text-align: center;
    width: 100%;
    font-size: 1.7rem;
    /* padding: 3px 0; */
    font-family: Cinzel, serif !important;
    font-weight: 500;
    line-height: normal;
}

#onload_Modal .modal-header a {
    font-size: 16px;
    font-weight: 600;
}

.Why_action {
    padding: 20px;
}

.Why_action #BookBtn {
    color: #fff !important;
}

.Why_action .theme-btn {
    font-family: lato, sans-serif;
    border-radius: 8px;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #2067d1;
    border: 2px solid #2067d1;
    text-decoration: none;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 15px;
    width: 100% !important;
    text-align: center;
}

.Why_action .white-btn {
    width: 100% !important;
    text-align: center;
    border: 2px solid #000 !important;
    color: #000 !important;
    background-color: #fff0 !important;
}

.Why_action #BookBtn:hover {
    border-radius: 8px;
    padding: 5px 20px;
    font-size: 14px;
    border: 2px solid #2067d1;
    font-weight: 600;
    text-decoration: none;
    color: #2067d1 !important;
    background-color: #fff0;
}

.borrder_blue {
    border: 4px solid #2067d1;
}

#floorplan .inner-item.prprtyDetailFeatures h5 {
    font-size: 17px;
}

.floorplan_slider .floor_item .btn-primary {
    background-color: #2067d1;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.floorplan_slider .floor_item .btn-outline {
    border: 1px solid #2067d1;
    color: #2067d1;
    font-weight: 400;
    font-size: 12px;
    float: right;
}

.floorplan_slider .floor_item {
    /*width: 326px !important; */
    width: 90% !important;
    -webkit-box-shadow: 0 1px 4px 0 #006ac233;
    box-shadow: 0 1px 4px 0 #006ac233;
    margin: 10px;
    padding: 10px 0px 20px;
    border-radius: 8px;
}

.floorplan_slider .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
}

.floorplan_slider .prprtyDetailFeaturesWrapper {
    width: 269px;
    margin: 0 auto;
}

.floorplan_slider .slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px;
    margin: 0px 5px;
    border-radius: 50%;
    background: #0A547A;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    border: 3px solid transparent;
}

.floorplan_slider .slick-dots li.slick-active button {
    border-color: #fff;
    background: #24324a;
    width: 25px;
    height: 25px;
}

.clr_black {
    color: #000 !important;
}

.font-weight-bold {
    font-weight: 600;
}

.calltoactionbtn {
    background: #fe8c00;
    background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
    background: linear-gradient(to right, #f83600, #fe8c00);
    text-align: center;
    line-height: 35px;
    /* background-color: #40433e; */
    font-size: 18px;
    color: #fff;
    /* border-left: 9px solid #40433e; */
}

.calltoactionbtn a {
    color: #fff;
}

/* emi calculator */
#loading,
#results {
    display: none;
}

.emi_calculator .common_btn {
    border-radius: 5px;
    width: 100%;
    margin-top: 33px;
    text-align: center;
    border: none;

}

#choose_us {
    margin-top: 50px;
}

#choose_us .modal-header p {
    text-align: center;
    width: 100%;
    font-size: 1.7rem;
    /* padding: 3px 0; */
    font-family: Cinzel, serif !important;
    font-weight: 500;
    line-height: normal;
}

#choose_us .modal-body .form-group {
    margin-bottom: 10px;
}

#choose_us .modal-body .common_btn {
    margin-top: 20px !important;
    display: block;
    margin: 0 auto;
}

.top_properties .slick-slide {
    margin-right: 10px;
}

.top_properties .slick-prev.slick-arrow {
    background-color: #2067d1;
    color: #fff;
    border: none;
    margin: 0;
    border-radius: 50%;
    padding: 5px 12px;
    position: absolute;
    left: -19px;
    top: 50%;
    cursor: pointer;
    z-index: 99999;
}

.top_properties .slick-next.slick-arrow {
    background-color: #2067d1;
    color: #fff;
    border: none;
    margin: 0;
    border-radius: 50%;
    padding: 5px 12px;
    position: absolute;
    right: -9px;
    top: 50%;
    cursor: pointer;
    z-index: 99999;
}

.wsus__single_details .bubble {
    background-color: #2067d1;
    text-transform: uppercase;
    font-size: 11px;
    padding: 3px 7px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro_det_slider .slick-slide {
    height: auto !important;
}

@media(max-width: 480px) {
    .floorplan_slider .floor_item {
        width: 300px !important;
    }

    .floorplan_slider {
        width: 390px !important;
    }

    .floorplan_slider .floor_item .btn-outline {
        /*margin-top: 10px;*/
        float: none;
    }

    .calltoactionbtn {
        line-height: 28px;
    }

    .details_floor_plan .deatilHeadWrapper {
        padding: 0;
    }

    .floorplan_slider .slick-slide.slick-current.slick-active {
        width: 315px !important;
    }

    #onload_Modal .modal-header p {
        font-size: 22px;
    }

    /*  .wsus__single_property{*/
    /*height: 540px;*/
    /*}*/
    ul.content_index {
        overflow: auto;
        white-space: nowrap;
    }

    #floorplan .inner-item.prprtyDetailFeatures .col-md-6.mt-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    #amenities .prprtyDetailFeatures .amenities {
        text-align: left;
    }

    #details_and_features .details_futurr_single .prprtyDetailFeatures .icon {
        margin: 0 10px 0 0;
    }

    #amenities .deatilHeadWrapper {
        padding: 0;
    }
}

.project-gallery .item img:nth-child(1) {
    height: 230px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-gallery .item img {
    border-radius: 160px;
    padding: 7px;
}

.project-gallery .item:nth-child(2) {
    width: 50%;
    float: left;
}

.project-gallery .item:nth-child(3) {
    width: 50%;
    float: left;
}

.right_section .col-md-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    gap: 8px;
}

.right_section .col-md-6 img.height {
    width: 30px ! IMPORTANT;
}

img.logo_cat {
    width: 89px;
    padding: 6px;
    height: 67px;
    border: 1px solid #ced4da;
}

.accordion-button:not(.collapsed) {
    background-color: #24324a;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(60);
}

.accordion-collapse.collapse.show {
    background: #0b302626;
    border: 1px solid #0b30261f;
}

.deatilHeadWrapper .accordion-item {
    margin-bottom: 20px;
}

button.accordion-button.collapsed {
    background: #6382b926;
}

.wsus__single_property {
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    box-shadow: rgb(100 100 111 / 31%) 0px 7px 29px 0px;
    height: 100%;
}

.wsus__single_property .wsus__single_property_text.ss {
    padding: 15px;
}

.wsus__single_property_footer {
    margin-top: 10px;
}

.wsus__single_property:hover {
    border: 1px solid #0b3026;
}

.wsus__single_property .wsus__single_property_img {
    overflow: hidden;
}

.footer_top ul.footer_ul .img-bx img {
    width: 31px !important;
}

.contact-bx {
    display: flex;
    align-items: center;
}

.footer_top ul.footer_ul .img-bx img {
    max-width: 45px;
    margin-right: 10px;
}

.contact-bx .contact {
    font-size: 16px;
    color: #fff;
    gap: 15px;
    display: flex;
    align-items: center;
}

.footer_top a.footer_logo img {
    max-width: 175px;
}

.contact-bx .contact a {
    color: #fff;
}

.img-bx {
    background: #fff;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    padding: 7px;
    margin-right: 10px;
}

.footer_btn {
    position: relative;
    padding: 10px 25px 10px 25px;
    background: transparent;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    transition: all 0.3s;
    height: 39px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.5);
    font-weight: bolder;
}

.footer_btn:before,
.footer_btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 0;
    z-index: -1;
    height: 110%;
    background: #24324a;
    will-change: transform;
    transform: skew(-45deg) scaleX(0);
    transition: transform .5s ease-in-out;
}

.footer_btn:before {
    right: 75%;
    margin-right: -1px;
    transform-origin: 0% 0%;
}

.footer_btn:after {
    width: 70%;
    left: 75%;
    margin-left: -1px;
    transform-origin: 100% 0%;
}

.footer_btn:hover {
    color: white;
    box-shadow: 5px 5px 0 0 #fff;
}

.footer_btn:hover:before,
.footer_btn:hover:after {
    transform: skew(-45deg) scaleX(1.5);
}

.footer_top {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ffffff7a;
    padding-bottom: 20px;
}

.deatilHeadWrapper tr td {
    border: 1px solid #24324a57;
}
button#reachus {
    background: #24324a !important;
    width: 100%;
    border-radius: 0 !important;
    font-size: 16px !important;
    position: relative;
}
button#reachus:hover {
    background: #333 !important;
}