/*---------------------------------------Custom Csss----------------------------*/
.home .propertyDetail {
    padding-top: 0px;
    padding-bottom: 0px;
}

.my_account_sections {
    padding: 30px 0 20px;
    text-align: center;
}

.feeMoreDetails .fpbtn {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background: #b50000;
    padding: 5px 8px;
    font-weight: 600;
    border: 0px;
}

.iAboutPhrase a {
    color: #fff !important;
    cursor: pointer;
}

.cMarketingPlansBtn a {
    color: #fff !important;
    cursor: pointer;
}

#teamContact .lastchild {
    display: block;
}

#loader-1 {
    display: none;
}

.no-property-1 {
    display: none;
    text-align: center;
}

.no-property-1 a {
    font-size: 17px !important;
    pointer-events: none;
}

#loader-2 {
    display: none;
}

.no-property-2 {
    display: none;
    text-align: center;
}

.no-property-2 a {
    font-size: 17px !important;
    pointer-events: none;
}

#loader-3 {
    display: none;
}

.no-property-3 {
    display: none;
    text-align: center;
}

.no-property-3 a {
    font-size: 17px !important;
    pointer-events: none;
}

#loader-4 {
    display: none;
}

.no-property-4 {
    display: none;
    text-align: center;
}

.no-property-4 a {
    font-size: 17px !important;
    pointer-events: none;
}

#loader-community-1 {
    display: none;
}

.no-community-1 {
    display: none;
    text-align: center;
}

.no-community-1 a {
    font-size: 17px !important;
    pointer-events: none;
}

.feeMoreDetails p,
.feePropertyDetails h4 {
    color: #000;
}

.btn-blue {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    background: #b50000;
    padding: 5px 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0 10px;
}

.my_account_form .form-control {
    margin-bottom: 20px;
}

.black {
    color: #000
}

.my_account_form .btncont {
    text-align: center;
    margin-bottom: 40px;
}

.my_account_sections .user_name {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    color: #b50000 !important;
    text-transform: capitalize;
}

#map {
    width: 100%;
    margin-bottom: 40px;
}

.page-template-contact-us #map {
    margin-bottom: 0px;
}

.videos iframe {
    margin-bottom: 40px;
}

.btn-blue:hover {
    color: #fff;
    background: #000;
}

#menu-main-menu {
    list-style: none !important;
}

.feeMoreDetails .fpbtn:hover {
    background: #000;
}

.menu-wrap .menu .icon-list #menu-main-menu a {
    position: relative;
    display: block;
    padding: 13px 40px;
    border-bottom: 1px solid #cfcfcf;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s ease;
}

.page-template-login .topNav {
    display: none;
}

.login-signup {
    align-items: center;
    background-color: #000;
    /*     background-color: rgba(255,255,255,0.9); */
    display: flex;
    height: 100%;
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 111;
}

.login-reg-panel {
    background-image: url(../images/login-bg.jpg);
    background-position: top center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 15px #000;
    color: #fff;
    height: 550px;
    position: relative;
}

.login-info-box,
.register-info-box {
    padding: 0 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    width: 50%;
}

.login-signup h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.sign-btn,
.login-reg-panel #label-login,
.login-reg-panel #label-register {
    background-color: #b50000;
    border: 2px solid #b50000;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 20px;
    text-transform: uppercase;
}

.login-reg-panel input[type="radio"] {
    display: none;
}

.register-info-box {
    left: 0;
}

.login-info-box,
.register-info-box {
    padding: 0 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    width: 50%;
}

.login-reg-panel input[type="radio"] {
    display: none;
}

.white-panel {
    background-color: #fff;
    border-radius: 5px;
    height: 550px;
    left: calc(50%);
    position: absolute;
    transition: .3s ease-in-out;
    width: 50%;
    z-index: 0;
}

.show-log-panel {
    display: block !important;
    opacity: 0.9 !important;
}

.login-show {
    padding: 30px 40px;
}

.login-show,
.register-show {
    color: #242424;
    display: none;
    opacity: 0;
    text-align: center;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

label.error {
    color: red;
    font-size: 10px;
    float: left;
}

.register-show {
    padding: 10px 40px;
}

.right-log {
    left: 0 !important;
}

form#ao_registration_form {
    position: relative;
}

form#ao_login_form {
    position: relative;
}

.login-signup p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px;
}

.login-signup i {
    color: #d5d5d5;
    font-size: 16px;
    left: 10px;
    margin: 12px 0 0;
    position: absolute;
}

.login-signup .form-control {
    background-color: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    color: #4d4d4d !important;
    height: 42px !important;
    margin: 0 0 10px !important;
    padding: 0 10px 0 35px !important;
}

#data_error_r_respo,
#data_error_respo {
    color: red;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 500;
}

.modal-body .wpcf7-form-control-wrap {
    width: 100%;
}

.numbersWrap ul li img {
    width: 70px;
}

.lastchild {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}

.popuplogo {
    width: 50px;
    display: table;
    margin: 0 auto;
}

.message h2 {
    text-align: center !important;
    color: #000;
}

.popupfail {
    border: 2px solid #ffb900;
    text-align: center;
    font-weight: 700;
    color: #000;
    padding: 20px;
}

.message .success {
    color: green;
}

#wpcf7-f2120-p2094-o1 span.wpcf7-not-valid-tip,
#wpcf7-f1864-o2 span.wpcf7-not-valid-tip,
#wpcf7-f2711-o1 span.wpcf7-not-valid-tip,
#wpcf7-f2711-o2 span.wpcf7-not-valid-tip {
    display: none;
}

.footer .wpcf7 .wpcf7-response-output {
    display: none;
}

#wpcf7-f2711-o2 .wpcf7-response-output {
    display: none;
}

#wpcf7-f2711-o1 .popupfail {
    display: none;
}

#wpcf7-f2711-o1 .popupsucess {
    display: none;
}

.custommargin {
    margin-bottom: 70px
}

.custombtn {
    margin-bottom: 30px;
    text-align: center !important;
}

.customcontact {
    cursor: pointer;
}

.agent-bedrosteam-new .item {
    cursor: pointer;
}

span.wpcf7-not-valid-tip {
    display: none;
}

.popupsucess {
    border: 2px solid green;
    text-align: center;
    font-weight: 700;
    color: #000;
    padding: 20px;
}

.margin-top {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.return-btn {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    background: #b50000;
    padding: 5px 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0 10px;
}

#wpcf7-f2120-p2094-o1 .popupsucess,
#wpcf7-f2120-p2094-o1 .popupfail {
    display: none;
}

#wpcf7-f1864-o2 .popupsucess,
#wpcf7-f1864-o2 .popupfail {
    display: none;
}

#featuredWidgetWrap {
    display: none;
}

#ihf-main-container #searchProfile .glyphicon::before {
    top: -7px !important;
}


/*---------------------------------------Custom Csss End----------------------------*/

#address.searchAddressForm input.form-control,
#address.searchAddressForm select.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    color: #555555;
    border: 1px solid #dddddd;
    border-radius: 4px !important;
    font-weight: 400;
}

#ihf-main-container #address.searchAddressForm .row:nth-child(1) div:nth-child(3) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

#address.searchAddressForm .btn.btn-block {
    background-color: #CA0000;
    margin: 3px 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    height: 34px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ihf-main-container .listingIdSearchForm .col-xs-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#ihf-main-container .listingIdSearchForm .input-group {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

#ihf-main-container .listingIdSearchForm .input-group input.form-control.listingIdList {
    width: 75%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    color: #555555;
    border: 1px solid #dddddd;
    border-radius: 4px !important;
    font-weight: 400;
}

#ihf-main-container .listingIdSearchForm .input-group .input-group-btn {
    width: 23%;
    margin-left: 2%
}

#ihf-main-container .listingIdSearchForm .btn.btn-primary {
    background-color: #CA0000;
    margin: 3px 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    height: 34px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}


/* #Map #ihf-map-canvas{
 height: 250px !important;
 width: 100% !important;
 position: relative;
 overflow: hidden !important;
}

#Map #ihf-map-canvas .leaflet-pane  {
 transform: none
}

#Map #ihf-map-canvas .leaflet-pane img.leaflet-tile {
 width: 100% !important;
 height: auto !important;
 backface-visibility: hidden;
 transform: none !important;
} */


/*#ihf-main-container .col-xs-12{
 width: 100%;
 padding-left: 15px;
 padding-right: 15px;
}*/

#ihf-main-container .chosen-container-single .chosen-single {
    width: 100%;
}

#nav-map .ihf-link-back {
    display: none
}

#nav-map #ihf-main-container .col-xs-5,
#nav-map #ihf-main-container .col-xs-3,
#nav-map #ihf-main-container .col-xs-4 {
    padding-left: 15px;
    padding-right: 15px
}

#nav-map #ihf-main-container .col-xs-5 {
    width: 50%
}

#nav-map #ihf-main-container .col-xs-3 {
    width: 25%;
    display: flex;
    align-items: flex-end;
}

#nav-map #ihf-main-container .col-xs-4 {
    width: 25%;
    flex-direction: column;
    align-items: flex-start;
}

#nav-map #ihf-main-container .col-xs-4 .ihf-map-results-count {
    width: 100%;
    text-align: left !important;
}

#nav-map #ihf-main-container .col-xs-4 form {
    width: 100%
}

#nav-map #ihf-main-container .col-xs-4 .btn.btn-default {
    background-color: #00a9da;
    margin: 3px 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    height: 34px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

#nav-map input.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    color: #555555;
    border: 1px solid #dddddd;
    border-radius: 4px !important;
    font-weight: 400;
}

#nav-map #ihf-main-container .ihf-map-search-refine-link {
    background-color: #00a9da;
    margin: 3px 0;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    height: 34px;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

#ihf-main-container .chosen-container-single .chosen-single div b {
    height: 100% !important
}

#ihf-main-container .ihf-listing-search-results #ihf-refine-search-button {
    font-family: inherit !important;
    font-weight: 400
}

#ihf-main-container #saveSearchButton.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333333;
}

#ihf-main-container #saveSearchButton.btn-primary i.glyphicon {
    top: 1px;
    margin-right: 4px
}

#ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified {
    display: flex;
    width: 60%;
    justify-content: center;
    margin: auto;
}

#ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified .btn.btn-primary {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #00a9da !important;
    color: #333333 !important;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 10px !important;
    padding: 10px 10px !important;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 0px;
}

#ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified .btn.btn-primary.active {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #00a9da !important;
    color: #ffffff !important;
    background: #00a9da !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 10px !important;
    display: block;
    width: auto;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom-left-radius: 0px !important
}

#ihf-main-container .ihf-listing-search-results>.row:nth-child(4)>div:nth-child(1) {
    visibility: visible
}

#ihf-email-alert-modal .btn-primary.ihf-email-alert-popup-submit {
    color: #ffffff;
    background: #00a9da;
    border-color: #00a9da
}

#ihf-email-alert-modal i.fa-envelope {
    color: #00a9da
}

#ihf-main-container .modal {
    z-index: 999999;
}

#ihf-main-container #ihf-user-registration-create-form .btn-primary {
    color: #ffffff;
    background: #00a9da;
    border-color: #00a9da
}

div#ihf-main-container {
    width: 70%;
    margin: 0 auto;
}

