* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  max-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* CAROUSEL TEXT START */


.banner-text {
  transform: skewX(-20deg);
  position: absolute;
  top: 35%;
  left: 25%;
}

.typewriter {
  font-family: "Black Ops One", cursive;
}

.banner-sub-text {
  font-size: 30px;
  color: #fff;
  font-size: 18px;
}

.book-button {
  background-color: #f37021;
  border: 0;
  color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.book-button:hover {
  background-color: #fff;
  color: #f37021;
  border: 1px solid #f37021;
}

.callus-button {
  background-color: #fff;
  border: 1px solid #f37021;
  color: #f37021;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.callus-button:hover {
  background-color: #f37021;
  color: #fff;
  border: 1px solid #f37021;
}

/* CAROUSEL TEXT END */

/* NAVBAR CSS START */
.nav-contact-bt {
  color: #fff;
  background-color: #034ea2;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #f37021;
}

.nav-contact-bt:hover {
  color: #fff;
  background-color: #034ea2;
}

.nav-link {
  color: #034ea2;
  font-weight: 500;
  font-size: 18px;
}

.nav-link:hover {
  color: #034ea2;
  font-weight: 500;
  font-size: 18px;
}

.heading-text-home {
  font-size: 500;
  font-size: 28px;
  color: #034ea2;
  text-transform: capitalize;
}

.nav-hr {
  width: 1000px;
  max-width: 100%;
  margin: 5px auto;
}

/* NAVBAR CSS END */
/*============== APPOINTMENT FIXED BOOK BUTTON============= */
.appointment-btn {
  position: fixed;
  top: 36%;
  right: -48px;
  z-index: 1050;
  transform: rotate(-90deg);
  background-color: #ffffffe1;
  border: 2px solid #034ea2;
  color: #034ea2;
  font-size: 16px;
  padding: 0px 10px;

}

.appointment-btn a {
  color: #034ea2;
}

.appointment-btn a:hover {
  color: #f37021;
}

.book-now-text {
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  
}

.whatsapp-btn {
  position: fixed;
  top: 50%;
  right: -10px;
  z-index: 1050;
  padding: 0px 10px;
}

.whatsapp-icon {
  width: 45px;
  height: 45px;
}

/*============== APPOINTMENT FIXED BOOK BUTTON============= */


/*============== SOCIAL ICON FIXED BUTTON============= */
.error{
  color:red;
}

.social-icon-circle {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #034ea2;
  color: #034ea2;
  text-decoration: none;

}



.socialicon-show-hide {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #034ea2;
  color: #034ea2;
  text-decoration: none;
}

.socialicon-show-hide:hover {
  background: #fff;
  border: 2px solid #034ea2;
  color: #034ea2;
}

.btn:not(.collapsed) .icon-show {
  display: none;
}

.btn.collapsed .icon-hide {
  display: none;
}

/*============== SOCIAL ICON FIXED BUTTON============= */

/*=================== DROP DOWN CSS START=========== */
.dropdown-menu {
  background-color: #d8eff7;
}

.dropdown-item {
  color: #034ea2;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
  color: #fff !important;
  background-color: #034ea2;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d8eff7;
  min-width: 160px;
  padding: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-left: 30px;
}

.dropdown-content a {
  color: #034ea2;
  padding-left: 12px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;

}

.dropdown:hover .dropdown-content {
  display: block;
}

/*======== DROP DOWN CSS END========================= */

/*============= POPUP MODAL START================= */

.book-appointment-service-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.book-appointment-card-bg {
  background: #034ea2;
}

.book-appointment-modal-bg {
  background-image: url("../images/saintpopup.png");
  background-size: cover;
}

/*============= POPUP MODAL END================= */


/* ================= DOCTORS SECTION START ===================== */
.achivement-card:hover {
  box-shadow: rgba(21, 72, 162, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
}

.hospital-name {
  color: #f37021;
  font-weight: 600;
}

.hospital-subtext {
  font-size: 18px;
  color: black;
}

.doctor-designation {
  color: #034ea2;
}

.bio-readmore {
  text-decoration: none;
  color: #f37021;
  font-size: 18px;
}

.bio-readmore:hover {
  color: #034ea2;
}

.achieve-card {
  border: 2px solid #f37021;
  color: #034ea2;
  background-color: #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
}

/* ================= DOCTORS SECTION END ===================== */

/*==================== SERVICES SECTION START============ */
.service-bg {
  background-image: url('../images/servicebg.JPG');
  background-size: cover;
}

.services-card {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 20px;
  background-color: #ffffff;
  text-align: center;

}

.services-card:hover {
  color: #000;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.service-head-text {
  color: #034ea2;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}

.service-sub-text {
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
}

/*==================== SERVICES SECTION END============ */

/*============== WHY CHOOSE US SECTION START =========*/
.whychoose-bg {
  background-image: url('../images/whychoosebgweb.webp');
  background-size: cover;
}

.whychoose-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #034ea2;
  color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 25px;
}

.whycoose-text {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.whycoose-lead-text {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.whychoose-achieve-text {
  font-size: 18px;
  margin-left: 15px;
  font-weight: 500;
}

.whychoose-apnt-btn {
  color: #fff;
  background-color: #113f82;
}

.whychoose-apnt-btn:hover {
  color: #fff;
  background-color: #113f82;
}

@media only screen and (max-width:430px){
  .whychoose-icon-circle{
    width:90px;
    height: 50px;
  }
}

@media only screen and (max-width:375px){
  .whychoose-icon-circle{
    width:100px;
    height: 50px;
  }
}

@media only screen and (max-width:325px){
  .whychoose-icon-circle{
    width:120px;
    height: 50px;
  }
}

/* =========WHY CHOOSE US SECTION END=============== */

/* ========OUR DEDICATED DOCTOR SECTION START============ */
.doctors-card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px, rgba(0, 0, 0, 0.22) 0px 10px 12px;
  ;
}

.doctors-name {
  font-size: 20px;
  font-weight: 700;
  color: rgb(113, 113, 113, 1.0);
}

.doctor-card-text {
  color: #034ea2;
}

.doctor-designation-text {
  font-size: 14px;
  color: #034ea2;
  font-weight: 500;
}

.doctor-contact-text {
  font-size: 13px;
  color: black;
}

.doctors-image {
  /* height: 170px;
  width: 150px; */
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #034ea2;
  border: 3px solid #f37021;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}

.slick-track {
  display: flex;
}

.slick-track .slick-slide {
  height: auto;
}

/* ========OUR DEDICATED DOCTOR SECTION END============ */

/*============ OUR REVIEW CLIENT SECTION START===============*/
.review-bg {
  background-image: url('../images/reviewbg.png');
  background-size: cover;
}

.review-section-title {
  color: #034ea2;
  font-size: 35px;
  font-weight: bold;
}

.review-section-subtitle {
  color: #034ea2;
  font-size: 22px;
  font-weight: 700;
}

.review-card-text {
  font-size: 20px;
  color: #034ea2;
  font-weight: 500;
  margin-left: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.review-text-truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: rgba(113, 113, 113);
}

.badge {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background: #034ea2;
  border: 2px solid #f37021;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}

.review-btn {
  background-color: #f37021;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}

.review-btn:hover {
  background-color: #f37021;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}

/*============ OUR REVIEW CLIENT SECTION END===============*/


/* ==========SHOW MORE/LESS SERVICES ICONS START =======*/

.btn:not(.collapsed) .if-not-collapsed {
  display: none;
}

.btn.collapsed .if-collapsed {
  display: none;
}

/* ==========SHOW MORE/LESS SERVICES ICONS END =======*/

/* GALLERY SECTION START */
.media-image {
  height: 300px;
  border-radius: 5px;
  width: 100%;
}

.ekko-lightbox .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.ekko-lightbox .modal-header {
  border-bottom: 1px solid #505050;
  padding: 12px 16px 6px 16px;
  display: flex;
  flex-direction: row-reverse;
}

.ekko-lightbox .modal-header .modal-title {
  color: #ccc;
  margin: 0;
}

.ekko-lightbox .modal-header .close {
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0.375rem;
  font-size: 35px;
}

.ekko-lightbox .modal-content {
  border-radius: 0;
  border: 0;
  background-color: #323232;
}

button.btn-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* GALLERY SECTION END *

/* VISITORS SECTION START */
.visitors-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #f37021;
}

.visitor-name {
  font-size: 18px;
  color: #034ea2;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

/* VISITORS SECTION END */

/*============ BLOG SECTION START=============== */
.card:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.blog-read-more {
  padding: 4px 5px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  color: #034ea2;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #f37021;
}

.blog-read-more:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #f37021;
  box-shadow: 4px 5px 17px -4px #268391;
}

.blog-read-more::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #034ea2;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

.blog-read-more:hover::before {
  width: 250%;
}

/* BLOG SECTION END */




/*============== SCROLL UP WINDOW START ==============*/
#btn-back-to-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  color: #FFF;
  background-color: #034ea2;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

#btn-back-to-top:hover {
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  color: #FFF;
  background-color: #000;
  width: 45px;
  height: 45px;
}

/*============= SCROLL UP WINDOW END ==============*/


/* ===========FOOTER SECTION START==================  */
.footer-header-text {
  color: #034ea2;
  font-weight: 700;
  font-size: 18px;
}

.footer-section {
  background-color: #d8eff7;
  margin-top: auto;
}

.footer-contact-icon {
  color: #034ea2;
}

.footer-list-text {
  text-decoration: none;
  color: black;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}

.footer-list-text:hover {
  text-decoration: none;
  color: #f37021;
  font-size: 15px;
  text-transform: capitalize;
}

.copyright-saint-text {
  color: #034ea2;
  font-weight: 500;
}

.copyright-saint-text:hover {
  color: #f37021;
  font-weight: 700;
}

.footer-icon-circle {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #034ea2;
  color: #034ea2;

}

/*================== FOOTER SECTION END ===================== */





/*BOOK NOW POPUP MODAL CSS START */
.booknow-popup-bg {
  background-image: url('../images/popupbg.jpg');
  background-size: cover;
}

.modal-call-btns{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
 }
 .modal-call-btns button{
  background-color: #034ea2;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 10px;
 }

@media only screen and (min-width:0px) and (max-width:768px){
  .booknow-popup-bg {
    background-image: none;
  }
}
/*BOOK NOW POPUP MODAL CSS START */


/* MEDIA QURIES START */
@media only screen and (min-width:1440px) and (max-width:2000px) {
  .carousel-caption {
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 1000px;
    top: 0 !important;
    height: 750px;
    background-color: rgba(0, 105, 180, 0.7);
    transform: skewX(20deg);
    text-align: left;
  }

  .social-icon-show {
    position: absolute;
    top: 30%;
    left: -15px;
    z-index: 99;
    font-size: 19px;
    padding: 10px 14px;
    cursor: pointer;
  }

  .social-icon-btn {
    position: absolute;
    top: 35%;
    left: -15px;
    z-index: 99;
    font-size: 19px;
    padding: 10px 14px;
    cursor: pointer;
  }
}

@media only screen and (min-width:990px) and (max-width:1440px) {
  .carousel-caption {
    position: absolute;
    overflow: hidden;
  }

  .carousel-caption {
    position: absolute;
    overflow: hidden;
    left: 10%;
    width: 899px;
    top: 0 !important;
    height: 560px;
    background-color: rgba(0, 105, 180, 0.7);
    transform: skewX(20deg);
  }

  .banner-text {
    transform: skewX(-20deg);
    position: absolute;
    top: 15%;
    left: 15%;
  }

  .typewriter {
    font-family: "Black Ops One", cursive;
    font-size: 30px;
  }

  .banner-sub-text {
    font-size: 30px;
    color: #fff;
    font-size: 22px;
  }

  .whatsapp-btn {
    position: fixed;
    top: 55%;
    right: -10px;
    z-index: 1050;
    padding: 0px 10px;
  }

  .social-icon-show {
    position: absolute;
    top: 30%;
    left: -15px;
    z-index: 99;
    font-size: 19px;
    padding: 10px 14px;
    cursor: pointer;
  }

  .social-icon-btn {
    position: absolute;
    top: 35%;
    left: -15px;
    z-index: 99;
    font-size: 19px;
    padding: 10px 14px;
    cursor: pointer;
  }

}


@media only screen and (min-width:600px) and (max-width:990px) {
  .carousel-caption {
    position: absolute;
    overflow: hidden;
  }

  .carousel-caption {
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 700px;
    top: 0 !important;
    height: 1000px;
    background-color: rgba(0, 105, 180, 0.7);
    transform: skewX(20deg);
  }

  .banner-text {
    transform: skewX(-20deg);
    position: absolute;
    top: 35%;
    left: 10%;
  }

  .typewriter {
    font-family: "Black Ops One", cursive;
    font-size: 32px;
  }

  .banner-sub-text {
    font-size: 30px;
    color: #fff;
    font-size: 22px;
  }

  .whatsapp-btn {
    position: fixed;
    top: 55%;
    right: -10px;
    z-index: 1050;
    padding: 0px 10px;
  }

  .social-icon-show {
    position: absolute;
    top: 55%;
    left: -15px;
    z-index: 99;
    font-size: 19px;
    padding: 10px 14px;
    cursor: pointer;
  }

  .social-icon-btn {
    position: absolute;
    top: 60%;
    left: -15px;
    z-index: 99;
    font-size: 19px;
    padding: 10px 14px;
    cursor: pointer;
  }

}



@media only screen and (min-width:300px) and (max-width:568px) {
  .carousel-caption {
    position: absolute;
    overflow: hidden;
  }

  .carousel-caption {
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 300px;
    top: 0 !important;
    height: 500px;
    background-color: rgba(0, 105, 180, 0.7);
    transform: skewX(20deg);
  }

  .banner-text {
    transform: skewX(-20deg);
    position: absolute;
    top: 18%;
    left: 5%;
  }

  .typewriter {
    font-family: "Black Ops One", cursive;
    font-size: 15px;
    padding: 5px;
    width: 250px;
  }

  .banner-sub-text {
    font-size: 15px;
    color: #fff;
  }

  .whatsapp-btn {
    position: fixed;
    top: 55%;
    right: -10px;
    z-index: 1050;
    padding: 0px 10px;
  }

  .social-icon-btn:not(.show) {
    display: block;
  }

  .social-icon-btn {
    display: none;
  }

  .social-icon-show {
    position: absolute;
    top: 18%;
    left: -15px;
    z-index: 99;
    font-size: 19px;
    padding: 10px 14px;
    cursor: pointer;
  }

  .social-icon-btn {
    position: absolute;
    top: 25%;
    left: -15px;
    z-index: 99;
    font-size: 19px;
    padding: 10px 14px;
    cursor: pointer;
  }

  .book-button {
    background-color: #f37021;
    border: 0;
    color: #fff;
    border-radius: 10px;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
  }

  .callus-button {
    background-color: #fff;
    border: 1px solid #f37021;
    color: #f37021;
    border-radius: 10px;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
  }

}

/* MEDIA QURIES END */
/* mobile-view-bottom-section start*/
.bottom-sidepanel-section .consultation-sec{
  background-color: #034ea2;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
.bottom-sidepanel-section i{
  color: #32CD32;
  margin: 0 4px;
}
.bottom-sidepanel-section a{
  color: #ffffff;
  text-decoration: none;
  /* text-decoration-color: #F37021; */
  text-decoration-thickness: 2px;
}
@media only screen and (max-width: 576px) {
    .footer-section{
      margin-bottom: 45px;
    }
}
/* mobile-view-bottom-section end */
