* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    background: #f3f7fd;
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}

ul,
ol {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
span {
    margin: 0;
    padding: 0;
}

span,
p {
    font-family: 'Roboto', sans-serif;
    color: #848181;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}


/*****************************
     COMMON CSS START
*****************************/

.common_btn {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #0B2C3D;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.common_btn::after {
    position: absolute;
    content: "";
    background: #27AE60;
    color: #fff;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    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_btn:hover::after {
    width: 100%;
    opacity: 1;
}

.common_btn:hover {
    color: #fff;
}

.common_btn_2 {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #27AE60;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.common_btn_2::after {
    position: absolute;
    content: "";
    background: #0B2C3D;
    color: #fff;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.common_btn_2:hover::after {
    width: 100%;
    opacity: 1;
}

.common_btn_2:hover {
    color: #fff;
}

.wsus__heading_area {
    margin-bottom: 35px;
}

.wsus__small_heading {
    font-weight: 900;
    font-size: 20px;
    text-transform: capitalize;
    color: #27AE60;
    margin-bottom: 13px;
}

.wsus__medium_heading {
    font-size: 30px;
    font-weight: 800;
    color: #0B2C3D;
    text-transform: capitalize;
}

.wsus__small_details {
    margin-top: 25px;
}


/********************
   COMMON CSS END
********************/


/*======================
  HOME PAGE START
========================*/


/********************
  HEADER START
********************/

header {
    background: #0B2C3D;
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.wsus__header_text {
    line-height: 40px;
}

.wsus__header_text a {
    color: #fff;
    margin-right: 30px;
    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__header_text a i {
    color: #27AE60;
    margin-right: 10px;
}

.wsus__header_text a:hover {
    color: #27AE60;
}

.wsus__header_icon {
    line-height: 40px;
    float: right;
}

.wsus__header_icon li {
    float: left;
    margin-left: 10px;
}

.wsus__header_icon li .nice-select {
    background: transparent !important;
    border: none;
}

.wsus__header_icon li .nice-select .current {
    color: #fff;
}

.wsus__header_icon .nice-select .option {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    width: 100%;
}

.wsus__header_icon li .nice-select:after {
    color: #fff;
    font-size: 11px;
    right:7px;
}

.wsus__header_icon li a {
    color: #fff;
    width: 28px;
    height: 28px;
    border: 2px solid #27AE60;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    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__header_icon a:hover {
    color: #fff;
    background: #27AE60;
    border-color: #27AE60;
}


/*********************
   HEADER SEND
**********************/


/*********************
   MENU PART START
**********************/

.wsus__main_menu {
    width: 100%;
    height: 80px;
    background: #0B2C3D7D;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 99;
}

.wsus__main_menu .navbar-brand {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1B6EEA;
}

.wsus__main_menu .navbar-brand span {
    color: #27AE60;
    text-transform: uppercase;
}

.navbar-nav li {
    margin: 0px 10px;
    position: relative;
}

.navbar-nav li a {
    color: #fff;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    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;
}

.navbar-nav li:hover>a,
.navbar-nav li a.active {
    color: #27AE60;
}

.navbar-nav li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #27AE60;
    bottom: 3px;
    left: 0;
    transform: scaleX(0);
    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;
}

.navbar-nav li a::before {
    position: absolute;
    content: "";
    background: #27AE60;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) !important;
    opacity: 0;
    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;
}

.navbar-nav>li:hover>a::after,
.navbar-nav>li:hover>a::before,
.navbar-nav>li>a.active::after,
.navbar-nav>li>a.active::before {
    transform: scaleX(1);
    opacity: 1;
}

.menu_fix {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 9999;
    animation: menu_animate 1s;
    background: #0B2C3D;
    height: 65px;
}

@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%);
    }
}

.menu_icon {
    display: flex;
    align-items: center;
}

.menu_icon>li {
    position: relative;
}

.menu_icon>li>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #27AE60;
    color: #fff;
    margin-left: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    font-size: 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;
}

.menu_icon li a:hover,
.menu_icon li a.active_icon {
    background: #fff;
    color: #27AE60;
}

.menu_icon li active_icon {
    background: #fff;
    color: #27AE60;
}

.wsus__dropdown {
    position: absolute;
    width: 250px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    top: 180%;
    left: 0;
    padding: 15px;
    text-align: left;
    border-top: 3px solid #1B6EEA;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    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: 25px;
    z-index: 9999;
}

.wsus__dropdown li {
    margin: 0;
}

.wsus__dropdown li a {
    text-transform: capitalize;
    color: #0B2C3D;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    padding: 10px !important;
    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;
}

.navbar-nav .wsus__dropdown li a:hover,
.navbar-nav .wsus__dropdown li a.drop_active {
    color: #27AE60;
    padding-left: 20px !important;
}

.wsus__main_menu li:hover .wsus__dropdown {
    opacity: 1;
    top: 145%;
    visibility: visible;
}

.menu_fix li:hover .wsus__dropdown {
    opacity: 1;
    top: 128%;
    visibility: visible;
}


/*********************
   MENU PART END
**********************/


/********************
  BANNER PART END
*********************/

#wsus__banner {
    background: url(../images/banner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wsus__banner_overlay {
    background: rgba(11, 44, 61, 0.8);
    padding: 240px 0px 195px 0px;
}

.wsus__banner_text h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 100px!important;
    padding: 0 100px;
}

.wsus__banner_text h1 span {
    color: #27AE60;
}

.wsus__banner_text #pills-tab {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wsus__banner_text .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background: #1B6EEA;
    border-radius: 3px;
    margin: 0px 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;
}

.wsus__banner_text .nav-pills .nav-link:hover,
.wsus__banner_text .nav-pills .nav-link.active,
.wsus__banner_text .nav-pills .show>.nav-link {
    color: #1B6EEA;
    background: #fff;
}

.wp_search_area button {
    border: none;
    width: 100%;
    padding: 14px 20px;
    background: #0B2C3D;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    border-radius: 0;
}

.wsus__banner_text form {
    background: #fff;
    padding: 5px;
    border-radius: 6px;
}


/*******************
   BANNER PART END
********************/


/*********************
   COUNTER PART END
**********************/

.wsus__counter_area {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: -70px;
}

.wsus__single_counter {
    border-right: 1px solid #ddd;
    overflow: hidden;
    padding: 35px 20px;
}

.wsus__single_counter.border_none {
    border-right: none;
}

.wsus__single_counter .wsus__counter_img {
    width: 30%;
    float: left;
}

.wsus__single_counter .wsus__counter_img img {
    width: 80px;
    height: auto;
}

.wsus__single_counter .wsus__counter_text {
    width: 65%;
    float: right;
    margin-top: -2px;
    text-align: center;
}

.wsus__single_counter .wsus__counter_text span {
    font-size: 30px;
    font-weight: 900;
    display: block;
    color: #093B55;
}

.wsus__single_counter .wsus__counter_text p {
    color: #7b7474;
    text-transform: capitalize;
    font-weight: 400;
}


/*********************
   COUNTER PART END
**********************/


/*********************
    ABOUT PART START
**********************/

#wsus__about {
    padding-top: 70px;
}

#wsus__about .wsus__heading_area h4,
#wsus__about .wsus__heading_area h2 {
    text-align: center;
}

.wsus__about_img {
    width: 100% !important;
    object-fit: cover !important;
    height: 525px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.wsus__about_img img {
    height: 100%;
    object-fit: cover;
}

.wsus__about_single {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 5px solid #27AE60;
    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__about_icon {
    width: 15%;
    float: left;
}

.wsus__about_icon i {
    font-size: 50px;
    color: #27AE60;
    margin-top: 20px;
}

.wsus__about_details {
    width: 75%;
    float: left;
    border-left: 1px solid #ddd;
    padding-left: 25px;
}

.wsus__about_details h3 {
    font-size: 25px;
    font-weight: 500;
    color: #0B2C3D;
    text-transform: capitalize;
}

.wsus__about_details p {
    margin-top: 13px;
    margin-bottom: 0;
    color: #919191;
}

.wsus__about_single:hover {
    border-color: transparent;
}


/********************
    ABOUT PART END
*********************/


/***********************
  TOP PROPERTY START
************************/

#wsus__top_property {
    padding-top: 60px;
}

#wsus__top_property .wsus__heading_area {
    margin-bottom: 45px;
}

.wsus__single_top_pro {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 23px;
    height: 400px;
    width: 100% !important;
    object-fit: cover !important;
}

.wsus__single_top_pro img {
    width: 100%;
    height: 100%;
}

.wsus__single_top_pro::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(11, 44, 61);
    background: linear-gradient(0deg, rgba(11, 44, 61, 0.5578431201582195) 20%, transparent 100%);
}

.wsus__single_top_pro img {
    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;
    width: 100% !important;
    height: 100%;
    object-fit: cover !important;
}

.wsus__single_top_pro:hover img {
    transform: scale(1.1);
}

.wsus__single_top_text {
    position: absolute;
    background: rgba(11, 44, 61, 0.5);
    width: 90%;
    height: 93%;
    top: 0;
    left: 0;
    text-align: center;
    margin: 5%;
    border-radius: 10px;
    z-index: 1;
}

.wsus__center_text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}

.wsus__center_text h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.wsus__center_text p {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 13px;
}

.wsus__center_text p span {
    color: #fff;
}


/***********************
   TOP PROPERTY END
************************/


/***********************
  RECENT PROPERTY START
************************/

#wsus__recent_property {
    padding-top: 86px;
}

#wsus__recent_property .wsus__heading_area {
    margin-bottom: 35px;
}

.wsus__single_property {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
}

.wsus__single_pro_img {
    width: 100%;
    height: 270px;
}

.wsus__single_pro_img img {
    width: 100% !important;
    height: 100%;
}

.wsus__single_property .mark {
    position: absolute;
    top: 0;
    left: 0;
    background: #27AE60;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    border-radius: 5px;
}

