@charset "UTF-8";
/*---------------------
     VARIABLES
----------------------*/
/*-------------------- 
     MIXINS
 -------------------*/
/*--------------------------
      Global Styles
---------------------------*/
body {
  background-color: #ffffff;
  font-family: "Arial";
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: #F36633;
  color: #ffffff;
}

a {
  color: #000000;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
}
a:hover {
  color: #F36633;
  text-decoration: none;
}

strong, b {
  font-family: "Arial";
}

textarea {
  resize: none;
}

section {
  position: relative;
  padding: 80px 0;
}
@media only screen and (min-width: 319px) and (max-width: 575px) {
  section {
    padding: 45px 0;
  }
}

img {
  max-width: 100%;
}

.wrapper-boxed {
  padding: 0 50px 50px 50px;
}

/* Import Droid Serif Font*/
@font-face {
  font-family: "Droidserif italic";
  src: url("../fonts/DroidSerif-Italic.ttf");
}
/*-------------------------
    RESET Default Styles
--------------------------*/
*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

*,
:active,
:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

@media only screen and (min-width: 319px) and (max-width: 575px) {
  .wrapper-boxed {
    padding: 0 10px 10px 10px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  sup {
    font-size: 8px;
  }
}

.secondary-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .secondary-title {
    font-size: 20px;
    font-weight: bold !important;
  }
}
@media (min-width: 1380px) {
  .secondary-title {
    font-size: 32px;
    line-height: 46px;
  }
}

.font-weight-500 {
  font-weight: 500;
}

.drug-agent-details p {
  line-height: 15px;
  font-size: 13px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .drug-agent-details p {
    line-height: 13px;
    font-size: 12px !important;
    margin: 0;
  }
}
@media (min-width: 1380px) {
  .drug-agent-details p {
    line-height: 15px !important;
    font-size: 15px !important;
  }
}

.fs-13 {
  font-size: 13px;
}
@media (min-width: 1380px) {
  .fs-13 {
    font-size: 14px;
  }
}

.vaccin-information {
  padding: 35px 30px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .vaccin-information {
    padding: 32px 15px;
  }
}
.vaccin-information ul {
  font-weight: 600;
}
.vaccin-information .fs-13 {
  line-height: 16px;
}

.two-full-width .icon-list li {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1380px) {
  .two-full-width .icon-list li {
    font-size: 16px;
    line-height: 24px;
  }
}

