body {
    overflow-x: hidden;
    font-family: Inter
}

.mainContainer {
    padding: 150px 80px 50px 80px
}

a, a:hover {
    color: #098ff8
}

.mainContainer h1 {
    text-align: center;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.3;
    color: #101010;
    font-family: Inter;
    margin: auto
}



.tabs-container {
    display: flex;
    gap: 20px;
}

.tab-padding p, .txt-styling {
    color: #4b5563;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    margin: 30px auto;
}

.gray-txt-block {
    background-color: #e3f2fe;
    color: #101010;
    padding: 3%;
    border-radius: 10px;
    margin: auto;
    width: 50%;
    text-align: center;
    font-size: 16px !important
}

.subHeading {
    color: #101010;
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.5;
    font-weight: 700
}

.tab-heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    margin: 30px 0;
    color: #101010
}

.videoContainer {
    text-align: center;
    margin: 30px 0
}

#sectionstab1 {
    display: block
}

.tab-padding {
    padding-top: 50px;
}

/* .tab-padding {
    padding: 20px
} */

.tab-padding h4 {
    font-size: 20px;
    font-weight: 700;
    color: #101010
}

.tab-padding p {
    text-align: left
}

ul.dash, ul.dashNew {
    list-style-type: none;
    line-height: 2;
    font-size: 16px
}

ul.dash>li, ul.dashNew>li {
    position: relative;
    padding-left: 1em;
}

ul.dash>li:before, ul.dashNew>li:before {
    content: "-";
    position: absolute;
    left: 0;
}

ul.dash>li {
    font-size: 16px;
    font-weight: 600;
}

.sections {
    display: none
}

.tabs img {
    width: 71%;
    cursor: pointer
}

.tabs.active img {
    width: 87%
}

.tabs {
    background: #fff;
    border: 1px solid #93cefb;
    border-radius: 8px;
    text-align: center;
    color: #101010;
    opacity: 1;
    padding: 12px;
    /* height: 64px; */
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.tabs:hover {
    background: #e3f2fe
}

.tabs.active {
    color: #101010 !important;
    cursor: default;
    background: #e3f2fe !important
}

.tab-width {
    width: 25%
}

.tab1Table {
    border: 2px solid #fff;
    background: #fff;
    margin-top: 3%;
    box-shadow: 2px 2px 6px #00000029;
    width: 100%;
}

.tab1Table tbody tr td, .tab1Table tbody tr th, .tab1Table thead tr th {
    border-right: 1px solid #fff;
    text-align: center;
    color: #101010;
    background: #e3f2fe;
}

.tab1Table tbody tr th, .tab1Table thead tr th {
    background: #dbeefd;
    color: #101010;
    border-bottom: none !important;
    padding: 12px;
    text-align: center;
    font-size: 16px
}

.tab1Table tbody tr:nth-child(2n-1) {
    background-color: #e3f2fe !important
}

.tab1Table tbody tr td:nth-child(2) {
    text-align: left;
    color: #101010;
    padding-left: 3%;
    font-size: 14px;
    background: #e3f2fe;
}

.tableTd {
    background-color: #dbeefd !important;
    vertical-align: inherit !important;
    width: 15%
}

.active {
    background-color: transparent !important;
    color: #fff
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
    font-size: 14px;
}

.ul-seperator {
    display: flex;
    justify-content: space-around;
    margin: 30px 0
}

.tabs-subSection {
    padding: 20px 50px
}

.margin-space {
    margin: 30px
}

.video-dimension {
    width: 500px;
    height: 300px
}

.video-iframe {
    background-image: url(img/homepage/popup/background-popup.webp);
    padding: 0;
    background-size: cover;
    border-bottom-left-radius: 36px;
    width: 40%;
    margin: auto;
}

.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin: auto
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.video-placeholder img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.play-button {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 2rem;
    border: none;
    padding: .5em 1em;
    border-radius: 50%;
    cursor: pointer
}

.hidden-video {
    display: none
}


@media only screen and (min-width:768px) {
    .mobileversion {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .desktopversion {
        display: none
    }

    .mainContainer {
        padding: 20px;
    }

    .title-section {
        margin: 0;
    }

    .mainContainer h1 {
        font-size: 36px
    }

    .tab-heading {
        font-size: 30px
    }

    .tabs-container {
        display: block;
        padding: 0
    }

    .tab-width {
        width: 100%
    }

    .gray-txt-block {
        line-height: 1.5;
        width: 80%
    }

    .ul-seperator {
        display: block;
        padding: 0 10px
    }

    ul.dash, ul.dashNew {
        margin: 0
    }

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        font-size: 10px;
        padding: 5px
    }

    .tab1Table tbody tr th, .tab1Table thead tr th {
        padding: 8px
    }

    .tab1Table tbody tr td:nth-child(2) {
        font-size: 10px;
        padding: 5px
    }

    .tab-padding {
        padding: 10px
    }

    .tabs-subSection {
        padding: 20px
    }

    .margin-space {
        margin: 16px
    }

    .video-dimension {
        width: 100%;
        height: auto
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {

    .mainContainer {
        padding: 20px;
    }

    .title-section {
        margin: 0;
    }

    .tabs {
        height: 68px;
        font-size: 14px
    }

    .tab-padding p, .txt-styling {
        font-size: 14px;
        margin: 10px 0;
    }

    ul.dash>li {
        font-size: 14px;
    }

    .tabs-subSection {
        padding: 20px;
    }
}

@media only screen and (min-width:900px) and (max-width:1025px) {
    .mainContainer {
        padding: 144px 20px 20px 20px;
    }
}