@import url('https://fonts.cdnfonts.com/css/futura-pt');

@font-face {
    font-family: "Brown-Light";
    src: url(../font/lineto-brown-light-b0ba8d18b7e000b2ff7f83797a923b920df9550ff47fa5ff287cba845368dbbc.eot);
    src: url(font/lineto-brown-light-b0ba8d18b7e000b2ff7f83797a923b920df9550ff47fa5ff287cba845368dbbc.eot?#iefix) format("embedded-opentype"),
        url(font/lineto-brown-light-508fe07336132df16a276ccb62e4142a68e5bd9eca3266b850a3d64b43197ba5.woff2) format("woff2"),
        url(font/lineto-brown-light-df414e16333230e75a549b1a4ab49285274dd2d5bccb4e80d8c675a567a1f058.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Brown-Regular";
    src: url(font/lineto-brown-regular-dcfacaa28f6e39cc375b557330653496f4ff61a3c9e4fbf0b267c18ec374e98c.eot);
    src: url(font/lineto-brown-regular-dcfacaa28f6e39cc375b557330653496f4ff61a3c9e4fbf0b267c18ec374e98c.eot?#iefix) format("embedded-opentype"),
        url(font/lineto-brown-regular-7922443088c82641862307932426d4931fd9cc00feb0f0b9c1dc5cbe55bc5c5c.woff2) format("woff2"),
        url(font/lineto-brown-regular-6be9dc372505ab1eead4dddcf4d87caea4b0cc2691dced231280aaee18f68cc6.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Brown-Bold";
    src: url(font/lineto-brown-bold-6ca62fb72bfd028a85388c706c1c1da71e74f0ca744fdeef1f98bc33a63bfba7.eot);
    src: url(font/lineto-brown-bold-6ca62fb72bfd028a85388c706c1c1da71e74f0ca744fdeef1f98bc33a63bfba7.eot?#iefix) format("embedded-opentype"),
        url(font/lineto-brown-bold-10bd10389a2cd4836861f632345c5d8fa4b36b649088b1ddde6f19dd3a83d9f2.woff2) format("woff2"),
        url(font/lineto-brown-bold-5deed857eb182c3e8289763c12b3da4cd08a6f2a616b65fa199ac9ba6755df70.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
font-family: '1Encode Sans Condensed', sans-serif;
font-family: 'Fauna One', serif;
font-family: 'Kaisei Opti', serif;
font-family: 'Modern Antiqua', cursive;
font-family: 'Overlock', cursive;
font-family: 'Sahitya', serif;
font-family: '1Futura PT', sans-serif;

font-family: '1Futura Condensed PT', sans-serif;
font-family: '1Futura PT', sans-serif;
                                                
    }

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: 17px;
    font-weight: 400;
    margin: 0;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Brown-Light', Helvetica, sans-serif;
}

.tab-content p span {
    font-family: 'Brown-Light', Helvetica, sans-serif !important;
    font-size: 17px !important;
}

.details_description ul {
    list-style: disc !important;
    padding-left: 20px;
}

.columns ul {
    list-style: disc !important;
    font-size: 17px !important;
    padding-left: 20px;
}


.wsus__about_tab ul {
    list-style: disc !important;
    font-size: 17px !important;
    padding-left: 20px;
}

.wsus__about_tab .tab-content p {
    margin-top: 10px;
    font-family: 'Brown-Light', Helvetica, sans-serif !important;
    font-size: 17px !important;
}

.col-gp p span {
    font-family: 'Brown-Light', Helvetica, sans-serif !important;
    font-size: 17px !important;
}

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: 'Brown-Light', Helvetica, sans-serif;;
    color: #000000;
}

input:focus-visible,
textarea:focus-visible {
    outline: none;
}

.container2.right1 {
    left: 50%;
}
.container2.right1::before {
    left: 8px;
}

.container2.right1 .icon {
    left: 56px;
}

.container2.right1 .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}

.wsus__section_heading p {
    font-size: 20px;
}

.container2.right1::after {
    left: -8px;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #f02c2d87;
}

.wb-none {
    display: block !important;
}

.mb-none {
    display: none !important;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

.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: #d9c4af;
    color: #fff;
}


.common_btn1 {
    background: #d7b170;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    padding: 5px 60px;
    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_btn1:hover {
    background: #d7b170;
    color: #fff;
}

.bad-text {
    font-size: 18px;
}

.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: 42px;
    text-align: center;
    color: #2D8BBA;
}

.wsus__section_heading h1 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #2D8BBA;
}

.wsus__section_heading span {
    color: #000000;
}


/* =====COMMON CSS END======= */


/* ==============================
	HOME PAGE START
================================ */


/* =====TOPBAR START===== */

.wsus__topbar1 {
    width: 100%;
    height: 30px;
    background: #ffffff;
}

.wsus__topbar_left {
    position: relative;
    z-index: 1;
}

.wsus__topbar_left li a {
    color: #fff;
    margin-right: 30px;
    font-size: 16px;
    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: auto;
    /*border-bottom: 1px solid #c995643d;*/
    /*background: #fff;*/
    position: relative;
    z-index: 5;
}

.main_menu .navbar-brand {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 200px;
}

.main_menu .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 18px;
    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: 80px;
    font-weight: 600;
}

.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;
}

