@media only screen and (max-width: 3000px) and (min-width: 1440px) {
  .container{
    max-width: 1400px;
  }
}
@media only screen and (max-width: 3000px) and (min-width: 1200px) {
  .exameaSec .container {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1900px) {
  .main-slider h1 {
    font-size: 3rem;
  }
  .leadForm .title h2 {
    font-size: 2.25rem;
  }
  .serviceWrap {
    padding: 3rem 2.5rem;
  }
  .serviceSec h2,
  .ctaSec h2,
  .testimonialSec h2,
  .mapSec h2,
  .topUniSec h2 {
    font-size: 2.25rem;
  }
  .ctaSec .btnStyle {
    font-size: 1.125rem;
    padding: 14px 1.5rem;
  }
  .confidentialSec {
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 1600px) {
  .exameaSec figure {
    margin: 0;
  }
  .exameaSec h3 {
    /* margin-top: 5rem; */
  }
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 15px;
  }
  header .navbar .navbar-nav {
    gap: 1.75rem;
  }
  .main-slider {
    min-height: 44rem;
    padding-top: 8rem;
  }
  .serviceWrap {
    padding: 2rem;
  }
  .serviceWrap.small {
    padding: 1.5rem 1rem;
  }
  .screen {
    width: 17rem;
  }
  .slick-current + .slick-active .screen:before {
    width: calc(16rem + 50px);
    height: calc(100% + 25px);
  }
  .ctaSec .btnStyle {
    padding: 14px 0.5rem;
  }
  .globalUniMap .uni .marker {
      width: 70px;
      height: 85px;
      background-size: 70px;
      padding-top: 1.25rem;
  }
  .globalUniMap .uni .marker img {
    width: 30px;
  }
  .globalUniMap .uni.one {
      left: 11.5rem;
      top: 6rem;
  }
  .globalUniMap .uni.five {
      left: 54rem;
      top: 8.5rem;
  }
  .globalUniMap .uni.six {
      left: 18rem;
      bottom: 10.5rem;
  }
  .globalUniMap .uni.seven {
      left: 36rem;
      bottom: 12rem;
  }
  .globalUniMap .uni.eight {
      right: 6rem;
      bottom: 11rem;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
  header .navbar .navbar-nav {
    gap: 1.25rem;
  }
  header .navbar .btnStyle {
    padding: 12px 1rem;
  }
  .main-slider h4 {
    font-size: 1.5rem;
  }
  .contList a {
    font-size: 1rem;
  }
  .globalUniMap .uni.one {
      left: 8rem;
      top: 6rem;
  }
  .globalUniMap .uni.five {
      left: 35rem;
      top: 8.5rem;
  }
  .globalUniMap .uni.six {
      left: 15rem;
      bottom: 10.5rem;
  }
  .globalUniMap .uni.seven {
      left: 31rem;
      bottom: 12rem;
  }
  .globalUniMap .uni.eight {
      right: 5rem;
      bottom: 12rem;
  }
  .exameaSec {
    padding: 0;
  }
  .exameaSec h3 {
    margin-top: 0;
  }
  .exameaSec :is(p,a,strong) {
    font-size: 1rem;
  }
  .exameaSec .happyGirl {
    margin: -5rem auto 2rem auto;
    text-align: center;
  }
  .bg-gradient-1 {
    margin: 3rem 0 2rem;
    padding: 0 20px 20px;
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 13px;
  }
  header {
    position: relative;
    background: var(--dark);
    padding: 1rem 0;
  }
  .navbar-collapse {
    padding-top: 2rem;
    text-align: center;
  }
  header .navbar .navbar-nav {
    margin-bottom: 2rem;
  }
  .main-slider {
    min-height: auto;
    padding-top: 4rem;
  }
  .main-slider h4 {
    font-size: 1.25rem;
  }
  .main-slider h4 span {
    font-size: 1.75rem;
  }
  .main-slider h1 {
    font-size: 2.25rem;
  }
  .highlight {
    font-size: 10px;
  }
  .serviceWrap {
    flex-direction: column;
  }
  .serviceWrap .content {
    width: 100%;
    padding: 2rem 0 0;
    text-align: center;
  }
  .serviceWrap .circle {
    bottom: -3rem;
    right: -2rem;
  }
  .serviceWrap.small .content h4 {
    font-size: 1.125rem;
  }
  .achivementSec {
    padding: 4rem 0;
  }
  .achiveList h2 {
    font-size: 2.5rem;
  }
  .confidentialSec {
    background-position: top left;
    position: relative;
  }
  .confidentialSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
  }
  .confidentialSec *,
  .confidentialSec .contList li:last-child a {
    color: var(--white);
  }
  .stapSec .orderSteps {
    background: none;
  }
  .stapSec .orderSteps .cell:nth-child(2) {
    margin: 2rem 0;
  }
  .globalUniMap {
    min-height: 30rem;
  }
  .globalUniMap .uni .marker {
      width: 40px;
      height: 50px;
      background-size: 40px;
      padding-top: 10px;
  }
  .globalUniMap .uni .marker img {
    width: 15px;
  }
  .globalUniMap .uni.one {
      left: 4rem;
      top: 0rem;
  }
  .globalUniMap .uni.two {
      left: 25rem;
      top: 0rem;
  }
  .globalUniMap .uni.three {
      left: 35rem;
      top: -2rem;
  }
  .globalUniMap .uni.four {
      left: 34rem;
      top: 4rem;
  }
  .globalUniMap .uni.five {
      left: 24rem;
      top: 11rem;
  }
  .globalUniMap .uni.six {
      left: 12rem;
      bottom: 8rem;
  }
  .globalUniMap .uni.seven {
      left: 24rem;
      bottom: 14rem;
  }
  .globalUniMap .uni.eight {
      right: 4rem;
      bottom: 8rem;
  }
  .phoneIcon {
    color: var(--yellow);
    font-size: 1.25rem;
    margin-right: 1rem;
  }
  .phoneIcon:hover, .phoneIcon:focus {
      color: var(--yellow);
  }
  header .navbar .btnStyle {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
  p {
    font-size: 13px;
  }
  header {
    padding: 8px 0;
  }
  header .logo img {
    width: 8rem;
  }
  .main-slider {
    padding: 1rem 0;
    height: calc(100vh - 5.625rem);
    background: var(--gradient) !important;
    border-top: 1px solid #0d0c29;
  }
  .main-slider h4 {
    font-size: 1.5rem;
  }
  .main-slider h1 {
    font-size: 2.8rem;
  }
  .main-slider ul {
    margin: 0 0 2rem;
  }
  .main-slider .listStyle p {
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 1.25rem;
  }
  .main-slider .listStyle p:before {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .main-slider .leadForm {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
  .main-slider .leadForm .title, .main-slider .leadForm label, .highlight {
      display: none;
  }
  .main-slider .leadForm .formStyle {
      margin: 0 -0.5rem;
  }
  .main-slider .leadForm .form-control, .main-slider .leadForm .phone-container, .main-slider .leadForm .phone2 {
      height: 4rem;
      border: 0;
  }
  .main-slider .leadForm .phone-container, .main-slider .leadForm .phone-container .iti, .main-slider .leadForm .phone2 {
      border-radius: 5px;
  }
  .main-slider .leadForm .btnStyle {
      background: var(--yellow);
      color: var(--black);
  }
  .serviceSec {
    padding: 2rem 0;
  }
  h2, .serviceSec h2, .ctaSec h2, .testimonialSec h2, .mapSec h2, .topUniSec h2 {
    font-size: 1.8rem;
  }
  section, .testimonialSec, .paymentSec, .confidentialSec, .achivementSec {
    padding: 2rem 0;
  }
  .serviceWrap .img img {
    width: 4rem;
  }
  .accordionStyle .accordion-header .accordion-button {
    font-size: 1rem;
  }
  footer {
    text-align: center;
    padding-top: 2rem;
  }
  .social {
    justify-content: center;
  }
  .testimonialSec .coma {
    width: 5rem;
  }
  .slick-current + .slick-active .screen:before {
    left: -16px;
  }
  .screen {
    width: 18rem;
  }
  .globalUniMap {
    min-height: 30rem;
  }
  .globalUniMap .uni .marker {
      width: 40px;
      height: 50px;
      background-size: 40px;
      padding-top: 10px;
  }
  .globalUniMap .uni .marker img {
    width: 15px;
  }
  .globalUniMap .uni .uniLogo {
    padding: 5px;
  }
  .globalUniMap .uni .uniLogo img {
    width: 6rem;
  }
  .globalUniMap .uni.one {
      left: 4rem;
      top: 0rem;
  }
  .globalUniMap .uni.two {
      left: 25rem;
      top: 0rem;
  }
  .globalUniMap .uni.three {
      left: 35rem;
      top: -2rem;
  }
  .globalUniMap .uni.four {
      left: 34rem;
      top: 4rem;
  }
  .globalUniMap .uni.five {
      left: 24rem;
      top: 11rem;
  }
  .globalUniMap .uni.six {
      left: 12rem;
      bottom: 8rem;
  }
  .globalUniMap .uni.seven {
      left: 24rem;
      bottom: 14rem;
  }
  .globalUniMap .uni.eight {
      right: 4rem;
      bottom: 8rem;
  }
  .globalUniMap {
    min-height: 22rem;
  }
  .globalUniMap .uni .marker {
      width: 40px;
      height: 50px;
      background-size: 40px;
      padding-top: 10px;
  }
  .globalUniMap .uni .marker img {
    width: 15px;
  }
  .globalUniMap .uni.one {
      left: 2rem;
      top: -3rem;
  }
  .globalUniMap .uni.two {
      left: 18rem;
      top: -3rem;
  }
  .globalUniMap .uni.three {
      left: 30rem;
      top: -4rem;
  }
  .globalUniMap .uni.four {
      left: 19rem;
      top: 4rem;
  }
  .globalUniMap .uni.five {
      left: 24rem;
      top: 1rem;
  }
  .globalUniMap .uni.six {
      left: 8rem;
      bottom: 5rem;
  }
  .globalUniMap .uni.seven {
      left: 24rem;
      bottom: 17rem;
  }
  .globalUniMap .uni.eight {
      right: 4rem;
      bottom: 10rem;
  }
}

@media only screen and (max-width: 575px) {
  .contList {
    flex-direction: column;
    align-items: flex-start;
  }
  .exameaSec .contList {
    flex-direction: row;
}
  .orderSteps .cell .img {
    width: 6rem;
    height: 6rem;
  }
  .orderSteps .cell .img img {
    width: 3rem;
  }
  .slick-current .screen:before {
    background: url(../images/iphone-mask.webp)  top left/100% 100% no-repeat;
    content: '';
    position: absolute;
    top: -9px;
    left: -16px;
    width: calc(100% + 28px);
    height: calc(100% + 20px);
  }
  .testimonialCarousel .item {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  .testimonialCarousel .item .top img {
    width: 6rem;
  }
  .globalUniMap {
    display: none;
  }
}