/*
Theme Name: WAC
Theme URI: https://webandcrafts.com/
Description: WAC is a stylish WordPress theme based on slant concept with great focus on design & content presentation. This theme is a great choice for any small to medium sized creative/digital/fashion/ad agency, photo studio, small business, personal or freelancer to craft their website in a trendy look. WAC Theme created by Webandcrafts.
Author: Webandcrafts
Author URI: https://www.webandcrafts.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.1
Tags: one-column, two-columns, right-sidebar, featured-image-header, featured-images, portfolio, blog, sticky-post, theme-options, translation-ready
Text Domain: wac

Designed & Handcrafted by Webandcrafts
All files, unless otherwise stated, are released under the GNU General Public License
*/

.freeze {
  pointer-events: none !important;
}
.wac-month-cal-wrapper {
  /* 	pointer-events: none !important; */
  cursor: not-allowed !important;
  position: relative;
}
.wac-month-cal-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
/* body.admin-bar #wpadminbar {
	top: unset !important;
	bottom: 0px !important;
}
body.admin-bar footer {
	margin-bottom: 32px !important;
} */
/* body.admin-bar header {
	top: 32px !important;
}
body.admin-bar .navigation-tabs.active .navigation-tab-wrapper {
    top: 122px;
}
@media screen and (max-width: 1199px) {
	body.admin-bar .navigation-tabs.active .navigation-tab-wrapper {
		top: 95px;
	}
} */
/* body.admin-bar{
	    margin-top: -32px;
} */

body.admin-bar {
  margin-top: -32px;
}
#wpadminbar {
  position: relative;
  top: -70px;
}
.footer .foot1 .num-wrap {
  white-space: pre;
}
.footer .foot3 .colm4 .num-wrap {
  white-space: pre;
}

.filterwrap.desktop .filterhead {
  pointer-events: none;
}

@media (min-width: 1200px) {
  .footer .foot1 .colm3 .h6 {
    margin-bottom: 20px;
  }
}

.facility-search {
  background: rgba(200, 227, 204, 0.2);
  padding: 48px 0;
}
@media (max-width: 767.98px) {
  .facility-search {
    padding: 40px 0;
  }
  .boxitem.only-profile {
    padding-bottom: 15px;
  }

  .cancer-care-form .banner-form {
    max-width: 100%;
  }
}
/*.tab-medical-blogs__blogs .blog-wrap {
	display: block !important;
}*/
.mobile-menu .menu-bottom .box p {
  display: block !important;
}
.banner-tab .tab-content .tab-contbox-ban input[type="submit"] {
  background: #158825 !important;
}
.banner-tab .tab-content .tab-contbox-ban .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;

  pointer-events: none;
}

.doctor_departs
  .find_dr-bottom
  .doctorlist
  .boxwrap
  .boxitem.only-profile
  .btnwrap
  .btn {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}

/* lab report popup */

.modal .modal-dialog {
  min-height: calc(100% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  border: 0;
  border-radius: 0;
}
.modal.lab-report .modal-dialog {
  max-width: 435px;
  width: 95%;
  margin: auto;
  min-height: calc(100% - 15px);
}
.modal.lab-report .modal-body {
  padding: 50px;
}
@media (max-width: 575.98px) {
  .modal.lab-report .modal-body,
  .cancer-facilities .modal-content .modal-body {
    padding: 40px 20px !important;
  }
}
.modal.lab-report .modal-body h5 {
  font-size: 20px;
  padding-right: 30px;
}
.modal.lab-report .modal-content {
  border-radius: 0;
  border: 0;
}
.modal.lab-report form .label {
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}
.modal.lab-report form input {
  border: 1px solid #ccd1d3;
  border-radius: 0;
  height: 50px;
  padding: 15px;
  width: 100%;
}
.modal.lab-report form .form-group {
  margin-bottom: 25px;
}
.modal.lab-report form .btn {
  /* height: 50px; */
  font-size: 15px;
  line-height: 3.2;
  width: 100%;
  padding: 0 15px;
}

.modal.lab-report form#labReport .btn {
  line-height: 2.6;
}

#labReport .submit-wrap {
  display: block;
}

