.footer_section {
  padding: 15px 0;
}

.pd-25 {
  padding: 25px 0;
}

.justify {
  text-align: justify;
}

.footer-about {
  padding: 15px 0 0;
}

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

.black {
  color: #5f5b5b;
}

.footer-icon {
  /*color: #000;*/
  color: white;
  margin-right: 5px;
}

.footer-title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.footer-border {
  border-bottom: 1px dashed #fff;
  margin-bottom: 10px;
}

/** BANNER **/
#banner {
  position: relative;
}

.banner {
  font-family: "Poppins", sans-serif;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
}

.banner-bg {
  background: url("../images/banner/banner-1.jpg");
}

.banner-bg-color {
}

.item-bg {
  /*background: url("../img/banner-1.jpg");*/
  height: 100vh;
  /*animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
}

.banner img {
  animation: bgburnsEast 25s linear infinite alternate;
  -webkit-animation: bgburnsEast 25s linear infinite alternate;
}

.banner-max-height img {
  /*max-height: 720px;*/
}

.banner .slider-mover-left {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: -50px;
  text-align: center;
  background: #fff;
  border-radius: 5%;
}

.banner .slider-mover-right {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: 10px;
  text-align: center;
  background: #fff;
  border-radius: 5%;
}

.banner .slider-mover-right i {
  font-size: 30px;
  line-height: 40px;
  color: #000;
}

.banner .slider-mover-left i {
  font-size: 30px;
  line-height: 40px;
  color: #000;
}

.banner .carousel-content {
  align-self: center !important;
  margin: 0px auto;
  color: #fff;
}

/*.banner .carousel-content-left {
    align-self: center !important;
    max-width: 800px;
    margin-left: 0px;
    text-align: left;
}*/

/*.banner .banner-slider-inner h1,
.banner .banner-slider-inner h2,
.banner .banner-slider-inner h3,
.banner .banner-slider-inner h4,
.banner .banner-slider-inner h5,
.banner .banner-slider-inner h6,
.banner .banner-slider-inner p{
    max-width: 800px;
}*/

.carousel-item .text-right {
  float: right;
}

.banner .banner-slider-inner h1 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: normal;
}

.banner .banner-slider-inner h3 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: normal;
}

.banner .banner-slider-inner .max-w {
  max-width: 490px;
}

.banner .banner-slider-inner p {
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
  margin-bottom: 40px;
}

.banner .banner-slider-inner h1 span {
  font-weight: 900;
}

.banner .banner-slider-inner .typed-text {
  font-size: 62px;
}

.banner .banner-slider-inner {
  display: inline-block;
  text-shadow: none;
  right: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: rgba(36, 42, 53, 0.1);
}

.banner .banner-slider-inner .btn {
  margin: 3px;
}

.banner .carousel-bg .carousel-item {
  height: 100vh;
  background: #3e4a5b;
}

.banner_video_bg {
  height: 100vh;
}

.pattern-overlay {
  /*background-color: rgba(0, 0, 0, 0.35);
    height: 100vh;*/
}

.banner_video_bg .carousel-item {
  height: 100vh;
}

#particles-banner {
  width: 100%;
  height: 100vh;
  background-color: rgba(36, 42, 53, 0.7);
  position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
  background-color: transparent;
}

.header_section {
  padding: 5px 0;
}

.about-col {
  margin-bottom: 50px;
  position: relative;
}
.about-content {
  position: absolute;
  right: -75%;
  top: 20px;
  z-index: 1;
  padding: 20px;
  margin-left: 70%;
  background: rgba(247, 250, 253, 0.9);
}
.about-content h2 {
  font-size: 26px;
}
.about-content h2 span {
  color: #77c3e5;
}
.about-content .btn-style {
  margin-top: 30px;
}

.title-bdr {
  position: relative;
  width: 50px;
  height: 3px;
  /*background: #abdcff;*/
  background: #162a55;
  margin-bottom: 20px;
}

h2 {
  font-weight: 700;
  /*color: #52a9cb;*/
  /*color:#439ccf;*/
  color: #162a55;
}

.form-control {
  height: 40px;
  margin-bottom: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

/** contact **/
.contact-area {
  overflow: hidden;
  padding: 80px 0 90px;
}
.contact-title {
  position: relative;
}
.contact-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
  z-index: 2;
}
.contact-title h2 span {
  color: #92bf20;
}
.contact-title p {
  margin-bottom: 30px;
}
.contact-info-box,
.my-form-col {
  margin-bottom: 30px;
}
.contact-info-box {
  background-color: #888888;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px 20px 0 20px;
}
.contact-info-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.contact-box {
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  border-top: 1px solid #c3c2c2;
  border-bottom: 1px solid #c3c2c2;
}
.contact-box i {
  font-size: 20px;
  color: #92bf20;
  position: absolute;
  left: 0;
  top: 15px;
}
.contact-box address {
  margin-bottom: 0;
}
.contact-area form {
}
.contact-area form .form-control {
  height: 45px;
  border: none;
  border-radius: 5px;
  background: #b5b5b5;
  color: #000;
}
.contact-area form .textarea-hight-full {
  height: 100%;
}
.contact-area form .btn-style {
  margin-top: 30px;
}

