:root {
    --blue: #015798;
    --yellow: #fedc2a;
    --dark-blue: #053168;
    --grey: #383838;
    --white: #ffffff;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    position: relative;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn-blue {
    background-color: var(--blue);
    height: 56px;
    border: 2px solid #1455A6;
    box-sizing: border-box;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 201px;
}

.btn-yellow {
    background-color: var(--yellow);
    height: 56px;
    border: 2px solid #FFCC33;
    box-sizing: border-box;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 201px;
}

    .btn-yellow:hover {
        background: var(--blue);
        color: var(--yellow);
    }

.btn-outline {
    background-color: transparent;
    height: 56px;
    border: 2px solid #fff;
    text-align: center;
    text-transform: uppercase;
    background:#fff;
    box-sizing: border-box;
    min-width: 150px;
    line-height: 52px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    color: var(--blue);
}

.btn-blue:hover {
    background-color: #fff;
    border: 2px solid #1455A6;
    color: var(--blue);
}

.btn-outline-blue {
    background-color: transparent;
    height: 56px;
    border: 2px solid #1455A6;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    min-width: 150px;
    line-height: 52px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 18px;
    color: var(--blue);
}

    .btn-outline:hover,
    .btn-outline-blue:hover {
        background-color: var(--blue);
        border-color: var(--blue);
        color: var(--white);
    }

a {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}


/*
img {
    max-width: 100%;
}
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-weight: bold;
    color: var(--grey);
}

::-moz-selection {
    background: var(--blue);
    color: #ffffff;
}

::selection {
    background: var(--blue);
    color: #ffffff;
}

a {
    text-decoration: none !important;
}

p {
    line-height: 1.6;
}

button:focus,
button:hover {
    outline: none;
    box-shadow: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.top-bar {
    height: 70px;
    color: var(--white);
    background: transparent linear-gradient(270deg, #009CDE 0%, #003087 100%) 0% 0% no-repeat padding-box;
}
.video-js .vjs-tech {
      object-fit: fill;
}
.video-js {
    width: 100% !important;
    height: calc(70vw * 9 / 16) !important;
}
    .video-js .vjs-big-play-button {
        top: 50% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        transform: translateY(-50%);
    }
.video-main fieldset .btn-blue, .video-main fieldset .btn-outline-blue {
    height: 30px;
    line-height: 27px;
    min-width: unset;
    padding: 0 20px;
    font-size:14px;
    
}
.video-js .vjs-picture-in-picture-control {
    display: none !important;
}
.left-side {
    padding: 15px;
}

    .left-side a {
        color: #fff;
        font-size: 17px;
        font-weight: normal;
    }

        .left-side a span {
            color: var(--yellow);
            font-size: 26px;
            font-weight: 600;
            display: inline-block;
            margin-left: 13px;
        }

.social-icons li {
    display: inline-block;
}

    .social-icons li:first-child {
        display: none;
    }

.right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .right-side .btn-outline {
        min-width: 141px;
        height: 44px;
        line-height: 41px;
        text-align: center;
        margin-left: 10px;
        color: #015798;
        display: inline-block;
    }

.social-icons li a {
    display: inline-block;
    font-size: 20px;
    color: var(--white);
    padding: 0 10px;
}

    .social-icons li a:hover {
        color: var(--yellow)
    }

.navbar {
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    padding: 0;
}

.nav-menu {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-width: 180px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 16px; */
    /* padding-left: 16px; */
    font-size: 19px;
    text-transform: uppercase;
    background: #fff;
    color: #383838;
    height: 100%;
    padding: 36px 16px;
    border-right: 1px solid rgba(222, 222, 222, 0.96);
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}

header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

    header button.btn.btn-outline-success.my-2.my-sm-0 {
        border: none;
        color: var(--blue);
    }

.banner .carousel-caption {
    position: absolute;
    right: auto;
    top: 50%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
   
    /* box-shadow: 1px 15px 30px rgba(247,247,247,1); */
    align-items: center;
  
    flex-direction: column;
    justify-content: center;
}
.carousel-text {
    background: rgba(247,247,247,0.05);
    padding: 20px;
}
.banner h5 {
    font-size: 47px;
    line-height: 60px;
    color: #fff;
    max-width: 700px;
    font-weight: bold;
}
/*.carousel-item::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0,1);
    content: '';
}*/

    .banner h5 span {
        font-weight: 600;
        color: var(--yellow);
    }