#booking-page-mobileno.modal.lab-report form .btn {
  height: 50px;
  line-height: 50px;
}

.modal.lab-report .close,
.cancer-facilities .modal-content .close {
  position: absolute;
  right: 25px;
  top: 15px;
  padding: 5px;
  opacity: 1;
  color: #000;
  z-index: 1;
}
.modal.lab-report .close span,
.cancer-facilities .modal-content .close span {
  font-size: 35px;
  font-weight: 300;
}
.modal.lab-report .change-phone {
  color: #158825;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 30px;
  display: inline-block;
  text-decoration: underline;
}
.modal.lab-report .otp-no {
  margin-bottom: 5px;
}
.modal.lab-report .otp-vaild-time {
  font-size: 15px;
}
.modal.lab-report .otp-input-wrap {
  display: flex;
  justify-content: space-between;
}
.modal.lab-report .otp-input-wrap input {
  height: 50px;
  flex: 0 0 60px;
  max-width: 60px;
  border: 1px solid #ccd1d3;
  text-align: center;
}
@media (max-width: 480px) {
  .modal.lab-report .otp-input-wrap input {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .modal.lab-report .close {
    top: 28px;
    right: 25px;
  }
}
.modal.lab-report .verify-wrap .btn {
  height: 50px;
  line-height: 2.6;
  width: 100%;
}
.modal.lab-report .otp-time-resend {
  display: flex;
  justify-content: center;
  position: relative;
}
.modal.lab-report .otp-time-resend .time-runner {
  opacity: 0.6;
  position: absolute;
  right: 0;
}
/* .modal.lab-report form .btn{
    line-height: initial;
  } */
.wpcf7-response-output:empty {
  display: none;
}
h1.doctor-result-title {
  font-family: ubuntu;
  font-size: 18px !important;
}
.invalid .wpcf7-response-output {
  color: red !important;
  font-weight: 400 !important;
}
.freeze {
  pointer-events: none !important;
}
iframe {
  border-width: 0px;
  width: 100%;
}
.lab-report-hint {
  font-size: 12px;
  text-align: center;
  color: #999;
  width: 60%;
  margin: 0 auto;
  padding-top: 20px;
}

.grecaptcha-badge {
  visibility: hidden !important;
  position: relative;
  z-index: -1;
}

.custom-breadcrumb .breadcrumb {
  background: #fff;
  padding: 0;
}

/* cancer care banner form */

.cancer-care-form .banner-form {
  padding: 35px;
  background-color: #fff;
  color: #000;
  max-width: 426px;
  width: 100%;
  margin-left: auto;
  margin: 60px 0;
  margin-left: 1rem;
}
.cancer-care-form .banner-form .banner-form-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  color: #0d1834;
}
.cancer-care-form .banner-form .input-wrap {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
}
.cancer-care-form .banner-form .input-wrap label {
  margin-bottom: 10px;
  color: #0d1834;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  line-height: normal;
}
.cancer-care-form .banner-form .input-wrap input {
  height: 45px;
  padding: 0 17px;
  box-sizing: border-box;
  border: 1px solid #ccd1d3;
  font-size: 14px;
  width: 100%;
}
.cancer-care-form .banner-form .input-wrap input:focus {
  outline: none;
  border-color: #158825;
}
.cancer-care-banner
  .cancer-care-form
  .banner-form
  .input-wrap
  input::placeholder {
  color: #0d183499;
}
.cancer-care-form .banner-form .btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #158825;
  color: #fff;
  width: 100%;
  padding: 16px;
  border: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  height: 50px;
  transition: all 0.3s ease-in-out;
  margin-top: 35px;
}

.cancer-care-form .banner-form .btn-submit:hover {
  background-color: #085c14;
}

