.list_item_section ul {
    list-style: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: wrap;
    justify-content: center
}

.filters.filter-button-group {
    display: flex;
    align-items: center;
    overflow: auto
}

.video-section-right>iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.video-section-right {
    position: relative;
    width: 100%;
    border: 6px solid #ffeb1a;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    padding-top: 56.25%
}

.list_item_section .courses_title {
    text-align: center
}

.list_item_section .courses_title h1 {
    font-weight: 600
}

/* .list_item_section ul li.active {
    border-bottom: 5px solid #0052ff
} */

#ourHolder>div {
    margin-bottom: 30px;
    position: relative
}

.list_item_section ul li {
    display: inline;
    padding: 14px 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize;
    margin: 4px;
    white-space: nowrap
}

.list_item_section ul li>a {
    color: #000
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-radius: 0 0 34px 34px;
    padding: 20px;
    padding-top: 30px;
    margin-top: -25px;
    top: 100%;
    left: 0;
    z-index: 1;
    right: 0
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #d4d4d4
}

.autocomplete-items div:hover {
    background-color: #e9e9e9
}

.autocomplete-active {
    background-color: DodgerBlue!important;
    color: #fff
}

.col-6.col-md-3.mycr {
    padding-top: 22px
}

.autocomplete-items {
    background-color: #fff!important
}

