/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  overflow-y: scroll;
  overflow-x: hidden;
}

a {
  color: #0c75ac;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #0c75ac;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 85px;
  z-index: 996;
  background: #0c75ac ;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1; 
}
td, th {
  border-bottom: 1px solid #59d5d1 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
   line-height: 35px !important;
}
#google_translate_element select {
    border: 2px solid #0c75ac !important;
    font-size: 16px;
    font-weight: 600;
    color: #0c75ac;
    outline: none;
}
.form-check {
    display: flex; 
    align-items: center;
}
nav.navbar.navbar-expand-lg.navbar-dark {
    display: none;
}
.ml-3 {
    margin-left: 20px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  background: transparent;
  box-shadow: rgb(0 0 0 / 24%) 0px 25px 20px -20px;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #fff;
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  z-index: 1030;
  max-width: 100%;
} 
.socialmedia {
  margin-left: auto !important;
}
ul.navbar-nav.socialmedia li a {
 
  padding: 5px 2px !important;
  background: #fff;
  border-radius: 10px;
  margin: 3px;
  width: 30px;
  height: 30px;
}
.socialmedia li a i {
  font-size: 18px !important; 
}
.navbar-dark {
      background-image: linear-gradient(to right, #0c75ac, #e6f9ff);
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

.ml-10px {
  margin-left: 10px;
}
ul.navbar-nav.socialmedia {
  margin-left: 0 !important;
  margin-right: auto;
  text-align: left !important;
      display: -webkit-box;
}
.radioo label input[type="radio"] {
  box-shadow: none !important;
  float: left;
  margin-right: 10px;
  margin-top: -10px;
}
.form-group.col-md-12.radioo label { 
  margin-right: 12px;
}
.form-control {
  cursor: pointer;
}
#header .logo img {
  max-height: 90px; 
  padding: 10px 0;
}

#services .icon img {
  width: 100%;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 2.5rem !important;
}

#services .icon-box {
  margin-bottom: 15px;
}

.d-block.d-md-flex .icon span {
  font-size: 35px;
  padding: 0 5px;
}
.form-check-input[type=checkbox] {
  height: 20px !important;
  width: 20px;
}
.text-right {
  text-align: right;
}
.faqbox {
  margin-bottom: -100px;
  z-index: 1;
  position: relative;
  padding-bottom: 90px !important;
  overflow: hidden;
}

.details .title {
  font-size: 18px;
}

.lh-0 {
  line-height: 0;
}

.mt10px {
  margin-top: 15px;
}
.fs15 {
  font-size: 16px !important;
}
.fs25 {
  font-size: 25px !important;
}
.mw-600px {
  max-width: 600px;
}