.cancer-care-form .banner-form .phone-input {
  display: flex;
  align-items: center;
  border: 1px solid #ccd1d3;
  position: relative;
}
.cancer-care-form .banner-form .phone-input span {
  padding: 0 10px;
  background-color: #eee;
  border: 1px solid #ccd1d3;
  border-right: none;
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.cancer-care-form .banner-form .phone-input input {
  flex: 1;
  height: 45px;
  padding: 0 10px;
  border: none;
  border-left: none;
  box-sizing: border-box;
  font-size: 14px;
}
.cancer-care-form .banner-form .phone-input select {
  height: 45px;
  padding: 10px;
  width: 90px;
  border: none;
  color: #0d183499;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='15' height='15' transform='translate(0.215332 0.533691)' fill='white'/%3E%3Cpath d='M7.2075 11.0337L4.19967 6.03369L10.2153 6.03369L7.2075 11.0337Z' fill='%230d1834'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cancer-care-form .banner-form .phone-input::after {
  content: "";
  height: 26px;
  width: 1px;
  position: absolute;
  top: 9px;
  left: 88px;
  background-color: #ccd1d3;
}
.cancer-care-form .banner-form .phone-input select option {
  color: black;
}
.cancer-care-form .banner-form .phone-input select:focus {
  outline: none;
}
.cancer-care-form form {
  position: relative;
}
.cancer-care-form form .wpcf7-response-output {
  position: absolute;
  bottom: 0px;
  right: 35px;
  max-width: 356px;
  width: 100%;
  font-size: 11px;
  flex-shrink: 0;
}

.custom-fs-18 {
  font-size: 18px !important;
}
.custom-fs-40 {
  font-size: 40px !important;
}
.cancer-single-title {
  font-family: "Ubuntu";
  max-width: 343px;
  padding-bottom: 30px;
  border-bottom: 1px solid #00a217;
  margin-bottom: 0;
  margin-top: 60px;
}

.cancer-care-banner .banner-video {
  display: flex;
  align-items: center;
}

.cancer-list .home-health-check {
  padding: 0;
}

@media (max-width: 767.98px) {
  .cancer-care-form .banner-form {
    max-width: 100%;
    padding: 30px 15px;
    background-color: #f7f9fa;
  }
  .cancer-care-form .banner-form {
    margin: 0;
  }
  .cancer-care-form .banner-form .banner-form-title {
    font-size: 18px;
  }
}

.custom-h3-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Ubuntu", sans-serif;
}
.mobile-form-wrap {
  display: none;
}

.custom-fs-60 {
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .custom-fs-60 {
    font-size: 40px;
  }

  .cancer-single-title {
    margin-top: 117px;
  }

  .custom-fs-40 {
    font-size: 30px !important;
  }
}

@media (max-width: 1024px) {
  .cancer-single-title {
    margin-top: 0;
    border: none;
  }
}

@media (max-width: 767px) {
  .desk-form-wrap {
    display: none;
  }
  .custom-fs-60 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .cancer-care-form .banner-form {
    max-width: 100%;
    display: none;
    margin-left: 0;
  }

  .mobile-form-wrap .banner-form {
    display: block;
  }

  .banner-form {
    margin-left: 0;
  }

  .mobile-form-wrap {
    display: block;
    height: 100%;
  }
}