#searchProfile #ihf-quicksearch-submit1 {
    background-color: #CA0000;
    /*margin: 3px 0;*/
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    height: 34px;
    /*margin-top: 24px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#ihf-main-container #searchProfile .glyphicon {
    position: relative;
    font-style: normal;
}

#ihf-main-container #searchProfile .glyphicon::before {
    content: "\f002";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: -10px;
    right: 0;
    margin: auto;
}

#address.searchAddressForm label.field-label {
    justify-content: flex-start;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100%
}

.ihf-quick-search-form .br-bathroom,
.ihf-quick-search-form .br-bedroom {
    font-size: 23px !important;
    font-weight: 500;
    top: 8px !important;
    color: #a4c083
}

#ihf-main-container input[type=text] {
    border-radius: 0 !important
}

#ihf-mini-search-maxprice .ihf-widget-label,
#ihf-mini-search-minprice .ihf-widget-label,
#ihf-mini-search-baths .ihf-widget-label,
#ihf-mini-search-beds .ihf-widget-label {
    display: none !important
}

.ihf-refine-search-container>form>.row>.col-xs-6 {
    width: 100% !important;
    max-width: 100% !important
}

#ihf-mini-search-minprice,
#ihf-mini-search-maxprice,
#ihf-mini-search-beds,
#ihf-mini-search-baths {
    width: 100% !important
}

#ihf-mini-search-minprice input,
#ihf-mini-search-maxprice input {
    width: 100% !important
}

.ihf-image-carousel .owl-nav {
    display: flex;
    justify-content: space-between
}

.ihf-image-carousel .carousel-control {}

#ihf-detail-extrainfotabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 0;
    box-shadow: 7px 7px 27px 0 rgba(0, 0, 0, .06)
}

#ihf-detail-extrainfotabs li {
    list-style: none;
    text-align: center;
    width: 20%
}

#ihf-detail-extrainfotabs li.active a {
    color: #00a9da !important
}

#ihf-detail-extrainfotabs li a {
    color: #8e8e8e;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 0
}

#ihf-detail-extrainfotabs li a:not(:last-child) {
    border: 0 !important;
    border-right: 1px solid #e4e4e4 !important
}

.entry-single .btn-return {
    display: inline-block;
    margin-top: 10px;
    border: 0
}

.entry-single .btn-return:hover {
    text-decoration: none;
    border: 0
}

.ihf-image-carousel button.owl-next {
    border-radius: 50%;
    border: 1px solid #a4c083;
    padding: 4px 8px 4px 10px;
    background: #ffffffd7
}

.ihf-image-carousel button.owl-prev {
    border-radius: 50%;
    border: 1px solid #a4c083;
    padding: 4px 10px 4px 8px;
    background: #ffffffd7
}

.ihf-image-carousel button.owl-next i,
.ihf-image-carousel button.owl-prev i {
    color: #a4c083
}

#ihf-main-container .form-control,
#ihf-main-container .form-control {
    padding: 8px 10px 8px 32px !important
}

#ihf-main-container .nav-tabs .dropdown-toggle::after {
    display: none
}

#ihf-main-container .dropdown-menu {
    z-index: 98
}

#ihf-main-container .row:before,
.ihf-listing-search-results .row:before {
    content: initial !important
}

#ihf-main-container .search-result-heading,
#ihf-main-container .heading-after-img-wrapper {
    display: none !important
}

#ihf-main-container.ihf-color-scheme-red .ihf-map-icon {
    background: #00a9da;
    border: 1px solid #00a9da
}

#ihf-main-container.ihf-color-scheme-red .ihf-map-icon:after {
    border-top-color: #00a9da
}

#searchProfile label.field-label {
    justify-content: flex-start;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-bottom: 5px;
}

#searchProfile input.form-control,
#searchProfile select.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    color: #555555;
    border: 1px solid #dddddd;
    border-radius: 4px !important;
    font-weight: 400;
}

#searchProfile input.form-control#ihf-minprice-homes,
#searchProfile input.form-control#ihf-maxprice-homes {
    padding-left: 22px !important
}

#searchProfile .ihf-label-overlay-money {
    position: absolute;
    top: 6px !important;
    left: 8px !important;
    color: #555555 !important;
    font-weight: normal;
    font-size: 14px;
}

#searchProfile .row.mt-10 {
    margin-top: 20px
}

#searchProfile .row.mt-10.visible-xs {
    display: none
}

.ihf-widget {
    margin-bottom: 0 !important
}

#ihf-main-container fieldset {
    width: 100%
}

.ihf-listing-search-results .btn-group:nth-child(2) .dropdown-toggle {
    margin-left: 10px !important
}

.ihf-listing-search-results .btn-group .dropdown-toggle span.caret {
    display: none !important
}

#ihf-main-container .glyphicon {
    top: 0
}

#ihf-quicksearch-submit1 {
    margin-top: 10px;
    font-weight: 700;
    padding: 6px 15px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.ihf-listing-search-results .btn-group-justified {
    box-shadow: 7px 7px 27px 0 rgba(94, 73, 73, .06)
}

.ihf-listing-search-results .btn-group-justified a {
    border: 0 !important;
    background: #fff !important;
    color: #8e8e8e !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 18px 0 !important
}

.ihf-listing-search-results .btn-group-justified a:not(:last-child) {
    border-right: 1px solid #e4e4e4 !important
}

.ihf-listing-search-results .btn-group-justified a:hover,
.ihf-listing-search-results .btn-group-justified a.active {
    color: #00a9da !important;
    text-decoration: none !important
}

.ihf-listing-search-results .btn-group-justified a.active {
    box-shadow: none !important
}

.ihf-listing-search-results #ihf-refine-search-button {
    font-family: playfair display, serif !important;
    text-transform: uppercase !important;
    background-color: #00a9da;
    color: #fff;
    font-family: playfair display, serif;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 38px;
    border-radius: 2px;
    text-decoration: none
}

.ihf-listing-search-results #ihf-refine-search-button:hover {
    background-color: #00a9da;
    color: #fff;
    cursor: pointer
}

.ihf-listing-search-results .ihf-grid-result-container {
    display: flex;
    flex-direction: column;
    padding: 0 !important
}

.ihf-listing-search-results .ihf-grid-result-container>.row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.ihf-listing-search-results>.row:nth-child(4)>div:nth-child(1) {
    visibility: hidden
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(1) {
    order: 3
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(1) .ihf-grid-result-price {
    margin: 0 !important;
    background: 0 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 5px 0 !important
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(1) .ihf-grid-result-price a,
.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(1) .ihf-grid-result-price a span {
    color: #00a9da !important
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(1) .ihf-grid-result-price a {
    display: flex !important;
    justify-content: space-between
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(2) {
    order: 2;
    padding: 10px 0
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(2) a {
    text-decoration: none !important;
    color: #8e8e8e !important;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 500
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(3) {
    order: 1
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(3) div {
    padding: 0 !important
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4) {
    order: 4
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4)>div:nth-child(1) {
    width: 100% !important
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4) .ihf-grid-result-basic-info-container {
    width: 100% !important;
    display: flex !important;
    justify-content: space-around !important
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4) {
    border-top: 1px solid #e4e4e4
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4)>div:nth-child(1) {
    padding: 10px 0
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4) .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item1,
.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4) .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item2,
.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4) .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item3 {
    flex-grow: 1;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4) .ihf-grid-result-basic-info-container:not(:last-child) {
    border-right: 1px solid #e4e4e4
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4) .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item1 b,
.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4) .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item2 b,
.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4) .ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item3 b {
    visibility: visible;
    color: #5c5c5c !important;
    font-size: 12px !important;
    font-family: montserrat, sans-serif !important;
    font-weight: 400 !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important
}

.ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item1::before {
    content: url(https://www.bainerealty.com/wp-content/themes/Baine/images/bedroom.png);
    visibility: visible
}

.ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item2::before {
    content: url(https://www.bainerealty.com/wp-content/themes/Baine/images/Bathroom.png);
    visibility: visible
}

.ihf-grid-result-basic-info-container .ihf-grid-result-basic-info-item3::before {
    content: url('https://www.bainerealty.com/wp-content/themes/Baine/images/floor plan.png');
    visibility: visible
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(4)>div:nth-child(2) {
    display: none
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(5) {
    order: 5;
    display: none
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(6) {
    order: 6;
    display: none
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(7) {
    order: 7;
    display: none
}

.ihf-listing-search-results .ihf-grid-result-container .row:nth-child(8) {
    order: 8;
    display: none
}

#ihf-mini-search-minprice .ihf-mini-form-element,
#ihf-location,
.ihf-search-form-input,
.ihf-area-input,
.ihf-area-input {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    color: #4d4d4d;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 8px 10px 8px 32px;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important
}

#ihf-quicksearch-submit1 {
    display: flex;
    justify-content: flex-end
}


/* Removed for testing the property search forms */


/*#ihf-main-container .chosen-container-single .chosen-single {
  background: rgba(255, 255, 255, .01);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0 0 0 6px
}*/

#ihf-main-container .chosen-container-single .chosen-single div b {
    height: 150% !important
}

#ihf-main-container .chosen-container-single .chosen-single div {
    display: flex;
    justify-content: center;
    align-items: center
}

#ihf-main-container .btn:focus {
    outline: 0 !important;
    outline-offset: 0
}

#ihf-main-container .form-control {
    height: 38px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 8px 10px 8px 40px
}

.ihf-label-overlay-money,
.ihf-label-overlay-money {
    top: 11px !important;
    left: 15px !important;
    color: #a3be86 !important;
    font-weight: 600;
    font-size: 18px
}

#ihf-quicksearch-submit1 {
    font-family: playfair display, serif;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 7px 15px
}

.ihf-map-search-refine-link {
    margin-top: 0 !important;
    width: 100% !important
}

#ihf-main-container .row:nth-child(1) div:nth-child(2) {
    justify-content: center;
    align-items: center
}

#ihf-main-container .row:nth-child(1) div:nth-child(2) span {
    text-align: center
}

.ihf-map-search-refine-link.btn-blue {
    display: block
}

.ihf-widget.mb-25 .input-group {
    width: 50%;
    margin: 0 auto
}


/* #ihf-main-container .row:nth-child(1) div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  align-items: center
} */

.ihf-map-results-count {
    display: inline-block !important;
    margin-bottom: 0 !important
}


/* Agent Pages Style */

.agent-meet-new.whyBedros {
    background-image: none;
}

.agent-meet-new.whyBedros .left-section .inner-content h2 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px
}

.agent-meet-new.whyBedros .left-section .inner-content h4 {
    text-align: left;
    margin-bottom: 20px
}

.agent-meet-new.whyBedros .left-section .inner-content .social-icons {
    margin-bottom: 20px
}

.agent-meet-new.whyBedros .left-section .inner-content h2 span {
    color: #CA0000
}

.agent-meet-new.whyBedros .left-section .inner-content p {
    text-align: left;
    line-height: 37px;
    margin-bottom: 40px
}

