@font-face {
    font-family: 'Montserrat Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Regular'), url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Medium'), url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat SemiBold'), url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Montserrat Bold'), url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff');
}

body {
    background: #e0e0e0;
    font-family: 'Montserrat Regular';
}

.text-start-block h3 {
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 24px;
    font-family: 'Montserrat Bold';
}


/* .text-start-block p {
margin-bottom: 0px;
padding-bottom: 15px;
} */

.text-start-section {
    max-width: 1024px;
    margin: 15px auto;
}

.text-start-block {
    padding: 0% 8% 8% 8%;
    background: #ffffff;
    /* height: 100vh; */
    overflow: auto;
    min-height: 100vh;
}

.text-start-block h4 {
    margin-bottom: 0px;
    font-size: 18px;
    padding-top: 10px;
    font-family: 'Montserrat Bold';
}

.list-table td {
    width: 50%;
    padding: 0px !important;
    border: none !important;
}

.list-table th {
    width: 50%;
    padding: 0px !important;
    border: none !important;
}

.text-listing-block h6 {
    font-family: 'Montserrat Bold';
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 5px;
}

.text-table-section p {
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Montserrat Medium';
    letter-spacing: 0.4px;
}

.text-table-section {
    padding-top: 16px;
}

.final-txt-block p {
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Montserrat Medium';
    letter-spacing: 0.4px;
}

.logo-txt-block {
    display: flex;
    align-items: center;
    text-align: center;
}

.logo-txt-block img {
    width: 120px;
    margin-right: 20px;
}

.logo-txt-top {
    padding: 45px 0px 0px 0px;
}

.logo-txt-block h2 {
    font-size: 24px;
    font-family: 'Montserrat Bold';
}

.footer-logo-img img {
    width: 165px;
}

.footer-txt {
    font-weight: bold;
}

.footer-logo-img {
    padding-top: 15px;
}

.text-start-block p {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Montserrat Medium';
    letter-spacing: 0.4px;
}

.txt-underline {
    border-bottom: 2px solid #111111;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 12px;
}

.bold-txt {
    font-weight: bold;
}

.benefits-table th {
    padding: 10px 10px 10px 0px;
    border: none !important;
    width: 50%;
}

.benefits-table td {
    border: none !important;
    padding: 10px 30px 2px 0px !important;
    text-align: end;
}

.benefits-table td:nth-child(1) {
    text-align: start;
}

.dental-table th {
    padding: 5px 15px 5px 0px;
    border: none !important;
    width: 25%;
}

.dental-table td {
    border: none !important;
    padding: 5px 0px 0px 0px !important;
}

.benefits-table-section {
    padding-top: 6px;
}

.text-start-block ul {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}

.text-start-block ul li {
    list-style-type: none;
    /* display: inline;
    margin-right: 15px; */
}

.percentage-table td {
    border: none !important;
    padding: 10px 30px 2px 0px !important;
    /* text-align: end; */
}

.percentage-table td:nth-child(3) {
    text-align: end;
}

.percentage-table {
    margin-bottom: 0px;
}

.footer-txt-block p {
    font-size: 10px;
    /* line-height: 1.8; */
    /* font-family: 'Montserrat Medium'; */
    /* letter-spacing: 0.4px; */
    font-weight: 600;
}

.footer-txt-block h6 {
    padding-top: 5px;
    font-size: 15px;
}

.note-txt {
    font-size: 13px;
    padding-top: 8px;
}

@media (min-width: 100px) and (max-width: 767px) {
    .text-start-block ul li {
        font-size: 15px;
    }
    .benefits-table td {
        font-size: 13px;
    }
    .text-start-block h3 {
        font-size: 16px;
        padding-top: 15px;
    }
    .text-start-block h4 {
        font-size: 15px;
    }
    .text-table-section p {
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0.5px;
    }
    .logo-txt-block img {
        width: 100px;
        margin-right: 25px;
    }
    .logo-txt-block h2 {
        font-size: 16px;
    }
    .text-start-block p {
        font-size: 14px;
        line-height: 1.7;
    }
    .list-table td {
        font-size: 15px;
        line-height: 1.6;
    }
    .list-table th {
        font-size: 14px;
        line-height: 1.6;
    }
}