@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto/Roboto-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto/Roboto-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto/Roboto-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto/Roboto-Black.ttf);
    font-weight: 900;
}
body,
html {
    scroll-behavior: smooth;
}
.font-16 {
    font-size: 16px !important;
}
.font-34 {
    font-size: 34px !important;
    font-weight: bold;
}
.font-18 {
    font-size: 18px !important;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 16px;
}
img {
    max-width: 100%;
}
body {
    /* font-family: 'Roboto' !important; */
    font-size: 14px;
    color: #7E7E7E;
    line-height: 1.2;
}

section.inner-header-section {
    background: #009849;
    padding: 5px 0px;
}
a {
    text-decoration: none !important;
}
.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-call img.green-call {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.call-section p,
.call-section a {
    font-size: 16px;
    color: #FFF !important;
    margin: 0px;
}
.call-section p.call-text {
    margin: 0px;
    font-size: 12px;
}
.header-call {
    display: flex;
}
section.container.content {
    padding-bottom: 36px;
    text-align: center;
}
.content strong {
    color: #00a54f;
}

section.container.content b {
    color: #00984a;
}

.content h4{
    color: #000;
}
.achieve-holistic .call-btn {
    background: #163257 !important;
    border: 1px solid #163257;
    color: #fff !important;
}
.achieve-holistic .call-btn,
section.save-tax .call-btn {
    height: 50px;
    padding: 0px 40px;
}
.achieve-holistic {
    background: #00984a45;
    margin-top: 0px;
    border-radius: 10px;
    padding: 0px 50px 0px 0px;
    display: flex;
    flex-wrap: wrap;
}
.achieve-holistic .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -30px;
}
.achieve-holistic-img-col {
    display: flex;
    align-items: center;
    padding: 30px 15px;
}
.achieve-holistic .achieve-holistic-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.achieve-holistic-content-col h2 
{
    color:white;
}
.achieve-holistic .achieve-holistic-content-col p {
    margin: 0px;
    font-size: 16px;
}
.faq-section .heading-new-tax h2 
{
        font-size: 34px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
}
div.achieve-holistic-content-col p b {
    color: #ffefa1;
}
.achieve-holistic .item {
    width: 100%;
}
@media(max-width: 1000px) {
    div#package-slider {
        padding-bottom: 30px;
    }
    }
    .left-align-heading{
        text-align: left;
        font-size: large;
    }
    
    .left-align-heading-p{
        text-align: left;
    }
    .left-align-heading-p span{
        font-size:large;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
        color: #000;
    }
    @media (min-width: 551px) and (max-width: 767px) {
        section.container.holistic-acheive {
            margin: 0px !IMPORTANT;
            width: 100% !IMPORTANT;
            max-width: 100%;
        }
    }
/* banner section */
img {
    max-width: 100%;
}

section.banner-row img.banner {
    width: 100%;
}

.mobile-res {
    display: none;
}

/* form section */
section.form-section {
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
}
section.form-section .container-lg {
    position: relative;
}
.custom-form-row {
    position: relative;
    top: 0px;
    background: #fff;
    z-index: 9;
    padding: 0px;
    box-shadow: #16325785 0px 2px 24px;
    border-radius: 5px;
    width: calc(100% - 30px);
    border: 2px solid #FF9933;
    margin: 60px auto;
    /*margin-top: 30px;*/
}
.col-12.banner-form.banglore-form form {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    align-items: center;
}
.input-sec label {
    margin-bottom: 0;
    margin-left: 5px;
    color: #707070;
    font-size: 12px;
    font-weight: 500;
}
.input-sec label a {
    color: #707070 !important;
    text-decoration: underline;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input-sec {
    position: relative;
    margin-bottom: 15px;
}
.input-sec input.input-box1,
.input-sec select {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    padding: 15px;
    outline: 0 !important;
    font-weight: 500;
    border: 1px solid #ddd !important;
}
.input-sec select {
    padding: 0px 15px;
}
.input-sec input.input-box::placeholder {
    color: #A0A0A0 !important;
}
.input-sec .check-input {
    accent-color: #00a54f;
}
.input-sec {
    width: 25%;
    padding: 0px 10px;
}
.input-sec.checkbox-row {
    width: 100%;
    display: flex;
    margin-bottom: 0px;
}
.input-sec.checkbox-row>.d-flex {
    margin-right: 20px;
}
.form-row .input-sec {
    width: 50%;
}
.otp-form-class .otp-error-wrapper .form-text {
    padding: 15px 15px 0;
}
small.form-text {
    color: #989898;
    font-size: 12px;
    font-weight: 300;
    margin-top: 8px;
}

.call-btn {
    background: #00984A;
    width: fit-content;
    outline: 0 !important;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #fff !important;
    color: #FFF !important;
    border-radius: 6px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none !important;
    font-weight: 500;
}
.call-btn:hover {
    background: #fff !important;
    color: #00984a !important;
    border: 1px solid #00984a !important;
}
img.plus-img-common {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 30px);
    height: calc(100% + 20px);
    object-fit: cover;
    object-position: top;
    left: 0px;
    border-radius: 0px 0px 0px 10px;
}



