	@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:active, :focus {
    outline: 0;
}

button,
input,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li,
ul {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

h1 {
    font-size: 45px;
    line-height: 54px;
    font-weight: 900;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
    padding-top: 10px;
    font-weight: 600;
    padding-bottom: 10px;
}

.content_toggle {
    display: none;
    font-size: 14px;
    font-weight: 800;
    color: #005dff;
    text-decoration: underline;
    z-index: 9999;
    position: absolute;
    left: 49%;
    margin-top: -10px;
}

.content_toggle:hover {
    cursor: pointer;
}

.program__content-text {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.program__content-text.hide {
    height: 650px;
}

.program__content-text a {
    color: #005DFF;
}

.program__content-text.hide:after {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

.title {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 40px;
}

.subtitle {
    color: #666;
    line-height: 24px;
    margin-bottom: 40px;
}

.btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 16px 22px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    outline: 0;
    background: #005dff;
    border-radius: 5px;
    border: 0;
    -webkit-transition: background 0.2s ease, color 0.35s;
    -o-transition: background 0.2s ease, color 0.35s;
    transition: background 0.2s ease, color 0.35s;
}

.btn:hover {
    background: #0038FF;
}

.intro {
    padding: 50px 0;
    background-color: #f3f6ff;
}

.intro__wrapper {
    position: relative;
    padding: 40px 40px 90px 40px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    background-color: #fff;
    flex-direction: column;
    padding: 40px;
}

.intro__wrapper-content {
    margin-bottom: 0px;
}

.intro__wrapper_container {
    display: flex;
    flex-direction: row;
}

.intro__wrapper-img {
    padding-top: 0px;
    position: absolute;
    bottom: 0px;
    right: 80px;
}

.intro__wrapper-img::after {
    content: "";
    display: block;
    width: 566px;
    height: 566px;
    position: absolute;
    bottom: -100%;
    left: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    background: #005dff;
    opacity: 0.7;
    -webkit-filter: blur(75px);
    filter: blur(75px);
}

.intro__wrapper-img img {
    position: relative;
    z-index: 2;
    width: 450px;
}

.intro__suptitle {
    font-size: 14px;
    line-height: 21px;
    color: #005dff;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.intro__title {
    margin-bottom: 20px;
    width: 620px;
    z-index: 2;
}

.intro__lists {
    margin-bottom: 30px;
}

.intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

.intro__list p {
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
    color: #666;
}

.icon-check,
.icon-check2 {
    width: 17px;
    height: 12px;
}

.icon-lightning {
    width: 16px;
    height: 22px;
}

.intro__discount {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 14px;
    border-radius: 50px 0 0 50px;
    background-color: #dbff00;
}

.intro__plan {
    top: 120px;
    background-color: #005dff;
    color: #fff;
}

.intro__plan:hover {
    cursor: pointer;
}

.intro__discount-text {
    margin-left: 10px;
}

.timer {
    padding-left: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sale-title {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 10px;
}

.sale-title span {
    font-weight: 700;
}

.cards {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 10;
}

.card {
    position: relative;
    flex: 1 1 220px;
    background: #edf4ff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 6px 2px rgba(0, 0, 0, 0.03);
    min-width: 220px;
    text-align: center;
}

.card-title {
    font-size: 15px;
    color: #555;
}

.card-main {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
}

.card-sub {
    font-size: 15px;
    color: #555;
    text-decoration: line-through;
}

.stars {
    font-size: 25px;
    color: #2563eb;
}

.star-badge {
    position: absolute;
    top: -26px;
    right: -16px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.star-bg {
    position: absolute;
    inset: 0;
    color: #dbff00;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.15));
    transform: rotate(-10deg);
}

.star-label {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 800;
    color: #000;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.leadtopform {
    font-size: 21px;
    font-weight: 800;
}

.leadtopform span {
    background: #dbff00;
    padding: 3px;
}

main .input {
    margin-top: 20px;
    padding: 16px 20px;
    border-radius: 10px;
    border: 0;
}

.med_pp_new .consultation__wrapper .btn {
    position: relative;
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    outline: 0;
    background: #005dff;
    border-radius: 0.5em;
    border: 0;
    height: 2.75rem;
    width: 100%;
    -webkit-transition: background 0.2s ease, color 0.35s;
    -o-transition: background 0.2s ease, color 0.35s;
    transition: background 0.2s ease, color 0.35s;
}

.med_pp_new .consultation__wrapper .btn:hover {
    background: #0038FF;
    cursor: pointer;
}

.med_pp_new .consultation__wrapper {
    background: #fff;
}

.med_pp_new .consultation__wrapper .consultation__inner .marker {
    color: #000;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.med_pp_new .consultation__wrapper .consultation__inner .marker::after {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: 3px;
    height: 10px;
    background: #dbff00;
    border-radius: 8px;
    z-index: -1;
}

.med_pp_new .consultation__inner .subtitle,
.med_pp_new .consultation__wrapper .title {
    color: #000;
}

.med_pp_new .consultation__wrapper .title {
    color: #000;
    font-size: 32px;
    line-height: 37px;
}

.med_pp_new .consultation__form input {
    margin-top: 14px;
}

.med_pp_new .consultation__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.med_pp_new .consultation__inner {
    width: 60%;
}

.med_pp_new .consultation__inner_two {
    width: 40%;
}

.med_pp_new .consultation__wrapper .checkbox-inline a,
.med_pp_new .consultation__wrapper .checkbox-inline {
    color: #000;
}

.med_pp_new .consultation__wrapper .checkbox-inline {
    padding-top: 20px;
    padding-bottom: 0px;
}

.consultation {
    padding: 60px 0;
}

.consultation__wrapper {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #005dff;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.consultation__inner .subtitle {
    color: #ffffff;
}

.consultation__inner .consultation__btns {
    align-items: baseline;
}

.consultation__wrapper .btn {
    cursor: pointer;
    position: relative;
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    outline: 0;
    background: #fd3c76;
    border-radius: 0.5em;
    border: 0;
    height: 2.75rem;
    -webkit-transition: background 0.2s ease, color 0.35s;
    -o-transition: background 0.2s ease, color 0.35s;
    transition: background 0.2s ease, color 0.35s;
}

.consultation__btns {
    margin-top: 0px;
    padding-top: 0px;
}

.consultation__wrapper label.checkbox__text {
    margin-top: 0px;
}

.consultation__wrapper .consultation__policy-link {
    color: #fff;
}

.consultation__wrapper .title {
    color: #fff;
}

.checkbox__text {
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    margin-left: 20px;
}

.checkbox-inline {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    user-select: none;
    gap: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkbox-inline input {
    display: none;
}

.checkbox-mark {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    position: relative;
    flex-shrink: 0;
    margin-top: -1px;
}

.checkbox-inline input:checked + .checkbox-mark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-link {
    color: #000;
    text-decoration: underline;
}

.contact-way {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
    margin-top: 14px;
    margin-bottom: 14px;
    justify-content: flex-end;
}

.contact-way__title {
    font-size: 13px;
    color: #555;
    white-space: nowrap;
}

.contact-way__list {
    display: flex;
    gap: 10px;
}

.contact-way__item {
    cursor: pointer;
}

.contact-way__item input {
    display: none;
}

.contact-way__box {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    transition: 0.2s;
}

.contact-way__icon {
    width: 19px;
    height: 19px;
    fill: #0b5cff;
}

.contact-way__item input:checked + .contact-way__box {
    border-color: #005dff;
}

.contact-way__item:hover .contact-way__box {
    transform: translateY(-2px);
}

.licenses {
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 60px;
}

.licenses-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.licenses-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cardlic {
    background: #ffffff;
    border-radius: 10px;
    padding: 24px;
    border: 0.0625rem solid #D3D8E3;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.card-large {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-image img {
    max-width: 250px;
    border-radius: 12px;
    object-fit: cover;
}

.card-full {
    margin-top: 24px;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.card-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.cardlic p {
    margin: 0;
    font-size: 15px;
    color: #374151;
}

.icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-svg {
    width: 42px;
    height: 42px;
    fill: #1f2937;
}

.icon-svg path {
    stroke: currentColor;
    fill: currentColor;
}

.diploma-section {
    max-width: 1150px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 24px;
    border-radius: 10px;
    border: 0.0625rem solid #D3D8E3;
}

.diploma-info {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    margin-bottom: 24px;
    padding-bottom: 34px;
    border-bottom: 0.0625rem solid #D3D8E3;
}

.diploma-info__text h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

.diploma-info__text p {
    color: #444;
    margin-bottom: 12px;
    padding-top: 12px;
}

.diploma-info__image img {
    max-width: 100%;
    border-radius: 8px;
}

.documents h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.documents {
    margin-top: 20px;
}

.documents-wrapper {
    position: relative;
    max-height: 260px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.documents-wrapper.open {
    max-height: 2000px;
}

.documents-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
}

.documents-list img {
    width: 100%;
    border-radius: 6px;
    background: #fff;
}

.reviews__slider-item {
    margin: 0px;
    height: auto;
    padding: 25px 30px;
    max-width: 363px;
    border-radius: 10px;
    background-color: #f3f6ff;
}

.reviews__slider-item__block {
    margin: 0px;
}

.reviews__slider-item__name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}

.reviews__slider-item__text {
    font-size: 14px;
    color: #666;
}

.med_pp_new .curriculum-table-block {
    border: 0.0625rem solid #D3D8E3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.med_pp_new .pay {
    background-color: #f3f6ff;
    padding: 60px 0;
}

.med_pp_new .companies__wrapper {
    border-radius: 10px;
}

.med_pp_new .companies {
    background-color: #f3f6ff;
}

.med_pp_new .companies__wrapper .title {
    text-align: center;
    margin-top: 0px;
    font-size: 32px;
}

.reviews-section .owl-nav {
    display: none;
}

.js-feedback-box-items {
    overflow: hidden;
}

.reviews-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.reviews-list-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 30px auto 0;
}

.reviews-list {
    display: grid;
    gap: 24px;
    max-height: 1100px;
    overflow: hidden;
}

.review-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    border: 0.0625rem solid #D3D8E3;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.review-card--active:hover {
    transform: translateY(5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
}

.review-card--active::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: radial-gradient(circle at top left, rgba(0, 123, 255, 0.08), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.review-card--active:hover::after {
    opacity: 1;
}

.review-card__header {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.review-card__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.review-card__avatar-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.review-card__author {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.review-card__rank {
    font-size: 14px;
    color: #999;
    margin-top: 4px;
}

.review-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.review-card__stars {
    display: flex;
}

.review-card__date {
    font-size: 14px;
    color: #999;
}

.review-card__text {
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.reviews-empty {
    text-align: center;
    color: #666;
    padding: 40px;
}

.reviews-fade {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, rgba(248, 249, 250, 0.8) 40%, #f8f9fa 100%);
}

.reviews-more-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #005DFF;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.reviews-more-btn:hover {
    background: #0038FF;
    transform: translateY(-3px);
}

.career {
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 24px;
    border-radius: 10px;
    border: 0.0625rem solid #D3D8E3;
    background: linear-gradient(180deg, #f9fafc 0%, #ffffff 100%);
}

.career__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.career__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 70px;
    color: #111827;
}

.career__title span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.career__title span::after {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: 6px;
    height: 14px;
    background: #dbff00;
    border-radius: 8px;
    z-index: -1;
}

.career__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.career__card {
    padding: 40px;
    border-radius: 24px;
    text-align: left;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.career__card svg {
    width: 28px;
    height: 28px;
}

.companies {
    padding-bottom: 60px;
}

.companies__wrapper {
    padding: 60px;
    border-radius: 0 0 10px 10px;
    background-color: #f3f6ff;
}

.companies__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.companies .btn--companies {
    width: 100%;
}

.reviews {
    padding: 60px 0;
}

.reviews__slider-item__video {
    position: relative;
}

.reviews__slider-item__video img {
    border-radius: 10px;
    max-width: 100%;
}

.reviews__slider-item__video .reviews__icon-play {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.reviews__slider-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.reviews__slider-item__img img {
    width: 56px;
    height: 56px;
}

.med_pp_new .reviews__slider-item__video {
    position: relative;
    text-align: center;
}

.med_pp_new .reviews__slider-item {
    background: #fff;
    border-radius: 12px;
    border: 0.0625rem solid #D3D8E3;
}

.med_pp_new .reviews__slider-item__video img {
    border-radius: 0px;
}

.clients {
    padding: 60px 0;
}

.clients-box {
    margin: 20px 0 40px;
    overflow: hidden;
    text-align: center;
}

.clients .title {
    margin-bottom: 90px;
}

.program {
    padding: 60px 0;
}

.program__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.program__content {
    margin-top: 0px;
    width: 100%;
}

.curriculum-detail .page-sub-header {
    padding: 0px 0px 30px;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
}

.curriculum-detail {
    background: #fff;
}

.curriculum-table-block {
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.docs-box__wrapper {
    margin: 0 auto;
    margin-bottom: 20px;
}

.docs-box__item {
    filter: none;
}

.docs-box__wrapper::before,
.docs-box__wrapper::after {
    content: '';
    width: 35px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: none;
    z-index: 1;
}

.education {
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 40px 0px;
}

.education__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px;
    text-align: center;
}

.education__title span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.education__title span::after {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: 3px;
    height: 10px;
    background: #dbff00;
    border-radius: 8px;
    z-index: -1;
}

.education__desc {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 32px;
}

.education__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
	margin: 0 5px 0 5px;
}

.cardes {
    display: flex;
    gap: 16px;
    padding: 22px 24px;
    background: #ffffff;
    border-radius: 10px;
    border: 0.0625rem solid #D3D8E3;
}

.diploma-card svg,
.cardes svg {
    width: 28px;
    height: 28px;
}

.card--primary {
    color: #000;
}

.card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card__icon--outline {
    border-radius: 12px;
    background: #f3f4f6;
}

.card__title {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 600;
}

.card__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: inherit;
    opacity: 0.9;
}

.pay {
    background-color: #f3f6ff;
    padding: 120px 0;
}

.pay__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pay__wrapper-inner {
    width: 50%;
    position: relative;
    padding: 40px;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
}

.pay__wrapper-inner .pay__suptitle {
    color: #005dff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pay__wrapper-inner .title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.pay__wrapper-inner .btn {
    width: 100%;
}

.pay__wrapper-deduction {
    margin-bottom: 40px;
}

.pay__wrapper-deduction2 {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='495' height='142' viewBox='0 0 495 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='494' height='125' rx='9.5' stroke='%23878787' stroke-dasharray='12 12'/%3E%3C/svg%3E%0A");
}

.med_pp_new .pay__wrapper-deduction2 {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    color: #666;
    border-radius: 0px;
    background: repeating-linear-gradient(90deg, #666 0 10px, transparent 10px 20px) top,
        repeating-linear-gradient(90deg, #666 0 10px, transparent 10px 20px) bottom,
        repeating-linear-gradient(0deg, #666 0 10px, transparent 10px 20px) left,
        repeating-linear-gradient(0deg, #666 0 10px, transparent 10px 20px) right;
    background-size: 100% 1.5px, 100% 1.5px, 1.5px 100%, 1.5px 100%;
    background-repeat: no-repeat;
}

.med_pp_new .pay__wrapper .intro__discount {
    top: 30px;
}

.med_pp_new .pay__wrapper .btn--education {
    width: auto;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px 25px;
}

.med_pp_new .pay__wrapper .submit-ques-form {
    width: 100%;
    background-color: #dbff00;
    border-radius: 30px;
    color: #000;
}

.med_pp_new .pay__wrapper-form .checkbox-inline a,
.med_pp_new .pay__wrapper-form .checkbox-inline {
    color: #fff;
    padding-bottom: 0px;
}

.med_pp_new .form__label {
    margin: 0;
}

.med_pp_new .pay__wrapper-form {
    width: 50%;
}

.med_pp_new .pay__wrapper-form .title {
    font-size: 32px;
    color: #fff;
}

.med_pp_new .pay__wrapper-form .title span {
    background: #dbff00;
    padding: 2px;
    color: #000;
}

.med_pp_new .pay__wrapper-form .contact-way {
    margin-rigth: 0 0.75rem;
}

.med_pp_new .pay__wrapper-form .contact-way__title {
    color: #fff;
}

.med_pp_new .pay__wrapper-form .contact-way__item input:checked + .contact-way__box {
    border-color: #dbff00;
}

.med_pp_new .pay__wrapper-form input {
    width: 100%;
    margin-left: 0;
}

.pay__wrapper-deduction__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-check-promo {
    width: 40px;
    height: 40px;
}

.pay__wrapper-deduction__text {
    padding-left: 10px;
}

.pay .pay__wrapper-form {
    padding: 40px;
    padding-bottom: 0px;
    border-radius: 10px;
    background-color: #005dff;
}

.pay .pay__wrapper-form .title {
    color: #fff;
    margin-bottom: 20px;
}

.pay .pay__wrapper-form .pay__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
}

.pay .pay__wrapper-form .pay__subtitle2 {
    margin-bottom: 0px;
}

.pay .pay__wrapper-form .pay__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pay .pay__wrapper-form .pay__form .input-name {
    width: 100%;
}

.pay .pay__wrapper-form .pay__form .input-tel {
    width: 100%;
}

.pay .pay__wrapper-form .pay__form .input-mail {
    width: 100%;
    margin-left: 0;
}

.pay .pay__wrapper-form .pay__form .textarea {
    border-radius: 5px;
    padding: 16px 20px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pay .pay__wrapper-form .pay__form .pay__wrapper-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 1100px) {
	.intro__discount {
		top: 30px;
	}
	.intro__plan {
        display: none;
    }
    .pay__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pay__wrapper-inner {
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 150px;
        width: 100%;
    }

    .pay__wrapper-form {
        width: 100%;
    }

    .pay__wrapper-prices {
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {

	form input{
		margin-top:10px !important;
		padding: 13px 15px !important;
	}

	.contact-way {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap: 10px;
		margin-left: auto;
		margin-top: 5px;
		margin-bottom: 14px;
	}

    .career {
        padding: 24px 20px;
        margin: 30px 16px 0px 16px;
    }

    .career__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }

	.career__title {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.licenses{
		margin-top:30px;
	}
    .licenses-grid {
        grid-template-columns: 1fr;
    }

    .card-large {
        order: -1;
    }

    .licenses-left {
        order: 1;
    }
	.curriculum-detail-box-mobile{
		display:none;
	}
	.reviews-more-btn {
		margin-bottom: 20px;
	}
	.reviews__slider-item{
		max-width:none;
	}
	
}

@media (max-width: 991px) {
    .intro__wrapper {
        padding: 20px 20px 0 20px;
    }

    .consultation .input-tel {
        width: 100%;
    }

    .consultation .input-mail {
        width: 100%;
        margin-left: 0;
    }

    .consultation__wrapper {
        padding: 20px;
    }

    .companies__wrapper {
        padding: 20px;
    }

    .companies__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .program__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .program__content {
        padding-left: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .intro__wrapper-img {
        display: none;
    }
}

@media (max-width: 820px) {
    .title {
        margin-bottom: 0px;
    }

    .pay__wrapper-form {
        width: 100% !important;
    }

    .pay__wrapper-form .title {
        font-size: 28px !important;
        line-height: 32px;
        color: #fff;
    }

    .clients {
        padding: 40px 0;
        text-align: center;
    }

    .diploma-section {
        margin: 16px;
    }

    .diploma-info {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-bottom: 0px;
    }

    .diploma-info__text {
        order: 1;
    }

    .diploma-info__image {
        order: 2;
        text-align: center;
        margin: 15px 0 20px;
    }

    .diploma-info__image img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .diploma-info__text p {
        font-size: 15px;
        line-height: 1.6;
    }

    .curriculum {
        padding: 0px 0;
    }

    .program {
        padding: 0px 0;
    }

    .reviews-section {
        padding: 30px 0;
    }

    .education {
        padding: 40px 20px 0;
    }

    .education__cards {
        grid-template-columns: 1fr;
    }

    .education__title {
        font-size: 24px;
        line-height: 30px;
    }

    .education__desc {
        font-size: 16px;
    }

    .intro {
        padding: 20px 0;
    }

    .cards {
        gap: 12px;
        margin: 0px 20px 20px 20px;
    }

    .card {
        flex: 0 0 calc(50% - 6px);
        min-width: unset;
        padding: 14px;
    }

    .card-title {
        font-size: 13px;
    }

    .card-main {
        font-size: 20px;
    }

    .card-sub {
        font-size: 13px;
    }

    .stars {
        font-size: 20px;
    }

    .star-badge {
        width: 40px;
        height: 40px;
        top: -15px;
        right: -15px;
    }

    .star-label {
        font-size: 11px;
    }

    .leadtopform,
    .formtop {
        display: none;
    }
}

@media (max-width: 768px) {
    .licenses {
        padding: 0 16px;
    }

    .card-large {
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

    .card-content {
        width: 100%;
    }

    .card-image {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .card-image img {
        max-width: 320px;
        width: 100%;
        height: auto;
    }

    .cardlic {
        padding: 20px;
    }

    .intro__wrapper {
        padding: 100px 20px 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro__wrapper-img {
        padding: 0;
    }

    .intro__title {
        width: 100%;
    }

    .intro__discount {
        left: 0;
        right: auto;
        min-width: 0;
        border-radius: 0 50px 50px 0;
    }

    .consultation__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .consultation .consultation__inner {
        width: 100%;
        margin-left: 0;
    }

    .pay__wrapper-inner {
        padding: 80px 20px 20px 20px;
    }

    .pay__wrapper-inner .title {
        font-size: 24px;
        line-height: 32px;
    }

    .pay__wrapper .pay__wrapper-form {
        padding: 20px;
    }

    .med_pp_new .consultation__wrapper .consultation__btns {
        flex-direction: row;
        margin-top: 15px;
        padding-top: 0px;
        align-items: center;
        gap: 20px;
    }

    .med_pp_new .consultation__wrapper .subtitle {
        display: block;
        margin-bottom: 0px;
    }

    .med_pp_new .consultation__wrapper .leadformerror {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .card-image img {
        max-width: 260px;
    }

    .cardlic p {
        font-size: 14px;
    }

    .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .intro {
        padding: 40px 0;
    }

    .intro__wrapper-content {
        margin-bottom: 0px;
    }

    .intro__discount {
        top: 20px;
        min-width: 0;
        padding: 4px 7px 4px 20px;
    }


    .intro__wrapper {
        padding: 0;
    }

    .intro__wrapper-img {
        display: none;
    }

    .intro__wrapper-content {
        padding: 80px 20px 0px 20px;
    }

    .intro__title h1,
    .intro__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .intro__suptitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .intro__list p {
        font-size: 16px;
        line-height: 19px;
    }

    .consultation {
        padding: 40px 0;
    }

	.consultation .input {
        margin-bottom: 10px;
        margin-top: 0px !important;
	}

    .companies {
        padding: 0 0 40px 0;
    }

    .companies__inner {
        margin-bottom: 20px;
    }

    .program {
        padding: 40px 0;
    }

    .program__content-text {
        font-size: 14px;
        line-height: 18px;
    }

    .curriculum {
        padding: 0px 0;
    }

    .clients {
        padding: 40px 0;
    }

    .clients .title {
        margin-bottom: 40px;
    }

    .pay {
        padding: 30px 0 30px !important;
    }

    .med_pp_new .consultation__wrapper .title {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}