@media only screen and (min-width: 100px) and (max-width: 1440px) {
  .custom-prev {
    left: -4.4%;
  }
  .custom-next {
    right: -4.4%;
  }
}
/*for-large-dekstop view-1200*/
@media only screen and (min-width: 100px) and (max-width: 1399px) {
    .banner-content h1 {
        font-size: 71px;
    }
    .banner-content .banner-title {
        font-size: 71px;
    }
  .banner-content .banner-text {
    font-size: 19px;
  }
  .banner-content p {
    font-size: 19px;
  }
  button.hero-prev {
    left: 100px;
  }
  button.hero-next {
    left: 210px;
  }
  button.hero-prev,
  button.hero-next {
    top: 58%;
  }
  .banner-img {
    height: auto;
    background-position: 100% 0%;
  }
  .services-inner-icon img {
    width: 65px;
    height: 65px;
  }
  .hero-slider {
    height: 44rem;
  }
  .custom-next {
    right: 40%;
  }
  .custom-prev,
  .custom-next {
    top: 290px;
  }
  .custom-prev {
    left: 40%;
  }
  .main-menu {
    gap: 20px;
    padding-left: 0px;
}
  .service-card-content p {
    font-size: 17px;
  }
  .service-card-content h2 {
    line-height: 1.2;
    padding: 10px 0;
    font-size: 22px;
  }
  .services-second {
    padding-bottom: 160px;
   }
  .running-project-content p {
    font-size: 16px;
    font-weight: 400;
  }
  .running-project-content h2 {
    font-size: 27px;
  }
  .web-title h2 {
    font-size: 44px;
  }
  .exam-course-title h1 {
    font-size: 44px;
  }
  .exam-course-title p {
    font-size: 17px;
  }
  .logo img {
    width: 300px;
  }
  .web-btn.order-btn a {
    padding: 10px 10px;
    font-size: 16px;
  }
  .logo a img {
    width: 220px;
  }
  .banner-content h1 {
    font-size: 50px;
  }
    .banner-content .banner-title {
        font-size: 50px;
    }
  .upper-heading h3 {
    font-size: 20px;
  }
  .upper-heading img {
    width: 80px;
  }
  .main-menu ul {
    gap: 16px;
  }
  .running-project-content {
    height: 185px;
  }
  .country-base-section {
    padding-bottom: 120px;
  }
  .contact-detail a, .contact-detail p {
    font-size: 14px;
  }
  .footer-content p {
    font-size: 16px;
  }
  .running-project-arrows {
    top: 460px;
  }
  .course-sec {
    padding-top: 60px;
  }
  .service-card {
    padding: 20px 20px;
  }
}

/*for-laptop view-1024*/
@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .logo img {
    width: 300px;
  }
  .main-menu ul {
    gap: 7px;
  }
  .banner-content h1 {
    font-size: 42px;
  }
    .banner-content .banner-title {
        font-size: 42px;
    }
  .banner-content .banner-text {
    font-size: 17px;
  }
  .banner-content p {
    font-size: 17px;
  }
  button.hero-prev,
  button.hero-next {
    top: 49%;
  }
  .service-card {
    height: 420px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .country-project-content a {
    font-size: 18px;
  }
  .footer {
    background-size: cover;
    background-position: center top;
  }
  .custom-next {
    right: 40%;
  }
  .main-menu ul li a {
    font-size: 16px;
  }
  .main-menu {
    gap: 13px;
  }
  .upper-heading h3 {
    font-size: 18px;
  }
  .web-btn a {
    padding: 12px 20px;
  }
  section.course-sec {
    padding-top: 150px;
  }
  .banner-content {
    padding-top: 50%;
  }
  .footer-links {
    padding-top: 20px;
  }
  .web-title h2 {
    font-size: 37px;
    line-height: 1.3;
  }
  .exam-course-title h1 {
    font-size: 37px;
    line-height: 1.3;
  }
  .exam-course-img img {
    height: 600px;
    object-fit: fill;
  }
  .service-card-content h2 {
    font-size: 24px;
  }
  .service-card-img img {
    width: 60px;
    height: 60px;
  }
  .main-menu {
    gap: 10px;
    padding: 10px 10px;
    z-index: 99;
  }
  .main-menu::before {
    height: 100%;
    transform: skewX(-17deg);
    z-index: -1;
  }
  .footer-contact-us {
    padding-top: 0;
  }
}


