:root {
    --primary-color: #322B86;
}
.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: 50px;
    font-weight: 600;
    color: #ffffff;
}
.banner-content p {
    font-size: 24px;
    color: #fff;
}
.main-banner {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    height: auto;
    border-radius: 50px;
}
.banner-content {
    position: absolute;
    bottom: 70px;
    left: 70px;
    max-width: 90%;
}
.banner-content .btn {
    background: var(--primary-color);
    border: none;
    border-radius: 40px;
    padding: 10px 30px;
    font-weight: 500;
    transition: 0.3s;
}
.banner-content .btn:hover {
    background: #702180;
    transition: 0.3s;
}

.wb-card:hover {
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    border-radius: 15px;
    border: 1px solid #e8e8e8;
}
.preLogin-slider-carousel.owl-theme .owl-dots button span {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.preLogin-slider-carousel.owl-theme .owl-dots button.active span {
    background-color: #702180;
}
.preLogin-slider-carousel .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 15%;
}
.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;
}
.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: 25px;
}
.down-arrow-tag {
    display: inline-flex;
    background: linear-gradient(270deg, #287f95 0%, #702180 100%);
    border-radius: 30px;
    width: 45px;
    justify-content: center;
    align-items: center;
    padding: 15px 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: 6px;
    border: 1px solid #000;
    background-size: 8px;
}
.custom-main.py-5 {
    padding-top: 20px !important;
}
.forgot-password-div {
    font-size: 13px;
    text-align: right;
    color: var(--primary-color);
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}
.forgot-password-div a {
    color: var(--primary-color);
    font-weight: 600;
}
/* Medium screens and up */

/*.about-content {
    max-width: 520px;
}*/
.about-content p {
    font-size: 16px;
}
.quiz-container-box {
    background: url("../../front/img/bg1.png");
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 0;
    background-size: cover;
    margin-bottom: -200px;
    position: relative;
    z-index: 9;
}
.quiz-left h4 {
    font-weight: 700;
    font-size: 30px;
}
.quiz-start {
    background: linear-gradient(180deg, #287f95 0%, #702180 100%);
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    padding: 8px 15px;
    min-width: 130px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.quiz-start svg {
    width: 20px;
}
.quiz-right {
    margin-top: -90px;
}
.quiz-left {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 70px 70px 50px 35px;
}
.webinar-section {
    background: url("../../front/img/web-bg.png");
    background-size: cover;
    position: relative;
    padding: 200px 0 0;
    background-position: center bottom;
}
.sub-weinar-div .webinar-img {
    padding: 150px 0 200px;
    position: relative;
}
.webinar-time-box {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
    align-items: center;
}
.wt-box1 {
    border: 2px solid #fff;
    border-radius: 10px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.wt-box3 {
    border-left: 2px solid #fff;
    padding-left: 10px;
}
.webinar-left h4 {
    font-weight: 700;
    font-size: 44px;
}
.webinar-btn-div .btn {
    font-weight: 700;
    color: var(--primary-color);
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
}
.webinar-btn-div {
    display: flex;
    gap: 40px;
}
.webinar-img::after {
    content: "";
    width: 5px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
}
.webinar-img img {
    position: relative;
    z-index: 1;
}
.footer-text-container p {
    color: #000000;
    font-size: 12px;
}

.webinar-img {
    overflow: hidden;
}


.left-sidebar {
    border: 2px solid #464646;
    border-radius: 15px;
    overflow: hidden;
}
.user-info-div {
    padding: 30px;
}
.user-img {
    text-align: center;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 50%;
}
.user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-left p {
    margin: 0;
    font-size: 24px;
}
.text-left h5 {
    font-weight: 700;
    font-size: 26px;
    color: var(--primary-color);
}
.sidebar-meni-list a {
    display: flex;
    gap: 15px;
    justify-content: start;
}
.sidebar-meni-list a svg {
    width: 25px;
    height: 25px;
}
.sidebar-meni-list a {
    display: flex;
    gap: 15px;
    justify-content: start;
    padding: 12px 30px;
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.sidebar-meni-list .active {
    background-color: #f3f3f7;
    color: var(--primary-color);
    font-weight: 700;
}
.sidebar-meni-list .active svg path{
    fill: var(--primary-color);
}

.sidebar-meni-list .active::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: var(--primary-color);
    top: 0;
    border-radius: 30px;
}
.sidebar-meni-list a:hover {
    background-color: #f3f3f7;
    color: var(--primary-color);
}
.sidebar-meni-list a:hover svg path{
    fill: var(--primary-color);
}
.left-sidebar {
    border: 2px solid #464646;
    border-radius: 15px;
    min-height: 700px;
}
.sidebar-meni-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.sidebar-meni-list a svg path {
    fill: #414141;
}
.rule-btn-div a {
    display: flex;
    gap: 15px;
    font-weight: 400;
}
.rule-btn-div a img {
    width: 30px;
    height: auto;
}
.rule-btn-div a {
    display: flex;
    gap: 10px;
    font-weight: 500;
    align-items: center;
    color: var(--primary-color);
}
.pcd-title h1 {
    font-size: 26px;
    font-weight: 700;
}
.left-sidebar {
    border: 2px solid #464646;
    border-radius: 15px;
    min-height: 700px;
    margin-top: -40px;
    background-color: #fff;
    width: 100%;
}
.page-content-div {
    padding: 30px;
}
.page-pra h5 {
    font-weight: 700;
    color: var(--primary-color);
}
.page-pra ul li::marker {
    font-size: 24px;
    color: var(--primary-color);
}
.page-text {
    font-weight: 500;
}
.pra-btn-div .btn {
    color: var(--primary-color);
    border-radius: 30px;
    border-color: var(--primary-color);
    padding: 12px 35px;
    font-weight: 500;
}
.pra-btn-div .btn:hover {
    background-color: var(--primary-color);
    color: #ffffff;
}
.lead-card {
    border: 1px solid #464646;
    border-radius: 15px;
    padding: 30px;
}
.ranking-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 0 15px;
}
.ranking-box img{
    max-width: 60px;
}
.ranking-box h4 {
    font-weight: 600;
    font-size: 20px;
}
.ranking-box h1 {
    font-weight: 300;
    color: #000000;
    font-size: 60px;
}
.user-rank-card {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.user-rank-card h3 {
    font-size: 44px;
    font-weight: 300;
}

.group-icon input {
    padding-left: 50px;
}
.group-icon div {
    position: absolute;
    left: 15px;
    top: 13px;
}
.group-icon div svg {
    width: 25px;
    height: 25px;
}
.group-icon div svg path {
    fill: var(--primary-color);
}

.password-box div svg {
    width: 15px;
    height: 15px;
}
.password-box div svg .cls-1{
    fill: #414141;
}
.password-box div svg path{
    fill: #414141;
}

.password-box div {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.password-box {
    display: flex;
    gap: 15px;
    margin-top: 5px;
    flex-wrap: wrap;
}
.profile-detail-form input.form-control {
    border: 1px solid var(--primary-color);
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
}
.profile-detail-form div.form-control {
    border: 1px solid #414141;
    background-color: #e9e9e9;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
}
.profile-detail-form select.form-control {
    border: 1px solid var(--primary-color);
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../../front/img/select-bg.png");
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 20px;
}
.profile-detail-form label {
    font-size: 14px;
    margin-bottom: 2px;
}
.profile-btn-div .btn {
    padding: 10px 35px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 30px;
}
.profile-btn-div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.profile-detail-form .custom-checkbox .checkmark {
    margin-left: 0;
}
.upload-btn-div .btn{
    padding: 10px 35px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 30px;
}
.upload-btn-div input   {
    display: none;
}
.photo-box p {
    font-size: 18px;
    margin: 0 0 10px;
}
.profile-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.photo-upload-div {
    display: flex;
    gap: 25px;
    /* align-items: center; */
    flex-wrap: wrap;
}
.profile-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
}

.avtar-listing-div {
    display: flex;
    gap: 10px;
}
.avtar-box {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 1px solid #eee;
    background-color: #ededed;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
}
.avtar-box.active {
    border: 2px solid var(--primary-color);

}
.avtar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.learboard-card {
    background-color: #eeeeee;
    padding: 10px;
    border-radius: 10px;
}
.board-table thead tr th {
    font-weight: 400;
    font-size: 14px;
    padding: 0 25px;
}
.board-table tbody tr td div {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    padding: 10px 15px;
    font-weight: 600;
}
.board-table tbody tr td {
    padding: 4px 7px;
}
.action-btn {
    background-color: #f20f0f;
    border-radius: 30px;
    color: #fff;
    display: flex;
    gap: 15px;
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.3);
    padding: 8px 25px 8px 25px;
    font-weight: 600;
    position: relative;
}
.action-btn svg {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 20px;
    opacity: 0;
}
.primary-tr td div {
    background: linear-gradient(270deg, #287f95 0%, #702180 100%);
    color: #ffffff;
}
.board-table {
    height: 60vh;
    overflow: auto;
}
.swal-button-container {
    display: block;
}
.swal-button.swal-button--confirm, .swal-button.swal-button--confirm:hover {
    background-color: var(--primary-color);
    border-radius: 30px;
    width: 100%;
}
.swal-text {
    font-size: 24px;
    font-weight: 500;
    color: var(--primary-color);
}

.webinar-img {
    text-align: center;
    padding: 25px 0;
}
.webinar-img img {
    max-width: 330px;
}
.webinar-img {
    background-image: url("../../front/img/shadow.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.webinar-left p {
    font-size: 22px;
}
.desk-navbar {
    min-height: 100px;
    line-height: 50px;
    padding: 15px;
}
.modal-logo img {
    max-width: 400px;
    width: 100%;
}
.modal-logo {
    padding-bottom: 15px;
    margin-top: 30px;
}
.webinar-left {
    padding-left: 40px;
}

.position-doc {
    position: absolute;
    bottom: 0;
    width: 320px;
    right: 20px;
}
.course-tab .nav .nav-link {
    padding: 0 0 4px 0;
    color: #000;
    font-size: 24px;
}
.course-tab .nav .nav-link.active {
    background-color: transparent;
    font-weight: 600;
    color: var(--primary-color);
    /* font-size: 24px; */
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0;
}
.course-tab .nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-tab-dot .nav-item .nav-link {
    padding: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}
.custom-tab-dot .nav {
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.custom-tab-dot .nav-item .nav-link.active {
    background-color: var(--primary-color);
}
.position-doc2 {
    width: 490px;
    right: 0;
}

.custom-info-modal .modal-content {
    background: url("../../front/img/bg1.png");
    background-size: cover;
    border-radius: 15px;
}
.custom-info-modal .modal-heading {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 28px;
}
.custom-info-modal .modal-body {
    padding: 100px 50px 60px;
    position: relative;
}
.custom-info-modal .modal-body .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pg-title .module-text {
    font-size: 22px;
}

.exp-talk-title {
    background: linear-gradient(180deg, #287f95 0%, #702180 100%);
    color: #ffffff;
    padding: 4px 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
}
.timer-div {
    position: absolute;
    right: 0;
    font-size: 18px;
    align-items: center;
    display: flex;
    gap: 10px;
}
.pg-title.mb-4 h1.case-text {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.quiz-submitted-div {
    width: 100%;
    background: linear-gradient(180deg, #287f95 0%, #702180 100%);
    color: #ffffff;
    padding: 35px 0;
    margin-top: 20px;
    font-size: 22px;
    border: 1px solid var(--primary-color);
}
.quiz-icon svg {
    width: 96px;
    height: 96px;
}
.login-reg-btn-div {
    display: flex;
    justify-content: end;
}
.custom-log-btn-div {
    display: flex;
    gap: 30px;
    justify-content: end;
}
.login-reg-btn-div img {
    height: 50px;
}
.wc-text h6 {
    font-size: 16px;
    margin: 0 0 3px;
    color: var(--primary-color);
}
.wc-text p {
    font-weight: 600;
    color: #000;
    line-height: 22px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wc-text {
    padding: 15px;
}
.wc-img {
    border-radius: 20px;
    overflow: hidden;
}
.wb-card {
    max-width: 280px;
    border: 1px solid transparent;
}
.footer-line {
    border-color: #e8e8e8;
    border-width: 3px;
    margin-bottom: 40px;
    opacity: 1;
}
.login-form .col-sm-12.mb-2 .ps-3 small {
    font-size: 12px;
}
.banner-section .container {
    max-width: 1440px;
}
.sc-img {
    max-width: 200px;
    border-radius: 20px;
    overflow: hidden;
    flex: 0 0 200px;
    height: 200px;
}
.sc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.speaker-card {
    display: flex;
    gap: 30px;
}
.sc-text {
    color: #000000;
}
.sc-text h5 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}
.sc-text h5.drname {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.sc-text h5.drsub {
    font-weight: 600;
    font-size: 16px;
}
.sc-text p {
    font-size: 14px;
    margin-top: 10px;
}
.webinar-table table thead tr th {
    background-color: var(--primary-color);
    color: #ffffff;
    font-weight: 600;
}
.webinar-table table thead tr th, .webinar-table table tr td {
    border-color: #287f95 ;
    border-bottom: 1px solid #287f95 ;

}
.webinar-table {
    max-width: 1200px;
}
.overview p {
    font-size: 14px;
}
.past-upcoming {
    position: relative;
}
.past-upcoming::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 95%;
    background-color: #e8e8e8;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 30px;
}
.state-select select {
    padding-left: 65px !important;
}
.state-img {
    position: absolute;
    width: 40px;
    left: 15px;
    top: 12px;
}


#ConfirmModal .login-form h5 {
    font-size: 18px;
    line-height: 28px;
}
.ih-text {
    font-size: 14px;
}
.hicon svg {
    width: 40px;
    height: 40px;
}
.hicon {
    text-align: right;
}
.hicon svg:hover path{
    stroke: var(--primary-color);
}
.login-form .text-primary.text-sm.d-block {
    font-size: 12px;
}

.custom-log-btn-div .btn {
    color: #fff;
    font-weight: 500;
    padding: 10px 40px;
    position: relative;
    border-radius: 30px;
}
.custom-log-btn-div .btn::after {
    content: "";
    width: 100%;
    position: absolute;
    border-radius: 30px;
    border: 2px solid #000;
    top: -5px;
    left: -4px;
    height: 47px;
}
.liner-btn {
    min-width: 140px;
    background-color: #323087;
    width: 100%;
}
.liner-btn2 {
    min-width: 170px;
    background-color: #000000;
    width: 100%;
}
.custom-log-btn-div .btn:hover {
    background-color: var(--primary-color);
}
.bottom-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color);
    z-index: 1;
    right: 30px;
    bottom: 10%;
    border: 1px solid #ffffff;
    display: none;
    justify-content: center;
    align-items: center;
}
.bottom-to-top svg {
    width: 20px;
    height: 20px;
}
.bottom-to-top svg path{
    fill: #ffffff;
}

.bottom-to-top.show {
    display: flex;
}
.option-label-green span p {
    color: #fff !important;
}
.footer-desc {
    display: flex;
    gap: 15px;
}
.footer-img-div img {
    width: 95%;
}



.form-group-custom{
    position:relative;
}

.form-group-custom label {
    position: absolute;
    top: 26px;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--primary-color);
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    font-size: 14px;
}



.form-group-custom input:focus + label, .form-group-custom input.has-value + label, .form-group-custom textarea:focus + label, .form-group-custom textarea.has-value + label {
    top: -2px;
    font-size: 14px;
    color: var(--primary-color);
    background-color: #fff;
    padding: 0 5px;
    margin-left: -4px;
}

.form-group-custom input:focus::-webkit-input-placeholder
{
    color: transparent;
}
.registerform .form-group-custom label {
    left: 30px;
}
.web-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    background: var(--primary-color) !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}
.wb-list-div {
    margin-bottom: 20px;
}
.main-header .liner-btn.btn {
    max-width: 140px;
}
.wc-img a {
    display: block;
}
.wc-img a img {
    width: 100%;
}
.wc-img img {
    width: 100%;
}
#OTPModal .form-group-custom label {
    left: 20px;
}
.form-group-custom .ps-3 small {
    font-size: 12px;
    margin-top: 2px;
}
.cookie-container .cookie-icon {
    font-size: 40px;
    text-align: center;
    color: var(--primary-color);
    width: 60px;
    height: 60px;
    background-color: #ebdfed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    flex: 0 0 60px;
}

.cookie-container h3.modal-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cookie-container p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0;
}
.cookie-container .modal-content {
    border-radius: 15px;
}

.cookie-container .modal-footer .btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 16px;
    border-radius: 15px;
    padding: 10px 30px;
    font-weight: 600;
    width: 100%;
    margin: 0;
}
.cook-head {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
}
.cookie-container .modal-footer {
    border-top: none;
    padding-top: 0;
}

.privacy-content p {
    font-size: 14px;
}
.cookie-icon svg {
    width: 40px;
    height: 40px;
}
@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);
}

