/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1550px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    ul.tbing h5 {
        font-size: 12px;
    }
    .experience-image img {
        height: 450px;
    }
    .hm-banner-text h1 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .theme-head {
        font-size: 50px;
    }
    ul.tbing h5 {
        font-size: 12px;
        padding: 11px 7px;
    }
    .thme-head2 {
        font-size: 40px;
    }
    .number {
        font-size: 100px;
    }
    .authentic-content h3 {
        margin-left: -90px;
    }
    .experience-content h4 {
        font-size: 20px;
    }
    .experience-image img {
        height: 400px;
    }
    .hm-banner-text h1 {
        font-size: 60px;
    }
    .home-banner-sec img.hm-banner-img {
        height: 700px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/