﻿body {
    margin: 0;
    font-size: 15px;
    background: #fff;
    color: #222;
    font-family: "Roboto",sans-serif;
    overflow-x: hidden !important;
}

.cuet .h2 {
}

h1, h2, h3 {
    font-weight: 600;
    font-size: 23px;
}

header {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 15px 15px -20px rgba(0,0,0,0.45);
}

.enroll {
    display: none;
}

.fixed-top .enroll {
    display: block !important;
}

.bann {
    /*background: url(../images/bann-bg.webp) top center no-repeat;*/
    background: linear-gradient(90deg, rgba(250,95,1,1) 10%, rgba(255,165,2,1) 100%);
    background-size: cover;
    padding: 25px 0;
    /*margin-top:87px;*/
}

.bann-new {
    /*background: url(../images/bann-bg.webp) top center no-repeat;*/
    background: linear-gradient(90deg, rgba(255, 202, 202, 1) 0%, rgba(255, 252, 219, 1) 100%);
    background-size: cover;
    padding: 25px 0;
    /*margin-top:87px;*/
}

.bann-new-allen {
    background: url(../images/top-pick-back.webp) top center no-repeat;
    /*background: linear-gradient(90deg, rgba(255,202,228,1) 0%, rgba(255,252,219,1) 100%);*/
    background-size: cover;
    padding: 0px 0;
    /* margin-top: 87px; */
}

.cuet .table-striped > tbody > tr:nth-of-type(odd) {
    color: #ffffff;
}

.bann h1 {
    margin-top: 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

    .bann h1 strong {
        display: block;
        font-weight: 700;
        font-size: 28px;
    }

.bann p {
    font-size: 21px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 35px;
}

.bann .vedio-img {
    border-radius: 40px;
    width: 100%;
    height: auto;
}

    .bann .vedio-img iframe {
        width: 100%;
        height: auto;
    }

.bg-3 {
    background: #110808;
}

.bg-4 {
    background: #f3f3f3;
}

.enroll-btn {
    background: rgb(249,96,5);
    background: linear-gradient(90deg, rgba(249,96,5,1) 0%, rgba(255,193,52,1) 100%);
    border-radius: 15px;
    border-radius: 35px;
    padding: 18px 0;
    width: 200px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
}

    .enroll-btn a {
        text-decoration: none;
        color: #fff;
    }

    .enroll-btn:hover {
        background: rgb(255,193,52);
        background: linear-gradient(90deg, rgba(255,193,52,1) 0%, rgba(249,96,5,1) 100%);
        color: #fff;
    }

.enroll2-btn {
    /* background: rgb(205 0 0); */
    background: linear-gradient(90deg, rgb(213 7 17) 0%, rgb(114 0 0) 100%);
    border-radius: 15px;
    border-radius: 6px;
    padding: 12px 0;
    width: 266px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    /* border: 1px solid; */
}

    .enroll2-btn a {
        text-decoration: none;
        color: #fff;
    }

    .enroll2-btn:hover {
        background: rgb(173,84,34);
        background: linear-gradient(90deg, rgb(213 7 17) 100%, rgb(114 0 0) 0%);
        color: #fff;
    }

.students {
    padding: 20px 15px;
    text-align: center;
    margin: auto;
    display: inline-block;
}

    .students img {
        float: left;
        margin-right: 10px;
    }

    .students strong {
        font-size: 32px;
        color: #f86513;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 35px;
    }

    .students span {
        display: block;
        font-size: 13px;
        color: #333;
        font-weight: 500;
    }

.bg-light {
    background: #f3f3f3 !important;
}


.bestbox img {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}

.bestbox h2 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 2px;
}

.bestbox p {
    font-size: 15px;
}

.nav-tabs {
    background: #110808;
    padding: 8px 20px;
    border-radius: 30px;
    width: 1122px;
    margin: auto;
}

    .nav-tabs .nav-link {
        border: 0;
        color: #fff;
        font-size: 16px;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background: rgb(249,96,5);
            background: linear-gradient(90deg, rgba(249,96,5,1) 0%, rgba(255,193,52,1) 100%);
            border-radius: 35px;
            padding: 10px 30px;
            color: #000;
            font-size: 16px;
            font-weight: 700;
        }

.accordion-item {
    border: 0;
}

