body {
    font-family: 'Poppins', sans-serif;
}

.fancybox-iframe {
    height: 403px !important;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
figure,
ul {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.br-right {
    border-right: 1px solid #d2cece70;
}

.text-center {
    text-align: center !important;
}

.sprite {
    background: url(../images/stripe.png);
    display: inline-block;
}
.form-head h2 {
    color: white;
    font-weight: bold;
    font-size: calc(15px + (30 - 15) * ((100vw - 300px) / (1600 - 300)));
}
.mhd {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    display: block;
}

    .mhd span {
        color: #1984ca;
    }

.main-para {
    font-size: 14px;
    color: #000000;
    padding: 20px 0 40px 0;
    margin: 0 auto;
    width: 83%;
}

.main-heading {
    width: 100%;
}

.header {
    padding: 12px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    min-height: 80px;
    z-index: 9999;
    max-width: inherit !important;
    box-shadow: 0 0 14px 0px #0000005e;
}

    .header .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.logo {
    display: inline-block;
}

    .logo a {
    }

        .logo a img {
            max-width: 160px;
        }

.lpmain .header ul {
    margin-top: 15px;
    float: right;
}

.header ul {
    padding-left: 20px;
    display: inline-block;
    margin: 0;
    position: relative;
}

    .header ul:before {
        position: absolute;
        content: "";
    }

    .header ul li {
        display: inline-block;
        padding: 0 15px 0 0;
        border-right: 1px solid #ccc;
    }

        .header ul li + li {
            padding: 0 10px;
        }

        .header ul li:last-child {
            border-right: none;
        }

        .header ul li .sprite {
            width: 21px;
            height: 20px;
            vertical-align: middle;
        }

            .header ul li .sprite.call {
                background-position: -317px -288px;
                width: 25px;
                height: 18px;
            }

            .header ul li .sprite.req {
                background-position: -376px -286px;
            }

            .header ul li .sprite.callback {
                background-position: -509px -288px;
                width: 25px;
            }

            .header ul li .sprite.lvechat {
                background-position: -433px -284px;
                width: 26px;
            }

    .header ul.mob-show {
        display: none;
    }

    .header ul li p {
        color: #061f57;
        font-size: 14px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

        .header ul li p a {
            color: #061f57;
            font-size: 20px;
            text-decoration: none;
            font-weight: 700;
        }

.header h4 {
    margin: 0;
    color: #cc0000;
    text-align: center;
    font-size: 18px;
    border: #061f56 solid 1px;
}

    .header h4 a {
        text-decoration: none;
        color: #061f56;
        display: inline-block;
        width: 100%;
        padding: 6px 0;
        text-align: center;
    }

.banner {
    background: url(/lp/assets/teaching-lp-images/lp-banner-bg.webp) no-repeat center;
    background-size: cover;
    padding: 40px 0 0;
    min-height: 780px;
    padding: 90px 0 0;
    width: auto !important;
    position: relative;
}

.banr-text {
    position: relative;
    overflow: hidden;
    min-height: 780px;
}

    .banr-text .baner-man {
        display: inline-block;
        width: 20%;
    }

        .banr-text .baner-man figure {
            position: absolute;
            bottom: 0;
            margin: 0;
            z-index: 1;
        }

            .banr-text .baner-man figure img {
            }

    .banr-text .bantext-wrapper {
        position: relative;
        display: inline-block;
        width: 49%;
        text-align: right;
        float: right;
        padding: 130px 0 0 0;
    }

.visit h3{
    font-weight:700;
    font-size:30px;
    text-align:center;
    margin-bottom:30px;
}
.visit{
    padding-bottom:50px;
}



.visit-slider .slick-dots li button {
    background: #4e586c;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.visit-slider .slick-dots{
    bottom:-45px;
}

.ev-slide {
    margin: 0 6px;
}

.evaluation-visits .slick-dots {
    bottom: -35px;
}

.ev-slider-sec {
    margin-bottom: 70px;
}

    .ev-slider-sec .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #f4a721;
    }

.ev-slide {
    position: relative;
    transition: 0.3s ease-in-out;
}

.ev-slide-hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 132, 203, 0.6);
    opacity: 0;
    transition: 0.3s ease-in-out;
    padding: 10px;
}

.ev-slide:hover .ev-slide-hover-box {
    opacity: 1;
}


.accr-box:hover {
    background-size: 120% 120%;
}

.ev-slide-title {
    color: #fff;
    font-size: 16px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    display: block;
    font-weight: 600;
}

    .ev-slide-title:after {
        content: "";
        width: 60px;
        height: 2px;
        background: #f4a721;
        display: block;
        margin-bottom: 7px;
        margin-top: 7px;
    }


.evaluation-visits .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.evaluation-visits .slick-dots {
    position: absolute;
    
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .evaluation-visits .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .evaluation-visits .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 10px;
            height: 10px;
            border-radius:50%;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: black;
        }