/*--------------------------------------------------------------
# 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: 0 20px;
  font-size: 16px;
  font-weight: 600;
  color: #0c75ac;
  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: #0c75ac;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #0c75ac;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.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;
  border-radius: 4px;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.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: #0c75ac;
}

.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 { 
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
    .d-xs-none {
        display:none !important;
    }
  .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(40, 58, 90, 0.9)linear-gradient(215deg, #42e9dd 0%, #bee5ed 100%) !important;
  transition: 0.3s;
  z-index: 999;
  height: 100%;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0c75ac;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.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: #0c75ac;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.herocontent .icon span {
  font-size: 40px;
  margin-right: 20px;
}

.herocontent .details .title {
  font-size: 20px;
}

#hero .container {
  padding-top: 72px;
}

.headerbanner  h1 {
  margin: 0 0 10px 0;
  font-size: 78px;
  font-weight: 700;
  color: #0c5175;
}

.icon.doc img {
  height: 40px;
  border-radius: 50%;
  width: 40px;
  margin-right: 20px;
}

#hero h2 {
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started { 
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0;
  color: #fff !important;
  background: linear-gradient(215deg, #38b4f4  0%, #0c75ac  100%) !important;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
  text-align: center;
  white-space: nowrap;
  max-width: inherit;
  text-transform: capitalize;
}
 
#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #0c75ac;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero { 
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

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

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #8040FF;
  bottom: 0;
  left: calc(50% - 20px);
}

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

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #8040FF;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #0c75ac;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0c75ac;
}

.about .content .btn-learn-more:hover {
  background: #0c75ac;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list .pricing i {
  position: relative;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #8040FF;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #8040FF;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {

  .headerbanner h1 {
    text-align: center;
    font-size: 40px;
}
  .selectdate { 
    font-size: 15px !important;
}
  .wrapper1 .option { 
    width: auto !important;
    padding: 0 5px;
    max-height: 50px !important;
}
  .service-widget {  
    margin-top: 10px;
}
  .team .member { 
    padding: 15px !important; 
}
   
  .doctorsearch input { 
    width: 200px !important; 
    float: left;
}
  
  .skills .content h3 { 
    font-size: 2.815em !important; 
}
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
}

.btn-get-started { 
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #0c75ac !important;
  box-shadow: 0 0 0 2px #0c75ac inset;
  text-align: center;
  white-space: nowrap;
}

.btn-get-started:hover {
    transform: translateY(-3px);
    transition: all 0.3s ease-out;
    box-shadow: 0 0 0 3em #0c75ac inset;
    color: #fff !important;
}

.skills .content h3 {
  font-weight: 700;
  font-size: 3.815em;
  color: #0c75ac;
  font-family: "Poppins", sans-serif;
}

.video-bg {
  background: url(../img/bg1.png);
  background-size: cover; 
  background-position: bottom;
}

.member-bg {
  background: url(../img/bg3.jpg);
  background-size: cover; 
}

.btn-main {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff !important;
  background: #0c75ac !important;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
  text-align: center;
  white-space: nowrap;
}

.blog-area {
  position: relative;
  padding-top: 90px;
}

iframe.iframevideo {
  height: 300px;
  width: 100%;
  border-radius: 50px;
  margin-top: 50px;
}

.heading_title {
  font-size: 3.051875em;
  font-weight: 700;
  color: #0c75ac ;
}

.shop .card.card-body img {
  height: 150px;
  width: 150px !important;
  border-radius: 50%;
  margin: auto;
  border: 1px solid #0c75ac  !important;
  outline: 5px solid #0c75ac ;
  outline-offset: 5px;
  margin-bottom: 15px;

}

.shop h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.shop {
  text-align: center;
}

.shop .btn-get-started {
  margin: auto !important;
}

.w-150px {
  width: 150px;
}
.w-250px {
  width: 250px;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #8040FF;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #0c75ac ;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  min-height: 200px;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #8040FF;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #0c75ac ;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #0c75ac;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #0c75ac;
  border: 2px solid #0c75ac;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #0c75ac;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #0c75ac;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 30px;
  position: absolute;
  display: flex;
  top: -30px;
  height: 50px;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0c75ac;
  margin: 2px;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0c75ac;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 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;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.doctorsearch input {
  border: 0;
  padding: 10px 20px;
  width: 400px;
  border-radius: 30px;
  outline: none;
}
.doctorsearch button {
  margin-left: -35px;
  font-size: 16px;
  padding: 0 30px;
  background: linear-gradient(215deg, #bee5ed  0%, #42e9dd  100%) !important; 
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 45px;
  border: none;
}
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); 
  border-radius: 20px;
  transition: 0.5s;
  transition: 0.5s;
  height: 100%; 
  background-size: cover;
  padding: 30px;
}
.doc-pic {
    width: 100%;
    background: #b7e9e1!important;
}
.team .member .member-info {
    padding: 30px;
}
.team .member .pic {
    overflow: hidden;
    width: 120px; 
    height: 120px;
}

.team .member .pic img {
     transition: ease-in-out 0.3s;
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #0c75ac ;
}

.team .member span {
  display: block;
  font-size: 15px; 
  position: relative;
  font-weight: 500;
}

 

.team .member p {
  margin: 10px 0 0 0; 
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #0c75ac ;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #0c75ac;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #0c75ac;
}

.pricing h4 {
  font-size: 48px;
  color: #0c75ac;
  font-weight: 400;
  font-family: "Jost", sans-serif; 
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #0c75ac;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding:  0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
  min-height: 320px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
  color: #000;
}

.pricing ul i {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
  color: #000;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #0c75ac;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #0c75ac;
}

.pricing .buy-btn:hover {
  background: #0c75ac;
  color: #fff;
}

.pricing .featured {
  border-top-color: #42e9dd;
}

.pricing .featured .buy-btn {
  background: #0c75ac;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

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

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #0c75ac;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #0c75ac;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #0c75ac;
  border-bottom: 3px solid #0c75ac;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #0c75ac;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  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: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.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: #0c75ac;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #0c75ac;
  color: #fff;
}

.contact .php-email-form {
  width: 100%; 
  padding: 30px; 
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact .php-email-form input,
.contact .php-email-form select {
  height: 45px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #0c75ac;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] { 
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
 
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.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: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background-image: linear-gradient(to top, #0c75ac, #e6f9ff);
  background-size: cover;
  padding-top: 50px;
  background-position: top;
}

.footer-logo img {
  height: 50px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0c75ac;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
}

#footer .footer-top h4 {
  font-size: 1.5625em;
  font-weight: bold;
  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;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.border-right-light {
  border-right: 1px solid #6e8299;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  color: #000;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0c75ac ;
  color: #fff;
  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: #0c75ac;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #0c75ac;
}

#footer .copyright {
  float: left;
  color: #fff;
}

#footer .credits {
  float: right;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  transition: 0.3s;
  color: #fff;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

.btDropdownSelect option {
  color: #000;
}

.btDropdownSelect {
  background: transparent;
  border: none;
  width: 95%;
  outline: none;
  margin-right: 10px;
  border-top: 1px solid #effdfa;
  margin: 5px 0;
  padding-top: 5px; 
}

.ml-10px {
  margin-left: 10px;
}

.zoom-banner img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.zoom-banner:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
}

.zoom-banner { 
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 30px 0;
}

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

.footer-contact1 {
  background-color: #fff;
  padding: 30px 30px 30px 100px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 100px;
  margin-bottom: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
}

.footer-contact1 .icon {
  position: absolute;
  top: 30px;
  left: 30px;
}

.footer-contact1 .icon i {
  width: 55px;
  height: 55px;
  text-align: center;
  background-color: #0c75ac;
  color: #fff;
  font-size: 36px;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
}

.footer-contact1 .content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.footer-contact1 .content p {
  color: #000;
  margin: 0;
}

.footer-contact1 .right {
  font-size: 50px;
  color: #f4f4f58f;
  position: absolute;
  z-index: -1;
  top: 17px;
  right: 20px;
}

.work-bx {
  margin-top: 30px;
}

.work-bx {
  position: relative;
  box-shadow: 0px 10px 60px 0px rgb(31 34 120 / 10%);
  padding:  20px; 
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  min-height: 340px;
}
 
.services .work-bx { 
  min-height: 200px;
}

.work-bx .work-num-bx {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 80px;
  -webkit-text-stroke: 2px #0c75ac;
  text-shadow: 0 10px 0 #086ad83b;
  color: transparent;
}

.work-bx .work-content {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.text-theme {
  color: #0c75ac;
}

  
.bglightimg {
        background: url(../img/banner.png);
          margin-top: -100px;
}
.team-member.active, .team-member:hover {
  box-shadow: 0px 10px 50px 0px rgb(0 2 72 / 10%);
  z-index: 9;
  border-color: #fff;
}
.team-member {
  background-color: #fff;
  text-align: center;
  padding: 35px; 
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  position: relative;
  border: 2px solid;
  margin-bottom: 10px;
  border-color: rgba(86, 90, 207, 0.2);
}
.team-member .team-media {
  padding: 20%;
  position: relative;
  margin-bottom: 20px;
}
.team-member.active .team-media:before, .team-member.active .team-media:after, .team-member:hover .team-media:before, .team-member:hover .team-media:after {
  opacity: 1;
}
.team-member .team-media:after, .team-member .team-media:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.2;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.team-member .team-media:before {
  background-image: url(../img/shape2.png);
  background-size: 77%;
} 
.team-member .team-media:after {
  background-image: url(../img/shape11.png);
  background-size: 100%;
}
.team-member .team-info .team-info-comntent {
  margin-bottom: 25px;
}
.team-member .team-info .team-info-comntent span {
  font-size: 16px;
  font-weight: 600;
}
.teamimg {
  border-style: none;
  height: 120px;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 50%;
  width: 120px;
}
.mtminus50 {
  margin-top: -70px;
  padding: 20px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.serachbtn {
  border-top: 1px solid #effdfa;
  padding: 10px;
  border-radius: 10px;
  border-bottom: 1px solid #effdfa;
}
 
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(0, 119, 239, 0.1);
  overflow: hidden;
}

.line::after {
  content: '';
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 119, 239, 0) 0%, #6bb294 75%, #6bb294 100%);
  animation: drop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  z-index: -888;
}

.line:nth-child(1) {
  margin-left: -30%;
}

.line:nth-child(1)::after {
  animation-delay: 1s;
}

.line:nth-child(3) {
  margin-left: 30%;
}

.line:nth-child(3)::after {
  animation-delay: 2s;
}

.line:nth-child(4) {
  margin-left: -15%;
}

.line:nth-child(4)::after {
  animation-delay: 3s;
}

.line:nth-child(5) {
  margin-left: 15%;
}

.line:nth-child(5)::after {
  animation-delay: 4s;
}

@keyframes drop {
  0% {top: -50%; }
  100% {top: 110%; }
}
.tab-content {
  margin-top: 30px;
}
/*schedule styling*/