@media only screen and (min-width: 100px) and (max-width: 1024px) {
    .banner-content {
        padding-top: 38%;
    }
    section.course-sec {
        padding-top: 40px;
    }
    .running-projects .slick-list {
        padding-bottom: 20px;
    }
    section#services {
        padding-top: 150px;
    }
    .services-second {
        padding-bottom: 150px;
    }
    .web-btn.order-btn a {
        font-size: 14px;
    }
    .services-inner-icon img {
        width: 55px;
        height: 55px;
    }
}


/*for-tablet view-768*/
@media only screen and (min-width: 100px) and (max-width: 991px) {
  section.course-sec {
    padding-top: 190px;
  }
  .exam-course-title h1 {
    font-size: 27px;
  }
  .web-title h2 {
    font-size: 27px;
  }
  .hero-slider {
    height: 41rem;
  }
  .course-sec {
    padding-top: 80px;
  }
  .footer-logo img {
    width: 250px;
  }
  .footer {
  padding-top: 60px;
  }
  .follow-us {
    padding-bottom: 20px;
  }
  .banner-img {
    background-position: left bottom;
  }
  .banner-img {
    background-position: 35% center;
    /* background-image: url(../images/responsive-banner.png) !important; */
  }
  .lower-header {
    padding: 10px 0;
  }
  .main-menu {
    display: none;
  }
  .logo {
    margin-top: 0;
  }
  .logo img {
    width: 210px;
  }
  .responsive-menu {
    display: block;
  }
  .open-menu i {
    font-size: 32px;
  }
  .open-menu {
    text-align: end;
    color: var(--c3);
  }
  .responsive-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: -140%;
    background-repeat: no-repeat;
    background-size: 160% 140%;
    background-position: bottom;
    position: fixed;
    transition: all 0.8s;
    padding: 0 !important;
    background-color: var(--c6);
  }
  .responsive-menu.active {
    top: 0;
  }
  .responsive-menu ul li a {
    color: var(--c7);
    font-weight: 600;
  }
  .responsive-menu ul {
    display: flex;
    flex-direction: column;
    gap: 19px;
    align-items: center;
    justify-content: center;
    height: 87%;
  }
  .responsive-head {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: 2px solid var(--c3);
    align-items: center;
  }
  .responsive-head img {
    width: 220px;
  }
  .responsive-head i {
    color: var(--c3);
    font-size: 52px;
  }
  .responsive-header-contacts {
    border-radius: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    justify-content: center;
    border-top: 2px solid var(--c3);
  }
  .open-menu {
    display: block;
  }
  .our-contact-details a {
    color: var(--c7);
  }
  .lower-header {
    display: none;
  }
  .responsive-lower-header {
    display: block;
  }
  .responsive-logo img {
    width: 220px;
  }
  .responsive-lower-header {
    background-color: var(--c6);
    padding: 11px 16px;
  }
  .banner-content {
    width: 70%;
    padding-top: 25%;
  }
  .upper-heading {
    justify-content: center;
  }

  .service-card-first-sec {
    background-position: center top;
  }
  .service-card-content p {
    font-size: 16px;
  }
  .service-card {
    height: 380px;
  }
  .upper-header {
    display: none;
  }
  .running-project-content p {
    font-size: 16px;
  }
  .exam-course-img img {
    height: 640px;
    object-fit: cover;
    object-position: center;
  }
  .exam-course-title p {
      font-size: 16px;
  }
  .running-project-title h2 {
      font-size: 31px;
  }
  .service-card-second-sec {
      padding-bottom: 140px;
      background-position: center bottom;
  }
  .country-base-title h2 {
      font-size: 32px;
  }
    .banner-img {
        height: 44vh;
    }
    .running-projects .slick-list {
        padding-bottom: 0px;
    }
    .services-second {
        padding-bottom: 120px;
    }
    .flag-img img {
        height: 130px;
    }
}


