/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
  font-size: 1.4rem;
  padding: 0;
  font-weight: 500;
  color: #222224;
}

.btn {
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  min-width: 17rem;
  padding: 1rem 2.3rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  outline: 0;
}
.btn.btn-sm {
  min-width: 0;
}
.btn:hover, .btn:focus {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #2B686D;
}
.btn.btn-white:focus, .btn.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2B686D;
}
.btn.btn-primary {
  background-color: #2B686D;
  border-color: #2B686D;
  color: #fff;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background-color: #2B686D;
  border-color: #2B686D;
  color: #fff;
}
.btn.btn-primary-alt {
  background-color: transparent;
  border-color: #C0E3EC;
  color: #2B686D;
}
.btn.btn-primary-alt:focus, .btn.btn-primary-alt:hover {
  background-color: transparent;
  border-color: #C0E3EC;
  color: #2B686D;
}
.btn.btn-cyan {
  background-color: #D4F0FB;
  border-color: #D4F0FB;
  color: #2B686D;
}
.btn.btn-cyan:focus, .btn.btn-cyan:hover {
  background-color: #D4F0FB;
  border-color: #C0E3EC;
  color: #2B686D;
}
.btn.btn-red {
  background-color: rgba(235, 0, 27, 0.4);
  border-color: rgba(235, 0, 27, 0.4);
  color: #eb001b;
}
.btn.btn-red:focus, .btn.btn-red:hover {
  background-color: rgba(235, 0, 27, 0.4);
  border-color: rgba(235, 0, 27, 0.4);
  color: #eb001b;
}

h1, h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 3rem;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2.2rem;
}

h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 3rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 2rem;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.pad-top-lg {
  padding-top: 8.5rem;
}

.pad-top-md {
  padding-top: 6.5rem;
}

.pad-top-sm {
  padding-top: 5rem;
}

.pad-top-xs {
  padding-top: 2rem;
}

.pad-bottom-lg {
  padding-bottom: 8.5rem;
}

.pad-bottom-md {
  padding-bottom: 6.5rem;
}

.pad-bottom-sm {
  padding-bottom: 5rem;
}

.pad-bottom-xs {
  padding-bottom: 2rem;
}

main#main-content {
  min-height: 78vh;
}

.shadow {
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08) !important;
}

main ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 4rem;
}
main ul li {
  margin-bottom: 1rem;
}
main ol {
  margin-bottom: 4rem;
}
main ol li {
  margin-bottom: 1rem;
}
main p a {
  text-decoration: underline;
}

.bg-lightGreen {
  background-color: #C0E3EC !important;
}

.bg-Green {
  background-color: #2B686D !important;
}

/* End Base style */
.sec-pad {
  padding: 3rem 0;
}

#site-header .header-top {
  padding: 2rem 0;
}
#site-header .logo img {
  width: 20rem;
  height: auto;
}
#site-header .header-cta li {
  padding-left: 1.7rem;
}