.calcendarbook {
  width: 100%;
    display: flex;
      margin-top: 20px;
}
.weekdays {
      border-top: 4px solid #0c75ac;
    flex: 1 0 0;
    align-self: flex-start;
    padding: 0;
    text-align: center;
      margin: 0 5px;
}
.invalidweek {
      border-top: 4px solid #aeb5bc;
}
.weekbox {
      display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 16px 0; 
}

.weekbox-days{ 
      margin: 0;
}

.weekbox-dates {
      background-color: transparent;
    font-size: 16px;
}
.dayselect {
    flex: 1 0 0;
    align-self: flex-start;
    padding: 0;
}
  .timeslot {
    padding: 5px 0;
    background: 0 0;
    transition: color 50ms,background 50ms;
    border-radius: 8px;
    border: 1px solid transparent;
    color: #c5cbd2;
    line-height: 1;
    pointer-events: none;
    flex: 1;
    text-align: center;
}
.selectdate {
    pointer-events: all;
    cursor: pointer;
    color:#0056b3;
    font-weight: 500;
    transition: border-color .15s;
}

.rating-block{ 
  border:1px solid #EFEFEF;
  padding:15px 15px 20px 15px;
  border-radius:3px;
}
.bold{
  font-weight:700;
}
.padding-bottom-7{
  padding-bottom:7px;
}

