@import url("https://fonts.cdnfonts.com/css/tt-commons");
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
}
body {
    font-size: 16px;
    line-height: 1.375;
    font-family: "TT Commons" sans-serif;
    color: #000000;
    background-color: white;
}

a {
    text-decoration: none;
    transition: 0.3s;
}
a:focus,
a:active {
    outline: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container .video-js,
.video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accessible-text,
.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    top: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}

.container {
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
@media screen and (max-width: 500px) {
    .container {
        padding-left: 9px;
        padding-right: 9px;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
.card {
    border: none;
    background-color: white;
}
.card__wrapper {
    padding: 20px 58px 30px 58px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
}
@media (max-width: 992px) {
    .card__wrapper {
        flex-wrap: wrap;
        padding: 0px 20px 0px 20px;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .card__wrapper {
        gap: 10px;
        flex-wrap: wrap;
    }
}
@media (max-width: 500px) {
    .card__wrapper {
        margin: 0;
        padding: 0px 0px 0px 0px;
    }
}
.card__item {
    max-width: 350px;
    width: 100%;
    position: relative;
    border-radius: 20px;
    height: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.card__item .card__active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    /* background: linear-gradient(90deg, #f12711 0%, #f5af19 100%); */
    border-top-left-radius: 20px;
    display: none;
}
.card__item .card__active .card__active__text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    text-transform: capitalize;
}
.card__item .card__item__wrapper {
    /* background: linear-gradient(90deg, #f12711 0%, #f5af19 100%); */
    display: flex;
    flex-direction: column;
    justify-content: end;
    box-shadow: #f55719;
    border-top-left-radius: none;
}
.card__item .card__item__wrapper .card__content {
    /* border-top: 4px solid #f55719; */
    background: white;
    display: flex;
    gap: 40px;
    flex-direction: column;
    height: auto;
    padding-bottom: 20px;
    background-color: #ffffff;
    margin: 0px;
    border-radius: 20px;
    border-top: 4px solid y;
}
.card__item .card__item__wrapper .card__content .card__content__top {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__top
    .card__heading {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #303030;
}
.plan-card .card__item .card__item__wrapper .card__content .card__content__top {
    margin-top: 0;
}
h2.card__heading {
    width: 100%;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 14px;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.single-subject h2.card__heading {
    background: #ffa500;
}
.combo-package h2.card__heading {
    background: #1eb7bd;
}
.core-subject h2.card__heading {
    background: #656fcd;
}

.card_offer_section_green {
    background: rgba(3, 244, 95, 0.2);
    width: 100%;
    display: flex;
    padding: 16px; /* Add some padding */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: large;
    border: 2px solid #03f45f;
    color: #3d3a3a;
}

.card_offer_section_blue {
    background: rgba(133, 71, 225, 0.2);
    width: 100%;
    display: flex;
    padding: 16px; /* Add some padding */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: large;
    border: 2px solid #6666cc;
    color: #3d3a3a;
}

.card_offer_section_orange {
    background: #ffa500;
    width: 100%;
    display: flex;
    padding: 16px; /* Add some padding */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: large;
    border: 2px solid #6666cc;
    color: #3d3a3a;
}

.card_offer_section_purple {
    background: rgba(102, 102, 204, 0.2);
    width: 100%;
    display: flex;
    padding: 16px; /* Add some padding */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: large;
    border: 2px solid #6666cc;
    color: #3d3a3a;
}

.card__item
    .card__item__wrapper
    .card__content
    .card__content__top
    .card__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__top
    .card__price
    .card__amount {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 67px;
    color: #303030;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__top
    .card__price
    .card__amount
    span {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 67px;
    color: #303030;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__top
    .card__price
    span {
    font-style: bold;
    font-weight: 600;
    font-size: 20px;
    line-height: 19px;
    color: #267953;
    text-transform: capitalize;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__top
    .card__button {
    padding: 10px 20px 10px 30px;
    background: #1cd8d2;
    border-radius: 20px;
    cursor: pointer;
}

.card__button_green {
    padding: 10px 20px 10px 30px;
    background: rgba(3, 244, 95, 0.2);
    border-radius: 20px;
}

.card__button_blue {
    padding: 10px 20px 10px 30px;
    background: rgba(133, 71, 225, 0.2);
    border-radius: 20px;
}

.card__button_purple {
    padding: 10px 20px 10px 30px;
    background: rgba(102, 102, 204, 0.2);
    border-radius: 20px;
}

.card__button_blue button {
    background: transparent;
    font-size: 16px;
    line-height: 19px;
    color: #5f5757;
    border: none;
    text-transform: capitalize;
    cursor: pointer;
}

.card__button_green button {
    background: transparent;
    font-size: 16px;
    line-height: 19px;
    color: #5f5757;
    border: none;
    text-transform: capitalize;
    cursor: pointer;
}

.card__button_purple button {
    background: transparent;
    font-size: 16px;
    line-height: 19px;
    color: #5f5757;
    border: none;
    text-transform: capitalize;
    cursor: pointer;
}

.card__item
    .card__item__wrapper
    .card__content
    .card__content__top
    .card__button
    button {
    background: transparent;

    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    border: none;
    text-transform: capitalize;
    cursor: pointer;
}
.card__item .card__item__wrapper .card__content .card__line {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card__item .card__item__wrapper .card__content .card__line span {
    border: 1px solid rgba(0, 0, 0, 0.4);

    width: 80%;
    height: 1px;
}

.card__item .card__item__wrapper .card__content .card__content__buttom {
    padding-left: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 219px;
    width: 100%;
    height: 30px;
    cursor: pointer;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__buttom
    .plan__feature__heading {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #303030;
    text-transform: capitalize;
    cursor: pointer;
    width: 200px;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__buttom
    .plan__feature {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0px;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__buttom
    .plan__feature
    li,
.card__item
    .card__item__wrapper
    .card__content
    .card__content__buttom
    .plan__feature
    li.ui-draggable {
    list-style: none;
    display: flex;
    gap: 10px;
    height: 15px;
    width: 100%;
    padding-left: 20px !important;
    -moz-user-select: none; /* Firefox */
    -webkit-user-drag: none; /* Safari */
    user-select: none;
    user-drag: none;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__buttom
    .plan__feature
    li.ui-draggable
    p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #303030;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__buttom
    .plan__feature
    li.ui-draggable
    > p
    > span {
    color: rgba(48, 48, 48, 0.6);
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__buttom
    .plan__feature
    li::before {
    width: 18px;
    height: 12px;
    content: "✔ ";
    color: green;
}
.card__item
    .card__item__wrapper
    .card__content
    .card__content__buttom
    .plan__feature
    li
    p {
    display: flex;
    width: 226px;

    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    max-width: 226px;
}

.payment__form {
    margin-top: 100px;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 80px;
    margin-top: 0;
}

.form__wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #ecfefd 0%, #fbfbfb 100%);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    height: auto !important;
}
@media screen and (max-width: 768px) {
    .form__wrapper {
        padding: 0px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }
}
.form__wrapper .form__data {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 70%;
    max-width: 768px;
    width: 100%;
    padding: 50px 0px 32px 30px;
}
@media screen and (max-width: 768px) {
    .form__wrapper .form__data {
        padding: 20px;
    }
}
.form__wrapper .form__data .form__heading {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}
.form__wrapper .form__data .form__wrapper__card {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.form__wrapper .form__data .form__wrapper__card .form__personal__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.form__wrapper
    .form__data
    .form__wrapper__card
    .form__personal__info
    .form__field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 12px;
}
.form__wrapper
    .form__data
    .form__wrapper__card
    .form__personal__info
    .form__field
    input {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    height: 36px;
}
.form__wrapper
    .form__data
    .form__wrapper__card
    .form__personal__info
    .form__field
    label {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 10px;
    text-transform: capitalize;
    color: #303030c7;
}
.form__wrapper .form__data .form__wrapper__card .form__atmcard__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .form__wrapper .form__data .form__wrapper__card .form__atmcard__info {
        flex-wrap: wrap;
        padding-right: 10px;
    }
}
@media screen and (max-width: 768px) {
    .form__wrapper .form__data .form__wrapper__card .form__atmcard__info {
        flex-wrap: wrap;
        padding-right: 10px;
    }
}
.form__wrapper
    .form__data
    .form__wrapper__card
    .form__atmcard__info
    .form__info__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form__wrapper
    .form__data
    .form__wrapper__card
    .form__atmcard__info
    .form__info__item
    .form__info__card {
    display: flex;
    flex-direction: column;
}
.form__wrapper
    .form__data
    .form__wrapper__card
    .form__atmcard__info
    .form__info__item
    .form__info__card
    .form__info__item__name {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.form__wrapper
    .form__data
    .form__wrapper__card
    .form__atmcard__info
    .form__info__item
    .form__info__card
    .form__info__item__name
    .card__image {
    margin-left: 10px;
}
.form__wrapper
    .form__data
    .form__wrapper__card
    .form__atmcard__info
    .form__info__item
    span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #303030c7;
    text-transform: capitalize;
}
.form__wrapper
    .form__data
    .form__wrapper__card
    .form__atmcard__info
    .form__info__item
    input {
    width: 250px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    height: 36px;
}
.form__wrapper
    .form__data
    .form__wrapper__card
    .form__atmcard__info
    .form__info__item
    .form__card__date
    select {
    width: 70px;
    height: 35px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.form__wrapper .form__data .form__button {
    margin-left: 80%;
    display: flex;
    flex-direction: columns;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
@media screen and (max-width: 768px) {
    .form__wrapper .form__data .form__button {
        margin: 0px;
        margin-left: 50%;
    }
}
@media (max-width: 992px) {
    .form__wrapper .form__data .form__button {
        margin-left: 60%;
        padding-left: 20px;
    }
}
@media screen and (max-width: 500px) {
    .form__wrapper .form__data .form__button {
        padding: 10px 60px 10px 60px;
        margin-left: 0%;
    }
}
.form__wrapper .form__data .form__button button {
    background: transparent;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    text-transform: capitalize;
    border: none;
    cursor: pointer;
    background: #1cd8d2;
    border-radius: 20px;
    padding: 10px 40px 10px 40px;
}
.form__wrapper .form__data .form__button .form__button__secure {
    background: transparent;
    display: flex;
    gap: 5px;
}
.form__wrapper .form__data .form__button .form__button__secure img {
    width: 16px;
    height: 16px;
}
.form__wrapper .form__data .form__button .form__button__secure span {
    font-size: 12px;
    opacity: 0.5;
}
.form__wrapper .form__data .form__button button:hover {
    color: #303030;
}
.form__wrapper .form__card__information {
    position: relative;
    max-width: 400px;
    width: 100%;
    border-radius: 0px 20px 20px 0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .form__wrapper .form__card__information {
        max-width: 100%;
    }
}
.form__wrapper .form__card__information .form__card__media {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f871;
    border-radius: 0px 20px 0px 0px;
}
@media screen and (max-width: 768px) {
    .form__wrapper .form__card__information .form__card__media {
        border-radius: 0px;
        width: 100%;
    }
}
.form__wrapper .form__card__information .form__card__content {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 33px 54px 33px 54px;
    margin-top: -150px;
}
@media screen and (max-width: 768px) {
    .form__wrapper .form__card__information .form__card__content {
        max-width: 100%;
        width: 100%;
        height: auto;
        padding-right: 50px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.form__wrapper .form__card__information .form__card__content .form__sub__data {
    padding-left: 33px;
    padding-right: 33px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form__wrapper
    .form__card__information
    .form__card__content
    .form__sub__data
    .form__card__heading {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}
.form__wrapper
    .form__card__information
    .form__card__content
    .form__sub__data
    .form__card__text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.form__wrapper
    .form__card__information
    .form__card__content
    .form__sub__data
    .form__card__price {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.form__wrapper
    .form__card__information
    .form__card__content
    .form__sub__data
    .form__card__price
    span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
}
.form__wrapper
    .form__card__information
    .form__card__content
    .form__sub__data
    .form__card__price
    h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #ffffff;
}
.form__wrapper
    .form__card__information
    .form__card__content
    .form__sub__data
    .form__card__price
    strong {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.form__wrapper
    .form__card__information
    .form__card__content
    .form__sub__data
    .form__card__image {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.form__wrapper
    .form__card__information
    .form__card__content
    .form__sub__data
    .form__card__image
    span {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
}
.form__wrapper
    .form__card__information
    .form__card__content
    .form__card__discription {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}
.profile__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
@media screen and (max-width: 768px) {
    .profile__wrapper {
        flex-wrap: wrap;
        gap: 40px;
    }
}
.profile__wrapper .profile__title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.profile__wrapper .profile__title .profile__heading {
    font-style: normal;
    font-size: 40px;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #5e79d6;
    text-transform: capitalize;
}
@media screen and (max-width: 500px) {
    .profile__wrapper .profile__title .profile__heading {
        font-size: 30px;
        line-height: 36px;
    }
}
.profile__wrapper .profile__title .profile__discription {
    max-width: 880px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #303030;
}
.profile__wrapper .profile__title .profile__discription span {
    font-weight: 600;
}
@media screen and (max-width: 500px) {
    .profile__wrapper .profile__title .profile__discription {
        font-size: 15px;
        line-height: 19px;
    }
}
.profile__wrapper .profile__form {
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 768px) {
    .profile__wrapper .profile__form {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}
.profile__wrapper .profile__form .profile__item {
    height: auto;
    width: 100%;
    /* max-width: 480px; */
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #ffffff;
    padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
    .profile__wrapper .profile__form .profile__item {
        gap: 20px;
    }
}
.profile__wrapper .profile__form .profile__item .form__heading {
    height: 60px;
    background: linear-gradient(90deg, #1cd8d2 0%, #93edc7 100%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 0px 0px;
    display: flex;
    gap: 8px;
    justify-content: start;
    align-items: center;
    padding-left: 32px;
}
@media screen and (max-width: 500px) {
    .profile__wrapper .profile__form .profile__item .form__heading {
        padding-bottom: 18px;
    }
}
.profile__wrapper .profile__form .profile__item .form__heading img {
    width: 20px;
    height: 20px;
}
.profile__wrapper .profile__form .profile__item .form__heading h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    max-width: 400px;
    width: 100%;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
}
@media screen and (max-width: 500px) {
    .profile__wrapper .profile__form .profile__item .form__heading h2 {
        font-size: 16px;
        line-height: 20px;
    }
}
.profile__wrapper .profile__form .profile__item .form__information {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}
.profile__wrapper
    .profile__form
    .profile__item
    .form__information
    .form__subheading {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
    text-transform: capitalize;
    color: #5e79d6;
}
.profile__wrapper
    .profile__form
    .profile__item
    .form__information
    .form__field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.profile__wrapper
    .profile__form
    .profile__item
    .form__information
    .form__field
    label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    text-transform: capitalize;
}
.profile__wrapper
    .profile__form
    .profile__item
    .form__information
    .form__field
    select,
.profile__wrapper
    .profile__form
    .profile__item
    .form__information
    .form__field
    input {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    max-width: 416px;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.profile__wrapper
    .profile__form
    .profile__item
    .form__information
    .form__field
    .input__field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile__wrapper
    .profile__form
    .profile__item
    .form__information
    .form__field
    .input__field
    input {
    max-width: 278px;
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.profile__wrapper
    .profile__form
    .profile__item
    .form__information
    .form__field
    .input__field
    a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #5e79d6;
}
.profile__wrapper
    .profile__form
    .profile__item
    .form__information
    .form__field
    select {
    padding-right: 18px;
}
.profile__wrapper .profile__form .profile__item .form__required {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding-left: 80%;
    color: rgba(48, 48, 48, 0.7);
}
.subscription {
    margin-top: 80px;
    padding: 80px 200px 40px 200px;
}
@media screen and (max-width: 1100px) {
    .subscription {
        padding: 0px 90px 0px 90px;
    }
}
@media screen and (max-width: 768px) {
    .subscription {
        padding: 0px 50px 0px 50px;
    }
}
@media screen and (max-width: 500px) {
    .subscription {
        padding: 0px 0px 0px 0px;
    }
}

.subscription__title {
    display: flex;
    flex-direction: column;
}
.subscription__title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #5e79d6;
}
@media screen and (max-width: 500px) {
    .subscription__title h2 {
        font-size: 30px;
    }
}
.subscription__title p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #303030;
}
.subscription__title p span {
    font-weight: 700;
}
@media screen and (max-width: 500px) {
    .subscription__title p {
        font-size: 20px;
    }
}
.subscription__information .subscription__information__wrapper {
    display: flex;
    gap: 24px;
}
@media screen and (max-width: 1000px) {
    .subscription__information .subscription__information__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 1000px) {
    .subscription__information .subscription__information {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .subscription__information .subscription__information__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
}
@media screen and (max-width: 1300px) {
    .subscription__information {
        padding: 0px;
    }
}
@media screen and (max-width: 700px) {
    .subscription__information {
        padding: 0;
    }
}
.information__item {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
@media screen and (max-width: 700px) {
    .information__item {
        max-width: 1000px;
        width: 100%;
    }
}
.information__item .information__heading {
    display: flex;
    color: #fff;
    background: linear-gradient(90deg, #0ea78d 43%, #aceab0 100%);
    border-radius: 8px 8px 0px 0px;
    height: 62px;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    display: flex;
    align-items: center;
}
.information__item .information__heading img {
    width: 20px;
    height: 20px;
}
.information__item .information__heading h3 {
    text-align: start;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    margin: 0px;
}
.information__item .information__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 500px) {
    .information__item .information__content {
        justify-content: space-between;
    }
}
.information__item .information__content .information__member__description {
    font-style: normal;
    display: flex;
    flex-direction: column;
}
.information__item .information__content .information__member__description h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #303030;
}

.information__item
    .information__content
    .information__member__description
    span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(48, 48, 48, 0.6);
}
.information__item .information__content .information__personal__info {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
@media screen and (max-width: 500px) {
    .information__item .information__content .information__personal__info {
        gap: 10px;
    }
}
.information__item
    .information__content
    .information__personal__info
    .information__info__item {
    max-width: 500px;
    width: 100%;
    height: 30px;
    display: flex;
    gap: 16px;
    align-items: center;
}
@media screen and (max-width: 500px) {
    .information__item
        .information__content
        .information__personal__info
        .information__info__item {
        gap: 10px;
    }
}
.information__item
    .information__content
    .information__personal__info
    .information__info__item
    h4 {
    width: 166px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.information__item
    .information__content
    .information__personal__info
    .information__info__item
    span {
    max-width: 116px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: rgba(48, 48, 48, 0.6);
    display: flex;
    gap: 20px;
}
.information__item
    .information__content
    .information__personal__info
    .information__info__item
    span
    a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #5e79d6;
}
.information__item
    .information__content
    .information__personal__info
    .information__info__item
    span
    a:hover {
    color: black;
}
.information__item
    .information__content
    .information__personal__info
    .information__info__item
    a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #5e79d6;
}
.information__item
    .information__content
    .information__personal__info
    .information__info__item
    a:hover {
    color: black;
}
.information__item .information__content .cancle {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    margin-top: 24px;
    color: #fff;
    background-color: #d24646;
    border-radius: 8px;
    padding: 5px 16px;
    min-height: 32px;
}

.information__item .information__content .cancle:hover {
    background-color: #af4040;
}

@media screen and (max-width: 500px) {
    .detail .container {
        padding: 5px;
    }
}

.detail__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
@media screen and (max-width: 768px) {
    .detail__wrapper {
        margin: 0px 10px 30px 10px;
    }
}
@media screen and (max-width: 500px) {
    .detail__wrapper {
        margin: 0px;
    }
}
.detail__wrapper .detial__heading {
    /* background: linear-gradient(90deg, #1cd8d2 0%, #93edc7 100%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 0px 0px;
    display: flex;
    padding-top: 18px;
    gap: 10px;
    width: 100%;
    padding-left: 32px;
    justify-content: flex-start;
    align-items: center;
    height: 60px; */

    display: flex;
    color: #fff;
    background: linear-gradient(90deg, #0ea78d 43%, #aceab0 100%);
    border-radius: 8px 8px 0px 0px;
    height: 62px;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    display: flex;
    align-items: center;
}
.detail__wrapper .detial__heading img {
    width: 20px;
    height: 20px;
}
.detail__wrapper .detial__heading h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0px;
}
.detail__wrapper .detail__body {
    padding: 16px;
}
.detail__wrapper .detail__body .amount__detail {
    display: flex;
    flex-direction: column;
    padding-bottom: 12px;
    border-bottom: 1px solid #d5d5d5;
}
.detail__wrapper .detail__body .amount__detail .amount__detail__item {
    display: flex;
    gap: 16px;
    align-items: center;
}
@media screen and (max-width: 500px) {
    .detail__wrapper .detail__body .amount__detail .amount__detail__item {
        gap: 20px;
        flex-wrap: wrap;
    }
}
.detail__wrapper .detail__body .amount__detail .amount__detail__item h2 {
    width: 166px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: #303030;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.detail__wrapper .detail__body .amount__detail .amount__detail__item p {
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: rgba(48, 48, 48, 0.6);
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    margin: 0px;
}
.detail__wrapper .detail__body .amount__detail .amount__detail__item p a {
    margin-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #5e79d6;
}
.detail__wrapper .detail__body .amount__detail .amount__detail__item p a:hover {
    color: black;
}
.detail__wrapper .detail__body .detail__payment {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 500px) {
    .detail__wrapper .detail__body .detail__payment {
        gap: 10px;
        flex-wrap: wrap;
    }
}
.detail__wrapper .detail__body .detail__payment h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 21px;
    color: #303030;
    text-transform: capitalize;
}
.detail__wrapper .detail__body .detail__payment .detail__payment__info {
    display: flex;
    align-items: center;
}
.detail__wrapper .detail__body .detail__payment .detail__payment__info img {
    width: 23px;
    height: 23px;
}
.detail__wrapper .detail__body .detail__payment .detail__payment__info span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    color: rgba(48, 48, 48, 0.6);
}
.detail__wrapper .detail__body .detail__payment .detail__payment__info a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #5e79d6;
    margin-left: 30px;
}
@media screen and (max-width: 500px) {
    .detail__wrapper .detail__body .detail__payment .detail__payment__info a {
        margin-left: 20px;
    }
}
.detail__wrapper .detail__body .detail__payment .detail__payment__info a:hover {
    color: black;
}
.detail__wrapper .detail__body .detail__recipt {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}
.detail__wrapper .detail__body .detail__recipt h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #303030;
}
.detail__wrapper .detail__body .detail__recipt .success {
    /* border-top: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); */
    padding: 4px 0px;
}
.detail__wrapper .detail__body .detail__recipt .detail__recipt__info {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .detail__wrapper .detail__body .detail__recipt .detail__recipt__info {
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
    }
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__heading
    img {
    width: 11px;
    height: 16px;
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__heading
    span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 21px;
    color: rgba(48, 48, 48, 0.6);
    text-transform: capitalize;
    width: 90px;
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    color: rgba(48, 48, 48, 0.6);
    max-width: 110px;
    width: 100%;
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__price {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    color: rgba(48, 48, 48, 0.6);
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__payment {
    display: flex;
    gap: 80px;
}
@media screen and (max-width: 500px) {
    .detail__wrapper
        .detail__body
        .detail__recipt
        .detail__recipt__info
        .recipt__payment {
        gap: 0px;
        flex-direction: column;
    }
}
@media screen and (max-width: 400px) {
    .detail__wrapper
        .detail__body
        .detail__recipt
        .detail__recipt__info
        .recipt__payment {
        margin-top: -20px;
        padding-bottom: 20px;
    }
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__payment
    p {
    width: 200px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(48, 48, 48, 0.6);
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__payment
    .recipt__payment__link {
    display: flex;
    gap: 40px;
}
@media screen and (max-width: 768px) {
    .detail__wrapper
        .detail__body
        .detail__recipt
        .detail__recipt__info
        .recipt__payment
        .recipt__payment__link {
        flex-wrap: wrap;
        flex-grow: 1;
        justify-content: center;
        align-items: center;
    }
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__payment
    .recipt__payment__link
    a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #5e79d6;
    display: flex;
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__payment
    .recipt__payment__link
    a
    img {
    width: 20px;
    height: 20px;
}
.detail__wrapper
    .detail__body
    .detail__recipt
    .detail__recipt__info
    .recipt__payment
    .recipt__payment__link
    a:hover {
    color: black;
}

.show__more {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #5e79d6;
    text-transform: capitalize;
    margin-top: 20px;
}
.show__more:hover {
    color: black;
}

.checkbox[type="checkbox"] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.sub {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 30px;
    background: rgb(8, 240, 228);
    display: block;
    border-radius: 30px;
    position: relative;
}

.sub:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 20px;
    transition: 0.3s;
}

.checkbox:checked + .sub {
    background: #bada55;
}

.checkbox:checked + .sub:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.sub:active:after {
    width: 26px;
}
.plan {
    background-color: white !important;
}
.plan__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
}
.plan__wrapper .pricing__title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    color: #5e79d6;
    text-transform: capitalize;
    margin-bottom: 0;
}
.plan__wrapper .plan__quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.plan__wrapper .plan__quantity .plan__choose {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.plan__wrapper .plan__quantity .plan__choose span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;
    color: #303030;
    text-transform: capitalize;
}
.plan__wrapper .plan__quantity .choose__title {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    color: #303030ad;
    margin-top: 0px;
}
.plan__wrapper .plan__quantity .counter__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: -10px;
    width: 100%;
}
.plan__wrapper .plan__quantity .counter__wrapper .counter {
    width: 100%;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #0ea78d;
    justify-content: space-around;
    padding: 10px 0px;
    margin-top: 17px;
}

.plan__wrapper .plan__quantity .counter__wrapper .counter button {
    width: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.plan__wrapper .plan__quantity .counter__wrapper .counter .decrement {
    text-align: center;
    font-weight: bolder;
    color: rgba(0, 221, 255);
    width: 90%;
}

.plan__wrapper .plan__quantity .counter__wrapper .counter .increment {
    text-align: center;
    font-weight: bolder;
    color: rgba(0, 221, 255);
    width: 90%;
}

.plan__wrapper .plan__quantity .counter__wrapper .counter input {
    width: 100%;
    height: 42px;
    font-size: 24px;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    border: none;
    text-align: center;
    color: #00705d;
    border-left: 2px solid #0ea78d;
    border-right: 2px solid #0ea78d;
}
.plan__wrapper .plan__quantity .counter__wrapper span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #00705d;
} /*# sourceMappingURL=style.css.map */

.ribbon {
    width: 246px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #fbcd02;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 145px;
    padding: 8px 0;
    background-color: #ff2982;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 600 14px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* top right*/
.ribbon-top-right {
    top: -5px;
    right: -5px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -15px;
    top: 30px;
    transform: rotate(45deg);
    font-size: 13px;
}

/* top left*/
.ribbon-top-left {
    top: -5px;
    left: -5px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    left: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-left span {
    left: -21px;
    top: 20px;
    font-weight: 600px;
    transform: rotate(-33deg);
    font-size: 12px;
}

.card__item__wrapper.combo-package {
    border: 2px solid #1eb7bd;
    border-radius: 20px;
}
.card__item__wrapper.single-subject {
    border: 2px solid #6666cc;
    border-radius: 20px;
}
.card__item__wrapper.core-subject {
    border: 2px solid #5ab24f;
    border-radius: 20px;
}
.form__personal__info .form__field:last-child {
    margin-bottom: 2px !important;
}

.online__profile .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
@media screen and (max-width: 768px) {
    .online__profile .container {
        flex-wrap: wrap;
        gap: 40px;
    }
}
.online__wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: unset;
}
.online__wrapper .online__profile__heading {
    height: 60px;
    width: 100%;
    background: linear-gradient(90deg, #1cd8d2 0%, #93edc7 100%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    display: flex;
    gap: 8px;
    justify-content: start;
    align-items: center;
    padding-left: 32px;
}
.online__wrapper .online__profile__heading h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
}
.online__wrapper .online__profile__heading img {
    width: 20px;
    height: 20px;
}
.online__wrapper .online__profile__form {
    padding: 20px 32px 0px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.online__wrapper .online__profile__form .online__profile__item {
    display: flex;
    gap: 20px;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .online__wrapper .online__profile__form .online__profile__item {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.online__wrapper
    .online__profile__form
    .online__profile__item
    .online__peofile__tag {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
    text-transform: capitalize;
    color: #5e79d6;
    width: 50px;
}
.online__wrapper .online__profile__form .online__profile__item img {
    height: 40px;
    width: 40px;
}
.online__wrapper
    .online__profile__form
    .online__profile__item
    .online__profile__data {
    display: flex;
    width: 100%;
    flex-grow: 2;
    gap: 10px;
}
@media (max-width: 700px) {
    .online__wrapper
        .online__profile__form
        .online__profile__item
        .online__profile__data {
        flex-wrap: wrap;
    }
}
.online__wrapper
    .online__profile__form
    .online__profile__item
    .online__profile__data
    .online__form__field {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    gap: 5px;
}
.online__wrapper
    .online__profile__form
    .online__profile__item
    .online__profile__data
    .online__form__field
    .online__form__label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
    text-transform: capitalize;
}
.online__wrapper
    .online__profile__form
    .online__profile__item
    .online__profile__data
    .online__form__field
    .online__form__input {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    max-width: 350px;
    width: 100%;
    height: 40px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.online__wrapper .online__profile__form .online__form__field__info {
    display: flex;
    gap: 10px;
    text-align: center;
    margin-top: -5px;
    margin-left: 30px;
    justify-content: flex-end;
}
@media screen and (max-width: 500px) {
    .online__wrapper .online__profile__form .online__form__field__info {
        display: grid;
        grid-template-columns: 1fr;
    }
}
.online__wrapper .online__profile__form .online__form__field__info span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 10px;
    text-transform: capitalize;
    color: #5e79d6;
    width: 100px;
}
.online__wrapper .online__profile__form .online__form__field__info a {
    margin-left: 15px;
    text-transform: capitalize;
    color: #1cd8d2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.online__wrapper .online__profile__form .online__form__field__info a img {
    width: 20px;
    height: 20px;
}
.online__wrapper .online__profile__form .online__form__field__info a:hover {
    color: #e6e22b;
}

.scale-up {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

/* Table styles section start ----------------------------- */
.new__table-wrapper {
    border-radius: 8px;
    height: 100%;
    overflow-y: hidden;
    border: 1px solid #617fa7;
}

.new__table-wrapper table {
    margin-bottom: 0;
    min-width: 1000px;
}

.new__table-wrapper thead {
    background-color: #40bd82;
    padding: 4px 0px;
    border-top: 3px solid #40bd82;
    border-bottom: 3px solid #40bd82;
}

.new__table-wrapper thead tr {
    border: 1px solid #40bd82;
}

.new__table-wrapper thead th {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-left: 1px solid #fff !important;
    padding: 8px 16px;
    vertical-align: middle;
}

.new__table-wrapper thead th:first-child {
    border-left: none;
}

.new__table-wrapper tbody td {
    padding: 20px 16px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.new__table-wrapper table tbody tr:nth-child(even) {
    background-color: #e8f3ee;
}

.new__table-wrapper table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
/* Table styles section End ----------------------------- */
