body {
  font-family: 'Montserrat', sans-serif;
}

body.modal-open{
  overflow: visible;
  padding-right: 0 !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1170px;
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
}

a:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

a:focus, button:focus, button.btn:focus, .form-control:focus, .input-group-text:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.primary-btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#0096FF), color-stop(51%, #1940ED), to(#0096FF));
  background-image: linear-gradient(to right, #0096FF 0%, #1940ED 51%, #0096FF 100%);
  color: #fff;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 23px;
}

.primary-btn:hover {
  background-position: right center;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .primary-btn {
    font-size: 14px;
    padding: 6px 23px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

p:last-child {
  margin-bottom: 0px;
}

.bar1, .bar2, .bar3 {
  width: 28px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.menu-change .bar2 {
  opacity: 0;
}

.menu-change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

.section-title {
  font-size: 28px;
  font-weight: 600;
}

.section-title strong {
  font-weight: 700;
}

@media screen and (max-width: 639px) {
  .section-title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .section-title {
    font-size: 20px;
    line-height: 27px;
  }
}

.top-position {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .top-position {
    max-width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .top-position {
    max-width: 170px;
  }
}

@media screen and (max-width: 479px) {
  .top-position {
    max-width: 110px;
  }
}

.bottom-position {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .bottom-position {
    max-width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-position {
    max-width: 170px;
  }
}

@media screen and (max-width: 479px) {
  .bottom-position {
    max-width: 110px;
  }
}

.right-position {
  position: absolute;
  right: 0;
  top: 0;
}

.left-position {
  position: absolute;
  left: 0;
  bottom: 0;
}

.comman-list li {
  padding: 0 10px;
  text-align: center;
}

.comman-list li .img {
  height: 90px;
  width: 90px;
  margin: 0 auto 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .comman-list li .img {
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 991px) {
  .comman-list li .img {
    height: 60px;
    width: 60px;
  }
}

.comman-list li .img img {
  max-width: 100%;
  max-height: 100%;
}

.comman-list li p {
  font-weight: 500px;
  line-height: 19px;
}

header {
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  header {
    padding: 20px 0 40px 0;
  }
}

@media screen and (max-width: 1199px) {
  header .navbar-brand {
    max-width: 190px;
  }
}

@media screen and (max-width: 991px) {
  header .navbar-brand {
    max-width: 120px;
  }
}

@media screen and (max-width: 479px) {
  header .navbar-brand {
    max-width: 110px;
  }
}

@media screen and (max-width: 767px) {
  header nav ul.navbar-nav {
    margin-top: 10px;
  }
}

header nav ul.navbar-nav li {
  margin: 0 9px;
}

@media screen and (max-width: 1199px) {
  header nav ul.navbar-nav li {
    margin: 0 9px;
  }
}

@media screen and (max-width: 991px) {
  header nav ul.navbar-nav li {
    margin: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  header nav ul.navbar-nav li {
    margin: 0 0px;
  }
}

header nav ul.navbar-nav li a {
  color: #0054d2;
  padding: 0px !important;
  font-weight: 500;
  font-size: 16px;
}

header nav ul.navbar-nav li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  header nav ul.navbar-nav li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  header nav ul.navbar-nav li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  header nav ul.navbar-nav li a {
    background-color: #0054d2;
    color: #fff;
    padding: 9px 10px !important;
    border-bottom: 1px solid #fff;
    display: block;
  }

  header nav ul.navbar-nav li a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #0054d2;
    border-bottom: 1px solid #0054d2;
  }
}

header nav ul.navbar-nav li.active a {
  text-decoration: underline;
}

header .right-login-btn {
  border: 1px solid grey;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 5px;
}


@media screen and (max-width: 767px) {
  header .right-login-btn {
    position: absolute;
    right: 50px;
    top: 0px;
    margin: 0;
  }
}

@media screen and (max-width: 639px) {
  header .right-login-btn {
    top: 3px;
  }
}

@media screen and (max-width: 479px) {
  header .right-login-btn {
    right: 36px;
  }
}

header .right-login-btn a {
  padding: 5px 13px;
  min-width: 58px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border-radius: 0px;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .right-login-btn a.loin {
  color: #fff;
}

header .right-login-btn a.sin-up:after {
  content: "";
  background-image: -webkit-gradient(linear, left top, right top, from(#1940ED), color-stop(51%, #0096FF), to(#1940ED));
  background-image: linear-gradient(to right, #1940ED 0%, #0096FF 51%, #1940ED 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background-size: 200% auto;
  z-index: -1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

header .right-login-btn a.sin-up:hover {
  color: #fff;
}

header .right-login-btn a.sin-up:hover:after {
  left: 0%;
}

@media screen and (max-width: 1199px) {
  header .right-login-btn a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  header .right-login-btn a {
    padding: 5px 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  header .right-login-btn a {
    padding: 5px 11px;
    font-size: 14px;
  }
}

@media screen and (max-width: 639px) {
  header .right-login-btn a {
    padding: 3px 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 639px) {
  header .right-login-btn a {
    font-size: 9px;
  }
}

header .navbar-toggler {
  background-color: #0054d2;
}

@media screen and (max-width: 767px) {
  header .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 3px 5px;
  }
}

@media screen and (max-width: 479px) {
  header .navbar-toggler {
    padding: 1px 3px;
  }

  header .navbar-toggler .bar1, header .navbar-toggler .bar2, header .navbar-toggler .bar3 {
    width: 25px;
    margin: 5px 0;
  }
}

header .navbar-toggler.menu-change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

header .navbar-toggler.menu-change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}

.banner {
  padding: 80px 0 66px;
}

@media screen and (max-width: 991px) {
  .banner {
    padding: 0 0 0px;
  }
}

.banner h1 {
  font-size: 44px;
  font-weight: 200;
  margin: 0 0 15px 0;
  color: #0054d2;
}

.banner h1 sup {
  top: 0px;
}

@media screen and (max-width: 991px) {
  .banner h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .banner h1 {
    font-size: 32px;
    margin: 0 0 0px 0;
  }
}

@media screen and (max-width: 639px) {
  .banner h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .banner h1 {
    font-size: 22px;
  }
}

.banner .banner-content {
  padding: 0 0 20px 0;
}

@media screen and (max-width: 1199px) {
  .banner .banner-content {
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-content {
    padding-bottom: 0;
  }
}

.banner .banner-content p {
  margin-bottom: 25px;
  line-height: 22px;
}

@media screen and (max-width: 1199px) {
  .banner .banner-content p {
    margin-bottom: 15px;
  }
}

.banner .banner-content ul li {
  margin-bottom: 15px;
}

.banner .switch-btn {
  font-weight: 700;
  font-size: 12px;
  text-decoration: underline;
  margin: 0 0 38px;
  color: #0054d2;
}

.banner .switch-btn:hover {
  color: #333;
}

@media screen and (max-width: 767px) {
  .banner .switch-btn {
    margin: 0 0 20px;
  }
}

.banner .slider {
  position: relative;
}

.banner .slider .banner_icon_1, .banner .slider .banner_icon_2, .banner .slider .banner_icon_3, .banner .slider .banner_icon_4, .banner .slider .banner_icon_5 {
  position: absolute;
  top: 120px;
  -webkit-animation-name: banner_icon_1;
  animation-name: banner_icon_1;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  left: 20px;
}

@-webkit-keyframes banner_icon_1 {
  25% {
    top: 0px;
  }

  50% {
    top: 120px;
  }

  75% {
    top: 0px;
  }

  100% {
    top: 120px;
  }
}

@keyframes banner_icon_1 {
  25% {
    top: 0px;
  }

  50% {
    top: 120px;
  }

  75% {
    top: 0px;
  }

  100% {
    top: 120px;
  }
}

.banner .slider .banner_icon_2 {
  top: 0px;
  -webkit-animation-name: banner_icon_2;
  animation-name: banner_icon_2;
  left: 190px;
  z-index: -1;
}

@-webkit-keyframes banner_icon_2 {
  25% {
    top: 120px;
  }

  50% {
    top: 0px;
  }

  75% {
    top: 120px;
  }

  100% {
    top: 0px;
  }
}

@keyframes banner_icon_2 {
  25% {
    top: 120px;
  }

  50% {
    top: 0px;
  }

  75% {
    top: 120px;
  }

  100% {
    top: 0px;
  }
}

.banner .slider .banner_icon_3 {
  -webkit-animation-name: banner_icon_3;
  animation-name: banner_icon_3;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  right: 215px;
  z-index: -1;
  top: inherit;
  bottom: 45px;
  left: inherit;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 110px 90px;
  transform-origin: 110px 90px;
}

@media screen and (max-width: 1199px) {
  .banner .slider .banner_icon_3 {
    right: 180px;
    top: 120px;
  }
}

@-webkit-keyframes banner_icon_3 {
  25% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  75% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes banner_icon_3 {
  25% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  75% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
}

.banner .slider .banner_icon_4 {
  -webkit-animation-name: banner_icon_4;
  animation-name: banner_icon_4;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  right: 240px;
  z-index: -1;
  top: inherit;
  bottom: 45px;
  left: inherit;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 70px 60px;
  transform-origin: 70px 60px;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .banner .slider .banner_icon_4 {
    right: 195px;
    top: 180px;
  }
}

@-webkit-keyframes banner_icon_4 {
  25% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }

  75% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
}

@keyframes banner_icon_4 {
  25% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: 1;
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }

  75% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0;
  }
}

.banner .slider .banner_icon_5 {
  top: 0px;
  -webkit-animation-name: banner_icon_5;
  animation-name: banner_icon_5;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  right: 125px;
  bottom: 50px;
  z-index: -1;
  top: inherit;
  left: inherit;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 70px 60px;
  transform-origin: 70px 60px;
  opacity: 1;
}

@-webkit-keyframes banner_icon_5 {
  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes banner_icon_5 {
  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.banner .slider .ballon_1 {
  position: absolute;
  -webkit-animation-name: ballon_1;
  animation-name: ballon_1;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  right: 0px;
  top: -50px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@-webkit-keyframes ballon_1 {
  50% {
    top: 00px;
    right: 100px;
  }

  100% {
    top: -50px;
    right: 0px;
  }
}

@keyframes ballon_1 {
  50% {
    top: 00px;
    right: 100px;
  }

  100% {
    top: -50px;
    right: 0px;
  }
}

.banner .slider .banner_box {
  position: absolute;
  -webkit-animation-name: banner_box;
  animation-name: banner_box;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  right: 150px;
  top: 53px;
  -webkit-transform-origin: 43px -3px;
  transform-origin: 43px -3px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

@media screen and (max-width: 1199px) {
  .banner .slider .banner_box {
    right: 115px;
    top: 45px;
  }
}

@-webkit-keyframes banner_box {
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes banner_box {
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@media screen and (max-width: 1199px) {
  .banner .slider .banner_icon_1 {
    max-width: 70px;
  }

  .banner .slider .banner_icon_2 {
    max-width: 70px;
    left: 140px;
  }

  .banner .slider .banner_icon_3 {
    right: 165px;
    top: 80px;
    max-width: 90px;
  }

  .banner .slider .banner_icon_4 {
    right: 185px;
    top: 150px;
    max-width: 60px;
  }

  .banner .slider .banner_icon_5 {
    right: 100px;
    bottom: 40px;
    max-width: 70px;
  }

  .banner .slider .ballon_1 {
    top: -100px;
  }@  -webkit-keyframes ballon_1 {
    50% {top: -30px;
    right: 100px;
  }

  100% {
    top: -100px;
    right: 0px;
  }
}

@keyframes ballon_1 {
  50% {
    top: -30px;
    right: 100px;
  }

  100% {
    top: -100px;
    right: 0px;
  }
}}

@media screen and (max-width: 991px) {
  .banner .slider .banner_icon_1 {
    max-width: 30px;
  }

  .banner .slider .banner_icon_2 {
    max-width: 30px;
    left: 110px;
  }

  .banner .slider .banner_icon_3 {
    right: 119px;
    top: 70px;
    max-width: 50px;
    -webkit-transform-origin: 80px 50px;
    transform-origin: 80px 50px;
  }

  .banner .slider .banner_icon_4 {
    right: 133px;
    top: 119px;
    max-width: 30px;
  }

  .banner .slider .banner_icon_5 {
    right: 82px;
    bottom: 43px;
    max-width: 40px;
  }

  .banner .slider .ballon_1 {
    top: -100px;
  }@  -webkit-keyframes ballon_1 {
    50% {top: -80px;
    right: 100px;
  }

  100% {
    top: -100px;
    right: 0px;
  }
}

@keyframes ballon_1 {
  50% {
    top: -80px;
    right: 100px;
  }

  100% {
    top: -100px;
    right: 0px;
  }
}

.banner .slider .banner_box {
  right: 89px;
  top: 32px;
  max-width: 50px;
  -webkit-transform-origin: 32px 0px;
  transform-origin: 32px 0px;
}}

.banner .owl-dots .owl-dot {
  margin: 0px 10px;
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  padding: 0;
}

.banner .owl-dots .owl-dot span {
  height: 100%;
  width: 100%;
}

.banner .owl-dots .owl-dot.active {
  background-color: #0054d2;
}

@media screen and (max-width: 767px) {
  .banner .owl-dots .owl-dot {
    vertical-align: top;
  }
}

@media screen and (max-width: 479px) {
  .banner .owl-dots {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner .slider {
    max-width: 70%;
    margin: 0 auto 50px;
  }
}

.banner .owl-carousel .owl-item img {
  width: auto;
}

.day_delivery {
  position: relative;
  padding: 80px 0 70px 0;
}

@media screen and (max-width: 1199px) {
  .day_delivery {
    padding: 80px 0 30px 0;
  }
}

@media screen and (max-width: 991px) {
  .day_delivery {
    padding: 60px 0 30px 0;
  }
}

@media screen and (max-width: 639px) {
  .day_delivery {
    padding: 30px 0 90px 0;
  }
}

@media screen and (max-width: 479px) {
  .day_delivery {
    padding: 30px 0 120px 0;
  }
}

.day_delivery .left-position {
  max-width: 400px;
}

@media screen and (max-width: 1199px) {
  .day_delivery .left-position {
    max-width: 320px;
  }
}

@media screen and (max-width: 991px) {
  .day_delivery .left-position {
    max-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .day_delivery .left-position {
    max-width: 180px;
  }
}

@media screen and (min-width: 1800px) {
  .day_delivery .left-position {
    max-width: 100%;
  }
}

.day_delivery .section-title {
  color: #333;
  max-width: 450px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .day_delivery .section-title {
    line-height: 28px;
  }
}

.about_us {
  position: relative;
  padding: 65px 0 80px;
}

@media screen and (max-width: 991px) {
  .about_us {
    padding: 65px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .about_us {
    padding: 65px 0 175px;
  }
}

@media screen and (max-width: 639px) {
  .about_us {
    padding: 65px 0 130px;
  }

  .about_us .section-title {
    text-align: center;
  }

  .about_us .bottom-position {
    max-width: 130px;
  }

  .about_us .primary-btn {
    margin: 0 auto;
    display: table;
  }
}

@media screen and (max-width: 479px) {
  .about_us {
    padding: 40px 0 140px;
  }
}

.about_us .inner-content {
  max-width: 380px;
  margin: 40px 0 0px;
}

@media screen and (max-width: 991px) {
  .about_us .inner-content {
    margin: 20px 0 0px;
  }
}

@media screen and (max-width: 639px) {
  .about_us .inner-content {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .about_us .inner-content {
    margin: 10px 0 0px;
  }
}

.about_us p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .about_us p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 639px) {
  .about_us .comman-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about_us .comman-list li {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .about_us .comman-list li {
    margin-bottom: 30px;
  }
}

.about_us .comman-list li p {
  margin: 0px 0 0 20px;
  max-width: 150px;
  text-align: left;
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .about_us .comman-list li p {
    margin: 0px 0 0 15px;
    max-width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .about_us .comman-list li {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 3);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about_us .comman-list li p {
    margin: 20px 0 0;
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  .about_us .comman-list li {
    margin-bottom: 30px;
    width: calc(100% / 2);
  }

  .about_us .comman-list li p {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 479px) {
  .about_us .comman-list li {
    width: calc(100% / 1);
  }

  .about_us .comman-list li p {
    margin: 20px 0 0;
  }
}

.about_us .comman-list li ul li {
  font-size: 14px;
}

.about_us .comman-list li ul li a {
  margin-left: 5px;
  color: #000;
  font-weight: 600;
}

.our_journey {
  background-image: url(../images/bg_pattern.png);
  margin: 50px 0;
  padding: 32px 0 25px;
}

@media screen and (max-width: 991px) {
  .our_journey {
    margin: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .our_journey {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 639px) {
  .our_journey {
    margin: 0px 0 0;
  }
}

.our_journey .section-title {
  margin-bottom: 43px;
}

.our_journey .our_journey_list .part {
  text-align: center;
}

.our_journey .our_journey_list .part .img {
  height: 98px;
  width: 143px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  margin-bottom: 23px;
}

.our_journey .our_journey_list .part .img img {
  max-height: 100%;
}

@media screen and (max-width: 479px) {
  .our_journey .our_journey_list .part .img {
    width: 130px;
    height: 65px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.our_journey .our_journey_list .part h3, .our_journey .our_journey_list .part .count-plus {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 17px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .our_journey .our_journey_list .part h3, .our_journey .our_journey_list .part .count-plus {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .our_journey .our_journey_list .part h3, .our_journey .our_journey_list .part .count-plus {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .our_journey .our_journey_list .part h3, .our_journey .our_journey_list .part .count-plus {
    font-size: 24px;
  }
}

.our_journey .our_journey_list .part p {
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .our_journey .our_journey_list .part p {
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .our_journey .our_journey_list .part {
    width: 50%;
    margin-bottom: 60px;
  }

  .our_journey .our_journey_list .part:nth-last-child(-n+2) {
    margin-bottom: 00px;
  }
}

@media screen and (max-width: 479px) {
  .our_journey .our_journey_list .part {
    padding: 0 10px;
    margin-bottom: 35px;
  }
}

.skycity-advantages {
  position: relative;
  padding: 71px 0 96px 0;
}

@media screen and (max-width: 991px) {
  .skycity-advantages {
    padding: 70px 0 65px 0;
  }
}

@media (max-width: 767px) {
  .skycity-advantages {
    padding: 70px 0 35px 0;
  }
}

@media screen and (max-width: 639px) {
  .skycity-advantages {
    padding: 50px 0 00px;
  }
}

.skycity-advantages ul.comman-list {
  margin: 65px 0 0 0;
}

@media screen and (max-width: 991px) {
  .skycity-advantages ul.comman-list {
    margin: 60px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .skycity-advantages ul.comman-list {
    margin: 40px 0 0 0;
  }
}

.skycity-advantages ul.comman-list li {
  text-align: center;
  width: calc(100% / 6);
}

@media screen and (max-width: 991px) {
  .skycity-advantages ul.comman-list li {
    width: calc(100% / 3);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .skycity-advantages ul.comman-list li {
    width: calc(100% / 2);
    margin-bottom: 30px;
  }
}

.skycity-advantages ul.comman-list li p {
  line-height: 21px;
  text-align: center;
}

.our-services {
  position: relative;
  padding: 113px 0 0px 0;
  z-index: 99;
}

@media screen and (max-width: 991px) {
  .our-services {
    padding: 100px 0 0px 0;
  }
}

@media screen and (max-width: 639px) {
  .our-services {
    padding: 80px 0 0px 0;
  }
}

@media screen and (max-width: 479px) {
  .our-services {
    padding: 40px 0 0px 0;
  }

  .our-services .right-position, .our-services .top-position {
    max-width: 90px;
  }
}

.our-services .section-title {
  margin-bottom: 38px;
}

.our-services ul.comman-list {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.our-services ul.comman-list li {
  width: calc(100% / 3);
  text-align: center;
  padding: 0 10px 0px;
  margin-bottom: 110px;
  position: relative;
}

.our-services ul.comman-list li a {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .our-services ul.comman-list li {
    padding: 0 10px 0px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 639px) {
  .our-services ul.comman-list li {
    padding: 0 5px 0px;
    margin-bottom: 60px;
  }

  .our-services ul.comman-list li:nth-last-child(-n+3) {
    padding: 0 5px 0px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .our-services ul.comman-list li {
    width: calc(100% / 2);
    padding: 0 5px 00px !important;
    margin-bottom: 30px;
  }
}

.our-services ul.comman-list li .img {
  height: 70px;
  width: 70px;
  margin: 0 auto 8px;
}

@media screen and (max-width: 479px) {
  .our-services ul.comman-list li .img {
    height: 60px;
    width: 60px;
  }
}

.our-services ul.comman-list li p {
  max-width: 500px;
  text-align: center;
}

.our-telemedicine {
  padding: 235px 0 50px;
  position: relative;
  margin: -105px 0 0 0;
}

.our-telemedicine p {
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .our-telemedicine {
    margin: 0px 0 0 0;
  }
}

@media screen and (max-width: 991px) {
  .our-telemedicine {
    padding: 180px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .our-telemedicine {
    padding: 130px 0 30px;
  }

  .our-telemedicine .bottom-position {
    max-width: 240px;
  }
}

@media screen and (max-width: 639px) {
  .our-telemedicine .bottom-position {
    max-width: 180px;
  }
}

@media screen and (max-width: 479px) {
  .our-telemedicine .bottom-position {
    max-width: 110px;
  }
}

.our-telemedicine .logo {
  max-width: 180px;
  margin: 16px 0 0;
}

@media screen and (max-width: 639px) {
  .our-telemedicine .logo {
    max-width: 120px;
  }
}

.transfer-today {
  position: relative;
  padding: 153px 0 20px 0;
}

@media screen and (max-width: 991px) {
  .transfer-today {
    padding: 150px 0 0px 0;
  }

  .transfer-today .bottom-position {
    max-width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .transfer-today {
    padding: 110px 0 0px 0;
  }
}

@media screen and (max-width: 639px) {
  .transfer-today .bottom-position {
    max-width: 210px;
  }
}

@media screen and (max-width: 479px) {
  .transfer-today {
    padding: 70px 0 110px 0;
  }
}

.transfer-today .text-and-btn {
  margin: 0px 0px 16px;
}

.transfer-today .text-and-btn h6 {
  font-size: 16px;
  font-weight: 700;
  color: #0054d2;
  margin-bottom: 18px;
}

.transfer-today .text-content {
  max-width: 370px;
  margin-bottom: 30px;
}

footer {
  margin: 63px 0 0;
  padding: 33px 0 0px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#1842ec), color-stop(#0051f1), color-stop(#005ff4), color-stop(#006cf7), to(#0878f8));
  background-image: linear-gradient(to right top, #1842ec, #0051f1, #005ff4, #006cf7, #0878f8);
}

@media screen and (max-width: 991px) {
  footer {
    margin: 35px 0 0;
  }
}

@media screen and (max-width: 639px) {
  footer {
    margin: 10px 0 0;
  }
}

footer .top-footer-menu {
  padding: 0px 0 12px 31px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  footer .top-footer-menu {
    padding: 18px 0 12px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  footer .top-footer-menu {
    padding: 0px 0 12px 0px;
  }
}

@media screen and (max-width: 991px) {
  footer .top-footer-menu ul.footer-menu {
    max-width: 100%;
    width: auto;
  }
}

@media screen and (max-width: 639px) {
  footer .top-footer-menu ul.footer-menu {
    max-width: 50%;
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  footer .top-footer-menu ul.footer-menu {
    max-width: 100%;
  }
}

footer .top-footer-menu ul.footer-menu li {
  margin-bottom: 0px;
}

footer .top-footer-menu ul.footer-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

footer .top-footer-menu ul.footer-menu li a:hover {
  text-decoration: underline;
}

footer .top-footer-menu .footer-contact {
  padding: 0px 70px 0 36px;
  max-width: 289px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  footer .top-footer-menu .footer-contact {
    padding: 3px 0 0 0px;
  }
}

@media screen and (max-width: 639px) {
  footer .top-footer-menu .footer-contact {
    width: 100%;
  }
}

footer .top-footer-menu .footer-contact .title {
  font-size: 14px;
  color: #fff;
  margin-bottom: 11px;
}

footer .top-footer-menu .footer-contact form .form-control {
  background-color: transparent;
  height: 27px;
  border-radius: 0;
  border-right: 0;
  border-color: #fff;
  color: #fff;
  font-size: 12px;
  padding: 4px 5px;
}

footer .top-footer-menu .footer-contact form .input-group-append button {
  background-color: transparent;
  border: 1px solid #fff;
  border-left: 0;
  color: #fff;
  padding: 0 8px;
}

footer .top-footer-menu .footer-contact .social-media {
  padding: 16px 0 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 639px) {
  footer .top-footer-menu .footer-contact .social-media {
    padding: 15px 0 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

footer .top-footer-menu .footer-contact .social-media li {
  margin: 0 6px;
  font-size: 18px;
}

footer .top-footer-menu .footer-contact .social-media li a {
  color: #fff;
}

footer .top-footer-menu .footer-contact .social-media li a:hover {
  color: #333;
}

footer .footer-logo {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  footer .footer-logo {
    border-left: none;
  }
}

footer .footer-logo .inner-footer-logo {
  padding: 10px 0 45px 0px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  footer .footer-logo .inner-footer-logo {
    text-align: left;
  }

  footer .footer-logo .inner-footer-logo .logo {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-logo .inner-footer-logo {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 639px) {
  footer .footer-logo .inner-footer-logo {
    padding: 0px 0 15px 0px;
  }
}

footer .footer-logo .chat {
  padding-right: 41px;
}

@media screen and (max-width: 767px) {
  footer .footer-logo .chat {
    padding-right: 0px;
  }
}

footer .footer_contact {
  padding-left: 65px;
}

@media screen and (max-width: 767px) {
  footer .footer_contact {
    padding-left: 0px;
  }
}

footer .footer_contact li {
  color: #fff;
  margin-bottom: 3px;
}

footer .footer_contact li strong {
  font-weight: 500;
  margin-right: 7px;
  font-size: 14px;
}

footer .footer_contact li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

footer .copy_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 10px;
}

@media screen and (max-width: 639px) {
  footer .copy_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
    text-align: center;
  }
}

footer .copy_right p {
  color: #fff;
  margin: 0px;
}

footer .copy_right .copy-right-logo {
  max-width: 120px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  footer .copy_right .copy-right-logo {
    max-width: 95px;
  }
}

.faq-section {
  position: relative;
  padding: 40px 0 0;
}

.faq-section .inner-padding {
  padding: 0 60px;
}

@media screen and (max-width: 639px) {
  .faq-section .inner-padding {
    padding: 0 0;
  }
}

@media screen and (max-width: 991px) {
  .faq-section {
    padding: 35px 0 0;
  }
}

@media screen and (max-width: 639px) {
  .faq-section {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 479px) {
  .faq-section {
    padding: 70px 0 30px;
  }
}

.faq-section form .input-group {
  background-image: -webkit-gradient(linear, left top, right top, from(#0096FF), color-stop(51%, #1940ED), to(#0096FF));
  background-image: linear-gradient(to right, #0096FF 0%, #1940ED 51%, #0096FF 100%);
  background-size: 200% auto;
  border-radius: 50px;
}

.faq-section form .input-group input, .faq-section form .input-group .input-group-text {
  background-color: transparent;
  color: #fff;
  border: none;
  font-weight: 700;
}

.faq-section .tab-title {
  font-size: 24px;
  font-weight: 400;
}

.faq-section .tab-title strong {
  font-weight: 700;
}

.faq-section .content-title {
  font-weight: 700;
  font-size: 24px;
}

.faq-section ul.nav-tabs {
  display: block;
  border: none;
}

@media screen and (max-width: 767px) {
  .faq-section ul.nav-tabs {
    padding: 20px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .faq-section ul.nav-tabs {
    padding: 10px 0 10px;
  }
}

.faq-section ul.nav-tabs li.nav-item {
  width: 100%;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .faq-section ul.nav-tabs li.nav-item {
    width: auto;
    margin: 0 15px 0 0;
  }
}

@media screen and (max-width: 479px) {
  .faq-section ul.nav-tabs li.nav-item {
    margin: 0 15px 15px 0;
  }
}

.faq-section ul.nav-tabs li.nav-item a.nav-link {
  border: none;
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding: 0 0px;
  border-bottom: 2px solid transparent;
  line-height: 1;
}

.faq-section ul.nav-tabs li.nav-item a.nav-link.active, .faq-section ul.nav-tabs li.nav-item a.nav-link:hover {
  border: none;
  border-radius: 0;
  color: #0054d2;
  border-bottom: 2px solid #0054d2;
}

.faq-section .accordion {
  max-height: 450px;
  overflow-y: auto;
}

.faq-section .accordion .card {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.faq-section .accordion .card .card-header {
  background-color: transparent;
  padding: 0px;
  border: none;
}

.faq-section .accordion .card .card-header button {
  width: 100%;
  text-align: left;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  padding: 25px 50px 25px 0;
}

@media screen and (max-width: 639px) {
  .faq-section .accordion .card .card-header button {
    padding: 15px 35px 15px 0;
  }
}

@media screen and (max-width: 479px) {
  .faq-section .accordion .card .card-header button {
    font-size: 14px;
    padding: 15px 40px 15px 0;
  }
}

.faq-section .accordion .card .card-header button:hover {
  text-decoration: none;
}

.faq-section .accordion .card .card-header button:before {
  content: "";
  position: absolute;
  background-color: #000;
  display: inline-block;
  height: 2px;
  width: 20px;
  top: 37px;
  right: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 479px) {
  .faq-section .accordion .card .card-header button:before {
    top: 25px;
  }
}

.faq-section .accordion .card .card-header button.collapsed:after, .faq-section .accordion .card .card-header button.collapsed:before {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 24px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 479px) {
  .faq-section .accordion .card .card-header button.collapsed:after, .faq-section .accordion .card .card-header button.collapsed:before {
    top: 16px;
  }
}

.faq-section .accordion .card .card-header button.collapsed:before {
  height: 2px;
  width: 20px;
  top: 37px;
  right: 15px;
}

@media screen and (max-width: 479px) {
  .faq-section .accordion .card .card-header button.collapsed:before {
    top: 25px;
  }
}

.faq-section .accordion .card .card-body {
  padding: 0px 50px 15px 0;
}

.faq-section .accordion .card .card-body p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.faq-section .accordion .card .card-body .title {
  font-size: 16px;
  font-weight: 600;
}

.faq-section .accordion .card .card-body ul li {
  font-size: 14px;
  font-weight: 500;
}

.faq-section ::-webkit-input-placeholder {
  color: #fff;
}

.faq-section :-ms-input-placeholder {
  color: #fff;
}

.faq-section ::-ms-input-placeholder {
  color: #fff;
}

.faq-section ::placeholder {
  color: #fff;
}

.for-provider-banner {
  padding: 60px 0 52px;
}

@media screen and (max-width: 1199px) {
  .for-provider-banner {
    padding: 30px 0 52px;
  }
}

@media screen and (max-width: 767px) {
  .for-provider-banner {
    padding: 30px 0 20px;
  }

  .for-provider-banner .slider {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 479px) {
  .for-provider-banner {
    padding: 0px 0 20px;
  }
}

.for-provider-banner h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 35px;
}

@media screen and (max-width: 1199px) {
  .for-provider-banner h2 {
    margin-bottom: 15px;
  }
}

.for-provider-banner h1 {
  color: #333;
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .for-provider-banner h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 639px) {
  .for-provider-banner h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

.medicine-sky-city {
  position: relative;
  padding: 30px 0 110px;
}

@media screen and (max-width: 1199px) {
  .medicine-sky-city .left-position {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .medicine-sky-city {
    padding: 70px 0 80px;
  }

  .medicine-sky-city .right-position {
    max-width: 150px;
  }

  .medicine-sky-city .left-position {
    max-width: 160px;
  }
}

.medicine-sky-city .section-title {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .medicine-sky-city .section-title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 639px) {
  .medicine-sky-city .section-title {
    margin-bottom: 30px;
  }
}

.medicine-sky-city .part .img {
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .medicine-sky-city .part .img {
    height: 70px;
    width: 70px;
  }
}

@media screen and (max-width: 639px) {
  .medicine-sky-city .part .img {
    height: 60px;
    width: 60px;
  }
}

.medicine-sky-city .part .title {
  color: #333;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .medicine-sky-city .part .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.prescriptions {
  background-color: #F5F5F5;
  padding: 80px 0 110px;
}

@media screen and (max-width: 1199px) {
  .prescriptions {
    padding: 70px 0;
  }
}

@media screen and (max-width: 639px) {
  .prescriptions {
    padding: 50px 0 30px;
  }
}

.prescriptions .part {
  position: relative;
}

.prescriptions .part .shadow_img {
  position: absolute;
  top: 40px;
  right: 0;
}

@media screen and (max-width: 991px) {
  .prescriptions .part .shadow_img {
    top: 30px;
    max-width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .prescriptions .part .shadow_img {
    display: none;
  }
}

.prescriptions .img {
  height: 80px;
  width: 80px;
  margin-bottom: 38px;
}

@media screen and (max-width: 991px) {
  .prescriptions .img {
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .prescriptions .img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .prescriptions .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.forprovider-transfer {
  position: relative;
  padding: 152px 0 35px;
}

.forprovider-transfer .right-position {
  max-width: 143px;
}

@media screen and (max-width: 991px) {
  .forprovider-transfer {
    padding: 100px 0 35px;
  }
}

.forprovider-transfer h2 {
  color: #0054d2;
  margin: 0 0 73px 0;
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .forprovider-transfer h2 {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .forprovider-transfer h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
}

.forprovider-transfer .section-title {
  padding-right: 15px;
  margin-bottom: 68px;
}

@media screen and (max-width: 767px) {
  .forprovider-transfer .forprovider-transfer-img {
    float: none !important;
    margin: 30px auto 0 !important;
    display: table;
  }

  .forprovider-transfer .right-position {
    max-width: 160px;
  }
}

.bg-banner {
  background-image: url(../images/bg_pattern.png);
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .bg-banner {
    padding: 40px 0;
  }
}

@media screen and (max-width: 639px) {
  .bg-banner {
    padding: 30px 0;
  }
}

@media screen and (max-width: 479px) {
  .bg-banner {
    padding: 25px 0;
  }
}

.bg-banner h1 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .bg-banner h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 639px) {
  .bg-banner h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .bg-banner h1 {
    font-size: 22px;
  }
}

.article-section article {
  word-break: break-word;
  margin-bottom: 30px;
  text-align: justify;
}

.article-section article .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .article-section article .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 639px) {
  .article-section article .title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 639px) {
  .article-section article .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.article-section article ul {
  padding: 0;
  list-style: none;
}

.article-section article ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
}

.article-section article ul li:after {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 639px) {
  .article-section article p {
    line-height: 24px;
  }
}

@media screen and (max-width: 639px) {
  .our-service .slider {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 479px) {
  .our-service .slider {
    margin: 0 auto 20px;
  }
}

.middel_section .col-md-3 {
  margin-bottom: 50px;
}

.middel_section .content_part {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 30px 20px;
  border-radius: 20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 639px) {
  .middel_section .content_part {
    padding: 25px 15px;
  }
}

.middel_section .content_part h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  min-height: 52px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1199px) {
  .middel_section .content_part h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 639px) {
  .middel_section .content_part h3 {
    min-height: auto;
  }
}

.middel_section .content_part .img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 20px #00000033;
  box-shadow: 5px 5px 20px #00000033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .middel_section .content_part .img {
    margin: 10px 0 20px;
  }
}

@media screen and (max-width: 639px) {
  .middel_section .content_part .img {
    margin: 20px 0;
  }
}

.middel_section .content_part .img img {
  max-height: 50px;
  max-width: 50px;
}

.middel_section .content_part p {
  font-size: 14px;
  line-height: 24px;
}

.middel_section .content_part:hover {
  background-color: #00449E;
}

.middel_section .content_part:hover h3, .middel_section .content_part:hover p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .about_banner {
    text-align: center;
    padding-bottom: 20px;
  }
}

.we_started {
  position: relative;
  padding: 90px 0 0 0;
}

.we_started p {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .we_started {
    padding: 90px 0 100px 0;
  }

  .we_started .col-md-6 {
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  .we_started {
    padding: 70px 0 20px 0;
  }

  .we_started .right-position {
    max-width: 110px;
  }
}

.we_started .left-position {
  max-width: 370px;
}

@media screen and (max-width: 767px) {
  .we_started .left-position {
    max-width: 140px;
  }
}

@media screen and (max-width: 639px) {
  .we_started .left-position {
    display: none;
  }
}

.patients_first {
  padding: 90px 0 0;
}

@media screen and (max-width: 767px) {
  .patients_first {
    padding: 40px 0 0px 0;
  }
}

@media screen and (max-width: 639px) {
  .patients_first {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .patients_first .item {
    text-align: center;
  }
}

.patients_first .owl-nav {
  margin: 20px 0 0px;
}

@media screen and (max-width: 767px) {
  .patients_first .owl-nav {
    margin: 30px 0 0px;
  }
}

.patients_first .owl-nav button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 40px;
  line-height: 1;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#0096FF), color-stop(51%, #1940ED), to(#0096FF)) !important;
  background-image: linear-gradient(to right, #0096FF 0%, #1940ED 51%, #0096FF 100%) !important;
}

.patients_first .owl-nav button:hover {
  background-position: right center;
}

.patients_first .owl-nav button span {
  color: #fff;
  font-size: 40px;
  position: relative;
  line-height: 1;
  top: -4px;
}

.our_vision_mission {
  padding: 100px 0 20px;
  position: relative;
  margin-top: 30px;
}

.our_vision_mission .right-position {
  max-width: 150px;
}

@media screen and (max-width: 639px) {
  .our_vision_mission .right-position {
    max-width: 140px;
  }
}

@media screen and (max-width: 479px) {
  .our_vision_mission .right-position {
    max-width: 115px;
  }
}

.our_vision_mission .inner_our_vision_mission {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 639px) {
  .our_vision_mission .inner_our_vision_mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.our_vision_mission .inner_our_vision_mission .left, .our_vision_mission .inner_our_vision_mission .right {
  background-color: #DFEDFF;
  padding: 55px 80px;
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .our_vision_mission .inner_our_vision_mission .left, .our_vision_mission .inner_our_vision_mission .right {
    padding: 55px 15px;
  }
}

@media screen and (max-width: 639px) {
  .our_vision_mission .inner_our_vision_mission .left, .our_vision_mission .inner_our_vision_mission .right {
    width: 100%;
    padding: 35px 15px;
  }
}

.our_vision_mission .inner_our_vision_mission .right {
  background-color: #C0DBFF;
}

form.common_form {
  background: #0F62F4 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 30px 25px;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  form.common_form {
    padding: 30px 15px;
  }
}

form.common_form .title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

form.common_form .form-control {
  border-radius: 20px;
}

form.common_form label, form.common_form .form-check-label {
  color: #fff;
}

form.common_form .button {
  background-color: #fff;
  border: none;
  width: 100%;
  border-radius: 50px;
  padding: 5px 30px;
  font-weight: 700;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #0054d2;
}

form.common_form .button:hover {
  background-color: #0054d2;
  -webkit-box-shadow: 0px 0 6px #8c8686;
  box-shadow: 0px 0 6px #8c8686;
  color: #fff;
}

form.common_form .button:focus {
  outline: none;
}

.partner_pop_up_form, .loader {
  padding: 15px;
}

.partner_pop_up_form .modal-dialog, .loader .modal-dialog {
  max-width: 855px;
}

@media screen and (max-width: 479px) {
  .partner_pop_up_form .modal-dialog, .loader .modal-dialog {
    margin: 15px 0;
  }
}

.partner_pop_up_form .modal-dialog .modal-content, .loader .modal-dialog .modal-content {
  border: none;
  background-color: transparent;
}

.partner_pop_up_form .close, .loader .close {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  background-color: #fff !important;
  border-radius: 50%;
  z-index: 999;
  opacity: 1;
}

.join_now_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  padding-top: 80px !important;
}

.join_now_section .home_link {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 34px;
  color: #0F62F4;
}

.join_now_section .common_form {
  -webkit-box-shadow: 0 0 10px #d0b7b7;
  box-shadow: 0 0 10px #d0b7b7;
}

.join_form {
  padding: 15px 0;
}

.join_form .inner_join_form {
  position: relative;
}

.join_form .modal-dialog {
  max-width: 1150px;
  margin: 0 auto 20px;
  min-height: calc(100% - 0rem);
}

.join_form .modal-dialog .modal-content {
  border: none;
  background-color: transparent;
}

.join_form .close {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  background-color: #fff !important;
  border-radius: 50%;
  z-index: 999;
  opacity: 1;
}

.join_form form.common_form {
  max-width: 100%;
}

.join_form form.common_form .please_specify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .join_form form.common_form .please_specify {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.join_form form.common_form .please_specify label {
  min-width: 140px;
}

.join_form form.common_form .please_specify .inner_please_specify {
  width: 100%;
}

.join_form form.common_form .please_specify .inner_please_specify input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding: 0px 0 5px;
  color: #fff;
  margin-bottom: 8px;
}

.join_form form.common_form .please_specify .inner_please_specify input:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .join_form form.common_form .please_specify .inner_please_specify input {
    margin-bottom: 15px;
  }
}

.join_form form.common_form .please_specify .inner_please_specify .badge {
  background-color: #fff !important;
  border-radius: 20px;
  padding: 5px 7px;
}

.join_form form.common_form .please_specify .inner_please_specify .badge button {
  padding: 0px;
  border: none;
  background-color: transparent;
}

.join_form form.common_form .please_specify .inner_please_specify .enter_medications {
  position: relative;
}

.join_form form.common_form .please_specify .inner_please_specify .enter_medications .plus_btn {
  position: absolute;
  right: 0;
  top: 4px;
  background-color: #fff;
  border: none;
  margin: 0;
}

.join_form form.common_form .please_specify ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.join_form form.common_form .please_specify :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.join_form form.common_form .please_specify ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.join_form form.common_form .please_specify ::placeholder {
  color: #fff;
  opacity: 1;
}

.join_form form.common_form .button {
  width: auto;
  margin: 0 auto;
  display: table;
  min-width: 200px;
}

.loader p.title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.custom-check {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 7px 10px;
  width: 100px;
  text-align: center;
  height: 40px;
}

.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #FFC34A;
  border-radius: 23px;
  z-index: 1;
  line-height: 37px;
  font-size: 16px;
  color: #FFC34A;
  height: 40px;
}

.checkmark:after {
  content: "";
  position: absolute;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.custom-check input:checked ~ .checkmark {
  color: #fff;
  background: #FFC34A;
}

.comming_soon {
  height: calc(100vh - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comming_soon h1 {
  font-size: 44px;
  font-weight: 200;
  margin: 0 0 15px 0;
  color: #0054d2;
}

@media screen and (max-width: 991px) {
  .comming_soon h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .comming_soon h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 639px) {
  .comming_soon h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .comming_soon .comming_soon_img {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .comming_soon .comming_soon_img {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 479px) {
  .comming_soon .comming_soon_img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .comming_soon {
    height: auto;
  }
}

.book_an_appoinment .modal-dialog {
  max-width: 100%;
  padding: 0 20px;
}

.book_an_appoinment .close {
  margin: 3px 3px 0 0;
  background-color: #000;
  opacity: 1;
  height: 36px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  padding: 0px;
}

.change_auto_text {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 300px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
}

.change_auto_text.show {
  opacity: 1;
  visibility: visible;
}

.change_auto_text a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .change_auto_text {
    padding: 7px 10px;
    min-width: 250px;
  }

  .change_auto_text img {
    max-width: 45px;
  }
}

@media screen and (max-width: 479px) {
  .change_auto_text {
    min-width: 220px;
  }

  .change_auto_text img {
    max-width: 37px;
  }
}

.accessibility_menu {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.accessibility_menu .img {
  height: 80px;
  width: 80px;
  background-color: #0054d2;
  padding: 10px;
  border-radius: 50%;
}

@media screen and (max-width: 479px) {
  .accessibility_menu .img {
    height: 65px;
    width: 65px;
  }
}

.accessibility_menu .hide_btn {
  background-color: #0054d2;
  color: #fff;
  padding: 0 10px 0 17px;
  font-size: 14px;
  border-radius: 0 5px 5px 0;
  margin: 0 0 0 -10px;
  position: relative;
  visibility: hidden;
}

.accessibility_menu .hide_btn:after {
  content: "Hide";
}

.accessibility_menu.hide {
  left: -60px;
}

.accessibility_menu.hide .hide_btn:after {
  content: "Unhide";
}

.accessibility_menu:hover .hide_btn {
  visibility: visible;
}

.inner_join_form .red_cls,
#load_page_popup .red_cls {
  color: #fff500;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.red_cls{
    color: #fff !important;
}

.copyrights{
 padding: 4px 0;   
 background-color: #fff;
 margin-top: 15px;
 font-size: 14px !important;
}
.copyrights p,
.copyrights em{
    font-size: 14px;
    font-weight: bold;
}
.copyrights .copy-right-logo{
    max-width: 90px;
}


.covid_page + footer{margin: 0px;}

.covid_banner {background-color:#f9f9f9;}
.covid_banner h1{color: #0054d2;font-size: 44px; line-height: 54px;margin-bottom: 35px;font-weight:200;}
.covid_banner p{font-size: 28px;font-weight: 800;color: #6b6b6b;}
.covid_banner p strong{color: #0054d2;font-size: 28px;line-height: 34px;line-height: 34px;font-weight: 800}
.covid_banner img{max-width: 370px;float: right;}

.covid_bookappontment{
  padding: 50px 0;
}
.covid_bookappontment .left-position {
  bottom: 0px;
  max-width: 120px;
}
.covid_bookappontment .covid_bookappontment_text{
  max-width: 500px;
}
.covid_bookappontment .covid_bookappontment_text p{
  font-size: 16px;
  /*color: #0054d2;*/
  letter-spacing: 1.12px;
  line-height: 26px;
}

.out_of_pocket .note {
    background-color: #dceaff;
    padding: 10px 0;
}

.out_of_pocket .note p {
  color: #0054d2;
  font-size: 20px;
  font-weight: 700;
  text-align: initial;
}

.covid_title{
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
}

.covid_19_list li {
  line-height: 20px;
  letter-spacing: 1.12px;
  margin-bottom: 24px;
}

.vulnerable_populations {
  padding: 30px 40px;
  border-radius: 34px;
  background-color: #0092ff;
}

.vulnerable_populations * {
  color: #fff;
}


.eligibility{
  padding: 60px 0;
}


.eligibility .note {
  background-color: #f5f5f5;
  padding: 15px 20px;
  color: #000;
  font-weight: 700;
  margin: 20px 0;
}

.covid_document {
  background-color: #f9f9f9;
  padding: 50px 0 0;
  text-align: center;
}

.covid_document li {
  display: inline-block;
  margin-bottom: 25px;
}
.covid_document li a{
  text-transform: uppercase;
  font-size: 16px;
  background-color: #0092ff;
  padding: 10px 15px;
  border-radius: 40px;
  color: #fff;  
  font-weight: 700;
  transition: 0.5s all;
}
.covid_document li a:hover {
  background-color: #fff;
  color: #0092ff;
  box-shadow: 0 0 6px #ccc;
}



.footer_covid_popup .modal-content{
  background-color: transparent;
  border:none;
  min-height: 200px;
  display: flex;
  justify-content: center;
  padding: 20px;
}


.footer_covid_popup .content {
  max-width: 280px;
  float: left;
}
.footer_covid_popup .content h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer_covid_popup .content a{
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.footer_covid_popup .content a:hover{
  color: #000
}

.footer_covid_popup img {
  position: absolute;
  right: 0;
  max-width: 160px;
}

.footer_covid_popup ~ .modal-backdrop.show {
  display: none;
}

.modal.fade.loader.show{
  z-index: 99999;
  padding-right: 0px !important;
}
.modal.fade.loader.show ~ .modal-backdrop.show {
  opacity: .5;
  display: block;
  z-index: 9999;
}

.footer_covid_popup.modal.fade.show{
  pointer-events: none;  
}


.footer_covid_popup.modal.fade .modal-dialog {
  background-color: #01c181;
  position: absolute;
  transform: inherit !important;
  right: -100%;
  transition: 2s all;
  margin: 0;
  bottom: 40px;
  z-index: 9999;
  border-radius: 15px 0 0 15px;
  display: flex; 
  align-items: center;
  min-width: 400px;
}


.footer_covid_popup.modal.show .modal-dialog{
 right:0%; 
}
.footer_covid_popup .close {
  position: absolute;
  right: 4px;
  background-color: #fff;
  opacity: 1;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  padding: 2px;
  cursor: pointer;
  top: 10px;
  color:#0054d2;
}
.footer_covid_popup .close:hover{
  background-color: #0054d2;
  color: #fff;
  opacity: 1 !important;
}

@media screen and (max-width: 1199px){
  .covid_banner h1 {
    font-size: 32px;
    line-height: 45px;   
  }
  .covid_banner img{
    max-width: 270px;
  }

  .covid_banner p,
  .covid_banner p strong{
    font-size: 24px;
  }

  .covid_19_list li{  
    margin-bottom: 15px;
  }
  .covid_document li a{
    font-size: 14px;
  }

  .covid_bookappontment {
    padding: 100px 0 70px;
  }
  .eligibility .right-position{
        max-width: 450px;
  }
}

@media screen and (max-width:991px){
  .covid_banner h1 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .covid_banner p, .covid_banner p strong {
    font-size: 20px;
    margin: 0 0 3px;    
  }
  .covid_banner img {
    max-width: 220px;
  }
  .vulnerable_populations {
    padding: 30px 20px;
  }

  .vulnerable_populations h3{
    font-size: 24px;
  }
   .eligibility .right-position{
        max-width: 450px;
  }
}

@media screen and (max-width:767px){
  .covid_banner img {
    margin: 0 auto;
    display: table;
    float: none;
  }

  .covid_banner h1,
  .covid_banner p,
  .covid_banner p strong{
    text-align: center;
  }
  .covid_title{
    font-size: 24px;
    margin-bottom: 5px;
  }
  .covid_19_list li{
    font-size: 14px;
    margin-bottom: 12px;
  }
  .covid_document li a{
    font-size: 12px;
  }
  .eligibility .right-position{
    max-width: 190px;
  }
  .covid_bookappontment .covid_bookappontment_text {
    max-width: 100%;
  }
  .footer_covid_popup.modal.fade .modal-dialog{
    min-width: 350px;
    bottom: 20px;
  }
  .footer_covid_popup .modal-content{
    min-height: 170px;
  }
  .footer_covid_popup .content h3{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .footer_covid_popup .content a {
    font-size: 16px;
  }
}

@media screen and (max-width:639px){
  .covid_banner h1{
    font-size: 22px;
    line-height: 33px;
  }
  .covid_document li{
    margin-bottom: 15px;
  }
   .eligibility .right-position{
    max-width: 190px;
  }

  .footer_covid_popup .content {
    max-width: 210px;
  }
  .footer_covid_popup.modal.fade .modal-dialog{
    min-width: 340px;
  } 
}

@media screen and (max-width:479px){
  .covid_banner h1 {
    font-size: 18px;
    line-height: 31px;
  }
  .covid_banner p, .covid_banner p strong,
  .out_of_pocket .note p {
    font-size: 16px;
  }
  .covid_bookappontment .right-position{
    max-width: 140px;
  }
  .vulnerable_populations {
    padding: 30px 15px;
  }
  .vulnerable_populations h3 {
    font-size: 20px;
  }
  .eligibility .note{
    padding: 15px;
  }
  .covid_title {
    font-size: 20px;
    line-height: 29px;
  }
  .footer_covid_popup.modal.fade .modal-dialog{
    min-width: 320px;
  }
  .footer_covid_popup.modal.fade .modal-dialog {
      min-width: 300px;
  }

  .footer_covid_popup .content {
    max-width: 190px;
  }

  .footer_covid_popup .content h3 {
    font-size: 20px;
  }
  
  .footer_covid_popup img {   
    max-width: 110px;
  }
}