@media (max-width: 1199px) {
    .banr-text .bantext-wrapper {
        width: 60%;
    }
}
@media (max-width: 991px) {
    .banr-text .bantext-wrapper {
        width: 80%;
    }
}

    .banr-text .bantext-wrapper h3 {
        position: relative;
        font-size: 29px;
        color: #fff;
        text-transform: capitalize;
    }

    .banr-text .bantext-wrapper h1 {
        position: relative;
        font-size: 29px;
        color: #fff;
        text-transform: capitalize;
    }

    .banr-text .bantext-wrapper h3 .sprite.comma {
        background-position: -239px -365px;
        width: 50px;
        height: 42px;
        top: -80px;
        position: absolute;
        left: 0;
    }

    .banr-text .bantext-wrapper h1 .sprite.comma {
        background-position: -239px -365px;
        width: 50px;
        height: 42px;
        top: -80px;
        position: absolute;
        left: 0;
    }

    .banr-text .bantext-wrapper h3 .sp1 {
        color: #f5a424;
    }

    .banr-text .bantext-wrapper h1 .sp1 {
        color: #f5a424;
    }

    .banr-text .bantext-wrapper h3 .sp2 {
        color: #1984ca;
    }

    .banr-text .bantext-wrapper h1 .sp2 {
        color: #1984ca;
    }

    .banr-text .bantext-wrapper .bantxt-abs {
        position: absolute;
        width: 100%;
        background: #7bbaeb;
        bottom: -100px;
    }

        .banr-text .bantext-wrapper .bantxt-abs h4 {
            font-size: 18px;
            padding: 10px;
            text-align: right;
            z-index: 0;
            color: #050c39;
        }

    .bantxt-abs span {
        display: block;
        color: #fff;
        font-size: 13px;
    }

    .banr-text .steps-reg {
        display: inline-block;
        position: absolute;
        z-index: 9;
        background: #ffffffed;
        width: 100%;
        bottom: 110px;
        padding: 10px 0 10px 10px;
        left: 48px;
    }

        .banr-text .steps-reg ul {
            margin: 0;
            padding: 0;
        }

            .banr-text .steps-reg ul li {
                display: inline-block;
                padding: 0 30px;
                position: relative;
            }

                .banr-text .steps-reg ul li:before {
                    position: absolute;
                    content: "";
                    background: url(../images/stripe.webp);
                    background-position: -239px -452px;
                    width: 11px;
                    height: 19px;
                    right: 0;
                    top: 13px;
                }

                .banr-text .steps-reg ul li:last-child:before {
                    display: none;
                }

                .banr-text .steps-reg ul li figure {
                    margin: 0;
                    background: #1984ca;
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    padding: 10px;
                    display: inline-block;
                    vertical-align: middle;
                }

                    .banr-text .steps-reg ul li figure span.sprite {
                        width: 20px;
                        height: 20px;
                    }

                        .banr-text .steps-reg ul li figure span.sprite.regis {
                            background-position: -376px -209px;
                        }

                        .banr-text .steps-reg ul li figure span.sprite.eva {
                            background-position: -449px -208px;
                        }

                        .banr-text .steps-reg ul li figure span.sprite.accregrant {
                            background-position: -516px -206px;
                        }

                .banr-text .steps-reg ul li p {
                    color: #061f57;
                    font-size: 16px;
                    margin: 0;
                    display: inline-block;
                    vertical-align: middle;
                    font-weight: 600;
                    padding: 0 0 0 3px;
                }

    .bbanner {
        padding: 60px 0;
    }

        .bbanner ul {
            font-size: 0;
            width: 100%;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 60px 0 0;
        }

            .bbanner ul li {
                display: inline-block;
                width: 25%;
                text-align: center;
            }

                .bbanner ul li figure {
                    text-align: center;
                    padding: 0 0 10px 0;
                }

                    .bbanner ul li figure .sprite {
                    }

                        .bbanner ul li figure .sprite.instit {
                            background-position: -15px -16px;
                            width: 71px;
                            height: 77px;
                        }

                    .bbanner ul li figure .sprite {
                        background-position: -147px -22px;
                        width: 79px;
                        height: 71px;
                    }

                    .bbanner ul li figure .sprite {
                        background-position: -291px -23px;
                        width: 70px;
                        height: 70px;
                    }

                    .bbanner ul li figure .sprite {
                        background-position: -428px -25px;
                        width: 63px;
                        height: 68px;
                    }

                .bbanner ul li p {
                    font-size: 18px;
                    color: #000;
                    font-weight: 500;
                }

                    .bbanner ul li p span {
                        color: #e35f24;
                    }

    .why-get-accre {
        background: #e3ecff;
        padding: 60px;
    }

    .wga-box {
    }

        .wga-box .wgab-head {
            text-align: center;
            width: 100%;
            padding: 15px;
        }

            .wga-box .wgab-head h3 {
                font-size: 24px;
                color: #fff;
            }

    .wgab-body {
        background: #fff;
        padding: 0 0 40px 0;
        margin: 0 0 0px 0;
    }

        .wgab-body ul {
            padding: 0;
            width: 100%;
        }

            .wgab-body ul li {
                padding: 25px 0 0 0;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .wgab-body ul li figure {
                    width: 55px;
                    height: 55px;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .wgab-body ul li figure .sprite {
                        width: 27px;
                        height: 27px;
                    }

                        .wgab-body ul li figure .sprite.ico1 {
                            background-position: -37px -200px;
                        }

                        .wgab-body ul li figure .sprite.ico2 {
                            background-position: -37px -283px;
                        }

                        .wgab-body ul li figure .sprite.ico3 {
                            background-position: -38px -365px;
                        }

                        .wgab-body ul li figure .sprite.ico4 {
                            background-position: -38px -444px;
                        }

                        .wgab-body ul li figure .sprite.ico5 {
                            background-position: -34px -526px;
                        }

                        .wgab-body ul li figure .sprite.ico6 {
                            background-position: -149px -200px;
                        }

                        .wgab-body ul li figure .sprite.ico7 {
                            background-position: -148px -288px;
                        }

                        .wgab-body ul li figure .sprite.ico8 {
                            background-position: -149px -369px;
                        }

                        .wgab-body ul li figure .sprite.ico9 {
                            background-position: -147px -446px;
                        }

                        .wgab-body ul li figure .sprite.ico10 {
                            background-position: -148px -530px;
                        }

                .wgab-body ul li p {
                    font-size: 16px;
                    color: #000000;
                    display: inline-block;
                    width: 86%;
                    padding: 0 0 0 15px;
                }

    .wga-box a {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        display: block;
        width: 452px;
        text-align: center;
        padding: 10px;
        margin: 0 auto;
    }

    .wga-box.blue .wgab-head {
        background: #061f57;
    }

    .wga-box.blue .wgab-body {
        border-bottom: 1px solid #41c4e0;
    }

        .wga-box.blue .wgab-body ul li figure {
            background: #061f57;
        }

    .wga-box.blue a {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cc072d+0,bf0329+81,b10025+100 */
        background: #cc072d; /* Old browsers */
        background: -moz-linear-gradient( top, #cc072d 0%, #bf0329 81%, #b10025 100% ); /* FF3.6-15 */
        background: -webkit-linear-gradient( top, #cc072d 0%, #bf0329 81%, #b10025 100% ); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient( to bottom, #cc072d 0%, #bf0329 81%, #b10025 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc072d', endColorstr='#b10025',GradientType=0 ); /* IE6-9 */
    }

    .wga-box.orange .wgab-head {
        background: #1984ca;
    }

    .wga-box.orange .wgab-body {
        border-bottom: 1px solid #f9973c;
    }

        .wga-box.orange .wgab-body ul li figure {
            background: #1984ca;
        }

    .wga-box.orange a {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#128ec9+0,1082b8+65,0f79ac+100 */
        background: #128ec9; /* Old browsers */
        background: -moz-linear-gradient( top, #128ec9 0%, #1082b8 65%, #0f79ac 100% ); /* FF3.6-15 */
        background: -webkit-linear-gradient( top, #128ec9 0%, #1082b8 65%, #0f79ac 100% ); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient( to bottom, #128ec9 0%, #1082b8 65%, #0f79ac 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128ec9', endColorstr='#0f79ac',GradientType=0 ); /* IE6-9 */
    }

    .tabs {
        padding: 60px 0;
    }



        .tabs .nav-item {
            width: 100%;
            display: block;
        }

        .tabs .nav-pills .nav-link {
            font-size: 16px;
            color: #000000;
            padding: 16px;
            border-radius: 0;
            display: block;
            border-bottom: 1px solid #f0f0f0;
        }

            .tabs .nav-pills .nav-link.active,
            .tabs .nav-pills .show > .nav-link {
                color: #fff;
                border-bottom: transparent;
                background: #2485d3;
                position: relative;
            }

                .tabs .nav-pills .nav-link.active:before,
                .tabs .nav-pills .show > .nav-link:before {
                    position: absolute;
                    content: "";
                    background: url("../images/stripe.webp") no-repeat -264px -215px;
                    width: 16px;
                    height: 12px;
                    right: 20px;
                    top: 22px;
                }

        .tabs .tab-content > .tab-pane {
            background: #e3ecff;
            min-height: 286px;
            padding: 30px 30px 0 30px;
        }

        .tabs .tab-content h4 {
            padding: 0 0 30px 0;
        }

        .tabs .tab-content p {
            color: #4e4e4e;
            text-align: left;
            display: inline-block;
            width: 60%;
            vertical-align: top;
            padding: 0 0 0 20px;
            font-size: 18px;
        }

    .lp-btn-bordered {
        display: inline-block;
        border: 1px solid #f4a721;
        text-decoration: none;
        padding: 6px 10px;
        margin-top: 15px;
        color: #061f57;
        transition: 0.3s ease-in-out;
        display: block;
        text-align: center;
        background-color: #f4a721;
        border-radius: 10px;
    }

        .lp-btn-bordered:hover {
            background-color: #333;
            color: #fff;
            border-color: #333;
        }

    .tabs .tab-content .sprite {
    }

        .tabs .tab-content .sprite.p-one {
            background-position: -18px -801px;
            width: 208px;
            height: 199px;
        }

        .tabs .tab-content .sprite.p-two {
            background-position: -235px -800px;
            width: 250px;
            height: 154px;
        }

        .tabs .tab-content .sprite.p-three {
            background-position: -493px -819px;
            width: 145px;
            height: 133px;
        }

        .tabs .tab-content .sprite.p-four {
            background-position: -656px -817px;
            width: 250px;
            height: 137px;
        }

        .tabs .tab-content .sprite.p-five {
            background-position: -970px -800px;
            width: 177px;
            height: 165px;
        }

    .accre-instisays {
        padding: 60px 0;
        background: #e3ecff;
    }

        .accre-instisays h2 {
        }

        .accre-instisays .row2 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px; /*margin-top: 50px; */
            margin: 30px auto 0;
        }

    .testim-box {
        background: #fff;
        border: 1px solid #d9d9d9;
        padding: 30px;
    }

        .testim-box h4 {
            font-size: 24px;
            color: #303030;
            padding: 0 0 20px 0;
        }

        .testim-box ul {
            padding: 0;
        }

            .testim-box ul li {
                font-size: 16px;
                color: #e01d5e;
                display: flex;
                align-items: center;
            }

                .testim-box ul li figure {
                    margin: 0 20px 0 0;
                }

                    .testim-box ul li figure span.sprite {
                        width: 73px;
                        height: 73px;
                    }

                        .testim-box ul li figure span.sprite.img1 {
                            background-position: -556px -646px;
                        }

                        .testim-box ul li figure span.sprite.img2 {
                            background-position: -442px -646px;
                        }

                        .testim-box ul li figure span.sprite.img3 {
                            background-position: -670px -646px;
                        }

    .cycle-div h2 {
        color: #061f57;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        padding-bottom: 10px;
        text-align: center;
        font-size: 24px;
    }

    .logo-1 {
        background: url(../images/logos_Strip.webp) no-repeat;
        display: block;
        height: 70px;
        width: 835px;
        margin: 0 auto;
    }

    .logo-2 {
        background: url(../images/logos_Strip_01.webp) no-repeat;
        display: block;
        height: 70px;
        width: 835px;
        margin: 0 auto;
    }

    .back-gra .pics {
        text-align: center;
    }

    .above-footer {
        position: relative;
        padding: 60px 0;
    }
    /*.chatbutton {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #001739;
  border-radius: 12px 12px 0 0;
  padding: 0 25px;
  color: #FFF;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.chatbutton:hover {
  text-decoration: none;
  color: #FFF;
}*/

    .chatbutton {
        position: fixed;
        right: 0;
        bottom: 93px;
        color: transparent;
        font-size: 0;
        height: 65px;
        width: 135px;
        background-image: url(../images/YGBhpuZutLHl.webp);
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 500;
        background-size: contain;
    }

        .chatbutton img,
        .chatbutton i {
            display: none;
        }

    .above-footer ul {
    }

    .pics {
        height: 87px;
        margin: 0 auto;
        padding-top: 5px;
        width: 880px;
    }

    .nav.foter {
        margin: 0 auto;
        position: relative;
        top: 40px;
        width: 890px;
    }

    .less-than {
        /*background: url(../images/stripe.webp) no-repeat scroll -321px -390px;*/
        bottom: 70px;
        display: block;
        height: 19px;
        left: 0;
        margin-bottom: 5px;
        position: absolute;
        width: 25px;
        z-index: 10;
    }

    .greater-than {
        /*background: url(../images/stripe.webp) no-repeat scroll -321px -365px;*/
        bottom: 70px;
        display: block;
        height: 21px;
        left: 845px;
        position: absolute;
        width: 23px;
        z-index: 10;
    }

    #next {
        float: right;
    }

    #prev {
        float: left;
    }

    #footer-wrapper {
        background: url(../images/e5be66k7kA0w.gif) repeat-x scroll 0 0 #222;
        clear: both;
    }

    .footer-content {
        margin: 0 auto;
        width: 970px;
    }

    .footer-left {
        /* float: left; */
        margin-top: 30px;
        width: 580px;
        display: inline-block;
        vertical-align: top;
    }

        .footer-left a {
            color: #b7b7b7;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            text-decoration: none;
        }

    .footer-logo {
        background: url(../images/stripe.webp) no-repeat scroll -1059px -20px;
        display: block;
        height: 62px;
        width: 170px;
        margin-bottom: 7px;
    }

    .footer-left p {
        color: #b7b7b7;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 27px;
    }

    .footer-right {
        /* float: right; */
        margin-top: 11px;
        padding: 8px;
        width: 372px;
        vertical-align: top;
        display: inline-block;
    }

        .footer-right h3 {
            color: #737373;
            font-family: 'Poppins', sans-serif;
            font-weight: 400;
            font-size: 20px;
            margin: 20px 0 0;
            padding: 0 0 15px;
            text-align: center;
        }

    .logos-institute {
        background: url(../images/stripe.webp) no-repeat scroll -567px -27px;
        display: block;
        height: 62px;
        margin: 0 auto;
        width: 385px;
        padding: 0 0 15px;
    }

    .disclaimer {
        color: #888;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        padding-bottom: 6px;
        display: block;
        width: 100%;
    }

    .form-section {
        background: #0e355d;
    }


    input#invalidCheck2 {
        flex: 1 0 18px;
        max-width: 18px;
        margin-right: 10px;
        padding: 0;
        height: 18px;
        background-color: #dbdeec;
    }

    .form-check-input:checked {
        background-color: #0d6efd !important;
    }

    .ctm-label {
        font-size: 11px;
        line-height: 13px;
        font-weight: 500;
    }

    .form-central {
        margin-top: 118px;
    }

        .form-central h3 {
            text-transform: uppercase;
            font-size: 23px;
            font-weight: 900;
            color: #061f57;
            text-align: center;
            border-bottom: 1px solid #ccc;
            padding: 0 0 10px 0;
            margin: 0 0 10px 0;
        }

            .form-central h3 span {
                color: #2485d3;
            }

        .form-central p {
            text-align: center;
            font-size: 18px;
            color: #1c2022;
            line-height: 1.2;
            margin: 0 0 20px 0;
        }

    .form-head {
        background: #1c9af2;
        padding: 10px;
        display: flex;
        align-items: center;
    }

        .form-head h4 {
            display: inline-block;
            vertical-align: middle;
            font-weight: 700;
            color: #fff;
            font-size: 46px;
            margin-top: -4px;
            margin-right: 10px;
        }

            .form-head h4 span {
                font-size: 20px;
            }

        .form-head h5 {
            display: inline-block;
            vertical-align: middle;
            color: #fff;
            font-weight: 400;
            width: 78%;
            font-size: 13px;
        }

    .main-form {
        background: #fff;
        -webkit-box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 10px 13px -10px rgba(0, 0, 0, 0.75);
    }

    .form-design {
        display: none;
    }

    .foo-logo {
        width: 150px;
        margin-bottom: 9px;
    }

    .counter {
    }

    .flip-clock-wrapper {
        zoom: 50%;
        text-align: center;
        padding: 0 30px 60px;
        margin: 0 30px !important;
    }

    .flip-clock-divider .flip-clock-label {
        font-size: 21px;
    }

    /* Icons */
    @font-face {
        font-family: "slick";
        font-weight: normal;
        font-style: normal;
        src: url("../fonts/AD3w9uuxnrie.eot");
        src: url("../fonts/AD3w9uuxnrie.eot#iefix") format("embedded-opentype"), url("../fonts/nlV5UHxmgKak.woff") format("woff"), url("../fonts/pu9wjruSv0cX.ttf") format("truetype"), url("../fonts/OtsEJJXTqIJx.svg#slick") format("svg");
    }
    /* Arrows */
    .slick-prev,
    .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover,
        .slick-prev:focus,
        .slick-next:hover,
        .slick-next:focus {
            color: transparent;
            outline: none;
            background: transparent;
        }

            .slick-prev:hover:before,
            .slick-prev:focus:before,
            .slick-next:hover:before,
            .slick-next:focus:before {
                opacity: 1;
            }

        .slick-prev.slick-disabled:before,
        .slick-next.slick-disabled:before {
            opacity: 0.25;
        }

        .slick-prev:before,
        .slick-next:before {
            font-family: "slick";
            font-size: 20px;
            line-height: 1;
            opacity: 0.75;
            color: white;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .slick-prev {
        left: -25px;
    }

    [dir="rtl"] .slick-prev {
        right: -25px;
        left: auto;
    }

    .slick-prev:before {
        content: "ÃƒÂ¢Ã¢â‚¬Â Ã‚Â";
    }

    [dir="rtl"] .slick-prev:before {
        content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
    }

    .slick-next {
        right: -25px;
    }

    [dir="rtl"] .slick-next {
        right: auto;
        left: -25px;
    }

    .slick-next:before {
        content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
    }

    [dir="rtl"] .slick-next:before {
        content: "ÃƒÂ¢Ã¢â‚¬Â Ã‚Â";
    }

    /* Dots */
    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 20px;
                height: 20px;
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent;
            }

    /* Slider */
    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .slick-list:focus {
            outline: none;
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: "";
        }

        .slick-track:after {
            clear: both;
        }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }

    [dir="rtl"] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    .no-padright {
        padding-right: 0px;
    }

    .no-padleft {
        padding-left: 0px;
    }

    .reltv {
        position: relative;
    }

    .slick-next {
        right: -45px;
    }

    .slick-prev {
        left: -45px;
    }

        .slick-prev:before {
            content: "\f104";
            font-family: "fontawesome";
            font-size: 70px;
            color: #0e355d;
            line-height: 1;
        }

    .slick-next:before {
        content: "\f105";
        font-family: "fontawesome";
        font-size: 70px;
        color: #0e355d;
        line-height: 1;
    }

    .slick-next,
    .slick-prev {
        font-size: 0;
        top: 100px;
    }

    /*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner,
    .fancybox-image,
    .fancybox-wrap iframe,
    .fancybox-wrap object,
    .fancybox-nav,
    .fancybox-nav span,
    .fancybox-tmp {
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        vertical-align: top;
    }

    .fancybox-inner {
        overflow: hidden !important;
    }

    .fancybox-wrap {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8020;
    }

    .fancybox-skin {
        position: relative;
        color: #444;
    }

    .fancybox-opened {
        z-index: 8030;
    }

    .fancybox-outer,
    .fancybox-inner {
        position: relative;
        height: auto !important;
        background: none;
        background-color: transparent;
    }

    .fancybox-inner {
        overflow: hidden;
        border-radius: 10px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .fancybox-type-iframe .fancybox-inner {
        -webkit-overflow-scrolling: touch;
        background: #fff;
    }

    .fancybox-error {
        color: #444;
        font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 15px;
        white-space: nowrap;
    }

    .fancybox-image,
    .fancybox-iframe {
        display: block;
        width: 100%;
        height: 100%;
    }

    .fancybox-image {
        max-width: 100%;
        max-height: 100%;
    }

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(../images/jaY38y4xA7GO.webp);
    }

    #fancybox-loading {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -22px;
        margin-left: -22px;
        background-position: 0 -108px;
        opacity: 0.8;
        cursor: pointer;
        z-index: 8060;
    }

        #fancybox-loading div {
            width: 44px;
            height: 44px;
            background: url(../images/YrkBBv6g0BkR.gif) center center no-repeat;
        }

    .fancybox-close {
        position: absolute;
        top: -1px;
        right: 2px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040;
    }

    .fancybox-nav {
        position: absolute;
        top: 0;
        width: 40%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
        background: transparent url(../images/ImsHcZzxwiD3.gif);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        z-index: 8040;
    }

    .fancybox-prev {
        left: 0;
    }

    .fancybox-next {
        right: 0;
    }

    .fancybox-nav span {
        position: absolute;
        top: 50%;
        width: 36px;
        height: 34px;
        margin-top: -18px;
        cursor: pointer;
        z-index: 8040;
        visibility: hidden;
    }

    .fancybox-prev span {
        left: 10px;
        background-position: 0 -36px;
    }

    .fancybox-next span {
        right: 10px;
        background-position: 0 -72px;
    }

    .fancybox-nav:hover span {
        visibility: visible;
    }

    .fancybox-tmp {
        position: absolute;
        top: -99999px;
        left: -99999px;
        visibility: hidden;
        max-width: 99999px;
        max-height: 99999px;
        overflow: visible !important;
    }

    .fancybox-lock {
        overflow: hidden;
    }

    .fancybox-overlay {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        display: none;
        z-index: 8010;
        background: url(../images/88LriSCRc8hR.webp);
    }

    .fancybox-overlay-fixed {
        position: fixed;
        bottom: 0;
        right: 0;
    }

    .fancybox-lock .fancybox-overlay {
        overflow: auto;
        overflow-y: scroll;
    }

    .fancybox-title {
        visibility: hidden;
        font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
        position: relative;
        text-shadow: none;
        z-index: 8050;
    }

    .fancybox-opened .fancybox-title {
        visibility: visible;
    }

    .fancybox-title-float-wrap {
        position: absolute;
        bottom: 0;
        right: 50%;
        margin-bottom: -35px;
        z-index: 8050;
        text-align: center;
    }

        .fancybox-title-float-wrap .child {
            display: inline-block;
            margin-right: -100%;
            padding: 2px 20px;
            background: transparent;
            background: rgba(0, 0, 0, 0.8);
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            text-shadow: 0 1px 2px #222;
            color: #fff;
            font-weight: bold;
            line-height: 24px;
            white-space: nowrap;
        }

    .fancybox-title-outside-wrap {
        position: relative;
        margin-top: 10px;
        color: #fff;
    }

    .fancybox-title-inside-wrap {
        padding-top: 10px;
    }

    .fancybox-title-over-wrap {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        padding: 10px;
        background: #000;
        background: rgba(0, 0, 0, 0.8);
    }
    /* Animation */
    /*@media (min-width:1920px) {
    .banr-text .bantext-wrapper .bantxt-abs {
        width:150%;
        bottom:-94px;
    }
}*/
    @media (min-width: 1260px) {
        .form-central p {
            font-size: 14px;
        }

        .form-central h3 {
            border-bottom: 0 solid #ccc;
            padding: 7px 0 3px 0;
            margin: 0 0 0px 0;
        }

        .banner {
            padding: 90px 0 0;
        }

        .form-head {
            padding: 10px 10px;
            border-radius: 10px 10px 0 0;
        }

        .banr-text .bantext-wrapper {
            padding: 150px 25px 0 0;
        }

            .banr-text .bantext-wrapper h3 .sprite.comma {
                top: -60px;
            }

            .banr-text .bantext-wrapper h1 .sprite.comma {
                top: -60px;
            }

            .banr-text .bantext-wrapper h3 {
                /*font-size: 27px;*/
                font-size: 24px;
                font-weight: bold;
            }

            .banr-text .bantext-wrapper h1 {
                /*font-size: 27px;*/
                font-size: 24px;
                font-weight: bold;
            }

        .banr-text {
            min-height: 709px;
        }

        .banner {
            height: 800px;
            overflow: hidden;
            min-height: auto;
        }

        .main-cracker iframe {
            height: 388px;
        }

        .flip-clock-wrapper {
            padding: 0 30px 30px;
            margin: 0 30px !important;
        }

        .banr-text .bantext-wrapper .bantxt-abs {
            bottom: -100px;
            right: 0px;
        }

        .flip-clock-wrapper {
            padding: 0 2px 30px;
            margin: 0 30px !important;
            zoom: 53%;
        }

        .banr-text .steps-reg ul li:before {
            right: -3px;
            top: 11px;
        }

        .banr-text .bantext-wrapper .bantxt-abs {
            width: 150%;
            /* bottom: -120px;*/
            bottom: -97px;
        }

        .header ul li {
            padding: 0 12px 0 0;
        }

            .header ul li + li {
                padding: 0 7px;
            }

        .dark-form-2 {
            width: 100% !important;
        }

        .dark-form-container-2 {
            width: 100% !important;
        }
        /*.fancybox-type-iframe .fancybox-inner{width: 452px !important;}
.fancybox-iframe {height: 435px !important;}*/
        .dark-form-container-2 {
            width: 100% !important;
            background: #09377e;
            position: relative;
            float: left;
            border: none !important;
        }

        .dark-form-2 {
            width: 100%;
        }

        .fancybox-type-iframe .fancybox-inner {
            -webkit-overflow-scrolling: touch;
            background: #09377e;
        }
    }

    .fancybox-type-iframe .fancybox-inner {
        -webkit-overflow-scrolling: touch;
        background: #09377e;
    }

    .dark-form-container-2 {
        width: 100%;
        background: #09377e;
        position: relative;
        float: left;
        border: none;
    }

    @media all and (max-width: 1922px) and (min-width: 1500px) {
        .main-cracker iframe {
            height: 367px;
        }
    }

    @media all and (max-width: 1460px) and (min-width: 1090px) {
        body {
            zoom: 92%;
        }

        .form-central p {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 1025px) {
        body,
        html {
            overflow-x: hidden;
        }

        .banner .form img {
            width: 100%;
        }

        .header ul {
            padding: 0 0 0 10px;
        }

            .header ul li {
                border-right: none;
                padding: 0;
            }

                .header ul li p {
                    font-size: 12px;
                }
        /*.header ul li:nth-child(2){display: none;}*/
        .header h4 {
            font-size: 13px;
        }

            .header h4 br {
                display: none;
            }

        .banr-text {
            overflow: unset;
        }

            .banr-text .steps-reg {
                width: 92%;
                padding: 10px;
            }

        .flip-clock-wrapper {
            zoom: 40%;
        }

        .main-cracker iframe {
            height: 365px;
        }

        .form-central h3 {
            font-size: 18px;
        }

        .banr-text .steps-reg ul li {
            padding: 0 20px;
        }

        .banr-text .bantext-wrapper h3 {
            font-size: 25px;
        }

        .banr-text .bantext-wrapper h1 {
            font-size: 25px;
        }

        .banr-text .bantext-wrapper .bantxt-abs h4 {
            font-size: 12px;
        }

        .banr-text .steps-reg ul li p {
            font-size: 13px;
        }

        .wga-box a {
            font-size: 15px;
        }

        .tabs .tab-content p {
            width: 45%;
            font-size: 13px;
        }

        .wgab-body ul li p br {
            display: none;
        }

        .form-head h5 {
            width: 70%;
            font-size: 14px;
        }

        .banner {
            min-height: 1px;
            padding: 100px 0 0;
        }

        .banr-text {
            min-height: 1px;
            position: unset;
        }

        .form-central p {
            font-size: 13px;
        }

        .chatbutton {
            display: none;
        }

        .logo {
            max-width: 100px;
        }

        .header ul.desktop {
            display: none;
        }

        .header ul.mob-show {
            display: inline-block;
            margin: 0;
            top: 10px;
            width: 77%;
            text-align: right;
        }

            .header ul.mob-show a {
                color: #061f57;
                font-size: 14px;
                font-weight: 700;
            }

        .logo a img {
            width: 100%;
        }
    }
    /*@media(max-width:1400px){
    .banr-text .steps-reg {
        bottom: 88px;
    }
}*/
    @media (max-width: 768px) {

        .form-central {
            margin-top: 0;
        }

        .wga-box a {
            width: 80%;
        }

        .lists-img img,
        .why-iao-left img,
        .flip-info img,
        .why-central img,
        .cta-wrapper img,
        .pics img {
            width: 100%;
            height: auto;
        }

        .pics {
            width: 100%;
        }

            .pics span {
                width: 100% !important;
            }

        .greater-than {
            left: 698px;
        }

        .footer-content {
            width: 100%;
        }

        .form-section {
            display: none;
        }
        /*.banner{    padding: 20px 0;}*/
        .banner {
            padding: 145px 0 50px 0;
        }

        .banr-text {
            min-height: unset;
            padding: 0 0 20px;
        }

            .banr-text .baner-man {
                display: none;
            }

            .banr-text .bantext-wrapper {
                width: 100%;
                text-align: left;
                padding: 0;
            }

        .header ul {
            text-align: right;
            width: 58%;
        }
        /*.header ul li p,.header ul li:nth-child(2){display: none;}*/

        .accre-instisays h3 {
            padding: 0 0 20px;
        }

        .banner .col-md-8 {
            flex: 100%;
            max-width: 100%;
        }

        .banr-text .bantext-wrapper h3 .sprite.comma {
            display: none;
        }

        .banr-text .bantext-wrapper h1 .sprite.comma {
            display: none;
        }

        .banner .col-md-4 {
            flex: 100%;
            max-width: 100%;
        }

        .banr-text .bantext-wrapper .bantxt-abs,
        .banr-text .steps-reg {
            position: unset;
            width: 100%;
            text-align: left;
        }

            .banr-text .bantext-wrapper .bantxt-abs h4 {
                text-align: left;
            }

                .banr-text .bantext-wrapper .bantxt-abs h4 br {
                    display: none;
                }

        .banr-text .bantext-wrapper h3 {
            padding: 0 0 20px 0;
        }

        .banr-text .bantext-wrapper h1 {
            padding: 0 0 20px 0;
        }

        .form-head {
            text-align: center;
        }

            .form-head h5 {
                width: unset;
                padding: 0 0 0 10px;
                text-align: left;
            }

        .flip-clock-wrapper {
            zoom: 92%;
        }

        .bbanner ul li.br-right {
            border-right: none;
        }

        .why-get-accre .col-md-6 {
            flex: 100%;
            max-width: 100%;
            margin: 0 0 40px 0;
        }

        .tabs .col-md-5 {
            flex: 100%;
            max-width: 100%;
        }

        .tabs .col-md-7 {
            flex: 100%;
            max-width: 100%;
        }

        .accre-instisays .row2 {
            display: unset;
            display: unset;
            display: unset;
            -ms-flex-wrap: unset;
            flex-wrap: unset;
            margin-right: -15px;
            margin-left: -15px;
            margin-top: 50px;
        }

        .slick-prev:before {
            background: url(../images/stripe.webp) no-repeat scroll -321px -390px;
            bottom: 70px;
            display: block;
            height: 19px;
            left: 0;
            margin-bottom: 5px;
            position: absolute;
            width: 25px;
            z-index: 10;
            content: "";
            top: 10px;
            z-index: 99999;
        }

        .slick-next:before {
            background: url(../images/stripe.webp) no-repeat scroll -321px -365px;
            bottom: 70px;
            display: block;
            height: 21px;
            left: unset;
            position: absolute;
            width: 23px;
            z-index: 10;
            content: "";
            top: 10px;
            z-index: 99999;
        }

        .slick-prev:before,
        .slick-next:before {
            color: #000;
        }

        .slick-prev {
            left: 5px;
            font-size: 45px;
            line-height: 1;
        }

        .slick-next {
            right: 5px;
            font-size: 45px;
            line-height: 1;
        }

        .bbanner ul.slick-dots,
        .slick-dots {
            position: relative;
            width: 100%;
            display: block;
        }

            .slick-dots li {
            }

                .slick-dots li button {
                    background: #000000;
                    border-radius: 50%;
                }

                .slick-dots li.slick-active button {
                    background: #0044f9;
                }

        .testim-box h4 {
        }

            .testim-box ul li br,
            .testim-box h4 br {
                display: none;
            }

        .testim-box {
        }

            .testim-box ul li {
                display: inline-block;
            }

                .testim-box ul li figure {
                    display: inline-block;
                    vertical-align: middle;
                }

        .footer-content {
            padding: 0 30px;
            text-align: center;
        }

        #footer-wrapper {
            background: #222;
        }

        .footer-left {
            width: 100%;
        }

            .footer-left p {
                padding-bottom: 0;
            }

        .footer-logo {
            display: inline-block;
        }

        .tabs .tab-content > .tab-pane {
            text-align: center;
        }

        .tabs .tab-content p {
            padding: 0 !important;
            text-align: center;
        }

        .accre-instisays .slick-next,
        .accre-instisays .slick-prev {
            top: 0;
        }

        .accre-instisays .slick-prev {
            left: 30px;
        }

        .accre-instisays .slick-next {
            right: -65px;
        }

        .testim-box h4 {
            font-size: 20px;
        }

        .header h4 {
            font-size: 16px;
            padding: 10px 0;
            text-align: left;
        }

        .header {
        }

        .banr-text .steps-reg ul li {
            padding: 0 12px;
        }

        .flip-clock-wrapper {
            zoom: 65%;
        }

        .why-get-accre {
            padding: 30px 0;
        }
    }

    @media (max-width: 735px) {
        .header ul {
            text-align: right;
            width: 68%;
        }
    }

    @media (max-width: 580px) {
        .header ul.mob-show {
            padding-right: 10px;
            top: 15px;
        }

        .logo {
            max-width: 90px;
        }

            .logo a img {
                width: 100%;
            }
    }

    @media (max-width: 480px) {
        .footer-right {
            width: 100%;
        }

        .banr-text .bantext-wrapper h3 {
            display: none;
        }

        .banr-text .bantext-wrapper h1 {
            display: none;
        }

        .header ul {
            display: block;
            padding: 0;
            position: absolute;
            /*top: 20px;*/
            right: 0;
        }

            .header ul li .sprite.call {
                zoom: 115%;
            }

        .header h4 {
            font-size: 12px;
            background: #cc0000;
            color: #fff;
            margin: 10px -20px 0;
            padding: 10px;
        }

            .header h4 a {
                color: #fff;
                text-align: center;
            }

        .header {
            padding: 12px 0 0;
        }

            .header ul li .sprite {
                zoom: 110%;
            }

            .header ul li {
                display: inline-block;
                padding: 0 10px 0 0;
                border-right: 1px solid #ccc;
            }

        /*.header ul li p{display: none}*/
        .logo {
        }

        .banr-text .bantext-wrapper .bantxt-abs,
        .banr-text .steps-reg {
            display: none;
        }

        .flip-clock-wrapper {
            zoom: 52%;
        }

        .tabs .tab-content p {
            padding: 0 0 20px !important;
            text-align: center;
            width: 100%;
        }

        .why-get-accre .col-md-6 {
        }

        .testim-box h4 {
            font-size: 18px;
            text-align: center;
        }

        .testim-box ul li figure {
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .testim-box ul li {
            text-align: center;
        }
    }

    @media (max-width: 380px) {
        .flip-clock-wrapper {
            zoom: 46%;
        }

        .tabs .tab-content p {
            padding: 0 0 20px !important;
            text-align: center;
            width: 100%;
        }

        #imgSave {
            width: 100% !important;
        }

        .main-cracker iframe {
            height: 375px;
        }
    }

    @media (max-width: 320px) {
        .flip-clock-wrapper {
            zoom: 38%;
        }

        .logo a img {
            width: 87%;
        }
    }

    .content-holder {
        margin-top: 150px;
        margin-bottom: 50px;
    }

        .content-holder h3 {
            margin-bottom: 20px;
        }

        .content-holder h4 {
            margin-bottom: 15px;
        }

        .content-holder p {
            margin-bottom: 15px;
        }
