/**
* Template Name: Scaffold - v4.7.0
* Template URL: https://bootstrapmade.com/scaffold-bootstrap-metro-style-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat, repeat;
  background-size: cover; 
  /*background-position: center;*/
  height: 100px;
  color: #444444;
}


a {
  color: #009cea;
  text-decoration: none;
}

a:hover {
  color: #1eb4ff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

section.footer h4 {
  font-size: 18px !important;
  margin: 14px 0px;
  font-family: 'Roboto', sans-serif !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #009cea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.banner_content h3 {
  font-size: 26px;
}

section.safe-and-secure.connect h3 {
  font-size: 26px;
}

.about_us h3, h4 {
  font-size: 26px !important;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #14b1ff;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .all_images {
    display: inline !important;
    padding: 20px 0px ;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  padding: 60px 0px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  /*background: #fff;*/
}

#hero .hero-img img {
    width: 100%;
    object-fit: contain;
    height: 350px;
}

#header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgb(1 41 112 / 10%);
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #191a1a;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
    width: 78px;
    margin: 0;
    max-height: 100px;
}
/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}
@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}
.header-social-links a {
  color: #7b909a;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  padding-left: 10px;
}
.header-social-links a:hover {
  color: #009cea;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 10px 0 10px 30px;*/
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #474743;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #009cea;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #003651;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #009cea;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #364146;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 41, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #364146;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #009cea;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #009cea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background-image: url("../img/hero-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-top: 70px;
  padding: 50px 0;
}
#hero h3 {
  margin: 0 0 20px 0;
  font-weight: 900;
  line-height: 40px;
  font-size: 26px !important;
  color: #364146;
}

.about_us_content h2 {
  font-size: 26px;
}

#hero h3 {
  color: #191a1a;
  margin-bottom: 0px;
}
#hero .btn-get-started {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #98d100;
}
#hero .btn-get-started:hover {
  background: #008bd1;
}
#hero .hero-img {
  text-align: center;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #hero h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #hero h2 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f8f9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #627680;
}

.section-title p {
  margin-bottom: 0;
}


/*.navigation>div {
   top: 16px;
    width: 137px;
     color: #000; 
    height: 60px; 
    background-image: unset !important;
}

.swiper-button-prev {
    position: absolute !important;
    left: 940px !important;
    background-image: unset !important;
}*/

.docter_login .swiper-button-next, .docter_login .swiper-button-prev{
    /*background: #fff;*/
    /*position: absolute !important; */
    background-image:   unset !important;
    top: 20px;    font-size: 70px;opacity: 1 !important; 
    color: #191a1a;
}
.docter_login .swiper-button-next{ right:31px; }
.docter_login .swiper-button-prev{ right: 64px !important;left: auto!important; }
.docter_login .swiper-button-next:after, .docter_login .swiper-button-prev:after{
  content: ''!important;
  display: none;
}



/* footer */
.footer_form button {
  margin: 10px 0px;
  border: 1px solid #fff;
  border-radius: 44px;
  font-weight: 900;
  color: #363232;
  height: 30px;
  font-size: 13px;
  background: #00adff6e;
  padding: 0px 3px;
  width: 150px;
}

/* footer btn */
.btn_submit,
.btn_submit:active,
.btn_submit:visited {
  background-color:#00adff6e !important;
}

.btn_submit:hover {
  background-color: #594671 !important;
  color: #ffffff;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
}



.btn_chrck {
  display: flex;
}

input.form-check-input {
  border-radius: unset;
}

label.form-check-label {
  font-size: 12px;
  margin: 10px 0px;
}

.btn_chrck input {
  margin: 15px;
}
input.custom-input {
  text-align: inherit;
  width: 330px;
  border: 1px solid #fff;
  font-size: 15px;
  border-radius: 13px;
  margin: 3px 0px;
  padding: 8px 11px;
}

