/* Profile Page */

.black_gradiant_overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0));
}

.light-blue-header {
    background: -moz-linear-gradient(top, rgba(99, 115, 160, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: -webkit-linear-gradient(top, rgba(99, 115, 160, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: linear-gradient(to bottom, rgba(99, 115, 160, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}

.banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #021652;
}

.circle_image_large {
    width: 156px;
    height: 156px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24);
}

.banner--image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
}

.banner--image-inner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.24));
    border-radius: 8px;
    min-height: 345px;
}

#BannerPhotoContainer {
    background-color: rgba(0, 0, 0, 0.24);
}

#AgentResFooter {
    top: auto;
    z-index: 1000;
    padding: 12px 14px;
    display: none;
    position: fixed;
    bottom: 8px;
    left: 8px;
    right: 8px;
    box-shadow: 0 0 56px 0 rgb(0 0 0 / 40%);
    border: solid 1px #dfe3f0;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
}

.property_img {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bottom_arrow {
    position: relative;
}

.bottom_arrow:after {
    content: '';
    position: absolute;
    -webkit-border-radius: 0.2em !important;
    border-radius: 0.2em !important;
    left: 3rem;
    top: auto;
    bottom: -14px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #042280;
    clear: both;
}

.left_arrow {
    position: relative;
}

.left_arrow:after {
    content: '';
    position: absolute;
    -webkit-border-radius: 0.2em !important;
    border-radius: 0.2em !important;
    right: auto;
    top: 45%;
    left: -3px;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 16px solid #fff;
    border-bottom: 16px solid transparent;
    clear: both;
}

.banner-leftcol {
    max-width: 278px;
}

.btn--border {
    border: 1px solid rgba(175, 184, 217, 0.24);
    background-color: transparent !important;
    color: #dae1f8 !important;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px 0px 20px !important;
}

.full_image_row {
    position: absolute;
}

#BannerPhoto {
    z-index: 1;
}

.video_container {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    min-height: 100px;
    overflow: hidden;
}

.video_container_inner {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.dropdown--custom .btn--border.dropdown-toggle::after {
    background: url("https://content.harstatic.com/media/icons/select_arrow_white_dropdown.svg") no-repeat right 17px;
    width: 16px;
}

.dropdown--custom .btn--border.btn.btn--small.dropdown-toggle::after {
    background-position: right 14px;
    background-size: 50%;
}

.reduced .banner--image-inner {
    min-height: 170px;
}

.header-title-footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.broker_profile .banner--image {
    position: relative;
    height: 345px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.broker_profile .banner--image-inner {
    z-index: 1;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.broker_profile .banner--image-only {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.24));
    -webkit-filter: blur(3px);
    filter: blur(3px);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.broker_profile .banner_agent .ba_photo {
    width: 64px;
    height: 64px;
    margin-top: 0px !important;
}

.broker_profile .banner_agent {
    margin: 0px 12px 0px 0px;
    width: 80px;
}

.broker_profile .banner_main_agent {
    border-right: solid 1px rgba(218, 225, 248, 0.16);
}

.BrokersBanner.reduced .banner_agent .ba_photo {
    width: 32px;
    height: 32px;
}

.BrokersBanner.reduced .banner_agent {
    margin: 0px 2px 0px 0px;
    width: 34px;
}

.BrokersBanner.reduced .banner_agent {
    display: inline-block;
}

.BrokersBanner.reduced .circle_image_large {
    margin-top: 0px !important;
}

.blue_image_row {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 48px 0px;
}

.blue_image_row:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(4, 34, 128, 0.7);
}

.team_agents {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.team_agents .banner_agent {
    display: inline-block;
    height: 115px !important;
    margin: 0px 8px !important
}

.team_agents .banner_agent .ba_name {
    height: 35px;
}

.team_agents .banner_main_agent {
    padding-right: 12px;
    width: 95px !important;
}


/* open house blocks */

#OpenHouseContainer {
    border-radius: 4px;
    background-color: #dbe0e7;
    background-image: url("https://content.harstatic.com/media/harlive/white.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.waiting_cntr_blue,
.waiting_cntr {
    border-radius: 8px;
    background-image: radial-gradient(circle at 5% 0, #ff5d5d, #ed1f1f 75%);
}

.waiting_cntr_blue {
    background-image: radial-gradient(circle at 5% 0, #0738cd, #1f57ff 74%);
}

.timerslot {
    box-shadow: 0 2px 4px 0 rgba(167, 182, 203, 0.57);
    background-color: #ffffff;
    padding: 9px 6px 6px 6px;
    border-radius: 8px;
    color: #000;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    font-family: "effra", sans-serif;
    font-weight: normal;
    display: block;
    line-height: 1;
}

#timer {
    margin-bottom: 10px;
    max-width: 200px;
    margin: 0px auto 10px auto;
}

.ts_title {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}

#timer #days,
#timer #hours,
#timer #minutes {
    display: inline-block;
    float: left;
    width: 30.3%;
    margin-right: 2.1%;
    margin-left: 2.1%;
    text-align: center !important;
}

#timer #days {
    margin-left: 0px;
}

#timer #minutes {
    margin-right: 0px;
}

.mobilebox {
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.26);
    background-image: radial-gradient(circle at 0 -12%, #35353a, #18181b 65%);
    border-radius: 10px;
    width: 158px;
    height: 260px;
    margin: -55px auto -55px auto;
    text-align: center;
    position: relative;
}

.mobilebox img {
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
}

#OpenHouseContainer .btn--prominent {
    height: 38px;
    line-height: 38px;
}

