        body {
            font-family: "Poppins";
            color: #000;
        }
        
        img {
            max-width: 100%;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-Black.woff2") format("woff2"), url("Poppins-Black.woff") format("woff");
            font-weight: 900;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-Bold.woff2") format("woff2"), url("Poppins-Bold.woff") format("woff");
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-BlackItalic.woff2") format("woff2"), url("Poppins-BlackItalic.woff") format("woff");
            font-weight: 900;
            font-style: italic;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-BoldItalic.woff2") format("woff2"), url("Poppins-BoldItalic.woff") format("woff");
            font-weight: bold;
            font-style: italic;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-ExtraBold.woff2") format("woff2"), url("Poppins-ExtraBold.woff") format("woff");
            font-weight: 800;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-ExtraBoldItalic.woff2") format("woff2"), url("Poppins-ExtraBoldItalic.woff") format("woff");
            font-weight: 800;
            font-style: italic;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-ExtraLight.woff2") format("woff2"), url("Poppins-ExtraLight.woff") format("woff");
            font-weight: 200;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-Italic.woff2") format("woff2"), url("Poppins-Italic.woff") format("woff");
            font-weight: normal;
            font-style: italic;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-ExtraLightItalic.woff2") format("woff2"), url("Poppins-ExtraLightItalic.woff") format("woff");
            font-weight: 200;
            font-style: italic;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-Light.woff2") format("woff2"), url("Poppins-Light.woff") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-Medium.woff2") format("woff2"), url("Poppins-Medium.woff") format("woff");
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-LightItalic.woff2") format("woff2"), url("Poppins-LightItalic.woff") format("woff");
            font-weight: 300;
            font-style: italic;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-MediumItalic.woff2") format("woff2"), url("Poppins-MediumItalic.woff") format("woff");
            font-weight: 500;
            font-style: italic;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-Regular.woff2") format("woff2"), url("Poppins-Regular.woff") format("woff");
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-SemiBold.woff2") format("woff2"), url("Poppins-SemiBold.woff") format("woff");
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-SemiBoldItalic.woff2") format("woff2"), url("Poppins-SemiBoldItalic.woff") format("woff");
            font-weight: 600;
            font-style: italic;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-Thin.woff2") format("woff2"), url("Poppins-Thin.woff") format("woff");
            font-weight: 100;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: "Poppins";
            src: url("Poppins-ThinItalic.woff2") format("woff2"), url("Poppins-ThinItalic.woff") format("woff");
            font-weight: 100;
            font-style: italic;
            font-display: swap;
        }
        
        .topleftbox {
            background: #fecc00;
            height: 35px;
            width: 120px;
        }
        
        .toprightbox {
            background: #b0cb1f;
            height: 120px;
            width: 35px;
            right: 0;
            position: absolute;
        }
        
        .logo img {
            width: 200px;
        }
        
        .navbar {
            margin: 35px 0 0 0;
            background: #fecc00 !important;
            padding: 0px;
        }
        
        .navbar-nav .nav-link.active,
        .navbar-nav .nav-link.show {
            background: #000;
            color: #fff;
        }
        
        .nav-link:focus,
        .nav-link:hover {
            background: #000;
            color: #fecc00;
        }
        
        .nav-link {
            text-transform: uppercase;
            font-weight: 500;
            color: #000;
            font-size: 14px;
            padding: 10px 18px !important;
        }
        
        .dropdown-menu {
            border-radius: 0px;
            background: #fecc00 !important;
        }
        
        .dropdown-item {
            color: #000;
        }
        
        .dropdown-item:focus,
        .dropdown-item:hover {
            background: #000;
            color: #fecc00;
        }
        
        .dropdown-item.active,
        .dropdown-item:active {
            background: #000;
        }
        
        .welcome {
            margin: 100px 0 0 0;
            padding: 0 0 300px 0;
            background: url(../images/transbg.png) no-repeat center bottom;
        }
        
        .welcome h1 {
            font-size: 50px;
            font-weight: 700;
        }
        
        .blue {
            color: #007cc6;
        }
        
        .red {
            color: #ff0000;
        }
        
        .orangebutton {
            background: #007cc6;
            color: #fff;
            display: inline-block;
            padding: 15px 30px;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 20px;
            border-radius: 3px;
            font-weight: 500;
        }
        
        .orangebutton:hover {
            background: #ff0000;
        }
        
        .ourusp {
            padding: 25px 100px;
        }
        
        .uspiconbg {
            text-align: center;
            height: 100px;
            width: 100px;
            padding: 25px 20px;
            display: inline-block;
        }
        
        .ourusp h6 {
            font-weight: 500;
            padding: 5px;
            font-size: 18px;
        }
        
        .classusp {
            margin: 100px 0;
        }
        
        .lightgreenbg {
            background: #b0cb1f;
        }
        
        .maroonbg {
            background: #cb8c1f;
        }
        
        .bluebg {
            background: #07a39d;
        }
        
        .greenbg {
            background: #ea6084;
        }
        
        .courses h2 {
            font-size: 60px;
            text-transform: uppercase;
            font-weight: 700;
        }
        
        .whyjeemed {
            background: #fecc00;
            padding: 100px 0 0 0;
        }
        
        .whyjeemed h3 {
            text-transform: uppercase;
            font-weight: 600;
            font-size: 24px;
            color: #000;
        }
        
        .whyunderline {
            background: #000;
            height: 3px;
            display: inline-block;
            width: 100px;
        }
        
        .headunderline {
            background: #f1f1f1;
            height: 5px;
            display: inline-block;
            width: 250px;
        }
        
        .whyjeemed ul li {
            padding: 7px 0;
        }
        
        .facility {
            margin: 0 0 -70px 0;
        }
        
        .navbar-toggler {
            border: none;
        }
        
        .footer {
            background: url(../images/footbg.png) no-repeat bottom left;
            overflow: hidden;
            position: relative;
            text-align: center;
            padding: 250px 0 0 0;
            margin-top: 150px;
        }
        
        .footlogo {
            text-align: center;
        }
        
        .footlogo img {
            width: 250px;
        }
        
        .footmenu {
            text-align: center;
            margin: 35px 0 0 0;
        }
        
        .footmenu ul {
            display: inline-block;
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }
        
        .footmenu ul li {
            display: inline-block;
            list-style-type: none;
        }
        
        .footmenu ul li a {
            font-family: "Poppins";
            font-weight: 400;
            color: #000;
            text-decoration: none;
            margin: 0 10px;
            font-size: 16px;
        }
        
        .footcontact {
            margin-top: 20px;
        }
        
        .footcontact ul {
            display: inline-block;
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }
        
        .footcontact ul li {
            display: inline-block;
            list-style-type: none;
            margin: 0 10px;
        }
        
        .topcall {
            color: #00aeef;
        }
        
        .footsocial {
            text-align: center;
            margin-top: 20px;
        }
        
        .footsocial ul {
            display: inline-block;
            list-style-type: none;
            margin: 0px;
            padding: 0px;
        }
        
        .footsocial ul li {
            display: inline-block;
            list-style-type: none;
            margin: 0 3px;
        }
        
        .topsocial {
            text-align: right;
            margin-top: 5px;
        }
        
        .topsocial img {
            width: 26px;
            margin: 0 0px;
        }
        
        .footyellowcircle {
            background: #e5ae00;
            border-radius: 100%;
            height: 250px;
            width: 250px;
            position: absolute;
            bottom: -100px;
            left: -100px;
        }
        
        .bottomstrip {
            background: #007cc6;
            width: 250px;
            height: 16px;
            margin: 30px auto 0;
        }
        
        .topcall img {
            width: 19px;
            margin-top: -5px;
        }
        
        .footer h4 {
            font-weight: 600;
            margin: 40px 0 0 0;
            font-size: 28px;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        .desktopslider {
            display: block;
        }
        
        .mobileslider {
            display: none;
        }
        
        .special {
            margin: 180px 0 0 0;
        }
        
        .special h6 {
            text-transform: uppercase;
            font-size: 26px;
            font-weight: 600;
            margin: 0 0 20px 0;
        }
        
        .edubox {
            display: flex;
        }
        
        .admbox {
            display: flex;
        }
        
        .admbox h5 {
            font-size: 36px;
            font-weight: 600;
            margin: 0px;
        }
        
        .edubox h5 {
            font-size: 36px;
            font-weight: 600;
            margin: 0px;
        }
        
        .jeebox {
            background: #ff0000;
            color: #fff;
            width: 50%;
            border-radius: 3px;
            margin: 10px 20px;
        }
        
        .cetbox {
            background: #5e199f;
            color: #fff;
            width: 50%;
            border-radius: 3px;
            margin: 10px 20px;
        }
        
        .neetbox {
            background: #00aeef;
            color: #fff;
            width: 50%;
            border-radius: 3px;
            margin: 10px 20px;
        }
        
        .ndabox {
            background: #13209b;
            color: #fff;
            width: 50%;
            border-radius: 3px;
            margin: 10px 20px;
        }
        /* About Us */
        
        .innerhead {
            text-align: center;
            margin: -22px 0 0 0;
        }
        
        .about p {
            text-align: justify;
        }
        
        .about img {
            padding: 25px;
        }
        
        .visionmission {
            background: #00abdf;
            padding: 80px 0;
        }
        
        .visionmission h5 {
            font-weight: 700;
            font-size: 50px;
            text-transform: uppercase;
            color: #fff;
        }
        
        .visionmission p {
            color: #fff;
        }
        
        .visionmission img {
            height: 100px;
        }
        
        .highlights {
            background: #fecc00;
        }
        
        .highlightbox {
            background: #fff;
            border-radius: 5px;
            padding: 25px;
            text-align: center;
        }
        
        .highlightbox img {
            height: 80px;
        }
        
        .highlights {
            padding: 100px;
        }
        
        .highlights h2 {
            font-weight: 700;
            font-size: 60px;
            text-transform: uppercase;
        }
        
        .admissionfor {
            background: #efecf3;
            border-radius: 5px;
            padding: 20px;
        }
        
        .admissionfor h4 {
            text-transform: uppercase;
            text-align: center;
            color: #00abdf;
            font-weight: 700;
            font-size: 34px;
        }
        
        .contact {
            padding: 0 0 0 50px;
        }
        
        .contact h3 {
            font-weight: 700;
            font-size: 30px;
        }
        
        @media all and (min-width: 240px) and (max-width: 320px) {}
        
        @media all and (min-width: 320px) and (max-width: 480px) {
            .logo {
                margin: 20px 0 0 0;
            }
            .logo img {
                width: 225px;
            }
            .topleftbox {
                height: 30px;
                width: 100px;
            }
            .desktopslider {
                display: none;
            }
            .mobileslider {
                display: block !important;
            }
            .toprightbox {
                height: 100px;
                width: 30px;
            }
            .navbar {
                margin: 20px 0 0 0;
            }
            .welcome h1 {
                font-size: 33px;
            }
            .welcome {
                margin: 40px 0 0 0;
            }
            .welcome p {
                text-align: justify !important;
            }
            .ourusp {
                padding: 0px 15px;
            }
            .courses h2 {
                font-size: 40px;
            }
            .classusp {
                margin: 50px 0;
            }
            .whyjeemed {
                padding: 40px 0 0 0;
            }
            .facility {
                margin: 0 0 -45px 0px;
            }
            .footer {
                padding: 80px 0 0 0;
            }
            .footyellowcircle {
                height: 170px;
                width: 180px;
            }
            .footmenu ul li a {
                font-size: 15px;
            }
            .welcome {
                padding: 0 0 170px 0px;
            }
            .special {
                margin: 40px 0 0 0;
            }
            .admissionfor {
                padding: 5px;
            }
            .jeebox {
                margin: 10px 10px;
            }
            .cetbox {
                margin: 10px 10px;
            }
            .neetbox {
                margin: 10px 10px;
            }
            .ndabox {
                margin: 10px 10px;
            }
            .admbox {
                display: inherit;
            }
        }
        
        @media all and (min-width:481px) and (max-width:567px) {}
        
        @media all and (min-width:568px) and (max-width:767px) {}
        
        @media all and (min-width:768px) and (max-width:900px) {}
        
        @media all and (min-width:901px) and (max-width:1024px) {}
        
        @media all and (min-width:1025px) and (max-width:1280px) {}