.black-bg {
  background: #000;
}

.contact-info h3 {
  /*color: #77c3e5;*/
  color: #439ccf;
}

.contact-info a {
  color: #fff;
}

.pd-50 {
  padding: 50px 0;
}

.feature_section:before {
  background: rgba(255, 255, 255, 0.8);
}

.feature_section .section_heading h2 {
  /*color: #52a9cb;*/
  /*color:#439ccf;*/
  color: #162a55;
}

.feature_section .section_heading h2 span {
  /*color: #77c3e5;*/
  color: #162a55;
}

.pgh-color {
  color: #5a5858;
}

.feature_content i {
  font-weight: 600;
  color: #000;
}

.feature_content h4 {
  /*color: #52a9cb;*/
  color: #162a55;
}

.feature_content p {
  color: #5a5858;
}

@media only screen and (max-width: 1199px) {
  .about-content {
    right: -75%;
    top: 10px;
    margin-left: 58%;
  }
}

@media only screen and (max-width: 991px) {
  .about-content {
    right: 0;
    top: 20px;
    margin-left: 38%;
  }
}

@media only screen and (max-width: 767px) {
  .about-content {
    position: relative;
    margin-left: 0;
    margin-bottom: 70px;
    top: 30px;
  }
  .about-col {
    margin-bottom: 0;
  }
}

.counter_section {
  padding: 70px 0;
}

.testimonial_item .client_thumb {
  border: 5px solid #52a9cb;
  border-color: #162a55;
  height: 100px;
  width: 100px;
}

.testi_content {
  /*box-shadow: 0 -3px 10px -2px #77c3e5, 0 4px 10px #77c3e5;*/
  /*-webkit-box-shadow: 0 -3px 10px -2px #77c3e5, 0 4px 10px #77c3e5;*/
  box-shadow: 0 -3px 10px -2px #162a55, 0 4px 10px #162a55;
  -webkit-box-shadow: 0 -3px 10px -2px #162a55, 0 4px 10px #162a55;
}

.testimonial_item {
  padding: 0 5px;
}

.testi_content:before {
  /*box-shadow: 0 -4px 8px -4px #77c3e5, -2px -2px 4px 0px #77c3e5;*/
  /*-webkit-box-shadow: 0 -4px 8px -4px #77c3e5, -2px -2px 4px 0px #77c3e5;*/
  box-shadow: 0 -4px 8px -4px #162a55, -2px -2px 4px 0px #162a55;
  -webkit-box-shadow: 0 -4px 8px -4px #162a55, -2px -2px 4px 0px #162a55;
}

