/* Colors */
.text-iso-red {
    color: #7A133E
}

    .text-iso-red a:hover {
        color: #222222;
        text-decoration: underline !important
    }

.text-underline {
    text-decoration: underline
}

.sub-title {
    font: normal normal bold 18px/25px Lato;
}
/* Type head */
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    max-height: 200px;
    overflow: auto
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

    span.twitter-typeahead .tt-suggestion.tt-cursor,
    span.twitter-typeahead .tt-suggestion:hover,
    span.twitter-typeahead .tt-suggestion:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

body .tooltip-inner {
    background: linear-gradient(276deg, #7a133e 0%, #4f6fb2 100%);
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    min-width: 250px
}

body .tooltip .arrow::before {
    border-bottom-color: #7a133e;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
    border-radius: 4px;
}

    .input-group span.twitter-typeahead .tt-menu,
    .input-group span.twitter-typeahead .tt-dropdown-menu {
        top: 32px !important;
    }

    .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
        border-radius: 0px;
    }

    .input-group span.twitter-typeahead:last-child .form-control {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

    .input-group.input-group-sm span.twitter-typeahead .tt-menu,
    .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
        top: 30px !important;
    }

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

    .input-group.input-group-lg span.twitter-typeahead .tt-menu,
    .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
        top: 46px !important;
    }

.iso_students {
    padding: 60px 0 66px;
    background-color: #fff;
}

.iso_title {
    font-size: 30px;
    font-weight: 700;
    color: #222;
}

.insurance_list {
    background-color: #F6F8FB;
    padding: 73px 0 96px;
    text-align: center;
}

    .insurance_list h5 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .insurance_list p {
        font-weight: 400;
        margin: 0 auto;
    }

    .insurance_list img {
        height: 70px;
    }

.f20 {
    font-size: 20px;
    line-height: 26px;
}

.f700 {
    font-weight: 700;
}

.text-maroon {
    color: #7A133E;
}

.text-dark {
    color: #222222 !important;
}

.max-w-330 {
    max-width: 330px;
}

.max-w-360 {
    max-width: 360px;
}
/* insuranceplans */
.insuranceplans {
    padding: 70px 0 80px;
    background: #F6F8FB;
}

.insurace_block {
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
}

    .insurace_block .card-body {
        padding: 20px 20px 30px;
    }

.mt-05 {
    margin-top: 5px;
}

.btn_grad {
    color: #FFFFFF !important;
    font-size: 20px;
    line-height: 24px;
    background: transparent linear-gradient(286deg, #7A133E 0%, #4F6FB2 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: block;
    height: 42px;
    width: 170px;
    text-align: center;
    margin: 20px auto 0;
    line-height: 40px;
}

@media(min-height:1200px) {
    .header-home {
        min-height: 90vh !important;
    }
   
}

@media (min-height: 1300px) {
    .header-home {
        min-height: 75vh !important;
    }
}

.header-home.header-home-mini { min-height: 200px !important; }

/* iso_trust */
.iso_trust {
    padding: 130px 0;
    background-color: #fff;
}

.container.small {
    padding-right: 73px;
    padding-left: 73px;
}

.ln-45 {
    line-height: 45px;
}

.iso_trust .iso_title {
    margin-bottom: 40px;
}

.stats_box {
    padding: 3rem;
    padding-top: 43px;
    background-color: #F6F8FB;
    border-radius: 10px;
}

.pt-45 {
    padding-top: 45px;
}

.iso_trust .gap-5 {
    margin-left: -25px;
    margin-right: -25px;
}

    .iso_trust .gap-5 > div {
        padding-left: 25px;
        padding-right: 25px;
    }

.stats_numbers {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #222;
}

.about_stats {
    color: #7A133E;
    font-size: 18px;
    font-weight: 700;
    margin-top: 2px;
}

.mb-50 {
    margin-bottom: 50px;
}
/* User_content in school pages */
/* Wrapper for user-generated content */
.user_content {
    padding: 30px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    color: #333; /* Restrict width for better readability */
    margin: 50px auto; /* Increased top and bottom spacing */
    text-align: center;
}

/* Styling for headings */

.user_content_bottom h1,
.user_content_bottom h2,
.user_content_bottom h3
{
    color: #7A133E;
}

.user_content h1 {
    font-size: 33px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.user_content h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.user_content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

/* Styling for paragraphs */
.user_content p {
    font-size: 18px;
    line-height: 1.8; /* Increased line height */
    color: rgb(34, 34, 34);
}

/* Styling for lists */
.user_content ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.user_content li {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 8px;
}

/* Styling for links */
.user_content a {
    color: #2980b9;
    text-decoration: none;
    font-weight: bold;
}

    .user_content a:hover {
        text-decoration: underline;
        color: #1a5276;
    }

.user_content blockquote {
    font-size: 1.2em;
    font-style: italic;
    color: #555;
    padding: 15px;
    border-left: 4px solid #2c3e50;
    margin: 20px 0;
    background: #f0f0f0;
}

.user_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.user_content th, .user_content td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.user_content th {
    background: #2c3e50;
    color: white;
}

user_content hr {
    border: none;
    height: 2px;
    background: #ccc;
    margin: 30px 0;
}


/* iso_blog */

.iso_blog {
    padding: 70px 0 80px;
}

    .iso_blog h4 a {
        color: #333;
    }

        .iso_blog h4 a:hover {
            text-decoration: underline !important;
        }

.mb-60 {
    margin-bottom: 60px;
}

.mr-32 {
    margin-right: 32px;
}

.f25 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
}

.iso_worldwide {
    padding: 35px 0 23px;
    background-color: #fff;
}

.mapCanvas {
    max-width: 1024px
}

@media only screen and (max-width: 600px) {
    .mapSVG img {
        height: 100%;
        width: 90vw;
        margin-top: 50px;
    }
}
/* Numbers counting code */
@property --n {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.number {
    animation: animate var(--duration) forwards var(--timing, linear);
    counter-reset: num var(--n);
    display: inline;
}

    .number::before {
        content: counter(num);
    }

@keyframes animate {
    from {
        --n: var(--from);
    }

    to {
        --n: var(--to);
    }
}

/* Text appearing code */
.animated .text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.iso_blog .d-flex > img {
    max-width: 300px;
}



/* Main */
body {
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: auto !important;
}

* {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
}

    *:hover {
        text-decoration: none !important;
    }

.et-btn {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.et-text-underline {
    text-decoration: underline !important;
}

p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {
    margin-bottom: 0;
}
/* Alert */
.et-alert {
    text-align: center;
    /* z-index: 2050; */
    z-index: 999;
    background: transparent linear-gradient(276deg, #7A133E 0%, #4F6FB2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
    border: 0;
    border-radius: 0;
    padding: 1px .5rem 4px;
    color: #fff;
    /*    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;*/
}

input {
    border-radius: 0 !important;
}

.et-alert a, .page-alert, .page-alert a {
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
}

.et-alert .alert-btn {
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 16px;
    background: #7A133E 0% 0% no-repeat padding-box;
    font-weight: bold;
    margin: 4px
}

    .et-alert .alert-btn:hover {
        background: #7A133E 0% 0% no-repeat padding-box;
    }

.et-alert .alert-link {
    text-decoration: underline
}

.et-alert-closeBtn {
    color: #ffffff;
    opacity: 1;
    font-weight: lighter;
    position: absolute;
    right: 20px;
    top: 4px
}

    .et-alert-closeBtn:hover {
        color: #ffffff;
        opacity: 1 !important;
    }

button:focus {
    outline: 1px dotted;
    outline: none;
}

.plan-area #et-plan-cardsGroup .et-card {
    justify-content: initial;
}

    .plan-area #et-plan-cardsGroup .et-card .et-card-body ul:last-of-type {
        padding-bottom: 36px;
    }
/* .plan-area #et-plan-cardsGroup .et-card .et-card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
} */
/* 07/05/2020 */
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }
}

.search_active {
    overflow: hidden;
    padding-right: 17px;
}

.et-header-rightBlock .et-btn-search, .et-header-rightBlock .et-btn-singIn { font-size: 18px !important; vertical-align: text-bottom !important; }

.et-alert > a, .page-alert, .page-alert a, footer #footer-middleBlock .et-footer-textBlock #footer-text-mb-show p,
footer #footer-navbar .et-accordion ul > li > a {
    font-size: 16px !important;
}

#aboutISO .et-about-serveYou-block h3,
#aboutISO .et-about-why-block > h3,
#aboutISO .et-about-referralProgram-block > a,
.blog_title h3.main_title {
    font-size: 35px !important;
    line-height: 50px !important;
}

#aboutISO .et-about-why-block > table.table td h5 {
    line-height: 26px !important;
    font-weight: bold !important;
}

#aboutISO h2 ~ p,
.et-iso-brand > span,
#administratorBrokers h3,
.et-header-findBlock form .form-group > label,
.related_article h3 {
    font-size: 30px !important;
    line-height: 45px !important;
}

#aboutISO .et-about-serveYou-block h3 ~ .row a,
#aboutISO .et-about-serveYou-block h3 ~ .row a ~ p {
    /* padding-left: 0 !important; */
}

#aboutISO .col-12.col-lg-6.p-0 {
    margin-left: -6px;
}

#aboutISO .et-about-serveYou-block {
    padding: 58px 58px 118px !important;
}

#aboutISO .et-about-referralProgram-block,
#aboutISO .et-about-why-block {
    padding: 58px !important;
}

    #aboutISO .et-about-why-block > table.table td:first-child {
        padding-left: 0 !important;
    }

#insureStudents {
    padding-left: 0 !important;
    padding-right: 0 !important
}

    #insureStudents h2 > span {
        font-weight: 900 !important
    }

.et-header-findBlock .col-12 {
    padding: 0 35px;
}

.et-header-bottom .et-header-bottom-start h2 {
    font-size: 50px !important;
    line-height: 70px !important
}
/* .et-header-bottom .et-header-bottom-start h3{
  font-size: 40px;
  line-height: 70px;
  text-shadow: 0px 3px 6px #0000001A;
} */
.iso_admin .et-header-bottom {
    padding-top: 283px;
    margin: 0 !important;
}

    .iso_admin .et-header-bottom .et-header-bottom-start h2 {
        max-width: 100%;
    }

    .iso_admin .et-header-bottom .et-header-bottom-start::before {
        width: 84px;
        height: 107px;
        top: calc(-60% + 35px) !important;
        right: 141px;
    }

    .iso_admin .et-header-bottom .et-header-bottom-start::after {
        width: 119px;
        height: 152px;
        top: calc(50% - 45px) !important;
    }

#questionsHelp #et-accordionHelp .card-header > button,
#questionsHelp h2 ~ button.et-btn-addFAQ,
#questionsHelp h2 ~ a.et-btn-addFAQ,
#administratorBrokers .et-btn-adminBroks,
.Question {
    font-size: 25px !important;
    text-transform: none
}

#t-peopleSay-slider {
}

#peopleSayISO #t-peopleSay-slider .et-card, #peopleSayISO #et-peopleSay-slider .et-card {
    padding: 35px 90px 30px !important
}

    #peopleSayISO #t-peopleSay-slider .et-card .et-card-message, #peopleSayISO #et-peopleSay-slider .et-card .et-card-message {
        font-size: 23px !important
    }

#insureStudents h2,
#peopleSayISO h2,
#aboutISO h2 {
    font-size: 45px !important;
    line-height: 60px !important;
}

    #aboutISO .et-about-referralProgram-block > a ~ p,
    #aboutISO .et-about-serveYou-block h3 ~ .row a ~ p,
    #administratorBrokers h3 ~ p,
    footer #footer-navbar .et-accordion h3,
    #aboutISO .et-about-why-block > table.table td h5 ~ p,
    #insureStudents #et-insureStudents-slider .et-slider-item > p,
    #insureStudents h2 ~ p,
    #peopleSayISO #t-peopleSay-slider .et-card .et-card-studen ~ p,
    #administratorBrokers h3 ~ p,
    .et-header-findBlock form .form-group > dl > dt,
    footer #footer-copyYear h6 {
        font-size: 20px !important;
        line-height: 26px !important;
    }
/* 08/05/2020 */
#peopleSayISO {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div#t-peopleSay-slider {
    margin-top: 65px;
}

.et-header-findBlock form {
    padding: 86px 80px !important;
}

.et-header-bottom .et-header-bottom-start::after {
    top: calc(50% - 160px) !important;
}

.et-header-bottom .et-header-bottom-start::before {
    top: calc(-60% - 80px) !important;
}

#aboutISO .et-about-why-block {
    padding: 58px 30px 0 58px !important;
}

    #aboutISO .et-about-why-block > table.table td h5 ~ p {
        margin-bottom: 56px !important;
    }

#aboutISO .et-about-serveYou-block h3 ~ .row a {
    /* background: transparent !important; */
    /* color: #222 !important; */
}

#insureStudents #et-insureStudents-slider .et-slider-item {
    height: calc((100% - 100px) / 2) !important;
}

.search_bar .form-control:focus {
    background-color: transparent;
    border-bottom-color: #7a133e;
    box-shadow: 0px 0.4px 0 #7a133e;
}

.search_bar .btn-search {
    background: #7A133E;
    color: #fff;
    width: 226px;
    height: 68px;
    border-radius: 10px !important;
    font-size: 25px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.050980392156862744);
    line-height: 68px;
    padding: 0;
    text-transform: none
}

.search_panel {
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    padding-top: 264px;
    display: none;
}

    .search_panel .et-Header-top {
        opacity: 0;
    }

.search_bar .input-group-append {
    margin-left: 42px;
}

.search_bar .form-control {
    border: 0;
    border-bottom: 2px solid #A3A3A3;
    font-size: 35px;
    line-height: 42px;
    color: #222;
    padding-bottom: 10px;
    transition: .2s;
    border-radius: 0;
    padding: 0;
    height: 68px;
    outline: none !important;
    box-shadow: 0px 0.4px 0 #a3a3a3;
}

    .search_bar .form-control::-webkit-input-placeholder { /* Edge */
        color: #A3A3A3;
    }

    .search_bar .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #A3A3A3;
    }

    .search_bar .form-control::placeholder {
        color: #A3A3A3;
    }

.faq form {
    margin-top: 57px;
}

.et-Header-top {
    padding: 42px 0 30px;
    position: fixed;
    top: 32px;
    width: 100%;
    display: block;
    z-index: 99;
    transition: all 0.3s ease-in;
    left: 0;
}

.sticky_menu .et-Header-top,
.et-header-allPage-style .et-Header-top,
.iso_admin.sticky_menu .et-header-allPage-style .et-Header-top {
    background: #fff;
    padding: 30px 0;
}

.inner_page main {
    padding-top: 140px;
}

.inner_page.alert_removed main {
    padding-top: 108px;
}

.main_title {
    font-size: 45px;
    line-height: 54px;
    color: #7A133E;
    text-align: center;
    font-weight: bold;
}
    .main_title + p, .main_title + h2 {
        color: #222222;
        font-size: 30px;
        line-height: 45px;
        text-align: center;
    }

    .main_title + p, .main_title + h2, main_title_smaller { color: #222222; font-size: 30px; line-height: 45px; text-align: center; }

.find_address .btn_red {
     margin-top: 30px;
}

   /* .main_title_smaller{

        font-size: 40px;
        line-height: 54px;
        color: #7A133E;
        text-align: center;
        font-weight: bold; 
    }*/

    .centered_content_large {
        color: #222222;
        font-size: 30px;
        line-height: 45px;
        text-align: center;
    }

.search_bar .form-control {
    background-color: transparent;
}

section.faq {
    padding: 70px 0 80px;
    background: #F6F8FB;
}

.faq .container, .faq_list .container {
    max-width: 1100px !important
}

.faq_list {
    padding: 10px 0 80px;
}

.contact_bar {
    padding: 60px 0;
    background: linear-gradient(149deg, rgba(122, 19, 62, 1) 50%, rgba(227, 241, 252, 1) 100%);
}

    .contact_bar h4 {
        font-size: 45px;
        line-height: 60px;
        color: #fff;
    }

        .contact_bar h4 span {
            font-weight: 900;
            display: block
        }

    .contact_bar .btn_contact_us {
        float: right;
        margin-top: 26px;
    }

.btn_contact_us {
    width: 268px;
    height: 68px;
    background: #fff;
    color: #7A133E;
    font-size: 25px;
    border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 68px;
}

    .btn_contact_us:hover {
        color: #5D192F;
    }
/* iso admin */
.iso_admin header {
    background: url(../png/sky.png) no-repeat;
    height: 690px;
    background-position: bottom;
    background-size: cover;
}

.iso_admin .search_panel header {
    background: transparent;
    height: auto;
}

.iso_admin .et-header-allPage-style .et-Header-top {
    background: transparent;
}

.iso_admin header h1 {
    margin-top: 200px;
    color: #fff;
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    text-shadow: 0 3px 6px #0000001A;
}

.iso_admin header h3 {
    line-height: 70px;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
    text-shadow: 0 3px 6px #0000001A;
}

.iso_admin #aboutISO {
    background-color: #F6F8FB;
}

    .iso_admin #aboutISO .et-about-serveYou-block,
    .iso_admin #aboutISO .et-about-why-block {
        background: #FFFFFF;
        border-radius: 10px;
    }

#iso_cta li a {
    color: #007bff;
    text-decoration: none;
    background-color: #19265D;
    width: 100%;
    height: 68px;
    display: block;
    text-align: center;
    line-height: 68px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 27px;
    font-size: 25px;
}

    #iso_cta li a:hover {
        text-decoration: underline !important;
    }

#iso_cta .col-md-6:first-child {
    padding-right: 33px;
}

#iso_cta .col-md-6:last-child {
    padding-left: 33px;
}

#iso_cta {
    padding: 105px 0 78px;
}

.data_list {
    background: #292845;
    padding: 10px 15px;
    position: absolute;
    left: 15px;
    right: 15px;
    color: #c2d4f8;
    border-radius: 0 0 4px 4px;
}

select#et-find-visaStatus, select#myschool, select#et-find-age1, select#stype,
.device_picker {
    border: 0;
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    padding: 8px 0 5px 0;
    color: #222222;
    transition: .2s;
    text-align: left;
    cursor: pointer;
    border-bottom: 2px solid #A3A3A3;
    border-radius: 0;
    background: #fff;
}

    select#et-find-visaStatus:hover, select#myschool:hover, select#et-find-age1:hover, select#stype:hover,
    .device_picker:hover {
        border-bottom-color: #7A133E;
    }

select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

select:focus {
    outline: none;
}

span.close-area svg {
    position: absolute;
    right: 0;
    top: 13px;
    width: 16px;
    fill: #A3A3A3;
}

span.close-area:hover svg {
    fill: #7A133E;
}

span.close-area {
    display: block;
    position: relative;
}

.planss-c .et-card-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

    .planss-c .et-card-body.show {
        max-height: 500px;
        transition: max-height 0.5s ease-in;
    }

.page_title {
    background: #f6f8fb;
    padding: 32px 0 31px;
}

.main_title + p.small_text {
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: left;
    max-width: 925px;
    margin: 0 auto;
}

#et-signIn-Form.page_title.refer_page_title {
    padding: 56px 0 74px;
    background: none;
    background-color: #f6f8fb;
}

.page_title.refer_page_title .main_title {
    margin-bottom: 18px;
}

    .page_title.refer_page_title .main_title + p {
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 74px;
    }

.gutter_30 {
    margin-left: -30px;
    margin-right: -30px;
}

    .gutter_30 [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }

.main_blog {
    padding: 7px 0 85px;
    background-color: #fff;
}

h4.blog_header {
    color: #222222;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    margin: 20px 0 25px;
}

    h4.blog_header a {
        color: #222222;
    }

        h4.blog_header a:hover {
            text-decoration: underline !important;
        }

.blog_body p {
    font-size: 18px;
    line-height: 26px;
}

.blog_date {
    color: #a3a3a3;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
    display: block;
}

.gutter_30 {
    margin-left: -30px;
    margin-right: -30px;
}

    .gutter_30 [class*="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }

.new_blog_title.page_title {
    padding: 50px 0 90px;
}

    .new_blog_title.page_title .main_title {
        margin-bottom: 10px;
    }

.page_title .main_title {
    margin-bottom: 4px;
}

.btn_learn {
    background: #7A133E;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 10px;
    height: 65px;
    line-height: 65px;
    display: block;
    margin: 0 auto;
    width: 205px;
    text-align: center;
    font-size: 25px;
    margin-top: 80px;
    transition: all 0.3s ease-in;
}

    .btn_learn:hover {
        background-color: #19265D;
    }

.about_health {
    background: #fff;
    padding: 65px 0;
}

    .about_health .student_box {
        box-shadow: none;
        background: url(../png/bg_sky.png) no-repeat;
        background-size: cover;
        background-position: center bottom;
        padding: 70px 60px;
        max-width: 100%;
        border-radius: 0;
    }

    .about_health .img_balloon {
        max-width: 380px;
        margin-left: auto;
        display: block;
        margin-top: -25px;
        width: 100%;
    }

.blog_block {
    margin-top: 60px;
}

    .blog_block img {
        width: 100%;
    }

.blog_box {
    border-radius: 10px;
    max-width: calc(100% - 30px);
    margin: 0 auto 50px;
    box-shadow: 0px 1px 10px #0000000d;
}

.blog_cateory {
    font-size: 16px;
    line-height: 20px;
    color: #19265D;
    box-shadow: 0 0 0 1.5px #19265d;
    border-radius: 10px;
    padding: 3px 16px 5px;
    float: right;
    margin-top: -2px;
    transition: all 0.3s ease-in;
    text-decoration: none !important;
}

    .blog_cateory:hover,
    .blog_cateory:focus {
        color: #19265D;
    }

.category_title {
    background: #19265D;
    padding: 40px 0;
}

    .category_title .main_title {
        color: #fff;
    }

.related_article {
    background: #F6F8FB;
    padding: 50px 0 85px;
}

    .related_article h3 {
        color: #7a133e;
        font-weight: 700;
        text-align: center;
    }

    .related_article .blog_block {
        margin-top: 50px;
    }

.main_article {
    position: relative;
    padding-top: 45px;
    background: #fff;
}

    .main_article img.back_link {
        position: absolute;
        top: 56px;
    }

.category_title .main_title img.back_link {
    position: absolute;
    top: 15px;
    left: 0;
    filter: brightness(50);
}

.main_article::before {
    content: "";
    background: #F6F8FB;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 272px;
}

.article_blog {
    max-width: 900px;
    position: relative;
    margin-left: auto;
    margin-bottom: 65px;
}

.social_media {
    position: sticky;
    top: 40px;
    margin-top: 170px;
    text-align: center;
    width: 55px;
}

.article_blog .social_media img {
    margin-bottom: 6px;
}

.social_media li:first-child {
    font-size: 18px;
    line-height: 22px;
    color: #7A133E;
    margin-bottom: 12px;
}

.article_blog .blog_block {
    margin-top: 0;
}

.article_blog h2 {
    font-size: 40px;
    line-height: 60px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 45px;
}

.article_blog h1 {
    font-size: 42px;
    line-height: 60px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 45px;
}

.article_blog img {
    width: 100%;
    margin-bottom: 35px;
}

.article_blog .blog_body p {
    font-size: 20px;
    line-height: 30px;
}

.blog_title {
    background: transparent linear-gradient(111deg, #7A133E 0%, #19265D 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 34px 0;
}

    .blog_title .main_title {
        color: #fff;
        text-align: left;
    }

.blog_content {
    padding: 26px 0 100px
}

.student_box {
    box-shadow: 0 1px 10px #0000000D;
    background: #F6F8FB;
    padding: 34px 46px 67px;
    border-radius: 10px;
    max-width: 500px;
    margin-left: auto;
}

.btn_back {
    background: #19265D;
    color: #fff;
    font-size: 25px;
    width: 329px;
    height: 65px;
    border-radius: 10px;
    display: block;
    line-height: 65px;
    text-align: center;
    margin-top: 65px;
}

    .btn_back:hover {
        color: #fff;
    }

.student_box h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 27px;
}

.main_search {
    padding: 150px 0 60px;
}

.btn_gap {
    margin-left: 50px;
}

.blog_description {
    margin-top: 40px;
}

    .blog_description p {
        margin-bottom: 40px;
    }

.search_result_title {
    color: #7A133E;
    font-size: 40px;
    line-height: 48px;
    margin-top: 30px;
}

.Question {
    margin-top: 30px;
}

    .Question a {
        color: #222;
    }

        .Question a:hover {
            text-decoration: underline !important;
        }

.main_search #questionsHelp {
    padding: 30px 0 0 !important;
}

/*#questionsHelp { background-color: #fff; }*/
#questionsHelp .nav-tabs {
    max-width: 1153px;
    margin: 0 auto 75px;
    justify-content: space-between;
    border: 0;
}

.nav-tabs .nav-item {
    width: calc(20% - 20px);
}

#questionsHelp .nav-tabs .nav-link {
    border: 1px solid #19265D;
    border-radius: 10px;
    opacity: 1;
    color: #19265D;
    padding: 0;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    transition: all 0.3s ease-in;
    padding: 0 34px;
}

    #questionsHelp .nav-tabs .nav-link:hover {
        box-shadow: 0px 3px 10px #00000029;
    }

    #questionsHelp .nav-tabs .nav-link.active {
        color: #fff;
        background: #19265D;
    }

.about_us .et-header-bottom h1 {
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #0000001A;
    font-size: 118px;
    line-height: 135px;
}

.about_us .et-header-bottom {
    margin-top: 170px;
    position: relative;
    z-index: 9;
}

.et-header-bottom .main_title {
    color: #fff;
    text-align: left;
    text-shadow: 0px 3px 6px #0000001A;
    margin-bottom: 20px;
}

.about_us .header-home {
    background: transparent;
    height: 100vh;
    position: relative;
}

video.video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
}

.about_iso_insurance {
    padding: 90px 0 110px;
}

    .about_iso_insurance h3 + p {
        max-width: 1060px;
        margin-top: 39px;
    }

.helath_insurance_list {
    position: relative;
}

    .helath_insurance_list:before {
        content: "";
        width: 199px;
        height: 254px;
        background: url(../png/home_bg_balloon.png) no-repeat;
        background-size: contain;
        display: block;
        right: 16%;
        position: absolute;
        top: -10px;
    }

    .helath_insurance_list:after {
        content: "";
        width: 282px;
        height: 360px;
        background: url(../png/home_bg_balloon.png) no-repeat;
        background-size: contain;
        display: block;
        right: 0;
        position: absolute;
        top: 15%;
    }

.about_iso_insurance h4 {
    font-weight: bold;
    margin-top: 54px;
    margin-bottom: 34px;
}

.about_iso_insurance h4,
.about_iso_insurance li {
    font-size: 30px;
    line-height: 45px;
}

    .about_iso_insurance li svg {
        margin-right: 10px;
        vertical-align: baseline;
    }

    .about_iso_insurance li:not(:last-child) {
        margin-bottom: 34px;
    }

.about_iso_insurance li {
    padding-left: 40px;
    position: relative;
}

    .about_iso_insurance li svg {
        left: 0;
        position: absolute;
        top: 9px;
    }

.gray_bg {
    background: #F6F8FB;
    padding: 90px 0;
}

.about_content .col-md-6:first-child {
    padding-right: 53px;
}

.about_content .main_img {
    width: 100%;
}

.about_content .mini_title {
    margin-bottom: 20px;
}

.our_custmor.about_content {
    padding: 97px 0;
}

    .our_custmor.about_content p b {
        font-weight: bold;
        margin-top: 26px;
        display: block;
    }

    .our_custmor.about_content .main_title {
        margin-bottom: 10px;
    }

.mini_title {
    font-size: 30px;
    color: #7A133E;
    line-height: 54px;
    font-weight: bold;
}

.main_content,
.main_title + p.main_content {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
}

ul.main_content {
    margin-top: 15px;
}

    ul.main_content li {
        margin-bottom: 8px;
        position: relative;
        padding-left: 30px;
    }

img.li_tick {
    position: absolute;
    left: 0;
    top: 10px;
}

.chat_cloud {
    background: #ACD0DD;
}

.about_content .chat_cloud img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.about_content .row:not(:last-child) {
    margin-bottom: 164px;
}

.about_content .main_content b a {
    color: #222;
}

.about_content.our_custmor .row:not(:last-child) {
    margin-bottom: 127px;
}

.find_address {
    padding: 70px 0 85px;
}

.address_box {
    background: #F6F8FB;
    border-radius: 10px;
    box-shadow: 0 1px 10px #0000000D;
    padding: 32px 15px 36px 58px;
    margin-top: 27px;
}

    .address_box ul {
        column-count: 2;
    }

    .address_box a, .doc_question {
        font-size: 20px;
        line-height: 26px;
        color: #222;
        display: block;
        margin-bottom: 25px;
    }

        .address_box a:hover {
            text-decoration: underline !important;
        }

    .address_box ul.list-unstyled li a {
        margin-bottom: 24px;
    }

    .address_box ul.list-unstyled li:nth-of-type(even) a {
        margin: 0;
    }

    .address_box img {
        width: 50px;
        height: 50px;
        margin-right: 25px;
    }

.note_title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #7A133E;
    margin-top: 60px;
    margin-bottom: 10px;
}

.find_address .main_content {
    max-width: 1070px;
}

.find_address .row:first-child {
    margin: 0 -33px;
}

    .find_address .row:first-child .col-md-6 {
        padding: 0 33px;
    }

.text_underline,
.text_underline:hover,
.text_underline:focus,
.text_underline:active {
    color: #222;
    text-decoration: underline !important;
}

.blog_title .main_title + p.small_text {
    color: #fff;
    text-align: left;
    max-width: 100%;
}

.claim_process {
    padding: 58px 0;
}

.claim_box {
    background: #F6F8FB;
    border-radius: 10px;
    box-shadow: 0 1px 10px #0000000D;
    padding: 40px 26px 45px 58px;
    margin-bottom: 55px;
}

.claim_header {
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 33px;
}

.index_count {
    display: block;
    text-align: center;
    line-height: 54px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    width: 54px;
    height: 54px;
    margin-right: 16px;
    background: transparent linear-gradient(328deg, #5D192F 0%, #578BC5 100%) 0% 0% no-repeat padding-box;
}

.claim_body h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.claim_body .main_content {
    margin-bottom: 40px;
}

    .claim_body .main_content.condition_apply {
        margin-top: 35px;
        margin-bottom: 0;
    }

    .claim_body .main_content span {
        width: 150px;
        display: inline-block;
    }

.link_title .main_title + p.small_text {
    max-width: 767px;
    margin: 0 auto;
}

.link_tabs .tab a {
    font-size: 25px;
    line-height: 36px;
    color: #222;
    display: block;
    padding-bottom: 12px;
    padding: 0;
    text-transform: none;
}

.link_tabs .tab {
    text-align: left;
    margin-right: 115px;
}

    .link_tabs .tab a:hover,
    .link_tabs .tab a:focus {
        color: #222;
        background: transparent !important
    }

    .link_tabs .tab a.active {
        font-weight: 700;
        color: #7A133E;
    }

.link_tabs .nav-tabs.active1 span {
    left: 0;
}

.link_tabs .nav-tabs.active2 span {
    left: 25%;
}

.link_tabs .nav-tabs.active3 span {
    left: 50%;
}

.link_tabs .nav-tabs.active4 span {
    left: 75%;
}

.link_tabs .nav-tabs {
    border-bottom: 3px solid rgba(163, 163, 163, 0.2);
}

.link_tabs {
    padding: 28px 0 0;
}

    .link_tabs .nav-tabs li {
        margin-bottom: -3px;
    }

    .link_tabs .col {
        padding: 43px 0 45px;
    }

        .link_tabs .col a,
        .link_tabs .col p,
        .body_content {
            font-size: 20px;
            line-height: 26px;
            color: #222;
            display: block;
            margin-bottom: 15px;
        }

            .link_tabs .col a:hover {
                color: #222;
                text-decoration: underline !important;
            }

.page_title.policy .main_title + p.small_text {
    max-width: 100%;
}

.policy_content {
    padding: 52px 0 86px;
}

    .policy_content .main_content:not(:last-child) {
        margin-bottom: 40px;
    }

.contact_bar.plan_choose h4,
.choose_plan h5,
.choose_plan h3,
.contact_us h5,
#general h5 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

    .choose_plan h5, .choose_plan h3, .choose_plan h5 a.text_underline {
        color: #19265D;
    }

    .contact_bar.plan_choose h4 span {
        font-weight: 400;
        display: block;
        font-size: 25px;
        line-height: 40px;
    }

.contact_us .et-formGroup {
    margin-bottom: 40px !important;
}

.contact_bar.plan_choose .col-md-7 {
    padding-right: 0;
}

.contact_bar.plan_choose .btn_contact_us {
    margin-top: 8px;
}

.choose_plan {
    padding: 46px 0;
}

    .choose_plan .media {
        margin-top: 52px;
    }

.plan_content_box {
    background: #F6F8FB;
    border-radius: 10px;
    box-shadow: 0 1px 10px #0000000D;
    padding: 55px 66px;
}

.row:not(:last-child) .plan_content_box {
    margin-bottom: 52px;
}

.plan_content_box p:not(:last-child) {
    margin-bottom: 52px;
}

.plan_content_box ul.main_content li {
    margin-bottom: 30px;
}

#et-signIn-Form.contact_us .et-signIn-body {
    max-width: 100% !important;
    width: 100%;
}

    #et-signIn-Form.contact_us .et-signIn-body > form {
        padding: 35px 42px 60px !important;
    }

        #et-signIn-Form.contact_us .et-signIn-body > form .et-formGroup {
            max-width: 100%;
        }

