/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
html, body, p, section, div, li, nav, span {
  font-family: 'Montserrat', sans-serif;
}*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');
html, body, p, section, div, li, nav, span {
  /*font-family: 'Inter', sans-serif;*/
}
body {
    background: #eeeeee;
    color: #000;
    overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
    width: 3px;
    background: #033244;
    border-radius: 10px;
        height: 2px;
}

 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e6b844; 
  border-radius: 10px;
}


.theme-header {
    background: #ffffff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 10px #6d6d615e;
}
.logo-brand img{
  height: 50px;
  /* position: relative; */
  /* top: -4px; */
  background: #fff;
  border-radius: 40px;
  padding: 0 10px;
}
.theme-header .nav-link {
    color: #0274ba;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.theme-header .nav-link:hover{
  color: #f6cd37;
}
.theme-header li{
  padding: 0 8px;
}
.btn-theme {
    border: 1px solid #6d6d61;
    color: #fff;
    padding: 8px 20px;
    background: #6d6d61;
}
.btn-theme:hover{
  background: #f6cd37;
  color: #fff;
}
.course-banner, .course-info-data {
    padding: 10px;
    /* padding-top: 120px; */
}
#header {
    margin-top: 75px;
}
.course-teacher-img {
    width: 100%;
    padding: 0px 40px;
    margin-top: 20px;
    max-height: 300px;
    object-fit:contain;
    /*border-right: 1px solid #ffffff24;*/
}
.course-banner-content {
    /*margin: 30px 0;*/
    /*border-left: 2px solid #ffffff24;*/
    padding: 6px 25px;
}
.course-banner-content h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
}
.course-name {
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    line-height: normal;
    margin: 30px 0;
}
.course-student span {
    background: #fff;
    color: #000;
    padding: 4px 14px;
    border-radius: 50px;
    margin: 0 8px;
}
.course-student img{
  width: 25px;
}
.course-student {
    margin: 20px 0;
}
.course-demo span {
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    margin-top: 20px;
    display: inline-block;
}
.course-demo img {
    box-shadow: 5px 5px 20px #000000ba;
    width: 25px;
    border-radius: 50%;
    margin-right: 8px;
}
.course-demo {
    margin-bottom: 22px;
}
.course-banner-btn {
    font-size: 16px;
    background: #1aaddf;
    font-weight: 700;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 10px;
    margin: 20px 0;
    border: 0;
}
.course-banner-btn:hover{
  background: transparent;
  color: #f6cd37 !important;
  border: 1px solid #f6cd37;
}
.course-info-tab {
  border: 0;
  margin-bottom: 12px;
}
.course-info-tab li a {
    /* background: transparent; */
    /* color: #fff; */
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px;
}
.course-info-tab li .active, .course-info-tab li a:hover {
    background-color: transparent !important;
    border: 0;
    border-bottom: 2px solid #000 !important;
    /* color: #fff !important; */
}
.course-demo-thumbnail img{
  width: 100%;
  border-radius: 10px;
  padding: 25px 0;
}
.course-info-data .tab-content .tab-pane {
    padding: 50px 0;
}
p.thumbnail-info span {
    font-size: 16px;
    max-height: 75px;
    overflow: hidden;
    display: block;
}
.thumbnail-info1 span{
    height: 100% !important;
}
.thumbnail-txt {
    background: #fbfcfc;
    border-radius: 10px;
    padding: 15px;
}
.thumbnail-txt h1 {
    font-size: 22px;
    font-weight: 700;
}
.thumbnail-txt ul li {
    list-style: none;
    line-height: 30px;
    width: 50%;
    float: left;
}
.thumbnail-txt ul {
    padding: 0;
}
.thumbnail-txt li img {
    width: 22px;
    margin-right: 6px;
}
.pull-right{
  float: right;
}
.course-data-row-info {
    text-align: center;
    padding: 40px 0;
}
.play-trailer {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    border: 2px solid #0476bc;
    padding: 8px 30px;
    margin: 0 10px;
    border-radius: 16px;
    text-decoration: none !important;
}
.course-data-row-info span {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 0 15px;
}
.play-trailer:hover {
    color: #fff;
    border-color: #fff;
}
.course-demo-thumbnail {
    background: url(../img/video-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 15px 0;
    margin-top: 10px;
}
/*================*/



.accordion .card {
  border: none;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 15px !important;
}
.accordion .card h2 {
  background: url(../img/arrow1.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 15px;
}
.accordion .card h2.collapsed {
  background-image: url(../img/arrow2.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
.video--title {
    /*font-size: 22px;
    font-weight: 700;*/
}
.video-div img {
    border-radius: 10px;
    margin-right: 0;
    width: 100%;
    height: 70px;
    filter: brightness(0.8);
    object-fit: contain;
}
.video-div {
    font-size: 24px;
    font-weight: 700;
}
.video-note {
    font-size: 14px;
    margin-right: 30%;
    margin-top: 20px;
    margin-bottom: 0;
}
.video-info img {
    width: 18px;
    margin-right: 4px;
    height: 100%;
    position: relative;
    top: 3px;
}
.video-info{
  display: flex;
}
.video-info span {
    display: block;
}
.video-info .play-name {
    font-size: 14px;
    color: #f5cd37;
    font-weight: 600;
    margin-right: 6px;
    cursor: pointer;
}
.video-info .play-time {
    color: rgb(158 158 158);
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: 2px;
}
.course-benifit-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 35px;
}
.course-benifit-title span{
  color: #f6cd37;
}
.course-benifits-section {
    margin: 40px 0;
}
.benifit-box img {
    width: 30px;
    object-fit: contain;
    height: 30px;
    position: relative;
    top: 5px;
}
.benifit-box .col-md-10, .benifit-box .col-md-2 {
    padding: 0;
}
.benifit-box .col-md-10 p{
  padding-right: 10px;
}
.benifit-box{
  margin: 10px 0;
}
.course-benifit-title .course-banner-btn {
    padding: 10px 100px;
}
.border-buttom{
  text-align: center;
}
.border-buttom span {
    height: 1px;
    width: 70%;
    display: block;
    background: #6fc18f;
    margin: auto;
    margin-top: 15px;
}
.border-buttom {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
}

/*review slider*/

#testimonial-slider{
    padding: 50px 20px 35px 20px;
    color: #fff;
}
.testimonial{
  margin-right: 60px;
}
.testimonial .description{
    font-size: 16px;
    text-align: center;
}
.testimonial > p{
  font-size: 16px;
  text-align:center;
}

.testimonial .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
    text-align: center;
}
.testimonial .title span{
  font-weight: normal;
}

#testimonial-slider .owl-dots{
    position: absolute;
    top: -10px;
    left: auto;
    transform: inherit;
    display: block;
}
#testimonial-slider .owl-dots .owl-dot span{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #6fc18f;
    /*background: url(../img/user1.png) no-repeat;*/
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    display: none;
}
#testimonial-slider .owl-item, #testimonial-slider .owl-dots .owl-dot{
    display: none;
}
#testimonial-slider .owl-dots .owl-dot span:after {
    content: "";
    position: absolute;
    width: 65px;
    height: 55px;
    background: transparent;
    display: block;
    border-bottom: 2px solid #6fc18f;
    margin-left: 6px;
    margin-top: 20px;
}
#testimonial-slider .owl-dots .owl-dot.active span:after{
  border-bottom: 2px solid #f6cd37;
    height: 70px;
    margin-left: 12px;
}
#testimonial-slider .owl-dots .owl-dot{
  margin: 0 4px;
}