.banner p {
    max-width: 535px;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    margin: 25px 0 30px;
    color: #fff;
}

.btn-group a {
    margin-right: 24px;
}

    .btn-group a:last-child {
        margin-right: 0;
        min-width: 254px;
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 48px;
    width: 48px;
    line-height: 48px;
    background-size: 100%, 100%;
    border-radius: 50%;
    background-image: none;
    background-color: var(--yellow);
    color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-indicators {
    display: none;
}

.carousel-control-next-icon:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #fff;
}

.carousel-control-prev-icon:after {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #fff;
}

/*about*/
.about-us {
    margin: 90px 0 50px 0;
}

.about-img {
    position: relative;
    margin-left: 40px;
}

    .about-img::before {
        content: '';
        background-color: var(--yellow);
        position: absolute;
        left: -40px;
        top: -40px;
        width: 100%;
        height: 100%;
        max-width: 379px;
        right: 0;
    }

    .about-img:hover img {
        transform: scale(1.1);
        overflow: hidden;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }

    .about-img img {
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        display: block;
        max-width: 100%;
        position: relative;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        overflow: hidden;
    }
    .about-img.about-shape {
        position: relative;
        margin-top:40px;
        margin-left:0;
    }
        .about-img.about-shape::before {
           display:none;
        }

        .about-img.about-shape:hover img {
            transform: scale(1);
        }
        .about-img.about-shape img {
            position: relative;
            shape-outside: ellipse(400px 390px at 50% 50%);
            width: 300px;
            height: auto;
            float: left;
        }



        .about-img.about-shape img {
            border: 5px solid var(--yellow);
            -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
            display: block;
            max-width: 100%;
            position: relative;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            overflow: hidden;
            margin-right: 25px;
        }
.section-title h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: var(--grey);
    padding-bottom: 30px;
    position: relative;
}

    .section-title h2::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 79px;
        height: 3px;
        background: var(--blue);
    }

    .section-title h2::after {
        content: '';
        position: absolute;
        left: 93px;
        bottom: -7px;
        width: 20px;
        height: 20px;
        background: var(--yellow);
    }

.section-title p {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    color: var(--grey);
}

.about-desc p:first-of-type {
    margin-bottom: 15px;
    margin-top: 25px;
}

.about-desc p {
    font-size: 16px;
    line-height: 26px;
    color: var(--grey);
    margin: 0 0 40px;
    display: block;
}

.about-desc .btn-group a:last-child {
    margin-right: 0;
    min-width: 175px;
}

.start-course {
    background-color: #053168;
    padding: 50px 0;
    display: block;
}

    .start-course .course-icon a {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }

        .start-course .course-icon a:hover {
            color: var(--yellow);
        }

    .start-course .course-icon img {
        margin-right: 35px;
        display: inline-block;
    }

    .start-course .col-sm-3:last-of-type .course-icon {
        display: flex;
        justify-content: flex-end;
    }

    .start-course .course-icon a.btn-yellow {
        color: #000;
        font-size: 18px;
        display: block;
        width: 100%;
        max-width: 201px;
        text-align: center;
    }

.pfg-msg p {
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
    max-width: 1246px;
    display: block;
    margin: 0 auto;
}

.pfg-msg {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.footer {
    background-color: #F9FAFB;
    padding: 50px 0 0;
}

    .footer ul li a {
        color: #29293F;
        font-size: 16px;
        margin-bottom: 15px;
        display: block;
    }

        .footer ul li a:hover {
            color: var(--blue);
            font-weight: 600;
        }

.footer-header h5 {
    margin-bottom: 30px;
    margin-top: 32px;
    text-transform: uppercase;
}

.logo-box {
    display: block;
    margin-bottom: 25px;
}

    .logo-box img {
        max-width: 125px;
    }

.media {
    padding-bottom: 20px;
    align-items: center;
}

.media-icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: var(--yellow);
    text-align: center;
    border-radius: 3px;
    font-size: 20px;
    display: block;
    margin-right: 20px;
}