@media (max-width: 767px) {
    .mobile-res {
        display: block;
    }
    .desk-res {
        display: none;
    }
    section.banner-sec {
        background-image: url(/upgrade/images/independence-day-mob-bg.webp);
        height: auto;
        padding-top: 30px;
    }
    img.desktop-banner {
        display: none;
    }
    .input-sec {
        width: 100% !important;
        margin-bottom: 8px !important;
    }
    .input-sec.checkbox-row .d-flex {
        margin-bottom: 8px;
    }
    .input-sec.submitbutton-field {
        order: 4;
        margin-top: 8px;
        margin-bottom: 0px !important;
    }
    .input-sec.checkbox-row {
        display: block;
    }
}
@media (max-width: 991px) {
    .request-call {
        bottom: 0;
        border-radius: 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        width: 300px;
        right: calc(50% - 150px);
    }
    .achieve-holistic {
        padding: 0px;
    }
    section.save-tax br {
        display: none;
    }
    .white-test-inf.price-test-sec {
        padding: 5px;
        padding-left: 60px !important;
    }
    .green-price.align-items-end.d-flex.price-test-sec {
        align-items: center !IMPORTANT;
    }
    .form-column {
        background: #39B3A9;
        padding-bottom: 30px;
    }
    .exitpop-sec {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .request-call br,
    .request-call img {
        display: none;
    }
    .feature-icons {
        margin: 0;
        margin-right: 15px;
    }
    .header-call img.green-call {
        width: 30px;
        height: 30px;
    }
    .header-logo img {
        width: 150px;
    }
    .heading-bg-color {
        background: linear-gradient(105deg, #019959 0%, #08a1a7 100%);
        padding: 15px 0;
        border-radius: 6px;
    }
    .owl-item {
        opacity: 0.5;
    }
    .owl-item.active.center,
    .owl-item.active {
        opacity: 1;
    }
    .why-choose-metropolis {
        margin-top: 0px !important;
    }
    .modal-content.exit-content .row {
        height: auto !important;
    }
    .left-price-sec {
        border-radius: 10px;
        overflow: hidden;
    }
    .price-test-sec {
        min-width: 300px;
        padding: 5px 10px;
    }
    .test-count {
        font-size: 24px;
    }
    .green-price span {
        font-size: 14px;
    }
  
    .savetax-inner {
        margin-top: 30px;
    }
  
    .package-name {
        font-size: 16px !important;
    }
    .accordion .card .card-header .collapsed .collapse-icon-inner:before {
        display: none;
    }
    .accordion .card .card-header .collapsed .collapse-icon {
        min-width: 40px !important;
    }
    .achieve-holistic .achieve-holistic-img-col {
        padding: 0px;
    }
    .achieve-holistic .achieve-holistic-content-col {
        padding: 30px 20px;
    }
    img.plus-img-common {
        position: relative;
        height: 250px;
        object-fit: contain;
        object-position: left;
        margin-top: -40px;
        border-radius: 0px;
    }
}
section.below-banner-info div.below-banner-info-main {
    margin-bottom: 15px;
}

section.below-banner-info svg {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}
section.below-banner-info .below-banner-info-inner {
    background: #00a54f07;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}
section.below-banner-info .below-banner-info-inner:hover {
    background-image: linear-gradient(214deg, rgb(0 165 79 / 68%) 23%, #00984a 76%);
}
section.below-banner-info .below-banner-info-inner:hover svg * {
    fill: #fff;
}
section.below-banner-info .below-banner-info-inner:hover p {
    color: #fff !important;
}
section.below-banner-info div.below-banner-info-main {
    width: 100%;
}
section.below-banner-info .owl-dots button.owl-dot.active span {
    background: #00a54f !important;
}
section.below-banner-info .owl-dots button.owl-dot span {
    background: #00a54f50 !important;
}
.request-call img {
    filter: invert(100%) sepia(100%) hue-rotate(244deg) brightness(217%) contrast(107%);
}
.request-call {
    padding: 15px;
    background: #00a54f;
    position: fixed;
    bottom: 30%;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    right: 0;
    z-index: 99;
}

.request-call.fixed-request-call.sticky-request-call {
    display: block !important;
}
.request-call p {
    color: #fff !important;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 10px;
}
.request-call a {
    text-decoration: none !important;
}
section.truhealth-checkup {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
span.dark-blue-txt span.crossrk {
    font-size: 20px;
    position: absolute;
}
.dark-blue-txt {
    color: #00a54f;
}
.accredi-img-row img {
    width: 100%;
    object-fit: contain;
    height: 100px;
}
#package-slider .owl-nav {
	margin: 0;
}
#package-slider .owl-nav button {
	width: 40px;
	height: 40px;
	border: 1px solid #1d4488;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff !important;
	color: #1d4488;
	outline: 0 !important;
	position: absolute;
	top: auto;
	font-size: 20px;
}
#package-slider .owl-nav button.owl-prev {
	left: 0px;
}

#package-slider .owl-nav button.owl-next {
	right: 0px;
}
#package-slider .owl-nav button:hover {
	color: #fff;
	background: #1d4488 !important;
}
#package-slider .item {
    padding: 0px 2px;
}
.healthpackage-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.healthpackage-box h5.package-name {
    color: #00a54f;
    width: 100%;
    margin: 0;
    padding: 15px 0 10px;
    font-size: 23px;
}
.healthpackage-box:hover,
.healthpackage-box:hover *,
.healthpackage-box:focus,
.healthpackage-box:focus *,
.healthpackage-box:focus-visible,
.healthpackage-box:focus-visible *,
.healthpackage-box:focus-within,
.healthpackage-box:focus-within *,
.healthpackage-box:visited,
.healthpackage-box:visited *,
.healthpackage-box:target,
.healthpackage-box:target *,
.healthpackage-box:active,
.healthpackage-box:active * {
    border-color: #00a54f !important;
}

