.theembg1 {
    background-color: #152553;
}

.theembg2 {
    background-color: #E94256;
}

.theembg3 {
    background-color: #FCAF26;
}

.theembg4 {
    background-color: #398CCB;
}

.theemc1 {
    color: #152553 !important;
}

.theemc2 {
    color: #E94256 !important;
}

.theemc3 {
    color: #FCAF26 !important;
}

.theemc4 {
    color: #398CCB !important;
}

.footline {
    height: 10px;
    display: grid;
    grid-template-columns: auto auto auto;
}

.footline .items {
    height: 10px;
}

.ourclub_box {
    height: 250px;
    /* background-color: red; */
    display: flex;

    justify-content: space-evenly;
    align-items: center;
}

.ourclub_box .head {
    /* height: 250px; */
    font-size: 34px;
    color: white;
    font-weight: bold;
}

.ourclub_box .disc {
    /* height: 250px; */
    padding: 25px;
    width: 650px;
    color: white;
    font-size: 20px;
    text-align: justify;
}

.footer_wrapper h3 {
    font-weight: bold;
    margin-top: 30px;
    padding-bottom: 20px;
}

.footer_wrapper p {
    color: white;
    margin: 10px 0px;
}

.footer_wrapper p span {
    color: #FCAF26;
}

.additional-paragraphs {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

#toggleButton {
    display: inline-block;

}
/*fixed logo*/
    
.fixed-icons {
    position: fixed;
    bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.whatsapp-icon, .call-icon {
    pointer-events: auto;
}

.whatsapp-icon {
    margin-left: 20px;
}

.call-icon {
    margin-right: 20px;
}

.fixed-icons img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
/*fixed logo end*/
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 500;
    width: 250px;
    margin-top: 10px;
    background-color: white;
}

.dropdown-content a {
    display: block;
    padding: 10px;
}

.dropdown-content a:hover {
    color: white;
    background-color: #152553;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content:hover .dropdown a {
    background-color: #152553;
}

/* phone nav */
.dropdown-content1 {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;

}

.dropdown-content1 a {
    display: block;
    padding: 10px;

}

.dropdown-content1 a:hover {
    background-color: #152553;
    color: white;
}

.courses {
    padding: 50px 0px;
}

.courses .course_disc h3 {
    font-size: 30px;
    font-weight: bold;
    color: #E94256;

}

.courses .course_disc .p1 {
    font-size: 14px;
    padding: 10px 0px;
    color: #398CCB;
}

.courses .course_disc .p2 {
    padding: 5px 0px;
    text-align: justify;
    color: #152553;
}

.ps_banner {
    background-image: url('../banner/ps.jpg');
    padding: 130px 0px !important;
}

.cw_banner {
    background-image: url('../banner/cw.jpg');
    padding: 130px 0px !important;
}

.pd_banner {
    background-image: url('../banner/pd.jpg');
    padding: 130px 0px !important;
}

.es_banner {
    background-image: url('../banner/es.jpg');
    padding: 130px 0px !important;
}

.blog_banner {
    background-image: url('../banner/blog.jpg');
    padding: 130px 0px !important;
}

.contact_banner {
    background-image: url('../banner/contact.jpg');
    padding: 160px 0px !important;
}

.cariculam_banner {
    background-image: url('../banner/cariculam.jpg');
    /* padding: 130px 0px !important; */
    background-position: top !important;
}

@media (max-width:768px) {
    .ourclub_box {
        flex-direction: column;
        height: fit-content;
    }

    .ourclub_box .disc {
        width: 390px;

    }
}

@media(max-width:576px) {
    .ourclub_box .disc {
        padding: 0;
        font-size: 16px;
        line-height: 25px;
        margin: 10px 0 20px 0 !important;
    }

    .ourclub_box .head {
        margin-top: 12px;
        font-size: 22px;
    }

    .nav-link img {
        width: 70px;
    }

    .nav-tabs {
        border-bottom: 0 !important;
    }

    .ourclub_box .disc {
        width: 320px;
    }
}

@media(max-width:380px) {

    .ourclub_box .disc {
        width: 300px;
    }

    .nav-link img {
        width: 55px;
    }

    .learning_wrapper__content {
        padding: 2rem 1rem;
    }
}