body{
  overflow-x: hidden;
  color: #000;
}
a{
  color: #9C9C9C;
}
.text-pink{ color: #F15679 !important; }
.text-orange{ color: #F7931E !important; }
.text-white{ color: #FFF !important; }
.text-gray{ color: #9C9C9C !important; }
.text-dark-gray{ color: #434343 !important; }
.text-red{ color: #D42525 !important; }
.text-blue{ color: #4C56C0 !important; }
.text-bold{ font-weight: bold; }
.bg-gray{ background: #E6E4F3; }
.bg-light-gray{ background: #efefef; }
.text-green{ color: #009640; }
.bg-green{ background: #009640; }
.transparent-text{ color: #B3ACE2; }
.hr-transparent{ border-top: 1px solid #B3ACE2; }
.bg-gradient-orange{ background: transparent linear-gradient(180deg, #F7931E 0%, #F3944C 100%) 0% 0% no-repeat padding-box;  }
.bg-gradient-blue{ background: transparent linear-gradient(180deg, #4C56C0 0%, #3F4695 100%) 0% 0% no-repeat padding-box;  }
.bg-gradient-pink{ background: transparent linear-gradient(90deg, #F15679 0%, #FF62A3 100%) 0% 0% no-repeat padding-box;  }
.bg-white{ background: #FFF; }
.border-orange{ border: 2px solid #F7931E; }
.shadow{ box-shadow: 0px 0px 55px #00000017; }
.dropdown-toggle, .btn-outline-dark, .search{
    border: 2px solid #FFF;
    border-radius: 6px;
    margin: 0 2px;
    font-size: 10px;
    padding: 5px 7px;
    color: #FFF;
}
.dropdown-toggle{
    border: 2px solid #FFF;
    border-radius: 6px;
    margin: 0 5px;
    font-size: 10px;
}
.search{
  border: none;
  font-size: 13px;
}

.navbar-middle a{
    font-size: 18px;
    font-weight: bold;
}
.navbar-middle a.active, .navbar-middle a:hover{
  color: #F15679 !important;
}
.rounded {
    border-radius: 63px !important;
}
.relative{
  position: relative;
}
.top_bar{
  color: #FFF;
}
.social-icons a {
    display: inline-block;
    background: rgba(255,255,255,0.4);
    height: 28px;
    width: 28px;
    line-height: 31px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
}
.btn-gradient-orange {
background: transparent linear-gradient(180deg, #F7931E 0%, #F3944C 100%) 0% 0% no-repeat padding-box;
box-shadow: 10px 10px 15px #F7931E33;
    color: #FFF;
    padding: 8px 35px;
    border: none;
}
.btn-gradient-green {
background: transparent linear-gradient(180deg, #6CBB83 0%, #009640 50%, #00863E 100%) 0% 0% no-repeat padding-box;
box-shadow: 10px 10px 15px #00863E33;
    color: #FFF;
    padding: 8px 35px;
    border: none;
}
header{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 9px 20px #00000012;
}
footer {
  background-image: url("../images/bg-footer.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
color: #FFF !important;
}
footer a{
  color: #FFF !important;
}
footer .nav-link {
    padding: 5px 0px;
}
.round1{
  border-radius: 15px;
}
ul{
  list-style: none;
}
.card{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 40px 40px #C5C3F926;
border: none;
border-radius: 0px;
margin-bottom: 20px;
}
.card2{
	box-shadow: 0px 30px 50px #00000024;
}
.card3{
  box-shadow: 0px 10px 37px #0000001F;
}
.card4{
  box-shadow: 0px 0px 4px #00000029;
}
.bg-cover{
  background-image: url("../images/bg1.png");
  background-position: top left ;
 background-size: 50% 220px;
  background-repeat: no-repeat;
}
.bg-cover2{
  background-image: url("../images/bg2.png");
  background-position: top left ;
  background-repeat: no-repeat;
  background-size: 100% 250px;
}
.bg-cover3{
  background-image: url("../images/bg3.png");
  background-repeat: no-repeat;
  background-size: 100% 130%;
}
.bg-cover4{
  background-image: url("../images/bg4.svg");
  background-position: top left ;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-cover5{
  background-image: url("../images/bg5.png");
  background-size: 100% 400px !important;
  background-repeat: no-repeat;
}
.bg-cover6{
  background-image: url("../images/bg6.png");
  background-position: top right ;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-cover7{
  background-image: url("../images/bg7.png");
  background-position: top right ;
  background-repeat: no-repeat;
}
.bg-cover8{
  background-image: url("../images/bg8.png");
  background-position: top right ;
  background-repeat: no-repeat;
}
.btn-relative{
  position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    bottom: -9px;
}
.relative-circle{
   position: absolute;
    left: 20px;
    bottom: -17px; 
    display: inline-block;
    background: #4C56C0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 50%
}
.border-bottom{
  border-bottom: 4px solid #E6E4F3 !important;
}
.saying-img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.form-control{
background: #FFFFFF;
border: 1px solid #D6D6D6;
border-radius: 0;
    padding: 1.375rem .75rem;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #747474 !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #747474 !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #747474 !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #747474 !important;
}
.form-dark .form-control{
  background: #E6E4F3;
}
.bg-transparent{ background: transparent; }
.bg-white{ background: #FFF; }
.blog .bb{
  width: 90%;
  margin: 0 auto;
  /*margin-top: -30px;*/
}
.from2 input{
	border: none;
	border-bottom: 1px solid #8F8F8F !important;
	color: #8F8F8F !important;
	border-radius: 0;
}
.btn-facebook{
  background: #1964B9;
  text-align: center;
  color: #FFF;
  padding: 10px;
}
.btn-gmail{
  background: #F65353;
  text-align: center;
  color: #FFF;
  padding: 10px;
}
.h-200{
  height: 200px
}
.corner-top-right{
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #009640;
  border-left: 50px solid transparent;
}
.corner-top-left{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  color: #F7931E ;
}
.corner-top-left i{
  font-size: 20px;
  margin-top: 10px;
}
.corner-bottom-left{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid #009640;
  border-right: 50px solid transparent;
}
.corner-bottom-right{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #F7931E ;
}
.corner-bottom-right i{
  font-size: 20px;
  margin-top: 10px;
}
/*div {
    width: 350px;
    height: 350px;
  background-color: #39cccc;
  background-size: cover;
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
}*/
.profile2-img {
    position: absolute;
    top: -26px;
     left: 0; 
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.profile2-img img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: inline-block !important;
}
.section-title{
  position: relative;
}
.section-title:after {
    content: "";
    position: absolute;
    border-top: 3px solid #8BC540;
    left: 47%;
    bottom: -10px;
    width: 7%;
    height: 0px;
}
.section-title2{
  position: relative;
}
.section-title2:after {
  content: "";
    position: absolute;
    border-top: 3px solid #8BC540;
    right: 0;
    bottom: -13px;
    width: 7%;
    height: 0px;
    margin-bottom: 10px;
}

.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #F7931E78;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}
.progress.blue .progress-bar{
    border-color: #049dff;
}
.progress.blue .progress-value{
    color: #049dff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #F7931E;
}
.progress.yellow .progress-value{
    color: #333333;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-value{
    color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-value{
    color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

.skills-bar-container {
/*  position: relative;
  width: 40%;
  min-width: 300px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  list-style: none;
}
.skills-bar-container li {
  position: relative;
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
}
.skills-bar-container li .progressbar-title {
  color: #333333;
  margin-bottom: 20px;
}
.skills-bar-container li .progressbar-title h3 {
  display: inline-block;
}
.skills-bar-container li .progressbar-title .percent {
  position: absolute;
  right: 5px;
}
.skills-bar-container li .bar-container {
  background: #555;
  position: relative;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.skills-bar-container li .bar-container .progressbar {
  position: absolute;
  width: 0%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.skills-bar-container li .bar-container #progress-html {
  -webkit-animation-name: progress-html;
  animation-name: progress-html;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.skills-bar-container li .bar-container #progress-css {
  -webkit-animation-name: progress-css;
  animation-name: progress-css;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.skills-bar-container li .bar-container #progress-javascript {
  -webkit-animation-name: progress-javascript;
  animation-name: progress-javascript;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.skills-bar-container li .bar-container #progress-php {
  -webkit-animation-name: progress-php;
  animation-name: progress-php;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.skills-bar-container li .bar-container #progress-angular {
  -webkit-animation-name: progress-angular;
  animation-name: progress-angular;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.progressred {
  background-color: #c0392b;
}

.progressblue {
  background-color: #1199ff;
}

.progresspurple {
  background-color: #9b59b6;
}

.progressorange {
  background-color: #ffa500;
}

.progressgreen {
  background-color: #27ae60;
}

@-webkit-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-webkit-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-webkit-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}
@-webkit-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 65%;
  }
}
@-moz-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-moz-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-moz-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}
@-moz-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 65%;
  }
}
@keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 55%;
  }
}
@keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 65%;
  }
}

.counter {
    width: 170px;
    height: 170px;
    line-height: 170px;
    font-size: 35px;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid #009640;
}
.msg{
  font-size: 20px;
}
.circle-green{
background: transparent linear-gradient(180deg, #6CBB83 0%, #009640 50%, #00863E 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.clickable{
  cursor: pointer;
}
.modal-content{
  /*background: transparent linear-gradient(to bottom, #6CBB83 0%, #009640 50%, #FFF 50%);*/
}
.close{
    float: none;
    font-size: 31px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    color: #00863E !important;
    background: #FFF !important;
    height: 20px;
    width: 20px;
    display: block;
    line-height: 10px;
    margin: 0 auto !important;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 17px;
    padding: 0 !important;
    opacity: 1;
}
.modal-header{
  border:0;
}
.pagination{
  padding: 0;
}
.page-item.active .page-link {
    background: transparent linear-gradient(180deg, #F7931E 0%, #F3944C 100%) 0% 0% no-repeat padding-box;
}
.page-item.disabled .page-link,.page-link:hover {
    color: #F7931E;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.25;
    color: #F7931E;
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px !important;
}
.btn-gradient-pink {
    background: transparent linear-gradient(180deg, #F15679 0%, #FF62A3 100%) 0% 0% no-repeat padding-box;
    box-shadow: 20px 9px 30px #F156794D;
    border-radius: 36px;
    color: #FFF;
    padding: 8px 35px;
    border: none;
}
.btn-gradient-blue {
    background: transparent linear-gradient(180deg, #4C56C0 0%, #3F4695 100%) 0% 0% no-repeat padding-box;
    border-radius: 36px;
    color: #FFF;
    padding: 8px 35px;
    border: none;
}
.course-thumbnail{
  border-radius: 6pt;
      position: relative;
      transition: .3s;
      box-shadow: 0 3px 0.75pc rgba(0, 0, 0, .15);
overflow: hidden;
}
.item1-links a {
    border: 4px solid #E6E4F3;
    border-bottom: 0;
    padding: 14px;
}
.slider .slick-slide{
  height: 430px;
  background-repeat: no-repeat; 
  background-size: 100% 100%;
  background-color:#4C56C0;
}


/****************************************************************/
.lessons-page{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
}
.course-video-list a{
  margin-bottom: 10px;
}
.course-video-list .active a{
  color: #F15679 !important;
  margin-bottom: 10px;
}
.course-video-list i{
  color: #FFF !important;
  background: transparent linear-gradient(180deg, #4C56C0 0%, #3F4695 100%) 0% 0% no-repeat padding-box;
  width: 28px;
  height: 28px;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
}
.course-video-list .active i{
  color: #FFF !important;
  background: transparent linear-gradient(90deg, #F15679 0%, #FF62A3 100%) 0% 0% no-repeat padding-box;
}
.lessons-page .card{
  margin-bottom: 4px !important;
}
.form2 .form-control{
  background: rgba(255,255,255,0.4);
border-radius: 10px;
    direction: ltr !important;
    text-align: right;
    border:none;
}
.form2 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF !important;
}
.form2 .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #FFF !important;
}
.form2 .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #FFF !important;
}
.form2 .form-control:-moz-placeholder { /* Firefox 18- */
  color: #FFF !important;
}
.navbar-middle a{
    line-height: 18px;
}
.navbar-middle a.active:after, .navbar-middle a:hover :after {
    content: "";
    display: inline-block;
    height: 3px;
    vertical-align: bottom;
    width: 45%;
    margin-right: 25%;
    border-radius: 2px;
    background: #F15679 !important;
}
.line-pink{
  background: #F15679 !important;
  display: inline-block;
  width: 40px; 
  height: 9px;
  border-radius: 7px;
}
.form3 .form-control{
    border: none;
    border-bottom: 1px solid #D6D6D6;
    background: transparent;
}
a,a:hover{
  text-decoration: none;
}
.btn-gradient-pink:hover,.btn-gradient-green:hover,.btn-gradient-blue:hover{
  color: #FFF;
}
form{
	direction: ltr !important;
}
form .form-control{
	text-align: right !important;
  padding-right: 0;
}
.btn-gradient-pink:focus,
.btn-gradient-green:focus,
.btn-gradient-blue:focus,
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.form-control:focus {
    color: #495057;
    background-color: unset;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.form-check{
  direction: rtl;
}
input[type=email],input[type=text]{
  font-family: 'arial' !important;
}
label {
  margin-bottom: 0; 
}
.form-group {
    margin-bottom: 5px;
}

.pretty {
     margin-right: 0px !important; 
}
.pretty .state label:after, .pretty .state label:before,
.pretty .state label:after, .pretty .state label:before,
.pretty.p-icon .state .icon {
    right: 0;
    left: auto;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    border-radius: 18px;
    border-width: 2px;
}

@media only screen and (max-width: 600px) {
  .widget {
    text-align: center;
  }
  .ss{ background: #009640; }
  .ss img{
    max-height: 230px !important;
  }
  .navbar .btn-gradient-orange{
    width: 100% !important;
    display: block;
    margin: 0 !important;
    margin-bottom: 5px !important;
    text-align: center;
  }
  #user_stats .col-md-4,
  .profile2 .col-md-5,
  .profile2 .col-md-7{
    padding: 0px;
    margin-bottom: 10px;
  }
  footer{
    text-align: center;
    background: transparent linear-gradient(180deg, #4C56C0 0%, #3F4695 100%) 0% 0% no-repeat padding-box; 
  }
  .xs-center{
    text-align: center !important;
  }
  nav .btn-gradient-pink{
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
	.navbar-middle a.active:after, .navbar-middle a:hover :after {
	    width: 100% !important;
	    margin-right: 0 !important;
	}
	.navbar-middle,.navbar-nav,footer ul,form,.bg-cover5.blog, .bg-cover5.blog .card-body.p-5,.form3{
		padding: 0 !important;
	}
	.slick-prev, .slick-next{
		display: none !important;
	}
	.btn-gradient-pink,.btn-gradient-blue,.btn-outline-danger {
	    width: 100%;
	    display: block;
	    text-align: center;
	    margin: 0 !important;
	}
	.xs-center{
		text-align: center !important;
	}
	.footer-posts img{
		height: 110px !important;
	}
	.col-xl-9.col-lg-12.col-md-12 .ml-3{
		margin-left: 0 !important;
	}
	.col-xl-6.col-lg-12.col-md-12.mt-4.pr-5{
		padding-right: 0 !important;
	}
	.pretty {
	    white-space: unset !important;
      line-height: 21px !important;
      margin-bottom: 15px;
	}
  .pretty .state label:after, .pretty .state label:before,
  .pretty.p-icon .state .icon{
    top: 0 !important;
  }
  .slider .slick-slide {
    height: 211px !important;
  }
  .slider .slick-slide h4,.slider .slick-slide p {
      margin-top: 10px !important;
      font-size: 14px;
  }
  .lessons-page .h-100,
  .lessons-page .course-header,
  .lessons-page .course-content-inner{
    height: auto !important;
  }
  .course-sidebar{
   padding-right: 0 !important;
  }
}
.row {
    margin-right: 0;
    margin-left: 0;
}