.wsus__single_property .urgent {
    position: absolute;
    top: 0px;
    right: 0;
    background: #1B6EEA;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    border-radius: 5px;
}

.wsus__single_pro_img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover !important;
}

.wsus__single_property .overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(11, 44, 61, 0.5);
    opacity: 0;
    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_pro_text {
    padding: 15px 25px;
}

.wsus__single_pro_text p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    color: #27AE60;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.wsus__single_pro_text p .middle_rating {
    color: #FDCC0D;
}

.wsus__single_pro_text p i {
    cursor: pointer;
}

.wsus__single_pro_text h4 {
    font-size: 20px;
    color: #0B2C3D;
    text-transform: capitalize;
    font-weight: 500;
    height: auto;
    margin-bottom: 30px;
}

.wsus__single_property .wsus__single_pro_text h4 {
    font-weight: bold;
}

.wsus__single_pro_text ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 11px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.wsus__single_pro_text ul li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #606060;
}

.wsus__single_pro_text ul li i {
    margin-right: 5px;
}

.wsus__single_pro_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wsus__single_pro_bottom span {
    font-size: 25px;
    font-weight: 600;
    color: #27AE60;
}

.wsus__single_property:hover .overlay {
    opacity: 1;
}


/**********************
  RECENT PROPERTY END
***********************/


/*******************
  AGENTS PART START
********************/

#wsus__agents {
    background: url(../images/agents_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 100px;
    background-attachment: fixed;
}

.wsus__agent_overlay {
    background: rgba(4, 21, 60, 0.7);
    padding: 95px 0px 100px 0px;
}

.wsus__single_agents {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-bottom: 15px;
    margin-top: 30px;
}

.wsus__single_agents p {
    color: #606060 !important;
}

.wsus__single_agents_img {
    padding: 15px 15px 0px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.wsus__single_agents_img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wsus__single_agents ul {
    text-align: center;
    background: #1F4E66;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 15px 30px;
}

.wsus__single_agents ul li {
    float: left;
}

.wsus__single_agents ul li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: green;
    margin: 0px 10px;
    border-radius: 50%;
    font-size: 16px;
    box-shadow: 0px 10px 15px rgb(0, 0, 0, 0.35);
    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_agents ul li a {
    background: white;
}

.wsus__single_agents ul li a:hover {
    box-shadow: 0px 2px 2px rgb(0, 0, 0, 0.35);
}

.wsus__single_agents ul li i {
    color: green !important;
}

.wsus__single_agents h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #0B2C3D;
    text-transform: capitalize;
    margin-top: 20px;
}

.wsus__single_agents p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 0px 20px !important;
}

.wsus__single_agents p i {
    margin-right: 5px;
}

.wsus__agent_button {
    justify-content: space-between;
    padding: 0px 15px;
    text-align: center;
}

.wsus__agent_button .common_btn_2 i {
    margin-right: 5px;
}


/*******************
  AGENTS PART END
********************/


/******************
SERVICES PART START
*******************/

#wsus__services {
    padding-top: 95px;
}

.wsus__single_service {
    border: 1px solid #eee;
    padding: 25px;
    padding-bottom: 0;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    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;
    margin-top: 30px;
}

.wsus__single_service::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100px;
    background: #27AE60;
    top: -45px;
    left: -20px;
    transform: rotate(45deg);
    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_service::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 100px;
    background: #27AE60;
    bottom: -45px;
    right: -20px;
    transform: rotate(45deg);
    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_service i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #27AE60;
    border-radius: 50%;
    font-size: 30px;
    color: #27AE60;
    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_service h5 {
    font-size: 20px;
    font-weight: 600;
    color: #0B2C3D;
    margin-top: 28px;
    margin-bottom: 20px;
}

.wsus__single_service p {
    height: 130px;
}

.wsus__single_service:hover {
    box-shadow: none;
}

.wsus__single_service:hover::after,
.wsus__single_service:hover::before {
    background: #0B2C3D;
}

.wsus__single_service:hover i {
    background: #0B2C3D;
    border-color: #0B2C3D;
    color: #fff;
}


/******************
SERVICES PART END
*******************/


/******************
 BLOG PART START
*******************/

#wsus__blog {
    padding-top: 95px;
}

.wsus__single_blog {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 30px;
}

.wsus__blog_img {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.wsus__blog_img a {
    width: 100%;
    height: 100%;
    display: block;
}

.wsus__blog_img img {
    display: block;
    height: 100%;
    width: 100% !important;
    object-fit: cover !important;
}

.wsus__blog_img p {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #fff;
    padding-right: 20px;
    color: #0B2C3D;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 17px;
}

.wsus__blog_img p span {
    background: #27AE60;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.wsus__blog_text {
    padding: 20px;
}

.wsus__blog_text h4 {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.wsus__blog_text span {
    font-size: 16px;
    margin-left: 20px;
}

.wsus__blog_top_row {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    margin-top: 25px;
}

.wsus__blog_top_row h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    color: #212529;
    width: 100%;
    height: auto;
    line-height: 25px;
}

.wsus__blog_top_row h4 a {
    color: #212529;
}

.wsus__blog_top_row span {
    font-size: 14px;
    color: #27AE60;
    border: 1px solid #27AE60;
    border-radius: 5px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    margin-left: 10px;
}

.wsus__single_blog .des {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 20px;
    margin-bottom: 22px;
    height: 50px;
    overflow: clip;
}

.wsus__blog_footer {
    padding: 20px;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.wsus__blog_footer img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.wsus__blog_footer p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
    color: #0B2C3D;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.wsus__blog_footer p span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.wsus__blog_footer p span i {
    margin-right: 2px;
}

.wsus__blog_footer a {
    color: #27AE60;
    border-bottom: 1px solid #27AE60;
    font-size: 16px;
    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;
}

.wsus__blog_footer a:hover {
    color: #0B2C3D !important;
    border-color: #0B2C3D;
}


/******************
   BLOG PART END
*******************/


/***********************
TESTIMONIAL PART START
************************/

#wsus__testimonial {
    background: url(../images/testy_bg.png);
    background-repeat: repeat;
    background-position: center;
    margin-top: 100px;
    background-attachment: fixed;
}

#wsus__testimonial .wsus__heading_area {
    margin-bottom: 65px;
}

.testimonial_overlay {
    background: rgba(4, 21, 60, 0.7);
    padding: 95px 0px 100px 0px;
}

.wsus__single_clients {
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px 15px;
    min-height: 320px;
}

.wsus__single_clients p {
    text-align: left;
    margin-bottom: 32px;
    position: relative;
    border: 1px solid #eee;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-left: 50px;
    height: auto;
    overflow: hidden;
}

.wsus__single_clients p i {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #27AE60;
    font-size: 30px;
    padding: 8px;
}

.wsus__single_clients img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    margin-left: 50px;
}

.wsus__single_clients .c_name {
    display: block;
    color: #0B2C3D;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 45px;
}

.wsus__single_clients .c_det {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    color: #27AE60;
}

#wsus__testimonial button {
    display: none;
}


/***********************
TESTIMONIAL PART END
************************/


/***********************
APPS PART END
************************/

#wsus__apps {
    padding-top: 100px;
}

.wsus_apps_bg {
    background: #fff;
    padding: 43px 0px 50px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.wsus__apps_img {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.wsus_apps_text h2 {
    color: #0B2C3D;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 800;
}

.wsus_apps_text p {
    margin-top: 20px;
    margin-bottom: 22px;
}

.wsus_apps_text ul {
    display: flex;
}

.wsus_apps_text ul li {
    margin-right: 20px;
}

.wsus_apps_text ul li a i {
    margin-right: 10px;
}


/***********************
APPS PART END
************************/


/******************
FOOTER PART START
*******************/

footer {
    background: url(../images/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 100px;
}

.wsus__footer_overlay {
    background: rgba(11, 44, 61, 0.9);
    padding-top: 95px;
}

.wsus__footerlogo {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    color: #1B6EEA;
    margin-bottom: 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;
}

.wsus__footerlogo span {
    color: #27AE60;
    text-transform: uppercase;
}

.wsus__footerlogo:hover {
    color: #27AE60;
}

.wsus__footer_text {
    padding-right: 30px;
}

.wsus__footer_text h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.wsus__footer_text p {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 25px;
}

.wsus__footer_text form {
    position: relative;
}

.wsus__footer_text input {
    width: 100%;
    padding: 15px 120px 15px 15px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #0B2C3D;
}

.wsus__footer_text button {
    border: none;
    outline: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 20px;
    border-left: 1px solid #0B2C3D;
}

.wsus__footer_text h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    border-bottom: 1px solid #27AE60;
    padding-bottom: 5px;
    display: inline-block;
}

.wsus__short_link li {
    margin: 15px 0px;
}

.wsus__short_link li a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    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__short_link li a:hover {
    color: #27AE60;
    padding-left: 10px;
}

.wsus__social_link {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.wsus__social_link li {
    float: left;
    margin-right: 15px;
}

.wsus__social_link li a {
    width: 30px;
    height: 30px;
    border: 1px solid #27AE60;
    color: #27AE60;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #0B2C3D;
    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__social_link li a:hover {
    background: #27AE60;
    color: #fff;
}

.wsus__footer_address {
    margin-top: 30px;
}

.wsus__footer_address p,
.wsus__footer_address a {
    margin: 15px 0px;
    color: #fff;
    display: flex;
    align-items: center;
}

.wsus__footer_address i {
    margin-right: 20px;
    color: #27AE60;
}

.wsus_copywrite {
    background: #001b28;
    padding: 30px 0px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 100px;
}

.wsus_copywrite p {
    color: #dfdfdf;
}


/******************
FOOTER PART END
*******************/


/******************
SCROLL BUTTON START
*******************/

.wsus__scroll_btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    right: 25px;
    bottom: 10px;
    font-size: 20px;
    position: fixed;
    cursor: pointer;
    z-index: 99;
    display: none;
    background: #27AE60;
    border-radius: 50%;
    animation: move linear .8s infinite alternate;
}

@keyframes move {
    from {
        bottom: 10px;
    }
    to {
        bottom: 5px;
    }
}


/******************
SCROLL BUTTON  END
*******************/


/*======================
  HOME PAGE END
========================*/


/*======================
  ABOUT PAGE START
========================*/


/*===BREADCRUMB START====*/

#wsus__breadcrumb {
    background: url(../images/bread_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.wsus_bread_overlay {
    background: #0B2C3DC4;
    padding: 195px 0px 82px 0px;
}

#wsus__breadcrumb h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

#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-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item.active {
    color: #27AE60;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


/*===BREADCRUMB END====*/


/*=== ABOUT PART START====*/

.wsus__about_text button {
    border: none;
    background: #093B55;
    border-radius: 0 !important;
    outline: none;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
}

.wsus__about_text .nav-pills .nav-link.active,
.wsus__about_text .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #27AE60;
}

.wsus__about_text .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #27AE60;
}

.wsus__about_text_box {
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.wsus__about_text_box span {
    font-size: 60px;
    font-weight: 900;
    width: 100px;
    height: 100px;
    border-right: 1px solid #eee;
    text-align: center;
    line-height: 100px;
    float: left;
    margin-right: 15px;
    color: #0B2C3D;
}

.wsus__about_text_box p {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    color: #093B55;
}

.wsus__about_text .wsus_tab_details {
    font-size: 16px;
}

.wsus__about_text .common_btn {
    display: inline-block;
}


/*=== ABOUT PART END====*/


/*=== AWARDS PART START====*/

#wsus__awards {
    background: #093B55;
    padding: 100px 0px;
    margin-top: 100px;
}

.wsus__single_awards {
    background: #0D0D0D4D;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
}

.wsus__single_awards i {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    color: #fff;
    border-radius: 10px;
    background: #093B55;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.wsus__single_awards span {
    display: block;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-top: 17px;
}

.wsus__single_awards p {
    color: #fff;
    font-weight: 400;
}


/*=== AWARDS PART END====*/


/*=== TEAM PART START====*/

#wsus__team {
    padding-top: 95px;
}

#wsus__team .wsus__heading_area {
    margin-bottom: 36px;
}