.review-block{
  border:1px solid #EFEFEF;
  padding:15px;
  border-radius:3px;
  margin-bottom:15px;
} 
.review-block-rate{ 
  margin-bottom:15px;
}
.review-block-title{ 
  font-weight:700;
  margin-bottom:10px;
} 
.progress-bar { 
    background-color: #fdc425;
}
span.fa.fa-star {
    color: #fdc425;
}
.img-rounded {
    border-radius: 50%;
}
.opacity1 {
  opacity:0.5;
}

.footer-area-wrapper {
    background: #f0faf5;
}
.footer-widget__title {
    margin-top: -3px;
    text-decoration: underline;
    color: #333333;
} 
.my-radio input[type=checkbox], input[type=radio] {
    height: 20px;
  width:20px;
}
.my-radio .form-check-label {    
  margin-top: 10px;
      margin-left: 15px;
}
.my-radio .form-check {
    position: relative;
    display: block;
    padding-left: 0;
}
.wrapper1{
  text-align: center;
  margin-bottom: 15px;
 } 
 .wrapper1 .option{
   background: #fff;
   height: 100%;
   width: auto; 
   text-align: center;
   justify-content: space-evenly;
   margin:   3px 0;
   border-radius: 5px;
   cursor: pointer; 
   border: 1px solid lightgrey;
   transition: all 0.3s ease;
  width: 85px;
 }  
 .wrapper1 input[type="radio"]{
   display: none;
 }
 #option-1:checked:checked ~ .option-1,
 #option-2:checked:checked ~ .option-2,
 #option-3:checked:checked ~ .option-3,
 #option-4:checked:checked ~ .option-4,
 #option-5:checked:checked ~ .option-5{
   border-color: #007bff;
   border: 1px solid #007bff;
   background:#007bff12;
 } 
 .wrapper1 .option span{ 
   color: #fff;
 }
 #option-1:checked:checked ~ .option-1 span,
 #option-2:checked:checked ~ .option-2 span{
   color: #fff;
 }
  
 .option-5:checked:checked ~ .label-5,
 .option-6:checked:checked ~ .label-6,
 .option-7:checked:checked ~ .label-7{ 
   background: #000;
 }  
 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      background: linear-gradient(#0c75ac, #0c9ce8, #0c75ac) !important;
    color: #fff;
}
span.tags {
  background: #4cbab21f;
  padding: 5px 10px;
  border-radius: 5px;
}
.consultform {  
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
  background: #fff;
  position: relative; 
  padding: 0;
}
.bg-theme {
  background: #0c75ac !important;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.service-widget {
  border-top: 6px solid #0c75ac !important;
}
.service-widget .widget-title {
  font-size: 40px;
  margin-bottom: 10px;
  color: #0c75ac;
}
.btn-icon {
  border-radius: 30px;
  padding: 10px 20px;
  background: linear-gradient(#0c75ac, #0c9ce8, #0c75ac) !important;
    color: #fff !important;
  box-shadow:0 8px 16px 0 rgb(76 186 178 / 44%); 
}
.nav-link {
  color: #000;
}
.service-widget {
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgb(76 186 178 / 44%);
  border-top: 6px solid #0c75ac;
  padding-top: 41px;
}
 
 
.php-email-form label input {
  position: absolute;
  left: -9999px;
}
.php-email-form label input:checked + span {
  background-color: #bee5ed  ;
}
.php-email-form label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #0c75ac;
}
.form-check-input:checked {
  background-color: #0c75ac;
  border-color: #0c75ac;
}
.php-email-form label span {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  transition: 0.25s ease;
}
.php-email-form label span:hover {
  background-color: #bee5ed;
}
.php-email-form label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #0c75ac;
}
.mentalhealth .icon-box {
  min-height: 518px !important;
}
.single-speaker {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.single-speaker.first .img-box {
  -webkit-clip-path: circle(100px at 126px 78px);
  clip-path: circle(50% at 126px 78px);
  -webkit-transition: -webkit-clip-path 6s;
  transition: -webkit-clip-path 6s;
  -o-transition: clip-path 6s;
  transition: clip-path 6s;
  transition: clip-path 6s, -webkit-clip-path 6s;
}
.single-speaker.first:hover .img-box {
  -webkit-clip-path: circle(100px at 126px 78px);
  clip-path: circle(66% at 126px 78px); 
}
.single-speaker .img-box {
  -webkit-clip-path: initial;
  clip-path: initial;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-clip-path 10s;
  transition: -webkit-clip-path 10s;
  -o-transition: clip-path 10s;
  transition: clip-path 10s;
  transition: clip-path 10s, -webkit-clip-path 10s;
}
.single-speaker.first .cont-box {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.single-speaker .cont-box {
  background: linear-gradient(215deg, #bee5ed  0%, #42e9dd  100%) !important;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  visibility: hidden;
  opacity: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
 
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-10 {
  margin-top: 10px;
}
.single-speaker .cont-box .social-icons a span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #555;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 10px;
  display: inline-block;
  -webkit-transform: all 0.3s ease-in;
  -ms-transform: all 0.3s ease-in;
  transform: all 0.3s ease-in;
  border: 1px solid transparent;
}
.img-box img {
  width: 100%;
  height: auto;
  display: block;
}
ul.list-item li {
  width: 49%;
  float: left;
  padding: 20px 0; 
  margin-bottom: 20px;
}
.fs40 {
  font-size: 40px !important;
}
.image-container { 
  overflow: hidden;
  width: 100%; /* Adjust the width as per your image dimensions */
  height: 100%; /* Adjust the height as per your image dimensions */
  margin: auto;
}

.image-container img {
  position: absolute;
  -webkit-animation: fade 6s infinite;
  animation: fade 6s infinite;
  height: 300px;
  top: 20%;
  left: 20%;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 
#img1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#img2 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

#img3 {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

:root {
  --glow-color: hsl(186 100% 69%);
} 

.glowing-btn {
  position: relative;
  color: var(--glow-color);
  cursor: pointer;
  padding: 0.35em 3em !important;
  border: 0.15em solid var(--glow-color);
  border-radius: 0.45em;
  background: none;
  perspective: 2em; 
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.2em;

  -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
  animation: border-flicker 2s linear infinite;
  text-transform: uppercase;
}

.glowing-txt {
  float: left;
  margin-right: -0.8em;
  -webkit-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  -moz-text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3),
    0 0 0.45em var(--glow-color);
  text-shadow: 0 0 0.125em hsl(0 0% 100% / 0.3), 0 0 0.45em var(--glow-color);
  animation: text-flicker 3s linear infinite;
}

.faulty-letter {
  opacity: 0.5;
  animation: faulty-flicker 2s linear infinite;
}

.glowing-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  filter: blur(1em);
  transform: translateY(120%) rotateX(95deg) scale(1, 0.35);
  background: var(--glow-color);
  pointer-events: none;
}

.glowing-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: var(--glow-color);
  box-shadow: 0 0 2em 0.2em var(--glow-color);
  transition: opacity 100ms linear;
}

.glowing-btn:hover {
  color: #0f5e5a ;
  text-shadow: none;
  animation: none;
  font-weight: 600;
}

.glowing-btn:hover .glowing-txt {
  animation: none;
}

.glowing-btn:hover .faulty-letter {
  animation: none;
  text-shadow: none;
  opacity: 1;
}

.glowing-btn:hover:before {
  filter: blur(1.5em);
  opacity: 1;
}

.glowing-btn:hover:after {
  opacity: 1;
}

@keyframes faulty-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.1;
  }
  4% {
    opacity: 0.5;
  }
  19% {
    opacity: 0.5;
  }
  21% {
    opacity: 0.1;
  }
  23% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  83% {
    opacity: 0.4;
  }

  87% {
    opacity: 1;
  }
}

