html, body {
    overflow-x: hidden;
}
.legalPage {
    position: relative;
}
.legalPage .container {
    position: relative;
}
.legalPage .icons_sec .icon {
    position: absolute;
    pointer-events: none;
}
.legalPage .icons_sec .icon.icon1 {
    top: 1%;
    right: 0;
    animation: rotation 3s linear infinite;
    max-width: 20px;
}
@media only screen and (min-width: 1200px) {
    .legalPage .icons_sec .icon.icon1 {
    right: 20%}
}@media only screen and (min-width: 1441px) {
    .legalPage .icons_sec .icon.icon1 {
    max-width: 30px;
}
}.legalPage .icons_sec .icon.icon2 {
    top: 30%;
    left: -1%;
    max-width: 20px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .legalPage .icons_sec .icon.icon2 {
    left: -3%}
}@media only screen and (min-width: 1441px) {
    .legalPage .icons_sec .icon.icon2 {
    max-width: 30px;
}
}.legalPage .icons_sec .icon.icon3 {
    bottom: 30%;
    left: -1px;
    max-width: 30px;
    animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1441px) {
    .legalPage .icons_sec .icon.icon3 {
    max-width: 40px;
}
}.legalPage .icons_sec .icon.icon4 {
    bottom: 0px;
    left: -10px;
    max-width: 37px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .legalPage .icons_sec .icon.icon4 {
    left: -40px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage .icons_sec .icon.icon4 {
    max-width: 47px;
}
}.legalPage .icons_sec .icon.icon4 img {
    transform: rotate(120deg);
}
.legalPage .icons_sec .icon.icon5 {
    bottom: -4%;
    right: -1%;
    max-width: 30px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .legalPage .icons_sec .icon.icon5 {
    right: -4%}
}@media only screen and (min-width: 1441px) {
    .legalPage .icons_sec .icon.icon5 {
    max-width: 40px;
}
}.legalPage .icons_sec .icon.icon6 {
    bottom: 20%;
    right: 0;
    max-width: 50px;
    animation: scrollMove 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .legalPage .icons_sec .icon.icon6 {
    right: -2%}
}@media only screen and (min-width: 1441px) {
    .legalPage .icons_sec .icon.icon6 {
    max-width: 70px;
}
}.legalPage .icons_sec .icon.icon7 {
    bottom: 35%;
    right: 0px;
    max-width: 37px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1441px) {
    .legalPage .icons_sec .icon.icon7 {
    max-width: 47px;
}
}.legalPage .icons_sec .icon.icon8 {
    top: 20%;
    right: -1%;
    max-width: 107px;
    animation: fadeInDown 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .legalPage .icons_sec .icon.icon8 {
    right: -6%}
}@media only screen and (min-width: 1441px) {
    .legalPage .icons_sec .icon.icon8 {
    max-width: 207px;
}
}.legalPage .icons_sec .icon.icon9 {
    top: 50%;
    right: 0;
    max-width: 8px;
    animation: scaleEffect 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .legalPage .icons_sec .icon.icon9 {
    right: -2%}
}@media only screen and (min-width: 1441px) {
    .legalPage .icons_sec .icon.icon9 {
    max-width: 13px;
}
}.legalPage .icons_sec .icon.icon10 {
    top: 10%;
    left: 0px;
    max-width: 44px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 992px) {
    .legalPage .icons_sec .icon.icon10 {
    top: -2%;
    left: -7%;
    max-width: 66px;
}
}@media only screen and (min-width: 1551px) {
    .legalPage .icons_sec .icon.icon10 {
    max-width: 99px;
    left: -3%}
}@media only screen and (min-width: 1771px) {
    .legalPage .icons_sec .icon.icon10 {
    top: -3%;
    left: -7%}
}.legalPage #Content {
    padding: 20px 0 30px;
    background-color: #f0f0f0;
}
@media only screen and (min-width: 576px) {
    .legalPage #Content {
    padding: 30px 0 40px;
}
}@media only screen and (min-width: 992px) {
    .legalPage #Content {
    padding: 50px 0 60px;
}
}@media only screen and (min-width: 1661px) {
    .legalPage #Content {
    padding: 75px 0 125px;
}
}.legalPage #Content .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .legalPage #Content .d_flx {
    margin: 0 -5px;
}
}@media only screen and (min-width: 1200px) {
    .legalPage #Content .d_flx {
    margin: 0 -10px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content .d_flx {
    margin: 0 -20px;
}
}.legalPage #Content .d_flx .lft {
    width: 100%;
    padding: 10px 0px;
}
@media only screen and (min-width: 768px) {
    .legalPage #Content .d_flx .lft {
    padding: 10px 5px;
    width: 210px;
}
}@media only screen and (min-width: 992px) {
    .legalPage #Content .d_flx .lft {
    width: 250px;
}
}@media only screen and (min-width: 1200px) {
    .legalPage #Content .d_flx .lft {
    padding: 10px 10px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content .d_flx .lft {
    width: 322px;
    padding: 10px 20px;
}
}.legalPage #Content .d_flx .lft a {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00a2e0;
    border-radius: 12px;
    font-size: 14px;
    color: #00a2e0;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
}
@media only screen and (min-width: 1200px) {
    .legalPage #Content .d_flx .lft a {
    font-size: 16px;
    height: 55px;
    margin-bottom: 15px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content .d_flx .lft a {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content .d_flx .lft a {
    font-size: 20px;
    height: 66px;
}
}.legalPage #Content .d_flx .lft a.active {
    background-color: #ff5057;
    border-color: #ff5057;
    color: #fff;
}
.legalPage #Content .d_flx .lft a:hover {
    background-color: #ff5057;
    border-color: #ff5057;
    color: #fff;
}
.legalPage #Content .d_flx .rgt {
    width: 100%;
    padding: 10px 0px;
}
@media only screen and (min-width: 768px) {
    .legalPage #Content .d_flx .rgt {
    width: calc(100% - 210px);
    padding: 10px 5px;
}
}@media only screen and (min-width: 992px) {
    .legalPage #Content .d_flx .rgt {
    width: calc(100% - 250px);
}
}@media only screen and (min-width: 1200px) {
    .legalPage #Content .d_flx .rgt {
    padding: 10px 10px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content .d_flx .rgt {
    width: calc(100% - 322px);
    padding: 10px 20px;
}
}.legalPage #Content .d_flx .rgt .cntWrap {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
}
@media only screen and (min-width: 768px) {
    .legalPage #Content .d_flx .rgt .cntWrap {
    padding: 15px 20px 25px 20px;
    border-radius: 30px;
}
}@media only screen and (min-width: 1200px) {
    .legalPage #Content .d_flx .rgt .cntWrap {
    padding: 20px 40px 35px 40px;
    border-radius: 30px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content .d_flx .rgt .cntWrap {
    padding: 30px 60px 50px 55px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1661px) {
    .legalPage #Content .d_flx .rgt .cntWrap {
    padding: 55px 90px 68px 75px;
}
}.legalPage #Content h1, .legalPage #Content h2, .legalPage #Content h3, .legalPage #Content h4, .legalPage #Content h5, .legalPage #Content h6 {
    line-height: 1.1;
    color: #111;
    margin: 15px 0;
}
@media only screen and (min-width: 576px) {
    .legalPage #Content h1, .legalPage #Content h2, .legalPage #Content h3, .legalPage #Content h4, .legalPage #Content h5, .legalPage #Content h6 {
    margin: 20px 0;
}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content h1, .legalPage #Content h2, .legalPage #Content h3, .legalPage #Content h4, .legalPage #Content h5, .legalPage #Content h6 {
    margin: 20px 0;
}
}.legalPage #Content h2, .legalPage #Content h3 {
    font-size: 22px;
    font-weight: 400;
}
@media only screen and (min-width: 1200px) {
    .legalPage #Content h2, .legalPage #Content h3 {
    font-size: 26px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content h2, .legalPage #Content h3 {
    font-size: 30px;
}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content h2, .legalPage #Content h3 {
    font-size: 36px;
}
}@media only screen and (min-width: 1661px) {
    .legalPage #Content h2, .legalPage #Content h3 {
    font-size: 44px;
}
}.legalPage #Content h4, .legalPage #Content h5, .legalPage #Content h6 {
    font-size: 16px;
    font-weight: 700;
}
@media only screen and (min-width: 1200px) {
    .legalPage #Content h4, .legalPage #Content h5, .legalPage #Content h6 {
    font-size: 18px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content h4, .legalPage #Content h5, .legalPage #Content h6 {
    font-size: 20px;
}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content h4, .legalPage #Content h5, .legalPage #Content h6 {
    font-size: 22px;
}
}.legalPage #Content a {
    color: #ff4a51;
    font-size: 13px;
    margin-bottom: 15px;
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {
    .legalPage #Content a {
    font-size: 14px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .legalPage #Content a {
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content a {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content a {
    margin-bottom: 45px;
    font-size: 18px;
}
}.legalPage #Content img {
    max-width: 100%;
    max-height: 100%;
    will-change: transform;
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 576px) {
    .legalPage #Content img {
    margin-bottom: 20px;
}
}@media only screen and (min-width: 992px) {
    .legalPage #Content img {
    margin-bottom: 30px;
}
}.legalPage #Content table th, .legalPage #Content table td, .legalPage #Content ul li, .legalPage #Content ol li, .legalPage #Content .infoTxt, .legalPage #Content p {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    color: #111;
    margin-bottom: 10px;
}
@media only screen and (min-width: 376px) {
    .legalPage #Content table th, .legalPage #Content table td, .legalPage #Content ul li, .legalPage #Content ol li, .legalPage #Content .infoTxt, .legalPage #Content p {
    font-size: 13px;
}
}@media only screen and (min-width: 576px) {
    .legalPage #Content table th, .legalPage #Content table td, .legalPage #Content ul li, .legalPage #Content ol li, .legalPage #Content .infoTxt, .legalPage #Content p {
    font-size: 14px;
}
}@media only screen and (min-width: 992px) {
    .legalPage #Content table th, .legalPage #Content table td, .legalPage #Content ul li, .legalPage #Content ol li, .legalPage #Content .infoTxt, .legalPage #Content p {
    font-size: 14px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .legalPage #Content table th, .legalPage #Content table td, .legalPage #Content ul li, .legalPage #Content ol li, .legalPage #Content .infoTxt, .legalPage #Content p {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content table th, .legalPage #Content table td, .legalPage #Content ul li, .legalPage #Content ol li, .legalPage #Content .infoTxt, .legalPage #Content p {
    font-size: 18px;
}
}.legalPage #Content .txtLg {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}
@media only screen and (min-width: 576px) {
    .legalPage #Content .txtLg {
    font-size: 18px;
}
}@media only screen and (min-width: 992px) {
    .legalPage #Content .txtLg {
    font-size: 20px;
}
}@media only screen and (min-width: 1200px) {
    .legalPage #Content .txtLg {
    font-size: 22px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content .txtLg {
    font-size: 25px;
}
}.legalPage #Content .infoTxt {
    font-weight: 400;
}
.legalPage #Content ul, .legalPage #Content ol {
    padding-left: 0;
    margin: 0;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .legalPage #Content ul, .legalPage #Content ol {
    margin-bottom: 20px;
}
}@media only screen and (min-width: 992px) {
    .legalPage #Content ul, .legalPage #Content ol {
    margin-bottom: 30px;
}
}.legalPage #Content ul li, .legalPage #Content ol li {
    margin: 10px 0;
}
@media only screen and (min-width: 768px) {
    .legalPage #Content ul li, .legalPage #Content ol li {
    margin: 15px 0;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content ul li, .legalPage #Content ol li {
    margin: 20px 0;
}
}.legalPage #Content ol {
    padding-left: 25px;
}
.legalPage #Content ol li {
    list-style: decimal;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    margin: 25px 0px 20px 0px;
}
@media only screen and (min-width: 1200px) {
    .legalPage #Content ol li {
    font-size: 20px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content ol li {
    font-size: 22px;
    margin: 25px 0px 40px 0px;
}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content ol li {
    font-size: 25px;
}
}@media only screen and (min-width: 1661px) {
    .legalPage #Content ol li {
    font-size: 30px;
}
}.legalPage #Content ol li ol {
    padding-left: 20px;
}
.legalPage #Content ol li ol li {
    list-style: decimal;
}
@media only screen and (min-width: 1200px) {
    .legalPage #Content ol li ol li {
    font-size: 20px;
}
}@media only screen and (min-width: 1441px) {
    .legalPage #Content ol li ol li {
    font-size: 22px;
}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content ol li ol li {
    font-size: 25px;
}
}@media only screen and (min-width: 1661px) {
    .legalPage #Content ol li ol li {
    font-size: 30px;
}
}.legalPage #Content ol li ul {
    padding-left: 20px;
}
.legalPage #Content ol li ul li {
    list-style: disc;
    font-size: 12px;
    font-weight: 400;
    padding-left: 0px;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}
@media only screen and (min-width: 376px) {
    .legalPage #Content ol li ul li {
    font-size: 13px;
}
}@media only screen and (min-width: 992px) {
    .legalPage #Content ol li ul li {
    font-size: 14px;
}
}@media only screen and (min-width: 1200px) {
    .legalPage #Content ol li ul li {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content ol li ul li {
    font-size: 18px;
}
}.legalPage #Content ol li ul li::before {
    content: none;
}
.legalPage #Content ol li p {
    margin: 25px 0px;
}
.legalPage #Content ul li {
    padding-left: 20px;
    position: relative;
}
.legalPage #Content ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    top: 10px;
    left: 0;
}
.legalPage #Content ul li span {
    font-weight: 700;
    color: #111;
}
.legalPage #Content table {
    display: table;
    max-width: 100%;
    margin: 5px 0;
    border-collapse: collapse;
    border: 1px solid #00a2e0;
}
@media only screen and (min-width: 576px) {
    .legalPage #Content table {
    margin: 10px 0;
}
}@media only screen and (min-width: 992px) {
    .legalPage #Content table {
    margin: 35px 0;
}
}.legalPage #Content table th, .legalPage #Content table td {
    line-height: 1.2;
    color: #000;
    padding: 4px 5px;
    border: 1px solid #00a2e0;
    padding: 15px 15px 15px 20px;
}
@media only screen and (min-width: 1200px) {
    .legalPage #Content table th, .legalPage #Content table td {
    padding: 25px 20px 20px 40px;
}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content table th, .legalPage #Content table td {
    padding: 35px 20px 25px 50px;
}
}.legalPage #Content table th {
    color: #000;
}
.legalPage #Content table tr th:first-child {
    width: 35%}
@media only screen and (min-width: 768px) {
    .legalPage #Content table tr th: first-child {
    width: 28%}
}@media only screen and (min-width: 1551px) {
    .legalPage #Content table tr th: first-child {
    width: 23%}
}.legalPage #Content p:has(+h1), .legalPage #Content p:has(+h2), .legalPage #Content p:has(+h3), .legalPage #Content p:has(+h4), .legalPage #Content p:has(+h5), .legalPage #Content p:has(+h6), .legalPage #Content ul:has(+h1), .legalPage #Content ul:has(+h2), .legalPage #Content ul:has(+h3), .legalPage #Content ul:has(+h4), .legalPage #Content ul:has(+h5), .legalPage #Content ul:has(+h6) {
    margin-bottom: 25px;
}
.errorPage #error {
    position: relative;
    padding: 10px 0px 40px;
}
@media only screen and (min-width: 1200px) {
    .errorPage #error {
    padding: 10px 0px 100px;
}
}@media only screen and (min-width: 1441px) {
    .errorPage #error {
    padding: 30px 0px 30px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage #error {
    padding: 90px 0px 90px;
}
}.errorPage .page_cntnt {
    padding: 130px 0 40px;
    text-align: center;
    margin: auto;
    max-width: 380px;
}
@media only screen and (min-width: 468px) {
    .errorPage .page_cntnt {
    padding: 145px 0 80px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .page_cntnt {
    max-width: 900px;
}
}.errorPage .imgBx {
    max-width: 330px;
    margin: auto;
    margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) {
    .errorPage .imgBx {
    max-width: 710px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .imgBx {
    margin-bottom: 45px;
}
}.errorPage .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.errorPage .head_one {
    color: #000;
    font-weight: 400;
    line-height: 1;
    font-size: 24px;
    font-family: "IvyMode", sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
}
@media only screen and (min-width: 578px) {
    .errorPage .head_one {
    font-size: 28px;
}
}@media only screen and (min-width: 992px) {
    .errorPage .head_one {
    font-size: 30px;
    margin-bottom: 20px;
}
}@media only screen and (min-width: 1200px) {
    .errorPage .head_one {
    font-size: 34px;
}
}@media only screen and (min-width: 1351px) {
    .errorPage .head_one {
    font-size: 38px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .head_one {
    font-size: 50px;
}
}.errorPage .head_one span {
    font-style: italic;
    padding-right: 5px;
    font-weight: 500;
}
.errorPage p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #111;
    margin-bottom: 10px;
}
@media only screen and (min-width: 576px) {
    .errorPage p {
    font-size: 15px;
    margin-bottom: 15px;
}
}@media only screen and (min-width: 992px) {
    .errorPage p {
    font-size: 16px;
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1200px) {
    .errorPage p {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage p {
    margin-bottom: 75px;
}
}.errorPage .cmnBtn {
    margin: auto;
    background-color: #00a2e0;
    color: #fff;
    border-radius: 8px;
    width: 217px;
    height: 56px;
    font-size: 18px;
    text-transform: capitalize;
}
.errorPage .container {
    position: relative;
}
.errorPage .icons_sec .icon {
    position: absolute;
    pointer-events: none;
}
.errorPage .icons_sec .icon.icon1 {
    top: 40%;
    left: 2%;
    animation: rotation 3s linear infinite;
    max-width: 10px;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon1 {
    max-width: 20px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon1 {
    max-width: 49px;
    top: 30%}
}.errorPage .icons_sec .icon.icon2 {
    top: 20%;
    left: 25%;
    max-width: 20px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon2 {
    max-width: 20px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon2 {
    max-width: 47px;
    top: 10%}
}.errorPage .icons_sec .icon.icon3 {
    top: 60%;
    left: 25%;
    max-width: 10px;
    animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon3 {
    max-width: 20px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon3 {
    max-width: 26px;
    top: 50%}
}.errorPage .icons_sec .icon.icon4 {
    bottom: 30%;
    left: 15%;
    max-width: 5px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon4 {
    max-width: 10px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon4 {
    max-width: 13px;
    bottom: 40%}
}.errorPage .icons_sec .icon.icon5 {
    bottom: 20%;
    left: 8%;
    max-width: 20px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon5 {
    max-width: 30px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon5 {
    max-width: 38px;
    bottom: 24%}
}.errorPage .icons_sec .icon.icon6 {
    bottom: 20%;
    left: 25%;
    max-width: 20px;
    animation: scrollMove 3s linear infinite;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon6 {
    max-width: 50px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon6 {
    max-width: 60px;
    bottom: 24%}
}.errorPage .icons_sec .icon.icon7 {
    top: 20%;
    right: 25%;
    max-width: 10px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon7 {
    max-width: 20px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon7 {
    max-width: 30px;
    top: 10%}
}.errorPage .icons_sec .icon.icon8 {
    top: 40%;
    right: 2%;
    max-width: 10px;
    animation: fadeInDown 3s linear infinite;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon8 {
    max-width: 20px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon8 {
    max-width: 47px;
    top: 30%}
}.errorPage .icons_sec .icon.icon9 {
    bottom: 20%;
    right: 8%;
    max-width: 10px;
    animation: scaleEffect 3s linear infinite;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon9 {
    max-width: 20px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon9 {
    max-width: 30px;
    bottom: 24%}
}.errorPage .icons_sec .icon.icon10 {
    top: 10%;
    right: 42%;
    max-width: 10px;
    animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon10 {
    max-width: 20px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon10 {
    max-width: 26px;
    top: 4%}
}.errorPage .icons_sec .icon.icon11 {
    top: 30%;
    right: 15%;
    max-width: 5px;
    animation: vibrate 3s linear;
}
@media only screen and (min-width: 500px) {
    .errorPage .icons_sec .icon.icon11 {
    max-width: 10px;
}
}@media only screen and (min-width: 1551px) {
    .errorPage .icons_sec .icon.icon11 {
    max-width: 13px;
    top: 20%}
}.careerPage #benefit {
    padding: 30px 0px 10px;
}
@media only screen and (min-width: 1200px) {
    .careerPage #benefit {
    padding: 60px 0px 25px;
}
}@media only screen and (min-width: 1441px) {
    .careerPage #benefit {
    padding: 80px 0px 35px;
}
}@media only screen and (min-width: 1661px) {
    .careerPage #benefit {
    padding: 105px 0px 35px;
}
}.careerPage #benefit .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
    .careerPage #benefit .d_flx {
    margin: 0 -10px;
}
}@media only screen and (min-width: 1441px) {
    .careerPage #benefit .d_flx {
    margin: 0 -20px;
}
}.careerPage #benefit .d_flx .lft {
    width: 100%;
    padding: 10px 0px;
}
@media only screen and (min-width: 992px) {
    .careerPage #benefit .d_flx .lft {
    width: calc(100% - 400px);
    padding: 10px 10px;
}
}@media only screen and (min-width: 1200px) {
    .careerPage #benefit .d_flx .lft {
    width: calc(100% - 500px);
}
}@media only screen and (min-width: 1351px) {
    .careerPage #benefit .d_flx .lft {
    width: calc(100% - 600px);
}
}@media only screen and (min-width: 1441px) {
    .careerPage #benefit .d_flx .lft {
    width: calc(100% - 650px);
    padding: 10px 20px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #benefit .d_flx .lft {
    width: calc(100% - 735px);
}
}.careerPage #benefit .d_flx .lft .mainHead::after {
    display: none;
}
.careerPage #benefit .d_flx .lft .benefitBx {
    background-color: #ffe7e7;
    padding: 20px 15px;
}
@media only screen and (min-width: 992px) {
    .careerPage #benefit .d_flx .lft .benefitBx {
    padding: 25px 25px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #benefit .d_flx .lft .benefitBx {
    padding: 35px 35px;
}
}@media only screen and (min-width: 500px) {
    .careerPage #benefit .d_flx .lft .benefitBx ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 20px;
}
}.careerPage #benefit .d_flx .lft .benefitBx ul li {
    font-size: 14px;
    color: #111;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
}
@media only screen and (min-width: 1351px) {
    .careerPage #benefit .d_flx .lft .benefitBx ul li {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #benefit .d_flx .lft .benefitBx ul li {
    font-size: 18px;
}
}.careerPage #benefit .d_flx .lft .benefitBx ul li::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px;
    top: 5px;
    left: 0;
}
@media only screen and (min-width: 1200px) {
    .careerPage #benefit .d_flx .lft .benefitBx ul li: :before {
    width: 14px;
    height: 14px;
    background-size: 14px;
}
}.careerPage #benefit .d_flx .rgt {
    width: 100%;
    padding: 10px 0px;
}
@media only screen and (min-width: 992px) {
    .careerPage #benefit .d_flx .rgt {
    width: 400px;
    padding: 10px 10px;
}
}@media only screen and (min-width: 1200px) {
    .careerPage #benefit .d_flx .rgt {
    width: 500px;
}
}@media only screen and (min-width: 1351px) {
    .careerPage #benefit .d_flx .rgt {
    width: 600px;
}
}@media only screen and (min-width: 1441px) {
    .careerPage #benefit .d_flx .rgt {
    width: 650px;
    padding: 10px 20px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #benefit .d_flx .rgt {
    width: 735px;
}
}.careerPage #benefit .d_flx .rgt .imgBx {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.careerPage #benefit .d_flx .rgt .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.careerPage #benefit .d_flx .rgt .imgBx:hover img {
    transform: scale(1.1);
}
.careerPage #opportunities {
    padding: 15px 0px 40px;
}
@media only screen and (min-width: 1200px) {
    .careerPage #opportunities {
    padding: 25px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .careerPage #opportunities {
    padding: 35px 0px 90px;
}
}.careerPage #opportunities .opportunitiBx {
    background-color: #efefef;
    padding: 15px 25px;
}
@media only screen and (min-width: 1200px) {
    .careerPage #opportunities .opportunitiBx {
    padding: 25px 25px 45px 30px;
}
}@media only screen and (min-width: 1441px) {
    .careerPage #opportunities .opportunitiBx {
    padding: 35px 40px 50px 40px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #opportunities .opportunitiBx {
    padding: 45px 55px 75px 55px;
}
}.careerPage #opportunities .opportunitiBx .mainHead::after {
    display: none;
}
.careerPage #opportunities .opportunitiBx .mainHead .mainTitle {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.careerPage #opportunities .opportunitiBx .mainHead .mainTitle::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #be965d;
    width: 100%;
    top: 15px;
    bottom: 0;
    margin: auto 10px;
    z-index: 0;
}
.careerPage #opportunities .opportunitiBx .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 570px) {
    .careerPage #opportunities .opportunitiBx .d_flx {
    margin: 0 -6px;
}
}@media only screen and (min-width: 1441px) {
    .careerPage #opportunities .opportunitiBx .d_flx {
    margin: 0 -10px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #opportunities .opportunitiBx .d_flx {
    margin: 0 -20px;
}
}.careerPage #opportunities .opportunitiBx .d_flx .item {
    width: 100%;
    padding: 6px 0px;
}
@media only screen and (min-width: 570px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item {
    width: 50%;
    padding: 6px 6px;
}
}@media only screen and (min-width: 1441px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item {
    padding: 10px 10px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item {
    padding: 15px 20px;
}
}.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx {
    background-color: #fff;
    padding: 20px 15px 20px 15px;
    height: 100%;
    transition: all .6s;
}
@media only screen and (min-width: 1441px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx {
    padding: 30px 20px 30px 25px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx {
    padding: 40px 30px 38px 40px;
}
}.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #7670b3;
}
.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .lft {
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #7670b3;
}
@media only screen and (min-width: 992px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .lft {
    border: 0;
    margin: 0;
    width: 50%}
}.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .lft .title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 2px;
}
@media only screen and (min-width: 992px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .lft .title {
    font-size: 20px;
}
}@media only screen and (min-width: 1351px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .lft .title {
    font-size: 24px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .lft .title {
    font-size: 28px;
}
}.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .lft .exp {
    color: #5e0b0b;
    font-size: 16px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 1351px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .lft .exp {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .lft .exp {
    font-size: 22px;
}
}.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt {
    width: 100%;
    padding: 5px 0px 5px 10px;
}
@media only screen and (min-width: 992px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt {
    width: 50%}
}.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .hoverBx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    background-color: #fff;
    z-index: 3;
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}
.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .hoverBx .flxBx .social {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .hoverBx .flxBx .social li a {
    display: block;
}
.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .hoverBx .flxBx .social li a .icon svg {
    fill: #5e0b0b;
}
.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .hoverBx .flxBx .social li a:hover .icon svg {
    fill: #ffcd38;
}
.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .shareFlx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .shareFlx .share {
    display: flex;
    cursor: pointer;
}
.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .shareFlx .share .icon {
    width: 18px;
}
@media only screen and (min-width: 1200px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .shareFlx .share .icon {
    width: 22px;
}
}.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .shareFlx .share .text {
    font-size: 16px;
    color: #5e0b0b;
    padding-left: 10px;
}
@media only screen and (min-width: 1351px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .shareFlx .share .text {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .shareFlx .share .text {
    font-size: 22px;
}
}.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .headerSec .rgt .shareFlx .share:hover .hoverBx {
    opacity: 1;
    visibility: visible;
}
.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .job {
    padding-top: 15px;
}
@media only screen and (min-width: 992px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .job {
    padding-top: 25px;
}
}.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .job .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1351px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .job .title {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .job .title {
    font-size: 20px;
}
}.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx .job .content {
    max-height: 150px;
    overflow-y: auto;
}
.careerPage #opportunities .opportunitiBx .d_flx .item .careerBx:hover {
    background-color: #ffe7e7;
    box-shadow: 0px 20px 30px 0px rgba(236, 40, 41, .16);
}
.careerPage #opportunities .opportunitiBx .loadmore {
    margin: auto;
    width: 180px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .25);
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    margin-top: 20px;
}
@media only screen and (min-width: 1351px) {
    .careerPage #opportunities .opportunitiBx .loadmore {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .careerPage #opportunities .opportunitiBx .loadmore {
    font-size: 20px;
    width: 196px;
    height: 48px;
}
}.announcementsPage #announcements {
    padding: 30px 0px 30px;
    background-color: #f0f0f0;
}
@media only screen and (min-width: 768px) {
    .announcementsPage #announcements {
    padding: 40px 0px 40px;
}
}@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements {
    padding: 55px 0px 60px;
}
}@media only screen and (min-width: 1661px) {
    .announcementsPage #announcements {
    padding: 75px 0px 90px;
}
}.announcementsPage #announcements .container {
    position: relative;
}
.announcementsPage #announcements .icons_sec .icon {
    position: absolute;
    pointer-events: none;
}
.announcementsPage #announcements .icons_sec .icon.icon1 {
    top: 20%;
    left: 0;
    animation: rotation 3s linear infinite;
    max-width: 20px;
}
@media only screen and (min-width: 1200px) {
    .announcementsPage #announcements .icons_sec .icon.icon1 {
    left: -1%}
}@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .icons_sec .icon.icon1 {
    max-width: 30px;
}
}.announcementsPage #announcements .icons_sec .icon.icon2 {
    top: 30%;
    left: -1%;
    max-width: 20px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .announcementsPage #announcements .icons_sec .icon.icon2 {
    left: -3%}
}@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .icons_sec .icon.icon2 {
    max-width: 30px;
}
}.announcementsPage #announcements .icons_sec .icon.icon3 {
    bottom: 30%;
    left: -1px;
    max-width: 30px;
    animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .icons_sec .icon.icon3 {
    max-width: 40px;
}
}.announcementsPage #announcements .icons_sec .icon.icon4 {
    bottom: 0px;
    left: -10px;
    max-width: 37px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .announcementsPage #announcements .icons_sec .icon.icon4 {
    left: -40px;
}
}@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .icons_sec .icon.icon4 {
    max-width: 47px;
}
}.announcementsPage #announcements .icons_sec .icon.icon5 {
    bottom: -4%;
    right: -1%;
    max-width: 30px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .announcementsPage #announcements .icons_sec .icon.icon5 {
    right: -4%}
}@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .icons_sec .icon.icon5 {
    max-width: 40px;
}
}.announcementsPage #announcements .icons_sec .icon.icon6 {
    bottom: 20%;
    right: 0;
    max-width: 50px;
    animation: scrollMove 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .announcementsPage #announcements .icons_sec .icon.icon6 {
    right: -2%}
}@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .icons_sec .icon.icon6 {
    max-width: 70px;
}
}.announcementsPage #announcements .icons_sec .icon.icon7 {
    bottom: 35%;
    right: 0px;
    max-width: 37px;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .icons_sec .icon.icon7 {
    max-width: 47px;
}
}.announcementsPage #announcements .icons_sec .icon.icon8 {
    top: 20%;
    right: -1%;
    max-width: 107px;
    animation: fadeInDown 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .announcementsPage #announcements .icons_sec .icon.icon8 {
    right: -6%}
}@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .icons_sec .icon.icon8 {
    max-width: 207px;
}
}.announcementsPage #announcements .icons_sec .icon.icon9 {
    top: 50%;
    right: 0;
    max-width: 8px;
    animation: scaleEffect 3s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .announcementsPage #announcements .icons_sec .icon.icon9 {
    right: -2%}
}@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .icons_sec .icon.icon9 {
    max-width: 13px;
}
}.announcementsPage #announcements .announcementBx {
    padding: 15px 15px 20px 15px;
    background-color: #fff;
    border-radius: 10px;
}
@media only screen and (min-width: 768px) {
    .announcementsPage #announcements .announcementBx {
    padding: 35px 35px 40px 35px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .announcementBx {
    padding: 50px 50px 50px 50px;
}
}@media only screen and (min-width: 1661px) {
    .announcementsPage #announcements .announcementBx {
    padding: 70px 80px 60px 80px;
}
}.announcementsPage #announcements .announcementBx .accordion-item {
    margin-bottom: 5px;
    border: none;
    border-radius: 10px;
}
@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .announcementBx .accordion-item {
    margin-bottom: 10px;
}
}.announcementsPage #announcements .announcementBx .accordion-item .accordion-header {
    margin: 0px;
}
.announcementsPage #announcements .announcementBx .accordion-item .accordion-button {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 45px 10px 15px;
    outline: none;
    box-shadow: none;
    position: relative;
    border-radius: 10px;
    border: none;
    color: #000;
    background-color: #f0f0f0;
}
@media only screen and (min-width: 992px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-button {
    padding: 20px 85px 20px 25px;
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-button {
    font-size: 18px;
    padding: 20px 85px 20px 48px;
}
}.announcementsPage #announcements .announcementBx .accordion-item .accordion-button:not(.collapsed) {
    background-color: #e0f4f3;
    color: #083561;
    border-color: #ffcd38;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    font-weight: 500;
}
.announcementsPage #announcements .announcementBx .accordion-item .accordion-button::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/plus.webp);
    top: 15px;
    right: 15px;
    background-size: 18px;
}
@media only screen and (min-width: 992px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-button: :after {
    top: 25px;
    right: 20px;
}
}@media only screen and (min-width: 1200px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-button: :after {
    top: 20px;
    right: 25px;
}
}@media only screen and (min-width: 1551px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-button: :after {
    right: 45px;
    top: 20px;
    width: 26px;
    height: 26px;
    background-size: 26px;
}
}.announcementsPage #announcements .announcementBx .accordion-item .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: url(../images/minus.webp);
    top: 7px;
}
.announcementsPage #announcements .announcementBx .accordion-item .accordion-body {
    background-color: #e0f4f3;
    padding: 0px 15px 15px 15px;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}
@media only screen and (min-width: 992px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-body {
    padding: 0px 35px 25px 25px;
}
}@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-body {
    padding: 0px 155px 25px 25px;
}
}@media only screen and (min-width: 1551px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-body {
    padding: 5px 40px 50px 45px;
}
}.announcementsPage #announcements .announcementBx .accordion-item .accordion-body .content {
    border-top: 1px solid #083561;
    padding-top: 15px;
}
@media only screen and (min-width: 768px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-body .content {
    padding-top: 25px;
}
}.announcementsPage #announcements .announcementBx .accordion-item .accordion-body .content p {
    font-weight: 400;
    margin-bottom: 25px;
}
.announcementsPage #announcements .announcementBx .accordion-item .accordion-body .content ul {
    padding-left: 20px;
}
.announcementsPage #announcements .announcementBx .accordion-item .accordion-body .content ul li {
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1441px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-body .content ul li {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-body .content ul li {
    font-size: 18px;
}
}.announcementsPage #announcements .announcementBx .accordion-item .accordion-body .content ul li::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 8px;
    left: -20px;
}
@media only screen and (min-width: 1551px) {
    .announcementsPage #announcements .announcementBx .accordion-item .accordion-body .content ul li: :after {
    width: 8px;
    height: 8px;
}
}.blogPage .swiper .swiper-button-next, .blogPage .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #ffcd38;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.blogPage .swiper .swiper-button-next::after, .blogPage .swiper .swiper-button-prev::after {
    display: none;
}
.blogPage .swiper .swiper-button-next .icon, .blogPage .swiper .swiper-button-prev .icon {
    max-width: 20px;
    margin: auto;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blogPage .swiper .swiper-button-next .icon img, .blogPage .swiper .swiper-button-prev .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPage .swiper .swiper-button-next {
    right: 10px;
}
.blogPage .swiper .swiper-button-next .icon img {
    transform: rotate(175deg);
}
.blogPage .swiper .swiper-button-prev {
    left: 10px;
}
.blogPage .blogBox {
    display: block;
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
    border-radius: 20px;
    padding: 10px 10px 15px;
    height: 100%}
@media only screen and (min-width: 768px) {
    .blogPage .blogBox {
    padding: 15px 15px 20px;
    border-radius: 25px;
}
}@media only screen and (min-width: 1350px) {
    .blogPage .blogBox {
    border-radius: 36px;
    padding: 20px 20px 30px;
}
}@media only screen and (min-width: 1661px) {
    .blogPage .blogBox {
    padding: 30px 30px 40px;
}
}.blogPage .blogBox .innerBx .imgBx {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    height: auto;
}
@media only screen and (min-width: 768px) {
    .blogPage .blogBox .innerBx .imgBx {
    border-radius: 25px;
}
}@media only screen and (min-width: 1350px) {
    .blogPage .blogBox .innerBx .imgBx {
    border-radius: 36px;
}
}.blogPage .blogBox .innerBx .imgBx:hover img {
    transform: scale(1.1);
}
.blogPage .blogBox .innerBx .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.blogPage .blogBox .innerBx .cont .pstDte {
    color: #000;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 377.778%;
    font-size: 12px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .blogPage .blogBox .innerBx .cont .pstDte {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .blogPage .blogBox .innerBx .cont .pstDte {
    margin-bottom: 5px;
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .blogPage .blogBox .innerBx .cont .pstDte {
    margin-bottom: 10px;
    font-size: 18px;
}
}.blogPage .blogBox .innerBx .cont .pstDte span {
    color: #00a2e0;
    padding-left: 5px;
}
.blogPage .blogBox .innerBx .cont .hd {
    font-size: 14px;
    color: #000;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}
@media only screen and (min-width: 400px) {
    .blogPage .blogBox .innerBx .cont .hd {
    min-height: 50px;
}
}@media only screen and (min-width: 992px) {
    .blogPage .blogBox .innerBx .cont .hd {
    font-size: 16px;
    min-height: 58px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage .blogBox .innerBx .cont .hd {
    font-size: 18px;
    min-height: 62px;
}
}@media only screen and (min-width: 1441px) {
    .blogPage .blogBox .innerBx .cont .hd {
    font-size: 20px;
    min-height: 70px;
}
}@media only screen and (min-width: 1551px) {
    .blogPage .blogBox .innerBx .cont .hd {
    font-size: 24px;
    min-height: 86px;
}
}.blogPage .e1 {
    position: absolute;
    z-index: 0;
    top: 35px;
    right: 25%;
    width: auto;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    max-width: 30px;
}
@media only screen and (min-width: 992px) {
    .blogPage .e1 {
    right: 15%;
    max-width: 38px;
    top: 85px;
}
}.blogPage .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPage .e2 {
    position: absolute;
    z-index: 0;
    right: 60%;
    top: 0%;
    width: auto;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    max-width: 25px;
}
@media only screen and (min-width: 768px) {
    .blogPage .e2 {
    top: 0%;
    right: 30%}
}@media only screen and (min-width: 992px) {
    .blogPage .e2 {
    right: 30px;
    top: 50%;
    max-width: 30px;
}
}.blogPage .e2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPage .e3 {
    position: absolute;
    z-index: 0;
    width: auto;
    bottom: 0%;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    max-height: 25px;
    right: 25px;
}
@media only screen and (min-width: 992px) {
    .blogPage .e3 {
    bottom: 20%;
    right: 15px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage .e3 {
    right: 50px;
    max-height: 30px;
}
}.blogPage .e3 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPage .e4 {
    position: absolute;
    z-index: 0;
    width: auto;
    pointer-events: none;
    right: 50%;
    animation: rotation 3s linear infinite;
    bottom: 0%;
    max-width: 25px;
}
@media only screen and (min-width: 768px) {
    .blogPage .e4 {
    bottom: 0%;
    right: 35%}
}@media only screen and (min-width: 992px) {
    .blogPage .e4 {
    bottom: 10%;
    right: 10px;
    max-width: 35px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage .e4 {
    max-width: 45px;
    right: 20px;
}
}.blogPage .e4 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPage .e5 {
    position: absolute;
    z-index: 0;
    bottom: 50%;
    left: 0px;
    width: auto;
    pointer-events: none;
    animation: fadeInDown 3s linear infinite;
    max-width: 30px;
}
@media only screen and (min-width: 768px) {
    .blogPage .e5 {
    max-width: 40px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage .e5 {
    max-width: 55px;
}
}.blogPage .e5 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPage .e6 {
    position: absolute;
    z-index: 0;
    width: auto;
    bottom: 35%;
    right: 0;
    left: auto;
    pointer-events: none;
    max-width: 15px;
    animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 992px) {
    .blogPage .e6 {
    max-width: 18px;
    bottom: 40%;
    right: auto;
    left: 15px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage .e6 {
    left: 30px;
}
}.blogPage .e6 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPage .e7 {
    position: absolute;
    z-index: 0;
    width: auto;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    bottom: 5%;
    max-width: 25px;
    left: 30px;
}
@media only screen and (min-width: 992px) {
    .blogPage .e7 {
    bottom: 15%;
    max-width: 32px;
    left: 15px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage .e7 {
    max-width: 38px;
    left: 30px;
}
}.blogPage .e7 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPage .imgBx {
    overflow: hidden;
}
.blogPage .imgBx:hover img {
    transform: scale(1.1);
}
.blogPage .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.blogPage .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
    .blogPage .mHead {
    font-size: 30px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage .mHead {
    font-size: 36px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1441px) {
    .blogPage .mHead {
    font-size: 42px;
    margin-bottom: 40px;
}
}@media only screen and (min-width: 1551px) {
    .blogPage .mHead {
    font-size: 50px;
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1661px) {
    .blogPage .mHead {
    font-size: 56px;
}
}.blogPage #blogListing {
    position: relative;
    padding: 45px 0 35px;
}
@media only screen and (min-width: 992px) {
    .blogPage #blogListing {
    padding: 65px 0 45px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage #blogListing {
    padding: 85px 0 65px;
}
}@media only screen and (min-width: 1441px) {
    .blogPage #blogListing {
    padding: 105px 0 75px;
}
}.blogPage #blogListing .listingWrap {
    width: 100%;
    position: relative;
    z-index: 1;
}
.blogPage #blogListing .listingWrap .dFlex {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
}
@media only screen and (min-width: 768px) {
    .blogPage #blogListing .listingWrap .dFlex {
    margin: -7px -10px;
}
}@media only screen and (min-width: 1350px) {
    .blogPage #blogListing .listingWrap .dFlex {
    margin: -10px -15px;
}
}@media only screen and (min-width: 1661px) {
    .blogPage #blogListing .listingWrap .dFlex {
    margin: -15px -20px;
}
}.blogPage #blogListing .listingWrap .dFlex .item {
    padding: 7px;
    width: 100%}
@media only screen and (min-width: 400px) {
    .blogPage #blogListing .listingWrap .dFlex .item {
    width: 50%}
}@media only screen and (min-width: 768px) {
    .blogPage #blogListing .listingWrap .dFlex .item {
    width: 33.3333333333%;
    padding: 7px 10px;
}
}@media only screen and (min-width: 1350px) {
    .blogPage #blogListing .listingWrap .dFlex .item {
    padding: 10px 15px;
}
}@media only screen and (min-width: 1661px) {
    .blogPage #blogListing .listingWrap .dFlex .item {
    padding: 15px 20px;
}
}.blogPage #blogDetail {
    position: relative;
    padding: 30px 0 0;
}
@media only screen and (min-width: 768px) {
    .blogPage #blogDetail {
    padding: 50px 0 0;
}
}@media only screen and (min-width: 1441px) {
    .blogPage #blogDetail {
    padding: 70px 0 0;
}
}@media only screen and (min-width: 1551px) {
    .blogPage #blogDetail {
    padding: 90px 0 0;
}
}.blogPage #blogDetail .e7 {
    bottom: auto;
    top: 50%}
.blogPage #blogDetail .e6 {
    bottom: auto;
    top: 18%}
.blogPage #blogDetail .e1 {
    right: 5%}
.blogPage #blogDetail .detailWrap {
    width: 100%}
.blogPage #blogDetail .detailWrap .tleBx {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .blogPage #blogDetail .detailWrap .tleBx {
    margin-bottom: 40px;
}
}.blogPage #blogDetail .detailWrap .tle {
    font-size: 20px;
    color: #000;
    font-family: "IvyMode", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 120%}
@media only screen and (min-width: 768px) {
    .blogPage #blogDetail .detailWrap .tle {
    font-size: 22px;
}
}@media only screen and (min-width: 992px) {
    .blogPage #blogDetail .detailWrap .tle {
    font-size: 26px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage #blogDetail .detailWrap .tle {
    font-size: 30px;
    max-width: 1060px;
}
}@media only screen and (min-width: 1441px) {
    .blogPage #blogDetail .detailWrap .tle {
    font-size: 36px;
    max-width: 1400px;
}
}@media only screen and (min-width: 1551px) {
    .blogPage #blogDetail .detailWrap .tle {
    font-size: 40px;
}
}.blogPage #blogDetail .detailWrap .pstDte {
    color: #000;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 377.778%;
    font-size: 12px;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .blogPage #blogDetail .detailWrap .pstDte {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .blogPage #blogDetail .detailWrap .pstDte {
    margin-bottom: 5px;
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .blogPage #blogDetail .detailWrap .pstDte {
    margin-bottom: 10px;
    font-size: 18px;
}
}.blogPage #blogDetail .detailWrap .pstDte span {
    color: #00a2e0;
    padding-left: 5px;
}
.blogPage #blogDetail .detailWrap .contentBx {
    width: 100%;
    position: relative;
}
.blogPage #blogDetail .detailWrap .contentBx::after {
    content: "";
    display: block;
    clear: both;
}
.blogPage #blogDetail .detailWrap .contentBx .imgWrap {
    position: relative;
    float: right;
    height: auto;
    width: 100%;
    margin-bottom: 25px;
}
@media only screen and (min-width: 576px) {
    .blogPage #blogDetail .detailWrap .contentBx .imgWrap {
    width: 280px;
    margin-left: 25px;
}
}@media only screen and (min-width: 768px) {
    .blogPage #blogDetail .detailWrap .contentBx .imgWrap {
    width: 360px;
}
}@media only screen and (min-width: 868px) {
    .blogPage #blogDetail .detailWrap .contentBx .imgWrap {
    width: 420px;
    margin-left: 35px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage #blogDetail .detailWrap .contentBx .imgWrap {
    width: 530px;
    margin-left: 45px;
}
}@media only screen and (min-width: 1441px) {
    .blogPage #blogDetail .detailWrap .contentBx .imgWrap {
    width: 600px;
    margin-left: 55px;
}
}@media only screen and (min-width: 1551px) {
    .blogPage #blogDetail .detailWrap .contentBx .imgWrap {
    width: 726px;
    margin-left: 65px;
}
}.blogPage #blogDetail .detailWrap .contentBx .imgWrap .e8 {
    position: absolute;
    z-index: 1;
    left: -20px;
    top: 70px;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    max-width: 35px;
}
@media only screen and (min-width: 1200px) {
    .blogPage #blogDetail .detailWrap .contentBx .imgWrap .e8 {
    max-width: 45px;
}
}@media only screen and (min-width: 1551px) {
    .blogPage #blogDetail .detailWrap .contentBx .imgWrap .e8 {
    max-width: 55px;
}
}.blogPage #blogDetail .detailWrap .contentBx .imgWrap .e8 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPage #blogDetail .detailWrap .contentBx .imgWrap .imgBx {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 1200px) {
    .blogPage #blogDetail .detailWrap .contentBx .imgWrap .imgBx {
    border-radius: 30px;
}
}@media only screen and (min-width: 1551px) {
    .blogPage #blogDetail .detailWrap .contentBx .imgWrap .imgBx {
    border-radius: 50px;
}
}.blogPage #blogDetail .detailWrap .contentBx .imgWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogPage #blogDetail .detailWrap .cotent {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.blogPage #blogDetail .detailWrap .cotent .hd {
    color: #001a32;
    font-family: "IvyMode", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%}
@media only screen and (min-width: 992px) {
    .blogPage #blogDetail .detailWrap .cotent .hd {
    font-size: 18px;
}
}@media only screen and (min-width: 1200px) {
    .blogPage #blogDetail .detailWrap .cotent .hd {
    font-size: 22px;
}
}@media only screen and (min-width: 1441px) {
    .blogPage #blogDetail .detailWrap .cotent .hd {
    font-size: 24px;
}
}@media only screen and (min-width: 1551px) {
    .blogPage #blogDetail .detailWrap .cotent .hd {
    font-size: 30px;
}
}.blogPage #recentBlog {
    position: relative;
    padding: 35px 0 35px;
}
@media only screen and (min-width: 768px) {
    .blogPage #recentBlog {
    padding: 35px 0 45px;
}
}@media only screen and (min-width: 992px) {
    .blogPage #recentBlog {
    padding: 35px 0 65px;
}
}@media only screen and (min-width: 1441px) {
    .blogPage #recentBlog {
    padding: 45px 0 85px;
}
}.blogPage #recentBlog .e1 {
    right: auto;
    left: 30px;
    top: 10px;
}
@media only screen and (min-width: 1350px) {
    .blogPage #recentBlog .e1 {
    top: 55px;
}
}.blogPage #recentBlog .e4 {
    bottom: 0%}
@media only screen and (min-width: 1350px) {
    .blogPage #recentBlog .e4 {
    bottom: 50%}
}.noprod {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}
@media only screen and (min-width: 992px) {
    .noprod {
    font-size: 30px;
}
}.middleSchoolYearsPage .imgBx:hover img {
    transform: scale(1.1);
}
.middleSchoolYearsPage .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.middleSchoolYearsPage #futureSec {
    overflow: hidden;
    position: relative;
    padding: 0 0 15px;
}
@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #futureSec {
    padding: 0 0 20px;
}
}@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #futureSec {
    padding: 0 0 30px;
}
}.middleSchoolYearsPage #futureSec .e1 {
    position: absolute;
    z-index: 0;
    bottom: 25%;
    right: 0%;
    width: auto;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    max-width: 30px;
}
@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #futureSec .e1 {
    right: 20px;
    max-width: 38px;
}
}.middleSchoolYearsPage #futureSec .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middleSchoolYearsPage #futureSec .e5 {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 20%;
    width: auto;
    pointer-events: none;
    animation: fadeInDown 3s linear infinite;
    max-width: 40px;
}
@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #futureSec .e5 {
    right: 30%;
    max-width: 45px;
}
}.middleSchoolYearsPage #futureSec .e5 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middleSchoolYearsPage #futureSec .mainBx {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 50px 0px;
    background: #ffcd38;
    padding: 0 15px 20px;
}
@media only screen and (min-width: 640px) {
    .middleSchoolYearsPage #futureSec .mainBx {
    padding: 0 30px 35px;
}
}@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #futureSec .mainBx {
    padding: 0 50px 35px;
}
}@media only screen and (min-width: 1350px) {
    .middleSchoolYearsPage #futureSec .mainBx {
    padding: 0 70px 45px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #futureSec .mainBx {
    padding: 0 90px 60px;
}
}.middleSchoolYearsPage #futureSec .mainBx .e2, .middleSchoolYearsPage #futureSec .mainBx .e3, .middleSchoolYearsPage #futureSec .mainBx .e4 {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0%;
    width: auto;
    pointer-events: none;
    max-width: 30px;
}
@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #futureSec .mainBx .e2, .middleSchoolYearsPage #futureSec .mainBx .e3, .middleSchoolYearsPage #futureSec .mainBx .e4 {
    right: 0%;
    max-width: 38px;
}
}.middleSchoolYearsPage #futureSec .mainBx .e2 svg, .middleSchoolYearsPage #futureSec .mainBx .e3 svg, .middleSchoolYearsPage #futureSec .mainBx .e4 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middleSchoolYearsPage #futureSec .mainBx .e4 {
    right: -32px;
    top: 35px;
    max-width: 50px;
    z-index: 1;
}
@media only screen and (min-width: 640px) {
    .middleSchoolYearsPage #futureSec .mainBx .e4 {
    z-index: 0;
    max-width: 80px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #futureSec .mainBx .e4 {
    max-width: 100px;
}
}.middleSchoolYearsPage #futureSec .mainBx .e3 {
    animation: vibrate 3s linear infinite;
    max-width: 55px;
    z-index: 1;
    right: 35px;
}
@media only screen and (min-width: 640px) {
    .middleSchoolYearsPage #futureSec .mainBx .e3 {
    right: 55px;
    z-index: 0;
    max-width: 75px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #futureSec .mainBx .e3 {
    max-width: 95px;
}
}.middleSchoolYearsPage #futureSec .mainBx .e2 {
    right: -40px;
    z-index: 2;
    max-width: 100px;
}
@media only screen and (min-width: 640px) {
    .middleSchoolYearsPage #futureSec .mainBx .e2 {
    z-index: 1;
    max-width: 120px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #futureSec .mainBx .e2 {
    max-width: 190px;
}
}.middleSchoolYearsPage #futureSec .mainBx .contWrap {
    position: relative;
    z-index: 0;
}
@media only screen and (min-width: 640px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap {
    z-index: 1;
}
}.middleSchoolYearsPage #futureSec .mainBx .contWrap::after {
    content: "";
    display: block;
    clear: both;
}
.middleSchoolYearsPage #futureSec .mainBx .contWrap .imgBx {
    height: auto;
    border-radius: 0px 0px 50px 50px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 640px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .imgBx {
    float: left;
    width: 270px;
    margin-right: 20px;
}
}@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .imgBx {
    width: 350px;
    margin-bottom: 30px;
    margin-right: 30px;
}
}@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .imgBx {
    width: 408px;
    margin-right: 40px;
    margin-bottom: 40px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .imgBx {
    width: 500px;
    margin-right: 60px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .imgBx {
    width: 580px;
    margin-right: 80px;
}
}@media only screen and (min-width: 1661px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .imgBx {
    width: 650px;
    margin-right: 100px;
}
}.middleSchoolYearsPage #futureSec .mainBx .contWrap .imgBx:hover img {
    transform: scale(1.1);
}
.middleSchoolYearsPage #futureSec .mainBx .contWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.middleSchoolYearsPage #futureSec .mainBx .contWrap .cont {
    padding-top: 30px;
}
@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .cont {
    padding-top: 60px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .cont {
    padding-top: 80px;
}
}.middleSchoolYearsPage #futureSec .mainBx .contWrap .cont .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .cont .mHead {
    font-size: 30px;
    margin-bottom: 5px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .cont .mHead {
    font-size: 36px;
    margin-bottom: 10px;
}
}@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .cont .mHead {
    font-size: 42px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .cont .mHead {
    font-size: 50px;
    margin-bottom: 15px;
}
}@media only screen and (min-width: 1661px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .cont .mHead {
    font-size: 56px;
}
}.middleSchoolYearsPage #futureSec .mainBx .contWrap .cont .mHead br {
    display: none;
}
@media only screen and (min-width: 640px) {
    .middleSchoolYearsPage #futureSec .mainBx .contWrap .cont .mHead br {
    display: block;
}
}.middleSchoolYearsPage #futureSec .mainBx .contWrap .cont .mHead span {
    color: #00a39e;
}
.middleSchoolYearsPage #contentSec {
    position: relative;
    padding: 15px 0 40px;
}
@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #contentSec {
    padding: 15px 0 60px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #contentSec {
    padding: 20px 0 80px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #contentSec {
    padding: 30px 0 100px;
}
}.middleSchoolYearsPage #contentSec .e1 {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    bottom: 27%;
    left: -18px;
    max-width: 40px;
    animation: fadeInDown 3s linear infinite;
}
.middleSchoolYearsPage #contentSec .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middleSchoolYearsPage #contentSec .e2 {
    position: absolute;
    left: 45%;
    max-width: 55px;
    z-index: 0;
    pointer-events: none;
    animation: vibrate 3s linear infinite;
    bottom: 0;
}
@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #contentSec .e2 {
    bottom: 13%}
}.middleSchoolYearsPage #contentSec .e2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middleSchoolYearsPage #contentSec .e3 {
    position: absolute;
    top: 45px;
    left: 25%;
    max-width: 40px;
    pointer-events: none;
    animation: rotation 3s linear infinite;
}
.middleSchoolYearsPage #contentSec .e3 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middleSchoolYearsPage #contentSec .dFlex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #contentSec .dFlex {
    flex-direction: row;
}
}.middleSchoolYearsPage #contentSec .dFlex .left {
    width: 100%}
@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #contentSec .dFlex .left {
    padding-right: 20px;
    width: calc(100% - 240px);
}
}@media only screen and (min-width: 848px) {
    .middleSchoolYearsPage #contentSec .dFlex .left {
    width: calc(100% - 295px);
}
}@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #contentSec .dFlex .left {
    width: calc(100% - 370px);
    padding-top: 20px;
    padding-right: 30px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #contentSec .dFlex .left {
    padding-right: 50px;
    width: calc(100% - 450px);
}
}@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #contentSec .dFlex .left {
    width: calc(100% - 500px);
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #contentSec .dFlex .left {
    padding-right: 70px;
    padding-top: 30px;
    width: calc(100% - 570px);
}
}.middleSchoolYearsPage #contentSec .dFlex .left .cont {
    width: 100%;
    background: #f07c0052;
    transition: all .6s;
    padding: 30px 30px 40px 25px;
    border-radius: 30px 30px 80px 30px;
}
@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #contentSec .dFlex .left .cont {
    border-radius: 50px 50px 160px 50px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #contentSec .dFlex .left .cont {
    padding: 50px 50px 50px 35px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #contentSec .dFlex .left .cont {
    padding: 70px 70px 70px 55px;
}
}.middleSchoolYearsPage #contentSec .dFlex .left .cont:not(.active) p {
    transition: all .6s;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.middleSchoolYearsPage #contentSec .dFlex .left .cont.active p {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.middleSchoolYearsPage #contentSec .dFlex .left .cont.active .rdMre {
    display: none;
}
.middleSchoolYearsPage #contentSec .dFlex .left .cont.active .rdLess {
    margin-top: 30px;
    display: block;
}
.middleSchoolYearsPage #contentSec .dFlex .left .cont .rdLess {
    display: none;
}
.middleSchoolYearsPage #contentSec .dFlex .left .cont p {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .6s;
}
.middleSchoolYearsPage #contentSec .dFlex .left .cont p:last-of-type {
    margin-bottom: 0;
}
.middleSchoolYearsPage #contentSec .dFlex .left .cont p:first-of-type {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.middleSchoolYearsPage #contentSec .dFlex .left .cont .rdMre, .middleSchoolYearsPage #contentSec .dFlex .left .cont .rdLess {
    color: #077875;
    font-family: "Open Sans", serif;
    background: rgba(0, 0, 0, 0);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    transition: all .6s;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #contentSec .dFlex .left .cont .rdMre, .middleSchoolYearsPage #contentSec .dFlex .left .cont .rdLess {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #contentSec .dFlex .left .cont .rdMre, .middleSchoolYearsPage #contentSec .dFlex .left .cont .rdLess {
    font-size: 18px;
}
}.middleSchoolYearsPage #contentSec .dFlex .ryt {
    width: 300px;
}
@media only screen and (max-width: 767px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt {
    margin: auto;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 468px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt {
    width: 350px;
}
}@media only screen and (min-width: 576px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt {
    width: 400px;
}
}@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt {
    width: 240px;
    margin-bottom: 0px;
}
}@media only screen and (min-width: 848px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt {
    width: 295px;
}
}@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt {
    width: 370px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt {
    width: 450px;
}
}@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt {
    width: 500px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt {
    width: 570px;
}
}.middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap {
    width: 100%;
    position: relative;
    height: 300px;
}
@media only screen and (min-width: 468px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap {
    height: 350px;
}
}@media only screen and (min-width: 576px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap {
    height: 400px;
}
}@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap {
    height: 240px;
}
}@media only screen and (min-width: 848px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap {
    height: 295px;
}
}@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap {
    height: 370px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap {
    height: 450px;
}
}@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap {
    height: 500px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap {
    height: auto;
}
}.middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .e4 {
    position: absolute;
    bottom: -45px;
    left: 15%;
    max-width: 45px;
    pointer-events: none;
    animation: rotation 3s linear infinite;
}
.middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .e4 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .rng {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    animation: vibrate 3s linear infinite;
    background: rgba(39, 198, 194, .21);
    top: 40px;
    right: -8%;
    width: 300px;
    height: 300px;
}
@media only screen and (min-width: 576px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .rng {
    width: 400px;
    height: 400px;
}
}@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .rng {
    top: 40px;
    right: -8%;
    width: 240px;
    height: 240px;
}
}@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .rng {
    top: 50px;
    right: -8%;
    width: 300px;
    height: 300px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .rng {
    top: 50px;
    right: -18%;
    width: 400px;
    height: 400px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .rng {
    top: 100px;
    right: -28%;
    width: 500px;
    height: 500px;
}
}@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .rng {
    right: -38%;
    top: 100px;
    width: 630px;
    height: 630px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .rng {
    right: -38%;
    top: 145px;
    width: 714px;
    height: 714px;
}
}.middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .imgBx {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
}
.middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .imgBx:hover img {
    transform: scale(1.1);
}
.middleSchoolYearsPage #contentSec .dFlex .ryt .imgWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.middleSchoolYearsPage #subjectSec {
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #subjectSec {
    padding-bottom: 60px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #subjectSec {
    padding-bottom: 90px;
}
}.middleSchoolYearsPage #subjectSec .dFlex {
    display: flex;
    flex-wrap: wrap;
}
.middleSchoolYearsPage #subjectSec .dFlex .lft {
    width: 100%;
    max-width: 500px;
}
@media only screen and (max-width: 899px) {
    .middleSchoolYearsPage #subjectSec .dFlex .lft {
    margin: auto;
    width: 390px;
    max-height: 500px;
}
}@media only screen and (min-width: 900px) {
    .middleSchoolYearsPage #subjectSec .dFlex .lft {
    width: 390px;
    height: 100%}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #subjectSec .dFlex .lft {
    width: 510px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #subjectSec .dFlex .lft {
    width: 605px;
}
}@media only screen and (min-width: 1661px) {
    .middleSchoolYearsPage #subjectSec .dFlex .lft {
    width: 685px;
}
}.middleSchoolYearsPage #subjectSec .dFlex .lft .imgWrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.middleSchoolYearsPage #subjectSec .dFlex .lft .imgWrap .e1 {
    position: absolute;
    top: 15%;
    z-index: 1;
    left: -3%;
    max-width: 42px;
    pointer-events: none;
    animation: rotation 3s linear infinite;
}
.middleSchoolYearsPage #subjectSec .dFlex .lft .imgWrap .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middleSchoolYearsPage #subjectSec .dFlex .lft .imgWrap .imgBx {
    width: 100%;
    height: 100%;
    max-height: 950px;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    z-index: 0;
}
.middleSchoolYearsPage #subjectSec .dFlex .lft .imgWrap .imgBx:hover img {
    transform: scale(1.1);
}
.middleSchoolYearsPage #subjectSec .dFlex .lft .imgWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt {
    width: 100%;
    padding-top: 25px;
}
@media only screen and (min-width: 900px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt {
    padding-left: 25px;
    width: calc(100% - 390px);
    padding-top: 0;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt {
    width: calc(100% - 510px);
    padding-left: 45px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt {
    width: calc(100% - 605px);
}
}@media only screen and (min-width: 1661px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt {
    padding-left: 65px;
    width: calc(100% - 685px);
}
}.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont {
    position: relative;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .ec1 {
    position: absolute;
    bottom: -25px;
    right: 35%;
    max-width: 55px;
    pointer-events: none;
    animation: fadeIn 3s linear infinite;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .ec1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .ec2 {
    position: absolute;
    z-index: 1;
    right: 25%;
    pointer-events: none;
    animation: vibrate 3s linear infinite;
    bottom: -20px;
    max-width: 45px;
}
@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .ec2 {
    bottom: -40px;
    max-width: 59px;
}
}.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .ec2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .mHead {
    font-size: 30px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .mHead {
    font-size: 36px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .mHead {
    font-size: 42px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .mHead {
    font-size: 50px;
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1661px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .mHead {
    font-size: 56px;
}
}.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .mHead span {
    color: #ff4a51;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap {
    position: relative;
    z-index: 0;
    background: #f07c00;
    transition: all .6s;
    border-radius: 20px;
    padding: 20px 20px 20px;
}
@media only screen and (min-width: 900px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap {
    border-radius: 50px;
    padding: 25px 30px 30px;
}
}@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap {
    padding: 30px 35px 40px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap {
    padding: 30px 45px 45px;
}
}.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord {
    position: relative;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item {
    background: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    transition: all .6s;
    border-radius: 0;
    padding: 10px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header {
    background: rgba(0, 0, 0, 0);
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button {
    transition: all .6s;
    position: relative;
    border: none;
    flex-wrap: wrap;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 0;
    padding-left: 30px;
    padding-right: 40px;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button::before {
    content: "";
    position: absolute;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    top: 8px;
}
@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button: :before {
    top: 10px;
}
}.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    top: 5px;
    right: 0;
    background-image: none;
    background: url("../images/plsBg.svg") no-repeat;
    background-size: 15px;
}
@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button: :after {
    background-size: 20px;
}
}.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    pointer-events: none;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background: url("../images/minBg.svg") no-repeat;
    background-size: 15px;
}
@media only screen and (min-width: 768px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button: not(.collapsed)::after {
    background-size: 20px;
}
}.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button:not(.collapsed) .hd {
    opacity: 0;
    height: 0;
    visibility: hidden;
    color: #fff;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button:not(.collapsed) .cont {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: opacity .6s ease, visibility .6s ease, height .6s ease;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .hd {
    width: 100%;
    color: #fff;
    font-family: "Open Sans", serif;
    font-style: normal;
    line-height: 150%;
    font-size: 14px;
    transition: all .6s;
    font-weight: 600;
}
@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .hd {
    font-weight: 700;
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .hd {
    font-size: 18px;
}
}.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .cont {
    width: 100%;
    opacity: 0;
    height: 0;
    visibility: hidden;
    color: #fff;
    font-family: "Open Sans", serif;
    font-style: normal;
    line-height: 150%;
    font-size: 14px;
    font-weight: 300;
    transition: all .6s;
}
@media only screen and (min-width: 1441px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .cont {
    font-weight: 400;
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .cont {
    font-size: 18px;
}
}.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .cont .tle {
    font-weight: 700;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-collapse {
    display: none;
}
.middleSchoolYearsPage #subjectSec .dFlex .ryt .cont .subWrap .innerBx .studentAccord .accordion-item .accordion-body {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.primaryYearsProgramPage .imgBx:hover img {
    transform: scale(1.1);
}
.primaryYearsProgramPage .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.primaryYearsProgramPage #primaryFutrSec {
    position: relative;
    background: #fff;
    transitio3: all .6s;
    padding: 45px 0 30px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #primaryFutrSec {
    padding: 55px 0 40px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #primaryFutrSec {
    padding: 75px 0 60px;
}
}.primaryYearsProgramPage #primaryFutrSec::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 50px 0px;
    background: #f0f0f0;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #primaryFutrSec: :after {
    width: 75%}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #primaryFutrSec: :after {
    width: 70%}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #primaryFutrSec: :after {
    width: 64%}
}.primaryYearsProgramPage #primaryFutrSec .pe3 {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    animation: vibrate 3s linear infinite;
    max-width: 30px;
    bottom: 8%;
    right: 25%}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #primaryFutrSec .pe3 {
    right: 49%;
    top: 20%;
    bottom: auto;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #primaryFutrSec .pe3 {
    top: 23%;
    max-width: 30px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #primaryFutrSec .pe3 {
    max-width: 40px;
}
}.primaryYearsProgramPage #primaryFutrSec .pe3 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primaryYearsProgramPage #primaryFutrSec .pe4 {
    position: absolute;
    z-index: 1;
    right: 65%;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    max-width: 16px;
    bottom: 5%}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #primaryFutrSec .pe4 {
    bottom: auto;
    top: 8%}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #primaryFutrSec .pe4 {
    top: 13%}
}.primaryYearsProgramPage #primaryFutrSec .pe4 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primaryYearsProgramPage #primaryFutrSec .pe5 {
    position: absolute;
    z-index: 1;
    left: 25%;
    pointer-events: none;
    animation: fadeIn 3s linear infinite;
    max-width: 45px;
    bottom: -10px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #primaryFutrSec .pe5 {
    max-width: 55px;
    bottom: -20px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #primaryFutrSec .pe5 {
    bottom: -30px;
    max-width: 70px;
}
}.primaryYearsProgramPage #primaryFutrSec .pe5 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex {
    flex-direction: row;
}
}.primaryYearsProgramPage #primaryFutrSec .dFlex .left {
    width: 100%}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left {
    padding-right: 20px;
    width: calc(100% - 240px);
}
}@media only screen and (min-width: 848px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left {
    width: calc(100% - 295px);
}
}@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left {
    width: calc(100% - 370px);
    padding-top: 20px;
    padding-right: 30px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left {
    padding-right: 40px;
    width: calc(100% - 480px);
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left {
    width: calc(100% - 500px);
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left {
    padding-right: 55px;
    padding-top: 30px;
    width: calc(100% - 660px);
}
}.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont {
    position: relative;
    width: 100%;
    transition: all .6s;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont:not(.active) p {
    transition: all .6s;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont.active p {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont.active .rdMre {
    display: none;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont.active .rdLess {
    margin-top: 30px;
    display: block;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .mHead {
    font-size: 30px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .mHead {
    font-size: 36px;
    margin-bottom: 30px;
    max-width: 258px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .mHead {
    max-width: 400px;
    font-size: 42px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .mHead {
    font-size: 50px;
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1661px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .mHead {
    font-size: 56px;
}
}.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .mHead span {
    color: #ffb138;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .rdLess {
    display: none;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont p {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .6s;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont p:last-of-type {
    margin-bottom: 0;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont p:first-of-type {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .rdMre, .primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .rdLess {
    color: #ff4a51;
    font-family: "Open Sans", serif;
    background: rgba(0, 0, 0, 0);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    transition: all .6s;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .rdMre, .primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .rdLess {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .rdMre, .primaryYearsProgramPage #primaryFutrSec .dFlex .left .cont .rdLess {
    font-size: 18px;
}
}.primaryYearsProgramPage #primaryFutrSec .dFlex .ryt {
    width: 100%}
@media only screen and (max-width: 767px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .ryt {
    margin: auto;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .ryt {
    width: 240px;
    margin-bottom: 0px;
}
}@media only screen and (min-width: 848px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .ryt {
    width: 295px;
}
}@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .ryt {
    width: 370px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .ryt {
    width: 480px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .ryt {
    width: 500px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .ryt {
    width: 660px;
}
}.primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap {
    width: 100%;
    position: relative;
    height: auto;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap .pe1 {
    position: absolute;
    right: 73px;
    z-index: 1;
    top: -10px;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    max-width: 25px;
}
@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap .pe1 {
    max-width: 35px;
}
}.primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap .pe1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap .pe2 {
    position: absolute;
    left: 20%;
    top: 40px;
    z-index: 1;
    pointer-events: none;
    animation: vibrate 3s linear infinite;
    max-width: 25px;
}
@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap .pe2 {
    max-width: 35px;
}
}.primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap .pe2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap .imgBx {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    border-radius: 50px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap .imgBx {
    max-height: 450px;
}
}.primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap .imgBx:hover img {
    transform: scale(1.1);
}
.primaryYearsProgramPage #primaryFutrSec .dFlex .ryt .imgWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.primaryYearsProgramPage #contentSec {
    padding: 50px 0 45px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #contentSec {
    padding: 65px 0 65px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #contentSec {
    padding: 85px 0 75px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #contentSec {
    padding: 115px 0 95px;
}
}.primaryYearsProgramPage #contentSec .contentWrap {
    position: relative;
}
@media only screen and (max-width: 575px) {
    .primaryYearsProgramPage #contentSec .contentWrap {
    background: #f07c00;
    padding: 20px;
    border-radius: 25px;
}
}.primaryYearsProgramPage #contentSec .contentWrap::after {
    content: "";
    display: block;
    clear: both;
}
.primaryYearsProgramPage #contentSec .contentWrap .ec1 {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    left: 50%;
    top: -20px;
    max-width: 30px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #contentSec .contentWrap .ec1 {
    max-width: 47px;
}
}.primaryYearsProgramPage #contentSec .contentWrap .ec1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primaryYearsProgramPage #contentSec .contentWrap .ec2 {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    right: 14px;
    bottom: 26px;
    max-width: 17px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #contentSec .contentWrap .ec2 {
    right: 14px;
    bottom: 65px;
    max-width: 25px;
}
}.primaryYearsProgramPage #contentSec .contentWrap .ec2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primaryYearsProgramPage #contentSec .contentWrap .ec3 {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    right: -5px;
    bottom: -9px;
    max-width: 56px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #contentSec .contentWrap .ec3 {
    right: -21px;
    bottom: 4px;
    max-width: 85px;
}
}@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #contentSec .contentWrap .ec3 {
    right: -32px;
    bottom: -8px;
    max-width: 100px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #contentSec .contentWrap .ec3 {
    right: -41px;
    bottom: -56px;
    max-width: 150px;
}
}.primaryYearsProgramPage #contentSec .contentWrap .ec3 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primaryYearsProgramPage #contentSec .contentWrap .imgBx {
    height: auto;
    overflow: hidden;
    border-radius: 25px 25px 0px 0px;
}
@media only screen and (min-width: 576px) {
    .primaryYearsProgramPage #contentSec .contentWrap .imgBx {
    margin: -21px 25px 20px 20px;
    float: left;
    width: 200px;
    height: 177px;
}
}@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #contentSec .contentWrap .imgBx {
    border-radius: 40px 40px 0px 0px;
    margin: -30px 35px 20px 30px;
    width: 315px;
    height: 279px;
}
}@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #contentSec .contentWrap .imgBx {
    width: 385px;
    height: 342px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #contentSec .contentWrap .imgBx {
    border-radius: 50px 50px 0px 0px;
    width: 435px;
    height: 386px;
    margin: -30px 35px 20px 50px;
}
}@media only screen and (min-width: 1350px) {
    .primaryYearsProgramPage #contentSec .contentWrap .imgBx {
    margin: -46px 45px 20px 50px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #contentSec .contentWrap .imgBx {
    width: 515px;
    height: 457px;
    margin: -46px 60px 20px 76px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #contentSec .contentWrap .imgBx {
    width: 600px;
    height: 533px;
}
}.primaryYearsProgramPage #contentSec .contentWrap .imgBx:hover img {
    transform: scale(1.1);
}
.primaryYearsProgramPage #contentSec .contentWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.primaryYearsProgramPage #contentSec .contentWrap .cont {
    padding: 20px 0 0;
}
@media only screen and (min-width: 576px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont {
    background: #f07c00;
    padding: 20px;
    border-radius: 25px;
}
}@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont {
    border-radius: 40px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont {
    border-radius: 50px;
    padding: 32px;
    min-height: 340px;
}
}@media only screen and (min-width: 1350px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont {
    padding: 40px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont {
    padding: 46px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont {
    padding: 57px;
}
}@media only screen and (min-width: 1661px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont {
    padding: 70px;
}
}@media only screen and (min-width: 576px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont .innerBx {
    overflow: auto;
    height: 118px;
}
}@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont .innerBx {
    height: 210px;
}
}@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont .innerBx {
    height: 273px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont .innerBx {
    height: auto;
}
}.primaryYearsProgramPage #contentSec .contentWrap .cont p {
    color: #fff;
    display: none;
}
@media only screen and (max-width: 768px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont p {
    font-size: 12px;
}
}@media only screen and (max-width: 1199px) {
    .primaryYearsProgramPage #contentSec .contentWrap .cont p {
    font-size: 13px;
}
}.primaryYearsProgramPage #contentSec .contentWrap .cont p:first-of-type {
    display: -webkit-box;
}
.primaryYearsProgramPage #contentSec .contentWrap .cont p:nth-of-type(2) {
    display: -webkit-box;
}
.primaryYearsProgramPage #keyLifeSec {
    padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #keyLifeSec {
    padding-bottom: 45px;
}
}@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #keyLifeSec {
    padding-bottom: 65px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #keyLifeSec {
    padding-bottom: 85px;
}
}@media only screen and (min-width: 1661px) {
    .primaryYearsProgramPage #keyLifeSec {
    padding-bottom: 115px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: auto;
    width: 100%}
@media only screen and (max-width: 767px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap {
    height: 100%}
}@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap {
    top: 30px;
    width: 375px;
}
}@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap {
    width: 437px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap {
    width: 555px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap {
    width: 498px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap {
    width: 680px;
}
}@media only screen and (min-width: 1771px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap {
    width: 746px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap .imgBx {
    border-radius: 100px 40px 40px 40px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap .imgBx {
    border-radius: 200px 50px 50px 50px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap .imgBx img {
    min-height: 448px;
}
}@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap .imgBx img {
    min-height: 519px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap .imgBx img {
    min-height: 580px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap .imgBx img {
    min-height: 665px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .imgBxWrap .imgBx img {
    min-height: 730px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left {
    width: 100%;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left {
    background: hsla(0, 0%, 100%, .6901960784);
    padding: 20px;
    border-radius: 20px;
}
}@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left {
    width: 530px;
    padding: 0;
}
}@media only screen and (min-width: 900px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left {
    width: 650px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left {
    width: 780px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left {
    width: 910px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left {
    width: 1000px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx {
    width: 100%;
    max-width: 95%}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .hdWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -10px;
    margin-bottom: 10px;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .hdWrap>* {
    padding: 10px;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx p {
    font-size: 13px;
}
@media only screen and (min-width: 1350px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx p {
    font-size: 15px;
}
}@media only screen and (min-width: 1661px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx p {
    font-size: 16px;
}
}@media only screen and (min-width: 1771px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx p {
    font-size: 18px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx p:last-of-type {
    margin-bottom: 0;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .mHead {
    font-size: 30px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .mHead {
    font-size: 36px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .mHead {
    font-size: 42px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .mHead {
    font-size: 50px;
}
}@media only screen and (min-width: 1661px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .mHead {
    font-size: 56px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .mHead span {
    color: #442857;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .rdMre {
    color: #442857;
    font-family: "Open Sans", serif;
    background: rgba(0, 0, 0, 0);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    transition: all .6s;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-size: 14px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .rdMre {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .hdBx .rdMre {
    font-size: 18px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .mainBx {
    width: 100%;
    position: relative;
    padding-top: 25px;
    border-radius: 20px;
}
@media only screen and (min-width: 900px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .mainBx {
    border-radius: 50px;
}
}@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .mainBx {
    padding-top: 45px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .mainBx {
    padding-top: 65px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .mainBx .el {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: -7px;
    max-width: 75px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .mainBx .el {
    right: 130px;
}
}@media only screen and (min-width: 992px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .mainBx .el {
    right: 110px;
    top: 23px;
    max-width: 96px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .mainBx .el {
    top: 8px;
    max-width: 132px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .mainBx .el img, .primaryYearsProgramPage #keyLifeSec .dFlex .left .mainBx .el svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap {
    z-index: 0;
    position: relative;
    overflow: hidden;
    background: #7a0b3a;
    transition: all .6s;
    border-radius: 20px;
    padding: 20px 20px 20px;
}
@media only screen and (min-width: 900px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap {
    border-radius: 50px;
    padding: 30px 30px 40px;
}
}@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap {
    padding: 40px 35px 50px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap {
    padding: 50px 45px 70px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .ae1 {
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    max-width: 50px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .ae1 {
    max-width: 60px;
}
}@media only screen and (min-width: 1200px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .ae1 {
    max-width: 80px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .ae1 {
    max-width: 100px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .ae1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord {
    position: relative;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item {
    background: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    transition: all .6s;
    border-radius: 0;
    padding: 10px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header {
    background: rgba(0, 0, 0, 0);
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button {
    transition: all .6s;
    position: relative;
    border: none;
    flex-wrap: wrap;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 0;
    padding-left: 30px;
    padding-right: 40px;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button::before {
    content: "";
    position: absolute;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    top: 8px;
}
@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button: :before {
    top: 10px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    transition: all .6s;
    top: 5px;
    right: 0;
    background-image: none;
    background: url("../images/plsBg.svg") no-repeat;
    background-size: 15px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button: :after {
    background-size: 20px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    pointer-events: none;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background: url("../images/minBg.svg") no-repeat;
    background-size: 15px;
}
@media only screen and (min-width: 768px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button: not(.collapsed)::after {
    background-size: 20px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button:not(.collapsed) .hd {
    opacity: 0;
    height: 0;
    visibility: hidden;
    color: #fff;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button:not(.collapsed) .cont {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: opacity .6s ease, visibility .6s ease, height .6s ease;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .hd {
    width: 100%;
    color: #fff;
    font-family: "Open Sans", serif;
    font-style: normal;
    line-height: 150%;
    font-size: 14px;
    transition: all .6s;
    font-weight: 600;
}
@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .hd {
    font-weight: 700;
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .hd {
    font-size: 18px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .cont {
    width: 100%;
    opacity: 0;
    height: 0;
    visibility: hidden;
    color: #fff;
    font-family: "Open Sans", serif;
    font-style: normal;
    line-height: 150%;
    font-size: 14px;
    font-weight: 300;
    transition: all .6s;
}
@media only screen and (min-width: 1441px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .cont {
    font-weight: 400;
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .cont {
    font-size: 18px;
}
}.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-header .accordion-button .cont .tle {
    font-weight: 700;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-collapse {
    display: none;
}
.primaryYearsProgramPage #keyLifeSec .dFlex .left .subWrap .innerBx .studentAccord .accordion-item .accordion-body {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}
.seniorSchoolPage .imgBx:hover img {
    transform: scale(1.1);
}
.seniorSchoolPage .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.seniorSchoolPage .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .seniorSchoolPage .mHead {
    font-size: 30px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .seniorSchoolPage .mHead {
    font-size: 36px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage .mHead {
    margin-bottom: 35px;
    font-size: 42px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage .mHead {
    font-size: 50px;
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1661px) {
    .seniorSchoolPage .mHead {
    font-size: 56px;
}
}.seniorSchoolPage .mHead span {
    color: #ff4a51;
}
.seniorSchoolPage #seniorSec {
    position: relative;
    padding: 105px 0 20px;
}
.seniorSchoolPage #seniorSec .es1 {
    position: absolute;
    top: 200px;
    left: 0;
    max-width: 20px;
    animation: rotation 2s linear infinite;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #seniorSec .es1 {
    max-width: 26px;
}
}.seniorSchoolPage #seniorSec .es1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #seniorSec .es2 {
    position: absolute;
    animation: bounce 2s linear infinite;
    top: 300px;
    right: 0;
    max-width: 40px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #seniorSec .es2 {
    max-width: 45px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #seniorSec .es2 {
    max-width: 49px;
}
}.seniorSchoolPage #seniorSec .es2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #seniorSec .dFlex {
    display: flex;
    flex-wrap: wrap;
}
.seniorSchoolPage #seniorSec .dFlex .imgBx {
    overflow: hidden;
    border-radius: 20px;
    width: 100%}
@media only screen and (max-width: 767px) {
    .seniorSchoolPage #seniorSec .dFlex .imgBx {
    max-height: 400px;
}
}@media only screen and (min-width: 576px) {
    .seniorSchoolPage #seniorSec .dFlex .imgBx {
    border-radius: 30px;
}
}@media only screen and (min-width: 768px) {
    .seniorSchoolPage #seniorSec .dFlex .imgBx {
    width: 245px;
    border-radius: 50px;
    height: 350px;
}
}@media only screen and (min-width: 992px) {
    .seniorSchoolPage #seniorSec .dFlex .imgBx {
    width: 365px;
    height: 410px;
}
}@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #seniorSec .dFlex .imgBx {
    width: 455px;
    height: 525px;
}
}@media only screen and (min-width: 1350px) {
    .seniorSchoolPage #seniorSec .dFlex .imgBx {
    width: 540px;
    height: 612px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #seniorSec .dFlex .imgBx {
    width: 620px;
    height: 808px;
}
}@media only screen and (min-width: 1661px) {
    .seniorSchoolPage #seniorSec .dFlex .imgBx {
    width: 720px;
}
}.seniorSchoolPage #seniorSec .dFlex .imgBx:hover img {
    transform: scale(1.1);
}
.seniorSchoolPage #seniorSec .dFlex .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.seniorSchoolPage #seniorSec .dFlex .lft {
    width: 100%;
    padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #seniorSec .dFlex .lft {
    width: calc(100% - 245px);
    padding-bottom: 0px;
    padding-right: 20px;
}
}@media only screen and (min-width: 992px) {
    .seniorSchoolPage #seniorSec .dFlex .lft {
    padding-right: 30px;
    width: calc(100% - 365px);
}
}@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #seniorSec .dFlex .lft {
    width: calc(100% - 455px);
}
}@media only screen and (min-width: 1350px) {
    .seniorSchoolPage #seniorSec .dFlex .lft {
    width: calc(100% - 540px);
    padding-right: 40px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #seniorSec .dFlex .lft {
    padding-right: 50px;
    width: calc(100% - 620px);
}
}@media only screen and (min-width: 1661px) {
    .seniorSchoolPage #seniorSec .dFlex .lft {
    width: calc(100% - 720px);
    padding-right: 70px;
}
}.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .tleBx {
    display: flex;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .tleBx .icon {
    height: fit-content;
    margin-top: 14px;
    max-width: 45px;
}
@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .tleBx .icon {
    max-width: 56px;
}
}.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .tleBx .icon svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-left: 15px;
}
@media only screen and (min-width: 992px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .mHead {
    font-size: 30px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .mHead {
    font-size: 36px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .mHead {
    margin-bottom: 35px;
    font-size: 42px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .mHead {
    font-size: 50px;
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1661px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .mHead {
    font-size: 56px;
}
}.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .mHead span {
    color:#005ba0;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .mHead br {
    display: none;
}
@media only screen and (min-width: 767px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .mHead br {
    display: block;
}
}.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont {
    position: relative;
    width: 100%;
    background: #00a39e;
    transition: all .6s;
    border-radius: 20px;
    padding: 25px 15px 30px;
}
@media only screen and (min-width: 576px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont {
    border-radius: 30px;
    padding: 40px 30px 20px 25px;
}
}@media only screen and (min-width: 768px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont {
    border-radius: 50px;
}
}@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont {
    padding: 40px 35px 30px 40px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont {
    padding: 70px 50px 40px 60px;
}
}.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .e1 {
    position: absolute;
    right: 40px;
    top: -21px;
    max-width: 30px;
}
@media only screen and (min-width: 992px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .e1 {
    right: 40px;
    top: -30px;
    max-width: 50px;
}
}@media only screen and (min-width: 1661px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .e1 {
    top: -40px;
    max-width: 70px;
}
}.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont:not(.active) p {
    transition: all .6s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-line-clamp: 8;
}
@media only screen and (min-width: 992px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont: not(.active) p {
    -webkit-line-clamp: 10;
}
}@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont: not(.active) p {
    -webkit-line-clamp: 14;
}
}@media only screen and (min-width: 1350px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont: not(.active) p {
    -webkit-line-clamp: 18;
}
}.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont.active p {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont.active .rdMre {
    display: none;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont.active .rdLess {
    margin-top: 30px;
    display: block;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .rdLess {
    display: none;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont p {
    color: #fff;
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .6s;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont p:last-of-type {
    margin-bottom: 0;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont p:first-of-type {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .rdMre, .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .rdLess {
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: underline;
    font-size: 14px;
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .rdMre, .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .rdLess {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .rdMre, .seniorSchoolPage #seniorSec .dFlex .lft .contWrap .cont .rdLess {
    font-size: 18px;
}
}.seniorSchoolPage #dynamicSec {
    position: relative;
    padding: 30px 0 45px;
}
@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #dynamicSec {
    padding: 35px 0 60px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #dynamicSec {
    padding: 40px 0 100px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #dynamicSec {
    padding: 50px 0 145px;
}
}.seniorSchoolPage #dynamicSec .elemnt {
    position: absolute;
    left: -46px;
    bottom: 0;
    max-width: 80px;
    animation: vibrate 4s linear infinite;
}
@media only screen and (min-width: 992px) {
    .seniorSchoolPage #dynamicSec .elemnt {
    left: -50px;
    bottom: 0;
    max-width: 110px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #dynamicSec .elemnt {
    max-width: 134px;
}
}.seniorSchoolPage #dynamicSec .elemnt svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #dynamicSec .elemnt2 {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100px;
}
@media only screen and (min-width: 992px) {
    .seniorSchoolPage #dynamicSec .elemnt2 {
    max-width: 145px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #dynamicSec .elemnt2 {
    max-width: 190px;
}
}.seniorSchoolPage #dynamicSec .elemnt2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #dynamicSec .dynamicWrap {
    position: relative;
    background: #00a39e1f;
    border-radius: 30px;
    padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap {
    padding: 20px 25px 25px;
}
}@media only screen and (min-width: 992px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap {
    padding: 20px 35px 15px 25px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap {
    padding: 40px 65px 35px 45px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap {
    padding: 60px 100px 70px 45px;
}
}.seniorSchoolPage #dynamicSec .dynamicWrap .yellowDot {
    position: absolute;
    right: -15px;
    top: 20%;
    max-width: 40px;
    animation: rotation 2s linear infinite;
}
.seniorSchoolPage #dynamicSec .dynamicWrap .yellowDot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #dynamicSec .dynamicWrap .blueDot {
    position: absolute;
    left: -15px;
    top: 60%;
    max-width: 40px;
    animation: vibrate 2s linear infinite;
}
.seniorSchoolPage #dynamicSec .dynamicWrap .blueDot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #dynamicSec .dynamicWrap .contBx {
    width: 100%;
    position: relative;
}
.seniorSchoolPage #dynamicSec .dynamicWrap .contBx::after {
    content: "";
    display: block;
    clear: both;
}
.seniorSchoolPage #dynamicSec .dynamicWrap .contBx .imgBx {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
    width: 100%}
@media only screen and (min-width: 648px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .contBx .imgBx {
    width: 320px;
    margin-right: 25px;
    float: left;
}
}@media only screen and (min-width: 992px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .contBx .imgBx {
    border-radius: 50px;
    width: 360px;
}
}@media only screen and (min-width: 1350px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .contBx .imgBx {
    width: 480px;
    margin-right: 45px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .contBx .imgBx {
    margin-right: 65px;
    width: 640px;
}
}.seniorSchoolPage #dynamicSec .dynamicWrap .contBx .imgBx:hover img {
    transform: scale(1.1);
}
.seniorSchoolPage #dynamicSec .dynamicWrap .contBx .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .contBx .cont {
    padding-top: 10px;
    padding-bottom: 50px;
}
}@media only screen and (min-width: 992px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .contBx .cont {
    padding-bottom: 70px;
}
}@media only screen and (min-width: 1350px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .contBx .cont {
    padding-top: 30px;
}
}.seniorSchoolPage #dynamicSec .dynamicWrap .contBx .cont .mHead {
    margin-bottom: 15px;
}
.seniorSchoolPage #dynamicSec .dynamicWrap .listingWrap {
    position: relative;
    width: 100%}
.seniorSchoolPage #dynamicSec .dynamicWrap .listingWrap .imgBx {
    position: absolute;
    top: 0;
    z-index: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingWrap .imgBx {
    border-radius: 50%;
    width: 330px;
    height: 330px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingWrap .imgBx {
    width: 490px;
    height: 490px;
}
}.seniorSchoolPage #dynamicSec .dynamicWrap .listingWrap .imgBx:hover img {
    transform: scale(1.1);
}
.seniorSchoolPage #dynamicSec .dynamicWrap .listingWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #dynamicSec .dynamicWrap .listingBox {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    background: #f07c00;
    border-radius: 30px;
    padding: 20px 15px 20px;
    width: 100%}
@media only screen and (max-width: 767px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox {
    backdrop-filter: blur(1px);
    background: rgba(68, 40, 87, .6392156863);
    border-radius: 30px;
}
}@media only screen and (min-width: 768px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox {
    width: 85%}
}@media only screen and (min-width: 992px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox {
    width: 76%;
    border-radius: 50px;
    padding: 20px 25px 25px 30px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox {
    padding: 40px 30px 60px 40px;
}
}.seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .redDOOT {
    position: absolute;
    right: 15%;
    top: -12PX;
    max-width: 40px;
    animation: vibrate 2s linear infinite;
}
.seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .redDOOT img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item {
    padding: 7px;
    width: 100%}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item {
    width: 50%;
    padding: 10px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item {
    padding: 15px;
}
}.seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item .lstBx {
    width: 100%}
.seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item .lstBx .hd {
    font-size: 16px;
    color: #fff;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item .lstBx .hd {
    font-size: 18px;
    margin-bottom: 20px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item .lstBx .hd {
    margin-bottom: 25px;
    font-size: 20px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item .lstBx .hd {
    font-size: 24px;
}
}.seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item .lstBx ul li {
    color: #fff;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 12px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item .lstBx ul li {
    font-size: 13px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item .lstBx ul li {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item .lstBx ul li {
    margin-bottom: 15px;
    font-size: 18px;
}
}.seniorSchoolPage #dynamicSec .dynamicWrap .listingBox .item .lstBx ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    backdrop-filter: #fff;
    background: #fff;
    left: 0;
    top: 8px;
}
.seniorSchoolPage #SSCurriclmSec {
    position: relative;
    padding: 30px 0 40px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #SSCurriclmSec {
    padding: 40px 0 60px;
}
}@media only screen and (min-width: 992px) {
    .seniorSchoolPage #SSCurriclmSec {
    padding: 60px 0 80px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #SSCurriclmSec {
    padding: 80px 0 100px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #SSCurriclmSec {
    padding: 100px 0 150px;
}
}.seniorSchoolPage #SSCurriclmSec .elemntBx {
    position: absolute;
    z-index: 1;
    display: flex;
    bottom: -10px;
    width: fit-content;
    right: 25%}
@media only screen and (min-width: 576px) {
    .seniorSchoolPage #SSCurriclmSec .elemntBx {
    right: 15%}
}@media only screen and (min-width: 768px) {
    .seniorSchoolPage #SSCurriclmSec .elemntBx {
    bottom: -5px;
    right: 8%}
}@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #SSCurriclmSec .elemntBx {
    right: 8%;
    bottom: 25px;
}
}@media only screen and (min-width: 1661px) {
    .seniorSchoolPage #SSCurriclmSec .elemntBx {
    bottom: 55px;
}
}.seniorSchoolPage #SSCurriclmSec .e2 {
    animation: vibrate 3s linear infinite;
    max-width: 35px;
    margin-left: 10px;
}
@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #SSCurriclmSec .e2 {
    max-width: 55px;
}
}.seniorSchoolPage #SSCurriclmSec .e2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #SSCurriclmSec .e3Wrap {
    width: 55px;
    display: flex;
}
.seniorSchoolPage #SSCurriclmSec .e3Wrap .itm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%}
.seniorSchoolPage #SSCurriclmSec .e3Wrap .itm:nth-child(2) .e3 {
    animation: bounce 2s linear infinite;
}
.seniorSchoolPage #SSCurriclmSec .e3Wrap .itm:nth-child(3) .e3 {
    animation: bounce 3s linear infinite;
}
.seniorSchoolPage #SSCurriclmSec .e3Wrap .itm:nth-child(4) .e3 {
    animation: bounce 2s linear infinite;
}
.seniorSchoolPage #SSCurriclmSec .e3Wrap .itm .e3 {
    width: 100%;
    max-width: 4px;
    height: auto;
    animation: bounce 3s linear infinite;
}
.seniorSchoolPage #SSCurriclmSec .e3Wrap .itm .e3 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #SSCurriclmSec .e1 {
    position: absolute;
    z-index: -1;
    top: 35px;
    height: auto;
    right: -5px;
    animation: rotation 25s linear infinite;
    max-width: 60px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #SSCurriclmSec .e1 {
    right: -10px;
    max-width: 80px;
}
}@media only screen and (min-width: 992px) {
    .seniorSchoolPage #SSCurriclmSec .e1 {
    right: -20px;
    max-width: 120px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #SSCurriclmSec .e1 {
    right: -45px;
    max-width: 180px;
}
}@media only screen and (min-width: 1661px) {
    .seniorSchoolPage #SSCurriclmSec .e1 {
    max-width: 230px;
}
}.seniorSchoolPage #SSCurriclmSec .cirWrap {
    border-radius: 50%;
    background: rgba(255, 74, 81, .21);
    position: absolute;
    display: block;
    pointer-events: none;
    animation: rotation 25s linear infinite;
    z-index: -1;
    width: 250px;
    height: 250px;
    top: 0;
    left: 0%}
@media only screen and (min-width: 576px) {
    .seniorSchoolPage #SSCurriclmSec .cirWrap {
    left: 10%}
}@media only screen and (min-width: 768px) {
    .seniorSchoolPage #SSCurriclmSec .cirWrap {
    top: 5px;
    left: 15%}
}@media only screen and (min-width: 992px) {
    .seniorSchoolPage #SSCurriclmSec .cirWrap {
    left: -150px;
    width: 400px;
    height: 400px;
    bottom: -80px;
}
}@media only screen and (min-width: 1351px) {
    .seniorSchoolPage #SSCurriclmSec .cirWrap {
    width: 420px;
    height: 420px;
    top: 75px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #SSCurriclmSec .cirWrap {
    width: 460px;
    height: 460px;
}
}@media only screen and (min-width: 1661px) {
    .seniorSchoolPage #SSCurriclmSec .cirWrap {
    width: 714px;
    height: 714px;
    top: 5px;
}
}.seniorSchoolPage #SSCurriclmSec .cirWrap .cir {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
}
.seniorSchoolPage #SSCurriclmSec .cirWrap .cir .icons {
    position: absolute;
    transition: all .5s;
}
.seniorSchoolPage #SSCurriclmSec .cirWrap .cir .icons img {
    width: auto;
    object-fit: contain;
    transition: all .5s;
}
.seniorSchoolPage #SSCurriclmSec .cirWrap .cir .redDot {
    bottom: 0;
    left: 50%;
    height: auto;
    max-width: 30px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #SSCurriclmSec .cirWrap .cir .redDot {
    max-width: 35px;
}
}@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #SSCurriclmSec .cirWrap .cir .redDot {
    max-width: 40px;
}
}.seniorSchoolPage #SSCurriclmSec .cirWrap .cir .yellowDot {
    top: -23px;
    right: 50%;
    height: auto;
    max-width: 35px;
}
@media only screen and (min-width: 768px) {
    .seniorSchoolPage #SSCurriclmSec .cirWrap .cir .yellowDot {
    max-width: 40px;
}
}@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #SSCurriclmSec .cirWrap .cir .yellowDot {
    max-width: 47px;
}
}.seniorSchoolPage #SSCurriclmSec .dFlex {
    display: flex;
    flex-wrap: wrap;
    --wd:  300px;
}
@media only screen and (min-width: 1200px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex {
    --wd:  380px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex {
    --wd:  400px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex {
    --wd:  460px;
}
}@media only screen and (min-width: 1661px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex {
    --wd:  560px;
}
}.seniorSchoolPage #SSCurriclmSec .dFlex .lft {
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex .lft {
    margin-top: 85px;
    width: var(--wd);
}
}.seniorSchoolPage #SSCurriclmSec .dFlex .lft .circlebx {
    width: var(--wd);
    height: var(--wd);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex .lft .circlebx {
    margin: auto;
}
}.seniorSchoolPage #SSCurriclmSec .dFlex .lft .circlebx:hover img {
    transform: scale(1.1);
}
.seniorSchoolPage #SSCurriclmSec .dFlex .lft .circlebx img {
    transition: all .8s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt {
    width: 100%;
    padding-top: 20px;
}
@media only screen and (min-width: 992px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex .ryt {
    width: calc(100% - var(--wd));
    padding-top: 0px;
    padding-left: 30px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex .ryt {
    padding-left: 40px;
}
}@media only screen and (min-width: 1551px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex .ryt {
    padding-left: 60px;
}
}@media only screen and (min-width: 992px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .mHead {
    margin-left: -65px;
}
}.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .mHead span {
    color: #00a39e;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .table-responsive::-webkit-scrollbar {
    height: 4px;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap {
    width: 100%}
@media only screen and (max-width: 768px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap {
    padding-bottom: 10px;
}
}.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table {
    width: 100%;
    border-radius: 24px;
    background: #ffcd38;
    overflow: hidden;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table.tbleThree {
    width: 100%}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table.tbleThree tr {
    width: 100%}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table.tbleThree tr td, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table.tbleThree tr th {
    width: 100%}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr {
    vertical-align: baseline;
    background: #ffcd38;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr th {
    padding-top: 20px;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr th:first-of-type, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr td:first-of-type {
    padding-left: 20px;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr:nth-child(2) {
    vertical-align: middle;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr:nth-child(2) table td, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr:nth-child(2) table th {
    padding: 20px;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr:first-of-type td, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr:first-of-type th {
    border-top: 0;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr th:nth-child(1) {
    width: 12%}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr th:nth-child(2) {
    width: 12%}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr th:nth-child(3) {
    width: 18.6666666667%}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr th:nth-child(4) {
    width: 18.6666666667%}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr th:nth-child(5) {
    width: 18.6666666667%}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table tr th:nth-child(6) {
    width: 20%}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table th, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table td {
    color: #000;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-left: 1px solid rgba(0, 0, 0, .28);
    border-top: 1px solid rgba(0, 0, 0, .28);
    border-right: 1px solid rgba(0, 0, 0, .28);
    padding: 7px 8px;
    font-size: 12px;
}
@media only screen and (max-width: 768px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table th, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table td {
    min-width: 130px;
}
}@media only screen and (min-width: 1441px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table th, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table td {
    padding: 12px 10px;
    font-size: 16px;
}
}@media only screen and (min-width: 1661px) {
    .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table th, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table td {
    font-size: 18px;
}
}.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table th.option-d strong, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table td.option-d strong {
    font-weight: 600;
    margin-bottom: 10px;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table th.option-d strong span, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table td.option-d strong span {
    font-weight: 800;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table th:last-of-type, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table td:last-of-type {
    border-right: 0;
    border-bottom: 0;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table th:first-of-type, .seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table td:first-of-type {
    border-left: 0;
}
.seniorSchoolPage #SSCurriclmSec .dFlex .ryt .cont .tableWrap table th {
    font-weight: 600;
}
.cambridgeAssesmntPage .imgBx:hover img {
    transform: scale(1.1);
}
.cambridgeAssesmntPage .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.cambridgeAssesmntPage #cambridgeSec {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .cambridgeAssesmntPage #cambridgeSec {
    padding-top: 25px;
}
}@media only screen and (max-width: 767px)and (min-width: 992px) {
    .cambridgeAssesmntPage #cambridgeSec {
    width: 59%}
}.cambridgeAssesmntPage #cambridgeSec .e1 {
    position: absolute;
    z-index: 2;
    top: 30px;
    max-width: 26px;
    animation: rotation 3s linear infinite;
    left: 0px;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #cambridgeSec .e1 {
    left: 30px;
}
}.cambridgeAssesmntPage #cambridgeSec .e3 {
    position: absolute;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    z-index: 2;
    bottom: -25px;
    right: 5px;
    max-width: 35px;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #cambridgeSec .e3 {
    right: 75px;
}
}@media only screen and (min-width: 1441px) {
    .cambridgeAssesmntPage #cambridgeSec .e3 {
    max-width: 55px;
}
}.cambridgeAssesmntPage #cambridgeSec .e3 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cambridgeAssesmntPage #cambridgeSec .e4 {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    animation: rotation 3s linear infinite;
    left: -5px;
    bottom: -9px;
    max-width: 56px;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #cambridgeSec .e4 {
    left: -21px;
    bottom: 4px;
    max-width: 85px;
}
}@media only screen and (min-width: 992px) {
    .cambridgeAssesmntPage #cambridgeSec .e4 {
    left: -32px;
    bottom: -8px;
    max-width: 100px;
}
}@media only screen and (min-width: 1441px) {
    .cambridgeAssesmntPage #cambridgeSec .e4 {
    right: -41px;
    bottom: -56px;
    max-width: 150px;
}
}.cambridgeAssesmntPage #cambridgeSec .e4 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cambridgeAssesmntPage #cambridgeSec .dFlex {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
}
.cambridgeAssesmntPage #cambridgeSec .dFlex .lft {
    background: #fff;
    width: fit-content;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .lft {
    padding-top: 10px;
    width: 260px;
}
}@media only screen and (min-width: 848px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .lft {
    width: 360px;
    padding-top: 35px;
}
}@media only screen and (min-width: 1200px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .lft {
    padding-top: 45px;
    width: 450px;
}
}@media only screen and (min-width: 1441px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .lft {
    padding-top: 75px;
    width: 505px;
}
}@media only screen and (min-width: 1661px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .lft {
    width: 635px;
}
}.cambridgeAssesmntPage #cambridgeSec .dFlex .lft .imgBx {
    width: 100%;
    max-width: 170px;
    height: fit-content;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .lft .imgBx {
    max-width: 100%}
}.cambridgeAssesmntPage #cambridgeSec .dFlex .lft .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.cambridgeAssesmntPage #cambridgeSec .dFlex .contBx {
    position: relative;
    width: 100%}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx {
    width: calc(100% - 260px);
}
}@media only screen and (min-width: 848px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx {
    width: calc(100% - 360px);
}
}@media only screen and (min-width: 1200px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx {
    width: calc(100% - 450px);
}
}@media only screen and (min-width: 1441px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx {
    width: calc(100% - 505px);
}
}@media only screen and (min-width: 1661px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx {
    width: calc(100% - 635px);
}
}.cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .e2 {
    position: absolute;
    z-index: 1;
    bottom: 60px;
    animation: rotation 3s linear infinite;
    right: 0;
    max-width: 35px;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .e2 {
    animation: vibrate 3s linear infinite;
    right: auto;
    left: -15px;
}
}@media only screen and (min-width: 1441px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .e2 {
    max-width: 47px;
}
}.cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .e2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx {
    background: #f07c00;
    border-radius: 0px 0px 0px 30px;
    padding: 20px 10px 40px 10px;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx {
    padding: 20px 0 25px 25px;
    border-radius: 0px 0px 0px 50px;
}
}@media only screen and (min-width: 992px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx {
    padding: 40px 0 35px 45px;
}
}@media only screen and (min-width: 1441px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx {
    padding: 80px 0 80px 55px;
}
}.cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    max-width: 350px;
}
@media only screen and (min-width: 992px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx .mHead {
    font-size: 30px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx .mHead {
    font-size: 36px;
    margin-bottom: 30px;
    max-width: 350px;
}
}@media only screen and (min-width: 1441px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx .mHead {
    margin-bottom: 35px;
    font-size: 42px;
    max-width: 510px;
}
}@media only screen and (min-width: 1551px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx .mHead {
    font-size: 50px;
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1661px) {
    .cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx .mHead {
    font-size: 56px;
}
}.cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx .mHead span {
    color: #f0ff73;
}
.cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx p {
    color: #fff;
}
.cambridgeAssesmntPage #cambridgeSec .dFlex .contBx .innerBx p:last-of-type {
    margin-bottom: 0;
}
.cambridgeAssesmntPage #contentSec {
    position: relative;
    padding: 30px 0;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #contentSec {
    padding: 40px 0;
}
}@media only screen and (min-width: 992px) {
    .cambridgeAssesmntPage #contentSec {
    padding: 60px 0;
}
}@media only screen and (min-width: 1441px) {
    .cambridgeAssesmntPage #contentSec {
    padding: 80px 0;
}
}@media only screen and (min-width: 1551px) {
    .cambridgeAssesmntPage #contentSec {
    padding: 100px 0;
}
}.cambridgeAssesmntPage #contentSec .e2 {
    position: absolute;
    animation: rotation 3s linear infinite;
    max-width: 35px;
    bottom: -10px;
    right: -2px;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #contentSec .e2 {
    bottom: auto;
    right: -15px;
    top: 47%;
    max-width: 47px;
}
}.cambridgeAssesmntPage #contentSec .contWrap {
    display: flex;
    flex-wrap: wrap;
}
.cambridgeAssesmntPage #contentSec .contWrap .imgWrap {
    position: relative;
    background:#6f2182;
    height: fit-content;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #contentSec .contWrap .imgWrap {
    border-radius: 20px;
    padding: 20px;
    width: 360px;
}
}@media only screen and (min-width: 992px) {
    .cambridgeAssesmntPage #contentSec .contWrap .imgWrap {
    padding: 30px;
    border-radius: 30px;
    width: 500px;
}
}@media only screen and (min-width: 1200px) {
    .cambridgeAssesmntPage #contentSec .contWrap .imgWrap {
    border-radius: 50px;
    width: 640px;
}
}@media only screen and (min-width: 1441px) {
    .cambridgeAssesmntPage #contentSec .contWrap .imgWrap {
    width: 700px;
    padding: 50px;
}
}@media only screen and (min-width: 1551px) {
    .cambridgeAssesmntPage #contentSec .contWrap .imgWrap {
    padding: 60px;
    width: 780px;
}
}@media only screen and (min-width: 1661px) {
    .cambridgeAssesmntPage #contentSec .contWrap .imgWrap {
    width: 945px;
}
}.cambridgeAssesmntPage #contentSec .contWrap .imgWrap .e1 {
    position: absolute;
    left: -20px;
    animation: vibrate 3s linear infinite;
    bottom: 25%;
    max-width: 47px;
}
.cambridgeAssesmntPage #contentSec .contWrap .imgWrap .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cambridgeAssesmntPage #contentSec .contWrap .imgWrap .imgBx {
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    height: auto;
}
.cambridgeAssesmntPage #contentSec .contWrap .imgWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.cambridgeAssesmntPage #contentSec .contWrap .cont {
    width: 100%;
    padding-top: 30px;
}
@media only screen and (min-width: 768px) {
    .cambridgeAssesmntPage #contentSec .contWrap .cont {
    width: calc(100% - 360px);
    padding-top: 0px;
    padding-left: 30px;
}
}@media only screen and (min-width: 992px) {
    .cambridgeAssesmntPage #contentSec .contWrap .cont {
    width: calc(100% - 500px);
    padding-left: 35px;
}
}@media only screen and (min-width: 1200px) {
    .cambridgeAssesmntPage #contentSec .contWrap .cont {
    width: calc(100% - 640px);
}
}@media only screen and (min-width: 1441px) {
    .cambridgeAssesmntPage #contentSec .contWrap .cont {
    width: calc(100% - 700px);
}
}@media only screen and (min-width: 1551px) {
    .cambridgeAssesmntPage #contentSec .contWrap .cont {
    width: calc(100% - 780px);
}
}@media only screen and (min-width: 1661px) {
    .cambridgeAssesmntPage #contentSec .contWrap .cont {
    width: calc(100% - 945px);
}
}.cambridgeAssesmntPage #contentSec .contWrap .cont .img {
    overflow: hidden;
    border-radius: 50px;
    width: 100%;
    height: auto;
}
.cambridgeAssesmntPage #contentSec .contWrap .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cambridgeAssesmntPage #contentSec .contWrap .cont p:first-of-type {
    padding-top: 30px;
}
.cambridgeAssesmntPage #contentSec .contWrap .cont p:last-of-type {
    margin-bottom: 0;
}
.jewelKindnsPage .imgBx:hover img {
    transform: scale(1.1);
}
.jewelKindnsPage .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.jewelKindnsPage #jewelSec {
    padding: 30px 0 15px;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #jewelSec {
    padding: 40px 0 20px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #jewelSec {
    padding: 50px 0;
}
}.jewelKindnsPage #jewelSec .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    width: 100%}
@media only screen and (min-width: 992px) {
    .jewelKindnsPage #jewelSec .mHead {
    font-size: 30px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #jewelSec .mHead {
    font-size: 36px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #jewelSec .mHead {
    margin-bottom: 35px;
    font-size: 42px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #jewelSec .mHead {
    font-size: 50px;
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #jewelSec .mHead {
    font-size: 56px;
}
}.jewelKindnsPage #jewelSec .mHead span {
    color:#ff4a51;
}
.jewelKindnsPage #jewelSec .contWrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, .31);
    padding: 15px;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #jewelSec .contWrap {
    padding: 30px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #jewelSec .contWrap {
    padding: 35px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #jewelSec .contWrap {
    padding: 50px;
}
}.jewelKindnsPage #jewelSec .contWrap .redDOOT {
    position: absolute;
    left: -20px;
    top: 25%;
    max-width: 47px;
    animation: rotation 5s linear infinite;
}
.jewelKindnsPage #jewelSec .contWrap .redDOOT img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #jewelSec .contWrap .grnDOOT {
    position: absolute;
    left: 50%;
    bottom: -20px;
    max-width: 47px;
    animation: rotation 5s linear infinite;
}
.jewelKindnsPage #jewelSec .contWrap .grnDOOT img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #jewelSec .contWrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    /*z-index: 1;
    background: rgb(255 255 255 / 71%);*/
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #jewelSec .contWrap: :after {
    display: none;
}
}.jewelKindnsPage #jewelSec .contWrap .imgWrap {
    background: #fff;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #jewelSec .contWrap .imgWrap {
    height: fit-content;
    z-index: 1;
    right: -1px;
    top: -30px;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    width: 275px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #jewelSec .contWrap .imgWrap {
    width: 435px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #jewelSec .contWrap .imgWrap {
    top: -10px;
    width: 500px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #jewelSec .contWrap .imgWrap {
    width: 665px;
}
}.jewelKindnsPage #jewelSec .contWrap .imgBx {
    position: relative;
    width: 100%;
    height: 100%}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #jewelSec .contWrap .imgBx {
    width: 275px;
    height: 275px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #jewelSec .contWrap .imgBx {
    width: 435px;
    height: 435px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #jewelSec .contWrap .imgBx {
    width: 500px;
    height: 500px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #jewelSec .contWrap .imgBx {
    width: 665px;
    height: 665px;
}
}.jewelKindnsPage #jewelSec .contWrap .imgBx:hover img {
    transform: scale(1.08);
}
.jewelKindnsPage #jewelSec .contWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    transition: all .6s;
}
.jewelKindnsPage #jewelSec .contWrap .imgBx .redDOT {
    position: absolute;
    animation: rotation 5s linear infinite;
    z-index: 1;
    top: 30px;
    left: 20%;
    height: auto;
    max-width: 47px;
}
.jewelKindnsPage #jewelSec .contWrap .imgBx .redDOT img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #jewelSec .contWrap .imgBx .blueRnd {
    position: absolute;
    animation: bounce 5s linear infinite;
    z-index: 111;
    bottom: 23%;
    right: 2%;
    height: auto;
    max-width: 47px;
}
.jewelKindnsPage #jewelSec .contWrap .imgBx .blueRnd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #jewelSec .contWrap .lft {
    width: 100%;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #jewelSec .contWrap .lft {
    width: calc(100% - 275px);
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #jewelSec .contWrap .lft {
    width: calc(100% - 405px);
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #jewelSec .contWrap .lft {
    width: calc(100% - 500px);
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #jewelSec .contWrap .lft {
    width: calc(100% - 665px);
}
}.jewelKindnsPage #jewelSec .contWrap .lft .mHead {
    max-width: 82%;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .mHead {
    color: #000;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .mHead {
    max-width: 100%}
}.jewelKindnsPage #jewelSec .contWrap .lft .innerBx {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
@media only screen and (min-width: 900px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .innerBx {
    flex-direction: row;
}
}.jewelKindnsPage #jewelSec .contWrap .lft .innerBx .cont {
    width: 100%;
    padding-top: 20px;
}
@media only screen and (min-width: 900px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .innerBx .cont {
    padding-right: 20px;
    padding-top: 0;
    width: calc(100% - 90px);
}
}@media only screen and (min-width: 992px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .innerBx .cont {
    width: calc(100% - 135px);
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .innerBx .cont {
    width: calc(100% - 160px);
    padding-right: 20px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .innerBx .cont {
    width: calc(100% - 240px);
    padding-right: 30px;
}
}.jewelKindnsPage #jewelSec .contWrap .lft .innerBx .cont p {
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .innerBx .cont p {
    color: #000;
}
}.jewelKindnsPage #jewelSec .contWrap .lft .innerBx .cont p:last-of-type {
    margin-bottom: 0;
}
.jewelKindnsPage #jewelSec .contWrap .lft .innerBx .icon {
    height: fit-content;
    width: 100px;
}
@media only screen and (min-width: 900px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .innerBx .icon {
    width: 90px;
}
}@media only screen and (min-width: 992px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .innerBx .icon {
    width: 135px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .innerBx .icon {
    width: 160px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #jewelSec .contWrap .lft .innerBx .icon {
    width: 240px;
}
}.jewelKindnsPage #jewelSec .contWrap .lft .innerBx .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #rubySec {
    padding: 30px 0;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #rubySec {
    padding: 60px 0;
}
}@media only screen and (min-width: 992px) {
    .jewelKindnsPage #rubySec {
    padding: 80px 0;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec {
    padding: 100px 0;
}
}.jewelKindnsPage #rubySec .dFlex {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.jewelKindnsPage #rubySec .dFlex .lft {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%}
@media only screen and (max-width: 867px) {
    .jewelKindnsPage #rubySec .dFlex .lft {
    display: none;
}
}@media only screen and (min-width: 868px) {
    .jewelKindnsPage #rubySec .dFlex .lft {
    z-index: 1;
    height: auto;
    width: 290px;
}
}@media only screen and (min-width: 992px) {
    .jewelKindnsPage #rubySec .dFlex .lft {
    width: 360px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #rubySec .dFlex .lft {
    width: 430px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec .dFlex .lft {
    width: 520px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #rubySec .dFlex .lft {
    width: 635px;
}
}.jewelKindnsPage #rubySec .dFlex .lft .e1 {
    position: absolute;
    animation: vibrate 3s linear infinite;
    right: 20%;
    top: -33px;
    max-width: 55px;
}
.jewelKindnsPage #rubySec .dFlex .lft .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #rubySec .dFlex .lft .e2 {
    position: absolute;
    left: -55px;
    top: 15px;
    max-width: 15px;
    animation: rotation 3s linear infinite;
}
.jewelKindnsPage #rubySec .dFlex .lft .e2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #rubySec .dFlex .lft .e3 {
    position: absolute;
    left: -25px;
    bottom: 15%;
    max-width: 55px;
    animation: vibrate 5s linear infinite;
}
.jewelKindnsPage #rubySec .dFlex .lft .e3 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #rubySec .dFlex .lft .imgBx {
    width: 100%;
    overflow: hidden;
    height: 100%;
    border-radius: 20px 100px 20px 20px;
}
@media only screen and (min-width: 868px) {
    .jewelKindnsPage #rubySec .dFlex .lft .imgBx {
    height: auto;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #rubySec .dFlex .lft .imgBx {
    border-radius: 50px 150px 50px 50px;
}
}.jewelKindnsPage #rubySec .dFlex .lft .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #rubySec .dFlex .contWrap {
    position: relative;
    z-index: 0;
    width: 100%}
@media only screen and (min-width: 868px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap {
    padding-top: 35px;
}
}@media only screen and (min-width: 992px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap {
    padding-top: 25px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap {
    padding-top: 42px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap {
    padding-top: 110px;
}
}.jewelKindnsPage #rubySec .dFlex .contWrap .innrBx {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-end;
    background: #c5242a;
    border-radius: 20px;
    padding: 15px;
}
@media only screen and (min-width: 868px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .innrBx {
    min-height: 240px;
    padding: 30px;
}
}@media only screen and (min-width: 992px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .innrBx {
    min-height: 255px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .innrBx {
    border-radius: 50px;
    min-height: 300px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .innrBx {
    min-height: 360px;
}
}.jewelKindnsPage #rubySec .dFlex .contWrap .flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 5px solid #fff;
    background: #f0f0f0;
    border-radius: 30px;
    width: 100%;
    padding: 20px;
    max-width: 100%}
@media only screen and (min-width: 868px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx {
    margin: -10px;
    max-width: calc(100% - 290px);
}
}@media only screen and (min-width: 992px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx {
    max-width: calc(100% - 360px);
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx {
    border-radius: 50px;
    padding: 30px;
    max-width: calc(100% - 430px);
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx {
    max-width: calc(100% - 520px);
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx {
    max-width: calc(100% - 635px);
    margin: -15px;
}
}.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item {
    padding: 10px;
    width: 100%}
@media only screen and (min-width: 360px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item {
    width: 50%}
}@media only screen and (min-width: 468px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item {
    width: 33.3333333333%}
}@media only screen and (min-width: 576px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item {
    width: 25%}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item {
    padding: 15px;
}
}.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx:hover .icon {
    transform: scale(1.1);
}
.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon {
    position: relative;
    margin: auto;
    width: 41px;
    height: 50px;
    transition: all .6s;
}
@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon {
    width: 61px;
    height: 77px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon {
    width: 89px;
    height: 110px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon {
    width: 95px;
    height: 122px;
}
}.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon.lrg {
    width: 42px;
}
@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon.lrg {
    width: 60px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon.lrg {
    width: 89px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon.lrg {
    width: 135px;
}
}.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon .inIcon {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: -10px;
    bottom: 0;
    margin: auto;
    max-width: 20px;
}
@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon .inIcon {
    max-width: 30px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon .inIcon {
    max-width: 40px;
}
}.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .icon .inIcon svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    padding-top: 15px;
}
@media only screen and (min-width: 576px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont {
    padding-top: 20px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont {
    padding-top: 30px;
}
}.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .hd {
    width: 100%;
    color: #0e0e0e;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 15px;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .hd {
    margin-bottom: 20px;
}
}@media only screen and (min-width: 992px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .hd {
    font-size: 14px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .hd {
    font-size: 16px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .hd {
    font-size: 18px;
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .hd {
    font-size: 22px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .hd {
    font-size: 24px;
}
}.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .Mhd {
    width: 100%;
    color: #00a2e0;
    text-align: center;
    text-align: center;
    font-family: "IvyMode", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    font-size: 13px;
}
@media only screen and (min-width: 992px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .Mhd {
    font-size: 16px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .Mhd {
    font-size: 18px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .Mhd {
    font-size: 22px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .Mhd {
    font-size: 26px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .Mhd {
    font-size: 30px;
}
}.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .Mhd.red {
    color: #cf0202;
}
.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .Mhd.green {
    color: #85b626;
}
.jewelKindnsPage #rubySec .dFlex .contWrap .flx .item .stoneBx .cont .Mhd.orng {
    color: #ffb138;
}
.jewelKindnsPage #didUknw {
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #didUknw {
    padding-bottom: 60px;
}
}@media only screen and (min-width: 992px) {
    .jewelKindnsPage #didUknw {
    padding-bottom: 80px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #didUknw {
    padding-bottom: 100px;
}
}.jewelKindnsPage #didUknw .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    width: 100%}
@media only screen and (min-width: 992px) {
    .jewelKindnsPage #didUknw .mHead {
    font-size: 30px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #didUknw .mHead {
    font-size: 36px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #didUknw .mHead {
    margin-bottom: 35px;
    font-size: 42px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #didUknw .mHead {
    font-size: 50px;
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #didUknw .mHead {
    font-size: 56px;
}
}.jewelKindnsPage #didUknw .mHead span {
    color: #00a39e;
}
.jewelKindnsPage #didUknw .mainBx {
    position: relative;
    width: 100%;
    background:#2872d1;
    padding: 15px;
    border-radius: 10px;
}
@media only screen and (min-width: 576px) {
    .jewelKindnsPage #didUknw .mainBx {
    padding: 30px;
    border-radius: 20px;
}
}@media only screen and (min-width: 768px) {
    .jewelKindnsPage #didUknw .mainBx {
    border-radius: 50px;
    padding: 30px 35px 40px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #didUknw .mainBx {
    padding: 40px 50px 40px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #didUknw .mainBx {
    padding: 40px 70px 50px;
}
}.jewelKindnsPage #didUknw .mainBx .e1 {
    position: absolute;
    animation: rotation 3s linear infinite;
    max-width: 25px;
    bottom: -10px;
    right: 20%}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #didUknw .mainBx .e1 {
    max-width: 35px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #didUknw .mainBx .e1 {
    right: 30%;
    bottom: -20px;
    max-width: 45px;
}
}.jewelKindnsPage #didUknw .mainBx .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #didUknw .mainBx .e2 {
    position: absolute;
    animation: bounce 4s linear infinite;
    max-width: 25px;
    top: -10px;
    right: 30%}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #didUknw .mainBx .e2 {
    max-width: 35px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #didUknw .mainBx .e2 {
    right: 40%;
    top: -20px;
    max-width: 45px;
}
}.jewelKindnsPage #didUknw .mainBx .e2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #didUknw .mainBx .e3 {
    position: absolute;
    animation: bounce 3s linear infinite;
    max-width: 10px;
    left: 0px;
    top: 0;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #didUknw .mainBx .e3 {
    max-width: 15px;
    left: -10px;
    top: 10%}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #didUknw .mainBx .e3 {
    left: -50px;
    top: 50%}
}.jewelKindnsPage #didUknw .mainBx .e3 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #didUknw .mainBx .innerBx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.jewelKindnsPage #didUknw .mainBx .innerBx .lft {
    height: auto;
    width: 50px;
}
@media only screen and (max-width: 867px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .lft {
    position: absolute;
    z-index: 0;
    opacity: .5;
    right: 0;
    bottom: 0;
}
}@media only screen and (min-width: 668px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .lft {
    width: 90px;
}
}@media only screen and (min-width: 868px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .lft {
    width: 130px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .lft {
    width: 165px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .lft {
    width: 200px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .lft {
    width: 240px;
}
}.jewelKindnsPage #didUknw .mainBx .innerBx .lft .imgBx {
    width: 100%;
    height: auto;
}
.jewelKindnsPage #didUknw .mainBx .innerBx .lft .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #didUknw .mainBx .innerBx .ryt {
    width: 100%;
    padding-top: 20px;
}
@media only screen and (min-width: 668px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt {
    padding-top: 0;
    width: calc(100% - 90px);
    padding-left: 20px;
}
}@media only screen and (min-width: 868px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt {
    padding-left: 40px;
    width: calc(100% - 130px);
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt {
    padding-left: 60px;
    width: calc(100% - 165px);
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt {
    padding-left: 80px;
    width: calc(100% - 200px);
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt {
    padding-left: 100px;
    width: calc(100% - 240px);
}
}.jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx {
    width: 100%}
.jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
@media only screen and (min-width: 576px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx {
    align-items: center;
    flex-direction: row;
}
}.jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .cont {
    width: 100%;
    padding-top: 20px;
}
@media only screen and (min-width: 576px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .cont {
    padding-top: 0;
    width: calc(100% - 150px);
    padding-right: 20px;
}
}@media only screen and (min-width: 868px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .cont {
    width: calc(100% - 220px);
    padding-right: 30px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .cont {
    padding-right: 45px;
    width: calc(100% - 255px);
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .cont {
    width: calc(100% - 290px);
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .cont {
    width: calc(100% - 325px);
}
}.jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .cont p {
    color: #fff;
}
.jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .cont p:last-of-type {
    margin-bottom: 0;
}
.jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .img {
    height: auto;
    width: 150px;
    overflow: hidden;
}
@media only screen and (min-width: 868px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .img {
    width: 220px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .img {
    width: 150px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .img {
    width: 290px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .img {
    width: 325px;
}
}.jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .img:hover img {
    transform: scale(0.9);
}
.jewelKindnsPage #didUknw .mainBx .innerBx .ryt .contBx .dFlx .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.jewelKindnsPage #howdoesWork {
    position: relative;
    padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #howdoesWork {
    padding-bottom: 60px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #howdoesWork {
    padding-bottom: 80px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #howdoesWork {
    padding-bottom: 100px;
}
}.jewelKindnsPage #howdoesWork .imgBx:hover img {
    transform: scale(1.1);
}
.jewelKindnsPage #howdoesWork .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.jewelKindnsPage #howdoesWork .e1 {
    position: absolute;
    z-index: 1;
    animation: rotation 3s linear infinite;
    left: 30px;
    top: 13%;
    margin: auto;
    max-width: 30px;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #howdoesWork .e1 {
    top: 0;
    bottom: 0;
}
}.jewelKindnsPage #howdoesWork .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #howdoesWork .e2 {
    position: absolute;
    animation: vibrate 3s linear infinite;
    z-index: 1;
    right: 30%;
    bottom: 25px;
    max-width: 35px;
}
@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #howdoesWork .e2 {
    right: 35%;
    bottom: 55px;
    max-width: 55px;
}
}.jewelKindnsPage #howdoesWork .e2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #howdoesWork .e3Wrap {
    position: absolute;
    z-index: 1;
    width: 55px;
    bottom: 25px;
    right: 35%;
    display: flex;
}
@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #howdoesWork .e3Wrap {
    right: 40%;
    bottom: 55px;
}
}.jewelKindnsPage #howdoesWork .e3Wrap .itm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%}
.jewelKindnsPage #howdoesWork .e3Wrap .itm:nth-child(2) .e3 {
    animation: bounce 2s linear infinite;
}
.jewelKindnsPage #howdoesWork .e3Wrap .itm:nth-child(3) .e3 {
    animation: bounce 3s linear infinite;
}
.jewelKindnsPage #howdoesWork .e3Wrap .itm:nth-child(4) .e3 {
    animation: bounce 2s linear infinite;
}
.jewelKindnsPage #howdoesWork .e3Wrap .itm .e3 {
    width: 100%;
    max-width: 4px;
    height: auto;
    animation: bounce 3s linear infinite;
}
.jewelKindnsPage #howdoesWork .e3Wrap .itm .e3 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #howdoesWork .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 5px;
    width: 100%}
@media only screen and (min-width: 992px) {
    .jewelKindnsPage #howdoesWork .mHead {
    font-size: 30px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #howdoesWork .mHead {
    font-size: 36px;
    margin-bottom: 10px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #howdoesWork .mHead {
    font-size: 42px;
    margin-bottom: 15px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #howdoesWork .mHead {
    font-size: 50px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #howdoesWork .mHead {
    font-size: 56px;
}
}.jewelKindnsPage #howdoesWork .mHead span {
    color: #00a39e;
}
.jewelKindnsPage #howdoesWork .mainBx {
    position: relative;
    background: #1bb0ac45;
    border-radius: 20px 60px 20px 20px;
    padding: 20px 15px 30px;
}
@media only screen and (min-width: 768px) {
    .jewelKindnsPage #howdoesWork .mainBx {
    padding: 30px 30px 40px;
    border-radius: 30px 80px 30px 30px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #howdoesWork .mainBx {
    border-radius: 50px 100px 50px 50px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #howdoesWork .mainBx {
    padding: 40px 45px 50px;
    border-radius: 50px 150px 50px 50px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #howdoesWork .mainBx {
    border-radius: 50px 200px 50px 50px;
}
}.jewelKindnsPage #howdoesWork .mainBx::after {
    content: "";
    display: block;
    clear: both;
}
.jewelKindnsPage #howdoesWork .mainBx:hover .imgBx:hover img {
    transform: scale(1.1);
}
.jewelKindnsPage #howdoesWork .mainBx:hover .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.jewelKindnsPage #howdoesWork .mainBx .el1 {
    position: absolute;
    z-index: 2;
    right: 10%;
    animation: bounce 3s linear infinite;
    max-width: 30px;
    top: -10px;
}
@media only screen and (min-width: 992px) {
    .jewelKindnsPage #howdoesWork .mainBx .el1 {
    max-width: 45px;
    top: -20px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #howdoesWork .mainBx .el1 {
    top: -30px;
    max-width: 65px;
}
}.jewelKindnsPage #howdoesWork .mainBx .el1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jewelKindnsPage #howdoesWork .mainBx .imgBx {
    height: fit-content;
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-right: 30px;
    width: 100%;
    max-height: 300px;
}
@media only screen and (min-width: 668px) {
    .jewelKindnsPage #howdoesWork .mainBx .imgBx {
    float: left;
    width: 300px;
    max-height: fit-content;
}
}@media only screen and (min-width: 992px) {
    .jewelKindnsPage #howdoesWork .mainBx .imgBx {
    width: 450px;
}
}@media only screen and (min-width: 1200px) {
    .jewelKindnsPage #howdoesWork .mainBx .imgBx {
    width: 510px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #howdoesWork .mainBx .imgBx {
    width: 550px;
    margin-right: 45px;
}
}@media only screen and (min-width: 1661px) {
    .jewelKindnsPage #howdoesWork .mainBx .imgBx {
    width: 770px;
    margin-right: 65px;
}
}.jewelKindnsPage #howdoesWork .mainBx .imgBx:hover img {
    transform: scale(1.1);
}
.jewelKindnsPage #howdoesWork .mainBx .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.jewelKindnsPage #howdoesWork .mainBx .cont {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 10px;
}
@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont {
    padding-top: 20px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont {
    padding-top: 40px;
}
}.jewelKindnsPage #howdoesWork .mainBx .cont .rnd {
    position: absolute;
    animation: vibrate 3s linear infinite;
    z-index: -1;
    right: 22px;
    border-radius: 50%;
    background: #1bb0ac;
    top: 0;
    width: 50px;
    height: 50px;
    opacity: .4;
}
@media only screen and (min-width: 668px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .rnd {
    opacity: 1;
    width: 60px;
    height: 60px;
    top: -10px;
}
}@media only screen and (min-width: 768px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .rnd {
    top: -20px;
    width: 80px;
    height: 80px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .rnd {
    width: 120px;
    height: 120px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .rnd {
    width: 170px;
    height: 170px;
}
}@media only screen and (min-width: 1771px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .rnd {
    width: 190px;
    height: 190px;
}
}.jewelKindnsPage #howdoesWork .mainBx .cont .sHd {
    color: #000;
    font-family: "IvyMode", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-size: 18px;
}
@media only screen and (min-width: 992px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .sHd {
    font-size: 20px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .sHd {
    font-size: 22px;
    line-height: 250%}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .sHd {
    font-size: 24px;
}
}.jewelKindnsPage #howdoesWork .mainBx .cont .listB ul li {
    display: flex;
    position: relative;
    color: #000;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-size: 12px;
    padding-left: 20px;
}
@media only screen and (min-width: 992px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .listB ul li {
    padding-left: 30px;
    font-size: 13px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .listB ul li {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .listB ul li {
    font-size: 18px;
}
}.jewelKindnsPage #howdoesWork .mainBx .cont .listB ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    border-radius: 50%;
    overflow: hidden;
    background: #ff4a51;
    top: 7px;
    width: 5px;
    height: 5px;
}
@media only screen and (min-width: 992px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .listB ul li: :before {
    width: 8px;
    height: 8px;
}
}@media only screen and (min-width: 1441px) {
    .jewelKindnsPage #howdoesWork .mainBx .cont .listB ul li: :before {
    top: 10px;
}
}.approachAndAccredititionSchoolPage .imgBx:hover img {
    transform: scale(1.1);
}
.approachAndAccredititionSchoolPage .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.approachAndAccredititionSchoolPage #apprchLstSec {
    position: relative;
    padding: 30px 0 25px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec {
    padding: 40px 0 45px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec {
    padding: 60px 0 55px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec {
    padding: 80px 0 65px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #apprchLstSec {
    padding: 100px 0 85px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .e1 {
    position: absolute;
    bottom: 0;
    left: 40%;
    animation: rotation 3s linear infinite;
    max-width: 12px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .e1 {
    max-width: 16px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #apprchLstSec .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .mHead {
    font-size: 30px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .mHead {
    font-size: 36px;
    margin-bottom: 20px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .mHead {
    font-size: 42px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .mHead {
    font-size: 50px;
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .mHead {
    font-size: 56px;
    margin-bottom: 45px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .mHead span {
    color: #ff4a51;
}
.approachAndAccredititionSchoolPage #apprchLstSec .contentSec {
    margin-bottom: 50px;
}
.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx {
    display: flex;
    flex-wrap: wrap;
}
.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .hdBx {
    width: 100%}
@media only screen and (min-width: 700px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .hdBx {
    width: 325px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .hdBx {
    width: 365px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .hdBx {
    width: 435px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .hdBx {
    width: 500px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .hdBx {
    width: 600px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .hdBx {
    width: 665px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}
@media only screen and (min-width: 576px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx {
    padding-left: 20px;
}
}@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx {
    padding-left: 25px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx {
    padding-left: 35px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .icon {
    height: fit-content;
    width: 29px;
}
@media only screen and (min-width: 576px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .icon {
    width: 38px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .icon {
    width: 50px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .icon {
    width: 75px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .icon svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont {
    width: calc(100% - 29px);
    padding-left: 10px;
}
@media only screen and (min-width: 576px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont {
    width: calc(100% - 38px);
    padding-left: 15px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont {
    width: calc(100% - 50px);
    padding-left: 20px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont {
    padding-left: 30px;
    width: calc(100% - 75px);
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt {
    color: #000;
    font-family: "IvyMode", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    font-size: 15px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt {
    font-size: 15px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt {
    font-size: 16px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt {
    font-size: 18px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt {
    font-size: 20px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt {
    font-size: 24px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt span {
    color: #00a2e0;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt span {
    font-size: 20px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt span {
    font-size: 22px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt span {
    font-size: 26px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt span {
    font-size: 30px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .flxBx .cont .txt span {
    font-size: 36px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt {
    padding-top: 15px;
}
@media only screen and (min-width: 700px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt {
    padding-top: 0;
    padding-left: 25px;
    width: calc(100% - 325px);
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt {
    width: calc(100% - 365px);
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt {
    width: calc(100% - 435px);
    padding-left: 35px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt {
    padding-left: 45px;
    width: calc(100% - 500px);
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt {
    width: calc(100% - 600px);
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt {
    width: calc(100% - 665px);
    padding-left: 65px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .innerBx {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
}
@media only screen and (min-width: 700px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .innerBx {
    border-top: none;
    padding-top: 0;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .flx {
    display: flex;
    flex-wrap: wrap;
    margin: 7px -10px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .flx {
    margin: 0 -20px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .flx {
    margin: 0 -30px;
}
}@media only screen and (min-width: 1771px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .flx {
    margin: 0 -40px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .flx .itm {
    width: 100%;
    padding: 7px 10px;
}
@media only screen and (min-width: 700px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .flx .itm {
    border-left: 1px solid #c4c4c4;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .flx .itm {
    padding: 0 20px;
    width: 50%}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .flx .itm {
    padding: 0 30px;
}
}@media only screen and (min-width: 1771px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .flx .itm {
    padding: 0 40px;
}
}@media only screen and (max-width: 991px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .flx .itm p {
    margin-bottom: 6px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt {
    color: #000;
    font-family: "IvyMode", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    font-size: 15px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt {
    font-size: 15px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt {
    font-size: 16px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt {
    font-size: 18px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt {
    font-size: 20px;
}
}@media only screen and (min-width: 1771px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt {
    font-size: 24px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt span {
    color: #00a2e0;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt span {
    font-size: 20px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt span {
    font-size: 22px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt span {
    font-size: 26px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt span {
    font-size: 30px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .contentSec .dFlx .ryt .txt span {
    font-size: 36px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm {
    width: 100%;
    margin-bottom: 50px;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm:last-of-type {
    margin-bottom: 0;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm:nth-child(even) .innerBx {
    background: #00a39e;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm:nth-child(even) .innerBx .hdWrap::after {
    background: #ff4a51;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm:nth-child(even) .innerBx .hd {
    background: #00a39e;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm:nth-child(even) .innerBx .flxBx .itm .contBx .profWrap {
    width: 100%;
    border-color: rgba(255, 205, 56, .6);
    background: #f0f0f0;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx {
    background: #ffcd38;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx {
    border-radius: 30px;
    padding: 20px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx {
    padding: 30px 35px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx {
    border-radius: 50px;
    padding: 45px 50px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx {
    padding: 65px 60px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx .hdWrap {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx .hdWrap {
    margin-bottom: 30px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx .hdWrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ff4a51;
    margin: auto;
    z-index: 0;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx .hd {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    text-transform: capitalize;
    width: fit-content;
    background: #ffcd36;
    position: relative;
    z-index: 1;
    padding-right: 10px;
    line-height: 1.2;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx .hd {
    font-size: 30px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx .hd {
    font-size: 36px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx .hd {
    font-size: 42px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx .hd {
    font-size: 50px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .innerBx .hd {
    font-size: 56px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx {
    margin: -10px -12px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx {
    margin: -12px -15px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx {
    margin: -15px -20px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx {
    margin: -20px -24px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx {
    margin: -25px -27px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm {
    width: 100%;
    padding: 6px;
}
@media only screen and (min-width: 468px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm {
    width: 50%}
}@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm {
    padding: 10px 12px;
}
}@media only screen and (min-width: 800px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm {
    width: 33.3333333333%}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm {
    padding: 12px 15px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm {
    padding: 15px 20px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm {
    padding: 20px 24px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm {
    padding: 25px 27px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx {
    height: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 26px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx {
    padding: 20px 20px 25px;
    border-radius: 30px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx {
    border-radius: 36px;
    padding: 25px 25px 30px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx {
    padding: 30px 30px 40px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx {
    padding: 35px 35px 45px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx {
    padding: 50px 45px 55px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx.addbx .profWrap {
    max-width: 70px;
    height: 70px;
}
@media only screen and (min-width: 576px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx.addbx .profWrap {
    max-width: 90px;
    height: 90px;
}
}@media only screen and (min-width: 868px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx.addbx .profWrap {
    max-width: 100px;
    height: 100px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx.addbx .profWrap {
    max-width: 120px;
    height: 120px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx.addbx .profWrap {
    max-width: 145px;
    height: 145px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx.addbx .profWrap .profBx {
    height: auto;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx.addbx .cont p {
    text-align: left;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .profWrap {
    width: 100%;
    background: #f0f0f0;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    max-width: 80px;
    height: 80px;
    padding: 6px;
    border: 5px solid #c2e9e8;
}
@media only screen and (min-width: 576px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .profWrap {
    padding: 10px;
    max-width: 110px;
    height: 110px;
}
}@media only screen and (min-width: 864px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .profWrap {
    max-width: 130px;
    height: 130px;
    padding: 15px;
    border: 8px solid #c2e9e8;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .profWrap {
    max-width: 140px;
    height: 140px;
    border: 10px solid #c2e9e8;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .profWrap {
    max-width: 160px;
    height: 160px;
    padding: 20px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .profWrap {
    max-width: 200px;
    height: 200px;
    padding: 25px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .profWrap {
    max-width: 227px;
    height: 227px;
    padding: 30px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .profWrap .profBx {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .profWrap .profBx img, .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .profWrap .profBx svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont .tle {
    text-align: center;
    color: #000;
    text-align: center;
    font-family: "IvyMode", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont .tle {
    font-size: 18px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont .tle {
    margin-bottom: 15px;
    font-size: 20px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont .tle {
    font-size: 22px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont p {
    text-align: center;
}
@media only screen and (max-width: 960px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont p {
    font-size: 12px;
}
}.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont p:last-of-type {
    margin-bottom: 0;
}
.approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont p span {
    color: #00a2e0;
    font-family: "Open Sans", serif;
    font-size: 16px;
    padding: 0 5px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont p span {
    font-size: 18px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont p span {
    font-size: 20px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #apprchLstSec .listngWrap .mainItm .flxBx .itm .contBx .cont p span {
    font-size: 24px;
}
}.approachAndAccredititionSchoolPage #achievementsEc {
    padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #achievementsEc {
    padding-bottom: 45px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #achievementsEc {
    padding-bottom: 55px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #achievementsEc {
    padding-bottom: 75px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #achievementsEc {
    padding-bottom: 95px;
}
}.approachAndAccredititionSchoolPage #achievementsEc .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    max-width: 350px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #achievementsEc .mHead {
    font-size: 30px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #achievementsEc .mHead {
    font-size: 36px;
    margin-bottom: 30px;
    max-width: 350px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #achievementsEc .mHead {
    margin-bottom: 35px;
    font-size: 42px;
    max-width: 510px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #achievementsEc .mHead {
    font-size: 50px;
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #achievementsEc .mHead {
    font-size: 56px;
}
}.approachAndAccredititionSchoolPage #achievementsEc .mHead span {
    color: #ff4a51;
}
.approachAndAccredititionSchoolPage #achievementsEc .mHead {
    display: block;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #achievementsEc .mHead {
    display: none;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex {
    flex-direction: column-reverse;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft {
    width: 100%;
    padding-top: 20px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft {
    width: calc(100% - 255px);
    padding-top: 0;
}
}@media only screen and (min-width: 868px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft {
    width: calc(100% - 295px);
}
}@media only screen and (min-width: 1028px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft {
    width: calc(100% - 310px);
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft {
    width: calc(100% - 375px);
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft {
    width: calc(100% - 500px);
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft {
    width: calc(100% - 540px);
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft {
    width: calc(100% - 595px);
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .mHead {
    display: none;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .mHead {
    display: block;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap {
    position: relative;
}
.approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    background: #ffcd38;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 100%}
@media only screen and (max-width: 767px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap: :after {
    display: none;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx {
    position: relative;
    background: #ffcd38;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 20px;
    padding: 20px 15px;
}
@media only screen and (min-width: 576px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx {
    padding: 20px 25px;
}
}@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx {
    border-radius: 30px;
    overflow-x: auto;
    max-height: 270px;
}
}@media only screen and (min-width: 1028px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx {
    max-height: 310px;
    padding: 30px 35px;
    border-radius: 40px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx {
    padding: 40px 45px;
    border-radius: 50px;
    max-height: 310px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx {
    max-height: 380px;
    padding: 35px 45px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx {
    max-height: 410px;
    padding: 45px 60px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx {
    padding: 55px 80px;
    max-height: 432px;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx ul li {
    display: flex;
    position: relative;
    color: #000;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-size: 12px;
    padding-left: 20px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx ul li {
    padding-left: 30px;
    font-size: 13px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx ul li {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx ul li {
    font-size: 18px;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    border-radius: 50%;
    overflow: hidden;
    background: #ff4a51;
    top: 7px;
    width: 5px;
    height: 5px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx ul li: :before {
    width: 8px;
    height: 8px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .lft .cont .contWrap .innerBx ul li: :before {
    top: 10px;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap {
    border-radius: 30px;
    width: 255px;
    height: 330px;
}
}@media only screen and (min-width: 868px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap {
    width: 295px;
    height: 336px;
}
}@media only screen and (min-width: 1028px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap {
    border-radius: 40px;
    width: 310px;
    height: 350px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap {
    border-radius: 50px;
    width: 375px;
    height: 390px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap {
    width: 500px;
    height: 465px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap {
    width: 540px;
    height: 520px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap {
    width: 595px;
    height: 544px;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .e1 {
    position: absolute;
    top: 26px;
    left: -15px;
    animation: rotation 3s linear infinite;
    max-width: 36px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .e1 {
    max-width: 46px;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .e2 {
    position: absolute;
    bottom: 56px;
    left: -25px;
    animation: vibrate 3s linear infinite;
    max-width: 40px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .e2 {
    max-width: 55px;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .e2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .imgBx {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
@media only screen and (max-width: 767px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .imgBx {
    max-height: 400px;
}
}@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .imgBx {
    border-radius: 30px;
}
}@media only screen and (min-width: 1028px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .imgBx {
    border-radius: 40px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .imgBx {
    border-radius: 50px;
}
}.approachAndAccredititionSchoolPage #achievementsEc .dFlex .imgWrap .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #benchMarkSec {
    position: relative;
    background: #00a39e;
    padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #benchMarkSec {
    padding-bottom: 35px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec {
    padding-bottom: 45px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec {
    padding-bottom: 65px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .e2 {
    position: absolute;
    z-index: 0;
    right: -70px;
    top: -60px;
    animation: rotation 3s linear infinite;
    max-width: 100px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .e2 {
    max-width: 180px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .e2 {
    max-width: 200px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .e2 {
    max-width: 230px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .e2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #benchMarkSec .sp-container {
    padding-left: 15px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .sp-container {
    padding-left: 0;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx {
    display: flex;
    flex-wrap: wrap;
}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft {
    width: 100%}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft {
    width: 380px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft {
    width: 560px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft {
    width: 820px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgBxFrst {
    position: relative;
    width: 100%;
    border-radius: 0px 0px 50px 0px;
    overflow: hidden;
    height: auto;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgBxFrst {
    margin-bottom: 20px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgBxFrst {
    margin-bottom: 25px;
    height: 340px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgBxFrst {
    height: 520px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgBxFrst:hover img {
    transform: scale(1.1);
}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgBxFrst img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgBxFrst .ime2 {
    position: absolute;
    z-index: 1;
    animation: rotation 3s linear infinite;
    left: 86px;
    bottom: 70px;
    max-width: 35px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgBxFrst .ime2 {
    max-width: 47px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgBxFrst .ime2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap {
    padding-left: 15px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap {
    height: 310px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap {
    height: 380px;
    padding-left: 20px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap .ime1 {
    position: absolute;
    z-index: 1;
    animation: rotation 3s linear infinite;
    right: -20px;
    bottom: 45%;
    max-width: 35px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap .ime1 {
    max-width: 47px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap .ime1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap .itm {
    width: 50%}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap .itm:last-of-type {
    padding-left: 14px;
}
@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap .itm: last-of-type {
    padding-left: 18px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap .itm .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
}
@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap .itm .imgBx {
    border-radius: 50px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap .itm .imgBx:hover img {
    transform: scale(1.1);
}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .lft .imgWrap .itm .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt {
    width: 100%;
    padding-top: 30px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt {
    padding-top: 40px;
    padding-left: 30px;
    width: calc(100% - 380px);
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt {
    padding-left: 40px;
    width: calc(100% - 560px);
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt {
    width: calc(100% - 820px);
    padding-left: 70px;
    padding-top: 70px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content {
    position: relative;
    width: 100%}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .e1 {
    position: absolute;
    z-index: 0;
    right: 30%;
    top: 30px;
    animation: rotation 3s linear infinite;
    max-width: 25px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .e1 {
    max-width: 35px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    max-width: 350px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .mHead {
    font-size: 30px;
    margin-bottom: 20px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .mHead {
    font-size: 36px;
    max-width: 350px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .mHead {
    margin-bottom: 30px;
    font-size: 42px;
    max-width: 510px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .mHead {
    font-size: 50px;
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .mHead {
    font-size: 56px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .mHead span {
    color: #ff4a51;
}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .cont {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .cont {
    margin-bottom: 30px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .cont .sHd {
    color: #fff;
    font-family: "IvyMode", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 161.538%;
    margin-bottom: 8px;
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .cont .sHd {
    font-size: 17px;
    margin-bottom: 10px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .cont .sHd {
    font-size: 19px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .cont .sHd {
    font-size: 22px;
    margin-bottom: 15px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .cont .sHd {
    font-size: 26px;
}
}.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .cont p {
    color: #fff;
}
.approachAndAccredititionSchoolPage #benchMarkSec .flxBx .ryt .content .cont p:last-of-type {
    margin-bottom: 0;
}
.approachAndAccredititionSchoolPage #quality {
    position: relative;
    padding: 30px 0 20px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #quality {
    padding: 50px 0 40px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #quality {
    padding: 70px 0 60px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #quality {
    padding: 90px 0 80px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #quality {
    padding: 110px 0 100px;
}
}.approachAndAccredititionSchoolPage #quality .e3 {
    position: absolute;
    right: 25px;
    top: 80px;
    max-width: 45px;
    pointer-events: none;
    animation: rotation 3s linear infinite;
}
.approachAndAccredititionSchoolPage #quality .e3 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #quality .mainWrap {
    position: relative;
    background: #f07c00;
    padding: 15px;
    border-radius: 25px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap {
    padding: 25px;
    border-radius: 35px;
}
}@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap {
    padding: 35px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap {
    border-radius: 50px;
    padding: 50px;
}
}.approachAndAccredititionSchoolPage #quality .mainWrap .e1 {
    position: absolute;
    z-index: 0;
    right: -20px;
    pointer-events: none;
    animation: vibrate 3s linear infinite;
    bottom: 0;
    max-width: 35px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .e1 {
    max-width: 47px;
}
}.approachAndAccredititionSchoolPage #quality .mainWrap .e1 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #quality .mainWrap .e2 {
    position: absolute;
    animation: vibrate 3s linear infinite;
    pointer-events: none;
    z-index: 0;
    left: -20px;
    top: 135px;
    max-width: 35px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .e2 {
    max-width: 45px;
}
}.approachAndAccredititionSchoolPage #quality .mainWrap .e2 svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.approachAndAccredititionSchoolPage #quality .mainWrap .dFlex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm {
    width: 100%}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm {
    width: 50%}
}.approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm:first-of-type {
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm: first-of-type {
    border-bottom: none;
    border-right: 1px solid hsla(0, 0%, 100%, .5);
    padding-bottom: 0;
    padding-right: 20px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm: first-of-type {
    padding-right: 30px;
}
}.approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm:last-of-type {
    padding-top: 30px;
}
@media only screen and (min-width: 768px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm: last-of-type {
    padding-top: 0;
    padding-left: 40px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm: last-of-type {
    padding-left: 70px;
}
}.approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx {
    width: 100%}
.approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx .mHead {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: "IvyMode", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
    max-width: 350px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx .mHead {
    font-size: 30px;
    margin-bottom: 15px;
}
}@media only screen and (min-width: 1200px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx .mHead {
    font-size: 36px;
    margin-bottom: 20px;
    max-width: 350px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx .mHead {
    margin-bottom: 30px;
    font-size: 42px;
    max-width: 510px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx .mHead {
    font-size: 50px;
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1661px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx .mHead {
    font-size: 56px;
}
}.approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx .mHead span {
    color: #ff4a51;
}
.approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx p {
    color: #fff;
    margin-bottom: 0;
}
@media only screen and (max-width: 1350px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx p {
    font-size: 12px;
}
}.approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx ul li {
    display: flex;
    position: relative;
    color: #fff;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-size: 12px;
    padding-left: 20px;
}
@media only screen and (min-width: 992px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx ul li {
    padding-left: 30px;
    font-size: 13px;
}
}@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx ul li {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx ul li {
    font-size: 18px;
}
}.approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx ul li::before {
    content: "";
    position: absolute;
    left: 6px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    width: 5px;
    height: 5px;
    top: 9px;
}
@media only screen and (min-width: 1441px) {
    .approachAndAccredititionSchoolPage #quality .mainWrap .dFlex .itm .qltyBx ul li: :before {
    top: 12px;
}
}.generalenquiryPage #tabSec {
    padding: 60px 0px;
    position: relative;
    background-color: #f0f0f0;
    overflow: hidden;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec {
    padding: 100px 0px;
}
}.generalenquiryPage #tabSec .bg {
    position: absolute;
    bottom: 50px;
    height: 405px;
    width: 405px;
    left: -80px;
    z-index: -1;
}
@media only screen and (min-width: 610px) {
    .generalenquiryPage #tabSec .bg {
    top: 0;
    bottom: 0;
    margin: auto;
}
}@media only screen and (min-width: 992px) {
    .generalenquiryPage #tabSec .bg {
    height: 605px;
    width: 605px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .bg {
    height: 705px;
    width: 705px;
}
}.generalenquiryPage #tabSec .bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.generalenquiryPage #tabSec .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.generalenquiryPage #tabSec .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.generalenquiryPage #tabSec .icons .icon.icon1 {
    max-width: 50px;
    top: 0;
    left: 0;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .icons .icon.icon1 {
    max-width: 99px;
}
}.generalenquiryPage #tabSec .icons .icon.icon2 {
    max-width: 100px;
    top: 9%;
    right: 2%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .icons .icon.icon2 {
    max-width: 205px;
}
}.generalenquiryPage #tabSec .icons .icon.icon3 {
    max-width: 15px;
    top: 18%;
    right: 24%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .icons .icon.icon3 {
    max-width: 30px;
}
}.generalenquiryPage #tabSec .icons .icon.icon4 {
    max-width: 15px;
    top: 50%;
    left: 2%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .icons .icon.icon4 {
    max-width: 30px;
}
}.generalenquiryPage #tabSec .icons .icon.icon5 {
    max-width: 25px;
    bottom: 20%;
    left: 30%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .icons .icon.icon5 {
    max-width: 47px;
}
}.generalenquiryPage #tabSec .icons .icon.icon6 {
    max-width: 20px;
    bottom: -20px;
    left: 45%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .icons .icon.icon6 {
    max-width: 40px;
}
}.generalenquiryPage #tabSec .icons .icon.icon7 {
    max-width: 25px;
    right: 3%;
    bottom: 20%;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .icons .icon.icon7 {
    max-width: 47px;
}
}.generalenquiryPage #tabSec .icons .icon.icon8 {
    max-width: 8px;
    right: 5%;
    bottom: 40%;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .icons .icon.icon8 {
    max-width: 13px;
}
}.generalenquiryPage #tabSec .tab_hdr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
    .generalenquiryPage #tabSec .tab_hdr {
    padding-bottom: 50px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .tab_hdr {
    padding-bottom: 70px;
}
}.generalenquiryPage #tabSec .tab_hdr .item {
    padding: 5px 9px;
}
@media only screen and (max-width: 610px) {
    .generalenquiryPage #tabSec .tab_hdr .item {
    width: 100%}
}.generalenquiryPage #tabSec .tab_hdr .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    border: 1px solid #ff5057;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #ff4a51;
}
@media only screen and (min-width: 610px) {
    .generalenquiryPage #tabSec .tab_hdr .item a {
    width: 180px;
}
}@media only screen and (min-width: 992px) {
    .generalenquiryPage #tabSec .tab_hdr .item a {
    font-size: 16px;
    width: 200px;
    height: 50px;
}
}@media only screen and (min-width: 1441px) {
    .generalenquiryPage #tabSec .tab_hdr .item a {
    font-size: 18px;
    height: 55px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .tab_hdr .item a {
    font-size: 20px;
}
}.generalenquiryPage #tabSec .tab_hdr .item a.active, .generalenquiryPage #tabSec .tab_hdr .item a:hover {
    background-color:#f07c00;
    color: #fff;
}
.generalenquiryPage #tabSec .tab_hdr .item:nth-child(2) a {
    border-color: #00a2e0;
    color: #00a2e0;
}
.generalenquiryPage #tabSec .tab_hdr .item:nth-child(2) a.active, .generalenquiryPage #tabSec .tab_hdr .item:nth-child(2) a:hover {
    background-color: #00a2e0;
    color: #fff;
}
.generalenquiryPage #tabSec .tab_hdr .item:nth-child(3) a {
    border-color: #00a39e;
    color: #00a39e;
}
.generalenquiryPage #tabSec .tab_hdr .item:nth-child(3) a.active, .generalenquiryPage #tabSec .tab_hdr .item:nth-child(3) a:hover {
    background-color: #00a39e;
    color: #fff;
}
.generalenquiryPage #tabSec .d_flx {
    position: relative;
    z-index: 1;
}
.generalenquiryPage #tabSec .d_flx .mainHead .mainTitle {
    margin-bottom: 30px;
}
.generalenquiryPage #tabSec .d_flx .mainHead .mainTitle span {
    color: #ff4a51;
}
.generalenquiryPage #tabSec .d_flx .lft {
    width: 100%;
    display: block;
}
.generalenquiryPage #tabSec .d_flx .lft::after {
    clear: both;
    display: block;
    content: ""}
.generalenquiryPage #tabSec .d_flx .lft a {
    color: #ff4a51;
    margin-bottom: 20px;
    display: block;
}
.generalenquiryPage #tabSec .d_flx .lft ul {
    padding-left: 20px;
}
.generalenquiryPage #tabSec .d_flx .lft ul li {
    list-style: disc;
    font-size: 12px;
    font-weight: 400;
    padding-left: 0px;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}
@media only screen and (min-width: 376px) {
    .generalenquiryPage #tabSec .d_flx .lft ul li {
    font-size: 13px;
}
}@media only screen and (min-width: 992px) {
    .generalenquiryPage #tabSec .d_flx .lft ul li {
    font-size: 14px;
}
}@media only screen and (min-width: 1200px) {
    .generalenquiryPage #tabSec .d_flx .lft ul li {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .d_flx .lft ul li {
    font-size: 18px;
}
}.generalenquiryPage #tabSec .d_flx .rgt {
    z-index: 1;
}
@media only screen and (min-width: 992px) {
    .generalenquiryPage #tabSec .d_flx .rgt {
    width: 550px;
    position: relative;
    display: block;
    float: right;
    height: auto;
    margin-bottom: 20px;
    padding-left: 40px;
}
}@media only screen and (min-width: 1351px) {
    .generalenquiryPage #tabSec .d_flx .rgt {
    width: 680px;
    height: auto;
}
}@media only screen and (min-width: 1441px) {
    .generalenquiryPage #tabSec .d_flx .rgt {
    width: 720px;
    height: auto;
    padding-left: 100px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .d_flx .rgt {
    width: 827px;
    padding-left: 130px;
}
}@media only screen and (max-width: 992px) {
    .generalenquiryPage #tabSec .d_flx .rgt {
    max-width: 540px;
    margin: auto;
    padding-bottom: 20px;
}
}.generalenquiryPage #tabSec .d_flx .rgt .conract_form {
    background-color: #fff;
    padding: 25px 15px 30px 15px;
    border-radius: 10px;
    position: relative;
}
@media only screen and (min-width: 610px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form {
    padding: 40px 50px 40px 45px;
    border-radius: 35px;
}
}@media only screen and (min-width: 1351px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form {
    padding: 40px 60px 40px 50px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form {
    padding: 55px 60px 65px 55px;
}
}.generalenquiryPage #tabSec .d_flx .rgt .conract_form .mainText {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1351px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .mainText {
    font-size: 24px;
}
}@media only screen and (min-width: 1441px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .mainText {
    font-size: 26px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .mainText {
    font-size: 30px;
}
}.generalenquiryPage #tabSec .d_flx .rgt .conract_form .text {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1351px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .text {
    font-size: 20px;
}
}@media only screen and (min-width: 1441px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .text {
    font-size: 22px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .text {
    font-size: 25px;
}
}.generalenquiryPage #tabSec .d_flx .rgt .conract_form iframe {
    width: 100%;
    height: 600px !important;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .cmnBtn {
    width: 100%;
    border-radius: 8px;
    margin: 30px 0;
    background: #af014a;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .icon6 {
    position: absolute;
    top: 12%;
    max-width: 20px;
    animation: scrollMove 3s linear infinite;
}
@media only screen and (min-width: 500px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .icon6 {
    max-width: 50px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .icon6 {
    max-width: 60px;
    top: 18%}
}.generalenquiryPage #tabSec .d_flx .rgt .conract_form label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form label {
    font-size: 18px;
    margin-bottom: 10px;
}
}.generalenquiryPage #tabSec .d_flx .rgt .conract_form .formGroup {
    margin-bottom: 23px;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .formGroup .form-control {
    border: none;
    border-bottom: 1px solid #a0a0a0;
    padding: 0px;
    border-radius: 0px;
    height: 40px;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .formGroup .form-control::placeholder {
    color: #cecece;
    font-size: 14px;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .formGroup .form-control: :placeholder {
    font-size: 18px;
}
}.generalenquiryPage #tabSec .d_flx .rgt .conract_form .btnSubmit {
    width: 190px;
    height: 48px;
    background-color: #00a2e0;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    margin: 0 0 0 auto;
}
@media only screen and (min-width: 1351px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .btnSubmit {
    font-size: 16px;
    width: 205px;
    height: 50px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .btnSubmit {
    font-size: 18px;
    width: 217px;
    height: 56px;
}
}.generalenquiryPage #tabSec .d_flx .rgt .conract_form .iti__flag {
    display: none;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0);
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .iti__arrow {
    border-bottom: none !important;
    border-top: 9px solid #00a2e0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .iti {
    display: block;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .iti__selected-flag {
    padding: 0 33px 0 0px;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .fileUploadInput {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #000;
    height: 150px;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .fileUploadInput .form-group {
    height: 100%}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .fileUploadInput label {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .17px;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 7px;
    display: inline-block;
    line-height: 3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .fileUploadInput label {
    font-size: 17px;
}
}.generalenquiryPage #tabSec .d_flx .rgt .conract_form .fileUploadInput .chose {
    border-radius: 5px;
    width: 187px;
    height: 41px;
    background-color: #ff4a51;
    padding: 7px 7px 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0px;
    bottom: 25px;
    pointer-events: none;
    font-size: 12px;
    text-decoration: none;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .fileUploadInput .chose .icon {
    width: 25px;
    height: 25px;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .fileUploadInput .chose .icon svg {
    width: 21px;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .fileUploadInput .chose .form_text {
    width: calc(100% - 25px);
    font-size: 17px;
    color: #fff;
    padding-left: 10px;
}
.generalenquiryPage #tabSec .d_flx .rgt .conract_form .fileUploadInput .placeholder_text {
    color: #cecece;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 33px;
    width: calc(100% - 200px);
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #tabSec .d_flx .rgt .conract_form .fileUploadInput .placeholder_text {
    font-size: 18px;
}
}.generalenquiryPage #tabSec .d_flx .rgt .btnSec {
    margin-top: 15px;
}
@media only screen and (min-width: 1351px) {
    .generalenquiryPage #tabSec .d_flx .rgt .btnSec {
    margin-top: 25px;
}
}.generalenquiryPage #connect {
    padding: 40px 0px 40px;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .generalenquiryPage #connect {
    padding: 60px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .generalenquiryPage #connect {
    padding: 80px 0px 80px;
}
}@media only screen and (min-width: 1661px) {
    .generalenquiryPage #connect {
    padding: 95px 0px 115px;
}
}.generalenquiryPage #connect .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.generalenquiryPage #connect .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.generalenquiryPage #connect .icons .icon.icon1 {
    max-width: 18px;
    top: 10%;
    left: 20%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .icons .icon.icon1 {
    max-width: 38px;
}
}.generalenquiryPage #connect .icons .icon.icon2 {
    max-width: 28px;
    top: 10%;
    right: 2%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .icons .icon.icon2 {
    max-width: 48px;
}
}.generalenquiryPage #connect .icons .icon.icon3 {
    max-width: 18px;
    top: 35%;
    left: 6%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .icons .icon.icon3 {
    max-width: 28px;
}
}.generalenquiryPage #connect .icons .icon.icon4 {
    max-width: 18px;
    top: 50%;
    right: 2%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .icons .icon.icon4 {
    max-width: 28px;
}
}.generalenquiryPage #connect .icons .icon.icon5 {
    max-width: 15px;
    bottom: 15px;
    left: 30%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .icons .icon.icon5 {
    max-width: 30px;
}
}.generalenquiryPage #connect .icons .icon.icon6 {
    max-width: 18px;
    bottom: 9%;
    left: 50%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .icons .icon.icon6 {
    max-width: 28px;
}
}.generalenquiryPage #connect .icons .icon.icon7 {
    max-width: 25px;
    right: 3%;
    bottom: 2%;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .icons .icon.icon7 {
    max-width: 45px;
}
}.generalenquiryPage #connect .mainHead {
    margin-bottom: 30px;
}
@media only screen and (min-width: 1441px) {
    .generalenquiryPage #connect .mainHead {
    margin-bottom: 60px;
}
}.generalenquiryPage #connect .mainHead .mainTitle span {
    color: #00a2e0;
}
.generalenquiryPage #connect .connect_bx {
    border: 1px solid #c6c4c4;
    border-radius: 30px;
    overflow: hidden;
}
@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .connect_bx {
    border-radius: 50px;
}
}.generalenquiryPage #connect .acc_bx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .generalenquiryPage #connect .acc_bx {
    margin: 0 -10px;
}
}.generalenquiryPage #connect .acc_bx .left {
    width: 100%;
    padding: 15px 4px 0px 10px;
    max-width: 522px;
    margin: auto;
}
@media only screen and (min-width: 560px) {
    .generalenquiryPage #connect .acc_bx .left {
    padding: 15px 4px 15px 20px;
}
}@media only screen and (min-width: 992px) {
    .generalenquiryPage #connect .acc_bx .left {
    width: 325px;
}
}@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .left {
    width: 375px;
    padding: 30px 6px 30px 30px;
}
}@media only screen and (min-width: 1351px) {
    .generalenquiryPage #connect .acc_bx .left {
    padding: 55px 10px 57px 43px;
    width: 430px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .left {
    width: 522px;
}
}.generalenquiryPage #connect .acc_bx .left .imgBx {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 469/616;
}
@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx {
    border-radius: 30px;
}
}.generalenquiryPage #connect .acc_bx .left .imgBx::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,  rgba(217,  217,  217,  0) 0%,  rgba(73,  73,  73,  0.66) 57.5%,  #000 99%);
}
.generalenquiryPage #connect .acc_bx .left .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.generalenquiryPage #connect .acc_bx .left .imgBx .content {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 1;
}
@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content {
    bottom: 40px;
    left: 30px;
}
}@media only screen and (min-width: 1351px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content {
    bottom: 55px;
    left: 35px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content {
    left: 48px;
}
}.generalenquiryPage #connect .acc_bx .left .imgBx .content .d_flx {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content .d_flx {
    margin-bottom: 25px;
}
}.generalenquiryPage #connect .acc_bx .left .imgBx .content .d_flx .accordion-header {
    padding: 0 3px;
}
@media only screen and (min-width: 1351px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content .d_flx .accordion-header {
    padding: 0 7px;
}
}.generalenquiryPage #connect .acc_bx .left .imgBx .content .d_flx .accordion-header .accordion-button {
    width: 115px;
    height: 42px;
    border: 1px solid #00a2e0;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    display: block;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content .d_flx .accordion-header .accordion-button {
    width: 125px;
}
}@media only screen and (min-width: 1351px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content .d_flx .accordion-header .accordion-button {
    font-size: 14px;
    width: 135px;
    height: 45px;
    border-radius: 9px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content .d_flx .accordion-header .accordion-button {
    font-size: 15px;
    width: 145px;
    height: 47px;
}
}.generalenquiryPage #connect .acc_bx .left .imgBx .content .d_flx .accordion-header .accordion-button:not(.collapsed) {
    background-color: #ff5057;
    border-color: #ff5057;
}
.generalenquiryPage #connect .acc_bx .left .imgBx .content .text {
    font-size: 13px;
    font-weight: 500;
    color: #00a39e;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content .text {
    font-size: 14px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content .text {
    font-size: 15px;
}
}.generalenquiryPage #connect .acc_bx .left .imgBx .content .time {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content .time {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .left .imgBx .content .time {
    font-size: 17px;
}
}.generalenquiryPage #connect .acc_bx .rgt {
    width: 100%;
    padding: 0px 10px;
}
@media only screen and (min-width: 992px) {
    .generalenquiryPage #connect .acc_bx .rgt {
    width: calc(100% - 325px);
}
}@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .rgt {
    width: calc(100% - 430px);
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .rgt {
    width: calc(100% - 522px);
}
}.generalenquiryPage #connect .acc_bx .rgt .accordion {
    height: 100%}
.generalenquiryPage #connect .acc_bx .rgt .accordion-item {
    border: none;
}
.generalenquiryPage #connect .acc_bx .rgt .accordion-item:has(.show) {
    height: 100%}
.generalenquiryPage #connect .acc_bx .rgt .accordion-item:has(.show) .accordion-collapse {
    height: 100%}
.generalenquiryPage #connect .acc_bx .rgt .accordion-item:has(.show) .accordion-body {
    height: 100%}
.generalenquiryPage #connect .acc_bx .rgt .accordion-body {
    padding: 0px;
    position: relative;
}
.generalenquiryPage #connect .acc_bx .rgt .addrs_bx {
    background-color: #af014a;
    border-radius: 37px;
    padding: 30px 80px 25px 25px;
    margin: 15px 4px 15px 0px;
    position: relative;
    width: 100%}
@media only screen and (min-width: 560px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx {
    max-width: 300px;
    position: absolute;
}
}@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx {
    max-width: 350px;
    padding: 50px 95px 48px 40px;
    margin: 30px 6px 30px 0px;
}
}@media only screen and (min-width: 1351px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx {
    margin: 55px 10px 57px 0px;
    max-width: 377px;
    padding: 50px 105px 48px 58px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx {
    max-width: 469px;
}
}.generalenquiryPage #connect .acc_bx .rgt .addrs_bx .bg {
    position: absolute;
    max-width: 150px;
    top: 30px;
    right: 10px;
}
@media only screen and (min-width: 1351px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .bg {
    max-width: 175px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .bg {
    max-width: 234px;
}
}.generalenquiryPage #connect .acc_bx .rgt .addrs_bx .title {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}
@media only screen and (min-width: 560px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .title {
    font-size: 24px;
    margin-bottom: 36px;
}
}@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .title {
    font-size: 26px;
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1351px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .title {
    font-size: 32px;
    margin-bottom: 52px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .title {
    font-size: 37px;
    margin-bottom: 80px;
}
}.generalenquiryPage #connect .acc_bx .rgt .addrs_bx .hd {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .hd {
    font-size: 18px;
}
}@media only screen and (min-width: 1351px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .hd {
    font-size: 20px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .hd {
    font-size: 25px;
    margin-bottom: 20px;
}
}.generalenquiryPage #connect .acc_bx .rgt .addrs_bx .addrs, .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .num, .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .mail {
    font-size: 13px;
    font-weight: 500;
    color: #fff8f8;
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .addrs, .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .num, .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .mail {
    font-size: 14px;
}
}@media only screen and (min-width: 1351px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .addrs, .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .num, .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .mail {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .addrs, .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .num, .generalenquiryPage #connect .acc_bx .rgt .addrs_bx .mail {
    font-size: 20px;
    margin-bottom: 20px;
}
}.generalenquiryPage #connect .acc_bx .rgt .addrs_bx a {
    display: inline-block;
}
.generalenquiryPage #connect .acc_bx .rgt .map_bx {
    border-radius: 50px;
    overflow: hidden;
    max-width: 550px;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
    .generalenquiryPage #connect .acc_bx .rgt .map_bx {
    max-width: 780px;
}
}@media only screen and (max-width: 992px) {
    .generalenquiryPage #connect .acc_bx .rgt .map_bx {
    height: 425px;
}
}@media only screen and (max-width: 560px) {
    .generalenquiryPage #connect .acc_bx .rgt .map_bx {
    height: 200px;
}
}.generalenquiryPage #connect .acc_bx .rgt .map_bx iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.careerpage #tabSec .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.careerpage #tabSec .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.careerpage #tabSec .icons .icon.icon1 {
    max-width: 22px;
    top: 25%;
    left: 3%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .careerpage #tabSec .icons .icon.icon1 {
    max-width: 44px;
}
}.careerpage #tabSec .icons .icon.icon2 {
    max-width: 20px;
    top: 7%;
    right: 40%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .careerpage #tabSec .icons .icon.icon2 {
    max-width: 49px;
}
}.careerpage #tabSec .icons .icon.icon3 {
    max-width: 65px;
    top: 15%;
    right: 20%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .careerpage #tabSec .icons .icon.icon3 {
    max-width: 165px;
}
}.careerpage #tabSec .icons .icon.icon4 {
    max-width: 15px;
    top: 20%;
    right: 2%;
    z-index: 2;
    left: initial;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .careerpage #tabSec .icons .icon.icon4 {
    max-width: 28px;
}
}.careerpage #tabSec .icons .icon.icon5 {
    max-width: 15px;
    bottom: 5%;
    left: 5%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .careerpage #tabSec .icons .icon.icon5 {
    max-width: 28px;
}
}.careerpage #tabSec .icons .icon.icon6 {
    max-width: 20px;
    bottom: -20px;
    left: 65%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .careerpage #tabSec .icons .icon.icon6 {
    max-width: 38px;
}
}.careerpage #tabSec .icons .icon.icon7 {
    max-width: 25px;
    right: 3%;
    bottom: 20%;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .careerpage #tabSec .icons .icon.icon7 {
    max-width: 52px;
}
}@media only screen and (min-width: 992px) {
    .careerpage #tabSec .d_flx .rgt {
    float: left;
}
}@media only screen and (min-width: 992px) {
    .careerpage #tabSec .d_flx .rgt {
    padding-left: 0px;
    padding-right: 40px;
}
}@media only screen and (min-width: 1441px) {
    .careerpage #tabSec .d_flx .rgt {
    padding-left: 0px;
    padding-right: 60px;
}
}@media only screen and (min-width: 1551px) {
    .careerpage #tabSec .d_flx .rgt {
    padding-left: 0px;
    padding-right: 100px;
}
}.contactpage #admission {
    padding: 40px 0px 5px;
    position: relative;
}
@media only screen and (min-width: 540px) {
    .contactpage #admission {
    padding: 50px 0px 15px;
}
}@media only screen and (min-width: 1441px) {
    .contactpage #admission {
    padding: 75px 0px 25px;
}
}.contactpage #admission .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.contactpage #admission .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.contactpage #admission .icons .icon.icon1 {
    max-width: 24px;
    bottom: 5%;
    left: 3%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .contactpage #admission .icons .icon.icon1 {
    max-width: 48px;
}
}.contactpage #admission .icons .icon.icon2 {
    max-width: 15px;
    bottom: 3%;
    left: 45%;
    animation: rotation 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .contactpage #admission .icons .icon.icon2 {
    max-width: 28px;
}
}.contactpage #admission .icons .icon.icon3 {
    max-width: 15px;
    top: 32%;
    left: 40%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .contactpage #admission .icons .icon.icon3 {
    max-width: 30px;
}
}.contactpage #admission .icons .icon.icon4 {
    max-width: 20px;
    bottom: 40%;
    right: 4%;
    left: initial;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .contactpage #admission .icons .icon.icon4 {
    max-width: 39px;
}
}.contactpage #admission .icons .icon.icon5 {
    max-width: 30px;
    bottom: 0%;
    right: 15%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .contactpage #admission .icons .icon.icon5 {
    max-width: 70px;
}
}.contactpage #admission .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
    .contactpage #admission .d_flx {
    margin: 0 -15px;
}
}@media only screen and (min-width: 1441px) {
    .contactpage #admission .d_flx {
    margin: 0 -25px;
}
}.contactpage #admission .d_flx .lft {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 992px) {
    .contactpage #admission .d_flx .lft {
    width: 50%;
    padding: 5px 15px;
}
}@media only screen and (min-width: 1351px) {
    .contactpage #admission .d_flx .lft {
    padding: 5px 15px;
}
}@media only screen and (min-width: 1441px) {
    .contactpage #admission .d_flx .lft {
    padding: 10px 25px;
}
}.contactpage #admission .d_flx .lft .mainHead .mainTitle span {
    color:#af014a;
}
.contactpage #admission .d_flx .lft p {
    margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
    .contactpage #admission .d_flx .lft p {
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1551px) {
    .contactpage #admission .d_flx .lft p {
    margin-bottom: 45px;
}
}.contactpage #admission .d_flx .lft .docu_bx {
    background-color: #f07c00;
    padding: 25px 20px 20px 20px;
    border-radius: 20px;
}
@media only screen and (min-width: 540px) {
    .contactpage #admission .d_flx .lft .docu_bx {
    padding: 50px 35px 50px 30px;
}
}@media only screen and (min-width: 992px) {
    .contactpage #admission .d_flx .lft .docu_bx {
    border-radius: 40px;
}
}@media only screen and (min-width: 1551px) {
    .contactpage #admission .d_flx .lft .docu_bx {
    padding: 65px 50px 65px 35px;
    border-radius: 50px;
}
}.contactpage #admission .d_flx .lft .docu_bx .title {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .contactpage #admission .d_flx .lft .docu_bx .title {
    font-size: 22px;
}
}@media only screen and (min-width: 1351px) {
    .contactpage #admission .d_flx .lft .docu_bx .title {
    font-size: 26px;
    padding-left: 25px;
}
}@media only screen and (min-width: 1551px) {
    .contactpage #admission .d_flx .lft .docu_bx .title {
    font-size: 30px;
}
}.contactpage #admission .d_flx .lft .docu_bx .title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 25px;
    background-color: #ff4a51;
    border-radius: 2px;
}
@media only screen and (min-width: 1351px) {
    .contactpage #admission .d_flx .lft .docu_bx .title: :after {
    width: 6px;
    height: 30px;
}
}@media only screen and (min-width: 1661px) {
    .contactpage #admission .d_flx .lft .docu_bx .title: :after {
    height: 33px;
}
}.contactpage #admission .d_flx .lft .docu_bx p {
    color: #fff;
}
.contactpage #admission .d_flx .lft .docu_bx ul, .contactpage #admission .d_flx .lft .docu_bx ol {
    padding-left: 20px;
}
.contactpage #admission .d_flx .lft .docu_bx ul li, .contactpage #admission .d_flx .lft .docu_bx ol li {
    color: #fff;
    font-size: 14px;
    list-style: disc;
    margin-bottom: 7px;
}
@media only screen and (min-width: 1441px) {
    .contactpage #admission .d_flx .lft .docu_bx ul li, .contactpage #admission .d_flx .lft .docu_bx ol li {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .contactpage #admission .d_flx .lft .docu_bx ul li, .contactpage #admission .d_flx .lft .docu_bx ol li {
    font-size: 18px;
}
}.contactpage #admission .d_flx .lft .docu_bx ol li {
    list-style: decimal;
}
.contactpage #admission .d_flx .rgt {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 992px) {
    .contactpage #admission .d_flx .rgt {
    width: 50%;
    padding: 5px 15px;
}
}@media only screen and (min-width: 1441px) {
    .contactpage #admission .d_flx .rgt {
    padding: 10px 25px;
}
}.contactpage #admission .d_flx .rgt .responsive_table {
    background-color:#af014a;
    padding: 40px 40px 40px 35px;
    border-radius: 20px;
    overflow-x: auto;
}
@media only screen and (min-width: 992px) {
    .contactpage #admission .d_flx .rgt .responsive_table {
    border-radius: 50px;
}
}@media only screen and (min-width: 1551px) {
    .contactpage #admission .d_flx .rgt .responsive_table {
    padding: 50px 55px 75px 70px;
}
}.contactpage #admission .d_flx .rgt .responsive_table::-webkit-scrollbar {
    height: 2px;
}
.contactpage #admission .d_flx .rgt .responsive_table table {
    max-width: 100%;
    table-layout: fixed;
    min-width: 425px;
}
.contactpage #admission .d_flx .rgt .responsive_table table tr th {
    font-size: 18px;
    font-family: "IvyMode", sans-serif;
    color: #fff;
    padding: 15px 10px;
    line-height: 1;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1351px) {
    .contactpage #admission .d_flx .rgt .responsive_table table tr th {
    font-size: 22px;
}
}@media only screen and (min-width: 1551px) {
    .contactpage #admission .d_flx .rgt .responsive_table table tr th {
    font-size: 26px;
}
}@media only screen and (min-width: 1661px) {
    .contactpage #admission .d_flx .rgt .responsive_table table tr th {
    font-size: 30px;
}
}.contactpage #admission .d_flx .rgt .responsive_table table tr th span {
    font-size: 14px;
}
@media only screen and (min-width: 1351px) {
    .contactpage #admission .d_flx .rgt .responsive_table table tr th span {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .contactpage #admission .d_flx .rgt .responsive_table table tr th span {
    font-size: 18px;
}
}.contactpage #admission .d_flx .rgt .responsive_table table tr th:last-child {
    width: 38%}
@media only screen and (min-width: 1200px) {
    .contactpage #admission .d_flx .rgt .responsive_table table tr th: last-child {
    width: 33%}
}.contactpage #admission .d_flx .rgt .responsive_table table tr td {
    font-size: 13px;
    color: #fff;
    padding: 7px 0px;
    border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 1351px) {
    .contactpage #admission .d_flx .rgt .responsive_table table tr td {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .contactpage #admission .d_flx .rgt .responsive_table table tr td {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .contactpage #admission .d_flx .rgt .responsive_table table tr td {
    font-size: 18px;
    padding: 8px 0px;
}
}.contactpage #admission .d_flx .rgt .responsive_table table tr td:nth-child(2) {
    text-align: center;
}
.contactpage #admission .d_flx .rgt .responsive_table table tr:nth-child(2) td {
    padding-top: 20px;
}
@media only screen and (min-width: 1551px) {
    .contactpage #admission .d_flx .rgt .responsive_table table tr: nth-child(2) td {
    padding-top: 30px;
}
}.teampage #commn_sec {
    padding: 15px 0px 15px;
    position: relative;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec {
    padding: 15px 0px 15px;
}
}.teampage #commn_sec .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.teampage #commn_sec .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.teampage #commn_sec .icons .icon.icon1 {
    max-width: 22px;
    top: 10%;
    left: 3%;
    animation: rotation 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .icons .icon.icon1 {
    max-width: 48px;
}
}.teampage #commn_sec .icons .icon.icon2 {
    max-width: 24px;
    top: 10%;
    right: 3%;
    z-index: 2;
    animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .icons .icon.icon2 {
    max-width: 48px;
}
}.teampage #commn_sec .icons .icon.icon3 {
    max-width: 20px;
    top: 25%;
    right: 2%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .icons .icon.icon3 {
    max-width: 40px;
}
}.teampage #commn_sec .icons .icon.icon4 {
    max-width: 25px;
    top: 33%;
    right: 15%;
    z-index: 2;
    left: initial;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .icons .icon.icon4 {
    max-width: 56px;
}
}.teampage #commn_sec .icons .icon.icon5 {
    max-width: 20px;
    bottom: 35%;
    left: 1%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .icons .icon.icon5 {
    max-width: 40px;
}
}.teampage #commn_sec .icons .icon.icon6 {
    max-width: 25px;
    bottom: 35%;
    left: 35%;
    animation: rotation 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .icons .icon.icon6 {
    max-width: 56px;
}
}.teampage #commn_sec .icons .icon.icon7 {
    max-width: 8px;
    right: 1%;
    bottom: 35%;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .icons .icon.icon7 {
    max-width: 13px;
}
}.teampage #commn_sec .icons .icon.icon8 {
    max-width: 25px;
    right: 35%;
    bottom: 2%;
    animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .icons .icon.icon8 {
    max-width: 56px;
}
}@media only screen and (min-width: 768px) {
    .teampage #commn_sec .commn_bx .item_bx: nth-child(even) .d_flx .lft {
    float: right;
}
}.teampage #commn_sec .commn_bx .item_bx:nth-child(even) .d_flx .rgt .team_icon {
    left: 50%;
    right: inherit;
    bottom: 10%;
    top: inherit;
}
.teampage #commn_sec .item_bx {
    background-color: #ffcd38;
    padding: 20px 15px 20px 15px;
    border-radius: 10px;
    margin: 30px 0px;
}
@media only screen and (min-width: 568px) {
    .teampage #commn_sec .item_bx {
    border-radius: 20px;
}
}@media only screen and (min-width: 768px) {
    .teampage #commn_sec .item_bx {
    padding: 40px 45px 40px 40px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1441px) {
    .teampage #commn_sec .item_bx {
    padding: 40px 65px 40px 60px;
    margin: 50px 0px;
}
}@media only screen and (min-width: 1661px) {
    .teampage #commn_sec .item_bx {
    padding: 45px 95px 50px 80px;
}
}.teampage #commn_sec .item_bx .d_flx {
    width: 100%;
    position: relative;
}
.teampage #commn_sec .item_bx .d_flx::after {
    content: "";
    clear: both;
    display: block;
}
.teampage #commn_sec .item_bx .d_flx>* {
    padding: 8px;
}
.teampage #commn_sec .item_bx .d_flx .lft {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .teampage #commn_sec .item_bx .d_flx .lft {
    float: left;
    padding-right: 30px;
    width: 100%}
}@media only screen and (min-width: 992px) {
    .teampage #commn_sec .item_bx .d_flx .lft {
    padding-bottom: 40px;
    width: 370px;
    padding-right: 15px;
}
}@media only screen and (min-width: 1200px) {
    .teampage #commn_sec .item_bx .d_flx .lft {
    padding-right: 25px;
    width: 410px;
}
}@media only screen and (min-width: 1441px) {
    .teampage #commn_sec .item_bx .d_flx .lft {
    width: 445px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .item_bx .d_flx .lft {
    width: 560px;
}
}@media only screen and (min-width: 1661px) {
    .teampage #commn_sec .item_bx .d_flx .lft {
    padding-right: 60px;
}
}@media only screen and (max-width: 992px) {
    .teampage #commn_sec .item_bx .d_flx .lft {
    max-width: 370px;
    margin: auto;
}
}.teampage #commn_sec .item_bx .d_flx .lft .imgBx {
    position: relative;
}
.teampage #commn_sec .item_bx .d_flx .lft .imgBx::after {
    content: "";
    position: absolute;
    width: 228px;
    height: 228px;
    border-radius: 50%;
    background-color: #f0f0f0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
@media only screen and (min-width: 568px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx: :after {
    width: 328px;
    height: 328px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx: :after {
    width: 428px;
    height: 428px;
}
}.teampage #commn_sec .item_bx .d_flx .lft .imgBx .person_img {
    border-radius: 50%;
    overflow: hidden;
    width: 205px;
    height: 205px;
    position: relative;
    z-index: 1;
    margin: auto;
}
@media only screen and (min-width: 568px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx .person_img {
    width: 305px;
    height: 305px;
}
}@media only screen and (min-width: 992px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx .person_img {
    width: 295px;
    height: 295px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx .person_img {
    width: 385px;
    height: 385px;
}
}.teampage #commn_sec .item_bx .d_flx .lft .imgBx img {
    @includeimgFit;
}
.teampage #commn_sec .item_bx .d_flx .lft .imgBx .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff4a51;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 3;
}
@media only screen and (min-width: 350px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx .icon {
    right: 50px;
}
}@media only screen and (min-width: 568px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx .icon {
    width: 70px;
    height: 70px;
    right: 20px;
}
}@media only screen and (min-width: 768px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx .icon {
    width: 80px;
    height: 80px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx .icon {
    width: 93px;
    height: 93px;
    right: 5px;
}
}.teampage #commn_sec .item_bx .d_flx .lft .imgBx .icon img {
    max-width: 25px;
}
@media only screen and (min-width: 568px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx .icon img {
    max-width: 33px;
}
}@media only screen and (min-width: 768px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx .icon img {
    max-width: 43px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .item_bx .d_flx .lft .imgBx .icon img {
    max-width: 53px;
}
}.teampage #commn_sec .item_bx .rgt {
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .teampage #commn_sec .item_bx .rgt {
    padding-left: 15px;
}
}@media only screen and (min-width: 1200px) {
    .teampage #commn_sec .item_bx .rgt {
    padding-left: 25px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .item_bx .rgt {
    padding-left: 45px;
}
}@media only screen and (min-width: 1661px) {
    .teampage #commn_sec .item_bx .rgt {
    padding-left: 65px;
}
}.teampage #commn_sec .item_bx .rgt .team_icon {
    position: absolute;
    right: 5%;
    top: 4%;
    max-width: 80px;
    pointer-events: none;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .teampage #commn_sec .item_bx .rgt .team_icon {
    max-width: 130px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .item_bx .rgt .team_icon {
    max-width: 199px;
}
}.teampage #commn_sec .item_bx .rgt .team_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teampage #commn_sec .item_bx .rgt .person {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    display: flow-root;
}
.teampage #commn_sec .item_bx .rgt .person::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: auto;
    background-color: #ff4a51;
    border-radius: 2px;
}
.teampage #commn_sec .item_bx .rgt .person .name {
    font-size: 20px;
    color: #000;
    font-family: "IvyMode", sans-serif;
}
@media only screen and (min-width: 1200px) {
    .teampage #commn_sec .item_bx .rgt .person .name {
    font-size: 22px;
}
}@media only screen and (min-width: 1441px) {
    .teampage #commn_sec .item_bx .rgt .person .name {
    font-size: 26px;
}
}@media only screen and (min-width: 1661px) {
    .teampage #commn_sec .item_bx .rgt .person .name {
    font-size: 30px;
}
}.teampage #commn_sec .item_bx .rgt .person .position {
    font-size: 14px;
    color: #000;
}
@media only screen and (min-width: 1200px) {
    .teampage #commn_sec .item_bx .rgt .person .position {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .teampage #commn_sec .item_bx .rgt .person .position {
    font-size: 18px;
}
}@media only screen and (min-width: 1661px) {
    .teampage #commn_sec .item_bx .rgt .person .position {
    font-size: 20px;
}
}.teampage #commn_sec .item_bx .rgt .content {
    position: relative;
    z-index: 1;
}
.teampage #commn_sec .item_bx .rgt .content a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .item_bx .rgt .content a {
    font-size: 18px;
}
}.teampage #commn_sec .item_bx .rgt .content.show p {
    display: block !important;
    overflow: visible;
}
.teampage #commn_sec .item_bx .rgt .readmore {
    background: rgba(0, 0, 0, 0);
    color: #000;
    font-weight: 600;
    padding: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: underline;
    transition: all .5s;
    font-size: 16px;
    text-transform: uppercase;
}
@media only screen and (min-width: 1551px) {
    .teampage #commn_sec .item_bx .rgt .readmore {
    font-size: 18px;
}
}@media only screen and (min-width: 992px) {
    .teampage #commn_sec .item_bx .rgt .readmore: hover {
    color: #fff;
}
}.teampage #commn_sec .item_bx .rgt .content p {
    display: -webkit-box;
    -webkit-line-clamp: var(--lines);
    line-clamp: var(--lines);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    --lines:  5;
}
@media only screen and (min-width: 992px) {
    .teampage #commn_sec .item_bx .rgt .content p {
    --lines:  10;
}
}.teampage #commn_sec .item_bx .rgt .content p:not(:first-child) {
    display: none;
}
.teampage #team_members {
    padding: 15px 0px 40px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .teampage #team_members {
    padding: 15px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .teampage #team_members {
    padding: 15px 0px 80px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #team_members {
    padding: 25px 0px 105px;
}
}.teampage #team_members .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.teampage #team_members .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.teampage #team_members .icons .icon.icon1 {
    max-width: 8px;
    top: 25%;
    left: 2%;
    animation: vibrate 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #team_members .icons .icon.icon1 {
    max-width: 13px;
}
}.teampage #team_members .icons .icon.icon2 {
    max-width: 20px;
    top: 40%;
    right: 3%;
    z-index: 2;
    animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #team_members .icons .icon.icon2 {
    max-width: 40px;
}
}.teampage #team_members .icons .icon.icon3 {
    max-width: 25px;
    top: 50%;
    left: 4%;
    z-index: 2;
    animation: rotation 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #team_members .icons .icon.icon3 {
    max-width: 47px;
}
}.teampage #team_members .icons .icon.icon4 {
    max-width: 20px;
    bottom: 15%;
    left: 3%;
    z-index: 2;
    left: initial;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #team_members .icons .icon.icon4 {
    max-width: 40px;
}
}.teampage #team_members .icons .icon.icon5 {
    max-width: 8px;
    bottom: 10%;
    right: 5%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teampage #team_members .icons .icon.icon5 {
    max-width: 13px;
}
}.teampage #team_members .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 540px) {
    .teampage #team_members .d_flx {
    margin: 0 -8px;
}
}@media only screen and (min-width: 1441px) {
    .teampage #team_members .d_flx {
    margin: 0 -13px;
}
}.teampage #team_members .d_flx .item {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 540px) {
    .teampage #team_members .d_flx .item {
    width: 50%;
    padding: 10px 8px;
}
}@media only screen and (min-width: 992px) {
    .teampage #team_members .d_flx .item {
    width: 33.3333333333%}
}@media only screen and (min-width: 1441px) {
    .teampage #team_members .d_flx .item {
    padding: 18px 13px;
}
}.teampage #team_members .d_flx .item .membr_bx {
    background-color: #f0f0f0;
    padding: 35px 20px 40px 20px;
    border-radius: 50px;
    height: 100%}
@media only screen and (min-width: 1200px) {
    .teampage #team_members .d_flx .item .membr_bx {
    padding: 55px 40px 60px 40px;
}
}.teampage #team_members .d_flx .item .membr_bx .imgBx {
    position: relative;
}
@media only screen and (max-width: 540px) {
    .teampage #team_members .d_flx .item .membr_bx .imgBx {
    max-width: 265px;
    margin: auto;
}
}.teampage #team_members .d_flx .item .membr_bx .imgBx::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ffcd38;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
@media only screen and (min-width: 1200px) {
    .teampage #team_members .d_flx .item .membr_bx .imgBx: :after {
    width: 279px;
    height: 279px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #team_members .d_flx .item .membr_bx .imgBx: :after {
    width: 379px;
    height: 379px;
}
}.teampage #team_members .d_flx .item .membr_bx .imgBx .person_img {
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    height: 180px;
    position: relative;
    z-index: 1;
    margin: auto;
    background-color: #fff;
}
@media only screen and (min-width: 1200px) {
    .teampage #team_members .d_flx .item .membr_bx .imgBx .person_img {
    width: 249px;
    height: 249px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #team_members .d_flx .item .membr_bx .imgBx .person_img {
    width: 349px;
    height: 349px;
}
}.teampage #team_members .d_flx .item .membr_bx .imgBx img {
    @includeimgFit;
}
.teampage #team_members .d_flx .item .membr_bx .imgBx .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f07c00;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 3;
}
@media only screen and (min-width: 640px) {
    .teampage #team_members .d_flx .item .membr_bx .imgBx .icon {
    right: 25px;
}
}@media only screen and (min-width: 1200px) {
    .teampage #team_members .d_flx .item .membr_bx .imgBx .icon {
    width: 70px;
    height: 70px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #team_members .d_flx .item .membr_bx .imgBx .icon {
    width: 82px;
    height: 82px;
}
}.teampage #team_members .d_flx .item .membr_bx .imgBx .icon img {
    max-width: 25px;
}
@media only screen and (min-width: 1200px) {
    .teampage #team_members .d_flx .item .membr_bx .imgBx .icon img {
    max-width: 35px;
}
}@media only screen and (min-width: 1551px) {
    .teampage #team_members .d_flx .item .membr_bx .imgBx .icon img {
    max-width: 47px;
}
}.teampage #team_members .d_flx .item .membr_bx .person {
    margin-top: 40px;
    position: relative;
    padding-left: 20px;
}
@media only screen and (min-width: 1200px) {
    .teampage #team_members .d_flx .item .membr_bx .person {
    margin-top: 60px;
}
}.teampage #team_members .d_flx .item .membr_bx .person::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: auto;
    background-color: #f07c00;
    border-radius: 2px;
}
.teampage #team_members .d_flx .item .membr_bx .person .name {
    font-size: 18px;
    color: #000;
    font-family: "IvyMode", sans-serif;
}
@media only screen and (min-width: 1200px) {
    .teampage #team_members .d_flx .item .membr_bx .person .name {
    font-size: 20px;
}
}@media only screen and (min-width: 1441px) {
    .teampage #team_members .d_flx .item .membr_bx .person .name {
    font-size: 22px;
}
}@media only screen and (min-width: 1661px) {
    .teampage #team_members .d_flx .item .membr_bx .person .name {
    font-size: 26px;
}
}.teampage #team_members .d_flx .item .membr_bx .person .position {
    font-size: 14px;
    color: #000;
}
@media only screen and (min-width: 1200px) {
    .teampage #team_members .d_flx .item .membr_bx .person .position {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .teampage #team_members .d_flx .item .membr_bx .person .position {
    font-size: 18px;
}
}@media only screen and (min-width: 1661px) {
    .teampage #team_members .d_flx .item .membr_bx .person .position {
    font-size: 20px;
}
}.notepage #note {
    padding: 65px 0px 60px;
    position: relative;
}
.notepage #note .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.notepage #note .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.notepage #note .icons .icon.icon1 {
    max-width: 24px;
    top: 5%;
    left: 0;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .notepage #note .icons .icon.icon1 {
    max-width: 48px;
}
}.notepage #note .icons .icon.icon2 {
    max-width: 48px;
    top: -14%;
    left: 6%;
    z-index: 2;
    animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 640px) {
    .notepage #note .icons .icon.icon2 {
    top: 16%}
}@media only screen and (min-width: 1551px) {
    .notepage #note .icons .icon.icon2 {
    max-width: 48px;
}
}.notepage #note .icons .icon.icon3 {
    max-width: 25px;
    top: 35%;
    right: 25%;
    z-index: 2;
    animation: rotation 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .notepage #note .icons .icon.icon3 {
    max-width: 56px;
}
}.notepage #note .icons .icon.icon4 {
    max-width: 20px;
    top: 31%;
    right: 2%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .notepage #note .icons .icon.icon4 {
    max-width: 40px;
}
}.notepage #note .icons .icon.icon5 {
    max-width: 20px;
    bottom: 50%;
    left: 2%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .notepage #note .icons .icon.icon5 {
    max-width: 40px;
}
}.notepage #note .icons .icon.icon6 {
    max-width: 22px;
    bottom: 5%;
    right: 2%;
    animation: rotation 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .notepage #note .icons .icon.icon6 {
    max-width: 47px;
}
}.notepage #note .item_bx {
    background-color:#e1a667;
    padding: 20px 15px 20px 15px;
    border-radius: 10px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 568px) {
    .notepage #note .item_bx {
    border-radius: 20px;
}
}@media only screen and (min-width: 768px) {
    .notepage #note .item_bx {
    padding: 40px 100px 40px 40px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1441px) {
    .notepage #note .item_bx {
    padding: 40px 160px 40px 60px;
    margin-bottom: 60px;
}
}@media only screen and (min-width: 1661px) {
    .notepage #note .item_bx {
    padding: 45px 240px 50px 80px;
}
}.notepage #note .item_bx .d_flx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (min-width: 992px) {
    .notepage #note .item_bx .d_flx {
    margin: 0 -15px;
}
}@media only screen and (min-width: 1200px) {
    .notepage #note .item_bx .d_flx {
    margin: 0 -25px;
}
}@media only screen and (min-width: 1551px) {
    .notepage #note .item_bx .d_flx {
    margin: 0 -45px;
}
}@media only screen and (min-width: 1661px) {
    .notepage #note .item_bx .d_flx {
    margin: 0 -65px;
}
}.notepage #note .item_bx .d_flx .lft {
    width: 100%;
    padding: 10px 0px;
}
@media only screen and (min-width: 992px) {
    .notepage #note .item_bx .d_flx .lft {
    width: 370px;
    padding: 5px 15px;
}
}@media only screen and (min-width: 1200px) {
    .notepage #note .item_bx .d_flx .lft {
    width: 410px;
    padding: 5px 25px;
}
}@media only screen and (min-width: 1441px) {
    .notepage #note .item_bx .d_flx .lft {
    width: 445px;
}
}@media only screen and (min-width: 1551px) {
    .notepage #note .item_bx .d_flx .lft {
    width: 560px;
    padding: 5px 45px;
}
}@media only screen and (min-width: 1661px) {
    .notepage #note .item_bx .d_flx .lft {
    padding: 5px 65px;
}
}@media only screen and (max-width: 992px) {
    .notepage #note .item_bx .d_flx .lft {
    max-width: 370px;
    margin: auto;
}
}.notepage #note .item_bx .d_flx .lft .imgBx {
    position: relative;
}
.notepage #note .item_bx .d_flx .lft .imgBx::after {
    content: "";
    position: absolute;
    width: 228px;
    height: 228px;
    border-radius: 50%;
    background-color: #f0f0f0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
@media only screen and (min-width: 568px) {
    .notepage #note .item_bx .d_flx .lft .imgBx: :after {
    width: 328px;
    height: 328px;
}
}@media only screen and (min-width: 1551px) {
    .notepage #note .item_bx .d_flx .lft .imgBx: :after {
    width: 428px;
    height: 428px;
}
}.notepage #note .item_bx .d_flx .lft .imgBx .person_img {
    border-radius: 50%;
    overflow: hidden;
    width: 205px;
    height: 205px;
    position: relative;
    z-index: 1;
    margin: auto;
    background-color: #fff;
}
@media only screen and (min-width: 568px) {
    .notepage #note .item_bx .d_flx .lft .imgBx .person_img {
    width: 305px;
    height: 305px;
}
}@media only screen and (min-width: 992px) {
    .notepage #note .item_bx .d_flx .lft .imgBx .person_img {
    width: 295px;
    height: 295px;
}
}@media only screen and (min-width: 1551px) {
    .notepage #note .item_bx .d_flx .lft .imgBx .person_img {
    width: 385px;
    height: 385px;
}
}.notepage #note .item_bx .d_flx .lft .imgBx img {
    @includeimgFit;
}
.notepage #note .item_bx .d_flx .lft .imgBx .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ff4a51;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 3;
}
@media only screen and (min-width: 350px) {
    .notepage #note .item_bx .d_flx .lft .imgBx .icon {
    right: 50px;
}
}@media only screen and (min-width: 568px) {
    .notepage #note .item_bx .d_flx .lft .imgBx .icon {
    width: 70px;
    height: 70px;
    right: 20px;
}
}@media only screen and (min-width: 768px) {
    .notepage #note .item_bx .d_flx .lft .imgBx .icon {
    width: 80px;
    height: 80px;
}
}@media only screen and (min-width: 1551px) {
    .notepage #note .item_bx .d_flx .lft .imgBx .icon {
    width: 93px;
    height: 93px;
    right: 5px;
}
}.notepage #note .item_bx .d_flx .lft .imgBx .icon img {
    max-width: 25px;
}
@media only screen and (min-width: 568px) {
    .notepage #note .item_bx .d_flx .lft .imgBx .icon img {
    max-width: 33px;
}
}@media only screen and (min-width: 768px) {
    .notepage #note .item_bx .d_flx .lft .imgBx .icon img {
    max-width: 43px;
}
}@media only screen and (min-width: 1551px) {
    .notepage #note .item_bx .d_flx .lft .imgBx .icon img {
    max-width: 53px;
}
}.notepage #note .item_bx .d_flx .rgt {
    width: 100%;
    padding: 10px 0px;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .notepage #note .item_bx .d_flx .rgt {
    width: calc(100% - 370px);
    padding: 5px 15px;
}
}@media only screen and (min-width: 1200px) {
    .notepage #note .item_bx .d_flx .rgt {
    width: calc(100% - 410px);
    padding: 5px 25px;
}
}@media only screen and (min-width: 1441px) {
    .notepage #note .item_bx .d_flx .rgt {
    width: calc(100% - 445px);
}
}@media only screen and (min-width: 1551px) {
    .notepage #note .item_bx .d_flx .rgt {
    width: calc(100% - 560px);
    padding: 5px 45px;
}
}@media only screen and (min-width: 1661px) {
    .notepage #note .item_bx .d_flx .rgt {
    padding: 5px 65px;
}
}.notepage #note .item_bx .d_flx .rgt .mainHead {
    margin-bottom: 25px;
}
@media only screen and (min-width: 1351px) {
    .notepage #note .item_bx .d_flx .rgt .mainHead {
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1441px) {
    .notepage #note .item_bx .d_flx .rgt .mainHead {
    margin-bottom: 55px;
}
}.notepage #note .item_bx .d_flx .rgt .team_icon {
    position: absolute;
    right: 5%;
    top: 4%;
    max-width: 80px;
    pointer-events: none;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1200px) {
    .notepage #note .item_bx .d_flx .rgt .team_icon {
    max-width: 130px;
}
}@media only screen and (min-width: 1551px) {
    .notepage #note .item_bx .d_flx .rgt .team_icon {
    max-width: 199px;
}
}.notepage #note .item_bx .d_flx .rgt .team_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notepage #note .item_bx .d_flx .rgt .person {
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
    max-width: 400px;
}
@media only screen and (min-width: 1351px) {
    .notepage #note .item_bx .d_flx .rgt .person {
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1441px) {
    .notepage #note .item_bx .d_flx .rgt .person {
    max-width: 508px;
}
}.notepage #note .item_bx .d_flx .rgt .person::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: auto;
    background-color: #ff4a51;
    border-radius: 2px;
}
.notepage #note .item_bx .d_flx .rgt .person .name {
    font-size: 20px;
    color: #fff;
    font-family: "IvyMode", sans-serif;
}
@media only screen and (min-width: 1200px) {
    .notepage #note .item_bx .d_flx .rgt .person .name {
    font-size: 22px;
}
}@media only screen and (min-width: 1441px) {
    .notepage #note .item_bx .d_flx .rgt .person .name {
    font-size: 26px;
}
}@media only screen and (min-width: 1661px) {
    .notepage #note .item_bx .d_flx .rgt .person .name {
    font-size: 30px;
}
}.notepage #note .item_bx .d_flx .rgt .person .position {
    font-size: 14px;
    color: #000;
}
@media only screen and (min-width: 1200px) {
    .notepage #note .item_bx .d_flx .rgt .person .position {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .notepage #note .item_bx .d_flx .rgt .person .position {
    font-size: 18px;
}
}@media only screen and (min-width: 1661px) {
    .notepage #note .item_bx .d_flx .rgt .person .position {
    font-size: 20px;
}
}.notepage #note .item_bx .d_flx .rgt .content {
    position: relative;
    z-index: 1;
}
.notepage #note .item_bx .d_flx .rgt .content .text {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
@media only screen and (min-width: 992px) {
    .notepage #note .item_bx .d_flx .rgt .content .text {
    font-size: 18px;
}
}@media only screen and (min-width: 1441px) {
    .notepage #note .item_bx .d_flx .rgt .content .text {
    font-size: 22px;
}
}@media only screen and (min-width: 1661px) {
    .notepage #note .item_bx .d_flx .rgt .content .text {
    font-size: 24px;
}
}.founderpage #founder {
    padding: 40px 0px 40px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .founderpage #founder {
    padding: 60px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .founderpage #founder {
    padding: 80px 0px 80px;
}
}@media only screen and (min-width: 1661px) {
    .founderpage #founder {
    padding: 100px 0px 100px;
}
}.founderpage #founder .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.founderpage #founder .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.founderpage #founder .icons .icon.icon1 {
    max-width: 15px;
    top: 20%;
    left: 2%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #founder .icons .icon.icon1 {
    max-width: 30px;
}
}.founderpage #founder .icons .icon.icon2 {
    max-width: 8px;
    top: 3%;
    right: 30%;
    z-index: 2;
    animation: rotation 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #founder .icons .icon.icon2 {
    max-width: 13px;
}
}.founderpage #founder .icons .icon.icon3 {
    max-width: 20px;
    bottom: 35%;
    right: 3%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #founder .icons .icon.icon3 {
    max-width: 40px;
}
}.founderpage #founder .icons .icon.icon4 {
    max-width: 20px;
    bottom: 6%;
    right: 20%;
    z-index: 2;
    animation: rotation 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #founder .icons .icon.icon4 {
    max-width: 47px;
}
}.founderpage #founder .founderBx {
    background-color: #af014a26;
    padding: 30px 10px 20px 10px;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) {
    .founderpage #founder .founderBx {
    padding: 45px 30px 30px 35px;
    border-radius: 40px;
}
}@media only screen and (min-width: 1441px) {
    .founderpage #founder .founderBx {
    padding: 60px 50px 45px 45px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1661px) {
    .founderpage #founder .founderBx {
    padding: 65px 70px 65px 55px;
}
}.founderpage #founder .founderBx .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
    .founderpage #founder .founderBx .d_flx {
    margin: 0 -20px;
}
}@media only screen and (min-width: 1551px) {
    .founderpage #founder .founderBx .d_flx {
    margin: 0 -30px;
}
}.founderpage #founder .founderBx .d_flx .lft {
    width: 365px;
    padding: 10px 10px;
}
@media only screen and (min-width: 1200px) {
    .founderpage #founder .founderBx .d_flx .lft {
    width: 400px;
    padding: 10px 20px;
}
}@media only screen and (min-width: 1551px) {
    .founderpage #founder .founderBx .d_flx .lft {
    width: 495px;
    padding: 10px 30px;
}
}@media only screen and (max-width: 992px) {
    .founderpage #founder .founderBx .d_flx .lft {
    max-width: 365px;
    margin: auto;
}
}.founderpage #founder .founderBx .d_flx .lft .imgBx {
    width: 100%;
    position: relative;
}
.founderpage #founder .founderBx .d_flx .lft .imgBx .person-img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) {
    .founderpage #founder .founderBx .d_flx .lft .imgBx .person-img {
    border-radius: 36px;
}
}.founderpage #founder .founderBx .d_flx .lft .imgBx .person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.founderpage #founder .founderBx .d_flx .lft .imgBx .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: -25px;
    background-color: #00a39e;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 992px) {
    .founderpage #founder .founderBx .d_flx .lft .imgBx .icon {
    width: 70px;
    height: 70px;
    top: -40px;
}
}@media only screen and (min-width: 1551px) {
    .founderpage #founder .founderBx .d_flx .lft .imgBx .icon {
    width: 85px;
    height: 85px;
}
}.founderpage #founder .founderBx .d_flx .lft .imgBx .icon img {
    max-width: 20px;
}
@media only screen and (min-width: 992px) {
    .founderpage #founder .founderBx .d_flx .lft .imgBx .icon img {
    max-width: 30px;
}
}@media only screen and (min-width: 1551px) {
    .founderpage #founder .founderBx .d_flx .lft .imgBx .icon img {
    max-width: 49px;
}
}.founderpage #founder .founderBx .d_flx .rgt {
    width: 100%;
    padding: 10px 10px;
}
@media only screen and (min-width: 992px) {
    .founderpage #founder .founderBx .d_flx .rgt {
    width: calc(100% - 365px);
}
}@media only screen and (min-width: 1200px) {
    .founderpage #founder .founderBx .d_flx .rgt {
    width: calc(100% - 400px);
    padding: 10px 20px;
}
}@media only screen and (min-width: 1551px) {
    .founderpage #founder .founderBx .d_flx .rgt {
    width: calc(100% - 495px);
    padding: 10px 30px;
}
}.founderpage #founder .founderBx .d_flx .rgt .person {
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}
@media only screen and (min-width: 1351px) {
    .founderpage #founder .founderBx .d_flx .rgt .person {
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1551px) {
    .founderpage #founder .founderBx .d_flx .rgt .person {
    margin-bottom: 40px;
}
}.founderpage #founder .founderBx .d_flx .rgt .person::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: auto;
    background-color: #ff4a51;
    border-radius: 2px;
}
.founderpage #founder .founderBx .d_flx .rgt .person .name {
    font-size: 20px;
    color: #dc3545;
    font-family: "IvyMode", sans-serif;
}
@media only screen and (min-width: 1200px) {
    .founderpage #founder .founderBx .d_flx .rgt .person .name {
    font-size: 22px;
}
}@media only screen and (min-width: 1441px) {
    .founderpage #founder .founderBx .d_flx .rgt .person .name {
    font-size: 26px;
}
}@media only screen and (min-width: 1661px) {
    .founderpage #founder .founderBx .d_flx .rgt .person .name {
    font-size: 30px;
}
}.founderpage #founder .founderBx .d_flx .rgt .person .position {
    font-size: 14px;
    color: #000;
}
@media only screen and (min-width: 1200px) {
    .founderpage #founder .founderBx .d_flx .rgt .person .position {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .founderpage #founder .founderBx .d_flx .rgt .person .position {
    font-size: 18px;
}
}@media only screen and (min-width: 1661px) {
    .founderpage #founder .founderBx .d_flx .rgt .person .position {
    font-size: 20px;
}
}.founderpage #partners {
    padding: 40px 0px 40px;
    background-color: #f0f0f0;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .founderpage #partners {
    padding: 60px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .founderpage #partners {
    padding: 80px 0px 100px;
}
}@media only screen and (min-width: 1661px) {
    .founderpage #partners {
    padding: 100px 0px 185px;
}
}.founderpage #partners .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.founderpage #partners .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.founderpage #partners .icons .icon.icon1 {
    max-width: 30px;
    top: 20%;
    left: 0px;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #partners .icons .icon.icon1 {
    max-width: 71px;
}
}.founderpage #partners .icons .icon.icon2 {
    max-width: 20px;
    bottom: 5%;
    left: 3%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #partners .icons .icon.icon2 {
    max-width: 40px;
}
}.founderpage #partners .icons .icon.icon3 {
    max-width: 24px;
    top: 25%;
    right: 35%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #partners .icons .icon.icon3 {
    max-width: 48px;
}
}.founderpage #partners .icons .icon.icon4 {
    max-width: 8px;
    bottom: 20%;
    right: 28%;
    z-index: 2;
    animation: rotation 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #partners .icons .icon.icon4 {
    max-width: 13px;
}
}.founderpage #partners .icons .icon.icon5 {
    max-width: 8px;
    top: 15%;
    right: 15%;
    animation: rotation 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #partners .icons .icon.icon5 {
    max-width: 13px;
}
}.founderpage #partners .icons .icon.icon6 {
    max-width: 35px;
    top: 17%;
    right: 3%;
    animation: rotation 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #partners .icons .icon.icon6 {
    max-width: 75px;
}
}.founderpage #partners .icons .icon.icon7 {
    max-width: 18px;
    bottom: 25%;
    right: 1%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .founderpage #partners .icons .icon.icon7 {
    max-width: 35px;
}
}.founderpage #partners .mainHead {
    margin-bottom: 50px;
}
.founderpage #partners .mainHead .mainTitle span {
    color: #ff4a51;
}
.founderpage #partners .flXbx {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid #865aa4;
    border-radius: 24px;
    background: #fff;
    padding: 20px 10px;
}
@media only screen and (min-width: 1441px) {
    .founderpage #partners .flXbx {
    padding: 30px 10px;
}
}@media only screen and (min-width: 450px) {
    .founderpage #partners .flXbx .owl-item.active: not(:first-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background-color: #865aa4;
    height: 75%}
}.founderpage #partners .flXbx .partnerBx {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px;
}
@media only screen and (min-width: 1551px) {
    .founderpage #partners .flXbx .partnerBx {
    padding: 20px 30px;
}
}.founderpage #partners .flXbx .partnerBx:hover .imgBx img {
    transform: scale(0.8);
}
.founderpage #partners .flXbx .partnerBx .imgBx {
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    height: 60px;
}
@media only screen and (min-width: 1200px) {
    .founderpage #partners .flXbx .partnerBx .imgBx {
    max-width: 120px;
    height: 80px;
}
}@media only screen and (min-width: 1551px) {
    .founderpage #partners .flXbx .partnerBx .imgBx {
    max-width: 175px;
    height: 110px;
}
}.founderpage #partners .flXbx .partnerBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.founderpage #partners .flXbx .partnerBx .info {
    text-align: center;
}
.founderpage #partners .flXbx .partnerBx .info .Txt {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
@media only screen and (min-width: 1200px) {
    .founderpage #partners .flXbx .partnerBx .info .Txt {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .founderpage #partners .flXbx .partnerBx .info .Txt {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .founderpage #partners .flXbx .partnerBx .info .Txt {
    font-size: 18px;
}
}.boundariesPage #learning {
    position: relative;
    padding: 20px 0;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #learning {
    padding: 0 0 20px;
}
}.boundariesPage #learning .floatIcons .hCirc {
    top: 5px;
    left: 5px;
    animation: rotation 25s linear infinite;
}
.boundariesPage #learning .cir {
    display: none;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #learning .cir {
    border-radius: 50%;
    background: #fff1c7;
    position: absolute;
    left: -150px;
    top: 10px;
    display: block;
    pointer-events: none;
    animation: rotation 25s linear infinite;
    width: 400px;
    height: 400px;
}
}@media only screen and (min-width: 1351px) {
    .boundariesPage #learning .cir {
    width: 450px;
    height: 450px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #learning .cir {
    width: 550px;
    height: 550px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #learning .cir {
    width: 714px;
    height: 714px;
}
}@media only screen and (min-width: 992px) {
    .boundariesPage #learning .sp-container.rgt {
    padding: 0;
}
}.boundariesPage #learning .flxBx {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.boundariesPage #learning .flxBx::after {
    content: "";
    clear: both;
    display: block;
}
.boundariesPage #learning .flxBx .imGwrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .boundariesPage #learning .flxBx .imGwrap {
    float: right;
    padding-left: 30px;
    width: 410px;
}
}@media only screen and (min-width: 992px) {
    .boundariesPage #learning .flxBx .imGwrap {
    padding-bottom: 40px;
    width: 530px;
}
}@media only screen and (min-width: 1200px) {
    .boundariesPage #learning .flxBx .imGwrap {
    padding-left: 40px;
    width: 600px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #learning .flxBx .imGwrap {
    width: 730px;
}
}@media only screen and (min-width: 1661px) {
    .boundariesPage #learning .flxBx .imGwrap {
    padding-left: 80px;
    width: 960px;
}
}.boundariesPage #learning .flxBx .imGwrap .floatIcons .hCirc {
    top: 30px;
    left: 50px;
    animation: rotation 5s linear infinite;
}
.boundariesPage #learning .flxBx .imGwrap .imgBx {
    width: 100%;
    height: 100%;
    aspect-ratio: 880/670;
    overflow: hidden;
    border-radius: 15px;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #learning .flxBx .imGwrap .imgBx {
    border-radius: 0 0 0px 50px;
}
}.boundariesPage #learning .flxBx .imGwrap .imgBx:hover img {
    transform: scale(1.1);
}
.boundariesPage #learning .flxBx .imGwrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boundariesPage #learning .contentwrap {
    padding-top: 20px;
}
@media only screen and (min-width: 1200px) {
    .boundariesPage #learning .contentwrap {
    padding-top: 40px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #learning .contentwrap {
    padding-top: 60px;
}
}@media only screen and (min-width: 1661px) {
    .boundariesPage #learning .contentwrap {
    padding-top: 130px;
}
}.boundariesPage #learning .contentwrap .titleWrap {
    margin-bottom: 25px;
}
@media only screen and (min-width: 1551px) {
    .boundariesPage #learning .contentwrap .titleWrap {
    margin-bottom: 40px;
}
}.boundariesPage #learning .contentwrap .titleWrap .title {
    position: relative;
    font-family: "IvyMode", sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .boundariesPage #learning .contentwrap .titleWrap .title {
    font-size: 26px;
}
}@media only screen and (min-width: 1200px) {
    .boundariesPage #learning .contentwrap .titleWrap .title {
    font-size: 34px;
}
}@media only screen and (min-width: 1351px) {
    .boundariesPage #learning .contentwrap .titleWrap .title {
    margin-bottom: 20px;
    font-size: 38px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #learning .contentwrap .titleWrap .title {
    font-size: 40px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #learning .contentwrap .titleWrap .title {
    font-size: 45px;
}
}@media only screen and (min-width: 1661px) {
    .boundariesPage #learning .contentwrap .titleWrap .title {
    font-size: 56px;
}
}.boundariesPage #learning .contentwrap .titleWrap .title span {
    color: #ff4a51;
}
@media only screen and (max-width: 1200px) {
    .boundariesPage #learning .contentwrap .titleWrap .title br {
    display: none;
}
}.boundariesPage #learning .contentwrap .titleWrap .subT {
    font-family: "IvyMode", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    padding-left: 5%;
    display: flex;
    position: relative;
    font-size: 14px;
}
@media only screen and (min-width: 1200px) {
    .boundariesPage #learning .contentwrap .titleWrap .subT {
    font-size: 16px;
}
}@media only screen and (min-width: 1351px) {
    .boundariesPage #learning .contentwrap .titleWrap .subT {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #learning .contentwrap .titleWrap .subT {
    font-size: 20px;
}
}@media only screen and (min-width: 1661px) {
    .boundariesPage #learning .contentwrap .titleWrap .subT {
    font-size: 24px;
}
}@media only screen and (max-width: 1200px) {
    .boundariesPage #learning .contentwrap .titleWrap .subT br {
    display: none;
}
}.boundariesPage #learning .contentwrap .titleWrap .subT::before {
    position: relative;
    content: "";
    width: 78px;
    height: 32px;
    border-left: 1px solid #ff4a51;
    border-bottom: 1px solid #ff4a51;
    display: block;
    margin-right: 20px;
    top: -10px;
}
@media only screen and (min-width: 1200px) {
    .boundariesPage #learning .contentwrap .titleWrap .subT: :before {
    top: -15px;
}
}.boundariesPage #learning .cmnBx {
    display: block;
    width: 100%;
    height: 100%;
    background: #7a0637;
    border-radius: 15px;
    padding: 15px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .boundariesPage #learning .cmnBx {
    padding: 35px;
    border-radius: 35px;
}
}@media only screen and (min-width: 1200px) {
    .boundariesPage #learning .cmnBx {
    border-radius: 45px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #learning .cmnBx {
    border-radius: 50px;
    padding: 50px;
}
}@media only screen and (min-width: 1661px) {
    .boundariesPage #learning .cmnBx {
    padding: 60px;
}
}.boundariesPage #learning .cmnBx .floatIcons .yellowCurve {
    top: -10px;
    right: 5%;
    animation: vibrate 8s linear infinite;
}
.boundariesPage #learning .cmnBx .floatIcons .dots {
    bottom: -15px;
    right: 30%;
    animation: rotation 5s linear infinite;
}
.boundariesPage #learning .cmnBx .floatIcons .hCirc {
    right: -8%;
    bottom: 45%;
    animation: vibrate 5s linear infinite;
}
.boundariesPage #learning .cmnBx .itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px;
}
@media only screen and (min-width: 768px) {
    .boundariesPage #learning .cmnBx .itemList {
    margin: 0 -10px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #learning .cmnBx .itemList {
    margin: 0 -30px;
}
}@media only screen and (min-width: 1661px) {
    .boundariesPage #learning .cmnBx .itemList {
    margin: 0 -50px;
}
}.boundariesPage #learning .cmnBx .itemList>* {
    padding: 0 8px;
    width: 50%}
@media only screen and (min-width: 320px) {
    .boundariesPage #learning .cmnBx .itemList>* {
    width: 33.3333333333%}
}@media only screen and (min-width: 768px) {
    .boundariesPage #learning .cmnBx .itemList>* {
    padding: 0 10px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #learning .cmnBx .itemList>* {
    padding: 0 30px;
}
}@media only screen and (min-width: 1661px) {
    .boundariesPage #learning .cmnBx .itemList>* {
    padding: 0 50px;
}
}.boundariesPage #learning .cmnBx .itemList .learnBx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.boundariesPage #learning .cmnBx .itemList .learnBx .icon {
    overflow: hidden;
    width: 40px;
    margin: auto;
    margin-bottom: 15px;
}
@media only screen and (min-width: 678px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .icon {
    margin-bottom: 0;
    width: 60px;
}
}@media only screen and (min-width: 992px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .icon {
    width: 80px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .icon {
    width: 100px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .icon {
    width: 130px;
}
}@media only screen and (min-width: 1661px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .icon {
    width: 180px;
}
}.boundariesPage #learning .cmnBx .itemList .learnBx .icon img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boundariesPage #learning .cmnBx .itemList .learnBx .info {
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 678px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .info {
    padding-left: 20px;
    width: calc(100% - 60px);
    text-align: left;
}
}@media only screen and (min-width: 992px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .info {
    width: calc(100% - 80px);
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .info {
    width: calc(100% - 130px);
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .info {
    padding-left: 30px;
    width: calc(100% - 130px);
}
}@media only screen and (min-width: 1661px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .info {
    width: calc(100% - 180px);
}
}.boundariesPage #learning .cmnBx .itemList .learnBx .info .subT {
    font-family: "IvyMode", sans-serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    font-size: 12px;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .info .subT {
    font-size: 14px;
}
}@media only screen and (min-width: 1200px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .info .subT {
    font-size: 16px;
}
}@media only screen and (min-width: 1351px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .info .subT {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .info .subT {
    font-size: 24px;
}
}@media only screen and (min-width: 1661px) {
    .boundariesPage #learning .cmnBx .itemList .learnBx .info .subT {
    font-size: 26px;
}
}.boundariesPage #education {
    position: relative;
    padding: 20px 0;
}
.boundariesPage #education .cir {
    display: none;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #education .cir {
    border-radius: 50%;
    background: #ffd9da;
    position: absolute;
    right: -150px;
    top: 100px;
    display: block;
    pointer-events: none;
    animation: rotation 25s linear infinite;
    width: 400px;
    height: 400px;
}
}@media only screen and (min-width: 1351px) {
    .boundariesPage #education .cir {
    width: 450px;
    height: 450px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #education .cir {
    width: 550px;
    height: 550px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #education .cir {
    width: 714px;
    height: 714px;
}
}.boundariesPage #education .cir .dot {
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 3px solid #000;
    background: #ffcd38;
}
.boundariesPage #education .cir .dot.one {
    right: 35%;
    background: rgba(0, 0, 0, 0);
    border: 3px solid #ffcd38;
}
.boundariesPage #education .cir .dot.two {
    left: 45px;
    bottom: 20%}
.boundariesPage #education .floatIcons .icons {
    left: -10px;
    top: 20%;
    animation: rotation 12s linear infinite;
}
.boundariesPage #education .flXwrap {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.boundariesPage #education .flXwrap::after {
    content: "";
    clear: both;
    display: block;
}
.boundariesPage #education .flXwrap .imWrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .boundariesPage #education .flXwrap .imWrap {
    float: left;
    padding-right: 30px;
    width: 50%}
.boundariesPage #education .flXwrap .imWrap .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.boundariesPage #education .flXwrap .imWrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}.boundariesPage #education .flXwrap .mainHead .mainTitle span {
    color: #ff4a51;
}
.boundariesPage #education .flXwrap .readmore {
    background: rgba(0, 0, 0, 0);
    color: #ff4a51;
    font-weight: 400;
    padding: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: underline;
    transition: all .5s;
    font-size: 16px;
}
@media only screen and (min-width: 1551px) {
    .boundariesPage #education .flXwrap .readmore {
    font-size: 18px;
}
}@media only screen and (min-width: 992px) {
    .boundariesPage #education .flXwrap .readmore: hover {
    color: #ffcd38;
}
}.boundariesPage #education .flXwrap .contentwrap {
    padding-top: 30px;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #education .flXwrap .contentwrap {
    padding-top: 100px;
}
}.boundariesPage #education .flXwrap .contentBax {
    transition: all .5s;
}
.boundariesPage #education .flXwrap .contentBax p {
    display: -webkit-box;
    -webkit-line-clamp: var(--lines);
    line-clamp: var(--lines);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    --lines:  5;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #education .flXwrap .contentBax p {
    --lines:  10;
}
}.boundariesPage #education .flXwrap .contentBax p:not(:first-child) {
    opacity: 0;
    height: 0;
    visibility: hidden;
}
.boundariesPage #education .flXwrap .contentBax.show p {
    display: block !important;
    overflow: visible;
    opacity: 1;
    height: auto;
    visibility: visible;
}
.boundariesPage #keyfeature {
    position: relative;
    padding: 10px 0 40px;
}
@media only screen and (min-width: 1200px) {
    .boundariesPage #keyfeature {
    padding: 10px 0 60px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #keyfeature {
    padding: 10px 0 95px;
}
}.boundariesPage #keyfeature .floatIcons .blueDot {
    bottom: 11%;
    right: 15%;
    animation: rotation 6s linear infinite;
    width: 30px;
    height: 30px;
}
@media only screen and (min-width: 1200px) {
    .boundariesPage #keyfeature .floatIcons .blueDot {
    width: 40px;
    height: 40px;
}
}.boundariesPage #keyfeature .floatIcons .blueDot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
}
.boundariesPage #keyfeature .floatIcons .gCircle {
    left: -10px;
    bottom: 15%;
    animation: rotation 6s linear infinite;
}
.boundariesPage #keyfeature .floatIcons .curveIcon {
    right: 5%;
    bottom: 25%;
    animation: vibrate 8s linear infinite;
    width: 35px;
    height: 35px;
}
@media only screen and (min-width: 1200px) {
    .boundariesPage #keyfeature .floatIcons .curveIcon {
    width: 55px;
    height: 55px;
}
}.boundariesPage #keyfeature .floatIcons .curveIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
}
.boundariesPage #keyfeature .row {
    margin: -8px;
}
.boundariesPage #keyfeature .row>* {
    padding: 8px;
}
.boundariesPage #keyfeature .mainHead {
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
    .boundariesPage #keyfeature .mainHead {
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #keyfeature .mainHead {
    margin-bottom: 45px;
}
}.boundariesPage #keyfeature .mainHead .mainTitle span {
    color: #00a2e0;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #keyfeature .lft {
    padding-right: 20px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #keyfeature .lft {
    padding-right: 50px;
}
}.boundariesPage #keyfeature .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #keyfeature .imgBx {
    border-radius: 50px;
}
}.boundariesPage #keyfeature .imgBx:hover img {
    transform: scale(1.1);
}
.boundariesPage #keyfeature .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boundariesPage #keyfeature .featureSlider {
    position: relative;
    z-index: 0;
}
.boundariesPage #keyfeature .featureSlider .swiper-slide {
    height: auto;
}
.boundariesPage #keyfeature .featureSlider .btnSec {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    z-index: 1;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #keyfeature .featureSlider .btnSec {
    top: 40px;
    right: 40px;
    left: unset;
    bottom: unset;
    margin: -5px;
}
}.boundariesPage #keyfeature .featureSlider .btnSec>* {
    padding: 5px;
}
.boundariesPage #keyfeature .featureSlider .btnSec .swpBtn {
    position: relative;
    left: unset;
    right: unset;
    margin: 0;
    background: #00a39e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boundariesPage #keyfeature .featureSlider .btnSec .swpBtn::after {
    display: none;
}
.boundariesPage #keyfeature .featureSlider .btnSec .swpBtn .icon {
    max-width: 15px;
    height: 25px;
}
.boundariesPage #keyfeature .featureSlider .btnSec .swpBtn .icon svg {
    transition: all .5s;
    fill: #ffcd38;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx {
    width: 100%;
    height: 100%;
    background: #ffcd38;
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 70px;
}
@media only screen and (min-width: 992px) {
    .boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx {
    padding: 40px;
    padding-right: 130px;
}
}@media only screen and (min-width: 992px) {
    .boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx {
    border-radius: 50px;
}
}.boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    color: #000;
    padding-left: 25px;
}
@media only screen and (min-width: 768px) {
    .boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li {
    font-size: 18px;
}
}.boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
.boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li strong {
    font-weight: 600;
}
.boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li a {
    display: inline;
    text-decoration: none;
    text-underline-position: under;
}
.boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li a:hover {
    color: #ffcd38;
    text-decoration: underline;
}
.boundariesPage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00a2e0;
}
.boundariesPage #educationPartner {
    position: relative;
    background: #f0f0f0;
    padding: 40px 0;
}
@media only screen and (min-width: 1441px) {
    .boundariesPage #educationPartner {
    padding: 60px 0;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #educationPartner {
    padding: 100px 0 90px;
}
}.boundariesPage #educationPartner .floatIcons .icons.curveIcon {
    top: 15%;
    left: 0;
    animation: vibrate 6s linear infinite;
}
.boundariesPage #educationPartner .floatIcons .icons.plus {
    right: 15%;
    top: 5%;
    width: 16px;
    height: 16px;
    animation: rotation 6s linear infinite;
}
.boundariesPage #educationPartner .mainHead {
    margin-bottom: 25px;
}
@media only screen and (min-width: 1551px) {
    .boundariesPage #educationPartner .mainHead {
    margin-bottom: 35px;
}
}.boundariesPage #educationPartner .mainHead .mainTitle span {
    color: #ff4a51;
}
.boundariesPage #educationPartner .flXbx {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid #865aa4;
    border-radius: 24px;
}
.boundariesPage #educationPartner .flXbx>* {
    border-bottom: 1px solid rgba(135, 90, 165, .5);
    border-left: 1px solid rgba(135, 90, 165, .5);
    flex-grow: 1;
    width: 50%}
@media only screen and (min-width: 478px) {
    .boundariesPage #educationPartner .flXbx>* {
    width: 33.3333333333%}
}@media only screen and (min-width: 578px) {
    .boundariesPage #educationPartner .flXbx>* {
    width: 25%}
}@media only screen and (min-width: 768px) {
    .boundariesPage #educationPartner .flXbx>* {
    width: 20%}
}.boundariesPage #educationPartner .flXbx .partnerBx {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px;
}
@media only screen and (min-width: 1551px) {
    .boundariesPage #educationPartner .flXbx .partnerBx {
    padding: 30px 20px;
}
}.boundariesPage #educationPartner .flXbx .partnerBx:hover .imgBx img {
    transform: scale(0.8);
}
.boundariesPage #educationPartner .flXbx .partnerBx .imgBx {
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    height: 60px;
}
@media only screen and (min-width: 1200px) {
    .boundariesPage #educationPartner .flXbx .partnerBx .imgBx {
    max-width: 120px;
    height: 80px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #educationPartner .flXbx .partnerBx .imgBx {
    max-width: 175px;
    height: 110px;
}
}.boundariesPage #educationPartner .flXbx .partnerBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.boundariesPage #educationPartner .flXbx .partnerBx .info {
    text-align: center;
}
.boundariesPage #educationPartner .flXbx .partnerBx .info .Txt {
    font-weight: 400;
    color: #000;
    font-size: 13px;
}
@media only screen and (min-width: 1200px) {
    .boundariesPage #educationPartner .flXbx .partnerBx .info .Txt {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .boundariesPage #educationPartner .flXbx .partnerBx .info .Txt {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .boundariesPage #educationPartner .flXbx .partnerBx .info .Txt {
    font-size: 18px;
}
}.weelBeingPage #wellBeing {
    padding: 30px 0;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #wellBeing {
    padding: 0 0 40px;
}
}.weelBeingPage #wellBeing .floatIcons .blkPlus {
    right: 30px;
    bottom: 250px;
    max-width: 18px;
    animation: spin 8s linear infinite;
}
.weelBeingPage #wellBeing .floatIcons .bigdot {
    top: 50%;
    right: 15%;
    animation: rotation 8s linear infinite;
    width: 50px;
}
@media only screen and (min-width: 992px) {
    .weelBeingPage #wellBeing .floatIcons .bigdot {
    top: 20px;
    width: 100px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #wellBeing .floatIcons .bigdot {
    width: 150px;
}
}@media only screen and (min-width: 1551px) {
    .weelBeingPage #wellBeing .floatIcons .bigdot {
    width: 200px;
}
}.weelBeingPage #wellBeing .floatIcons .bigdot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weelBeingPage #wellBeing .floatIcons .greenDot {
    right: 25%;
    bottom: 10px;
    animation: rotation 8s linear infinite;
}
.weelBeingPage #wellBeing .floatIcons .redCurve {
    top: 20%;
    left: -10px;
    animation: vibrate 8s linear infinite;
}
.weelBeingPage #wellBeing .floatIcons .yellowCir {
    bottom: 20%;
    right: 50px;
    animation: vibrate 8s linear infinite;
}
.weelBeingPage #wellBeing .flxBx {
    position: relative;
}
.weelBeingPage #wellBeing .flxBx::after {
    content: "";
    clear: both;
    display: block;
}
.weelBeingPage #wellBeing .flxBx .imWrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #wellBeing .flxBx .imWrap {
    float: left;
    padding-right: 30px;
    margin-bottom: 20px;
    width: 450px;
}
}@media only screen and (min-width: 992px) {
    .weelBeingPage #wellBeing .flxBx .imWrap {
    width: 560px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #wellBeing .flxBx .imWrap {
    width: 700px;
}
}@media only screen and (min-width: 1351px) {
    .weelBeingPage #wellBeing .flxBx .imWrap {
    width: 750px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #wellBeing .flxBx .imWrap {
    padding-right: 50px;
    width: 800px;
}
}@media only screen and (min-width: 1551px) {
    .weelBeingPage #wellBeing .flxBx .imWrap {
    width: 900px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #wellBeing .flxBx .imWrap {
    padding-right: 80px;
    width: 1050px;
}
}@media only screen and (min-width: 768px) {
    .weelBeingPage #wellBeing .flxBx .imWrap: :before {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00a39e;
}
}.weelBeingPage #wellBeing .flxBx .imWrap .imBrd {
    background: #00a39e;
    padding: 15px;
    border-radius: 25px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #wellBeing .flxBx .imWrap .imBrd {
    padding: 0 25px 25px 0;
    border-radius: 0;
    border-bottom-right-radius: 35px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #wellBeing .flxBx .imWrap .imBrd {
    border-bottom-right-radius: 50px;
    padding: 0 45px 45px 0;
    padding-left: 40px !important;
}
}@media only screen and (min-width: 1551px) {
    .weelBeingPage #wellBeing .flxBx .imWrap .imBrd {
    padding: 0 55px 55px 0;
}
}.weelBeingPage #wellBeing .flxBx .imWrap .imBrd .imGBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #wellBeing .flxBx .imWrap .imBrd .imGBx {
    border-radius: 0 0 35px 35px;
}
}.weelBeingPage #wellBeing .flxBx .imWrap .imBrd .imGBx:hover img {
    transform: scale(1.1);
}
.weelBeingPage #wellBeing .flxBx .imWrap .imBrd .imGBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weelBeingPage #wellBeing .flxBx .contentBx {
    padding-top: 20px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #wellBeing .flxBx .contentBx {
    padding-top: 30px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #wellBeing .flxBx .contentBx {
    padding-top: 65px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #wellBeing .flxBx .contentBx {
    padding-top: 100px;
}
}.weelBeingPage #wellBeing .flxBx .contentBx .mainHead {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1351px) {
    .weelBeingPage #wellBeing .flxBx .contentBx .mainHead {
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #wellBeing .flxBx .contentBx .mainHead {
    margin-bottom: 40px;
}
}.weelBeingPage #wellBeing .flxBx .contentBx .mainHead .mainTitle span {
    color: #ff4a51;
}
.weelBeingPage #progress {
    position: relative;
    padding: 20px 0;
}
@media only screen and (min-width: 1441px) {
    .weelBeingPage #progress {
    padding: 40px 0;
}
}.weelBeingPage #progress .floatIcons .blkPlus {
    top: 50px;
    left: 60px;
    max-width: 18px;
    animation: rotation 12s linear infinite;
}
.weelBeingPage #progress .floatIcons .redCurve {
    top: 60px;
    left: 30%;
    animation: spin 12s linear infinite;
}
.weelBeingPage #progress .floatIcons .greenCurve {
    left: 5px;
    top: 45%;
    z-index: 1;
    animation: vibrate 12s linear infinite;
}
.weelBeingPage #progress .flxBx {
    position: relative;
    background: #f0f0f0;
    padding: 15px;
    border-radius: 25px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #progress .flxBx {
    padding: 30px;
    border-radius: 100px 30px 30px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #progress .flxBx {
    border-radius: 150px 50px 50px;
    padding: 55px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #progress .flxBx {
    padding: 60px;
    border-radius: 200px 50px 50px;
}
}@media only screen and (min-width: 1551px) {
    .weelBeingPage #progress .flxBx {
    padding: 65px 70px;
}
}.weelBeingPage #progress .flxBx::after {
    content: "";
    clear: both;
    display: block;
}
.weelBeingPage #progress .flxBx .imWrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #progress .flxBx .imWrap {
    float: right;
    padding-left: 30px;
    margin-bottom: 20px;
    width: 400px;
}
}@media only screen and (min-width: 992px) {
    .weelBeingPage #progress .flxBx .imWrap {
    width: 450px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #progress .flxBx .imWrap {
    width: 500px;
}
}@media only screen and (min-width: 1351px) {
    .weelBeingPage #progress .flxBx .imWrap {
    width: 550px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #progress .flxBx .imWrap {
    padding-left: 50px;
    width: 580px;
}
}@media only screen and (min-width: 1551px) {
    .weelBeingPage #progress .flxBx .imWrap {
    width: 650px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #progress .flxBx .imWrap {
    padding-left: 120px;
    width: 790px;
}
}.weelBeingPage #progress .flxBx .imWrap .imGBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #progress .flxBx .imWrap .imGBx {
    border-radius: 24px;
}
}.weelBeingPage #progress .flxBx .imWrap .imGBx:hover img {
    transform: scale(1.1);
}
.weelBeingPage #progress .flxBx .imWrap .imGBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weelBeingPage #progress .contentBx {
    padding-top: 20px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #progress .contentBx {
    padding-top: 30px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #progress .contentBx {
    padding-top: 65px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #progress .contentBx {
    padding-top: 100px;
}
}.weelBeingPage #progress .contentBx .mainHead {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1351px) {
    .weelBeingPage #progress .contentBx .mainHead {
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #progress .contentBx .mainHead {
    margin-bottom: 40px;
}
}.weelBeingPage #progress .contentBx .mainHead .mainTitle span {
    color: #ff4a51;
}
.weelBeingPage #checkout {
    position: relative;
    padding: 20px 0;
}
@media only screen and (min-width: 1441px) {
    .weelBeingPage #checkout {
    padding: 45px 0;
}
}.weelBeingPage #checkout .floatIcons .redCurve {
    left: -10px;
    bottom: 50%;
    animation: rotation 12s linear infinite;
}
.weelBeingPage #checkout .floatIcons .icon20 {
    right: 15%;
    top: 40px;
    animation: spin 8s linear infinite;
}
.weelBeingPage #checkout .checkoutBx {
    width: 100%;
    height: 100%;
    background: #ffcd38;
    position: relative;
    padding: 25px 15px;
    border-radius: 25px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #checkout .checkoutBx {
    padding: 30px;
    border-radius: 30px 80px 30px 30px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #checkout .checkoutBx {
    border-radius: 50px 150px 50px 50px;
    padding: 55px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #checkout .checkoutBx {
    padding: 60px;
    border-radius: 50px 200px 50px 50px;
}
}@media only screen and (min-width: 1551px) {
    .weelBeingPage #checkout .checkoutBx {
    padding: 65px 70px;
}
}.weelBeingPage #checkout .checkoutBx .title {
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #checkout .checkoutBx .title {
    font-size: 20px;
}
}@media only screen and (min-width: 768px) {
    .weelBeingPage #checkout .checkoutBx .title {
    max-width: 75%;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 992px) {
    .weelBeingPage #checkout .checkoutBx .title {
    font-size: 22px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #checkout .checkoutBx .title {
    font-size: 26px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #checkout .checkoutBx .title {
    font-size: 28px;
}
}@media only screen and (min-width: 1551px) {
    .weelBeingPage #checkout .checkoutBx .title {
    margin-bottom: 40px;
    font-size: 32px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #checkout .checkoutBx .title {
    font-size: 36px;
}
}.weelBeingPage #checkout .checkoutBx .videoBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}
@media only screen and (min-width: 992px) {
    .weelBeingPage #checkout .checkoutBx .videoBx {
    border-radius: 50px;
}
}.weelBeingPage #checkout .checkoutBx .videoBx img, .weelBeingPage #checkout .checkoutBx .videoBx video {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weelBeingPage #checkout .checkoutBx .videoBx:hover img {
    transform: scale(1.1);
}
.weelBeingPage #developing {
    position: relative;
    padding: 20px 0;
}
@media only screen and (min-width: 1441px) {
    .weelBeingPage #developing {
    padding: 45px 0;
}
}.weelBeingPage #developing .floatIcons .redCurve {
    left: -5px;
    bottom: 10%;
    animation: rotation 12s linear infinite;
}
.weelBeingPage #developing .floatIcons .yellowPlus {
    right: 0px;
    bottom: 20%;
    animation: spin 8s linear infinite;
}
.weelBeingPage #developing .floatIcons .icon20 {
    top: 30px;
    left: 15px;
    animation: spin 5s linear infinite;
    max-width: 25px;
}
.weelBeingPage #developing .floatIcons .blkPlus {
    top: 40%;
    right: 15px;
    animation: spin 5s linear infinite;
    max-width: 18px;
}
.weelBeingPage #developing .developBx {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
    .weelBeingPage #developing .developBx {
    padding: 30px;
}
}@media only screen and (min-width: 1351px) {
    .weelBeingPage #developing .developBx {
    padding: 40px;
    margin-bottom: 40px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #developing .developBx {
    padding: 70px;
}
}@media only screen and (min-width: 1551px) {
    .weelBeingPage #developing .developBx {
    padding: 90px;
    margin-bottom: 60px;
}
}.weelBeingPage #developing .developBx .flxBx {
    position: relative;
}
.weelBeingPage #developing .developBx .flxBx::after {
    content: "";
    clear: both;
    display: block;
}
.weelBeingPage #developing .developBx .flxBx .imWrap {
    position: relative;
    margin-bottom: 20px;
}
@media only screen and (min-width: 578px) {
    .weelBeingPage #developing .developBx .flxBx .imWrap {
    float: right;
    padding-left: 30px;
    width: 300px;
}
}@media only screen and (min-width: 768px) {
    .weelBeingPage #developing .developBx .flxBx .imWrap {
    width: 400px;
}
}@media only screen and (min-width: 992px) {
    .weelBeingPage #developing .developBx .flxBx .imWrap {
    width: 450px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #developing .developBx .flxBx .imWrap {
    width: 500px;
}
}@media only screen and (min-width: 1351px) {
    .weelBeingPage #developing .developBx .flxBx .imWrap {
    width: 550px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #developing .developBx .flxBx .imWrap {
    padding-left: 50px;
    width: 580px;
}
}@media only screen and (min-width: 1551px) {
    .weelBeingPage #developing .developBx .flxBx .imWrap {
    width: 650px;
    padding-left: 80px;
}
}.weelBeingPage #developing .developBx .flxBx .imWrap .icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.weelBeingPage #developing .developBx .flxBx .imWrap .icons .redCurve {
    position: absolute;
    top: 50px;
    left: 70px;
    animation: vibrate 5s linear infinite;
}
.weelBeingPage #developing .developBx .flxBx .imWrap .icons .yellowDot {
    position: absolute;
    bottom: -65px;
    right: 20px;
    animation: rotation 5s linear infinite;
    max-width: 25px;
}
@media only screen and (min-width: 1441px) {
    .weelBeingPage #developing .developBx .flxBx .imWrap .icons .yellowDot {
    max-width: 30px;
}
}.weelBeingPage #developing .developBx .flxBx .imWrap .imGBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 560/600;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #developing .developBx .flxBx .imWrap .imGBx {
    border-radius: 24px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #developing .developBx .flxBx .imWrap .imGBx {
    border-radius: 50px;
}
}.weelBeingPage #developing .developBx .flxBx .imWrap .imGBx:hover img {
    transform: scale(1.1);
}
.weelBeingPage #developing .developBx .flxBx .imWrap .imGBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weelBeingPage #developing .developBx .flxBx .contentBx .mainHead {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1351px) {
    .weelBeingPage #developing .developBx .flxBx .contentBx .mainHead {
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #developing .developBx .flxBx .contentBx .mainHead {
    margin-bottom: 40px;
}
}.weelBeingPage #developing .developBx .flxBx .contentBx .mainHead .mainTitle span {
    color: #00a39e;
}
.weelBeingPage #developing .mindSetBx {
    background: #00a39e;
    position: relative;
    border-radius: 20px;
    padding: 15px 15px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #developing .mindSetBx {
    border-radius: 30px;
    padding: 25px 25px;
}
}@media only screen and (min-width: 992px) {
    .weelBeingPage #developing .mindSetBx {
    border-radius: 50px;
    height: 300px;
    padding: 30px 45px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #developing .mindSetBx {
    height: 380px;
    padding: 35px 45px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #developing .mindSetBx {
    height: 480px;
    padding: 45px 45px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #developing .mindSetBx {
    padding: 55px 50px;
    height: 530px;
}
}.weelBeingPage #developing .mindSetBx .mindsetSlider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.weelBeingPage #developing .mindSetBx .mindsetSlider .swiper-slide {
    height: auto;
}
@media only screen and (min-width: 992px) {
    .weelBeingPage #developing .mindSetBx .mindsetSlider .swiper-slide.swiper-slide-active {
    width: 33% !important;
}
}@media only screen and (min-width: 992px) {
    .weelBeingPage #developing .mindSetBx .mindsetSlider .swiper-slide.swiper-slide-active+.swiper-slide-visible {
    width: 22% !important;
}
}@media only screen and (min-width: 992px) {
    .weelBeingPage #developing .mindSetBx .mindsetSlider .swiper-slide.swiper-slide-active+.swiper-slide-visible+.swiper-slide-visible {
    width: 39% !important;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #developing .mindSetBx .mindsetSlider .swiper-slide.swiper-slide-active+.swiper-slide-visible+.swiper-slide-visible {
    width: 41% !important;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #developing .mindSetBx .mindsetSlider .swiper-slide.swiper-slide-active+.swiper-slide-visible+.swiper-slide-visible {
    width: 40% !important;
}
}.weelBeingPage #developing .mindSetBx .mindsetSlider .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
    visibility: hidden;
}
.weelBeingPage #developing .mindSetBx .btnSec {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 2;
    height: fit-content;
    justify-content: space-between;
    right: 0px;
    left: 0px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #developing .mindSetBx .btnSec {
    right: 5px;
    left: 5px;
}
}@media only screen and (min-width: 992px) {
    .weelBeingPage #developing .mindSetBx .btnSec {
    right: 20px;
    left: 20px;
}
}.weelBeingPage #developing .mindSetBx .btnSec>* {
    padding: 5px;
}
.weelBeingPage #developing .mindSetBx .btnSec .swpBtn {
    position: relative;
    left: unset;
    right: unset;
    margin: 0;
    background: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #developing .mindSetBx .btnSec .swpBtn {
    width: 40px;
    height: 40px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #developing .mindSetBx .btnSec .swpBtn {
    width: 45px;
    height: 45px;
}
}.weelBeingPage #developing .mindSetBx .btnSec .swpBtn::after {
    display: none;
}
.weelBeingPage #developing .mindSetBx .btnSec .swpBtn .icon {
    max-width: 15px;
    height: 25px;
}
.weelBeingPage #developing .mindSetBx .btnSec .swpBtn .icon svg {
    transition: all .5s;
    fill: #000;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weelBeingPage #developing .mindSetBx .mindBx {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
@media only screen and (min-width: 768px) {
    .weelBeingPage #developing .mindSetBx .mindBx {
    border-radius: 25px;
}
}@media only screen and (min-width: 1200px) {
    .weelBeingPage #developing .mindSetBx .mindBx {
    border-radius: 35px;
}
}.weelBeingPage #developing .mindSetBx .mindBx .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.weelBeingPage #developing .mindSetBx .mindBx .imgBx:hover img {
    transform: scale(1.1);
}
.weelBeingPage #developing .mindSetBx .mindBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weelBeingPage #engagement {
    position: relative;
    padding: 20px 0;
}
@media only screen and (min-width: 1441px) {
    .weelBeingPage #engagement {
    padding: 45px 0;
}
}.weelBeingPage #engagement .cir {
    display: none;
}
@media only screen and (min-width: 992px) {
    .weelBeingPage #engagement .cir {
    border-radius: 50%;
    background: #fff1c7;
    position: absolute;
    left: -150px;
    top: 100px;
    display: block;
    pointer-events: none;
    animation: rotation 25s linear infinite;
    width: 400px;
    height: 400px;
}
}@media only screen and (min-width: 1351px) {
    .weelBeingPage #engagement .cir {
    width: 450px;
    height: 450px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #engagement .cir {
    width: 550px;
    height: 550px;
}
}@media only screen and (min-width: 1551px) {
    .weelBeingPage #engagement .cir {
    width: 714px;
    height: 714px;
}
}.weelBeingPage #engagement .cir .halfGre {
    position: absolute;
    top: 0;
    left: 30%;
    width: 48px;
    height: 48px;
}
.weelBeingPage #engagement .cir .dot {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 48px;
    height: 48px;
}
.weelBeingPage #engagement .floatIcons .redCurve {
    right: -10px;
    animation: spin 8s linear infinite;
    top: 30%}
.weelBeingPage #engagement .floatIcons .yellowPlus {
    bottom: 70px;
    right: 5%;
    max-width: 25px;
    animation: vibrate 8s linear infinite;
}
.weelBeingPage #engagement .floatIcons .blkPlus {
    right: -40px;
    bottom: 30%;
    max-width: 13px;
    animation: rotation 6s linear infinite;
}
.weelBeingPage #engagement .flxBx {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    padding: 20px;
    text-align: center;
    --wd:  200px;
}
@media only screen and (min-width: 578px) {
    .weelBeingPage #engagement .flxBx {
    padding: 30px;
    --wd:  250px;
}
}@media only screen and (min-width: 768px) {
    .weelBeingPage #engagement .flxBx {
    --wd:  300px;
}
}@media only screen and (min-width: 992px) {
    .weelBeingPage #engagement .flxBx {
    padding: 40px;
    --wd:  350px;
    text-align: left;
}
}@media only screen and (min-width: 1351px) {
    .weelBeingPage #engagement .flxBx {
    --wd:  410px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #engagement .flxBx {
    padding: 50px;
    --wd:  475px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #engagement .flxBx {
    padding: 80px;
    --wd:  600px;
}
}.weelBeingPage #engagement .flxBx::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    background: #f0f0f0;
    z-index: -1;
    width: 100%}
@media only screen and (min-width: 992px) {
    .weelBeingPage #engagement .flxBx: :after {
    width: 80%;
    border-radius: 30px 30px 30px 200px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #engagement .flxBx: :after {
    border-radius: 40px 40px 40px 300px;
}
}@media only screen and (min-width: 1661px) {
    .weelBeingPage #engagement .flxBx: :after {
    border-radius: 40px 40px 40px 400px;
}
}.weelBeingPage #engagement .flxBx .lftBx {
    width: var(--wd);
    margin: auto;
    border-radius: 50%;
    position: relative;
}
.weelBeingPage #engagement .flxBx .lftBx .cirL {
    width: var(--wd);
    height: var(--wd);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    pointer-events: none;
}
.weelBeingPage #engagement .flxBx .lftBx .cirL .icon20 {
    position: absolute;
    top: 0;
    right: 3%;
    width: 30px;
    height: 30px;
    animation: vibrate 8s linear infinite;
}
.weelBeingPage #engagement .flxBx .lftBx .cirL .yellowCurve {
    position: absolute;
    top: 0;
    left: 30%;
    width: 48px;
    height: 48px;
    animation: vibrate 8s linear infinite;
}
.weelBeingPage #engagement .flxBx .lftBx .cirL .redCurve {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 48px;
    height: 48px;
    animation: spin 6s linear infinite;
}
.weelBeingPage #engagement .flxBx .lftBx .roundBx {
    width: var(--wd);
    height: var(--wd);
    border-radius: 50%;
    overflow: hidden;
}
.weelBeingPage #engagement .flxBx .lftBx .roundBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weelBeingPage #engagement .flxBx .rtBx {
    width: 100%}
@media only screen and (min-width: 992px) {
    .weelBeingPage #engagement .flxBx .rtBx {
    width: calc(100% - var(--wd));
    padding-left: 40px;
}
}@media only screen and (min-width: 1441px) {
    .weelBeingPage #engagement .flxBx .rtBx {
    padding-left: 60px;
}
}.weelBeingPage #engagement .flxBx .rtBx .mainHead .mainTitle span {
    color: #ff4a51;
}
.disclosurepage #cbse {
    padding: 40px 0px 40px;
    background-color: #f0f0f0;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .disclosurepage #cbse {
    padding: 60px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .disclosurepage #cbse {
    padding: 80px 0px 80px;
}
}@media only screen and (min-width: 1661px) {
    .disclosurepage #cbse {
    padding: 105px 0px 90px;
}
}.disclosurepage #cbse .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.disclosurepage #cbse .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.disclosurepage #cbse .icons .icon.icon1 {
    max-width: 15px;
    top: 5%;
    right: 10%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .icons .icon.icon1 {
    max-width: 30px;
}
}.disclosurepage #cbse .icons .icon.icon2 {
    max-width: 15px;
    top: 15%;
    left: 2%;
    animation: vibrate 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .icons .icon.icon2 {
    max-width: 30px;
}
}.disclosurepage #cbse .icons .icon.icon3 {
    max-width: 8px;
    top: 22%;
    right: 3%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .icons .icon.icon3 {
    max-width: 13px;
}
}.disclosurepage #cbse .icons .icon.icon4 {
    max-width: 20px;
    top: 29%;
    left: 6%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .icons .icon.icon4 {
    max-width: 40px;
}
}.disclosurepage #cbse .icons .icon.icon5 {
    max-width: 25px;
    top: 29%;
    right: 2%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .icons .icon.icon5 {
    max-width: 47px;
}
}.disclosurepage #cbse .icons .icon.icon6 {
    max-width: 25px;
    top: 53%;
    left: 2%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .icons .icon.icon6 {
    max-width: 48px;
}
}.disclosurepage #cbse .icons .icon.icon7 {
    max-width: 8px;
    bottom: 30%;
    left: 3%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .icons .icon.icon7 {
    max-width: 13px;
}
}.disclosurepage #cbse .icons .icon.icon8 {
    max-width: 15px;
    bottom: 28%;
    right: 3%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .icons .icon.icon8 {
    max-width: 34px;
}
}.disclosurepage #cbse .icons .icon.icon9 {
    max-width: 15px;
    bottom: 10%;
    left: 3%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .icons .icon.icon9 {
    max-width: 30px;
}
}.disclosurepage #cbse .icons .icon.icon10 {
    max-width: 8px;
    bottom: 7%;
    right: 3%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .icons .icon.icon10 {
    max-width: 13px;
}
}.disclosurepage #cbse .mainHead {
    margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
    .disclosurepage #cbse .mainHead {
    margin-bottom: 40px;
}
}@media only screen and (min-width: 1661px) {
    .disclosurepage #cbse .mainHead {
    margin-bottom: 50px;
}
}.disclosurepage #cbse .mainHead .mainTitle span {
    color: #00a2e0;
}
.disclosurepage #cbse .sub_title {
    font-size: 20px;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin: 25px 0px;
}
@media only screen and (min-width: 1441px) {
    .disclosurepage #cbse .sub_title {
    font-size: 26px;
}
}@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .sub_title {
    font-size: 32px;
}
}@media only screen and (min-width: 1661px) {
    .disclosurepage #cbse .sub_title {
    font-size: 36px;
}
}.disclosurepage #cbse .responsive_table {
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    padding: 0px 0px 20px 0px;
    margin-bottom: 45px;
    overflow-x: auto;
}
.disclosurepage #cbse .responsive_table::-webkit-scrollbar {
    height: 2px;
}
.disclosurepage #cbse .responsive_table table {
    max-width: 100%;
    table-layout: fixed;
    min-width: 800px;
    width: 100%}
.disclosurepage #cbse .responsive_table table th {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    background-color: rgba(0, 163, 158, .12);
    padding: 10px 30px;
}
@media only screen and (min-width: 1200px) {
    .disclosurepage #cbse .responsive_table table th {
    font-size: 18px;
}
}@media only screen and (min-width: 1441px) {
    .disclosurepage #cbse .responsive_table table th {
    font-size: 20px;
    padding: 15px 38px;
}
}@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .responsive_table table th {
    font-size: 22px;
}
}@media only screen and (min-width: 1661px) {
    .disclosurepage #cbse .responsive_table table th {
    font-size: 24px;
}
}.disclosurepage #cbse .responsive_table table td {
    padding: 20px 30px 10px 30px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    font-size: 14px;
}
@media only screen and (min-width: 1441px) {
    .disclosurepage #cbse .responsive_table table td {
    font-size: 16px;
    padding: 25px 38px 15px 38px;
}
}@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .responsive_table table td {
    font-size: 18px;
}
}@media only screen and (min-width: 1661px) {
    .disclosurepage #cbse .responsive_table table td {
    font-size: 20px;
}
}.disclosurepage #cbse .responsive_table table tr:last-child td {
    border-bottom: none;
}
.disclosurepage #cbse .documents, .disclosurepage #cbse ul {
    padding-left: 30px;
}
@media only screen and (min-width: 620px) {
    .disclosurepage #cbse .documents, .disclosurepage #cbse ul {
    column-count: 2;
    column-gap: 20px;
}
}@media only screen and (min-width: 992px) {
    .disclosurepage #cbse .documents, .disclosurepage #cbse ul {
    column-count: 3;
}
}.disclosurepage #cbse .documents li, .disclosurepage #cbse ul li {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}
@media only screen and (min-width: 1441px) {
    .disclosurepage #cbse .documents li, .disclosurepage #cbse ul li {
    font-size: 18px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .documents li, .disclosurepage #cbse ul li {
    font-size: 20px;
}
}@media only screen and (min-width: 1661px) {
    .disclosurepage #cbse .documents li, .disclosurepage #cbse ul li {
    font-size: 22px;
}
}.disclosurepage #cbse .documents li .linkBtn, .disclosurepage #cbse .documents li a, .disclosurepage #cbse ul li .linkBtn, .disclosurepage #cbse ul li a {
    font-size: 16px;
    color: #000;
    display: block;
    width: fit-content;
    margin-bottom: 20px;
    position: relative;
}
@media only screen and (min-width: 1441px) {
    .disclosurepage #cbse .documents li .linkBtn, .disclosurepage #cbse .documents li a, .disclosurepage #cbse ul li .linkBtn, .disclosurepage #cbse ul li a {
    font-size: 18px;
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .documents li .linkBtn, .disclosurepage #cbse .documents li a, .disclosurepage #cbse ul li .linkBtn, .disclosurepage #cbse ul li a {
    font-size: 20px;
}
}@media only screen and (min-width: 1661px) {
    .disclosurepage #cbse .documents li .linkBtn, .disclosurepage #cbse .documents li a, .disclosurepage #cbse ul li .linkBtn, .disclosurepage #cbse ul li a {
    font-size: 22px;
}
}.disclosurepage #cbse .documents li .linkBtn:hover, .disclosurepage #cbse .documents li a:hover, .disclosurepage #cbse ul li .linkBtn:hover, .disclosurepage #cbse ul li a:hover {
    color: #00aeef;
}
.disclosurepage #cbse .documents li::before, .disclosurepage #cbse ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff4a51;
    top: 8px;
    left: -30px;
}
@media only screen and (min-width: 1441px) {
    .disclosurepage #cbse .documents li: :before, .disclosurepage #cbse ul li::before {
    top: 10px;
}
}@media only screen and (min-width: 1551px) {
    .disclosurepage #cbse .documents li: :before, .disclosurepage #cbse ul li::before {
    width: 10px;
    height: 10px;
}
}@media only screen and (min-width: 1661px) {
    .disclosurepage #cbse .documents li: :before, .disclosurepage #cbse ul li::before {
    top: 12px;
}
}.schoolpage #heritage {
    padding: 40px 0px 40px;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .schoolpage #heritage {
    padding: 60px 0px 60px;
}
}@media only screen and (min-width: 1351px) {
    .schoolpage #heritage {
    padding: 80px 0px 120px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #heritage {
    padding: 125px 0px 145px;
}
}.schoolpage #heritage .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.schoolpage #heritage .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.schoolpage #heritage .icons .icon.icon1 {
    max-width: 15px;
    top: 2%;
    left: 24%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .icons .icon.icon1 {
    max-width: 30px;
}
}.schoolpage #heritage .icons .icon.icon2 {
    max-width: 100px;
    top: 0;
    right: 0;
    animation: scaleEffects 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .icons .icon.icon2 {
    max-width: 141px;
}
}.schoolpage #heritage .icons .icon.icon3 {
    max-width: 15px;
    bottom: 5%;
    left: 35%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .icons .icon.icon3 {
    max-width: 30px;
}
}.schoolpage #heritage .icons .icon.icon4 {
    max-width: 100px;
    bottom: 10%;
    right: 28%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .icons .icon.icon4 {
    max-width: 205px;
}
}.schoolpage #heritage .icons .icon.icon5 {
    max-width: 20px;
    bottom: 40%;
    right: 5%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .icons .icon.icon5 {
    max-width: 40px;
}
}.schoolpage #heritage .d_flx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .schoolpage #heritage .d_flx {
    margin: 0 -10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #heritage .d_flx {
    margin: 0 -15px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #heritage .d_flx {
    margin: 0 -25px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #heritage .d_flx {
    margin: 0 -45px;
}
}.schoolpage #heritage .d_flx .lft {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .schoolpage #heritage .d_flx .lft {
    width: 210px;
    padding: 5px 10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #heritage .d_flx .lft {
    width: 225px;
    padding: 5px 15px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #heritage .d_flx .lft {
    width: 265px;
    padding: 5px 25px;
}
}@media only screen and (min-width: 1351px) {
    .schoolpage #heritage .d_flx .lft {
    width: 350px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .d_flx .lft {
    width: 380px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #heritage .d_flx .lft {
    width: 415px;
    padding: 5px 45px;
}
}@media only screen and (max-width: 710px) {
    .schoolpage #heritage .d_flx .lft .mainHead .mainTitle {
    text-align: center;
}
}.schoolpage #heritage .d_flx .lft .mainHead .mainTitle span {
    color: #ff4a51;
}
.schoolpage #heritage .d_flx .lft .img-icon {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 710px) {
    .schoolpage #heritage .d_flx .lft .img-icon {
    align-items: end;
}
}.schoolpage #heritage .d_flx .lft .img-icon img {
    margin: auto;
    max-width: 50px;
}
@media only screen and (min-width: 710px) {
    .schoolpage #heritage .d_flx .lft .img-icon img {
    margin: 0 0 0 auto;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #heritage .d_flx .lft .img-icon img {
    max-width: 70px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .d_flx .lft .img-icon img {
    max-width: 89px;
}
}.schoolpage #heritage .d_flx .rgt {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .schoolpage #heritage .d_flx .rgt {
    width: calc(100% - 225px);
    padding: 5px 10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #heritage .d_flx .rgt {
    padding: 5px 15px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #heritage .d_flx .rgt {
    width: calc(100% - 265px);
    padding: 5px 25px;
}
}@media only screen and (min-width: 1351px) {
    .schoolpage #heritage .d_flx .rgt {
    width: calc(100% - 350px);
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .d_flx .rgt {
    width: calc(100% - 380px);
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #heritage .d_flx .rgt {
    width: calc(100% - 415px);
    padding: 5px 45px;
}
}.schoolpage #heritage .d_flx .rgt .contentBx {
    position: relative;
}
.schoolpage #heritage .d_flx .rgt .content {
    background-color: #f0f0f0;
    padding: 25px 25px 25px 25px;
    max-width: 660px;
    border-radius: 22px;
}
@media only screen and (min-width: 710px) {
    .schoolpage #heritage .d_flx .rgt .content {
    padding: 25px 185px 25px 25px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #heritage .d_flx .rgt .content {
    max-width: 680px;
    padding: 25px 220px 25px 25px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #heritage .d_flx .rgt .content {
    max-width: 800px;
    padding: 35px 350px 25px 40px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #heritage .d_flx .rgt .content {
    max-width: 890px;
    padding: 60px 385px 25px 60px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .d_flx .rgt .content {
    max-width: 1047px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #heritage .d_flx .rgt .content {
    padding: 70px 415px 85px 60px;
}
}.schoolpage #heritage .d_flx .rgt .content .title {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 18px;
}
@media only screen and (min-width: 992px) {
    .schoolpage #heritage .d_flx .rgt .content .title {
    font-size: 22px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #heritage .d_flx .rgt .content .title {
    font-size: 28px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .d_flx .rgt .content .title {
    font-size: 32px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #heritage .d_flx .rgt .content .title {
    font-size: 38px;
}
}.schoolpage #heritage .d_flx .rgt .year_bx {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #ff4a51;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    position: relative;
    top: 25px;
    margin: auto;
}
@media only screen and (min-width: 710px) {
    .schoolpage #heritage .d_flx .rgt .year_bx {
    position: absolute;
    right: 10px;
    margin: initial;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #heritage .d_flx .rgt .year_bx {
    width: 250px;
    height: 250px;
    right: 30px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #heritage .d_flx .rgt .year_bx {
    width: 300px;
    height: 300px;
    padding: 70px;
}
}@media only screen and (min-width: 1351px) {
    .schoolpage #heritage .d_flx .rgt .year_bx {
    width: 355px;
    height: 355px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #heritage .d_flx .rgt .year_bx {
    right: 50px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #heritage .d_flx .rgt .year_bx {
    width: 455px;
    height: 455px;
}
}.schoolpage #heritage .d_flx .rgt .year_bx .text {
    font-size: 25px;
    color: #fff8f8;
    font-family: "IvyMode", sans-serif;
    line-height: 1;
}
@media only screen and (min-width: 992px) {
    .schoolpage #heritage .d_flx .rgt .year_bx .text {
    font-size: 30px;
}
}@media only screen and (min-width: 1351px) {
    .schoolpage #heritage .d_flx .rgt .year_bx .text {
    font-size: 38px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #heritage .d_flx .rgt .year_bx .text {
    font-size: 41px;
}
}.schoolpage #heritage .d_flx .rgt .year_bx .text span {
    font-size: 65px;
    color: #ffbf00;
}
@media only screen and (min-width: 992px) {
    .schoolpage #heritage .d_flx .rgt .year_bx .text span {
    font-size: 105px;
}
}@media only screen and (min-width: 1351px) {
    .schoolpage #heritage .d_flx .rgt .year_bx .text span {
    font-size: 123px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #heritage .d_flx .rgt .year_bx .text span {
    font-size: 173px;
}
}.schoolpage #video_sec {
    padding: 20px 0px 45px;
    position: relative;
}
.schoolpage #video_sec .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.schoolpage #video_sec .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.schoolpage #video_sec .icons .icon.icon1 {
    max-width: 20px;
    top: 6%;
    left: 2%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #video_sec .icons .icon.icon1 {
    max-width: 40px;
}
}.schoolpage #video_sec .icons .icon.icon2 {
    max-width: 8px;
    right: 8%;
    top: 20%;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #video_sec .icons .icon.icon2 {
    max-width: 13px;
}
}.schoolpage #video_sec .icons .icon.icon3 {
    max-width: 25px;
    bottom: 20%;
    right: 14%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #video_sec .icons .icon.icon3 {
    max-width: 70px;
}
}.schoolpage #video_sec .checkoutBx {
    width: 100%;
    height: 300px;
    background: #ffcd38;
    padding: 15px 20px 20px 20px;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) {
    .schoolpage #video_sec .checkoutBx {
    height: 400px;
    padding: 30px 40px 30px 40px;
    border-radius: 30px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #video_sec .checkoutBx {
    height: 500px;
    padding: 40px 60px 40px 60px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #video_sec .checkoutBx {
    height: 630px;
    padding: 50px 100px 60px 80px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #video_sec .checkoutBx {
    padding: 70px 150px 85px 130px;
    height: 700px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #video_sec .checkoutBx {
    padding: 95px 175px 95px 145px;
    height: 774px;
}
}.schoolpage #video_sec .checkoutBx .videoBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}
@media only screen and (min-width: 992px) {
    .schoolpage #video_sec .checkoutBx .videoBx {
    border-radius: 41px;
}
}.schoolpage #video_sec .checkoutBx .videoBx img, .schoolpage #video_sec .checkoutBx .videoBx video {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.schoolpage #video_sec .checkoutBx .videoBx:hover img {
    transform: scale(1.1);
}
.schoolpage #mission {
    padding: 15px 0px 40px;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .schoolpage #mission {
    padding: 25px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #mission {
    padding: 45px 0px 95px;
}
}.schoolpage #mission .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.schoolpage #mission .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.schoolpage #mission .icons .icon.icon1 {
    max-width: 24px;
    top: 0;
    left: 2%;
    animation: spin 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #mission .icons .icon.icon1 {
    max-width: 48px;
}
}.schoolpage #mission .icons .icon.icon2 {
    max-width: 15px;
    top: 6%;
    right: 35%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #mission .icons .icon.icon2 {
    max-width: 30px;
}
}.schoolpage #mission .icons .icon.icon3 {
    max-width: 20px;
    top: 33%;
    left: 33%;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #mission .icons .icon.icon3 {
    max-width: 47px;
}
}.schoolpage #mission .icons .icon.icon4 {
    max-width: 90px;
    bottom: 30%;
    left: 40%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #mission .icons .icon.icon4 {
    max-width: 140px;
}
}.schoolpage #mission .icons .icon.icon5 {
    max-width: 20px;
    bottom: 30%;
    right: 28%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #mission .icons .icon.icon5 {
    max-width: 40px;
}
}.schoolpage #mission .icons .icon.icon6 {
    max-width: 35px;
    bottom: 36%;
    right: 7%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #mission .icons .icon.icon6 {
    max-width: 70px;
}
}.schoolpage #mission .icons .icon.icon7 {
    max-width: 20px;
    bottom: 6%;
    right: 6%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #mission .icons .icon.icon7 {
    max-width: 38px;
}
}.schoolpage #mission .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0px;
}
@media only screen and (min-width: 900px) {
    .schoolpage #mission .item {
    margin: 0 -10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #mission .item {
    margin: 0 -20px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #mission .item {
    margin: 0 -30px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #mission .item {
    margin: 0 -48px;
}
}.schoolpage #mission .item .lft {
    width: 100%;
    padding: 5px 0px;
    margin: auto;
}
@media only screen and (min-width: 900px) {
    .schoolpage #mission .item .lft {
    width: 300px;
    padding: 5px 10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #mission .item .lft {
    width: 400px;
    padding: 5px 20px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #mission .item .lft {
    width: 490px;
    padding: 5px 30px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #mission .item .lft {
    width: 538px;
    padding: 5px 48px;
}
}.schoolpage #mission .item .lft .imgBx {
    width: 100%;
    position: relative;
    border-radius: 37px;
    overflow: hidden;
}
.schoolpage #mission .item .lft .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.schoolpage #mission .item .rgt {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 900px) {
    .schoolpage #mission .item .rgt {
    width: calc(100% - 300px);
    padding: 5px 10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #mission .item .rgt {
    width: calc(100% - 400px);
    padding: 5px 20px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #mission .item .rgt {
    width: calc(100% - 490px);
    padding: 5px 30px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #mission .item .rgt {
    width: calc(100% - 538px);
    padding: 5px 48px;
}
}.schoolpage #mission .item .rgt .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media only screen and (min-width: 550px) {
    .schoolpage #mission .item .rgt .content {
    margin: 0 -10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #mission .item .rgt .content {
    margin: 0 -20px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #mission .item .rgt .content {
    margin: 0 -30px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #mission .item .rgt .content {
    margin: 0 -42px;
}
}.schoolpage #mission .item .rgt .content .titleBx {
    width: 100%;
    padding: 5px 0px;
    position: relative;
}
@media only screen and (min-width: 550px) {
    .schoolpage #mission .item .rgt .content .titleBx {
    width: 25%;
    padding: 5px 10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #mission .item .rgt .content .titleBx {
    padding: 5px 20px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #mission .item .rgt .content .titleBx {
    padding: 5px 30px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #mission .item .rgt .content .titleBx {
    width: 30%;
    padding: 5px 42px;
}
}.schoolpage #mission .item .rgt .content .titleBx .mainHead .mainTitle span {
    color: #00a2e0;
}
.schoolpage #mission .item .rgt .content .titleBx .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.schoolpage #mission .item .rgt .content .titleBx .icon img {
    width: 100%;
    transition: all .5s;
}
.schoolpage #mission .item .rgt .content .titleBx .icon.icon8 {
    max-width: 20px;
    top: 30%;
    right: 4%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #mission .item .rgt .content .titleBx .icon.icon8 {
    max-width: 60px;
}
}.schoolpage #mission .item .rgt .content .titleBx .icon.icon9 {
    max-width: 20px;
    bottom: 15%;
    right: 4%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #mission .item .rgt .content .titleBx .icon.icon9 {
    max-width: 60px;
}
}.schoolpage #mission .item .rgt .content .titleBx .icon.icon10 {
    max-width: 20px;
    bottom: 50%;
    right: 4%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #mission .item .rgt .content .titleBx .icon.icon10 {
    max-width: 60px;
}
}.schoolpage #mission .item .rgt .content .contentBx {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 550px) {
    .schoolpage #mission .item .rgt .content .contentBx {
    width: 75%;
    padding: 5px 10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #mission .item .rgt .content .contentBx {
    padding: 5px 20px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #mission .item .rgt .content .contentBx {
    padding: 5px 30px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #mission .item .rgt .content .contentBx {
    width: 70%;
    padding: 5px 42px;
}
}.schoolpage #mission .item:nth-child(even) {
    flex-direction: row-reverse;
}
.schoolpage #mission .item:nth-child(2) .rgt .content .titleBx .mainHead .mainTitle span {
    color: #ff4a51;
}
.schoolpage #mission .item:nth-child(3) .rgt .content .titleBx .mainHead .mainTitle span {
    color: #ffcd38;
}
.schoolpage #campus {
    background-color: #00a39e;
    padding: 40px 0px 40px;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .schoolpage #campus {
    padding: 60px 0px 60px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #campus {
    padding: 90px 0px 90px;
}
}.schoolpage #campus::after {
    content: "";
    position: absolute;
    width: 552px;
    height: 552px;
    border-radius: 50%;
    background-color: #018884;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -5%;
    z-index: 0;
}
@media only screen and (min-width: 1200px) {
    .schoolpage #campus: :after {
    width: 652px;
    height: 652px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #campus: :after {
    width: 752px;
    height: 752px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #campus: :after {
    width: 852px;
    height: 852px;
}
}.schoolpage #campus .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.schoolpage #campus .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.schoolpage #campus .icons .icon.icon1 {
    max-width: 14px;
    top: 6%;
    left: 8%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #campus .icons .icon.icon1 {
    max-width: 28px;
}
}.schoolpage #campus .icons .icon.icon2 {
    max-width: 80px;
    top: 5%;
    right: 28%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #campus .icons .icon.icon2 {
    max-width: 170px;
}
}.schoolpage #campus .icons .icon.icon3 {
    max-width: 16px;
    top: 18%;
    right: 15%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #campus .icons .icon.icon3 {
    max-width: 38px;
}
}.schoolpage #campus .icons .icon.icon4 {
    max-width: 25px;
    top: 50%;
    right: 2%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #campus .icons .icon.icon4 {
    max-width: 52px;
}
}.schoolpage #campus .icons .icon.icon5 {
    max-width: 40px;
    bottom: 50%;
    left: 12%;
    z-index: 2;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #campus .icons .icon.icon5 {
    max-width: 39px;
}
}.schoolpage #campus .icons .icon.icon6 {
    max-width: 20px;
    bottom: 40%;
    left: 2%;
    z-index: 2;
    animation: spin 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #campus .icons .icon.icon6 {
    max-width: 44px;
}
}.schoolpage #campus .icons .icon.icon7 {
    max-width: 18px;
    left: 3%;
    bottom: 20%;
    z-index: 2;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #campus .icons .icon.icon7 {
    max-width: 37px;
}
}.schoolpage #campus .icons .icon.icon8 {
    max-width: 18px;
    left: 35%;
    bottom: 6%;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #campus .icons .icon.icon8 {
    max-width: 37px;
}
}.schoolpage #campus .icons .icon.icon9 {
    max-width: 18px;
    right: 15%;
    bottom: 6%;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #campus .icons .icon.icon9 {
    max-width: 37px;
}
}.schoolpage #campus .d_flx {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #campus .d_flx {
    margin: 0 -30px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #campus .d_flx {
    margin: 0 -40px;
}
}.schoolpage #campus .d_flx .lft {
    width: 100%;
    padding: 5px 20px;
}
@media only screen and (min-width: 768px) {
    .schoolpage #campus .d_flx .lft {
    width: 50%}
}@media only screen and (min-width: 1551px) {
    .schoolpage #campus .d_flx .lft {
    padding: 5px 30px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #campus .d_flx .lft {
    padding: 5px 40px;
}
}.schoolpage #campus .d_flx .lft .imgGallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 10px 0px;
}
.schoolpage #campus .d_flx .lft .imgGallery .item_lft {
    width: calc(100% - 210px);
    padding: 0px 10px;
}
@media only screen and (min-width: 1200px) {
    .schoolpage #campus .d_flx .lft .imgGallery .item_lft {
    width: calc(100% - 250px);
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #campus .d_flx .lft .imgGallery .item_lft {
    width: calc(100% - 270px);
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #campus .d_flx .lft .imgGallery .item_lft {
    width: calc(100% - 314px);
}
}.schoolpage #campus .d_flx .lft .imgGallery .item_rgt {
    width: 210px;
    padding: 0px 10px;
    margin: -10px 0px;
}
@media only screen and (min-width: 1200px) {
    .schoolpage #campus .d_flx .lft .imgGallery .item_rgt {
    width: 250px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #campus .d_flx .lft .imgGallery .item_rgt {
    width: 270px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #campus .d_flx .lft .imgGallery .item_rgt {
    width: 314px;
}
}.schoolpage #campus .d_flx .lft .imgGallery .item_rgt .imgBx {
    padding: 10px 0px;
    height: 50%}
.schoolpage #campus .d_flx .lft .imgGallery .imgBx {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.schoolpage #campus .d_flx .lft .imgGallery .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.schoolpage #campus .d_flx .lft .imgGallery:nth-child(even) {
    flex-direction: row-reverse;
}
.schoolpage #campus .d_flx .rgt {
    width: 100%;
    padding: 5px 20px;
}
@media only screen and (min-width: 768px) {
    .schoolpage #campus .d_flx .rgt {
    width: 50%}
}@media only screen and (min-width: 1551px) {
    .schoolpage #campus .d_flx .rgt {
    padding: 5px 30px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #campus .d_flx .rgt {
    padding: 5px 40px;
}
}.schoolpage #campus .d_flx .rgt ul {
    padding-left: 30px;
}
.schoolpage #campus .d_flx .rgt ul li {
    font-size: 16px;
    color: #fff1f1;
    position: relative;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
    .schoolpage #campus .d_flx .rgt ul li {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #campus .d_flx .rgt ul li {
    font-size: 20px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #campus .d_flx .rgt ul li {
    font-size: 24px;
}
}.schoolpage #campus .d_flx .rgt ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
@media only screen and (min-width: 1200px) {
    .schoolpage #campus .d_flx .rgt ul li: :before {
    width: 10px;
    height: 10px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #campus .d_flx .rgt ul li: :before {
    top: 10px;
    width: 12px;
    height: 12px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #campus .d_flx .rgt ul li: :before {
    width: 18px;
    height: 18px;
}
}.schoolpage #campus .d_flx .rgt ul li ul {
    padding-left: 40px;
}
.schoolpage #campus .d_flx .rgt ul li ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    left: -20px;
    top: 18px;
}
.schoolpage #safety {
    padding: 60px 0px 30px;
    position: relative;
}
@media only screen and (min-width: 1661px) {
    .schoolpage #safety {
    padding: 80px 0px 30px;
}
}.schoolpage #safety .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.schoolpage #safety .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.schoolpage #safety .icons .icon.icon1 {
    max-width: 50px;
    top: 10%;
    left: 30%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #safety .icons .icon.icon1 {
    max-width: 28px;
}
}.schoolpage #safety .icons .icon.icon2 {
    max-width: 80px;
    top: 10%;
    right: 25%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #safety .icons .icon.icon2 {
    max-width: 170px;
}
}.schoolpage #safety .icons .icon.icon3 {
    max-width: 20px;
    top: 25%;
    right: 5%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #safety .icons .icon.icon3 {
    max-width: 40px;
}
}.schoolpage #safety .icons .icon.icon4 {
    max-width: 20px;
    bottom: 40%;
    left: 5%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #safety .icons .icon.icon4 {
    max-width: 40px;
}
}.schoolpage #safety .icons .icon.icon5 {
    max-width: 23px;
    bottom: 3%;
    left: 30%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #safety .icons .icon.icon5 {
    max-width: 46px;
}
}.schoolpage #safety .safty_bx {
    background-color: #f0f0f0;
    padding: 20px 15px 20px 20px;
    border-radius: 30px;
}
@media only screen and (min-width: 768px) {
    .schoolpage #safety .safty_bx {
    padding: 50px 40px 40px 50px;
}
}@media only screen and (min-width: 1351px) {
    .schoolpage #safety .safty_bx {
    padding: 80px 90px 80px 80px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #safety .safty_bx {
    padding: 105px 185px 110px 105px;
}
}.schoolpage #safety .safty_bx .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .schoolpage #safety .safty_bx .d_flx {
    margin: 0 -10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #safety .safty_bx .d_flx {
    margin: 0 -30px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #safety .safty_bx .d_flx {
    margin: 0 -50px;
}
}.schoolpage #safety .safty_bx .d_flx .lft {
    width: 100%;
    padding: 5px 0px;
    max-width: 375px;
    margin: auto;
}
@media only screen and (min-width: 768px) {
    .schoolpage #safety .safty_bx .d_flx .lft {
    width: 250px;
    padding: 5px 10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #safety .safty_bx .d_flx .lft {
    width: 270px;
    padding: 5px 30px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #safety .safty_bx .d_flx .lft {
    width: 375px;
    padding: 5px 50px;
}
}.schoolpage #safety .safty_bx .d_flx .lft .imgBx {
    width: 100%}
.schoolpage #safety .safty_bx .d_flx .lft .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.schoolpage #safety .safty_bx .d_flx .rgt {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .schoolpage #safety .safty_bx .d_flx .rgt {
    width: calc(100% - 250px);
    padding: 5px 10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #safety .safty_bx .d_flx .rgt {
    width: calc(100% - 270px);
    padding: 5px 30px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #safety .safty_bx .d_flx .rgt {
    width: calc(100% - 375px);
    padding: 5px 50px;
}
}.schoolpage #safety .safty_bx .d_flx .rgt ul {
    display: flex;
    flex-wrap: wrap;
}
.schoolpage #safety .safty_bx .d_flx .rgt ul li {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 10px 40px 15px 25px;
}
@media only screen and (min-width: 1351px) {
    .schoolpage #safety .safty_bx .d_flx .rgt ul li {
    font-size: 19px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #safety .safty_bx .d_flx .rgt ul li {
    font-size: 23px;
}
}.schoolpage #safety .safty_bx .d_flx .rgt ul li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00a2e0;
}
@media only screen and (min-width: 1351px) {
    .schoolpage #safety .safty_bx .d_flx .rgt ul li: :before {
    width: 11px;
    height: 11px;
    top: 20px;
}
}.schoolpage #expertise {
    padding: 10px 0px 40px;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .schoolpage #expertise {
    padding: 20px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #expertise {
    padding: 30px 0px 80px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #expertise {
    padding: 30px 0px 125px;
}
}.schoolpage #expertise .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.schoolpage #expertise .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.schoolpage #expertise .icons .icon.icon1 {
    max-width: 20px;
    top: 30%;
    left: 2%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #expertise .icons .icon.icon1 {
    max-width: 38px;
}
}.schoolpage #expertise .icons .icon.icon2 {
    max-width: 23px;
    top: 0;
    right: 2%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #expertise .icons .icon.icon2 {
    max-width: 46px;
}
}.schoolpage #expertise .icons .icon.icon3 {
    max-width: 20px;
    bottom: 25%;
    right: 5%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #expertise .icons .icon.icon3 {
    max-width: 42px;
}
}.schoolpage #expertise .icons .icon.icon4 {
    max-width: 15px;
    bottom: 5%;
    right: 38%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #expertise .icons .icon.icon4 {
    max-width: 30px;
}
}.schoolpage #expertise .icons .icon.icon5 {
    max-width: 25px;
    bottom: 10%;
    left: 30%;
    animation: spin 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .schoolpage #expertise .icons .icon.icon5 {
    max-width: 47px;
}
}.schoolpage #expertise .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 900px) {
    .schoolpage #expertise .d_flx {
    margin: 0 -10px;
}
}@media only screen and (max-width: 900px) {
    .schoolpage #expertise .d_flx {
    flex-direction: column-reverse;
}
}.schoolpage #expertise .d_flx .lft {
    width: 100%;
    padding: 10px 0px;
}
@media only screen and (min-width: 900px) {
    .schoolpage #expertise .d_flx .lft {
    width: calc(100% - 400px);
    padding: 10px 10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #expertise .d_flx .lft {
    width: calc(100% - 500px);
}
}@media only screen and (min-width: 1351px) {
    .schoolpage #expertise .d_flx .lft {
    width: calc(100% - 600px);
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #expertise .d_flx .lft {
    width: calc(100% - 680px);
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #expertise .d_flx .lft {
    width: calc(100% - 748px);
}
}.schoolpage #expertise .d_flx .lft .faq_bx {
    background-color: #f07c00;
    padding: 25px 15px 15px 15px;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) {
    .schoolpage #expertise .d_flx .lft .faq_bx {
    border-radius: 30px;
    padding: 35px 35px 15px 35px;
}
}@media only screen and (min-width: 1441px) {
    .schoolpage #expertise .d_flx .lft .faq_bx {
    padding: 45px 45px 25px 55px;
}
}.schoolpage #expertise .d_flx .lft .faq_bx p {
    color: #fff;
    margin-bottom: 25px;
}
@media only screen and (min-width: 1351px) {
    .schoolpage #expertise .d_flx .lft .faq_bx p {
    margin-bottom: 35px;
}
}.schoolpage #expertise .d_flx .lft .faq_bx .accordion-item {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-top: 1px solid #fff;
}
.schoolpage #expertise .d_flx .lft .faq_bx .accordion-button {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 14px;
    padding: 8px 55px 8px 0px;
    line-height: 1.5;
    box-shadow: none;
    outline: none;
}
@media only screen and (min-width: 1200px) {
    .schoolpage #expertise .d_flx .lft .faq_bx .accordion-button {
    font-size: 16px;
    padding: 12px 55px 12px 0px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #expertise .d_flx .lft .faq_bx .accordion-button {
    font-size: 18px;
}
}.schoolpage #expertise .d_flx .lft .faq_bx .accordion-button::after {
    position: absolute;
    top: 6px;
    right: 3px;
    background-image: none;
    background: url("../images/plsBg.svg") no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    display: block;
}
@media only screen and (min-width: 768px) {
    .schoolpage #expertise .d_flx .lft .faq_bx .accordion-button: :after {
    background-size: 20px;
    width: 20px;
    height: 20px;
}
}@media only screen and (min-width: 1200px) {
    .schoolpage #expertise .d_flx .lft .faq_bx .accordion-button: :after {
    top: 15px;
}
}.schoolpage #expertise .d_flx .lft .faq_bx .accordion-button:not(.collapsed)::after {
    background: url("../images/minBg.svg") no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    display: block;
}
@media only screen and (min-width: 768px) {
    .schoolpage #expertise .d_flx .lft .faq_bx .accordion-button: not(.collapsed)::after {
    background-size: 20px;
    width: 20px;
    height: 20px;
}
}.schoolpage #expertise .d_flx .lft .faq_bx .accordion-body {
    padding: 10px 55px 10px 0px;
}
@media only screen and (min-width: 1351px) {
    .schoolpage #expertise .d_flx .lft .faq_bx .accordion-body {
    padding: 10px 55px 20px 0px;
}
}.schoolpage #expertise .d_flx .lft .faq_bx .accordion-body p {
    margin-bottom: 20px;
}
.schoolpage #expertise .d_flx .rgt {
    width: 100%;
    padding: 10px 0px;
}
@media only screen and (min-width: 900px) {
    .schoolpage #expertise .d_flx .rgt {
    width: 400px;
    padding: 10px 10px;
}
}@media only screen and (min-width: 992px) {
    .schoolpage #expertise .d_flx .rgt {
    width: 500px;
}
}@media only screen and (min-width: 1351px) {
    .schoolpage #expertise .d_flx .rgt {
    width: 600px;
}
}@media only screen and (min-width: 1551px) {
    .schoolpage #expertise .d_flx .rgt {
    width: 680px;
}
}@media only screen and (min-width: 1661px) {
    .schoolpage #expertise .d_flx .rgt {
    width: 748px;
}
}@media only screen and (max-width: 900px) {
    .schoolpage #expertise .d_flx .rgt {
    max-width: 300px;
    margin: auto;
}
}.schoolpage #expertise .d_flx .rgt .imgBx {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.schoolpage #expertise .d_flx .rgt .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.curriculumpage #education {
    position: relative;
    overflow: hidden;
}
.curriculumpage #education .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.curriculumpage #education .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.curriculumpage #education .icons .icon.icon1 {
    max-width: 15px;
    top: 10%;
    right: 10%;
    animation: scaleEffects 4s linear infinite;
    z-index: 2;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #education .icons .icon.icon1 {
    max-width: 26px;
}
}.curriculumpage #education .icons .icon.icon2 {
    max-width: 40px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    animation: scaleEffects 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #education .icons .icon.icon2 {
    max-width: 72px;
}
}.curriculumpage #education .icons .icon.icon3 {
    max-width: 25px;
    bottom: 18%;
    right: 17%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #education .icons .icon.icon3 {
    max-width: 47px;
}
}.curriculumpage #education .icons .icon.icon4 {
    max-width: 60px;
    bottom: 0px;
    left: 45%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #education .icons .icon.icon4 {
    max-width: 128px;
}
}.curriculumpage #education .cir {
    display: none;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #education .cir {
    border-radius: 50%;
    background: #ffd9da;
    position: absolute;
    right: -150px;
    top: 150px;
    display: block;
    pointer-events: none;
    animation: rotation 25s linear infinite;
    width: 400px;
    height: 400px;
}
}@media only screen and (min-width: 1351px) {
    .curriculumpage #education .cir {
    width: 450px;
    height: 450px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #education .cir {
    width: 550px;
    height: 550px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #education .cir {
    width: 690px;
    height: 690px;
}
}.curriculumpage #education .education_bx {
    background-color: #f0f0f0;
    border-radius: 0 0 0 20px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #education .education_bx {
    border-radius: 0 0 0 50px;
}
}.curriculumpage #education .sp-container.rgt {
    padding-right: 0px;
}
.curriculumpage #education .flXwrap {
    width: 100%;
    position: relative;
    padding: 25px 0px 15px 0px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #education .flXwrap {
    padding: 45px 0px 75px 0px;
}
}.curriculumpage #education .flXwrap::after {
    content: "";
    clear: both;
    display: block;
}
.curriculumpage #education .flXwrap .imWrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #education .flXwrap .imWrap {
    float: left;
    padding-right: 30px;
    width: 50%}
.curriculumpage #education .flXwrap .imWrap .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.curriculumpage #education .flXwrap .imWrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}.curriculumpage #education .flXwrap .mainHead .mainTitle span {
    color: #00a39e;
}
.curriculumpage #education .flXwrap .contentwrap {
    padding: 30px 10px 5px 10px;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #education .flXwrap .contentwrap {
    padding-top: 30px;
}
}@media only screen and (min-width: 992px) {
    .curriculumpage #education .flXwrap .contentwrap {
    padding-top: 100px;
    padding-right: 100px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #education .flXwrap .contentwrap {
    padding-right: 130px;
}
}.curriculumpage #education .flXwrap .contentBax {
    transition: all .5s;
}
.curriculumpage #education .flXwrap ul {
    display: flow-root;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #education .flXwrap ul {
    margin-bottom: 25px;
}
}.curriculumpage #education .flXwrap ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
}
@media only screen and (min-width: 1351px) {
    .curriculumpage #education .flXwrap ul li {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #education .flXwrap ul li {
    font-size: 18px;
    padding-left: 30px;
}
}.curriculumpage #education .flXwrap ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00a2e0;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #education .flXwrap ul li: :before {
    width: 9px;
    height: 9px;
    top: 10px;
}
}.curriculumpage #wellBeing {
    padding: 40px 0px 20px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .curriculumpage #wellBeing {
    padding: 60px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #wellBeing {
    padding: 80px 0px 80px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #wellBeing {
    padding: 130px 0px 115px;
}
}.curriculumpage #wellBeing .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.curriculumpage #wellBeing .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.curriculumpage #wellBeing .icons .icon.icon1 {
    max-width: 15px;
    top: 10%;
    right: 13%;
    animation: vibrate 4s linear infinite;
    z-index: 2;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #wellBeing .icons .icon.icon1 {
    max-width: 30px;
}
}.curriculumpage #wellBeing .icons .icon.icon2 {
    max-width: 20px;
    bottom: 20%;
    right: 0px;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #wellBeing .icons .icon.icon2 {
    max-width: 44px;
}
}.curriculumpage #wellBeing .icons .icon.icon3 {
    max-width: 10px;
    top: 15%;
    left: 45%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #wellBeing .icons .icon.icon3 {
    max-width: 16px;
}
}.curriculumpage #wellBeing .icons .icon.icon4 {
    max-width: 25px;
    bottom: 20%;
    left: 38%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #wellBeing .icons .icon.icon4 {
    max-width: 56px;
}
}.curriculumpage #wellBeing .icons .icon.icon5 {
    max-width: 25px;
    bottom: 20%;
    left: 35%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #wellBeing .icons .icon.icon5 {
    max-width: 53px;
}
}.curriculumpage #wellBeing .icons .icon.icon6 {
    max-width: 22px;
    bottom: 50%;
    left: 2%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #wellBeing .icons .icon.icon6 {
    max-width: 45px;
}
}.curriculumpage #wellBeing .flxBx {
    position: relative;
}
.curriculumpage #wellBeing .flxBx::after {
    content: "";
    clear: both;
    display: block;
}
.curriculumpage #wellBeing .flxBx .imWrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #wellBeing .flxBx .imWrap {
    float: left;
    padding-right: 30px;
    margin-bottom: 20px;
    width: 450px;
}
}@media only screen and (min-width: 992px) {
    .curriculumpage #wellBeing .flxBx .imWrap {
    width: 500px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #wellBeing .flxBx .imWrap {
    width: 550px;
}
}@media only screen and (min-width: 1351px) {
    .curriculumpage #wellBeing .flxBx .imWrap {
    width: 600px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #wellBeing .flxBx .imWrap {
    padding-right: 50px;
    width: 650px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #wellBeing .flxBx .imWrap {
    width: 700px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #wellBeing .flxBx .imWrap {
    padding-right: 70px;
    width: 785px;
}
}.curriculumpage #wellBeing .flxBx .imWrap .imBrd .imGBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 540px) {
    .curriculumpage #wellBeing .flxBx .imWrap .imBrd .imGBx {
    border-radius: 50px 100px 50px 50px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #wellBeing .flxBx .imWrap .imBrd .imGBx {
    border-radius: 50px 200px 50px 50px;
}
}.curriculumpage #wellBeing .flxBx .imWrap .imBrd .imGBx:hover img {
    transform: scale(1.1);
}
.curriculumpage #wellBeing .flxBx .imWrap .imBrd .imGBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.curriculumpage #wellBeing .flxBx .contentBx .mainHead .mainTitle span {
    color: #ff4a51;
}
.curriculumpage #wellBeing .flxBx .contentBx ul {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #wellBeing .flxBx .contentBx ul {
    margin-bottom: 25px;
}
}.curriculumpage #wellBeing .flxBx .contentBx ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    display: flex;
}
@media only screen and (min-width: 1351px) {
    .curriculumpage #wellBeing .flxBx .contentBx ul li {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #wellBeing .flxBx .contentBx ul li {
    font-size: 18px;
}
}.curriculumpage #wellBeing .flxBx .contentBx ul li::before {
    content: "";
    position: relative;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00a2e0;
    display: block;
    margin: 0 12px 0 0;
    padding: 4px;
}
.curriculumpage #keyfeature {
    position: relative;
    padding: 10px 0 20px;
}
@media only screen and (min-width: 1200px) {
    .curriculumpage #keyfeature {
    padding: 10px 0 30px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #keyfeature {
    padding: 10px 0 45px;
}
}.curriculumpage #keyfeature .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.curriculumpage #keyfeature .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.curriculumpage #keyfeature .icons .icon.icon1 {
    max-width: 28px;
    top: 47%;
    left: 47%;
    animation: vibrate 4s linear infinite;
    z-index: 2;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #keyfeature .icons .icon.icon1 {
    max-width: 57px;
}
}.curriculumpage #keyfeature .icons .icon.icon2 {
    max-width: 15px;
    bottom: 5%;
    left: 38%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #keyfeature .icons .icon.icon2 {
    max-width: 30px;
}
}.curriculumpage #keyfeature .icons .icon.icon3 {
    max-width: 20px;
    bottom: 25%;
    left: 0px;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #keyfeature .icons .icon.icon3 {
    max-width: 40px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #keyfeature .sp-container {
    padding: 0;
}
}.curriculumpage #keyfeature .row {
    margin: -7px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #keyfeature .row {
    margin: 0;
}
}.curriculumpage #keyfeature .row>* {
    padding: 7px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #keyfeature .row>* {
    padding: 0;
}
}.curriculumpage #keyfeature .mainHead {
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
    .curriculumpage #keyfeature .mainHead {
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #keyfeature .mainHead {
    margin-bottom: 45px;
}
}.curriculumpage #keyfeature .mainHead .mainTitle span {
    color: #00a2e0;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #keyfeature .lft {
    padding-left: 20px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #keyfeature .lft {
    padding-left: 50px;
}
}.curriculumpage #keyfeature .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #keyfeature .imgBx {
    border-radius: 20px 0 0 20px;
}
}@media only screen and (min-width: 992px) {
    .curriculumpage #keyfeature .imgBx {
    border-radius: 50px 0 0 20px;
}
}.curriculumpage #keyfeature .imgBx:hover img {
    transform: scale(1.1);
}
.curriculumpage #keyfeature .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.curriculumpage #keyfeature .featureSlider {
    position: relative;
    z-index: 0;
}
.curriculumpage #keyfeature .featureSlider .swiper-slide {
    height: auto;
}
.curriculumpage #keyfeature .featureSlider .btnSec {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    z-index: 1;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #keyfeature .featureSlider .btnSec {
    top: 40px;
    right: 40px;
    left: unset;
    bottom: unset;
    margin: -5px;
}
}.curriculumpage #keyfeature .featureSlider .btnSec>* {
    padding: 5px;
}
.curriculumpage #keyfeature .featureSlider .btnSec .swpBtn {
    position: relative;
    left: unset;
    right: unset;
    margin: 0;
    background: #00a39e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.curriculumpage #keyfeature .featureSlider .btnSec .swpBtn::after {
    display: none;
}
.curriculumpage #keyfeature .featureSlider .btnSec .swpBtn .icon {
    max-width: 15px;
    height: 25px;
}
.curriculumpage #keyfeature .featureSlider .btnSec .swpBtn .icon svg {
    transition: all .5s;
    fill: #ffcd38;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx {
    width: 100%;
    height: 100%;
    background: #ffcd38;
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 70px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx {
    padding: 40px;
    padding-right: 130px;
}
}@media only screen and (min-width: 992px) {
    .curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx {
    border-radius: 50px;
}
}.curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    color: #000;
    padding-left: 25px;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li {
    font-size: 18px;
}
}.curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
.curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li strong {
    font-weight: 600;
}
.curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li a {
    display: inline;
    text-decoration: none;
    text-underline-position: under;
}
.curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li a:hover {
    color: #ffcd38;
    text-decoration: underline;
}
.curriculumpage #keyfeature .featureSlider .swiper-wrapper .swiper-slide .featureBx ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00a2e0;
}
.curriculumpage #success {
    padding: 25px 0px 40px;
    position: relative;
}
@media only screen and (min-width: 1441px) {
    .curriculumpage #success {
    padding: 35px 0px 60px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #success {
    padding: 45px 0px 90px;
}
}.curriculumpage #success .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.curriculumpage #success .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.curriculumpage #success .icons .icon.icon1 {
    max-width: 10px;
    top: 12%;
    left: 10%;
    animation: vibrate 4s linear infinite;
    z-index: 2;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #success .icons .icon.icon1 {
    max-width: 15px;
}
}.curriculumpage #success .icons .icon.icon2 {
    max-width: 80px;
    top: 10%;
    left: 40%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #success .icons .icon.icon2 {
    max-width: 150px;
}
}.curriculumpage #success .icons .icon.icon3 {
    max-width: 35px;
    bottom: 5%;
    left: 40%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #success .icons .icon.icon3 {
    max-width: 72px;
}
}.curriculumpage #success .icons .icon.icon4 {
    max-width: 15px;
    bottom: 30%;
    right: 2%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #success .icons .icon.icon4 {
    max-width: 30px;
}
}.curriculumpage #success .icons .icon.icon5 {
    max-width: 25px;
    bottom: 0px;
    left: 2%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #success .icons .icon.icon5 {
    max-width: 50px;
}
}.curriculumpage #success .success_bx {
    border: 1px solid #f07c00;
    border-radius: 30px;
    padding: 15px 10px 15px 10px;
}
@media only screen and (min-width: 540px) {
    .curriculumpage #success .success_bx {
    padding: 20px 20px 20px 20px;
}
}@media only screen and (min-width: 768px) {
    .curriculumpage #success .success_bx {
    padding: 40px 40px 40px 40px;
}
}@media only screen and (min-width: 1351px) {
    .curriculumpage #success .success_bx {
    padding: 50px 60px 50px 60px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #success .success_bx {
    padding: 65px 95px 65px 90px;
}
}.curriculumpage #success .success_bx .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #success .success_bx .d_flx {
    margin: 0 -13px;
}
}.curriculumpage #success .success_bx .d_flx .lft {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #success .success_bx .d_flx .lft {
    width: 50%;
    padding: 5px 13px;
}
}.curriculumpage #success .success_bx .d_flx .lft .mainHead {
    margin-bottom: 25px;
}
@media only screen and (min-width: 1441px) {
    .curriculumpage #success .success_bx .d_flx .lft .mainHead {
    margin-bottom: 45px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #success .success_bx .d_flx .lft .mainHead {
    margin-bottom: 65px;
}
}.curriculumpage #success .success_bx .d_flx .lft .mainHead .mainTitle span {
    color: #00a39e;
}
.curriculumpage #success .success_bx .d_flx .rgt {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #success .success_bx .d_flx .rgt {
    width: 50%;
    padding: 5px 13px;
}
}.curriculumpage #success .success_bx .d_flx .rgt .imgBx {
    width: 100%}
.curriculumpage #success .success_bx .d_flx .rgt .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.curriculumpage #learning {
    position: relative;
    background-color: rgba(0, 163, 158, .24);
    padding: 40px 0 150px;
}
@media only screen and (min-width: 1441px) {
    .curriculumpage #learning {
    padding: 60px 0 200px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #learning {
    padding: 80px 0 250px;
}
}.curriculumpage #learning .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.curriculumpage #learning .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.curriculumpage #learning .icons .icon.icon1 {
    max-width: 25px;
    bottom: 20%;
    right: 20%;
    animation: spin 4s linear infinite;
    z-index: 2;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #learning .icons .icon.icon1 {
    max-width: 56px;
}
}.curriculumpage #learning .flxBx {
    width: 100%;
    position: relative;
}
.curriculumpage #learning .flxBx::after {
    content: "";
    clear: both;
    display: block;
}
.curriculumpage #learning .flxBx .imGwrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #learning .flxBx .imGwrap {
    float: right;
    padding-left: 30px;
    width: 410px;
}
}@media only screen and (min-width: 992px) {
    .curriculumpage #learning .flxBx .imGwrap {
    padding-bottom: 40px;
    width: 530px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #learning .flxBx .imGwrap {
    padding-left: 40px;
    width: 600px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #learning .flxBx .imGwrap {
    width: 730px;
    padding-left: 60px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #learning .flxBx .imGwrap {
    padding-left: 60px;
    width: 810px;
}
}.curriculumpage #learning .flxBx .imGwrap .imgBx {
    width: 100%;
    height: 100%;
    aspect-ratio: 880/670;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #learning .flxBx .imGwrap .imgBx {
    border-radius: 50px;
}
}@media only screen and (max-width: 768px) {
    .curriculumpage #learning .flxBx .imGwrap .imgBx {
    margin-bottom: 15px;
}
}.curriculumpage #learning .flxBx .imGwrap .imgBx:hover img {
    transform: scale(1.1);
}
.curriculumpage #learning .flxBx .imGwrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.curriculumpage #learning .contentwrap .titleWrap {
    margin-bottom: 25px;
}
.curriculumpage #learning .contentwrap .titleWrap .title {
    position: relative;
    font-family: "IvyMode", sans-serif;
    font-size: 24px;
    margin-bottom: 5px;
    color: #f07c00;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #learning .contentwrap .titleWrap .title {
    font-size: 26px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #learning .contentwrap .titleWrap .title {
    font-size: 34px;
}
}@media only screen and (min-width: 1351px) {
    .curriculumpage #learning .contentwrap .titleWrap .title {
    font-size: 38px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #learning .contentwrap .titleWrap .title {
    font-size: 40px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #learning .contentwrap .titleWrap .title {
    font-size: 45px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #learning .contentwrap .titleWrap .title {
    font-size: 56px;
}
}.curriculumpage #learning .contentwrap .titleWrap .title span {
    color: #ff4a51;
}
.curriculumpage #learning .contentwrap .titleWrap .subT {
    font-family: "IvyMode", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    display: flex;
    position: relative;
    font-size: 16px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #learning .contentwrap .titleWrap .subT {
    font-size: 18px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #learning .contentwrap .titleWrap .subT {
    font-size: 20px;
}
}@media only screen and (min-width: 1351px) {
    .curriculumpage #learning .contentwrap .titleWrap .subT {
    font-size: 26px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #learning .contentwrap .titleWrap .subT {
    font-size: 30px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #learning .contentwrap .titleWrap .subT {
    font-size: 36px;
}
}.curriculumpage #learning .cmnBx {
    display: block;
    width: 100%;
    height: 100%;
    background: #00a39e;
    border-radius: 15px;
    padding: 15px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #learning .cmnBx {
    padding: 35px;
    border-radius: 35px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #learning .cmnBx {
    border-radius: 45px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #learning .cmnBx {
    border-radius: 50px;
    padding: 50px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #learning .cmnBx {
    padding: 60px;
}
}.curriculumpage #learning .cmnBx .itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -8px;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #learning .cmnBx .itemList {
    margin: 0 -10px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #learning .cmnBx .itemList {
    margin: 0 -30px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #learning .cmnBx .itemList {
    margin: 0 -50px;
}
}.curriculumpage #learning .cmnBx .itemList>* {
    padding: 0 8px;
    width: 50%}
@media only screen and (min-width: 320px) {
    .curriculumpage #learning .cmnBx .itemList>* {
    width: 33.3333333333%}
}@media only screen and (min-width: 768px) {
    .curriculumpage #learning .cmnBx .itemList>* {
    padding: 0 10px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #learning .cmnBx .itemList>* {
    padding: 0 30px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #learning .cmnBx .itemList>* {
    padding: 0 50px;
}
}.curriculumpage #learning .cmnBx .itemList .learnBx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.curriculumpage #learning .cmnBx .itemList .learnBx .icon {
    overflow: hidden;
    width: 40px;
    margin: auto;
    margin-bottom: 15px;
}
@media only screen and (min-width: 678px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .icon {
    margin-bottom: 0;
    width: 60px;
}
}@media only screen and (min-width: 992px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .icon {
    width: 80px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .icon {
    width: 100px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .icon {
    width: 130px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .icon {
    width: 180px;
}
}.curriculumpage #learning .cmnBx .itemList .learnBx .icon img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.curriculumpage #learning .cmnBx .itemList .learnBx .info {
    width: 100%;
    text-align: center;
}
@media only screen and (min-width: 678px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .info {
    padding-left: 20px;
    width: calc(100% - 60px);
    text-align: left;
}
}@media only screen and (min-width: 992px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .info {
    width: calc(100% - 80px);
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .info {
    width: calc(100% - 130px);
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .info {
    padding-left: 30px;
    width: calc(100% - 130px);
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .info {
    width: calc(100% - 180px);
}
}.curriculumpage #learning .cmnBx .itemList .learnBx .info .subT {
    font-family: "IvyMode", sans-serif;
    font-weight: 400;
    color: #fff;
    position: relative;
    font-size: 12px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .info .subT {
    font-size: 14px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .info .subT {
    font-size: 16px;
}
}@media only screen and (min-width: 1351px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .info .subT {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .info .subT {
    font-size: 24px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #learning .cmnBx .itemList .learnBx .info .subT {
    font-size: 26px;
}
}.curriculumpage #overlap {
    margin-top: -100px;
}
@media only screen and (min-width: 1200px) {
    .curriculumpage #overlap {
    margin-top: -180px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #overlap {
    margin-top: -220px;
}
}.curriculumpage #overlap .overlap_bx {
    background-color: #00a39e;
    border-radius: 30px;
    overflow: hidden;
    padding: 0px 15px 20px 15px;
    width: 100%}
@media only screen and (min-width: 1200px) {
    .curriculumpage #overlap .overlap_bx {
    padding: 0px 30px 25px 30px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #overlap .overlap_bx {
    padding: 0px 65px 55px 60px;
}
}.curriculumpage #overlap .overlap_bx .flxBx {
    position: relative;
}
.curriculumpage #overlap .overlap_bx .flxBx::after {
    content: "";
    clear: both;
    display: block;
}
.curriculumpage #overlap .overlap_bx .flxBx .imWrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #overlap .overlap_bx .flxBx .imWrap {
    float: left;
    padding-right: 30px;
    margin-bottom: 20px;
    width: 450px;
}
}@media only screen and (min-width: 992px) {
    .curriculumpage #overlap .overlap_bx .flxBx .imWrap {
    width: 560px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #overlap .overlap_bx .flxBx .imWrap {
    width: 610px;
}
}@media only screen and (min-width: 1351px) {
    .curriculumpage #overlap .overlap_bx .flxBx .imWrap {
    width: 610px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #overlap .overlap_bx .flxBx .imWrap {
    padding-right: 38px;
    width: 610px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #overlap .overlap_bx .flxBx .imWrap {
    width: 610px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #overlap .overlap_bx .flxBx .imWrap {
    padding-right: 38px;
    width: 650px;
}
}.curriculumpage #overlap .overlap_bx .flxBx .imWrap .imBrd {
    border-radius: 50px 200px 50px 50px;
}
.curriculumpage #overlap .overlap_bx .flxBx .imWrap .imBrd .imGBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #overlap .overlap_bx .flxBx .imWrap .imBrd .imGBx {
    border-radius: 0 0 35px 35px;
}
}.curriculumpage #overlap .overlap_bx .flxBx .imWrap .imBrd .imGBx:hover img {
    transform: scale(1.1);
}
.curriculumpage #overlap .overlap_bx .flxBx .imWrap .imBrd .imGBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.curriculumpage #overlap .overlap_bx .flxBx .contentBx {
    padding-top: 40px;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #overlap .overlap_bx .flxBx .contentBx {
    padding-top: 60px;
}
}.curriculumpage #overlap .overlap_bx .flxBx .contentBx p {
    margin-bottom: 0px;
    color: #fff;
}
.curriculumpage #overlap .overlap_bx .flxBx .contentBx ul {
    display: flow-root;
    padding-left: 30px;
}
.curriculumpage #overlap .overlap_bx .flxBx .contentBx ul li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    list-style: disc;
}
@media only screen and (min-width: 1351px) {
    .curriculumpage #overlap .overlap_bx .flxBx .contentBx ul li {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #overlap .overlap_bx .flxBx .contentBx ul li {
    font-size: 18px;
}
}.curriculumpage #curriculum_lerning {
    padding: 35px 0px 40px;
    position: relative;
}
@media only screen and (min-width: 1441px) {
    .curriculumpage #curriculum_lerning {
    padding: 55px 0px 50px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #curriculum_lerning {
    padding: 75px 0px 80px;
}
}.curriculumpage #curriculum_lerning .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.curriculumpage #curriculum_lerning .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.curriculumpage #curriculum_lerning .icons .icon.icon1 {
    max-width: 15px;
    top: 2%;
    left: 2%;
    animation: spin 4s linear infinite;
    z-index: 2;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #curriculum_lerning .icons .icon.icon1 {
    max-width: 30px;
}
}.curriculumpage #curriculum_lerning .icons .icon.icon2 {
    max-width: 22px;
    top: 40%;
    right: 2%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #curriculum_lerning .icons .icon.icon2 {
    max-width: 44px;
}
}.curriculumpage #curriculum_lerning .icons .icon.icon3 {
    max-width: 25px;
    bottom: 15%;
    left: 0px;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #curriculum_lerning .icons .icon.icon3 {
    max-width: 47px;
}
}.curriculumpage #curriculum_lerning .flxBx {
    position: relative;
}
.curriculumpage #curriculum_lerning .flxBx::after {
    content: "";
    clear: both;
    display: block;
}
.curriculumpage #curriculum_lerning .flxBx .imWrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #curriculum_lerning .flxBx .imWrap {
    float: right;
    padding-left: 30px;
    margin-bottom: 20px;
    width: 450px;
}
}@media only screen and (min-width: 992px) {
    .curriculumpage #curriculum_lerning .flxBx .imWrap {
    width: 560px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #curriculum_lerning .flxBx .imWrap {
    width: 610px;
}
}@media only screen and (min-width: 1351px) {
    .curriculumpage #curriculum_lerning .flxBx .imWrap {
    width: 610px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #curriculum_lerning .flxBx .imWrap {
    padding-left: 38px;
    width: 610px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #curriculum_lerning .flxBx .imWrap {
    width: 610px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #curriculum_lerning .flxBx .imWrap {
    padding-left: 40px;
    width: 790px;
}
}.curriculumpage #curriculum_lerning .flxBx .imWrap .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #curriculum_lerning .flxBx .imWrap .imgBx {
    border-radius: 50px;
}
}@media only screen and (max-width: 768px) {
    .curriculumpage #curriculum_lerning .flxBx .imWrap .imgBx {
    margin-bottom: 15px;
}
}.curriculumpage #curriculum_lerning .flxBx .imWrap .imgBx:hover img {
    transform: scale(1.1);
}
.curriculumpage #curriculum_lerning .flxBx .imWrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.curriculumpage #curriculum_lerning .flxBx .contentBx p {
    margin-bottom: 0px;
}
.curriculumpage #curriculum_lerning .flxBx .contentBx ul {
    display: flow-root;
    padding-left: 30px;
}
.curriculumpage #curriculum_lerning .flxBx .contentBx ul li {
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    list-style: disc;
}
@media only screen and (min-width: 1351px) {
    .curriculumpage #curriculum_lerning .flxBx .contentBx ul li {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #curriculum_lerning .flxBx .contentBx ul li {
    font-size: 18px;
}
}.curriculumpage #newWay {
    background-color: #f07c00;
    padding: 35px 0px 35px 0px;
    border-radius: 20px 20px 0px 0px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .curriculumpage #newWay {
    padding: 55px 0px 55px 0px;
    border-radius: 50px 50px 0px 0px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #newWay {
    padding: 75px 0px 75px 0px;
}
}.curriculumpage #newWay .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.curriculumpage #newWay .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.curriculumpage #newWay .icons .icon.icon1 {
    max-width: 15px;
    top: 0px;
    right: 5%;
    animation: spin 4s linear infinite;
    z-index: 2;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #newWay .icons .icon.icon1 {
    max-width: 30px;
}
}.curriculumpage #newWay .icons .icon.icon2 {
    max-width: 22px;
    top: 40%;
    right: 2%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #newWay .icons .icon.icon2 {
    max-width: 44px;
}
}.curriculumpage #newWay .icons .icon.icon3 {
    max-width: 25px;
    bottom: 15%;
    left: 0px;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .curriculumpage #newWay .icons .icon.icon3 {
    max-width: 47px;
}
}.curriculumpage #newWay .flxBx {
    position: relative;
}
.curriculumpage #newWay .flxBx::after {
    content: "";
    clear: both;
    display: block;
}
.curriculumpage #newWay .flxBx .imWrap {
    position: relative;
}
@media only screen and (min-width: 768px) {
    .curriculumpage #newWay .flxBx .imWrap {
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
    width: 450px;
}
}@media only screen and (min-width: 992px) {
    .curriculumpage #newWay .flxBx .imWrap {
    width: 560px;
}
}@media only screen and (min-width: 1200px) {
    .curriculumpage #newWay .flxBx .imWrap {
    width: 610px;
}
}@media only screen and (min-width: 1351px) {
    .curriculumpage #newWay .flxBx .imWrap {
    width: 610px;
}
}@media only screen and (min-width: 1441px) {
    .curriculumpage #newWay .flxBx .imWrap {
    padding-right: 40px;
    width: 610px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #newWay .flxBx .imWrap {
    width: 610px;
}
}@media only screen and (min-width: 1661px) {
    .curriculumpage #newWay .flxBx .imWrap {
    padding-right: 80px;
    width: 830px;
}
}.curriculumpage #newWay .flxBx .imWrap .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 992px) {
    .curriculumpage #newWay .flxBx .imWrap .imgBx {
    border-radius: 50px;
}
}@media only screen and (max-width: 768px) {
    .curriculumpage #newWay .flxBx .imWrap .imgBx {
    margin-bottom: 15px;
}
}.curriculumpage #newWay .flxBx .imWrap .imgBx:hover img {
    transform: scale(1.1);
}
.curriculumpage #newWay .flxBx .imWrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.curriculumpage #newWay .flxBx .contentBx {
    padding-top: 5px;
}
@media only screen and (min-width: 1200px) {
    .curriculumpage #newWay .flxBx .contentBx {
    padding-top: 25px;
}
}.curriculumpage #newWay .flxBx .contentBx .mainHead .mainTitle {
    color: #fff;
}
.curriculumpage #newWay .flxBx .contentBx .mainHead .mainTitle span {
    color: #af014a;
}
.curriculumpage #newWay .flxBx .contentBx p {
    margin-bottom: 0px;
    color: #fff;
}
.curriculumpage #newWay .flxBx .contentBx ul {
    display: flow-root;
    padding-left: 30px;
}
.curriculumpage #newWay .flxBx .contentBx ul li {
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    list-style: disc;
    color: #fff;
}
@media only screen and (min-width: 1351px) {
    .curriculumpage #newWay .flxBx .contentBx ul li {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .curriculumpage #newWay .flxBx .contentBx ul li {
    font-size: 18px;
}
}.teachersPage #teacher {
    position: relative;
    padding: 30px 0 20px;
}
@media only screen and (min-width: 992px) {
    .teachersPage #teacher {
    padding: 0 0 30px;
}
}.teachersPage #teacher .floatIcons .blkPlus {
    top: 10%;
    left: 2%;
    max-width: 18px;
    animation: rotation 8s linear infinite;
}
.teachersPage #teacher .floatIcons .yellowCir {
    bottom: 25%;
    left: -15px;
    max-width: 48px;
    animation: spin 14s linear infinite;
}
.teachersPage #teacher .floatIcons .greenCir {
    top: 0;
    right: 0;
    animation: vibrate 8s linear infinite;
}
.teachersPage #teacher .floatIcons .curCi {
    bottom: 30%;
    left: 0;
    animation: vibrate 8s linear infinite;
}
.teachersPage #teacher .teachersBx {
    position: relative;
}
.teachersPage #teacher .teachersBx .row {
    margin: 0;
}
.teachersPage #teacher .teachersBx .row>* {
    padding: 0;
}
.teachersPage #teacher .teachersBx .cnbx {
    background: #f0f0f0;
    position: relative;
    padding: 20px 15px 15px;
    border-radius: 20px 20px 0 0;
    height: 100%}
@media only screen and (min-width: 578px) {
    .teachersPage #teacher .teachersBx .cnbx {
    padding: 20px 25px 15px;
}
}@media only screen and (min-width: 992px) {
    .teachersPage #teacher .teachersBx .cnbx {
    border-radius: 0 0 0px 30px;
}
}@media only screen and (min-width: 1200px) {
    .teachersPage #teacher .teachersBx .cnbx {
    padding: 40px 30px 25px;
    border-radius: 0 0 0px 40px;
}
}@media only screen and (min-width: 1441px) {
    .teachersPage #teacher .teachersBx .cnbx {
    padding: 60px 40px 35px;
    border-radius: 0 0 0px 50px;
}
}@media only screen and (min-width: 1661px) {
    .teachersPage #teacher .teachersBx .cnbx {
    padding: 80px 60px 45px;
}
}.teachersPage #teacher .teachersBx .mainHead {
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
    .teachersPage #teacher .teachersBx .mainHead {
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1441px) {
    .teachersPage #teacher .teachersBx .mainHead {
    margin-bottom: 35px;
}
}@media only screen and (min-width: 1661px) {
    .teachersPage #teacher .teachersBx .mainHead {
    margin-bottom: 45px;
}
}.teachersPage #teacher .teachersBx .mainHead .mainTitle span {
    color: #ff4a51;
}
.teachersPage #teacher .teachersBx .imgWrp {
    position: relative;
    width: 100%;
    height: 100%}
.teachersPage #teacher .teachersBx .imgWrp .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.teachersPage #teacher .teachersBx .imgWrp .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teachersPage #teacher .teachersBx .imgWrp .floatIcons .curve {
    bottom: 20%;
    right: -20px;
    animation: vibrate 8s linear infinite;
}
.teachersPage #gemsTeacher {
    position: relative;
    padding: 20px 0;
}
@media only screen and (min-width: 1441px) {
    .teachersPage #gemsTeacher {
    padding: 30px 0 40px;
}
}.teachersPage #gemsTeacher .floatIcons .curCi {
    bottom: 30%;
    left: 0;
    animation: vibrate 8s linear infinite;
}
.teachersPage #gemsTeacher .flx {
    width: 100%;
    position: relative;
}
.teachersPage #gemsTeacher .flx::after {
    content: "";
    clear: both;
    display: block;
}
.teachersPage #gemsTeacher .flx .lftBx {
    width: 100%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .teachersPage #gemsTeacher .flx .lftBx {
    float: left;
    width: calc(50% + 20px);
    padding-right: 20px;
}
}@media only screen and (min-width: 992px) {
    .teachersPage #gemsTeacher .flx .lftBx {
    width: calc(50% + 40px);
    padding-right: 40px;
}
}@media only screen and (min-width: 1441px) {
    .teachersPage #gemsTeacher .flx .lftBx {
    width: calc(50% + 65px);
    padding-right: 65px;
}
}.teachersPage #gemsTeacher .flx .lftBx .greatBx {
    width: 100%;
    height: 100%;
    display: block;
    background: #ffcd38;
    position: relative;
    border-radius: 20px;
    padding: 20px 25px;
}
@media only screen and (min-width: 992px) {
    .teachersPage #gemsTeacher .flx .lftBx .greatBx {
    border-radius: 30px;
    padding: 30px 35px;
}
}@media only screen and (min-width: 1441px) {
    .teachersPage #gemsTeacher .flx .lftBx .greatBx {
    border-radius: 40px;
    padding: 40px 50px;
}
}@media only screen and (min-width: 1551px) {
    .teachersPage #gemsTeacher .flx .lftBx .greatBx {
    border-radius: 50px;
    padding: 50px 60px;
}
}.teachersPage #gemsTeacher .flx .lftBx .greatBx .floatIcons .green {
    top: 20%;
    right: -25px;
    animation: vibrate 8s linear infinite;
}
.teachersPage #gemsTeacher .flx .lftBx .greatBx .mainHead {
    margin-bottom: 15px;
}
@media only screen and (min-width: 1441px) {
    .teachersPage #gemsTeacher .flx .lftBx .greatBx .mainHead {
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1551px) {
    .teachersPage #gemsTeacher .flx .lftBx .greatBx .mainHead {
    margin-bottom: 40px;
}
}.teachersPage #gemsTeacher .flx .lftBx .greatBx .mainHead .mainTitle span {
    color: #00a2e0;
}
.teachersPage #gemsTeacher .flx .lftBx .greatBx ul {
    margin: 15px 0;
}
.teachersPage #gemsTeacher .flx .lftBx .greatBx ul li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    color: #000;
    padding-left: 20px;
}
@media only screen and (min-width: 768px) {
    .teachersPage #gemsTeacher .flx .lftBx .greatBx ul li {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .teachersPage #gemsTeacher .flx .lftBx .greatBx ul li {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .teachersPage #gemsTeacher .flx .lftBx .greatBx ul li {
    font-size: 18px;
}
}.teachersPage #gemsTeacher .flx .lftBx .greatBx ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.teachersPage #gemsTeacher .flx .lftBx .greatBx ul li span {
    color: #ff4a51;
    font-weight: 700;
}
.teachersPage #gemsTeacher .flx .lftBx .greatBx ul li strong {
    font-weight: 600;
}
.teachersPage #gemsTeacher .flx .lftBx .greatBx ul li a {
    display: inline;
    text-decoration: none;
    text-underline-position: under;
}
.teachersPage #gemsTeacher .flx .lftBx .greatBx ul li a:hover {
    color: #ffcd38;
    text-decoration: underline;
}
.teachersPage #gemsTeacher .flx .lftBx .greatBx ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4a51;
}
.teachersPage #gemsTeacher .flx .rtBx .contentBx ul li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    color: #000;
    display: flex;
}
@media only screen and (min-width: 768px) {
    .teachersPage #gemsTeacher .flx .rtBx .contentBx ul li {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .teachersPage #gemsTeacher .flx .rtBx .contentBx ul li {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .teachersPage #gemsTeacher .flx .rtBx .contentBx ul li {
    font-size: 18px;
}
}.teachersPage #gemsTeacher .flx .rtBx .contentBx ul li:not(:last-of-type) {
    margin-bottom: 10px;
}
.teachersPage #gemsTeacher .flx .rtBx .contentBx ul li span {
    color: #ff4a51;
    font-weight: 700;
}
.teachersPage #gemsTeacher .flx .rtBx .contentBx ul li strong {
    font-weight: 600;
}
.teachersPage #gemsTeacher .flx .rtBx .contentBx ul li a {
    display: inline;
    text-decoration: none;
    text-underline-position: under;
}
.teachersPage #gemsTeacher .flx .rtBx .contentBx ul li a:hover {
    color: #ffcd38;
    text-decoration: underline;
}
.teachersPage #gemsTeacher .flx .rtBx .contentBx ul li::before {
    position: relative;
    content: "";
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    display: block;
    margin: 0 10px 0 0;
    padding: 3px;
}
.teachersPage #teacherGallery {
    position: relative;
    overflow: hidden;
    background: rgba(0, 163, 158, .24);
    padding: 40px 0;
}
@media only screen and (min-width: 1551px) {
    .teachersPage #teacherGallery {
    padding: 80px 0 90px;
}
}.teachersPage #teacherGallery .floatIcons .green {
    bottom: 10%;
    left: 10%;
    animation: rotation 5s linear infinite;
}
.teachersPage #teacherGallery .floatIcons .blkPlus {
    bottom: 10%;
    right: 10%;
    animation: rotation 5s linear infinite;
    max-width: 20px;
}
.teachersPage #teacherGallery .floatIcons .curCi {
    right: 0;
    bottom: 25%;
    animation: vibrate 5s linear infinite;
}
.teachersPage #teacherGallery .floatIcons .yellowDot {
    top: 10%;
    right: 10%;
    animation: rotation 5s linear infinite;
}
.teachersPage #teacherGallery .floatIcons .icon11 {
    top: 0%;
    left: 0;
    animation: vibrate 5s linear infinite;
}
.teachersPage #teacherGallery .floatIcons .icon13 {
    bottom: 9%;
    left: 44%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .teachersPage #teacherGallery .floatIcons .icon13 {
    bottom: 15%;
    left: 46%}
}@media only screen and (max-width: 1200px) {
    .teachersPage #teacherGallery .floatIcons .icon13 {
    display: none;
}
}.teachersPage #teacherGallery .floatIcons .icon14 {
    top: 35%;
    left: 56%;
    animation: vibrate 5s linear infinite;
}
@media only screen and (max-width: 1200px) {
    .teachersPage #teacherGallery .floatIcons .icon14 {
    display: none;
}
}@media only screen and (min-width: 1551px) {
    .teachersPage #teacherGallery .floatIcons .icon14 {
    left: 60%}
}.teachersPage #teacherGallery .galBx {
    height: 230px;
}
@media only screen and (min-width: 578px) {
    .teachersPage #teacherGallery .galBx {
    height: 270px;
}
}@media only screen and (min-width: 678px) {
    .teachersPage #teacherGallery .galBx {
    height: 330px;
}
}@media only screen and (min-width: 768px) {
    .teachersPage #teacherGallery .galBx {
    height: 400px;
}
}@media only screen and (min-width: 992px) {
    .teachersPage #teacherGallery .galBx {
    height: 450px;
}
}@media only screen and (min-width: 1200px) {
    .teachersPage #teacherGallery .galBx {
    height: 520px;
}
}@media only screen and (min-width: 1551px) {
    .teachersPage #teacherGallery .galBx {
    height: 800px;
}
}.teachersPage #teacherGallery .flxWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: -6px;
    height: 100%}
.teachersPage #teacherGallery .flxWrap .itemList {
    overflow: hidden;
    padding: 6px;
    margin: -6px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 578px) {
    .teachersPage #teacherGallery .flxWrap .itemList {
    width: 25%;
    margin: -4px 0;
}
}@media only screen and (max-width: 478px) {
    .teachersPage #teacherGallery .flxWrap .itemList {
    width: 33.3333333333%}
}@media only screen and (max-width: 300px) {
    .teachersPage #teacherGallery .flxWrap .itemList {
    width: 50%}
}.teachersPage #teacherGallery .flxWrap .itemList>* {
    padding: 4px 0;
}
@media only screen and (min-width: 578px) {
    .teachersPage #teacherGallery .flxWrap .itemList>* {
    padding: 6px 0;
}
}.teachersPage #teacherGallery .flxWrap .itemList.show {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-in-out;
}
.teachersPage #teacherGallery .flxWrap .itemList.hide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: none;
}
.teachersPage #teacherGallery .flxWrap .itemList:nth-child(3) {
    flex-direction: column-reverse !important;
}
.teachersPage #teacherGallery .flxWrap .itemList:nth-child(3) .item:nth-child(2) .imgBx {
    margin-left: unset !important;
}
.teachersPage #teacherGallery .flxWrap .itemList:nth-child(odd) {
    height: 80%}
@media only screen and (min-width: 578px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(odd) {
    width: 20%}
}@media only screen and (min-width: 1551px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(odd) {
    height: 75%}
}.teachersPage #teacherGallery .flxWrap .itemList:nth-child(odd) .item:nth-child(1) {
    height: 30%}
.teachersPage #teacherGallery .flxWrap .itemList:nth-child(odd) .item:nth-child(2) {
    height: 40%}
.teachersPage #teacherGallery .flxWrap .itemList:nth-child(odd) .item:nth-child(2) .imgBx {
    margin-left: auto;
    max-width: 145px;
}
@media only screen and (min-width: 1351px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(odd) .item:nth-child(2) .imgBx {
    max-width: 160px;
}
}@media only screen and (min-width: 1441px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(odd) .item:nth-child(2) .imgBx {
    max-width: 180px;
}
}@media only screen and (min-width: 1551px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(odd) .item:nth-child(2) .imgBx {
    max-width: 220px;
}
}@media only screen and (min-width: 578px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(even) {
    width: 22%}
}@media only screen and (min-width: 1551px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(even) {
    width: 25%}
}.teachersPage #teacherGallery .flxWrap .itemList:nth-child(even)>* {
    height: 50%}
.teachersPage #teacherGallery .flxWrap .itemList:nth-child(5) {
    height: auto;
}
@media only screen and (min-width: 578px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(5) {
    width: 16%}
}@media only screen and (min-width: 1551px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(5) {
    width: 10%}
}@media only screen and (min-width: 578px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(5):has(.second) {
    height: 65%}
}@media only screen and (min-width: 1551px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(5):has(.second) {
    height: 75%}
}.teachersPage #teacherGallery .flxWrap .itemList:nth-child(5) .item:has(.second) .item:nth-child(1) {
    display: none;
}
.teachersPage #teacherGallery .flxWrap .itemList:nth-child(5) .item.first .imgBx {
    margin-left: unset !important;
    max-width: 145px;
}
@media only screen and (min-width: 1351px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(5) .item.first .imgBx {
    max-width: 160px;
}
}@media only screen and (min-width: 1441px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(5) .item.first .imgBx {
    max-width: 180px;
}
}@media only screen and (min-width: 1551px) {
    .teachersPage #teacherGallery .flxWrap .itemList: nth-child(5) .item.first .imgBx {
    max-width: 220px;
}
}.teachersPage #teacherGallery .flxWrap .itemList .item .imgBx {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.teachersPage #teacherGallery .flxWrap .itemList .item .imgBx:hover img {
    transform: scale(1.1);
}
.teachersPage #teacherGallery .flxWrap .itemList .item .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.functionalPage #education {
    position: relative;
    padding: 30px 0 15px;
}
@media only screen and (min-width: 992px) {
    .functionalPage #education {
    padding: 0;
}
}@media only screen and (min-width: 992px) {
    .functionalPage #education: :after {
    position: absolute;
    content: "";
    left: 0;
    width: 20%;
    height: 100%;
    top: 0;
    z-index: -1;
    background: #ffcd38;
    border-bottom-left-radius: 50px;
}
}.functionalPage #education .floatIcons .blkPlus {
    right: 10%;
    max-width: 18px;
    animation: rotation 6s linear infinite;
    bottom: 30px;
}
@media only screen and (min-width: 992px) {
    .functionalPage #education .floatIcons .blkPlus {
    bottom: 120px;
}
}.functionalPage #education .floatIcons .redCurve {
    top: 80px;
    right: 140px;
    animation: vibrate 6s linear infinite;
}
.functionalPage #education .floatIcons .gCircle {
    top: 80px;
    left: 40%;
    animation: spin 6s linear infinite;
}
.functionalPage #education .floatIcons .hcr {
    bottom: 15%;
    right: -30px;
    animation: vibrate 10s linear infinite;
}
.functionalPage #education .contentBx {
    background: #ffcd38;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 35px;
    width: 100%;
    position: relative;
    height: 100%}
@media only screen and (min-width: 992px) {
    .functionalPage #education .contentBx {
    padding-left:20px;
}
}@media only screen and (min-width: 1441px) {
    .functionalPage #education .contentBx {
    padding: 50px 40px 40px 0;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #education .contentBx {
    padding: 100px 100px 45px 0;
}
}.functionalPage #education .contentBx .mainHead {
    margin-bottom: 15px;
}
@media only screen and (min-width: 1441px) {
    .functionalPage #education .contentBx .mainHead {
    margin-bottom: 25px;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #education .contentBx .mainHead {
    margin-bottom: 35px;
}
}.functionalPage #education .contentBx .mainHead .mainTitle span {
    color: #ff4a51;
}
.functionalPage #education .contentBx .imgBx {
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 25px;
}
@media only screen and (min-width: 1441px) {
    .functionalPage #education .contentBx .imgBx {
    border-radius: 35px;
}
}.functionalPage #education .contentBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.functionalPage #education .imgWrap {
    width: 100%;
    height: 100%}
@media only screen and (max-width: 992px) {
    .functionalPage #education .imgWrap {
    max-width: 80%;
    margin: auto;
    margin-top: 25px;
}
}@media only screen and (max-width: 578px) {
    .functionalPage #education .imgWrap {
    max-width: 100%}
}.functionalPage #education .imgWrap .imgBx {
    width: 100%;
    height: 100%}
.functionalPage #education .imgWrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.functionalPage #NCFSE {
    position: relative;
    padding: 15px 0 40px;
}
@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE {
    padding: 60px 0;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #NCFSE {
    padding: 80px 0 110px;
}
}.functionalPage #NCFSE .floatIcons .blkPlus {
    bottom: 30%;
    right: 20px;
    max-width: 18px;
    animation: rotation 6s linear infinite;
}
.functionalPage #NCFSE .floatIcons .redCurve {
    animation: vibrate 6s linear infinite;
    top: 100px;
    right: 10%}
@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE .floatIcons .redCurve {
    top: 50px;
    right: 25%}
}.functionalPage #NCFSE .floatIcons .gCircle {
    top: 80px;
    left: 40%;
    animation: spin 6s linear infinite;
}
.functionalPage #NCFSE .floatIcons .yellowDot {
    top: 400px;
    right: 20px;
    animation: spin 6s linear infinite;
}
.functionalPage #NCFSE .floatIcons .hcr {
    bottom: 15%;
    right: -30px;
    animation: vibrate 10s linear infinite;
}
.functionalPage #NCFSE .floatIcons .icon33 {
    bottom: 45%;
    animation: vibrate 10s linear infinite;
    left: 50px;
}
@media only screen and (min-width: 1351px) {
    .functionalPage #NCFSE .floatIcons .icon33 {
    left: 80px;
}
}@media only screen and (min-width: 1661px) {
    .functionalPage #NCFSE .floatIcons .icon33 {
    left: 110px;
}
}.functionalPage #NCFSE .floatIcons .plus {
    top: 10%;
    left: 10px;
    animation: rotation 10s linear infinite;
    max-width: 18px;
}
.functionalPage #NCFSE .mainTitle {
    font-weight: 400;
    color: #000;
    font-family: "IvyMode", sans-serif;
    margin-bottom: 20px;
    font-size: 18px;
}
@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .mainTitle {
    font-size: 20px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE .mainTitle {
    font-size: 22px;
}
}@media only screen and (min-width: 1200px) {
    .functionalPage #NCFSE .mainTitle {
    font-size: 26px;
}
}@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .mainTitle {
    font-size: 28px;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #NCFSE .mainTitle {
    margin-bottom: 40px;
    font-size: 32px;
}
}@media only screen and (min-width: 1661px) {
    .functionalPage #NCFSE .mainTitle {
    font-size: 36px;
}
}.functionalPage #NCFSE .ncfBx {
    position: relative;
    background: #ebebeb;
    padding: 25px 15px;
    border-radius: 25px;
}
@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .ncfBx {
    padding: 30px;
    border-radius: 30px 80px 30px 30px;
}
}@media only screen and (min-width: 1200px) {
    .functionalPage #NCFSE .ncfBx {
    border-radius: 50px 150px 50px 50px;
    padding: 55px;
}
}@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .ncfBx {
    padding: 60px;
    border-radius: 50px 200px 50px 50px;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #NCFSE .ncfBx {
    padding: 75px 68px;
}
}.functionalPage #NCFSE .flxBx {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .flxBx {
    margin-bottom: 60px;
}
}@media only screen and (min-width: 678px) {
    .functionalPage #NCFSE .flxBx .lftBx {
    padding-top: 10px;
}
}.functionalPage #NCFSE .flxBx .rtBx {
    width: 100%}
@media only screen and (min-width: 678px) {
    .functionalPage #NCFSE .flxBx .rtBx {
    float: right;
    width: 50%;
    padding-left: 20px;
}
}@media only screen and (min-width: 1200px) {
    .functionalPage #NCFSE .flxBx .rtBx {
    padding-left: 50px;
    width: calc(50% + 50px);
}
}@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .flxBx .rtBx {
    width: calc(50% + 125px);
    padding-left: 95px;
}
}.functionalPage #NCFSE .flxBx .rtBx .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 25px;
}
@media only screen and (min-width: 1200px) {
    .functionalPage #NCFSE .flxBx .rtBx .imgBx {
    border-radius: 35px;
}
}.functionalPage #NCFSE .flxBx .rtBx .imgBx:hover img {
    transform: scale(1.1);
}
.functionalPage #NCFSE .flxBx .rtBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.functionalPage #NCFSE .ncfStageBx {
    margin-bottom: 55px;
}
.functionalPage #NCFSE .ncfStageBx .accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -4px -8px;
}
@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE .ncfStageBx .accordion {
    margin: 0 -15px;
}
}@media only screen and (min-width: 1351px) {
    .functionalPage #NCFSE .ncfStageBx .accordion {
    margin: 0 -20px;
}
}@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .ncfStageBx .accordion {
    margin: 0 -30px;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #NCFSE .ncfStageBx .accordion {
    margin: 0 -40px;
}
}@media only screen and (min-width: 1661px) {
    .functionalPage #NCFSE .ncfStageBx .accordion {
    margin: 0 -50px;
}
}.functionalPage #NCFSE .ncfStageBx .accordion>* {
    padding: 4px 8px;
    width: 100%}
@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .ncfStageBx .accordion>* {
    width: 25%}
}@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE .ncfStageBx .accordion>* {
    padding: 0 15px;
}
}@media only screen and (min-width: 1351px) {
    .functionalPage #NCFSE .ncfStageBx .accordion>* {
    padding: 0 20px;
}
}@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .ncfStageBx .accordion>* {
    padding: 0 30px;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #NCFSE .ncfStageBx .accordion>* {
    padding: 0 40px;
}
}@media only screen and (min-width: 1661px) {
    .functionalPage #NCFSE .ncfStageBx .accordion>* {
    padding: 0 50px;
}
}.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item {
    border: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
}
.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-header .accordion-button {
    outline: 0;
    background: #00a39e;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 20px 25px;
    border-radius: 10px;
}
@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-header .accordion-button {
    text-align: center;
    border-radius: 15px;
    pointer-events: none;
    padding: 30px 10px;
    min-height: 95px;
}
}@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 25px;
    min-height: 100px;
    padding: 10px 15px;
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-header .accordion-button {
    min-height: 115px;
    padding: 35px 30px;
    font-size: 20px;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-header .accordion-button {
    padding: 50px 60px;
    min-height: 175px;
    font-size: 22px;
}
}.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "-"}
.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    content: "+";
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 20px;
    height: 20px;
    font-size: 18px;
    color: #fff;
    background-image: none;
    transform: none;
}
@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-header .accordion-button: :after {
    display: none;
}
}@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse {
    display: block !important;
}
}.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0 10px 15px;
}
@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0;
    padding-left: 20px;
}
}@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 30px;
}
}.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList {
    overflow: hidden;
    position: relative;
    padding-top: 25px;
}
@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList {
    padding-top: 45px;
}
}.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #f07c00;
}
.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item:not(:last-of-type) {
    padding-bottom: 25px;
}
@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item: not(:last-of-type) {
    padding-bottom: 35px;
}
}.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item:last-of-type .cmnBx::after {
    position: absolute;
    content: "";
    left: calc(-40% - 1px);
    bottom: 0;
    width: 40%;
    height: calc(50% - 1px);
    background: #ebebeb;
    z-index: -1;
}
.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx {
    display: block;
    text-align: center;
    border: 1px solid #f07c00;
    position: relative;
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-left: 15px;
    min-height: 85px;
    border-radius: 15px;
}
@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx {
    border-radius: 24px;
    min-height: 127px;
}
}@media only screen and (min-width: 1200px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx {
    padding: 15px;
    margin-left: 25px;
    min-height: 145px;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx {
    padding: 30px;
    margin-left: 35px;
    min-height: 175px;
}
}.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx::before {
    position: absolute;
    content: "";
    left: -50%;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: #f07c00;
    margin: auto;
}
.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx .txt {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
}
@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx .txt {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx .txt {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx .txt {
    font-size: 18px;
}
}.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx .txt strong {
    font-weight: 600;
}
.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx .txt a {
    display: inline;
    text-decoration: none;
    text-underline-position: under;
}
.functionalPage #NCFSE .ncfStageBx .accordion .accordion-item .accordion-collapse .accordion-body .itemList .item .cmnBx .txt a:hover {
    color: #ffcd38;
    text-decoration: underline;
}
.functionalPage #NCFSE .ncfSliderBX {
    position: relative;
    height: 250px;
}
@media only screen and (min-width: 1351px) {
    .functionalPage #NCFSE .ncfSliderBX {
    height: 315px;
}
}@media only screen and (min-width: 1551px) {
    .functionalPage #NCFSE .ncfSliderBX {
    height: 410px;
}
}.functionalPage #NCFSE .ncfSliderBX .ncfSlider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.functionalPage #NCFSE .ncfSliderBX .ncfSlider .swiper-slide {
    height: auto;
}
@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE .ncfSliderBX .ncfSlider .swiper-slide.swiper-slide-active {
    width: 33% !important;
}
}@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE .ncfSliderBX .ncfSlider .swiper-slide.swiper-slide-active+.swiper-slide-visible {
    width: 40% !important;
}
}@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE .ncfSliderBX .ncfSlider .swiper-slide.swiper-slide-active+.swiper-slide-visible+.swiper-slide-visible {
    width: 23% !important;
}
}.functionalPage #NCFSE .ncfSliderBX .ncfSlider .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
    visibility: hidden;
}
.functionalPage #NCFSE .ncfSliderBX .btnSec {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 2;
    height: fit-content;
    justify-content: space-between;
    right: -25px;
    left: -15px;
}
@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .ncfSliderBX .btnSec {
    right: -25px;
    left: -25px;
}
}@media only screen and (min-width: 992px) {
    .functionalPage #NCFSE .ncfSliderBX .btnSec {
    right: -30px;
    left: -30px;
}
}.functionalPage #NCFSE .ncfSliderBX .btnSec>* {
    padding: 5px;
}
.functionalPage #NCFSE .ncfSliderBX .btnSec .swpBtn {
    position: relative;
    left: unset;
    right: unset;
    margin: 0;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #00a2e0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}
@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .ncfSliderBX .btnSec .swpBtn {
    width: 40px;
    height: 40px;
}
}@media only screen and (min-width: 1200px) {
    .functionalPage #NCFSE .ncfSliderBX .btnSec .swpBtn {
    width: 45px;
    height: 45px;
}
}.functionalPage #NCFSE .ncfSliderBX .btnSec .swpBtn::after {
    display: none;
}
.functionalPage #NCFSE .ncfSliderBX .btnSec .swpBtn .icon {
    max-width: 15px;
    height: 25px;
}
.functionalPage #NCFSE .ncfSliderBX .btnSec .swpBtn .icon svg {
    transition: all .5s;
    fill: #000;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.functionalPage #NCFSE .ncfSliderBX .mindBx {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
@media only screen and (min-width: 768px) {
    .functionalPage #NCFSE .ncfSliderBX .mindBx {
    border-radius: 25px;
}
}@media only screen and (min-width: 1351px) {
    .functionalPage #NCFSE .ncfSliderBX .mindBx {
    border-radius: 35px;
}
}.functionalPage #NCFSE .ncfSliderBX .mindBx .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.functionalPage #NCFSE .ncfSliderBX .mindBx .imgBx:hover img {
    transform: scale(1.1);
}
.functionalPage #NCFSE .ncfSliderBX .mindBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partnershipPage #ourStudent {
    position: relative;
    padding: 40px 0 20px;
    overflow: hidden;
}
@media only screen and (min-width: 1351px) {
    .partnershipPage #ourStudent {
    padding: 60px 0 30px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #ourStudent {
    padding: 90px 0 45px;
}
}.partnershipPage #ourStudent .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.partnershipPage #ourStudent .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.partnershipPage #ourStudent .icons .icon.icon1 {
    max-width: 8px;
    top: 4%;
    left: 4%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #ourStudent .icons .icon.icon1 {
    max-width: 13px;
}
}.partnershipPage #ourStudent .icons .icon.icon2 {
    max-width: 25px;
    top: 0px;
    left: 45%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #ourStudent .icons .icon.icon2 {
    max-width: 51px;
}
}.partnershipPage #ourStudent .icons .icon.icon3 {
    max-width: 25px;
    top: 35%;
    left: 6%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #ourStudent .icons .icon.icon3 {
    max-width: 48px;
}
}.partnershipPage #ourStudent .icons .icon.icon4 {
    max-width: 50px;
    bottom: 5%;
    right: 3%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #ourStudent .icons .icon.icon4 {
    max-width: 100px;
}
}.partnershipPage #ourStudent .studentBx {
    background: #f07c00;
    overflow: hidden;
    border-radius: 25px 0 25px 25px;
}
@media only screen and (min-width: 992px) {
    .partnershipPage #ourStudent .studentBx {
    border-radius: 50px 0 50px 50px;
}
}.partnershipPage #ourStudent .studentBx .flX {
    display: flex;
    flex-wrap: wrap;
}
.partnershipPage #ourStudent .studentBx .flX .lftBx {
    width: 100%;
    padding: 30px 15px;
}
@media only screen and (min-width: 578px) {
    .partnershipPage #ourStudent .studentBx .flX .lftBx {
    padding: 30px;
}
}@media only screen and (min-width: 992px) {
    .partnershipPage #ourStudent .studentBx .flX .lftBx {
    padding: 35px;
    width: calc(100% - 400px);
}
}@media only screen and (min-width: 1200px) {
    .partnershipPage #ourStudent .studentBx .flX .lftBx {
    padding: 50px 45px;
    width: calc(100% - 450px);
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #ourStudent .studentBx .flX .lftBx {
    width: calc(100% - 530px);
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #ourStudent .studentBx .flX .lftBx {
    padding: 70px 55px;
    width: calc(100% - 620px);
}
}@media only screen and (min-width: 1661px) {
    .partnershipPage #ourStudent .studentBx .flX .lftBx {
    padding: 90px 65px;
    width: calc(100% - 690px);
}
}.partnershipPage #ourStudent .studentBx .flX .lftBx .mainHead {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1351px) {
    .partnershipPage #ourStudent .studentBx .flX .lftBx .mainHead {
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1661px) {
    .partnershipPage #ourStudent .studentBx .flX .lftBx .mainHead {
    margin-bottom: 40px;
}
}.partnershipPage #ourStudent .studentBx .flX .lftBx .mainHead .mainTitle span:nth-child(1) {
    color:#af014a;
}
.partnershipPage #ourStudent .studentBx .flX .lftBx .mainHead .mainTitle span:nth-child(2) {
    color: #69fda0;
}
.partnershipPage #ourStudent .studentBx .flX .lftBx p {
    color: #fff;
}
.partnershipPage #ourStudent .studentBx .flX .rtBx {
    width: 100%}
@media only screen and (min-width: 992px) {
    .partnershipPage #ourStudent .studentBx .flX .rtBx {
    width: 400px;
}
}@media only screen and (min-width: 1200px) {
    .partnershipPage #ourStudent .studentBx .flX .rtBx {
    width: 450px;
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #ourStudent .studentBx .flX .rtBx {
    width: 530px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #ourStudent .studentBx .flX .rtBx {
    width: 620px;
}
}@media only screen and (min-width: 1661px) {
    .partnershipPage #ourStudent .studentBx .flX .rtBx {
    width: 690px;
}
}.partnershipPage #ourStudent .studentBx .flX .rtBx .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 0 0px 50px;
    aspect-ratio: 690/720;
}
.partnershipPage #ourStudent .studentBx .flX .rtBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partnershipPage #learning {
    position: relative;
    padding: 20px 0;
}
@media only screen and (min-width: 1351px) {
    .partnershipPage #learning {
    padding: 30px 0;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #learning {
    padding: 45px 0;
}
}.partnershipPage #learning .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.partnershipPage #learning .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.partnershipPage #learning .icons .icon.icon1 {
    max-width: 25px;
    top: 4%;
    left: 4%;
    animation: spin 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #learning .icons .icon.icon1 {
    max-width: 47px;
}
}.partnershipPage #learning .icons .icon.icon2 {
    max-width: 25px;
    top: 2%;
    right: 40%;
    z-index: 2;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #learning .icons .icon.icon2 {
    max-width: 40px;
}
}.partnershipPage #learning .icons .icon.icon3 {
    max-width: 25px;
    bottom: 5%;
    right: 2%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #learning .icons .icon.icon3 {
    max-width: 40px;
}
}.partnershipPage #learning .flxBx {
    width: 100%;
    position: relative;
}
.partnershipPage #learning .flxBx::after {
    content: "";
    clear: both;
    display: block;
}
.partnershipPage #learning .flxBx .lfTbx {
    margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
    .partnershipPage #learning .flxBx .lfTbx {
    float: left;
    padding-right: 25px;
    width: 565px;
    padding-right: 10px;
}
}@media only screen and (min-width: 1200px) {
    .partnershipPage #learning .flxBx .lfTbx {
    padding-right: 25px;
    width: 720px;
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #learning .flxBx .lfTbx {
    width: 750px;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #learning .flxBx .lfTbx {
    width: 850px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #learning .flxBx .lfTbx {
    width: 950px;
    padding-right: 25px;
}
}@media only screen and (min-width: 1661px) {
    .partnershipPage #learning .flxBx .lfTbx {
    width: 1030px;
    padding-right: 45px;
}
}.partnershipPage #learning .flxBx .lfTbx .itemList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
@media only screen and (min-width: 1200px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList {
    margin: 0 -7px;
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList {
    margin: 0 -10px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList {
    margin: 0 -15px;
}
}.partnershipPage #learning .flxBx .lfTbx .itemList>* {
    width: 50%;
    padding: 5px;
    flex-grow: 1;
}
@media only screen and (min-width: 378px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* {
    width: 33.3333333333%}
}@media only screen and (min-width: 1200px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* {
    padding: 0 7px;
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* {
    padding: 0 10px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* {
    padding: 0 15px;
}
}.partnershipPage #learning .flxBx .lfTbx .itemList>*:nth-child(1) .learninBx .info .titl {
    color: #000;
}
.partnershipPage #learning .flxBx .lfTbx .itemList>*:nth-child(3n-2) .learninBx {
    background: #ffcd38;
}
.partnershipPage #learning .flxBx .lfTbx .itemList>*:nth-child(3n-1) .learninBx {
    background: #00a39e;
}
.partnershipPage #learning .flxBx .lfTbx .itemList>*:nth-child(3n) .learninBx {
    background: #ff4a51;
}
.partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx {
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
@media only screen and (min-width: 992px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx {
    padding: 15px;
    border-radius: 30px;
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx {
    padding: 20px;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx {
    border-radius: 50px;
    padding: 30px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx {
    padding: 40px;
}
}.partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx .imgBx {
    width: 100%;
    overflow: hidden;
    margin: auto;
    aspect-ratio: 185/170;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 65px;
}
@media only screen and (min-width: 578px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx .imgBx {
    max-width: 185px;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx .imgBx {
    margin-bottom: 30px;
}
}.partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
}
.partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx .info .titl {
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}
@media only screen and (min-width: 1200px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx .info .titl {
    font-size: 14px;
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx .info .titl {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx .info .titl {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #learning .flxBx .lfTbx .itemList>* .learninBx .info .titl {
    font-size: 20px;
}
}.partnershipPage #clases {
    position: relative;
    padding: 20px 0;
    --borde:  20px;
}
@media only screen and (min-width: 1200px) {
    .partnershipPage #clases {
    --borde:  30px;
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #clases {
    padding: 30px 0;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #clases {
    padding: 45px 0 35px;
    --borde:  50px;
}
}.partnershipPage #clases .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.partnershipPage #clases .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.partnershipPage #clases .icons .icon.icon1 {
    max-width: 18px;
    top: 25%;
    right: 45%;
    animation: vibrate 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #clases .icons .icon.icon1 {
    max-width: 26px;
}
}.partnershipPage #clases .icons .icon.icon2 {
    max-width: 25px;
    top: 40%;
    left: 27%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #clases .icons .icon.icon2 {
    max-width: 47px;
}
}.partnershipPage #clases .icons .icon.icon3 {
    max-width: 5px;
    bottom: 40%;
    right: 45%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
.partnershipPage #clases .icons .icon.icon4 {
    max-width: 100px;
    bottom: 35%;
    right: 3%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #clases .icons .icon.icon4 {
    max-width: 193px;
}
}.partnershipPage #clases .icons .icon.icon5 {
    max-width: 20px;
    bottom: 30%;
    left: 3%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #clases .icons .icon.icon5 {
    max-width: 34px;
}
}.partnershipPage #clases .icons .icon.icon6 {
    max-width: 20px;
    bottom: 5%;
    right: 3%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #clases .icons .icon.icon6 {
    max-width: 40px;
}
}.partnershipPage #clases .icons .icon.icon7 {
    max-width: 20px;
    bottom: 2%;
    left: 50%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #clases .icons .icon.icon7 {
    max-width: 42px;
}
}.partnershipPage #clases .flxBx {
    column-gap: 10px;
    column-count: 1;
    margin-bottom: 20px;
}
@media only screen and (min-width: 478px) {
    .partnershipPage #clases .flxBx {
    column-gap: 20px;
    column-count: 2;
}
}@media only screen and (min-width: 1200px) {
    .partnershipPage #clases .flxBx {
    margin-bottom: 0;
    column-gap: 25px;
    column-gap: 50px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #clases .flxBx {
    column-gap: 100px;
}
}.partnershipPage #clases .flxBx .item {
    break-inside: avoid;
}
.partnershipPage #clases .flxBx .item:nth-child(4n-3) .classBx .imgBx {
    border-bottom-left-radius: var(--borde);
}
.partnershipPage #clases .flxBx .item:nth-child(4n-2) .classBx .imgBx {
    border-top-right-radius: var(--borde);
}
.partnershipPage #clases .flxBx .item:nth-child(4n-1) .classBx .imgBx {
    border-bottom-right-radius: var(--borde);
}
.partnershipPage #clases .flxBx .item:nth-child(4n) .classBx .imgBx {
    border-top-left-radius: var(--borde);
}
@media only screen and (min-width: 992px) {
    .partnershipPage #clases .rBx {
    padding-right: 25px;
}
}@media only screen and (min-width: 1200px) {
    .partnershipPage #clases .rBx {
    padding-right: 40px;
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #clases .rBx {
    padding-right: 50px;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #clases .rBx {
    padding-right: 80px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #clases .rBx {
    padding-right: 100px;
}
}.partnershipPage #clases .classBx {
    display: block;
    width: 100%;
    height: 100%}
.partnershipPage #clases .classBx:hover .imgBx img {
    transform: scale(1.1);
}
.partnershipPage #clases .classBx.labx .imgBx {
    aspect-ratio: 670/740;
    border-bottom-right-radius: var(--borde);
}
.partnershipPage #clases .classBx .imgBx {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 380/270;
    margin-bottom: 20px;
}
.partnershipPage #clases .classBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partnershipPage #clases .classBx .infoBx .title {
    color: #000;
    font-weight: 400;
    font-family: "IvyMode", sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}
@media only screen and (min-width: 1200px) {
    .partnershipPage #clases .classBx .infoBx .title {
    font-size: 22px;
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #clases .classBx .infoBx .title {
    font-size: 24px;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #clases .classBx .infoBx .title {
    font-size: 26px;
    margin-bottom: 15px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #clases .classBx .infoBx .title {
    font-size: 30px;
}
}.partnershipPage #reflection {
    position: relative;
    padding: 20px 0;
}
@media only screen and (min-width: 1351px) {
    .partnershipPage #reflection {
    padding: 30px 0;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #reflection {
    padding: 35px 0 50px;
}
}.partnershipPage #reflection .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.partnershipPage #reflection .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.partnershipPage #reflection .icons .icon.icon1 {
    max-width: 25px;
    top: 8%;
    left: 34%;
    animation: vibrate 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #reflection .icons .icon.icon1 {
    max-width: 36px;
}
}.partnershipPage #reflection .icons .icon.icon2 {
    max-width: 35px;
    bottom: 5%;
    left: 33%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #reflection .icons .icon.icon2 {
    max-width: 56px;
}
}.partnershipPage #reflection .reflectionBx {
    overflow: hidden;
    border-top-left-radius: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 25px;
    border-radius: 20px;
}
@media only screen and (min-width: 1351px) {
    .partnershipPage #reflection .reflectionBx {
    border-radius: 30px;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #reflection .reflectionBx {
    border-radius: 50px;
}
}.partnershipPage #reflection .reflectionBx .imgBx {
    width: 100%;
    aspect-ratio: 460/350;
}
@media only screen and (min-width: 992px) {
    .partnershipPage #reflection .reflectionBx .imgBx {
    aspect-ratio: 520/750;
    width: 400px;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #reflection .reflectionBx .imgBx {
    width: 465px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #reflection .reflectionBx .imgBx {
    width: 525px;
}
}.partnershipPage #reflection .reflectionBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partnershipPage #reflection .reflectionBx .infobx {
    background: #ffcd38;
    padding: 20px 15px;
    width: 100%}
@media only screen and (min-width: 768px) {
    .partnershipPage #reflection .reflectionBx .infobx {
    padding: 30px;
}
}@media only screen and (min-width: 992px) {
    .partnershipPage #reflection .reflectionBx .infobx {
    padding: 50px 30px;
    width: calc(100% - 400px);
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #reflection .reflectionBx .infobx {
    padding: 60px 40px;
    width: calc(100% - 465px);
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #reflection .reflectionBx .infobx {
    padding: 80px 50px;
    width: calc(100% - 525px);
}
}.partnershipPage #reflection .reflectionBx .infobx .mainHead {
    margin-bottom: 10px;
}
.partnershipPage #reflection .reflectionBx .accordion {
    margin-top: 30px;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item {
    background: rgba(0, 0, 0, 0);
    border: 0;
    box-shadow: none;
    position: relative;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item:not(:last-of-type) {
    margin-bottom: 15px;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item:has(.show) .accordion-header .accordion-button .title {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item:has(.show) .accordion-header .accordion-button .contentBx {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item .title {
    width: 100%;
    transition: all .1s;
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 14px;
}
@media only screen and (min-width: 1441px) {
    .partnershipPage #reflection .reflectionBx .accordion .accordion-item .title {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #reflection .reflectionBx .accordion .accordion-item .title {
    font-size: 18px;
}
}.partnershipPage #reflection .reflectionBx .accordion .accordion-item .contentBx {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item .contentBx p {
    margin-bottom: 0;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item .contentBx p span, .partnershipPage #reflection .reflectionBx .accordion .accordion-item .contentBx p strong {
    font-weight: 700;
    color: #000;
    font-size: 14px;
}
@media only screen and (min-width: 1441px) {
    .partnershipPage #reflection .reflectionBx .accordion .accordion-item .contentBx p span, .partnershipPage #reflection .reflectionBx .accordion .accordion-item .contentBx p strong {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #reflection .reflectionBx .accordion .accordion-item .contentBx p span, .partnershipPage #reflection .reflectionBx .accordion .accordion-item .contentBx p strong {
    font-size: 18px;
}
}.partnershipPage #reflection .reflectionBx .accordion .accordion-item .accordion-button {
    background: rgba(0, 0, 0, 0);
    font-weight: 700;
    box-shadow: none;
    outline: 0;
    color: #000;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding-bottom: 20px;
    display: block;
    padding-left: 20px;
    transition: all .2s;
    padding-right: 40px;
    position: relative;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    content: "-"}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item .accordion-button::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item .accordion-button::after {
    position: absolute;
    content: "+";
    top: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 28px;
    height: 28px;
    background: #ff4a51;
    border-radius: 50%;
    background-image: none;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item .accordion-body {
    position: relative;
    padding: 0;
    padding-left: 20px;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item .accordion-body::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
}
.partnershipPage #reflection .reflectionBx .accordion .accordion-item .accordion-body span, .partnershipPage #reflection .reflectionBx .accordion .accordion-item .accordion-body strong {
    font-weight: 700;
    color: #000;
}
.partnershipPage #parentTestimonial {
    position: relative;
    z-index: 0;
    padding: 40px 0 80px;
}
@media only screen and (min-width: 1351px) {
    .partnershipPage #parentTestimonial {
    padding: 70px 0 110px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #parentTestimonial {
    padding: 150px 0;
}
}@media only screen and (min-width: 1661px) {
    .partnershipPage #parentTestimonial {
    padding: 200px 0 190px;
}
}.partnershipPage #parentTestimonial .cir {
    display: none;
}
@media only screen and (min-width: 992px) {
    .partnershipPage #parentTestimonial .cir {
    border-radius: 50%;
    background: rgba(255, 205, 56, .1);
    position: absolute;
    left: -180px;
    top: 100px;
    display: block;
    z-index: -1;
    pointer-events: none;
    animation: rotation 25s linear infinite;
    width: 400px;
    height: 400px;
}
}@media only screen and (min-width: 1351px) {
    .partnershipPage #parentTestimonial .cir {
    width: 450px;
    height: 450px;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #parentTestimonial .cir {
    width: 550px;
    height: 550px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #parentTestimonial .cir {
    width: 714px;
    height: 714px;
}
}.partnershipPage #parentTestimonial .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.partnershipPage #parentTestimonial .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.partnershipPage #parentTestimonial .icons .icon.icon1 {
    max-width: 25px;
    top: 5%;
    left: 0px;
    animation: vibrate 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #parentTestimonial .icons .icon.icon1 {
    max-width: 47px;
}
}.partnershipPage #parentTestimonial .icons .icon.icon2 {
    max-width: 100px;
    top: 15%;
    left: 22%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #parentTestimonial .icons .icon.icon2 {
    max-width: 170px;
}
}.partnershipPage #parentTestimonial .icons .icon.icon3 {
    max-width: 20px;
    top: 10%;
    right: 35%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #parentTestimonial .icons .icon.icon3 {
    max-width: 40px;
}
}.partnershipPage #parentTestimonial .icons .icon.icon4 {
    max-width: 15px;
    top: 10%;
    right: 8%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #parentTestimonial .icons .icon.icon4 {
    max-width: 22px;
}
}.partnershipPage #parentTestimonial .ltBx {
    display: flex;
    align-items: center;
}
.partnershipPage #parentTestimonial .ltBx .conentBx {
    max-width: 475px;
}
.partnershipPage #parentTestimonial .testimonialSlider .swiper-pagination {
    position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    top: 30px;
    justify-content: center;
}
@media only screen and (min-width: 992px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-pagination {
    justify-content: flex-end;
}
}@media only screen and (min-width: 1661px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-pagination {
    top: 70px;
}
}.partnershipPage #parentTestimonial .testimonialSlider .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0);
    position: relative;
    transition: all .5s;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partnershipPage #parentTestimonial .testimonialSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #ff4a51;
}
.partnershipPage #parentTestimonial .testimonialSlider .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    margin: auto;
    height: 8px;
    border-radius: 50%;
    background: #00a39e;
}
.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
    visibility: hidden;
}
.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx {
    display: flex;
    flex-wrap: wrap;
}
.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .imgBx {
    overflow: hidden;
    border-radius: 30px;
    width: 330px;
}
@media only screen and (min-width: 1441px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .imgBx {
    width: 360px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .imgBx {
    width: 430px;
}
}@media only screen and (max-width: 992px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .imgBx {
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    height: 110px;
    width: 110px;
    z-index: 1;
    right: 0;
    margin: auto;
}
}@media only screen and (max-width: 578px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .imgBx {
    height: 90px;
    width: 90px;
}
}.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .imgBx:hover img {
    transform: scale(1.1);
}
.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    background: #ffcd39;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 15px 15px 25px;
    width: 100%;
    padding-top: 110px;
    text-align: center;
    border-radius: 20px;
}
@media only screen and (min-width: 578px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    border-radius: 30px;
    padding: 26px;
    padding-top: 135px;
}
}@media only screen and (min-width: 992px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    padding: 35px;
    margin-left: 15px;
    width: calc(100% - 345px);
    text-align: left;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    width: calc(100% - 375px);
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    width: calc(100% - 445px);
    padding: 75px 60px;
}
}.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 100%;
    background: #00a39e;
    z-index: -1;
    border-radius: 20px;
}
@media only screen and (min-width: 578px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx: :after {
    width: calc(100% - 15px);
    border-radius: 30px;
}
}.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .contentBx {
    position: relative;
    z-index: 1;
}
.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .name {
    font-weight: 400;
    font-family: "IvyMode", sans-serif;
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}
@media only screen and (min-width: 1200px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .name {
    font-size: 24px;
}
}@media only screen and (min-width: 1441px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .name {
    font-size: 26px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .name {
    font-size: 30px;
}
}.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .post {
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}
@media only screen and (min-width: 1441px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .post {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .post {
    font-size: 21px;
}
}.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx p {
    color: #fff;
}
.partnershipPage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .descRp {
    max-height: 300px;
    overflow: auto;
    padding-right: 10px;
}
.partnershipPage #dayCare {
    position: relative;
    background: rgba(0, 163, 158, .24);
    padding: 45px 0;
}
@media only screen and (min-width: 1441px) {
    .partnershipPage #dayCare {
    padding: 60px 0;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare {
    padding: 80px 0 130px;
}
}.partnershipPage #dayCare .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.partnershipPage #dayCare .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.partnershipPage #dayCare .icons .icon.icon1 {
    max-width: 20px;
    top: 5%;
    left: 2%;
    animation: vibrate 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .icons .icon.icon1 {
    max-width: 40px;
}
}.partnershipPage #dayCare .icons .icon.icon2 {
    max-width: 20px;
    top: 15%;
    left: 28%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .icons .icon.icon2 {
    max-width: 42px;
}
}.partnershipPage #dayCare .icons .icon.icon3 {
    max-width: 100px;
    top: 5%;
    left: 40%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .icons .icon.icon3 {
    max-width: 205px;
}
}.partnershipPage #dayCare .icons .icon.icon4 {
    max-width: 25px;
    top: 18%;
    right: 2%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .icons .icon.icon4 {
    max-width: 47px;
}
}.partnershipPage #dayCare .icons .icon.icon5 {
    max-width: 10px;
    top: 30%;
    right: 5%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .icons .icon.icon5 {
    max-width: 13px;
}
}.partnershipPage #dayCare .icons .icon.icon6 {
    max-width: 25px;
    bottom: 5%;
    left: 5%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .icons .icon.icon6 {
    max-width: 47px;
}
}.partnershipPage #dayCare .icons .icon.icon7 {
    max-width: 20px;
    bottom: 10%;
    right: 10%;
    z-index: 2;
    animation: spin 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .icons .icon.icon7 {
    max-width: 40px;
}
}.partnershipPage #dayCare .galBx {
    height: 230px;
    margin-top: 20px;
}
@media only screen and (min-width: 578px) {
    .partnershipPage #dayCare .galBx {
    height: 270px;
}
}@media only screen and (min-width: 678px) {
    .partnershipPage #dayCare .galBx {
    height: 330px;
    margin-top: 40px;
}
}@media only screen and (min-width: 768px) {
    .partnershipPage #dayCare .galBx {
    height: 400px;
}
}@media only screen and (min-width: 992px) {
    .partnershipPage #dayCare .galBx {
    height: 450px;
}
}@media only screen and (min-width: 1200px) {
    .partnershipPage #dayCare .galBx {
    height: 520px;
    margin-top: 70px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .galBx {
    height: 650px;
}
}.partnershipPage #dayCare .flxWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 100%;
    margin: -4px;
}
@media only screen and (min-width: 768px) {
    .partnershipPage #dayCare .flxWrap {
    margin: -8px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .flxWrap {
    margin: -12px;
}
}.partnershipPage #dayCare .flxWrap>* {
    height: 100%;
    padding: 4px;
}
@media only screen and (min-width: 468px) {
    .partnershipPage #dayCare .flxWrap>* {
    width: 50%}
}@media only screen and (min-width: 768px) {
    .partnershipPage #dayCare .flxWrap>* {
    padding: 8px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .flxWrap>* {
    padding: 12px;
}
}.partnershipPage #dayCare .flxWrap .lftBx {
    display: flex;
    margin: 0 -4px;
}
@media only screen and (min-width: 768px) {
    .partnershipPage #dayCare .flxWrap .lftBx {
    margin: 0 -8px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .flxWrap .lftBx {
    margin: 0 -12px;
}
}@media only screen and (max-width: 468px) {
    .partnershipPage #dayCare .flxWrap .lftBx {
    width: 34%}
}.partnershipPage #dayCare .flxWrap .lftBx>* {
    padding: 0 4px;
}
@media only screen and (min-width: 768px) {
    .partnershipPage #dayCare .flxWrap .lftBx>* {
    padding: 0 8px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .flxWrap .lftBx>* {
    padding: 0 12px;
}
}.partnershipPage #dayCare .flxWrap .lftBx .itemList {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: -4px 0;
}
@media only screen and (min-width: 768px) {
    .partnershipPage #dayCare .flxWrap .lftBx .itemList {
    margin: -8px 0;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .flxWrap .lftBx .itemList {
    margin: -12px 0;
}
}.partnershipPage #dayCare .flxWrap .lftBx .itemList>* {
    height: 100%;
    padding: 4px 0;
}
@media only screen and (min-width: 768px) {
    .partnershipPage #dayCare .flxWrap .lftBx .itemList>* {
    padding: 8px 0;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .flxWrap .lftBx .itemList>* {
    padding: 12px 0;
}
}.partnershipPage #dayCare .flxWrap .lftBx .itemList:nth-child(1) {
    width: 100%}
@media only screen and (min-width: 468px) {
    .partnershipPage #dayCare .flxWrap .lftBx .itemList: nth-child(1) {
    width: 35%}
}.partnershipPage #dayCare .flxWrap .lftBx .itemList:nth-child(1)>* {
    height: 50%}
.partnershipPage #dayCare .flxWrap .lftBx .itemList:nth-child(2) {
    width: 50%;
    display: none;
}
@media only screen and (min-width: 468px) {
    .partnershipPage #dayCare .flxWrap .lftBx .itemList: nth-child(2) {
    width: 65%;
    display: block;
}
}.partnershipPage #dayCare .flxWrap .lftBx .itemList:nth-child(2)>*:nth-child(2) {
    display: none;
}
.partnershipPage #dayCare .flxWrap .lftBx .itemList.show {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-in-out;
}
.partnershipPage #dayCare .flxWrap .lftBx .itemList.hide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: none;
}
@media only screen and (max-width: 468px) {
    .partnershipPage #dayCare .flxWrap .rtBx {
    width: 66%}
}.partnershipPage #dayCare .flxWrap .rtBx .itemList {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: -4px;
}
@media only screen and (min-width: 768px) {
    .partnershipPage #dayCare .flxWrap .rtBx .itemList {
    margin: -8px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .flxWrap .rtBx .itemList {
    margin: -12px;
}
}.partnershipPage #dayCare .flxWrap .rtBx .itemList>* {
    height: 50%;
    padding: 4px;
}
@media only screen and (min-width: 768px) {
    .partnershipPage #dayCare .flxWrap .rtBx .itemList>* {
    padding: 8px;
}
}@media only screen and (min-width: 1551px) {
    .partnershipPage #dayCare .flxWrap .rtBx .itemList>* {
    padding: 12px;
}
}.partnershipPage #dayCare .flxWrap .rtBx .itemList>*:nth-child(1) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .partnershipPage #dayCare .flxWrap .rtBx .itemList>*: nth-child(1) {
    width: 60%}
}.partnershipPage #dayCare .flxWrap .rtBx .itemList>*:nth-child(2) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .partnershipPage #dayCare .flxWrap .rtBx .itemList>*: nth-child(2) {
    width: 40%}
}.partnershipPage #dayCare .flxWrap .rtBx .itemList>*:nth-child(3) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .partnershipPage #dayCare .flxWrap .rtBx .itemList>*: nth-child(3) {
    width: 70%}
}.partnershipPage #dayCare .flxWrap .rtBx .itemList>*:nth-child(4) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .partnershipPage #dayCare .flxWrap .rtBx .itemList>*: nth-child(4) {
    width: 30%}
}.partnershipPage #dayCare .flxWrap .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
@media only screen and (min-width: 992px) {
    .partnershipPage #dayCare .flxWrap .imgBx {
    border-radius: 20px;
}
}.partnershipPage #dayCare .flxWrap .imgBx:hover img {
    transform: scale(1.1);
}
.partnershipPage #dayCare .flxWrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experoiencedPage #educator {
    position: relative;
    padding: 40px 0 20px;
}
@media only screen and (min-width: 1441px) {
    .experoiencedPage #educator {
    padding: 60px 0 30px;
}
}@media only screen and (min-width: 1661px) {
    .experoiencedPage #educator {
    padding: 100px 0 35px;
}
}.experoiencedPage #educator .cir {
    border-radius: 50%;
    background: #ffd9da;
    position: absolute;
    left: -150px;
    display: block;
    pointer-events: none;
    animation: rotation 25s linear infinite;
    top: 50px;
    z-index: -1;
    width: 250px;
    height: 250px;
}
@media only screen and (min-width: 992px) {
    .experoiencedPage #educator .cir {
    width: 400px;
    height: 400px;
    bottom: -80px;
}
}@media only screen and (min-width: 1351px) {
    .experoiencedPage #educator .cir {
    width: 450px;
    height: 450px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #educator .cir {
    width: 550px;
    height: 550px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #educator .cir {
    width: 714px;
    height: 714px;
}
}.experoiencedPage #educator .floatIcons .greenDot {
    bottom: 25%;
    right: 30px;
    animation: animationFramesOne 10s linear infinite;
}
.experoiencedPage #educator .floatIcons .redDot {
    top: 80px;
    left: 20px;
    animation: animationFramesOne 10s linear infinite;
}
.experoiencedPage #educator .floatIcons .yellowDot {
    top: 120px;
    left: 30%;
    animation: animationFramesOne 20s linear infinite;
}
.experoiencedPage #educator .floatIcons .yellowCurve {
    top: 50px;
    right: 30%;
    animation: vibrate 15s linear infinite;
}
.experoiencedPage #educator .floatIcons .redCurv {
    top: -50px;
    right: 30%;
    animation: vibrate 10s linear infinite;
    max-width: 40px;
}
.experoiencedPage #educator .floatIcons .haCi {
    bottom: -5px;
    right: 30%;
    animation: vibrate 10s linear infinite;
}
.experoiencedPage #educator .flxBox {
    display: flex;
    flex-wrap: wrap;
    --wd:  300px;
    margin: -15px;
}
@media only screen and (min-width: 1200px) {
    .experoiencedPage #educator .flxBox {
    --wd:  410px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #educator .flxBox {
    --wd:  460px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #educator .flxBox {
    --wd:  500px;
}
}@media only screen and (min-width: 1661px) {
    .experoiencedPage #educator .flxBox {
    --wd:  600px;
}
}.experoiencedPage #educator .flxBox>* {
    padding: 15px;
}
.experoiencedPage #educator .flxBox .lftBx {
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 992px) {
    .experoiencedPage #educator .flxBox .lftBx {
    width: var(--wd);
}
}.experoiencedPage #educator .flxBox .lftBx .circlebx {
    width: var(--wd);
    height: var(--wd);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .experoiencedPage #educator .flxBox .lftBx .circlebx {
    margin: auto;
}
}.experoiencedPage #educator .flxBox .lftBx .circlebx:hover img {
    transform: scale(1.1);
}
.experoiencedPage #educator .flxBox .lftBx .circlebx img {
    transition: all .8s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experoiencedPage #educator .flxBox .rtSec {
    display: flex;
    align-items: center;
    width: 100%}
@media only screen and (min-width: 992px) {
    .experoiencedPage #educator .flxBox .rtSec {
    width: calc(100% - var(--wd));
    padding-left: 30px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #educator .flxBox .rtSec {
    padding-left: 50px;
}
}.experoiencedPage #educator .flxBox .rtSec .flxBx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.experoiencedPage #educator .flxBox .rtSec .flxBx>* {
    width: 100%}
@media only screen and (min-width: 478px) {
    .experoiencedPage #educator .flxBox .rtSec .flxBx>* {
    width: 50%}
}@media only screen and (min-width: 678px) {
    .experoiencedPage #educator .flxBox .rtSec .flxBx>* {
    width: 33.3333333333%}
}@media only screen and (min-width: 678px) {
    .experoiencedPage #educator .flxBox .rtSec .flxBx>*: not(:last-of-type) {
    border-right: 1px solid rgba(0, 0, 0, .17);
}
}@media only screen and (min-width: 992px) {
    .experoiencedPage #educator .flxBox .rtSec .flxBx>*: nth-child(1) .eduBx .imgBx {
    margin-left: 0;
}
}.experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 25px;
}
@media only screen and (min-width: 1551px) {
    .experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx {
    padding: 0 30px;
}
}@media only screen and (min-width: 1661px) {
    .experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx {
    padding: 0 40px;
}
}@media only screen and (max-width: 992px) {
    .experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx {
    text-align: center;
}
}.experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx:hover .imgBx img {
    transform: scale(0.9);
}
.experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx .imgBx {
    width: 100%;
    aspect-ratio: 200/200;
    overflow: hidden;
    max-width: 100px;
    margin: auto;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
    .experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx .imgBx {
    margin-bottom: 30px;
    max-width: 120px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx .imgBx {
    max-width: 150px;
}
}@media only screen and (min-width: 1661px) {
    .experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx .imgBx {
    max-width: 200px;
}
}.experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx .imgBx img {
    transition: all .8s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
}
.experoiencedPage #educator .flxBox .rtSec .flxBx>* .eduBx .infoBx p span {
    font-weight: 700;
    color: #00a2e0;
}
.experoiencedPage #globalPrize {
    position: relative;
    padding: 20px 0 40px;
}
@media only screen and (min-width: 1441px) {
    .experoiencedPage #globalPrize {
    padding: 35px 0 60px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #globalPrize {
    padding: 35px 0 90px;
}
}.experoiencedPage #globalPrize .floatIcons .redCircle {
    animation: animationFramesOne 15s linear infinite;
    bottom: 25px;
    left: 35px;
}
.experoiencedPage #globalPrize .floatIcons .blkPlus {
    top: 25%;
    left: 30px;
    animation: rotation 10s linear infinite;
    max-width: 18px;
}
.experoiencedPage #globalPrize .floatIcons .redDot {
    bottom: 15%;
    right: 30px;
    animation: animationFramesOne 20s linear infinite;
}
.experoiencedPage #globalPrize .floatIcons .yellowCurve {
    top: 25%;
    right: 30px;
    animation: vibrate 15s linear infinite;
}
.experoiencedPage #globalPrize .floatIcons .redCurv {
    top: -50px;
    right: 30%;
    animation: vibrate 10s linear infinite;
    max-width: 40px;
}
.experoiencedPage #globalPrize .priZeBx {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    border-radius: 20px;
    position: relative;
    padding: 20px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #globalPrize .priZeBx {
    border-radius: 30px;
    padding: 30px;
}
}@media only screen and (min-width: 1200px) {
    .experoiencedPage #globalPrize .priZeBx {
    padding: 45px;
    border-radius: 40px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #globalPrize .priZeBx {
    padding: 55px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #globalPrize .priZeBx {
    border-radius: 50px;
    padding: 75px;
}
}@media only screen and (min-width: 1661px) {
    .experoiencedPage #globalPrize .priZeBx {
    padding: 85px;
}
}.experoiencedPage #globalPrize .priZeBx::after {
    clear: both;
    content: "";
    display: block;
}
.experoiencedPage #globalPrize .priZeBx .imgWrap {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #globalPrize .priZeBx .imgWrap {
    float: left;
    width: 65%;
    height: 100%;
    padding-right: 30px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #globalPrize .priZeBx .imgWrap {
    padding-right: 45px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #globalPrize .priZeBx .imgWrap {
    padding-right: 65px;
}
}.experoiencedPage #globalPrize .priZeBx .imgWrap .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #globalPrize .priZeBx .imgWrap .imgBx {
    border-radius: 30px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #globalPrize .priZeBx .imgWrap .imgBx {
    border-radius: 40px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #globalPrize .priZeBx .imgWrap .imgBx {
    border-radius: 50px;
}
}.experoiencedPage #globalPrize .priZeBx .imgWrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 1200px) {
    .experoiencedPage #globalPrize .priZeBx .infoBx {
    padding-top: 30px;
}
}.experoiencedPage #globalPrize .priZeBx .infoBx .mainHead {
    margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
    .experoiencedPage #globalPrize .priZeBx .infoBx .mainHead {
    margin-bottom: 20px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #globalPrize .priZeBx .infoBx .mainHead {
    margin-bottom: 30px;
}
}.experoiencedPage #globalPrize .priZeBx .infoBx .mainHead .mainTitle span {
    color: #00a2e0;
}
.experoiencedPage #proffesional {
    position: relative;
    background: rgba(0, 163, 158, .24);
    padding: 40px 0;
}
@media only screen and (min-width: 1441px) {
    .experoiencedPage #proffesional {
    padding: 60px 0;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #proffesional {
    padding: 90px 0 60px;
}
}.experoiencedPage #proffesional .floatIcons .greenDot {
    animation: animationFramesOne 25s linear infinite;
    top: 50px;
    right: 60%}
.experoiencedPage #proffesional .floatIcons .cirCurve {
    bottom: 25%;
    right: -30px;
    animation: vibrate 5s linear infinite;
}
.experoiencedPage #proffesional .flxBx::after {
    clear: both;
    content: "";
    display: block;
}
.experoiencedPage #proffesional .mainHead {
    margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
    .experoiencedPage #proffesional .mainHead {
    margin-bottom: 20px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #proffesional .mainHead {
    margin-bottom: 30px;
}
}.experoiencedPage #proffesional .mainHead .mainTitle span {
    color: #ff4a51;
}
.experoiencedPage #proffesional .itemList .item:not(:last-of-type) {
    margin-bottom: 25px;
}
.experoiencedPage #proffesional .itemList .item .developBx {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.experoiencedPage #proffesional .itemList .item .developBx .icon {
    width: 40px;
}
@media only screen and (min-width: 1351px) {
    .experoiencedPage #proffesional .itemList .item .developBx .icon {
    width: 50px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #proffesional .itemList .item .developBx .icon {
    width: 64px;
}
}.experoiencedPage #proffesional .itemList .item .developBx .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
    max-width: 30px;
}
@media only screen and (min-width: 1351px) {
    .experoiencedPage #proffesional .itemList .item .developBx .icon img {
    max-width: 40px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #proffesional .itemList .item .developBx .icon img {
    max-width: 50px;
}
}.experoiencedPage #proffesional .itemList .item .developBx .infoBx {
    width: calc(100% - 40px);
    padding-left: 10px;
}
@media only screen and (min-width: 1351px) {
    .experoiencedPage #proffesional .itemList .item .developBx .infoBx {
    padding-left: 15px;
    width: calc(100% - 50px);
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #proffesional .itemList .item .developBx .infoBx {
    padding-left: 25px;
    width: calc(100% - 64px);
}
}.experoiencedPage #proffesional .itemList .item .developBx .infoBx .tile {
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
}
@media only screen and (min-width: 1200px) {
    .experoiencedPage #proffesional .itemList .item .developBx .infoBx .tile {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #proffesional .itemList .item .developBx .infoBx .tile {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #proffesional .itemList .item .developBx .infoBx .tile {
    font-size: 20px;
}
}@media only screen and (min-width: 1661px) {
    .experoiencedPage #proffesional .itemList .item .developBx .infoBx .tile {
    font-size: 22px;
}
}.experoiencedPage #proffesional .itemList .item .developBx .infoBx p {
    margin-bottom: 0;
}
.experoiencedPage #proffesional .imgWrap {
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #proffesional .imgWrap {
    float: right;
    width: 45%;
    height: 100%;
    padding-left: 30px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #proffesional .imgWrap {
    padding-left: 45px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #proffesional .imgWrap {
    padding-left: 65px;
}
}.experoiencedPage #proffesional .imgWrap .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    border-top-right-radius: 50px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #proffesional .imgWrap .imgBx {
    border-radius: 30px;
    border-top-right-radius: 110px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #proffesional .imgWrap .imgBx {
    border-radius: 40px;
    border-top-right-radius: 130px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #proffesional .imgWrap .imgBx {
    border-radius: 50px;
    border-top-right-radius: 150px;
}
}.experoiencedPage #proffesional .imgWrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experoiencedPage #discover {
    position: relative;
    padding: 50px 0 20px;
}
@media only screen and (min-width: 1351px) {
    .experoiencedPage #discover {
    padding: 70px 0 30px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #discover {
    padding: 100px 0 55px;
}
}.experoiencedPage #discover .floatIcons {
    z-index: -1;
}
.experoiencedPage #discover .floatIcons .blkPlus {
    max-width: 18px;
    animation: rotation 5s linear infinite;
    bottom: 10px;
    right: 30px;
}
.experoiencedPage #discover .floatIcons .redCircle {
    top: 0px;
    left: 35%;
    animation: animationFramesOne 25s linear infinite;
}
.experoiencedPage #discover .floatIcons .halfGre {
    top: 30%;
    left: 30px;
    animation: vibrate 5s linear infinite;
}
.experoiencedPage #discover .floatIcons .greenPlus {
    max-width: 18px;
    animation: rotation 5s linear infinite;
    top: 50px;
    right: 20%}
.experoiencedPage #discover .floatIcons .yellowCurve {
    animation: vibrate 5s linear infinite;
    top: 150px;
    right: 0;
}
.experoiencedPage #discover .flXbx {
    display: flex;
    flex-wrap: wrap;
}
.experoiencedPage #discover .flXbx .lftBx {
    width: 100%;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #discover .flXbx .lftBx {
    width: 50%;
    margin-bottom: 0;
}
}@media only screen and (min-width: 992px) {
    .experoiencedPage #discover .flXbx .lftBx {
    width: 40%}
}.experoiencedPage #discover .flXbx .lftBx .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #discover .flXbx .lftBx .imgBx {
    border-radius: 30px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #discover .flXbx .lftBx .imgBx {
    border-radius: 40px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #discover .flXbx .lftBx .imgBx {
    border-radius: 50px;
}
}.experoiencedPage #discover .flXbx .lftBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #discover .flXbx .rtBx {
    padding-left: 35px;
    width: 50%}
}@media only screen and (min-width: 992px) {
    .experoiencedPage #discover .flXbx .rtBx {
    width: 60%}
}@media only screen and (min-width: 1351px) {
    .experoiencedPage #discover .flXbx .rtBx {
    padding-left: 45px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #discover .flXbx .rtBx {
    padding-left: 65px;
}
}.experoiencedPage #discover .flXbx .rtBx .itemList .item:not(:last-of-type) {
    margin-bottom: 25px;
}
.experoiencedPage #discover .flXbx .rtBx .certifiedBx {
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 25px;
    padding: 25px;
}
@media only screen and (min-width: 1441px) {
    .experoiencedPage #discover .flXbx .rtBx .certifiedBx {
    padding: 25px 35px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #discover .flXbx .rtBx .certifiedBx {
    border-radius: 35px;
    padding: 30px 55px;
}
}.experoiencedPage #discover .flXbx .rtBx .certifiedBx .developBx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.experoiencedPage #discover .flXbx .rtBx .certifiedBx .developBx .icon {
    width: 40px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 1441px) {
    .experoiencedPage #discover .flXbx .rtBx .certifiedBx .developBx .icon {
    width: 50px;
}
}.experoiencedPage #discover .flXbx .rtBx .certifiedBx .developBx .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: contain;
    max-width: 30px;
}
@media only screen and (min-width: 1441px) {
    .experoiencedPage #discover .flXbx .rtBx .certifiedBx .developBx .icon img {
    max-width: 50px;
}
}.experoiencedPage #discover .flXbx .rtBx .certifiedBx .developBx .infoBx {
    width: calc(100% - 40px);
    padding-left: 10px;
}
@media only screen and (min-width: 1351px) {
    .experoiencedPage #discover .flXbx .rtBx .certifiedBx .developBx .infoBx {
    padding-left: 15px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #discover .flXbx .rtBx .certifiedBx .developBx .infoBx {
    width: calc(100% - 50px);
}
}.experoiencedPage #discover .flXbx .rtBx .certifiedBx .developBx .infoBx p {
    margin-bottom: 0;
}
.experoiencedPage #whyTeachers {
    position: relative;
    padding: 25px 0;
}
@media only screen and (min-width: 1351px) {
    .experoiencedPage #whyTeachers {
    padding: 30px 0;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #whyTeachers {
    padding: 50px 0;
}
}.experoiencedPage #whyTeachers .floatIcons .haCi {
    top: 5%;
    left: 40%;
    animation: vibrate 5s linear infinite;
}
.experoiencedPage #whyTeachers .flxBx {
    width: 100%;
    position: relative;
}
.experoiencedPage #whyTeachers .flxBx::after {
    clear: both;
    content: "";
    display: block;
}
.experoiencedPage #whyTeachers .flxBx .lftBx .mainHead {
    margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
    .experoiencedPage #whyTeachers .flxBx .lftBx .mainHead {
    margin-bottom: 15px;
}
}@media only screen and (min-width: 1351px) {
    .experoiencedPage #whyTeachers .flxBx .lftBx .mainHead {
    margin-bottom: 25px;
}
}.experoiencedPage #whyTeachers .flxBx .lftBx .mainHead .mainTitle span {
    color: #00a39e;
}
.experoiencedPage #whyTeachers .flxBx .lftBx p {
    margin-bottom: 0;
}
.experoiencedPage #whyTeachers .flxBx .lftBx p a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
}
.experoiencedPage #whyTeachers .flxBx .lftBx p a:hover {
    color: #00aeef;
}
.experoiencedPage #whyTeachers .flxBx .lftBx .title {
    font-weight: 400;
    font-family: "IvyMode", sans-serif;
    color: #000;
    font-size: 18px;
    margin: 15px 0;
}
@media only screen and (min-width: 1200px) {
    .experoiencedPage #whyTeachers .flxBx .lftBx .title {
    font-size: 22px;
}
}@media only screen and (min-width: 1351px) {
    .experoiencedPage #whyTeachers .flxBx .lftBx .title {
    font-size: 24px;
    margin: 15px 0;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #whyTeachers .flxBx .lftBx .title {
    font-size: 26px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #whyTeachers .flxBx .lftBx .title {
    font-size: 30px;
    margin: 20px 0;
}
}.experoiencedPage #whyTeachers .flxBx .lftBx .flX {
    position: relative;
}
.experoiencedPage #whyTeachers .flxBx .lftBx .flX .ltBx {
    margin-bottom: 15px;
}
@media only screen and (min-width: 360px) {
    .experoiencedPage #whyTeachers .flxBx .lftBx .flX .ltBx {
    float: left;
    width: 175px;
    padding-right: 10px;
    margin-bottom: 0;
}
}@media only screen and (min-width: 992px) {
    .experoiencedPage #whyTeachers .flxBx .lftBx .flX .ltBx {
    padding-right: 20px;
    width: 240px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #whyTeachers .flxBx .lftBx .flX .ltBx {
    width: 300px;
    padding-right: 35px;
}
}.experoiencedPage #whyTeachers .flxBx .lftBx .flX .ltBx .imgBx {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    width: 100%}
.experoiencedPage #whyTeachers .flxBx .lftBx .flX .ltBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experoiencedPage #whyTeachers .flxBx .imgWrap {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap {
    float: right;
    width: calc(45% + 45px);
    height: 100%;
    padding-left: 30px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap {
    padding-left: 45px;
}
}.experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg {
    background: #ffcd38;
    padding: 20px;
    border-radius: 10px;
}
@media only screen and (min-width: 578px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg {
    padding: 30px 20px;
    border-radius: 20px;
}
}@media only screen and (min-width: 768px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg {
    border-radius: 30px;
}
}@media only screen and (min-width: 1200px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg {
    padding: 30px 20px 50px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg {
    padding: 40px 30px 50px;
    border-radius: 40px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg {
    border-radius: 50px;
}
}.experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 755/613;
    background: #000;
    border-radius: 20px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .imgBx {
    border-radius: 30px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .imgBx {
    border-radius: 40px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .imgBx {
    border-radius: 50px;
    height: 300px !important;
}
}.experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .imgBx img, .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .imgBx video, .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .imgBx iframe {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .youtubEbx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    font-family: "IvyMode", sans-serif;
    transition: all .5s;
}
.experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .youtubEbx:hover span {
    color: #ff4a51;
}
.experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .youtubEbx .icon {
    display: flex;
    width: 35px;
}
@media only screen and (min-width: 1441px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .youtubEbx .icon {
    width: 40px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .youtubEbx .icon {
    width: 53px;
}
}.experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .youtubEbx .icon svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .youtubEbx span {
    padding: 0 15px;
    transition: all .5s;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
    font-size: 16px;
}
@media only screen and (min-width: 1200px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .youtubEbx span {
    font-size: 18px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .youtubEbx span {
    font-size: 20px;
}
}@media only screen and (min-width: 1661px) {
    .experoiencedPage #whyTeachers .flxBx .imgWrap .brdImg .youtubEbx span {
    font-size: 22px;
}
}.experoiencedPage #schools {
    position: relative;
    padding: 50px 0 100px;
    z-index: 0;
}
.experoiencedPage #schools .floatIcons {
    z-index: -1;
}
.experoiencedPage #schools .floatIcons .blkPlus {
    max-width: 18px;
    animation: rotation 5s linear infinite;
    top: 10px;
    left: 30px;
}
.experoiencedPage #schools .floatIcons .yellowDot {
    animation: rotation 5s linear infinite;
    bottom: 30%;
    left: 30px;
}
.experoiencedPage #schools .floatIcons .redCircle {
    top: 10px;
    right: 2%;
    animation: animationFramesOne 25s linear infinite;
}
.experoiencedPage #schools .floatIcons .redCircle1 {
    top: 25%;
    right: 25%;
    animation: animationFramesUp 15s linear infinite;
}
.experoiencedPage #schools .floatIcons .redCurve {
    top: 10%;
    left: -10px;
    animation: vibrate 5s linear infinite;
}
.experoiencedPage #schools .floatIcons .haCi {
    bottom: 30%;
    right: -30px;
    animation: vibrate 5s linear infinite;
}
.experoiencedPage #schools .floatIcons .greenRound {
    top: 0;
    animation: rotation 5s linear infinite;
    width: 100px;
    right: 0;
}
@media only screen and (min-width: 992px) {
    .experoiencedPage #schools .floatIcons .greenRound {
    left: 0;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #schools .floatIcons .greenRound {
    width: 150px;
}
}.experoiencedPage #schools .floatIcons .greenRound img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experoiencedPage #schools .row {
    margin: -8px;
}
.experoiencedPage #schools .row>* {
    padding: 8px;
}
.experoiencedPage #schools .lft {
    position: relative;
    z-index: 0;
}
.experoiencedPage #schools .lft .gemLog {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: -1;
    max-width: 120px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #schools .lft .gemLog {
    top: -25px;
    max-width: 175px;
}
}@media only screen and (min-width: 1200px) {
    .experoiencedPage #schools .lft .gemLog {
    max-width: 200px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #schools .lft .gemLog {
    top: -45px;
    max-width: 240px;
}
}@media only screen and (min-width: 1661px) {
    .experoiencedPage #schools .lft .gemLog {
    max-width: 300px;
}
}.experoiencedPage #schools .lft .gemLog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experoiencedPage #schools .mainHead .mainTitle span {
    color: #00a2e0;
}
.experoiencedPage #schools .mainHead .subT {
    font-family: "IvyMode", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    padding-left: 5%;
    display: flex;
    position: relative;
    font-size: 15px;
    top: 10px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #schools .mainHead .subT {
    font-size: 17px;
}
}@media only screen and (min-width: 1200px) {
    .experoiencedPage #schools .mainHead .subT {
    top: 20px;
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #schools .mainHead .subT {
    font-size: 20px;
}
}@media only screen and (min-width: 1661px) {
    .experoiencedPage #schools .mainHead .subT {
    font-size: 24px;
}
}@media only screen and (max-width: 1200px) {
    .experoiencedPage #schools .mainHead .subT br {
    display: none;
}
}.experoiencedPage #schools .mainHead .subT::before {
    position: relative;
    content: "";
    border-left: 1px solid #ff4a51;
    border-bottom: 1px solid #ff4a51;
    display: block;
    margin-right: 10px;
    top: -10px;
    width: 35px;
    height: 30px;
}
@media only screen and (min-width: 1200px) {
    .experoiencedPage #schools .mainHead .subT: :before {
    margin-right: 20px;
    width: 78px;
    height: 32px;
}
}@media only screen and (min-width: 1200px) {
    .experoiencedPage #schools .mainHead .subT: :before {
    top: -15px;
}
}.experoiencedPage #schools .rtbx {
    position: relative;
}
@media only screen and (min-width: 992px) {
    .experoiencedPage #schools .rtbx {
    padding-left: 75px;
}
}@media only screen and (min-width: 1200px) {
    .experoiencedPage #schools .rtbx {
    padding-left: 110px;
}
}.experoiencedPage #schools .rtbx p {
    font-size: 16px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #schools .rtbx p {
    font-size: 18px;
}
}@media only screen and (min-width: 992px) {
    .experoiencedPage #schools .rtbx p {
    font-size: 20px;
}
}@media only screen and (min-width: 1200px) {
    .experoiencedPage #schools .rtbx p {
    font-size: 22px;
}
}@media only screen and (min-width: 1351px) {
    .experoiencedPage #schools .rtbx p {
    font-size: 24px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #schools .rtbx p {
    font-size: 26px;
}
}@media only screen and (min-width: 1661px) {
    .experoiencedPage #schools .rtbx p {
    font-size: 30px;
}
}.experoiencedPage #schools .goodBx {
    width: 100%;
    height: 100%;
    background: #503561;
    padding: 20px 15px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}
@media only screen and (min-width: 992px) {
    .experoiencedPage #schools .goodBx {
    padding: 25px;
    border-radius: 30px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #schools .goodBx {
    padding: 30px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #schools .goodBx {
    padding: 50px;
}
}.experoiencedPage #schools .goodBx::after {
    clear: both;
    content: "";
    display: block;
}
.experoiencedPage #schools .goodBx .imgWrp {
    width: 100%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #schools .goodBx .imgWrp {
    width: calc(40% + 25px);
    padding-right: 25px;
    float: left;
}
}@media only screen and (min-width: 1200px) {
    .experoiencedPage #schools .goodBx .imgWrp {
    margin-bottom: 0;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #schools .goodBx .imgWrp {
    width: calc(40% + 45px);
    padding-right: 45px;
}
}.experoiencedPage #schools .goodBx .imgWrp .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 615/350;
    background: #000;
    border-radius: 10px;
}
@media only screen and (min-width: 992px) {
    .experoiencedPage #schools .goodBx .imgWrp .imgBx {
    border-radius: 20px;
}
}@media only screen and (min-width: 768px) {
    .experoiencedPage #schools .goodBx .imgWrp .imgBx {
    border-radius: 30px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #schools .goodBx .imgWrp .imgBx {
    border-radius: 40px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #schools .goodBx .imgWrp .imgBx {
    border-radius: 50px;
}
}.experoiencedPage #schools .goodBx .imgWrp .imgBx:hover img {
    transform: scale(1.1);
}
.experoiencedPage #schools .goodBx .imgWrp .imgBx img, .experoiencedPage #schools .goodBx .imgWrp .imgBx video, .experoiencedPage #schools .goodBx .imgWrp .imgBx iframe {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experoiencedPage #schools .goodBx .info ul li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    color: #fff;
    display: flex;
}
@media only screen and (min-width: 768px) {
    .experoiencedPage #schools .goodBx .info ul li {
    font-size: 14px;
}
}@media only screen and (min-width: 1441px) {
    .experoiencedPage #schools .goodBx .info ul li {
    font-size: 15px;
}
}@media only screen and (min-width: 1551px) {
    .experoiencedPage #schools .goodBx .info ul li {
    font-size: 18px;
}
}.experoiencedPage #schools .goodBx .info ul li:not(:last-of-type) {
    margin-bottom: 3px;
}
.experoiencedPage #schools .goodBx .info ul li strong {
    font-weight: 600;
}
.experoiencedPage #schools .goodBx .info ul li a {
    display: inline;
    text-decoration: none;
    text-underline-position: under;
}
.experoiencedPage #schools .goodBx .info ul li a:hover {
    color: #ffcd38;
    text-decoration: underline;
}
.experoiencedPage #schools .goodBx .info ul li::before {
    position: relative;
    content: "";
    top: 10px;
    margin: 0 10px 0 0;
    width: 9px;
    height: 9px;
    display: block;
    padding: 4px;
    border-radius: 50%;
    background: #ff4a51;
}
.studentlifepage #future {
    padding: 40px 0px 10px;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 1441px) {
    .studentlifepage #future {
    padding: 75px 0px 52px;
}
}.studentlifepage #future .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.studentlifepage #future .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.studentlifepage #future .icons .icon.icon1 {
    max-width: 8px;
    top: 4%;
    left: 4%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #future .icons .icon.icon1 {
    max-width: 13px;
}
}.studentlifepage #future .icons .icon.icon2 {
    max-width: 15px;
    top: 8%;
    left: 45%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #future .icons .icon.icon2 {
    max-width: 30px;
}
}.studentlifepage #future .icons .icon.icon3 {
    max-width: 25px;
    top: 10%;
    right: 10%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #future .icons .icon.icon3 {
    max-width: 47px;
}
}.studentlifepage #future .icons .icon.icon4 {
    max-width: 80px;
    top: 0;
    right: 0;
    z-index: 2;
    animation: scaleEffects 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #future .icons .icon.icon4 {
    max-width: 141px;
}
}.studentlifepage #future .icons .icon.icon5 {
    max-width: 20px;
    bottom: 10%;
    left: 2%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #future .icons .icon.icon5 {
    max-width: 40px;
}
}.studentlifepage #future .icons .icon.icon6 {
    max-width: 35px;
    bottom: 5%;
    right: 5%;
    animation: spin 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #future .icons .icon.icon6 {
    max-width: 70px;
}
}.studentlifepage #future .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #future .d_flx {
    margin: 0 -5px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #future .d_flx {
    margin: 0 -15px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #future .d_flx {
    margin: 0 -24px;
}
}.studentlifepage #future .d_flx .lft {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #future .d_flx .lft {
    width: 350px;
    padding: 5px 5px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #future .d_flx .lft {
    width: 450px;
    padding: 5px 15px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #future .d_flx .lft {
    width: 560px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #future .d_flx .lft {
    width: 662px;
    padding: 5px 24px;
}
}.studentlifepage #future .d_flx .lft .mainHead .mainTitle span {
    color: #ff4a51;
}
.studentlifepage #future .d_flx .lft p {
    text-align: justify;
}
.studentlifepage #future .d_flx .rgt {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #future .d_flx .rgt {
    width: calc(100% - 350px);
    padding: 5px 5px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #future .d_flx .rgt {
    width: calc(100% - 450px);
    padding: 5px 15px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #future .d_flx .rgt {
    width: calc(100% - 560px);
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #future .d_flx .rgt {
    width: calc(100% - 662px);
    padding: 5px 24px;
}
}.studentlifepage #future .d_flx .rgt .imgBx {
    width: 100%;
    border-radius: 50px 50px 76px 50px;
    overflow: hidden;
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #future .d_flx .rgt .imgBx {
    border-radius: 450px 450px 476px 450px;
}
}@media only screen and (min-width: 1351px) {
    .studentlifepage #future .d_flx .rgt .imgBx {
    border-radius: 550px 550px 576px 550px;
}
}.studentlifepage #future .d_flx .rgt .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.studentlifepage #future .d_flx .rgt .future_bx {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #00a39e;
    padding: 12px 42px;
    border-radius: 40px;
    width: fit-content;
    margin: auto;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #future .d_flx .rgt .future_bx {
    font-size: 16px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #future .d_flx .rgt .future_bx {
    font-size: 18px;
}
}@media only screen and (min-width: 1351px) {
    .studentlifepage #future .d_flx .rgt .future_bx {
    font-size: 22px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #future .d_flx .rgt .future_bx {
    font-size: 26px;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #future .d_flx .rgt .future_bx {
    font-size: 30px;
}
}.studentlifepage #forLife {
    padding: 30px 0px 40px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #forLife {
    padding: 40px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #forLife {
    padding: 52px 0px 80px;
}
}.studentlifepage #forLife .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.studentlifepage #forLife .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.studentlifepage #forLife .icons .icon.icon1 {
    max-width: 15px;
    top: 6%;
    left: 35%;
    animation: scaleEffects 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #forLife .icons .icon.icon1 {
    max-width: 30px;
}
}.studentlifepage #forLife .icons .icon.icon2 {
    max-width: 20px;
    bottom: 8%;
    right: 35%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #forLife .icons .icon.icon2 {
    max-width: 40px;
}
}.studentlifepage #forLife .lifeBx {
    background-color: #ffcd38;
    padding: 20px 10px 20px 10px;
    border-radius: 30px;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #forLife .lifeBx {
    padding: 30px 20px 30px 30px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #forLife .lifeBx {
    border-radius: 50px;
    padding: 55px 45px 45px 45px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #forLife .lifeBx {
    padding: 95px 70px 50px 85px;
}
}.studentlifepage #forLife .lifeBx .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #forLife .lifeBx .d_flx {
    margin: 0 -20px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #forLife .lifeBx .d_flx {
    margin: 0 -30px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #forLife .lifeBx .d_flx {
    margin: 0 -40px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #forLife .lifeBx .d_flx {
    margin: 0 -60px;
}
}.studentlifepage #forLife .lifeBx .d_flx .lft {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #forLife .lifeBx .d_flx .lft {
    width: 400px;
    padding: 5px 20px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #forLife .lifeBx .d_flx .lft {
    width: 500px;
    padding: 5px 30px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #forLife .lifeBx .d_flx .lft {
    width: 600px;
    padding: 5px 40px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #forLife .lifeBx .d_flx .lft {
    width: 700px;
    padding: 5px 60px;
}
}.studentlifepage #forLife .lifeBx .d_flx .lft .logo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #forLife .lifeBx .d_flx .lft .logo {
    max-width: 300px;
    margin-bottom: 15px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #forLife .lifeBx .d_flx .lft .logo {
    max-width: 405px;
    margin-bottom: 20px;
}
}.studentlifepage #forLife .lifeBx .d_flx .lft .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.studentlifepage #forLife .lifeBx .d_flx .rgt {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #forLife .lifeBx .d_flx .rgt {
    width: calc(100% - 400px);
    padding: 5px 20px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #forLife .lifeBx .d_flx .rgt {
    width: calc(100% - 500px);
    padding: 5px 30px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #forLife .lifeBx .d_flx .rgt {
    width: calc(100% - 600px);
    padding: 5px 40px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #forLife .lifeBx .d_flx .rgt {
    width: calc(100% - 700px);
    padding: 5px 60px;
}
}.studentlifepage #forLife .lifeBx a {
    color: #ff4a51;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #forLife .lifeBx a {
    font-size: 16px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #forLife .lifeBx a {
    font-size: 18px;
}
}.studentlifepage #forLife .lifeBx p {
    text-align: justify;
}
.studentlifepage #family {
    padding: 20px 0px 10px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #family {
    padding: 80px 0px 38px;
}
}.studentlifepage #family .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.studentlifepage #family .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.studentlifepage #family .icons .icon.icon1 {
    max-width: 25px;
    top: 3%;
    left: 2%;
    animation: spin 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #family .icons .icon.icon1 {
    max-width: 48px;
}
}.studentlifepage #family .icons .icon.icon2 {
    max-width: 100px;
    top: 3%;
    right: 45%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #family .icons .icon.icon2 {
    max-width: 205px;
}
}.studentlifepage #family .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #family .d_flx {
    margin: 0 -10px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #family .d_flx {
    margin: 0 -25px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #family .d_flx {
    margin: 0 -45px;
}
}.studentlifepage #family .d_flx .lft {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #family .d_flx .lft {
    width: 50%;
    padding: 5px 10px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #family .d_flx .lft {
    padding: 5px 25px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #family .d_flx .lft {
    padding: 5px 45px;
}
}.studentlifepage #family .d_flx .lft .mainHead {
    margin-bottom: 20px;
}
@media only screen and (min-width: 500px) {
    .studentlifepage #family .d_flx .lft .mainHead {
    max-width: 305px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #family .d_flx .lft .mainHead {
    max-width: 435px;
}
}@media only screen and (min-width: 1351px) {
    .studentlifepage #family .d_flx .lft .mainHead {
    max-width: 485px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #family .d_flx .lft .mainHead {
    max-width: 515px;
    margin-bottom: 30px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #family .d_flx .lft .mainHead {
    max-width: 705px;
    margin-bottom: 40px;
}
}.studentlifepage #family .d_flx .lft .mainHead .mainTitle span {
    color: #00a2e0;
}
.studentlifepage #family .d_flx .lft .sub_title {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
@media only screen and (min-width: 500px) {
    .studentlifepage #family .d_flx .lft .sub_title {
    font-size: 18px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #family .d_flx .lft .sub_title {
    font-size: 20px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #family .d_flx .lft .sub_title {
    font-size: 24px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #family .d_flx .lft .sub_title {
    font-size: 28px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #family .d_flx .lft .sub_title {
    font-size: 36px;
    margin-bottom: 30px;
}
}.studentlifepage #family .d_flx .lft .sub_title span {
    color: #ff4a51;
    font-weight: 600;
}
.studentlifepage #family .d_flx .lft p {
    font-size: 14px;
    color: #303030;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #family .d_flx .lft p {
    font-size: 16px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #family .d_flx .lft p {
    font-size: 18px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #family .d_flx .lft p {
    font-size: 22px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #family .d_flx .lft p {
    font-size: 28px;
}
}.studentlifepage #family .d_flx .rgt {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #family .d_flx .rgt {
    width: 50%;
    padding: 5px 10px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #family .d_flx .rgt {
    padding: 5px 25px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #family .d_flx .rgt {
    padding: 5px 45px;
}
}.studentlifepage #family .d_flx .rgt .box_flx {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
@media only screen and (min-width: 500px) {
    .studentlifepage #family .d_flx .rgt .box_flx {
    margin: 0 -10px;
}
}.studentlifepage #family .d_flx .rgt .box_flx .item {
    width: 50%;
    padding: 0px 5px;
}
@media only screen and (min-width: 500px) {
    .studentlifepage #family .d_flx .rgt .box_flx .item {
    padding: 0px 10px;
}
}.studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background-color: #ff4a51;
    padding: 35px 20px 30px 20px;
}
@media only screen and (min-width: 500px) {
    .studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap {
    padding: 55px 43px 45px 43px;
}
}.studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap .num {
    font-size: 55px;
    color: #fefefe;
    font-family: "IvyMode", sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap .num {
    font-size: 75px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap .num {
    font-size: 90px;
    margin-bottom: 15px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap .num {
    font-size: 123px;
}
}.studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap .text {
    font-size: 16px;
    color: #fff8f8;
    font-family: "IvyMode", sans-serif;
    text-align: center;
}
@media only screen and (min-width: 500px) {
    .studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap .text {
    font-size: 18px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap .text {
    font-size: 22px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap .text {
    font-size: 26px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #family .d_flx .rgt .box_flx .item .itemWrap .text {
    font-size: 32px;
}
}.studentlifepage #family .d_flx .rgt .box_flx .item:nth-child(2) .itemWrap {
    background-color: #ffcd38;
}
.studentlifepage #family .d_flx .rgt .box_flx .item:nth-child(2) .itemWrap .num {
    color: #000;
}
.studentlifepage #family .d_flx .rgt .box_flx .item:nth-child(2) .itemWrap .text {
    color: #000;
}
.studentlifepage #quality {
    padding: 10px 0px 10px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #quality {
    padding: 30px 0px 30px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #quality {
    padding: 38px 0px 43px;
}
}.studentlifepage #quality .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.studentlifepage #quality .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.studentlifepage #quality .icons .icon.icon1 {
    max-width: 25px;
    bottom: 10%;
    left: 2%;
    animation: spin 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #quality .icons .icon.icon1 {
    max-width: 48px;
}
}.studentlifepage #quality .icons .icon.icon2 {
    max-width: 50px;
    bottom: 10%;
    right: 45%;
    z-index: 2;
    top: initial;
    left: initial;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #quality .icons .icon.icon2 {
    max-width: 60px;
}
}.studentlifepage #quality .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #quality .d_flx {
    margin: 0 -10px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #quality .d_flx {
    margin: 0 -20px;
}
}.studentlifepage #quality .d_flx .lft {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #quality .d_flx .lft {
    width: 50%;
    padding: 5px 10px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #quality .d_flx .lft {
    padding: 5px 20px;
}
}.studentlifepage #quality .d_flx .lft .imgBX {
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
}
.studentlifepage #quality .d_flx .lft .imgBX img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.studentlifepage #quality .d_flx .rgt {
    width: 100%;
    padding: 5px 0px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #quality .d_flx .rgt {
    width: 50%;
    padding: 5px 10px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #quality .d_flx .rgt {
    padding: 5px 20px;
}
}.studentlifepage #quality .d_flx .rgt .partnerBx {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px;
    margin-bottom: 22px;
    border-radius: 20px;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #quality .d_flx .rgt .partnerBx {
    padding: 10px 20px;
}
}.studentlifepage #quality .d_flx .rgt .partnerBx:hover {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .1);
}
.studentlifepage #quality .d_flx .rgt .partnerBx:hover .imgBx img {
    transform: scale(0.8);
}
.studentlifepage #quality .d_flx .rgt .partnerBx .imgBx {
    margin: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    height: 60px;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #quality .d_flx .rgt .partnerBx .imgBx {
    max-width: 120px;
    height: 80px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #quality .d_flx .rgt .partnerBx .imgBx {
    max-width: 162px;
    height: 100px;
}
}.studentlifepage #quality .d_flx .rgt .partnerBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.studentlifepage #engagement {
    padding: 20px 0px 10px;
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #engagement {
    padding: 43px 0px 30px;
}
}.studentlifepage #engagement .mainHead {
    margin-bottom: 40px;
}
@media only screen and (min-width: 1661px) {
    .studentlifepage #engagement .mainHead {
    margin-bottom: 50px;
}
}.studentlifepage #engagement .mainHead span {
    color: #00a39e;
}
.studentlifepage #engagement .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.studentlifepage #engagement .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.studentlifepage #engagement .icons .icon.icon1 {
    max-width: 25px;
    bottom: 20%;
    left: 2%;
    animation: spin 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .icons .icon.icon1 {
    max-width: 48px;
}
}.studentlifepage #engagement .icons .icon.icon2 {
    max-width: 20px;
    right: 2%;
    z-index: 2;
    top: 10%;
    left: initial;
    animation: vibrate 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .icons .icon.icon2 {
    max-width: 30px;
}
}.studentlifepage #engagement .icons .icon.icon3 {
    max-width: 50px;
    bottom: 10%;
    right: 2%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .icons .icon.icon3 {
    max-width: 60px;
}
}.studentlifepage #engagement .eng_bx {
    background-color: #ffe1e2;
    padding: 20px 15px 10px 15px;
    border-radius: 20px;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #engagement .eng_bx {
    padding: 40px 35px 0px 35px;
    border-radius: 50px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx {
    padding: 60px 55px 0px 55px;
}
}.studentlifepage #engagement .eng_bx .d_flx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #engagement .eng_bx .d_flx {
    margin: 0 -20px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #engagement .eng_bx .d_flx {
    margin: 0 -30px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx .d_flx {
    margin: 0 -40px;
}
}.studentlifepage #engagement .eng_bx .d_flx .lft {
    width: 100%;
    padding: 10px 0px;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft {
    width: calc(100% - 400px);
    padding: 0px 20px 30px 20px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft {
    width: calc(100% - 500px);
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft {
    padding: 0px 30px 50px 30px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft {
    width: calc(100% - 600px);
    padding: 0px 40px 75px 40px;
}
}.studentlifepage #engagement .eng_bx .d_flx .lft .accordion-body {
    padding: 0;
}
.studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content {
    display: flex;
    flex-wrap: wrap;
}
.studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .logo {
    width: 150px;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .logo {
    width: 200px;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .logo {
    width: 327px;
}
}.studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx {
    width: 100%}
@media only screen and (min-width: 550px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx {
    padding-left: 20px;
    width: calc(100% - 150px);
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx {
    width: calc(100% - 200px);
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx {
    width: calc(100% - 327px);
}
}.studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx .hd {
    font-size: 16px;
    color: #111;
    font-weight: 400;
    font-family: "IvyMode", sans-serif;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx .hd {
    font-size: 18px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx .hd {
    font-size: 22px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx .hd {
    font-size: 26px;
    margin-bottom: 20px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx .hd {
    font-size: 30px;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx .hd {
    font-size: 36px;
    margin-bottom: 25px;
}
}.studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .content .textBx .hd span {
    color: #00a2e0;
}
.studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .vidBox {
    width: 100%;
    height: 320px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .vidBox {
    height: 375px;
    border-radius: 36px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .vidBox {
    margin-top: 20px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .vidBox {
    height: 516px;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #engagement .eng_bx .d_flx .lft .mainBox .vidBox {
    margin-top: 30px;
}
}.studentlifepage #engagement .eng_bx .d_flx .rgt {
    width: 100%;
    padding: 10px 0;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt {
    width: 400px;
    padding: 0px 20px 0 0;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt {
    width: 500px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt {
    padding: 0px 30px 0 0;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt {
    width: 600px;
    padding: 0px 40px 0 0;
}
}.studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb {
    position: relative;
    margin-left: 20px;
}
@media only screen and (min-width: 550px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb {
    margin-left: 40px;
}
}.studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 1px;
    height: 100%;
    background-color: rgba(112, 111, 108, .33);
}
@media only screen and (min-width: 550px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb: :after {
    left: -33px;
}
}.studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .text {
    font-size: 16px;
    color: #0b0b0b;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1441px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .text {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .text {
    font-size: 20px;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .text {
    font-size: 22px;
}
}.studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .link {
    font-size: 13px;
    color: #f07c00;
    display: block;
    text-decoration: underline;
}
@media only screen and (min-width: 1441px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .link {
    font-size: 14px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .link {
    font-size: 16px;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .link {
    font-size: 18px;
}
}.studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .accordion-button {
    display: block;
    padding: 0;
    outline: none;
    box-shadow: none;
    padding: 12px 20px 12px 15px;
    border-radius: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .accordion-button {
    padding: 18px 50px 18px 23px;
}
}.studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .accordion-button:not(.collapsed) {
    background-color: #ffc9cb;
    position: relative;
    pointer-events: none;
}
.studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .accordion-button:not(.collapsed)::before {
    content: "";
    position: absolute;
    width: 10px;
    background-color: #ff4a51;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;
    border-radius: 100px;
    z-index: 2;
}
@media only screen and (min-width: 550px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .accordion-button: not(.collapsed)::before {
    left: -38px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #engagement .eng_bx .d_flx .rgt .btnThumb .accordion-button: not(.collapsed)::before {
    width: 15px;
    height: 68px;
    left: -40px;
}
}.studentlifepage #festival {
    padding: 200px 0px 20px;
    background-color: #ebebeb;
    margin-top: -250px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #festival {
    padding: 300px 0px 70px;
}
}.studentlifepage #festival .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.studentlifepage #festival .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.studentlifepage #festival .icons .icon.icon1 {
    max-width: 25px;
    bottom: 20%;
    left: 2%;
    animation: spin 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #festival .icons .icon.icon1 {
    max-width: 48px;
}
}.studentlifepage #festival .festivalBx {
    display: block;
    width: 100%;
    height: 100%}
.studentlifepage #festival .festivalBx .imgBx {
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 15px;
}
.studentlifepage #festival .festivalBx .title {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #festival .festivalBx .title {
    font-size: 16px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #festival .festivalBx .title {
    font-size: 18px;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #festival .festivalBx .title {
    font-size: 20px;
}
}.studentlifepage #dayCare {
    position: relative;
    padding: 40px 0 60px;
}
@media only screen and (min-width: 1441px) {
    .studentlifepage #dayCare {
    padding: 60px 0 80px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare {
    padding: 80px 0 130px;
}
}.studentlifepage #dayCare .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.studentlifepage #dayCare .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.studentlifepage #dayCare .icons .icon.icon1 {
    max-width: 100px;
    top: 2%;
    left: -3%;
    animation: spin 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .icons .icon.icon1 {
    max-width: 226px;
}
}.studentlifepage #dayCare .icons .icon.icon2 {
    max-width: 25px;
    top: 4%;
    right: 2%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .icons .icon.icon2 {
    max-width: 38px;
}
}.studentlifepage #dayCare .icons .icon.icon3 {
    max-width: 20px;
    top: 40%;
    left: 2%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .icons .icon.icon3 {
    max-width: 42px;
}
}.studentlifepage #dayCare .icons .icon.icon4 {
    max-width: 30px;
    top: 40%;
    right: 2%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .icons .icon.icon4 {
    max-width: 47px;
}
}.studentlifepage #dayCare .icons .icon.icon5 {
    max-width: 25px;
    bottom: 8%;
    right: 2%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .icons .icon.icon5 {
    max-width: 40px;
}
}.studentlifepage #dayCare .galBx {
    height: 230px;
    margin-top: 20px;
}
@media only screen and (min-width: 578px) {
    .studentlifepage #dayCare .galBx {
    height: 270px;
}
}@media only screen and (min-width: 678px) {
    .studentlifepage #dayCare .galBx {
    height: 330px;
    margin-top: 40px;
}
}@media only screen and (min-width: 768px) {
    .studentlifepage #dayCare .galBx {
    height: 400px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #dayCare .galBx {
    height: 450px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #dayCare .galBx {
    height: 520px;
    margin-top: 70px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .galBx {
    height: 650px;
}
}.studentlifepage #dayCare .btnSec {
    display: flex;
    align-items: center;
    position: relative;
    margin: auto;
    z-index: 2;
    height: fit-content;
    justify-content: space-between;
    width: fit-content;
}
.studentlifepage #dayCare .btnSec>* {
    padding: 5px;
}
.studentlifepage #dayCare .btnSec .swpBtn {
    position: relative;
    left: unset;
    right: unset;
    margin: 0;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #00a2e0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .btnSec .swpBtn {
    width: 40px;
    height: 40px;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #dayCare .btnSec .swpBtn {
    width: 45px;
    height: 45px;
}
}.studentlifepage #dayCare .btnSec .swpBtn::after {
    display: none;
}
.studentlifepage #dayCare .btnSec .swpBtn:hover {
    background: #00aeef;
}
.studentlifepage #dayCare .btnSec .swpBtn:hover .icon svg {
    fill: #fff;
}
.studentlifepage #dayCare .btnSec .swpBtn .icon {
    max-width: 15px;
    height: 25px;
}
.studentlifepage #dayCare .btnSec .swpBtn .icon svg {
    transition: all .1s;
    fill: #000;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.studentlifepage #dayCare .flxWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 100%;
    margin: -4px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #dayCare .flxWrap {
    margin: -8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .flxWrap {
    margin: -12px;
}
}.studentlifepage #dayCare .flxWrap>* {
    height: 100%;
    padding: 4px;
}
@media only screen and (min-width: 468px) {
    .studentlifepage #dayCare .flxWrap>* {
    width: 50%}
}@media only screen and (min-width: 768px) {
    .studentlifepage #dayCare .flxWrap>* {
    padding: 8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .flxWrap>* {
    padding: 12px;
}
}.studentlifepage #dayCare .flxWrap .lftBx {
    display: flex;
    margin: 0 -4px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #dayCare .flxWrap .lftBx {
    margin: 0 -8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .flxWrap .lftBx {
    margin: 0 -12px;
}
}@media only screen and (max-width: 468px) {
    .studentlifepage #dayCare .flxWrap .lftBx {
    width: 34%}
}.studentlifepage #dayCare .flxWrap .lftBx>* {
    padding: 0 4px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #dayCare .flxWrap .lftBx>* {
    padding: 0 8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .flxWrap .lftBx>* {
    padding: 0 12px;
}
}.studentlifepage #dayCare .flxWrap .lftBx .itemList {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: -4px 0;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #dayCare .flxWrap .lftBx .itemList {
    margin: -8px 0;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .flxWrap .lftBx .itemList {
    margin: -12px 0;
}
}.studentlifepage #dayCare .flxWrap .lftBx .itemList>* {
    height: 100%;
    padding: 4px 0;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #dayCare .flxWrap .lftBx .itemList>* {
    padding: 8px 0;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .flxWrap .lftBx .itemList>* {
    padding: 12px 0;
}
}.studentlifepage #dayCare .flxWrap .lftBx .itemList:nth-child(1) {
    width: 100%}
@media only screen and (min-width: 468px) {
    .studentlifepage #dayCare .flxWrap .lftBx .itemList: nth-child(1) {
    width: 35%}
}.studentlifepage #dayCare .flxWrap .lftBx .itemList:nth-child(1)>* {
    height: 50%}
.studentlifepage #dayCare .flxWrap .lftBx .itemList:nth-child(2) {
    width: 50%;
    display: none;
}
@media only screen and (min-width: 468px) {
    .studentlifepage #dayCare .flxWrap .lftBx .itemList: nth-child(2) {
    width: 65%;
    display: block;
}
}.studentlifepage #dayCare .flxWrap .lftBx .itemList:nth-child(2)>*:nth-child(2) {
    display: none;
}
.studentlifepage #dayCare .flxWrap .lftBx .itemList.show {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-in-out;
}
.studentlifepage #dayCare .flxWrap .lftBx .itemList.hide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: none;
}
@media only screen and (max-width: 468px) {
    .studentlifepage #dayCare .flxWrap .rtBx {
    width: 66%}
}.studentlifepage #dayCare .flxWrap .rtBx .itemList {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: -4px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #dayCare .flxWrap .rtBx .itemList {
    margin: -8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .flxWrap .rtBx .itemList {
    margin: -12px;
}
}.studentlifepage #dayCare .flxWrap .rtBx .itemList>* {
    height: 50%;
    padding: 4px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #dayCare .flxWrap .rtBx .itemList>* {
    padding: 8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #dayCare .flxWrap .rtBx .itemList>* {
    padding: 12px;
}
}.studentlifepage #dayCare .flxWrap .rtBx .itemList>*:nth-child(1) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .studentlifepage #dayCare .flxWrap .rtBx .itemList>*: nth-child(1) {
    width: 60%}
}.studentlifepage #dayCare .flxWrap .rtBx .itemList>*:nth-child(2) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .studentlifepage #dayCare .flxWrap .rtBx .itemList>*: nth-child(2) {
    width: 40%}
}.studentlifepage #dayCare .flxWrap .rtBx .itemList>*:nth-child(3) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .studentlifepage #dayCare .flxWrap .rtBx .itemList>*: nth-child(3) {
    width: 70%}
}.studentlifepage #dayCare .flxWrap .rtBx .itemList>*:nth-child(4) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .studentlifepage #dayCare .flxWrap .rtBx .itemList>*: nth-child(4) {
    width: 30%}
}.studentlifepage #dayCare .flxWrap .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #dayCare .flxWrap .imgBx {
    border-radius: 20px;
}
}.studentlifepage #dayCare .flxWrap .imgBx:hover img {
    transform: scale(1.1);
}
.studentlifepage #dayCare .flxWrap .imgBx img {
    transition: transform 2s ease, opacity 1s ease;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.studentlifepage #parentTestimonial {
    position: relative;
    padding: 40px 0 60px;
    background-color: rgba(0, 163, 158, .24);
}
@media only screen and (min-width: 1351px) {
    .studentlifepage #parentTestimonial {
    padding: 60px 0 80px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial {
    padding: 80px 0;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #parentTestimonial {
    padding: 135px 0 160px;
}
}.studentlifepage #parentTestimonial::before {
    content: "";
    position: absolute;
    left: -10%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: rgba(231, 254, 253, .6);
    pointer-events: none;
    z-index: 0;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #parentTestimonial: :before {
    width: 541px;
    height: 541px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #parentTestimonial: :before {
    width: 641px;
    height: 641px;
}
}.studentlifepage #parentTestimonial .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.studentlifepage #parentTestimonial .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.studentlifepage #parentTestimonial .icons .icon.icon1 {
    max-width: 100px;
    top: 10%;
    left: 45%;
    animation: spin 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .icons .icon.icon1 {
    max-width: 170px;
}
}.studentlifepage #parentTestimonial .icons .icon.icon2 {
    max-width: 20px;
    top: 4%;
    right: 40%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .icons .icon.icon2 {
    max-width: 40px;
}
}.studentlifepage #parentTestimonial .icons .icon.icon3 {
    max-width: 22px;
    bottom: 20%;
    left: 2%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .icons .icon.icon3 {
    max-width: 44px;
}
}.studentlifepage #parentTestimonial .icons .icon.icon4 {
    max-width: 15px;
    top: 5%;
    right: 4%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .icons .icon.icon4 {
    max-width: 22px;
}
}.studentlifepage #parentTestimonial .icons .icon.icon5 {
    max-width: 25px;
    bottom: 20%;
    right: 45%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .icons .icon.icon5 {
    max-width: 40px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-pagination {
    position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    top: 30px;
    justify-content: center;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-pagination {
    justify-content: flex-end;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-pagination {
    top: 70px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-pagination .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0);
    position: relative;
    transition: all .5s;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #ff4a51;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    margin: auto;
    height: 8px;
    border-radius: 50%;
    background: #00a39e;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:nth-child(5n-4) .testimonialBx .infoBx {
    background-color: #008cff;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:nth-child(5n-4) .testimonialBx .infoBx::after {
    background-color: #ce1111;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:nth-child(5n-3) .testimonialBx .infoBx {
    background-color: #ce1111;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:nth-child(5n-3) .testimonialBx .infoBx::after {
    background-color: #d37a07;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:nth-child(5n-2) .testimonialBx .infoBx {
    background-color: #d37a07;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:nth-child(5n-2) .testimonialBx .infoBx::after {
    background-color: #0ab86f;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:nth-child(5n-1) .testimonialBx .infoBx {
    background-color: #76a30c;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:nth-child(5n-1) .testimonialBx .infoBx::after {
    background-color: #ce1111;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:nth-child(5n) .testimonialBx .infoBx {
    background-color: #ce1111;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:nth-child(5n) .testimonialBx .infoBx::after {
    background-color: #008cff;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
    visibility: hidden;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx {
    margin: 0 -20px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx {
    margin: 0 -39px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec {
    position: relative;
    width: 100%}
@media only screen and (min-width: 768px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec {
    width: 280px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec {
    width: 330px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec {
    width: 400px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec {
    width: 465px;
    padding: 0px 20px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec {
    width: 563px;
    padding: 0px 39px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec .icon {
    position: absolute;
    top: -23px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00a39e;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec .icon {
    width: 75px;
    height: 75px;
    top: -40px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec .icon {
    width: 85px;
    height: 85px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec .icon img {
    max-width: 20px;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec .icon img {
    max-width: 30px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .img_sec .icon img {
    max-width: 49px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .imgBx {
    overflow: hidden;
    border-radius: 30px;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .imgBx:hover img {
    transform: scale(1.1);
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt {
    width: 100%;
    padding: 10px 0px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt {
    width: calc(100% - 280px);
    padding: 0px 20px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt {
    width: calc(100% - 330px);
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt {
    width: calc(100% - 400px);
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt {
    width: calc(100% - 465px);
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt {
    width: calc(100% - 563px);
    padding: 0px 39px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt .d_flx {
    display: flex;
}
@media only screen and (max-width: 768px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt .d_flx {
    flex-wrap: wrap;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt .d_flx .conentBx {
    width: 100%;
    padding: 10px 0px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt .d_flx .conentBx {
    width: 300px;
    padding: 0px 15px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt .d_flx .conentBx {
    width: 380px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt .d_flx .conentBx {
    width: 410px;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .rgt .d_flx .conentBx {
    padding: 0px 30px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    background: #ffcd39;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 15px 15px 25px;
    width: 100%;
    border-radius: 20px;
}
@media only screen and (min-width: 578px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    border-radius: 30px;
    padding: 26px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    padding: 35px;
    margin-left: 50px;
    width: calc(100% - 300px);
    text-align: left;
    min-height: 340px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    width: calc(100% - 380px);
    min-height: 400px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    width: calc(100% - 380px);
    min-height: 430px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx {
    width: calc(100% - 410px);
    padding: 75px 60px;
    min-height: 480px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 100%;
    z-index: -1;
    border-radius: 20px;
}
@media only screen and (min-width: 578px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx: :after {
    width: calc(100% - 15px);
    border-radius: 30px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .contentBx {
    position: relative;
    z-index: 1;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .name {
    font-weight: 400;
    font-family: "IvyMode", sans-serif;
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .name {
    font-size: 24px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .name {
    font-size: 26px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .name {
    font-size: 30px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .post {
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}
@media only screen and (min-width: 1441px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .post {
    font-size: 18px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .nameBx .post {
    font-size: 21px;
}
}.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx p {
    color: #fff;
}
.studentlifepage #parentTestimonial .testimonialSlider .swiper-slide .testimonialBx .infoBx .descRp {
    max-height: 300px;
    overflow: auto;
    padding-right: 10px;
}
.studentlifepage #gallery_sec {
    padding: 30px 0px 30px;
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #gallery_sec {
    padding: 60px 0px 60px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #gallery_sec {
    padding: 80px 0px 80px;
}
}@media only screen and (min-width: 1661px) {
    .studentlifepage #gallery_sec {
    padding: 100px 0px 100px;
}
}.studentlifepage #gallery_sec .icons .icon {
    position: absolute;
    pointer-events: none;
    transition: all .5s;
}
.studentlifepage #gallery_sec .icons .icon img {
    width: 100%;
    transition: all .5s;
}
.studentlifepage #gallery_sec .icons .icon.icon1 {
    max-width: 20px;
    top: 10%;
    left: 45%;
    animation: spin 4s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .icons .icon.icon1 {
    max-width: 40px;
}
}.studentlifepage #gallery_sec .icons .icon.icon2 {
    max-width: 20px;
    top: 28%;
    left: 30%;
    z-index: 2;
    animation: spin 3s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .icons .icon.icon2 {
    max-width: 42px;
}
}.studentlifepage #gallery_sec .icons .icon.icon3 {
    max-width: 22px;
    top: 28%;
    right: 5%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .icons .icon.icon3 {
    max-width: 47px;
}
}.studentlifepage #gallery_sec .icons .icon.icon4 {
    max-width: 15px;
    bottom: 10%;
    left: 4%;
    z-index: 2;
    animation: vibrate 5s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .icons .icon.icon4 {
    max-width: 22px;
}
}.studentlifepage #gallery_sec .icons .icon.icon5 {
    max-width: 25px;
    bottom: 10%;
    right: 45%;
    z-index: 2;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .icons .icon.icon5 {
    max-width: 40px;
}
}.studentlifepage #gallery_sec .icons .icon.icon6 {
    max-width: 25px;
    bottom: 10%;
    right: 5%;
    animation: EqIconanim 8s linear infinite;
}
@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .icons .icon.icon6 {
    max-width: 40px;
}
}.studentlifepage #gallery_sec .gallery_bx {
    background-color: #f2f2f2;
    padding: 15px 10px;
    border-radius: 30px;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #gallery_sec .gallery_bx {
    padding: 15px 30px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #gallery_sec .gallery_bx {
    padding: 25px 40px;
}
}@media only screen and (min-width: 1441px) {
    .studentlifepage #gallery_sec .gallery_bx {
    padding: 35px 60px;
}
}.studentlifepage #gallery_sec .gallery_bx p {
    text-align: center;
}
.studentlifepage #gallery_sec .galBx {
    height: 230px;
    margin-top: 20px;
}
@media only screen and (min-width: 578px) {
    .studentlifepage #gallery_sec .galBx {
    height: 270px;
}
}@media only screen and (min-width: 678px) {
    .studentlifepage #gallery_sec .galBx {
    height: 330px;
    margin-top: 40px;
}
}@media only screen and (min-width: 768px) {
    .studentlifepage #gallery_sec .galBx {
    height: 400px;
}
}@media only screen and (min-width: 992px) {
    .studentlifepage #gallery_sec .galBx {
    height: 450px;
}
}@media only screen and (min-width: 1200px) {
    .studentlifepage #gallery_sec .galBx {
    height: 520px;
    margin-top: 70px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .galBx {
    height: 650px;
}
}.studentlifepage #gallery_sec .flxWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    height: 100%;
    margin: -4px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #gallery_sec .flxWrap {
    margin: -8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .flxWrap {
    margin: -12px;
}
}.studentlifepage #gallery_sec .flxWrap>* {
    height: 100%;
    padding: 4px;
}
@media only screen and (min-width: 468px) {
    .studentlifepage #gallery_sec .flxWrap>* {
    width: 50%}
}@media only screen and (min-width: 768px) {
    .studentlifepage #gallery_sec .flxWrap>* {
    padding: 8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .flxWrap>* {
    padding: 12px;
}
}@media only screen and (max-width: 468px) {
    .studentlifepage #gallery_sec .flxWrap .lftBx {
    width: 66%}
}.studentlifepage #gallery_sec .flxWrap .lftBx .itemList {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: -4px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #gallery_sec .flxWrap .lftBx .itemList {
    margin: -8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .flxWrap .lftBx .itemList {
    margin: -12px;
}
}.studentlifepage #gallery_sec .flxWrap .lftBx .itemList>* {
    height: 50%;
    padding: 4px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #gallery_sec .flxWrap .lftBx .itemList>* {
    padding: 8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .flxWrap .lftBx .itemList>* {
    padding: 12px;
}
}.studentlifepage #gallery_sec .flxWrap .lftBx .itemList>*:nth-child(1) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .studentlifepage #gallery_sec .flxWrap .lftBx .itemList>*: nth-child(1) {
    width: 60%}
}.studentlifepage #gallery_sec .flxWrap .lftBx .itemList>*:nth-child(2) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .studentlifepage #gallery_sec .flxWrap .lftBx .itemList>*: nth-child(2) {
    width: 40%}
}.studentlifepage #gallery_sec .flxWrap .lftBx .itemList>*:nth-child(4) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .studentlifepage #gallery_sec .flxWrap .lftBx .itemList>*: nth-child(4) {
    width: 70%}
}.studentlifepage #gallery_sec .flxWrap .lftBx .itemList>*:nth-child(3) {
    width: 50%}
@media only screen and (min-width: 468px) {
    .studentlifepage #gallery_sec .flxWrap .lftBx .itemList>*: nth-child(3) {
    width: 30%}
}.studentlifepage #gallery_sec .flxWrap .rtBx {
    display: flex;
    margin: 0 -4px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx {
    margin: 0 -8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx {
    margin: 0 -12px;
}
}@media only screen and (max-width: 468px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx {
    width: 34%}
}.studentlifepage #gallery_sec .flxWrap .rtBx>* {
    padding: 0 4px;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx>* {
    padding: 0 8px;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx>* {
    padding: 0 12px;
}
}.studentlifepage #gallery_sec .flxWrap .rtBx .itemList {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: -4px 0;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx .itemList {
    margin: -8px 0;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx .itemList {
    margin: -12px 0;
}
}.studentlifepage #gallery_sec .flxWrap .rtBx .itemList>* {
    height: 100%;
    padding: 4px 0;
}
@media only screen and (min-width: 768px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx .itemList>* {
    padding: 8px 0;
}
}@media only screen and (min-width: 1551px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx .itemList>* {
    padding: 12px 0;
}
}.studentlifepage #gallery_sec .flxWrap .rtBx .itemList:nth-child(2) {
    width: 100%}
@media only screen and (min-width: 468px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx .itemList: nth-child(2) {
    width: 35%}
}.studentlifepage #gallery_sec .flxWrap .rtBx .itemList:nth-child(2)>* {
    height: 50%}
.studentlifepage #gallery_sec .flxWrap .rtBx .itemList:nth-child(1) {
    width: 50%;
    display: none;
}
@media only screen and (min-width: 468px) {
    .studentlifepage #gallery_sec .flxWrap .rtBx .itemList: nth-child(1) {
    width: 65%;
    display: block;
}
}.studentlifepage #gallery_sec .flxWrap .rtBx .itemList:nth-child(1)>*:nth-child(2) {
    display: none;
}
.studentlifepage #gallery_sec .flxWrap .rtBx .itemList.show {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-in-out;
}
.studentlifepage #gallery_sec .flxWrap .rtBx .itemList.hide {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: none;
}
.studentlifepage #gallery_sec .flxWrap .imgBx {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
@media only screen and (min-width: 992px) {
    .studentlifepage #gallery_sec .flxWrap .imgBx {
    border-radius: 20px;
}
}.studentlifepage #gallery_sec .flxWrap .imgBx:hover img {
    transform: scale(1.1);
}
.studentlifepage #gallery_sec .flxWrap .imgBx img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.doonspan
{
    color:#005ba0;
}
.future-logo
{
    width:90px;
}
@media only screen and (min-width: 1200px) {
    .studentlifepage #festival {
        padding: 300px 0px 70px;
        display: none !important;
    }
}