.vaccine-left-bg {
  background-image: url(../images/banners/1.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.vaccine-left-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.234) 0%, rgba(196, 196, 196, 0.24) 53.27%);
  mix-blend-mode: multiply;
}
.vaccine-left-bg img {
  display: none;
}
@media (min-width: 1620px) {
  .vaccine-left-bg {
    background-image: none;
  }
  .vaccine-left-bg:after {
    display: none;
  }
  .vaccine-left-bg img {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .vaccine-left-bg {
    background: none;
  }
  .vaccine-left-bg img {
    display: block;
  }
}

.teens-wrapper .vaccine-left-bg {
  background-image: url(../images/banners/2.jpg);
}
@media (min-width: 1620px) {
  .teens-wrapper .vaccine-left-bg {
    background-image: none;
  }
  .teens-wrapper .vaccine-left-bg:after {
    display: none;
  }
  .teens-wrapper .vaccine-left-bg img {
    display: block;
    width: 100%;
  }
}

.superscript {
  word-break: break-word;
}
.superscript .icon-list li {
  font-size: 13px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .superscript .icon-list li {
    font-size: 11px;
    line-height: 16px;
    text-shadow: none;
  }
  .superscript .icon-list li:before {
    font-size: 11px;
  }
}
@media (min-width: 1380px) {
  .superscript .icon-list li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .section-2 .fancybox-item {
    text-align: center;
  }
  .section-2 .fancybox-item .fancybox__icon img {
    height: 56px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .section-2 .mb-100 {
    margin-bottom: 30px !important;
  }
  .section-2 .mb-60 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1380px) {
  .section-2 .col-lg-7 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .section-2 .col-lg-4 {
    padding: 0 15px !important;
  }
}
@media (max-width: 320px) {
  .section-2 .col-lg-4 br {
    display: none;
  }
}

@media (min-width: 1380px) {
  .section-3 .right-info {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.cta .heading__title span {
  display: inline-block;
  position: relative;
}
.cta .heading__title span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -4px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .cta .heading__title span {
    margin-top: 25px;
  }
}

.hide {
  display: none !important;
}

.popup-window-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999999;
}
.popup-window-wrapper .popup {
  position: fixed;
  top: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 700px;
  background: white;
  padding: 2rem;
  border-radius: 0.25rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .popup-window-wrapper .popup {
    width: 700px;
  }
}
@media all and (max-width: 700px) {
  .popup-window-wrapper .popup {
    margin: 0 15px;
    padding: 15px;
  }
}
.popup-window-wrapper .button-section {
  display: flex;
}
.popup-window-wrapper .button-section #close {
  margin-left: 10px;
}
.popup-window-wrapper .button-section .btn {
  width: auto;
  height: 40px;
  line-height: 26px;
  background: #f0efed;
  color: #000000;
  border: #f0efed;
  font-weight: normal;
  padding: 0.5rem 1.25rem;
  border-radius: 0.25rem;
}

.vaccine-selection {
  background-color: #15717d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vaccine-selection .col-sm-7 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.vaccine-selection .vaccine-selection__title-section {
  margin-left: 30px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .vaccine-selection .vaccine-selection__title {
    padding: 25px 0 20px !important;
  }
}
.vaccine-selection .vaccine-selection__title h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  padding-left: 10px;
}
@media (min-width: 1380px) {
  .vaccine-selection .vaccine-selection__title h4 {
    font-size: 33px;
    line-height: 37px;
  }
}
@media (max-width: 1024px) {
  .vaccine-selection .vaccine-selection__title h4 {
    font-size: 23px;
    line-height: 26px;
  }
}
@media (max-width: 920px) {
  .vaccine-selection .vaccine-selection__title h4 {
    font-size: 26px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .vaccine-selection .vaccine-selection__title h4 {
    font-size: 23px;
    line-height: 24px;
    padding-left: 0;
  }
}
@media all and (max-width: 320px) {
  .vaccine-selection .vaccine-selection__title h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.vaccine-selection .vaccine-selection__title h4:before {
  content: "";
  width: 2px;
  height: 130px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .vaccine-selection .vaccine-selection__title h4:before {
    height: 80px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 575px) {
  .vaccine-selection .vaccine-selection__title h4:before {
    display: none;
  }
}
.vaccine-selection .vaccine-selection__title .mobile {
  display: none;
}
@media only screen and (min-width: 319px) and (max-width: 575px) {
  .vaccine-selection .vaccine-selection__title .mobile {
    display: block;
  }
}
.vaccine-selection .vaccine-selection__title img {
  margin: 25px auto 0;
}
.vaccine-selection .sticker {
  position: absolute;
  width: 180px;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
}
@media (min-width: 1380px) {
  .vaccine-selection .sticker {
    width: 230px;
  }
}
@media (max-width: 920px) {
  .vaccine-selection .sticker {
    width: 120px;
    top: 50%;
    transform: translate(0, -65%);
  }
}
@media only screen and (min-width: 319px) and (max-width: 575px) {
  .vaccine-selection .sticker {
    width: 100px;
  }
}
.vaccine-selection .two-banners {
  background-color: #f36633;
  position: relative;
}
.vaccine-selection .two-banners h6 {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  margin: 12px 0;
  font-weight: normal;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .vaccine-selection .two-banners h6 {
    font-size: 23px;
    line-height: 40px;
    padding: 4px 0;
    margin: 0;
    background-color: #f36633;
  }
}
@media all and (max-width: 320px) {
  .vaccine-selection .two-banners h6 {
    font-size: 18px;
    line-height: 35px;
  }
}
.vaccine-selection .two-banners .desktop {
  display: block;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .vaccine-selection .two-banners .desktop {
    display: none;
  }
}
.vaccine-selection .two-banners .mobile {
  display: none;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .vaccine-selection .two-banners .mobile {
    display: block;
  }
}
.vaccine-selection .two-banners .col-sm-6 {
  border-right: 0.3px solid #ffffff;
}
.vaccine-selection .two-banners .col-sm-6:last-child {
  border-left: 0.3px solid #ffffff;
  border-right: 0;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .vaccine-selection .two-banners {
    background-color: #ffffff;
  }
  .vaccine-selection .two-banners .col-sm-6 {
    width: 50%;
    border-right: 0.3px solid #ffffff;
  }
  .vaccine-selection .two-banners .col-sm-6:last-child {
    border-left: 0.3px solid #ffffff;
    border-right: 0;
  }
}

.infants-wrapper .slider .slide-item {
  background-image: url(../images/slider/1.jpg);
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .infants-wrapper .slider .slide-item {
    background-image: none;
  }
}
.infants-wrapper .slider .bg-img {
  display: none;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .infants-wrapper .slider .bg-img {
    display: block;
  }
}
.infants-wrapper .slider .bg-overlay-2:before {
  z-index: auto;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .infants-wrapper .slider .bg-overlay-2:before {
    display: none;
  }
}

.teens-wrapper .slider .slide-item {
  background-image: url(../images/slider/2.jpg);
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .teens-wrapper .slider .slide-item {
    background-image: none;
  }
}
.teens-wrapper .slider .bg-img {
  display: none;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .teens-wrapper .slider .bg-img {
    display: block;
  }
}
.teens-wrapper .slider .bg-overlay-2:before {
  z-index: auto;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .teens-wrapper .slider .bg-overlay-2:before {
    display: none;
  }
}
.teens-wrapper .schedule-table .item ul {
  font-size: 16px;
}
@media (min-width: 1380px) {
  .teens-wrapper .schedule-table .item ul {
    font-size: 20px;
    line-height: 24px;
  }
}

.footer-information .icon-list li {
  color: #000000;
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.woff);
}
@font-face {
  font-family: ElegantIcons;
  src: url(../fonts/ElegantIcons.woff);
}
/* AR CSS */
.main-wrapper.ar header {
  direction: rtl;
}
.main-wrapper.ar header .lang-nav li a, .main-wrapper.ar header .main-nav li a {
  display: inline-block;
}
.main-wrapper.ar header .navbar .logo {
  justify-content: flex-start;
}
.main-wrapper.ar header .language-switcher {
  text-align: left;
  direction: ltr;
}
.main-wrapper.ar header .header-info {
  padding-left: 0;
  padding-right: 50px;
  text-align: left;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .main-wrapper.ar header .header-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-wrapper.ar header .header-info p {
    text-align: left;
  }
}
.main-wrapper.ar .vaccine-selection__title-section {
  margin-left: 0;
  margin-right: 30px;
}
.main-wrapper.ar .vaccine-selection {
  direction: rtl;
}
.main-wrapper.ar .vaccine-selection .vaccine-selection__title h4 {
  padding-left: 0;
  padding-right: 10px;
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 1380px) {
  .main-wrapper.ar .vaccine-selection .vaccine-selection__title h4 {
    font-size: 33px;
    line-height: 37px;
  }
}
@media (max-width: 1024px) {
  .main-wrapper.ar .vaccine-selection .vaccine-selection__title h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 920px) {
  .main-wrapper.ar .vaccine-selection .vaccine-selection__title h4 {
    font-size: 26px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .main-wrapper.ar .vaccine-selection .vaccine-selection__title h4 {
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 320px) {
  .main-wrapper.ar .vaccine-selection .vaccine-selection__title h4 {
    font-size: 19px;
    line-height: 24px;
  }
}
.main-wrapper.ar .vaccine-selection .vaccine-selection__title h4:before {
  left: inherit;
  right: 0;
  height: 105px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .main-wrapper.ar .vaccine-selection .vaccine-selection__title h4:before {
    height: 50px;
  }
}
.main-wrapper.ar .vaccine-selection .two-banners h6 {
  font-size: 30px;
  line-height: 40px;
}
.main-wrapper.ar .vaccine-selection .two-banners .col-sm-6 {
  border-right: 0;
  border-left: 0.3px solid #ffffff;
}
.main-wrapper.ar .vaccine-selection .two-banners .col-sm-6:last-child {
  border-left: 0;
  border-right: 0.3px solid #ffffff;
  border-right: 0;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .main-wrapper.ar footer .toll-free p {
    font-size: 12px;
    line-height: 13px;
  }
}

.ar #scrollTopBtn.actived {
  left: 30px;
  right: inherit;
}

.teens-wrapper.ar header, .infants-wrapper.ar header {
  direction: rtl;
}
.teens-wrapper.ar header .navbar .logo, .infants-wrapper.ar header .navbar .logo {
  justify-content: flex-start;
}
.teens-wrapper.ar header .navbar .lang-nav, .teens-wrapper.ar header .navbar .main-nav, .infants-wrapper.ar header .navbar .lang-nav, .infants-wrapper.ar header .navbar .main-nav {
  direction: ltr;
}
.teens-wrapper.ar header .navbar .lang-nav li a, .teens-wrapper.ar header .navbar .main-nav li a, .infants-wrapper.ar header .navbar .lang-nav li a, .infants-wrapper.ar header .navbar .main-nav li a {
  display: inline-block;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .teens-wrapper.ar header .navbar .language-switcher, .infants-wrapper.ar header .navbar .language-switcher {
    padding-left: 0;
    padding-right: 15px;
  }
}
.teens-wrapper.ar .slider .slider__sticker, .infants-wrapper.ar .slider .slider__sticker {
  right: inherit;
  left: 0;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .teens-wrapper.ar .slider .slider__sticker, .infants-wrapper.ar .slider .slider__sticker {
    width: 130px;
  }
}
.teens-wrapper.ar .slider .btn__bordered.btn__primary, .infants-wrapper.ar .slider .btn__bordered.btn__primary {
  font-size: 20px;
}
@media (min-width: 1380px) {
  .teens-wrapper.ar .slider .btn__bordered.btn__primary, .infants-wrapper.ar .slider .btn__bordered.btn__primary {
    font-size: 25px;
    line-height: 30px;
  }
}
.teens-wrapper.ar .slider .bg-overlay-2:before, .infants-wrapper.ar .slider .bg-overlay-2:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(196, 196, 196, 0.4) 88.61%);
  mix-blend-mode: multiply;
}
.teens-wrapper.ar .section-2, .infants-wrapper.ar .section-2 {
  direction: rtl;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .teens-wrapper.ar .section-2 h2, .infants-wrapper.ar .section-2 h2 {
    text-align: center;
  }
}
.teens-wrapper.ar .section-3 .right-info, .infants-wrapper.ar .section-3 .right-info {
  direction: rtl;
}
.teens-wrapper.ar .section-3 .right-info .icon-list.layout7 li, .infants-wrapper.ar .section-3 .right-info .icon-list.layout7 li {
  padding-left: 0;
  padding-right: 25px;
}
.teens-wrapper.ar .section-3 .right-info .icon-list.layout7 li:before, .infants-wrapper.ar .section-3 .right-info .icon-list.layout7 li:before {
  left: inherit;
  right: 5px;
}
.teens-wrapper.ar .section-4, .infants-wrapper.ar .section-4 {
  direction: rtl;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .teens-wrapper.ar .section-4 .secondary-title br, .infants-wrapper.ar .section-4 .secondary-title br {
    display: none;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .teens-wrapper.ar .section-4 .schedule-table .item .col-md-2, .infants-wrapper.ar .section-4 .schedule-table .item .col-md-2 {
    text-align: left;
  }
  .teens-wrapper.ar .section-4 .schedule-table .item .btn, .infants-wrapper.ar .section-4 .schedule-table .item .btn {
    width: 100px;
  }
}
.teens-wrapper.ar .section-6, .infants-wrapper.ar .section-6 {
  direction: ltr;
  text-align: left;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .teens-wrapper.ar footer .text-left, .infants-wrapper.ar footer .text-left {
    text-align: left !important;
  }
}
.teens-wrapper.ar .arrow_up, .infants-wrapper.ar .arrow_up {
  font-family: ElegantIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.teens-wrapper.ar .arrow_up:before, .infants-wrapper.ar .arrow_up:before {
  content: "!";
}
.teens-wrapper.ar .popup-window-wrapper .popup, .infants-wrapper.ar .popup-window-wrapper .popup {
  direction: rtl;
}
.teens-wrapper.ar .popup-window-wrapper .button-section #close, .infants-wrapper.ar .popup-window-wrapper .button-section #close {
  margin-left: 0;
  margin-right: 10px;
}
.teens-wrapper.ar .fancybox-item .fancybox__icon, .infants-wrapper.ar .fancybox-item .fancybox__icon {
  padding-left: 0;
  text-align: center;
}

/*----------------------------
      Helper Classes
----------------------------*/
.col-padding-0 > .row {
  margin: 0;
}

.col-padding-0,
.col-padding-0 > .row > [class*=col-] {
  padding: 0;
}

.inner-padding {
  padding: 138px 70px;
}

.lh-1 {
  line-height: 1 !important;
}

@media (min-width: 992px) {
  .col-lg-5th {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* Margin  */
.m-0 {
  margin: 0 !important;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/*  padding  */
.p-0 {
  padding: 0 !important;
}

/* padding Top */
.pt-0 {
  padding-top: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}
@media only screen and (min-width: 319px) and (max-width: 575px) {
  .pt-70 {
    padding-top: 40px !important;
  }
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

/*  Padding Bottom */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.vh-100 {
  height: 100vh !important;
}

.h-70 {
  height: 70px;
}

.h-100 {
  height: 100px !important;
}

.list-inline > li {
  display: inline-block;
}

.align-v {
  display: flex;
  align-items: center;
}

.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center;
}

.font-secondary {
  font-family: "Arial";
}

/* Mobile Phones */
@media only screen and (max-width: 575px) {
  .justify-content-xs-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .text-left-xs {
    text-align: left !important;
  }

  .text-right-xs {
    text-align: right !important;
  }

  .pull-none-xs {
    float: none !important;
  }

  .mb-0-xs {
    margin-bottom: 0 !important;
  }

  .mb-20-xs {
    margin-bottom: 20px !important;
  }

  .mb-30-xs {
    margin-bottom: 30px !important;
  }

  .mb-50-xs {
    margin-bottom: 50px !important;
  }

  .mb-60-xs {
    margin-bottom: 60px !important;
  }
}
/* Tablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }

  .text-left-sm {
    text-align: left !important;
  }

  .text-right-sm {
    text-align: right !important;
  }

  .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .mb-20-sm {
    margin-bottom: 20px !important;
  }

  .mb-30-sm {
    margin-bottom: 30px !important;
  }

  .mb-50-sm {
    margin-bottom: 50px !important;
  }

  .mb-60-sm {
    margin-bottom: 60px !important;
  }

  .p-0-sm {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .pb-15-sm {
    padding-bottom: 15px !important;
  }

  .pb-20-sm {
    padding-bottom: 20px !important;
  }

  .pb-30-sm {
    padding-bottom: 30px !important;
  }

  .pb-50-sm {
    padding-bottom: 50px !important;
  }

  .pb-60-sm {
    padding-bottom: 60px !important;
  }
}
/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .text-center-xs-sm {
    text-align: center !important;
  }

  .inner-padding {
    padding: 50px 30px !important;
  }
}
/* Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-padding {
    padding: 100px 50px !important;
  }
}
/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-black {
  color: #000000 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #F0EFED !important;
}

.color-dark {
  color: #282828 !important;
}

.color-theme {
  color: #F36633 !important;
}

.color-heading {
  color: #222222 !important;
}

.color-body {
  color: #9b9b9b !important;
}

.color-light-gray {
  color: #544F40 !important;
}
.color-light-gray a {
  color: #544F40;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
}
.color-light-gray a:hover {
  color: #F36633;
  text-decoration: none;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #F0EFED !important;
}

.bg-dark {
  background-color: #282828 !important;
}

.bg-heading {
  background-color: #222222 !important;
}

.bg-theme {
  background-color: #F36633 !important;
}

.bg-genoa {
  background-color: #15717d !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-2:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.39) 0%, rgba(196, 196, 196, 0.4) 67.08%);
  mix-blend-mode: multiply;
}

.teens-wrapper .bg-overlay-2:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(196, 196, 196, 0.4) 65.14%);
  mix-blend-mode: multiply;
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.75);
}

.bg-overlay-4:before {
  background-color: rgba(27, 26, 26, 0.55);
}

.bg-overlay-5:before {
  background-color: rgba(27, 26, 26, 0.15);
}

.bg-parallax {
  background-attachment: fixed;
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Arial";
  font-weight: 700;
  margin-bottom: 23px;
  line-height: 1.1;
}

p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
@media (min-width: 1380px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 16px;
}

.heading__subtitle {
  font-family: "Arial";
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #F36633;
  display: inline-block;
  margin-bottom: 31px;
}

.heading__title {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .heading__title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (min-width: 1380px) {
  .heading__title {
    font-size: 39px;
    line-height: 48px;
  }
}

.heading__desc {
  font-size: 17px;
  line-height: 27px;
  color: #a5a5a5;
  margin-bottom: 0;
}

.divider__line + .heading__desc {
  margin-top: 32px;
}

.heading-2 .heading__desc {
  margin-bottom: 44px;
}

.heading-3 .heading__title {
  margin-bottom: 13px;
}

.heading-3 .heading__desc {
  margin-bottom: 24px;
}

.heading-4 .heading__title {
  margin-bottom: 21px;
}

.heading-4 .divider__line + .heading__desc {
  margin-top: 23px;
}

.heading-8 .heading__desc {
  padding-top: 35px;
}

.heading-9 .heading__title {
  margin-bottom: 22px;
}

.heading-9 .heading__desc {
  margin-bottom: 43px;
}

.heading-10 .heading__title {
  font-size: 48px;
  line-height: 52px;
}

.heading__shape {
  display: inline-block;
  width: 70px;
  height: 48px;
  background-image: url(../images/shapes/plantshape.png);
  margin-bottom: 27px;
}

.heading__shape-white {
  background-image: url(../images/shapes/plantshape-white.png);
}

/*-----------------------
    Buttons
----------------------*/
.btn {
  font-family: "Arial";
  text-transform: none;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  width: 170px;
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1380px) {
  .btn {
    font-size: 20px;
    line-height: 24px;
    height: auto;
  }
}
.btn.btn-large {
  width: max-content;
  min-width: 170px;
  height: auto;
  line-height: normal;
  padding: 10px 20px;
}
@media (min-width: 1380px) {
  .btn.btn-large {
    font-size: 20px;
    line-height: 24px;
  }
}

.btn:focus,
.btn.active,
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn__block {
  width: 100%;
}

.btn__primary {
  background-color: #F36633;
  color: #F0EFED;
  border: 2px solid #F36633;
}

.btn__primary:active,
.btn__primary:focus,
.btn__primary:hover {
  background-color: transparent;
  color: #F36633;
}

.btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
  background-color: #ffffff;
  color: #F36633;
  border-color: #ffffff;
}

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}

.btn__secondary {
  background-color: #282828;
  color: #ffffff;
  border: 2px solid #282828;
}

.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
  background-color: #F36633;
  color: #ffffff;
  border-color: #F36633;
}

.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:focus,
.btn__secondary.btn__hover2:hover {
  background-color: #ffffff;
  color: #282828;
  border-color: #ffffff;
}

.btn__white {
  background-color: #ffffff;
  color: #222222;
  border: 2px solid #ffffff;
}

.btn__white:active,
.btn__white:focus,
.btn__white:hover {
  background-color: #F36633;
  color: #ffffff;
  border-color: #F36633;
}

.btn__white.btn__hover2:active,
.btn__white.btn__hover2:focus,
.btn__white.btn__hover2:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}

.btn__rounded {
  border-radius: 50px;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__primary {
  color: #F36633;
}

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
  color: #282828;
  background-color: transparent;
  border-color: transparent;
}

.btn__link.btn__secondary {
  color: #f36633;
}

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}

