@charset "UTF-8";
.about-page .about-section .about-left-content.left-shape::after {
  background-color: #ffffff;
}
.about-page .about-section .services-carousel {
  z-index: 1;
}
.about-page .our-doctors-section .our-doctors-block {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .about-page .our-doctors-section .our-doctors-block {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .about-page .our-doctors-section .our-doctors-block {
    margin-bottom: 60px;
  }
}
.about-page .our-doctors-section .our-doctors-block .card-image {
  width: 160px;
  height: 160px;
  margin: -90px auto 0;
  overflow: hidden;
  border: 1px solid #b8c4ca;
}
@media (max-width: 575px) {
  .about-page .our-doctors-section .our-doctors-block .card-image {
    width: 120px;
    height: 120px;
    margin: -80px auto 0;
  }
}
.about-page .our-doctors-section .our-doctors-block .card-image img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .about-page .our-doctors-section .our-doctors-block .card-image img {
    height: 120px;
  }
}
.about-page .our-doctors-section .our-doctors-block .designation-label {
  color: #464F57;
  font-weight: 500;
}

.book-appointment-page .book-appointment-form {
  padding: 25px;
}
@media (min-width: 992px) {
  .book-appointment-page .book-appointment-form {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .book-appointment-page .book-appointment-form {
    padding: 40px;
  }
}
.book-appointment-page .book-appointment-form .slots-box {
  padding: 15px 16px;
  border: 1px solid #babdc0;
  border-radius: 10px;
  margin-bottom: 60px;
  max-height: 350px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .book-appointment-page .book-appointment-form .slots-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .book-appointment-page .book-appointment-form .slots-box {
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.book-appointment-page .book-appointment-form .slots-box .slots-item {
  margin: 7px;
  min-width: calc(20% - 15px);
}
@media (max-width: 991px) {
  .book-appointment-page .book-appointment-form .slots-box .slots-item {
    margin: 5px;
    min-width: calc(20% - 10px);
    font-size: 14px;
  }
}

.contact-page .contact-section .main-box {
  padding: 25px;
}
@media (min-width: 992px) {
  .contact-page .contact-section .main-box {
    padding: 60px;
    margin-left: 200px;
  }
}
@media (min-width: 768px) {
  .contact-page .contact-section .main-box {
    padding: 40px;
    margin-left: 140px;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-section .contect-information {
    margin-left: -260px;
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  .contact-page .contact-section .contect-information {
    margin-left: -180px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-section .contect-information {
    border-radius: 0px 0px 100px 0px;
  }
}
.contact-page .contact-section .contact-form__input-block {
  margin-bottom: 20px;
}
.contact-page .information-section .contact-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #F3F5F8;
}
.contact-page .g-recaptcha > div {
  width: 100% !important;
}

.our-faqs-page .our-faqs-section {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .our-faqs-page .our-faqs-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .our-faqs-page .our-faqs-section {
    padding-top: 100px;
    margin-bottom: -30px;
  }
}
.our-faqs-page .accordion-item {
  background-color: #F3F5F8;
  border-radius: 15px;
  border: 0px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.our-faqs-page .accordion-item .accordion-button {
  background-color: #F3F5F8;
  border: 0px;
  font-size: 18px;
  border-radius: 15px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  color: black;
}

@media only screen and (max-width: 991px) {
  .menu-links .nav > li:hover > a,
.menu-links .nav > li.active > a {
    color: #f17732 !important;
  }
}

footer .ft-contact .contact-bx .contact-number .number {
  white-space: nowrap;
}

@media only screen and (max-width: 575px) {
  .header .secondary-menu {
    height: unset;
  }
}
@media only screen and (max-width: 991px) {
  .header .secondary-menu {
    margin-top: 10px !important;
  }
}

@media (min-width: 1080px) and (max-width: 1340px) {
  .menu-links .nav > li > a {
    padding: 45px 12px !important;
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1140px) {
  .menu-links .nav > li > a {
    padding: 45px 7px !important;
    font-size: 13px;
  }
}

@media (max-width: 1179px) {
  .dashboard-button {
    padding: 15px !important;
  }
}
@media (max-width: 1140px) {
  .dashboard-button {
    padding: 15px 8px !important;
  }
}

@media (max-width: 1179px) {
  .appointment-header-btn {
    padding: 15px 30px 15px 15px !important;
  }
}
@media (max-width: 1140px) {
  .appointment-header-btn {
    padding: 15px 30px 15px 6px !important;
  }
}

.menu-links .nav > li:hover a i {
  transform: unset;
}

@media only screen and (max-width: 991px) {
  .menu-links .nav > li .mega-menu li a {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .menu-links .nav li .sub-menu li a {
    width: 100%;
  }
}

.mobile-logo {
  width: 60px !important;
  height: auto !important;
}

@media (max-width: 1230px) and (min-width: 992px) {
  .menu-logo img {
    width: 60px !important;
  }
}
@media (max-width: 575px) {
  .menu-logo img {
    width: 60px !important;
  }
}

@media (max-width: 375px) {
  .appointment-container {
    display: flex !important;
    flex-direction: column;
  }
}

@media (max-width: 375px) {
  .appointment-available,
.appointment-booked {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .appointment-available div {
    margin-left: 0 !important;
  }
}

@media (max-width: 360px) {
  .medical-heading {
    font-size: 32px !important;
  }
}

@media (max-width: 340px) {
  .breadcrumb-row {
    padding: 10px 14px !important;
  }
}

@media (max-width: 1199px) {
  .blog-area .pt-img2 {
    bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .blog-area .pt-img2 {
    bottom: -20px !important;
  }
}

.feature-bx2 .feature-box-xl img {
  width: 60px;
  height: 60px;
}

.phone-number .hide {
  display: none;
}
.phone-number #error-msg {
  color: #f72b50;
}
.phone-number #valid-msg {
  color: #209f84;
}

.iti {
  width: 100%;
}

@media (max-width: 575px) {
  .main-banner {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .pt-img1.animate-wave {
    top: 70px;
  }
}

.appointment-calendar {
  color: #444 !important;
}

.swiper-pagination .swiper-pagination-bullet {
  display: none !important;
}

@media (max-width: 380px) {
  .appointment-thumb {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .rs-nav .menu-links {
    background-color: #333f6c;
  }
}

@media (max-width: 340px) {
  .menu-links .nav {
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 290px) {
  .appointment-button .btn {
    font-size: 13px;
  }
}

.swiper-slide {
  height: auto;
}
.swiper-slide .feature-container {
  height: 93%;
}

.front-slot-data .time-slot.bookedSlot,
.front-slot-data .time-slot-multi.bookedSlot {
  background: #f62947 !important;
}
.front-slot-data .time-slot.bookedSlot:hover,
.front-slot-data .time-slot-multi.bookedSlot:hover {
  background: #ec0927 !important;
}
.front-slot-data .time-slot.activeSlot,
.front-slot-data .time-slot-multi.activeSlot {
  background: #5d5dc2 !important;
}
.front-slot-data .time-slot:hover,
.front-slot-data .time-slot-multi:hover {
  background: #5d5dc2 !important;
}

@media (max-width: 300px) {
  .contact-bx {
    flex-direction: column;
  }
}
@media (max-width: 300px) {
  .contact-bx .contact-number {
    text-align: center;
  }
}
@media (max-width: 300px) {
  .contact-bx .contact-number span {
    margin-top: 10px;
  }
}

@media (max-width: 365px) {
  .team-member .doctor-appointment-btn,
.team-member .about-appointment-btn {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.team-member .team-media img {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.datepicker table tr td.active.active {
  background-image: linear-gradient(to bottom, #565acf, #565acf);
}
.datepicker table tr td.active.active:hover {
  background-image: linear-gradient(to bottom, #494db0, #494db0);
}

.booking-button {
  padding: 20px 30px;
}
@media (max-width: 280px) {
  .booking-button {
    padding: 20px 10px;
  }
}

.booking-home-button {
  padding: 20px 20px;
}

.btn-icon-bx {
  min-width: 40px;
  width: auto;
}

@media (max-width: 575px) and (min-width: 430px) {
  .team-member .team-media::before {
    background-size: 57%;
  }
}
@media (max-width: 575px) and (min-width: 430px) {
  .team-member .team-media::after {
    background-size: 80%;
  }
}

.table-condensed tbody tr .today {
  background-color: #e8e8e8 !important;
  background-image: linear-gradient(to bottom, #e8e8e8, #e8e8e8) !important;
}
.table-condensed tbody tr .today:hover {
  background-color: #dedede !important;
  background-image: linear-gradient(to bottom, #dedede, #dedede) !important;
}
.table-condensed tbody tr .today.active {
  background-image: linear-gradient(to bottom, #565acf, #565acf) !important;
}
.table-condensed tbody tr .today.active:hover {
  background-image: linear-gradient(to bottom, #494db0, #494db0) !important;
}

.w-20px {
  width: 20px;
}

.datepicker-days .table-condensed td {
  text-align: center;
}

.datepicker table tr td {
  width: 40px !important;
  height: 40px !important;
}

.datepicker table tr th {
  height: 32px;
}

.testimonial-image {
  max-height: 50px !important;
  max-width: 120px !important;
}

.image-circle > img {
  border-radius: 50%;
}

.front-app-logo {
  max-height: 50px;
  max-width: 150px;
}

@media (max-width: 1000px) {
  .front-app-logo {
    max-width: 120px;
  }
}

@media (max-width: 375px) {
  .g-recaptcha {
    transform: scale(0.85) !important;
    -webkit-transform: scale(0.8) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
  }
}

.image.image-mini img {
  width: 50px !important;
  height: 50px !important;
}

.image > img {
  width: 100% !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.qrcodeimg {
  width: 110px !important;
  height: 110px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.qrcode-option-ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.qrcode-option-li {
  margin: 0px 20px 0px 0px !important;
}
@media (max-width: 375px) {
  .qrcode-option-li {
    margin: 0px 5px 0px 0px !important;
  }
}

.qrcode-option {
  color: #747B81 !important;
  font-weight: 500;
  border: 2px solid black !important;
  padding: 13px 25px !important;
  border-radius: 50px !important;
  border: 1px solid transparent !important;
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to right, #fe8065, #f74d6c) border-box !important;
  color: #f74d6c !important;
  transition: all 0.3s ease-in-out !important;
}
@media (max-width: 320px) {
  .qrcode-option {
    padding: 10px 15px !important;
  }
}

.qrcode-option.active {
  color: #FE8065 !important;
  font-weight: 500;
  background: linear-gradient(117.85deg, #fe8065 0%, #f74d6c 100%) !important;
  border-color: transparent;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out !important;
}

.qr-patient-appointment-name {
  margin-top: 6px;
}
@media (max-width: 425px) {
  .qr-patient-appointment-name {
    margin-top: 0px;
  }
}

.qr-card {
  box-shadow: 0px 5px 15px #d7dee8 !important;
  border-radius: 0px 0px 50px 0px !important;
}

.appintment-time {
  width: 160px !important;
  padding: 10px 15px;
}
@media (max-width: 375px) {
  .appintment-time {
    width: 140px !important;
    padding: 5px 7px;
  }
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: none;
  border-width: 0;
}

.patient-email:hover,
.patient-contact:hover {
  color: #F74D6B !important;
}

.patient-email,
.patient-contact {
  color: #6C757D !important;
}

.nav-tabs {
  border-bottom: none;
}

.header-qr-appontment > th {
  font-size: 17px;
}
@media (max-width: 375px) {
  .header-qr-appontment > th {
    font-size: 15px;
  }
}

.table > :not(:first-child) {
  border-top: 0px solid #c8c8c8 !important;
}

.badge {
  font-weight: 400;
}

.book-badge {
  background-color: #6572ffd9 !important;
  width: 140px;
  height: 28px;
}

.book-checkin {
  background-color: #09c074d4 !important;
  width: 140px;
  height: 28px;
}

.book-checkout {
  background-color: #ffb921d0 !important;
  width: 140px;
  height: 28px;
}

.book-cancel {
  background-color: #f62948df !important;
  width: 140px;
  height: 28px;
}

.data-qr-code {
  vertical-align: middle;
}

.qr-appointment-name {
  font-size: 15px;
}

.qr-code-name {
  font-size: 15px;
}
@media (max-width: 375px) {
  .qr-code-name {
    width: 250px;
  }
}

.qr-patient-detal-show {
  color: red;
}

.qr-doctor-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page .how-work-section {
  background-color: #F3F5F8;
}
.home-page .how-work-section .card .card-number {
  background: linear-gradient(#FE8065, #F74D6C);
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  font-size: 100px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 85px;
}
.home-page .appointmnet-section__inner-block {
  padding: 25px;
}
@media (min-width: 768px) {
  .home-page .appointmnet-section__inner-block {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .home-page .appointmnet-section__inner-block {
    padding: 0 60px 0 0;
  }
}
.home-page .appointmnet-section h2 {
  font-size: 30px;
}
@media (min-width: 992px) {
  .home-page .appointmnet-section .contact-form {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.home-page .appointmnet-section .contact-form__input-block {
  margin-bottom: 20px;
}
.home-page .services-section .services-block {
  padding: 40px;
}
@media (max-width: 575px) {
  .home-page .services-section .services-block {
    padding: 25px;
  }
}
.home-page .services-section .services-block .services-innner-block {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .home-page .services-section .services-block .services-innner-block {
    border-right: 1px solid #BABDC0;
  }
}
@media (max-width: 767px) {
  .home-page .services-section .services-block .services-innner-block {
    padding: 0 12px;
  }
}
.home-page .services-section .services-block .services-innner-block:last-child {
  border-right: 0;
}
.home-page .services-section .services-block .services-innner-block .icon-box {
  width: 90px;
  height: 90px;
  background: #F3F5F8;
  border-radius: 10px;
  margin-bottom: 30px;
}
.home-page .services-section .after-rectangle-shape::after {
  height: 240px;
}
@media (max-width: 767px) {
  .home-page .services-section .after-rectangle-shape::after {
    content: none;
  }
}
.home-page .services-section .services-carousel {
  width: calc(100% - 10px);
  margin: auto;
}
@media (min-width: 768px) {
  .home-page .services-section .right-shape {
    padding-left: 80px;
  }
}
.home-page .services-section .slick-list {
  background-color: #ffffff;
  box-shadow: 0px 5px 15px #d7dee8;
  border-radius: 20px;
}
.home-page .services-section .slick-prev,
.home-page .services-section .slick-next {
  background: linear-gradient(117.85deg, #FE8065 0%, #F74D6C 100%);
  border-color: transparent;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 5px 15px #D7DEE8;
  z-index: 1;
}
@media (max-width: 575px) {
  .home-page .services-section .slick-prev,
.home-page .services-section .slick-next {
    width: 40px;
    height: 40px;
  }
}
.home-page .services-section .slick-prev::before,
.home-page .services-section .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  color: #ffffff;
  opacity: 1;
  font-size: 30px;
}
@media (max-width: 575px) {
  .home-page .services-section .slick-prev::before,
.home-page .services-section .slick-next::before {
    font-size: 20px;
  }
}
.home-page .services-section .slick-prev {
  left: -30px;
}
@media (max-width: 575px) {
  .home-page .services-section .slick-prev {
    left: -22px;
  }
}
.home-page .services-section .slick-prev::before {
  content: "";
}
.home-page .services-section .slick-next {
  right: -30px;
}
@media (max-width: 575px) {
  .home-page .services-section .slick-next {
    right: -22px;
  }
}
.home-page .services-section .slick-next::before {
  content: "";
}
.home-page .form-control-transparent {
  background-color: transparent !important;
}
.home-page .form-control-service-transparent {
  background-color: transparent !important;
  color: #ffffff !important;
}
.home-page .form-control-service-transparent option {
  color: #000000 !important;
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins";
}
body ul {
  padding-left: 0;
  list-style: none;
}
body a:hover {
  color: #464f57;
}
body .top-heading {
  letter-spacing: 0.2em;
  font-weight: 700;
}
body .paragraph {
  font-weight: 300;
  color: #464f57;
  line-height: 25.6px;
}
body header {
  padding-bottom: 20px;
}
@media (max-width: 1260px) {
  body header .navbar .navbar-collapse {
    display: none !important;
    flex-basis: 100%;
  }
  body header .navbar .navbar-collapse.show {
    display: block !important;
    width: 100%;
  }
  body header .navbar .navbar-toggler {
    display: block !important;
  }
}
@media (min-width: 1261px) {
  body header .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body header .navbar .navbar-toggler {
    display: none !important;
  }
}
@media (min-width: 1261px) {
  body header .navbar-expand-xl .navbar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  body header .navbar-expand-xl .navbar .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1260px) {
  body header .navbar-expand-xl .navbar .navbar-collapse {
    display: none !important;
  }
  body header .navbar-expand-xl .navbar .navbar-collapse.show {
    display: block !important;
  }
  body header .navbar-expand-xl .navbar .navbar-toggler {
    display: block;
  }
}
@media (max-width: 1260px) {
  body header .navbar {
    position: static;
  }
}
@media (max-width: 1260px) {
  body header .navbar .navbar-nav {
    display: block;
  }
}
body header .navbar .navbar-nav .nav-item .nav-link {
  color: #747b81;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1399px) and (min-width: 992px) {
  body header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  body header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
body header .navbar .navbar-nav .nav-item .nav-link.active {
  background: #EA6B2D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #EA6B2D;
}
@media (max-width: 1260px) {
  body header .navbar .navbar-toggler {
    box-shadow: none;
  }
}
@media (max-width: 1260px) {
  body header .navbar .navbar-collapse {
    position: absolute;
    width: calc(100% - 24px);
    top: calc(100% - 10px);
    background: #fff;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 696px;
    border-radius: 0.625rem;
    box-shadow: 0px 0px 20px rgba(173, 181, 189, 0.38);
  }
}
@media (max-width: 767px) {
  body header .navbar .navbar-collapse {
    max-width: 516px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  body header .navbar .header-btn-grp .btn {
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1260px) {
  body header .navbar .header-btn-grp {
    padding: 20px 20px 6px;
  }
}
body footer {
  padding-top: 60px;
}
@media (max-width: 1260px) {
  body footer {
    padding-top: 50px;
  }
}
body footer .footer-info__footer-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-right: 20px;
}
body .about-section .about-left-content {
  padding-right: 144px;
}
@media (max-width: 1399px) {
  body .about-section .about-left-content {
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  body .about-section .about-left-content {
    padding-right: 12px;
  }
  body .about-section .about-left-content::after {
    content: none;
  }
}
body .about-section .about-left-content .about-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1399px) {
  body .about-section .about-left-content .about-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  body .about-section .about-left-content .about-block {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
body .about-section .about-left-content .about-block .about-image-box {
  border: 4px solid #ffffff;
  filter: drop-shadow(0px 5px 15px #d7dee8);
}
@media (min-width: 1400px) {
  body .about-section .about-left-content .about-block .about-image-box {
    margin-right: 10px;
  }
}
body .about-section .about-left-content .about-block .about-image-box img {
  width: 100%;
  height: 200px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1440px) {
  body .about-section .about-left-content .about-block .about-image-box img {
    width: 100%;
    height: 200px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media (max-width: 768px) {
  body .about-section .about-left-content .about-block .about-image-box img {
    width: 100%;
    height: 200px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media (max-width: 425px) {
  body .about-section .about-left-content .about-block .about-image-box img {
    width: 100%;
    height: 250px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center;
       object-position: center;
  }
}
body .about-section .about-left-content .about-block .about-content-box {
  filter: drop-shadow(0px 5px 15px #d7dee8);
}
@media (min-width: 1400px) {
  body .about-section .about-left-content .about-block .about-content-box {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  body .about-section .about-left-content .about-block .about-content-box {
    height: 220px !important;
  }
}
body .about-section .about-left-content .about-block .about-content-box .number-big {
  font-size: 72px;
  font-weight: 700;
  line-height: 60px;
}
body .about-section .about-left-content .about-block .about-content-box p {
  font-weight: 600;
}
body .about-section ul {
  list-style: none;
}
body .about-section ul li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
}
body .about-section ul li::before {
  content: "•";
  color: #f74d6c;
  font-weight: bold;
  display: inline-block;
  width: 20px;
}
body .about-section ul li:first-child {
  padding-left: 0;
}
body .about-section ul li:first-child::before {
  content: none;
}
@media (max-width: 480px) {
  body .services-counter-section .services-counter-block {
    width: 100%;
  }
}
@media (min-width: 481px) {
  body .services-counter-section .services-counter-block .pipe {
    border-right: 1px solid #babdc0;
  }
}
body .services-counter-section .services-counter-block:last-child .pipe {
  border-right: 0;
}
@media (max-width: 1199px) {
  body .services-counter-section .services-counter-block:nth-child(2) .pipe {
    border-right: 0;
  }
}
body .testimonial-section__testimonial-card {
  padding: 40px 60px;
}
@media (max-width: 1260px) {
  body .testimonial-section__testimonial-card {
    padding: 40px 25px 30px;
  }
}
body .testimonial-section__testimonial-card .profile-name {
  font-size: 20px;
}
body .testimonial-section__testimonial-card .profile-info {
  color: #464f57;
}
body .testimonial-section .testimonial-block {
  max-width: 840px;
  margin: 0 auto 80px;
}
@media (max-width: 1199px) {
  body .testimonial-section .testimonial-block {
    max-width: 700px;
    margin: 0 auto 60px;
  }
}
body .testimonial-section .slick-list {
  border-radius: 20px;
  background: #ffff;
  box-shadow: 0px 5px 15px #d7dee8;
}
body .testimonial-section .slick-arrow::before {
  color: #18232d;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 28px;
}
body .testimonial-section .slick-prev {
  left: -140px;
}
@media (max-width: 1199px) {
  body .testimonial-section .slick-prev {
    left: -110px;
  }
}
body .testimonial-section .slick-prev::before {
  content: "";
}
body .testimonial-section .slick-next {
  right: -140px;
}
@media (max-width: 1199px) {
  body .testimonial-section .slick-next {
    right: -110px;
  }
}
body .testimonial-section .slick-next::before {
  content: "";
}
body .testimonial-section .quotation-mark {
  position: absolute;
  top: 40px;
  left: -60px;
  z-index: 1;
}
@media (max-width: 1260px) {
  body .testimonial-section .quotation-mark {
    top: -30px;
    left: 30px;
  }
}
body .testimonial-section .slick-dots {
  bottom: -80px;
}
@media (max-width: 1199px) {
  body .testimonial-section .slick-dots {
    bottom: -60px;
  }
}
body .testimonial-section .slick-dots li {
  width: auto;
  height: auto;
}
body .testimonial-section .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #babdc0;
}
body .testimonial-section .slick-dots li button::before {
  font-size: 0;
  width: auto;
  height: auto;
  right: 0;
  margin: auto;
}
body .testimonial-section .slick-dots li.slick-active button {
  width: 16px;
  height: 8px;
  background: linear-gradient(117.85deg, #fe8065 0%, #f74d6c 100%);
  border-radius: 8px;
}
body #frontDoctorId option {
  color: black !important;
}
body .offer-card .offer-bottom-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
body .offer-card .offer-bottom-section .first-row {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  justify-content: space-between;
}
body .hero-section .main-slider-container {
  padding-right: 0;
}
@media (max-width: 768px) {
  body .hero-section .main-slider-container {
    padding-right: 0 !important;
  }
}
body .hero-section .banner-slider .slick-next {
  right: 20px !important;
  z-index: 2 !important;
}
body .hero-section .banner-slider .slick-prev {
  left: 20px !important;
  z-index: 2 !important;
}
body .hero-section .banner-slider .slick-prev,
body .hero-section .banner-slider .slick-next {
  font-size: 25px !important;
  color: black !important;
}
body .hero-section .banner-slider .slick-prev:before,
body .hero-section .banner-slider .slick-next:before {
  display: none !important;
}
body .hero-section .banner-slider .slick-dots {
  bottom: 10px !important;
}
body .hero-section .banner-slider .slick-dots li {
  margin: 0 !important;
}
body .hero-section .banner-slider .slick-dots li button::before {
  font-size: 30px !important;
  width: 9px;
  height: 9px;
  line-height: 9px;
  border-radius: 10px;
}
body .hero-section .banner-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  color: transparent !important;
  background-image: linear-gradient(117.85deg, #fe8065 0%, #f74d6c 100%) !important;
}
body .hero-section .banner-img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .hero-section .banner-img img {
  width: 99%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
body .hero-section .banner-img .banner-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 10px !important;
}
body .hero-section .banner-img .banner-btn .btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 396px) {
  body .hero-section .banner-img .banner-btn .btn {
    padding: 10px !important;
    font-size: 14px !important;
  }
}
body .hero-section .banner-slider-vertical {
  max-width: 100%;
  overflow: hidden;
}
body iframe {
  width: 100%;
  height: 500px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 425px) {
  body iframe {
    height: 300px;
  }
}
body .banner-description-slider-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: 460px;
}
body .banner-description-slider-wrapper .banner-description-slider-2 {
  margin-bottom: 1rem;
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.4) 0%, rgba(13, 110, 253, 0.4) 100%) !important;
  padding: 10px 10px;
  border-radius: 10px;
  max-width: 420px;
  text-align: center;
}
body .banner-description-slider-wrapper .banner-description-slider-2 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
body .banner-description-slider-wrapper .banner-description-slider-2 .slider-title {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
body .banner-description-slider-wrapper .banner-btn-2 {
  display: flex;
  flex-wrap: wrap;
}
body .banner-description-slider-wrapper .banner-btn-2 a.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
body .banner-description-slider-wrapper .banner-btn-2 a.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
body .banner-description-slider-wrapper .banner-btn-2 a.btn:first-child {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  body .banner-description-slider-wrapper {
    left: 20px;
    right: 20px;
    bottom: 30px;
  }
  body .banner-description-slider-wrapper .banner-description-slider-2 h2 {
    font-size: 2rem;
  }
  body .banner-description-slider-wrapper .banner-description-slider-2 .slider-title {
    font-size: 1.2rem;
  }
  body .banner-description-slider-wrapper .banner-btn-2 {
    justify-content: center;
  }
  body .banner-description-slider-wrapper .banner-btn-2 a.btn {
    width: 100%;
    text-align: center;
  }
  body .banner-description-slider-wrapper .banner-btn-2 a.btn:first-child {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  body .banner-description-slider-wrapper {
    bottom: 20px;
    left: 15px;
    right: 15px;
  }
  body .banner-description-slider-wrapper .banner-description-slider-2 h2 {
    font-size: 1.75rem;
  }
  body .banner-description-slider-wrapper .banner-description-slider-2 .slider-title {
    font-size: 1rem;
  }
}

.custom-gradient-btn {
  background: linear-gradient(90deg, #DC5D20, #FFAB83);
  /* تدرج برتقالي */
  color: white !important;
  /* لون النص */
  padding: 12px 32px;
  border: none;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-gradient-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(131, 147, 163, 0.15);
}

.our-team-page .our-team-section {
  padding-top: 150px;
  margin-bottom: -50px;
}
@media (min-width: 992px) {
  .our-team-page .our-team-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .our-team-page .our-team-section {
    padding-top: 100px;
    margin-bottom: -30px;
  }
}
.our-team-page .our-team-section .our-team-block {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .our-team-page .our-team-section .our-team-block {
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .our-team-page .our-team-section .our-team-block {
    margin-bottom: 60px;
  }
}
.our-team-page .our-team-section .our-team-block .card-image {
  width: 160px;
  height: 160px;
  margin: -90px auto 0;
  overflow: hidden;
  border: 1px solid #b8c4ca;
}
@media (max-width: 575px) {
  .our-team-page .our-team-section .our-team-block .card-image {
    width: 120px;
    height: 120px;
    margin: -80px auto 0;
  }
}
.our-team-page .our-team-section .our-team-block .card-image img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .our-team-page .our-team-section .our-team-block .card-image img {
    height: 120px;
  }
}
.our-team-page .our-team-section .our-team-block .designation-label {
  color: #464F57;
  font-weight: 500;
}

.our-team-section-v2 {
  margin-top: 20px;
  padding: 70px 0;
  overflow: hidden;
}
.our-team-section-v2 .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.our-team-section-v2-card {
  width: 412px;
  height: 260px !important;
  margin: 5px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .our-team-section-v2-card {
    width: 90%;
  }
}
.our-team-section-v2-card-body {
  padding: 0px !important;
}
.our-team-section-v2-card-body-part1 {
  display: flex;
  justify-content: start;
  align-items: flex-end;
  margin-left: 80px;
  margin-top: 20px;
}
.our-team-section-v2-card-body-part1-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -50px;
  left: 20px;
  overflow: hidden;
}
.our-team-section-v2-card-body-part1 h6 {
  font-size: 16px;
  font-weight: 500;
  margin-left: 60px;
}
.our-team-section-v2-card-body-part2 {
  margin-top: 20px;
}
.our-team-section-v2-card-body-part2-name {
  font-size: 20px;
  font-weight: 500;
  color: #464f57;
}
.our-team-section-v2-card-body-part2 .designation-label {
  font-size: 16px;
  font-weight: 400;
  color: #464f57;
  text-transform: capitalize;
  text-wrap: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-team-section-v2-card-body-part2-description {
  font-size: 14px;
  font-weight: 400;
  color: #464f57;
  margin-top: 10px;
}
.our-team-section-v2-card-body-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.services-page .services-section {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .services-page .services-section {
    padding-bottom: 24px;
  }
}
.services-page .services-section .services-block {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .services-page .services-section .services-block {
    margin-bottom: 24px;
  }
}
.services-page .services-section .services-block .services-icon-box {
  width: 90px;
  height: 90px;
  background: #f3f5f8;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1304px;
  }
}

.btn {
  border-radius: 50px;
  padding: 0.75rem 2.25rem;
  color: #18232d;
}
@media (max-width: 575px) {
  .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.btn:focus {
  box-shadow: none;
}
.btn:focus, .btn:active {
  box-shadow: none !important;
  border-color: transparent;
}

.bg-primary {
  background: linear-gradient(117.85deg, #2C477C 0%, #5081E2 100%);
}

.bg-secondary {
  background-color: #f3f5f8 !important;
}

.btn-light {
  border: 1px solid transparent;
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to right, #fe8065, #f74d6c) border-box;
  color: #f74d6c;
}

.btn-primary {
  background: linear-gradient(90deg, #2C477C 0%, #5081E2 100%) !important;
  border-color: transparent;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
  border: 1px solid transparent;
  background: linear-gradient(90deg, #5081E2 0%, #2C477C 100%) !important;
  /*this is your grey background*/
  color: #dddddd;
  transition: all 0.3s ease-in-out;
}

.btn-outline-primary {
  border: 1px solid transparent;
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to right, #fe8065, #f74d6c) border-box;
  color: #f74d6c;
  transition: all 0.3s ease-in-out;
}
.btn-outline-primary:hover {
  background: linear-gradient(117.85deg, #fe8065 0%, #f74d6c 100%);
  border-color: transparent;
  color: #ffffff;
}
.btn-outline-primary:active {
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to right, #fe8065, #f74d6c) border-box;
  color: #f74d6c;
}

.text-primary {
  background: -webkit-linear-gradient(#DC5D20, #FFAB83);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gray-100 {
  color: #464f57;
}

.text-gray-200 {
  color: #747b81;
}

.breadcrumb .breadcrumb-item {
  font-size: 20px;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item.active,
.breadcrumb .breadcrumb-item a {
  background: -webkit-linear-gradient(#DC5D20, #FFAB83);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

h4 {
  font-size: 24px;
}

h5,
.fs-5 {
  font-size: 22px !important;
}
@media (max-width: 575px) {
  h5,
.fs-5 {
    font-size: 20px !important;
  }
}

h6,
.fs-6 {
  font-size: 18px !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.box-shadow {
  box-shadow: 0px 5px 15px #d7dee8;
}

.card {
  box-shadow: 0px 5px 15px #d7dee8;
  border-radius: 0px 0px 50px 0px;
  border: 0;
}
.card .card-body {
  padding: 40px;
}
@media (max-width: 991px) {
  .card .card-body {
    padding: 25px;
  }
}

.form-control,
.form-select {
  height: 60px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 300;
  padding: 15px 30px;
  border-color: #babdc0;
}
@media (max-width: 767px) {
  .form-control,
.form-select {
    height: 50px;
    font-size: 16px;
    padding: 15px;
  }
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #747b81;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #747b81;
}

.form-check-input:focus {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.form-check-danger {
  background-color: #f62947;
  border-color: #f62947;
}
.form-check-danger:checked {
  background-color: #f62947;
  border-color: #f62947;
}

.form-check-success {
  background-color: #0ac074;
  border-color: #0ac074;
}
.form-check-success:checked {
  background-color: #0ac074;
  border-color: #0ac074;
}

.form-lg-check {
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  color: #747b81;
  font-size: 14px;
  font-weight: 300;
}

.form-textarea {
  height: 160px;
}

.input-group-text {
  border-radius: 10px;
  width: 60px;
  justify-content: center;
  border-color: #ffffff;
  background-color: #ffffff;
}

.badge-lg {
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  height: 44px;
  line-height: 26px;
}

.bg-success {
  background-color: #0ac074 !important;
}

.bg-danger {
  background-color: #f62947 !important;
}

.p-t-100 {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .p-t-100 {
    padding-top: 50px;
  }
}

.p-b-100 {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .p-b-100 {
    padding-bottom: 50px;
  }
}

.border-bmr-100 {
  border-bottom-right-radius: 100px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-10 {
  border-radius: 10px;
}

.after-rectangle-shape:after {
  position: absolute;
  content: "";
  background-color: #f3f5f8;
  height: 320px;
  display: block;
  width: 1000vh;
  top: 0;
  bottom: 0;
  margin: auto;
}
.after-rectangle-shape.left-shape::after {
  right: 25px;
  border-top-right-radius: 100px;
}
.after-rectangle-shape.right-shape::after {
  left: 25px;
  border-top-left-radius: 100px;
}

.form-control-transparent {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.form-control-transparent::-moz-placeholder {
  color: #ffffff;
}
.form-control-transparent::placeholder {
  color: #ffffff;
}
.form-control-transparent:focus {
  background-color: transparent;
  border-color: #ffffff;
}

.border-top-primary {
  border-top: 1px solid #fe8065;
}

.z-index-1 {
  z-index: 1;
}

.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: #f62947;
  font-weight: 400;
}

.fs-small {
  font-size: 14px;
}

.hide-arrow::after {
  content: none;
}

.hide {
  display: none;
}

#valid-msg {
  color: green;
  margin-left: 2px;
}

#error-msg {
  color: red;
  margin-left: 2px;
}

.header {
  position: fixed !important;
  width: 100%;
  left: 0;
  right: 0;
  top: 40;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s ease-in-out;
  z-index: 9 !important;
}

@media (max-width: 991px) {
  .header {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
.header.fixed {
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}

.language-padding {
  padding: 10px !important;
}
.language-padding:hover {
  background: -webkit-linear-gradient(#fe8065, #f74d6c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.language-padding.active {
  background: -webkit-linear-gradient(#fe8065, #f74d6c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.language-color {
  color: #747b81 !important;
  font-weight: 500 !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.error-404 .inner-content {
  text-align: center;
  max-width: 550px;
  margin: auto;
}

.error-404 .error-text {
  margin-bottom: 15px;
}

.error-404 p {
  margin-bottom: 30px;
}

.object-image-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.new-card-service {
  display: flex;
  justify-content: center;
}
.new-card-service .card {
  width: 90%;
  max-width: 300px;
  min-width: 220px;
  height: auto;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .new-card-service .card {
    max-width: 100%;
    min-height: 250px;
  }
}
.new-card-service .card-text {
  font-size: 1rem;
  font-weight: bold;
}
.new-card-service .card .card-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: inherit;
  z-index: 1;
}
.new-card-service .card .card-service-body {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  border-bottom-right-radius: 15px;
  padding: 10px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: 100%;
  height: auto;
  min-height: 100px;
  text-align: center;
}
.new-card-service .card .card-service-body .card-text {
  margin: 0;
  font-size: 0.9rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.new-card-service .card .card-service-body .btn {
  z-index: 3;
  padding: 8px 15px;
  font-size: 0.9rem;
  white-space: nowrap;
}
.new-card-service .card .card-service-body .btn.btn-gradient {
  background: linear-gradient(90deg, #DC5D20 0%, #FFAB83 100%);
  border: none;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}
.new-card-service .card .card-service-body .btn.btn-gradient:hover {
  background: linear-gradient(90deg, #FFAB83 0%, #f3b699 100%);
}

.btn-gradient {
  background: linear-gradient(90deg, #DC5D20 0%, #FFAB83 100%);
  border: none;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-gradient:hover {
  background: linear-gradient(90deg, #FFAB83 0%, #f3b699 100%);
}

.blue-gradient {
  background: linear-gradient(90deg, #2C477C 0%, #5081E2 100%) !important;
  transition: all 0.3s ease-in-out;
}
.blue-gradient:hover {
  background: linear-gradient(90deg, #5081E2 0%, #2C477C 100%) !important;
  color: #ffd8d8 !important;
  transition: all 0.3s ease-in-out;
}

.custom-input-white {
  background-color: #7196E0 !important;
  border: 1px solid #7196E0 !important;
  border-radius: 10px !important;
  color: #fff !important;
}

.custom-input-white:focus {
  background-color: #7196E0 !important;
  border: 1px solid #7b9fe8 !important;
  border-radius: 10px !important;
}

.custom-input-white .option {
  background-color: #7196E0 !important;
  border: 1px solid #7b9fe8 !important;
  border-radius: 10px !important;
  color: #fff !important;
}

.custom-input-white::-moz-placeholder {
  color: white;
}

.custom-input-white::placeholder {
  color: white;
}

.services-section-main {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.services-section-main-content {
  flex: 1;
}
@media (max-width: 767px) {
  .services-section-main {
    flex-direction: column !important;
  }
}

.top-header {
  background: #F3F5F8;
  padding: 6px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.top-header-section {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
}
.top-header-section a {
  color: #18232D;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.top-header-section a:hover {
  color: #F74D6C;
}
.top-header-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 767px) {
  .top-header {
    padding: 4px 20px;
  }
  .top-header .top-header-section-social {
    display: none;
  }
  .top-header .top-header-item-phone {
    display: block;
    width: 100%;
    text-align: center;
  }
}

header.fixed {
  top: 0 !important;
}

.banner-slider-vertical {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .banner-slider-vertical {
    display: none;
  }
}

.slider-images-vertical-item img {
  border-radius: 20px;
}

.banner-slider-image img {
  border-radius: 20px;
}

.btn-outline-secondary {
  border: 1px solid transparent;
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to right, #fe8065, #FFAB83) border-box;
  color: #EA6B2D;
  transition: all 0.3s ease-in-out;
}
.btn-outline-secondary:hover {
  background: linear-gradient(117.85deg, #fe8065 0%, #FFAB83 100%);
  border-color: transparent;
  color: #ffffff;
}
.btn-outline-secondary:active {
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to right, #fe8065, #FFAB83) border-box;
  color: #FFAB83;
}

.btn-outer-primary {
  border: 1px solid transparent;
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to right, #2C477C, #2C477C) border-box;
  color: #2C477C;
  transition: all 0.3s ease-in-out;
}
.btn-outer-primary:hover {
  background: linear-gradient(117.85deg, #466198 0%, #466198 100%);
  border-color: transparent;
  color: #ffffff;
}
.btn-outer-primary:active {
  background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to right, #fe8065, #FFAB83) border-box;
  color: #FFAB83;
}

.btn-secondary-gradient {
  background: linear-gradient(90deg, #DC5D20 0%, #FFAB83 100%) !important;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.btn-secondary-gradient:hover {
  background: linear-gradient(90deg, #FFAB83 0%, #DC5D20 100%) !important;
  color: #ffd8d8 !important;
  transition: all 0.3s ease-in-out;
}

.btn-without-background {
  background: transparent;
  border: 1px solid #2C477C !important;
  color: #2C477C;
  transition: all 0.3s ease-in-out;
}
.btn-without-background:hover {
  background: linear-gradient(90deg, #2C477C 0%, #2C477C 100%) !important;
  color: #ffd8d8 !important;
  transition: all 0.3s ease-in-out;
}

.font-md {
  font-size: 16px !important;
}

.single-doctor {
  padding: 20px;
  margin: 100px 10px;
}
.single-doctor .social-media {
  display: flex !important;
  justify-content: flex-end !important;
  flex-direction: row !important;
  gap: 10px !important;
  align-items: center !important;
}
.single-doctor .social-media .social-icon a {
  color: #22252B !important;
  font-size: 20px;
}
.single-doctor .social-media .social-icon a:hover {
  color: #2C477C;
}
@media (max-width: 767px) {
  .single-doctor .text-end {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center !important;
  }
  .single-doctor .text-end a {
    width: 100%;
  }
}
.single-doctor-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .single-doctor-wrapper {
    flex-direction: column !important;
  }
}
.single-doctor-wrapper-image img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 767px) {
  .single-doctor-wrapper-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
}
.single-doctor-wrapper-head-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .single-doctor-wrapper-head-wrapper {
    gap: 0;
  }
}
.single-doctor-wrapper-content {
  border: 1px solid #00000037;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.single-doctor-wrapper-content .read-more-button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #EA6B2D;
}
.single-doctor-wrapper-content .read-more-button:hover {
  color: #2C477C;
}
.single-doctor-wrapper-content .read-more-button::after {
  content: ">";
  margin-left: 5px;
}
.single-doctor-wrapper-content-name {
  font-size: 20px;
  font-weight: 500;
}
.single-doctor-wrapper-content-designation {
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  align-self: flex-start;
  justify-self: flex-start;
}
.single-doctor-wrapper-content-description {
  font-size: 14px;
  font-weight: 300;
}
.single-doctor-wrapper-content-section2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .single-doctor-wrapper-content-section2 {
    display: block !important;
  }
}
.single-doctor .single-doctor-wrapper-appointment {
  align-self: end;
}
@media (max-width: 767px) {
  .single-doctor .single-doctor-wrapper-appointment {
    align-self: center;
  }
}

.g-recaptcha > div {
  width: 100% !important;
}

.banner-slider img {
  opacity: 0.9;
  width: 100%;
}
.banner-slider .banner-description-slider {
  position: absolute;
  bottom: 22%;
  left: 6%;
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.4) 0%, rgba(13, 110, 253, 0.4) 100%) !important;
  color: #ffffff;
  padding: 10px 13px;
  border-radius: 10px;
  max-width: 40%;
  text-align: center;
}
@media (max-width: 767px) {
  .banner-slider .banner-description-slider {
    left: 10%;
    width: 120%;
  }
}
.banner-slider .slider-title {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(213, 213, 213, 0.3);
}
.banner-slider .banner-btn-1 {
  position: absolute;
  bottom: 10%;
  left: 7%;
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
@media (max-width: 767px) {
  .banner-slider .banner-btn-1 {
    bottom: 10%;
    left: 10%;
    width: 80%;
  }
  .banner-slider .banner-btn-1 a {
    width: 100%;
    font-size: 12px;
  }
}

.footer-active-link {
  color: white !important;
  text-decoration: underline !important;
}