.main_menu .dropdown-menu {
    margin: 0 !important;
    padding: 0;
    width: 250px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main_menu .dropdown-menu li a {
    color: #000000;
    margin: 0 !important;
    line-height: 35px !important;
    padding: 7px 15px !important;
    border-bottom: 1px solid #eee;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    text-transform: capitalize;
    font-size: 15px;
}

.main_menu .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.main_menu .dropdown-menu li a:hover,
.main_menu .dropdown-menu li a.active {
    color: #fff;
    background-color: #f02c2d;
}

.sum-img img {
    width: 130px;
    max-width: 300px;
    max-height: 300px;
    height: 160px;
    padding-bottom: 30px;
}

.login_icon a {
    background: #0A547A;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 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;
}

.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;*/
/*}*/

.col-gop h5 {
    font-weight: 600;
    font-size: 1.25rem;
}

.col-gp h4 {
    font-weight: 600;
    font-size: 1.25rem;
}

.col-gup h4 {
    font-weight: 600;
    font-size: 1.25rem;
}

@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: -5px;
    position: relative;
    width: 100%;
}

.wsus__banner_single {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 650px;
}

.wsus__banner .banner_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.wsus__banner_text {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: #fff !important;
    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, .wsus__banner_search1 {
    background: #ffffff !important;
    /* opacity: .85; */
}

.common_btn:hover {
     background: #d9c4af !important;
}

.wsus__banner_text p {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}

.wsus__banner .slick-dots,
.wsus__testimonial .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    z-index: 1;
}

