

@media screen and (min-width: 992px) {
    .mobile-menu {
        display: none;
    } 
     
}

@media screen and (max-width: 1600px) {
    .register_left_section input, select {
        padding: 13px;
        font-size: 17px;
    }
    .modal-body .register_left_section {
        padding: 11px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 5%;
        right: auto;
    }
    .swiper-button-next {
        right: 5%;
    }
    .submit_btn button {
        padding: 4px 0px;
    }
}

/* max width */
@media screen and (max-width:1339px) {
    
}

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

@media screen and (max-width:1024px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}
 
@media screen and (max-width:991px) {
    .mobile-menu {
        display: block;
    }
    .header_section {
        display: none;
    }
    .hero_section {
        padding: 100px 0px 20px;
    }
    .register_left_section {
        margin-bottom: 28px;
    }
    .mobile-menu .header-logo img {
        width: 86px;
    }
    .modal-body .register_left_section {
        padding: 0px;
    }
    .register_left_section {
        margin-bottom: 0px;
    }
    button.tablinks {
        margin-bottom: 20px;
    }
    .about_item {
        flex-wrap: wrap;
    }

    .about_item_right {
        margin-left: 24%;
        margin-top: -49px;
    }
 
    .about_item_left h3, .about_item_right a { 
        color: #26ACB3;
    }
    .about_item_right a {
        margin-right: 10px;
    }
}

@media screen and (max-width:767px) {
    .about_item_right { 
        margin-left: 33%;
        margin-top: -49px;
    }
}

@media screen and (max-width:575px) {
    .submit_btn button {
        padding: 7px 0px; 
    }
    .hero_section_inner h4,
    .register_left_section h2 {
        font-size: 12px;
        margin-bottom: 2px;
        color: #26ACB3;
    } 
    .register_left_section label {
        padding-bottom: 4px;
    }
    .register_right_section h2, .register_right_section p {
        font-size: 12px;
        text-align: center;
        color: #26ACB3;
        padding: 20px 0px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next,
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        display: none;
    }
    .register_left_section label {
        font-size: 10px;
        color: #26ACB3;
    }
    .register_left_section input, select {
        font-size: 10px;
        padding: 10px;
        border: 1px solid #30777B;
        border-radius: 3px;
        margin-bottom: 0;
    }
    .check_para p {
        font-size: 10px;
    }
    ::placeholder {
        font-size: 10px;
    }
    button.otp_btn {
        position: absolute;
        right: 12px;
        top: 47%;
        font-size: 9px;
    }
    .submit_btn button {
        font-size: 15px;
    }
    .register_left_section a {
        font-size: 10px;
        color: #26ACB3;
        padding-bottom: 11px;
        text-align: center;
    }
    .social_list ul li img {
        width: 41px;
    }
    .social_list ul {
        justify-content: center;
    }
    .footer_area {
        text-align: center;
    }
    .footer_area p {
        font-size: 10px;
    }
    .footer_logo img {
        max-width: 100px;
    }
    button.tablinks {
        font-size: 10px;
        padding: 0px 10px;
    }
    button#defaultOpen {
        border-bottom: 2px solid #30777B;
        color: #30777B;
        font-weight: 800;
    }
    .about_item_left img {
        margin-right: 20px;
        width: 60px;
    }
    .about_item_right {
        margin-left: 27%;
        margin-top: 0px;
    }
    .about_item_right a {
        margin-right: 10px;
        font-size: 13px;
    }
}


@media screen and (max-width:374px) {
    button.tablinks {
        font-size: 10px;
        padding: 0px 4px;
    }
    .about_item_right {
        margin-left: 34%;
        margin-top: 0px;
    }
}

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