/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --primary-color:#7c3e98;
    --primary-bg:linear-gradient(90deg, #4FC187 0%, #0081A0 100%);
    --primary-bg2:linear-gradient(90deg, #0081A0 0%, #4FC187 100%);
}
/* Vector */

/* Vector */
html {
    height: 100%;
}
body {
    /* background-color: #f2f3f7; */
    background-color: #ffffff;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 16px;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    border: 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;
}
.btn {
    border-radius: 0;
}
.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;
}

.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 */
.front-header {
    padding: 20px 0;
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);*/
}
.synaps-logo img {
    max-width: 140px;
}
.front-header {
    padding: 10px 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.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;
    background-color: #05b59b;
    overflow: hidden;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
    background-color: #f2f2f2;
}
.prepmax-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prepmax-box img {
    width: 105px;
    margin-right: 15px;
}

.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: 12px;
    margin-bottom: 0;
    line-height: 14px;
    margin-bottom: 10px;
    color: #666666;
}
.bottomfooter-box a {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 0;
    color: #7c3e98;
}
.footer-logo-box img {
    max-width: 120px;
    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-right: auto;
    max-width: 500px;
    background-color: #ffffff;
    padding: 0;
}
.login-header {
    text-align: center;
    margin-bottom: 40px;
}
.login-header img {
    max-width: 250px;
}
.loginbody h3 {
    font-weight: 700;
    margin-bottom: 15px;
}
.loginform .form-control::placeholder {
    color: var(--primary-color);
    font-size: 12px;
}

.loginform .form-control {
    height: 50px;
    background-color: #ffffff;
    padding: 10px 20px;
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    font-size: 14px;
    color: var(--primary-color);
}
.loginform .form-group {
    margin-bottom: 15px;
}
.form-control::placeholder {
    color: #C4C4C4;
}
.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 {
    font-weight: 500;
    padding: 11px 0;
    font-size: 18px;
    border-radius: 6px;
}
.loginform .registerbtn-div .btn {
    color: #05203c!important;
}
.loginform .registerbtn-div .btn:hover {
    color: #ffffff!important;
}

.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: 220px;
    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;
}
.front-header .container-fluid {
    padding: 0;
}
.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: #000000;
    font-weight: 500;
}
.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: 200px;
    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 #000000;
}
.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 #000000;
    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;
}

.section-title h1 {
    font-weight: 600;
    font-size: 44px;
}
.about-content-box ul li {
    margin-bottom: 15px;
}
.about-content-box {
    font-size: 20px;
    line-height: 26px;
    padding-left: 0;
}
.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: #000000;
    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 #000000;
}
.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: #000000;
    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: #000000;
    border-color: #000000;
}
.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: 44px;
    font-weight: 500;
    margin-bottom: 70px;
}
.highlight-section {
    padding: 50px 0 70px;
    background: linear-gradient(0deg, #032D5F 0%, #05B59B 100%);
}
.product-list-div {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.title-img {
    position: absolute;
    right: 0;
    left: 0;
    top: -35px;
    max-width: 450px;
    margin: auto;
}
.product-box {
    border: 0.9px solid #D3D3D3;
    background: #FFFFFF;
    box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 10px;
    flex: 0 0 125px;
}
.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: #4c4c4c;
    line-height: 28px;
    max-width: 600px;
}
.banner-content {
    background-color: rgb(255, 255, 255,0.9);
    position: absolute;
    left: 50px;
    top: 50px;
    padding: 40px;
    max-width: 500px;
}
.banner-content h1 {
    font-weight: 700;
}
.banner-content p {
    color: #363E47;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.right-header {
    position: absolute;
    right: 40px;
    top: 20px;
}
.submitbtn-div .btn {
    font-weight: 500;
    padding: 11px 0;
    font-size: 18px;
    border-radius: 6px;
}
.footer-logo2 img {
    max-width: 100px;
}
.carousel .carousel-indicators button {
    border: 1px solid #7c3e98 !important;
    height: 5px;
    border-radius: 30px;
    opacity: 1;
}
.carousel .carousel-indicators button.active {
    background-color: #7c3e98 !important;
}
.login-modal .modal-body {
    padding: 50px;
}
.looping-top-img {
    margin-bottom: 50px;
}
.login-modal .modal-content {
    border-radius: 10px;
}
.about-card {

    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;


    padding: 20px;
}
.about-card h3{
    color: #7c3e98;
}
.about-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #7c3e98;
    margin: auto;
}
.ac-main {
    background-color: #fdf8ff;
    position: relative;
    overflow: hidden;
    border: 2px solid #7c3e98;
    border-radius: 15px;
}
.ac-main:hover .ac-content {
    top: 0;
    transition: 0.2s;
    opacity: 1;
}
.ac-content {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #7c3e98;
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    opacity: 0;
    text-align: center;
}

.login-modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

@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 (min-width: 1199px) and (max-width: 1399px) {
    .loginbox {
        max-width: 400px;
    }
}
@media screen and (max-width: 1199px) {
    .loginbox {
        margin-right: auto;
        margin-left: auto;
    }
    .right-header {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        padding: 15px 0;
    }
}
@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: 0;
        top: 7px;
        height: 43px;
        width: 43px;
        padding: 0;
        font-size: 16px;
    }

    .front-header {
        padding: 0;
    }
    .synaps-logo img {
        max-width: 80px;
    }
    .md-mobile {
        margin-right: 0;
    }
    .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;
    }
    .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;
    }

    .banner-content {
        left: 20px;
        top: 20px;
        padding: 30px;
    }

    .right-header .navbar-brand{
        margin: 0;
        padding: 0;
    }
    .right-header .synaps-logo img {
        max-width: 130px;
    }
    header #navbarNavDropdown {
        position: absolute;
        left: 0;
        right: 0;
        top: 45px;
        z-index: 999;
    }
    .product-box {
        flex: 0 0 100px;
    }
    .login-modal .modal-body {
        padding: 15px;
    }
}
@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;
        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;
    }
    .front-header .container-fluid {
        padding: 0;
    }
    .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;
    }
    .ac-main {
        margin-bottom: 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;
    }
    .product-box {
        flex: 0 0 130px;
    }
}
