@import url('aws_global.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,500;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:wght@100;200;300;400;500;600;700;900&display=swap');

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Livvic', sans-serif !important;
}

* {
    /*transition:.25s ease-in-out;*/
    box-sizing: border-box;
}
/*
.banner--shadow:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    box-shadow: 0 16px 80px 0 rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(241deg, rgb(0 0 0 / 80%), rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 24%, rgb(0 0 0 / 0%) 0%);
}
*/
.custom--background {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.35;
}

.banner_form #forsale_form .custom-select {
    font-size: 1.1rem !important;
}

.banner_form #rent_form .custom-select {
    font-size: 1.1rem !important;
}

.property--slider .slider_item .slider_item_img { height: 420px; width: 420px; display: flex; justify-content: end; align-items: start; }
.property--slider #carouselExampleControls .carousel-item .border_radius--default.overflow-hidden img {
    max-width: 420px;
    object-fit: contain;
    max-height: 340px;    
    border-radius: 12px;
}

.filter_form .fc_content .nav-tabs--filters li.nav-item .nav-link.active {
    color: #fff !important;
}

.nav-tabs--negative .nav-link,
.nav-tabs--simple .nav-link,
.nav-tabs--pink .nav-link,
.nav-tabs--solid .nav-link,
.nav-tabs--underline .nav-link {
    font-size: 16px !important;
    text-transform: capitalize !important;
}

.agent--home--link {
    font-weight: 600;
    color: #999999;
    font-size: 13px;
}

.slider .slick-list .property_card .property--image img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
}

.box--shadow--bg {
    box-shadow: -2px 4px 12px 0 rgba(0, 0, 0, 0.24);
}

.background--white--shade {
    background-image: linear-gradient(222deg, rgba(255, 255, 255, 0.16) 64%, rgba(255, 255, 255, 0) 14%);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.property--slider .button--property--slider {
    bottom: 22%;
    right: calc(60% - 60px);
}
.menu_dropdown a.nav-item {
    color: #666666;
    text-transform: uppercase;
    font-weight: normal !important;
    padding: 5px 25px;
}
.shadow_card {
    box-shadow: -2px 4px 24px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.property_card .property--image--label {
    width: 77px;
    height: 32px;
    padding: 7px 12px;
    border-radius: 2px;
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
}

.property_card .property--txt--box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
}

.property_card .property--txt--box h6 {
    color: #fff;
    padding: 32px 32px;
}

.property_card .property--txt--box h6 span {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
}

.property--slider .button--property--slider a {
    width: 27px;
    display: block;
    height: 27px;
    text-align: center;
    right: -45px;
    opacity: 1;
}

.property--link--section {
    justify-content: center;
}

.property--txt--main {
    background: #0738cd;
    padding: 32px 24px;
    display: block;
    width: 100%;
    color: #fff;
    transform: scaleY(0);
    transform-origin: top;
    height: 177px;
    transition: .3s;
    margin-bottom: -177px;
}

.property--slider .button--property--slider a img {
    width: 100%;
}

.property_card .property--txt--box .property--txt--main b {
    font-size: 12px;
}

.property_card .property--txt--box .property--txt--main span {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 4px;
}

.property_card:hover .property--txt--main {
    transform: scaleY(1);
    height: auto;
    margin-bottom: 0px;
}

.agent--home--slider .slick-arrow {
    position: absolute;
    /*left: 0px;*/
    /*right: 0px;*/
    /*margin: 0 auto;*/
    bottom: 170px;
    top: inherit;
}

.agent--home--slider .slick-prev {
    width: 30px;
    left: -50px;
}

.agent--home--slider .slick-next {
    width: 30px;
    right: -50px;
}

.costumer--rating .shadow--background--customer--rating {
    width: 75%;
    position: absolute;
    height: 180px;
    background: #0738cd;
    opacity: 0.4;
    border-radius: 4px;
    right: -25px;
    bottom: -50px;
    z-index: -1;
}

.bullet--points {
    position: relative;
}

.bullet--points li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.bullet--points li:before {
    content: '';
    position: relative;
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    background: #5D5E5E;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 10px;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: 'Livvic', sans-serif !important;
}

/* Font weights */
.font_weight--light {
    font-weight: 200;
}

.font_weight--regular {
    font-weight: 300;
}

.font_weight--semi_bold {
    font-weight: 600;
}

.font_weight--bold {
    font-weight: 700;
}

/* Typography */
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
    cursor: pointer !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    cursor: default;
    font-family: 'Raleway', sans-serif;
    font-family: 'Livvic', sans-serif;
    font-weight: 500;
    color: #0738cd;
    letter-spacing: 0px !important;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.3px;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
}