.agent-meet-new.whyBedros .left-section .inner-content ul.social-icons {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.agent-meet-new.whyBedros .left-section .inner-content ul.social-icons li {
    margin-right: 50px
}

.agent-meet-new.whyBedros .left-section .inner-content ul.social-icons a {
    color: #a1a1a1;
    font-size: 24px
}

.agent-meet-new.whyBedros .right-section .inner-content {
    padding: 0px 30px 30px 60px;
    position: relative
}

.agent-meet-new.whyBedros .right-section .inner-content::before {
    content: '';
    position: absolute;
    background: url(https://bedros.imgix.net/2021/05/Rec-11.png?auto=compress%2Cformat&ixlib=php-3.3.0) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    top: -20px;
    right: 0px;
    z-index: -1
}

.agent-meet-new.whyBedros .right-section .inner-content::after {
    content: '';
    position: absolute;
    background: url(https://bedros.imgix.net/2021/05/grey-rec.png?auto=compress%2Cformat&ixlib=php-3.3.0) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 130px;
    bottom: -15px;
    right: 0px;
    z-index: -1
}

.agent-meet-new.whyBedros .right-section .inner-content .sq-img {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 150px;
    z-index: 999;
}

.agent-meet-new.whyBedros .right-section .inner-content .rotatesquare {
    position: absolute;
    right: 0px;
    bottom: 20%;
    z-index: -1
}

.agent-meet-new.whyBedros.swap .right-section .inner-content {
    padding: 0px 60px 30px 30px
}

.agent-meet-new.whyBedros.swap .right-section .inner-content::before {
    right: auto;
    left: 0
}

.agent-meet-new.whyBedros.swap .right-section .inner-content::after {
    right: auto;
    left: 0
}

.agent-meet-new.whyBedros.swap .right-section .inner-content .rotatesquare {
    right: auto;
    left: 0px
}

.agent-meet-new.whyBedros.swap .right-section .inner-content .sq-img {
    left: auto;
    right: 0
}

.agent-performance-new.whyBedros .content-wrapper .inner-content {
    padding: 30px 40px;
    border: 1px solid #ffffff;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.agent-performance-new.whyBedros .content-wrapper .inner-content:hover {
    border: 1px solid #ca0000;
}

.agent-performance-new.whyBedros .content-wrapper .inner-content .num-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 138px;
}

.agent-performance-new.whyBedros .content-wrapper .inner-content .number {
    font-size: 86px;
    font-weight: bold;
    color: #CA0000;
    margin-bottom: 8px;
}

.agent-performance-new.whyBedros .content-wrapper .inner-content p {
    font-size: 24px;
    font-weight: bold;
}

.agent-awards-new.whyBedros {
    background: url(https://bedros.imgix.net/2021/05/awards-bg.png?auto=compress%2Cformat&ixlib=php-3.3.0) center center no-repeat;
    background-size: cover;
    position: relative;
}

.agent-awards-new.whyBedros::before {
    content: '';
    position: absolute;
    background: url(https://bedros.imgix.net/2021/05/dots-bg.png?auto=compress%2Cformat&ixlib=php-3.3.0) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    bottom: 0px;
    left: 10%;
    right: 0px;
    margin: auto;
    z-index: -1
}

.agent-awards-new.whyBedros::after {
    content: '';
    position: absolute;
    background: url(https://bedros.imgix.net/2021/05/dots-bg.png?auto=compress%2Cformat&ixlib=php-3.3.0) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    top: 20%;
    right: 0;
    z-index: -1
}

.agent-awards-new.whyBedros .top-left-lines {
    position: absolute;
    left: -125px;
    width: 200px;
}

.agent-awards-new.whyBedros .bottom-right-lines {
    position: absolute;
    right: 0px;
    bottom: -5%;
    transform: rotate(90deg);
    height: 310px;
}

.agent-awards-new.whyBedros .small-dot-top {
    position: absolute;
    top: 15%;
    right: 10%
}

.agent-awards-new.whyBedros .top-left-redsq {
    position: absolute;
    left: 5%;
    top: 18%;
}

.agent-awards-new.whyBedros .bottom-left-redsq {
    position: absolute;
    right: 1%;
    bottom: 35%;
}

.agent-awards-new.whyBedros .inner-content {
    padding: 40px 30px;
    border: 1px solid #ca0000;
    height: 100%;
    background: #ffffff
}

.agent-awards-new.whyBedros .inner-content .img-wrapper {
    margin-bottom: 20px;
    min-height: 120px;
}

.agent-awards-new.whyBedros .inner-content h2 {
    font-size: 25px;
    font-weight: bold;
    color: #CA0000;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    line-height: 40px;
}

.agent-awards-new.whyBedros .inner-content p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
}

.agent-awards-new.whyBedros .inner-content:hover {
    background: #ca0000
}

.agent-awards-new.whyBedros .inner-content:hover h2,
.agent-awards-new.whyBedros .inner-content:hover p {
    color: #ffffff
}

.agent-meet-bderos-new.whyBedros {
    background: none;
    position: relative;
    overflow: hidden
}

.agent-meet-bderos-new.whyBedros .team-gallery {
    overflow: hidden;
    transition: all 1s ease-in-out;
    position: relative
}

.agent-meet-bderos-new.whyBedros .team-gallery img {
    transition: all 1s ease-in-out;
    position: relative;
}

.agent-meet-bderos-new.whyBedros .team-gallery:hover img {
    transform: scale(1.2) rotate(-3.5deg);
    transition: all 1s ease-in-out
}

.agent-meet-bderos-new.whyBedros .team-gallery::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000000;
    opacity: 0;
    z-index: 9;
    transition: all 1s ease-in-out
}

.lg-outer.lg-visible {
    opacity: 0.9;
    background: #000;
}



.agent-meet-bderos-new.whyBedros .team-gallery:hover::before {
    opacity: 0.6;
}

.agent-meet-bderos-new.whyBedros::before {
    content: '';
    position: absolute;
    background: url(https://bedros.imgix.net/2021/05/dots-bg.png?auto=compress%2Cformat&ixlib=php-3.3.0) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    top: 100px;
    left: -75px;
    z-index: -1
}

.agent-meet-bderos-new.whyBedros::after {
    content: '';
    position: absolute;
    background: url(https://bedros.imgix.net/2021/05/dots-bg.png?auto=compress%2Cformat&ixlib=php-3.3.0) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    top: 30%;
    right: -75px;
    z-index: -1
}

.agent-meet-bderos-new.whyBedros .wrapper {
    padding: 0px 30px
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper {
    display: flex;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .left-section {
    flex: 1;
    background: #cccccc;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section {
    flex: 1;
    background: #ffffff;
    position: relative;
    max-width: 50%
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content {
    padding: 30px;
    text-align: left;
    background: #f3f3f3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content h5 {
    font-size: 23px;
    font-weight: bold;
    color: #ca0000;
    margin-bottom: 8px;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
    width: 78%;
    color: #000;
}

#meet-bedros .owl-item.active:nth-child(odd) .item .bottom-row .content-wrapper .right-section .inner-content {
    background: #ca0000;
    color: #fff;
}

#meet-bedros .owl-item.active:nth-child(even) .item .top-row .content-wrapper .right-section .inner-content {
    background: #ca0000;
    color: #fff;
}

#meet-bedros .owl-item.active:nth-child(odd) .item .bottom-row .content-wrapper .right-section .inner-content h5,
#meet-bedros .owl-item.active:nth-child(odd) .item .bottom-row .content-wrapper .right-section .inner-content p {
    color: #fff !important;
}

#meet-bedros .owl-item.active:nth-child(even) .item .top-row .content-wrapper .right-section .inner-content h5,
#meet-bedros .owl-item.active:nth-child(even) .item .top-row .content-wrapper .right-section .inner-content p {
    color: #fff;
}

#meet-bedros .owl-item.active:nth-child(odd) .item .bottom-row .content-wrapper .right-section:before {
    border-left: 30px solid #ca0000;
}

#meet-bedros .owl-item.active:nth-child(even) .item .top-row .content-wrapper .right-section:before {
    border-right: 30px solid #ca0000;
}

.questionsubmit img {
    width: 60px;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content p.heading-sm-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
    color: #000;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content ul.social-icons {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content ul.social-icons li {
    margin-right: 25px
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content ul.social-icons a {
    color: #a1a1a1;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content ul.social-icons a:hover {
    color: #ca0000;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section.dark .inner-content {
    background: #ca0000;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section.dark .inner-content h5 {
    color: #ffffff;
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section.dark .inner-content p {
    color: #ffffff
}

.agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section.dark .inner-content ul.social-icons a:hover {
    color: #ffffff;
}

.agent-meet-bderos-new.whyBedros .item .top-row .content-wrapper .right-section::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #f3f3f3;
    left: -30px;
    top: 0px;
    bottom: 0px;
    margin: auto
}

.agent-meet-bderos-new.whyBedros .item .top-row .content-wrapper .right-section.dark::before {
    border-right: 30px solid #ca0000;
}

.agent-meet-bderos-new.whyBedros .item .bottom-row .content-wrapper .right-section::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #f3f3f3;
    right: -30px;
    top: 0px;
    bottom: 0px;
    margin: auto
}

.agent-meet-bderos-new.whyBedros .item .bottom-row .content-wrapper .right-section.dark::before {
    border-left: 30px solid #ca0000;
}

.agent-meet-bderos-new.whyBedros .owl-nav button span {
    font-size: 20px;
    background: #ffffff;
    padding: 10px 15px;
    color: #ca0000;
    border-radius: 50%;
    transition: all 0.5s ease-in-out
}

.agent-meet-bderos-new.whyBedros .owl-nav button:hover span {
    font-size: 30px;
    background: #ffffff;
    padding: 15px 20px;
    color: #ca0000;
    border-radius: 50%;
}

.agent-meet-bderos-new.whyBedros .owl-nav .owl-prev {
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.meet-bedros-gallery .owl-nav .owl-next {
    position: absolute;
    right: 0px !important;
    top: 0;
    bottom: 0;
    margin: auto;
}

.meet-bedros-gallery .owl-nav button span {
    font-size: 20px;
    background: #000 !important;
    padding: 10px 15px;
    color: #fff !important;
    border-radius: 50%;
    transition: all 0.5s ease-in-out
}

.meet-bedros-gallery .owl-nav button:hover span {
    font-size: 20px !important;
    background: #000 !important;
    padding: 10px 15px !important;
    color: #fff !important;
    border-radius: 50%;
}

.team-gallery {
    min-height: 300px;
    cursor: pointer;
}

.agent-meet-bderos-new {
    padding: 0px;
}

.team-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meet-bedros-gallery .owl-nav .owl-prev {
    position: absolute;
    left: 0px !important;
    top: 0;
    bottom: 0;
    margin: auto;
}

.agent-meet-bderos-new.whyBedros .owl-nav .owl-next {
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.whyBedros.agent-faq-new .headingCaption h2 {
    color: #ca0000
}

.whyBedros.agent-faq-new .accordion button.btn.btn-link {
    width: 100%;
    font-size: 25px;
    font-weight: 500;
    color: #2A272E;
    text-align: left;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    transition: all 1s ease-in-out;
}

.whyBedros.agent-faq-new .accordion button.btn.btn-link:hover,
.whyBedros.agent-faq-new .accordion button.btn.btn-link:focus,
.whyBedros.agent-faq-new .accordion button.btn.btn-link:visited,
.whyBedros.agent-faq-new .accordion button.btn.btn-link:active {
    color: #ca0000;
    text-align: left;
    text-decoration: none
}

.whyBedros.agent-faq-new .accordion button.btn.btn-link[aria-expanded="true"] {
    color: #ca0000;
}

.whyBedros.agent-faq-new .accordion button.btn.btn-link[aria-expanded="true"] .icon {
    transform: rotate(45deg)
}

.whyBedros.agent-faq-new .accordion>.card {
    border-radius: 0px;
    border: 0px;
    margin-bottom: 10px;
    background-color: transparent;
}

.whyBedros.agent-faq-new .accordion>.card>.card-header {
    margin-bottom: 0;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #DFDFDF !important;
}

.whyBedros.agent-faq-new .accordion .card-body {
    background: #F1F1F1;
    text-align: left;
    font-size: 25px;
    line-height: 40px;
    padding: 30px;
    color: #aeaeae;
    font-weight: 500;
}

.agent-ques-new.whyBedros {
    padding-top: 0px
}

.agent-ques-new.whyBedros .form-wrapper .form-group {
    width: 80%;
}

.agent-ques-new.whyBedros .form-wrapper .form-group input.form-control {
    width: 100%;
    border-radius: 0px;
    height: 65px;
    border: 1px solid #9B9B9B;
    border-right: 0px;
    padding-left: 20px;
    font-size: 14px
}

.agent-ques-new.whyBedros .btn.btn-primary.started {
    width: 20%;
    border-radius: 0px;
    height: 65px;
    border: 1px solid #ca0000;
    border-right: 0px;
    background: #ca0000;
    color: #ffffff;
    font-size: 14x
}

.agent-ques-new.whyBedros .btn.btn-primary.started i {
    margin-left: 8px
}

.agent-dropmessage-new.whyBedros {
    background: none;
    overflow: hidden;
    position: relative;
}

.agent-dropmessage-new.whyBedros .small-dot-topleft {
    position: absolute;
    top: 10%;
    left: 20%
}

.agent-dropmessage-new.whyBedros .small-dot-bottomleft {
    position: absolute;
    bottom: 20%;
    left: 15%
}

.agent-dropmessage-new.whyBedros .small-dot-bottomright {
    position: absolute;
    bottom: 30%;
    right: 10%
}

.agent-dropmessage-new.whyBedros .center-left-redsq {
    position: absolute;
    left: 26%;
    z-index: -1;
    top: 45%;
}

.agent-dropmessage-new.whyBedros .top-right-redsq {
    position: absolute;
    right: 10%;
    top: 10%
}

.agent-dropmessage-new.whyBedros .top-left-lines {
    position: absolute;
    left: -60px;
    top: 30%
}

.agent-dropmessage-new.whyBedros .bottom-right-lines {
    position: absolute;
    right: 0px;
    bottom: -11%;
    transform: rotate(90deg);
    height: 310px;
}

.agent-dropmessage-new.whyBedros .bottom-dots {
    position: absolute;
    bottom: 8%;
    right: 20%;
    z-index: -1;
}

.agent-dropmessage-new.whyBedros .form-wrapper {
    padding: 40px;
    box-shadow: 0px 0px 5px 4px rgba(150, 150, 150, 0.2);
    -webkit-box-shadow: 0px 0px 5px 4px rgba(150, 150, 150, 0.2);
    -moz-box-shadow: 0px 0px 5px 4px rgba(150, 150, 150, 0.2);
    position: relative;
    background: #ffffff;
    z-index: 1
}

.agent-dropmessage-new.whyBedros .form-wrapper h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ca0000;
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase
}

.agent-dropmessage-new.whyBedros .form-wrapper input {
    height: 56px;
    padding: 10px 50px 10px 0px;
    border: 0px;
    border-bottom: 1px solid #B3B3B3;
    border-radius: 0px
}

.agent-dropmessage-new.whyBedros .form-wrapper input:focus {
    border-bottom: 1px solid #ca0000;
    color: #ca0000;
    font-size: 26px
}

.agent-dropmessage-new.whyBedros .form-wrapper .form-group span {
    position: relative;
    height: 56px;
    display: block;
}

.agent-dropmessage-new.whyBedros .form-wrapper .form-group span.comment {
    height: 100%
}

.agent-dropmessage-new.whyBedros .form-wrapper .form-group span.comment textarea.form-control {
    border: 0px;
    border-bottom: 1px solid #B3B3B3;
    border-radius: 0px;
    padding-right: 50px;
    text-align: left;
    padding-left: 0px
}

.agent-dropmessage-new.whyBedros .form-wrapper .form-group span img.icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

.agent-dropmessage-new.whyBedros .form-wrapper .form-group span.comment textarea.form-control~img.icon {
    bottom: auto;
    top: 15px
}

.agent-dropmessage-new.whyBedros .form-wrapper .form-group span.comment~img.icon {
    bottom: auto;
    top: 15px
}

.agent-dropmessage-new.whyBedros .form-wrapper .form-group span.comment textarea.form-control:focus~img.icon {
    filter: invert(10%) sepia(86%) saturate(5822%) hue-rotate(5deg) brightness(99%) contrast(117%);
}

.agent-dropmessage-new.whyBedros .form-wrapper .form-group span input:focus~img.icon {
    filter: invert(10%) sepia(86%) saturate(5822%) hue-rotate(5deg) brightness(99%) contrast(117%);
}

.agent-dropmessage-new.whyBedros .form-wrapper input:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ca0000;
}

.agent-dropmessage-new.whyBedros .form-wrapper input:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: #ca0000;
}

.agent-dropmessage-new.whyBedros .form-wrapper input:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #ca0000;
}