#subject svg {
    margin-left: auto;
}

#et-signIn-Form.contact_us .et-signIn-body .main_content {
    margin-bottom: 40px;
}

#et-signIn-Form.contact_us .et-btn.et-btnSingIn.d-block {
    width: 351px;
    margin-left: auto;
}

.contact_us .address_box {
    padding: 35px 36px;
    margin: 0;
    height: 100%;
    max-width: 500px;
}

    .contact_us .address_box .main_content:not(:last-child) {
        margin-bottom: 40px;
    }

#general.user-email-all-modal .et-modal-container {
    max-width: 444px !important;
    overflow-x: hidden;
}

#general h5 {
    color: #7A133E;
    margin-bottom: 5px;
}

.about_video_overlay {
    position: relative;
}

    .about_video_overlay:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #a3a3a3;
        opacity: 0.3;
        top: 0;
        z-index: 9;
        left: 0;
    }

#subject_page .user-modal-redeeem-body {
    padding: 19px 37px 70px;
}

#subject_page.user-email-all-modal .et-modal-container, .lg_modal.user-email-all-modal .et-modal-container {
    max-width: 908px;
}

.lg_modal.user-email-all-modal .et-modal-container {
    height: auto;
}

#subject_page h5,
#subject_page p.main_content,
.work_box h5,
.lg_modal p,
.lg_modal li {
    font-size: 25px;
    line-height: 30px;
}

.list_bulltes ::marker {
    color: #7a133e;
    font-size: 17px;
    line-height: 50px;
}

.list_bulltes {
    padding-left: 24px;
}

.btn_ok {
    height: 76px;
    width: 158px;
    background: #7a133e;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    line-height: 76px;
    margin: 40px auto 0;
}

    .btn_ok:hover,
    .btn_ok:focus {
        color: #fff;
    }

.list_bulltes a {
    color: inherit;
}

.lg_modal .user-modal-redeeem-body {
    padding: 20px 80px 30px;
}

.work_box h5 {
    font-weight: bold;
    margin-bottom: 35px;
}

.work_box p.main_content:first-child {
    margin-bottom: 5px;
}

#subject_page h5 {
    font-weight: bold;
}

#subject_page p.main_content a {
    color: #222;
}

.redirection_links a {
    padding: 0px 24px;
    color: #7A133E;
    text-decoration: underline
}

    .redirection_links a.red-btn {
        color: #fff;
        padding: 20px 24px;
        background: #7A133E;
        border-radius: 10px;
        display: block;
        font-size: 25px;
        line-height: 32px;
        margin-right: 15px;
        margin-top: 20px;
        text-decoration: none
    }

#general .user-modal-redeeem-body {
    padding: 0 18px 60px;
}

.referral_title {
    background: transparent linear-gradient(111deg, #4F6FB2 0%, #7A133E 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

    .referral_title h5, .small_title {
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 5px;
    }

.referral_signin form {
    border-radius: 0 0 10px 10px !important;
}

#et-signIn-Form.referral2 .et-signIn-body {
    max-width: 100% !important;
    width: 100%;
}

#et-signIn-Form.referral2 form {
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 10px #0000000D;
    padding: 30px 30px 40px;
}

#et-signIn-Form.referral2 .user-referral-prog-card {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

.user-referral-prog-card ol {
    padding-left: 20px;
    margin: 15px 0 0
}

    .user-referral-prog-card ol li:not(:last-child) {
        margin-bottom: 5px;
    }

.space40 {
    margin-top: 40px !important;
}

.referral2 input.form-control {
    border: 0;
    border-bottom: 2px solid #A3A3A3;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
    color: #222;
    margin-right: 45px;
}

    .referral2 input.form-control::-webkit-input-placeholder { /* Edge */
        color: #A3A3A3;
    }

    .referral2 input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #A3A3A3;
    }

    .referral2 input.form-control::placeholder {
        color: #A3A3A3;
    }

    .referral2 input.form-control:focus {
        outline: none;
        box-shadow: none;
        border-bottom-color: #7A133E;
    }

.referral2 .input-group {
    margin-top: 10px;
    margin-bottom: 58px;
}

.inner_form_content {
    max-width: 727px;
}

.referral2 .input-group button {
    background: transparent linear-gradient(111deg, #4F6FB2 0%, #7A133E 100%) 0% 0% no-repeat padding-box;
    border: 0;
    width: 186px;
    color: #fff;
    height: 48px;
    font-size: 20px;
    border-radius: 10px !important;
    padding: 0;
}

    .referral2 .input-group button:focus {
        outline: none;
        box-shadow: none !important;
    }

.copy_link {
    background: #F6F8FB;
    padding: 12px 205px 13px 17px;
    border-radius: 10px;
    margin-top: 5px;
    position: relative;
}

    .copy_link input {
        background-clip: padding-box;
        outline: 0;
    }

    .copy_link a {
        position: absolute;
        right: 24px;
        cursor: pointer;
        top: 50%;
        transform: translate(0, -50%);
    }

.work_box {
    box-shadow: 0 3px 10px #00000029;
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 40px;
    height: calc(100% - 425px);
}

.upper_part {
    padding-bottom: 40px;
}

bg_white {
    background-color: #fff;
}
/* how it works */
.how_it_works {
    padding: 70px 0 100px;
    background-color: #fff;
    text-align: center;
}

.how_it_works_container {
    max-width: 1200px;
    margin: 0 auto;
}

.how_it_works h2 {
    font-size: 35px;
    line-height: 42px;
    color: #7A133E;
    font-weight: 700;
    margin-bottom: 30px;
}

.how_it_works h3 {
    font-size: 20px;
    line-height: 26px;
    color: #7A133E;
    font-weight: 700;
    margin: 18px 0 10px;
}

.how_it_works p {
    color: #222222;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.repeat_reward {
    color: #7A133E;
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 12px;
}

.et_refer_now {
    font-size: 25px;
    background-color: #7A133E;
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    border-radius: 10px;
    width: 100%;
    max-width: 360px;
    margin: 30px auto 0;
}

    .et_refer_now:hover {
        color: #fff
    }

.group_referral #administratorBrokers {
    padding: 77px 73px;
}

    .group_referral #administratorBrokers .et-btn-adminBroks {
        padding: 21px 37px 24px;
        max-height: 65px;
        margin-top: 37px;
    }

.group_referral .col-md-6 > img {
    height: 100%;
    width: 100%;
}

.thanku_mail_modal .et-modal-container {
    max-width: 622px;
    width: 100%;
    text-align: center;
}

.thanku_mail_modal .user-modal-redeeem-body h3 {
    width: 100%;
    max-width: 100%;
}

.tabs {
    border-bottom: 3px solid rgba(163, 163, 163, 0.2);
    overflow: visible;
}

    .tabs .indicator {
        height: 5px;
        background-color: #7A133E;
        bottom: -3px;
    }

.tabs {
    height: 40px;
}

.forgot_pwd#et-signIn-Form .et-signIn-body > form .et-formGroup {
    margin-bottom: 55px;
}

.forgot_pwd .main_content {
    white-space: nowrap;
}

.radio label {
    position: relative;
    padding-left: 21px;
    line-height: 16px;
    font-size: 20px;
}

    .radio label:before {
        width: 16px;
        height: 16px;
        border: 1px solid #222222;
        border-radius: 50%;
        left: 0;
        position: absolute;
        content: '';
    }

    .radio label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #7A133E;
        display: block;
        border-radius: 50%;
        position: absolute;
        left: 3px;
        top: 3px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

.radio input:checked + label:after {
    opacity: 1;
}

.radio_list {
    margin: 15px 0 55px;
}

.radio input {
    display: none;
}

input.typeahead {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #A3A3A3;
    font-size: 20px;
    color: #222;
    height: 32px;
    outline: none;
    transition: .2s;
}

    input.typeahead:disabled {
        cursor: not-allowed;
        opacity: 0.2;
    }

span.twitter-typeahead .tt-suggestion {
    font-size: 20px;
    color: #A3A3A3;
    padding: 0;
    transition: .2s;
    background: transparent !important;
}

    span.twitter-typeahead .tt-suggestion:hover,
    span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
        color: #222 !important;
        background: transparent;
    }

input.typeahead:focus {
    border-color: #7A133E;
}

span.twitter-typeahead .tt-menu {
    min-width: 100%;
    top: 99% !important;
    padding: 0 !important;
    border: 0;
}

.tt-dataset.tt-dataset-states {
    width: 100%;
    position: absolute;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 0px 0px 5px 5px;
    opacity: 1;
    z-index: 9;
    font-size: 20px;
    color: #A3A3A3;
    white-space: nowrap;
    padding: 10px 40px 16px 4px;
    font-weight: normal;
}

.et-header-bottom .et-input-group {
    padding: 0 !important;
    height: 32px !important;
    margin: 0 !important;
}

.et-card-brown:before {
    background: transparent linear-gradient(92deg, #B16B26 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

.et-card-brown .et-card-header p > span {
    color: #B16B26;
}

.et-card-royalblue:before {
    background: transparent linear-gradient(92deg, #18207D 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

.et-card-royalblue .et-card-header p > span {
    color: #18207D;
}

.et-card-violet:before {
    background: transparent linear-gradient(92deg, #5C0D79 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

.et-card-violet .et-card-header p > span {
    color: #5C0D79;
}

.et-card-musturd:before {
    background: transparent linear-gradient(92deg, #D6920A 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

.et-card-musturd .et-card-header p > span {
    color: #D6920A;
}

.et-card-lightblue:before {
    background: transparent linear-gradient(92deg, #378BB3 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

.et-card-lightblue .et-card-header p > span {
    color: #378BB3;
}

.et-card-lightviolet:before {
    background: transparent linear-gradient(92deg, #7F81A1 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

.et-card-lightviolet .et-card-header p > span {
    color: #7F81A1;
}

.et-card-yellow:before {
    background: transparent linear-gradient(92deg, #F7D95D 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

.et-card-yellow .et-card-header p > span {
    color: #F7D95D;
}

.et-card-skyblue:before {
    background: transparent linear-gradient(92deg, #88CAE9 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

.et-card-skyblue .et-card-header p > span {
    color: #88CAE9;
}

.et-card-gray:before {
    background: transparent linear-gradient(92deg, #9FA0A0 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

.et-card-gray .et-card-header p > span {
    color: #9FA0A0;
}


#et-planid-top.yellow {
    background: transparent linear-gradient(96deg, #F7D95D 0%, #F6F8FB 150%) 0% 0% no-repeat padding-box;
}

#et-planid-top.lightblue {
    background: transparent linear-gradient(96deg, #378BB3 0%, #F6F8FB 150%) 0% 0% no-repeat padding-box;
}

#et-planid-top.brown {
    background: transparent linear-gradient(96deg, #B16B26 0%, #F6F8FB 150%) 0% 0% no-repeat padding-box;
}

#et-planid-top.royalblue {
    background: transparent linear-gradient(96deg, #18207D 0%, #F6F8FB 150%) 0% 0% no-repeat padding-box;
}

#et-planid-top.violet {
    background: transparent linear-gradient(96deg, #5C0D79 0%, #F6F8FB 150%) 0% 0% no-repeat padding-box;
}

#et-planid-top.musturd {
    background: transparent linear-gradient(96deg, #D6920A 0%, #F6F8FB 150%) 0% 0% no-repeat padding-box;
}

#et-planid-top.lightviolet {
    background: transparent linear-gradient(96deg, #7F81A1 0%, #F6F8FB 150%) 0% 0% no-repeat padding-box;
}

#et-planid-top.skyblue {
    background: transparent linear-gradient(96deg, #88CAE9 0%, #F6F8FB 150%) 0% 0% no-repeat padding-box;
}

#et-planid-top.gray {
    background: transparent linear-gradient(96deg, #9FA0A0 0%, #F6F8FB 150%) 0% 0% no-repeat padding-box;
}

.row {
    margin-bottom: initial;
}

.color222 {
    color: #222;
}

a.main_content:hover {
    color: #222;
    text-decoration: underline !important;
}

#datepicker input {
    width: 100%;
    display: block;
    z-index: 9999;
}

#datepicker label {
    z-index: 0;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #7a133e !important;
    background-image: none !important;
    color: #fff !important;
}

#et-signIn-Form .et-signIn-body > form .et-formGroup.mb-0 {
    margin-bottom: 0 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInAnimated {
    opacity: 0;
    animation: fadeIn 1s linear forwards;
}

.one {
    animation-delay: 1s;
}

.two {
    animation-delay: 2s;
}

.three {
    animation-delay: 3s;
}

.about_us .et-header-bottom h1 span {
    display: block;
}

nav.et-navbar {
    background: #fff;
}

.et-navbar > ul > li {
    width: 100%;
}

/* Smooth scroll css */
.pmd-tabs-scroll-container {
    overflow-x: auto;
}

.pmd-tabs .nav-tabs > li > a {
    font-size: 18px;
    line-height: 26px;
    color: #7A133E;
}

.pmd-tabs .nav-tabs > li.active > a, .pmd-tabs .nav-tabs > li.active > a:focus, .pmd-tabs .nav-tabs > li.active > a:hover, .pmd-tabs .nav-tabs > li > a {
    color: #7A133E;
}

.pmd-tabs .pmd-tab-active-bar {
    background: #7A133E;
}

.align-items-center {
    align-items: center;
}

.pmd-tabs-scroll-left, .pmd-tabs-scroll-right {
    background-color: #4285f4;
    color: rgba(255, 255, 255, .54);
    display: none !important;
}

.pmd-tabs-scroll-container::-webkit-scrollbar {
    display: none;
}

.pmd-tabs-scroll-container ul.nav.nav-tabs li {
}

    .pmd-tabs-scroll-container ul.nav.nav-tabs li a {
        display: inline-block;
        font-weight: normal;
        text-decoration: none !important;
        text-transform: capitalize;
        font-size: 18px;
        padding: 0 20px 15px;
        line-height: 26px;
        color: #222;
    }

        .pmd-tabs-scroll-container ul.nav.nav-tabs li a h2 {
            font-size: 18px;
            line-height: 26px;
            color: #222;
        }

    .pmd-tabs-scroll-container ul.nav.nav-tabs li.active a {
        color: #7A133E;
    }

ul.list-unstyled li a, .tab-pane, .tab-pane p {
    color: #222;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    display: inline-block;
}

    ul.list-unstyled li a:hover {
        text-decoration: underline !important;
    }

.link_tabs {
    background: #fff;
}

.pmd-card {
    box-shadow: none;
}

.pmd-tabs .pmd-tab-active-bar {
    background: #7A133E;
    height: 5px;
}

.link_tabs .nav-tabs {
    border-bottom: 0;
}

.pmd-tabs-scroll-container {
    border-bottom: 3px solid rgba(163, 163, 163, 0.2);
}

ul.list-unstyled li a:hover {
    text-decoration: none !important;
}
/* Menu Adjustment */
nav.et-navbar .list-unstyled {
    height: 77vh;
    overflow: hidden;
}

.et-navbar > ul > li {
    margin-bottom: 0px !important;
    height: 8%;
    display: flex;
    align-items: center;
}

    .et-navbar > ul > li > a {
        margin-bottom: 0;
    }

.pmd-card-body {
    padding: 43px 0 45px;
    margin-top: 0;
}

.slick-list {
    padding: 35px 0;
}

.slick-initialized .slick-slide {
    display: block;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}

.slick-slide.slick-current {
    transform: scale(1.1);
    z-index: 9999;
    opacity: 1;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    opacity: 0.75;
    color: #fff;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

label.extra {
    margin-bottom: 0;
    height: 32px;
}

.accordion .card {
    background: transparent;
}

.white_back {
    background-color: #fff;
}

.et-btn1 {
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    background: #19265D 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin-bottom: 27px;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    cursor:pointer
}

    .et-btn1:hover, .et-btn1:focus {
        text-decoration: underline !important;
        color: #fff;
       
    }

.video-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

.planss .et-card-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

    .planss .et-card-body.show, .planss-c .et-card-body.show {
        max-height: 500px;
        transition: max-height 0.5s ease-in;
    }

.deadlineAlert {
    color: #2B3388;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding: 13px 28px 13px 40px;
    border: 2px solid #2B3388;
    border-right: 0;
    border-radius: 41px 0 0 41px;
    position: absolute;
    width: 218px;
    right: 0;
    top: 5px;
    background: #fff;
    text-align: left;
}

@media (max-width: 1799px) {
    .iso_admin header h3 {
        font-size: 36px;
    }

    #insureStudents #et-insureStudents-slider {
        margin-right: 0 !important;
    }

        #insureStudents #et-insureStudents-slider .et-slider-item {
            height: calc((100% - 50px) / 2) !important;
        }

    .blog_box {
        margin: 0 auto 54px;
        /* max-width: 370px; */
    }

    .about_us .et-header-bottom h1 {
        font-size: 80px;
        line-height: 90px;
    }
}

@media (max-width: 1681px) {
    .deadlineAlert {
        top: -5px;
    }

    .social_media li:first-child {
        font-size: 14px;
    }

    .btn_learn {
        font-size: 18px;
        height: 56px;
        line-height: 56px;
        width: 180px;
    }

    .lg_modal .user-modal-redeeem-body {
        padding: 10px 30px 20px;
    }

    .btn_ok {
        height: 50px;
        width: 120px;
        font-size: 18px;
        line-height: 50px;
        margin: 20px auto 0;
    }

    .list_bulltes ::marker {
        line-height: 30px;
    }

    span.twitter-typeahead .tt-suggestion {
        font-size: 16px;
        padding: 2px 2px 0 6px;
        cursor: pointer
    }

    .pmd-card-body {
        padding: 30px 0;
    }

    input.typeahead {
        font-size: 14px;
    }

    .radio label {
        font-size: 14px;
    }

    #et-signIn-Form .et-signIn-body > form .et-formGroup {
        margin-bottom: 35px !important
    }

    .radio_list {
        margin: 15px 0 35px;
    }

    /* .blog_box {
    max-width: 430px;
  } */
    .thanku_mail_modal .et-modal-container {
        max-width: 500px;
    }

    .inner_form_content {
        max-width: 550px;
    }

    .referral2 .input-group button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .referral_title {
        padding: 15px 20px;
    }

    .work_box {
        padding: 20px 20px 50px;
    }

    #et-signIn-Form.referral2 form {
        padding: 20px 20px 30px;
    }

    .referral2 input.form-control {
        font-size: 14px;
        line-height: 20px;
        margin-right: 24px;
    }

    .user-modal-redeeem-body h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .user-modal-redeeem-body h4, .user-modal-redeeem-body h4 ~ p, .user-modal-redeeem-body form table td,
    .user-modal-redeeem-body form table td > input, .user-modal-redeeem-body form .form-group label {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .user-redeem-modal .user-modal-redeeem-body {
        padding: 0 20px 0 !important;
    }

    .user-redeem-modal .et-modal-container {
        height: auto !important;
    }

    .referral_title h5, .small_title {
        font-size: 18px;
        line-height: 24px;
    }

    #subject_page .user-modal-redeeem-body {
        padding: 0 20px 35px;
    }

    .redirection_links a, .redirection_links a.red-btn {
        padding: 12px 20px;
        font-size: 18px;
        line-height: 24px;
        margin-right: 5px;
        margin-top: 20px;
    }

    #subject_page.user-email-all-modal .et-modal-container, .lg_modal.user-email-all-modal .et-modal-container {
        max-width: 585px;
    }

    #subject_page h5, #subject_page p.main_content, .work_box h5, .lg_modal p, .lg_modal li {
        font-size: 18px;
        line-height: 24px;
    }

    .contact_us .et-formGroup {
        margin-bottom: 30px !important;
    }

    .contact_us .address_box .main_content:not(:last-child) {
        margin-bottom: 30px;
    }

    #et-signIn-Form.contact_us .et-btn.et-btnSingIn.d-block {
        width: 270px;
    }

    #et-signIn-Form .et-signIn-body > form .et-formGroup input {
        font-size: 16px !important;
    }

    .choose_plan .media {
        margin-top: 32px;
    }

    .choose_plan {
        padding: 40px 0;
    }

    .plan_content_box p:not(:last-child), .plan_content_box ul.main_content li {
        margin-bottom: 15px;
    }

    .plan_content_box {
        padding: 35px;
    }

    .row:not(:last-child) .plan_content_box {
        margin-bottom: 30px;
    }

    .contact_bar.plan_choose h4,
    .choose_plan h5,
    .choose_plan h3,
    .contact_us h5,
    #general h5 {
        font-size: 22px;
        line-height: 32px;
    }

        .contact_bar.plan_choose h4 span {
            font-size: 18px;
            line-height: 28px;
        }

    .policy_content .main_content:not(:last-child) {
        margin-bottom: 20px;
    }

    .policy_content {
        padding: 30px 0 40px;
    }

    .link_tabs .col {
        padding: 30px 0;
    }

        .link_tabs .col a, .link_tabs .col p, .body_content {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 12px;
        }

    .link_title .main_title + p.small_text {
        max-width: 535px;
    }

    .note_title, .link_tabs .tab a {
        font-size: 18px;
        line-height: 26px;
    }

    .claim_body h5 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 3px;
    }

    .claim_body .main_content {
        margin-bottom: 20px;
    }

    .claim_box {
        padding: 30px 20px 35px 35px;
        margin-bottom: 30px;
    }

    .claim_process {
        padding: 40px 0;
    }

    .claim_header {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .claim_body .main_content.condition_apply {
        margin-top: 0;
    }

    .address_box {
        padding: 30px;
    }

    .find_address .main_content {
        max-width: 835px;
    }

    .address_box img {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .find_address img.health_logo {
        height: 40px;
    }

    img.li_tick {
        top: 6px;
    }

    ul.main_content li {
        padding-left: 25px;
    }

    .about_iso_insurance li svg {
        top: 5px;
    }

    .about_iso_insurance {
        padding: 70px 0 80px;
    }

    .about_content .col-md-6:first-child {
        padding-right: 25px;
    }

    .about_us .et-header-bottom {
        margin-top: 130px;
    }

    .gray_bg {
        background: #F6F8FB;
        padding: 50px 0;
    }

    .about_content .row:not(:last-child),
    .about_content.our_custmor .row:not(:last-child) {
        margin-bottom: 80px;
    }

    .our_custmor.about_content {
        padding: 60px 0;
    }

    .about_iso_insurance li svg {
        vertical-align: sub;
    }

    .about_iso_insurance h3 + p {
        max-width: 810px;
        margin-top: 25px;
    }

    .helath_insurance_list:before {
        width: 145px;
        height: 190px;
        right: 14%;
    }

    .helath_insurance_list:after {
        width: 190px;
        height: 250px;
    }

    .about_us .et-header-bottom h1 {
        font-size: 85px;
        line-height: 100px;
    }


    .main_content,
    .main_title + p.main_content,
    .address_box a, .how_it_works h3, .how_it_works p {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .how_it_works h3 {
        margin: 15px 0 5px;
    }

    .about_iso_insurance li:not(:last-child) {
        margin-bottom: 18px;
    }

    .our_custmor.about_content p b {
        margin-top: 15px;
    }

    .about_iso_insurance h4 {
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .about_content .mini_title {
        margin-bottom: 12px;
    }

    .about_iso_insurance h4, .about_iso_insurance li,
    .mini_title {
        font-size: 22px;
        line-height: 36px;
    }

    .iso_admin .et-header-bottom {
        padding-top: 200px;
        margin: 0;
    }

    .iso_admin header {
        height: 530px;
    }

    .search_result_title {
        font-size: 25px;
        line-height: 28px;
    }

    .blog_date {
        font-size: 14px;
        line-height: 22px;
    }

    h4.blog_header,
    .student_box h4,
    .iso_blog .f25 {
        font-size: 18px;
        line-height: 24px;
    }

    .blog_body p, .article_blog .blog_body p {
        font-size: 14px;
        line-height: 22px;
    }

    .blog_cateory {
        font-size: 14px;
        line-height: 17px;
        padding: 3px 10px 5px;
    }

    .page_title {
        padding: 15px 0 25px;
    }

    .main_title + p.small_text {
        font-size: 14px !important;
        line-height: 22px !important;
        max-width: 645px;
    }

    .search_bar .form-control {
        line-height: 40px;
        height: 50px;
        font-size: 33px;
    }

    .search_bar .btn-search {
        width: 150px;
        height: 50px;
        line-height: 48px;
        font-size: 18px;
    }

    .btn_contact_us, .btn_back {
        width: 180px;
        height: 50px;
        font-size: 18px;
        line-height: 48px;
    }

    .btn_back {
        width: 250px;
        margin-top: 45px;
    }

    .blog_description {
        margin-top: 35px;
    }

    .blog_title {
        padding: 24px 0;
    }

    .blog_content {
        padding: 20px 0 70px;
    }

    .blog_description p {
        margin-bottom: 20px;
    }

    .student_box h4 {
        margin-bottom: 15px;
    }

    .student_box {
        padding: 30px;
    }

    .contact_bar h4 {
        font-size: 33px;
        line-height: 42px;
    }

    .contact_bar {
        padding: 40px 0;
    }

    section.faq {
        padding: 40px 0;
    }

    .user-card .user-card-body > .row .user-date p,
    .user-card .user-card-body > .row .user-date p.date-info,
    .user-card .user-card-body > .row .user-date .btn-extend-plan {
        line-height: 18px !important;
    }

    #user-reProgram .user-referral-prog-block {
        align-items: self-end !important;
    }

    #user-insurance-block .user-btn-buy {
        padding: 18px !important;
        max-width: 320px !important;
    }

    #et-plan-help-block .et-planHelp-readMore {
        height: 58px !important;
        width: 220px !important;
    }

    .et-Header-top .et-btn-search, .et-Header-top .et-btn-singIn { font-size: 13px !important; vertical-align: text-bottom !important; }

    .et-alert > a, .page-alert, .page-alert a, footer #footer-middleBlock .et-footer-textBlock #footer-text-mb-show p,
    footer #footer-navbar .et-accordion ul > li > a,
    .user-card .user-card-body > .row .user-date p, .user-modal-emailAll-body form .form-new-email span,
    .user-modal-emailAll-body form .form-send-email-lists .email-items span, #et-plan-cardsGroup .et-card .et-card-body ul li,
    .et-planid-brochure .et-pdf-box span {
        font-size: 12px !important;
    }

    .et-eligible-accordion {
        padding: 25px 37px !important;
    }

    .iso_admin .et-header-bottom .et-header-bottom-start::before {
        top: calc(-60% - 10px) !important;
    }

    .iso_admin .et-header-bottom .et-header-bottom-start::after {
        top: calc(50% - 70px) !important;
        right: 15px;
    }

    #iso_cta li a {
        margin-bottom: 20px;
    }

    #iso_cta {
        padding: 60px 0 40px;
    }

    #aboutISO .et-about-serveYou-block h3, #aboutISO .et-about-why-block > h3, #aboutISO .et-about-referralProgram-block > a,
    #user-insurance-block .user-insurance-header h2,
    #user-reProgram .user-referral-prog-block .user-referral-prog-info a, #et-plan-top-block .et-plan-title p, #et-plan-top-block .et-plan-title h2, #et-plan-top-block .et-plan-title h1, #et-plan-cardsGroup .et-card .et-card-header p > span,
    .iso_admin header h3, .sub_title, .how_it_works h2 {
        font-size: 25px !important;
        line-height: 36px !important;
    }

    .et-header-bottom .et-header-bottom-start:before {
        top: calc(-60% - 135px) !important;
    }

    .et-header-bottom .et-header-bottom-start:after {
        top: calc(50% - 135px) !important;
    }

    .et-header-findBlock form {
        padding: 65px 25px !important;
    }

        #aboutISO .et-about-referralProgram-block > a ~ p,
        #aboutISO .et-about-serveYou-block h3 ~ .row a ~ p,
        #administratorBrokers h3 ~ p,
        footer #footer-navbar .et-accordion h3,
        #aboutISO .et-about-why-block > table.table td h5 ~ p,
        #insureStudents #et-insureStudents-slider .et-slider-item > p,
        #insureStudents h2 ~ p,
        #peopleSayISO #t-peopleSay-slider .et-card .et-card-studen ~ p,
        #administratorBrokers h3 ~ p,
        .et-header-findBlock form .form-group > dl > dt,
        footer #footer-copyYear h6,
        #questionsHelp #et-accordionHelp p.card-body,
        .et-input-group > input[type="number"],
        .user-card .user-card-body > .row .user-date-info-box a span,
        .user-card .user-card-body > .row .user-date p.date-info,
        .user-card .user-card-body > .row .user-date .btn-extend-plan,
        #user-insurance-block .user-insurance-header h3 ~ a,
        #user-reProgram .user-referral-prog-block .user-referral-prog-info a ~ p,
        .user-referral-prog-card table td,
        .user-referral-prog-card .user-btn-open-rewardsModal,
        .user-card .user-card-body > .row .user-date-info-box .user-btn-open-modal,
        .user-modal-emailAll-body form .form-group label,
        .user-modal-emailAll-body form .form-new-email .email-box > label,
        .user-modal-emailAll-body form .btn-emailAll-send,
        .user-modal-emailAll-body form .form-new-email .email-box > label.active ~ input,
        #et-plan-help-block h3 ~ p,
        .et-benefits-box .main-bef-cols p,
        .et-planid-tableCovers td,
        .et-eligible-accordion .et-eligible-body p, .Answer, .f20, .about_stats {
            font-size: 14px !important;
            line-height: 21px !important;
        }

    .btn_grad {
        font-size: 14px;
        width: 130px;
        height: 40px;
        line-height: 40px;
    }

    #insureStudents h2,
    #peopleSayISO h2,
    #aboutISO h2,
    .main_title,
    #et-signIn-Form h1 {
        font-size: 33px !important;
        line-height: 48px !important;
        margin-bottom: 15px !important;
    }

    .main_title {
        margin: 0 !important;
    }

    /* .page_title .main_title{
    margin-bottom: 10px!important;
  } */
    #aboutISO h2 {
        margin-bottom: 5px !important;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        padding: 30px 50px 31px 50px !important;
    }

        #questionsHelp #et-accordionHelp .card-header > button,
        #questionsHelp h2 ~ button.et-btn-addFAQ,
        #questionsHelp h2 ~ a.et-btn-addFAQ,
        #administratorBrokers .et-btn-adminBroks,
        #peopleSayISO #t-peopleSay-slider .et-card .et-card-message,
        #user-insurance-block .user-insurance-header h3,
        #user-reProgram .user-btn-group button, #user-reProgram .user-referral-prog-block .user-referral-prog-info .user-btn-read-more,
        .user-referral-prog-card h4, #et-plan-cardsGroup .et-card .et-card-body ul:first-of-type > li > span, #et-plan-help-block .et-planHelp-readMore,
        .et-planid-form .et-input-group > input[type="number"],
        .et-planid-form .et-form-group span,
        .et-planid-brochure h5,
        .et-school-brochure-btn-group button,
        #iso_cta li a, #et-signIn-Form .et-signIn-body .et-register, .Question, .btn-find, .f25, .repeat_reward, .et_refer_now {
            font-size: 18px !important;
        }

    .f25 {
        line-height: 24px;
    }

    .container.small {
        padding-right: 20px;
        padding-left: 20px;
    }

    .stats_box {
        margin-bottom: 20px;
    }

    .iso_students {
        padding: 40px 0 44px;
    }

    .insurance_list, .insuranceplans, .iso_trust, .iso_blog {
        padding: 50px 0 60px;
    }

        .insurance_list img {
            width: 60px;
            height: 60px;
            object-fit: contain;
        }

        .iso_trust .gap-5 {
            margin-left: -15px;
            margin-right: -15px;
        }

            .iso_trust .gap-5 > div {
                padding-left: 15px;
                padding-right: 15px;
            }

    .stats_box {
        padding: 2rem;
        padding-top: 1.5rem;
    }

    .pt-45 {
        padding-top: 2rem;
    }

    .iso_trust .mb-50 {
        margin-bottom: 30px;
    }

    #peopleSayISO h2 {
        font-size: 36px !important;
    }

    #administratorBrokers h3 {
        margin-bottom: 0px !important;
    }

    .et-header-bottom .et-header-bottom-start h2,
    #et-school-top h2, .et-planid-form .et-form-group p,
    #et-planid-top h2,
    #et-planid-top h1,
    .et-planid-form .et-form-group p,
    .stats_numbers {
        font-size: 37px !important;
        line-height: 52px !important;
    }

    .et-header-findBlock form.row .col-12.col-xl-2 .form-group {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .et-school-brochure-btn-group button {
        padding: 10px 20px !important
    }

    #iso_cta li a {
        height: 50px;
        line-height: 50px;
    }

    .et-header-findBlock .col-12 {
        padding: 0 28px !important;
    }

    .et-header-findBlock form.row .col-12.col-xl:last-of-type {
        padding-left: 28px !important;
    }

    #aboutISO .et-about-referralProgram-block {
        padding: 44px !important;
    }

    #aboutISO .et-about-serveYou-block {
        padding: 44px 44px 92px !important;
    }

    #aboutISO .et-about-why-block {
        padding: 44px 30px 0 44px !important;
    }

        #aboutISO .et-about-why-block > table.table td h5 ~ p {
            margin-bottom: 24px !important;
        }

    #et-signIn-Form h1 {
        margin: 0 !important;
    }

    #et-signIn-Form .et-signIn-body {
        max-width: 650px !important;
    }

        #et-signIn-Form .et-signIn-body > form {
            padding: 60px 150px !important;
        }

    #et-signIn-Form {
        padding: 40px 0 !important;
    }

        #et-signIn-Form .et-signIn-body > form .et-formGroup label {
            font-size: 16px !important;
            line-height: 18px !important;
        }

            #et-signIn-Form .et-signIn-body > form .et-formGroup label.active,
            .date_selected label {
                font-size: 14px !important;
                top: -20px !important;
            }

        #et-signIn-Form .et-signIn-body > form .et-btn-forget {
            margin: 9px 0 40px !important;
        }

        #et-signIn-Form .et-signIn-body > form .et-btnSingIn, .btn_red {
            font-size: 22px !important;
            line-height: 16px !important;
        }

        #aboutISO h2 ~ p, .et-iso-brand > span, #administratorBrokers h3, .et-header-findBlock form .form-group > label,
        .user-card .user-card-header a, #user-insurance-block .user-btn-buy, .user-modal-emailAll-body h3,
        #et-plan-cardsGroup .et-card .et-card-header a, #et-plan-cardsGroup .et-card .et-card-header a h2, #et-plan-cardsGroup .et-card .et-card-footer .et-btn-planBuy, #et-plan-help-block h3, #et-school-top h2 ~ h3,
        .et-benefits-box h3,
        .et-school-covers-body h3,
        .et-eligible-accordion .et-eligible-open,
        .et-planid-form .et-btn-planid-buy,
        #et-planid-top h2 ~ p,
        #et-planid-top h1 ~ p,
        #et-palnid-covers .et-palnid-covers-body h3,
        .main_title + p,
        .main_title + h2,
        #et-signIn-Form h2,
        .related_article h3, .iso_title {
            font-size: 22px !important;
            line-height: 30px !important;
        }

    #questionsHelp h2 {
        font-size: 22px !important;
        line-height: 35px !important;
    }

    .article_blog h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .et-planid-form .et-btn-planid-buy {
        padding: 20px !important;
    }

    #aboutISO .et-about-why-block > table.table td h5 {
        line-height: 22px !important;
    }

    #insureStudents #et-insureStudents-slider .et-slider-item {
        height: calc((100% - 80px) / 2) !important;
    }

    .user-card .user-card-body > .row .user-date-info-box a svg {
        max-width: 40px !important;
        max-height: 40px !important;
        margin-right: 10px !important;
    }


    .user-referral-prog-card {
        padding: 20px 20px 30px !important;
    }

        .user-referral-prog-card table {
            margin: 13px 0 39px !important;
        }

    .page_title.refer_page_title .main_title + p {
        margin-bottom: 40px;
    }

    #et-plan-top-block .et-plan-title p, #et-plan-top-block .et-plan-title h2, #et-plan-top-block .et-plan-title h1 {
        margin-bottom: 0 !important;
    }

    #et-plan-cardsGroup .et-card .et-card-body {
        padding: 0 20px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-header {
        padding: 25px 20px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-body ul:first-of-type > li:first-of-type {
        margin-bottom: 8px !important;
        line-height: 10px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-body ul:first-of-type {
        padding-top: 5px !important;
        padding-bottom: 20px !important
    }

    #et-plan-cardsGroup .et-card .et-card-body ul li {
        line-height: 18px !important
    }

    #et-plan-cardsGroup .et-card .et-card-footer .et-btn-planBuy {
        padding: 10px 28px !important;
    }

    #et-school-top h2 ~ h3 ~ p {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    #user-insurance-block .user-insurance-header h3 {
        line-height: 24px !important;
    }

    .search_panel {
        padding-top: 230px;
    }

    .main_search {
        padding: 89px 0 60px;
    }

    .space40 {
        margin-top: 30px !important;
    }

    .upper_part {
        padding-bottom: 30px;
    }

    .link_tabs .tab {
        margin-right: 75px;
    }

    .inner_page main {
        padding-top: 129px;
    }

    .inner_page.alert_removed main {
        padding-top: 97px;
    }
}

