@font-face {
  font-family: 'URW-Regular';
  src: url("../../fonts/URW_Geometric_Arabic/URWGeometricArabic-Regular.ttf");
  src: url("../../fonts/URW_Geometric_Arabic/URWGeometricArabic-Regular.ttf?#iefix") format("embedded-opentype"), url("../../fonts/URW_Geometric_Arabic/URWGeometricArabic-Regular.ttf") format("woff"), url("../../fonts/URW_Geometric_Arabic/URWGeometricArabic-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW-Bold';
  src: url("../../fonts/URW_Geometric_Arabic/URWGeometricArabic-Bold.ttf");
  src: url("../../fonts/URW_Geometric_Arabic/URWGeometricArabic-Bold.ttf?#iefix") format("embedded-opentype"), url("../../fonts/URW_Geometric_Arabic/URWGeometricArabic-Bold.ttf") format("woff"), url("../../fonts/URW_Geometric_Arabic/URWGeometricArabic-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: "URW-Regular";

}
.new-instructor img {
    border-radius: 50%;
  }
  
  html{
    overflow-x: hidden;
  }
  
  
  .alert{
    margin-bottom: 0;
  }
  
  .testimonials .item {
      padding-top: 0
  }
  
  .other_specialization{
      display: none;
  }
  
  #password-strength {
    font-size: 90%;
    margin: 5px 0;
  }
  #password-strength .password-strength-bar {
    font-size: 0;
    height: 5px;
  }
  
  .PB40{
      padding-bottom: 40px !important;
  }
  .errorMessage{
      color: #f80000;
  }
  
  .video_player{
      direction: ltr;
  }
  
  .fp-volume{
      direction: rtl;
  }
  
  .fp-tick{
      /*background-color: rgb(255, 255, 255);*/
      
      
      background-color: #fff !important;
  }
  .fp-volume .fp-tick.fp-color{
      /*background-color: rgba(255,255,255,0.1);*/
      background-color: #333 !important;
  }
  .quiz_icon_failure{
      color: #e02424;
  }
     
  @media (max-width: 768px) {
  
    h1, .h1 {
      font-size: 1.7rem;
    }
  }
  
  @media (min-width: 576px){
      .modal-cert {
          max-width: 530px;
      }
  }
  
  
  .tags {
    list-style: none;
    margin: 0;
    overflow: hidden; 
    padding: 0;
  }
  
  .tags li {
    float: right; 
  }
  
  .tag {
    background: #005430;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
  }
  
  .tag::after {
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
  }
  
  .tag::before {
    background: #f7f7f7;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #005430;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .tag:hover {
    background-color: #FFCB04;
    color: #f7f7f7;
  }
  
  .tag:hover::before {
     border-left-color: #FFCB04; 
  }
  /*.header .header_nav_links li {
      padding: 7px 10px;
      position: absolute;
  }*/
  
  .redeem-coupon--code--3lfGJ {
      display: flex;
  }
  .btn-tertiary {
      color: #007791;
      background-color: transparent;
      border: 1px solid transparent;
  }
  .redeem-coupon--code--3lfGJ .redeem-coupon--code-icon-button--MU08I {
      font-size: 14px;
  }
  
  .redeem-coupon--code--3lfGJ .redeem-coupon--code-text--2HFA4 {
      margin-left: 8px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* ############### Start Inner Css ############### */
  
  .inner-page{    background: url(../images/inner-bg.jpg) no-repeat top center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;}
  .inner-page .search-form-popup-wrapper{
    background-color: rgba(255, 255, 255, 0.26);
  }
  
  .inner-page .flaticon-magnifying-glass{
    color: #fff;
  }
  .inner-page .search-form-popup-wrapper input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  .inner-page .search-form-popup-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
  }
  
  .inner-page .search-form-popup-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
  }
  .bread-crumb{
      background: #005430;
      padding: 10px 0;
      color: white;
  
  }
  .bread-crumb a{
    color: white;
    font-weight: 700;
  }
  .bread-crumb a:hover{
    color: #2699ba
  }
  .page-title{
    padding: 20px 0;
  }
  .page-title h1{
      color: #fff;
      font-weight: 300;
  }
  .page-title p{
    color: #fff;
    line-height: 18px;
  }
  .page-title.general-gred{
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ba1b9+0,238498+100 */
  background: #2ba1b9; /* Old browsers */
  background: -moz-linear-gradient(top,  #2ba1b9 0%, #238498 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #2ba1b9 0%,#238498 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #2ba1b9 0%,#238498 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba1b9', endColorstr='#238498',GradientType=0 ); /* IE6-9 */
  }
  .page-title.dark-gred{
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#404040+1,303030+100 */
  background: #404040; /* Old browsers */
  background: -moz-linear-gradient(top,  #404040 1%, #303030 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #404040 1%,#303030 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #404040 1%,#303030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
  }
  
  .course-page h1{
    font-weight: 700;
    font-size: 30px;
  }
  .fixed-container{
    position: relative;
  }
  .fixed-side-bar{
    position: absolute;
    top: 10px;
    z-index: 20;
  }
  .fixed-content{
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    border-radius: 4px;
    color: #505763;
    padding: 3px;
    margin-top: 15px;
  }
  .instructor-area h4{
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
  }
  .instructor-area img{
    border-radius: 80px;
  }
  .instructor-data{
    background: #fff;
    width: 100%;
    border-radius: 50px;
  }
  .instructor-data .card-data {
    font-size: 12px;
    padding: 5px 25px;
  }
  .instructor-data .card-data span {
    color: #000;
  }
  .instructor-data .card-data i:before {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .video-content{
    position: relative;
  }
  .video-content a::before{
    content: "";
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    background: url(../images/play-vid.svg) center center no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -30px -30px 0 0;
  }
  .fixed-info{
    padding: 0 40px;
  }
  .fixed-info .card-price span{
    color: #bababa;
    margin: 0 5px;
    font-size: 20px;
  }
  .fixed-info .card-price .price{
    font-size: 35px;
    color: #115879;
  }
  .fixed-info a{
    padding: 10px 0;
  }
  .fixed-info .card-data p{
  color: #505762;
  }
  .fixed-info .card-data span{
    display: block;
    color: #505762;
  }
  .fixed-info .card-data{
    padding: 20px 0;
  }
  .share-course{
    border-top: 1px solid #ddd;
  }
  .share-course p{
    color: #333333 !important;
    font-weight: 700;
    font-size: 16px;
  }
  .share-course .social{
    width: unset;
  }
  .share-course .sign-ico{
    margin: 0;
  }
  .course-data-info{
    position: relative;
  }
  .course-data-info .current{
    border-bottom: 3px solid #1ccfc9;
    font-weight: 700;
  }
  .course-data-info ul li{
    display: inline;
    margin: 0 10px;
  }
  .course-data-info ul li a{
    color: #000;
    padding: 10px 0;
    display: inline-block;
  }
  .course-data-info nav{
    border-bottom: 1px solid #1ccfc9;
  }
  .course-data-info section{
    padding: 40px 0;
  }
  @media (min-height: 1000px) {
    .course-data-info nav ul {
      position: sticky;
      top: 0;
    }
  }
  
  .regular-data h3{
    background: #f9f9f9;
    padding: 15px 15px;
    width: 100%;
    font-weight: 300;
    margin-bottom: 25px;
  }  
  
  .regular-data ul{
    margin-left: 40px;
  }
  .regular-data ul li{
    width: 45%;
    float: left;
    list-style-type: disc;
    display: list-item;
    margin: 2%;
  }  
  .global-cards .add-to-cart{padding: 0 20px 0px 20px !important;}
  .fixed-info .card-price {
    padding: 10px 0;
  }
  .acco-title{
    width: 50%;
  }
  .course-line{
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
  }
  .course-line:last-child{ border-bottom: 0;}
  .course-accordion .card-body, .course-accordion .btn{
    padding: 0;
  }
  .course-accordion .card-body.watched{
    color: #115879;
  }
  .download-rows{
    width: 100%;
  }
  .download-rows a{
    width: 100%;
    border-bottom: 1px solid #ddd ;
    padding: 15px 10px;
  }
  .download-rows a:hover{
    background: #f7f7f7;
  }
  .download-rows a:first-child{
    border-top: 1px solid #ddd ;
  
  }
  .students-rate h1{
    font-size: 90px;
  }
  .progress-bar{
    background-color: #a1a7b2;
  }
  .comment-card{
    background: #f7f7f7;
    padding: 15px;
  }
  .comment-card p{
    padding-left: 10px;
    line-height: 20px;
    margin-top: 5px;
  }
  .comment-card img{
    border-radius: 50px;
    width: 65px;
    height: 65px;
    object-fit: cover;
  }
  .comment-more-btn .more_button{
    padding: 5px 40px 5px 40px;
  }
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background: #fff;
    z-index: 2;
  }
  .padding-add{
    padding-top: 60px;
  }
  .filters{
    background: #f7f8fa;
    border: 1px solid #ddd;
   
  
  }
  .filter-title{
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
  }
  .filter-title:last-child{
    border-bottom:0;
  
  }
  .filter-title h6{
    font-weight: 700;
  }
  .cat-list{
    background: #f7f7f7;
    padding: 10px 0;
  }
  .cat-list div a{
    padding: 5px 12px;
    width: 100%;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
  }
  .cat-list div.cat-active a{   background: #fff;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid;}
  .cat-list i{
      width: 20px;
      height: 20px;
  }  
  .cat-list .G-specialties-ico{
    background: url(../images/M-general.svg) center center no-repeat;
  }
  .cat-list .H-siences-ico{
    background: url(../images/M-hs.svg) center center no-repeat;
  }
  .cat-list .P-surgeries-ico{
    background: url(../images/M-PS.svg) center center no-repeat;
  }
  .cat-list .N-therapy-ico{
    background: url(../images/M-NH.svg) center center no-repeat;
  }
  .cat-list .V-medicine-ico{
    background: url(../images/M-VM.svg) center center no-repeat;
  }
  .cat-list .pharmacy-ico{
    background: url(../images/M-PH.svg) center center no-repeat;
  }
  .cat-list .science-ico{
    background: url(../images/M-SC.svg) center center no-repeat;
  }
  .cat-list .dentistry-ico{
    background: url(../images/M-DE.svg) center center no-repeat;
  }
  .cat-list .nursing-ico{
    background: url(../images/M-NU.svg) center center no-repeat;
  }
    .cat-list .nutrition-ico{
        background: url(../images/M-Nutrition.svg) center center no-repeat;
    }
    .cat-list .mentalhealth-ico{
        background: url(../images/M-mentalhealth.svg) center center no-repeat;
    }
    .cat-list .healthpublic-ico{
        background: url(../images/M-healthpublic.svg) center center no-repeat;
    }
    .cat-list .physcialtherapy-ico {
        background: url(../images/M-physcialtherapy.svg) center center no-repeat;
    }
  
  
  
  
  .cat-list span{ font-size: 14px;} 
  .list-card .card-data {
    margin-top: 0;
  }
  .list-card .card-item{
    border: 0;
  }
  .list-card{
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
  }
  .list-card:first-child{
    border-top: 1px solid #ddd;
  }
  .global-pagenation{
    margin: 20px auto;
    width: 50%;
  }
  .global-pagenation i{
    border: 1px solid #ddd;
    padding: 7px 15px;
    border-radius: 50px;
    cursor: pointer;
  }
  .global-pagenation i:hover{
    border: 1px solid #2390b9;
  color: #2390b9;
  }
  .active-page{     background: #2390b9;
    padding: 7px 15px;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;}
  .about-content h3 strong{
  font-size: 40px;
  font-weight: 700;
  }
  .chair-content span{
  color: #717171;
  font-style: italic;
  padding-top: 15px;
  display: block;
  }
  .about-content p{
   line-height: 20px;
  }
  .chairman-img img{
    border-radius: 400px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
  }
  .support-unit{
    margin: 30px 0;
    background: #2ba1b9;
    border-radius: 15px;
    padding: 20px;
  }
  .support-unit h3{
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .support-unit p, .support-unit strong {
    color: #fff;
    padding: 10px;
  
  }
  .contact-content{
    padding: 40px 0;
  }
  .contact-social a{
    background: #238498;
  }
  .form-container h3{
    background: #2ba1b9;
    border-radius: 15px 15px 0 0;
    padding: 20px;
    color: #fff;
    font-weight: 700;
  }
  .form-container form{
    background: #f7f7f7;
    border-radius: 0 0 15px 15px ;
    padding: 20px;
  }
  .form-container form .input-item{
    border-radius: 60px !important;
    border: 1px solid #005430;
    background-size: 25px !important;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .form-container form textarea{
    border-radius: 20px !important;
    border: 1px solid #005430;
    background-size: 25px !important;
    padding-left: 20px;
    margin-bottom: 20px !important;
    height: 100px;
  }
  .form-container form .add-to-cart{padding: 5px 20px 5px 20px;}
  .talks-content{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(255,255,255,0.61) 21%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.61) 21%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.61) 21%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#9cffffff',GradientType=0 ); /* IE6-9 */
  
  
  
  
  padding: 40px 0;
  }
  .video-container{
    width: 100%;
    height: 100%;
    border: 10px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: #000;
  }
  .instructor-talks .instructor-area h4, .instructor-talks .instructor-area p{
  color: #2390b9;
  }
  .instructor-talks .card-rating{
    background-color: #2390b9;
    border-radius: 50px;
    display: inline-block;
    padding: 3px 20px;
    margin-top: 5px;
  }
  .instructor-talks .star-rating{
    height: 12px;
  }
  .instructor-talks .instructor-area h4{
    margin-top: 15px;
  }
  .instructor-talks .share-course{ border: 0;}
  .talk-course-content{
    padding: 60px 0 0 0;
  }
  .intro-video .card-img i{
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    color: #fff;
    margin-right: -25px;
  }
  .talk-course-content .card-img i::before{
    font-size: 60px;
  }
  .talk-course-content .card-img{
    position: relative;
  }
  .custom-modal-content{
    background-color: rgba(255, 255, 255, 0);
    border: 0;
  }
  .intro-video img{border: 5px solid #3cbcb5;
    border-radius: 15px;}
  .page-title h3{
    color: #fff;
    font-weight: 700;
  }
  .page-title p, .page-title span{
    color: #fff;
  }
  .profile-area img{
    border: 2px solid #3cbcb5;
    border-radius: 90px;
    width: 110px;
    height: 110px;
    object-fit: cover;
  }
  .about-instructor h1{
    color: #005430;
    font-weight: 700;
  }
  .careers-content{
    padding: 60px 0;
  }
  .careers-content .card-header{
    background-color: #0b5f6f;
    border-radius: 70px;
    border: 0;
  }
  .careers-content .card{
    border: 0;
  }
  .careers-contetn-area p{
    line-height: 20px;
    padding: 15px 0;
  }
  
  .careers-contetn-area ul{
    padding: 15px 0;
    margin-left: 30px;
  }
  .careers-contetn-area ul li{
    list-style: disc;
  }
  
  
  .careers-content a, .careers-content a:hover {color: #fff !important;}
  
  .careers-content a[data-toggle="collapse"] .fa:before {  
    content: "\f077";
  }
  
  .careers-content a[data-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
  }
  .file-upload{display:block;text-align:center;font-size: 12px;}
  .file-upload .file-select{display:block;border: 1px solid #1e8fbb;color: #34495e;cursor:pointer;height: 42px;line-height: 40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;border-radius: 90px;}
  .file-upload .file-select .file-select-button{background: #1e8fbb;padding:0 10px;display:inline-block;height:40px;line-height: 40px;color: #fff;}
  .file-upload .file-select .file-select-name{line-height: 40px;display:inline-block;padding:0 10px;}
  .file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
  .file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
  .file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
  .file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
  .file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
  .file-upload .file-select.file-select-disabled{opacity:0.65;}
  .file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
  .file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
  .file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
  
  .lecturePlayer .acco-title {
    width: 70%;
    text-align: left;
  }
  
  .lecturePlayer .card-header p {
  color: #b9b9b9;
  }
  .side-lect{
    background: #f9f9f9;
  }
  
  .videoplayer{
    height: 50vh;
  }
  .lecturePlayer{
    padding-bottom: 30px;
  }
  .lectureHead{
    background: #3c3c3c;
    padding: 0 0;
    overflow: hidden;
  }
  .lectureHead h5{ color: #fff; margin-left: 20px; padding-left: 20px; border-left: 1px solid #fff;}
  .lectureHead .navbar-brand img{    width: 120px;
    margin-left: 15px;}
  .progress-level p{
    color: #fff;
  }
  .progress-level .progress{
    height: 10px;
    margin-top: 8px;
  }
  .progress-level{
    background: #505050;
    border-radius: 50px;
    width: 50%;
    padding: 4px 20px;
  }
  .lecture-content{
    padding: 0 60px;
  }
  .videoplayer video {
    width: 100%;
    height: 100%;
    background: #000;
  }
  .back-bg{
    background: #313131;
    color: #fff;
    padding: 10px 8px 10px 8px;
    width: 20%;
  }
  .progress-level .progress-bar{
    background-color: #37b4b6;
  }
  .flexCol{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .lecturePlayer .tabs-container {
    margin-top: 25px;
  }
  .lecturePlayer .custom-tab{
    margin: 0px auto 25px auto;
    width: 100%;
  }
  .lecturePlayer .card-data{
    font-size: 14px;
  }
  .lecturePlayer .card-data i:before {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .file {
    visibility: hidden;
  }
  
  .settings-container{
    padding: 60px 0;
  }
  #preview{
    border-radius: 400px;
    width: 240px !important;
    height: 240px;
    object-fit: cover;
  }
  .browse {
    border-radius: 50px !important;
    background: #2393ba;
    border: 0;
    padding: 10px 40px;
    margin: 20px auto;
    
  }
  .browse:hover{
    background: #1ccfc9;
  }
  .personal-data{
    background: #f7f7f7;
    padding: 50px 0;
  }
  #datepicker{
    background: #fff url(../images/datepicker.svg) no-repeat 24px center;
    background-size: 21px !important;
    padding-left: 59px;
  }
  .settings-container .input-item{
  padding-left: 25px;
  }
  .gj-datepicker [role=right-icon]{ display: none;}
  .purchasing .list-card{
    background: #f7f7f7;
    border: 0;
    padding: 15px;
  }
  .purchasing  .card-item{
    background: transparent;
  }
  .mycart-container{
    padding: 50px 0;
  }
  .paymentmethod {
    margin-bottom: 10px;
  }
  .step-label{
    background: #f7f7f7;
    border-radius: 50px;
    width: 100%;
    padding: 0 25px;
    color: #979797;
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin-bottom: 10px;
  }
  .step-label.active{
    background: #1ccfc9;
    color: #fff;
  }
  .step-label.active span{
    color:#1ccfc9 ;
  }
  .step-label span{
    position: absolute;
    left: 5px;
    top: 5px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 37px;
  }
  .my-items .list-card{
    border: 0;
    padding: 0;
  }
  .item-card{
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
  }
  .coupon input{
    padding-left: 25px;
  }
  .coupon button{
    background: #1ccfc9;
    border: 1px solid #1ccfc9;
  }
  .Summary{
    border: 1px solid #ddd;
    border-radius: 10px;
  
  }
  .Summary h4{
    padding: 15px 15px 15px 15px;
  }
  .total{
    padding: 31px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .total h1{
    font-weight: 700;
    padding: 15px 0;
    color: #115879;
    font-size: 45px;
  }
  .coupon{
    padding: 20px 15px;
  }
  .remove {
    background: red !important;
    color: #fff;
    border-radius: 50px;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 0px;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    padding: 0 !important;
    margin: 0px !important;
    text-shadow: none !important;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    z-index: 50;
  }
  
  .next-step span{
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
  }
  .next-step a i{
    vertical-align: middle;
  
    font-weight: 300;
  }
  .paymentmethod form{
    padding: 17px 40px;
  }
  .paymentmethod .input-item{
    padding-left: 25px;
  }
  .successfully{
    color: #3fa46a;
  }
  .content-block{
    padding: 20px 25px;
    border-radius: 5px;
    margin: 20px 0;
  }
  .content-block p{
    color: #fff;
    font-size: 19px;
    font-weight: 300;
  }
  .content-block h1{
    color: #fff;
    font-size: 55px;
    padding: 10px 0;
  }
  .total-student{
    background: #1ccfc9 url(../images/total-st.png) no-repeat right 10px;
  }
  
  .total-courses{
    background: #216084 url(../images/total-co.png) no-repeat right 10px;
  }
  
  .total-Reviews{
    background: #299eb9 url(../images/total-re.png) no-repeat right 10px;
  }
  
  
  .total-Revenue{
    background: #295465 url(../images/total-rn.png) no-repeat right 10px;
    padding: 2px 15px;
  }
  .total-Revenue h1{
    padding: 0 0;
    font-size: 40px;
  }
  
  .Statistics h5{
    background: #f7f7f7;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .Statistics h5 strong{
    vertical-align: middle;
    margin-left: 10px;
  }
  .statistics-ico{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    background: url(../images/statistics.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .Statistics .card-item{
    border: 0;
  }
  .Statistics-line{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }
  .st-block{
    background: #1ccfc9; border-radius: 5px; padding: 10px;
  }
  .st-block h1, .st-block p{ color: #fff;}
  .re-block{
    background: #299eb9;border-radius: 5px; padding: 10px;
  }
  .re-block h1, .re-block p{ color: #fff;}
  
  .rn-block{
    background: #295465 ;border-radius: 5px; padding: 10px;
  
  }
  .rn-block h1, .rn-block p{ color: #fff;}
  .request-rev{
    color: #fff;
    background: rgba(255, 255, 255, 0.35);
    padding: 5px 15px;
    border-radius: 65px;
    margin: 18px 0;
  }
  .request-rev:hover{
    background: #fff;
  }
  .request-rev .flaticon-right-arrow:before{
    font-size: 10px; margin-left: 15px;
  }
  .custom-rev h1{
    border-bottom: 1px solid #005430;
    padding: 0 20px 30px 20px;
    color: #005430;
    margin-bottom: 22px;
  }
  .custom-rev p{
  
  font-size: 18px;
  }
  .custom-rev h2{
    
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
  }
  .custom-rev form{
    padding: 0 20px 0 20px;
  
  }
  .custom-rev .input-item {
    border-radius: 60px !important;
    border: 1px solid #ddd;
    background-size: 25px !important;
    background: #f7f7f7;
    padding: 28px 20px;
  }
  
  .answer-q{
    background: transparent;
    border-bottom: 1px solid #ddd;
    padding-bottom: 35px;
  }
  .Discuss .comment-card{
    border-radius: 15px 15px 0 0;
  }
  .comment-action{
    margin-top: 5px;
    text-align: right;
  }
  .comment-action a{
    font-size: 14px;
    color: #005430;
  }
  .comment-action a:hover{
    color: #000;
  }
  .comment-action .flaticon-comment:before {
    font-size: 17px;
    vertical-align: middle;
  }
  .form-replay{
    border-radius: 20px !important;
    border: 1px solid #005430;
    background-size: 25px !important;
    padding-left: 20px;
    min-height: 100px !important;
  }
  .lecture-content .nav-link.disabled{
    background: #f7f7f7;
    color: #ddd;
  }
  .back-bg-buy{
    background: #005430;
    color: #fff;
    padding: 15px;
    width: 20%;
    text-align: center;
  }
  .course-line a.disabled{color: #ddd;}
  .back-bg-buy:hover{
    background: #fff;
    color: #005430;
  }
  .green-btn{
    background-color: green;
  }
  .interest{
    padding: 40px 0;
  }
  .interest-card{
    border-radius: 5px;
    padding: 60px 0px;
    text-align: center;
    background: rgb(125,126,125);
    background: -moz-linear-gradient(-45deg, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(135deg, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
    cursor: pointer;
    margin-bottom: 30px;
  }
  .interest-card.selected{
    background: #23859a;
    position: relative;
  }
  .interest-card.selected::before{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    background: url(../images/selected.svg) center center no-repeat;
    width: 30px;
    height: 30px;
  }
  .interest-card i{
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
  }
  
  .interest-card a{
    color: #fff;
    font-size: 18px;
  }
  .interest label{
    display: block;
  }
  .selection-interest input{
    display: none;
  }
  
  /* ############### End of Inner Css ############### */
  
  
  /* ############### New Add My Courses and Wishlist ############### */
  
  .my_course_card{
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
  }
  .my_course_card .card-item {
    border: 0;
    background: transparent !important;
    cursor: unset;
  }
  .completed{
    text-align: center;
  }
  .completed h1{
    color: #01a801;
    font-weight: 700;
    font-size: 60px;
  }
  .enrolled-style h1{
    font-size: 44px;
  }
  .enrolled-style span{
    font-size: 25px;
    color: #333 !important;
  }
  .completed span{
    color: #01a801;
    font-size: 25px;
  }
  .my-btns a{
  padding: 10px 0;
  }
  
  #stars span{
    margin: 0 5px;
  }
  
  .questions{
    padding: 40px 0;
  }
  .timer-count{
  text-align: center;
  position: relative;
  }
  .timer-count::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #1ccfc9;
    z-index: -1;
  }
  .timer-content{
    color: #fff;
    background: #1ccfc9;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    padding: 0px 30px;
    vertical-align: middle;
    margin: 0 auto;
  }
  .timer-content span{
    font-size: 25px;
    vertical-align: middle;
    font-weight: 700;
    margin-left: 5px;
  }
  .q-title{
    color: #000;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    padding: 15px;
    border-radius: 5px;
  }
  .action-bar{
    border-top: 1px solid #c3c3c3;
    padding: 20px 0;
  }
  
  .fail-container .grade h1{
    color: #ac396b;
  }
  .fail-container .grade span{
    color: #ac396b;
  }
  .grade h1{
    color: #00b100;
    font-weight: 700;
    font-size: 85px;
  }
  .grade span{
    color: #00b100;
  }
  .grade span strong{
    font-size: 30px;
  }
  
  .right-answers{
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  background: url(../images/right-answer.svg) center center no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  }
  
  .wrong-answers{
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  background: url(../images/wrong-answer.svg) center center no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  }
  
  .all-answers{
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  background: url(../images/all-answer.svg) center center no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  }
  
  .succes-msg{
  
    vertical-align: middle;
    color: #00b100;
  
  }
  
  .wrong-msg{
    vertical-align: middle;
    color: #b10053
  }
  .total-msg{
    vertical-align: middle;
    color: #000000
  }
  .wrong-bg{
    background: #b10053;
  }
  .page-link {
    position: relative;
    display: block;
    padding: .5rem 0;
    color: #1e8fbb;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 70px;
    height: 50px;
    width: 50px;
    margin: 0 5px;
    line-height: 32px;
  }
  
  .pagination{
    text-align: center;
  }
  /* ############### End of New Add My Courses and Wishlist ############### */
  
  .item img {
    display:block;
  }
  
  .discount-applied {
  
    /* padding-top: 30px !important; */
  
  }
  .item.promoted:after {
    content: attr(data-awards);
    position: absolute;
    background: #18B289;
    color: white;
    width: 100%;
    line-height: 1em;
    text-align: center;
    padding: 0.5em 0;
    box-sizing: border-box;
    top: 0;
    right: 0;
    transform: rotate(45deg) translate(30%,-150%);
    transform-origin: 50% 50%;
    font-size: 14px;
  }
  
  /* Course Card Discount Strip */
  
  .item.promoted-course:after {
    content: attr(data-awards);
    position: absolute;
    background: #808080;
    color: white;
    width: 100%;
    line-height: 1em;
    text-align: center;
    padding: 0.5em 0;
    box-sizing: border-box;
    top: 0;
    right: 0;
    transform-origin: 50% 50%;
  }
  
  /* On screens that are 300px or less, set the background color to olive */
  @media screen and (max-width: 600px) {
    .webinar-poster {
      height: 367px !important;
    }
  }
  
  
  
  .contain_archive {
    width: 100%;
  }
  .row_nm_videos {
    overflow-y: hidden;
    width: 100%;
    display: inline-flex;
  }
  .row__inner {
    -webkit-transition: 450ms transform;
    transition: 450ms transform;
    font-size: 0;
    white-space: nowrap;
    margin: 70.3125px 0;
    padding-bottom: 10px;
  }
  .tile {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 140.625px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 450ms all;
    transition: 450ms all;
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  .tile__img {
    width: 250px;
    height: 140.625px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .tile__details:after,
  
  .tile:hover .tile__details {
    opacity: 1;
  }
  .tile__title {
    position: absolute;
    bottom: 0;
    padding: 10px;
  }
  .row__inner:hover {
    -webkit-transform: translate3d(-120px, 0, 0);
            transform: translate3d(-120px, 0, 0);
            z-index: 9999999999999;
  }
  .row__inner:hover .tile {
    opacity: 0.7;
  }
  .row__inner:hover .tile:hover {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 1;
  }
  .tile:hover ~ .tile {
    -webkit-transform: translate3d(250px, 0, 0);
            transform: translate3d(250px, 0, 0);
  }
  
  .tile_desc{
    position: absolute;
    bottom: 10px;  
    color: #fff;
    font-size: .610em;
    font-family: "Crimson Text";
    margin-left: 10px;
    font-weight: 100;
  }
  .tile_desc:after {
      display: block;
      width: 20px;
      height: 0;
      font-weight: 100;
      border-bottom: 0.160em solid;
      content: "";
      color: #fff;
  }
  
  
  
  
  #showSelect {
    font-size: 36px;
    color: rgb(100, 100, 100);
  }
  
  /*WHEEL*/
  #wheel {
  
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px, rgba(0, 0, 0, 0.05) 0px 3px 0px;
    transform: rotate(0deg);
  }
  
  #wheel:before {
    content: "";
    position: absolute;
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 242px;
    height: 242px;
    border-radius: 50%;
    z-index: 10;
    pointer-events: none;
  }
  
  #wheel:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    top: -11px;
    left: 105px;
    z-index: 10;
  }
  
  .card-content-height{
    /* height: 124px !important; */
  }
  .card-content-height-master{
    height: 176px !important;
  }
  
  
  /*ANIMATION*/
  @-webkit-keyframes tiltPointer {
    0%,
    100% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    }
  
    75% {
      transform: rotate(7deg);
      -webkit-transform: rotate(7deg);
    }
  }
  
  @keyframes tiltPointer {
    0%,
    100% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    }
  
    75% {
      transform: rotate(7deg);
      -webkit-transform: rotate(7deg);
    }
  }
  
  .spin {
    -webkit-animation: tiltPointer 0.1s; /* Chrome, Safari, Opera */
    animation: tiltPointer 0.1s;
  }
  
  #lectureModal{
    max-width: 70%;
  }
  
  .spinner-grow{
    position: fixed;
      top: 50%;
      left: 50%;
      margin-left: -50px;
      margin-top: -50px;
  }
  
  .modal-lec-title{
    background: #005430;
      text-align: center;
      /* height: 31px; */
      width: 100%;
  }
  
  .prev-next{
    color: white;
  }
  
  .tabs-container{
    margin-top: 70px;
  }
  
  .custom-tab{
    background: #ececec;
    border-radius: 60px;
    width: 32%;
    margin: 0px auto 50px auto;
    padding: 11px;
    }
  
    .custom-tab li{
      margin: 7px !important;
    }
  
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: #fff !important;
        background-color: #3bb58a;
        border-radius: 60px;
    }   
  .nav-pills .nav-link{
    color: #005430;
        background-color: #fff;
        border-radius: 60px;
  }  
  
  
  
  /* Meduo Inner.css File */
  
  
  /* ############### Start Inner Css ############### */
  
  .inner-page{    background: url(../images/inner-bg.jpg) no-repeat top center;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;}
  .inner-page .search-form-popup-wrapper{
    background-color: rgba(255, 255, 255, 0.26);
  }
  
  .inner-page .flaticon-magnifying-glass{
    color: #fff;
  }
  .inner-page .search-form-popup-wrapper input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
  .inner-page .search-form-popup-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
  }
  
  .inner-page .search-form-popup-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
  }
  
  .page-title{
    padding: 20px 0;
  }
  .page-title h1{
      color: #fff;
      font-weight: 300;
  }
  .page-title p{
    color: #fff;
    line-height: 18px;
  }
  .page-title.general-gred{
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2ba1b9+0,238498+100 */
  background: #2ba1b9; /* Old browsers */
  background: -moz-linear-gradient(top,  #2ba1b9 0%, #238498 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #2ba1b9 0%,#238498 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #2ba1b9 0%,#238498 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba1b9', endColorstr='#238498',GradientType=0 ); /* IE6-9 */
  }
  .page-title.dark-gred{
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#404040+1,303030+100 */
  background: #404040; /* Old browsers */
  background: -moz-linear-gradient(top,  #404040 1%, #303030 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #404040 1%,#303030 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #404040 1%,#303030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
  }
  
  .course-page h1{
    font-weight: 700;
    font-size: 30px;
  }
  .fixed-container{
    position: relative;
  }
  .fixed-side-bar{
    position: absolute;
    top: 10px;
    z-index: 20;
  }
  .fixed-content{
    background-color: #fff;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    border-radius: 4px;
    color: #505763;
    padding: 3px;
    margin-top: 15px;
  }
  .instructor-area h4{
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
  }
  .instructor-area img{
    border-radius: 80px;
  }
  .instructor-data{
    background: #fff;
    width: 100%;
    border-radius: 50px;
  }
  .instructor-data .card-data {
    font-size: 12px;
    padding: 5px 25px;
  }
  .instructor-data .card-data span {
    color: #000;
  }
  .instructor-data .card-data i:before {
    font-size: 15px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .video-content{
    position: relative;
  }
  .video-content a::before{
    content: "";
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    background: url(../images/play-vid.svg) center center no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
  }
  .fixed-info{
    padding: 0 40px;
  }
  .fixed-info .card-price span{
    color: #bababa;
    margin: 0 5px;
    font-size: 20px;
  }
  .fixed-info .card-price .price{
    font-size: 35px;
    color: #115879;
  }
  .fixed-info a{
    padding: 10px 0;
  }
  .fixed-info .card-data p{
  color: #505762;
  }
  .fixed-info .card-data span{
    display: block;
    color: #505762;
    margin-top: 5px;
  }
  .fixed-info .card-data{
    padding: 20px 0;
  }
  .share-course{
    border-top: 1px solid #ddd;
  }
  .share-course p{
    color: #333333 !important;
    font-weight: 700;
    font-size: 16px;
  }
  .share-course .social{
    width: unset;
  }
  .share-course .sign-ico{
    margin: 0;
  }
  .course-data-info{
    position: relative;
  }
  .course-data-info .current{
    border-bottom: 3px solid #1ccfc9;
    font-weight: 700;
  }
  .course-data-info ul li{
    display: inline;
    margin: 0 10px;
  }
  .course-data-info ul li a{
    color: #000;
    padding: 10px 0;
    display: inline-block;
  }
  .course-data-info nav{
    border-bottom: 1px solid #1ccfc9;
  }
  .course-data-info section{
    padding: 40px 0;
  }
  @media (min-height: 1000px) {
    .course-data-info nav ul {
      position: sticky;
      top: 0;
    }
  }
  
  .regular-data h3{
    background: #f9f9f9;
    padding: 15px 15px;
    width: 100%;
    font-weight: 300;
    margin-bottom: 25px;
  }  
  
  .regular-data ul{
    margin-right: 40px;
  }
  .regular-data ul li{
    width: 45%;
    float: right;
    list-style-type: disc;
    display: list-item;
    margin: 2%;
  }  
  .global-cards .add-to-cart{padding: 0 20px 0px 20px !important;}
  .fixed-info .card-price {
    padding: 10px 0;
  }
  .acco-title{
    width: 50%;
  }
  .course-line{
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
  }
  .course-line:last-child{ border-bottom: 0;}
  .course-accordion .card-body, .course-accordion .btn{
    padding: 0;
  }
  .course-accordion .card-body.watched{
    color: #115879;
  }
  .download-rows{
    width: 100%;
  }
  .download-rows a{
    width: 100%;
    border-bottom: 1px solid #ddd ;
    padding: 15px 10px;
  }
  .download-rows a:hover{
    background: #f7f7f7;
  }
  .download-rows a:first-child{
    border-top: 1px solid #ddd ;
  
  }
  .students-rate h1{
    font-size: 90px;
  }
  .progress-bar{
    background-color: #a1a7b2;
  }
  .comment-card{
    background: #f7f7f7;
    padding: 15px;
  }
  .comment-card p{
    padding-right: 10px;
    line-height: 20px;
    margin-top: 5px;
  }
  .comment-card img{
    border-radius: 50px;
    width: 65px;
    height: 65px;
    object-fit: cover;
  }
  .comment-more-btn .more_button{
    padding: 5px 40px 5px 40px;
  }
  .fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%; 
    background: #fff;
    z-index: 2;
  }
  .padding-add{
    padding-top: 60px;
  }
  .filters{
    background: #f7f8fa;
    border: 1px solid #ddd;
  }
  .filter-title{
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
  }
  .filter-title:last-child{
    border-bottom:0;
  
  }
  .filter-title h6{
    font-weight: 700;
  }
  .cat-list{
    background: #f7f7f7;
    padding: 10px 0;
  }
  .cat-list div a{
    padding: 5px 12px;
    width: 100%;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
  }
  .cat-list div.cat-active a{   background: #fff;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
    border: 1px solid;}
  .cat-list i{
      width: 20px;
      height: 20px;
  }  
  .cat-list .G-specialties-ico{
    background: url(../images/M-general.svg) center center no-repeat;
  }
  .cat-list .H-siences-ico{
    background: url(../images/M-hs.svg) center center no-repeat;
  }
  .cat-list .P-surgeries-ico{
    background: url(../images/M-PS.svg) center center no-repeat;
  }
  .cat-list .N-therapy-ico{
    background: url(../images/M-NH.svg) center center no-repeat;
  }
  .cat-list .V-medicine-ico{
    background: url(../images/M-VM.svg) center center no-repeat;
  }
  .cat-list .pharmacy-ico{
    background: url(../images/M-PH.svg) center center no-repeat;
  }
  .cat-list .science-ico{
    background: url(../images/M-SC.svg) center center no-repeat;
  }
  .cat-list .dentistry-ico{
    background: url(../images/M-DE.svg) center center no-repeat;
  }
  .cat-list .nursing-ico{
    background: url(../images/M-NU.svg) center center no-repeat;
  }
  .cat-list .nutrition-ico{
    background: url(../images/M-Nutrition.svg) center center no-repeat;
  }
  .cat-list .mentalhealth-ico{
    background: url(../images/M-mentalhealth.svg) center center no-repeat;
  }
  .cat-list .healthpublic-ico{
    background: url(../images/M-healthpublic.svg) center center no-repeat;
  }
  .cat-list .physcialtherapy-ico {
    background: url(../images/M-physcialtherapy.svg) center center no-repeat;
  }
  
  .cat-list .management-ico {
    background: url(../images/M-management.svg) center center no-repeat;
  }
  
  .cat-list span{ font-size: 14px;} 
  .list-card .card-data {
    margin-top: 0;
  }
  .list-card .card-item{
    border: 0;
  }
  .list-card{
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
  }
  .list-card:first-child{
    border-top: 1px solid #ddd;
  }
  .global-pagenation{
    margin: 20px auto;
    width: 50%;
  }
  .global-pagenation i{
    border: 1px solid #ddd;
    padding: 7px 15px;
    border-radius: 50px;
    cursor: pointer;
  }
  .global-pagenation i:hover{
    border: 1px solid #2390b9;
  color: #2390b9;
  }
  .active-page{     background: #2390b9;
    padding: 7px 15px;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;}
  .about-content h3 strong{
  font-size: 40px;
  font-weight: 700;
  }
  .chair-content span{
  color: #717171;
  font-style: italic;
  padding-top: 15px;
  display: block;
  }
  .about-content p{
   line-height: 20px;
  }
  .chairman-img img{
    border-radius: 400px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
  }
  .support-unit{
    margin: 30px 0;
    background: #2ba1b9;
    border-radius: 15px;
    padding: 20px;
  }
  .support-unit h3{
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .support-unit p, .support-unit strong {
    color: #fff;
    padding: 10px;
  
  }
  .contact-content{
    padding: 40px 0;
  }
  .contact-social a{
    background: #238498;
  }
  .form-container h3{
    background: #2ba1b9;
    border-radius: 15px 15px 0 0;
    padding: 20px;
    color: #fff;
    font-weight: 700;
  }
  .form-container form{
    background: #f7f7f7;
    border-radius: 0 0 15px 15px ;
    padding: 20px;
  }
  .form-container form .input-item{
    border-radius: 60px !important;
    border: 1px solid #005430;
    background-size: 25px !important;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .form-container form textarea{
    border-radius: 20px !important;
    border: 1px solid #005430;
    background-size: 25px !important;
    padding-right: 20px;
    margin-bottom: 20px !important;
    height: 100px;
  }
  .form-container form .add-to-cart{padding: 5px 20px 5px 20px;}
  .talks-content{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(255,255,255,0.61) 21%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.61) 21%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(255,255,255,0.61) 21%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#9cffffff',GradientType=0 ); /* IE6-9 */
  
  
  
  
  padding: 40px 0;
  }
  .video-container{
    width: 100%;
    height: 100%;
    border: 10px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: #000;
  }
  .instructor-talks .instructor-area h4, .instructor-talks .instructor-area p{
  color: #2390b9;
  }
  .instructor-talks .card-rating{
    background-color: #2390b9;
    border-radius: 50px;
    display: inline-block;
    padding: 3px 20px;
    margin-top: 5px;
  }
  .instructor-talks .star-rating{
    height: 12px;
  }
  .instructor-talks .instructor-area h4{
    margin-top: 15px;
  }
  .instructor-talks .share-course{ border: 0;}
  .talk-course-content{
    padding: 60px 0 0 0;
  }
  .intro-video .card-img i{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    color: #fff;
    margin-left: -25px;
  }
  .talk-course-content .card-img i::before{
    font-size: 60px;
  }
  .talk-course-content .card-img{
    position: relative;
  }
  .custom-modal-content{
    background-color: rgba(255, 255, 255, 0);
    border: 0;
  }
  .intro-video img{border: 5px solid #3cbcb5;
    border-radius: 15px;}
  .page-title h3{
    color: #fff;
    font-weight: 700;
  }
  .page-title p, .page-title span{
    color: #fff;
  }
  .profile-area img{
    border: 2px solid #3cbcb5;
    border-radius: 90px;
    width: 110px;
    height: 110px;
    object-fit: cover;
  }
  .about-instructor h1{
    color: #005430;
    font-weight: 700;
  }
  .careers-content{
    padding: 60px 0;
  }
  .careers-content .card-header{
    background-color: #0b5f6f;
    border-radius: 70px;
    border: 0;
  }
  .careers-content .card{
    border: 0;
  }
  .careers-contetn-area p{
    line-height: 20px;
    padding: 15px 0;
  }
  
  .careers-contetn-area ul{
    padding: 15px 0;
    margin-right: 30px;
  }
  .careers-contetn-area ul li{
    list-style: disc;
  }
  
  
  .careers-content a, .careers-content a:hover {color: #fff !important;}
  
  .careers-content a[data-toggle="collapse"] .fa:before {  
    content: "\f077";
  }
  
  .careers-content a[data-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
  }
  .file-upload{display:block;text-align:center;font-size: 12px;}
  .file-upload .file-select{display:block;border: 1px solid #1e8fbb;color: #34495e;cursor:pointer;height: 42px;line-height: 40px;text-align:right;background:#FFFFFF;overflow:hidden;position:relative;border-radius: 90px;}
  .file-upload .file-select .file-select-button{background: #1e8fbb;padding:0 10px;display:inline-block;height:40px;line-height: 40px;color: #fff;}
  .file-upload .file-select .file-select-name{line-height: 40px;display:inline-block;padding:0 10px;}
  .file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
  .file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
  .file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
  .file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
  .file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;right:0;opacity:0;filter:alpha(opacity=0);}
  .file-upload .file-select.file-select-disabled{opacity:0.65;}
  .file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:right;background:#FFFFFF;overflow:hidden;position:relative;}
  .file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
  .file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
  
  .lecturePlayer .acco-title {
    width: 70%;
    text-align: right;
  }
  
  .lecturePlayer .card-header p {
  color: #b9b9b9;
  }
  .side-lect{
    background: #f9f9f9;
  }
  
  .videoplayer{
    height: 50vh;
  }
  .lecturePlayer{
    padding-bottom: 30px;
  }
  .lectureHead{
    background: #3c3c3c;
    padding: 0 0;
    overflow: hidden;
  }
  .lectureHead h5{ color: #fff; margin-right: 20px; padding-right: 20px; border-right: 1px solid #fff;}
  .lectureHead .navbar-brand img{    width: 120px;
    margin-right: 15px;}
  .progress-level p{
    color: #fff;
  }
  .progress-level .progress{
    height: 10px;
    margin-top: 8px;
  }
  .progress-level{
    background: #505050;
    border-radius: 50px;
    width: 50%;
    padding: 4px 20px;
  }
  .lecture-content{
    padding: 0 60px;
  }
  .videoplayer video {
    width: 100%;
    height: 100%;
    background: #000;
  }
  .back-bg{
    background: #313131;
    color: #fff;
    padding: 10px 8px 10px 8px;
    width: 20%;
  }
  .progress-level .progress-bar{
    background-color: #37b4b6;
  }
  .flexCol{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .lecturePlayer .tabs-container {
    margin-top: 25px;
  }
  .lecturePlayer .custom-tab{
    margin: 0px auto 25px auto;
    width: 100%;
  }
  .lecturePlayer .card-data{
    font-size: 14px;
  }
  .lecturePlayer .card-data i:before {
    font-size: 20px;
    margin-left: 5px;
    vertical-align: middle;
  }
  .file {
    visibility: hidden;
  }
  
  .settings-container{
    padding: 60px 0;
  }
  #preview{
    border-radius: 400px;
    width: 240px !important;
    height: 240px;
    object-fit: cover;
  }
  .browse {
    border-radius: 50px !important;
    background: #2393ba;
    border: 0;
    padding: 10px 40px;
    margin: 20px auto;
    
  }
  .browse:hover{
    background: #1ccfc9;
  }
  .personal-data{
    background: #f7f7f7;
    padding: 50px 0;
  }
  #datepicker{
    background: #fff url(../images/datepicker.svg) no-repeat 24px center;
    background-size: 21px !important;
    padding-right: 59px;
  }
  .settings-container .input-item{
  padding-right: 25px;
  }
  .gj-datepicker [role=right-icon]{ display: none;}
  .purchasing .list-card{
    background: #f7f7f7;
    border: 0;
    padding: 15px;
  }
  .purchasing  .card-item{
    background: transparent;
  }
  .mycart-container{
    padding: 50px 0;
  }
  .paymentmethod {
    margin-bottom: 10px;
  }
  .step-label{
    background: #f7f7f7;
    border-radius: 50px;
    width: 100%;
    padding: 0 25px;
    color: #979797;
    font-size: 25px;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin-bottom: 10px;
  }
  .step-label.active{
    background: #1ccfc9;
    color: #fff;
  }
  .step-label.active span{
    color:#1ccfc9 ;
  }
  .step-label span{
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 37px;
  }
  .my-items .list-card{
    border: 0;
    padding: 0;
  }
  .item-card{
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
  }
  .coupon input{
    padding-right: 25px;
  }
  .coupon button{
    background: #1ccfc9;
    border: 1px solid #1ccfc9;
  }
  .Summary{
    border: 1px solid #ddd;
    border-radius: 10px;
  
  }
  .Summary h4{
    padding: 15px 15px 15px 15px;
  }
  .total{
    padding: 31px 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .total h1{
    font-weight: 700;
    padding: 15px 0;
    color: #115879;
    font-size: 45px;
  }
  .coupon{
    padding: 20px 15px;
  }
  .remove {
    background: red !important;
    color: #fff;
    border-radius: 50px;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 0px;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    padding: 0 !important;
    margin: 0px !important;
    text-shadow: none !important;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 0;
    z-index: 50;
  }
  
  .next-step span{
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
  }
  .next-step a i{
    vertical-align: middle;
  
    font-weight: 300;
  }
  .paymentmethod form{
    padding: 17px 40px;
  }
  .paymentmethod .input-item{
    padding-right: 25px;
  }
  .successfully{
    color: #3fa46a;
  }
  .content-block{
    padding: 20px 25px;
    border-radius: 5px;
    margin: 20px 0;
  }
  .content-block p{
    color: #fff;
    font-size: 19px;
    font-weight: 300;
  }
  .content-block h1{
    color: #fff;
    font-size: 55px;
    padding: 10px 0;
  }
  .total-student{
    background: #1ccfc9 url(../images/total-st.png) no-repeat left 10px;
  }
  
  .total-courses{
    background: #216084 url(../images/total-co.png) no-repeat left 10px;
  }
  
  .total-Reviews{
    background: #299eb9 url(../images/total-re.png) no-repeat left 10px;
  }
  
  
  .total-Revenue{
    background: #295465 url(../images/total-rn.png) no-repeat left 10px;
    padding: 2px 15px;
  }
  .total-Revenue h1{
    padding: 0 0;
    font-size: 40px;
  }
  
  .Statistics h5{
    background: #f7f7f7;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .Statistics h5 strong{
    vertical-align: middle;
    margin-left: 10px;
  }
  .statistics-ico{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    background: url(../images/statistics.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
  }
  .Statistics .card-item{
    border: 0;
  }
  .Statistics-line{
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
  }
  .st-block{
    background: #1ccfc9; border-radius: 5px; padding: 10px;
  }
  .st-block h1, .st-block p{ color: #fff;}
  .re-block{
    background: #299eb9;border-radius: 5px; padding: 10px;
  }
  .re-block h1, .re-block p{ color: #fff;}
  
  .rn-block{
    background: #295465 ;border-radius: 5px; padding: 10px;
  
  }
  .rn-block h1, .rn-block p{ color: #fff;}
  .request-rev{
    color: #fff;
    background: rgba(255, 255, 255, 0.35);
    padding: 5px 15px;
    border-radius: 65px;
    margin: 18px 0;
  }
  .request-rev:hover{
    background: #fff;
  }
  .request-rev .flaticon-right-arrow:before{
    font-size: 10px; margin-right: 15px;
  }
  .custom-rev h1{
    border-bottom: 1px solid #005430;
    padding: 0 20px 30px 20px;
    color: #005430;
    margin-bottom: 22px;
  }
  .custom-rev p{
  
  font-size: 18px;
  }
  .custom-rev h2{
    
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
  }
  .custom-rev form{
    padding: 0 20px 0 20px;
  
  }
  .custom-rev .input-item {
    border-radius: 60px !important;
    border: 1px solid #ddd;
    background-size: 25px !important;
    background: #f7f7f7;
    padding: 28px 20px;
  }
  
  .answer-q{
    background: transparent;
    border-bottom: 1px solid #ddd;
    padding-bottom: 35px;
  }
  .Discuss .comment-card{
    border-radius: 15px 15px 0 0;
  }
  .comment-action{
    margin-top: 5px;
    text-align: left;
  }
  .comment-action a{
    font-size: 14px;
    color: #005430;
  }
  .comment-action a:hover{
    color: #000;
  }
  .comment-action .flaticon-comment:before {
    font-size: 17px;
    vertical-align: middle;
  }
  .form-replay{
    border-radius: 20px !important;
    border: 1px solid #005430;
    background-size: 25px !important;
    padding-right: 20px;
    min-height: 100px !important;
  }
  .lecture-content .nav-link.disabled{
    background: #f7f7f7;
    color: #ddd;
  }
  .back-bg-buy{
    background: #005430;
    color: #fff;
    padding: 15px;
    width: 20%;
    text-align: center;
  }
  .course-line a.disabled{color: #ddd;}
  .back-bg-buy:hover{
    background: #fff;
    color: #005430;
  }
  .green-btn{
    background-color: green;
  }
  .interest{
    padding: 40px 0;
  }
  .interest-card{
    border-radius: 5px;
    padding: 60px 0px;
    text-align: center;
    background: rgb(125,126,125);
    background: -moz-linear-gradient(-45deg, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(135deg, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 );
    cursor: pointer;
    margin-bottom: 30px;
  }
  .interest-card.selected{
    background: #23859a;
    position: relative;
  }
  .interest-card.selected::before{
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    background: url(../images/selected.svg) center center no-repeat;
    width: 30px;
    height: 30px;
  }
  .interest-card i{
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
  }
  
  .interest-card a{
    color: #fff;
    font-size: 18px;
  }
  .interest label{
    display: block;
  }
  .selection-interest input{
    display: none;
  }
  
  /* ############### End of Inner Css ############### */
  
  
  /* ############### New Add My Courses and Wishlist ############### */
  
  .my_course_card{
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
  }
  .my_course_card .card-item {
    border: 0;
    background: transparent !important;
    cursor: unset;
  }
  .completed{
    text-align: center;
  }
  .completed h1{
    color: #01a801;
    font-weight: 700;
    font-size: 60px;
  }
  .enrolled-style h1{
    font-size: 44px;
  }
  .enrolled-style span{
    font-size: 25px;
    color: #333 !important;
  }
  .completed span{
    color: #01a801 !important;
    font-size: 25px;
  }
  .my-btns a{
  padding: 10px 0;
  }
  #stars span{
    margin: 0 5px;
  }
  
  .questions{
    padding: 40px 0;
  }
  .timer-count{
  text-align: center;
  position: relative;
  }
  .timer-count::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #1ccfc9;
    z-index: -1;
  }
  .timer-content{
    color: #fff;
    background: #1ccfc9;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    padding: 0px 30px;
    vertical-align: middle;
    margin: 0 auto;
  }
  .timer-content span{
    font-size: 25px;
    vertical-align: middle;
    font-weight: 700;
    margin-right: 5px;
  }
  .q-title{
    color: #000;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    padding: 15px;
    border-radius: 5px;
  }
  .action-bar{
    border-top: 1px solid #c3c3c3;
    padding: 20px 0;
  }
  
  .fail-container .grade h1{
    color: #ac396b;
  }
  .fail-container .grade span{
    color: #ac396b;
  }
  .grade h1{
    color: #00b100;
    font-weight: 700;
    font-size: 85px;
  }
  .grade span{
    color: #00b100;
  }
  .grade span strong{
    font-size: 30px;
  }
  
  .right-answers{
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  background: url(../images/right-answer.svg) center center no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  }
  
  .wrong-answers{
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  background: url(../images/wrong-answer.svg) center center no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  }
  
  .all-answers{
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  background: url(../images/all-answer.svg) center center no-repeat;
  width: 27px;
  height: 27px;
  display: inline-block;
  }
  
  .succes-msg{
  
    vertical-align: middle;
    color: #00b100;
  
  }
  
  .wrong-msg{
    vertical-align: middle;
    color: #b10053
  }
  .total-msg{
    vertical-align: middle;
    color: #000000
  }
  
  .wrong-bg{
    background: #b10053;
  }
  
  .rtl .form-check-input, [dir=rtl] .form-check-input {
    margin-right: 0 !important;
    margin-left: inherit;
  }
  .page-link {
    position: relative;
    display: block;
    padding: .5rem 0;
    color: #1e8fbb;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 70px;
    height: 50px;
    width: 50px;
    margin: 0 5px;
    line-height: 32px;
  }
  
  
  .rtl .form-check-input, [dir=rtl] .form-check-input {
    margin-right: 0 !important;
    margin-left: inherit;
  }
  .pagination{
    text-align: center;
    flex-wrap: wrap !important;
  }
  
  input[type=checkbox], input[type=radio] {
    margin-right: auto !important;
  }
  
  /* ############### End of New Add My Courses and Wishlist ############### */
  
  
  /** ############### Start New Add 28-05-2020 Ahmed Mohsen ############### **/
  
  .cntrls_btns{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
  }
  .cntrls_btns::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    z-index: -1;
  }
  .cntrl-btn{
    color: #ddd !important;
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 5px;
  }
  .cntrl-btn.active{
    background: #005430;
    color: #fff !important;
    border: 1px solid #005430;
  }
  .partnership_form{
    width: 50%;
    margin: 25px auto;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 30px 15px;
    
  }
  .partnership_form textarea{
    padding: 20px;
    border-radius: 15px !important;
  }
  .submit_crtl{
    border-radius: 50px !important;
    background: #2393ba;
    border: 1px solid #2393ba ;
    padding: 10px 40px;
    color: #fff;
  }
  .submit_crtl:hover{
    background: #fff;
    border: 1px solid #333;
    color: #333;
  }
  .partnership_form .input-item{
    padding: 25px 25px;
  }
  .partnership_form #preview{
    width: 80px !important;
    height: 80px !important;
    border-radius: 5px;
  }
  .partnership_form #msg{
    background: #fff;
    width: 100%;
    text-align: right;
    padding: 15px 25px;
    border: 1px solid #2393ba;
    border-radius: 95px;
  }
  .partnership_form .browse{
    background: #333;
    margin: unset;
    position: absolute;
    left: 0;
    padding: 17px 40px;
  }
  
  .mt-10 {
    margin-top: 10px;
  }
  .mt-80{
    margin-top: 80px;
  } 
  .mt-40{
    margin-top: 40px;
  }
  .mb-40{
    margin-bottom: 40px;
  }
  .mb-80{
    margin-bottom: 80px;
  }
  .mb-20{
    margin-bottom: 20px;
  }
  .thanks{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .select-custom{
    padding: 5px 15px !important;
    height: 52px;
  }
  .custom-add-btn{
    border: 0;
    background: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  .video_preview{
    border-radius: 20px;
    border: 9px solid #2393ba;
  }
  
  .view-area{
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    margin: 30px auto;
  }
  .view-area .btn{
    text-align: right;
  }
  .cntrls-content{
    margin: 0 auto;
  }
  #lecture-data{
    /* display: none; */
  }
  #lecture-data .row{
  padding: 0 15px;
  }



.logo-container > h1 > a > img{
  width: 115px;
  max-width: 500px;
}

.flex-between{
  display: flex;
  justify-content: space-between!important;
}

  /* ALL DEVICES SMALLER THAN TABLET LANDSCAPE */
  @media only screen and (max-width:991px) {
  
    .item.promoted:after {
      font-size: 12px;
    }
    .logo-container-outter{
      /* justify-content: center; */
    }
  
    .logo-container > h1 > a > img{
      width: 77px !important;
      max-width: 500px;
    }
  
    .show-mobile{
      display: block !important;
    }
    
    .hide-mobile{
      display: none;;
    }
    .flex-between{
      display: block;
    }
    .partnership_form{
        width: 100%;     overflow: hidden;}
        .cntrls_btns{width: 100%;}
        .cntrl-btn{
            margin: 0 5px;
    font-size: 12px;
    padding: 10px;
        }  
    .view-area img.mr-10 { margin-left: 10px !important;}   
    .view-area  .course-line {
        padding: 10px 11px;
    }   
    .view-area .course-line i.mr-10{margin-left: 10px;}
    .view-area .course-line i.ml-20{margin-right: 0px;}
  
  
  }
  
  .add-to-cart{
    color: #fff !important;
    background: #005430;
    padding: 0px 20px 0px 20px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #005430;
  }
  .add-to-cart:hover{
    color: #005430 !important;
    background: #fff;
    border: 1px solid #005430;
  }
  
  label{
    color: #7e7e7e;
  }
  /** ############### End of New Add 28-05-2020 Ahmed Mohsen ############### **/
  
  /* End Meduo Inner.css File */
  
  .js_slick{
    /* visibility: hidden; */
  }
  
  
          #menu ul {
              margin: 0;
              padding: 0;
  
          }
  
          #menu .main-menu {
              display: none;
              position: absolute;
              -moz-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
              -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
              right: 0;
              top: 100%;
              z-index: 1;
              min-width: 230px;
              padding: 12px 0;
              background-color: #EDEDED;
          }
  
          .primary_nav {
              display: block;
          }
  
          #tm:checked + .main-menu {
              display: block;
          }
  
          #menu input[type="checkbox"],
          #menu ul span.drop-icon {
              display: none;
          }
  
          #menu li,
          #toggle-menu,
          #menu .sub-menu {
              border-style: solid;
              border-color: rgba(0, 0, 0, .05);
          }
  
          #menu li,
          #toggle-menu {
              border-width: 0 0 1px;
          }
  
          #menu .sub-menu {
              /*background-color: #444;*/
              border-width: 1px 1px 0;
              margin: 0 1em;
          }
  
          #menu .sub-menu li:last-child {
              border-width: 0;
          }
  
          #menu li,
          #toggle-menu,
          #menu a {
              position: relative;
              display: block;
              color: #000;
              /*text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);*/
          }
          .primary_nav {
              display: none;
          }
          #menu,
          #toggle-menu {
              /*background-color: #09c;*/
              color: #1580ad;
  
          }
  
          #toggle-menu,
          #menu a {
              padding: 1em 1.5em;
          }
  
          #menu a {
              transition: all .125s ease-in-out;
              -webkit-transition: all .125s ease-in-out;
          }
  
          #menu a:hover {
              background-color: white;
              color: #09c;
          }
  
   
  
          #menu input[type="checkbox"]:checked + .sub-menu {
              display: block;
          }
  
          .showMenu{
              display: block;
          }
          
          .hideMenu{
              display: none;
          }
          #menu .sub-menu a:hover {
              color: #444;
          }
  
          #toggle-menu .drop-icon,
          #menu li label.drop-icon {
              position: absolute;
              left: 1.5em;
              top: 1.25em;
          }
  
          #menu label.drop-icon, #toggle-menu span.drop-icon {
              border-radius: 50%;
              width: 1em;
              height: 1em;
              text-align: center;
              background-color: rgba(0, 0, 0, .125);
              text-shadow: 0 0 0 transparent;
              color: rgba(255, 255, 255, .75);
          }
  
          #menu .drop-icon {
              line-height: 1;
          }
  
  
          @media only screen and (max-width: 64em) and (min-width: 52.01em) {
              #menu li {
                  width: 33.333%;
              }
  
              #menu .sub-menu li {
                  width: auto;
              }
          }
  
          @media only screen and (min-width: 52em) {
              #menu .main-menu {
                  display: none;
              }
              .primary_nav {
                  display: block;
              }
  
              #toggle-menu,
              #menu label.drop-icon {
                  display: none;
              }
  
              #menu ul span.drop-icon {
                  display: inline-block;
              }
  
              #menu li {
                  float: left;
                  border-width: 0 1px 0 0;
              }
  
              #menu .sub-menu li {
                  float: none;
              }
  
              #menu .sub-menu {
                  border-width: 0;
                  margin: 0;
                  position: absolute;
                  top: 100%;
                  left: 0;
                  width: 12em;
                  z-index: 3000;
              }
  
              #menu .sub-menu,
              #menu input[type="checkbox"]:checked + .sub-menu {
                  display: none;
              }
  
              #menu .sub-menu li {
                  border-width: 0 0 1px;
              }
  
              #menu .sub-menu .sub-menu {
                  top: 0;
                  left: 100%;
              }
  
              #menu li:hover > input[type="checkbox"] + .sub-menu {
                  display: block;
              }
          }
  
  
          ::selection{
          color: #fff;
          background: #664AFF;
          }
  
  /* LOADER */
  .no-js #loader { display: none;  }
      .js #loader { display: block; position: absolute; left: 100px; top: 0; }
      .se-pre-con {
          position: fixed;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          z-index: 9999;
          background: url("/website/images/loader-64x/Preloader_11.gif") center no-repeat #fff;
      }
  
  
  .slick-d-none{
    display: none;
  }
  
  .owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 50%;
  }
  
  .includedcourses{
    top: 20% !important;
  }
  
  .instructors-nav{
    top: 35% !important;
  }
  
  .owl-carousel .prev-slide{
    width: 34px;
    height: 34px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e4e4e4;
    color: #2b2b2b;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
    -o-transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
    -webkit-transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
    transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
      left: -42px;
  }
  .owl-carousel .next-slide{
    width: 34px;
      height: 34px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #e4e4e4;
      color: #2b2b2b;
      z-index: 2;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -moz-transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
      -o-transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
      -webkit-transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
      transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
    right: -42px;
  }
  
  
  
  .owl-carousel .prev-slide:hover{
    background-color: #cbcbcb;
  }
  .owl-carousel .next-slide:hover{
    background-color: #cbcbcb;
  }   
  
  .bunch_item_dark_bg{
    background-color: #f7f7f7;
  }
  
  .bunch_item{
    padding: 0 18px 12px;
  }
  
  @media (max-width: 768px){
  
    .owl-carousel .next-slide{
      right: -10px;
    }
    .owl-carousel .prev-slide{
      left: -10px;
    }
    .paymentmethods{
      width: 100% !important;
    }
    .paymentmethods > img{
      margin-right: 8px !important;
      width: 54px !important;
    }
    #lectureModal{
      max-width: 100% !important;
    }
  }
  
  .footer_included_courses{
    margin-top: 24px;
    max-height: 275px;
    overflow-y: auto;
  }
  .common_course{
    display: block;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #2b2b2b;
    text-decoration: none;
    padding: 10px 0;
    border-top: 1px solid #d8d8d8;
    -moz-transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
    -o-transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
    -webkit-transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
    transition: background-color,cubic-bezier(.25,.8,.25,1) .5s;
  }
  
  .common_course_figure{
    width: 130px;
    margin: 0;
    padding: 0;
  }
  
  .common_course_div{
  
    padding: 10px 12px;
    -webkit-flex: 1;
    flex: 1;
    
  }
  
  .common_course_title{
    font-size: 14px;
    margin: 0;
  }
  
  .trainers_item_content{
    padding: 14px;
  }
  
  .trainers_item_content a{
  
    display: block;
    color: #2b2b2b;
    text-decoration: none;
  }
  
  .mostviewed-nav{
    top: 35% !important;
  }
  
  .grecaptcha-badge { 
    visibility: hidden;
  }
  
  .course_detail_nav.is_stuck {
    top: 0 !important;
    z-index: 9 !important;
  }
  
  .exam_question{
    margin-left: 20px;
  }
  
  .bg-main-color{
    background-color: #1782ad;
  }

  .payment-method-image{
    height: 40px; width:148px; margin:13px;
  }

  .bg-main-color:hover{

    background-color: #2a81a5;
    cursor: pointer;
  }

  .list-group-item h3{
    display: inline-block;
    font-size: 20px;
    color: #1782ad;
  }

  .list-group-item i{
    color: #1782ad;
  }
  .list-group-item{
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    /* background-color: #fff;
    /* border: 1px solid rgba(0,0,0,.125); */
    background-color: unset !important;
    border: unset !important;
  }
  
  .joininstructor-card-text{
    font-size: 19px;
  }
  
  .joininstructor-bg{
    background-image: url('/website/images/joininstructor3.jpg');
    background-size: cover;
    height: 600px;
  }
  
  .joininstructor-card{
    background: rgb(255 255 255 / 50%) !important;
  }

  @media (max-width: 768px) {

    .joininstructor-card-text{
      font-size: unset;
    }
  
    .joininstructor-card{
    }
  
    .joininstructor-bg{
      height: 652px;
    }
  
    .list-group-item{
      text-align: center;
    }
  }
  
  .view-more-section {
    color: #fff !important;
    background: #333333;
    padding: 5px 30px 5px 30px;
    border-radius: 50px;
    border: 1px solid transparent;
    display: inline-block;
}

