/* Base style */
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
body {
 font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #222222;
}

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

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
}

.btn,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
/* --- common style --- */
.fz-18 {
  font-size: 18px;
}
.primary-header {
    background-color: #FF4040;
    padding: 8px 0;
}
.social-icons a {
  color: #ffffff;
  font-size: 18px;
}
.social-icons {
  display: flex;
  gap: 15px;
}
.section-padding{
  padding: 100px 0;
}
.section-margin  {
  margin-top: 100px;
  margin-bottom: 100px;

}
.small-heading {
  font-size: 21px;
  color: #666B68;
  font-weight: 500;
  margin-bottom: 22px;
}
.main-heading {
  font-size: 48px;
  font-weight: 600;
  color: #00AB7E;
  text-transform: capitalize;
  line-height: 50px;
  margin-bottom: 40px;
}
.about-us p {
  font-size: 18px;
  line-height: 30px;
}
.btn-primary {
  background: #FF4040;
  padding: 10px 24px;
  border-color:#FF4040 ;
}
.btn-secondary {
  background: #00AB7E;
  padding: 10px 24px;
  border-color:#00AB7E ;
}

/* ---- why choose us start ---- */
.why-choose-us {
    background: url('../images/bg-1.png');
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}
.bg-gray {
  background: #F1F1F1;
}
.circle-size {
  height: 75px;
  width: 75px;  
  font-size: 30px;
  font-weight: 600;
}
.medium-heading {
  font-size: 28px;
  font-weight: 600;
}
.why-choose-us p {
margin-bottom:0 ;
}
.why-choose-us img {
  /* max-width: unset; */
  /* margin-left: 100px; */
}
/* ---- why choose us end ---- */
/* ---services strat ---- */
.card-heading {
  font-size: 25px;
  font-weight: 600;
  color: #00AB7E;
  text-transform: capitalize;
}
/* ---services end ---- */
/* --- appointment start ---- */
.appointment-img {
  position: relative;
}
.appointment-img img {
    height: 728px;
    object-fit: cover;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-1 {
  background: #222222ad;
}
.appopintment-form {
  background: #FF4040 ;
  padding: 40px;
}

.rounded-3 {
  border-radius: 20px !important;
}
.form-label {
  font-size: 16px !important;
  margin-bottom: 12px;
}
.form-control,
.form-select {
  border-color: #ffffff !important;
  height:41px;
}
.form-control:focus,
.form-select:focus,
.form-control:focus-visible,
.form-select:focus-visible {
    border-color: unset;
    box-shadow:unset;
    outline: 0;
}
textarea {
  height: 150px !important;
}
/* ----doctor section start ---- */
 .doctor-section {
  background: url('../images/bg-2.png') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
 }
.overlay-2 {
   background: #00ab7eb8;
}
.doctor-section .card img {
    height: 420px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px  0 0;
}
.doctor-section .card  {
  border-radius: 20px !important;
  border: 0;
}
.location {
    background: #00AB7E;
    height: 100%;
}
.time-slot {
  background-color:#666B68;
}
.appointment {
  background: #FF4040;
}
.slot {
  background-image:url('../images/line-1.png');
  background-repeat: repeat;
  background-position: center;
}

.fz-25 {
  font-size: 25px;
  font-weight: 600;
}
.time-slot ul li {
   border-bottom: 1px solid #ffffff;
   padding: 20px 0;
}
/* ----doctor section end ---- */
/* ---- footer section start --- */
.footer-section {
  background: url('../images/footer-bg.png');
  background-size: cover;
  background-repeat: repeat;  
  padding-top: 100px;
}
.footer-bg {
  background: #ffffff;
  padding: 40px 20px 20px 20px;
}
.footer-section .social-icons a i {
  color: #FF4040;
  font-size: 22px;
}
.footer-section h4 {
  font-size: 25px;
  color: #222222;
  padding-bottom: 20px;
}
.footer-section li a {
  color: #222222;
  padding-bottom: 20px;
  display: inline-block;
}
hr {
  background-color: #E7E7E7 !important;
}
.copy-right a {
  color: #FF4040;
}
.footer-wave {
   transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s;
   overflow-x:hidden
}

.footer-wave .heart-rate2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: auto;
    background-repeat: repeat-x;
    z-index: 2;
    background:url('../images/preloader3.svg');
}
.heart-rate {
    width: auto;
    height: 100px;
    background-size: auto;
    background-repeat: repeat-x;
    background:url('../images/preloader2.svg');
    background-position:center center;
}
.fade-in {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
    top: 0;
    right: 0;
    animation: heartRateIn 2.5s linear infinite;
    /* background-color: #1C2359; */
    -webkit-animation: heartRateIn 9.5s linear infinite;
    animation: heartRateIn 9.5s linear infinite;
}
.fade-out {
    background-color: #1C2359;
    -webkit-animation: heartRateIn 9.5s linear infinite;
    animation: heartRateIn 9.5s linear infinite;
}
 .fade-out {
    position: absolute;
    width: 120%;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: -120%;
    -webkit-animation: heartRateOut 2.5s linear infinite;
    animation: heartRateOut 2.5s linear infinite;
}
/* ---- footer section end --- */