/*#testimonial-slider .owl-controls .owl-page:nth-child(2) span{
    background: url("../img/user2.png") no-repeat;
    background-size: cover;
}
#testimonial-slider .owl-controls .owl-page:nth-child(3) span{
    background: url("../img/user3.png") no-repeat;
    background-size: cover;
}
#testimonial-slider .owl-controls .owl-page:nth-child(4) span{
    background: url("../img/user4.png") no-repeat;
    background-size: cover;
}*/
#testimonial-slider .owl-dots.clickable .owl-dot:hover span{
    opacity: 0.5;
}
#testimonial-slider .owl-dots .owl-dot.active span,
#testimonial-slider .owl-dots .owl-dot.active:hover span{
  width: 80px;
    height: 80px;
  border: 2px solid #f6cd37;
}

.review-star {
    float: right;
    text-align:right;
}
.review-star img {
    width: 200px;
}
.review-star-point {
    color: rgba(192, 192, 192, 255);
    font-size: 20px;
    display: inline-block;
    padding: 0 10px;
}
.review-star-txt {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 6px;
}
.review-star .border-buttom span{
  margin-top: 4px;
}
#testimonial-slider .owl-stage-outer .testimonial{
  margin: 0 20px;
    margin-top: 26px;
    background: #fcfcfc;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px #ddd;
}
#testimonial-slider .owl-stage-outer {
    width: 100%;
}
/* ====================== accordian ================== */

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  /*font-size: 1.15rem;
  font-weight: 600;*/
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  text-decoration: none;
}



