
@media (min-width: 768px) and (max-width: 990px) {
    .containerFull{
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    
}
@media (min-width: 1024px){
   /* .containerFull{
    max-width:100%;
    padding:0 30px;
   } */
}
/* @media (max-width: 1540px){
    .containerFull{
        width: 100%;
        max-width: 1300px;
    }
} */
@media (max-width: 767px) {
    .containerFull{
        width: 100%;
        padding: 0 15px;
    }
    .leftLogo{
        width: 150px;
    }
    .btnMenu{
        background: none;
        font-size: 18px;
        color: var(--primary-color);
        border:none;
        width: 40px;
        height: 40px;
        border:1px solid var(--primary-color);
        border-radius: 50%;
    }
    .btnMenu2{
       background: none;
        font-size: 18px;
        color: var(--primary-color);
        border:none;
        width: 40px;
        height: 40px;
        border:1px solid var(--primary-color);
        border-radius: 50%;
    }
    .innerMenu ul li a{
        font-size: 17px;
        color: #111;
        display: inline-flex;
        padding: 5px 10px;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .innerMenu ul li a i{
        font-size: 12px;
        transition: transform 0.3s ease;    
    }
    #arrow.rotated {
    transform: rotate(90deg);
}
    .innerMenu ul li ul {
        display: none;
    }
    .innerMenu ul li ul.active {
        display: block;
    }
    .innerMenu ul li ul li a{
        font-size: 16px;
        padding-left: 20px;
        color: #444;
    }
    .innerMenu ul li ul li ul li a{
        font-size: 14px;
        padding-left: 25px;
    }
    .followUs {
        margin-top: 20px;
        padding-bottom: 10px;
        border-top: 1px solid #e0e0e0;
        padding-top: 30px;
        padding-left: 15px;
    }
    .followUs ul {
        display: flex;
        margin-top: 10px;
    }
    .followUs ul li a {
        display: inline-block;
        padding: 10px;
        font-size: 18px;
        color: #333;
    }
    .stricky-fixed .btnMenu{
        color: var(--primary-color);
    }
    .large_heading{
        font-size:1.5rem
    }
    .newHero .btnTheme{
        text-align: center;
        font-size: 12px;
        padding: 10px 15px;
    }
    .btnTheme{
        text-align: center;
        font-size: 15px;
        padding: 10px 35px;
    }
    .rightBottom .sub_heading{
        font-size: 22px;
    }
    .rightBottom
    {
        width: 100%;
        text-align: center;
    }
    .iconBottom{
        margin: 0 auto 10px;
    }
    .w50{
        width: 50%;
    }
    section{
        padding: 40px 0;
    }
    .text {
        font-size: 14px;
    }
    .title{
        font-size: 15px;
    }
    p, .why-choose-content p{
        font-size: 14px;
    }
    .sub_heading{
        font-size: 20px;
    }
    .innerImg img, .innerAwards img{
        height: auto;
    }
    .itemFeature{
        margin-bottom: 20px;
    }
    .leftHigh ul li{
        font-size: 15px;
        padding-left: 30px;
    }
    .rightHigh{
        margin-top: 20px;
    }
    .fullHeightSection{
        height: calc(100vh + 600px);
    }
    .centerImg{
        margin-top: 20px;
    }
    .rightContent{
        left:0;
        padding: 0 15px;
    }
    .why-choose-content{
        padding-left: 5px;
        width: calc(100% - 45px);
    }
    .why-choose-box-2{
        margin-top:20px;
    }
    .why-choose-item{
        margin-bottom: 40px;
    }
    .why-choose-box-1 .why-choose-item{
        flex-direction: row;
    }
    .why-choose-box-1 .why-choose-item .icon-box{
        margin: 0 15px 0 0;
    }
    .why-choose-box-1 .why-choose-item .why-choose-content{
        text-align: left;
    }
    iframe{
        height: 220px !important;
    }
    .itemAfterBefore{
        height: 240px;
    }
    .itemcase{
        margin-bottom: 15px;
        height: auto;
    }
    .itemFooter{
        margin: 15px 0;
    }
    .footer{
        padding: 40px 0;
    }
    .go-top, .floatingIcon a{
        width: 40px;
        height: 40px;
    }
    .floatingIcon{
        bottom: 50px;
    }
    .shortBanner{
        padding: 70px 0 70px;
        height: auto;
    }
    .shortBanner h1{
        font-size: 28px;
    }
    .accordion-button{
        font-size: 1rem;
    }
    .accordion-body{
        font-size: 14px;
    }
    .titleLeft{
        width: 100%;
    }
    .sub_heading2{
        font-size: 1.2rem;
    }
    .rightInner{
        margin-top: 20px;
    }
    .lisyPoint ul{
        margin: 20px 0 0 20px;
    }
    .lisyPoint ul li{
        padding: 5px;
    }
    .testimonial-box-item{
        padding: 20px;
    }
    .listTab li{
        margin: 5px 5px;
        padding: 8px 20px;
        font-size: 15px;
    }
    .itemTestimonial{
        padding: 0;
        margin-bottom: 15px;
    }
    .small_heading{
        font-size: 17px;
    }
    h2.small_heading{
        font-size: 15px;
    }
    .newHero{
        background: url('../images/bg/mobile-banner.jpg') no-repeat;
        position: relative;
    }
    .newHero:after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:rgba(0,0,0,.5);
        z-index: -1;
    }
    .iconBottom{
        width: 35px;
    }
    .newHero{
        padding: 40px 0;
    }
    .bottomBanner{
        margin-top: 25px;
    }
    .h250{
        height: auto;
    }
    .leftTabs, .mainTab{
        overflow-x:auto;
        overflow-y:hidden;
        white-space:nowrap;
        padding-bottom:10px;
        scrollbar-width:none;
    }
    .leftTabs ul{
        display: flex;
        gap: 10px;
    }
    .leftTabs ul li{
        font-size: 14px;
    }
    .tabWrapper, .tabWraper{
        position: relative;
    }
    .tabWrapper:after{
        content:"";
        position:absolute;
        right:0;
        top:0;
        width:40px;
        height:100%;
        background:linear-gradient(
            to right,
            transparent,
            #fff
        );
        pointer-events:none;
        z-index: 9;
    }
    .tabWraper:after{
        content:"";
        position:absolute;
        right:0;
        top:0;
        width:40px;
        height:100%;
        background:linear-gradient(
            to right,
            transparent,
            #f2f4f8
        );
        pointer-events:none;
        z-index: 9;
    }
    .fontSmall{
        font-size: 14px;
    }
    .itemBookForm{
        margin: 5px 0;
    }
    .form-buttons .btnTheme{
        width: 47%;
        text-align: center;
        font-size: 14px;
        padding: 10px 25px;
    }
    .itemBookForm .radioCard span{
        padding: 10px 18px;
    }
    .formItem input, .formItem textarea{
        height: 45px;
        border-radius: 5px;
    }
    .formItem label{
        font-size: 13px;
    }
    .btnYoutube{
        font-size: 2.2rem;
    }
    .centerIcon ul li{
        border:none;
        padding: 10px 6px;
    }
    .iconNew{
        width: 60px;
        height: 60px
    }
    .rightIconTime{
        width: calc(100% - 70px);
        margin-top: 15px;
    }
    .btnLink{
        font-size: 15px;
    }
    .iconInnerAligner{
        width: 50px;
        height: 50px;
        padding: 9px;
    }
    .rightAligner{
        width: calc(100% - 60px);
    }
    .itemLeftInner{
        margin: 10px 0;
    }
    .rightInner{
        height: auto;
    }
    .centerLogo{
        width: 160px;
    }
    .section h1{
        font-size: 34px;
    }
    .section p{
        font-size: 16px;
    }
    .section{
        text-align: center;
        background-position: center;
        padding: 50px 0 10px;
    }
    .heading{
        font-size: 1.6rem;
        line-height: 1;
    }
    .featureCard h3{
        font-size: 1.4rem;
    }
    .featureIcon{
        width: 60px;
        height: 60px;
    }
    .w-65{
        width: 55% !important;
    }
    .iconNumber{
        width: 40px;
        height: 40px;
        margin-top: 5px;
    }
    .iconNumber:after{
        width: 50px;
        height: 50px;
    }
    .itemProcess{
        padding-bottom: 1.5rem;
    }
    .itemProcess:before{
        display: none;
    }
    .benefitList li{
        align-items: flex-start;
    }
    .benefitList li :is(i, svg){
        margin-top: 3px;
    }
    .rightBenefit{
        padding: 30px;
        margin-top: 20px;
    }
    .advantageCard{
        width: 100%;
    }
    .advantageCard:nth-child(odd) .advantageCardHeader{
        flex-direction: inherit;
    }
    .advantageCard:nth-child(odd){
        text-align: left;
    }
    .advantageCard p{
        margin-top: 15px;
    }
    .advantagesGrid::before{
        display: none;
    }
     .featureIcon :is(i, svg){
        width: 30px;
        height: 30px;
    }
    .featureCard{
        padding: 30px;
        height: auto;
    }
    .iconsLeftHome{
        width: 30px;
    }
    .rightIconHome {
        width: calc(100% - 46px);
    }
    .imgAward img{
        height: auto;
    }
    .itemAwrds{
        padding: 0;
    }
    .service-body{
        margin-bottom: 0;
    }
    .footerMenu li a, .itemFooter p, .contactInfo li a{
        font-size: 14px;
    }
    .rightBenefitIcon :is(i, svg){
        width: 30px;
        height: 30px;
    }
    .rightBenefitIcon{
        width:70px;
        height: 70px;
    }
    .rightBenefit h3{
        font-size: 1.8rem;
    }
    .borderTop{
        margin-bottom: 3rem;
    }
    .rightIconTime{
        width: 100%;
    }
    .itemFeature .small_heading, .itemFeature h4{
        font-size: 15px;
    }
    .service-body h3{
        font-size: 15px;
    }
    .cardImg img{
        height: 100%;
    }
    .why-choose-item .icon-box img{
        max-width: 35px;
    }
    .itemAfterBefore{
        height: 140px;
    }
    .footerBottom{
        padding: 0;
    }
    .go-top.active{
        bottom: 78px;
    }
    .service-item{
        border-radius: 15px;
    }
    .imgDoctor{
        height: 110px;
    }
}

@media (min-width:1700px){
    
}
@media (min-width:1300px){
    .containerFull{
        max-width: 1300px;
        margin: 0 auto;
    }
    .mt-lg-6{
    margin-top: 6rem !important;
    }
}
@media (min-width: 1920px) {
   .industiresBlock{
    padding-left: 18%;
    }
}