:root {
    --primary-font: "Oswald", sans-serif;
    --secondary-font: "Lato", sans-serif;
    --primary-color: rgba(2, 26, 85, 1);
    --secondary-color: rgba(48, 137, 84, 1);
    --text-color: rgba(64, 70, 86, 1);
    --white: rgb(255, 255, 255);
    --black: rgb(0, 0, 0);
    --secondary-p: rgba(186, 199, 229, 1);
    --body-background: rgba(247, 250, 255, 1);
    --border: rgba(223, 214, 221, 1);
}

/* General CSS start */
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figure,
footer,
header,
menu,
nav,
section,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    background-color: var(--body-background);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    height: auto;
    vertical-align: middle;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 100%;
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

:-ms-input-placeholder {
    color: rgb(0, 0, 0);
    opacity: 1
}

:-moz-placeholder {
    color: rgb(0, 0, 0);
    opacity: 1;
}

button::-moz-focus-inner {
    border: 0;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
    width: 100%;
    border: solid 1px var(--border);
    color: var(--black);
    border-radius: 8px;
    padding: clamp(15px, 1.094vw, 21px) 15px;
    font-size: 16px;
    line-height: 120%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=submit],
input[type=button] {
    cursor: pointer;
    border: 0;
}

input:focus {
    outline: none;
    border-color: var(--primary-color);
}

