@import "./variable.css";
/* Header Section */
.header-section {
  background-color: var(--primary);
  padding: 10px;
}
.header-emergency {
  width: 50%;
  text-align: left;
}
.header-contact {
  width: 50%;
  text-align: right;
}
/* Navbar Section */
.logo {
  height: 100px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #202020;
  font-weight: 600;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.navbar-section {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.navbar-section .dropdown-menu {
  background-color: var(--primary);
  border-radius: 2px;
  border: 2px solid #fff;
}
.navbar-section .dropdown-menu li a {
  font-size: 14px;
  letter-spacing: 0.4px;
  color: var(--light);
}
.inner-pages-nav .dropdown-menu {
  background-color: var(--primary);
  border-radius: 2px;
  border: 2px solid #fff;
}
.inner-pages-nav .dropdown-menu li a {
  font-size: 14px;
  letter-spacing: 0.4px;
  color: var(--light);
}
.dropdown .btn {
  background-color: transparent;
  padding: 0px;
  color: #202020;
  font-weight: 600;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 6px;
}

.dropdown .btn:hover {
  border: 0;
}
.dropdown .nav-link {
  background-color: transparent;
  border: 0;
}
/* .menu li:hover {
  color: #4b000b !important;
  transform: scale(1.2);
  text-shadow: none;
} */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none;
}
/* Carousel Section */
.carousel-item {
  background-image: url(../images/carousel-img_5.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  /* position: relative; */
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex;
  align-items: center;
  justify-content: start;
}
/* Carousel Section */
.home-banner-section {
  background-image: url(../images/carousel-img_5.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  /* position: relative; */
}
.drop-services {
  margin: 0px !important;
  padding: 0px;
}

.home-banner-section {
  display: flex;
  align-items: center;
  justify-content: start;
}
/* Cards Section */
.cards-section .bg-primary {
  height: 410px;
  padding: 20px;
  position: relative;
  z-index: 11;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cards-section .mobile-card-last {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cards-section .bg-primary h5 {
  margin-bottom: 10px;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: 1px;
}
.cards-section .row {
  margin-top: -120px;
}
.cards-section .bg-primary h6 {
  color: var(--light);
  letter-spacing: 0.5px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
}
.cards-section .bg-primary h6 a {
  color: #fff;
}
.cards-section .bg-primary-light {
  height: 410px;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.cards-section .bg-primary-light h5 {
  margin-bottom: 10px;
  font-family: var(--primary-font);
  font-size: 20px;
  margin-top: 20px;
  letter-spacing: 1px;
  color: var(--secondary);
}
.cards-section .bg-primary-light h6 {
  color: var(--dark);
  letter-spacing: 0.5px;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cards-section .bg-primary-light h4 {
  color: var(--primary);
  font-size: 15px;
  letter-spacing: 0.5px;
}
.cards-section .row .bg-primary img,
.cards-section .row .bg-primary-light img {
  height: 70px;
}
.about-us-image-mob {
  border-radius: 10px;
  padding: 10px;
  border: 5px solid #d1e9ff;
}
.about_us_image {
  border-radius: 10px;
  padding: 10px;
  border: 5px solid #d1e9ff;
}
/* Why Choose Us Section */
.why-choose-us-section .container .row .col-md-6 .heading-one {
  position: relative;
}

.why-choose-us-section .container .row .col-md-6 .heading-one .circle {
  height: 70px;
  width: 70px;
  /* margin-right: 20px; */
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  top: 0;
  animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
.why-choose-us-section .container .row .col-md-6 .heading-one .circle1 {
  height: 70px;
  width: 70px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  to {
    transform: scale(2, 2);
    opacity: 0;
  }
}
.why-choose-us-section .container .row .col-md-6 .heading-one .circle1 span {
  position: relative;
  z-index: 2;
  font-family: var(--primary-font);
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}
.why-choose-us-section .container .row .col-md-6 .heading-one .heading-content {
  color: var(--secondary);
  margin-left: 30px;
  margin-right: 20px;
}

/* Best Care Section */
.best-care .container .row .col-md-6 .heading-one {
  position: relative;
}
.best-care .container .row .col-md-6 .heading-one .circle {
  height: 70px;
  width: 70px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  top: 0;
  animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}
.best-care .container .row .col-md-6 .heading-one .circle1 {
  height: 70px;
  width: 70px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  to {
    transform: scale(2, 2);
    opacity: 0;
  }
}
.best-care .container .row .col-md-6 .heading-one .circle1 span {
  position: relative;
  z-index: 2;
  font-family: var(--primary-font);
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}
.best-care .container .row .col-md-6 .heading-one .heading-content {
  color: var(--secondary);
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 2px 4px #d7d7d7;
  padding: 0px 30px;
  border-radius: 10px;
}
.best-care .container .row .col-md-6 .heading-one .heading-content h4 {
  font-size: 20px;
}
/* Services Section */
.services-section .service-card h5 {
  font-family: var(--primary-font);
  font-size: 25px;
  color: var(--secondary);
  letter-spacing: 0.5px;
}
.services-section .service-card {
  border: 10px solid #d1e9ff;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
}
.services-section {
  position: relative;
}
.services-section .conatiner p {
  font-size: 20px;
}
.services-section::before {
  position: absolute;
  content: "";
  background-color: var(--primary);
  width: 100%;
  height: 450px;
  top: 0;
  left: 0;
  z-index: 0;
}
.services-section .container h2 {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.services-section .container {
  position: relative;
}
.services-section .container p {
  color: var(--light);
}
/* Testimonial Section */
.testimonial-section {
  background-image: url(../images/testimonial-bg.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.testimonial-section .container .row .col-md-5 .testimonial-card {
  background-color: var(--primary);
  width: 120%;
  position: absolute;
  top: 120px;
  left: -120px;
  padding: 60px 50px;
  border-radius: 10px;
}
.testimonial-section .container .row .col-md-7 {
  position: relative;
}
.testimonial-section .container .row .col-md-5 {
  position: relative;
}
.testimonial-section
  .container
  .row
  .col-md-5
  .testimonial-card
  .wrapper
  .owl-carousel
  .item
  i {
  color: #e2e2e2;
  font-size: 40px;
}
.testimonial-section
  .container
  .row
  .col-md-5
  .testimonial-card
  .wrapper
  .owl-carousel
  .item
  h6 {
  color: #fff;
  letter-spacing: 0.5px;
  font-family: var(--primary-font);
  font-size: 25px;
}
.testimonial-card .owl-carousel {
  position: relative;
}
.testimonial-card .owl-nav {
  position: absolute;
  top: -120px;
  left: 120px;
}

/* Edited By Manisha */
/* Navbar */
.navbar-section .icons,
.inner-pages-nav .icons {
  display: none !important;
}
.navbar-section .icons li,
.inner-pages-nav .icons li {
  background: var(--primary);
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  /* cursor: pointer; */
}
.navbar-section .icons li:nth-child(even),
.inner-pages-nav .icons li:nth-child(even) {
  background: var(--secondary);
}
.navbar-section .icons li a,
.inner-pages-nav .icons li a {
  color: var(--light);
  /* cursor: pointer; */
}

.navbar-section .menu,
.inner-pages-nav .menu {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* Navbar */

/* about */
.arrow-btn i {
  background: var(--light);
  color: var(--secondary);
  border-radius: 50%;
  font-size: 14px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  margin-left: 8px;
}

.arrow-btn {
  padding: 10px 30px;
  transition: 0.5s all ease;
}

.arrow-btn:hover {
  background: var(--secondary);
  color: white;
  border: 1px solid var(--secondary);
}

/* about */

/* Contact-footer */
.contact-footer .contact-info {
  background: #d1e9ff;
  padding: 50px;
  border-radius: 10px;
}

.contact-footer .contact-info .form-control {
  padding: 12px 16px;
  border-radius: 0;
}
.contact-footer .contact-info .form-select {
  padding: 12px 16px;
  border-radius: 0;
}
.contact-footer .info .heading {
  font-size: 20px;
}
.contact-footer .info i {
  background: var(--primary);
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  margin-right: 0px;
  color: var(--light);
  font-size: 16px;
}

.breadcrumb {
  margin: 0px !important;
}
.contact-footer .info a {
  color: var(--dark);
}

.contact-footer .info .pri {
  color: var(--primary);
}

.contact-footer .info .sec {
  color: var(--secondary);
}

.testimonial-section .owl-carousel .owl-nav button {
  background: var(--secondary);
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 0 !important;
}

.testimonial-section .owl-carousel .owl-nav button:hover {
  background: var(--primary);
}
.testimonial-section .owl-carousel .owl-nav {
  position: absolute;
  top: -150px;
}

footer {
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

footer .footer-ul li {
  background: var(--primary);
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
footer .footer-ul li:nth-child(even) {
  background: var(--secondary);
}
footer .footer-ul li a {
  color: var(--light);
}

footer a {
  color: var(--dark);
}
footer ul {
  padding-left: 0;
}
footer ul li {
  margin-bottom: 8px;
}

footer .heading {
  font-size: 18px;
}

footer .contact-info i {
  background: var(--primary);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 0px;
  color: var(--light);
  font-size: 16px;
}
footer ul .nav-item:hover .nav-link {
  color: var(--primary) !important;
  /* color: #4b000b !important; */
  transform: scale(1.05);
  text-shadow: none;
}

.contact-info {
  position: relative;
  z-index: 11;
}

.contact-footer {
  position: relative;
}

/* Lower footer */

.lower-footer {
  background: var(--primary);
  padding: 5px;
}

.lower-footer p {
  color: rgb(223, 223, 223);
  font-size: 14px;
}
.lower-footer p a {
  color: var(--light);
}
/* Contact-footer */
/* Edited By Manisha */

/* About Us Page */
.inner-pages-navbar-section {
  position: relative !important;
  background-color: var(--primary-light);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.innerpage-banner-section {
  background-image: url(../images/aboutus-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-caption {
  padding: 50px 100px;
  background-color: #ffffffd4;
  text-align: center;
}

.banner-text .breadcrumb-item a {
  background-color: #005baa;
  padding: 4px 12px;
  color: #fff;
  letter-spacing: 0.5px;
}

.banner-text .breadcrumb-item.active {
  color: #4b000b;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.what-we-do-ul {
  list-style-type: disc;
  font-weight: 500;
}

.founder-section {
  background-color: #d1e9ff;
}

.founder-name {
  margin-top: -66px;
  background-color: #005baab3;
  z-index: 2;
  position: relative;
  padding: 10px;
  letter-spacing: 0.5px;
}

.founder-name h2 {
  font-size: 20px;
  font-family: var(--primary-font);
  text-align: center;
  color: #fff;
}

.founder-name h4 {
  font-size: 15px;
  margin-top: 5px;
  text-align: center;
  color: #000;
  font-weight: 600;
}

.founder-name h4 span {
  color: var(--secondary);
}

.mission-div {
  background-color: #005baa;
  padding: 20px;
  height: 200px;
}
.mission-img-div h3 {
  font-size: 25px;
  font-family: var(--primary-font);
}
.mission-img-div img {
  height: 50px;
  margin-left: 30px;
}

.mission-img-div h3 {
  color: #ffffff;
}

.mission-div p {
  text-align: left !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.para-div-2 {
  margin-top: 40px !important;
}

.mission-vision-section .row h4 {
  font-size: 25px;
  font-family: var(--primary-font);
  color: var(--primary);
}

.vision-text,
.mission-text {
  padding: 15px;
  border: 5px solid #d1e9ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
}

.vision-text p,
.mission-text p {
  text-align: center !important;
}

.vision-text,
.mission-text {
  position: relative;
  height: 200px;
}
.mission-text {
  position: relative;
}
.vision-text {
  position: relative;
}
.mission-text::after {
  position: absolute;
  content: "";
  bottom: -14px;
  right: -14px;
  background-image: url(../images/mission.png);
  background-size: cover;
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.vision-text::after {
  position: absolute;
  content: "";
  bottom: -11px;
  right: -16px;
  background-image: url(../images/eye.png);
  background-size: cover;
  width: 110px;
  height: 85px;
  background-repeat: no-repeat;
  opacity: 0.1;
}

/* Know Our Doctor */
.team-banner-section {
  background-image: url(../images/our-team-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Doctor-card */
/* .doctor-card img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.doctor-card h4 {
  font-size: 25px;
  font-family: var(--primary-font);
  letter-spacing: 0.5px;
  color: #005baa;
  text-transform: uppercase;
}

.doc-exp {
  height: 30px !important;
  width: 30px !important;
}

.doctor-card {
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.doctor-card h6 {
  font-size: 10px;
  text-transform: uppercase;
  background-color: #005baa;
  padding: 3px 10px;
  width: fit-content;
  color: #fff;
  letter-spacing: 0.5px;
}

.qualifications h3 {
  font-size: 15px;
  color: var(--primary);
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.qualifications span {
  font-size: 15px;
  font-weight: 500;
}

.content {
  display: flex;
  flex-direction: column;
  height: 290px;
  justify-content: center;
}

.interest p {
  padding: 5px 5px;
  text-transform: uppercase;
}

.interest {
  padding: 10px;
}  */

/* .doctor-team-card {
  padding-left: 20px;
}

.shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.doctor-team-card p {
  background-color: #0860ac;
  width: fit-content;
  padding: 5px 10px;
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.doctor-team-card h6 {
  margin-top: 15px;
  color: #005baa;
  font-size: 14px;
}

.doctor-team-card h4 {
  font-family: var(--primary-font);
  margin-top: 15px;
  font-size: 20px;
  color: var(--secondary);
}

.doctor-team-card h5 {
  font-size: 15px;
  margin-top: 10px;
  color: var(--primary);
}

.border-bottom {
  border-bottom: 2px solid rgba(182, 182, 182, 0.8) !important;
}

.doc-row {
  height: 250px;
} */

.heading-title {
  margin-bottom: 100px;
}
.text-center {
  text-align: center;
}
.heading-title h3 {
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: normal;
}
.p-top-30 {
  padding-top: 30px;
}
.half-txt {
  width: 60%;
  margin: 0 auto;
  display: inline-block;
  line-height: 25px;
  color: #7e7e7e;
}
.text-uppercase {
  text-transform: uppercase;
}

.team-member,
.team-member .team-img {
  position: relative;
}
.team-member {
  overflow: hidden;
}
.team-member,
.team-member .team-img img {
  position: relative;
  height: 350px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
  top: 35%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px;
}
.desk,
.desk h4,
.team-hover .s-link a {
  text-align: left;
  color: #222;
}
.desk h4 {
  color: var(--secondary);
  font-size: 16px;
  line-height: 22px;
}
.team-member:hover .team-hover .s-link {
  bottom: 10%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}

.team-member .s-link a {
  margin: 0 10px;
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
}
.team-title {
  letter-spacing: 2px;
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-title h5 {
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 600;
  text-shadow: 1px 1px #dddddd;
}
.team-title p {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--dark);
  letter-spacing: 1px;
  font-weight: 500;
}

.team-card {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  height: 480px;
  border-radius: 10px;
}
.team-title span {
  font-family: var(--secondary-font);
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  color: #005baa;
}

/* Testimonial Page */

.testimonial-banner-section {
  background-image: url(../images/testimonial.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-review h2 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 500;
  text-shadow: 1px 1px #dddddd;
  border-bottom: 1px solid #cccc;
  padding-bottom: 10px;
  line-height: 30px;
}

.client-review {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px 25px;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  border-radius: 10px;
}

.client-review::after {
  content: "";
  position: absolute;
  background-image: url(../images/quotation-mark.png);
  background-repeat: no-repeat;
  background-size: 80px;
  height: 80px;
  width: 80px;
  bottom: 10px;
  right: 10px;
  opacity: 0.1;
}

.contact-banner-section {
  background-image: url(../images/contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* code added by ankita 31-01-2023 */
.services-in .ct-scan-image {
  text-align: center;
}
.services-in .ct-scan-image img {
  width: 90%;
  margin: auto;
  border-radius: 10px;
  padding: 10px;
  border: 5px solid #d1e9ff;
}
.services-in.ct-scan-image {
  position: relative;
}
.services-in-second {
  background-color: #d1e9ff;
  position: relative;
  padding-bottom: 50px;
}
.appointment-section {
  background: var(--primary);
  padding: 30px 30px;
  text-align: center;
  width: 800px;
  position: absolute;
  border-radius: 60px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -60px;
}
.appointment-section .arrow-btn {
  display: inline-block;
  background: var(--secondary);
  color: white;
  border: 1px solid var(--secondary);
}
.appointment-section h2 {
  color: var(--light);
  line-height: 60px;
  /* text-transform: uppercase; */
  display: inline-block;
  font-size: 26px;
  padding-right: 20px;
}

.services-in-second .paragraph-content {
  padding: 80px 50px 80px 100px;
}

/* MRI Scan page */
.services-second-section {
  background: linear-gradient(rgba(0, 91, 170, 0.5), rgba(0, 91, 170, 0.5)),
    url("../../static/images/carousel-img_5.jpg");
  position: relative;
  padding: 80px 0px;
  background-size: cover;
  background-position: center;
}
.services-second-section .paragraph {
  color: var(--light);
}
.services-in .mri-scan-image {
  text-align: center;
}
.services-in .mri-scan-image img {
  width: 90%;
  margin: auto;
  border-radius: 10px;
  padding: 10px;
  border: 5px solid #d1e9ff;
}
.services-third-section .mri-scan-image img {
  width: 430px;
  border-radius: 10px;
  padding: 10px;
  border: 5px solid #d1e9ff;
}
.services-third-section .services-list-content ul li {
  list-style-type: auto;
  text-align: left;
  font-size: 15px;
  font-family: var(--secondary-font);
  color: #222222;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin-bottom: 8px;
  margin-left: -16px;
}
.services-third-section .services-list-content ul li::marker {
  color: var(--primary);
}
.services-third-section .services-list-content p {
  color: var(--primary);
  padding-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.services-fourth-section {
  background: #d1e9ff;
  position: relative;
}
.services-fourth-section .scan-benefits {
  /* box-shadow: 0px 2px 7px #d7d7d7; */
  padding: 28px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 7px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  height: 110px;
  background: #fff;
  /* background: #e3f1ff; */
  position: relative;
  border: 1px dashed var(--primary);
}
.services-fourth-section .scan-benefits span {
  position: absolute;
  left: 2px;
  bottom: 10px;
  font-size: 55px;
  color: #f3f3f3;
  font-weight: 700;
}
.services-fourth-section .scan-benefits p {
  z-index: 1;
  position: relative;
  letter-spacing: 0.3px;
}
.benefits-text {
  color: var(--primary);
  padding-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.5px;
}
/* Cardiac diagnostics*/
.inner-pages-nav {
  box-shadow: 0px 2px 4px #d7d7d7;
}
.services-cardiac .first-paragraph-cardiac {
  color: var(--primary);
  letter-spacing: 0.5px;
  font-size: 16px;
}
.services-cardiac ul li {
  letter-spacing: 0.5px;
  list-style-type: auto;
  margin-left: -15px;
  font-size: 14px;
  margin-bottom: 8px;
}
.services-cardiac ul li::marker {
  color: var(--primary);
}
/* End */
/* Contact Page */
.contact-page-section {
  position: relative;
}
.contact-page-section .contact-page-form {
  box-shadow: 0px 2px 7px #d7d7d7;
  padding: 80px 40px;
  border-radius: 10px;
  position: relative;
}
.contact-page-section .blue-rectangle {
  width: 200px;
  background: var(--primary);
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.contact-page-section .contact-page-form label {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--primary);
}
.contact-page-section .contact-page-form input {
  border-radius: 0px;
  border-bottom: 1px solid var(--primary) !important;
  /* background: #f2f2f2; */
  border: none;
  padding-left: 0px;
}
.contact-page-section .contact-page-form input:focus {
  box-shadow: none !important;
}
.contact-page-section .contact-page-form select:focus {
  box-shadow: none !important;
}
.contact-page-section .contact-page-form select {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid var(--primary);
  /* background-color: #f2f2f2; */
  color: #9d9d9d;
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 0.55rem 0px 0.75rem;
}
.contact-page-section .contact-page-form select::placeholder {
  color: #9d9d9d;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.contact-page-section .contact-page-form select option {
  background-color: var(--primary);
  color: var(--light);
  padding: 5px 10px !important;
}
.contact-page-section .contact-page-form input::placeholder {
  color: #9d9d9d;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.contact-page-section .contact-info {
  width: 350px;
  height: 400px;
  background-color: var(--secondary);
  padding: 50px 40px;
  float: right;
  border-radius: 10px;
}
.contact-page-section .contact-info h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: var(--primary-font);
  letter-spacing: 1px;
  font-size: 30px;
}
.contact-page-section .contact-info h2 span {
  color: #ffff;
  font-size: 30px;
}
.contact-page-section .contact-info h5 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.contact-page-section .contact-info p a {
  color: #fff;
}
.contact-page-section .contact-info p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 15px !important;
  border-bottom: 1px dashed #fff;
  padding-bottom: 15px;
  font-weight: normal;
}
.contact-map {
  border-bottom: 4px solid var(--primary);
}
.contact-map iframe {
  margin-bottom: -6px;
}
.blue-rectangle ul {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-left: -20px;
}
.blue-rectangle ul li {
  display: inline-block;
  margin-right: 8px;
}
.blue-rectangle ul li a i {
  color: #fff;
  font-size: 20px;
}
.blue-rectangle1 {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  position: absolute;
  left: 0px;
  top: 0px;
}
/* end contact us */
/* start why choose us */

.why-choose-us-heading {
  background-color: #d1e9ff;
  padding: 70px 0px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px #d7d7d7;
}
.why-choose-us-heading h2 {
  font-family: var(--primary-font);
  /* color: #fff; */
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 35px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.whychoose-box {
  width: 100%;
  height: 150px;
  box-shadow: 0px 2px 4px #d7d7d7;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 22px;
  position: relative;
  border: 1px solid #d1e9ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whychoose-box .content-heading {
  color: var(--primary);
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-left: 70px;
}
.whychoose-box p {
  padding-left: 70px;
  line-height: 22px !important;
}
.whychoose-box img {
  background: var(--primary);
  position: absolute;
  padding: 10px;
  width: 55px;
  left: 20px;
  top: 25px;
}
.why_choose_us .dark-bg img {
  background-color: var(--secondary);
}
/* new dropdown */
@media screen and (min-width: 1100px) {
  .new-dropdown .dropdown-new-item {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  }

  .new-dropdown .dropdown-new-list {
    position: relative;
    color: var(--light);
    font-size: 14px;
    background: var(--primary);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    transform: scale(0.01);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease,
      box-shadow 0.3s ease 0.15s;
    transform-origin: center top;
    overflow: hidden;
    width: 180px;
  }

  .new-dropdown .dropdown-new-list.open {
    transform: scale(1);
    opacity: 1;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
  }

  .new-dropdown .dropdown-new-list a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 4.5px 15px;
    transition: color 0.2s ease, background-color 0.2s ease,
      padding-left 0.2s ease;
    overflow: hidden;
  }

  .new-dropdown .dropdown-new-list a:hover {
    color: var(--secondary);
    padding-left: 25px;
  }
  .new-dropdown .dropdown-new-item1 {
    display: inline-block;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  }

  .new-dropdown .dropdown-new-list1 {
    position: relative;
    color: var(--light);
    font-size: 14px;
    background: var(--primary);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    transform: scale(0.01);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease,
      box-shadow 0.3s ease 0.15s;
    transform-origin: center top;
    overflow: hidden;
    width: 180px;
  }

  .new-dropdown .dropdown-new-list1.open {
    transform: scale(1);
    opacity: 1;
    box-shadow: 3px 3px 30px rgba(118, 96, 168, 0.15);
  }

  .new-dropdown .dropdown-new-list1 a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 4.5px 15px;
    transition: color 0.2s ease, background-color 0.2s ease,
      padding-left 0.2s ease;
    overflow: hidden;
  }

  .new-dropdown .dropdown-new-list1 a:hover {
    color: var(--secondary);
    padding-left: 25px;
  }
}
/* media query */

@media screen and (max-width: 575px) {
  .why-choose-us-heading {
    margin: auto;
    margin-bottom: 40px;
  }
  .services-section .service-card {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar-toggler {
    border: 2px solid var(--primary) !important;
    height: 50px;
    border: navajowhite;
    border-radius: 3px;
  }
  .navbar-section .navbar-nav {
    background-color: var(--primary);
    padding: 10px 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-section .icons {
    display: none !important;
  }
  .about-us-image-mob {
    order: 1;
    margin-bottom: 20px;
  }
  .about-us-content {
    order: 2;
  }
  .cards-section .bg-primary-light {
    height: auto !important;
  }
  .section {
    padding: 50px 10px;
  }
  .bg-primary {
    height: auto !important;
  }
  .best-care .best-care-content {
    order: 2;
    margin-top: 20px;
  }
  .testimonial-section .testimonial-card {
    position: relative !important;
    width: 100% !important;
    position: absolute;
    top: 10px !important;
    left: 0px !important;
    padding: 30px 20px !important;
  }
  .testimonial-card .owl-nav {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  .testimonial-section .container .row .col-md-7 {
    margin: auto;
    text-align: center;
  }
  .arrow-btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
  .inner-pages-nav .icons {
    display: none !important;
  }
  .inner-pages-nav .navbar-nav {
    background-color: var(--primary);
    padding: 10px 20px;
  }
  .inner-pages-nav .dropdown .btn {
    margin-top: 0px !important;
    padding: 0.5rem 0px;
  }
  .what-we-do-section .about_us_content {
    order: 2;
  }
  .what-we-do-section .about_us_image {
    order: 1;
    margin-bottom: 15px;
  }
  .founder-section .founder_img {
    margin-bottom: 20px;
  }
  .vision-text,
  .mission-text {
    height: 200px;
  }
  .why-choose-us-heading {
    margin-bottom: 40px;
  }
  .appointment-section {
    background: var(--primary);
    padding: 20px 20px;
    text-align: center;
    width: 100%;
    position: relative;
    border-radius: 0px;
  }
  .appointment-section h2 {
    line-height: 45px;
    font-size: 22px;
  }
  .services-in-second {
    padding-bottom: 0px;
  }
  .appointment-section {
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 30px;
    margin-bottom: 15px !important;
  }

  .why-choose-us-section .container .row .col-md-6 .heading-one .circle1 span {
    font-size: 25px;
  }
  .why-choose-us-section .container .row .col-md-6 .heading-one .circle1 {
    width: 55px;
    height: 55px;
    position: absolute;
  }
  .why-choose-us-section .container .row .col-md-6 .heading-one .circle {
    height: 55px;
    width: 55px;
  }
  .why-choose-us-section .heading {
    margin-bottom: 30px !important;
    text-align: left !important;
  }
  .why-choose-us-section .heading-one h4 {
    font-size: 20px;
    letter-spacing: 0.3px;
  }
  .why-choose-us-section .heading-one {
    margin-bottom: 30px;
  }
  .best-care .container .row .col-md-6 .heading-one .heading-content {
    margin-left: 0px !important;
    margin-top: 16px;
  }
  .best-care .container .row .col-md-6 .heading-one .circle {
    height: 55px;
    width: 55px;
  }
  .best-care .container .row .col-md-6 .heading-one .circle1 {
    height: 55px;
    width: 55px;

    position: absolute;
    top: 0px;
  }
  .best-care .container .row .col-md-6 .heading-one .circle1 span {
    font-size: 25px;
  }
  .best-care {
    padding-bottom: 30px !important;
  }
  .best-care .heading-one {
    margin-bottom: 50px;
  }

  .services-section .container .row .col-md-3 .service-card {
    margin-bottom: 15px;
  }
  .contact-footer .contact-info {
    padding: 30px 25px;
    margin-bottom: 30px;
  }
  .ct-scan-image {
    margin-bottom: 20px;
  }
  .services-in-second .paragraph-content {
    padding: 50px 25px !important;
  }
  .services-in .mri-scan-image img {
    margin-bottom: 20px;
  }
  .services-second-section {
    padding: 50px 15px;
  }
  .mri-scan-image {
    order: 1;
    margin-bottom: 20px;
  }
  .services-list-content {
    order: 2;
  }
  .services-fourth-section {
    padding: 50px 0px 0px !important;
  }
  .services-fourth-section .scan-benefits {
    margin: 10px 10px;
  }
  .contact-page-section .blue-rectangle {
    display: none;
  }
  .contact-page-section .contact-info {
    width: 100%;
    height: auto;
    background-color: var(--secondary);
    padding: 30px 20px;
    float: right;
    margin-top: 20px;
  }
  .contact-page-section .contact-page-form {
    padding: 60px 20px 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .logo {
    height: 90px;
  }
  .cards-section .row {
    margin-top: 40px !important ;
  }
  .carousel-section .carouselcaption .paragraph {
    display: none;
  }
  .carousel-section .carouselcaption {
    position: absolute !important;
    bottom: 20px !important;
  }
  .best-care .best-care-img {
    width: 350px;
  }
  .founder_img {
    width: 60%;
  }
  .founder-name {
    width: 100%;
  }
  .mri-scan-image .text-end {
    text-align: left !important;
  }
  .services-section .service-card {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    height: 150px;
    margin-top: 20px;
  }
  .why-choose-us-section .heading-one h4 {
    font-size: 20px;
    letter-spacing: 0.3px;
  }
  .best-care .heading-content h4 {
    font-size: 18px;
  }
  .best-care .best-care-img {
    width: 430px;
  }
  .services-section .service-card {
    margin-bottom: 20px;
  }
  .contact-footer .contact-info {
    padding: 30px;
  }
  .contact-footer .info i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .services-in-second .paragraph-content {
    padding: 80px;
  }
  .services-fourth-section {
    padding: 50px 0px 0px !important;
  }
  .contact-page-section .contact-info {
    width: 100%;
    height: auto;
    background-color: var(--secondary);
    padding: 30px 40px;
    float: right;
  }
  .services-in .heading {
    font-size: 30px;
  }
}

.sonography-service .container-fluid .row .sub-heading {
  font-family: var(--primary-font);
  font-size: 25px;
  color: var(--secondary);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Whatsapp */
.whatsapp-btn {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 10px;
  background-color: #25d366;
  color: var(--light);
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  transition: 0.5s ease all;
  z-index: 100;
}
.whatsapp-btn:hover {
  background-color: #17833f;
  color: var(--light);
}

.grecaptcha-badge {
  visibility: hidden !important;
  pointer-events: none !important;
}
