/* responsive css  */

@media (min-width: 1400px){
    .container {
        max-width: 85%;
    }
}

@media screen and (max-width: 1399.5px) {


    .hero_sec .prepare_btn{
        width: 40%;
    }

}
@media screen and (max-width: 1199.5px) {

    .hero_form_wrapper{
        width: 100%;
    }
}

@media screen and (max-width: 991.5px) {
    .hero_sec{
        height: 430px;
    }
    .hero_sec .h1_heading{
        font-size: 25px;
    }
    /* .hero_form_wrapper{
        margin-top: 80px;
    } */
    .logo .logo_img{
        width: 150px;
        height: auto;
    }
    .hero_form_wrapper{
        width: 100%;
    }
    .hero_sec .prepare_btn{
        width: 40%;
    }
    .header_center .header_center_title{
        max-width: 250px;
        font-size: 16px;
    }
    .call_wrapper .call_text{
        font-size: 16px;
    }
    .call_wrapper .img{
        width: 30px;
        height: 30px;
    }
    .header_center img{
        width: 35px;
        height: 35px;
    }

    
    .back_bite_wrapper{
        height: 600px;
    }

    
    .h3_heading{
        font-size: 18px;
    }
    .state_col_1, .state_col_2, .state_col_3{
        padding: 60px 30px 20px 30px
    }
    .images_wrapper .img {
        width: 31%;
    }
    .disclaimer_content_wrapper{
        width: 100%;
    }
    .disclaimer_content_wrapper{
        align-items: center;
    }
    .form_price_text .para_text{
        font-size: 16px;
    }
    .form_price_wrapper .form_price_text{
        width: 200px;
        height: 200px;
        padding: 40px 50px 50px 0px;
    }
    .form_price_text .para_text span{
        font-size: 24px;
    }
    .footer_icon_wrapper{
        
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    }

}

@media screen and (max-width: 767.5px) {
    header{
        padding: 10px 0px;
    }
    .header_center_mobile{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }
    .header_center_mobile .header_center_title{
        font-size: 14px;
    }
    .header_center_mobile img{
        width: 30px;
        height: 30px;
    }

    .hero_sec{
        height: 100%;
        padding:80px 0px 30px 0px;

        background-blend-mode: color;
        background-color: #ffffffa1;
    }
    /* .hero_sec_wrapper_mobile{
        height: 300px!important;
    } */
    .hero_sec_wrapper_mobile .hero_form_wrapper {
        margin-top: 50px!important;
    }
    .hero_form_wrapper_mobile{
        margin-top: 40px!important;
    }

    .header_center{
        display: none;
    }

    .hero_form_wrapper{
        margin-top: 0px;
    }
    .footer_icon_wrapper{
        display: flex;
        flex-direction: column;
    }
    .footer_icon_wrapper a{
        padding: 5px 10px;
    }
    .main_div{
        flex-wrap: wrap;
    }
    .state_col_1 .images_wrapper{
        display: flex;
        justify-content: space-between;
    }
    .images_wrapper .img{
        width: 150px;
    }
    .state_col_1 .images_wrapper{
        display: block;
    }
    .back_bite_wrapper_active{
        height: auto !important;;
    }

}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 550px;
    }
    
}


@media screen and (max-width: 575.5px) {
    /* .hero_sec_wrapper_mobile .hero_form_wrapper{
        margin-top: 50px;
    } */
    /* .hero_sec{
        padding: 20px 0px;
    } */

    header{
        padding: 10px 0px;
    }
    .call_wrapper{
        align-items: center;
        
    }
    .call_wrapper .img{
        margin-right: 5px;
    }

    .hero_sec .h1_heading{
        font-size: 20px !important;
    }
    .hero_form_wrapper_mobile{
        margin-top: 30px;
    }
    .footer_wrapper{
        display:flex;
        padding: 20px;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .footer_wrapper .footer_logo{
        width: 150px;
    }
    .footer_icon_wrapper img {
        width: 25px;
        padding-right: 5px;
    }
    .footer_icon_wrapper a{
        font-size: 14px;
        text-align: center;
    }
    .disclaimer_content_wrapper{
        flex-direction: column;
        justify-content: space-between;
        row-gap: 20px;
    }   
    .disclaimer_content_wrapper .para_text{
        text-align: center;
    }
    .hero_form_wrapper{
        padding: 0px 20px 0px 20px;
    }
    .form_price_text .para_text{
        font-size: 14px;
    }
    .h3_heading{
        font-size: 18px;
    }
    .bit_back_form .zip_code_label{
        font-size: 14px;
    }
    .disclaimer_content_wrapper .para_text{
        padding-left: 0;
    }
    .image_icon_wrapper img{
        width: auto;
    }
    .images_wrapper .img{
        width: 100px;
    }
    .first_full_form .form_input::placeholder{
        font-size: 14px;
    }
    #zipCode{
        font-size: 14px;

    }

    .bit_back_form .first_last_name{
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 480px) {

    .hero_sec{
        height: auto!important;
    }
    /* .hero_form_wrapper{
        margin-top: 60px;
    }
    .hero_sec{
        height: 450px;
    } */
    .header_center_mobile{
        padding: 10px 5px 0px 5px;
    }
    .logo .logo_img{
        width: 100px;
    }
    .call_wrapper .call_text{
        font-size: 14px;
    }
    .call_wrapper .img {
        width: 20px;
        height: 20px;
    }

    .footer_wrapper .footer_logo{
        width: 100px;
    }
    .back_bite_wrapper{
        height: 550px;
    }

    .back_bite_wrapper{
        height: 600px;
    }
    .form_price_text .para_text{
        text-align: center;
    }
    .form_price_text .para_text span{
        font-size: 16px;
        margin-left: -25px;
    }
    
    .hero_sec .prepare_btn {
        width: 50%;
    }
    .form_price_wrapper .form_price_text{
        width: 150px;
        height: 150px;
        padding: 30px;
    }
    .form_price_wrapper{
        bottom: -70px
    }
    .hero_sec .input_prepare_now,.hero_sec .prepare_btn{
        padding: 4px 10px;
        font-size: 14px;
    }

    .images_wrapper .img{
        width: 80px;
    }
   
}
@media screen and (max-width: 320px) {
    .images_wrapper .img{
        width: 70px;
    }
}

