@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --primary-color:#5616F5;
    --primary-hover: #5616F5;
    --secondary-color:#000000;
    --light-color:#585858;
    /*--body-bg:#F2F4F8;*/
    --body-bg:#ffffff;
    --primary-bg:linear-gradient(90deg, var(--primary-color) 0%, #a05500 100%);
    --primary-bg2:linear-gradient(90deg, #a05500 0%, var(--primary-color) 100%);
}
/* Vector */

/* Vector */
html {
    height: 100%;
}
body {
    /* background-color: #f2f3f7; */
    background-color: var(--body-bg);
    color: var(--secondary-color);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 16px;
    /*height: 100%;*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}
p {
    margin: 0;
}
a,a:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    color: var(--primary-color);
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 .25rem rgba(33, 152, 181,.25) !important;
}
.light-color {
    color: var(--light-color)!important;
}
.btn {
    border-radius: 30px;
}
.btn-primary {
    background: var(--primary-color)!important;
    border-color: var(--primary-color)!important;
}
.btn-primary:hover, .btn-primary:focus {
    background: var(--primary-color)!important;
    border-color: var(--primary-color)!important;
    transition: 0.2s;
}
.sec-bg {
    background-color: #F2F4F8;
}
.btn-primary-2 {
    background: var(--primary-bg)!important;
    border-color: var(--primary-color)!important;
}
.btn-primary-2:hover, .btn-primary-2:focus {
    background: var(--primary-color)!important;
    border-color: var(--primary-color)!important;
    transition: 0.2s;
}
.btn-outline-primary {
    border-color: var(--primary-color)!important;
    color: var(--primary-color)!important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #05203c!important;
    border-color: #05203c!important;
    color: #ffffff!important;
}
.text-primary {
    border-color: var(--primary-color);
}
/* Header Start */

.synaps-logo img {
    max-width: 140px;
}


.text-scroll-article {
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    min-height: auto;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
}
.text-scroll-article p {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    color: #ffffff;
}

.text-scroll-article a {
    color: #ffffff;
}

.text-scroll-article a:hover {
    color: #259dcc;
}
/* Header End */

/* Home Slider Start */
.slider-img img {
    width: 100%;
}
.icon-btn img {
    width: 37px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 0px;
    border: 1px solid #ffffff;
}
.icon-btn {
    background-color: #05203c;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 3px 20px 3px 30px;
    border-radius: 5px;
}
.icon-btn:hover {
    background-color: var(--primary-color);
    transition: 0.2s;
    color: #ffffff;

}
.banner-section {
    position: relative;
    padding-bottom: 30px;
}
.homeslider {
    position: inherit;
}
.banner-section .owl-dots {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    width: 100%;
    right: 0;
    max-width: 100%;
    text-align: xc;
    padding-left: 50px;
}

.banner-section .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: transparent;
    margin: 0 5px;
    border: 2px solid #151645;
}
.banner-section .owl-theme .owl-dot.active span {
    background-color: #be1e2d!important;
    border-color: #be1e2d;
}

.banner-logo-box img {
    max-width: 200px;
    margin: auto;
}
.slider-content-div {
    padding: 50px 0;
}
/* Home Slider End */

/* Help You Start */
.helpyoubox h3 img {
    width: 55px;
    margin-right: 10px;
}
.helpyoubox {
    text-align: center;
    padding: 30px 0;
}
.helpyoubox h3 {
    margin-bottom: 0;
    font-weight: 700;
}
.helpyoubox .btn {
    margin-left: 15px;
}
/* Help You End */

/* Footer Start */
.front-footer {
    padding: 30px 0 0;
    background-color: #fff;
}
.bf-link {
    display: flex;
    gap: 15px;
    justify-content: end;
}
.bf-link a {
    text-decoration: underline;
}
.prepmax-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prepmax-box img {
    width: 105px;
    margin-right: 15px;
}
.front-footer ul li a:hover {
    color: var(--primary-color)!important;
}
.pri-term-ul li a:hover{
    color: var(--primary-color);
}
.pri-term-ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
}
.pri-term-ul li:first-child {
    border-right: 1px solid #59595c;
    padding-left: 0;
}
.takeda-box {
    display: flex;
    justify-content: right;
    align-items: center;
}
.takeda-box p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}
.takeda-box img {
    width: 140px;
    margin-left: 15px;
}
.bottomfooter-box p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 5px;
    color: #58595b;
}
.footer-address p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 5px;
    color: #58595b;
}
.footer-menu-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.footer-menu-ul li {
    display: block;
    flex: 0 0 100%;
}
.bottomfooter-box a {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 5px;
    color: #58595b;
}
.footer-logo-box img {
    max-width: 180px;
    margin-bottom: 20px;
}
.pri-term-ul li a {
    color: #59595c;
}
/* Footer End */