.btn__bordered {
  background-color: transparent;
}

.btn__bordered.btn__primary {
  color: #F36633;
  border-color: #F36633;
}

.btn__bordered.btn__primary:active,
.btn__bordered.btn__primary:focus,
.btn__bordered.btn__primary:hover {
  color: #ffffff;
  background-color: #F36633;
  border-color: #F36633;
}

.btn__bordered.btn__secondary {
  color: #282828;
  border-color: #282828;
}

.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover {
  color: #ffffff;
  background-color: #282828;
  border-color: #282828;
}

.btn__bordered.btn__white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
  color: #F36633;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn__white.btn__secondary {
  color: #282828;
  border-color: #ffffff;
  background-color: #ffffff;
}

.btn__white.btn__secondary:active,
.btn__white.btn__secondary:focus,
.btn__white.btn__secondary:hover {
  color: #ffffff;
  background-color: #F36633;
  border-color: #F36633;
}

.btn__video.popup-video {
  padding-left: 50px;
  color: #ffffff;
}
.btn__video.popup-video .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.btn__video.popup-video .video__player img {
  width: auto;
  display: inline-block;
  text-align: center;
}

.btn__video.popup-video:hover {
  color: #282828;
}

.btn i {
  margin-right: 9px;
}

/*-------------------
    Lists
-------------------*/
.icon-list {
  margin-bottom: 30px;
}
.icon-list li {
  position: relative;
  padding-left: 25px;
  color: #544F40;
  line-height: 30px;
}
.icon-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: ElegantIcons;
  font-size: 13px;
  color: #544F40;
}