/*#et-plan-cardsGroup.planss .toggle-benefits {display: none !important}*/
iso-member-referral-card {
    width: 48%
}

@media (max-width: 1470px) {
    .referral2 .user-referral-prog-card table {
        margin: 14px 0 24px;
    }
}

@media (max-width: 1440px) {
    .helath_insurance_list:before {
        width: 115px;
        height: 150px;
        top: 25px;
        right: 13%;
    }

    .iso_blog .d-flex > img {
        width: 170px;
    }

    .iso_blog .d-flex {
        align-items: start;
    }

    .helath_insurance_list:after {
        width: 170px;
        height: 220px;
        top: 24%;
    }
}

@media (max-width: 1366px) {
    .et-navbar {
        padding: 32px 70px 0 !important;
    }

        .et-navbar > ul > li > a {
            font-size: 4vh !important;
        }

    .blog_box {
        margin: 0 auto 30px;
    }

    .iso_admin .et-header-bottom .et-header-bottom-start::after {
        top: calc(50% - 30px) !important;
        right: 0;
        width: 85px;
        height: 110px;
    }

    .iso_admin .et-header-bottom .et-header-bottom-start::before {
        top: calc(-60% + 20px) !important;
        width: 60px;
        height: 75px;
        right: 90px;
    }

    #aboutISO .et-about-why-block {
        padding: 34px 20px 0 34px !important;
    }

    #aboutISO .et-about-serveYou-block {
        padding: 34px 34px 82px !important;
    }

    #aboutISO .et-about-referralProgram-block {
        padding: 34px !important;
    }

    #insureStudents #et-insureStudents-slider .et-slider-item {
        height: calc((100% - 70px) / 2) !important;
    }

    .et-menu-close {
        margin-bottom: 10px !important;
    }

    .user-card .user-card-body > .row {
        padding: 20px 0 !important;
    }
}

@media (max-width: 1280px) {
    .choose_plan h5 br, .choose_plan h3 br {
        display: none;
    }

    .claim_body .media-body .main_content {
        min-height: 60px;
    }

    .student_box {
        padding: 20px;
    }

    .about_us .et-header-bottom h1 {
        font-size: 77px;
        line-height: 95px;
    }

    .btn_gap {
        margin-left: 10px;
    }

    #insureStudents #et-insureStudents-slider .et-slider-item {
        height: calc((100% - 50px) / 2) !important;
    }

    #insureStudents h2,
    #peopleSayISO h2,
    #aboutISO h2,
    .main_title {
        font-size: 29px !important;
        line-height: 40px !important;
    }

    #user-reProgram .user-referral-prog-block {
        padding: 30px 35px !important;
        align-items: flex-start !important;
    }
}

@media (max-width: 1250px) and (min-width: 1200px) {
    .choose_plan br {
        display: none;
    }

    .about_us .et-header-bottom h1 {
        font-size: 74px;
        line-height: 90px;
    }

    .helath_insurance_list:before {
        right: 13%;
    }

    .helath_insurance_list:after {
        right: -30px;
    }

    .blog_description {
        margin-top: 25px;
    }

    .choose_plan h5, .choose_plan h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .referral2 .user-referral-prog-card {
        padding: 20px 20px 38px !important;
    }
}

@media (max-width: 1140px) {
    .et-iso-brand > img {
        max-width: 83px !important;
    }

    section#home-first {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199px) {

    .insurance_list, .insuranceplans, .iso_trust, .iso_blog, .iso_worldwide {
        padding: 40px 20px 50px;
    }

    #questionsHelp h2 ~ button.et-btn-addFAQ, #questionsHelp h2 ~ a.et-btn-addFAQ, .btn-find {
        padding: 15px 30px 18px !important;
        min-width: 0 !important;
    }

    .deadlineAlert {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 25px;
        width: 170px;
        right: -20px;
        top: 5px;
    }

    .ad_box.blue_box .row {
        min-width: 400px
    }

    #questionsHelp .nav-tabs .nav-link {
        font-size: 18px;
        padding: 0 24px;
    }

    #questionsHelp .nav-tabs {
        margin: 0 15px 50px;
    }

    .choose_plan h5, .choose_plan h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .choose_plan br {
        display: none;
    }

    /* .link_tabs .nav-tabs a {
    margin-right: 80px;
  } */
    .about_us .et-header-bottom h1 {
        font-size: 68px;
        line-height: 80px;
    }

    .helath_insurance_list:before {
        width: 85px;
        height: 110px;
        top: 20px;
        right: 7%;
    }

    .helath_insurance_list:after {
        width: 120px;
        height: 160px;
        right: -20px;
    }

    .about_us .header-home, .video-area {
        height: 75vh;
    }

    .iso_admin .et-header-bottom {
        padding-top: 160px;
        margin: 0 !important;
    }

        .iso_admin .et-header-bottom .et-header-bottom-start::before {
            top: calc(-60% + 100px) !important;
            width: 60px !important;
            height: 75px !important;
            right: 90px !important;
        }

        .iso_admin .et-header-bottom .et-header-bottom-start::after {
            top: calc(50% - 30px) !important;
            right: 0;
            width: 85px !important;
            height: 110px !important;
        }

    .contact_bar .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

    .contact_bar li:first-child .btn_contact_us {
        margin-top: 3px;
    }

    .main_search + .contact_bar h4 {
        margin-top: 20px;
    }

    footer #footer-navbar .et-accordion h3::after {
        content: '';
        background: url("../svg/plus_black.svg") no-repeat center;
        background-size: cover;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    footer #footer-navbar .et-accordion h3.active::after {
        background: url(../svg/minus_black.svg) no-repeat;
    }

    .et-navbar {
        min-height: 100% !important;
        padding: 52px 70px 0 !important;
    }

        .et-navbar > ul > li > a {
            font-size: 4vh !important;
        }

    .et-header-bottom .et-header-bottom-start::after {
        width: 195px !important;
        height: 265px !important;
        background-size: contain !important;
    }

    .et-header-bottom .et-header-bottom-start::before {
        width: 124px !important;
        height: 192px !important;
        background-size: contain !important;
        top: calc(-60% - 75px) !important;
    }

    #aboutISO .et-about-why-block > table.table td:first-child {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 44px !important;
    }

    #aboutISO .et-about-why-block > table.table td:first-of-type > span,
    .index_count {
        line-height: 40px !important;
        font-size: 22px !important;
        width: 40px !important;
        height: 40px !important;
    }

    #aboutISO .et-about-why-block > h3 {
        margin-bottom: 10px !important;
    }

    #peopleSayISO #t-peopleSay-slider .et-card .et-card-message {
        line-height: 24px !important;
    }

    #insureStudents #et-insureStudents-slider .et-slider-item {
        height: calc((100% - 40px) / 2) !important;
    }
}

@media (max-width: 1024px) and (max-height: 1366px) {
    .header-home {
        min-height: calc(70vh - 170px) !important;
    }

    .about_us .et-header-bottom {
        margin-top: 150px !important;
    }
}

@media (max-width: 1024px) {
    .blog_box {
        max-width: 100%;
    }

    .link_tabs .tab {
        margin-right: 40px;
    }

    .address_box br {
        display: none;
    }

    .thanku_mail_modal .et-modal-container {
        max-width: 400px;
    }

    .choose_plan h5, .choose_plan h3 {
        font-size: 19px;
        line-height: 28px;
    }

    #aboutISO .mb-lg-5, #aboutISO .my-lg-5 {
        margin-bottom: 2rem !important;
    }

    .et-header-bottom .et-header-bottom-start h2 {
        line-height: 45px !important;
    }

    #et-signIn-Form {
        padding: 40px 20px !important;
    }

    .policy_content, .choose_plan {
        padding: 30px 20px;
    }

    .link_tabs {
        padding: 20px 20px 0;
    }

    .page_title.policy {
        padding-left: 20px;
        padding-right: 20px;
    }

    .claim_body .media-body .main_content {
        min-height: 65px;
    }

    .claim_body br {
        display: none;
    }

    .claim_process {
        padding: 40px 20px;
    }

    .claim_header {
        font-size: 22px;
    }

    .blog_title {
        padding: 20px;
    }

    .blog_content {
        padding: 20px 20px 50px;
    }

    .address_box img {
        /*width: 20px;height: 20px;*/
        margin-right: 10px;
    }

    .find_address {
        padding: 50px 20px;
    }

    .address_box {
        padding: 25px;
        width: 100%;
    }

    .find_address .row:first-child {
        margin: 0 -15px;
    }

        .find_address .row:first-child .col-md-4 {
            padding: 0 15px;
        }

    .about_content, .about_iso_insurance, .our_custmor.about_content {
        padding-left: 20px;
        padding-right: 20px;
    }

        .about_content .col-md-6:first-child {
            padding-right: 15px;
        }

    #iso_cta {
        padding: 60px 20px 40px;
    }

        #iso_cta .col-md-6:last-child {
            padding-left: 15px;
        }

        #iso_cta .col-md-6:first-child {
            padding-right: 15px;
        }

    .main_search {
        padding: 89px 20px 60px;
    }

    .search_panel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_blog {
        padding: 5px 20px 30px;
    }

    .btn_learn {
        margin-top: 40px;
    }

    #user-reProgram, #user-insurance-block, .et-Header-top {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    #footer-middleBlock, .contact_bar, section.faq {
        padding-left: 20px;
        padding-right: 20px;
    }

    .et-header-findBlock form button[type="submit"].et-btn-find {
        font-size: 22px !important;
    }

    #aboutISO .et-about-referralProgram-block {
        margin-top: 30px !important;
    }

    #aboutISO {
        padding: 35px 0px !important;
    }

    .et-header-bottom .et-header-bottom-start:after {
        top: calc(50% - 130px) !important;
    }

    .et-header-bottom .et-header-bottom-start::before {
        right: 190px !important;
    }

    #aboutISO .et-about-serveYou-block h3, #aboutISO .et-about-why-block > h3, #aboutISO .et-about-referralProgram-block > a, #et-plan-top-block .et-plan-title p, #et-plan-top-block .et-plan-title h2, #et-plan-top-block .et-plan-title h1, #et-plan-cardsGroup .et-card .et-card-header p > span,
    .iso_admin header h3, .iso_admin header h3, .blog_title h3.main_title, .sub_title {
        font-size: 22px !important;
        line-height: 36px !important;
    }

    .et-input-group.d-none.d-md-block {
        padding: 0;
    }

    .et-input-group > input[type="number"] {
        width: calc(100% - 67px) !important;
        vertical-align: super;
    }

    /* #insureStudents h2,
  #questionsHelp h2,
  #peopleSayISO h2,
  #aboutISO h2,
  .main_title,
  #et-signIn-Form h2 {
    font-size: 28px!important;
    line-height: 44px!important;
  } */
    .et-header-bottom {
        margin-top: 280px;
    }

    .et-header-findBlock .col-12 {
        padding: 0 15px !important;
    }

    .et-header-findBlock form button[type="submit"].et-btn-find {
        margin-top: 0 !important;
        padding: 20px 10px !important;
    }

    #questionsHelp #et-accordionHelp .card-header > button,
    #questionsHelp h2 ~ button.et-btn-addFAQ,
    #questionsHelp h2 ~ a.et-btn-addFAQ,
    #administratorBrokers .et-btn-adminBroks,
    #peopleSayISO #t-peopleSay-slider .et-card .et-card-message,
    footer #footer-navbar .et-accordion h3 {
        font-size: 18px !important;
    }

    #peopleSayISO #t-peopleSay-slider .et-card .et-card-message {
        font-size: 14px !important;
    }

    #peopleSayISO #t-peopleSay-slider .et-card .et-card-message {
        margin-bottom: 20px;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        padding: 30px 40px 30px 40px !important;
    }

    .slick-slide.slick-current {
        transform: scale(1.2);
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    header, #aboutISO, #insureStudents {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .et-input-group {
        padding: 1.5px 0 !important;
        margin-top: 5px !important;
    }

    .et-header-findBlock form button[type="submit"].et-btn-find {
        padding: 20px 26px !important;
        margin-top: 20px !important;
    }

    #aboutISO h2 {
        margin-bottom: 0 !important;
    }

    #insureStudents {
        padding: 50px 20px !important;
    }

        #insureStudents #et-insureStudents-slider ~ .swiper-pagination {
            margin-top: -20px !important;
        }

    .et-header-bottom {
        margin-top: 210px !important;
    }

    /* .alert_removed .et-header-bottom { margin-top: 178px!important;} */
    #peopleSayISO {
        padding: 60px 0 !important;
    }

    #et-plan-top-block .et-plan-title p, #et-plan-top-block .et-plan-title h2, #et-plan-top-block .et-plan-title h1 {
        line-height: 32px !important;
    }
}

@media (max-width: 1020px) {
}