.wsus__single_team {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    padding: 25px;
    margin-top: 30px;
    border: 1px solid transparent;
    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 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover !important;
}

.wsus__single_team span {
    display: block;
    color: #093B55;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-top: 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;
}

.wsus__single_team p {
    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__single_team ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.wsus__single_team ul li a {
    position: relative;
    width: 35px;
    height: 35px;
    background: linear-gradient(0deg, #ddd, #fff);
    display: block;
    text-align: center;
    margin: 0px 5px;
    border-radius: 50%;
    padding: 6px;
    line-height: 35px;
    color: black;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0px 10px 15px rgb(0, 0, 0, 0.4);
    transition: 0.5s;
}

.wsus__single_team ul li a i {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fff, #ddd);
    display: block;
    border-radius: 50%;
    line-height: 25px;
    font-size: 15px;
    transition: 0.5s;
}

.wsus__single_team ul li a:hover {
    box-shadow: 0px 3px 3px rgb(0, 0, 0, 0.3);
}

.wsus__single_team ul li:nth-child(1) a {
    color: #1D4B98;
}

.wsus__single_team ul li:nth-child(2) a {
    color: #1C9CEA;
}

.wsus__single_team ul li:nth-child(3) a {
    color: #0077B0;
}

.wsus__single_team ul li:nth-child(4) a {
    color: #46C254;
}

.wsus__single_team:hover {
    border: 1px solid #27AE60;
    transform: scale(1.03);
}

.wsus__single_team:hover span,
.wsus__single_team:hover p {
    color: #27AE60;
}


/*===TEAM PART END====*/


/*======================
  ABOUT PAGE END
========================*/


/*======================
  CONTACT PAGE START
========================*/

#wsus__contact {
    padding-top: 100px;
}

.wsus__contact_text {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.wsus__contact_text i {
    font-size: 40px;
    color: #27AE60;
}

.wsus__contact_text h4 {
    color: #0B2C3D;
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 20px;
}

.wsus__contact_text p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.wsus__contact_text p:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.wsus__contact_text a {
    display: block;
    color: #093B55;
    font-size: 16px;
    font-weight: 400;
}

.wsus__contact_text .common_btn_2 {
    display: inline-block;
}

#wsus__contact form {
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
}

#wsus__contact form h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #093B55;
    margin-bottom: 20px;
}

.wsus__contact_form input,
.wsus__contact_form textarea {
    width: 100%;
    border: 1px solid #00000030;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 25px;
    resize: none;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.wsus__contact_form button {
    border: none;
}

.wsus__maps {
    margin-top: 74px;
    margin-bottom: -10px;
}


/*======================
  CONTACT PAGE END
========================*/


/*======================
   BLOG PAGE START
========================*/

#wsus_pagination {
    margin-top: 50px;
}

#wsus_pagination .page-item.active .page-link {
    color: #fff;
    background-color: #27AE60;
    border-color: #27AE60;
}

#wsus_pagination .page-link {
    color: #27AE60;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin: 0px 5px;
    border: 1px solid #27AE60;
}

#wsus_pagination .page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #27AE60;
    border-color: #27AE60;
}

#wsus_pagination .page-link:focus {
    background-color: none;
    outline: 0;
    box-shadow: none;
}


/*======================
   BLOG PAGE END
========================*/


/*======================
  BLOG DETAILS START
========================*/

#wsus__blog_details {
    padding-top: 100px;
}

.wsus__blog_bar {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wsus__blog_bar form {
    position: relative;
}

.wsus__blog_bar p {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #0B2C3D;
    margin-bottom: 20px;
}

.wsus__blog_bar input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0B2C3D;
}

