@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --greencolor: #263a8efc;
    --greenfilter: invert(37%) sepia(99%) saturate(868%) hue-rotate(149deg) brightness(86%) contrast(99%);
    --greenrgb: rgb(1 138 149 / 90%);
    --lightgreenrgb: rgb(1 138 149 / 80%);
    --btn2color: #343434;
    --secondarycolor: #434343;
}
@font-face {
    font-family: PelitaStdBold;
    src: url(../newdesignv2/fonts/PelitaStdBold.otf);
    font-display: swap;
}
@font-face {
    font-family: PelitaStdRegular;
    src: url(../asset/newdesignv2/fonts/PelitaStdRegular.otf);
    font-display: swap;
}
body {
    font-family: "Barlow", sans-serif;
    color: var(--secondarycolor);
}

a:focus-visible {
    outline: 2px solid #d3d3d3 !important; 
    outline-offset: 2px !important;       
    box-shadow: none !important;           
}
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: "Barlow", sans-serif;
    color: #000;
}
a {
    text-decoration: none !important;
}

.f-link{
    color: #fff;
}

#franchiseForm {
   font-family: "Barlow", sans-serif;
}

.font-style{
    font-family: Barlow !important;
}

/* Column System */
[class*="col-"] {
    padding: 0 15px;
}

/* Transitions */
.button {
  -webkit-transition: all 0.3s ease; /* Safari/Chrome */
  transition: all 0.3s ease;         /* Standard */
}

/* Transform */
.card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Keyframes Animation */
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Disable text selection */
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Custom scrollbars for Chrome/Safari */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background-color: #0066cc;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
}

.col-lg-12 { width: 100%; }
.col-lg-8 { width: 66.666667%; }
.col-lg-6 { width: 50%; }
.col-lg-4 { width: 33.333333%; }
.col-md-6 { width: 50%; }
.col-sm-12 { width: 100%; }
.col-sm-6 { width: 50%; }
.web-clr {
    color: var(--greencolor);
}
.badge-primary {
    background-color: var(--greencolor);
}
.btn-primary,
.btn-primary:hover {
    background-color: var(--greencolor);
}
.web-btn {
    background-color: var(--greencolor);
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
     font-family: "Barlow", sans-serif;
    font-size: 14px;
    outline: 0;
}
.web-btn:hover {
    background-color: var(--btn2color);
    color: #fff;
}
.btn.with-icon {
    min-width: 135px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.btn.with-icon i {
    font-size: 12px;
    margin-left: 15px;
}
.web-btn2 {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    color: var(--btn2color);
    border-radius: 5px;
    padding: 10px 20px;
     font-family: "Barlow", sans-serif;
    font-size: 14px;
    outline: 0;
    min-width: 135px;
}
.web-btn2:hover {
    background-color: var(--greencolor) !important;
    border-color: var(--btn2color);
    color: #fff;
}
.bg-light {
    background-color: #f7f7f7 !important;
}
/* .section-heading {
    font-size: 30px;
    margin-bottom: 50px;
} */


/* LOCATION DROPDOWN */
.location-wrapper {
  position: relative;
  margin-right: 25px;
   font-family: "Barlow", sans-serif;
}

.location-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 180px;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  transition: 0.3s ease;
}

.location-trigger:hover {
  border-color: #007bff;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/* ================================
   Why Choose Section - Final CSS
================================ */

.corporate_slider_section_2.choose-us {
    background: #263a8efc;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.corporate_slider_section_2.choose-us h3 {
    font-size: 34px;
    font-weight: 700;
    color: #263a8efc;
    margin-bottom: 60px;
    letter-spacing: 0.5px;
}
.choose-subtext {
    max-width: 750px;
    margin: 0 auto 50px auto;
    font-size: 16px;
    line-height: 26px;
    color:  #333333;
    font-weight: 400;
}

/* Icon Card */
.choose-icon {
  padding: 5px 0px;
}
.choose-icon {
  padding: 5px 6px;
  margin-bottom: 25px;
  margin-top: 35px;
}

.choose-icon:hover {
    transform: translateY(-10px);
}

/* Icon Area */
.choose-icon .icon-area {
  min-height: 70px;
}
/* Big Background Number */
.choose-icon .icon-area span {
  font-size: 32px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #e3e3e3;
  font-weight: 600;
  font-style: italic;
  padding: 0 15px 0 0;
}

/* Icon Circle */
.choose-icon .icon-area img {
  max-width: 55px;
  vertical-align: bottom;
}

/* Icon Hover Effect */
.choose-icon:hover .icon-area img {
    transform: scale(1.08);
}

/* Content Text */
.icon-content p {
  padding-top: 10px;
   font-family: "Barlow", sans-serif;
}
.icon-content p {
  padding-top: 15px;
  font-size: 15px;
  line-height: 19px;
  color: #2a2a2a;
  font-weight: 400;
   font-family: "Barlow", sans-serif;
}



/* ================================
   Responsive Styling
================================ */

@media (max-width: 1199px) {
    .corporate_slider_section_2.choose-us {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .new-header .bottom-header{
        display: none !important;
    }
       .location-wrapper {
    position: relative;
    margin-right: 0;
     font-family: "Barlow", sans-serif;
    width: 100%;
    margin-top: 6px;
}
    .corporate_slider_section_2.choose-us {
        padding: 60px 0;
    }

    .corporate_slider_section_2.choose-us h3 {
        font-size: 28px;
        margin-bottom: 45px;
    }

    .icon-area img {
        width: 70px;
        height: 70px;
        padding: 15px;
    }

    .icon-area span {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .eap-about .box h2 {
 
    margin-bottom: 0px !important;
}
        .eap-about .box-header img.eap-img {
        margin-bottom: 0px;
    }
    .card-icon {
        margin: 0 auto;
    }
    ul.social-icons {
    padding: 0px;
}
    .social-icons {
        justify-content: flex-start !important;
    }
    .info-list {
    padding: 0px;
}

    .section-subheading {
    font-size: 18px !important;
    }
    
    .section-heading {
    font-size: 32px !important;
    }
    .location-wrapper {
    position: relative;
    margin-right: 0;
     font-family: "Barlow", sans-serif;
    width: 100%;
    margin-top: 6px;
}

    .corporate_slider_section_2.choose-us {
        padding: 50px 0;
    }

    .corporate_slider_section_2.choose-us h3 {
        font-size: 24px;
    }

    .icon-content p {
        font-size: 14px;
    }
}





.location-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.location-arrow {
  transition: 0.3s ease;
}

.location-wrapper.active .location-arrow {
  transform: rotate(180deg);
}

.location-dropdown-box {
  position: absolute;
  top: 45px;
  left: 0;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
  padding: 15px;
  display: none;
  z-index: 9999;
  animation: fadeIn 0.2s ease-in-out;
}

.location-wrapper.active .location-dropdown-box {
  display: block;
}

.location-search-box input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 12px;
}

.location-city-group h6 {
  font-size: 13px;
  color: #19838a;
  margin-bottom: 8px;
  margin-top: 10px;
}

.location-city-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 120px;
  overflow-y: auto;
}

.location-city-group ul li {
  padding: 6px 0;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}

.location-city-group ul li:hover {
  color: #19838a;
  padding-left: 5px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media(max-width: 768px){
  .location-dropdown-box {
    width: 250px;
  }
}

.section-heading.with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-and-whatsapp li a p {
    margin: 0px;
}

.cart-img-size img {
    width: 37px;
    margin-right: 10px;
}

.webcheckbox .box {
    padding: 10px;
}

.owl-carousel,
.owl-carousel .owl-item {
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
}

.btn-block,
.form-control-file,
.form-control-range,
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.collapse:not(.show),
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
template {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

address,
legend {
    line-height: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.chat-attachment:hover .chat-attach-caption,
.fade:not(.show),
.modal-backdrop.fade,
.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl,
.star-rating {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item,
.sort-by,
.view-cart-header .booking-date li span,
.view-cart-header .shopping-cart-total,
[dir="rtl"] .slick-slide {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.owl-carousel .owl-animated-in {
    z-index: 0;
}

.avatar-group .avatar:hover,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: var(--btn2color) !important;
    border-radius: 50px;
    margin: 0 2px;
    opacity: 0.2;
    outline: 0;
}
.owl-dots .owl-dot.active {
    background-color: var(--greencolor) !important;
    opacity: 1;
}
.new-header {
    background-color: #fff;
    transition: all 0.3s 0s linear;
     font-family: "Barlow", sans-serif;
}
.new-header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    animation: fadefix 0.3s 0s 1 linear;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.new-header.fixed .bottom-header {
    height: 0;
    overflow: hidden;
}
@keyframes fadefix {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.new-header .top-header {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.new-header .top-header .navbar-brand {
    padding: 0;
}
.new-header .top-header .logo {
    height: 75px;
    /*width: 158px;*/
    margin: 0;
    object-fit: cover;
}
.new-header .top-header .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #343434;
    padding: 5px 20px;
    cursor: pointer;
    transition: all 0.3s 0s linear;
}
.new-header .top-header .navbar-nav .nav-link:hover,
.new-header .top-header .navbar-nav .nav-link.active {
    color: var(--greencolor);
}
.new-header .top-header .navbar-nav .nav-link .badge {
    padding: 4px 5px;
    position: relative;
    margin-left: 3px;
    letter-spacing: 0.3px;
    font-size: 10px;
    margin-top: -2px;
    border-radius: 3px;
    vertical-align: middle;
}
.new-header .top-header .navbar-nav .nav-link .badge span {
    z-index: 1;
    position: relative;
}
.new-header .top-header .navbar-nav .nav-link .badge::before,
.new-header .top-header .navbar-nav .nav-link .badge::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 2px;
    background-color: var(--greencolor);
    will-change: transform, opacity;
    animation: badgefade 1.6s infinite;
}
.new-header .top-header .navbar-nav .nav-link .badge::after {
    animation-delay: 0.2s;
}
@keyframes badgefade {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.5);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}
.new-header .top-header .web-btn {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}
.new-header .top-header .dropdown-menu {
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    overflow: hidden;
}
.new-header .top-header .dropdown-menu a {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 20px 7px;
    font-weight: 600;
    text-transform: uppercase;
}
.new-header .top-header .dropdown-menu a:hover,
.new-header .top-header .dropdown-menu a:focus {
    background: var(--greencolor);
    color: #fff;
}
.new-header .middle-header {
    padding: 10px 0;
    background-color: #fff;
    display: none;
}
.new-header .middle-header .searchbox {
    position: relative;
}
.new-header .middle-header .searchicon {
    position: relative;
}
.new-header .middle-header .searchicon:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(utility/icons/search-icon.svg);
    background-size: 100% 100%;
}
.new-header .middle-header .searchicon .close-btn {
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    position: absolute;
    padding: 0px;
    background-color: #eee;
}
.new-header .middle-header .searchicon .close-btn i {
    height: 19px;
    width: 19px;
    margin-bottom: 1px;
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
}
.searchicon .form-control {
    background-color: #eee;
    color: #393939;
    border: none;
    border-radius: 5px;
    padding: 8.5px 45px 8.5px 20px !important;
    height: auto;
    font-size: 15px;
}
.searchicon .form-control::placeholder {
    color: #393939;
}
.cart-and-whatsapp {
    margin: 0 0 0 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.cart-and-whatsapp li {
    list-style: none;
    position: relative;
}

.searchbox {
    min-width: 390px;
}
.cart-and-whatsapp li a,
.cart-and-whatsapp li a:hover {
    display: flex;
    align-items: center;
    padding: 0 25px;
    color: #343434;
    position: relative;
}
.new-header .middle-header .cart-and-whatsapp li a .badge {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 13px;
    top: -7px;
    border-radius: 50px;
    text-align: center;
    line-height: 19px;
    padding: 0;
}
.new-header .middle-header .cart-and-whatsapp li a img {
    height: 27px;
    width: 27px;
}
.new-header .middle-header .cart-and-whatsapp li a p {
    margin: 0 0 3px 5px;
    line-height: 16px;
    font-weight: 600;
}
.new-header .middle-header .cart-and-whatsapp li a p small {
    font-weight: 600;
}
.new-header .middle-header .appstore-playstore img {
    height: 30px;
    width: 30px !important;
    object-fit: contain;
    margin-left: 10px;
}


.new-header .bottom-header ul li {
    list-style: none;
}
.new-header .bottom-header ul li a,
.new-header .bottom-header ul li .nav-link {
    color: #343434;
    padding: 10px 15px 11px;
    display: block;
    cursor: pointer;
    font-size: 14px;
}
.new-header .bottom-header ul li:first-child a {
    padding-left: 0;
}
.new-header .bottom-header ul li:last-child a {
    padding-right: 0;
}
.new-header .bottom-header .dropdown-menu {
    border-radius: 5px;
    margin-top: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    right: -15px;
    left: auto !important;
}
.new-header .bottom-header .dropdown-menu a {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 20px 7px !important;
    color: #343434;
}
.new-header .bottom-header .dropdown-menu a:hover,
.new-header .bottom-header .dropdown-menu a:focus {
    background: var(--greencolor);
    color: #fff;
}
#wrapper.mobile-new-header {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile-new-header #sidebar-wrapper {
    position: fixed;
    top: 0;
    padding: 0;
    z-index: 1000;
    left: 0;
    width: 260px;
    height: 100%;
    margin-left: -260px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile-new-header #sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
.mobile-new-header#wrapper.toggled #sidebar-wrapper {
    left: 260px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.mobile-new-header .sidebar-nav {
    position: absolute;
    top: 0;
    width: 260px;
    margin: 0;
    padding: 20px;
    list-style: none;
}
.mobile-new-header .sidebar-nav .sidebar-brand {
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin: -20px -20px 15px;
    width: calc(100% + 40px);
}
.mobile-new-header .sidebar-nav .sidebar-brand a,
.mobile-new-header .sidebar-nav .sidebar-brand a:hover {
    padding: 10px;
    background-color: #fff;
}
.mobile-new-header .sidebar-nav .sidebar-brand .logo {
    height: 45px;
    width: 158px;
    object-fit: contain;
    margin-right: 0;
}
.mobile-new-header .sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.mobile-new-header .sidebar-nav li a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    color: #343434;
    padding: 12px 20px;
    margin: 5px 0;
    transition: all 0.3s 0s linear;
    border-radius: 10px;
}
.mobile-new-header .sidebar-nav li.active a,
.mobile-new-header .sidebar-nav li a:hover,
.mobile-new-header .sidebar-nav li a:active,
.mobile-new-header .sidebar-nav li a:focus,
.mobile-new-header .sidebar-nav li.open a:hover,
.mobile-new-header .sidebar-nav li.open a:active,
.mobile-new-header .sidebar-nav li.open a:focus {
    color: #fff;
    background-color: var(--greencolor);
}
.mobile-new-header .sidebar-nav .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    color: #343434;
    padding: 12px 20px;
    margin: 5px 0;
    transition: all 0.3s 0s linear;
    border-radius: 10px;
}
.mobile-new-header .sidebar-nav .dropdown .dropdown-toggle:hover,
.mobile-new-header .sidebar-nav .dropdown .dropdown-toggle:active,
.mobile-new-header .sidebar-nav .dropdown .dropdown-toggle:focus {
    color: #fff;
    background-color: var(--greencolor);
}
.mobile-new-header .sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    top: 0;
    padding: 8px 0 14px;
    margin: 0;
    border-radius: 10px;
    border: none;
    background-color: #eee;
    box-shadow: none;
}
.mobile-new-header .sidebar-nav .dropdown-menu li a,
.mobile-new-header .sidebar-nav .dropdown-menu li a:hover {
    margin: 0;
    padding: 10px 20px;
    background-color: transparent;
    color: #343434;
}
.mobile-new-header .sidebar-nav .dropdown-menu li.active a {
    color: var(--greencolor);
}
.mobile-new-header .sidebar-nav .sidebar-footer {
    border-top: 1px solid #ddd;
    text-align: center;
    margin: 20px -20px -20px;
    width: calc(100% + 40px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-new-header .sidebar-nav .sidebar-footer a {
    padding: 10px;
}
.mobile-new-header .sidebar-nav .sidebar-footer img {
    width: 29px;
    height: 29px;
    object-fit: contain;
}
.new-header .mobile-cart {
    margin-bottom: 3px;
    margin-right: 49px;
    position: relative;
}
.new-header .mobile-cart .badge {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -11px;
    top: -7px;
    border-radius: 50px;
    text-align: center;
    line-height: 19px;
    padding: 0;
}
.new-header .mobile-cart img {
    height: 25px;
    width: 25px;
}


.homepage-banner {
  padding: 15px 0px;
  background-color: var(--greencolor);
}











.hamburger {
    position: fixed;
    z-index: 1001;
    display: block;
    width: 28px;
    height: 20px;
    right: 15px;
    top: 17px;
    background: transparent;
    border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: "";
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top {
    top: 1px;
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -1px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 1px;
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
    top: 1px;
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    bottom: 1px;
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
    content: "";
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
}
.mobile-new-header .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--lightgreenrgb);
    z-index: 1000;
}
.new-design-footer {
     font-family: "Barlow", sans-serif;
}
.new-design-footer .new-footer-top {
    padding: 40px 0;
    background-color: #eaeaea;
}
.new-design-footer .new-footer-top .logo {
    height: 75px;
    /*width: 158px;*/
    object-fit: cover;
    /*margin-bottom: 20px;*/
    /*margin-left: -5px;*/
}
.new-design-footer .new-footer-top p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.new-design-footer .new-footer-top h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.new-design-footer .new-footer-top ul {
    margin: 0;
    padding: 0;
}
.new-design-footer .new-footer-top ul li {
    list-style: none;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}
.new-design-footer .new-footer-top ul li a {
    color: #343434;
}
.new-design-footer .new-footer-top ul li a img {
    height: 30px;
    width: 30px;
}
.new-design-footer .new-footer-top ul li a:hover {
    color: var(--greencolor);
}
.new-design-footer .new-footer-top ul.contact-info li:first-child {
    align-items: start;
}
.new-design-footer .new-footer-top ul.contact-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.new-design-footer .new-footer-top ul.contact-info li .img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: var(--greencolor);
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-design-footer .new-footer-top ul.contact-info li .img img {
    object-fit: contain;
    height: 20px;
    width: 15px;
}
.new-design-footer .new-footer-top ul.contact-info li p {
    width: calc(100% - 45px);
}
.new-design-footer .new-footer-top ul.social-icons {
    align-items: center;
    margin-top: 40px;
}
.new-design-footer .new-footer-top ul.social-icons li {
    margin-right: 8px;
    margin-top: 8px;
    display: inline-block;
}
.new-design-footer .new-footer-bottom {
    background: var(--greencolor);
    padding: 15px 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.new-design-footer .new-footer-bottom .policy-menu {
    text-align: right;
    margin: 0;
    padding: 0;
}
.new-design-footer .new-footer-bottom .policy-menu li {
    margin-right: 20px;
    list-style: none;
    position: relative;
    display: inline-block;
}
.new-design-footer .new-footer-bottom .policy-menu li:last-child {
    margin-right: 0;
}
.new-design-footer .new-footer-bottom .policy-menu li:after {
    content: "|";
    color: white !important;
    right: -10px;
    font-weight: unset;
    position: absolute;
}
.new-design-footer .new-footer-bottom .policy-menu li:last-child:after {
    display: none;
}
.new-design-footer .new-footer-bottom .policy-menu li a {
    color: #fff;
}
.new-design-footer .new-footer-bottom .policy-menu li a:hover,
.new-design-footer .new-footer-bottom .policy-menu li a:focus {
    color: #fff;
}
.new-design-footer .dmca-badge img {
    width: 121px;
    height: 24px;
}
.fix-call-btn {
    position: fixed;
    width: 57px;
    height: 57px;
    border-radius: 50px !important;
    padding: 0 !important;
    bottom: 110px;
    right: 40px;
    z-index: 100;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.fix-call-btn img {
    height: 24px;
    width: 24px;
}
.float.what-btn {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) !important;
    font-size: 24px;
    bottom: 40px;
    position: fixed;
    right: 40px;
    border-radius: 50px;
    background-color: #25d366;
    color: #fff;
    z-index: 100;
}
.float.what-btn i {
    height: 24px;
}
@media (min-width: 1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}
@media (max-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

@media (max-width: 1190px) {
    .cta {
        display: none;
    }
    .searchbox {
        min-width: 390px;
        margin-right: auto;
    }
}
@media (min-width: 992px) and (max-width: 1211px) {
    .searchbox {
        min-width: 260px;
    }

    ul.navbar-nav {
        margin-left: auto;
    }
    .new-header .top-header .navbar-nav .nav-link {
        font-size: 11px;
        padding: 5px 10px;
    }
    .new-header .top-header .web-btn {
        font-size: 11px;
        padding: 10px 15px;
    }
    .new-header .bottom-header ul li a,
    .new-header .bottom-header ul li .nav-link {
        padding: 10px 10px 11px;
        font-size: 11px;
    }
    .new-design-footer .new-footer-top p {
        overflow-wrap: break-word;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .new-header .top-header {
        padding: 5px 0;
    }
    .new-header .list-group-horizontal-lg,
    .new-header .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .new-design-footer .new-footer-top p {
        overflow-wrap: break-word;
    }
    .new-header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hamburger {
        right: 25px;
    }
    .new-design-footer .new-footer-bottom {
        text-align: center;
    }
    .policy-menu {
        text-align: center;
        margin-top: 15px;
    }
}
@media (max-width: 768px) {
    .searchbox {
        min-width: 100%;
        margin-right: auto;
    }

    .new-header .top-header {
        padding: 5px 0;
    }
    .new-header .top-header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .new-design-footer .new-footer-top {
        padding: 30px 0;
    }
    .new-design-footer .new-footer-top .logo {
        margin-bottom: 15px;
    }
    .new-design-footer .new-footer-top h4 {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .new-design-footer .new-footer-top ul.contact-info li {
        margin-top: 15px;
    }
    .new-design-footer .new-footer-top ul.social-icons {
        margin-top: 20px;
    }
    .new-design-footer .new-footer-bottom {
        text-align: center;
    }
    .fix-call-btn {
        width: 45px;
        height: 45px;
        bottom: 145px;
        right: 15px;
    }
    .fix-call-btn img {
        height: 20px;
        width: 20px;
    }
    .float.what-btn {
        width: 45px;
        height: 45px;
        bottom: 90px;
        right: 15px;
        font-size: 20px;
    }
    .float.what-btn i {
        height: 20px;
    }
}


.new-header .bottom-header {
    background-color: #f3f3f3; /* Light subtle background */
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease;
    padding: 10px 0;
}

.new-header .bottom-header ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Center the menu items */
    gap: 60px; /* Space between items */
    list-style: none;
}

.new-header .bottom-header ul li {
    position: relative;
}



.new-header .bottom-header ul li a,
.new-header .bottom-header ul li .nav-link {
    color: #343434;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 10px;
    cursor: pointer;
    transition: color 0.3s ease;
    display: inline-block;
}

.new-header .bottom-header ul li a:hover,
.new-header .bottom-header ul li .nav-link:hover {
    color: var(--greencolor);
}

.website-new-banner {
  padding: 15px 0px;
  background-color: var(--greencolor);
}

/* Badge styling for "Safe" */
.new-header .bottom-header ul li .badge {
    padding: 4px 5px;
    font-size: 10px;
    background-color: var(--greencolor);
    color: white;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
}

/* Dropdown menu adjustments */
.new-header .bottom-header .dropdown-menu {
    border-radius: 5px 5px 5px 5px;
    margin-top: 6px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 180px;
}

.new-header .bottom-header .dropdown-menu a {
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    color: #343434;
    text-transform: uppercase;
}

.new-header .bottom-header .dropdown-menu a:hover,
.new-header .bottom-header .dropdown-menu a:focus {
    background: var(--greencolor);
    color: #fff;
}

/* Responsive tweaks for smaller screens */
@media (max-width: 768px) {
    .new-header .bottom-header ul {
        flex-wrap: wrap;
        gap: 30px;
    }
    .new-header .bottom-header ul li:not(:last-child)::after {
        display: none; /* Remove separators on small screens */
    }
}

#whatsapp-chat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#whatsapp-chat i {
    filter: invert(1);
    color: #000;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.mobile-sidebar-number {
    padding: 0;
    margin: 0;
}
.mobile-sidebar-number li {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 20px;
    overflow-wrap: break-word;
}


.mobile-sidebar-number li .img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: var(--greencolor);
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-sidebar-number li .img img {
    object-fit: contain;
    height: 20px;
    width: 15px;
}
.mobile-sidebar-number li p {
    width: calc(100% - 45px);
    margin: 0;
    line-height: 13px;
    font-size: 13px;
    color: #343434;
    font-weight: 500;
}
.mobile-sidebar-number li p a {
    color: #343434 !important;
    padding: 0 !important;
    font-size: 13px !important;
}
.footer-headings {
    font-size: 15px !important;
}
.section-padding {
    padding: 60px 0;
}


/*.homepage-banner {
    position: relative;
    width: 100%;
    min-height: 60vh; /* Full viewport height, can adjust */
    overflow: hidden;
}*/

.homepage-banner .homepage-banner-slider .item {
    width: 100%;
    height: 100%;
}

.homepage-banner .homepage-banner-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1200px) {
    /*.homepage-banner {*/
    /*    min-height: 50vh;*/
    /*}*/
}

@media (max-width: 768px) {
    /*.homepage-banner {*/
    /*    min-height: 40vh;*/
    /*}*/
}


/*.homepage-banner .row {*/
/*  margin-top: 20px;*/
/*}*/



.homepage-banner img {
    border-radius: 20px;
    width: 100%;
    height: 265px;
    object-fit: cover;
    background-color: #eee;
    border: 2px solid #ddd;
}
.main-slider-skeleton .img {
    height: 265px;
    border-radius: 20px;
    background: linear-gradient(90deg, #eee 25%, #dedede 50%, #eee 75%);
    background-size: 200% 100%;
    animation: loading 3s infinite ease-in-out;
}
.dots-skeleton {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.dots-skeleton li {
    background: linear-gradient(90deg, #eee 25%, #dedede 50%, #eee 75%);
    background-size: 200% 100%;
    animation: loading 3s infinite ease-in-out;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    list-style: none;
    margin: 14px 2px 0;
}
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.secmed-services {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.secmed-services:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 307px;
    height: 447px;
    background: url(../newdesignv2/images/circle.html);
    background-size: 100% 100%;
    z-index: 0;
    animation: circlescale 2s linear 0s infinite alternate;
}
@keyframes circlescale {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.1, 1.1);
    }
}
.secmed-services .title {
    font-size: 24px;
    margin-bottom: 40px;
}
.secmed-services h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.secmed-services p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.secmed-services .web-btn {
    padding: 12.5px 30px;
    margin-top: 40px;
    font-size: 16px;
    min-width: 320px;
}
.secmed-services .box {
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 4px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
    height: calc(100% - 70px);
    transition: all 0.3s 0s linear;
}
.secmed-services .box:hover {
    box-shadow: 4px 4px 20px rgb(0 0 0 / 20%);
}
.secmed-services .box .box-img {
    background-color: #eee;
    border-radius: 20px 20px 0 0;
    height: 126px;
    position: relative;
}
.secmed-services .box.purple .box-img {
    background-color: #dbceea;
}
.secmed-services .box.green .box-img {
    background-color: #c5dbc5;
}
.secmed-services .box.orange .box-img {
    background-color: #f2dcc5;
}
.secmed-services .box.red .box-img {
    background-color: #f6cbcb;
}
.secmed-services .box.cyan .box-img {
    background-color: #c1f2ef;
}
.secmed-services .box.blue .box-img {
    background-color: #c7daf5;
}
.secmed-services .box .box-img img {
    height: 167px;
    max-width: 112%;
    object-fit: contain;
    object-position: bottom;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    position: absolute;
}
.secmed-services .box .box-body {
    padding: 15px;
}
.secmed-services .box .box-body h4 {
    font-size: 18px;
    margin-bottom: 2px;
}
.secmed-services .box .box-body p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    color: var(--secondarycolor);
}
.live-doctor-consultation {
    position: relative;
}
.live-doctor-consultation:before {
    content: "";
    position: absolute;
    width: 267px;
    height: 154px;
    background-image: url(../newdesignv2/images/pattern-top.html);
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.live-doctor-consultation:after {
    content: "";
    position: absolute;
    width: 298px;
    height: 146px;
    background-image: url(../newdesignv2/images/pattern-bottom.html);
    background-size: 100% 100%;
    bottom: 0;
    right: 0;
}
.live-doctor-consultation .section-heading .badge {
    padding: 3px 5px;
    font-size: 100%;
    background-color: red;
    color: #fff;
    display: inline-block;
}
.live-doctor-consultation .section-heading .web-btn2 {
    background-color: var(--greencolor) !important;
color: white !important;
}
}

/* =========================================
   CORPORATE HEALTH SECTION - PREMIUM STYLE
========================================= */

.live-doctor-consultation {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f4f8ff 0%, #eef5ff 100%);
    overflow: hidden;
}

/* Decorative background glow */
.live-doctor-consultation::before {
    content: "";
    position: absolute;
    right: -120px;
    top: 50px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(13,110,253,0.08) 0%, transparent 70%);
    border-radius: 50%;
}

/* Heading */
.live-doctor-consultation .section-heading {
    font-size: 38px;
    font-weight: 700;
    color: #1c2b4a;
    margin-bottom: 30px;
    position: relative;
}

/*.live-doctor-consultation .section-heading::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #0d6efd;
    display: block;
    margin-top: 12px;
    border-radius: 3px;
}*/

/* Paragraph */
/* .live-doctor-consultation p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
    max-width: 950px;
} */

/* Lists */
.live-doctor-consultation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List Item - Card Style */
.live-doctor-consultation ul li {
    background: #ffffff;
    padding: 18px 20px 18px 50px;
    margin-bottom: 18px;
    border-radius: 12px;
    font-size: 15.5px;
    font-weight: 500;
    color: #2c3e50;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* Hover effect */
.live-doctor-consultation ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(13,110,253,0.15);
}

/* Custom check icon */
.live-doctor-consultation ul li::before {
    content: "✔";
    position: absolute;
    left: 20px;
    top: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #0d6efd;
}



/* =========================================
   TECHNOLOGY SECTION - PREMIUM STYLE
========================================= */

.health-blogs {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
}

/* Soft green glow */
.health-blogs::before {
    content: "";
    position: absolute;
    left: -120px;
    bottom: -120px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(40,167,69,0.07) 0%, transparent 70%);
    border-radius: 50%;
}

