body {
  font-family: "Raleway", sans-serif;
  max-width: 100% !important;
}

.mapouter {
  text-align: right;
  height: 50vh;
}

.gmap_canvas {
  overflow: hidden;
  display: block;
  background: none !important;
  height: 50vh;
}

section {
  margin-top: 20vh;
  margin-bottom: 20vh;
}

#carousel {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

a {
  color: white;
}

a:hover {
  text-decoration: none;
  color: white;
}

input {
  z-index: 1001;
}

.footer-item {
  padding-bottom: 20px;
}

footer {
  padding-top: 10vh;
  color: white;
  text-align: left;
  min-height: 50vh;
  height: min-content;
  background-image: url("../img/b.jpg");
  background-position: center;
  background-size: cover;
  margin-top: 5%;
}

#navbar-container {
  box-shadow: 10px 0px 5px gray !important;
  max-width: 100% !important;
}

#carousel {
  overflow: hidden;
  height: 90vh;
}

.img {
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.owl-dots {
  position: absolute;
  top: 80vh;
  left: 0px;
  right: 0px;
}

.navbar {
  width: 100%;
  z-index: 2000;
}

.nav1 {
  position: absolute;
  color: #009140 !important;
}

.front {
  position: relative;
  margin-left: 5vw;
  margin-right: 5vw;
  color: white;
  margin-top: -140px !important;
  z-index: 1001;
  height: min-content;
  font-family: "Roboto Slab", serif;
}

.emergency {
  background-color: #2cbcbc;
  padding: 15px;
}

.workhrs {
  background-color: #21aac4;
  padding: 15px;
}

.appform {
  background: #2f89fc;
  background: -moz-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
  background: -webkit-gradient(left top,
      right bottom,
      color-stop(0%, #2f89fc),
      color-stop(100%, #2cbcbc));
  background: -webkit-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
  background: -o-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
  background: -ms-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
  background: -webkit-linear-gradient(315deg, #2f89fc 0%, #2cbcbc 100%);
  background: -o-linear-gradient(315deg, #2f89fc 0%, #2cbcbc 100%);
  background: linear-gradient(135deg, #2f89fc 0%, #2cbcbc 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2f89fc', endColorstr='#00dc94', GradientType=1);
  padding: 15px;
}

.btn {
  background-color: #21aac4 !important;
}

.front .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  font-size: 14px;
  padding-right: 20px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.front .form-control:focus {
  box-shadow: none !important;
  border: none !important;
}

.front ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1;
  /* Firefox */
}

.front :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white !important;
}

.front ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white !important;
}

.navbar-brand {
  font-size: 1.5em;
  color: #009140 !important;
}

.appointment-form i {
  position: absolute;
  font-size: 0.8em;
  bottom: 25px;
  right: 10px;
}

.overlay {
  position: absolute;
  /* background-color: rgba(0.5, 0.5, 0.5, 0.3); */
  top: 0px;
  height: 90vh;
  left: 0px;
  right: 0px;
  z-index: 1000;
}

.testimonial {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  padding-top: 4%;
  padding-bottom: 4%;
  border-radius: 20px;
}

.testimonial-img {
  width: 120px !important;
  height: 120px !important;
}

#testimonials {
  background-image: url("../img/testimonial.jpg");
  background-position: center;
  background-size: cover;
  padding: 5%;
  padding-top: 100px;
  padding-bottom: 0%;
  min-height: 60vh;
  height: min-content;
  margin-bottom: 5%;
  margin-top: 10vh;
}

#testimonials .owl-next,
#testimonials .owl-prev {
  font-size: 2em;
  color: white;
}

.heading {
  text-align: center;
  border-bottom-color: orange;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  width: max-content;
}

#services {
  padding-top: 2vh;
  margin-top: 0% !important;
  margin-bottom: 0% !important;
  height: max-content !important;
  max-height: max-content;
}

.service {
  padding: 10px;
  border-radius: 5px;
}

#blogs {
  height: max-content;
  margin-bottom: 15%;
  margin-top: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: url("../img/blogs.jpg");
  background-position: center;
  background-size: cover;
}

#blogs .owl-stage-outer {
  padding: 10px;
}