.package-col .healthpackage-box {
    margin: 0 2px 20px;
}
.package-col {
    padding-top: 50px;
}
.package-col .healthpackage-box h5.package-name {
    color: #3f5163;
    height: 70px;
}
.package-col p.text-center.package-desc.font-16 {
    height: 110px;
}
.package-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
table.parameter-table {
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}
table.parameter-table th {
    color: #00984a;
    padding: 5px;
    width: fit-content;
}
table.parameter-table tr {
    border-bottom: 1px solid #ddd;
}
table.parameter-table td {
    padding: 5px 0px;
}
table.parameter-table tr:last-child {
    border-bottom: 0px;
}
.offer-pricing {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
h3.offer-price {
    color: #00a857;
    margin: 20px 0px;
}
h3.offer-price del {
    color: #7E7E7E;
}
h3.offer-price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}
span.per-main {
    display: flex;
    align-items: center;
}
span.per-content {
    font-size: 16px;
    color: #1a1a1a;
    margin: 0px 5px;
}
span.per-content.first {
    margin-left: 20px;
}
span.per {
    color: #32395f;
}
a.booknow-btn:hover {
    text-decoration: none !IMPORTANT;
    background: #fff !important;
    color: #00a54f !important;
    border: 1px solid #00a54f !important;
}
img.custom_loader.homepage-loader {
    width: 30px;
    position: absolute;
    bottom: -22px;
    right: 10px;
}
.savetax-inner {
    position: relative;
}
.savetax-inner img.save-tax-img-wh {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
section.save-tax:hover img.save-tax-img-woh {
    opacity: 0;
}
section.save-tax:hover img.save-tax-img-wh {
    opacity: 1;
}
section.save-tax {
    background-image: url(/newdata/images/new-lp-backround-blue-image.png);
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px 50px;
}
.why-choose-metropolis {
    background: linear-gradient(214deg, rgb(0 165 79 / 68%) 23%, #00984a 76%);
}
.choose-row {
    row-gap: 20px;
    position: relative;
    z-index: 1;
}
.choose-feat-img {
    background-color: #ffffff50;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 50%;
}
img.choose-metro-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 400px;
    object-fit: contain;
    object-position: right;
}
.our-accreditation {
    background: #f0f9f4;
    padding-bottom: 50px !important;
}
body>img[src="https://insight.adsrvr.org/track/pxl/?adv=uuts1o1&ct=0:inta4lj&fmt=3"] {
    display: none;
}
.terms-conditions ul,
.terms-condition-inner-section ul li {
    font-size: 12px !important;
}
.owl-theme .owl-dots .owl-dot {
    outline: 0px !IMPORTANT;
}
span.sllsize {
    font-size: 14px !important;
    display: block;
}
.price-test-sec {
    padding: 10px;
    gap: 15px;
    padding-left: 60px !important;
    min-width: 400px;
    border-radius: 0px 10px 0px 0px;
}

.green-price.price-test-sec {
    background: linear-gradient(214deg, rgb(0 165 79 / 68%) 23%, #00984a 76%)
}
.test-cover-border {
    background: linear-gradient(214deg, rgb(0 165 79 / 68%) 23%, #00984a 76%);
    height: 4px;
    border-radius: 20px;
    width: 100%;
}
.test-cover {
    flex-direction: column;
}
.white-test-inf.price-test-sec {
    background: #fff;
    padding: 10px 5px;
    line-height: 40px;
    border-radius: 0px 0px 10px 0px;
}
.left-price-sec {
    box-shadow: 0 0 5px 0 #00000050;
    margin-left: -50px;
    width: 100%;
    border-radius: 0px 10px 10px 0px;
}
.green-price span {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
}
.test-count {
    font-size: 36px;
    gap: 5px;
}
/*end of the css*/

.Truhealth-packges-footer {
    display: none !important;
}


/* Header CSS */

/*Banner section*/
section.banner-sec {
    background-image: url(/upgrade/images/independence-day-desk-bg.webp);
    height: 520px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    background-position: center;
    position: relative;
}
h1.banner-heading {
    font-size: 25px;
}
.banner-sec .light-blue-color {
    color: #0DB7E1;
}
.banner-content {
    display: flex;
    border: 1px solid #fff;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 3px 3px 8px 0 #00000030;
}
.banner-content h2 {
    color: #00984a;
    margin: 0px;
    font-size: 21px !important;
    padding: 0px 15px;
    width: 65%;
}
.banner-content:before {
    content: " Join the #FreedomFromSugar Initiative ";
    position: absolute;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    background: #00984a;
    color: #fff;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 5px 5px;
    font-size: 18px;
    box-shadow: 3px 3px 8px 0 #00000030;
    width: max-content;
}
.price-sec {
    width: 40%;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}
.price-sec del {
    font-size: 14px !important;
}
p.price-content {
    margin: 0px !important;
    font-size: 40px;
    font-weight: 500;
    color: #00a54f;
}
p.starting-content {
    margin-bottom: 5px;
    color: #163257;
    font-weight: 500;
    font-size: 16px;
}





.light-blue-txt {
    color: #3f5163;
    font-size: 22px;
}





.owl-stage {
    display: flex;
}
.owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owl-dots {
    position: relative;
    left: 0px;
    bottom: 0px;
}
.testi-box {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    margin-top: 50px;
    color: #707070;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.testi-box:hover {
    background: #009849;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.test-img-box img {
    border-radius: 100%;
    position: absolute;
    top: -60px;
    left: calc(50% - 60px);
    width: 120px !important;
    height: 120px;
    filter: grayscale(1);
    background: #f0f9f4;
    object-fit: contain;
    border: 15px solid #f0f9f4;
}
.testi-box:hover .test-img-box img {
    filter: grayscale(0);
    transition: all 0.3s ease-in-out;
}
#testi-owl .item {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.testinomial-section {
    position: relative;
}
.footer-green-small {
    background: #009849;
}

.modal-content.form-content {
    border: 0;
    box-shadow: 0 0 10px 0 #00000080;
    margin: 10px;
    background: none !IMPORTANT;
    border-radius: 10px;
}
button.close.form-close {
    position: absolute;
    color: #000 !important;
    top: 6px;
    opacity: 1;
    right: 6px;
    font-size: 30px;
    font-weight: 500;
    padding: 0
}
button.close.form-close span {
    color: #00a54f !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00a54f !important;
}
img.checkup-text {
    width: 80px;
    object-fit: contain;
    z-index: 1;
}


.otpModal .pres-otp-col .rest .number {
    color: #000;
    text-decoration: underline;
}
div#ymPluginDivContainerInitial {
    display: none !important;
}
button.close.exit-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none !important;
    font-weight: 400;
    color: #9FA2A3 !important;
    opacity: 1 !important;
}
.modal-content.exit-content {
    padding: 50px 80px;
    border: 0 !important;
    border-radius: 15px !important;
}
.modal-content.exit-content .row {
    height: 350px;
    align-items: center;
}
.exitpop-sec h3 {
    font-weight: 600;
}
.exitpop-sec img {
    margin-left: -8px;
}
#GeneralOTPModal .title-wrapper img {
    margin-right: 10px;
}
#GeneralOTPModal .title-wrapper {
    display: flex;
}
#GeneralOTPModal .title-wrapper .modal-title {
    margin: auto 0 auto 10px;
}
#GeneralOTPModal .right-side-blog-page {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 25px 15px;
}
#GeneralOTPModal .title-wrapper-wrapper {
    margin-bottom: 20px;
}
#GeneralOTPModal .pres-otp-col {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.pres-otp-col .icon {
    position: absolute;
}
#GeneralOTPModal .pres-otp-col .icon img {
    padding-right: 12px;
    padding-left: 2px;
}
#GeneralOTPModal .modal-dialog {
    position: relative;
    left: 0;
    top: 0;
}
div.otpModal {
    background: #00000082;
    padding: 0px 15px !important;
}
.otpModal .modal-dialog {
    max-width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
    justify-content: center;
    width: calc(100vw - 60px);
    margin: auto;
}
.otpModal .modal-dialog .modal-content {
    max-width: 400px;
}
.otpModal .otp-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.otpModal .otp-form-class .otp-error-wrapper {
    margin-bottom: 0px;
}
.otpModal button.resendotp {
    background: #00984a;
    border: 0px;
    color: #fff;
    font-weight: 400 !IMPORTANT;
    border-radius: 4px;
}
.otpModal .otp-form-class .otp-input-wrapper {
    display: flex;
    width: auto;
}

