﻿/*------------- common-headings style starts here --------------*/
.h1, h1{
    font-size:42px;
}
.h2, h2 {
    font-size: 36px;
}
h3, h3{
    font-size:28px;
}
.h4, h4{
    font-size:22px;
}
.h5, h5{
    font-size:20px;
}
.h6, h6{
    font-size:18px;
}
/*------------- common-headings style ends here --------------*/

.text-gradient {
    /*background: linear-gradient(90.13deg,#ff7f02 .11%,#fdcd01 25.06%,#ffc502 50%,#fdf401 74.8%,#fea702 99.76%);*/
    background: #ecb306; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-strip {
    border: 1px solid #fff;
    margin-top: 60px;
    border-radius: 5px;
    padding: 20px;
}

.strip-box h4 {
    font-size: 20px;
    color: #ffffff;
}

.strip-box p {
    margin-bottom: 0px;
    color: #fff;
}

.strip-box {
    text-align: center;
}

.banner-strip .col-lg-4 {
    position: relative;
}

 .banner-strip .col-lg-4::after {
        height: 44px;
        width: 1px;
        display: inline-block;
        content: '';
        position: absolute;
        top: 20%;
        background: #d7d9db;
 }
 .banner-strip .col-lg-4:first-child::after {
display: none;
 }
.course-box.course-boxnew .product-content {
    padding: 25px 20px 40px;
}
.course-points {
    padding: 10px 0px 20px;
}
.course-points ul {
    padding-left: 16px;
    margin-bottom:0px;
}
.ptb-50{
    padding:50px 0px;
}

.how-works img {
    width: 50px!important;
    margin-bottom: 20px;
}

.how-works {
    padding: 25px 20px;
    /* text-align: center; */
    border: 1px solid #a3a3a3;
    border-radius: 10px;
    transition: 0.5s all ease;
}

    .how-works h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .how-works h4 {
        font-size: 18px;
        margin-bottom: 20px;
        color: hsla(0,0%,100%,.7);
    }

    .how-works p {
        margin-bottom: 0px;
        color: hsla(0,0%,100%,.7);
        min-height: 100px;
    }

.how-works {
    background: #000000;
    /* border-color: #000000; */
}
.certified-img img {
    width: 50px;
}
.instructors-content h5 a {
    color: #ffffff;
}
.founder-img img{
    border-radius:5px;
}
.pl-50{
    padding-left:50px;
}
.ml-5 {
    margin-left: 25px;
}
.course-points li {
    color: hsla(0,0%,100%,.7);
    font-size: 15px;
}
.btn.btn-primary.btn-bg {
    background-color: #ecb306;
}
.mb-20{
    margin-bottom:20px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-40{
    margin-bottom:40px;
}
.mb-50{
    margin-bottom:50px;
}
.mt-10{
    margin-top:10px;
}
.mt-20{
    margin-top:20px;
}
.mt-30{
    margin-top:30px;
}
.mt-40{
    margin-top:40px;
}
.lead-img img {
    filter: grayscale(100);
}
.cta-sec {
    padding: 40px 20px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.mob-view {
    display:none;
}

.dlits ul li {
    display: inline-block;
}

.dlits li.llist img {
    width: 20px;
}

.dlits li.llist {
    /* margin-right: 15px; */
    border-right: 1px solid #dddddd;
    padding-right: 15px;
    padding-left: 15px;
    color: #ffffff;
}
.dlits ul li:first-child{
    padding-left:0px;
}
.dlits ul li:last-child{
border-right:0px;
}
.dlits ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.dlits {
    margin-top: 50px;
    border-top: 3px solid #a3a3a3;
    border-bottom: 3px solid #a3a3a3;
    padding: 20px 0px;
}
.dtextsec {
    margin-left:15px;
}
.small-head {
    font-size: 22px;
    color: hsla(0,0%,100%,.7);
}
.dcount {
    margin-top: 50px;
    margin-bottom: 50px;
}
.pulse {
    margin-left: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: translateZ(0);
    will-change: transform,opacity,box-shadow;
    background: linear-gradient(90.13deg,#ff7f02 .11%,#fdcd01 25.06%,#ffc502 50%,#fdf401 74.8%,#fea702 99.76%);
    -webkit-animation: pulse1 2s infinite;
    animation: pulse1 2s infinite;
}
.custom-dropdown span, .custom-dropdown li{
    color: #000 !important;
}
@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(253 244 1 / 77%)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(253 244 1 / 77%);
        box-shadow: 0 0 0 0 rgb(253 244 1 / 77%);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

/*------------------- cart-form style starts here ---------------------*/
.checkbox-result {
    text-align: center;
    margin: 0px 0px 30px;
}
.container1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 40px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #fff;
    padding: 12px 10px;
    border-radius: 5px;
    color:#fff;
}

    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    /*  top: 0;*/
    /*left: 0;*/
    top: 15px;
    /* left: 0; */
    right: 10px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #e1e1e1;
}

/*.container1:hover input ~ .checkmark {
    background-color: #ccc;
}*/
.cart-right-sec .btn.btn-primary.btn-bg.common-btn {
    margin-left: auto;
    margin-right: auto;
}
.container1 input:checked ~ .checkmark {
    background-color: #f1b606;
    border-color: #f1b606;
}

 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container1 input:checked ~ .checkmark:after {
    display: block;
}

.container1 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart-right-sec {
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 35px;
    /*color: #ffffff;*/
   /* background: #ffffff;*/
    box-shadow: -2px 16px 37px rgb(0 0 0/12%);
}
    .cart-right-sec .form-control {
        /*border: 1px solid #ffffff;*/
        border: 1px solid #181818;
        padding: 12px 10px;
        border-radius: 5px;
        /*  background: transparent;
        color: hsla(0,0%,100%,.7);*/
    }
    .cart-right-sec .form-control option{
        color:#000;
    }

.checkbox-result span {
    font-style: italic;
    color: #f0b506;
}

.checkbox-result p {
    font-size: 18px;
/*    color: #000000;*/
    margin-top: 14px;
    margin-bottom: 0px;
}
.checkbox-result h4 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.one-to-onesession .container1 .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
}