.agent-dropmessage-new.whyBedros .form-wrapper input:focus:-moz-placeholder {
    /* Firefox 18- */
    color: #ca0000;
}

.agent-dropmessage-new.whyBedros .form-wrapper .btn-wrapper {
    text-align: right;
    margin-top: 50px
}

.agent-dropmessage-new.whyBedros .form-wrapper .btn-wrapper input {
    height: auto;
    padding: 10px 25px;
    border: 0px;
    border-bottom: 0px solid #B3B3B3;
    border-radius: 0px;
    font-size: 16px;
    background: #ca0000;
    color: #ffffff;
}

.agent-bedrosteam-new.whyBedros {
    background: none;
    overflow: hidden;
    position: relative
}

.agent-bedrosteam-new.whyBedros .small-dot-top {
    position: absolute;
    left: 34%;
}

.agent-bedrosteam-new.whyBedros .small-dot-bottom {
    position: absolute;
    right: 20%;
    top: 70%
}

.agent-bedrosteam-new.whyBedros .top-right-lines {
    position: absolute;
    top: -30px;
    right: -60px;
}

.agent-bedrosteam-new.whyBedros .left-curve-lines {
    position: absolute;
    left: -40px;
    bottom: 10%
}

.agent-bedrosteam-new.whyBedros .top-left-redsq {
    position: absolute;
    top: 50%;
}

.agent-bedrosteam-new.whyBedros .top-right-redsq {
    position: absolute;
    right: -30px;
    top: 60%;
}

.agent-bedrosteam-new.whyBedros .content-box {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.agent-bedrosteam-new.whyBedros .content-box .item {
    margin: 0px;
    position: relative
}

.agent-bedrosteam-new.whyBedros .content-box .item.item-1,
.agent-bedrosteam-new.whyBedros .content-box .item.item-3 {
    margin-top: 300px;
}

.agent-bedrosteam-new.whyBedros .content-box .item.item-2::before {
    content: '';
    position: absolute;
    background: url(https://bedros.imgix.net/2021/05/red-arrow-left.png?auto=compress%2Cformat&ixlib=php-3.3.0) no-repeat;
    background-size: 100%;
    width: 99px;
    height: 160px;
    right: 105%;
    top: 26%;
}

.agent-bedrosteam-new.whyBedros .content-box .item.item-2::after {
    content: '';
    position: absolute;
    background: url(https://bedros.imgix.net/2021/05/red-arrow.png?auto=compress%2Cformat&ixlib=php-3.3.0) no-repeat;
    background-size: 100%;
    width: 99px;
    height: 160px;
    left: 105%;
    top: 26%;
}

.agent-bedrosteam-new.whyBedros .content-box .item.item-3::before {
    content: '';
    position: absolute;
    background: url(https://bedros.imgix.net/2021/05/red-arrow.png?auto=compress%2Cformat&ixlib=php-3.3.0) no-repeat;
    background-size: 100%;
    width: 99px;
    height: 160px;
    transform: rotate(118deg);
    right: 125%;
    top: 50%;
}

.agent-bedrosteam-new.whyBedros .content-box .item .inner-content {
    padding: 30px;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    box-shadow: 0px 0px 5px 4px rgba(150, 150, 150, 0.2);
    -webkit-box-shadow: 0px 0px 5px 4px rgba(150, 150, 150, 0.2);
    -moz-box-shadow: 0px 0px 5px 4px rgba(150, 150, 150, 0.2);
}

.agent-bedrosteam-new.whyBedros .content-box .item .inner-content .img-wrapper {
    margin-bottom: 15px
}

.agent-bedrosteam-new.whyBedros .content-box .item .inner-content p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.agent-bedrosteam-new.whyBedros .content-box .item .inner-content:hover {
    background: #ca0000;
}

.agent-bedrosteam-new.whyBedros .content-box .item .inner-content:hover .img-wrapper img {
    filter: brightness(0) invert(1);
}

.agent-bedrosteam-new.whyBedros .content-box .item .inner-content:hover p {
    color: #ffffff;
}

/* whybedros reasons */
.agent-bedrosteam-new.whyBedros .reasons {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.agent-bedrosteam-new.whyBedros .reason1,
.agent-bedrosteam-new.whyBedros .reason2,
.agent-bedrosteam-new.whyBedros .reason3 {
    width: 33%;
}

.agent-bedrosteam-new.whyBedros .reason1 img,
.agent-bedrosteam-new.whyBedros .reason2 img,
.agent-bedrosteam-new.whyBedros .reason3 img,
.agent-bedrosteam-new.whyBedros .reason1 h4,
.agent-bedrosteam-new.whyBedros .reason2 h4,
.agent-bedrosteam-new.whyBedros .reason3 h4 {
    margin-bottom: 1rem;
}

.agent-bedrosteam-new.whyBedros .reason1 h4,
.agent-bedrosteam-new.whyBedros .reason2 h4,
.agent-bedrosteam-new.whyBedros .reason3 h4 {
    margin-bottom: 1rem;
}

.agent-bedrosteam-new.whyBedros .reason1 p,
.agent-bedrosteam-new.whyBedros .reason2 p,
.agent-bedrosteam-new.whyBedros .reason3 p {
    text-align: left;
}

/******************************* login-signup page CSS start here *****************/

.login-signup h3 {
    margin: 0 0 10px;
}

.login-signup h3 span {
    background-color: #fff;
    display: block;
    font-size: 14px;
    margin: 7px auto 0;
    width: 48px;
    display: none !important;
}

.login-signup {
    align-items: center;
    background-color: #000;
    /*background-color:rgba(0,0,0,0.9)*/
    ;
    display: flex;
    height: 100%;
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.login-reg-panel {
    background-image: url(../images/login-bg.jpg);
    background-position: top center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 15px #000;
    color: #fff;
    height: 550px;
    position: relative;
}

.white-panel {
    background-color: #fff;
    border-radius: 5px;
    height: 550px;
    left: calc(50%);
    position: absolute;
    transition: .3s ease-in-out;
    width: 50%;
    z-index: 0;
}

.login-reg-panel input[type="radio"] {
    display: none;
}

.login-info-box,
.register-info-box {
    padding: 0 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    width: 50%;
}

.register-info-box {
    left: 0;
}

.login-show,
.register-show {
    color: #242424;
    display: none;
    opacity: 0;
    text-align: center;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.login-show {
    padding: 30px 40px;
}

.register-show {
    padding: 10px 40px;
}

.show-log-panel {
    display: block;
    opacity: 0.9;
}

.right-log {
    left: 0 !important;
}

.login-signup h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.login-signup h2 span {
    display: block;
}

.login-signup h5 {
    margin: 0 0 20px;
}

.login-signup h5 a {
    color: #bbb;
    font-size: 15px;
    font-weight: normal;
    text-decoration: underline;
}

.login-signup h5 a:hover {
    color: #012638;
}

.login-signup p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px;
}

.login-signup li {
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    height: 37px;
    margin: 0 3px 12px;
    padding: 5px 0 0;
    text-align: center;
    width: 37px;
}

.login-signup .form-control {
    background-color: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    color: #4d4d4d !important;
    height: 42px !important;
    margin: 0 0 10px !important;
    padding: 0 10px 0 35px !important;
}

.login-signup .form-control:focus {
    background-color: #fff !important;
    border: 1px solid #e1e1e1 !important;
    box-shadow: none !important;
    color: #4d4d4d !important;
}

.login-signup .form-control::-moz-placeholder {
    color: #4d4d4d !important;
}

.login-signup .form-control::-webkit-input-placeholder {
    background-color: #fff !important;
    color: #4d4d4d !important;
}

.login-signup i {
    color: #d5d5d5;
    font-size: 16px;
    left: 10px;
    margin: 12px 0 0;
    position: absolute;
}

.login-signup .apsl-icon-block i {
    position: unset;
}

.login-signup #login label,
.login-signup #register label {
    color: red;
    display: block;
    font-size: 9px;
    margin: -9px 0 0;
    text-align: right;
}

.login-signup #login .status,
.login-signup #register .status {
    color: var(--main-theme-color);
    font-size: 12px;
}

.sign-btn,
.login-reg-panel #label-login,
.login-reg-panel #label-register {
    background-color: #45a9f5;
    border: 2px solid #45a9f5;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 20px;
    text-transform: uppercase;
}

.sign-btn:hover {
    background-color: transparent;
    color: #45a9f5 !important;
}

form#ao_login_form {
    position: relative;
}

form#ao_registration_form {
    position: relative;
}

#data_error_r_respo,
#data_error_respo {
    color: red;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 500;
}

label.error {
    color: red;
    font-size: 10px;
    float: left;
}

.login-signup .form-control {
    margin: 0 0 30px !important
}

.login-signup label.error {
    position: absolute;
    left: 10px;
    margin-top: -25px;
}


/*----------Blog Page start---------*/

.BlogPostArchive ul li a {
    font-size: 16px;
    color: #575656;
    background: url(../images/right-greay-arrow.png) no-repeat 0 2px;
    padding-left: 20px;
    font-weight: 300;
    display: inline-block;
}

.mainBlog {
    padding: 80px 0 55px;
}

.blogCardWrap .blogCardImg {
    background: #fff;
    position: relative;
    transform: translate(-10px, -10px);
    z-index: 1;
}

.blogCardWrap figcaption,
.blogDetailImg figcaption {
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    top: 15px;
    right: 15px;
    padding: 3px 10px 8px;
    transition: all .3s ease;
}

.blogCardWrap figcaption p,
.blogDetailImg figcaption p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 !important;
    margin-bottom: 5px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.blogCardWrap figcaption small,
.blogDetailImg figcaption small {
    font-size: 12px;
    display: block;
    line-height: 16px;
    text-transform: uppercase;
}

.blogCardDetails h2 a {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blogCardDetails>h2>a {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #343a40;
    transition: all .3s ease;
    text-decoration: none !important;
}

.bReadMore {
    display: block;
    text-align: center;
    padding: 8px 0;
    margin: 10px -15px 0;
    border-radius: 0 0 5px 5px;
    background: #b50000;
    color: #fff !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: all .3s ease;
}

.blogCardDetails {
    transform: translate(10px, -20px);
    padding: 10px 15px 0;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 3;
    background: #fff;
}

.blogCardWrap {
    position: relative;
    padding: 15px 15px 40px;
}

.bReadMore:hover {
    background: #343a40;
}

.blogCtrlPagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogCtrlPagination a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: inset 0 0 0 2px #343a40;
    background: 3px;
    color: #343a40;
    text-align: center;
    transition: all .3s ease;
    text-decoration: none !important;
    margin: 0 3px;
}

.blogCtrlPagination .current {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: inset 0 0 0 2px #b50000;
    background: #b50000;
    color: #fff;
    text-align: center;
    transition: all .3s ease;
    text-decoration: none !important;
    margin: 0 3px;
}

.blogCtrlPagination a.active {
    box-shadow: inset 0 0 0 2px #f7941d;
    background: #f7941d;
    color: #fff;
}

.blogDetailImg {
    position: relative;
}

.blogDetailImg img {
    width: 100%;
}

.blogDetailPhrase h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #3c3d40;
    margin: 15px 0;
}

.blogDetailHeading {
    cursor: pointer;
    position: absolute;
    background: #3c3d40;
    width: 75%;
    padding: 22px 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    bottom: -39px;
    transform: translateX(-50%);
    left: 50%;
}

.blogDetailHeading:hover {
    background: #b50000;
}

.blogDetailHeading a {
    font-size: 22px;
    color: #fff;
}

.blogDetailPhrase {
    padding-top: 75px;
}

.blogSideBar h2 {
    color: #3c3d40;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blogWidgetWrap {
    padding-left: 20px;
    border-left: 1px dashed rgba(0, 0, 0, .15);
}

.blogWidgetWrap ul {
    padding: 0;
}

.blogWidgetWrap ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px dashed rgba(0, 0, 0, .15);
    padding-top: 15px;
    margin-bottom: 16px;
}

.blogWidgetWrap ul li:first-child {
    padding-top: 0;
    border-top: unset;
}