.h2__bold {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.3;
}


.custom_font {
    font-family: 'Raleway', sans-serif;
    font-family: 'Livvic', sans-serif;
}

a {
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
    color: #0738CD;
    text-decoration: none;
}

a:hover {
    color: #0738CD;
    text-decoration: underline;
}

hr {
    border-top: 1px solid #DAE1F8;
}


ul {
    padding: 0;
}

ul li {
    list-style: none;
}

strong {
    font-weight: 700;
}

.clear_both {
    clear: both;
}

/* buttons */
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    display: inline-block;
    transition: all 0.2s ease !important;
    border-radius: 35px;
    border: none;
    font-weight: 500;
    box-shadow: none !important;
    /*text-transform: uppercase;*/
}

.btn:hover,
.btn:focus {
    opacity: 0.8 !important;
}

.btn:active {
    transform: translate(0, 2px);
}

.btn--large {
    height: 64px !important;
    line-height: 64px !important;
    font-size: 20px !important;
    padding: 0 32px !important;
}

.btn--medium {
    height: 52px !important;
    line-height: 52px !important;
    font-size: 14px !important;
    padding: 0 24px !important;
    font-size: 16px;
}

.btn--outline {
    border-width: 2px;
    border-style: solid;
    background-color: transparent !important;
}

.btn--outline__inverse {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.btn--primary {
    background: #0738CD !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    color: #FFF !important;
}

.btn--flat {
    background: #f0f0f0 !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    color: #0738cd !important;
}

.btn--prominent {
    background: #FD4B78 !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    color: #FFF !important;
}

.btn--white {
    background: #fff !important;
}

.btn--prominent:hover {
    color: #FFF;
}

.btn--ordinary {
    background: #FFF !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    color: #333333;
    border: solid 1px #afafaf;
}

.btn--ordinary:hover {
    color: #515B7A;
}

.btn--shapeless {
    background: #FFF !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    color: #0738CD;
}

.btn--shapeless:hover {
    color: #0738CD;
}

.btn:disabled {
    opacity: 0.65 !important;
    background: #EDF0FA !important;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    color: #515B7A !important;
    cursor: not-allowed;
}

.btn:disabled:hover {
    color: #515B7A;
}

.btn--autoheight {
    height: auto !important;
    line-height: 1.6 !important;
    padding: 15px 24px !important;
}

input[type="text"].form-control__rounded,
textarea.form-control__rounded {
    border-radius: 35px;
}

.dropdown--inverse .btn--ordinary {
    background-color: transparent !important;
    border: 1px solid rgba(250, 250, 250, 0.6) !important;
    color: #ffffff !important;
}

.dropdown--inverse .dropdown-toggle:after {
    background-image: url(https://content.harstatic.com/media/icons/drop_arrow_white.svg) !important;
    opacity: 0.40 !important;
}

.link_inverse {
    color: rgba(255, 255, 255, 0.8);
}

.color_gray {
    color: #999999;
}

.navbar {
    padding: 0px;
}

.header {
    background-color: #0738cd;
}

/* related to color scheme */
.darkgradiant {
    background-image: linear-gradient(256deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.nav__header {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.header_tagline {    
    padding: 25px;
    background: rgba(0, 0, 0, 25%);
    border-radius: 12px;
    margin-top:30px;
}

.tagline__text {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-align: center !important;
}

.navbar-brand h1 {
    font-size: 32px;
    color: #FFFFFF;
    margin-right: 35px;
    line-height: 1;
}

.banner_phone {
    font-size: 16px;
    line-height: 1;
    align-self: center;
    color: #ffffff;
}

.depth {
    border: 1px solid #DFE3F0;
}

.depth--landed {
    box-shadow: none;
}

.depth--emboss {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.depth--standed_out {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
}

.depth--above_all {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.24);
}

.font20 {
    font-size: 20px;
}

.container {
    max-width: 1180px !important;
}

#menu-toggle span {
    display: block;
    background: #FFFFFF;
    border-radius: 2px;
}

#menu-toggle {
    width: 24px;
    height: 24px;
    position: relative;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    float: right;
    margin-top: -4px;
    margin-left: 13px;
}

#menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}

#menu-toggle #hamburger span {
    width: 24px;
    height: 3px;
    position: relative;
    top: 0px;
    left: 0px;
    margin: 4px 0;
}

#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .5s;
}

#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .625s;
}