@media (max-width: 992px) {

    .iso_trust .btn-find {
        width: 295px;
        height: 58px;
        margin: 0 auto 30px;
        display: block;
        padding: 12px 30px 18px !important;
    }

    .iso_blog .f25 {
        font-size: 20px !important;
        line-height: 28px;
        margin-bottom: 6px !important;
    }

    .insurace_block {
        margin-top: 30px;
    }

    .pt-45 {
        padding-top: 0;
    }

    .insurance_list .col-lg-3.col-md-6:first-child,
    .insurance_list .col-lg-3.col-md-6:nth-child(2) {
        margin-bottom: 30px;
    }

    .iso_blog .d-flex {
        flex-direction: column;
    }

        .iso_blog .d-flex > img {
            width: 100%;
            max-width: 100%;
            margin-right: 0;
            margin-bottom: 20px;
        }

    .iso_students {
        padding: 30px 0;
    }

    #questionsHelp .nav-tabs {
        margin-bottom: 25px;
    }

        #questionsHelp .nav-tabs .nav-link {
            line-height: 40px;
            padding: 0 14px;
            font-size: 14px;
        }

    .about_us .et-header-bottom h1 span {
        display: block;
        font-size: 5vh;
        line-height: 1.5;
    }

    .plan-area #et-plan-cardsGroup .et-card .et-card-footer {
        position: relative;
    }

    .scrollable_xs .tabs {
        overflow: scroll;
        white-space: nowrap;
        height: 45px;
    }

    .link_tabs .tab {
        height: 40px;
    }

    #et-signIn-Form.referral2 .user-referral-prog-card {
        margin: 30px 0 0;
        max-width: 100%;
    }

    .tabs .indicator {
        bottom: 0;
    }

    .work_box br {
        display: none;
    }

    .choose_plan h5, .choose_plan h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .link_tabs .tab a {
        font-size: 18px;
        line-height: 26px;
    }

    .blog_title h3.main_title {
        line-height: 32px !important;
    }

    #et-signIn-Form.contact_us .et-signIn-body > form, .contact_us .address_box {
        padding: 25px !important;
        height: 100%;
    }

    .contact_us .et-signIn-body {
        height: 100%;
    }

    .plan_content_box {
        padding: 20px;
    }

    .choose_plan .media {
        margin-top: 22px;
    }

    .claim_box {
        padding: 25px;
    }

    .claim_body .media-body .main_content {
        min-height: 90px;
    }

    .note_title {
        font-size: 18px;
        line-height: 24px;
    }

    .address_box {
        padding: 15px;
    }

        .address_box a {
            font-size: 14px !important;
            line-height: 21px !important;
        }

    .about_us .et-header-bottom h1 {
        font-size: 50px;
        line-height: 70px;
    }

    .about_us .header-home, .video-area {
        height: 55vh;
    }

    .helath_insurance_list:before,
    .helath_insurance_list:after {
        content: none
    }

    .iso_admin header {
        height: 510px;
    }

    .iso_admin .et-header-bottom {
        padding-top: 140px;
    }

    .search_result_title {
        font-size: 22px;
        line-height: 28px;
    }

    .contact_bar h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .contact_bar .col-md-7 {
        padding-right: 0;
    }

    .et-Header-top {
        top: 25px;
    }

    .contact_bar .btn_contact_us {
        margin-top: 12px;
    }

    .contact_bar li:first-child .btn_contact_us {
        margin-top: 8px;
    }

    /* .main_title + p.small_text {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-top: 10px;
  } */
    .main_title + p.small_text br {
        display: none;
    }


    h4.blog_header {
        font-size: 16px;
        line-height: 24px;
    }

    #et-plan-top-block {
        padding: 23px 20px 29px !important
    }

    .et-header-bottom {
        padding: 0 20px;
    }

    #aboutISO {
        padding: 21px 20px 28px !important;
    }

    #insureStudents {
        padding: 27px 20px 21px !important; /* et-insureStudents-slider block*/
    }

    .et-navbar {
        padding: 27px 20px 27px 25px !important;
    }



    .inner_page main {
        padding-top: 108px;
    }

    .inner_page.alert_removed main {
        padding-top: 83px;
    }

    .et-navbar > ul > li > a {
        font-size: 4vh !important;
    }

    .et-navbar > ul > li {
        margin-bottom: 0px !important;
    }

    #administratorBrokers h3 ~ p {
        margin-bottom: 8px !important;
    }

    footer #footer-middleBlock .et-footer-socPages li {
        margin-right: 15px !important;
    }

    /* footer #footer-middleBlock .et-footer-socPages.justify-content-between {
    justify-content: start !important;
  } */
    footer #footer-middleBlock .et-foot-financeI {
        max-width: 250px !important;
    }

    #insureStudents #et-insureStudents-slider .et-slider-item {
        height: calc((100% - 80px) / 2) !important;
    }

    div#t-peopleSay-slider {
        margin-top: 54px !important;
    }

    #peopleSayISO #t-peopleSay-slider .swiper-container {
        padding: 0px !important;
        height: auto !important;
    }

    #peopleSayISO .container {
        padding: 0 !important;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        padding: 30px 30px !important;
    }

    .slick-track {
        padding: 50px 0 0;
    }

    #peopleSayISO #t-peopleSay-slider .et-card .et-card-message {
        line-height: 1.2 !important;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        border-radius: 50px;
    }

        /* #insureStudents {
    overflow: hidden !important;
  }
  .swiper-container{
    overflow: visible !important;
  } */
        #peopleSayISO #t-peopleSay-slider .et-card.swiper-slide.swiper-slide-prev, #peopleSayISO #t-peopleSay-slider .et-card.swiper-slide.swiper-slide-next {
            opacity: 0.5 !important;
        }

    #insureStudents h2,
    #questionsHelp h2,
    #peopleSayISO h2,
    #aboutISO h2,
    .main_title,
    #et-signIn-Form h2, #et-signIn-Form h1 {
        font-size: 33px !important;
        line-height: 40px !important;
    }

    .et-header-findBlock form {
        padding: 30px 15px !important;
    }

    /* .et-header-bottom .et-header-bottom-start h2,
  #et-planid-top h2{
    font-size: 32px !important;
    line-height: 48px !important;
  } */
    #et-school-top h2 ~ h3 {
        line-height: 25px !important;
        margin-top: 0 !important;
    }

        #et-school-top h2 ~ h3 ~ p {
            font-size: 18px !important;
            line-height: 20px !important;
        }

    #et-school-top h2 {
        font-size: 30px !important;
        line-height: 48px !important;
    }

    .et-input-group > input[type="number"] {
        width: 100% !important;
        font-size: 16px !important;
    }

    #aboutISO .et-about-why-block > table.table td h5 ~ p {
        margin-bottom: 15px !important;
        display: block !important;
    }

    #aboutISO .et-about-why-block > table.table td h5 {
        font-size: 15px !important;
        margin-bottom: 5px !important;
        line-height: 20px !important;
    }

    #aboutISO .et-about-why-block {
        padding: 30px 30px 0 !important;
        margin-bottom: 30px !important;
        clear: both !important
    }

    #aboutISO .et-about-referralProgram-block, #aboutISO .et-about-why-block {
        padding: 30px !important;
    }

    #aboutISO .et-about-referralProgram-block {
        margin-top: 30px !important;
    }

        #aboutISO .et-about-referralProgram-block > a.text-deoration-none {
            text-decoration: none !important;
            text-align: left !important;
            margin-bottom: 10px !important;
        }

    #aboutISO .et-about-why-block > table.table td {
        vertical-align: top !important;
    }

    #insureStudents h2 ~ p {
        max-width: 475px !important;
    }

    #administratorBrokers .et-btn-adminBroks {
        padding: 12px 50px !important;
    }

    footer #footer-middleBlock .et-footer-socPages {
        margin-bottom: 20px !important;
        margin-top: 15px !important;
    }

    footer #footer-middleBlock .et-foot-financeI {
        margin-bottom: 20px !important;
    }

    .et-input-group > input[type="number"] {
        width: calc(100% - 35px) !important;
    }

    #user-insurance-block .user-insurance-header h2 {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    #user-insurance-block .user-insurance-header h3 {
        font-size: 16px !important;
        line-height: 20px !important;
    }

        #user-insurance-block .user-insurance-header h3 ~ a {
            font-size: 14px !important;
            line-height: 26px !important;
        }

    #user-insurance-block .user-btn-buy {
        padding: 15px !important;
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .user-card .user-card-header a {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .user-card .user-card-body > .row .user-date-info-box a span {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .et-menu-openBtn {
        justify-content: space-around;
    }


    .slick-list {
        padding: 0;
    }

    .slick-dots {
        bottom: 0;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }
}
/* @media(min-height:700px){
  .about_us .header-home {
    height: 80vh;
  }
} */
@media(min-width:992px) {
    .highlightedPlan .col-lg:not(:nth-child(2)) {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .iso_blog .home_blogs .col-md-6:last-child {
        display: none;
    }

    .iso_trust .iso_title {
        margin-bottom: 17px;
    }

    .iso_blog .d-flex > img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .about_stats {
        font-size: 16px !important;
        line-height: 24x !important;
        margin-top: 5px;
    }

    .stats_numbers {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-bottom: 0 !important;
    }

    .stats_box {
        padding: 24px 20px 30px
    }

    .iso_trust .gap-5 > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .iso_blog {
        padding: 30px 0 35px;
    }

    .insuranceplans, .iso_trust, #administratorBrokers {
        padding: 30px 0;
    }

    .iso_trust {
        padding-bottom: 10px;
    }

    .insurance_list {
        padding: 35px 0;
    }

    .iso_worldwide {
        padding: 30px 0 10px;
    }

    .insurace_block {
        margin-top: 30px;
    }

    .btn_grad {
        width: 126px;
        height: 36px;
        line-height: 36px;
    }

    .insurace_block .card-body {
        padding: 20px 12px 20px;
    }

    .iso_trust .mb-50 {
        margin-bottom: 20px;
    }

    .insurance_list .col-lg-3.col-md-6:nth-child(3) {
        margin-bottom: 30px;
    }

    .deadlineAlert br {
        display: none;
    }

    .iso_blog .blog_cateory {
        margin-top: 0;
    }

    .deadlineAlert {
        font-size: 14px;
        line-height: 22px;
        padding: 2px 13px 2px 13px;
        border-width: 1px;
        border-radius: 13px 0 0 13px;
        position: relative;
        width: 225px;
        margin: 20px 0 20px auto;
        right: 0;
    }

    #et-plan-cardsGroup .et-card .et-card-header,
    #et-plan-cardsGroup .et-card .et-card-header a {
        height: auto !important;
    }

    .nav-tabs .nav-item {
        width: auto;
    }

    #questionsHelp .nav-tabs {
        white-space: nowrap;
        flex-flow: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        #questionsHelp .nav-tabs::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

        #questionsHelp .nav-tabs .nav-link {
            margin-right: 15px;
        }

    .lg_modal .user-modal-redeeem-body {
        padding: 10px 0 10px;
    }

    .btn_ok {
        height: 46px;
        width: 100px;
        font-size: 16px;
        line-height: 46px;
    }

    iso-member-referral-card {
        width: 100%
    }

    .slick-slide.slick-current {
        transform: scale(1);
        opacity: 1;
    }

    .slick-initialized .slick-slide {
        opacity: 1;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        border-radius: 25px;
    }

    .slick-slide.slick-current {
        transform: scale(1);
    }

    .slick-list {
        padding: 0;
    }

    .slick-dots {
        bottom: 0;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    .pmd-card-body {
        padding: 20px 0;
    }

    ul.list-unstyled li a, .tab-pane, .tab-pane p {
        font-size: 16px;
        line-height: 20px;
    }

    #et-signIn-Form.referral2 .user-referral-prog-card {
        margin: 0
    }

    *::-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none;
    }

    *::-webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none;
    }

    *::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none;
    }

    nav {
        height: 100%;
        line-height: inherit !important;
    }

        nav li, nav li a {
            display: block !important;
            clear: both !important;
        }

    .inner_form_content {
        max-width: 100%;
    }

    .upper_part {
        padding-bottom: 0;
    }

    #et-signIn-Form.referral2 .user-referral-prog-card {
        max-width: 100%;
    }

    input.typeahead {
        border-radius: 0 !important;
    }

    .radio label {
        font-size: 16px;
    }

    #et-signIn-Form .et-signIn-body > form .et-formGroup {
        margin-bottom: 27px !important;
    }

    .radio_list {
        margin: 10px 0 27px;
    }

    .link_tabs .tab a {
        font-size: 16px;
        line-height: 22px;
    }

    .thanku_mail_modal .et-modal-container {
        max-width: 335px;
    }

    .address_box br {
        display: block;
    }

    .btn_back {
        font-size: 18px;
    }

    .thanku_mail_modal .et-modal-body {
        padding: 41px 19px !important;
    }

    .user-modal-redeeem-body h3 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .user-referral-prog-card .user-btn-open-rewardsModal, .user-modal-redeeem-body h4, .user-modal-redeeem-body h4 ~ p, .user-modal-redeeem-body form table td, .user-modal-redeeem-body form table td > input, .user-modal-redeeem-body form .form-group label {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .referral2 .input-group {
        margin-top: 10px;
        margin-bottom: 30px;
        display: block;
    }

    .referral2 .user-referral-prog-card {
        padding: 23px 20px 34px !important;
    }

    .space40 {
        margin-top: 22px !important;
    }

    .referral2 .user-referral-prog-card ol {
        margin: 15px 0 0;
    }

    #et-signIn-Form.referral2.refer_page_title {
        padding: 23px 0 28px !important;
    }

    .page_title.refer_page_title .main_title + p {
        margin-bottom: 23px;
    }

    .referral2 .user-referral-prog-card:last-child {
        padding: 23px 20px 40px !important;
        margin-top: 20px !important;
        box-shadow: 0 3px 10px #00000029;
    }

    #et-signIn-Form.referral2.refer_page_title form {
        border-radius: 10px;
        box-shadow: 0 3px 10px #00000029;
        padding: 20px 20px 30px;
    }

    #et-signIn-Form.referral2 {
        padding: 30px 0 38px !important;
    }

    .copy_link {
        padding: 6px 105px 6px 9px;
    }

        .copy_link .main_content {
            font-size: 12px !important;
        }

        .copy_link input {
            font-size: 12px !important;
        }

    .work_box {
        margin-top: 22px;
        padding: 20px 20px 16px;
        margin-bottom: 22px;
        height: auto !important;
    }

        .work_box h5 {
            margin-bottom: 22px;
        }

    #et-signIn-Form.referral2 form {
        padding: 20px;
    }

    .copy_link a {
        right: 10px;
        font-size: 12px !important;
    }

    .referral2 input.form-control {
        font-size: 16px;
        line-height: 20px;
        margin-right: 0;
        height: 25px;
    }

    .referral2 .input-group button {
        height: 39px;
        font-size: 16px;
        width: 100%;
        margin-top: 15px;
    }

    .user-redeem-modal .user-modal-redeeem-body {
        padding: 0 !important;
    }

    .referral2 .main_content {
        margin-top: 0;
    }

    .referral2 .referral_title h5 {
        margin: 0;
        text-align: center;
    }

    .referral_title h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .referral_title .main_content {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-top: 0;
    }

    .referral_title {
        padding: 15px 10px;
    }

    #general .user-modal-redeeem-body {
        padding: 0 0 30px;
    }

    #subject_page h5, #subject_page p.main_content, .work_box h5, .lg_modal p, .lg_modal li {
        font-size: 16px;
        line-height: 22px;
    }

    .redirection_links .list-inline-item {
        margin-right: 0;
        display: block;
    }

    .redirection_links a {
        padding: 9px 25px;
        font-size: 16px;
        line-height: 22px;
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
    }

    #subject_page .user-modal-redeeem-body {
        padding: 0 0 20px;
    }

    span.index_count {
        margin-top: -5px;
    }

    #aboutISO .et-about-why-block > table.table td h5 {
        font-weight: 400 !important;
    }

    #aboutISO .et-about-why-block > table.table td {
        padding-left: 12px;
        padding-right: 0;
    }

    .about_us .et-header-bottom h1 br {
        display: none;
    }

    #aboutISO h2 ~ p {
        max-width: 305px;
        margin: 0 auto;
    }

    #general br {
        display: none;
    }

    #general.pwd_modal br {
        display: none;
    }

    #et-signIn-Form.contact_us .et-btn.et-btnSingIn.d-block {
        width: 100%;
    }

    #et-signIn-Form.contact_us {
        padding: 27px 0 31px !important;
    }

        #et-signIn-Form.contact_us .et-signIn-body > form, .contact_us .address_box {
            padding: 20px !important;
        }

    .contact_us .col-md-4 {
        margin-bottom: 27px;
    }

    .contact_us .address_box .main_content:not(:last-child) {
        margin-bottom: 20px;
    }

    .choose_plan {
        padding: 28px 0;
    }

    img.li_tick {
        width: 15px;
    }

    .choose_plan .media {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .contact_bar.plan_choose h4 span {
        font-size: 16px;
        line-height: 22px;
    }

    .choose_plan h5, .choose_plan h3, .contact_bar.plan_choose h4,
    .contact_us h5,
    #general h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .page_title.policy {
        padding-left: 0;
        padding-right: 0;
    }

    .policy_content {
        padding: 24px 0;
    }

    .contact_bar li:first-child .btn_contact_us {
        margin-top: 12px;
    }

    .link_tabs {
        padding: 20px 0 0;
    }

    .claim_process {
        padding: 21px 0;
    }

    .claim_header {
        font-size: 18px;
        position: relative;
        margin-bottom: 0;
    }

        .claim_header:after {
            content: '';
            background: url(../svg/plus_black.svg) no-repeat center;
            background-size: cover;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0, -50%);
        }

    .open .claim_header:after {
        background: url(../svg/minus_black.svg) no-repeat center;
    }

    .claim_body .media-body .main_content {
        min-height: auto;
    }

    .claim_box {
        padding: 17px 20px;
        margin-bottom: 20px;
    }

    .claim_body {
        display: none;
        padding-top: 15px;
    }

        .claim_body h5 {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 5px;
        }

    .blog_title {
        padding: 12px 0;
    }

    .blog_content {
        padding: 19px 0 34px;
    }

    .blog_description {
        margin-top: 0;
    }

    .blog_title .main_title {
        margin-bottom: 10px !important;
    }

    .btn_back {
        width: 250px;
        margin-top: 34px;
    }

    .page_title {
        padding: 21px 0 24px;
    }

    #iso_cta {
        padding: 28px 0 8px;
    }

        #iso_cta li a {
            height: 44px;
            line-height: 44px;
        }

            #iso_cta li a:hover,
            #iso_cta li a:focus {
                text-decoration: underline !important;
            }

    .main_search #questionsHelp {
        padding: 10px 0 0 !important;
    }

    .search_result_title {
        font-size: 20px;
        line-height: 24px;
    }

    h3.Question,
    h3.Question:hover {
        margin-bottom: 3px;
        text-decoration: underline !important;
    }

    .contact_bar .text-right {
        text-align: center !important;
    }

    .main_search + .contact_bar h4 {
        margin-top: 0;
    }

    .btn_gap {
        margin-left: 0;
    }

    .main_blog {
        padding: 0 0 30px;
    }

    .blog_date {
        font-size: 14px;
    }

    .iso_blog .blog_date {
        margin-bottom: 8px !important;
    }

    .blog_box {
        margin: 0 auto 25px;
        max-width: 100%;
    }

    h4.blog_header {
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0 6px;
    }

    .blog_body p {
        font-size: 14px;
        line-height: 21px;
    }

    #et-signIn-Form h2 {
        line-height: 21px !important;
        margin-bottom: 15px !important;
    }

    #et-signIn-Form .et-signIn-body > form .et-btn-forget {
        margin: 9px 0 30px !important;
    }

    #et-signIn-Form .et-signIn-body > form {
        padding: 35px 20px 20px !important;
    }

        #et-signIn-Form .et-signIn-body > form .et-formGroup label {
            font-size: 14px !important;
            line-height: 18px !important;
        }

        #et-signIn-Form .et-signIn-body > form .et-btn-forget > a {
            font-size: 12px !important;
            line-height: 15px !important;
            text-decoration: underline !important;
        }

        #et-signIn-Form .et-signIn-body > form .et-btnSingIn, .btn_red {
            font-size: 18px !important;
            line-height: 22px !important;
        }

    #et-signIn-Form .et-signIn-body .et-register {
        font-size: 14px !important;
        line-height: 17px !important;
        margin-top: 10px !important;
    }

        #et-signIn-Form .et-signIn-body .et-register a {
            text-decoration: underline !important;
        }

    .contact_bar {
        padding: 25px 0 32px;
        background: linear-gradient(171deg, rgba(122, 19, 62, 1) 50%, rgba(122, 19, 62, 0.5) 100%);
    }

        .contact_bar h4 {
            line-height: 30px;
            font-size: 21px;
        }

    section.faq {
        padding: 23px 0;
        padding: 23px 0 25px;
    }

    .contact_bar .btn_contact_us {
        width: 180px;
        height: 45px;
        font-size: 18px;
        line-height: 45px;
        float: none;
        margin: 19px auto 0;
    }

    .main_search {
        padding: 10px 0 30px;
    }

    .btn_gap {
        display: block;
    }

    #questionsHelp #et-accordionHelp .card {
        border-bottom: 2px solid rgba(122, 19, 62, 0.1) !important;
        padding: 22px 0 15px !important;
    }

    #questionsHelp #et-accordionHelp .card-header > button, .Question {
        font-size: 16px !important;
        line-height: 20px !important;
        text-transform: none
    }

    #questionsHelp {
        padding: 20px 0 50px !important
    }

    .contact_bar, section.faq {
        padding-left: 0;
        padding-right: 0;
    }

    select.device_picker {
        background: transparent;
    }

    .contact_us select.device_picker {
        height: 29px;
        padding-top: 0;
        padding-right: 25px;
    }

    .et-planid-form .picker_width {
        width: 45%;
        position: relative;
    }

        .et-planid-form .picker_width select.device_picker {
            border-bottom: 2px solid #7A133E;
        }

        .et-planid-form .picker_width svg {
            position: absolute;
            right: 0;
            top: 12px;
            width: 14px;
            height: 8.23px;
            fill: #222222;
        }

    #et-planid-top {
        padding: 12px 0 !important;
    }

        #et-planid-top h2 ~ p,
        #et-planid-top h1 ~ p {
            font-size: 16px !important;
            line-height: 32px !important;
        }

        #et-planid-top h2,
        #et-planid-top h1 {
            font-size: 22px !important;
            line-height: 24px !important;
        }

    .et-planid-brochure h5 {
        font-size: 14px !important;
    }

    .et-benefits-box .main-bef-cols p {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .et-benefits-box {
        padding: 22px 20px 30px !important;
    }

    #et-school-top {
        padding: 27px 0 29px !important;
    }

        #et-school-top h2 {
            font-size: 22px !important;
            line-height: 28px !important;
        }

    #et-school-box .et-planid-form .et-form-group p,
    .et-planid-form .et-form-group p {
        font-size: 22px !important;
        line-height: 40px !important;
    }

    #et-school-top h2 ~ h3 ~ p {
        margin-top: 30px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    #et-school-top h2 ~ h3 {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-top: 5px !important;
    }

    #insureStudents {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .et-header-bottom {
        padding: 0;
    }

    .sticky_menu .et-Header-top, .et-header-allPage-style .et-Header-top {
        padding: 16px 0 20px;
    }

    .inner_page main {
        padding-top: 85px;
    }

    .inner_page.alert_removed main {
        padding-top: 60px;
    }

    #user-reProgram .user-btn-group button {
        font-size: 18px !important;
        line-height: 22px !important;
        margin-bottom: 21px;
        padding: 11px 20px;
    }

    #user-insurance-block {
        padding: 51px 0 10px !important;
    }

    #user-reProgram {
        padding: 22px 0 4px !important;
    }

        #user-reProgram .user-referral-prog-block {
            padding: 20px !important;
        }

            .blog_title h3.main_title, #user-reProgram .user-referral-prog-block .user-referral-prog-info a, #et-plan-cardsGroup .et-card .et-card-footer .et-btn-planBuy {
                font-size: 18px !important;
                line-height: 24px !important;
            }

    .dos_donts div#t-peopleSay-slider {
        margin-top: 20px !important;
    }

    #peopleSayISO.dos_donts .slick-list {
        padding-bottom: 20px;
    }

    #peopleSayISO.dos_donts .slick-dotted.slick-slider {
        margin-bottom: 20px !important;
    }

    #peopleSayISO.dos_donts .slick-dots {
        bottom: -20px !important;
    }

        #peopleSayISO.dos_donts .slick-dots li.slick-active button:before,
        #peopleSayISO.dos_donts .slick-dots li button:before {
            margin: 0;
            font-size: 10px;
        }

        #peopleSayISO.dos_donts .slick-dots li {
            width: 15px;
            height: 15px;
            margin: 0 5px;
        }

    #et-plan-top-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .doc_question {
        line-height: 22px !important;
        font-size: 16px !important;
        margin-bottom: 22px !important;
    }

    .doc_answer {
        padding-left: 32px !important;
        margin-bottom: 24px !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

        .doc_answer img {
            margin-left: -32px !important;
            margin-right: 14px !important;
            width: 18px !important;
        }

        .doc_answer:last-child {
            margin-bottom: 0 !important;
        }

    #peopleSayISO.dos_donts #t-peopleSay-slider .et-card {
        padding: 42px 20px !important;
        min-height: 260px;
        border-radius: 60px !important;
    }

    #user-reProgram .user-referral-prog-block .user-referral-prog-info a ~ p {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    #user-reProgram .user-referral-prog-block .user-referral-prog-info .user-btn-read-more {
        font-size: 16px !important;
        line-height: 22px !important;
        padding: 8px 16px !important;
        max-width: 160px !important;
    }

    .user-referral-prog-card h4 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .user-referral-prog-card {
        width: 100%;
        margin-top: 21px;
        padding: 27px 18px 34px !important;
    }

        .user-referral-prog-card table td {
            font-size: 16px !important;
            padding-bottom: 6px !important;
        }

    .user-card .user-card-body > .row .user-date-info-box a, .user-card .user-card-body > .row .user-date-info-box button {
        width: 100% !important;
    }

    .user-card .user-card-header a {
        text-decoration: underline !important;
        margin-bottom: 10px;
        display: block;
    }

    .user-card .user-card-body > .row .user-date-info-box .user-btn-open-modal {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .search_bar.input-group {
        display: block;
        margin-bottom: 0 !important;
    }

    .faq form {
        margin-top: 15px;
    }

    .search_bar .form-control {
        font-size: 24px;
        height: 40px;
        line-height: 32px;
        /* border-bottom-color: #7a133e; */
    }

    .search_panel {
        padding: 160px 0 0;
    }

    .search_bar .input-group-append {
        display: block;
        margin-top: 16px;
        text-align: right;
    }

    .search_bar .btn-search {
        width: 121px;
        height: 40px;
        font-size: 18px;
        line-height: 36px;
    }

    .et-navbar {
        overflow: scroll;
    }

    .et-header-bottom {
        margin-top: 75px !important;
    }

    .alert_removed .et-header-bottom {
        margin-top: 50px !important;
    }

    .et-Header-top {
        padding: 17px 0 19px !important;
    }

    #aboutISO .et-about-why-block > table.table td:first-of-type > span,
    .index_count {
        line-height: 38px !important;
        font-size: 20px !important;
        width: 38px !important;
        height: 38px !important;
    }

    .card_icons, .fb {
        width: 70%;
        margin-top: 15px;
    }

    footer #footer-middleBlock .et-footer-socPages.justify-content-between {
        margin-bottom: 60px !important;
        justify-content: space-between !important;
    }

    #peopleSayISO #t-peopleSay-slider .et-card.swiper-slide.swiper-slide-prev, #peopleSayISO #t-peopleSay-slider .et-card.swiper-slide.swiper-slide-next {
        opacity: 0 !important;
    }

    div#t-peopleSay-slider {
        margin-top: 60px !important;
    }

    #peopleSayISO #t-peopleSay-slider .swiper-container {
        padding: 0 !important;
        height: 320px !important;
    }

    #peopleSayISO .container {
        padding: 0 15px !important;
    }

    #aboutISO .et-about-why-block > table.table td h5 {
        margin-top: 8px !important;
        font-size: 16px !important;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        padding: 38px 68px !important;
        border-radius: 80px !important;
    }

    #administratorBrokers h3 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .et-header-findBlock .col-12 {
        padding: 0 15px;
    }

    .et-header-bottom-start h2 {
        font-size: 20px !important;
        width: 100% !important;
    }

    #aboutISO {
        padding: 21px 0 28px !important;
    }

        #aboutISO .et-about-why-block > table.table td:first-child {
            padding-left: 0 !important;
            width: 38px !important
        }

        #insureStudents h2,
        #questionsHelp h2,
        #peopleSayISO h2,
        #aboutISO h2,
        .main_title,
        #et-signIn-Form h2, #et-signIn-Form h1 {
            font-size: 22px !important;
            line-height: 27px !important;
        }

    #et-signIn-Form {
        padding: 30px 0 60px !important;
    }

        #peopleSayISO #t-peopleSay-slider .et-card .et-card-message,
        #et-signIn-Form h2 {
            font-size: 16px !important;
        }

    #administratorBrokers h3 ~ p {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-bottom: 34px;
    }

    #et-plan-help-block h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

        #et-plan-help-block h3 ~ p {
            font-size: 16px !important;
            line-height: 20px !important;
            margin: 10px 0;
        }

    #et-plan-help-block {
        padding: 20px 0 20px !important;
    }

        #et-plan-help-block .et-planHelp-readMore {
            width: 190px !important;
            height: 48px !important;
            font-size: 20px !important;
            padding: 0 !important;
            margin: 0 !important;
        }


    #et-plan-cardsGroup .et-card .et-card-header p, #et-plan-cardsGroup .et-card .et-card-body ul li {
        font-size: 16px !important;
    }

    #peopleSayISO #t-peopleSay-slider .et-card::after {
        bottom: 15px !important;
    }

    #aboutISO .et-about-why-block > table.table {
        margin: 0 !important;
    }

    #aboutISO .et-about-serveYou-block h3, #aboutISO .et-about-why-block > h3, #aboutISO .et-about-referralProgram-block > a {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    #aboutISO h2 ~ p, .et-iso-brand > span, #administratorBrokers h3,
    .et-header-findBlock form .form-group > label, .iso_title {
        font-size: 16px !important;
        line-height: 22px !important;
    }

        #aboutISO .et-about-referralProgram-block > a ~ p,
        #aboutISO .et-about-serveYou-block h3 ~ .row a ~ p,
        #administratorBrokers h3 ~ p,
        footer #footer-navbar .et-accordion h3,
        #aboutISO .et-about-why-block > table.table td h5 ~ p,
        #insureStudents #et-insureStudents-slider .et-slider-item > p,
        #insureStudents h2 ~ p,
        #peopleSayISO #t-peopleSay-slider .et-card .et-card-studen ~ p,
        #administratorBrokers h3 ~ p,
        .et-header-findBlock form .form-group > dl > dt,
        .form-group > dl > dt,
        footer #footer-copyYear h6,
        .main_title + p, .main_title + h2, .f20, .main_title_smaller { font-size: 16px !important; line-height: 22px !important; }

    .btn_grad {
        font-size: 16px;
    }

    .et-header-findBlock form button[type="submit"].et-btn-find.et-header-findBlock form button[type="submit"].et-btn-find {
        font-size: 16px !important;
    }

    #aboutISO .et-about-why-block > table.table td h5 ~ p {
        display: none !important;
    }

    #aboutISO .et-about-referralProgram-block, #aboutISO .et-about-why-block {
        padding: 20px !important;
    }

        #aboutISO .et-about-referralProgram-block > a.text-deoration-none {
            text-decoration: underline !important;
            text-align: center !important;
            margin-bottom: 0 !important;
        }

    .iso_title {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    #administratorBrokers h3 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .group_referral #administratorBrokers .et-btn-adminBroks {
        padding: 10px 29px 13px !important;
        margin-top: 20px;
        max-height: 54px;
        line-height: 35px;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .how_it_works {
        padding: 30px 0;
    }

        .how_it_works h2 {
            margin-bottom: 20px;
        }

        .how_it_works img {
            height: 110px;
            width: 110px;
        }

        .how_it_works h3 {
            margin: 10px 0 3px;
        }

    #peopleSayISO,
    #administratorBrokers,
    footer #footer-navbar,
    footer #footer-middleBlock {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .group_referral #administratorBrokers {
        padding: 34px 20px !important;
    }

    .et-header-findBlock form {
        padding: 20px 5px !important;
    }

    #peopleSayISO #t-peopleSay-slider > .swiper-pagination {
        margin-top: 24px !important;
    }

    .et-header-findBlock form button[type="submit"].et-btn-find {
        font-size: 18px !important;
    }

    #insureStudents #et-insureStudents-slider .et-slider-item {
        height: calc((100% - 20px) / 2) !important;
    }

    #administratorBrokers h3 {
        margin-bottom: 7px !important;
    }

    #administratorBrokers .et-btn-adminBroks {
        padding: 12px 36px !important;
        font-size: 20px !important;
        margin-top: 22px !important;
    }

    #aboutISO .et-about-why-block {
        height: auto !important;
        margin-bottom: 0 !important;
    }

    #et-plan-cardsGroup .et-card .et-card-header a, #et-plan-cardsGroup .et-card .et-card-header a h2, #et-plan-help-block h3,
    #et-plan-top-block .et-plan-title p, #et-plan-top-block .et-plan-title h2, #et-plan-top-block .et-plan-title h1, #et-plan-cardsGroup .et-card .et-card-header p > span {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    #et-plan-top-block .et-plan-title p {
        line-height: 26px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-header a,
    #et-plan-cardsGroup .et-card .et-card-header a h2 {
        line-height: 24px !important;
        margin-bottom: 10px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-header p > span {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-footer .et-btn-planBuy {
        padding: 12px 28px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-footer .et-collapes-cardBody {
        margin: 0 auto !important;
        line-height: 15px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-header {
        padding: 25px 20px 20px !important;
    }

    .et-header-bottom .main_title {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    .about_us .et-header-bottom h1 {
        font-size: 27px;
        line-height: 44px;
    }

    .about_us .et-header-bottom {
        margin-top: 70px !important;
    }

    .about_us .header-home, .video-area {
        height: auto;
        padding-bottom: 70px !important;
    }

    .about_content, .about_iso_insurance, .our_custmor.about_content {
        padding-left: 0;
        padding-right: 0;
    }

    .about_iso_insurance {
        padding: 30px 0;
    }

        .about_iso_insurance h4, .about_iso_insurance li {
            font-size: 16px;
            line-height: 22px;
        }

    .mini_title {
        font-size: 18px;
        line-height: 24px;
    }

    .about_iso_insurance h4 {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .about_iso_insurance li svg {
        top: 0;
        width: 18px;
    }

    .about_iso_insurance li {
        padding-left: 30px;
    }

    .about_iso_insurance h3 + p {
        margin-top: 10px;
    }

    .gray_bg {
        padding: 28px 0;
    }

    .about_content .mini_title {
        margin-bottom: 9px;
        margin-top: 15px;
    }

    .about_content .row:not(:last-child), .about_content.our_custmor .row:not(:last-child) {
        margin-bottom: 35px;
    }

    .about_content .order-12 {
        -ms-flex-order: 0;
        order: 0;
    }

    .our_custmor.about_content {
        padding: 28px 0;
    }

        .our_custmor.about_content .main_title {
            margin-bottom: 10px !important;
        }

    .text-xs-decoration {
        text-decoration: underline !important;
    }

    .about_content.our_custmor .row:first-child .col-md-6:first-child {
        margin-bottom: 20px;
    }

    .find_address {
        padding: 25px 0;
    }

    .address_box a {
        font-size: 16px !important;
        line-height: 21px !important;
        text-decoration: underline !important;
    }

    .address_box img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .address_box {
        padding: 20px;
        margin-top: 7px;
        margin-bottom: 25px;
        max-width: 100% !important;
    }

    .find_address .health_logo {
        margin: 0 !important;
    }

    .find_address img.health_logo {
        height: auto;
        width: 130px;
    }

    .find_address .col-md-4:last-child img.health_logo {
        width: 90px;
    }

    .note_title {
        margin-top: 0;
    }

    .main_title + p.small_text,
    .main_content, .main_title + p.main_content, .address_box a {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-top: 8px;
    }

    .btn_back {
        font-size: 20px;
    }

    .link_tabs .tabs {
        border-bottom: 3px solid rgba(163, 163, 163, 0.2);
        overflow: scroll;
        white-space: nowrap;
        overflow-y: hidden;
    }

    .link_tabs .scrollable_xs::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .link_tabs .col {
        padding: 20px 0 30px;
    }

        .link_tabs .col a, .link_tabs .col p, .body_content {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 12px;
            text-decoration: underline !important;
        }
}

.field-validation-error {
    color: var(--red)
}

@media (max-width: 599px) {
    .work_box .media:first-child {
        margin-bottom: 15px;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        padding: 58px 20px !important;
    }

        #peopleSayISO #t-peopleSay-slider .et-card .et-card-message {
            line-height: 26px !important;
        }

    .slick-track {
        padding: 0;
    }

    .work_box br {
        display: block;
    }

    .work_box .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .iso_admin .et-header-bottom {
        padding-top: 110px;
        margin: 0 !important;
    }

    .iso_admin header {
        height: 324px;
    }

    .main_blog .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .et-header-bottom .et-header-bottom-start h2 {
        font-size: 20px !important;
        line-height: 25px !important;
        margin-bottom: 0 !important;
    }

    .iso_admin header h3 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-top: 5px;
    }
}

@media screen and (max-width: 480px) {
    .pmd-tabs-scroll-container ul.nav.nav-tabs li a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

        .pmd-tabs-scroll-container ul.nav.nav-tabs li a h2 {
            font-size: 16px;
        }

    section#home-first {
        padding-left: 0;
        padding-right: 0;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        min-height: 319px;
    }

    #peopleSayISO #t-peopleSay-slider .swiper-container {
        height: auto !important;
    }

    nav.et-navbar .list-unstyled {
        height: auto;
        overflow: hidden;
    }

    .et-navbar > ul > li {
        padding-bottom: 15px;
    }

        .et-navbar > ul > li > a {
            font-size: 18px !important;
        }
}

