:root {
    --bg-light-g: #FFF9F2;
    --green-primary-color: #0D7568;
    --gray-100-color: #C1CECF;
    --gray-300-color: #849294;
    --gray-400-color: #425557;
    --gray-500-color: #253032;
    --gray-700-color: #1B2728;
    --green-100-color: #E7F9F7;
    --green-500-color: #0D7568;
    --green-light: #D5F0ED;
    --black-3-color: #253032;
    --gray-4f-color: #4F4F4F;
    --green-light-2-color: #E7EFEE;
    --border-color: #C1CECF;
    --gray-50-color: #F1F7F8;
    --gray-5-color: #E0E0E0;
    --yellow-100-color: #FAF5F0;
    --gray-6-color: #F2F2F2;
    --gray-3-color: #828282
}
body {
    font-family: 'Roboto', 'Merriweather', sans-serif;
    font-size: 0.875rem
}
a, button, a:hover {
    transition: 0.3s ease all;
    cursor: pointer;
    text-decoration: none !important
}
button:focus {
    outline: none
}
/*header-css*/
.sym-fa-mi-header-main {
    background: var(--white);
    height: 64px;
    z-index: 9;
    padding: 0 45px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s ease all;
    top: 0
}
.sym-fa-mi-header-main.fixed-header {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
}
.nav-menu-div ul li a {
    color: var(--gray-400-color);
    padding: 20px 15px;
    border-bottom: 2px solid transparent;
    transition: 0.3s ease all
}
.nav-menu-div ul li a.active {
    border-color: var(--gray-500-color)
}
.nav-menu-div ul li a, .contact-btn-header {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px
}
.contact-btn-header {
    background: var(--green-light);
    border-radius: 5px;
    height: 40px;
    width: 140px;
    color: var(--green-primary-color)
}
/*--banner-css--*/
.sym-fa-mi-banner-fluid {
    background: var(--bg-light-g);
    height: 100vh;
    padding: 13% 0 60px
}
.sym-fa-mi-banner-fluid h1 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
    color: var(--gray-700-color)
}
.sym-fa-mi-banner-fluid h6, .sym-fa-mi-banner-fluid p {
    color: var(--gray-500-color);
    font-weight: normal;
    font-size: 24px;
    line-height: 140.62%
}
.sym-fa-mi-banner-fluid h6 {
    margin: 30px 0 20px
}
.sym-fa-mi-banner-fluid p {
    font-size: 18px;
    line-height: 140.62%;
    font-weight: 300;
    margin-bottom: 45px
}
.common-btn-tag {
    background: var(--green-500-color);
    border: 1px solid var(--green-500-color);
    height: 48px;
    border-radius: 5px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    width: 180px;
    color: var(--white)
}
.common-btn-tag:hover {
    color: var(--white)
}
/*how-it-work-css--*/
.how-it-work-section {
    padding: 90px 0
}
.all-common-heading {
    margin-bottom: 60px
}
.all-common-heading h4 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: var(--gray-700-color);
    margin-bottom: 25px
}
.all-common-heading p {
    font-weight: 300;
    font-size: 18px;
    line-height: 135.94%;
    color: var(--gray-500-color)
}
.how-it-work-card h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--black-3-color);
    margin-bottom: 20px
}
.how-it-work-card p {
    font-weight: 300;
    font-size: 16px;
    line-height: 135.94%;
    color: var(--gray-4f-color)
}
.work-card-img {
    min-height: 200px;
    text-align: center
}
/*--Why choose Sym Fa mi section--*/
.why-choose-section {
    background: var(--green-light-2-color);
    padding: 90px 30px
}
.all-common-heading.why-choose-heading {
    margin-bottom: 30px
}
.choose-details-section ul li {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: var(--gray-700-color);
    border-bottom: 1px solid var(--border-color);
    padding: 20px 0
}
.choose-details-section ul li:last-child,
.sym-fa-mi-check ul li:last-child, .traditional-home-buying-row ul li:last-child {
    border: 0
}
.why-choose-right-row {
    padding-top: 10%
}
.sym-fa-mi-check {
    background: var(--green-primary-color);
    box-shadow: 0 16px 24px rgba(10, 88, 79, 0.2), 0 6px 30px rgba(10, 88, 79, 0.12), 0 8px 10px rgba(10, 88, 79, 0.2);
    border-radius: 20px;
    padding: 10px 0 15px;
    width: 300px
}
.sym-fa-mi-logo-white-div {
    padding-bottom: 17px
}
.sym-fa-mi-logo-white-div img {
    height: 65px
}
.sym-fa-mi-check ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 0
}
.traditional-home-buying-row {
    background: var(--white);
    border-radius: 20px;
    padding: 30px 0 10px;
    width: 300px
}
.traditional-home-buying-row h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: var(--gray-700-color);
    padding-bottom: 30px
}
.traditional-home-buying-row ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 140.66%;
    border-bottom: 1px solid var(--gray-100-color);
    color: var(--gray-700-color);
    padding: 18px 0
}
/*Testimonial*/
.testimonial-section-slider {
    background: #FAF5F0;
    padding: 90px 0
}
.slider-img-div {
    width: 500px
}
.slider-details-div {
    width: calc(100% - 500px)
}
.slider-details-div h5 {
    font-family: 'Merriweather', sans-serif;
    font-size: 32px;
    line-height: 140.6%;
    color: var(--gray-700-color);
    margin-bottom: 30px
}
.slider-details-div p {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: var(--gray-700-color)
}
.custom-carousel-slider .carousel-control-next, .custom-carousel-slider .carousel-control-prev {
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto
}
.custom-carousel-slider .carousel-control-next {
    right: -12%
}
.custom-carousel-slider .carousel-control-prev {
    left: -12%
}
/*Send us a message to get started*/
.contact-section {
    padding: 90px 0 11.5%
}
.contact-section.contact-section-page {
    padding-top: 12%
}
.contact-section:before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 365px;
    background-image: url(../images/vector-img-contact.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute
}
.all-common-heading.contact-heading {
    margin-bottom: 30px
}
.contact-img-row {
    bottom: 60px
}
form.custom-form .form-group {
    position: relative;
    margin-bottom: 20px
}
form.custom-form .form-control {
    border: 1px solid var(--gray-300-color);
    background: var(--white);
    border-radius: 4px;
    height: 56px;
    padding: 15px;
    color: var(--gray-400-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}
form.custom-form textarea.form-control {
    height: 110px
}
form.custom-form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-400-color);
    position: absolute;
    top: 10px;
    left: 7px;
    margin: 0;
    transition: 0.3s ease all;
    padding: 5px 8px
}
form.custom-form .form-group .form-control:focus ~ label,
form.custom-form .form-group .form-control:not(:placeholder-shown) ~ label {
    top: -14px;
    background: var(--white);
    font-size: 12px;
    line-height: 16px
}
/*footer-css*/
.footer-section {
    background: var(--gray-500-color);
    padding: 90px 0 60px
}
.footer-row-1 {
    border-bottom: 1px solid var(--gray-400-color);
    padding-bottom: 45px
}
.footer-row-1 ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-100-color);
    padding: 0 10px
}
.footer-row-2 {
    padding-top: 60px
}
.footer-row-2 p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-50-color)
}
.footer-row-2 p a {
    color: var(--gray-50-color);
    padding-left: 5px
}
/*team-meet*/
.how-it-work-section.meet-the-team-section {
    padding-top: 10%
}
.work-card-img span {
    width: 270px;
    height: 270px;
    background: var(--green-100-color);
    margin-bottom: 30px
}
/*--Get your dream home now--*/
.dream-get-section {
    padding: 90px 0
}
.dream-heading:before {
    content: '';
    bottom: -5px;
    right: 0;
    width: 90px;
    height: 6px;
    background: #FFC143;
    position: absolute
}
.toggle-btn-mobile, .sidebar-mobile, .sym-fa-mi-check ul li span, .check-icon-only, .mobile-d-block,
.dream-home-mobile, .dream-home-tablet {
    display: none
}
/*drawer-css*/
.drawer.custom-drawer-sym-fa-mi {
    width: 540px
}
.custom-drawer-sym-fa-mi .drawer-content.drawer-content-scrollable > div.drawer-body {
    padding: 45px
}
.location-tag {
    width: 60px;
    height: 60px;
    background: var(--green-light)
}
.step-details-heading {
    padding: 45px 0 20px
}
.step-details-heading h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140.6%;
    color: var(--gray-700-color)
}
.neighborhood-town-search-div form .form-control {
    background: var(--white);
    border: 1px solid var(--gray-400-color);
    border-radius: 4px;
    height: 56px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-400-color);
    padding: 15px 15px 15px 45px
}
.neighborhood-town-search-div form .form-control::-webkit-input-placeholder {
    color: var(--gray-400-color)
}
.neighborhood-town-search-div form .search-btn {
    top: 0;
    bottom: 0;
    left: 15px
}
.locations-div-main h6, .suggestions-div-main h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 140.6%;
    color: var(--gray-300-color);
    padding: 30px 0 5px
}
.locations-div-main ul li .badge {
    height: 32px;
    background: var(--green-100-color);
    border: 1px solid var(--green-500-color);
    border-radius: 16px;
    color: var(--gray-700-color);
    font-weight: normal;
    font-size: 16px;
    line-height: 140.6%;
    padding: 0 10px 0 13px
}
.suggestions-tag.badge {
    padding: 0 20px 0 15px;
    height: 32px;
    border: 1px solid var(--gray-100-color);
    border-radius: 16px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140.6%;
    color: var(--gray-700-color);
    margin: 5px 0
}
.custom-drawer-sym-fa-mi .drawer-footer {
    padding: 0 30px;
    border-top: 1px solid var(--gray-5-color);
    height: 72px
}
.custom-drawer-sym-fa-mi .drawer-footer .btn.back-btn, .custom-drawer-sym-fa-mi .drawer-footer .btn.skip-browser-btn,
.custom-drawer-sym-fa-mi .drawer-footer .btn.btn-dark.common-btn-dark {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}
.custom-drawer-sym-fa-mi .drawer-footer .btn.back-btn {
    color: var(--gray-300-color)
}
.custom-drawer-sym-fa-mi .drawer-footer .btn.skip-browser-btn {
    color: var(--gray-700-color);
    margin: 0 8px
}
.custom-drawer-sym-fa-mi .drawer-footer .btn.btn-dark.common-btn-dark {
    background: var(--gray-700-color);
    border-radius: 5px;
    height: 48px;
    color: var(--white);
    padding: 0 30px
}
.bedroom-details-box {
    padding-top: 60px
}
.bedroom-qty {
    font-weight: normal;
    border: 1px solid var(--gray-100-color);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 140.6%;
    color: var(--gray-700-color);
    background: transparent
}
.bedroom-qty.bedroom-qty-chip-multiple {
    background: var(--green-100-color);
    border-color: var(--green-500-color);
    width: 88px;
    border-radius: 25px;
    justify-content: space-around
}
.budget-slider-div {
    padding: 60px 15px 20px
}
.budget-price-div p {
    font-weight: normal;
    font-size: 14px;
    line-height: 140.6%;
    color: var(--gray-300-color);
    margin-bottom: 5px
}
.budget-price-div h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 140.6%;
    color: var(--gray-700-color)
}
/*checkbox-design-css*/
.interested-facility-div ul li {
    margin-bottom: 30px;
    width: 19%
}
.interested-facility-div ul li.list-inline-item {
    margin-right: 5%
}
.interested-facility-div ul li input {
    cursor: pointer
}
.interested-facility-div ul li label {
    cursor: pointer;
    transition: 0.3s ease all
}
.interested-facility-div ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--green-primary-color);
    border: 2px solid var(--green-primary-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    right: -9px;
    top: -9px;
    z-index: 9;
    opacity: 0;
    transition: 0.3s ease all
}
.interested-facility-div ul li input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 9;
    transition: 0.3s ease all
}
.interested-facility-div ul li input:checked + label:before {
    opacity: 1
}
.checkbox-label-tag {
    background: var(--yellow-100-color);
    height: 80px;
    width: 80px;
    border: 3px solid var(--green-primary-color);
    border-radius: 8px
}
.interested-facility-div .check-box-heading {
    margin: 15px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 140.6%;
    color: var(--black-3-color)
}
.step-details-heading p {
    font-weight: normal;
    font-size: 16px;
    line-height: 140.6%;
    margin: 30px 0 20px;
    color: var(--gray-400-color)
}
/*-feed-css-*/
.filter-min-header {
    margin-top: 64px;
    border-bottom: 1px solid var(--gray-6-color);
    padding: 15px
}
.fdd-header-div {
    width: 50%
}
.nav-menu-div.nav-menu-div-feed {
    padding-left: 12%
}
.filter-search-select-div {
    width: 380px;
    float: left;
    border-right: 1px solid var(--gray-6-color)
}
.filter-items-div {
    width: calc(100% - 380px);
    float: left;
    padding-left: 20px
}
.filter-search-select-div .form-control {
    border: 1px solid var(--gray-100-color);
    border-radius: 4px;
    height: 36px;
    width: 360px;
    padding-left: 35px
}
.filter-search-select-div .search-btn {
    top: 6px;
    left: 10px
}
.filter-badge-div {
    top: 2px;
    left: 40px
}
.filter-badge-div .suggestions-tag.badge {
    padding: 0 5px;
    height: 24px;
    font-weight: 300
}
.filter-items-div .btn {
    border-radius: 4px;
    height: 36px;
    border: 1px solid var(--gray-100-color);
    color: var(--gray-700-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 140.6%;
    margin-right: 10px
}
.filter-items-div .filter-btn-gray.btn {
    background: var(--gray-50-color)
}
.filter-badge-div .list-inline-item:not(:last-child) {
    margin-right: .2rem
}
.interested-filter-row {
    height: 64px;
    border-bottom: 1px solid var(--gray-6-color)
}
.interested-filter-row ul li .btn {
    font-weight: 400;
    border: 1px solid var(--gray-100-color);
    border-radius: 18px;
    font-size: 16px;
    line-height: 140.6%;
    color: var(--gray-700-color);
    height: 36px;
    background: var(--white)
}
.interested-filter-row ul li .btn.add-item-btn {
    width: 36px
}
.interested-filter-row ul li .btn.selected {
    background: var(--green-100-color);
    border-color: var(--green-500-color)
}
.feeds-heading-sorting-row {
    padding: 5px 0 20px
}
.feeds-heading-sorting-row h6 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 140.6%;
    color: var(--gray-700-color)
}
.dropdown.dropdown-sorting .btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 140.6%;
    color: var(--gray-400-color)
}
.dropdown.dropdown-sorting .btn img {
    padding-left: 5px
}
.dropdown-sorting .dropdown-toggle::after {
    display: none
}
.rooms-details-main-row {
    height: 570px;
    overflow: auto
}
.feeds-details-card-row {
    background: var(--white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px
}
.feeds-details-img {
    height: 180px
}
.feeds-details-img img.feeds-img {
    width: 100%;
    height: 180px;
    object-fit: cover
}
.new-tag {
    height: 24px;
    width: 38px;
    background: #FFF3E7;
    border-radius: 4px;
    color: var(--gray-700-color);
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    left: 15px;
    top: 15px
}
.ping-save-btn {
    height: 44px;
    width: 44px;
    background: var(--white);
    right: 15px;
    top: 15px
}
.feeds-details {
    padding: 12px 15px 20px
}
.feeds-details h5, .feeds-details-inner-row .feeds-details h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 140.6%;
    letter-spacing: 0.025em;
    color: var(--gray-700-color);
    margin-bottom: 6px
}
.feeds-details h6, .feeds-details-inner-row .feeds-details h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 140.6%;
    color: var(--gray-700-color);
    margin-bottom: 6px
}
.feeds-details p, .feeds-details-inner-row .feeds-details p  {
    font-weight: 400;
    font-size: 14px;
    line-height: 140.6%;
    color: #828282
}
/*feeds-single-details-css*/
.back-btn-div {
    width: 70px
}
.back-btn-div a {
    font-weight: 400;
    font-size: 12px;
    line-height: 135.94%;
    color: var(--gray-700-color)
}
.sub-menu-items-div {
    border-left: 1px solid var(--gray-5-color);
    width: 700px;
    padding-left: 20px
}
.sub-menu-items-div ul li a {
    font-weight: 400;
    padding: 0 6px;
    font-size: 14px;
    line-height: 34px;
    color: var(--gray-3-color)
}
.sub-menu-items-div ul li a.active, .sub-menu-items-div ul li a:hover {
    color: var(--gray-700-color)
}
.right-side-sub-menu {
    width: calc(100% - 770px)
}
.right-side-sub-menu button.btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 134.77%;
    color: var(--green-500-color)
}
.right-side-sub-menu button.common-btn-tag {
    margin-left: 10px;
    height: 40px
}
.filter-min-header.filter-min-header-single {
    height: 64px;
    padding: 10px 15px
}
#slider_feeds_main .carousel-indicators {
    bottom: -85px;
    margin: 0;
    justify-content: end;
    padding: 0;
    z-index: 0
}
#slider_feeds_main .carousel-indicators li {
    width: 93px;
    height: 68px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0;
    opacity: 0.8
}
#slider_feeds_main .carousel-inner .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 475px
}
.feeds-details-inner-row {
    padding: 30px 15px;
    margin-top: 75px
}
.feeds-details-inner-row h4 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--gray-700-color)
}
.feeds-details-inner-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 135.94%;
    color: var(--gray-400-color);
    margin-bottom: 30px
}
.feeds-details-inner-row h6 {
    color: var(--gray-500-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}
.down-icon {
    width: 25px
}
.price-details {
    padding-right: 60px;
    width: calc(100% - 25px)
}
.feeds-details-inner-row h5 {
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--gray-700-color);
    margin: 15px 0 30px
}
.feeds-details-inner-row p.feeds-details-p {
    line-height: 180%;
    font-weight: 300
}
.amenities-img {
    background: var(--yellow-100-color);
    height: 44px;
    width: 44px
}
.amenities-img img {
    height: 24px;
    width: 24px
}
.amenities-details {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--gray-400-color);
    padding: 12px
}
.Sym-Fa-mi-Traditional-div {
    padding: 45px 0 30px
}
.feeds-details-main {
    height: 724px;
    overflow: auto
}
.Sym-Fa-mi-Traditional-div .sym-fa-mi-check,
.Sym-Fa-mi-Traditional-div .traditional-home-buying-row {
    width: 100%
}
.Sym-Fa-mi-Traditional-div .traditional-home-buying-row {
    background: var(--gray-50-color)
}
.Sym-Fa-mi-Traditional-div .choose-details-section ul li {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 0;
    height: 51px
}
.Sym-Fa-mi-Traditional-div .sym-fa-mi-check ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140.66%;
    color: var(--white);
    height: 51px
}
.Sym-Fa-mi-Traditional-div .sym-fa-mi-check ul li:last-child {
    border: 0
}
.Sym-Fa-mi-Traditional-div .sym-fa-mi-logo-white-div img {
    height: 50px
}
.Sym-Fa-mi-Traditional-div .traditional-home-buying-row ul li {
    font-size: 16px;
    padding: 14px 0;
    height: 51px
}
.feeds-details-inner-row .Sym-Fa-mi-Traditional-div h6 {
    padding-bottom: 0
}
.Sym-Fa-mi-Traditional-div .traditional-home-buying-row {
    padding: 22px 0 15px
}
.traditional-home-heading {
    height: 68px
}
.Sym-Fa-mi-Traditional-div .sym-fa-mi-logo-white-div {
    height: 80px
}
.Sym-Fa-mi-Traditional-div .all-common-heading.why-choose-heading {
    height: 91px
}
.facts-feature-main-div {
    margin: 30px 0 15px
}
.facts-feature-inner-div {
    margin: 10px 0;
    display: flex;
    align-items: center
}
.facts-feature-heading {
    width: 160px
}
.facts-feature-icon {
    width: 24px;
    margin-right: 10px
}
.facts-feature-h-n {
    width: calc(100% - 34px);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-500-color)
}
.facts-feature-details {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-400-color);
    width: calc(100% - 160px)
}
.nearby-school-details-row {
    margin-bottom: 30px
}
.card-box-school {
    width: 44px;
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--gray-700-color);
    background: var(--yellow-100-color)
}
.details-div {
    width: calc(100% - 44px)
}
.feeds-details-inner-row .details-div h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
    color: var(--green-500-color)
}
.details-div span {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-4f-color)
}
.greatschools-rating-div {
    padding-bottom: 30px
}
.greatschools-rating-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-500-color);
    margin-bottom: 10px
}
.feeds-details-inner-row .greatschools-rating-div p {
    font-weight: 300;
    margin-bottom: 10px
}
.greatschools-rating-div a {
    font-size: 16px;
    line-height: 135.94%;
    color: var(--green-500-color)
}
.zip-code-stats-row {
    padding-top: 30px
}
.zip-code-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-500-color);
    margin-bottom: 5px
}
.feeds-details-inner-row .zip-code-stats-row p {
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 28px
}
.text-green-tg {
    color: var(--green-500-color)
}
.similar-sales-row {
    margin-top: 45px
}
#similar_sales .carousel-control-next, #similar_sales .carousel-control-prev {
    background: var(--gray-50-color);
    width: 40px;
    height: 40px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 2px 2px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 1
}
.d-none-tab-desktop{
    display: none;
}

