*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: muli;
    src: url(../font-2/Muli.ttf);
  }


body {
  
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #ffffff;
    margin: 0 0;
     font-family: muli;
     font-size:16px;
}
.notifications {
    z-index: 100000000 !important;
   background-color: #c2d32e;
    background-image: linear-gradient(315deg, #c2d32e 0%, #c2d32e 74%);
    color: #ffffff !important;
    padding: 4px 20px;
    position: fixed;
    z-index: 2;
    width: 100%;
    margin: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    cursor: pointer;
    font-family: Muli;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
}

.notifications:hover {
    text-decoration: none;
}

.landing_nav {
    z-index: 50;
    position: fixed;
    top: 32px;
    background-color: white;
    z-index: 50;
    width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    padding: 5px 30px;
    /* border-bottom: 1px solid #00000075; */
}

#landing_navx {
    border-bottom: 1px solid #eeeeee;
}

.landing_nav_left {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.top_more {
    width: 30px;
    display: none;
    margin-right: 20px;
}

.top_more img {
    width: 100%;
}

.top-logo {
    width: 200px;
}

.top-logo img {
    width: 100%;
}

.landing_nav_right {
    display: flex;
    align-items: center;
}

.landing_subnavs {
    display: flex;
    align-items: center;
}

.landing_nav_links {
    position: relative;
    margin-right: 40px;
}

.landing_nav_links span,
.landing_nav_links a {
    color: #353535;
    
    font-weight: bold;
    font-size: 17px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
}

.landing_nav_links a:hover {
    text-decoration: none;
}

.landing_nav_links span svg {
    margin-left: 4px;
}

.landing_nav_links:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    top: 30px;
    left: -61px;
    position: absolute;
    display: none;
    border-radius: 4px;
    background-color: #fefefe;
    min-width: 215px;
   
}

.dropdown-content a {
    color: black;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-family: Muli;
    color: #555555;
    font-weight: 600;
}

.dropdown-content a:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.dropdown-content a:last-child {
    border: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.landing_apps {
    display: flex;
    align-items: center;
}

.landing_apps a {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 40px;
}

.landing_nav_right button {
    cursor: pointer;
    border: none;
    border-radius: 21px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    color: #85ba2e;
  
    font-size: 15px;
    font-weight: bold;
    padding: 9px 30px 10px 30px;
    margin-right: 30px;
}

.landing_nav_right button:last-child {
    margin-right: 0;
}

.button-reverse {
    color: #ffffff !important;
    background-color: #c2d32e !important;
}

.landing_nav_right button:hover {
    opacity: 0.8;
}

.landing_top {
    position: relative;
    width: 100%;
    height: 720px;
    background-color: #ffffff;
}

.landing_top_des_1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 700px;
}

.landing_top_des_2 {
    position: absolute;
    width: 280px;
    top: 130px;
    right: 0;
}

.landing_top_des_3 {
    position: absolute;
    width: 175px;
    top: 380px;
    left: 0;
}

.landing_top_des_4 {
    position: absolute;
    top: 540px;
    width: 290px;
    right: 100px;
}

.landing_top_des_1 img,
.landing_top_des_2 img,
.landing_top_des_3 img,
.landing_top_des_4 img {
    width: 100%;
}

.top-phone {
    position: absolute;
    top: 100px;
    width: 550px;
    left: 54%;
}

.top_landing_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    margin-top: -40px;
    right: 55%;
    top: 225px;
}

.top_landing_content1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.topl_meet {
    font-family: Muli;
    font-size: 47px;
    font-weight: 900;
    color: #88c543;
    margin-bottom: 10px;
    text-shadow: 7px 2px 20px #00000029;
}

.topl_ghar {
    font-family: Muli;
    font-size: 18px;
    font-weight: 900;
    color: #88c543;
    margin-bottom: 10px;
}

.topl_jee_main {
    font-family: Muli;
    font-size: 18px;
    font-weight: normal;
    color: #353535;
    margin-bottom: 25px;
}

.topl_jee_main span {
    margin-left: 15px;
    margin-right: 15px;
    color: #999999;
}

.topl_button {
    border-radius: 21px;
    border: solid 2px #c2d32e;
    font-weight: bold;
   
    margin-right: 12px;
    font-size: 17px;
    background-color: #ffffff;
    color: #c2d32e;
    padding: 6px 20px;
    cursor: pointer;
}

.topl_button:hover {
    opacity: 0.8;
}

.topl_message {
    margin-top: 15px;
}

.topl_message img {
    width: 260px;
}

.landing_courses {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.landing_courses span {
    font-family: Muli;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #353535;
    margin-bottom: 40px;
}

.landing_courses_grid {
    width: 780px;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-auto-rows: auto;
    grid-template-rows: auto 1fr;
    margin-top: 25px;
    margin-bottom: 25px;
}

.course_batch {
    width: 220px;
    height: 140px;
    border-radius: 19px;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.course_title {
    font-family: Muli;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.course_details {
    font-family: Muli;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #353535;
    margin-top: 10px;
    margin-bottom: 8px;
}

.course_batch a {
    font-family: Muli;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.course_batch a:hover {
    text-decoration: underline;
}

.course_batch1 {
    border: solid 1px #def6b6;
    background-color: #f3f9ea;
}

.course_batch2 {
    border: solid 1px #c4e3ff;
    background-color: #eaf2f9;
}

.course_batch3 {
    border: solid 1px #ffe1c4;
    background-color: #f9f6ea;
}

.course_batch4 {
    border: solid 1px #ffd1d1;
    background-color: #f9eaea;
}

.course_batch5 {
    border: solid 1px #d3b9eb;
    background-color: #feeeff;
}

.course_batch6 {
    border: solid 1px #abf6f0;
    background-color: #f5ffff;
}

.slide_section {
    position: relative;
    width: 100vw;
    height: 600px;
    display: flex;
    justify-content: center;
}

.slide_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
}

.slide_image_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
}

.slide_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 1000px;
    width: 70vw;
}

.slide_phone {
    width: 325px;
}

.slide_phonex {
    overflow: hidden;
    position: relative;
    width: 400px;
    height: 620px;
    display: flex;
    justify-content: center;
}

.slide_phonex_holder {
    position: absolute;
    width: 800px;
}

.gif_content {
    position: absolute;
    width: 248px;
    bottom: 0px;
}

.slide_text {
    font-family: Muli;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    color: #0f1825;
    display: flex;
    flex-direction: column;
    width: 550px;
}

.slide_text span {
    font-family: Muli;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    margin-top: 10px;
    color: #353535;
}

.landing_faculty_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 100px;
}

#faculty-not-home {
    padding-top: 20px !important;
}

.faculty_heading {
    font-family: Muli;
    font-size: 30px;
    font-weight: bold;
    color: #353535;
    margin-top: 50px;
}

.landing_faculty {
    margin-top: 80px;
    position: relative;
    display: flex;
    width: 1280px;
    align-items: center;
    justify-content: space-between;
    padding-left: 120px;
    padding-right: 120px;
}

.faculty_detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faculty_detail img {
    width: 120px;
}

.faculty_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: Muli;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.58;
    color: #353535;
}

.faculty_data span {
    font-family: Muli;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 4px;
    text-align: center;
    color: #333333;
}

.faculty_waves {
    position: absolute;
    width: 100%;
    left: 0px;
}

.course_pricing {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
   
    padding-bottom: 0px;
}

.course_pricing_not_home {
    position: absolute;
    width: 300px;
    right: -50px;
    top: 36px;
}

.pricing-path {
    z-index: 1;
    position: absolute;
    width: 420px;
    right: -35px;
    top: 25px;
}

.class_pricing_not_home {
    z-index: 3;
    position: absolute;
    width: 250px;
    right: -30px;
    top: 36px;
}

#course-not-home {
    padding-top: 80px;
}

#course_pricingx {
    padding-top: 60px;
}

.course_pricing_image_left {
    position: absolute;
    bottom: -50px;
    left: -100px;
    width: 260px;
}