#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .75s;
}

#menu-toggle #cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    border-radius: 5px;
}

#menu-toggle #cross span:nth-child(1) {
    height: 0%;
    width: 3px;
    position: absolute;
    top: 0px;
    left: calc(50% - 2px);
    transition-delay: 0s;
}

#menu-toggle #cross span:nth-child(2) {
    width: 0%;
    height: 3px;
    position: absolute;
    left: 0%;
    top: calc(50% - 1px);
    transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
    width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
}

#menu-toggle.open #cross span:nth-child(1) {
    height: 100%;
    transition-delay: .625s;
}

#menu-toggle.open #cross span:nth-child(2) {
    width: 100%;
    transition-delay: .375s;
}

.navbar-light .navbar-brand,
.nav__header .navbar-light .navbar-toggler,
.navbar .nav-item {
    color: #FFFFFF;
    padding: 5px 17px;
    font-size: 16px;
    font-weight: 500;
}

.nav__header .navbar-light .navbar-toggler {
    border: none;
    padding: 0px;
    outline: none;
    padding-left: 17px;
}

.navbar .navbar-collapse {
    border-top: 1px solid #ced4da;
    margin-top: 20px;
    padding-top: 15px;
}

#AgentSubNave.navbar-collapse {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100px;
    background-color: #fff;
    box-shadow: -2px 8px 40px 0 rgba(0, 0, 0, 0.16);
    z-index: 10000;
}

.navbar-collapse ul li {
    padding: 5px 0px;
}

.banner {
    border-radius: 18px;
    overflow: hidden;
    margin-top: -85px;
    position: relative;
    z-index: 1;
    max-width: 1180px !important;
    margin-left: auto;
    margin-right: auto;
}

.banner_blueblock {
    background-color: rgba(7, 56, 205, 0.12);
    position: absolute;
    left: 0px;
    right: auto;
    min-height: 418px;
    top: 338px;
    z-index: -1;
}

.banner_image {
    position: relative;
    right: 0px;
    left: auto;
}

.banner_image_img {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.banner_image_inn {
    background: linear-gradient(93deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
}

#AgentSubNave.navbar-collapse.show {
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: scroll;
    height: 100vh;
    padding-bottom: 40px;
}

#AgentSubNave {
    padding-top: 30px;
}

/* form control */
.form-control {
    border: solid 1px #afafaf;
    background-color: #fff;
    height: 48px;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 0px;
}

.form-control::-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder,
.form-control::placeholder {
    color: rgba(0, 0, 0, 0.24) !important;
}

.form-control:disabled,
.form-control[readonly] {
    cursor: not-allowed;
    background-color: $color-cloudy-sky-light;
    opacity: 0.75;
    -webkit-opacity: 0.75 !important;
    -moz-opacity: 0.75 !important;
}

.form-control--textarea {
    height: auto !important;
}

.form-control--small {
    height: 32px;
    padding: 8px;
    font-size: 12px;
}

.form-control--large {
    height: 56px;
    padding: 16px;
    font-size: 16px;
}