/*** blog area ***/
.blog-area {
  padding: 120px 0 120px;
}
.blog-item {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  color: #ffffff;
}
.blog-bg-1 {
  background: url(../images/blog/BPH.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-bg-2 {
  background: url(../images/blog/PSA.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-bg-3 {
  background: url(../images/blog/Prostate-walnut.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-bg-4 {
  background: url(../images/blog/Cancer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-bg-5 {
  background: url(../images/blog/Movember.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-bg-6 {
  background: url(../images/blog/Thalassaemia.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.blog-item h5 {
  color: #92bf20;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.blog-item h3 {
  font-size: 24px;
}
.blog-item h3 a {
  color: #dddddd;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-item p {
  color: #dddddd;
}
.blog-item a {
  color: #92bf20;
}
.blog-area .owl-theme .owl-nav [class*="owl-"] {
  background: #92bf20;
  padding: 4px 20px;
}

.about-box {
  background-image: url(../images/about-4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  left: 0;
  top: 0;
  /* z-index: 1; */
}
.over-layer-white:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
  z-index: 0;
}

.about-box .over-layer-white:before {
  background: rgba(255, 255, 255, 0.8);
}

.blog_section {
  background: #e5f4ff;
  /*background: #162a55;*/
}

.about-area h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.about-area p {
  position: relative;
  color: #000;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  font-style: italic;
}

.progressbar {
  position: relative;
  background: #5a5757;
  width: 160px;
  height: 4px;
  left: 50%;
  margin-left: -80px;
}

.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
  left: 50%;
  position: absolute;
  margin-left: -80px;
}

.pd-60 {
  padding: 60px 0;
}

.blog_lists, .blog_lists_1, .blog_lists_2 {
  width: 100%;
  margin: 0;
}

.about-col .play-now {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center !important;
}

.play-now .icon {
  position: absolute;
  right: 50%;
  top: 50%;
  /*bottom: 125px;*/
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: rgba(244, 68, 56, 0.9);
  color: #ffffff;
  z-index: 1;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  right: 50%;
  top: 50%;
  /*bottom: 125px;*/
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0.35);
  -moz-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0.35);
  -ms-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0.35);
  -o-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0.35);
  box-shadow: 0 0 0 0 rgba(244, 68, 56, 0.35);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

.blog-carousel .owl-nav div {
  left: -40px;
  top: calc(50% - 45px);
}
.blog-carousel .owl-nav div.owl-next {
  right: -40px;
}

.blog-carousel {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .blog-carousel .owl-nav div {
    left: 0;
  }

  .blog-carousel .owl-nav div.owl-next {
    right: 0;
  }

  .hero_section {
    height: 300px;
    top: 80px;
  }

  .banner .banner-slider-inner h1 {
    margin-bottom: 20px;
    font-size: 20px !important;
    margin-top: 40px;
  }

  .banner .banner-slider-inner p {
    font-size: 13px;
  }

  .play-now .icon,
  .play-now .ripple {
    right: 35%;
    top: 15%;
    /*bottom: 380px;*/
  }
}

/*** articles ***/
.news-block {
  position: relative;
  margin-bottom: 30px;
  padding: 0 20px;
}

.news-block .inner-box {
  position: relative;
}

.news-block .image-box {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
}

.news-block .image-box img {
  display: block;
  width: 100%;
  height: auto;
}

.news-block .image-box::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.news-block .inner-box:hover .image-box:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.news-block .lower-content {
  position: relative;
  padding: 25px 35px 35px;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.news-block .lower-content h3 {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 10px;
}

.news-block .lower-content h3 a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
  color: #77c3e5;
}

.news-block .lower-content p {
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: #888888;
  margin-bottom: 20px;
}

.news-block .lower-content .read-more {
  position: relative;
  font-size: 15px;
  color: #3c4858;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content .read-more i {
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}

.news-block .lower-content .read-more:hover {
  color: #f44438;
}

.news-detail .news-block {
  padding: 0;
}

.news-detail .news-block .lower-content {
  padding: 35px 40px 25px;
}

.news-detail .news-block p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #777;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}

.news-detail .news-block h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.news-detail .news-block blockquote {
  position: relative;
  display: block;
  padding: 30px 85px;
  background-color: #abdcff;
  border-left: 2px solid #52a9cb;
  border-right: 2px solid #52a9cb;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  color: #3c4858;
  letter-spacing: 1px;
  z-index: 5;
  background-image: url(../images/icons/quote-icon-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 40px;
}

/*post share options*/

.news-detail .post-share-options {
  position: relative;
  padding: 15px 0px;
  border-top: 1px solid #dcdcdc;
}

.news-detail .post-share-options p {
  position: relative;
  color: #3f3e3e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 0;
  display: inline-block;
}

.news-detail .post-share-options .tags {
  position: relative;
  display: inline-block;
}

.news-detail .post-share-options .tags li {
  position: relative;
  display: inline-block;
}

.news-detail .post-share-options .tags a {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
  letter-spacing: 0.5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-detail .post-share-options .tags a:hover {
  color: #f44336;
}

.news-detail .post-share-options .social-icon {
  position: relative;
  display: inline-block;
}

.news-detail .post-share-options .social-icon li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
}

.news-detail .post-share-options .social-icon li a {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #a7a7a7;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-detail .post-share-options .social-icon li a:hover {
  color: #f44336;
}

/*=== Latest News ===*/

.post-widget {
  position: relative;
}

.post-widget .post {
  position: relative;
  padding-left: 110px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  padding-top: 10px;
  min-height: 125px;
  border-bottom: 1px solid #e7e7e7;
}

.post-widget .post:last-child {
  margin-bottom: 0px;
  border-bottom: 0;
}

.post-widget .post .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 95px;
  width: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.post-widget .post .thumb img {
  display: block;
  width: 100%;
}

.post-widget .post h3 {
  position: relative;
  font-size: 17px;
  line-height: 25px;
  color: #3c4858;
  font-weight: 600;
  margin-bottom: 5px;
}

.post-widget .post h3 a {
  color: #3c4858;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-widget .post:hover h3 a {
  color: #77c3e5;
}

.post-widget .post .date {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #3c4858;
  font-weight: 400;
}

.author-box {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
}

.author-box .inner-box {
  position: relative;
  padding-left: 140px;
  min-height: 120px;
  padding-top: 15px;
}

.author-box .image-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  width: 120px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.author-box .info {
  position: relative;
  display: block;
}

.author-box .info span {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  /*color: #52a9cb;*/
  color: #172a55;
  font-weight: 500;
}

.author-box .info h3 {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #282e3e;
  font-weight: 500;
  margin-bottom: 5px;
}

.author-box .info h3 a {
  color: #282e3e;
}

.author-box .info p {
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: #888888;
  font-weight: 400;
}

.sidebar-page-container .sidebar-title {
  position: relative;
  margin-bottom: 30px;
}

/** SUB BANNER **/
.sub-banner {
  background: rgba(0, 0, 0, 0.04) url(../images/banner/sub-banner1.jpg) top left
    repeat;
  background-size: cover;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: rgba(36, 42, 53, 0.7);
}

.sub-banner .breadcrumb-area h1 {
  margin: 0 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.sub-banner .breadcrumb-area {
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
}

.sub-banner .breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 18px;
}

.sub-banner .breadcrumbs li a {
  color: #fff;
}

.sub-banner .breadcrumbs .active {
  margin-left: 15px;
  color: #fff;
}

.sub-banner .breadcrumbs .active:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 15px;
  font-weight: 500;
}

.overview-bgi {
  position: relative;
}

.overview-bgi:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
  .sub-banner {
    height: 265px;
  }
}

@media (max-width: 768px) {
  .sub-banner .breadcrumbs li {
    font-size: 16px;
  }

  .sub-banner {
    height: 240px;
  }
}

@media (max-width: 500px) {
  .sub-banner {
    height: 270px;
  }

  .sub-banner .breadcrumbs li {
    font-size: 14px;
  }

  #step-brumb .sub-banner .breadcrumb-area {
    top: 30%;
  }

  #step-brumb .sub-banner {
    height: 300px;
  }
}

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

/*** product ***/
.product-area {
  padding: 100px 0 60px;
}
.product {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 50px;
}
.product:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(82, 169, 203, 0.6);
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 0;
  transition: all 0.8s ease 0s;
}
.product:hover:after {
  top: 0;
  opacity: 1;
}
.product img {
  width: 100%;
  height: auto;
}
.product .icon-view {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  /* transform: translateY(-50%) rotate(-12deg); */
  transition: all 0.8s ease 0s;
}
.product:hover .icon-view {
  top: 40%;
}
.product .icon-view li {
  display: inline-block;
}
.product .icon-view li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ffffff;
  font-size: 18px;
  color: #52a9cb;
  margin: 0 5px;
  border-radius: 5px;
}
.product .product-content {
  width: 100%;
  padding: 10px 20px;
  background: #ddf0f9;
  border-bottom: 3px solid #52a9cb;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.product:hover .product-content {
  background: #f9f9f9;
}
.product .product-content:before {
  content: "";
  width: 100%;
  border-right: 420px solid #ddf0f9;
  border-top: 60px solid transparent;
  position: absolute;
  top: -60px;
  left: 0;
}
.product:hover .product-content:before {
  border-right-color: #f9f9f9;
}
.product .product-content:after {
  content: "";
  width: 3px;
  height: 50%;
  background: #52a9cb;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.product .title {
  font-size: 18px;
  color: #333;
  margin: 0;
}
.product .post {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #655e5e;
  margin-top: 3px;
}

.product-details .list-inline {
  white-space: nowrap;
  width: 100% !important;
}

.product-details .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
  margin-top: 0;
}

.product-details .carousel-indicators a {
  cursor: pointer;
}

.product-details .carousel-indicators > li {
  height: initial;
  text-indent: initial;
  margin-right: 0;
  margin-left: 0;
}

.dd.product-details .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}

.small-product .list-inline-item {
  width: 20%;
}

.small-product .list-inline-item a img {
  width: 100%;
  border: none;
  border-radius: 0;
}

.product-details .carousel-indicators > li.active img {
  opacity: 0.7;
}

.product-details .right {
  position: absolute;
  right: 15px;
  top: 45%;
}

.product-details .left {
  left: 10px;
  top: 47%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  right: -30px;
  text-align: center;
  background: #77c3e5;
  border-radius: 5%;
}

.product-details .left i {
  font-size: 20px;
  color: #fff;
}

.product-details .right {
  right: 10px;
  top: 47%;
  width: 30px;
  height: 30px;
  line-height: 33px;
  position: absolute;
  z-index: 5;
  display: inline-block;
  text-align: center;
  background: #77c3e5;
  border-radius: 5%;
}

.product-details .right i {
  font-size: 20px;
  color: #fff;
}

.list-inline-item:not(:last-child) {
  margin-right: 1px;
}

.small-product {
  width: 100%;
}

.img-fluid {
  max-width: 100% !important;
  width: 100%;
  height: auto;
}

.shop-slider .carousel-control-next,
.carousel-control-prev {
  width: 0;
}

.carousel-indicators .active {
  background-color: #77c3e5;
}

.pd-0 {
  padding: 0;
}

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

.navbar-fixed-top.header_section {
  background: #fff;
}

.gradiant_2 {
  background: linear-gradient(135deg, #77c3e5 10%, #52a9cb 70%);
}

.owl-nav-2 .owl-nav div {
  /*background: linear-gradient( 135deg, #ABDCFF 10%, #52a9cb 100%);*/
  background: linear-gradient(135deg, #abdcff 10%, #162a55 100%);
}

.testimonial_items .owl-nav div {
  left: -40px;
  top: calc(50% - 55px);
}

.testimonial_items {
  padding: 0 20px;
}

#scroll-to-top {
  /*background: linear-gradient( 135deg, #abdcff 10%, #52a9cb 70%);*/
  background: linear-gradient(135deg, #abdcff 10%, #162a55 70%);
}

.button_1 {
  /*background: linear-gradient(45deg, #ABDCFF 0%, #52a9cb 100%);*/
  background: linear-gradient(45deg, #abdcff 0%, #172a55 100%);
  color: white !important;
  border: none;
}

.social_link li a {
  /*color: #52a9cb;*/
  /*border: 1px solid #52a9cb;*/
  color: #162a55;
  border: 1px solid #162a55;
}

.counter_section .over-layer-gradiant:before {
  background: linear-gradient(135deg, #abdcff 10%, #77c3e5 100%);
}

/*.feature_section {
    background-image: url(../images/banner/banner-2.jpg);
}*/

.feature_content {
  padding: 20px;
  background: rgba(247, 250, 253, 0.9);
  outline: 1px solid transparent;
  outline-offset: -1px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature_content:hover {
  outline-color: #77c3e5;
  outline-offset: -10px;
}

.contact-icon {
  color: #52a9cb;
  font-size: 18px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .about-area p {
    position: relative;
    font-size: 20px;
  }

  .testimonial_items .owl-nav div {
    left: 0;
  }

  .about-box {
    background-image: url(../images/about-4.jpg) !important;
    background-position: top left;
  }
}

@media only screen and (max-width: 360px) {
  .play-now .icon,
  .play-now .ripple {
    bottom: 406px;
  }

  .about-box {
    background-image: url(../images/about-4.jpg) !important;
    background-position: top left;
  }
}

.product-sidebar {
  padding: 25px;
  background: #f8fdff;
  margin-bottom: 40px;
}

.sidebar-title {
  color: #52a9cb;
  font-weight: 700;
  font-size: 20px;
}

.sidebar-border {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.sidebar-icon {
  color: #000;
  margin-right: 5px;
}

.sidebar-text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-text:hover {
  color: #77c3e5;
}

.pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad-30 {
  padding-top: 35px;
  padding-bottom: 30px;
}

.chat-content {
  margin-bottom: 30px;
}

.chat-caption {
  position: relative;
  color: #3c4858;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}

.download-caption {
  font-size: 24px !important;
  line-height: 35px;
  color: #000;
  margin-bottom: 20px;
}

.download-icon {
  display: inline;
  max-width: 150px;
  margin-right: 10px;
}

@media only screen and (max-width: 320px) {
  .download-icon {
    max-width: 130px;
  }
}

.subtitle {
  /*color: #52a9cb;*/
  color: #162a55;
  font-size: 18px;
  font-weight: 700;
}

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

.mb30 {
  margin-bottom: 30px;
}

.feature-img {
  max-height: 80px;
  margin-bottom: 5px;
}

.partners {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 15px 30px 50px;
  border-radius: 50%;
}
.partners:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(82, 169, 203, 0.6);
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 0;
  transition: all 0.8s ease 0s;
}
.partners:hover:after {
  top: 0;
  opacity: 1;
}
.partners img {
  width: 100%;
  height: auto;
}

.partners .partners-title {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 1;
  /* transform: translateY(-50%) rotate(-12deg); */
  transition: all 0.8s ease 0s;
}

.partners:hover .partners-title {
  top: 40%;
}

.partners .partners-title li {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}

.partners .partners-title li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #ffffff;
  font-size: 18px;
  color: #52a9cb;
  margin: 0 5px;
  border-radius: 5px;
}

.brand-area {
  padding: 80px 0 70px;
}

.white-bg {
  background: #fff;
}

ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active {
  /*color: #77c3e5;*/
  color: #162a55;
}

ul.nav > li > a {
  /*color: #52a9cb;*/
  color: #162a55;
}

.navbar-fixed-top ul.nav > li > a {
  /*color: #52a9cb;*/
  color: #162a55;
}

.gradiant-white {
  /*background: linear-gradient( 135deg, #fff 10%, #52a9cb 70%);*/
  background: linear-gradient(135deg, #fff 0%, #172a55 50%);
}

.border-bt {
  border-bottom: 1px solid #ddd;
}

.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a {
  color: #77c3e5;
}

.main-registered-mark {
  font-size: 18px;
  position: relative;
  margin-left: 2px;
  top: -10px;
}

.small-registered-mark {
  font-size: 15px;
  position: relative;
  margin-left: 2px;
  top: -5px;
  margin-right: 5px;
}

.footer-registered-mark {
  font-size: 13px;
  position: relative;
  margin-left: 2px;
  top: -3px;
  margin-right: 5px;
}

.team-carousel {
  padding: 30px 30px 0;
}

.team {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px;
  outline: 1px solid transparent;
  outline-offset: -1px;
}

.team:hover {
  outline-color: #77c3e5;
  outline-offset: -8px;
  transform: scale(1.025);
}

.team .team-photo img {
  width: 100%;
  max-height: 242px;
  object-fit: cover;
}

.team .team-details {
  text-align: center;
  padding: 20px 0 0;
}

.team .team-details h5 {
  margin-bottom: 12px;
  font-weight: 500;
}

.team .team-details h5 a {
  font-size: 18px;
  font-weight: 600;
  color: #52a9cb;
}

.team .team-details p {
  margin-bottom: 15px;
}

.icon-height {
  max-height: 60px;
}

.blog_top a {
  background: linear-gradient(135deg, #abdcff 10%, #162a55 100%);
}

.btn-link:hover {
  text-decoration: none;
}

#step h5 .btn-link {
  color: #000;
  text-decoration: none !important;
  font-weight: bold;
  white-space: inherit;
}

#step .card-header {
  background: #e5f4ff;
}

#step .card {
  margin-bottom: 1rem;
}

/** E-PHARMACY (Shared) **/
.justify-content-center {
  display: flex;
  justify-content: center;
}

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

.text-main {
  color: #192b55;
}

/** E-PHARMACY : Introducing **/
#introducing {
  background-image: url("../images/epharmacy/backgrounds/introducing-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2% 0px;
}

#introducing h3 {
  font-size: 1.2em;
}

#introducing h1 {
  font-size: 3.8em;
  letter-spacing: 0.5px;
}

#introducing h4 {
  font-size: 1.25em;
  word-spacing: 0.5px;
}

#get-medication-button-1 {
  background-color: #192b55 !important;
  border-radius: 50px;
  color: #f4f6fc !important;
  font-size: 1.15em;
  font-weight: bold;
  width: fit-content;
  height: 3em;
  margin: 1.5% auto 0;
  padding: 20px;
  display: flex;
  align-items: center;
}

#get-medication-button-1:hover {
  box-shadow: 0px 0px 20px #394a70;
}

