


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: 14px;
    font-weight: 400;
    margin: 0;
    color: #0A547A;
}

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;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    color: #0A547A;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: contents !important;
    flex-basis: auto;
}
}
input:focus-visible,
textarea:focus-visible {
    outline: none;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #f02c2d87;
}

.accordion-button:focus,
.page-link:focus {
    box-shadow: none;
}


/* =====COMMON CSS START===== */

.common_btn {
    background: #f02c2d;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    padding: 10px 30px;
    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: #f02c2d;
    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: #f02c2d;
}

.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: #f02c2d;
}

.wsus__topbar_right li:first-child a {
    border-left: 1px solid #ffffff57;
}


/* =====TOPBAR END======= */


/* =====MAIN MENU START===== */

.main_menu {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #c995643d;
    background: #fff;
    position: relative;
    z-index: 5;
}

.main_menu .navbar-brand {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 250px;
}

.main_menu .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 10px;
    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;
    line-height: 40px;
    font-weight: 500;
}

.main_menu .navbar-nav .nav-item:hover .nav-link,
.main_menu .navbar-nav .nav-item .nav-link.active {
    color: #f02c2d;
}

.main_menu .navbar-nav .nav-item .nav-link:focus {
    color: #f02c2d;
}
ul.nav.nav-tabs.own {
    border-bottom: none;
}
.own .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.own .nav-link:focus, .own .nav-link:hover {
    border-bottom: 2px solid #0d6efd;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    isolation: isolate;
}
.own .nav-link{
  margin: 0 5px;
}
ul.nav.nav-tabs.own {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
}
.chktabs {
    padding: 5px 10px;
    background: #fff;
    opacity: 1;
    border-radius: 20px;
}
.chkradio {
    padding: 10px;
    background: #fff;
    opacity: 1;
    border-radius: 50px;
    box-shadow: 0 0px 4px rgb(0 0 0 / 25%);
}
fieldset.fieldset {
    border: 1px solid #ccc;
    border-radius: 50px;
}
.radiobtn {
    padding: 19px 20px;
    border-right: 1px solid #ccc;
}
input.form-control.location-input {
    height: 62px;
    color: #0A547A;
    border: none;
    padding: 0;
    border-right: 1px solid #ccc;
}
button.common_btn.search-btn {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none;
    cursor: pointer;
    outline: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
    height: 62px;
    display: flex;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    border-radius: 50px;
    padding: 10px 37px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.form-control.location-input:focus {
    color: #212529;
    
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    
}
.form-select.form-radius:focus {
    box-shadow: none;
}
select.form-select.form-radius {
    border: none;
    height: 62px;
}
.own .nav-link.active {
    margin-bottom: 0px;
    background: 0 0;
    border-bottom: 2px solid #0d6efd;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
.main_menu .dropdown-menu {
    margin: 0 !important;
    padding: 0;
    /*width: 250px;*/
    width: 60%;
    left: 20%;
    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;
}
.dropdown {
    position: unset !important;
}
.main_menu .dropdown-menu li a {
    color: #0A547A;
    margin: 0 !important;
    line-height: 25px !important;
    padding: 5px 5px !important;
    border-bottom: 0px 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: 14px;
}

.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: #f02c2d;
}

.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: #f02c2d;
}

.menu_fix {
    position: fixed !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: 450px;
}

.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: #f02c2d;
}

.wsus__banner_text p {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.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: #f02c2d;
    background: #fff;
    border-radius: 50%;
    font-weight: 600;
    margin: 0px 2px;
    border: 1px solid #f02c2d;
    text-align: center;
}

.wsus__banner .slick-dots li.slick-active button,
.wsus__testimonial .slick-dots li.slick-active button {
    background: #f02c2d;
    color: #fff;
}

.wsus__banner .wsus__for_search {
    position: absolute;
    top: 0;
    left: 58%;
    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: 400px;
}
.fs-btn {
    font-size: 12px !important;
}
.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: #f02c2d;
    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: #f02c2d;
}


