
    body {
      background-color: #ffffff !important;
      font-family: "Roboto", sans-serif;
    }
    h2{
        color: #000;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 42px; /* 131.25% */
        letter-spacing: 0px;
        margin:0px;
    }
    h2 span{
        color:#D00000;
    }
    p{
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
        letter-spacing: 0pxs;
    }
    p b{
        font-weight:600;
    }
    header{
        width:100%;
        background-image:url('static/images/banner.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height:100%;
        display: flex;
        align-items: center;
        padding:40px 0;
        
    }
    header .row{
        display: flex;
        align-items: center;
    }
    .banner-content small{
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
    }
    .banner-content h1{
        color: #FFF;
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 70px;
        margin:0px;
    }
    .banner-content h1 span{
        color:#D00000;
    }
    .banner-content h4{
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        margin-bottom: 21px;
    }
    .banner-col{
        display:flex;
        align-items: center;
        justify-content: flex-start;
        gap:24px;
    }
    .banner-col img{
        width:190px;
    }
    .banner-col p{
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
    }
    .second-content-section{
        width:100%;
        float:left;
        padding:60px 0;
       background: #F7F7F7;
    }
    .second-content-section h2{
        margin-bottom: 24px;
    }
    .series-detail-section{
        width:100%;
        float:left;
        padding:60px 0;
        background: linear-gradient(180deg, rgba(201, 201, 201, 0.40) 0%, rgba(66, 66, 66, 0.40) 100%);
    }
    .series-detail-section h2{
        text-align: center;
        margin-bottom: 24px;
    }
    .series-detail-section .col-md-4{
        padding:0px 6px;
    }
    .series-detail-section .col-md-12{
        padding:0px 6px;
    }
    .test-col{
        border-radius: 8px;
        border: 1px solid #E5E7EB;
        background: #F7F7F7;
        padding:20px;
        display:flex;
        align-items: center;
        justify-content: flex-start;
        gap:10px;
        margin-bottom: 12px;
    }
    .test-col.last-col-scetion{
        width:60%;
        margin:0 auto;
    }
    .test-col span{
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 155.556% */
        letter-spacing: 0px;
    }
    .test-col p{
        margin:0px;
    }
    .banner-form{
        width:100%;
        padding:32px;
        border-radius: 2px;
        background: #FFF;
    }
    .form-header{
        width:100%;
        text-align: center;
        height:70px;
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 20px 0;
    }

    .form-header::before,
    .form-header::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px; /* thickness of the border */
        background: linear-gradient(90deg, #FFF 0%, #D00000 48.08%, #FFF 100%);
    }

    .form-header::before {
        top: 0; /* top border */
    }

    .form-header::after {
        bottom: 0; /* bottom border */
    }
    .form-header h2{
        margin:0px;
        color: #000;
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
    }
    .form-header h2 span{
        color:#D00000;
    }
    form#signupForm {
        width: 100%;
        display: flex;
        flex-flow: wrap;
        align-items: center;
        gap: 15px;
    }
    form#signupForm .form-group{
        width:48%;
        margin-bottom: 10px;
    }
    form#signupForm .form-group label{
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 2px;
    }
    form .form-control{
        border-radius: 2px;
        border: 1px solid #D4D4D4;
        background: #F3F3F5;
        height:48px;
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500; /* 19.6px */
        letter-spacing: -0.14px;
        padding:0px;
        text-indent: 10px;
        margin-bottom:0px;
    }
    form select{
        border-radius: 2px;
        border: 1px solid #D4D4D4;
        background: #F3F3F5;
        height:48px;
        color: #8A8E9B !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 500; /* 19.6px */
        letter-spacing: -0.14px;
        width:100%;
        text-indent: 10px;
    }
    form .checkbox label {
        font-size: 12px;
        color: #6C7278;
        font-weight: 500;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    form .checkbox  label input[type="checkbox"] {
        margin-right: 10px;
    }
    .submit-btn{
        width:100%;
    }
    .sub-btn {
        height:50px;
        display:flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        background: var(--Brand-Red, #D00000);
        margin-top:10px;
        color: var(--Primary-0, #FFF);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500; /* 22.4px */
        letter-spacing: -0.16px;
        width:100%;
        border:none;
    }
    .apply-now-button  {
        height:50px;
        display:flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        background: var(--Brand-Red, #D00000);
        margin-top:10px;
        color: var(--Primary-0, #FFF);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; /* 162.5% */
        letter-spacing: -0.15px;
        width:100%;
        border:none;
    }
    .already-login {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .already-login span{
        color: #000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
        letter-spacing: -0.15px;
    }
    .already-login a{
        color: #D00000;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px; /* 162.5% */
        letter-spacing: -0.15px;
        text-decoration: none;
    }
    form select::placeholder {
        color: #6C6C6C !important; /* red like in your design */
        font-size: 14px;
    }
    form select::placeholder {
        color: #6C6C6C; /* red like in your design */
        font-size: 14px;
    }
    form  .form-control::-webkit-input-placeholder { /* Edge */
        color: #6C6C6C; /* red like in your design */
        font-size: 14px;
    }

    form  .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
         color: #6C6C6C; /* red like in your design */
        font-size: 14px;
    }

    form  .form-control::placeholder {
         color: #6C6C6C; /* red like in your design */
        font-size: 14px;
    }

    section.faq-section-new {
        background: #F7F7F7;
        width: 100%;
        float: left;
        padding: 60px 0;
    }
    .faq-cat{
        width:100%;
        float:left;
        padding:60px 0px;
    }
    .faq-cat .col-md-7{
        float:left;
        padding-right: 50px;
    }
    .faq-questions-cat{
        padding:0px 0px;
    }
    .faq-questions-cat h3{
        color: #101828;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        font-family: "EB Garamond", serif;
        line-height: normal;
        margin-bottom:50px;
        text-align: center;
    }
    .faq-questions-cat .accordion{
        border:none;
        padding:0;
        width:100%;
        margin:0 auto;
    }
    .faq-questions-cat .accordion .accordion-item{
        border:none !important;
        border-bottom: 1px solid #B4B4B4 !important;
        border-radius: 0px !important;
        background: transparent;
        padding:15px 0;
    }
    .faq-questions-cat .accordion .accordion-item.active .accordion-button {
        color: #D00000 ;
    }
    .faq-questions-cat .accordion .accordion-item .accordion-button.active {
        color: #D00000 ;
    }
    .faq-questions-cat .accordion .accordion-item .accordion-button{
        background: transparent;
        border-radius: 0px !important;
        box-shadow: none;
        padding:0;
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }
    .faq-questions-cat .accordion .accordion-body{
        padding:4px 0px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        padding-bottom:0px;
    }
    .faq-cat .accordion-button::after {
        content: '+';
        font-size: 32px;
        background-image: none !important;
        text-align: right;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        color:#000000
    }
    .faq-cat .accordion-button.active::after {
        content: '-';
        font-size: 32px;
        color: #D00000;
    }
    .faq-cat .accordion-button[aria-expanded="true"]::after {
        content: '-';
        color: #D00000 !important;
    }
    .faq-cat .accordion-button.active:not(.collapsed)::after {
        content: '-';
        background-image: none !important;
        text-align: right;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        transform: unset;
        color:#FF151F;
    }
    .loader img {
        width: 45px;
        height: 45px;
    }
    .loader {
        background: #ff151f8c;
        border-radius: 8px;
        width: 180px;
        margin: 0 auto;
        height: 45px;
    }
    .date-birth {
        margin-bottom: 0px;
        width: 100%;
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap:10px;
    }
    .date-birth .date-divider{
        width:33.3%
    }
    .date-birth .date-divider select{
        margin-bottom: 0px;
    }

    .vertical-text {
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      font-size: 36px;
      font-weight: bold;
      color: #b22222;
      border-left: 2px solid #ddd;
      padding-left: 10px;
    }
    .eligibility-boxes{
        width:100%;
        float:left;
        padding: 50px 0px;
    }
    .eligibility-boxes h3{
        color: #000;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 31px;
    }
    .eligibility-cols{
        width:100%;
        display:flex;
        flex-flow:wrap;
        gap:10px;
    }
    .bility-col{
        display:flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #D9D9D9;
        background: #FFF;
        padding:20px 15px 15px 15px;
        width: 49%;
        flex-direction: column;
    }
    .bility-col img{
        width: 51px;
        height: 51px;
    }
     .bility-col span{
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px; 
     }
     .bility-col small{
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; 
    }
    footer{
        width:100%;
        float:left;
        background: #D00000;
        padding:10px;
        text-align: center;
        display:flex !important;
        align-items: center;
        justify-content: center;
        gap:12px;
    }
    footer p{
        margin:0px;
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 176.923% */
        letter-spacing: 0.6px;
    }
    footer img{
        width:66px;
    }
    .mobOn{
        display:none;
    }
    .mobOff{
        display:block;
    }
    .cat-table {
        width: 100%;
        border-collapse: collapse;
        margin:20px 0;
        border:1px solid #ddd;
    }

    .cat-table thead tr {
        background: transparent;
        border-bottom: 1px solid #ddd;
    }

    .cat-table th {
        color:#000000;
        background-color: transparent !important;
        font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 23px; /* 176.923% */
            letter-spacing: 0.6px;
        padding: 16px 12px;
    }

.cat-table td {
    padding: 16px 12px;
    border-bottom: 1px solid #eee;
    background-color: transparent !important;
    color:#000000;
    font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px; /* 176.923% */
        letter-spacing: 0.6px;
}

.cat-table tr:last-child td {
    border-bottom: none;
}

    @media (max-width: 767px) {
        .mobOn{
            display:block;
        }
        .mobOff{
            display:none;
        }
        header{
            background-image: none;
            height:100%;
            padding:0px 0px 0px 0px;
        }
        .mobile-header-banner{
            width:100%;
            background-image: url('static/images/mobile-banner.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position:center;
            height:100%;
        }

        .banner-content {
            padding: 150px 16px 60px 16px;
            text-align: center;
            background: #00000091;
        }
        .test-col.last-col-scetion{
            width:100%;
        }
        .mobile-header-banner .col-md-7 {
            padding:0px;
        }
        header .col-md-5 {
            padding: 16px;
            background: #F5F5F5;
        }
        .banner-col img{
            width:133px;
            margin-left: -5px;
        }
        .banner-col p{
            margin:0px;
            font-size:18px;
            line-height: 28px;
        }
        .banner-content h1{
            font-size:35px;
            line-height: 45px;
        }
        .banner-content h4{
            font-size:18px;
            line-height: 28px;
        }
        .banner-content small{
            font-size:18px;
            line-height: 28px;
        }
        .banner-col {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            flex-direction: column;
            border-top: 1px solid #ffffff;
            width: 80%;
            margin: 0 auto;
            padding-top: 12px;
        }
        .banner-form {
            width: 100%;
            padding: 18px 20px 18px 20px;
            border-radius: 2px;
            background: #FFF;
        }
        form#signupForm .form-group {
            width: 100%;
            margin-bottom: 0px;
        }
        .second-content-section{
            padding:60px 0px;
        }
        .series-detail-section{
            padding:60px 10px;
        }
        section.faq-section-new{
            padding:60px 10px;
        }
        .test-col{
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 10px;
        }
        .series-detail-section h2{
            text-align: left;
        }
    }
