@media (max-width: 1199px) {
   
}
@media (min-width: 991px) and (max-width: 1199px) {
  
}
@media (max-width: 991px) {

    h1{font-size: 50px;}
    h2{font-size: 22px;}
    h3{font-size: 24px;}
    h4{font-size: 19px;}
    h5{font-size: 18px;}
    h6{font-size: 17px;}

     .container {
        max-width: 100%;
        width: 100%;
    }
    .header-section img{
        margin: 0 auto;
        display: block;
    }
    .banner-section .banner-left p{
        font-size: 27px;
    }
    .banner-section .banner-left h1{
        font-size: 60px;
    }
    .btn-book-call{
        width: 100%;
    }
    .suitable_time .btn-type a{
        width: 100%;
    }
    .resource-sec .inner-resource img{
        object-fit: fill;
    }
    .footer-thank-success{
        position: unset;
    }
    .footer-thank-success ul, .footer-thank-success p{
        text-align: center;
        margin: 0;
    }
    .banner-box p br{
        display: none;
    }
}
@media (max-width: 767px) {

    br{
        display: none;
    }
    .header-section img{
        margin: 0 auto 10px;
        display: block;
    }
    .banner-section{
        text-align: center;
    }
    .banner-box{
        float: none;
        width: 100%;
    }
    .btn-book-call{
        font-size: 18px;
        width: 100%;
    }
      .suitable_time .btn-type a{
        font-size: 16px;
    }
    .dwn-btn{
        margin: 15px auto 15px;
    }
    .steps-section h2{
        padding-right: 15px;
    }
}
@media (max-width: 575px) {
    h3{
        font-size: 16px;
    }
    .top-header a{
        width: 100%;
    }
    .schedule-btn{
        margin-bottom: 10px;
    }
    .header-section img{
        margin: 0 auto 10px;
        display: block;
    }
    .banner-section-inner .inner-banner-thank h1{
        font-size: 30px;
    }
    .banner-section .banner-left p{
        font-size: 25px;
    }
    .banner-section .banner-left h1{
        font-size: 50px;
    }
      .steps-section .teal{
        margin-right: 52px;
    }
    .step-box.left{
        padding-left: 30px;
    }
    .step-box{
        margin: 0 15px 0px;
    }
    .step-box.left .step-number{
        left: -27px;
    }
    .step-box .step-number{
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .step-box.right{
        padding-left: 0;
    }
    .steps-section .red{
        margin-left: 45px;
    }
    .step-box.right .step-number{
        right: -26px;
    }
    .steps-section .green{
        margin-right: 51px;
    }
    .steps-section .orange{
        margin-left: 51px;
    }
    .step-box.left.blue .step-number{
        left: -25px;
    }
    .step-box.left.blue{
        padding-left: 30px;
    }
    .steps-section .blue{
        margin-right: 52px;
    }
    .steps-section .purple{
        margin-left: 50px;
        padding-right: 10px;
    }
    .step-box.left.parrot .step-number{
        left: -26px
    }
    .step-box.left.parrot{
        padding-left: 30px;
    }
    .btn-book-call{
        width: 100%;
        font-size: 18px;
    }
    .resource-sec h2{
        font-size: 30px;
    }
    .resource-sec .inner-resource img{
        object-fit: fill;
        height: auto;
    }
    .clendly-sett .modal-header .btn-close{
        top: 19px;
    }
}
@media (max-width: 480px) {
    .btn-book-call{
        font-size: 12px;
    }
}