@media only screen and (max-width: 767px){
    .overlay{
        position: fixed;
        top: 0px;
        height: 100%;
        width: 100%;
        left: 0px;
        display: none;
        z-index: 99;
        background: rgba(0,0,0,.7);
    }
    .mobileMenu{
        position: relative;
        left: -100%;
        width: 80vw;
        padding: 30px 25px;
        height: 100%;
        background: #fff;
    }
    .mobileMenu ul{
        margin-top: 20px;
    }
    .mobileMenu ul li a{
        padding:10px;
        display: inline-block;
        font-size: 13px;
        font-family: 'Prompt', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        color:#333;
    }
    .btnClose {
        background: none;
        border: none;
        color: var(--secondary-color);
        font-size: 24px;
        font-weight: 700;
        margin-left: 15px;
    }
    .mobileMenu ul li a:hover, .mobileMenu ul li.active a:hover{
        color: var(--primary-color);
    }
    .innerLogo{
        width: 115px;
    }
    .containerFull{
        padding:0 15px;
    }
    .scrollLogo{
        width: 85px;
    }
    p{
        font-size: 14px;
    }
    .topNumber a{
        font-size: 16px;
    }
    .btnMenu{
        background:none;
        border:none;
        margin-top: 5px;
        font-size: 20px;
    }
    .mobileBlock{
        display: block;
    }
    .large_heading{
        font-size: 24px;
    }
    .btnTheme, .btnTheme2{
        font-size: 12px;
        padding:12px 20px;
    }
    .title{
        font-size: 14px;
    }
    section{
        padding:40px 0;
    }
    .heading{
        font-size: 22px;
    }
    .circleHome{
        display: none;
    }
    .headerMenu p{
        font-size: 13px;
    }
    .headerMenu{
        text-align: center;
        width: calc(100% - 100px);
    }
    .bannerHome{
        padding-top: 175px;
    }
    .lefbanner .title{
        font-size: 13px;
    }
    .rightBanner img{
        transform: translate(0);
        margin-top: 20px;
    }
    .bannerHome{
        height: auto;
        padding-bottom: 0px;
    }
    .bannerBottom .small_heading {
        font-size: 17px;
    }
    .rightBanner{
        text-align: center;
        margin-top: 15px;
        justify-content: center;
    }
    .bannerBottom{
        text-align: center;
    }
    .batchIcon{
        width: 55px;
        padding: 5px;
        height: 55px;
    }
    .rightExp {
        width: calc(100% - 66px);
    }
    .small_heading {
        font-size: 18px;
    }
    .aboutRight{
        margin-top: 30px;
    }
    .aboutRight p, .lefbanner p, .aboutInnerLeft p{
        text-align: justify;
    }
    .listCheck li{
        padding:5px 15px;
        padding-left: 20px;
        font-size: 14px;
    }
    .listCheck li:before{
        top: 9px;
        font-size: 10px;
    }
    .itemSchedule {
        padding:10px;
        height: 80px;
    }
    .iconTime{
        width: 55px;
        height: 55px;
    }
    .itemRightSchedule{
        width: calc(100% - 75px);
    }
    .itemSchedule p:nth-child(2){
        font-size: 13px;
    }
    .rightSchedule{
        padding:0px;
        height: auto;
        margin-top: 15px;
    }
    .testimonialInner{
        height: auto;
        padding: 0px;
        background:transparent;
    }
    .innerTesti, .itemTesti{
        padding: 0px;
    }
    .iconTesti{
        width: 40px;
        margin-bottom: 15px;
    }
    .formContact{
        padding: 0px;
    }
    .form-floating>label{
        padding:.9rem 1rem;
        font-size: 14px;
    }
    .form-floating>.form-control, .form-floating>.form-select{
        height: calc(3rem + 2px);
    }
    .shortBanner{
        height: 270px;
        padding-top: 150px;
    }
    .itemTeam{
        padding:0px;
        background:transparent;
    }
    .itemTeamRight p{
        margin-top: 15px;
        font-size: 13px;
    }
    .itemTeam{
        margin-bottom: 20px;
    }
    .itemFacility{
        height: 160px;
    }
    .itemContact, .itemBlog{
        margin-bottom: 15px;
    }
    .socialLinks{
        margin-top: 10px;
    }
    .shortBanner ul li a{
        font-size: 12px;
    }
    .fa-angle-double-right:before{
        font-size: 10px;
    }
    .shortBanner .heading {
        font-size: 20px;
    }
    .shortBanner ul li a{
        font-size: 11px;
    }
    .blogInnerDescription h4{
        font-size: 18px;
    }
    .blogInnerDescription h3{
        font-size: 18px;
    }
    .sidebarImg{
        width: 120px;
    }
    .rightSidebar{
        width: calc(100% - 140px)
    }
    .sidebarBlog{
        padding-left: 0px;
    }
    .sub_heading{
        font-size: 20px;
    }
}
@media (min-width: 768px) and (max-width: 990px) {

}
@media (min-width: 1024px){
   
}
@media (min-width: 1280px){
    .containerFull{
        max-width: 100%;
        margin: 0 auto;
        padding: 0 4vw;
    }
}
@media (min-width: 1600px){
    .containerFull{
        max-width: 1366px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1080px;
    }
}