.wsus__blog_bar button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 15px 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.wsus__blog_bar ul li {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.wsus__blog_bar ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.wsus__blog_bar ul li a {
    color: #0B2C3D;
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    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__blog_bar ul li a:hover,
.wsus__blog_bar ul li a:hover span {
    color: #27AE60;
}

.wsus__blog_bar a {
    margin-bottom: 18px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 13px;
}

.wsus__blog_bar a img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.wsus__trend_text {
    width: 100%;
}

.wsus__trend_text p {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: -6px;
}

.wsus__trend_text span {
    font-size: 14px;
    text-transform: capitalize;
}

.wsus__trend_text span i {
    margin-right: 5px;
}

.wsus__blog_bar a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.wsus__blog_right_colum {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.wsus__blog_right_colum img {
    border-radius: 10px;
}

.wsus__blog_small_text {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.wsus__blog_small_text span {
    margin-right: 30px;
}

.wsus__blog_small_text p span {
    margin-right: 20px;
}

.wsus__blog_small_text span i {
    margin-right: 5px;
}

.wsus__blog_right_colum h4 {
    font-size: 25px;
    font-weight: 600;
    color: #0B2C3D;
    margin-bottom: 25px;
}

.wsus__blog_small_details {
    font-size: 16px;
    font-weight: 400;
}

.wsus__blog_small_details span {
    display: block;
    margin-top: 25px;
}

.wsus__blog_quot {
    background: #f3f7fd;
    padding: 30px 30px 30px 100px;
    border-radius: 10px;
    border: 1px solid #eee;
    position: relative;
    margin: 68px 0px 65px 0px;
}

.wsus__blog_quot p {
    font-style: italic;
}

.wsus__blog_quot p i {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #27AE60;
    font-size: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wsus__blog_quot h6 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    color: #093B55;
    margin-top: 20px;
    font-style: italic;
}

.wsus__blog_share_area {
    display: block;
    overflow: hidden;
}

.wsus__blog_share_area .wsus__share_item {
    width: 50%;
    float: left;
}

.wsus__share_item h6 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    color: #093B55;
    margin-top: 20px;
    margin-bottom: 15px;
}

.wsus__share_item ul {
    display: flex;
}

.wsus__share_item ul li {
    margin-right: 15px;
}

.wsus__text_right {
    text-align: right;
}

.wsus__share_item .wsus__share_icon {
    justify-content: flex-end;
}

.wsus__share_item .wsus__share_icon li {
    margin-right: 0;
    margin-left: 20px;
}

.wsus__share_item .wsus__share_icon li a {
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.wsus__share_item .wsus__share_icon li a i {
    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__share_item .wsus__share_icon li:nth-child(1) a {
    background: #1873EB;
}

.wsus__share_item .wsus__share_icon li:nth-child(2) a {
    background: #1C9CEA;
}

.wsus__share_item .wsus__share_icon li:nth-child(3) a {
    background: #02679A;
}

.wsus__share_item .wsus__share_icon li:nth-child(4) a {
    background: #169C0C;
}

.wsus__share_item .wsus__share_icon li:nth-child(5) a {
    background: #DE0123;
}

.wsus__share_item .wsus__share_icon li a:hover i {
    transform: rotate(360deg);
}

.wsus__bloger_details {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 30px;
}

.wsus__bloger_details img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid #eee;
    padding: 3px;
}

.wsus__bloger_details h3 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    color: #093B55;
    margin-top: 20px;
    margin-bottom: 15px;
}

.wsus__bloger_details ul {
    display: flex;
    justify-content: center;
}

.wsus__bloger_details ul li {
    margin: 0px 10px;
}

.wsus__bloger_details ul li a {
    color: #0B2C3D;
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #eee;
    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__bloger_details p {
    margin-top: 30px;
}

.wsus__bloger_details ul li:nth-child(1) a:hover {
    color: #1873EB;
    border-color: #1873EB;
}

.wsus__bloger_details ul li:nth-child(2) a:hover {
    color: #1C9CEA;
    border-color: #1C9CEA;
}

.wsus__bloger_details ul li:nth-child(3) a:hover {
    color: #02679A;
    border-color: #02679A;
}

.wsus__bloger_details ul li:nth-child(4) a:hover {
    color: #02679A;
    border-color: #02679A;
}

.wsus__bloger_details ul li:nth-child(5) a:hover {
    color: #DE0123;
    border-color: #DE0123;
}

.wsus__blog_comment_area {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    overflow: hidden;
    margin-top: 30px;
}

.wsus__blog_comment_area h3 {
    font-size: 25px;
    font-weight: 600;
    color: #0B2C3D;
    margin-bottom: 35px;
}

.wsus__comm_img {
    width: 20%;
    float: left;
}

.wsus__comm_img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.wsus__comm_text {
    width: 80%;
    float: left;
}

.wsus__comm_text h5 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    color: #093B55;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wsus__comm_text h5 span {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #848181;
}

.wsus__comm_text h5 span i {
    transform: rotateX(180deg);
    font-size: 14px;
    margin-right: 5px;
}

.wsus__comm_text span {
    color: #27AE60;
    text-transform: capitalize;
    font-size: 15px;
}

.wsus__comm_text p {
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.wsus__blog_comment_area a {
    display: block;
    text-align: center;
    color: #093B55;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}

.wsus__rite_comment form {
    position: relative;
}

.wsus__select_rating {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.wsus__rating_left {
    width: 67%;
}

.wsus__rating_right {
    width: 33%;
    background: #DEE9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    padding: 30px;
}

.wsus__rating_right h2 {
    display: flex;
    font-size: 35px;
    font-weight: 700;
    color: #1B6EEA;
}

.wsus__rating_right p {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #0B2C3D;
}

.wsus__select_rating .wsus__single_review {
    text-transform: capitalize;
    color: #27AE60;
    font-size: 16px;
    text-align: left;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

.wsus__select_rating .wsus__single_review span {
    color: #27AE60;
    margin-right: 5px;
    display: block;
    font-size: 18px;
}

.wsus__select_rating .wsus__single_review i {
    font-size: 16px;
    cursor: pointer;
}

.wsus__single_review.blue span,
.wsus__single_review.blue i {
    color: #0DCAF0;
}

.wsus__single_review.orange span,
.wsus__single_review.orange i {
    color: #FFC107;
}

.wsus__single_review.red span,
.wsus__single_review.red i {
    color: #DC3545;
}

.wsus__rite_comment input {
    width: 48.5%;
    float: left;
    padding: 10px 20px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    margin-right: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.wsus__rite_comment .wsus_form_mar {
    margin-right: 0;
}

.wsus__rite_comment textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 20px;
    resize: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.wsus__rite_comment button {
    border: none;
    display: flex;
    align-items: center;
}

.wsus__rite_comment button i {
    margin-right: 10px;
}


/*======================
  BLOG DETAILS END
========================*/


/*======================
  PROPERTY PAGE START
========================*/

#wsus__property {
    padding-top: 100px;
}

.wsus__property_topbar {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.wsus__property_topbar.mar {
    margin-bottom: 30px;
}

.wsus__property_topbar::after {
    position: absolute;
    content: "";
    background: #ddd;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.wsus__property_topbar::before {
    position: absolute;
    content: "";
    background: #ddd;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
}

.wsus__property_topbar_left {
    display: flex;
}

.wsus__property_topbar_left ul {
    display: flex;
}

.wsus__property_topbar_left ul li a {
    width: 52px;
    height: 52px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    color: #093B55;
    border-right: 0;
}

.wsus__property_topbar .select2-container {
    width: 180px !important;
}

.wsus__property_topbar_left ul li a.wsus_active_bar {
    color: #1B6EEA !important;
}

.wsus__property_sidebar {
    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;
    position: relative;
}

.wsus__filter_icon .minus_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.wsus__property_sidebar h3 {
    background: #093B55;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.wsus__sidebar_center {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.wsus__property_sidebar label {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.wsus__property_sidebar .wp_search_area {
    margin-bottom: 15px;
}

.wsus__single_input {
    margin-bottom: 15px;
    overflow: hidden;
}

.wsus__single_input input {
    border: 1px solid #e6e1e1;
    padding: 10px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0B2C3D;
}

.wsus__property_sidebar button {
    border: none;
    border-radius: 0;
    padding: 13px 30px;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.wsus__property_sidebar .accordion-flush .accordion-item:first-of-type .accordion-button {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background: none;
    color: #27AE60;
    border: 1px solid #27AE60;
    padding: 5px;
    margin: 0;
}

.wsus__property_sidebar .accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.wsus__property_sidebar .accordion-body {
    padding: 0;
}

.wsus__property_sidebar .accordion-item:last-of-type .accordion-collapse {
    border: none;
}

.wsus__property_sidebar .accordion-button::after {
    width: 14px;
    height: 14px;
    background-size: auto;
}

.wsus__accordian_body {
    margin-top: 15px;
}

.wsus__accordian_body label {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 3px 0px;
    font-weight: normal;
}

.accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    content: "\f078";
    background: none;
    background-repeat: no-repeat;
    background-size: auto;
    transition: transform .2s ease-in-out;
}

.wsus__sidebar_property .wsus__sidebar_property h3 {
    text-align: center;
    display: block;
}

.wsus__sidebar_property .wsus_single_feature {
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.wsus__sidebar_property .wsus_single_feature h4 {
    font-size: 14px;
    color: #0B2C3D;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}

.wsus__sidebar_property .wsus_single_feature span {
    color: #27AE60;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.wsus__sidebar_property .wsus_single_feature p {
    font-size: 16px;
}

.wsus__sidebar_property .wsus__sidebar_center {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.wsus__filter_icon {
    width: 51px;
    height: 49px;
    text-align: center;
    line-height: 52px;
    background: #1B6EEA;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}


/*======================
  PROPERTY PAGE END
========================*/


/*======================
  PROPERTY LIST START
========================*/

#wsus__property_list_view {
    padding-top: 100px;
}

#wsus__property_list_view .wsus__property_sidebar h3 {
    margin-top: 0px;
}

.wsus__list_item {
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 24px;
}

.wsus__list_item_img {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 270px;
}

.wsus__list_item_img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover !important;
}

.wsus__list_item_img .mark {
    position: absolute;
    top: 0;
    left: 0;
    background: #27AE60;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    border-radius: 5px;
}

.wsus__list_item_img .urgent {
    position: absolute;
    top: 0px;
    right: 0;
    background: #1B6EEA;
    color: #fff;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    border-radius: 5px;
}

.wsus__list_item_img .overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(11, 44, 61, 0.5);
    opacity: 0;
    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__list_item:hover .overlay {
    opacity: 1;
}

.wsus__list_item_text {
    width: 50%;
    float: left;
    padding-left: 30px;
}

.wsus__list_item_text p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #0B2C3D;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.wsus__list_item_text p b {
    color: #27AE60;
}

.wsus__list_item_text p i {
    color: #DEC949;
    cursor: pointer;
}

.wsus__list_item_text p span {
    font-size: 20px;
    font-weight: 600;
    color: #27AE60;
}

.wsus__list_item_text h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0B2C3D;
    margin-top: 15px;
    height: auto;
    margin-bottom: 30px;
}

.wsus__list_item_text h4 a {
    color: #0B2C3D;
}

.wsus__list_item_text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.wsus__list_item_text ul li {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #919191;
}

.wsus__rating_n_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsus__rating_n_btn p {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    border: none;
}

.wsus__rating_n_btn p span {
    background: #DEE9F9;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 5px;
}


/*======================
  PROPERTY LIST END
========================*/


/*======================
 PROPERTY DETAILS START
========================*/

#wsus__property_details .wsus_property_img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px;
    margin-top: 100px;
    border: 1px solid #ddd;
}

#wsus__property_details .slick-dots {
    position: absolute;
    left: 45%;
    bottom: 50px;
    display: flex;
}

#wsus__property_details .slick-dots li button {
    font-size: 0;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #0B2C3D;
    border-radius: 50%;
    margin: 0 5px;
    outline: 0;
    position: relative;
    padding: 0;
}

#wsus__property_details .slick-dots li button::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0B2C3D;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#wsus__property_details .slick-dots li.slick-active button {
    border-color: #27AE60;
}

#wsus__property_details .slick-dots li.slick-active button::after {
    background: #27AE60;
}

.wsus__pro_left_det {
    margin-top: 92px;
}

.wsus__single_details {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.wsus__single_details .wsus__sale {
    display: inline-block;
    background: #FEECE5;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    color: #27AE60;
}

.wsus__single_details h3 {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 5px 0px;
}

.wsus__single_details p i {
    margin-right: 10px;
}

.wsus__single_details .wsus__bold_text {
    font-size: 14px;
    text-transform: capitalize;
}

.wsus__single_details .wsus__bold_text span {
    font-size: 25px;
    font-weight: 600;
    color: #27AE60;
}

.wsus__single_details ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}

.wsus__pro_track_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsus__pro_track_area ul li {
    margin-right: 10px !important;
}

.wsus__pro_track_area ul li a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    background: #eee;
    padding: 3px 8px;
    color: #0B2C3D;
    border-radius: 3px;
}

.wsus__pro_track_area ul li a i {
    width: auto;
    height: auto;
    line-height: 0;
    box-shadow: none;
    margin-right: 5px;
}

.wsus__single_details ul li {
    margin-right: 30px;
    color: #093B55;
}

.wsus__single_details ul li i {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background: #f3f7fd;
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.wsus__single_column {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    overflow: hidden;
}

.wsus__single_column h6 {
    color: #093B55;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.wsus__single_div {
    width: 50%;
    float: left;
}

.wsus__single_div p {
    color: #646262;
    margin-top: 10px;
}

.wsus__single_div p span {
    font-weight: 400;
    width: 45%;
    display: inline-block;
    color: #093B55;
}

#wsus__accordian #accordionFlushExample {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 0;
}

#wsus__accordian .accordion-item {
    background: #f3f7fd;
    border-radius: 10px;
    margin-bottom: 20px;
}