.course_pricing_image_right {
    position: absolute;
    bottom: -50px;
    right: -100px;
    width: 260px;
}

.course_pricing span {
    font-family: Muli;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.course-subtitle {
    margin-top: 16px;
    margin-bottom: 40px;
    font-family: Muli;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

.course-subtitle span {
    font-family: Muli;
    font-size: 21px;
    color: #353535;
    font-weight: bold;
}

.about-course {
    z-index: 5;
    margin-top: -20px;
    width: 655px;
    font-family: Muli;
    font-size: 16px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    
    text-align: left;
    color: #fff;
}

.pricing_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f4f4;
    border-radius: 28px;
    margin-top: 40px;
}

.jee_pricing,
.neet_pricing {
    width: 240px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 28px;
    font-weight: bold;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.pricing_tablet {
   padding: 60px 0px;
    margin-bottom: 40px;
    position: relative;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Muli;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.pricing_head span {
    margin-top: 10px;
    font-family: Muli;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.pricing_tablet_img {
    position: absolute;
    width: 120px;
    top: 10px;
    right: 0;
}

.pricing_main_tablet {
    width: 1100px;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.pricing_tablet_left {
    position: relative;
    width: 700px;
    display: flex;
    align-items: flex-end;
}

.pricing-girl {
    z-index: 3;
    width: 220px;
}

.pricing-eggs {
    display: flex;
    align-items: center;
    height: 300px;
}

.pricing-material {
    z-index: 1;
    position: absolute;
    left: 100px;
    bottom: 0;
    background-color: #eefcda;
    width: 320px;
    height: 320px;
    border-radius: 50%;
}

.pricing-material-sub {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    background-color: #b6d681;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 25px;
}

.pricing-material-sub img {
    position: absolute;
    top: -30px;
    width: 170px;
}

.material_title {
    font-family: Muli;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.discount_per {
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Muli;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #88c543;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discount_per span {
    font-family: Muli;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.material_price {
    font-family: Muli;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-tab {
    z-index: 2;
    position: absolute;
    right: 120px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-color: #e3f2ff;
    display: none;
}

.pricing-tab-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    font-family: Muli;
    font-size: 21px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: #353535;
}

.pricing-tab-sub img {
    position: absolute;
    top: -55px;
    margin-left: -15px;
    width: 100px;
}

.pricing-boy {
    z-index: 1;
    position: absolute;
    right: 0;
    width: 200px;
}

.pricing_tablet_right {
    width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-bullets {
    width: 100%;
}

.pricing-bullet:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pricing-bullet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-bullet-indicator {
    z-index: 2;
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #c7c7c7;
    background-color: #ffffff;
}

.pricing-indicator {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #88c543;
}

.pricing-bullet-indicator hr {
    z-index: 1;
    position: absolute;
    border: none;
    border-left: 1px dashed #c7c7c7;
    height: 300%;
    width: 1px;
}

.pricing-line-bottom {
    bottom: 6px;
}

.pricing-line-top {
    top: 6px;
}

.pricing-bullet span {
    width: 295px;
    font-family: Muli;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #333333;
}

.pricing_tablet_right button {
    margin-top: 40px;
    border-radius: 21px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.09);
    border: none;
    background-color: #88c543;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 28px;
}

.pricing_tablet_right button:hover {
    opacity: 0.8;
}

.pricing_table {
    z-index: 8;
    width: 1200px;
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
    overflow-x: auto;
    align-items: center;
    justify-content: flex-start;
}

.pricing_table::-webkit-scrollbar {
    height: 6px;
    border-radius: 10px;
}


/* Track */

.pricing_table::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
}


/* Handle */

.pricing_table::-webkit-scrollbar-thumb {
    background: #ccc;
    cursor: pointer;
    border-radius: 10px;
}


/* Handle on hover */

.pricing_table::-webkit-scrollbar-thumb:hover {
    background: #bbb;
}

.pricing_table2 {
    z-index: 8;
  
    width: 1200px;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pricing {
    z-index: 10;
    position: relative;
 
    /* height: 485px; */
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #ededed;
    background-color: #744ee7;
    padding: 40px 25px;
    color: #fff;
}

.pricing:last-child {
    margin-right: 0;
}

.pricing2 {
    z-index: 10;
    position: relative;
    min-width: 440px;
    max-width: 440px;
    min-height: 585px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #ededed;
    background-color: #ffffff;
    padding: 30px 25px 50px 25px;
}

.pricing2:last-child {
    margin-right: 0;
}

.pricing3 {
    z-index: 10;
    position: relative;
    min-width: 570px;
    max-width: 570px;
    min-height: 600px;
    margin-right: 30px;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #ededed;
    background-color: #ffffff;
    padding: 30px 45px 50px 45px;
}

.pricing3:last-child,
.pricing3:nth-child(2),
.pricing3:nth-child(4) {
    margin-right: 0;
}

.pricing4 {
    z-index: 10;
    position: relative;
    min-width: 595px;
    max-width: 595px;
    min-height: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #ededed;
    background-color: #ffffff;
    padding: 40px 45px 50px 45px;
}

.pricing5 {
    z-index: 10;
    position: relative;
    width: 550px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #ededed;
    background-color: #ffffff;
    padding: 30px 40px 50px 40px;
}

.pricing6 {
    z-index: 10;
    position: relative;
    width: 595px;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #ededed;
    background-color: #ffffff;
    padding: 40px 45px;
}

.pewdiepie {
    display: block;
    justify-content: center;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -90px;
}

.pricing2 button,
.pricing3 button,
.pricing4 button,
.pricing5 button,
.pricing6 button {
    outline: none;
    padding: 10px 40px;
    color: #ffffff;
    font-weight: bold;
    font-family: Muli;
    font-size: 19px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.09);
    background-color: #85ba2e;
}

.pricing-sun {
    z-index: 1;
    position: absolute;
    top: -50px;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    opacity: 0.5;
}

.pricing-white {
    z-index: 2;
    top: 0;
    position: absolute;
    width: 80%;
    height: 35px;
    background-color: #ffffff;
}

#pricing-sun1 {
    box-shadow: inset 0 1px 21px 0 #85ba33;
    background-color: #def6b6;
}

#pricing-sun2 {
    box-shadow: inset 0 1px 24px 0 #4a90e2;
    background-color: #c4e3ff;
}

#pricing-sun3 {
    box-shadow: inset 0 1px 22px 0 #f18965;
    background-color: #ffd5d5;
}

.pricing2 .start_class_date {
    margin-top: -5px;
}

.class-group-1 {
    position: absolute;
    width: 110px;
    left: 0%;
    top: 52%;
}

.class-group-2 {
    position: absolute;
    width: 140px;
    right: 0%;
    top: 52%;
}

.class-group-3 {
    position: absolute;
    width: 180px;
    left: 20%;
    bottom: -50px;
}

.class-group-4 {
    position: absolute;
    width: 100px;
    right: 10%;
    bottom: 10%;
}

.time-table {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.time-table2 {
    display: flex;
    width: 100%;
}

.time-table2x {
    width: 50%;
}

.time-table-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
}

.time-table-contentx2 {
    width: 100%;
    border-left: none !important;
}

.time-table-contentx {
    border-left: none !important;
    padding-left: 45px !important;
}

#time-table-content2:last-child {
    padding-left: 35px;
}

#total-time-content2:last-child {
    padding-left: 35px;
}

.pricing-tag {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

#total-tag {
    margin-top: 0;
    margin-bottom: 0;
    width: 40%;
    text-align: center;
}

#total-tag:last-child {
    width: 60%;
    border-left: 1px solid #dddddd;
}

.time-table-content span {
    font-family: Muli;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #353535;
}

#time-table-content2 span {
    display: inline-block;
    margin-bottom: 5px;
}

