/*@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:wght@400;500;700;900&display=swap');


body {
    /* background-color: #f2f3f7; */
    /* background-color: #e6e6e6; */
    background-color: #ffffff;
    color: #000000;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 16px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

a,a:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
a {
    color: #f37a20;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.form-control::placeholder {
    font-size: 14px;
}
.form-control {
    font-size: 14px;
}
.form-control:focus {
    border-color: #f37a20;
    box-shadow: 0 0 0 .25rem rgba(33, 152, 181,.25) !important;
}
.bg-primary {
    background-color: #f37a20!important;
}
.btn {
    border-radius: 15px;
}
.btn-primary {
    background-color: #f37a20!important;
    border-color: #f37a20!important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #e48022!important;
    border-color: #e48022!important;
    transition: 0.2s;
}
.btn-outline-primary {
    border-color: #f37a20!important;
    color: #f37a20!important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #e48022!important;
    border-color: #e48022!important;
    color: #ffffff!important;
}
.text-primary {
    border-color: #f37a20;
    color: #f37a20!important;
}
/* Header Start */
.front-header {
    padding: 20px 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.synaps-logo img {
    max-width: 180px;
}
.front-header {
    padding: 10px 0;
}
/* 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;
    display: none;
}
.icon-btn {
    background-color: #f37a20;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 10px 30px;
    border-radius: 30px;
}
.icon-btn:hover {
    background-color: #0b5ed7;
    transition: 0.2s;
    color: #ffffff;

}
.banner-section {
    position: relative;
}
.banner-section .owl-dots {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    width: 100%;
}
.banner-section .owl-theme .owl-dot.active span {
    background-color: #05203c!important;
}
.banner-section .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    margin: 0 5px;
}
/* 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;
    font-family: 'Raleway', sans-serif;
}
.helpyoubox .btn {
    margin-left: 15px;
}
/* Help You End */

/* Footer Start */
.front-footer {
    padding: 20px 0;
}
.prepmax-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prepmax-box img {
    width: 105px;
    margin-right: 15px;
}
.front-footer {
    background-color: #f1f1f2;
}
.pri-term-ul li a:hover{
    color: #f37a20;
}
.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: 11px;
    margin-bottom: 0;
    line-height: 16px;
    margin-top: 15px;
    color: #000;
}
.pri-term-ul li a {
    color: #59595c;
}
/* Footer End */

/* Login Start */
select.form-control {
    background-image: url("../img/select-arrow.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px;

}
.login-section {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginbox {
    margin: auto;
    max-width: 640px;
    background-color: #f1f1f2;
    padding: 50px 110px;
}
.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: #59595c;
    font-size: 16px;
}
.loginform .form-control {
    height: 50px;
    background-color: #e5e6e6;
    padding: 10px 20px;
    border: none;
}
.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: 5px;
    font-weight: 600;
    padding: 11px 0;
    font-size: 18px;
}
.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: #f37a20;
}
.checkconsent-div .form-check {
    line-height: 20px;
}
.checkconsent-div .form-check label{
    color: #05203c;
}
/* Login End */

/* Contact Us */

.contact-title h1 {
    font-weight: 700;
}
.contactform-div .form-group {
    margin-bottom: 15px;
}
.contactform-div .form-control::placeholder
.contactform-div select.form-control {
    height: 50px;
}
.contactform-div .form-control {
    background-color: #e5e6e6;
    padding: 10px 20px;
    border: none;
}
.contact-box {
    max-width: 800px;
    background-color: #ffffff;
    padding: 50px;
    margin: 0 auto;
    border: 1px solid #eee;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.contact-title h1{
    color: #f37a20;

}
.contact-title {
    text-align: center;
    margin-bottom: 50px;
}
.boxtitle h4 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700;

}
.contactform-div .btn {
    border-radius: 30px;
    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;
}

.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 99999;
    color: #111111 !important;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    background-color: #f37a20;
    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: #f37a20;
    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: #111111 !important;
}
.cookie-settings {
    text-decoration: underline;
    color: #212529;
}

.cookie-container.active {
    bottom: 0;
}