.right-side-blog-page input {
    border: none;
    padding: 10px 0 5px;
    margin-bottom: 2px;
}
.otp-form-class input {
    border-bottom: 0.5px solid #ebebeb;
    width: 100%;
    padding: 10px 10px 5px;
}
.otpModal .pres-otp-col .rest p {
    line-height: 140.5%;
    letter-spacing: .3px;
    color: #5d5d5d;
    font-size: 14px;
}
.otpModal .otp-form-class input:focus {
    border-bottom: 0.5px solid #00984a;
}

button.genralresendotp {
    background: #00984a;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400 !important;
}
.modal.fade button.btn:hover {
    background: #0da5cc;
    color: #fff;
}
.modal.fade button {
    font-size: 13px;
    font-weight: 600;
    padding: 9px 0.75rem;
}
.btn-primary-custom {
    color: #fff;
    background: #0cb6e1;
    border-radius: 5px;
    margin-bottom: 10px;
}
.otpModal .login-modal-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 140.5%;
    letter-spacing: .3px;
    color: #212121;
}
.otpModal .enter-otp-wrapper {
    margin-bottom: 15px;
}
.otpModal .pres-otp-col .rest .enter-otp {
    font-weight: 500;
    letter-spacing: .3px;
    color: #212121;
}
/*New LP Design*/
.desktop-img-col {
    justify-content: end;
}







