    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    
    body {
        line-height: 1;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
    }
    
    body {
        font-family: "Poppins", Arial, Helvetica, sans-serif;
    }
    
     :root {
        --blue-color: #0075EB;
        --white-color: #FFFFFF;
        --black-color: #1B1B1B;
    }
    
    .maincontainer {
        max-width: 1162px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .samplecontainer {
        max-width: 700px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .samplemodal {
        max-width: 610px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .threeiconcontainer {
        max-width: 540px;
        margin: 0px auto;
        padding: 0 15px;
    }
    
    .gap-30 {
        gap: 0 30px;
    }
    /*--- header-css ---*/
    
    .main-header {
        background-color: var(--blue-color);
    }
    
    .congtxt {
        padding: 40px 0px;
    }
    
    .congtxt h1 {
        font-size: 40px;
        line-height: 52px;
        font-weight: 600;
        color: var(--white-color);
    }
    
    .congtxt h2 {
        color: var(--white-color);
        padding-top: 20px;
        font-size: 25px;
        line-height: 37px;
    }
    
    .main-body {
        padding: 30px 0 140px;
    }
    
    .three-icontxt h3 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        color: var(--black-color);
        padding-bottom: 40px;
    }
    
    .copyfooter h4 {
        font-size: 20px;
        line-height: 30px;
        color: var(--black-color);
        padding-bottom: 18px;
    }
    
    .copyfooter h4 a {
        text-decoration: none;
        color: var(--black-color);
    }
    
    .copyfooter h4:last-child {
        padding-bottom: 0;
    }
    
    #modal1 h5 {
        text-align: center;
        font-size: 35px;
        line-height: 45px;
        font-weight: 600;
        color: var(--black-color);
    }
    
    #modal2 h5,
    .samplepopup h5 {
        text-align: center;
        font-size: 30px;
        line-height: 52px;
        font-weight: 600;
        color: var(--black-color);
        padding-bottom: 20px;
    }
    
    #modal2 img {
        padding-bottom: 20px;
    }
    
    .modal-header {
        padding: 0;
        border: none;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .modal-content {
        text-align: center;
        border-radius: 34px;
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        -ms-border-radius: 34px;
        -o-border-radius: 34px;
        padding: 34px 60px;
    }
    
    .modal-header .btn-close {
        display: none;
    }
    
    .modal-body {
        padding: 0;
    }
    
    .modal-body h6 {
        font-size: 22px;
        line-height: 33px;
        color: var(--black-color);
        padding: 12px 0 30px;
    }
    
    #modal2 h6 {
        font-weight: 500;
    }
    
    .modal-list ol {
        margin: 0;
        padding: 0;
        list-style: auto;
    }
    
    .modal-list ol li {
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
        color: var(--black-color);
    }
    
    .modal-list ol li:last-child {
        padding-bottom: 25px;
    }
    
    .modal .okay-btn {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 10px 30px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }
    
    .image-container img {
        width: 100%;
        height: auto;
    }
    /*--- sample-page-css --- */
    
    .sample-header h1 {
        font-size: 60px;
        line-height: 78px;
        color: var(--blue-color);
        font-weight: 700;
        padding: 60px 0 15px;
    }
    
    .sample-header h2 {
        font-size: 40px;
        line-height: 50px;
        color: var(--black-color);
        font-weight: 600;
        padding-bottom: 200px;
    }
    
    .samplepopup {
        background-color: #0075EB0D;
        padding: 90px 36px 53px;
        border-radius: 34px;
        -webkit-border-radius: 34px;
        -moz-border-radius: 34px;
        -ms-border-radius: 34px;
        -o-border-radius: 34px;
        position: relative;
    }
    
    .samplepopup .btn-group {
        padding-top: 17px;
    }
    
    .samplepopup .btn-group .yes-btn,
    .samplepopup .btn-group .no-btn {
        padding: 10px 30px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        text-transform: capitalize;
    }
    
    .samplepopup .btn-group .no-btn {
        background-color: var(--white-color);
        color: var(--blue-color);
    }
    
    .samplepopup .samplepopupimg {
        position: absolute;
        top: -160px;
        text-align: center;
        left: 0;
        right: 0;
    }
    /*--- mediaquery ---*/
    
    @media only screen and (max-width: 1600px) {
        .congtxt h1 {
            font-size: 35px;
            line-height: 45px;
        }
        .congtxt h2 {
            font-size: 20px;
            line-height: 30px;
        }
        .three-icontxt h3 {
            font-size: 25px;
            line-height: 35px;
            padding-bottom: 35px;
        }
        .main-body {
            padding: 25px 0 120px;
        }
        .image-container img {
            width: 80%;
        }
        .copyfooter h4 {
            font-size: 18px;
            line-height: 28px;
            padding-bottom: 15px;
        }
        .modal-content {
            padding: 30px 50px;
        }
        #modal1 h5 {
            font-size: 30px;
            line-height: 40px;
        }
        .modal-body h6 {
            font-size: 20px;
            line-height: 30px;
            padding: 10px 0 25px;
        }
        .modal .okay-btn,
        .samplepopup .btn-group .yes-btn,
        .samplepopup .btn-group .no-btn {
            padding: 8px 28px;
        }
        #modal2 h5,
        .samplepopup h5 {
            font-size: 28px;
            line-height: 40px;
            padding-bottom: 20px;
        }
        #modal2 img {
            padding-bottom: 15px;
        }
        .modal-list ol li {
            padding-bottom: 10px;
            font-size: 18px;
            line-height: 28px;
        }
        .sample-header h1 {
            font-size: 55px;
            line-height: 66px;
            padding: 50px 0 10px;
        }
        .sample-header h2 {
            font-size: 35px;
            line-height: 45px;
            padding-bottom: 200px;
        }
        .samplepopup .samplepopupimg img {
            width: 45%;
            height: auto;
        }
        .samplepopup {
            padding: 80px 30px 50px;
        }
        .samplepopup .btn-group {
            padding-top: 8px;
        }
        .gap-30 {
            gap: 0 25px;
        }
    }
    
    @media only screen and (max-width: 1399px) {
        .congtxt {
            padding: 30px 0px;
        }
        .congtxt h1 {
            font-size: 30px;
            line-height: 40px;
        }
        .congtxt h2 {
            padding-top: 15px;
            font-size: 20px;
            line-height: 30px;
        }
        .main-body {
            padding: 20px 0 100px;
        }
        .image-container img {
            width: 70%;
        }
        .three-icontxt h3 {
            font-size: 20px;
            line-height: 30px;
            padding-bottom: 30px;
        }
        .copyfooter h4 {
            font-size: 16px;
            line-height: 26px;
            padding-bottom: 10px;
        }
        #modal1 h5 {
            font-size: 28px;
            line-height: 38px;
        }
        .modal-body h6 {
            font-size: 18px;
            line-height: 28px;
            padding: 10px 0 20px;
        }
        #modal2 h5,
        .samplepopup h5 {
            font-size: 25px;
            line-height: 38px;
            padding-bottom: 18px;
        }
        .modal-list ol li {
            padding-bottom: 8px;
            font-size: 16px;
            line-height: 26px;
        }
        .sample-header h1 {
            font-size: 45px;
            line-height: 55px;
            padding: 30px 0 10px;
        }
        .sample-header h2 {
            font-size: 30px;
            line-height: 40px;
            padding-bottom: 150px;
        }
        .samplepopup .samplepopupimg img {
            width: 35%;
            height: auto;
        }
        .samplepopup {
            padding: 60px 30px 40px;
        }
        .samplepopup .samplepopupimg {
            top: -130px;
        }
        .gap-30 {
            gap: 0 20px;
        }
    }
    
    @media only screen and (max-width: 1199px) {
        .congtxt {
            padding: 25px 0px;
        }
        .congtxt h1 {
            font-size: 25px;
            line-height: 35px;
        }
        .congtxt h2 {
            font-size: 18px;
            line-height: 28px;
        }
        .main-body {
            padding: 15px 0 80px;
        }
        .image-container img {
            width: 65%;
        }
        .maincontainer {
            max-width: 100%;
        }
        .modal-content {
            padding: 25px 40px;
        }
        #modal1 h5 {
            font-size: 25px;
            line-height: 35px;
        }
        .modal-body h6 {
            font-size: 16px;
            line-height: 26px;
            padding: 8px 0 20px;
        }
        #modal2 h5,
        .samplepopup h5 {
            font-size: 22px;
            line-height: 35px;
            padding-bottom: 15px;
            width: 100%;
        }
        .modal-list ol li {
            font-size: 15px;
            line-height: 25px;
        }
        .modal .okay-btn,
        .samplepopup .btn-group .yes-btn,
        .samplepopup .btn-group .no-btn {
            font-size: 14px;
        }
        .modal-list ol li:last-child {
            padding-bottom: 20px;
        }
        #modal2 .modal-body h6 {
            padding: 0 0 15px;
        }
        #modal2 img {
            padding-bottom: 10px;
        }
        .sample-header h1 {
            font-size: 40px;
            line-height: 50px;
            padding: 25px 0 10px;
        }
        .sample-header h2 {
            font-size: 25px;
            line-height: 35px;
            padding-bottom: 150px;
        }
        .samplepopup .samplepopupimg img {
            width: 30%;
            height: auto;
        }
        .samplepopup {
            padding: 50px 25px 30px;
        }
        .samplepopup .samplepopupimg {
            top: -110px;
        }
    }
    
    @media only screen and (max-width: 768px) {
        .congtxt h1 {
            font-size: 20px;
            line-height: 30px;
        }
        .congtxt h2 {
            font-size: 16px;
            line-height: 26px;
            padding-top: 10px;
        }
        .three-icontxt h3 {
            font-size: 18px;
            line-height: 28px;
            padding-bottom: 20px;
        }
        .image-container img {
            width: 60%;
        }
        .main-body {
            padding: 15px 0 60px;
        }
        .copyfooter h4 {
            font-size: 14px;
            line-height: 24px;
            padding-bottom: 8px;
        }
        .modal-content {
            padding: 20px 30px;
        }
        #modal1 h5 {
            font-size: 22px;
            line-height: 32px;
        }
        .modal-body h6 {
            padding: 8px 0 15px;
        }
        .modal .okay-btn,
        .samplepopup .btn-group .yes-btn,
        .samplepopup .btn-group .no-btn {
            padding: 8px 25px;
            font-size: 14px;
            line-height: 20px;
        }
        .popnone {
            display: none;
        }
        #modal2 h5,
        .samplepopup h5 {
            font-size: 20px;
            line-height: 30px;
        }
        #modal2 h5,
        .samplepopup h5 {
            font-size: 18px;
            line-height: 28px;
        }
        .sample-header h1 {
            font-size: 35px;
            line-height: 45px;
            padding: 20px 0 8px;
        }
        .sample-header h2 {
            font-size: 22px;
            line-height: 32px;
            padding-bottom: 130px;
        }
    }
    
    @media only screen and (max-width: 575px) {
        .congtxt h1 {
            font-size: 18px;
            line-height: 28px;
        }
        .congtxt h2 {
            font-size: 15px;
            line-height: 25px;
            padding-top: 8px;
        }
        .three-icontxt h3 {
            font-size: 16px;
            line-height: 26px;
            padding-bottom: 15px;
        }
        .six-img {
            flex: 0 0 33.33%;
            width: 33.33%;
        }
        .copyfooter h4 {
            font-size: 12px;
            line-height: 22px;
            padding-bottom: 5px;
        }
        #modal1 .modal-dialog-centered {
            margin: 3rem;
        }
        #modal1 h5 {
            font-size: 20px;
            line-height: 30px;
        }
        #modal2 .modal-dialog-centered {
            margin: 3rem;
        }
        .samplemodal {
            max-width: 100%;
            padding: 0 50px;
        }
        .samplepopup .samplepopupimg {
            top: -80px;
        }
        .sample-header h1 {
            font-size: 30px;
            line-height: 40px;
            padding: 20px 0 8px;
        }
        .sample-header h2 {
            font-size: 20px;
            line-height: 30px;
            padding-bottom: 80px;
        }
        .samplepopup .samplepopupimg img {
            width: 25%;
            height: auto;
        }
        .samplepopup .samplepopupimg {
            top: -60px;
        }
        #modal2 h5,
        .samplepopup h5 {
            font-size: 16px;
            line-height: 26px;
            padding-bottom: 10px;
        }
    }
    
    @media only screen and (max-width: 480px) {
        .maintxt {
            display: none;
        }
        #modal1 .modal-dialog-centered,
        #modal2 .modal-dialog-centered {
            margin: 2.5rem;
        }
        .samplepopup .samplepopupimg img {
            width: 30%;
            height: auto;
        }
        .gap-30 {
            gap: 0 15px;
        }
        .sample-header h1 {
            font-size: 26px;
            line-height: 36px;
            padding: 20px 0 8px;
        }
        .sample-header h2 {
            font-size: 18px;
            line-height: 28px;
            padding-bottom: 80px;
        }
    }
    
    @media only screen and (max-width: 375px) {
        .six-img {
            flex: 0 0 50%;
            width: 50%;
        }
        .main-body {
            padding: 15px 0 30px;
        }
        .modal-content {
            padding: 20px 25px;
        }
        #modal1 h5 {
            font-size: 18px;
            line-height: 28px;
        }
        .modal-body h6 {
            font-size: 14px;
            line-height: 24px;
            padding: 8px 0 20px;
        }
        .modal .okay-btn,
        .samplepopup .btn-group .yes-btn,
        .samplepopup .btn-group .no-btn {
            padding: 6px 22px;
            font-size: 12px;
            line-height: 18px;
        }
        #modal1 .modal-dialog-centered,
        #modal2 .modal-dialog-centered {
            margin: 1.8rem;
        }
        .samplepopup .samplepopupimg img {
            width: 40%;
            height: auto;
        }
        .samplemodal {
            padding: 0 30px;
        }
    }