.blog {
  padding: 10px;
  /* border-style: solid;
    border-color: lightgray;
    border-width: 1px; */
  margin-right: 10px;
  margin: 10px;
  background-color: white;
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  cursor: pointer;
  text-align: center;
}

.blog img {
  max-width: 300px;
}

.blog:hover {
  box-shadow: 0px 5px 15px white, 0px -5px 15px white;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.navbar .nav-link {
  transition: all 0.5s;
  border-radius: 5px;
}

.nav-link:hover {
  text-shadow: 0px 5px 15px #009140, 0px -5px 15px #009140;
}

.tTitle {
  top: 0px;
  color: rgba(0, 0, 0, 0);
}

.tTitle2 {
  top: -120px;
}

.nav1 {
  position: absolute;
  /* background: rgba(0.5, 0.5, 0.5, 0.0) !important; */
  background: rgba(1, 73, 107, 0.5) !important;
  /* background: #015f6b80 !important; */
}

.nav1 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav2 {
  background: white !important;
}

.mapTitle {
  text-align: center;
}

#departments {
  background-color: white;
  height: 50vh;
  min-height: min-content;
  height: 100%;
  margin-bottom: 2%;
}

#departmentHolder {
  margin-top: 3%;
}

#departments .owl-next,
#departments .owl-prev {
  font-size: 2em;
}

.department {
  background: #019390;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
}

#counters {
  height: max-content !important;
  margin-top: 10vh !important;
  margin-bottom: 10vh !important;
}

.counterHolder {
  text-align: center;
  margin: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.borderLeft {
  border-left-color: orange;
  border-left-width: 3px;
  border-left-style: solid;
}

.counter {
  font-size: 80px;
  font-family: "Noto Serif", serif;
  color: #009140;
  display: inline;
}

.counter-static {
  font-size: 80px;
  font-family: "Noto Serif", serif;
  color: #009140;
  display: inline;
}



@media (max-width: 768px) {
  .departments {
    height: min-content;
    padding-bottom: 10%;
  }

  .d-height {
    height: min-content;
  }

  .borderLeft {
    border-left-style: none;
  }

  #carousel {
    height: 50vh;
  }

  .img {
    height: 50vh;
  }
}

@media (max-width: 576px) {
  .gap {
    height: 120vh !important;
  }
}

@media (max-width: 767px) {
  .department {
    margin-left: 17%;
  }
}

@media (min-width: 770px) {
  .gap {
    height: 20vh !important;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 5px;
  }

  .wow {
    visibility: visible !important;
    -webkit-animation-name: none !important;
    -o-animation-name: none !important;
    animation-name: none !important;
  }

  .tTitle2 {
    top: -100px;
  }

  .nav1 .navbar-brand {
    font-size: 1.5em;
    color: white !important;
  }

  .nav1 .nav-link {
    color: white !important;
  }
}

@media (max-width: 1408px) {
  .navbar {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 992px) {

  .nav1 .nav-link,
  .nav1 .navbar-brand {
    color: white !important;
  }

  .footer-table {
    margin-left: 30%;
  }

  .nav2 .nav-link,
  .nav2 .navbar-brand {
    color: #009140 !important;
  }

  .appointment-form i {
    position: absolute;
    font-size: 0.8em;
    bottom: 25px;
    right: 20px;
  }

  .navbar {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .front {
    position: relative;
    margin-left: 15vw;
    margin-right: 15vw;
    color: white;
    margin-top: -70px;
    margin-bottom: 50px;
    z-index: 1001;
    height: min-content;
  }

  #testimonials {
    padding-left: 15%;
    padding-right: 15%;
  }
}

.footer-table {
  text-align: center;
  margin-left: 9rem;
}

.contactus-heading {
  text-align: center;
  margin-left: 9rem;
}

@media only screen and (max-width: 961px) {
  .footer-table {
    margin-left: 0 !important;
  }

  .contactus-heading {
    margin-left: 0 !important;
  }
}

#completeBlogContainer img {
  max-width: 60vw !important;
}

/* date 04-aug-2023 */


.outer-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 90%;
  margin: auto;
  grid-gap: 20px;
  margin-top: 30px;
}

.read-more-btn {
  color: #0984e3;
}

.read-more-text {
  display: none;
}