/* New Css Start */
.login-slider-div {
    height: 100%;
}
.login-slider-div .carousel {
    height: 100%;
}
.login-slider-div .carousel .carousel-inner {
    height: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.login-slider-div .carousel-item {
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: auto;
}
.carousel-item {
    position: relative;
}

/* Login Css Start */
.loginformdivset {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0 20px;
}

.custom-img-group {
    position: relative;
    margin-bottom: 20px;
}
.login-form-div {
    padding: 50px;
    position: relative;
    z-index: 9;
}
.login-img {
    width: 130px;
    margin: 0 auto 40px;
}
.custom-img-group .form-control {
    background-color: #ffffff;
    border: 1px solid #f37a20;
    border-radius: 30px;
    height: 45px;
    padding-left: 45px;
    color: #f37a20;
}
.custom-img-group .form-control::placeholder {
    color: #f37a20;
}
.custom-img-group img {
    position: absolute;
    top: 12px;
    width: 20px;
    margin: auto;
    left: 15px;
}
.check-div {
    text-align: left;
    position: relative;
}
.check-div input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}
.check-div label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}
.check-div label::before {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    border: 1px solid #f37a20;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.check-div input:checked + label::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 4px;
    background-color: #f37a20;
    top: 2px;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}
.signindiv {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.signindiv .btn-primary {
    width: 140px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 auto 10px;
}
.frgt-btn {
    color: #f37a20;
    font-style: italic;
}
.register-box .btn-outline-primary {
    width: 140px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 auto 10px;
}

.custom-indicators {
    justify-content: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
}
.form-input-div .custom-indicators .active {
    background-color: #3fa9f5;
}
.form-input-div .carousel-indicators button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1px;
    background-color: #ffffff;
    color: #050d4b;
    border-radius: 50%;
    text-indent: initial;
    font-size: 12px;
    font-weight: 700;
    transition: 0.4s all;
}
.form-input-div .custom-indicators button {
    width: 15px;
    flex: 0 0 15px;
    height: 15px;
    background-color: #f37a20;
    padding: 0;
    margin: 0 5px;
    opacity: 1;
}
.pr-0 {
    padding-right: 0!important;
}
.pl-0 {
    padding-left: 0!important;
}
.banner-logo-div {
    position: absolute;
    right: 50px;
    top: 20px;
}
.chestimgdiv {
    width: 100%;
    position: absolute;
    bottom: 50px;
    background-color: rgba(255,255,255,0.5);
    padding: 20px 0;
    text-align: center;
}
.registerform-div .form-control::placeholder {
    color: #666666;
}
.registerform-div .form-control {
    background-color: #ffffff;
    border: 1px solid #f37a20;
    border-radius: 30px;
    height: 40px;
}
.registerform-div .form-group {
    margin-bottom: 20px;
}
.text-ternary {
    color: #333333;
    font-weight: 400;
}
.lifemakingimg {
    position: absolute;
    max-width: 600px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
}
.lifemakingimg img {
    width: 100%;
}

.slider-knowledge-div {
    background-color: rgba(15, 115, 182,0.9);
    position: absolute;
    width: 100%;
    bottom: 50px;
    padding: 20px 15px;
    text-align: center;
}
.slider-knowledge-div h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.slider-knowledge-div p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 26px;
}
.termslinkdiv a:hover span{
    color: #f37a20;
}
.termslinkdiv b {
    color: #666666;
}

/* Login Css End */
.banner-logo-div img {
    max-width: 380px;
}
/* New Css End */

/* Footer Start */
.user-footer p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #4d4d4d;
}
.footer-left-div {
    display: flex;
    align-items: center;
}
.pmr-logo {
    max-width: 150px;
    margin-right: 15px;
}
.footer-right-div {
    display: flex;
    align-content: center;
}
.footer-right-div p {
    text-align: center;
}
.aap-logo-div {
    max-width: 140px;
    margin-left: 25px;
}
.user-footer {
    background-color: #f1f1f2;
    margin-top: auto;
    padding: 20px 0;
}
.user-footer p a {
    color: #4d4d4d;
}
.user-footer p a:hover {
    color: #f37a20;
}
/* Footer End */
/* Footer start */
.front-footer p {
    font-size: 9px;
    margin: 0 0 10px 0;
}
.front-footer {
    background-color: #ffffff;
    bottom: 0;
    z-index: 999;
    padding: 15px 0;
}
.topleft-div {
    display: flex;
}
.front-footer .topleft-div p {
    margin: 0;
}
.topleft-div {
    display: flex;
    align-items: center;
}
.topleft-div img {
    margin-right: 15px;
}
/* Footer end */

.login-form .form-control {
    border: none;
    border-radius: 10px;
    height: 60px;
    padding: 0 25px !important;
    font-size: 14px;
    background-color: #f7f7f7;
}
.login-form .form-control:focus {
    background-color: #f7f7f7;
}
.header-top {
    padding: 20px 0;
    position: relative;
    top: 0;
    z-index: 9;
    width: 100%;
    background-color: #ffffff;
}