.accordion a::after {
  position: absolute;
  float: right;
  right: 0;
  background: url(../img/arrow1.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  padding: 13px 20px;
  content: "";
  text-align: center;
  filter: brightness(0.5);
}

.accordion a.active::after {
  background-image: url(../img/arrow2.png);
}

.accordion .content {
  display: none;
  padding: 1rem;
  overflow: hidden;
  border-top: 1px dashed #ddd;
}

.dlp-scrolled_header {
    position: fixed;
    top: 73px;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #f8f8f8;
    box-shadow: 0 0 10px #ddd;
}
#footer{
  background: url(../img/footer.png);
  position: relative;
  z-index: 999;
}
.footer_box {
    background: #1aaddf;
    padding: 100px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.footer-title{
  margin-bottom: 50px;
}
.footer-btn {
    background: linear-gradient(to top, #eab544, #ecdb4b);
    font-size: 22px;
    font-weight: 800;
    color: #37b6f1;
    border-radius: 10px;
    box-shadow: 0 0 20px #37b6f1;
}
.sub-footer {
    background: #0274ba;
    color: #fff;
    position: relative;
    z-index: 999;
}
.theme-footer {
    padding: 20px 0 35px;
}
.theme-footer a{
  color: #fff;
  font-weight: 500;
}
.theme-footer a:hover, .footer-social a img:hover{
  opacity: 0.8;
}
.theme-footer li {
    padding: 0 15px;
}
.copyright {
    margin: 0;
    color: #fff;
    padding: 25px 0;
}
.copyright a{
  color: #fff;
  font-weight: 600;
}
.footer-social a img {
    height: 25px;
    margin: 0 10px;
    background: #fff;
    padding: 3px;
    border-radius: 6px;
}
.tag-line {
    margin-bottom: 30px;
    padding-top: 6px;
    font-size: 20px;
    font-weight: 500;
}

/*=============Price Box=============*/

 .sidebar-container--purchase-section--17KRp {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #afafaf;
}
.discount-expiration--discount-expiration--2cPY2 img{
  width: 100%;
  border-radius: 5px;
}
.udlite-block-list-item img {
    width: 25px;
}
.unstyled-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.unstyled-list li div{
    display: flex;
}
.udlite-sr-only{
    display: none;
}
.price-text--container--Ws-fP {
    display: flex;
    line-height: 28px;
    width: 100%;
    justify-content: center;
    margin: 20px 0;
}
.price-text--price-part--Tu6MH.udlite-clp-discount-price.udlite-heading-xxl span {
    font-size: 30px;
    font-weight: 600;
    margin-right: 9px;
}
.course-old-price-text span {
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px;
    text-decoration: line-through;
}
.add-to-cart {
    display: inline-block;
    width: 100%;
    border: 0;
    /* padding: 5px 10px; */
    background: #000;
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 100 !important;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
}
.styles--btn--express-checkout--28jN4{
  display: inline-block;
  width: 49%;
  border: 2px solid #f5cc37;
  color: #f5cc37;
  padding: 2px 7px;
  background: transparent;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 700 !important;
}
.udlite-btn.udlite-btn-medium.udlite-btn-ghost.udlite-heading-sm{
  border: 0;
  background: transparent;
  color: orange;
}
.mbri {
    margin-right: 10px;
    position: relative;
    top: 4px;
    font-weight: 600;
}
.udlite-heading-md {
    font-size: 20px;
    font-weight: 100;
}
.udlite-block-list li {
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 6px;
}
.money-back-guarantee--money-back-guarantee--16UWd {
    text-align: center;
    font-size: 14px;
    margin: 10px;
}
.price-text--price-part--Tu6MH.udlite-clp-percent-discount.udlite-text-sm{
    font-weight: 600;
    font-size: 18px;
}
.dlp-scrolled_header-price-box {
   /* position: fixed;
    top: 75px;
    width: 350px;
    z-index: 2;
    margin-top: 0 !important;*/
}

/*==================== create post ==============*/

.create-tab-for-post-type-icon h4 {
    font-size: 13px;
    margin-top: 3px;
    white-space: nowrap;
}
.feed-key .author-thumb {
    float: left;
    padding-right: 10px;
}
.TextBoxCls label {
    float: left;
    border: 1px solid;
    padding: 2px 7px;
    margin: 4px 0;
    border-radius: 4px;
}
.add-options-message .options-message {
    color: #c2c5d9;
    fill: #c2c5d9;
    position: relative;
    display: inline-block;
    cursor: pointer;
    /* vertical-align: middle; */
}
.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.add-options-message .options-message i {
    font-size: 20px;
    border: 1px solid #0274ba;
    padding: 7px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #0274ba;
}
.write-box-your {
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 11px 7px 1px 7px;
    display: flex;
}
.write-box-your .author-thumb {
    margin-right: 15px;
    padding: 0 !important;
}
.write-line {
    border: 2px solid #ddd!important;
    border-radius: 50px;
    padding: 12px;
    flex-grow: 1;
    font-size: 15px;
    height: 50px;
    color: #fff;
}
.write-line i {
    position: relative;
    top: -5px;
    right: -10px;
}
.write-box-your .comment_box img {
    width: 20px;
    float: right;
}
#file-upload121 {
    display: none;
}
input[type=file] {
    display: none;
}
ul#configuration_sidebar_content li {
    width: 20%;
    position: relative;
}
.post-nav-link .nav-item .nav-link {
    border: 1px solid #e2e2e2;
     margin: 0; 
    padding: 15px 0px !important;
}
.post-nav-link .nav-item .nav-link.active {
    background: #1aaddf;;
}
.post-nav-link .nav-item .nav-link.active h4{
  color: #fff;
}
.form-control, input {
    color: #515365;
    line-height: inherit;
    font-size: .875rem;
}
.form-group textarea {
    resize: none;
}
.add-options-message {
    padding: 20px 25px;
    float: left;
    width: 100%;
}
.bgTheme {
    background: #1aaddf !important;
    border-radius: 30px;
    color: rgb(255, 255, 255) !important;
    appearance: none !important;
}
.last-para {
    padding: 5px;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
    background-color: rgb(234, 234, 234);
}
.post-nav-link {
    width: 100%;
}
.icon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888da8;
    fill: #888da8;
}
.social-icon-ibt {
    float: left;
    width: 100%;
}
.TextBoxCls input {
    width: 80%;
}
.TextBoxCls {
    margin: 10px 0px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.dv-add-more {
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid;
    border-radius: 60px;
    color: #888;
}
.dv-add-more span {
    font-size: 18px;
}
.dv-answ {
    padding: 10px 0px;
    font-size: 16px;
    color: rgb(58, 57, 57);
    float: left;
}
.dv-answ span {
    border: 1px solid rgb(126, 138, 148);
    border-radius: 50%;
    padding: 5px 10px;
    margin-right: 10px;
}
.create-your-post-options {
    width: 725px;
}

.author-date a {
    font-size: 18px;
}
.text-primary {
    color: #e9b944!important;
}
video{
  width: 100%;
  border-radius: 10px;
}
.key-note.pl-3 li {
    font-size: 13px;
}
#TextBoxesGroup input {
    border: 0;
    padding: 10px;
}
/*div#dtp-tab-sroll-price-box {
    margin-top: 118px;
}*/
.accordion-item {
    border: none;
    margin-bottom: 15px !important;
    background: #fcfcfc;
    padding: 0px 14px;
    border-radius: 20px !important;
    box-shadow: 0 0 2px #ddd;
}
.course-sec-title{
  font-size: 16px;
    /* font-weight: 600; */
    margin-bottom: 4px;
    color: #000;
}
.video-play-info {
    border-bottom: 1px solid #0274ba;
    padding: 12px 0;
}
.video-play-info:last-child{
  border: 0;
}
.udlite-heading-md a{
  color: #e4be33;
}
.faq-main-section-title {
    font-size: 30px;
    /*font-weight: 900;*/
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}
.faq-main-section-title span{
  color: #1aaddf;
}
.c-Divider {
    width: 40px;
    height: 8px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #1aaddf;
    margin-top: 10px;
}
.udlite-block-list img {
    width: 20px;
    filter: hue-rotate(45deg);
    margin-right: 6px;
}
.see-more-ques, .see-less-ques{
  border-radius: 12px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    background: #1aaddf;
    color: #fff;
    border: 2px solid #fff;
    display: table;
    margin: 25px auto;
    text-align: center;
    cursor: pointer;
}
.see-less-ques{
    display: none;
}
.lock_video{
  
position: absolute;
  
left: 50px;
  
top: 20px;
  
font-weight: 600;
  
color: #fff;
  
font-size: 25px;
}
.post-cmt-box {
  border-radius: 0px;
    margin-bottom: 0;
    padding: 0;
    border-top: 1px solid #dddddd85;
    padding-top: 15px;
    margin-top: 10px;
}
.post-cmt-box .write-line {
    border: 2px solid #ddd!important;
    border-radius: 50px;
    padding: 6px 12px;
    flex-grow: 1;
    font-size: 15px;
    height: auto;
    color: #a3a3a3;
}