/* Heading */
.health-blogs .section-heading {
    font-size: 36px;
    font-weight: 700;
    color: #1c2b4a;
    margin-bottom: 30px;
    position: relative;
}

/*.health-blogs .section-heading::after {
    content: "";
    width: 70px;
    height: 4px;
    background: var(--greencolor);
    display: block;
    margin-top: 12px;
    border-radius: 3px;
}*/

/* Paragraph */
/* .health-blogs p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
    max-width: 950px;
} */

/* Subheading */
.health-blogs h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

/* List */
.health-blogs ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

/* List item */
.health-blogs ul li {
    background: #f8fcf9;
    padding: 16px 20px 16px 50px;
    margin-bottom: 16px;
    border-radius: 12px;
    font-size: 15.5px;
    font-weight: 500;
    color: #2c3e50;
    position: relative;
   box-shadow: 0 12px 30px rgba(58, 54, 202, 0.25);
    transition: all 0.3s ease;
}

/* Hover */
.health-blogs ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(98, 113, 167, 0.18);
}

/* Check icon */
.health-blogs ul li::before {
    content: "✔";
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 14px;
    font-weight: bold;
    color: var(--greencolor);
}



/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 992px) {

    .live-doctor-consultation,
    .health-blogs {
        padding: 70px 0;
    }

    .live-doctor-consultation .section-heading,
    .health-blogs .section-heading {
        font-size: 26px;
    }

    .live-doctor-consultation p,
    .health-blogs p {
        font-size: 15.5px;
    }

    .live-doctor-consultation ul li,
    .health-blogs ul li {
        font-size: 14px;
        padding: 14px 18px 14px 42px;
    }
}

.search-modal {
  display: none;
  position: absolute; /* align below input */
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.search-modal .modal-content {
  display: flex;
  flex-direction: column;
}

.search-modal .modal-results div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}

.search-modal .modal-results div:hover {
  background-color: #f0f0f0;
}

.search-modal .modal-results .no-results {
  padding: 10px;
  color: #999;
  cursor: default;
}

#searchFunction {
   position: relative;
  z-index: 1000;
}

#searchModal {
  position: absolute;
  top: 100%; /* directly below input */
  left: 0;
  width: 100%; /* same width as input */
  max-height: 300px; /* optional for scroll */
  overflow-y: auto;
  border: 1px solid #ddd;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 9999;
}

.homepage-banner-section .owl-carousel .item img {
    border-radius: 20px;
    width: 100%;
    height: 265px; /* fixed height as requested */
    object-fit: cover;
    background-color: #eee;
    border: 2px solid #ddd;
    display: block;
}

/* Remove arrows and dots */
.homepage-banner-section .owl-carousel .owl-nav,
.homepage-banner-section .owl-carousel .owl-dots {
    display: none;
}

/* Optional: spacing between slides if needed */
.homepage-banner-section .owl-carousel .item {
    margin-right: 15px; /* optional spacing */
}


.search-modal .modal-results div:hover {
  background-color: #f0f0f0;
}

.search-modal .modal-results .no-results {
  padding: 10px;
  color: #999;
  cursor: default;
}

.live-doctor-consultation .box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
     font-family: "Barlow", sans-serif;
}
.live-doctor-consultation .box .doctor-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    object-position: top;
    background-color: #eee;
}
.live-doctor-consultation .box .live {
    width: 37px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.live-doctor-consultation .box .price {
    background-color: var(--greencolor);
    color: #fff;
    border-radius: 50px 0 0 50px;
    right: 0;
    top: 50px;
    position: absolute;
    text-align: center;
    font-size: 28px;
    line-height: 18px;
    margin: 0;
    padding: 2px 8px 4px 12px;
}
.live-doctor-consultation .box .price small {
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-left: 10px;
}
.live-doctor-consultation .box .price span {
    font-size: 16px;
}
.live-doctor-consultation .box .designation {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 0;
    position: relative;
}
.live-doctor-consultation .box .designation:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: var(--btn2color);
    left: 0;
    top: 60%;
    transform: translate(0, -50%);
}
.live-doctor-consultation .box .designation span {
    background-color: var(--btn2color);
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    display: inline-block;
    border-radius: 3px;
    letter-spacing: 0.5px;
    z-index: 1;
    position: relative;
}
.live-doctor-consultation .box .box-body {
    padding: 10px 15px 15px;
}
.live-doctor-consultation .box .box-body h3 {
    font-size: 16px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.live-doctor-consultation .box .box-body h3 span {
    display: block;
    width: 100%;
}
.live-doctor-consultation .box .box-body .verified {
    width: 66px;
    height: 22px;
    object-fit: contain;
    margin-bottom: 5px;
}
.live-doctor-consultation .box .box-body p {
    font-size: 14px;
    margin-bottom: 2px;
}
.live-doctor-consultation .box .box-body ul {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px;
}
.live-doctor-consultation .box .box-body ul li {
    list-style: none;
    margin-right: 10px;
}
.live-doctor-consultation .box .box-body .availability {
    background-color: #eee;
    margin: 0 -15px 15px;
    padding: 5px 15px;
}
.live-doctor-consultation .box .box-body .availability p {
    margin: 0;
}
.doctors-slider-skeleton .box {
    background: linear-gradient(90deg, #eee 25%, #dedede 50%, #eee 75%);
    background-size: 200% 100%;
    animation: loading 3s infinite ease-in-out;
    border: 1px solid #ddd;
    height: 368.8px;
    border-radius: 10px;
}
.offers img {
    border-radius: 30px;
    border: 1px solid #ddd;
}
.health-blogs .box {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.health-blogs .box .img-box {
    height: 179px;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}
/* .health-blogs .box .box-body {
    padding: 15px;
} */
/* .health-blogs .box .box-body h3 {
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
} */

.health-blogs .box .box-body h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--greencolor);
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease, transform 0.2s ease;
}

.health-blogs .box .box-body p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}
/* .health-blogs .box .box-body p {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
} */
.health-blogs .box .box-body .btn {
    margin-top: 15px;
}
.blogs-slider-skeleton .box {
    background: linear-gradient(90deg, #eee 25%, #dedede 50%, #eee 75%);
    background-size: 200% 100%;
    animation: loading 3s infinite ease-in-out;
    border: 1px solid #ddd;
    height: 276.8px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .blogs-slider-skeleton .box {
        height: 212.8px;
    }
    .blogs-slider-skeleton .row {
        padding: 0 7.5px;
    }
    .blogs-slider-skeleton .row .col-6 {
        padding: 0 7.5px;
    }
}
.download-our-app-new {
    background-color: #fff;
}
.download-our-app-new .box {
    background-color: #bbe0e2;
    padding: 50px;
    border-radius: 20px;
    position: relative;
}
.download-our-app-new h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}
.download-our-app-new ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.download-our-app-new ul li {
    list-style: none;
    margin-right: 40px;
}
.download-our-app-new ul li:last-child {
    margin-right: 0;
}
.download-our-app-new ul li img.qr {
    height: 130px;
    width: 130px;
    border-radius: 10px;
    padding: 5px;
    background-color: #fff;
}
.download-our-app-new ul li img {
    width: 204px;
    height: 61px;
}
.download-our-app-new .download-img {
    width: 432px;
    height: 398px;
    margin: -103px auto -50px;
    display: block;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .download-our-app-new {
        padding-top: 30px;
    }
    .download-our-app-new .box {
        padding: 20px;
        border-radius: 10px;
    }
    .download-our-app-new h3 {
        font-size: 22px;
    }
    .download-our-app-new ul li {
        margin-right: 20px;
    }
    .download-our-app-new ul li img.qr {
        height: 90px;
        width: 90px;
    }
    .download-our-app-new ul li img {
        width: 144px;
        height: 43px;
    }
    .download-our-app-new .download-img {
        width: 267px;
        height: 246px;
        margin: -50px auto -20px;
    }
}
@media (max-width: 767px) {
    .download-our-app-new {
        padding-top: 0px !important;
    }
    .download-our-app-new .box {
        padding: 20px 20px 0;
        border-radius: 10px;
        text-align: center;
    }
    .download-our-app-new h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .download-our-app-new ul {
        justify-content: center;
    }
    .download-our-app-new ul li img {
        width: 117px;
        height: 35px;
    }
    .download-our-app-new .download-img {
        margin: 30px auto 0;
        width: 190px;
        height: 176px;
    }
}
.secmed-services.all-services .box .box-body h4 {
    font-size: 16px;
}
.secmed-services.all-services .box {
    margin-top: 18px;
    height: calc(100% - 48px);
}
.secmed-services.all-servicess .box .box-img {
    height: 110px;
}
.secmed-services.all-services .box .box-img img {
    height: 145px;
}
@media (min-width: 767px) and (max-width: 992px) {
    .section-padding {
        padding: 30px 0;
    }
    .homepage-banner {
        padding-top: 20px;
    }
    .secmed-services {
        padding-bottom: 10px;
    }
    .secmed-services .title {
        margin-top: 0px !important;
        margin-bottom: 10px;
    }
    .secmed-services h1 {
        margin-bottom: 10px;
    }
    .secmed-services .web-btn {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .secmed-services .box {
        margin-bottom: 20px !important;
        height: calc(100% - 60px) !important;
    }
    .secmed-services.all-services .box {
        margin-top: 40px;
    }
    .secmed-services.all-services .box .box-img img {
        height: 167px;
    }
    .secmed-services.all-services .box .box-body h4 {
        font-size: 18px;
    }
    .section-heading {
        margin-bottom: 20px;
    }
    .new-design-footer .new-footer-bottom .policy-menu {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .section-padding {
        padding: 30px 0;
    }
    .homepage-banner {
        padding-top: 20px;
    }
    .homepage-banner img {
        border-radius: 10px;
        height: 134px;
    }
    .main-slider-skeleton .img {
        height: 134px;
    }
    .secmed-services {
        padding-bottom: 20px;
    }
    .secmed-services:before {
        display: none;
    }
    .secmed-services .title {
        margin-top: 0px !important;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .secmed-services h1 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .secmed-services p {
        font-size: 14px;
        line-height: 20px;
    }
    .secmed-services .web-btn {
        margin-top: 20px;
        margin-bottom: 30px;
        min-width: auto;
        font-size: 14px;
        padding: 10px 20px;
    }
    .secmed-services .row {
        padding: 0 7.5px;
    }
    .secmed-services .row .col-12,
    .secmed-services .row .col-6 {
        padding: 0 7.5px;
    }
    .secmed-services .box {
        margin-bottom: 10px;
        margin-top: 28px !important;
        border-radius: 10px;
        height: calc(100% - 38px) !important;
    }
    .secmed-services .box .box-img {
        height: 80px;
        border-radius: 10px 10px 0 0;
    }
    .secmed-services .box .box-img img {
        height: 110px !important;
    }
    .secmed-services .box .box-body {
        padding: 10px;
    }
    .secmed-services .box .box-body h4 {
        font-size: 14px;
    }
    .section-heading.with-btn {
        display: block;
    }
    .section-heading.with-btn span {
        display: block;
    }
    .section-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .live-doctor-consultation:before,
    .live-doctor-consultation:after {
        display: none;
    }
    .section-heading.with-btn .btn {
        margin-top: 10px;
    }
    .offers img {
        border-radius: 10px;
    }
    .health-blogs .box .img-box {
               height: 175px;
        margin-bottom: 10px;
    }
    .footer-newsletter-btn {
        margin-bottom: 20px;
    }
    .new-design-footer .new-footer-bottom .policy-menu {
        text-align: center;
    }
    .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
    }
}
.header .middle-header .searchbox {
    position: relative;
}
.header .middle-header .searchicon {
    position: relative;
}
.header .middle-header .searchicon:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(web/page_not_found.html);
    background-size: 100% 100%;
}
.header .middle-header .searchicon .close-btn {
    right: 21px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    position: absolute;
    padding: 0;
    background-color: #eee;
}
.header .middle-header .searchicon .close-btn i {
    height: 12px;
    margin-bottom: 1px;
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
}
.page-mobile-header .searchbox {
    position: relative;
    margin-top: 10px;
}
.page-mobile-header .searchicon {
    position: relative;
}
.page-mobile-header .searchicon input {
    padding: 8.5px 45px 8.5px 15px;
}
.page-mobile-header .searchicon:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(web/page_not_found.html);
    background-size: 100% 100%;
}
.search-list ul.no-data li a:after {
    display: none;
}
.search-list {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 200;
}
.search-list ul {
    margin: 0;
    padding: 10px 15px;
}
.search-list ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
}
.search-list ul li a {
    padding: 10px 0;
    display: block;
    position: relative;
    color: var(--btn2color);
}
.search-list ul li:last-child a {
    border-bottom: none;
}
.search-list ul li a:after {
    content: "\f105";
     font-family: "Barlow", sans-serif;
    position: absolute;
    right: 15px;
    top: 11px;
}
.search-list ul.no-data {
    text-align: center;
}
.search-list ul li a.btn {
    color: #fff;
}

.search-action-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 25px 15px 15px !important;
    border-radius: 7px;
}

.search-action-btns li {
    width: 49%;
}

.bg-white {
    background-color: #fff !important;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
padding: 20px 0px;
background: transparent;


    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
font-weight: bold;
    border-radius: 0.25rem;
}
.breadcrumb li {
    font-size: 14px;
}
.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}
.custom-short-by .sort-title,
.pharmacy-location,
.pharmacy-title,
a {
    color: #2e3842;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb li::before {
    font-size: 14px !important;
    color: #757575 !important;
}
.breadcrumb li:last-child {
    color: #757575 !important;
}
.breadcrumb-item.active {
    color: #6c757d;
}



/* Contact Section */
.contactus {
    background: linear-gradient(135deg, #eaf4ff 0%, #d6e9ff 100%);
    padding: 60px 0;
}

/* Contact Info Box */
.info-box {
    background-color: var(--primary);
    color: var(--white);
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.info-box h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--white);
}

.info-list {
    list-style: none;
    margin-bottom: 30px;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 15px;
}

.info-list li img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    filter: brightness(0) invert(1);
}

.info-list li p {
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
}

.info-list li a {
    color: var(--white);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.info-list li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    list-style: none;
    margin-top: 30px;
}

.social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--white);
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons li a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.social-icons li a i {
    font-size: 18px;
}
/* Contact Form Box */
/* .box {
    background-color: var(--white);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
} */

.box h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--text-dark);
}

/* Global form error styling */
.error-text {
    display: block !important;
    width: 100%;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    color: #dc3545;
}

/* Optional: highlight invalid input */
.is-invalid {
    border-color: #dc3545 !important;
}
.row.mt-10 {
  margin-top: 25px;
}

.web-clr:hover {
    text-decoration: underline;
}

/* Location Boxes */
.location-box {
    background-color: var(--white);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.location-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.location-box iframe {
    width: 100%;
    height: 300px;
    border-radius: 4px;
}

/* Intro Section */
.intro-section {
    padding: 60px 0;
}

.intro-section.bg-light {
    background-color: var(--light-gray);
}

/*.intro-section p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 20px;
}*/

.intro-section p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .col-lg-8, .col-lg-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .contactus {
        padding: 40px 0;
    }
    
    .info-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .col-md-6, .col-sm-6 {
        width: 100%;
    }
    
    .box {
        padding: 13px 10px;
    }
    
    .info-box {
        padding: 30px 20px;
    }
    
    .location-box iframe {
        height: 250px;
    }
    
    .intro-section {
        padding: 40px 0;
    }
    
    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .breadcrumb {
        font-size: 13px;
    }
    
    .info-box h1 {
        font-size: 24px;
    }
    
    .box h2 {
        font-size: 22px;
    }
    
    .form-control {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .web-btn {
        padding: 10px 30px;
        font-size: 15px;
    }
    
    .location-box h3 {
        font-size: 20px;
    }
    
    .form-common-message {
        flex-direction: column;
        gap: 5px;
    }
    
    .form-common-message input[type="checkbox"] {
        margin-top: 0;
    }
}


/* =============================== */
/* corporate pages */
/* ============================== */
.corporate-banner {
    padding: 40px 0 !important;
    background-position: center;
    background-size: cover;
}

.corporate-banner .box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.corporate-banner h1 {
    font-size: 34px !important;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.corporate-banner .col-md-8 img {
    height: 465px;
    object-fit: cover;
}

.corporate-banner .banner-big-image {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #eee;
    border-radius: 10px;
    box-shadow: 0 0 16px -3px rgba(0, 0, 0, 0.38);
}


/* ══ 2. CORPORATE SERVICES BOXES ══ */
.corporate-services-section {
    padding: 40px 0;
}

.corporate-services-section .box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 300px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.corporate-services-section .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.corporate-services-section .box .content-div {
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    transition: all 0.3s 0s linear;
    z-index: 111;
}

.corporate-services-section .box:hover .content-div {
    bottom: 0;
}

.corporate-services-section .box h4 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: white;
}

.corporate-services-section .box .content-div p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}