.icon-list.layout1 li:before {
  content: "I";
}

.icon-list.layout2 li:before {
  content: "R";
}

.icon-list.layout3 li:before {
  content: "5";
}

.icon-list.layout4 li:before {
  content: "";
}

.icon-list.layout5 li:before {
  content: "";
}

.icon-list.layout6 li:before {
  content: "E";
}

.icon-list.layout7 li:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 7px;
  left: 5px;
  color: #f36633;
}

.icon-list.layout8 {
  counter-reset: numbers;
}
.icon-list.layout8 li:before {
  font-family: "Arial";
  font-weight: 600;
  counter-increment: numbers;
  content: counter(numbers) ".";
}

.contact__list li {
  font-size: 14px;
  line-height: 24px;
}
.contact__list li i {
  font-size: 16px;
  margin-right: 9px;
  color: #544F40;
}

/*----------------------------
       Header & Navbar 
-----------------------------*/
.header {
  position: relative;
  z-index: 1010;
}

.main-wrapper .header .navbar {
  background-color: #15717d;
}
.main-wrapper .header .header-info {
  padding-left: 50px;
}
.main-wrapper .header .header-info p {
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .main-wrapper .header .header-info p {
    font-size: 11px;
    line-height: 21px;
  }
}
.main-wrapper .header .language-switcher {
  text-align: right;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .main-wrapper .header .header-info {
    padding-left: 15px;
  }
  .main-wrapper .header .header-info br {
    display: none;
  }
  .main-wrapper .header .header-info p {
    font-size: 10px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 575px) {
  .main-wrapper .header .logo {
    order: 1;
  }
  .main-wrapper .header .language-switcher {
    order: 2;
    text-align: left;
  }
  .main-wrapper .header .header-info {
    order: 3;
    padding-left: 15px;
    margin-top: 30px;
  }
  .main-wrapper .header .header-info br {
    display: none;
  }
  .main-wrapper .header .header-info p {
    font-size: 10px;
    line-height: 16px;
  }
}

/* Navbar */
.header .navbar {
  padding: 0;
  height: 100px;
  max-height: 105px;
  background-color: #f36633;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .header .navbar {
    height: auto !important;
    max-height: inherit !important;
  }
}
.header .navbar .logo {
  padding: 0.25rem 30px 0.25rem 15px;
  width: 245px;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (min-width: 319px) and (max-width: 575px) {
  .header .navbar .logo {
    height: 75px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .header .navbar .logo {
    width: 50%;
  }
}
.header .navbar .logo img {
  width: 131px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .header .navbar .logo .navbar-brand {
    line-height: 70px;
  }
}
.header .navbar > .container,
.header .navbar > .container-fluid {
  position: relative;
  height: 100px;
}
.header .navbar .navbar-brand {
  padding: 0;
  margin: 0;
}
.header .navbar .logo-light {
  display: none;
}
.header .navbar .main-navigation {
  justify-content: flex-end;
  display: flex;
}
@media only screen and (min-width: 319px) and (max-width: 575px) {
  .header .navbar .main-navigation {
    display: block;
    font-size: 20px;
    line-height: 40px;
  }
  .header .navbar .main-navigation .main-nav {
    display: flex;
    height: 66px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .header .navbar .main-navigation .main-nav li {
    width: 50%;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (min-width: 319px) and (max-width: 575px) {
  .header .navbar .language-switcher {
    width: 50%;
    padding: 0;
    padding-left: 15px;
    font-size: 12px;
    line-height: 24px;
  }
}
.header .navbar .lang-nav li, .header .navbar .main-nav li {
  position: relative;
  display: inline;
  margin: 0 15px;
}
@media only screen and (min-width: 600px) and (max-width: 736px) {
  .header .navbar .lang-nav li, .header .navbar .main-nav li {
    margin: 0 10px;
  }
}
.header .navbar .lang-nav li a, .header .navbar .main-nav li a {
  padding: 0;
  position: relative;
}
@media (min-width: 1380px) {
  .header .navbar .lang-nav li a, .header .navbar .main-nav li a {
    font-size: 18px;
    line-height: 24px;
  }
}
.header .navbar .lang-nav li a.active:after, .header .navbar .main-nav li a.active:after {
  content: "";
  height: 0.55px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
}
.header .navbar .lang-nav li:last-child a, .header .navbar .main-nav li:last-child a {
  padding-right: 0;
}
.header .navbar .main-nav li a:before {
  content: "";
  width: 0.55px;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: -15px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .header .navbar .main-nav li a:before {
    display: none;
  }
}
.header .navbar .main-nav li:last-child a {
  padding-right: 0;
}
.header .navbar .main-nav li:last-child a:before {
  display: none;
}

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }
  .navbar .collapse:not(.show) {
    display: block;
  }
  .navbar .navbar-nav {
    margin: 0 !important;
  }
  .navbar .nav__item {
    margin-right: 0;
  }
  .navbar .nav__item .nav__item-link {
    color: #282828;
    line-height: 35px;
    padding-left: 15px;
  }
  .navbar .nav__item .nav__item-link:hover {
    color: #F36633;
  }
  .navbar .nav__item .nav__item-link:before {
    display: none;
  }
  .navbar .navbar-collapse {
    background-color: white;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  .navbar .navbar-collapse .navbar-modules {
    padding: 0 15px;
  }
  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .navbar .dropdown-toggle:after {
    right: 15px;
    content: "";
    content: "L";
    font-family: ElegantIcons;
  }
  .navbar .nav__item.opened > .dropdown-toggle:after,
.navbar .nav__item.show > .dropdown-toggle:after {
    content: "K";
  }
  .navbar .dropdown-menu {
    background-color: white;
  }
  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px;
  }
  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
  }
  .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
    padding-left: 10px;
  }
  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }
  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }
  .navbar .mega-dropdown-menu > .nav__item {
    padding: 0 10px;
  }
  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .fixed-navbar {
    position: static;
    animation: none;
  }

  .modules__wrapper {
    position: absolute;
    top: 50%;
    right: 38px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .module__btn-contact {
    display: none;
  }

  .header-transparent + .page-title {
    margin-top: 0;
  }

  .header .logo-dark,
.header-transparent .logo-dark {
    display: inline-block;
  }
  .header .logo-light,
.header-transparent .logo-light {
    display: none;
  }
  .header .module__btn,
.header-transparent .module__btn {
    color: #333333;
  }
  .header .navbar .navbar-toggler .menu-lines:before,
.header .navbar .navbar-toggler .menu-lines:after,
.header .navbar .navbar-toggler .menu-lines span,
.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #333333;
  }
  .header .navbar-expand-lg > .container,
