.homeBanner {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coursesBanner {
    height: 70vh;
}

/*.homeBanner h1,*/
/*h3,*/
/*h2,*/
/*h4 {*/
/*    color: #fff;*/
/*}*/

.homeBanner h4 {
    font-size: 20px;
    margin-bottom: 25px;
}

.homeBanner h1 {
    font-size: 56px;
}

.homeBanner h2 {
    font-size: 56px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.homeBanner h2 span {
    color: orangered;
    font-weight: 700;
}

.homeBanner h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.viewcourseBtn button {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 5px 25px;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    transition: 0.3s;
}

.viewcourseBtn button:hover {
    border-color: #00646f;
    background-color: #00646f;
}

/* -----------------------------------------About Section---------------------------------------- */

/* .about-section a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

.about-section a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.about-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-section img {
    max-width: 100%;
    height: auto;
}

.about-section section {
    padding: 60px 0;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #00646f;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 18px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}



.about-section {
    position: relative;
    padding: 160px 0 70px;
}

.about-section .sec-title {
    margin-bottom: 45px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}



.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
}



.about-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(65% + 80px);
    height: calc(100% + 140px);
    top: -70px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 30px solid #00646f;
}

.about-section .image-column .image-1 {
    position: relative;
}


.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    border-radius: 46px;
} */

/* -------------------------------------Courses Section------------------------------------------- */
.coursesSection .imgArea {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
}

.coursesSection .card:hover .imgArea img {
    transform: scale(1.1);
}

.coursesSection .imgArea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.coursesSection .c-detail {
    padding: 10px 0;
}

.coursesSection .c-detail h2 {
    font-size: 17px;
    color: #000;
    margin: 8px 0;
    font-weight: 700;
    line-height: 26px;
}

.c-detail .cName {
    border: 1px solid #07657014;
    background-color: #3fe0f214;
    color: #904df1;
    padding: 0px 5px;
    border-radius: 2px;
    margin: 7px 0;
    display: inline-block;
    font-size: 13px;
}

.c-detail .d-name {
    font-size: 15px;
    font-weight: 500;
    color: #b0adad;
}

.c-detail .rating {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.c-detail .rating i {
    color: orange;
    letter-spacing: -3px;
}

.c-detail .prize {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: end;
}

.c-detail .prize span {
    text-decoration: line-through;
    color: #b0adad;
    margin-right: 10px;
}

.cS-titleArea h4 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #234a4e8c;
}

.cS-titleArea h4 i {
    margin-right: 10px;
}

.coursesSection .card:hover {
    box-shadow: #05415033 0px 2px 8px 0px;
}

.coursesSection a {
    text-decoration: none;
}

.cS-titleArea h1 {
    color: #00646f;
}

.cS-titleArea p {
    color: #797f80;
}

.coursetitl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.course-top-enroll-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 80px;
    background: #f9f8ff;
    border-radius: 6px;
    margin-bottom: 50px;
    border: 1px solid #ddd8f9;
}

.not-enrolled-btn {
    border: 1px solid #04292d;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    background: #04292d;
    transition: 0.2s;
    display: inline-block;
    font-weight: 600;
}

.not-enrolled-btn:hover {
    background: #fff;
    color: #04292d;
}

.single-course-top p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.single-course-top.single-courses-middle {
    border-right: 2px solid #ddd8f9;
    border-left: 2px solid #ddd8f9;
    padding: 0 40px;
    text-align: center;
}

.single-course-top.single-courses-middle h3 {
    font-size: 30px;
    color: #00646f;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.courses-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #04292d;
    background-color: #fff;
    border-bottom: 3px solid;
    border-radius: 0;
}

.courses-tabs .nav-link {
    color: #5d5d5d;
    margin-bottom: -2px;
    padding-left: 7px;
    padding-right: 7px;
}

.courses-tabs .nav.nav-pills {
    border-bottom: 3px solid #c0c0c0;
    gap: 30px;
}

.course-discription h3 {
    color: #000;
}

.courses-discription-accordian .accordion-item {
    border: 1px solid #ddd8f9;
    border-bottom: none;
}

.courses-discription-accordian .accordion-item:first-child {
    border-top: 1px solid #ddd8f9;
}

.courses-discription-accordian .accordion-item:last-child {
    border-bottom: 1px solid #ddd8f9;
}

.courses-discription-accordian .accordion-button::after {
    display: none;
}

.courses-discription-accordian .accordion-button {
    display: flex;
    justify-content: space-between;
}

.courses-discription-accordian .accordion-button:focus {
    box-shadow: none;
}

.courses-discription-accordian .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #064a51;
}

.introduction-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.introduction-list a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.introduction-list .preview {
    display: flex;
    gap: 20px;
}

.introduction-list .fa-lock {
    color: #5d5d5d;
}

.enroll-now-benefits h4 {
    color: #000;
    margin-bottom: 15px;
}

.enroll-now-benefits .d-flex.justify-content-between {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd8f9;
    padding-bottom: 10px;
}

.enroll-now-benefits .d-flex.justify-content-between:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.course-material ul li {
    list-style: none;
    margin-bottom: 10px;
}

.course-material ul {
    margin: 0;
    padding: 0;
}

.course-material h5 {
    margin-bottom: 15px;
}

.thumbnail {
    position: relative;
}

.vedio-icone .video-play-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    display: flex;
}

.vedio-icone .video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -32%;
    top: -31%;
    display: block;
    width: 130px;
    height: 130px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #ffffff;
    animation: waves 3s ease-in-out infinite;
}

.vedio-icone .video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    transition: all 200ms;
    border-radius: 50%;
}

.vedio-icone .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #04292d;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 47%;
}

.vedio-icone .video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
    display: none;
}

.vedio-icone .video-overlay .video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.detail-anchor a {
    text-decoration: none;
    color: #7dd8f1;
}

.detail-anchor .fa-chevron-right {
    font-size: 12px;
}

.detail-anchor {
    color: #fff;
}

.custom-navbar ul li {
    margin: 0 15px;
}

.custom-navbar ul li:first-child {
    margin-left: 0;
}

.custom-navbar ul li:last-child {
    margin-right: 0;
}

.user-dropDown {
    color: #fff;
    background: #016370;
    padding: 8px;
    border-radius: 2px;
    text-decoration: none;
}
.user-menu {
    min-width: 100% !important;
    top: 31px !important;
    background: #016370;
    padding: 0;
    border-radius: 2px;
    margin: 2px 0 0 0 !important;
}
.user-menu a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
}
.user-menu a:hover{
    background-color: #04292d !important;
    border-radius: 2px;
}
.user-dropDown::after{
    content: none !important;
}

.custom-size {
    height: 160px;
    width: 150px;
}

.star-rating .rating.active {
    color: #fea569;
}
.label-rating .rating.active {
    color: #fea569;
}

.dotted-border {
    border: 1px dotted #000;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px; 
}

@media (max-width: 767px) {
    .accordion-body {
        padding: 15px;
    }

    .d-flex {
        flex-direction: column;
        align-items: flex-start;
    } 

    .d-flex.align-items-center {
        align-items: center;
    }

    .me-3 {
        margin-right: 0;
        margin-bottom: 10px; 
    }

    .d-flex.align-items-center p {
        margin: 0;
        font-size: 14px; 
    }

    .btn {
        width: 100%;
        margin-top: 10px; 
    }
}