.media-body p {
    font-size: 16px;
    color: #29293F;
    margin-bottom: 0;
}

.copyr {
    padding: 35px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(20, 85, 166, 0.54);
    text-align: center;
    font-size: 16px;
}

    .copyr p {
        margin-bottom: 0;
    }

    .copyr a {
        color: var(--blue);
        font-weight: bold
    }

        .copyr a:hover {
            font-weight: bold
        }
a {
    color: #015798;
}
#search {
    display: block;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

.search-form {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    margin: 0px auto;
    margin-top: 0;
    outline: none;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#search input[type=search] {
    width: 90%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    border-bottom: 2px solid var(--white);
    margin: 0px auto;
    margin-top: 0;
    color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    display: block;
}

#search .btn {
    /* position: absolute;
        top: 50%;
        left: 50%;*/
    margin-top: 40px;
    margin-left: 0;
    /*background-color: var(--yellow);*/
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: var(--yellow);
    border-color: green;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    z-index: 999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 9999;
}

.menu-icon a {
    width: 45px;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #212529;
}

/*about us*/
.banner_area {
    position: relative;
    background: url(../images/banner.jpg) no-repeat center center;
    z-index: 1;
    min-height: 392px;
    padding-top: 0 !important;
}

    .banner_area .banner_inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-height: 392px;
        z-index: 1;
    }

        .banner_area .banner_inner .overlay {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #000;
            opacity: 0.7;
        }

        .banner_area .banner_inner .banner_content {
            position: relative;
            z-index: 2;
            color: #fff;
            background: rgba(255,255,255,0.05);
            padding: 15px 15px 25px;
        }


            .banner_area .banner_inner .banner_content h2 {
                color: #fff;
                font-size: 35px;
            }

            .banner_area .banner_inner .banner_content .page_link {
                display: inline-block;
                padding: 7px 20px;
                border-top: 1px solid #fff;
                border-bottom: 1px solid #fff;
                margin-top: 20px;
            }

                .banner_area .banner_inner .banner_content .page_link a {
                    font-size: 14px;
                    color: #fff;
                    margin-right: 32px;
                    position: relative;
                    text-transform: uppercase;
                }

                    .banner_area .banner_inner .banner_content .page_link a:last-child {
                        margin-right: 0px;
                    }

/*testimonial*/
.single_testimonial .testimonial_head {
    text-align: center;
}

    .single_testimonial .testimonial_head img {
        margin: 0 auto 5px;
        width: auto;
    }

    .single_testimonial .testimonial_head h4 {
        margin-bottom: 10px;
        color: #fff;
    }

    .single_testimonial .testimonial_head .review i.fa {
        color: #ffc000;
    }

.single_testimonial .testimonial_content {
    margin-top: 30px;
}

    .single_testimonial .testimonial_content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        font-style: italic;
        margin-bottom: 40px;
    }

.testimonial_area .owl-thumb-item {
    margin-right: 20px;
    position: relative;
}

.position-relative {
    position: relative !important;
}

.testimonial_area .owl-thumb-item img {
    width: 75px;
}