/* ══ 3. WEBSITE NEW BANNER  (shared – used on all pages) ══ */
.website-new-banner {
    background: var(--greencolor);
    padding: 15px 0;
}

.website-new-banner .box {
    background: #fff;
    border-radius: 12px;
    padding: 0px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.website-new-banner .box img {
    max-width: 80px;
}

.website-new-banner .box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.website-new-banner .box .btn {
    width: 100%;
}




/* ══ 4. CORPORATE BANNER FORM & INPUT STYLES ══ */
.corporate-banner .box .form-control,
.corporate-banner .box select {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 10px 14px;
    font-size: 14px;
    margin-bottom: 8px;
}

.corporate-banner .box .form-control:focus {
    border-color: #2417b8;
  box-shadow: 0 0 0 3px rgba(23, 33, 184, 0.12);
}

.corporate-banner .box select {
    padding: 10px 14px;
}

.corporate-banner .box #corporate_care_btn {
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 12px;
}


/* ══ 5. UTILITY ══ */
.bg-white {
    background-color: #fff !important;
}

.my_padding2 {
    padding-bottom: 30px;
}

img {
    vertical-align: middle;
    border-style: none;
}


/* ══ 6. CORPORATE SLIDER SECTION 2 ══ */
.corporate_slider_section_2 h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.corporate_slider_section_2 p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}


/* ════════════════════════════════════════════════════
   EAP PAGE STYLES
════════════════════════════════════════════════════ */

/* ══ 7a. EAP – Section Spacing ══ */
.eap-section {
    padding: 60px 0;
}

/* ══ 7b. EAP Banner (form) ══ */
.eap-banner {
    background: linear-gradient(135deg, #e8f7f9 0%, #f0faf7 100%);
    background-size: cover;
    padding: 60px 0;
}

.eap-banner .box {
    background: #fff;
    border-radius: 14px;
    padding: 30px 28px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.10);
}

.eap-banner .box .form-control {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 10px 14px;
    font-size: 14px;
    margin-bottom: 2px;
}

.eap-banner .box .form-control:focus {
  border-color: #2417b8;
  box-shadow: 0 0 0 3px rgba(23, 33, 184, 0.12);
}

.eap-banner .box .web-captcha {
    display: block;
}

.eap-banner .box #homecare_frm_btn {
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 12px;
}

.eap-banner .terms-accept label {
    font-size: 12px;
    line-height: 1.5;
    color: #555;
}

/* ══ 7c. EAP Challenges (About) ══ */
.eap-challenges {
    padding: 70px 0;
    background: #fff;
}

/*.eap-challenges h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.35;
}*/

.eap-challenges p {
     font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

.eap-challenges img {
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
}

/* ══ 7d. EAP About (two boxes) ══ */
.eap-about {
    padding: 60px 0;
    background: #f8f9fa;
}

.eap-about .box {
    background: #fff;
    border-radius: 14px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: box-shadow 0.25s, transform 0.25s;
}

.eap-about .box:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.14);
    transform: translateY(-4px);
}

.eap-about .box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 18px;
    background: #a1aff9;
    border-radius: 50%;
    padding: 12px;
}

.eap-h {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.35;
}

/*.eap-about .box p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}*/

/* ══ 7e. EAP FAQ ══ */
.frequently-asked-questions {
    padding: 70px 0;
    background: #fff;
}

.frequently-asked-questions .new-page-heading h2 {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.frequently-asked-questions .web-accordion .card {
    border: none;
    border-radius: 10px !important;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.frequently-asked-questions .web-accordion .card-header {
    background: #fff;
    border: none;
    padding: 0;
}

.frequently-asked-questions .web-accordion .card-header .btn-link {
     font-family: "Barlow", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    white-space: normal;
    line-height: 1.4;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: var(--greencolor);
    align-items: center;
}

.frequently-asked-questions .web-accordion .card-header .btn-link::after {
    content: '+';
    font-size: 22px;
    font-weight: 600;
    flex-shrink: 0;
    margin-left: 12px;
    transition: transform 0.2s;
}

.frequently-asked-questions .web-accordion .card-header .btn-link[aria-expanded="true"]::after {
    content: '−';
}

.frequently-asked-questions .web-accordion .card-body {
    padding: 0 20px 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.frequently-asked-questions .web-accordion .card-body p {
    margin: 0;
     font-family: "Barlow", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #6c757d;
}


/* ════════════════════════════════════════════════════
   FINANCIAL WELLNESS PAGE STYLES
════════════════════════════════════════════════════ */

/* ══ 8a. Financial Wellness Banner ══ */
.financial-wellness-banner {
    background-image: url(asset/consult/image/financial-wellness-banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
    position: relative;
}

.financial-wellness-banner::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.financial-wellness-banner::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.financial-wellness-banner h1 {
     font-family: "Barlow", sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin-bottom: 20px;
}

.financial-wellness-banner p {
     font-family: "Barlow", sans-serif;
    font-size: 16px;     font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
font-size:15px;

    margin: 0;
}

.financial-wellness-banner .box {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.20);
    position: relative;
    z-index: 1;
}

.financial-wellness-banner .box-h {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
}

.financial-wellness-banner .box .form-control {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 10px 14px;
    font-size: 14px;
    margin-bottom: 2px;
}

.financial-wellness-banner .box .form-control:focus {
    border-color: #263a8efc;
    box-shadow: 0 0 0 3px rgba(38, 58, 142, 0.12);
    outline: none;
}

.financial-wellness-banner .box .selecticon select {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 10px 14px;
    font-size: 14px;
}

.financial-wellness-banner .box .terms-accept label {
    font-size: 12px;
    line-height: 1.5;
    color: #555;
}

.financial-wellness-banner .box #homecare_frm_btn {
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 12px;
    margin-top: 8px;
}


/* ════════════════════════════════════════════════════
   DISEASE HEALTH GOALS
════════════════════════════════════════════════════ */

/* ══ 9. Disease Health Goals ══ */
.disease-health-goals-new {
    padding: 60px 0;
}

.disease-health-goals ul {
    margin: 0;
    padding: 0;
}

.disease-health-goals ul li {
    list-style: none;
    display: inline-block;
    width: 48%;
    font-size: 18px;
    margin-top: 10px;
    position: relative;
    padding-left: 32px;
}

.disease-health-goals ul li::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    left: 0;
    top: 2px;
    background-color: #dfe4ff;
    background-image: url('https://www.secondmedic.com/utility/icons/check.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}


/* ════════════════════════════════════════════════════
   SHARED FAQ  (web-faq-design)
════════════════════════════════════════════════════ */

/* ══ 10. Shared FAQ ══ */
.web-faq-design {
    padding: 70px 0;
    background: #f8f9fa;
}

.web-faq-design h2 {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.web-faq-design hr {
    border-color: #dee2e6;
    margin-bottom: 24px;
}

.web-faq-design .web-accordion .card {
    border: none;
    border-radius: 10px !important;
    margin-bottom: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    background: #fff;
}

.web-faq-design .web-accordion .card-header {
    background: #fff;
    border: none;
    padding: 0;
}

.web-faq-design .web-accordion .card-header button {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    padding: 16px 20px;
    text-decoration: none;
    white-space: normal;
    text-align: left;
    line-height: 1.45;
    width: 100%;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.web-faq-design .web-accordion .card-header button::after {
    content: '+';
    font-size: 22px;
    font-weight: 400;
    color: #17a2b8;
    flex-shrink: 0;
    margin-left: 12px;
    margin-top: -2px;
}

.web-faq-design .web-accordion .card-header button[aria-expanded="true"]::after {
    content: '−';
}

.web-faq-design .web-accordion .card-body {
    padding: 0 20px 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.web-faq-design .web-accordion .card-body p {
    margin: 0;
}


/* ════════════════════════════════════════════════════
   FINANCIAL BLOG
════════════════════════════════════════════════════ */

/* ══ 11. Financial Blog ══ */
.financial-blog {
    padding: 70px 0;
    background: #fff;
}

.financial-blog .financial-h {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.financial-blog .profile-widget {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.09);
    transition: box-shadow 0.25s, transform 0.25s;
    margin-bottom: 4px;
}

.financial-blog .profile-widget:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.financial-blog .doc-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.financial-blog .doc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.financial-blog .profile-widget:hover .doc-img img {
    transform: scale(1.04);
}

.financial-blog .pro-content {
    display: block;
    padding: 14px 14px 16px;
    text-decoration: none;
}

.financial-blog .pro-content .title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 8px;
    min-height: 40px;
}

.financial-blog .pro-content p {
    font-size: 12px;
    color: #777;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.financial-blog .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #17a2b8 !important;
    color: #fff !important;
    width: 34px;
    height: 34px;
    border-radius: 50% !important;
    font-size: 18px !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.financial-blog .owl-prev { left: -16px; }
.financial-blog .owl-next { right: -16px; }
.financial-blog .owl-nav.disabled { display: none; }


/* ════════════════════════════════════════════════════
   RESPONSIVE  –  All breakpoints merged
════════════════════════════════════════════════════ */
@media (max-width: 767px) {

.home-about .about-tagline-bottom{
   font-size: 15px !important;
}
    /* Corporate Banner */
    .corporate-banner h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .corporate-banner .banner-big-image {
        display: none;
    }

    /* Corporate Services */
    .corporate-services-section .box {
        height: 250px;
    }
    .corporate-services-section .box .content-div h4 {
        font-size: 16px;
    }
    .corporate-services-section .box .content-div p {
        font-size: 13px;
    }

    /* EAP */
    .eap-challenges {
        padding: 40px 0;
    }
    .eap-challenges h2 {
        font-size: 22px;
    }
    .eap-about {
        padding: 40px 0;
    }
    .eap-about .box {
        margin-bottom: 20px;
    }
    .eap-banner {
        padding: 40px 0;
    }
    .frequently-asked-questions {
        padding: 40px 0;
    }

    /* Financial Wellness */
    .financial-wellness-banner {
        padding: 40px 0;
    }
    .financial-wellness-banner h1 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    /* Shared FAQ */
    .web-faq-design {
        padding: 40px 0;
    }

    /* Financial Blog */
    .financial-blog {
        padding: 40px 0;
    }
}











.lab-pkg-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0,0,0,.10);
    display: flex;
    flex-direction: column;
    transition: box-shadow .25s ease, transform .25s ease;
     font-family: "Barlow", sans-serif;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.lab-pkg-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,.16);
    transform: translateY(-4px);
}

/* ── Image area ───────────────────────────────────────────── */
.lab-pkg-card .card-img-wrap {
    position: relative;
    width: 100%;
    background: #eef7f6;
}
.lab-pkg-card .card-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: unset;
    display: block;
    transition: transform .35s ease;
}
.lab-pkg-card:hover .card-img-wrap img {
    transform: scale(1.02);
}

/* ── Discount badge ───────────────────────────────────────── */
.lab-pkg-card .discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--greencolor);;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 20px;
    letter-spacing: .3px;
    line-height: 1.4;
    0 2px 6px rgba(40, 60, 167, 0.5)
}
.lab-pkg-card .discount-badge.zero {
    background: #6c757d;
    box-shadow: none;
}

/* ── Card body ────────────────────────────────────────────── */
.lab-pkg-card .card-body-inner {
  padding: 14px 14px 0;
  flex: 1;
   font-family: "Barlow", sans-serif;
}
.lab-pkg-card .provider-name {
    font-size: 11px;
    font-weight: 700;
    color: #009688;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 5px;
}
.lab-pkg-card .pkg-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    line-height: 1.35;
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Meta row ─────────────────────────────────────────────── */
.lab-pkg-card .pkg-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 12px;
    color: #555;
    margin-bottom: 10px;
    gap: 8px;
    flex-wrap: wrap;
    border-top: 1px dashed #e0e0e0;
    border-bottom: 1px dashed #e0e0e0;
    padding: 8px 0;
}
.lab-pkg-card .meta-col {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.lab-pkg-card .meta-label {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.lab-pkg-card .meta-value {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
.lab-pkg-card .view-tests-link {
    color: #009688;
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    margin-top: 2px;
}
.lab-pkg-card .meta-value .city-icon {
    color: #e74c3c;
    margin-right: 3px;
    font-size: 11px;
}

/* ── Price block ──────────────────────────────────────────── */
.lab-pkg-card .price-block {
    margin-bottom: 8px;
}
.lab-pkg-card .price-row {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
    margin-bottom: 4px;
    justify-content: flex-start;
}
.lab-pkg-card .price-current {
    font-size: 19px;
    font-weight: 800;
    color: #1a1a2e;
    margin-right: 6px;
}
.lab-pkg-card .price-mrp {
    font-size: 13px;
    color: #aaa;
    text-decoration: line-through;
    margin-right: 0;
}
.lab-pkg-card .price-savings {
    font-size: 11px;
    color: var(--greencolor);
    font-weight: 600;
}

/* ── Star rating ──────────────────────────────────────────── */
.lab-pkg-card .star-rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #f5a623;
    font-size: 14px;
    letter-spacing: 1px;
    flex-shrink: 0;
    margin-left: auto;
}
.lab-pkg-card .star-rating i.stars {
    font-style: normal;
    line-height: 1;
}
.lab-pkg-card .star-rating span {
    font-size: 11px;
    color: #999;
    letter-spacing: 0;
    font-weight: 500;
    white-space: nowrap;
}

/* ── Book Now button ──────────────────────────────────────── */
.lab-pkg-card .card-footer-btn {
    padding: 0 14px 14px;
}
.lab-pkg-card .btn-book {
    display: block;
    width: 100%;
    background: var(--greencolor);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 11px 0;
    border-radius: 7px;
    border: none;
    text-transform: uppercase;
    letter-spacing: .9px;
    cursor: pointer;
    text-decoration: none !important;
    transition: background .2s ease, box-shadow .2s ease;
    box-shadow: 0 3px 10px rgba(0,150,136,.25);
}
.lab-pkg-card .btn-book:hover {
    background: #2848d5;
    box-shadow: 0 5px 16px rgba(0,121,107,.35);
}

/* ── Owl spacing ──────────────────────────────────────────── */
#lab-test-slider .owl-item .item {
    padding: 6px 4px 18px;
}

/* ── Lab Detail Reviews ───────────────────────────────────── */
.lab-details .review-card .reviews {
    border-left: 1px solid #ddd;
    padding-left: 20px;
    min-height: 100%;
}
.lab-details .review-card .reviews ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.lab-details .review-card .reviews ul li {
    list-style: none;
    display: flex;
}
.lab-details .review-card .reviews ul li img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
}
.lab-details .review-card .reviews ul li .star {
    width: 20px;
    height: 20px;
    filter: invert(88%) sepia(69%) saturate(1617%) hue-rotate(314deg) brightness(95%) contrast(101%);
    margin-right: 5px;
}
.lab-details .review-card .reviews ul li .name {
    font-weight: bold;
    margin-bottom: 2px;
}
.lab-details .review-card .reviews ul li:last-child {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    justify-content: center;
}

/* ── Misc ─────────────────────────────────────────────────── */
.pack-img,
.pack-img img {
    border-radius: 10px;
    height: 80px;
    float: left;
}
.pack-img,
.pagination li {
    float: left;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 767px) {
    .lab-pkg-card .meta-label {
    font-size: 13px;
    }
    .lab-pkg-card .meta-value {
    font-size: 16px;
}
.lab-pkg-card .price-current {
    font-size: 22px;}
    .lab-pkg-card .pkg-title {
    font-size: 18px;

}
    .row.about-content-boxes {
    gap: 20px;
}
    .home-about .about-box{
        margin-top: 0px !important;
        padding: 20px !important;
    }
    .home-about .about-box p {
    font-size: 17px !important;
    line-height: 26px !important;
    color: #000 !important;
    margin-bottom: 0px !important;
}
    .reviews {
        border: 1px solid #ddd;
        padding: 15px;
        height: 40px;
        text-align: center;
        margin-top: 20px;
        font-size: 16px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 991.98px) {
    .main-nav > li > a {
        line-height: 1.5;
        padding: 15px 20px !important;
        color: #fff;
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    .main-nav > li > a > .sub-nav {
        font-size: 10px !important;
    }
}

.main-nav li a {
    display: block;
    font-size: 1vw;
    font-weight: 600;
}
.main-nav > li > a > .sub-nav {
    font-size: 10px;
    line-height: 14px !important;
    font-weight: 400;
    max-width: 100px;
}
.card {
    width: 100%;
    padding: 10px 0;
}
.pack-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pack-img img {
    width: 130px;
}
.thyro_detail li {
    font-size: 12px;
    list-style: none;
}
mark.mr {
    padding: 5px 10px;
}
@media (max-width: 767px) {
    mark.mr {
        display: flex;
    }
}
.footer-bottom {
    padding-bottom: 55px;
}
.covid-wrapper-box,
.scan-wrapper-box {
    border: 3px solid #073671;
    padding: 5px 15px !important;
    margin: 0 0 25px;
    font-weight: 700;
    border-radius: 10px !important;
}
.scan-wrapper-box h3 {
    margin-bottom: 5px;
}
.scan-detail p {
    font-weight: 700;
}
#main {
    display: table;
    width: 100%;
    height: 50vh;
    text-align: center;
}
.fof {
    display: table-cell;
    vertical-align: middle;
}
.fof h1 {
    font-size: 50px;
    display: inline-block;
    padding-right: 12px;
    animation: 0.5s infinite alternate type;
}
@keyframes type {
    from {
        box-shadow: inset -3px 0 0 #888;
    }
    to {
        box-shadow: inset -3px 0 0 transparent;
    }
}
@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}
.pagination li a {
    padding: 8px 15px;
    background: #fff;
    border-radius: 5px;
    margin-right: 5px;
    box-shadow: 0 1px 5px #0000000b;
}
.pagination {
    padding: 20px 0;
    display: inline-block !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
}

.w20,
.w80 {
    float: left;
}

.featured-labs .card .badge.bg-success,
.featured-packages .box .badge.bg-success {
    background: #1aaa2a !important;
    padding: 5px;
    color: #fff;
}

.featured-labs .card .badge.bg-primary,
.featured-packages .box .badge.bg-primary {
    padding: 5px;
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

.plr-half {
    padding: 0 7.5px;
}

.lab-test .brand-and-reviews li.stars .fa,
.stars .fa-star,
.test-page .stars .fa,
.thyrocare-page .stars .fa {
    color: #f4c150;
}

.web-h {
    font-size: 24px;
    font-weight: 700;
}

.web-btn {
    /*background-image: linear-gradient(to right, #12bc95 0%, #1f68c6 100%) !important;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 600;*/
}

.web-btn:hover {
  background: rgba(31, 62, 234, 0.8);
  color: #fff;
}

/*.web-btn2,
.web-btn2:hover,
.web-btn2:focus {
    background: var(--greencolor);
    border: 1px solid var(--btn2color);
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}*/

.web-btn2, .web-btn2:hover, .web-btn2:focus {
  background: var(--greencolor);
  border: 1px solid #1f2080;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}

.web-btn3 {
    background: white;
    border: 1px solid var(--greencolor);
    color: var(--greencolor);
    border-radius: 10px;
}

.web-btn3:hover,
.web-btn3:focus {
    background: white;
    border: 1px solid var(--greencolor);
    color: var(--greencolor);
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    box-shadow: 1px 6px 14px rgb(0 0 0 / 20%);
    border-radius: 50px;
    background: #fff !important;
}

.owl-nav button:hover {
    background: var(--greencolor) !important;
}

.owl-nav button:hover span,
.whatsapp-btn:hover {
    color: #fff;
}

.owl-nav button span {
    font-size: 30px;
    line-height: 25px;
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

.text-upr {
    text-transform: uppercase;
}

.info-section {
    padding: 20px;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
}

.info-section i {
    color: #ffa2a2;
    display: block;
}

.info-section h3,
.info-section h6 {
    margin-bottom: 0;
}

.main-nav > li > a > .sub-nav {
    font-size: 0.7vw;
    line-height: 14px !important;
    font-weight: 400;
    max-width: 100px;
}

.cus-section-search {
    padding: 10px 30px;
}

.w20 {
    width: 20%;
}

.w80 {
    width: 80%;
}

.focus-label-select {
    opacity: 1 !important;
    font-weight: 600 !important;
    top: -18px !important;
    font-size: 12px !important;
    z-index: 1 !important;
}

.col-md-6 {
    word-break: break-word;
}

.static-button {
    position: fixed;
    z-index: 100;
    background: var(--greencolor);
    bottom: 10%;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    right: 0;
}

.static-button:hover {
    color: #eee;
}

.form-control {
    padding: 8px 15px !important;
    /*border: 1px solid #000;*/
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 4px 20px;
    text-align: center;
     font-family: "Barlow", sans-serif;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
    cursor: pointer;
}

.radio-toolbar label:hover {
    background-color: #add8e6;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: var(--greencolor);
    border-color: var(--greencolor);
    color: #fff;
}

.form-group {
    margin-bottom: 10px !important;
}

.search-list {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 10;
    border: 1px solid #eee;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
    border-radius: 10px;
}

.search-list ul {
    margin: 0;
    padding: 5px 15px;
}

.header-top ul li,
.other-locations ul li,
.search-list ul li,
.test-page .similar-products li,
.test-page ul.available-offers li {
    list-style: none;
}

.search-list ul li a {
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #eee;
    position: relative;
}

.search-list ul li:last-child a {
    border-bottom: none;
}

.health-concern .item,
.search-list ul.no-data,
.thyrocare-page .userreview-slider {
    text-align: center;
}

.lab-test .brand-and-reviews li:last-child:after,
.rating > input,
.search-list ul.no-data li a:after {
    display: none;
}

.search-close-btn {
    z-index: 100;
    position: absolute;
    right: 0;
    margin-top: 3px;
}

@media Screen and (max-width: 992px) {
    .static-button {
        position: fixed;
        z-index: 100;
        width: 100%;
        background: var(--greencolor);
        bottom: 0;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }
}

.featured-packages .box h4 small,
.price-compare-radio,
.rating {
    position: relative;
}

.radiology {
    padding: 70px 0;
    background: #dfeeff;
}

.radiology h2 {
    font-weight: 700;
    margin-top: 30px;
    font-size: 36px;
}

.happy-customers h4,
.happy-customers p,
.radiology p,
.satisfied-lab-partners h4 {
    font-size: 18px;
}

.radiology ul {
    margin: 30px 0 0;
    padding: 0;
}

.radiology ul li {
    list-style: none;
    font-size: 20px;
    font-weight: 600;
}

.radiology ul li img {
    width: 65px;
}

.footer-new {
    background-color: #f4f7fb !important;
    font-weight: 600;
}

.footer-new .footer-widget .footer-about-content p,
.footer-new .social-icon ul li a,
.policy-menu li::after {
    color: #4f585e !important;
}

.footer-new .footer-contact-info {
    color: #4f585e;
    font-size: 14px;
}

.footer-new .footer-contact-info p i {
    margin-right: 5px;
}

.footer-new .footer-menu ul li a {
    font-size: 14px !important;
    color: #4f585e !important;
    font-weight: 600;
    letter-spacing: 0 !important;
}

.footer-new .footer-title {
    margin-bottom: 20px;
    color: #4f585e;
}

.footer-new .footer-widget .footer-logo {
    margin-bottom: 10px !important;
    margin-top: -15px !important;
}

.footer-new p,
.similar-test .box p,
.test-page .test-payments b {
    font-size: 12px;
}

.footer-new .footer-bottom .copyright {
    padding: 20px 0 !important;
    border-top: 1px solid #d7d7d7 !important;
}

.footer .footer-bottom .copyright-text p {
    color: #4f585e !important;
    font-size: 14px;
}

.footer .policy-menu li a {
    color: #4f585e;
}

.book-a-lab-test,
.book-your-covid,
.covid19,
.diagnostic-centres-by-labs,
.featured-labs,
.featured-packages,
.happy-customers,
.health-concern,
.lab-test-banner,
.satisfied-lab-partners,
.test-page,
.uncompromised,
.what-is-covid {
    padding: 60px 0;
}

.lab-test-banner h1 {
    font-size: 24px !important;
}

.lab-test-banner .owl-carousel .box {
    border-radius: 20px;
    height: 290px;
    background-size: cover !important;
    background-position: center !important;
}

.lab-test-banner .features-list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lab-test-banner .features-list li {
    list-style: none;
    text-align: center;
    background: #dfeeff;
    padding: 30px 20px;
    width: 19%;
    border-radius: 20px;
}

.lab-test-banner .features-list li img {
    height: 38px;
    margin-bottom: 10px;
    filter: invert(46%) sepia(54%) saturate(6250%) hue-rotate(185deg) brightness(96%) contrast(101%);
}

.available-tests ul li p,
.lab-test-banner .features-list li p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    font-weight: 600;
}

.book-a-lab-test h2,
.book-your-covid h1,
.diagnostic-centres-new h2,
.featured-labs h2,
.featured-packages h2,
.happy-customers h2,
.health-concern h2,
.list-of-locations h2,
.other-locations h2,
.satisfied-lab-partners h2,
.what-is-covid h2 {
    font-size: 24px;
}

.book-a-lab-test .card {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: none;
    margin-top: 20px;
}

.book-a-lab-test .card .box {
    padding: 30px;
}

.book-a-lab-test .card .box h3 {
    font-weight: 700;
    font-size: 14px;
}

.book-a-lab-test .card .box h5 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 5px;
    background: #dfeeff;
}

.book-a-lab-test .card .box ul {
    margin: 5px 0 0;
    padding: 0;
}

.book-a-lab-test .card .box ul li {
    display: inline-block;
    width: 49%;
    margin-top: 15px;
    font-size: 14px;
}

.book-a-lab-test .card .box ul li i {
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 10px;
    margin-right: 5px;
}

.featured-packages .nav-tabs {
    border: none;
    margin-top: 15px;
}

.featured-packages .nav-tabs li {
    margin-right: 5px;
    margin-top: 5px;
}

.featured-packages .nav-tabs li a.active,
.price-compare-radio input:checked ~ label {
    background: var(--greencolor);
    color: #fff;
}

.featured-packages .nav-tabs li a {
    background: #f5f5f5;
    border: none;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
}

.featured-packages .box {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}

.featured-packages .box h3 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}