.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3f5163 !important;
}




.faq-collapse {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: relative;
}
.accordion .card .card-header {
    background: transparent;
    border-bottom: 0px;
}
.accordion .card .card-header .collapse-icon:before,
.accordion .card .card-header .collapsed .collapse-icon:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 20px;
    width: 14px;
    height: 2px;
    background: #fff;
}
.accordion .card .card-header .collapsed .collapse-icon:before,
.accordion .card .card-header .collapsed .collapse-icon:after {
    background: #000;
}
.accordion .card .card-header .collapsed .collapse-icon:after {
    width: 2px;
    height: 14px;
    right: 19px;
    top: 14px;
}
.button-righttes a:hover {
    background-color: transparent !IMPORTANT;
    color: #00a54f !IMPORTANT;
}
.accordion .card .card-header .collapse-icon {
    min-width: 40px;
    min-height: 40px;
    background: #00a54f;
    border-radius: 50px;
}
.accordion .card .card-header .collapsed .collapse-icon {
    min-width: 40px;
    min-height: 40px;
    background: #f8fafd;
    border-radius: 50px;
}
.accordion .card .card-header .collapse-title {
    max-width: calc(100% - 50px);
}
.faq-collapse p {
    color: #000;
    text-decoration: none;
}
.accordion .card .card-header a {
    text-decoration: none;
}
div#faq_section p {
    margin: 0px;
}
.collapse-title p {
    color: #00a54f !IMPORTANT;
}
div#faq_section .card-body {
    padding-top: 0px !IMPORTANT;
    width: 80%;
}
section.faq-section {
    margin-top: 50px;
    margin-bottom: 50px;
}
section.faq-section h3 {
  
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140.5% !important;
    margin: 0;
    margin-bottom: 0px !important;
    color: #00a862;
}