.wsus__banner .slick-dots li button,
.wsus__testimonial .slick-dots li button {
    width: 25px;
    font-size: 11px;
    height: 25px;
    color: #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: 50%;
    width: 100%;
    height: 70%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.wsus__banner_search1 {
    position: absolute;
    top: 90%;
    right: 13px;
    transform: translateY(-50%);
    background: #0A547AD1;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

.wsus__banner_search1 h4 {
    color: #2D8BBA;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.wsus__serach_single {
    margin-bottom: 20px;
}

.wsus__serach_single input {
    width: 100%;
    padding: 8px 15px;
    background: none;
    border: 1px solid #9d9b9b70;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
}

.wsus__serach_single input::placeholder {
    color: #fff;
}

.wsus__serach_single button {
    width: 100%;
    margin-top: 20px;
    padding: 8px 0px;
    text-transform: capitalize;
    background: #f02c2d;
    /*background: #828282 !important;*/
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
}

.pt_75 {
    margin-top: 70px;
}

.wsus__serach_single .select2-container--default .select2-selection--single {
    background: none;
    padding: 20px 15px;
    border: 1px solid #9d9b9b70;
    border-radius: 3px;
    background-color:#fff;
}

.wsus__serach_single .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.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_search1 .nav-pills {
    border: 1px solid #ffffff70;
    border-radius: 3px;
    margin-top: 20px;
}

.wsus__banner_search1 .nav-item {
    width: 33.33%;
}

.wsus__banner_search1 .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_search1 .nav-item:last-child button {
    border: none;
}

.wsus__banner_search1 .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_img1 {
    /*height: 610px;*/
    overflow: hidden;
    border-radius: 5px;
    padding: 15px;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;*/
    /*border: 1px solid #eee;*/
}

.wsus__about_img1 img:hover {
    transform: scale(1.5);
}

.wsus__about_img1 img {
    /*border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    /*-o-border-radius: 5px;*/
    
    transition: transform .2s;
}

.wsus__about_img {
    /*height: 500px;*/
    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:hover {
    transform: scale(1.5);
}

.wsus__about_img img {
    /*border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    /*-o-border-radius: 5px;*/
    
    transition: transform .2s;

}

.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;
    border-right: 1px solid #ffffff57;
}

.wsus__about_counter_single p {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
    color: #0A547AD9;
    text-align: center;
    font-family: 'Brown-Light', Helvetica, sans-serif;;
}


/* =====ABOUT END======= */


/* =====NEW PROPERTIES START===== */

.wsus__new_properties {
    background: #f1f1f1;
}

.wsus__single_property {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    overflow: hidden;
    margin-bottom: 25px;
    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 0px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 70px;
    text-align: center;
}

.wsus__single_property_img .rent {
    background: #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: 16px;
    border-radius: 3px;
    font-family: 'Brown-Light', Helvetica, sans-serif;;
}

.wsus__single_property_text .tk span {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.wsus__single_property_text .title {
    color: #000000;
    text-transform: capitalize;
    font-size: 18px;
    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: 'Brown-Light', Helvetica, 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;
}


.fa, .fab, .fad, .fal, .far, .fas {
    line-height: 2 !important;
}


/* =====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: 'Brown-Light', Helvetica, 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: 'Brown-Light', Helvetica, 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;
    
}

.wsus__services_heading span {
    margin-bottom: 25px;
}

.wsus__single_service {
    background: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
}

.wsus__single_service::after {
    content: "";
    position: absolute;
    background: #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: 20px;
    position: relative;
    z-index: 1;
}

.wsus__single_service h4 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wsus__single_service span {
    position: absolute;
    bottom: -30px;
    right: -30px;
    opacity: .15;
}

.wsus__single_service span i {
    margin: 0;
    font-size: 100px;
}


/* =====SERVICE END======= */


/* =====BLOG START===== */

.wsus__single_blog {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.wsus__blog_img {
    width: 100%;
    height: 250px;
    position: relative;
}

.wsus__blog_img .category {
    display: inline-block;
    background: #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: #000000;
    font-size: 18px;
    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: 'Brown-Light', Helvetica, 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;
    height: 300px;
    /*border: 1px solid #d7b170;*/
}

.wsus__testi_img {
    /*border-right: 1px dashed #0A547A70;*/
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.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: 150px !important;
    height: 150px !important;
    border-radius: 10%;
    /*box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;*/
    padding: 7px;
    position: relative;
    z-index: 1;
    border: 1px solid #d9c4af;
}

.wsus__testi_text {
    text-align: left;
    padding: 35px 20px 40px 0px;
}

.wsus__testi_text h2 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
}

.wsus__testi_text h5 {
    color: #f02c2d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 34px;
}

.wsus__testi_text p {
    position: relative;
}

/*.wsus__testi_text p i {*/
/*    color: #f02c2d1a;*/
/*    font-size: 100px;*/
/*    position: absolute;*/
/*    top: -110px;*/
/*    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: #323231;
}

.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: #ced3db;
    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: #ffffff00;
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #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: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.footer_link li a:hover {
    color: #f02c2d;
}

.footer_icon {
    margin-top: 45px;
}

.footer_icon li a {
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ffffff;
    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: #ffffff;
    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: #242423;
    padding: 10px 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: 205px 0px 150px 0px;
    margin-top: -130px;
}

.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: 'Brown-Light', Helvetica, 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: 'Brown-Light', Helvetica, 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: 27%;
    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: 'Brown-Light', Helvetica, sans-serif;;
}

.wsus__single_property_search input,
.wsus__quick_con_single input,
.wsus__quick_con_single textarea,
.wsus__con_form_single input,
.wsus__con_form_single textarea,
.wsus__pay_card input,
.wsus__my_profile_text input,
.wsus__dash_change_pass input,
.wsus__dash_banner_img input,
.wsus__property_input input,
.wsus__property_input textarea,
.nearest_location input {
    width: 100%;
    padding: 13px 20px;
    background: none;
    border: 1px solid #B9C4D7;
    border-radius: 3px;
    color: #0A547A;
    font-size: 16px;
    resize: none;
}

.wsus__single_property_search .select2-container--default .select2-selection--single {
    border: 1px solid #B9C4D7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.wsus__single_property_search_check .accordion-item {
    border: 1px solid #B9C4D7;
    margin: 25px 0px;
}

.wsus__single_property_search_check {
    margin-bottom: 20px;
}

.wsus__single_property_search_check .form-check-input:checked,
.dash_aminities .form-check-input:checked {
    background-color: #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: 'Brown-Light', Helvetica, 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: 10px 13px;
    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: auto;
}

.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: 20px;
}

.pro_det_slider .slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 10px;
    margin: 0px 2px;
    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: 0px solid transparent;
}

.pro_det_slider .slick-dots li.slick-active button {
    border-color: #fff;
    background: #f02c2d;
    width: 8px;
    height: 12px;
}

.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: 'Brown-Light', Helvetica, 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: 1px solid #B9C4D7;
    overflow: hidden;
    margin-bottom: 25px;
}

.wsus__sidebar_message_top {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 25px;
    background: #ffc1072e;
    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: 'Brown-Light', Helvetica, 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: 25px;
}

.wsus__sidebar_message form label,
.wsus__property_input label,
.pro_det_map label,
.nearest_location label {
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__sidebar_message form input,
.wsus__sidebar_message form textarea {
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    resize: none;
}

.wsus__sidebar_message form input,
.wsus__sidebar_message form textarea {
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #B9C4D7;
    resize: none;
    color: #0A547A;
}

.wsus__sidebar_message form button {
    border-radius: 5px;
    width: 100%;
    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
========================*/

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio, canvas, progress, video {
    display: block!important;
}

video {
    position: relative;
    top: 200px;
    left: 50%;
    /* min-width: 100%; */
    /* min-height: 100%; */
    height: 865px;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.wsus__about_page .wsus__about_img {
    height: auto;
}

.wsus__about_tab #pills-tab {
    background: #0A547A;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__about_tab .nav-item {
    width: 33.33%;
}

.wsus__about_tab .nav-pills .nav-link {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-right: 1px solid #fff;
    border-radius: 0;
    text-align: center;
}

.wsus__about_tab .nav-item:last-child .nav-link {
    border: none;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    background-color: #f02c2d;
    color: #fff;
}

.wsus__about_tab .tab-content p {
    margin-top: 10px;
}

.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;
    min-height: 290px;
    /*border: 1px solid #eee;*/
}

.wsus__single_team_img {
    width: 100%;
    height: auto;
    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: 0px;
    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: 'Brown-Light', Helvetica, sans-serif;;
}

.wsus__single_team .title:hover {
    color: #f02c2d;
}

.wsus__single_team p {
    font-size: 16px;
    text-align: center;
   color:#000;
}

.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: 30px 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
    min-height: 270px;
}

.wsus__contact_single i {
    color: #d9c4af;
    font-size: 50px;
}

.wsus__contact_single h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    margin: 20px 0px 10px 0px;
    text-align: center;
    color: #2D8BBA;
}

.wsus__contact_single a p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__con_form_single {
    margin-bottom: 25px;
}

.wsus__con_map {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.wsus__con_map iframe {
    width: 100%;
}

.wsus__con_form_single input,
.wsus__con_form_single textarea {
    border: 1px solid #B9C4D7;
}

.wsus__con_form_single input::placeholder,
.wsus__con_form_single textarea::placeholder {
    color: #0a557a70;
    opacity: 1;
}


/*========================
	CONTACT END
=========================*/


/*======================
    FAQ PAGE START
========================*/

.wsus__faq_text {
    margin-top: 70px;
    text-align: center;
    margin-bottom: -10px;
}

.wsus__faq_text h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #0B2C3D;
}

.wsus__faq_text .common_btn {
    display: inline-block;
}

.wsus__faq_text .wsus_call_btn {
    color: #27AE60;
    font-size: 30px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}

.wsus__faq .accordion-flush .accordion-item .accordion-button.collapsed {
    border: none;
}

