@media only screen and (max-width: 767px) {
  .large_heading {
    font-size: 30px;
    line-height: 40px;
  }
  .small_heading {
    font-size: 20px;
  }
  .containerFull {
    padding: 0 15px;
  }
  .heading {
    font-size: 30px;
  }
  .sub_heading {
    font-size: 25px;
}
  .aboutBox {
    padding: 15px;

}
.leftLogo img {
    width: 140px;
}

.certificate-image img {

 height: auto; 
 margin-top:25px;
}
.mainImg {
margin-bottom:20px;
}
.smallImg {
    display:none;
}
.addressform {
    padding: 30px 20px;
    margin-bottom:20px;
}
footer {
    padding: 30px 0;
    
}
    section {
    padding: 40px 0;
     overflow: hidden;
  }
  .mobileMenuBtn {
    border: none;
    outline: none;
    background: transparent;
    font-size: 28px;
    color: #111;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
}

.mobileSidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 88%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 22px;
    transition: right 0.4s ease;
    box-shadow: -12px 0 30px rgba(0, 0, 0, 0.18);
    overflow-y: auto;
}

.mobileSidebar.active {
    right: 0;
}
.mobileSidebarLogo img {
    width: 140px;
    display: block;
}
.mobileSidebarTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}
.mobileCloseBtn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #f2f2f2;
    color: #111;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobileCloseBtn:hover {
    background: #111;
    color: #fff;
}

.mobileSidebarMenu {
    list-style: none;
    padding: 24px 0 0;
    margin: 0;
}

.mobileSidebarMenu li {
    border-bottom: 1px solid #eee;
}

.mobileSidebarMenu li a {
    display: block;
    padding: 15px 0;
    color: #111;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.mobileSidebarMenu li a:hover,
.mobileSidebarMenu li a.active {
    color: var(--secondary-color);
 
}
.aboutImage-new img{
    height: auto;
    margin-top:30px;

}
  .heroSlider img {
    height: 70vh;
  }

.statBox {
    padding:20px;}
    .contact-icon {
    width: 50px;
    height: 50px;}
     .copyrightMobile{
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding-top: 15px;
    }

 .contact li a {
    color: #fff;
    font-size: 16px;
}
  
  
 
}
@media (min-width: 768px) and (max-width: 990px) {
  .containerFull {
    padding: 0 15px;
  }
  section {
    overflow: hidden;
  }
}

@media (min-width: 1280px) {
  .containerFull {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 70px;
  }
}
@media (min-width: 1600px) {
  .containerFull {
    max-width: 1366px;
    margin: 0 auto;
  }
}