#wsus__accordian #flush-headingOne {
    color: #0B2C3D;
}

#wsus__accordian .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

#wsus__accordian .accordion-flush .accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
    text-transform: capitalize;
}

#wsus__accordian .accordion-button:not(.collapsed) {
    color: #0B2C3D;
    background: #e7f1ff;
    border-radius: 10px;
    border: none;
}

#wsus__accordian .accordion-flush .accordion-item .accordion-button.collapsed {
    border: none;
}

#wsus__accordian .accordion-button:not(.collapsed)::after {
    background: none;
}

#wsus__accordian .accordion-item:last-of-type .accordion-collapse {
    border: none;
}

#wsus__accordian .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__accordian .wsus__video {
    position: relative;
    overflow: hidden;
}

#wsus__accordian .wsus__single_video {
    position: relative;
    overflow: hidden;
}

#wsus__accordian .wsus__single_video img {
    border-radius: 10px;
}

#wsus__accordian .wsus__single_video a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.47);
    border-radius: 10px;
}

#wsus__accordian .wsus__single_video a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #27AE60;
}

#wsus__accordian .accordion-body {
    overflow: hidden;
}

#wsus__accordian .accordion-body ul {
    width: 33.33%;
    float: left;
}

#wsus__accordian .accordion-body ul li {
    padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 15px 0px;
}

#wsus__accordian .accordion-body ul li::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
    position: absolute;
    content: "\f00c";
    top: 4px;
    left: 0px;
    color: #27AE60;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    background: #fff;
    font-size: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.wsus__total_rev {
    text-align: center;
    width: 20%;
    float: left;
    border-right: 1px solid #eee;
    margin-right: 20px;
    padding-right: 10px;
}

.wsus__total_rev h4 {
    font-size: 40px;
    font-weight: 700;
    color: #0B2C3D;
}

.wsus__total_rev span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.wsus__total_rev p i {
    color: #DEC949;
    font-size: 14px;
}

.wsus__single_pro_bar {
    width: 38%;
    float: left;
    padding: 0px 20px;
}

.wsus__single_pro_bar p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0B2C3D;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px;
}

.wsus__single_pro_bar p span {
    display: inline-block;
    background: #FEECE5;
    padding: 0px 10px;
    border-radius: 30px;
    font-weight: 500;
    color: #0B2C3D;
}

.wsus__single_pro_bar .progress {
    height: 6px;
    margin-bottom: 10px;
}

.wsus__pro_det_rev .wsus__blog_comment_area h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.wsus__pro_det_rev .rev_display {
    margin: 0;
    border: none;
    color: #FFC107;
    padding-bottom: 5px;
}

.wsus__pro_det_rev .wsus__blog_comment_area h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.wsus__pro_det_rev .wsus__comm_text h5 span {
    font-size: 16px;
}

.wsus__pro_right_det {
    margin-top: 90px;
}

.wsus__right_sin_det {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 30px;
}

.wsus__right_sin_det .wsus__det_share {
    display: flex;
    justify-content: space-between;
}

.wsus__right_sin_det .wsus__det_share li a {
    padding: 10px 20px;
    color: #27AE60;
    text-transform: capitalize;
    border-radius: 5px;
    background: #F3F7FD;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.wsus__right_sin_det .wsus__det_share li a i {
    margin-right: 10px;
}

.wsus__right_sin_det .wsus__det_share li:nth-child(2) a {
    background: #FEECE5;
}

.wsus__right_sin_det .wsus__agent_img {
    width: 30%;
    float: left;
}

.wsus__agent_area {
    background: #27AE60;
    overflow: hidden;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 35px;
}

.wsus__right_sin_det .wsus__agent_img {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.wsus__right_sin_det .wsus__agent_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.wsus__right_sin_det .wsus__agent_text {
    width: 65%;
    float: left;
}

.wsus__agent_text h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.wsus__agent_text a {
    color: #fff;
    margin-top: 5px;
}

.wsus__agent_form label {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #093B55;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.wsus__agent_form input,
.wsus__agent_form textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 15px 20px;
    border-radius: 5px;
    background: #fff;
    resize: none;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.wsus__agent_form button {
    border: none;
}

.wsus__save_text {
    text-align: center;
}

.wsus__save_text h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.wsus__save_text p {
    color: #fff;
    margin-top: 5px;
}

#wsus__property_details .wsus__sidebar_property {
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#wsus__property_details .wsus__sidebar_property h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    text-transform: capitalize;
}

#wsus__property_mape {
    padding-top: 100px;
}

.wsus__property_mape_single {
    overflow: hidden;
}

.wsus__map_icon {
    font-size: 60px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
}


/*======================
 PROPERTY DETAILS END
========================*/


/*======================
    FAQ PAGE START
========================*/

#wsus__faqs {
    padding-top: 100px;
}

.wsus__faq_img {
    border-radius: 10px;
    overflow: hidden;
}

#wsus__faqs #accordionFlushExample {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 0;
}

#wsus__faqs .accordion-flush .accordion-button {
    font-weight: 600;
}

.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__faqs_counter {
    background: #fff;
    padding: 100px 0px;
    margin-top: 100px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#wsus__faqs_counter i {
    font-size: 70px;
    color: #27AE60;
    margin-bottom: 20px;
}

#wsus__faqs_counter span {
    font-size: 50px;
    font-weight: 900;
    color: #0B2C3D;
    display: block;
}

#wsus__faqs_counter p {
    color: #27AE60;
    font-size: 20px;
    font-weight: 600;
}

#wsus__faqs_counter .wsus__counter_text {
    text-align: center;
}


/*======================
    FAQ PAGE END
========================*/


/*======================
    LOGIN PAGE START
========================*/

#wsus__logon {
    padding-top: 100px;
}

.wsus__login_form {
    padding: 30px 30px 12px 30px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

#wsus__logon h3 {
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #093B55;
    text-align: center;
}

.wsus__login_form .input-group {
    margin-bottom: 25px;
}

