/*@import "bootstrap.min.css";*/
/*@import "select2.min.css";*/
/*@import "select2-bootstrap.min.css";*/
/*@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");*/

body {
    font-family: "Roboto", sans-serif;
    color: #202020;
}
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.accordion-button{
    width: 100%;
    cursor: pointer;
    color: black;
    fill: black;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e); */
    transform: rotate(-180deg);
}

#sell_property_address_step_3{
    font-size: 14px;
}
#sell_property_address_step_2{
    font-size: 14px;
}
a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

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

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

    padding: 0;        
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.form-control {
    border: 1px solid #c8c8c8;
    height: 50px;
    border-radius: 4px;
    box-shadow: none;
}
.form-control:focus{
    box-shadow: none;
}
.form-control::placeholder {
    color: #707070;
}
.btn {
    border: none;
    color: #000000;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-primary {
    color: #000000;
    background: transparent linear-gradient(69deg, #caff00 0%, rgba(0, 0, 0, 0.95) 276%) 0% 0% no-repeat padding-box;
    opacity: 1;
    border: none;
}
.btn.btn-primary:hover { 
    border-color: transparent;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.btn-check:focus+.btn-primary, .btn-primary:focus { 
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none;
}
:focus-visible {
    outline: none;
}
.cta-outline-default {
    border: 1px solid #707070;
    color: #202020;
}
.cta-outline-default i {
    color: #707070;
    margin-right: 9.81px;
}
/* HERO MAIN */
.hero-main {
    padding: 277px 0 85px;
}
.hero-main h1 {
    font-weight: 500;
    font-size: 45px;
    line-height: 59px;
    margin-bottom: 24px;
    text-align: center;
}

.hero-main p {
    font-size: 16px;
    text-align: center;
}

.hero-text {
    max-width: 596px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.hero-main .input-group{
    margin: 115px 0 0 0;
}
.hero-main .input-group .btn {
    min-width: 175px;
    max-width: 175px;
    height: 50px;
}
.hero-main .relative {
    flex: 1;
    position: relative;
}

.hero-main .input-group .form-control {
    padding-left: 38px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.hero-main .relative i {
    position: absolute;
    top: 50%;
    left: 12.5px;
    transform: translate(0, -50%);
    color: #707070;
}
.hero-main .relative i svg {
    width: 18px;
    height: 18px;
}
.input-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.update-main {
    padding: 70px 0;
}

.text-content {
    max-width: 383px;
}
.text-content h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.text-content p{
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
}
.market-main .img-holder {
    text-align: center;
}

.market-main {
    padding: 34px 0;
}
.hero-main .mb-3 {
    height: 100%;
}
.hero-main .mb-3 .btn {
    height: 50px;
}
.hero-main .row {
    margin: 0 -8px;
}
.hero-main .row [class*="col-"] {
    padding: 0 8px;
}

.hero-main .address span,
.hero-main .address p {
    margin: 0;
    text-align: right;
    display: block;
}
.hero-main .address p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.hero-main .address span {
    font-size: 14px;
    line-height: 19px;
}

.hero-main .hood-address {
    margin: 50px 0 35px;
}
.hero-main a.cta {
    text-decoration: underline;
    font-size: 14px;
    color: #808080;
}

.card-request {
    padding: 11px 20px;
    border: 1px solid #ececec;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.card-request .media-body {
    flex: 1;
}
.card-request .media-body p {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
}

.card-request .cta-outline-default {
    min-width: 160px;
    height: 45px;
}
.btn i svg {
    width: 20px;
    height: 20px;
}

.req-wrapper {
    padding: 80px 0 45px;
}
.card-property-sec {
    border-bottom: 1px solid #ECECEC;
    padding: 50px 0;
}
.caption h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #202020;
    opacity: 1;
    margin-bottom: 9px;
}

.caption p {
    font-size: 14px;
    line-height: 19px;
    color: #202020;
    opacity: 1;
    margin-bottom: 0;
}

.card-property .img-title {
    position: relative;
}

.card-property .title-overlay {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}.label {
    font-size: 12px;
    line-height: 14px;
    background-color: #000000;
    color: #fff;
    padding: 5px 16px 4px;
    border-radius: 1px;
}
.card-property .cardBody .price {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.card-property .cardBody {
    padding: 10px;
}
.card-property .cardBody .price span {
    margin-left: auto;
    font-weight: 400;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}
.card-property .cardBody .price {
    margin-bottom: 8px;
}
.card-property .features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.card-property .features li {
    font-size: 14px;
}
.card-property .features li:after {
    content: "|";
    margin: 0 5px;
}
.card-property .features li:last-of-type:after {
    content: none;
}
.card-property .cardBody p {
    margin: 0;
    color: #707070;
    font-size: 13px;
}
.label.bg-green{
    background-color: #2DA76A;
}


.card-property{
    margin-top: 15px;
}

/******* HOOD MARKET *****/
.hood-market-sec {
    padding: 40px 0 85px;
}
.hood-market-inner .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 35px 0;
}
.hood-market-inner .media h3{
    font-size: 20px;
    font-weight: 500;
}
.btn-group .btn-secondary{
    border: 1px solid #F3F3F3;
    background-color: #fff;
    border-radius: 2px; 
    color: #202020;
    font-size: 14px;
    font-weight: normal;
    padding: 0 18px;
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: space-between;
    width: 200px;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus{
    box-shadow: none;
}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
}
.down-arrow{
    height: 7px;
}
.btn-group .dropdown-menu{
    border: 1px solid #F3F3F3;
    background-color: #fff;
    box-shadow: none;
    border-radius: 2px; 
    padding: 0;
    min-width: 100%;
    width: 100%;
    margin: 0;
}
.btn-group .dropdown-menu .dropdown-item{
    color: #202020;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: normal;
}
.btn-group  .dropdown-menu .dropdown-item:hover{
    background-color: #F6F6F6;
}
.hood-market-graph-box{
    padding: 0 30px;
}
.hood-market-graph-box h4 {
    color: #202020;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 22px 0px;
}
.graph-box-price{
    border: 1px solid #E6E6E6;
    border-radius: 4px; 
    padding:23px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.graph-box-price span {
    color: #707070;
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin: 0 0 7px 0;
}
.graph-box-price h5{
    color: #202020;
    font-size: 18px;
    font-weight: bold;
}
.graph-box-price p {
    color: #000000;
    font-size: 14px;
    display: block;
    font-weight: normal;
    margin: 0 0 5px 0;
}
.graph-box-price strong{
    color: #06AB21;
    font-size: 18px;
    display: block;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.graph-box-price strong.reg-bg{
    color: #FF0000;
}
.graph-box-price strong.reg-bg svg {
    transform: rotate(180deg);
}
.graph-box-price strong svg{
    margin-right: 2px;
}
.hood-market-graph-status{
    margin: 30px 0 20px 0;
}
.hood-market-graph-status ul{
    display: flex;
    align-items: center;
}
.hood-market-graph-status ul li{
    color: #202020;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    padding-left: 18px;
    margin-right: 20px;
}
.hood-market-graph-status ul li:last-child{
    margin: 0;
}
.hood-market-graph-status ul li:after{
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    background-color: #B3967D;
    width: 12px;
    height: 12px;
    border-radius: 50%; 

}
.hood-market-graph-detail{
    position: relative;
}
.hood-market-graph-detail .image-holder {
    border: 1px solid #ECECEC;
    width: 100%;
    height: 388px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hood-market-graph-detail .image-holder p {
    color: #707070;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin: 0 0 22px 0;
}
.hood-market-graph-detail .image-holder span{
    color: #202020;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.hood-market-graph-detail h5{
    color: #A7A7A7;
    font-size: 11px;
    font-weight: normal;
}
.hood-market-graph-detail h5.graph-price {
    transform: rotate(-90deg);
    position: absolute;
    left: -80px;
    bottom: 85px;
}
.hood-market-graph-detail h5.graph-number {
    transform: rotate(-90deg);
    position: absolute;
    right: -114px;
    bottom: 123px;
}
.hood-market-graph-detail h5.graph-month{
    position: absolute;
    bottom: -26px;
    left: 0;
}
.hood-market-graph-box-right .hood-market-graph-detail h5.graph-price{
    left: -130px;
    bottom: 125px;
}
.hood-market-graph-status ul li.sold-bg:after{
    background-color: #E6BEAE;
}
.hood-market-graph-status ul li.active-bg:after{
    background-color: #E8D9CA;
}
.hood-market-graph-status ul li.new-bg:after{
    background-color: #EDE4E1;
}
.hood-market-graph .row{
    margin: 0 -75px;
}
.hood-market-graph [class*="col-"]{
    padding: 0 75px;
}
.selling-thinking-sec{
    background: #F5F5F5;
    padding: 38px 0;
}
.selling-thinking-sec .text-box h4 {
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 12px 0;
}
.selling-thinking-sec .text-box p{
    color: #202020;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    max-width: 531px;
    width: 100%;
}
.selling-thinking-sec .text-box p a{
    font-weight: 500;
    color: #202020;
    display: block;
    text-decoration: underline;
}
.selling-thinking-right{
    height: 100%;
    display: flex;
    align-items: center;
}
.selling-thinking-right a{
    background-color: #202020;
    border-radius: 4px;
    height: 45px;
    max-width: 237px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    margin-left: auto;
}
.search-btn2{
    height: 45px;
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    background-color: #202020;
    border-radius: 4px;
    margin: 65px auto 0;
}
.search-btn2 img{
    margin-right: 10px;
}

/******* MODAL ******/
.valuation-modal .modal-dialog{
    max-width: 452px;
    margin: 30px auto;
}
.valuation-modal .modal-content{
    border: 1px solid #707070;
    background-color: #fff;
    border-radius: 4px; 
}
.valuation-modal .modal-body {
    padding: 50px 0 60px;
}
.crose-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}
.valuation-modal .modal-body h3 {
    color: #202020;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin: 0 0 16px 0;
}
.valuation-modal .modal-body p {
    color: #202020;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    max-width: 335px;
    width: 100%;
    margin: 0 auto 20px;
}
.valuation-modal .modal-body form{
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}
.valuation-modal .modal-body form .form-group {
    margin-bottom: 15px;
}
.valuation-modal .modal-body form .form-group .form-control{
    border: 1px solid #D5D5D5;
    background-color: #fff;
    border-radius: 4px;
    height: 45px;
    color: #535353;
    font-size: 14px;
    font-weight: normal;
}
.btn-default{
    border: 1px solid #202020;
    background-color: #202020;
    height: 44px;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-default:hover{
    color: #fff;
}
.valuation-modal .modal-body form .form-group span {
    text-align: center;
    color: #707070;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: 45px 0 0 0;
}
.valuation-modal .modal-body form .form-group span a{
    font-weight: 500;
    color: #707070;
}

/**** HOME WORTH BANNER *****/
.home-worth-banner{
    padding: 140px 0;
    position: relative;
    background: url(../images/home-worth-bg.png) no-repeat;
    background-size: cover;
    background-position:  center center;;
}
.home-worth-text {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.home-worth-text h1 {
    color: #202020;
    font-size: 45px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 30px 0;
}
.home-worth-text p{
    color: #202020;
    font-size: 16px;
    line-height: 21px;
    max-width: 592px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.home-worth-text form{
    margin: 77px 0 0 0;
}
.home-worth-text .relative{
    flex: 1; 
}
.home-worth-text .form-control{
    color: #202020;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    height: 50px;
    box-shadow: none;
    padding-left: 38px; 
}
.home-worth-text .relative i{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 8px;
}
.home-worth-text .relative i svg{
    font-size: 23px;
}
.home-worth-text .relative i svg path{
    fill: #707070;
}
.home-worth-text .btn-primary{
    background: transparent linear-gradient(234deg, #106DFF 0%, #22027EF2 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    padding: 0;
    height: 50px;
    width: 175px;
}
/*.home-worth-text .btn-primary:hover{
    background: transparent linear-gradient(80deg, #106DFF 0%, #22027EF2 100%) 0% 0% no-repeat padding-box;
    transition: all 0.5s ease-in-out;
}*/
/**** CALCULATE VALUE SEC *****/
.calculate-value-sec {
    border-top: 0.10px solid rgba(112, 112, 112, 0.075);
    border-bottom: 0.10px solid rgba(112, 112, 112, 0.075);
    padding: 100px 0 175px;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
}
.calculate-value-sec .text-box{
    text-align: center;
    max-width: 723px;
    width: 100%;
    margin: 0 auto;
}
.calculate-value-sec .text-box h3 {
    color: #1C1C1C;
    font-size: 28px;
    line-height: 37px;
    font-weight: normal;
    margin: 0 0 40px 0;
}
.calculate-value-sec .text-box p{
    color: #000000;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}
.calculate-value-img{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 0;
}
/***** HOW HOME WORTH *****/
.home-worth-banner.how-home-worth-banner {
    padding: 280px 0 80px;
}
.how-home-worth-banner .wellesley {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202020;
    font-size: 18px;
    font-weight: normal;
    margin: 80px 0 0 0;
}
.how-home-worth-banner .wellesley a{
    color: #808080;
    font-size: 14px;
    display: inline-block;
    text-decoration: underline;
    margin-left: 30px;
}
.home-worth-text form.home-worth-form  {
    margin: 52px 0 0 0;
}
.home-worth-text form.home-worth-form .form-control{
    padding-left: 12px;
}
.home-worth-text form.home-worth-form select.form-control{
    /*background: #fff url(../images/arrow-down-black.png) no-repeat;*/
    background-position: 92% center;
    background-size: 12px;
}
.home-worth-form .row{
    margin: 0 -7px;
}
.home-worth-form [class*="col-"]{
    padding: 0 7px;
}
.home-worth-form .form-group{
    margin: 0 0 15px 0;
}
.home-worth-text .home-worth-form .btn-primary {
    width: 100%;
}
/**** HOME WORTH FORM PAGE *****/
.worth-agent {
    padding: 100px 0;
}
.worth-agent .share-btn{
    text-align: right;
    display: block;
}
.worth-agent .text-box{
    border-radius: 4px; 
    border: 1px solid #ECECEC;
    padding: 20px;
    margin-top: 15px;
}
.worth-agent .text-box p{
    color: #202020;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.worth-agent .text-box p:last-child{
    margin: 0;
}
.worth-agent .text-box p strong{
    font-size: 16px;
    font-weight: bold;
}

/***** LISTING ALERT PAGE ****/
.listing-worth-banner{
    background: none;
}
.listing-alrt-banner{
    padding: 265px 0;
    position: relative;
}
.listing-alrt-img{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}
.listing-primary{
    background: transparent linear-gradient(74deg, #FF00A1 0%, #F5DD00F2 100%) 0% 0% no-repeat padding-box !important;
}
/*.listing-primary:hover{
    background: transparent linear-gradient(264deg, #FF00A1 0%, #F5DD00F2 100%) 0% 0% no-repeat padding-box !important;
}*/
.listing-aret-page .home-worth-text{
    max-width: 779px;
}
.listing-aret-page .home-worth-text form.home-worth-form .form-control{
    height: 45px;
}
.listing-aret-page .select2-container--default .select2-selection--single{
    height: 45px;
}
.listing-aret-page .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
.listing-data-sec{
    border-top: 1px solid #E9E9E9; 
    padding: 25px 0 75px;
}
.listing-data-box{
    padding: 15px 0;
}
.listing-data-box .image-holder {
    text-align: center;
    margin: 0 0 30px 0;
    min-height: 100px;
}
.listing-data-box .text-box{
    text-align: center;
}
.listing-data-box .text-box h3 {
    color: #202020;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 26px 0;
}
.listing-data-box .text-box p{
    color: #202020;
    font-size: 14px;
    max-width: 322px;
    width: 100%;
    margin: 0 auto;
    line-height: 26px;
    font-weight: 400;
}
.listing-worth-banner .home-worth-text form ul{
    display: flex;
    margin: 0 -6px;
}
.listing-worth-banner .home-worth-text form ul li{
    width: 20%;
    padding: 0 6px;
}
.listing-worth-banner .home-worth-text .home-worth-form .btn-primary {
    max-width: 250px;
    width: 100%;
    margin: 10px auto 0;
    height: 45px;
    color: #000000;
}
/***** LISTING ALERT FORM *****/
.listing-alert-form .card-request .media-body p{
    color: #202020;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.listing-alert-form .card-request .media-body p a{
    color: #808080;
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.listing-alert-form .card-request .media-body p a svg{
    width: 15px;
    height: auto;
    margin-right: 8px;
}
.view-btn {
    margin: 50px 0 0 0;
}
.view-btn a{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    background-color: #202020;
    border-radius: 4px;
    height: 45px;
    max-width: 142px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #000;
}
/*.view-btn a:hover{
    background-color: transparent;
    color: #000;
}*/
/***** FIRST BUYER PAGE ********/
.first-buyer-banner{
   padding: 120px 0 36px;
}
.first-buyer-banner .text-box{
    margin: 60px 0 0 0;
}
.first-buyer-banner .text-box h3{
    color: #202020;
    font-size: 32px;
    font-weight: 700;
}
.first-buyer-banner .text-box p {
    color: #202020;
    font-size: 18px;
    line-height: 30px;
    max-width: 425px;
    width: 100%;
    margin: 20px 0 28px;
}
.first-buyer-banner .text-box form{
    position: relative;
    max-width: 500px;
    width: 100%;
}
.first-buyer-banner .text-box form .relative{
    position: relative;
}
.first-buyer-banner .text-box form .relative .form-cntrol{
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    height: 50px;
    box-shadow: none;
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding-left: 30px;
}
.first-buyer-banner .text-box form .relative .icon{
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0,-50%);
}
.first-buyer-banner .text-box form .relative .icon svg{
    font-size: 20px;
}
.first-buyer-banner .text-box form .btn-default{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 120px;
    width: 100%;
    border-radius: 0 4px 4px 0;
    height: 50px;
}
/***** BUY HOME SEC *****/
.gray-bg{
    background-color: #f8f8f8;
}
.heading{
    margin: 0 0 20px 0;
}
.heading h3{
    color: #202020;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    position: relative;
    padding-bottom: 24px;
}
.heading h3:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    background-color: #707070;
    max-width: 100px;
    width: 100%;
    height: 1px;
}
.buy-home-sec {
    padding: 95px 0;
}
.buy-home-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.buy-home-inner .image-holder{
    position: relative;
}
.buy-home-inner .image-holder .buy-home-img{
    z-index: 10;
    position: relative;
}
.buy-home-inner .image-holder span{
    position: absolute;
    left: 0;
    top: 0;
}
.buy-home-inner .image-holder span.financing-shape { 
    top: -101px;
    left: -96px;
}
.home-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-text h4 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.home-text p{
    color: #202020;
    font-size: 14px;
    line-height: 24px;
    max-width: 350px;
    width: 100%;
}
.estimation {
    padding: 115px 0 0 0;
}
.estimation .media {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.estimation .media p{
    color: #202020;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    font-weight: normal;
    padding-top: 20px;
}
.estimation .media p:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 124px;
    height: 1px;
    background-color: #202020;
}
.estimation .media a{
    color: #202020;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    display: flex;
    margin-left: 26px;
    align-items: center;
}
.estimation .media a img{
    margin-right: 5px;
}
/**** BUY HOME ADDRESS SEC ****/
.buy-home-address-sec{
    background: url(../images/home-address-bg.svg) no-repeat;
    background-size: cover;
    background-position:  center center;
    padding: 70px 0;
}
.buy-home-address-sec .text-box {
    margin: 0 0 25px 0;
}
.buy-home-address-sec .text-box h3 {
    color: #202020;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.buy-home-address-sec .text-box p{
    color: #202020;
    font-weight: normal;
    font-size: 14px;
}
.accordion-item {
    margin: 0 0 20px 0;
    background-color: #F9F9F9;
    border-radius: 4px !important;
    border: none;
    padding: 17px 30px;
}
.accordion-item:last-child{
    margin: 0;
}
.accordion-button{
    padding: 0;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #202020;
    font-size: 16px;
    font-weight: bold;
}
.accordion-button img{
    margin-right: 15px;
}
.accordion-button:focus{
    border-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #202020;
    background-color: #F9F9F9;
    box-shadow: none;
}
.accordion-body {
    padding: 12px 30px 0;
}
.accordion-body p{
    color: #202020;
    font-size: 14px;
    font-weight: normal;
}

.buy-home-inner .image-holder span.maing-offer-shape {
    left: -40px;
    top: -97px;
}
.home-inspection-sec{
    padding: 115px 0;
}
.buy-home-inner .image-holder span.home-inspection-shape {
    left: -70px;
    top: -167px;
}
.buy-home-inner .image-holder span.close-moving-shape {
    left: -47px;
    top: -55px;
}
/**** SEARCH HOME *****/
.search-home-bg{
    padding: 104px 0;
}
.search-home-inner{
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.search-home-inner h4 {
    color: #202020;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 8px 0;
}
.search-home-inner h4 a{
    color: #202020;
    font-weight: 500;
    text-decoration: underline;
}
.search-home-inner p{
    color: #202020;
    font-size: 14px;
    font-weight: 400;
}
.search-home-inner form {
    position: relative;
    margin: 25px 0 0 0;
}
.search-home-inner form .form-control {
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    height: 50px;
    box-shadow: none;
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding-left: 30px;
}
.search-home-inner form .icon {
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0,-50%);
}
.search-home-inner form .btn-default {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 120px;
    width: 100%;
    height: 50px;
    border-radius: 0px 4px 4px 0px; 
}

/****** FIRST BUYER FEATURE ******/
.first-buyer-banner.first-buyer-feature .text-box p {
    max-width: 100%;
    font-size: 14px;
    margin: 15px 0 62px;
    line-height: 19px;
}
.first-buyer-feature .text-box form {
    position: relative;
    max-width: 469px;
    width: 100%;
}
.first-buyer-feature .text-box .form-group .form-control{
    color: #202020;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    height: 45px;
    box-shadow: none;
}
.first-buyer-banner.first-buyer-feature select.form-control {
    /*background: url(../images/arrow-down-black.png) no-repeat;*/
    background-position: 92% center;
    background-size: 9px;
}

.first-buyer-feature .btn-primary{
    background: #000;
    color: #fff !important;
    width: 100%;
    height: 40px;
    border: 1px solid #000;
}
/*.btn-primary:hover{
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}*/
.first-buyer-feature .image-holder{
    text-align: right;
}
/****** FIRST BUYER GET TOUCH ******/
.first-get-touch .text-box form{
    margin: 40px 0 0 0;
    max-width: 343px;
    width: 100%;
}
.first-get-touch .text-box form .form-group span {
    color: #707070;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    max-width: 304px;
    width: 100%;
    margin: 35px 0 0 0;
}

.first-get-touch .error-help-block {
    color: #FF0000  !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    max-width: 304px;
    width: 100%;
    margin-top: 10px !important;
}

.first-get-touch .text-box form .form-group span a{
    color: #707070;
    font-weight: 600;
}

/***** SELL PROPERTY PAGE ******/
.sell-property-page .first-buyer-banner {
    padding: 177px 0 0;
    margin: 0 0 -25px 0;
}
.sell-property-page .first-buyer-banner .text-box {
    margin: 5px 0 0 0;
}
.sell-property-page .first-buyer-banner .image-holder {
    float: left;
    margin: 0 0 0 150px;
}
.sell-property-page .first-buyer-banner .image-holder img{
    max-width: inherit;
}
/**** SELL PROPERTY DETAIL SEC *****/
.sell-property-detail{
    padding: 0 0 77px 0;
}
.sell-property-detail-inner{
    max-width: 1000px;
    width: 100%;
    margin:  0 auto;
}
.sell-property-detail-inner .image-holder img{
    border-radius: 4px; 
    box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
}

/***** SELLING HIGHLIGHT SEC *****/
.selling-highlight-sec{
    background: url(../images/home-address-bg.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 95px 0 40px 0;
}
.selling-highlight-sec .heading h3{
    font-size: 22px;
}
.selling-highlight-inner {
    max-width: 1125px;
    width: 100%;
    margin: 35px auto 0;
}
.selling-highlight-box{
    max-width: 242px;
    width: 100%;
    margin-top: 37px !important;
    margin: auto;
}
.selling-highlight-box  .image-holder{
    text-align: center;
    margin-bottom: 30px;
}
.selling-highlight-box .text-box h4 {
    color: #202020;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 9px 0;
}
.selling-highlight-box .text-box p{
    color: #202020;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    max-width: 242px;
    width: 100%;
}
.sell-property-page .search-home-inner {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.sell-property-page .search-home-inner form{
    max-width: 500px;
    width: 100%;
    margin: 25px auto 0;
}
/***** SELL PROPERTY GET TOUCH ******/
.sell-property-get-touch-page .first-buyer-banner .text-box h5{
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.sell-property-get-touch-page .first-buyer-banner .text-box .selected-address-show a{
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    margin-left: 30px;
}
.sell-property-get-touch-page .first-buyer-banner .text-box form{
    /*max-width: 343px;*/
    width: 100%;
}
/*.sell-property-get-touch-page .first-buyer-banner .text-box form span{*/
/*    color: #707070;*/
/*    font-size: 12px;*/
/*    line-height: 18px;*/
/*    font-weight: normal;*/
/*    display: block;*/
    /*margin: 40px 0 0 0;*/
/*}*/
.sell-property-get-touch-page .first-buyer-banner .text-box form span a{
    color: #707070;
    font-weight: 500;
}
.sell-property-get-touch-page .first-buyer-banner .text-box h3{
    margin: 40px 0;
}
.sell-property-get-touch-page .first-buyer-banner .btn.btn-primary {
    background: #202020;
    color: #fff;
    width: 100%;
    height: 40px;
}
.select2-container{
    width: 100% !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
    color: #202020;
    padding-left: 12px;
    font-size: 14px;
    font-weight: normal;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    background: url(../images/arrow-down-black.png) no-repeat;
    background-position: 92% center;
    background-size: 12px;
    right: 10px
}
.select2-dropdown{
    border: 1px solid #C8C8C8;
    border-radius: 4px;
}
.select2-results__option {
    font-size: 14px;
    color: #444;
    font-weight: normal;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
       background-color: #f3f3f3;
    color: #444;
}
.select2-results__options li:first-child{
    display: none;
}

.hill-sec {
    padding: 25px 0 46px 0;
}

.hill-brand img {
    width: 100%;
    object-fit: cover !important;
    aspect-ratio: 300 / 200;
}

.property-img {
    width: 100%;
    /* height: 220px !important; */
    object-fit: cover !important;
    height: 100%;
}

.rating {
    position: absolute;
    top: 5px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 20;
}

.rating a.active img.simple-star {
    display: none;
}

.rating a.active img.hover-star {
    display: block;
}

.rating img.hover-star {
    display: none;
}

.rating img {
    width: auto;
}

.hill-brand {
    margin-bottom: 0;
}

.heading {
    margin-bottom: 42px;
    color: #202020;
    font-size: 20px;
    line-height: 26px;
}
.hill-body{
    padding: 7px 10px 0 10px;
}
.body-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.body-head h4 {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
}

.body-head li {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
}

.hill-inner {
    display: flex; 
    margin: 7px -5px 8px;
    white-space: nowrap;
}
.hill-inner li { 
    position: relative;
    padding: 0 5px;
}
.hill-inner li:first-child:after{
    display: none;
}
.hill-inner li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #9F9F9F;
    width: 1px;
    height: 13px;
}
.hill-inner a {
    font-weight: 400;
    font-size: 14px;
    width: auto; 
    margin: 0; 
    color: #000000;
}



.hill-body p {
    font-size: 14px;
    font-weight: normal;
    color: #727272;
    line-height: 19px;
}

.label {
    background-color: #000000;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 500;
    display: flex;
    align-items: center;
    ;
    min-width: 105px;
    padding: 0 10px 0 15px;
}

.label:hover {
    color: #FFFFFF;
}

.label.green {
    background-color: #2DA76A;
}

a.label.solid {
    min-width: 59px;
}

.top-row {
    margin-bottom: 39px;
}

.headingtwo {
    margin-bottom: 20px;
}
.hill-sec-list .headingtwo {
    margin-top: 50px;
}
.hill-sec-list  .form-btns {
    margin-top:50px;
}


.form-btns a {
    border: 1px solid #202020;
    width: 150px;
    margin: 0 20px;
    border-radius: 5px;
    height: 40px;
    color: #202020;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.form-btns {
    display: flex;
    justify-content: center;
}

.form-btns a:hover {
    background-color: #202020;
    color: #fff;
}

.first-buyer-banner .text-box h5 {
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.first-buyer-banner .text-box .selected-address-show     a
 {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 30px;
}

#sell_property_address_step_2 {
    font-size: 14px;
    padding-right: 5px;
}