/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: HindiShiliguriBold;
    src: url(../lib/fonts/Hind_Siliguri-Bold.ttf);
}

@font-face {
    font-family: HindiShiliguriSemiBold;
    src: url(../lib/fonts/Hind_Siliguri_SemiBold-Regular.ttf);
}

@font-face {
    font-family: HindiShiliguriRegular;
    src: url(../lib/fonts/Hind_Siliguri-Regular_GhOgZt6.ttf);
}

@font-face {
    font-family: LatoRegular;
    src: url(../lib/fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: LatoBold;
    src: url(../lib/fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: BalooDa2;
    src: url(../lib/fonts/BalooDa2-Regular.ttf);
}

@font-face {
    font-family: LatoHeavy;
    src: url(../lib/fonts/Lato-Heavy.ttf);
}

.container {
    /* max-width: 1164px; */
}

:root {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    font-family: "BalooDa2", "Open Sans", sans-serif;
    color: #000;
}

section {
    padding: 0px 0;
    overflow: hidden;
}

img {
    max-width: 100%;
}

a {
    color: #772397;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #FF0000;
    text-decoration: none;
}

.uuu-wrap-head {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
    line-height: initial;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*Pop up add Css Start*/
.uuu-popup-add {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #0000004f;
    border: 2px solid #4d0505;
    padding-bottom: 20px;
}

.uuu-popup-add .card {
    border-radius: 10px;
    max-width: 50vw;
}

.uuu-popup-add .card img {
    min-width: 100%;
    border-radius: 5px;
}

.uuu-popup-add .btn-close-add {
    right: 3px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
}

.uuu-popup-add .btn-close-add i {
    font-size: 30px;
}

@media (max-width: 560px) {
    .uuu-popup-add .card {
        max-width: 90vw;
    }
}

/*Pop up add Css End*/
/*Button color*/
.btn {
    border-radius: 26px;
    color: #fff;
    text-align: center;
    padding: 8px 40px;
    border: none;
    line-height: 24px;
    font-family: HindiShiliguriSemiBold;
    font-size: 18px;
    box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 78%);
    background: transparent linear-gradient(110deg, #EF512E 0%, #DE0655 100%) 0% 0% no-repeat padding-box;
}

.btn:hover {
    color: #fff;
    background: transparent linear-gradient(249deg, #EF512E 0%, #DE0655 100%) 0% 0% no-repeat padding-box;
}

.btn-primary.Inactive,
.btn-secondary.Inactive,
.btn-loadmore.Inactive {
    background: #B29AB2;
}

.btn-primary {
    background: transparent linear-gradient(111deg, #302C88 0%, #1B2132 100%) 0% 0% no-repeat padding-box;
}

.btn-primary:hover {
    background: transparent linear-gradient(249deg, #302C88 0%, #1B2132 100%) 0% 0% no-repeat padding-box;
}

.btn-secondary {
    background: transparent linear-gradient(111deg, #EB7900 0%, #FCB400 100%) 0% 0% no-repeat padding-box;
}

.btn-secondary:hover {
    background: transparent linear-gradient(249deg, #EB7900 0%, #FCB400 100%) 0% 0% no-repeat padding-box;
}

.btn-loadmore {
    background: transparent linear-gradient(111deg, #EE4B30 0%, #E00E4C 100%) 0% 0% no-repeat padding-box;
}

.btn-loadmore:hover {
    background: transparent linear-gradient(249deg, #EE4B30 0%, #E00E4C 100%) 0% 0% no-repeat padding-box;
}

.infoMessage {
    background-color: #2E31CD;
    color: #ffffff;
    padding: 10px;
}

.errorMessage {
    background-color: #FFB9B9;
    color: #FF0000;
    padding: 10px;
}

.warningMessage {
    background-color: #FFFFC6;
    color: #FCB400;
    padding: 10px;
}

.loading-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000000a;
    z-index: 9999;
    color: #00a34a;
}

h1 {
    font-family: "HindiShiliguriBold";
}

p {
    font-family: "BalooDa2";
}

h2,
h3,
h4,
h5,
h6,
a {
    font-family: "BalooDa2";
}

.row {
    row-gap: 24px;
}

.mr-2 {
    margin-right: 10px;
}

.see-more {
    background: linear-gradient(to right, #332E94, #1B212F);
    border: 0px;
}

.play-button,
.hero-play-button,
.course-play-button {
    color: #FF3E48;
    border-radius: 50%;
    border: 4px solid #FF3E48;
    height: 80px;
    width: 80px;
    font-size: 50px;
    line-height: 0px;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000007e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.iframe-video .hero-iframe-video,
.course-iframe-video {
    position: relative;
}

.modal-body {
    padding: 0;
}

.btn-close {
    position: absolute;
    right: 10%;
    top: 6%;
    opacity: 1;
    background: transparent;
}

.btn-close::after {
    content: "\f62a";
    font-family: bootstrap-icons !important;
    color: #fff;
    font-size: 60px;
}

.head1 {
    text-align: center;
    font-weight: bold;
    font-size: 55px;
    font-family: HindiShiliguriBold;
    margin-bottom: 50px;
    border-bottom: 0px solid;
    width: fit-content;
}

.English {
    font: normal normal bold 18px/22px LatoBold;
}

.banglish {
    font: normal normal bold 20px/22px HindiShiliguriBold;
}

iframe {
    border-radius: 5px;
}

input.form-control:focus {
    outline-style: none;
    box-shadow: none;
}

section::before,
section::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.d-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-between-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    section {
        padding: 30px 0;
    }

    .head1 {
        margin-bottom: 30px;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    position: relative;
    padding: 0px;
    background-color: rgb(117, 116, 116);
}

.hero::before,
.hero::after {
    width: 140px;
    height: 153px;
    background-image: url(../img/heroPattern.png);
}

.hero::before {
    top: 40px;
    left: 0;
}

.hero::after {
    bottom: 40px;
    right: 0;
}

.hero h1 {
    margin-bottom: 20px;
    font-size: 60px;
    color: #fff;
    border-bottom: 2px solid #DB3B3E;
}

.hero h2 {
    font-size: 45px;
    color: #fff;
    font-family: HindiShiliguriBold;
}

.hero p {
    color: #fff;
    margin: 15px 0 0 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

.hero .btn-get-started {
    margin-top: 50px;
    transition: 0.5s;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 16%);
    font-size: 18px;
    font-family: HindiShiliguriSemiBold;
    padding: 13px 30px;
}

.hero .scaleImg {
    transform: scale(1.5);
}

.hero .carousel-item {
    width: 100%;
    min-height: 640px;
    height: auto;
}

.hero .carousel-item .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    margin: 0;
}

.hero .carousel-indicators {
    margin-bottom: 1rem;
}

.hero .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-bottom: 0px;
    border-top: 0px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.hero .carousel-indicators [data-bs-target].active {
    background-color: #F0532D;
    opacity: 1;
}

@media (max-width: 1140px) {
    .hero .carousel-item {
        min-height: 620px;
    }

    .hero h1 {
        font-size: 50px;
    }

    .hero h2 {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .hero::before {
        display: none;
    }

    .hero::after {
        bottom: -80px;
        right: -80px;
    }

    .hero .carousel-item .container {
        padding: 10px;
    }

    .hero h1 {
        font-size: 37px;
        line-height: 45px;
    }

    .hero p {
        font-size: 14px;
        margin-top: 0px;
    }

    .hero h2 {
        font-size: 28px;
    }

    .hero .btn-get-started {
        margin-top: 10px;
    }

    .hero .carousel-indicators [data-bs-target] {
        width: 11px;
        height: 11px;
        margin-left: 8px;
        margin-right: 8px;
    }
}


/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Course Section Start
--------------------------------------------------------------*/
.course-home-section {
    position: relative;
    margin-bottom: 0px;
    z-index: 1;
}

.course-home-section .row {
    row-gap: 30px;
}

.course-home-section::before {
    background-image: url(/media/Images/UDVASH/Common/courseBefore.png);
    left: 0;
    top: 0;
    width: 1000px;
    height: 480px;
}

.course-home-section::after {
    background-image: url(/media/Images/UDVASH/Common/courseafter.png);
    right: 0;
    bottom: 0;
    width: 1000px;
    height: 480px;
}

.course-home-section .options {
    position: relative;
    margin-bottom: 30px;
}

.course-home-section .options .form-select {
    border-radius: 26px;
    font-size: 20px;
    font-family: 'HindiShiliguriSemiBold';
}

.course-home-section .custom-select {
    position: absolute;
    width: 31%;
    margin-left: 3px;
}

.course-home-section .card .card-header,
.course-home-section .card .card-header img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: -5px 5px 19px rgb(22, 22, 22, 16%) !important;
}

.course-home-section .card .card-header img {
    width: 100%;
    min-height: 190px;
}

.course-home-section .card {
    position: relative;
    border-radius: 20px;
    background: #fff;
    min-width: -webkit-fill-available;
    min-width: -moz-available;
}

.course-home-section .card.shadow {
    box-shadow: -5px 5px 19px rgb(22, 22, 22, 16%) !important;
}

.course-home-section .card .card-body {
    margin-bottom: 50px;
}

.course-home-section .card .card-body h3 a,
.course-home-section .card .card-body h3 span {
    color: #000000;
    font-size: 22px;
    font-family: "HindiShiliguriBold";
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
    line-height: initial;
}

.course-home-section .card .card-body h3 a::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
}

.course-home-section .card:hover .card-body h3 {
    color: #1e059b;
}

.course-home-section .card .card-body ul {
    padding-left: 25px;
    font-family: "BalooDa2";
    font-size: 17px;
    color: #4A4A4A;
}

.course-home-section .card .card-footer {
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}

.course-home-section .card .card-footer .btn-enroll {
    font-family: "LatoRegular";
    font-size: 16px;
    padding: 9.5px 15px;
    width: 50%;
    margin-left: 10px;
}

.course-home-section .card .card-footer .btn-details {
    margin-right: 10px;
    margin-left: 0px;
}

.course-home-section .card .card-body ul li::marker {
    font-size: 23px !important;
}

.course-home-section .load-more {
    position: relative;
    min-width: 100%;
    margin-top: -220px;
    margin-bottom: -60px;
    padding-bottom: 60px;
}

.course-home-section .btn-more {
    color: #fff;
    font-family: "HindiShiliguriSemiBold";
    font-size: 18px;
    padding: 10px 30px;
}

.course-home-section .btn-more .bi-chevron-down {
    padding-left: 10px;
}

.course-home-section .course {
    display: none;
    padding: 0px 15px;
}

/*.course-home-section .course:nth-child(1), .course-home-section .course:nth-child(2), .course-home-section .course:nth-child(3),
        .course-home-section .course:nth-child(4), .course-home-section .course:nth-child(5), .course-home-section .course:nth-child(6) {
            display: flex;
        }

        .course-home-section .course:nth-child(7), .course-home-section .course:nth-child(8), .course-home-section .course:nth-child(9) {
            display: flex;
        }*/

@media screen and (max-width: 1100px) {
    .course-home-section .card .card-footer .btn-enroll {
        padding: 9.5px 15px;
    }

    .course-home-section .options {
        margin-bottom: 50px;
    }

    .course-home-section .custom-select {
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .course-home-section::before {
        width: 250px;
        height: 200px;
    }

    .course-home-section::after {
        z-index: -1;
    }

    .course-home-section .custom-select {
        width: 100%;
        position: relative;
        margin-left: 0px;
    }

    .course-home-section .select-items {
        position: initial;
        border-radius: 26px;
        margin-top: 0px;
        margin-bottom: -50px;
    }

    .course-home-section .select-items div:nth-child(1) {
        margin-top: 35px;
    }

    .course-home-section .custom-select {
        margin-bottom: 30px;
    }

    .course-home-section h1 {
        font-size: 30px;
    }

    .course-home-section .course:nth-child(11),
    .course-home-section .course:nth-child(12) {
        display: none;
    }

    .course-home-section .card .card-footer .btn-enroll {
        padding: 9.5px 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 460px) {
    .course-home-section .options {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------------------
# Course card Details Page Start
--------------------------------------------------------------*/

.course-details {
    padding-bottom: 170px;
    padding-top: 80px;
}

.course-details .details-images {
    transform: scale(1.1);
}

.course-details .content h1 {
    color: #FFFF84;
    font-size: 42px;
    margin-bottom: 15px;
    border-left: 5px solid;
    padding-left: 15px;
}

.course-details .content p {
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    text-align: justify;
}

.course-details .content .routine {
    padding-left: 20px;
}

.course-details .btn-enroll {
    font-family: "LatoRegular";
    min-width: 180px;
}

.tab-section {
    margin-top: -115px;
    padding-bottom: 100px;
}

.tab-section .content-title {
    font-size: 30px;
    padding-left: 10px;
}

.tab-section .content-title span {
    font-size: 16px;
}

.tab-section .nav-pills .nav-item {
    width: 30%;
    padding-right: 0px;
    background: linear-gradient(to bottom, #000000, #545454);
    margin: 0px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 0px;
}

.tab-section .nav-pills .nav-item:has(.nav-link.active) {
    background: linear-gradient(to bottom, #DFDFDF, #DFDFDF);
}

.tab-section .nav-pills .nav-item .nav-link {
    width: 100%;
    color: #fff;
    font-size: 21px;
    font-family: LatoBold;
}

.tab-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(to bottom, #FFFFFF, #DFDFDF);
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #000;
}

.tab-section #pills-tabContent {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-section .tab-pane {
    transition: .3s;
}

.tab-section .accordion-item {
    margin: 10px;
}

.tab-section p {
    font-family: BalooDa2;
    margin-bottom: 0px;
    font-size: 18px;
}

.tab-section .btn-danger {
    font-size: 18px;
    font-family: LatoRegular;
}

.routine .accordion-button {
    background: #E4E4E4;
    color: #3B3849;
    font-size: 25px;
    font-family: HindiShiliguriBold;
    box-shadow: none;
}

.routine .accordion-button::after {
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-image: none;
    /* content: "\f282"; */
    font-family: bootstrap-icons !important;
    color: #3B3849;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.routine .accordion-body {
    font-family: BalooDa2;
    font-size: 18px;
}

.routine .download-routine-item {
    position: relative;
    width: 100%;
    /* background-color: #F1F1F1; */
    border-radius: 26px !important;
    border: none !important;
    height: 35px;
}

.routine .download-routine-btn {
    background-color: #0078FF !important;
    color: #fff !important;
    padding: 7px 20px;
    border-radius: 26px !important;
    font-size: 18px !important;
    font-family: LatoRegular;
    box-shadow: none;
}

.routine .download-routine-item ul {
    list-style: none;
    padding-left: 0px;
}

.routine .download-routine-item ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.routine .download-routine-item ul li a::after {
    content: "\f356";
    font-family: bootstrap-icons !important;
    right: 25px;
    position: absolute;
    transition: 0s;
}

.routine .download-routine-item ul li a {
    width: 100%;
    color: #242424;
    font-size: 18px;
    font-family: BalooDa2;
    border-bottom: 1px solid gray;
    padding: 10px 20px 10px 0px;
    display: flex;
    align-items: center;
}

.routine .download-routine-item .collapse:not(.show)>ul li a::after {
    position: relative;
}


.materials .card {
    border-radius: 15px;
    border: none;
}

.materials .card h2 {
    font-size: 22px;
    font-family: HindiShiliguriSemiBold;
    color: #262626;
}

.materials .card h6 {
    font-size: 14px;
    font-family: HindiShiliguriRegular;
    color: #5E5E5E;
}

.materials .card-header {
    border-radius: 15px;
    background-color: #fff;
    padding: 10px 0px;
}

.materials .card-footer {
    border-radius: 15px;
    background-color: #fff;
}

.materials .card-footer iframe {
    height: 90vh;
    width: 100%;
}

.materials .card .btn-primary {
    font-size: 13px;
    font-family: HindSiliguriRegular;
    padding: 10px 20px;
    border: 0;
}

.materials .card-footer .modal .modal-body {
    border: 5px solid #c1c1c1;
    margin: 10px;
}

.materials .card-footer .modal .frameImage {
    max-height: 85vh;
    overflow-y: auto;
}

.materials .card-footer .modal .btn-close {
    right: 8%;
    top: -30px;
    position: fixed;
}

.materials .card-footer .modal .btn-close::after {
    color: red;
}

/**FAQ Tab Start**/
.faq h2 {
    color: #3A3A3A;
    font-family: BalooDa2;
    font-size: 30px;
}

.faq .accordion-item {
    border: none;
    margin: 10px 0px;
}

.faq .accordion-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f1f1f1;
}

.faq .collapsed {
    border-radius: 10px !important;
}

.faq .accordion-button {
    color: #3B3849;
    font-size: 20px;
    font-family: BalooDa2;
    background-color: #E4E4E4;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.faq .accordion-button[aria-expanded="true"] {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.faq .accordion-button:focus {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.faq .accordion-button::after {
    background-image: none;
    background-color: transparent;
    content: "";
}

.faq .accordion-button::after {
    content: "\f2ea";
    font-family: bootstrap-icons !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 0px;
    border: 2px solid #3B3849;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3B3849;
}

.faq .collapsed::after {
    content: "\f4fe";
    font-family: bootstrap-icons !important;
}

@media screen and (max-width: 768px) {
    .tab-section .accordion-item {
        margin: 0px;
        margin-bottom: 10px;
    }

    .tab-section #pills-tabContent {
        padding: 10px;
    }

    .tab-section .download-routine-item {
        width: 50%;
    }

    .tab-section .nav-pills .nav-item {
        width: 30%;
    }

    .tab-section .nav-pills .nav-item .nav-link {
        font-size: 12px;
        padding: 7px 0px;
    }

    .tab-section .accordion-button {
        font-size: 18px;
    }

    .course-details {
        padding-top: 30px;
        padding-bottom: 140px;
    }

    .course-details .images {
        min-height: 30vh;
    }

    .course-details .content h1 {
        font-size: 24px;
    }

    .course-details .content p {
        font-size: 16px;
    }

    .tab-section .download-routine-item {
        width: 100%;
    }

    .materials .card-footer iframe {
        height: 80vh;
    }

    .faq .accordion-button {
        font-size: 14px;
    }

    .faq .accordion-item {
        margin-bottom: 10px;
    }

    .tab-section .content-title {
        font-size: 20px;
    }

    .tab-section .accordion-body {
        padding: 10px;
        font-size: 14px;
    }

    .tab-section p {
        font-size: 14px;
    }

    .course-details .content .multiple-enroll {
        padding-left: 20px;
    }

    .tab-section .enroll-div {
        width: 100%;
    }

    .course-details .btn-enroll,
    .tab-section .btn-enroll {
        width: 100%;
    }

    .course-details .content .routine,
    .course-details .content .multiple-enroll {
        padding-left: 0px;
    }
}

/*--------------------------------------------------------------
# success Section Start
--------------------------------------------------------------*/
.success-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.success-section .images img {
    border-radius: 10px;
}

.success-section .carousel-indicators {
    margin-bottom: -3rem;
}

.success-section .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-bottom: 0px;
    border-top: 0px;
    border-radius: 50%;
    background-color: #8E9DD8;
    opacity: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.success-section .carousel-indicators [data-bs-target].active {
    background-color: #112780;
    opacity: 1;
    width: 50px;
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .success-section h1 {
        font-size: 35px;
    }

    .success-section .carousel-indicators {
        margin-bottom: -1.5rem;
    }

    .success-section .carousel-indicators [data-bs-target] {
        width: 11px;
        height: 11px;
    }

    .success-section .carousel-indicators [data-bs-target].active {
        width: 40px;
    }
}

/*--------------------------------------------------------------
# Counter Section Start
--------------------------------------------------------------*/
.counter-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.counter-section h2 {
    padding: 15px 0px 10px 0px;
    font-weight: 600;
}

.counter-section p {
    font-size: 20px;
}

.counter-section img {
    border-radius: 50%;
    width: 130px;
    height: 130px;
}

.counter-section .card {
    border-radius: 20px;
    margin: 0px 18px;
    position: relative;
    box-shadow: 3px 4px 0px #28363D;
}

.counter-section .card hr {
    background-color: #28363D;
    width: 27%;
    height: 8px;
    bottom: -1px;
    left: 37%;
    position: absolute;
    opacity: 1;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.counter-section .purecounter {
    margin-left: 0px;
}

@media screen and (max-width: 768px) {
    .counter-section p {
        font-size: 16px;
    }

    .counter-section img {
        width: 84px;
        height: 84px;
    }
}

/*--------------------------------------------------------------
# testimonial Section Start
--------------------------------------------------------------*/
.testimonial-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testimonial-section .row {
    row-gap: 40px;
}

.testimonial-section .testmonial {
    padding: 0px 20px;
}

.testimonial-section .card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 13%);
    border: 4px solid #B3C022;
}

.testimonial-section .card {
    border-radius: 20px;
    background-color: #FEFFF6;
    box-shadow: inset 0px 3px 6px #B3C022;
    position: relative;
    height: 100%;
}

.testimonial-section .card .card-body {
    margin-bottom: 10px;
}

.testimonial-section .card .card-body .testRead {
    color: #0094D0;
    font-size: 18px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}

.testimonial-section .card .card-header {
    background: transparent;
}

.testimonial-section .card hr {
    background-color: #B3C022;
    width: 60%;
    height: 5px;
    bottom: 0;
    left: 20%;
    position: absolute;
    margin-bottom: 0px;
}

.testimonial-section .card .card-body h3 {
    color: #000000;
    font-size: 20px;
    font-family: HindiShiliguriBold;
}

.testimonial-section .card .card-body h5 {
    color: #000000;
    font-size: 12px;
    font-family: HindiShiliguriBold;
}

.testimonial-section .card .card-body h6 {
    color: #B3C022;
    font-size: 22px;
    font-family: HindiShiliguriBold;
}

.testimonial-section .btn-more {
    font-family: "HindiShiliguriSemiBold";
    font-size: 18px;
}

.testimonial-section .testmonial .card::after {
    position: absolute;
    content: "";
    width: 39px;
    height: 50px;
    top: 20px;
    right: 20px;
}

.testimonial-section .udvash .card::after {
    background: url(https://udvash.com/media/Images/UDVASH/Testimonial/udvashAfter.png);
}

.testimonial-section .unmesh .card::after {
    background: url(https://udvash.com/media/Images/UDVASH/Testimonial/unmeshAfter.png);
}

.testimonial-section .uttoron .card::after {
    background: url(https://udvash.com/media/Images/UDVASH/Testimonial/uttoronAfter.png);
}

.testimonial-section .read-more::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.testimonial-section .testmonial {
    display: none;
}

.testimonial-section .testmonial:nth-child(1),
.testimonial-section .testmonial:nth-child(2),
.testimonial-section .testmonial:nth-child(3) {
    display: flex;
}

.testimonialPage-section .testmonial {
    display: none;
}

.testimonialPage-section .testmonial:nth-child(1),
.testimonialPage-section .testmonial:nth-child(2),
.testimonialPage-section .testmonial:nth-child(3),
.testimonialPage-section .testmonial:nth-child(4),
.testimonialPage-section .testmonial:nth-child(5),
.testimonialPage-section .testmonial:nth-child(6) {
    display: flex;
}

.single-line-testimonial {
    background: none;
}

/*--------------------------------------------------------------
# Testimonial Details Page Start
--------------------------------------------------------------*/
.testimonial-details {
    position: relative;
}

.testimonial-details h1 {
    color: #580000;
}

.testimonial-details h3 {
    color: #000;
    font-family: HindiShiliguriBold;
    font-size: 23px;
}

.testimonial-details h5,
.testimonial-details h6 {
    color: #B2BF21;
    font-size: 21px;
    font-family: BalooDa2;
}

.testimonial-details p {
    font-size: 18px;
    font-family: BalooDa2;
}

.testimonial-details .profile img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #B2BF21;
}

.testimonial-details .profile .text {
    text-align: right;
}

.testimonial-details .video-gallery h3 {
    font-size: 30px;
    font-family: LatoBold;
    color: #E9A900;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.testimonial-details .video-gallery .video-gallery-img {
    position: relative;
}

.testimonial-details .uuu-st-page-title-color {
    color: #2d22c0;
}

@media screen and (max-width: 420px) {

    .testimonial-section h1,
    .testimonial-details h1 {
        font-size: 30px;
    }

    .testimonial-section .card .card-body p {
        font-size: 16px;
    }

    .testimonial-section .testmonial .card img {
        width: 100px;
        height: 100px;
    }

    .testimonial-section .testmonial {
        padding: 0px 40px;
    }
}

/*--------------------------------------------------------------
# service Section Start
--------------------------------------------------------------*/
.service-section {
    position: relative;
    z-index: 1;
}

.service-section img {
    width: 115px;
    height: 110px;
}

.service-section p {
    color: #333333;
    font-size: 24px;
    padding-top: 20px;
    font-family: HindiShiliguriRegular;
}

.service-section a::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
}

.service-section a:hover::after {
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: 0.5s;
}

@media screen and (max-width: 420px) {
    .service-section::before {
        width: 250px;
        height: 200px;
    }

    .service-section::after {
        width: 300px;
        height: 200px;
    }

    .service-section h1 {
        font-size: 35px;
    }

    .service-section img {
        width: 74px;
        height: 72px;
    }

    .service-section p {
        font-size: 16px;
    }
}

/*--------------------------------------------------------------
# HaselFree Section Start
--------------------------------------------------------------*/
.hasel-free-section {
    position: relative;
}

.hasel-free-section h2 {
    color: #F0532D;
    font-size: 45px;
    font-family: HindiShiliguriBold;
}

.hasel-free-section h1 {
    font-size: 55px;
}

.hasel-free-section p {
    color: #2B2B2B;
    font-size: 18px;
    font-family: HindiShiliguriRegular;
    text-align: justify;
}

.hasel-free-section ul li {
    color: #1E1E1E;
    font-size: 20px;
    font-family: HindiShiliguriRegular;
}

.hasel-free-section ul li::marker {
    font-size: 23px;
}

@media screen and (max-width: 768px) {
    .hasel-free-section h1 {
        font-size: 25px;
        text-align: center;
    }

    .hasel-free-section h2 {
        font-size: 20px;
        text-align: center;
    }

    .hasel-free-section ul li {
        font-size: 14px;
    }

    .hasel-free-section ul li::marker {
        font-size: 16px;
    }

    .hasel-free-section p {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# easy written Section Start
--------------------------------------------------------------*/
.easy-written-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.easy-written-section p {
    color: #2B2B2B;
    font-size: 18px;
    font-family: HindiShiliguriRegular;
    text-align: justify;
}

.easy-written-section h2 {
    font-size: 45px;
    font-family: HindiShiliguriBold;
}

.easy-written-section h1 {
    font-size: 55px;
}

@media screen and (max-width: 768px) {
    .easy-written-section h1 {
        font-size: 25px;
        text-align: center;
    }

    .easy-written-section h2 {
        font-size: 20px;
        text-align: center;
    }

    .easy-written-section p {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# Video Section Start
--------------------------------------------------------------*/
.video-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-section h2 {
    font-family: HindiShiliguriBold;
    text-align: center;
    color: #F0532D;
    font-size: 45px;
}

.video-section .images img {
    border: 3px solid #05056a;
    border-radius: 10px;
    max-height: 425px;
    min-height: 200px;
}

.video-section .carousel-indicators {
    margin-bottom: -2.5rem;
}

.video-section .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-bottom: 0px;
    border-top: 0px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.video-section .carousel-indicators [data-bs-target].active {
    background-color: #F0532D;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .video-section h2 {
        padding-left: 0%;
        font-size: 20px;
    }

    .video-section h1 {
        font-size: 25px;
    }

    .video-section .carousel-indicators {
        margin-bottom: -1.3rem;
    }

    .video-section .carousel-indicators [data-bs-target] {
        width: 11px;
        height: 11px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

/*--------------------------------------------------------------
# Routine Page Start
--------------------------------------------------------------*/
.routine-section .routine {
    min-width: -webkit-fill-available;
    min-width: -moz-available;
    text-decoration: none;
    background: linear-gradient(to right, #2e75b6, #2f5597);
    color: #fff;
    font-size: 25px;
    min-height: 120px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: bold;
    padding: 15px;
}

.routine-section .routine:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to left, #2e75b6, #2f5597);
}

.routine-section .routine span {
    display: block;
    text-align: center;
}

.routine-section h2 span {
    color: #002060;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    font-family: HindiShiliguriBold;
}

.routine-section h3 {
    font-size: 40px;
    color: #2d057a;
}

.routine-section h4 {
    text-align: center;
    color: red;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .routine-section h2 span {
        font-size: 20px;
        line-height: 40px;
    }

    .routine-section h4 {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Branch Page Start
--------------------------------------------------------------*/

.branch-section h1 {
    font-size: 36px;
    color: #fff;
}

.branch-section a {
    color: #000;
}

.branch-section .branch-select .selectize-input,
.branch-section .branch-select .selectize-input.input-active {
    min-width: 200px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.branch-section .branch-select .selectize-input input {
    color: #fff;
}

.branch-section .branch-select .selectize-control.single .selectize-input input::placeholder {
    color: #FFFFFF;
    opacity: 50%;
}

.branch-section .branch-select .selectize-input,
.branch-section .branch-select .selectize-input.input-active {
    color: #fff;
    background: transparent;
    box-shadow: none;
    border: 2px solid #fff;
    border-radius: 26px;
}

.branch-section .branch-select .selectize-control.single .selectize-input.dropdown-active {
    border-radius: 0px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
}

.branch-section .branch-select .selectize-control.single .selectize-input:after {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    right: 25px;
    top: 10px;
}

.branch-section .branch-select .selectize-control.single .selectize-input.dropdown-active:after {
    top: 11px;
    right: 25px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
}

.branch-section .branch-select .selectize-input::after {
    content: "\f52a";
    font-family: bootstrap-icons !important;
}

.branch-section .branch-select .selectize-dropdown.single {
    top: 36px !important;
    border-radius: 0px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}

.branch-section .branch-select .selectize-dropdown .selectize-dropdown-content {
    max-height: 300px;
    overflow: auto;
}

.branch-section .branch-select .selectize-dropdown .selectize-dropdown-content .option {
    padding: 10px;
    margin: 10px 0px;
}

.branch-section label {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-right: 15px;
}

.branch-section .card {
    border-radius: 20px;
    min-width: -webkit-fill-available;
    min-width: -moz-available;
}

.branch-section .card .card-body {
    display: grid;
}

.branch-section .card .phoneNo a:nth-child(1) {
    display: none;
}

.branch-section .card .phoneNo .number::before {
    content: "\f5b4";
    font-family: bootstrap-icons !important;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}

.branch-section .card .phoneNo .number {
    font-family: HindiShiliguriRegular;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.branch-section .card .card-body h1 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 0px;
}

.branch-section .centerArrow img {
    width: 30px;
}

.branch-section .messageBox {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.branch-section .search-input {
    border-radius: 26px;
    width: 40px;
    border: 2px solid #fff !important;
    transition: 0.5s;
}

.branch-section .search-input.active {
    width: 170px;
    transition: 0.5s;
}

.branch-section .search-button {
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px;
}

.branch-section .btn-filter {
    width: 80px;
    min-width: 80px;
    height: 40px;
}

.branch-section .filter-hr {
    width: 120px;
    cursor: text;
    height: 30px;
}

.branch-section .filter-hr hr {
    height: 2px;
}

.branch-details {
    padding: 25px 0px;
}

.branch-details h2 {
    margin-bottom: 0px;
}

.branch-details-view {
    background: #E0E0E0;
}

.branch-details-view .address span {
    font-family: BalooDa2;
}

.branch-details-view .address span::before {
    content: "\f3e7";
    font-family: bootstrap-icons !important;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    margin-right: 5px;
}

.branch-details-view .card .phoneNo {
    display: flex;
}

.branch-details-view .card .phoneNo .number {
    font-family: HindiShiliguriRegular;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
}

.branch-details-view .card .phoneNo .number:first-child {
    margin-right: 10px;
}

.branch-details-view .card .phoneNo .number::before {
    content: "\f5b4";
    font-family: bootstrap-icons !important;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    margin-right: 5px;
}

.branch-details-view .btn-back {
    padding: 8px 30px;
    font-size: 18px;
    font-family: LatoBold;
    border: none;
}

@media screen and (max-width:991px) {
    .branch-section h1 {
        font-size: 22px;
    }
}

@media screen and (max-width:768px) {
    .branch-section .custom-select {
        width: 50%;
    }

    .branch-section h1 {
        font-size: 18px;
    }

    .branch-section .head1 {
        width: initial;
        border-bottom: 1px solid;
        padding-bottom: 10px;
    }

    .branch-section .filter-hr {
        display: none !important;
    }

    .branch-section .search-button {
        pointer-events: none;
    }

    .branch-section .search-input {
        width: 100%;
    }

    .branch-section .search-input-div {
        width: 100%;
    }
}

/*Sidebar Program Start*/
.sidebar-program .card {
    border-radius: 10px;
}

.sidebar-program .card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sidebar-program .btn {
    padding: 4px 10px;
    font-size: 14px;
}

.sidebar-program h3 a,
.sidebar-program h3 span {
    color: #000000;
    font-size: 18px;
    font-family: "HindiShiliguriBold";
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*Monthly Affairs Start*/
.monthly-section .title h2,
.guideline-section .title h2,
.notice-section .title h2 {
    background: #ED1C24;
    color: #fff;
    padding: 10px 30px;
    width: fit-content;
    border-radius: 8px;
}

.monthly-section .description-div p span {
    font-family: BalooDa2 !important;
    line-height: 30px !important;
    font-size: 16px !important;
}

.monthly-section .post-item .card {
    border-radius: 10px;
    position: relative;
}

.monthly-section .post-item a {
    color: #000;
}

.monthly-section .post-item a:hover {
    color: #ED1C24;
}

.monthly-section .post-item a::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.monthly-section .buttons .btn {
    line-height: 15px;
}

.monthly-section .category {
    background-color: #EDE1EC;
    padding: 5px 18px;
    font-size: 16px;
    line-height: 19px;
    margin-right: 20px;
    width: fit-content;
    border-radius: 10px;
}

/*Question Bank Start*/
.question-bank-section .head h2 {
    background-color: #ED1C24;
}

.question-bank-section .accordion-header button {
    color: #fff;
    font-size: 28px;
    text-align: center;
    display: initial;
}

.question-bank-section .accordion-header button::after {
    content: "\f22c";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    background-image: none;
    position: absolute;
    right: 10px;
    top: 22px;
}

.question-bank-section .accordion-header button.collapsed::after {
    right: 20px;
}

.question-bank-section #headingOne button {
    background-color: #BDB400;
}

.question-bank-section #headingTwo button {
    background-color: #8B4083;
}

.question-bank-section #headingThree button {
    background-color: #10336f;
}

.question-bank-section #headingFour button {
    background-color: #3d5d08;
}

.question-bank-section #headingFive button {
    background-color: #371100;
}

.question-bank-section #headingSix button {
    background-color: #6e0077;
}

.question-bank-section .accordion-body {
    background-color: #fff9f3;
}

.question-bank-section .accordion-body .card {
    border-radius: 10px;
}

.question-bank-section .accordion-body .card-body a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.question-bank-section .accordion-body .card-body h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.question-bank-section .question-item>div {
    min-width: -webkit-fill-available;
    min-width: -moz-available;
}

.question-section .head>div {
    height: 125px;
    width: 50%;
    padding: 10px;
    color: #fff;
    background-color: #ED1C24;
    border-radius: 8px;
}

.question-section .head>div h2 {
    font-size: 36px;
}

.question-section .head>div span {
    font-size: 21px;
}

.question-section .block-overlay {
    pointer-events: none;
}

.question-section .exam-report {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #0000004f;
}

.question-section .exam-report {
    border: 2px solid #4d0505;
    padding-bottom: 20px;
}

.question-section .exam-report .card {
    border-radius: 10px;
    min-width: 500px;
}

.question-section .exam-report .btn-close-report {
    right: 4px;
    top: 2px;
    font-size: 20px;
    cursor: pointer;
}

/*.question-section .exam-report h4{
            font-size: 16px;
            margin-bottom: 5px;
        }*/

.question-section .single-question {
    box-shadow: 0 0 6px #00000029;
    border-radius: 6px;
}

.question-section .single-question h4 {
    font-size: 18px;
    color: #0000009e;
}

.question-section .single-question .description {
    line-height: 28px;
    font-size: 21px;
    font-family: HindiShiliguriBold;
}

.question-section .single-question ul label {
    padding: 20px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 0 6px #00000029;
    margin-bottom: 1px;
    cursor: pointer;
}

.question-section .single-question ul .options_label {
    border: 2px solid #BEBEBE;
    display: inline-block;
    width: 44px;
    min-width: 44px;
    height: 44px;
    text-align: center;
    border-radius: 100%;
    padding: 0 0;
    position: relative;
    margin-right: 30px;
    line-height: 40px;
    font-size: 23px;
}

.question-section .single-question ul .options_label.active {
    background-color: #000;
    color: #fff;
}

.question-section .single-question ul .options_label.correct {
    background-color: green;
    color: #000;
}

.question-section .single-question ul .options_label.incorrect {
    background-color: red;
    color: #000;
}

.question-section .single-question ul .options_label.empty {
    background-color: green;
    color: #fff;
}

.question-section .single-question ul .options_label.correct::before {
    content: "\2713";
    font-size: 34px;
    color: #fff;
    position: absolute;
    left: 7px;
}

.question-section .single-question ul .options_label.incorrect::before {
    content: "\2717";
    font-size: 34px;
    color: #fff;
    position: absolute;
    left: 7px;
}

.question-section .single-question ul input {
    opacity: 0;
    width: 0;
}

.question-section .single-question ul img {
    max-width: 100%;
}

.question-section .single-question .solve-note {
    padding: 20px;
    background-color: #d7f7d4;
    border: 2px solid #009819;
    min-height: 200px;
    box-shadow: none;
}

.question-section .single-question .btn-single-solve {
    padding: 5px 10px;
    border: 2px solid #009819;
    color: #009819;
    border-radius: 5px;
    font-weight: bold;
    font-size: 10pt;
}

.question-section .written h3,
.question-section .written p {
    white-space: pre-line;
}

@media (max-width: 991px) {
    .question-section .head>div {
        width: 100%;
    }

    .question-section .exam-report .card {
        border-radius: 10px;
        min-width: 100%;
    }
}

/*Question Bank End*/
/*Notice Section Start*/
.notice-section .post-item h3 {
    font-size: 22px;
    line-height: 30px;
    color: #4D4D4D;
}

.notice-section .post-item .card {
    min-width: -webkit-fill-available;
    min-width: -moz-available;
    border-radius: 20px;
    background-color: #F2F2F2;
}

.notice-section .post-item .card img {
    width: 95px;
    height: 95px;
    padding: 20px 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 17%), inset -10px -12px 20px rgb(0 0 0 / 8%);
}

.notice-section .post-item a:hover h3 {
    color: #ED1C24;
}

.notice-section .bi-calendar3 {
    font-size: 17px;
}

.notice-section .post-item a::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.notice-section label {
    font-family: BalooDa2;
    font-size: 30px;
    color: #343434;
}

.notice-section .description-div h3 {
    font-family: HindiShiliguriBold;
}

.notice-section #CategoryType {
    border: 2px solid #4D4D4D;
    border-radius: 26px;
}

.notice-section .buttons a span {
    font-size: 21px;
    color: #292828;
}

.notice-section .buttons a:hover span {
    color: #ED1C24;
}

.notice-section .buttons a i {
    font-weight: bold;
}

/*Notice Section End*/
.footer-section {
    padding: 50px 0px 0px;
}

.footer-section ul {
    list-style: none;
    padding-left: 0px;
}

.footer-section h4 {
    color: #fff;
    font-weight: 600;
}

.footer-section ul li a {
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    font-family: HindiShiliguriRegular;
}

.footer-section ul li a:hover {
    color: #89affa;
}

.footer-section p {
    font-size: 14px;
    font-family: HindiShiliguriRegular;
    color: #fff;
}

.footer-section .media a {
    padding-right: 12px;
}