@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

r{
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Roboto', sans-serif !important;
}
a{
    text-decoration: none;
}
footer .header-underline {
    font-size: 19px;
}
.cropped-home-banner{
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0;
    border-left: 0px solid #f9f9f900;
    border-right: 70px solid #13d76203;
}
.new-banner{
    /* background-color: #24a4ad; */
    position: relative;
}
.hero-banner-box {
    display: flex;
    justify-content: end;
}
.new-banner .search-box input, .home-banner-wrap .input-group-append {
    border: 1px solid hsl(0deg 0% 82%) !important;
    border-radius: 5px;
    height: 46px;
}
.new-banner .home-banner-wrap h2 span {
    text-transform: capitalize;
    color: #ec5252;
    font-weight: 800;
}
.scheduled-btn {
    padding: 31px 0 0;
}
.new-banner .row {
    align-items: center;
}
.search-box-shadow h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 21px;
}
/*.new-banner .home-banner-wrap h2::after {
    content: attr(data-text);
    color: #ec5252;
    transform:translateX(-100%);
    position:absolute;
}*/
.offerArea {
    margin: 136px 0 46px !important;
    min-height: 200px;
}
.offerArea h2 {
    font-weight: 400 !important;
    text-align: center !important;
    line-height: 58px !important;
}
/* video css */


.video {
    width: 100%;
    box-shadow: 28px 0px 24px 7px #aba4a436;
    border-radius: 10px;
}
.wrapper{
    display:table;
    width:100%;
    position:relative;
    max-width: 680px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 50px #938b8b2f;
}
.playpause {
    /* background-image:url('http://localhost/hynolig/assets/frontend/default/img/play-btn-whjr.png'); */
    background-repeat:no-repeat;
    width: 100px;
    height: 100px;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
}
.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.common-btn {
    border: 0;
    outline: none;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.common-btn .fas {
    margin-right: 5px;
}
section.video-sectoin {
    padding:60px 0;
    position: relative;
    overflow: hidden;
}
.hf-col .home-fact-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 223px;
}
.video-heading {
    margin-bottom: 40px !important;
    margin: auto;
}
.career-area h3 {
    color: #00237a !important;
    font-size: 32px !important;
    font-weight: 700 !IMPORTANT;
}
.career-area h2 {
    font-size: 22px !important;
    line-height: initial;
}
.video-heading h2 {
    display: inline-block;
    position: relative;
    font-weight: 400;
    margin-bottom: 45px;
    font-size: 32px !important;
    /* color: #ec5252; */
}
.rean-img {
    height: 80px;
    margin: auto;
}

.rean-img img {
    height: 100%;
    width: auto;
}

.video-heading h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 40%;
    height: 3px;
    background: #ec5252;
}
.bg-red {
    background: #ec5252;
    color: #fff;
}
.form-group.mobile-input-wrapper.mobile-number-box {
    width: 100%;
    display: flex;
    /* border: 1px solid #2f2f2f2f; */
    border-radius: 4px;
    margin-bottom: 15px;
    gap: 15px;
}

