/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .e-respmenu {
    background-color: rgba(251, 156, 91, 0.65) !important;
    text-align: right;
    padding: 10px;
  }
  .e-respmenu .nav-link {
    padding: 7px 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .whatsapp_call {
    font-size: 22px !important;
    padding-left: 75px !important;
  }
  .whatsapp_call::before {
    left: -16px !important;
  }
  .banner .caption {
    font-size: 20px !important;
    line-height: 26px !important;
    padding-top: 60px !important;
  }
  .banner .caption p {
    font-size: 16px;
  }
  .testimonial {
    padding: 30px 0px 0px 0px !important;
  }
  .mid_hd {
    padding-top: 30px;
  }
}

/* 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-device-width: 768px) and (max-device-width: 1024px) {
  .e-respmenu {
    background-color: rgba(251, 156, 91, 0.65) !important;
    text-align: right;
    padding: 10px;
  }
  .e-respmenu .nav-link {
    padding: 7px 0px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .whatsapp_call {
    padding-left: 75px !important;
  }
  .whatsapp_call::before {
    left: -16px !important;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}

/**********
    iPad 3
    **********/
@media only screen and (min-device-width: 768px) and (max-device-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: 1824px) {
  /* Styles */
}

/* 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 */