.quote_box{
    margin: 60px 0;
}

.quote_box .quote_box__header {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 92px;
    margin-bottom: 48px;
}

.quote_box .quote_box__header .tag_line_heading {
    width: calc(48.29% - 46px);
}

.quote_box .quote_box__header .tag_line_heading .tag_line {
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 14px;
    padding-left: 17px;
    margin-bottom: 10px;
}

.quote_box .quote_box__header .tag_line_heading .tag_line::after { 
    position: absolute;
    background-color: #C10439;
    height: 7px;
    width: 7px;
    top: 6px;
    left: 0;
    content: '';
    border-radius: 50%;
}

.quote_box .quote_box__header .tag_line_heading .heading {
    margin: 0;
    font-size: 40px;
    line-height: 105%;
    font-weight: 600;
}

.quote_box .quote_box__header .tag_line_heading .heading span {
    color: #C10439;
}   

.quote_box .quote_box__header .text {
    width: calc(51.711% - 46px);
    color: #000000;
    font-size: 18px;
    line-height: 26px;
}

.quote_box .quote_box__image_form {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.quote_box .quote_box__image_form .quote_box__image {
    width: calc(50% - 20px);
}

.quote_box .quote_box__image_form .quote_box__image .image {
    height: 100%;
}

.quote_box .quote_box__image_form .quote_box__image .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

.quote_box .quote_box__image_form .quote_box__form {
    width: calc(50% - 20px);
    background-color: #EBECF0;
    padding: 32px 48px;
    border-radius: 6px;
}

.quote_box .quote_box__image_form .quote_box__form .title {
    margin: 0 0 24px 0;
    max-width: 303px;
    padding-bottom: 24px;
    position: relative;
}   

.quote_box .quote_box__image_form .quote_box__form .title::after {
    position: absolute;
    background-color: #C10039;
    width: 143px;
    height: 2px;
    content: '';
    bottom: 0;
    left: 0;
}

.quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper .gform_heading {
    display: none;
}

.quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 8px;
}

.quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border-radius: 8px !important;
    padding: 11px 16px !important;
}

.quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme input[type=text], .quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme input[type=email], .quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme input[type=tel]{
    font-size: 18px;
    line-height: 26px;
}

.quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme .gform_footer {
    margin: 8px 0 0 0;
    padding: 0;
}

.quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme .gform_footer input {
    margin: 0;
}

.quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme .gform_footer .button {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 40px;
    text-transform: capitalize;
    font-weight: 600;
    width: 25%;
    border: 1px solid #C10039;
    transition: all 0.5s ease;
}   

.quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme .gform_footer .button:hover {
    background-color: transparent;
    color: #C10039;
}
.quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme .validation_message {
    background-color: transparent;
    padding: 0;
    border: 0 none;
    font-size: 12px;
    margin-top: 6px;
}
.quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.quote_box .quote_box__image_form .quote_box__form .form .gravity-theme .gform_confirmation_message {
    font-size: 20px;
}

@media(max-width: 1359px) {
    .quote_box .quote_box__header {
        gap: 20px 80px;
    }
    .quote_box .quote_box__header .tag_line_heading {
        width: calc(48.29% - 40px);
    }

    .quote_box .quote_box__header .text {
        width: calc(51.711% - 40px);
    }

    .quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme .gform_footer .button {
        width: 30%;
    }
}

@media(max-width: 1199px) {
    .quote_box{
        margin: 50px 0;
    }

    .quote_box .quote_box__header {
        gap: 20px 60px;
        margin-bottom: 40px;
    }
    .quote_box .quote_box__header .tag_line_heading {
        width: calc(48.29% - 30px);
    }

    .quote_box .quote_box__header .tag_line_heading .heading {
        font-size: 35px;
    }

    .quote_box .quote_box__header .text {
        width: calc(51.711% - 30px);
    }

    .quote_box .quote_box__image_form {
        gap: 35px;
    }

    .quote_box .quote_box__image_form .quote_box__image {
        width: calc(50% - 17.5px);
    }

    .quote_box .quote_box__image_form .quote_box__form {
        width: calc(50% - 17.5px);
        padding: 30px 40px;
    }

    .quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme .gform_footer .button {
        width: 35%;
    }
}

@media(max-width: 991px) {
    .quote_box{
        margin: 40px 0;
    }

    .quote_box .quote_box__header {
        gap: 20px 40px;
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .quote_box .quote_box__header .tag_line_heading .heading {
        font-size: 30px;
    }


    .quote_box .quote_box__image_form {
        gap: 30px;
    }

    .quote_box .quote_box__image_form .quote_box__form {
        padding: 20px 30px;
    }
}

@media(max-width: 767px) {
    .quote_box{
        margin: 30px 0;
    }

    .quote_box .quote_box__header .tag_line_heading {
        width: 100%;
    }

    .quote_box .quote_box__header .text {
        width: 100%;
    }

    .quote_box .quote_box__header {
        gap: 20px;
        margin-bottom: 20px;
    }

    .quote_box .quote_box__image_form {
        gap: 20px;
    }
    
    .quote_box .quote_box__image_form .quote_box__image {
        width: 100%;
    }

    .quote_box .quote_box__image_form .quote_box__form {
        width: 100%;
        padding: 20px;
    }

    .quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme input[type=text], .quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme input[type=email], .quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme input[type=tel]{
        font-size: 16px;
    }

    .quote_box .quote_box__image_form .quote_box__form .form .gform_wrapper.gravity-theme .gform_footer .button {
        width: 100%;
    }
}