.featured-packages .box h4 i,
.featured-packages .box p,
.similar-test .box .stars,
.thyrocare-banner .box .font-small {
    font-size: 14px;
}

.featured-packages .box .logo {
    border: 1px solid #eee;
    border-radius: 5px;
    width: 108px;
    padding: 10px 5px;
    margin-right: 10px;
}

.featured-packages .box ul {
    margin: 10px 0;
    padding: 0;
}

.featured-packages .box ul li {
    list-style: none;
    font-size: 12px;
    margin-top: 5px;
}

.featured-packages .box ul li a {
    color: #000;
    font-weight: 600;
}

.featured-packages .box h4,
.similar-test .box h4 {
    font-weight: 600;
}

.featured-packages .box h4 small:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #272b41;
    transform: rotate(-10deg);
    left: -3px;
    top: 9px;
}

.featured-packages .box h4 small i {
    font-size: 12px;
    color: #8c8e9a;
}

.featured-packages .box .off {
    border: 1px dashed #1aab2a;
    display: inline-block;
    background-color: rgba(26, 171, 42, 0.05);
    margin: 0;
    padding: 0 5px;
    font-size: 12px;
    color: #1aab2a;
    font-weight: 600;
}

.featured-packages .box .packageimg {
    width: 68.67%;
    margin: 0 auto -20px;
}

.featured-labs .card {
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 5px;
}

.featured-labs .card img {
    margin-bottom: 10px;
    height: 50px;
    object-fit: contain;
}

.featured-labs .card .badge.bg-success {
    margin-right: 5px;
    font-size: 10px;
}

.covid19 img,
.uncompromised iframe,
.what-is-covid img {
    border-radius: 20px;
}

.satisfied-lab-partners .owl-item.center {
    transform: scale(1.08, 1.08);
}

.satisfied-lab-partners .item {
    padding: 10px 0;
}

.satisfied-lab-partners .card {
    margin: 0;
    border-radius: 20px;
    padding: 20px 20px 30px;
    text-align: center;
}

.satisfied-lab-partners .card img {
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

.health-concern .item .circle {
    width: 100px;
    height: 100px;
    background: #dfeeff;
    border-radius: 50px;
    margin: 0 auto 5px;
    padding: 20px;
}

.health-concern .item p {
    color: #000;
    font-weight: 700;
    margin: 0;
}

.covid19 ul {
    margin: 30px 0;
    padding: 0;
    font-size: 16px;
}

.covid19 ul li {
    list-style: none;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}

.covid19 ul li i {
    color: var(--greencolor);
    font-size: 14px;
    margin-right: 10px;
    margin-top: 4px;
}

.whatsapp-btn {
    background: #61ce70;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

.covidsymptoms,
.covidtest {
    background: #001832;
    color: #fff;
}

.book-your-covid ul {
    margin: 40px 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.book-your-covid ul li {
    list-style: none;
    width: 20%;
}

.book-your-covid ul li img {
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
}

.book-your-covid ul li p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    font-weight: 700;
}

.book-your-covid .box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
}

.book-your-covid .box h2 {
    font-size: 20px;
    text-align: center;
}

.book-your-covid .box label {
    margin: 0;
}

.what-is-covid p {
    font-size: 16px;
    text-align: justify;
}

.what-is-covid .doctor-con {
    background: #e5e5e5;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.other-locations ul li p,
.what-is-covid .doctor-con p {
    margin: 0;
    font-weight: 700;
}

#doctorConModal .modal-content {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
}

#doctorConModal .modal-content h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

#doctorConModal .close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eee;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    right: -5px;
}

.covidsymptoms {
    padding: 60px 0;
    text-align: center;
}

.covidsymptoms h2,
.covidtest h2 {
    font-size: 24px;
    color: #fff;
}

.covidsymptoms p,
.covidtest p {
    font-size: 16px;
}

.covidtest {
    padding: 0 0 60px;
}

.list-of-locations,
.other-locations {
    padding: 60px 0;
    text-align: center;
}

.other-locations ul {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top ul,
.list-of-locations ul,
.test-page .similar-products,
.test-page .user-reviews {
    margin: 0;
    padding: 0;
}

.other-locations ul li img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: 0.2s linear;
}

.available-tests ul li img,
.test-page .lab-test-list .item img {
    height: 38px;
    filter: invert(46%) sepia(54%) saturate(6250%) hue-rotate(185deg) brightness(96%) contrast(101%);
}

.other-locations ul li:hover img {
    transform: scale(1.1, 1.1);
}

.list-of-locations ul li {
    list-style: none;
    display: inline-block;
    width: 16%;
    font-weight: 700;
    margin-top: 10px;
}

.header-top {
    background: #f4f7fb;
    padding: 8px 30px;
}

.header-top a {
    font-size: 14px;
    color: #4f585e;
}

.header-top ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top ul li a {
    padding: 0 8px;
}

.test-page h2 {
    font-size: 20px;
    font-weight: 700;
}

.test-page h3 {
    font-size: 16px;
    font-weight: 700;
}

.test-page .badge-list {
    list-style: none;
    padding: 0;
    display: inline;
}

.test-page .badge-list li {
    font-size: 11px;
    padding: 5px 10px;
    background-color: #eee;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 700;
}

.test-page .main-img,
.thyrocare-page img {
    border-radius: 10px;
}

.lab-test .brand-and-reviews .test-page ul.available-offers {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.lab-test .test-list {
    margin: 0;
    padding: 0;
}

.test-page ul.available-offers li a {
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 5px;
}

.test-page .lab-test-list .item {
    text-align: center;
    background: #dfeeff;
    padding: 15px 20px;
    border-radius: 20px;
    margin-top: 10px;
    display: flex !important;
    align-items: center !important;
}

.test-page .lab-test-list .item img {
    width: auto;
    margin-right: 15px;
}

.test-page .lab-test-list .item p {
    line-height: 14px;
    margin: 0;
    font-weight: 500;
}

.test-page .test-parameters ul {
    list-style: none;
    padding: 0;
    display: inline;
    width: 100%;
}

.test-page .test-parameters ul li,
.test-page .test-payments mark {
    font-size: 11px;
    padding: 5px;
    background-color: #eee;
    display: inline-block;
}

.test-page .test-parameters ul li {
    margin-bottom: 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.test-page .card {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 0 !important;
    height: calc(100% - 30px);
}

.test-page .card .card-header,
.thyrocare-page .card .card-header {
    background: #eee;
}

.test-page .card .card-header h2 {
    color: #000;
    font-size: 16px;
}

.compare-packages .card .card-body,
.compare-packages .package-slider .item,
.lab-test .bookcovid-card .card-body,
.test-page .card .card-body,
.thyrocare-page .card .card-body {
    padding: 15px;
}

.test-page .similar-products li a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px dashed #eee;
}

.test-page .similar-products li:first-child a,
.test-page .user-reviews li:first-child {
    border: none;
    padding-top: 0;
}

.test-page .similar-products li:last-child a,
.test-page .user-reviews li:last-child {
    padding-bottom: 0;
}

.test-page .similar-products li img {
    width: 50px;
    margin-right: 10px;
    border-radius: 10px;
}

.test-page .similar-products li h4 {
    font-size: 14px;
    margin: 0;
}

.test-page .similar-products li p {
    font-size: 12px;
    margin: 0;
}

.test-page .test-payments mark {
    margin-bottom: 5px;
    border-radius: 5px;
}

.test-page .card.userreviews .card-body {
    height: 500px;
    overflow: auto;
}

.test-page .user-reviews li {
    list-style: none;
    display: flex;
    padding: 15px 0;
    border-top: 1px dashed #eee;
}

.test-page .user-reviews li img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
}

.test-page .user-reviews li h4,
.thyrocare-page .userreview-slider h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.test-page .user-reviews li .stars,
.thyrocare-page .userreview-slider .stars {
    margin-bottom: 5px;
}

.test-page .user-reviews li p,
.thyrocare-page .userreview-slider p {
    font-size: 14px;
    color: grey;
    margin: 0;
}

.thyrocare-page .card {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px !important;
    margin-top: 15px;
}

.thyrocare-page .card .card-header h2 {
    color: #000;
    font-size: 16px;
    margin: 0;
}

.lab-test .input-group .btn-default,
.thyrocare-page .input-group .btn-default {
    background: #dcdcdc;
}

.lab-test .input-group .btn,
.thyrocare-page .input-group .btn {
    font-size: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.thyrocare-page .userreview-slider .item {
    padding: 20px 30px;
}

.thyrocare-page .userreview-slider img {
    width: 50px !important;
    height: 50px;
    border-radius: 50px;
    margin: 0 auto 5px;
}

.rating {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    overflow: hidden;
    flex-direction: row-reverse;
    height: auto;
    margin-bottom: 1rem;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: 0.3s;
    margin: 0;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.available-tests,
.compare-packages,
.lab-test {
    padding: 40px 0;
    background: #fff;
}

.lab-test .lab-img {
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: contain;
    background-color: #f9f9f9;
    height: 216px;
}

.lab-test .bookcovid-card {
    padding: 0;
    border-radius: 10px;
}

.lab-test .bookcovid-card .card-header {
    background: #eee;
    text-align: center;
    border-radius: 10px;
}

.lab-test .bookcovid-card .card-header h4 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.lab-test .bookcovid-card hr {
    margin: 0 -15px;
}

.price-compare-radio.lowest:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 28px;
    background: url(https://www.secondmedic.com/asset/consult/img/lowest-price.png) 0 0/100% 100%;
    left: -8px;
    top: -15px;
    z-index: 1;
}

.price-compare-radio label {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: 0.2s linear;
    margin-bottom: 15px;
}

.price-compare-radio label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e9e9e9;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50px;
    transition: 0.2s linear;
}

.price-compare-radio label:after {
    transition: 0.2s linear;
}

.price-compare-radio label img {
    width: 47px;
    margin: 0 10px;
    transition: 0.2s linear;
}

.price-compare-radio label h4 {
    border-left: 1px solid #eee;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin: 0;
    color: inherit;
    transition: 0.2s linear;
}

.price-compare-radio label h4 small {
    font-size: 10px;
}

.price-compare-radio input:checked ~ label:before {
    background: #fff;
}

.price-compare-radio input:checked ~ label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--greencolor);
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50px;
}

.price-compare-radio input:checked ~ label h4 {
    border-left: 1px solid #0055b1;
}

.price-compare-radio input:checked ~ label img {
    filter: brightness(100);
}

.lab-test h1 {
    font-weight: 700;
    font-size: 30px;
}

.lab-test .brand-and-reviews li {
    list-style: none;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    line-height: 16px;
}

.lab-test .brand-and-reviews li:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e5e5e5;
}

.lab-test .price small {
    color: #b0b0b0;
    font-size: 18px;
    font-weight: 500;
}

.lab-test .price .badge {
    color: var(--greencolor);
    background: rgba(0, 98, 204, 0.1);
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 8px;
}

.lab-test .test-list li {
    list-style: none;
    background: #f4f4f4;
    padding: 5px 15px;
    border-radius: 50px;
    text-align: center;
    width: auto;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.lab-test .test-list li i {
    margin-right: 5px;
    height: 10px;
}

.reviews {
    padding: 0 0 20px;
    background: #fff;
}

.user-reviews-new {
    margin: 0 -15px;
    width: calc(100% + 30px) !important;
}

.user-reviews-new .item {
    padding: 20px 15px;
}

.user-reviews-new .card {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000024;
    border: none;
    padding: 30px;
    margin-bottom: 0;
}

.user-reviews-new .card img {
    width: 60px !important;
    height: 60px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.user-reviews-new .card p {
    margin-bottom: 20px;
}

#reviewModal .modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.similar-test {
    padding-bottom: 40px;
    background: #fff;
}

.similar-test .box .product-img {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    height: 145px;
    object-fit: contain;
    background-color: #eee;
}

.similar-test .box .product-img img {
    width: 259px !important;
    height: 145px;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
}

.similar-test .box h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.similar-test .similar-test-height {
    height: 377px;
}
@media (max-width: 768px) {
    .similar-test .box .product-img {
        height: 120px;
    }
    .similar-test .box .product-img img {
        width: 182px !important;
        height: 120px;
    }
    .similar-test .similar-test-height {
        height: 338px;
    }
}

.similar-test .box .partnerimg {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 65px;
    height: 30px;
    object-fit: contain;
    padding: 5px;
}

.similar-test .box .price {
    font-size: 16px;
    font-weight: 600;
}

.similar-test .box .price small {
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 500;
}

.available-tests ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.available-tests ul li {
    list-style: none;
    text-align: center;
    background: #dfeeff;
    padding: 30px 20px;
    width: 11.5%;
    border-radius: 20px;
    margin-top: 10px;
}

.available-tests ul li img {
    margin-bottom: 15px;
}

.available-tests ul li p b {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px;
    display: block;
    font-weight: 700;
}

.radiology-tests-heading {
    background: #f4f7fb;
    padding: 40px 0;
}

.radiology-tests-heading .box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
}

.radiology-tests-heading .box .form-group {
    margin-bottom: 0 !important;
}

.radiology-tests-heading .box .form-control {
    padding: 8px 15px !important;
    height: auto;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-size: 14px;
}

.radiology-tests {
    background: #fff;
    padding: 40px 0;
}

.radiology-tests .input-group .input-group-prepend .form-control {
    border-radius: 10px 0 0 10px;
}

.howitworks {
    padding: 0 0 40px;
    background: #fff;
}

.process-ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.process-ul:before {
    content: "";
    position: absolute;
    width: 70%;
    left: 50%;
    top: 14px;
    height: 2px;
    background: var(--greencolor);
    transform: translate(-50%, 0);
}

.process-ul li {
    width: 30%;
    list-style: none;
    text-align: center;
    padding: 0 40px;
}

.process-ul li .number {
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border: 2px solid var(--greencolor);
    display: block;
    border-radius: 50px;
    margin: 0 auto 10px;
    font-weight: 700;
    background: #fff;
    position: relative;
}

.compare-packages .card,
.thyrocare-banner .box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
}

.process-ul li p {
    font-weight: 600;
    line-height: 18px;
}