div.moretext {
    display: none;
}
section.faq-section button.moreless-button {
    background: transparent;
    border: 0px;
    outline: none;
    color: #00984a;
    width: fit-content;
    margin: 20px auto 0px;
    display: block;
}
section.faq-section .card {
    border-radius: 0 !important;
    border: 0px !important
}
section.faq-section .card:not(:first-child),
div#button-faqone {
    border-bottom: 0px !important;
    border-top: 1px solid rgba(0, 0, 0, .125) !important;
}
div#faq_section {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}
div.moretext .card {
    border-radius: 0px !IMPORTANT;
}
p.testi-desc {
    margin-bottom: 0px;
    height: 117.58px;
}
.test-name {
    height: 0px;
    opacity: 0;
    transition: 0.7s;
}
.testi-box:hover .test-name {
    height: 25px;
    opacity: 1 !important;
    transition: 0.7s;
}
.testi-name {
    margin-top: 15px;
    font-weight: 500;
    height: 0px;
    opacity: 0;
    color: #fff !important;
}
.testi-box:hover .testi-name {
    height: auto;
    opacity: 1;
}
p.text-center.package-desc.font-16 {
    height: 80px;
    overflow: hidden;
    color: #3f5163 !IMPORTANT;
}




.form-row {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
}

/*
.mobile-res {
    display: none;
}
*/












#package-owl .owl-nav {
    margin: 0;
}
#package-owl .owl-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #00a54f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    color: #00a54f;
    outline: 0 !important;
    position: absolute;
    top: calc(50% - 25px);
    font-size: 20px;
}
#package-owl .owl-nav button.owl-prev {
    left: -25px;
}
#package-owl .owl-nav button.owl-next {
    right: -25px;
}
#package-owl .owl-nav button:hover {
    color: #fff;
    background: #00a54f !important;
}
#package-owl .item {
    width: 100%;
}

span.offer-flag img {
    position: absolute;
    z-index: -1;
}
span.offer-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    padding: 10px;
    min-width: fit-content;
}
.package-col .row {
    justify-content: center;
}

.package-col .healthpackage-box:hover {
    transform: translateY(-10px);
    transition: 0.7s;
    border-color: #3f5163 !important;
}

h3.grey-text {
    color: #3f5163;
}