/* =====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: #f02c2d;
}

.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 {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    overflow: hidden;
    margin: 5px;
    border: 1px solid #eee;
}

.wsus__single_property_img {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.wsus__single_property_img .sale,
.wsus__single_property_img .rent {
    background: #0A547A;
    padding: 5px 5px;
    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: #f02c2d;
    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 {
    padding: 30px;
    position: relative;
}

.wsus__single_property_text .tk {
    background: #f02c2d;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    top: -20px;
    right: 10px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 3px;
    font-family: 'Jost', sans-serif;
}

.wsus__single_property_text .tk span {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.wsus__single_property_text .title {
     white-space: nowrap;
    text-overflow: ellipsis;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    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__single_property_text .title:hover {
    color: #f02c2d;
}

.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 {
    margin-top: 20px;
}

.wsus__single_property_footer .category {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #f02c2d;
    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: #f02c2d;
    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: #f02c2d;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
}

.wsus__top_properties_text p span {
    color: #f02c2d;
    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: #f02c2d;
}


/* =====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: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 40px;
}

.wsus__single_service::after {
    content: "";
    position: absolute;
    background: #f02c2d14;
    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: #f02c2d;
    font-size: 40px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.wsus__single_service h4 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.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: #f02c2d;
    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: #f02c2d;
    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: #f02c2d;
}

.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: #f02c2d14;
}

.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;
    min-height: 250px;
    max-height: 250px;
    padding: 20px 20px 20px 20px;
}

.wsus__testi_text h2 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
}

.wsus__testi_text h5 {
    color: #f02c2d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.wsus__testi_text p {
    position: relative;
}

.wsus__testi_text p i {
    color: #f02c2d1a;
    font-size: 70px;
    position: absolute;
    top: -70px;
    right: 0;
}

.wsus__testimonial .prv_arr,
.wsus__testimonial .nxt_arr {
    width: 40px;
    height: 40px;
    background: #f02c2d;
    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: #24324a;
}

.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;
    align-items: center;
}

.wsus__footer_content .address i,
.wsus__footer_content .call_mail i {
    background: #f02c2d;
    width: 25px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    line-height: 25px;
    margin-right: 10px;
}

.wsus__footer_content h4 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}

.footer_link li a {
    color: #8a99b3;
    font-size: 14px;
    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: #f02c2d;
}

.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: #f02c2d;
    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 {
    background: #354765;
    padding: 30px 0px;
}

.wsus__copyright p {
    color: #fff;
    text-align: center;
}

.wsus__copyright p a {
    color: #f02c2d;
    font-weight: 900;
    margin: 0px 5px;
    text-transform: uppercase;
    font-size: 14px;
}


/* =====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: #f02c2d;
    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%;
}


/* =====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: 50px 0px 50px 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: #f02c2d;
    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: #f02c2d;
}

.wsus__property_topbar .nav-pills .nav-link.active {
    color: #f02c2d;
    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: #f02c2d;
    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: #f02c2d;
    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: 5px 5px;
    background: none;
    border: 1px solid #B9C4D7;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    resize: none;
}

.wsus__single_property_search .select2-container--default .select2-selection--single {
    border: 0px 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: #f02c2d;
    border-color: #f02c2d;
}

.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: #f02c2d;
    color: #fff !important;
    border-color: transparent !important;
}


/*==============================
	PROPERTY PAGE END
================================*/


/*==============================
	PROPERTY DETAILS START
================================*/

.wsus__single_details {
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
}

.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: #f02c2d;
}

.wsus__single_det_top .tk {
    background: #f02c2d;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-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: #f02c2d;
    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;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 400px;
}

.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: 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;
}

.pro_det_slider .slick-dots li.slick-active button {
    border-color: #fff;
    background: #f02c2d;
    width: 25px;
    height: 25px;
}

.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: #f02c2d;
    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;
}

.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 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 25px 25px 0px 25px;
    border: 1px solid #eee;
    margin-bottom: 25px;
}

.wsus__sidebar_message {
    border-bottom: 0px 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: 5px;
}

.wsus__sidebar_message form label,
.wsus__property_input label,
.pro_det_map label,
.nearest_location label {
    display: block;
    font-size:12px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.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: 5px 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #B9C4D7;
    resize: none;
    color: #0A547A;
}

.wsus__sidebar_message form button {
    border-radius: 5px;
    width: 100%;
    margin-top: 33px;
    text-align: center;
}

.details_nearest_location.pb_10 {
    padding-bottom: 10px !important;
}

.details_nearest_location ul li {
    width: 50%;
    padding-right: 15px;
    color: #0A547A;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.details_nearest_location ul li span {
    width: 50%;
    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: #f02c2d;
    border-color: #f02c2d;
}


