/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

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

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

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

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

.eligibilitycriteria .products-wrapper .eligibility-section {
    background: transparent;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    box-sizing: border-box
}
.close-table svg {
    display: none;
}
.products-wrapper .eligibility-criteria-section table th {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 24px 20px;
    text-align: center;
    border-right: 1px solid #c7cacc;
    vertical-align: middle;
}

.products-wrapper .eligibility-criteria-section table td {
    width: 190px;
    height: 79px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #233253;
    border-bottom: 1px solid #c7cacc;
    border-right: 1px solid #c7cacc;
    vertical-align: middle;
}

.products-wrapper .eligibility-criteria-section li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 15px;
    /* list-style: disc; */
    margin-left: 25px;
    color: #000;
    list-style-position: inside;
    text-align: left;
}

.products-wrapper .eligibility-criteria-section p, .products-wrapper .eligibility-criteria-section table td, .products-wrapper .eligibility-criteria-section table td:first-child {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    /* color: #000; */
}

table {
    border-collapse: collapse;
}

.products-wrapper .eligibility-section > div {
    margin-right: 24px
}

.products-wrapper .eligibility-section h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    color: #233253;
    margin-bottom: 6px
}

.products-wrapper .eligibility-section p {
    color: #8a93a5;
    font-size: 16px;
    line-height: 22px
}

.products-wrapper .eligibility-section button {
    width: 188px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #0083c3;
    border-radius: 4px;
    border: none;
}

@media screen and (max-width:768px) {
    .products-wrapper .eligibility-section {
        display: block;
        padding-top: 56px;
        padding-bottom: 56px;
        grid-template-columns: 1fr;
        text-align: center;
        height: auto
    }
    .products-wrapper .eligibility-section div {
        margin-right: 0;
    }
    .products-wrapper .eligibility-section h1 {
        font-weight: 800;
        color: #233253;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 33px
    }
    .products-wrapper .eligibility-section p {
        margin-left: 55px;
        margin-right: 55px
    }
    .products-wrapper .eligibility-section button {
        margin: 21px auto 0
    }
}

.products-wrapper .eligibility-criteria-section {
    display: none;
    padding-top: 96px;
    padding-bottom: 80px;
    background: #f9f9f9
}

.products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner {
    width: calc(100% - 132px);
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width:768px) {
    .eligibilitycriteria .products-wrapper .eligibility-section {
        grid-template-columns: auto;
    }

    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner {
        width: calc(100% - 64px)
    }
}

.products-wrapper .eligibility-criteria-section h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 32px;
    text-transform: uppercase
}

@media only screen and (max-width:768px) {
    .products-wrapper .eligibility-criteria-section h3 {
        font-size: 24px;
        line-height: 24px
    }
}


.products-wrapper .eligibility-criteria-section table {
    border: 1px solid #c7cacc;
    box-shadow: 0 4px 20px rgba(0, 94, 158, .05), 3px 6px 10px rgba(50, 130, 196, .08);
    background: #fff;
    margin-bottom: 33px
}

.products-wrapper .eligibility-criteria-section table thead {
    background: #005e9e
}

.products-wrapper .eligibility-criteria-section table th {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 24px 20px;
    text-align: center
}

.products-wrapper .eligibility-criteria-section table td {
    width: 190px;
    height: 79px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #233253
}

.products-wrapper .eligibility-criteria-section table td:first-child {
    background-color: #eaf1f8;
    font-weight: 500;
    color: #005e9e
}

.products-wrapper .eligibility-criteria-section table td span {
    /* color: #ee4326; */
    font-weight: 500
}

@media only screen and (max-width:768px) {
    .products-wrapper .eligibility-criteria-section table td,
    .products-wrapper .eligibility-criteria-section table th {
        font-size: 12px;
        line-height: 14px;
        padding: 15px
    }
}

.products-wrapper .eligibility-criteria-section p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    /* color: #000 */
}

.products-wrapper .eligibility-criteria-section .closeTable,
.products-wrapper .eligibility-criteria-section .close-table {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    background: url(../../../../../content/dam/hdfclifeinsurancecompany/pop-close.png) no-repeat 0 0;
}

@media only screen and (max-width:768px) {
    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner table {
        width: 100%
    }
    /*
    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner table td,
    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner table th {
        display: none
    }*/
    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner table td:first-child,
    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner table td:nth-child(2),
    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner table th:first-child,
    .products-wrapper .eligibility-criteria-section .eligibility-criteria-section-inner table th:nth-child(2) {
        display: table-cell
    }
}


.table-freeze-wrapper td ul {
    list-style-type: disc;
    list-style-position: inside;
}

.table-freeze-wrapper td ul li {
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.products-wrapper .eligibility-section h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 6px;
}

.products-wrapper .eligibility-section {
    text-align: center;
}

.products-wrapper .eligibility-section p {
    color: #8a93a5;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.products-wrapper .eligibility-section button {
    font-weight: 600;
}

@media screen and (max-width: 768px){
.products-wrapper .eligibility-section h2 {
    font-weight: 700;
    color: #233253;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 33px;
}
}

@media only screen and (max-width: 680px){
    .products-wrapper .eligibility-criteria-section .close-table {
        top: -8px;
    }
}

table.quickprotect tr:first-child,
table.quickprotect tr:first-child td:first-child{
    background-color: #005e9e!important;
}

table.quickprotect tr:first-child td p{
    color: #fff !important;
}

table.quickprotect tr:not(:first-child) td:first-child{
    background-color: #eaf1f8 !important;
}