/* City Modal */
#cityModal.modal {
    z-index: 9999 !important;
}
.otpModal .right-side-blog-page,
.presModal .right-side-blog-page,
.thankYouModal .right-side-blog-page {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    border-radius: 12px;
    padding: 25px 30px;
}
.login-modal-content {
    border: none !important;
}
.cityModal .right-side-blog-page {
    padding: 30px !important;
}
.cityModal .cities-wrapper-modal {
    height: 200px;
    min-width: 300px;
}
.cityModal .list-of-cities {
    display: flex;
    max-height: 200px;
    overflow-y: scroll;
    flex-direction: row;
    flex-wrap: wrap;
}
.hsresult {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}
.cityModal .list-of-cities .hsresult {
    flex: 1 0 40%;
    cursor: pointer;
    padding: 15px 15px 15px 0;
    height: 49px;
}
.cityModal .hsresult.select-city-dialog:nth-child(2n+1) {
    margin-right: 30px;
}
.hsresult div {
    display: flex;
}
.hsresult img {
    border-radius: 4px;
    width: 15px !important;
    height: 12px !important;
    margin: auto 10px auto 0;
}
.cityModal .hsresult p {
    font-weight: 400;
    font-size: 14px;
    color: #5d5d5d;
    margin: 0;
}
.cityModal .title-wrapper {
    margin-bottom: 27px;
}
.cityModal .city-title {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
}
.search-city {
    display: flex;
}
.cityModal .search-city {
    margin-top: 20px;
}
.cityModal .form-group {
position: relative;
}
.input-newsletter {
margin-bottom: 16px !important;
}
.cityModal .form-group img {
position: absolute;
top: .5rem;
}
.form-group .control-label {
position: absolute;
top: .25rem;
pointer-events: none;
padding-left: .125rem;
z-index: 1;
color: #989898;
font-size: 14px;
font-weight: 400;
-webkit-transition: all .28s ease;
transition: all .28s ease;
}
.form-group .bar {
position: relative;
border-bottom: .0625rem solid #ebebeb;
display: block;
}
input#citynamebox {
width: 100%;
border: 0;
border-bottom: 1px solid #ebebeb;
padding: 0 10px 0px 20px;
outline: 0 !important;
}
.cityModal .popular-city-col {
max-width: 786px;
overflow-x: scroll;
}
.cityModal .city-selection-wrapper {
margin-right: 25px;
cursor: pointer;
padding-left: 10px;
padding-right: 10px;
width: 105px !important;
height: 87px !important;
}
.cityModal .city-selection-wrapper .city-img-wrapper {
display: flex;
margin: auto;
width: 50px;
height: 50px;
}
.city-selection-wrapper .city-img-wrapper img {
margin: auto;
}
.cityModal .city-selection-wrapper p {
font-size: 14px;
color: #212121;
text-align: center;
}
.cityModal .linebreak-col {
margin-top: 30px;
}
.linebreak {
border: .5px solid #ebebeb;
}
.cityModal .all-cities-col {
margin-top: 19px;
}
.presModal .login-modal-desc {
font-size: 14px;
margin-bottom: 10px;
}
.cityModal .search-city {
margin-top: 20px;
}
:not(body):not(html)::-webkit-scrollbar {
width: 5px;
height: 5px;
}
:not(body):not(html)::-webkit-scrollbar-thumb {
background: #ebebeb;
border-radius: 5px;
}
:not(body):not(html)::-webkit-scrollbar-track {
background: 0 0;
}
.hsresult {
text-decoration: none;
color: #00984a !important;
}
.hsresult:hover {
background: #fbfbfb;
color: #000 !important;
}
.headerright-col {
display: flex;
align-items: center;
}
button#locationDropdown {
background: #fff;
color: #009849;
font-size: 14px;
padding: 5px 10px;
display: flex;
align-items: baseline;
justify-content: center;
}

img.desktop-banner.family {
position: absolute;
right: 0;
height: 100%;
object-fit: contain;
transform: scaleX(-1);
object-position: left;
}
img.mobile-banner.family {
transform: scaleX(-1);
width: 100%;
height: 180px;
object-fit: contain;
}


img.banner-mega-desk {
height: 520px;
object-fit: cover;
}