label {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: 700;
    line-height: 120%;
    background: -o-linear-gradient(357.15deg, #0439BB 29.74%, #10307F 97.84%);
    background: linear-gradient(92.85deg, #0439BB 29.74%, #10307F 97.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 0;
}

p {
    font-family: var(--secondary-font);
    font-size: clamp(14px, 0.835vw, 16px);
    font-weight: 400;
    line-height: 150%;
    color: var(--text-color);
    margin: 0;
    padding: 0;
}

.container {
    max-width: 94.271vw;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.h1 {
    font-size: clamp(32px, 4.271vw, 82px);
}

.h2 {
    font-size: clamp(20px, 2.5vw, 48px);
}

.h3 {
    font-size: clamp(16px, 1.667vw, 32px);
}

.h4 {
    font-size: clamp(16px, 1.25vw, 24px);
}

.h5 {
    font-size: 18px;
}

.primary-btn {
    background: var(--secondary-color);
    font-family: var(--primary-font);
    padding: clamp(11px, 0.833vw, 16px) 32px;
    border-radius: 8px;
    border: 0;
    font-size: clamp(14px, 1.25vw, 24px);
    font-weight: 700;
    line-height: 150%;
    color: var(--white);
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.primary-btn:hover {
    background: var(--white);
    color: var(--secondary-color);
}

.secondary-btn {
    background: var(--primary-color);
    font-family: var(--primary-font);
    padding: clamp(14px, 1.042vw, 20px) 10px;
    border-radius: 8px;
    border: 0;
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 700;
    line-height: 150%;
    color: var(--white);
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.secondary-btn:hover {
    background-color: var(--secondary-color);
}

/* General CSS end */

/* Header css start */
header {
    padding: 16px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    z-index: 999;
}

header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .logo img {
    max-width: clamp(110px, 13.906vw, 267px);
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Header css end */
/* body css start */
body.complete-progressbar .multi-step-form .main-form .step-2 .progress-bar .progress-fillup span {
    width: 100%;
}

/* body css end */
/* Banner section start */
.banner {
    background: -o-linear-gradient(345.63deg, #F2F6FF 0%, #FFF7F7 100%);
    background: linear-gradient(104.37deg, #F2F6FF 0%, #FFF7F7 100%);
    padding: clamp(26px, 4.948vw, 95px) 0 clamp(26px, 3.958vw, 76px);
}

.banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(26px, 8.073vw, 155px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-inner>div {
    width: 50%;
}

.banner-inner .left-content>p {
    font-size: clamp(12px, 1.51vw, 29px);
    line-height: 120%;
    letter-spacing: 0.17em;
    text-align: left;
    margin-bottom: clamp(8px, 0.833vw, 16px);
    font-family: var(--primary-font);
    text-transform: uppercase;
    color: var(--primary-color);
}

.banner-inner .left-content .h1 {
    margin-bottom: 24px;
}

.banner-inner .left-content .discover {
    background-color: var(--primary-color);
    padding: clamp(8px, 0.833vw, 16px);
    border-radius: clamp(8px, 0.833vw, 16px);
    margin-bottom: 24px;
    font-family: var(--secondary-font);
    font-size: clamp(14px, 1.042vw, 20px);
    font-weight: 700;
    line-height: 160%;
    color: var(--white);
    max-width: 721px;
}

.banner-inner .learn-list p {
    font-size: clamp(16px, 1.25vw, 24px);
    font-style: italic;
    font-weight: 700;
    line-height: 160%;
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: clamp(8px, 0.833vw, 16px);
}

.banner-inner .learn-list ul li {
    position: relative;
    font-size: clamp(12px, 0.938vw, 18px);
    font-weight: 500;
    line-height: 160%;
    color: var(--text-color);
    padding-left: clamp(24px, 2.083vw, 40px);
    margin-bottom: clamp(8px, 0.833vw, 16px);
    max-width: 623px;
}

.banner-inner .learn-list ul li:last-child {
    margin-bottom: 0;
}

.banner-inner .learn-list ul li span {
    color: var(--primary-color);
    font-weight: 700;
    padding-right: 3px;
}

.banner-inner .learn-list ul li::before {
    position: absolute;
    content: '';
    background-image: url('../images/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: clamp(18px, 1.25vw, 24px) clamp(18px, 1.25vw, 24px);
    width: clamp(18px, 1.25vw, 24px);
    height: clamp(18px, 1.25vw, 24px);
    top: 2px;
    left: 0;
}

.banner-inner .learn-list.mobile {
    display: none;
}

.multi-step-form .main-form {
    -webkit-box-shadow: 5px 10px 32px 0px rgba(2, 26, 85, 0.11);
    box-shadow: 5px 10px 32px 0px rgba(2, 26, 85, 0.11);
    padding: clamp(16px, 1.667vw, 32px);
    border-radius: clamp(12px, 1.25vw, 24px);
    background-color: var(--white);
}

.multi-step-form .main-form .h3 {
    margin-bottom: 16px;
}

.multi-step-form .main-form .form-inner {
    margin-bottom: clamp(12px, 1.25vw, 24px);
}

.multi-step-form .main-form .form-inner .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: clamp(8px, 1.25vw, 24px);
}

.multi-step-form .main-form .form-inner .form-field:last-child {
    margin-bottom: 0;
}

.multi-step-form .main-form form .secondary-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: clamp(10px, 0.781vw, 15px);
    justify-content: center;
}

.multi-step-form .main-form form .secondary-btn img {
    width: clamp(20px, 1.458vw, 28px);
    height: auto;
}

.multi-step-form .main-form input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    border: 1px solid rgba(202, 211, 231, 1);
    background: rgba(235, 241, 255, 1);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.multi-step-form .main-form input[type="radio"]::after {
    position: absolute;
    content: '';
    background-color: var(--primary-color);
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: none;
}

.multi-step-form .main-form input[type="radio"]:checked {
    border-color: var(--primary-color);
}

.multi-step-form .main-form input[type="radio"]:checked::after {
    display: block;
}

.multi-step-form .main-form .step-1 .form-inner .form-field label {
    font-size: clamp(13px, 0.938vw, 18px);
    font-weight: 400;
    line-height: 135%;
    color: var(--primary-color);
    cursor: pointer;
}

.multi-step-form .main-form .step-1 .form-inner .form-field label span {
    font-weight: 700;
}

.multi-step-form .main-form .step-2 .form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.multi-step-form .main-form .step-2 .form-inner .form-group {
    width: 100%;
}

.multi-step-form .main-form .step-2 .form-inner .form-group.w-50 {
    width: calc(50% - 12px);
}

.multi-step-form .main-form .step-2 .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    gap: 12px;
    position: relative;
    margin-bottom: 12px;
    align-items: center;
}

.multi-step-form .main-form .step-2 .checkbox label.error {
    position: absolute;
    bottom: -25px;
    left: 0;
}

.multi-step-form .main-form .step-2 .checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: clamp(16px, 0.99vw, 19px);
    height: clamp(16px, 0.99vw, 19px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 clamp(16px, 0.99vw, 19px);
    flex: 0 0 clamp(16px, 0.99vw, 19px);
    border: 1px solid rgba(223, 214, 221, 1);
    background: var(--white);
    position: relative;
    margin-top: 3px;
    cursor: pointer;
}

.multi-step-form .main-form .step-2 .checkbox input[type="checkbox"]::after {
    position: absolute;
    content: '';
    background-image: url('../images/check-solid.svg');
    width: clamp(11px, 0.729vw, 14px);
    height: clamp(11px, 0.729vw, 14px);
    background-repeat: no-repeat;
    background-size: clamp(11px, 0.729vw, 14px);
    background-position: center;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.multi-step-form .main-form .step-2 .checkbox input[type="checkbox"]:checked {
    border-color: var(--primary-color);
}

.multi-step-form .main-form .step-2 .checkbox input[type="checkbox"]:checked::after {
    display: block;
}

.multi-step-form .main-form .step-2 .checkbox label[for="checkbox"]{
    cursor: pointer;
    color: var(--black) !important;
    font-size: clamp(14px, 0.833vw, 16px);
}

.multi-step-form .main-form .step-2 .checkbox label,
.multi-step-form .main-form .step-2 .terms {
    font-size: clamp(10px, 0.729vw, 14px);
    color: rgba(108, 113, 126, 1);
    line-height: 130%;
}

.multi-step-form .main-form .step-2 .terms a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.multi-step-form .main-form .step-2 .back {
    text-align: center;
    margin: 8px 0 0;
}

.multi-step-form .main-form .step-2 .back a {
    font-family: var(--primary-font);
    font-size: clamp(14px, 0.938vw, 18px);
    font-weight: 500;
    line-height: 150%;
    color: rgba(108, 113, 126, 1);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.multi-step-form .main-form .step-2 .back a:hover,
.multi-step-form .main-form .step-2 .terms a:hover {
    color: var(--secondary-color);
}

.multi-step-form .main-form .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    gap: 15px;
}

.multi-step-form .main-form .progress-bar .progress-title {
    font-size: clamp(12px, 0.833vw, 16px);
    font-weight: 700;
    line-height: 120%;
    color: var(--black);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 clamp(60px, 3.906vw, 75px);
    flex: 0 0 clamp(60px, 3.906vw, 75px);
}

.multi-step-form .main-form .progress-bar .progress-fillup {
    background: rgba(235, 241, 255, 1);
    height: 16px;
    width: 100% !important;
    border-radius: 24px;
    position: relative;
    font-weight: 700;
    font-family: var(--primary-font);
    font-size: 11px;
    color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.multi-step-form .main-form .progress-bar .progress-fillup span {
    line-height: normal;
    padding: 0 10px;
    border-radius: 24px;
    text-align: center;
    width: auto;
}

.multi-step-form .main-form .step-2 .progress-bar .progress-fillup span {
    background-color: var(--secondary-color);
    width: 50%;
    color: var(--white);
}

.multi-step-form .main-form .step {
    display: none;
}

.multi-step-form .main-form .step.active {
    display: block;
}

.multi-step-form .main-form .step:not(:first-of-type) .progress-bar.active .progress-fillup span {
    position: relative;
    z-index: 9;
    height: 100%;
    width: 50%;
    background: rgba(48, 137, 84, 1);
    border-radius: 10px;
    text-align: center;
    color: var(--white);
}

/* Banner section end */

/* exellent css start */
.exellent-sec {
    padding: clamp(26px, 2.865vw, 55px) 0;
}

/* exellent css end */

/* why thise sec css start */
.why-this-sec {
    padding: clamp(26px, 2.865vw, 55px) 0;
    overflow: hidden;
}

.why-this-top-bar h2 {
    margin-bottom: clamp(22px, 2.5vw, 48px);
    text-align: center;
    color: var(--primary-color);
    -webkit-text-fill-color: inherit;
    line-height: 150%;
}

.training-steps-items {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(8px, 0.833vw, 16px);
    border-radius: clamp(8px, 0.833vw, 16px);
    padding: clamp(16px, 1.25vw, 24px);
    border: solid 1px var(--primary-color);
    height: 100%;
    background-color: var(--white);
}

.training-steps-items img {
    display: block;
    width: clamp(40px, 3.854vw, 74px);
    height: clamp(40px, 3.854vw, 74px);
    -o-object-fit: cover;
    object-fit: cover;
}

.training-steps-items .h4 {
    color: var(--primary-color);
    -webkit-text-fill-color: inherit;
    font-family: var(--secondary-font);
}

/* why thise sec css end */

/* footer sec css start */
.footer-sec {
    background-color: var(--primary-color);
}

.sign-up-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    max-width: 1462px;
    margin: 0 auto;
}

.seats-sec {
    padding: 20px 0;
    border-bottom: solid 1px var(--white);
}

.sign-up-left-title .h2 {
    color: var(--white);
    -webkit-text-fill-color: inherit;
    margin-bottom: 8px;
    line-height: 148%;
    font-size: clamp(18px, 3.021vw, 58px);
}

.sign-up-left-title span {
    color: rgba(171, 196, 255, 1);
}

.sign-up-left-title p {
    color: var(--secondary-p);
    font-size: clamp(14px, 1.042vw, 20px);
    line-height: 156%;
}

.view-more-text {
    display: none;
}

.ft-content-main {
    padding: clamp(16px, 4.167vw, 80px) 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(16px, 1.25vw, 24px);
}

.ft-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ft-logo img {
    max-width: clamp(50px, 6.354vw, 122px);
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(16px, 1.25vw, 24px);
}

.contact-details .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 9px;
}

.contact-details p,
.contact-details .phone-and-email a,
.contact-details .footer-link a {
    font-weight: 500;
    font-size: clamp(14px, 1.042vw, 20px);
    line-height: 120%;
    color: var(--white);
}

.contact-details .phone-and-email a:hover,
.contact-details .footer-link a:hover {
    color: var(--secondary-color);
}

.contact-details .footer-link a {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.contact-details .phone-and-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: clamp(8px, 1.823vw, 35px);
}

.contact-details .footer-link li:not(:last-of-type) a {
    border-right: solid 2px var(--white);
    padding-right: 9px;
}

.disclaimer p,
.view-more-btn a {
    color: var(--secondary-p);
    font-size: clamp(12px, 0.729vw, 14px);
    line-height: 140%;
}

.disclaimer p {
    margin-bottom: 16px;
}

.disclaimer p:not(:last-of-type) {
    margin-bottom: 16px;
}

.disclaimer p.title {
    margin-bottom: 6px;
    font-weight: 700;
}

.view-more-btn {
    text-align: center;
}

.moreless-button {
    position: relative;
    cursor: pointer;
}

.moreless-button::after {
    content: '';
    position: absolute;
    background-image: url(../images/down-arrow.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -22px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.moreless-button.active::after {
    -webkit-transform: rotate(180deg) translateY(+50%);
    -ms-transform: rotate(180deg) translateY(+50%);
    transform: rotate(180deg) translateY(+50%);
}

/* footer sec css end */

/* Both form css */
.form-section {
    padding: clamp(32px, 5.208vw, 100px) 0;
}

.main-form-sec {
    max-width: 930px;
    margin: 0 auto;
}

.main-form-sec .form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: clamp(12px, 1.667vw, 32px);
}

.main-form-sec .form-inner .h4 {
    width: 100%;
}

.main-form-sec .form-inner .form-group {
    width: calc(50% - 12px);
}

.main-form-sec .h2 {
    margin-bottom: 8px;
    text-align: center;
    line-height: 150%;
}

.main-form-sec>p {
    margin-bottom: clamp(16px, 1.667vw, 32px);
    text-align: center;
    font-size: clamp(14px, 1.25vw, 24px);
    line-height: 120%;
    color: var(--primary-color);
}

.main-form-sec .add-more {
    margin-bottom: clamp(12px, 1.667vw, 32px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.main-form-sec .add-more a {
    font-size: clamp(14px, 0.833vw, 16px);
    line-height: 120%;
    color: var(--black);
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-form-sec .add-more a span {
    font-size: 24px;
}

.main-form-sec .secondary-btn {
    width: 100%;
}

.main-form-sec img {
    margin: clamp(16px, 1.667vw, 32px) auto;
    width: 100%;
    max-width: 930px;
    height: auto;
}

.form-2 .main-form-sec .h2 {
    max-width: 38.5vw;
    margin: 0 auto;
}

.form-2 .main-form-sec .h4 {
    margin-bottom: clamp(12px, 0.833vw, 16px);
}

.form-2 .main-form-sec .form-inner .form-group {
    width: 100%;
}

.form-2 .main-form-sec {
    max-width: 48.438vw;
}

/* Both form css end */

/* Thank You section css start  */
.thank-you-sec {
    padding: clamp(32px, 5.208vw, 100px) 0;
}

.thank-you-main {
    max-width: 1264px;
    margin: 0 auto;
}

.thank-you-checked img {
    margin: 0 auto;
    width: clamp(64px, 4.167vw, 80px);
    height: auto;
}

.thank-you-main .h2 {
    text-align: center;
    padding: clamp(16px, 1.667vw, 32px) 0 32px 0;
}

.registration-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.registration-step {
    width: calc(33.33% - (64px / 3));
    padding: clamp(16px, 1.25vw, 24px);
    background-color: var(--white);
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}

.registration-step .h5 {
    font-family: var(--secondary-font);
    font-size: clamp(14px, 0.938vw, 18px);
    font-weight: 700;
    line-height: 220%;
    -webkit-text-fill-color: inherit;
    color: var(--black);
}

.registration-step p {
    color: var(--black);
    line-height: 120%;
}

.registration-step img {
    margin: 0 auto;
}

.registration-step .secondary-btn.click-download {
    padding: 8px 10px;
    font-size: 14px;
}

/* Thank You section css end  */

label.error {
    font-size: clamp(14px, 0.833vw, 16px) !important;
    color: #ff0000 !important;
    line-height: normal !important;
    display: block;
    margin-top: 3px;
}

.back {
    text-align: center;
    margin: 8px 0 0;
    /* display: flex;
    justify-content: center;
    gap: clamp(16px, 1.25vw, 24px); */
}

.back a {
    font-family: var(--primary-font);
    font-size: clamp(14px, 0.938vw, 18px);
    font-weight: 500;
    line-height: 150%;
    color: rgba(108, 113, 126, 1);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.back a:hover {
    color: var(--secondary-color);
}

html {
    scroll-behavior: smooth;
}

.plus-icon {
    color: var(--secondary-color);
}

.cross-icon {
    color: #ff0000;
}

.why-this-main-steps .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.why-this-main-steps .swiper-wrapper .swiper-slide {
    width: calc(33.33% - 16px);
    height: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .multi-step-form .main-form .step-2 input::-webkit-input-placeholder {
        font-size: 13px;
    }

    .multi-step-form .main-form .step-2 input:-ms-input-placeholder {
        font-size: 13px;
    }

    .multi-step-form .main-form .step-2 input::placeholder {
        font-size: 13px;
    }

    .multi-step-form .main-form .step-2 input:-moz-placeholder {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    }

    .banner-inner>div {
        width: 100%;
    }

    .banner-inner .left-content>p,
    .banner-inner .left-content .h1 {
        text-align: center;
    }

    .banner-inner .left-content .discover {
        max-width: 100%;
    }

    .registration-row {
        gap: 24px;
    }

    .registration-step {
        width: calc(50% - 12px);
    }

    .form-2 .main-form-sec {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }

    .banner-inner .left-content>p {
        letter-spacing: 0.09em;
    }

    .banner-inner .learn-list {
        display: none;
    }

    .banner-inner .learn-list.mobile {
        display: block;
    }

    .banner-inner .left-content .discover {
        margin-bottom: 0;
    }

    .multi-step-form .main-form .step-2 .form-inner {
        gap: 12px;
    }

    .multi-step-form .main-form .step-2 .form-inner .form-group.w-50 {
        width: 100%;
    }

    .sign-up-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sign-up-left-title {
        max-width: 100%;
        text-align: center;
    }

    .phone-and-email {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .why-this-top-bar h2 {
        text-align: left;
    }

    .why-this-main-steps .swiper {
        overflow: unset;
    }

    .why-this-main-steps .swiper .swiper-slide {
        height: auto;
    }

    .main-form-sec .form-inner {
        gap: 12px;
    }

    .main-form-sec .form-inner .form-group {
        width: 100%;
    }

    .registration-step {
        width: 100%;
    }

    .form-2 .main-form-sec .h2 {
        max-width: 100%;
    }

    .multi-step-form .main-form .step-2 .checkbox label.error {
        bottom: -20px;
    }

    .why-this-main-steps .swiper-wrapper {
        gap: 16px;
    }

    .why-this-main-steps .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .multi-step-form .main-form .step-2 .checkbox{
        align-items: start;
    }
}

@media only screen and (max-width: 551px) {
    .exellent-sec iframe {
        height: 300px !important;
    }
}