﻿
:root {
    --pri-color: #1c2966;
    --sec-color: #f4a721;
    --footer-color: #070a15;
    --body-font-color: #52525c;
    --heading-color: #141313;
    --bg-sec-light: #edf4fb;
    --bg-sections-dark: #0e174b;
    --heading-darkb-color: #0e174b;
}

.bshadow {
    box-shadow: 0px 6px 13px 0px #00000021;
}


/*.breadcrumbs {
    display: none;
}*/

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color);
}

body {
    font-family: 'Poppins', sans-serif;
    color: #62616e;
}


.space-p-t {
    padding-top: 80px;
}

.space-p-b {
    padding-bottom: 80px;
}

.space-p-tb {
    padding: 80px 0;
}

.space-m-t {
    margin-top: 80px;
}

.space-m-b {
    margin-bottom: 80px;
}

.space-m-tb {
    margin: 80px 0;
}

.section-bg {
    background-color: var(--bg-sections);
}

.section-bg-dark {
    background-color: var(--bg-sections-dark);
    color: #fff;
}

.section-bg-peach {
    background-color: var(--bg-sections-2);
}

.bg-sec-light {
    background-color: var(--bg-sec-light);
}

.form-head {
    background: #1c9af2;
    padding: 10px;
    text-align:center;
}

.banner {
    height: 750px;
    overflow: hidden;
    min-height: auto;
}


.lp-form-lc .form-head::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 29px solid #0867aa;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -29px;
    left: 0;
}
.lp-form-lc .form-head::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 29px solid #0867aa;
    border-right: 9px solid transparent;
    position: absolute;
    bottom: -29px;
    right: 0;
}

.main-title {
    font-weight: bold;
    font-size: calc(24px + (35 - 24) * (100vw - 320px) / (1920 - 320));
    color: var(--heading-color);
}

.lp-ctm-country {
    display: inline-block;
    background-color: #1984cb;
    padding: 1px 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
}

.pb-img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-form-holder .form-control {
    height: 60px;
}

.phone-fh .iti--allow-dropdown input {
    height: 60px;
}

.lp-form-holder .form-select {
    height: 60px;
}

.pb-cont-holder p {
    font-size: 14px;
}

.m-banner {
    POSITION: RELATIVE;
    z-index: 1;
}

@media (min-width: 1680px) {
    .container {
        max-width: 1600px;
    }
}

.main-form-holder {
    max-width: 1220px;
    margin: 0 auto;
}

.header__login-cta {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.7px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: background-color, border-color;
    background-color: #1c2966;
    border: 3px solid #1c2966;
    color: #fff;
    border-radius: 40px;
}

.aga-btn {
    display: flex;
    align-items: center;
}

.aga-text {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    padding: 0 22px;
}

.aga-arr-icon img {
    max-width: 42px;
}

.header-holder {
    display: flex;
    justify-content: space-between;
}