.footer_para p {
  margin: 0px 0px;
}
.row.address {
  position: relative;
  top: 32px;
  padding-bottom: 30px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 0;
  margin-top: 40px;
}
.about .navtab {
  background-color: #f7f8f9;
  padding: 60px 50px;
}
@media (max-width: 992px) {
  .about .navtab {
    padding: 30px;
  }
}
.about .content h3 {
  font-weight: 400;
  font-size: 32px;
  color: #364146;
  font-family: "Poppins", sans-serif;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #28a745;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-bottom: 40px;
}
.features .nav-tabs {
  border: 0;
}
.features .nav-link {
  border: 0;
  padding: 20px;
  transition: 0.3s;
  color: #364146;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  border-left: 4px solid #fafbfb;
}
.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  color: #191a1a;
}
.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.features .nav-link:hover {
  background: #fafbfb;
}
.features .nav-link:hover h4 {
  color: #364146;
}
.features .nav-link.active {
  border-radius: 0;
  border: 0;
  border-left: 4px solid #009cea;
  background: #fafbfb;
}
.features .nav-link.active h4 {
  color: #009cea;
}
.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}
.features .tab-content {
  text-align: right;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-align: center;
  border-bottom: 3px solid #fff;
}
.services .icon-box:hover {
  transform: translateY(-5px);
}
.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #111;
}
.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.services .icon-box-pink .icon i {
  color: #ff689b;
}
.services .icon-box-pink:hover {
  border-color: #ff689b;
}
.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}
.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}
.services .icon-box-green .icon i {
  color: #41cf2e;
}
.services .icon-box-green:hover {
  border-color: #41cf2e;
}
.services .icon-box-blue .icon i {
  color: #2282ff;
}
.services .icon-box-blue:hover {
  border-color: #2282ff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #009cea;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #364146;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #364146;
  font-size: 14px;
  text-transform: uppercase;
}
.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #009cea;
  margin: 0 2px;
  font-size: 24px;
  display: inline-block;
  transition: 0.3s;
  background: #eaf8ff;
  border-radius: 50px;
  line-height: 0;
  padding: 6px;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
  background: #009cea;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}
.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009cea;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009cea;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 65, 70, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 80px 0;
}
.cta h3 {
  color: #364146;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #191a1a;
}
.cta .cta-btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #009cea;
}
.cta .cta-btn:hover {
  background: #008bd1;
}
@media (min-width: 1024px) {
  .cta {
    background-attachment: fixed;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-navtab {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d8dee1;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f4f6f7;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #009cea;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009cea;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: url("../img/team-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
.team::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}
.team .navtab {
  position: relative;
  z-index: 10;
}
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.team .member .pic {
  overflow: hidden;
}
.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #364146;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.team .member:hover .member-info {
  max-height: 300px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #364146;
  position: relative;
  padding-bottom: 10px;
}
.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5c1c6;
  bottom: 0;
  left: calc(50% - 25px);
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  transition: color 0.3s;
  color: #627680;
}
.team .member .social a:hover {
  color: #009cea;
}
.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #eceff0;
  border-left: 1px solid #eceff0;
}
.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eceff0;
  border-bottom: 1px solid #eceff0;
  overflow: hidden;
  background: #fff;
  height: 120px;
  padding: 40px;
}
.clients .client-logo img {
  max-width: 50%;
  filter: grayscale(100);
}
.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}
.clients img {
  transition: all 0.4s ease-in-out;
}

/* homepage icon text */

.icon_text {
  text-align: center;
  width: 100px;
}


/* feature section */
/* .row.feature_sec {
  position: relative;
  top: 50px;
}
.row.feature_sec_text {
  position: relative;
    top: 100px;
    } */



/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e9ecee;
}
.pricing h3 {
  font-weight: 400;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
}
.pricing h4 {
  font-size: 36px;
  color: #009cea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #009cea;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  padding: 20px 15px;
  text-align: center;
}
.pricing .btn-buy {
  background: #009cea;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing .featured {
  background: #009cea;
  border-color: #009cea;
}
.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: #fff;
}
.pricing .featured .btn-buy {
  background: #fff;
  color: #009cea;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #009cea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #e3e7e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #009cea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #007ab7;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #009cea;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}
.contact .info i {
  font-size: 20px;
  color: #009cea;
  float: left;
  width: 44px;
  height: 44px;
  background: #f2f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #364146;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #627680;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #009cea;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #009cea;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #009cea;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #1eb4ff;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f6f7;
  min-height: 40px;
  margin-top: 70px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 600;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4c5c63;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f8f9;
  padding: 0 0 30px 0;
  color: #364146;
  font-size: 14px;
}
#footer .footer-top {
  background: #fff;
  padding: 60px 0 30px 0;
  border-top: 2px solid #e9ecee;
  border-bottom: 2px solid #e9ecee;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  color: #191a1a;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e9ecee;
  color: #8a9ca5;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #009cea;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #364146;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #009cea;
  font-size: 18px;
  line-height: 1;
  margin-left: -5px;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #191a1a;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #009cea;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e3e7e9;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #009cea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #007ab7;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 8px;
  text-align: center;
  font-size: 13px;
  color: #364146;
}


