:root {
    --themepurpleshade: #8176DB;
    --themewhiteshade: #ffffff;
    --h2fontsize: 36px;
    --descfontsize: 18px;
    --commonmaxwidth: 1008px;
    --background-grey: #F6F6F6;
    --black-variant: #2B2B2B;
    --grey-variant: #535353;
    --themectabgblack: #000;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0px;
    font-weight: 100;
    font-family: SatoshiRegular;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    background: var(--themewhiteshade);
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: var(--themewhiteshade);
}

::-webkit-scrollbar-thumb {
    background: var(--themegreenshadecolor);
    border-radius: 30px;
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
    height: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--themepurpleshade);
}

@font-face {
    font-family: SatoshiRegular;
    src: url(fonts/satoshi/Satoshi-Regular.woff2);
}

@font-face {
    font-family: SatoshiMedium;
    src: url(fonts/satoshi/Satoshi-Medium.woff2);
}

@font-face {
    font-family: SatoshiBlack;
    src: url(fonts/satoshi/Satoshi-Black.woff2);
}

@font-face {
    font-family: SatoshiBold;
    src: url(fonts/satoshi/Satoshi-Bold.woff2);
}

@font-face {
    font-family: PlayFairDisplayBold;
    src: url(fonts/playfair-display/PlayfairDisplay-Bold.ttf);
}

@font-face {
    font-family: PoppinsExtraBold;
    src: url(fonts/poppins/Poppins-ExtraBold.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: normal;
}

p,
li,
button,
a,
blockquote,
input,
select,
textarea,
td,
th {
    margin: 0px;
    font-family: SatoshiRegular;
    font-weight: normal;
}

input::-webkit-calendar-picker-indicator {
    display: none !important;
}

address {
    font-style: normal;
}

i {
    font-family: InterExtraLight;
}

b,
strong {
    font-family: SatoshiBold;
}

ul {
    margin: 0;
    padding-left: 22px;
}

hr {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #b3d1bd5c;
}

a {
    text-decoration: none;
    color: var(--themeheading);
}

/* .mec-header-inner-block {
    display: flex;
    justify-content: center;
    padding: 10px;
    background-color: var(--themepurpleshade);
} */

.cta-bg-blacks {
    background: var(--themectabgblack) !important;
    border: 2px solid #fff !important;
    color: #fff;
    width: 100px;
    border-radius: 50px;
    padding: 6px 12px;
    font-family: SatoshiBlack;
    paint-order: stroke fill;
    filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.15));
    cursor: pointer;
}

/* .mec-header-inner-block h3 {
    color: #FFFFFF;
    font-family: SatoshiRegular;
    font-size: 19.73px;
}

.mec-header-inner-block h3 b {
    font-family: PlayfairDisplayBold;
    font-size: 19px;
}

.header-logo {
    margin-right: 10px;
    height: 30px;
}

.mec-header-main-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SatoshiRegular';
    color: #000;
    margin: 27px 0px 10px 0px;
    font-size: 16px;
    gap: 45px;
}

.mec-header-main-menu ul .active {
    background-color: #e7e7e7;
    border-radius: 7px;
    height: 25px;
    padding: 2px 14px;
}

.mec-header-main-menu ul .contact {
    color: #000;
    font-family: 'SatoshiRegular';
}

.mec-header-main-menu li {
    font-family: SatoshiRegular;
}

.mec-header-main-menu .mec-hr {
    width: 100%;
    max-width: 1020px;
    height: 1px;
    background: #DCDCDC;
    margin: auto;
} */

.mec-first-container {
    position: absolute;
    display: inline-block;
    left: 24%;
}

.mec-counselling-code {
    width: 135px;
    height: auto;
}

.mec-counselling-code-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
}

.mec-counselling-code-text h3 {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0px 10px 7px 0px;
    font-family: SatoshiMedium;
}

.mec-counselling-code-text h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 3px 0 0 35px;
}

.mec-sun-icon {
    position: absolute;
    top: 19%;
    left: 63%;
    width: 45px;
}

.mec-snake-icon {
    position: absolute;
    bottom: 61%;
    left: 31.7%;
    width: 100%;
    max-width: 357px;
}

.mec-first-para {
    width: 100%;
    max-width: 569px;
    font-size: 18px;
    line-height: 160%;
    font-family: SatoshiRegular;
    color: #4c4c4c;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 70px;
}

.mec-banner-image {
    width: 100%;
    max-width: 1008px;
    height: 210px;
    object-fit: cover;
    border-radius: 25px;
}

.mec-banner-innerbox {
    width: 100%;
    position: absolute;
    border-radius: 25px;
    background-color: #2b2b2b;
    border: 0.9px solid #feeee1;
    height: 150.5px;
    max-width: 250px;
    top: 73.5%;
    right: 61.5%;
    cursor: pointer;
}

.mec-banner-empty {
    width: 85%;
    position: absolute;
    border-radius: 20px;
    background-color: #535353;
    height: 52px;
    top: 10%;
    right: 8%;
}

.mec-innerbox-text {
    width: 122px;
    position: absolute;
    font-size: 20px;
    font-family: SatoshiBold;
    color: #feeee1;
    text-align: left;
    top: 55%;
    right: 40%;
}

.mec-play-icon {
    width: 100%;
    position: absolute;
    max-width: 100%;
    overflow: hidden;
    height: 50.7px;
    top: 55%;
    right: -28%;
}

.mec-awsome-image {
    position: absolute;
    overflow: hidden;
    height: 160.2px;
    object-fit: contain;
    left: 21%;
    bottom: 20%;
}

.mec-museum-image {
    position: absolute;
    object-fit: cover;
    left: 47%;
    bottom: 4px;
    width: 100%;
    max-width: 520px;
}

.mec-banner-student-image {
    position: absolute;
    object-fit: cover;
    left: 60%;
    bottom: 4px;
    width: 100%;
    max-width: 307px;
}

.mec-baddays-image {
    position: absolute;
    right: 20.5%;
    bottom: 6%;
    width: 100%;
    max-width: 141px;
}

/* .mec-head-menu {
    cursor: pointer;
    width: 25px;
    display: none;
    margin-right: 5px;
    float: right;
    outline: none;
} */

.mec-museum-image-mobile {
    display: none;
}

/* .mec-header-main-menu ul .active {
    padding: 1px 14px;
} */

.mask-group-icon {
    width: 100%;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 165px;
    max-width: 220px;
}

.mec-why-choose-background {
    background: #FAFAFA;
    position: relative;
    padding: 48px 24px;
    margin-bottom: 60px;
}

.mec-why-choose-main h2 {
    font-size: 26px;
    letter-spacing: -0.02em;
    font-family: 'SatoshiBlack';
}

.mec-why-choose-main span {
    display: block;
}

.mec-why-choose {
    margin: auto;
}

.mec-why-choose-main {
    margin: auto;
    width: 100%;
    max-width: 1024px;
    display: block;
}

.mec-why-choose-left img {
    width: 100%;
    max-width: 50px;
    object-fit: contain;
    margin-bottom: 16px;
}

.mec-why-choose-main h3 {
    font-size: 22px;
    letter-spacing: -0.02em;
    font-family: 'SatoshiBold';
    margin-bottom: 8px;
}

.mec-why-choose-main p {
    font-size: 16px;
    font-family: 'SatoshiRegular';
    color: #4c4c4c;
    margin-bottom: 32px;
}

.mec-why-choose-right {
    display: flex;
    flex: 0 0 70%;
    gap: 24px;
}

.mec-why-choose-right button {
    border-radius: 12px;
    background-color: #d8634c;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    font-family: 'SatoshiMedium';
    padding: 8px 16px;
}

.mec-why-choose-video-main {
    position: relative;
    margin-bottom: 32px;
    display: none;
}

.mec-why-choose .wycv-mobile-view {
    display: block;
}

.mec-why-choose-video {
    border-radius: 50px;
}

.mec-career-video,
.mec-student-video,
.mec-student-stores-video,
.mec-why-choose-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.mec-student-stores-video,
.mec-student-video {
    border-radius: 35px;
    background: black;
}

.mec-career-video {
    object-fit: cover;
    border-radius: 18px;
}

.mec-student-video {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.mec-why-choose-video-img {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 50px;
}

.mec-mentor-video {
    width: 100%;
    max-width: 318px;
    height: 315px;
    border-radius: 17.51px;
    object-fit: cover;
}

.mec-pause-button {
    position: absolute;
    width: 110px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.mec-why-choose-video-mobile {
    display: none;
}

.mec-our-mentors {
    margin-bottom: 100px;
    margin: auto;
    margin-bottom: 100px;
}

.mec-our-mentors h2 {
    font-size: 36px;
    letter-spacing: -0.02em;
    font-weight: 900;
    font-family: 'SatoshiBlack';
    text-align: center;
    margin-bottom: 14px;
}

.mec-our-mentors-para {
    max-width: 596px;
    font-size: 22px;
    font-family: 'SatoshiRegular';
    color: #4c4c4c;
    width: 100%;
    text-align: center;
    margin: auto auto 58px;
}

.mec-our-mentors-card {
    height: 453.8px;
    border-radius: 17.51px;
    width: 100%;
    max-width: 320px;
    display: inline-block;
    margin-right: 23px;
    position: relative;
}

.our-mentor-one {
    width: 318px;
    vertical-align: top;
}

.our-mentor-pause-button {
    position: absolute;
    width: 68px;
    top: 27%;
    right: 37%;
}

.mec-our-mentors-name {
    padding: 0px 0px 0px 27px;
}

.mec-our-mentors-name h3 {
    font-size: 23.96px;
    font-family: 'SatoshiBold';
    margin-bottom: 4px;
}

.mec-our-mentors-name p {
    font-size: 18.43px;
    font-family: 'SatoshiRegular';
    color: #575757;
    margin-bottom: 20px;
}

.mec-our-mentors-name h4 {
    font-size: 20.6px;
    font-family: 'SatoshiBold';
    color: #5a4f3d;
}

.mec-our-mentors-cards-main {
    white-space: nowrap;
    margin: auto auto 40px;
    padding: 0;
    width: 100%;
    max-width: 1347px;
}

.mec-our-mentors button {
    height: 52px;
    position: relative;
    border-radius: 30px;
    background-color: #2b2b2b;
    font-size: 23px;
    font-family: 'SatoshiMedium';
    color: #fff;
    width: 100%;
    max-width: 276px;
    display: block;
    margin: auto;
    cursor: pointer;
}

.bg-blue {
    background-color: #e3f2ff;
    border: 1px solid #c7d7e5;
}

.bg-sandle {
    background-color: #fff4e2;
    border: 1px solid #e6d7bf;
}

.bg-purple {
    background-color: #fef2ff;
    border: 1px solid #ecdded;
}

.our-mentor-two {
    width: 315px;
    height: 314px;
    padding-top: 16px;
}

.mec-our-mentors-card-two h4 {
    color: #3e4a54;
}

.our-mentor-three {
    width: 307px;
    height: 317px;
    padding-top: 16px;
}

.mec-our-mentors-card-three h4 {
    color: #3e4a54;
}

.mec-main-section {
    margin: auto;
    max-width: 1024px;
    padding: 64px 24px;
}

.mec-main-section h2 {
    font-size: 22px;
    font-family: 'SatoshiBlack';
    margin-bottom: 20px;
}

.mec-career-hr {
    height: 2px;
    background-color: #d9d9d9;
    width: 100%;
}

.mec-career-para {
    font-size: 18px;
    font-family: 'SatoshiRegular';
    color: #000;
    margin: auto;
}

.mec-career-right-video {
    width: 100%;
    max-width: 584px;
    border-radius: 35px;
    height: 567px;
    object-fit: cover;
    margin-top: 63px;
}

.mec-career-left-para p {
    font-size: 18px;
    font-family: SatoshiRegular;
    color: #000;
    margin: unset;
    width: 100%;
}

.mec-career-left-para img {
    width: 12px;
}

.mec-career-main {
    display: flex;
    justify-content: center;
}

.mec-career-main .mcm-header-line {
    display: none;
}

.mec-main-section .mec-career-main-container {
    text-align: left;
}

.mec-main-section .mec-career-main-container .mcl-accordin-content {
    margin-bottom: 24px;
}

.mec-career-left-para {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 24px 12px 12px 12px;
}

.mec-career-left-hr {
    height: 1px;
    border-top: 1px solid #a6a6a6;
    width: 100%;
    margin: auto;
}

.mec-career-video-background {
    width: 100%;
    border-radius: 18px;
    vertical-align: middle;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.mec-career-right {
    position: relative;
    margin-bottom: 24px;
}

.mec-career-pause-button {
    width: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    cursor: pointer;
}

.mec-career-left button {
    border-radius: 12px;
    background-color: var(--black-variant);
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    font-family: 'SatoshiMedium';
    padding: 8px 16px;
}

.mec-student-video-image {
    border-radius: 25px;
    width: 100%;
}

.mec-student-stories {
    width: 100%;
    max-width: 1024px;
    padding: 48px 0px;
}

.mec-student-stories .mec-student-stories-main-center {
    text-align: center;
}

.mec-student-stories .student-stories-header {
    padding: 0px 24px;
}

.mec-student-stories h2 {
    font-size: 22px;
    font-family: 'SatoshiBlack';
    margin-bottom: 16px;
}

.mec-student-stories p {
    font-size: 16px;
    font-family: 'SatoshiRegular';
    color: #4c4c4c;
    width: 100%;
    margin-bottom: 28px;
}

.mec-student-stories-main-container {
    display: flex;
    gap: 16px;
}

.mec-student-stories-main-container .mec-student-stores-img {
    width: 80vw;
}

.mec-student-stories-left {
    position: relative;
    width: 67%;
}

.mec-student-stories-left-pause-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
}

.mec-student-stories-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 33%;
}

.mec-student-video-container-one {
    position: relative;
}

.mec-student-video-container .mec-student-stores-img {
    border-radius: 25px;
    object-fit: cover;
    vertical-align: middle;
}

.mec-student-stories-left .mec-student-video-container:first-child {
    margin-left: 24px;
}

.mec-student-video-container {
    position: relative;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
}

.mec-student-stories-right .mec-student-video-container:last-child {
    margin-right: 24px;
}

.mec-student-video-container img {
    object-fit: cover;
    border-radius: 25px;
    cursor: pointer;
}

.mec-student-stories-right-pause-button {
    margin: auto;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 72px;
}

.mec-student-stories-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: black;
    gap: 16px;
    margin: auto;
    padding: 10px 22px;
    display: none;
}

