:root {
    --primary-color: #540411;
    --secondary-color: #192955;
    --accent-color: #f1591e;
    --light-blue: #d3eefb;
    --light-lilac: #dfcbe3;
    --text-primary: #1a1a1a;
    --text-secondary: #ffffff;
    --text-blue: #192955;
    --text-grey: #111827;
    --font-heading: "halyard-micro";
    --font-body: "allumi-std";
    --max-width: 100vw;
    --desktop-padding: 4vw;
}

* {
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100dvw;
    font-family: var(--font-body) !important;
    position: relative;
    overflow-x: hidden;
    background: #ffffff;
}

header {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    padding: clamp(0.25rem, 0.25rem + 0.2vw, 0.5rem) clamp(1rem, 1rem + 0.5vw, 4rem);
    position: fixed;
    top: 0;
    background-color: var(--text-secondary);
    z-index: 9999;
}

header .right {
    display: flex;
    flex-direction: column;
}

header .right h6 {
    color: var(--accent-color);
    font-size: clamp(1.125rem, 1rem + 0.2vw, 1.25rem) !important;
    font-weight: 500;
    line-height: 1.375rem;
    letter-spacing: -0.045rem;
    font-family: var(--font-heading);
    padding-bottom: 10px;
}

header .right a {
    text-decoration: none;
    color: var(--text-primary);
    font-size: clamp(1rem, 0.9rem + 0.2vw, 1.1rem);
    font-weight: 400;
    letter-spacing: 0.005rem;
}

.hero {
    background: linear-gradient(180deg, #F1591E 0%, rgba(84, 4, 17, 0.00) 100%), url(../images/hero-bg-d.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100dvh; */
    padding: clamp(9rem, 9rem + 0.2vw, 11rem) clamp(4rem, 4rem + 0.5vw, 8rem) 3.5rem;
    display: flex;
    gap: 1rem;
}

.hero .left {
    width: 60%;
    /* height: 70dvh; */
    color: var(--text-secondary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.hero .left h3,
h1 {
    font-family: var(--font-heading);
    font-weight: 500;
}

.hero .left h3 {
    font-size: clamp(1.5rem, 1.2rem + 0.3vw, 1.8rem);
    letter-spacing: -0.075rem;
    line-height: normal;
}

.hero .left h1 {
    font-size: clamp(3rem, 2.5rem + 0.5vw, 3.8rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.24rem;
    margin: 1.8rem 0;
}

.hero .left h6 {
    width: 50%;
    font-size: clamp(1.275rem, 1rem + 0.3vw, 1.6rem);
    font-weight: 400;
    letter-spacing: 0.00688rem;
}

.hero .left .highlight {
    width: fit-content;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    backdrop-filter: blur(2rem);
    background: linear-gradient(90.25deg, rgba(148, 146, 146, 0.293) 0%, rgba(255, 255, 255, 0.1) 100%, rgba(12, 12, 12, 0.271) 100%);
    font-size: clamp(1.5rem, 1.2rem + 0.3vw, 1.8rem);
}

.hero .left .highlight span {
    font-size: clamp(0.5rem, 0.6rem + 0.3vw, 0.6rem);
}

.hero .right {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formAlign {
    width: 100%;
    /* background: white; */
    padding: 1rem;
    border-radius: 8px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}
.formWrap {
  max-width: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.formWrap iframe {
  display: block;
}
.formWrap .formHeader {
  /* background-color: #DC9505; */
  color: #FFF;
  background-image: linear-gradient(-225deg, #661b21 0%, #661b21 29%, #f26522 67%, #f26522 100%) !important;
  font-family: "Gilroy";
  font-weight: 700;
}

.pointer-none {
  pointer-events: none;
}

.copyText {
  color: #000;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .copyText {
    order: 1;
    margin: auto;
  }
}

.application-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    padding: clamp(8rem, 8rem + 0.2vw, 10rem) clamp(4rem, 4rem + 0.2vw, 8rem);
    gap: 2rem;
}

.notes-section {
    width: 60%;
}

.notes-section h1 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 1.8rem + 0.4vw, 2.6rem);
    color: var(--primary-color);
    margin-bottom: clamp(0.5rem, 0.5rem + 0.5vh, 1rem);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16rem;
}

.intro-paragraph {
    font-size: clamp(0.9rem, 0.8rem + 0.2vw, 1.1rem);
    margin-bottom: clamp(1.5rem, 1.5rem + 1vh, 2.5rem);
}

.notes-section ol {
    list-style-position: outside;
    padding-left: 20px;
}

.notes-section li {
    font-size: clamp(0.9rem, 0.8rem + 0.2vw, 1.1rem);
    line-height: 1.7;
    padding-left: 12px;
    margin-bottom: clamp(1.2rem, 1.2rem + 0.5vh, 1.8rem);
}

.process-section {
    width: 40%;
}

.process-heading {
    font-family: var(--font-heading);
    background-color: var(--primary-color);
    color: var(--text-secondary);
    font-size: clamp(2rem, 1.8rem + 0.2vw, 2.2rem);
    border-radius: 0.2rem;
    font-weight: 600;
    text-align: center;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 0.3rem 4rem;
    z-index: 1;
}

.steps-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-auto-rows: min-content;
    row-gap: clamp(2rem, 2rem + 1vh, 3rem);
    align-items: center;
    margin-top: 2rem;
}

.step-item {
    display: contents;
}

.icon-wrapper {
    grid-column: 2 / 3;
    position: relative;
    display: flex;
    justify-content: center;
}

.step-item .icon-wrapper::before {
    content: '';
    position: absolute;
    top: -100%;
    width: 2px;
    height: clamp(3rem, 3rem + 2vh, 4.5rem);
    background-color: var(--primary-color);
    z-index: -1;
}

.step-icon {
    width: clamp(3rem, 3rem + 1vw, 4.5rem);
    height: clamp(3rem, 3rem + 1vw, 4.5rem);
    max-width: 55px;
    max-height: 55px;
    background-color: var(--accent-color);
    border-radius: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-text {
    font-size: clamp(0.9rem, 0.8rem + 0.2vw, 1.1rem);
    font-weight: 400;
    grid-row: auto;
    color: var(--primary-color);
    line-height: 1.4;
    padding: 0 clamp(1rem, 1rem + 1vw, 2rem);
}

.step-item p:first-child {
    grid-column: 1 / 2;
}

.step-item p:last-child {
    grid-column: 3 / 4;
}

.text-right {
    text-align: right;
}







@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

#corporate {
    width: 100%;
    background: linear-gradient(180deg, #FFF8F2 0%, #FFF8F2 100%);
    padding: clamp(3rem, 3rem + 0.1vw, 5rem) clamp(4rem, 4rem + 0.1vw, 8rem);
    overflow: hidden;
    position: relative;
}

#corporate h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 1.8rem + 0.4vw, 2.6rem);
    color: var(--primary-color);
    margin-bottom: clamp(2rem, 2rem + 1vh, 3rem);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16rem;
}

.slider-container {
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 3rem + 1vh, 4rem);
}

.slider-container .slider-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: slide 30s linear infinite;
}

.slider-container .slider-track img {
    width: 10%;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
    margin: 0 clamp(1.5rem, 1.5rem + 1vw, 3rem);
}

.slider-container:hover .slider-track {
    animation-play-state: paused;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

#hub {
    width: 100%;
    padding: clamp(3rem, 3rem + 0.1vw, 5rem) clamp(4rem, 4rem + 0.1vw, 8rem);
    box-sizing: border-box;
}