/* Login Start */
.font-b {
    font-weight: 900;
}
.login-section {
    /* height: 100%; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 70px 0;
    /* background-image: url("../img/login-bg.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}
.loginbox {
    margin: auto;
    max-width: 640px;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 0;
    border: 2px solid var(--primary-color);
    border-radius: 15px;
}
.login-header {
    text-align: center;
    margin-bottom: 40px;
}
.login-header img {
    max-width: 250px;
}
.loginbody h3 {
    font-weight: 700;
    margin-bottom: 15px;
}
.form-control::placeholder {
    color: var(--light-color);
    font-size: 16px;
    font-weight: 400;
}
.loginform .form-control {
    height: 50px;
    background-color: #ffffff;
    padding: 10px 15px;
    border: 1px solid #979797;
    border-radius: 10px;
}
.loginform .form-group {
    margin-bottom: 15px;
}
.loginform select.form-control {
    background-image: url("../img/select-arrow.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;

}
.loginform .btn {
    border-radius: 10px;
    font-weight: 700;
    padding: 15px 0;
    font-size: 20px;
}
.loginform .registerbtn-div .btn {
    color: #05203c!important;
}
.loginform .registerbtn-div .btn:hover {
    color: #ffffff!important;
}
.forget-link {
    color: #05203c;
    padding: 15px;
}
.forget-link:hover {
    color: var(--primary-color);
}
.checkconsent-div .form-check {
    line-height: 20px;
}
.checkconsent-div .form-check label{
    color: #05203c;
}
.looping-top-img img {
    max-width: 150px;
    margin: 0 auto 20px;
    display: block;
}
/* Login End */

/* Contact Us */

.contact-title h1 {
    color: #727272;
    font-weight: 400;
}
.contactform-div .form-group {
    margin-bottom: 15px;
}

.contactform-div select.form-control {
    height: 50px;
}
.contactform-div .form-control {
    background-color: #fff;
    padding: 12px 20px;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
}
.contactform-div textarea.form-control {
    border-radius: 15px;
}
.contact-box {
    max-width: 800px;
    background-color: #ffffff;
    padding: 50px;
    margin: 0 auto;
}
.contact-title p {
    color: #727272;
    font-size: 16px;
}
.form-check .form-check-label a {
    color: #365da7;
}
.form-check {
    line-height: 20px;
}
.contact-title {
    text-align: center;
    margin-bottom: 0;
}
.boxtitle h4 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;

}
.contactform-div .btn {
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 15px;
}
.contactus-section {
    padding: 70px 0;
}
.privacy-section {
    padding: 70px 0;
}
.privacy-content h6 {
    font-weight: 700;
}
.privacy-content p {
    line-height: 22px;
}
ul.privacy-text {
    padding-left: 30px;
    margin-bottom: 20px;
}
ul.privacy-text li {
    line-height: 22px;
}
.text-white {
    color: #ffffff;
}
.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 99999;
    color: #58595b !important;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    background-color: #333;
    padding: 30px;
}
.cookie-text p {
    position: relative;
    top: 0;
    color: #f5f6fa;
    font-size: 16px;
    font-weight: 400;
}
.cookie-container a {
    color: #f5f6fa;
}
.cookie-btn {
    background: #ffffff;
    border: 0;
    color: var(--primary-color);
    padding: 12px 48px;
    margin-left: 12px;
    font-size: 14px;
    margin-bottom: 0;
    border-radius: 2px;
    cursor: pointer;
}
.cookie-text {
    margin-bottom: 20px;
}
.cookie-container.active {
    bottom: 0;
}
.cookie-container {
    color: #58595b !important;
}
.cookie-settings {
    text-decoration: underline;
    color: #212529;
}