.mec-student-stories-button img {
    height: 15px;
}

.mec-student-stories-button button {
    color: white;
    font-size: 16px;
    cursor: pointer;
    background: transparent;
    outline: none;
    border: 0px;
    font-family: 'SatoshiMedium';
}

.mec-student-stories-left-video-container {
    width: 100%;
    max-width: 667px;
    height: 666px;
}

.mec-student-stories-video {
    object-fit: cover;
    border-radius: 30px;
    position: absolute;
    display: none;
}

.book-a-call-parent {
    padding: 48px 0px;
}

.book-a-call-container {
    margin: auto;
}

.book-a-call-container .body-div .right-main {
    padding: 0px 15px;
}

.book-a-call-container .head-div {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
    padding: 0px 24px;
}

.book-a-call-container .head-div h2 {
    position: relative;
    font-size: 22px;
    font-family: SatoshiBlack;
    color: #2b2b2b;
    text-align: left;
    max-width: 200px;
}

.book-a-call-container .head-div hr {
    width: 100%;
    height: 2px;
    position: relative;
    border-radius: 27px;
    background-color: #d9d9d9;
    flex: 20;
}

.book-a-call-container .head-div p {
    position: relative;
    font-size: 16px;
    font-family: SatoshiRegular;
    color: #4c4c4c;
    text-align: right;
}

.book-a-call-container .body-div {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
}

.book-a-call-container .body-div .left {
    padding: 0px 24px;
}

.book-a-call-container .body-div .right {
    width: 100%;
    background-image: url(../bucket/book-a-call-form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
    object-fit: cover;
    padding: 12px;
}

.book-a-call-container .body-div .left .list {
    margin-bottom: 16px;
}

.book-a-call-container .body-div .left .list h2 {
    font-size: 18px;
    font-family: SatoshiBold;
    color: #2b2b2b;
    margin-bottom: 8px;
}

.book-a-call-container .body-div .left .list p {
    font-size: 16px;
    font-family: SatoshiRegular;
    color: #4c4c4c;
}

.book-a-call-container .body-div .right .form-div {
    width: 100%;
    border-radius: 25px;
    background-color: #fff4e2;
    border: 1px solid #dacdb9;
    box-sizing: border-box;
}

.book-a-call-container .body-div .right .form-div .form {
    position: relative;
    z-index: 1;
    padding: 26px;
}

.book-a-call-container .body-div .right .form-div .form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.book-a-call-container .body-div .right .form-div .form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
    position: relative;
}

.error-message {
    display: none;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 50px;
    padding: 5px 10px;
    border-radius: 25px;
    background: rgb(0 0 0 / 42%);
    backdrop-filter: blur(10px);
    width: auto;
    font-size: 11px;
    color: #ffffff;
}

.error-message::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 16%;
    transform: translateX(-50%);
    border-width: 7px;
    border-style: solid;
    border-color: #00000082 transparent transparent transparent;
    opacity: .8;
    backdrop-filter: blur(10px);
}

.book-a-call-container .body-div .right .form-div .form .form-group.full-width {
    grid-column: 1 / -1;
}

.book-a-call-container .body-div .right .form-div .form .combined-row {
    display: flex;
    gap: 5px;
}

.book-a-call-container .body-div .right .form-div .form .combined-row .country-codes {
    width: 15%;
}

.book-a-call-container .body-div .right .form-div .form .combined-row .mobilenumber {
    width: 50%;
}

.book-a-call-container .body-div .right .form-div .form label {
    margin-bottom: 10px;
    font-size: 16.52px;
    font-family: SatoshiBold;
    color: #2b2b2b;
    text-align: left;
}

.book-a-call-container .body-div .right .form-div .form input[type="text"],
.book-a-call-container .body-div .right .form-div .form input[type="email"],
.book-a-call-container .body-div .right .form-div .form input[type="tel"] {
    padding: 14px 18px;
    border: none;
    border-radius: 6px;
    background: #FFFFFF;
    font-family: inherit;
    width: 100%;
    border-radius: 7.34px;
    background-color: #fff;
    border: 0.9px solid #ece1d3;
    box-sizing: border-box;
}

.book-a-call-container .body-div .right .form-div .form input:focus {
    outline: 2px solid #D4765A;
}

.book-a-call-container .body-div .right .form-div .form .intro-section {
    margin-bottom: 32px;
}

.book-a-call-container .body-div .right .form-div .form .intro-section>label {
    display: block;
    margin-bottom: 15px;
    font-size: 16.52px;
    font-family: 'SatoshiBold';
    color: #2b2b2b;
}

.book-a-call-container .body-div .right .form-div .form .checkbox-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.book-a-call-container .body-div .right .form-div .form .checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.book-a-call-container .body-div .right .form-div .form .checkbox-item input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #D4765A;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #f2e7d4;
    box-sizing: border-box;
}

.book-a-call-container .body-div .right .form-div .form .checkbox-item label {
    margin: 0;
    cursor: pointer;
    font-family: SatoshiRegular;
    color: #2b2b2b;
    text-align: left;
}

.book-a-call-container .body-div .right .form-div .form .submit-btn {
    border: none;
    padding: 10px 32px;
    border-radius: 6px;
    cursor: pointer;
    border-radius: 14px;
    background-color: var(--black-variant);
    font-size: 18px;
    font-family: SatoshiMedium;
    color: #fbf0e1;
    text-align: left;
}

.book-a-call-container .body-div .right .form-div .form .submit-btn:hover {
    background: #1a1a1a;
}

.reach-us-container {
    padding: 32px 24px;
    position: relative;
    overflow: hidden;
    display: none;
}

.reach-us-container .card-container {
    width: 100%;
    border-radius: 36px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    margin: auto;
    position: relative;
    z-index: 1;
}

.reach-us-container .card-container .top-div {
    padding: 24px;
    position: relative;
    z-index: 1;
    background: white;
    border-radius: 35px;
}

.reach-us-container .card-container .top-div h2 {
    font-size: 24px;
    font-family: SatoshiBlack;
    color: #2b2b2b;
    text-align: center;
    margin-bottom: 24px;
}

.reach-us-container .card-container .top-div .desc {
    font-size: 16px;
    font-family: SatoshiRegular;
    color: #4c4c4c;
    text-align: center;
    margin-bottom: 24px;
}

.reach-us-container .card-container .top-div .queries {
    font-size: 16px;
    font-family: SatoshiBold;
    color: #2b2b2b;
    text-align: center;
}

.reach-us-container .card-container .bottom-div {
    width: 100%;
    background-image: url(../bucket/reach-us-stroke-bg.png);
    background-position: bottom;
    background-size: cover;
    display: flex;
    gap: 16px;
    padding: 24px;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 35px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
}

.reach-us-container .card-container .bottom-div p {
    font-size: 15px;
    font-family: SatoshiRegular;
    color: #2b2b2b;
    text-align: center;
}

.reach-us-container .floating-icon {
    width: 200px;
    position: absolute;
    top: -50px;
    right: -100px;
    z-index: 0;
}

.mec-voice-from-community {
    padding: 64px 0px;
    position: relative;
    margin: auto;
}

.mec-voice-of-community-main-container {
    padding: 0px 24px;
}

.mec-voice-from-community .mec-voice-arrow-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.mec-voice-from-community .mec-voice-arrow-button p {
    font-size: 16px;
}

.mec-voice-from-community .mec-voice-arrow-button img {
    width: 22px;
}

.mec-voice-from-community .mec-voice-round-arrow-button {
    display: none;
}

.mec-voice-of-whole-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 16px;
    flex-direction: row-reverse;
}

.mec-voice-of-community-right h2 {
    font-size: 22px;
    font-family: 'SatoshiBlack';
    color: #000;
    margin-bottom: 12px;
}

.mec-voice-of-community-right p {
    font-size: 16px;
    font-family: 'SatoshiRegular';
    color: #000;
}

.mec-voice-of-community-left img {
    width: 46px;
    margin-top: 2px;
    transform: rotate(90deg);
}

.mec-voice-of-community-scroll {
    overflow: scroll;
}

