header,
.header-box,
footer{
    display: none!important;
}
body{
    padding: 0!important;
}
.fee-back{
    max-width: 1074px;
    margin: 0 auto;
    padding: 30px 15px 0px;
}

.home-fee{
    max-width: 1074px;
    margin: 50px auto 0px;
    padding: 0px 15px;
}
.home-fee h1{
    margin: 0 auto;
    text-align: center;
    max-width: 830px;
    color: #4b4b4b;
    font-size: 32px;
    font-family: 'balootammabold';
    line-height: 40px;
}
.home-fee h1 span{
    color: #58CC02;
}
.home-fee h2{
    margin: 15px 0px 0px;
    text-align: center;
    font-size: 23px;
}
.home-fee .fee-content{
    margin-top: 45px;
}
.home-fee .fee-item{
    width: 316px;
    text-align: center;
    padding-top: 55px;
}
.home-fee .fee-item a{
    padding: 0px 15px 40px;
    display: block;
    border-radius: 38px;
    background: #58CC02;
    text-decoration: none;
    color: #fff;
}
.home-fee .fee-item img{
    margin-top: -35px;
    position: relative;
    z-index: 1;
    width: unset;
    display: inline-block;
}
.home-fee .fee-item .title{
    font-size: 28px;
    font-family: 'balootammabold';
    margin-top: 15px;
}
.home-fee .fee-item .price{
    font-size: 45px;
    font-family: 'balootammabold';
    line-height: 45px;
    margin-top: 15px;
}
.home-fee .fee-item .sub-title{
    font-size: 18px;
    font-family: balootammasemibold;
    margin-top: 5px;
}
.home-fee .fee-item .description{
    font-size: 15px;
    margin-top: 20px;
    font-family: 'balootammamedium';
    line-height: 20px;
}
.home-fee .fee-item .btn-action{
    max-width: 224px;
    text-align: center;
    height: 49px;
    background: #fff;
    color: #58CC02;
    line-height: 49px;
    font-family: 'balootammabold';
    border-radius: 11px;
    margin: 20px auto 0px;
    border-bottom: 4px solid #A5ED6E;
}
.home-fee .fee-item.item-premium{
    width: 362px;
    padding-top: 25px;
}
.home-fee .fee-item.item-premium a{
    background: #FF9600;
}
.home-fee .fee-item.item-premium .tag{
    background: #FBE56D;
    width: 120px;
    text-align: center;
    position: relative;
    z-index: 0;
    margin: -17px auto 0px;
    color: #FF9600;
    font-size: 15px;
    font-family: 'balootammabold';
    border-radius: 0px 0px 16px 16px;
    padding-top: 23px;
    padding-bottom: 5px;
}

.home-fee .fee-item.item-premium .price{
    font-size: 35px;
    font-family: balootammabold;
    line-height: 32px;
    max-width: 320px;
    margin: 8px auto 0px;
}
.home-fee .fee-item.item-premium .btn-action{
    max-width: 272px;
    color: #FF9600;
    border-color: #FFF1A2;
    margin-top: 40px;
}
.home-fee .fee-item.item-skills a{
    background: #CE82FF;
}

.home-fee .fee-item.item-skills .price{
    font-size: 35px;
    line-height: 30px;
    font-family: 'balootammabold';
    max-width: 260px;
    margin: 8px auto 0px;
}

.home-fee .fee-item.item-skills .btn-action{
    color: #CE82FF;
    border-color: #EABCFE;
}
.home-fee .owl-carousel .owl-item{
    padding-top: 10px;
}
.home-fee .scholarship-content{
    margin-top: 38px;
    text-align: center;
    padding-bottom: 50px;
}
.home-fee .scholarship-content .title{
    text-align: center;
    color: #4B4B4B;
    font-size: 25px;
    font-family: 'balootammabold';
}
.home-fee .scholarship-content .description{
    text-align: center;
    color: #777777;
    font-size: 18px;
    font-family: 'balootammamedium';
    margin-top: 5px;
}
.home-fee .scholarship-content a{
    color: #FF9600;
    font-size: 15px;
    font-family: 'balootammabold';
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
}

@media(max-width: 991px){
    .home-fee{
        margin: 30px auto 0px;
        padding-right: 0;
    }
    .home-fee h1{
        font-size: 25px;
        line-height: 32px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-fee h2{
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-fee .fee-item,
    .home-fee .fee-item.item-premium{
        padding-top: 25px;
        width: 320px;
    }
}



