@media only screen and (max-width: 499px) and (min-width: 300px)  {
    header .btn.btn_style {
        width: fit-content;
        font-size: 14px;
        line-height: 16px;
        padding: 0px 13px;
        white-space: collapse;
    }
    header .btn.btn_style i {
        display: none !important;
    }
    header .navbar-light .navbar-brand img {
        width: 100px;
    }
    .banner{
        padding-bottom: 50px;
        height: auto;
    }
    .banner h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .banner h1 span{
        font-size: 30px !important;
    }
    .banner .form_div {
        padding: 20px !important;
        margin-top: 30px;
    }
    .highlights_sec .info {
        flex-basis: 100%;
        text-align: left;
        justify-content: flex-start;
        padding: 10px 30px;
        font-size: 17px;
        line-height: 18px;
    }
    .about_section .about_info {
        padding-right: 0;
    }
    .about_section .abt_ul {
        padding: 20px !important;
    }
    .about_section .abt_ul li::after{
        top: 24px;
    }
    .about_section .abt_ul li::before{
        top: 10px;
    }
    .about_section .abt_ul li {
        padding: 10px 10px 10px 50px;
        border-radius: 5px;
        line-height: 16px;
        min-height: 60px;
        display: grid;
        align-content: center;
    }
    .services_sections h1 {
        font-size: 40px !important;
        line-height: 45px;
    }
    .career-container .heading h1 {
        font-size: 26px !important;
        line-height: 30px;
        text-transform: uppercase;
    }
    .gallery-title {
        font-size: 40px;
        line-height: 40px;
    }
    .footer-bottom .social-icons-btn{
        justify-content: center;
    }
    .copy-right-text {
        text-align: center;
        display: block;
        margin-bottom: 4px;
    }
}