    .fixed_airr {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 12px 10px;
        z-index: 9;
        background-color: var(--color-pink);
        justify-content: center;
        display: none;
        align-items: center;
        color: white;
        font-size: 24px;
        font-weight: 600;
    }
    .fixed_airr img{
        height: 40px;
        width: auto;
    }
.close_i {
    display: none;
}

.menu_btn {
    display: none;
}

@media screen and (max-width: 1400px) {
    .links_nn ul li a {
        font-size: 12px;
    }

    .links_nn a img {
        height: 19px;
    }

    .float_d_t {
        font-size: 33px;
    }

    .links_nn ul {
        gap: 18px;
    }

    .bb_tt {
        font-size: 22px;
    }

    .se_p {
        font-size: 15px;
    }

    .se_p img {
        height: 25px;
    }

    .form_hh button {
        font-size: 12px;
        padding: 5px 16px;
    }

    .form_ss input {
        font-size: 17px;
    }

    .hh_ss {
        font-size: 9px;
    }

    .form_ss label {
        font-size: 12px;
    }

    .form_ss {
        padding: 11px 15px;
    }

    .logo_img img {
        height: 43px;
    }

    .tit_s {
        font-size: 12px;
    }

    .s_img img {
        height: 16px;
    }

    .font_c {
        font-size: 11px;
    }

    .btn_ss {
        font-size: 12px;
    }

    .call_fl {
        font-size: 12px;
    }

    .footer_ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .common_padding {
        padding: 0px 12px;
    }

    .off_ggrr {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .des_gg {
        grid-template-columns: repeat(4, 1fr);
    }

    .off_ggrr {
        grid-template-columns: repeat(3, 1fr);
    }

    .grid_b {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .links_nn {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        margin-top: 0px !important;
        z-index: 9;
        display: none;
    }

    .links_nn_act {
        display: initial;
    }

    .des_gg {
        grid-template-columns: repeat(3, 1fr);
    }

    .bg_img1 {
        top: 0px;
    }

    .s_2 {
        display: none;
    }

    .links_nn ul {
        background-color: white;
        width: 55%;
        height: 100%;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0px;
        padding-top: 2rem;
        position: relative;
    }

    .links_nn ul li {
        width: 100%;

    }

    .links_nn ul li a {
        justify-content: flex-start;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15px 20px;
    }

    .links_nn ul li:nth-child(1) a {
        border: none;
    }

    .links_nn ul span {
        display: none;
    }

    .button_search button {
        border-radius: 0px 0px 5px 0px;
    }

    .close_i {
        display: flex;
        border: none;
        background-color: transparent;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
    }

    .close_i img {
        height: 23px;
        width: auto;
    }

    .menu_btn {
        display: flex;
    }

    .menu_btn img {
        height: 30px;
        width: auto;
    }

    .form_holder {
        flex-wrap: wrap;
    }

    .form_ss {
        width: 33.3%;
    }

    .button_search {
        width: 33.3%;
    }

    .grid_b {
        grid-template-columns: repeat(3, 1fr);
    }

    .search_re {
        right: 0px;
    }

    .b_c {
        text-align: center;
    }

    .travel_support {
        flex-wrap: wrap;
        gap: 10px 25px;
    }
}

@media screen and (max-width: 768px) {
    .des_gg {
        grid-template-columns: repeat(2, 1fr);
    }

    .off_ggrr {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid_b {
        grid-template-columns: repeat(2, 1fr);
    }

    .bg_img1 {
        width: 85%;
    }

}

@media screen and (max-width: 568px) {

    p,
    li,
    a {
        font-size: 13px;
    }

    .links_nn ul {
        width: 100%;
    }

    .form_ss,
    .button_search {
        width: 50%;
    }

    .ff_ss {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start !important;
    }
   .fixed_airr{
       display: flex;
   }
    .bb_tt {
        font-size: 20px;
        line-height: 30px;
    }

    .bg_pprr {
        padding-top: 40px;
    }

    .logo_img img {
        height: 39px;
    }

    .dis_cc span img {
        height: 16px;
    }

    .dis_cc span {
        margin: 0px 6px;
    }

    .form_ss {
        padding: 8px 20px;
    }

    .form_ss input {
        font-size: 16px;
    }

    .know_bb_main {
        flex-direction: column;
    }

    .know_bb_main a {
        width: 100%;
        justify-content: center;
        padding: 13px;
    }

    .button_search button {
        font-size: 18px;
    }

    .tit_t {
        font-size: 21px;
        flex-wrap: wrap;
        gap: 3px;
    }

    .b_tt {
        font-size: 14px;
    }

    .b_c .font_14 {
        font-size: 12px;
    }

    .ul_p {
        flex-direction: column;
        gap: 14px;
        align-items: flex-start !important;
    }

    .form_ss label {
        font-size: 13px;
        font-weight: 500;
    }

    .des_gg {
        grid-gap: 15px;
    }

    .call_fl {
        font-size: 12px;
        width: 85%;
    }

    .des_im img {
        height: 190px;
    }

    .call_fl img {
        height: 18px;
        width: auto;
    }

    .float_d {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        left: 0px;
        width: 100%;
        text-align: center;
        gap: 2px;
    }

    .des_t {
        font-size: 14px;
    }

    .off_ggrr {
        grid-template-columns: repeat(1, 1fr);
    }

    .travel_support {
        gap: 10px 14px;
    }

    .footer_t {
        font-size: 17px;
    }

    .form_control_c {
        padding: 7px;
    }

    .form_holdd_contact {
        margin: -7px;
    }

    .form_control_c .form_contact {
        padding: 11px 15px;
        font-size: 11px;
    }

    .send_mess {
        font-size: 22px;
    }

    .get_in {
        font-size: 12px;
    }

    .form_control_c label {
        font-size: 11px;
    }

    .sub_btn_contact {
        padding: 10px 30px;
        font-size: 14px;
    }

    .form_ic img {
        height: 35px;
    }
    .common_banner_custt{
        padding: 2rem 0px;
    }
    .banner_ttt{
        font-size: 26px;
    }
    .common_banner_custttheme .banner_ttt{
        margin-bottom: 0px; 
    }
}