.main-banner {
  height: 500px !important;
}
.cancer-single-banner .wac-wrap-columns {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

@media (min-width: 769px) {
  .cancer-single-banner .wac-wrap-columns {
    align-items: center;
  }
  .cancer-care-banner {
    min-height: 680px;
  }
}

@media (min-width: 768px) {
  .cancer-single-banner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .main-banner {
    height: 680px !important;
  }
  .custom-h3-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cancer-care-banner {
    height: 400px;
    padding-bottom: 40px !important;
  }

  .cancer-specialities .wac-dept-special-wrap {
    overflow: visible !important;
  }
}
@media (max-width: 500px) {
  .cancer-care-banner {
    height: 236px;
  }

  .cancer-title-wrap {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
  }
  .cancer-title-wrap .iconsec {
    flex-shrink: 0;
    margin-left: 15px;
  }
}

.form-mob-cancer {
  height: 100%;
}
.cancer-specialities {
  overflow: hidden;
}

.cancer-specialities .special-box {
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

.cancer-specialities .swiper-slide {
  height: auto !important;
}
.cancer-specialities .special-wrap {
  margin-bottom: 30px !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

@media (max-width: 575px) {
  .cancer-specialities .swiper-scrollbar1 {
    padding: 0;
  }

  .cancer-specialities .swiper-scrollbar1::before {
    width: 100%;
  }

  .modal.lab-report .close,
  .cancer-facilities .modal-content .close {
    top: 4px;
    right: 12px;
  }
}

.cancer-single-banner .wac-row-container,
.departments-cancer-care-research-centre .breadcrumbsec .container,
.departments-medical-oncology .breadcrumbsec .container,
.departments-hemato-oncology .breadcrumbsec .container,
.departments-radiation-oncology .breadcrumbsec .container,
.departments-nuclear-medicine .breadcrumbsec .container,
.departments-surgical-oncology .breadcrumbsec .container {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 15px !important;
}

@media (min-width: 1024px) {
  .cancer-care-about-wrap .cancer-title-wrap {
    margin-top: 125px;
  }
}

@media (min-width: 1200px) {
  .cancer-single-banner .wac-row-container,
  .departments-cancer-care-research-centre .breadcrumbsec .container,
  .departments-medical-oncology .breadcrumbsec .container,
  .departments-hemato-oncology .breadcrumbsec .container,
  .departments-radiation-oncology .breadcrumbsec .container,
  .departments-nuclear-medicine .breadcrumbsec .container,
  .departments-surgical-oncology .breadcrumbsec .container {
    max-width: 98% !important;
  }

  .cancer-care-about-wrap p {
    font-size: 18px !important;
  }
  .cancer-care-about-wrap .cancer-title-wrap {
    margin-top: 77px;
  }
}

@media (min-width: 1600px) {
  .cancer-single-banner .wac-row-container,
  .departments-cancer-care-research-centre .breadcrumbsec .container,
  .departments-medical-oncology .breadcrumbsec .container,
  .departments-hemato-oncology .breadcrumbsec .container,
  .departments-radiation-oncology .breadcrumbsec .container,
  .departments-nuclear-medicine .breadcrumbsec .container,
  .departments-surgical-oncology .breadcrumbsec .container {
    max-width: 85% !important;
  }
}

.desk-form-wrap {
  margin-left: auto;
}



.cancer-single-banner .wac-row-container {
  display: flex;
}

.admin-content-area ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 15px;
  margin-top: 30px;
}

.admin-content-area ul li {
  font-weight: 500;
}
.admin-content-area ul li::marker {
  color: #158825;
  font-size: 20px;
}

.admin-content-area ul li ul {
  margin: 15px 0 0 0;
}

.cancer-facilities .modal-content .modal-body {
  padding: 40px 45px;
}

.cancer-facilities .modal-content .modal-body .modal-body-content {
  max-height: 80vh;
  overflow-y: auto;
}

.cancer-facilities .modal-content .modal-body .btn-appoint {
  display: none;
}

.cancer-facilities .modal-content .modal-body ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cancer-facilities .modal-content .modal-body .h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: clamp(20px, 1vw, 30px);
}

.cancer-facilities .modal-content .close {
  top: 5px;
  right: 15px;
}
.cancer-facilities .modal-dialog {
  display: flex;
}

.cancer-facilities .hover-content {
  background-color: #158825 !important;
  color: #fff;
}

.cancer-facilities .viewall .view {
  color: #fff !important;
}

.cancer-facilities .viewall .view img {
  filter: invert(0) !important;
}
.cancer-facilities .health-box .hover-content ul li:before {
  background: white !important;
}

.cancer-facilities .health-box .hover-content .top-cont .h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cancer-facilities
  .home-health-check
  .health-box
  .hover-content
  .top-cont
  .box-content {
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 20px;
}

/* Hide scrollbar but keep scrolling */
#navigation-tabs {
  -ms-overflow-style: none !important; /* IE and Edge */
  scrollbar-width: none !important; /* Firefox */
}

#navigation-tabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.cancersubpages .cutsom-title-cancer {
  font-size: 18px;
  margin: 15px 0;
  font-weight: 600;
}

.cancersubpages p {
  margin-bottom: 0;
}

.cancer-doctors-section .sec_title .h3 {
  font-size: clamp(30px, 1vw, 40px) !important;
}