#introducing #statue-wrapper {
  margin-top: -15%;
}

@media only screen and (max-width: 1024px) {
  #introducing h1 {
    font-size: 2rem;
  }

  #introducing h4 {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 575px) {
  #introducing #statue-wrapper {
    margin-top: 0;
  }
}

/** E-PHARMACY : Services **/
#services {
  background-image: url("../images/epharmacy/backgrounds/services-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px;
}

#services img {
  margin-top: -25px;
  margin-bottom: -25px;
  display: block;
}

#services .title {
  font-size: 1.25em;
  margin: 0 auto 10px;
  text-align: center;
}

#services p {
  width: 150px;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 575px) {
  #services img {
    width: 60%;
    margin: 0 auto -7%;
  }

  #services p {
    width: 50%;
  }
}

/** E-PHARMACY : Get-Your-Medication **/
#get-your-medication {
  background-image: url("../images/epharmacy/backgrounds/get-medication-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px 200px;
}

#get-medication-button-2 {
  background-color: #00c2cb !important;
  border-radius: 50px;
  color: #f4f6fc !important;
  font-size: 1.15em;
  font-weight: bold;
  width: fit-content;
  height: 3em;
  padding: 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#get-medication-button-2:hover {
  box-shadow: 0px 0px 20px #5ce1e6;
}

