@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    background: #F5FAFE;
    font-family: 'Be Vietnam Pro', sans-serif;
}

img {
    max-width: 100%;
}

/**************Header**************/

header {
    padding: 20px 0px;
    background: #FFF;
}

.logo-col {
    max-width: 323px;
    margin-top: -10px;
}

/**************Button**************/

.btn-primary {
    background: #12D13E;
    border-color: #12D13E;
}

.btn {
    border-radius: 40px;
    padding: 12px 33px;
    font-size: 18px;
    min-width: 255px;
    text-align: center;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #1d2051 !important;
    border-color: #1d2051 !important;
    box-shadow: none !important;
}

/**************Sidebar**************/

div#sidebar {
    position: sticky;
    top: 0;
}

.sidebar-inner {
    background: #002B59;
    padding: 19px 20px;
    border-radius: 20px;
    margin-top: 95px;
}

.age-form-list {
    margin: 0;
    padding: 0;
}

.age-form-list li {
    width: 18%;
    display: inline-block;
    margin: 3px 0px;
    height: 37px;
    cursor: pointer;
}

.age-form h3 {
    color: #FFF;
    text-align: center;
    font-size: 21px;
}

.age-form p {
    color: #92B7D5;
    text-align: center;
    font-size: 14px;
    margin: 5px 0px 10px;
}

.age-form-list .check-info:before {
    content: "";
    position: absolute;
    width: 37px;
    height: 37px;
    background: #e4ecf0;
    left: 0;
    top: -3px;
    border-radius: 4px;
    cursor: pointer;
}

.age-form-list label {
    width: 37px;
    height: 37px;
    background: #e4ecf0;
    left: 0;
    top: 0;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.right-form .age-form-list span,
.age-form-list span {
    cursor: pointer;
}

.age-form-list .tick-row label {
    position: relative;
}

.right-form .age-form-list label {
    width: 133px;
    height: 53px;
    background: #FFF;
    border: 1px solid #ccc;
    line-height: 54px;
}

.right-form .active_option {
    background: #002b59 !important;
}

.sidebar-inner .active_option {
    background: #12D13E !important;
}

.age-form-list input[type=radio]:checked:before {
    content: "";
    position: absolute;
    width: 37px;
    height: 37px;
    background: #12D13E;
    left: 0;
    top: -3px;
    border-radius: 4px;
}

.age-form-list .check-info {
    position: relative;
    left: 2px;
    display: none;
}

.age-form-list span {
    color: #002b59;
    z-index: 99999;
    position: relative;
    text-align: center;
    display: inline-block;
    right: 10px;
    top: 9px;
    left: 0;
    font-weight: 700;
}

.add-text {
    color: #80A7C6;
    font-size: 16px;
    text-align: right;
    margin-top: 30px;
}

.btn-col {
    margin-top: 20px;
}

.age-form .btn-col .btn {
    padding: 8px 24px;
    min-width: auto;
}

.right-form .btn-col {
    margin-top: 30px !important;
}

li.age-75 span {
    position: absolute;
    top: 10px;
    right: 0;
    left: 1px;
    text-align: center;
}

li.age-75 {
    position: relative;
    max-width: 44px;
}

/**************Content**************/

section.content-section {
    padding: 20px 0px;
}

.logo-main ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
}

.logo-main ul li {
    margin-right: 22px;
    list-style: none;
}

.blog-box h4 {
    font-size: 12px;
}

.text-green {
    color: #03C52C;
    text-decoration: none;
}

.blog-box h1 {
    color: #002B59;
    font-weight: 700;
    max-width: 700px;
    margin: 17px 0px 28px;
    font-size: 42px;
}

.blog-box h1 a {
    color: #002B59;
    text-decoration: none;
}

.blog-head {
    background: #F5FAFE;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    margin: 30px 0px;
}

.content-box {
    background: #FFF;
    margin-top: 50px;
    padding: 60px 40px 40px 40px;
    border-radius: 30px;
    border: 2px solid #DDEDF9;
}

.blog-head span {
    position: relative;
    top: 0;
    margin-right: 10px;
}