.header .navbar-expand-lg > .container-fluid,
.header-transparent .navbar-expand-lg > .container,
.header-transparent .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none;
  }
  .header .navbar-brand,
.header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px;
  }

  .module__cart-container {
    right: 15px;
  }

  .header__topbar > .container {
    max-width: none;
  }

  .module__btn-popupMenu {
    margin-right: 15px !important;
  }

  .popupMenu__header {
    padding: 20px 40px;
  }

  .popupMenu__list li a {
    font-size: 14px;
    line-height: 30px;
  }

  .popupMenu__copyright {
    bottom: 20px;
  }

  .module__btn-sidenav {
    display: none;
  }
}
/* Medium and large Screens */
@media only screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px;
  }
  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
  }
  .navbar .dropdown-menu.mega-dropdown-menu {
    padding: 30px;
  }
  .navbar .nav__item.with-dropdown > .dropdown-menu,
.navbar .nav__item.dropdown-submenu > .mega-menu,
.navbar .nav__item.with-dropdown > .mega-menu,
.navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
  }
  .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu,
.navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.with-dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .navbar .nav__item.with-dropdown:hover > .dropdown-menu,
.navbar .nav__item.dropdown-submenu:hover > .mega-menu,
.navbar .nav__item.with-dropdown:hover > .mega-menu,
.navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  .navbar .nav__item.with-dropdown.mega-dropdown {
    position: static;
  }
  .navbar .nav__item.with-dropdown .mega-dropdown-menu {
    width: 100%;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    opacity: 0;
    color: #F36633;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }

  .navbar-nav > .nav__item > .dropdown-toggle:after {
    display: none;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu > .nav__item {
    padding: 0 15px;
  }

  .dropdown-menu.mega-dropdown-menu .nav__item:last-child > .nav__item-link {
    border-bottom: 1px solid #f2f2f2;
  }

  .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child > .nav__item-link {
    border-bottom: none;
  }
}
/*-------------------------
    Footer
--------------------------*/
.main-wrapper footer .toll-free p {
  line-height: 15px;
}

footer {
  word-break: break-word;
}
footer p {
  font-size: 14px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  footer p {
    font-size: 10px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer p {
    font-size: 10px;
    line-height: 16px;
  }
}
@media (min-width: 1380px) {
  footer p {
    font-size: 15px;
  }
}
footer img {
  width: 70px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  footer .text-right {
    text-align: left !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .mb-50 {
    margin-bottom: 25px !important;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  footer .mb-50 {
    margin-bottom: 25px !important;
  }
}

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 20px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #282828;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#scrollTopBtn:hover {
  background-color: #F36633;
}

#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
  cursor: pointer;
}

/*------------------------
    Slider 
--------------------------*/
.header-transparent + .slider {
  margin-top: -100px;
}

.header-transparent + .slider .slide__content {
  padding-top: 100px;
}

.slider {
  padding: 0;
}
.slider .btn__bordered.btn__primary {
  color: #F0EFED;
  width: 240px;
  min-width: 240px;
}
@media (min-width: 1380px) {
  .slider .btn__bordered.btn__primary {
    width: 324px;
  }
}
.slider .heading__shape {
  margin-bottom: 18px;
}
.slider .slide-item, .slider .col-sm-12 {
  height: 100vh;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slider .slide-item, .slider .col-sm-12 {
    height: 400px;
  }
}
.slider .slide__subtitle {
  display: inline-block;
  font-family: "Arial";
  font-size: 17px;
  line-height: 1;
  color: #F0EFED;
  margin-bottom: 25px;
}
.slider .slider__sticker {
  width: 280px;
  position: absolute;
  right: 0;
  bottom: 10%;
}
.slider .slide__title {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 37px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1380px) {
  .slider .slide__title {
    font-size: 66px;
    line-height: 80px;
  }
}
.slider .slide__content {
  padding-top: 7%;
}
.slider .slide__desc {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 33px;
}
.slider .carousel-arrows .owl-nav .owl-prev,
.slider .carousel-arrows .owl-nav .owl-next {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  line-height: 46px;
  opacity: 0;
  transform: scale(0.8);
  transition: border 0.3s linear, opacity 0.5s ease, transform 0.4s ease;
}
.slider:hover .carousel-arrows .owl-nav .owl-prev, .slider:hover .carousel-arrows .owl-nav .owl-next {
  transform: scale(1);
  opacity: 1;
}
.slider:hover .carousel-arrows .owl-nav .owl-prev:hover, .slider:hover .carousel-arrows .owl-nav .owl-next:hover {
  border-color: #F36633;
  color: #F36633;
}
.slider .carousel-arrows .owl-nav .owl-next:before,
.slider .carousel-arrows .owl-nav .owl-prev:before {
  font-family: eleganticons;
  font-size: 20px;
  transition: 0.4s ease;
}
.slider .carousel-arrows .owl-nav .owl-next:before {
  content: "5";
}
.slider .carousel-arrows .owl-nav .owl-prev:before {
  content: "4";
}
.slider .carousel-arrows .owl-nav .owl-prev {
  left: 30px;
}
.slider .carousel-arrows .owl-nav .owl-next {
  right: 30px;
}
.slider .carousel-arrows .owl-nav .owl-prev:after,
.slider .carousel-arrows .owl-nav .owl-next:after {
  display: none;
}
.slider .carousel-arrows .owl-dots {
  bottom: 30px;
  text-align: center;
}
.slider .carousel-dots .owl-dots .owl-dot span {
  background-color: #ffffff;
  border-color: #ffffff;
}
.slider .carousel-dots .owl-dots .owl-dot.active span {
  background-color: transparent;
  border-color: #ffffff;
}
.slider .carousel-dots .owl-dots .owl-dot.active span:before {
  background-color: #ffffff;
}

.slider-2 .slide__title,
.slider-3 .slide__title,
.slider-4 .slide__title {
  margin-bottom: 22px;
}

.slider-5 .slide__title {
  margin-bottom: 24px;
}

.slider-5 .slide__desc {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.slider-6 .slide__subtitle {
  font-family: "Arial";
  font-weight: 600;
}

.slider-6 .slide__title {
  margin-bottom: 27px;
}

.header-7 + .slider {
  margin-top: -145px;
}

.header-7 + .slider .slide__content {
  padding-top: 145px;
}

.slider-7 .slide__title {
  margin-bottom: 22px;
}

.slider-8 .slide__title {
  margin-bottom: 20px;
}

.slider-8 .carousel-arrows .owl-nav .owl-prev,
.slider-8 .carousel-arrows .owl-nav .owl-next {
  display: none;
}

.slider-8 .slide-item,
.slider-9 .slide-item {
  height: 540px;
}

.slider-9 .slide__title {
  margin-bottom: 11px;
}

.slider-9 .slide__desc {
  margin-bottom: 23px;
}

.slider-10 .slide__title {
  margin-bottom: 22px;
}

.slider-10 .slide__desc {
  margin-bottom: 36px;
}

.slider .slide-item .bg-img .desktop {
  display: block;
}
.slider .slide-item .bg-img .mobile {
  display: none;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .slider .slide-item .bg-img .desktop {
    display: none;
  }
  .slider .slide-item .bg-img .mobile {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider .slider__sticker {
    width: 180px;
  }
}
/* Mobile Phones and tablets */
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .slider .slide-item {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .slider .slide-item .col-sm-12 {
    height: auto;
  }
  .slider .slide-item .bg-img {
    order: 2;
  }
  .slider .slide-item .container {
    order: 1;
    background: #15717d;
    width: 100%;
    max-width: initial;
  }
  .slider .slide-item .slide__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slider .slide-item .slide__title {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .slider .slide-item .btn__bordered.btn__primary {
    width: 100%;
    font-size: 16px;
  }
  .slider .slide-item .slider__sticker {
    width: 120px;
    position: absolute;
    left: 15px;
    right: inherit;
    bottom: -78px;
    z-index: 9;
  }

  .header-transparent + .slider {
    margin-top: 0;
  }

  .header-transparent + .slider .slide__content {
    padding-top: 0;
  }

  .slider .carousel-arrows .owl-nav .owl-prev,
.slider .carousel-arrows .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .slider .carousel-arrows .owl-nav .owl-next:before,
.slider .carousel-arrows .owl-nav .owl-prev:before {
    font-size: 15px;
  }

  .slider-9 .container {
    max-width: none;
    padding: 0;
  }

  .slider-9 .slide__content {
    padding: 0 50px;
  }
}
/* Mobile Phones */
@media only screen and (min-width: 319px) and (max-width: 575px) {
  .slider .slide__subtitle {
    margin-bottom: 15px;
  }

  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
  }

  .slider .carousel-arrows .owl-nav .owl-prev,
.slider .carousel-arrows .owl-nav .owl-next {
    display: none;
  }

  .slider-9 .slide__content {
    padding: 0 20px;
  }
}
/* tablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider .slide__title {
    font-size: 40px;
    margin-bottom: 17px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }
}
/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider .carousel-arrows .owl-nav .owl-next {
    right: 0;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 0;
  }

  .slide__title {
    font-size: 50px;
  }

  .slider-9 .container {
    max-width: none;
    padding: 0;
  }

  .slider-9 .slide__content {
    padding: 0 50px;
  }
}
/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px;
  }

  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px;
  }

  .slider-9 .container {
    max-width: none;
    padding: 0;
  }
}
/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
}
.feature-item .feature__img {
  margin-bottom: 24px;
  position: relative;
}
.feature-item .feature__img:before, .feature-item .feature__img:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  background: #ffffff;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.feature-item .feature__img:after {
  opacity: 0.6;
}
.feature-item .feature__img:before, .feature-item .feature__img:hover:before {
  right: 0;
  top: 0;
}
.feature-item .feature__img:after, .feature-item .feature__img:hover:after {
  left: 0;
  bottom: 0;
}
.feature-item .feature__img:hover:before, .feature-item .feature__img:hover:after {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.feature-item .feature__subtitle {
  font-family: "Arial";
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
}
.feature-item .feature__title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 1;
  margin-bottom: 29px;
}
.feature-item .feature__desc {
  margin-bottom: 0;
}
.feature-item .btn__link {
  line-height: 1;
  border: none;
  width: auto;
  height: auto;
  margin-top: 21px;
}

.feature-item:hover .btn__link {
  color: #F36633;
}

.features-2 .feature-item .feature__title {
  margin-bottom: 23px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .feature-item {
    margin-bottom: 30px;
  }
}
/*-----------------------
     Fancybox 
------------------------*/
.fancybox-item {
  position: relative;
}
.fancybox-item .fancybox__icon {
  margin-bottom: 30px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .fancybox-item .fancybox__icon {
    padding-left: 0;
  }
}
.fancybox-item .fancybox__icon img {
  height: 78px;
}
.fancybox-item:hover .fancybox__title {
  color: #F36633;
}
.fancybox-item .fancybox__title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-item .fancybox__desc {
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 1380px) {
  .fancybox-item .fancybox__desc {
    font-size: 21px;
    line-height: 32px;
  }
}
.fancybox-item .fancybox__desc + .dotted__line {
  margin-top: 21px;
}

.fancybox-layout1 .fancybox-item {
  padding: 0 20px;
}

.fancybox-layout3 .fancybox__icon {
  position: absolute;
  top: 40px;
  left: 0;
  margin-bottom: 0;
}

.fancybox-layout3 .fancybox__content {
  padding-left: 100px;
}

.fancybox-layout3 .fancybox-item:hover .fancybox__icon {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.fancybox-layout4 .fancybox-item {
  padding: 64px 25px 52px;
}
.fancybox-layout4 .fancybox-item .fancybox__icon {
  margin-bottom: 25px;
}
.fancybox-layout4 .fancybox-item .fancybox__title {
  margin-bottom: 20px;
}
.fancybox-layout4 .fancybox-item .fancybox__icon,
.fancybox-layout4 .fancybox-item .fancybox__title,
.fancybox-layout4 .fancybox-item .fancybox__desc {
  color: #ffffff;
}

.fancybox-bordered .fancybox-item {
  padding: 8px 30px 35px;
}
.fancybox-bordered .fancybox-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ededed;
}
.fancybox-bordered .fancybox-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ededed;
}
.fancybox-bordered .fancybox-item:last-child:before {
  display: none;
}

.fancybox-bordered .fancybox-row:last-of-type .fancybox-item {
  padding-top: 42px;
  padding-bottom: 0;
}
.fancybox-bordered .fancybox-row:last-of-type .fancybox-item:after {
  display: none;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-item .fancybox__icon {
    font-size: 40px;
  }

  .fancybox-layout4 .fancybox-item {
    padding: 30px 15px;
  }

  .fancybox-bordered .fancybox-item:before,
.fancybox-bordered .fancybox-item:after {
    display: none;
  }

  .fancybox-bordered .fancybox-row:last-of-type .fancybox-item {
    padding: 20px;
  }
}
/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-bordered .fancybox-item,
.fancybox-bordered .fancybox-row:last-of-type .fancybox-item {
    padding-right: 15px;
    padding-left: 15px;
  }

  .fancybox-layout1 .fancybox-item {
    padding: 0;
  }
}
/* Large Size Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fancybox-layout4 .fancybox-item {
    padding: 63px 15px 52px;
  }
}
.schedule-table-title, .schedule-table {
  width: 100%;
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .schedule-table-title {
    display: none !important;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .teens-wrapper .schedule-table .item ul {
    font-size: 10px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .schedule-table.mb-50 {
    margin-bottom: 30px !important;
  }
}
.schedule-table .item {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.schedule-table .item .btn {
  font-size: 16px;
  letter-spacing: normal;
}
@media (min-width: 1380px) {
  .schedule-table .item .btn {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .schedule-table .item br {
    display: none;
  }
}
.schedule-table .item h6 {
  margin-bottom: 0;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .schedule-table .item h6 {
    font-size: 10px;
    line-height: 15px;
  }
}
.schedule-table .item ul {
  font-size: 13px;
  line-height: 15px;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .schedule-table .item ul {
    font-size: 8px;
    line-height: 10px;
  }
}
@media (min-width: 1380px) {
  .schedule-table .item ul {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schedule-table .item .btn {
    width: auto;
    font-size: 10px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 575px) {
  .schedule-table .item .col-sm-4 {
    padding-right: 8px;
    padding-left: 15px;
  }
  .schedule-table .item .col-md-2 {
    padding-left: 0;
  }
  .schedule-table .item .col-md-2 {
    text-align: right;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .schedule-table .item .btn {
    width: auto;
    font-size: 10px;
    line-height: 24px;
  }
}
@media screen and (max-width: 320px) {
  .schedule-table .item .btn {
    width: auto;
    font-size: 9px !important;
  }
}

.vaccine-schedule {
  word-break: break-word;
}
@media (min-width: 1380px) {
  .vaccine-schedule h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

.schedule-information {
  display: flex;
  width: 100%;
  word-break: break-word;
  flex-wrap: wrap;
}
.schedule-information .btn-block {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .schedule-information .btn-block {
    flex-direction: column;
  }
}
.schedule-information .btn-block a {
  width: 48%;
  font-size: 9px;
  line-height: 12px;
}
@media screen and (max-width: 767px) {
  .schedule-information .btn-block a {
    width: 100%;
    font-size: 13px;
  }
  .schedule-information .btn-block a:last-child {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .schedule-information .left-info {
    padding: 0;
    margin-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .schedule-information .left-info .drug-agent-details {
    display: none;
  }
  .schedule-information .left-info .btn.btn-large {
    width: 100%;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schedule-information .left-info {
    padding: 0;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .schedule-information .left-info .drug-agent-details {
    display: none;
  }
  .schedule-information .left-info .btn.btn-large {
    width: 100%;
    font-size: 16px;
  }
}
.schedule-information .left-info .btn {
  width: 240px;
  min-width: 240px;
}
@media (min-width: 1380px) {
  .schedule-information .left-info .btn {
    width: 324px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .schedule-information .right-info {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schedule-information .right-info {
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.schedule-information .right-info .drug-agent-details {
  display: none;
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .schedule-information .right-info .drug-agent-details {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schedule-information .right-info .drug-agent-details {
    display: block;
  }
}
.schedule-information .right-info p {
  font-size: 13px;
}
@media (min-width: 1380px) {
  .schedule-information .right-info p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .schedule-information .right-info p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 319px) and (max-width: 767px) {
  .schedule-information .right-info p {
    font-size: 16px;
  }
}

.teens-wrapper .schedule-information .right-info .drug-agent-details {
  display: block;
}

/*# sourceMappingURL=style.css.map */