@media (max-width: 375px) {
    .about_us .et-header-bottom h1 {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 350px) {
    .about_us .et-header-bottom h1 {
        font-size: 20px;
        line-height: 35px;
    }

    .about_us .et-header-bottom h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .et-header-bottom .et-header-bottom-start h2 br {
        display: none;
    }

    .contact_bar h4 {
        line-height: 24px;
        font-size: 18px;
    }
}
/* Media */

@media (min-width: 1800px) {
    .container {
        max-width: 1668px !important;
    }

    .et-btn1 {font-size: 25px;padding: 18px 20px;    }
    .quoteModal .et-btn1 { font-size: 22px;}
}

@media (min-width: 550px) {
    .et-w-sm-75 {
        width: 75% !important;
    }
}

@media (max-width: 992px) {
    .et-alert {
        height: auto;
        padding: 5px 25px 7px;
    }

        .et-alert > a, .page-alert, .page-alert a {
            font-size: 11px;
            line-height: 13px;
        }

    .et-alert-closeBtn {
        font-size: 15px;
        margin-top: 0;
    }
}
/*debugging*/
@media all and (min-width: 1140px) and (max-width: 1681px) {
    .container {
        max-width: calc(100% - 150px);
    }
}

@media (min-width: 1681px) {
    .container {
        max-width: calc(100% - 150px);
    }

    .pmd-tabs-scroll-container ul.nav.nav-tabs li a {
        font-size: 25px;
        line-height: 36px;
    }

        .pmd-tabs-scroll-container ul.nav.nav-tabs li a h2 {
            font-size: 25px;
            line-height: 36px;
        }

    ul.list-unstyled li a, .tab-pane, .tab-pane p {
        font-size: 20px;
        line-height: 26px;
    }
}
/* Header */
.header-home {
    padding: 53px 0 153px;
    background: transparent url("../png/bg_sky.png") 0% 0% no-repeat padding-box;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Header */
.header-home.header-home-mini { min-height: initial; padding: 170px 0 120px; background: transparent url("../png/bg_sky.png") 0% 0% no-repeat padding-box; background-size: cover; display: flex; flex-direction: column; justify-content: space-between; }
.header-home-mini .et-header-bottom{margin-top:40px}

/* HEADER STYLE ALL PAGES (not INDEX PAGE) */
/* .et-header-allPage-style { background: #FFFFFF 0% 0% no-repeat padding-box; min-height: auto; padding: 35px 0px; } */
/* Change header Style in Search Page: add this class in HEADER tag */
/* Header Top*/
.et-iso-brand { display: flex; align-items: center; white-space: nowrap; }

    .et-iso-brand > span {
        font-size: 22px;
        font-weight: normal;
        color: #7A133E;
        text-shadow: 0px 3px 10px #00000029;
        text-transform: capitalize;
        opacity: 1;
        margin-left: 17px;
    }

    .et-iso-brand > img {
        max-width: 111px;
        max-height: 50px;
    }

.et-header-rightBlock .et-btn-search, .et-header-rightBlock .et-btn-singIn { font-size: 13px; font-weight: normal; color: #222222 !important; margin-right: 50px; transition: .2s; min-width: 60px; }

    .et-btn-search:hover, .et-btn-singIn:hover {
        font-weight: bold;
    }

.et-menu-openBtn {
    position: relative;
    width: 40px;
    height: 22px;
}

    .et-menu-openBtn .et-menu-three-line {
        width: 100%;
        height: 4px;
        background: #222222;
        position: absolute;
        top: calc(50% - 2px);
        left: 0;
        transition: .2s;
    }

    .et-menu-openBtn::after, .et-menu-openBtn::before {
        content: '';
        width: 100%;
        height: 4px;
        background: #222222;
        position: absolute;
        left: 0;
        transition: .2s;
    }

    .et-menu-openBtn::before {
        top: 0;
    }

    .et-menu-openBtn::after {
        bottom: 0;
    }

    .et-menu-openBtn:hover::after, .et-menu-openBtn:hover::before, .et-menu-openBtn:hover:hover > .et-menu-three-line {
        background: #7A133E;
    }

/* Header Bottom // Form Find*/
.et-header-bottom {
    margin-top: 321px;
}

.alert_removed .et-header-bottom {
    margin-top: 289px;
}

.et-header-bottom .et-header-bottom-start {
    position: relative;
}

.et-header-bottom .et-header-bottom-start h2 {
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #0000001A;
    width: 90%;
    max-width: 1100px;
}

.header-home-mini .et-header-bottom .et-header-bottom-start h2 { width: 90%;max-width: 90% }

    .et-header-bottom .et-header-bottom-start::before, .et-header-bottom .et-header-bottom-start::after {
        content: '';
        background: url("../png/home_bg_balloon.png") no-repeat center;
        background-size: cover;
        position: absolute;
        z-index: 5;
        right: 0;
    }


.header-home-mini .et-header-bottom .et-header-bottom-start::before, .header-home-mini .et-header-bottom .et-header-bottom-start::after { content: ''; background: none; z-index: 5; right: 0; }

    .et-header-bottom .et-header-bottom-start::before {
        width: 174px;
        height: 222px;
        top: calc(-60% - 165px);
        right: 261px;
    }

    .et-header-bottom .et-header-bottom-start::after {
        transform: scaleX(-1);
        width: 248px;
        height: 315px;
        top: calc(50% - 185px);
        right: 0;
    }

.et-header-findBlock {
    margin-top: 23px;
}

    .et-header-findBlock form {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 10px #00000029;
        border-radius: 10px;
        opacity: 0.9;
        padding: 86px 65px 86px 94px;
        margin-left: 0;
        margin-right: 0;
        align-items: center;
    }

        .et-header-findBlock form .form-group {
            margin-bottom: 0;
        }

            .et-header-findBlock form .form-group > label {
                font-size: 22px;
                color: #A3A3A3;
                margin-bottom: 0px;
                padding: 10px 0;
                font-weight: normal;
            }

            .et-header-findBlock form .form-group > dl, .form-group > dl {
                position: relative;
                margin: 0;
            }

                .et-header-findBlock form .form-group > dl > dt, select, .form-group > dl > dt {
                    height: 32px;
                    font-size: 20px;
                    color: #222222;
                    transition: .2s;
                    cursor: pointer;
                    border-bottom: 2px solid #A3A3A3;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 6px 0;
                    font-weight: normal;
                }

                    .et-header-findBlock form .form-group > dl > dt > svg > path, .form-group > dl > dt > svg > path {
                        fill: #A3A3A3;
                    }

                    .et-header-findBlock form .form-group > dl > dt:hover, .et-header-findBlock form .form-group > dl > dt.active, .form-group > dl > dt:hover, .form-group > dl > dt.active {
                        border-bottom-color: #7A133E;
                    }

                        .et-header-findBlock form .form-group > dl > dt:hover > svg > path, .et-header-findBlock form .form-group > dl > dt.active > svg > path, .form-group > dl > dt:hover > svg > path, form .form-group > dl > dt.active > svg > path {
                            fill: #222222;
                        }

                .et-header-findBlock form .form-group > dl > dd, .form-group > dl > dd {
                    width: 100%;
                    position: absolute;
                    background: #FFFFFF 0% 0% no-repeat padding-box;
                    box-shadow: 0px 3px 10px #00000029;
                    border-radius: 0px 0px 5px 5px;
                    opacity: 1;
                    z-index: 9;
                    font-size: 20px;
                    color: #A3A3A3;
                    white-space: nowrap;
                    padding: 10px 40px 16px 4px;
                    font-weight: normal;
                }

                    .et-header-findBlock form .form-group > dl > dd ul > li, .form-group > dl > dd ul > li {
                        transition: .2s;
                        cursor: pointer;
                        font-weight: normal;
                    }

                        .et-header-findBlock form .form-group > dl > dd ul > li:hover, .form-group > dl > dd ul > li:hover {
                            color: #222222;
                        }

        .et-header-findBlock form button[type="submit"].et-btn-find {
            background: #7A133E 0% 0% no-repeat padding-box;
            border-radius: 10px;
            font-size: 30px;
            color: #FFFFFF;
            white-space: nowrap;
            padding: 35px 28px;
            width: 100%;
            display: inline-block;
        }

.et-input-group {
    border-bottom: 2px solid #A3A3A3;
    transition: .2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

    .et-input-group:hover, .et-input-group:focus {
        border-bottom-color: #7A133E;
    }

    .et-input-group > input[type="number"] {
        border: 0;
        width: 77px;
        text-align: center;
        font-size: 20px;
        color: #222222;
        padding: 0;
        background: transparent;
    }

        .et-input-group > input[type="number"]::-webkit-outer-spin-button, .et-input-group > input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .et-input-group > .et-btn {
        position: relative;
        width: 14px;
        height: 14px;
        background-size: cover;
    }

        .et-input-group > .et-btn.et-btn-ageMinus::after, .et-input-group > .et-btn.et-btn-age-Plus::before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: url("../svg/minus_black.svg") no-repeat center;
        }

        .et-input-group > .et-btn.et-btn-age-Plus::before {
            background: url("../svg/plus_black.svg") no-repeat center;
        }


.et-eligible-accordion .et-eligible-open::after {
    background-image: url("../svg/plus_black.svg");
}

.et-eligible-accordion .et-eligible-open.active::after {
    background-image: url("../svg/minus_black.svg");
}

@media all and (min-width: 1140px) and (max-width: 1245px) {
    .et-header-findBlock form button[type=submit].et-btn-find {
        font-size: 22px !important;
        padding: 20px 20px !important;
    }

    .et-header-findBlock form .form-group > label {
        font-size: 20px !important;
    }

    .et-header-findBlock form .form-group > dl > dt, .form-group > dl > dt {
        font-size: 15px !important;
    }
}
/* Media */

@media all and (min-width: 1140px) and (max-width: 1681px) {
    .header-home {
        padding: 42px 0 123px;
    }

    .et-iso-brand > img {
        max-width: 83px;
    }

    .et-iso-brand > span {
        margin-left: 13px;
        font-size: 24px;
    }

    .et-header-rightBlock .et-btn-search, .et-header-rightBlock .et-btn-singIn  {
        min-width: auto;
        font-size: 15px;
    }

    .et-btn-search {
        margin-right: 42px;
    }

    .et-btn-singIn {
        margin-right: 45px;
    }

    /* .et-menu-openBtn { width: 32px; height: 18px; } */
    .et-header-bottom {
        margin-top: 261px;
    }

    .alert_removed .et-header-bottom {
        margin-top: 229px;
    }

    .et-header-bottom .et-header-bottom-start h2 {
        font-size: 37px;
        line-height: 48px;
    }

    .et-header-bottom .et-header-bottom-start:before {
        width: 130px;
        height: 166px;
        top: calc(-60% - 135px);
        right: 240px;
    }

    .et-header-bottom .et-header-bottom-start:after {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        width: 186px;
        height: 236px;
        top: calc(50% - 135px);
        right: 60px;
    }

    .et-header-findBlock {
        margin-top: 18px;
    }

        .et-header-findBlock form {
            padding: 55px 49px;
        }

            .et-header-findBlock form.row .col-12.col-xl:first-of-type .form-group {
                padding-right: 8px;
            }

            .et-header-findBlock form.row .col-12.col-xl:nth-of-type(2) .form-group {
                padding-left: 14px;
                padding-right: 22px;
            }

            .et-header-findBlock form.row .col-12.col-xl:last-of-type {
                padding-left: 4px;
            }

            .et-header-findBlock form.row .col-12.col-xl-2 .form-group {
                padding-left: 8px;
                padding-right: 23px;
            }

            .et-header-findBlock form .form-group > label {
                font-size: 24px;
                padding: 8px 0px 0px;
            }

            .et-header-findBlock form .form-group > dl > dt, select, .form-group > dl > dt {
                font-size: 16px;
                margin-top: 5px;
                padding: 8px 0 5px;
            }

                .et-header-findBlock form .form-group > dl > dt > svg, .form-group > dl > dt > svg {
                    width: 16px;
                }

            .et-header-findBlock form .form-group > dl > dd, .form-group > dl > dd {
                font-size: 16px;
                padding: 10px 40px 12px 4px;
            }

            .et-header-findBlock form button[type="submit"].et-btn-find {
                font-size: 22px;
                padding: 26px 26px;
                width: 100%;
            }

    .et-input-group {
        padding: 8px 0px 5px;
        margin-top: 5px;
    }

        .et-input-group > input[type="number"] {
            font-size: 16px;
        }

        .et-input-group > .et-btn {
            width: 15px;
            height: 11px;
        }
}

@media (max-width: 1200px) {
    .et-header-findBlock form .form-group > dl > dd ul > li, .form-group > dl > dd ul > li {
        font-size: 16px;
    }

    /* .et-header-findBlock form .form-group > dl > dd { position: static; } */
    .et-header-findBlock form button[type="submit"].et-btn-find {
        width: 100%;
        display: block;
        margin-top: 32px;
        font-size: 22px;
        padding: 20px 15px;
    }

    .et-input-group > .et-btn {
        width: 30px;
        height: 15px;
    }
}

@media (max-width: 992px) {
    .header-home {
        padding: 16px 0 28px;
        min-height: auto;
    }

    .video-area {
        padding-top: 16px;
    }
    /* Change header Style in Search Page: add this class in HEADER tag */
    .et-header-rightBlock .et-btn-search, .et-header-rightBlock .et-btn-singIn { margin-right: 25px; }

    .et-header-bottom {
        margin-top: 107px;
    }

    .alert_removed .et-header-bottom {
        margin-top: 82px;
    }

    .header-home {
        padding-bottom: 30px !important;
        min-height: auto !important;
    }

    .et-header-bottom-start h2 {
        font-size: 20px !important;
        width: 100% !important;
    }

    .et-header-bottom-start::before, .et-header-bottom-start::after {
        display: none;
    }

    .et-header-findBlock {
        margin-top: 23px;
    }

        .et-header-findBlock form {
            padding: 21px 5px;
        }

            .et-header-findBlock form .form-group {
                margin-bottom: 32px;
            }

                .et-header-findBlock form .form-group > label {
                    font-size: 16px;
                    padding: 0;
                }

                .et-header-findBlock form .form-group > dl > dt,
                .et-header-findBlock form .form-group > dl > dd, select,
                .form-group > dl > dt, .form-group > dl > dd {
                    font-size: 16px;
                }

                    .et-header-findBlock form .form-group > dl > dt > svg {
                        width: 14px;
                        height: 8.23px;
                    }

            .et-header-findBlock form button[type="submit"].et-btn-find {
                font-size: 18px;
                padding: 17px 25px;
                width: 100%;
                display: block;
                margin-top: 0;
            }

    .et-input-group > input[type="number"] {
        width: auto;
        font-size: 16px;
    }

    .et-input-group > .et-btn {
        width: 14px;
        height: 14px;
    }

    .et-iso-brand > img {
        max-width: 52px;
        max-height: 23px;
    }

    .et-menu-openBtn {
        width: 20px;
        height: 15px;
    }

        .et-menu-openBtn .et-menu-three-line {
            height: 3px;
            top: calc(50% - 1.5px);
        }

        .et-menu-openBtn::after, .et-menu-openBtn::before {
            height: 3px;
        }
}

.header-home {
    min-height: 100vh;
}

@media all and (max-height: 1060px) {
    /*.header-home { padding-bottom: 60px; }*/
}

@media all and (max-height: 990px) {
    /*.header-home { padding-bottom: 40px; }*/

    .header-home {
        min-height: 100vh;
    }
}
/* Menu */
.blur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}

/* Menu */
.et-menu-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    transform: translateX(100%);
    transition: .5s;
}

    .et-menu-modal.active {
        transform: translateX(0);
    }

.et-menu-modal-content {
    height: 100vh;
}

.et-menu-modal-body {
    background: #ffffff;
    height: 100%;
    max-width: 960px;
    width: 50%;
    box-shadow: 0px 3px 10px #00000029;
    margin-left: auto;
    overflow-x: hidden;
}

    .et-menu-modal-body::-webkit-scrollbar {
        display: none;
    }

.et-navbar {
    min-height: 100%;
    padding: 72px 122px 0;
}

.et-menu-close {
    z-index: 999;
    width: 31px;
    height: 31px;
    display: block;
    margin-left: auto;
    margin-bottom: 30px;
    position: sticky;
    top: 0;
}

    .et-menu-close > svg {
        width: 20px;
        height: 20px
    }

    .et-menu-close:hover .a {
        fill: #7A133E;
    }

.et-navbar > ul > li {
    margin-bottom: 0px;
}

    .et-navbar > ul > li > a {
        font-size: 3.5vh;
        font-weight: normal;
        color: #222222;
        transition: .2s;
        line-height: 26px;
    }

        .et-navbar > ul > li > a:hover {
            color: #7A133E;
            text-decoration: none;
            font-weight: bold;
        }

@media all and (min-width: 1140px) and (max-width: 1681px) {
    .et-navbar {
        padding: 54px 98px 0;
    }

    .et-menu-close {
        margin-bottom: 10px;
        width: 28px;
        height: 28px;
    }

    .et-navbar > ul > li > a {
        font-size: 4vh;
    }

    .et-navbar > ul > li {
        margin-bottom: 0px;
    }
}
/* Media */
@media (max-width: 1200px) {
    .et-menu-modal-body {
        width: 65%;
    }
}

@media (max-width: 992px) {
    .et-menu-modal-body {
        width: 75%;
    }

    .et-navbar {
        padding: 27px 20px 27px 25px;
    }

        .et-navbar > ul > li {
            margin-bottom: 0px;
        }

            .et-navbar > ul > li > a {
                font-size: 3.5vh;
            }

    .et-menu-close {
        margin-bottom: 17px;
        width: 24px;
        height: 24px;
    }
}
/* Footer */
footer {
    padding: 67px 0px 0px;
    background: #F6F8FB 0% 0% no-repeat padding-box; /* #footer-navbar */ /* footer-middleBlock */ /* footer-copyYear */
}

    footer #footer-navbar .et-accordion h3 {
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #222222;
    }

    footer #footer-navbar .et-accordion ul > li > a {
        font-weight: lighter;
        font-size: 11px;
        line-height: 26px;
        color: #222222;
        margin-bottom: 0px;
    }

    footer #footer-middleBlock {
        margin-top: 54px;
    }

        footer #footer-middleBlock .et-footer-socPages {
            margin-bottom: 40px;
            max-width: 240px;
        }

            footer #footer-middleBlock .et-footer-socPages li {
                max-width: 35px;
                max-height: 35px;
            }

        footer #footer-middleBlock .et-foot-financeI {
            max-width: 353px;
            max-height: 43px;
            width: 100%;
        }

        footer #footer-middleBlock .et-footer-textBlock {
            font-size: 11px;
            font-weight: lighter;
            line-height: 22px;
            color: #A3A3A3;
        }

            footer #footer-middleBlock .et-footer-textBlock .footer-text {
                margin-top: 50px;
            }

            footer #footer-middleBlock .et-footer-textBlock #footer-text-mb-show {
                margin: 0;
            }

    footer #footer-copyYear {
        padding: 40px 20px;
    }

        footer #footer-copyYear h6 {
            font-weight: normal;
            font-size: 14px;
            line-height: 34px;
            color: #222222;
            margin-bottom: 0;
        }

/* Media */
@media all and (min-width: 1140px) and (max-width: 1681px) {
    footer {
        padding: 54px 0px 50px; /* #footer-navbar */ /* footer-middleBlock */ /* footer-copyYear */
    }

        footer #footer-navbar .et-accordion h3 {
            font-size: 16px;
            line-height: 18px;
        }

        footer #footer-navbar .et-accordion ul > li > a {
            font-size: 13px;
            line-height: 20px;
            margin-bottom: 0;
        }

        footer #footer-middleBlock {
            margin-top: 43px;
        }

            footer #footer-middleBlock .et-footer-socPages {
                margin-bottom: 53px;
                max-width: 271px;
            }

                footer #footer-middleBlock .et-footer-socPages li {
                    max-width: 29px;
                    max-height: 25px;
                }

                    footer #footer-middleBlock .et-footer-socPages li img {
                        width: 100%;
                    }

                    footer #footer-middleBlock .et-footer-socPages li:first-of-type img {
                        width: 85%;
                    }

            footer #footer-middleBlock .et-foot-financeI {
                max-width: 280px;
                max-height: 40px;
                width: 100%;
            }

            footer #footer-middleBlock .et-footer-textBlock {
                font-size: 13px;
                line-height: 17px;
            }

                footer #footer-middleBlock .et-footer-textBlock .footer-text {
                    margin-top: 45px;
                }

        footer #footer-copyYear {
            padding: 35px 20px 0px;
        }

            footer #footer-copyYear h6 {
                font-size: 16px;
                line-height: 14px;
            }
}

@media (max-width: 1200px) {
    footer {
        padding: 33px 0px 0; /* #footer-navbar */
    }

        footer #footer-navbar {
            padding: 0 20px;
        }

            /* footer #footer-navbar .container > .row { padding: 0 15px; } */
            footer #footer-navbar .et-accordion {
                padding: 23px 0;
                border-bottom: 3px solid #EEF0F2;
            }

                footer #footer-navbar .et-accordion h3 {
                    font-size: 16px;
                    line-height: 19px;
                    position: relative;
                    cursor: pointer;
                }

                footer #footer-navbar .et-accordion ul > li > a {
                    font-size: 14px;
                    line-height: 26px;
                    margin-bottom: 0px;
                }
}

@media (max-width: 1024px) {
    .slick-list {
        padding-bottom: 50px;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        margin: 0 6px;
    }

        #peopleSayISO #t-peopleSay-slider .et-card .et-card-message {
            min-height: 72px;
        }

    footer #footer-navbar .container > .row {
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    footer { /* footer-middleBlock */ /* footer-copyYear */
    }

        footer #footer-middleBlock {
            margin-top: 31px;
            padding: 0 20px;
        }

            footer #footer-middleBlock .et-footer-socPages {
                margin-bottom: 62px;
                max-width: 100%;
            }

                footer #footer-middleBlock .et-footer-socPages li {
                    max-height: 43px;
                    max-width: auto;
                    margin-right: 0;
                }

            footer #footer-middleBlock .et-foot-financeI {
                max-width: 353px;
                max-height: 43px;
                margin-top: 23px;
            }

            footer #footer-middleBlock .et-footer-textBlock {
                font-size: 14px;
                line-height: 17px;
            }

                footer #footer-middleBlock .et-footer-textBlock .footer-text {
                    margin-top: 80px;
                }

                footer #footer-middleBlock .et-footer-textBlock .et-btn-readMore {
                    font-size: 14px;
                    color: #222222;
                    text-decoration: underline;
                    min-width: 80px;
                    white-space: nowrap;
                }

                    footer #footer-middleBlock .et-footer-textBlock .et-btn-readMore:hover {
                        text-decoration: underline !important;
                    }

        footer #footer-copyYear {
            padding: 8px 20px;
            background: #A3A3A3;
            margin-top: 13px;
        }

            footer #footer-copyYear h6 {
                font-size: 14px;
                line-height: 24px;
                color: #F6F8FB;
            }
}
/* Home page*/
#aboutISO {
    padding: 44px 0px 98px; /* .et-about-why-block */ /*.et-about-serveYou-block*/ /* et-about-referralProgram-block */
}


    #aboutISO h2 {
        font-size: 33px;
        color: #7A133E;
        font-weight: bold;
    }

        #aboutISO h2 ~ p {
            font-size: 22px;
            color: #222222;
            font-weight: normal;
        }

    #aboutISO .et-about-why-block {
        height: 100%;
        background: #F6F8FB 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 10px #0000000D;
        border-radius: 10px;
        padding: 56px 23px 16px 58px;
        margin-right: 36px;
    }

        #aboutISO .et-about-why-block > h3 {
            font-size: 22px;
            letter-spacing: 0px;
            color: #222222;
            margin-bottom: 51px;
            font-weight: bold;
        }

        #aboutISO .et-about-why-block > table.table {
            align-items: flex-start;
        }

            #aboutISO .et-about-why-block > table.table td {
                border: 0 !important;
            }

                #aboutISO .et-about-why-block > table.table td:first-of-type > span {
                    display: block;
                    text-align: center;
                    line-height: 54px;
                    border-radius: 50%;
                    font-size: 30px;
                    font-weight: bold;
                    color: #FFFFFF;
                    width: 54px;
                    height: 54px;
                    background: transparent linear-gradient(328deg, #5D192F 0%, #578BC5 100%) 0% 0% no-repeat padding-box;
                }

                #aboutISO .et-about-why-block > table.table td h5 {
                    font-size: 20px;
                    color: #222222;
                    font-weight: bold;
                    margin-bottom: 5px;
                }

                    #aboutISO .et-about-why-block > table.table td h5 ~ p {
                        font-size: 20px;
                        line-height: 26px;
                        color: #222222;
                        max-width: 327px;
                        margin-bottom: 66px;
                        font-weight: normal;
                    }

    #aboutISO .et-about-serveYou-block {
        background: #F6F8FB 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 10px #0000000D;
        padding: 56px 82px 118px;
        margin-bottom: 60px;
    }

        #aboutISO .et-about-serveYou-block h3 {
            font-size: 25px;
            color: #222222;
            margin-bottom: 55px;
            font-weight: bold;
        }

            #aboutISO .et-about-serveYou-block h3 ~ .row a {
                max-width: 391px;
                font-size: 20px;
                display: block;
                color: #222222;
                margin-bottom: 5px;
                line-height: 26px;
                font-weight: bold;
                transition: .5s;
                border-radius: 10px;
                padding-left: 10px;
            }

                #aboutISO .et-about-serveYou-block h3 ~ .row a ~ p {
                    font-size: 20px;
                    line-height: 26px;
                    color: #222222;
                    padding-left: 10px;
                    margin-bottom: 64px;
                    max-width: 391px;
                    font-weight: normal;
                }

                #aboutISO .et-about-serveYou-block h3 ~ .row a:hover {
                    color: #FFFFFF;
                    background: transparent linear-gradient(283deg, #7A133E 0%, #4F6FB2 100%) 0% 0% no-repeat padding-box;
                }

                #aboutISO .et-about-serveYou-block h3 ~ .row a:focus {
                    text-decoration: none
                }

    #aboutISO .et-about-referralProgram-block {
        background: transparent linear-gradient(283deg, #7A133E 0%, #4F6FB2 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 10px #0000000D;
        border-radius: 10px;
        padding: 53px 85px;
    }

        #aboutISO .et-about-referralProgram-block > a {
            font-size: 25px;
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 14px;
            display: block;
        }

            #aboutISO .et-about-referralProgram-block > a:hover {
                text-decoration: underline !important;
            }

            #aboutISO .et-about-referralProgram-block > a ~ p {
                font-size: 14px;
                line-height: 30px;
                color: #FFFFFF;
                font-weight: normal;
            }

        #aboutISO .et-about-referralProgram-block .fa {
            font-size: 12px
        }

/* section about Iso*/
#insureStudents {
    padding: 118px 20px 106px;
    background: #F6F8FB;
    overflow: hidden; /* et-insureStudents-slider block*/
}

    #insureStudents h2 {
        font-size: 33px;
        line-height: 60px;
        color: #4F6FB2;
        font-weight: normal;
        margin-bottom: 19px;
    }

        #insureStudents h2 > span {
            font-weight: bold;
        }

        #insureStudents h2 ~ p {
            font-size: 14px;
            color: #222222;
            line-height: 26px;
            max-width: 444px;
            font-weight: normal;
        }

    #insureStudents #et-insureStudents-slider {
        max-width: 100%;
    }

        #insureStudents #et-insureStudents-slider .et-slider-item {
            height: calc((100% - 60px) / 2);
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        }

            #insureStudents #et-insureStudents-slider .et-slider-item > p {
                font-size: 22px;
                line-height: 28px;
                color: #222222;
                text-align: center;
                font-weight: bold;
                margin-top: 21px;
            }

            #insureStudents #et-insureStudents-slider .et-slider-item > .et-slider-img {
                width: 120px;
                height: 60px;
            }

        #insureStudents #et-insureStudents-slider ~ .swiper-pagination {
            position: static;
            margin-top: 65px;
        }

            #insureStudents #et-insureStudents-slider ~ .swiper-pagination .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                background: #A3A3A3;
                margin: 0 10px;
            }

            #insureStudents #et-insureStudents-slider ~ .swiper-pagination .swiper-pagination-bullet-active {
                background: #4F6FB2;
            }

/* section insureStudents */
#peopleSayISO {
    background: transparent linear-gradient(180deg, #7A133E, #7A133E, rgba(122, 19, 62, 0.8), rgba(122, 19, 62, 0.3)) 0% 0% no-repeat padding-box;
    padding: 80px 20px 80px;
}

    #peopleSayISO h2 {
        font-size: 33px;
        line-height: 60px;
        color: #FFFFFF;
        margin-bottom: 63px;
        font-weight: bold;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 100px;
        padding: 53px 100px 35px;
        font-weight: bold;
        position: relative;
        overflow: hidden;
        height: 100%;
        max-width: 633px;
    }

        #peopleSayISO #t-peopleSay-slider .et-card .et-card-message {
            font-weight: bold;
            font-style: italic;
            line-height: 34px;
            font-size: 17px;
            color: #7A133E;
            margin-bottom: 34px;
            position: relative;
            z-index: 10;
        }

        #peopleSayISO #t-peopleSay-slider .et-card .et-card-studen {
            font-size: 15px;
            font-weight: bold;
            line-height: 24px;
            margin-bottom: 5px;
            color: #7A133E;
            position: relative;
            z-index: 10;
        }

            #peopleSayISO #t-peopleSay-slider .et-card .et-card-studen ~ p {
                font-weight: normal;
                font-size: 14px;
                line-height: 26px;
                color: #222222;
                position: relative;
                z-index: 10;
            }

        #peopleSayISO #t-peopleSay-slider .et-card::before, #peopleSayISO #t-peopleSay-slider .et-card::after {
            content: '';
            position: absolute;
            background: url("../png/bg-icon.png") no-repeat center;
            background-size: 100%;
            z-index: 1;
        }

        #peopleSayISO #t-peopleSay-slider .et-card::before {
            width: 172px;
            height: 128px;
            top: 2px;
            left: 35px;
        }

        #peopleSayISO #t-peopleSay-slider .et-card::after {
            width: 101px;
            height: 83px;
            right: 35px;
            bottom: 53px;
            transform: rotate(180deg);
        }
        /*#peopleSayISO #t-peopleSay-slider .et-card.swiper-slide { opacity: 0; }*/
        #peopleSayISO #t-peopleSay-slider .et-card.swiper-slide.swiper-slide-active {
            opacity: 1;
        }

        #peopleSayISO #t-peopleSay-slider .et-card.swiper-slide.swiper-slide-prev, #peopleSayISO #t-peopleSay-slider .et-card.swiper-slide.swiper-slide-next {
            opacity: .5;
        }

    #peopleSayISO #t-peopleSay-slider > .swiper-pagination1 {
        position: static;
        margin-top: 65px;
    }

        #peopleSayISO #t-peopleSay-slider > .swiper-pagination1 .swiper-pagination-bullet {
            background: #ffffff;
            opacity: .5;
            width: 12px;
            height: 12px;
            margin: 0 10px;
        }

        #peopleSayISO #t-peopleSay-slider > .swiper-pagination1 .swiper-pagination-bullet-active {
            background: #ffffff;
            opacity: 1;
        }

/* section peopleSayISO */
#questionsHelp {
    padding: 130px 0 158px; /* accordion */
}

    #questionsHelp h2 {
        line-height: 45px;
        color: #222222;
        margin-bottom: 40px;
    }

        #questionsHelp h2 > span {
            font-weight: bold;
            color: #7A133E;
            margin-top: 10px;
            display: block;
        }

        #questionsHelp h2 ~ button.et-btn-addFAQ, #questionsHelp h2 ~ a.et-btn-addFAQ, .btn-find {
            font-weight: normal;
            font-size: 25px;
            line-height: 30px;
            color: #FFFFFF;
            background: #7A133E 0% 0% no-repeat padding-box;
            border-radius: 10px;
            padding: 16px 24px 22px;
            min-width: 255px;
            display: inline-block;
            text-align: center
        }

            .btn-find:hover {
                color: #fff;
                text-decoration: none;
            }

    #questionsHelp #et-accordionHelp .card {
        border: 0;
        border-bottom: 3px solid rgba(122, 19, 62, 0.1);
        padding: 29px 0 18px;
    }

        #questionsHelp #et-accordionHelp .card:first-of-type {
            padding-top: 0;
        }

    #questionsHelp #et-accordionHelp .card-header {
        padding: 0 0 11px;
        border: 0;
        background: transparent;
    }

        #questionsHelp #et-accordionHelp .card-header > button, .Question {
            font-weight: bold;
            line-height: 30px;
            font-size: 18px;
            letter-spacing: 0px;
            color: #222222;
            transition: .2s;
            padding: 0;
            text-align: left;
        }

            #questionsHelp #et-accordionHelp .card-header > button > svg {
                transition: .2s;
            }

                #questionsHelp #et-accordionHelp .card-header > button > svg > path {
                    fill: #222222;
                }

            #questionsHelp #et-accordionHelp .card-header > button:hover {
                text-decoration: none;
                color: #7A133E;
            }

                #questionsHelp #et-accordionHelp .card-header > button:hover > svg > path {
                    fill: #7A133E;
                }

            #questionsHelp #et-accordionHelp .card-header > button.active {
                text-decoration: none;
                color: #7A133E;
            }

                #questionsHelp #et-accordionHelp .card-header > button.active > svg {
                    transform: rotate(180deg);
                }

                    #questionsHelp #et-accordionHelp .card-header > button.active > svg > path {
                        fill: #7A133E;
                    }

            #questionsHelp #et-accordionHelp .card-header > button:focus {
                text-decoration: none;
            }

    #questionsHelp #et-accordionHelp p.card-body, 
    .Answer {
        font-size: 20px;
        line-height: 28px;
        color: #222222;
        padding: 0;
        max-width: 82%;
    }
    #questionsHelp #et-accordionHelp ul.card-body{
        font-size: 20px;
    }


/* section questionsHelp */
#administratorBrokers {
    background: transparent linear-gradient(273deg, #19265D 0%, #4F6FB2 100%) 0% 0% no-repeat padding-box;
    padding: 29px 0 35px;
}

    #administratorBrokers h3 {
        font-weight: bold;
        font-size: 22px;
        line-height: 45px;
        color: #FFFFFF;
        margin-bottom: 6px;
    }

        #administratorBrokers h3 ~ p {
            font-weight: normal;
            font-size: 15px;
            line-height: 26px;
            color: #FFFFFF;
            margin-bottom: 0;
        }

    #administratorBrokers .et-btn-adminBroks {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-radius: 10px;
        padding: 18px 46px 22px;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        color: #19265D;
        max-height: 60px;
        margin-top: 10px;
    }