.blog-head h4,
.blog-head h4 a {
    color: #1D2051;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}

.blog-media img {
    width: 100%;
}

.author-info {
    font-size: 18px;
    color: #686868;
}

.author-info a {
    font-size: 18px;
    color: #686868;
    text-decoration: none;
}

.age-col a {
    text-decoration: none;
}

.blog-meta {
    display: flex;
    align-items: center;
}

.author-img {
    width: 41px;
    min-width: 22px;
}

.author-info {
    flex: 1;
}

.blog-box {
    margin-bottom: 40px;
}

.text-col h2 {
    font-size: 26px;
    color: #1D2051;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.text-col {
    margin: 30px 0px;
}

.text-col p {
    font-size: 18px;
    line-height: 30px;
}

.learn-media {
    margin: 45px 0px;
}

.learn-media h4 {
    color: #1D2051;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 700;
}

.learn-media h4 span {
    text-decoration: underline;
}

.age-col {
    display: flex;
    justify-content: space-between;
}

.age-box {
    text-align: center;
}

.age-box {
    padding: 10px;
    border: 2px solid transparent;
}

.age-box:hover {
    border-color: #002b59;
    box-shadow: 0px 0px 22px #817e7e;
    cursor: pointer;
}

.age-box h3 {
    color: #002B59;
    font-size: 20px;
    font-weight: 700;
    margin-top: 13px;
}

.step-col h4 {
    font-size: 16px;
    color: #002B59;
    font-weight: 700;
}

.map-col {
    background: #F5FAFE;
    padding: 20px;
    margin-top: 48px;
    border-radius: 30px;
}

.map-col img {
    max-width: 400px;
}

ul.num-col {
    margin: 0;
    padding: 0;
}

ul.num-col li {
    display: block;
    position: relative;
    padding-left: 63px;
    margin-bottom: 6px;
    color: #002B59;
    min-height: 48px;
}

ul.num-col li span {
    width: 35px;
    height: 35px;
    background: #12D13E;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    font-size: 21px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

ul.num-col li p {
    font-size: 16px;
    max-width: 554px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    top: 6px;
    margin-bottom: 0;
}

.sm-logo {
    max-width: 209px;
}

.text-col.compare-col {
    padding: 30px;
    background: #F5FAFE;
    border-radius: 30px;
}

.text-col.compare-col h2 {
    margin-bottom: 0;
    margin-top: -9px;
}

h3.sm-text {
    color: #1E6DC1;
    font-size: 15px;
    font-weight: normal;
    margin: 20px 0px 30px;
}

.list-mid {
    background: #FFF;
    padding: 30px;
    border-radius: 30px;
    align-items: center;
}

.list-col-main ul.num-col li span {
    width: 28px;
    height: 28px;
    line-height: 23px;
}

.list-col-main ul.num-col li {
    padding-left: 42px;
}

.list-mid ul.num-col li {
    margin-bottom: 0;
}

.list-btn {
    text-align: right;
}

.right-form {
    float: right;
    padding-left: 80px;
    margin-top: 51px;
    max-width: 555px;
    margin-bottom: 25px;
    margin-left: auto;
}

.right-form label.active_option span {
    color: #FFF;
}

.right-form label.active_option input:before {
    background: #002b59 !important;
}

.age-form-main {
    display: flex;
}

.age-form-main {
    background: url(../images/age-bg.jpg) no-repeat;
    background-size: contain;
}

.right-form .left-img {
    display: inline-block;
    min-width: 300px;
}

.text-col.age-form2 {
    background: #F5FAFE;
    border-radius: 30px;
    padding: 0px 0px 30px;
}

.right-form h2 {
    font-size: 36px;
    margin-bottom: 11px;
    text-align: center;
}

.right-form p {
    text-align: center;
    color: #1E6DC1;
}

.right-form .age-form-list li {
    width: 145px;
    height: 39px;
    margin-bottom: 28px;
}

.right-form .age-form-list .check-info:before {
    width: 132px;
    text-align: center;
    height: 59px;
    background: #FFF;
    border: 1px solid #ccc;
}

.right-form .age-form-list input[type=radio]:checked:before {
    content: "";
    width: 132px;
    text-align: center;
    height: 59px;
}

.right-form .age-form-list span {
    left: 0;
    font-size: 17px;
    top: 0;
}

.right-form .age-form-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer2 {
    color: #EEEFFF;
    font-size: 10px;
    background-size: 100%;
    background-position: top;
    letter-spacing: 0;
    line-height: 20px;
}

footer {
    background: url(../images/dental2.jpeg) no-repeat #F5FAFE;
    /*//002B58*/
    padding: 141px 0px 0px;
    color: #000000;
    font-size: 10px;
    background-size: 100%;
    background-position: top;
    letter-spacing: 0;
    line-height: 20px;
}

.footer-text p {
    font-weight: 300;
}

footer a {
    display: inline-block;
    color: #EEEFFF;
}

footer2 a {
    display: inline-block;
    color: #EEEFFF;
}

.footer-text p strong {
    font-weight: 500;
}

footer a:hover {
    color: #FFF;
}

footer2 a:hover {
    color: #FFF;
}

.footer-text {
    padding: 0px 20px;
}

/*Resposnive */

@media (min-width:1366px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1164px;
    }
}

@media (min-width:1200px) {
    .list-btn {
        text-align: right;
        margin-top: 80px;
    }
    .text-col.compare-col {
        margin-top: 60px;
    }
    .logo-main.logo-top {
        margin-top: 14px;
        margin-bottom: -9px;
        position: relative;
        top: 3px;
        max-width: 800px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col-lg-9.content-col {
        width: 66%;
    }
    .col-lg-3.side-col {
        width: 34%;
    }
}

@media (max-width:991px) {
    .sidebar-inner {
        max-width: 324px;
        margin: 0px auto;
        margin-top: 23px;
    }
}

@media (max-width:1199px) {
    .list-btn {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .age-form-main {
        background-size: 185px;
    }
    .btn {
        min-width: 200px;
    }
}

@media (max-width:767px) {
    h3.sm-text {
        text-align: center;
    }
    .author-info {
        font-size: 16px;
    }
    .content-box {
        padding: 30px 20px 10px;
        margin-top: 20px;
    }
    .text-col p {
        font-size: 16px;
    }
    ul.num-col li p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 0;
    }
    .list-mid {
        padding: 25px 10px;
    }
    .list-btn {
        text-align: center;
        margin-top: 30px;
    }
    .logo-col {
        max-width: 242px;
        margin: auto;
    }
    .top-cta {
        text-align: center !important;
        margin-top: 30px;
    }
    .btn {
        padding: 11px 22px;
        font-size: 16px;
        min-width: 218px;
    }
    footer {
        padding: 52px 0px 15px;
    }
    footer2 {
        padding: 52px 0px 15px;
    }
    .blog-box h1 {
        font-size: 25px;
    }
    .text-col h2 {
        font-size: 22px;
        text-align: center;
    }
    .sm-logo {
        max-width: 209px;
        margin: auto;
    }
    .age-box {
        width: 100%;
        margin: 0px 8px;
        max-width: 131px;
    }
    .age-col {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .list-mid ul.num-col li {
        margin-bottom: 13px;
        min-height: 40px;
        padding-left: 47px;
    }
    ul.num-col li {
        margin-bottom: 15px;
        min-height: 40px;
    }
    ul.num-col li p {
        position: relative;
        top: 5px;
    }
    .add-text {
        text-align: center;
        margin: 30px 0px 0;
    }
    .sidebar-inner {
        margin-top: 20px;
    }
    .age-form-main {
        background-position: top left;
        padding-top: 248px;
        background-size: 200px;
    }
    .right-form {
        padding: 0;
        width: 100%;
        padding-left: 8px;
    }
    .text-col.age-form2 {
        padding-bottom: 10px !important;
    }
    .logo-main ul li {
        width: 25%;
        padding: 0px 5px;
        margin-bottom: 10px;
    }
    .logo-main ul {
        flex-wrap: wrap;
    }
    .age-box h3 {
        font-size: 17px;
    }
}

@media (max-width:480px) {
    .map-col img {
        max-width: 100%;
    }
    .author-info a {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width:375px) {
    .sidebar-inner {
        padding-left: 34px;
    }
}

@media (max-width:767px) {
    .hide-mobile {
        display: none !important;
    }
    .text-col h2 {
        text-align: left;
    }
    .right-form h2 {
        text-align: center;
    }
    footer {
        background-size: cover !important;
        background-position: top !important;
        padding-bottom: 0;
    }
    footer2 {
        background-size: cover !important;
        background-position: top !important;
        padding-bottom: 0;
    }
    h3.sm-text {
        text-align: left;
    }
    .right-form h2,
    .right-form p {
        /*  text-align: left;
    padding-left: 20px;*/
    }
}

footer {
    background-size: cover;
}