/*======================
    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: #f02c2d;
    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: #f02c2d;
    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: #f02c2dbf;
    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: #f02c2d;
    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: 14px;
    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: #f02c2d;
    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: #f02c2d;
    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: #f02c2d;
    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: #f02c2d;
}


/*======================
   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: #f02c2d;
}

.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: #f02c2d;
}

.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: 15px 15px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.wsus__contact_single i {
    color: #c99d66;
    font-size: 40px;
}

.wsus__contact_single h5 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 25px;
    margin: 10px 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: 5px;
}

.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: #f02c2d;
}

.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: 18%;
    height: 100%;
    background: #fff;
    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 #F0F0EE;
}

.wsus__dashboard_logo {
    display: block;
    text-align: center;
    background: #fff;
    padding: 5px 0px;
}

.wsus__dashboard_logo img {
    width: 200px !important;
}

.wsus__agent_img {
    text-align: center;
    margin: 5px 0px;
}

.wsus__agent_img img {
    width: 70px !important;
    height: 70px !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: #f02c2d;
    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: #f02c2d #e6ecf9a1;
    width: 100%;
    height: 80vh;
}
.cls-pending {
    border: 2px solid #ffc107;
}
.cls-approved {
    border:2px solid #198754;
}

.cls-declined {
    border:2px solid #dc3545;
}
.wsus__deshboard_menu li a {
    color: #0E121D;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    padding: 12px 10px 12px 20px;
    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 #fff;
}

.wsus__deshboard_menu li:last-child a {
    border: none;
}
.wsus__deshboard_menu li {
    color: #0E121D;
}
.wsus__deshboard_menu li a i {
    width: 25px;
}
.wsus__deshboard_menu li :hover {
    color: #c99d66 ;
}
.wsus__deshboard_menu li a:hover,
.wsus__deshboard_menu li a.dash_active {
    color: #f02c2d;
    background: #F3EBE0;
    border-color: #F3EBE0;
}

.wsus__dashboard {
    padding: 10px 10px 63px 10px;
}

.wsus__dashboard .heading {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
    margin-bottom: 5px;
    color:#000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h3.welcome-msg {
    color: #000000;
}
a.class-trash {
    color: #fff!important;
    background: #ff0000 !important;
}

a.class-view {
    color: #fff!important;
    background: #4e73df !important;
}

a.class-edit {
    color: #fff!important;
    background: #36b9cc !important;
}
.wsus__manage_dashboard .wsus__single_property_text .title {
    color: #000000;
}
.wsus__manage_dashboard .wsus__single_property_text ul li {
    color: #000;
}

.wsus__dashboard .common_btn {
    padding: 6px 10px;
}

.wsus__dashboard .common_btn i {
    margin-right: 5px;
}

.wsus__dashboard .sub_heading {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 5px;
}

.wsus__manage_single {
    background: #f02c2d;
    padding: 20px;
    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: 30px;
    font-weight: 900;
    margin-top: 7px;
    text-align: center;
}

.wsus__manage_single p {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    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: 5px 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: 13px;
    font-weight: 600;
}

.wsus__my_property .image {
    width: 10%;
}

.wsus__my_property .image a {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}

.wsus__my_property .title {
    width: 35%;
}

.wsus__my_property .purpose {
    width: 15%;
}

.wsus__my_property .purpose p {
    color: #0A547A;
    text-transform: capitalize;
}

.wsus__my_property .status {
    width: 15%;
}

.wsus__my_property .status p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    background: #f02c2d;
    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: 20%;
    flex-direction: unset !important;
}

.medicine_row_input button {
    text-align: center;
}

.wsus__my_property .actions ul li a {
    background: #f02c2d;
    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: 150px;
    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: #000;
    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: #f02c2d;
}

.wsus__dash_info_text a i,
.wsus__dash_info_text p i {
    width: 25px;
    color: #f02c2d;
}

.wsus__my_profile_text input {
    margin-bottom: 5px;
}
.wsus__my_profile label {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0rem;
}
.wsus__my_profile_text .file {
    padding: 5px 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: 500;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: capitalize;
}

.wsus__dash_change_pass input {
    margin-bottom: 10px;
}

.wsus__dash_banner_main {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 160px;
    border: 1px solid #ddd;
}
.wsus__dash_proof_main {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100px;
    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: 5%;
}

.wsus__dash_order .package {
    width: 30%;
}

.wsus__dash_order .package span {
    display: inline-block;
    background: #f02c2d;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 30px;
}

.wsus__dash_order .p_date {
    width: 15%;
}

.wsus__dash_order .e_date {
    width: 15%;
}

.wsus__dash_order .price {
    width: 15%;
}

.wsus__dash_order .action {
    width: 20%;
}

.wsus__dash_order .action a {
    background: #f02c2d;
    color: #fff;
    width: 50px;
    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: #f02c2d;
    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: #000;
}

.dash_aminities .form-check {
    margin-bottom: 10px;
}

.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: #f02c2d;
    background: #f02c2d26;
    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: 100px !important;
}

.wsus__edit_img i {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f02c2d;
    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: #f02c2d;
}

.existing_item p a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.existing_item span.del {
    color: #fff;
    background: #f02c2d;
    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: #c99d66;
    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;
}
/**************custom code****************/
ul.list-unstyled.main_li {
    width: 100%;
    float: left;
    padding: 0px;
}
a.nav-links.btn.btn-sm.btn-primary {
    padding: 10px !important;
    text-transform: uppercase;
    font-size: 15px;
    margin: 17px;
    background: #C99D66;
    border: #C99D66;
    border-radius: 40px;
    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;
}
.main_menu .navbar-brand img {
    max-width: 250px;
}

   /* Dropdown Button */