.wsus__login_form span {
    width: 45px;
    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 {
    padding: 9px 20px !important;
    background: #fff;
    border: 1px solid #D9DFE9;
    font-size: 14px !important;
    font-weight: 400;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding-right: 30px !important;
}

.wsus__login_form .eye {
    position: absolute;
    display: inline-block;
    top: 17px;
    right: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
}

.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 {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.wsus__check_area .form-check {
    display: flex;
    align-items: center;
}

.wsus__check_area label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    margin-top: 4px;
    margin-left: 5px;
}

.wsus__login_form button {
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.wsus__login_form .wsus__reg_forget {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.wsus__login_form .wsus__reg_forget a {
    font-size: 14px;
    font-weight: 400;
    color: red;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.wsus__login_form .wsus__or {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #646464;
    font-family: 'Poppins', sans-serif;
    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 li a {
    background: #2046da;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    padding: 10px 20px 10px 35px;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wsus__login_link li a span {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #233a68;
    text-align: center;
    line-height: 40px;
    top: 0;
    left: 0;
    padding: 0;
    display: block;
    border: none;
}

.wsus__login_link li a span i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    background: #fff;
    color: #07123B;
    border-radius: 50%;
    font-size: 13px;
}

.wsus__login_link li:nth-child(2) a {
    background: #06abec;
}

.wsus__login_link li:nth-child(2) a span {
    background: #0c95c9;
}

.wsus__login_link li:nth-child(3) a {
    background: #f7412f;
}

.wsus__login_link li:nth-child(3) a span {
    background: #cd352d;
}

.wsus__login_link {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}


/*======================
      LOGIN PAGE END
========================*/


/*======================
   PRIVACY PAGE START
========================*/

#wsus__privacy {
    padding-top: 100px;
}

.wsus__privacy_text {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
    overflow: hidden;
}

.wsus__privacy_text p {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.wsus__privacy_text p span {
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 0;
    font-weight: 900;
    font-size: 30px;
    color: #27AE60;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


/*======================
   PRIVACY PAGE END
========================*/


/*======================
 CART VIEW PAGE START
========================*/

#wsus__cart_view {
    padding-top: 100px;
}

.wsus__cart_item_heading {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wsus__cart_item_heading h5 {
    float: left;
}

.wsus__cart_item_heading h4 {
    float: right;
    font-size: 20px;
    text-align: right;
}

.wsus__cart_item_heading h4 span {
    font-size: 14px;
    display: block;
    color: #ED1B35;
    margin-top: 10px;
}

.wsus__cart_list {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
    padding: 20px;
    overflow: hidden;
    padding-bottom: 5px;
}

.wsus__cart_list table tbody tr {
    border: 1px solid #ddd;
    border-bottom: 0;
}

.wsus__cart_list table tbody tr:last-child {
    border-bottom: 1px solid #ddd;
}

.wsus__cart_list table tbody tr td {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border: 0;
    overflow: hidden;
    border-right: 1px solid #ddd;
}

.wsus__cart_list table tbody tr td p {
    font-family: 'Roboto', sans-serif;
    color: #0B2C3D;
    padding: 20px;
}

.wsus__pro_img {
    width: 230px;
    min-width: 100px;
    border-right: 1px solid #ddd !important;
}

.wsus__pro_name {
    width: 350px;
    min-width: 150px;
    text-transform: capitalize;
    font-size: 17px;
    border-right: 1px solid #ddd !important;
}

.wsus__pro_select {
    width: 200px;
    min-width: 130px;
}

.wsus__pro_tk {
    width: 200px;
    min-width: 100px;
}

.wsus__pro_tk h6 {
    color: #0B2C3D;
    font-size: 18px;
    font-weight: 600;
}

.wsus__pro_tk h6 del {
    color: #888;
    margin-right: 15px;
}

.wsus__pro_icon {
    width: 94px;
    min-width: 50px;
    border-right: none !important;
}

.wsus__pro_icon a {
    color: #0B2C3D;
    font-size: 30px;
    transition: all linear .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.wsus__pro_icon:hover a {
    color: #ED1B35;
}


/*======================
 CART VIEW PAGE END
========================*/


/*======================
   404 PAGE START
========================*/

#wsus__404 {
    padding: 100px 0px;
    background: #fff;
    margin-bottom: -108px;
}

.wsus__error_text h3 {
    font-size: 70px;
    font-weight: 600;
    text-transform: capitalize;
    color: #093B55;
    margin-top: 54px;
}

.wsus__error_text p {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}


/*======================
   404 PAGE END
========================*/


/*========================
      COMPARE START
=========================*/

#wsus__compare {
    padding-top: 100px;
    margin-bottom: -10px;
}

.wsus__compare_list table tbody tr td {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.wsus__compare_list .wsus__compare_img {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wsus__compare_img p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #27AE60;
}

.wsus__compare_text p {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    color: #093B55;
    text-align: center;
}

.wsus__compare_text .wsus__compare_price {
    color: #093B55;
    font-weight: 500;
}

.wsus__compare_text i {
    color: #27AE60;
    margin-right: 5px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__compare_stock {
    color: #27AE60;
    font-weight: 400;
    text-transform: uppercase;
}

.wsus__compare_stock_out {
    color: #ED1B35;
    font-weight: 400;
    text-transform: uppercase;
}

.wsus__compare_size {
    text-transform: capitalize;
    font-weight: 400;
    color: #093B55;
}

.wsus__compare_text .wsus__n_a {
    text-transform: uppercase;
    font-weight: 400;
    color: #093B55;
}

.wsus__compare_description {
    font-weight: 400 !important;
    text-align: center;
    font-size: 15px !important;
    color: #093B55 !important;
    line-height: 25px;
}

#wsus__compare table tbody .del_area {
    padding: 0;
}

.wsus__compare_text .wsus__compare_del {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
}

.wsus__compare_text .wsus__compare_del i {
    color: #0B2C3D;
    transition: all linear .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.wsus__compare_text .wsus__compare_del:hover i {
    color: red;
}


/*========================
       COMPARE END
=========================*/


/*======================
   AGENCI PAGE START
========================*/

#wsus__agenci {
    padding-top: 70px;
}

.wsus__single_agency {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.wsus__single_agency_img {
    border-bottom: 1px solid #eee;
}

.wsus__single_agency_text {
    padding: 20px;
}

.wsus__single_agency_text h5 {
    color: #093B55;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.wsus__single_agency_text .wsus__agency_address {
    color: #0B2C3D;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 20px;
    display: block;
}

.wsus__single_agency_text p {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.wsus__single_agency_text p span {
    display: inline-block;
    width: 80px;
    font-weight: 500;
}

.wsus__single_agency_text p a {
    color: #093B55;
    font-size: 16px;
    margin-right: 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;
}

.wsus__single_agency_text p a:hover {
    transform: rotate(360deg);
}


/*======================
   AGENCI PAGE END
========================*/


/*======================
   PRICING PAGE START
========================*/

#wsus__pricing {
    padding-top: 70px;
    margin-bottom: 10px;
}

.wsus__single_pricing {
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    border-radius: 10px;
    background: #F3F7FD;
    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__single_pricing .wsus_price_head {
    background: #27AE60;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid #27AE60;
    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_pricing .wsus__pricing_tk {
    color: #0B2C3D;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin-top: 27px;
}

.wsus__single_pricing .wsus__pricing_tk span {
    font-weight: 900;
    color: #093B55;
    font-size: 35px;
}

.wsus__single_pricing .wsus__price_duration {
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 30px;
}

.wsus__single_pricing ul {
    text-align: left;
    margin-bottom: 35px;
}

.wsus__single_pricing ul li {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #0B2C3D;
    padding-left: 35px;
    position: relative;
    margin: 15px 0px;
}

.wsus__single_pricing ul li::after {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(39, 174, 96, 0.12);
    border-radius: 50%;
    color: #27ae60;
    left: 0;
    position: absolute;
    top: 0px;
    font-size: 15px;
}

.wsus__single_pricing ul li.wsus__add_before::after {
    display: none;
}

.wsus__single_pricing ul li.wsus__add_before {
    color: #848181;
}

.wsus__single_pricing ul li.wsus__add_before::before {
    content: "\f057";
    font-family: 'Font Awesome 5 Free';
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(39, 174, 96, 0.12);
    border-radius: 50%;
    color: #848181;
    left: 0;
    position: absolute;
    top: 0px;
    font-size: 15px;
}

.wsus__single_pricing:hover {
    transform: scale(1.05);
}

.wsus__single_pricing:hover .wsus_price_head {
    color: #27AE60;
    background: #FEECE5;
}


/*======================
   PRICING PAGE END
========================*/


/*======================
   CHECKOUT PAGE START
========================*/

#wsus__checkout {
    padding-top: 100px;
}

.wsus__billing_info {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

#wsus__checkout h4 {
    color: #0B2C3D;
    border-bottom: 1px solid #0B2C3D;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

#wsus__checkout h4 i {
    color: #27AE60;
    margin-right: 10px;
}

.wsus__billing_info label {
    color: #0B2C3D;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.wsus__billing_info input {
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #0B2C3D;
    width: 100%;
    margin-bottom: 25px;
}

#wsus__checkout ul {
    margin-bottom: 30px !important;
}

#wsus__checkout ul li {
    width: 25%;
}

#wsus__checkout ul li button {
    border-radius: 0;
    text-transform: capitalize;
    font-size: 14px;
    width: 100%;
    padding: 10px 0px;
    font-weight: 500;
}

#wsus__checkout .nav-pills .nav-link.active,
#wsus__checkout .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #27AE60;
}

.wsus__single_card {
    background: #F3F7FD;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 20px;
}

.wsus__single_card .wsus__card_icon {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -30px;
}

.wsus__single_card .wsus__card_icon img {
    width: 50px;
    border-radius: 5px;
}

.wsus__single_card label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 15px;
}

.wsus__single_card input {
    padding: 5px 10px;
    margin-bottom: 0px;
}

.wsus__single_card span {
    display: block;
    width: 50%;
    float: left;
}

.wsus__single_card span input {
    width: 60%;
}

.wsus__single_card .wsus__right_text {
    float: right;
}

.wsus__billing_info .wsus__secutity {
    display: flex;
    align-items: center;
    color: #093B55;
}

.wsus__billing_info .wsus__secutity i {
    margin-right: 10px;
    color: #27AE60;
}

.wsus__billing_info .wsus__secutity img {
    width: 100px;
    margin-left: 10px;
}

.wsus__billing_info .form-check {
    display: flex;
    margin-top: 10px;
}

.wsus__billing_info .form-check input {
    width: 16px;
    border: 1px solid #27AE60;
    height: 16px;
    border-radius: 50%;
    padding: 0;
    margin-right: 10px;
}

.wsus__billing_info .form-check label {
    margin: 0;
}

.wsus__billing_info .form-check-input:checked {
    background-color: #27AE60;
    border-color: #27AE60;
}

.wsus__bank_details ul {
    list-style: initial;
    padding-left: 13px;
    margin-top: -8px;
}

.wsus__bank_details ul li {
    width: 100% !important;
    font-size: 15px;
    font-weight: 400;
    color: #093B55;
    margin: 10px 0px;
}

.wsus__bank_details .wsus__note {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #093B55;
}

.wsus__bank_details p {
    margin-bottom: 25px;
}

.wsus__bank_details .common_btn_2 {
    margin-bottom: -6px;
}

.wsus__cash_delivery p {
    margin-bottom: 25px;
}

.wsus__cash_delivery a {
    margin-bottom: -6px;
}

.wsus__booking_info {
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.wsus__booking_summery {
    padding: 0px 20px;
}

.wsus__booking_summery .wsus__bold_text {
    font-weight: 500;
    color: #093B55;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #27AE60;
}

.wsus__booking_summery p {
    display: flex;
    justify-content: space-between;
    margin: 16px 0px;
}

.wsus__booking_summery p span {
    color: #093B55;
    display: inline-block;
    width: 40%;
}


/*======================
   CHECKOUT PAGE END
========================*/


/*======================
 ADD PROPERTY START
========================*/

#wsus__add_property {
    padding-top: 100px;
}

.wsus__input_property {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.wsus__input_property h4 {
    font-size: 25px;
    font-weight: 600;
    color: #0B2C3D;
    margin-bottom: 30px;
    text-transform: capitalize;
    margin-top: 20px;
}

.wsus__input_property label {
    display: block;
    color: #0B2C3D;
    font-weight: 400;
    font-family: 'Poppins', sans-ser;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: capitalize;
}

.wsus__input_property input,
.wsus__input_property textarea {
    width: 100%;
    border: 1px solid #00000030;
    padding: 10px 20px;
    margin-bottom: 22px;
    resize: none;
}

.wsus__input_property .wp_search_area {
    margin-bottom: 25px;
}

.wsus__input_property p {
    color: #0B2C3D;
    font-weight: 400;
    font-family: 'Poppins', sans-ser;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: capitalize;
}

.wsus__pro_check {
    margin-top: 10px;
}

.wsus__input_property .form-check {
    margin: 10px 0px;
}

.wsus__input_property .form-check input {
    width: 16px;
    border: 1px solid #27AE60;
    height: 16px;
    border-radius: 50%;
    padding: 0;
    margin-right: 0;
    margin-top: 2px;
}

.wsus__input_property .form-check-input:checked {
    background-color: #27AE60;
    border-color: #27AE60;
}


/*======================
  ADD PROPERTY END
========================*/


/*======================
    WISH LIST START
========================*/

.wsus__wish_list .wsus__cart_item_heading {
    justify-content: center;
}

.wsus__wish_list .wsus__pro_img {
    width: 200px;
}

.wsus__wish_list .wsus__pro_name {
    width: 300px;
}

.wsus__wish_list .wsus__pro_tk {
    width: 140px;
}

.wsus__wish_list .wsus__pro_select {
    width: 150px;
}

.wsus__wish_list .wsus__pro_cart_btn {
    width: 190px;
    min-width: 100px;
}


/*======================
    WISH LIST END
========================*/


/*======================
  DASHBOARD PAGE START
========================*/

#wsus__dashboard {
    padding: 50px 50px 63px 50px;
}

.wsus__menu_color {
    background: #0B2C3D;
    border-top: 1px solid #0C354A;
}

.wsus__menu_color .navbar-brand {
    opacity: 0;
    visibility: hidden;
}

.relative {
    position: relative;
}

.wsus__dashboard_side_bar {
    width: 280px;
    height: 100vh;
    background: #0B172D;
    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;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #0A50B2 #0B172D;
}

.wsus__dashboard_logo {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1B6EEA;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    background: #0B2C3D;
    padding: 10px 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;
}

.wsus__dashboard_logo img {
    width: 250px !important;
}

.wsus__dashboard_logo span {
    color: #27AE60;
    text-transform: uppercase;
}

.wsus__agent_img {
    text-align: center;
    margin-bottom: 30px;
}

.wsus__agent_img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid #27AE60;
}

.wsus__agent_img h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.wsus__deshboard_menu li a {
    color: #e3e3e3;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 15px 0px;
    padding-left: 30px;
    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__deshboard_menu li a i {
    margin-right: 5px;
}

.wsus__deshboard_menu li a:hover,
.wsus__deshboard_menu li a.wsus__dboard_active {
    color: #fff;
    background: #051024;
}

.wsus__dashboard_main_content .heading {
    color: #0B2C3D;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.wsus__manage_single {
    padding: 20px;
    background: #1EC38B;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.wsus__manage_single i {
    font-size: 40px;
    color: #fff;
}

.wsus__manage_single p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-left: 1px solid #ddd;
    padding-left: 30px;
    margin-left: 30px;
}

.wsus__manage_single p span {
    font-size: 35px;
    display: block;
    color: #fff;
    font-weight: 600;
}

.wsus__manage_single.orange {
    background: #FF9911;
}

.wsus__manage_single.blue {
    background: #66AAEE;
}

.wsus__manage_single.red {
    background: #F91942;
}

.wsus__listing {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 30px;
}

.wsus__listing h4 {
    margin-bottom: 30px;
    text-transform: capitalize;
}

.wsus__listing .table p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.wsus__listing .table th p {
    font-weight: 600;
}

.wsus__listing .table th,
.wsus__listing .table td {
    padding: 20px 10px;
}

.wsus__listing .table th {
    border-bottom: 1px solid #ddd;
}

.wsus__listing .edit i {
    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;
}

.wsus__listing .edit i:hover {
    color: #0d6efd;
}

.wsus__message {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.wsus__message_single {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.wsus__message_img {
    width: 10%;
    float: left;
    overflow: hidden;
}

.wsus__message_img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.wsus__message_text {
    width: 85%;
    float: left;
    overflow: hidden;
}

.wsus__message_text h6 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #0B2C3D;
}

.wsus__message_text span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #3E5D6C;
    margin: 7px 0px;
}

.wsus__message_text p {
    font-size: 16px;
    font-weight: 400;
}

.wsus__message_text p i {
    color: #DEC949;
    margin-top: 10px;
}

.wsus__message_icon {
    width: 5%;
    float: right;
    text-align: center;
    overflow: hidden;
}

.wsus__message_icon span {
    display: block;
    color: #0B2C3D;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}

.wsus__message_icon span i {
    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 span i:hover {
    color: #0d6efd;
}

.wsus__message .wsus__single_inout label {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #3E5D6C;
    margin-bottom: 5px;
}

.wsus__message .wsus__single_inout input,
.wsus__message .wsus__single_inout textarea {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #0B2C3D;
    margin-bottom: 30px;
    border-radius: 5px;
    resize: none;
}

.wsus__message button {
    border: none;
}

.wsus__profile_details h4 {
    color: #0B2C3D;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.wsus__profile_text {
    background: #fff;
    padding: 100px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
}

.wsus__profile_single {
    text-align: center;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.wsus__profile_single img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.wsus__profile_single h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0B2C3D;
    margin-top: 20px;
}

.wsus__profile_single p {
    font-size: 15px;
    font-weight: 400;
    color: #0B2C3D;
}

.wsus__profile_single ul {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}

.wsus__profile_single ul li {
    margin: 0px 5px;
}

.wsus__profile_single ul li a {
    width: 30px;
    height: 30px;
    background: #0d6efd;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
}

.wsus__profile_single .wsus__address {
    text-align: left;
}

.wsus__profile_single .wsus__address a,
.wsus__profile_single .wsus__address p {
    display: block;
    color: #0B2C3D;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0px;
}

.wsus__profile_single .wsus__address a i,
.wsus__profile_single .wsus__address p i {
    margin-right: 10px;
    color: #0d6efd;
}

.wsus__request_inquiry h6 {
    font-size: 16px;
    font-weight: 500;
    color: #0B2C3D;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.wsus__request_inquiry input,
.wsus__request_inquiry textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #00000030;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 400;
    color: #0B2C3D;
    resize: none;
}

.wsus__request_inquiry button {
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 0;
}

.wsus__my_property {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
}

.wsus__my_property h4 {
    color: #0B2C3D;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.wsus__my_property table th {
    background: #0B2C3D;
    padding: 20px 10px;
}

.wsus__my_property table th p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.wsus__my_property table td {
    padding: 20px;
    padding-left: 10px;
}

.wsus__my_property table td p {
    color: #0B2C3D;
    font-size: 20px;
}

.wsus__my_property table .image {
    width: 350px;
    min-width: 100px;
}

.wsus__my_property table .title {
    width: 500px;
    min-width: 100px;
}

.wsus__my_property table .title h5 {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0B2C3D;
    margin-bottom: 10px;
}

.wsus__my_property table .title .address {
    font-size: 18px;
    color: #0B2C3D;
    margin-bottom: 15px;
}

.wsus__my_property table .title p i {
    color: #DEC949;
    font-size: 14px;
}

.wsus__my_property table .title p span {
    font-size: 16px;
    color: #0B2C3D;
    text-transform: capitalize;
    margin-left: 10px;
}

.wsus__my_property table .add_date {
    width: 200px;
    display: flex;
    align-items: center;
}

.wsus__my_property table .view {
    width: 200px;
    min-width: 70px;
    display: flex;
    align-items: center;
}

.wsus__my_property table .actions {
    width: 189px;
    display: flex;
    align-items: center;
}

.wsus__my_property table .actions i {
    margin: 0px 10px;
    color: #0B2C3D;
    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;
}

.wsus__my_property table .actions i:hover {
    color: #0d6efd
}

.wsus__my_property #wsus_pagination {
    margin-top: 5px;
}

.wsus__add_property .wsus__input_property {
    border: none;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    background: #fff;
}

.wsus__add_property .wsus__input_property h4 {
    margin-top: 40px;
}

.wsus__invoice {
    margin-top: 5px;
}

.wsus__invoice a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 20px;
}

.wsus__invoice_area {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-top: 25px;
    border-radius: 10px;
}

.wsus__invoice_header {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 50px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.wsus__invoice_logo a {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1B6EEA;
    display: block;
    text-align: center;
}

.wsus__invoice_logo a span {
    color: #27AE60;
}

.wsus__invoice_date h6 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}

.wsus__invoice_date p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}