/** E-PHARMACY : 3-Steps **/
#three-steps {
  padding: 60px 0px 30px;
}

#three-steps .step-wrap {
  width: 180px;
  height: 180px;
  margin: 25px auto;
  padding: 10px;
  border-radius: 15px;
}

@media only screen and (max-width: 768px) {
  #medicine-parent {
    display: none;
  }
}

#three-steps .step-wrap img {
  width: 60%;
  height: 60%;
}

#three-steps p {
  color: #f4f6fc;
  width: 80%;
  height: 20px;
  text-align: center;
}

#three-steps .horizontal-line {
  position: relative;
  width: 92%;
  height: 20px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #00c2cb, #162a55);
  margin: 30px auto;
}

/** E-PHARMACY : Why-Choose-Us **/
#why-choose-us {
  padding: 50px 0px;
}

#why-choose-us h4 {
  margin-top: -30%;
  letter-spacing: 1px;
}

@media only screen and (min-width: 575px) and (max-width: 992px) {
  #authentic-icon,
  #fast-delivery-icon {
    margin-top: -10%;
  }

  #why-choose-us .why-us-icon {
    margin-top: -30%;
  }

  #certified-icon {
    margin-top: -20%;
  }
}

@media only screen and (max-width: 575px) {
  #why-choose-us .why-us-icon {
    margin-top: -20%;
  }

  #why-choose-us #certified-icon {
    margin-top: -10%;
  }
}

