#homePath, #aboutUsPath, #thisPath {
    color: black;
}

/*
#topside{
    width: 100%;
    height: 683px;
    background: transparent url('../images/banner_Aboutus.png');
    background-size: 100% 100%;
    display: inline-block;
}

#heading{
    padding-left:8%;
    padding-right: 8%;
    padding-top:34px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo{
    left: 210px;
    width: 346px;
    height: 150px;
    background: transparent url('../images/logo-color_RGB_2.png') 0% 0% no-repeat padding-box;
    background-size: cover;
}

#topbar{
    width: 421px;
    height: 50px;
}

#topside #logo, #lang, #onlineLearning, #menuBTN{
    float:left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 1px #00000029;
} 

#lang{
    width: 20%;
}

#onlineLearning{
    width: 40%;
}

#menuBTN{
    width: 30%;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
}

#menuPNG{
    margin-right: 25px;
}

#aboutUs{
    position: absolute;
    bottom: 10%;
    left: 30%;
    right: 30%;
    text-align: center;
    font: normal normal bold 80px/94px Raleway;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px #000000;
}
*/

/* .topbar-menu-search{
    margin-right: 10% !important;
}

#menuBTN{
    transition: 0.3s;
    cursor: pointer;
}

#menuBTN:hover{
    background-color: #B49643;
}

.top-menu-bar{
    position:relative;
    width: 100%;
    height: 100%;
    max-height: 683px;
    height: 80vh;
    
    background: transparent url('../images/banner_Aboutus.png');
    background-size: cover;
    display: inline-block;
}

.sch_logo{
    width: 346px;
    height: 150px;
    position: absolute;
    top: 30px;
    left: 10%;
    z-index: 3;
} */


/* #aboutUs{
    position: absolute;
    bottom: 10%;
    left: 30%;
    right: 30%;
    text-align: center;
    font: normal normal bold 80px/94px Raleway;
    font-size: 6vw;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px #000000;
} */

/* #container1{
    
    margin: 15%;
    margin-top: 0;
} */

/* .navBTN{
    text-align: center;
   
    padding-bottom: 26px;
}

.navBTN1{
    text-align: center;
}

.navBTN a{
    padding: 7.94px 12.5px 7.94px 12.5px;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0px;
    color: #005331;
    transition: 0.3s;
}

.navBTN a:hover{
    text-decoration: none;
    background-color: #b72126;
    color: white;
}

.navBTN1 a{
    padding: 7.94px 22.5px 7.94px 22.5px;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #005331;
    transition: 0.3s;
}

.navBTN1 a:hover{
    text-decoration: none;
    background-color: #b72126;
    color: white;
}

#schoPlanReport{
    background-color: #b72126;
    color: white;
}

hr{
    height: 3px !important;
    margin-top: 3vh;
    margin-bottom: 3vh;
    width: 100%;
    background: #B49643 0% 0% no-repeat padding-box;
    border: 0;
} */
.accordion-button::after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  float: right;
  /* margin-left: 0.5rem; */
}

.accordion {
    position: relative;
    font: normal normal medium 16px/19px Raleway;
    letter-spacing: 0px;
    color: #023B18;
}

.plan>span {
    padding-left: 55px;
}

.planList {
    padding-left: 0%;
}

.collapse {
    display: inline-block !important;
    margin: 0;
    margin-right: 66px;
    /* margin-top: 26px; */
}

.collapse:not(.show) {
    display: none !important;
}

.accordion-button.collapsed {
    background-color: #1D429C;
    color: #FFFFFF;
}

.accordion-button:not(.collapsed) {
    background-color: #1D429C;
    color: #FFFFFF;
}

/* .accordion-button:after {
    background-image: url('../images/icon_keyboard_arrow_down.svg');
    transform: rotate(0deg) !important;
} */

/* .accordion-button:not(.collapsed)::after {
    background-image: url('../images/icon_keyboard_arrow_down.svg');
    transform: rotate(180deg) !important;
} */

.accordion-body {
    background-color: #FBF6EA;
}

/* p {
    font: normal normal bold 32px/37px Raleway;
    letter-spacing: 0px;
    color: #005331;
} */

.accordion-body>div {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.mat_bk {
    padding-right: 18px;
}

.download_mat a {
    font-family: 'Futura_PT_Medium';
    color: #000 !important;
}

.download_mat:hover {
    filter: brightness(0) saturate(100%) invert(19%) sepia(50%) saturate(3062%) hue-rotate(213deg) brightness(94%) contrast(94%);
}

.accordion-item {
    background-color: #FBF6EA;
}

.trans_bg {
    background: url("../images/new/bg3.png") bottom left no-repeat;
    position: relative;
    background-size: contain;
    width: 100vw;
    height: 100vh;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    font-family: 'Futura_PT_Medium';
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
    font-family: 'Futura_PT_Medium';
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

/* @media (max-width: 1024px){
    .sch_logo{
        transform: scale(0.67) translate(-67px,0);
    }

    .topbar-menu-search{
        transform: scale(0.67);
        margin-right:0% !important;
    }
} */

/* @media (max-width: 768px){
    .sch_logo{
        transform:scale(0.67) translate(-134px, 0);
    }
    
    .topbar-menu-search{
        transform: scale(0.67) translate(67px,0);
    }

    .navigation{
        transform: scale(0.8);
    }

    .navBTN a{
        line-height: 40px;
    }

    .navBTN1 a{
        line-height: 40px;
    }

    #container1{
        margin: 10%;
        margin-top: 0;
    }
} */

/* @media (max-width: 550px){
    .topbar-menu-search{
        transform: scale(0.5) translate(67px,0);
        
    }
    .sch_logo{
        transform:scale(0.5) translate(-201px, 0);
    }

    .langArea{
        margin-right: 0;
        margin-left: 0;
    }
    .topbar-menu
    {
        margin: 0;
    }
    .menu_btn
    {
        margin: 0;
    }   
} */

@media (max-width:426px) {

    .accordion {
        font-size: 14px;
    }

    .path {
        font-size: 14px;
    }

    .accordion-header>button {
        font-size: 16px;
    }

    .accordion-body>div {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .accordion-body {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.buttonBG span.buttonTitle {
    line-height: 20px;
    margin: auto;
    text-align: center;
}