﻿
: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);
}

.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;
        text-align: left;
    }
    .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(max-width:1399px) {
    .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;
    }
}
@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 (min-width:992px) {
        .mob-show {
            display: none !important;
        }
        
    }

    @media (max-width:991.98px) {
        .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;
        }

      
    }

@media (max-width:768px) {

    .banr-text {
        min-height: auto;
    }
}
    @media (max-width:767.98px) {
        .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;
        }
    }


    @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;
        }
    }