.mec-voice-of-community-card {
    border-radius: 18px;
    border: 1px solid #eee;
    width: 100%;
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mec-voice-of-community-card:first-child {
    margin-left: 24px;
}

.mec-voice-of-community-card:last-child {
    margin-right: 24px;
}

.mec-voice-of-content {
    padding: 24px 24px 16px;
}

.mec-voice-of-community-main {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.mec-voice-of-community-card p {
    font-size: 14px;
    line-height: 160%;
    font-weight: 500;
    font-family: 'SatoshiMedium';
    color: #000;
    white-space: normal;
    padding-right: 16px;
}

.mec-voice-of-community-card img {
    width: 50px;
}

.mec-voice-of-name-container {
    display: inline-flex;
    align-items: center;
    padding: 16px;
}

.mec-voice-left img {
    width: 66px;
}

.mec-voice-right {
    margin-left: 15px;
}

.mec-voice-right h3 {
    font-size: 20.21px;
    font-family: 'SatoshiBlack';
    color: #000;
}

.mec-voice-right h4 {
    font-size: 15.72px;
    font-family: 'SatoshiMedium';
    color: #000;
}

.mec-voice-button {
    height: 44px;
    position: absolute;
    border-radius: 26.63px;
    background-color: #2b2b2b;
    width: 146px;
    padding: 9px 0px 10px 21px;
    right: 24px;
    top: 15%;
}

.mec-voice-button p {
    font-size: 20px;
    color: #FBF0E1;
    font-family: 'SatoshiMedium';
}

.mec-voice-button-arrow-background {
    background-color: #ffff;
    border-radius: 50px;
    width: 36px;
    position: absolute;
    left: 71%;
    bottom: 10%;
    height: 36px;
}

.mec-voice-button-arrow-background img {
    width: 37px;
    padding: 8px;
}

.mec-voice-of-content img {
    width: 80px;
    object-fit: contain;
    margin-bottom: 32px;
    border-radius: 50px;
}

.event-timeline-container {
    position: relative;
    padding: 110px 0 200px;
    background: #f6f6f6;
}

.event-timeline-container .head-div {
    margin: auto;
    position: relative;
    width: 734px;
    height: 60px;
}

.event-timeline-container .head-div h2 {
    font-size: 36px;
    letter-spacing: -0.02em;
    font-weight: 900;
    font-family: SatoshiBlack;
    color: #2b2b2b;
    text-align: center;
}

.event-timeline-container .head-div img {
    width: 100%;
    height: 49.9px;
    position: absolute;
    max-width: 341px;
    overflow: hidden;
    top: 50%;
    left: -4%;
}

.event-timeline-container .body-div {
    width: 100%;
    max-width: 1008px;
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
}

.event-timeline-container .body-div .year-point {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    top: 47%;
    left: 0%;
    z-index: 1;
}

.event-timeline-container .body-div .year-text {
    position: absolute;
    top: 54%;
    left: -1%;
    width: 49px;
    height: 27px;
    font-size: 20px;
    font-weight: 500;
    font-family: SatoshiMedium;
    color: #8a8a8a;
    text-align: left;
}

.event-timeline-container .body-div .move-next {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 1;
}

.event-timeline-container .body-div .move-next img {
    width: 51px;
    height: 51px;
}

.event-timeline-container .body-div .timeline-block {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.event-timeline-container .body-div .timeline-block .upper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15%;
}

.event-timeline-container .divider {
    width: 100%;
    height: 2px;
    position: relative;
    border-radius: 24px;
    background-color: #d9d9d9;
}

.event-timeline-container .body-div .timeline-block .lower {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 15%;
}

.event-timeline-container .body-div .timeline-block .profile-card {
    width: 260px;
    height: 175px;
    display: flex;
    gap: 25px;
    align-items: center;
}

.event-timeline-container .body-div .timeline-block .profile-card .left img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: contain;
}

.event-timeline-container .body-div .timeline-block .profile-card .right h3 {
    width: 175px;
    height: 60px;
    font-size: 22px;
    letter-spacing: -0.02em;
    font-family: SatoshiBold;
    color: #2b2b2b;
    text-align: left;
}

.event-timeline-container .body-div .timeline-block .profile-card .right p {
    width: 124px;
    height: 24px;
    font-size: 18px;
    letter-spacing: -0.02em;
    font-family: SatoshiRegular;
    color: #4c4c4c;
    text-align: left;
}

.event-timeline-container .body-div .timeline-block .profile-card-box {
    width: 360px;
    height: 141px;
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    display: flex;
    padding: 15px;
    gap: 25px;
    align-items: center;
}

.event-timeline-container .body-div .timeline-block .profile-card-box .left img {
    width: 108px;
    height: 109px;
    border-radius: 24px;
}

.event-timeline-container .body-div .timeline-block .profile-card-box .right h3 {
    height: 30px;
    font-size: 22px;
    font-family: SatoshiBold;
    color: #2b2b2b;
    text-align: left;
}

.event-timeline-container .body-div .timeline-block .profile-card-box .right p {
    width: 183px;
    height: 24px;
    position: relative;
    font-size: 18px;
    font-family: SatoshiRegular;
    color: #b5786b;
    text-align: left;
    margin-bottom: 10px;
}

.event-timeline-container .body-div .timeline-block .profile-card-box .right .calender img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.event-timeline-container .body-div .timeline-block .profile-card-box .right .calender span {
    width: 108px;
    height: 19px;
    font-size: 14px;
    font-family: SatoshiRegular;
    color: #777;
    text-align: left;
    vertical-align: middle;
}

.event-timeline-container .body-div .timeline-block .lower .profile-card {
    align-items: flex-end;
}

.event-timeline-container .body-div .timeline-block .lower .profile-card-box-wrapper {
    align-items: flex-end;
    height: 258px;
    display: flex;
}

.event-timeline-container .body-div .timeline-block .upper .profile-card-box-wrapper {
    align-items: flex-start;
    height: 258px;
    display: flex;
}

.event-timeline-container .body-div .timeline-block .upper .event-box .profile-card+.vertical-rule {
    left: 13%;
    bottom: -17px;
    height: calc(100% - 50%);
}

.event-timeline-container .body-div .timeline-block .upper .profile-card-box-wrapper+.vertical-rule {
    left: 20%;
    bottom: -17px;
    height: calc(100% - 55%);
}

.event-timeline-container .body-div .timeline-block .lower .event-box .profile-card+.vertical-rule {
    left: 13%;
    top: -18px;
    height: calc(100% - 60%);
}

.event-timeline-container .body-div .timeline-block .lower .profile-card-box-wrapper+.vertical-rule {
    left: 20%;
    top: -18px;
    height: calc(100% - 55%);
}

.event-timeline-container .body-div .timeline-block .event-box {
    position: relative;
}

.event-timeline-container .vertical-rule {
    position: absolute;
    width: 2px;
    border: none;
    background-color: #ddd;
}

.event-timeline-container .watermark-mec {
    width: 100%;
    height: 117px;
    position: absolute;
    font-size: 113.45px;
    letter-spacing: -0.06em;
    line-height: 127px;
    font-weight: 900;
    font-family: SatoshiBlack;
    color: #e5e5e5;
    text-align: center;
    bottom: 115px;
}

/* .mec-close-menu {
    display: none;
} */

.mec-our-mentors-cards-scroll {
    overflow: scroll;
}

/* .header-container-links {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
} */

.program-body .mec-header-inner-block {
    background-color: #DA694F;
}

.mec-mobile-menu-container {
    display: none;
}

.footer-container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 90px 0;
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: flex-start;
}

.footer-logo img {
    width: 209px;
    height: 109px;
    object-fit: contain;
}

.footer-links {
    display: flex;
    gap: 70px;
}

.footer-column {
    min-width: 230px;
    font-family: SatoshiRegular;
    font-size: 20px;
    line-height: 156.8%;
    color: #2f2f2f;
    text-align: left;
}

.footer-column b,
.footer-column a {
    font-size: 14px;
}

.footer-column ul {
    list-style: none;
    padding-left: 0;
}

.footer-column li {
    margin-bottom: 30px;
}

.know-us-container {
    margin: auto;
    padding: 32px 24px;
}

.know-us-container .container {
    display: flex;
    justify-content: space-between;
}

.know-us-container .container .card {
    max-width: 300px;
}

.know-us-container .container .card h3 {
    min-width: 240px;
    font-size: 22px;
    font-family: SatoshiBold;
    color: #2b2b2b;
    text-align: left;
    margin-bottom: 20px;
}

.know-us-container .container .card p {
    width: 215px;
    font-size: 18px;
    font-family: SatoshiRegular;
    color: #4c4c4c;
    text-align: left;
    line-height: 150%;
}

.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 1200;
    align-items: center;
    justify-content: center;
}

.video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
}

.video-modal-content {
    position: relative;
    width: min(1100px, 92%);
    max-height: 84%;
    border-radius: 22px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
    background: transparent;
}

.video-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    font-size: 28px;
    line-height: 1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
    background: #000;
}

.video-wrapper video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.center-control {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.center-control .icon-pause {
    display: none;
}

.center-control.playing .icon-play {
    display: none;
}

.center-control.playing .icon-pause {
    display: block;
}

.center-control svg {
    fill: #fff;
}

.video-modal.open {
    display: flex;
}

.video-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.video-spinner::after {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid rgba(125, 93, 205, 0.15);
    border-top-color: rgba(125, 93, 205, 0.85);
    animation: spin 0.9s linear infinite;
}

.footer-logo .footer-anna-university {
    height: 85px;
    width: 85px;
    margin-top: 15px;
}

.footer-links img {
    height: 85px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.video-spinner.visible {
    display: flex;
}

.center-control.hidden {
    display: none !important;
}

.video-center-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.12s linear;
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
}

.video-center-control img {
    height: 100px;
    pointer-events: none;
}

.video-center-control.hidden {
    opacity: 0;
    pointer-events: none;
}

.mec-carrer-answers {
    display: none;
    padding: 0px 12px;
    margin-bottom: 16px;
}

.mec-banner-mobile {
    display: none;
}

.mec-carrer-answers p {
    font-size: 15px;
    width: 100%;
    color: #000;
    display: inline;
}

.contact-us-page .book-a-call-container {
    margin-top: 60px;
}

.contact-us-page .book-a-call-container .head-div {
    display: none;
}

.mec-voice-of-content h2 {
    font-family: 'SatoshiBold';
    color: #000;
    white-space: normal;
    font-size: 16px;
    margin-bottom: 12px;
}

.mec-carrer-answers ul {
    list-style: disc;
    list-style-position: inside;
}

/* .mec-header-inner-block-main {
    display: flex;
    align-items: center;
    cursor: pointer;
} */

.wa-notify {
    position: absolute;
    top: -12px;
    right: -38px;
    background-color: #FF753A;
    padding: 7px 7px;
    border-radius: 50%;
    display: block;
}

.mec-whatsapp {
    position: fixed;
    bottom: 67px;
    right: 67px;
    z-index: 5;
    transition: bottom .2s;
}

.mec-voice-right-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mec-voice-right-box img {
    width: 20px;
}



.mec-video-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
    transition: opacity 0.3s ease;
}

.mec-video-prev {
    left: -24px;
    transform: translateY(-50%) rotate(180deg);
}

.mec-video-next {
    right: -24px;
    transform: translateY(-50%) rotate(0deg);
}

.mec-video-arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.mec-video-arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.campus-student {
    width: 100%;
}

.glass-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 56px;
    width: 56px;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
    animation: expandBtn 4s ease-in-out infinite;
    cursor: pointer;
}

.btn-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;

    padding-left: 26px;
    padding-right: 20px;

    opacity: 0;
    transform: translateX(-15px);

    animation: showText 4s ease-in-out infinite;
}

.play-circle {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);

    width: 42px;
    height: 42px;
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.25);

    display: flex;
    align-items: center;
    justify-content: center;

    animation: slideCircle 4s ease-in-out infinite;
}

@keyframes expandBtn {
    0% {
        width: 56px;
    }

    30% {
        width: 200px;
    }

    70% {
        width: 200px;
    }

    100% {
        width: 56px;
    }
}

@keyframes showText {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }

    30% {
        opacity: 1;
        transform: translateX(0);
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(-15px);
    }
}

@keyframes slideCircle {
    0% {
        left: 8px;
    }

    30% {
        left: calc(100% - 50px);
    }

    70% {
        left: calc(100% - 50px);
    }

    100% {
        left: 8px;
    }
}

.play-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-arrow {
    width: 26px;
    height: 26px;
}

.custom-arrow polygon {
    fill: #fff;
    stroke-width: 6;
    stroke-linejoin: round;
}

