.inner-banner {
  padding: 125px 0 155px;
  background: #f7f7f7;
  position: relative;
}
.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.inner-banner .banner-img {
  position: absolute;
  right: 0;
  width: 43%;
  height: 100%;
  top: 0;
  border-end-start-radius: 160px;
  border-left: solid 8px #2f59a4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.inner-banner .inner-banner-content h1 {
  font-size: 3.8rem;
  line-height: 5rem;
  text-transform: uppercase;
}
.inner-banner .inner-banner-content h1 i {
  font-style: normal;
  color: #102037;
}

.img-wrp {
  position: relative;
  line-height: 0;
  z-index: 1;
}

.img-wrp img {
  -webkit-box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
          box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.img-wrp::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2f59a4;
  content: "";
  -webkit-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
  z-index: -1;
}

.why-choose-block {
  border-radius: 15px;
}

.choose-icon i {
  font-size: 4rem;
  line-height: 5rem;
  color: #2f59a4;
}

.cta-wrap {
  position: relative;
  padding: 45px 30px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

.cta-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.cta-wrap .btn-block-left {
  position: relative;
  z-index: 3;
}

.light-bg {
  background-color: #f6faff !important;
}

.card-block {
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px dashed rgba(10, 124, 35, 0.2);
  margin-top: 20px;
  min-height: calc(100% - 20px);
}
.card-block:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(10, 124, 35, 0.3);
}
.card-block .choose-icon {
  width: 70px;
  height: 70px;
  background-color: rgba(225, 233, 243, 0.9);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.agent-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 100%;
  width: 30%;
  border-radius: 0 40px 40px 0;
  background-color: #2f59a4;
  z-index: -1;
}
.agent-bg .image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agent-bg .image-block img {
  border-radius: 20px;
  border: 2px solid #2f59a4;
}
.agent-bg .image-block:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px dashed #fff;
  width: 107%;
  height: 107%;
  top: auto;
  left: auto;
  border-radius: 20px 0 0px 0;
  z-index: 9;
}