.thyrocare-banner {
    padding: 20px 0;
    background: url(https://www.secondmedic.com/asset/consult/img/thyrocare-background.jpg) 0 0 / cover;
}

.thyrocare-banner .box {
    padding: 20px;
}

.compare-packages .card {
    padding: 0;
    overflow: hidden;
}

.compare-packages .card .card-header {
    background: #eee;
    text-align: center;
}

.compare-packages .card .card-header h3 {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}

.compare-packages .card .card-price {
    background: var(--greencolor);
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.compare-packages .card .card-price h4 {
    color: inherit;
    font-weight: 700;
}

.compare-packages .card .accordion .card {
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
}

.compare-packages .card .accordion .card .card-header {
    padding: 10px 15px;
    border-radius: 10px;
}

.compare-packages .card .accordion .card .card-header button {
    padding: 0;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compare-packages .card .accordion .card .card-body {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
}

.compare-packages .card .accordion .card .card-body ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.compare-packages .card .accordion .card .card-body ul li {
    margin-top: 10px;
}

.preventive-health-checkup {
    padding: 40px 0;
    border-bottom: 1px solid var(--greencolor);
    font-weight: 500;
}

.preventive-health-checkup .img-box {
    height: 100%;
    background-size: cover !important;
    background-position: right !important;
    border-radius: 10px;
}

.preventive-health-checkup .box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    height: 100%;
}

.preventive-health-checkup .box i {
    font-size: 24px;
    margin-bottom: 10px;
}

.diagnostic-centres-new {
    padding: 0 0 60px;
    background: 0 0;
}

.diagnostic-centres-new .alert {
    margin: 40px 0px;
    padding: 0px;
}

.diagnostic-centres-new .alert h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.diagnostic-centres-new .alert p {
    font-size: 14px;
}

@media (max-width: 767px) {
    .diagnostic-centres-new .alert {
        margin: 0px;
        background-color: #f0f0f0;
        border-radius: 9px;
        padding: 15px 20px;
    }

    .diagnostic-centres-new .alert h1 {
        font-size: 14px;
        font-weight: 600;
    }

    .diagnostic-centres-new .alert p {
        font-size: 12px;
    }
}

.diagnostic-centres-new .box {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 10px;
    display: block;
    background: #fff;
    margin-top: 15px;
    font-weight: 700;
}

.health-concern .item .circle img {
    filter: invert(25%) sepia(79%) saturate(2931%) hue-rotate(200deg) brightness(86%) contrast(101%);
}

.diagnostic-centres-by-labs .box,
.diagnostic-centres-by-labs .nav-tabs {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    display: block;
    background: #fff;
    margin-top: 15px;
}

span.pull-right {
    float: right;
    font-weight: 600;
}

span.pull-left {
    float: left;
    font-weight: 600;
}

.diagnostic-centres-by-labs .nav-tabs {
    border-radius: 10px;
    margin-bottom: 0;
    overflow: hidden;
    border: none;
    padding: 0;
}

.diagnostic-centres-by-labs .nav-tabs li a {
    border: none;
    padding: 12px 20px;
    border-bottom: 1px solid #eee !important;
    position: relative;
}

.diagnostic-centres-by-labs .nav-tabs li a:hover {
    background: 0 0;
}

.diagnostic-centres-by-labs .nav-tabs li a.active {
    font-weight: 700;
    background: #dfeeff;
}

.diagnostic-centres-by-labs .nav-tabs li a.active:before {
    content: "\f105";
    position: absolute;
     font-family: "Barlow", sans-serif;
    font-weight: 900;
    color: var(--greencolor);
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.diagnostic-centres-by-labs .tab-content {
    padding: 0;
}

.diagnostic-centres-by-labs .box {
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .nav.header-navbar-lft {
        position: absolute;
        top: 0;
        right: 15px;
    }

    .nav.header-navbar-lft .main-nav > li > a {
        color: #000;
        right: 0;
        padding: 20px 10px !important;
        font-size: 25px;
        position: absolute;
    }

    .nav.header-navbar-lft .main-nav .has-submenu ul {
        position: absolute;
        right: 0;
        z-index: 1;
        top: 70px;
    }

    .radiology h2,
    .web-h {
        font-size: 20px;
    }

    .book-a-lab-test,
    .book-your-covid,
    .covid19,
    .covidsymptoms,
    .diagnostic-centres-by-labs,
    .featured-labs,
    .featured-packages,
    .happy-customers,
    .health-concern,
    .lab-test-banner,
    .list-of-locations,
    .other-locations,
    .radiology,
    .satisfied-lab-partners,
    .test-page,
    .uncompromised,
    .what-is-covid {
        padding: 40px 0;
    }

    .radiology h2 {
        margin-top: 0;
    }

    .covid19 ul,
    .covidsymptoms p,
    .covidtest p,
    .happy-customers p,
    .radiology ul li,
    .what-is-covid p {
        font-size: 14px;
    }

    .radiology ul {
        margin: 20px 0;
    }

    .lab-test-banner .owl-carousel .box {
        height: 200px;
    }

    .lab-test-banner ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .lab-test-banner ul li {
        padding: 30px 10px;
        width: calc(33% - 6px);
        margin: 7px 3px 0;
    }

    .book-a-lab-test .web-btn,
    .lab-test-banner .web-btn,
    .what-is-covid .doctor-con .web-btn {
        width: 100%;
    }

    .book-a-lab-test .card .box {
        padding: 20px;
    }

    .book-a-lab-test .card .box.border-left {
        border: none;
        padding-top: 5px;
    }

    .book-a-lab-test .card .box ul li {
        margin-top: 10px;
        width: 100%;
    }

    .featured-packages .nav-tabs {
        justify-content: center;
        background: 0 0;
        padding: 0;
    }

    .satisfied-lab-partners .item {
        padding: 0;
    }

    .satisfied-lab-partners .owl-item.center {
        transform: scale(1, 1);
    }

    .owl-nav button.owl-prev {
        left: -5px;
    }

    .owl-nav button.owl-next {
        right: -5px;
    }

    .owl-nav button {
        width: 30px;
        height: 30px;
    }

    .owl-nav button span {
        font-size: 25px;
        line-height: 20px;
    }

    .covid19 ul {
        margin: 10px 0 15px;
    }

    .book-your-covid .web-btn {
        margin-top: 10px;
    }

    .book-your-covid ul,
    .other-locations ul,
    .test-page ul.available-offers,
    .test-page ul.lab-test-list {
        flex-wrap: wrap;
    }

    .book-your-covid ul li {
        width: 45%;
        margin-bottom: 20px;
    }

    .covidtest {
        padding: 0 0 40px;
    }

    .covidtest img {
        margin-top: 20px;
    }

    .other-locations ul li {
        width: 45%;
        margin-top: 20px;
    }

    .list-of-locations ul li {
        width: 32%;
    }

    .header-top {
        padding: 8px 15px;
        text-align: center;
    }

    .header-top ul {
        justify-content: center;
        margin: 5px 0 0;
    }

    .what-is-covid .doctor-con {
        margin-bottom: 20px;
        padding: 10px 15px;
        display: block;
        text-align: center;
    }

    .what-is-covid .doctor-con p {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-new .footer-widget.footer-contact img {
        width: 60%;
    }

    .footer-new p,
    .test-page ul.available-offers li {
        margin-bottom: 10px;
    }

    .footer .footer-bottom .copyright-text p {
        font-size: 14px;
        text-align: center;
    }

    .policy-menu {
        text-align: center !important;
    }

    .test-page ul.lab-test-list li {
        width: 48%;
        margin-top: 10px;
    }

    .thyrocare-fix-btn {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 1000;
        border-radius: 0;
    }

    .float {
        bottom: 53px !important;
    }

    .available-tests ul li {
        width: 48%;
    }

    .radiology-tests-heading .box .form-group {
        margin-bottom: 10px !important;
    }

    .process-ul:before {
        transform: unset;
        left: 14px;
        top: 29px;
        width: 2px;
        height: 54%;
    }

    .process-ul li {
        width: 100%;
        padding: 0;
        text-align: left;
        display: flex;
    }

    .process-ul li p {
        width: calc(100% - 45px);
        margin-left: 15px;
    }

    .lab-test h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .lab-test .brand-and-reviews li {
        margin-right: 5px;
        padding-right: 10px;
    }

    .similar-test .box .price,
    .similar-test .box .stars {
        font-size: 12px;
    }

    .preventive-health-checkup .box {
        height: auto;
    }

    .thyrocare-banner {
        background: #fff;
        padding: 0;
    }

    .thyrocare-banner .box {
        border-radius: 0;
        padding: 20px 0 0;
        box-shadow: none;
    }
}

/*@import url("style.css");*/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Quicksand:100,200,300,400,500,600,700,800,900);

body,
html {
    height: 100%;
}

/*.table-striped > tbody > tr:nth-of-type(odd),
body {
    background-color: #f8f9fa;
}*/

table.table td h2,
table.table td h2.table-avatar {
    font-size: inherit;
    margin: 0;
    vertical-align: middle;
}

.avatar,
.material-icons,
table.table td h2 {
    display: inline-block;
}

.material-icons,
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-file,
.doctor-book-card img,
.slide-image,
.slide-ul li:before,
.table.table-center td,
.table.table-center th,
table.table td h2,
table.table td h2.table-avatar {
    vertical-align: middle;
}

.content,
.custom-edit-service textarea.form-control {
    min-height: 200px;
}

.call-timing,
.call-user-details,
.grid-blog .post-author,
.patient-details h5,
.profile-det-info h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.diagnostic-search .box .content p a,
.read-more {
    text-decoration: underline;
}

.bg-grey {
    background-color: #f8f9fa !important;
}

.web-clr {
    color: var(--greencolor);
}

.bg-white {
    background-color: #fff !important;
}

.cus-how .speicality-item {
    width: 16%;
    margin: 0.2%;
    float: left;
}

@media screen and (max-width: 768px) {
    .cus-how .speicality-item {
        width: 32%;
        margin: 0.6%;
        float: left;
    }

    .section-search {
        background: url(https://www.secondmedic.com/asset/consult/slider-mob.jpg) bottom center no-repeat #f9f9f9 !important;
    }
}

.cus-how .speicality-img {
    margin: 0 auto;
}

.cus-how .speicality-item img,
.product-description .doc-info-cont {
    width: 60%;
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 600;
    src: url(https://www.secondmedic.com/asset/consult/fonts/MaterialIcons-Regular.eot);
    src:
        local("Material Icons"),
        local("MaterialIcons-Regular"),
        url(https://www.secondmedic.com/asset/consult/fonts/MaterialIcons-Regular.html) format("woff2"),
        url(https://www.secondmedic.com/asset/consult/fonts/MaterialIcons-Regular.woff) format("woff"),
        url(https://www.secondmedic.com/asset/consult/fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
     font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}

body {
    color: #272b41;
     font-family: "Barlow", sans-serif;
    font-size: 0.9375rem;
    overflow-x: hidden;
}

.fixed-header .user-info a,
.info-details li .title,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--greencolor);
    font-weight: 500;
}

.h1,
h1 {
    font-size: 2.25rem;
}

.h2,
h2 {
    font-size: 1.875rem;
}

.h3,
h3 {
    font-size: 1.5rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: 1rem;
}

.h6,
.pat-widget-profile .booking-date li,
.pat-widget-profile .booking-date li span,
h6 {
    font-size: 0.875rem;
}

.custom-short-by .sort-title,
.pharmacy-location,
.pharmacy-title,
a {
    color: #2e3842;
}

.footer .social-icon ul li a:hover,
.header-navbar-rht .dropdown-menu .dropdown-item:hover,
.login-right .dont-have a,
.main-nav > li.active > a,
.policy-menu li a:focus,
.policy-menu li a:hover,
.speicality-item a,
a:hover,
table.table td h2 a:hover {
    color: var(--greencolor);
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

a,
button,
input {
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button:focus {
    outline: 0;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
     font-family: "Barlow", sans-serif;
    overflow: hidden;
    word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option--selectable {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
    padding: 0;
}
.select2-container--default .select2-results__option--disabled {
    color: #999;
}
.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
    padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}


        @font-face {
  font-family: "Helvetica";
  src: url(https://www.secondmedic.com/lab/fonts/Helvetica.ttf);
}
@font-face {
  font-family: "Helveticabold";
  src: url(https://www.secondmedic.com/lab/fonts/Helveticabold.ttf);
}

.consult-new-banner .box {
  position: relative;
  overflow: hidden;
}

.my-consultation-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--lightgreencolor);
  padding: 6px 28px 7px;
  border-bottom-right-radius: 10px;
}

.my-consultation-badge h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
}

.my_padding {
  padding: 60px 0px;
}

.my_padding2 {
  padding-bottom: 30px;
}

.web-h h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 0px;
}

.web-h p {
  margin-top: 5px;
  font-weight: 600 !important;
  font-size: 18px;
}

@media (max-width: 767px) {
  .my_padding {
    padding: 30px 0 !important;
  }

  .my_padding2 {
    padding-bottom: 20px !important;
  }

  .web-h h2 {
    font-size: 20px !important;
  }

  .web-h p {
    font-size: 16px !important;
  }
}

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

.bg-danger {
  border-radius: 5px !important;
}

/* Start Blog Slider Css */

.my_blog_section .maternity-h-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left !important;
  margin-bottom: 40px;
}

.my_blog_section .box {
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.my_blog_section .box p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.my_blog_section .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.my_blog_section .box h3 {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.my_blog_section .box .box-body {
  padding: 15px;
}

/* End Blog Slider Css */

/* Start doctors Consultdoctor Css */

.consultdoctor-doctors .box {
  background-color: white;
  border: 1px solid #878787;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.consultdoctor-doctors .box:hover {
  border-color: var(--greencolor);
  background-color: #eee;
}

.consultdoctor-doctors .box .live-img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: auto;
}

.consultdoctor-doctors .box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.consultdoctor-doctors .box .box-top .dr-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--greencolor);
}

.consultdoctor-doctors .box .box-top .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.consultdoctor-doctors .box .box-top .dr-details {
  width: calc(100% - 85px);
  font-size: 12px;
  line-height: 16px;
}

.consultdoctor-doctors .box .box-top .dr-details .badge {
  background-color: var(--lightgreencolor);
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.consultdoctor-doctors .box .box-top .dr-details h5 {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.consultdoctor-doctors .box .box-top .dr-details h5 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.consultdoctor-doctors .box .box-top .dr-details h5 .verified {
  height: 20px;
  width: 61px;
  object-fit: contain;
  margin-left: 5px;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-exp {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-exp li {
  list-style: none;
  margin-right: 15px;
}

.consultdoctor-doctors .box .box-top .dr-details .dr-exp li i {
  opacity: 0.5;
}

.consultdoctor-doctors .box hr {
  margin: 15px 0px;
}

.consultdoctor-doctors .box .box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.consultdoctor-doctors .box .box-bottom p {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.consultdoctor-doctors .box .box-bottom p b {
  font-size: 14px;
}

.consultdoctor-doctors .box .web-btn {
  margin: 20px -20px -20px;
  border-radius: 0px;
  width: calc(100% + 40px);
}

@media (max-width: 768px) {
  .consultdoctor-doctors .d-flex {
    display: block !important;
  }

  .consultdoctor-doctors .box {
    padding: 15px;
  }

  .consultdoctor-doctors .box .web-btn {
    margin: 15px -15px -15px;
    width: calc(100% + 30px);
  }
}

.consultdoctor-doctors .img_doc_verified {
  height: 45px !important;
  display: inline-block !important;
  object-fit: unset !important;
  width: auto !important;
  padding: 5px !important;
  margin-top: 5px !important;
}

/* End doctors Consultdoctor Css */

/* Start Link Btn Css */

.link-btn {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid var(--greencolor) !important;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0px;
}

/* End Link Btn Css */

/* Video Section CSS Start */

.my_video_section .consult-headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my_video_section .vid {
  width: 100%;
  display: block;
  /* vertical-align: top; */
  position: relative;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 15px;
  height: calc(100% - 25px);
  border-radius: 10px;
  /* margin-top: 25px; */
}

.my_video_section .vid .img-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 220px;
}

.my_video_section .vid .img-box .play-icon {
  position: absolute;
  width: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}


.new-about-us .intro .img-box {
  background-position: center;
  background-size: cover;
  background-color: #eee;
  height: 100%;
  border-radius: 20px;
}

.my_video_section .vid .thumbnail {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  border: none;
  object-fit: cover;
  background-color: #ededed;
  background: linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%
    )
    #ededed;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

.my_video_section .vid h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 10px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.my_video_section .video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1999;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none !important;
}

.my_video_section .video-popup.show-video {
  display: flex !important;
}

/* Video Section CSS End */

/* Start Live Video Consultation Css */

.live-doctor-slider .box {
  background-color: white;
  border: 1px solid #878787;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.live-doctor-slider .box:hover {
  border-color: var(--greencolor);
  background-color: #eee;
}

.live-doctor-slider .box .live-img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: auto;
}

.live-doctor-slider .box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-doctor-slider .box .box-top .dr-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--greencolor);
}

.live-doctor-slider .box .box-top .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.live-doctor-slider .box .box-top .dr-details {
  width: calc(100% - 85px);
  font-size: 12px;
  line-height: 16px;
}

.live-doctor-slider .box .box-top .dr-details .badge {
  background-color: var(--lightgreencolor);
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.live-doctor-slider .box .box-top .dr-details h5 {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.live-doctor-slider .box .box-top .dr-details h5 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.live-doctor-slider .box .box-top .dr-details h5 .verified {
  height: 20px;
  width: 61px;
  margin-left: 5px;
}

.live-doctor-slider .box .box-top .dr-details .dr-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.live-doctor-slider .box .box-top .dr-details .dr-exp {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.live-doctor-slider .box .box-top .dr-details .dr-exp li {
  list-style: none;
  margin-right: 15px;
}

.live-doctor-slider .box .box-top .dr-details .dr-exp li i {
  opacity: 0.5;
}

.live-doctor-slider .box hr {
  margin: 15px 0px;
}

.live-doctor-slider .box .box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.live-doctor-slider .box .box-bottom p {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.live-doctor-slider .box .box-bottom p b {
  font-size: 14px;
}

.live-doctor-slider .box .web-btn {
  margin: 20px -20px -20px;
  border-radius: 0px;
  width: calc(100% + 40px);
}

.live-doctor-slider .img_doc_verified {
  height: 45px !important;
  display: inline-block !important;
  object-fit: unset !important;
  width: auto !important;
  padding: 5px !important;
  margin-top: 5px !important;
}

@media (max-width: 768px) {
  .live-doctor-slider .box {
    padding: 15px;
  }

  .live-doctor-slider .box .web-btn {
    margin: 15px -15px -15px;
    width: calc(100% + 30px);
  }
}

/* End Live Video Consultation Css */

/* City Tag List CSS Start */

.tags a {
  border: 1px solid #ddd;
  background-color: #eee;
  color: var(--btn2color);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  margin-top: 10px;
}

/* City Tag List CSS End */

/* My Web Stories Css Start */

.my-web-stories .box {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 15px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); */
}
.my-web-stories .box * {
  color: white;
  z-index: 1;
}
.my-web-stories .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    0.5turn,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.my-web-stories .box .icon {
  width: 29px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.my-web-stories .box h4 {
  font-size: 17px;
  margin-bottom: 10px;
}
.my-web-stories .box .date-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.my-web-stories .box .date-logo p {
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
}
.my-web-stories .box .date-logo .logo {
  width: 84px;
  height: 27px;
  padding: 3px 5px;
  background-color: white;
  border-radius: 5px;
  margin-right: 0px;
}

/* My Web Stories Css End */

/* Lab Test Slider CSS Start */

.my_lab_slider .card {
  border: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 5px;
  overflow: hidden;
}
.my_lab_slider .card:hover .img-div .img-content {
  opacity: 1;
}

.my_lab_slider .card .img-div {
  position: relative;
}
.my_lab_slider .card .img-div .package-logo {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 92px;
  height: 42px;
  background-color: white;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.my_lab_slider .card .img-div .package-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.my_lab_slider .card .img-div .doctor-consult {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fffffc;
  padding: 5px 15px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 5px;
}
.my_lab_slider .card .card-body {
  padding: 15px;
}
.my_lab_slider .card .img-div .img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--greenrgb);
  color: black;
  font-weight: bold;
  font-size: 12px;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s 0s linear;
  overflow: hidden;
}
.my_lab_slider .card .img-div .img-content h5 {
  color: inherit;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.my_lab_slider .card .img-div .img-content ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.my_lab_slider .card .img-div .img-content ul li {
  width: 50%;
  flex-grow: 1;
  list-style: none;
  border-top: 1px solid #00000066;
  padding: 5px 15px 5px 0px;
}
.my_lab_slider .card .img-div img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.my_lab_slider .card .card-body .card-title {
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my_lab_slider .card .card-body p {
  font-size: 14px;
  line-height: 18px;
  color: grey;
  margin-bottom: 10px;
}
.my_lab_slider .card .card-body .price {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0px;
  font-size: 18px;
}
.my_lab_slider .card .card-body .price del {
  color: grey;
  font-size: 14px;
  margin-right: 5px;
}
/* Lab Test Slider CSS End */

/* How It Works Start CSS For 3 Grid */

.how-it-works-for3 .border-proccess {
  border-top: 1px solid rgb(66 138 214 / 29%);
  width: 10%;
}

.how-it-works-for3 .row .d-flex {
  width: 100%;
}
.how-it-works-for3 .box {
  font-size: 18px;
  width: 40%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.how-it-works-for3 .box .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.how-it-works-for3 .box .circle img {
  width: 100%;
  filter: var(--greenfilter);
}

.how-it-works-for3 .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

@media (max-width: 768px) {
  .how-it-works-for3 .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    margin: 10px 20px;
  }

  .how-it-works-for3 .box {
    font-size: 18px;
    width: 100%;
  }
}

/* How It Works End CSS For Grid 3 */

/** Start Corporate Page Css **/

/* .link-btn {
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid var(--greencolor) !important;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    padding: 0;
} */

.healthcare-advantage {
  background: none !important;
}

.healthcare-advantage:before {
  background-color: #f8f9fa !important;
}

.corporate_slider_section_2 {
  text-align: center;
}

.corporate_slider_section_1 {
  padding: 30px;
  background: #fff;
}

.corporate-banner .col-md-8 img {
  height: 465px;
  object-fit: cover;
}

.corporate_slider_section_1 .box {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 15%);
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}

.corporate_slider_section_1 .col-md-3 {
  padding: 30px 0;
}

.corporate_slider_section_1 img {
  height: 150px;
  object-fit: contain;
}

.corporate_section_4 {
  background: none;
  padding: 35px 0px 60px;
  text-align: center;
  position: relative;
}

.corporate_section_4 * {
  position: relative;
  z-index: 1;
  color: #000;
}

.corporate_section_4 .box {
  border: 1px solid grey;
  padding: 20px;
  border-radius: 10px;
  margin-top: 25px;
  height: calc(100% - 25px);
  color: white;
  transition: all 0.3s 0s linear;
}

.corporate-clients .owl-carousel {
  padding: 10px 0;
  /* box-shadow: 0 0 10px -3px rgb(0 0 0/18%); */
}

.corporate-clients .item {
  border: 1px solid rgba(199, 199, 199, 0.4);
  background: white;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 0 10px -3px rgb(0 0 0/18%); */
}

.corporate-clients .item img {
  width: auto;
  height: 120px;
  object-fit: contain;
}

.benefits img,
.corporate_joining_program img {
  width: 80px;
  height: 80px !important;
  object-fit: contain;
}

.corporate_slider_section_4 {
  padding: 30px 0;
  background: #fff;
}

.corporate_slider_section_4 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.corporate_slider_section_4 .or-line-in-radiology {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.corporate_slider_section_4 .or-line-in-radiology label {
  border-left: 1px dotted black;
  height: 50px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .corporate_slider_section_1 .col-md-3 {
    text-align: center;
  }

  .corporate-banner h1 {
    font-size: 1.5rem;
  }

  .corporate_slider_section_4 .or-line-in-radiology {
    display: none !important;
  }

  .corporate_slider_section_4 .col-md-6 {
    width: 100% !important;
    text-align: left !important;
  }

  .corporate_slider_section_4 .col-md-2,
  .corporate_slider_section_4 .col-md-3 {
    width: 50% !important;
  }

  .corporate_slider_section_4 .box {
    padding: 10px !important;
  }
}

/** End Corporate Page Css **/

/* Start Problems qa Details CSS */

.qa-details .recent-faq a .col-md-12 {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 !important;
}

.qa-details .recents_blog {
  border-bottom: 1px solid #ddd;
  padding: 7px 0 !important;
}

.qa-details .recents_blog img {
  width: 98px;
  height: 82px;
  object-fit: cover;
}
.qa-details .recents_blog .img-box {
  width: 98px;
  height: 82px;
  background-position: center;
  background-size: cover;
  background-color: #eee;
}

@media (max-width: 768px) {
  .qa-details .recents_blog .img-box {
    width: 86px;
    height: 59px;
  }
}

/* @media (max-width: 768px) {
    .qa-details .recents_blog img {
        width: 86px;
        height: 59px;
    }
} */

/* problems-qa-details-slider work start */

.problems-qa-details-slider .box {
  background-color: white;
  border: 1px solid #878787;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  overflow: hidden;
  padding: 20px;
  position: relative;
}

.problems-qa-details-slider .box:hover {
  border-color: var(--greencolor);
  background-color: #eee;
}

.problems-qa-details-slider .box .live-img {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 15px;
  width: auto;
}

.problems-qa-details-slider .box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.problems-qa-details-slider .box .box-top .dr-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--greencolor);
}

.problems-qa-details-slider .box .box-top .dr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.problems-qa-details-slider .box .box-top .dr-details {
  width: calc(100% - 85px);
  font-size: 12px;
  line-height: 16px;
}

.problems-qa-details-slider .box .box-top .dr-details .badge {
  background-color: var(--lightgreencolor);
  font-size: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  letter-spacing: 0.5px;
}

.problems-qa-details-slider .box .box-top .dr-details h5 {
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.problems-qa-details-slider .box .box-top .dr-details h5 span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.problems-qa-details-slider .box .box-top .dr-details h5 .verified {
  height: 20px;
  width: 61px;
  object-fit: contain;
  margin-left: 5px;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-exp {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-exp li {
  list-style: none;
  margin-right: 15px;
}

.problems-qa-details-slider .box .box-top .dr-details .dr-exp li i {
  opacity: 0.5;
}

.problems-qa-details-slider .box hr {
  margin: 15px 0px;
}

.problems-qa-details-slider .box .box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.problems-qa-details-slider .box .box-bottom p {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.problems-qa-details-slider .box .box-bottom p b {
  font-size: 14px;
}

.problems-qa-details-slider .box .web-btn {
  margin: 20px -20px -20px;
  border-radius: 0px;
  width: calc(100% + 40px);
}

@media (max-width: 768px) {
  .problems-qa-details-slider .box {
    padding: 15px;
  }

  .problems-qa-details-slider .box .web-btn {
    margin: 15px -15px -15px;
    width: calc(100% + 30px);
  }

  .ask-a-doctor .ask-doctor-box {
    display: block !important;
    border-radius: 10px;
  }

  .ask-a-doctor .ask-doctor-box .rounded_img {
    border-radius: 10px 10px 0 0 !important;
    width: 100%;
  }

  .ask-a-doctor-lab .box {
    padding: 0;
  }
}

/* problems-qa-details-slider work end */

.problems-qa-details-slider .img_doc_verified {
  height: 45px !important;
  display: inline-block !important;
  object-fit: unset !important;
  width: auto !important;
  padding: 5px !important;
  margin-top: 5px !important;
}

.problem-qa-product-slider .pharmacy-product-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.problem-qa-product-slider .pharmacy-product-box .alert {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  font-size: 10px;
  padding: 5px 8px;
}

.problem-qa-product-slider .pharmacy-product-box .product-img {
  height: 150px;
  object-fit: contain;
  margin: 15px auto;
  display: block;
  transition: all 0.3s 0s linear;
}

.problem-qa-product-slider .pharmacy-product-box:hover .product-img {
  transform: scale(1.05, 1.05);
}

.problem-qa-product-slider .pharmacy-product-box .vendor-logo {
  width: 60px !important;
  height: 40px;
  object-fit: contain;
  padding: 3px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  border: 1px solid #ddd;
  background-color: white;
  border-radius: 5px;
}

.problem-qa-product-slider .pharmacy-product-box .box-content {
  background-color: #ededed;
  padding: 15px;
}

.problem-qa-product-slider .pharmacy-product-box .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.problem-qa-product-slider .pharmacy-product-box p {
  font-size: 14px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.problem-qa-product-slider .pharmacy-product-box .price {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 10px;
}

.problem-qa-product-slider .pharmacy-product-box .price small {
  font-size: 12px;
}

.problem-qa-product-slider .pharmacy-product-box .btn {
  padding: 8px 20px;
}

.problem-qa-product-slider .my_heading {
  font-size: 1.5rem;
}

/* End Problems qa Details CSS */

/* FAQ Css Starts */

.pharamacy-faq .accordion .card .card-header button {
  justify-content: start;
  align-items: start;
}

/* FAQ Css End */

/* Start Hospital Details Page Style */

.hospital-detail-page img {
  height: 150px;
  width: 280px;
  object-fit: contain;
}

.hospital-detail-page mark {
  display: inline-flex;
  margin-bottom: 10px;
}

.hospital-detail-page .box .card-header {
  background: var(--lightgreencolor) !important;
}

.hospital-detail-page .related_hospitals {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.hospital-detail-page .related_hospitals div {
  width: calc(100% - 115px);
}

.hospital-detail-page .related_hospitals h5 {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.hospital-detail-page .related_hospitals p {
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 3px;
}

.hospital-detail-page .related_hospitals img {
  width: 100px;
  height: 60px;
  text-align: center;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}

.hospital-details-section .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.hospital-details-section .or-line-in-hospital-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hospital-details-section .or-line-in-hospital-details label {
  border-left: 1px dotted black;
  height: 50px;
  margin: 10px 0;
}

/* hospital-details-slider work start */

@media (max-width: 768px) {
  .or-line-in-hospital-details {
    display: none !important;
  }

  .hospital-details-section .col-md-6 {
    width: 100% !important;
    text-align: left !important;
  }

  .hospital-details-section .col-md-2,
  .hospital-details-section .col-md-3 {
    width: 50% !important;
  }

  .hospital-details-section .box {
    padding: 10px !important;
  }
}

/* hospital-details-slider work end */

.hospital_details .tags {
  padding-bottom: 0 !important;
}

.hospital-details-section .box .call-female {
  width: 216px;
  height: 255px;
  object-fit: contain;
  object-position: bottom;
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .hospital-details-section .box .call-female {
    width: 119px;
    height: Â 140px;
  }
}

/* End Hospital Details Style */

/* Surgery Appointment Start CSS */

.surgery-banner .col-md-8 img {
  height: 480px;
  object-fit: cover;
}

.expert-surgeons-appoinment ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expert-surgeons-appoinment ul li .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
}

.expert-surgeons-appoinment ul li .circle img {
  width: 100%;
  filter: var(--greenfilter);
}

.expert-surgeons-appoinment ul li .content {
  width: calc(100% - 85px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

.our-surgery-soultions .box {
  box-shadow: 0 0 10px 0 rgba(105, 107, 110, 0.19);
  border-radius: 10px;
  padding: 5px;
  margin: 10px 5px;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our-surgery-soultions .box img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 10px;
}

.how-it-works-sugery .border-proccess {
  border-top: 1px solid rgb(66 138 214 / 29%);
  width: 5%;
}

.how-it-works-sugery .box {
  font-size: 18px;
  width: 24%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.how-it-works-sugery .box .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.how-it-works-sugery .box .circle img {
  width: 100%;
  filter: var(--greenfilter);
}

.how-it-works-sugery .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

.surgery-consultdoctor-doctors .col-lg-12 .headings {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* .our-surgery-soultions h2{
        font-size: 20px;
    } */

  .our-surgery-soultions .col-4 {
    padding: 0;
  }

  .our-surgery-soultions .box {
    box-shadow: 0 0 10px 0 rgba(105, 107, 110, 0.19);
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .our-surgery-soultions .box h6 {
    font-weight: 600 !important;
  }

  .our-surgery-soultions .box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 10px;
  }

  .expert-surgeons-appoinment .col-sm-5 {
    padding-left: 0 !important;
  }

  .surgery-consultdoctor-doctors .col-lg-12 .headings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .how-it-works-sugery .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    margin: 10px 20px;
  }

  .how-it-works-sugery .box {
    font-size: 18px;
    width: 100%;
  }
}

/* Surgery Appointment End CSS */

/* Apollo Home Care CSS Start */

.apollo-home-care-banner .col-md-8 img {
  height: 400px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.apollo-home-care-menu .col-md-12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.apollo-home-care-menu .col-md-12 .menu .nav-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;

  /* display: grid;
   justify-content: center;
   grid-gap: 10px;
   grid-template-columns: 100px; */
  /* border: 1px solid rgb(66 138 214 / 29%);
    border-radius: 10px; */
  font-weight: bold;
  /* font-size: 16px; */
  letter-spacing: 0.2px;
}

.apollo-home-care-menu .col-md-12 .menu .nav-link img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-bottom: 5px;
  border-radius: 5px;
}

.apollo-home-care-banner #apollo_call_back_frm .web-captcha img {
  height: 40px !important;
}

.apollo-by-specialities .web-h h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

.apollo-by-specialities .web-h p {
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 0;
  font-weight: 500;
}

.apollo-by-specialities .box {
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.3s 0s linear;
  margin-top: 25px;
  overflow: hidden;
}

.apollo-by-specialities .box img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
  background-color: var(--greybg);
}

.apollo-by-specialities .box .box-body {
  padding: 15px 20px;
}

.apollo-by-specialities .box h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.apollo-by-specialities .box p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.apollo-home-care-social-network img {
  border-radius: 10px;
}

.apollo-home-care-h {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.apollo-home-care .rounded_img {
  border-radius: 10px 0 0 10px !important;
}

@media (max-width: 768px) {
  .apollo-home-care-menu .col-md-12 {
    display: grid;
    justify-content: center;
    grid-gap: 5px;
    grid-template-columns: auto auto auto;
  }

  .apollo-home-care-menu .col-md-12 .menu .nav-link {
    align-items: center;
    text-align: center;
    justify-content: center;
    /* border: 1px solid rgb(66 138 214 / 29%);
        border-radius: 10px;
        font-weight: bold;
        /* font-size: 16px; */
    letter-spacing: 0.2px;
  }

  .apollo-home-care-h {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
  }

  .apollo-home-care .d-flex {
    display: block !important;
  }

  .apollo-home-care-ai-tools .box .box-body h3 {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: capitalize;
  }

  .apollo-home-care.ask-a-doctor-links .box {
    margin: 0;
    padding: 0;
  }

  .apollo-home-care.ask-a-doctor-links .box .row {
    margin: 0;
  }

  .apollo-home-care.ask-a-doctor-links .box .row .col-sm-6 {
    padding: 0;
  }

  .apollo-home-care.ask-a-doctor-links .col-md-6 .box img {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
  }

  .apollo-home-care.ask-a-doctor-links .col-md-6 .box h5,
  .apollo-home-care.ask-a-doctor-links .col-md-6 .box p {
    padding: 0 10px;
  }
}

/* Apollo Home Care CSS End */

/* Apollo Home Care CSS Start */

.ambulance-banner .col-md-8 img {
  height: 400px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.ambulance-banner #ambulance_save_frm .web-captcha img {
  height: 40px !important;
}

.ambulance-section-steps .box .lab-box img {
  height: 220px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.ambulance-section-steps .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.ambulance-section-steps .rounded {
  border-radius: 10px !important;
  margin-bottom: 100px;
  padding-top: 10px;
  background: #eafcff !important;
}

.ambulance-section-steps .rounded .box {
  margin-bottom: -60px !important;
  height: 130px !important;
}

.ambulance-apollo-section img {
  border-radius: 10px;
}

/* Apollo Home Care CSS End */

/* Ask A Doctor CSS Start */

.ask-a-doctor-bg .col-sm-6 img {
  height: 560px;
}

@media (max-width: 576px) {
  .ask-a-doctor .img_hide_sm {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .ask-a-doctor .ask-doctor-box {
    display: block !important;
    border-radius: 10px;
  }

  .ask-a-doctor .ask-doctor-box .rounded_img {
    border-radius: 10px 10px 0 0 !important;
    width: 100%;
  }

  .ask-a-doctor-lab .box {
    padding: 0;
  }
}

.ask-a-doctor .ask-doctor-content h5 {
  line-height: 30px;
}

/* Ask A Doctor CSS End */

/* Health Plans CSS Start */

.health-plans-news .box {
  background-color: white;
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
  height: calc(100% - 0px);
  margin-top: 30px;
  text-align: center;
}

.health-plans-news .box img {
  height: 120px;
}

.health-plans-benefits .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 28%);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.health-plans .box {
  height: calc(100% - 10px) !important;
  padding: 0 0 10px 0;
  margin: 0;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.health-plans .box .box-head {
  padding: 0;
  margin: 0;
}

.health-plans .box .box-head img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #eee;
  border-radius: 20px 20px 0 0;
}

.health-plans .badge-success {
  font-size: 12px;
  border-radius: 5px;
}

.health-plans ul {
  padding: 20px 30px 50px 30px !important;
}

.health-plans-page .web-btn {
  border-radius: 0 0;
}

.health-plans .box-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* Health Planner CSS End */

.hospital-details-section .box .call-female {
  width: 216px;
  height: 255px;
  object-fit: contain;
  object-position: bottom;
  margin-left: auto;
  display: block;
}

@media (max-width: 768px) {
  .hospital-details-section .box .call-female {
    width: 119px;
    height: 140px;
  }

  .health-plans .box .box-head img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    background: #eee;
    border-radius: 20px 20px 0 0;
  }
}

/* PET CT Page CSS Start */

.ambulance-banner #ambulance_save_frm .web-captcha img {
  height: 40px !important;
}

.pet-ct-lab-section .box img {
  width: auto !important;
  max-width: 80%;
}

.pet-ct-lab-section .box {
  box-shadow: 0 0 10px -3px rgb(0 0 0/18%);
  background: white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pet-ct-lab-section .item {
  margin: 10px 5px;
}

.pet-ct-lab-section .box a {
  display: flex;
  justify-content: center;
}

.pet-ct-section-steps .rounded {
  border-radius: 10px !important;
  margin-bottom: 100px;
  padding-top: 10px;
  background: #eafcff !important;
}

.pet-ct-section-steps .rounded .box {
  margin-bottom: -60px !important;
  height: 130px !important;
}

.pet-ct-section-steps .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.pet-ct-section-steps2 .box .lab-box img {
  height: 220px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.testimonial-pet-ct .carousel-inner .carousel-item {
  width: 70%;
  margin-left: 15%;
}

.testimonial-pet-ct .carousel-inner h4 {
  font-size: 20px;
  line-height: 40px;
}

.pet-ct-price-section .table-bordered th,
.pet-ct-price-section .table-bordered td {
  border: 1px solid #878787;
}

.how-it-works-pet-ct .border-proccess {
  border-top: 1px solid rgb(66 138 214 / 29%);
  width: 5%;
}

.how-it-works-pet-ct .box {
  font-size: 18px;
  width: 24%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  background: white;
  border-radius: 10px;
}

.how-it-works-pet-ct .box .circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.how-it-works-pet-ct .box .circle img {
  width: 100%;
}

.how-it-works-pet-ct .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}
@media (min-width: 768px) and (max-width: 992px) {
  .how-it-works-pet-ct .box {
    width: 20%;
  }
  .how-it-works-pet-ct .border-proccess {
    width: 3%;
  }
  .how-it-works-pet-ct .box .content {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .testimonial-pet-ct .carousel-inner .carousel-item {
    width: 80% !important;
    margin-left: 10% !important;
  }

  .testimonial-pet-ct .carousel-inner h4 {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .how-it-works-pet-ct .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    margin: 10px 20px;
    width: 100%;
  }

  .how-it-works-pet-ct .box {
    font-size: 18px;
    width: 100%;
  }

  .pet-ct-section-steps .rounded {
    margin-bottom: 0 !important;
  }
}

.carousel-control-prev,
.carousel-control-next {
  background: rgb(0 0 0/18%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* PET CT Page CSS End */

/* Get A Quote Start End */

.get_quote #get_quote_frm .form-group {
  padding: 0 5px !important;
}

/* Get A Quote Start Start */

/* Health AI Tools CSS Start */

.healthaitools-about-us img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.healthaitools-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}

.health-ai-tools .box {
  height: calc(100% - 50px) !important;
}

.health-ai-tools .box .box-header {
  height: 150px !important;
}
.health-ai-tools .box .box-header img {
  height: 150px !important;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}

.healthaitools .box .box-body {
  display: block !important;
}

.health-ai-tools .box .box-body {
  height: calc(100% - 45%) !important;
}

.health-ai-tools .box .web-btn {
  border-radius: 0;
}

.health-ai-tools .box:hover {
  border: 1px solid #ddd;
}

/* Health AI Tools CSS End */

/* Blog Single Css Start */

.blog-single .btn-play img {
  margin-bottom: 0;
  padding: 0 10px 0 0;
  width: 40px;
  height: 30px;
}
.blog-single .blog-right-side .blog-videos {
  position: sticky !important;
  top: 20% !important;
}

.blog-right-side .media {
  display: block;
}
.blog-single .blog-right-side .form-group .form-control {
  padding: 10px 12px !important;
  height: 45px !important;
  background: #efefef;
  border-radius: 5px;
  border: none;
  color: #343434;
}

.blog-single .blog-right-side .form-group #mobile {
  border-radius: 0 5px 5px 0 !important;
}
.input-group-text {
  background: #efefef !important;
  border: none !important;
}
.blog-single .blog-right-side .web-captcha img {
  height: 40px !important;
  width: 100% !important;
}

/* Blog Single Css End */

/* Health Plan Details Page Css Start */

.health-plans-form-section .col-md-8 img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.health-plans-form-section .col-md-4 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%);
  border-radius: 10px;
  padding: 20px;
  border: none;
}

.health-plan-details img {
  height: 220px !important;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}

.health-plan-details .box {
  height: calc(100% - 30px) !important;
}

.health-plan-details .box .box-header {
  height: 220px !important;
}
.health-plan-details .box .box-body {
  height: calc(100% - 46%) !important;
}

.health-plan-details .box .box-body div a {
  margin: 0 20px;
}

.health-plan-details .box .web-btn {
  border-radius: 0;
}

.health-plan-details .box:hover {
  border: 1px solid #ddd;
}
/* Health Plan Details Page Css End */

/* Blog Section Css Start */

.blog-new .box {
  /* box-shadow: 0 0 16px -3px rgb(0 0 0 / 38%); */
  border-radius: 10px;
  border: 1px solid #ddd;
}

/* .blog-new .box a:hover{
    color: black !important;
} */

.blog-new .col-md-3 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 28%);
  border-radius: 10px;
}

.blog-new .col-md-3 .box .box-header {
  /* background-color: #018A95; */
  border-radius: 10px 10px 0 0;
  padding: 10px 20px 10px 20px;
}

.blog-new .col-md-3 .box .media {
  position: relative;
  /* padding: 12px 0; */
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.blog-new .col-md-3 .box .box-header h4 {
  font-size: 16px;
}

.blog-new .col-md-3 .box .media img {
  margin-bottom: 0;
  width: 69px;
  height: 46px;
  object-fit: cover;
}

/* .blog-new .col-md-3 .box .media .media-left {
    width: 30%;
    float: left;
}

.blog-new .col-md-3 .box .media .media-body {
    width: 70%;
    float: right;
} */
.blog-new .col-md-3 .box .media .media-body h6 {
  text-transform: capitalize;
}

.blog-new .col-md-3 .box .media .media-body p {
  font-size: 10px;
}

.blog-new .col-md-3 .box .box-body,
.blog-new .col-md-3 .box .box-footer {
  padding: 10px 20px 20px 20px;
}

.blog-new .col-md-3 .box h4 {
  font-size: 20px;
}

.blog-new .col-md-3 .box p {
  font-weight: 500;
}

.blog-new .col-md-3 .box .web-btn {
  border-radius: 5px;
}

.blog-new .section-content .row {
  position: relative;
}

.blog-new .section-content .row .col-md-3 .box2 {
  position: sticky;
  top: 20%;
}

.blog-new .section-content .col-md-9 .col-md-4 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0 / 28%);
}

.blog-new .section-content .col-md-9 .col-md-4 .blog-img {
  border-radius: 10px 10px 0 0;
}
.blog-new .section-content .col-md-9 .col-md-4 .box-body p {
  margin-bottom: 5px;
}

.blog-new .section-content .col-md-9 .col-md-4 .box-body {
  border-bottom: 1px solid rgb(126, 126, 126);
  padding: 5px;
}

.blog-new .section-content .col-md-9 .col-md-4 .box-footer {
  padding: 0 5px 5px 5px;
}

.blog-searchbar {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  padding: 10px 0px;
}

.blog-new .section-content #load-blogs .blog-list-data {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-new .section-content #load-blogs .blog-list-data h4 {
  text-align: center;
  font-size: 40px;
}
/* Blog Section Css End */

/* International Second Opinions CSS Strat */

.internation-medical-banner {
  padding: 15px 0;
  background-color: var(--greenrgb) !important;
  filter: none;
}

.internation-medical-banner .carousel img {
  border-radius: 10px;
  height: 100%;
}

.internation-medical-banner .box {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.internation-medical-banner .box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.internation-medical-banner .box .contact-boxes p {
  font-weight: bold;
  margin: 0px;
  text-transform: uppercase;
}

.internation-medical-banner .box .contact-boxes {
  border: 1px solid #ddd;
  color: var(--btn2color);
  display: block;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  transition: all 0.3s 0s linear;
}

.internation-medical-banner .box .contact-boxes .circle {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: var(--greencolor);
  border-color: var(--greencolor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 10px;
  transition: all 0.3s 0s linear;
}

.internation-medical-section-steps2 .box .lab-box img {
  height: 220px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}

#internation-medical_slider .carousel-inner .carousel-item img {
  max-height: 220px;
  object-fit: cover;
}

.health-advisor-international {
  padding: 0 !important;
}

.fitness-new-design .health-advisor-international h1 {
  font-size: 40px;
  line-height: 50px;
}

.health-advisor-international .btn-link {
  /* background: rgba(128,128,128,0.1); */
  padding: 10px 20px;
  border-radius: 20px !important;
}

.health-advisor-international .col-md-6 img {
  width: 100%;
  object-fit: cover;
  height: 640px;
}

.internation-medical-what-we-offer .box,
.health-advisor-international .col-md-6 .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
  margin: 0;
}

.internation-medical-what-we-offer .box img {
  border-radius: 10px 10px 0 0;
  height: 180px;
  object-fit: cover;
}

.internation-medical-blog .maternity-h-with-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left !important;
  margin-bottom: 40px;
}

.internation-medical-blog .box {
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.internation-medical-blog .box p {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.internation-medical-blog .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.internation-medical-blog .box h3 {
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.internation-medical-blog .box .box-body {
  padding: 15px;
}

.health-advisor-international .custom-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.health-advisor-international .custom-radio .item > input {
  display: none;
}

.health-advisor-international .custom-radio .item {
  width: 50%;
}

.health-advisor-international .custom-radio .item > input + label {
  border: 1px solid #44c09b;
  color: #000;
  border-radius: 0.35rem;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.health-advisor-international .custom-radio .item > input:checked + label {
  background: #44c09b;
  color: #fff;
}

@media (max-width: 567px) {
  .new-page-heading h1 {
    font-size: 30px !important;
  }

  .internation-medical-what-we-offer .box {
    margin-bottom: 20px;
  }
  .item {
    height: calc(100% - 0px) !important;
  }
  .health-advisor-international .custom-radio .item > input + label {
    height: calc(100% - 10px) !important;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* International Second Opinion CSS End */

/* Apollo Stay I At Home CSS Start */

.stay-at-services .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  min-height: 150px;
  height: 150px !important;
}

.apollo_stay_i_at_home_modal .modal-body {
  background: whitesmoke;
  padding: 10px 40px;
}

.apollo_stay_i_at_home_modal ul {
  padding: 20px;
}

.apollo_stay_i_at_home_modal ul li {
  padding: 10px;
}

/* Apollo Stay I At Home CSS End */

/* Physiotherapy CSS Start */

.physiotherapy-banner .col-md-8 img {
  height: 400px;
  object-fit: cover;
  object-position: center;
  background-position: 0%;
}
/* Physiotherapy CSS End */

/* Medical Equipment CSS Start */

.medical-equipment-banner .col-md-8 img {
  height: 500px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}
/* Medical Equipment CSS End */

/* vaccinations CSS Start */

.vaccinations-banner .col-md-8 img {
  height: 450px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.vaccinations-about-us img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.vaccinations-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}
/* vaccinations CSS End */

/* Doctor At Home CSS Start */

.doctor-at-home-banner .col-md-8 img {
  height: 470px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.doctor-at-home-about-us img {
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.doctor-at-home-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}
/* Doctor At Home CSS End */

/* Investigation CSS Start */

.investigations-banner .col-md-8 img {
  height: 450px;
  object-fit: cover;
  object-position: top;
  background-position: 0%;
}

.investigation-about-us img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.investigation-about-us .col-md-5 p {
  line-height: 1.8rem;
  text-align: justify;
}
/* Investigation CSS End */

/* Genetic Testing CSS Start */

.genetic_about_us .col-md-5 p {
  /* font-size: 16px; */
  line-height: 30px;
  /* text-align: justify; */
}
.genetic_about_us .card {
  border-radius: 15px;
  padding: 0;
}
.genetic_about_us .card .card-header {
  background: #018a95;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
  padding: 0;
}
.genetic_about_us .card .card-header img {
  border-radius: 15px 15px 0 0;
  height: 120px;
  width: 100%;
  padding: 0;
  text-align: center;
  object-fit: cover;
}
.genetic_about_us .card .card-body {
  padding: 10px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.genetic_about_us .card .card-body p {
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.lab-faq .accordion .card {
  margin-top: 20px;
  margin-bottom: 0px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0px;
}

.lab-faq .accordion .card h2 button {
  font-size: 16px !important;
}
.lab-faq .accordion .card .card-body p {
  font-size: 15px !important;
  font-weight: normal;
  line-height: 25px;
}

.lab-faq .accordion .card .card-header {
  padding: 0px;
  border-color: var(--lightgreencolor);
  border-radius: 0.25rem;
}

.lab-faq .accordion .card .card-header button {
  padding: 10px 15px;
  color: black;
  font-weight: bold;
  background: var(--lightgreencolor);
}

.lab-faq .accordion .card .card-header button i {
  font-weight: normal;
}

.genetic-testing .card .img-div .doctor-consult {
  background: #d4edda !important;
  color: #155724;
  padding: 5px 15px !important;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  font-weight: bold;
}
.genetic-testing .card .img-div .package-logo {
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 576px) {
  .genetic-testing .card .img-div img {
    height: 120px !important;
  }

  .genetic-testing .card .card-body {
    padding: 5px;
  }

  .genetic-testing .card .card-body .card-title {
    margin-bottom: 5px !important;
  }

  .genetic-testing .card .card-body .d-flex {
    display: block !important;
  }

  .genetic-testing .card .img-div .doctor-consult {
    position: absolute;
    top: 0%;
    height: 25px;
    width: 60px;
    font-size: 10px;
    padding: 5px 10px !important;
  }
}
/* Genetic Testing CSS End */

/* oncology Page Css Start */

.oncology-header {
  padding: 10px 0px;
  background-color: white;
}
.oncology-header .logo {
  height: 60px;
  width: auto;
  margin: 0px auto;
  display: block;
}

.oncology-header .col-lg-12 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.oncology-header .col-lg-12 a label {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}

.oncology-header .col-lg-12 a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.oncology-header .col-lg-12 a .fa {
  margin-top: -5px;
  margin-right: 5px;
}

.oncology-form-section {
  /* padding: 30px; */
  background-color: #eeeeee;
}

.oncology-form-section .col-md-8 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.oncology-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
}

.oncology-form-section .col-md-8 .starting-price {
  font-size: 3em;
  font-weight: bold;
}

.oncology-form-section .col-md-8 img {
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 50px;
}

.oncology-form-section .box {
  margin: 20px 0 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
}

.oncology-form-section .box .box-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.5px solid #dddddd;
  padding: 15px 15px;
}

.oncology-form-section .box .box-body {
  padding: 15px 15px 0 15px;
}

@media (max-width: 576px) {
  .oncology-form-section .col-md-8 {
    padding: 10px 20px;
  }

  .oncology-form-section .col-md-8 h1 {
    /* margin-top: 10px; */
    font-size: 2.5rem;
    font-weight: bold;
  }

  .oncology-form-section .col-md-8 .starting-price {
    margin-top: 20px;
  }
}

/* oncology Page Css End */

/* Fitness Page Css Start */

.nutrition-banner .col-md-8 img {
  height: 465px;
  object-fit: cover;
  object-position: top;
  margin-top: 0 !important;
}

.specialist-team .box {
  border: 1px solid #eee;
  background: #f8f9fa;
  padding: 20px 20px;
  margin-top: 30px;
  text-align: center;
  transition: all 0.3s 0s linear;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.specialist-team .box h4 {
  margin-top: 10px;
}

.fitness-diet-plans .box {
  border: 1px solid #c0c0c0;
  /* background: #f1f1f1; */
  background: white;
  padding: 30px 30px;
  /* text-align: center; */
  border-radius: 10px;
  transition: all 0.3s 0s linear;
}

.fitness-diet-plans .box h2 {
  margin: 20px 0px;
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
}
.fitness-diet-plans .box ul {
  margin: 0px 0px 45px;
  padding: 0px;
}
.fitness-diet-plans .box ul li {
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  margin-top: 15px;
}
.fitness-diet-plans .box h2 small {
  font-size: 12px;
  font-weight: 600;
}
.fitness-diet-plans h4 {
  color: var(--greencolor);
}

.how-it-works-fitenss-diet .box .circle img {
  filter: none !important;
}
.how-it-works-fitenss-diet .box {
  background-color: white !important;
}
.health-related-videos .col-md-6 iframe {
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .health-plan-details-in-diet-nutrition .box {
    height: calc(100% - 20px) !important;
    margin-bottom: 75px;
  }
  .health-plan-details-in-diet-nutrition .box .box-body {
    height: 100px !important;
    margin-bottom: 20px;
  }
  .health-plan-details-in-diet-nutrition .mt-4 {
    margin-top: 0 !important;
  }

  .health-plan-details-in-diet-nutrition .box .box-header {
    height: 100px !important;
  }

  .health-plan-details-in-diet-nutrition .box .box-header img {
    height: 100px !important;
  }
  .health-plan-details-in-diet-nutrition .box .box-body div h4 {
    padding: 5px !important;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    height: 40px;
  }
  .health-plan-details-in-diet-nutrition .box .box-body ul {
    padding: 5px 5px 0 20px;
    margin: 0;
    font-size: 10px;
    height: 70px;
  }

  .health-plan-details-in-diet-nutrition .box .box-body {
    position: relative;
  }

  /* .health-plan-details-in-diet-nutrition .box .box-body .web-btn{
       position: absolute;
       bottom: -90px;
       left: 0;
    } */
}
/* Fitness Page Css End */

/* Home Care Page Css Start */
.home_care_banner .col-md-8 img {
  height: 420px;
  object-fit: cover;
  object-position: 10% top;
  border-radius: 10px;
}

.portea-other-solutions-home-care .box {
  background: white;
  height: 160px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.portea-other-solutions-home-care .box h4 {
  margin-top: 10px;
}

.portea-other-solutions-home-care .portea-solutions .col-md-2 img {
  filter: invert(1);
  width: 40% !important;
}

.why-choose-home-care .col-md-6 .card {
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 19%);
  padding: 10px 0;
  border-radius: 10px;
}
/* Home Care Page Css End */

/* Crowd Funding Page Css Start */

.crowd-funnding-banner .col-md-8 img {
  height: 405px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.impact-crowdfunding .my_content p {
  line-height: 30px;
  text-align: justify;
}

/* .crowd-funding-live-doctor .web-h.d-flex{
    display: block !important;
} */

.price-crowd-funding .box {
  font-size: 18px;
  width: 28%;
  height: 180px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
}

.price-crowd-funding .box .circle {
  margin-left: 10%;
  width: 100px;
  height: 80px;
  background: #fff;
  border-radius: 50px;
  padding: 15px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  margin-bottom: 10px;
}

.price-crowd-funding .box .circle img {
  width: 100%;
}

.price-crowd-funding .box .content {
  width: calc(100% - 20px);
  background: 0 0;
  padding: 0;
  min-height: auto !important;
}

@media (max-width: 768px) {
  .price-crowd-funding .row .d-flex {
    font-size: 14px;
    font-weight: 600;
    display: block !important;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
  }

  .price-crowd-funding .box {
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
  }
}
/* Crowd Funding Page Css End */

/* Campaion Radiology Css Start */

.health-scans .health-scan-slider .item {
  border: 1px solid rgb(229, 229, 229);
  padding: 20px 10px;
  margin: 10px;
  border-radius: 20px;
  box-shadow: 0 0 16px -3px rgba(107, 107, 107, 0.28);
  /* box-shadow: 0 0 16px -3px rgb(0 0 0/38%); */
}

.health-scans .health-scan-slider .web-btn {
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

/* Campaion Radiology Css End */

/* oncology Page Css Start */

.nurse-at-home-camp-header {
  padding: 10px 0px;
  background-color: white;
}

.nurse-at-home-camp-header .col-md-4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}

.nurse-at-home-camp-header .col-lg-12 a .fa {
  margin-right: 5px;
}

.nurse-at-home-camp-header .apollo-logo-nurse-at-home {
  width: 120px;
}

.nurse-at-home-camp-form-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dddee0;
  position: relative;
}

.nurse-at-home-camp-form-section .col-md-8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white !important;
}

.nurse-at-home-camp-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.nurse-at-home-camp-form-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}

.nurse-at-home-camp-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.nurse-at-home-camp-form-section .col-md-8 .my_content {
  position: relative;
  z-index: 1;
}

.nurse-at-home-camp-form-section .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateY(180deg);
  bottom: 0;
  left: 0;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.nurse-at-home-camp-form-section .box {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
  position: relative;
  z-index: 1;
}

.nurse-at-home-camp-form-section .box .box-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.5px solid #dddddd;
  padding: 15px 15px;
}

.nurse-at-home-camp-form-section .box .box-body {
  padding: 15px 15px 0 15px;
}

.nurse-at-home-camp-services {
  padding: 30px;
}

.nurse-at-home-camp-services ul li {
  line-height: 30px;
  margin-bottom: 20px;
}

.long-terms-care-nurse-at-home .col-md-6 p {
  line-height: 30px;
}

.long-terms-care-nurse-at-home .col-md-6 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

@media (max-width: 576px) {
  .nurse-at-home-camp-header .col-md-8 {
    display: flex;
    justify-content: center;
  }

  .nurse-at-home-camp-header .col-md-4 {
    margin-top: 10px;
  }

  .nurse-at-home-camp-form-section {
    padding: 10px 20px;
  }

  .nurse-at-home-camp-form-section .col-md-8 h1 {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 40px;
    font-weight: bold;
  }

  .nurse-at-home-camp-form-section .col-md-8 h2 {
    font-size: 1rem;
    line-height: 22px;
    padding-right: 110px;
  }

  .nurse-at-home-camp-services ul li {
    line-height: 25px;
    margin-bottom: 20px;
  }
}

/* oncology Page Css End */

/* Consult Doctor CSS Start */

.consult-doctor-searchbar {
  box-shadow: none !important;
}

/* Consult Doctor CSS End */

/* Second Medic Home Care Css Start */

.second-medic-home-care h2 {
  line-height: 40px;
  margin-bottom: 15px;
}

.second-medic-home-care h3 {
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 30px;
}

.second-medic-home-care-box .box {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  padding: 30px;
  text-align: center;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  border-radius: 20px;
  background-color: white;
}

@media (max-width: 576px) {
  .second-medic-home-care h2 {
    line-height: 25px;
    font-size: 18px;
    /* white-space: nowrap; */
  }

  .second-medic-home-care .homecare-campaign-heading br {
    display: none;
  }

  .second-medic-home-care h3 {
    font-weight: auto !important;
    line-height: 25px;
    font-size: 16px;
  }
}

/* Second Medical Home Care Css End */

/* Video Call Start CSS */

.live-video-call-section {
  padding: 30px 0;
}

.live-video-call-section #meetingIdHeading {
  font-size: 2.5rem;
  text-align: center;
}

.live-video-call-section {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.live-video-call-section #videoContainer {
  min-height: 370px;
}

.live-video-call-section #videoContainer video {
  border-radius: 20px;
  width: 100%;
  height: 330px;
  /* object-fit: cover; */
  /* object-position: center; */
}

.live-video-call-section #videoContainer .my_vide_section {
  border-radius: 20px;
  height: 350px;
  background-color: black;
  position: relative;
  border: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
  margin-bottom: 25px;
}

.live-video-call-section #videoContainer .name-card-my-css {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  letter-spacing: 1px;
}

.live-video-call-section #videoContainer .name-card {
  background-color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50px;
  border-radius: 0 0 18px 18px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}

.live-video-call-section #grid-screen .btn-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-video-call-section #grid-screen .my_btn {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  font-size: 20px;
  margin: 20px 50px 0 50px;
  border: none;
  position: relative;
}

.live-video-call-section #grid-screen .active_btn {
  background-color: #000;
  color: white;
}

.live-video-call-section #grid-screen .inactive_btn {
  background-color: rgb(186, 0, 0);
  color: white;
  overflow: hidden;
}

.live-video-call-section #grid-screen .inactive_btn::after {
  content: "";
  height: 4px;
  width: 100%;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: black;
}

.live-video-call-user-deatils .col-md-6 {
  box-shadow: 0 0 16px -3px rgb(0 0 0/18%);
  padding: 50px 20px;
  border-radius: 10px;
  background-color: white;
}

.video-call-banner .col-md-6 .box {
  /* box-shadow: 0 0 16px -3px rgb(0 0 0/18%); */
  padding: 30px;
  border-radius: 10px;
  background-color: white;
}

.video-call-banner .col-md-6 .box .web-checkbox {
  width: auto;
  height: 40px !important;
  background-color: white;
}

.video-call-banner .col-md-6 .box label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.video-call-banner .col-md-6 .box .web-checkbox label {
  padding: 0 50px !important;
  line-height: 40px !important;
}

.video-call-banner .col-md-6 .box .web-checkbox label p {
  margin: 0 !important;
}

.live-video-call-section .bs-canvas-overlay {
  opacity: 0.85;
  z-index: 1100;
}

.live-video-call-section .bs-canvas {
  top: 0;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
  width: 40%;
  transition: margin 0.4s ease-out;
  -webkit-transition: margin 0.4s ease-out;
  -moz-transition: margin 0.4s ease-out;
  -ms-transition: margin 0.4s ease-out;
}

.live-video-call-section .bs-canvas-left {
  left: 0;
  margin-left: -40%;
}

.live-video-call-section .bs-canvas-right {
  right: 0;
  margin-right: -40%;
}

@media (max-width: 576px) {
  .live-video-call-section {
    min-height: 200px;
  }
  .live-video-call-section #videoContainer {
    min-height: 200px;
    height: auto;
  }

  .live-video-call-section #videoContainer video {
    /* min-height: 210px; */
    height: auto !important;
    border-radius: 20px;
    width: 100%;
    height: 160px !important;
  }

  .live-video-call-section #videoContainer .my_vide_section {
    /* min-height: 210px; */
    height: auto !important;
    border: none;
    margin-bottom: 10px;
  }

  .live-video-call-section #grid-screen .my_btn {
    margin: 20px 15px 0 15px;
  }

  .live-video-call-section #videoContainer .name-card {
    position: relative;
  }

  .video-call-banner .col-md-6 .box .web-checkbox label {
    padding: 0 20px !important;
    line-height: 40px !important;
  }
}
/* Video Call End CSS */

