/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .tb100p {
    padding: 30px 0px !important;
  }
  .hero_banner h1 {
    font-size: 48px !important;
    line-height: 60px !important;
  }
  .common {
    padding: 40px 0px !important;
  }
  .common h2 {
    font-size: 40px !important;
  }
  .common p {
    line-height: 1.5 !important;
  }
  .common .background_::after {
    top: 330px !important;
  }
  .common .service_background::after {
    top: 400px !important;
  }
  .gradient_bg {
    background: linear-gradient(to left, #CF0028 50%, #CF0028 50%) !important;
  }
  .cleaning_charges .gradient_bg ul li {
    margin-bottom: 10px !important;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tb100p {
    padding: 30px 0px !important;
  }
  .hero_banner h1 {
    font-size: 48px !important;
    line-height: 60px !important;
  }
  .hero_banner h1::after {
    top: 128px !important;
  }
  .common {
    padding: 40px 0px !important;
  }
  .common h2 {
    font-size: 40px !important;
  }
  .common p {
    line-height: 1.5 !important;
  }
  .common .background_::after {
    top: 300px !important;
  }
  .common .service_background::after {
    top: 270px !important;
  }
  .cleaning_charges .gradient_bg ul li {
    margin-bottom: 10px !important;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .tb60p {
    padding: 20px 0px !important;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
  /* Styles */
  .banner_height {
    height: 750px !important;
    padding-top: 160px !important;
  }
}
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}/*# sourceMappingURL=responsive.css.map */