select#dialcode-input,.mobile-input {
    border: 1px solid #2f2f2f2f !important;
    padding: 10px;
    border-radius: 7px;
}
.row.video-row {
    align-items: center;
}
.video-heading p {font-weight: 400;}
/* video-css end */
@media only screen and (max-width: 991px){

    .offerArea h2 {
        font-size: 20px !important;
    }
    .offerArea {
        padding: 0 20px I !important;
    }
    
    
    .offerArea img {
        max-width: 150px !important;
    }
    .new-banner .home-banner-wrap h2 {
        font-size: 35px;
    }
    img.hero-banner-img {
        width: 100%;
        height: auto;
    }
.new-banner .input-group.search-box {
    opacity: 1 !important;
    visibility: visible;
    margin: auto;
    position: relative;
    width: auto;
    box-shadow: none;
    padding:0;
}
}
@media only screen and (max-width: 830px){
.col.col-40.position-relative {
    display: none;
}
.home-banner-wrap {
    max-width: 100%;
    text-align: center;
    padding-top: 50px;
}
}
@media only screen and (max-width: 776px){
    
    .row.video-row {flex-direction: column;}
    section.career-area {
        flex-direction: column;
    }
    .offerArea h2 {
        font-size: 15px !important;
        max-width: 90% !important;
        text-align: center;
        line-height: initial !important;
    }
    .offerArea {
        padding: 0 20px !important;
    }
    
    
    .offerArea img {
        max-width: 125px !important;
    }
    .career-area .left-content {
        max-width: 100% !important;
    }
    
    .career-area .img-box {
        text-align: center !important;
    }
    section.video-sectoin::before {
        width: 100% !important;
        height: 20% !important;
        top: auto !important;
        bottom: 0;
        z-index: -1;
    }

    .video-heading {
        width: 88%;
    }
    .cropped-home-banner{
        display: none;
    }
    .home-banner-area{
        background: none !important;
        padding: 40px 0 63px !important;
    }
    .home-banner-wrap{
        max-width: 100% !important;
        text-align: center;
        padding-top: 0px;
    }
}
.bg-background{
    background: #f9f9f9;
}
.bg-transparent{
    background: #00000000 !important;
}
.top-categories{
    width: 100%;
    height: 100%;
    padding: 20px 35px;
    display: inline-flex;
    border: 1px solid #e4e4e4;
    text-decoration: none;
    display: grid;
    align-content: center;
}
.top-categories:hover, .top-categories:focus{
    background-color: #ec5252;
    background-image: url('../img/category-bg.png');
    background-size: cover;
    background-position: 50%;
    transition: all .5s;
}
.category-icon{
    width: 45px;
    height: 45px;
    background-color: #ec5252;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    margin: 10px 0px;
}
.top-categories:hover .category-icon, .top-categories:focus .category-icon{
    background-color: #fff;
    color: #000;
}
.category-title{
    font-weight: 600;
}
.top-categories:hover .category-title, .top-categories:focus .category-title{
    color: #fff;
}
.category-title p{
    color: #b4b4b4;
    font-size: 13px;
    font-weight: 400 !important;
    margin-top: 2px;
    margin-bottom: 1px;
}
.top-categories:hover .category-title p, .top-categories:focus .category-title p{
    color: #efdcdc;
}
.divider-1{
    background-color: #b8c3c5;
    margin-left: -15px;
    margin-right: -10px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.compare-row{
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 28px 10px;
}
.btn-compare-sm{
    color: #066ac9;
    background: #eff4ff;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    height: 25px;
    border: none;
    line-height: 24px;
    margin-top: 3px;
}
.btn-compare-sm i{
    margin-right: 4px;
}
.btn-compare-sm:hover, .btn-compare-sm:focus{
    color: #fff;
    background: #066ac9;
}
.badge-sub-warning{
    background-color: #eceb98 !important;
    color: #3c3c2d !important;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}
.badge-primary,.btn-md{
    background-color: #ec5252 !important;
    color: #fff !important;
    padding: 6px 10px;
    font-weight: 500;
    border:0;
}
.floating-user{
    width: auto;
    height: 30px;
}
.floating-user img{
    border-radius: 15px;
    position: absolute;
}
.floating-user img:hover, .floating-user img:focus{
    z-index: 999;
}
.become-user-label{
    padding: 30px 25px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: right;
}
.bg-sub-primary{
    background-color: #e6f0f9;
}
.bg-sub-danger{
    background-color: #fcebeb;
}

.text-sub-warning{
    color: #eceb98 !important;
}
.footer-area{
    color: #bfc8da;
}
.footer-hover-link{
    text-decoration: none;
    font-size: 13px;
    color: #bfc8da;
    font-weight: 500;
}
.footer-hover-link:hover{
    color: #efefef !important;
}

.language_selector{
    border-radius: 5px;
    font-size: 18px;
    background: #ec5252;
    border-color: #ec5252;
    color: #bfc8da;
    padding: 9px 15px;
}
.ma a {
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}
.ma a img {
    height: 35px;
}
/* .footer-summary{
    color: #fff;
    padding: 29px 30px;
    background: linear-gradient(360deg, rgba(10,28,58,1) 0%, rgba(35,52,81,1) 100%);
} */
.footer-summary h3, .footer-summary h4, .footer-summary h5{
    line-height: 32px;
    font-size: 22px;
}
ul.footer-social-link{
    list-style: none;
    padding-left: 0px;
    height:55px;
}
ul.footer-social-link li{
    float: left;
    background-color: #293e61;
    color: #fff;
    margin: 0px 8px 0px 0px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    transition: all .3s;
}
.border-top-sub-blue{
    border-top: 1px solid #293e61;
}
ul.footer-social-link li.active, ul.footer-social-link li:hover{
    background-color: #ec5252;
    transition: all .3s;
}
ul.footer-social-link li a{
    display: block;
    color: #fff;
    font-size: 15px;
}
ul.footer-social-link li a:hover{
    color: #ddd;
}




section.featured-instructor{
    background: white;
    padding: 30px 0px 0px 0px;
}
.top-instructor-img{
    max-width: 250px;
}
.top-instructor-img img{
    border-radius: 10px 0px 0px 10px;
}
@media only screen and (min-width: 1200px){
    .top-instructor-details{
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        max-width: 58%;
        padding: 0px 22px;
    }
}
.top-istructor-slick .slick-prev:before{
    color: #066ac9;
    font-size: 25px;
    margin-right: -25px;
}

.top-istructor-slick .slick-next:before{
    color: #066ac9;
    font-size: 25px;
    margin-left: -25px;
}

.slick-list.draggable{
    border-radius: 10px;
    margin: 0px 12px;
}




/*.instructor-summary .slick-prev:before{
    font-family: "Font Awesome 5 Free";
    content: f30a;
    color: #040404;
}
.instructor-summary .slick-next:before{
    font-family: "Font Awesome 5 Free";
    content: f30b;
    color: #040404;
}*/
.instructor-summary .slick-track{
    padding: 0px;
}

.instructor-summary .instructor-image{
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: -100px;
    z-index: -1;
}

.instructor-summary img{
    height: 200px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
.instructor-summary .summary-box{
    border-radius: 8px;
    background-color: #066ac9;
    color: #fff;
    padding: 22px 25px;
    margin: 0px 40px;
}
.instructor-summary .summary-box .summary-body{
    font-size: 14px;
}
.instructor-summary .summary-box .summary-footer{
    width: 100%;
    display: flex;
    margin-top: 20px;
}
@media only screen and (max-width: 500px){
    .offerArea {
        flex-direction: column;
        gap: 20px;
        padding: 20px !important;
    }
    .instructor-summary .summary-box .summary-footer{
        display: inline-grid;
    }
    .instructor-summary .summary-box .summary-footer .name{
        margin-top: 10px;
    }
    .home-banner-wrap::after , section.video-sectoin::after{display: none;}
    form.search-box-shadow {
        padding: 15px;
    }
    
    .banner-btn {
        padding: 14px 17px !important;
        font-size: 13px;
    }
    .video-heading h2 {
        font-size: 25px;
    }
    
    .video-heading h5 {
        font-size: 18px;
        line-height: initial;
        font-weight: 600;
    }
    
    .video-heading p {
        font-size: 15px;
    }
    
    p {
        font-size: 15px !important;
        line-height: initial !important;
    }
}
@media only screen and (max-width:352px){
    .new-banner .home-banner-wrap h2 {
        font-size: 25px;
        line-height: initial;
    }
}
.instructor-summary .summary-box .summary-footer .badge{
    background-color: #3e95e8;
}
.instructor-summary .summary-box .summary-footer .name{
    width: auto;
    margin-left: auto;
    padding-left: 100px;
    white-space: nowrap;
}
.instructor-summary .summary-box .summary-footer .name > h6{
    color: #fff;
    margin: 0px !important;
    font-size: 15px;
    font-weight: 700;
}
.instructor-summary .summary-box .summary-footer .name > h6::before{
    content: "";
    position: absolute;
    background-color: white;
    width: 80px;
    height: 1.5px;
    border-radius: 5px;
    margin-top: 9px;
    margin-left: -90px;
}
.instructor-summary .summary-box .summary-footer .name > span{
    font-size: 12px;
    color: #ffffff;
}







.hover-shadow-1:hover{
    box-shadow: 0px 0px 5px 0px #9090902e !important;
}
.image-placeholder-1{
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 24%) 0%, rgba(0,35,51,0) 100%) !important;
}
.image-placeholder-2{
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 100%) !important;
}