.fade-in {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-animation: heartRateIn 2.5s linear infinite;
    animation: heartRateIn 2.5s linear infinite; 
}
.fade-out {
    position: absolute;
    width: 120%;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: -120%;
    -webkit-animation: heartRateOut 2.5s linear infinite;
    animation: heartRateOut 2.5s linear infinite;
}
.contact-map iframe {
  border-radius: 20px 0 0 20px;
}
.contact-block {
  margin-bottom:100px;
}
.service-detail .circle-size {
  height:50px;
  width:50px;
  font-size: 25px;
}
.service-detail .card {
  min-height:370px
}
.service-listing {
  display:flex;
  flex-wrap:wrap;
}
.service-listing li {
    width: 50%;
    padding-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: baseline;
}
.service-listing li i {
   color: #FF4040;
   font-size: 16px;
}
.service-bg {
  background:#ffeeee;
  padding:25px;
  border-radius:20px;
}
/* -------inner page banner ----- */
.inner-banner {
  background: url('../images/line-1.png'),#00AB7E;
  padding:100px 0 ;
}
.breadcrumb-item.active {
    color: #f0f0f0 !important;
}
.breadcrumb-item a {
  font-size: 26px;
}
.inner-banner h1 {
  font-size: 35px;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}

/* ---banner start---- */
.carousel-caption {
    top: 25% !important;
}
.slide-1 h1,
.slide-2 h1,
.slide-3 h1 {
  color: #fff;
  font-size: 65px;
}
.slide-1 p ,
.slide-2 p {
  font-size: 18px;
  color: #fff;
}
.slide-3 h1,
.slide-3 p {
  text-align: start;
}
.slide-3 .carousel-caption {
  width: 50%;
}
.slide-3 p {
  text-align: start;
  color: #fff;
}
.slide-3 .carousel-caption {
  text-align: start;
}
.modal-body .form-control, 
.modal-body .form-select {
    border-color: #b7b7b7 !important;
    height: 41px;
}
.modal-body .form-label {
  color: #222222 !important;
}
.img-1 {
  height: 180px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.our-services p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}



 .history-boxarea h2 {
    color: #222;
    font-size: 25px;
    font-style: normal;
}
.space32 {
    height: 32px;
}
.history-boxarea span {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    background:#00ab7e
}
.space32 {
    height: 32px;
}
.space12 {
    height: 12px;
}
.boredr::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    width: 100%;
    top: 84px;
    background:#ff4040;
    transition: all 0.4s;
}
.doctor-section .h3 {
   font-size: 20px;
}
.doctor-section .h3 span {
  font-size: 14px;
  color: #ff4040;
}
.appointment .date-pick i {
  right: 10px !important;
  color:#ff4040 ;
}