@media only screen and (min-width: 100px) and (max-width: 912px) {
    .hero-slider {
        height: 35rem;
    }
    .banner-img {
        height: 38vh;
    }
    .carousel-item .carousel-background {
        height: 400px;
    }
    .banner-content {
        padding-top: 18%;
    }
    section.course-sec {
        padding-top: 0px;
    }
}
    

@media only screen and (min-width: 100px) and (max-width: 853px) { 
    .carousel-item .carousel-background {
        height: 370px;
    }
    .banner-content {
        padding-top: 18%;
    }
    .hero-slider {
        height: 33rem;
    }
}  

@media only screen and (min-width: 100px) and (max-width: 820px) { 
    .hero-slider {
        height: 34rem;
    }
    .banner-img {
        height: 42vh;
    }
    .banner-content h1 {
        font-size: 36px;
    }
    .banner-content .banner-title {
        font-size: 36px;
    }
}  


@media only screen and (min-width: 100px) and (max-width: 768px) { 
    .banner-img {
        height: 47vh;
    }
}

    
/*for-landscape_mobile view-767*/
@media only screen and (min-width: 100px) and (max-width: 767px) {
  .banner-content {
    text-align: center;
  }
  .banner-content h1 {
    width: 100%;
    font-size: 58px;
  }
    .banner-content .banner-title {
        font-size: 58px;
        width: 100%;
    }
  button.hero-next {
    left: 460px;
  }
  button.hero-prev,
  button.hero-next {
    top: 60%;
  }
  .exam-course-title h1 {
    font-size: 37px;
    line-height: 1.6;
  }
  .web-title h2 {
    font-size: 37px;
    line-height: 1.6;
  }
  .footer {
    padding-top: 60px;
    background-size: cover;
    background-position: left;
    margin-top: 0;
  }
  .exam-course-title p {
    font-size: 16px;
  }
  .responsive-none-contacts {
    display: none;
  }
  .banner-content h1 {
    font-size: 45px;
  }
    .banner-content .banner-title {
        font-size: 45px;
    }
  .banner-content .banner-text {
    font-size: 16px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .exam-course-title h1 {
    font-size: 35px;
    line-height: 1.3;
  }
  .web-title h2 {
    font-size: 35px;
    line-height: 1.3;
  }
  .banner-content {
    padding-top: 30%;
  }
  .header-contacts {
    gap: 19px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .copyright {
    text-align: center;
  }
  .terms-and-cond {
    text-align: center;
    margin-top: 5px;
  }
  .contact-us-form-inp label,
  .contact-us-form label {
    width: 31%;
  }
  .inner-header-content h2 {
    font-size: 51px;
  }
  .web-btn a {
    font-size: 17px;
  }
  .banner-content {
    width: 79%;
  }
  .banner-content h1 {
    font-size: 35px;
  }
    .banner-content .banner-title {
        font-size: 35px;
    }
  .upper-heading h3 {
    font-size: 16px;
  }
  .service-card-mb {
  margin-bottom: 0;
  }
  .service-card {
    margin-bottom: 30px;
    height: 320px;
  }
  .upper-heading h3 {
    font-size: 16px;
    text-shadow: 0 0 20px #000;
    font-weight: 400;
  }
  .upper-heading img {
    width: 67px;
  }
  .upper-heading {
    gap: 10px;
    align-items: baseline;
  }
  .banner-content {
    width: 100%;
    padding-top: 50%;
  }
  .banner-content .banner-text {
    text-shadow: 0px 0px 20px #000;
    font-weight: 400;
  }
  .banner-content p {
    text-shadow: 0px 0px 20px #000;
    font-weight: 400;
  }
  .exam-course-title {
    width: 100%;
  }
  .service-card-first-sec {
    padding-top: 130px;
  }
  .exam-course-img img {
    height: auto;
  }
  .exam-course-content {
    padding-top: 30px;
  }
  .banner-img {
    background-position: 45% center;
  }
  .responsive-menu ul {
    height: 50%;
  }
  
}



/*for-mobile view-575*/
@media only screen and (min-width: 100px) and (max-width: 575px) {
  .banner-content h1 {
    font-size: 24px;
  }
    .banner-content .banner-title {
        font-size: 24px;
    }
    .banner-content {
        padding-top: 26%;
        padding-left: 0%;
        padding-right: 0%;
    }
    .carousel-background {
    height: 350px;
  }
  .carousel-indicators {
    justify-content: center;
  }
  .carousel-text {
    width: 100%;
  }
  .exam-course-title h2 {
    font-size: 25px;
  }
  .exam-course-title p {
    font-size: 15px;
  }
  .service-card-content p {
    font-size: 15px;
  }
  .exam-course-title h2 {
    font-size: 22px;
  }
  .exam-course-title h1 {
    font-size: 24px;
  }
  .web-title h2 {
    font-size: 24px;
  }
  .banner-img {
    background-position: 100% 100%;
    height: 70vh;
  }
  section.course-sec {
      padding-top: 80px;
  }
  .running-project-section {
      padding-bottom: 0;
  }
  .service-card {
      height: 350px;
  }
  
  .hero-slider {
    height: 22rem;
   }
  
}

@media only screen and (min-width: 100px) and (max-width: 540px) {
    .banner-img {
        height: 55vh;
    }
    .banner-content {
        padding-top: 22%;
    }
    .carousel-item .carousel-background {
        height: 330px;
    }
    #customCarousel .carousel-indicators {
        justify-content: center;
        bottom: -15px;
    }
    section.course-sec {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 500px) {
    .banner-img {
        height: 65vh;
    }
}


@media only screen and (min-width: 100px) and (max-width: 480px) {
    .banner-img {
        height: 65vh;
    }
}


/*for-mobile view-430*/
@media only screen and (min-width: 100px) and (max-width: 430px) {
    .banner-content {
        padding-top: 10%;
        padding-left: 0%;
        padding-right: 0%;
    }
    .carousel-item .carousel-background {
        height: 340px;
    }
    .banner-content {
        padding-top: 30%;
    }
  .hero-slider {
        height: 23rem;
    }
   .banner-img {
        height: 42vh;
        background-size: 100% 80%;
        background-repeat: no-repeat;
    }
   section.course-sec {
    padding-top: 0px;
  }
  section#services {
      padding-top: 80px;
    }
  .services-second {
      padding-bottom: 80px;
    }
    #customCarousel .carousel-indicators {
        display: none;
    }
    .contact-form-input label {
        width: 28%;
    }
}


