
@media screen and (max-width:1250px){
  .logo-sec-div{
    width: 100%;
  }
  .about-metre-div{
    background-color: none !important;
  }
  .menu-gap{
    gap: 1rem;
  }
  .logo-sec{
    /* margin-inline: auto; */
    margin-left: 10px;
  }
  .menu-bar{
    padding-top: 9px;
    display: block;
  }
  .hero-div{
    width: 100%;
  }
  .logo-sidebar{
    display: block;
  }
  .header-ul-link{
    /* display: none!important; */
    all:initial;
    list-style: none;
    padding: 0px;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
    top: -1px;
    left: 0;
    width: 0px;
    height: 100vh;
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    transition: width .3s;
    box-shadow: 0px 10px 12px -5px rgba(161, 161, 161, 0.75);
    gap: 5px!important;
  }
  .header-ul-link li{
    display: none;
  }
  .header-ul-link.show li{
    display: block;
    border-bottom: 2px solid #ccc;
  }
  .header-ul-link.show{
    height: 100vh!important;
    overflow-y: auto;
    margin-bottom: 50px;
  }
  .header-ul-link.show li ul li:first-of-type{
    border-top: 2px solid #ccc;
  }
  .header-ul-link.show li ul li{
    border: none;
  }
  .header-ul-link.show .logo-sidebar{
    border-bottom: none;
    padding-inline: 0;
  }
  .header-ul-link.show .logo-sidebar a{
    padding-inline: 0;
  }
  .header-ul-link .logo-sec{
    margin-left: 0;
  }

  .header-ul-link.show{
    width: 220px;
    padding: 10px 20px;
  }

  .header-ul-link.show a{
    padding: 10px 10px;
    border-radius: 10px;
    transition: all .3s;
    /* color: #000; */
    font-size: 16px;
  }
  .header-ul-link.show a i , .header-ul-link.show a i:first-of-type{
    color: #000;
  }
  .header-ul-link.show a:hover{
    color: var(--color-primary-dark);
  }
  .header-li-rl a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-ul-link.show .header-li-rl .header-li-ab{
    position: relative;
    top: 0;
    padding: 0;
    width: 100%;
    transition: all .3s;
    box-shadow: none;
  }
  .header-ul-link.show .header-li-rl .header-li-ab li{
    display: block;
    padding-right: 0;
  }
  .header-li-ab li{
    padding-left: 15px;
  }
  .header-li-ab a{
    padding-block: 5px!important;
  }
  .header-ul-link.show li a i{
    font-size: 13px!important;
  }
  .header-li-ab li:last-of-type{
    border: none;
  }
  /* .header-li-rl:hover .header-li-ab{
    padding-top: 1px!important;
    padding-bottom: 10px!important;
  } */
  .reg-btn-side{
    margin-block: 10px 6px;
    color: #FFFFFF!important;
  }
  .reg-btn-side:hover{
    color: #000!important;
  }
  .talk-side-div{
    margin-top: 20px;
    padding: 8px;
    background: radial-gradient(circle,rgba(255, 123, 15, 1) 51%, rgba(255, 78, 2, 1) 90%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    font-size: 14px;
    font-family: 'Regular-font', sans-serif;
  }
  .talk-side-div p{
    text-shadow:
            -1px -1px 0 rgb(84, 84, 84),
            1px -1px 0 rgb(84, 84, 84),
            -1px  1px 0 rgb(84, 84, 84),
            1px  1px 0 rgb(84, 84, 84);
  }
  .header-ul-link .talk-side-div .call-side{
    background-color: #000;
    color: #fff;
    padding: 5px 10px!important;
    font-size: 12px;
    text-align: center;
    border-radius: 20px!important;
    font-family: 'Regular-font', sans-serif;
  }
  .header-ul-link .talk-side-div .call-side i{
    color: #fff!important;
    font-size: 11px!important;
    margin-right: 8px!important;
  }
  .header-ul-link.show .talk-side-div .call-side:hover{
    color: #fff;
  }
  .syllabus-row .syllabus-btn-div:nth-of-type(odd){
    /* padding-left: 24px; */
    padding-right: 24px;
  }
  .syllabus-row .syllabus-btn-div:nth-of-type(even){
    padding-left: 24px;
    /* padding-right: 24px; */
  }
}
@media screen and (max-width:991px) {
  /* .hero-div p{
    width: 100%;
  } */
  .success-owl .item img {
    height: auto;           /* fixed height */
    width: 100%;             /* span full width of container */
    object-fit: fill;     /* keep aspect ratio, no cropping */
    /*background-color: #000;  !* optional: background for empty space *!*/
  }
  .about-metre-div{
    background-color: none !important;
    display:none;
  }
  .mobile-about-metre-div {
    background-color: var(--light-primary-background);
    display:block;
  }


  .hero-sec{
    padding-top: 102px;
  }
  .hero-div h1{
    font-size: 28px;
  }
  .sub-heading{
    font-size: 28px;
  }
  .hero-col{
    order: 2;
  }
  .coaching-row{
    justify-content: center;
    justify-items: center;
  }
  .coaching-col-div{
    width: 30%;
    margin-bottom: 20px;
  }
  .coaching-card-wrapper, .coaching-card{
    height: 100%;

  }
  .coaching-card .ab-card{
    background: linear-gradient(0deg,rgb(255, 255, 255) 0%, rgba(255, 255, 255, .1) 100%);
    opacity: .9;
  }

  .Syllabus-btn{
    font-size: 14px;
    /* gap: 10px; */
  }
  .Syllabus-btn div{
    width: auto;
    height: 20px;
  }
  .reg-order{
    order: -1;
  }

  /* about page */
  .about-page-section{
    padding: 100px 0;
  }
  .result-details, .ab-details{
    padding-inline: 30px;
  }
  .test-details{
    padding-inline: 30px;
  }

  .class-gap{
    column-gap: 50px!important;
  }
}

@media screen and (max-width:768px){
  .logo-head{
    font-size: 34px;
    margin-bottom: 0px;
  }

  .mobile-about-metre-div {
    background-color: var(--light-primary-background);
    display:block;
  }
  .about-metre-div{
    background-color: var(--light-primary-background);
    display:none;
  }

  .logo-sec span{
    font-size: 9px;
  }
  .hero-sec{
    padding-top: 130px;
  }
  .logo-sec p{
    margin-bottom: -8px;
  }

  .about-div p{
    width: 100%;
  }

  .coaching-col-div{
    max-width: 250px;
    margin-bottom: 20px;
    padding: 5px;
  }
  .registration-video-div{
    margin: 0px auto;
  }
  .exam-cond-img1{
    height: auto;
    aspect-ratio: 16/9;
  }
  .syllabus-row .syllabus-btn-div:nth-of-type(odd){
    padding-left: 15px;
    padding-right: 15px;
  }
  .syllabus-row .syllabus-btn-div:nth-of-type(even){
    padding-left: 15px;
    padding-right: 15px;
  }
  .result-details, .ab-details{
    padding-inline: 20px;
  }
  .test-details{
    padding-inline: 20px;
  }

  /* about page */
  .heading-ab-page{
    display: flex;
    flex-direction: column;
  }

  /* result page */

  /* achiever-star */
  .heading-achiever-star{
    display: block;
  }
  .about-page-section{
    padding-inline: 0;
  }
}

@media screen and (max-width:578px){
  section{
    padding: 44px 5px;
  }
  .sub-heading{
    font-size: 24px;
  }
  .hero-div h1{
    font-size: 26px;
    margin-bottom: 0px;
  }
  .hero-div h3{
    font-weight: 600;
    font-size: 18px;
  }
  header{
    padding: 0px 20px;
    height: 70px;
  }
  .logo-sec{
    width: 100px;
  }
  header.sticky{
    height: 60px;
  }
  .header-icon a{
    font-size: 16px;
    width: 28px;
    height: 28px;
  }
  .menu-bar{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
  }
  .menu-bar i{
    font-size: 22px;
  }
  .hero-row *{
    padding-inline: 0!important;
  }
  .hero-sec{
    padding-inline: 0px;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .logo-head{
    font-size: 38px;
    font-weight: 800;
    color: var(--color-secondary);
    line-height: 1.1;
    text-wrap: nowrap;
  }
  .awarded-cont, .success-cont, .results-cont{
    padding: 30px 25px;
    padding-bottom: 20px;
  }
  .about-sec, .registration-sec, .coaching-sec, .result-sec, .awarded-sec, .faqs-sec, section{
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .success-sec, .awarded-cont{
    padding-block: 10px;
  }
  .success-cont{
    padding-block: 20px 10px;
  }
  .awarded-sec{
    padding-top: 0px;
  }
  .coaching-sec{
    padding-top: 20px;
  }
  .registration-sec, .coaching-sec{
    padding-bottom: 0;
  }



  .hero-row .hero-col{
    padding-inline: 20px!important;
  }
  .hero-action{
    flex-direction: column;
    gap: 10px;
    align-items: start!important;
    padding-top: 10px;
  }
  /* .hero-action a{
    order: 2;
  } */
  .about-color{
    background-color: var(--light-primary-background)!important;
    margin-bottom: 0;
  }
  .about-card{
    padding: 8px;
  }
  .about-card-img{
    width: 50px;
    height: 50px;
  }
  .about-card-img .ab-div1{
    width: 28px;
  }
  .about-card-img div{
    width: 35px;
  }
  .ab-card-heading{
    font-size: 18px;
    margin-bottom: -5px;
  }
  .ab-card-p{
    font-size: 12px;
    line-height: 1.3;
  }
  .know-more-btn{
    width: 90%;
    font-size: 13px;
  }
  .about-head{
    margin-bottom: 5px;
  }
  .about-div p{
    font-size: 16.8px;
    margin-bottom: 20px;
    line-height: 1.1;
  }
  .syllabus-row {
    row-gap: 20px;
  }

  .fs-17{
    font-size: 16px;
  }
  .fs-18{
    font-size: 17px;
  }
  .fs-24{
    font-size: 18px;
  }
  .fs-26{
    font-size: 22px;
  }
  .sub-heading{
    font-size: 22px;
  }
  .coaching-institue {
    font-size:20px;
  }
  .no1-text{
    font-size: 25px;
  }
  .syllabus-div{
    /* flex-direction: column; */
    gap: 10px!important;
    margin-top: -4px;
  }
  .coaching-row{
    /* border: 1px solid; */
    gap: 0px;
    /* justify-content: start; */
  }
  .coaching-col-div{
    min-width: 110px;
    max-width: 150px;
    margin-bottom: 20px;
    padding: 3px;
  }
  .coaching-card-img-div{
    padding-top: 5px;
    height: 35px;
  }
  .coaching-card-img-div div{
    width: 35px;
    /* height: 30px; */
  }
  .coaching-card-text-p, .coaching-card-text-p span{
    font-size: 16px!important;
  }
  .coaching-text-div h6{
    font-size: 13px;
  }
  .coaching-text-div h6+p{
    font-size: 10px;
  }
  .exam-conduc-details p{
    font-size: 15px;
    line-height: 1.3;
  }
  .exam-conduction-img{
    width: 30px;
  }
  .conduction-img-2 div{
    width: 25px;
  }

  .conduction-img-3 div{
    width: 20px;
  }
  .exam-note{
    font-weight: 400!important;
    font-size: 16px;
  }
  .exam-cond-img1 {
    height: auto;
    /*aspect-ratio: 2/.8;*/
  }
  .Syllabus-btn{
    font-size: 14px;
  }
  .Syllabus-btn div{
    width: 15px;
    /* height: 15px; */
  }

  .awarded-cont{
    padding-bottom: 0;
  }
  .success-img-div{
    width: 60px;
  }
  .owl-dots{
    margin: 0;
  }
  .result-btn-div a{
    font-size: 14px;
    padding: 6px 12px;
  }
  /* .success-owl .item{
    height: 180px;
  } */
  .accordion-button{
    padding-inline: 2px;
    font-size: 16px;
  }
  .awarded-cont .fs-26{
    font-size: 14px;
  }
  .mb-30{
    margin-bottom: 30px;
  }
  .line-bottom{
    width: 98px;
    margin-top: -7px;
    margin-left: 22px;
    padding-bottom:10px;
  }
  .reg-div p{
    line-height: 1.2;
  }
  .accordion-body{
    font-size: 16px;
  }
  .talk-div h4{
    font-size: 24px;
  }
  .call-us{
    background-color: #fff;
    padding: 8px 20px;
    font-size: 15px;
  }
  .visit-center-btn{
    width: 150px;
  }
  .registration-video-div{
    max-width: 250px;
  }
  .talk-img{
    width: 120px;
  }
  .footer-logo{
    width: 250px;
  }

  /* about page */
  .about-page-section{
    padding: 70px 0;
  }
  /* .result-details, .ab-details{
    padding-inline: 20px;
  } */

  .search-top input{
    width: 150px;
  }
  .table-search {
    width: 70px;
    /* max-width: 200px; */
  }
  .exam-cond-img1 img{
    /* height: ; */
    aspect-ratio: auto;
    object-fit: fill;
  }
  .talk-sec{
    padding-inline: 20px!important;
  }
  .result-page-media{
    padding-bottom: 0px!important;
  }
  .about-slider-sec .owl-carousel .item {
    height: 250px;
  }

  .footer-social{
    gap: 10px;
  }
  .footer-social a{
    width: 28px;
  }
  .heading-achiever-star{
    align-self: flex-start;
    font-size: 16px;
  }
  .achi-star-p{
    font-size: 12px;
  }
}
@media (min-width: 1250px) { /* only for tablet & desktop */
  .home-sample-row > .col-lg-6:first-child,
  .home-sample-row > .col-md-6:first-child {
    padding-right: 80px; /* adjust as needed */
  }

  .home-sample-row > .col-lg-6:last-child,
  .home-sample-row > .col-md-6:last-child {
    padding-left: 80px; /* adjust as needed */
  }
}