table.quickprotect tr:not(:first-child) td:first-child p{
    color: #005e9e !important;
}
/* eligibility-section-v2 css start */
.eligibilitycriteria .products-wrapper.eligibility-section-v2 {
    padding-block: 50px;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section {
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 12px;
    padding: 0 !important;
    max-width: 1020px;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 20px;
    text-align: left;
    position: relative;
    background: #F0E8FD;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #1C2633;
    margin-bottom: 8px;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section p {
    color: #374254;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section>div:last-child {
    display: flex;
    align-items: center;
    gap: 16px;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section button {
    border-radius: 8px;
    border: 1px solid #D91118;
    background: #FFF;
    color: #D91118;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section .eligibility-img {
    width: 160px;
    height: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section > div {
        width: 83%;
    }

    .eligibilitycriteria .products-wrapper.pb-50 {
        padding-block: 20px;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 20px !important;
        margin: 0 16px;
        border-radius: 12px;
        gap: 5px;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section>div:last-child {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section h2 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section p {
        font-size: 13px;
        line-height: 20px;
        margin: 0;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section button {
        font-size: 13px;
        line-height: 16px;
        padding: 6px 20px;
        border-radius: 6px;
        width: 130px;
        margin: 0;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-section .eligibility-img {
        width: 95px;
        margin-top: 8px;
        align-self: flex-end;
        position: absolute;
        top: 40px;
        right: 0;
    }
}

/* New table css changes start */

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable {
    background: url("../../../../../content/dam/hdfclifeinsurancecompany/home/click-2-achieve/blues-dot.svg") no-repeat;
    padding: 0px;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable h3 {
    text-align: center;
    text-transform: inherit;
    font-weight: 500;
    color: #374254;
    line-height: 56px;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .mainTableSec {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .firstTableSec,
.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .secondTableSec {
    width: 40%;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .firstTableSec table tr:first-child,
.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .secondTableSec table tr:first-child {
    background-color: #D1EDFF;
    border-radius: 20px 20px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #374254;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .firstTableSec table td:first-child,
.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .secondTableSec table td:first-child {
    background-color: unset;
    font-weight: unset;
    color: unset;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .firstTableSec table p,
.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .secondTableSec table p {
    margin-bottom: unset !important;
    font-size: 12px;
    line-height: 16px;
    color: #374254;
    padding: 10px;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .firstTableSec table tr:not(:first-child) td:first-child,
.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .secondTableSec table tr:not(:first-child) td:first-child {
    background-color: #EBF7FF;
    border: 2px solid #D1EDFF;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .firstTableSec table tr:not(:first-child) td,
.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .secondTableSec table tr:not(:first-child) td {
    border: 2px solid #D1EDFF;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper table tr:first-child td:first-child,
.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper table tr:first-child td:nth-child(2) {
    border-right: 2px solid #fff;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper table tr:first-child td:first-child {
    border-top-left-radius: 20px;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper table tr:first-child td:last-child {
    border-top-right-radius: 20px;
    border-right: unset;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper table {
    border: unset;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper table {
    box-shadow: none;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .listbulletElibility li,
.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable p {
    font-size: 11px;
    color: #4B5563;
    font-weight: 400;
    line-height: 16px;
    margin-left: 0;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .tableHeading {
    font-size: 16px;
    font-weight: 600;
    color: #4B5563;
    line-height: 24px;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .secondTableSec table .text-left {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .eligibilitycriteria .products-wrapper.eligibility-section-v2 {
        padding-block: 20px;
    }
    
    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .tableHeading {
        text-align: center;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .mainTableSec {
        flex-direction: column;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .firstTableSec,
    .eligibilitycriteria .products-wrapper.eligibility-section-v2 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .secondTableSec {
        width: 100%;
    }

}

.eligibilitycriteria .products-wrapper .eligibility-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.eligibilitycriteria .products-wrapper .eligibility-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 10px;
}

.eligibilitycriteria .products-wrapper .eligibility-text {
    color: #374254;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    flex: 1;
}

.eligibilitycriteria .products-wrapper .divider {
    width: 1px;
    height: 60px;
    background: #717684;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .eligibilitycriteria .products-wrapper .eligibility-wrapper {
        flex-direction: column;
        gap: 15px;
        padding-right: 20px;
    }

    .eligibilitycriteria .products-wrapper .eligibility-item {
        gap: 15px;
    }

    .eligibilitycriteria .products-wrapper .divider {
        width: 100%;
        height: 1px;
    }

    .eligibilitycriteria .products-wrapper .eligibility-text {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .eligibilitycriteria .products-wrapper .eligibility-container {
        padding: 20px 0px;
    }

    .eligibilitycriteria .products-wrapper .eligibility-text {
        font-size: 14px;
    }   
}

.eligibilitycriteria .products-wrapper.eligibility-section-v3 .eligibility-section {
    justify-content: space-between;
    padding: 20px 0px !important;
    padding-left: 40px !important;
}

.eligibilitycriteria .products-wrapper.eligibility-section-v3 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .firstTableSec {
    width: 60%;
}

@media (max-width: 768px) {
    .eligibilitycriteria .products-wrapper.eligibility-section-v3 .eligibility-section {
        padding-left: 20px !important;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v3 .eligibility-section > div {
        width: 100%;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v3 .eligibility-section h2 {
        width: 70%;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v3 .eligibility-section .eligibility-img {
        top: 0px;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v3 .eligibility-section button {
        padding: 8px;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v3 .eligibility-section p {
        width: 60%;
    }

    .eligibilitycriteria .products-wrapper.eligibility-section-v3 .eligibility-criteria-section.eligibilitySecTable .table-freeze-wrapper .firstTableSec {
        width: 100%;
    }
}