.testimonial_area .owl-thumb-item .overlay-grad {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.testimonial_area .owl-thumb-item .overlay-grad {
    background-color: #ddd;
    opacity: 0.9;
}

    .testimonial_area .owl-thumb-item.active .overlay-grad,
    .testimonial_area .owl-thumb-item.active .overlay-grad,
    .testimonial_area .owl-thumb-item .overlay-grad:hover,
    .testimonial_area .owl-thumb-item .overlay-grad.active {
        opacity: 0;
    }

.section_gap.testimonial_area {
    background: #053168;
    padding: 50px 0;
    color: #fff;
}

.resorce-box {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    margin: 15px 0;
    height: calc(100% - 30px);
}

    .resorce-box .resorce-box {
        box-shadow: unset;
    }

    .resorce-box h4 {
        color: #fff;
        background: var(--blue);
        padding: 10px 0;
        font-size: 20px;
        font-weight: bold;
    }

    .resorce-box label {
        margin-bottom: 0;
    }

        .resorce-box label a {
            color: var(--blue);
            margin: 0;
            font-size: 18px;
            font-weight: 600;
        }

    .resorce-box p {
        max-width: 350px;
        font-size: 16px;
        margin: 0px auto;
    }

.resource-link {
    /*padding: 15px;*/
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
}

    .resource-link:first-of-type {
        border-top: none;
    }

section.resources {
    display: block;
    width: 100%;
    padding: 35px 0;
}

.resorce-box + .resorce-box {
    height: 100%;
}

.resorce-box .resorce-box a {
    display: block;
    margin-bottom: 10px;
}

.resorce-box .resorce-box p {
    max-width: unset;
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    margin: 0px auto;
}

.resorce-box.text-left {
    padding-bottom: 20px;
}

    .resorce-box.text-left h4 {
        text-align: center;
    }

    .resorce-box.text-left ol {
        padding-left: 30px;
        margin-top: 30px;
    }

        .resorce-box.text-left ol li {
            list-style: decimal;
        }

    .resorce-box.text-left p {
        max-width: 100%;
        padding: 10px 15px;
    }

.media-box .resource-link {
    text-align: left;
    padding: 15px;
}

    .media-box .resource-link p {
        max-width: 100%;
    }

.resource-link a i {
    font-size: 50px;
    color: var(--yellow);
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.resource-link a {
    font-size: 25px;
    color: var(--blue);
    display: block;
    width: 100%;
    font-weight: 600;
}

.bg-pink {
    display: inline-block;
    background: #981e32;
    padding: 5px;
}

.resorce-box img {
    width: 125px;
    display: block;
    margin: 0 auto;
}

.resorce-box .resorce-box h4 {
    margin-bottom: 20px;
}

.resorce-box .resorce-box .resource-link {
    margin-top: 15px;
    border: none;
}

/*courses*/

/*form styles*/
#msform {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 3px;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
        padding: 20px 30px;
        box-sizing: border-box;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }

    /*inputs*/
    #msform input, #msform textarea {
        padding: 0 15px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 0;
        height: 34px;
        width: 100%;
        box-sizing: border-box;
        color: #2C3E50;
        font-size: 13px;
        line-height: 34px;
    }

    /*buttons*/
    #msform .action-button {
        width: 100px;
        background: var(--blue);
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 1px;
        cursor: pointer;
        padding: 0px 5px;
        margin: 10px 5px;
        line-height: 34px;
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px var(--blue);
        }

/*headings*/
.fs-title {
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background: var(--blue);
    padding: 5px 15px;
    text-align: left;
}
.fs-desc {
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background: white;
    padding: 5px 15px;
    text-align: left;
    color: #000;
    min-height:100px;
}

.fs-title-2 {
    font-size: 16px;
    text-align: left;
}

.fs-title-1 {
    font-size: 16px;
    color: var(--blue);
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background: #e5e5e5;
    padding: 5px 15px;
    text-align: left;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-bottom: 20px;
}

    .fs-subtitle a {
        color: var(--blue);
    }

    .fs-subtitle p {
        margin-bottom: 0;
    }

fieldset .form-group {
    width: 100%;
    margin: 0 auto 15px;
    display: block;
}

    fieldset .form-group label span.red {
        color: #DB2500;
        font-weight:bold;
    }

    fieldset .form-group label {
        text-align: left;
        display: block;
        font-size: 14px;
        color: #272727;
    }

.user-agreement {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #000;
    padding: 15px;
}

fieldset .user-agreement p {
    text-align: left
}

fieldset li {
    list-style: decimal;
    text-align: left;
    margin-bottom: 10px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    display: flex;
}

    #progressbar li {
        list-style-type: none;
        font-size: 18px;
        width: 100%;
        line-height: 23px;
        float: left;
        position: relative;
    }

        #progressbar li span {
            display: block;
            margin-top: 12px;
        }

        #progressbar li::before {
            content: counter(step);
            counter-increment: step;
            width: 30px;
            line-height: 30px;
            display: block;
            font-size: 12px;
            color: #333;
            background: var(--yellow);
            border-radius: 3px;
            margin: 0 auto 5px auto;
            font-weight: bold;
        }

        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: var(--yellow);
            position: absolute;
            left: -50%;
            top: 15px;
            z-index: -1;
            /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }

        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before,
        #progressbar li.active:after {
            background: var(--blue);
            color: white;
        }