.info-holder-lp {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__login-cta:hover {
    background-color: #cc4b00;
    border-color: #cc4b00;
    color: #fff;
}

.phone-icon-hodler {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

    .phone-icon-hodler a {
        color: #061f56;
        text-decoration: none;
        font-weight: bold;
    }

.lp-btn-dark {
    display: inline-block;
    text-decoration: none;
    min-width: 193px;
    padding: 11px 30px;
    background-color: var(--sec-color);
    border-radius: 8px;
    color: #040f16;
    transition: 0.3s ease-in-out;
    text-align: center;
}

.lp-btn-dark1 {
    display: inline-flex;
    text-decoration: none;
    /* min-width: 193px; */
    padding: 8px 10px 8px 30px;
    background-color: var(--sec-color);
    border-radius: 30px;
    color: #040f16;
    transition: 0.3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 25px;
}

    .lp-btn-dark1:hover {
        background-color: #040b39;
        color: #fff;
    }

    .lp-btn-dark1 .circle {
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 50%;
        background-color: #fff;
        margin-left: 40px;
    }

        .lp-btn-dark1 .circle img {
            position: relative;
            left: -23px;
            top: 3px;
        }

.lp-btn-light1 {
    display: inline-flex;
    text-decoration: none;
    /* min-width: 193px; */
    padding: 8px 10px 8px 30px;
    background-color: #d8def9;
    border-radius: 30px;
    color: #040f16;
    transition: 0.3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}

    .lp-btn-light1 .circle {
        width: 40px;
        height: 40px;
        border: 0;
        border-radius: 50%;
        background-color: #fff;
        margin-left: 40px;
    }

        .lp-btn-light1 .circle img {
            position: relative;
            left: -23px;
            top: 3px;
        }

    .lp-btn-light1:hover {
        background-color: #040b39;
        color: #fff;
    }

.lp-btn-light {
    display: inline-block;
    text-decoration: none;
    min-width: 193px;
    padding: 11px 30px;
    background-color: #d8def9;
    border-radius: 8px;
    color: #040f16;
    transition: 0.3s ease-in-out;
}

.lp-btns-holder {
    margin-top: 40px;
}

.lp-btn-dark:hover, .lp-btn-light:hover {
    background-color: #333;
    color: #fff;
}

.lp-btn-dark2 {
    display: inline-flex;
    text-decoration: none;
    /* min-width: 193px; */
    padding: 8px 22px 8px 20px;
    background-color: var(--sec-color);
    border-radius: 30px;
    color: #040f16;
    transition: 0.3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
}

    .lp-btn-dark2:hover {
        background-color: #fff;
        color: #000;
    }

.lp-btn-light2 img {
    margin-right: 20px;
}

.lp-btn-dark2 img {
    margin-right: 20px;
}

.lp-btn-light2 {
    display: inline-flex;
    text-decoration: none;
    /* min-width: 193px; */
    padding: 8px 22px 8px 10px;
    background-color: #d8def9;
    border-radius: 30px;
    color: #040f16;
    transition: 0.3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    border: 2px solid transparent;
}

    .lp-btn-light2:hover {
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
    }

        .lp-btn-light2:hover img {
            filter: brightness(0) saturate(100%) invert(86%) sepia(99%) saturate(1%) hue-rotate(264deg) brightness(111%) contrast(97%);
        }

.lp-ib-style-1 {
    text-align: center;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    min-height: 307px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lp-ib-style-1 p {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        display: none;
    }

    .lp-ib-style-1:hover p {
        display: block;
    }

    .lp-ib-style-1:hover {
        background-color: #1984cb;
    }

        .lp-ib-style-1:hover h5 {
            display: none;
            color: #fff;
        }

        .lp-ib-style-1:hover img {
            display: none;
            /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(309deg) brightness(104%) contrast(101%);*/
        }

        .lp-ib-style-1:hover .lp-plus-btn {
            display: none;
            /*   border: 1px solid #fff;*/
        }

    .lp-ib-style-1 img {
        height: 81px;
        margin-bottom: 25px;
    }

    .lp-ib-style-1 h5 {
        font-size: 19px;
    }

.lp-plus-btn {
    text-decoration: none;
    font-size: 25px;
    width: 32px;
    height: 32px;
    border: 1px solid;
    display: inline-block;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 32px;
    transition: 0.3s ease-in-out;
}

    .lp-plus-btn:hover {
        background-color: var(--sec-color);
        border-color: var(--sec-color);
        color: #fff;
    }

.sep-title {
    margin: 12px 0px;
}

/*
.lp-counter-box{
    display:flex;
    align-items:center;
}

.cb-lp-icon {
    flex: 1 0 65px;
    max-width: 65px;
}
.cb-lp-cont {
    flex: 1;
}
*/
.call-links {
    display: flex;
    max-width: 450px;
    margin: 0 auto;
    justify-content: space-around;
    position: relative;
    top: 20px;
}

.cal-link1 img {
    margin-right: 15px;
}

.cal-link1 {
    font-size: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px;
}

    .cal-link1:hover {
        color: #fff;
    }

.cb-lp-cont {
    background: #1984cb;
    border-radius: 10px;
    padding: 0 55px;
    position: relative;
    min-height: 110px;
    display: flex;
    align-items: center;
    color: #fff;
}

.lp-counter-box {
    max-width: 294px;
    margin: 0 auto;
}


.cb-lp-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1984cb;
}

.cb-lp-cont h5 {
    font-size: calc(24px + (44 - 24) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    display: table-caption;
}

.ib-s3-icon {
    width: 100px;
    height: 100px;
    background-color: #1984cb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 120px;
    margin: 0 auto;
}

.ib3-cont {
    min-height: 190px;
    border: 1px solid #394066;
    margin-top: 40px;
    padding: 20px 20px 0 20px;
    position: relative;
    border-left: 0;
    border-bottom: 0;
}

    .ib3-cont h5 {
        color: #fff;
        margin-bottom: 20px;
        margin-top: 10px;
        font-size:;
    }

    .ib3-cont span.process {
        color: #fff;
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.2;
        display: block;
    }

    .ib3-cont:before {
        content: "";
        width: 14px;
        height: 14px;
        background-color: #f4a721;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -7px;
        border-radius: 14px;
        z-index: 1;
    }


.how-it-works .row .col-lg-3:last-child .ib3-cont {
    border-right: none;
}

.ib3-cont-first:after {
    width: 50%;
    content: "";
    height: 1px;
    background: #0e174b;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
}

.ib3-cont-last:after {
    width: 50%;
    content: "";
    height: 1px;
    background: #0e174b;
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 0;
}

.ctm-cta-cont {
    max-width: 600px;
    margin: 0 auto 60px;
}

.cta-form-box .form-group {
    position: relative;
}

    .cta-form-box .form-group input {
        background-color: #ffffff;
        border: 0;
        border-radius: 12px;
        padding: 10px 20px 10px 40px;
        height: 46px;
    }

        .cta-form-box .form-group input::placeholder {
            color: #7a7b80;
        }

    .cta-form-box .form-group select::placeholder {
        color: #7a7b80;
    }

    .cta-form-box .form-group select {
        background-color: #fff;
        border: 0;
        border-radius: 12px;
        padding: 10px 20px 10px 45px;
        height: 46px;
        color: #7a7b80;
    }

.cta-form-box .lp-btn-submit {
    color: #040b39;
    font-size: calc(13px + (22 - 13) * ((100vw - 300px) / (1920 - 300)));
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    background-color: #f4a821;
    max-width: 500px;
    margin: 0 auto;
}

    .cta-form-box .lp-btn-submit:hover {
        background-color: #040b39;
        color: #fff;
    }

.cta-form-box .form-group i {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #83879e;
}

.bg-right-1 {
    background-position: right !important;
}

.cta-section-lp {
    color: #fff;
    background-size: cover;
    background-position: center center;
}

.cta-lp-box {
    background-color: #1a2662;
    display: inline-block;
    padding: 12px 40px 12px 20px;
    margin-bottom: 40px;
    position: relative;
    z-index: 99;
    /*    box-shadow: -5px -5px 10px 0 #111;*/
}
/*.cta-lp-box:before {
   content: "";
   background-image: url('/lp/assets/teaching-lp-images/ctt-before.png');
  background-repeat: no-repeat;
  background-size: cover;
 width: 100%;
 height: 80px;
 position: absolute;
 left: 5%;
 z-index: -1;
 top: -8px;
}*/
.count label {
    color: #fff;
}

.percent {
    position: relative;
}

    .percent::before {
        content: "+";
        position: absolute;
        font-size: calc(30px + (44 - 30) * (100vw - 320px) / (1920 - 320));
        display: inline-block;
        right: -30px;
    }

.cta-lp-box h6 {
    font-size: calc(14px + (24 - 14) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

    .cta-lp-box h6 span {
        color: #f4a821;
    }

.cta-section-lp h3 {
    color: #fff;
}

.ic-box-sty-4 {
    min-height: 370px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 30px;
    transition: 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .ic-box-sty-4:hover {
        background-color: var(--pri-color);
        border-color: var(--pri-color);
        color: #fff;
    }

        .ic-box-sty-4:hover h5 {
            color: #fff;
        }

.s5-box-icon {
    margin-bottom: 20px;
}

.ic-box-sty-4 h5 {
    color: #040b38;
    font-size: 19px;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
}

.ic-box-sty-4 span.heading {
    color: #040b38;
    font-size: 19px;
    margin-bottom: 15px;
    transition: 0.3s ease-in-out;
    display: block;
    font-weight: 500;
    line-height: 1.2;
}

.ic-box-sty-4 p {
    font-size: 15px;
    margin-bottom: 30px;
}

.bs-5-arrow-btn {
    width: 42px;
    height: 42px;
    text-align: center;
    display: flex;
    text-decoration: none;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    color: #081040;
    border-radius: 42px;
    border: 1px solid #1984cb;
    margin-left: auto;
    transition: 0.3s ease-in-out;
}

.ic-box-sty-4:hover .bs-5-arrow-btn {
    background-color: #1984cb;
    color: #fff;
}

    .ic-box-sty-4:hover .bs-5-arrow-btn i {
        transform: rotate(-30deg);
    }

.bs-5-arrow-btn i {
    transform: rotate(329deg);
    transition: 0.3s ease-in-out;
}

.foo-inf-holder {
    display: flex;
}

.foo-nav li {
    display: inline-block;
}

.foo-ss-holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lp-foo-social-media li {
    display: inline-block;
}

.lp-footer {
    padding: 16px 0;
    background-color: #070a15;
    color: #6a6d78;
}

.foo-nav li {
    margin-right: 10px;
}

    .foo-nav li a {
        text-decoration: none;
        color: #6a6d78;
        font-size: 15px;
    }

        .foo-nav li a:hover {
            color: var(--sec-color);
        }

.foo-nav ul {
    padding-left: 0;
}

.copyright-lp {
    margin-right: 10px;
    font-size: 15px;
}

.lp-foo-social-media li a {
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    background-color: #282e44;
    color: #070a15;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    margin-right: 6px;
}

    .lp-foo-social-media li a:hover {
        background-color: var(--sec-color);
        color: #fff;
    }


.slider-nav {
    max-width: 500px;
    margin: 0 auto;
}


.lp-tm-cont {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
    /*font-size: 22px;*/
    font-weight: 600;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
    color: #081040;
}

.lp-tm-cont-holer {
    box-shadow: 0px 5px 49px 0px rgba(25, 132, 203, 0.19);
    background-color: #fff;
    border-radius: 40px 0px 40px 0px;
    text-align: center;
    margin: 69px 60px;
    padding-top: 90px;
    padding-bottom: 40px;
}

.tm-info-holder h3 {
    color: #1984cb;
    font-size: 22px;
    position: relative;
}

    .tm-info-holder h3:after {
        content: "";
        height: 1px;
        width: 100%;
        background: #d9e4ef;
        display: block;
        position: absolute;
        top: 13px;
        z-index: 0;
    }

.tm-name-holder {
    background: #fff;
    display: inline-block;
    padding: 0 19px;
    position: relative;
    z-index: 10;
}

.lp-tm {
    position: relative;
}

    .lp-tm:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 60%;
        background-image: url(/lp/assets/teaching-lp-images/Testimonial-Banner.jpg);
        content: "";
        z-index: -1;
        background-size: cover;
        background-position: center center;
    }

.accordion-header .accordion-button {
    color: #0e174b;
    font-size: 22px;
    font-weight: 600;
}


.accordion-button:not(.collapsed) {
    color: #1984cb;
    background-color: transparent;
    box-shadow: none;
}

.cta-section-lp {
    min-height: 600px;
    display: flex;
    align-items: center;
}

    .cta-section-lp p {
        color: #fff;
        font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
        margin-bottom: 20px;
    }

.lp-form-lc {
    border: 0;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 0 20px 0;
    z-index: 0;
}

    .lp-form-lc .lp-form-holder {
        border: 0;
        background-color: transparent;
    }
    /*.lp-form-lc {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 18px 10px;
}*/
    .lp-form-lc .main-form {
        box-shadow: none;
    }

    .lp-form-lc .form-head {
        display: flex;
        align-items: self-start;
        border: 0;
        border-radius: 0;
        position: relative;
        max-width: 430px;
        width: 425px;
        left: -10px;
    }

        .lp-form-lc .form-head::before {
            content: "";
            /*    background-image:url('/lp/assets//teaching-lp-images/formheadbefore.png');
    background-repeat:no-repeat;
    background-size:contain;*/
            width: 0;
            height: 0;
            border-top: 29px solid #0867aa;
            border-left: 10px solid transparent;
            position: absolute;
            bottom: -29px;
            left: 0;
        }

    .lp-form-lc .form-group {
        position: relative;
    }

        .lp-form-lc .form-group input {
            background-color: #e8ebf9;
            border: 0;
            border-radius: 12px;
            padding: 10px 20px 10px 40px;
            height: 46px;
        }

            .lp-form-lc .form-group input::placeholder {
                color: #7a7b80;
            }

        .lp-form-lc .form-group select::placeholder {
            color: #7a7b80;
        }

        .lp-form-lc .form-group select {
            background-color: #e8ebf9;
            border: 0;
            border-radius: 12px;
            padding: 10px 20px 10px 45px;
            height: 46px;
            color: #7a7b80;
        }

        .lp-form-lc .form-group i {
            position: absolute;
            left: 15px;
            top: 15px;
            color: #777d9b;
        }

    .lp-form-lc .form-head::after {
        content: "";
        /* background-image:url('/lp/assets//teaching-lp-images/formheadafter.png');
    background-repeat:no-repeat;
    background-size:contain;*/
        width: 0;
        height: 0;
        border-top: 29px solid #0867aa;
        border-right: 9px solid transparent;
        position: absolute;
        bottom: -29px;
        right: 0;
    }

    .lp-form-lc .form-head .form-lp-right {
        margin-left: 15px;
    }

        .lp-form-lc .form-head .form-lp-right h4 {
            /*font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1920 - 300)));*/
            font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1920 - 300)));
            text-transform: uppercase;
            font-weight: 600;
            color: #fff;
        }

        .lp-form-lc .form-head .form-lp-right h2 {
            /*font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1920 - 300)));*/
            font-size: calc(18px + (23 - 18) * ((100vw - 300px) / (1920 - 300)));
            text-transform: uppercase;
            font-weight: 600;
            color: #fff;
            text-align: left;
        }

        .lp-form-lc .form-head .form-lp-right h6 {
            font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
            text-transform: uppercase;
            color: #192560;
            text-align: left;
            font-weight: 500;
        }

            .lp-form-lc .form-head .form-lp-right h6 span {
                font-weight: 600;
                color: #fff;
            }

    .lp-form-lc .lp-btn-submit {
        color: #040b39;
        font-size: calc(12px + (22 - 12) * ((100vw - 300px) / (1920 - 300)));
        text-transform: uppercase;
        font-weight: 600;
        border: 0;
        border-radius: 10px;
        background-color: #f4a821;
    }

        .lp-form-lc .lp-btn-submit:hover {
            background-color: #040b39;
            color: #fff;
        }

.form-head {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding: 18px 10px;
}

.lp-btn-submit {
    width: 100%;
    padding: 13px 10px;
    background-color: #e3922a;
    border-color: #e3922a;
    margin-top: 15px;
    transition: 0.3s ease-in-out;
}

    .lp-btn-submit:hover {
        background-color: #333;
        border-color: #333;
    }

.lp-form-holder {
    z-index: 10;
}

.lp-tm .slider-nav img {
    filter: brightness(50%);
}

.lp-tm .slider-nav .slick-current img {
    /* border: 2px solid #fff;*/
    filter: brightness(100%);
}

/* Popup Css Start*/
.lp-popup .modal {
    border: 0;
}

.lp-popup .modal-content {
    border: 0;
    background-color: transparent;
}

.lp-popup .modal-body {
    border: 10px solid #e5f1fb;
    border-radius: 12px;
    background-color: #fff;
    padding: 0;
    position: relative;
}

.lp-popup .pop-left-side {
    padding: 20px 0px;
}

    .lp-popup .pop-left-side h3 {
        font-size: calc(22px + (36 - 22) * ((100vw - 300px) / (1920 - 300)));
        color: #0d174a;
        font-weight: 400;
        margin-bottom: 15px;
        padding-left: 20px;
    }

        .lp-popup .pop-left-side h3 span {
            color: #1c9af2;
            font-weight: 700;
        }

.lp-popup .medum-title-pop {
    /*background-color: #fce5bc;*/
    padding: 10px 20px;
    /*opacity: 0.302;*/
    display: inline-block;
    margin-bottom: 15px;
    background: rgb(252,229,188);
    background: linear-gradient(90deg, rgba(252,229,188,1) 78%, rgba(255,255,255,1) 100%);
}

    .lp-popup .medum-title-pop h5 {
        font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1920 - 300)));
        color: #0d174a;
        font-weight: 700;
        /* padding-left:20px;*/
    }