/** E-PHARMACY : Patient-Reviews **/
#patient-reviews {
  padding: 60px 0px 30px;
}

#patient-reviews h4 {
  color: #f4f6fc;
  text-align: center;
  line-height: normal;
}

#patient-reviews h5 {
  width: 80%;
  color: #f4f6fc;
}

#patient-reviews .comment-box {
  margin-top: -10%;
  padding: 20px 10px 5px;
  border-radius: 5px;
  background-color: #162a55;
  box-shadow: 10px 10px 5px #c6cad5;
}

#patient-reviews .comment-box::after {
  top: -40px;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #162a55;
  border-width: 25px;
  margin-left: -25px;
  filter: drop-shadow(10px 0px 5px #c6cad5);
  z-index: -1;
}

#patient-reviews .comment-box * {
  margin: 5% auto;
}

#patient-reviews .comment {
  min-height: 160px;
}

@media only screen and (min-width: 575px) and (max-width: 767.5px) {
  #patient-reviews .comment {
    min-height: 149px;
  }

  #patient-reviews #comment-3 {
    margin-top: -8%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #patient-reviews .comment {
    min-height: 182px;
  }

  #patient-reviews #comment-3 {
    margin-top: 6%;
  }
}

@media only screen and (min-width: 1200px) {
  #patient-reviews #comment-3 {
    margin-top: -7%;
  }
}

