|*{
    box-sizing:border-box;
    }
     

     
    /*----------------- Banner Start----------------*/
     
     
    .hero-banner{
        background: #FEA1C5;
        width: 100%;
        height:  400px;
        background-image: url(../img/banner-bg.jpg);
        background-position: right center;
        background-repeat: no-repeat;
    }
     
    .hero-banner .container{
        height: 100%;
    }
     
    .hero-banner {
        position: relative;
    }
     
    .hero-banner::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
         background-image: linear-gradient(to left, #7D6A5500, #7D6A55);
        content: "";
        z-index: 1;
    }
     
    .banner-heading {
        display: flex;
        align-items: baseline;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: end;
        padding: 50px 0px;
        position: relative;
        z-index: 2;
    }
    .banner-heading h1 {
        font-weight: 300;
        color: #fff;
        font-size: 40px;
    }
     
     
    .banner-heading h1 span{
        font-weight: 800;
        display: block;
    }
     
    .banner-heading p{
        font-size: 400;
        color: white;
        font-size: 15px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
     
    .banner-heading a{
        font-weight: 600;
        color: #7E2017;
        padding: 12px 30px;
        background: white;
        display: inline-block;
        text-decoration: none;
            margin-top: 15px;
    }
     
    /*----------------- Banner End----------------*/
     
     
     
    /*----------------- About us start----------------*/
    .main-heading h2 {
        color: #8B0B04;
        font-weight: 300;
    }
     
    .main-heading h2 span{
        font-weight: 800;
    }
    
    .main-heading h2 span {
        font-weight: 900;
        font-family: 'gothammedium' !important;
    }
     
     
    .main-heading p{
      font-size: 16px;
    }
     
    .main-heading h5 {
        font-size: 16px;
        font-weight: bold;
         color: #7D6A55;
        margin-top: 15px;
        margin-bottom: 20px;
    }
     
    .main-heading ul{
    padding-left: 20px !important;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 20px;;
     
    }
     
    .main-heading ul li{
        list-style-type: circle !important;
    }
     
    a.btn-dark{
        background: #8B0B04;
        color: white;
        font-weight: 600;
        padding: 12px 30px;
        text-decoration: none;
        transition: 200ms;
        display: inline-block;
    }
     
    a.btn-dark:hover{
        background: #7D6A55;
    }
     
    .abt-img img{
        width: 100%;
        max-width: 100%;
    }
     
     
    /*----------------- About us end----------------*/
     
     
     
     
     
     
    /*----------------- why-us start----------------*/
    .screeing-card {
        padding: 30px;
        background: #F4F4F7;
        border-radius: 0px 0px 50px 0px;
        transition: 200ms;
    }
     
    .screeing-card .screeining-img {
        width: 50px;
        height: 50px;
        background: #7D6A55;
        border-radius: 50px;
        transition: 200ms;
        padding: 10px;
        margin-bottom: 15px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
     
    .screeing-card .screeining-img img{
        filter: brightness(0) invert(1);
        transition: 20ms;
    }
     
     
    .screeing-card:hover .screeining-img {
        width: 50px;
        height: 50px;
        background: #ffffff;
        border-radius: 50px;
        transition: 200ms;
        padding: 10px;
        margin-bottom: 15px;
    }
     
    .screeing-card:hover .screeining-img img{
        filter: brightness(1) invert(0);
    }
     
    .screeing-card:hover {
       background: #7D6A55;
    }
     
     
    .screeing-card h3 {
        font-size: 20px;
        transition: 200ms;
        margin-bottom: 10px;
    }
     
    .screeing-card:hover h3{
        font-size: 20px;
        color: white;
    }
    .screeing-card ul li{
        transition: 200ms;
        font-size: 16px;
        line-height: 30px;
    }
     
    .screeing-card ul{
        padding-left: 20px;
        margin: 0px;
    }
     
     
    .screeing-card:hover ul li{
        color: white;
    }
     
     
    .center-btn{
        text-align: center;
       
    }
     
    /*----------------- why us end----------------*/
     
     
     
    /*----------------- table start----------------*/
     
    .hospital-table{
        background-image: url(../img/Table-bg.png);
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }
     
     
     .comparison-wrapper {
          max-width: 100%;
          margin-top: 40px;
          border-radius: 0px;
          overflow: hidden;
          box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        }
     
        .comparison-header {
          background-color: #a40000;
          color: #fff;
          font-weight: 600;
          text-align: center;
        }
     
        .comparison-table th,
        .comparison-table td {
          vertical-align: middle;
          padding: 16px;
        }
     
        .comparison-table tbody tr {
          background-color: #f5f5f5;
          border-bottom: 1px solid #e0e0e0;
        }
     
        .comparison-table tbody tr:nth-child(even) {
          background-color: #eeeeee;
        }
     
        .feature-title {
          font-weight: 500;
        }
     
        .icon-cross {
          color: #dc3545;
          font-weight: bold;
          margin-right: 6px;
        }
     
        .icon-check {
          color: #198754;
          font-weight: bold;
          margin-right: 6px;
        }
     
        @media (max-width: 768px) {
          .comparison-table th,
          .comparison-table td {
            font-size: 14px;
            padding: 12px;
          }
        }
     
    .comparison-header th{
        background: #8B0B04;
        color: white;
    }
     
     
    .avil-offer{
        margin-top: 25px;
    }
     
    .avil-offer h6{
        font-weight: 700;
        font-size: 18px;
        color: #8B0B04;
        display: flex;
        align-items: center;
    }
    .avil-offer h6 img{
        margin-right: 5px;
    }
     
    /*----------------- table end----------------*/
     
     
     
    /*----------------- who should start----------------*/
     
     
     
    .who-should{
        background-image: url(../img/who-should.jpg);
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }
     
    .who-should-card{
        margin-top: 50px;
    }
     
    .who-should-card h3 {
        color: white;
        font-size: 24px;
        font-weight: bold;
    }
    .who-should-card p {
        color: white;
    font-size: 14px;
        font-weight: 300;
        width: 80%;
    }
     
    /*----------------- who should start----------------*/
     
     
     
    /*----------------- safety start----------------*/
     
    .safety-section{
        padding-left: 100px;
    }
     
    .safety{
        background-image: url(../img/safety-bg.png);
        background-size: cover;
        background-position: right bottom;
        padding: 50px;
        background-repeat: no-repeat;
    }
     
    .safety-txt p {
        margin-top: 30px;
        color: white;
        font-weight: 300;
        margin-bottom: 5px;
    }
     
    .safety-txt ul {
        padding-left: 20px !important;
    }
     
    .safety-txt ul li{
    color: white;
        font-weight: 300;
        list-style-type: circle !important;
    }
     
    .mid-heading {
        font-size: 20px;
     
    color: white;
    font-weight: bold;
    margin-bottom: 50px;
    }
     
    .safety-features h4 {
        font-size: 20px;
        color: white;
        margin-top: 20px;
    }
     
    /*----------------- safety end----------------*/
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    .pricing .owl-carousel .item .pricing-card{
    padding: 30px;
        margin: 5px;
        color: #FFF;
        text-align: center;
        font-size: 24px;
        border-radius: 0px 0px 20px 0px;
        background: #F4F4F7;
        transition: 200ms;
            border-bottom: 2px solid #8b0b04;
    }
     
     
     
     
    /* Custom Navigation Buttons */
    .pricing .owl-nav button {
        position: absolute;
        top: 40%;
        color: #000 !important;
        padding: 10px 15px !important;
        font-size: 20px !important;
        border-radius: 50%;
    }
     
    .pricing .owl-nav .owl-prev {
        left: -40px;
    }
     
    .pricing .owl-nav .owl-next {
        right: -40px;
    }
     
     
     
    .pricing .owl-nav button.disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: not-allowed;
    }
     
    .pricing-heading {
        DISPLAY: FLEX;
        ALIGN-ITEMS: CENTER;
        gap:20px;
        text-align: left;
       transition: 200ms;
    }
    .pricing-heading img {
        width: 20px !important;
        transition: 200ms;
    }
    .pricing-heading h3 {
        color: #7D6A55;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px;
       transition: 200ms;
       font-weight: bold;
    }
     
    .price-tag {
        text-align: left;
        color: black;
        font-weight: bold;
        margin: 20px 0px;
        transition: 200ms;
    }
     
    .pricing-card ul {
        padding-left: 20px !important;
        max-height: 100px;
        MIN-height: 100px;
        overflow-y: auto;
        
    }
     
    .pricing-card ul li {
        font-size: 14px;
        text-align: left;
        color: black;
        transition: 200ms;
        list-style-type: circle;
        margin-bottom: 5px;;
    }
    .pricing-card a {
        font-size: 16px;
        background-color: #8B0B04;
        display: block;
        width: 100%;
        padding: 12px 30px;
        text-decoration: none;
        color: wheat;
        font-weight: 600;
        transition: 200ms;
    }
     
    .pricing .owl-carousel .pricing-card:hover {
      background-color: #8B0B04;
    }
     
    .pricing-card:hover a {
        font-size: 16px;
        background-color: #ffff;
        display: block;
        width: 100%;
        padding: 12px 30px;
        text-decoration: none;
        color: #000;
        font-weight: 600;
    }
     
    .pricing-card:hover img{
        filter: brightness(0) invert(1);
    }
     
    .pricing-card:hover h3 {
       color: white;
    }
    .pricing-card:hover .price-tag {
       color: white;
    }
     
    .pricing-card:hover h3 {
       color: white;
    }
    .pricing-card:hover ul li {
       color: white;
    }
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    .video-card {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        border-radius: 0px 0px 50px 0px;
    }
     
    .video-card img {
        width: 100%;
        transition: 0.3s ease;
    }
     
    .video-card:hover img {
        transform: scale(1.05);
    }
     
    .video-overlay {
        position: absolute;
        inset: 0;
        /* background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2)); */
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding: 20px;
    }
     
    .play-btn {
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #000;
        transition: 0.3s;
        margin-bottom: 20px
    }
     
    .play-btn:hover {
        background: #0d6efd;
        color: #fff;
    }
     
    .video-info {
        color: #fff;
    }
     
    .video-info h5 {
        margin: 0;
        font-weight: 600;
    }
     
    .video-info p {
        margin: 0;
        font-size: 14px;
    }
     
    .video-info h3 {
        font-size: 20px;
    }
    .video-info h4 {
        font-size: 20px;
    }
     
    .bg-warm{
        background: #f1f3f6;
    }
    h2.accordion-header button {
        border: 0px !important;
        border: 0px;
        outline: none !important;
        background: transparent !important;
    }
    .accordion-item {
        margin-bottom: 20px;
    }
    h2.accordion-header button:focus{
        box-shadow: none !important;
    }
     
    h2.accordion-header button{
        color: #8B0B04 !important;
    }
     
     
     
     .awareness-section {
           
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }
     
        .awareness-box {        background-color: #8B0B04;
            color: #fff;
            padding: 150px 50px;
            border-bottom-right-radius: 60px;
            position: relative;
            z-index: 2;
        }
     
    .half-width{
        width: 70%;
    }
     
        .awareness-box h2 {
            font-weight: 400;
            line-height: 1.4;
        }
     
        .awareness-box h2 strong {
            font-weight: 700;
        }
     
        .awareness-box p {
            margin-top: 15px;
            opacity: 0.9;
        }
     
        .btn-appointment {
            background: #fff;
            color: #9e0b0f;
            border-radius: 0;
            padding: 10px 30px;
            font-weight: 600;
            margin-top: 20px;
        }
     
        .btn-appointment:hover {
            background: #f1f1f1;
            color: #9e0b0f;
        }
     
        .awareness-image {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 50%;
            z-index: 3;
        }
     
        .awareness-image img {
            width: 100%;
            border-radius: 6px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            height: 450px;
        }
     
        /* Responsive */
        @media (max-width: 991px) {
            .awareness-image {
                position: static;
                transform: none;
                width: 100%;
                margin-top: 30px;
            }
     
            .awareness-box {
                border-radius: 0;
            }
        }
     
     
     
     
     
    .section-wrapper {
      position: relative;
      width: 100%;
      min-height: 520px;
      background: url('../img/cta-bg.png') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 40px 5% !important;
    }
     
    .form-card {
      background: #a30000;
      width: 100%;
      max-width: 420px;
      padding: 35px 30px;
      border-radius: 0 0 0 40px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.25);
      color: #fff;
    }
     
    .form-card h2 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 10px;
    }
     
    .form-card p {
      font-size: 14px;
      margin-bottom: 20px;
      opacity: 0.9;
    }
     
    .form-group {
      margin-bottom: 15px;
    }
     
    .form-group input {
      width: 100%;
      padding: 12px 14px;
      background: transparent;
      border: 1px solid #ffffff80;
      color: #fff;
      font-size: 14px;
      outline: none;
    }
     
    .form-group input::placeholder {
      color: #ffffffcc;
    }
     
    .submit-btn {
      width: 100%;
      padding: 12px;
      background: #e5e5e5;
      color: #a30000;
      font-weight: 600;
      border: none;
      cursor: pointer;
      margin-top: 10px;
      transition: 0.3s ease;
    }
     
    .submit-btn:hover {
      background: #ffffff;
    }
     
    .accordion-body {
        background: #fff;
    }
     
    .accordion-item {
        background: white;
    }
    .accordion-button:not(.collapsed){
        padding: 25px 15px !important;
    }
     
    .accordion-header{
        border: 0px;
    }
    
    button.btn-close.btn-close-white.position-absolute.end-0.m-3 {
        z-index: 9999;
    }
     
    /* Responsive */
    @media (max-width: 768px) {
      .section-wrapper {
        justify-content: center;
        padding: 60px 20px !important;
      }
     
      .form-card {
        border-radius: 20px;
      }
    }
    
    
    
    
    
    
    
    .hero-banner{
        overflow: hidden
    }
    
    .nyly-page section{
        padding: 70px 0px;
    }
    
    
    .screeing-card ul {
        padding-left: 20px !important;
        margin: 0px;
    }
    
    .screeing-card ul li{
        list-style-type: disc !important;
    }
    
    .screeing-card h3 {
       
        font-weight: bold;
        color: #7D6A55;
    }
    .avil-offer h6{
        font-family: 'gothammedium';
    }
    
    .safety-features h4 {
    
        font-weight: bold;
    }
    
    .hero-banner::after {
        position: absolute;
        left: -50px;
        bottom: -10px;
        background-image: url(../img/banner-elements.png);
        content: "";
        width: 300px;
        height: 300px;
        z-index: 99;
    }
    
    .awareness-section::before{
        position: absolute;
        right: -100px;
        top: 10%;
        background-image: url(../img/banner-elements.png);
        content: "";
        width: 300px;
        height: 300px;
        z-index: 99;
    }
    
    .faq-bg{
        position: relative;
        overflow: hidden
    }
    
    .faq-bg .container{
        position: relative;
        z-index: 2;
    }
    
    .faq-bg::before{
        position: absolute;
        left: -50px;
        top: 40%;
        background-image: url(../img/banner-elements.png);
        content: "";
        width: 300px;
        height: 300px;
        z-index: 1;
    }
    
    .comparison-wrapper {
        max-width: 100%;
        margin-top: 20px;
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    }
    
    section.breast-screaining span.icon-cross {
        display: none;
    }
    section.breast-screaining span.icon-check {
        display: none;
    }
    
    .pricing-card a {
        text-transform: capitalize;
    }
    
    .main-heading h2 {
        text-transform: capitalize;
    }
    
    .pricing .owl-carousel .item .pricing-card {
    
        min-height: 335px;
    }
    
    
    @media only screen and (max-width:820px){
        .main-heading h2 {
        color: #8B0B04;
        font-weight: 300;
        font-size: 30px;
    }
        .abt-img img {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
            border-radius: 0px 0px 0px 50px;
    }
        .screeing-card {
        margin-bottom: 20px;
    }
        .safety-section {
        padding: 0;
            
    }
        .safety {
        padding: 50px 0;
        background-repeat: no-repeat;
    }
        .mid-heading {
        margin-bottom: 40px;
        margin-top: 50px;
    }
        .safety-features {
        margin-bottom: 50px;
    }
        .comparison-wrapper {
        margin-top: 20px;
    }
        .awareness-box {
        background-color: #8B0B04;
        color: #fff;
        padding: 50px 15px;
        border-bottom-right-radius: 60px;
        position: relative;
        z-index: 2;
    }
        .half-width {
        width: 100%;
    }
    }
    
    
    @media only screen and (max-width:600px){
        .main-heading h2 {
        color: #8B0B04;
        font-weight: 300;
        font-size: 30px;
    }
        .abt-img img {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
            border-radius: 0px 0px 0px 50px;
    }
        .screeing-card {
        margin-bottom: 20px;
    }
        .safety-section {
        padding: 0;
            
    }
        .safety {
        padding: 50px 0;
        background-repeat: no-repeat;
    }
        .mid-heading {
        margin-bottom: 40px;
        margin-top: 50px;
    }
        .safety-features {
        margin-bottom: 50px;
    }
        .comparison-wrapper {
        margin-top: 20px;
    }
        .awareness-box {
        background-color: #8B0B04;
        color: #fff;
        padding: 50px 15px;
        border-bottom-right-radius: 60px;
        position: relative;
        z-index: 2;
    }
        .half-width {
        width: 100%;
    }
        .nyly-page section{
        padding: 30px 0px;
    }
    }
    
            .modal-body .form-card{
                max-width: 100%;
            }
            
            #form_open .modal-body{
                padding: 0px;
                background: transparent;
            }
            
    div#form_open .modal-content {
        position: relative;
        background: transparent;
        border: 0px;
    }
            div#form_open button.btn-close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 9;
        filter: brightness(0) invert(1);
        opacity: 1;
    }
.comparison-header th {
       text-align: left;
}

        