.blogWidgetImg {
    width: 35%;
    margin-right: 15px;
}

.blogWidgetTxt {
    width: 65%;
}

.blogWidgetTxt small {
    font-size: 14px;
    color: #999;
    display: block;
    margin: 5px 0 0;
}

.blogWidgetTxt a {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    font-weight: 700;
    color: #3c3d40;
}

.blogWidgetTxt a:hover {
    color: #b50000;
}

.blogDlpreNxt a:hover {
    background: #b50000;
}

.blogDlpreNxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.blogDlpreNxt a {
    min-width: 190px;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
}

.blogWidgetSearch input {
    border-color: rgba(0, 0, 0, .1);
    border-radius: 4px 0 0 4px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}

.blogWidgetSearch {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.blogWidgetSearch [type=submit] {
    background: #3c3d40;
    border: unset;
    height: 40px;
    border-radius: 0 4px 4px 0;
}

.notfound {
    text-align: center;
}

form.search-form .btn {
    position: absolute;
    right: 0;
    top: 0;
}

form.search-form {
    position: relative;
    width: 100%;
}

.blogWidgetOption button {
    border: unset;
    min-width: 130px;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 7px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
}

.blogWidgetOption button:hover,
.blogWidgetOption button.active {
    background: #b50000;
}

.blogWidgetOption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/*----------Blog Page end---------*/

body {
    font-size: 18px;
    font-family: 'proxima-nova', sans-serif;
    color: #2a272e;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 100% !important;
    width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

:focus {
    outline: none !important;
}

a,
a:hover {
    text-decoration: none;
}

.mainBannerImg:before {
    z-index: -1;
}

.whyBedros .headingCaption h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.mainBannerImg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

div#inner-banner:before {
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}

.mainBannerImg {
    position: relative;
}

.bannerGraphic {
    position: absolute;
    right: 0;
    bottom: 0;
}

.spotLightProperty.topSpace {
    max-height: 100vh;
}


/* Top Nav */

.topNav {
    position: fixed;
    z-index: 9999;
    background: rgb(0 0 0 / 60%);
    padding: 8px 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 5px 6px -6px #807f7f;
}

.siteNavLogo {
    margin-bottom: 25px;
    text-align: center;
}

.topContact {
    float: right;
    margin-right: 55px;
}

.topContact p {
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0;
}

.emailWrap,
.phoneWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phoneWrap {
    margin-right: 45px;
}

.community .flip-card-front .subtitle {
    display: none;
}

ul.socialIconsWrap {
    position: absolute;
    top: -32px;
    margin-left: -25px;
}

ul.socialIconsWrap li {
    display: inline-block;
    margin-right: 8px;
}

ul.socialIconsWrap a {
    color: #fff;
}

.topContact a {
    color: #fff;
}

.topContact {
    display: flex;
    position: relative;
    top: 13px;
    right: 10px;
}

.topContact img {
    margin-right: 30px;
}

.menu-button div {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    position: relative;
    left: 6px;
    z-index: 0;
}

.menu-button div:last-child {
    width: 13px;
}

#open-button {
    position: absolute;
    left: auto;
    right: 0;
    top: 0px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    z-index: 999;
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: 400px;
    height: 100%;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transform: translate3d(460px, 0, 0);
}

.btnStyle i {
    font-size: 25px;
}

nav.menu {
    overflow-y: scroll;
    padding: 30px 40px 40px 40px;
    height: 100%;
}

.menu-wrap.active {
    transform: translate3d(0px, 0, 0);
}

.menu-wrap .menu .icon-list a {
    position: relative;
    display: block;
    padding: 13px 40px;
    border-bottom: 1px solid #cfcfcf;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s ease;
}

.menu-wrap .menu .icon-list a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    top: 80%;
    transition: all 0.3s ease;
}

.menu-wrap .menu .icon-list a:hover {
    color: #b50000;
}

.menu-wrap .menu .icon-list a:hover::before {
    width: 50%;
    background-color: #b50000;
}

ul.menuContact {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.whyBedros.agent-faq-new .headingCaption h2 {
    color: #000 !important;
}

.whyBedros.agent-meet-new {
    padding-bottom: 0;
}

.page-template-featured-properties .spotLightProperty {
    background-image: url(../images/videoBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    background-position: top center;
}

.whyBedros.agent-meet-new .img-wrapper img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/* Buttons */

.menu-button,
.close-button {
    position: fixed;
    top: 50px;
    width: 50px;
    height: 50px;
    background-color: #b50000;
    color: #fff;
    font-size: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

ul.menuContact a {
    color: #000;
}

ul.fooSocialIcons.navRightIcons li {
    list-style: none;
    display: inline-block;
}

ul.fooSocialIcons.navRightIcons {
    padding: 20px 0 0 20px;
}

ul.menuContact li i {
    color: #b50000;
    font-size: 15px;
    margin-right: 4px;
    display: inline-block;
    width: 15px;
    position: relative;
    left: -5px;
    top: 3px;
    text-align: center;
}

.menu-wrap .menu .icon-list a:last-child {
    border: none;
}

ul.menuContact li p {
    display: inline-block;
}

ul.menuContact li {
    list-style: none;
    display: flex;
    padding-left: 6px;
    text-align: left;
    margin-bottom: 16px;
}

ul.menuContact li:last-child {
    margin-bottom: 0;
}

ul.menuContact {
    border-top: 1px solid #b50000;
    border-bottom: 1px solid #b50000;
    padding: 15px 0 15px 15px;
}

ul.fooSocialIcons.navRightIcons li i {
    background: #5c5c5c;
    color: #fff;
}

.menu-button {
    right: 0px;
    z-index: 102;
}

.close-button {
    left: -21px;
    z-index: 999999;
    top: 15px;
}

nav.menu::-webkit-scrollbar {
    width: 10px;
}

nav.menu::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#b50000), to(#cfcfcf));
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
}

nav.menu::-webkit-scrollbar-track {
    background-color: #fff;
    background: linear-gradient(to right, #201c29, #201c29 1px, #100e17 1px, #100e17);
}


/* Banner */

#mainHomeSlider {
    position: absolute;
    top: 83%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.mainBannerPhrase {
    text-align: center;
    color: #fff;
    width: 70%;
    margin: 0 auto;
}

.homeSlider iframe {
    height: 100vh;
    width: 100% !important;
}

.mainBannerPhrase h1 {
    font-size: 55px;
    font-weight: 800;
    text-shadow: 3px -3px 2px #000;
}

.mainBannerPhrase h2 {
    font-size: 41px;
    font-weight: 200;
    margin-bottom: 15px;
    width: 100%;
    text-shadow: 3px -3px 2px #000;
}

.mainBannerPhrase p {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    text-shadow: 3px -3px 2px #000;
}

#mainHomeSlider .owl-nav button {
    position: absolute;
    top: 50%;
    margin: 0;
}

#mainHomeSlider .owl-nav button i {
    color: #fff;
    font-size: 32px;
}

#mainHomeSlider .owl-nav button.owl-next {
    right: 40px;
}

#mainHomeSlider .owl-nav button.owl-prev {
    left: 35px;
}

#mainHomeSlider .owl-dots {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 8%;
}

#mainHomeSlider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 4px 5px;
    background: #b50000;
}

#mainHomeSlider .owl-dots .owl-dot.active span {
    border: 2px solid #fff;
}

.BannerBtnWrap a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding: 8px 34px;
    font-weight: 400;
    border: 2px solid;
    margin: 30px 10px 0;
    border-radius: 4px;
    min-width: 225px;
}

.BannerBtnWrap a.btnRed {
    background: #b50000;
    border-color: #b50000;
}

.propertyImgWrap a.propertyDetail {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 40px;
}

.propertyImgWrap a.propertyDetail:hover h2 {
    padding-bottom: 40px;
    transition: 0.3s ease-in-out;
}

.propertyImgWrap a.propertyDetail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.columnOuterCtrl {
    overflow: hidden;
    display: flex;
    padding: 20px;
}

a.propertyDetail {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    overflow: hidden;
}

.propertyDetail h2 {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 14px 0;
    background-color: var(--red);
    width: 100%;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}

#testimonialSlider .owl-nav button:hover {
    background: transparent;
}

.propertyImgWrap {
    display: flex;
}

.column1 {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.column2 {
    width: 100%
}

.whyBedros {
    text-align: center;
}

.whyBedros {
    background-image: url(../images/videoBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 65px 0;
    background-position: top center;
}

.headingCaption {
    padding-bottom: 60px;
}

.headingCaption h2 {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
}

.bedrosVideoWrap {
    width: 90%;
    margin: 30px auto 0;
    position: relative;
    z-index: 99;
}

.bedrosVideoWrap:before {
    position: absolute;
    content: "";
    width: 155px;
    height: 280px;
    background: #b50000;
    right: -30px;
    top: -30px;
    z-index: -1;
}

.bedrosVideoWrap:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 200px;
    background: #b50000;
    left: -30px;
    bottom: 23px;
    z-index: -1;
}

.featuredProperties {
    background-image: url(../images/greyDotBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background-position: top center;
}

ul#pills-tab {
    width: 33%;
    margin: 0 auto 30px !important;
}

.featuredProperties ul#pills-tab li {
    margin: 0 auto;
    width: 90px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: capitalize;
}

.featuredProperties ul#pills-tab li a {
    padding: 6px 0;
    color: #2a272e;
    border: 1px solid #2a272e;
}

.featuredProperties .nav-pills .nav-link.active {
    background-color: #b50000;
    color: #fff !important;
    border-color: #b50000 !important;
}

.colMrgnXx {
    margin-bottom: 32px;
}

.feePropertyWrap {
    box-shadow: 0 0 10px 1px #d4d2d2;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
    background: #fff;
}

.feePropertyDetails {
    background: #fff;
    padding: 0 20px;
}

.feePropertyDetails h4 {
    font-size: 21px;
    text-align: left;
    font-weight: 800;
    padding: 20px 0 15px;
}

.feePropertyDetails ul li {
    display: inline-block;
    width: 32%;
}

.feePropertyDetails ul li small {
    display: block;
    font-size: 13px;
    color: #b50000;
    margin-top: 5px;
    font-weight: 500;
}

.feeMoreDetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #cccccc;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 3px solid #b50000;
}

.feePropertyDetails ul {
    padding-bottom: 10px;
}

.feeMoreDetails a {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background: #b50000;
    padding: 5px 8px;
    font-weight: 600;
}

.feeMoreDetails p {
    font-size: 26px;
    margin: 0;
    font-weight: 800;
}

.feePropertyDetails ul li+li {
    border-left: 1px solid #ccc;
}

.feePropertyImg {
    position: relative;
}

.feePropertyImg img {
    width: 100%;
    height: auto;
}

.feePropertyImg .subtitle {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    background: #333;
    color: #fff;
    padding: 5px 8px;
    z-index: 9999;
}

a.btnTrans:hover {
    background: #b50000;
    border-color: #b50000;
}

.topNav a:hover {
    color: #b50000;
}

ul.fooSocialIcons li a i:hover {
    background: #b50000;
    color: #fff;
}

.mainFooter a:hover {
    color: #b50000;
}

a.btnRed:hover {
    background: transparent;
    border-color: #fff;
}

#mainHomeSlider button:hover {
    background: transparent !important;
}

.contactFormCtrl .submitBtn:hover,
.feeMoreDetails a:hover {
    background: #000;
}

#mainHomeSlider .owl-nav button i:hover,
#testimonialSlider .owl-nav button span:hover {
    color: #b50000;
}

.bedrosTeamNumbers {
    background-image: url(../images/BedrosrealtyBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background-position: top center;
}

.numbersWrap ul li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
}

.numbersWrap {
    color: #fff;
}

.numbersWrap p {
    width: 80%;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 16px;
    margin: 0 auto 16px;
    min-height: 59px;
}

.numbersWrap img {
    margin-bottom: 10px;
}

.numbersWrap ul li+li {
    border-left: 2px solid rgb(204 204 204 / 50%);
}

.numbersWrap h3 {
    font-size: 50px;
}

.reviewPhrase h5 small {
    font-size: 15px;
    font-weight: 600;
}

i.fas.fa-phone-volume {
    transform: rotate(-32deg);
}

.headingCaption.colWhite h2 {
    color: #fff;
}

.testimonials {
    background-image: url(../images/customcaroBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 40px 0 80px;
    background-position: center center;
    z-index: 99;
    position: relative;
    background-attachment: fixed;
}

.testimonials:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    top: 0;
    left: 0;
}

.owl-theme .owl-nav[class*=owl-]:hover {
    background: transparent !important;
    color: #b50000 !important;
}

.reviewPhrase h5 {
    padding-top: 10px;
}

#testimonialSlider .owl-nav button {
    position: absolute;
    top: 25%;
    margin: 0;
}

