﻿.logo-home {
    padding: 5px 0 !important;
    height: 100px !important;
}

.free-demo {
    position: relative;
    border-radius: 50px;
    bottom: -58px;
    width: 90%;
    height: 90%;
}

a.header_strip_link {
    position: relative;
    z-index: 10;
    display: block
}

.faculty-course img {
    position: absolute;
    top: 0;
    right: 0;
    height: 300px;
    width: 180px;
}

.header_top_strip {
    background: #222;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'noto_sansmedium';
    height: 50px;
    line-height: 50px;
    position: relative;
}

    .header_top_strip span {
        display: inline-block
    }

span.diwaliof strong {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 17px;
    border-radius: 28px;
    margin: 0 10px;
    font-weight: normal
}

.timertop em {
    font-style: normal
}

.close_strip {
    position: absolute;
    right: 21px;
    top: 13px;
    background: #222;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    z-index: 11;
}

.CourseIcon img {
    position: absolute;
    z-index: 1031;
    transform: rotate(40deg);
    top: 262px;
}

.sticky-sidebar.social-links {
    border-radius: 0 15px 15px 0;
    width: 50px;
    position: fixed;
    top: 50%;
    z-index: 999999;
    background-color: #fff;
}

.social_sticky_wrap {
    padding: 10px;
}
#AdditionalBenifit{
    background-color:antiquewhite;
    padding:30px 30px;
}
.Benifit-title h1 {
    text-align: center;
    font-weight: 700;
    font-family: 'noto_sansextrabold';
    font-size:44px;
}
.Benifit-title p {
    text-align: center;
    margin-top:-20px;
    font-size:22px;
}
.AddiBeniIcon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.AddiBeniIcon img{
    display:flex;
    justify-content:center;
    align-items:center;
    width:608px;
    height:608px;
    
}
.AddiBeniDetails{
    padding-right:30px;
}
.ABDTitle {
    font-size: 60px;
    font-weight: 700;
    text-decoration: none;
}
.ABDSubtitle {
    font-family: noto_sansextrabold;
    font-size: 30px;
    font-weight: 500;
    display: block;
    margin-top: -74px;
    margin-left: 60px;
}
 .ABDDescription{
    font-size:20px;
    margin-left:60px;
}


@media (max-width: 767px) {
    .header_top_strip {
        font-size: 15px;
        height: auto;
        line-height: 26px;
        margin-top: 50px;
        margin-bottom: -50px;
        padding: 6px 0
    }

        .header_top_strip span {
            display: block
        }

    span.diwaliof strong {
        height: 24px;
        line-height: 24px;
        padding: 0 9px;
        font-size: 14px;
        margin: 0 5px
    }

    .close_strip {
        position: absolute;
        right: 10px;
        top: calc(50% - 10px);
    }

    #divali_timer span {
        display: inline-block;
    }

    .home_intro {
        margin-top: 0
    }
    .Benifit-title h1{
        font-size:30px;
    }
    .Benifit-title p{
        font-size:16px;
    }

    .AddiBeniIcon img {
        width: 408px;
        height: 408px;
    }
    .ABDSubtitle{
        font-size:24PX;
    }
    .ABDTitle{
        font-size:50px;
    }
}
