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

    .ct_aap_screen_img img{

        height: auto;

    }



    .ct_middle_navbar ul {

    

    position: fixed;

    background:var(--blue);

    height: auto;

    z-index: 999999;

    flex-direction: column;

    max-width: 300px;

    width: 100%;

    right: -100%;

    align-items: start;

    top: 59px;

    gap: 20px;

    padding: 60px 30px;

    transition: 0.4s ease all;

}

.ct_middle_navbar.show ul{

    right: 20px;


}

.ct_menu_bar{

    display: block;

}
.ct_middle_navbar ul li a{
    display: flex;
    align-items: center;
    gap: 10px
}
.ct_middle_navbar ul li a i{
    display: block;
}

.ct_middle_navbar ul li:nth-child(4){

    order: -1;

}

}

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

    .ct_aap_screen_img{

        display: none;

    }

    .ct_newsleeter_section_bg{

        padding-block: 92px;

    }

}



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

    .ct_banner_title h2{

        font-size: 34px;

        line-height: 46px;

    }

    .ct_flex_col_767{

        flex-direction: column;

    }

    .ct_newsleeter_section_bg{

        padding: 30px;

    }

    .ct_newsleeter_section_bg *{

        text-align: center;

        justify-content: center;

    }

}



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

    .ct_flex_col_575{

        flex-direction: column;

        align-items: start !important;

    }

    .ct_w_100_575{

        width: 100%;

    }
      .ct_middle_navbar ul {
        max-width: calc(100% - 40px)
      }

}