@media only screen and (max-width: 575px) {
  #patient-reviews .comment-box {
    width: 80%;
    margin: auto;
  }

  #patient-reviews img {
    margin: -10% 0%;
  }
}

/** E-PHARMACY : Follow-Us **/
#follow-us {
  background-image: url("../images/epharmacy/backgrounds/follow-us-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0px 200px;
  margin-top: -200px;
}

#follow-us h3 {
  font-size: 1.25em;
}

#follow-button {
  background-color: #00c2cb !important;
  border-radius: 50px;
  color: #f4f6fc !important;
  font-size: 1.15em;
  font-weight: bold;
  width: fit-content;
  height: 3em;
  display: flex;
  align-items: center;
  padding: 0px 4vw;
  margin-top: 15px;
}

#follow-button:hover {
  box-shadow: 0px 0px 20px #5ce1e6;
}

/** E-PHARMACY : FAQ **/
#faq {
  padding: 80px 0px 0px;
}

#accordionFaqs .card {
  border: 0 none;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 50%);
  width: 80%;
  margin: 0px auto 20px;
}

#accordionFaqs .card:last-child {
  margin-bottom: 100px;
}

#accordionFaqs .card-header {
  background: #e8e8e8;
  padding: 0;
  margin-bottom: -2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 0px 5px 5px 0px;
}

#accordionFaqs .card-header button {
  border: 0 none;
  display: flex;
  align-items: stretch;
  padding: 0;
  text-align: left;
  text-decoration: none !important;
  width: 100%;
}

#accordionFaqs .card-header span {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#accordionFaqs .card-header span.faqs-number {
  background-color: #172856;
  color: #fff;
  font-size: 2.125em;
  text-align: center;
  width: 60px;
  height: inherit;
  border-radius: 5px 0px 0px 5px;
}

#accordionFaqs .card-header span.faqs-question {
  color: #172856;
  font-size: 1.75em;
  line-height: normal;
  padding: 1% 2%;
  width: 90%;
  white-space: break-spaces;
}

#accordionFaqs .card-header span.faqs-icons {
  margin-right: 20px;
  width: 31px;
}

#accordionFaqs .card-header span.faqs-icons > span {
  position: absolute;
  left: auto;
  top: 8px;
  width: 31px;
}