.option-title-div p {
    margin-bottom: 10px;
}
.swal-text {
    text-align: center;
}
@media screen and (max-width: 1399px) {
    .position-doc2 {
        width: 420px;
        right: 0;
    }
    .banner-section .container {
        max-width: 1140px;
    }
    #video-iframe {
        height: 600px;
    }
}
@media screen and (max-width: 1199px) {
    .exp-message {
        font-size: 30px;
    }
    .expert-card {
        max-width: 100%;
    }
    .cases-card {
        max-width: 100%;
    }
    .page-content-div {
        padding: 20px 0;
    }
    .board-table tbody tr td div {
        padding: 7px 10px;
        font-size: 14px;
    }
    .sub-weinar-div .webinar-img {
        padding-bottom: 200px;
    }
    .webinar-btn-div .btn {
        padding: 10px 20px;
    }
    .webinar-time-box {
        font-size: 28px;
    }
    .position-doc {
        width: 200px;
        right: 0;
    }
    .page-content-div .quiz-left h4 {
        font-size: 18px;
    }
    .page-content-div .quiz-left .quiz-icon svg {
        width: 60px;
        height: 60px;
    }
    .module-iframe iframe {
        height: 300px;
    }
    #video-iframe {
        height: 450px;
    }
    .banner-logo {
        max-width: 220px;
    }
    .sc-img {
        max-width: 120px;
        border-radius: 20px;
        flex: 0 0 120px;
        height: 120px;
    }
}
@media screen and (max-width: 991px) {
    .navbar-custom {
        padding: 3px 0 !important;
    }
    .navbar-custom .navbar-toggler {
        background-color: #ffffff;
        height: 26px;
        width: 26px;
        padding: 0;
        margin-right: auto;
    }
    .navbar-custom .navbar-toggler .navbar-toggler-icon {
        background-size: 22px;
        width: 100%;
        height: 100%;
    }

    .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;
    }
    .page-content-div {
        padding: 15px 0;
    }
    .profile-btn-div .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .sidebar-col .navbar-toggler {
        width: 45px;
        height: 45px;
        background-color: var(--primary-color);
        padding: 3px;
        margin-top: 15px;
    }
    .pcd-title h1 {
        font-size: 22px;
    }
    .page-text p {
        font-size: 14px;
    }
    .page-pra ul li {
        font-size: 14px;
    }
    .page-pra h5 {
        font-size: 20px;
    }

    .webinar-left h4 {
        font-size: 34px;
    }
    .webinar-time-box {
        font-size: 24px;
    }
    .webinar-btn-div .btn {
        padding: 10px 20px;
    }
    .sub-weinar-div .webinar-img {
        padding: 50px 0 150px;
    }
    .preLogin-slider-carousel .owl-dots {
        bottom: 10px;
        left: 10px;
    }
    .preLogin-slider-carousel.owl-theme .owl-dots button span {
        width: 10px;
        height: 10px;
        margin: 3px!important;
    }
    .about-programe {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    .about-content p {
        font-size: 16px;
    }
    .webinar-btn-div {
        gap: 20px;
    }
    .desk-navbar {
        padding: 15px 0;
    }
    .quiz-left {
        padding: 20px;
    }
    .contact-form {
        padding: 15px;
    }
    .webinar-left {
        padding-left: 0;
    }
    .navbar-custom .nav-login-button {
        padding: 3px 10px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .navbar-custom .nav-login-button svg {
        width: 18px;
    }
    .custom-info-modal .modal-heading {
        font-size: 24px;
    }
    .custom-info-modal .modal-body {
        padding: 70px 20px 40px;
    }
    .module-iframe iframe {
        height: 250px;
    }
    .pg-title h1 {
        font-size: 20px;
    }
    .main-banner {
        border-radius: 20px;
    }
    .banner-content {
        bottom: 30px;
        left: 40px;
    }
    #video-iframe {
        height: 350px;
    }
    .banner-logo {
        max-width: 220px;
    }
    .banner-content p {
        font-size: 18px;
    }
    .sc-text h5.drname {
        font-size: 18px;
    }
    .sc-text h5.drsub {
        font-size: 14px;
    }
    .webinar-table table tr td {
        font-size: 14px;
    }
    .together-text h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }


    .banner-content h1 {
        font-size: 20px;
    }
    .banner-content p {
        font-size: 12px;
        margin: 0 0 10px;
    }
    .banner-content .btn {
        padding: 5px 20px;
        font-size: 12px;
    }
    .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;
    }
    .left-sidebar {
        margin-top: 30px;
        min-height: auto;
        padding-bottom: 15px;
    }
    .photo-upload-div {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .login-form .text-center.mt-3 img {
        max-width: 170px;
    }
    .custom-checkbox span {
        font-size: 12px;
    }
    .webinar-img::after {
        display: none;
    }
    .webinar-img img {
        max-width: 280px;
    }
    .webinar-img {
        text-align: center;
        padding: 10px;
    }
    .webinar-section {
        padding: 260px 0 0;
    }
    .about-img {
        padding-top: 55px;
    }
    .quiz-left h4 {
        font-size: 26px;
    }
    .quiz-icon svg {
        width: 70px;
    }

    .quiz-right {
        margin-top: -50px;
    }
    .webinar-left h4 {
        font-size: 28px;
    }
    .form-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .about-img img {
        max-width: 75%;
    }
    .quiz-container-box .position-doc {
        position: relative;
        bottom: 0;
        width: 100%;
        right: 0;
        margin-top: 0;
        padding: 0 15px;
    }
    .quiz-container-box .position-doc2 {
        padding: 0;
    }
    .module-iframe iframe {
        height: 300px;
    }
    .option-label span {
        font-size: 16px;
        line-height: 20px;
    }
    .quiz-submitted-div {
        padding: 25px 0;
        font-size: 16px;
    }
    .swal-text {
        font-size: 18px;
    }
    .past-upcoming::after {
        display: none;
    }
    .custom-log-btn-div .btn {
        padding: 10px 35px;
        min-width: 100px;
        font-size: 14px;
    }
    .login-reg-btn-div {
        margin-top: 10px;
    }
    .custom-log-btn-div {
        gap: 15px;
    }
    .wb-card {
        max-width: 100%;
    }
    .footer-desc {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .main-header .liner-btn.btn {
        max-width: 140px;
        padding: 10px 0;
    }
    #video-iframe {
        height: 270px;
    }
    .banner-logo {
        max-width: 130px;
    }
}