.image-placeholder-3{
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 42%) 0%, rgb(0 35 51 / 0%) 100%) !important
}

.compare-row{
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 28px 10px;
}
.compare-row-icon{
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #444;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.skill-level-icon{
    width: 24px;
    height: 24px;
    background-color: transparent;
}
.skill-level-icon span{
    background-color: #dcdee1;
    margin-left: 1.5px;
    margin-right: 1.5px;
    float: left;
}
.skill-level-icon .active{
    background-color: #ec5252;
}
.skill-level-icon span:first-of-type{
    width: 5px;
    height: 8px;
    margin-top: 16px;
}
.skill-level-icon span:nth-of-type(2n){
    width: 5px;
    height: 16px;
    margin-top: 8px;
}
.skill-level-icon span:last-of-type{
    width: 5px;
    height: 24px;
}

.marge-input-box input{
    border-radius: 10px 0px 0px 10px;
    border-right: 0px;
    font-size: 13px;
}

.marge-input-box .input-group-append{
    border: 1px solid #cccfe7;
    border-radius: 0px 10px 10px 0px;
    border-left: none !important;
}
.marge-input-box button{
    background: #ec5252;
    color: #fff;
    font-weight: 500;
    margin: 5px;
    font-size: 13px;
    border-radius: 8px;
}
.marge-input-box button:hover{
    background: #cd4f4f;
    color: #fff;
}