/*govt page*/
.content {
  width: 100%;
  text-align: justify;
}
.banner {
  padding: 0px 60px;
}

.owl-nav i {
  margin: -16px 1px;
}

.about_img {
  box-shadow: 1px 1px 10px #ddd;
}

.swiper-pagination-bullet {
  width: 11px !important;
  height: 10px  !important;
}

.feature-page>h3 {
  margin-left: 108px !important;
}
/* 
.ab_text>h3 {
    margin-left: 7px !important;
    } */

    .ab_text .feature_icon {
      width: 90px;
      top: 78px;
      position: relative;
      left: -81px;
    }

    .feature_icon {
      width: 89px;
      top: 91px;
      position: relative;
    }
    .about_icon img {
      width: 114px;
    }
   .about_icon img {

    height: 102px;
    width: 114px;
    object-fit: contain;

    }

    .content ul>li>i {
    margin-left: -21px;

    }

    .feature_icon.new_change {
    left: 0px !important;
    }

    h3.mission_vision {
    line-height: 100px !important;
    }

    .about_icon {
      display: flex;
      margin: 1;
    }
    .about_page_img{
      position: relative;
      top: 24px;
    }

    .banner_content {
      text-align: initial;
    }

    .swiper-pagination.custom.swiper-pagination-clickable.swiper-pagination-bullets {
      top: 10px;
      display: block;
    }

    .swiper-pagination.custom.swiper-pagination-clickable.swiper-pagination-bullets {
      top: 10px;
      display: block;
      width: 27px;
    }

    a.nav-link.scrollto.register:hover {
      background: #9ad100;
    }

    .all_images {
      display: flex;
    }

    section.our_partner {
      background: #f7f7f7;
    }

    .partner_images img {
      width: 100%;
    }
    a.nav-link.scrollto.register:hover {
      background: #9ad000;
    }

    .home-page_icon {
      margin: 15px 334px auto;
      width: 48%;
      display: flex;
    }
    .abha {
      text-align: center;
    }

    .home-page_icon img {
      width: 128px;
      margin: 2px;
    }

    .home-page_icon>h6 {
      margin: 19px 0px;
      color: #98d100;
    }

    /* abha image css */
    .abha_img img {
      width: 200px;
      float: right;
    }

    .col-md-8.abha_text {
      margin: 6px 0px;
    }

    #circle {
      top: 90px;
      position: relative;
      width: 12px;
      height: 11px;
      background: #ddd;
      border-radius: 50%;
    }

    #circle2 {
      top: 100px;
      position: relative;
      width: 12px;
      height: 11px;
      background: #ddd;
      border-radius: 50%;
    }

    .connect_btn>a {
      margin: 14px 4px;
      padding: 7px 33px;
      background: #191a1a;
      color: #fff;
      border-radius: 62px;
    }

    .connect_btn>a:hover {
      background-color: #9bd100;

    }

    #circle3 {
      top: 110px;
      position: relative;
      width: 12px;
      height: 11px;
      background: #99d200;
      border-radius: 50%;
    }
    #line {
      top: 103px;
      position: relative;
      width: 48px;
      height: 3px;
      background: #99d200;
    }

    .content>p {
      width: 82%;
    }

    .ab_our_t {
      width: 65%;
    }

    .our-team {
      border: 8px solid #a0c53b;
    }

    .img_name {
      text-align: center;
      margin: 20px;
    }

    .img_name>p {
      margin: 0px;
    }

    .images>img {
    width: 27%;
    height: 55px;
  }

    .about_details {
      background: whitesmoke;
      padding: 40px 154px;
      text-align: justify;
    }

    .about_details p {
      width: 95%;
      margin: 13px auto;
    }

   .content {
    margin: 30px 0px;
    }
     .content_2 {
      /*background: #57bcc9;*/
      margin: 30px 0px;  padding: 15px 0px;
    }
     .content_2 .nav{ justify-content: center;margin:15px;border-radius: 30px; background-color: #fff}
    .content_2 .nav-item {    color: #000; width: 50%;background-color: #fff;border-radius: 30px;   }
    .content_2 .nav-link {
        color: #000; border: 1px solid #000;
        background: #fff;border: 1px solid #fff; border-radius: 30px; text-align: center;
    }    
    .content_2 .nav-link.active{ border: 1px solid #000; }
    .content_2 .nav-pills .nav-link.active, .content_2 .nav-pills .show>.nav-link{ background-color: transparent; color: black }
    .our_partner_heading{ margin-top: -50px; }

    section.footer {
      background: #cbdf7f;
    }

    section.safe-and-secure.connect {
      background: #ffffff;
    }

    .docter_login .swiper-slide{
      margin: 15px 12px !important;
    }

    .accordion-body li {
    text-align: justify;
    }

    /*accordian*/
    .content_2 button {
    padding: 10px 9px;
    }

    .content_2 .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #57bcc9;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    }

    .icon_img {
      width: 65%;
      margin: 0px 0px;
    }

    .slider_nav {
      text-align: end;
      margin: 0px 160px;
    }

    .icon {
      padding: 12px 6px;
    }

    .register {
      background: #191a1a;
      margin: 2px 7px;
      color: #fff !important;
      border-radius: 9px;
    }

    .banner_content>p {
      margin: 2px;
      text-align: inherit;
    }

    .banner_content>h3 {
      font-weight: 800;
      line-height: 25px;
      color: #191a1a;
    }

/* .banner_content::before{
    content: '';
    display: inline-block;
    width: 12px;
    right: 45px;
    position: relative;
    top: 68px;
    height: 12px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #c0e691;
    }
    */

    a.icon {
      margin: 11px;
    }

    i.fa.fa-play-circle-o.play {
      position: relative;
      top: 7px;
      left: 26px;
      font-size: 34px;
    }

    .about_img>img {
      width: 100%;
      height: 457px;
    }
    .about_us_content>h2>span {
      color: #98d100;
      font-weight: 800;
    }

    .about_us_content {
      padding: 10px 35px;
    }


    .about_us_content>h2 {
      font-weight: 800;
    }

    .about_us_content>p {
      text-align: justify;
      padding: 10px 100px 6px 1px;
    }


    /* govt page */

    
    /* govt page paragraph */
    .main-content {
      width: 60%;
      border-radius: 10px;
      margin: auto;
      text-align: justify;
      background: #9ac96a;;
      padding: 20px 40px;
    }


    section.heakth {
      margin: 14px auto;
      text-align: center;
    }

    /*slider css*/

    section.safe-and-secure {
      background: #dddddd3b;
    }

    .carousel-wrap {
      margin: unset;
      padding: unset;
      width: 100%;
      position: relative;
    }

    /* fix blank or flashing items on carousel */
    .owl-carousel .item {
      position: relative;
      z-index: 100; 
      -webkit-backface-visibility: hidden; 
    }

    /* end fix */
    .owl-nav > div {
      margin-top: -26px;
      position: absolute;
      top: 50%;
      color: #cdcbcd;
    }

    
    #hero .swiper-pagination-bullet-active {
      opacity: 1;
      background: #99d000 !important;
    }

    .owl-nav i {
     font-size: 70px;
      color: #191a1a
    }

    .owl-nav .owl-prev {
      left: -30px;
    }

    .owl-nav .owl-next {
      right: -30px;
    }

    #secure-safe>.owl-nav{
      margin-top: 20px;
      position: absolute;
      top: -13px;
      right: 87px;
    }
    #secure-safe .owl-item .row{ align-items: center; }
    #docter_login>.owl-nav{
      margin-top: 20px;
      position: absolute;
      top: -13px;
      right: 87px;
    }

    #our_team_2>.owl-nav{
      margin-top: 20px;
      position: absolute;
      top: -43px;
      right: 87px;
    }

    #ab_docter_login>.owl-nav{
      margin-top: 20px;
      position: absolute;
      top: -20px;
      right: 87px;
    }


    /* government page css */
    .key_excerpt{
      background: #bfa760;
      padding: 23px;
      border-radius: 20px;
    }
    .key_excerpt.para{
      font-weight: 500;
    }
