*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow-x: hidden; */
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


/* banner-section-starts */

.banner-main {
    background-image: url("img/peacemakerdeskversion.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    position: relative;
    z-index: -1;
}

.banner-main-mob {
    background-image: url("img/peacemakermobversion.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    z-index: -1;
}

.banner-angle {
    position: absolute;
    top: 30%;
    left: 10%;
}

.heading1 {
    color: white;
    font-weight: bolder;
    font-size: 50px;
}

.heading2 {
    color: white;
    font-size: 30px;
    font-weight: 500;
}

.appointment_btn-main {
    background: #004d99;
    text-align: center;
    color: white;
    font-weight: 600;
    padding: 12px;
    font-size: 12px;
    border-radius: 8px;
    width: fit-content;
    border: none;
}

.appointment_btn-mainban {
    background: rgb(82, 176, 165);
    text-align: center;
    color: white;
    font-weight: 600;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    width: fit-content;
    border: none;
}

.appointment_btn-mainban12 {
    background: rgb(82, 176, 165);
    text-align: center;
    color: white;
    font-weight: 600;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    width: fit-content;
    border: none;
}


/* banner-section-ends */


/* form section starts */

.appointment-form {
    background-color: white;
    border-radius: 10px;
    margin-top: -30px;
}

.appointment-form h2 {
    text-align: center;
    color: #004d99;
    font-weight: bold;
}

.form-main {
    padding-right: 30px;
    padding-left: 30px;
}

.form-control {
    border: none !important;
    background-color: rgb(243, 243, 243) !important;
}

.labeled-form {
    font-weight: bold;
    color: rgb(97, 97, 97);
}

.mob_view {
    display: none;
}

@media screen and (max-width: 769px) {
    .form-control {
        padding: 11px !important;
    }
    .banner-angle {
        position: absolute;
        top: 9%;
        left: 0%;
        text-align: center;
    }
    .heading2 {
        font-size: 17px;
    }
    .heading1 {
        font-size: 24px;
    }
    .desk_view {
        display: none;
    }
    .mob_view {
        display: block;
    }
    .appointment-form {
        margin-top: 0px;
    }
}

.detaied-box2 {
    display: flex;
    flex-direction: column;
}

.borddfixxed {
    border-right: 2px solid;
}


/* form-section-ends */


/* details section starts */

.detaied-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content-bod {
    padding: 20px;
    border: none;
    background: rgb(2, 185, 173);
    border-radius: 20px;
    color: white;
}

.content-bod1 {
    padding: 10px;
    border: none;
    background: rgb(2, 185, 173);
    border-radius: 20px;
    color: white;
}

.countsnum {
    font-size: 34px;
    font-weight: bold;
}

.detaifonnt {
    font-size: 14px;
}

.countsnum1 {
    font-size: 23px;
    font-weight: bold;
}


/* details-section-ends */

.info-section {
    padding: 40px 0;
    background-color: #e6f7ff;
}

.info-section img {
    max-width: 100%;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.info-details h2 {
    color: #004d99;
    font-weight: bold;
}

.info-details p {
    color: black;
    font-weight: 600;
}


/* owl carousel */

.info-section1 {
    padding: 40px 0;
}

.info-section1 img {
    max-width: 100%;
}

.info-section1 {
    padding: 40px 0;
}

.owl-carousel .owl-item img {
    display: block;
    width: fit-content !important;
}

.info-section1 .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.info-section1 .card-body {
    text-align: left;
}

.info-section1 .card-body h5 {
    font-size: 1.22rem;
    margin-top: 10px;
    font-weight: bold;
    color: #184387;
}

.info-section1 .card-body p {
    font-size: 0.875rem;
    font-weight: 500;
    color: #606c77;
}

.info-section1 .list-group {
    text-align: left;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.info-section1 .list-group-item {
    border: none;
    background-color: transparent;
    padding-left: 0;
    color: white;
}

.info-section1 .list-group-item i {
    /* color: white; */
    margin-right: 10px;
}

.info-section1 .feature-box {
    background-color: #004d99;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.info-section1 .feature-box h4 {
    font-size: 25px;
    font-weight: 700;
}

.herina-header {
    color: #004d99;
    font-weight: bold;
    text-align: center;
}


/* surgery stars */

.surgery-cont {
    display: flex;
    justify-content: space-between;
    color: #8d8f92;
}

.surgery-cont h5 {
    text-align: center;
    margin-top: 15px;
}


/* doctor section */

.surgeon-section {
    background-color: #4bb7b7;
    padding: 50px 0;
    text-align: center;
}

.surgeon-section h2 {
    color: white;
    font-weight: bold;
}

.surgeon-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
}

.get-appointment-btndoc {
    background: linear-gradient(60deg, #224f8f, #19aba7);
    border: none;
    border-radius: 8px;
    color: white !important;
    padding: 10px 20px;
    border-radius: 8px !important;
    width: 100%;
}

.get-appointment-btndoc:hover {
    background-color: #0256a8;
}

.btn-primary {
    color: #fff;
    background-color: #004d99;
    border-color: #007bff;
    border-radius: 30px;
}


/* testmonials */

.testimonials {
    padding: 60px 0;
    text-align: center;
    background-image: url("img/mapped1.webp");
}

.testimonials h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #0056b3;
}

.testimonials h2 span {
    color: #000;
}

.carousel-item {
    padding: 30px;
}

.testimonial-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonial-card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.reviewer-name {
    margin-top: 10px;
    font-weight: bold;
}

.stars {
    color: orange;
}

.less_thean_icon {
    /* background: #0359a2; */
    border-radius: 50px;
    height: 35px;
    width: 35px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
}

.less_thean_icon_testmonials {
    /* background: #0359a2; */
    border-radius: 50px;
    height: 35px;
    width: 35px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
}


/* new css code */

.doc_part1 {
    background-color: #11b4a5;
    border-radius: 20px;
}

.doc_one {
    padding: 20px;
}

.icon_spec {
    height: 71px;
    width: 71px;
    border: 1px solid white;
    border-radius: 55px;
}

.doc_logo {
    padding: 6px 2px 5px 0px;
    /* color: white; */
    object-fit: contain;
}

.passage {
    text-align: initial;
    /* font-size: 17px; */
    color: white;
    font-size: 18px;
    /* font-weight: 300; */
}

.cont1 {
    font-size: 18px;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    background-color: #d9d9d9;
    color: #224f8f;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
}

.accordion-button.collapsed {
    border-radius: 5px !important;
}

.test_heading {
    color: #004d99;
    font-weight: bold;
}


/* new cod */

.why_chose_maniapla {
    background: #e9f6fe;
}

.why_chose {
    color: #808080;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.rounde_circle {
    background: #69b5b6;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exp_subdata {
    font-size: 18px;
    font-weight: 600;
    color: #004d99;
    text-align: center;
}

.experiance {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.entire_round_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card_top {
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 6px;
}

.card_top div {
    background: #7bb3b5;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book_now {
    background-image: linear-gradient(120deg, #19aba7, #224f8f);
    color: white;
    padding: 10px 20px 10px 20px;
    border: 0px;
    border-radius: 8px;
    width: fit-content;
}

.card_body {
    color: #32598e;
    font-weight: 500;
}

.card_section_data .card {
    border: 0px;
    box-shadow: 5px 4px 9px 0px silver;
}

.all_cards_row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.all_data_center {
    display: flex;
    justify-content: center;
}

.corner_con {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.img-cenn {
    text-align: center;
}

.round {
    border-radius: 61px;
    background: linear-gradient(180deg, #0c4da2 0%, #02b9ad 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: fit-content;
    padding: 20px;
}

.opd_data {
    font-size: 15px;
    text-align: center;
    color: #0b57a3;
    font-weight: 500;
}

.why_data {
    color: #0c4da2;
    font-size: 32px;
    font-weight: 700;
}


/* scroll bar css code */

::-webkit-scrollbar {
    width: 3px;
    height: 40px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    width: 3px;
    height: 40px;
    background-color: #0056b3;
}

.lapro-teste {
    text-align: center;
    color: black;
}

.form-control {
    border: 1px solid silver !important;
    background-color: #f9f9f9 !important;
}

.box_inner {
    height: 200px;
    overflow-y: scroll;
}

.box_inner {
    height: 200px;
    /* Set a fixed height */
    overflow-y: scroll;
    /* Enable vertical scrolling */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling for iOS */
    scrollbar-width: thin;
    /* Thin scrollbar for Firefox */
    scrollbar-color: #0056b3 transparent;
    /* Blue thumb and transparent track for Firefox */
}

.card-text {
    height: 100px !important;
    /* Set a fixed height */
    overflow-y: scroll;
    /* Enable vertical scrolling */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling for iOS */
    scrollbar-width: thin;
    /* Thin scrollbar for Firefox */
    scrollbar-color: #0056b3 transparent;
    /* Blue thumb and transparent track for Firefox */
}

.test-box {
    height: 125px;
    /* Set a fixed height */
    overflow-y: scroll;
    /* Enable vertical scrolling */
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling for iOS */
    scrollbar-width: thin;
    /* Thin scrollbar for Firefox */
    scrollbar-color: #fff3cd transparent;
    /* Blue thumb and transparent track for Firefox */
}


/* WebKit browsers (Chrome, Safari, Edge) scrollbar styling */

.box_inner::-webkit-scrollbar,
.card-text::-webkit-scrollbar,
.test-box::-webkit-scrollbar {
    width: 3px;
    /* Scrollbar width for WebKit browsers */
}


/* Hide the scrollbar track */

.box_inner::-webkit-scrollbar-track,
.card-text::-webkit-scrollbar-track,
.test-box::-webkit-scrollbar-track {
    background-color: transparent;
    /* Make track invisible */
}


/* Hide the scrollbar buttons (arrows) */

.box_inner::-webkit-scrollbar-button,
.card-text::-webkit-scrollbar-button,
.test-box::-webkit-scrollbar-button {
    display: none !important;
}


/* Scrollbar thumb styling */

.box_inner::-webkit-scrollbar-thumb,
.card-text::-webkit-scrollbar-thumb {
    background-color: #0056b3;
    /* Blue scrollbar thumb */
    border-radius: 10px;
    /* Rounded corners for thumb */
    width: 3px;
    /* Set the thumb width to 3px */
}

.test-box::-webkit-scrollbar-thumb {
    background-color: #fff3cd !important;
    /* Blue scrollbar thumb */
    border-radius: 10px;
    /* Rounded corners for thumb */
    width: 3px;
    /* Set the thumb width to 3px */
}


/* end of new css */


/* new css */


/* New css Manipal Pediatric Doctors Section start*/

.mnh-ped-doctors-wrapper {
    background-color: #f4f7f9;
    font-family: "Arial", sans-serif;
    /* Fallback, will use LP global font */
    padding: 60px 0;
}

.mnh-ped-main-title {
    color: #003366;
    /* Manipal Blue */
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.mnh-ped-sub-intro {
    color: #555;
    font-size: 1.1rem;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
}

.mnh-ped-expertise-label {
    color: #003366;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 4px solid #f2a900;
    /* Manipal Gold Accent */
    padding-left: 15px;
}

.mnh-ped-exp-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border: 1px solid #eef2f6;
}

.mnh-ped-exp-card:hover {
    transform: translateY(-5px);
}

.mnh-ped-exp-card p {
    margin: 0;
    color: #333;
    font-weight: 500;
    font-size: 1rem;
}

.mnh-ped-icon-box {
    width: 45px;
    height: 45px;
    background-color: rgba(242, 169, 0, 0.1);
    /* Light Gold background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.mnh-ped-icon-box i {
    color: #f2a900;
    /* Manipal Gold */
    font-size: 1.2rem;
}

.mnh-ped-highlight-card {
    background-color: #003366;
    border: none;
}

.mnh-ped-summary-text {
    color: #ffffff !important;
    font-style: italic;
    font-size: 0.95rem !important;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .mnh-ped-main-title {
        font-size: 2rem;
    }
}


/* New css Manipal Pediatric Doctors Section end*/


/* new section 2 css start */

.mnh-sx-wrapper {
    background-color: #ffffff;
    padding: 60px 0;
}

.mnh-sx-main-title {
    color: #003366;
    /* Manipal Blue */
    font-size: 2.2rem;
    font-weight: 700;
}

.mnh-sx-sub-intro {
    color: #666;
    max-width: 800px;
    margin: 15px auto 0;
    line-height: 1.6;
}


/* Card Styling */

.mnh-sx-card {
    background: #f8fafc;
    border-radius: 15px;
    padding: 35px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.mnh-sx-card-alt {
    border-top: 5px solid #f2a900;
    /* Manipal Gold Accent */
}

.mnh-sx-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.mnh-sx-card-header i {
    font-size: 1.5rem;
    color: #003366;
    margin-right: 15px;
}

.mnh-sx-card-header h3 {
    font-size: 1.4rem;
    color: #003366;
    margin: 0;
    font-weight: 600;
}

.mnh-sx-card-intro {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 15px;
}


/* List Styling */

.mnh-sx-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mnh-sx-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #444;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mnh-sx-list li:last-child {
    border-bottom: none;
}

.mnh-sx-list li::before {
    content: "•";
    color: #f2a900;
    /* Manipal Gold */
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    line-height: 1;
}

.mnh-sx-list-alert li::before {
    content: "\2192";
    /* Arrow icon */
    font-size: 1.1rem;
}


/* CTA Styles */

.mnh-sx-cta-box {
    background-color: #003366;
    border-radius: 12px;
    color: #fff;
}

.mnh-sx-warning-text {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.mnh-sx-btn {
    display: inline-block;
    background-color: #f2a900;
    color: #003366;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.mnh-sx-btn:hover {
    background-color: #fff;
    color: #003366;
}


/* Responsive adjustments */

@media (max-width: 768px) {
    .mnh-sx-main-title {
        font-size: 1.8rem;
    }
    .mnh-sx-card {
        padding: 20px;
    }
}


/* new section 2 css end*/


/* new section 3 css start */

.mnh-cond-wrapper {
    background-color: #ffffff;
    padding: 60px 0;
}

.mnh-cond-main-title {
    color: #003366;
    font-size: 2.2rem;
    font-weight: 700;
}

.mnh-cond-sub-intro {
    color: #666;
    max-width: 800px;
    margin: 10px auto 40px;
}

.mnh-cond-card {
    background: #fdfdfd;
    border: 1px solid #e9eff5;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mnh-cond-card:hover {
    border-color: #f2a900;
    box-shadow: 0 10px 20px rgba(0, 51, 102, 0.05);
}

.mnh-cond-name {
    color: #003366;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.mnh-cond-text {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 15px;
    flex-grow: 1;
}

.mnh-cond-alert {
    background-color: rgba(242, 169, 0, 0.08);
    border-left: 3px solid #f2a900;
    padding: 10px 15px;
    font-size: 0.85rem;
    color: #444;
    border-radius: 4px;
}

.mnh-cond-alert strong {
    color: #003366;
    display: block;
    margin-bottom: 2px;
}


/* CTA Styles */

.mnh-cond-cta {
    background: #003366;
    padding: 30px;
    border-radius: 15px;
    color: #fff;
}

.mnh-cond-cta p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.mnh-cond-btn {
    display: inline-block;
    background-color: #f2a900;
    color: #003366;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.mnh-cond-btn:hover {
    background-color: transparent;
    color: #f2a900;
    border-color: #f2a900;
    text-decoration: none;
}

@media (max-width: 768px) {
    .mnh-cond-main-title {
        font-size: 1.8rem;
    }
}


/* new section 3 css end */


/* new section 4 css start */

.mnh-proc-grid-wrapper {
    background-color: #ffffff;
    padding: 60px 0;
}

.mnh-proc-main-heading {
    color: #003366;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.mnh-proc-main-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #f2a900;
    margin: 10px auto 0;
}

.mnh-proc-card-item {
    background: #ffffff;
    border: 1px solid #e9eff5;
    border-top: 4px solid #003366;
    padding: 25px;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mnh-proc-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 51, 102, 0.1);
    border-top-color: #f2a900;
}

.mnh-proc-card-title {
    color: #003366;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.mnh-proc-card-text {
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .mnh-proc-main-heading {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .mnh-proc-grid-wrapper {
        padding: 40px 0;
    }
    .mnh-proc-main-heading {
        font-size: 1.75rem;
    }
}


/* new section 4 css end */


/* new section 5 css start */

.mnh-tech-grid-wrapper {
    background-color: #f9fbfd;
    padding: 60px 0;
}

.mnh-tech-main-heading {
    color: #003366;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.mnh-tech-main-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #f2a900;
    margin: 10px auto 0;
}

.mnh-tech-card-item {
    background: #ffffff;
    border: 1px solid #e9eff5;
    padding: 35px 25px;
    border-radius: 15px;
    height: 100%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 51, 102, 0.05);
    transition: all 0.3s ease;
}

.mnh-tech-card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 51, 102, 0.1);
    border-bottom: 4px solid #003366;
}

.mnh-tech-icon {
    width: 70px;
    height: 70px;
    background: rgba(242, 169, 0, 0.1);
    color: #f2a900;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.mnh-tech-card-item:hover .mnh-tech-icon {
    background: #003366;
    color: #ffffff;
}

.mnh-tech-card-title {
    color: #003366;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.mnh-tech-card-text {
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .mnh-tech-main-heading {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .mnh-tech-grid-wrapper {
        padding: 40px 0;
    }
    .mnh-tech-card-item {
        padding: 25px 20px;
    }
}


/* new section 5 css end */


/* tpa css start*/

.h3_page1 {
    font-weight: bold !important;
    color: #224f8f !important;
    font-size: 32px !important;
}

.partners-section {
    padding: 60px 0;
    text-align: center;
}

.partners-heading {
    /* font-size: 2rem; */
    margin-bottom: 32px;
}

.splide {
    margin-bottom: 1.5rem;
}

.partner-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9 0px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.partner-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


/* tpa css end*/