.bg-img-area {
    background-image: url(https://idpdefault.s3.ap-south-1.amazonaws.com/906964631cfc5bb877020230516113444.jpg);
    padding: 76px 0;
    background-size: cover;
    margin-top: -145px;
    background-position: center;
    position: relative
}

.content .single-content.grid-item {
    width: 100%
}

.list_item_section .filters ul li:hover {
    color: #a6a6a6
}

.filters.filter-button-group {
    max-width: 800px;
    margin: 0 auto
}

.tille_wrapper {
    text-align: center;
    margin-bottom: 20px
}

.tille_wrapper h3 {
    font-size: 38px;
    font-weight: 700
}

.cacard-innerrd span.card-title {
    color: #fff;
    font-weight: 300;
    font-size: 21px
}

.card-inner .card-image {
    position: relative;
    overflow: hidden
}

.card-inner .card-image img {
    border-radius: 10px 10px 0 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.card-inner .card-image img:hover {
    transform: scale(1.1)
}

.card-inner .card-image .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    color: #fff;
    font-size: 14px
}

.card-inner .card-content {
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box
}

.card-inner .card-content p {
    margin: 0 0 10px
}

.card-innerard .card-content span.card-title {
    line-height: 48px
}

.card-inner .card-price {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 5px;
    background-color: #fff;
    box-shadow: 1px 2px 1px rgb(94 93 99 / .08),0 1px 2px rgb(61 60 66 / .12);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 11px
}

.card-inner .card-action {
    padding: 12px 15px;
    border-top: 1px solid rgb(160 160 160 / .2)
}

.card-inner .card-action a {
    margin-right: 5px;
    color: #3b3b3b;
    font-size: 12px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

div#vp-preview {
    border: 6px solid #fff;
    border-radius: 16px
}

.course-card_wrapper {
    background: #fff;
    -webkit-box-shadow: 0 2px 14px rgb(216 217 255 / 66%);
    box-shadow: 0 2px 14px rgb(216 217 255 / 66%);
    border-radius: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%
}

.course-card_wrapper:hover {
    box-shadow: 0 0 7px 5px #00000036
}

.course-card_wrapper .images_content_items {
    gap: 15px
}

.course-card_wrapper .course_instructor_image {
    border-radius: 50%
}

.course-card_wrapper .course_instructor_name {
    font-weight: 600
}

.course-card_wrapper .course_name {
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 18px
}

.card-inner .card-action a i {
    margin-right: 2px
}

.card-action a.save i {
    color: #da2a66
}

.card-inner .card-action a:hover {
    color: #da2a66;
    text-decoration: none
}

.card-inner .card-action a span {
    color: #333f48
}

.listingInfo {
    position: relative
}

.listingInfo {
    clear: both;
    padding: 0
}

.listerName {
    position: absolute;
    top: -42px;
    right: 0;
    float: right;
    border-radius: 50%;
    text-align: center;
    box-shadow: rgb(0 0 0 / 10%) 0 5px 15px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.listerName a.agent-wrapper {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.listerName img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 3px -1px #DCDCDC
}

.listerName figcaption {
    position: absolute;
    left: -66px;
    padding-top: 4px;
    width: 160px;
    text-align: center
}

.listingInfo .propertyStats {
    margin-top: 3px;
    margin-bottom: 0;
    min-height: 25px
}

.content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.filters {
    width: 100%;
    text-align: center
}

.course_card_wrapper img {
    border-radius: 20px
}

.image_main_wrapprrrr .card {
    border-radius: 20px;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    color: #fff
}

img.imigifi {
    position: absolute;
    bottom: 88px;
    z-index: 999;
    left: 62%
}

.image_main_wrapprrrr .col-md-4 {
    margin-right: 20px
}

.banner_content img {
    width: 100%;
    height: 100%;
    margin-left: 8px
}

.banner_content .content {
    width: 200px;
    margin: unset;
    position: absolute;
    text-align: left;
    font-weight: 800;
    line-height: 1.3;
    border-radius: 8px;
    transition: all 0.5s ease;
    transform: translateY(0);
    -webkit-animation: slide-top 0.5s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse forwards;
    animation: slide-top 0.5s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse forwards
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.banner_image_wrapepr {
    position: relative
}

.banner_content .content.content1 {
    top: 130px;
    left: -70px
}

.banner_content .content.content2 {
    right: 0;
    top: 40%
}

.banner_content .content.content3 {
    bottom: 100px;
    margin-left: 15px;
    white-space: nowrap
}

.element-item {
    position: relative;
    float: left;
    margin-bottom: 30px
}

.element-item .name {
    position: absolute;
    left: 10px;
    top: 60px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400
}

.element-item .symbol {
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 42px;
    font-weight: 700;
    color: #fff
}

.element-item .number {
    position: absolute;
    right: 8px;
    top: 5px
}

.element-item .weight {
    position: absolute;
    left: 10px;
    top: 76px;
    font-size: 12px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    outline: none!important;
    transition: all 0.5s ease-in;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 504
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: #fff0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.course-side-detail .csd-content {
    padding: 10px;
    overflow-y: scroll;
    height: 500px
}

.star-small-icon {
    font-size: 20px
}

.ratting {
    font-size: 14px
}

.course-detail-pagee .accourdian {
    box-shadow: rgb(0 0 0 / .2) 0 12px 28px 0,rgb(0 0 0 / .1) 0 2px 4px 0,rgb(255 255 255 / .05) 0 0 0 1px inset;
    background-color: #fff;
    border-radius: 20px;
    max-width: 83.33%
}

.instructor-name {
    font-size: 24px
}

.ratting-count {
    font-size: 14px
}

.VideoSide {
    height: 500px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / .2),0 2px 2px 0 rgb(0 0 0 / .14),0 1px 5px 0 rgb(0 0 0 / .12)
}

.VideoList {
    background: #fff;
    height: calc(100% - 127px);
    overflow: auto;
    padding: 5px;
    margin-bottom: 10px
}

.VideoList {
    scrollbar-width: thin;
    scrollbar-color: #6a6a6a #b5b5b5;
    overflow-y: scroll;
    overflow-x: hidden
}

.pricing-packege_page .card-educationalpackage {
    height: auto
}

.pricing-packege_page .price-details>span {
    font-size: 30px;
    font-weight: 700
}

.pricing-packege_page .crd-hdr+p {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500
}

.pricing-packege_page .card-sectton:nth-child(4),.pricing-packege_page .card-sectton:last-child {
    margin-top: 20px
}

.SingleVideo h5 {
    margin-top: 5px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.autocomplete-items li {
    margin: 15px 0;
    color: #000
}

.SingleVideo.blurVideo {
    position: relative
}

.SingleVideo .BuyButton {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s ease-in
}

.SingleVideo:hover .BuyButton {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.SingleVideo button {
    background: #14053E;
    border: none;
    border-radius: .25rem;
    color: #fff;
    height: 70px;
    padding: 2px 10px;
    width: 100%;
    box-shadow: rgb(0 0 0 / .12) 0 1px 4px 1px
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: #fff0
}

.accourdians_wrap .answer.open {
    overflow: hidden;
    overflow-y: auto
}

.mfp-arrow:active {
    margin-top: -54px
}

.csdc-right {
    margin-left: 10px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid #fff0
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
    opacity: .8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px
}

.mfp-arrow:before,.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px
}

.video-hover {
    box-shadow: rgb(0 0 0 / .08) 0 4px 12px;
    display: block;
    height: 70px;
    filter: blur(4px);
    position: relative
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
    border-right: 12px solid #000;
    left: 5px
}

.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
    border-right: 20px solid #fff
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
    border-left: 12px solid #000;
    left: 3px
}

.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
    border-left: 20px solid #fff
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / .6);
    background: #000
}