/* section administratorBrokers*/
/* media */
@media all and (min-width: 1140px) and (max-width: 1681px) {
    #aboutISO {
        padding: 35px 0px 80px; /* .et-about-why-block */ /*.et-about-serveYou-block*/ /* et-about-referralProgram-block */
    }

        #aboutISO .container > .row .col-12.text-center {
            margin-bottom: 38px !important;
        }

        #aboutISO h2 {
            font-size: 36px;
        }

            #aboutISO h2 ~ p {
                font-size: 24px;
            }

        #aboutISO .et-about-why-block {
            padding: 45px 15px 10px 15px;
            margin-right: 10px;
            font-size: 28px;
        }

            #aboutISO .et-about-why-block > h3 {
                margin-bottom: 38px;
            }

            #aboutISO .et-about-why-block > table.table td {
                padding: 0.75rem 0.61rem 0.75rem 0.65rem;
            }

                #aboutISO .et-about-why-block > table.table td:first-of-type > span, .index_count {
                    line-height: 43px;
                    font-size: 24px;
                    width: 43px;
                    height: 43px;
                }

                #aboutISO .et-about-why-block > table.table td h5 {
                    font-size: 15px;
                    margin-bottom: 3px;
                }

                    #aboutISO .et-about-why-block > table.table td h5 ~ p {
                        font-size: 14px;
                        line-height: 1.2;
                        max-width: 327px;
                        margin-bottom: 10px;
                    }

        #aboutISO .et-about-serveYou-block {
            padding: 45px 63px 0px;
            margin-bottom: 30px;
        }

            #aboutISO .et-about-serveYou-block h3 {
                font-size: 25px;
                margin-bottom: 38px;
            }

                #aboutISO .et-about-serveYou-block h3 ~ .row a {
                    padding-left: 6px;
                    font-size: 15px;
                    margin-bottom: 3px;
                    max-width: 316px;
                }

                    #aboutISO .et-about-serveYou-block h3 ~ .row a ~ p {
                        font-size: 16px;
                        line-height: 20px;
                        padding-left: 6px;
                        margin-bottom: 52px;
                        max-width: 316px;
                    }

        #aboutISO .et-about-referralProgram-block {
            padding: 42px 65px;
        }

            #aboutISO .et-about-referralProgram-block > a {
                font-size: 28px;
                margin-bottom: 9px;
            }

                #aboutISO .et-about-referralProgram-block > a ~ p {
                    font-size: 16px;
                    line-height: 25px;
                }

    /* section about Iso*/
    #insureStudents {
        padding: 92px 20px 84px; /* et-insureStudents-slider block*/
    }

        #insureStudents h2 {
            font-size: 35px;
            line-height: 48px;
            margin-bottom: 15px;
        }

            #insureStudents h2 ~ p {
                font-size: 16px;
                line-height: 21px;
                max-width: 363px;
            }

        #insureStudents #et-insureStudents-slider {
            max-width: 100%;
        }

            #insureStudents #et-insureStudents-slider .et-slider-item {
                height: calc((100% - 60px) / 2);
            }

                #insureStudents #et-insureStudents-slider .et-slider-item > p {
                    font-size: 17px;
                    line-height: 20px;
                    margin-top: 19px;
                }

            /* #insureStudents #et-insureStudents-slider .et-slider-item > .et-slider-img { width: 100px; height: 50px; } */
            #insureStudents #et-insureStudents-slider ~ .swiper-pagination {
                margin-top: 36px;
            }

                #insureStudents #et-insureStudents-slider ~ .swiper-pagination .swiper-pagination-bullet {
                    width: 9px;
                    height: 9px;
                    margin: 0 9px;
                }

            #insureStudents #et-insureStudents-slider .et-slider-item.swiper-slide {
                text-align: center;
            }

    /* section insureStudents */
    #peopleSayISO {
        padding: 71px 20px 74px;
    }

        #peopleSayISO h2 {
            font-size: 36px;
            line-height: 45px;
            margin-bottom: 51px;
        }

        #peopleSayISO #t-peopleSay-slider .et-card {
            padding: 44px 80px 31px 80px;
            max-width: 633px;
        }

            #peopleSayISO #t-peopleSay-slider .et-card .et-card-message {
                line-height: 26px;
                font-size: 18px;
                margin-bottom: 30px;
            }

            #peopleSayISO #t-peopleSay-slider .et-card .et-card-studen {
                font-size: 16px;
                line-height: 18px;
                margin-bottom: 5px;
            }

                #peopleSayISO #t-peopleSay-slider .et-card .et-card-studen ~ p {
                    font-size: 16px;
                    line-height: 20px;
                }

            #peopleSayISO #t-peopleSay-slider .et-card::before {
                width: 172px;
                height: 128px;
                top: 2px;
                left: 35px;
            }

            #peopleSayISO #t-peopleSay-slider .et-card::after {
                width: 101px;
                height: 83px;
                right: 35px;
                bottom: 53px;
            }

        #peopleSayISO #t-peopleSay-slider > .swiper-pagination1 {
            margin-top: 45px;
            text-align: center;
        }

            #peopleSayISO #t-peopleSay-slider > .swiper-pagination1 .swiper-pagination-bullet {
                width: 9px;
                height: 9px;
                margin: 0 8px;
            }

    /* section peopleSayISO */
    #questionsHelp {
        padding: 65px 0 65px; /* accordion */
    }

        #questionsHelp h2 {
            font-weight: 700;
            font-size: 30px;
            line-height: 50px;
            color: #222222;
            margin-bottom: 40px;
        }

            #questionsHelp h2 > span {
                font-weight: bold;
                color: #7a133e;
            }

            #questionsHelp h2 ~ button.et-btn-addFAQ,
            #questionsHelp h2 ~ a.et-btn-addFAQ {
                font-weight: normal;
                font-size: 25px;
                line-height: 30px;
                color: #ffffff;
                background: #7a133e 0% 0% no-repeat padding-box;
                border-radius: 10px;
                padding: 18px 49px 25px;
            }

        #questionsHelp #et-accordionHelp .card {
            padding: 20px 0 15px;
        }

        #questionsHelp #et-accordionHelp .card-header {
            padding: 0 0 5px;
        }

            #questionsHelp #et-accordionHelp .card-header > button {
                line-height: 25px;
                font-size: 18px;
            }

        #questionsHelp #et-accordionHelp p.card-body {
            font-size: 18px;
            line-height: 21px;
            max-width: 655px;
        }

        #questionsHelp.faq_list #et-accordionHelp p.card-body {
            max-width: 975px;
        }

    /* section questionsHelp */
    #administratorBrokers {
        padding: 20px 0 25px;
    }

        #administratorBrokers h3 {
            font-size: 24px;
            line-height: 41px;
            margin-bottom: 0px;
        }

            #administratorBrokers h3 ~ p {
                font-size: 16px;
                line-height: 26px;
            }

        #administratorBrokers .et-btn-adminBroks {
            font-size: 20px;
            line-height: 20px;
            margin-top: 5px;
        }

    /* section administratorBrokers*/
}

@media (max-width: 1280px) {
    #aboutISO .et-about-serveYou-block h3 ~ .row a ~ p,
    #aboutISO .et-about-serveYou-block h3 ~ .row a {
        max-width: 285px;
    }
}

@media (max-width: 1200px) {
    #aboutISO { /* .et-about-why-block */
    }

        #aboutISO .et-about-why-block {
            margin-bottom: 0;
            margin-right: 0;
        }

        #aboutISO .col-12.col-xl-4 {
            margin-bottom: 0;
        }

        #aboutISO .et-about-why-block > table.table td h5 ~ p {
            max-width: 500px;
            margin-bottom: 33px;
        }

    #insureStudents h2 ~ p {
        margin-bottom: 22px;
        max-width: 100%;
        margin-bottom: 22px;
    }
}

@media (max-width: 1024px) {
    #questionsHelp {
        padding: 45px 20px 45px; /* accordion */
    }

    #administratorBrokers {
        padding: 20px 20px 25px;
    }
}

@media (max-width: 992px) {
    #aboutISO .col-12.col-xl-4 {
        margin-bottom: 0;
    }

    .et-menu-close > svg {
        width: 15px;
        height: 15px;
    }

    #aboutISO h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

        #aboutISO h2 ~ p {
            font-size: 16px;
            line-height: 22px;
        }

    #aboutISO .et-about-why-block {
        padding: 21px 21px 26px;
        margin-bottom: 22px;
        margin-right: 0;
    }

        #aboutISO .et-about-why-block > h3 {
            font-size: 18px;
            margin-bottom: 27px;
        }

        #aboutISO .et-about-why-block > table.table td {
            vertical-align: middle;
        }

            #aboutISO .et-about-why-block > table.table td:first-of-type > span, .index_count {
                line-height: 38px;
                font-size: 20px;
                width: 38px;
                height: 38px;
            }

            #aboutISO .et-about-why-block > table.table td h5 {
                font-size: 16px;
                margin-bottom: 0px;
                font-weight: normal;
            }

    #aboutISO .et-about-referralProgram-block {
        padding: 20px;
    }

        #aboutISO .et-about-referralProgram-block > a {
            font-size: 18px;
            margin-bottom: 0;
            text-decoration: underline !important;
            text-align: center;
        }

    /* section administratorBrokers*/
    #administratorBrokers {
        padding: 37px 20px;
    }

        #administratorBrokers h3 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 7px;
        }

            #administratorBrokers h3 ~ p {
                font-size: 16px;
                line-height: 22px;
                margin-bottom: 34px;
            }

        #administratorBrokers .et-btn-adminBroks {
            padding: 12px 24px;
            font-size: 20px;
            line-height: 24px;
        }

    /* section insureStudents */
    #insureStudents h2 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 8px;
    }

        #insureStudents h2 ~ p {
            font-size: 16px;
            line-height: 22px;
        }

    #insureStudents #et-insureStudents-slider {
        height: 300px;
        margin-top: 22px;
    }

        #insureStudents #et-insureStudents-slider .et-slider-item {
            height: calc((100% - 50px) / 2);
        }

            #insureStudents #et-insureStudents-slider .et-slider-item > p {
                font-size: 15px;
                line-height: 18px;
                margin-top: 4px;
            }

            #insureStudents #et-insureStudents-slider .et-slider-item > .et-slider-img {
                width: 100px;
                height: 50px;
            }

        #insureStudents #et-insureStudents-slider ~ .swiper-pagination {
            margin-top: 0px;
        }

            #insureStudents #et-insureStudents-slider ~ .swiper-pagination .swiper-pagination-bullet {
                margin: 0 7.5px;
            }

    /* section peopleSayISO */
    #peopleSayISO {
        padding: 43px 20px;
    }

        #peopleSayISO h2 {
            font-size: 22px;
            line-height: 27px;
            margin-bottom: 63px;
        }

        #peopleSayISO #t-peopleSay-slider .swiper-container {
            height: 320px;
        }

        #peopleSayISO #t-peopleSay-slider .et-card {
            padding: 58px 19px;
            margin-bottom: 24px;
            max-width: 100%;
            border-radius: 80px;
        }

            #peopleSayISO #t-peopleSay-slider .et-card::before {
                display: none;
            }

            #peopleSayISO #t-peopleSay-slider .et-card .et-card-message {
                line-height: 22px;
                font-size: 16px;
                margin-bottom: 26px;
            }

            #peopleSayISO #t-peopleSay-slider .et-card .et-card-studen, #peopleSayISO #t-peopleSay-slider .et-card .et-card-studen ~ p {
                font-size: 14px;
                line-height: 20px;
            }

            #peopleSayISO #t-peopleSay-slider .et-card.swiper-slide.swiper-slide-prev, #peopleSayISO #t-peopleSay-slider .et-card.swiper-slide.swiper-slide-next {
                opacity: 0;
            }
}
/* Search page*/
#et-search-form {
    min-height: 100vh;
    background: #ffffff;
}

    #et-search-form > .container {
        padding-top: 140px;
    }

        #et-search-form > .container > .row {
            margin-left: 0;
            margin-right: 0;
        }

    #et-search-form input[type="text"] {
        border: 0;
        border-bottom: 2px solid #A3A3A3;
        font-weight: bold;
        font-size: 45px;
        line-height: 54px;
        color: #222222;
        padding-bottom: 10px;
        transition: .2s;
        border-radius: 0;
    }

        #et-search-form input[type="text"]::placeholder {
            color: #A3A3A3;
        }

        #et-search-form input[type="text"]:hover, #et-search-form input[type="text"]:focus {
            border-bottom-color: #7A133E;
            box-shadow: 0 0 0 !important;
            outline: 0;
        }

            #et-search-form input[type="text"]:focus::placeholder {
                color: transparent;
            }

    #et-search-form .et-searchBtn {
        background: #7A133E 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 10px #0000000D;
        border-radius: 10px;
        color: #FFFFFF;
        font-size: 25px;
        font-weight: normal;
        line-height: 30px;
        display: block;
        max-width: 226px;
        height: 68px;
        width: 100%;
        margin-left: auto;
    }
/* et-search-form */
/* Media */
@media (max-width: 1200px) {
    .et-searchBtn {
        margin-top: 20px;
    }

    #et-search-form > .container {
        padding-top: 30px;
    }

    #et-search-form input[type="text"] {
        font-size: 30px;
        line-height: 39px;
    }

    /* et-search-form */
}
/* Sign In page*/
#et-signIn-Form {
    padding: 58px 0 86px;
    background: transparent url("../png/bg_sky.png") no-repeat 0% bottom;
    background-size: cover;
}

    #et-signIn-Form h1 {
        font-weight: bold;
        font-size: 45px;
        line-height: 54px;
        color: #7A133E;
        margin-bottom: 1px;
    }

    #et-signIn-Form h2 {
        color: #222222;
        line-height: 45px;
        font-weight: normal;
        font-size: 30px;
        margin-bottom: 25px;
    }

    #et-signIn-Form h1 ~ p {
        color: #222222;
        line-height: 45px;
        font-weight: normal;
        font-size: 30px;
        margin-bottom: 25px;
    }

    #et-signIn-Form .et-signIn-body {
        max-width: 900px;
        width: 80%;
        margin: auto;
    }

        #et-signIn-Form .et-signIn-body > form {
            background: #F6F8FB 0% 0% no-repeat padding-box;
            box-shadow: 0px 1px 10px #0000000D;
            border-radius: 10px;
            padding: 102px 275px;
        }

            #et-signIn-Form .et-signIn-body > form .et-formGroup {
                max-width: 351px;
                width: 100%;
                position: relative;
            }

                #et-signIn-Form .et-signIn-body > form .et-formGroup:first-of-type {
                    margin-bottom: 55px;
                }

                #et-signIn-Form .et-signIn-body > form .et-formGroup label {
                    position: absolute;
                    font-weight: normal;
                    font-size: 20px;
                    line-height: 24px;
                    color: #A3A3A3;
                    cursor: pointer;
                    transition: .2s top;
                    width: 100%;
                    overflow: hidden;
                    top: 0;
                }

                    #et-signIn-Form .et-signIn-body > form .et-formGroup label.active, .date_selected label {
                        color: #707070;
                        font-size: 15px;
                        line-height: 18px;
                        top: -25px;
                        cursor: auto;
                    }

                        #et-signIn-Form .et-signIn-body > form .et-formGroup label.active ~ input, .date_selected label ~ input {
                            border-bottom-color: #7A133E;
                        }

                #et-signIn-Form .et-signIn-body > form .et-formGroup input, #et-signIn-Form .et-signIn-body > form .et-formGroup textarea {
                    padding-bottom: 5px;
                    font-weight: normal;
                    font-size: 20px;
                    line-height: 24px;
                    color: #222;
                    background: transparent;
                    border: 0;
                    border-bottom: 2px solid #A3A3A3;
                }

                    #et-signIn-Form .et-signIn-body > form .et-formGroup input:hover, #et-signIn-Form .et-signIn-body > form .et-formGroup input:focus, #et-signIn-Form .et-signIn-body > form .et-formGroup textarea:hover, #et-signIn-Form .et-signIn-body > form .et-formGroup textarea:focus {
                        box-shadow: 0 0 !important;
                        outline: 0;
                        border-bottom-color: #7A133E;
                    }

            #et-signIn-Form .et-signIn-body > form .et-btn-forget {
                margin: 9px 0 66px;
            }

                #et-signIn-Form .et-signIn-body > form .et-btn-forget > a {
                    font-size: 15px;
                    line-height: 18px;
                    font-weight: normal;
                    color: #7A133E;
                }

                    #et-signIn-Form .et-signIn-body > form .et-btn-forget > a:hover {
                        text-decoration: underline !important;
                    }

            #et-signIn-Form .et-signIn-body > form .et-btnSingIn, .btn_red {
                background: #7A133E 0% 0% no-repeat padding-box;
                border-radius: 10px;
                font-weight: normal;
                font-size: 30px;
                line-height: 36px;
                color: #FFFFFF;
                padding: 20px 28px;
            }

        #et-signIn-Form .et-signIn-body .et-register {
            font-size: 20px;
            line-height: 24px;
            font-weight: normal;
            color: #7A133E;
            margin-top: 16px;
        }

            #et-signIn-Form .et-signIn-body .et-register > a {
                font-weight: bolder !important;
                font-size: 20px;
                line-height: 24px;
                color: #7A133E;
                margin-left: 6px;
            }

                #et-signIn-Form .et-signIn-body .et-register > a:hover {
                    text-decoration: underline !important;
                }

/* et-signIn-Form */
/* Media */
@media (max-width: 1200px) {
    #et-signIn-Form .et-signIn-body > form {
        padding: 94px 150px;
    }

        #et-signIn-Form .et-signIn-body > form .et-formGroup {
            max-width: 100%;
        }

    /* et-signIn-Form */
}

@media (max-width: 992px) {
    #et-signIn-Form {
        padding: 30px 20px 40px
    }

    ##et-signIn-Form h1 {
        font-size: 20px;
        line-height: 35px;
    }

    #et-signIn-Form h2 {
        line-height: 21px;
        font-size: 18px;
    }

    #et-signIn-Form .et-signIn-body {
        max-width: 100%;
        width: 100%;
    }

        #et-signIn-Form .et-signIn-body > form {
            padding: 64px 40px;
        }

            #et-signIn-Form .et-signIn-body > form .et-formGroup {
                max-width: 100%;
            }

                #et-signIn-Form .et-signIn-body > form .et-formGroup:first-of-type {
                    margin-bottom: 45px;
                }

                #et-signIn-Form .et-signIn-body > form .et-formGroup label {
                    font-size: 14px;
                    line-height: 18px;
                    white-space: nowrap;
                }

                    #et-signIn-Form .et-signIn-body > form .et-formGroup label.active, .date_selected label {
                        font-size: 14px;
                        line-height: 18px;
                        top: -25px;
                    }

                #et-signIn-Form .et-signIn-body > form .et-formGroup input {
                    font-size: 16px;
                    line-height: 21px;
                }

            #et-signIn-Form .et-signIn-body > form .et-btn-forget {
                margin: 9px 0 46px;
                font-size: 14px;
            }

            #et-signIn-Form .et-signIn-body > form .et-btnSingIn {
                font-size: 18px;
                line-height: 25px;
                padding: 18px 20px;
            }

        #et-signIn-Form .et-signIn-body .et-register {
            font-size: 16px;
            line-height: 24px;
            margin-top: 16px;
        }

            #et-signIn-Form .et-signIn-body .et-register > a {
                font-size: 16px;
                line-height: 24px;
                margin-left: 6px;
            }

    /* et-signIn-Form */
}

.recommended {
    background: transparent linear-gradient(255deg, #7A133E 0%, #2B3388 100%) 0% 0% no-repeat padding-box;
    border-radius: 31px;
    color: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    width: 163px;
    margin: 0 auto;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 500;
    z-index: 9;
}

@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%, 55%, 75%, 87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%, 55%, 75%, 87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

.bounce-top {
    -webkit-animation: bounce-top 2s alternate both;
    animation: bounce-top 2s alternate both;
}

/* Plan page*/
#et-plan-top-block {
    padding: 56px 0px 66px;
    background: #F6F8FB 0% 0% no-repeat padding-box;
}

    #et-plan-top-block .et-plan-title {
        margin-bottom: 55px;
        position: relative;
    }

        #et-plan-top-block .et-plan-title p, #et-plan-top-block .et-plan-title h2, #et-plan-top-block .et-plan-title h1 {
            color: #7A133E;
            font-size: 35px;
            line-height: 42px;
            font-weight: normal;
            margin-bottom: 10px;
        }

        #et-plan-top-block .et-plan-title h2, #et-plan-top-block .et-plan-title h1 {
            font-weight: bold;
        }

.sub_title {
    color: #7a133e;
    font-size: 35px;
    line-height: 42px;
    font-weight: normal;
    margin-bottom: 10px;
}

#et-plan-top-block .et-plan-title h2, #et-plan-top-block .et-plan-title h1 {
    font-weight: bold;
}
/* find doctor */
.sub_title {
    color: #fff;
}

#peopleSayISO.dos_donts h2 {
    margin-bottom: 0 !important;
}

#peopleSayISO.dos_donts {
    padding: 50px 0;
}

    #peopleSayISO.dos_donts #t-peopleSay-slider > .swiper-pagination1 {
        margin-top: 0;
    }

    #peopleSayISO.dos_donts .slick-dotted.slick-slider {
        margin-bottom: 80px;
    }

    #peopleSayISO.dos_donts .slick-dots {
        bottom: -80px;
    }

    #peopleSayISO.dos_donts #t-peopleSay-slider .et-card::before,
    #peopleSayISO.dos_donts #t-peopleSay-slider .et-card::after {
        content: none;
    }

    #peopleSayISO.dos_donts #t-peopleSay-slider .et-card {
        padding: 35px 60px 30px !important;
    }

.doc_answer {
    padding-left: 42px;
    margin-bottom: 34px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

    .doc_answer img {
        margin-left: -36px;
        margin-right: 10px;
        width: 26px;
    }

.doc_question {
    font-weight: 700;
    line-height: 28px;
}

/* choose doctor */

.doc_type {
    padding: 40px 0 84px;
    text-align: center;
}

    .doc_type .list-inline-item:not(:last-child) {
        margin-right: 45px;
    }

    .doc_type .sub_title {
        color: #222222;
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 18px;
    }

    .doc_type ul {
        margin-bottom: 60px;
    }

.btn_red {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 80px;
}

    .btn_red:hover,
    .btn_red:focus {
        text-decoration: none;
        color: #fff;
    }

.grey_box {
    background: #f6f8fb;
    border-radius: 10px;
    box-shadow: 0 1px 10px #0000000d;
}

.doc_type .grey_box {
    display: flex;
    padding: 70px;
    justify-content: space-between;
    margin-bottom: 22px;
}

    .doc_type .grey_box img {
        height: 60px;
        object-fit: contain;
    }

.body_content.grad_bg {
    background: linear-gradient(278deg, #7a133e, #4f6fb2);
    border-radius: 10px;
    color: #fff;
    padding: 4px 9px 6px;
    margin: 12px 0;
    font-weight: bold;
}

.mxw-300 {
    max-width: 300px;
    position: relative;
}

/* claim process */
.address_box ul.list-unstyled li a:hover {
    text-decoration: underline !important;
}

.claim_process .mxw-300 {
    max-width: 346px;
    position: relative;
}

.claim_process .body_content.grad_bg {
    margin: 12px auto;
    max-width: 300px;
}

.claim_process img.img_arrow {
    width: 34px;
    height: auto;
    margin-top: -44px;
}

.claim_process .body_content.link {
    color: #7a133e;
    margin-top: 12px;
    font-weight: 700;
}

    .claim_process .body_content.link:hover {
        text-decoration: underline !important;
    }

.doc_type.claim_process {
    padding: 60px 0;
}

    .doc_type.claim_process .grey_box {
        padding: 70px 50px;
        margin-bottom: 60px;
    }

.claim_status {
    background: url(../png/photo.png) no-repeat;
    background-size: cover;
    padding: 35px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    background-position: center left;
}

.claim_status_box {
    box-shadow: 0px 1px 10px #0000000d;
    border-radius: 10px;
    background: #f6f8fb;
    padding: 30px 65px 30px 45px;
    width: 55%;
}

.btn_check {
    background: #19265d;
    font-size: 20px;
    width: 284px;
    height: 51px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 50px;
}

    .btn_check:hover,
    .btn_check:focus {
        color: #fff;
        text-decoration: none;
    }

.contact_info {
    margin-top: 65px;
}

.claim_process .small_title {
    margin: 14px 0 20px;
}

.contact_info .body_content {
    margin-bottom: 20px;
}

.contact_info a {
    color: #222222;
}

.border-0 {
    border: 0 !important;
}
/* et-plan-top-block */
#et-plan-cardsGroup .et-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 5px #00000029;
    border-radius: 10px;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 500px;
    width: 100%; /* et-card-header */ /* et-card-body */ /* et-card-footer */
}

    #et-plan-cardsGroup .et-card:before {
        content: '';
        width: 100%;
        height: 14px;
        display: block;
        box-shadow: 0px 1px 10px #0000000D;
        border-radius: 10px 10px 0px 0px;
    }

    #et-plan-cardsGroup .et-card .et-card-header {
        padding: 36px 33px 34px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

        #et-plan-cardsGroup .et-card .et-card-header a, #et-plan-cardsGroup .et-card .et-card-header h2 {
            color: #222222;
            font-weight: bold;
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 13px;
            text-decoration: none !important;
        }

        #et-plan-cardsGroup .et-card .et-card-header a:hover {
            text-decoration: underline !important;
        }
        #et-plan-cardsGroup .et-card .et-card-header img { width: 30px }

            #et-plan-cardsGroup .et-card .et-card-header a.view-brochure { font-size: 16px !important; text-decoration: underline !important; font-weight: normal;line-height:18px }
    #et-plan-cardsGroup .et-card.recommendedPlan {
        box-shadow: 0px 10px 20px #00000040;
    }

    #et-plan-cardsGroup .et-card .et-card-header p {
        color: #222222;
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
    }

        #et-plan-cardsGroup .et-card .et-card-header p > span {
            font-weight: bolder;
            font-size: 35px;
            line-height: 42px;
            margin-right: 4px;
        }

        #et-plan-cardsGroup .et-card .et-card-header p ~ img {
            max-height: 32px;
        }

    #et-plan-cardsGroup .et-card .et-card-body {
        padding: 0 33px;
    }

    #et-plan-cardsGroup .et-card ul {
        list-style-image: url("../png/tick.png");
        list-style-position: outside;
        margin-bottom: 0;
        padding-left: 30px;
    }

        #et-plan-cardsGroup .et-card ul li {
            font-size: 18px;
            line-height: 26px;
            font-weight: normal;
            color: #222222;
            padding-left: 13px;
        }

            #et-plan-cardsGroup .et-card ul li a, #et-palnid-covers .et-planid-tableCovers a {
                color: #222222;
                text-decoration: underline
            }
        /*#et-plan-cardsGroup .et-card ul:first-of-type { border-top: 3px solid rgba(163, 163, 163, 0.2); border-bottom: 3px solid rgba(163, 163, 163, 0.2); padding-top: 30px; padding-bottom: 30px; }*/
        #et-plan-cardsGroup .et-card ul:last-of-type {
            border-top: 3px solid rgba(163, 163, 163, 0.2);
            padding-top: 30px;
            padding-bottom: 30px;
        }
        /*#et-plan-cardsGroup .et-card ul:first-of-type > li:first-of-type { margin-bottom: 22px; }*/
        #et-plan-cardsGroup .et-card ul:first-of-type > li > span {
            font-weight: 600;
            font-size: 25px;
            line-height: 45px;
            color: #222222;
        }

        #et-plan-cardsGroup .et-card ul:last-of-type {
            padding-top: 34px;
            padding-bottom: 0;
        }

            #et-plan-cardsGroup .et-card ul:last-of-type li:not(:last-child) {
                margin-bottom: 12px;
            }

    #et-plan-cardsGroup .et-card .et-card-footer {
        padding: 0 33px 30px;
    }

        #et-plan-cardsGroup .et-card .et-card-footer:not(:last-child) {
            padding: 0 33px 20px;
        }

#et-schoolplan-body #et-plan-cardsGroup .et-card .et-card-footer {
    padding: 0 33px 15px;
}

#et-plan-cardsGroup .et-card .et-card-footer .et-btn-planBuy {
    background: #7A133E 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 21px 28px;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    transition: .2s;
}

    #et-plan-cardsGroup .et-card .et-card-footer .et-btn-planBuy:hover {
        background-color: #79BD9A;
    }

#et-plan-cardsGroup .et-card .et-card-footer .et-collapes-cardBody {
    color: #222222;
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    margin: 0 auto;
}

    #et-plan-cardsGroup .et-card .et-card-footer .et-collapes-cardBody:after {
        content: '';
        background: url("../svg/arrow.svg") no-repeat center;
        background-size: cover;
        display: block;
        width: 12px;
        height: 7px;
        margin: 5px auto 0;
    }

    #et-plan-cardsGroup .et-card .et-card-footer .et-collapes-cardBody.active:after {
        transform: rotate(180deg);
    }

#et-plan-cardsGroup .et-card.et-card-orange {
    margin-right: auto;
}

    #et-plan-cardsGroup .et-card.et-card-orange:before {
        background: transparent linear-gradient(92deg, #D6920A 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
    }

    #et-plan-cardsGroup .et-card.et-card-orange .et-card-header p > span {
        color: #D99B1F;
    }
/*#et-plan-cardsGroup .et-card.et-card-gray { margin: auto; }*/
#et-plan-cardsGroup .et-card.et-card-gray:before {
    background: transparent linear-gradient(92deg, #9FA0A0 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

#et-plan-cardsGroup .et-card.et-card-gray .et-card-header p > span {
    color: #9FA0A0;
}
/*#et-plan-cardsGroup .et-card.et-card-blue { margin-left: auto; }*/
#et-plan-cardsGroup .et-card.et-card-blue:before {
    background: transparent linear-gradient(92deg, #18207D 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
}

#et-plan-cardsGroup .et-card.et-card-blue .et-card-header p > span {
    color: #18207D;
}

#et-plan-cardsGroup .et-card:hover {
    box-shadow: 0px 0px 35px #00000029;
}

    #et-plan-cardsGroup .et-card:hover .et-card-footer .et-btn-planBuy {
        background-color: #79BD9A;
    }

/* #et-plan-cardsGroup */
#et-plan-help-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 40px 0;
}

    #et-plan-help-block h3 {
        font-weight: bolder;
        font-size: 30px;
        line-height: 45px;
        color: #7A133E;
    }

        #et-plan-help-block h3 a {
            color: inherit;
            text-decoration: underline;
        }

        #et-plan-help-block h3 ~ p {
            color: #222222;
            font-size: 20px;
            font-weight: normal;
            line-height: 26px;
        }

    #et-plan-help-block .et-planHelp-readMore {
        color: #FFFFFF;
        font-weight: normal;
        font-size: 25px;
        line-height: 30px;
        background: transparent linear-gradient(286deg, #7A133E 0%, #4F6FB2 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 10px #0000000D;
        border-radius: 10px;
        height: 100%;
        display: block;
        padding: 0 49px;
        height: 68px;
        width: 268px;
        margin-left: 15px;
    }

    #et-plan-help-block a.et-planHelp-readMore {
        align-items: center !important;
        justify-content: center;
        display: flex;
        text-decoration: none
    }
/* et-plan-help-block */
/* Media */

@media (max-width: 1770px) {
    .claim_process .mxw-300 {
        width: 340px;
    }

    .claim_process .body_content.grad_bg {
        max-width: 270px;
    }

    .doc_type .grey_box,
    .doc_type.claim_process .grey_box {
        padding: 40px;
    }

    .claim_process img.img_arrow {
        margin-top: -70px;
    }
}

@media (max-width: 1681px) {
    .related_article {
        padding: 50px 0;
    }

    .about_health .student_box {
        padding: 50px;
    }

    .about_health {
        padding: 50px 0;
    }

        .about_health .img_balloon {
            max-width: 270px;
        }

    .article_blog {
        max-width: 750px;
        margin-bottom: 50px;
    }

    .gutter_30 {
        margin-left: -15px;
        margin-right: -15px;
    }

        .gutter_30 [class*="col-"] {
            padding-left: 15px;
            padding-right: 15px;
        }

    .blog_block {
        margin-top: 30px;
    }

    .new_blog_title.page_title {
        padding: 30px 0 50px;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        border-radius: 70px;
    }

    .claim_process img.img_arrow {
        margin-top: 50px;
    }

    .claim_process .mxw-300 {
        max-width: 246px;
        width: 100%;
    }

    .claim_process .body_content.grad_bg {
        max-width: 215px;
    }

    .doc_type .grey_box img {
        height: 45px;
    }

    .btn_red {
        max-width: 300px;
        height: 58px;
    }

    .doc_type ul {
        margin-bottom: 40px;
    }

    .doc_question {
        line-height: 24px;
        font-size: 16px;
    }

    .doc_type .sub_title {
        margin-top: 40px;
    }

    .doc_answer img {
        margin-left: -28px;
        margin-right: 8px;
        width: 20px;
    }

    .mxw-300 {
        max-width: 210px;
    }

    .doc_type.claim_process {
        padding: 40px 0;
    }

    .doc_answer {
        padding-left: 30px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    #peopleSayISO.dos_donts #t-peopleSay-slider .et-card {
        padding: 35px 35px 30px !important;
    }

    #user-reProgram .user-referral-prog-block .user-referral-prog-card table td {
        padding-bottom: 5px !important;
    }

    #et-plan-top-block {
        padding: 43px 0px;
    }

    #et-plan-cardsGroup .et-card .et-card-header a,
    #et-plan-cardsGroup .et-card .et-card-header a h2 {
        line-height: 20px !important;
        margin-bottom: 5px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-body ul:first-of-type > li > span {
        line-height: 32px;
    }

    #et-plan-cardsGroup .et-card .et-card-body ul:last-of-type li {
        margin-bottom: 8px;
    }

    #et-plan-cardsGroup .et-card .et-card-body ul:last-of-type {
        padding-bottom: 24px;
    }

    .claim_status_box {
        padding: 25px;
    }

    .btn_check {
        font-size: 18px;
        width: 220px;
        height: 48px;
        line-height: 47px;
    }

    .doc_type.claim_process .grey_box {
        margin-bottom: 40px;
    }

    .contact_info {
        margin-top: 40px;
    }
}

@media (max-width: 1366px) {
    .claim_process img.img_arrow {
        width: 22px;
    }
}