.payment-fail {
        text-align: center;
        padding: 40px 0;
        background: #1aaddf;;
      }
        .payment-fail h1 {
          color: #f44336;
          font-weight: 900;
          font-size: 40px;
          margin-bottom: 10px;
        }
        .payment-fail p {
          color: #ffffff;
          font-size:20px;
          margin: 0;
        }
      .payment-fail i {
        color: #ffffff;
        font-size: 100px;
        line-height: 200px;
        margin-left: 0px;
        background: #ff000000;
        font-weight: 900;
      }
      .payment-fail .card {
        background: #ffffff7a;
        padding: 60px;
        border-radius: 4px;
        box-shadow: 0 2px 3px #566e78;
        display: inline-block;
        margin: 0 auto;
      }
      .payment-fail .btn.btn-fail {
    display: inline-block;
    background: #ff9800;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #69828c;
}
.payment-fail small {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
}

.payment-success {
        text-align: center;
        padding: 40px 0;
        background: #1aaddf;;
        /*font-family: "Nunito Sans", "Helvetica Neue", sans-serif;*/
      }
        .payment-success h1 {
          color: #92ef06;
          font-weight: 900;
          font-size: 40px;
          margin-bottom: 10px;
        }
        .payment-success p {
          color: #ffffff;
          font-size:20px;
          margin: 0;
        }
      .payment-success i {
        color: #92ef06;
        font-size: 100px;
        line-height: 200px;
        margin-left:-15px;
      }
      .payment-success .card {
        background: #ffffff7a;
        padding: 60px;
        border-radius: 4px;
        box-shadow: 0 2px 3px #566e78;
        display: inline-block;
        margin: 0 auto;
      }
      .payment-success .btn.btn-success {
    display: inline-block;
    background: #ff9800;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #69828c;
}
.payment-success small {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
}
.short_description{
    display: none;
}
.thumbnail-info a {
    color: #f3cb36;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.thumbnail-txt button {
    margin: 18px auto 0;
    display: table;
    padding: 8px 30px;
}
/*.faq_q_a_box {
    max-height: 230px;
    overflow: hidden;
}
.faq_q_a_box1{
    height: auto !important;
    overflow: visible;
}*/
.NOTESpdf-info .video-div img {
    object-fit: contain;
    padding: 4px 0;
}
.NOTESpdf-info {
    border-bottom: 1px solid #0274ba;
    padding: 12px 0;
}
.attempt-now {
    position: absolute;
    right: 30px;
    background: linear-gradient(
270deg, #37b6f1 0%, #0274ba 100%);
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px #b8b8b8;
    cursor: pointer;
    border: 0;
    margin-top: -20px;
    color: #fff !important;
}
.attempt-now:hover{
    border: 1px solid #f5cc37;
    color: #f5cc37;
    background: transparent;
}
.resources button {
    margin: 0 10px;
    border: 0;
    display: flex;
    background: #fff0;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    border: 1px solid;
    border-radius: 5px;
}
.resources .dropdown-toggle::after {
    margin-top: 10px;
    outline: none;
}
.resources ul li a{
    color: #eac546;
    padding: 4px;
    margin: 0;
    font-size: 13px;
}
.resources ul li a:after{
    display: none;
}
.resources ul{
    background: #1aaddf;;
    border-radius: 0px;
    margin: 0;
    padding: 0;
}
.resources ul li{
    border-bottom: 1px solid #396272;
}
.resources ul li:last-child{
    border-bottom: 0;
}

a.apply-coupon {
    display: block;
    text-align: center;
    color: #747468;
    font-weight: 500;
    font-size: 15px;
}
.apply-coupon-input {
    width: 100%;
    border: 0;
    padding: 6px;
    background: #eeeeee;
    color: #000;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
}
.apply-coupon-input-box {
    display: flex;
    margin-bottom:15px;
}
a.apply-coupon-btn {
    background: #18191a;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fcfcfc;
    border-radius: 0px 6px 6px 0px;
    outline: none;
}
ul.unstyled-list.udlite-block-list {
    /*max-height: 120px;
    overflow: auto;*/
}
/*course detail page*/
.video {
        width: 100%;
        height: auto;
    }
    #free_video_Modal .modal-body {
        padding: 0;
        margin: 0;
    }
    #free_video_Modal .modal-dialog {
        min-width: 60%;
    }
    #free_video_Modal .modal-content{
        background: #00000094;
        border: 0;
        padding: 0 0px;
    }
    #free_video_Modal .close {
        color: #fff;
        text-shadow: none;
        opacity: 1;
        border: 1px solid #fff !important;
        padding: 0 !important;
        border-radius: 50%;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1;
    }
    .video-play-info {
        border-bottom: 1px solid #b8b8b86e;
        padding: 12px 15px;
    }
    .display-flex1 {
    display: flex;
    align-items: center;
}
.off-price {
    float: right;
    font-size: 18px;
    color: #f5cc37;
}
div#apply-coupon-add-price {
    color: #000;
}
.redeem {
    text-align: right;
    width: 100%;
}
.coin-count {
    margin-top: 10px;
}
.buy-image img, .coin-count, .redeem {
    width: 100%;
}
.coin-count p {
    color: #f4cb37;
    margin-bottom: 0;
}
.have-a-coupon p {
    margin-bottom: 10px;
}