#hub .header {
    width: 100%;
    margin-bottom: clamp(3rem, 3rem + 1vh, 4.5rem);
}

#hub .header h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 1.8rem + 0.4vw, 2.6rem);
    color: var(--primary-color);
    margin-bottom: clamp(1rem, 1rem + 1vh, 1.5rem);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16rem;
}

#hub .header p {
    color: var(--text-primary);
    font-size: clamp(1rem, 0.9rem + 0.3vw, 1.4rem);
}

#hub .flex {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

#hub .left {
    width: 50%;
}

#hub .left .video-container {
    position: relative;
    cursor: pointer;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

#hub .left .video-thumbnail,
#hub .left .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#hub .left .video-thumbnail {
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}

#hub .left .video-container.playing .video-thumbnail {
    opacity: 0;
    pointer-events: none;
}

#hub .right {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1.5rem;
}

#hub .right .cards {
    position: relative;
    border-radius: 0.5rem;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    background: linear-gradient(180deg, #FFF5CC 0%, rgba(255, 245, 204, 0.00) 100%);
    box-sizing: border-box;
}

#hub .right .cards h5 {
    color: #14293c;
    font-weight: 400;
    line-height: normal;
    font-size: clamp(1rem, 0.9rem + 0.2vw, 1.2rem);
    letter-spacing: 0.00688rem;
}

#hub .right .cards .icon {
    background-color: var(--accent-color);
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.kips-a {
    width: 100%;
    padding: clamp(3rem, 3rem + 0.1vw, 5rem) clamp(4rem, 4rem + 0.1vw, 8rem);
}

.kips-a h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 1.8rem + 0.4vw, 2.6rem);
    color: var(--primary-color);
    margin-bottom: clamp(1.5rem, 1.5rem + 1vh, 2rem);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16rem;
}

.kips-a .flex {
    margin-top: 5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.kips-a .flex .cards {
    width: 15rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.kips-a .flex .cards p {
    color: var(--text-primary);
    font-weight: 400;
    line-height: 140%;
    font-size: clamp(0.75rem, 0.6rem + 0.4vw, 1rem);
    text-align: center;
    text-wrap: wrap;
}

.ss-nav {
    display: flex;
    gap: 1rem;
}

.ss-nav .nav-btn {
    width: 3.1rem;
    height: 3.1rem;
}

.ss-nav .prev-btn .arrow-container {
    transform: translateX(0.5rem);
}

.ss-nav .prev-btn:hover .arrow-container {
    transform: translateX(-1.5rem);
}

.ss-nav .next-btn .arrow-container {
    transform: translateX(-1.5rem);
}

.ss-nav .next-btn:hover .arrow-container {
    transform: translateX(0.5rem);
}

.a-slider-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
}

.a-slider-container .slider-wrapper {
    width: 90%;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.a-slider-container .a-slider-track {
    display: flex;
    gap: 16px;
    transition: transform 0.5s ease-in-out;
}

.a-slider-container .slide {
    flex-shrink: 0;
    height: 350px;
}

.a-slider-container .slide img {
    height: 100%;
    width: auto;
    display: block;
    object-fit: cover;
}

.nav-btn {
    background: var(--primary-color);
    border: none;
    width: 4rem;
    height: 5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.arrow-container {
    width: 200%;
    padding: calc(0.5rem + 0.2vw);
    display: flex;
    gap: 1.25rem;
    transition: transform 0.3s ease-in-out;
}

.arrow-container svg {
    flex-shrink: 0;
    width: 0.75rem;
    height: 1.375rem;
}


.testimonials {
    width: 100%;
    padding: clamp(3rem, 3rem + 0.1vw, 5rem) clamp(4rem, 4rem + 0.1vw, 8rem);
}

.testimonials .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.testimonials .header h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 1.8rem + 0.4vw, 2.6rem);
    color: var(--primary-color);
    margin-bottom: clamp(1.5rem, 1.5rem + 1vh, 2rem);
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16rem;
}

.testimonials .header .s-video-nav {
    display: none;
}

.shorts-container {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    justify-content: center;
}

.video-clip {
    flex-shrink: 0;
    width: 220px;
    height: 390px;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.video-clip:hover {
    transform: scale(1);
}

.video-clip iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1);
    border: none;
}


#top-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: calc(1.875rem + 1vw) calc(3.75rem + 2vw);
    background: var(--secondary-color);
    color: var(--text-secondary);

    font-family: var(--font-body);
    gap: 3.125rem;
}

#top-footer .flex-box {
    display: flex;

    gap: 3.125rem;
}

#top-footer .flex-row {
    display: flex;
    gap: 3rem;
}

#top-footer p {
    font-family: var(--font-body);
    font-size: clamp(0.875rem, 1.1vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.005rem;
}

#top-footer a {
    text-decoration: none;
}

#top-footer .para {
    width: 80%;
}

#top-footer h4 {
    color: var(--accent-color);
    font-family: var(--font-heading);
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.1rem;
    padding-bottom: 0.625rem;
}

#top-footer a {
    color: var(--text-secondary);
}

#top-footer .flex-row .social-links {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin: 10px 0;
    align-items: center;
}

#top-footer .bottom {
    margin-top: 3rem;
}

#top-footer .bottom .left-side {

    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#top-footer .bottom .left-side h5 {
    font-weight: 400;
}

#footer {
    width: 100%;
    min-height: 50vh;
    height: auto;
    background: var(--primary-color);
    padding: calc(1.875rem + 1vw) calc(3.75rem + 2vw);
    position: relative;
}

#footer h4 {
    width: fit-content;
    color: var(--text-secondary);
    font-family: var(--font-heading);
    font-size: clamp(0.875rem, 1.1vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.04rem;
    border-bottom: 2px solid var(--accent-color);
    padding-bottom: 0.1875rem;
    margin: 1.25rem 0;
}

#footer .footer-links {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

#footer .footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-family: var(--font-body);
    font-size: clamp(0.875rem, 1.1vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.005rem;
    z-index: 2;
    cursor: pointer;
}

#footer a:hover {
    color: #fff5cc;
}

#footer .footer-links ul li {
    width: 15.625rem;
    list-style: none;
    padding: 0;
    margin: 1.25rem 0;
}

#footer .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.75rem;
    color: var(--text-secondary);
    z-index: 2;
}

#footer .bottom .left-side {
    z-index: 2;
}

#footer .bottom .left-side h5 {
    font-family: var(--font-body);
    font-size: clamp(0.875rem, 1.1vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.005rem;
}

#footer .bottom .left-side a {
    color: var(--text-secondary);
    text-decoration: none;
    font-family: var(--font-body);
    font-size: clamp(0.875rem, 1.1vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.005rem;
}

#footer .bottom .left-side .left-links {
    display: flex;
    padding-top: 1.875rem;
}

#footer .bottom .left-side .border-right {
    border-right: 1px solid var(--text-secondary);
    margin: 0 2.5rem;
}

#footer .bottom .right-side {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    z-index: 2;
}

#footer .bottom .right-side h5 {
    color: var(--text-secondary);
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.005625rem;
}

#footer .bottom .right-side .social-links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

#footer .bottom .right-side .social-links a {
    text-decoration: none;
}

#footer .bottom a:hover {
    color: #fff5cc;
}

#footer .svg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#footer .svg svg {
    z-index: -1;
}

#footer .svg .mobile {
    display: none;
}

.hero .left h6,
.intro-paragraph {
    max-width: 65ch;
}

.notes-section {
    width: 60%;
}


.hero {
    /* min-height: 100dvh; */
}