.form-control--large__extra {
    height: 64px;
    padding: 20px;
    font-size: 20px;
}


.dropdown .dropdown-menu {
    border: none;
    box-shadow: -2px 8px 40px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.banner_form .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 0.75rem 1.5rem;
    color: #212529 !important;
}

.custom-select {
    background: #FFF url(https://content.harstatic.com/media/icons/arrow-gray-down.svg) no-repeat right 0.25rem center/10px 9px !important;
    padding-right: 30px;
    font-weight: 600;
    font-size: 14px !important;
}

.about-section {
    width: 100%;
    position: relative;
}

.about-section .about-section--img {
    margin: 0 auto;
    display: block;
    max-width: 120px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 8px 32px 0 rgba(0, 0, 0, 0.24);
}

.about-section .about-section--img img {
    width: 100%;
}

.about-section h1 {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-size: 40px;
    font-weight: bold;
}

.about-section iframe {
    position: relative;
    width: 100%;
    height: 300px;
}

.costumer--rating {
    position: relative;
    width: 100%;
    margin-bottom: 105px !important;
}

.costumer--rating h3 {
    font-size: 40px;
    font-weight: bold;
}

.certification--section {
    background: #e0e0e0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*.home--search--section .border_radius--default:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.home--search--section .border_radius--default:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: #0738cd;
    opacity: 0.4;
}*/

.home--search--section .border_radius--default {
    background-size: cover;
    background-position: center center;
}

.home--search--section .col-md-4.col-12 .position-relative {
    z-index: 5;
}

.custom-select__underline,
.form-control__underline {
    border: none;
    border-bottom: 1px solid #333333 !important;
    font-size: 18px;
}

/*color Scheme */
.color_gray {
    color: #666666 !important;
}

.image_frame {
    position: relative;
    width: auto;
    margin-left: 20px;
    margin-bottom: 20px;
}

.image_frame img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: inline-block;
}

.image_frame img:after {
    content: "";
    display: block;
    position: absolute;
    border: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-image: linear-gradient(225deg, rgba(7, 56, 205, 0) 81%, rgba(7, 56, 205, 0.4));
    z-index: 1;
    border: 1px solid red;
}

.image_frame:before {
    position: absolute;
    left: -20px;
    bottom: -20px;
    background-color: #f3f3f3;
    right: 20px;
    top: 20px;
    content: "";
}

/* for coloring */
.dark_bg {
    background-color: #0738cd;
    color: #ffffff !important;
    border-radius: 16px;
}

.dark_bg .section_heading {
    color: #ffffff;
}

.custom_card {
    display: inline-block;
    margin: 0px 8px 8px 0px;
    padding: 3px 12px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

a.custom_card {
    text-decoration: none !important;
    color: #555555;
}

.custom_card.for_logo {
    width: 120px;
    height: 88px;
    overflow: hidden;
    text-align: center;
    padding: 9px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 0px;
}

.card__tools {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.16);
    display: block;
    text-decoration: none !important;
    text-align: left;
    padding: 24px 24px 16px 24px;
    display: flex;
    min-height: 100px;
}

.card__tools_icon {
    width: 58px;
}

.card__tools_desc {
    padding-left: 10px;
}

.card__tools .card__tools__title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.card__tools__text {
    color: #ffffff;
    font-size: 12px;
}

.bn_aggent_photo {
    width: 96px;
    height: 96px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: block;
}

.banner_content {
    max-width: 1150px;
    padding: 64px;
}

.shadow_section {
    box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.12);
    padding: 64px 0px;
}

.activity_block {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 24px;
    margin-bottom: 30px;
}

.activity_block .icon {
    border-radius: 50%;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    display: block;
    float: left;
    margin-right: 10px;
}

.activity_block_desc {
    padding-top: 25px;
}

.activity_block_date {
    color: #999999;
    font-size: 12px;
}

.map_container {
    position: relative;
    min-height: 420px;
}