.sticky-dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.sticky-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.sticky-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 111;
  right:0;
}

/* Links inside the dropdown */
.sticky-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.sticky-dropdown a {
    font-size: 14px;
}
/* Change color of dropdown links on hover */
.sticky-dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.sticky-dropdown:hover .sticky-dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.sticky-dropdown:hover .sticky-dropbtn {background-color: #3e8e41;}

.topbar_phone li a {
    color: #0A547A;
    margin-right: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.sticky-dropdown-content >a {
    font-size: 14px !important;
    margin-right: 0 !important;
    line-height: 20px !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 30px;
    user-select: none;
    -webkit-user-select: none;
}
span.select2.select2-container.select2-container--default {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #B9C4D7;
    padding: 15px 15px;
    border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 0;
}
.wsus__dashboard_main_content p, .wsus__dashboard_main_content h2, .wsus__dashboard_main_content h3, .wsus__dashboard_main_content h4, 
.wsus__dashboard_main_content h5, .wsus__dashboard_main_content h6, .wsus__dashboard_main_content label, .wsus__dashboard_main_content h1 {
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0A547A;
    line-height: 0px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
}
input.form-control.location {
    height: 44px;
    color: #0A547A;
}
input.form-control.location::placeholder {
  color: #0A547A;
}
.common_btn {
    background: #f02c2d;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: 400;
    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;
}
.wsus__for_search {
    transform: translateY(-20%);
}
.wsus__banner_text {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    background: #0A547AD1;
    padding: 30px;
    border-radius: 0px;
    width: 35%;
    height: 100%;
}
.wsus__banner_text a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    text-align: left;
    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;
}
h3.slider-title {
    color: #c99d66;
}
.mega-menu.p-3 {
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 4px 5px 5px rgb(0 0 0 / 30%);
    box-shadow: 0px 4px 5px 5px rgb(0 0 0 / 30%);
    
}
.nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}
span.menu-border {
    border-bottom: 1px solid;
    padding-bottom: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #c99d66;
}
.mega-menu {
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btm-mega-menu {
            transform: none !important;
            inset: auto !important;
        }

@media all and (min-width: 992px) {
	
	.ktm-mega-menu {
		position: static;
	}
	
    .btm-mega-menu {
            left: 10%!important;
            right: 0;
            width: 80% !important;
        }
        
	.mega-menu {
		left: 0;
		right: 0;
		width: 100%;
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .submenu {
		display: none;
		left: 100%;
		top: 0;
	}
	.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		
	opacity: 1;
    transition: all .2s ease-in-out;
    /*display: block;*/
	}
	
}

.book_btn {
    background: #0A547A !important;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 20px;
}
.upload_btn {
    background: #c99d66 !important;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    text-align:center;
    padding: 10px 20px;
}

.upload_btns {
    background: #c99d66 !important;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    text-align:center;
    padding: 10px 20px;
}
.slick-slider:not(.slick-initialized) .wsus__banner_single:not(:first-child) {
    display: none;
    
}
.dropdown-menu.show{
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}
img.img-partner {
    width: 100px !important;
    height: 100px !important;
    object-fit: fill;
}

.wsus__property_top_select .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #B9C4D7;
    padding: 25px 15px;
    border-radius: 3px;
}   
.wsus__property_top_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 0;
}    
.wpbc_times_selector div {
    color: #737373;
    border: 1px solid #dbdbdb;
    background: #fafafa;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
}
.wpbc_times_selector {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
}
.wpbc_times_selector div.wpbc_time_selected {
    background: #8c8c8c;
    color: #fff;
    box-shadow: 1px 0px #eee;
    font-weight: 400;
}
.wpbc_times_selector div {
    flex: 0 0 150px;
    margin: 7px 15px 0 0;
    padding: 5px 1em;
    cursor: pointer;
    width: auto;
}
.wpbc_times_selector div:hover {
    background: #eaeaea;
    box-shadow: 1px 0px #eee;
}