@media (max-width: 1200px) {
    .btn_check {
        font-size: 16px;
        width: 180px;
        height: 42px;
        line-height: 41px;
    }

    #et-plan-cardsGroup .et-card {
        max-width: 100%;
    }

        #et-plan-cardsGroup .et-card .et-card-footer .et-btn-planBuy {
            background: #79bd9a;
        }

    .doc_answer br {
        display: none;
    }

    .doc_type .grey_box {
        padding: 25px;
    }

    .mxw-300 {
        max-width: 200px;
    }

    .doc_type .health_logo {
        height: 40px;
    }

    .claim_process .body_content.grad_bg {
        max-width: 185px;
    }

    .claim_status {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .article_blog {
        max-width: 100%;
        margin: 0 20px 50px;
    }

    .related_article {
        padding: 30px 20px;
    }

        .related_article .blog_block {
            margin-top: 30px;
        }

    .about_health .student_box {
        padding: 40px;
    }

    .about_health {
        padding: 30px 20px;
    }

    .new_blog_title.page_title {
        padding: 30px 20px 50px;
    }

    .main_title + p, .main_title + h2, .main_title_smaller { font-size: 18px !important; line-height: 28px !important; }

    #peopleSayISO.dos_donts #t-peopleSay-slider .et-card {
        padding: 35px 25px 30px !important;
    }

    #et-plan-top-block {
        padding: 43px 20px;
    }

    .doc_question {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .doc_answer {
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 18px;
    }

        .doc_answer img {
            margin-left: -20px;
            margin-right: 5px;
            width: 15px;
        }
}

@media (max-width: 992px) {
    img.back_link {
        display: none
    }

    .main_article {
        padding-bottom: 13px;
    }

    .article_blog {
        margin: 0 20px 50px;
    }

    .social_media {
        position: static;
        margin-left: 20px;
        width: auto;
        text-align: left;
        margin-top: 0
    }

        .social_media li {
            display: inline-block;
            margin-right: 12px;
        }

    .claim_process img.img_arrow {
        display: none;
    }

    .mxw-300 {
        max-width: 40%;
        margin-bottom: 40px;
    }

    .doc_type .grey_box .mxw-300:nth-child(3),
    .doc_type .grey_box .mxw-300:last-child {
        margin: 0;
    }

    .doc_type .grey_box {
        padding: 25px;
        margin: 0 15px 15px;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .btn_red {
        height: 55px;
    }

    #et-plan-cardsGroup .et-card .et-card-header a {
        text-decoration: underline;
    }

    #et-plan-top-block .et-plan-title {
        margin-bottom: 14px;
    }

        #et-plan-top-block .et-plan-title p, #et-plan-top-block .et-plan-title h2, #et-plan-top-block .et-plan-title h {
            font-size: 20px;
            line-height: 26px;
        }

    /* et-plan-top-block */
    #et-plan-cardsGroup .et-card .et-card-header {
        padding: 18px 20px 17px;
    }

        #et-plan-cardsGroup .et-card .et-card-header a,
        #et-plan-cardsGroup .et-card .et-card-header a h2 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 8px;
            text-decoration: underline !important;
        }

        #et-plan-cardsGroup .et-card .et-card-header p {
            font-size: 16px;
        }

            #et-plan-cardsGroup .et-card .et-card-header p > span {
                font-size: 22px;
                line-height: 27px;
            }

            #et-plan-cardsGroup .et-card .et-card-header p ~ img {
                max-height: 24px;
            }

    #et-plan-cardsGroup .et-card .et-card-body {
        padding: 7px 20px 0;
    }

        #et-plan-cardsGroup .et-card .et-card-body ul {
            list-style-image: url("../png/tickmb.png");
        }

            #et-plan-cardsGroup .et-card .et-card-body ul li {
                font-size: 14px;
                line-height: 18px;
            }

            #et-plan-cardsGroup .et-card .et-card-body ul:first-of-type {
                padding-top: 24px;
                padding-bottom: 24px;
            }

                /*#et-plan-cardsGroup .et-card .et-card-body ul:first-of-type > li:first-of-type { margin-bottom: 17px; }*/

                #et-plan-cardsGroup .et-card .et-card-body ul:first-of-type > li > span {
                    font-size: 16px;
                    line-height: 26px;
                }

            #et-plan-cardsGroup .et-card .et-card-body ul:last-of-type {
                padding-top: 24px;
                padding-bottom: 24px;
            }

                #et-plan-cardsGroup .et-card .et-card-body ul:last-of-type li {
                    margin-bottom: 14px;
                }

    #et-plan-cardsGroup .et-card .et-card-footer {
        padding: 0 20px 18px;
    }

        #et-plan-cardsGroup .et-card .et-card-footer .et-btn-planBuy {
            padding: 13px 25px;
            font-size: 18px;
            line-height: 22px;
            background: #79BD9A;
        }

    #et-plan-help-block {
        padding: 32px 0 33px;
    }

        #et-plan-help-block h3 {
            font-size: 20px;
            line-height: 28px;
        }

            #et-plan-help-block h3 ~ p {
                font-size: 16px;
                line-height: 20px;
            }

        #et-plan-help-block .et-planHelp-readMore {
            font-size: 20px;
            line-height: 24px;
            padding: 12px 48px;
            margin-top: 0;
            height: auto;
        }

    /* et-plan-help-block */
}

@media (max-width: 767px) {
    .planss .et-card-body.show, .planss-c .et-card-body.show {
        max-height: 550px;
    }

    #et-plan-cardsGroup .et-card ul li {
        font-size: 14px;
        line-height: 20px;
    }

    #et-plan-cardsGroup .et-card ul:first-of-type > li > span {
        font-size: 16px;
        line-height: 24px;
    }

    .recommendedPlan {
        overflow: hidden;
    }

    .recommended {
        height: 24px;
        line-height: 24px;
        top: 20px;
        left: auto;
        right: -34px;
        font-size: 13px;
        transform: rotate(35deg);
    }

    #questionsHelp #et-accordionHelp p.card-body, .Answer {
        max-width: 100%;
    }

    .about_health .student_box {
        padding: 30px 20px;
        margin: 0 -20px;
        max-width: calc(100% + 40px);
    }

    .about_health {
        padding: 0;
    }

        .about_health .student_box h4 {
            font-size: 20px;
            line-height: 28px;
        }

        .about_health .img_balloon {
            max-width: 270px;
            margin: 30px auto 20px;
        }

    .main_article::before {
        content: none
    }

    .related_article {
        padding: 20px 0;
    }

    .main_article {
        padding-top: 22px;
        padding-bottom: 13px;
    }

    .related_article .blog_block {
        margin-top: 20px;
    }

    .article_blog {
        margin: 0 0 22px;
    }

    .category_title {
        padding: 20px 0 !important;
    }

    .main_blog .btn_learn {
        display: none;
    }

    .blog_cateory {
        font-size: 14px;
        line-height: 17px;
        padding: 3px 15px 5px;
        display: block;
        float: none;
        width: fit-content;
        margin-top: 10px;
    }

    p.blog_date {
        margin-bottom: 10px;
    }

    .new_blog_title.page_title {
        padding: 21px 0;
    }

    .main_title + p, .main_title + h2, .main_title_smaller { font-size: 16px !important; line-height: 22px !important; }

        .main_title + p br, .main_title + h2 br {
            display: none
        }

    .doc_type.claim_process {
        padding: 30px 0;
    }

        .doc_type.claim_process .grey_box img {
            height: 50px;
            width: 60px;
            object-fit: contain;
        }

        .doc_type.claim_process .grey_box .mxw-300:nth-last-child(3) {
            margin: 0 0 35px !important;
        }

    .claim_status {
        padding: 26px 20px;
        background: #68bece;
        margin: 0 -20px;
    }

    .contact_info {
        margin-top: 30px;
    }

    .btn_check {
        width: 100%;
        height: 46px;
        line-height: 43px;
    }

    .claim_status_box {
        padding: 30px 20px;
        width: 100%;
    }

        .claim_status_box .doc_type .sub_title {
            margin-bottom: 12px;
        }

    .claim_process .mxw-300 {
        max-width: 100%;
    }

    .doc_type.claim_process .grey_box {
        margin-bottom: 30px;
        padding: 30px 20px;
    }

    .doc_type ul {
        margin-bottom: 14px;
    }

    .btn_red {
        height: 48px;
        max-width: 215px;
        padding: 12px 15px;
    }

    .doc_type .sub_title {
        margin-top: 30px;
    }

    .doc_type .grey_box {
        padding: 26px 20px;
        margin: 0 0 20px;
    }

        .doc_type .grey_box .body_content.grad_bg {
            font-size: 18px;
            line-height: 26px;
        }

        .doc_type .grey_box .mxw-300:nth-child(3) {
            margin: 0 0 30px;
        }

        .doc_type .grey_box img {
            height: 52px;
        }

    .doc_type .body_content {
        line-height: 24px;
    }

    .mxw-300 {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .body_content {
        text-decoration: none !important;
    }

    .doc_type {
        padding: 18px 0 40px;
    }

        .doc_type .list-inline-item:not(:last-child) {
            margin-right: 18px;
        }

        .doc_type .health_logo {
            height: 28px;
        }

    .contact_info .body_content {
        margin-bottom: 27px;
    }

    .claim_process .small_title {
        margin: 12px 0 27px;
    }

    .claim_process .body_content.link {
        margin-top: 3px;
        text-decoration: underline !important;
    }

    #et-plan-cardsGroup .et-card .et-card-header a,
    #et-plan-cardsGroup .et-card .et-card-header a h2 {
        line-height: 24px !important;
        margin-bottom: 8px !important;
    }

    .et-menu-close .a {
        fill: #7A133E;
    }

    .et-menu-close {
        z-index: 9999999;
    }
}
/* PlanId page */
/* et-planid-top section */
#et-planid-top {
    background: transparent linear-gradient(96deg, #D6920A 0%, #F6F8FB 150%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
    padding: 40px 0;
}

    #et-planid-top h2, #et-planid-top h1 {
        font-weight: bold;
        font-size: 50px;
        line-height: 60px;
        color: #FFFFFF;
    }

    #et-planid-top h2.plan-tagline{
        font-size: 1.3rem !Important;
        font-weight: normal;
        margin: 0 0 1rem 0;

        }

        #et-planid-top h2 ~ p, #et-planid-top h1 ~ p {
            font-weight: normal;
            font-size: 30px;
            line-height: 45px;
            color: #FFFFFF;
        }

        
/* et-planid-mainBenefis section */
#et-planid-mainBenefis {
    padding: 43px 0;
}


.et-benefits-box {
    padding: 36px 37px 30px;
    background: #F6F8FB 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 10px;
}

    .et-benefits-box h3 {
        color: #222222;
        font-weight: bold;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 7px;
    }

    .et-benefits-box .main-bef-cols {
        padding: 8px 0;
        align-items: center;
    }

        .et-benefits-box .main-bef-cols p {
            color: #222222;
            font-size: 20px;
            font-weight: normal;
            line-height: 26px;
        }

        .et-benefits-box .main-bef-cols svg {
            width: 26px;
            height: 25px;
            margin-right: 8px;
        }

            .et-benefits-box .main-bef-cols svg > path {
                fill: #d99c22;
            }

.et-planid-form {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 3;
    width: calc(100% - 36px);
    background: #F6F8FB 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 10px;
    padding-top: 46px;
}

    .et-planid-form .et-form-group {
        padding: 0 40px;
    }

        .et-planid-form .et-form-group:not(:last-of-type) {
            margin-bottom: 50px;
        }

        .et-planid-form .et-form-group span {
            color: #222222;
            font-weight: normal;
            font-size: 25px;
            line-height: 30px;
            margin-right: 23px;
            width: 55%;
        }

        .et-planid-form .et-form-group .et-input-group {
            padding: 0 0 6px;
            width: 45%;
            border-bottom-color: #7A133E;
        }

            .et-planid-form .et-form-group .et-input-group > input[type=number] {
                font-weight: normal;
                font-size: 25px;
                width: 100%;
            }

            .et-planid-form .et-form-group .et-input-group > .et-btn {
                width: 30px;
                height: 25px;
            }

                .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-age-Plus:before, .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-ageMinus:after {
                    display: none;
                }

                .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-ageMinus > svg, .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-age-Plus > svg {
                    width: 100%;
                }

                    .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-ageMinus > svg > path, .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-age-Plus > svg > path {
                        fill: #7A133E;
                    }

        .et-planid-form .et-form-group p {
            width: 45%;
            text-align: center;
            color: #7A133E;
            font-weight: bold;
            font-size: 50px;
            line-height: 40px;
        }

    .et-planid-form .et-btn-planid-buy {
        margin-top: 60px;
        font-size: 30px;
        font-weight: normal;
        color: #FFFFFF;
        background: #7A133E 0% 0% no-repeat padding-box;
        border-radius: 0px 0px 10px 10px;
        padding: 29px;
        width: 100%;
        transition: .2s;
    }

        .et-planid-form .et-btn-planid-buy:hover {
            background: #79BD9A;
        }

/* et-palnid-covers section */
#et-palnid-covers .et-palnid-covers-body {
    background: #F6F8FB 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 10px;
    margin-left: 0;
    padding: 20px 37px 41px;
    margin-bottom: 57px;
    margin-right: 0;
}

    #et-palnid-covers .et-palnid-covers-body h3 {
        font-weight: bold;
        font-size: 30px;
        letter-spacing: 0px;
        color: #222222;
        margin-bottom: 20px;
        line-height: 50px;
    }

.et-planid-tableCovers td {
    font-weight: normal;
    font-size: 20px;
    color: #222222;
    padding-bottom: 20px;
    line-height: 26px;
}

.et-planid-brochure {
    width: calc(100% - 36px);
    margin-left: auto;
}

    .et-planid-brochure h5 {
        color: #222222;
        font-weight: normal;
        font-size: 25px;
        line-height: 30px;
        white-space: nowrap;
    }

    .et-planid-brochure .et-pdf-box {
        margin: 0 10px;
        min-width: 67px;
    }

        .et-planid-brochure .et-pdf-box img {
            width: 39px;
            height: 40px;
        }

        .et-planid-brochure .et-pdf-box span {
            white-space: nowrap;
            color: #222222;
            font-weight: normal;
            font-size: 15px;
            margin-top: 7px;
            text-align: center;
            padding: 0 5px;
            display: block;
        }

/* et-planid-eligible section */
#et-planid-eligible {
    margin-bottom: 62px;
}

.et-eligible-accordion {
    background: #F6F8FB 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 10px;
    padding: 42px 37px;
}

    .et-eligible-accordion .et-eligible-open {
        font-size: 30px;
        font-weight: normal;
        color: #222222;
        padding: 0;
        width: 100%;
        position: relative;
        transition: .5s;
    }

        .et-eligible-accordion .et-eligible-open:hover, .et-eligible-accordion .et-eligible-open.active {
            font-weight: bold;
        }

        .et-eligible-accordion .et-eligible-open::after {
            content: '';
            width: 12px;
            height: 13px;
            background-image: url("../svg/plus_black.svg");
            background-repeat: no-repeat;
            background-position: center;
            display: block;
        }

        .et-eligible-accordion .et-eligible-open.active::after {
            background-image: url("../svg/minus_black.svg");
        }

        .et-eligible-accordion .et-eligible-open:focus {
            box-shadow: 0 0;
            outline: 0;
        }

    .et-eligible-accordion .et-eligible-body {
        display: none;
        padding: 32px 0 26px;
        max-width: 1030px;
        width: 100%;
    }

        .et-eligible-accordion .et-eligible-body p {
            color: #222222;
            font-size: 20px;
            font-weight: normal;
            line-height: 26px;
        }

            .et-eligible-accordion .et-eligible-body p:not(:last-of-type) {
                margin-bottom: 32px;
            }

/* MEDIA */
@media (max-width: 1200px) {
    /* et-planid-mainBenefis section */
    /* et-palnid-covers section */
    #et-planid-top {
        padding: 40px 0;
    }

    .et-planid-form .et-form-group {
        padding: 0 25px;
    }

    .et-benefits-box, .et-school-covers-body {
        padding: 30px 25px 30px;
    }

    .et-eligible-accordion {
        padding: 25px !important;
    }

    .et-planid-form .et-form-group span {
        margin-right: 5px;
    }

    #et-palnid-covers .et-palnid-covers-body {
        box-shadow: 0 0;
        border-radius: 0px;
        margin-right: 0;
        padding: 0;
        background: transparent;
    }

    .et-palnid-covers-body-mob {
        background: #F6F8FB 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 10px #0000000D;
        border-radius: 10px;
        padding: 20px 37px 41px;
    }

        .et-palnid-covers-body-mob ~ div.col-12.col-xl-4 {
            padding-left: 0;
            padding-right: 0;
        }

    .et-planid-brochure {
        width: 100%;
        margin: auto;
        margin-top: 26px;
    }
}

@media (max-width: 1024px) {
    #et-palnid-covers {
        padding: 0 20px;
    }

    #et-planid-eligible {
        padding: 0 20px;
    }

    #et-planid-top {
        padding: 40px 20px;
    }

    #et-plan-help-block {
        padding: 32px 20px 33px;
    }
}

@media (max-width: 992px) {
    /* et-planid-top section */
    nav ul a {
        padding: 0;
    }

    .et-planid-form {
        position: static;
        width: 100%;
        margin-bottom: 50px;
    }

    #et-planid-top {
        padding: 12px 20px 16px;
    }

        #et-planid-top h2, #et-planid-top h1 {
            font-size: 20px;
            line-height: 24px;
        }

            #et-planid-top h2 ~ p, #et-planid-top h1 ~ p {
                font-size: 16px;
                line-height: 26px;
            }

    /* et-planid-mainBenefis section */
    #et-planid-mainBenefis {
        padding: 30px 20px 20px;
    }

    .et-benefits-box {
        padding: 22px 20px 30px;
    }

        .et-benefits-box h3 {
            font-size: 20px;
            line-height: 50px;
            margin-bottom: 0px;
        }

        .et-benefits-box .main-bef-cols {
            padding: 6px 0;
        }

            .et-benefits-box .main-bef-cols p {
                font-size: 14px;
            }

            .et-benefits-box .main-bef-cols svg {
                width: 19px;
                height: 18px;
                margin-right: 4px;
            }

    .et-planid-form {
        padding-top: 32px;
        margin-bottom: 20px;
    }

        .et-planid-form .et-form-group:not(:last-of-type) {
            margin-bottom: 20px;
        }

        .et-planid-form .et-form-group span {
            font-size: 16px;
            line-height: 19px;
            margin-right: 22px;
            width: 55%;
        }

        .et-planid-form .et-form-group .et-input-group {
            width: 45%;
        }

            .et-planid-form .et-form-group .et-input-group > input[type=number] {
                font-size: 16px;
            }

            .et-planid-form .et-form-group .et-input-group > .et-btn {
                width: 25px;
                height: 25px;
            }

        .et-planid-form .et-form-group p {
            width: 45%;
            font-size: 22px;
            line-height: 40px;
            text-align: left;
        }

        .et-planid-form .et-btn-planid-buy {
            margin-top: 32px;
            font-size: 18px;
            background: #79BD9A;
            padding: 13px;
        }

    /* et-palnid-covers section */
    #et-palnid-covers {
        padding: 0 20px;
    }

        #et-palnid-covers .et-palnid-covers-body {
            margin-bottom: 26px;
        }

            #et-palnid-covers .et-palnid-covers-body h3 {
                font-size: 20px;
                margin-bottom: 0px;
                line-height: 50px;
            }

    .et-palnid-covers-body-mob {
        padding: 22px 20px 17px;
    }

    .et-planid-tableCovers td {
        font-size: 14px;
        padding: 11px 0 12px;
        line-height: 20px;
        border-bottom: 1px solid rgba(163, 163, 163, 0.2);
    }

        .et-planid-tableCovers td:first-of-type {
            padding-right: 17px;
            width: 75%;
        }

    .et-planid-tableCovers tr:last-of-type > td {
        border-bottom: 0;
    }

    .et-planid-tableCovers tr {
        vertical-align: top;
    }

    .et-planid-brochure h5 {
        font-size: 14px;
        line-height: 17px;
        white-space: normal;
    }

    .et-planid-brochure .et-pdf-box {
        min-width: 45px;
    }

        .et-planid-brochure .et-pdf-box img {
            width: 24px;
            height: 24px;
        }

        .et-planid-brochure .et-pdf-box span {
            font-size: 12px;
        }

    /* et-planid-eligible section */
    #et-planid-eligible {
        margin-bottom: 31px;
        padding: 0 20px;
    }

    .et-eligible-accordion {
        padding: 22px 20px;
    }

        .et-eligible-accordion .et-eligible-open {
            font-size: 20px;
            font-weight: bold;
        }

        .et-eligible-accordion .et-eligible-body {
            display: none;
            padding: 16px 0 3px;
            max-width: 1030px;
            width: 100%;
        }

            .et-eligible-accordion .et-eligible-body p {
                font-size: 14px;
                line-height: 20px;
            }

                .et-eligible-accordion .et-eligible-body p:not(:last-of-type) {
                    margin-bottom: 20px;
                }

    #et-plan-cardsGroup .et-card .et-card-body ul:first-of-type > li:not(:last-child) {
        margin-bottom: 10px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-body ul:first-of-type > li {
        line-height: 16px !important;
    }
}

@media (max-width: 767px) {
    .article_blog h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

        .article_blog h2 br {
            display: none;
        }

    .article_blog img {
        margin-bottom: 10px;
    }

    .social_media {
        margin-left: 0;
    }

    .address_box ul {
        column-count: 1;
        display: flex;
        flex-direction: column;
    }

        .address_box ul.list-unstyled li:nth-last-of-type(even) {
            order: 1;
        }

        .address_box ul.list-unstyled li:nth-last-of-type(odd) {
            order: 2;
        }

        .address_box ul.list-unstyled li a {
            margin-bottom: 11px !important;
            margin-top: 0 !important;
        }

        .address_box ul.list-unstyled li:last-child a {
            margin-bottom: 0 !important;
        }

    #et-planid-mainBenefis {
        padding: 20px 0 !important;
    }

    .et-planid-form .et-form-group {
        padding: 0 20px !important;
    }

    .et-school-accordion {
        margin-bottom: 26px;
        padding: 17px 20px !important;
    }

    .et-planid-form .et-form-group span {
        font-size: 16px !important;
        line-height: 19px !important;
    }

    #et-planid-eligible {
        margin-bottom: 26px !important;
        padding: 0 !important;
    }

    .et-eligible-accordion .et-eligible-open {
        font-size: 20px !important;
        font-weight: bold !important;
    }

    .et-planid-form .et-btn-planid-buy {
        font-size: 18px !important;
        padding: 6px !important;
    }

    .et-benefits-box h3, .et-school-covers-body h3, #et-palnid-covers .et-palnid-covers-body h3 {
        font-size: 20px !important;
        line-height: 50px !important;
        margin-bottom: 0px !important;
    }

    #et-palnid-covers {
        padding: 0 !important;
    }

    .et-school-covers-body, .et-palnid-covers-body-mob {
        padding: 22px 20px 17px !important;
    }

    #peopleSayISO #t-peopleSay-slider .et-card {
        margin: 0 5px;
    }

    .video-area:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #a3a3a3;
        opacity: 0.3;
        top: 0;
        z-index: 9;
        left: 0;
    }

    .about_video_overlay:before {
        content: none;
    }

    .video-area {
        position: relative;
        margin-top: -86px;
    }
}

/* School page */
/* et-school-top section */
#et-school-top {
    padding: 51px 0 39px;
    background: transparent linear-gradient(97deg, #19265D 0%, #4F6FB2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
}

    #et-school-top h2 {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 50px;
        line-height: 60px;
    }

        #et-school-top h2 ~ h3 {
            color: #FFFFFF;
            font-weight: normal;
            font-size: 30px;
            line-height: 45px;
            min-height: 34px
        }

            #et-school-top h2 ~ h3 ~ p {
                margin-top: 10px;
                color: #FFFFFF;
                font-weight: normal;
                font-size: 22px;
                line-height: 45px;
            }

/* et-school-box block*/
#et-school-box .et-benefits-box .main-bef-cols svg > path {
    fill: #19265D;
}

#et-school-box .et-planid-form .et-form-group p {
    color: #19265D;
}

#et-school-box .et-planid-form .et-form-group .et-input-group {
    border-bottom-color: #19265D;
}

    #et-school-box .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-ageMinus > svg, #et-school-box .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-age-Plus > svg {
        width: 100%;
    }

        #et-school-box .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-ageMinus > svg > path, #et-school-box .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-age-Plus > svg > path {
            fill: #19265D;
        }

/* et-school-covers-body block */
.et-school-covers-body {
    background: #F6F8FB 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 10px;
    margin-left: 0;
    padding: 20px 37px 41px;
    margin-bottom: 57px;
}

    .et-school-covers-body h3 {
        font-weight: bold;
        font-size: 30px;
        letter-spacing: 0px;
        color: #222222;
        margin-bottom: 20px;
        line-height: 50px;
    }

/* et-school-brochure block */
.et-school-brochure {
    width: calc(100% - 21px);
    margin-bottom: 35px;
}

    .et-school-brochure > h5 {
        width: 45%;
    }

/* et-school-brochure-btn-group block */
.et-school-brochure-btn-group {
    width: calc(100% - 21px);
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

    .et-school-brochure-btn-group button {
        font-weight: normal;
        font-size: 25px;
        line-height: 30px;
        color: #FFFFFF;
        background: #19265D 0% 0% no-repeat padding-box;
        border-radius: 10px;
        margin-bottom: 27px;
        padding: 18px 20px;
    }

        .et-school-brochure-btn-group button:hover {
            text-decoration: underline !important;
        }

/* et-school-accordion block*/
.et-school-accordion {
    margin-bottom: 57px;
}

.floating-button-div {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.fb {
    background-color: #7A133E;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

footer #footer-middleBlock .fb img {
    width: 26px;
}

@media (min-width: 1681px) {
    footer #footer-middleBlock .fb img {
        width: 32px;
    }
}

@media (max-width: 1139px) and (min-width: 1025px) {
    footer #footer-middleBlock .fb img {
        width: 32px;
    }
}
/* Media */
@media (max-width: 1681px) {

    /* #et-school-top {
        padding: 30px 0;
    }

    .et-planid-form .et-form-group:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .et-school-accordion, .et-school-covers-body, #et-planid-eligible {
        margin-bottom: 43px;
    }*/
    #peopleSayISO #t-peopleSay-slider .et-card {
        border-radius: 70px;
    }

    .claim_process img.img_arrow {
        margin-top: 50px;
    }

    .claim_process .mxw-300 {
        max-width: 246px;
        width: 100%;
    }

    .claim_process .body_content.grad_bg {
        max-width: 215px;
    }

    .doc_type .grey_box img {
        height: 45px;
    }

    .btn_red {
        max-width: 300px;
        height: 58px;
    }

    .doc_type ul {
        margin-bottom: 40px;
    }

    .doc_question {
        line-height: 24px;
        font-size: 16px;
    }

    .doc_type .sub_title {
        margin-top: 40px;
    }

    .doc_answer img {
        margin-left: -28px;
        margin-right: 8px;
        width: 20px;
    }

    .mxw-300 {
        max-width: 210px;
    }

    .doc_type.claim_process {
        padding: 40px 0;
    }

    .doc_answer {
        padding-left: 30px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    #peopleSayISO.dos_donts #t-peopleSay-slider .et-card {
        padding: 35px 35px 30px !important;
    }

    #user-reProgram .user-referral-prog-block .user-referral-prog-card table td {
        padding-bottom: 5px !important;
    }

    #et-plan-top-block {
        padding: 43px 0px;
    }

    #et-plan-cardsGroup .et-card .et-card-header a, #et-plan-cardsGroup .et-card .et-card-header a h2 {
        line-height: 24px !important;
        margin-bottom: 10px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-body ul:first-of-type > li > span {
        line-height: 32px;
    }

    #et-plan-cardsGroup .et-card .et-card-body ul:last-of-type li {
        margin-bottom: 8px;
    }

    #et-plan-cardsGroup .et-card .et-card-body ul:last-of-type {
        padding-bottom: 24px;
    }

    .claim_status_box {
        padding: 25px;
    }

    .btn_check {
        font-size: 18px;
        width: 220px;
        height: 48px;
        line-height: 47px;
    }

    .doc_type.claim_process .grey_box {
        margin-bottom: 40px;
    }

    .contact_info {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    /* et-school-covers-body block */
    .et-school-covers-body ~ div.col-12.col-xl-4 {
        padding-left: 0;
        padding-right: 0;
    }

    /* .et-school-brochure block*/
    .et-school-brochure, .et-school-brochure-btn-group {
        width: 100%;
        margin: 0 auto 26px;
    }

    .et-school-brochure-btn-group {
        margin-bottom: 0;
    }

    .et-school-accordion {
        margin-bottom: 26px;
    }

    .et-palnid-covers-body-mob {
        padding: 30px 25px 30px;
    }

    #et-school-top {
        padding: 30px 0;
    }

    #et-planid-mainBenefis {
        padding: 43px 0;
    }
}

@media (max-width: 1024px) {
    #et-school-top {
        padding: 30px 20px;
    }

    #et-planid-mainBenefis {
        padding: 43px 20px;
    }
}

@media (max-width: 992px) {
    /* et-school-top section */
    #et-school-top {
        padding: 27px 20px 29px;
    }

        #et-school-top h2 {
            font-size: 22px;
            line-height: 28px;
        }

            #et-school-top h2 ~ h3 {
                font-size: 18px;
                line-height: 24px;
                margin-top: 5px;
            }

                #et-school-top h2 ~ h3 ~ p {
                    margin-top: 15px;
                    font-size: 14px;
                    line-height: 20px;
                }

    /* et-school-box */
    #et-school-box .et-planid-form .et-form-group p {
        color: #7A133E;
    }

    #et-school-box .et-planid-form .et-form-group .et-input-group {
        border-bottom-color: #7A133E;
    }

        #et-school-box .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-ageMinus > svg > path, #et-school-box .et-planid-form .et-form-group .et-input-group > .et-btn.et-btn-age-Plus > svg > path {
            fill: #7A133E;
        }

    /* et-school-covers-body block */
    .et-school-covers-body {
        margin-bottom: 26px;
        padding: 22px 20px 17px;
    }

        .et-school-covers-body h3 {
            font-size: 20px;
            margin-bottom: 0px;
            line-height: 50px;
        }

    /* et-school-brochure-btn-group block */
    .et-school-brochure-btn-group {
        margin-bottom: 5px;
    }

        .et-school-brochure-btn-group button, .et-btn1 {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 21px;
            padding: 11px 20px;
        }
}
/* SchoolPlan page */
/* et-schoolplan-body */
#et-schoolplan-body {
    padding: 53px 0 25px;
}

    #et-schoolplan-body #et-plan-cardsGroup > .col-12.col-xl-6 {
        margin-bottom: 74px;
    }
    /* #et-schoolplan-body #et-plan-cardsGroup .et-card .et-card-body { display: none; } */
    #et-schoolplan-body #et-plan-cardsGroup .et-card.et-card-gray, #et-schoolplan-body #et-plan-cardsGroup .et-card.et-card-blue, #et-schoolplan-body #et-plan-cardsGroup .et-card.et-card-orange {
        margin: 0 auto 74px 0
    }

    #et-schoolplan-body .et-schoolplan-accordion {
        width: calc(100% - 22px);
        margin-left: auto;
        margin-top: 9px;
        margin-bottom: 25px;
    }

        #et-schoolplan-body .et-schoolplan-accordion .et-eligible-accordion:not(:last-of-type) {
            margin-bottom: 36px;
        }

    #et-schoolplan-body #et-plan-cardsGroup .et-card {
        margin: 0 auto 30px 0 !important
    }

/* media */
@media (max-width: 1681px) {
    #et-schoolplan-body #et-plan-cardsGroup > .col-12.col-xl-6 {
        margin-bottom: 30px;
    }

    #et-schoolplan-body {
        padding: 43px 0 25px;
    }

        #et-schoolplan-body #et-plan-cardsGroup .et-card.et-card-gray, #et-schoolplan-body #et-plan-cardsGroup .et-card.et-card-blue, #et-schoolplan-body #et-plan-cardsGroup .et-card.et-card-orange {
            margin: 0 auto 30px 0
        }
}