.owl-stage {
display: flex;
}
.owl-item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto !important;
}
.owl-dots {
position: relative;
left: 0px;
bottom: -15px;
width: fit-content;
margin: auto;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #1d4488 !important;
}
.owl-item {
opacity: 0.5;
}
.owl-item.active.center,
.owl-item.active {
opacity: 1;
}
@media (max-width: 767px) {
           
          
    img.plus-img-common {
        border-radius: 10px 10px 0px 0px;
        height:auto;
    }
    div#beat-sec-slider {
        margin-bottom: 60px;
    }
    section.banner-sec .banner-flex-sec {
        min-width: 100%;
    }
    .green-price.align-items-end.d-flex.price-test-sec {
        align-items: center !IMPORTANT;
    }
    img.choose-metro-img {
        position: relative;
        height: 250px;
        width: 100%;
        object-fit: contain;
        object-position: right;
    }
    .font-34 {
        font-size: 24px !important;
    }
    .modal-content.exit-content {
        padding: 30px !important;
    }
    .our-accreditation .dark-blue-txt,
    .why-choose-metropolis h3.text-white.mb-4 {
        text-align: center;
    }
    img.checkup-text {
        width: 55px;
    }
    h3.offer-price {
        font-size: 20px;
    }
    span.offer-flag {
        font-size: 12px !important;
    }
   
    section.form-section {
        height: auto;
    }
    .achieve-holistic {
        padding: 0px;
    }
    img.custom_loader.homepage-loader {
        position: relative;
        bottom: -10px;
        left: 0px;
    }
    img.desktop-banner.family {
        display: none !important;
    }
    .form-row {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .green-price.align-items-end.d-flex.price-test-sec {
        align-items: center !IMPORTANT;
    }
    .testinomial-section:hover .testi-section-show,
    .testi-section-show:hover {
        height: 430px;
    }
    .test-img-box img {
        top: -50px;
        left: calc(50% - 50px);
        width: 100px !important;
        height: 100px;
    }
    button.close.form-close {
        right: 0;
        top: 0px;
    }
    .price-test-sec {
        min-width: 250px;
    }
    .achieve-holistic .achieve-holistic-content-col {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .save-tax-img-common {
        padding: 50px 100px;
    }
    img.mobile-banner {
        display: none !important;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .savetax-inner img.save-tax-img-wh {
        opacity: 1 !IMPORTANT;
    }
    section.save-tax {
        margin-top: 0px !important;
        background-position: unset;
        background-size: cover;
        width: 100%;
        padding: 30px 0 50px !important;
    }
}
@media (max-width: 450px) {
    .banner-content {
        flex-wrap: wrap;
    }
    .price-sec,
    .banner-content h2 {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .banner-content h2 {
        height: auto;
        padding: 10px 15px;
    }
    p.starting-content {
        margin-right: 15px;
    }
    .price-sec {
        border-radius: 0px 0px 5px 0px;
    }
}
@media (max-width: 1300px) and (min-width: 1200px) {
    section.banner-sec {
        height: 480px;
    }
}
@media (max-width: 1200px) {
    .modal-content.exit-content {
        padding: 50px !important;
    }
    h1.banner-heading {
        font-size: 26px;
    }
    h2 {
        font-size: 30px !important;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    section.banner-sec .banner-flex-sec {
        min-width: 55%;
    }
    section.banner-sec {
        height: 400px;
    }
    section.banner-sec .banner-flex-sec img {
        width: 60%;
    }
    h1.banner-heading {
        font-size: 24px;
    }
    .banner-content h2 {
        font-size: 18px !important;
    }
    .banner-content:before {
        font-size: 15px;
    }
}
@media (max-width: 991px) and (min-width: 767px) {
    section.banner-sec .banner-flex-sec {
        min-width: 60%;
    }
    section.banner-sec {
        height: 305px;
    }
    section.banner-sec .banner-flex-sec img {
        width: 60%;
    }
    h1.banner-heading {
        font-size: 21px;
    }
    .banner-content h2 {
        font-size: 16px !important;
    }
    .banner-content:before {
        font-size: 13px;
    }
    p.price-content {
        font-size: 27px;
    }
}
@media (min-width: 992px) {
    .request-call-mob {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    #call_back_btn
    {
    margin-bottom:15px;
    }
    #package-one-slider
    {
    margin-bottom:3rem
    }
    #accreditations .owl-nav 
    {
    display:none;
    }
    }
    section.our-accreditation.py-5:first-child
    {
    
    padding-bottom:0px!important;
    }
    section.our-accreditation
    {
    padding-bottom:0px!important;
    }
    .testinomial-section
    {
    padding-bottom:50px;
    }
    @media (min-width: 768px) {
        .save-tax-img-common {
            padding: 0px 0px!important;
        }
    }
    .savetax-inner
    {
    display:flex;
    justify-content:center;
    }
    .savetax-inner img.save-tax-img-wh {
        position: absolute;
        top: 0px;
        left: auto!important;
        opacity: 0;
    }
    
    

