.img-width img {
    width: 100%;
}

.overview-require {
    background: #F4BE26;
    border-radius: 30px 0px;
    padding: 20px 20px 10px 30px;
}

.overview-require ul {
    list-style: none;
    padding-left: 0;
}

.overview-require li {
    position: relative;
    padding-left: 18px;
    color: #727272;
}

.overview-require li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 10px;
    left: 0;
    top: 10px;
}

.overview-cta {
    display: flex;
    justify-content: end;
}

.overview-cta .ctm-btn-yellow {
    background-color: var(--secondary-color);
    border-radius: 40px;
    padding: 6px 12px 6px 20px;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--white-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    max-width: fit-content;
    justify-content: space-between;
    transition: 0.4s ease-in;
    border: 1px solid var(--secondary-color);
}

.overview-cta .circle {
    width: 27px;
    height: 27px;
    text-align: left;
    background-color: var(--white-color);
    border: 0;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview-cta .circle svg {
    color: var(--secondary-color);
    margin-left: -10px;
    font-size: 18px;
}

.ready-sec {
    margin: 0 auto;
}

.ready-sec .common-title:before {
    margin: 0 auto;
    right: 0;
    left: 0;
}

.ready-cta-main h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.ready-cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.ready-cta .ctm-btn-yellow {
    background-color: var(--secondary-color);
    border-radius: 40px;
    padding: 6px 12px 6px 20px;
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--white-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    max-width: fit-content;
    justify-content: space-between;
    transition: 0.4s ease-in;
    border: 1px solid var(--secondary-color);
}

.ready-cta .circle {
    width: 27px;
    height: 27px;
    text-align: left;
    background-color: var(--white-color);
    border: 0;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ready-cta .circle svg {
    color: var(--secondary-color);
    margin-left: -10px;
    font-size: 18px;
}



.scholarships-tabs ul {
  list-style: none;
  padding-left: 0;
}

.scholarships-tabs .tab-heading {
    text-align: left;
    color: var(--black-color);
    font-weight: 500;
}


.scholarships-tabs ul li .nav-link .tab-cont-full {
  display: none;
}

.scholarships-tabs ul li .nav-link.active {
    background: #AD1B02;
    border-radius: 30px 0px;
    padding: 20px 30px 10px;
}

.scholarships-tabs ul li .nav-link.active .tab-heading {
    text-align: left;
    color: var(--white-color);
    font-size: 28px;
    font-weight: 400;
}

.scholarships-tabs ul li .nav-link.active .tab-cont-full {
  display: block;
}

.scholarships-tabs ul li .nav-link.active .tab-cont-full p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}

.knowledge-sec {
    position: relative;
}

.knowledge-sec::before {
    content: "";
    background-color: #FFF9E9;
    width: 92%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    border: 0;
    border-radius: 0 0 0 131px;
    z-index: -1;
}

.knowledge-sec .common-title:before {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80px;
    height: 2px;
}