/* DIRECT BUY MODAL */

.modal-header{
  border-bottom: 0;
  padding: 10px;
}  

.flexRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#loading-spinner {
  margin-right: 50%;
}

.direct-buy-modal-title {
  margin-right: 46px;
}

.section_title_1 {
  font-weight: 300;
  margin-bottom: 40px;
}

.item-card {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
}

.payment-method-card-modal {
  height: 150px;
  margin: 5px;
  margin-right: 46px;
}

.payment-method-image-modal {
  width: 87%;
  padding-top: 15px;
}

.consultations-payment-method-card-modal {
  height: 150px;
  margin: 5px;
  margin-left: 46px;
  margin-right: 46px;
}

.consultations-payment-method-image-modal {
  width: 87%;
  padding-top: 15px;
}

@media (min-width: 576px){
  .modal-dialog {
      max-width: 700px !important;
  }
}

#webinar-certificate-placeholder{
  width: 60%;
}

@media (max-width: 768px){
  #webinar-certificate-placeholder{
    width: 100%;
  }
}

/* START DIRECT PAY INVOICE STYLE */

.text-secondary-d1 {
  color: #728299!important;
}
.page-header {
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  padding-top: .5rem;
  border-bottom: 1px dotted #e2e2e2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.page-title-invoice {
  padding: 0;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 300;
}
.brc-default-l1 {
  border-color: #dce9f0!important;
}