.lp-popup .popup-form {
    background-color: #0d174a;
    height: 100%;
}

    .lp-popup .popup-form .pop-right-top {
        background-color: #1c9af2;
        border-radius: 0;
        padding: 40px 20px;
        text-align: center;
    }

.lp-popup .btn-close {
    position: absolute;
    right: 10px;
    background-color: #fff !important;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 50%;
    background: none;
    opacity: 1;
    top: 10px;
}

    .lp-popup .btn-close i {
        text-align: center;
        font-size: 15px;
        color: #1c9af2;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 17px;
    }

.lp-popup .popup-form h4 {
    font-size: calc(22px + (34 - 22) * ((100vw - 300px) / (1920 - 300)));
    color: #fff;
    margin: 0;
    font-weight: 400;
}

    .lp-popup .popup-form h4 span {
        font-weight: bold;
    }

.lp-popup .popup-form form {
    padding: 60px 40px;
}

    .lp-popup .popup-form form input,
    .lp-popup .popup-form form select {
        height: 48px;
        padding: 8px 12px;
    }

.lp-popup p {
    font-weight: 400;
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    color: #0d174a;
    padding: 3% 10%;
}

.lp-popup .pop-blue-area {
    padding: 3% 10%;
    background-color: #edf4fb;
    width: 90%;
    margin-bottom: 25px;
}

    .lp-popup .pop-blue-area h6 {
        font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
        color: #0d174a;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .lp-popup .pop-blue-area .pp-list-inner {
        padding: 0;
        margin: 10px 0;
    }

