/* Small phones */
@media only screen and (width: 320px) and (max-width: 343px) {
  .info-text1 h1 {
    font-size: 33px !important;
  }
  .Fts {
    font-size: 10px !important;
  }
  .epi-banner-section {
    padding: 120px 0 0 0 !important ;
  }

  .logo-white img { 
    max-width: 260px; 
}
}

@media only screen and (width: 344px) and (max-width: 359px) {
  .Fts {
    font-size: 13px !important;
  }
  .logo-white img {
    width: 243px !important;
  }
  .info-text1 h1 {
    font-size: 33px !important;
  }
}

@media only screen and (width: 360px) and (max-width: 370px) {
  .Fts {
    font-size: 14px !important;
  }
}

/* Standard phones */
@media only screen and  (min-width: 370px) and (max-width: 767px) {
  .info-text1 h1 {
    font-size: 33px !important;
  }
  .Fts {
    font-size: 15px !important;
  }
  .epi-banner-section {
    padding: 120px 0 0 0 !important ;
  }
}
 

/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 852px) {
  .infetech-header-area-2 .header-main-nav-layout-2 .logo-white img {
    margin-top: 0px !important;
  }
}
@media only screen and (width: 853px) and (max-width: 911px) {
   #epiMainImageSlider img { 
    width: 850px !important; 
}
}
@media only screen and (width: 912px) and (max-width: 1023px) {
  #epiMainImageSlider img {
    width: 950px !important;
  }
}

/* Laptops */
/* @media only screen and (min-width: 1024px)  {
    .setWidth{
            margin-left: 64px;
    }
} */
 