.navbar {
  background-color: #2B686D !important;
  padding: 2rem 0;
}
.navbar .navbar-brand img {
  width: 18rem;
  height: auto;
}
.navbar .navbar-toggler {
  border-color: transparent;
  color: #000;
}
.navbar .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar .navbar-toggler-icon {
  background-image: none;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.navbar .navbar-toggler-icon span {
  position: absolute;
  height: 0.3rem;
  width: 100%;
  top: 50%;
  left: 0px;
  margin-top: -0.12rem;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar .navbar-toggler-icon span:nth-of-type(1) {
  margin-top: -0.9rem;
}
.navbar .navbar-toggler-icon span:nth-of-type(3) {
  margin-top: 0.7rem;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(1) {
  margin-top: -0.8rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2rem;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(3) {
  margin-top: 0.6rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.6rem;
  left: 0;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(2) {
  display: none;
}
.navbar .navbar-nav .nav-item {
  margin: 0 0.6rem;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.hero-sec {
  background-color: #2B686D;
  min-height: 71.2rem;
  background-image: url(/assets/images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
}
.hero-sec h1 {
  font-size: 8.64rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.hero-sec h1 span {
  display: inline-block;
  font-size: 5.924rem;
  background-color: #2B686D;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 1.5rem 1.5rem;
}
.hero-sec p {
  width: 100%;
  max-width: 53.5rem;
  margin-left: auto;
  margin-right: auto;
}

.form-control {
  font-size: 1.2rem;
  font-weight: 500;
  height: 4.2rem;
}

.top-search .form-control::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.top-search .form-control:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.top-search .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.top-search .form-control:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.top-search {
  width: 100%;
  max-width: 56.5rem;
  margin: auto;
}
.top-search .form-group {
  padding: 1rem 1.5rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #fff;
}
.top-search .form-group input {
  background-color: transparent;
  color: #fff;
  border: none;
  width: calc(100% - 10.1rem);
}
.top-search .form-group input:focus {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.top-search .form-group .btn {
  width: 10.1rem;
}

.sec-title {
  margin-bottom: 4rem;
}
.sec-title h2 {
  font-size: 4.2rem;
  color: #2B686D;
  margin-bottom: 0;
}
.sec-title h2 + p {
  margin-top: 1rem;
  margin-bottom: 0;
}

.offer-card {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  margin-bottom: 4rem;
}
.offer-card .thumb {
  width: 24.2rem;
}
.offer-card .thumb img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.offer-card .info {
  width: calc(100% - 24.2rem);
  -webkit-align-items: center;
  align-items: center;
  padding: 3rem 2rem;
}
.offer-card .info .title {
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #222224;
  margin-bottom: 1.5rem;
}

.logoSlider .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
}
.logoSlider img {
  filter: grayscale(1);
  max-width: 100%;
  max-height: 7.8rem;
  min-height: 5.2rem;
  width: auto;
}

.swiper {
  padding-bottom: 5rem;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination {
  bottom: 0 !important;
}
.swiper .swiper-pagination-bullet {
  border: 0.1rem solid #2B686D;
  background-color: transparent;
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
}
.swiper .swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 1rem;
  background-color: #2B686D;
}

.package-card {
  padding: 1rem;
  padding-bottom: 0;
  border: 0.1rem solid #2B686D;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  margin-bottom: 3rem;
}
.package-card .thumb {
  margin-bottom: 2rem;
  padding-bottom: 56%;
  position: relative;
}
.package-card .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.package-card .info {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.package-card .info .title {
  font-size: 2.6rem;
  font-weight: 600;
  color: #222224;
  width: 100%;
  max-width: 28rem;
  margin-bottom: 2rem;
}
.package-card .info .price {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.package-card .info .price span {
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  padding-left: 1.5rem;
}
.package-card .info .price del {
  font-size: 2rem;
  font-weight: 500;
  opacity: 0.7;
}
.package-card .btn {
  margin-bottom: -2.2rem;
  width: 100%;
}

.rating {
  margin-bottom: 2rem;
  padding-left: 13.5rem;
  background: url(/assets/images/stars.svg) no-repeat center left;
  background-size: 12.5rem;
}
.rating[data-star="4"] {
  background-image: url(/assets/images/stars-4.svg);
  background-size: 10.4rem;
}
.rating[data-star="3"] {
  background-image: url(/assets/images/stars-3.svg);
  background-size: 8rem;
}
.rating[data-star="2"] {
  background-image: url(/assets/images/stars-2.svg);
  background-size: 5rem;
}
.rating[data-star="1"] {
  background-image: url(/assets/images/stars-1.svg);
  background-size: 2.6rem;
}
.rating.pl-0 {
  padding-left: 0;
}
.rating.type-2 {
  background-position: top left;
  padding-left: 0;
  padding-top: 2.8rem;
  color: rgba(34, 34, 36, 0.5);
  min-width: 13rem;
  font-size: 1.2rem;
}

.btn-group-c .btn {
  margin-left: 2rem;
}

.relative {
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  width: 4.4rem;
  height: 4.4rem;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  background-image: url(/assets/images/slide-right.svg);
  right: -2.5rem;
}

.swiper-button-prev {
  background-image: url(/assets/images/slide-left.svg);
  left: -2.5rem;
}

.speciality-card {
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 3rem 1.5rem;
  text-align: center;
  min-height: 100%;
}
.speciality-card .icon {
  margin-bottom: 1.5rem;
}
.speciality-card .icon img {
  height: 6.2rem;
  width: auto;
}
.speciality-card .info .title {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1F1F1F;
  margin-bottom: 1.5rem;
}
.speciality-card .info a {
  text-decoration: underline;
  color: #2B686D;
}

#site-footer {
  padding-top: 5.5rem;
  padding-bottom: 2.5rem;
  background-image: url(/assets/images/bg-footer.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#site-footer .footer-item .widget-title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
}
#site-footer .footer-item ul.widget-menu {
  margin-bottom: 4rem;
}
#site-footer .footer-item ul.widget-menu li {
  margin-bottom: 1rem;
}
#site-footer .footer-item ul.widget-menu li a {
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #fff;
}
#site-footer .footer-item ul.widget-menu li img {
  width: 100%;
  max-width: 17rem;
  height: auto;
}
#site-footer .footer-bottom {
  padding-top: 2rem;
}
#site-footer .footer-bottom img {
  width: 22.4rem;
  height: auto;
}
#site-footer .copyright {
  text-align: right;
}

.breadcrump-nav {
  padding: 2.5rem 0;
}
.breadcrump-nav .breadcrumb {
  margin-bottom: 0;
}
.breadcrump-nav .breadcrumb-item {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  color: #222224;
}
.breadcrump-nav .breadcrumb-item.active {
  font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}

.form-lg .form-group {
  margin-bottom: 2rem;
}
.form-lg .form-control {
  height: 7.2rem;
  padding-left: 2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
}
.form-lg .form-control:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.4);
}
.form-lg textarea {
  padding-top: 1.5rem;
  min-height: 19.7rem;
  max-width: 100%;
}

.terms-content h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.terms-content h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

hr {
  margin: 4rem 0;
  border-top-color: rgba(34, 34, 36, 0.2);
}

.authenticate-form-sec h1 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000;
}
.authenticate-form-sec .form-control {
  font-size: 1.4rem;
}
.authenticate-form-sec .btn {
  padding: 1.7rem 2rem;
}
.authenticate-form-sec .forget-password,
.authenticate-form-sec .skip-login {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #000;
  font-family: "Raleway", sans-serif;
}
.authenticate-form-sec .social-login .divider {
  width: 32.4rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.authenticate-form-sec .social-login .divider:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  margin-top: -0.05rem;
  left: 0;
}
.authenticate-form-sec .social-login .divider span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0.3rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
.authenticate-form-sec .social-login ul {
  list-style: none;
  padding-left: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.authenticate-form-sec .social-login ul li {
  margin: 0 0.8rem;
  width: 6.7rem;
  height: 6.9rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.authenticate-form-sec .social-login ul li img {
  height: 3.8rem;
  width: auto;
}
.authenticate-form-sec .create-account p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #555656;
}
.authenticate-form-sec .create-account p a {
  display: inline-block;
  margin-left: 1rem;
  color: #000;
  text-decoration: underline;
}
.authenticate-form-sec .phone-auth-number .form-control {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 4rem;
  line-height: 1.2;
}
.authenticate-form-sec .otp-inputs .form-control {
  text-align: center !important;
  padding: 0.5rem !important;
  width: calc(16.66% - 1rem);
  margin: 0 0.5rem;
}

#auth-page-footer {
  padding-bottom: 3rem;
}
#auth-page-footer p {
  font-size: 1.412rem;
  color: #555656;
}
#auth-page-footer p strong, #auth-page-footer p a {
  font-weight: 700;
  color: #2B686D;
}