.login-form .btn {
    background-color: #f37a20;
    font-size: 16px;
    border-radius: 30px;
    padding: 5px 30px;
    /* font-weight: bold; */
    line-height: 30px;
    font-weight: 500;
}
.login-form-div .form-group {
    margin-bottom: 20px;
}
.form-logo img {
    width: 100%;
    margin-bottom: 20px;
}
.footer-div p {
    font-size: 11px;
}

.footer-link a {
    font-size: 12px;
    color: #666666;
}
.footer-link a:hover {
    color: #f37a20;
}
.banner-content-div {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
}
.banner-content-div {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 50%;
}
.content-div h1 {
    font-weight: 900;
    font-size: 64px;
    color: #f37a20;
}
.content-div p {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
    margin: 5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3b296b;
}
.p-text {
    color: #3b296b;
}
.p-text2 {
    color: #f37a20;
}
.page-banner-content {
    position: absolute;
    left: 30%;
    top: 0;
    z-index: 9;
    margin: auto;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.t-bold {
    font-weight: 600;
}
.extra-bold {
    font-weight: 900;
}
.acne-div .accordion-header button {
    background-color: transparent;
    font-weight: 600;
    color: #f37a20;
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #767676;
    position: relative;
}
.acne-div .accordion-item {
    background-color: transparent;
    border: none;
}
.acne-btn-div .btn {
    background-color: #ddd;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 10px;
    color: #ffffff;
}
.acne-card {
    background-color: #f8f8f8;
}
.acne-content {
    padding: 20px;
}
.acne-content p {
    margin-bottom: 5px;
    color: #000000;
    font-weight: 400;
}
.acne-btn-div {
    text-align: right;
}
.access-btn {
    background-color: #f37a20!important;
}
.access-btn:hover, .access-btn:focus {
    background-color: #158dbc !important;
    border-color: #158dbc !important;
    transition: 0.2s;
}
.live-btn {
    background-color: #4dbc17!important;
}
.acne-div .accordion-header button[aria-expanded="true"]::after {
    content: "_";
    top: 0;
}
.acne-div .accordion-header button::after {
    background-image: none;
    content: "+";
    font-weight: 600;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 10px;
    width: auto;
    height: auto;
    display: flex;
    transform: rotate(0deg);
    color: #666;
}
.acne-div .accordion-header button:focus {
    box-shadow: none;
}
.status-span {
    position: absolute;
    right: 30px;
    font-size: 16px;
    color: #666666;
}
.status-span::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #666666;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    bottom: 2px;
    margin-right: 2px;
}
.status-active-span {
    color: #4dbc17!important;
}
.status-active-span:before {
    background-color: #4dbc17!important;
}
.acne-div .accordion-header {
    margin-bottom: 15px;
}
.acne-content h3 {
    font-size: 24px;
}
.logo-div img {
    max-width: 200px;
}
.page-banner-content h4 {
    margin-bottom: 0;
    font-size: 28px;
}
.page-banner-content h1 {
    margin-bottom: 5px;
    font-size: 56px;
}
.page-banner-content p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #777777;
}
.page-banner-content h6 {
    font-size: 24px;
}
.acne-img img {
    width: 100%;
}
.menu-div .btn {
    background-color: #f37a20 !important;
    font-size: 14px;
    height: auto;
    border-radius: 30px;
    padding: 5px 30px;
    line-height: 30px;
    color: #ffffff;
}
.menu-div .btn:hover {
    color: #ffffff;
}
.home-slider {
    background-color: #e6e6e6;
}

.form-section {
    padding: 40px 0;
}
.footer-div a:hover {
    color: #f37a20;
}
.footer-div a {
    color: #111111;
    text-decoration: none;
}
.footer-div p {
    color: #111111;
}
.footer-div {
    padding: 25px 0 10px;
    background-color: #f2f2f2;
}