.OurCourses {
    background: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 15px;
    overflow: hidden;
    text-align: left;
}

    .OurCourses .flagicon {
        position: absolute;
        color: #fff;
        text-align: right;
    }

        .OurCourses .flagicon i {
            margin-top: 15px;
            margin-left: 365px;
            font-size: 23px;
        }

    .OurCourses .heading {
        position: absolute;
        text-align: left;
        margin-top: -200px;
        margin-left: 30px;
        z-index: 99;
    }

        .OurCourses .heading h2 {
            color: #fff;
            font-size: 24px;
            font-weight: 700;
        }

    .OurCourses .batch {
        background: #fdbc2a;
        padding: 10px 30px;
        border-radius: 20px;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        display: initial;
    }

    .OurCourses .contbox {
        padding: 10px 15px;
    }

    .OurCourses .hours {
        font-size: 14px;
        display: block;
        margin: 10px 0;
    }

    .OurCourses h3 {
        font-size: 18px;
        font-weight: 600;
        text-align: left;
    }

    .OurCourses small {
        display: block;
        color: #F95B03;
        font-size: 13px;
        font-weight: 600;
    }

    .OurCourses .btn-view {
        background: rgb(250,84,3);
        background: linear-gradient(322deg, rgba(250,84,3,1) 0%, rgba(255,157,1,1) 100%);
        border-radius: 12px;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        margin-left: 10px;
        width: 47%;
    }

.results {
    margin-top: 50px;
}

    .results h4 {
        font-size: 17px;
        margin-top: 10px;
        line-height: 20px;
        text-align: center;
        color: #fff;
    }

        .results h4 span {
            display: block;
            font-size: 14px;
            color: #FDBC2A;
        }

    .results h5 {
        font-size: 50px;
        background: -webkit-linear-gradient(#bc9a40, #e5cf75);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 800;
        margin-bottom: 0;
    }

        .results h5 span {
            font-size: 35px;
            font-weight: 600;
        }

    .results h6 {
        background: -webkit-linear-gradient(#bc9a40, #e5cf75);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        font-weight: 800;
    }

.days {
    background: rgb(250,95,4);
    background: linear-gradient(0deg, rgba(250,95,4,1) 0%, rgba(255,175,1,1) 100%);
    padding: 45px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

    .days strong {
        text-align: center;
        color: #fff;
        font-size: 50px;
        line-height: 50px;
    }

    .days span {
        color: #fff;
        margin-top: 0;
        display: block;
    }

.ratio-16x9 {
    background-color: rgb(128 128 128 / 0%) !important;
}

footer {
    background: rgb(249,96,5);
    background: linear-gradient(90deg, rgba(249,96,5,1) 0%, rgba(255,193,52,1) 100%);
    padding: 50px 0 20px;
}

    footer h2 {
        font-size: 28px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 20px;
    }

        footer h2 span {
            display: block;
            width: 75px;
            height: 2px;
            background: #000;
        }

    footer .logo-img {
        margin-top: 60px;
    }

    footer a {
        color: #000;
        font-size: 20px;
        font-style: normal;
        text-decoration: none;
        width: 160px;
        display: inline-block;
    }

        footer a i {
            border-radius: 50%;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 29px !important;
            color: #fff;
            font-size: 16px;
            background: #000;
            margin-bottom: 7px;
            margin-right: 6px;
        }

        footer a:hover {
            color: #000;
        }

    footer i {
        margin-right: 6px;
    }

    footer p {
        color: #000;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    footer .copyright {
        display: block;
        border-top: #fff 1px solid;
        margin-top: 15px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        padding-top: 20px;
    }

.en-form-top {
    padding: 50px 50px !important;
    background: #ffffff !important;
    border-radius: 10px;
    margin: 0 0 20px 0;
    color: #020000;
    border: 0px solid #fff;
}

.video-sec {
    padding: 15px 0px !important;
}

    .video-sec .vedio-img {
        border-radius: 15px !important;
    }

.en-form {
    padding: 50px 160px !important;
}

@media (max-width: 991px) {
    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }


        .cource-tab-landing .tab-content > .tab-pane {
    display: none;
    opacity: 1;
}

    .cource-tab-landing .tab-content > .tab-pane.active {
    display: block;
    opacity: 1;
}
}

.for-news .l-news {
    text-decoration: none;
    display: block;
    margin: 10px 0;
    height: 200px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../images/arrow-down.png") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button {
    color: #fff;
    background-color: #000;
    margin-top: 5px;
    border-radius: 35px;
}

    .accordion-button:not(.collapsed) {
        background: rgb(249,96,5);
        background: linear-gradient(90deg, rgba(249,96,5,1) 0%, rgba(255,193,52,1) 100%);
        border-radius: 35px !important;
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

    .owl-theme .owl-nav [class*=owl-] {
        font-size: 45px !important;
        line-height: 25px !important;
        color: #F44336 !important;
        background: none !important;
    }

    .owl-theme .owl-nav [class*=owl-] {
        margin: 0 5px;
    }

.learn-desk {
    display: none;
}



.modal button.close {
    right: 0;
    outline: 0;
}

#gallery-lightbox img {
    height: 350px;
    object-fit: cover;
    cursor: pointer;
}

    #gallery-lightbox img:hover {
        opacity: 0.9;
        transition: 0.5s ease-out;
    }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .OurCourses .flagicon {
        margin-left: 304px;
    }
}

