.estimate-banner .container {
    display: flex;
}
.estimate-banner-mob .hero-banner-content {
    display: flex;
}
.estimate-banner h1 {
    color: #fff;
}
.estimate-banner p {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
}
.estimate-logo-img-block {
    margin-bottom: -92px;
}
.estimate-logo-img {
    height: 400px;
}
.estimate-white-stars {
    width: 90px;
}
.estimate-form-container {
    max-width: 560px;
    padding: 80px 0;
    margin: 0 auto;
}
.estimate-form-container .button-block {
    margin-top: 40px;
}
.estimate-form-container button {
    background-color: transparent;
    color: #ef5b4e;
    text-decoration: none;
    background-image: none;
    border: 2px solid #ef5b4e;
    border-radius: 10px;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    padding: 19px 36px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    width: auto;
}
.estimate-form-container button[type="submit"] {
    float: right;
}
.estimate-form-container button[type="button"]:hover:before {
    background-color: #fff;
}
.estimate-form-container button[type="submit"]:hover {
    color: #fff;
}
.estimate-form-section h2 {
    font-family: BioRhyme, Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #242435;
    text-align: center;
}
.estimate-form-section p {
    margin: 25px auto;
    text-align: center;
}
@media (max-width:767px) {
    .estimate-banner-mob-inner {
        display: flex;
    }
    .estimate-banner .section-title {
        text-align: left!important;
    }
    .estimate-logo-img {
        height: 142px;
    }
    .estimate-white-stars {
        width: 35px;
    }
    .estimate-banner-mob .hero-banner-content {
        padding: 20px 15px 0 15px;
        min-height: auto;
    }
    .estimate-banner-mob .bg-gray {
        padding: 25px 15px;
    }
    .estimate-form-container {
        padding: 40px 0;
    }
    .estimate-banner-mob p {
        font-weight: 400;
        color: #242435;
    }
}