:root {
    --swiper-pagination-bullet-width: 40px;
    --swiper-pagination-bullet-height: 4px;
}

section.intro {
    padding: 0 0;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #312664;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
}

section.intro h1 {
    color: #fff;
    font-size: 55px;
    text-align: center;
}

section.intro .links {
    margin-top: 20px;
}

section.intro .links .link {
    display: inline-block;
    padding: 15px 60px;
    font-size: 18px;
    border-radius: 40px;
    margin-right: 20px;
}

section.video {
    padding: 80px 0;
    color: #312664;
}

section.video h2 {
    color: #312664;
    font-size: 40px;
}

section.video .desc {
    font-size: 20px;
}

section.video .content {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

section.video .content iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

section.video .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.video .btn-more {
    color: #fff;
    padding: 17.5px 50px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    display: inline-block;
    margin-top: 0px;
    background: transparent linear-gradient(90deg, #1961ac 0%, #00a4b8 100%) 0% 0% no-repeat padding-box;
}

section.benefits {
    margin: 60px 0;
}

section.benefits h2 {
    text-align: left;
    color: #312664;
}

section.benefits .col-title .desc {
    text-align: left;
    color: #001869;
    margin-top: 15px;
}

section.benefits .col-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.benefits .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section.benefits .item {
    max-width: 145px;
    width: 100%;
    text-align: left;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

section.benefits .item p.desc {
    color: #001869;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
}

section.clinics {
    margin: 50px 0;
}

section.clinics h2 {
    text-align: center;
    color: #312664;
    margin-bottom: 40px;
}

section.clinics .items {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 60px;
}

section.clinics .items .item {
    min-width: 300px;
    max-width: 400px;
    -webkit-box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
    -moz-box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
    box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
    border-radius: 10px;
    padding-bottom: 20px;
}

section.clinics .items .item img {
    width: 100%;
}

section.clinics .items .item .title {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
    color: #312664;
    font-weight: bold;
}

section.clinics .items .item .desc {
    color: #312664;
    font-size: 18px;
    text-align: center;
    margin-top: 2px;
}

section.clinics .swiper-pagination-bullet {
    border-radius: 7.5px;
}

section.contact {
    text-align: center;
    margin-bottom: 40px;
}

section.contact .box {
    background: transparent linear-gradient(270deg, #00a4b8 0%, #1961ac 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    width: 100%;
    padding: 120px 0;
}

section.contact .box h2.title {
    font-size: 30px;
    color: #fff;
}

section.contact .box .btn-link {
    color: #00a4b8;
    font-size: 18px;
    background-color: #fff;
    padding: 20px 70px;
    margin-top: 40px;
    border-radius: 40px;
    text-decoration: none;
}

section.plan {
    padding: 40px 0;
}

section.plan h2.title {
    text-align: center;
    color: #312664;
    margin-bottom: 40px;
}

section.plan .desc {
    font-size: 20px;
    text-align: center;
    color: #312664;
}

section.plan .plans {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.plan .plans .option {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 15px;
    padding: 10px 20px;
    font-size: 20px;
    color: #a73a8d66;
}

section.plan .plans .option .card {
    display: block;
}

section.plan .plans .option .fill {
    display: none;
}

section.plan .plans .option:hover {
    text-decoration: none;
}

section.plan .plans .option.active {
    color: #a73a8d;
    border-bottom: 2px solid #a73a8d;
}

section.plan .plans .option.active .card {
    display: none;
}

section.plan .plans .option.active .fill {
    display: block;
}

section.plan .plans .option img {
    width: 40px;
    margin-bottom: 10px;
}

section.plan .coverage,
section.plan .coverage-more {
    margin-top: 30px;
}

section.plan .coverage .header,
section.plan .coverage-more .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    color: #312664;
    cursor: pointer;
}

section.plan .coverage .header .title,
section.plan .coverage-more .header .title {
    margin: 0;
}

section.plan .coverage .header i,
section.plan .coverage-more .header i {
    font-size: 24px;
    transition: all 0.5s ease;
}

section.plan .coverage,
section.plan .coverage-more {
    background-color: #f4f4f4;
    padding: 30px 25px;
    border-radius: 20px;
}

section.plan .coverage .info,
section.plan .coverage-more .info {
    margin-top: 20px;
    color: #312664;
    font-size: 18px;
    line-height: 30px;
    display: none;
}

section.plan .coverage .info.active {
    display: block;
}

@media screen and (max-width: 992px) {
    section.intro {
        background-size: cover;
    }
    section.intro h1 {
        font-size: 32px;
        text-align: center;
    }
    section.video {
        padding: 25px 0;
    }
    section.video .row {
        width: 100%;
        flex-direction: column-reverse;
        margin: 0%;
    }
    section.video h2 {
        font-size: 24px;
        margin-top: 20px;
        text-align: center;
    }
    section.video .desc {
        font-size: 18px;
        text-align: center;
    }
    section.benefits h2 {
        text-align: center;
    }
    section.benefits {
        margin: 40px 0;
    }
    section.benefits .col-title .desc {
        text-align: center;
        margin-top: 10px;
        font-size: 18px;
    }
    section.benefits .items {
        justify-content: space-around;
    }
    section.benefits .item {
        margin: 10px;
    }
    section.clinics h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    section.contact {
        margin-bottom: 0;
    }
    section.contact .container {
        padding: 0;
    }
    section.contact .container .box {
        border-radius: 0;
        padding: 25px 0;
    }
    section.contact .box h2.title {
        font-size: 24px;
    }
    section.contact .box .btn-link {
        width: 70%;
        padding: 10px 40px;
        margin-top: 10px;
    }
    section.video .btn-more {
        display: block;
    }
    section.benefits .row {
        flex-direction: column-reverse;
    }
    section.benefits h2 {
        font-size: 24px;
    }
    section.plan h2.title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    section.plan .desc {
        font-size: 18px;
    }
    section.plan .plans .option img {
        width: 30px;
    }
    section.plan .plans .option {
        font-size: 16px;
    }
    section.plan .coverage .header .title,
    section.plan .coverage-more .header .title {
        font-size: 20px;
    }
}