.custom-checkbox input {
  display: none;
}
.custom-checkbox span {
  display: inline-block;
  padding-left: 3rem;
  font-family: "Raleway", sans-serif;
  color: #555656;
  position: relative;
  cursor: pointer;
}
.custom-checkbox span:before {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
.custom-checkbox input[type=checkbox]:checked + span:before {
  background-color: #2B686D;
  background-image: url(/assets/images/check-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
}

.breadcrump-nav .breadcrumb-item {
  margin-bottom: 0;
}

.listing-search {
  margin-bottom: 4.5rem;
}
.listing-search .input-wrap {
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #2B686D;
  background-color: rgba(9, 9, 9, 0.05);
}
.listing-search .input-wrap .input-item {
  position: relative;
}
.listing-search .input-wrap .input-item input {
  border-color: transparent;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  box-shadow: none;
  outline: 0;
  padding-left: 2rem;
  height: 5.9rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  background-color: transparent;
}
.listing-search .input-wrap .input-item input:focus {
  border-color: transparent;
  background-color: transparent;
}
.listing-search .input-wrap .input-item:first-child {
  width: 55%;
  border-right: 0.1rem solid #2B686D;
}
.listing-search .input-wrap .input-item:last-child {
  width: 45%;
}
.listing-search .input-wrap .input-item:last-child input {
  padding-right: 12rem;
}
.listing-search .input-wrap .input-item:last-child .btn {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  width: 10.3rem;
}

.ui-widget-header,
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border-color: #C0E3EC;
  background: #C0E3EC;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: #2B686D;
  border-color: #2B686D;
}

.listing-results .listing-filter {
  width: 28.6rem;
  border: 0.1rem solid rgba(34, 34, 36, 0.2);
  -webkit-border-radius: 1.2rem 1.2rem 0 0;
  border-radius: 1.2rem 1.2rem 0 0;
  margin-bottom: 4rem;
  border-bottom: none;
}
.listing-results .listing-filter .filter-title {
  padding: 1.5rem;
  border-bottom: 0.1rem solid rgba(34, 34, 36, 0.2);
}
.listing-results .listing-filter .filter-title h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #2B686D;
  font-size: 1.7rem;
}
.listing-results .listing-filter .filter-item {
  padding: 1.5rem;
  border-bottom: 0.1rem solid rgba(34, 34, 36, 0.2);
}
.listing-results .listing-filter .filter-item h4 {
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #222224;
  margin-bottom: 1.5rem;
}
.listing-results .listing-filter .filter-item .filter-single {
  margin-bottom: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.listing-results .listing-filter .filter-item .filter-single .custom-checkbox span {
  color: #6F6F6F;
}
.listing-results .listing-filter .filter-item .filter-single .count {
  color: #969696;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  display: inline-block;
  padding-left: 1rem;
}
.listing-results .listing-filter .filter-item.price-range p input {
  color: #747474;
  font-size: 1.3rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  border: none;
  outline: 0;
}
.listing-results .listing-filter .filter-item.price-range .labels {
  padding-top: 0.4rem;
}
.listing-results .listing-filter .filter-item.price-range .labels span {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #B3B3B3;
  font-weight: 500;
}
.listing-results .listing-filter .filter-item.price-range .ui-slider-horizontal {
  height: 0.6rem;
  border-color: #2B686D;
}
.listing-results .listing-filter .filter-item.price-range .ui-slider-horizontal .ui-widget-header {
  background-color: #2B686D;
}
.listing-results .listing-filter .filter-item.price-range .ui-state-default, .listing-results .listing-filter .filter-item.price-range .ui-widget-content .ui-state-default, .listing-results .listing-filter .filter-item.price-range .ui-widget-header .ui-state-default, .listing-results .listing-filter .filter-item.price-range .ui-button, .listing-results .listing-filter .filter-item.price-range html .ui-button.ui-state-disabled:hover, .listing-results .listing-filter .filter-item.price-range html .ui-button.ui-state-disabled:active {
  border: 1px solid #000;
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  top: -0.6rem;
}
.listing-results .search-content {
  flex: 1;
  padding-left: 3rem;
}
.listing-results .search-content .sorting-wrap {
  margin-bottom: 4rem;
}
.listing-results .search-content .sorting-wrap h2 {
  color: #222224;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 2.2rem;
}
.listing-results .search-content .sorting-wrap .sort-by {
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #C0E3EC;
  padding: 0.2rem 1.5rem;
}
.listing-results .search-content .sorting-wrap .sort-by label {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 700;
  color: #2B686D;
}
.listing-results .search-content .sorting-wrap .sort-by select {
  display: inline-block;
  border: none;
  line-height: 3.2rem;
  color: #2B686D;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  box-shadow: none;
  -webkit-appearance: auto;
  padding-left: 1rem;
}

.package-hospital-single-card {
  border: 0.1rem solid rgba(34, 34, 36, 0.1);
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
.package-hospital-single-card .thumb {
  width: 23.5rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
.package-hospital-single-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.package-hospital-single-card .info {
  width: calc(100% - 23.5rem);
  padding-left: 1.5rem;
}
.package-hospital-single-card .info .package-card-top {
  padding: 1.5rem 0;
}
.package-hospital-single-card .info .package-card-top .title-wrap {
  flex: 1;
}
.package-hospital-single-card .info .package-card-top .title-wrap .title {
  margin-bottom: 0.5rem;
}
.package-hospital-single-card .info .package-card-top .tag-wrap span, .package-hospital-single-card .info .package-card-top .tag-wrap a {
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #2B686D;
  background-color: #D4F0FB;
  padding: 0.4rem 1.5rem;
  -webkit-border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  border-radius: 0.6rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.package-hospital-single-card .info .package-card-body p {
  font-size: 1.4rem;
  color: #777777;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.package-hospital-single-card .info .package-card-footer {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.package-hospital-single-card .info .package-card-footer .rating.type-2 {
  margin-bottom: 0;
}
.package-hospital-single-card .info .package-card-footer span {
  display: block;
}
.package-hospital-single-card .info .package-card-footer .cta-wrap {
  text-align: right;
}
.package-hospital-single-card .info .package-card-footer .cta-wrap span {
  color: rgba(34, 34, 36, 0.5);
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 0.5rem;
}
.package-hospital-single-card .info .package-card-footer .cta-wrap p.price {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.2rem;
}
.package-hospital-single-card .info .package-card-footer .cta-wrap p.price del {
  color: red;
}

.details-gallery-sec {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(6, 1fr);
  gap: 2rem;
  max-width: 100%;
  margin: auto;
  height: 54.6rem;
}
.details-gallery-sec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.2rem;
  aspect-ratio: 3/2;
}
.details-gallery-sec .item1 {
  grid-column: 1;
  grid-row: 1/span 6;
}
.details-gallery-sec .item2 {
  grid-column: 2;
  grid-row: 1/span 3;
}
.details-gallery-sec .item3 {
  grid-column: 2;
  grid-row: 4/span 3;
}
.details-gallery-sec .item4 {
  grid-column: 3;
  grid-row: 1/span 2;
}
.details-gallery-sec .item5 {
  grid-column: 3;
  grid-row: 3/span 2;
}
.details-gallery-sec .item6 {
  grid-column: 3;
  grid-row: 5/span 2;
}

.details-gallery-sec-2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  max-width: 100%;
  margin: auto;
  height: 54.6rem;
  margin-bottom: 3rem;
}
.details-gallery-sec-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.2rem;
  aspect-ratio: 3/2;
}
.details-gallery-sec-2 .item1 {
  grid-column: 1;
  grid-row: 1/span 2;
}
.details-gallery-sec-2 .item2 {
  grid-column: 2;
  grid-row: 1/span 1;
}
.details-gallery-sec-2 .item3 {
  grid-column: 2;
  grid-row: 2/span 1;
}

.package-detals-sec .details-top {
  margin-bottom: 3rem;
}
.package-detals-sec .details-top h1, .package-detals-sec .details-top .title {
  color: #2B686D;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.package-detals-sec .details-top p {
  color: #555656;
}
.package-detals-sec .details-top p.price {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
  line-height: 1.2;
  color: #222224;
}
.package-detals-sec .details-top p.price strong {
  font-weight: 700;
  font-size: 2.5rem;
  margin-right: 0.5rem;
}
.package-detals-sec .details-top p.price del {
  font-size: 2rem;
  color: rgba(34, 34, 36, 0.7);
}
.package-detals-sec .details-gallery-sec {
  margin-bottom: 3rem;
}
.package-detals-sec .details-bottom {
  padding-bottom: 3rem;
}
.package-detals-sec .details-bottom .duration {
  font-size: 2.5rem;
  color: #2B686D;
  margin-bottom: 1.5rem;
}
.package-detals-sec .details-bottom .duration span {
  color: #222224;
  padding-left: 1rem;
}
.package-detals-sec .details-bottom .duration svg {
  margin-right: 1rem;
}
.package-detals-sec .details-bottom p {
  color: #555656;
}

.border {
  border: 0.1rem solid rgba(34, 34, 36, 0.1);
}

.radius {
  -webkit-border-radius: 1.2rem !important;
  -moz-border-radius: 1.2rem !important;
  border-radius: 1.2rem !important;
}

.why-visit-card {
  text-align: center;
  min-height: calc(100% - 3rem);
  margin-bottom: 3rem;
  padding: 2.5rem 2.5rem;
}
.why-visit-card p {
  margin-bottom: 0;
}
.why-visit-card .icon {
  margin-bottom: 1.5rem;
}
.why-visit-card .icon img {
  height: 6.5rem;
  width: auto;
}

.sec-title-sm h2 {
  font-size: 2.5rem;
  color: #2B686D;
}
.sec-title-sm.dark h2 {
  color: #222224;
}

.sec-title-md h2 {
  font-size: 2.8rem;
  color: #2B686D;
}
.sec-title-md.dark h2 {
  color: #222224;
}

.supported-hospital-card {
  overflow: hidden;
  min-height: calc(100% - 3rem);
  margin-bottom: 3rem;
}
.supported-hospital-card .thumb {
  position: relative;
  padding-bottom: 50%;
}
.supported-hospital-card .thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.supported-hospital-card .thumb .tag-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 3.3rem;
  height: 3.8rem;
  z-index: 9;
}
.supported-hospital-card .thumb .tag-icon img {
  width: 100%;
  height: auto;
}
.supported-hospital-card .thumb .share-it {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4.7rem;
  height: 4.7rem;
  z-index: 9;
  background: url(/assets/images/share-it.svg) no-repeat center;
  background-size: 100%;
}
.supported-hospital-card .thumb .share-it a {
  display: block;
  width: 100%;
  height: 100%;
}
.supported-hospital-card .info {
  padding: 1.5rem 1.2rem;
}
.supported-hospital-card .info .title-wrap {
  margin-bottom: 1.5rem;
}
.supported-hospital-card .info .title-wrap > div:first-child {
  flex: 1;
}
.supported-hospital-card .info .title-wrap > div:last-child {
  width: 5rem;
}
.supported-hospital-card .info .title-wrap .rate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.supported-hospital-card .info .title-wrap .title {
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
.supported-hospital-card .info .title-wrap .distance {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0.2rem;
  display: block;
}
.supported-hospital-card .info .card-footer {
  padding-bottom: 1rem;
}
.supported-hospital-card .info .card-footer .loc {
  font-size: 1.6rem;
  color: #2B686D;
}
.supported-hospital-card .info .card-footer .price {
  font-size: 1.9rem;
  color: #222224;
}
.supported-hospital-card .info .card-footer .price small {
  font-size: 1.4rem;
  font-weight: 500;
}

.procedure-included-card {
  overflow: hidden;
  min-height: calc(100% - 3rem);
  margin-bottom: 3rem;
}
.procedure-included-card .thumb {
  position: relative;
  padding-bottom: 66%;
}
.procedure-included-card .thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.procedure-included-card .info {
  padding: 1.5rem 1.2rem;
  padding-bottom: 2rem;
}
.procedure-included-card .info .rating {
  margin-bottom: 1rem;
}
.procedure-included-card .info .title {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-bottom: 1.5rem;
}
.procedure-included-card .info p {
  font-size: 1.2rem;
  color: #555656;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}
.procedure-included-card .info .price {
  font-size: 1.9rem;
  color: #222224;
  font-weight: 500;
}
.procedure-included-card .info .price small {
  font-size: 1.4rem;
  font-weight: 500;
}

.single-doc-included {
  padding: 1.3rem;
  padding-left: 5rem;
  background-image: url(/assets/images/doc.svg);
  background-repeat: no-repeat;
  background-position: center left 1.3rem;
  background-size: 2.4rem;
  margin-bottom: 3rem;
  min-height: calc(100% - 3rem);
}
.single-doc-included span {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}

.title-with-text {
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.title-with-text strong {
  font-weight: 700;
  color: #2B686D;
  display: block;
  font-size: 1.4rem;
}
.title-with-text img {
  width: 3.6rem;
  height: auto;
}
.title-with-text .price {
  font-size: 2.2rem;
  font-weight: 600;
  color: #222224;
}

.pad-15 {
  padding: 1.5rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.default-card h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
.default-card h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.default-card p {
  width: 100%;
  max-width: 25rem;
}

a.read-more {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #2B686D;
}

.drag-implant-card {
  padding: 1rem;
  padding-top: 2rem;
}
.drag-implant-card .title {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.drag-implant-card.mb-30 {
  min-height: calc(100% - 3rem);
}

.approval-required {
  color: #2B686D;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding-right: 3.5rem;
  background: url(/assets/images/approval.svg) no-repeat right center;
  background-size: 2.2rem;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.9;
}

.mb-30 {
  margin-bottom: 3rem;
}

.details-gallery-sec-2.type-2 {
  height: 40.9rem;
}

.widget-text {
  color: rgba(34, 34, 36, 0.5);
  min-height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
}
.widget-text a {
  font-size: 1.4rem;
}
.widget-text span {
  font-size: 1.2rem;
}
.widget-text svg {
  width: 2.8rem;
  margin-right: 1rem;
}

.map-wrap h3 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.map-wrap iframe, .map-wrap img {
  width: 100%;
  height: 21.6rem;
  object-fit: cover;
}

.package-detals-sec .details-bottom.type-2 .duration span {
  padding-left: 0;
}
.package-detals-sec .details-bottom.type-2 p.price {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #222224;
}
.package-detals-sec .details-bottom.type-2 p.price strong {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
}

.supported-hospital-card .tag-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 1rem;
}

.tag-cta span, .tag-cta a {
  font-size: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  background-color: #D4F0FB;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
  padding: 0.9rem 1.5rem;
  margin-left: 1rem;
  background-position: center left 1rem;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.tag-cta span.bookmark, .tag-cta a.bookmark {
  padding-left: 2.5rem;
  background-image: url(/assets/images/bookmark.svg);
}
.tag-cta span.comment, .tag-cta a.comment {
  padding-left: 2.5rem;
  background-image: url(/assets/images/comment.svg);
}

.supported-hospital-card.insurances .title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-family: "Raleway", sans-serif;
}
.supported-hospital-card.insurances p {
  color: #555656;
  font-size: 1.2rem;
}

.review-card {
  min-height: calc(100% - 3rem);
  margin-bottom: 3rem;
}
.review-card .thumb {
  margin-bottom: 1.5rem;
}
.review-card .thumb img {
  height: 9.5rem;
  width: 10rem;
  object-fit: cover;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
}
.review-card .info .title {
  color: #1F1F1F;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.review-card .info .rating {
  font-size: 2.5rem;
  color: #2B686D;
  margin-bottom: 0.5rem;
}
.review-card .info p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000;
}
.review-card .info .name-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #2B686D;
  font-size: 1.4rem;
}

.package-hospital-single-card .info .package-card-top .title-wrap .loc {
  background: url(/assets/images/marker.svg) no-repeat center left;
  background-size: 2.2rem;
  padding-left: 3rem;
  line-height: 2.9rem;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

.single-doc-card {
  min-height: calc(100% - 3rem);
  margin-bottom: 3rem;
  padding: 3rem 0.8rem;
  text-align: center;
  padding-bottom: 4rem;
  position: relative;
}
.single-doc-card .thumb {
  margin-bottom: 1.5rem;
}
.single-doc-card .thumb img {
  width: 6.6rem;
  height: 6.6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  object-fit: cover;
}
.single-doc-card .info .title {
  font-size: 2rem;
  font-weight: 600;
  color: #1F1F1F;
  font-family: "Raleway", sans-serif;
  margin-bottom: 1.5rem;
}
.single-doc-card .info p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.single-doc-card .info a {
  color: #2B686D;
  font-size: 1.2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.row.fix {
  margin: 0 -1rem;
}
.row.fix div[class^=col-] {
  padding: 0 1rem;
}

.form-lg.type-2 .form-control {
  height: 4.2rem;
  border-color: #555656;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

select.form-control {
  -webkit-appearance: none;
  padding-right: 2rem;
  background-image: url(/assets/images/angle-down.svg);
  background-position: center right 1rem;
  background-repeat: no-repeat;
}

label.label {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.alert-info {
  background-color: #C0E3EC;
  border-color: #C0E3EC;
}

.patient-details .sec-title h2 {
  font-size: 3rem;
}

.sec-title.title-sm h2 {
  font-size: 2.8rem;
}

.profile-file-upload input[type=file] {
  display: none;
}
.profile-file-upload .profile-image-update {
  min-height: 19.7rem;
  background-image: url(/assets/images/camera.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4.8rem;
}

.doc-file-upload input[type=file] {
  display: none;
}
.doc-file-upload .doc-update {
  min-height: 19.7rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
.doc-file-upload .doc-update svg {
  margin-bottom: 0.5rem;
}

.file-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.file-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.file-list li span {
  margin-right: 1.5rem;
}
.file-list li svg {
  width: 2.4rem;
}

.loc-text {
  background: url(/assets/images/marker.png) no-repeat center left;
  background-size: 2.2rem;
  padding-left: 3rem;
  line-height: 2.9rem;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
}

.dropdown-toggle::after {
  border: none;
  width: 1.5rem;
  height: 1rem;
  background: url(/assets/images/angle-down-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
}

.dropdown-menu[data-bs-popper] {
  left: auto !important;
  right: 0 !important;
}

.dropdown-menu li a {
  font-size: 1.4rem;
  text-align: right;
}

.card-details {
  margin-bottom: 3rem;
}
.card-details .card-header {
  padding: 3rem 3.5rem;
  background-color: transparent;
}
.card-details .card-header h2 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #222224;
}
.card-details .card-body {
  padding: 3rem 3.5rem;
  padding-bottom: 2rem;
}
.card-details .card-body h3 {
  font-size: 2.2rem;
  font-family: "Raleway", sans-serif;
  margin-bottom: 1rem;
}
.card-details .card-body p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

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

.details-text {
  margin-bottom: 3rem;
}
.details-text span {
  color: #777777;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: flex;
}
.details-text span img {
  margin-right: 1rem;
}
.details-text .title {
  display: block;
  color: #222224;
  margin-bottom: 0.2rem;
}

.image-wrap img {
  width: 100%;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222224;
  font-family: "Montserrat", sans-serif;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 0.4rem solid transparent;
  padding: 1rem 0;
  margin-right: 3.5rem;
}
.nav-tabs .nav-link svg {
  margin-right: 1.5rem;
}
.nav-tabs .nav-link:not(.active) svg path {
  stroke: #222224;
}
.nav-tabs .nav-link.active {
  border-bottom-color: #2B686D;
  color: #2B686D;
}

.booking-card .title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #222224;
  margin-bottom: 1rem;
}
.booking-card .patient-details-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.booking-card .patient-details-block > div {
  width: 33%;
  padding-right: 1.5rem;
}
.booking-card .patient-details-block > div p {
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #777777;
  margin-bottom: 0.2rem;
}
.booking-card .patient-details-block > div p strong {
  font-weight: 500;
  color: #222224;
  display: block;
}
.booking-card .patient-details-block > div a {
  color: #2B686D;
}
.booking-card .patient-details-block .thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.booking-card .patient-details-block .thumb > span {
  display: inline-block;
  width: 3.7rem;
}
.booking-card .patient-details-block .thumb img {
  width: 3.7rem;
  height: 3.7rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.booking-card .patient-details-block .thumb div {
  padding-left: 1rem;
}

.accordion .accordion-item {
  margin-bottom: 2rem;
  border: 0.1rem solid rgba(34, 34, 36, 0.2);
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  overflow: hidden;
  padding: 2.5rem;
}
.accordion .accordion-header {
  border: none;
}
.accordion .accordion-header button {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #222224;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion .accordion-body {
  padding-left: 0;
  font-size: 1.4rem;
  color: #555656;
  font-family: "Montserrat", sans-serif;
  padding-top: 1.5rem;
}

p.text-large {
  font-size: 1.6rem;
}

.color-red {
  color: #EB001B !important;
}

.pad-25 {
  padding: 2.5rem;
}

.qty-input-wrap {
  border: 0.1rem solid #C0E3EC;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  width: 11rem;
  height: 4.2rem;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 0.5rem;
}
.qty-input-wrap input {
  text-align: center;
  padding: 0.5rem;
  flex: 1;
  border: none;
  font-size: 1.4rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #222224;
  height: 4.2rem;
}
.qty-input-wrap input:focus {
  outline: 0;
  box-shadow: none;
}
.qty-input-wrap input[type=number] {
  -moz-appearance: textfield;
}
.qty-input-wrap input::-webkit-outer-spin-button,
.qty-input-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-input-wrap button {
  outline: 0;
  box-shadow: none;
  background-color: #fff;
  border: 0.1rem solid #fff;
  font-size: 0;
  width: 2.5rem;
  height: 4.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
.qty-input-wrap button.qty-minus {
  background-image: url(/assets/images/minus.svg);
}
.qty-input-wrap button.qty-plus {
  background-image: url(/assets/images/plus.svg);
}

.ml-4 {
  margin-left: 1rem;
}

.table-sec h2 {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  color: #2B686D;
  font-weight: 700;
  margin-bottom: 5rem;
}
.table-sec thead th {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.32);
  font-size: 2rem;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #2B686D;
  padding-left: 0;
}
.table-sec tr td {
  border-top: none;
  border-bottom: none;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.5rem;
  vertical-align: middle;
}
.table-sec tr td:first-child {
  padding-left: 0;
}
.table-sec tr td p {
  margin-bottom: 1.5rem;
}
.table-sec tr td h3 {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  color: #222224;
  font-weight: 600;
  margin-bottom: 1rem;
}
.table-sec tr td:nth-of-type(3), .table-sec tr td:nth-of-type(4) {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.payment-content .your-amount {
  background-color: rgba(35, 84, 88, 0.2);
  margin-bottom: 1.5rem;
  color: #2B686D;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
.payment-content .alert-info {
  color: #282828;
  font-size: 1.4rem;
}
.payment-content p.amount {
  color: #282828;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 5.7rem;
  line-height: 1;
}
.payment-content .alert {
  padding-left: 2rem;
}
.payment-content .form-group {
  position: relative;
  margin-bottom: 3rem;
}
.payment-content .form-group .form-control {
  height: 7.7rem;
  padding-left: 2.5rem;
  padding-top: 4.2rem;
  padding-bottom: 0.8rem;
  font-size: 1.8rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #222224;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.payment-content .form-group .label {
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  position: absolute;
  left: 2.5rem;
  top: 1.5rem;
  z-index: 9;
}

.custom-radio {
  width: 100%;
}
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio div {
  position: relative;
  padding-left: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #282828;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.custom-radio div img {
  max-width: 100%;
  margin-left: 2rem;
}
.custom-radio div:before {
  content: "";
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0.1rem solid #2B686D;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
}
.custom-radio div:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0.1rem solid #2B686D;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  margin-left: 0.6rem;
  top: 50%;
  margin-top: -0.4rem;
  display: none;
}
.custom-radio input[type=radio]:checked + div:before {
  background-color: #2B686D;
}
.custom-radio input[type=radio]:checked + div:after {
  display: block;
}

.saved-upi-sec .row {
  margin: 0 -1rem;
}
.saved-upi-sec .row div[class^=col-] {
  padding: 0 1rem;
}
.saved-upi-sec .single-saved-upi {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.5rem 2.5rem;
  margin-bottom: 2rem;
  min-height: calc(100% - 2rem);
}
.saved-upi-sec .single-saved-upi .logo {
  width: 7rem;
  height: 8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.saved-upi-sec .single-saved-upi .logo img {
  width: 100%;
  height: auto;
  max-height: 7rem;
  max-width: 100%;
}
.saved-upi-sec .single-saved-upi .info {
  padding-left: 2rem;
  width: calc(100% - 8rem);
  padding-right: 8rem;
  position: relative;
}
.saved-upi-sec .single-saved-upi .info .name {
  font-size: 2.2rem;
  color: #1F1F1F;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
.saved-upi-sec .single-saved-upi .info .cta {
  color: #EB001B;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 1.7rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.history-single-card {
  margin-bottom: 1.5rem;
}

h3.date {
  font-size: 1.7rem;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  margin-bottom: 2rem;
}

.history-single-card {
  padding: 2.5rem;
  -webkit-align-items: center;
  align-items: center;
}
.history-single-card .sign {
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
}
.history-single-card .amount {
  width: 10rem;
}
.history-single-card .info {
  width: calc(100% - 15rem);
  padding-left: 2rem;
  padding-right: 2rem;
}
.history-single-card .info .title {
  font-size: 2.1rem;
  font-weight: 500;
  color: #1F1F1F;
  font-family: "Raleway", sans-serif;
  margin-bottom: 0.8rem;
}
.history-single-card .info p {
  margin-bottom: 0;
  font-size: 1.7rem;
  color: #555656;
}
.history-single-card .amount {
  text-align: center;
}
.history-single-card .amount span {
  font-size: 2.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #1f1f1f;
}
.history-single-card[data-payment=credit] .sign {
  background-image: url(/assets/images/cash-in.svg);
}
.history-single-card[data-payment=credit] .amount span {
  color: #3DD34C;
}
.history-single-card[data-payment=debit] .sign {
  background-image: url(/assets/images/cash-out.svg);
}

.single-card {
  position: relative;
  background: url(/assets/images/card-1.svg) no-repeat center;
  background-size: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 60%;
  color: #fff;
  margin-bottom: 2rem;
}
.single-card.card-2 {
  background-image: url(/assets/images/card-2.svg);
}
.single-card.card-3 {
  background-image: url(/assets/images/card-3.svg);
}
.single-card.card-4 {
  background-image: url(/assets/images/card-4.svg);
}
.single-card .inner {
  width: 100%;
  padding: 3rem;
  padding-right: 7rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.single-card .inner span.label {
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
.single-card .inner p {
  font-size: 2.7rem;
  font-weight: 500;
}
.single-card .num {
  font-size: 3.9rem;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-bottom: 2.5rem;
  line-height: 1;
}
.single-card .name-wrap {
  width: 100%;
}
.single-card .name-wrap > div {
  width: 50%;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.booking-confirmed hr {
  margin: 3rem 0;
  border-top-color: rgba(0, 0, 0, 0.3);
}
.booking-confirmed h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #2B686D;
  font-size: 3.1rem;
}
.booking-confirmed .parient {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.booking-confirmed .parient img {
  width: 5.4rem;
  height: 5.4rem;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  border-radius: 40%;
  object-fit: cover;
}
.booking-confirmed .parient p {
  padding-left: 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  color: #2B686D;
  font-weight: 500;
  margin-bottom: 0;
  width: 100%;
  max-width: 39rem;
}
.booking-confirmed p.date {
  color: #555656;
  font-family: "Montserrat", sans-serif;
}
.booking-confirmed ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.booking-confirmed ul li {
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #222224;
  padding: 0 1.5rem;
  position: relative;
}
.booking-confirmed ul li:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.booking-confirmed ul li:first-child {
  padding-left: 0;
}
.booking-confirmed ul li:last-child:after {
  display: none;
}
.booking-confirmed .hospital {
  font-size: 1.9rem;
  color: #555656;
  margin-bottom: 0;
}
.booking-confirmed .hospital img {
  display: block;
  margin-left: auto;
  max-width: 5rem;
}

#serviceChecklistAcc .accordion-header p {
  font-size: 1.9rem;
  color: #222224;
}
#serviceChecklistAcc .accordion-header p span {
  color: #555656;
  font-size: 1.4rem;
}
#serviceChecklistAcc .accordion-button::after {
  width: 2.5rem;
  height: 2.5rem;
  background-size: 2rem;
}

.need-help-block h2 {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #222224;
  margin-bottom: 1rem;
}
.need-help-block p {
  font-family: "Montserrat", sans-serif;
  color: #555656;
  font-weight: 400;
  margin-bottom: 0;
}

.custom-tooltip {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #2B686D;
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  padding: 1.5rem;
}
.custom-tooltip img {
  width: 3.3rem;
  height: auto;
  cursor: pointer;
}
.custom-tooltip .tooltip-inner {
  background-color: #2B686D;
  opacity: 1;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #2B686D;
}

.tooltip-block > div:first-child {
  width: calc(100% - 4rem);
  padding-right: 1rem;
}
.tooltip-block > div:first-child h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #2B686D;
}
.tooltip-block > div:first-child p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  color: #555656;
}
.tooltip-block > div:last-child {
  width: 4rem;
}

.payment-summary-block h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2.5rem;
  color: #222224;
}
.payment-summary-block .table tbody tr td {
  border: none;
  padding: 1rem;
  vertical-align: middle;
}
.payment-summary-block .table tbody tr td:first-child {
  padding-left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #222224;
}
.payment-summary-block .table tbody tr td:last-child {
  padding-right: 0;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #2B686D;
}
.payment-summary-block .table tbody tr.ostdin td:first-child {
  font-size: 1.9rem;
  padding-bottom: 0;
}
.payment-summary-block .table tbody tr.ostdin td:last-child {
  font-weight: 700;
  padding-bottom: 0;
}
.payment-summary-block .table tbody tr.uc-credit td:first-child {
  padding-bottom: 3rem;
}
.payment-summary-block .table tbody tr.uc-credit td:last-child {
  font-weight: 600;
  color: #84C2D1;
  padding-bottom: 3rem;
}
.payment-summary-block .table tfoot tr td {
  border: none;
  padding: 1rem;
  vertical-align: middle;
}
.payment-summary-block .table tfoot tr td:first-child {
  font-size: 1.7rem;
  color: #222224;
  padding-bottom: 2rem;
  padding-left: 0;
}
.payment-summary-block .table tfoot tr td:last-child {
  font-weight: 400;
  color: #696969;
  font-size: 2.4rem;
  padding-bottom: 2rem;
  text-align: right;
  padding-right: 0;
}

@media only screen and (min-width: 1201px) {
  .container {
    max-width: 117rem;
  }

  .navbar-brand {
    display: none;
  }

  .slider-wrap-procedureIncludedSwiper .swiper-button-prev {
    left: -5.5rem !important;
  }
  .slider-wrap-procedureIncludedSwiper .swiper-button-next {
    right: -5.5rem !important;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .containerr-xxl {
    max-width: 123rem;
  }
}
@media only screen and (max-width: 1400px) {
  .hero-sec h1 {
    font-size: 7.64rem;
  }

  .hero-sec h1 span {
    font-size: 4.924rem;
  }

  .sec-title h2 {
    font-size: 3.9rem;
  }

  .offer-card .info .title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1200px) {
  #site-header .logo {
    display: none;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    padding: 0px;
    background: transparent;
    border-color: transparent;
  }

  div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    z-index: 999999;
    background: #2B686D;
    transition: none;
    min-height: calc(100vh - 12.9rem);
  }

  .navbar .navbar-nav .nav-item {
    margin: 0;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 1.5rem;
  }

  .navbar .navbar-nav .nav-item {
    margin: 0;
  }

  .header-cta {
    width: 100%;
  }
  .header-cta ul {
    justify-content: flex-end;
  }

  .hero-sec h1 {
    font-size: 6.64rem;
  }

  .hero-sec h1 span {
    font-size: 3.924rem;
  }

  .hero-sec {
    min-height: 59.2rem;
  }

  .offer-card .thumb {
    width: 18.2rem;
  }

  .offer-card .info {
    width: calc(100% - 18.2rem);
  }

  .offer-card .info .title {
    font-size: 2.2rem;
  }

  #site-header.authenticate-page .logo {
    display: block;
  }
  #site-header.authenticate-page .logo img {
    width: 18rem;
  }
  #site-header.authenticate-page .header-cta {
    width: auto;
  }
  #site-header.authenticate-page .header-cta ul li:not(:first-child) {
    display: none;
  }

  .dropdown-menu li a {
    text-align: left;
    color: #fff;
    padding: 1rem 2.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .map-wrap iframe, .map-wrap img {
    height: 19.6rem;
  }

  .package-hospital-single-card .info .package-card-top .tag-cta {
    justify-content: flex-start !important;
    padding-top: 1rem;
  }
  .package-hospital-single-card .info .package-card-top .tag-cta span, .package-hospital-single-card .info .package-card-top .tag-cta a {
    margin-left: 0;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .custom-radio div {
    font-size: 1.6rem;
  }

  .single-card .num {
    font-size: 2.9rem;
  }

  .single-card .inner span.label {
    font-size: 1.8rem;
  }

  .single-card .inner p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  #listing-filter {
    display: none;
  }

  .package-detals-sec .details-top .justify-content-end,
.package-detals-sec .details-bottom .justify-content-end {
    justify-content: flex-start !important;
  }

  .details-gallery-sec {
    gap: 1rem;
    height: 33.6rem;
  }

  .details-gallery-sec-2 {
    height: 48.6rem;
  }

  .map-wrap {
    margin: 2.5rem 0;
  }

  .booking-card .btn {
    margin-top: 3rem;
    width: 100%;
  }

  .refund-info-card .btn {
    width: 100%;
    margin-top: 2rem;
  }

  .table-sec thead th {
    font-size: 1.6rem;
  }

  .table-sec tr td:nth-of-type(3), .table-sec tr td:nth-of-type(4) {
    font-size: 1.8rem;
  }

  .booking-confirmed .btn {
    width: 100%;
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .header-top {
    padding: 1rem 0;
  }
  #site-header .header-top .btn {
    font-size: 1.2rem;
    padding: 1rem 1rem;
  }

  #site-header .header-cta li {
    padding-left: 1rem;
  }

  .navbar {
    padding: 1rem 0;
  }

  .hero-sec h1 {
    font-size: 4rem;
  }

  .hero-sec h1 span {
    font-size: 3rem;
    margin-top: 0.5rem;
  }

  .hero-sec {
    min-height: 54.2rem;
  }

  .pad-top-lg {
    padding-top: 6rem;
  }

  .pad-bottom-lg {
    padding-bottom: 6rem;
  }

  .sec-title h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }

  .offer-card .thumb {
    width: 100%;
  }
  .offer-card .thumb img {
    min-height: 0;
  }

  .offer-card .info {
    width: 100%;
  }

  .btn-group-c.d-flex.justify-content-end {
    justify-content: flex-start !important;
    padding-top: 2rem;
  }
  .btn-group-c.d-flex.justify-content-end .btn {
    margin-left: 0;
    margin-right: 2rem;
  }

  .footer-item.collapsable .widget-title {
    border-bottom: 0.1rem solid #fff;
    margin-bottom: 0 !important;
    padding: 1.5rem 0;
    position: relative;
  }
  .footer-item.collapsable .widget-title:after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(/assets/images/down-arrow.png) no-repeat center;
    background-size: 1.8rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footer-item.collapsable .widget-title.active:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .footer-item.collapsable .widget-title.active + .widget-menu {
    display: block !important;
  }
  .footer-item.collapsable .widget-menu {
    display: none;
    padding-top: 3rem;
  }

  .footer-item.app-links {
    padding-top: 3rem !important;
    text-align: center;
  }

  #site-footer .footer-bottom {
    padding-top: 0;
    text-align: center;
  }
  #site-footer .footer-bottom img {
    max-width: 18rem;
    margin-bottom: 1.5rem;
  }

  #site-footer .copyright {
    text-align: center;
  }

  .swiper-button-prev {
    left: -1.5rem;
  }

  .swiper-button-next {
    right: -1.5rem;
  }

  .form-lg .form-control {
    height: 5.2rem;
    font-size: 1.6rem;
  }

  .authenticate-form-sec h1 {
    font-size: 2.4rem;
  }

  #auth-page-footer p {
    font-size: 1.3rem;
  }

  .authenticate-form-sec .phone-auth-number .form-control {
    font-size: 2rem;
    text-align: center;
    padding-left: 10px !important;
  }

  .authenticate-form-sec .otp-inputs .form-control {
    padding-left: 0.5rem !important;
  }

  .listing-search .input-wrap .input-item:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 0.1rem solid #2B686D;
  }

  .listing-search .input-wrap .input-item:last-child {
    width: 100%;
  }

  .listing-search .input-wrap .input-item:last-child .btn {
    position: relative;
    top: 0;
    right: auto;
    width: calc(100% - 3rem);
    display: block;
    margin-bottom: 1.5rem;
    left: 1.5rem;
  }

  .listing-results .search-content {
    padding-left: 0;
  }

  .listing-results .search-content .sorting-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .listing-results .search-content .sorting-wrap > div {
    width: 100%;
  }
  .listing-results .search-content .sorting-wrap > div:last-child {
    margin-top: 1.5rem;
  }

  .package-hospital-single-card {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .package-hospital-single-card .thumb {
    width: 100%;
  }
  .package-hospital-single-card .thumb img {
    position: relative;
    height: auto;
  }
  .package-hospital-single-card .info {
    width: 100%;
    padding-left: 0;
  }

  .listing-results .listing-filter {
    margin-right: 1rem;
  }

  .package-hospital-single-card .info .package-card-top {
    flex-direction: column;
  }

  .package-hospital-single-card .info .package-card-top .tag-wrap span, .package-hospital-single-card .info .package-card-top .tag-wrap a {
    margin-left: 0;
  }

  .details-gallery-sec {
    gap: 0.5rem;
    height: 20rem;
  }
  .details-gallery-sec img {
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
  }

  .package-detals-sec .details-top .rating {
    margin-bottom: 0;
  }

  .single-doc-included {
    margin-bottom: 1.5rem;
  }

  .details-gallery-sec-2 {
    height: 24.6rem;
    gap: 1rem;
  }

  .package-detals-sec.type-2 .details-bottom {
    padding-top: 3rem;
  }

  .details-gallery-sec-2.type-2 {
    height: 24.9rem;
  }

  .map-wrap {
    margin-bottom: 0;
  }

  .package-detals-sec .details-bottom .duration br {
    display: none;
  }
  .package-detals-sec .details-bottom .duration span {
    padding-left: 0.5rem !important;
    display: inline-block;
  }
  .package-detals-sec .details-bottom .btn {
    margin-bottom: 3rem;
  }

  .patient-details {
    padding-top: 0;
  }

  .file-list li {
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .card-details .card-header {
    padding: 2rem 2.5rem;
  }

  .card-details .card-body {
    padding: 2rem 2.5rem;
  }

  .image-wrap {
    margin-bottom: 2rem;
  }

  .booking-card .patient-details-block > div {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }

  .booking-card .btn {
    margin-top: 0;
  }

  .nav-tabs .nav-link {
    padding: 1.5rem 0;
    margin-right: 0;
    width: 100%;
  }

  .accordion .accordion-header button {
    font-size: 1.7rem;
  }

  .full-on-mobile .btn {
    width: 100%;
  }

  .table-sec .table-responsive {
    margin-bottom: 3rem !important;
  }

  .table-sec tr td h3 {
    font-size: 1.8rem;
  }

  .table-sec tr td:nth-of-type(3), .table-sec tr td:nth-of-type(4) {
    font-size: 1.6rem;
  }

  .payment-content p.amount {
    font-size: 4.7rem;
  }

  .custom-radio div img {
    width: 11rem;
  }

  .payment-content .form-group .label {
    font-size: 1.8rem;
  }

  .saved-upi-sec .single-saved-upi .info .name {
    font-size: 1.6rem;
  }

  .saved-upi-sec .single-saved-upi {
    padding: 1.5rem 1.5rem;
  }

  .saved-upi-sec .single-saved-upi .info .cta {
    font-size: 1.4rem;
  }

  .saved-upi-sec .single-saved-upi .info {
    padding-right: 6rem;
    padding-left: 1rem;
  }

  .history-single-card {
    padding: 1.5rem;
  }

  .history-single-card .sign {
    width: 4rem;
    height: 4rem;
    background-size: 3rem;
  }

  .history-single-card .amount span {
    font-size: 1.8rem;
  }

  .history-single-card .info {
    width: calc(100% - 14rem);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .history-single-card .info .title {
    font-size: 1.8rem;
  }

  .btn-wrap .btn {
    margin-left: 0;
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .single-card .num {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .single-card .inner span.label {
    font-size: 1.6rem;
  }

  .single-card .inner p {
    font-size: 1.7rem;
  }

  .single-card .inner {
    padding: 2rem;
    padding-right: 0rem;
  }

  .booking-confirmed h2 {
    font-size: 2.8rem;
  }

  .booking-confirmed .parient p {
    font-size: 1.6rem;
  }

  .booking-confirmed ul {
    margin-bottom: 1rem;
  }
  .booking-confirmed ul li {
    font-size: 1.4rem;
    padding: 0 1rem;
  }

  .booking-confirmed .hospital {
    font-size: 1.5rem;
  }

  .need-help-block .btn {
    width: 100%;
    margin-top: 3rem;
  }

  .breadcrump-nav + .pad-top-sm, .breadcrump-nav + .pad-top-md {
    padding-top: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
