body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.hide{
    display: none;
}

.pull-left{
    float: left;
}

.header {
    padding: 0% 4% 0% 4%;
    border-bottom: 1px solid #E8E8E8;
}

.header-marquee{
    background: #D92D28;
    height: 40px;
}

.header-marquee .h-button {
  float: left;
  height: 100%;
  background: red;
  padding: 5px 9px 0px 4px;
  color: #fff;
  font-weight: bold;
  text-shadow: -1px 2px 2px #000;
}
#topheaderSlider div {
	position: absolute;
	display:none;
	padding-top:5px;
}
#topheaderSlider div a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}
.our_cen_cont{
  margin: 4px 20px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.our_cen_cont li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 41px;
  background: #4D4D4D;
  top: -5px;
  left: 0;
}
.our_cen_cont li {
  padding: 0 10px;
  position: relative;
}
.our_cen_cont li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.our_cen_cont li .dropdown-menu{
	padding:0;
}
.our_cen_cont li a.dropdown-item {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-top:10px;
  padding-bottom:10px;
}
.our_cen_cont li a.dropdown-item:focus, .our_cen_cont li a.dropdown-item:hover {
  color: #fff;
  background-color: #ff5252;
}

.marquee {
    height: 25px;
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    animation: marquee 18s linear infinite;
}

.marquee span {
    float: left;
    width: 50%;
    color: #fff;
}

@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

.nav-menu{
    display: flex;
    align-items: center;
}
.header .logo img {
    height: 80px;
    margin: 10px 0 0 0;
}

.header .header-right-elements{
    right: 3%;
    position: absolute;
}

.Allcourse {
    padding: 10px;
    background-color: white;
    border: 1px solid #d7d6d6;
    border-radius: 4%;
    width: 120px;
    height: 50px;
    font-size: 15px;
}
.direction {
    text-decoration: underline !important;
    margin-bottom: 3px !important;
    color: black;
    margin-bottom: 5px !important
}
.Allcourse img {
    height: 20px;
    margin: 0px;
    padding: 4px;
    text-align: center;
}
.phone {
    font-size: large;
    text-decoration: none;
    color: black;
}

.phone img{
    height: 25px;
    border: 1px solid;
    border-radius: 50px;
}

.login {
    margin-left: 10px;
    background-color: #e03838;
    padding: 10px;
    color: white;
    font-size: large;
    border: 1px #e03838;
    border-radius: 5%;
    width: 100px;
    height: 50px;
}

.div-navbar{
    display: inline-block;
}

.navbar {
    display: flex;
    align-items: center;
    width: 100vw;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 0px 70px;
    background-color: #fff;
}
.navbar-logo {
    color: #ff3f34;
    text-decoration: none;
    font-size: 25px;
    padding: 0px 20px;
}

.navbar-links {
    list-style-type: none;
    display: flex;
    margin-bottom: 0px;
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #222222;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-transform:uppercase;
}

.navbar-links li.navbar-dropdown {
    position: relative;
}

.navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    transform: translateY(50px);
    left: 0;
    width: 300px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown.last-menu {
    left: -100px;
}
.navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}
.navbar-dropdown .dropdown a:hover {
    padding-left: 30px;
}
.navbar-links li a:hover {
    color: #ff3f34;
}
.navbar-links li.navbar-dropdown .dropdown .more-menu .more-sub-menu{
	position: absolute;
	top: 0;
	left: 100%;
	border-radius: 0 4px 4px 4px;
	padding: 20px 0;
	z-index: 1;
	display: none;
	width: 300px;
	background-color: #fff;
	box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 111;
	transition: 0.4s all;
  
}
.navbar-links li.navbar-dropdown .dropdown .more-menu .more-sub-menu.last-menu{
	position: absolute;
	top: 0;
	left:auto;
	right: calc(100% + 0.25em);
	border-radius: 0 4px 4px 4px;
	padding: 20px 0;
	z-index: 1;
	display: none;
	width: 300px;
	background-color: #fff;
	box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	z-index: 111;
	transition: 0.4s all;
  
}
.navbar-links li.navbar-dropdown .dropdown .more-menu:hover .more-sub-menu{
  display: block; 
}

lead-h1{
    color: #FB2B3A;
    font-family: Roboto;
    font-size: 43px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px; /* 90.698% */
}

.lead{
    color: black;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.9;
    margin-bottom: 15px;
}