.logo-width {
    width: 300px;
}

@media(max-width:768px) {
    header {
        padding: 15px 0 10px;
    }

        header .enroll-btn {
            padding: 10px 0;
            width: 114px;
            font-size: 12px;
            margin: auto;
            /*margin:5px 10px 0;*/
        }

    .logo-width {
        width: 200px;
    }

.enroll-btn {
    padding: 10px 0;
    width: 160px;
    font-size: 15px;
    margin: 5px 7px 0;
}
    .bann {
        padding: 1px 0 10px;
    }

        .bann h1 {
            font-size: 45px;
            margin-top: 0px;
        }

            .bann h1 strong {
                font-size: 25px;
            }

        .bann p {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 10px;
        }

        .bann .enroll2-btn {
            font-size: 12px;
            padding: 14px 0;
            width: 153px;
            margin: 0 0px 20px;
        }

        .bann .vedio-img {
            height: auto;
        }

            .bann .vedio-img iframe {
                height: 250px;
            }

    .accordion-body {
        padding: 0;
    }

    .OurCourses {
        margin-bottom: 20px;
    }

        .OurCourses .heading {
            margin-top: -181px;
        }

        .OurCourses .enroll2-btn {
            padding: 10px 23px !important;
            width: auto;
            font-size: 14px;
        }

        .OurCourses .btn-view {
            padding: 10px 23px;
            width: auto;
            font-size: 14px;
        }

        .OurCourses .flagicon {
            margin-left: 310px;
        }

    .bestbox h2 {
        font-size: 15px;
    }

    .bestbox p {
        font-size: 13px;
    }

    .days {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .bg-light .mb-5 {
        margin-bottom: 20px !important;
    }

    .pt-5 {
        padding-top: 20px !important;
    }

    .pb-5 {
        padding-bottom: 20px !important;
    }

    .bg-4 h4 {
        font-size: 26px !important;
        line-height: 35px !important;
    }

    .results {
        margin-top: 20px;
    }

    .learn-desk {
        display: block;
    }

    .learn-mob {
        display: block;
    }

    .learn-mob-copy {
        display: block;
    }

    footer h2 {
        margin-top: 20px;
    }

    footer .logo-img {
        margin-top: 0px;
    }

    footer .copyright {
        padding: 20px 10px 0;
        font-size: 16px;
    }

    .en-form {
        padding: 57px 20px !important;
    }

    .for-news .l-news {
        text-decoration: none;
        display: block;
        margin: 10px 0;
        height: 144px;
    }

    .video-sec {
        padding: 20px 0px !important;
    }
}


.top-bar-marq {
    background: #F95B02 !important;
    color: #fff;
    font-weight: 700;
}

.text-yellow {
    color: #f7ef00;
}

.en-form input {
    height: 50px !important;
    margin: 13px 0;
    border-radius: 0px;
}

.en-form select {
    height: 50px !important;
    margin: 13px 0;
    border-radius: 0px;
}

.en-form textarea {
    height: 90px !important;
    margin: 13px 0;
    border-radius: 0px;
}

.en-form .submit-btn {
    height: 63px !important;
    margin: 13px 0;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(5,2,1,1) 0%, rgba(173,84,34,1) 100%);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-wrap: balance;
    width: 100% !important;
    transition: all ease-in .2s;
}

    .en-form .submit-btn:hover {
        background: linear-gradient(90deg, rgba(173,84,34,1) 0%, rgba(5,2,1,1) 100%);
        font-size: 18px;
    }


     


.en-form-top input:not(#Button1) {
    /*height: 38px;*/
    margin: 13px 0;
    border-radius: 6px;
}

.en-form-top select {
    height: 50px !important;
    margin: 13px 0;
    border-radius: 6px;
}

.en-form-top textarea {
    height: 90px !important;
    margin: 13px 0;
    border-radius: 0px;
}