.wsus__faq .accordion-flush .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
    text-transform: capitalize;
}

.wsus__faq .accordion-flush .accordion-button {
    font-weight: 600;
}

.wsus__faq .accordion-item {
    background: #f3f7fd;
    border-radius: 10px;
    margin-bottom: 20px;
    border: none;
}

.wsus__faq #accordionFlushExample {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.wsus__faq .accordion-button::after {
    background: #fff;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
}

.wsus__faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    flex-shrink: 0;
    margin-left: auto;
    content: "\f078";
    transition: transform .2s ease-in-out;
    background: #fff;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
}

.wsus__faq .accordion-button {
    color: #000000;
    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: 17px;
}

.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: 23%;
    height: 100vh;
    background: #e6ecf9a1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    border-right: 1px solid #e6ecf9a1;
}

.wsus__dashboard_logo {
    display: block;
    text-align: center;
    background: #fff;
    padding: 5px 0px;
}

.wsus__dashboard_logo img {
    width: 150px !important;
}

.wsus__agent_img {
    text-align: center;
    margin: 20px 0px;
}

.wsus__agent_img img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 8px;
}

.wsus__agent_img h5 {
    color: #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: 400px;
}

.wsus__deshboard_menu li a {
    color: #0A547A;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 12px 0px 12px 60px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    border-bottom: 1px solid #0A547A14;
}

.wsus__deshboard_menu li:last-child a {
    border: none;
}

.wsus__deshboard_menu li a i {
    width: 25px;
    color: #f02c2d;
}

.wsus__deshboard_menu li a:hover,
.wsus__deshboard_menu li a.dash_active {
    color: #f02c2d;
    background: #0A547A17;
    border-color: #0A547A17;
}

.wsus__dashboard {
    padding: 50px 50px 63px 50px;
}

.wsus__dashboard .heading {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wsus__dashboard .common_btn {
    padding: 10px 15px;
}

.wsus__dashboard .common_btn i {
    margin-right: 5px;
}

.wsus__dashboard .sub_heading {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
}

.wsus__manage_single {
    background: #f02c2d;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 25px;
}

.wsus__manage_single i {
    color: #fff;
    font-size: 30px;
    width: 65px;
    height: 65px;
    border: 2px solid #fff;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
}

.wsus__manage_single span {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin-top: 7px;
    text-align: center;
}

.wsus__manage_single p {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.wsus__manage_single.green {
    background: #1ec38b;
}

.wsus__manage_single.sky {
    background: #61affd;
}

.wsus__manage_single.orange {
    background: #fd7e14;
}

.wsus__manage_single.purple {
    background: #7c007c;
}

.wsus__manage_single.blue {
    background: #0072e3;
}

.wsus__dashboard_main_content .wsus__package_details {
    padding: 25px;
}

.wsus__my_property .table,
.wsus__dash_order .table {
    border-left: 1px solid #eee;
    margin: 0;
    border-top: 1px solid #eee;
}

.wsus__my_property .table tr,
.wsus__dash_order .table tr,
.wsus__dash_invoice .table tr {
    display: flex;
    border-bottom-color: #eee !important;
}

.wsus__my_property .table tr th,
.wsus__my_property .table tr td,
.wsus__dash_order .table tr th,
.wsus__dash_order .table tr td,
.wsus__dash_invoice .table tr td {
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
}

.wsus__my_property .table tr th,
.wsus__dash_order .table tr th,
.wsus__dash_invoice .table tr th {
    background: #0A547A33 !important;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 16px;
}

.wsus__my_property .image {
    width: 170px;
}

.wsus__my_property .image a {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}

.wsus__my_property .title {
    width: 350px;
}

.wsus__my_property .purpose {
    width: 187px;
}

.wsus__my_property .purpose p {
    color: #0A547A;
    text-transform: capitalize;
}

.wsus__my_property .status {
    width: 150px;
}

.wsus__my_property .status p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    background: #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: 182px;
    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: 320px;
    border-right: 1px solid #ddd;
}

.wsus__dash_info_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-left: 20px;
    padding: 5px;
}

.common_btn:hover {
    background: #828282 !important;;
}

.wsus__single_team1 {
    padding: 15px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 8px;
    border-radius: 5px;
    text-align: center;
    margin-top: 25px;
    min-height: 215px;
    border: 1px solid #eee;
}

.wsus__dash_info_text h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__dash_info_text a,
.wsus__dash_info_text p {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #0A547A;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__dash_info_text a:hover {
    color: #f02c2d;
}

.wsus__dash_info_text a i,
.wsus__dash_info_text p i {
    width: 25px;
    color: #f02c2d;
}

.wsus__my_profile_text input {
    margin-bottom: 25px;
}

.wsus__my_profile_text .file {
    padding: 11px 20px;
}

.wsus__my_profile_text .note-editing-area {
    position: relative;
    min-height: 130px;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
    background: #eee;
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 25px;
}

.wsus__dash_change_pass label {
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: capitalize;
}

.wsus__dash_change_pass input {
    margin-bottom: 25px;
}

.wsus__dash_banner_main {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 160px;
    border: 1px solid #ddd;
}

.wsus__dash_banner_img label {
    display: block;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 10px;
}

.wsus__dash_banner_img input {
    margin-bottom: 25px;
}

.wsus__dash_order .serial {
    width: 100px;
}

.wsus__dash_order .package {
    width: 289px;
}

.wsus__dash_order .package span {
    display: inline-block;
    background: #f02c2d;
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 30px;
}

.wsus__dash_order .p_date {
    width: 200px;
}

.wsus__dash_order .e_date {
    width: 200px;
}