.faq-block .accordion-item {
  margin: 0 0 8px;
  border: 1px solid rgba(47, 89, 164, 0.2);
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.faq-block .accordion-item:first-child, .faq-block .accordion-item:last-child {
  border: 1px solid rgba(47, 89, 164, 0.2);
}
.faq-block .accordion-button {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.5rem 1.2rem;
  text-shadow: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #102037;
}
.faq-block .accordion-button:focus {
  border-color: #2f59a4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-block .accordion-button::after {
  font-size: 1.5rem;
  color: #2f59a4;
  content: "\f107";
  font-family: "Font Awesome 7 Pro";
}
.faq-block .accordion-button:not(.collapsed) {
  background-color: #2f59a4;
  color: #fff;
}
.faq-block .accordion-button:not(.collapsed)::after {
  color: #fff;
}
.faq-block .accordion-body {
  padding: 1.5rem 1.5rem;
  font-size: 1.5rem;
  line-height: 2.6rem;
}

.facilities-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.facilities-carousel .owl-stage .item {
  height: 100%;
}

.facilities-carousel .owl-stage .item .each-item {
  height: 100%;
}

/*----------- 16-03-26 -----------*/
.facilities-each img {
  border-radius: 15px;
}

.team-wrapper .doctor-img img {
  border-radius: 15px;
}

.team-wrapper .team-social i {
  color: #2f59a4;
  -webkit-transform: 0.3s ease-in-out;
          transform: 0.3s ease-in-out;
}

.team-wrapper .team-social i:hover {
  color: #102037;
}

@media (min-width: 1199px) {
  .inner-banner {
    background-image: none !important;
  }
  .inner-banner::before {
    display: none;
  }
}
.doctor-search-wrapper {
  background: linear-gradient(135deg, #2563eb 0%, #0891b2 100%);
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
          box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
  margin: 30px 0;
}

.doctor-search-form {
  max-width: 100%;
}

.doctor-search-block .badge {
  top: -28px;
  right: 0;
}
.doctor-search-block .doctor-card {
  margin-top: 25px;
}

.search-input-wrapper {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}
.search-input-wrapper:focus-within {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.search-icon {
  color: #2563eb;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 5px;
}

.doctor-search-input {
  padding: 18px 25px;
  font-size: 16px;
  border: none !important;
  border-radius: 0 12px 12px 0 !important;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.doctor-search-input::-webkit-input-placeholder {
  color: #9ca3af;
}
.doctor-search-input::-moz-placeholder {
  color: #9ca3af;
}
.doctor-search-input:-ms-input-placeholder {
  color: #9ca3af;
}
.doctor-search-input::-ms-input-placeholder {
  color: #9ca3af;
}
.doctor-search-input::placeholder {
  color: #9ca3af;
}

.popular-searches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 15px;
}

.popular-label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.popular-link {
  color: #ffffff;
  font-size: 16px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.popular-link:hover, .popular-link:focus {
  color: #f0f9ff;
  text-decoration: underline;
}

.doctor-search-block {
  margin-top: 40px;
}

.filter-sidebar {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
}

.filter-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
}

.filter-section {
  margin-bottom: 0;
  padding: 8px 12px;
}

.filter-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 15px;
}

.filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.custom-control.filter-option {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.custom-checkbox,
.custom-radio {
  min-height: auto;
}
.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  display: none;
}
.custom-checkbox .custom-control-input,
.custom-radio .custom-control-input {
  position: relative;
  margin-left: 0;
}

.filter-option {
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin-bottom: 0;
}
.filter-option:hover {
  background-color: #f9fafb;
}
.filter-option .custom-control-input.filter-checkbox,
.filter-option .form-check-input.filter-checkbox {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 8px;
  cursor: pointer;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.filter-option .custom-control-input.filter-checkbox:checked,
.filter-option .form-check-input.filter-checkbox:checked {
  background-color: #2563eb;
  border-color: #2563eb;
}
.filter-option .custom-control-input.filter-checkbox:checked::after,
.filter-option .form-check-input.filter-checkbox:checked::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.filter-option .custom-control-input.filter-checkbox:focus,
.filter-option .form-check-input.filter-checkbox:focus {
  border-color: #2563eb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
  outline: none;
}
.filter-option .custom-control-input.filter-radio,
.filter-option .form-check-input.filter-radio {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  margin-right: 8px;
  cursor: pointer;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
}
.filter-option .custom-control-input.filter-radio:checked,
.filter-option .form-check-input.filter-radio:checked {
  background-color: #ffffff;
  border-color: #2563eb;
  background-image: none;
}
.filter-option .custom-control-input.filter-radio:checked::before,
.filter-option .form-check-input.filter-radio:checked::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #2563eb;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.filter-option .custom-control-input.filter-radio:focus,
.filter-option .form-check-input.filter-radio:focus {
  border-color: #2563eb;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
  outline: none;
}
.filter-option .custom-control-label,
.filter-option .form-check-label {
  cursor: pointer;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #1f2937;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.filter-option .custom-control-label::before, .filter-option .custom-control-label::after,
.filter-option .form-check-label::before,
.filter-option .form-check-label::after {
  display: none;
}

.specialty-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 10px;
  color: #2563eb;
  font-size: 16px;
}
.specialty-icon i {
  line-height: 1;
}

.specialty-text {
  font-size: 14px;
  color: #1f2937;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.specialty-text .count {
  color: #6b7280;
  font-weight: 400;
}

@media (max-width: 1500px) {
  .agent-bg:before {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .inner-banner {
    background-position: top center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .inner-banner .inner-banner-content {
    position: relative;
  }
  .cta-wrap {
    background-position: 93% 30%;
  }
  .cta-wrap:after {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .agent-bg:before {
    width: 30%;
    height: 70%;
    top: 14%;
  }
}
@media (max-width: 990px) {
  .inner-banner {
    padding: 80px 0 75px;
  }
  .inner-banner:before {
    background: rgba(255, 255, 255, 0.8);
  }
  .agent-bg:before {
    height: 50%;
    top: -50px;
  }
  .filter-sidebar {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    padding: 50px 0 50px;
  }
  .inner-banner .inner-banner-content h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .agent-bg:before {
    display: none;
  }
  .doctor-search-wrapper {
    padding: 25px 20px;
    border-radius: 15px;
  }
  .doctor-search-input {
    padding: 15px 20px;
    font-size: 14px;
  }
  .search-icon {
    padding-left: 12px;
    padding-right: 5px;
    font-size: 16px;
  }
  .popular-searches {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .popular-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .popular-link {
    font-size: 14px;
  }
  .filter-sidebar {
    margin-bottom: 30px;
    padding: 15px;
  }
  .filter-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .filter-subtitle {
    font-size: 15px;
    margin-bottom: 12px;
  }
  .filter-options {
    gap: 10px;
  }
  .specialty-text {
    font-size: 13px;
  }
}
.contact-form-wrapper .accordion-item {
  border: none !important;
}
.contact-form-wrapper .accordion-item .accordion-body {
  padding: 0;
}
.contact-form-wrapper .nav-tabs {
  border-bottom: none;
}
.contact-form-wrapper .nav-tabs .nav-link {
  border: none;
  padding: 0 12px 10px !important;
  border-bottom: solid 4px #cdddf9;
}
.contact-form-wrapper .nav-tabs .nav-link.active {
  border: none;
  border-bottom: solid 4px #2f59a4;
}
.contact-form-wrapper .nav-tabs .nav-link.active:hover {
  border-bottom: solid 4px #2f59a4;
}
.contact-form-wrapper .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: solid 4px #cdddf9;
}
.contact-form-wrapper .nav-tabs .nav-item {
  margin: 0;
}
.contact-form-wrapper .contact-info-wrapper {
  padding: 30px;
  background-color: #f6f9ff;
  border-radius: 20px;
}
.contact-form-wrapper .contact-info-wrapper .contact-message-block {
  padding: 10px;
  border-radius: 10px;
  background: #e4efff;
  border: solid 1px #9dbcf3;
}
.contact-form-wrapper .contact-info-wrapper .form-group label i {
  color: #ff1e1e;
}

.contact-info-each {
  margin-bottom: 15px;
  border-bottom: solid 1px #d9e6ff;
  padding-bottom: 15px;
}
.contact-info-each .sub-heading {
  color: #102037;
}
.contact-info-each span i {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: #2f59a4;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
}

.contact-detail-each .contact-social-wraper i {
  font-size: 30px;
}

@media (max-width: 767px) {
  .contact-form-wrapper .accordion-item {
    border: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .contact-form-wrapper .accordion-item .accordion-body {
    background-color: #e9f5ff;
  }
  .contact-form-wrapper #myTab {
    display: none;
  }
  .contact-form-wrapper .tab-content > .tab-pane {
    display: block;
  }
  .contact-form-wrapper .tab-pane {
    padding: 0px;
    border-radius: 0px;
    display: block;
    opacity: 1 !important;
    border: none;
    margin-bottom: 8px;
    padding: 0px;
    border-radius: 0px;
  }
  .contact-form-wrapper .tab-pane .location-single {
    margin: 0 0 10px;
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
  }
}
@media (max-width: 1024px) {
  .contact-form-wrapper .nav-tabs .nav-item {
    margin: 0;
    display: block !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0 0;
    border: none;
  }
}
@media (min-width: 767px) {
  .contact-form-wrapper .tabs-collapse .collapse:not(.show) {
    display: block;
  }
}
/* ----------- 16-03-26 ----------- */
.benefit-wrap {
  padding: 30px;
  border-radius: 20px;
}
.benefit-wrap h3 {
  font-size: 16px;
  line-height: 26px;
  color: #102037;
}

.comfort-care-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  z-index: 1;
}
.comfort-care-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 83, 201, 0.7);
  z-index: -1;
}

.logo-block {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(10, 124, 35, 0.3);
}
.logo-block img {
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 0 20px;
}
.logo-block img:hover {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*----------- Overview Community Page-----------*/
.collaborate-wrapper .item .service-block {
  margin: 0;
}
.collaborate-wrapper .item .service-block img {
  width: 54px !important;
  margin: 0 auto;
}

.how-work-wrapper .service-block .image-anime {
  margin: 0 0 10px;
}
.how-work-wrapper .service-block .image-anime img {
  width: 60px;
}
.how-work-wrapper .service-block h3 {
  font-size: 2rem;
  left: 3rem;
  font-weight: 700;
}

.patient-care-glimps-wraper table {
  border-radius: 15px;
  overflow: hidden;
}
.patient-care-glimps-wraper table th, .patient-care-glimps-wraper table td {
  padding: 15px;
}
.patient-care-glimps-wraper table th {
  background-color: #dde9ff !important;
}

.cta-wraper {
  padding: 45px;
  background-color: #2f59a4;
  border-radius: 20px;
}
.cta-wraper .btn-main {
  background-color: #f6faff;
  color: #2f59a4;
}

.numbers {
  background: #2f59a4;
  color: #fff;
  border-radius: 13px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
  padding: 4px 20px;
}
.numbers i {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}

.collaborate-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collaborate-carousel .owl-stage .item {
  height: 100%;
}
.collaborate-carousel .owl-stage .item .service-block {
  height: 100%;
}

.icon-wrap {
  border-radius: 15px;
  background-color: #fff;
  padding: 8px;
  text-align: center;
  margin-top: 20px;
  min-height: calc(100% - 20px);
}

.mediclaim-fields {
  display: none;
}

.family-member {
  display: none;
}

#addBtnWrapper {
  margin-top: 10px;
}

#addMemberBtn i {
  color: #ff1e1e;
}

.service-left-sidebar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  border-radius: 10px;
  color: #102037;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.service-left-sidebar a i {
  color: #102037;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.service-left-sidebar a:hover {
  background-color: #2f59a4;
  color: #fff;
  text-decoration: none;
  border-color: #2f59a4;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.service-left-sidebar a:hover i {
  color: #fff;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.service-col {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
.service-col img {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.service-col span {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 35px;
  background-color: #102037;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.service-col h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
  line-height: 1.3;
}
.service-col p {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 0;
}

@media (max-width: 990px) {
  .service-col {
    margin-bottom: 25px;
  }
  .service-col h3 {
    font-size: 18px;
  }
  .service-col p {
    font-size: 14px;
  }
  .service-col span {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
.cta-wraper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  opacity: 0.09;
  pointer-events: none;
  background-image: url(../images/cta-wrapper.webp);
}

.donation-wrapper {
  padding: 30px;
  background-color: #f6f9ff;
  border-radius: 20px;
  height: 100%;
}
.donation-wrapper .stats-single {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
}
.donation-wrapper .stats-single h3 {
  font-size: 2rem;
  line-height: 3rem;
}

/* Button */
.btn-modern {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-modern:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Offcanvas Styling */
.modern-offcanvas {
  width: 450px;
  border-radius: 20px 0 0 20px;
  -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}

/* Heading */
.sub-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* List */
.modern-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  margin-bottom: 10px;
  background: #f8fafc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modern-list li i {
  color: #2f59a4;
  font-size: 18px;
}

.modern-list li:hover {
  background: #eef2ff;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* CTA Button */

/* Find A Doctor Page Pagination */
ul.pagination-links {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px;
}

.pagination-links .page-item,
.pagination-links .prev,
.pagination-links .next {
    padding: 6px 12px;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
    cursor: pointer; /* pointer on hover */
    transition: all 0.2s ease;
}

.pagination-links .page-item:hover,
.pagination-links .prev:hover,
.pagination-links .next:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #2f59a4;
}

.pagination-links .active {
    background-color: #2f59a4;
    color: #fff;
    border-color: #007bff;
}

.pagination-links .dots {
    padding: 6px 10px;
    color: #777;
}

.pagination-links .prev,
.pagination-links .next {
    font-weight: 500;
}