.wsus__invoice_content {
    display: flex;
    justify-content: space-between;
}

.wsus__invoice_single {
    width: 50%;
}

.wsus__invoice_single h5 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0B2C3D;
    margin-bottom: 30px;
}

.wsus__invoice_single h6 {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__invoice_single p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.wsus__invoice_description {
    margin-top: 52px;
}

.wsus__invoice_description .description {
    width: 40%;
    min-width: 100px;
}

.wsus__invoice_description .price {
    width: 20%;
    min-width: 70px;
}

.wsus__invoice_description .vat {
    width: 20%;
    min-width: 70px;
}

.wsus__invoice_description .total {
    min-width: 70px;
}

.wsus__invoice_description th {
    background: #172133;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 20px 10px;
}

.wsus__invoice_description td {
    text-transform: capitalize;
    font-size: 16px;
    color: #0B2C3D;
    padding: 20px 10px;
}

.wsus__invoice_description tfoot,
.wsus__invoice_description tfoot th {
    background: #3F5560;
}

.wsus__invoice_description tfoot td {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.wsus__change_pass {
    margin-top: 5px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.wsus__change_pass h4 {
    color: #0B2C3D;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.wsus__change_pass input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

#wsus__dashboard #emptbl td {
    width: 431px;
    margin-right: 23px;
}

#wsus__dashboard #emptbl th {
    width: 455px;
}

.wsus__dashboard_main_content h4 {
    color: #0B2C3D;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.wsus__menu_color .navbar-nav {
    margin-left: 45px !important;
}

.wsus__close_icon {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    background: #F91942;
    text-align: center;
    z-index: 100;
    text-transform: capitalize;
    cursor: pointer;
    transform: scale(0);
    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__menu_icon {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    position: absolute;
    top: 133px;
    right: -42px;
    color: #fff;
    font-size: 20px;
    background: #0B172D;
    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;
}

.wsus__dashboard_side_bar.\.menu_show {
    width: 100%;
    margin-left: 0;
}

.wsus__close_icon.\.show_close_icon {
    transform: scale(1);
    visibility: visible;
}

.wsus__dashboard_side_bar .wsus__close_icon:hover,
.wsus__dashboard_side_bar .wsus__menu_icon:hover {
    background: #1B6EEA;
}

.wsus__dashboard_main_content .wsus__single_pricing {
    margin-top: 0;
}


/*======================
   DASHBOARD PART END
========================*/


/*======================
   AGENT PROFILE START
========================*/

#wsus__agent_prolile {
    padding-top: 100px;
}

.wsus__main_agent {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.wsus__main_agent_img {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.wsus__main_agent_text {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 30px;
    overflow: hidden;
    background: #F3F7FD;
}

.wsus__main_agent_text h2 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    color: #0B2C3D;
}

.wsus__main_agent_text span {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    color: #0B2C3D;
    font-weight: 500;
    margin-top: 10px;
}

.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: 18px;
    font-weight: 400;
    color: #0B2C3D;
    margin-bottom: 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;
}

.wsus__main_agent_address i {
    margin-right: 10px;
}

.wsus__main_agent_address a:hover {
    color: #1B6EEA;
}

.agent_profile_link {
    display: flex;
    margin-top: 25px;
}

.agent_profile_link li {
    margin-right: 15px;
}

.agent_profile_link li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #0B2C3D;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    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;
}

.agent_profile_link li a:hover {
    background: #0d6efd;
    color: #fff;
}

.wsus__agent_prolile_details {
    padding-top: 100px;
}

.wsus__agent_prolile_sidebar {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wsus__agent_prolile_sidebar h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0B2C3D;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}

.enquiry_form {
    padding: 20px;
}

.enquiry_form input,
.enquiry_form textarea {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    width: 100%;
    resize: none;
    border-radius: 3px;
}

.enquiry_form .common_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

.wsus__agent_sidebar_property {
    padding: 20px;
    position: relative;
}

.wsus__agent_sidebar_property img {
    border-radius: 3px;
}

.wsus__agent_sidebar_property h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0B2C3D;
    margin-top: 15px;
    margin-bottom: 11px;
}