.wsus__dash_order .price {
    width: 125px;
}

.wsus__dash_order .action {
    width: 125px;
}

.wsus__dash_order .action a {
    background: #f02c2d;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    border-radius: 2px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__dash_order .action a:hover {
    background: #0A547A;
}

.wsus__message_single {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-top: 25px;
    padding-bottom: 25px;
    flex-wrap: wrap;
}

.wsus__message_img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 8px;
    padding: 4px;
    border-radius: 50%;
}

.wsus__message_img img {
    border-radius: 50%;
}

.wsus__message_text {
    width: 85%;
    padding-left: 15px;
}

.wsus__message_text .ttile {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    color: #0A547A;
    width: 100%;
    height: auto;
}

.wsus__message_text .sub_title {
    font-size: 17px;
    text-transform: capitalize;
    color: #0A547A;
    width: 100%;
    height: auto !important;
    margin-bottom: 5px;
}

.wsus__message_text span {
    margin: 3px 0px 10px 0px;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
}

.wsus__message_text p i {
    color: #DEC949;
}

.wsus__message_icon {
    width: 50px;
    float: left;
    text-align: center;
    overflow: hidden;
    background: #0A547A1F;
}

.wsus__message_icon a {
    color: #0A547A;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.wsus__message_icon a.del:hover {
    background: #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: #0A547A;
}

.dash_aminities .form-check {
    margin-bottom: 25px;
}

.pro_det_map .note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    min-height: 130px;
}

.invoice_left a {
    width: 150px;
    margin-bottom: 5px;
}

.invoice_left h4 {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
}

.invoice_left p {
    margin-top: 5px;
}

.invoice_right {
    text-align: right;
}

.wsus__dash_invoice .table {
    margin-top: 35px;
    margin-bottom: 0;
    border-left: 1px solid #eee;
}

.wsus__dash_invoice .table tr th,
.wsus__dash_invoice .table tr td {
    display: block;
    padding: 10px;
    border-right: 1px solid #eee;
    width: 25%;
}

.wsus__dash_invoice .table tr td {
    color: #0A547A;
    text-transform: capitalize;
    font-size: 16px;
}

.wsus__dash_riview .common_btn {
    width: auto;
}

.worning {
    text-transform: capitalize;
    font-size: 18px;
    text-align: center;
    color: #f02c2d;
    background: #ffc10747;
    padding: 10px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 20px;
}

.nearest_location .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.wsus__edit_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 300px !important;
}

.wsus__edit_img i {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #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: #f02c2d;
    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;
}

.wsus__banner_search1 label {
    color: #000;
    font-size: 14px;
}

.large_subscribe form input::placeholder {
    color: #9da5a861;
    opacity: 1;
}

.custom_margin {
    margin-top: 45px !important;
    margin-bottom: 25px !important;
}
.bt1 {
    text-align: center;
}
.bt {
    text-align: center;
}
.bt a {
    background-color: #d7b170;
    color: white;
    padding: 13px 20px;
    font-weight: 600;
    /* border-radius: 20px; */
    border-radius: 30px;
    width: 180px;
    text-align: center;
}

.bt1 a {
    background-color: #d7b170;
    color: white;
    padding: 13px 20px;
    font-weight: 600;
    /* border-radius: 20px; */
    border-radius: 30px;
    width: 300px;
    text-align: center;
}

.btb {
    text-align: center;
    display: inline-block;
  
}
.btb a {
    background: #d7b170;
    color: #fff;
    padding: 14px 20px;
    border-radius: 38px;
    font-weight: 600;
    border: 1px solid #ddd;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff!important;
    
    text-transform: uppercase;
	    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.dropdown-item:focus, .dropdown-item:hover {
  
    color: #fff!important;
    background-color: #a26918 !important;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 1rem!important;
    clear: both;
    font-weight: 400;
    color: #0A547A;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}



.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 14rem;
    padding: 0 0 !important;
    margin: 0;
    font-size: 14px;
    color: #212529;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 0.25rem;
}

.banner-bt {
    text-align: center;
    margin-top: -180px;
    position: relative;
}

.pt-200 {
    padding-top: 200px;
}


		
		
		.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #bf9025;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.container2 {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.container2.left {
  left: 0;
}

.container2.right {
  left: 50%;
}

.container2::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #bf9025;
  border-radius: 16px;
  z-index: 1;
}

.container2.right::after {
  left: -8px;
}

.container2::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #bf9025;
  z-index: 1;
}

.container2.right::before {
  left: 8px;
}

.container2 .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006E51;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.container2.left .date {
  right: -75px;
}

.container2.right .date {
  left: -75px;
}

.container2 .icon {
  position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0px 0;
    top: calc(50% - 20px);
    background: #ffffff;
    border: 2px solid #bf9025;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #bf9025;
    z-index: 1;
}

.container2.left .icon {
  right: 56px;
}

.container2.right .icon {
  left: 56px;
}

.container2 .content {
  padding: 30px 90px 30px 30px;
  background: #cbab58;
  position: relative;
  border-radius: 0 500px 500px 0;
}

.container2.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.container2 .content h2 {
      margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: normal;
    color: #000000;
}

.container2 .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.mob-pt-40 {
    margin-bottom: 30px;
}

@media (min-width: 300px) and (max-width: 680px){
    .mob-center {
        text-align: center;
    }
    .mob-pt-30 {
        padding-top: 30px;
    }
    .mob-pt-40 {
       margin-bottom: 30px;
   }
   .mob-lg {
       display: block !important;
   }
   .web-lg {
       display: none;
   }
   .wsus__topbar1 {
       display: none !important;
   }
   .col-gp h4 {
    font-weight: 600;
    font-size: 1rem !important;
    }
    .w-20 {
    width: 50% !important;
}
}

