
@media only screen and (min-width:200px) and (max-width:767px) {}

@media only screen and (max-width: 1399px) {
}
@media only screen and (max-width: 991px) {
    .step_form_area .progress-bar .step .bullet {
        padding: 8px 12px;
        font-size: 13px;
    }
    .page h4{
        font-size: 18px;
    }
    .page h5{
        font-size: 16px;
    }
    .header-bottom h1 {
        font-size: 30px;
    }
    .header-bg {
        padding: 100px 0 50px;
    }
}
@media only screen and (max-width: 767px) {
    .step_form_area .progress-bar {
        flex-wrap: wrap;
    }
    .step_form_area .progress-bar .step {
        text-align: center;
        width: auto;
        margin-bottom: 1px;
    }
    .header-bottom h1 {
        font-size: 24px;
    }
    header .justify-content-between {
        justify-content: center !important;
    }
    header .col-auto{
        margin-bottom: 12px;
    }
    header .col-auto + .col-auto{
        margin-bottom: 0;
    }
    .header-bg {
        padding: 130px 0 50px;
    }
    header .logo {
        font-size: 20px;
    }
    .thankyou_note h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .thankyou_note h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    
}
@media only screen and (max-width: 660px) {
    .step_form_area .progress-bar .step .check {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .thankyou_note h1 {
        font-size: 27px;
    }
    .thankyou_note h3 {
        font-size: 18px;
    }


}
@media only screen and (max-width: 399px) {
    .header-bottom h1 {
        font-size: 20px;
    }
    .header-bottom h1 br{
        display: none;
    }
    .thankyou_note h1 {
        font-size: 23px;
    }
    .thankyou_note h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}







