:root {
    --primary-color: #253A7E;
}
.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: 16px;
    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: linear-gradient(to bottom, #00c9ff 0%, #006c93 100%);
    color: #ffffff;
    padding: 10px 20px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    display: inline-flex;
    gap: 10px;
}
.custom-btn svg {
    width: 20px;
}
#Cases .custom-btn svg path {
    fill: var(--primary-color) !important;
}
.custom-btn svg path {
    fill: #fff !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: 90%;
}
.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;
}
.expert-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sec-title h1 {
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.shape-div {
    position: absolute;
    bottom: 0;
    right: 0;
}
.expert-section::after {
    content: "";
    width: 100%;
    height: 50%;
    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: 0;
    right: 0;
    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: 10px 0;
}
.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;
}
.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: 12px;
    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;
}
/* 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%;
    }
}
@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;
    }
}
@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;
    }
}
