.disableCartbtn{
    cursor: auto; background: #5482a7; border: #5482a7;
}
.scrooling-menu{
    /* height: 350px; */
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.newsletter-content{
    margin-bottom: -80px !important;
}
.vBlog-carousel .owl-prev, .vBlog-carousel .owl-next{
    height:40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border:1px solid #cccccc;
    background-color: white;
    position: relative;
    transition:.3s;
}
.vBlog-carousel .owl-prev:hover, .vBlog-carousel .owl-next:hover{
    background-color: #5482a7;
    color:#ffffff;
    transition:.3s;
}
.vBlog-carousel .owl-prev{
    left: -15px;
}
.vBlog-carousel .owl-next{
    right: -15px;
}
.dashboard-my-courses h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
}
.leftside-bar{
    height: 600px !important;
    position: sticky !important;
    top: 150px !important;
}
.lead-landing .logo-container .logo-holder{
    margin: 20px 0px !important;
}
@media only screen and (min-width: 200px) and (max-width: 1023px) {
    .top-content-wrap{
        display: -webkit-inline-box !important;
        overflow-x: scroll !important;
        flex-wrap: inherit !important;
        overflow-y: hidden !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width: 100%;
    }
    .top-content-wrap .w-25{
      width: 50% !important;
    }
}

.card__instructor--name{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avatar-upload {
    position: relative;
}
  .avatar-upload .avatar-edit {
    z-index: 1;
  }
  
  .avatar-upload .avatar-edit input {
    display: none;
  }
  
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 35px;
    /* height: 55px; */
    margin-bottom: 0;
    border-radius: 10px;
    background: #07477d;
    border: 4px solid #ffffff;
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
  }
  
  .avatar-upload .avatar-edit input + label:hover {
    background: #07477d;
  }
  
  .avatar-upload .avatar-edit input + label:after {
    content: "\f030";
    font-family: 'Font Awesome 5 Pro';
    color: #ffffff;
  }
  
  .avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
  }
  
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 50%;
    border: 6px solid #FFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  
  .avatar-upload .avatar-preview img {
    display: block;
  }
.avatar-upload2 {
    position: relative;
}
  .avatar-upload2 .avatar-edit {
    z-index: 1;
  }
  
  .avatar-upload2 .avatar-edit input {
    display: none;
  }
  
  .avatar-upload2 .avatar-edit input + label {
    display: inline-block;
    width: 42px;
    /* height: 55px; */
    margin-bottom: 0;
    border-radius: 10px;
    background: #07477d;
    border: 4px solid #ffffff;
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
  }
  
  .avatar-upload2 .avatar-edit input + label:hover {
    background: #07477d;
  }
  
  .avatar-upload2 .avatar-edit input + label:after {
    content: "\f030";
    font-family: 'Font Awesome 5 Pro';
    color: #ffffff;
  }
  
  .avatar-upload2 .avatar-preview {
    height: 300px;
    position: relative;
  }
  
  .avatar-upload2 .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  
  .avatar-upload2 .avatar-preview img {
    display: block;
  }

  .lead-popular-course .lead-popular-course-single h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
}
  .popular-instructor-name{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lead-main-course .navbar-fixed {
  z-index: 99 !important;
}
.show-reply-btn {
  height: 30px;
  width: 30px;
  /* line-height: 30px; */
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  color: #07477d;
  border: 1px solid #07477d;
  margin-bottom: 12px;
  vertical-align: middle;
}
.show-reply-btn i{
  color: #07477d !important;
}
.reply-area{
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.reply-area .btn-primary{
  padding: 6px 12px;
}
.search-banner-content{
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  color: #ffffff;
}
.search-banner-content img{
  height: 200px;
}
.search-banner-content h2{
  position: absolute;
  top: 45%;
  left:50%;
  transform: translate(-50%, -50%);
}
.search-banner-content p{
  position: absolute;
  top: 70%;
  left:50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
  .lead-homepage .course-card{
  height:auto !important;
  }
}

.fixed-help-box{
    border-radius: 10px;
    color: #000;
    background: #FFC107;
    padding: 0px 10px;
    /* margin: 2px 0px;
    padding: 1px 0px; */
    font-size: 10px;
}
iframe.vp-center{
  display: block !important;
}
.vimeoframe { padding: 56.25% 0 0 0; position:relative; }

.vimeoframe iframe { position:absolute; top:0; left:0; width:100%; height: 100%; }

.sticky{
  position: fixed !important;
  top: -150px !important;
  z-index: 99 !important;
  width: 100% !important;
  left: 0  !important;
  right: 0  !important;
}
.modal-backdrop{
  z-index: 99999 !important;
}
.modal{
  z-index: 999999 !important;
}
div:where(.swal2-container){
  z-index: 9999999 !important;
}