.cookie-container.active {
    bottom: 0;
}
.menu-div .btn {
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}
.slider-content-div h1 {
    font-size: 60px;
}
.slider-div {
    background-color: #f1f1f1;
}
.front-header .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #363e47;
}
.front-header .navbar-nav {
    align-items: center;
    gap: 25px;
}
.front-header .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary-color);
}
.front-header .navbar-nav .nav-item .nav-link.active {
    color: var(--primary-color);
}
.custom-modal .modal-content {
    background-color: #ffffff;
    border-radius: 15px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 2px solid var(--primary-color);
}
.modal-logo img {
    max-width: 250px;
    width: 100%;
}
.modal-logo {
    text-align: center;
    margin-bottom: 20px;
}
.modal-custom-width .form-control {
    height: 50px;
    background-color: #ffffff;
    padding: 10px 20px;
    border: 2px solid var(--primary-color);
    border-radius: 50px;
}
.register-modal .modal-dialog {
    max-width: 640px;
}
.custom-modal .modal-dialog {
    max-width: 1170px;
}
.custom-modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal-content-div p {
    font-size: 14px;
    line-height: 26px;
}
.custom-modal .modal-body {
    padding: 40px;
    background-image: none;
    background-size: 150px;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.register-modal .modal-dialog {
    max-width: 640px;
}
.modal-content-div .table thead tr th {
    background-color: var(--primary-color);
    color: #ffffff;
    overflow: hidden;
    border-right: 2px solid var(--secondary-color);
}
.custom-table .table-radius td {
    border-radius: 30px!important;
}

.modal-content-div .table thead tr th:last-child {
    border-right: none;
}
.modal-content-div .table tbody tr td:last-child {
    border-right: none;
}
.modal-content-div .table thead tr th:first-child {
    border-radius: 15px 0 0 15px;
}
.modal-content-div .table thead tr th:last-child {
    border-radius: 0 15px 15px 0;
}
.custom-table tbody tr td {
    background-color: #d6d6d6;
}
.custom-table tbody tr td:first-child {
    border-radius: 30px 0 0 30px;
}
.custom-table tbody tr td:last-child {
    border-radius: 0 30px 30px 0;
}
.table.custom-table {
    border-spacing: 0 10px;
    border-collapse: inherit;
}
.table.custom-table tr td {
    padding: 12px 15px;
    border-right: 2px solid var(--secondary-color);
    background-color: #e3e9eb;
}
.custom-table tr:nth-child(odd) td {
    background-color: #d6d6d6!important;
}
.table.custom-table tr th {
    padding: 12px 15px;
}
.modal-footer-div img {
    max-width: 500px;
    display: block;
    margin: auto;
}
.topic-img img {
    width: 100%;
}
.section-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
}
.about-content-box {
    font-size: 18px;
    line-height: 26px;
    padding-left: 10%;
}
.line-title {
    position: relative;
    padding-bottom: 10px;
}
.line-title h1::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #7f7f7f;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.line-title h1::before {
    content: "";
    background: var(--primary-bg2);
    height: 15px;
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    z-index: 1;
}
.aaos-accordion .accordion-header .accordion-button {
    background: var(--primary-bg2);
    color: #ffffff;
    padding: 0;
    position: relative;
}
.aaos-accordion .accordion-header .accordion-button span {
    font-size: 50px;
    font-weight: 600;
    background-color: #f9ae42;
    padding: 20px;
    width: 100px;
    margin-right: 25px;
    color: var(--secondary-color);
    border-right: 2px solid #042433;
}
.aaos-accordion .accordion-header .accordion-button {
    font-size: 28px;
    font-weight: 600;
    border-radius: 15px !important;
    overflow: hidden;
    border: 3px solid var(--secondary-color);
}
.aaos-accordion .accordion-header .accordion-button small {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.aaos-accordion .accordion-header .accordion-button span img {
    width: 49px !important;
    display: block;
    margin: auto;
}
.aaos-accordion .accordion-header .accordion-button::after {
    content: "+";
    font-size: 40px;
    background-image: none;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 70px;
    width: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ffffff;
    transform: rotate(0deg);
}
.aaos-accordion .accordion-item {
    border: none;
    background-color: #e2e2e2;
    border-radius: 25px;
    margin-bottom: 20px;
}

.aaos-img {
    background-color: #e8ecef;
    max-width: 250px;
    height: auto;
    border-radius: 10px;
    flex: 0 0 250px;
}
.aaos-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.aaos-card {
    position: relative;
}
.btn-access {
    background: var(--primary-bg);
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    width: 110px;
    padding: 5px 0;
}
.btn-access:hover {
    background-color :var(--primary-color);
    color: #ffffff;
}
.access-btn-div {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.aaos-content {
    padding-right: 130px;
}
.progress-line {
    position: relative;
    height: 3px;
    background-color: var(--secondary-color);
    overflow: hidden;
}
.progress-line span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #4da847;
    display: block;
}
.aaos-card {
    position: relative;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}
.lock-ic {
    font-size: 12px;
    position: absolute;
    right: 105px;
    bottom: 15px;
}
.vs-img img {
    width: 100%;
    border-radius: 10px;
}
.vs-card {
    position: relative;
    margin-bottom: 20px;
}
.vs-detail-div {
    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.vsd-box {
    background-color: rgba(0,0,0,0.4);
    padding: 20px;
}
.vs-title-div h2 {
    font-size: 22px;
    color: #ffffff;
}
.vs-title-div p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
.vs-btn-div .btn {
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.vs-btn-div .btn:hover {
    background-color: var(--primary-color);
}
.vs-btn-div {
    text-align: right;
}
.about-video-box {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.framesection.mt-5 {
    margin-top: 0 !important;
}
.about-content-box ul li {
    position: relative;
    padding-left: 20px;
    display: block;
}
.about-content-box ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 0;
}
.myQuestion-btns .btn {
    width: 120px;
    padding: 8px 10px 8px 10px;
    border-radius: 10px;
    background: var(--primary-color) !important;
    color: #ffffff;
}
.myQuestion-btns #prebtn[disabled] {
    background-color: #7a7a7a!important;
    border-color: #7a7a7a!important;
}
.myQuestion-btns #submit_main[style="margin-left: 15px; visibility: hidden;"] {
    display: none;
}
.myQuestion-btns #submit_main[style="margin-left: 15px; visibility: visible;"] {
    display: block;
}
.question-title {
    margin-bottom: 10px!important;
}
.checkconsent-div a {
    color: #365da7;
}
.paginationdiv .btn i {
    border-radius: 10px;
    background-image: url("../img/btn-arrow.png");
    background-repeat: no-repeat;
    background-position: left 15px center;
    padding-left: 0;
    font-size: 0;
    height: 100%;
    width: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: 15px;
}
.paginationdiv .btn {
    position: relative;
    padding-left: 35px;
    border-radius: 5px;
}
.banner-text h1 {
    font-size: 100px;
    margin-bottom: 25px;
}
.banner-text p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
}
.banner-text a {
    font-weight: 600;
    font-size: 18px;
}
.hl-img img {
    height: 80px;
    margin-bottom: 15px;
}
.hl-box h3 {
    font-weight: 400;
    font-size: 26px;
    max-width: 280px;
    margin: auto;
}
.sec-title {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 100px;
}
.highlight-section {
    padding: 100px 0;
}
.front-header .navbar-nav li .btn {
    border-radius: 10px;
}
.about-content-box h1 {
    font-size: 34px;
    font-weight: 400;
    color: #363e47;
}
.about-content-box p {
    font-size: 18px;
    color: #363e47;
}
.front-header {
    background: #FFFFFF;
    box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
    position: sticky;
    top: 0px;
    z-index: 99;
}
.front-header .navbar-nav .nav-item .nav-link {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 600;
}
.topic-card {
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 15px 25px;
    display: flex;
    gap: 30px;
    max-width: 1050px;
    margin: 15px auto;
    align-items: center;
}
.tc-detail {
    width: 100%;
}
.tc-text-div {
    height: 105px;
    overflow: hidden;
}
.topic-img {
    max-width: 400px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.tc-detail h3 {
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
}
.tc-detail p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--light-color);
}
.tc-module-div {
    display: flex;
    gap: 10px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 5px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tcm-box h2 {
    font-weight: 700;
    font-size: 24px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.tcm-box h5 {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    gap: 5px;
    margin: 0;
}
.tcm-box p {
    font-size: 14px;
    color: var(--light-color);
    line-height: 12px;
    text-align: center;
}
.tcm-box h4 {
    font-weight: 700;
    font-size: 26px;
    margin: 0;
}
.tcm-box h2 span {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    top: 4px;
}
.tcm-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.tcm-box h2 img {
    width: 24px;
    height: auto;
}
.tcm-box .certificatediv img {
    width: 50px;
    height: auto;
}
.tc-button .btn {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
}
.tc-button {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.login-left h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
}
.loginform h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
}
.terms-div label i {
    font-size: 16px;
    color: var(--light-color);
}
.crt-btn-div p {
    text-align: center;
    border: 1px solid var(--primary-color);
    padding: 22px 0;
    border-radius: 10px;
    color: var(--light-color);
    font-size: 14px;
}
.crt-btn-div p a {
    font-weight: 700;
    font-size: 18px;
}
.login-modal .modal-dialog {
    max-width: 1000px;
}
.login-modal .modal-dialog .modal-content {
    border-radius: 30px;
    padding: 0;
}
.login-modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.login-right {
    font-size: 16px;
    color: var(--light-color);
    line-height: 24px;
}
.login-right a {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}
.login-modal .modal-body {
    padding: 0;
    position: relative;
}
.banner-search {
    max-width: 900px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 9;
}
.banner-search .form-control {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.17);
    border-radius: 100px;
    padding: 20px 30px;
}
.banner-search .btn {
    position: absolute;
    right: 15px;
    top: 10px;
    padding: 8px 15px;
}
.pd-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: var(--light-color);
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #D9D9D9;
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color)!important;
    border: 1px solid #ffffff;
}