@media screen and (max-width: 575px) {
    .board-table table {
        width: 570px !important;
    }
    .module-iframe iframe {
        height: 200px;
    }
    .speaker-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .login-reg-btn-div {
        justify-content: center;
    }
    .group-icon div svg {
        width: 15px;
        height: 15px;
    }
    .group-icon input {
        padding-left: 35px;
    }
    .group-icon input::placeholder {
        font-size: 11px;
    }
    .login-container {
        padding: 50px 20px 20px 20px;
    }
    #OTPModal .login-form small {
        font-size: 12px;
    }
    #otp-modal-reset {
        font-size: 12px;
    }
    #OTPModal .login-form .text-primary.text-end {
        margin: 0;
    }
    #confirm-otp::placeholder {
        font-size: 11px;
    }
    #confirm-otp {
        padding-right: 10px;
        padding-left: 10px;
    }
    .login-container {
        max-width: 100%;
    }
    .form-group-custom label {
        font-size: 11px;
        left: 40px;
    }
    .registerform .form-group-custom label {
        font-size: 14px;
    }
    .navbar-logo img {
        height: 25px;
    }
    .main-header .liner-btn.btn {
        max-width: 140px;
        padding: 10px 0;
    }
    .form-group-custom input:focus + label, .form-group-custom input.has-value + label, .form-group-custom textarea:focus + label, .form-group-custom textarea.has-value + label {
        font-size: 11px;
    }
    #video-iframe {
        height: 200px;
    }
    .banner-content p {
        font-size: 11px;
    }
/*    .main-banner {
        height: 220px;
    }*/
    /*.banner-img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }*/
}
