.section-padding-02 {
    margin-top: 0 !important;
}

.h-margin {
    margin-top: 65px;
}

.school-rating {
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.school-rating span strong {
    font-weight: 500;
    color: #252525;
}

.school-rating span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-list-info__rating {
    margin-top: 0;
}

.course-list-info {
    padding-right: unset;
}

.school-type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.school-type span strong {
    font-weight: 500;
    color: #252525;
}

.course-list-info__meta span {
    white-space: unset;
}

.course-list-info__action {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.page-banner__main-title {
    text-wrap: balance;
}

.course-list-info__title {
    text-wrap: balance;
}

.course-list-info p,
.summarise-segment p {
    margin-top: 8px;
    text-align: justify;
    text-wrap: pretty;
}

.summarise-segment p {
    padding-left: 10px;
}

.dashboard-table .table thead th,
.dashboard-table .table tbody td {
    background: #ffffff;
    padding: 10px;
    /* Adjust padding as needed */
}

.dashboard-table .table thead th:not(:last-child),
.dashboard-table .table tbody td:not(:last-child) {
    border-right: 1px solid #f0f0f0;
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-wrap: pretty;
}

.most-searched {
    padding-top: 30px;
}

.course-curriculum .accordion-button {
    padding: 10px 30px;
}

.segment-overview {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 30px;
}

.sidebar-widget {
    position: sticky;
    top: 75px;
}

.dashboard-table .table thead th.sl-no {
    width: 100px;
}

.summarise-segment h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.summarise-segment h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 12px;
}

@media only screen and (max-width: 630px) {
    .course-list-info__action {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .school-type {
        grid-template-columns: 1fr 1fr;
    }
}

/* @media only screen and (max-width: 768px) { .course-list-header__thumbnail a img { display: ; } } */
@media only screen and (max-width: 420px) {
    .school-rating {
        display: flex;
        flex-wrap: wrap;
    }
}

.img-container {
    border-radius: 999999999px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

div.img-container img {
    border-radius: 100%;
}

.about-image-03__image img {
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    filter: drop-shadow(0 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}

.testimonial-details h3 {
    font-size: 1rem;
}

.testimonial-details h5 {
    font-size: 0.75rem;
    text-wrap: balance;
}

.testimonial-details h6 {
    font-size: 0.75rem;
}

.testimonial-section {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.testimonial-details {
    text-align: center;
    font-weight: 400;
    text-wrap: balance;
}

.testimonial {
    max-width: 250px;
}

.img-container img {
    height: 110px;
    width: 110px;
}

.segment-overview p {
    margin-top: 8px;
    text-align: justify;
    text-wrap: pretty;
}

.benefits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    list-style: none;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .benefits {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 420px) {
    .benefits {
        grid-template-columns: 1fr;
    }
}

.benefits li {
    display: flex;
    border: 1px solid rgb(233, 233, 233);
    padding: 0.75rem 1rem;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    text-wrap: balance;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #5a5a5a;
}

.benefits li:hover {
    color: #000066;
    cursor: pointer;
    box-shadow: #adadad 0px 3px 6px 0px;
    cursor: pointer;
    transform: scale(1.02);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.image-container,
.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.image-container img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.p-img-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.p-form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media only screen and (max-width: 420px) {
    .image-container {
        display: none;
    }

    .p-img-container,
    .why-choose,
    .p-form-container {
        grid-template-columns: 1fr;
    }
}

.testimonial h1,
.testimonial h2,
.testimonial h3,
.testimonial h4,
.testimonial h5,
.testimonial h6 {
    font-weight: 400;
}

.kill-breadcrumb-margin {
    margin-top: 0px !important;
}

.about-section-title {
    max-width: 1200px !important;
}

.about-text-justify {
    text-align: justify !important;
}

.btn-sm {
    padding: 3px 10px;
    margin-left: 15px;
}

.header-description__description {
    text-wrap: pretty;
    color: #dadada;
    font-weight: 400;
    font-size: 0.75rem;
}

.tutor-course-segment__requirements-content > * {
    text-wrap: pretty;
    text-align: justify;
}

.course-link {
    font-weight: 500;
    /* margin-left: 31px; */
    margin-top: 10px;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    background-color: #0071dc;
    color: #f6faff;

    transition: all 0.3s ease-in-out;
}

.course-link:hover {
    background-color: #f7c04d;
    color: #fff;
}

.categories-item-02__name {
    text-wrap: pretty;
}

.tutor-course-segment .tutor-course-segment__title {
    /* font-size: unset !important; */
    font-size: 20px;
}

.tutor-course-segment__title {
    font-weight: 600;
}

.inner-p-img {
    float: right;
    width: 50%;
    padding-left: 20px;
}

.free-counselling-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.free-counselling__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 25px;
}

@media only screen and (max-width: 766px) {
    .inner-p-img {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 1.8rem;
    }

    .free-counselling-section {
        display: grid;
        grid-template-columns: 1fr;
    }

    .free-counselling__form {
        padding: 0;
        padding-top: 25px;
    }

    .free-councelling {
        grid-template-columns: 1fr;
    }
}

.benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}

@media only screen and (max-width: 500px) {
    .benefits {
        grid-template-columns: 1fr;
    }
}

.accordion-button,
.course-curriculum__lesson {
    padding: 5px 12px !important;
    color: #333 !important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.testimonial-details h3 {
    font-size: 1rem;
}

.testimonial-details h5 {
    font-size: 0.75rem;
    font-weight: 400;
}

.testimonial-details h6 {
    font-size: 0.65rem;
    font-weight: 400;
}

.categories-item-02__link {
    cursor: unset;
}

.countdown-register__input span {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    color: #666666;
    min-width: 20px;
}

.countdown-register__input span {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    color: #666666;
    min-width: 20px;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: unset !important;
    }
}

.modal-body-c {
    display: flex;
    gap: 30px;
    flex-direction: column-reverse;
}

.countdown-title__title {
    text-wrap: pretty;
}

.countdown-title__title-c {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 666px) {
    .modal-body-c {
        flex-direction: unset;
    }
}

.modal-body-c form {
    min-width: 300px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 830px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: unset;
    }

    .center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
.testimonial-card,
.achievements-card {
    h3,
    h5,
    h6 {
        font-weight: 400;
        text-align: center;
    }

    h6 {
        font-size: 0.65rem;
        margin-top: 0.25rem;
    }

    h5 {
        font-size: 0.75rem;
        margin-top: 0.35rem;
    }

    h3 {
        font-size: 1.2rem;
        margin-top: 0.45rem;
    }
}

.benefits {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.header-description__description {
    text-wrap: pretty;
    color: #dadada;
    font-weight: 400;
    font-size: 0.75rem;
}

.accordion-button {
    justify-content: space-between;
}

.banner-from-wrapper {
    display: block;
    background: white;
    padding: 20px;
    border-radius: 5px;
}

@media screen and (990px < width) {
    .banner-from-wrapper {
        display: none;
    }
}

.container-bg {

    background-image: url("../../images/landing-header/neet\ toppers\ at\ career\ and\ courses.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;

}

.image-wrappper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 55.38px;


}