.single-time {
    width: 45%;
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.single-time img {
    width: 22px;
    margin-right: 12px;
}

.single-time {
    font-family: Muli;
    font-size: 14px;
    font-weight: normal;
    color: #353535;
}

.total-time {
    width: 100%;
    border-top: 1px solid rgba(133, 186, 46, 0.3);
    border-bottom: 1px solid rgba(133, 186, 46, 0.3);
    display: flex;
}

.total-time-content {
    font-family: Muli;
    font-size: 15px;
    font-weight: 600;
    color: #353535;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.total-time-content2x {
    width: 100%;
    display: flex;
    justify-content: center;
    border-left: none !important;
}

.total-time-content:last-child {
    border-left: 1px solid rgba(133, 186, 46, 0.3);
    padding-left: 20px;
}

.pricing_subjects {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.online-tests {
    margin-top: 24px;
    margin-bottom: 12px;
    font-family: Muli;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.subpricing {
    z-index: 100;
    position: absolute;
    bottom: 10px;
    opacity: 0.29;
    border-radius: 19px;
    width: 230px;
    height: 100px;
}

.pricing_class {
    font-family: Muli;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.start_class_date {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.start_class_date a, #class_datex {
    display: block;
    font-weight: 700;
    margin-top: 12px;
    font-family: Muli;
    font-size: 14px;
    text-align: center;
    color: #373737;
    border-radius: 20px;
    padding: 12px 30px;
}

.start_class_date a:hover {
    text-decoration: none;
}

#class_datex {
    display: block;
    margin-top: 30px;
    font-size: 15px;
}

#class_date1,
#class_datex {
    background-color: #def6b6;
}

#course-link2 {
    margin-top: 10px;
    font-family: Lato;
    font-size: 15px;
}

#course-link2:hover {
    color: #007bff !important;
}

#class_date2 {
    background-color: #c4e3ff;
}

#class_date3 {
    background-color: #ffd5d5;
}

.complete_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.complete_line hr {
    width: 70px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 1em 0;
    padding: 0;
}

.complete_line span {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #888888;
    color: #ffffff;
}

.course_metric {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course_metric hr {
    width: 1px;
    display: block;
    height: 40px;
    border: 0;
    border-right: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.indi_course_metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    font-family: Muli;
    font-size: 13px;
    text-align: center;
    color: #888888;
    color: #fff;
}

#indi_course_metric1 {
    width: 100px;
}

#indi_course_metric2 {
    width: 125px;
}

#indi_course_metric3 {
    width: 70px;
}

.indi_course_metric span {
    color: #fff;
    font-weight: 700;
    font-family: Muli;
    font-size: 14px;
    text-align: center;
}

.total_hours {
    text-align: center;
    font-family: Muli;
    width: 100%;
    border-radius: 10px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    padding: 8px 0;
    margin-top: 5px;
    color: #000;
}

.total_hours span {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
}

.total_fee {
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: Muli;
    font-weight: normal;
    font-size: 15px;
}

.total_fee span {
    margin-left: 6px;
    font-family: Muli;
    font-weight: 600;
    font-size: 17px;
    /* text-decoration: line-through; */
}

.total_discount {
    font-family: Muli;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 15px;
}

.total_discount span {
    margin-left: 6px;
    font-family: Muli;
    font-weight: 700;
    font-size: 19px;
}

.see_details {
    display: block;
    border-radius: 40px;
    padding: 4px 12px 4px 12px;
    background-color: #87c443;
    font-family: Muli;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    cursor: pointer;
    text-decoration: none;
}

.see_details1 {
    display: block;
    border-radius: 40px;
    padding: 10px 30px;
    background-color: #def6b6;
    font-family: Muli;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #000000 !important;
    cursor: pointer;
    text-decoration: none;
}

.see_details:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.price_discount {
    margin-top: 20px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.resonating {
    display: flex;
    flex-direction: column;
    width: 1220px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
}

.resonating span {
    font-family: Muli;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #0f1825;
}

.resonating_top1,
.resonating_top2,
.resonating_bottom {
    position: absolute;
}

.resonating_top1 {
    width: 160px;
    top: -100px;
    left: 11%;
}

.resonating_top2 {
    width: 80px;
    top: 0px;
    left: 5%;
}

.resonating_bottom {
    width: 180px;
    bottom: -100px;
    right: 3%;
}

.resonating-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 80px;
    margin-top: 60px;
    margin-bottom: 110px;
}

.resonating-img {
    width: 200px;
    z-index: 1;
}

.resonating-center {
    position: relative;
    width: 800px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resonating-center img {
    width: 800px;
}

.resonate-box {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.05);
    border: solid 0.9px #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resonate-box img {
    width: 38px;
}

#resonate-box1 {
    left: 4%;
    bottom: 0;
}

#resonate-box2 {
    left: 20%;
    top: 0;
}

#resonate-box3 {
    left: 50%;
    margin-left: -35px;
    bottom: 0;
}

#resonate-box4 {
    right: 23%;
    top: 0;
}

#resonate-box5 {
    z-index: 3;
    right: 4%;
    bottom: 0;
}

.resonate-info span {
    font-family: Muli;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #353535;
    margin-bottom: 5px;
}

.resonate-info {
    width: 310px;
    background-color: transparent;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: Muli;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #000000;
}

#resonate-info-bottom {
    top: 80px;
}

#resonate-info-top {
    bottom: 80px;
}

.footer {
    /* margin-top: 100px; */
    width: 100vw;
    display: flex;
    justify-content: center;    
    /* height: 400px; */
    border-top: 1px solid #f1f1f1;
    background-color: #0f1825;
    position: relative;
}

#footer-not-home {
    margin-top: 0px;
}