/*#secure-safe,#docter_login,#our_team_2>.owl-nav{
    margin-top: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
   }
   */


   /*nav tabs*/


  /*swiper css*/

  .swiper-navtab {
    width: 100%;
    text-align: center;
  }

  .heakth .swiper-pagination-bullet-active {
    opacity: 1;
    background: #191a1a !important;
  }

  .swiper-pagination-bullet{
    width: 100%;
    height: 100px;
  }

  @media only screen and (max-width: 1200px) {

  }

  @media only screen and (max-width: 992px) {

    .home-page_icon {
     margin: 60px 156px auto;
     width: 64%;
     display: flex;
   }

   .icon_img {
    width: 100%;
  }

  .content>p {
    width: 100%;
  }

  .footer_heading {
    margin: 7px 0px;
  }

  #our_team_2>.owl-nav {
    margin-top: 20px;
    position: absolute;
    top: -51px;
    right: 39px;
  }
  #docter_login>.owl-nav {
    margin-top: 20px;
    position: absolute;
    top: 2px;
    right: 39px;
  }
  #secure-safe>.owl-nav{
    margin-top: 20px;
    position: absolute;
    top: 0px;
    right: 22px;
  }
  #ab_docter_login>.owl-nav {
    margin-top: 20px;
    position: absolute;
    top: -13px;
    right: 39px;
  }
}

