.home-main-block {
    padding: 120px 90px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 79vh;
}
#cssmenu ul li{
    padding-right: 30px;
}
.nav-bar-main-block .logo .img-fluid{
    margin: 0 auto;
    display: block;
}
.additional-menu{
    display: flex;
    padding-top: 15px;
}
.additional-menu li{
    float: left;
    list-style: none;
}
svg.feather{
    color: #505763;
}
.nav-bar-main-block .logo .img-fluid {
    max-width: 100%;
    height: 78px;
}
#cssmenu > ul > li > a {
    padding: 28px 0 0;
}
.recommendation-btn .btn-primary {
    padding: 8px 30px;
    border-radius: 0px;
}
.work-heading {
    font-size: 15px;
    font-weight: 500;
}
.learning-work-block{
    display: flex;
}
.learning-work-icon i {
    font-size: 21px;
    margin-left: 10px;
    margin-top: 8px;
}
.Notice, .notice-body{
    float: left;
}
.Notice{
    padding-left: 10px;
    padding-right: 20px;
    color: #fff;
}
#learning-work{
    border-left: 10px solid rgb(0 39 70);
    overflow: hidden;
}
.learning-work-main-block {
    background: var(--linear-gradient-bg-color);
    padding: 0px 0;
    padding-top: 6px;
}
.no-wrap {
    white-space: nowrap;
}
.alert {
    margin-bottom: 2px !important;
}
.Notice p{
    font-weight: bold;
}
/*Feature css*/
.mb-30{
    margin-bottom: 30px;
}
.unique-ft{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.certification{
    background: #FFF7F7;
    padding: 15px 15px;
    border: 1px solid #FFB9B5;
    box-sizing: border-box;
    border-radius: 10px;
}
.certification img{
    float: left;
    width: 25px;
    height: 37px;
}
.certification h1{
    font-size: 18px;
    float: left;
    margin-left: 19px;
    margin-bottom: 31px;
    margin-top: 8px;
}
.certification p{
    font-size: 14px;
    margin-bottom: 0;
}
.innovative{
    background: #F8F8FF;
    border: 1px solid #CFCBFF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 15px;
}
.innovative img{
    float: left;
    width: 30px;
    height: 35px;
}
.innovative h1{
    font-size: 18px;
    float: left;
    margin-left: 17px;
    margin-bottom: 31px;
    margin-top: 11px;
}
.innovative p{
    font-size: 14px;
    margin-bottom: 0;
}
.footer-logo .img-responsive{
    height: 357px;
}
.curriculum{
    background: #FFFDFA;
    border: 1px solid #FFC284;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 15px;
}
.curriculum img{
    float: left;
    width: 28px;
    height: 26px;
    margin-top: 6px;
}
.curriculum h1{
    font-size: 18px;
    float: left;
    margin-left: 17px;
    margin-bottom: 31px;
    margin-top: 11px;
}
.curriculum p{
    font-size: 14px;
    margin-bottom: 0;
}
.capable{
    background: #F1FBFF;
    border: 1px solid #83DCFF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 15px;
}
.capable img{
    float: left;
    width: 21px;
    height: 25px;
    margin-top: 6px;
}
.capable h1{
    font-size: 18px;
    float: left;
    margin-left: 17px;
    margin-bottom: 31px;
    margin-top: 11px;
}
.capable p{
    font-size: 14px;
    margin-bottom: 0;
}
.islamik{
    position: relative;
    top: -211px;
    text-align: center;
    font-weight: 600;
    font-size: 41px;
    color: #EBFFFF;
}
.short-coach{
    position: relative;
    top: -211px;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 49px;
    color: #FFFFFF;
}
.quran-hifz{
    font-weight: 700;
    font-size: 40px;
    color: #080E0C;
    margin-right: 49px;
}
.half-left{
    width: 101px;
    height: 11px;
    background: #6C61FD;
    border-radius: 5px;
    margin-top: 19px;
    margin-right: 101px;
    margin-left: 1px;
}
.half-right{
    width: 101px;
    height: 11px;
    background: #6C61FD;
    border-radius: 5px;
    margin-top: 19px;
    margin-left: 171px;
}
.view-btn{
    padding: 0;
    color: #008788;
    font-weight: 700;
    font-size: 15px;
}
/*end feature css*/
.course-label{
    position: relative;
}
.course-label::after{
    position: absolute;
    content: '';
    right: 112%;
    height: 14px;
    width: 100px;
    background: #6C61FD;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
}
.course-label::before{
    position: absolute;
    content: '';
    left: 112%;
    height: 14px;
    width: 100px;
    background: #6C61FD;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
}

.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient( rgb(219, 152, 62) 66%, rgba(255, 255, 255, 1) 68%);
    border-radius: 50%;
    position: absolute;
    display: block;
    margin: -20% auto;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 25px 3px rgb(253, 199, 82);
}
.tiny-footer {
    padding: 0;
    position: relative;
    z-index: 2;
}
.tiny-footer p{
    color: #313131!important;
}
#footer {
    background: url("../images/al-wahi/v708-aum-04-b-diwali.jpg");
    background-repeat: no-repeat;
    background-size: 128%;
    position: relative;
    background-position: 44% 20.4%;
}
#footer::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: rgba(200, 183, 183, 0.1);
    z-index: 1;
}
.footer-block {
    padding: 30px 0 10px;
    z-index: 2;
    position: relative;
}
.footer-link a,.widget b{
    color: #313131;
}
.footer-logo img {
    height: 193px;
    margin-bottom: 0px;
}
.widget{
  margin-top: 15px;
}
.business-home-main-block h1{
    text-align: center;
}
.blog-home-heading {
    font-size: 46px;
    position: relative;
    margin-bottom: 0;
    color: var(--text-white-color) !important;
    text-align: center;
}
#update_text{
    display: none;
}
#userstable tr:first-child{
    display: none;
}
.Login-btn{
    display: flex;
}
.nav-bar-main-block{
    padding: 5px 0px;
}
#nav-bar{
    background: rgb(0 39 70);
}
#cssmenu > ul > li > a{
    color: #fff;
}
svg.feather {
    color: #fff;
}
.additional-menu p{
    color: #fff;
}
@media (max-width: 992px) {
    .hamburger {
        left: 20px;
        margin-right: 20px;
        color: #fff;
        margin-top: -73px;
    }
}
#cssmenu ul ul ul {
    margin-left: 90%;
    top: 0;
}
#cssmenu > ul > li:hover > a {
    color: #f44a4a;
}
.titleBox{
    margin: 0 auto;
    display: block;
    padding: 5px 30px;
    border: 1px solid #d68b35;
    width: max-content;
    width: -moz-max-content;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 22px;
    background: #d68b35;
}
.student-heading{
    font-size: 20px;
    margin-bottom: 0;
}
.enrol_title{
    margin-left: 15px;
}
.ccourse_viewbtn{
    visibility: hidden;
}
.student-view-block:hover .ccourse_viewbtn{
    visibility: visible;
}
.titleBox h1,.titleBox h1{
    color: #fff;
}
.titleBox:hover h1{
color:#fff;
}
.titleBox:hover h2{
color:#fff;
}
.titleBox:hover{
    background: #195959;
}
.titleBox2{
    margin-left: 0;
    margin-right: 0;
}
.titleBox2 h4{
    color: #fff;
}
.view-button{
    margin-top: 38px;
}
.about-home-main-block{
    background: #fff;
}
.CourseHeading{
    position: relative;
}
.CourseHeading::after{
    position: absolute;
    top: 105%;
    left: 50%;
    width: 150px;
    height: 1px;
    background: #fd7e14;
    content: '';
    transform: translateX(-50%);
}
.description-block h3,.requirements h3{
    font-size: 26px;
    font-weight: normal!important;
}
.description-block p,.requirements ul li,.p18{
    font-size: 18px!important;
}
.description-block p{
    text-align: justify!important;
}
.video-device img{
    margin: 0!important;
}
h3{
    font-weight: normal!important;
    font-size: 26px;
}
.course-bought-block .img-wishlist svg.feather{
    background-color: var(--background-red-bg-color);
    border: 1px solid #f44a4a;
    color: #FFF;
}
.quiz-blocker:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 9999;
}
.genre-slide-image .protip-wish-btn svg.feather {
    border: 1px solid #deb273;
    background-color: #deb273;
}
.des-btn-block .protip-wishlist ul li svg.feather{
    border: 1px solid #deb273;
    background-color: #deb273;
}
@media(max-width:767px)
{
  iframe{
    width: 100%!important;
  }
  .notice-body ul{
    width: 1200px;
  }
  .islamik {
    position: absolute;
    top: 24px;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: #EBFFFF;
    width: 100%;
    z-index: 9999;
    left: 0;
}
  .short-coach {
    position: absolute;
    top: 57px;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 49px;
    color: #FFFFFF;
    width: 100%;
    left: 0;
}
  .top-features-area .col-md-6{
    margin-bottom: 15px;
  }
  .unique-ft {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
  .txt-rgt {
    text-align: left;
    margin-bottom: 10px;
}
  .view-button .btn-secondary {
    padding: 2px 10px;
    font-size: 12px;
}
  .view-button {
    margin-top: 0px;
}
  .enrol_title {
    margin-left: 15px;
    margin-top: 40px;
}
  .newsletter-heading {
    color: #FFF;
    padding: 10px 0 0;
    margin-bottom: 0;
    font-size: 27px;
    margin-bottom: 20px;
    text-align: center;
}
  .newsletter-main-block input {
    background-color: #FFF;
    padding: 10px 20px;
    border: 1px solid #FFF;
    border-radius: 6px;
    width: 100%;
    position: relative;
}
  .newsletter-main-block .btn-primary {
    border-radius: 6px;
    position: absolute;
    top: 53px;
    padding: 6px 30px;
    left: 50%;
    transform: translateX(-50%);
}
  .newsletter-block {
    background: var(--linear-gradient-bg-color);
    padding: 10px 22px 68px 40px;
    border-radius: 6px;
}
.footer-logo img {
    height: 110px;
    margin-bottom: 0px;
    margin-top: 46px;
}
  .nav-search.nav-wishlist {
    right: -8px;
    top: 32px;
    float: right;
    display: inline-flex;
}
  .fullscreen-search-block .logo {
    text-align: center;
    display: inline-flex;
    vertical-align: bottom;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-100%);
}
.home-main-block {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 20vh;
  	padding: 85px 90px;
}

}

@media(min-width:768px)
{
  #top-course{
    max-height: 325px;
  }
}

