@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;900&display=swap');




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'IBM Plex Sans';

}

a.text-white.text-decoration-none {
    background-color: var(--dark_red);
    padding: 0.4rem 1rem;
    border-radius: 4px;
}

body {
    overflow-x: hidden;
}

:root {
    --main: #392d7d;
    --black: #231f20;
    --light_pink: #fff8f3;
    --white: #fff;
    --brown: #5a2c0b;
    --yellow: #f1b51c;
    --orange: #e86e25;
    --dark_red: #e31f26;
    --sky: #ecf4f7;
    --green: #00833e;
    --gray: #ecf4f7;
    --nse_gray: #6d6e71;
    --sky_gray: #ECEAF5;
    --Blue: #392D7D;
    --Red: #E31F26;
    --Orange: #E86E25;
    --Yellow: #F1B51C;
    --Light_Grey: #6D6E71;
    --White: #FFFFFF;
    --Black: #231F20;
    --Off_White: #FDF8F1;
}

section {
    padding-left: 3rem;
    padding-right: 3rem;
}

header nav.navbar.navbar-expand-lg.navbar-light .container a.navbar-brand img {
    width: 120px;
}

.phand-power-typer {
    /* margin-left: 4rem; */
    transform: translateX(188px);
}

.banner_section {
    /* background-image: url('../image'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    /* height: 73vh; */
}

.banner_color {
    background: #000000ba;
    /* height: 73vh; */
}

.banner_text span {
    color: var(--Yellow);
    font-weight: 500;
    font-size: 22px;
}

.header-form {
    text-align: center;
    color: #392d7d;
}

.brochure_btn .btn {
    border: 1px solid #e86e25;
    color: #e86e25;
    transition: all 0.9s ease-in-out;
    margin-bottom: 0px !important;
}
.brochure_btn1 .btn {
    border: 1px solid #392D7D;
    color: #392D7D;
    transition: all 0.9s ease-in-out;
    margin-bottom: 0px !important;
    font-weight: 600;
}

.slide_right:hover {
    box-shadow: inset 400px 0 0 0 #EB7027;
    color: white !important;
}
.slide_right1:hover {
    box-shadow: inset 400px 0 0 0 #392D7D;
    color: white !important;
}

.banner_image {
    background-image: url(../image/images_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%);
    position: relative;
}

.banner_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #392d7d57;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0 100%);

}

.banner_image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #f1b51c;
    clip-path: polygon(87% 0, 100% 0%, 75% 100%, 62% 100%);
}

.banner_text h1 {
    letter-spacing: 0.04rem;
    color: #fff;
    font-size: 4rem;
    font-weight: 900;
}

.banner_text ul {
    list-style: none;
}

.banner_text ul li {
    color: #fff;
    letter-spacing: 0.04rem;
    font-weight: 500;
    font-size: 22px;
}

.banner_text ul li i {
    color: #e86e25;
}

.bonused {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    border-radius: 5px;
}

p.bonus {
    font-weight: 900;
    font-size: 1.7rem;
    color: var(--dark_red) !important;
    margin: 0;
}

span.by-line {
    color: var(--Blue);
    font-size: 1rem;
}


.investment {
    width: 200px;
    height: 200px;
    background-color: #e31f26;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0px 0px 8px rgb(109 110 113 / 40%);
    transition: all .5s ease-in-out;
    border: 1px solid #fff;
    align-items: center;
}

.investment:hover {
    opacity: 0.9;
    transform: translateY(-10px);
}

.bonused {
    background: white;
}




.investment p {
    font-size: 12px;
    /* color: #6d6e71; */
    color: #ECEAF5;
}

.investment span {
    font-size: 18px;
    font-weight: 700;
    color: #ECEAF5;

}

.about_intro ul {
    list-style-type: none;
}

.about_intro ul li i {
    color: var(--Orange);
}


.bg_hand_shake {
    background-image: url(../image/image_05.jpg);
    height: 40vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 50%;
}

.bg_hand_shake::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
}

.card_image img {
    width: 100%;
    height: 100%;
    margin: auto;
    display: block;
    border-radius: 15px 15px 0px 0px;
}

.card_form_price p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 900;
    color: #392d7d;
    margin-bottom: 0.2rem;
    margin-top: 0.5rem;
}

.card_form_price p span {
    color: #E5212B;
    font-size: 2rem;
}

.pricings {
    background: white;
    height: 100%;
    width: 60%;
}

.limited {
    background: var(--Blue);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: .3rem .4rem;
}

.limitedted {
    text-align: center;
}

.limited a {
    background-color: var(--dark_red);
    padding: 0.4rem 1rem;
    border-radius: 4px;
}

.card_form_price {
    margin-top: -192px;
    background: white;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    position: relative;
    border-radius: 15px;
}

.button_div {
    width: 100%;
    text-align: center;
}

button.enorll_bnt {
    background: #E5212B;
    color: #fff;
    text-transform: uppercase;

}

button.enorll_bnt {
    background: #E5212B;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 2rem;
    border-radius: 8px;
    width: 126px;
    height: 47px;
    border: 1px solid currentColor;
}

p.plus_gst {
    font-size: 0.9rem;
    text-align: right;
    margin-left: 1rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
    margin-top: 0.01rem;
    color: black;
}

.about_intro p {
    padding: 0.1rem 1rem;
    text-align: justify;
    letter-spacing: 0.04rem;
}