.pop-blue-area .pp-list-inner li {
    list-style: none;
    font-weight: 400;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    color: #0d174a;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

    .pop-blue-area .pp-list-inner li:before {
        content: "";
        background-image: url('/lp/assets/images/pop-list-icon.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 4px;
    }

.lp-popup .pp-btm-area {
    padding: 10px 20px;
}

    .lp-popup .pp-btm-area h6 {
        font-weight: 700;
        font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
        color: #0d174a;
        text-align: center;
        margin-bottom: 20px;
        text-align: center;
    }

    .lp-popup .pp-btm-area .pp-lp-logo {
        border-radius: 5px;
        border: 1px solid #dbe7f0;
        margin-bottom: 10px;
        text-align: center;
    }
/*Popup Css End*/
.sample-holder-btns {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

    .sample-holder-btns a {
        margin-right: 20px !important;
        margin-bottom: 20px;
    }

.emp-box {
    margin-bottom: 20px;
    border: 0;
    border-radius: 20px;
    min-height: 381px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*  background-color: #1984cb;*/
    position: relative;
    transition: 0.3s;
    width: 100%;
    /* height:100%;*/
}

    .emp-box .emp-img {
        position: relative;
    }

        .emp-box .emp-img img {
            border: 0;
            border-radius: 20px;
        }

    .emp-box .emp-text {
        position: absolute;
        bottom: 15px;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .emp-box .emp-text span {
            font-weight: 600;
            font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
            color: #fff;
            display: block;
        }

        .emp-box .emp-text label {
            font-weight: 400;
            font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
            color: #fff;
        }

        .emp-box .emp-text a {
            width: 30px;
            height: 30px;
            background-color: #1984cb;
            text-align: center;
            border: 0;
            border-radius: 50%;
            display: block;
            line-height: 32px;
        }

            .emp-box .emp-text a i {
                color: #1a2147;
            }

    .emp-box p {
        padding: 40px 20px;
        position: absolute;
        top: 30px;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        display: none;
    }

    .emp-box:hover p {
        display: block;
        cursor: pointer;
    }

    .emp-box:hover .emp-img {
        display: none;
    }

    .emp-box:hover .emp-text {
        display: none;
    }

    .emp-box:hover {
        background-color: #1984cb;
        background-image: none !important;
    }

    .emp-box .emp-img img:hover {
        background-color: #1984cb;
    }

.lp-form-lc .form-head .form-lp-right .acct-title-lp {
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 8px;
}

.profile-box-holder {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    background-color: #fff;
    padding: 16px;
    border-radius: 20px;
    box-shadow: 0px 0px 18px 0px rgba(104, 172, 217, 0.15);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(25 132 203 / 20%);
}

.pb-img-holder {
    flex: 1 0 100px;
    max-width: 100px;
    height: 114px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #d5d5d5;
    background-color: #ececec;
}

.pb-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

.certificate-link {
    color: #1984cb;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    font-weight: 500;
}


@media (min-width:992px) {
    .mob-show {
        display: none !important;
    }
}







/* Professional Certification lp Css Start */
/*.fixed-enrich{
   width :100%;
    position: fixed;
    top :0;
    height:50px;
    z-index:10999;
    background-color:#fff;
}*/
.profesionail-lp {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.profesionail-lp {
    position: relative;
    padding: 20px;
    border: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
}

    .profesionail-lp .lp-form-lc {
        max-width: 406px;
    }

.lp-form-lc .pf-form-head {
    text-align: center;
    justify-content: center;
}

    .lp-form-lc .pf-form-head p {
        font-weight: 500;
        font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
        color: #192560;
        margin-top: 5px;
        margin-bottom: 0;
    }

.profesionail-lp h6 {
    font-weight: 600;
    font-size: calc(24px + (24 - 24) * (100vw - 320px) / (1920 - 320));
    color: #1c9af2;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 100px;
}

.profesionail-lp h1 {
    font-weight: bold;
    font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.profesionail-lp p {
    font-weight: 400;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.profesionail-lp h1 span {
    color: #f4a821;
}

.frm-bt-box {
    margin-top: 15px;
    text-align: center;
    color: #040b39;
    font-weight: 500;
    font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
}

.lp-pf-btn-holder {
    display: flex;
    margin-top: 35px;
    /* justify-content:space-between;
    max-width:500px;*/
}

.btn-yellow {
    background-color: #f4a721;
    color: #000;
    font-size: calc(12px + (18 - 12) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    text-decoration: none;
    padding: 16px 40px;
    border: 0;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}

.modal {
    z-index: 109990;
}

.lp-pf-btn-holder .btn-blue1 {
    /*display: inline-flex;*/
    text-decoration: none;
    padding: 12px 20px;
    background-color: #1c9af2;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 25px;
    margin-right: 10px;
}

    .lp-pf-btn-holder .btn-blue1 img {
        margin-left: 4px;
    }

.lp-pf-btn-holder .btn-yellow1 img {
    margin-left: 4px;
}

.lp-pf-btn-holder .btn-yellow1 {
    /*display: inline-flex;*/
    text-decoration: none;
    padding: 9px 30px;
    background-color: #f4a721;
    border-radius: 30px;
    color: #040f16;
    transition: 0.3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 25px;
}

.form-img-pf {
    position: absolute;
    bottom: 0;
    right: 38%;
}

.egypt-ban img {
    width: 114%;
}

.main-title {
    font-weight: bold;
    font-size: calc(24px + (35 - 24) * (100vw - 320px) / (1920 - 320));
    color: var(--heading-color);
}

    .main-title span {
        color: #1984cb;
        font-family: 'Georgia', sans-serif;
        font-style: italic;
        font-weight: bold;
    }

.enrich-sec {
    position: relative;
}

.enrich-link-line {
    border-bottom: 2px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 0;
    background-color: #fff;
    /*    height: 100px;
    position: sticky;
    top:150px;
    z-index:9999;*/
}

.pin {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0rem 2rem 4.4rem;
    background: #7a7a7a;
    box-shadow: 0 1rem 5rem -2rem rgba(0, 0, 0, 0.5);
    transition: transform 100ms linear;
    z-index: 999;
}

.enrich-link-line #fixed {
    position: static;
}

#fixed {
    /* position: fixed;*/
    top: 10%;
    left: 0;
    width: 100%;
    /* height: 100px;*/
    box-sizing: border-box;
    /*padding: 0rem 2rem 4.1rem;*/
    /* background: #fff;*/
    /*box-shadow: 0 1rem 5rem -2rem rgba(0, 0, 0, 0.5);*/
    transition: transform 100ms linear;
    z-index: 999;
}

.enrich-link {
    margin-top: 40px;
}

    .enrich-link a {
        margin-bottom: 20px;
        padding-bottom: 20px;
        color: #808080;
        font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        text-decoration: none;
    }

        .enrich-link a:hover {
            color: #1984cb;
            border-bottom: 2px solid #1984cb;
        }

.exp-box {
    position: relative;
    padding: 40px 0 20px;
}

    .exp-box .circle {
        width: 12px;
        height: 12px;
        border: 0;
        border-radius: 50%;
        margin-bottom: 20px;
        background-color: #e37400;
        position: relative;
    }

    .exp-box .cll1 {
        background-color: #1967d2;
    }

    .exp-box .cll2 {
        background-color: #188038;
    }

    .exp-box .cll3 {
        background-color: #c5221f;
    }

    .exp-box h4 {
        font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        color: #111;
        margin: 20px 0;
    }

    .exp-box p {
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: #5f6368;
        margin: 20px 0 10px 0;
    }

    .exp-box span {
        font-size: calc(22px + (28 - 25) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        color: #e37400;
        line-height: 1;
        margin-top: 10px;
    }

    .exp-box .cll1-text {
        color: #1967d2;
    }

    .exp-box .cll2-text {
        color: #188038;
    }

    .exp-box .cll3-text {
        color: #c5221f;
    }

.earn-box {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(54,64,67,.15), 0 1px 2px 0 rgba(54,64,67,.3);
    max-width: 520px;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 24px 16px;
    border-top: 8px solid #174ea6;
}

.ear-cl1 {
    border-top: 8px solid #c5221f;
}

.ear-cl2 {
    border-top: 8px solid #681da8;
}

.ear-cl3 {
    border-top: 8px solid #174ea6;
}

.ear-cl4 {
    border-top: 8px solid #e37400;
}

.earn-box-header {
    display: flex;
    /*align-items:center;*/
    padding-top: 30px;
}
    /*.earn-icon {
    filter: brightness(0) saturate(100%) invert(10%) sepia(18%) saturate(6559%) hue-rotate(218deg) brightness(101%) contrast(106%);
}*/
    .earn-box-header h4 {
        font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
        font-weight: 600;
        color: #111;
        margin-bottom: 20px;
    }

    .earn-box-header p {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: #5f6368;
        margin-bottom: 20px;
    }

.earn-list {
    padding: 0;
    margin: 8px 0 10px 0;
    min-height: 180px;
    overflow-y: auto;
    /* display:flex;*/
}

    .earn-list li {
        list-style: none;
        border: 1px solid #3c4043;
        border-radius: 4px;
        color: inherit;
        padding: 6px 8px;
        margin-right: 10px;
        display: inline-block;
        font-size: 13px;
        justify-content: center;
        margin-bottom: 10px;
    }

        .earn-list li:hover {
            background-color: #0e174b;
            color: #fff;
            cursor: pointer;
        }

.earn-box-footer {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}


    .earn-box-footer .btn-app {
        background-color: #f4a721;
        color: #061f56;
        font-size: 18px;            
        text-decoration: none;
        padding: 16px 40px;
        border: 0;
        border-radius: 0;
        width: 100%;
        text-align: center;
        font-weight: bold;
    }

    .earn-box-footer a {
        font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
        text-decoration: none;
        color: #5f6368;
    }

        .earn-box-footer a i {
            margin-left: 7px;
        }

.embrac-box {
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('/lp/assets/professional/Bg-line.png');
    border: 0;
    border-radius: 20px;
}

    .embrac-box .inner-emb-box {
        display: flex;
    }

    .embrac-box .embrace-text {
        padding: 40px 20px 0 20px;
    }

    .embrac-box .embrace-icon {
        margin-right: 9px;
    }

    .embrac-box h5 {
        font-size: calc(22px + (35 - 22) * (100vw - 320px) / (1920 - 320));
        font-weight: 700;
        color: #f4a721;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .embrac-box p {
        font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
        font-weight: 400;
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 450px;
    }

.bar-line {
    width: 100%;
    height: 2px;
    background-color: #ccc;
    display: flex;
    align-items: center;
}

.view-link {
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    font-weight: 500;
    text-decoration: none;
    color: #5f6368;
}

.joy-sec h4 {
    font-weight: bold;
    font-size: calc(24px + (35 - 24) * (100vw - 320px) / (1920 - 320));
    color: #141313;
    margin-bottom: 25px;
}

.joy-sec p {
    font-weight: 400;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #5f6368;
    margin-bottom: 25px;
}

.joy-sec label {
    font-weight: 600;
    font-size: calc(18px + (20 - 18) * (100vw - 320px) / (1920 - 320));
    color: #141313;
    margin-bottom: 50px;
}

.joy-box {
    display: flex;
    margin-bottom: 40px;
}

    .joy-box .joy-icon {
        margin-right: 25px;
        align-items: center;
        border-radius: 100%;
        box-shadow: 0 1px 2px rgba(54,64,67,.3), 0 1px 3px rgba(54,64,67,.15);
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 60px;
    }

.joy-text p {
    font-size: calc(18px + (21 - 18) * (100vw - 320px) / (1920 - 320));
    color: #141313;
    margin: 0;
    padding: 0;
}

.joy-text .blue {
    color: #4285f4;
}

.joy-text .green {
    color: #188038;
}

.joy-text .orange {
    color: #e37400;
}

.ind-cnt {
    position: relative;
    z-index: 99;
}

@media(max-width:1399.98px) {

    .lp-form-lc .form-head {
        width: 390px;
    }

    .lp-btn-dark1 .circle img {
        top: 7px;
    }

    .lp-btn-light1 .circle img {
        top: 7px;
    }

    .lp-form-lc .form-head::after {
        bottom: -28px;
        right: 1px;
    }

    .form-img-pf {
        right: 37%;
    }

    .profesionail-lp .lp-form-lc .form-head {
        display: flex;
        align-items: self-start;
        border: 0;
        border-radius: 0;
        position: relative;
        max-width: 430px;
        width: 427px !important;
        left: -10px;
    }

    .lp-tm-cont {
        max-width: 500px;
        margin: 20px 80px;
    }
}


@media (max-width:1260px) {
    .banr-text {
        min-height: 709px;
    }

        .banr-text .bantext-wrapper .bantxt-abs {
            bottom: -158px;
        }

        .banr-text .bantext-wrapper h3 {
            margin-right: 20px;
        }

        .banr-text .bantext-wrapper h1 {
            margin-right: 20px;
        }

        .banr-text .steps-reg ul li {
            padding: 0px 12px;
        }

        .banr-text .baner-man figure img {
            max-width: 415px;
        }
}

@media(max-width:1199px) {
    .lp-popup .modal-body {
        margin-top: 100px;
    }

    .lp-popup .btn-close {
        right: -10px;
        top: -10px;
    }

    .lp-popup .popup-form form {
        padding: 25px 15px;
    }

    .cta-section-lp {
        min-height: 400px;
    }

    .lp-form-lc .form-head {
        width: 100%;
        left: 0;
        max-width: 100%;
    }

        .lp-form-lc .form-head:before {
            display: none;
        }

        .lp-form-lc .form-head::after {
            display: none;
        }

    .lp-btn-light2 img {
        margin-right: 10px;
    }

    .lp-btn-light1 .circle img {
        top: 7px;
    }
    /*.banner .baner-man img{
        display:none;

    }*/
    /*.banr-text .steps-reg {
        bottom: 40px;
    
    }*/
    /* .banner .steps-reg{
        display:none;
    }*/
    .emp-box p {
        padding: 20px;
        top: 10px;
        font-size: 13px;
    }

    .lp-tm-cont {
        max-width: 400px;
    }

    .banner .teps-reg {
        display: none;
    }

    .steps-reg {
        display: none;
    }

    .banr-text .steps-reg {
        display: none;
    }

    .space-p-tb {
        padding: 50px 0;
    }
}


@media (max-width:1300px) {
    .form-img-pf {
        right: 35%;
    }

    .btn-yellow {
        font-size: 13px;
        padding: 10px 25px;
    }
}

@media(max-width:1199px) {
    .form-img-pf {
        display: none;
    }

    .embrac-box .embrace-text {
        padding: 40px 0px 0 20px;
    }

    .btn-yellow {
        font-size: 13px;
        padding: 10px 15px;
    }

    .profesionail-lp .lp-form-lc .form-head {
        width: 100% !important;
        left: 0;
    }
}



@media(max-width:991px) {

    .phone-icon-hodler {
        font-size: 16px;
    }

    .aga-text {
        font-size: 11px;
        line-height: 12px;
        padding: 0 12px;
    }

    .phone-icon-hodler {
        display: none;
    }

    .sign-up-holder {
        display: none;
    }

    .info-holder-lp {
        display: block;
    }

    .header ul.mob-show {
        width: 100%;
        top: 0;
    }

    .header-holder {
        height: 57px;
        align-items: center;
    }

    .lp-counter-box {
        margin-bottom: 30px;
    }

    .ic-box-sty-4 {
        margin-bottom: 30px;
    }


    .space-p-t {
        padding-top: 60px;
    }

    .space-p-b {
        padding-bottom: 60px;
    }

    .space-p-tb {
        padding: 60px 0;
    }

    .space-m-t {
        margin-top: 60px;
    }

    .space-m-b {
        margin-bottom: 60px;
    }

    .space-m-tb {
        margin: 60px 0;
    }

    .banner .baner-man img {
        display: none;
    }

    .banner .steps-reg {
        display: none;
    }

    .banr-text .bantext-wrapper .bantxt-abs {
        bottom: -88px;
    }

    .sample-holder-btns {
        display: grid;
    }

    .lp-tm-cont {
        max-width: 300px;
    }

    .space-p-tb {
        padding: 40px 0;
    }

    .lp-pf-btn-holder {
        display: grid;
    }

    .btn-yellow {
        padding: 14px 16px;
    }

    .embrac-box .embrace-text {
        padding: 40px 0px 0 20px;
    }

    .btn-yellow {
        font-size: 11px;
        padding: 10px 15px;
    }
}

@media(max-width:767px) {

    .banr-text {
        min-height: auto;
    }

    .lp-tm-cont-holer {
        margin: 69px 15px;
    }

    .lp-tm-cont {
        font-size: 16px;
        padding: 0 15px;
    }

    .tm-info-holder h3 {
        font-size: 16px;
    }

    .slider-nav .slick-slide img {
        width: 50px;
        margin: 0 auto;
    }



    .space-p-t {
        padding-top: 40px;
    }

    .space-p-b {
        padding-bottom: 40px;
    }

    .space-p-tb {
        padding: 40px 0;
    }

    .space-m-t {
        margin-top: 40px;
    }

    .space-m-b {
        margin-bottom: 40px;
    }

    .space-m-tb {
        margin: 40px 0;
    }

    .lp-tm-cont-holer {
        margin: 50px 15px;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .lp-btns-holder a {
        margin-bottom: 20px;
    }

    .foo-inf-holder {
        flex-direction: column;
        text-align: center;
    }

    .foo-ss-holder {
        justify-content: center;
        margin-top: 14px;
    }

    .accordion-header .accordion-button {
        font-size: 16px;
    }

    .tm-designnation {
        font-size: 12px;
    }

    .percent::before {
        top: -12px;
    }

    .exp-box {    
        padding: 10px 0 20px;
    }

    .banner {
        height: auto;
    }

    .lp-pf-btn-holder {
        display: grid;
    }

    .btn-yellow {
        padding: 14px 16px;
    }
    /* .lp-form-lc .form-head .form-lp-right h4{
        text-align:center;
    }*/
    /*.embrac-box .inner-emb-box {
        display: grid;
    }*/
    .embrac-box .embrace-text {
        padding: 40px 0px 0 20px;
    }
}
/* Professional Certification lp Css End */


@media (max-width:480px) {
    .main-title br {
        display: none;
    }

    .header ul.mob-show {
        top: 25px;
    }

    .space-p-t {
        padding-top: 30px;
    }

    .space-p-b {
        padding-bottom: 30px;
    }

    .space-p-tb {
        padding: 30px 0;
    }

    .space-m-t {
        margin-top: 30px;
    }

    .space-m-b {
        margin-bottom: 30px;
    }

    .space-m-tb {
        margin: 30px 0;
    }

    .cb-lp-cont {
        margin-top: 60px;
    }

    .cb-lp-icon {
        left: 0;
        right: 0;
        top: -67px;
        margin: 0 auto;
    }

    .cb-lp-cont {
        padding: 0 15px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.earn-text {
    min-height: 368px;
}

/* the slides */
.boxes-slider .slick-slide {
    margin: 0 15px;
}
/* the parent */
.boxes-slider .slick-list {
    margin: 0 -15px;
}

.boxes-slider .slick-next, .slick-prev {
    font-size: 0;
    top: 40%;
}

.boxes-slider .slick-prev {
    left: -65px;
}

.boxes-slider .slick-dots li button:before {    
    font-size: 6px;
    line-height: 12px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 5px;
}