/* User Dashboard Prescription Css Starts */

.user-dashboard-prescriptions .box {
  height: calc(100% - 15px);
}

/* User Dashboard Prescription Css Ends */

/* Campaign of Fitness diet & nutrition CSS Start */

.fitness-campaign::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(252, 252, 252);
  opacity: 0.3;
}

.about-of-fitness-diet-campaign .col-md-7 p {
  line-height: 30px;
  text-align: justify;
  font-size: 16px;
}

.about-of-fitness-diet-campaign .col-md-5 img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

/* .fitness-diet-nutrition-campaigon .box-body .web-btn2{
    border-radius: 0 !important;
} */

.fitness-diet-nutrition-campaigon .box-body .btn {
  float: left;
}

.fitness-diet-nutrition-campaigon .box .box-body .monthly_plans {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 16px;
}

.fitness-diet-nutrition-campaigon .box .box-body .monthly_plans label {
  font-weight: bold;
  color: var(--greencolor);
}

.fitness-diet-nutrition-campaigon .box .box-body .monthly_plans del {
  font-size: 14px;
}

.healthy-meal-plans-campaign .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/18%);
  border-radius: 10px;
  background-color: white;
  margin-bottom: 20px;
}
.healthy-meal-plans-campaign .box .box-header img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0 0;
}
.healthy-meal-plans-campaign .box .box-body {
  padding: 10px 20px;
  text-align: center;
}

