.tools-banner {
    width: 100%;
    height: auto;
    position: relative;
}
.tool-banner-pic {
    width: 100%;
    height: auto;
    position: relative;
}
.tool-banner-pic img {
    width: 100%;
    height: auto;
}
.col-md-12.student-life-heading h2 {
    font-size: clamp(32px, 4vw, 64px);
}
.tool-banner-text h2 {
    color: #fff;
    font-size: 74px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
}
.student-life-1 {
    width: 100%;
    height: auto;
    padding: 70px 0;
    background: url(../images/student-life/earth.webp) no-repeat;
    background-size: 100% auto;
    background-position: 100% 100%;
    min-height: 1000px;
}
.student-life-heading h2 {
    font-size: clamp(32px, 4vw, 64px);
    /* background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #000;
}
.student-life-heading h5 {
    font-family: "Inter", sans-serif;
    color: #555555 !important;
    font-weight: 400 !important;
    font-size: 20px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.student-life-heading p {
    font-family: "Inter", sans-serif;
    color: #555555 !important;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.find-place {
    width: 100%;
    height: auto;
    position: relative;
}
.find-place-pic {
    width: 100%;
    height: auto;
    position: relative;
}
.find-place-pic img {
    width: 100%;
    height: auto;
}
.find-place-dec {
    width: 100%;
    height: auto;
    position: absolute;
    right: 20px;
    max-width: 34%;
    top: 35%;
}
.find-place-dec h4 {
    font-family: "Inter", sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.find-place-dec p {
    font-family: "Inter", sans-serif;
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.tools-sec-2 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: none !important;
}
.tools-sec-2-inner {
    width: 100%;
    height: auto;
}
.tools-sec-2-inner {
    width: 100%;
    height: auto;
    padding: 60px 70px;
    border: 1px solid #a41a1f;
    border-radius: 12px;
    background: url(../images/student-life/wave.webp) no-repeat !important;
    background-position: 0 170% !important;
    background-size: 100% 450px !important;
    position: relative;
    z-index: 99;
    min-height: 500px;
}
.tools-sec-2-inner h1 {
    font-size: 64px;
    /* background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin: 0 0 40px 0;
    text-align: center;
    color: #000;
}
.tools-sec-2-inner ul {
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
}

.tools-sec-2-inner ul li {
    list-style: none;
    text-align: center;
    padding: 0 30px;
    width: 100%;
}
/* .tools-sec-2-inner ul li .tools-sec-2-icon img 
{
 filter: brightness(0) saturate(100%) invert(41%) sepia(24%) saturate(729%) hue-rotate(93deg) brightness(92%) contrast(91%);
} */

.mb-pic1::after {
    display: none;
}

.tools-sec-2-dec h4 {
    color: #000000 !important;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600 !important;
    margin: 10px 0 10px 0;
}

.tools-sec-2-dec p {
    color: #555555 !important;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
    margin: 0px 0 10px 0;
}
.mb-pic {
    display: none;
}

.student-life-2 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0;
    background: #222222;
}
.student-life-2-pic {
    width: 100%;
    height: auto;
    text-align: center;
}
.student-life-2-pic img {
    max-width: 100%;
    height: auto;
}
.student-life-2 h2 {
    font-size: 64px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #fff;
}
.student-life-2 p {
    color: #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0px 0 20px 0;
}
.student-life-2 h5 {
    color: #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
    font-style: italic;
}
.student-life-2 ul {
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.student-life-2 ul li {
    width: 49%;
    border: 0.5px solid #a41a1f;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    list-style: none;
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-radius: 4px;
}
.student-life-2 ul li span {
    margin: 0 7px 0 0;
}
.student-life-2 ul li span img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(78%) saturate(5873%)
        hue-rotate(343deg) brightness(85%) contrast(102%);
}
.student-life-3 {
    width: 100%;
    height: auto;
    padding: 70px 0;
}
.sl-3-fl {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.sl-3-1,
.sl-3-2,
.sl-3-3 {
    width: 100%;
    height: 100%;
    position: relative;
}

.sl-3-fl img {
    width: 100%;
}
.sl-3-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.sl-3-2-1,
.sl-3-2-2 {
    width: 100%;
    height: auto;
    position: relative;
}
.sl-3-box {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #a41a1f;
    max-width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    background: #fff;
    margin: 0px auto;
    text-align: center;
}
.sl-3-box-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #a41a1f;
    background: #000;
    text-align: center;
    border-radius: 50%;
    margin: -50px auto 20px;
    padding: 10px 0 0 0;
}
.sl-3-box-icon img {
    max-width: 35px;
    margin: 0px auto;
}
.sl-3-box h4 {
    color: #000;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin: 0px 0 20px 0;
}
.sl-3-box p {
    color: #555555 !important;
    font-size: 16px !important;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 0px 0 0px 0;
}

