:root {
    --primary-color: #00112A;
}
.bg-primary {
    background-color: var(--primary-color)!important;
}
.text-primary {
    color: var(--primary-color)!important;
}

.footer-img-div-1 {
    display: flex;
    align-items: center;
    width: auto !important;
    margin: 0px 0px !important;
    padding: 40px 0px;
    justify-content: center;
    width: auto;
}

.custom-pad {
    padding: 0px 35px;
}

.aside-user-dashboard,
.aside-user-dashboard .sidebar {
    padding-bottom: 0px !important;
}

.owl-item {
    height: auto !important;
}

.course-header-custom {
    margin-right: 8px;
    color: #1c1b1b;
    font-size: 24px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 425px) {
    .footer-img-div-1 {
        padding: 40px 0px 72px 0px;
    }
}


.close {
    float: right;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    color: #444444;
    border: none;
    background-color: white;
}


.modal-dialog-custom {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 60%;
    /* or 800px */
}

.custom-dilog {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 100% !important;
}
.cases-card .custom-btn {
    padding: 0;
}
.custom-btn {
    background: #fff;
    border: 1px solid #ffffff;
    color: var(--primary-color);
    padding: 15px 15px 18px;
    outline: none;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 7px;
    display: inline-flex;
    gap: 10px;
    line-height: 14px;
}
.custom-btn:hover {
    background: var(--primary-color);
    color: #ffffff;
    border-color: #ffffff;
}

.custom-btn:hover svg path {
    fill: #ffffff!important;
}
.custom-btn svg {
    /*width: 20px;*/
    width: 12px;
}
.swal-text {
    font-size: 30px;
}
.swal-button {
    font-size: 24px;

}
.custom-btn svg path {
    fill: var(--primary-color) !important;
}