.ml-n1, .mx-n1 {
  margin-left: -.25rem!important;
}
.mr-n1, .mx-n1 {
  margin-right: -.25rem!important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

.text-grey-m2 {
  color: #888a8d!important;
}

.text-success-m2 {
  color: #86bd68!important;
}

.font-bolder, .text-600 {
  font-weight: 600!important;
}

.text-110 {
  font-size: 110%!important;
}
.text-blue {
  color: #478fcc!important;
}
.pb-25, .py-25 {
  padding-bottom: .75rem!important;
}

.pt-25, .py-25 {
  padding-top: .75rem!important;
}
.bgc-default-tp1 {
  background-color: rgba(121,169,197,.92)!important;
}
.bgc-default-l4, .bgc-h-default-l4:hover {
  background-color: #f3f8fa!important;
}
.page-header .page-tools {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.btn-light {
  color: #757984;
  background-color: #f5f6f9;
  border-color: #dddfe4;
}
.w-2 {
  width: 1rem;
}

.text-120 {
  font-size: 120%!important;
}
.text-primary-m1 {
  color: #4087d4!important;
}

.text-danger-m1 {
  color: #dd4949!important;
}
.text-blue-m2 {
  color: #68a3d5!important;
}
.text-150 {
  font-size: 150%!important;
}
.text-60 {
  font-size: 60%!important;
}
.text-grey-m1 {
  color: #7b7d81!important;
}
.align-bottom {
  vertical-align: bottom!important;
}

/* ENd DIRECT PAY INVOICE STYLE */

#transactions-table_wrapper .dt-buttons {
  padding: 24px;
}

#transactions-table_wrapper{

  padding-bottom: 20px;
}