.student-life-4 {
    width: 100%;
    height: auto;
    position: relative;
}
.student-life-4-pic img {
    width: 100%;
    height: auto;
    position: relative;
}
.student-life-4-inner {
    width: 100%;
    height: auto;
    position: absolute;
    left: 30px;
    top: 150px;
    max-width: 45%;
}
.student-life-4-inner h3 {
    font-size: clamp(32px, 4vw, 64px);
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #fff;
}
.student-life-4-inner p {
    color: #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0px 0 20px 0;
}
.student-life-4 .student-life-5 {
    background: linear-gradient(
        180deg,
        rgba(254, 248, 244, 0) 0%,
        rgba(254, 248, 244, 0.62) 52%,
        rgba(254, 248, 244, 1) 100%
    );
    padding-bottom: 0px;
    width: 100%;
    height: auto;
    position: relative;
}
.student-life-5-pic img {
    width: 100%;
    height: auto;
    position: relative;
}
.student-life-5-inner {
    width: 100%;
    height: auto;
    position: absolute;
    right: 30px;
    top: 60px;
    max-width: 45%;
    left: inherit !important;
}
.student-life-5-inner h3 {
    font-size: 64px;
    /* background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #000 !important;
}
.student-life-4 .student-life-5-inner p {
    color: #555555;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0px 0 20px 0;
}
.student-life-5 ul {
    padding: 0;
    margin: 30px 0 0 0;
}
.student-life-4 .student-life-5 ul li {
    width: 100%;
    list-style: none;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    position: relative;
}

.student-life-5 ul li span {
    margin: 0 7px 0 0;
    background: #fff !important;
    border: 1px solid #555555 !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    padding: 10px 0 0 0;
    box-shadow: 4px 4px 17px 0px #00000040;
}
.student-life-5 ul li span img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(78%) saturate(5873%)
        hue-rotate(343deg) brightness(85%) contrast(102%);
}

.student-life-6 {
    width: 100%;
    height: auto;
    padding: 0px 0 60px !important;
    background: #222222 !important;
    position: relative;
}
.student-life-6 ul {
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
}

.student-life-6 ul li {
    list-style: none;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    position: relative;
}
.student-life-6 ul li:before {
    content: "";
    width: 1px;
    height: 128px;
    background: url(../images/student-life/side-border.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50px;
}
.student-life-6 ul li:last-child:before {
    display: none;
}
.student-life-6-icon {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
.student-life-6-dec h4 {
    color: #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
}

.student-life-6-dec p {
    color: #fff;
    font-size: 16px !important;
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
    margin: 0px 0 10px 0;
}
.student-life-6 h2 {
    font-size: 64px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin: -100px 0 20px 0;
    color: #fff;
    text-align: center;
}
.for-mob {
    display: none !important;
}
.for-mob-1 {
    display: none !important;
}
.container-fluid {
    width: 90% !important;
}

.explorSec {
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.explorSec h2 {
    font-size: 64px;
    /* background: linear-gradient(180deg, #23915A 0%, #054B28 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    margin: 0 0 40px 0;
    color: #000;
}
.explorSec h2 span {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.explorFull {
    border: 1px solid #054b28;
    /* text-align: center; */
}
.explorFull p {
    min-height: 55px;
}
.explorName {
    /* padding: 10px 0; */
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 32px;
}
.explorName a {
    color: #000;
}
.explorName a span {
    background: linear-gradient(180deg, #23915a 0%, #054b28 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.explorName a:hover {
    color: #a41a1f;
}

@media only screen and (min-width: 3501px) {
    .student-life-4 .student-life-5 ul li {
        font-size: 36px;
        font-weight: 400;
        margin: 0 0 32px 0;
    }

    .student-life-5 ul li span img {
        width: 35px;
    }
    .col-md-12.student-life-heading h2 {
        font-size: 100px;
    }
    .student-life-heading h5 {
        font-size: 40px;
    }
    .find-place-dec h4 {
        font-size: 70px;
    }
    .find-place-dec p {
        font-size: 36px;
    }
    .student-life-6-dec p {
        font-size: 36px !important;
    }
    .tools-sec-2-inner h1 {
        font-size: 100px;
    }
    .student-life-2 h2 {
        font-size: 100px;
    }
    .student-life-2 p,
    .student-life-2 h5 {
        font-size: 36px;
    }
    .student-life-2 ul li {
        font-size: 36px;
    }
    .student-life-2-pic img {
        min-height: 850px;
    }
    .student-life-2 ul li span img {
        width: 45px;
    }
    .sl-3-box h4 {
        font-size: 40px;
    }
    .sl-3-box p {
        font-size: 36px !important;
    }
    .sl-3-box-icon {
        width: 80px;
        height: 80px;
    }
    .sl-3-box-icon img {
        max-width: 50px;
    }
    .explorName {
        font-size: 70px;
    }
    .student-life-4-inner {
        left: 5%;
        top: 150px;
        max-width: 40%;
    }
    .student-life-4-inner h3 {
        font-size: 100px;
    }
    .student-life-4-inner p {
        font-size: 40px;
    }
    .student-life-2,
    .student-life-3,
    .explorSec {
        padding: 100px 0;
    }
    .sl-3-box {
        bottom: 30px;
    }
    .explorSec h2 {
        font-size: 100px;
    }
    .explorPic img {
        height: 600px;
    }
}
@media only screen and (min-width: 2701px) and (max-width: 3500px) {
    .student-life-4 .student-life-5 ul li {
        font-size: 36px;
        font-weight: 400;
        margin: 0 0 32px 0;
    }

    .student-life-5 ul li span img {
        width: 35px;
    }
    .col-md-12.student-life-heading h2 {
        font-size: 100px;
    }
    .student-life-heading h5 {
        font-size: 40px;
    }
    .find-place-dec h4 {
        font-size: 70px;
    }
    .find-place-dec p {
        font-size: 36px;
    }
    .student-life-6-dec p {
        font-size: 36px !important;
    }
    .tools-sec-2-inner h1 {
        font-size: 100px;
    }
    .student-life-2 h2 {
        font-size: 100px;
    }
    .student-life-2 p,
    .student-life-2 h5 {
        font-size: 36px;
    }
    .student-life-2 ul li {
        font-size: 36px;
    }
    .student-life-2-pic img {
        min-height: 850px;
    }
    .student-life-2 ul li span img {
        width: 45px;
    }
    .sl-3-box h4 {
        font-size: 40px;
    }
    .sl-3-box p {
        font-size: 36px !important;
    }
    .sl-3-box-icon {
        width: 80px;
        height: 80px;
    }
    .sl-3-box-icon img {
        max-width: 50px;
    }
    .explorName {
        font-size: 70px;
    }
    .student-life-4-inner {
        left: 5%;
        top: 150px;
        max-width: 40%;
    }
    .student-life-4-inner h3 {
        font-size: 100px;
    }
    .student-life-4-inner p {
        font-size: 40px;
    }
    .student-life-2,
    .student-life-3,
    .explorSec {
        padding: 100px 0;
    }
    .sl-3-box {
        bottom: 30px;
    }
    .explorSec h2 {
        font-size: 100px;
    }
    .explorPic img {
        height: 600px;
    }
}
@media only screen and (min-width: 2201px) and (max-width: 2700px) {
    .student-life-4 .student-life-5 ul li {
        font-size: 36px;
        font-weight: 400;
        margin: 0 0 32px 0;
    }

    .student-life-5 ul li span img {
        width: 35px;
    }
    .col-md-12.student-life-heading h2 {
        font-size: 100px;
    }
    .student-life-heading h5 {
        font-size: 40px;
    }
    .find-place-dec h4 {
        font-size: 50px;
    }
    .find-place-dec p {
        font-size: 30px;
    }
    .student-life-6-dec p {
        font-size: 30px !important;
    }
    .tools-sec-2-inner h1 {
        font-size: 100px;
    }
    .student-life-2 h2 {
        font-size: 100px;
    }
    .student-life-2 p,
    .student-life-2 h5 {
        font-size: 30px;
    }
    .student-life-2 ul li {
        font-size: 30px;
    }
    .student-life-2-pic img {
        min-height: 850px;
    }
    .student-life-2 ul li span img {
        width: 45px;
    }
    .sl-3-box h4 {
        font-size: 40px;
    }
    .sl-3-box p {
        font-size: 30px !important;
    }
    .sl-3-box-icon {
        width: 80px;
        height: 80px;
    }
    .sl-3-box-icon img {
        max-width: 50px;
    }
    .explorName {
        font-size: 50px;
    }
    .student-life-4-inner {
        left: 5%;
        top: 150px;
        max-width: 40%;
    }
    .student-life-4-inner h3 {
        font-size: 100px;
    }
    .student-life-4-inner p {
        font-size: 32px;
    }
    .student-life-2,
    .student-life-3,
    .explorSec {
        padding: 100px 0;
    }
    .sl-3-box {
        bottom: 30px;
    }
    .explorSec h2 {
        font-size: 100px;
    }
    .explorPic img {
        height: 600px;
    }
}

@media only screen and (max-width: 1700px) {
    section.student-life-4 .student-life-4-inner {
        padding-left: 70px;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 2200px) {
    .tool-banner-text {
        top: 170px;
        max-width: 1700px;
    }
    .tool-banner-text h2 {
        font-size: 90px;
    }
    .find-place-dec h4 {
        font-size: 24px;
    }
    .find-place-dec p,
    .student-life-6-dec p,
    .tools-sec-2-dec p,
    .student-life-2 p,
    .sl-3-box p,
    .student-life-4-inner p,
    .student-life-5-inner p,
    .student-life-5 ul li,
    .student-life-heading p {
        font-size: 18px;
    }
    .student-life-6-dec h4,
    .tools-sec-2-dec h4 {
        font-size: 20px;
    }
    .student-life-2 ul li {
        margin: 0 0 15px 0;
        font-size: 18px;
    }
    .sl-3-box {
        padding: 20px 40px;
    }
    .student-life-4-inner {
        top: 200px;
        max-width: 35%;
        left: 106px;
    }
    .student-life-5-inner {
        top: 120px;
        right: 92px;
        max-width: 39%;
    }
    .student-life-1 {
        min-height: 1300px !important;
    }
    .student-life-5 ul li {
        margin: 0 0 17px 0;
    }
}
@media only screen and (max-width: 1350px) {
    section.student-life-4 {
        padding: unset;
    }
}
@media only screen and (max-width: 1200px) {
    .tool-banner-text,
    .tool-sec-3-text {
        max-width: 95%;
    }
    .tool-sec-3-pic img {
        margin-top: 0;
    }
    .student-life-4-inner {
        top: 90px;
    }
    .student-life-5-inner {
        top: 20px;
    }
    .student-life-5-inner h3 {
        margin: 0 0 0px 0;
        font-size: 50px;
    }
    .student-life-4-inner h3 {
        font-size: 50px;
    }
}
@media screen and (max-width: 1080px) {
    .container-fluid {
        width: 95% !important;
    }
}
@media only screen and (max-width: 1024px) {
    section.student-life-4 .student-life-4-inner {
        padding-left: 30px;
    }
    .tools-sec-2-inner h1 {
        font-size: 50px;
    }
    .tools-heading h1,
    .tool-banner-text h2 {
        font-size: 56px;
    }
    .tool-sec-3-text {
        top: 40px;
    }
    .tools-sec-2-inner ul li {
        padding: 0 10px;
    }
    .find-place-dec {
        top: 21%;
    }
    .sl-3-box h4 {
        font-size: 22px;
    }
    .student-life-4-inner h3,
    .student-life-5-inner h3 {
        font-size: 42px;
    }
    .student-life-5-inner h3 br {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .student-life-4-inner {
        top: 60px;
    }
    .sl-3-box-icon {
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .student-life-6 .col-md-12 {
        text-align: center;
        padding: 0 !important;
    }
    .student-life-5-inner p {
        margin: 0;
    }
    .student-life-6 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .student-life-6 ul li {
        padding: 0 8px !important;
    }
    .student-life-6-dec p {
        font-size: 15px !important;
        margin: 0px;
    }
    .student-life-5 ul {
        margin: 10px 0 0 0;
    }
    .for-dec-1 {
        display: none !important;
    }

    .for-mob-1 {
        display: block !important;
    }
    .sl-3-1,
    .sl-3-2,
    .sl-3-3 {
        width: 100%;
        height: auto;
    }
    .student-life-heading p br {
        display: none;
    }
    .tool-banner-text,
    .tool-sec-3-text {
        max-width: 100%;
    }
}
@media only screen and (max-width: 881px) {
    .box-2 .tool-box-dec {
        padding: 0px 0 0 0;
    }
    .tools-sec-2-inner h1,
    .student-life-heading h2 {
        font-size: 42px;
    }
    .tools-heading h1,
    .tool-banner-text h2 {
        font-size: 42px;
    }
    .tools-sec-2-inner {
        padding: 40px 20px;
    }
    .tool-sec-3-text h3 {
        font-size: 42px;
        margin: 0 0 10px 0;
    }

    .student-life-4-inner {
        top: 30px;
    }
    .student-life-4-inner h3,
    .student-life-5-inner h3 {
        font-size: 36px;
        margin: 0 0 5px 0;
    }
    .student-life-5-inner {
        max-width: 53%;
    }
    .student-life-5-inner p {
        font-size: 14px;
    }
    .student-life-5 ul li {
        font-size: 13px;
    }
    .student-life-5 ul li {
        width: 50%;
        float: left;
        display: flex;
        justify-content: left;
        align-items: center;
        padding: 0 0 0 45px;
        min-height: 50px;
    }
    .student-life-5 ul li span {
        margin: 0 3px 0 0;
        width: 40px;
        height: 40px;
        padding: 6px 0 0 0;
        position: absolute;
        left: 0;
    }
    .student-life-2 h2 {
        font-size: 42px;
    }
    .student-life-2 h2 br {
        display: none;
    }
    .student-life-1 {
        min-height: 700px;
    }
    .find-place-dec p {
        font-size: 14px;
    }
    .find-place-dec {
        top: 4%;
        padding: 0 0 0 10px;
    }

    .student-life-5-pic img {
        height: 500px !important;
        object-fit: cover;
        object-position: left;
    }
    .explorSec h2 {
        font-size: 42px;
    }
    .explorFull {
        margin: 0 0 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .mb-pic2 {
        position: relative;
    }
    .mb-pic2::after {
        content: "";
        background: linear-gradient(
            180deg,
            rgb(254 248 244) 0%,
            rgba(254, 248, 244, 0.62) 52%,
            rgb(254 248 244 / 0%) 100%
        );
        position: absolute;
        top: -1px;
        width: 100%;
        height: 20%;
        left: 0;
    }
    .student-life-4 .student-life-4-inner p {
        margin-bottom: 0;
    }
    .student-life-4 .student-life-4-inner {
        position: unset;
        background: #222222;
        max-width: 100%;
        padding: 30px 15px !important;
    }
    .dc-pic {
        display: none;
    }
    .mb-pic {
        display: block;
    }
    .tool-banner-text h2 {
        text-align: center;
    }
    .tool-banner-text {
        top: 50px;
    }
    .tools-sec-2-inner ul {
        justify-content: left;
        flex-wrap: wrap;
    }
    .tools-sec-2-inner ul li {
        padding: 0 10px;
        width: 50%;
        margin: 0 0 20px;
    }
    .tools-sec-2-inner {
        background: url(../images/student-life/right-mobile-tree.webp) no-repeat;
        background-position: 100% 100%;
    }
    .for-dec {
        display: none !important;
    }
    .for-mob {
        display: block !important;
    }

    .tools-heading h1 {
        font-size: 40px;
        text-align: left;
        margin: 0 0 10px 0;
    }
    .tools-heading p {
        color: #510800;
        font-size: 16px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        margin: 0px 0 10px 0;
    }
    .tool-box {
        margin-bottom: 30px;
    }
    .tool-box-pic img {
        max-width: 100%;
    }
    .tools-sec-2-inner {
        padding: 30px 10px;
    }
    .box-2 .tool-box-dec {
        padding: 0 0 0 0;
    }
    .tool-sec-3-text p {
        max-width: 270px;
    }
    .tool-sec-3-pic img {
        margin-top: 100px;
    }
    .tool-sec-3-text {
        top: 0;
    }
    .student-life-heading h1,
    .student-life-6 h2,
    .student-life-2 h2,
    .student-life-4-inner h3,
    .student-life-5-inner h3 {
        font-size: 42px;
    }
    .find-place {
        margin: 0 0 20px 0;
    }
    .find-place-dec {
        top: 13%;
        max-width: 35%;
    }
    .student-life-6 h2 {
        margin: 0 0 10px 0;
    }
    .student-life-4-inner {
        left: 0;
        top: 30px;
        max-width: 100%;
        padding: 0 15px;
    }
    .student-life-6 ul li {
        width: 50%;
        margin: 20px 0;
        padding: 0 10px;
    }
    .student-life-6 ul {
        flex-wrap: wrap;
        margin: 0px 0 0 !important;
    }
    .student-life-6 ul li:nth-child(2)::before {
        display: none;
    }
    .student-life-2-pic {
        margin: 30px 0 0 0;
    }
    .student-life-2-pic img {
        max-width: 200px;
    }
    .sl-3-1,
    .sl-3-2,
    .sl-3-3 {
        height: auto;
    }
    .find-place-dec p {
        line-height: 30px;
        font-size: 20px;
    }
    .student-life-2 ul li span {
        margin: 0 5px 0 0;
    }
    .tools-heading h1,
    .tool-banner-text h2 {
        font-size: 42px;
    }
    .tools-sec-2-dec p {
        font-size: 14px;
    }
    .student-life-5 ul li {
        width: 50%;
        float: left;
    }
    .sl-3-box-icon img {
        margin: 0px auto;
    }
    .student-life-1 {
        min-height: 1000px;
    }
    /* .student-life-5-pic .dc-pic
   {
     display: block;
   }
   .student-life-5-pic .mb-pic
   {
     display: none;
   } */
    .student-life-4-inner {
        right: 0;
        top: 30px;
        max-width: 53%;
    }
    .student-life-5-inner {
        right: 0;
        top: 40px;
        max-width: 53%;
    }
    .student-life-4-inner p {
        font-size: 15px;
    }

    .student-life-5-inner h3 {
        font-size: 26px;
    }
    .find-place-dec h4 {
        font-size: 28px;
    }
    .tool-banner-pic {
        background: #021b47;
    }
    .student-life-2 ul li {
        font-size: 13px;
    }
    .tools-sec-2-inner {
        background: none !important;
    }
    .tools-sec-2-inner h1 {
        font-size: 42px !important;
    }
    .tools-banner.firstSection {
        margin-top: 140px !important;
    }
    .tool-banner-text {
        max-width: 100% !important;
    }
    .explorName {
        font-size: 24px;
    }
    .sl-3-box h4 {
        font-size: 16px;
        margin: 0 0 4px 0;
    }
    .sl-3-box p {
        font-size: 14px !important;
    }
    .sl-3-box-icon {
        margin: -50px auto 10px;
    }
    .sl-3-box {
        padding: 20px 10px 5px;
        bottom: 12px;
        border: 1px solid #23915a;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 570px) {
    .dc-pic {
        display: none;
    }
    .mb-pic {
        display: block;
    }
    .tool-banner-text h2 {
        text-align: center;
    }
    .tool-banner-text {
        top: 50px;
    }
    .tools-sec-2-inner ul {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    .tools-sec-2-inner ul li {
        padding: 0 10px !important;
        width: 50% !important;
        margin: 0 0 20px !important;
        display: block !important;
        text-align: center !important;
    }
    .tools-sec-2-inner {
        background: url(../images/student-life/right-mobile-tree.webp) no-repeat;
        background-position: 100% 100%;
    }
    .for-dec {
        display: none !important;
    }
    .for-mob {
        display: block !important;
    }

    .tools-heading h1 {
        font-size: 40px;
        text-align: left;
        margin: 0 0 10px 0;
    }
    .tools-heading p {
        color: #510800;
        font-size: 16px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        margin: 0px 0 10px 0;
    }
    .tool-box {
        margin-bottom: 30px;
    }
    .tool-box-pic img {
        max-width: 100%;
    }
    .tools-sec-2-inner {
        padding: 30px 10px 10px;
    }
    .box-2 .tool-box-dec {
        padding: 0 0 0 0;
    }
    .tool-sec-3-text p {
        max-width: 270px;
    }
    .tool-sec-3-pic img {
        margin-top: 100px;
    }
    .tool-sec-3-text {
        top: 0;
    }
    .student-life-heading h1,
    .student-life-6 h2,
    .student-life-2 h2,
    .student-life-4-inner h3,
    .student-life-5-inner h3 {
        font-size: 42px;
    }
    .find-place {
        margin: 0 0 20px 0;
    }
    .find-place-dec {
        top: 6%;
        max-width: 34%;
        padding: 0;
        right: 9px;
    }
    .student-life-6 h2 {
        margin: 0 0 10px 0;
    }
    .student-life-4-inner,
    .student-life-5-inner {
        left: 0;
        top: 30px;
        max-width: 100%;
        padding: 0 15px;
    }
    .student-life-6 ul li {
        width: 50%;
        margin: 20px 0;
        padding: 0 10px;
    }
    .student-life-6 ul {
        flex-wrap: wrap;
    }
    .student-life-6 ul li:nth-child(2)::before {
        display: none;
    }
    .student-life-2-pic {
        margin: 30px 0 0 0;
    }
    .student-life-2-pic img {
        max-width: 70%;
    }
    .sl-3-1,
    .sl-3-2,
    .sl-3-3 {
        height: auto;
    }
    .find-place-dec p {
        line-height: 20px;
        font-size: 14px;
    }
    .student-life-2 ul li span {
        margin: 0 5px 0 0;
    }
    .tools-heading h1,
    .tool-banner-text h2 {
        font-size: 42px;
    }
    .tools-sec-2-dec p {
        font-size: 14px;
    }
    .student-life-5 ul li {
        width: 100%;
        float: left;
    }
    .sl-3-box-icon img {
        margin: 0px auto;
    }
    .student-life-1 {
        min-height: 887px;
    }
    .student-life-5-pic .dc-pic,
    .student-life-4-pic .dc-pic {
        display: none;
    }
    .student-life-5-pic .mb-pic,
    .student-life-4-pic .mb-pic {
        display: block;
    }

    .find-place-dec h4 {
        font-size: 18px;
        margin: 0 0 2px 0;
    }
    .explorSec h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 768px) {
    .student-life-6 {
        padding: 1rem 0 !important;
    }
    .student-life-6 .col-md-12 {
        text-align: center;
        padding: 0 !important;
    }
    .student-life-6-icon img {
        width: 40px;
        height: 40px;
    }
    .student-life-6-dec p {
        font-size: 16px !important;
        margin: 0;
    }
}
@media screen and (max-width: 1280px) {
    .student-life-1 {
        min-height: 770px !important;
    }
}
@media screen and (max-width: 990px) {
    .student-life-1 {
        min-height: 600px !important;
    }
}
@media screen and (max-width: 500px) {
    .student-life-1 {
        min-height: 700px !important;
    }
}
@media screen and (max-width: 500px) {
    .student-life-6-dec p {
        font-size: 14px !important;
    }
    .student-life-1 {
        min-height: 870px !important;
    }
}

/* ==============New Design=============== */
.exploreContainer {
    margin: 60px 0;
    flex-direction: column;
}

.explorFull {
    margin: 0 10px;
}
.benifitsContainer {
    margin: 40px 0 80px 0;
    flex-direction: column;
}
.benifitsSection {
    background-color: #faf7f2;
}
.benifitsContainer {
    background-image: url("../images/benifitsBG.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 60px;
    border: 1px solid #23915a;
    border-radius: 40px;
}
.benifCon {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.benItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.journeySec {
    background-color: #222222;
    position: relative;
}
.journeyContainer {
    margin: 80px 0;
    justify-content: flex-start;
    padding-bottom: 100px;
}
.btnJurn {
    margin-top: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    width: 300px;
    font-size: 16px;
    font-weight: 500;
    color: #054b28;
}
.appImg {
    position: absolute;
    right: 5%;
    bottom: 0;
}
.livingContainer {
    flex-direction: column;
}
.livingContainer {
    margin: 80px 0 40px 0;
}
.livingSlider {
    margin-top: 1.5rem;
}
.livingItem {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.bgImgL {
    width: 100%;
}
.livingBox {
    bottom: 20px;
    width: calc(100% - 40px);
    border: 1px solid #a41a1f;
    background-color: #faf7f2;
    position: absolute;
    padding: 50px 30px 30px 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    text-align: center;
}
.livingBox img {
    position: absolute;
    top: -35px;
    height: 70px;
}
.creerBG {
    width: 100%;
}
.creerSection {
    position: relative;
}
.creerContainer {
    justify-content: flex-start !important;
    position: absolute;
}
.careerBox {
    width: 100%;
    max-width: 700px;
}
.careerList {
    padding: 0;
    margin-top: 2rem;
}
.careerList li {
    display: flex;
    align-items: center;
}
.educationSection {
    background-color: #222222;
}
.educationContainer {
    margin: 50px 0;
    flex-direction: column;
}
.educationBoc {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    align-items: center;
    width: 100%;
}
.educationItem {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hr {
    height: 150px;
    background: linear-gradient(#eeeeee00, #eee, #eeeeee00);
    width: 2px;
}

.countrySection {
    position: relative;
    justify-content: flex-start !important;
}
.countBg {
    width: 100%;
}
.countryContainer {
    margin: 80px 0;
    position: absolute;
    justify-content: space-between;
}
.countryLeftBox {
    width: 45%;
}
.countryRightBox {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 45%;
}
.countCon {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.conunItem {
    display: flex;
    align-items: center;
    gap: 16px;
    width: auto;
    padding: 12px 14px;
    border: 0.5px solid;
    border-image-source: linear-gradient(180deg, #a41a1f 0%, #a41a1f 100%);
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}
.conunItem img {
    height: 30px;
}
.educationHeader {
    position: absolute;
    bottom: 20px;
    flex-direction: column;
    text-align: center;
}
.creerBGMob {
    display: none;
}
@media screen and (max-width: 1920px) {
    .modifiedFontUAE {
        font-size: 124px !important;
    }
}
@media screen and (max-width: 1439px) {
    .countryRightBox img {
        max-width: 100%;
    }
    .cityAboutContainer {
        justify-content: space-between;
    }
    section {
        padding: 0 !important;
    }
    .countryRightBox {
        width: 35%;
    }
    .countryLeftBox {
        width: 55%;
    }
    .countryContainer {
        justify-content: space-between !important;
    }
    .explorName a {
        font-size: 28px;
    }
    .modifiedFontUAE {
        font-size: 94px !important;
    }
}
@media screen and (max-width: 1280px) {
    .conunItem {
        gap: 10px;
        padding: 10px 12px;
        margin-bottom: 12px;
        border-radius: 4px;
    }
    .educationItem {
        width: 23%;
    }
    .btnJurn {
        height: 50px;
    }
    .creerBG {
        width: 100%;
        min-height: 600px;
        object-fit: cover;
    }
    .careerBox {
        max-width: 600px;
    }
    .careerList li img {
        height: 40px;
    }
    .cityAboutLeft p {
        font-size: 16px;
    }
    .countryRightBox {
        width: 40%;
    }
    .livingBox {
        bottom: 8px;
        width: calc(100% - 16px);
        padding: 50px 16px 16px 16px;
    }
    .livingBox h4.titel24 {
        font-size: 20px;
    }
    .exploreContainer {
        margin: 30px 0;
    }
    .benifitsContainer {
        padding: 30px;
    }
    .appImg {
        width: 40%;
    }
    .journeyContainer .col-lg-6 {
        width: 55% !important;
    }
    .journeyContainer {
        padding-bottom: 0px;
    }
    .benifitsContainer h5.titel32 {
        font-size: 26px;
    }
    .benifitsContainer p.titel20 {
        font-size: 18px;
    }
    .modifiedFontUAE {
        font-size: 74px !important;
    }
}
@media screen and (max-width: 1080px) {
    .tools-sec-2-icon img {
        height: 60px !important;
        width: 60px !important;
    }
    .benifitsContainer h5.titel32 {
        font-size: 22px;
    }
    .benifitsContainer p.titel20 {
        font-size: 16px;
    }
    .livingContainer {
        margin: 50px 0 30px 0;
    }
    .modifiedFontUAE {
        font-size: 64px !important;
    }
}

@media screen and (max-width: 991px) {
    .countryContainer {
        margin: 30px 0;
    }
    .countryLeftBox h6 br {
        display: none;
    }
    .countCon {
        margin-top: 1rem;
    }
    .conunItem {
        gap: 6px;
        padding: 6px 8px;
        margin-bottom: 10px;
    }
    .countBg {
        width: 100%;
        min-height: 700px;
        object-fit: cover;
    }
    .educationHeader p br {
        display: none;
    }
    .educationContainer {
        margin: 20px 0;
    }
    .creerBG {
        min-height: 440px;
        object-fit: cover;
    }
    .careerBox {
        max-width: 450px;
    }
    .livingBox h4.titel24 {
        font-size: 16px;
    }
    .livingBox {
        bottom: 8px;
        width: calc(100% - 16px);
        padding: 40px 8px 8px 8px;
    }
    .benifitsContainer p br {
        display: none;
    }
    .tools-sec-2-icon img {
        height: 50px !important;
        width: 50px !important;
    }
    .benifitsContainer {
        padding: 30px 16px;
    }
    .journeyContainer h2.titel60 {
        font-size: 48px;
    }
    .journeyContainer {
        margin: 60px 0;
        padding-bottom: 80px;
    }
    .tool-banner-text .modifiedFont {
        font-size: 44px;
    }
}

@media screen and (max-width: 768px) {
    .tool-banner-text .modifiedFont {
        font-size: 44px !important;
    }
    .cityAboutContainer {
        margin: 40px 0 0 0;
        flex-direction: column;
    }
    .countryContainer {
        flex-direction: column;
    }
    .countryLeftBox {
        width: 100%;
    }
    .countryRightBox {
        width: 100%;
    }
    .countBg {
        min-height: 1200px;
    }
    .countryRightBox {
        margin-top: 60px;
        align-items: center;
        justify-content: center;
    }
    .countryRightBox img {
        max-width: 340px;
    }
    .educationBoc {
        flex-wrap: wrap;
    }
    .educationItem {
        width: 45%;
    }
    .hr3rd {
        display: none;
    }

    .educationBoc {
        gap: 30px 0;
    }
    .btnJurn {
        height: 45px;
        width: 280px;
    }
    .benifCon {
        flex-wrap: wrap;
    }
    .benItem {
        width: 45%;
    }

    .journeyContainer .col-lg-6 {
        width: 100% !important;
    }
    .appImg {
        width: 90%;
    }
    .journeyContainer {
        margin: 60px 0;
        padding-bottom: 0;
        height: 700px;
    }
    .journeyContainer {
        align-items: flex-start !important;
        justify-content: flex-end !important;
    }
   
}

@media screen and (max-width: 600px) {
    .tool-banner-text .modifiedFont {
        font-size: 26px !important;
    }
    .countryLeftBox h2.titel64 {
        font-size: 28px;
    }
    .countryRightBox img {
        max-width: 200px;
    }
    .educationHeader h2.titel74 {
        font-size: 28px;
    }
    .countBg {
        min-height: 1040px;
    }
    .livingContainer {
        margin: 30px 0 30px 0;
    }
    .benItem {
        width: 48%;
    }
    .benifitsContainer p.titel20 {
        font-size: 14px;
    }
    .tools-sec-2-icon img {
        max-width: 40px;
    }
    .journeyContainer h2.titel60 {
        font-size: 34px;
    }
    .journeyContainer {
        margin: 40px 0;
        height: 600px;
    }
    .creerBGWeb {
        display: none;
    }
    .creerBGMob {
        display: block;
        width: 100%;
    }
    .creerSection {
        justify-content: flex-start !important;
    }
    .creerContainer {
        margin-top: 20px;
    }
}