.accroding_about_text {
    width: 90%;
}

p.according_collapse {
    text-align: right;
    font-size: 1.4rem;
    color: red;
}


.about_image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.about_image {
    border-left: 5px solid red;
    border-bottom: 5px solid red;
}


h4.color_bl {
    color: #392d7d;
}

.borad {
    background-color: #392d7d;
    height: 100%;
    width: 100%;
}

.borad i {
    color: white;
    font-size: 1.5rem;
    padding-top: 0.3rem;
}

.card.p-3 {
    box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
    height: 100%;
}

.card_body.mt-2 p {
    padding: 0.2rem 1rem;
    font-size: 14px;
}

.bg-slef-paced {
    background-color: #392d7d;
    color: white;
    position: relative;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 4px 12px rgb(0 0 0 / 40%), -2px -4px 12px rgb(0 0 0 / 40%);
}

span.number-set {
    position: absolute;
    top: -4px;
    left: -1px;
    width: 65px;
    height: 50px;
    background-color: white;
    color: #e86e25;
    text-align: center;
    padding-top: 0.3rem;
    font-size: 1.5rem;
    font-weight: 800;
}

.bg-slef-paced span.text-end {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 0.9rem;
}

.header_for_text h1 {
    color:  var(--Blue);
}

.header_for_text h1 {
    color: var(--Blue);
    letter-spacing: 0.04rem;
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
	
}

header.sticky-top.lg_header {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bg-slef-paced::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -19px;
    background-color: #392d7d;
    width: 39px;
    height: 39px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

img.funds {
    width: 100%;
    border-top: 8px solid #392d7d;
    border-left: 8px solid #dc1e25;
    border-bottom: 8px solid #e86e25;
    border-right: 8px solid #f1b51c;
    position: relative;
    background-color: #392d7d;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 5px 4px 12px rgb(0 0 0 / 40%), -2px -4px 12px rgb(0 0 0 / 40%);
}


.bg-half-color {
    background-color: #392d7d0f;

}

.heading h6 {
    background: #392d7d;
    color: white;
}


.heading h6 {
    background: #e86e25;
    color: white;
    width: 250px;
    height: 100%;
    padding: 0.3rem;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 40%);
    position: relative;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.04rem;
    /* border-radius: 8px; */
    text-align: center;
    padding: 0.5rem 1rem;
}


.color_badges {
    background-color: #392d7d;
}

.main_heading h4 {
    color: #e86e25;
}

.course_outline {
    display: flex;
}

.btn-register {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
}

.Course_Duration p {
    font-size: 15px;
    font-weight: 500;
    color: #392d7d;
    margin-top: 1.5rem;
    text-align: justify;
}

.course_outline ul {
    list-style: none;
    padding: 0;
}

.course_outline ul li {
    font-size: 15px;
    color: #392d7d;
    background: white;
    margin-top: 0.3rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid gray;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 26%);
    text-align: justify;
}



.course_outline ul li i {
    color: #e86e25;

}

.headline_course_outline h4 {
    color: #e86e25;
}

.headline_course_outline h4 i {
    color: #392d7d;
}

ul.sub_menu li {
    border: none;
}

#more {
    display: none;
}

button#myBtn {
    border: none;
    background: white;
    color: #e86e25;
    margin-bottom: 1rem;
}

.color_number {
    width: 100%;
    height: 100%;
    background-color: #392d7d;
    color: white;
}

.text-content p {
    font-size: 0.8rem;
    letter-spacing: 0.04rem;
    font-weight: 500;
    padding: 1rem 1rem;
}


/* ======================= contact_section ================= */
/* .contact_section .contactUs_inner{
} */

.contact_section .contactUs_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}


.contact_section .contactUs_inner .contact_box {
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #6d6e71;
    margin: 10px auto;
    align-self: normal;
}


.contactUs_inner .contact_box i {
    color: #6d6e71;
    font-size: 20px;
    margin-right: 8px;
    font-weight: 800;
    opacity: 0.5;
    ;
}

.contactUs_inner .contact_box p {
    font-size: 18px;
    color: #392d7d;
    font-weight: 800;
}

.contactUs_inner .contact_box p span {
    color: #e86e25;
    margin-left: 5px;
}

.contactUs_inner .contact_box a {
    font-size: 18px;
    font-weight: 800;
}

.contactUs_inner .contact_box a span {
    color: #e86e25;
    margin-left: 5px;
}

.refund_policy_text ul {
    margin-top: 2rem;
}

.refund_policy_text ul li {
    font-size: 0.8rem;
    color: #392d7d;
    font-weight: 500;
}


/* =============== social_links ============== */
.social_links {
    position: fixed;
    left: -5px;
    bottom: 3%;
    width: 55px;
    height: 200px;
    background-color: #007aff;
    /* background-color: #ECEAF5; */
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
    padding: 10px 0px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
}

.social_links ul {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90%;
    padding: 0;
}

.social_links ul li {
    color: #fff;
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    transition: all .5s ease;
}

.social_links ul li a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin-right: 19px;
    position: absolute;
    color: #392d7d;
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    place-items: center;
    transition: all .5s ease;
    text-decoration: none;
}