.right-up-bg{
    background-image: url(../images/app-icon-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.promo-1{
    border-radius: 10px;
    background: #04A777;
    display: flex;
}

.promo-1 .title{
    color: #FAD788;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.promo-1 .sub-title{
    font-family: Inter;
    font-size: 26px;
    font-weight: 800;
    line-height: 31px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #FFFFFF;
}

.promo-1 .h5{
    color: #FFF;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.26px;
}

.promo-1 .offer{
    color: #E1E1FD;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.promo-1 img{
    padding-top: 8px;
}

.promo-header{
    margin: 2% 0px 4px 4%;
    width: 90%;
}

.promo-header hr{
    color: white;
}

.promo-header button{
    border-radius: 10px;
}

.promo-header span{
    color: white;
}

.tabs{
    width: 100%;
    margin-top: 10px;
}

.tabs .tab-btn{
    display: inline-block;
    padding: 5px;
    border: 1px solid #EAEAEA;
    border-radius: 50px;
    background: white;
    margin-left: 5px;
}

.tabs .tab-btn.active{
    background: #D92D28;
    color: white;
    opacity: 0.6;
}

.course-container .sec-title{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    letter-spacing: 0.8px;
}

.course-container .sec-tags{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 30px;
}

.course-card{
    padding: 11px;
    border-radius: 10px;
    border: 1px solid #BDBDBD;
}

.course-card img{
    width: 100%;
}

.course-card .tag{
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    margin-top: 5px;
}

.course-card .tag::before{
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.40rem;
    width: 0.40rem;
    margin-right: 0.5rem;
    background-color: #bdbdbd;
}

.course-card .title{
    color: #3C4852;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    padding-left: 2px;
	height:45px;
	overflow:hidden;
}

.course-card svg{
    padding: 2px;
    border-radius: 50px;
    background: #4991F7;
    height: 18px;
    width: 18px;
}

.course-card .specs{
    margin-top: 10px;
}
.course-card .specs label{
    font-size: 15px;
}

.course-card .specs span{
    font-size: 12px;
    opacity: 0.8;
    margin-left: 5%;
}

.course-card .price{
    color: rgba(0, 0, 0, 0.84);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
}

.Offering {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 0px !important;
    text-align: center;
}

.Offering h1{
    color: #000;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Display / 03 */
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    letter-spacing: -1.44px;
}

.cards {
    display: flex;
    height: 230px;
    background-color: #ffdcd4;
    border-radius: 20px;
    padding: 15px;
    margin-top: 50px;
}
.text-area {
    flex: 3;
    word-wrap: normal;
}
.card-container {
    height: 340px;
    display: flex;
    overflow-x: hidden;
    background-color: #fef1ec;
}
.card-container::-webkit-scrollbar {
    width: 0;
}
.category {
    background-color: #e03838;
    border: none;
    border-radius: 25px;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
}
.text {
    margin: 8px 0px 4px 10px;
}
.cards p {
    font-size: 15px;
}
.lead.text {
  height: 120px;
}
.cards img {
    margin-top: 20%;
    float: right;
    height: 90px;
}
.top-educators {
    background-color: #fffaf9;
}
.profile {
    height: 130px;
    width: 90px;
    float: left;
}
.educators {
    display: grid;
    grid-template-columns: 40rem 40rem;
    grid-template-rows: 13rem 16rem;
    gap: 10px;
}
.educator {
    height: 200px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #e0dede;
}
.educator img {
    width: 150px;
    height: 160px;
}
.data {
    margin: 0px 60px 0px 60px;
    padding-top: 50px;
}
.more {
    width: 80px;
    border-radius: 7px;
    height: 35px;
    font-size: 15px;
    margin-top: 13px;
}
.des {
    margin: 0px 10px 0px 170px;
    margin-bottom: 0%;
    min-height: 70%;
}
.description {
    margin-bottom: 0%;
}
.card-foot {
    display: flex;
}
.card-test {
    width: 30%;
    margin-left: 20px;
}
.reason-card {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    background-color: #fefce3;
    padding: 3%;
    border-radius: 1%;
    box-shadow: 1px 1px 5px 2px rgba(183, 183, 183, 0.5);
    word-wrap: normal;
}
.features {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}
.features img {
    float: left;
    height: 50px;
    margin: 0 10px 0 0;
}
.features p {
    font-weight: 500;
}
.demo {
    width: 40%;
    font-weight: 500;
}
.type {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}
.online {
    overflow: hidden;
    display: grid;
    grid-template-columns: 17rem 15rem;
    background-color: #f4e9ef;
    height: 260px;
    border-radius: 2%;
    padding: 5%;
    box-shadow: 1px 1px 5px 2px rgba(183, 183, 183, 0.5);
}
.offline {
    display: grid;
    overflow: hidden;
    grid-template-columns: 17rem 15rem;
    padding: 5%;
    background-color: #eeeff4;
    height: 260px;
    border-radius: 2%;
    box-shadow: 1px 1px 5px 2px rgba(183, 183, 183, 0.5);
}
.explore {
    width: auto;
    height: auto;
    padding: 2%;
    font-size: medium;
    font-weight: 500;
}
.circle {
    margin-left: 60%;
    margin-top: 60px;
    background: #F6E482;
    border-radius: 50%;
    height: 220px;
    width: 220px;
}
.circle img{
    height: 144px;
    margin-left: 37px;
    margin-top: 29px;
}
.explore-more{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 33% 33% 33%;
    gap: 25px;
    justify-content: center;
}
.Quiz{
    background-color: #E6E9ED;
    padding: 7% 5% 4% 5%;
    font-size: large;
    font-weight: 500;
    color: #072F60;
    border-radius: 2%;
}
.Quiz img{
    height: 80%;
    margin-right: 2%;
}
.subject-page-cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 16px;
  justify-content: center;
}
.subject-page-card-link {
  width: 24%;
  min-width: 150px;
  margin-right: 10px;
  margin-bottom:10px;
}
.subject-page-card-wrapper {
  display: flex;
  width: 100%;
  height: 90%;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.23),0 3px 6px 0 rgba(0,0,0,0.16);
  margin-bottom: 10px;
}
.subject-page-card-wrapper .subject-page-card-img-container {
  display: flex;
  width: 43px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subject-page-card-content {
  font-family: Poppins, sans-serif;
  color: black;
  line-height: 1.7;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.25px;
  margin: 10px;
  font-weight:bold;
}
.container-1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.app-link{
    margin-top: 80px;
    display: flex;
    background-color: #e4f0ff;
    background-image: url(../images/app-icon-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.details{
    display: flex;
    flex-direction: column;
    margin: 6% 0px 0px 0%;
    max-width: 55%;
}
.details h1{
    color: #F42C18;
    font-family: Inter;
    font-size: 43px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.details h5{
    color: #222;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.details input{
    padding: 10px;
    align-items: center;
    border-radius: 8px;
    background: #FFF;
    border: 0px;
    max-width: 70%;
}

.details button{
    width: 40%;
    padding: 1.5%;
    font-weight: 700;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.details img{
    height: 75%;
    margin-top: -7px;
}

.details p{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}
.hamburger {
    display: none;
    /* display: block; */
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
}
.nav-menu {
    display: flex;
    align-items: center;
}
.nav-menu.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.Query-card{
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #e03838;
    border-radius: 10PX;
    padding:2%;
    color: white;
    margin-top: 4%;
	position: relative;
	z-index: 1;
}

.Query-card h5{
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.call-us .image{
    width: 20%;
    float: left;
}

.call-us .contact-details{
    width: 80%;
}

.contact-details p{
    color: rgba(255, 255, 255, 0.54);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.contact-details h5{
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


div.mob{
    height: 100%;
    margin-left: 8%;
}

.mob img{
    width: 100%;
}

.divider {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 15px;
}

.divider::before, .divider::after {
    flex: 1;
    content: '';
    padding: 1px;
    background: rgba(255, 255, 255, 0.54);
    margin: 5px;
}

.btn-theme-white{
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    height: 25%;
    border: 1px;
    font-weight: 500;
}

footer {
    background: #131b43d1;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    padding: 6% 0 30px;
    margin-top: -3%;
    position: relative;
}

footer ul.footer_content {
    list-style: none;
    padding-left: 0;
}

footer ul.footer_content li {
    padding-bottom: 15px;
}

footer ul.footer_content li a {
    color: #cacaca;
    text-decoration: none;
}

footer .social_links {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .social_links li {
    list-style: none;
    margin: 0 6px;
}

footer .social_links li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 25%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

footer .social_links li i {
    font-size: 20px;
    line-height: 42px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
}

.custom-dir-btns{
    float: right;
}

.custom-dir-btns button{
    border: 0px;
    padding: 5px 11px;
    border-radius: 10px;
}

.mobile-menu{
    display: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    font-size: 18px;
}
ul li a {
    text-decoration: none;
    color: black;
    display: inline-block;
    transition: 350ms all;
}
ul li a:hover {
    color: #ffe400;
}
.menu-box {
    margin-left: 40px;
    position: relative;
}
.menu {
    display: flex;
    flex-wrap: wrap;
}
.menu li {
    margin-right: 5px;
}
.main_menu_desktop li a
{
  text-decoration: none;
  color: #222222;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.menu li a:before{
    display: none;
}
.menu li ul li a:before{
    display: block;
}

.btn-danger{
    background: #D92D28 !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #DC2025;
    color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    border:4px solid white;
}

#ad-owl-carousel .owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

#ad-owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}
#ad-owl-carousel  .owl-nav button.owl-next {
    right: -20px;
}

#cat-owl-carousel .owl-nav button{
    display: none;
}

#ad-owl-carousel .owl-dots{
    display: none;
}

.owl-carousel .owl-nav {
    margin: 0;
}
.owl-theme .owl-nav .disabled,
button.disabled {
    opacity: 0.6;
}


ul {
    list-style: none;
}

/* dropdown menu */
.jquerynav {
    width: 100%;
    margin: 10px 0;
    list-style: none;
}

.jquerynav:after {
    display: table;
    content: "";
    clear: both;
}

.jquerynav li {
    position: relative;
}

.jquerynav li a {
    color: #444;
    display: block;
    font: normal 12px/1.2 Arial, Helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

.jquerynav li a:hover,
.jquerynav li.current a {
    color: #888;
}

/* first level */
.jquerynav>li {
    float: left;
    display: inline;
    border-right: 1px solid #ddd;
}

/* second level */
.jquerynav ul {
    display: none;
    position: absolute;
    background: #f5f3f3;
    padding-left: 10px;
    margin-top: 10px;
    min-width: 200px;
    z-index: 2;
}

.jquerynav ul li {
    float: none;
}

/* third level */
.jquerynav ul ul {
    left: 100%;
    top: 0;
}

.jquerynav > li:last-child ul ul {
    left: -100%;
}

.jquerynav li:hover>ul {
    display: block;
}

.touch-block1 {
    top: 0px;
    right: 5px;
    padding: 5px 12px;
    position: absolute;
    z-index: 5;
    content: "▼";
    color: #aaa;
    background: #e9e9e9;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}

.extra-page-title{
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #fff6f6;
}
.breadcrumb{justify-content: center;
color:#fff;}
.breadcrumb a{color:#fff;}
.breadcrumb-item.active {
    color: #f4f4f4;
}
.breadcrumb-item+.breadcrumb-item::before{color:#fff;}
.extra-page-heading{color:#fff; }
.get-title .small-text{color: #f14d5d;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin: 0 0 10px;
}
.get-title.get-title-heading {
    color: #120f2d;
    margin: 0;
    font-size: 39px;
    font-weight: 800;
    line-height: 46px;
    letter-spacing: -.2px;}

.get-in-touch{margin-top:50px; }  
.get-in-touch-elements{margin: 20px 0px 0px 20px;}  
.get-title{margin-left:10px;
margin-bottom:20px;
 }

.subscribe-bg{display: flex;
    background-color:#d41335;
    background-image:url(../images/extra_page_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.subscribe-btn{width: 100%;}
.subscribe-title{
	font-size: 40px;
	color:#fff;
	margin-top: 70px;
}



@media only screen and (max-width: 1248px){
    
    .promo-image{
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .menu {
        display: flex !important;
    }
    .menu .megamenu > a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 28px;
        display: none;
    }
    .menu .megamenu > a:hover:after {
        display: block;
    }
    .menu li .submenu {
        transition: 350ms all;
    }
    .menu li:hover > .submenu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        box-shadow: rgb(0 0 0 / 20%) 0px 7px 29px 0px;
        border-radius: 40px;
    }
    .menu li.megamenu > a {
        padding-right: 10px;
        position: relative;
    }
    .menu li.megamenu > a:before {
        content: "";
        position: absolute;
        right: 0;
        top: 17px;
        height: 5px;
        width: 5px;
        border-right: 2px solid black;
        border-bottom: 2px solid black;
        transform: rotate(45deg);
    }
    .menu li.megamenu > a:hover:before{
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .menu li .submenu {
        position: absolute;
        top: 100%;
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
        background: #333;
        width: 265px;
        z-index: 2;
    }
    .menu li .submenu li {
        margin-right: 0;
        font-size: 16px;
        position: relative;
    }
    .menu li .submenu li a {
        color: black;
        padding: 10px 20px;
        background: white;
        display: block;
    }
    .menu li .submenu li a:before {
        right: 15px;
        transform: rotate(-45deg);
    }
    .menu li .submenu li a:hover {
        background: #ff5252;
        color: white;
    }
    .menu li .submenu .submenu {
        position: absolute;
        top: 0;
		left:100%;
    }
	.menu li .submenu .submenu.right_open {
        position: absolute;
        top: 0;
		left:auto;
		right:100%;
    }
    #menu_trigger {
        height: 22px;
        width: 30px;
        display: inline-block;
    }
    #menu_trigger .menulines {
        margin-top: 9px;
        position: relative;
        display: block;
    }
    #menu_trigger .menulines, #menu_trigger .menulines:before, #menu_trigger .menulines:after {
        content: "";
        height: 2px;
        width: 30px;
        border-radius: 5px;
        background: #fff;
    }
    #menu_trigger .menulines:before, #menu_trigger .menulines:after {
        position: absolute;
        left: 0;
    }
    #menu_trigger .menulines:before {
        top: -9px;
    }
    #menu_trigger .menulines:after {
        top: 9px;
    }
    .mobile-nested-menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #333;
        overflow: hidden;
    }
    .mobile-nested-menu ul {
        transition: 350ms all;
        display: block;
    }
    .mobile-nested-menu li {
        margin: 0;
        border-bottom: 1px solid #404040;
        font-size: 16px;
    }
    .mobile-nested-menu li a {
        color: #fff;
        display: block;
        position: relative;
        padding: 15px 20px;
    }
    .mobile-nested-menu li a:hover {
        color: #ff5252;
    }
    .mobile-nested-menu li a .navtrigger {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        background: #3d3d3d;
        border: 1px solid #404040;
    }
    .mobile-nested-menu li a .navtrigger:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 8px;
        width: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .mobile-nested-menu li .submenu {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        background: #333;
        height: 100%;
        transition: 350ms all;
        z-index: 1;
    }
    .mobile-nested-menu li .submenu li {
        font-size: 14px;
    }
    .mobile-nested-menu li .submenu .backmenu-row {
        position: relative;
        padding: 20px;
        padding-left: 50px;
        background: #333;
        font-size: 16px;
    }
    .mobile-nested-menu li .submenu .backmenu-row .back-trigger {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        display: block;
        background: #3d3d3d;
        border: 1px solid #404040;
    }
    .mobile-nested-menu li .submenu .backmenu-row .back-trigger:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 8px;
        width: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translate(-50%, -50%) rotate(135deg);
    }
    .mobile-nested-menu li .submenu .backmenu-row em {
        font-style: normal;
        color: #fff;
    }
    .mobile-nested-menu li.sub-open > .submenu {
        left: 0;
    }
}

@media only screen and (max-width: 768px){
    .all_courses{
        position: absolute;
        top: 43px;
        right: 28%;
    }
    .Allcourse{
        padding: 5px;
        width: 125px;
        height: 35px;
    }
    .mobile-menu{
        display: block;
        margin-top: 60px;
    }

    .details input{
        max-width: 100%;
    }

    /*Mobile Menu Start*/
    .mobile-menu .logo{
        display: block;
        position: absolute;
        top: 22px;
    }

    .header {
        padding: 0% 0% 0% 0%;
    }

    #menuToggle{
        display: block;
        position: absolute;
        top: 50px;
        right: 20px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    .mobile-menu-call{
        display: block;
        position: absolute;
        top: 47px;
        right: 60px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    #menuToggle input{
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;

        cursor: pointer;

        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */

        -webkit-touch-callout: none;
    }

    /*
     * Just a quick hamburger
     */
    #menuToggle span.hamburger-bar{
        display: block;
        width: 27px;
        height: 3px;
        margin-bottom: 5px;
        position: relative;

        background: #cdcdcd;
        border-radius: 3px;

        z-index: 1;

        transform-origin: 4px 0px;

        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
        transform-origin: 0% 100%;
    }

    /* 
     * Transform all the slices of hamburger
     * into a crossmark.
     */
    #menuToggle input:checked ~ span
    {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

    /*
     * But let's hide the middle one.
     */
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    /*
     * Ohyeah and the last one should go the other direction
     */
    #menuToggle input:checked ~ span:nth-last-child(2)
    {
        opacity: 1;
        transform: rotate(-45deg) translate(0, -1px);
    }

    /*
     * Make this absolute positioned
     * at the top left of the screen
     */
    #menu{
        margin-top: 16px !important;
        position: absolute;
        width: 300px;
        margin: -100px 0 0 0;
        padding: 21px;
        padding-top: 0px;
        right: -10px;
        background: white;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    #menu li
    {
        padding: 10px 0;
        font-size: 22px;
    }

    /*
     * And let's fade it in from the left
     */
    #menuToggle input:checked ~ ul
    {
        transform: none;
        opacity: 1;
    }

    #menu {
        transform: none;
        display: none;
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		z-index:1;
    }
	
	#menuCourse {
		position: absolute;
		width: 300px;
		list-style-type: none;
		right: 0;
		height:100vh;
	  }


    #menuCourse {
        transform: none;
        display: none;
        transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
		z-index:1;
    }
    /*Mobile Menu End*/

    .px-sm-0{
        padding: 0px;
    }

    #cat-owl-carousel .card{
        height: 225px;
    }

    #cat-owl-carousel{
        padding: 0px 15px 0px 15px;
    }

    #cat-owl-carousel.owl-carousel .owl-nav button.owl-next{
        right: -3px;
    }

    #cat-owl-carousel.owl-carousel .owl-nav button.owl-prev{
        left: -3px;
    }

    #cat-owl-carousel .owl-nav button span{
        font-size: 23px;
    }

    #cat-owl-carousel img{
        display: none;
    }

    .mx-sm-0-custom{
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .features {
        display: inline-block;
    }

    div.app-link{
        flex-direction: column;
    }
    div.explore-more{
        grid-template-columns: auto ;
        grid-template-rows: auto auto auto auto auto auto auto auto auto;
    }
    div.type{
        display: inline-block
    }
    div.reason-card{
        display: inline-block
    }
    div.reason-card .teacher{
        display: none;
    }
    div.educators{
        grid-template-columns: auto;
        grid-template-rows: auto auto auto auto;
        justify-content: center;
        align-items: center;
    }
    div.details{
        margin: 50px 10px 10px 30px ;
        max-width: 100%;
    }
    div.details button{
        float: left;
        width: 65%;
    }
    div.details img{
        width: 33%;
        margin: 15px 0px 0px 5px;
    }
    div.bot{
        display: block;
        flex-direction: column;
    }
    div.mob{
        height: 100%;
        margin-left: 4%;
    }
    div.circle{
        margin-left: -45%;
        margin-top: 100px;
    }
    div.circle img{
        height: 50%;
    }
    .educator img {
        width: 75px;
        height: 80px;
    }

    .des {
        margin: 0px 10px 0px 40%;
    }

    div.educator{
        width: 100%;
        height: auto;
    }

    .demo {
        width: 60%;
    }

    .online{
        margin-bottom: 20px;
    }

    .nav-menu {
        display: none;
        /* Other styles for the mobile menu */
    }
    div.Query-card{
        display: flex;
        flex-direction: column;
    }
    .hamburger{
        display: block;
        margin-left: 325px;
        height: 0%;
    }
    nav-menu.active {
        display: flex;
        align-items: center;
    }

    .details h1{
        font-size:25px;
    }

    .promo-header {
        margin: 3% 10px 10px 4%;
    }

    .course-card {
        margin-bottom: 20px;
    }

    .btn-theme-white {
        padding: 10px;
        margin: 5px 16px;
        width: 90%;
    }

    footer{
        padding: 50% 0 30px;
        margin-top: -45%;
    }

    .Offering h1{
        font-size: 24px;
        font-weight: bold;
    }
    .Offering h5{
        font-size: 17px;
        font-weight: 300;
        opacity: 0.8;
    }
	.subscribe-title{
		font-size: 20px;
		color:#fff;
		margin-top: -20px;
	}
}

@media only screen and ( max-width: 480px) {
    /* first level */
    .jquerynav > li,
    .jquerynav > .page_item {
        border-bottom: 1px solid #bbb;
        border-right: none;
    }
    .jquerynav > li:last-child {
        border-bottom: none;
    }
    .jquerynav li {
        width: 100%;
    }
    /* second level */
    .jquerynav li:hover>ul {
        display: none;
    }
    .jquerynav ul {
        position: relative;
    }
    /* third level */
    .jquerynav ul ul {
        left: 0%;
        top: auto;
    }
    .jquerynav > li:last-child ul ul {
        left: 0;
    }
}