.review{
        display: inline-block;
    }
 .rating {
  font-size:1.2rem;
  line-height: 1.2rem;
  display: inline-block;
}

.rating .icofont-star {
  osition: relative;
    float: left;
    width: 42px;
    height: 16px;
    /* font-family: FontAwesome; */
    font-weight: normal;
    font-style: normal;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
    border: 0;
    background: transparent;
    font-size: 40px;
    position: relative;
    top: -12px;
}

.rating .icofont-star:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  /*content:"\f006";*/
  color:#ffc800;
}

.rating--read-only .star--full:before {
  /*content:"\f005";*/
  color:#ecc535;
}

.rating--read-only .star--half:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  content:"\f089";
  color:#ecc535;
  font-weight: 600;
}
.star--full {
    font-weight: 600 !important;
}
.logo-footer-brand img {
    width: 180px;
    background: #fff;
    border-radius: 40px;
    padding: 4px 10px;
}
.live-video-sign{
    width: 40px;
    border: 2px solid red;
    background: white;
    border-radius: 3px;
    margin-left: 10px;
    float: right;
}
.modal-content {
    background: #fff;
    color: #000;
}
.pdf-link1:after {
display: none;
}
.all_post_banner {
    position: fixed;
    top: 70px;
    z-index: 9;
    width: 46.3%;
    background: #0578bd;
    padding: 6px 20px;
}
 .phone_link .icon, .email_link .icon {
        color: #fff;
        font-size: 20px;
        background: #6d6d61;
        border-radius: 30px;
        min-width: 35px;
        height: 35px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        box-shadow: 0 0 5px #004e7d;
        margin-left: -1px;
        padding: 0 5px;
        font-weight: 300;
    }
    .phone_link, .email_link {
        color: #ffffff;
        text-transform: lowercaset;
    }
    .phone_link .icon-text, .email_link .icon-text {
        position: relative;
        top: -3px;
    }
    .course-demo-thumbnail video {
    /*height: 250px;*/
    object-fit: contain;
}
.discount-expiration--discount-expiration--2cPY2 img {
    max-height: 250px;
    /*object-fit: contain;*/
}
.phone_link .icon img {
    position: relative;
    top: -2px;
}
@media(max-width: 500px) {

    .dlp-scrolled_header-price-box {
    position: static;
    width: 100%;
    margin-bottom: 25px;
}
}
.pdf--no--arrow::after{
    display: none;
}
a.pdf--no--arrow.color-theme.small-font {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #eab644;
    text-decoration: underline;
}