.footer_bound {
    position: relative;
    width: 1240px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer_message {
    z-index: 1000;
    cursor: pointer;
    position: fixed;
    padding-top: 5px;
    bottom: 50px;
    right: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 11px 0 rgba(0, 0, 0, 0.3);
    background-color: #85ba2e;
}

.footer_message img {
    width: 32px;
}

.footer-l {
    height: 100%;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    width: 190px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    /*box-shadow: 17px 9px 2px 1px #fffffff0;*/
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.footer-apps {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.footer-apps a {
    display: block;
    cursor: pointer;
    width: 120px;
}

.footer-apps img {
    width: 100%;
}

.app-store-2 {
    margin-left: 10px;
}

.footer-l span {
    font-family: Muli;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.footer-c {
    height: 100%;
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.footer-c span {
    font-family: Muli;
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    line-height: 2;
    margin-bottom: 20px;
}

.footer-c a {
    cursor: pointer;
    opacity: 0.6;
    font-family: Muli;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    opacity: 1;
    padding: 4px 0px;
}

.footer-c a:hover {
    margin-left: 5px;
    color: #88c543;
    opacity: 1;
}

.footer-r {
    padding-top: 5px;
    height: 100%;
    width: 150px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-r a {
    cursor: pointer;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 100%;
    text-decoration: none;
}

.footer-r img {
    width: 30px;
}

.schedule {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.schedule-title {
    font-family: Muli;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.schedule span {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: Muli;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #353535;
}

.schedule-subtitle {
    display: flex;
    align-items: center;
}

.schedule-subtitle1 {
    display: flex;
    align-items: center;
    margin-left: 18px;
    margin-right: 18px;
    font-family: Muli;
    font-size: 16px;
    font-weight: normal;
    color: #353535;
}

.schedule-subtitle1 span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
}

.schedule-green {
    background-color: #85ba2e;
}

.schedule-yellow {
    background-color: #ffdd66;
}

.schedule-table {
    margin-top: 40px;
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.schedule-table2 {
    position: relative;
    margin-top: 25px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-left {
    position: absolute;
    left: 0;
    width: 400px;
}

.schedule-right {
    position: absolute;
    right: 0;
    width: 400px;
}

.schedule-division {
    width: 385px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.schedule-division2 {
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.schedule-division span {
    font-family: Muli;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.schedule-box {
    margin-top: 35px;
    z-index: 10;
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #ededed;
    background-color: #ffffff;
}

.schedule-sess {
    font-weight: 400;
    position: absolute;
    top: -15px;
    border-radius: 20px;
    background-color: #d8d8d8;
    color: #343434;
    text-align: center;
    padding: 5px 60px;
    font-size: 15px;
}

.single-schedule span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 0;
    margin-bottom: 0;
}

.single-schedule {
    width: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Muli;
    font-size: 16px;
    line-height: 2.38;
    color: #353535;
}

.reso-power {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reso-power span {
    display: block !important;
    font-family: Muli;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #353535 !important;
}

.resosir-power img {
    margin-top: 10px;
    width: 245px;
}

.resosir-power {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.resosir-power div {
    display: block !important;
    font-family: Muli;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #353535 !important;
}

.resosir-power img {
    margin-top: 30px;
    width: 240px;
}

.contact {
    position: relative;
    margin-top: 150px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1280px;
    padding-top: 30px;
    padding-bottom: 150px;
}

.contact img {
    position: absolute;
}

.contact button {
    background-color: #85ba2e;
    color: #ffffff;
    font-weight: bold;
    font-family: Lato;
    font-size: 21px;
    margin-top: 60px;
    border-radius: 40px;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #85ba2e;
    padding: 5px 20px 6px 20px;
}

.contact button:hover {
    color: #85ba2e;
    background-color: #ffffff;
}

.contact1 {
    width: 200px;
    top: 50px;
    left: 5%;
    z-index: 1;
}

.contact2 {
    top: 50px;
    right: 5%;
    z-index: 1;
}

.contact3 {
    width: 70px;
    bottom: 220px;
    left: 9%;
    z-index: 1;
}

.contact div:first-child {
    font-family: Muli;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1.25px;
    text-align: center;
    color: #4a4a4a;
    z-index: 5;
}

.contact div:nth-child(2) {
    font-family: Muli;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    color: #4a4a4a;
    margin-top: 5px;
    z-index: 5;
}

.contact-component {
    z-index: 10;
    margin-top: 50px;
    display: flex;
    width: 1000px;
    height: 290px;
    border-radius: 10px;
    border: solid 1px #d6d6d6;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.contact-component div {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.contact-component div:first-child {
    margin-bottom: 35px;
}

.refund {
    margin-top: 60px;
    display: flex;
    width: 1000px;
    justify-content: space-between;
    height: 300px;
}

.refund-component {
    width: 480px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    border: solid 1px #e8e8e8;
    background-color: #ffffff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
}

.refund-table {
    width: 70%;
    display: flex;
    align-items: center;
    margin-top: 25px !important;
}

.refund-class {
    font-family: Lato !important;
    font-size: 26px !important;
    font-weight: 600 !important;
}

.refund-table-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.refund-table-content:first-child {
    width: 35%;
}

.refund-table-content:last-child {
    border-left: 1px solid #dddddd;
    width: 65%;
    padding-left: 35px;
}

.refund-table-content span {
    font-family: Lato;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.refund-data {
    font-family: Lato !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 5px;
}

.refund-note {
    margin-top: 50px;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
}

.help_title {
    font-family: Muli;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.67;
    letter-spacing: 0.86px;
    text-align: center;
    color: #4a4a4a;
}

.help_subtitle {
    margin-top: 8px;
    font-family: Muli;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 0.57px;
    text-align: center;
    color: #4a4a4a;
}

.contact-component hr {
    border: none;
    border-left: 1px solid #ccc;
    height: 50%;
    width: 1px;
}

.about-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1100px;
    margin-top: 160px;
    margin-bottom: 125px;
}

.about-us1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-us-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
}

.about-us-image img {
    position: absolute;
    z-index: 1;
    width: 400px;
}

.about-us-script1 {
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-us-script1 span:first-child {
    font-family: Muli;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    color: #353535;
}

.about-us-script1 span:nth-child(2) {
    font-family: Muli;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    color: #353535;
}

.about-us-script1 span:last-child {
    margin-top: 15px;
    font-family: Muli;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: center;
    color: #353535;
}

.about-us2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.about-us-script2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-script2 span:first-child {
    font-family: Muli;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.about-us-script2 span:nth-child(2) {
    font-family: Muli;
    margin-top: 5px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.about-us-script2 span:last-child {
    margin-top: 15px;
    font-family: Muli;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #353535;
}

.about-us-image2 {
    margin-top: 55px;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-us3 {
    margin-top: 120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-script3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-us-script3 span:first-child {
    font-family: Muli;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #353535;
}

.about-us-script3 span:last-child {
    margin-top: 15px;
    font-family: Muli;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.75;
    text-align: center;
    color: #353535;
}

.about-us3 img {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-us-data {
    font-family: Muli;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.75;
    letter-spacing: 0.76px;
    text-align: center;
    color: #353535;
}

.about-us4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.about-us4 span {
    display: block;
    margin-bottom: -30px;
    font-family: Muli;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    color: #353535;
}

.about-us4 img {
    width: 85%;
}

.register {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.register_component {
    width: 500px;
    /* height: 550px; */
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 25px;
    background-color: #c2d32e;
}

.register_component input, .register_component select {
    width: 100%;
    border-radius: 4px;
    border: solid 1px #d7d7d7;
    background-color: #ffffff;
    border-radius: 2px;
    margin-bottom: 15px;
    color: #8f8479;
    padding: 8px 12px;
    outline: none;
}



.register_component button {
    border: none;
    color: #ffffff;
    border-radius: 60px;
    margin-top: 15px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.09);
    text-align: center !important;
    background-color: #35495e;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 60px;
}

.register span {
    display: block;
    margin-bottom: 15px;
    font-family: Muli;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    font-size: 40px;
    font-family: sans-serif;
}

#topbar {
    z-index: 10000;
    position: fixed;
    top: 0px;
    color: #ffffff;
    background: #87c443;
    width: 100%;
    height: 50px;
    display: none;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

button {
    outline: none;
}

.mobile_view {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 40%;
}

.mobile_view .mobile_logo {
    display: none;
    width: 65%;
}

.mobile_view a {
    width: 40%;
    display: block;
}

.mobile_view .mobile_play {
    width: 100%;
}

.mobile_view .mobile_meet {
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: Lato;
    font-size: 25px;
    color: #222;
    font-weight: bold;
}

.mobile_view .mobile_meet2 {
    margin-top: 10px;
    font-family: Lato;
    font-size: 19px;
    color: #444;
    font-weight: bold;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(133, 186, 46, 0.75);
    overflow-x: hidden;
    transition: 0.5s;
    padding-bottom: 30px;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 40px;
}

.overlay a {
    font-family: Lato;
    padding: 8px;
    text-decoration: none;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay span {
    font-family: Lato;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.nav-options img {
    width: 15px;
    margin-left: 15px;
}

.overlay a:hover,
.overlay a:focus {
    color: #fbfbfb;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 50px;
}

.nav-options {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.nav-options-abs {
    margin-top: 15px;
    left: 0;
    width: 80%;
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: rgba(133, 186, 46, 1);
}

.note-reward {
    margin-top: 40px;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    color: #555555;
}

.rewards {
    margin-top: 25px;
    width: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.02);
}

.rewards-left {
    width: 65%;
    height: 100%;
    background-color: #f3f3f3;
}

.reward-title,
.reward-value {
    width: 100%;
    font-family: Lato !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ffffff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 25px;
}

.reward-value {
    padding-left: 0 !important;
    justify-content: center !important;
}

.reward-title:last-child,
.reward-value:last-child {
    border-bottom: none;
}

.rewards-right {
    margin: 0 0 !important;
    width: 35%;
    height: 100%;
    background-color: #def6b6;
}

.reward-note {
    display: block;
    margin-top: 15px !important;
    width: 900px;
    text-align: center;
    font-family: Lato !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
}

.course-benefits {
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 180px;
    margin-bottom: 80px;
}

.course-benefits span {
    font-family: Lato;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
}

.course-benx {
    background-color: rgb(206, 38, 38);
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 20px;
    color: #ffffff;
    font-family: Lato;
    font-size: 20px;
    margin-bottom: 20px;
}

.course-ben-tray {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.single-ben-title {
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
}

.single-ben {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.single-ben img {
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-ben-data {
    font-family: Lato;
    font-size: 17px;
    line-height: 1.5;
}

.ph-nav-navigation,
.ph-backdrop {
    display: none;
}

.order-details2 {
    position: fixed;
    display: flex;
    width: 80%;
    height: 70%;
    left: 10%;
    top: 15%;
    border-radius: 20px;
    overflow: hidden;
}

.order-details-left {
    width: 45%;
    height: 100%;
    padding-bottom: 40px;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.order-details-left span {
    display: flex;
    align-items: center;
    width: 75%;
    text-align: start;
    font-family: Lato;
    font-size: 25px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.84);
}

.order-details-left img {
    width: 30px;
    margin-right: 15px;
}

.summary {
    width: 75%;
    margin-top: 30px;
}

.summary-x {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.summary-var {
    font-size: 19px;
    font-family: Lato;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
}

.summary-val {
    font-size: 19px;
    font-family: Lato;
    font-weight: 600;
    color: #85ba2e;
}

.summary-y {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.summary-y .summary-var {
    font-size: 21px;
    color: rgba(0, 0, 0, 0.75);
}

.summary-y .summary-val {
    font-size: 21px;
}

.order-details-right {
    width: 55%;
    height: 100%;
    background-color: #def6b6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
}

.order-details-right span {
    width: 70%;
    text-align: center;
    font-family: Lato;
    font-size: 23px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.84);
}

.personal {
    width: 70%;
    margin-top: 20px;
}

.personal-data {
    margin-bottom: 15px;
}

.personal-data span {
    font-family: Lato;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(133, 186, 46, 1);
}

.personal-box {
    width: 100%;
    margin-top: 4px;
    background-color: #ffffff;
    padding: 7px 15px 8px 15px;
    border-radius: 3px;
    font-family: Lato;
    color: #333;
    font-weight: 500;
    font-size: 19px;
    overflow: hidden;
}

.action_buttons2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
}

.action_buttons2 a {
    display: block;
    font-size: 19px;
    font-family: Lato;
    font-weight: bold;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    text-decoration: none !important;
    cursor: pointer;
}

.action_buttons2 a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.action_buttons2 a:first-child {
    background-color: transparent;
    color: rgba(133, 186, 46, 1);
}

.action_buttons2 a:last-child {
    margin-left: 20px;
    background-color: rgba(133, 186, 46, 1);
    color: #ffffff;
}

#leaving_already {
    align-items: center;
    justify-content: center;
    border: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.modal-content {
    width: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.install-ment {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    border: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    width: 500px;
    height: 360px;
    border: 1px solid #f6f6f6;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.05);
}

.install-msg {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 290px;
    padding-left: 30px;
    padding-right: 30px;
}

.install-msg span {
    font-family: Lato;
    font-size: 21px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.84);
}

.install-msg img {
    width: 65%;
    margin-top: 5px;
}

.install-dm {
    font-family: Lato;
    font-size: 17px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 12px;
}

.install-note {
    margin-top: 10px;
    font-family: Lato;
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.65);
}

.install-act {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
}

.install-act a {
    display: block;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: Lato;
    font-size: 19px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.install-act a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.install-act a:first-child {
    background-color: transparent;
    color: rgba(133, 186, 46, 1);
}

.install-act a:last-child {
    margin-left: 20px;
    background-color: rgba(133, 186, 46, 1);
    color: #ffffff;
}

.card-details {
    width: 680px;
    border: 1px solid #dddddd;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.04);
}

.card-body {
    padding: 0 0;
}

.card-body h3 {
    font-family: Lato;
    font-size: 21px;
}

.card-title {
    font-weight: 600;
    font-family: Lato;
    font-size: 30px;
    margin-bottom: 35px;
}

.form-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.form-row2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.colx {
    width: 40%;
    text-align: left;
    padding-left: 80px;
}

.coly {
    width: 60%;
    text-align: left;
    padding-left: 80px;
}

.colx2 {
    margin-right: 5px;
}

.coly2 {
    margin-left: 5px;
}

.big-success {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-message {
    position: relative;
    padding-top: 40px;
    width: 650px;
    height: 360px;
    color: rgba(133, 186, 46, 1);
    background-color: rgba(133, 186, 46, 0.2);
    box-shadow: 10px 10px 0px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Lato;
    font-size: 30px;
    font-weight: bold;
    color: #888888;
    text-align: center;
}

.failure-message {
    background-color: rgba(244, 67, 54, 0.2);
}

.success-tick {
    position: absolute;
    top: -140px;
}

.success-message button {
    margin-top: 25px;
    font-size: 19px;
    padding: 6px 18px 7px 18px;
    background-color: rgba(133, 186, 46, 1);
    color: #ffffff;
    font-weight: 600;
    border: 2px solid rgba(133, 186, 46, 1);
    border-radius: 40px;
    cursor: pointer;
}

.success-message button:hover {
    color: rgba(133, 186, 46, 1);
    background-color: #ffffff;
}

.failure-message button {
    background-color: #f44336;
    color: #ffffff;
    border: 2px solid #f44336;
}

.failure-message button:hover {
    color: #f44336;
    background-color: #ffffff;
}

.faq {
    font-family: Lato;
    font-size: 25px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.74);
    margin-bottom: 35px;
}

.list-group li {
    display: block;
    width: 50vw;
    font-family: Lato;
    font-size: 19px;
    color: #85ba2e;
    text-decoration: none;
    word-wrap: break-word;
}

.list-group a {
    display: block;
    margin-bottom: 20px;
}

.list-group a:hover {
    text-decoration: none;
}

.list-group li:hover {
    background-color: #f8f8f8;
    color: #85ba2e;
    text-decoration: none;
}

.card {
    display: block;
    width: 80vw;
    margin-bottom: 25px;
}

.card-header {
    cursor: pointer;
    word-wrap: break-word;
}

.card-header button {
    font-family: Lato;
    font-size: 19px;
    color: #85ba2e;
    text-decoration: none;
    padding: 0 0;
}

.card-header:hover {
    background-color: #eeeeee;
    color: #85ba2e;
    text-decoration: none;
}

.card-header button:hover {
    color: #85ba2e;
    text-decoration: none;
}

.card-body {
    word-wrap: break-word;
    padding: 0.75rem 1.25rem;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.84);
    text-decoration: none;
}

.faq_back {
    display: inline-block;
    padding: 5px 20px 6px 20px;
    letter-spacing: 0.02em;
    border-radius: 4px;
    background-color: #85ba2e;
    color: #fff !important;
    font-family: Lato;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .order-details2 {
        width: 88%;
        top: 60px;
        left: 6%;
        position: absolute;
        margin-bottom: 60px;
        height: auto;
        flex-direction: column;
    }
    .order-details-left {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .order-details-right {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .install-ment {
        width: 100%;
        height: auto;
    }
    .install-msg {
        padding-top: 35px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .order-details2 {
        width: 88%;
        top: 30px;
        left: 6%;
        position: absolute;
        margin-bottom: 30px;
        height: auto;
        flex-direction: column;
    }
    .summary-val {
        width: 50%;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .landing_top {
        height: auto;
    }
    .landing_top_des_1,
    .landing_top_des_2,
    .landing_top_des_3,
    .landing_top_des_4,
    .resonating,
    .ph-hide {
        display: none;
    }
    .top_landing_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        margin-top: 0px;
        right: 0px;
        align-items: center;
        top: 0px;
        padding: 15px;
    }
    .top_landing_content1,
    .topl_jee_main {
        align-items: center;
        text-align: center;
    }
    .ph-backdrop {
        display: none;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.4);
        left: 0px;
        top: 46px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        height: calc(100vh - 46px);
    }
    .landing_subnavs {
        position: fixed;
        width: 250px;
        top: 46px;
        right: 0px;
        display: none;
        bottom: 0px;
        background-color: #fff;
        flex-direction: column;
        height: calc(100vh - 46px);
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
        z-index: 2;
        overflow: auto;
    }
    .landing_subnavs .dropdown-content {
        position: relative;
        top: 10px;
        left: 0px;
        right: 0px;
    }
    .landing_nav_links {
        margin-right: 0px;
        padding: 5px 15px;
    }
    .ph-nav-navigation {
        display: block;
    }
    .top-logo {
        width: 150px;
    }
    .landing_nav {
        width: 100%;
        position: relative;
        top: 0px;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
        background-color: #fff;
        padding: 5px 15px;
    }
    .landing_nav_right button {
        padding: 5px 15px;
    }
    .landing_nav_right .ph-nav-navigation {
        width: 20px;
        padding: 0px;
        background-color: transparent;
        box-shadow: none;
    }
    .course_pricing,
    #course_pricingx {
        margin-top: 0px;
        padding-top: 20px;
    }
    .pricing_table {
        width: 100%;
        display: block;
    }
    .pricing {
        width: 100%;
        height: auto;
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    .course_pricing_image_left,
    .course_pricing_image_right {
        display: none;
    }
    .pricing_tablet {
       
        margin-bottom: 0px;
    }
    .pricing_tablet .pricing_main_tablet {
        width: 100%;
    }
    
    .pricing_tablet_right {
        display: block;
        width: 100%;
    }
    .pricing_main_tablet {
        margin-top: 20px;
        padding: 15px;
    }
    .landing_faculty_div {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .faculty_heading {
        margin-top: 0px;
        text-align: center;
    }
    .landing_faculty {
        width: 100%;
        display: block;
        text-align: center;
        padding: 15px;
        margin-top: 0px;
    }
    .landing_faculty .faculty_waves {
        display: none;
    }
    .landing_faculty .faculty_detail {
        display: block;
        margin-bottom: 20px;
    }
    .slide_section {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .slide_image,
    .slide_image_right {
        display: none;
    }
    .slide_content {
        display: block;
        min-width: 100%;
    }
    .slide_phonex {
        display: none;
    }
    .slide_text {
        display: block;
        width: 100%;
        line-height: 35px;
    }
    .footer {
        height: auto;
        margin-top: 0px;
        padding-top: 20px;
    }
    .footer_bound {
        padding: 0px 15px;
    }
    .footer-l,
    .footer-c,
    .footer-d,
    .footer-r,
    .footer_bound,
    .footer_bound span,
    .footer_bound a {
        display: block;
        width: 100%;
    }
    .footer-l {
        text-align: center;
    }
    .footer-r {
        text-align: center;
    }
    .footer-r a {
        display: inline-block;
        width: auto;
        padding: 10px;
    }
    .about-us {
        display: block;
        width: 100%;
        padding: 0px 15px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .about-us .about-us-image {
        display: block;
        position: relative;
        width: 320px;
        height: 320px;
        text-align: center;
    }
    .about-us-script1 span:first-child {
        display: block;
    }
    .about-us .about-us-image img {
        width: 320px;
        position: relative;
    }
    .about-us2,
    .about-us3,
    .about-us4 {
        margin-top: 50px;
    }
    .about-us-image2 {
        width: 100%;
        text-align: center;
    }
    .about-us-image2 img {
        width: 33%;
    }
    .about-us1 {
        display: block;
    }
    .about-us .about-us-script1 {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .course_pricing {
        padding: 0px 15px;
      
    }
    .pricing_table {
        width: 100%;
        height: auto;
        text-align: center;
        display: block;
    }
    .pricing3 {
        padding: 30px 20px;
        margin-bottom: 90px;
    }
    .course_pricing_image_left,
    .class_pricing_not_home,
    .pricing-path {
        display: none;
    }
    .schedule {
        display: block;
        width: 100%;
        padding: 0px 15px;
        margin-top: 0px;
    }
    .schedule-table2 {
        width: 100%;
        display: block;
    }
    .schedule-left {
        display: none;
    }
    .schedule-right {
        display: none;
    }
    .schedule-division2 {
        width: 100%;
    }
    .contact-component {
        width: 100%;
        display: block;
        height: auto;
    }
    .contact-component div {
        width: 100%;
        padding: 0px 15px;
    }
    .contact {
        padding: 0px 15px;
    }
    .about-course {
        width: 100%;
        padding: 0px 15px;
    }
    .pricing_table2,
    .pricing4,
    .pricing3 {
        display: block;
        width: 100%;
        height: auto;
        min-width: 100%;
        max-width: 100%;
    }
    .class-group-2,
    .class-group-1 {
        display: none;
    }
    .pricing5 {
        display: block;
        width: 100%;
        height: auto;
    }
    .register {
        margin-top: 100px;
    }
    .register_component {
        width: 100%;
        height: auto;
    }
    .course_pricing_not_home {
        display: none;
    }
    .schedule-table {
        width: 100%;
        display: block;
    }
    .schedule-division {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .schedule-box {
        height: auto;
        padding: 20px 15px 20px;
    }
    .pricing6 {
        width: 100%;
        display: block;
        height: auto;
    }
    .course_pricing {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .refund,
    .refund-component,
    .refund-table {
        width: 100%;
        display: block;
        height: auto;
    }
    .refund-component {
        margin-bottom: 20px;
        padding: 20px;
    }
    .refund-table .refund-table-content {
        width: 48%;
        display: inline-block;
    }
    .rewards,
    .reward-note,
    .course-benefits {
        width: 100%;
        display: block;
        height: auto;
    }
    .rewards-left,
    .rewards-right {
        display: inline-block;
        width: 48%;
    }
    .reward-title,
    .reward-value {
        font-size: 15px !important;
        padding: 5px 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .reward-note {
        padding: 0px 15px;
    }
    .contact3 {
        display: none;
    }
    .course-ben-tray {
        display: block;
    }
    .single-ben {
        width: 100%;
        display: block;
        height: auto;
        margin-bottom: 20px;
    }
    .course-benefits {
        text-align: center;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 720px) {
    .landing_nav {
        top: 60px;
    }
    .top_landing_content {
        top: 45px;
    }
    .landing_top {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 400px) {
    .landing_top {
        top: 0px;
    }
    .top_landing_content {
        top: 60px;
    }
    .landing_nav {
        top: 85px;
    }
    .pricing_table {
        margin-top: 10px;
    }
}

.program {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 30px;
   
    border-radius: 20px;
  
    color: #000;
    background-color: #c2d32e;
}

.program span {
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #85ba2e;
    background-color: #85ba33;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.program h2 {
    padding: 12px 11px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    width: fit-content;
    text-shadow: 0px 5px 10px #ffffff;
    border-radius: 10px;
    background: #def6b6;
}

.program h6 {
    font-size: 20px;
    font-weight: 600;
}

.program p {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.program .lan {
    padding-bottom: 20px;
}

.program .sub {
    padding: 10px;
       border: 1px solid #00000030;
    border-radius: 8px;
    margin-bottom: 20px;
}

.program .abou h5 {
    font-size: 25px;
    font-weight: 600;
    padding: 30px 0px;
}

.program .abou .abou-con {
    padding: 10px 30px;
    border-radius: 8px;
    border: 1px solid #87c443;
}

.program .abou .abou-con .car {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0px;
    border-bottom: 1px dotted #87c443;
}

.program .abou .abou-con .car h6 a {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    background-color: #85ba33;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    text-decoration: none;
}

.program .abou .abou-con .car img {
    height: 100px;
}

.program .syl {
    margin: 50px 0px;
    padding: 20px 30px;
    border-radius: 8px;
    background: #85ba33;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.program .syl h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.program .syl a i {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
    box-shadow: 0 0 0 rgb(39 156 213);
    animation: pulse 2s infinite;
}

.my-float {
    margin-top: 16px;
}

.copyright {
    width: 100%;
    position: relative;
    background-color: #070e19;
    color: #fff;
}

.copyright p {
    margin: 0px;
    padding: 3px 0px;
    text-align: center;
}

.copyright p a {
    color: #fff;
    text-decoration: none;
}

.course_pricing {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
   
    padding-bottom: 0px;
    background-color: #0f1825;
    width: 100%;
    /* color: #fff; */
}

section.enroll_page {
    width: 100%;
    position: relative;
    float: left;
    background-color: #0f1825;
    padding: 80px 0px;
}

.cp_home {
    background-color: #fff !important;
}

.cp_home span {
    font-family: Muli;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000 !important;
}

.cp_home .pricing {
    z-index: 10;
    position: relative;
    min-width: 380px;
    max-width: 380px;
    /* height: 485px; */
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 19px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #ededed;
    background-color: #ffffff;
    padding: 40px 25px;
    color: #000 !important;
}

#class_date3 {
    background-color: #765ae5;
    color: #fff;
}
.price-bx {
    text-align: center;
}
span.ti {
    color: #000;
}
.total_discount {
    text-align: center;
}
.total_discount p{
    margin-bottom: 0px;
}
.you-sec{
    padding: 40px 10px;
}
.r-videos{
    margin-bottom: 5px;
}
.recent-videos.aos-init {
    /* border: 1px solid #fff; */
    margin: 10px 0px;
}
.r-videos {
    margin-bottom: 5px;
    /* border: 1px solid #fff; */
}
div#course-not-home {
    padding-bottom: 60px;
}
.sam-vvid{
    width: 100%;
}
.sam-vvid {
    background: #f3f5f7;
    padding: 60px 0px;
}   
.vi-info {
    background: #000;
    display: flex;
    column-gap: 88px;
    color: #fff;
    padding: 5px 12px;
    margin-top: -6px;
}
.vi-info p {
    margin-bottom: 0px !important;

}
.moc-vsec{
        padding: 40px 0px;
}
.text-e p {
    color: #fff;
    text-align: center;
}
.w3-bar {
    padding-top: 40px;
}
.bxes {
    height: 226px;
    background-image: url('../images/bg-11.jpg');
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0px;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bxes:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #c2d32e;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    z-index: -1;
}
.bxes h4{
    color: #000;
}
.lin-2 img{
    width: 170px;
}
.lin-2 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.boxn2 {
    display: flex;
    right: 0px;
}
.a-cards{
    padding: 40px 40px;
}
.aspan {
    font-size: 15px;
    position: absolute;
    bottom: 38px;
    text-decoration: none;
    color: #000;
    background: #ffffff;
    padding: 7px 10px;
    border-radius: 17px;
}
.aspan:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}
i.fa.fa-arrow-right {
    position: relative;
    top: 2px;
}
.product-sec {
    padding: 80px 0px;
    background: #f3f5f7;
    width: 100%;
}
.pro-tex{
    background: #000;
    height:310px;
    position: relative;
}
.pro-he {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 250px;
    text-align: left;
    color: #fff;
    z-index: 9;
}
.pro-he hr {
    color: #fff;
    width: 210px;
}
span.half-he {
    font-weight: 100;
}
@media screen and (max-width:650px){
    .a-cards {
        padding: 40px 0px;
    }
    .pro-tex {
        margin: 10px 0px;
    }
    .pro-tex::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        background: #0f1825f0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .product-sec {
        padding: 40px 0px;
       
    }
    .pro-tex {
        background: #000;
        height: 295px;
        position: relative;
    }
    .pricing_main_tablet {
       
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .pricing_tablet_right{
        padding: 20px 0px;
    }
    .landing_nav_left {
        display: flex;
        align-items: center;
        padding-left: 5px;
    }


    body {
        position: relative;
        overflow-x: hidden;
    }
    .pricing_tablet_left {
        position: relative;
        width: 100%;
        display: flex;
        align-items: flex-end;
    }
    .pricing-material {
        z-index: 1;
        position: absolute;
        left: 20px;
        bottom: 0;
        background-color: #eefcda;
        width: 320px;
        height: 320px;
        border-radius: 50%;
    }
    .topl_meet {
        font-size: 35px;
    }
    .topl_ghar {
        font-size: 14px;
    }
    .footer-r a {
        display: inline-block;
        width: auto;
        padding: 10px;
        display: flex;
        display: inline-flex;
        width: 35px;
        height: 35px;
    }
    .pricing-girl {
        z-index: 3;
        width: 100px;
    }
    .pricing-boy {
        z-index: 1;
        position: absolute;
        right: 10px;
        width: 100px;
    }
    .slide_phonex {
        overflow: hidden;
        position: relative;
        width: 258px;
        height: 612px;
        display: flex;
        justify-content: center;
        display: flex;
    }
    .slide_content {
        display: block;
        min-width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .slide_text {
        font-family: Muli;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
        color: #353535;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .slide_sect_two .slide_content {
        display: block;
        min-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .slide_sect_four .slide_content {
        display: block;
        min-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .slide_phonex_holder {
        position: absolute;
        width: 700px;
        top: -70px;
    }
    .gif_content {
        position: absolute;
        width: 223px;
        bottom: 160px;
    }
    .slide_section {
        width: 100%;
        height: auto;
        display: block;
        padding: 40px 15px 0px;
        text-align: center;
        margin-bottom: 0px;
        border-bottom: 2px solid #dddc;
    }
    .notifications {
        font-size: 14px;
    }
    .landing_nav {
        top: 50px;
    }
    .float {
        width: 60px !important;
    }
    #course-not-home {
        padding-top: 30px;
    }
    div#course-not-home {
        padding-bottom: 30px;
    }
    .pricing_head {
        font-size: 20px;
    }
    .pricing_head span {
        margin-top: 11px;
        font-family: Muli;
        font-size: 37px;
        font-weight: bold;
        text-align: center;
        color: #353535;
        margin-bottom: 20px;
    }
    .landing_nav_right .ph-nav-navigation {
        width: 20px;
        padding: 0px;
        /* background-color: black; */
        box-shadow: none;
        z-index: 9;
    }
    .program{
        margin-bottom: 20px;
    }
    .sam-vvid {
        
        padding: 40px 0px;
    }
    .sub-fea {
        margin-bottom: 25px;
    }
    .conformation_form_course_details{
        margin-top: 20px;
    }
    .abt-ig img{
        width: 100% !important;
       }
       .pro-he {
        position: absolute;
        top: 26px;
        left: 30px;
       
    }
    .topl_button {
        border-radius: 21px;
      
        margin-right: 12px;
        font-size: 13px;
       
    }
    #myBtn{
        padding:5px 11px;
    }
    .aose {
      
        text-align: center;
    }
   
    img.img_content {
        position: absolute;
        width: 270px !important;
        top: 20px !important;
    }
    .slide_phonex.sp-img.aos-init {
        height: 290px !important;
    }
    .program h2 {
        padding: 12px 11px;
        font-size: 18px;
        width: auto;
        color: #000;
        text-align: center;
        font-weight: 700;
        
    }
    .cta-text {
        text-align: center;
    }
    textarea {
    width: 266px !important;
   
}
button#myBtn2 {
    margin-right: 15px;
}

}
    

.bg-l {
    background-image: url('../images/online-classes-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-r {
    background-image: url('../images/online-classes-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pro-he a {
    color: #000;
    text-decoration: none;
}
.btn-primary {
   
    border-radius: 25px;
}
 /* Basic styling for the form */
 #contactForm {
    display: none; /* Initially hide the form */
    margin-top: 20px;
}
.top_register {
    cursor: pointer;
}

div#contactForm {
    
    position: fixed;
    top: 55%;
  
    left: 50%;
    transform: translate(-50%, -50%);
   
    z-index: 9;
}
.close {
    cursor: pointer;
    position: absolute;
    top: 8%;
    right: 0%;
    padding: 12px 16px;
    transform: translate(0%, -50%);
  }
  
  .close:hover {background: #bbb;}
  #contactForm h4{
    color: #fff;
    margin-bottom: 20px;
  }
  option:first {
    color: #999;
}
.about-sec{
    padding: 60px 0px 60px 0px;
}
.about-sec{
    background: #0f1825;
    width: 100%;
}

.about-txt {
    z-index: 5;
    margin-top: -20px;
    font-family: Muli;
    font-size: 16px;
    
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.5px;
    
    color: #fff;
}
.val-text{
    color: #fff;
}
.text h3,p {
    color: #fff;
}
.sam-vvid .text{
    padding:60px 0px 0px 0px;
}
@media screen and (max-width: 650px) {
    .sam-vvid  img{
        width: 100%;
    }
    .boxn1 h4 {
    text-align: left;
}
.lin-2 {
    position: absolute;
    right: 0px;
    top: 15px;
}
.bxes {
    height: 200px;
}
.min-clm{
    width:33%;
}
.min-l-clm{
    width:34%;
}
.breadcrumb-sec {
    height: 270px !important;
}
}

.head {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.register_form  #toggle{
    margin-top: 15px;
}
form#register_form {
    text-align: center;
}
.register_component h4{
    margin-bottom: 15px;
    color: #fff;
}
strong.class-txt {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}
.s_section {
    position: relative;
   
    height: 700px !important;
    display: flex;
    justify-content: center;
}



.app-sec{
    background: #0f1825;
    width: 100%;
}
.s_section .slide_text{
    color: #fff;
} 
.s_section  span{
    color: #fff;
} 


.custom-slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.custom-slide {
    display: none;
}

.custom-slide img {
    width: 100%;
}

.custom-prev, .custom-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    text-decoration: none;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #7869e3;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.custom-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.custom-prev:hover, .custom-next:hover {
    background-color: rgba(0,0,0,0.8);
}

.custom-text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.custom-numbertext {
    color: #000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.custom-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .custom-dot:hover {
    background-color: #717171;
}

.custom-fade {
    animation-name: custom-fade;
    animation-duration: 1.5s;
}

@keyframes custom-fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@media only screen and (max-width: 300px) {
    .custom-prev, .custom-next, .custom-text {
        font-size: 11px;
    }
}
.custom-slide img{
    border-radius: 5px;
}
a#myBtn {
    text-decoration: none;
}
.tq-sec{
    padding: 60px 0px;
    position: relative;
   
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    background-position: center;
}
.tq-text {
    position: absolute;
    bottom: 89px;
    width: 59%;
    padding: 0px 0px 0px 60px;
}
@media screen and (max-width:650px){
    .tq-text {
        position: absolute;
        bottom: 6px;
        background: #04056fa8;
        color: #fff;
        width: 100%;
        padding: 0px 0px 0px 15px;
    }
    .tq-sec {
        padding: 60px 0px;
        position: relative;
        margin-top: 45px;
        background-size: cover;
        background-repeat: no-repeat;
        height: 169px;
        background-position: center;
    }
    .tq-text h3{
        font-size: 15px;
    }
    .sub-nav {
    display: none;
    position: relative !important;
    left: 0px !important;
    
    background: #fff;
    width: 194px;
    top: 10px !important;
    border-radius: 2px;
    
}
.program {
padding:20px;
}
.program span {
    padding: 5px 0px;
    border-radius: 8px;
    border:none;
    background-color: transparent;
   }
}

.second-ebtn {
    margin-top: 30px;
}
@media screen and (min-device-width: 992px) and (max-device-width: 3220px) { 

.program {
    height: 650px;
}
.landing_subnavs{
    display:flex !important;
}

}


.sub-nav {
    display: none;
    position: absolute;
    left: 214px;
    background: #fff;
    width: 194px;
    top: 84px;
    border-radius: 2px;
    transition: .5s;
}

.drop-list:hover .sub-nav {
    display: block;
}

/* Remove list markers (bullets) */
.drop-list,
.sub-nav {
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
}

/* Remove dropdown arrow for links */
.drop-list > a {
    appearance: none; 
    -moz-appearance: none; 
    -webkit-appearance: none; 
    background: none; 
}

.s-text{
    font-size:12px !important;
}

    
 .sam-vvid    h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
li.drop-list {
   
    border-bottom: 1px solid #eeeeee;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-family: Muli;
    color: #555555;
    font-weight: 600;
}


.breadcrumb-sec {
    height: 390px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
}
ul.brd-poi {
    list-style: none;
    display: flex;
    padding-left: 2px;
    column-gap: 8px;
}
.brd-poi li a{
    text-decoration: none;
    color: #000;
}
.abt-ig{
    padding: 50px 0px 0px 40px;
}
.aose {
    color: #0f1825 !important;
}
.aose span{
    color: #0f1825 !important;
}
.a-sec {
    background: transparent;
}
   .abt-ig img{
    width: 400px;
   } 
   img.img_content {
    position: absolute;
    width: 330px;
    top: 133px;
}
.btn-primary {
    color: #fff;
    background-color: #c2d32e;
    border-color: #c2d32e;
}
.ph-head {
    color: #fff;
    margin-bottom: 40px;
}
.sam-vvid .text  h3{
    color:#000;
}
.sam-vvid .text  p{
    color:#000;
}
.s-videos{
    background:#0f1825;
}
section#s-videos {
    background: #0f1825;
}
.cta-sec{
    background: #c2d32e;
    padding: 40px 0px;
}
.cta-text h2{
    color: #fff;
    font-weight: 600;
}
.theme-btn-2 {
    background: #fff;
    color: #000;
    border: 1px solid #cccccc;
    padding: 14px 42px;
    border-radius: 8px;
   
    font-weight: 600;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
   
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
}
.cta-text h2{
    margin-top: 2px;
}
.cta-bn {
    color: #000;
    background-color: #f3f5f7;
    border-color: #f3f5f7;
    padding: 10px 20px;
    margin-top: 20px;
  
}
.cta-bne {
    text-align: center;
      align-items: center;
    
}


.button-82-pushable {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    margin-top: 20px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
  
  .button-82-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: hsl(0deg 0% 0% / 0.25);
    will-change: transform;
    transform: translateY(2px);
    transition:
      transform
      600ms
      cubic-bezier(.3, .7, .4, 1);
  }
  
 .button-82-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(to left, hsl(82.71deg 60.34% 45.49%) 0%, hsl(82.71deg 60.34% 45.49%) 8%, hsl(82.71deg 60.34% 45.49%) 92%, hsl(82.71deg 60.34% 45.49%) 100%);
}
  
.button-82-front {
    display: block;
    position: relative;
    padding: 12px 27px;
    border-radius: 12px;
    font-size: 1.1rem;
    color: #110d0d;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    will-change: transform;
    transform: translateY(-4px);
    transition: transform
      600ms
      cubic-bezier(.3, .7, .4, 1);
}
  
  @media (min-width: 768px) {
    .button-82-front {
        font-size: 16px;
        padding: 12px 42px;
        font-weight: 600;
    }
  }
  
  .button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
  }
  
  .button-82-pushable:hover .button-82-front {
    transform: translateY(-6px);
    transition:
      transform
      250ms
      cubic-bezier(.3, .7, .4, 1.5);
  }
  
  .button-82-pushable:active .button-82-front {
    transform: translateY(-2px);
    transition: transform 34ms;
  }
  
  .button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition:
      transform
      250ms
      cubic-bezier(.3, .7, .4, 1.5);
  }
  
  .button-82-pushable:active .button-82-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
  }
  
  .button-82-pushable:focus:not(:focus-visible) {
    outline: none;
  }
  .top-btns p{
      margin-bottom:0px !important;
  }
   .top-btns a{
   color:#27508b;
       text-decoration:none;
   }
   
   .android-li:hover{
       color:#000000;
   }
    .apple-li:hover{
       color:#404517;
   }
.top_button {
    border-radius: 21px;
    border: solid 2px #c2d32e;
    font-weight: bold;
    
    margin-right: 12px;
    font-size: 17px;
    background-color: #c2d32e;
    color: #000;
    padding: 6px 20px;
    cursor: pointer;
}
textarea {
    width: 310px;
    height: 87px;
    border-radius: 5px;
    padding: 5px 5px;
}
.confirm-btn {
    text-align: center;
    padding: 25px 0px 10px;
}
button.cn-bn.btn-theme {
    padding: 7px 11px;
    border-radius: 22px;
    width: 125px;
    background: black;
    border: 2px solid transparent;
    color: #fff;
}
.privacy-policy h4{
    color: #fff;

}
.privacy-policy h5{
    color: #fff;

}
.privacy-policy ul li{
    color: #fff;
}












 