@keyframes text-flicker {
  0% {
    opacity: 0.1;
  }

  2% {
    opacity: 1;
  }

  8% {
    opacity: 0.1;
  }

  9% {
    opacity: 1;
  }

  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 1;
  }

  70% {
    opacity: 0.7;
  }
  72% {
    opacity: 0.2;
  }

  77% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes border-flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0.1;
  }

  8% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  .glowing-btn {
    font-size: 1em;
  }
}
input.form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 45px;
}
label {
  display: inline-block;
  margin: 10px 0;
}
.payment_failed {
  border-radius: 50%;
  border: 5px dashed #fff; 
  overflow: hidden;
} 
.spin {
  z-index: -1;
  position: absolute;
  animation: spin 3s linear infinite;
}
.spin2 {
  right: 0;
  bottom: 0;
  z-index: -1;
}
@keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}	
}

.element { 
  margin: 0 auto; 
  animation-name: stretch;
  animation-duration: 1.5s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  overflow: hidden;
}

@keyframes stretch {
  0% {
    transform: scale(.6); 
    border-radius: 100%;
  }
  50% { 
  }
  100% {
    transform: scale(1); 
  }
}

.form-controlss {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
}
.shop_box .shop_wrapper {
  margin-bottom: 60px;
}
.shop_box .shop_wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.shop_wrapper {
  padding: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
  position: relative;
  background: #ddf8fa; 
  text-align: center;
  border-radius: 20px;
  border: 3px solid #65e8e2;
}
.shop_box .shop_img_wrapper {
  padding-bottom: 0;
}
.shop_img_wrapper {
  position: relative;
  padding: 25px;
}
.shop_box .shop_img_wrapper img {
  margin-top: -50px;
  border: 3px solid #65e8e2;
  border-radius: 20px;
}
.shop_img_wrapper img {
  height: 170px;
  width: 220px ;
  max-width: 100% ;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shop_content_wrapper {
  background: transparent;
}
.shop_content_wrapper {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  padding: 30px;
  padding-top: 15px;
} 
.blink span{
		font-size: 25px; 
		color: #ff0000;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.accordion-item {
       border: none !important;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    margin-bottom: 30px;
    border-radius: 30px;
}
.accordion .accordion-header {
    background-color: transparent;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}
.accordion-button:not(.collapsed) {
    color: #444; 
}
.accordion-button {
    font-size: 20px; 
    height: 60px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
button:focus:not(:focus-visible) {
    outline: 0;
} 
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: none;
    box-shadow: none;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.covid19_box {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 30px;
    border-radius: 20px;
    transition: 0.5s;
    margin-bottom: 30px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
    
}
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon {
    width: 150px;
    height: 140px;
    overflow: hidden;
    position: absolute;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #0c75ac;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
.ribbon span {
    position: absolute;
    width: 225px;
    padding: 10px 10px 10px 25px;
    background-color: #0c75ac;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    border: none;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right::before, .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon::before, .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 4px solid #0c75ac;
}
h5.profile-title {
    background: #0c75ac;
    padding: 6px;
    border-radius: 50%;
    color: #fff;
}

.work-bx:hover .hide_btn {
    display: block !important;
}
.work-bx:hover {
    border: 2px solid #0c75ac;
}
.fs-35 {
        font-size: 35px;
      }

.doc-pic {
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 20px;
}
.doc-pic img {
    height: 200px;
    border-radius: 20px;
}