.op_logo {
    width: 104px;
}


/* open house blocks */


/* agent showings */

.map_showings {
    position: relative;
    height: calc(100vh - 64px);
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.ms_left {
    width: 776px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: 0px;
}

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

.showings_properties {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 178px;
    bottom: 0px;
    overflow-y: auto;
}

.name_circle {
    border-radius: 50%;
    text-align: center;
    height: 32px;
    width: 32px;
    line-height: 34px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #9aaabb;
    letter-spacing: 1px;
    display: inline-block;
    background: #9BAAB0;
}


/* broker profile */

.broker_results .ms_left {
    width: 616px;
}

.broker_results .ms_right {
    left: 616px;
}

.broker_results .showings_properties {
    top: 198px;
}

.broker_results .agent_signature--large__photo {
    width: 96px;
    height: 96px;
}

.broker_profile_reduced.broker_profile .banner--image {
    height: 170px;
}

.broker_profile_reduced.broker_profile .banner_agent .ba_photo {
    width: 56px;
    height: 56px;
}

.broker_profile_reduced #BannerPhotoContainer {
    height: 170px;
}

.broker_profile_reduced .header-title-footer {
    position: static;
}

.broker_profile_reduced #BannerPhotoContainer .circle_image_large {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    padding: 10px;
}

.showingmap_container {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky !important;
    z-index: 11;
    top: 80px;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: calc(100vh - 165px);
}

.showingmap_container iframe {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 350px;
}


/*.scrolledtotop .showingmap_container iframe {height: calc(100vh - 200px);}*/

.homwworth {
    background-image: url('https://content.harstatic.com/media/icons/illustration-home-value.svg');
}

.premium_banner {
    background: #0c132d url('https://content.harstatic.com/media/bgs/bg-platinum-agent-banner_.jpg') no-repeat right center;
    background-size: cover;
    border-radius: 8px;
}

.brokerheader__details__list .pr-2.mr-2.border-right:last-child {
    border-right: none !important;
    padding-right: 0px !important;
}