.en-form-top .submit-btn {
    height: 63px !important;
    margin: 13px 0;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(5,2,1,1) 0%, rgba(173,84,34,1) 100%);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-wrap: balance;
    width: 100% !important;
    transition: all ease-in .2s;
}

    .en-form-top .submit-btn:hover {
        background: linear-gradient(90deg, rgba(173,84,34,1) 0%, rgba(5,2,1,1) 100%);
        font-size: 18px;
    }


.demo-btn i {
    color: #fff !important;
}

.demo-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #000;
    color: #000;
    z-index: 999;
    width: 133px;
    padding: 5px;
    border: none;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff !important;
}

    .demo-btn:hover {
        position: fixed;
        bottom: 20px;
        left: 20px;
        background: #fff;
        color: #000;
        z-index: 999;
        width: 133px;
        padding: 5px;
        border: none;
        font-weight: 700;
        color: #000 !important;
        border: 1px solid #000;
    }

        .demo-btn:hover i {
            color: #000 !important;
        }

.whatsap-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: none;
    color: #fff;
    z-index: 999;
    font-size: 25px;
    width: 65px;
    height: 50px;
}

    .whatsap-btn i {
        background: #28A219 !important;
        color: #fff;
        font-size: 45px;
        width: 60px;
        height: 60px;
        padding: 15px 0;
    }

.text-size {
    font-size: 20px;
}

.for-news {
    background: #F3F3F3 !important;
    padding: 50px;
}

.for-heading {
    color: rgb(249,96,5) !important;
    font-size: 35px;
    margin: 0px 0px 16px 0px;
}

.why-choose {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
}

.for-heading-col {
    padding-left: 50px;
}

@media(max-width:768px) {
    .for-heading-col {
        padding-left: 20px;
    }

    .for-btn-height {
        height: 33px !important;
        padding: 0px !important;
    }

    .for-heading {
        color: rgb(249,96,5) !important;
        font-size: 30px;
        margin: 0px 0px 16px 20px;
    }

    .btn-warning {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107;
        width: 99px;
        font-size: 13px;
        font-weight: 600;
        padding: 6px;
    }

    .en-form-top {
        padding: 30px 20px !important;
        background: #ffffff !important;
        border-radius: 10px;
        margin: 0 0 20px 0;
        color: #020000;
        border: 0px solid #fff;
    }

        .en-form-top input:not(#Button1) {
            height: 33px !important;
            margin: 13px 0;
            border-radius: 6px;
        }

        .en-form-top select:not(#Button2) {
            height: 33px !important;
            margin: 13px 0;
            border-radius: 6px;
        }
}

.mgrid td {
    border: 1px solid #000;
}

.for-course-name a {
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
    font-size: 20px;
}