.banner-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}
.banner-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.main-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 70vh;
}
.banner-content {
    position: absolute;
    bottom: 70px;
    left: 70px;
}
.expert-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    z-index: 1;
    max-width: 100%;
}
.expert-content {
    position: absolute;
    padding: 20px;
    bottom: 0;
    color: #ffffff;
    z-index: 1;
    width: 100%;
}
.expert-card::after {
    content: "";
    background-image: url("../../front/img/bg.png");
    background-size: cover;
    background-position: bottom -90px center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.expert-content h4 {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 30px;
    margin-bottom: 7px !important;
}
.expert-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 20px;
}
.sec-title h1 {
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-size: 50px;
}
.shape-div {
    position: absolute;
    bottom: 0;
    right: 0;
}
.cases-section::after {
    content: "";
    width: 100%;
    height: 40%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
}
.cases-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
}
.cases-content .btn {
    display: flex;
    padding: 0;
}
.cases-content .btn svg{
   width: 30px;
}
.cases-content h5 {
    font-weight: 700;
}
.cases-card {
    border-radius: 15px;
    overflow: hidden;
    max-width: 95%;
}
.about-section {
    background-color: #F5F5F5;
}
.as-content h2 {
    font-weight: 700;
    font-style: italic;
    font-size: 44px;
}
.down-arrow-div {
    position: absolute;
    bottom: -35px;
    left: auto;
    right: 10%;
    z-index: 1;
    margin: auto;
    width: 40px;
}
.down-arrow-tag svg {
    width: 20px;
}
.down-arrow-tag {
    display: inline-flex;
    background-color: #fff;
    border-radius: 30px;
    width: 40px;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
}
.down-arrow-tag svg path{
    fill: var(--primary-color);
}
.cases-card a:hover .hover-box{
    bottom: 0;
    transition: 0.2s;
}
.hover-box {
    position: absolute;
    top: auto;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 15px;
    text-align: center;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, #00c9ff 0%, #006c93 100%);
    color: #fff;
    justify-content: center;
    bottom: -100%;
    transition: 0.2s;
}
.hover-box svg {
    width: 30px;
}
.hover-box svg path{
    fill: #ffffff!important;
}
.hover-box h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.hover-box p {
    font-weight: 300;
    font-size: 14px;
}
.expert-card img {
    width: 100%;
}
.exp-message {
    background-color: var(--primary-color);
    padding: 30px 15px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    max-width: 800px;
    margin: auto;
}
.btn-toggle-nav li a svg path {
    fill: #ffffff;
}
.exp-main-div {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sidebar-box .accordion-header button {
    background-color: var(--primary-color);
    padding: 12px 0;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    border-radius: 0 !important;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
}
.sidebar-box .accordion-header button:after {
    background-image: url("../../front/img/arrow.png");
}
.sidebar-box .accordion-item {
    border: none;
}
.clinical-card {
    max-width: 90%;
}

.exp-talk-title h5 {
    font-weight: 700;
    font-size: 30px;
}
.login-container .btn-close {
    background-color: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    border-radius: 50%;
    padding: 7px;
    font-size: 12px;
}
.custom-main.py-5 {
    padding-top: 20px !important;
}
.forgot-password-div {
    font-size: 18px;
    text-align: right;
}
.forgot-password-div a {
    color: #03a5e5;
    font-weight: 400;
}
.about-img {
    position: relative;
    z-index: 9;
}
.mobile-navbar-div button {
    background-color: var(--primary-color);
    width: 50px;
    height: 50px;
    padding: 5px;
    margin-bottom: 10px;
}
.custom-term-div {
    align-items: start;
}
.custom-term-div .checkmark {
    flex: 0 0 20px;
    margin: 0;
}
.custom-term-div span {
    font-weight: 300;
    font-size: 20px;
}
.pn-text {
    color: #4de5e6 !important;
}
.about-circle {
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.about-circle h3 {
    margin: 0;
    font-size: 30px;
}
.about-circle:hover {
    border-color: #4de5e6;
}
.about-circle:hover h3{
    color: #4de5e6;
    font-size: 40px;
    transition: 0.2s;
}
.module-btn-div .btn {
    background: #fff;
    border: 1px solid #ffffff;
    color: var(--primary-color);
    padding: 10px 15px;
    outline: none;
    font-size: 22px;
    text-decoration: none;
    border-radius: 7px;
    gap: 10px;
    font-weight: 700;
    align-items: center;
    display: flex;
}
.module-btn-div .btn:hover {
    background: var(--primary-color);
    border-color: #ffffff;
    color: #ffffff;
}
.module-btn-div .btn svg path {
    fill: var(--primary-color);
}
.module-btn-div .btn:hover svg path {
    fill: #ffffff;
    stroke: #ffffff;
}
.module-btn-div .btn svg {
    width: 20px;
}
.module-btn-div {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

/*.form-group-custom label {
    position: absolute;
    top: 26px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    font-size: 14px;
}*/
.form-group-custom label svg {
    width: 20px;
}
.form-group-custom label svg path {
    fill: #ffffff!important;
}

.form-group-custom{
    position:relative;
}
.form-group-custom label svg {
    width: 20px;
}
.form-group-custom label {
    position: absolute;
    top: 22px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    font-size: 24px;
    display: flex;
    gap: 15px;
}



.form-group-custom input:focus + label, .form-group-custom input.has-value + label, .form-group-custom textarea:focus + label, .form-group-custom input:not(:placeholder-shown) + label, .form-group-custom textarea.has-value + label {
    top: -18px;
    font-size: 24px;
    padding: 0 5px;
    margin-left: -4px;
}

.form-group-custom input:focus::-webkit-input-placeholder
{
    color: transparent;
}
.registerform .form-group-custom label {
    left: 30px;
}
#OTPModal .form-group-custom label {
    left: 20px;
}
.form-group-custom .ps-3 small {
    font-size: 12px;
    margin-top: 2px;
}
.chart-div-box {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.chart-div-box h3 {
    margin: 0;
    font-size: 20px;
}

.progress-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background: conic-gradient( #12e08a 0% 10%, #d9d9d9 10% 100% ); */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    position: relative;
}

.progress-circle::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    background: #eaf3f3;
    border-radius: 50%;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.05);
}

.progress-text {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #001133;
    z-index: 1;
}
.certibutton-div .btn {
    background-color: #DE6601;
    width: 100%;
    height: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 24px;
}
.certibutton-div .btn img {
    width: 40px;
}
.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;
    max-width: 440px;
    margin-left: auto;
}
.tcm-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.tcm-box h2 {
    font-weight: 700;
    font-size: 34px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.tcm-box::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #777777;
    position: absolute;
    right: -35px;
}
.tcm-box:last-child:after {
    display: none;
}
.tcm-box h2 img {
    width: 24px;
    height: auto;
}
.tcm-box p {
    font-size: 22px;
    color: var(--primary-color);
    line-height: 12px;
    text-align: center;
    margin: 0;
    font-weight: 500;
}
.tcm-box h2 span {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    top: 4px;
}
.certificatediv {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: column;
}
.tcm-box .certificatediv img {
    width: 50px;
    height: auto;
}
.synopsis-text h3 {
    font-size: 34px;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.synopsis-text p {
    font-size: 24px;
    color: var(--primary-color);
    line-height: 26px;
}
.additional-card {
    display: flex;
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    background-color: #ffffff;
    gap: 15px;
    justify-content: space-between;
}
.ac-text h4 {
    font-size: 24px;
}
.ac-text a {
    display: flex;
    justify-content: end;
    gap: 10px;
    font-size: 24px;
    padding: 0;
    align-items: center;
    line-height: 24px;
}
.ac-text a svg {
    position: relative;
    top: 2px;
}
.ac-text a svg {
    width: 20px;
}
.ac-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.additional-owl {
    background-color: #EFEFEF;
    padding: 20px 25px;
    border-radius: 15px;
}
.additional-owl {
    position: relative;
}
.additional-owl .owl-prev {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    height: 15px !important;
    height: 15px !important;
    margin: auto !important;
    font-size: 20px !important;
}
.additional-owl .owl-next {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 15px !important;
    height: 15px !important;
    margin: auto !important;
    font-size: 20px !important;
}
.additional-owl .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.additional-owl {
    margin-bottom: 60px;
}
.additional-owl.owl-theme .owl-dots .owl-dot.active span, .additional-owl.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}
.ac-img {
    max-width: 80px;
    flex: 0 0 80px;
    height: 80px;
}
.ac-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.additional-slider h3 {
    font-size: 34px;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.home-top-section h5 {
    font-size: 34px;
}
.alert-modal .btn-close {
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background-color: #fff;
    top: 15px;
    border-radius: 50%;
    padding: 5px;
    width: 10px;
    height: 10px;
}
.alert-text h1 {
    font-size: 90px;
}
.alert-text p {
    font-size: 28px;
}
.error-login {
    font-size: 24px;
    padding-bottom: 20px;
}
.status-done {
    position: absolute;
    right: 0;
    top: 0px;
}
.status-done img {
    width: 25px;
}
input[type="password"] {
    font-family: Arial, Helvetica, sans-serif;
}
.forgot-password-div a {
    color: #4de5e6 !important;
}
.profile-container h2 {
    font-size: 50px;
}
.contact-form h3 {
    font-size: 50px;
}
/* Medium screens and up */
@media (min-width: 576px) {
    .custom-dilog {
        width: 80% !important;
    }
}

@media (min-width: 768px) {
    .custom-dilog {
        width: 60% !important;
    }
}

@media (min-width: 992px) {
    .custom-dilog {
        width: 50% !important;
    }
}

@media (min-width: 1200px) {
    .custom-dilog {
        width: 50% !important;
    }
}

.modal-title-responsive {
    font-size: clamp(22px, 5vw, 42px);
}


@media screen and (max-width: 1199px) {
    .exp-message {
        font-size: 30px;
    }
    .expert-card {
        max-width: 100%;
    }
    .cases-card {
        max-width: 100%;
    }
    .about-circle {
        width: 130px;
        height: 130px;
    }
    #video-iframe {
        height: 300px;
    }
    .custom-question-bg iframe {
        height: 300px !important;
        min-height: inherit !important;
    }
}
@media screen and (max-width: 991px) {
    .navbar-custom {
        padding: 15px 0 !important;
    }
    .navbar-custom .navbar-toggler {
        background-color: #ffffff;
        height: 46px;
        width: 46px;
        padding: 0;
    }
    .down-arrow-tag svg {
        width: 15px;
    }
    .footer-img-div-responsive img {
        width: 240px;
    }
    .navbar-custom .nav-links {
        padding: 0 15px;
    }
    .exp-message {
        font-size: 24px;
    }
    .main-banner {
        height: auto;
    }
    .about-programe {
        font-size: 28px;
        margin-top: 60px !important;
        margin-bottom: 0 !important;
    }
    .as-content h2 {
        font-size: 28px;
    }
    .right-sec-div.ps-0.ps-sm-0.ps-md-3 {
        margin-top: 25px;
    }
    .ac-text h4 {
        font-size: 14px;
    }
    .ac-text a {
        gap: 5px;
        font-size: 12px;
    }
    .additional-card {
        gap: 5px;
    }
    #video-iframe {
        height: 270px;
    }

    .custom-question-bg iframe {
        height: 270px !important;
        min-height: inherit !important;
    }
}
@media screen and (max-width: 767px) {
    .banner-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
    .banner-content h1 {
        font-size: 24px;
    }
    .banner-content p {
        font-size: 14px;
    }

    .custom-btn {
        padding: 8px 15px;
        font-size: 14px;
    }
    .down-arrow-div {
        bottom: -40px;
    }
    .exp-message {
        font-size: 18px;
        margin-top: 15px;
    }
    .exp-main-div {
        min-height: auto;
    }
    .main-question-answer-container.custom-pad {
        padding: 0;
    }
    .main-question-answer-container .card-summary {
        margin: 0;
        width: 100%;
    }
    .main-question-answer-container .total-ques-card {
        margin: 0!important;
        width: 265px;
    }
    .form-grid {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .contact-form {
        padding: 15px;
    }
    .custom-pad {
        padding: 0 15px;
    }
    .option-label span p {
        font-size: 14px;
    }
    .login-container {
        padding: 50px 20px 20px;
    }
    .about-circle {
        width: 100px;
        height: 100px;
    }
    .about-circle h3 {
        font-size: 20px;
    }
    .alert-text p {
        font-size: 24px;
    }
    #video-iframe {
        height: 270px;
    }
    .custom-question-bg iframe {
        height: 270px !important;
        min-height: inherit !important;
    }
}

@media screen and (max-width: 575px) {
    #video-iframe {
        height: 200px;
    }
    .custom-question-bg iframe {
        height: 200px !important;
        min-height: inherit !important;
    }
}