/*Signup & sign in page login*/
.sign-up-form{
    background: #fff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -1px #ebebeb;
}
.sign-up-form .form-group{ margin-bottom: 15px; }
.sign-up-form .form-group label{
    color: #5c5c5c;
    font-weight: 600;
}
.sign-up-form .form-group .input-group span{
    border-right: none;
    padding: 12px 8px 12px 15px;
    border-radius: 10px;
    color: #878787;
    font-size: 15px;
    font-weight: 500;
}
.sign-up-form .form-group .input-group input{
    border-left: none;
    padding: 12px 5px;
    border-radius: 10px;
    color: #878787;
    font-size: 13px;
    font-weight: 500;
}
/*End Signup & sign in page login*/




/*used on Home page*/
.animated-loader{
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.common-search-box{
    margin-right: 50px;
    padding: 0px 0;
}
.common-search-box input{
    background-color: hsl(192deg 33% 97%);
    border: 1px solid hsl(192deg 33% 97%);
    height: 40px;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
}
.common-search-box input:focus{
    background-color: #fff;
    border-color: #dedfe0;
    border-right-color: transparent;
}
.common-search-box input:focus + .input-group-button{
    background-color: #fff !important;
    border-top: 1px solid #dedfe0 !important;
    border-right: 1px solid #dedfe0 !important;
    border-bottom: 1px solid #dedfe0 !important;
    padding: 5px 9px 5px 10px !important;
}
.common-search-box button{
    background-color: #ec5252 !important;
    border-color: #ec5252;
    color: #fff;
    padding: 1px 6px;
    border-radius: 6px;
}
.common-search-box button:hover{
    color: #efefef;
}
.common-search-box .input-group-button {
    background-color: hsl(192deg 33% 97%);
    padding: 6px 10px 6px 10px;
    border-radius: 0px 5px 5px 0px;
}

/*Custom print content*/
    @media print{
        .print-content{
            position: fixed !important;
            margin: 0 !important;
            top: 0 !important;
            bottom: 0 !important;
            left: 0 !important;
            right: 0!important;
            z-index: 3333 !important;
            width: 100% !important;
            background: #fff !important;
        }
        footer, nav, title{
            display: none !important    ;
        }
        body{
            overflow: hidden !important ;
        }
    }
/*End Custom print content*/





/*BLOG start*/
    .card-blog{
        border-radius: 10px;
        margin: 30px 0px;
    }
    .card-blog > img{
        border-radius: 10px;
    }
    .card-blog-body{
        position: relative;
        height: 380px;
        border-radius: 10px;
    }
    .card-blog .blog-thumbnail{
        position: absolute;
        top: 0;
        width: 100%;
        height: 62%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        transition: all .3s;
        -webkit-transition:all 0.3s;
        -o-transition:all 0.3s;
        -moz-transition:all 0.3s;
    }
    .card-blog:hover .blog-thumbnail{
        height: 100%;
        background-position: center;
        transition: all .3s;
        -webkit-transition:all 0.3s;
        -o-transition:all 0.3s;
        -moz-transition:all 0.3s;
    }
    .card-blog:hover .card-blog-body::after{
        content: "";
        background: linear-gradient(360deg, rgb(0 0 0 / 82%) 0%, rgba(255,255,255,0) 72%);
        position: absolute;
        z-index: 500;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .card-blog-body .blog-placeholder{
        position: absolute;
        bottom: 20px;
        z-index: 600;
        width: 100%;
    }
    .card-blog:hover .blog-placeholder{
        color: #fff !important;
        padding: 0px 20px;
    }
    .card-blog-body .cart-blog-title{
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 600;
        text-decoration: underline;
    }
    .card-blog-body .blog-info{
        width: 33.3%;
        text-align: center;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        padding: 7px 0px;
        color: #858585;
    }
    .card-blog:hover .blog-info{
        color: #fff !important;
    }


    .blog-search-input{
        height: 42px;
        background-color: #f9f9f9;
        border-bottom: 1px solid #cdcdcd;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0px;
    }
    .blog-search-button{
        display: none;
        padding: 0px 20px;
        border: none;
        border-bottom: 1px solid #cdcdcd;
        background-color: #fff;
    }
    .ellipsis-line-2{
        display: -webkit-box!important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .ellipsis-line-3{
        display: -webkit-box!important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .ellipsis-line-4{
        display: -webkit-box!important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
    .ellipsis-line-5{
        display: -webkit-box!important;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
/*End Blog*/

.header-underline{
    position: relative;
}
.header-underline::before{
    content: "";
    position: absolute;
    background-color: #fff;
    width: 48%;
    height: 2px;
    border-radius: 2px;
    bottom: -7px;
}
.header-underline-2{
    position: relative;
}
.header-underline-2::before{
    content: "";
    position: absolute;
    background-color: #ec5252;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    left: 25%;
    bottom: -7px;
}

.btn-primary:hover{
    background-color: #095299;
    border-color: #095299;
}
.home-banner-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../../../../uploads/system/hb.png');
    top: -46px;
    left: -33%;
    z-index: -1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display:none;
}
section.video-sectoin::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 134px;
    background: url('../../../../uploads/system/vi.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
section.video-sectoin::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20%;
    background: #58dadc;
}
.career-area h3 span {
    border-bottom: 4px solid #ec5252 !important;
}
.learn-section ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
}

 
.img-i img {height: 40px;margin-bottom: 5px;}

.img-i {
    border: 1px solid #e4ecf8;
    border-radius: 4px;
    font-weight: 600;
    color: #00237a;
    text-align: center;
    width: 110px;
    font-size: 13px;
    height: 97px;
    padding: 7px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    box-shadow: 5px 5px 20px rgb(152 193 217 / 49%);
}

h4.learn-title {
    margin: 30px 0 10px;
    font-weight: 900;
    color: #ec5252;
    font-size: 20px;
}
.career-area {
    padding: 60px 0 87px !important;
}
.learn-section {
    margin-top: 30px;
}
section.career-section {
    background: #e4ecf88c;
    background: -webkit-linear-gradient(to right, #d0ddef, #cbdcf3);
    /* background: linear-gradient(to right, #d0ddef, #cbdcf3); */
}
.mobile-img{
    max-width: 560px;
    height: auto;
    margin-top: 30px;
    width: 100%;
}
p.an-title {
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 34px;
}

p.an-sub-title {
    width: 68%;
    font-size: 15px;
}
.scanner-img {
    max-height: 227px;
}
.scanner-box {
    text-align: center;
    max-width: 300px;
    margin-top: 20px;
}

.divider-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 13px 0;
}

.divider-b hr {
    width: 44%;
}

.an-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.an-btn-box .btn-an {
    width: 125px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.blog-section {
    background: #ec52520a;
    padding-bottom: 67px;
}
.andriod-section {
    padding-top: 40px;
}

.new-blog-thumbnail {
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: .5s ease;
    background-position: center;
    background-size: cover;
}

.new-card-blog {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0px 10px 25px #00000010;
    transition: .3s ease;
}

.new-blog-placeholder {
    padding: 15px;
}

h5.new-cart-blog-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-blog-thumbnail-box {
    height: 200px;
    overflow: hidden;
}
.new-card-blog:hover .new-blog-thumbnail {
    transform: scale(1.5);
}
.new-card-blog:hover {
    box-shadow: none;
    background: #e4ecf8;
}
.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h4.blog-title {
    font-size: 37px;
    font-weight: 500;
    color: #ec5252;
}
.career-area .img-box img {
    width: auto !important;
    height: auto !important;
    max-width: 90%;
}
.training-crd-row img {
    height: 50px;
}

.training-crd-row {
    display: flex;
    gap: 0px;
    background: #fff;
    margin-bottom: 14px;
    max-width: 453px;
    border-radius: 7px;
    box-shadow: 5px 5px 20px rgb(152 193 217 / 49%);
    overflow: hidden;
    align-items: center;
    padding: 10px 0;
}

.training-crd-row .tf-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.ma {
    max-width: 214px;
}
.training-crd-row .iconBox {
    padding: 15px;
}
.training-card-box {
    margin-top: 40px;
}
.festure-left-content {
    max-width: 550px;
    margin-left: 60px;
}
.career-area.row {
    align-items: center;
}
.new-blog-info {
    font-weight: 900;
    color: #ec5252;
    border: 0 !important;
}
.fcorporate-tranning-section {
    padding: 60px 0;
}
.testimonial_box-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
@media only screen and (max-width: 991px){
    .festure-left-content {
        margin-left: 41px;
    }
    .subscriber-form {
        flex-wrap: wrap;
        justify-content: center !important;
        gap: 27px;
        text-align: center;
    }
    .training-crd-row {
        margin-bottom: 14px;
    }

    .training-crd-row 
     .tf-title {
        font-size: 20px;
        font-weight: 500;
    }
}


@media only screen and (max-width: 776px){

.training-features-section .career-area.row .col-md-6,.an-col {
    width: 100% !important;
    flex: auto;
}
.corporate-img{margin-top:50px;}
.training-features-section .career-area.row .career-area.row{
    flex-wrap: wrap;
}
    .training-features-section .career-area.row ,.andriod-offerArea.row {
    flex-wrap: wrap !important;
}
.festure-left-content {
    max-width: 100%;
    margin: 50px 0 0;
}
.scanner-box {
    margin: 30px auto 65px;
}
.training-heading-box.video-heading {
    width: 100%;
}
.features-box {
    padding-right: 15px;
}
h4.blog-title {
   font-size: 25px;
}
}

@media only screen and (max-width:500px){

p.an-title {
    font-size: 25px !important;
}

p.an-sub-title {
    width: 100%;
}
}


.modal.fade.show {
    display: block;
}
.custome-pop-ui .modal-dialog {
    max-width: 800px;
}
.modal.show .modal-dialog {
    transform: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subscriber-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subs-heading {
    margin: 0;
}
.subscriber-section {
    padding: 50px 0;
    background: #fef8f8;
}
.frenchiesi-button {
    position: fixed;
    right: 0;
    top: 80%;
}

.frenchiesi-button .franchise-link {
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: #f44336;
}
section.franchise-hero {
    position: relative;
    height: 70vh;
    background-position: top 28% center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 20px 26px -30px #c5bfbfc4;
}

section.franchise-hero .container-xl,section.franchise-hero .container-xl .row {
    height: 100%;
    align-items: center;
}

.f-h-image {
    height: 100%;
    width: 100%;
}

section.franchise-hero .container-xl .row .col-60 {
    width: 60%;
    height: 100%;
}

h2.fh-heading {
    font-size: 45px;
    font-weight: 4;
    margin: 0px 0 11px;
}

span.fh-sub-heading {
    font-size: 21px;
    letter-spacing: 1px;
    color: #ec5252;
    font-weight: 400;
    text-transform: uppercase;
}
section.fr-benifits-section {
    padding: 65px 0;
}

.bnl-left-hedng span {
    color: #d44a4a;
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bnl-left-hedng h2, .bnl-left-hedng h2 {
    font-size: 45px;
    font-weight: 200;
    text-transform: inherit;
    line-height: 44px;
    margin-bottom: 31px;
    color: #212529;
}
ul.fr-ul {
    padding: 0;
    list-style: none;
    text-align: justify;
}

ul.fr-ul li {
    margin-bottom: 11px;
    font-size: 15px;
}

.bnl-left-hedng p {
    font-size: 15px;
    text-align: justify;
}
.fr-partnet-image {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}
.earn-row-box {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 48px;
    position: relative;
    z-index: 1;
}

.earn-col {
    display: flex;
    flex-direction: column;
    gap: 42px;
    text-align: center;
}
.earn-card.earn-card-1 {
    border-radius: 5% 5% 0% 5% / 5% 5% 0% 5%;
}

.earn-card.earn-card-2 {
    border-radius: 5% 0% 5% 5% / 5% 0% 5% 5%;
}

.earn-card.earn-card-3 {
    border-radius: 5% 5% 5% 0% / 5% 5% 5% 0%;
}

.earn-card.earn-card-4 {
    border-radius: 0% 5% 5% 5% / 0% 5% 5% 5%;
}
.earn-card {
    cursor: pointer;
    width: 200px;
    padding: 15px;
    /* box-shadow: rgb(0 0 0 / 15%) 0px 25px 20px -20px, rgb(0 0 0 / 15%) 0px -20px 14px -20px, rgb(0 0 0 / 15%) -20px 0px 20px -20px, rgb(0 0 0 / 15%) 20px 0px 14px -20px; */
    min-height: 170px;
    display: flex;
    flex-direction: column;
    border: 1px solid #080808;
    align-items: center;
    justify-content: center;
    gap: 9px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 9px;
}
section.earn-section {
    padding: 65px 0;
    background: #ecf4ff;
}
.earn-col.earn-col-2 {
    margin-top: 56px;
}
.earn-left-c,.risk-section {
    width: 85%;
}
h4.risk-heading{
    margin: 30px 0 15px;
    font-size: 23px;
    font-weight: 400;
    color: #f44336;
}
ul.risk-ul li {
    padding-left: 10px;
    margin-top: 7px;
    transition: .3s;
    cursor: pointer;
}
ul.risk-ul li::marker {
    content: "\27A4";
    transition: .3s;
}
ul.risk-ul li:hover{
    color: #f44336;
}
ul.risk-ul li:hover::marker{
    color: #f44336;
}
.heading-section-earn-left h2 ,.rr-heading h4 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #f44336;
}
.heading-section-earn-left h2 span {
    font-weight: 600;
    color: #000;
}
.rr-heading {
    margin-bottom: 40px;
}
.rr-heading {
    text-align: center;
}
.rr-heading h4 {
    margin: 0 0 6px;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
}
.rr-heading span {
    width: 60%;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
}
.earn-row-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 250px;
    background: #9c27b063;
    z-index: -1;
    border-radius: 50%;
}
h2.fh-heading span {
    font-weight: 600;
}
.eanr-content p {
    font-size: 17px;
    font-weight: 600;
}
.fh-hero-content p {
    margin-bottom: 27px;
}
.bnl-left-hedng h2 span {
    font-size: 31px;
    display: inline-block;
    text-transform: none;
    color: #000;
    font-weight: 700;
}
section.franchise-form-section {
    padding: 65px 0;
}



/* custome input box */
.custom-field {
    position: relative;
    font-size: 14px;
    margin-bottom: 19px;
    display: inline-block;
    --field-padding: 12px;
    width: 100%;
  }
  
  .custom-field input {
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f2;
    padding: var(--field-padding);
    border-radius: 3px;
    width: 250px;
    outline: none;
    font-size: 14px;
  }
  
  .custom-field .placeholder {
    position: absolute;
    left: var(--field-padding);
    width: calc(100% - (var(--field-padding) * 2));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 22px;
    line-height: 100%;
    transform: translateY(-50%);
    color: #aaa;
    transition: 
      top 0.3s ease,
      color 0.3s ease,
      font-size 0.3s ease;
  }
  
  .custom-field input.dirty + .placeholder,
  .custom-field input:focus + .placeholder,
  .custom-field input:not(:placeholder-shown) + .placeholder {
    top: -10px;
    font-size: 10px;
    color: #222;
  }
  
  .custom-field .error-message {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 12px;
    background: #d30909;
    color: #fff;
    height: 24px;
  }
  
  .custom-field .error-message:empty {
    opacity: 0;
  }
  
  /* ONE */
  .custom-field.one input {
    background: none;
    border: 1px solid #f4433630;
    transition: border-color 0.3s ease;
    width: 100%;
  }
  
  .custom-field.one input + .placeholder {
    left: 8px;
    padding: 0 5px;
  }
  
  .custom-field.one input.dirty,
  .custom-field.one input:not(:placeholder-shown),
  .custom-field.one input:focus {
    border-color: #222;
    transition-delay: 0.1s
  }
  
  .custom-field.one input.dirty + .placeholder,
  .custom-field.one input:not(:placeholder-shown) + .placeholder,
  .custom-field.one input:focus + .placeholder {
    top: 0;
    font-size: 10px;
    color: #222;
    background: #fff;
    width: auto
  }


  /* button css */
  .animated-button.thar-three {
	cursor: pointer;
	display: block;
	position: relative;
	border: 1px solid #f44336;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1)0s;
	color: #000;
	font-weight: 700;
	font-size: 17px;
	padding: 7px 25px;
	background: #f4433630;
}
.animated-button.thar-three:hover {
	color: #fff !important;
	background-color: transparent;
	text-shadow: nthree;
}
.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
.animated-button.thar-three:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #fff !important;
	background: #f44336;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1)0s;
}

 .franchise-form-img {
    position: absolute;
    top: -3%;
    right: -100px;
    z-index: 0;
    width: auto;
    height: 100%;
}

.franchise-frm-box {
    position: relative;
}

.input-group {
    width: 100%;
}
form.franchise-form {
    max-width: 263px;
    padding: 85px 20px 20px 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px -5px, rgb(0 0 0 / 15%) 0px -20px 14px -34px, rgb(0 0 0 / 15%) -20px 0px 20px -34px, rgb(0 0 0 / 15%) 20px 0px 14px -34px;
    position: relative;
    margin-top: 69px;
    z-index: 4;
    background: #ffffffb5;
    border-radius: 0% 0% 19% 0% / 0% 0% 19% 0%;
}

 
form.franchise-form::after {
    content: 'Apply Now';
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 64%;
    background: #58dadc;
    border-radius: 0% 0% 39% 0% / 0% 0% 115% 0%;
    box-shadow: 4px 5px 10px -8px #00e1e5;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    padding-left: 17px;
}
.f-h-image,.franise-f-hading{display:none;}
.franise-f-hading h2 {
    margin: 50px 0 6px;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #f44336;
}
@media only screen and (max-width: 991px){
    .franchise-form-section .col {
        width: 85% !important;
        flex: none;
        margin: auto;
    }
    .franise-f-hading{display:block;}
    .franchise-form-section .row {
        flex-wrap: wrap;
    }
    .franchise-hero .col.col-40.position-relative {
        display: block;
    }
    
    section.franchise-hero {
        height: auto;
        padding: 27px 0;
    }
    .earn-row-box {
        justify-content: center;
    }
    .rr-heading span {
        width: 100%;
    }
    .earn-row-box::after {
        left: 50%;
    }
    .franchise-form-img {
        top: 20%;
        right: 0;
    }
    .franchise-form-img img.fr-partnet-img {
        position: absolute;
        right: 0;
    }
}
@media only screen and (max-width: 770px){
   .f-h-image{display: inline-block;width: 100%;height: auto;margin-bottom: 20px;}
    section.franchise-hero {
        background-image: none !important;
    }
    
    section.franchise-hero .container-xl .row .col-60 {
        display: none;
    }
    .franchise-form-section .col {
        width: 100%!important;
    }
    .fr-partnet-image {
        justify-content: center;
    }
    .earn-section .col {
        flex: auto;
    }
    .earn-left-c, .risk-section {
        width: auto;
    }
}

@media only screen and (max-width: 650px){
    .franchise-form-img img.fr-partnet-img {
        position: absolute;
        right: 0;
        top: 15%;
        height: 69%;
    }
}
@media only screen and (max-width:520px){
    .franchise-form-img {
        display: none;
    }
    form.franchise-form {
        margin: 60px auto 0 auto;
        max-width: 100%;
    }
    section.franchise-form-section{
        padding-bottom: 0;
    }
    .fr-partnet-image img.fr-partnet-img {
        width: 100%;
        height: 100%;
    }
    .earn-col.earn-col-1,.earn-col.earn-col-2 {
        gap: 10px;
    }
    
    .earn-row-box {
        gap: 10px;
    }
    
    .earn-card {
        width: 131px;
        min-height: 126px;
        height: 126px;
        padding: 7px;
    }
    
    .rean-img {
        height: 50px;
    }
    
    .eanr-content p {
        font-size: 13px !important;
    }
    
    .earn-row-box::after {
        height: 150px;
        width: 150px;
    }
    .bnl-left-hedng h2, .bnl-left-hedng h2 {
        font-size: 27px;
        line-height: 28px;
    }
    section.fr-benifits-section .row .col {
        flex: auto;
    }
    .bnl-left-hedng span {
        font-size: 16px;
    }
    
    .bnl-left-hedng h2 span {
        font-size: 27px;
    }
    .heading-section-earn-left h2 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 420px){
    h2.fh-heading {
        font-size: 31px;
    }
    .franise-f-hading h2,.rr-heading h4 {
        font-size: 24px;
    }
    .rr-heading span {
        width: 100%;
        font-size: 15px;
    }
}