/* hover zoom */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.irm-bg {
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/irm/irm-bck.jpg");
  height: 900px;
}

.item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.item img {
  max-width: 100%;

  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.item:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* hover zoom */

/* hover*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 35px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info,
.hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.noheight {
  height: auto;
}
/* hover */

.healthbread {
  position: absolute;
  left: 9px;
  top: 10px;
  z-index: 1;
}

.breadfloat {
  position: absolute;
  bottom: 1px;
  left: 8px;
  z-index: 1;
}

.overlay2 {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  width: 332px;
  text-align: center;
}

.overlaymid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.56);
  width: 300px;
  text-align: center;
}

.overlay2 h2 {
  color: #fff;
  font-size: 39px;
}

.overlaymid h2 {
  color: #fff;
  font-size: 38px;
}

.logooptic {
  position: absolute;
  top: 306px;
  right: 5%;
  font-size: 4rem;
  width: 30%;
}

.ven-tag {
  position: absolute;
  top: 458px;
  right: 5%;
  font-size: 4rem;
  color: #747474;
  font-style: italic;
}

/* section 2 */

.text-center {
  text-align: center;
}

.industries {
  font-size: 30px;
}

.hvr-rectangle-out::before {
  background: #8bc3e1;
}

.hvr-sweep-to-right::before {
  background: #288abf;
}

.bold-h1 {
  font-weight: 600;
  color: #288abf;
}

.prodlogo {
  padding-left: 94px;
}

.logopad {
  display: block;
  padding-bottom: 40px;
  margin-left: auto;
}

.padtop {
  padding-top: 100px;
}

.padbot {
  padding-bottom: 30px;
}

.pad-bot {
  padding-bottom: 60px;
}

.choc {
  position: absolute;
  left: 110px;
  top: 168px;
  width: 18%;
}

.tea {
  position: absolute;
  left: 380px;
  top: 389px;
  width: 18%;
}

.logopadleft {
  display: block;
  padding-bottom: 40px;
  margin-right: auto;
}

.inner-logo {
  position: absolute;
}

.paperplane {
  background-color: #b1d3e5;
}

.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centeralign {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contacth1 {
  text-align-last: left;
}

.contactsect {
  margin-top: 100px;
}

.contact1 {
  margin-top: 25px;
}

.contact-text {
  position: absolute;
  padding-top: 286px;
  color: #7c7c7c;
}

.menu-tag {
  font-size: 27px;
  font-weight: 100;
}
.sect2 {
  padding-right: 42px;
  padding-left: 42px;
}

.sect2para {
  position: absolute;
  right: 145px;
  top: 258px;
  width: 623px;
}

.sect2para p {
  text-align: justify;
  padding-top: 79px;
  font-size: 28px;
}

.sect2para h1 {
  font-size: 42px;
}

.menu-h {
  position: absolute;
  left: 4%;
  top: 3%;
}

.menu-coat {
  position: absolute;
  right: 8%;
  bottom: 0%;
}

.menu-textile {
  position: absolute;
  left: 4%;
  top: 0%;
}

.healthvid {
  margin-top: 60px;
  margin-bottom: 120px;
  margin-right: 90px;
  margin-left: 90px;
}

.right {
  text-align: justify;
}

.left {
  text-align: justify;
}

.iso-1 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 69px;
}

.iso-2 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 69px;
}

.pad-right {
  padding-right: 100px;
}

.plane {
  position: absolute;
  width: 30%;
  top: 35%;
}