.mb-disp {
    display: none;
}

.desk-disp {
        display: block;
    }


@media (min-width: 560px) and (max-width: 769.99px) {
    
    
}



@media (min-width: 360px) and (max-width: 550px) {
    .wsus__banner_search1 {
        position: absolute;
    top: 250px !important;
    right: 0px !important;
}
 
    
    video {
    top: 160px !important;
    height: 300px !important;
}

.mob-top {
    margin-top: 130% !important;
}

    .pad-mob {
        margin-bottom: 250px;
    }
    .pad1-mob {
        padding-bottom: 200px;
    }
    
    
    .pt-xs-275 {
      padding-top: 25px !important;
  }
  
  .pt_90 {
      padding-top: 20px !important;
  }
   
   .pt_200 {
      padding-top: 220px !important;
  }
   
   .mt_100 {
       margin-top: 10px !important;
   } 
   
   .mb-disp {
    display: block !important;
}
    .desk-disp {
        display: none;
    }
  
  .why-icon1 {
      width: 95px;
  }
  
  .pb-xs-40 {
      padding-bottom: 40px !important;
  }
  
  .future-img11 {
    width: 60% !important;
    height: auto;
    margin-top: -520px !important;
}
  
  .col-gp {
    padding: 0px 10px 25px !important;
}

.col-gup {
    padding: 0px 10px 5px !important;
}

.text-center-mb {
    text-align: center !important;
}
    .col-gop {
    padding: 5px 10px 25px !important;
}
   
   
   
}




@media (min-width: 300px) and (max-width: 350px) {
    
    .pt-xs-275 {
      padding-top: 275px !important;
  }
  
  .mb-disp {
    display: block !important;
}
    .desk-disp {
        display: none;
    }
  
  .why-icon1 {
      width: 100px;
  }
  
  .pb-xs-40 {
      padding-bottom: 40px !important;
  }
  
  .future-img11 {
    width: 60% !important;
    height: auto;
    margin-top: -360px !important;
}
  
  .col-gp {
    padding: 0px 10px 25px !important;
}

.col-gup {
    padding: 0px 10px 5px !important;
}

.text-center-mb {
    text-align: center !important;
}
    .col-gop {
    padding: 5px 10px 25px !important;
}

    p, span {
    font-size: 15px !important;
    font-weight: 400;
    margin: 0;
    color: #000000;
}
  
  .wsus__banner_search1 {
    position: absolute;
    top: 190% !important;
    right: 0px !important;
    }
    
    video {
        top: 160px !important;
        height:300px !important;
    }
  
  .wsus__banner .wsus__for_search {
    height: 20% !important;
  }
}



@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }
  
  .slick-slide {
      height: auto !important;
  }

  .container2 {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .container2.right1 {
    left: 0%;
  }

  .container2.left::after, 
  .container2.right1::after {
    left: 82px;
  }

  .container2.left::before,
  .container2.right1::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .container2.left .date,
  .container2.right1 .date {
    right: auto;
    left: 15px;
  }

  .container2.left .icon,
  .container2.right1 .icon {
    right: auto;
    left: 146px;
  }

  .container2.left .content,
  .container2.right1 .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
}

.flowchart{    margin-bottom: 20px;}