.wpbc_times_selector div.wpbc_time_selected:hover {
   background: #8c8c8c;
    color: #fff;
}
a.bookbtn {
    background: #c99d66 !important;
    color: #fff !important;
}
.wsus__single_details .list li a i.bookicon {
    color: #fff !important;
}
.valuation-img{
    max-height: 580px;
}
.footer_icon li a.facebook {
    color: #fff;
    background: #3b5998;
    border: 1px #3b5998;
}

.footer_icon li a.twitter {
    color: #fff;
    background: #00acee;
    border: 1px #00acee;
}
.footer_icon li a.linkedin {
    color: #fff;
    background: #0A66C2;
    border: 1px #0A66C2;
}
.footer_icon li a.instagram {
    color: #fff;
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    border: 1px #3f729b;
}
.footer_icon li a.youtube {
    color: #fff;
    background: #FF0000;
    border: 1px #FF0000;
}


.wsus__topbar_right li a.facebook {
    color: #fff;
    background: #3b5998;
}
.wsus__topbar_right li a.twitter {
    color: #fff;
    background: #00acee;
}
.wsus__topbar_right li a.linkedin {
    color: #fff;
    background: #0A66C2;
}
.wsus__topbar_right li a.instagram {
    color: #fff;
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.wsus__topbar_right li a.youtube {
    color: #fff;
    background: #FF0000;
}
.wsus__topbar_right li a.facebook:hover{
    color:#fff !important;
}

.wsus__topbar_right li a.twitter:hover{
    color:#fff !important;
}

.wsus__topbar_right li a.linkedin:hover{
    color:#fff !important;
}

.wsus__topbar_right li a.instagram:hover{
    color:#fff !important;
}

.wsus__topbar_right li a.youtube:hover{
    color:#fff !important;
}
label.sls {
    cursor: pointer;
}
/************* search css************/


.s002 form {
  width: 100%;
  max-width: 1190px;
}

.s002 form legend {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 400;
  text-align: center;
}

.s002 form .inner-form {
  background: #ffffff;
  padding: 16px;
  display: -ms-flexbox;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  border-radius: 50px;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.s002 form .inner-form .input-field {
  position: relative;
  border-right: 1px solid #ddd;
}

.s002 form .inner-form .input-field .icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
}

.s002 form .inner-form .input-field .icon-wrap svg {
  fill: #555;
  width: 14px;
  height: 14px;
}

.s002 form .inner-form .input-field input {
  height: 70px;
  background: #fff;
  border-radius: 0;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 45px;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.s002 form .inner-form .input-field input.placeholder {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.s002 form .inner-form .input-field input:-moz-placeholder {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.s002 form .inner-form .input-field input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.s002 form .inner-form .input-field input:hover, .s002 form .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.s002 form .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.s002 form .inner-form .input-field.second-wrap {
  min-width: 190px;
  max-width: 190px;
}

.s002 form .inner-form .input-field.third-wrap {
  min-width: 190px;
  max-width: 190px;
}

.s002 form .inner-form .input-field.fouth-wrap {
  min-width: 190px;
  max-width: 190px;
  border-right: 0;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__inner {
  background: #fff;
  border-radius: 0;
  border: 0;
  height: 70px;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 32px 10px 45px;
  border-radius: 0;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__inner .choices__list.choices__list--single {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  font-size: 16px;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__inner .choices__item.choices__item--selectable.choices__placeholder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  opacity: 1;
  color: #9a9a9a;
  text-transform: uppercase;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__inner .choices__list--single .choices__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  color: #666;
}

.s002 form .inner-form .input-field.fouth-wrap .choices[data-type*="select-one"]:after {
  right: 30px;
  border-color: #e5e5e5 transparent transparent transparent;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__list.choices__list--dropdown {
  border: 0;
  background: #fff;
  padding: 10px 15px;
  border-radius: 0;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}

.s002 form .inner-form .input-field.fouth-wrap .choices__list.choices__list--dropdown .choices__item--selectable {
  padding-right: 0;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #fff;
  color: #b78a62;
}

.s002 form .inner-form .input-field.fouth-wrap .choices__list--dropdown .choices__item {
  color: #555;
  min-height: 24px;
  font-size: 16px;
}

.s002 form .inner-form .input-field.fifth-wrap {
  min-width: 190px;
  max-width: 190px;
  padding-left: 10px;
  border-right: 0;
}
.s002 form .inner-form .form-select {
    height: 70px;
    border-radius: 0;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 45px;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.s002 form .inner-form .input-field.fifth-wrap .btn-search {
  height: 70px;
  width: 100%;
  background: #b78a62;
  white-space: nowrap;
  border-radius: .5px;
  font-size: 20px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.s002 form .inner-form .input-field.fifth-wrap .btn-search:hover {
  background: #af7d51;
}

@media screen and (max-width: 992px) {
  .s002 form legend {
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
  }
  .s002 form .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .s002 form .inner-form .input-field {
    margin-bottom: 15px;
  }
  .s002 form .inner-form .input-field.first-wrap {
    width: 100%;
  }
  .s002 form .inner-form .input-field.second-wrap {
    width: calc(50% - 7.5px);
    max-width: none;
  }
  .s002 form .inner-form .input-field.third-wrap {
    width: calc(50% - 7.5px);
    max-width: none;
  }
  .s002 form .inner-form .input-field.fouth-wrap {
    width: calc(50% - 7.5px);
    max-width: none;
    margin-bottom: 0;
  }
  .s002 form .inner-form .input-field.fifth-wrap {
    width: calc(50% - 7.5px);
    max-width: none;
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .s002 form legend {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .s002 form .inner-form .input-field.second-wrap, .s002 form .inner-form .input-field.third-wrap, .s002 form .inner-form .input-field.fouth-wrap, .s002 form .inner-form .input-field.fifth-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .s002 form .inner-form .input-field.fifth-wrap {
    margin-bottom: 0;
  }
}


ul.list-style-disc {
    padding: 10px 50px;
    color:#000000;
    list-style: disc;
}
p.text-main {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
}
ul.list-style-disc li {
    padding: 5px;
    font-size: 18px;
}
.first_time_buyers b{
    font-weight: 500;
    color: #000000;
}
.first_time_buyers h5 {
    font-weight: 500;
    color: #0A547A;
    font-size: 22px;
}
.first_time_buyers h6 {
    font-size: 18px;
    font-weight: 600;
}

.first_time_buyers h2 {
    margin-bottom:20px;
}
.sales-arrow-next {
    position: absolute;
    right: -50px;
    width: 40px;
    height: 40px;
    background: #c99d66;
    color: #fff;
    line-height: 40px !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
    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;
}
.sales-arrow-prvs {
    position: absolute;
    left: -50px;
    width: 40px;
    height: 40px;
    background: #c99d66;
    color: #fff;
    line-height: 40px !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 50%;
    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;
}
.seeall a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 15px;
    background: #c99d66;
    border-radius: 5px;
}

.pre-footer-links {
    background-color: #c99d66;
    color: #fff;
    padding: 0px;
}
button.btn.footer-btn {
    background: #c99d66;
    color: #fff;
    padding: 10px 25px;
}
.pre-footer-links a {
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.pre-footer-links a:first-of-type {
    border: none!important;
}
.pre-footer-links a {
    border-left: 1px solid rgba(255,255,255,.3);
}



.wsus__deshboard_menu li a.dash_active i {
    color: #c99d66 !important;
}
.user-tablist .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.user-tablist .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-bottom: 2px solid #c99d66 ;
}
.user-tablist {
    border-bottom: 2px solid #dee2e6;
}
.user-tablist .nav-link:hover {
    border-bottom: 2px solid #c99d66 ;
    isolation: isolate;
}
.searchtoggle::after {
    margin-top: 0.6em;
    float:right;
}
ul.lisst-unstyled {
    list-style: none;
}

ul.lisst-unstyled li a {
    padding-left: 40px;
}
ul.lisst-unstyled .active a,ul.lisst-unstyled .active i{
    color:#c99d66;
}
.wsus__dashboard_main_content {
    padding: 30px;
}
img.wishlist-image {
    width: 50px !important;
    height: 50px !important;
    object-fit: cover;
    border-radius: 50%;
}
.fixed-bottom {
    padding: 20px;
    width:18%;
}
.fixed-bottom img{
    width:50px !important;
    height:50px !important;
}

.fixed-bottom .dropdown-menu.show {
    min-width:13rem;
    font-size: 14px;
}
.fixed-bottom ul li a {
    padding: 5px 15px;
    color: #fff;
}
.fixed-bottom span {
    color: #fff;
}
/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: none;
	background-color: #fff;
}

#style-4::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #c99d66;
	border: 2px solid #c99d66;
}
.modal-header {
    background: #212529;
    color: #fff;
}
.modal-header .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1; 
}
.modal-header .close:hover {
    color: #fff;
    text-decoration: none;
}
.wsus__manage_dashboard .table th {
    font-weight: 600;
}
.radiobtns {
  position: relative;
  display: block;
}
.radiobtns label {
  display: block;
  background: #fff;
  color: #444;
  border-radius: 5px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  cursor: pointer;
}
.radiobtns label:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
}
 .radiobtns label:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fdcb77;
}
.radiobtns label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtns input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.radiobtns {
    padding: 5px 5px;
}
.radiobtns input[type=radio]:checked + label {
  background: #F3EBE0;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  border-color: #F3EBE0;
}
.radiobtns input[type=radio]:checked + label:after {
  background: #c99d66;
}
.radiobtns input[type=radio]:checked + label:before {
  width: 20px;
  height: 20px;
}
.radiobtns span {
    font-size: 13px;
    color: #000;
}
.radiobtns .icon-left {
    float: left;
    padding: 5px 5px;
}
i.stl-icn {
    background: #c99d66;
    border-radius: 50%;
    padding: 12px;
    color: #F3EBE0;
}
@-webkit-keyframes blink {
  0% {
    background-color: #F3EBE0;
  }
  10% {
    background-color: #F3EBE0;
  }
  11% {
    background-color: #F3EBE0;
  }
  29% {
    background-color: #F3EBE0;
  }
  30% {
    background-color: #F3EBE0;
  }
  50% {
    background-color: #F3EBE0;
  }
  45% {
    background-color: #F3EBE0;
  }
  50% {
    background-color: #F3EBE0;
  }
  100% {
    background-color: #F3EBE0;
  }
}

@keyframes blink {
  0% {
    background-color: #F3EBE0;
  }
  10% {
    background-color: #F3EBE0;
  }
  11% {
    background-color: #F3EBE0;
  }
  29% {
    background-color: #F3EBE0;
  }
  30% {
    background-color: #F3EBE0;
  }
  50% {
    background-color: #F3EBE0;
  }
  45% {
    background-color: #F3EBE0;
  }
  50% {
    background-color: #F3EBE0;
  }
  100% {
    background-color: #F3EBE0;
  }
}
   ::selection {
  color: #fff;
  background: #17a2b8;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field-minmax {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field-minmax input {
  width: 100%;
  height: calc(2.08rem + 5px);
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 0px;
  text-align: center;
  border: 1px solid #ced4da;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 10px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 2%;
  right: 75%;
  position: absolute;
  border-radius: 5px;
  background: #c99d66;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 10px;
  top: -10px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 22px;
  width: 22px;
  cursor:pointer;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  border: 1px solid #C99D66;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 22px;
  width: 22px;
  cursor:pointer;
  border: 1px solid #C99D66;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}
.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.b-btn.paypal i {
  color: blue;
}
.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}
.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}
span.spn-text {
    color: #000;
    font-size: 18px;
}
.modal-header h4{
    color:#fff;
}
.wsus__dashboard_main_content label.error {
    color: red;
    font-size: 11px;
    font-weight: 500;
}
.wsus__manage_dashboard .actions ul li a {
    background: #c99d66;
    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__manage_dashboard .table tr th {
    background: #0A547A33 !important;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
}
table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px;
    box-shadow: inset 0 0 0 9999px 
}
.wsus__banner_text ul {
    list-style: inside;
    color: #fff;
}
.wsus__banner_text ul li {
    padding: 5px;
    font-size: 18px;
}