@font-face {
  font-family: "poppins";
  src: url("/assets/font/Poppins-Regular.ttf");
}
* {
  font-family: "poppins";
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
}

.primary-but {
  background-color: #00529F;
  color: white;
  padding: 6px 40px;
  border: 0px;
  border-radius: 5px;
  margin: 15px 0px;
}

.button-outlined {
  background-color: white;
  color: #00529F;
  padding: 6px 50px;
  border: 1px solid #00529F;
  border-radius: 5px;
  margin: 15px 0px;
}
.button-outlined:hover {
  background-color: #00529F;
  color: white;
}

.green-but {
  background-color: #28A745;
  color: white;
  padding: 6px 45px;
  border: 0px;
  border-radius: 5px;
  margin: 15px 0px;
}

.tertiary-but {
  background-color: #F16823;
  color: white;
  padding: 8px 40px;
  border: 0px;
  border-radius: 20px;
  margin: 15px 0px;
}

.container {
  max-width: 80%;
}

@media (min-width: 600px) and (max-width: 1536px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  a {
    font-size: 14px;
  }
  .primary-but {
    background-color: #00529F;
    color: white;
    padding: 6px 30px;
    border: 0px;
    border-radius: 5px;
    margin: 15px 0px;
    text-wrap: nowrap;
  }
  .button-outlined {
    background-color: white;
    color: #00529F;
    padding: 6px 30px;
    border: 1px solid #00529F;
    border-radius: 5px;
    margin: 15px 0px;
    text-wrap: nowrap;
  }
  .button-outlined:hover {
    background-color: #00529F;
    color: white;
  }
  .green-but {
    background-color: #28A745;
    color: white;
    padding: 6px 30px;
    border: 0px;
    border-radius: 5px;
    text-wrap: nowrap;
  }
  .tertiary-but {
    background-color: #F16823;
    color: white;
    padding: 6px 30px;
    border: 0px;
    border-radius: 20px;
    margin: 15px 0px;
    text-wrap: nowrap;
  }
  .container {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  a {
    font-size: 12px;
  }
  .primary-but {
    background-color: #00529F;
    color: white;
    padding: 6px 20px;
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    margin: 15px 0px;
  }
  .button-outlined {
    background-color: white;
    color: #00529F;
    padding: 4px 25px;
    border: 1px solid #00529F;
    border-radius: 5px;
    font-size: 14px;
    margin: 15px 0px;
  }
  .button-outlined:hover {
    background-color: #00529F;
    color: white;
  }
  .green-but {
    background-color: #28A745;
    color: white;
    padding: 4px 25px;
    border: 0px;
    border-radius: 5px;
    margin: 15px 0px;
  }
  .tertiary-but {
    background-color: #F16823;
    color: white;
    padding: 4px 20px;
    border: 0px;
    border-radius: 20px;
    margin: 15px 0px;
  }
  .container {
    max-width: 100%;
  }
}
a {
  text-decoration: none;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8106;
  color: white;
}

.second-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.second-nav .nav-item {
  font-weight: 600;
}
.second-nav .nav-item a {
  text-wrap: nowrap;
  color: #00529F;
}
.second-nav .nav-item .primary-but {
  text-wrap: nowrap;
}
.second-nav .nav-item .input-group {
  text-wrap: nowrap;
}
.second-nav .nav-item .input-group span {
  border: 1px solid #CACACA;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.second-nav .nav-item .input-group .select-option {
  border: 1px solid #CACACA;
  border-left: 0px;
  padding: 0px 10px 0px 0px;
}
.second-nav .nav-item .input-group .select-option:focus {
  outline: none;
}
.second-nav .nav-item .input-group .search-input {
  position: relative;
  border: 1px solid #CACACA;
  border-right: 0px;
  border-radius: 5px;
  width: 350px;
}
.second-nav .nav-item .input-group .search-input i {
  position: absolute;
  top: 50%;
  left: 10%;
}
.second-nav .nav-item .input-group .search-input:focus {
  outline: none;
}

.home-banner-sec .mobile-content {
  text-align: center;
}
.home-banner-sec .mobile-content h4 {
  font-weight: 700;
}
.home-banner-sec .mobile-content .welcome-content {
  background-color: white;
  color: #F16823;
  font-weight: 700;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner-sec .mobile-content .contact-content {
  background-color: #FF8106;
  color: white;
  font-weight: 700;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner-sec .mobile-content p {
  font-style: italic;
}

.nearest-healcare-sec h3 {
  color: #00529F;
  text-align: center;
  margin-bottom: 20px;
}
.nearest-healcare-sec h3 span {
  color: #F16823;
}
.nearest-healcare-sec .card {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 10px;
}
.nearest-healcare-sec .card a {
  text-decoration: none;
}
.nearest-healcare-sec .card a .healthcare-box {
  border-bottom: 5px solid white;
  border-radius: 10px;
}
.nearest-healcare-sec .card a .healthcare-box:hover {
  background-color: #EDF1FF;
  border-bottom: 5px solid #FF8106;
}
.nearest-healcare-sec .card h6 {
  font-weight: 600;
  color: #00529F;
  margin-top: 20px;
}

.online-consultation {
  background-color: #F2F3F9;
}
.online-consultation h4 {
  color: #00529F;
}
.online-consultation span {
  font-size: 12px;
  color: #F16823;
}
.online-consultation a {
  text-decoration: none;
}
.online-consultation a .specialty {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 25px 20px;
  border-radius: 15px;
  position: relative;
  background-color: white;
  color: #00529F;
}
.online-consultation a .specialty img {
  padding-right: 15px;
}
.online-consultation a .specialty .icon {
  color: #F16823;
  font-size: 18px;
  font-weight: 800;
}
.online-consultation a .specialty .speciality-content {
  display: none;
  position: absolute;
  background-color: white;
  transition: opacity 4s ease-in-out;
  z-index: 1;
  width: 100%;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  border-radius: 0px 0px 15px 15px;
}
.online-consultation a .specialty .speciality-content p {
  color: #000;
}
.online-consultation a .specialty:hover .speciality-content {
  display: block;
  overflow-wrap: unset;
  transition: ease-in-out 4s;
}
.online-consultation a .specialty:hover .icon {
  transform: rotate(90deg);
  transition: ease-in 0.1s;
  color: #F16823;
}

.healthCare-from-DD h3 {
  color: #00529F;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
.healthCare-from-DD h3 span {
  color: #F16823;
}
.healthCare-from-DD p {
  width: 75%;
  margin: auto;
  margin-bottom: 20px;
}
.healthCare-from-DD .card {
  padding: 20px;
}
.healthCare-from-DD .card h6 {
  color: #F16823;
  font-weight: 600;
}
.healthCare-from-DD .card p {
  width: 100%;
}
.healthCare-from-DD .card .healthcare-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.type-specialist-sec {
  background-color: #F2F3F9;
}
.type-specialist-sec h4 {
  color: #00529F;
}
.type-specialist-sec h4 span {
  color: #F16823;
}
.type-specialist-sec .specialist-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-specialist-sec .specialist-content h5 {
  color: #F16823;
  margin-bottom: 15px;
  font-weight: 500;
}

.why-choose-sec {
  background-color: #F2F3F9;
}
.why-choose-sec h3 {
  color: #00529F;
  font-weight: 600;
}
.why-choose-sec h3 span {
  color: #F16823;
}
.why-choose-sec .card1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #CACACA;
  border-radius: 10px;
  padding: 20px 40px;
  background-color: white;
}
.why-choose-sec .card1 h4 {
  color: #F16823;
  font-weight: 700;
}
.why-choose-sec .card1 h5 {
  color: #00529F;
  font-weight: 700;
}

.footer-sec {
  background-color: #196788;
  color: white;
}
.footer-sec h4 {
  margin-bottom: 25px;
}
.footer-sec ul {
  padding-left: 0px;
}
.footer-sec ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-sec ul li a {
  text-decoration: none;
  color: white;
}
.footer-sec .footer-but {
  border: 1px solid white;
  border-radius: 10px;
  padding: 10px 20px;
  background-color: #196788;
  color: white;
  margin: 15px 15px 15px 0px;
  box-shadow: rgba(255, 255, 255, 0.3) 0px 7px 29px 0px;
}
.footer-sec .footer-but i {
  padding-right: 6px;
}
.footer-sec .bord {
  border-bottom: 2px solid white;
}
.footer-sec .footer-image {
  height: 129px;
  width: 400px;
}

@media (min-width: 900px) and (max-width: 1200px) {
  .second-nav .nav-item .input-group .select-option {
    width: 280px;
    border-radius: 0px 5px 0px 5px;
  }
  .second-nav .nav-item .input-group .search-input {
    width: 200px;
  }
  .second-nav .nav-item .input-group .search-input:focus {
    outline: none;
  }
}
@media (max-width: 900px) {
  .second-nav {
    display: flex;
    align-items: start;
    justify-content: start;
  }
  .second-nav .nav-item .input-group .search-input {
    width: 200px;
    border-right: 1px solid #CACACA;
  }
  .second-nav .nav-item .input-group .search-input:focus {
    outline: none;
  }
  .home-banner-sec {
    background-image: url("/assets/images/home-mobile-banner.jpg");
    background-size: 100% 100%;
  }
  .healthCare-from-DD p {
    width: 100%;
  }
  .footer-sec .footer-image {
    height: 80px;
    width: 200px;
  }
}
.doctor-details-banner-section {
  background-color: #F2F3F9;
}
.doctor-details-banner-section a {
  text-decoration: none;
  color: #00529F;
  padding: 0px 8px;
}
.doctor-details-banner-section p {
  color: #00529F;
}

.doctor-details-tab-sec {
  margin-top: -50px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 16px;
  padding: 20px;
  background-color: white;
}
.doctor-details-tab-sec .tab-container .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
.doctor-details-tab-sec .tab-container .nav .nav-link {
  color: #00529F;
}
.doctor-details-tab-sec .tab-container .nav .active {
  border-bottom: 2px solid #C2272D;
}
.doctor-details-tab-sec .tab-container .our-content-section h4 {
  color: #C2272D;
}
.doctor-details-tab-sec .tab-container .our-content-section h6 {
  color: #00529F;
}
.doctor-details-tab-sec .tab-container .our-content-section .doctor-information-sec {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 16px;
  padding: 30px;
}
.doctor-details-tab-sec .tab-container .our-content-section .doctor-information-sec h5 {
  color: #C2272D;
}
.doctor-details-tab-sec .tab-container .our-content-section .doctor-information-sec .doctor-specialities {
  display: flex;
  flex-direction: row;
}
.doctor-details-tab-sec .tab-container .our-content-section .doctor-information-sec .doctor-specialities li {
  color: #00529F;
}
.doctor-details-tab-sec .tab-container .patient-reviews-sec {
  height: 400px;
  overflow: scroll;
}
.doctor-details-tab-sec .tab-container .patient-reviews-sec::-webkit-scrollbar {
  display: none;
}
.doctor-details-tab-sec .tab-container .patient-reviews-sec .google-reviews-sec {
  display: flex;
  flex-direction: row;
}
.doctor-details-tab-sec .tab-container .patient-reviews-sec .google-reviews-sec .review-stars i {
  color: #FF8106;
}
.doctor-details-tab-sec .tab-container .doctor-details-tab-services {
  display: flex;
  flex-wrap: wrap;
}

.tab-service-names {
  display: flex;
  flex-direction: row;
  margin: 10px;
}
.tab-service-names img {
  margin: 0 6px;
}

.doctor-practice-locations-sec .locations-of-doctor {
  display: flex;
  flex-direction: row;
}
.doctor-practice-locations-sec .locations-of-doctor h4 {
  margin-left: 10px;
  color: #C2272D;
}
.doctor-practice-locations-sec .doctor-working-hospital {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
  padding: 20px;
  margin-top: 16px;
}
.doctor-practice-locations-sec .doctor-working-hospital h5 {
  color: #C2272D;
}
.doctor-practice-locations-sec .doctor-working-hospital .hospital-address-sec {
  margin: 0 10px;
}
.doctor-practice-locations-sec .doctor-working-hospital .hospital-address-sec a {
  text-decoration: none;
  color: #00529F;
  font-size: 20px;
}
.doctor-practice-locations-sec .doctor-working-hospital .hospital-op-timings {
  margin: 0 10px;
}
.doctor-practice-locations-sec .doctor-working-hospital .hospital-op-timings p {
  color: #00529F;
}

.about-doctor-qualification-sec .list-specify {
  position: relative;
}
.about-doctor-qualification-sec .list-specify .qualify-list {
  position: absolute;
  top: 0;
  left: 2.4%;
  right: 0;
  bottom: 0;
  border-left: 3px dashed #FF8106;
  z-index: -2;
}
.about-doctor-qualification-sec h5 {
  color: #C2272D;
}
.about-doctor-qualification-sec .specializations-sec {
  width: 100%;
}
.about-doctor-qualification-sec .related-searches {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 20px;
  border-radius: 10px;
}
.about-doctor-qualification-sec .related-searches h5 {
  color: #00529F;
}
.about-doctor-qualification-sec .ask-a-question {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #00529F;
}
.about-doctor-qualification-sec .ask-a-question h5 {
  color: white;
}
.about-doctor-qualification-sec .ask-a-question .ask-now-btn {
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #F16823;
  border: none;
  color: white;
}

@media (max-width: 600px) {
  .doctor-details-banner-section a {
    font-size: 12px;
  }
  .faq img {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .list-specify {
    position: relative;
  }
  .list-specify .qualify-list {
    position: relative;
    border-left: 0px !important;
  }
}
.banner-section {
  background-color: #F2F3F9;
}
.banner-section a {
  text-decoration: none;
  color: #00529F;
  padding: 0px 8px;
}
.banner-section p {
  color: #00529F;
}

.top-content {
  margin-top: -50px;
  font-family: "poppins";
}
.top-content .container {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  background-color: white;
}
.top-content h6 {
  color: #FF8106;
  font-family: "poppins";
}
.top-content h4 {
  color: #00529F;
  font-family: "poppins";
}

.appointment-form {
  background-color: #F2F3F9;
  border-radius: 10px;
  font-family: "poppins";
}
.appointment-form h4 {
  color: #C2272D;
}
.appointment-form input,
.appointment-form select {
  border-radius: 5px;
  margin: 10px 0px;
  padding: 8px;
  border: 1px solid #00529F;
}
.appointment-form input::-moz-placeholder {
  color: #00529F;
  font-family: "poppins";
}
.appointment-form input::placeholder,
.appointment-form option {
  color: #00529F;
  font-family: "poppins";
}
.appointment-form .primary-but {
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-content {
  font-family: "poppins";
}
.bottom-content h5 {
  color: #FF8106;
}

.vascular-surgeon {
  background-color: #F2F3F9;
}
.vascular-surgeon h5,
.vascular-surgeon h6 {
  color: #C2272D;
  font-family: "poppins";
}

.doctor-info {
  background-color: white;
  border-radius: 10px;
  border: 1px solid rgb(226, 226, 226);
}

.accordion-block {
  border-radius: 10px;
  border: 1px solid rgb(226, 226, 226);
}
.accordion-block a {
  text-decoration: none;
  color: #FF8106;
  font-weight: 600;
}

.accordion-button {
  background-color: white;
  border: none;
  color: #FF8106;
  font-weight: 600;
}

.accordion-button {
  display: block;
}

.accordion-button.collapsed i {
  transform: rotate(-180deg);
  transition: 0.99s ease-in;
  transition-delay: 0.15s;
  color: #C2272D;
}

.accordion-button:not(.collapsed) i {
  transform: rotate(0deg);
  transition: 0.5s ease-in;
  transition-delay: 0.1s;
  color: #C2272D;
}

.accordion-button.collapsed::after {
  transform: rotate(-90deg);
  transition: 0.99s ease-in;
  transition-delay: 0.15s;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  transition: 0.5s ease-in;
  transition-delay: 0.1s;
}

.accordion-collapse {
  transition: 0.5s ease-in;
  transition-delay: 0.2s;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: white;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body-bottom {
  display: flex;
  justify-content: center;
  padding-left: 50px;
}
.accordion-body-bottom a {
  text-decoration: none;
  color: #00529F;
  padding: 8px 0px;
}
.accordion-body-bottom p {
  margin: 0px;
}

.inside-content {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}

.app-btn {
  display: flex;
  justify-content: center;
}

.accordion-body-top {
  display: flex;
  justify-content: center;
  margin: 4px 0px;
}

.top-inside {
  display: flex;
  align-items: center;
}

.top-hospitals {
  font-family: "poppins";
}
.top-hospitals h4 {
  color: #00529F;
  font-weight: 600;
}
.top-hospitals h4 span {
  color: #FF8106;
}
.top-hospitals .col-width {
  width: 300px;
}
.top-hospitals .col-width .hospital-card {
  height: 100%;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  padding: 4px;
  text-align: center;
}
.top-hospitals .col-width .hospital-card h6 {
  color: #FF8106;
}
.top-hospitals .col-width .hospital-card h6 {
  word-break: break-all;
}

.hover-card {
  display: none;
}

.hospital-card:hover .hover-card {
  display: block;
}

.hospital-card:hover .top-card {
  display: none;
}

.hover-card a {
  text-decoration: none;
  color: #FF8106;
}

.healthcare .container {
  border-bottom: 2px solid rgb(183, 183, 183);
}
.healthcare h4 {
  color: #00529F;
  font-weight: 600;
}
.healthcare span {
  color: #FF8106;
}
.healthcare button a {
  color: #00529F;
}
.healthcare button:hover a {
  color: white;
}

.healthcare-card {
  display: flex;
}

.top-articles span {
  color: #FF8106;
}
.top-articles img {
  margin-bottom: 8px;
}
.top-articles h4 {
  color: #00529F;
  font-weight: 600;
}
.top-articles p {
  color: #00529F;
}
.top-articles h5 {
  padding: 6px 0px;
}

@media (max-width: 600px) {
  .banner-section a {
    font-size: 12px;
  }
  .hospital-card {
    height: auto !important;
  }
  .doctor-info-top div {
    text-align: center;
  }
  .accordion-body-bottom {
    padding-left: 4px;
    justify-content: start;
  }
  .inside-content {
    padding-left: 4px;
  }
  .app-btn {
    justify-content: start;
    padding-left: 4px;
  }
  .healthcare-card {
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .healthcare-card {
    flex-direction: column;
  }
  .accordion-body-bottom {
    padding-left: 4px;
    justify-content: start;
  }
  .inside-content {
    padding-left: 4px;
  }
  .app-btn {
    justify-content: start;
    padding-left: 4px;
  }
}
@media (min-width: 900px) and (max-width: 990px) {
  .hospital-card {
    height: 360px !important;
  }
  .accordion-body-bottom {
    padding-left: 4px;
    justify-content: start;
  }
  .inside-content {
    padding-left: 4px;
  }
  .app-btn {
    justify-content: start;
    padding-left: 4px;
  }
}
.doctor-banner-section {
  background-color: #F2F3F9;
}
.doctor-banner-section h4 {
  color: #00529F;
}
.doctor-banner-section a {
  text-decoration: none;
  color: #00529F;
  padding: 0px 8px;
}
.doctor-banner-section p {
  color: #00529F;
}

.find-a-doctor {
  margin-top: -50px;
}
.find-a-doctor .container {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  background-color: white;
}
.find-a-doctor h5 {
  text-align: center;
  color: #C2272D;
}
.find-a-doctor select,
.find-a-doctor input {
  border-radius: 5px;
  margin: 10px 0px;
  padding: 8px;
  border: 1px solid #00529F;
  width: 80%;
  padding: 8px;
}
.find-a-doctor .input-search {
  position: relative;
}
.find-a-doctor .input-search input::-moz-placeholder {
  color: #00529F;
}
.find-a-doctor .input-search input::placeholder {
  color: #00529F;
}
.find-a-doctor .input-search i {
  position: absolute;
  right: 15%;
  bottom: 35%;
  color: #00529F;
}

.listing {
  padding: 10px;
}
.listing h5,
.listing h6 {
  color: #C2272D;
  font-family: "poppins";
}
.listing .doctor-info {
  background-color: white;
  border-radius: 10px;
  border: 1px solid rgb(226, 226, 226);
}
.listing .accordion-block {
  border-radius: 10px;
  border: 1px solid rgb(226, 226, 226);
}
.listing .accordion-block a {
  text-decoration: none;
  color: #FF8106;
  font-weight: 600;
}
.listing .accordion-button {
  background-color: white;
  border: none;
  color: #FF8106;
  font-weight: 600;
}
.listing .accordion-button {
  display: block;
}
.listing .accordion-button.collapsed i {
  transform: rotate(-180deg);
  transition: 0.99s ease-in;
  transition-delay: 0.15s;
  color: #C2272D;
}
.listing .accordion-button:not(.collapsed) i {
  transform: rotate(0deg);
  transition: 0.5s ease-in;
  transition-delay: 0.1s;
  color: #C2272D;
}
.listing .accordion-button.collapsed::after {
  transform: rotate(-90deg);
  transition: 0.99s ease-in;
  transition-delay: 0.15s;
}
.listing .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  transition: 0.5s ease-in;
  transition-delay: 0.1s;
}
.listing .accordion-collapse {
  transition: 0.5s ease-in;
  transition-delay: 0.2s;
}
.listing .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: white;
}
.listing .accordion-button:focus {
  box-shadow: none;
}
.listing .accordion-body-bottom {
  display: flex;
  justify-content: center;
  padding-left: 50px;
}
.listing .accordion-body-bottom a {
  text-decoration: none;
  color: #00529F;
  padding: 8px 0px;
}
.listing .accordion-body-bottom p {
  margin: 0px;
}
.listing .inside-content {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}
.listing .app-btn {
  display: flex;
  justify-content: center;
}
.listing .accordion-body-top {
  display: flex;
  justify-content: center;
  margin: 4px 0px;
}
.listing .top-inside {
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .doctor-banner-section a {
    font-size: 12px;
  }
  .doctor-info {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .listing .doctor-info-top div {
    text-align: center;
  }
  .listing .accordion-body-bottom {
    padding-left: 4px;
    justify-content: start;
  }
  .listing .inside-content {
    padding-left: 4px;
  }
  .listing .app-btn {
    justify-content: start;
    padding-left: 4px;
  }
  .find-a-doctor input,
  .find-a-doctor select {
    width: 100%;
  }
  .input-search {
    position: relative;
  }
  .input-search input::-moz-placeholder {
    width: 94%;
  }
  .input-search input::placeholder {
    width: 94%;
  }
  .input-search i {
    position: absolute;
    left: 90%;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .listing .accordion-body-bottom {
    padding-left: 4px;
    justify-content: start;
  }
  .listing .inside-content {
    padding-left: 4px;
  }
  .listing .app-btn {
    justify-content: start;
    padding-left: 4px;
  }
}
@media (min-width: 900px) and (max-width: 990px) {
  .listing .accordion-body-bottom {
    padding-left: 4px;
    justify-content: start;
  }
  .listing .inside-content {
    padding-left: 4px;
  }
  .listing .app-btn {
    justify-content: start;
    padding-left: 4px;
  }
}
.hospital-banner-section {
  background-color: #F2F3F9;
}
.hospital-banner-section h4 {
  color: #00529F;
}
.hospital-banner-section a {
  text-decoration: none;
  color: #00529F;
  padding: 0px 8px;
}
.hospital-banner-section p {
  color: #00529F;
}

.find-a-hospital {
  margin-top: -50px;
}
.find-a-hospital .container {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  background-color: white;
}
.find-a-hospital h5 {
  text-align: center;
  color: #C2272D;
}
.find-a-hospital select,
.find-a-hospital input {
  border-radius: 5px;
  margin: 10px 0px;
  padding: 8px;
  border: 1px solid #00529F;
  width: 80%;
  padding: 8px;
}
.find-a-hospital select::-moz-placeholder {
  color: #00529F;
}
.find-a-hospital select::placeholder {
  color: #00529F;
}
.find-a-hospital .input-search {
  position: relative;
}
.find-a-hospital .input-search input::-moz-placeholder {
  color: #00529F;
}
.find-a-hospital .input-search input::placeholder {
  color: #00529F;
}
.find-a-hospital .input-search i {
  position: absolute;
  right: 15%;
  bottom: 35%;
  color: #00529F;
}

.hospital-list h5 {
  color: #C2272D;
}
.hospital-list .col-width {
  width: 300px;
}
.hospital-list .col-width .hospital-card {
  height: 100%;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  padding: 4px;
  text-align: center;
}
.hospital-list .col-width .hospital-card h6 {
  color: #FF8106;
}
.hospital-list .col-width .hospital-card h6 {
  word-break: break-all;
}

.hover-card {
  display: none;
}

.hospital-card:hover .hover-card {
  display: block;
}

.hospital-card:hover .top-card {
  display: none;
}

.hover-card a {
  text-decoration: none;
  color: #FF8106;
}

@media (max-width: 600px) {
  .hospital-list .hospital-card {
    height: auto !important;
  }
  .find-a-hospital input,
  .find-a-hospital select {
    width: 100%;
  }
  .find-a-hospital .input-search {
    position: relative;
  }
  .find-a-hospital .input-search input::-moz-placeholder {
    width: 94%;
  }
  .find-a-hospital .input-search input::placeholder {
    width: 94%;
  }
  .find-a-hospital .input-search i {
    position: absolute;
    left: 90%;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .hospital-list .hospital-card {
    height: 450px !important;
  }
}
@media (min-width: 900px) and (max-width: 990px) {
  .hospital-list .hospital-card {
    height: 360px !important;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .hospital-list .hospital-card {
    height: 400px !important;
  }
}
.about-banner-section {
  background-color: #F2F3F9;
}
.about-banner-section h4 {
  color: #FF8106;
  font-weight: 600;
}
.about-banner-section a {
  text-decoration: none;
  color: #00529F;
  padding: 0px 8px;
}
.about-banner-section p {
  color: #00529F;
}

.about-us {
  margin-top: -50px;
}
.about-us .container {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  background-color: white;
  padding: 50px;
}
.about-us h5 {
  text-align: center;
  color: #00529F;
  font-weight: 600;
}
.about-us p {
  margin: 0px auto;
  width: 80%;
  justify-content: center;
}

.about-content h5 {
  color: #FF8106;
  font-weight: 600;
}

@media (max-width: 600px) {
  .about-us .container {
    padding: 20px;
  }
  .about-us p {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .about-us .container {
    padding: 30px;
  }
}
.contact-banner-section {
  background-color: #F2F3F9;
}
.contact-banner-section h4 {
  color: #F16823;
}
.contact-banner-section a {
  text-decoration: none;
  color: #00529F;
  padding: 0px 8px;
}
.contact-banner-section p {
  color: #00529F;
}

.contact-second-sec .card {
  text-align: center;
  padding: 40px 40px 20px 40px;
}
.contact-second-sec .card .image {
  width: 60px;
  margin: auto;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 25px;
}
.contact-second-sec .card h4 {
  color: #FF8106;
  margin-bottom: 20px;
}
.contact-second-sec .card p {
  line-height: 2;
}

.How-can-help h4 {
  text-align: center;
  color: #F16823;
  font-weight: 500;
}
.How-can-help input:focus {
  outline: none;
}
.How-can-help .form-input {
  width: 95%;
  border: 0;
  border-bottom: 1px solid #196788;
  border-radius: 10px;
  padding: 10px 30px 10px 30px;
  margin-bottom: 25px;
}
.How-can-help .form-input::-moz-placeholder {
  color: #00529F;
}
.How-can-help .form-input::placeholder {
  color: #00529F;
}
.How-can-help .form-input:last-child {
  width: 100%;
}
.How-can-help select {
  color: #00529F;
}
.How-can-help select:focus {
  outline: none;
}
.How-can-help option {
  color: #00529F;
}
.How-can-help option:focus {
  outline: none;
  border: none;
}
.How-can-help .primary-but {
  padding: 8px 50px;
}

.export-head {
  color: #F16823 !important;
}

.expert-surgical-solutions-sec .surgeries-categories-sec button {
  border: 1px solid #00529F;
  margin: 10px 0px;
  border-radius: 25px;
  padding: 8px 40px;
  background-color: transparent;
}
.expert-surgical-solutions-sec .surgeries-categories-sec input {
  border-radius: 25px;
  margin: 10px 0px;
  padding: 8px;
  border: 1px solid #00529F;
  width: 80%;
  padding: 8px 40px;
}
.expert-surgical-solutions-sec .surgeries-categories-sec .input-search {
  position: relative;
}
.expert-surgical-solutions-sec .surgeries-categories-sec .input-search input::-moz-placeholder {
  color: #00529F;
}
.expert-surgical-solutions-sec .surgeries-categories-sec .input-search input::placeholder {
  color: #00529F;
}
.expert-surgical-solutions-sec .surgeries-categories-sec .input-search i {
  position: absolute;
  right: 15%;
  bottom: 35%;
  color: #00529F;
}
.expert-surgical-solutions-sec .service-surgiries-list .image {
  height: 80px;
  width: 80px;
  margin: auto;
}
.expert-surgical-solutions-sec .service-surgiries-list h6 {
  text-align: center;
  color: #00529F;
  margin-top: 8px;
}

.blogs-banner-section {
  background-color: #F2F3F9;
}
.blogs-banner-section h4 {
  color: #FF8106;
  font-weight: 600;
}
.blogs-banner-section a {
  text-decoration: none;
  color: #00529F;
  padding: 0px 8px;
}
.blogs-banner-section p {
  color: #00529F;
}

.related-blogs {
  margin-top: -50px;
}
.related-blogs .container {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  background-color: white;
  padding: 50px;
}
.related-blogs h5 {
  text-align: center;
  color: #00529F;
  font-weight: 600;
}

.blogs-block-inside {
  display: none;
}

.blogs-block-inside_active {
  display: block;
}

.blogs-button button {
  border: 1px solid #00529F;
  outline: none;
  background-color: white;
  border-radius: 18px;
  color: #00529F;
  padding: 4px 20px;
  font-size: 18px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.blogs_button_active button {
  border: none;
  background-color: #FF8106;
  color: white;
}

.blogs-img-content {
  position: relative;
}
.blogs-img-content p {
  position: absolute;
  bottom: 0;
  background-color: #000;
  color: white;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 18px;
  left: 33%;
  right: 33%;
  text-align: center;
}

.blogs-top {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.blogs-block-inside {
  margin-top: -100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.icon-left {
  position: absolute;
  top: 0%;
  left: 0%;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #FF8106;
  color: #FF8106;
  padding: 10px;
  background-color: white;
}

.icon-right {
  position: absolute;
  top: 0%;
  right: 0%;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #FF8106;
  color: #FF8106;
  padding: 10px;
  background-color: white;
}

.topics-block-inside {
  display: none;
}

.topics-block-inside_active {
  display: block;
}

.health-topics h4 {
  color: #FF8106;
  font-weight: 600;
}

.topics-button {
  border: 1px solid #00529F;
  outline: none;
  background-color: white;
  border-radius: 18px;
  color: #00529F;
  padding: 4px 20px;
  font-size: 18px;
  margin: 6px;
}

.topics_button_active {
  border: 1px solid #F16823;
  color: #F16823;
}

.blog-block {
  border: 1px solid rgb(236, 236, 236);
  padding: 3px;
  border-radius: 8px;
}

.blog-block-content h5 {
  color: #FF8106;
  font-weight: 600;
}
.blog-block-content p {
  margin: 0;
}

@media (max-width: 600px) {
  .blogs-img-content p {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 10px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .blogs-img-content p {
    position: absolute;
    left: 10%;
    right: 10%;
    margin-top: 10px;
  }
}
@media (min-width: 900px) and (max-width: 1536px) {
  .blogs-img-content p {
    position: absolute;
    left: 20%;
    right: 20%;
    margin-top: 10px;
  }
}/*# sourceMappingURL=main.css.map */