/*================my batch ===================*/
.batch-detail span {
    color: #0274ba;
    font-size: 18px;
    font-weight: 600;
}
.batch-detail label {
    color: #000;
    display: block;
    font-size: 14px;
    padding-right: 10px;
}
.batch-detail {
    background: #6d6d612e;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ffffff24;
    margin-bottom: 20px;
}
.batch-detail1 .books_box_info{
    margin: 20px 0;
}
.batch-detail1 label {
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-align: center;
    display: block;
    font-weight: 800;
}
.batch-detail1 {
    margin: 20px 0;
}
.login-btn {
    font-size: 13px;
    /* padding: 4px 16px; */
}

.page-title h1 {
    background: linear-gradient(to top, #eab644, #ecda4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin: 32px;
    text-transform: uppercase;
}
.page-title h1:after {
    content: "";
    width: 60px;
    height: 6px;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    left: 46%;
    top: 7.5%;
}
.page-body .p1 {
    font-style: italic;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.page-body .p2 {
    font-style: italic;
    text-align: center;
    font-weight: 500;
    color: #eaba45;
    font-size: 17px;
}
.page-body h2 {
    font-size: 20px;
    text-decoration: underline;
    background: linear-gradient(to top, #eab644, #ecda4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.page-body p, .page-body ul li {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
}
.about-page-form {
    background: #00000040;
    padding: 10px 20px;
    margin: 15px 0;
    border-radius: 10px;
    position: fixed;
    width: 25.7%;
}
/*==========================*/

@media(max-width: 500px){
    .course-content-list {
    display: none;
    margin-top: 22px;
}
    
    .section_content_info h1{
        text-align: center;
    white-space: nowrap;
    }
    #selfnotes-student, .course-left-time {
    float: left;
    width: 40%;
}
.section_content_info h1{
    clear: both;
}
    .page-title h1:after{
        left: 43%;
    top: 5%;
    }
    .section_content_info{
        top: 45px !important;
    border-top: 1px solid #fff;
    }
    .phone_link, .email_link {
        margin: 10px 0;
        padding-right: 20px !important;
    }
    .about-page-form{
        position: static;
        width: 100%;
    }
    .navbar-toggler-icon i {
    color: #e6be62;
    border: 2px solid;
    padding: 6px;
    border-radius: 4px;
}
.theme-header {
    padding: 3px 10px !important;
    margin: 0;
}
.theme-header .navbar-nav {
    margin: 20px 0;
}
.theme-header .navbar-toggler {
    position: fixed;
    right: 0;
    top: 0;
}
.login-btn {
    padding: 5px 16px;
    margin-right: 47px;
}
.dropdown.my_profile_menu {
    position: relative;
    right: 40px;
}
}
/*========================*/
.mb-50{
    margin-bottom: 50px;
}
.about-page-form-btn {
    color: #fff;
    background: #1aaddf;
    padding: 8px 30px;
    border-radius: 20px;
    margin: 18px auto;
    display: table;
    margin-bottom: 0;
    font-weight: 700;
}
.form-subtitle-aboutus-page{
    font-size: 20px;
    text-align: center;
    color: #0679be;
}
.batch-box{
    background: #043448;
    padding: 20px;
    margin-top: 15px;
}
#pills-tab {
    overflow: auto;
    flex-wrap: nowrap;
}
#pills-tab .list-inline-item {
    white-space: nowrap;
}
.student-port-coursebox-img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: auto;
    display: table;
}
.course-progress-info #dropdownMenu3 {
    /*position: absolute;*/
    /* top: -11px; */
    /*right: 0;*/
    padding: 2px 8px !important;
    white-space: nowrap;
}
/*.course-progress-info #dropdownMenu3 span {
    position: relative;
    top: -4px;
}*/
.dropdown-menu.dropdown-menu-end.p-4.rounded-3.border-0.shadow-lg.show {
    width: 250px;
}
.batch-title a span {
    background: linear-gradient(to top, #eab644, #ecda4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-top: 7px;
    display: inline-block;
}
.batch-title a{
    color: #fff;
}
.assign-things p {
    margin-bottom: 4px;
}
.batch-code a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

/*============== service page css ==============*/

.section-services {
    padding-top: 110px;
    padding-bottom: 120px;
}

.section-services .header-section {
    margin-bottom: 35px;
}

.section-services .header-section .title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.section-services .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background: linear-gradient(to top, #eab644, #ecda4b);
}

.section-services .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background: linear-gradient(to top, #eab644, #ecda4b);
}

.section-services .header-section .title span {
    background: linear-gradient(to top, #eab644, #ecda4b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-services .header-section .description {
    color: #c1c1c1;
}

.section-services .single-service {
    margin-top: 40px;
    background-color: #042e3e;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.section-services .single-service .part-1 {
    padding: 40px 40px 25px;
    border-bottom: 2px solid #032633;
}

.section-services .single-service .part-1 i {
    margin-bottom: 25px;
    font-size: 50px;
    color: #ebb845;
}

.section-services .single-service .part-1 .title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.8em;
}

.section-services .single-service .part-2 {
    padding: 30px 40px 40px;
}

.section-services .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #b7b7b7;
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify;
}