.recommened {
    position: absolute;
    top: -17px;
    background: #ecb306;
    left: 0;
    right: 0px;
    /* width: 161px; */
    margin: auto;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-table;
    border-radius: 5px;
    color: #fff;
}
.btn.btn-primary.btn-bg:hover {
    background: #f6560c;
    border-color: #f6560c;
}
.newsec-inner {
    /* background: #222326; */
    position: relative;
/*    padding: 0px 50px;*/
    z-index:9;
}

    .newsec-inner::before {
        content: '';
        height: 380px;
        width: 100%;
        background: #222326;
        top: 0;
        bottom:0;
        border-radius: 5px;
        position: absolute;
        z-index: -1;
        margin: auto;
        left: 0;
        right: 0;
    }

.docimg img {
    width: 80%;
    border-radius: 10px;
    margin: auto;
    display: block;
}

.tophead h2 {
    margin-bottom: 20px;
}
.btn.btn-primary.btn-bg.common-btn {
    padding: 12px 35px;
    border-radius: 46.9159px;
}
.tophead {
    margin-bottom: 30px;
}

.doctextsec h5 {
    margin-bottom: 20px;
}
.video-img {
    position: relative;
}

.playvideo {
    left: 19px;
    right: 0;
    top: 26px;

 
    position: absolute;
    display: table;
    margin: auto;
    bottom: 0;
    
}
    .playvideo span {
        margin-top: 10px;
        display: block;
        color: #ffffff;
    }
    .playvideo a {
        color: #fff;
        background: #ecb306;
        padding: 10px 17px;
        border-radius: 25px;
        display: table;
        margin: auto;
        -webkit-animation: pulse1 2s infinite;
        animation: pulse1 2s infinite;
    }
.ftr-share h4 {
    color: #fff;
    font-size: 20px;
  
    margin-bottom: 26px;
    text-transform: capitalize;
}

.ftr-share ul {
    padding-left: 0px;
    list-style-type: none;
}
span.user-text {
    
    text-decoration: underline;
    color: #ffffff;
}
    .ftr-share ul li {
        display: inline-block;
        margin-right: 10px;
        font-size: 18px;
    }
.newftext {
    color: hsla(0,0%,100%,.7);
    text-align: right;
}

    .newftext p a {
        color: hsla(0,0%,100%,.7);
    }
        .ftr-share ul li a:hover {
            color: #ecb306;
        }

        .ftr-share ul li a {
            color: hsla(0,0%,100%,.7);
        }

/*.footer-about-content.ftr-share {
    margin-top: 25px;
}*/

.sharebtn {
    margin-left: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.sharepopup .modal-header {
    border-bottom: 0px;
}
.sharepopup .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem 1rem 2rem;
}
.sharepopup h3{
    color:#000;
    font-size:28px;
    text-align:center;
    font-weight:700;
}
.sharepopup ul li {
    display: inline-block;
    margin-right: 13px;
    color: #ffffff;
    background: #3c5a99;
}

.sharepopup ul {
    margin-top: 30px;
    padding-left: 0px;
    text-align: center;
}

