.mobile-nav:focus,
.mobile-nav:active {
  outline: none !important;
  box-shadow: none;
}

/* hamburger menu */
.mobile-nav-icon {
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
  padding: 14px !important;
}

.mobile-nav-icon-x {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.mobile-nav-icon-x span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.mobile-nav-icon-x span {
  background: #545454;
}

.mobile-nav-icon-x span:nth-child(1) {
  top: 0px;
}

.mobile-nav-icon-x span:nth-child(2) {
  top: 10px;
}

.mobile-nav-icon-x span:nth-child(3) {
  top: 20px;
}

.mobile-nav-icon-x.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mobile-nav-icon-x.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mobile-nav-icon-x.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* mobile nav */
.mobile-nav-menu {
  display: none;
  border-left: 1px solid #e2e2e2;
  position: fixed;
  padding-top: 30px;
  height: 100vh;
  width: 230px;
  background-color: #f3f3f3;
  top: 50px;
  right: 0px;
  z-index: 4;
}

.mobile-nav-menu ul {
  list-style-type: none;
}

.mobile-nav-menu ul li {
  padding: 5px;
}

.mobile-nav-menu ul li a {
  text-decoration: none;
  color: #313131;
}

/* mobile solution cards */
.al-mobile-solutions {
  display: none;
  padding: 0 10px;
}

/* AL service menu --- Mobile */
.al-mobile-service-menu {
  overflow-y: auto;
  max-height: 300px;
}

/* AL service modal close btn */
.mobile-card-close-btn{
  display: none;
  position: absolute;
  top: 45px;
  right: 105px;
}

@media screen and (max-width: 1140px) {
  .header-icon,
  .main-nav {
    display: none;
  }
  .mobile-nav {
    display: block !important;
  }
  #alMain {
    padding-top: 50px;
  }
  .scroll-down-icon {
    width: 5%;
    left: 47.5%;
  }
  .title-bar {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 1023px) {
  .home-solution-div {
    display: none;
  }
  .al-mobile-solutions {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .pharma-card-image {
    display: none;
  }
  .pharma-card-divs {
    float: none;
  }
  .home-pharma-card-list {
    width: 100%;
  }
}

@media screen and (max-width: 665px) {
  .xs-title-bar {
    display: block;
    background: #ffffff;
    box-shadow: 0px 2px 5px 1px #e0e0e0;
  }
  .scroll-down-icon {
    width: 6%;
    left: 47%;
  }
  .word-break{
    white-space: break-spaces;
  }
}

@media screen and (max-width: 600px) {
  .sm-footer-section {
    display: none;
  }
  .solution-title-bar {
    height: 125px;
  }
  .solution-title-bar h1 {
    padding-top: 45px;
  }
  .mobile-card-close-btn{
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .solution-card-title {
    padding-bottom: 0px;
    font-size: 0.8em;
  }
  .pr-image-right{
    float: none;
    width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 475px) {
  .scroll-down-icon {
    width: 8%;
    left: 46%;
  }
  .header-title {
    font-size: 1.2rem;
    padding: 13px 13px 13px 0;
  }
  .al-mobile-solutions {
    padding: 0 3px;
  }
  .carousel-caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 430px) {
  .solution-card-image {
    padding: 0.2em;
  }
}

@media screen and (max-width: 405px) {
  .header-title {
    display: none;
  }
  .logout-btn {
    position: relative;
    top: 0;
    right: 0;
  }
}