.kips-a .flex {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.kips-a .flex .cards {
    flex: 1 1 12rem;
    max-width: 15rem;
}

#footer .footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    justify-content: space-between;
}

#footer .footer-links ul li {
    width: auto;
}

@media (min-width: 2200px) {

    .hero .left h1 {
        font-size: clamp(3rem, 2rem + 2.5vw, 6rem);
        line-height: 120%;
    }

    .hero .left h3 {
        font-size: clamp(1.5rem, 1.2rem + 1vw, 2.8rem);
    }

    .hero .left h6 {
        font-size: clamp(1.275rem, 1rem + 0.8vw, 2.4rem);
    }
    .application-container{
        width: 100%;
    }
    .notes-section h1,
    #corporate h2,
    #hub .header h2,
    .kips-a h2 {
        font-size: clamp(2rem, 1.5rem + 1.5vw, 4rem);
    }

    .intro-paragraph,
    .notes-section li,
    .step-text {
        font-size: clamp(0.9rem, 0.8rem + 0.5vw, 1.5rem);
    }

    .slider-container .slider-track img {
        width: 6%;
        aspect-ratio: 3/2;
        object-fit: contain;
        mix-blend-mode: color-burn;
        margin: 0 clamp(2rem, 2rem + 1vw, 4rem);
    }

    #hub .header p {
        font-size: clamp(1rem, 0.8rem + 0.8vw, 2rem);
    }

    #hub .right .cards {
        padding: 2rem 1.5rem;
    }

    #hub .right .cards h5 {
        font-size: clamp(1rem, 0.8rem + 0.6vw, 1.7rem);
    }



}

@media (max-width: 1224px) {
    .hero {
        padding: clamp(8rem, 15vh, 10rem) clamp(2rem, 5vw, 4rem) 3rem;
        height: auto;
    }

    .hero .left {
        height: 100%;
        width: 75%;
    }

    .hero .left h6 {
        width: 70%;
    }

    .application-container {
        flex-direction: column;
        padding: 6rem clamp(2rem, 5vw, 4rem);
        gap: 3rem;
    }

    .notes-section,
    .process-section {
        width: 100%;
    }

    #hub {
        padding: 5rem clamp(2rem, 5vw, 4rem);
    }

    #hub .right .cards h5 {
        width: 80%;
        font-size: 0.8rem;
    }

    #hub .right .cards .icon {
        width: 1.4rem;
        height: 1.4rem;
        padding: 0.2rem;
        top: 0.5rem;
        right: 0.5rem;
    }

    #corporate {
        padding: 5rem clamp(2rem, 5vw, 4rem);
    }

    .kips-a {
        padding: 5rem clamp(2rem, 5vw, 4rem);
    }

    .kips-a .flex {
        justify-content: center;
        gap: 1.5rem;
        text-align: justify;
        align-items: baseline;
    }

    .kips-a .flex svg {
        height: 60px;
    }

    #top-footer {
        padding: 3vw 4vw;
        gap: 3vw;
    }

    #footer {
        padding: 3vw 4vw;
    }

    #footer .footer-links ul li {
        width: 15vw;
    }

    #footer .bottom {
        margin-top: 4vw;
    }


    #top-footer .flex-box {
        flex-direction: column;
    }
}
@media (max-width: 1024px) {
    .hero{
        min-height: 70dvh;
    }
    .hero .left {
        height: 70dvh;
        width: 50%;
    }
    .hero .right{
        width: 50%;
    }
}
@media (max-width: 992px) {
    #hub .flex {
        flex-direction: column;
    }

    #hub .left,
    #hub .right {
        width: 100%;
    }
}

@media (max-width: 576px) {
    header {
        padding: 0.75rem 1rem;
        gap: 1rem;
        text-align: right;
    }

    header .right h6 {
        font-size: 0.75rem;
        padding-bottom: 5px;
    }

    header .right a {
        font-size: 0.7rem;
    }

    .hero {
        height: 100%;
        padding: 7rem 1.5rem 3rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 3rem;
    }

    .hero .left {
        width: 100%;
        height: auto;
    }

    .hero .left h1 {
        font-size: 2.25rem;
        line-height: 1.2;
        margin: 1rem 0;
    }

    .hero .left h3 {
        font-size: 1.2rem;
    }

    .hero .left h6 {
        width: 100%;
        font-size: 1rem;
    }

    .hero .left .highlight {
        margin: 2rem 0;
        padding: 0.8rem 1.2rem;
        font-size: clamp(1rem, 0.8rem + 0.3vw, 1.5rem)
    }

    .application-container {
        padding: 4rem 1.5rem;
    }

    .notes-section h1,
    #corporate h2,
    #hub .header h2,
    .kips-a h2 {
        width: 100%;
        font-size: 1.8rem;
        letter-spacing: -0.05rem;
    }

    .intro-paragraph,
    .notes-section li,
    .step-text {
        font-size: 0.95rem;
    }

    .process-heading {
        padding: 0.3rem 1.5rem;
        font-size: 1.5rem;
        width: 100%;
    }



    .text-right {
        text-align: left;
    }

    #corporate {
        padding: 3rem 1rem;
    }

    .slider-container {
        gap: 2rem;
    }

    .slider-container .slider-track img {
        width: 20%;
        margin: 0 1rem;
    }

    #hub {
        padding: 3rem 1.5rem;
    }

    #hub .right {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    #hub .flex .right .cards {
        height: 5rem;
    }

    #hub .header p {
        font-size: 1rem;
    }
 #hub .right .cards .icon {
     width: 2rem;
     height: 2rem;
     top: 0.5rem;
     right: 1rem;
 }

    #hub .flex .right .cards .icon {
        padding: 0.3rem;
    }

    .kips-a {
        padding: 3rem 1.5rem;
    }

    .kips-a .flex {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }

    .kips-a .flex .cards {
        width: 100%;
        height: auto;
        padding: 1rem 0;
    }

    .a-slider-container .slide {
        height: 250px;
    }

    .testimonials {
        padding: 4rem 1.5rem;
    }

    .shorts-container {
        gap: 1rem;
    }

    .shorts-container .video-clip {
        width: 150px;
        height: 265px;
    }

    #top-footer {
        flex-direction: column;
        padding: 2rem 1.5rem;
        gap: 1.5rem;
    }

    #top-footer .flex-box {
        flex-direction: column;
        gap: 1.5rem;
    }

    #top-footer p {
        font-size: clamp(0.8125rem, 1.1vw, 0.8125rem);
        line-height: 120%;
    }

    #top-footer .para {
        width: 100%;
    }

    #top-footer .flex-row {
        gap: 0.5rem;
    }




    #footer {
        padding: 1.5rem;
        min-height: fit-content;
    }

    #footer .svg .desktop {
        display: none;
    }

    #footer .svg .mobile {
        display: block;
    }

    #footer h4 {
        font-size: clamp(0.9375rem, 1.1vw, 0.9375rem);
        line-height: 140%;
        letter-spacing: -0.0375rem;
        padding-bottom: 0.1875rem;
        margin: 1rem 0;
    }

    #footer .footer-links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 5rem;
    }

    #footer .footer-links a {
        width: 100%;
        text-wrap: wrap;
        font-size: clamp(0.8125rem, 1vw, 0.8125rem);
    }

    #footer .footer-links ul li {
        width: 100%;
        margin: 0.5rem 0;
    }

    #footer .bottom {
        flex-direction: column-reverse;
        justify-content: start;
        align-items: flex-start;
        margin-top: 1.5rem;
    }

    #footer .bottom .left-side {
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        padding-top: 0rem;
        position: relative;
        height: fit-content;
        padding-bottom: 4.5vh;
    }

    #footer .bottom .left-side h5 {
        font-size: clamp(0.8125rem, 1.1vw, 0.8125rem);
        line-height: 160%;
        letter-spacing: 0.00206rem;
        padding-bottom: 0.5rem;
    }

    #footer .bottom .left-side .left-links {
        gap: 1.5rem;
        flex-wrap: wrap;
        padding-bottom: 1.5rem;
    }

    #footer .bottom .left-side .grapdes {
        position: absolute;
        left: 0;
        bottom: 0;

    }

    #footer .bottom .left-side .border-right {
        display: none;
    }

    #footer .bottom .right-side .social-links {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

}