.social_links ul li a:hover {
    background-color: #392d7d;
    color: #f1b51c;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.social_links ul li h4 {
    margin-right: 19px;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(-50%, -50%);
    color: #f1b51c;
    font-size: 14px;
    background-color: #392d7d;
    padding: 3px 8px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.social_links ul li:hover h4 {
    opacity: 1;
    visibility: visible;
}

.social_links ul li h4::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #392d7d;
    top: 50%;
    left: -4px;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
    z-index: -1;
}

@media (min-width: 800px) and (max-width: 1400px) {
    .card_form_price {
        margin-top: 0 !important;
        width: 100% !important;
        margin-left: 0rem !important;
    }
    .nse_line img{
        width: 100% !important;
    }
}

@media only screen and (max-width: 800px) {
    section {
        padding: 0 !important;
    }

    .card_form_price {
        margin-top: 0 !important;
        width: 100% !important;
        margin-left: 0rem !important;
    }
}





@media only screen and (max-width: 700px) {
    .course_outline {
        display: inherit !important;
    }



    section {
        padding: 0 !important;
    }

    .container-fluid.container-fluid-lg.container-fluid-md.p-5 {
        padding: 0 !important;
    }

    .contact_section .contactUs_inner {
        display: inherit !important;
        align-items: inherit !important;
        justify-content: center;
    }

    .card_form_price {
        margin-top: 0 !important;
        width: 100% !important;
        margin-left: 0rem !important;

    }

    section.How_to_Activate_the_Course.mt-5 {
        display: none;
    }

    .phand-power-typer {
        transform: translateX(0px);
    }

}

@media only screen and (max-width: 600px) {
    .social_links {
        display: none;
    }

    .enquiry_form {
        display: none;
    }
    .about_bba_inner_accordion_body{
        gap: .4rem;
    }
    .about_bba_inner_tab{
        flex-direction: column;
    }
    .about_bba_inner_tab1:first-child,
    .about_bba_inner_tab1:last-child{
        width: 100%;
    }
    .about_bba_inner_accordion_body .about_bba_inner_accordion_card {
        /* padding: .4rem; */
        width: 100%;
    }
    .about_bba_inner_quotes_main{
        padding: 1.6rem 0;
    }
    .about_bba_inner_accordion_body .about_bba_inner_accordion_card{
        width: 100% !important;
    }
    .career_section_innerIMG{
        justify-content: center;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: flex-start  !important;
    }
 
}

@media (min-width: 299px) and (max-width: 499px) {
    .career_section_inner .paragraph_size {
        width: 100% !important;
        background-color: #ffffff96;
    }
    .career_section_inner .tabcontent_card{
        min-width: 300px;
        /* width: 100%; */
    }
    .career_section_inner{
        padding: 2rem !important;
    }
    .banner_text h3 span{
        
padding-left: 0rem !important;
    }
    .paragraph_size {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }
    .nse_line img{
        width: 100%;
    }
.banner_section {
background-image: url(./image/bannersm2.jpg)!important;
height: fit-content !important;
}
.banner_text h1{
    font-size: 2.2rem;
}
.banner_color{
    height: fit-content !important;
}
.Fishbone{
    margin: 2rem;
    width: 100%;
    height: 100%;
}



/* add to cart  */
.goto_cart_page_PopUp_fullScreen_innerBody_left{
    width: 100%;
}
.goto_cart_page_PopUp_fullScreen_innerBody{
    flex-direction: column;
    align-items: center;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCard{
    flex-direction: column;
    align-items: center;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left{
    padding-right: 0% !important;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardIMG{
    width: 100% !important;
    min-width: 15rem !important;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardData {
    width: 100% !important;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right{
    width: 100% !important;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_prize span h1{
    font-size: 1.8rem;
    padding-top: 1rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_prize{
    gap: 0.5rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardData_tags h1:first-child {
    padding: 1rem;
}

/* goto_cart_page_PopUp */
.goto_cart_page_PopUp_fullScreen_checkout_inner{
    flex-direction: column !important;
    align-items: center !important;
	gap:0rem;
	overflow:scroll;
}
.goto_cart_page_PopUp_fullScreen_checkout_left{
    padding-left: 1rem !important;
    width: 100% !important;
}
.goto_cart_page_PopUp_fullScreen_checkout_right{
    width: 100% !important;
    height: fit-content !important;
    padding: 1rem !important;
    scroll-behavior: smooth;
}
.payment_success_msg_modal{
	width:80% !important;
}

}

/*=================== =certificate-diamond================= */
.program-certifate-diamond {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Badges {
    width: 100%;
    text-align: right;
    font-weight: 500;
}




.certificate-diamond {
    width: 100%;
    height: 100%;
    position: relative;

	border: 2px solid var(--Orange);
	color:var(--Blue);
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

p.wblue {
    text-align: center;
    color: var(--Blue);
    font-weight: 900;
    font-size: 0.8rem;
    padding-top: 1rem;
}

.certificate-diamondred01 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--dark_red);
}

.certificate-diamondorange01 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--Orange);
}

.certificate-diamondyellow01 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--Yellow);
}

.certificate-diamondglgl01 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #CC4627;
}

.certificate-diamondgreen01 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--green);
}


.certificate-diamond02 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #392D7D;
}