.healthy-meal-plans-campaign .box .box-body h6 label {
  font-size: 25px;
}

.fitness-diet-campaign-price .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/18%);
  border-radius: 10px;
  background-color: white;
}

.fitness-diet-campaign-price .box .box-header {
  border-bottom: 2px solid var(--greencolor);
  border-top: 5px solid var(--greencolor);
  padding: 15px 20px 20px 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.fitness-diet-campaign-price .box .box-header p label {
  font-size: 1.8rem;
  font-weight: bold;
}

.fitness-diet-campaign-price .box .box-header h4 sub {
  font-size: 18px;
}

.fitness-diet-campaign-price .box .box-header h4 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.fitness-diet-campaign-price .box .box-header .fitness-offer-off {
  background-color: #4e60b9;
  padding: 3px 20px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}

.fitness-diet-campaign-price .box .box-header .web-btn {
  border-radius: 30px;
}

.fitness-diet-campaign-price .box .box-body {
  padding: 10px 0;
}

.fitness-diet-campaign-price .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fitness-diet-campaign-price .box ul li {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(206, 206, 206, 0.3);
  min-height: 50px;
}

.fitness-diet-campaign-price .box ul li:nth-child(odd) {
  background: #f5f5f5;
}

.fitness-diet-campaign-price .box ul li:nth-child(even) {
  background: white;
}

.fitness-diet-campaign-price .box ul li:last-child {
  border-bottom: none;
}

.fitness-diet-campaign-price .box .box-footer {
  padding: 5px 0 0 0;
  text-align: center;
}

.fitness-diet-campaign-price .box .box-footer .web-btn {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 576px) {
  .about-of-fitness-diet-campaign .col-md-7 p {
    line-height: 25px;
  }
  .about-of-fitness-diet-campaign .col-md-5 img {
    height: auto;
  }
  .fitness-diet-nutrition-campaigon .box .box-body .linkbtn {
    margin-bottom: 10px;
  }
  .fitness-diet-nutrition-campaigon .box .box-body .monthly_plans {
    display: block;
    font-size: 15px;
    padding: 5px 5px;
  }
  .healthy-meal-plans-campaign .box .box-header img {
    height: 150px;
  }
}

/* Campaign of Fitness diet & nutrition CSS Ends */

/* Doctor Consultation Page CSS Starts */

.video-consultation-landing-banner .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
}

.video-consultation-landing-banner .box .col-md-7 .content_img {
  margin-left: 20px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.video-consultation-landing-banner .box .col-md-7 .my_content * {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .video-consultation-landing-banner .box {
    padding: 0px;
  }

  .video-consultation-landing-banner .box .col-md-7 .content_img {
    margin-top: 10px;
    margin-left: 0;
    padding: 10px;
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .video-consultation-landing-banner .box .col-md-7 .my_content * {
    margin-bottom: 20px;
  }

  .video-consultation-landing-banner .box .col-md-5 img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
    border-radius: 0 0 10px 10px;
  }
}

.video-consultation-landing-banner .box .content_img img {
  width: 150px;
  height: 150px;
}

.video-consultation-landing-banner .box .float-right {
  width: 376px;
  height: 251px;
}

@media (max-width: 991px) {
  .video-consultation-landing-banner .box .float-right {
    width: 290px !important;
    height: 193px;
  }
}

/* Doctor Consultation Page CSS Ends */

/* Apollo Elder care Campaign CSS Start */

.elder-care-campaign-form-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dddee0;
  position: relative;
}

.elder-care-campaign-form-section .col-md-8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white !important;
}

.elder-care-campaign-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.elder-care-campaign-form-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}

.elder-care-campaign-form-section .col-md-8 h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.elder-care-campaign-form-section .col-md-8 .my_content {
  position: relative;
  z-index: 1;
}

.elder-care-campaign-form-section .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateY(180deg);
  bottom: 0;
  left: 0;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.elder-care-campaign-form-section .box {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 10%);
  background-color: white;
  position: relative;
  z-index: 1;
}

.elder-care-campaign-form-section .box .box-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 0.5px solid #dddddd;
  padding: 15px 15px;
}

.elder-care-campaign-form-section .box .box-body {
  padding: 15px 15px 0 15px;
}

.elder-care-campaign-form-section .my_content p {
  line-height: 35px;
  font-size: 18px;
}

.benefits-of-elder-care-campaign .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: white;
}

.benefits-of-elder-care-campaign .box img {
  width: 100px;
  margin-bottom: 20px;
  filter: var(--greenfilter);
}

.benefits-of-elder-care-campaign .box h4 {
  font-weight: bold;
}

.details-of-apollo-elder-care-campaign p {
  line-height: 35px;
  font-size: 20px;
}

@media (max-width: 576px) {
  .elder-care-campaign-form-section {
    padding: 20px;
  }

  .elder-care-campaign-form-section .col-md-8 .my_content h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .elder-care-campaign-form-section .col-md-8 .my_content h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .elder-care-campaign-form-section .col-md-8 .my_content p {
    font-size: 16px;
    line-height: 28px;
  }
}
/* Apollo Elder care Campaign CSS End */

/* Doctor Consultation CSS Start */