.map_container_inner {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.map_container_inner_address {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1;
    display: flex;
    align-self: center;
    padding: 64px 80px;
}

.map_container_location {
    background-color: #fff;
    padding: 64px 80px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
}

.access_section {
    position: relative;
    height: 416px;
    width: 100%;
}

.access_section_left {
    position: absolute;
    left: 0px;
    height: 416px;
    width: 525px;
    padding: 48px;
    border-radius: 16px;
    z-index: 2;
    margin-top: -56px;
}

.access_section_right {
    position: absolute;
    right: 0px;
    left: auto;
    width: 740px;
    height: 416px;
    border-radius: 16px;
    background-image: url(https://content.harstatic.com/resource_2019/imgs/temprary/banner_agentwebsite.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.navlinks {
    display: inline-block;
}

.nav-pills_underline {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav-pills_underline::-webkit-scrollbar {
    display: none;
}

.nav-pills_underline .nav-link {
    border: none;
    color: #777777;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    padding: 13px 0px;
    border-radius: 0px;
    white-space: nowrap;
    margin: 0px 20px;
    position: relative;
    letter-spacing: 0.7px;
}

.nav-pills_underline .nav-link.active {
    color: #018361;
    font-weight: 600;
    background-color: transparent;
}

.nav-pills_underline {
    position: relative;
}

/*.nav-pills_underline:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: 0px;
    height: 1px;
    background-color: #dddddd;
    z-index: 100;
}*/

.nav-pills_underline .nav-link.active:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: -0px;
    height: 3px;
    background-color: #018361;
    z-index: 100;
}

.section_heading {
    font-size: 40px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 40px;
}

.section_heading_small {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 18px;
}

.property_card {
    max-width: 340px;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin: 0px 20px 0px 20px;
    box-shadow: -4px 8px 20px 0 rgb(0 0 0 / 8%);
}

.property_card_img {
    display: block;
    min-height: 340px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.property--image {
    position: relative;
    width: 100%;
}

.property_card_address {
    padding: 24px 24px 0px 24px;
    text-align: center;
}

.slick-slider .slick-list .slick-track {
    padding: 40px 0px;
}

.pca_title {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.property_card_details {
    padding: 24px;
    font-size: 12px;
    color: #666666;
}

.label_available {
    border-radius: 4px;
    color: #fff;
    background-color: #018361;
    text-align: center;
    padding: 0px 8px;
    font-size: 12px;
    display: inline-block;
}

.property_card_address a {
    text-decoration: none;
    display: block;
}

.property_blog {
    box-shadow: -2px 4px 24px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    display: flex;
    grid-gap: 0;
    grid-template-columns: 400px calc(100% - 400px);
    grid-template-rows: 100% auto;
    grid-template-areas: 'a b';
    display: grid !important;
    position: relative;
    text-decoration: none;
    margin-bottom: 40px;
}

.property_blog .property_blog__photo {
    grid-area: a;
    background-position: center center;
    background-size: cover;
    min-height: 266px;
}

.property_blog .property_blog__content {
    grid-area: b;
    align-self: center;
    padding: 32px;
}

.property_blog__content__date {
    color: #999999;
}

.property_blog__content_share {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
}

.property_blog__content__text {
    font-size: 16px;
    padding-right: 15px;
    padding-top: 10px;
    color: #333333;
}

.property_blog a {
    text-decoration: none;
}

.property_blog__content_share_link {
    display: block;
}

.property_blog__content_share_btn {
    display: none;
}

.aws-banner.aws_section {
    padding-bottom: 4.5rem !important;
}


.agent_tagline{text-shadow: none !important;}

@media screen and (max-width: 900px) {
    .property_blog {
        grid-template-columns: 300px calc(100% - 300px);
    }
}

@media screen and (max-width: 700px) {

    .custom_card.for_logo {
        width: 99px;
    }

    #AgentSubNave.navbar-collapse.show {
        padding-bottom: 75px;
    }

    #short--description--section {
        font-size: 18px;
        line-height: normal;
        font-weight: 400;
        text-align: right !important;
    }
    .right--box--info {
        text-align: right;
        width: 100%;
    }
    .property_blog {
        grid-template-columns: 100%;
        grid-template-rows: auto;
        display: block !important;
    }

    .property_blog .property_blog__photo {
        min-height: 200px;
        display: block;
    }

    .property_blog .property_blog__content,
    .property_blog .property_blog__photo {
        max-width: 100%;
        grid-column-start: 1;
        grid-row-start: 2;
    }

    .banner__inner .banner_content {
        padding: 20px;
    }

    .property_blog__content_share_link {
        display: none;
    }

    .property_blog__content_share_btn {
        display: block;
    }
}

.box_shadow {
    padding: 15px;
    box-shadow: -2px 4px 24px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    display: inline-block;
    height: 106px;
    min-width: 190px;
    text-align: center;
    justify-content: center;
    margin: 0px 20px 20px 0px;
    display: inline-flex;
    align-self: center;
}

.accordion_simple__tab {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-decoration: none !important;
}

.accordion_simple__subtab {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-decoration: none !important;
    padding-left: 30px;
}

.accordion_simple__subtab_content {
    padding: 10px 0px 20px 60px;
}

label {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    display: block;
}

.container_inner {
    max-width: 1080px;
}

.blue_light {
    background-color: rgba(7, 56, 205, 0.04);
}

.half_left {
    max-width: 585px;
    width: 100%;
}

.bargraph {
    margin-bottom: 5px;
}

.bargraph_header {
    float: left;
    width: 50%;
    padding-top: 12px;
    font-weight: bold;
}

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

.bargraph_title {
    text-align: right;
    font-size: 12px;
    color: #999999;
}

.bargraph_track {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
}

.bargraph_value {
    background-color: #ffaf00;
    height: 12px;
    width: 30%;
}

.full_row_right,
.full_row_left {
    width: 43%;
    float: left;
}

.full_row_right {
    width: 57%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(https://content.harstatic.com/resource_2019/imgs/temprary/banner_agentwebsite.jpg);
    height: inherit;
}

.full_row_left_inner {
    max-width: 412px;
}

footer {
    background-color: #757575;
    padding: 40px 0px 0px 0px;
    color: #ffffff;
}

footer h2 {
    color: #ffffff !important;
}

.footer_cocials a {
    margin: 2px;
}

.copyrights {
    background-color: #696969;
    font-size: 11px;
    color: #ffffff;
    padding: 16px 0px;
}

.bargraph .bargraph_row .bargraph_header,
.bargraph .bargraph_row>.bargraph_row {
    display: none;
}

.noscroll {
    overflow: hidden;
}

footer .section_heading_small {
    color: #fff;
}

footer .btn {
    border-radius: 0px;
    background-color: #ffffff;
    color: #696969 !important;
}

.slick-prev,
.slick-next {
    width: 25px;
    height: 48px;
}

.slick-prev {
    margin-left: -12px;
}

.slick-next {
    margin-right: -12px;
}

/*.slick-next:before,
.slick-prev:before {
    content: '';
    display: block;
    width: 25px;
    height: 48px;
    background: url("https://content.harstatic.com/media/icons/back_black.svg") no-repeat center center;
    background-size: 30px;
    opacity: 0.3;
}

.slick-next:before {
    transform: rotate(180deg);
}*/

.single-item .slick-prev {
    margin-left: -0px;
}

.single-item .slick-next {
    margin-right: -0px;
}

.banner__inner .banner_content {
    max-width: 1150px;
    padding: 50px 0px;
}

.banner__inner .banner_content .tagline {
    font-size: 32px;
    text-align: left !important;
    margin-bottom: 30px;
}

.header_container {
    display: flex;
}

.navbar-brand {
    flex-wrap: wrap;
    display: flex;
}

.nav_container {
    display: flex;
}

.nav_container_inner {
    padding-top: 34px;
}

.social_and_phone {
    margin-left: auto;
    padding-top: 28px;
}

.social_and_phone .banner_phone {
    display: none;
}


.property_slide {
    display: flex;
    border-radius: 18px;
    overflow: hidden;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.property_slide_img,
.property_slide_content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 336px;
}

.property_slide_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.property_slide_content {
    background-color: #0738cd;
    color: #ffffff;
    padding: 60px;
    align-self: center;
    align-self: center;
}

.property_slide_content h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 15px;
}

.signature {
    text-align: left;
    display: flex;
    text-decoration: none !important;
}

#myTab {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-bottom: none;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.signature__photo {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    background-image: url(https://content.harstatic.com/media/icons/agent_placeholder.svg);
}

.signature__info {
    flex-grow: 1;
    align-self: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.signature__info__name {
    font-size: 14px;
    color: #000 !important;
    font-weight: 600;
    overflow: hidden;
    display: block;
    margin-bottom: 4px;
}

.signature__info__desc {
    font-size: 12px;
    color: #999999 !important;
    font-weight: 600;
    overflow: hidden;
    display: block;
}
.theme_color_bg {
    background-color: #0738cd;
}
.header__internalpage .banner_socials { display: flex !important; }
.header__internalpage .banner_socials > a { margin-right:5px; }
.btn--medium.btn--icon { height: 40px !important; line-height: 40px !important;border-radius: 8px;}
.tag-button::after { z-index: auto !important;}

.har_cws {}
@media (max-width:1390px) {
    .slick-prev {
        margin-left: 0px;
    }

    .slick-next {
        margin-right: 0px;
    }
}

@media (max-width:1177px) {
    .navbar-brand {
        margin-top: 10px;
    }

    .nav__header {
        padding: 5px 0px;
    }

    .nav_container {
        flex-direction: column;
        margin-left: auto;
    }

    .social_and_phone {
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .nav_container_inner {
        padding-top: 5px;
    }

    #AgentSubNave.navbar-collapse {
        top: 86px;
        padding: 30px;
    }
}

@media (max-width:1080px) {
    .social_and_phone {
        display: flex;
    }

    .navbar-brand .banner_phone {
        display: none;
    }

    .social_and_phone .banner_phone {
        display: block;
        margin-right: 20px;
    }

}

@media (max-width:940px) {
    .navbar-brand h1 {
        font-size: 36px;
    }
}

@media (max-width:880px) {
    .navlinks {
        display: none;
    }

    .navbar-light {
        padding: 15px 0px;
    }

    #AgentSubNave.navbar-collapse {
        padding-left: 40px;
    }

    .nav-pills_underline::before {
        display: none;
    }

    .nav.nav-pills_underline {
        border-top: 1px solid #ddd;
    }

    .nav_container_inner {
        margin-left: auto;
    }


    .access_section {
        position: static;
        height: inherit;
    }

    .access_section_left {
        position: static;
        height: auto;
        width: 100%;
        margin-top: 0px;
        border-radius: 16px 16px 0px 0px;
    }

    .access_section_right {
        position: static;
        width: 100%;
        height: 300px;
        border-radius: 0px 0px 16px 16px;
    }
}


@media (max-width:778px) {
    #IconTextContainer {
        border: none;
        padding: 0px;
    }

    .property--link--section {
        justify-content: inherit;
    }

    .slick-slider .slick-list .slick-track {
        padding: 0px 0px;
    }

    .responsive--area--section {
        top: 0px !important;
    }

    .costumer--rating .shadow--background--customer--rating {
        display: none;
    }

    .costumer--rating {
        margin-bottom: 25px !important;
    }

    .section_heading {
        font-size: 36px;
        line-height: 1.4;
        margin-bottom: 18px;
    }

    .tagline {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .gradiant_row {
        padding: 20px 0px;
    }

    .map_container {
        position: static;
        min-height: inherit;
    }

    .map_container_inner {
        min-height: 150px;
        width: 100%;
        position: static;
    }

    .map_container_inner_address {
        position: static;
        background: none;
        padding: 10px;
    }

    .map_container_location {
        padding: 20px;
    }



    .image_frame {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .image_frame:before {
        left: -10px;
        bottom: -10px;
        right: 10px;
        top: 10px;
    }

    .navbar-toggler>span {
        display: none !important;
    }

    #AgentSubNave.navbar-collapse {
        top: 123px;
    }

    .banner {
        border-radius: 0px;
        margin-top: 0px;
    }

    .banner_content {
        padding: 30px;
    }

    .header_tagline {
        height: inherit;
        padding: 20px;
    }

    .tagline__text {
        font-size: 16px;
        line-height: 1.3;
    }

    .navbar-brand {
        display: block;
        text-align: center;
    }

    .navbar-brand .banner_phone {
        display: block;
    }

    .social_and_phone {
        display: none;
    }

    .navbar-brand h1 {
        margin-right: 0px;
        margin-bottom: 12px !important;
    }

    .header_container {
        display: block;
        position: static;
    }

    .nav_container {
        display: block;
    }

    .nav__header .navbar-light .navbar-toggler {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .nav__header {
        border-bottom: 0px;
    }

    .header_tagline h2 {
        font-weight: normal !important;
    }

    .navbar {
        position: static;
        padding: 0px 0px;
    }

    .property_slide {
        display: block;
    }

    .property_slide_img,
    .property_slide_content {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }

    .property_slide_img {
        height: 240px;
    }

    .property_slide_content {
        padding: 40px;
    }

    .section_title {
        font-size: 32px;
    }
    .header_tagline { margin-top: 0px !important;} 
}


.header__inner .navbar.navbar-light .nav-item { color:#ffffff !important; }

@media (max-width:576px) {
    .navbar-brand h1 {
        font-size: 28px;
    }

    .bg-white .banner_form .dropdown--quickselect .unclosable {
        left: -25px !important;
        min-width: 220px !important;
    }

    .hero_homevv .dropdown-menu.respnsive_right {
        left: -70px !important;
    }

    .bn_aggent_photo {
        margin: 20px auto;
        width: 64px;
        height: 64px;
    }

    .banner_image_img {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    .bargraph {
        margin-bottom: 17px;
    }

    .bargraph .bargraph_row {
        width: 100%;
        float: none;
    }

    .bargraph>.bargraph_header {
        display: none;
    }

    .bargraph .bargraph_row .bargraph_title,
    .bargraph .bargraph_row .bargraph_header {
        display: inline-block;
        float: none;
        width: auto;
        padding-top: 0px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .bargraph_row {
        float: right;
        width: 50%;
    }

    .property_card_details {
        padding: 15px;
    }

    .property_card {
        margin: 10px;
        max-width: 290px;
    }

    .banner__inner h1 {
        font-size: 28px !important;
        margin-bottom: 0px;
        line-height: 1.2;
    }

    .navbar-light {
        padding: 0px;
    }

    .btn--large {
        padding: 0 18px !important;
    }

    .nav__header {
        padding: 5px 0px;
    }

    .banner .btn--large {
        height: 52px !important;
        line-height: 52px !important;
        font-size: 14px !important;
        padding: 0 24px !important;
        font-size: 16px;
        display: block;
        width: 100%;
    }

    .banner_content {
        padding: 50px 20px;
    }


    .banner__inner .btn--medium {
        height: 28px !important;
        line-height: 28px !important;
        font-size: 14px !important;
        padding: 0 12px !important;
    }

    .access_section_left {
        padding: 20px;
    }

    .access_section_right {
        height: 200px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        bottom: auto;
        top: 0px;
    }
}

@media (max-width:366px) {
    .section_heading {
        font-size: 28px;
    }

    .section_heading_small {
        font-size: 20px;
    }

    .property_slide_content {
        padding: 20px;
    }
}

@media (max-width:576px) {
    .responsive--area--section {
        top: 0px !important;
    }

    .listing_detail_standalone .schedule_showing_cntr {
        padding: 60px 0px 60px 20px;
    }

    .bg-white .banner_form .hero_homevv {
        width: 25% !important;
    }

    .responsive--area--section .row.no-gutters {
        width: 100% !important;
    }

    .activity_block {
        margin-bottom: 0px;
    }
}

@media (max-width:576px) {
    .property--slider .button--property--slider {
        display: none !important;
    }
}