.parallax {
    background-image: url(../../uploads/website-images/bann.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax .form_1 {
}

.parallax form {
    padding: 23px 23px;
    background: #fff;
    margin: 90px auto;
}


.parallax .form_2 {
    width: 60%;
}

.why {
    padding: 20px;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: rgb(0 0 0 / 14%) 0px 6px 11px 1px;
    border-radius: 10px;
    text-align: center;
}



a.link {cursor:help;text-decoration:none;}
a.link.btn {border-color #d900ae;}
a.link:hover {background-color: #bf9025; color: #fff; text-decoration:none;}

[data-ml-modal] {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	z-index:999;
	width:0;
	height:0;
	opacity:0;
}
[data-ml-modal]:target {
	width:auto;
	height:auto;
	opacity:1;
	-webkit-transition:  opacity 1s ease;
	transition: opacity 1s ease;
}
[data-ml-modal]:target .modal-overlay {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	cursor:pointer;
	background-color:#000;
	background-color:rgba(0, 0, 0, 0.7);
	z-index:1;
}
[data-ml-modal] .modal-dialog {
	border-radius:25px;
	box-shadow:0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
	position:relative;
	width: 30%;
	max-width:660px;
	max-height:70%;
	margin:10% auto;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:2;
}
.modal-dialog-lg {max-width:820px !important;}

[data-ml-modal] .modal-dialog > h3 {
	background-color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    color: #bf9025;
    padding: 0.8em 56px 0.8em 27px;
}
[data-ml-modal] .modal-content {background:#fff; padding:10px 10px;}
[data-ml-modal] .modal-close {
  position: absolute;
    top: 20px;
    right: 13px;
    color: #0085a6;
    background-color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.modal-content {    border-radius: 0px!important;}
[data-ml-modal] .modal-close:hover {background-color:#0085a6; color:#fff; cursor:pointer;}
[data-ml-modal] p:first-child, [data-ml-modal] p:last-child {margin:0;}


.future-img
{
    width: 64px;
    height: auto;
    margin-bottom: 20px;
    transition-duration: 0.8s;
    transition-property: transform;
}

.future-img:hover
{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.text-center {
    text-align: center;
}

.pb-90 {
    padding-bottom: 90px;
}


.future-img11
{
    width: 80%;
    height: auto;
    margin-top: -160px;
}

.col-gp {
    padding: 15px 15px 40px;
}

.col-gup {
    padding: 40px 0 40px;
}

.col-gop {
    padding: 40px 10px 40px;
}



@media (max-width:767px) {
    .bad-text {
    font-size: 15px !important;
    /*margin-left: 30px;*/
    }
    
    .main_menu {

    border-bottom: none !important;

}
    
    .bad-cen {
        display: none;
    }
    .bad-mob {
        /*display: flex !important;*/
        height: 30px;
        text-align: center;
        border-bottom: 1px solid #c995643d;
        background: #fff;
        position: relative;
        z-index: 5;
        align-content: center;
        flex-direction: column;
    }
	[data-ml-modal] .modal-dialog {
	    margin:20% auto;
	    
	}
}
/* End Modals ------------------------------*/


.pt101 {
    padding-top: 10px;
}

.why a{color: #0a547a;}
.abc1 {
    background-color: #f5f7fb;
    padding-bottom: 30px;
    padding-top: 10px;
}


.bad-mob {
        display: none;
    }



#whats-chat
    {
        position:fixed;
        right:2%;
        bottom:10%;
        height:auto;
        width:auto;
        background:#25D366;
        padding:12.5px;
        border-radius:50px;
        z-index: 999;
    }
#whats-chat:hover
    {
        cursor:pointer;
        box-shadow:2px 2px 15px #ccc;
        /*bottom:11%;*/
    }
/*===============================*/
#chat-box
    {
        position:fixed;
        right:-500px;
        bottom:12%;
        width: 240px;
        height: 160px;
        transition:all .5s;
        z-index: 999;
    }
#chat-top
    {
        width:100%;
        line-height:2;
        background:#d7b170;
        color:white;
        text-align:center;
        border-radius:5px 5px 0 0;
        padding:0 10px;
    }
#chat-msg
    {
        background:#ffffff;
        padding:10px;
        border-radius:0 0 5px 5px;
        box-shadow:0 0 25px -10px #999;
    }
#chat-msg p
    {
        font-size:14px;
        padding:5px;
        /*background:white;*/
        border-radius:0 0px 0px 0px;
        margin-bottom:10px;
    }
#chat-form
    {
        display:flex;
    }
.chat-in
    {
        width:80%;
    }
#chat-form input
    {
        border-radius:5px 0 5px 5px;
        border: 1px solid #f8f1f1;
        outline:none;
        font-size:14px;
        padding:5px;
        line-height:0;
    }
#send-btn
    {
        width:20%;
        padding: 0 5px;
    }
#chat-top-right
    {
        float:right;
        padding:5px 0;
    }
#chat-box:after
    {
        content:'';
        position: absolute;
        top:58%;
        left: 90%;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent; 
    }
.right
    {
        float:right;
    }
.clear
    {
        clear:both;
    }


.mt_60 {
    margin-top: 60px;
}

.mb_60 {
    margin-bottom: 60px;
}
.gap-lg-bottom-equal {
    padding-bottom: 120px;
}
.text-mid {
    align-items: center;
}
.features-box {
    padding: 35px 25px;
    /*text-align: center;*/
    border-radius: 4px;
    box-shadow: 0px 10px 50px 0px rgba(26,46,85,0.1);;
    background-color: var(--color-white);
    -webkit-transition: var(--transition);
    transition: 0.3s;;
}
.title {
    font-weight: 600;
}
.career-tab p {
    margin-top: 20px;
}
.interior p {
    margin-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.career-title {
    font-size: 20px;
    font-weight: 600;
}











.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    /*min-height: 80vh;*/
    /*padding: 30px 50px;*/
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Brown-Light', Helvetica, sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    /*padding: 40px;*/
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}


.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
.wsus__career {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.offset-md-3 a:hover {
    color: #000000 !important;
}

.ptsb {
    padding-bottom: 20px;
}
.ptst {
    padding-top: 20px;
}

.ptst60 {
    margin-top: 30px;
}

.ptst100 {
    margin-top: 60px;
    text-align: center;
}
.text-cent {
    text-align: center;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 400px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}
.close {
    font-family: 'Brown-Light', Helvetica, sans-serif;
    background: #d9c4af;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
}
.close:hover {
    background: #d9c4af;
}

.career-title a{
    color: #000000 !important;
}

.wsus__about_tab .tab-content h5 {
    font-weight: 600;
}

.cl-blue {
    color: #2D8BBA;
}

.modalDialog1 {
    position: fixed;
    overflow: auto;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}
.modalDialog1:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog1 > div {
    max-width: 700px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}
.listo li {
    list-style: disc;
}
.team-img {
    width: 60%;
}
.pt-tm {
    margin-top: 20px;
}
.w-20 {
    width: 20%;
}
.listo {
    padding: 5px 10px 5px 15px;
}
.ptst p {
    font-size: 1rem;
}
.tech-icons img:hover {
    /*filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(0%) contrast(0%);*/
    /*box-shadow: 0px 0px 6px 0px #d7b170;*/
    opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.mob-lg {
    display: none;
}









table {
  width: 100%;
  border-spacing: 0;
  border-radius: 1em;
  overflow: hidden;
}

thead {
 visibility: hidden;
 position: absolute;
 width: 0;
 height: 0;
}

th {
  background: #215A8E;
  color: #fff;
}

td:nth-child(1) {
  background: #215A8E;
  color: #fff;
  border-radius: 1em 1em 0 0;
}

th, td {
  padding: 1em;
}

tr, td {
  display: block;
}

td {
  position: relative;
}

td::before {
  content: attr(data-label);
  position: absolute;
  left: 0;
  padding-left: 1em;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
}

tr {
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
  border-radius: 1em;
  text-align: center;
}

tr:last-of-type {
  margin-bottom: 0;
}

td:nth-child(n+2):nth-child(odd) {
  background-color: #ddd;
}


@media only screen and (min-width: 768px) {
  
  table {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #ddd;
  }
  
  thead {
    visibility: visible;
    position: relative;
  }
  
  th {
    text-align: left;
    text-transform: uppercase;
    font-size: .9em;
  }
  
  tr {
    display: table-row;
    border: none;
    border-radius: 0;
    text-align: center;
  }
  
  tr:nth-child(odd) {
  background-color: #ddd;
}
  
  td {
    display: table-cell;
  }
  
  td::before {
    content: none;
  }
  
  td:nth-child(1) {
    background: transparent;
    color: #444;
    border-radius: 0;
    font-size: 17px;
    font-weight: 600;
  }
  
  td:nth-child(n+2):nth-child(odd) {
    background-color: transparent;
  }
  
  
}








/*.table-wrapper{*/
/*    margin: 10px 70px 70px;*/
/*    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );*/
/*}*/

/*.fl-table {*/
/*    border-radius: 5px;*/
/*    font-size: 20px;*/
/*    font-weight: normal;*/
/*    border: none;*/
/*    border-collapse: collapse;*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    white-space: nowrap;*/
/*    background-color: white;*/
/*}*/

/*.fl-table td, .fl-table th {*/
/*    text-align: center;*/
/*    padding: 8px;*/
/*}*/

/*.fl-table td {*/
/*    border-right: 1px solid #f8f8f8;*/
/*    font-size: 17px;*/
/*}*/

/*.fl-table thead th {*/
/*    color: #ffffff;*/
/*    background: #d7b170;*/
/*}*/


/*.fl-table thead th:nth-child(odd) {*/
/*    color: #ffffff;*/
/*    background: #d7b170;*/
/*}*/

/*.fl-table tr:nth-child(even) {*/
/*    background: #F8F8F8;*/
/*}*/

/* Responsive */

/*@media (max-width: 767px) {*/
/*    .fl-table {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
    
/*    .table-wrapper{*/
/*    margin: 10px 15px 10px !important;*/
/*    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );*/
/*    }*/
    
/*    .table-wrapper:before{*/
/*        content: "Scroll horizontally >";*/
/*        display: block;*/
/*        text-align: right;*/
/*        font-size: 11px;*/
/*        color: white;*/
/*        padding: 0 0 10px;*/
/*    }*/
/*    .fl-table thead, .fl-table tbody, .fl-table thead th {*/
/*        display: block;*/
/*    }*/
/*    .fl-table thead th:last-child{*/
/*        border-bottom: none;*/
/*    }*/
/*    .fl-table thead {*/
/*        float: left;*/
/*    }*/
/*    .fl-table tbody {*/
/*        width: auto;*/
/*        position: relative;*/
/*        overflow-x: auto;*/
/*    }*/
/*    .fl-table td, .fl-table th {*/
/*        padding: 20px .625em .625em .625em;*/
/*        height: 60px;*/
/*        vertical-align: middle;*/
/*        box-sizing: border-box;*/
/*        overflow-x: hidden;*/
/*        overflow-y: auto;*/
/*        width: 120px;*/
/*        font-size: 13px;*/
/*        text-overflow: ellipsis;*/
/*    }*/
/*    .fl-table thead th {*/
/*        text-align: left;*/
/*        border-bottom: 1px solid #f7f7f9;*/
/*    }*/
/*    .fl-table tbody tr {*/
/*        display: table-cell;*/
/*    }*/
/*    .fl-table tbody tr:nth-child(odd) {*/
/*        background: none;*/
/*    }*/
/*    .fl-table tr:nth-child(even) {*/
/*        background: transparent;*/
/*    }*/
/*    .fl-table tr td:nth-child(odd) {*/
/*        background: #F8F8F8;*/
/*        border-right: 1px solid #E6E4E4;*/
/*    }*/
/*    .fl-table tr td:nth-child(even) {*/
/*        border-right: 1px solid #E6E4E4;*/
/*    }*/
/*    .fl-table tbody td {*/
/*        display: block;*/
/*        text-align: center;*/
/*    }*/
/*}*/






.columns {
  /*float: left;*/
  width: 90%;
  padding: 8px;
  box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 89%), 0 3.2px 8.9px -4px #d8b373, 0 25px 15px -25px #a59f95;
  padding: 20px 20px 20px 20px;
  height: 540px;
  background: #f1f1f1;

}

.columns:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price {
  list-style-type: disc;
    /* border: 2px solid #000; */
    margin: 0px;
    padding: 30px;
    padding-top: 30px;
  /*text-align: center;*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
  
}

.columns h3 {
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 20px;
}

.columns .hea {
    text-align: center !important;
    padding-bottom: 30px;
}



.price .header {
  background-color: #d7b170;
  color: white;
  font-size: 20px;
}

.columns button {
  background-color: #d7b170;
  color: white;
  font-size: 18px;
  padding: 5px 15px 5px 15px;
    border-radius: 20%;
    width: 130px;
    font-weight: 600;
}

.price li {
  /*border-bottom: 2px solid #000;*/
  padding: 10px;
  /*text-align: center;*/
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}


@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
    padding: 0px 0px 0px 15px !important;
  }
  .mb-none {
    display: block !important;
}
.wb-none {
    display: none !important;
    }
    
    [data-ml-modal] .modal-dialog {
    width: 90% !important;
    }
}