.webinar-radio-div {
    background-image: url("../img/topic-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.webinar-radio-div {
    background-image: url("../img/topic-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.topicradioul li {
    font-size: 16px;
    color: #414042;
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}
.topicradioul li input {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.webinar-radio-div h4 {
    color: #414042;
    margin-bottom: 30px;
}
.topicradioul li b {
    font-weight: 500;
}
.textareadiv {
    display: flex;
}
.textareadiv .btn {
    width: 120px;
    padding: 0;
    height: 40px;
    border-radius: 10px;
    margin-top: auto;
    margin-left: 20px;
}
.footer-sunpharma {
    padding: 30px 0 20px;
}
.custom-consent label {
    text-align: left;
    display: block;
    color: #777777;
    font-size: 14px;
}
.custom-consent {
    margin-top: 20px;
}
.custom-consent input {
    width: 17px;
    height: 17px;
    position: relative;
    top: -6px;
    margin-right: 10px;
}
.custom-consent a {
    text-decoration: underline;
    color: #f37a20;
}
.register-form-div.login-form-div {
    max-width: 700px;
}
.register-form-div .custom-consent input {
    top: -2px;
}
.register-form-div .btn.btn-primary {
    max-width: 230px;
    margin: auto;
}

.form-logo {
    text-align: center;
}
.form-logo img {
    max-width: 250px;
}
.circle-img {
    max-width: 500px;
}

.custom-passcode .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 30px;
    border-radius: 15px;
}
.custom-passcode .form-control {
    border-radius: 15px;
    height: 50px;
    padding: 0 115px 0 15px;
    border: 1px solid #f37a20;
}
.passcodemodal  .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px;
}
.custom-passcode {
    position: relative;
    margin: 5px 0 10px;
}
.passcodemodal .modal-body {
    padding: 30px 30px 20px;
}
.acne-img {
    position: relative;
}
.webinar-button:hover {
    color: #f37a20;
}
.webinar-button {
    position: absolute;
    top: 15px;
    right: 0;
    color: #000;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 40px 0 0 40px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.webinar-title h3 {
    color: #333333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.backtohome-btn {
    text-align: center;
    max-width: 800px;
    margin: 40px auto 0;
}

.backtohome-btn .btn {
    border-radius: 15px;
    padding: 10px 30px;
    font-weight: 500;
    width: 100%;
}
.header-top .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 25px;
    color: #000000;
}
.header-top .navbar-nav {
    align-items: center;
}
.header-top .navbar-nav .nav-item .btn {
    padding: 8px 30px;
    color: #ffffff;
    border-radius: 30px;
}
.position-content {
    position: absolute;
    top: 40px;
    left: 40px;
    /* right: 0; */
    display: flex;
    align-items: center;
}
.about-section {
    border-radius: 100px 100px 0 0;
    position: relative;
    margin-top: -40px;
    padding: 50px 0 50px;
}
.about-section h5 {
    line-height: 30px;
}
.video-section {
    margin-top: -45px;
    position: relative;
    z-index: 1;
}
.topic-content h3 {
    color: #6c6f71;
}
.topic-content h5 {
    color: #6c6f71;
}
.login-modal .modal-lg {
    max-width: 950px;
}
.login-form-div .login-form::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 75%;
    background-color: #c8c8c8;
    right: 0;
    margin: auto;
}
.client-logo {
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
}
.banner-content h1 {
    color: #595959;
    font-weight: 700;
}
.banner-content {
    max-width: 500px;
    margin-left: auto;
    padding-right: 50px;
}
.login-modal-container {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    padding: 50px 0;
}
.login-modal-container {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    padding: 50px 0;
    max-width: 950px;
    margin: auto;
}
.login-form-div .form-group label {
    font-size: 12px;
}
.keylearbox {
    text-align: center;
    padding: 0 15px;
    position: relative;
    height: 100%;
}
.keylearbox h5 {
    color: #ffffff;
    font-weight: 600;
}
.forgotepassword a {
    color: #777777;
}
.keylearbox p {
    color: #ffffff;
    line-height: 24px;
    font-size: 16px;
}
.keylearbox::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    right: -10px;
    top: 0;
}
.key-learning-list .row .col-md-3:last-child .keylearbox::after {
    display: none;
}
.banner-logo img {
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .slider-img {
        height: 450px;
        overflow: hidden;
    }
}
@media (max-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1040px!important;
    }
}
@media screen and (max-width: 1200px) {
    .slider-img {
        height: 400px;
        overflow: hidden;
    }
    .login-form {
        padding: 20px!important;
    }
    .form-section {
        padding: 15px 0;
    }
    .banner-logo-div img {
        width: 260px;
    }
    .chestimgdiv img {
        width: 100%;
        padding: 0 10px;
    }
    .banner-logo-div {
        right: 20px;
        top: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .slider-img {
        height: auto;
    }
    .lifemakingimg {
        max-width: 500px;
        left: 3%;
    }

    .banner-content h1 {
        font-size: 24px;
    }
    .about-section {
        border-radius: 30px 30px 0 0;
        margin-top: -20px;
        padding: 70px 0;
    }

}
@media screen and (max-width: 767px) {
    .video-section {
        margin-top: -85px;
    }

    .position-content {
        padding: 0 15px;
    }
    .banner-content h1 {
        font-size: 18px;
    }
    .banner-content p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .banner-content .btn {
        font-size: 14px;
    }
    .about-section h1 {
        font-size: 24px;
    }
    .about-section h5 {
        font-size: 16px;
    }
    .about-section {
        border-radius: 50px 50px 0 0;
        padding: 50px 0;
        margin-top: 0;
    }
    .topic-content h3 {
        font-size: 18px;
    }
    .topic-content h5 {
        font-size: 14px;
    }
    .login-img {
        width: 110px;
    }
    .loginformdivset {
        padding: 30px 0 20px;
    }
    .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;
    }
    .slider-knowledge-div h3 {
        font-size: 16px;
    }
    .slider-knowledge-div h3 br {
        display: none;
    }
    .slider-knowledge-div p {
        font-size: 12px;
    }
    .banner-logo-div {
        right: 15px;
        top: 10px;
    }
    .banner-logo-div img {
        width: 200px;
    }
    .footer-left-div {
        margin-bottom: 15px;
    }
    .login-slider-div {
        margin-top: 0px;
        height: 500px;
    }
    .lifemakingimg {
        left: 0;
    }
    .footer-right-div {
        display: block;
    }
    .aap-logo-div {
        margin: 15px auto 0;
    }
    .login-section .col-md-5 {
        height: auto !important;
    }
    .login-section .col-md-7 {
        height: auto !important;
    }
    .loginformdivset {
        height: auto;
    }
    .login-section .row.h-100.w-100 .col-md-5 {
        order: 2;
    }
    .slider-knowledge-div h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .slider-knowledge-div {
        bottom: 0;
        padding: 10px;
    }

    .header-top {
        padding: 10px 0 15px;
        position: relative;
    }
    .login-form .form-group {
        margin-bottom: 15px;
    }
    .logo-div {
        margin-bottom: 0;
        text-align: center;
        margin-top: 15px;
    }
    .logo-div img {
        max-width: 150px;
        margin: auto;
        display: block;
    }
    .login-form .btn.btn-primary.button1 {
        display: block;
        width: 100%;
    }
    .content-div h1 {
        font-size: 24px;
    }
    .content-div p {
        font-size: 12px;
        color: #000;
    }
    .page-banner-content h4 {
        font-size: 14px;
        margin: 0;
    }
    .page-banner-content h1 {
        font-size: 16px;
        margin: 0;
    }
    .page-banner-content h6 {
        font-size: 14px;
    }
    .page-banner-content p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .page-banner-content {
        left: 25%;
    }
    .acne-content h3 {
        font-size: 16px;
    }
    .acne-content p {
        font-size: 14px;
    }
    .acne-btn-div .btn {
        font-size: 12px;
        padding: 10px 14px;
    }
    .acne-div .accordion-header button {
        font-size: 14px;
    }
    .status-span {
        font-size: 12px;
    }
    .acne-div .accordion-header button {
        padding-right: 125px;
    }
    .circle-img {
        margin-bottom: 30px;
    }
    .video-section-div .embed-responsive iframe {
        height: 350px;
    }
    .login-form-div {
        padding: 40px 0px 20px;
        border-bottom: 1px solid #c8c8c8;
        margin-bottom: 30px;
    }
    .login-form-div .login-form::after {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .video-section-div .embed-responsive iframe {
        height: 250px;
    }
    .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;
    }
    .synaps-logo img {
        max-width: 120px;
    }
    .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;
    }

    .contact-title {
        margin-bottom: 30px;
    }
    .contactus-section {
        padding: 30px 0;
    }

    .login-slider-div {
        margin-top: 0px;
        height: 300px;
    }
    .lifemakingimg {
        left: 0;
        padding: 0 15px;
    }
    .footer-right-div {
        display: block;
    }
    .aap-logo-div {
        margin: 15px auto 0;
    }
    .login-section .col-md-5 {
        height: auto !important;
    }
    .login-section .col-md-7 {
        height: auto !important;
    }
    .loginformdivset {
        height: auto;
    }
    .banner-logo-div img {
        width: 165px;
    }
    .page-banner-div img {
        height: 140px;
    }
    .login-form .btn {
        padding: 5px 0px;
    }
    .banner-content {
        max-width: 300px;
    }
}