.s3,
.label--forsale_round,
.label--forrent_round,
.label--sold_round {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.card--portrait_medium__content {
    border-radius: 0px !important;
}

.highrise_card__cont__labels .label {
    border-radius: 8px !important;
    height: 30px !important;
    line-height: 28px !important;
    padding: 0px 5px !important;
}

.label,
.card--portrait_medium h5 {
    font-weight: 600 !important;
}

.label--forrecent_showing {
    border: 2px solid #ae5e0f;
    padding: 4px 5px;
    color: #ae5e0f;
}



.agent_banner_photo {
	 max-height: 380px; 
	 object-fit: cover !important;
	 object-position:center;
}

.agentprofile .fs_slide {
    border-radius: 12px;
}

.agentprofile .fs_slide:first-child {
    display: flex !important;
    overflow: hidden;
}

.agentprofile .fs_slide_img__first {
    width: 33%;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.agentprofile .fs_slide_images {
    flex-grow: 1;
}

.agentprofile .fs_slide_images {
    display: flex;
    flex-wrap: wrap;
}

.agentprofile .fs_slide_img {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    border-left: 6px solid #ffffff;
    border-bottom: 6px solid #ffffff;
    padding-bottom: 25%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #e8eaed;
}
.agentprofile .fs_slide_video {padding-bottom: 0%; background-color: black;display: flex; align-items: center;}

.agentprofile .fs_slide_for_1 .fs_slide_img,
.agentprofile .fs_slide_images .fs_slide_img:nth-child(4),
.fs_slide_images .fs_slide_img:nth-child(5),
.agentprofile .fs_slide_images .fs_slide_img:nth-child(6) {
    border-bottom: none !important;
}
.without_agent_photo .fs_slide_img:nth-child(1),
.without_agent_photo .fs_slide_img:nth-child(4) {
	border-left: none !important;
}
.agentprofile .fs_slide_mobile .fs_slide_mobile_img {
    width: 100%;
    padding-bottom: 50%;
    border: none;
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.agentprofile .fs_slide_mobile .slick-prev {
    left: 0px;
}

.agentprofile .fs_slide_mobile .slick-next {
    right: 0px;
}

.agentprofile .fs_slide_mobile.slick-slider {
    margin: 0px !important;
}

.fs_slide_for_6 .fs_slide_img {
    padding-bottom: 20%;
}

.fs_slide_for_5 .fs_slide_img__first {
    width: 45%;
}

.fs_slide_for_5 .fs_slide_img {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 28%;
}

.fs_slide_for_2 .fs_slide_img {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 50%;
}

.fs_slide_for_1 .fs_slide_img {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 50%;
}

.fs_slide_img_link {
    position: relative;
    display: block;
}

.fs_slide_for_3 .fs_slide_img {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 50%;
}
.fs_slide_for_3 .fs_slide_3 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
}
.fs_slide_for_3 .fs_slide_3 .fs_slide_img {
	flex: 0 0 50%;
    max-width: 100%;
    height: 50%;
}
.fs_slide_for_4 .fs_slides {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
}
.fs_slide_for_4 .fs_slides .fs_slide_img {
    flex: 0 0 50%;
    max-width: 100%;
    padding-bottom: 50%;}

.fs_slide_img_link .link_overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.without_agent_photo .fs_slide_img { padding-bottom:16.8%; }

.single_img_bg {	    	
	position: relative
}
.single_img_bg .single_img_bg_inner {
    -webkit-filter: blur(10px);
	filter: blur(10px);
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}
.single_img_bg .single_img_bg_video,
.single_img_bg .single_img_bg_img {	        
	filter: blur(0px);
	position: absolute;
	z-index: 2;
	top: 10%;
	left: 10%;
	right: 10%;
	bottom: 10%;
	width: auto;
	max-width: 100%;
	max-height: inherit;
	border:none;
	border-radius: 12px;
	background-position: center center;
	background-size: cover;
}
.single_img_bg .single_img_bg_video .embed-responsive { 
    max-height:100%;
    width: auto;
}

.header_nolistings .header_nolistings_inner {
  border-radius: 16px;
  border: solid 1px #d0d0d0;
  background-color: #fff;
}


.agentprofile.header_nolistings .fs_slide_img__first {
	border-radius: 16px 0px 0px 16px;
}
.agentprofile.header_nolistings .fs_slide_images {
	min-height:400px;
}
.agent_banner_photo.fs_slide_nophoto,
.agentprofile .fs_slide_img__first.fs_slide_nophoto { background-color:#f3f4f7; background-position: center center; background-size:200px;background-repeat:no-repeat; }
.mobile_photos .mobile_photo { min-height:70px;background-size:cover; background-repeat: no-repeat; max-height:70px; background-position: center center;border:1px solid white;flex: 1 !important; }
.video_with_property .fs_slide_img__first { width: 50%;}
.agentprofile .video_with_property .fs_slide_img { flex: 0 0 50%;max-width: 50%; }
.agentprofile .fs_slide_for_3 .fs_slide_video,
.agentprofile .fs_slide_for_2 .fs_slide_img,
.agentprofile .fs_slide_for_3 .fs_slide_3 .fs_slide_img:nth-child(2),
.agentprofile .video_with_property .fs_slide_img:nth-child(3) { border-bottom: none; }
.detail_with_photo .agentheader__agrow__ag__info_title h1 { font-size:28px; line-height:28px; }
.agentprofile .video_with_3properties .fs_slide_3 {
	flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
}
.agentprofile .video_with_2properties .fs_slide_3 { flex: 0 0 50%; }
.agentprofile .video_with_property .fs_slide_3 .fs_slide_img { flex: 0 0 50%;max-width: 100%;}
.agentprofile .video_with_property.video_with_2properties .fs_slide_3 .fs_slide_img { flex: 0 0 50%;max-width: 100%; height:100%; border-bottom: none}
.agentprofile .video_with_3properties .fs_slide_3 .fs_slide_img:nth-child(2),
.agentprofile .video_with_3properties .fs_slide_video,
.agentprofile .video_with_2properties .fs_slide_video { border-bottom: none; }
.agentprofile .video_with_property.video_with_1properties .fs_slide_img { flex: 0 0 100%; max-width:100%;border-bottom: none; }
.agentprofile .video_with_property .fs_slide_img__first { display: flex;align-items: center;background-color: #000000; }

.photo__overlay { background: #000000; background: linear-gradient(182deg,rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.7) 100%);z-index: 5;position: absolute;left: 0px;right: 0px;bottom: 0px;height: 45px;}

@media (max-width:576px) {
    .agentprofile .pd_banner_overlay .btn--ordinary.btn--medium {
        padding: 0 10px !important;
    }
    .agentprofile .gallery_actions .btn.btn--medium {
        padding: 0 8px !important;
        font-size: 14px !important;
    }
}

@media (max-width:450px) {
    .agentprofile .pd_banner_item_inner {
        left: 5px;
        right: 5px;
    }
    .agentprofile .pd_banner_overlay {
        left: 28px;
    }
    .agentprofile .pd_banner_overlay .btn--ordinary.btn--medium {
        height: 28px !important;
        line-height: 28px !important;
        font-size: 12px !important;
        padding: 0 8px !important;
    }
}

@media (max-width:430px) {
    .agentprofile .gallery_actions .btn.btn--medium {
        padding: 0 6px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        height: 32px !important;
        line-height: 32px !important;
    }
}

@media (max-width:420px) {
    .agentprofile .pd_banner_overlay .btn--ordinary.btn--medium {
        padding: 0 4px !important;
    }
}


@media (max-width:992px) {
    .banner {
        background-attachment: scroll;
    }
    .BrokersBanner>.col-auto:nth-child(6) {
        display: none;
    }
}

@media (max-width:920px) {
    .BrokersBanner>.col-auto:nth-child(5) {
        display: none;
    }
}

@media (max-width:820px) {
    .broker_results .ms_left,
    .ms_left {
        width: 100%;
    }
    .broker_results .ms_right,
    .ms_right {
        display: none;
        left: 0px;
        z-index: -1;
    }
}

@media (max-width:768px) {
    .circle_image_large {
        margin-top: -88px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /*#AgentResFooter{display: block !important;}*/
    .inner_page .circle_image_large {
        height: 88px;
        width: 88px;
        margin-top: -45px !important;
    }
    .banner {
        background-attachment: scroll;
    }
    .left_arrow:after {
        right: 0px;
        top: -5px;
        left: 0px;
        margin-left: auto;
        margin-right: auto;
        bottom: auto;
        border-left: 16px solid transparent;
        border-top: 16px solid #fff;
        border-right: 16px solid transparent;
    }
    #BGTabulerData {
        background-image: none !important;
    }
    #BannerPhotoContainer {
        background-color: transparent;
    }
    .banner--image-inner {
        min-height: 247px;
    }
    .reduced .banner--image-inner {
        min-height: 210px;
    }
    .reduced .circle_image_large {
        margin-top: -53px !important;
    }
    .banner-leftcol {
        max-width: 100%;
    }
    .banner--image {
        background-size: 150%;
    }
    .full_image_row {
        position: static;
    }
    /*.banner_agent .ba_stars,.banner_agent .ba_name {display:none;}*/
    .broker_profile .banner_agent {
        margin: 5px;
        width: 48px;
        line-height: 48px;
    }
    .broker_profile .banner_main_agent {
        width: 38px;
        padding-right: 3px;
    }
    .broker_profile .banner_agent .ba_photo {
        width: 48px;
        height: 48px;
        text-align: center;
        font-size: 12px;
        color: #dae1f8;
        font-weight: bold;
        font-size: 10px;
    }
    .broker_profile .banner--image {
        position: relative;
        height: 175px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 130%;
    }
    .broker_profile .banner--image-inner {
        position: static;
    }
    .broker_profile .banner--image-only {
        display: none;
    }
    .broker_profile .banner--image {
        height: 175px;
    }
    .broker_profile .banner--image-inner {
        min-height: 175px;
    }
    .header-title-footer {
        position: static;
        text-align: center;
    }
    #BannerPhotoContainer {
        z-index: 1;
    }
    #BannerAgentName {
        max-width: 220px;
        margin: 0px auto 18px auto;
    }
    .blue_image_row {
        padding: 48px 0px;
    }
    .team_version #BannerAgentName {
        width: 100% !important;
        font-weight: normal !important;
        max-width: inherit !important;
    }
    .team_version.broker_profile .banner_agent .ba_photo,
    .team_version.broker_profile .banner_agent {
        width: 64px;
        height: 64px;
    }
    .team_version.broker_profile .BrokersBanner {
        overflow-y: hidden;
    }
    .op_logo {
        width: auto;
    }
    .mobilebox {
        margin: 0px auto;
    }
    #ShowingsPhoto {
        width: 50px !important;
        height: 50px !important;
    }
    .showings_properties {
        top: 149px;
    }
    .broker_results .showings_properties {
        top: 150px;
    }
    .broker_results .agent_signature--large__photo {
        width: 66px;
        height: 66px;
    }
    .broker_profile_reduced #BannerPhotoContainer {
        height: inherit;
    }
    .broker_profile_reduced.broker_profile .banner_agent .ba_photo {
        height: 32px;
        width: 32px;
    }
    .broker_profile .banner--image {
        min-height: 90px;
    }
    .broker_profile_reduced #BannerPhotoContainer .circle_image_large {
        width: 120px;
        height: 120px;
        margin-top: -100px !important;
    }
    .sellyourhome {
        padding: 40px 40px 120px 48px;
        background-size: 180px;
        background-position: right bottom
    }
    .homwworth.sellyourhome {
        padding: 20px 20px 180px 20px;
    }
    .premium_banner {
        background-image: none;
    }
    listings_map_view{display:block !important;height:calc(100vh - 50px);}
	
	.agent_banner_photo { max-height:250px;}
	
	.header_nolistings .header_nolistings_inner {border-radius: 16px; border: none;}
	.agentprofile.header_nolistings .fs_slide_images {min-height:200px;}
	.header_nolistings .agentheader__certi .agentheader__certi__lang,
	.header_nolistings .agentheader__certi .agentheader__certi__cul,
	.header_nolistings .agentheader__certi .agentheader__certi__cert{display: block; margin-bottom:10px;flex-grow:1; text-align: center; padding-right: 0px;}
	.header_nolistings .agentheader__certi .agentheader__certi__list {justify-content: center;}
	.header_nolistings.agentprofile .fs_slide:first-child { overflow: visible;}
    
}

@media (max-width:576px) {
    .circle_image_large {
        width: 120px;
        height: 120px;
    }
    .inpagenav ul li a {
        padding: 0 10px;
    }
    .banner_agent {
        margin: 2px;
        width: 32px;
        line-height: 32px;
    }
    .banner_agent .ba_photo {
        width: 32px;
        height: 32px;
    }
    .broker_results .showings_properties {
        top: 132px;
    }
    .sellyourhome {
        padding: 20px 20px 150px 20px;
        background-size: 180px;
    }
}