#testimonialSlider .owl-nav button span {
    color: #fff;
    font-size: 75px;
}

#testimonialSlider .owl-nav button.owl-next {
    right: -105px;
}

#testimonialSlider .owl-nav button.owl-prev {
    left: -105px;
}

#testimonialSlider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

#testimonialSlider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 4px 5px;
    background: #b50000;
}

.reviewPhrase p {
    line-height: 23px;
}

#testimonialSlider .owl-dots .owl-dot.active span {
    border: 2px solid #fff;
}

.quoteImg img {
    width: 50px !important;
    margin: 0 auto 15px;
}

.testimoniWrap {
    /* background: #fff;*/
    overflow: visible;
    position: relative;
    width: 100%;
    padding: 30px 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

#testimonialSlider {
    width: 80%;
    margin: 0 auto;
}

#testimonialSlider .owl-item.active.center .testimoniWrap {
    /* background: #b50000 !important;*/
    color: #fff !important;
    z-index: 999999;
}

#testimonialSlider .owl-nav.disabled,
#testimonialSlider .owl-dots.disabled {
    display: block !important;
}

.bedrosTeamBg {
    background-image: url(../images/bedrosTeamBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background-position: top center;
}

.teamMemberDetails {
    text-align: left;
    background: #fff;
    padding: 15px 20px 28px;
    border-bottom: 7px solid #d00f32;
    border-radius: 0 0 5px 5px !important;
}

.teamMemberDetails ul li {
    list-style: none;
    font-size: 20px;
}

.teamMemberDetails ul li a {
    color: #2a272e;
    font-weight: 500;
    word-break: break-all;
}

.teamMemberDetails ul li i {
    margin-right: 10px;
    width: 16px;
    font-size: 17px;
    color: #b50000;
}

.teamMemberImg img {
    width: 100%;
}

.teamMemberDetails p strong {
    font-size: 21px;
    text-transform: uppercase;
    line-height: 40px;
}

.teamMemberDetails p {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 23px;
}

.teamMemberImg img {
    border-radius: 5px;
}

.teamOuterWrap {
    border: 1px solid #d00f32;
    padding: 15px 13px;
    border-radius: 5px;
}

.teamMemberImg {
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 10px 1px #d4d2d2;
    background: #fff;
}

.bedrosTeam,
.contactUs {
    text-align: center;
    padding: 60px 0 0;
}

.bedrosTeam .headingCaption {
    padding-bottom: 20rem;
}

.bedrosTeamBg .row {
    margin-top: -18rem;
}

.bedrosTeam .headingCaption {
    padding-bottom: 19rem;
}

.teamMemberDetails ul li {
    list-style: none;
    font-size: 20px;
}

.borderSeprator img {
    width: 50%;
}

.footer {
    background-image: url(../images/footerBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background-position: top center;
}

.contactUsWrap {
    display: flex;
    background: #f9f9f9;
    width: 85%;
    margin: -15rem auto 0;
    padding: 48px 100px 48px;
    justify-content: center;
    align-items: center;
    border-bottom: 7px solid #b50000;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 10px 1px #d4d2d2;
}

.contactUs .headingCaption {
    padding-bottom: 16rem;
}

.contactInfo,
.contactFormCtrl {
    width: 50%;
}

.contactInfo {
    border: 3px solid #b50000;
    position: relative;
    margin-right: 50px;
    padding: 60px 0;
}

.contactFormCtrl h3 {
    font-size: 17px;
    font-weight: 900;
}

.contactFormCtrl {
    background: #fff;
    padding: 25px 35px;
    box-shadow: 0 0 10px 1px #d4d2d2;
    border-radius: 7px;
}

.contactFormCtrl input,
.contactFormCtrl textarea {
    border: 1px solid #2a272e;
    height: 46px;
    border-radius: 2px;
}

.contactFormCtrl textarea {
    height: 100px;
}

.contactFormCtrl .submitBtn {
    color: #fff;
    background: #b50000;
    padding: 7px 20px;
    font-weight: 600;
    border: none;
    height: auto;
}

.contactInfoDetail {
    text-align: left;
    position: relative;
    left: -9%;
    background: #f9f9f9;
}

.contactInfoDetail p strong {
    font-size: 17px;
    display: block;
    line-height: 35px;
}

.contactInfoDetail p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.mainFooter {
    color: #a7a7a7;
    padding-top: 85px;
    text-align: left;
}

.mainFooter ul li {
    list-style: none;
    display: inline-block;
}

.mainFooter p,
.fooRecentBlog ul li {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}

.fooRecentBlog ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    line-height: 17px;
    margin-right: 30px;
}

.fooRecentBlog ul li img {
    margin-right: 10px;
}

.mainFooter h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
}

.mainFooter h3:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    background: #b50000;
    bottom: -5px;
}

.fooLogo img {
    margin-bottom: 25px;
}

.foomenuLinks ul li {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
    position: relative;
    padding-left: 20px;
}

.foomenuLinks ul li:before {
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome;
    color: #a7a7a7;
    position: absolute;
    left: 0;
    top: 5px;
}

.testimonials .headingCaption {
    padding-bottom: 50px;
}

#testimonialSlider .owl-stage-outer {
    padding-top: 0;
}

#testimonialSlider .owl-item.active.center {
    position: relative;
    z-index: 999999;
    /* transform: scale(1.1);
	top: -45px;*/
}

.mainFooter .row .col-sm-12:first-child::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #a7a7a7;
    right: -25px;
}

.mainFooter .row .col-sm-12 {
    position: relative;
}

.mainFooter .row .col-sm-12:nth-child(3)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #a7a7a7;
    left: -10px;
}

.mainFooter .row .col-sm-12:nth-child(3)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #a7a7a7;
    right: 14px;
    top: 0;
}

.fooContactInfo ul li i {
    color: #b50000;
    font-size: 16px;
    width: 16px;
    margin-right: 4px;
}

.mainFooter a {
    color: #a7a7a7;
}

.foomenuLinks {
    position: relative;
    left: 60px;
}

.mainFooter .fooContactInfo {
    padding: 0 10px;
    font-size: 17px;
}

.mainFooter .fooContactInfo p {
    font-size: 17px;
}

ul.fooSocialIcons li i {
    width: 30px;
    height: 30px;
    background: #a7a7a7;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 5px;
}

.copyRightFoo {
    background: #000;
    padding: 12px 0 35px;
    color: #a7a7a7;
}

.copyRightFoo h5 {
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 10px;
}

.copyRightFoo p {
    font-size: 17px;
    font-weight: 400;
    margin: 3px 0 0;
}

.spotLightDetails {
    display: none;
    text-align: left;
    box-shadow: 0 0 10px 1px #d4d2d2;
    position: absolute;
    top: 16%;
    left: 65%;
    width: 60%;
    padding: 30px 45px;
    border-radius: 10px;
}

.spotLightDetails ul li {
    display: inline-block;
}

.spotLightDetails h2 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.spotLightDetails a {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    background: #b50000;
    padding: 5px 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0 10px;
}

.spotLightDetails ul li {
    display: block;
    font-size: 13px;
    color: #b50000;
    margin-top: 5px;
    font-weight: 500;
}

.spotLightDetails ul li {
    display: inline-block;
    width: 22%;
    text-align: center;
}

.spotLightDetails ul li small {
    display: block;
    font-size: 13px;
    color: #b50000;
    margin-top: 5px;
    font-weight: 600;
}

.spotLightDetails p {
    font-size: 16px;
    margin-bottom: 10px;
}

#spotLightCaro .spotLightDetails ul li img {
    width: 35px;
    margin: 0 auto;
    text-align: center;
}

.spotLightDetails ul {
    position: relative;
    left: -10px;
}

.spotLightDetails h2 strong {
    display: block;
}

.spotLightProperty {
    text-align: center;
    padding: 20px 0 10px;
}

.propertyMainImg img {
    width: 85% !important;
    max-width: 85% !important;
    height: auto;
    position: relative;
    left: -40px;
}

.propertyMainImg .subtitle {
    position: absolute;
    top: 10px;
    left: -3%;
    font-size: 14px;
    background: #333;
    color: #fff;
    padding: 5px 8px;
    z-index: 9999;
}

#big .owl-item .item {
    display: none;
}

#big .owl-item.active .item {
    display: block;
}

#thumbs .owl-stage {
    width: 28% !important;
    display: inline-flex;
}


/* Property Spotlight */

#spotLightCaro div#thumbs img {
    border: 3px solid #fff;
    cursor: pointer;
}

#thumbs .owl-stage-outer {
    display: none;
}

#spotLightCaro div#thumbs .item {
    margin-right: 9px;
}

#spotLightCaro .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}
@media screen and (max-width: 767px) {
	#spotLightCaro .owl-nav {
		position: absolute;
		width: 100%;
		top: 29.5%;
	}
}
#spotLightCaro .owl-prev,
#spotLightCaro .owl-next {
    display: inline-block;
}

#spotLightCaro .owl-prev {
	float: left;
}
#spotLightCaro .owl-next {
    float: right;
}

#spotLightCaro .slider-counter {
    text-align: center;
}

#spotLightCaro .slider-counter {
    text-align: center;
    right: 14%;
    position: absolute;
    top: 4px;
    font-size: 30px;
    font-weight: 700;
    color: #e80f0f;
}

#spotLightCaro {
    position: relative;
}

#big.owl-theme .owl-next {
    background-image: url(../images/cArrowRight.png);
    width: 50px;
    background-repeat: no-repeat;
    height: 25px;
}

#big.owl-theme .owl-prev {
    background-image: url(../images/cArrowLeft.png);
    width: 50px;
    background-repeat: no-repeat;
    height: 25px;
}

#big.owl-theme .owl-nav button span {
    font-size: 30px !important;
    font-weight: 800;
    position: relative;
    top: -40px;
    left: 238%;
}

#big.owl-theme .owl-nav button:hover {
    background-color: unset;
}

#big.owl-theme .owl-nav button:hover span {
    background-color: transparent;
    color: #b50000 !important;
}

#big.owl-theme .owl-nav button i {
    color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#big.owl-theme {
    position: relative;
}

.owl-item.active .spotLightDetails {
    display: block;
}

#testimonialSlider .owl-item.active.center .testimoniWrap img {
    filter: brightness(0) invert(1);
}

.spotLightDetails a:hover {
    background-color: #000;
}

.numbersWrap ul li:first-child h3::before {
    position: absolute;
    content: "$";
    left: -28px;
}

.numbersWrap ul li:first-child h3 {
    position: relative;
    display: inline-block;
}

.numbersWrap ul li:first-child h3::after {
    position: absolute;
    content: "M";
}

.contact-popup {
    display: none;
}

.contact-popup.show {
    display: flex;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    padding: 15px;
    justify-content: center;
    align-items: center;
}

.contact-popup .closerequest-icon {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    background: #b50000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.contact-popup .inner-content {
    height: auto;
    background: #fff;
    width: 300px;
    border-radius: 4px;
    position: relative;
    padding: 15px;
}

.contact-popup .inner-content .form-wrapper {
    width: 100%;
    text-align: center;
}

.contact-popup .inner-content .form-wrapper h4 {
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 0px;
}

.contact-popup .inner-content .form-wrapper img {
    margin-bottom: 15px;
    max-width: 80px;
}

.contact-popup .inner-content .form-control {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #dddddd;
    padding: 10px 15px;
    line-height: normal;
    border-radius: 4px;
}

.contact-popup .inner-content input.form-control[type="text"] {
    height: 46px;
}

.contact-popup .inner-content .btn-group button.btn {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background: #b50000;
    padding: 5px 8px;
    font-weight: 600;
    margin: 0px 3px;
}

.contact-popup .inner-content .btn-group button.btn:hover {
    background: #000000;
}

.community {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.community .box-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.community .flip-card {
    background-color: transparent;
    width: 24.6%;
    height: 300px;
    perspective: 1000px;
    margin: 0.2%;
}

.community .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.community .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.community .flip-card-front {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.community .flip-card-front,
.community .flip-card-back {
    position: absolute;
    width: 100%;
    height: 300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.community .flip-card-front h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    padding: 15px
}

.community .flip-card-front .subtitle {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    background: #333;
    color: #fff;
    padding: 5px 8px;
    z-index: 9999;
}

.community .flip-card-front::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}

.community .flip-card-back {
    background-color: #2980b9;
    color: #ffffff;
    transform: rotateY(180deg);
    background: #f1f1f1;
    padding: 10px;
}

.community .flip-card-back .inner-content {
    border: 1px dotted #b50000;
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 10px;
}

.community .flip-card-back .inner-content h5 {
    font-size: 16px;
    color: #2a272e;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.community .flip-card-back .inner-content img {
    width: 80px;
    max-width: 80px;
    margin-bottom: 15px;
}

.community .flip-card-back .inner-content p {
    font-size: 14px;
    color: #2a272e;
    font-weight: 500;
    margin-bottom: 15px;
}

.community .flip-card-back .inner-content a,
.community .siteBtnRed {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background: #b50000;
    padding: 5px 8px !important;
    font-weight: 600;
}

.community .flip-card-back .inner-content a:hover,
.community .siteBtnRed:hover {
    background: #000000;
}

.community a.btn-viewall {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    background: #b50000;
    padding: 5px 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px 0 0px 0px;
}

.community a.btn-viewall:hover {
    background: #000000;
}


/* IDX CSS */

#ihf-main-container.ihf-color-scheme-red .btn-primary {
    background-color: #00a9da;
    border: 1px solid #00a9da;
    transition: .5s
}