.mfp-iframe-holder .mfp-close {
    top: -43px
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgb(0 0 0 / .6)
}

.mfp-figure {
    line-height: 0
}

.accourdians_wrap .accordian-item .answer i {
    margin-right: 10px;
    font-size: 15px;
    color: #0a6dff
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.resultBox {
    padding: 10px 8px;
    opacity: 0;
    background: #fff;
    color: #000;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 1px 5px 3px rgb(0 0 0 / .12);
    display: none;
    margin-top: 1px
}

.resultBox li {
    color: #000;
    list-style: none;
    padding: 8px 12px;
    border-radius: 3px;
    cursor: pointer
}

.resultBox.search-open {
    opacity: 1;
    display: block
}

.package_page_banner {
    padding-top: 80px
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgb(0 0 0 / .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgb(0 0 0 / .6);
        position: fixed;
        text-align: center;
        padding: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}

@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform:scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.left_side_content * {
    color: #fff
}

.left_side_content h1 {
    font-size: 60px;
    line-height: 1.3;
    font-weight: 700
}

.left_side_content .paragraph p {
    font-size: 18px;
    font-weight: 500
}

.inner-form .input-field {
    height: 50px;
    width: 100%;
    position: relative
}

.inner-form .input-field .btn-search {
    width: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    height: 100%;
    background: 0 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    z-index: 99999
}

.inner-form .input-field .btn-search svg {
    fill: #11142D;
    width: 30px;
    height: 30px;
    transition: all .2s ease-out,color .2s ease-out;
    border-radius: 50%
}

.bottom-slider-section {
    margin-bottom: 40px
}

.inner-form .input-field input {
    height: 100%;
    width: 100%;
    background: 0 0;
    border: 0;
    background: #fff;
    display: block;
    width: 100%;
    padding: 10px 32px 10px 70px;
    font-size: 18px;
    color: #666;
    border-radius: 34px;
    outline: none;
    z-index: 999;
    position: absolute
}

.premimum_courses_page .elite-heading {
    font-size: 80px;
    font-weight: 700;
    color: #fff
}

.premimum_courses_page #Banner-sectionn {
    padding-top: 100px;
    background-color: #14053E;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.premimum_courses_page .ruppee-heading {
    font-size: 60px;
    white-space: nowrap
}

.premimum_courses_page .btn.btn-primary.btn-lg.text-center {
    padding: 15px 50px;
    font-size: 25px;
    border-radius: 70px
}

.premimum_courses_page .course-namme {
    position: relative
}

.premimum_courses_page .img-strip {
    position: absolute;
    left: -36px;
    bottom: -4px
}

@media (max-width: 991.98px) {
    .banner_content .content {
        width:86px;
        margin: unset;
        position: absolute;
        text-align: left;
        font-weight: 800;
        line-height: 1.3;
        border-radius: 8px;
        transition: all 0.5s ease;
        transform: translateY(0);
        -webkit-animation: slide-top 0.5s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse forwards;
        animation: slide-top 0.5s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse forwards
    }

    .banner_content .content.content1 {
        top: 86px;
        left: -20px
    }

    .banner_content .content.content2 {
        right: 0;
        top: 42%
    }

    .banner_content .content.content3 {
        bottom: 40px;
        margin-left: 15px;
        white-space: nowrap
    }

    .video-section-right {
        margin-top: 30px
    }

    .SingleVideo.blurVideo {
        margin-bottom: 15px
    }

    .SingleVideo.blurVideo img {
        height: 75px;
        object-fit: cover;
        width: 100%
    }

    .SingleVideo.blurVideo a>.row {
        align-items: center
    }

    .package_page_banner {
        padding-top: 55px
    }
}

@media (max-width: 767px) {
    .list_item_section ul {
        list-style:none;
        padding: 20px 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap
    }

    .image_main_wrapprrrr .col-md-4 {
        margin-right: 0
    }

    .banner_content .content {
        width: 120px;
        padding: 10px;
        font-size: 14px
    }

    .banner_content .content.content3 {
        white-space: unset
    }

    .left_side_content h1 {
        font-size: 30px;
        margin-top: 20px
    }

    .left_side_content h1 br {
        display: none
    }

    .SingleVideo button {
        height: 80px
    }

    .list_item_section {
        padding: 0 15px
    }

    .pricing-packege_page .card-sectton {
        margin-top: 20px;
        margin-right: 0
    }

    .SingleVideo.blurVideo img {
        height: auto
    }

    .premimum_courses_page .elite-heading {
        font-size: 50px
    }

    .premimum_courses_page .ruppee-heading {
        font-size: 26px
    }

    .premimum_courses_page .btn.btn-primary.btn-lg.text-center {
        font-size: 18px;
        display: block;
        border-radius: 70px
    }

    .premimum_courses_page .img-strip {
        position: absolute;
        left: -30px;
        bottom: -7px
    }

    .premimum_courses_page .text-white.pb-2 {
        font-size: 18px
    }
}

#course-detail-pagee {
    padding-top: 100px;
    padding-bottom: 20px;
    background: #74ebd5;
    background: -webkit-linear-gradient(to right,#ACB6E5,#74ebd5);
    background: linear-gradient(to right,#ACB6E5,#74ebd5)
}

.video-section-right {
    border: 8px solid #fff;
    border-radius: 20px
}

.h1-text {
    font-size: 40px
}

.phs-thumb img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.phs-thumb span {
    font-size: 1.125rem;
    font-weight: 500;
    color: #ff8900
}

#course-video {
    padding-top: 50px
}

.course-side-detail .csd-title {
    padding: 15px
}

.csdc-lists ul li {
    font-size: 1.125rem;
    padding: 15px 20px
}

ul.lab-ul li {
    list-style: none
}

.csdc-lists ul li:nth-child(even) {
    background: #f9f9f9
}

svg .bi-check-lg {
    color: #14053E!important
}

.course-side-detail .csd-title {
    padding: 15px
}

.csd-title {
    background: #f16126
}

.course-side-detail .csd-content,input,textarea,select {
    padding: 10px
}

.csdc-lists ul li:nth-child(even) {
    background: #f9f9f9
}

.csdc-lists ul li {
    font-size: 1.125rem;
    padding: 15px 20px
}

ul.lab-ul li {
    list-style: none
}

ul.lab-ul {
    padding: 0
}

.acc-header {
    background-color: #14053E;
    color: #fff;
    border: none
}

.accordion-button:focus {
    color: white!important;
    z-index: 3;
    background-color: #14053E
}