.inq-btn {
  position: absolute;
  background: linear-gradient(to right, #288abf, #08ad8b);
  top: 59%;
  height: 41px;
  width: 180px;
  border: none;
  cursor: pointer;
}

.inq-btn p {
  font-size: 22px;
  padding: 2px;
  color: #fff;
}

.no {
  position: absolute;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  top: 67%;
}

.shadoww {
  position: absolute;
  background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  width: 223px;
  height: 10px;
  border-radius: 50%;
  top: 76%;
}

.pad-left {
  padding-left: 100px;
}

.para {
  font-size: 22px;
}

.contactsect {
  margin-top: 100px;
}

.contact-healthcare {
  height: 315px;
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/healthcare/contact-bckrnd.jpg");
}

.contact-healthcare h1 {
  padding-top: 30px;
}

.contact-para {
  margin-bottom: 5px;
}

.contact1 {
  margin-top: 25px;
}

.contact-text {
  position: absolute;
  padding-top: 286px;
  color: #7c7c7c;
}

.imgcurve {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.imgcurve-right {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
}

.imgcurve-left {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.iso-healthcare h1 {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.iso-healthcare {
  background-color: #f0f0f0;
}

.iso-para {
  font-size: 20px;
  text-align: center;
  padding-left: 5vw;
  padding-right: 5vw;
  font-weight: 100;
  margin-top: 30px;
}

.pointer {
  cursor: pointer;
}

.thumb1 {
  cursor: pointer;
  width: 22%;
  margin-right: 65px;
}

.thumb2 {
  cursor: pointer;
  width: 22%;
  margin-left: 68px;
}

.iso-certs {
  margin-top: 50px;
}

.heading2 {
  font-size: 25px;
  padding-bottom: 20px;
}

.heading {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 90px;
}

.partners {
  background-color: #f0f0f0;
}

.partnersp {
  background: linear-gradient(to right, #00cbd2, #08ad8b);
  width: 228px;
  height: 100px;
  margin: auto;
}

.partnersp p {
  padding: 27px;
  font-size: 26px;
  color: #fff;
}

.partnerimg {
  width: 84%;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5; */
}

/* .partnerimg:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity: 1;
} */

.parth1 {
  margin-top: 100px;
}

.bold-h1.white {
  color: #fff;
}

.surg p {
  padding: 8px;
}

/* iso image modal */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1041; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #7c7c7c;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/* .vid{
  position: absolute;
  right:2950px;
  top:0px;
} */

.center {
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: auto;
}

.pad-top {
  padding-top: 90px;
}

/* section 2 end */

/* personal */

.surg-h1 {
  position: absolute;
  top: 243px;
  right: 159px;
  font-size: 4rem;
}

.surg-tag {
  position: absolute;
  top: 381px;
  right: 161px;
  font-size: 2rem;
}

.surg-p {
  position: absolute;
  top: 491px;
  right: 160px;
  font-size: 24px;
  text-align: justify;
  width: 540px;
}

.specialities-para {
  text-align: center;
  font-size: 26px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.specialities-surg {
  background-color: #f0f0f0;
}

.scissors {
  width: 13%;
}

.speciaitiesl-surg-p {
  font-size: 20px;
  font-weight: 600;
  color: rgb(48, 48, 48);
}

.padd {
  padding-left: 70px;
  padding-right: 70px;
}

.massage {
  margin-top: 70px;
  padding-left: 130px;
  padding-right: 130px;
  margin-bottom: 20px;
}

.massagepara {
  margin-top: 0px;
  padding-left: 130px;
  padding-right: 130px;
  margin-bottom: 70px;
}

.massagepara p {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  font-size: 20px;
}

.productpara {
  margin-top: 110px;
  padding-left: 130px;
  padding-right: 130px;
  margin-bottom: 10px;
}

.productpara p {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  font-size: 20px;
}

/* overlay */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.7s ease;
  background-color: #288abf;
}

.overlay-skin {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.7s ease;
  background-color: rgb(255, 255, 255);
}

.hov1:hover .overlay {
  opacity: 0.9;
}

.hov2:hover .overlay {
  opacity: 0.9;
}

.hov3:hover .overlay {
  opacity: 0.9;
}

.hov4:hover .overlay {
  opacity: 0.9;
}

.hov1:hover .overlay-skin {
  opacity: 0.9;
}

.hov2:hover .overlay-skin {
  opacity: 0.9;
}

.hov3:hover .overlay-skin {
  opacity: 0.9;
}

.tex {
  color: white;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/* overlay */

/* personal */

/* optics */

/* nutriceuticals */

.nutri-h1 {
  position: absolute;
  top: 219px;
  right: 159px;
  font-size: 4rem;
  text-align-last: right;
}

.logojohn {
  position: absolute;
  top: 360px;
  right: 160px;
  width: 27%;
}

/* skin */
.skin-p {
  position: absolute;
  top: 352px;
  right: 160px;
  font-size: 24px;
  text-align: justify;
  width: 540px;
}

.iva-logo {
  width: 23%;
  padding-bottom: 20px;
}

.width1 {
  width: 23%;
}

.width2 {
  width: 14%;
}

.width3 {
  width: 14%;
}

.width4 {
  width: 31%;
}

.width5 {
  width: 26%;
}

.widthdetails {
  width: 66%;
}

/* skin */

/* oral */

.oral-h1 {
  position: absolute;
  top: 194px;
  right: 76px;
  font-size: 4rem;
}

.oral-p {
  position: absolute;
  top: 390px;
  right: 77px;
  font-size: 22px;
  text-align: justify;
  width: 588px;
}

.logoral {
  position: absolute;
  top: 280px;
  right: 78px;
  width: 27%;
}

.trisa-para {
  font-size: 25px;
}

/* oral */

/* personal */

/* nutrition */

.logomead {
  position: absolute;
  top: 190px;
  right: 99px;
  width: 27%;
}

.mead-p {
  position: absolute;
  top: 366px;
  right: 109px;
  font-size: 25px;
  text-align: justify;
  width: 740px;
}

.enfamama-para {
  font-size: 22px;
}

/* nutrition */

/* food */

.food-h1 {
  position: absolute;
  top: 243px;
  right: 159px;
  font-size: 4rem;
  color: #fff;
}

.food-p {
  position: absolute;
  top: 381px;
  right: 160px;
  font-size: 28px;
  text-align: justify;
  width: 705px;
  color: #fff;
}

/* food */

/* ingredients */
.ingredient-para {
  font-size: 24px;
}

/* ingredients */
@media only screen and (max-width: 1320px) and (min-width: 700px) {
  .sect2para {
    position: absolute;
    right: 68px;
    top: 97px;
    width: 576px;
  }
  .para {
    font-size: 20px;
  }

  .no {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    top: 69%;
  }

  .choc {
    position: absolute;
    left: 110px;
    top: 111px;
    width: 18%;
  }

  .tea {
    position: absolute;
    left: 292px;
    top: 277px;
    width: 18%;
  }

  .choc {
    position: absolute;
    left: 110px;
    top: 121px;
    width: 18%;
  }

  .massagepara p {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 18px;
  }

  .productpara p {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 18px;
  }

  .optics-p {
    position: absolute;
    top: 379px;
    right: 68px;
    font-size: 23px;
    text-align: justify;
    width: 547px;
  }

  .connection {
    background-color: #f0f0f0;
    position: absolute;
    top: 79rem;
    right: 55px;
    height: 458px;
    width: 30px;
    z-index: -1;
  }

  .connection2 {
    background-color: #f0f0f0;
    position: absolute;
    top: 1240px;
    right: 55px;
    height: 30px;
    width: 385px;
    z-index: -1;
  }

  .connection3 {
    background-color: #f0f0f0;
    position: absolute;
    top: 147rem;
    right: 55px;
    height: 393px;
    width: 30px;
    z-index: -1;
  }

  .connection4 {
    background-color: #f0f0f0;
    position: absolute;
    top: 2332px;
    right: 55px;
    height: 30px;
    width: 385px;
    z-index: -1;
  }

  .food-h1 {
    position: absolute;
    top: 169px;
    right: 112px;
    font-size: 57px;
    color: #fff;
  }
  .food-p {
    position: absolute;
    top: 259px;
    right: 116px;
    font-size: 22px;
    text-align: justify;
    width: 470px;
    color: #fff;
  }

  .mead-p {
    position: absolute;
    top: 302px;
    right: 109px;
    font-size: 20px;
    text-align: justify;
    width: 514px;
  }
  .ven-tag {
    position: absolute;
    top: 414px;
    right: 5%;
    font-size: 3rem;
    color: #747474;
    font-style: italic;
  }
}

@media only screen and (max-width: 1700px) and (min-width: 1320px) {
  .sect2para {
    position: absolute;
    right: 104px;
    top: 122px;
    width: 623px;
  }

  .para {
    font-size: 20px;
  }

  .no {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    top: 69%;
  }

  .tea {
    position: absolute;
    left: 292px;
    top: 277px;
    width: 18%;
  }

  .choc {
    position: absolute;
    left: 110px;
    top: 121px;
    width: 18%;
  }

  .optics-p {
    position: absolute;
    top: 379px;
    right: 68px;
    font-size: 23px;
    text-align: justify;
    width: 547px;
  }

  .connection {
    background-color: #f0f0f0;
    position: absolute;
    top: 86rem;
    right: 55px;
    height: 434px;
    width: 30px;
    z-index: -1;
  }

  .connection2 {
    background-color: #f0f0f0;
    position: absolute;
    top: 1372px;
    right: 55px;
    height: 30px;
    width: 385px;
    z-index: -1;
  }

  .connection3 {
    background-color: #f0f0f0;
    position: absolute;
    top: 150rem;
    right: 55px;
    height: 393px;
    width: 30px;
    z-index: -1;
  }

  .connection4 {
    background-color: #f0f0f0;
    position: absolute;
    top: 2400px;
    right: 55px;
    height: 30px;
    width: 385px;
    z-index: -1;
  }

  .food-h1 {
    position: absolute;
    top: 169px;
    right: 112px;
    font-size: 57px;
    color: #fff;
  }
  .food-p {
    position: absolute;
    top: 259px;
    right: 116px;
    font-size: 22px;
    text-align: justify;
    width: 470px;
    color: #fff;
  }

  .mead-p {
    position: absolute;
    top: 333px;
    right: 109px;
    font-size: 22px;
    text-align: justify;
    width: 589px;
  }

  .ven-tag {
    position: absolute;
    top: 414px;
    right: 5%;
    font-size: 3rem;
    color: #747474;
    font-style: italic;
  }
}

/* Added by Ashan on 2/10/18 */
.hpcare-tile-row {
  justify-content: center;
}

.modal-dialog {
  max-width: 800px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .irm-bg {
    background: linear-gradient(to right, #00cbd2, #52d7bc);
  }

  .personal-h1 {
    position: relative;
    top: 16%;
    right: 50%;
    font-size: 3rem;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .inquire {
    height: 74px;
  }

  .pad-top {
    padding-top: 0px;
  }

  .no {
    top: 71%;
  }

  .contact-healthcare {
    height: 312px !important;
  }

  .coating-h1 {
    top: -11%;
  }

  .overlaymid h2 {
    color: #fff;
    font-size: 9px;
    padding-top: 7px;
  }

  .tex-mob-padding {
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .lab-p {
    padding: 40px;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .no {
    position: absolute;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    top: 75%;
  }

  .plane {
    position: absolute;
    width: 30%;
    top: 30%;
  }

  .shadoww {
    position: absolute;
    background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    width: 223px;
    height: 10px;
    border-radius: 50%;
    top: 87%;
  }

  .menu-tag {
    font-size: 20px;
    font-weight: 100;
    text-shadow: 0 0 3px #fff;
  }

  .irm-bg {
    background: linear-gradient(to right, #00cbd2, #52d7bc);
  }
}

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

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

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* 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 */
}

@media only screen and (max-width: 768px) {
  /* Styles */
}