@media only screen and (min-width: 100px) and (max-width: 414px) {
    .hero-slider {
        height: 22rem;
    }
    .banner-content h1 {
        font-size: 20px;
    }
    .banner-content .banner-title {
        font-size: 20px;
    }
    .banner-content {
        padding-top: 25%;
    }
    #customCarousel .carousel-indicators {
        display: none;
    }
}




@media only screen and (min-width: 100px) and (max-width: 395px) {
    .banner-content h1 {
        font-size: 20px;
    }
    #customCarousel .carousel-indicators {
        bottom: 0px;
    }
    .web-btn a {
        font-size: 15px;
        padding: 8px 15px;
    }
}


@media only screen and (min-width: 100px) and (max-width: 375px) {
    .hero-slider {
        height: 20rem;
    }
    .banner-img {
        height: 48vh;
    }
    .banner-content {
        padding-top: 22%;
        padding-left: 0%;
        padding-right: 0%;
    }
    .exam-course-title h1 {
        font-size: 24px;
    }
    .web-title h2 {
        font-size: 24px;
    }
    section.course-sec {
        padding-top: 0px;
    }
    .services-display {
        position: relative;
    }
    .services-inner-icon {
        float: right;
        display: block;
        text-align: right;
        position: absolute;
        right: 4%;
        bottom: -30px;
    }
    .services-inner-icon img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    
}



/*for-small_mobile view-360*/
@media only screen and (min-width: 100px) and (max-width: 360px) {
    .banner-img {
        height: 42vh;
    }
    .banner-content p {
        padding-bottom: 10px;
    }
    .banner-content p {
        padding-bottom: 10px;
    }
    
}


/*for-small_mobile view-320*/
@media only screen and (min-width: 100px) and (max-width: 320px) {
    .hero-slider {
        height: 21rem;
    }
    .banner-img {
        height: 52vh;
    }
    .exam-course-title h1 {
        font-size: 20px;
    }
    .web-title h2 {
        font-size: 20px;
    }
    
}