.help-block {
    font-size: 0.8em;
    color: #7c7c7c;
    text-align: left;
    margin-bottom: 0.5em;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    text-align: left;
    margin: 15px 0;
}

fieldset li, .user-agreement p {
    list-style: decimal;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
}

fieldset .form-group .form-check label, #msform .form-check input {
    height: 18px;
    width: auto;
    display: inline-block;
    font-size: 16px;
}

.form-flex {
    display: flex;
    align-items: flex-end;
}

    .form-flex input.form-control {
        flex-basis: 50%;
        margin: 0;
    }

#msform .form-flex input.btn-blue {
    height: 34px;
    margin: 0 0 0 15px;
    line-height: 31px;
    flex-basis: 50%;
    width: 100%;
    font-size: 12px;
    padding: 0;
    min-width: unset;
    display: block;
    border:none;
    color:#fff;
}

    #msform .form-flex input.btn-blue .status .complete {
        height: 34px;
        margin: 0 0 0 15px;
        line-height: 31px;
        flex-basis: 50%;
        width: 100%;
        font-size: 14px;
        padding: 0;
        min-width: unset;
        display: block;
        border: none;
        color: #fff;
    }
    #msform .form-flex input.btn-blue:hover, #msform .form-flex input.btn-blue:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px var(--blue);
        color: #fff;
        background-color: var(--blue);
    }

fieldset .btn-blue, fieldset .btn-outline-blue {
    height: 46px;
    line-height: 42px;
    min-width: unset;
    padding: 0 40px;
}
form span.text-danger {
    font-size: 12px;
    text-align: left;
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #DB2500 !important;
}

/*.btn-blue-id-verification {
    color: white !important;
    height: 34px !important;
    margin: 0 0 0 15px !important;
    line-height: 31px !important;
    flex-basis: 50% !important;
    width: 100% !important;
    font-size: 14px !important;
    padding: 0 !important;
    min-width: unset !important;
    display: block !important;
}

    .btn-blue-id-verification:hover {
        background-color: #fff !important;
        border: 2px solid #1455A6 !important;
        color: var(--blue) !important;
    }*/

    .right-timer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* width: 100%; */
    position: relative;
    z-index: 99;
    /* color: #ffff; */
    right: 0;
    padding: 0;
    /* background: #eee; */
    /* max-width: 160px; */
    /* text-align: center; */
    margin: 0;
}
.right-timer i{margin-right:8px;}
    .right-timer .text-center {
        width: 100%;
        display: flex;
        background: #eee;
        max-width: 160px;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    @media (max-width:767px){
        .right-timer {
            padding: 9px;
            margin: 6px 15px;
        }
        .forgot-pwd .col-sm-6{
            text-align:center !important;
        }
        .forgot-pwd button.btn-blue {
            width: 100%;
            margin-bottom: 10px;
        }
    }

.work-progress {
    background-color: #053168;
    padding: 50px 0;
    display: block;
}

    .work-progress .single-figure {
        padding: 10px
    }

        .work-progress .single-figure .count {
            font-weight: bold;
            font-size: 30px;
            /*color: rgba(0,0,0,0.2);*/
            color: #FFEA00;
            position: relative;
        }

.single-figure {
    text-align: center;
    background-color: #1c4475;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    border: 1px solid #fff;
}

.grey-bg {
    background-color: #F9FAFB !important;
}
.work-progress .single-figure p {
    font-size: 16px;
    margin: 5px 0;
    color: #fff;
}

.work-progress .single-figure a {
    color: #fff;
}

.btn-width {
    width: auto !important;
}
@media (max-width:767px) {
    .single-figure {
        margin: 10px 0;
    }
    .user-btn {
        display: block;
    }
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

.paddingtop10{
    padding-top:10px !important;
}