.sharepopup li.socialshare {
    padding: .5rem 1rem;
    border-radius: 5px;
}

.socialshare a {
    color: #ffffff;
    font-size: 26px;
}
.twitter.socialshare {
    background: #4ab0f1;
}

.linked.socialshare {
    background: #0e76a8;
}
.messanger.socialshare {
    background: #218aff;
}
.wtasapp.socialshare {
    background: #25D366;
}
.docformsec .wallet-method .custom_radio .checkmark {
    background-color: transparent;
    border: 1px solid #ffe6e1;
}
/*------------------- cart-form style ends here -----------------------*/


.testimonial-slider-five {
    max-width: 1000px;
    width: 100%;
    margin: 20px auto auto;

}

.testimonial-item {
    display: flex;
    align-items: center;
    position: relative;
}

.testimonial-content-five {
    position: relative;
    background: #000;
    border-radius: 10px;
    left: 35px;
    padding: 40px;
    width: 757px;
    height: 278px;
    z-index: 2;
}

.testimonial-item:before {
    content: "";
    background: #ffc107;
    border-radius: 35px;
    width: 62px;
    height: 168px;
    left: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-text p {
    font-weight: 400;
    font-size: 16px;
    /*   text-align: center;
    color: #0a033c;*/
    color: hsla(0,0%,100%,.7);
}

.testimonial-users h5 {
  /*  */
    font-size: 20px;
    letter-spacing: 0.002em;
    /*    color: #000;*/
}

.testimonial-users p {
    font-weight: 400;
    font-size: 16px;
    /* color: #000;*/
    margin-bottom: 0;
}

.testimonial-section-five .slick-prev,
.testimonial-section-five .slick-next {
    z-index: 99;
    background: #fff;
    box-shadow: 0 4px 60px rgb(41 44 124/15%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-section-five .slick-prev {
    left: -80px;
}

.testimonial-section-five .slick-next {
    right: -80px;
}

    .testimonial-section-five .slick-prev:hover,
    .testimonial-section-five .slick-next:hover,
    .testimonial-section-five .swiper-button-prev:hover,
    .testimonial-section-five .swiper-button-next:hover {
        color: #000;
        background: #ecb306;
        opacity: 1;
    }

        .testimonial-section-five .slick-prev:hover:before,
        .testimonial-section-five .slick-prev:focus:before,
        .testimonial-section-five .slick-next:hover:before,
        .testimonial-section-five .slick-next:focus:before,
        .testimonial-section-five .swiper-button-prev:hover:before,
        .testimonial-section-five .swiper-button-next:hover:before {
            color: #fff;
            opacity: 1;
        }

    .testimonial-section-five .slick-next:focus,
    .testimonial-section-five .slick-prev:focus {
        background: #ffd600;
    }

.testimonial-section-five .slick-prev:before {
    font-family: "font awesome 5 free";
    content: "\f054";
    color: #392c7d;
    font-size: 16px;
    font-weight: 900;
}

[dir="rtl"] .testimonial-section-five .slick-prev:before {
    content: "→";
}

.testimonial-section-five .slick-next:before {
    font-family: "font awesome 5 free";
    content: "\f053";
    color: #392c7d;
    font-size: 16px;
    font-weight: 900;
}

[dir="rtl"] .testimonial-section-five .slick-next:before {
    content: "←";
}
.main1{
    padding-top:80px;
}
.card{
    background-color:#000;
}
.cou-info img {
    width: 24px;
}

/*------------------------- course-detail-page style starts here ---------------------*/
.course-banner h1 {
    margin-bottom: 20px;
}
.sidebar-sec.course-detail-right {
    position: sticky;
    padding-left: 50px;
    top: 30px;
}
.overview-sec h4, .overview-sec h3, .overview-sec h5, .overview-sec h6 {
    margin-top: 25px;
    margin-bottom: 17px;
    font-size:20px;
}
.content-sec .content-liststop img, .content-sec .course-card p img{
    width: 24px;
}

.content-sec .content-liststop span {
    margin-right: 10px;
}
.faqsec .course-card p{
    margin-left:18px;
}
.review-sec.testi-sec #testimonial {
    padding: 10px 0;
}

/*------------------------- course-detail-page style ends here -----------------------*/

/*------------------- about-us page style starts here ---------------------*/
.hmb-30{
    margin-bottom:30px;
}
.top-head {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}
.mission-sec .box-1 h4 {
    margin-bottom: 20px;
    text-align: center;
}
.mission-sec .box-1 .course-img.icon-square {
    margin-bottom: 20px;
}
    .mission-sec .box-1 .course-img.icon-square .fs-60 {
        vertical-align: middle;
        display: flex;
        align-items: center;
    }
.icon-square {
    justify-items: center;
    justify-content: center;
    height: 100px;
    display: flex;
}
.mb-25 {
    margin-bottom:25px;
}
.instructors-img img {
    height: 280px;
}
.cntct-form {
    padding-left: 50px;
}
/*------------------- about-us page style ends here ---------------------*/

/*----------------- contact-us page style starts here ------------------*/
.form-control {
    background-color: transparent;
    border: 1px solid #a3a3a3;
    color: #ffffff;
}
::placeholder {
    color: red;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.form-control:focus {
    color: #ffffff;
    background-color: transparent;
}
.bg-gradient1 {
    background: linear-gradient(90deg, #000000 35%, #4c3903 100%);
}
.support-wrap.cntct-form-left{
    border:1px solid #000;  
    box-shadow:unset;
}

/*----------------- contact-us page style ends here ------------------*/

/*---------------- blog-listing page style starts here ---------------*/
.post-left li i {
    margin-right: 10px;
}
a.read-more-btn {
    color: #ecb306;
}
/*---------------- blog-listing page style ends here ---------------*/


/*---------------- blog-detail-page style starts here ---------------*/
.blog-detail-image {
    margin: 25px 0px;
}

    .blog-detail-image img {
        margin: auto;
        display: block;
    }
.post-left1 ul li {
    display: inline-block;
    margin-right: 10px;
}

    .post-left1 ul li img {
        width: 30px;
    }

.post-left1 ul {
    margin-bottom: 0px;
}


.blogd-topleft {
    width: 50%;
}

.share-sec {
    display: flex;
    align-content: flex-end;
    justify-content: end;
    width:50%;
}


.blog-detail .blog-info {
    margin-top: 20px;
}
.blog-detail .blog-content ul{
padding-left:17px;
}
.blog-detail .blog-content li{
margin-bottom:5px;
}
/*---------------- blog-detail-page style starts here ---------------*/


.checkout-new .student-widget-group {
    background:#000;
}
 .form-select {
    background-image: url('../img/down.svg');
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: right;
}

/*---------- book-now page style starts here ------------*/
.selected-pack {
    background: #000000;
    padding: 20px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .selected-pack p, .selected-pack h4 {
        margin-bottom: 0px;
    }
.coupon-head h5 a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 15px;
}

.coupon-head {
    margin-bottom: 20px;
}
.pdlists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .pdlists .plright {
        font-weight: 700;
        color: #ffffff;
    }

.pdftr.pdlists span {
    font-weight: 700;
    color: #ffffff;
}
.book-cart {
    background: #000000;
    padding: 30px 30px;
    border-radius: 5px;
    box-shadow: 0 2px 15px 0 rgb(135 135 135 / 15%);
}
.pdetails {
    margin-top: 40px;
}
.modal-header h5 {
    color: #000;
    font-weight: 700;
}
/*---------- book-now page style ends here -------------*/


.filter-clear .card {
    border: 1px solid #4f4e4e;
}

.nav.header-navbar-rht .cart-icon img {
    width: 40px;
    opacity: 0.7;
}
.cart-icon sup {
    top: -0.9em;
    color: #ecb306;
}
.cart-icon.cart-mob-icon{
display:none!important;
}

/*-------------------- home-banner-carousels style starts here ------------------*/
.position-relative{
    position:relative;
}
.banner-sliderbox img {
    border-radius: 5px;
}
.banner-slidetwo {
    transform: translateX(-50%);
}
.banner-slideone {
    margin-bottom: 10px;
}
.slider-carousel {
    position: relative;
    top: 0;
  z-index: 0;
}
.home-slide-face {
    z-index:1!important;
    padding-top:40px;
    position:relative;
}
.home-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: linear-gradient(78.83deg,#000 40.15%,transparent 66.93%);
}
.home-slide-inner {
    position:absolute;
    top:0;
    left:30px;
}
.slider-carousel .owl-theme .owl-dots {
    display:none!important;
}
/*-------------------- home-banner-carousels style ends here ------------------*/
/*--------------- home-video testimonials style starts here -----------------*/
.testi-newsec iframe {
    width: 100%;
    height: 265px;
    border-radius: 5px;
}
/*--------------- home-video testimonials style ends here -----------------*/

/*----------- testimonials style starts here -------------*/
.testimonials-main .category-tab ul li a {
    background: transparent;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #ecb306;
    color: #fff;
    border-radius: 5px;
}

    .testimonials-main .category-tab ul li a.active,
    .testimonials-main .category-tab ul li a:hover {
        background: #ecb306;
        color: #fff
    }
.testimonials-main .testi-newsec {
    margin-bottom: 30px;
}
.testimonial-box-new {
    background: #000000;
    /* box-shadow: 0 0 10px 7px rgb(33 150 243 / 7%); */
    padding: 22px 20px;
    margin-bottom: 30px;
    border: 1px solid #3d3d3d;
    border-radius: 3px;
}

.testi-inner {
    display: flex;
}

.testi-img-box {
    margin-right: 18px;
    width: 12%;
}
.text-text-box {
    width: 88%;
}
    .testi-img-box img {
        height: 150px;
        border-radius: 5px;
    }
.text-text-box h5 {
    color: hsla(0,0%,100%,.7);
    font-size: 18px;
}

.text-text-box p {
    font-size: 16px;
}

.screenshot-img {
    margin-bottom: 20px;
}
.testi-video {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.testi-video figcaption p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 112px;
    height: 35px;
}

    .testi-video figcaption p i {
        font-size: 25px;
        line-height: 20px;
        padding-top: 17px;
        padding-bottom: 14px;
        width: 75px;
        height: 55px;
        margin: 2px;
        color: #fff;
        /*background: #00000070;*/
        background: #FF0000;
        border-radius: 8px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
    .testi-video img {
        border-radius: 5px;
        height: 290px;
        object-fit: contain;
        width: 100%;
    }


    .testi-video figcaption:hover i {
        background: #ecb306;
    }
.testi-newsec {
    background: #000000;
    border-radius: 5px;
   
}
.screenshot-img img {
    height: 750px;
    object-fit: contain;
    width: 100%;
}
/*----------- testimonials style ends here -------------*/

/*--------------- retreats style starts here ------------------*/
.br-img{
    border-radius:5px;
}
.retreat-second-sec {
    background: #222326;
}
.retreat-box h3, .retreat-box h4 {
    margin-bottom: 20px;
}

.retreat-box h4 {
    margin-top: 25px;
}

.retreat-box ul {
    padding-left: 17px;
}

.retreat-box li {
    margin-bottom: 10px;
}
.retreat-form h3 {
    margin-bottom: 40px;
    text-align: center;
}

.retreat-form {
    background: #000;
    border: 1px solid #403f3f;
    border-radius: 10px;
    padding: 30px;
}
/*--------------- retreats style ends here ------------------*/

/*----------- about-us new sections style starts here ---------------*/
.our-team {
    padding: 25px;
    margin-top: 30px;
    background: #333;
    border-radius: 5px;
}

    .our-team img {
        margin-bottom: 15px;
    }

    .our-team h4 {
        margin-bottom: 20px;
    }

    .our-team p {
        min-height: 100px;
    }
.mission-sec .box-1{
    box-shadow:unset;
}
.text-left{
    text-align:left;
}
/*----------- about-us new sections style ends here ---------------*/

/*---------- search-style starts here ---------*/
.search-sec i {
    color: #a67e04;
}
.search-mob {
    display:none;
}
.overlay.new-search {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.new-search .overlay-content {
    position: relative;
    top: 15%;
    width: 50%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.new-search .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not( .valid-feedback ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -33px;
}

.overlay.new-search .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .overlay.new-search .closebtn:hover {
        color: #ccc;
    }

.overlay.new-search input {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    border: 1px solid #dddddd;
    border-radius: 5px !important;
}

.overlay.new-search .input-group {
    align-items: center;
}

.overlay.new-search button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}


/*---------- search-style ends here ---------*/

/*------------------ new-style starts here ----------------------*/
.doctextsec {
    height: 300px;
    overflow: auto;
    padding-right: 20px;
}
.bundle-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 5px;
}

    .bundle-box .parasec p {
        /* white-space: nowrap; */
        /* overflow: hidden; */
        /* text-overflow: ellipsis; */
        /* max-width: 250px; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height:18px;
        margin-bottom:0px;
    }
.course-info1 {
    margin-bottom: 10px;
}
.bundleimg-sec {
    margin-right: 15px;
    width: 40%;
}

.bunlde-textsec {
    width: 60%;
}
.course-info1 ul li {
    display: inline-block;
    font-size: 13px;
    border-right: 1px solid #000000;
    padding-right: 10px;
    color: #000000 !important;
}
.bundleimg-sec img {
    border-radius: 5px;
}
.course-info1 ul {
    padding: 0px;
    margin-bottom:0px;
}
.bundleimg-sec img {
    border-radius: 5px;
}

/*.bunlde-textsec p {
    color: #ffffff;
}*/
    .course-info1 ul li:last-child {
        padding-left: 10px;
        border-right: 0px;
    }
.bundle-sec h4 {
    font-size: 15px;
    font-weight: 300;
    color: hsla(0,0%,100%,.7);
}
.price h5 span {
    text-decoration: line-through;
    font-size: 12px;
    color: #777;
}
.price h5 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
}
.price1.mob-view h5 span {
    text-decoration: line-through;
    font-size: 12px;
    color: #777;
}

.price1.mob-view h5 {
    font-size: 14px;
    margin-bottom:0px;
}
.btnnew .fa {
    color: #ffffff;
}

.fil-btn1.filter-btn {
    border: 1px solid #dddddd;
    margin-right: 10px;
    padding: 2px 9px;
    border-radius: 5px;
    width: 100%;
}


    .fil-btn1.filter-btn .btnnew.d-flex.align-items-center {
        justify-content: space-between;
    }

    .fil-btn1.filter-btn h4 {
        font-size: 15px;
        margin-bottom:0px;
    }
.cmn-filter {
    margin-top: 20px;
}


.filter-list-sub1 {
    height: 200px;
    overflow: auto;
    margin-top: 10px;
}


.bunlde-textsec, .bunlde-textsec h3, .bunlde-textsec li, .bunlde-textsec p {
    color: #000000;
}
    .bunlde-textsec .price h3 {
        font-family: inter, sans-serif;
        font-size: 14px;
    }
    .bunlde-textsec .price {
        position: static;
        padding: 0px;
    }
.bunlde-textsec .price h3 span.yar {
    font-size:12px;
    text-decoration:unset;
    color:#000;
}
.inner-banner.course-banner {
    background-color: #252122!important;
    background-image:unset!important;
}
.page-content.course-sec.course-detail-sec {
    background: #eddfd2;
}
.course-detail-left .card {
    background-color: #ffffff;
}
.course-detail-left .subs-title, .course-sec .course-detail-left p, .course-sec .course-detail-left span, .course-sec .course-detail-left li {
    color: #000;
}
.overview-sec h4, .overview-sec h3, .overview-sec h5, .overview-sec h6, .overview-sec h2 {
    color: #000000;
}
.content-sec .content-liststop span, .course-card .cou-title a, .course-card .cou-title > a:after {
    color: #000;
}
.bg-new, .course-card .cou-title a {
    background: #eddfd2;
}

/*------------------ new-style ends here ----------------------*/
/*----------------------- mobile-responsive starts here ----------------------*/
@media only screen and (min-width:320px) and (max-width:767px) {
    h1{
        font-size:32px;
    }
    h2{
        font-size:28px;
    }
    h3{
        font-size:22px;
    }
    h4{
        font-size:20px;
    }

    .custom-account-icon {
        color: #ffffff !important;
    }
    .girl-slide-img{
        margin-top:20px;
    }
    .home-slide {
        background: linear-gradient(160deg, #000000 35%, #FFC107 100%);
    }
    .home-slide-text {
        line-height: 30px;
    }
    .home-slide{
        min-height:unset;
        padding:30px 0px 30px;
    }
    .home-slide-face {
        padding-top: 0px;
    }
    .how-works {
        margin-bottom: 20px;
    }
    .pl-50 {
        padding-left: 0px;
    }
    .desk-view{
        display:none;
    }
    .mob-view {
        display: block;
    }
    .mmt-20{
        margin-top:20px;
    }
    .ptb-50 {
        padding: 30px 0px;
    }
    .career-group {
        margin: 0px 0;
    }
    .testimonial-section-five .slick-prev{
        left:0px;
    }
    .testimonial-section-five .slick-next {
         right: 0px; 
    }
    .how-works p{
        min-height:unset;
    }
    .newsec-inner {
        padding: 20px 20px;
    }
        .newsec-inner::before{
            height:unset;
        }
    .docimg {
        margin-bottom: 20px;
    }
    .testimonial-content-five {
        position: relative;
    /*    background: #ffffff;*/
        border-radius: 10px;
        left: 0px;
        padding: 20px;
        max-width: 757px;
        height: auto;
        width: 100%;
        z-index: 2;
    }
    .testimonial-section-five .slick-prev:before, .testimonial-section-five .slick-next:before {
        font-size: 10px;
    }
    .testimonial-image img {
        display: none;
    }

    .testimonial-section-five .slick-prev {
        left: -10px;
        top: 100px;
    }

    .testimonial-section-five .slick-next {
        right: -10px;
        top: 100px;
    }
    .testimonial-section-five .slick-prev, .testimonial-section-five .slick-next {
        width: 25px;
        height: 25px;
    }
    .playvideo {
        left: 10px;
        top: 0px;
    }
    .sharepopup ul li {
        margin-right: 4px;
    }
    .hmb-30 {
        margin-bottom: 20px;
    }
    .checkbox-result h4 {
        font-size: 28px;
    }
    .cart-right-sec {
        margin-top: 20px;
        padding: 25px;
    }
    .container1{
        margin-bottom:20px;
    }
    .footer-title {
        margin-bottom: 16px;
    }
    .sidebar-sec.course-detail-right {
        padding-left: 0px;
    }
    .subs-title{
        font-size:22px;
    }
    .cntct-form {
        padding-left: 0px;
        margin-top:20px;
    }
    .support-wrap h5 {
        margin-bottom: 15px;
    }
    .bg-2{
        background:unset!important;
        background-color:#000!important;
    }
  .cart-icon.cart-mob-icon img {
        width: 26px;
    }
    .cart-icon.cart-mob-icon {
        display: block !important;
    }

   .cart-icon.cart-mob-icon {
        /* margin-top: 9px; */
        top: 14px;
        position: relative;
        margin-right: 25px;
    }
    .cart-icon.cart-mob-icon sup {
        top: -40px;
        color: #ecb306;
        right: -20px;
    }
    .slider-carousel{
        position:relative;
        top:30px;
        padding-bottom:30px;
    }
    .home-slide::after{
        display:none;
    }
    .slider-carousel .owl-theme .owl-dots {
        display:none;
    }
    .product-content h3{
        min-height:unset;
        margin-bottom:10px!important;
    }
    .product.trend-product{
        padding:0px;
    }
    .course-box.trend-box.popular-course .product-content h3 {
        margin-bottom: 0px !important;
    }
    .testi-img-box img {
        height: auto;
        margin-bottom: 15px;
    }
    .testi-inner {
        display: block;
    }
    .testi-img-box {
        margin-right: 0;
        width: 100%;
    }
    .text-text-box{
        width:100%;
    }
    .home-slide-inner{
        position:relative!important;
        left:0px!important;
    }
    .testimonial-section-five .testi-video {
        margin-bottom: 20px;
    }
    .testi-video img, .screenshot-img img {
        height: unset;
    }
    .search-mob {
        display: block;
        margin-right:15px;
    }
    .search-desk {
        display: none;
    }
    .overlay.new-search .closebtn {
        top: -10px;
        right: 15px;
        font-size: 45px;
    }

    .new-search .overlay-content {
        top: 10%;
        width: 75%;
    }
    .price1.mob-view {
        position: unset;
    }
    .bunlde-textsec h3 {
        font-size: 17px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .section-header.mb-40 {
        margin-bottom: 0px;
    }
    .section-header .section-sub-head {
        margin-bottom: 30px;
    }
    .trending-course {
        background: 0 0;
        margin-top: 00px;
    }
    .instructors-course {
        margin-top: 0px;
    }
    .fil-btn1.filter-btn .clear-filter {
        margin-bottom: 0px;
    }
    .course-content-list .col-lg-3.col-sm-6.col-6 {
        padding: 0px 1px;
    }
    .course-box{
        margin-bottom:5px;
    }
}
/*----------------------- mobile-responsive ends here ----------------------*/
@media only screen and (min-width:768px) and (max-width:991px) {
      .cart-icon.cart-mob-icon img {
        width: 26px;
    }
    .course-box.trend-box .popular-course .product-img img, .product.trend-product .product-img img {
        height: 180px;
    }

    .course-box.trend-box .popular-course .tags img, .product.trend-product .tags img {
        height: unset;
    }

    .course-box.trend-box .popular-course .tag img, .product.trend-product .tag img {
        height: unset;
    }
    .cart-icon.cart-mob-icon {
        position: relative;
        margin-right: 25px;
        /* margin-left: auto;*/
    }
    .cart-icon.cart-mob-icon {
        display: block !important;
    }
    .slider-carousel {
        position: relative;
        top: 30px;
    }
   /* .home-slide::after{
        display:none;
    }*/
    .home-slide{
        padding:0px 0px 30px;
    }
    .home-slide-inner {
        left: 10px;
    }
    .slider-carousel .owl-theme .owl-dots {
        display: none;
    }
    /*.home-slide-text p{
        padding-right:0px;
    }*/
    .home-slide-face{
        padding-top:30px;
    }
    .product-content h3{
        min-height:40px;
    }
    .testimonials-main .category-tab .nav {
        justify-content: center;
    }
    .testimonials-main .category-tab ul li a {
        padding: 10px 25px;
        font-size: 16px;
    }
    .text-text-box {
        width: 78%;
        margin-left: 10px;
    }
    .testi-img-box {
       width: 20%;
    }
    .how-works{
        margin-bottom:20px;
    }
    .product.trend-product img {
        height: 170px;
    }
    .product-img img{
        height:180px;
    }
    .docimg img {
        width: 50%;
        margin-bottom: 20px;
    }
    .h2, h2 {
        font-size: 24px;
    }
    .newsec-inner::before{
        height:unset!important;
    }
    .newsec-inner{
        padding:20px;
    }
    .testi-newsec {
        margin-bottom: 20px;
    }
    .search-mob {
        margin-left: auto;
        display: block;
        margin-right: 25px;
    }
    .search-desk {
        display: none;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .testi-img-box {
      width: 20%;
    }
    .text-text-box {
        width: 80%;
    }
    .header-navbar-rht > li {
        padding-right: 15px;
    }
    .logo {
        width: 110px;
    }
    .nav.header-navbar-rht .cart-icon img {
        width: 30px;
    }
    .header-navbar-rht li a.header-sign {
        font-size: 10px;
    }

    .footer-para {
        width: 80% !important;
    }
}
@media only screen and (min-width:1200px) and (max-width:1300px) {
    .how-works p {
        min-height: 150px;
    }
    .newsec-inner::before {
        height: 440px;
    }
    .docimg img{
        width:100%;
    }
    .tophead {
        margin-bottom: 20px;
    }
    .home-slide {
        padding: 0px 0px 70px;
    }
    .header-navbar-rht li a.header-sign, .header-navbar-rht li a.header-login {
        min-width: unset;
        font-size: 15px;
    }

    .main-nav li a {
        font-size: 15px;
    }
    .home-slide-text h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .home-slide-text h1 span {
        font-size: 45px;
    }
    .home-slide-text p{
        margin-bottom:38px;
    }
    .product-content h3 {
        font-size: 18px;
        min-height: 50px;
    }
    .course-box.trend-box .popular-course .product-img img, .product.trend-product .product-img img {
        height: 180px;
    }
    .course-box.trend-box .popular-course .tags img, .product.trend-product .tags img {
        height: unset;
    }
    .course-box.trend-box .popular-course .tag img, .product.trend-product .tag img {
        height: unset;
    }
    .testi-img-box {
       width: 18%;
    }
    .text-text-box {
        width: 80%;
    }
    .mission-sec .box-1 p {
        min-height: 140px;
    }
    .our-team p {
        min-height: 130px;
    }
    .footer-para {
        width: 80%!important;
    }
}
@media only screen and (min-width:1300px) and (max-width:1400px) {
    .how-works p {
        min-height: 140px;
    }
    .footer-para {
        width: 80% !important;
    }
    .docimg img {
        width: 100%;
    }
    .tophead {
        margin-bottom: 20px;
    }
    .newsec-inner::before {
        height: 450px;
    }
    .header-navbar-rht li a.header-sign, .header-navbar-rht li a.header-login {
        min-width: unset;
        font-size: 15px;
    }

    .main-nav li a {
        font-size: 15px;
    }
    .home-slide-text p {
        padding-right: 50px;
        margin-bottom: 38px;
    }
    .home-slide-text h1 {
        margin-bottom: 30px;
    }
    .text-text-box {
        width: 80%;
    }
    .testi-img-box {
    width: 18%;
    }
    .mission-sec .box-1 p {
        min-height: 140px;
    }

    .our-team p {
        min-height: 130px;
    }
}
@media only screen and (min-width:1400px) and (max-width:1500px) {
    .home-slide-text p {
        padding-right: 50px;
    }
}
@media only screen and (min-width:1500px) and (max-width:1550px) {
    .home-slide-inner {
        left: 40px;
    }
}
@media only screen and (min-width:1550px) and (max-width:1600px) {
    .home-slide-inner {
        left: 55px;
    }
    
}
@media only screen and (min-width:1600px) and (max-width:1650px) {
    .home-slide-inner {
        left: 75px;
    }
}
@media only screen and (min-width:1650px) and (max-width:1700px) {
    .home-slide-inner {
        left: 90px;
    }
}
@media only screen and (min-width:1700px) and (max-width:1750px) {
    .home-slide-inner {
        left: 120px;
    }
}
@media only screen and (min-width:1800px) and (max-width:1850px) {
    .home-slide-inner {
        left: 150px;
    }
}
@media only screen and (min-width:1850px) and (max-width:1900px) {
    .home-slide-inner {
        left: 180px;
    }
}