.wsus__agent_sidebar_property p {
    color: #0d6efd;
    font-size: 16px;
    font-weight: 600;
}

.wsus__agent_properties {
    border-radius: 5px;
    backface-visibility: #fff;
    overflow: hidden;
}

.wsus__agent_properties h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #27AE60;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}


/*======================
   AGENT PROFILE  END
========================*/

.wsus__my_property h4 {
    color: #0B2C3D;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.wsus__my_property table th {
    background: #0B2C3D;
    padding: 20px 10px;
}

.wsus__my_property table th p {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
}

.wsus__my_property table td {
    padding: 20px;
    padding-left: 10px;
}

.wsus__my_property table td p {
    color: #0B2C3D;
    font-size: 20px;
}

.wsus__my_property table .image {
    width: 350px;
    min-width: 100px;
}

.wsus__my_property table .title {
    width: 500px;
    min-width: 100px;
}

.wsus__my_property table .title h5 {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0B2C3D;
    margin-bottom: 10px;
}

.wsus__my_property table .title .address {
    font-size: 18px;
    color: #0B2C3D;
    margin-bottom: 15px;
}

.wsus__my_property table .title p i {
    color: #DEC949;
    font-size: 14px;
}

.wsus__my_property table .title p span {
    font-size: 16px;
    color: #0B2C3D;
    text-transform: capitalize;
    margin-left: 10px;
}

.wsus__my_property table .add_date {
    width: 200px;
    display: flex;
    align-items: center;
}

.wsus__my_property table .view {
    width: 200px;
    min-width: 70px;
    display: flex;
    align-items: center;
}

.wsus__my_property table .actions {
    width: 189px;
    display: flex;
    align-items: center;
}

.wsus__my_property table .actions i {
    margin: 0px 10px;
    color: #0B2C3D;
    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;
}

.wsus__my_property table .actions i:hover {
    color: #0d6efd
}

.wsus__my_property #wsus_pagination {
    margin-top: 5px;
}

.wsus__add_property .wsus__input_property {
    border: none;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    background: #fff;
}

.wsus__add_property .wsus__input_property h4 {
    margin-top: 40px;
}

.wsus__invoice {
    margin-top: 5px;
}

.wsus__invoice a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 20px;
}

.wsus__invoice_area {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-top: 25px;
    border-radius: 10px;
}

.wsus__invoice_header {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 50px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.wsus__invoice_date h6 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
}

.wsus__invoice_date p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}

.wsus__invoice_content {
    display: flex;
    justify-content: space-between;
}

.wsus__invoice_single {
    width: 50%;
}

.wsus__invoice_single h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0B2C3D;
    margin-bottom: 30px;
}

.wsus__invoice_single h6 {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.wsus__invoice_single p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.wsus__invoice_description {
    margin-top: 52px;
}

.wsus__invoice_description .description {
    width: 40%;
    min-width: 100px;
}

.wsus__invoice_description .price {
    width: 20%;
    min-width: 70px;
}

.wsus__invoice_description .vat {
    width: 20%;
    min-width: 70px;
}

.wsus__invoice_description .total {
    widows: 20%;
    min-width: 70px;
}

.wsus__invoice_description th {
    background: #172133;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.wsus__invoice_description td {
    text-transform: capitalize;
    font-size: 15px;
    color: #0B2C3D;
    padding: 15px 10px;
}

.wsus__invoice_description tfoot,
.wsus__invoice_description tfoot th {
    background: #3F5560;
}

.wsus__invoice_description tfoot td {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.wsus__change_pass {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    margin-top: 200px;
}

.wsus__change_pass h4 {
    color: #0B2C3D;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.wsus__change_pass input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

#wsus__dashboard #emptbl td {
    width: 431px;
    margin-right: 23px;
}

#wsus__dashboard #emptbl th {
    width: 455px;
}

.wsus__dashboard_main_content h4 {
    color: #0B2C3D;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.wsus__menu_color .navbar-nav {
    margin-left: 45px !important;
}

.wsus__menu_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    background: #0B172D;
    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;
}

.wsus__dashboard_side_bar.\.menu_show {
    width: 100%;
    margin-left: 0;
}

.wsus__close_icon.\.show_close_icon {
    transform: scale(1);
    visibility: visible;
}

.wsus__close_icon:hover,
.wsus__menu_icon:hover {
    background: #1B6EEA;
}


/*======================
   DASHBOARD PART END
========================*/


/*======================
   AGENT PROFILE START
========================*/

#wsus__agent_prolile {
    padding-top: 100px;
}

.wsus__main_agent {
    border: 1px solid #ddd;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.wsus__main_agent_img {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.wsus__main_agent_text {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 30px;
    overflow: hidden;
    background: #F3F7FD;
}

.wsus__main_agent_text h2 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    color: #0B2C3D;
}

.wsus__main_agent_text span {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    color: #0B2C3D;
    font-weight: 500;
    margin-top: 10px;
}

.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: 18px;
    font-weight: 400;
    color: #0B2C3D;
    margin-bottom: 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;
}

.wsus__main_agent_address i {
    margin-right: 10px;
}

.wsus__main_agent_address a:hover {
    color: #1B6EEA;
}

.agent_profile_link {
    display: flex;
    margin-top: 25px;
}

.agent_profile_link li {
    margin-right: 15px;
}

.agent_profile_link li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #0B2C3D;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    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;
}

.agent_profile_link li a:hover {
    background: #0d6efd;
    color: #fff;
}

.wsus__agent_prolile_details {
    padding-top: 100px;
}

.wsus__agent_prolile_sidebar {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.wsus__agent_prolile_sidebar h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0B2C3D;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}

.enquiry_form {
    padding: 20px;
}

.enquiry_form input,
.enquiry_form textarea {
    padding: 10px;
    border: 1px solid #00000030;
    margin-bottom: 20px;
    width: 100%;
    resize: none;
    border-radius: 3px;
}

.enquiry_form .common_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

.wsus__agent_sidebar_property {
    padding: 20px;
    position: relative;
}

.wsus__agent_sidebar_property img {
    border-radius: 3px;
}

.wsus__agent_sidebar_property h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0B2C3D;
    margin-top: 15px;
    margin-bottom: 11px;
}

.wsus__agent_sidebar_property p {
    color: #0d6efd;
    font-size: 16px;
    font-weight: 600;
}

.wsus__agent_properties {
    border-radius: 5px;
    backface-visibility: #fff;
    overflow: hidden;
}

.wsus__agent_properties h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #27AE60;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}

.wsus__agent_properties #wsus_pagination {
    margin-top: 50px;
    margin-bottom: 50px;
}

.wsus__agent_properties h3 {
    margin: 30px 0px !important;
}


/*======================
   AGENT PROFILE  END
========================*/

.wsus__main_menu .navbar-brand img {
    height: 54px!important;
}

.select2-results__option--selectable {
    font-size: 16px!important;
    color: #000!important;
}

.wsus__banner_text #pills-tab li .nav-link {
    margin-left: 0;
    margin-right: 0;
}

.wsus__banner_text #pills-tab li button {
    border-radius: 0!important;
}

.wsus__banner_text #pills-tab li:nth-of-type(1) button {
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
}

.wsus__banner_text #pills-tab li:nth-of-type(3) button {
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}

.select2-container--default .select2-selection--single {
    border-color: #bfbfbf!important;
}

.home_page_search_box input {
    border-color: #bfbfbf!important;
}

.box-text {
    width: 33.33%;
    margin-left: 0 !important;
}

.box-text i {
    font-size: 22px;
}

.wpcc-privacy {
    font-family: inherit !important;
}

.wsus__single_card input {
    border: 1px solid #00000030;
    width: 100%;
}

#paywithPaymongo .wsus__single_card {
    background: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
    box-shadow: none !important;
}

#paywithPaymongo .wsus__single_card input {
    border-radius: 5px !important;
}

/* dev css */

.lang_list_top{
    overflow: hidden;
  }
  
  .lang_list_top ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .lang_list_top li {
    float: left;
  }
  .lang_list_top li a {
    display: block;
    padding: 8px;
  }