@media (max-width: 912px) {
  .hide-tab-phone {
    display: none !important;
  }
  .top-rate-servie-item .servic-icon{
        height: 30px;
    min-width: 30px;
  }
  .top-rate-servie-item .servic-icon img{
      width: 25px;
      height: 25px;
  }
  .blog-main-cus .media-card{
    margin-bottom: 24px ;
    height: 430px;
  }
  .banner-home-main-cus .item-banner .banner-info p {
    font-size: 18px;
    max-width: 100%;
    font-weight: 400;
    margin: 10px auto 0;
    color: #000;
  }
  .title-single {
    padding-bottom: 25px;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .title-single p {
    font-size: 16px;
    color: #212529;
    max-width: 100%;
    margin: 0 auto 10px;
    text-transform: none;
  }
  .about-content {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .services-main-cus-tabs .nav-tabs {
    border: 0;
    margin-bottom: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .services-main-cus-tabs .nav-item{
    width: 30%;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
  }
  .services-main-cus-tabs .nav-item .nav-link {
    width: 170px;
  }
  .brand_thumb a {  
    width: 23.1%; 
  }
  .review-rating-main-custom { 
    margin: 0 auto 24px; 
  }
  .download { 
    padding: 0 100px 34px; 
    margin-top: 30px;
}

.form-popup {
    margin-top: 30px;
}
.feature-erp-point-teacher-main-cus{
  margin-bottom: 30px;
}
.blog-list.blog-main-left{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.blog-list.blog-main-left .item-blog-list {
    margin-bottom: 0px;
    width: 48%;
}
.blog-list.blog-main-left .blog-list-thumb {
    position: relative;
    margin-bottom: 15px;
}
.related-blog-cus{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.related-blog-cus .recent-artical-sidebar-article-cus{
  width: 48%;
}




}
@media (max-width: 767px) {
  .main-nav > ul {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .main-nav > ul > li {
    display: inline-block;
    font-size: 15px;
    padding: 0px 0px;
    font-weight: 600;
    margin-top: 0px;
  }
  .item-banner .banner-info h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0 20px;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000;
  }
  .item-banner .banner-info h2 {
    font-weight: 800;
    font-size: 20px;
    margin: 0 0 0px;
    color: #3a3a3a;
  }
  .banner-home-main-cus .item-banner .banner-info p {
    font-size: 16px;
    max-width: 100%;
    font-weight: 400;
    margin: 10px auto 0;
    color: #000;
  }
  .banner-btn-cus-main a {
    background-color: #323192;
    border: 1px solid #323192;
    padding: 10px 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    display: block;
    transition: all 0.3s;
  }
  .title-single {
    padding-bottom: 25px;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .title-single h2 {
    font-size: 24px;
    margin: 0 0 15px;
    font-weight: 800;
    text-transform: none;
    color: #000;
  }
  .title-single p {
    font-size: 16px;
    color: #212529;
    max-width: 100%;
    margin: 0 auto 10px;
    text-transform: none;
  }
  .for-panel-side-sec-main-cus .title h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .content-side-single-main .icon {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0 0 15px 0 #ddd;
  }
  .content-side-single-main .icon img {
    width: 45px;
    height: 45px;
  }
  .content-side-single-main .content {
    width: 80%;
  }
  .content-side-single-main .content h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .content-side-single-main .content p {
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .brand_thumb a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 5px 5px;
    margin: 5px;
    cursor: pointer;
    width: 30%;
    box-shadow: 0 0 1px 0 #4e4e4e;
    position: relative;
  }
  .banner-home-main-cus .item-banner {
    position: relative;
    padding-top: 80px;
    padding-bottom: 0px;
    z-index: 2;
  }
  .banner-home-main-cus {
    height: 80vh;
  }
  .header .header-nav8 {
    padding: 0px 0 0px;
  }
  .banner-inner-main-cus .banner-info-blog-list-cus h3 {
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 10px;
  }
  .banner-inner-main-cus .item-banner .banner-info p {
    font-size: 16px;
    max-width: 100%;
    font-weight: 400;
    margin: 10px auto 0;
    color: #555;
  }
  .blog-list-title {
    font-size: 18px;
    margin: 10px 0 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .contact-info-wrap .title-area .sec-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
  }
  .contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 320px;
  }
  .contact-info .contact-info_title {
    font-size: 20px;
    font-weight: 600;
  }
  .location-map .map {
    color: #fff;
    border-radius: 4px;
    height: 25px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
  }
  .SuccessStories_success-stories-content img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: none;
    transition: 0.9s ease-out;
    background: linear-gradient(138deg, #ffe8e2, #ffedcb);
  }
  .SuccessStories_count {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .SuccessStories_count-para {
    margin-bottom: 0;
    font-size: 10px;
  }
  .SuccessStories_success-stories-content .ps-3 {
    padding-left: 0.5rem !important;
  }
  .services-main-cus-tabs .nav-tabs {
    border: 0;
    margin-bottom: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .services-main-cus-tabs .nav-item {
    width: 50%;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
  }
  .services-main-cus-tabs .nav-item .nav-link {
    width: 170px;
    background: #fbfbfd;
    padding: 30px 15px;
    border-radius: 6px;
    box-shadow: 0 0 15px 0 #ddd;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .services-main-cus-tabs .services-tabs-content-box {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    z-index: 1;
  }
  .services-main-cus-tabs .services-tabs-img-box {
    width: 100%;
  }
  .services-main-cus-tabs .nav-item .nav-link h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #051441;
    font-weight: 500;
    margin-bottom: 0;
  }
  .review-rating-main-custom {
    padding: 30px 20px;
    display: block;
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 1px 0px #aaa; */
    box-shadow: none;
    background: #fff;
    border-radius: 6px;
    min-height: auto;
    width: 100%;
    margin: 0 auto 12px;
  }
  .login-btn {
    padding: 6px 15px;
  }
  .contact-btn {
    padding-right: 6px;
  }
  .logo8 img {
    max-width: 85%;
  }
  .contact-form-wrapper {
    padding: 16px 15px 16px 15px;
  }
  .contact-detials-new {
    margin-top: 20px;
  }
  .contact-main-sec-cus {
    padding: 0px 0;
  }
  .contact-info-wrap .contact-detials-new:last-child {
    margin-bottom: 25px;
  }
  .contact-form-wrapper .form-title {
    line-height: normal;
    margin-bottom: 5px;
  }
  .contact-form-wrapper p {
    line-height: 19px;
    font-size: 15px;
  }
  .footer-middle .footer-address .address ul {
    margin-bottom: 0px;
  }
  .footer-middle .footer-address {
    padding: 30px 0;
  }
  .copyright p {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .fix-icons-footer-cus {
    bottom: 60px;
    z-index: 999999;
  }
  .left-side-image{
    margin-bottom: 20px;
  }
  .about-top-rateing-service{
    margin-top: 0px;
  }
  .top-rate-servie-item{
    gap: 5px;
    padding: 5px 5px;
  }
  .top-rate-servie-item .servic-icon{
    height: 40px;
    min-width: 40px;
    padding: 8px;
  }
  .blog-main-cus .media-card{
    margin-bottom: 12px;
  }
  .col-pddig{
    padding: 2px;
  }
  .blog-list.blog-main-left {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .blog-list.blog-main-left .item-blog-list {
    margin-bottom: 0px;
    width: 100%;
  }
    .related-blog-cus {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 0px;
  }
  .related-blog-cus .recent-artical-sidebar-article-cus {
    width: 100%;
  }
  .download {
    padding: 0 35px 34px;
    margin-top: 30px;
  }
  .free-demo h2 {
    font-size: 1rem !important;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
  }
  



}