@media (max-width: 1200px) {
    /* et-schoolplan-body */
    #et-schoolplan-body .et-schoolplan-accordion {
        width: 100%;
        margin: 5px auto 0;
    }

        #et-schoolplan-body .et-schoolplan-accordion .et-eligible-accordion:not(:last-of-type) {
            margin-bottom: 26px;
        }

    #et-schoolplan-body #et-plan-cardsGroup > .col-12.col-xl-6 {
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    #et-schoolplan-body {
        padding: 43px 20px;
    }
}

@media (max-width: 992px) {
    /* et-schoolplan-body */
    #et-schoolplan-body {
        padding: 28px 20px 26px;
    }

        #et-schoolplan-body #et-plan-cardsGroup > .col-12.col-xl-6 {
            margin-bottom: 22px;
        }
}

@media (max-width: 767px) {
    #et-schoolplan-body {
        padding: 28px 0 26px;
    }
}
/* User page */
/* user-insurance-block section*/
#user-insurance-block {
    padding: 47px 0 58px;
    background: #F6F8FB 0% 0% no-repeat padding-box;
}

    #user-insurance-block .user-insurance-header {
        margin-bottom: 44px;
    }

        #user-insurance-block .user-insurance-header h2 {
            font-weight: bold;
            font-size: 40px;
            line-height: 40px;
            color: #7A133E;
            margin-bottom: 5px;
        }

        #user-insurance-block .user-insurance-header h3 {
            font-size: 25px;
            line-height: 35px;
            font-weight: bold;
            color: #222222;
        }

            #user-insurance-block .user-insurance-header h3 > span {
                font-weight: normal;
                padding-left: 6px;
            }

            #user-insurance-block .user-insurance-header h3 ~ a {
                text-decoration: underline !important;
                font-weight: normal;
                font-size: 20px;
                line-height: 45px;
                color: #222222;
            }

    #user-insurance-block .user-btn-buy {
        margin-bottom: 44px;
        background: #7A133E 0% 0% no-repeat padding-box;
        border-radius: 10px;
        transition: .2s;
        padding: 28px;
        font-size: 30px;
        line-height: 38px;
        font-weight: normal;
        color: #FFFFFF;
        max-width: 502px;
        display: block;
        width: 100%;
        margin-left: auto;
    }

        #user-insurance-block .user-btn-buy:hover {
            background: #79BD9A;
        }

.user-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 10px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 784px; /* et-card-header */ /* et-card-body */
}

    .user-card:before {
        content: '';
        width: 100%;
        height: 14px;
        display: block;
        box-shadow: 0px 1px 10px #0000000D;
        border-radius: 10px 10px 0px 0px;
    }

    .user-card .user-card-header {
        padding: 30px 34px 19px;
    }

        .user-card .user-card-header a {
            color: #222222;
            font-weight: bold;
            font-size: 30px;
            line-height: 36px;
        }

            .user-card .user-card-header a:hover {
                text-decoration: underline !important;
            }

    .user-card .user-card-body {
        padding: 0 34px;
    }

        .user-card .user-card-body > .row {
            border-top: 3px solid rgba(163, 163, 163, 0.2);
            margin: 0;
            padding: 32px 0 33px;
        }

            .user-card .user-card-body > .row > .col-12 {
                padding-left: 0;
                padding-right: 0;
            }

            .user-card .user-card-body > .row .user-date p {
                color: #222222;
                font-weight: normal;
                font-size: 18px;
                line-height: 26px;
            }

                .user-card .user-card-body > .row .user-date p.date-info {
                    color: #19265D;
                    font-weight: bold;
                    font-size: 20px;
                }

                .user-card .user-card-body > .row .user-date .btn-extend-plan {
                    color: #19265D;
                    font-weight: bold;
                    font-size: 20px;
                    text-align: left;
                    padding-left: 0;
                }

                .user-card .user-card-body > .row .user-date p ~ span {
                    font-size: 13px;
                    color: #222222;
                    font-weight: normal;
                    line-height: 26px;
                }

            .user-card .user-card-body > .row .user-date:not(:last-of-type) {
                margin-bottom: 20px;
            }

            .user-card .user-card-body > .row .user-date-info-box {
                justify-content: space-between;
            }

                .user-card .user-card-body > .row .user-date-info-box a, .user-card .user-card-body > .row .user-date-info-box button {
                    width: 48%;
                    transition: .3s;
                    margin-bottom: 17px;
                }

                .user-card .user-card-body > .row .user-date-info-box a {
                    display: flex;
                    align-items: center;
                }

                    .user-card .user-card-body > .row .user-date-info-box a:hover {
                        text-decoration: underline !important;
                        color: #7A133E
                    }

                    .user-card .user-card-body > .row .user-date-info-box a span {
                        color: #222222;
                        font-weight: normal;
                        font-size: 19px;
                        line-height: 26px;
                    }

                    .user-card .user-card-body > .row .user-date-info-box a svg {
                        max-width: 50px;
                        max-height: 50px;
                        margin-right: 12px;
                    }

                    .user-card .user-card-body > .row .user-date-info-box a:hover span {
                        color: #7A133E;
                    }

                    .user-card .user-card-body > .row .user-date-info-box a:hover > svg .pdf-d, .user-card .user-card-body > .row .user-date-info-box a:hover > svg .id-b, .user-card .user-card-body > .row .user-date-info-box a:hover > svg .pay-b, .user-card .user-card-body > .row .user-date-info-box a:hover > svg .lett-b, .user-card .user-card-body > .row .user-date-info-box a:hover > svg .form-b {
                        fill: #7A133E !important;
                    }

                .user-card .user-card-body > .row .user-date-info-box .user-btn-open-modal {
                    background: #19265D 0% 0% no-repeat padding-box;
                    box-shadow: 0px 1px 10px #0000000D;
                    border-radius: 10px;
                    font-weight: normal;
                    font-size: 20px;
                    line-height: 22px;
                    color: #FFFFFF;
                    padding: 7px 16px 9px;
                }

                    .user-card .user-card-body > .row .user-date-info-box .user-btn-open-modal:hover {
                        background: #7A133E;
                    }

    .user-card.user-card-orange:before {
        background: transparent linear-gradient(92deg, #D6920A 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
    }

    .user-card.user-card-gray:before {
        background: transparent linear-gradient(92deg, #9FA0A0 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
    }

    .user-card.user-card-blue:before {
        background: transparent linear-gradient(92deg, #18207D 0%, #F6F8FB 100%) 0% 0% no-repeat padding-box;
    }

    .user-card:hover {
        box-shadow: 0px 0px 35px #00000029;
    }

/* user-reProgram section*/
#user-reProgram {
    padding: 50px 0 39px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

    #user-reProgram .user-referral-prog-block {
        background: transparent linear-gradient(292deg, #7A133E 0%, #4F6FB2 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 1px 10px #0000000D;
        border-radius: 10px;
        padding: 27px 46px 48px 35px;
        max-width: 1069px;
        width: 98%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

        #user-reProgram .user-referral-prog-block .user-referral-prog-info {
            color: #FFFFFF;
            width: 47%;
        }

            #user-reProgram .user-referral-prog-block .user-referral-prog-info a {
                font-weight: bold;
                font-size: 35px;
                line-height: 50px;
                color: #FFFFFF;
            }

                #user-reProgram .user-referral-prog-block .user-referral-prog-info a:hover {
                    text-decoration: underline !important;
                }

                #user-reProgram .user-referral-prog-block .user-referral-prog-info a ~ p {
                    font-weight: normal;
                    font-size: 20px;
                    line-height: 30px;
                    margin: 14px 0 41px;
                    width: 100%;
                    max-width: 344px;
                }

            #user-reProgram .user-referral-prog-block .user-referral-prog-info .user-btn-read-more {
                color: #FFFFFF;
                font-weight: normal;
                font-size: 25px;
                line-height: 30px;
                background: #19265D 0% 0% no-repeat padding-box;
                box-shadow: 0px 1px 10px #0000000D;
                border-radius: 10px;
                padding: 20px 40px;
                display: block;
                width: 100%;
                max-width: 268px;
            }

.user-referral-prog-card {
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 10px;
    padding: 27px 42px 40px;
    margin-top: 0;
}

    .user-referral-prog-card h4 {
        color: #222222;
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
    }

    .user-referral-prog-card table {
        margin: 14px 0 44px;
        width: 100%;
    }

        .user-referral-prog-card table td {
            letter-spacing: 0px;
            color: #222222;
            font-weight: normal;
            font-size: 20px;
            line-height: 26px;
            padding-bottom: 12px;
        }

            .user-referral-prog-card table td:first-of-type {
                width: 80%;
            }

    .user-referral-prog-card .user-btn-open-rewardsModal {
        padding: 0;
        text-decoration: underline !important;
        color: #222222;
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
    }

#user-reProgram .user-btn-group {
    width: 100%;
    max-width: 502px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

    #user-reProgram .user-btn-group button {
        font-weight: normal;
        font-size: 25px;
        line-height: 30px;
        color: #FFFFFF;
        background: #19265D 0% 0% no-repeat padding-box;
        border-radius: 10px;
        margin-bottom: 22px;
        padding: 19px 20px;
    }

        #user-reProgram .user-btn-group button:hover {
            text-decoration: underline !important;
        }

.swiper-pagination1 {
    text-align: center;
}


/* Media */
@media (max-width: 1200px) {
    .user-card .user-card-body > .row {
        border-top: 2px solid rgba(163, 163, 163, 0.2);
    }

    .user-card .user-card-body .user-date-block {
        border-bottom: 2px solid rgba(163, 163, 163, 0.2);
        padding-bottom: 20px;
        margin-bottom: 18px;
    }

        .user-card .user-card-body .user-date-block .user-date {
            width: 50%;
        }
}

@media (max-width: 992px) {
    /* user-insurance-block section*/
    #user-insurance-block {
        padding: 21px 20px 10px;
    }

        #user-insurance-block .user-insurance-header {
            margin-bottom: 20px;
        }

            #user-insurance-block .user-insurance-header h2 {
                font-size: 22px;
                line-height: 27px;
            }

            #user-insurance-block .user-insurance-header h3 {
                font-size: 16px;
                line-height: 20px;
            }

                #user-insurance-block .user-insurance-header h3 ~ a {
                    font-size: 14px;
                    line-height: 26px;
                }

        #user-insurance-block .user-btn-buy {
            margin-bottom: 21px;
            background: #79BD9A;
            padding: 17px 25px;
            font-size: 18px;
            line-height: 28px;
            max-width: 100%;
            margin-left: 0;
        }

    .user-card-cols {
        margin-bottom: 20px;
    }

    .user-card {
        max-width: 100%; /* et-card-header */ /* et-card-body */
    }

        .user-card .user-card-header {
            padding: 18px 20px 10px;
        }

            .user-card .user-card-header a {
                font-size: 20px;
                line-height: 24px;
            }

        .user-card .user-card-body {
            padding: 0 20px;
        }

            .user-card .user-card-body > .row {
                padding: 20px 0 11px;
            }

                .user-card .user-card-body > .row .user-date p {
                    font-size: 16px;
                }

                    .user-card .user-card-body > .row .user-date p.date-info,
                    .user-card .user-card-body > .row .user-date .btn-extend-plan {
                        font-size: 16px;
                    }

                    .user-card .user-card-body > .row .user-date p ~ span {
                        font-size: 11px;
                        line-height: 14px;
                    }

                .user-card .user-card-body > .row .user-date:not(:last-of-type) {
                    margin-bottom: 0px;
                }

                /* .user-card .user-card-body > .row .user-date-info-box a, .user-card .user-card-body > .row .user-date-info-box button { width: 100%; margin-bottom: 11px; } */
                .user-card .user-card-body > .row .user-date-info-box a span {
                    font-size: 16px;
                }

                .user-card .user-card-body > .row .user-date-info-box a svg {
                    max-width: 43px;
                    max-height: 43px;
                    margin-right: 17px;
                }

                .user-card .user-card-body > .row .user-date-info-box .user-btn-open-modal {
                    font-size: 16px;
                    padding: 10px 16px;
                    margin-top: 8px;
                }

    /* user-reProgram section*/
    #user-reProgram {
        padding: 22px 20px 4px;
    }

        #user-reProgram .user-referral-prog-block {
            padding: 20px;
            max-width: 100%;
            width: 100%;
            flex-direction: column;
        }

            #user-reProgram .user-referral-prog-block .user-referral-prog-info {
                width: 100%;
            }

                #user-reProgram .user-referral-prog-block .user-referral-prog-info a {
                    font-size: 18px;
                    line-height: 24px;
                    text-decoration: underline !important;
                }

                    #user-reProgram .user-referral-prog-block .user-referral-prog-info a ~ p {
                        font-size: 15px;
                        line-height: 22px;
                        margin: 5px 0 15px;
                        max-width: 100%;
                    }

                #user-reProgram .user-referral-prog-block .user-referral-prog-info .user-btn-read-more {
                    font-size: 16px;
                    line-height: 22px;
                    padding: 10px 16px;
                    max-width: 160px;
                }

    .user-referral-prog-card {
        width: 100%;
        margin-top: 21px;
        padding: 27px 18px 34px;
    }

        .user-referral-prog-card h4 {
            font-size: 18px;
        }

        .user-referral-prog-card table {
            margin: 29px 0 23px;
        }

            .user-referral-prog-card table td {
                font-size: 16px;
                padding-bottom: 6px;
            }

        .user-referral-prog-card .user-btn-open-rewardsModal {
            font-size: 16px;
            line-height: 20px;
        }

    #user-reProgram .user-btn-group {
        max-width: 100%;
        margin: 0;
        margin-top: 25px;
    }

        #user-reProgram .user-btn-group button {
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 21px;
            padding: 10px 20px;
        }
}
/* Redeem Reward modal | pop-up */
.mod-blur {
    filter: blur(12px);
    -webkit-filter: blur(12px);
}

.et-modal {
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.user-redeem-modal .et-modal-container {
    height: 90vh;
    max-height: 360px;
}

.user-redeem-modal .et-modal-body, .thanku_mail_modal .et-modal-body {
    height: 100%;
    width: 100%;
    margin: auto;
    max-width: 640px;
    overflow-x: hidden;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 10px;
    padding: 24px 19px;
}

    .user-redeem-modal .et-modal-body::-webkit-scrollbar {
        display: none;
    }

    .user-redeem-modal .et-modal-body .et-modal-close {
        margin-left: auto;
        display: block;
        position: sticky;
        top: 0;
    }

        .user-redeem-modal .et-modal-body .et-modal-close > svg {
            width: 15px;
            height: 15px;
        }

        .user-redeem-modal .et-modal-body .et-modal-close:hover > svg > path {
            fill: #7A133E;
        }

.user-modal-redeeem-body {
    padding: 0 49px 24px;
}

    .user-modal-redeeem-body h3 {
        color: #7A133E;
        font-weight: bold;
        font-size: 30px;
        line-height: 36px;
        width: 90%;
        max-width: 467px;
    }

    .user-modal-redeeem-body h4 {
        color: #222222;
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
        margin: 9px 0 30px;
        width: 88%;
        max-width: 436px;
    }

        .user-modal-redeeem-body h4 ~ p {
            color: #222222;
            font-weight: normal;
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 33px;
        }

    .user-modal-redeeem-body form table {
        margin-bottom: 33px;
    }

        .user-modal-redeeem-body form table td {
            color: #222222;
            font-weight: normal;
            font-size: 20px;
            line-height: 32px;
        }

            .user-modal-redeeem-body form table td:not(:last-of-type) {
                width: 40%;
            }

            .user-modal-redeeem-body form table td > input {
                border: 0;
                padding: 0;
                color: #222222;
                font-weight: normal;
                font-size: 20px;
                line-height: 32px;
            }

                .user-modal-redeeem-body form table td > input:hover, .user-modal-redeeem-body form table td > input:focus {
                    box-shadow: 0 0;
                    outline: 0;
                    border: 0;
                }

    .user-modal-redeeem-body form .form-group {
        display: block;
        margin-bottom: 20px;
    }

        .user-modal-redeeem-body form .form-group label {
            position: relative;
            cursor: pointer;
            margin-bottom: 0;
            color: #222222;
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
            display: flex;
            align-items: center;
        }

            .user-modal-redeeem-body form .form-group label:before {
                content: '';
                -webkit-appearance: none;
                background-color: transparent;
                border: 1px solid #222222;
                padding: 8px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 9px;
            }

            .user-modal-redeeem-body form .form-group label.active:after {
                content: '';
                display: block;
                position: absolute;
                top: 3.5px;
                left: 6px;
                width: 7px;
                height: 12px;
                border: solid #000000;
                border-width: 0 1px 1px 0;
                transform: rotate(45deg);
            }

        .user-modal-redeeem-body form .form-group input {
            padding: 0;
            height: initial;
            width: initial;
            margin-bottom: 0;
            display: none;
            cursor: pointer;
        }

            .user-modal-redeeem-body form .form-group input:checked ~ label:after {
                content: '';
                display: block;
                position: absolute;
                top: 3.5px;
                left: 6px;
                width: 7px;
                height: 12px;
                border: solid #000000;
                border-width: 0 1px 1px 0;
                transform: rotate(45deg);
            }

    .user-modal-redeeem-body form .btn-redeem-send {
        color: #FFFFFF;
        font-weight: normal;
        font-size: 20px;
        line-height: 22px;
        padding: 16px 18px;
        width: 100%;
        display: block;
        background: #7A133E;
        opacity: 1;
        transition: .3s;
        cursor: pointer;
        border-radius: 10px;
    }

        .user-modal-redeeem-body form .btn-redeem-send:disabled {
            background: #A3A3A3 0% 0% no-repeat padding-box;
            opacity: .5;
            cursor: no-drop;
        }

.user-redeem-modal i.info {
    font-weight: 400;
    color: #fff;
    font-style: normal;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #a3a3a3;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.user-redeem-modal h4:hover > .info,
.user-redeem-modal .et-formGroup:hover .info,
.user-redeem-modal .info:hover,
.user-redeem-modal .info[aria-describedby] {
    background: linear-gradient(228deg, rgba(122, 19, 62, 1) 30%, rgba(79, 111, 178, 1) 100%);
}

.user-redeem-modal .et-formGroup .info {
    position: absolute;
    top: -4px;
    right: 0;
}

.user-redeem-modal .et-formGroup .active .info {
    top: -8px;
}

.user-redeem-modal .et-formGroup input {
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #222;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #a3a3a3;
    width: 100%;
}

    .user-redeem-modal .et-formGroup input:focus {
        box-shadow: 0 0 !important;
        outline: 0;
        border-bottom-color: #7a133e;
    }

.user-redeem-modal .et-formGroup em {
    text-align: right;
    color: #dc3545;
}


/* Media */
@media (max-width: 992px) {
    .user-redeem-modal .et-modal-container {
        max-height: 692px;
        width: calc(100% - 40px);
    }

    .user-redeem-modal .et-modal-body {
        max-width: 640px;
        padding: 17px 20px;
    }

        .user-redeem-modal .et-modal-body .et-modal-close {
            position: static;
        }

            .user-redeem-modal .et-modal-body .et-modal-close > svg {
                width: 13px;
                height: 13px;
            }

    .user-modal-redeeem-body {
        padding: 8px 0px 6px;
    }

        .user-modal-redeeem-body h3 {
            font-size: 22px;
            line-height: 26px;
            width: 100%;
            max-width: 100%;
        }

        .user-modal-redeeem-body h4 {
            font-size: 16px;
            line-height: 22px;
            margin: 7px 0 20px;
            width: 80%;
        }

            .user-modal-redeeem-body h4 ~ p {
                font-size: 16px;
                line-height: 22px;
                margin-bottom: 20px;
            }

        .user-modal-redeeem-body form table {
            margin-bottom: 20px;
        }

            .user-modal-redeeem-body form table td {
                font-size: 16px;
                line-height: 22px;
            }

                .user-modal-redeeem-body form table td:not(:last-of-type) {
                    width: 35%;
                }

                .user-modal-redeeem-body form table td > input {
                    font-size: 16px;
                    line-height: 22px;
                    width: 100%;
                }

        .user-modal-redeeem-body form .form-group {
            display: block;
            margin-bottom: 20px;
        }

            .user-modal-redeeem-body form .form-group label {
                font-size: 16px;
                line-height: 19px;
                align-items: start;
            }

                .user-modal-redeeem-body form .form-group label.active:after {
                    top: 1.5px;
                }

            .user-modal-redeeem-body form .form-group input:checked ~ label:after {
                top: 1.5px;
            }

        .user-modal-redeeem-body form .btn-redeem-send {
            font-size: 18px;
            padding: 17px 25px;
        }
}
/* Email all files modal | pop-up */
.user-email-all-modal .et-modal-container {
    height: 70vh;
    width: 100%;
    max-width: 622px;
    overflow-x: hidden;
}

.user-email-all-modal .md-modal.et-modal-container {
    max-width: 840px
}

.user-email-all-modal .et-modal-container::-webkit-scrollbar {
    display: none;
}

.user-email-all-modal .et-modal-body {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 10px #0000000D;
    border-radius: 10px;
    width: 100%;
    padding: 24px 27px 0 27px
}

    .user-email-all-modal .et-modal-body .et-modal-close {
        margin-left: auto;
        display: block;
        position: sticky;
        top: 0;
    }

        .user-email-all-modal .et-modal-body .et-modal-close > svg {
            width: 15px;
            height: 15px;
        }

        .user-email-all-modal .et-modal-body .et-modal-close:hover > svg > path {
            fill: #7A133E;
        }

.user-modal-emailAll-body {
    padding: 4px 33px 40px 34px;
}

    .user-modal-emailAll-body h3 {
        font-weight: bold;
        font-size: 30px;
        line-height: 30px;
        color: #7A133E;
        margin-bottom: 7px;
    }

    .user-modal-emailAll-body form .form-group {
        display: block;
        margin-bottom: 5px;
    }

        .user-modal-emailAll-body form .form-group label {
            position: relative;
            cursor: pointer;
            margin-bottom: 0;
            color: #222222;
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
            display: inline-flex;
            align-items: center;
        }

            .user-modal-emailAll-body form .form-group label:before {
                content: '';
                -webkit-appearance: none;
                background-color: transparent;
                border: 1px solid #222222;
                padding: 8px;
                display: inline-block;
                position: relative;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 9px;
            }

            .user-modal-emailAll-body form .form-group label.active:after {
                content: '';
                display: block;
                position: absolute;
                top: 3.5px;
                left: 6px;
                width: 7px;
                height: 12px;
                border: solid #000000;
                border-width: 0 1px 1px 0;
                transform: rotate(45deg);
            }

            .user-modal-emailAll-body form .form-group label span {
                font-weight: bold;
                margin-left: 5px;
            }

        .user-modal-emailAll-body form .form-group input {
            padding: 0;
            height: 100%;
            width: 100%;
            margin-bottom: 0;
            display: none;
            cursor: pointer;
        }

            .user-modal-emailAll-body form .form-group input:checked ~ label:after {
                content: '';
                display: block;
                position: absolute;
                top: 3.5px;
                left: 6px;
                width: 7px;
                height: 12px;
                border: solid #000000;
                border-width: 0 1px 1px 0;
                transform: rotate(45deg);
            }

    .user-modal-emailAll-body form .form-new-email .email-box {
        width: 100%;
        min-height: 58px;
        position: relative;
        display: flex;
        align-items: flex-end;
    }

        .user-modal-emailAll-body form .form-new-email .email-box > label {
            position: absolute;
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
            color: #A3A3A3;
            cursor: pointer;
            transition: .2s top;
            width: 100%;
            overflow: hidden;
            top: calc(100% - 32px);
            width: 100%;
            margin-bottom: 0;
        }

            .user-modal-emailAll-body form .form-new-email .email-box > label.active {
                color: #707070;
                font-size: 15px;
                line-height: 18px;
                top: 5px;
                cursor: auto;
            }

                .user-modal-emailAll-body form .form-new-email .email-box > label.active ~ input {
                    border-bottom-color: #7A133E;
                }

        .user-modal-emailAll-body form .form-new-email .email-box > input {
            width: 100%;
            font-weight: normal;
            font-size: 20px;
            line-height: 24px;
            color: #222222;
            background: transparent;
            border: 0;
            border-bottom: 2px solid #A3A3A3;
            padding-bottom: 5px;
        }

            .user-modal-emailAll-body form .form-new-email .email-box > input:hover, .user-modal-emailAll-body form .form-new-email .email-box > input:focus {
                box-shadow: 0 0 !important;
                outline: 0;
                border-bottom-color: #7A133E;
            }

    .user-modal-emailAll-body form .form-new-email span {
        font-weight: normal;
        font-size: 15px;
        line-height: 32px;
        color: #222222;
        display: block;
        margin-top: 6px;
    }

    .user-modal-emailAll-body form .btn-emailAll-send {
        color: #FFFFFF;
        font-weight: normal;
        font-size: 20px;
        line-height: 22px;
        padding: 16px 18px;
        width: 100%;
        display: block;
        background: #7A133E;
        cursor: pointer;
        border-radius: 10px;
        margin-top: 47px;
    }

    .user-modal-emailAll-body form .form-send-email-lists {
        margin-top: 5px;
        overflow: hidden;
    }

        .user-modal-emailAll-body form .form-send-email-lists .email-items {
            display: inline-block;
            background: #F6F8FB 0% 0% no-repeat padding-box;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            margin: 23px 10px 19px 0;
            width: auto;
            padding: 0px 10px;
            max-width: 100%;
        }

            .user-modal-emailAll-body form .form-send-email-lists .email-items input {
                display: none;
            }

                .user-modal-emailAll-body form .form-send-email-lists .email-items input:hover, .user-modal-emailAll-body form .form-send-email-lists .email-items input:focus {
                    outline: 0;
                    box-shadow: 0 0;
                }

            .user-modal-emailAll-body form .form-send-email-lists .email-items span {
                border: 0;
                background: transparent;
                text-align: center;
                font-size: 15px;
                font-weight: normal;
                color: #222222;
                width: 100%;
            }

            .user-modal-emailAll-body form .form-send-email-lists .email-items .email-items-close {
                position: absolute;
                background: #F6F8FB 0% 0% no-repeat padding-box;
                border-radius: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 22px;
                height: 22px;
                top: calc(50% - 11px);
                transition: .2s;
                right: -20%;
                opacity: 0;
                z-index: 3;
            }

                .user-modal-emailAll-body form .form-send-email-lists .email-items .email-items-close > svg {
                    width: 10px;
                    height: 10px;
                }

                .user-modal-emailAll-body form .form-send-email-lists .email-items .email-items-close:hover, .user-modal-emailAll-body form .form-send-email-lists .email-items .email-items-close:focus {
                    outline: 0;
                    box-shadow: 0 0;
                }

                    .user-modal-emailAll-body form .form-send-email-lists .email-items .email-items-close:hover > svg > path, .user-modal-emailAll-body form .form-send-email-lists .email-items .email-items-close:focus > svg > path {
                        fill: #7A133E;
                    }

            .user-modal-emailAll-body form .form-send-email-lists .email-items:hover, .user-modal-emailAll-body form .form-send-email-lists .email-items:focus {
                box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
            }

                .user-modal-emailAll-body form .form-send-email-lists .email-items:hover .email-items-close, .user-modal-emailAll-body form .form-send-email-lists .email-items:focus .email-items-close {
                    right: 1px;
                    opacity: 1;
                }

/* Media */
@media (max-width: 992px) {
    .user-email-all-modal .et-modal-container {
        padding: 0 20px;
    }

    .user-email-all-modal .et-modal-body {
        padding: 17px 20px;
    }

        .user-email-all-modal .et-modal-body .et-modal-close {
            position: static;
        }

    .user-modal-emailAll-body {
        padding: 8px 0 5px;
    }

        .user-modal-emailAll-body h3 {
            font-size: 22px;
            line-height: 26px;
            margin-bottom: 8px;
        }

        .user-modal-emailAll-body form .form-group {
            display: block;
            margin-bottom: 10px;
        }

            .user-modal-emailAll-body form .form-group label {
                font-size: 16px;
                line-height: 19px;
                align-items: start;
            }

                .user-modal-emailAll-body form .form-group label.active:after {
                    top: 1.5px;
                }

            .user-modal-emailAll-body form .form-group input:checked ~ label:after {
                top: 1.5px;
            }

        .user-modal-emailAll-body form .form-new-email .email-box {
            min-height: 48px;
        }

            .user-modal-emailAll-body form .form-new-email .email-box > label {
                font-size: 16px;
                line-height: 19px;
                top: calc(100% - 26px);
            }

                .user-modal-emailAll-body form .form-new-email .email-box > label.active {
                    font-size: 14px;
                    line-height: 16px;
                }

            .user-modal-emailAll-body form .form-new-email .email-box > input {
                font-size: 16px;
                line-height: 19px;
            }

        .user-modal-emailAll-body form .form-new-email span {
            font-size: 13px;
            line-height: 16px;
        }

        .user-modal-emailAll-body form .btn-emailAll-send {
            font-size: 18px;
            padding: 17px 25px;
            margin-top: 29px;
        }
}


@media (max-width: 1139px) and (min-width: 1025px) {
    .container {
        padding: 0 35px;
    }

    footer #footer-navbar {
        padding: 0;
    }

        footer #footer-navbar .container > .row {
            padding: 0 15px;
        }
}
/*# sourceMappingURL=general.css.map */


/* AK */

/* Heading line height */
#et-planid-top > div.container > p {
    line-height: 60px !important;
}

@media (max-width: 1681px) {
    #et-planid-top > div.container > p {
        line-height: 52px !important;
    }
}

@media (max-width: 992px) {
    #et-planid-top > div.container > p {
        line-height: 48px !important;
    }
}

@media (max-width: 767px) {
    #et-planid-top > div.container > p {
        line-height: normal !important;
    }
}

/* Prevent falling header */
#menu {
    position: unset;
    z-index: 999;
}

.alert {
    position: unset;
}

/* Hamburger */
@media (max-width: 992px) {
    .et-menu-openBtn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: unset;
        padding: 0;
        align-items: stretch;
    }

        .et-menu-openBtn .et-menu-three-line {
            position: unset;
        }

        .et-menu-openBtn::after, .et-menu-openBtn::before {
            position: unset;
        }

    .et-header-rightBlock {
        display: flex;
        align-self: stretch;
    }

    .et-menu-openBtn .et-menu-three-line {
        margin: 3px 0;
    }
}

@media (max-width: 1459px) {
    #et-plan-cardsGroup .et-card .et-card-body ul li {
        font-size: 18px !important;
        margin-bottom: 12px !important;
        line-height: 26px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-header p {
        font-size: 18px !important;
    }
}

@media (max-width: 1100px) {
    #et-plan-top-block .et-plan-title p, #et-plan-top-block .et-plan-title h2, #et-plan-top-block .et-plan-title h1 {
        font-size: 22px !important;
    }

    #et-plan-cardsGroup .et-card .et-card-footer .et-btn-planBuy {
        font-size: 22px !important;
    }
}

@media(max-width: 767px) {
    #et-plan-cardsGroup .et-card .et-card-footer .et-btn-planBuy {
        font-size: 20px !important;
    }
}

#et-plan-cardsGroup .et-card .et-card-body ul li {
    font-size: 18px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1919px) {
    #et-plan-cardsGroup .et-card ul li, #et-plan-cardsGroup .et-card .et-card-body ul li, #et-plan-cardsGroup .et-card .et-card-header p, .deadlineAlert, .recommended {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #et-plan-cardsGroup .et-card ul li, #et-plan-cardsGroup .et-card .et-card-body ul li, #et-plan-cardsGroup .et-card .et-card-header p, .deadlineAlert, .recommended {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    #et-plan-cardsGroup .et-card .et-card-body ul li, #et-plan-cardsGroup .et-card .et-card-header p, .deadlineAlert, .recommended {
        font-size: 14px !important;
    }
}

.modal {
    z-index: 1060
}