#transactions-table_filter{
  float: left;
}

.nopaddingmargin {
  padding: 0 !important;
  margin: 0 !important;
}

.whatsapp-icon-fa{
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
  background: #18B289;
  padding: 6px;
}

.whatsapp-icon-text{
  color: #505763 !important;
  font-weight: bold;
}

.float{
position:fixed;
  left: 0;
  margin-left: 24px;
width:60px;
height:60px;
bottom:0;
  margin-bottom: 16px;
background-color:#18B289;
color:#FFF;
border-radius:50px;
text-align:center;
box-shadow: 2px 2px 3px #999;
  z-index: 2;
}

.my-float{
margin-top:10px;
  font-size: 40px;
}

.float:hover{
background-color:#0C9;
color:#FFF;
}

/* START NEW FOOTER */
.main-footer > footer{padding: 50px 0 0 0;background: #005430;}
.main-footer > footer img{
    /* width: 140px; */
}
.paymentmethods{
  background-color: white;
  margin-bottom: 20px;
  align-items: center;
  width: 50%;
}
.paymentmethods > img{
  width: 70px;
  margin-right: 32px;
}
.main-footer > footer p{
    color: #fff;
    line-height: 17px;
}
.footer-title{
    color: #fff;
    font-weight: 300;
}
.footer-title span{
    font-weight: 700;
    font-size: 45px;
}
.main-footer > footer ul{
    padding: 20px 0;
    margin-left: 20px;
}
.main-footer > footer ul li{
    color: white;
    list-style: circle;
    width: 50%;
    float: left;
}
.main-footer > footer ul li a{
    color: #fff;
    font-size: 14px;
}
.main-footer > footer span{ color: #fff;}
.social{
    padding: 10px 0;
}
.social a{
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin: 0 6px;
}
.social a:hover{
    background: #39b7b5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social a i{
    width: 17px;
    height: 17px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.sign-ico{
    margin: 20px 0;
}
.social.sign-ico a{
    
    border: 0;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin: 0 6px;

}
.seprt{
    width: 100%;
    position: relative;
    text-align: center;
}
.seprt:before{
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
    background: #ddd;
    right: 0;
    left: 0;
}
.content-container{ margin-left: 15px; margin-right: 15px;}
.seprt i{
    background: #fff;
    padding: 0 30px;
    display: inline;
    z-index: 2;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}
.social.sign-ico a:hover{
    background: #39b7b5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social.sign-ico a i{
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    margin-top: 3px;
}
.face-color{background: #3b5b95;}
.twitt-color{background: #22a3ee;}
.in-color{ background: #0675ae;}
.g-color{background: #e33739;}

.facebook{
    background: url(../images/facebook.svg) center center no-repeat;
}
.twitter{
    background: url(../images/twitter.svg) center center no-repeat;
}
.linkedin{
    background: url(../images/linkedin.svg) center center no-repeat;
}
.instagram{
    background: url(../images/instagram.svg) center center no-repeat;
}
.googleplus{
    background: url(../images/google-plus.svg) center center no-repeat;
}
.youtube{
    background: url(../images/youtube.svg) center center no-repeat;
}
.copywrite{
    padding: 20px;
    border-top: 1px solid #454545;
    text-align: center;
    margin-top: 50px;
}
.copywrite p{ color: #fff;}
.copywrite span{ color: #39b7b5;}
/* END NEW FOOTER */

/* START LOADER */
.flexCenter{display: flex; justify-content: center; align-items: center; width: 100%}
.loading{
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 999999;
}
.loader-logo{
  width: 250px;
  margin: 0 auto;
}
.loader-logo img{    width: 275px;
  display: block;
  margin: 0 auto;}
.loader {
  color: #005430;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* END LOADER */

.headerlogonavcontainer{
  display: inline-flex;
}

.headersearchcontainer{
  display: inline-flex;
}

.hide-desktop{
  display: none !important;
}

.home-bestlearning-rating{
  position: fixed;
  left: 8px;
  bottom: 31px;
}

.home-bestlearning-visits{
  /* position: fixed;
  left: 9px;
  bottom: 58px; */
}

.accordion_list .card .card_body .card_body_row .timing {
  position: absolute;
  left: 65px;
  top: 50%;
}

.accordion_list .card .card_body .card_body_row .lock {
  position: absolute;
  left: 24px;
  top: 50%;
}

.accordion_list .card .card_body .card_body_row .play_puse {
  position: absolute;
  left: 24px;
  top: 28%;
}

.dropdown-menu {
  text-align-last: right !important;
}

.apus-search {
  outline: none;
  height: 45px;
  font-size: 14px;
  color: #555555;
  background-color: transparent;
  padding-right: 30px;
padding-left: 60px;
border-radius: 50px;
}

.btn-search-icon {
  border: 0;
  margin: 0;
  outline: none;
  background-color: transparent;
  padding: 0 0 0 20px;
  position: absolute;
  top: 34%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13px;
}

.views-badge {
  position: absolute;
  right: 22px;
  top: 22px;
  background-color: #005430 !important;
  font-size: 18px;

}


.content {
  overflow: none;
  width: 100%;
  max-width: 500px;
  padding: 0px 0;
  height: 500px;
  /* position: relative; */
  margin: 20px auto;
  background: #fc7fb2; }

/*  Events display */
.events-container {
  width: 100%;
  float: left;
  margin: 0px auto;
  /* display: inline-block; */
  padding: 0px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  padding: 0; }
  @media (max-width: 767.98px) {
    .events-container {
      width: 100%;
      height: auto; } }

.events-container:after {
  clear: both; }

/* .event-card {
  padding: 20px 0;
  max-width: 100%;
  display: block;
  background: #fc7fb2;
  border: none !important;
  margin: 20px;
  color: #fff;
  margin-left: 12px;
  border-radius: 4px;
  margin: 0; } */

  .event-card:hover{
    box-shadow: 10px 6px 8px -4px #888888;
    cursor: pointer;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }

.event-count, .event-name, .event-cancelled {
  display: inline;
  padding: 0 10px;
  font-size: 1rem; }

.event-count {
  color: #fc7fb2;
  text-align: right; }

.event-name {
   }

.event-cancelled {
  color: #fc7fb2;
  text-align: right; }

/*  Calendar wrapper */
.calendar-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  background: #fff;
  font: 13px Helvetica, Arial, san-serif;
  display: inline-block;
  padding: 20px;
  float: right; }
  @media (max-width: 991.98px) {
    .calendar-container {
      padding: 0; } }
  @media (max-width: 767.98px) {
    .calendar-container {
      padding: 0;
      width: 100%; } }

.calendar-container:after {
  clear: both; }

.calendar {
  width: 100%;
  padding: 0; }

/* Calendar Header */
.year-header {
  background: #fff;
  height: 40px;
  text-align: center;
  position: relative;
  color: #fff;
  border-top-left-radius: 3px;
  margin-top: 20px; }

.year-header span {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: #000; }

.left-button, .right-button {
  cursor: pointer;
  width: 28px;
  text-align: center;
  position: absolute;
  color: #cccccc !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px !important; }
  @media (prefers-reduced-motion: reduce) {
    .left-button, .right-button {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .left-button:hover, .right-button:hover {
    color: #fc7fb2 !important; }

.left-button {
  left: 0; }

.right-button {
  right: 0;
  top: 0; }

  .signin-signup-btns{
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      outline: none;
      font-size: 1rem;
      border-radius: 25px;
      padding: 0.65rem 1.9rem;
      -webkit-transition: .2s ease all;
      -o-transition: .2s ease all;
      transition: .2s ease all;
      color: white;
      border: none;
      /* background: #fc7fb2;  */
  }
/* Buttons */
/* .button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 1rem;
  border-radius: 25px;
  padding: 0.65rem 1.9rem;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
  color: white;
  border: none;
  /* background: #fc7fb2;  */
} */
  .button.button-white {
    background: #fff;
    color: #000; }
  .button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }

/* #cancel-button {
  background: #000; } */

#add-button {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px; }

#add-button:hover, #ok-button:hover, #cancel-button:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

#add-button:active, #ok-button:active, #cancel-button:active {
  -webkit-transform: translateY(3px) scale(0.97);
  -ms-transform: translateY(3px) scale(0.97);
  transform: translateY(3px) scale(0.97); }

/* Days/months tables */
.days-table, .dates-table, .months-table {
  border-collapse: separate;
  text-align: center; }

.day {
  height: 26px;
  width: 26px;
  padding: 0 10px;
  line-height: 26px;
  border: 2px solid transparent;
  text-transform: uppercase;
  font-size: 10px;
  color: #000; }

.month {
  cursor: default;
  height: 26px;
  width: 26px;
  padding: 0 2px;
  padding-top: 10px;
  line-height: 26px;
  text-transform: uppercase;
  font-size: 11px;
  color: #cccccc;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms; }
  @media (max-width: 991.98px) {
    .month {
      font-size: 8px; } }
  @media (max-width: 767.98px) {
    .month {
      font-size: 10.5px; } }

.active-month {
  font-weight: 700;
  color: #fc7fb2; }

.month:hover {
  color: #fc7fb2; }

/*  Dates table */
.table-date {
  cursor: default;
  color: #2b2b2b;
  height: 26px;
  width: 26px;
  font-size: 15px;
  padding: 10px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  position: relative;
  z-index: 0; }
  .table-date:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    content: '';
    margin: 0 auto;
    border-radius: 50%;
    z-index: -1; }

.event-date {
  border-color: #fc7fb2;
  background: #fc7fb2;
  color: #fff; }
  .event-date:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #ffc107;
    border: 1px solid white; }

.active-date {
  color: #fff; }
  .active-date:before {
    background: #005430; }

.event-date.active-date {
  background: transparent;
  border: none; }

  /* input dialog */
.dialog {
  z-index: 5;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: none; }
  @media (max-width: 767.98px) {
    .dialog {
      width: 100%; } }

.dialog-header {
  margin: 20px;
  margin-top: 30px;
  color: #000;
  text-align: center;
  font-size: 28px; }

.form-container {
  margin-top: 20%; }

.form-label {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9); }

.input {
  border: none;
  background: none;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  display: block;
  margin-bottom: 30px;
  width: 300px;
  height: 40px;
  text-align: center;
  -webkit-transition: border-color 250ms;
  -o-transition: border-color 250ms;
  transition: border-color 250ms;
  border-radius: 40px;
  color: #fff; }

.input:focus {
  outline: none;
  border-color: #fff; }

.input-textarea{
  border: none;
  background: none;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  display: block;
  margin-bottom: 30px;
  width: 90%;
  text-align: center;
  -webkit-transition: border-color 250ms;
  -o-transition: border-color 250ms;
  transition: border-color 250ms;
  border-radius: 40px;
  color: #000;
}

.input-textarea:focus {
  outline: none;
  border-color: #000; }

.error-input {
  border-color: #fc7fb2; }
  

  .note-buttons{
    bottom: 17px;
    position: absolute;
    font-size: 19px;
    cursor: pointer;
  }


    /* START WEEKLY TARGET RADIO BUTTON */
    .weekly-target-wrapper {
      display: inline-flex;
      background: #fff;
      height: 100px;
      width: 100%;
      align-items: center;
      justify-content: space-evenly;
      border-radius: 5px;
      padding: 20px 15px;
      box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
      }
    .weekly-target-wrapper .option {
      background: #fff;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      margin: 0 10px;
      border-radius: 5px;
      cursor: pointer;
      padding: 0 10px;
      border: 2px solid lightgrey;
      transition: all 0.3s ease;
      }
      
      .weekly-target-wrapper .option .dot {
      height: 20px;
      width: 20px;
      background: #d9d9d9;
      border-radius: 50%;
      position: relative;
      }
      
      .weekly-target-wrapper .option .dot::before {
      position: absolute;
      content: "";
      top: 4px;
      left: 4px;
      width: 12px;
      height: 12px;
      background: #22dba8;
      border-radius: 50%;
      opacity: 0;
      transform: scale(1.5);
      transition: all 0.3s ease;
      }
      
      .weekly-target-wrapper > input[type="radio"] {
      display: none;
      }
      
      #option-1:checked:checked ~ .option-1,
      #option-2:checked:checked ~ .option-2,
      #option-3:checked:checked ~ .option-3,
      #option-4:checked:checked ~ .option-4 {
      border-color: #22dba8;
      background: #22dba8;
      }
      
      #option-1:checked:checked ~ .option-1 .dot,
      #option-2:checked:checked ~ .option-2 .dot,
      #option-3:checked:checked ~ .option-3 .dot,
      #option-4:checked:checked ~ .option-4 .dot {
      background: #fff;
      }
      
      #option-1:checked:checked ~ .option-1 .dot::before,
      #option-2:checked:checked ~ .option-2 .dot::before,
      #option-3:checked:checked ~ .option-3 .dot::before,
      #option-4:checked:checked ~ .option-4 .dot::before {
      opacity: 1;
      transform: scale(1);
      }
      
      .weekly-target-wrapper .option span {
      font-size: 20px;
      color: #808080;
      }
      
      #option-1:checked:checked ~ .option-1 span,
      #option-2:checked:checked ~ .option-2 span {
      color: #fff;
      }
      /* END WEEKLY TARGET GROUP */

      .exam_question{
        margin-right: 20px;
      }


@media (max-width: 768px) {
  .consultations-payment-method-image-modal{
    width: 45%;
  }
}

.date-disabled:before{
  cursor: not-allowed;
  background: #cccccc;
}



 .navigation-primary {
   >ul {
     margin: 0;
     padding: 0;
     list-style-type: none;

     >li {
       display: inline-block;

       >a {
         display: block;
         color: #545454;
         /*padding: 25px 15px;*/
         text-transform: uppercase;
         position: relative;
         transition: all 0.3s ease-in-out;
         text-decoration: none;
       }


       &:hover {
         >.mega-menu,
         >.sub-menu {
           visibility: visible;
           opacity: 1;
           transform: translateY(0);
         }

         >a {
           background: #b0b0b0;
           color: #fff;
         }
       }
     }


     .mega-menu,
     .sub-menu {
       z-index: 9999;
       padding: 0;
       position: absolute;
       background: #FCFCFC;
       border-top: 3px solid #519cf8;
       visibility: hidden;
       opacity: 0;
       transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
       transform: translateY(20%);
       left: 0;

       >li {

         a {
           display: block;
           color: #252525;
           text-decoration: none;

           color: #858585;
         }

         >.sub-menu {
           background: #f8f8f8;
         }

       }
     }

     .mega-menu {
       left: 0;
       width: 100%;
       padding: 15px 30px;

       li {
         display: inline-block;
         position: relative;

         .badge {
           position: absolute;
           padding: 3px 5px;
           background: #e74c3c;
           right: -10px;
           z-index: 999;
           color: #fff;
         }

         a {
           padding: 5px 20px;

         }

         ul {
           padding: 0;
           li{
             display: block;

             a{
               color: #858585;
               transition: all 0.5s ease-in-out;
             }

             &:hover {
               a {
                 background: #519cf8;
                 color: white;
               }
             }
           }
         }
       }


       >li {
         margin-right: 30px;
         >a {
           text-transform: uppercase;
         }
       }
     }

     .sub-menu {
       min-width: 200px;
       li {
         display: block;
         position: relative;

         a {
           padding: 5px 15px;
           transition: all 0.5s ease-in-out;
         }

         .sub-menu {
           border-top: none;
           left: 100%;
           top: 0;
         }

         &:hover {
           >.mega-menu,
           >.sub-menu {
             visibility: visible;
             opacity: 1;
             transform: translateY(0);
           }

           >a {
             background: #519cf8;
             color: white;
           }
         }
       }
     }
   }
 }

.hero {
  text-align: center;
  padding: 10% 0;
  h2 {
    text-transform: uppercase;
    color: #fff;
  }

  p{
    color: #a3a3a3;
  }
}

@media all and (max-width: 600px)
{
  .navigation-primary {
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 0;
    min-width: 160px;
  }
}