a.links {
  color: #080808;
}


@media only screen and (min-width: 1800px){
  .main-content {
    width: 50%;
  }
}


@media only screen and (max-width: 768px){

   .banner {
      padding: 23px 2px;
    }

    .docter_login .swiper-button-prev{ right: 31px !important;left: auto!important; }

    #hero .hero-img img {
    width: 100%;
    object-fit: contain;
    height: auto !important;
    }


  .docter_login .swiper-button-next {
    right: 0px;
  }

     .icon_img {
      margin: 0px;
      width: 100%;
      text-align: center;
    }

    .partner_images img {
        width: 70%;
        text-align: center;
        margin: 17px 46px;
    }

   .banner {
      width: 93%;
      margin: auto 14px;
      padding: 31px 0px;
    }
  
    .swiper-button-prev {
        position: absolute !important;
        left: 468px    !important;
        background-image: unset !important;
    }

    .navigation>div {
        top: 18px;
        width: 10px;
    }


    .ab_our_t {
      width: 100%;
    }

    .banner_content {
      text-align: initial;
    }

    .sec-heading h4 {
      text-align: left;
    }

    #hero h3 {
      font-size: 25px;
    }  
    .feature_icon {
      top: 77px;
    }
    .about_icon{
      justify-content: flex-start;
    }

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

    .abha_text h3 {
      text-align: center;
    }

    .about_page_img{
      position: relative;
      top: 0px;
    }

    .footer_heading {
      margin: 7px 0px;
    }
    .col-lg-4.contact {
      margin: 40px 0px;
    }

    input.custom-input {
      text-align: inherit;
      width: 310px;
      border: 1px solid #fff;
      font-size: 15px;
      border-radius: 13px;
      margin: 3px 0px;
      padding: 8px 11px;
    }
    /* govt page */

    .main-content {
      width: 100%;
      border-radius: 10px;
      margin: unset;
      text-align: initial;
      background: #9ac96a;
      padding: 20px;
    }

    .about_us_content>p {
      text-align: justify;
      padding: unset;
    }

    .about_us_content {
      padding: 20px 10px;
    }

    .banner.safe>p {
      text-align: initial !important;
    }

    #hero {
      padding:30px 10px;
    }

    .about_details {
     padding: 22px 0px;
    }

    section {
      padding: 10px 0;
      overflow: hidden;
    }

    .slider_nav {
      text-align: end;
      margin: 0px 18px;
    }

    .connect_btn {
      margin: 10px 0px;
    }

    .content>p {
      text-align: justify;
      width: 100%;
      margin: 20px 0px;
    }
    
   
    .ab_text .feature_icon {
      left: -10px;
    }

    .ab_text>h3 {
      margin-left: 91px !important;
    }

    .content {
      margin: 10px 0px; 
    }

    .home-page_icon {
      margin: 54px 1px auto;
      width: 100%;
    }
    .our_partner_heading{ margin-top: 0px; }

}


@media only screen and (max-width: 600px){
  /*Big smartphones [426px -> 600px]*/
}

@media only screen and (max-width: 500px){

  .home-page_icon {
    margin: 54px 1px auto;
    width: 100%;
  }

  .docter_login .swiper-slide {
    margin: 15px 5px !important;
  }

   .swiper-button-prev {
        position: absolute !important;
        left: 319px !important;
        background-image: unset !important
    }


  .icon {
    margin: 10px 10px;
    padding: 12px 6px;
  }

  .home-page_icon>img {
    width: 22%;
    object-fit: contain;
  }

  .home-page_icon>h6 {
      width: 100%;
  }
}


