/* Tablets */
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .benefitsLeftImg {
    position: inherit;
    width: 100% !important;
    padding: 12px;
  }
  .aboutHome .img-fluid {
    display: block;
    margin: auto;
  }
  .universities-img {
    height: 20px;
  }
  .customerSaysHome img.flag {
    top: 54%;
  }
  .customerSaysSlider {
    height: 344px;
  }
  .ctaHome img:nth-child(2){
    display: none;
  }
}

/* 1300px Resolution */
@media only screen and (min-width: 1024px) and (max-width: 1469px) {
}

/* 1600px Resolution */
@media only screen and (min-width: 1470px) and (max-width: 1800px) {
}

@media only screen and (min-width: 1801px) and (max-width: 5500px) {
}

/* Mobile */
@media (min-width: 481px) and (max-width: 767px) {
  .benefitsLeftImg {
    position: inherit;
    width: 100% !important;
    padding: 12px;
  }
  .universities-img {
    height: 24px;
  }
  .ctaHome img:nth-child(1) {
    display: none;
  }
  .ctaHome img:nth-child(2) {
    position: initial;
    display: block;
    margin: 0px auto 15px;
  }
  .whychooseBox {
    width: 100%;
  }
  .whychooseBox p:nth-child(1) {
    padding: 10px;
  }
  .customerSaysSlider {
    height: 282px;
  }
  .customerSaysBox {
    flex-direction: column;
    width: 89%;
  }
  .clintImg {
    width: 26%;
  }
  .customerSaysHome img.flag,
  .customerSaysHome img.tower {
    display: none;
  }
  .sampleSlider .swiper-button-prev {
    left: 84%;
  }
  .sampleSlider img {
    display: block;
    margin: auto;
  }
  .customerSaysSlider .swiper-button-next i,
  .customerSaysSlider .swiper-button-prev i {
    padding: 0;
    background: none;
    color: var(--black);
  }
}

/* Mobile */
@media (min-width: 320px) and (max-width: 480px) {
  .benefitsLeftImg {
    position: inherit;
    width: 100% !important;
    padding: 12px;
  }
  .universities-img {
    height: 24px;
  }
  .ctaHome img:nth-child(1) {
    display: none;
  }
  .ctaHome img:nth-child(2) {
    position: initial;
    display: block;
    margin: 0px auto 15px;
  }
  .whychooseBox {
    width: 100%;
  }
  .whychooseBox p:nth-child(1) {
    padding: 10px;
  }
  .customerSaysBox {
    flex-direction: column;
    width: 89%;
  }
  .customerSaysSlider {
    height: 282px;
  }
  .clintImg {
    width: 26%;
  }
  .customerSaysHome img.flag,
  .customerSaysHome img.tower {
    display: none;
  }
  .sampleSlider .swiper-button-prev {
    left: 84%;
  }
  .sampleSlider img {
    display: block;
    margin: auto;
  }
  .customerSaysSlider .swiper-button-next i,
  .customerSaysSlider .swiper-button-prev i {
    padding: 0;
    background: none;
    color: var(--black);
  }
}