.glass-circles {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -45px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 2;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.play-btns {
    width: 16px;
    height: 16px;
    border-right: 3px solid #2B2B2B;
    border-top: 3px solid #2B2B2B;
}

.glass-prev {
    left: -30px;
    right: auto;
    transform: rotate(-138deg);
}

.glass-next {
    right: -30px;
    left: auto;
    transform: rotate(38deg);
}

.section-sub-intro {
    font-family: 'SatoshiMedium';
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

.program-journey-headers h2 {
    font-family: 'SatoshiBlack';
    /* font-size: 40px; */
    /* color: #2B2B2B; */
    color: #000;
    margin-bottom: 28px;
    letter-spacing: -1.5px;
    text-align: center;
}

.program-journey-headers h2 {
    font-size: 22px;
}

.program-journey-headers p {
    color: #000;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.6;
    margin-bottom: 60px;
    font-size: 18px;
    text-align: center;
}

@media only screen and (max-width: 1920px) and (min-width:1600px) {
    :root {
        --h2fontsize: 48px;
        --commonmaxwidth: 1344px;
        --descfontsize: 24px;
    }

    /* .mec-header-inner-block h3 b {
        font-size: 25.3px;
        letter-spacing: 0.01em;
    }

    .mec-header-inner-block h3 {
        font-size: 24px;
        letter-spacing: 0.05em;
    }

    .header-logo {
        height: 38px;
    }

    .mec-header-main-menu ul {
        font-size: 21.33px;
        letter-spacing: 0.01em;
        margin: 27px 0px 15px 0px;
        gap: 60px;
    }

    .mec-header-main-menu ul .active {
        height: 31.3px;
        border-radius: 9.33px;
        padding: 0px 14px;
    }

    .mec-header-main-menu .mec-hr {
        max-width: 1350px;
    } */

    .mec-first-container {
        left: 30%;
        top: 15px;
    }

    .mec-counselling-code-text h3 {
        font-size: 21.33px;
        letter-spacing: 0.02em;
        margin: 0px 0px 7px 13px;
    }

    .mec-counselling-code-text h4 {
        font-size: 32px;
        letter-spacing: 0.02em;
        margin: 3px 0 0 60px;
    }

    .mec-counselling-code {
        width: 168px;
        border-radius: 16px;
    }

    .mec-sun-icon {
        top: 21%;
        left: 65%;
        width: 66px;
    }

    .mec-snake-icon {
        bottom: 60%;
        left: 26.7%;
        max-width: 454px;
    }

    .mec-first-para {
        max-width: 758.7px;
        font-size: 24px;
    }

    .mec-banner-image {
        max-width: 1344px;
        height: 302px;
    }

    .mec-banner-innerbox {
        max-width: 340px;
        height: 223px;
        top: 70.5%;
        right: 65.5%;
    }

    .mec-museum-image {
        max-width: 697px;
    }

    .mec-banner-student-image {
        left: 64%;
        max-width: 413px;
    }

    .mec-baddays-image {
        right: 10%;
        max-width: 188px;
    }

    .mec-innerbox-text {
        font-size: 29.33px;
        width: 173px
    }

    .mec-banner-empty {
        height: 69.3px;
        border-radius: 21.33px;
    }

    .mec-play-icon {
        height: 79.7px;
        top: 50%;
    }

    .mec-awsome-image {
        height: 213.2px;
        left: 10%;
        bottom: 23%;
    }

    .mec-why-choose-main p {
        width: 404px;
        font-size: 24px;
        color: #4c4c4c;
    }

    .mec-pause-button {
        width: 146px;
    }

    .mec-our-mentors {
        margin-bottom: 150px;
    }

    .mec-our-mentors h2 {
        font-size: 48px;
        color: #2b2b2b;
        margin-bottom: 18px;
    }

    .mec-our-mentors-para {
        max-width: 794.7px;
        font-size: 29.33px;
        margin: auto auto 77px;
    }

    .mec-our-mentors-card {
        height: 613px;
        max-width: 421px;
        margin-right: 30px;
    }

    .our-mentor-one {
        width: 420px;
    }

    .mec-our-mentors-name {
        padding: 26px 0px 0px 27px;
    }

    .mec-our-mentors-name h3 {
        font-size: 31.94px;
        color: #2b2b2b;
        margin-bottom: 6px;
    }

    .mec-our-mentors-name p {
        font-size: 24.57px;
        margin-bottom: 27px;
    }

    .mec-our-mentors-name h4 {
        font-size: 27.47px;
    }

    .mec-our-mentors button {
        max-width: 368px;
        height: 69px;
        font-size: 30.67px;
        border-radius: 32px;
    }

    .mec-career-right-video {
        max-width: 815px;
        height: 650px;
    }

    .mec-student-stories-right-pause-button {
        width: 96px;
    }

    .mec-voice-button {
        width: 194px;
        height: 58px;
        border-radius: 32px;
        padding: 12px 0px 9px 21px;
    }

    .mec-voice-button-arrow-background {
        width: 48px;
        height: 48px;
    }

    .mec-voice-button p {
        font-size: 26.67px;
    }

    .mec-voice-button-arrow-background img {
        width: 46px;
    }

    .mec-voice-of-community-card {
        border-radius: 47.92px;
    }

    .book-a-call-container .body-div .right .form-div .form label {
        font-size: 22.03px;
        margin-bottom: 14px;
    }

    .book-a-call-container .body-div .right .form-div .form .intro-section>label {
        font-size: 22.03px;
        margin-bottom: 28px;
    }

    .footer-container {
        max-width: 1344px;
        padding: 120px 0;
        gap: 150px;
    }

    .footer-logo img {
        width: 270px;
        height: 145px;
    }

    .footer-column {
        min-width: 300px;
        font-size: 26.67px;
        line-height: 156.8%;
    }

    .footer-links {
        gap: 100px;
    }

    .know-us-container .container .card h3 {
        font-size: 30px;
    }

    .know-us-container .container .card p {
        width: 250px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 1700px) {
    .mec-sun-icon {
        left: 67%;
    }

    .mec-snake-icon {
        left: 24.7%;
    }
}

@media only screen and (max-width: 1500px) {
    .mec-sun-icon {
        left: 66.5%;
    }

    .mec-snake-icon {
        left: 26.7%;
        max-width: 322px;
    }

    .mec-banner-innerbox {
        right: 65.5%;
    }

    .mec-awsome-image {
        left: 11%;
    }

    .mec-banner-student-image {
        left: 63%;
    }

    .mec-baddays-image {
        right: 11.5%;
    }

    .mec-our-mentors-cards-main {
        max-width: 1008px;
    }

    .mec-first-container {
        left: 28%;
    }
}

@media only screen and (max-width: 1440px) {
    /* .mec-header-main-menu .mec-hr {
        max-width: 1008px;
        height: 1px;
        background: #DCDCDC;
    } */

    .mec-first-container {
        left: 28%;
    }

    .mec-sun-icon {
        top: 19%;
        left: 67%;
    }

    .mec-snake-icon {
        left: 25.6%;
        max-width: 345px;
        bottom: 61%;
    }

    .mec-awsome-image {
        height: 151.2px;
        left: 15%;
        bottom: 22%;
    }

    .mec-baddays-image {
        right: 12.5%;
    }

    .mec-banner-innerbox {
        height: 167.5px;
        max-width: 255px;
        top: 71.5%;
        right: 62.5%;
    }

    .mec-museum-image {
        left: 46%;
        max-width: 500px;
    }

    .mec-banner-student-image {
        left: 63%;
        max-width: 282px;
    }

    .mec-banner-image {
        max-width: 945px;
        height: 230px;
    }

    .mec-our-mentors-cards-main {
        max-width: 1008px;
    }
}

@media only screen and (max-width: 1370px) {
    :root {
        --h2fontsize: 34px;
        --commonmaxwidth: 945px;
        --descfontsize: 18px;
    }

    .mec-sun-icon {
        left: 68%;
    }

    .mec-snake-icon {
        left: 24.6%;
    }

    .mec-baddays-image {
        right: 11.5%;
    }

    .mec-student-video-image {
        width: 100%;
    }
}

@media only screen and (max-width: 1300px) and (max-height:600px) {
    :root {
        --h2fontsize: 30px;
        --commonmaxwidth: 945px;
        --descfontsize: 16px;
    }

    .mec-sun-icon {
        left: 69%;
        top: 20%;
    }

    .mec-snake-icon {
        left: 22.6%;
        bottom: 59%;
    }

    .mec-banner-image {
        max-width: 900px;
        height: 200px;
    }
}

@media only screen and (max-width: 1300px) and (min-width:1031px) {
    :root {
        --h2fontsize: 30px;
        --commonmaxwidth: 945px;
        --descfontsize: 16px;
    }

    .mec-sun-icon {
        left: 69%;
        top: 20%;
    }

    .mec-snake-icon {
        left: 22.6%;
        bottom: 59%;
    }

    .mec-banner-image {
        max-width: 900px;
        height: 200px;
    }

    .mec-first-para {
        max-width: 516px;
        font-size: 18px;
        margin-bottom: 38px;
        margin-top: 55px;
    }

    .mec-awsome-image {
        height: 140.2px;
        left: 13%;
        bottom: 21%;
    }

    .mec-museum-image {
        left: 45%;
        max-width: 476px;
    }

    .mec-banner-student-image {
        left: 64%;
        max-width: 265px;
    }

    .mec-baddays-image {
        right: 11.5%;
        max-width: 120px;
    }

    .mec-banner-innerbox {
        height: 150.5px;
        max-width: 230px;
        top: 73.5%;
        right: 64.5%;
    }

    .mec-banner-empty {
        width: 85%;
        border-radius: 20px;
        height: 47px;
        top: 10%;
        right: 8%;
    }

    .mec-innerbox-text {
        width: 122px;
        font-size: 18px;
        top: 55%;
        right: 36%;
    }

    .mec-play-icon {
        max-width: 100px;
        height: 50.7px;
        top: 51%;
        right: 0%;
    }

    .mec-our-mentors h2 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .mec-our-mentors-para {
        font-size: 20px;
        margin: auto auto 38px;
    }

    .mec-pause-button {
        width: 95px;
    }

    .mec-our-mentors-card {
        height: 420.8px;
        max-width: 300px;
        margin-right: 16px;
        background-size: 298px;
    }

    .our-mentor-one {
        width: 298px;
    }

    .mec-mentor-video {
        max-width: 300px;
        height: 279px;
    }

    .mec-our-mentors-name {
        padding: 15px 0px 0px 23px;
    }

    .mec-our-mentors-name h3 {
        font-size: 20.96px;
    }

    .mec-our-mentors-name p {
        font-size: 15.43px;
        margin-bottom: 15px;
    }

    .mec-our-mentors-name h4 {
        font-size: 17.6px;
    }

    .our-mentor-two,
    .our-mentor-three {
        width: 280px;
        height: 279px;
    }

    .mec-our-mentors button {
        height: 45px;
        font-size: 20px;
        max-width: 240px;
    }

    .mec-career-right-video {
        max-width: 484px;
        height: 466px;
        margin-top: 60px;
    }

    .mec-career-pause-button {
        width: 98px;
    }

    .mec-voice-button {
        height: 39px;
        width: 135px;
        padding: 8px 0px 10px 21px;
    }

    .mec-voice-button p {
        font-size: 17px;
    }

    .mec-voice-button-arrow-background {
        width: 32px;
        height: 32px;
        left: 73%;
    }

    .mec-voice-button-arrow-background img {
        width: 34px;
        padding: 6px;
    }

    .mec-voice-left img {
        width: 55px;
    }

    .mec-voice-right {
        margin-left: 10px;
    }

    .mec-voice-right h3 {
        font-size: 18.21px;
    }

    .mec-voice-right h4 {
        font-size: 13.72px;
    }

    .book-a-call-container .body-div .right .form-div .form .form-group {
        margin-bottom: 18px;
    }

    .book-a-call-container .body-div .right .form-div .form label {
        margin-bottom: 7px;
        font-size: 14.52px;
    }

    .book-a-call-container .body-div .right .form-div .form input[type="text"],
    .book-a-call-container .body-div .right .form-div .form input[type="email"],
    .book-a-call-container .body-div .right .form-div .form input[type="tel"] {
        padding: 12px 15px;
    }

    .book-a-call-container .body-div .right .form-div .form .intro-section>label {
        margin-bottom: 13px;
        font-size: 14.52px;
    }

    .book-a-call-container .body-div .right .form-div .form .checkbox-item input[type="radio"] {
        width: 16px;
        height: 16px;
    }

    .mec-our-mentors-cards-main {
        max-width: 908px;
    }

    .footer-container {
        max-width: 900px;
    }

    .footer-logo img {
        width: 180px;
        height: 90px;
    }

    .footer-links {
        gap: 20px;
    }

    .footer-column {
        min-width: 225px;
        font-size: 18px;
    }

    .footer-column li {
        margin-bottom: 25px;
    }

    .know-us-container .container .card p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1030px) {
    :root {
        --h2fontsize: 32px;
        --commonmaxwidth: 780px;
        --descfontsize: 16px;
    }

    /* .mec-header-inner-block {
        padding: 14px;
    }

    .mec-header-inner-block h3 {
        font-size: 18px;
    }

    .mec-header-main-menu li {
        font-size: 14px;
    }

    .mec-header-main-menu ul {
        gap: 36px;
    }

    .mec-header-main-menu ul .active {
        padding: 4px 14px;
    }

    .mec-header-main-menu .mec-hr {
        max-width: 900px;
    } */

    .mec-first-container {
        left: 32%;
    }

    .mec-counselling-code {
        width: 125px;
    }

    .mec-counselling-code-text h3 {
        font-size: 14px;
    }

    .mec-counselling-code-text h4 {
        font-size: 22px;
    }

    .mec-sun-icon {
        top: 20%;
        left: 69%;
        width: 40px;
    }

    .mec-snake-icon {
        max-width: 270px;
        bottom: 60%;
        left: 21.9%;
    }

    .mec-first-para {
        max-width: 440px;
        font-size: 15px;
        margin-bottom: 42px;
        margin-top: 30px;
    }

    .mec-banner-image {
        max-width: 780px;
        height: 170px;
    }

    .mec-banner-innerbox {
        height: 125px;
        max-width: 200px;
        top: 73.5%;
        right: 65.5%;
    }

    .mec-banner-empty {
        height: 35px;
        border-radius: 10px;
    }

    .mec-play-icon {
        height: 48.7px;
        top: 50%;
    }

    .mec-innerbox-text {
        width: unset;
        font-size: 17px;
        right: 44%;
    }

    .mec-awsome-image {
        height: 138.2px;
        bottom: 20%;
        left: 7%;
    }

    .mec-museum-image {
        left: 46%;
        width: 100%;
        max-width: 411px;
    }

    .mec-banner-student-image {
        left: 65%;
        width: 100%;
        max-width: 230px;
    }

    .mec-baddays-image {
        max-width: 110px;
        right: 7.5%;
    }

    .mec-why-choose-main h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .mec-pause-button {
        width: 95px;
    }

    .mec-our-mentors h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .mec-our-mentors-para {
        max-width: 545px;
        font-size: 18px;
    }

    .mec-our-mentors-card {
        height: 394.8px;
        max-width: 270px;
        margin-right: 18px;
    }

    .our-mentor-one {
        width: 268px;
    }

    .mec-mentor-video {
        max-width: 268px;
        height: 250px;
    }

    .our-mentor-pause-button {
        width: 60px;
    }

    .mec-our-mentors-name {
        padding: 15px 0px 0px 20px;
    }

    .mec-our-mentors-name h3 {
        font-size: 20.96px;
    }

    .mec-our-mentors-name p {
        font-size: 16.43px;
    }

    .mec-our-mentors-name h4 {
        font-size: 18.6px;
    }

    .mec-our-mentors button {
        height: 44px;
        font-size: 20px;
        max-width: 250px;
    }

    .mec-career-right-video {
        max-width: 457px;
        height: 443px;
    }

    .mec-career-pause-button {
        width: 93px;
    }

    .mec-voice-button {
        height: 39px;
        width: 135px;
        padding: 8px 0px 10px 21px;
    }

    .mec-voice-button p {
        font-size: 17px;
    }

    .mec-voice-button-arrow-background {
        width: 32px;
        height: 32px;
        left: 73%;
    }

    .mec-voice-button-arrow-background img {
        width: 34px;
        padding: 6px;
    }

    .mec-voice-left img {
        width: 55px;
    }

    .mec-voice-right {
        margin-left: 10px;
    }

    .mec-voice-right h3 {
        font-size: 18.21px;
    }

    .mec-voice-right h4 {
        font-size: 13.72px;
    }

    .book-a-call-container .body-div .right .form-div .form .form-group {
        margin-bottom: 18px;
    }

    .book-a-call-container .body-div .right .form-div .form label {
        margin-bottom: 7px;
        font-size: 14.52px;
    }

    .book-a-call-container .body-div .right .form-div .form input[type="text"],
    .book-a-call-container .body-div .right .form-div .form input[type="email"],
    .book-a-call-container .body-div .right .form-div .form input[type="tel"] {
        padding: 12px 15px;
    }

    .book-a-call-container .body-div .right .form-div .form .intro-section>label {
        margin-bottom: 13px;
        font-size: 14.52px;
    }

    .book-a-call-container .body-div .right .form-div .form .checkbox-item input[type="radio"] {
        width: 16px;
        height: 16px;
    }

    .mec-our-mentors-cards-main {
        max-width: 765px;
    }

    .footer-logo img {
        width: 170px;
        height: 85px;
    }

    .footer-container {
        max-width: 850px;
        gap: 60px;
    }

    .footer-column {
        min-width: 165px;
        font-size: 15px;
    }

    .footer-column li {
        margin-bottom: 25px;
    }

    .know-us-container .container .card h3 {
        font-size: 20px;
    }

    .know-us-container .container .card p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 820px) {
    :root {
        --h2fontsize: 25px;
        --commonmaxwidth: 723px;
        --descfontsize: 14px;
    }

    /* .mec-header-inner-block h3 {
        font-size: 16px;
    }

    .mec-header-main-menu ul .active {
        padding: 2px 14px;
        height: 24px;
    }

    .mec-header-main-menu ul {
        gap: 25px;
        padding: unset;
    }

    .mec-header-main-menu li {
        font-size: 15px;
    }

    .mec-header-main-menu .mec-hr {
        max-width: 720px;
    } */

    .mec-snake-icon {
        max-width: 271px;
        left: 19%;
        bottom: 59%;
    }

    .mec-sun-icon {
        top: 21%;
        left: 71%;
    }

    .mec-first-para {
        max-width: 368px;
        font-size: 12.92px;
        margin-bottom: 39px;
        margin-top: 22px;
    }

    .mec-banner-image {
        max-width: 723px;
    }

    .mec-awsome-image {
        height: 130.2px;
        bottom: 20%;
        left: 2%;
    }

    .mec-banner-innerbox {
        height: 120px;
        max-width: 183px;
        top: 73%;
        right: 68%;
    }

    .mec-banner-student-image {
        left: 65%;
    }

    .mec-baddays-image {
        right: 2%;
        max-width: 106px;
    }

    .mec-pause-button {
        width: 78px;
    }

    .mec-our-mentors h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .mec-our-mentors-para {
        max-width: 428px;
        font-size: 15px;
        margin: auto auto 42px;
    }

    .mec-our-mentors-cards-main {
        margin-bottom: 24px;
        margin-left: 50px;
    }

    .mec-our-mentors-card {
        height: 330px;
        max-width: 230px;
        margin-right: 16px;
        background-size: 229px;
    }

    .our-mentor-one {
        width: 229px;
    }

    .our-mentor-pause-button {
        width: 48px;
        top: 27%;
        right: 37%;
    }

    .mec-our-mentors-name {
        padding: 14px 0px 0px 19px;
    }

    .mec-our-mentors-name h3 {
        font-size: 17.96px;
        margin-bottom: 3px;
    }

    .mec-our-mentors-name p {
        font-size: 13.43px;
        margin-bottom: 14px;
    }

    .mec-our-mentors-name h4 {
        font-size: 14.6px;
    }

    .mec-career-right-video {
        max-width: 418px;
        height: 404px;
        margin-top: 42px;
    }

    .mec-mentor-video {
        max-width: 229px;
        height: 215px;
        border-radius: 12.51px;
    }

    .our-mentor-two {
        width: 182px;
        padding-top: 10px;
        height: 213px;
        margin-left: 22px;
    }

    .our-mentor-three {
        width: 182px;
        padding-top: 10px;
        height: 215px;
        margin-left: 22px;
    }

    .mec-our-mentors button {
        height: 37px;
        font-size: 16px;
        max-width: 200px;
    }

    .mec-career-pause-button {
        width: 78px;
    }

    .mec-student-video-image {
        width: 100%;
    }

    .book-a-call-container .body-div .right .form-div .form .form-group {
        margin-bottom: 15px;
    }

    .book-a-call-container .body-div .right .form-div .form label {
        margin-bottom: 7px;
        font-size: 11.83px;
    }

    .book-a-call-container .body-div .right .form-div .form input[type="text"],
    .book-a-call-container .body-div .right .form-div .form input[type="tel"] {
        padding: 10px 18px;
    }

    .book-a-call-container .body-div .right .form-div .form .intro-section>label {
        font-size: 11.83px;
    }

    .book-a-call-container .body-div .right .form-div .form .checkbox-item input[type="radio"] {
        width: 13px;
        height: 13px;
    }

    .book-a-call-container .body-div .right .form-div .form .combined-row .country-codes {
        width: 22%;
    }

    .book-a-call-container .body-div .right .form-div .form .combined-row .mobilenumber {
        width: 60%;
    }

    .error-message {
        font-size: 8px;
        left: 25px;
    }

    .mec-student-stories-left-video-container {
        width: 100%;
        max-width: 667px;
        height: 513px;
    }

    .mec-voice-button {
        height: 28px;
        background-color: #2b2b2b;
        width: 93px;
        padding: 7px 0px 10px 14px;
        top: 7%;
    }

    .mec-voice-button p {
        font-size: 12px;
    }

    .mec-voice-button-arrow-background {
        width: 23px;
        height: 23px;
    }

    .mec-voice-button-arrow-background img {
        width: 15px;
        padding: 0px;
        margin: 4px 0 0 3px;
    }

    .mec-voice-left img {
        max-width: 42px;
    }

    .mec-voice-right {
        margin-left: 10px;
    }

    .mec-voice-right h3 {
        font-size: 20px;
    }

    .mec-voice-right h4 {
        font-size: 18px;
    }

    .footer-container {
        max-width: 680px;
    }

    .footer-logo img {
        width: 145px;
        height: 80px;
    }

    .footer-links {
        gap: 30px;
    }

    .footer-column {
        min-width: 155px;
        font-size: 14px;
    }

    .footer-column li {
        margin-bottom: 20px;
    }

    .know-us-container .container .card h3 {
        font-size: 18px;
    }

    .know-us-container .container .card p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 640px) {
    :root {
        --h2fontsize: 36px;
        --commonmaxwidth: 537px;
        --descfontsize: 20px;
    }

    /* .mec-head-menu {
        display: block;
        height: 18.77px;
        position: relative;
        margin-right: 0px;
        position: absolute;
        right: 16px;
        top: 20px;
    } */

    /* .mec-header-main-menu ul {
        margin-top: 75px;
        flex-direction: column;
        align-items: start;
        margin-left: 30px;
    }

    .mec-close-menu {
        float: right;
        width: 100%;
        max-width: 50px;
        margin-right: 15px;
        margin-top: 10px;
        display: block;
    }

    .mec-header-main-menu li {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .mec-header-main-menu ul .active {
        background-color: unset;
        padding: 0px 0px;
    }

    .mec-header-main-menu .mec-hr {
        display: none;
    } */

    .header-container-links {
        width: 300px;
        position: fixed;
        top: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: .5s;
        text-align: left;
        height: 100%;
        padding-top: 10px;
        right: -430px;
        z-index: 11;
        left: auto;
    }

    .mec-first-container {
        left: -33%;
        transform: scaleX(-1);
        top: 15px;
        display: none;
    }

    .mec-counselling-code {
        width: 140px;
    }

    .mec-counselling-code-text h3 {
        transform: scaleX(-1);
    }

    .mec-counselling-code-text h4 {
        transform: scaleX(-1);
    }

    .mec-counselling-code-text h3 {
        font-size: 17px;
        margin: 0px 0px 7px 11px;
    }

    .mec-counselling-code-text h4 {
        font-size: 25px;
        margin: 3px 0 0 56px;
    }

    .mec-snake-icon {
        max-width: 270px;
        left: 8%;
        bottom: 86%;
    }

    .mec-sun-icon {
        top: 4%;
        left: 78%;
        width: 40px;
    }

    .mec-first-para {
        display: none;
    }

    .mec-banner-image {
        display: none;
    }

    .mec-museum-image-mobile {
        display: block;
        width: 535px;
        position: absolute;
        top: 37%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .mec-museum-image {
        display: none;
    }

    .mec-awsome-image {
        bottom: 67%;
        left: 0%;
        height: 200.2px;
    }

    .mec-banner-student-image {
        left: 15%;
        width: 100%;
        max-width: 450px;
        bottom: 0px;
    }

    .mec-baddays-image {
        right: 2%;
        bottom: 23%;
        max-width: 205px;
        height: 106px;
    }

    .mec-banner-innerbox {
        height: 200px;
        max-width: 477px;
        top: 79%;
        right: 13%;
    }

    .mec-banner-empty {
        height: 50px;
        border-radius: 25px;
        right: 4%;
        width: 92%;
    }

    .mec-innerbox-text {
        font-size: 35px;
        right: 52%;
        top: 44%;
    }

    .mec-play-icon {
        height: 95.7px;
        top: 40%;
        right: -35%;
    }

    .mec-why-choose-left {
        display: flex;
        align-items: end;
        justify-content: space-between;
        grid-template-columns: 1fr 1fr;
        padding: -1px 16px;
        margin-bottom: 35px;
    }

    .mec-why-choose-video-mobile {
        width: 100%;
        display: block;
        border-radius: 21px;
    }

    .mec-pause-button {
        width: 90px;
    }

    .mec-why-choose-right {
        display: block;
        padding: 0px 16px;
    }

    .mec-student-video-image {
        display: none;
    }

    .event-timeline-container {
        display: none;
    }

    .mec-our-mentors-cards-scroll {
        overflow: scroll;
    }

    .mec-our-mentors h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .mec-our-mentors-para {
        max-width: 435px;
        font-size: 23px;
        margin: auto auto 48px;
    }

    .mec-our-mentors-card {
        height: 485px;
        max-width: 339px;
        margin-right: 8px;
        background-size: 338px;
    }

    .our-mentor-one {
        width: 337px;
    }

    .our-mentor-pause-button {
        width: 72px;
        top: 24%;
        right: 39%;
    }

    .mec-our-mentors-name {
        padding: 21px 0px 0px 33px;
    }

    .mec-our-mentors-name h3 {
        font-size: 25.96px;
        margin-bottom: 5px;
    }

    .mec-our-mentors-name p {
        font-size: 19.43px;
        margin-bottom: 21px;
    }

    .mec-our-mentors-name h4 {
        font-size: 21.6px;
    }

    .our-mentor-two {
        width: 254px;
        padding-top: 10px;
        height: 314px;
        margin-left: 40px;
    }

    .our-mentor-three {
        width: 254px;
        padding-top: 10px;
        height: 317px;
        margin-left: 40px;
    }

    .mec-our-mentors button {
        height: 52px;
        font-size: 23px;
        max-width: 276px;
    }

    .mec-our-mentors-cards-scroll {
        overflow: scroll;
    }

    .mec-our-mentors h2 {
        font-size: 36px;
    }

    .mec-our-mentors-para {
        max-width: 582px;
        font-size: 20px;
    }

    .mec-our-mentors-card {
        height: 485px;
        max-width: 339px;
        margin-right: 8px;
        background-size: 338px;
    }

    .our-mentor-one {
        width: 337px;
    }

    .our-mentor-pause-button {
        width: 72px;
        top: 24%;
        right: 39%;
    }

    .mec-our-mentors-name {
        padding: 21px 0px 0px 33px;
    }

    .mec-our-mentors-name h3 {
        font-size: 25.96px;
        margin-bottom: 5px;
    }

    .mec-our-mentors-name p {
        font-size: 19.43px;
        margin-bottom: 21px;
    }

    .mec-our-mentors-name h4 {
        font-size: 21.6px;
    }

    .our-mentor-two {
        width: 254px;
        padding-top: 10px;
        height: 314px;
        margin-left: 40px;
    }

    .our-mentor-three {
        width: 254px;
        padding-top: 10px;
        height: 317px;
        margin-left: 40px;
    }

    .mec-our-mentors-cards-main {
        margin-bottom: 48px;
        margin-left: 50px;
    }

    .mec-our-mentors button {
        height: 52px;
        font-size: 23px;
        max-width: 276px;
    }

    .mec-career-right-video {
        max-width: 537px;
        height: 475px;
        margin-top: 32px;
    }

    .mec-mentor-video {
        max-width: 337px;
        height: 317px;
        border-radius: 12.51px;
    }

    .mec-student-stories-main {
        overflow: scroll;
    }

    .mec-student-stories-right-pause-button {
        width: 76px;
    }

    .mec-voice-of-community-card {
        border-radius: 35.94px;
        flex: 0 0 340px;
    }

    .mec-voice-of-content {
        padding: 40px 35px 20px;
    }

    .mec-voice-left img {
        max-width: 75px;
    }

    .mec-voice-right {
        margin-left: 15px;
    }

    .mec-voice-right h3 {
        font-size: 22.21px;
    }

    .mec-voice-right h4 {
        font-size: 17.72px;
    }

    .mec-voice-button {
        height: 35px;
        background-color: unset;
        width: 131px;
        padding: 6px 0px 10px 14px;
        top: 91%;
    }

    .mec-voice-button p {
        font-size: 21px;
        color: black;
    }

    .mec-voice-button-arrow-background {
        background-color: unset;
    }

    .mec-voice-button-arrow-background img {
        margin: 0px 0 0 8px;
        width: 27px;
    }

    .mec-student-video-image-mobile {
        display: block;
        width: 100%;
        border-radius: 40px;
    }

    .mec-student-video-image {
        display: none;
    }

    .book-a-call-container .head-div hr {
        display: none;
    }

    .book-a-call-container .head-div p {
        display: none;
    }

    .book-a-call-container .body-div .right .form-div .form .form-row {
        display: block;
    }

    .book-a-call-container .body-div .right .form-div .form label {
        font-size: 18px;
    }

    .book-a-call-container .body-div .right .form-div .form .intro-section>label {
        font-size: 18px;
    }

    .book-a-call-container .body-div .right .form-div .form .combined-row .mobilenumber {
        width: 100%;
    }

    .mec-mobile-menu-container {
        background-color: #EBEBEB;
        width: 100%;
        height: auto;
        display: flex;
        padding: 7px;
    }

    .mec-mobile-menu-container p {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #4F4F4F;
        letter-spacing: 0.02em;
    }

    .mec-mobile-menu-container b {
        font-size: 21px;
        letter-spacing: 0.02em;
        font-family: SatoshiBlack;
    }

    footer {
        background: none;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
        gap: 0;
    }

    .footer-container .footer-logo {
        padding-bottom: 25px;
    }

    .footer-links {
        background: #ececec;
        border-radius: 24px;
        padding: 32px;
        flex-direction: row;
        gap: 30px;
        flex-wrap: wrap;
        margin: 0px 8px 8px;
    }

    .footer-column {
        min-width: 190px;
    }

    .footer-logo img {
        width: 158px;
        height: 83px;
    }

    .know-us-container .container {
        flex-direction: column;
        gap: 30px;
    }

    .know-us-container .container .card h3 {
        font-size: 24px;
    }

    .know-us-container .container .card p {
        font-size: 20px;
    }

    .know-us-container .container .card {
        max-width: 225px;
    }

    .mec-banner-innerbox {
        display: none;
    }

    .mec-banner-mobile {
        display: block;
        height: 800px;
    }

    .mec-banner-mobile img {
        z-index: 1;
    }

    .mec-banner-mobile-video {
        width: 100%;
        height: 800px;
        max-width: 535px;
        border-radius: 30px;
        margin: auto;
    }

    .program-body .header-container-links {
        left: unset;
        right: -100%;
        position: fixed;
    }

    .events-body .header-container-links {
        left: unset;
        right: -100%;
        position: fixed;
        z-index: 11;
    }

    /* .mec-header-inner-block {
        justify-content: space-between;
    } */

    .mec-student-stories-left {
        width: unset;
    }

    .mec-student-video-container {
        width: unset;
    }

    .mec-student-stories-right {
        width: unset;
    }
}

@media only screen and (max-width: 500px) {
    :root {
        --h2fontsize: 32px;
        --commonmaxwidth: 420px;
        --descfontsize: 18px;
    }

    .mec-first-container {
        left: -29%;
        top: 20px;
    }

    .mec-counselling-code {
        width: 120px;
    }

    .mec-counselling-code-text h3 {
        font-size: 15px;
        margin: 0px 0px 7px 11px;
    }

    .mec-counselling-code-text h4 {
        font-size: 21px;
        margin: 3px 0 0 49px;
    }

    .mec-sun-icon {
        top: 4%;
        left: 80%;
        width: 36px;
    }

    .mec-snake-icon {
        max-width: 220px;
        left: 6%;
        bottom: 85%;
    }

    .mec-museum-image-mobile {
        width: 420px;
        top: 40%;
    }

    .mec-banner-student-image {
        left: 15%;
        width: 100%;
        max-width: 350px;
    }

    .mec-banner-innerbox {
        height: 176px;
        max-width: 385px;
        top: 80%;
        right: 11%;
    }

    .mec-banner-empty {
        height: 45px;
        border-radius: 15px;
    }

    .mec-innerbox-text {
        font-size: 28px;
    }

    .mec-play-icon {
        height: 74.7px;
        top: 44%;
    }

    .mec-baddays-image {
        right: 3%;
        bottom: 21%;
        max-width: 150px;
        height: 75px;
    }

    .mec-awsome-image {
        bottom: 63%;
        height: 165.2px;
    }

    .mec-our-mentors h2 {
        font-size: 32px;
        margin-bottom: 13px;
    }

    .mec-our-mentors-para {
        max-width: 370px;
        font-size: 18px;
        margin: auto auto 35px;
    }

    .mec-our-mentors-card {
        height: 430px;
        max-width: 300px;
        margin-right: 8px;
    }

    .our-mentor-one {
        width: 298px;
    }

    .mec-mentor-video {
        max-width: 298px;
        height: 278px;
    }

    .our-mentor-pause-button {
        width: 67px;
    }

    .mec-our-mentors-name {
        padding: 13px 0px 0px 20px;
    }

    .mec-our-mentors-name h3 {
        font-size: 22.96px;
    }

    .mec-our-mentors-name p {
        font-size: 17.43px;
    }

    .mec-our-mentors-name h4 {
        font-size: 18.6px;
    }

    .mec-career-right-video {
        max-width: 430px;
        height: 417px;
        margin-top: 25px;
        margin-left: 0px;
    }

    .mec-voice-of-community-card {
        border-radius: 27.94px;
    }

    .mec-voice-left img {
        max-width: 65px;
    }

    .mec-voice-right h3 {
        font-size: 20px;
    }

    .mec-voice-right h4 {
        font-size: 15px;
    }

    .book-a-call-container .body-div .right .form-div .form .combined-row .country-codes {
        width: 22%;
    }

    .mec-our-mentors-cards-main {
        margin-left: 42px;
    }

    .footer-links {
        padding: 24px;
        gap: 20px;
    }

    .footer-column {
        min-width: 160px;
    }

    .know-us-container .container .card {
        max-width: 185px;
    }

    .know-us-container .container .card h3 {
        font-size: 21px;
    }

    .know-us-container .container .card p {
        font-size: 17px;
    }

    .mec-banner-mobile {
        height: 628px;
    }

    .mec-banner-mobile-video {
        height: 628px;
        max-width: 420px;
    }

    .mec-student-stores-video {
        border-radius: 25px;
    }
}

@media only screen and (max-width: 435px) {
    :root {
        --h2fontsize: 28px;
        --commonmaxwidth: 380px;
        --descfontsize: 16px;
    }

    /* .mec-header-inner-block h3 {
        font-size: 14px;
    }

    .mec-header-inner-block h3 b {
        font-size: 17px;
    } */

    .mec-counselling-code {
        width: 105px;
    }

    .mec-counselling-code-text h3 {
        font-size: 12px;
    }

    .mec-counselling-code-text h4 {
        font-size: 18px;
        margin: 3px 0 0 43px;
    }

    .mec-sun-icon {
        top: 5%;
        width: 32px;
    }

    .mec-snake-icon {
        max-width: 198px;
        left: 5%;
        bottom: 84%;
    }

    .mec-awsome-image {
        bottom: 61%;
        height: 138.2px;
    }

    .mec-mobile-menu-container p {
        font-size: 14px;
    }

    .mec-mobile-menu-container b {
        font-size: 18px;
    }

    .mec-museum-image-mobile {
        width: 355px;
        top: 44%;
    }

    .mec-banner-student-image {
        left: 21%;
        max-width: 265px;
    }

    .mec-baddays-image {
        right: 3%;
        bottom: 21%;
        max-width: 130px;
        height: 65px;
    }

    .mec-banner-innerbox {
        height: 140px;
        max-width: 326px;
        top: 80%;
        right: 12%;
    }

    .mec-banner-empty {
        height: 39px;
        border-radius: 12px;
    }

    .mec-innerbox-text {
        font-size: 23px;
    }

    .mec-play-icon {
        height: 54.7px;
        top: 44%;
    }

    .mec-our-mentors h2 {
        font-size: 28px;
    }

    .mec-our-mentors-para {
        max-width: 325px;
        font-size: 16px;
    }

    .mec-our-mentors button {
        height: 40px;
        font-size: 20px;
        max-width: 254px;
    }

    .mec-our-mentors-cards-main {
        margin-bottom: 35px;
        margin-left: 38px;
    }

    .mec-our-mentors {
        margin-bottom: 70px;
        margin-top: 56px;
    }

    .mec-career-pause-button {
        width: 75px;
    }

    .mec-career-right-video {
        max-width: 365px;
        height: 354px;
    }

    .book-a-call-container .body-div .right .form-div .form .combined-row .country-codes {
        width: 35%;
    }

    .footer-links {
        gap: 15px;
    }

    .footer-column {
        min-width: 127px;
        font-size: 13px;
    }

    .mec-banner-mobile {
        height: 532px;
    }

    .mec-banner-mobile-video {
        height: 530px;
        max-width: 355px;
    }

    .glass-circles {
        width: 34px;
        height: 34px;
    }

    .glass-next {
        right: -14px;
    }

    .play-btns {
        width: 14px;
        height: 14px;
    }

    .glass-prev {
        left: -18px;
    }
}

@media only screen and (max-width: 395px) {
    :root {
        --h2fontsize: 26px;
        --commonmaxwidth: 380px;
        --descfontsize: 18px;
    }

    .mec-first-container {
        left: -29%;
        top: 20px;
    }

    /* .mec-head-menu {
        height: 17.77px;
    } */

    .mec-sun-icon {
        left: 83%;
        top: 4%;
    }

    .mec-snake-icon {
        max-width: 182px;
        left: 3%;
        bottom: 83%;
    }

    .mec-awsome-image {
        bottom: 63%;
        left: 2%;
    }

    .mec-museum-image-mobile {
        width: 316px;
        top: 45%;
    }

    .mec-banner-student-image {
        left: 22%;
        width: 100%;
        max-width: 231px;
    }

    .mec-baddays-image {
        right: 5%;
        bottom: 24%;
        max-width: 116px;
    }

    .mec-banner-innerbox {
        height: 132px;
        max-width: 288px;
        top: 78%;
        right: 13%;
    }

    .mec-innerbox-text {
        font-size: 21px;
        right: 50%;
        top: 49%;
    }

    .mec-play-icon {
        height: 48.7px;
        top: 50%;
    }

    .mec-pause-button {
        width: 90px;
    }

    .mec-our-mentors h2 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .mec-our-mentors-para {
        max-width: 346px;
        font-size: 18px;
        margin: auto auto 48px;
    }

    .mec-our-mentors-card {
        height: 485px;
        max-width: 339px;
        margin-right: 8px;
        background-size: 338px;
    }

    .our-mentor-one {
        width: 337px;
    }

    .our-mentor-pause-button {
        width: 72px;
        top: 24%;
        right: 39%;
    }

    .mec-our-mentors-name {
        padding: 21px 0px 0px 33px;
    }

    .mec-our-mentors-name h3 {
        font-size: 25.96px;
        margin-bottom: 5px;
    }

    .mec-our-mentors-name p {
        font-size: 19.43px;
        margin-bottom: 21px;
    }

    .mec-our-mentors-name h4 {
        font-size: 21.6px;
    }

    .our-mentor-two {
        width: 254px;
        padding-top: 10px;
        height: 314px;
        margin-left: 40px;
    }

    .our-mentor-three {
        width: 254px;
        padding-top: 10px;
        height: 317px;
        margin-left: 40px;
    }

    .mec-our-mentors-cards-main {
        margin-bottom: 48px;
        margin-left: 40px;
    }

    .mec-our-mentors button {
        height: 52px;
        font-size: 23px;
        max-width: 276px;
    }

    .mec-career-right-video {
        max-width: 320px;
        height: 329px;
        margin-top: 32px;
        margin-left: 28px;
    }

    .mec-career-pause-button {
        width: 64px;
    }

    .mec-student-video-image-mobile {
        display: block;
        width: 100%;
        border-radius: 30px;
    }

    .mec-student-video-image {
        display: none;
    }

    .book-a-call-container .body-div .right .form-div .form .form-row {
        display: block;
    }

    .book-a-call-container .body-div .right .form-div .form label {
        font-size: 16px;
    }

    .book-a-call-container .body-div .right .form-div .form .intro-section>label {
        font-size: 16px;
    }

    .mec-mentor-video {
        max-width: 337px;
        height: 317px;
        border-radius: 12.51px;
    }

    .mec-student-stories-right-pause-button {
        width: 76px;
    }

    .mec-voice-of-community-card {
        border-radius: 35.94px;
    }

    .mec-voice-left img {
        max-width: 66px;
    }

    .mec-voice-right {
        margin-left: 10px;
    }

    .mec-voice-right h3 {
        font-size: 20px;
    }

    .mec-voice-right h4 {
        font-size: 15px;
    }

    .mec-voice-button {
        height: 32px;
        background-color: unset;
        width: 123px;
        padding: 6px 0px 10px 14px;
        top: 92%;
    }

    .mec-voice-button p {
        font-size: 18px;
        color: black;
    }

    .mec-voice-button-arrow-background {
        background-color: unset;
    }

    .mec-voice-button-arrow-background img {
        margin: 0px 0 0 8px;
        width: 22px;
    }

    .event-timeline-container {
        padding: 50px 0;
    }

    .event-timeline-container .head-div {
        width: 287px;
    }

    .event-timeline-container .head-div h2 {
        font-size: 28px;
    }

    .event-timeline-container .head-div img {
        height: 40px;
        max-width: 262px;
        top: 102%;
        left: -12%;
    }

    .event-timeline-container .body-div .timeline-block {
        max-width: 330px;
        flex-direction: row-reverse;
        margin-top: 30%;
    }

    .event-timeline-container .body-div .timeline-block .upper,
    .event-timeline-container .body-div .timeline-block .lower {
        flex-direction: column;
        align-items: center;
        position: relative;
        gap: 0;
    }

    .event-timeline-container .body-div .timeline-block .upper .profile-card-box-wrapper {
        height: auto;
    }

    .event-timeline-container .body-div .timeline-block .profile-card {
        width: 110px;
        height: 146px;
        gap: 5px;
        align-items: flex-start;
        flex-direction: column;
    }

    .event-timeline-container .divider {
        width: 2px;
        height: 100%;
        background-color: #d9d9d9;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        border-radius: 24px;
    }

    .event-timeline-container .body-div .timeline-block .profile-card-box {
        width: 171px;
        height: 180px;
        border-radius: 19.03px;
        padding: 10px;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }

    .event-timeline-container .vertical-rule {
        width: 2px;
        height: 60px;
        background-color: #ddd;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        border: none;
    }

    .event-timeline-container .year-point {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .event-timeline-container .year-text {
        position: relative;
        top: 50px;
        left: 0;
        text-align: center;
    }

    .event-timeline-container .move-next {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }

    .event-timeline-container .move-next img {
        transform: rotate(90deg);
    }

    .event-timeline-container .watermark-mec {
        font-size: 60px;
        line-height: 70px;
        bottom: 50px;
    }

    .event-timeline-container .body-div .timeline-block .profile-card-box .left img {
        width: 147px;
        height: 72px;
        border-radius: 9px;
    }

    .event-timeline-container .body-div .timeline-block .profile-card-box .right h3 {
        font-size: 15.49px;
    }

    .event-timeline-container .body-div .timeline-block .profile-card-box .right p {
        width: 129px;
        height: 17px;
        font-size: 12.68px;
    }

    .event-timeline-container .body-div .timeline-block .profile-card-box .right .calender span {
        font-size: 11.1px;
    }

    .event-timeline-container .body-div .timeline-block .lower .profile-card {
        align-items: flex-end;
        justify-content: flex-end;
        width: 145px;
    }

    .event-timeline-container .vertical-rule {
        transform: rotate(90deg);
    }

    .event-timeline-container .body-div .timeline-block .upper .event-box .profile-card+.vertical-rule {
        left: -15%;
        top: 0;
        height: calc(100% - 90%);
    }

    .event-timeline-container .body-div .timeline-block .event-box {
        margin-top: 80px;
    }

    .event-timeline-container .body-div .timeline-block .lower .profile-card .right h3 {
        text-align: right;
    }

    .event-timeline-container .body-div .timeline-block .lower .profile-card .right p {
        text-align: right;
        width: 100%;
    }

    .event-timeline-container .body-div .timeline-block .lower .event-box {
        margin-top: 120px;
    }

    .event-timeline-container .body-div .timeline-block .lower {
        gap: 0;
    }

    .event-timeline-container .body-div .timeline-block .lower .event-box .profile-card+.vertical-rule {
        right: -67%;
        top: 30%;
        left: 50%;
        height: calc(100% - 90%);
    }

    .mec-banner-mobile {
        height: 471px;
    }

    .mec-banner-mobile-video {
        height: 471px;
        max-width: 315px;
    }

    .know-us-container .container .card p {
        font-size: 16px;
    }

    /* .mec-header-main-menu ul {
        margin-top: 57px;
        margin-left: 18px;
    }

    .mec-header-main-menu li {
        margin-bottom: 11px;
    } */

    .mec-career-left-hr {
        max-width: 310px;
    }
}

@media only screen and (max-width: 393px) and (max-height:860px) {}

@media only screen and (max-width: 380px) and (max-height:700px) {
    :root {
        --h2fontsize: 24px;
        --commonmaxwidth: 345px;
        --descfontsize: 17px;
    }

    .footer-column {
        min-width: 110px;
    }
}

@media only screen and (max-width: 360px) {
    :root {
        --h2fontsize: 22px;
        --commonmaxwidth: 335px;
        --descfontsize: 16px;
    }

    .mec-snake-icon {
        bottom: 84%;
    }

    .mec-sun-icon {
        left: 81%;
    }

    .footer-column {
        min-width: 90px;
    }

    .footer-column li {
        margin-bottom: 15px;
    }

    .know-us-container .container .card h3 {
        font-size: 19px;
    }

    .know-us-container .container .card p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 320px) {
    :root {
        --h2fontsize: 18px;
        --commonmaxwidth: 280px;
        --descfontsize: 14px;
    }

    /* .mec-header-inner-block h3 {
        font-size: 12px;
    }

    .mec-header-inner-block h3 b {
        font-size: 14px;
    } */

    .mec-first-container {
        left: -22%;
    }

    .mec-counselling-code {
        width: 105px;
    }

    .mec-counselling-code-text h3 {
        font-size: 12px;
    }

    .mec-counselling-code-text h4 {
        font-size: 17px;
        margin: 3px 0 0 45px;
    }

    .mec-snake-icon {
        max-width: 156px;
        bottom: 83%;
    }

    .mec-sun-icon {
        left: 81%;
        top: 5%;
        width: 30px;
    }

    .mec-awsome-image {
        bottom: 64%;
        left: 1%;
        height: 120.2px;
    }

    .mec-museum-image-mobile {
        width: 268px;
    }

    .mec-banner-student-image {
        left: 22%;
        max-width: 184px;
    }

    .mec-banner-innerbox {
        height: 105px;
        max-width: 229px;
        top: 77%;
        right: 14%;
        border-radius: 18px;
    }

    .mec-banner-empty {
        height: 35px;
        border-radius: 10px;
    }

    .mec-innerbox-text {
        font-size: 14px;
        right: 59%;
    }

    .mec-play-icon {
        height: 38.7px;
    }

    .mec-baddays-image {
        right: 2%;
        bottom: 24%;
        max-width: 111px;
        height: 60px;
    }

    .mec-pause-button {
        width: 60px;
    }

    .mec-our-mentors-para {
        max-width: 260px;
        font-size: 14px;
        margin: auto auto 28px;
    }

    .mec-our-mentors h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .mec-our-mentors-cards-main {
        margin-bottom: 25px;
        margin-left: 25px;
    }

    .mec-our-mentors-card {
        height: 370px;
        max-width: 250px;
        margin-right: 8px;
    }

    .our-mentor-one {
        width: 248px;
    }

    .mec-mentor-video {
        max-width: 248px;
        height: 231px;
    }

    .our-mentor-pause-button {
        width: 54px;
    }

    .mec-our-mentors-name {
        padding: 18px 0px 0px 21px;
    }

    .mec-our-mentors-name h3 {
        font-size: 20.96px;
    }

    .mec-our-mentors-name p {
        font-size: 15.43px;
    }

    .mec-our-mentors-name h4 {
        font-size: 15.6px;
    }

    .mec-our-mentors button {
        height: 40px;
        font-size: 18px;
        max-width: 239px;
    }

    .mec-our-mentors {
        margin-bottom: 70px;
    }

    .mec-career-right-video {
        max-width: 290px;
        height: 281px;
        margin-top: 16px;
        margin-left: 0px;
    }

    .mec-voice-right h3 {
        font-size: 14.21px;
    }

    .mec-voice-right h4 {
        font-size: 12.72px;
    }

    .mec-voice-left img {
        max-width: 50px;
    }

    .mec-voice-right {
        margin-left: 11px;
    }

    .book-a-call-container .body-div .right .form-div .form label {
        font-size: 14px;
    }

    .book-a-call-container .body-div .right .form-div .form .intro-section>label {
        font-size: 14px;
    }

    .header-logo {
        height: 17px;
        margin-right: 5px;
    }

    /* .mec-header-inner-block {
        padding: 8px;
    } */

    .footer-links {
        padding: 22px;
    }

    .footer-column li {
        margin-bottom: 13px;
    }

    .footer-column {
        min-width: 90px;
    }

    .mec-banner-mobile-video {
        height: 400px;
        max-width: 268px;
    }

    .mec-banner-mobile {
        height: 401px;
    }

    .mec-mobile-menu-container {
        padding: 7px;
    }

    .mec-mobile-menu-container p {
        font-size: 12px;
    }

    .mec-mobile-menu-container b {
        font-size: 14px;
    }

    /* .mec-head-menu {
        height: 13.77px;
        top: 11px;
    } */

    .mec-voice-of-community-card {
        border-radius: 23.94px;
        flex: 0 0 258px;
    }

    .mec-voice-of-content {
        padding: 25px 25px 10px;
    }

    footer {
        padding-top: 62px;
    }

    .footer-links {
        gap: 35px;
    }

    .footer-logo img {
        width: 140px;
    }

    .mec-career-left-hr {
        max-width: 256px;
    }
}

@media (min-width: 375px) {
    .mec-first-container {
        display: none;
    }

    .mec-why-choose-main h2 {
        font-size: 28px;
    }

    .mec-student-stories h2 {
        font-size: 26px;
    }

    .mec-voice-of-community-right h2 {
        font-size: 26px;
    }

    .mec-voice-of-whole-container {
        gap: 24px;
    }

    .mec-why-choose-main h3 {
        font-size: 19px;
    }

    .mec-why-choose-main p {
        font-size: 17px;
    }

    .book-a-call-container .head-div h2 {
        font-size: 26px;
    }

    .book-a-call-container .body-div .left .list h2 {
        font-size: 22px;
    }

    .book-a-call-container .body-div .left .list p {
        font-size: 18px;
    }

    .footer-column b,
    .footer-column a {
        font-size: 15px;
    }

    .footer-links {
        margin: 16px;
    }

    .mec-voice-from-community .mec-voice-arrow-button p {
        font-size: 18px;
    }

    .mec-why-choose-background {
        padding: 56px 24px;
    }

    .mec-student-stories {
        padding: 56px 0px;
    }

    .book-a-call-parent {
        padding: 56px 8px;
    }

    .mec-main-section h2 {
        font-size: 26px;
    }

    .reach-us-container .card-container .top-div h2 {
        font-size: 28px;
    }

    .reach-us-container .card-container .top-div .desc {
        font-size: 18px;
    }

    .reach-us-container .card-container .top-div .queries {
        font-size: 18px;
    }

    .reach-us-container .card-container .bottom-div p {
        font-size: 18px;
    }

    .reach-us-container {
        padding: 56px 24px;
    }

    .know-us-container {
        padding: 56px 24px;
    }

    .mec-why-choose-left img {
        max-width: 60px;
        margin-bottom: 7px;
    }

    .footer-links {
        gap: 26px;
        padding: 32px;
    }

    .mec-student-stories p {
        font-size: 18px;
    }

    .mec-voice-of-community-right p {
        font-size: 18px;
    }

    .mec-voice-of-community-card {
        flex: 0 0 315px;
    }

    .mec-voice-of-community-left img {
        width: 45px;
        margin-top: 12px;
    }

    .footer-container .footer-logo {
        padding-bottom: 15px;
    }

    .mec-voice-of-community-card p {
        font-size: 16px;
        padding-right: 8px;
    }
}

@media (min-width: 500px) {

    .reach-us-container .card-container .top-div h2,
    .reach-us-container .card-container .top-div .desc {
        max-width: 400px;
        margin: 0px auto 24px;
    }
}

@media (min-width: 600px) {
    .mec-student-stories-main-container .mec-student-stores-img {
        width: 60vw;
    }
}

@media (min-width: 640px) {
    .mec-why-choose-main {
        display: flex;
        margin-bottom: 32px;
    }

    .mec-why-choose-left {
        flex: 0 0 30%;
    }

    .mec-why-choose-left img {
        max-width: 100px;
        margin-left: 32px;
        margin-bottom: 32px;
    }

    .mec-why-choose-video-main {
        margin-bottom: 0px;
    }

    .mec-voice-of-community-left img {
        margin-top: 0px;
    }

    .mec-voice-of-whole-container {
        justify-content: start;
        gap: 24px;
    }

    .mec-voice-of-whole-container .mec-voice-of-community-left img {
        vertical-align: middle;
        width: 90px;
    }

    .mec-student-stories-right {
        flex-direction: column;
    }

    .mec-student-stories-main-container .mec-student-stores-img {
        width: 100%;
    }

    .mec-student-stories-right .mec-student-video-container:last-child {
        margin: 0px;
    }

    .mec-student-stories-left .mec-student-video-container:first-child {
        margin: 0px;
    }

    .mec-student-stories .student-stories-header {
        padding: 0px;
    }

    .mec-student-stories {
        padding: 48px 24px;
        margin: auto;
    }

    .mec-student-stories-main-container {
        gap: 8px;
    }

    .mec-student-stories-right {
        gap: 8px;
    }

    .mec-why-choose-video-main {
        display: block;
    }

    .mec-why-choose .wycv-mobile-view {
        display: none;
    }

    .mec-voice-from-community .mec-voice-arrow-button {
        display: none;
    }

    .mec-voice-of-whole-container .mec-voice-of-community-right {
        flex: 70;
        max-width: 350px;
    }

    .mec-voice-from-community .mec-voice-round-arrow-button {
        display: inline-flex;
        align-items: center;
        background-color: var(--black-variant);
        border-radius: 25px;
        gap: 12px;
        padding: 4px;
        display: none;
    }

    .mec-voice-from-community .mec-voice-round-arrow-button p {
        font-size: 16px;
        color: var(--themewhiteshade);
        font-family: 'SatoshiMedium';
        padding-left: 12px;
    }

    .mec-voice-from-community .mec-voice-round-arrow-button .round-background {
        background-color: var(--themewhiteshade);
        padding: 4px;
        border-radius: 50%;
        width: 28px;
        vertical-align: middle;
    }

    .mec-voice-from-community .mec-voice-round-arrow-button img {
        width: 100%;
    }

    .mec-voice-from-community .vc-content-button {
        display: flex;
        align-items: center;
        gap: 24px;
        justify-content: space-between;
        width: 100%;
    }

    .mec-voice-of-whole-container {
        flex-direction: row;
        align-items: center;
    }

    .mec-voice-of-community-left img {
        transform: none;
    }

    .mec-main-section .mec-career-main-container {
        display: flex;
        align-items: start;
        gap: 40px;
    }

    .mec-main-section .mec-career-main-container .mec-career-left {
        flex: 40;
    }

    .mec-main-section .mec-career-main-container .mec-career-right {
        flex: 60;
    }

    .mec-career-right {
        min-height: 400px;
    }

    .mec-career-left-para {
        padding: 16px 16px 16px 0px;
    }

    .mec-carrer-answers p {
        padding: 0px 0px 24px;
    }

    .mec-career-main {
        gap: 16px;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    .mec-main-section h2 {
        margin-bottom: 0px;
    }

    .mec-career-main .mcm-header-line .mec-career-hr {
        flex: 15;
    }

    .mec-career-main .mcm-header-line {
        display: flex;
        align-items: center;
        gap: 16px;
        flex: 70;
    }

    .reach-us-container .card-container .top-div h2,
    .reach-us-container .card-container .top-div .desc {
        max-width: 500px;
    }

    .reach-us-container .card-container .top-div h2 {
        font-size: 32px;
    }

    .reach-us-container .card-container .bottom-div {
        flex-direction: row;
        padding: 32px 0px;
    }

    .reach-us-container .card-container .bottom-div p {
        font-size: 15px;
    }

    .mec-voice-of-content {
        padding: 45px 30px 20px;
    }

    .mec-voice-of-community-card {
        flex: 0 0 340px;
    }

    .footer-links {
        padding: unset;
    }

    .mec-first-container {
        display: block;
    }

    .mec-first-container {
        left: 77%;
        top: 2%;
    }

    .mec-main-container {
        padding: 92px 24px 56px;
    }
}

@media (min-width: 768px) {
    .mec-student-stories {
        max-width: 680px;
    }

    .mec-why-choose {
        max-width: 680px;
    }

    .book-a-call-container {
        max-width: 680px;
    }

    .mec-voice-from-community {
        max-width: 680px;
        padding: 64px 0px 64px 0px;
    }

    .mec-main-section {
        max-width: 680px;
        margin: auto;
        padding: 72px 0px;
    }

    .mec-why-choose-main h2 {
        font-size: 30px;
    }

    .mec-voice-of-community-scroll {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: max(24px, calc((100vw - 680px) / 2));
        padding-right: max(24px, calc((100vw - 680px) / 2));
    }

    .mec-voice-of-community-card:first-child {
        margin-left: 0px;
    }

    .mec-voice-of-community-main-container {
        padding: 0px;
    }

    .book-a-call-container .body-div {
        flex-direction: row;
        gap: 40px;
        align-items: center;
    }

    .book-a-call-container .head-div {
        padding: 0px;
    }

    .book-a-call-container .head-div h2 {
        max-width: none;
    }

    .book-a-call-container .body-div .left {
        padding: 0px;
        max-width: 220px;
        width: 100%;
    }

    .book-a-call-container .body-div .right {
        padding: 16px;
    }

    .mec-student-stories {
        padding: 56px 0px;
    }

    .mec-voice-of-whole-container .mec-voice-of-community-left img {
        width: 84px;
    }

    .book-a-call-container .body-div .right .form-div .form label,
    .book-a-call-container .body-div .right .form-div .form .intro-section>label {
        font-size: 14px;
    }

    .mec-voice-button {
        right: 0px;
    }

    .mec-voice-of-whole-container .mec-voice-of-community-right {
        max-width: 400px;
    }

    .book-a-call-parent {
        padding: 56px 0px 72px;
    }

    .mec-our-mentors {
        margin-top: 56px;
    }

    .reach-us-container .card-container {
        max-width: 680px;
    }

    .reach-us-container .card-container .top-div {
        padding: 48px 0px 24px;
    }

    .know-us-container {
        max-width: 680px;
        padding: 72px 0px;
    }

    .mec-voice-of-community-card p {
        font-size: 16px;
    }

    .mec-why-choose-left img {
        max-width: 100px;
        margin-left: 45px;
        margin-top: 40px;
    }

    .mec-why-choose-video-img {
        border-radius: 30px;
    }

    .mec-career-main {
        margin-bottom: 50px;
    }

    .mec-main-section .mec-career-main-container {
        gap: 60px;
    }

    .mec-voice-of-whole-container {
        align-items: flex-start;
    }

    .book-a-call-container .head-div {
        margin-bottom: 36px;
    }

    .book-a-call-container .body-div .right-main {
        padding: 0px;
    }

    .book-a-call-container .body-div .right .form-div .form input[type="email"] {
        padding: 10px 5px;
    }

    .book-a-call-container .body-div .left .list h2 {
        font-size: 20px;
    }

    .footer-container {
        padding: 56px 0;
    }

    .mec-first-container {
        left: 76%;
        top: 4%;
    }

    .mec-voice-from-community {
        padding: 72px 0px;
    }

    .program-journey-headers h2 {
        font-size: 26px;
    }
}

@media (min-width: 1000px) {
    .mec-why-choose {
        max-width: 900px;
    }

    .mec-student-stories {
        max-width: 900px;
    }

    .book-a-call-container {
        max-width: 900px;
    }

    .mec-why-choose-background,
    .mec-student-stories,
    .mec-voice-from-community,
    .book-a-call-parent {
        padding: 72px 0px;
    }

    .mec-why-choose-left img {
        max-width: 80px;
    }

    .mec-why-choose-right {
        gap: 48px;
    }

    .mec-why-choose-main h2 {
        font-size: 32px;
    }

    .mec-voice-from-community {
        max-width: 900px;
    }

    .mec-voice-of-community-scroll {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: max(24px, calc((100vw - 900px) / 2));
        padding-right: max(24px, calc((100vw - 900px) / 2));
    }

    .mec-student-stories-main-container,
    .mec-student-stories-right {
        gap: 16px;
    }

    .book-a-call-container .body-div .right {
        padding: 24px;
    }

    .book-a-call-container .body-div .left {
        max-width: 265px;
    }

    .book-a-call-container .body-div .left .list h2 {
        font-size: 22px;
    }

    .book-a-call-container .body-div .left .list p {
        font-size: 18px;
    }

    .mec-student-stories h2 {
        font-size: 32px;
    }

    .mec-student-stories-button button {
        font-size: 18px;
    }

    .mec-voice-from-community .mec-voice-round-arrow-button p {
        font-size: 18px;
    }

    .mec-voice-of-community-right h2 {
        font-size: 40px;
    }

    .mec-voice-of-whole-container .mec-voice-of-community-right {
        max-width: none;
    }

    .book-a-call-container .head-div h2 {
        font-size: 32px;
    }

    .book-a-call-container .head-div p {
        font-size: 18px;
    }

    .book-a-call-container .body-div .right .form-div .form label,
    .book-a-call-container .body-div .right .form-div .form .intro-section>label {
        font-size: 18px;
    }

    .book-a-call-container .body-div .right .form-div .form .checkbox-item label {
        font-size: 16px;
    }

    .mec-main-section {
        max-width: 900px;
        padding: 96px 0px;
    }

    .mec-main-section h2 {
        font-size: 32px;
    }

    .reach-us-container {
        padding: 72px 0px;
    }

    .reach-us-container .card-container {
        max-width: 900px;
    }

    .reach-us-container .card-container .top-div h2 {
        max-width: none;
    }

    .reach-us-container .card-container .top-div .desc {
        max-width: 600px;
    }

    .reach-us-container .card-container .bottom-div p {
        font-size: 18px;
    }

    .reach-us-container .floating-icon {
        width: 300px;
        right: -150px;
        top: -100px;
    }

    .mec-student-stories-left-pause-button {
        width: 100px;
    }

    .know-us-container {
        max-width: 900px;
    }

    .mec-career-main,
    .mec-career-main .mcm-header-line {
        gap: 32px;
    }

    .mec-main-section .mec-career-main-container {
        gap: 80px;
    }

    .mec-voice-from-community .vc-content-button {
        align-items: start;
    }

    .mec-student-stories p {
        max-width: 80%;
    }

    .mec-voice-of-community-right p {
        max-width: 80%;
    }

    .mec-voice-of-whole-container {
        gap: 40px;
    }

    .mec-voice-of-community-card {
        flex: 0 0 350px;
    }

    .mec-voice-of-content {
        padding: 40px 40px 16px;
    }

    .footer-column b,
    .footer-column a {
        font-size: 18px;
    }

    .footer-column {
        min-width: 185px;
    }

    .footer-container {
        max-width: 900px;
        gap: 95px;
    }

    /* .mec-header-main-menu li {
        font-size: 17px;
    }

    .mec-header-main-menu ul .active {
        padding: 0px 14px;
    }

    .mec-header-main-menu ul {
        padding-left: 0px;
    } */

    .mec-voice-from-community {
        padding: 96px 0px;
    }
}

@media (min-width: 1200px) {
    .mec-why-choose {
        max-width: 1024px;
    }

    .mec-student-stories {
        max-width: 1024px;
    }

    .book-a-call-container {
        max-width: 1024px;
    }

    .mec-main-section {
        max-width: 1024px;
    }

    .mec-why-choose-background {
        padding: 72px 0px;
    }

    .mec-voice-from-community {
        max-width: 1024px;
    }

    .mec-voice-of-community-scroll {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: max(24px, calc((100vw - 1024px) / 2));
        padding-right: max(24px, calc((100vw - 1024px) / 2));
    }

    .reach-us-container .card-container {
        max-width: 1024px;
    }

    .know-us-container {
        max-width: 1024px;
    }
}

@media (min-width: 1400px) {
    .mec-main-section {
        max-width: 1270px;
    }

    .mec-voice-from-community {
        max-width: 1260px;
    }

    .mec-voice-of-community-scroll {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: max(24px, calc((100vw - 1260px) / 2));
        padding-right: max(24px, calc((100vw - 1260px) / 2));
    }

    .program-journey-headers h2 {
        font-size: 32px;
    }
}


@media (min-width: 1600px) {

    .mec-why-choose,
    .mec-why-choose-main,
    .mec-student-stories,
    .mec-voice-of-community-main,
    .book-a-call-container,
    .reach-us-container .card-container {
        max-width: 1220px;
    }

    /* .mec-header-main-menu ul .active {
        padding: 2px 14px;
    } */

    .program-journey-headers h2 {
        font-size: 40px;
    }
}