@media (min-width: 1025px) and (max-width: 1600px) {

    .application-container,
    #corporate,
    #hub,
    .kips-a,
    .testimonials {
        padding-left: 3vw;
        padding-right: 3vw;
        ;
    }

    .application-container {
        flex-direction: row;
    }

    .shorts-container {
        justify-content: center;
        overflow-x: hidden;
    }

    .video-clip:nth-child(n+5) {
        display: none;
    }
}



/* Start form section */
.block-class{max-width:100%;background-color:#fff;}
.block-class .form-control {padding-left: 32px;}
.block-class .input-group-btn.bs-dropdown-to-select-group {padding-right: 3px !important;}
.block-class .dynamic_theme_block .form-custom .form-group.StateId {padding: 0 10px 0 0;}
.block-class .panel, .block-class .panel-default > .panel-heading{background-color: #fff;}
.block-class .panel-default, .block-class .panel-default > .panel-heading{border:none; padding: 0;}
.panel-default > .panel-heading{font-family: 'Nunito Sans', sans-serif;color:#fff; font-size:24px;line-height: 100%;}
.form-heading{padding-top:10px;margin:0}.form-block{max-width:400px;min-width:400px;font-size:12px;position:absolute;left:50%;margin-left:176px}
.form-block-inner{background-color:#fff}.form-group>label{font-weight:normal;line-height:18px;display:none}.form-group>label[for="termscondition"]{display:block}input[type="checkbox"]{vertical-align:top;margin-top: 2px;}.form-control::-moz-placeholder,.has-error .SumoSelect::-moz-placeholder{color:#333}.select-arrow-cust{background-color:transparent}.has-error .form-control,.has-error .SumoSelect{border-color:#f44336;box-shadow:none;color:#f44336}.has-error .form-control::-webkit-input-placeholder,.has-error .SumoSelect::-webkit-input-placeholder{color:#f44336}.has-error .form-control:-moz-placeholder,.has-error .SumoSelect:-moz-placeholder{color:#f44336}.has-error .form-control::-moz-placeholder,.has-error .SumoSelect::-moz-placeholder{color:#f44336}.has-error .form-control:-ms-input-placeholder,.has-error .SumoSelect:-ms-input-placeholder{color:#f44336}
.panel.dynamic_theme_block{border:none;padding: 10px 20px 36px 20px;margin-bottom: 0px;/* border-radius: 10px; */}.panel.dynamic_theme_block .nav-tabs{border:none}.panel.dynamic_theme_block .nav>li>a{padding:5px 15px;border:none;font-size:14px;color:#2874f0;border-bottom:1px solid #ddd;padding-left: 18px;padding-right: 18px;}
.panel.dynamic_theme_block .nav-tabs>li>a.active,.panel.dynamic_theme_block .nav-tabs>li>a.active:focus,.panel.dynamic_theme_block .nav-tabs>li>a.active:hover{border:none;/* background-color: #dd302e; */padding-right: 18px;border-bottom: 1px solid #dd302e;font-size: 15px;padding-left: 18px;color: #fff !important;}
.panel.dynamic_theme_block .nav-tabs>li>a:focus,.panel.dynamic_theme_block .nav-tabs>li>a:hover{background-color: transparent;}.panel.dynamic_theme_block .panel-body{box-shadow:0 0 0 #fff;margin-top: 8px;padding:0;}
.panel.dynamic_theme_block .form-custom .Mobile .form-control,.panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect,.has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect{padding:0 0 5px}
.panel.dynamic_theme_block .or-seperator{margin:20px 0 10px}.panel.dynamic_theme_block .form-custom{max-height:100%;padding-right:0}
.panel.dynamic_theme_block .btn-npf{background-color: #DB5527!important;border:none;color: #fff;font-size: 14px;width: 180px;margin-top: 5px;/* text-transform: uppercase; */border-radius:0;transition: .5s;z-index: 1;position: relative;font-weight: 700;letter-spacing: .5px;border: 1px solid #DB5527!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;border-radius: 0;text-transform: uppercase;width: 100%;}
.panel.dynamic_theme_block .btn-npf:before {position: absolute;content: "";left: 0;top: 0;height: 100%;width: 100%;background: #db5527;transform: scaleX(0);transition: .5s;z-index: -1;}
.panel.dynamic_theme_block .btn-npf:hover:before {transform: scaleX(1);}
.panel.dynamic_theme_block .btn-npf:hover,.panel.dynamic_theme_block .btn-npf:focus{background-color: #DB5527!important;color:#fff !important;border: 1px solid #fff;}.accordionStyle .panel-accordion{border-radius:0;border:1px solid #ccc}.accordionStyle .panel-heading{padding:0}
.form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .input-group-btn .btn{background-color: transparent;border:1px solid #e6e6e6;color:#000;border-radius: 0;}
.dynamic_theme_block .form-control[disabled], .dynamic_theme_block .form-control[readonly], .dynamic_theme_block fieldset[disabled] .form-control {
background-color: transparent;color: #999;border: 1px solid #e6e6e6;border-radius: 0;}
.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div span {font-size: 11px!important;color: #f44336;}
.merge_field_div{ margin-bottom:15px;}
.input-group .form-group{vertical-align:top;display:table-cell;}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #000;}
.form-control::-moz-placeholder { /* Firefox 19+ */color: #000;}
.form-control:-ms-input-placeholder { /* IE 10+ */color: #000;}
.form-control:-moz-placeholder { /* Firefox 18- */color: #000;}

/** Start css for focus on input field **/
.input-focus::-webkit-input-placeholder { color: #ccc; }    
.input-focus::-moz-placeholder { color: #ccc; }
.input-focus::-ms-input-placeholder { color: #ccc; }
/** End css for focus on input field **/

.panel.dynamic_theme_block .form-custom .Mobile .form-control, 
.panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect, 
.has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect{
	padding: 6px 5px 4px 26px;
}
.dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select{
	background-color:  #fff;
	padding: 5px 7px 8px 29px;
	border-top: 1px solid #e6e6e6 !important;
	border-right: 1px solid #e6e6e6 !important;
	border-left: 1px solid #e6e6e6 !important;
	border-radius:0;
	color: #000;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group{margin-right: 0px;}
.dynamic_theme_block .form-custom .form-group.CourseId{width: 103%;padding-right: 8px;}
.dynamic_theme_block .form-custom .agree-group .agree-condition{color: #000;line-height: 12px;font-size: 12.4px;}
.CountryId:before, .StateId:before, .CityId:before, .CourseId:before, .reg_specialization_id_div:before, .reg_university_id_div:before {z-index:1;color:#000;font-size: 16px;margin-bottom: -10px;}
.CourseId:before{right: 10px !important;}
.form-group.label-floating.field-select.reg_university_id_div {position: relative;}
.reg_university_id_div:before {position: absolute;}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{-webkit-text-fill-color: #000;-webkit-box-shadow: 0 0 0px 1000px #fff inset;}

.form-control:focus { border-color: lightgrey;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(211,211,211,.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(211,211,211,.6);}
.form-control {-webkit-box-shadow: none; box-shadow:none;}
.form-custom{ overflow: unset;}
.dynamic_theme_block .tab-pane .form-group, 
.dynamic_theme_block .form-custom .merge_field_div, 
.dynamic_theme_block .form-custom .checkbox{margin-bottom:15px;}
.dynamic_theme_block .btn-register{margin:0;}
.dynamic_theme_block .fpass a {color:#2874f0;text-transform: uppercase;}
span.agree-condition {color:  #000;font-size: 13px;}
.form-group.agree-group.col-md-12.m0.has-error .help-block {font-size: 10px;}
.form-group.agree-group.col-md-12.m0.has-error {line-height: 18px;}
.StateId:before {right: 20px;}
.panel.dynamic_theme_block .nav>li>a[aria-expanded="true"]{color: #000;/* background-color: red !important; *//* text-shadow: 1px 1px 1px #000; */}
.form-control {padding: 0 5px 0px;height: 38px;}
.dynamic_theme_block .tab-pane .form-group {margin-bottom: 10px;}
.panel-default>.panel-heading {margin-top: 5px;display: inline;}
.dynamic_theme_block .form-custom .captcha {margin-top: 0px;}
.dynamic_theme_block .form-custom .form-group.StateId {margin-top: 0px;}
.dynamic_theme_block .form-custom .form-group.CityId {margin-top: 0px;}
.dynamic_theme_block .tab-pane .form-group, .dynamic_theme_block .form-custom .merge_field_div, .dynamic_theme_block .form-custom .checkbox {margin-bottom: 2px;}
.dynamic_theme_block .form-custom .checkbox{margin: 5px 0 0;}
 input#Captcha {padding: 14px 5px;} 
.block-class input#Captcha{padding-left: 10px;} 
.dynamic_theme_block .form-custom .form-group.captcha-txt {width: 50%;/* padding-right: 10px; */}
.dynamic_theme_block .form-group.has-error .help-block {color: red;}
.dynamic_theme_block .form-custom .captcha {width: 100%;float: left;padding: 0;z-index: 999;position: relative;clear: both;margin-bottom: 5px;}
.dynamic_theme_block .captcha img {width: 50%;height: 36px;/* float: right; *//* padding-right: 0; */margin-right: 0;}
.dynamic_theme_block .captcha .CaptchaRefreshBtn {top: 8px;right: 190px;color: #000;border: none;/* position: absolute; */background-color: #fff;font-size: 0px;/* margin-right: 20px; */}
.dynamic_theme_block #forgotBtn {margin-top: 20px;}
.form-control {font-size: 13px;z-index: 11;}
.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div.is-focused .help-block {display:  block;color: #767676;}
.help-block {font-size:10px;}
.form-group.label-floating.is-empty.captcha-txt.has-error .help-block {margin-bottom: 10px;}
.form-group.is-focused .help-block {line-height: 12px;}
.dynamic_theme_block .tab-content .help-block {line-height: 12px;font-size: 10px;/* color: red; */}
.dynamic_theme_block .form-group.has-error .help-block {font-size: 11px;/* margin-top: 2px; */}
 input#forgetEmail{margin-top: 10px;}
.reg_specialization_id_div:before{content: "\f107";font-family: FontAwesome; position: absolute; right: 10px;font-size: 16px;color: #000;top: 4px;}
.reg_specialization_id_div {display: inline-block;width: 50%;position: relative;}
.Password.reg_password_div {clear: both;}
.block-class .dynamic_theme_block .datepicker-field .form-control[readonly] {border: 1px solid #e6e6e6;}
/* .form-group.label-floating.reg_email_div.Email_email .help-block {line-height: 12px !important;margin-top: 2px !important;}
.form-group.label-floating.reg_email_div.Email_email .help-block{color: red !important;font-size: 9px;} */
.dynamic_theme_block .tab-content { line-height: 18px;}
.fbLogin, .gpLogin {padding: 5px 3px;font-size:12px;}
.row.margin-top-10.margin0 .col-sm-6 {width:48%;padding-right:0;}
.gpLogin {padding: 5px;}
#tab3default > div > div.form-group.agree-group.col-sm-6.col-xs-6.text-left.fpass > a {/* float: left; */}
#tab3default > div > div.form-group.agree-group.col-sm-6.col-xs-6.text-right.fpass > a {margin-right: 0;}
button#registerBtn {margin-bottom: 5px;}
h2#alertTitle {font-size: 22px;}
.dynamic_theme_block .CaptchaRefreshBtn:before {content: "\f021";font-family: 'FontAwesome';font-size: 14px;}
.CountryId:before, .StateId:before, .CityId:before, .CourseId:before, .reg_specialization_id_div:before, .reg_university_id_div:before {content: '';border-color: transparent #a0a0a0 #a0a0a0 transparent;border-style: solid;border-width: 6px; right: 0px; bottom: 0; margin-bottom:0;top: auto;}
.StateId:before {right: 15px;}
.form-group.label-floating.reg_name_div {margin-top: 0px;}
.site-logo {padding: 4px 0;}
.block-class .StateId:before {right: 10px;}
.help-block {color:red;}
.fa-graduation-cap:before{color:#eb1b2b;}
.form-group.label-floating.has-error .help-block {margin-top: 2px;}
img.plane_img {display: none;max-width: 12%;padding-bottom: 3px;}
span.apply_now {padding-right: 8px;letter-spacing: .5px;font-weight: 700;font-size: 14px;color: white!important;}
#loginBtn img {max-width: 12%;padding-bottom: 3px;}
/* #otpSubmitBtn {
  background-color: #eb1b2b;
  color: #fff;
  border-color: #eb1b2b;
  text-transform: uppercase;
}
 */
   

.panel.dynamic_theme_block .tab-pane .form-group.fpass a.registerYet {font-size: 14px;opacity: .8;text-transform: capitalize;padding-top: 4px;font-weight: 600;/* margin-bottom: 120px; */}
.panel.dynamic_theme_block .tab-pane .form-group.fpass a {font-size: 14px;opacity: .8;text-transform: capitalize;display: block;font-weight: 600;}
.form-group.agree-group.col-md-12.text-center.fpass {margin-bottom: 0;}
.form-group.agree-group.col-sm-6.col-xs-6.text-left.fpass {margin-bottom: 0;}
.form-group.agree-group.col-sm-6.col-xs-6.text-right.fpass {margin-bottom: 0;}
.resentVerification.text-center {/* text-transform: uppercase; */margin-top: 2px;}
.resetVerify a {font-size: 14px;opacity: .9;font-weight: 600;}
.text-center.center-link a {font-size: 14.5px;opacity: .8;font-weight: 600;}
.color-class a#loginViaOtp {
    color: black;
    font-size: 12px;
    opacity: .8;
    font-weight: 600;
    width: 100%;
    text-align: right;
}
/** Start Strong Password Section **/
.info-password { right: 50%;margin-right: -146px;margin-top: 2px;}
.popover {font-size: 12px;}
/** End Strong Password Section **/

/* Start Inline class section */

.inline-class { max-width:100%; background-color: #fff;}
.inline-class .panel, .inline-class .panel-default > .panel-heading{background-color: transparent !important;color: red !important;}
.inline-class .panel.dynamic_theme_block .nav>li>a {color: #2874f0; border-bottom: 1px solid #ddd;}
.inline-class .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {color: #fff;}
.inline-class .dynamic_theme_block .fpass a {color: #2874f0;}
.inline-class .dynamic_theme_block .form-custom .agree-group .agree-condition {color: #000;} 
.inline-class .form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .input-group-btn .btn {color: #000;background-color: transparent;border-radius:0;border: 0;}  
.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {background-color: #fff;border:0 !important;border-radius: 0;color: #000;}
.inline-class .CountryId:before, .inline-class .StateId:before, .inline-class .CityId:before, .inline-class .CourseId:before, .inline-class .reg_specialization_id_div:before {color: #000;font-size: 16px;}   
.inline-class .dynamic_theme_block .form-control[disabled], .dynamic_theme_block .form-control[readonly], .dynamic_theme_block fieldset[disabled] .form-control{background-color: transparent;color: #999;border: none;border-bottom: 1px solid lightgrey;}  
.inline-class .form-control {-webkit-box-shadow: none;box-shadow: none;border-bottom: 1px solid #ddd; }
.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group {border-bottom: 1px solid lightgrey;}
.inline-class .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select {padding: 4px 10px 4px 10px;} 
.inline-class .panel.dynamic_theme_block .form-custom .Mobile .form-control, .inline-class .panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect, .inline-class .has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect{border-radius: 0;}
.inline-class .form-control {font-size: 13px;z-index: 11;}
.inline-class .panel.dynamic_theme_block{padding: 8px 20px 8px 20px;}
.inline-class .panel-default>.panel-heading {margin-top: 5px;border-bottom: unset;} 
.inline-class .dynamic_theme_block .tab-pane .form-group, .inline-class .dynamic_theme_block .form-custom .merge_field_div, .inline-class .dynamic_theme_block .form-custom .checkbox{margin-bottom: 8px;}    
.inline-class span.agree-condition {color: #000;}
.inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a, .inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .inline-class .panel.dynamic_theme_block .nav-tabs>li.active>a:hover{border-bottom: 1px solid #dd302e;}
.inline-class .dynamic_theme_block .form-custom .checkbox{margin: 5px 0 0;}
.inline-class .panel.dynamic_theme_block .form-custom{max-height: 100%;overflow: unset;}
.inline-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div .help-block {position: absolute;bottom: -13px;}
.inline-class .has-error .form-control{border-color: red;}
.inline-class .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #000;}
.inline-class .form-control::-moz-placeholder { /* Firefox 19+ */ color: #000;}
.inline-class .form-control:-ms-input-placeholder { /* IE 10+ */color: #000;}
.inline-class .form-control:-moz-placeholder { /* Firefox 18- */color: #000;}
/** Start css for focus on input field **/
.inline-class .form-control.input-focus::-webkit-input-placeholder { color: #ccc; }
.inline-class .form-control.input-focus::-moz-input-placeholder { color: #ccc; }
.inline-class .form-control.input-focus::-ms-input-placeholder { color: #ccc; }
/** End css for focus on input field **/
/* End inline class section */

/** Start color class section **/
.color-class{background-color: #00000000;box-shadow: 0 0 10px #00000000;}    
.color-class button.btn.btn-default.dropdown-toggle.as-is.bs-dropdown-to-select {background-color: #fff;color: #000;border-radius: 0px;height: 38px;}
.color-class .dynamic_theme_block .form-custom .agree-group .agree-condition {color: #000000!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}
.color-class .form-control {color: #000;background-color: #fff;border-radius: 2px;}  
.color-class .CountryId:before, .color-class .StateId:before, .color-class .CityId:before, .color-class .CourseId:before, .color-class .reg_specialization_id_div:before, .color-class .reg_university_id_div:before {color: #fff;z-index: 9999;}
.CountryId.has-error:before, .StateId.has-error:before, .CityId.has-error:before, .CourseId.has-error:before, .reg_specialization_id_div.has-error:before, .reg_university_id_div.has-error:before{
    bottom: 2px;
}
.color-class .reg_specialization_id_div:before {color: #fff;}   
.color-class .panel.dynamic_theme_block .nav>li>a {color: #fff;}  
.color-class span.agree-condition {color: #000000;margin-left: 2px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;}   
.color-class .dynamic_theme_block .fpass a {color: #000000;font-size: 12.4px;}
.color-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div span{color: #fff;}
.color-class .form-control.select-arrow-cust option { color: #000;}
.color-class .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #000;}
.color-class .form-control::-moz-placeholder { /* Firefox 19+ */color: #000;}
.color-class .form-control::-ms-input-placeholder { /* IE 10+ */color: #000;}
.color-class .form-control::-moz-placeholder { /* Firefox 18- */color: #000;}
.color-class .form-click {background-color: #2e6a8f;color:#fff;} 
.color-class .form-group.agree-group.col-md-12.m0.has-error .help-block {color: #F44336;font-size: 11px;}
.color-class .form-group.label-floating.reg_email_div.Email_email .help-block {color: red !important;}
.color-class .form-group.label-floating.has-error .help-block {color: red!important;}
.color-class .form-group.label-floating.reg_email_div.Email_email.has-error .help-block a {color: black;}
.color-class .form-group.label-floating.reg_email_div.Email_email .help-block a {color: black;}
.color-class .form-group.label-floating.has-error .help-block a {color: black;}
.color-class .form-group.label-floating.reg_name_div .help-block{color: #fff;}
.color-class .form-group.label-floating.Mobile.country_dial_code.reg_mobile_div.is-focused .help-block {color: #fff;}
.color-class .dynamic_theme_block .form-control[disabled], .color-class .dynamic_theme_block .form-control[readonly], .color-class .dynamic_theme_block fieldset[disabled] .form-control {background-color:#f1f1f1;color:#000;border-radius: 2px;}
.color-class .panel.dynamic_theme_block .form-custom .Mobile .form-control, .color-class .panel.dynamic_theme_block .form-custom .Mobile .has-error .SumoSelect, .color-class .has-error .panel.dynamic_theme_block .form-custom .Mobile .SumoSelect {border-radius: 2px;}
.color-class .dynamic_theme_block .captcha img {border-radius: 2px;width: 50%;margin-right: 0;/* padding-right: 0; *//* float: right; */height: 38px;}
.color-class .dynamic_theme_block .form-custom .form-group.captcha-txt {padding-left: 1px;}
.color-class .fbLogin {color: #fff;border-color: #fff;}
.color-class .gpLogin {color: #fff;border-color: #fff;}
.color-class .inLogin {
    font-size: 12px;
    color: #fff;
    border-color: #fff;
}
.color-class .form-heading {color: #fff;}
.color-class .fa-graduation-cap:before{color: #fff;}
.color-class .text-center.center-link a {color: #000000;}
.color-class .resetVerify a {color: #000000!important;}
/** End color class section **/
/** Start css for focus on input field **/
.color-class .form-control.input-focus::-webkit-input-placeholder { color: #ccc; }
.color-class .form-control.input-focus::-moz-input-placeholder { color: #ccc; }
.color-class .form-control.input-focus::-ms-input-placeholder { color: #ccc; }
/** End css for focus on input field **/

/** Start color class media query for image captcha **/
@media (max-width: 1100px) and (min-width: 400px){
    .color-class .dynamic_theme_block .captcha img {width: 50%;margin-right: 0;/* padding-right:10px; */}
    .color-class .dynamic_theme_block .form-custom .form-group.captcha-txt {padding-left: 0;}
}
/** End color class media query for image captcha **/

/** Start Link-Border Class **/
.link-border .panel.dynamic_theme_block {padding: 3px 30px 6px 30px;}
.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {color:  #000;text-shadow:  unset;font-size: 15px;padding-bottom:10px;}
.link-border .panel.dynamic_theme_block .nav>li>a {border:  none;/* color: #333131; */padding-left: 16px;padding-right: 16px;font-size: 15px;}
.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {/* background-color:  transparent; *//* border-bottom: 2px solid #dd302e; */}    
.link-border .panel.dynamic_theme_block .nav>li>a:hover {color:  #000;}
.link-border .panel.dynamic_theme_block .nav-tabs>li.active>a, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:focus, .link-border .panel.dynamic_theme_block .nav-tabs>li.active>a:hover {
    padding-left:16px;padding-right:16px;}
@media(max-width:768px){
  .link-border .panel.dynamic_theme_block {padding: 3px 15px 6px 15px;}
}
/** End Link-Border Class **/  

/** Start Link-Border Class with color class **/
.color-class.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {color: #fff;background: #DB5527!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;];/* margin-bottom: 3px; */}
.color-class.link-border .panel.dynamic_theme_block .nav>li>a {color: #fff;padding-bottom: 7px;padding-top: 7px;background-color: #ccc;}
/** End Link-Border Class with color class **/  

/** Start css for input icons in the form **/
.color-class.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"]:hover {color: #fff;border-bottom: none;}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?bi9s3p');
  src:  url('../fonts/icomoon.eot?bi9s3p#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?bi9s3p') format('truetype'),
    url('../fonts/icomoon.woff?bi9s3p') format('woff'),
    url('../fonts/icomoon.svg?bi9s3p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-class .icon-name:before {content: "\e903";}
.icon-class .icon-Email:before {content: "\e902";} 
.icon-class .icon-phone:before {content: "\e905";}
.icon-class .icon-password:before {content: "\e904";}
.icon-class .icon-chat:before {content: "\e900";}
.icon-class .icon-State--city:before {content: "\e907";}
.icon-class .icon-school:before {content: "\e906";}
.icon-class .icon-course:before {content: "\e901";}

.icon-class .field-icon:before{color: #ff4a17;font-size: 13px;font-weight: 700;}

.icon-class .field-icon {position:  absolute;margin-top: 12px;padding: 0 10px 0;z-index: 99;}
.datepicker-field:before{z-index:9999;left: 10px;margin-top: -10px;color: #eb1b2b;font-size: 13px;font-weight: 700;}
input#FieldScheduleCampusDate {padding-left: 30px;}
/** Start Font Family for form **/
.icon-class.formContainer {font-family: 'Nunito Sans', sans-serif;}
/** End Font Family for form **/


/** End css for input icons in the form **/

  
/*** Start Form float design section ***/

.floatForm{-webkit-transform: translateX(100%);-moz-transform: translateX(100%);-ms-transform: translateX(100%);-o-transform: translateX(100%);transform: translateX(100%);-webkit-transition: all 0.8s ease 0s;-ms-transition: all 0.8s ease 0s;-moz-transition: all 0.8s ease 0s;-o-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;z-index: 9999;right:0;top:100px;}
.form-heading{background-color: transparent;color: #000;padding: 8px;margin: 0;font-size: 19px;padding-bottom: 2px;} 
.floatForm.open{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);top: 80px;}
.form-clickOuter{left: 0;position:absolute;top: 50%;margin-top:-20px;margin-left: -107px;webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-ms-transform: rotate(270deg);-o-transform: rotate(270deg);transform: rotate(270deg);} 
.form-click{background-color: #dd302e;color: #fff; position: relative;font-size: 22px;padding: 10px 20px;cursor: pointer;display: inline-block;border-radius:5px 5px 0 0;border:1px solid #fff;border-bottom:none;}
.form-inner{position:relative;}
.form-block{max-width: 400px;min-width: 400px;font-size:12px;}
.form-block-inner{background-color:#fff;}

/*** End Form float design section ***/

/* Strat footer section */
.footer-top {background-color: #f9f9f9;padding: 5px 0;}
/* End footer section */

/** Start Form position section **/

   @media (min-width:1099px){
  .formContainer{/* max-width: 370px; *//* min-width: 370px; */z-index:1;border-radius: 5px;}

  .form-absolute{margin-top: 0%!important;/* position:absolute; */}
  .form-fixed{position:fixed;}
  .form-relative{position:relative;top:12px;}
  .form-position-left{left:50%;margin-left:-585px;}
  .form-position-right{/* right: 2%; *//* margin-right: -22px; */width: 412px;/* margin-top: 70%; *//* border-radius: 5px; *//* box-shadow: 0 0 10px #000; */}
  .resentVerification.text-center {/* text-transform: uppercase; */margin-top: 0px;/* position: absolute; */bottom: 0px;z-index: 9999;right: 20px;}
  .center-link {text-align: center;display: block;position: relative;}
  }
/** End Form position section **/

/* Start media query for mobile view */

@media (max-width: 1100px){

/* Start owl carousel section */
  .owl-carousel .owl-dots {display: none;}
  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {position: absolute;font-size: 28px;top: 33%;color: #ccc;}
  .banner-section .owl-carousel .owl-nav{display: block;}
  .owl-carousel .owl-nav .owl-next { right: 10px;}
  .owl-carousel .owl-nav .owl-prev { left: 10px;}
/* End owl carousel section */

/** Start banner text content **/ 
.banner-text{top: 12%;position: absolute;z-index: 99;left: 3%;}
.banner-text-content{background-color: #000000c2;color: #fff;font-size: 13px;padding: 5px 7px;border-radius: 10px;}
/** End banner text content **/ 

/** Start form section **/
  .form-control{height: 38px;font-size: 14px;}
  .panel.dynamic_theme_block {padding: 12px;}
  .CountryId:before, .StateId:before, .CityId:before, .CourseId:before, .reg_specialization_id_div:before {content: '';border-color: transparent #a0a0a0 #a0a0a0 transparent;border-style: solid;border-width: 6px; right: 0px; bottom: 0; margin-bottom:0;top: auto;}
  .color-class .CountryId:before, .color-class .StateId:before, .color-class .CityId:before, .color-class .CourseId:before, .color-class .reg_specialization_id_div:before {border-color: transparent #a0a0a0 #a0a0a0 transparent;}
  .inline-class .StateId:before {right: 15px;}  
  .has-error.CountryId:before, .has-error.StateId:before, .has-error.CityId:before, .has-error.CourseId:before, .has-error.reg_specialization_id_div:before {bottom:3px;}
  .dynamic_theme_block .CaptchaRefreshBtn:before {font-size: 13px;}
  .dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select{padding: 8px 10px 9px 10px;}
  .dynamic_theme_block .captcha img {height: 38px !important;}
  .dynamic_theme_block .captcha .CaptchaRefreshBtn{top: 9px;}
  .captcha{margin-bottom: 8px;}
  .fbLogin, .gpLogin, .color-class .inLogin {font-size:15px;padding:8px 10px;text-align:center}
  .row.margin-top-10.margin0 .col-sm-6 {width:100%; padding-right:15px;text-align:center;} 
  .dynamic_theme_block .form-custom .captcha {margin-bottom:14px;}
  .inline-class .panel.dynamic_theme_block{padding: 15px 20px 8px 20px;}
  .text-center.center-link a {font-size: 15px;}
  .resetVerify a {font-size: 15px;}
  .Password.reg_password_div {clear: both;}

/** End form section **/

}

label.control-label.widget_label {display: none;}




.form-group.label-floating.reg_course_id_div.CourseId.field-select::before {right: 10px !important;}



span.sr-only {display: none;}

.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div {flex-grow: 1 !important;}



/* form float css */


.trigger_popup {transform: rotate(270deg);position: fixed;/* float: left; */top: 20%;/* right: 0px; */margin-left: -110px;margin-top: 181px;z-index: 999;cursor: pointer;background-color: #ff4a17;border-color: #fff;border: 1px solid #fff;border-radius: 8px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;padding: 10px 29px;font-size: 25px;color: #fff;line-height: 1.33;}
.trigger_popup:hover {background-color: #ff4a17c2;border-color: ff4a17c2;}
.main{
    width: 400px;
}
.registrationbox {
  width: 400px !important;
  position: fixed;
  right: 0px;
  top: 23%;
  transform: translateX(101%);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  z-index: 1111;
  width:auto;
  /* border: 1px solid #000; */
}
.registeropen{
  width: 400px !important;
  position: fixed;
  right: 400px;
  top: 18%;
  transform: translateX(101%);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  z-index: 1111;
  width:
  auto;
  /* border: 1px solid #000; */
}


.has-error .form-control, .has-error .SumoSelect {
    border-color: #f44336;
    box-shadow: none;
    color: #f44336;
}

.formContainer .panel .panel-heading .nav li:not(:last-child){
    margin-right:5px;
}

.formContainer .panel .panel-heading .nav li:not(:last-child):hover{
    margin-right:5px;
}

.form-control::-moz-placeholder,.has-error .SumoSelect::-moz-placeholder{color:#333}.select-arrow-cust{background-color:transparent}.has-error .form-control,.has-error .SumoSelect{border-color:#f44336;box-shadow:none;/* color:#f44336; */border: 1px solid;}.has-error .form-control::-webkit-input-placeholder,.has-error .SumoSelect::-webkit-input-placeholder{color:#f44336}.has-error .form-control:-moz-placeholder,.has-error .SumoSelect:-moz-placeholder{color:#f44336}.has-error .form-control::-moz-placeholder,.has-error .SumoSelect::-moz-placeholder{color:#f44336}.has-error .form-control:-ms-input-placeholder,.has-error .SumoSelect:-ms-input-placeholder{color:#f44336}
.dynamic_theme_block .npf_cpt_new img {
    width: 100%;
    height: 38px!important;
    float: left;
    padding-right: 10px
}.fade:not(.show) {
    opacity: 1;
}.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: auto!important;
    background-color: currentcolor;
    opacity: 1.5!important;
}
.form-group.label-floating.reg_course_id_div.CourseId.field-select::before {
    right: 10px !important;
}

.dynamic_theme_block .btn-register {
    background-color: #DB5527 !important;
    border-color: #DB5527 !important; }
.main_form.w-full.lg\:absolute.lg\:top-\[160px\].lg\:right-\[2\%\] {
    margin-left: 35%!important;
}
.loginWithOtp.text-right {
    text-align: end;
}

button#registerBtn {
    color: white !important;
    text-transform: uppercase;
}
.dynamic_theme_block .otp-login .btn-login {
    width: 91%;
}

#otpSubmitBtn:hover {
  background-color: #DB5527!important;
  color: #fff !important;
  text-decoration: none;
  border-color: #DB5527!important;
      text-transform: uppercase;
} 

button#otpSubmitBtn {
    border: none !important;
}



button#otpSubmitBtn {background: #DB5527!important;text-transform: uppercase;color: white !important;}

span#clockdivForget {
    color: black !important;
}
.form-group.agree-group.col-md-12.m0.has-error {
    margin-top:20px;
}


.step-item .step-icon {
  opacity: 0;
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  /* transition is here so it animates when class is ADDED and REMOVED */
  transition:
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.6s ease;
}

/* When visible, they flip to 0 degrees */
.process-section.is-visible .step-item .step-icon {
  opacity: 1;
  transform: rotateY(0deg);
}

/* Staggered delays for the entrance */
.process-section.is-visible .step-item:nth-child(1) .step-icon {
  transition-delay: 0.1s;
}
.process-section.is-visible .step-item:nth-child(2) .step-icon {
  transition-delay: 0.3s;
}
.process-section.is-visible .step-item:nth-child(3) .step-icon {
  transition-delay: 0.5s;
}
.process-section.is-visible .step-item:nth-child(4) .step-icon {
  transition-delay: 0.7s;
}
.process-section.is-visible .step-item:nth-child(5) .step-icon {
  transition-delay: 0.9s;
}

@keyframes floatIcon {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

.custom_cards svg {
  animation: floatIcon 2s ease-in-out infinite;
  display: block;
}

.custom_cards:nth-child(1) svg {
  animation-delay: 0s;
}
.custom_cards:nth-child(2) svg {
  animation-delay: 0.3s;
}
.custom_cards:nth-child(3) svg {
  animation-delay: 0.6s;
}
.custom_cards:nth-child(4) svg {
  animation-delay: 0.9s;
}

/* Initial state */
.right .cards {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.6s ease;
}

/* When visible (on load) */
/* Initial state: Hidden and scaled down */
.right .cards {
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.3s ease; /* For the hover effect */
}

/* This class will be added by JavaScript when you scroll to #hub */
.right .cards.animate {
  animation: fadeZoomIn 0.9s ease forwards;
}

/* Stagger delays */
.right .cards:nth-child(1) {
  animation-delay: 0.1s;
}
.right .cards:nth-child(2) {
  animation-delay: 0.2s;
}
.right .cards:nth-child(3) {
  animation-delay: 0.3s;
}
/* ... and so on */

/* Hover effect */
.right .cards:hover {
  transform: scale(1.05) !important; /* Overrides the animation final state */
}

@keyframes fadeZoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade {
  animation: fadeInUp 1.6s ease-out forwards;
}

.customWeight {
  font-weight: 300;
}

.positionset {
  position: absolute;
  left: 1px;
  z-index: 1;
  bottom: 0rem;
  font-size: 0.7rem;
}

.positionset .textRightset {
  color: #fff;
}

#loginForm input.form-control {
    background-color: #ffffff !important;
    color: #000 !important;
}
#loginForm input.form-control,
#otpField.form-control {
    background-color: #ffffff !important;
    color: #000 !important;
}

    .form-group.label-floating.reg_state_id_div.StateId.field-select::before {
        display: none !important;
    }

    .form-group.label-floating.reg_city_id_div.CityId.field-select::before {
        display: none !important;
    }
    .form-group.label-floating.reg_university_id_div.UniversityId.field-select::before {
        display: none !important;
    }

    .form-group.label-floating.reg_course_id_div.CourseId.field-select::before {
        display: none !important;
    }
    .form-group.label-floating.field-select.reg_specialization_id_div::before {
        display: none !important;
    }
input#Name {padding-left:30px !important}


input#Email {
    padding-left: 30px !important;
}

input#opt_dataMobile {
    padding-left: 30px !important;
}

select#StateId {
    padding-left: 30px !important;
}

select#CityId {
    padding-left: 30px !important;
}

select#UniversityId {
    padding-left: 30px !important;
}

select#CourseId {
    padding-left: 30px !important;
}

input#loginEmail {
    padding-left: 30px !important;
}

input#loginPassword {
    padding-left: 30px !important;
}

input#forgetEmail {
    padding-left: 30px !important;
}
 .input-group {
  
    display: unset!important;
   
}
li.active a {
    background: #ea6327 !important;
    color:#fff !important;
}