#ihf-main-container.ihf-color-scheme-red .btn-primary:hover {
    background-color: #00a9da;
    color: #fff
}

.ihf-container .btn-blue {
    font-size: 12px !important
}

#ihf-main-container .glyphicon {
    border-top-right-radius: 2px
}

body.page-template-login h1.page_main_title {
    display: none
}

@media (min-width: 1380px) {
    .container {
        max-width: 1350px;
    }
}

@media (min-width: 1200px) and (max-width: 1379.98px) {
    .foomenuLinks ul li {
        width: 100%;
    }

    .propertyMainImg .subtitle {
        left: -21%;
    }

    ul#pills-tab {
        width: 37%;
    }

    .propertyMainImg img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        left: -23%;
    }

    #big.owl-theme .owl-nav button span {
        font-size: 30px !important;
        font-weight: 800;
        position: relative;
        top: -40px;
        left: 202%;
    }

    .spotLightDetails {
        top: 3%;
        left: 60%;
        width: 77%;
    }

    #thumbs .owl-stage-outer {
        left: -25%;
        top: -30px;
    }

    #spotLightCaro .slider-counter {
        top: -54px;
    }
}

@media (max-width: 1199.98px) {
    .community .flip-card {
        width: 32.9%;
    }

    .spotLightProperty.topSpace {
        max-height: 180vh;
    }

    #spotLightCaro .slider-counter {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        top: -50px;
    }

    #big.owl-theme .owl-nav button span {
        font-size: 30px !important;
        font-weight: 800;
        position: relative;
        top: -40px;
        width: 100%;
        display: flex;
        justify-content: center;
        min-width: 100%;
        left: 0;
    }

    #big .item {
        width: auto;
        float: none;
        margin-right: auto;
        height: auto;
        position: unset;
    }

    #big.owl-theme .owl-next {
        right: 0;
    }

    #big.owl-theme .owl-nav button span {
        top: -40px;
    }

    .propertyMainImg img {
        margin-left: unset;
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        position: unset;
    }

    #spotLightCaro {
        width: 90%;
        margin: 0 auto;
    }

    .spotLightDetails {
        position: unset;
        width: 93%;
        margin: 20px auto;
        padding: 20px;
    }

    .spotLightDetails ul li {
        display: inline-block;
        width: 31%;
    }

    #thumbs .owl-stage {
        width: auto !important;
    }

    #thumbs .owl-stage-outer {
        left: auto;
        top: auto;
    }

    #big .owl-item.active .propertyMainImg img {
        width: 100% !important;
    }

    #big .owl-item.active .propertyMainImg {
        width: auto !important;
        max-width: inherit !important;
    }

    #ihf-main-container .chosen-container-single .chosen-single {
        padding: 0
    }

    #ihf-quicksearch-submit1 {
        padding: 0;
        border: 0
    }

    #ihf-quicksearch-submit1 i {
        width: 100%
    }

    #ihf-main-container .form-control {
        padding: 9px 11px 9px 38px
    }

    .ihf-widget.mb-25 .input-group {
        width: 100%
    }

    #ihf-main-container .col-xs-5 {
        width: 100% !important
    }

    #ihf-main-container .col-xs-3 {
        width: auto;
        margin-top: 10px
    }

    #ihf-main-container .mt-25 .col-xs-4 {
        display: block !important;
        width: 100% !important
    }

    .visible-xs #ihf-quicksearch-submit1 {
        display: none
    }

    #ihf-refine-map-search-form .col-xs-4 {}

    .ihf-listing-search-results .btn-group.pull-right {
        display: inline-flex !important
    }

    .agent-meet-new.whyBedros .right-section .inner-content {
        padding: 0px 20px 20px 40px;
    }

    .agent-meet-new.whyBedros.swap .right-section .inner-content {
        padding: 0px 40px 20px 20px;
    }

    .agent-meet-new.whyBedros .right-section .inner-content .sq-img {
        width: 110px;
    }

    .agent-meet-new.whyBedros .right-section .inner-content::before {
        width: 110px;
        height: 110px;
    }

    .agent-meet-new.whyBedros .right-section .inner-content::after {
        width: 110px;
        height: 90px;
    }

    .agent-performance-new.whyBedros .content-wrapper .inner-content {
        padding: 20px
    }

    .agent-performance-new.whyBedros .content-wrapper .inner-content h2 {
        font-size: 54px;
    }

    .agent-performance-new.whyBedros .content-wrapper .inner-content p {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        width: 100%;
    }

    .agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content p {
        width: 100%
    }

    .agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content {
        padding: 20px
    }

    .agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section .inner-content p.heading-sm-title {
        margin-bottom: 15px
    }

    .agent-ques-new.whyBedros .form-wrapper .form-group {
        width: 70%;
    }

    .agent-ques-new.whyBedros .btn.btn-primary.started {
        width: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #spotLightCaro {
        width: 70%;
    }

    .foomenuLinks {
        left: 44px;
    }

    .bedrosVideoWrap:after {
        height: 100px;
        left: -25px;
    }

    .bedrosVideoWrap:before {
        height: 180px;
        right: -25px;
        top: -25px;
    }

    .propertyMainImg .subtitle {
        left: 2%;
    }

    .mainFooter a,
    .mainFooter .fooContactInfo p,
    .fooRecentBlog ul li {
        font-size: 15px;
    }

    .mainBannerPhrase h1 {
        font-size: 38px;
    }

    .mainBannerPhrase h2 {
        font-size: 30px;
    }

    .mainBannerPhrase p {
        font-size: 19px;
    }

    .homeSlider {
        height: auto;
    }

    .topNav {
        padding: 15px 0;
    }

    .topContact {
        position: relative;
        top: 12px;
    }

    .bedrosVideoWrap {
        width: 100%;
    }

    ul#pills-tab {
        width: 43%;
    }

    .teamMemberDetails ul li {
        font-size: 17px;
    }

    .mainFooter h3 {
        font-size: 20px;
    }

    .foomenuLinks ul li {
        width: 100%;
    }

    .mainFooter .fooContactInfo {
        padding: 0 5px 0 0;
    }

    .fooRecentBlog ul li {
        margin-right: 0;
    }

    #mainHomeSlider .owl-dots {
        bottom: -160px;
    }

    #mainHomeSlider .owl-nav button {
        top: 85%;
    }
}

@media (max-width: 991.98px) {

    .mainFooter .row .col-sm-12:first-child::before,
    .mainFooter .row .col-sm-12:nth-child(3)::before,
    .mainFooter .row .col-sm-12:nth-child(3)::after {
        display: none;
    }

    .community .flip-card {
        width: 49.5%;
    }

    .contactUsWrap {
        display: inherit;
    }

    #testimonialSlider .owl-nav button.owl-next {
        right: -33px;
    }

    #testimonialSlider .owl-nav button.owl-prev {
        left: -33px;
    }

    .contactInfo,
    .contactFormCtrl {
        width: 100%;
    }

    #ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified {
        width: 100%;
    }

    .agent-meet-new.whyBedros .left-section {
        margin-bottom: 0;
    }

    .agent-meet-new.whyBedros .right-section .inner-content {
        padding: 0px 30px 20px 20px;
    }

    .agent-meet-new.whyBedros.swap .right-section {
        order: 2;
    }

    .agent-performance-new.whyBedros {
        padding-bottom: 15px;
        padding-top: 40px;
    }

    .agent-performance-new.whyBedros .content-wrapper .inner-content {
        margin-bottom: 30px;
    }

    .agent-awards-new.whyBedros {
        padding-bottom: 35px;
    }

    .agent-awards-new.whyBedros .item {
        margin-bottom: 30px;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item .inner-content {
        padding: 20px;
        width: 160px;
        height: 160px;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item .inner-content .img-wrapper {
        margin-bottom: 15px;
        max-width: 60px;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item .inner-content p {
        font-size: 14px;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item.item-1,
    .agent-bedrosteam-new.whyBedros .content-box .item.item-3 {
        margin-top: 285px;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item.item-3::before {
        right: 120%;
        top: 38%;
    }

    .agent-bedrosteam-new.whyBedros .left-curve-lines {
        left: -100px;
    }
}

@media (min-width:768px) and (max-width:1199px) {

    .login-info-box,
    .register-info-box {
        padding: 0 20px;
    }

    .login-signup h2 {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #spotLightCaro {
        width: 70%;
    }

    .numbersWrap p {
        min-height: 48px;
    }

    #testimonialSlider .reviewPhrase {
        font-size: 17px;
    }

    .propertyDetail h2 {
        font-size: 25px;
    }

    .propertyMainImg .subtitle {
        left: 2%;
    }

    .bedrosVideoWrap {
        width: 80%;
    }

    ul#pills-tab {
        width: 60%;
    }

    .feePropertyDetails h4 {
        font-size: 18px;
    }

    .feePropertyDetails {
        padding: 0 10px;
    }

    .feePropertyDetails ul li {
        width: 31%;
    }

    .feePropertyDetails ul li small {
        font-size: 9px;
    }

    .feePropertyDetails ul li img {
        width: 25px;
    }

    .feeMoreDetails p {
        font-size: 18px;
    }

    .numbersWrap p {
        font-size: 22px;
        line-height: 24px;
    }

    .numbersWrap h3 {
        font-size: 40px;
    }

    #testimonialSlider {
        width: 100%;
    }

    .teamMemberDetails p strong {
        font-size: 18px;
        line-height: 23px;
    }

    .teamMemberDetails ul li {
        font-size: 16px;
    }

    .contactFormCtrl {
        margin-top: 20px;
    }

    ul.fooSocialIcons {
        margin-bottom: 30px;
    }

    .mainBannerPhrase h1 {
        font-size: 35px;
    }

    .mainBannerPhrase h2 {
        font-size: 25px;
    }

    .mainBannerPhrase p {
        font-size: 18px;
    }

    .homeSlider {
        height: auto;
    }

    #mainHomeSlider {
        top: 80%;
    }

    .topNav {
        background: #000;
        padding: 35px 0 25px;
    }
}

@media(min-width:768px) {
    #ihf-main-container .modal-dialog {
        left: 0 !important;
        top: 20%;
    }
}