@media (max-width: 576px) {
  .landing-page-consult-doctor-banenr {
    margin: 10px 0 10px 0 !important;
  }
  .landing-page-consult-doctor-banenr .web-h {
    margin: 30px 0 10px 0 !important;
  }
  .landing-page-consult-doctor-banenr .box {
    display: block !important;
    margin-top: 8.5px;
    padding: 10px !important;
  }
  .landing-page-consult-doctor-banenr .box .web-h {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .landing-page-consult-doctor-banenr .box .web-h h2 {
    line-height: 30px;
  }
  .landing-page-consult-doctor-banenr-mobile {
    display: block !important;
  }
}

.landing-page-consult-doctor-banenr-mobile {
  display: none;
}

.live-doctor-btn .col-md-6 .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border: none;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.live-doctor-btn .col-md-6 .box h4 {
  margin-left: 100px;
  font-size: 25px;
}

.live-doctor-btn .col-md-6 .box .my-web-btn {
  background-image: linear-gradient(
    to right,
    #12bc95 0%,
    #1f68c6 100%
  ) !important;
  border-color: var(--greencolor);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
/* Doctor Consultation CSS End */

/* Home Visit Program CSS Strat */

.home-visit-programs-apollo .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/28%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  background-color: white;
}

.home-visit-programs-apollo .box img {
  width: 100px;
  filter: var(--greenfilter);
}
.home-visit-programs-apollo .box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.home-visit-description p {
  line-height: 35px;
  font-size: 20px;
}

/* Home Visit Program CSS End */

/* Radiology Page CSS Start */

@media (max-width: 767px) {
  .footer-bottom {
    padding-bottom: 0px !important;
  }

  .testimonial-radiology .carousel-inner .carousel-item {
    width: 80% !important;
    margin-left: 10% !important;
  }

  .testimonial-radiology .carousel-inner h4 {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .radiology-section .col-md-6 {
    width: 100% !important;
    text-align: left !important;
  }

  .radiology-section .col-md-2,
  .radiology-section .col-md-3 {
    width: 50% !important;
  }

  .radiology-section .box {
    padding: 10px !important;
  }

  .radiology-section-steps .rounded {
    margin-bottom: 0 !important;
  }

  .new-page-heading {
    padding: 10px;
  }

  .new-page-heading h2 {
    font-size: 18px;
  }
}
.radiology-section {
  padding: 30px 0;
  background: #fff;
}

.radiology-section .box,
.radiology-section-steps .box {
  box-shadow: 0 0 16px -3px rgb(0 0 0/38%);
  padding: 20px;
  border-radius: 10px;
}

.radiology-section-steps .rounded {
  border-radius: 10px !important;
  margin-bottom: 100px;
  padding-top: 10px;
  background: #eafcff !important;
}

.radiology-section-steps .rounded .box {
  margin-bottom: -60px !important;
  height: 130px !important;
}

.radiology-section-featured .box img {
  width: auto !important;
  max-width: 80%;
}

.radiology-section-featured .box {
  box-shadow: 0 0 10px -3px rgb(0 0 0/18%);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.radiology-section-featured .item {
  margin: 10px 5px;
}

.radiology-section-featured .box a {
  display: flex;
  justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
  background: rgb(0 0 0/18%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-radiology .carousel-inner .carousel-item {
  width: 70%;
  margin-left: 15%;
}

.testimonial-radiology .carousel-inner h4 {
  font-size: 20px;
  line-height: 40px;
}

#radiology_slider .carousel-inner .carousel-item img {
  max-height: 220px;
  object-fit: cover;
}

.our-radiology-city .tags a {
  border: 1px solid #ddd;
  color: var(--btn2color);
  border-radius: 5px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  margin-top: 10px;
}

/* Radiology Page Css End */

/* Mental Health Page Css Start */

.mental-health-banner .col-md-8 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10px;
}

.mental-health-about-us .col-md-6 img {
  border-radius: 10px;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}

.mental-health-about-us .col-md-6 p {
  line-height: 28px;
  font-size: 15.5px;
}

.mental-health-about-us .web-btn {
  width: 50%;
}

.mental-health-therapy-choices .box {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
  border-top: 5px solid var(--greencolor);
  margin-bottom: 10px;
}
.mental-health-therapy-choices .box img {
  width: 80px;
  margin-bottom: 10px;
  text-align: center;
}

.mental-health-therapy-choices .box h6 label {
  font-size: 20px;
}

.mental-health-therapy-choices .box h5 {
  font-weight: bold;
}

.mental-health-therapy-choices .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mental-health-therapy-choices .box ul li {
  font-weight: 400 !important;
}

.meanth-healt-why-second-medic .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.meanth-healt-why-second-medic .row .col-md-5 ul {
  list-style: none;
  padding: 0;
}

.meanth-healt-why-second-medic .row .col-md-5 ul img {
  width: 45px;
  margin-right: 20px;
  filter: var(--greenfilter);
  border: 5px solid black;
  border-radius: 100%;
}

.meanth-healt-why-second-medic .row .col-md-5 ul li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.meanth-healt-why-second-medic .row .col-md-7 img {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.mental-health-therapy .row .col-md-6 h5 {
  font-size: 20px;
}

.mental-health-therapy .row .col-md-6 p {
  font-size: 18px;
  color: grey;
  text-align: justify;
}

.mental-health-count-section .row .box {
  text-align: center;
  /* border: 5px solid #018A95;
    border-radius: 10px; */
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  padding: 10px 0;
  border-radius: 10px;
  background-color: white;
  margin: 0 10px;
}

.mental-health-count-section .row .box h3 {
  width: 100%;
  /* background-color: var(--greencolor); */
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.mental-health-count-section .row .box p {
  width: 100%;
  /* background-color: var(--greencolor); */
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  /* color: white; */
}

.mental-health-therapy .col-md-6 img {
  border-radius: 10px;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: top;
}

.mental-health-benefits .col-md-4 .box {
  text-align: center;
  /* border: 5px solid #018A95;
    border-radius: 10px; */
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  /* padding: 10px 0; */
  border-radius: 10px;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
}

.mental-health-benefits .col-md-4 .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center -10px;
  border-radius: 10px 10px 0 0;
}

.mental-health-benefits .col-md-4 .box h4 {
  font-size: 20px;
  padding: 20px 0;
}

.specialist-team .box {
  border: 1px solid #eee;
  background: white;
  padding: 30px 20px;
  margin-top: 30px;
  text-align: center;
  transition: all 0.3s 0s linear;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
}

.mental-health-team .box img {
  width: 150px;
  height: 150px;
}

.specialist-team .box h4 {
  margin-top: 10px;
}

@media (max-width: 576px) {
  .mental-health-banner h1 {
    font-size: 25px !important;
  }

  .meanth-healt-why-second-medic .row .col-md-5 ul {
    padding-left: 5px;
  }
  .meanth-healt-why-second-medic .row .col-md-5 ul img {
    width: 30px;
    margin-right: 10px;
    filter: var(--greenfilter);
    border: 2px solid black;
    border-radius: 100%;
  }
  .meanth-healt-why-second-medic .row .col-md-5 ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .mental-health-about-us .col-md-6 p {
    line-height: 24px;
    font-size: 13px;
  }

  .mental-health-about-us .col-md-6 img {
    border-radius: 10px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  .mental-health-benefits .col-md-4 .box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px 10px 0 0;
  }

  .mental-health-benefits .col-md-4 .box h4 {
    font-size: 16px;
    padding: 10px 0;
  }

  .mental-health-count-section .row .box {
    height: 100px;
    padding: 10px 10px;
    margin: 0;
    margin-bottom: 20px;
  }
  .mental-health-count-section .row .box p {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
  }
  .mental-health-therapy .row .col-md-6 p {
    font-size: 14px;
    line-height: 24px;
  }
  .mental-health-team .box {
    padding: 20px 10px;
  }

  .mental-health-team .box img {
    width: 100px;
    height: 100px;
  }

  .mental-health-therapy-choices .box {
    margin-bottom: 20px;
  }

  .mental-health-therapy-choices .box img {
    width: 50px;
  }

  .mental-health-therapy-choices .box ul {
    height: 80px;
    overflow: hidden;
  }
  .mental-health-plans-list .mental-health-pricing .item {
    padding: 0 5px !important;
  }

  .mental-health-plans-list .mental-health-pricing .owl-item.active {
    margin: 0 5px !important;
  }

  .mental-health-plans-list .box img {
    height: 100px !important;
  }
  .mental-health-plans-list .box h5 {
    font-size: 20px !important;
  }
  .mental-health-plans-list .box h6 {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 0;
  }
  .mental-health-plans-list .box ul {
    height: 75px;
    overflow: hidden;
  }
  .mental-health-plans-list .box ul li {
    font-size: 12px;
    padding: 0 !important;
    line-height: 18px !important;
  }
  .mental-health-plans-list .my_gaphing-left {
    padding-left: 15px !important;
    padding-right: 5px !important;
  }
  .mental-health-plans-list .my_gaphing-right {
    padding-left: 5px !important;
    padding-right: 15px !important;
  }

  .mental-health-plans-list .box hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mental-health-plans-list .box span {
    font-size: 30px !important;
  }
  .mental-health-team .specialist-team-slider .box h4 {
    font-size: 14px !important;
    height: 20px;
    overflow: hidden;
  }
  .mental-health-team .specialist-team-slider .box p {
    font-size: smaller;
  }
}

.mental-health-plans-list .box {
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(66 138 214 / 29%);
  border-radius: 10px;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid var(--greencolor);
  /* padding-bottom: 1px; */
}

.mental-health-plans-list .box img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.mental-health-plans-list .box h5 {
  font-size: 24px;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 1px solid rgb(66 138 214 / 29%);
}

.mental-health-plans-list .box h6 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}
.mental-health-plans-list .box h6 sub {
  font-weight: 400;
}

.mental-health-plans-list .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mental-health-plans-list .box ul li {
  line-height: 20px;
  padding: 5px;
}

.mental-health-plans-list .box span {
  font-size: 35px;
}

/* .mental-health-plans-list .box ul li:nth-child(odd){
    background: #f5f5f5;
} */

.mental-health-plans-list .box .web-btn {
  border-radius: 0 0 10px 10px;
}

/* Medical Health Page Css End */

.campaign-header {
  padding: 10px 0px;
}
.campaign-header img {
  height: 60px;
}
.campaign-header .number {
  font-size: 18px;
  color: var(--greencolor);
  font-weight: bold;
}

.homecare-campaign-banner h2 {
  font-size: 36px;
  font-weight: bold;
}
.homecare-campaign-banner form .tnc {
  font-size: 12px;
}

.homecare-campaign-footer .foot-features {
  text-align: left;
}

.homecare-campaign-footer .download-app h3 {
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  font-size: 20px;
}
.homecare-campaign-footer .download-app img {
  height: 51px;
}

@media (max-width: 767px) {
  .campaign-header {
    text-align: center;
  }
  .homecare-campaign-banner h2 {
    font-size: 22px;
    font-weight: bold;
  }

  .homecare-campaign-footer .foot-features {
    text-align: center;
  }
  .homecare-campaign-footer .download-app {
    margin-top: 15px;
    text-align: center;
  }
  .homecare-campaign-footer .download-app h3 {
    font-size: 16px;
  }
  .homecare-campaign-footer .download-app img {
    height: 40px;
  }
  .homecare-campaign-heading {
    font-size: 20px;
    line-height: 24px !important;
  }
}

/* Start Css of Campaign Manipal Path page */

.logo-manipal {
  height: 70px;
}

.manipal-banner-section {
  position: relative;
  margin-bottom: 50px;
}

.manipal-banner-section::after {
  position: relative;
  margin-bottom: 60px;
}

.manipal-banner-section .page-banner-benefits {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10;
}

.page-banner-benefits .box {
  border-radius: 10px;
  background: white;
  padding: 20px 40px 20px 20px;
  display: flex;
  flex-direction: row;
  height: calc(100% - 0px);
  align-items: center;
  box-shadow: 2px 1px 4px 0px #0000001a;
}

.page-banner-benefits .box img {
  width: 50px;
  padding: 5px;
  margin-right: 10px;
  border-radius: 100%;
  border: 1px solid #0877a2;
  /* filter: var(--greenfilter); */
}

.page-banner-benefits .box h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
}

.manipal-about-us h3 {
  font-size: 25px;
  font-weight: bold;
  color: #1d71b8;
}

.manipal-about-us .about-us-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.manipal-about-us .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* margin-bottom: 20px; */
}

.manipal-about-us .about-us-img {
  border-radius: 20px;
  width: 100%;
  height: 270px;
  margin-top: 20px;
  object-fit: cover;
  object-position: top;
}

.manipal-about-us .box .box-img {
  width: 70px;
  background: radial-gradient(
    50px,
    rgba(1, 165, 160, 0.3),
    rgba(12, 87, 166, 0.5)
  );
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.manipal-about-us .box .box-img img {
  width: 40px;
  height: 40px;
  text-align: center;
}

.manipal-about-us .box .box-content h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 10px;
}

.manipal-about-us .box .box-content p,
.manipal-about-us p {
  font-size: 16px;
}

.my-manipal-form .card {
  border-radius: 31.92px;
  box-shadow: 0px 10px 10px #0000001a;
  background: #00b7ac;
  padding: 30px;
  border: none;
  margin: 0px;
}

.my-manipal-form .card .card-header {
  border-radius: 20px 20px 0 0;
  background: transparent;
  border: none;
  padding: 0px;
}

.my-manipal-form .card .card-header h2 {
  /* font-size: 24px; */
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
}
.my-manipal-form .card .card-body {
  padding: 0px;
}

.my-manipal-form .card .form-control {
  padding: 25px 20px;
  border-radius: 26px;
}

.my-manipal-form .btn-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.my-manipal-form .btn {
  width: 100%;
  padding: 10px;
  font-weight: 600;
  border-radius: 26px;
  color: white;
  background: #f08539;
}

.my-manipal-pricing h2 {
  color: #034ea1;
}
/* 
.my-manipal-pricing .card{
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-radius: 20px;
    padding: 20px;
}

.my-manipal-pricing .manipal-bg{
    background: linear-gradient(90deg, rgba(1,165,160,0.3),rgba(12,87,166,0.5));
}

.my-manipal-pricing .card .card-header{
   border-radius: 20px 20px 0 0 !important;
   border-bottom: none;
   background: transparent;
}


.my-manipal-pricing .card .card-header h4{
    font-size: 1.7rem;
    font-weight: 700;
 }


 .my-manipal-pricing .card .card-header p{
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 600;
}

 
.my-manipal-pricing .card .card-body p span{
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.my-manipal-pricing .card .box{
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    border-radius: 10px;
    text-align: center;
    background: white;
    padding-top: 20px;
}

.my-manipal-pricing .card .box h5{
    font-size: 30px;
    font-weight: bold;
}

.my-manipal-pricing .card .box span{
    font-size: 40px;
    font-weight: bold;
}

.my-manipal-pricing .card .box p{
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    background: var(--greencolor);
    padding: 20px;
    border-radius: 0 0 10px 10px;
    color: white;
    letter-spacing: 0.7px;
}

.my-manipal-pricing .card .card-header .img-section{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F8F9FA;
    float: right;
    overflow: hidden;
}

.my-manipal-pricing .card .card-header .img-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
} */

/* .my-manipal-box{
    background: var(--greencolor);
} */

/* .my-manipal-box h2{
    color: white;
} */

.my-manipal-pricing .box {
  padding: 30px;
  background-color: #034ea1;
  box-shadow: 0px 7px 14px 0px #00000040;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin-top: 30px;
}

.my-manipal-pricing .box .parameters {
  background-color: #66c1bf;
  padding: 10px 20px;
  position: absolute;
  color: white;
  top: -20px;
  right: 30px;
  font-weight: bold;
  border-radius: 10px;
}
.my-manipal-pricing .box h4 {
  font-size: 20px;
  color: white;
  font-weight: 700;
}

.my-manipal-pricing .box ul {
  margin: 0;
  padding-left: 0px;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  height: calc(100% - 20px);
}

.my-manipal-pricing .box ul li {
  color: white;
  margin-bottom: 10px;
  padding-right: 5px;
}

.my-manipal-pricing .box ul li img {
  width: 20px;
}

.my-manipal-pricing .box .card {
  padding: 0;
  border: none;
  text-align: center;
  border-radius: 10px !important;
  margin: 0px;
}

.my-manipal-pricing .box .card .card-header {
  border-radius: 10px !important;
}

.my-manipal-pricing .box .card .card-header h5 {
  color: #00b7ac;
  font-size: 30px;
  font-weight: 700;
}

.my-manipal-pricing .box .card .card-header h6 {
  font-size: 35px;
  font-weight: 700;
}

.my-manipal-pricing .box .card .card-body {
  padding: 20px 30px;
  background-color: #f08539;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 0 10px 10px !important;
  color: white;
}

.my-manipal-box .box {
  /* box-shadow: rgba(50,50,93,.25) 0 6px 12px -2px, rgba(0,0,0,.3) 0 3px 7px -3px; */
  padding: 20px;
  text-align: center;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  /* border-radius: 20px;
    background-color: white; */
}

.my-manipal-box .box h4 {
  font-size: 58px;
  color: #1488ca;
  font-weight: bold;
}

.my-manipal-box .box p {
  font-size: 16px;
  font-weight: bold;
}

.frequently-asked-questions-manipal .web-accordion .card .card-header button {
  background: #00b7ac !important;
  color: white;
}

.frequently-asked-questions-manipal h2 {
  color: #00b7ac !important;
}

.campaign-footer-manipal {
  padding: 20px 20px;
  background-color: #034ea1;
}

@media (max-width: 576px) {
  .nurse-at-home-camp-header .main_section_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .nurse-at-home-camp-header .main_section_header a label {
    font-size: 16px;
  }

  .logo-manipal {
    width: 100%;
    height: auto;
  }
  .manipal-banner-section .main-img-manipal {
    height: 120px;
    object-fit: cover;
  }

  .manipal-banner-section {
    height: auto;
    margin-bottom: 300px;
  }

  .page-banner-benefits .box {
    display: flex;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }

  .manipal-banner-section .page-banner-benefits {
    bottom: -130%;
  }

  .my-manipal-form .card {
    background: white;
  }

  .my-manipal-form .form-col-padding {
    padding: 5px;
  }

  .manipal-about-us .box .box-img {
    width: 90px;
    height: 55px;
  }

  .my-manipal-form .web-btn {
    width: 50% !important;
    margin: 0 5px !important;
  }

  .my-manipal-form .btn-section {
    margin-top: 5px !important;
  }

  .my-manipal-box .box {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  /* .my-manipal-box .box{
        box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
        padding: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 120px;
        border-radius: 20px;
        background-color: white;
        margin: 10px 0;
    } */

  .my-manipal-box .box p {
    margin-top: 10px;
    font-size: 15px !important;
    font-weight: bold;
  }

  .my-manipal-form {
    width: 100%;
    position: fixed;
    bottom: -60px;
    z-index: 10;
    padding-top: 0 !important;
  }

  .my-manipal-form .form_section {
    padding: 0;
  }

  .my-manipal-form .form_section .card-header {
    display: none;
  }

  .my-manipal-pricing .card {
    padding: 10px;
  }

  .my-manipal-pricing .card .card-header {
    padding: 10px;
  }

  .my-manipal-pricing .card .box h5 {
    font-size: 25px;
    font-weight: bold;
  }

  .my-manipal-pricing .card .card-header h4 {
    font-size: 1.325rem;
  }

  .my-manipal-pricing .card .card-header p {
    font-size: 0.9rem;
    line-height: 25px;
  }

  .my-manipal-pricing .card .card-header h4 br {
    display: none !important;
    font-size: 30px;
  }

  .campaign-footer-manipal .container {
    margin-bottom: 250px;
  }

  .campaign-footer-manipal .container .my-campagin-footer-content {
    width: 50%;
  }

  .my-manipal-form .form-col-padding .form-group {
    margin-bottom: 0.5rem;
  }

  .my-manipal-form .my_form {
    margin-bottom: 10px;
  }

  .my-manipal-pricing .box ul {
    padding-left: 0;
  }
  .my-manipal-pricing .box ul li img {
    width: 15px;
  }

  .my-manipal-box .box {
    margin: 0;
  }

  .my-manipal-box .box h4 {
    font-size: 40px;
    color: #1488ca;
    font-weight: bold;
  }
}
/* End Css of Campaign Manipal Path page */

/* Start Css of Campaign Lal Path page */

.nurse-at-home-camp-header .campaign-lal-path-logo {
  width: auto;
  height: 50px;
}

.my-manipal-pricing .manipal-bg {
  background: linear-gradient(
    90deg,
    rgba(1, 165, 160, 0.3),
    rgba(12, 87, 166, 0.5)
  );
}

@media (max-width: 576px) {
  .camp-lal-path-header .col-6 a {
    font-size: 16px;
  }
  .camp-lal-path-header .campaign-lal-path-logo {
    width: 150px;
    margin-top: 8px;
    height: auto;
  }
  .my-lal-path-form .card {
    background: white !important;
  }

  .lal-path-about-us .box .box-img {
    width: 100px;
  }
}

.lal-path-bg {
  background: linear-gradient(
    90deg,
    rgba(244, 191, 71, 0.9),
    rgba(186, 45, 37, 0.9)
  ) !important;
}

.my-lal-path-form .card {
  background: linear-gradient(
    90deg,
    rgba(244, 191, 71, 0.9),
    rgba(186, 45, 37, 0.9)
  );
}

.lal-path-about-us .box .box-img {
  background: linear-gradient(
    90deg,
    rgba(244, 191, 71, 0.9),
    rgba(186, 45, 37, 0.9)
  ) !important;
}

/* End Css of Campaign Lal Path page */

/* Start Css of Campaign Redcliffe Path page */

.redcliffe-bg {
  background: linear-gradient(
    90deg,
    rgba(21, 65, 102, 0.7),
    rgba(178, 29, 76, 0.7)
  );
}

.redcliffe-bg .card-header h4 {
  color: white !important;
}

.redcliffe-bg .card-header p {
  color: white !important;
}

.my-redcliffe-form .card {
  background: linear-gradient(
    90deg,
    rgba(21, 65, 102, 0.7),
    rgba(178, 29, 76, 0.7)
  ) !important;
  padding: 40px !important;
}

.redcliffe-about-us .box .box-img {
  background: linear-gradient(
    90deg,
    rgba(21, 65, 102, 0.7),
    rgba(178, 29, 76, 0.7)
  ) !important;
}

@media (max-width: 576px) {
  .my-redcliffe-form .card {
    background: white !important;
  }
}

/* End Css of Campaign Redcliffe Path page */

/* Career Page design changes Css Start */

@media (max-width: 576px) {
  .career_page_banner {
    height: 120px !important;
  }
}
.career_page_banner h1 {
  margin-right: 20px;
}

/* Career Page design changes Css End */

/* Campaign Page Footer design changes Css Start */

.campaign-get-appointment-footer {
  background-color: var(--greencolor);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px 0px;
  color: white;
  z-index: 10;
}

.campaign-get-appointment-footer h3 {
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
}

.campaign-get-appointment-footer .form-control {
  border-radius: 10px 0px 0px 10px;
  font-size: 16px;
  padding: 10px 15px;
  height: auto;
}

.campaign-get-appointment-footer .input-group button {
  border-radius: 0px 10px 10px 0px !important;
  font-size: 16px;
}

/* Campaign Page Footer design changes Css End */

/* Campaign Page Testimonials Slider Css Start */

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #018a95;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #018a95;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #018a95;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
  .gtco-testimonials .card {
    margin: 0;
  }

  .my-manipal-pricing .row.my_padding2 {
    padding-bottom: 0px !important;
  }
  .my-manipal-pricing .box {
    height: auto;
    margin-top: 35px;
  }
  .campaign-footer * {
    text-align: center;
  }
  .campaign-footer a {
    display: block;
  }
}

/* Campaign Page Testimonials Slider Css End */

.campaign-thankyou h1 {
  font-size: 4em;
  font-style: italic;
}

.campaign-thankyou p {
  margin-top: 30px;
  font-size: 2em;
  font-style: italic;
}

.manipal-campaign-page {
   font-family: "Barlow", sans-serif;
}
.manipal-campaign-page h1,
.manipal-campaign-page h2,
.manipal-campaign-page h3,
.manipal-campaign-page h4,
.manipal-campaign-page h5,
.manipal-campaign-page h6 {
   font-family: "Barlow", sans-serif;
}

.problem-qa-product-slider .related-products-height {
  height: 331px;
}
@media (max-width: 767px) {
  .problem-qa-product-slider .related-products-height {
    height: 328px;
  }
}
 


.mt-50{
margin-top: 30px !important;
}

.home-about .owl-dots {
  display: none;
}


.box-body {
  padding: 0px 10px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #6c757d;
}
/* new css */

.home-about .about-box p{ font-size: 20px ;
    line-height: 26px !important;
    color: #000 !important;
    margin-bottom: 15px ;
     font-family: "Barlow", sans-serif;
}
 
.heading-color-blue{
    color:#263a8e;
}
.section-heading{font-size: 45px;
    font-weight: 700 !important;
    color: var(--greencolor) !important;
    margin-bottom: 15px !important;
    letter-spacing: 0.5px !important;
     font-family: "Barlow", sans-serif;
    
}

.home-about .about-box {
    background: #e8f4ff !important;
    padding: 35px;
    border-radius: 12px !important;
    height: 100% !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06) !important;
    transition: all 0.3s ease !important;
    margin-top: 50px;
}


.section-subheading {
    font-size: 23px ;
    color: #555 !important;
    /* margin-bottom: 50px !important; */
    font-weight: 400 !important;
     font-family: "Barlow", sans-serif;
}

.home-about .about-tagline-bottom {
  display: inline-block !important;
  background-color: #293c8f !important;
   font-family: "Barlow", sans-serif;
  color: #ffffff !important;
  font-size: 18px ;
  font-weight: 600 !important;
  padding: 15px 30px !important;
  border-radius: 50px !important;
  text-align: center !important;
  margin-top: 70px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
}

.home-about{
font-family:Barlow;
}


.home-about  .about-tagline-bottom:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* ===== Health Journey Section ===== */
.health-journey {
    padding: 80px 0;
    background-color: #ffffff;
}

.health-journey__header {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.health-journey__title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.health-journey__subtitle {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
}

/* ===== Steps Section ===== */
.health-journey__steps {
    position: relative;
    margin-top: 40px;
    text-align: center;
}

.health-journey__divider {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00b4d8, #0077b6);
    margin: 30px 0;
    border-radius: 50px;
}

.main-heading {
  font-family: Barlow !important; 
  font-size: 30px !important; 
  font-weight: 700 !important; 
  line-height: 1.3 !important; 
  color: #263a8efc !important; 
}

.eap-about .box {
    background: #fff;
    border-radius: 14px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.25s, transform 0.25s;
}

.eap-about .box-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px; /* space below image + heading */
}

.eap-about .box-header img.eap-img {
    max-width: 60px; /* adjust as needed */
    height: auto;
}

/*.eap-about .box-header h2.eap-h {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}*/

.eap-about .box p {
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.health-journey__image {
    max-width: 100%;
    height: auto;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .health-journey {
        padding: 60px 0;
    }

    .health-journey__title {
        font-size: 26px;
    }

    .health-journey__subtitle {
        font-size: 14px;
    }
}