.section-services .single-service .part-2 a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.section-services .single-service .part-2 a i {
    margin-right: 10px;
    color: #eabb45;
}
.pt-50{
    padding-top: 50px !important;
}
.navbar-brand{
        margin-right: 0;
}
.course-progress-info {
    margin-bottom: 20px;
    border-bottom: 1px solid #9e9e9e54;
}


#mobile-verification .modal-dialog, #alert-popup11 .modal-dialog {
    margin-top: 100px;
}
.modal-backdrop {
    z-index: 0;
}
.modal {
    background: #000000bf;
}
#mobile-verification input, #alert-popup11 input {
    color: #000;
}
#mobile-verification .row, #alert-popup11 .row {
    margin: 0;
}
.p-30{
    padding: 30px !important;
}
a.SignUpnow {
    background: linear-gradient(45deg, #ecda4b, #eab644);
    display: table;
    margin: auto;
    text-align: center;
    padding: 10px 40px;
    border-radius: 30px;
    color: #043c52;
    font-size: 20px;
    font-weight: 700;
}
.mb-30{
    margin-bottom: 30px;
}
.comment-item {
    color: #0274ba;
}
.all_post_banner a{
    color: #fff;
}

.video-info p {
    padding: 0 16px;
    font-size: 15px;
    color: #ddd;
}
.course-banner {
    padding: 175px 0;
    background: #050706;
    border-radius: 0;
    box-shadow: none;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
}
.accordion .card{
    box-shadow: 0px 30px 30px rgb(213 213 213 / 50%) !important;
}
button.close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    padding: 0;
    margin: 0;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 0px;
    border-radius: 50%;
}
.course-data-row-info img{
    width: 50px;
}
/*.thumbnail-info span {
    max-height: 117px;
    overflow: hidden;
    display: block;
}*/
.thumbnail-info1 span {
    max-height: 400px !important;
    overflow: auto !important;
}
footer {
    position: relative;
    z-index: 9;
    /*background: #1b335f;*/
}
#configuration_sidebar_content {
    justify-content: center;
}