.diamond-number {
    position: absolute;
    top: 0;
    left: 2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--Off_White);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.diamond-numberred02 {
    position: absolute;
    top: 0;
    left: 2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--dark_red);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.diamond-numberorange02 {
    position: absolute;
    top: 0;
    left: 2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--Orange);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.diamond-numberyellow02 {
    position: absolute;
    top: 0;
    left: 2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--Yellow);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.diamond-numberglgl02 {
    position: absolute;
    top: 0;
    left: 2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #CC4627;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.diamond-numbergreen02 {
    position: absolute;
    top: 0;
    left: 2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--green);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

p.bonus {
    font-weight: 900;
    font-size: 1.7rem;
    padding: 0 0.4rem;

}



.diamond-number span {
    font-weight: 900;
    color: var(--Black);

}

.bold {
    font-weight: 900;
}

.blue {
    background-color: var(--Blue);
}


.orange {
    border: 2px solid var(--Blue);
}

.orange02 {
    border: 2px solid var(--Orange);
}

.certificate-diamond p {
    text-align: center;
    font-weight: 900;
    font-size: 1.3rem;
	color: var(--Blue) !important;
}

p.title-content {
    color: white;
    font-size: 1rem;
    font-weight: 400;
	color: var(--Blue) !important;
}

.slp-hour-blued {
    border: 2px solid var(--Blue);
    padding: 3rem 1rem;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slp-hour-blued h1 {
    color: var(--Blue);
    font-size: 1.2rem;
}

.spl-number {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background-color: var(--Blue);
}

.spl-number {
    font-weight: 900;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slp-hour {
    display: flex;
    justify-content: flex-end;
}

.slp-hour span {
    color: var(--Blue);
}

.slp-hour-orange {
    border: 2px solid var(--Orange);
    padding: 3rem 1rem;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slp-hour-orange h1 {
    color: var(--Blue);
    font-size: 1.2rem;
}

.spl-number-orange {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background-color: var(--Orange);

}

.spl-number-orange {
    font-weight: 900;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slp-hour {
    display: flex;
    justify-content: flex-end;
}

.slp-hour span {
    color: var(--Blue);
}



.enquiry_form.nav-link {
    margin: 0px !important;
    z-index: 9999;
}

.enquiry_form {
    background-color: var(--Blue);
    color: var(--Off_White);
    padding: 5px 25px 6px 25px;
    position: fixed;
    right: -50px !important;
    right: 0;
    top: 60%;
    transform: rotate(-90deg);
    border-radius: 5px;
    /* border: 4px solid #f1b51c; */
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: .5s ease-in-out;
}

.enquiry_form:hover {
    color: var(white) !important;
    opacity: 0.8;
}

.enquiry_form.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1000px) and (min-width: 200px) {
    .side-mene-menu {
        width: 100% !important;
        display: none;
        right: 0px;
        height: 100vh;
        z-index: 1320;
    }

}

.side-mene-menu {
    width: 30%;
    /* display: none; */
    right: 0px;
    height: 100vh;
    z-index: 1320;
}



/* ========= go to cart ========= */

.goto_cart_page_PopUp_fullScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 999999999;
    padding: 1.2rem 1.6rem;
    display: none;
}
.goto_cart_page_PopUp_fullScreen_header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}
.goto_cart_page_PopUp_fullScreen_header h1{
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
}
.goto_cart_page_PopUp_fullScreen_header_closeBTN{
    padding: .6rem 1rem;
    /* background-color: red; */
    border: .1rem solid red;
    color: red;
    height: fit-content;
}
.goto_cart_page_PopUp_fullScreen_innerBody{
    width: 100%;
    min-height: 10vh;
    /* background-color: #dad; */
    display: flex;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left{
    width: 70%;
    padding-right: 4rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_head p{
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    margin: .5rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_Empty{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_Empty #emptyCart{
    
    position: relative;
}
#emptyCart img{
    height: 20rem;
    width: 20rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCards{
    width: 100%;
    height: fit-content;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCard{
    min-height: 18vh;
    width: 100%;
    border-top: .01rem solid #777;
    padding: 1.2rem 0;
    display: flex;
    justify-content: space-between;
    /* gap: 1.2rem; */
}

.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardIMG{
    width: 9rem;
    min-width: 9rem;
    height: 6rem;
    background-color: #392D7D;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardIMG img{
    width: 100%;
    height: 100%;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardData{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardData h1{
    font-size: 1.2rem;
    margin: 0;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardData p{
    font-size: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardData_tags{
    display: flex;
    gap: 1rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardData_tags h1{
    font-size: .9rem;
    font-weight: 600;
    padding: .3rem .5rem;
    color: #000;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardData_tags h1:first-child{
    background-color: #ECEB98;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_CourseCardData_tags h1:last-child{
    background-color: #ACD2CC;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_prize{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_prize span{
    display: flex;
    align-items: center;
    gap: .4rem;
    color: #392d7d;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_prize span h1{
    font-size: 1rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_prize span i{
    font-size: 1rem;
    margin-top: -.4rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_left_prize 
{
    border: none;
    font-size: .8rem;
    color: #392d7d;
    background-color: transparent;
}

.goto_cart_page_PopUp_fullScreen_innerBody_right{
    width: 30%;
    /* display: flex;
    flex-direction: column;
    gap: 1rem; */
    padding: 2rem;
    display: none;
    background-color: aliceblue;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_amount{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_total{
    width: 100%;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_total p{
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    color: #585858;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_total h1{
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    color: #000;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_checkOutBTN button{
    width: 100%;
    border: none;
    background-color: #392d7d;
    color: #fff;
    padding: .8rem;
    font-weight: 500;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_promotion{
    padding: 1rem 0rem;
    border-top: .02rem solid #777;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_promotion h1:first-child{
    font-size: 1rem;
    color: #000;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_promotion_coupons{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_promotion_coupon{
    width: 100%;
    border: .02rem dotted #777;
    padding: .8rem;
    display: flex;
    align-items: center;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_promotion_couponTXT h1{
    font-size: .7rem;
    margin: 0;
    color: #585858;
    font-weight: 400;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_promotion_coupon_form form{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 1rem 0;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_promotion_coupon_form input{
    padding: .2rem .8rem;
    width: 100%;
    border-radius: 0;
    border: .01rem solid #585858;
}
.goto_cart_page_PopUp_fullScreen_innerBody_right_promotion_coupon_form button{
    padding: .2rem 1rem;
    background-color: #392d7d;
    color: #fff;
    font-weight: 500;
    border: none;
}

/* form */

.checkout_inputForm_Popup{
    width: 32%;
    background-color: #fff;
    position: fixed;
    top: 0;
    display: none;
    transition: all .2s ease-in-out;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    z-index: 99999999999;
    animation: leftToRight 1s alternate;
}
@keyframes leftToRight{
    0%   {width: 0;}
  100%  {width: 32%;}
}
.button-89{
    padding: .6rem .8rem;
    color: red;
    border: .08rem solid red;
    position: relative;
    right: -75%;
    top: 2%;
    background-color: transparent;
}
.content-item-content-heading{
    padding: .3rem;
}
.content-item-content-heading h4{
    font-size: 1.4rem;
    color: #000;
}
.checkout_inputForm_Popup_form{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: .8rem;
    padding: 1rem;
}
.checkout_inputForm_Popup_form input{
    padding: .6rem 1rem;
}
.checkout_inputForm_Popup_form select{
    padding: .6rem 1rem;
}

/* checkout screen  */

.goto_cart_page_PopUp_fullScreen_checkout{
    height: 100vh;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999;
    display: none;
}
.goto_cart_page_PopUp_fullScreen_checkout_inner{
    width: 100%;
    height: 100%;
    display: flex;
}
.goto_cart_page_PopUp_fullScreen_checkout_left{
    width: 60%;
    height: 100%;
    background-color: #fff;
    padding: 1.2rem;
    padding-left: 6rem;
}
.goto_cart_page_PopUp_fullScreen_checkout_Address{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.goto_cart_page_PopUp_fullScreen_checkout_Address_form{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 1.2rem;
    margin-top: 1rem;
    border-radius: .2rem;
}

.goto_cart_page_PopUp_fullScreen_checkout_right{
    width: 40%;
    height: 100%;
    background-color: #eee;
    padding: 4rem 10rem 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.goto_cart_page_PopUp_fullScreen_checkout_Address_title{
    font-size: 1.2rem !important;
    color: #000;
}
.goto_cart_page_PopUp_fullScreen_checkout_right_amount{
    width: 100%;

}
.goto_cart_page_PopUp_fullScreen_checkout_right_amount span{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.goto_cart_page_PopUp_fullScreen_checkout_right_amount span p{
    font-size: 1rem;
    margin: .2rem;
}
.goto_cart_page_PopUp_fullScreen_checkout_Address_terms_check{
    display: flex;
    gap: .6rem;
}
.goto_cart_page_PopUp_fullScreen_checkout_Address_termsP{
    font-size: .8rem;

}
.goto_cart_page_PopUp_fullScreen_checkout_right_ConfirmBTN{
    border: none;
    background-color: #392d7d;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: .8rem
}

#addedAlertMsg{
    position: fixed;
    right: 2rem;
    bottom: 1rem;
    z-index: 9999;
}


/*Alert*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px
  }
  
  .alert_info {
    background-color: #4285f4;
    border: 2px solid #4285f4
  }
  
  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
  }
  
  .close {
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    font-weight: normal
  }
  
  .alert_success {
    background-color: #09c97f !important;
    border: 2px solid #09c97f!important
  }
  
  .alert_warning {
    background-color: #f8b15d !important;
    border: 2px solid #f8b15d !important
  }
  
  .alert_error {
    background-color: #f95668 !important;
    border: 2px solid #f95668 !important
  }
  
  .fade_info {
    background-color: #d9e6fb !important;
    border: 1px solid #4285f4 !important;
    width: 100%;
    font-size: 1.2rem;
    text-align: justify;
  }
  
  .fade_info .close {
    color: #4285f4
  }
  
  .fade_info strong {
    color: #4285f4
  }
  
  .fade_success {
    background-color: #c9ffe5 !important;
    border: 1px solid #09c97f !important
  }
  
  .fade_success .close {
    color: #09c97f
  }
  
  .fade_success strong {
    color: #09c97f
  }
  
  .fade_warning {
    background-color: #fff0cc !important;
    border: 1px solid #f8b15d !important;
    width: 100%;
    font-size: 1.2rem;
    text-align: justify;
  }
  
  .fade_warning .close {
    color: #f8b15d
  }
  
  .fade_warning strong {
    color: #f8b15d
  }
  
  .fade_error {
    background-color: #ffdbdb;
    border: 1px solid #f95668
  }
  
  .fade_error .close {
    color: #f95668
  }
  
  .fade_error strong {
    color: #f95668
  }

  .hero_addcart_btns{
    position: relative;
    display: flex;
    height: fit-content;
    /* justify-content: center; */
  }
  #heroGoToCartBTN{
    display: none;
    background-color: #392D7D;
    /* margin: .4rem 0; */
    
  }

  /* ============ payment success msg modal start ============= */

    .payment_success_msg_modal{
        width: 50%;
        min-height: 50vh;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        /* padding: 1.2rem; */
        border-radius: 1rem;
        z-index: 999999999999999;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        overflow: hidden;
        display: none;
    }

    .payment_success_msg_modal_inner{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: .6rem;
    }
    .payment_success_msg_modal_inner_head{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 1.2rem;
        display: flex;
        position: relative;
    }
    .payment_success_msg_modal_inner_head h4{
        font-size: 1.5rem;
        margin: 0;
        font-weight: 400;
    }
    #paymentSuccessMsgModalCloseBTN{
        position: absolute;
        right: 1rem;
        top: 1rem;
        cursor: pointer;
        font-size: 1.4rem;
        color: #d8232a;
    }

    .payment_success_msg_modal_inner_content{
        width: 100%;
        padding: 1.2rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .payment_success_msg_modal_inner_contentIMG{
        height: 5rem;
        width: 5rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .payment_success_msg_modal_inner_contentIMG i{
        color: #09c97f;
        font-size: 4rem;
        animation: tickScale 1s linear infinite alternate;
    }
    @keyframes tickScale {
        form{
            scale: 1;
        }
        to{
            scale: .8;
        }
    }
    /* .payment_success_msg_modal_inner_contentIMG img{
        width: 100%;
        height: 100%;
    } */
    
    .payment_success_msg_modal_inner_contentMSG{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .payment_success_msg_modal_inner_contentMSG h4{
        font-size: 1.2rem;
    }

    .payment_success_msg_modal_inner_query{
        width: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: space-around; */
        padding: 1rem 0;
        border-top: .1rem solid #eee;
        border-bottom: .1rem solid #eee;
    }
    .payment_success_msg_modal_inner_query p{
        font-size: 1rem;
    }
    .payment_success_msg_modal_inner_query span{
        display: flex;
        /* gap: .8rem; */
        justify-content: space-between;
    }
    .payment_success_msg_modal_inner_query span h6{
        display: flex;
        gap: .6rem;
        align-items: center;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: .1rem;
    }
    .payment_success_msg_modal_inner_query span h6 i{
        font-size: 1.4rem;
    }
    .payment_success_msg_modal_inner_goHomeBTN{
        border: none;
        padding: .8rem;
        /* background-color: lightseagreen; */
        background-color: #eee;
        font-weight: 500 !important;
        color: green;
        font-weight: 400;
        border-radius: .6rem;
        text-decoration: none;
        text-align: center;
    }

    .payment_failed_msg_modal .payment_success_msg_modal_inner_head,
    .payment_failed_msg_modal .payment_success_msg_modal_inner_goHomeBTN{
        background-color: #d8232a;
        color: #fff;
    }
    .payment_failed_msg_modal #paymentFailedMsgModalCloseBTN{
        color: #fff;
        position: absolute;
        right: 1rem;
        top: 1rem;
        cursor: pointer;
        font-size: 1.4rem;
    }
    .payment_failed_msg_modal .payment_success_msg_modal_inner_contentIMG i{
        color: #d8232a;
    }

  /* ============ payment success msg modal end ============= */



  /* ======= program curriculum start =========== */
  .program_curriculum{
    background-color: #F6F9FE;
    }
    .program_curriculum_inner{
        width: 100%;
    }
    .program_curriculum_inner .accordion-item {
        background-color: #fff;
        color: var(--MIT-blue);
        border: .1rem solid #eee;
    }
    .program_curriculum_inner .accordion-item  .accordion-body{
        /* border: .18rem solid var(--main); */
    }
    .program_curriculum_inner .accordion-item .accordion-header .accordion-button
    {
        background-color: var(--White);
        color: var(--MIT-blue);
        font-weight: 500;
        font-size: 1.4rem;
        /* padding: 1.4rem 1.2rem; */
    }
    .program_curriculum_inner .accordion-item .accordion-header .accordion-button:not(.collapsed)
    {
        /*background-color: var(--MIT-blue);
        color: var(--white-color);*/
        color: var(--MIT-blue);
        font-weight: 500;
        font-size: 1.4rem;
        /* padding: 1.4rem 1.2rem; */
    }
    .creditsSpan{
        display: none;
    }
    .program_curriculum_inner .accordion-item .accordion-header .accordion-button:not(.collapsed) .creditsSpan{
        display: block;
        margin-left: .8rem;
    }
    .program_curriculum_accordian{
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
    }
    .program_curriculum_cards{
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
        padding: 1.2rem 0;
    }
    .program_curriculum_card_topic,
    .program_curriculum_cardPractical{
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        justify-content: space-between;
    }
    .program_curriculum_cardName,
    .program_curriculum_cardPractical1{
        width: 49%;
        padding: 1.2rem;
        border-radius: .4rem;
        border: .18rem solid var(--Light_Grey);
        /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
        position: relative;
    }
    .program_curriculum_cardName h3{
        font-size: 1.5rem;
    }
    .program_curriculum_cardName span,
    .program_curriculum_cardPractical1 span{
        padding: .2rem .4rem;
        background-color: var(--main);
        color: var(--white);
        font-size: 1.2rem;
        position: absolute;
        top: -.8rem;
        right: .4rem;
        border-radius: .4rem;
    }
    .program_curriculum_cardTotal{
        width: 100%;
        padding: 1.2rem;
        display: flex;
        justify-content: flex-end;
        background-color: #ECF4F7;
        display: none;
    }
    .program_curriculum_cardPractical{
        background-color: #ECF4F7;
        padding: 1.2rem 0;
    }
    .program_curriculum_cardPractical1{
        background-color: var(--white-color);
    }
    .section_container{
        width: 91%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1.4rem;
    }
    .section_flex_center{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2.2rem;
    }
    .accordion-item h4{
        font-size: 1.2rem;
    }
    .Course_Details_bg{
        background-image: url(./image/bg.jpg);
        width: 100%;
        background-attachment: fixed;
        background-position: inherit;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 1rem;
        padding-bottom: 1rem;
    }
    .program_bg{
        background-image: url(./image/Index\ Trading.jpeg);
        width: 100%;
        background-position: inherit;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 1rem;
        padding-bottom: 1rem;
        filter: saturate(0.5);
        
    }
/* ========================== program curriculum end ========================== */
.a ul li{
    box-shadow: none;
    font-size: 13px;
}
.fa-play:before {
    content: "\f04b";
    font-size: 0.7rem;
}



/* register form modal start */
#registerModal{
    z-index: 99999999999999999999999;
}
#registerModal .modal-header img{
    width: 8rem;
}
.get_in_touch_inner{
    display: flex;
    flex-direction: column;
    gap: 3rem;
   }
   .get_in_touch_inner .section_heading_main{
    color: var(--bs-white);
   }

   .get_in_touch_innerForm{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
   .get_in_touch_innerForm form{
    width: 60rem;
    min-width: 25rem;
    padding: 1.5rem;
    padding-top: 0;
    border-radius: .8rem;
    background-color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    z-index: 9;
    color: #ddddddcc;
   }
  
   .get_in_touch_innerForm_title h4{
    font-size: 2rem;
    color: #392d7d;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
   }
   /* .get_in_touch_innerForm_title p{
    font-size: 1.5rem;
    color: var(--bs-gray);
    margin: 1rem 0;
   } */
   .get_in_touch_innerForm_input{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
   }
   .get_in_touch_innerForm_input .form-control{
    border-radius: 0px;
    border: none;
    background-color: #f2f2f3;
    /* font-size: 1.1rem !important; */
    color: #777;
    padding: 0.5rem;
    border-radius: .3rem;
  }
  .get_in_touch_innerForm_input .form-control:focus{
    width: 100%;
    box-shadow: none;
    outline: none;
    background-color: #f2f2f3;
  }
  .get_in_touch_innerForm_input span{
    display: flex;
    gap: 1.2rem;
  }
  .get_in_touch_innerForm_input select{
    padding: 1rem 1.2rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    /* font-size: 1.6rem; */
    border: none;
    color: #777;
  }
  .get_in_touch_innerForm_input .form-control::placeholder{
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #777;
  }
  .get_in_touch_innerForm_input button{
    padding: .8rem 1.6rem;
    color: #fff;
    background-color: #392d7d;
    border: none;
    border-radius: .4rem;
    /* font-size: 1.6rem; */
    font-weight: 500;
  }
/* .about_section{
    width: 70%;
} */
/* .form_section{
    position: relative;
    left: 82px;
    top: 25px;
} */

.banner_text h3 span{
    /* color: white; */
    font-size: 2rem;
    font-weight: 800;
}
.section_padding{
    padding: 2.5rem 0;
}


.about_bba_inner_accordion_body{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    gap: 1.2rem;
    flex-wrap: wrap;
    /* padding: 1.2rem; */

}
/* .accordion-body{
    background-color: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
} */
.about_bba_inner_accordion_body .about_bba_inner_accordion_card{
    width: 49%;
    background-color: white !important;
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    padding: 1rem 1.2rem;
    border-radius: 10px;
}
.about_bba_inner_accordion_body .about_bba_inner_accordion_card p{
margin-bottom: 0%;
}
.about_bba_inner_accordion_card{
    margin-bottom: 0% !important;
}
.about_bba_inner_quotes_main{
    width: 100%;
    /* background-color: var(--nse-red); */
    background-color: #E5F1F7;
    padding: 4rem 0;
}
.about_bba_inner_accordion_card .paragraph_size{
    display: flex;
    gap: 1rem;
    font-weight: 500;
    color: var(--main);
    text-align: left;
}
.about_bba_inner_accordion_card i{
    color: var(--Orange);
    margin-top: .2rem;
}

.about_bba_inner_quotes{
    width: 92%;
    padding: 3rem 2rem;
    border: .3rem solid var(--MIT-yellow);
    position: relative;
    margin: 1.2rem auto ;
    background-color: var(--white-color);
}
.about_bba_inner_quotes::after{
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: -2.6rem;
    left: 1rem;
    font-size: 4rem;
    /* border: 1rem solid var(--white-color); */
    /* background-color: var(--nse-red); */
    color: var(--MIT-yellow);
}
.about_bba_inner_quotes::before{
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    bottom: -2.6rem;
    right: 1rem;
    font-size: 4rem;
    /* border: 1rem solid var(--white-color); */
    /* background-color: var(--nse-red); */
    color: var(--MIT-yellow);
}

/* .about_bba_inner_quotes .paragraph_size{
    color: var(--white-color);
} */
.about_bba_inner_quotes p{
    font-size: 1.3rem;
    /* color: var(--white-color); */
}
.about_bba_inner_quotes div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 1rem;
}
.about_bba_inner_tab{
    width: 100%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    /* padding: 1.2rem; */
    margin-top: 1.2rem;
}
.about_bba_inner_tab1:first-child{
    width: 70%;
}
.about_bba_inner_tab1:last-child{
    width: 30%;
}
.about_bba_inner_tab1_heading{
    padding: 1.2rem;
    background-color: var(--MIT-yellow);
}
.about_bba_inner_tab1_heading .paragraph_size{
    color: var(--white-color);
}
.about_bba_inner_tab1:first-child{
    border-right: .18rem solid rgba(0, 0, 0, 0.05);
}
.about_bba_inner_accordion_card{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 100%;
}
.about_bba_inner_tab1 .paragraph_size{
    text-align: left;
}
.about_bba_inner_accordion_body .paragraph_size.my-3{
    width: 100%;
}



.career_section_inner .tabcontent_card{
    /* justify-content: center; */
}
.career_section_inner{
    width: 47%;
    padding: 2rem 0;
}

.career_section_inner .paragraph_size{
    width: fit-content;
    display: flex;
    gap: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 0.5rem 1rem;
    border-radius: .4rem;
    color: var(--main);
    font-weight: 500;
}
.career_section_inner .paragraph_size i{
    color: var(--Yellow) !important;
    font-size: 1rem;
}
.career_section_innerIMG{
    width: 100%;
    height: fit-content;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    display: flex;
    justify-content: flex-end;
}

.tabcontenttopic {
    display: none;
    padding: 2rem;
    border: 1px solid #ccc;
    border-top: none;
  }
  .tabcontenttopic:first-child{
    display: block;
  }

  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 2rem;
    border: 1px solid #ccc;
  }
  .tabcontent:first-child{
    display: block;
  }

  .tabcontent_card{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
 .specialized_section_tabs .tabcontent_card p{
    width: 30%;
    display: flex;
    gap: 1.2rem;
  }
.fa-briefcase{
    color: var(--yellow);
    font-size: 1rem;
}
.paragraph_size{
    font-size: 1rem ;
}
.tabcontent_card p{
    font-size: 1rem ;
}
.band{
    background-color: var(--main);
    padding: 0.3rem 1rem;
    width: fit-content;
    color: white;
}
.band p{
    margin-bottom: 0%;
}
.banner_text h3 span{
   padding-left: 14rem;
}
.nse_line img{
    width: 85%;
}
.Fishbone{
    width: 90%;
    height: 70%;
}
.Fishbone img{
    width: 100%;
    height: 100%;
}

admission_boxes{
    padding: 1rem;
    position: relative;
}
.admission_boxes .admission_cards{
    width: 98.5%;
    height: 100px;
    border-radius: 1rem;
    background-color: #3a2d7d;
    position: absolute;
    z-index: -1;
}



.admission_process {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 9rem;
}
.admission_process .admission_boxs {
    padding: 1rem;
    position: relative;
}
/* .admission_process .admission_boxs .back_colo_style {
    width: 98.5%;
    height: 100px;
    border-radius: 1rem;
    background-color: #3a2d7d;
    position: absolute;
    z-index: -111;
} */

.admission_process .admission_boxs .padding_row {
    padding: 1rem;
}
.admission_process .admission_boxs .back_card {
    padding: 1rem 1.5rem;
    border: 2px solid #3a2d7d;
    border-radius: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    text-align: center;
}
.admission_process .admission_boxs .back_card span {
    position: absolute;
    top: -32px;
    font-size: 3rem !important;
    font-weight: 600;
    color: white;
    left: -39px;
    opacity: 0.9;
    background: #E86E25;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
}
.admission_process .admission_boxs .back_card p {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding: 0 2.5rem;
}
.admission_process{
    padding: 1rem;
}
.admission_process .admission_boxs .padding_row {
    padding: 0rem;
}
.barcode img{
    width: 150px;
    height: 123px;
}

/* ========================== footer section start ========================== */

.footer_section {
    /* box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
    width: 100%;
    position: relative;
    padding: 1.6rem 0;
}

.footer_section .paragraph_size {
    font-size: 1rem;
    margin-bottom: 0%;
}

.footer_section_nseLINe {
    width: 100%;
    height: .6rem;
    position: absolute;
    top: -.3rem;
    left: 0;
    padding: 0 1rem;
}

.footer_section_nseLINe img {
    height: 65%;
    width: 100%;
}

/* ========================== footer section end ========================== */

/*download brochure form*/
.modal-logo {
  max-width: 100px;
}

.get_in_touch_innerForm_input {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.get_in_touch_innerForm_input .form-control {
  border-radius: 0px;
  border: none;
  background-color: #f2f2f3;
  font-size: 1.1rem;
  color: #777;
  padding: 0.5rem 1.2rem;
  border-radius: 0.3rem;
}

.get_in_touch_innerForm_input span {
  display: flex;
  gap: 1.2rem;
}

.get_in_touch_innerForm_input button {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #392d7d;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  font-weight: 500;
}