@media (max-width: 767.98px) {
    .mainBlog {
        padding: 50px 0;
    }

    #address.searchAddressForm .btn.btn-block {
        position: relative;
        top: 13px;
    }

    #ihf-main-container .listingIdSearchForm .btn.btn-primary {
        position: relative;
        top: 15px;
    }

    div#ihf-main-container {
        width: 80%;
    }

    .whyBedros.agent-meet-new {
        padding-bottom: 10px;
    }

    .agent-performance-new.whyBedros .content-wrapper .inner-content .num-wrapper {
        min-height: auto;
    }

    .agent-meet-new.whyBedros .left-section .inner-content h2 {
        font-size: 30px;
    }

    .iAboutPhrase.agentcontact a {
        margin: 20px auto;
    }

    .whyBedros.agent-faq-new {
        padding-top: 0;
    }

    .blogDetailHeading {
        width: 85%;
        bottom: -50px;
    }

    .blogDlpreNxt {
        display: inherit;
        padding: 10px 0 30px;
    }

    .blogDlpreNxt strong {
        display: block;
        text-align: center;
        margin: 15px 0;
    }

    .blogDetailHeading a {
        font-size: 18px;
    }

    .page-id-2454 .propertySearch form {
        width: 100%;
    }

    .mobOrderAgentS {
        order: 2;
    }

    .whyBedros.agent-meet-new {
        padding-bottom: 0;
    }

    .agent-meet-new.whyBedros .left-section .inner-content h2 {
        font-size: 32px !important;
    }

    #testimonialSlider .owl-item.active.center {
        position: unset;
        z-index: 999999;
        transform: unset;
        top: 0;
    }

    .single-featured_properties .propertyDetail .headingCaption h3 {
        width: 100%;
        font-size: 25px;
        line-height: 35px;
    }

    #open-button {
        top: -57px;
    }

    .BannerBtnWrap a {
        margin: 20px 10px 0;
    }

    .propPhotosCtrl .caption-container {
        display: none;
    }

    .column1 {
        display: inherit;
        width: 100%;
    }

    .column2 {
        width: 100%;
    }

    .bedrosVideoWrap iframe {
        height: auto;
    }

    .bannerGraphic img {
        width: 41%;
        float: right;
    }

    .numbersWrap p,
    .modal-body p {
        text-align: center;
        min-height: auto;
    }

    .fooRecentBlog ul li {
        justify-content: left;
    }

    .propertyMainImg .subtitle {
        left: 2%;
    }

    .mainFooter .fooContactInfo ul li {
        width: 100%;
    }

    .mainFooter ul li {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .mainFooter .fooContactInfo p {
        font-size: 16px;
        text-align: left;
        margin: 0;
    }

    .spotLightDetails {
        text-align: center;
    }

    .spotLightDetails ul {
        left: 0;
        text-align: center;
    }

    #mainHomeSlider {
        top: 67%;
    }

    .community .flip-card {
        width: 100%;
        margin: 0.2% 0px;
    }

    nav.menu {
        padding: 30px;
    }

    .menu-wrap .menu .icon-list #menu-main-menu a {
        padding: 13px 0 13px 20px;
        text-align: left;
        font-size: 18px;
    }

    ul.fooSocialIcons.navRightIcons {
        text-align: left;
    }

    .close-button {
        width: 35px;
        height: 35px;
        left: -17px;
    }

    .siteNavLogo {
        margin-bottom: 20px;
    }

    .propertyImgWrap a.propertyDetail img {
        height: 378px;
        object-position: top;
        transform: translateY(-20px);
    }

    .propertyDetail h2 {
        font-size: 23px;
    }

    .columnOuterCtrl {
        flex-direction: column;
        padding-right: 40px;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .column2 img {
        padding-bottom: 2px;
        width: 100% !important;
    }

    .numbersWrap ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 40px;
    }

    .numbersWrap ul li+li {
        border: unset;
    }

    .propertyImgWrap {
        display: inherit;
    }

    .propertyImgWrap a.propertyDetail {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .contactUsWrap {
        padding: 48px 20px 48px;
    }

    .contactInfoDetail {
        text-align: center;
        padding: 0 10px;
        left: unset;
    }

    .contactInfo {
        margin-right: 0;
        padding: 30px 0;
    }

    .foomenuLinks {
        left: unset;
    }

    .topNav {
        text-align: center;
    }

    .emailWrap,
    .phoneWrap,
    .topContact {
        display: inherit;
    }

    ul.socialIconsWrap {
        position: unset;
        top: unset;
        margin-left: 0;
    }

    .mainBannerPhrase {
        position: unset;
        top: auto;
        left: auto;
        transform: unset;
        width: 100%;
        padding: 20px 20px 35px;
    }

    .topContact {
        float: unset;
        margin-right: 0;
        display: none;
    }

    .topNav {
        background: #000;
        padding: 8px 0;
    }

    #open-button {
        right: 13px;
    }

    .homeSlider {
        height: auto;
    }

    #mainHomeSlider .owl-nav button {
        top: 12%;
    }

    .mainBannerPhrase h1 {
        font-size: 28px;
    }

    .mainBannerPhrase h2 {
        font-size: 22px;
    }

    .mainBannerPhrase p {
        font-size: 17px;
    }

    #mainHomeSlider .owl-dots {
        bottom: 10px;
        left: 8%;
    }

    .BannerBtnWrap {
        margin-bottom: 30px;
    }

    .bedrosVideoWrap:before {
        width: 45px;
        height: 60px;
        right: -15px;
        top: -14px;
    }

    .bedrosVideoWrap:after {
        width: 45px;
        height: 50px;
        left: -15px;
        bottom: 23px;
    }

    .bedrosVideoWrap {
        width: 80%;
    }

    .headingCaption h2 {
        font-size: 30px;
        line-height: 37px;
        padding: 0 10px;
    }

    .featuredProperties ul#pills-tab li {
        width: 65px;
        font-size: 13px;
    }

    ul#pills-tab {
        width: 95%;
    }

    #testimonialSlider .owl-stage-outer {
        padding-top: 0;
    }

    #testimonialSlider .owl-dots {
        bottom: -42px;
    }

    .teamOuterWrap {
        margin-bottom: 30px;
    }

    .contactUsWrap {
        width: 95%;
    }

    .contactFormCtrl {
        margin-top: 25px;
    }

    .mainFooter {
        padding-top: 65px;
    }

    .mainFooter h3 {
        margin-bottom: 18px;
        margin-top: 30px;
    }

    .footer {
        padding: 40px 0 30px;
    }

    #ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified .btn.btn-primary {
        font-size: 12px !important;
        margin: 4px !important;
    }

    #ihf-main-container .ihf-listing-search-results .btn-group.btn-group-justified .btn.btn-primary.active {
        margin: 4px !important;
    }

    #ihf-main-container .ihf-listing-search-results .pull-right {
        float: left !important;
    }

    #ihf-email-alert-modal .modal-dialog {
        margin-top: 80px
    }

    .ihf-listing-search-results #ihf-refine-search-button {
        padding: 8px 20px !important
    }

    .ihf-listing-search-results #ihf-refine-search .dropdown-menu.pull-right {
        right: auto
    }

    #ihf-main-container .nav>li>a {
        padding: 10px 0
    }

    #ihf-detail-extrainfotabs li li {
        width: auto
    }

    #ihf-detail-extrainfotabs li li.pull-right {
        float: none !important;
        text-align: left
    }

    #ihf-main-container .chosen-container-single .chosen-single {
        padding: 4px 10px;
    }

    #ihf-quicksearch-submit1 {
        padding: 0;
        border: 0
    }

    #ihf-quicksearch-submit1 i {
        width: 100%
    }

    #ihf-main-container .form-control {
        padding: 9px 11px 9px 38px
    }

    .ihf-widget.mb-25 .input-group {
        width: 100%
    }

    #ihf-main-container .col-xs-5 {
        width: 100% !important
    }

    #ihf-main-container .col-xs-3 {
        width: auto;
        margin-top: 10px
    }

    #ihf-main-container .mt-25 .col-xs-4 {
        display: block !important;
        width: 100% !important
    }

    .visible-xs #ihf-quicksearch-submit1 {
        display: none
    }

    #ihf-refine-map-search-form .col-xs-4 {}

    .ihf-listing-search-results .btn-group.pull-right {
        display: inline-flex !important
    }

    .agent-meet-new.whyBedros .right-section .inner-content {
        margin-bottom: 30px;
        padding: 0px 20px 20px 30px;
    }

    .feePropertyDetails {
        min-height: auto;
    }

    .agent-meet-new.whyBedros .right-section .inner-content .sq-img {
        width: 80px;
    }

    .agent-meet-new.whyBedros .right-section .inner-content::before {
        width: 80px;
        height: 80px;
    }

    .agent-meet-new.whyBedros .right-section .inner-content::after {
        width: 80px;
        height: 80px;
    }

    .agent-meet-bderos-new.whyBedros .item .content-wrapper {
        flex-direction: column;
    }

    .agent-meet-bderos-new.whyBedros .item .content-wrapper .right-section {
        max-width: 100%
    }

    .agent-meet-bderos-new.whyBedros .item .content-wrapper .left-section {
        max-width: 100%
    }

    .agent-meet-bderos-new.whyBedros .item .bottom-row .content-wrapper .right-section {
        order: 2
    }

    .agent-meet-bderos-new.whyBedros .item .top-row .content-wrapper .right-section::before {
        left: 30px;
        top: -45px;
        bottom: auto;
        margin: auto;
        transform: rotate(90deg);
    }

    .agent-meet-bderos-new.whyBedros .item .bottom-row .content-wrapper .right-section::before {
        right: 30px;
        top: -44px;
        bottom: auto;
        margin: auto;
        transform: rotate(-90deg);
    }

    .agent-ques-new.whyBedros .form-wrapper .form-group {
        margin-bottom: 0px;
        width: 60%
    }

    .agent-ques-new.whyBedros .btn.btn-primary.started {
        width: 40%;
        font-size: 14px;
        padding: 10px
    }

    .whyBedros.agent-faq-new .accordion button.btn.btn-link {
        font-size: 16px
    }

    .whyBedros.agent-faq-new .accordion button.btn.btn-link .icon {
        width: 2opx;
        height: 20px;
    }

    .whyBedros.agent-faq-new .accordion .card-body {
        font-size: 16px;
        line-height: 30px;
        padding: 15px;
    }

    .whyBedros.agent-faq-new .accordion>.card>.card-header {
        padding-left: 0px;
        padding-right: 0px
    }

    .agent-bedrosteam-new.whyBedros .left-curve-lines {
        bottom: 0px;
    }

    .agent-bedrosteam-new.whyBedros .top-right-lines {
        position: absolute;
        top: -30px;
        right: -60px;
        width: 150px;
        height: 100px;
    }

    .ihf-quick-search-form .row.mt-10 .col-xs-6 {
        margin-bottom: 10px
    }

    .modal-header button.close {
        right: 5px;
        top: 0px !important;
    }

    .login-signup .container {
        width: 100%;
    }

    .agent-awards-new.whyBedros .bottom-right-lines {
        height: 422px !important;
    }

    .agent-performance-new.whyBedros .content-wrapper .inner-content .number {
        font-size: 55px;
        margin-bottom: 0;
    }

    .login-signup .login-info-box h2,
    .login-signup .register-info-box h2 {
        display: none;
    }

    .login-signup h3 span::after {
        width: 250px;
    }

    .login-info-box,
    .register-info-box {
        padding: 0 15px;
        top: -50px;
        width: 100%;
    }

    .white-panel {
        left: 0;
        width: 100%;
    }

    .login-show,
    .register-show {
        padding: 20px 15px;
    }

    .login-signup i {
        left: 12px;
    }
}

@media (max-height: 699px) {
    .login-signup {
        padding: 180px 0;
        position: initial;
    }
}

@media (max-width: 575.98px) {
    .siteLogo img {
        width: 250px;
        float: left;
    }

    .propertyDetail a {
        font-size: 27px;
    }

    .menu-wrap {
        width: 310px;
        transform: translate3d(360px, 0, 0);
    }

    .agent-bedrosteam-new.whyBedros .content-box .item.item-1,
    .agent-bedrosteam-new.whyBedros .content-box .item.item-3 {
        margin-top: 230px;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item.item-1 {
        position: relative;
        left: 60px;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item.item-3 {
        position: relative;
        right: 60px;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item .inner-content {
        width: 140px;
        height: 140px;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item .inner-content .img-wrapper {
        max-width: 40px
    }

    .agent-bedrosteam-new.whyBedros .content-box .item .inner-content p {
        text-align: center
    }

    .agent-bedrosteam-new.whyBedros .content-box .item.item-2::before {
        width: 60px;
        height: 97px;
        right: 88%;
        top: 33%;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item.item-2::after {
        width: 60px;
        height: 97px;
        left: 88%;
        top: 33%;
    }

    .agent-bedrosteam-new.whyBedros .content-box .item.item-3::before {
        width: 60px;
        height: 97px;
        right: 0;
        top: auto;
        bottom: -44%;
        left: -30%;
    }

    .agent-bedrosteam-new.whyBedros .left-curve-lines {
        left: -140px;
    }

    #searchProfile .hidden-xs {
        display: none !important;
    }

    #searchProfile .row.mt-10.visible-xs {
        display: block !important
    }

    #searchProfile .row.mt-10.visible-xs label {
        display: none !important
    }

    #searchProfile label.field-label[for='ihf-select-property-type'] {
        margin-top: 15px
    }

    #address.searchAddressForm label.field-label.ihf-city-label,
    #address.searchAddressForm label.field-label.ihf-street-label {
        margin-top: 15px
    }

    .blogCardDetails {
        transform: translate(0, 0);
        border-radius: 0 0 5px 5px;
        box-shadow: 0 0 10px -5px rgb(0 0 0 / 20%);
    }

    .blogCardWrap .blogCardImg {
        transform: translate(0, 0);
    }
}

@media (min-width: 375px) and (max-width: 575.98px) {
    .bedrosVideoWrap:before {
        right: -14px;
    }

    .bedrosVideoWrap:after {
        left: -12px;
    }
}

@media (min-width: 320px) and (max-width: 349.98px) {
    .menu-wrap {
        width: 295px;
    }

    .menu-wrap .menu .icon-list #menu-main-menu a {
        padding: 13px 32px;
    }

    .siteLogo img {
        width: 190px;
    }

    #open-button {
        top: -49px;
        right: 10px;
    }
}

.mainFooter .fooContactInfo ul li {
    list-style: none;
    display: block;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}

.mainFooter .fooContactInfo ul li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.mainFooter .row .col-sm-12:nth-child(3)::after {
    display: none
}

#lightgallery a img {
    cursor: pointer;
}