.owl-theme .owl-nav button {
    border: 2px solid #CCC !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    color: #CCC !important;
    font-size: 26px !important;
}
.owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
}
.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
}
.owl-theme .owl-nav button span {
    position: relative;
    bottom: 2px;
}

.testimonial-card p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--light-color);
    margin-bottom: 20px;
}
.tst-img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 20px;
}
.testmonial-user h4 {
    font-size: 20px;
}
.testmonial-user p {
    font-size: 14px;
}
.testimonial-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.qt h1 {
    line-height: 22px;
    font-size: 70px;
    margin: 0;
    padding-top: 20px;
}
.testimonial-card:hover .qt h1 {
    color: #ffffff;
}
.testimonial-card:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
.testimonial-card:hover p {
    color: #ffffff;
}
.testimonial-slider .owl-nav .owl-prev {
    left: -50px;
}
.testimonial-slider .owl-nav .owl-next {
    right: -50px;
}
.login-img {
    background-color: var(--primary-color);
    padding: 25px 25px 70px 25px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
    max-width: 350px;
}
.login-modal .login-form {
    padding: 40px;
}
.login-left {
    padding: 20px 30px 0;
    height: 100%;
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    justify-content: space-between;
}
.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); /* semi-transparent overlay */
    backdrop-filter: blur(6px); /* blur the background */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loading-icon {
    font-size: 70px;
    color: var(--primary-color); /* Your theme primary color */
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

/* Rotate animation */
@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Loading text */
.load-text {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}

/* Animated dots */
.dots::after {
    content: '';
    animation: dots 1.5s steps(4, end) infinite;
}
@keyframes dots {
    0%   { content: ''; }
    25%  { content: '.'; }
    50%  { content: '..'; }
    75%  { content: '...'; }
    100% { content: ''; }
}
.webinar-box {
    background-color: rgba(0,0,0,0.5);
    padding: 15px 0;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.webinar-box h4 {
    font-weight: 600;
}
.footer-box h5 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}
.email-box input {
    background-color: #DADADA;
    border-radius: 0;
    border: none;
    height: 45px;
    padding: 0 15px;
}
.email-box .btn {
    border-radius: 0;
}
.email-box input::placeholder {
    font-size: 12px!important;
}
.footer-social {
    display: flex;
    gap: 5px;
}
.footer-social a {
    width: 30px;
    height: 30px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #ffffff;
}
.bottom-footer p {
    font-size: 12px;
    color: var(--light-color);
}
.logo img {
    height: 50px;
}
.certificatediv {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
}
.custom-top-desc {
    height: 100px;
    overflow: hidden;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1200px) {
    .custom-modal .modal-dialog {
        max-width: 90%;
    }
    .footer-logo-box img {
        max-width: 150px;
    }
}
@media screen and (max-width: 1024px) {
    .aaos-img {
        max-width: 160px;
        flex: 0 0 160px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-toggler {
        position: absolute;
        right: 5px;
        top: 16px;
        height: 43px;
        width: 43px;
        padding: 0;
        font-size: 16px;
    }

    .synaps-logo img {
        max-width: 80px;
    }
    .md-mobile {
        margin-right: 60px;
    }
    .front-header .navbar-nav {
        gap: 5px;
        background-color: #f2f2f2;
        padding: 20px 0;
        margin-top: 10px;
    }
    .text-scroll-article p {
        font-size: 14px;
    }
    .about-content-box {
        padding-left: 0;
        text-align: center;
    }
    .banner-text h1 {
        font-size: 40px;
    }
    .banner-text p {
        font-size: 18px;
    }
    .banner-text a {
        font-size: 14px;
    }
    .sec-title {
        font-size: 30px;
    }
    .hl-box h3 {
        font-size: 18px;
        margin: 0 auto 25px;
    }
    .tc-detail h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .tc-detail p {
        font-size: 14px;
        line-height: 20px;
        color: var(--light-color);
    }
    .login-left h1 {
        font-size: 22px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 20px;
    }
    .login-right p {
        font-size: 14px;
    }
    .login-right a {
        font-size: 20px;
    }
    .loginform h3 {
        font-size: 24px;
    }

    .topic-img {
        max-width: 250px;
        width: 100%;
    }
    .front-header {
        background: var(--primary-color);
        padding: 10px 0;
    }

    .mobile-btn .btn svg {
        width: 30px;
    }
    .mobile-btn .btn {
        padding: 4px 15px !important;
        font-size: 14px;
    }
    .front-header .navbar-collapse {
        position: absolute;
        right: 15px;
    }
    .pd-content p {
        font-size: 14px;
    }
    .course-slider .owl-nav {
        display: none;
    }
    .testimonial-card {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin: 5px;
    }
    .footer-logo-box img {
        max-width: 110px;
    }
    .testimonial {
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) {
    .loginbox {
        padding: 50px 70px;
    }
    .pri-term-ul {
        margin-top: 5px;
    }
    .takeda-box {
        flex-flow: column;
    }
    .takeda-box p {
        order: 1;
    }
    .takeda-box p br {
        display: none;
    }
    .takeda-box img {
        width: 140px;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .takeda-box {
        align-items: end;
    }
    .privacy-section {
        padding: 30px 0;
    }
    .banner-section .owl-dots {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .slider-content-div h1 {
        font-size: 38px;
    }
    .slider-content-div h2 {
        font-size: 22px;
    }
    .section-title h1 {
        font-size: 24px;
    }
    .about-content-box {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        padding-left: 0;
    }
    .about-content-box br{
        display: none;
    }
    .aaos-accordion .accordion-header .accordion-button span {
        font-size: 12px;
        padding: 15px 10px;
        width: 50px;
        margin-right: 10px;
        text-align: center;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .aaos-accordion .accordion-header .accordion-button {
        font-size: 14px;
        padding-right: 60px;
    }
    .aaos-accordion .accordion-header .accordion-button small {
        font-size: 12px;
        margin-top: 0;
    }
    .aaos-accordion .accordion-header .accordion-button::after {
        font-size: 20px;
        height: 20px;
        width: 40px;
    }
    .lock-ic {
        font-size: 10px;
        right: 45px;
        bottom: 5px;
    }
    .aaos-img {
        max-width: 100px;
        flex: 0 0 100px;
    }
    .aaos-content {
        padding-right: 0;
        padding-bottom: 50px;
    }
    .access-btn-div {
        right: 20px;
        top: auto;
        bottom: 20px;
    }
    .vs-detail-div {
        padding: 10px;
    }
    .vsd-box {
        padding: 10px;
    }
    .vs-btn-div .btn {
        font-size: 12px;
        padding: 5px 10px;
    }
    .vs-title-div h2 {
        font-size: 14px;
        margin: 0 0 5px;
    }
    .vs-title-div p {
        font-size: 12px;
    }
    .aaos-box {
        align-items: start;
    }
    .aaos-content h6 {
        font-size: 12px;
    }
    .aaos-content p {
        font-size: 10px;
        line-height: 12px;
    }
    .access-btn-div .btn {
        font-size: 12px;
    }

    .menu-div .btn {
        padding: 10px 5px;
        font-size: 12px;
    }
    .front-footer {
        text-align: center;
    }
    .bottomfooter-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }
    .topic-card {
        gap: 0;
        flex-wrap: wrap-reverse;
    }
    .topic-img {
        max-width: 100%;
        width: 100%;
    }
    .banner-search {
        max-width: 90%;
    }
    .front-footer ul {
        text-align: center;
        padding-left: 0;
        font-size: 12px;
    }
    .pd-content p {
        text-align: left;
    }
    .topic-card {
        padding: 15px;
    }
    .tc-detail p {
        font-size: 12px;
    }
    .tc-module-div {
        flex-wrap: nowrap;
        align-items: center;
    }
    .available-course-div .tcm-box {
        gap: 0;
    }
    .tcm-box .certificatediv img {
        width: 30px;
    }
    .available-course-div .tc-module-div {
        gap: 5px;
    }
    .footer-logo-div img {
        max-width: 200px;
    }
    .login-left {
        padding: 0 20px 0;
        flex-direction: column;
    }
    .login-img {
        padding: 25px 25px 70px 25px;
        border-radius: 0 0 20px 20px;
        max-width: 280px;
        margin: 0 auto 20px;
    }
    .login-modal .login-form {
        padding: 0 25px 20px;
    }
    .modal-logo {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .loginbox {
        padding: 20px;
    }
    .login-header img {
        max-width: 200px;
    }
    .loginform .btn {
        font-size: 14px;
    }
    .prepmax-box {
        justify-content: center;
        flex-flow: column;
    }
    .prepmax-box img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .takeda-box {
        margin-top: 15px;
    }
    .helpyoubox h3 {
        font-size: 18px;
    }
    .helpyoubox h3 img {
        width: 45px;
    }
    .helpyoubox .btn {
        margin-left: 0;
        font-size: 14px;
    }

    .icon-btn {
        font-size: 14px;
    }
    .icon-btn img {
        width: 31px;
        left: -18px;
    }
    .takeda-box {
        flex-flow: column;
        align-items: center;
    }

    .takeda-box p {
        order: 2;
    }
    .takeda-box p br {
        display: none;
    }
    .takeda-box img {
        width: 115px;
        margin-left: 0;
        margin-bottom: 5px;
        order: 1;
    }
    .contact-box {
        padding: 15px;
    }
    .boxtitle h4 {
        font-size: 20px;
    }
    .contactform-div .btn {
        padding: 10px 30px;
        font-size: 14px;
        margin-top: 0;
        width: 100%;
    }
    .contact-title {
        margin-bottom: 30px;
    }
    .contactus-section {
        padding: 30px 0;
    }
    .logo img {
        height: 25px;
    }
    .login-left h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .login-right p {
        font-size: 12px;
    }
    .login-right a {
        font-size: 18px;
    }
    .login-right {
        line-height: 14px;
    }
}

.ql-editor iframe {
  width: 100% !important;   /* make responsive */
  max-width: 600px;         /* adjust max size */
  height: 350px;            /* fixed height */
}