.read-more-text--show {
  display: inline;
}

.fa-check-circle {
  color: green;
}

.tab-box{
  padding-right:35px;
}

.tab-box .tab-btn {
  font-size: 18px;
  font-weight: 600;
  color: black;
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.tab-box .tab-btn.active {
  /* color: black; */
  color: #199fd9;
  background-color: #f0f0f5;
}

.content-box {
  padding: 20px;
  background-color: #f0f0f5;
}

.content-box .content {
  display: none;
  animation: faq-moving .5s ease;
}

@keyframes faq-moving {
  from {
    transform: translateX(50px);
    opacity: 0;
  }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.content-box .content.active {
  display: block;
  background-color: f0f0f5;
}

.content-box .content h2 {
  margin-bottom: 10px;
}

.line {
  position: absolute;
  top: 62px;
  left: 17px;
  width: 90px;
  /* height: 5px; */
  /* background-color: #7360ff; */
  /* border-radius: 10px; */
  transition: all .3s ease-in-out;
}

.fa-star {
  font-size: 12px;
  letter-spacing: -3px;
  color: #009140;
}

.doctor-profile {
  display: grid;
  grid-template-columns: 1fr 3fr;
  background-color: #f0f0f5;
  padding: 0px 20px;
}

.doctor-image {
  text-align: center;
  padding-top: 20px;
}

.name-heading {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-box {
  display: flex;
  align-items: baseline;
  grid-gap: 10px;
}

.name-typography {
  font-size: 24px;
  font-weight: 700;
}

.label-typography {

  color: #737382;
  font-weight: 700;
  font-size: 14px;
}

.description {
  color: #414146;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  /* word-spacing: 1.7px; */
  font-family: Raleway;
  padding-right:30px;
}

.verified-label {

  margin-top: 20px;
  margin-bottom: 10px
}

.description-alignment {

  padding-right: 22px;
}

.doctor-profile-description {
  color: #414146;
  font-weight: 550;
  font-size: 14px;
  line-height: 1.5;
  word-spacing: 1.7px;
  font-family: Raleway;
}

.hide-show-paragraph {
  color: #414146;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5px;
  word-spacing: 1.7px;
  font-family: Raleway
}

.hospital-container {
  margin-top: 20px;
}

.review-outer-box {
  background-color: #f0f0f5;
  margin-top: 20px;
  padding: 10px;
}

.review-heading {
  font-size: 18px;
}

.review-innerbox {
  text-align: center;
}

.reviewer-profile-picture {
  width: 50px;
  height: 46px;
  background: #fff;
  padding-top: 10px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.review-inner-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.reviewer-name {
  font-size: 14px;
}

.review-date {
  font-size: 11.9px;
}

.icon-size {
  font-size: 12px;
}

.review-description {
  font-size: 14px;
  margin-top: 20px;
}

.appointment-container {
  margin-top: 30px;
  color: #414146;
  font-weight: 550;
  font-size: 14px;
  height: 300px;
  line-height: 1.5;
  word-spacing: 1.7px;
  font-family: Raleway;
  position: sticky;
  top: 90px;
}

.appointment-heading {
  display: flex;
  justify-content: space-between;
  height: 56px;
  align-items: center;
  background-color: #d7f5fe;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 0 10px;
}

.appointment-icon-heading {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.appointment-label {
  font-weight: 700;
  font-size: 16px;
}

.appointment-fees {
  font-weight: 700;
  font-size: 16px;
}

.appointment-details {
  background-color: #f0f0f5;
  padding: 20px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.appointment-book-button {
  border: none;
  outline: none;
  background-color: #80a4b5;
  color: white;
  padding: 5px 10px;
  outline: none !important;
}

.booking-button {
  text-align: center;

}

.whatsapp-sevice-for-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.title {
  font-size: 32px;
  margin-top: 20px;
}

.frequent {
  /* margin-top: 2rem; */
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0.2px solid #000;
  cursor: pointer;
}

.frequent:last-child {
  border-bottom: none;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top:-15px; */
}

.question h3 {
  font-size: 14px;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

.answer p {
  padding-top: 1rem;
  line-height: 1.6;
  font-size: 14px;
}

.frequent.active .answer {
  max-height: 300px;
  animation: fade 0.4s ease;
}

.frequent.active svg {
  transform: rotate(180deg);
}

@keyframs fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.wrap {
  position: relative;
}

.slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.slide-content span {
  /* font-size: 5rem; */
  color: black;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 0;
  height: 0;
  border-style: solid;
}

#arrow-left {
  border-width: 15px 20px 15px 0;
  border-color: transparent #fff transparent transparent;
  left: 0;
}

#arrow-right {
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fff;
  right: 0;
  margin-right: 0px;
}

.faq-area {
  margin-top: 20px;
  background-color: #f0f0f5;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 35px;
}

.specialisation-label {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 0px;
}


.specialisation-label-item {
  margin-top: 10px;
  margin-right: 15px;
  padding: 5px;
  background-color: #777777;
  color: white;
  border-radius: 4px;
}

.doctor-fees {
  align-items: center;
  justify-content: center;
}

.warning-color {
  color: red;
}

.doctor-visit-time {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 350px;
}

#tooltip {
  position: relative;
  cursor: pointer;
  /* border-bottom:2px dotted; */
  padding: 7px;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;

}

#tooltip-text {
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  white-space: nowrap;
  padding: 5px 7px;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
  margin-top: 32px;
}

#tooltip-text::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 7px solid;
  border-color: #000 #0000 #0000 #0000;
}

#tooltip:hover #tooltip-text {
  top: -130%;
  visibility: visible;
  opacity: 1;
}

.review-avatar {
  border-radius: 50%;
}

.footer-width{
  width:100%; 
  overflow:auto;
}

.breadcrumbs{
  background-color:#f0f0f5;
  margin-top:20px;
  padding:10px 20px 10px 10px;
}

.breadcrumbs ul{
  display:flex;
  list-style: none;
  align-items: center;
  padding:0;
  margin:0;
  gap:8px;
}

.breadcrumbs ul li a{
  text-decoration:none;
  color:#000;
}

.breadcrumbs ul li a:hover{
  color:#0984e3;
}

.breadcrumbs ul li:last-child{
  font-weight: bold;
}


.navbar-nav .nav-item {
position: relative;
}

.dropdown-hover {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  color:#000;
  padding:0px;
  }
  
  .dropdown-hover li{
  list-style:none;
  }
  
  .dropdown-hover li a{
  color:#000;
  text-decoration:none;
  }
  
  .nav-item:hover .dropdown-hover {
  display: block;
  }
  
  .dropdown-hover li {
  padding: 10px;
  }
  
  .dropdown-hover li:hover {
  background-color: #f0f0f0;
  color:black;
  list-style:none;
  }

@media screen and (max-width: 1060px) {
  .outer-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 90%;
    margin: auto;
    grid-gap: 20px;
    margin-top: 30px;
    overflow: hidden;
  }

  .doctor-profile {
    display: grid;
    grid-template-columns: 1fr;
    background-color: #f0f0f5;
    padding: 0px 20px;
  }


  .doctor-image {
    text-align: left;
    padding-top: 20px;
  }

  .description {
    color: #414146;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    word-spacing: 1.7px;
    font-family: Raleway;
    width: 100%;
  }

}


@media screen and (max-width:600px) {
  .description {
    color: #414146;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    word-spacing: 1.7px;
    font-family: Raleway;
    width: 90vw;
  }

  .content-box .content {
    width: 90vw;
    display: none;
    animation: faq-moving .5s ease;
  }

  .content-box .content.active {
    width: 90vw;
    display: block;
    background-color: f0f0f5;
  }

  .responsive-text {
    width: 90vw;
    padding-right: 40px;
  }

  #arrow-right {
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
    right: 45px;
  }

  .faq-area {
    width: 90vw;
  }

  .appointment-container {
    margin-top: 0px;
    color: #414146;
    font-weight: 550;
    font-size: 14px;
    height: auto;
    line-height: 1.5;
    word-spacing: 1.7px;
    font-family: Raleway;
    position: sticky;
    top: 90px;
  }

  .appointment-heading {
    width: 90vw;
  }

  .appointment-details {
    width: 90vw;
  }

  .review-section {
    padding-right: 30px;
  }
}


.video-spacing{
  margin-top:20px;
}