#accordionFaqs .card-header .btn.collapsed span.icon-plus {
  opacity: 1;
  margin-top: 3px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#accordionFaqs .card-header .btn span.icon-plus {
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#accordionFaqs .card-header .btn.collapsed span.icon-minus {
  opacity: 0;
  margin-top: 7px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#accordionFaqs .card-header .btn span.icon-minus {
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#accordionFaqs .card-body p {
  color: #172856;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #accordionFaqs .card-header span.faqs-number {
    font-size: 1.25em;
  }

  #accordionFaqs .card-header span.faqs-question {
    font-size: 1.125em;
    line-height: 1.25em;
    padding: 4% 2% 4% 4%;
  }

  #accordionFaqs .card-body p {
    font-size: 1.25em;
  }
}

/** E-PHARMACY : Bottom-Banner **/
#bottom-banner {
  background-image: url("../images/epharmacy/backgrounds/bottom-banner-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom-banner-button {
  background-color: #192b55 !important;
  border-radius: 50px;
  color: #f4f6fc !important;
  font-size: 0.9em;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  width: 90%;
}

.bottom-banner-button:hover {
  box-shadow: 0px 0px 20px #394a70;
}

#bottom-banner-mobile {
  display: none;
}

@media only screen and (max-width: 575px) {
  #bottom-banner .bottom-banner-button {
    visibility: hidden;
  }

  #bottom-banner-mobile {
    margin: 0;
    display: inline-flex;
    justify-content: center;
  }

  #bottom-banner-mobile .bottom-banner-button {
    margin: 6% 1%;
    font-size: 1.15em;
  }
}

/* diabetes management */
/* point listing */
.point_listing_section {
  font-size: 16px;
  color: #162A55;
}

.point-listing-container {
 padding: 50px 20px;
}

.point-listing-item {
 display: flex;
 align-items: center;
 padding: 0 15px;
}

.point-listing-highlight {
  font-weight: bold;
  color: #162A55;
}

.point-listing-font-enlarge{
 font-size: 20px;
 font-weight: bold;
 color: #162A55;
}

.point-listing-image-container {
  min-width: 70px;
  max-width: 70px;
}

.point-listing-image-container img {
  width: 100%;
}

.point-listing-desc {
 padding-left: 15px;
}

/* diabetes */
.diabetes-title {
  color: #162A55;
  margin: 0;
  line-height: 40px;
  text-transform: none;
  padding: 0 15px;
  font-size: 28px !important;
}

.diabetes {
  padding: 50px 0px;
}

.diabetes-download-now-row{
  padding: 0 30px;
}

.diabetes-talk-to-us{
  margin: 0 !important;
}

/* promotion section */
.glucose-caption {
  font-size: 24px;
  color: #162A55;
  font-weight: bold;
  padding-bottom: 16px;
  line-height: 30px;
}

.app-functions-caption{
  font-size: 24px;
  color: #162A55;
  font-weight: bold;
  padding-bottom: 30px;
  margin: 0;
  line-height: 30px;
}

.glucose-download-caption , .glucose-free-download {
  color: #676767;
  font-size: 20px;
  line-height: 30px;
}

/* app functions */

.app-functions-descriptions{
  display: flex;
  align-items: center;
  padding: 30px 80px 0;
}

.app-functions-desc-list {
  padding-bottom: 30px;
}

.app-functions-desc-list ul{
  line-height: 35px;
}

.app-functions-or {
  color: #233862;
  font-weight: bold;
  margin-bottom: 15px;
}

.app-functions-or hr{
  border: 1px solid #233862;
}

.app-functions-or-caption {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-functions-sign-up {
  color: #233862;
  text-decoration: underline;
}

.app-functions-download , .app-functions-pharmacy , .app-functions-join-platform{
  background: #162A55;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 15px !important;
}

.app-functions-desc-list li{
  color: #676767;
}

.app-functions-desc-list span {
  padding-left: 10px;
}

.app-functions-professionals , .app-functions-app-user{
  color: #676767;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 30px;
  margin: 0;
  line-height: 30px;
}

.app-functions-row {
  padding-bottom: 100px;
}

.app-functions-image-col {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #app-functions {
    padding-bottom: 50px !important;
  }

  #point-listing {
    padding-bottom: 10px !important;
  }

  #diabetes-download-now{
    padding-bottom: 0 !important;
  }

  .diabetes-download-now-desc{
    padding: 50px 30px;
  }

  .point-listing-container{
    padding-top: 0 !important;
  }

  .app-functions-desc-list ul{
    font-size: 16px;
  }

  .app-functions-descriptions{
    padding: 30px 30px 0 !important;
  }

  .app-functions-or-caption {
    font-size: 16px;
  }

  .app-functions-youtube{
    padding-bottom: 0;
  }

  .diabetes-download-icon{
    margin: auto !important;
    margin-bottom: 15px !important;
  }

  .app-functions-row{
    padding-bottom: 65px !important;
  }

}

@media only screen and (min-width:768px) and (max-width:1200px){
  .diabetes {
    margin-top: 40px;
  }
}