.for-border {
    border: 1px solid #000;
    padding: 50px;
    border-radius: 10px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(91 39 39 / 51%);
    border-radius: .25rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.border-bottom {
    border-color: #b1b1b1 !important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 0 !important;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

.nav-link {
    color: #ffffff !important;
    text-decoration: none;
}

div#offcanvasExample ul li {
    border-bottom: 1px solid #7676762f;
    padding: 10px 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #fff;
}

.offcanvas-body li a {
    color: #000 !important;
}

header {
    background: #702a00;
    padding: 0px 0;
    box-shadow: 0px 15px 15px -20px rgba(0,0,0,0.45);
}

.loadersubmit {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/loadernew.gif") center no-repeat #ffffff70;
    background-size: 5%;
}

.feature li {
    padding: 16px 0;
    border-bottom: 1px solid #ababab;
}


.card-scalton {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
}

.skeleton-loader {
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #EEEEEE 25%, #DEDEDE 50%, #EEEEEE 75%);
    background-size: 200% 100%;
    animation: loading 2s infinite ease-in-out;
    border-radius: 8px;
    margin-bottom: 20px;
}

.avatar-skeleton {
    width: 100%;
    height: 100px;
    background: linear-gradient(90deg, #EEEEEE 25%, #DEDEDE 50%, #EEEEEE 75%);
    background-size: 200% 100%;
    animation: loading 2s infinite ease-in-out;
    border-radius: 50%;
    margin-bottom: 20px;
}

.cover-image-skeleton {
    width: 100%;
    height: 200px;
    background: linear-gradient(90deg, #EEEEEE 25%, #DEDEDE 50%, #EEEEEE 75%);
    background-size: 200% 100%;
    animation: loading 2s infinite ease-in-out;
    border-radius: 8px;
    margin-bottom: 20px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.corce-sec {
    background: #e5e5e5;
    padding: 19px 0px 6px 0;
}

.card-heit .card-title h6 {
    font-weight: 700;
}

.card-heit .card {
    background: linear-gradient(90deg, rgba(202,255,255,1) 0%, rgba(221,219,255,1) 100%);
    height: 220px;
    border: none;
}

.card-heit-new .card {
    background: linear-gradient(90deg, rgba(255,202,202,1) 0%, rgba(255,252,219,1) 100%);
    height: 250px;
    border: none;
}

.card-heit-new .card-title h6 {
    font-weight: 700;
}


.corce-sec-new {
    background: #642e2e;
    padding: 19px 0px 6px 0;
}


/*================CSS form Allen==============*/


.en-form-top-scollership {
    background: linear-gradient(90deg, rgba(202,255,213,1) 0%, rgba(255,252,219,1) 100%);
}

.stud-img {
    width: 690px;
}


/* STYLE H */

.checkbox.style-h {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox.style-h input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .checkbox.style-h input:checked ~ .checkbox__checkmark {
            background-color: #f7cb15;
        }

            .checkbox.style-h input:checked ~ .checkbox__checkmark:after {
                opacity: 1;
                top: -3px;
            }

        .checkbox.style-h input:checked ~ .checkbox__body {
            background-position: 0 0;
            color: #000;
    
        }

    /*.checkbox.style-h:hover input ~ .checkbox__checkmark {
        background-color: #f7cb15;
    }*/

   .checkbox.style-h input:checked ~ .checkbox__checkmark {
    background-color: #8fe5ff;
}

    /*.checkbox.style-h:hover .checkbox__body {
        box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    }*/

.checkbox.style-h .checkbox__checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    height: 22px;
    width: 22px;
    background-color: #ffffff;
    transition: background-color 0.25s ease;
    border-radius: 4px;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1), inset -2px -2px 4px rgba(255,255,255,0.4);
    border: 2px solid;
}

        .checkbox.style-h .checkbox__checkmark:after {
            content: "";
            position: absolute;
            left: 10px;
            top: -15px;
            width: 10px;
            height: 20px;
            border: solid #000;
            border-width: 0 4px 4px 0;
            transform: rotate(45deg);
            opacity: 0;
            transition: opacity 0.25s ease, top 0.25s ease;
        }

.checkbox.style-h .checkbox__body {
    color: #333;
    line-height: 1.4;
    font-size: 14px;
    transition: font-weight 0.25s ease;
    font-weight: 700;
    color: #333;
    background: #ffffff00;
    background-size: 200% 100%;
    background-position: 100% 0;
    padding: 9px 8px 7px 8px;
    padding-left: 52px;
    border-radius: 5px;
    /* box-shadow: 2px 2px 5px rgba(0,0,0,0.2); */
    transition: box-shadow 0.25s ease, background 1s ease, color 0.25s ease;
}

.banner-side-cont {
    font-size: 45px;
    color: #000;
}

    .banner-side-cont span {
        color: red;
    }


.for-content {
    padding: 0 0 0 50px;
    align-self: center;
}

.cource-tab-landing {
    background: #e9e9e9;
    padding: 50px 10px;
}

.cource-tab-landing .nav-pills .nav-link {
    border: 0;
    border-radius: .25rem;
    background: #ff6000;
    margin: 0 10px;
}

.cource-tab-landing .nav-pills .nav-link.active {
    color: #fff;
    background-color: #0d6efd;
}

.cource-tab-landing .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}

.highlights .card{
    background: linear-gradient(90deg, rgba(163,232,214,1) 0%, rgba(255,252,219,1) 100%);
}

.for-t-design {
    background: #9f7070;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.twlth-mentor .bestbox img {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ef9f0d;
}

.tel-cont-box {
    padding: 46px 0;
    background: #9dd0e9;
    border-radius: 10px;
    width: 30%;
    position: absolute;
    right: 20px;
    top: 22%;
    z-index:999;
}

@media(max-width:768px) {
    .banner-side-cont {
    font-size: 30px;
    color: #000;
}
.tel-cont-box {
    padding: 46px 10px;
    background: #9dd0e9;
    border-radius: 0px;
    width: 100%;
    position: relative;
    right: 0px;
    top: 0%;
}
}

.syllabus-sec {
    background: #e3e3e3;
    padding: 50px 0;
}


.t-blink {
    font-size: 14px;
    color: red;
    animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: 1;}
100%{opacity: 0;}
}
.bann-new-2 {
    /* background: url(../images/bann-bg.webp) top center no-repeat; */
    background: linear-gradient(90deg, rgb(8 127 175) 10%, rgb(165 217 243) 100%);
    background-size: cover;
    padding: 25px 0;
    /* margin-top: 87px; */
}