@media (max-width: 600px){
    .header-wrapper {
    padding: 3px 0;
}
    #testimonial-slider {
        padding: 0;
    }
    .rating .icofont-star{
        width: 24px;
    height: 2px;
    font-size: 24px;
    }
    .review-star-txt{
        font-size: 15px;
    }
   #testimonial-slider .owl-dots .owl-dot.active span, #testimonial-slider .owl-dots .owl-dot.active:hover span {
    width: 40px;
    height: 40px;
    margin: 0;
}
    #testimonial-slider .owl-dots .owl-dot span {
        width: 25px;
        height: 25px;
        margin: 0;
    }
    #testimonial-slider .owl-dots .owl-dot span:after{
        width: 36px;
    height: 36px;
    border: 0 !important;
    }
    #testimonial-slider .owl-dots .owl-dot.active span:after{
        height: 52px;
    }
    #testimonial-slider .owl-dots{
        top: 30px;
    }
    .course-benifit-title .course-banner-btn {
    float: none !important;
}
.course-benifit-title {
    font-size: 31px;
    margin-bottom: 0;
}
    .course-teacher-img {
    width: 100%;
    padding: 0;
    margin-top: 0;
    height: 100%;
}
.play-trailer {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 6px;
    margin: 0;
}
.course-data-row-info {
    text-align: center;
    padding: 40px 0 0;
    display: flex;
}
.course-data-row-info span {
    font-size: 15px;
    margin: 0 8px;
    padding: 7px 0px;
    color: #000;
}
.course-data-row-info img {
    width: 30px;
    display: block;
    margin: auto;
    margin-bottom: 4px;
}
}


.feed-card-btn{
    position: relative;
    top: -7px;
    left: 10px;
}
.all_post_banner .feed-card-btn{
top: 0;
}
.course_text_list{
    width: 100%;
}
.course_text_list th {
    font-size: 16px;
    padding: 0px 0px 0px 30px;
    color: #5a5a5a;
}
.course_text_list td {
    font-size: 17px;
    padding: 5px 10px;
    color: #5a5a5a;
}
.faq_q_a_box .content p {
    font-size: 14px;
    line-height: 24px;
}

.desktop-hide{
  display: none;
}
.mobile-hide{
    display: block;
  }
  

@media(max-width: 1000px){
  .mobile-hide{
    display: none;
  }
  .desktop-hide{
    display: block;
}
.main-content .middle-sidebar-bottom {
    padding: 12px 15px 0 !important;
}
.course-item .course-inner {
    padding: 10px 0px;
    }
    .course-thumb img {
    height: auto;
  }
}
.video_containers iframe{
    height: 100vh;
}
#free_video_Modal .modal-dialog {
  min-width:100%;
  max-width:100%;
  margin-top:0px;
}
.video_containers:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 97%;
    height: 31px;
    background: #0b0b0b;
}
#free_video_Modal .modal-body::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 94%;
}
#free_video_Modal .modal-body:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 31px;
    background: #000;
    width: 30px;
}
.video_containers::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 60px;
    background-image: url('https://deytubeacademy.com/public/web_assets/elight-assets/images/logo/logo.png');
    background-color:#fff;
    border-radius:30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*z-index: 10;*/
}

@media(max-width:768px){
   .course-banner {
    padding: 70px 0 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.course-banner-content {
    padding: 20px;
}
.course-name {
    font-size: 36px;
}
.course-banner-content h1 {
    font-size: 20px;
    margin: 10px 0 0;
}
iframe#trailer_video {
    height: 300px;
}
div#dtp-tab-sroll-price-box {
    margin-top: 15px;
}
.video_containers iframe {
    height: 300px;
}
#free_video_Modal .close {
    right: 10px;
    top: 5px;
}
.video_containers::before, .modal-body::before {
    display:none;
}

.for-mobile-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#onload h2.title {
    font-size: 25px;
}
#onload .section-header.text-center p {
    font-size: 16px;
    margin-bottom: 15px !important;
}
.c-OnDemandVideoPage-Unit.video_section .c-OnDemandVideoPage-SubUnit__data-row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.c-OnDemandVideoPage-Unit.video_section .c-OnDemandVideoPage-SubUnit__serial-num {
    display: none !important;
}
.c-OnDemandVideoPage-Unit.video_section .c-OnDemandVideoPage-SubUnit__icon-img-container {
    width: 100%;
    height: auto;
    margin-right: 0;
}
.c-OnDemandVideoPage-Unit.video_section .c-OnDemandVideoPage-SubUnit__metadata-container {
    margin-right: 0;
    width: 100%;
}
.c-OnDemandVideoPage-Unit.video_section {
    margin-bottom: 20px;
    margin-top: 0;
}
}

.course-banner a.btn.course-banner-btn {
    background: transparent;
    border: 1px solid;
    border-radius: 30px;
    margin-top: 35px;
}


