﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5 !important;
}
.disabled {
    opacity: 0.7;
    cursor: not-allowed !important;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, nav li, nav ul, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
}

textarea {
    height: 100px;
    max-height: 150px;
    min-height: 100px;
    resize: vertical;
    overflow: auto !important;
}

select, label {
    color: #1b1c1c;
}

h1, h2, h3 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
}

h4 {
    font-size: 14px;
    color: #2980B9;
    margin: 0;
    padding: 0;
}



a {
    cursor: pointer;
    color: #c41d40;
    outline: none;
    font-size: 20px;
    text-decoration: none;
}
    a:hover {
        text-decoration: none;
    }
.user-menu ul, .user-menu ol, .user-menu li, .col-group ul, .col-group ol, .col-group li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul, li, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#wrapper {
    background: #B4C7E5;
    ;
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#header {
    padding: 0px;
}

#content {
    padding-bottom: 67px;
}

#footer {
    background: #001B47;
    bottom: 0;
    clear: both;
    color: #fff;
    font-size: 12px;
    height: 67px;
    left: 0;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#logo {
    margin: 0;
    padding: 0 0 0 60px;
}

    #logo h1 {
        font-size: 3.8em;
        letter-spacing: -1px;
        text-transform: lowercase;
    }

    #logo p {
        color: #fff;
        font: italic 14px Georgia,"Times New Roman",Times,serif;
        margin: 0;
        padding: 0 0 0 10px;
    }

    #logo a {
        background: none;
        border: none;
        color: #21a957;
        text-decoration: none;
    }

    #logo h1, #logo p, .pagging {
        margin: 0;
        padding: 0;
    }

.logo img {
    padding: 15px;
}

.overlayuser {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nav-item__badge {
    background-color: #ff2c33;
    border-radius: 14px;
    -index: 1;
    margin-left: -4px;
    height: 14px;
    background-color: #f00;
    font-size: 12px;
    font-weight: 600;
    padding: 0 5px;
    position: absolute;
    float: right;
    right: 6px;
    top: 7px;
}

.left {
    float: left;
}

.right {
    float: right
}

.clear {
    clear: both
}

.margin-20 {
    margin: 20px;
}

.margin-tb-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-9 {
    margin-top: 9px;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-bottom-3 {
    margin-bottom: 3px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-7 {
    margin-left: 7px;
}

.margin-left-23 {
    margin-left: 23px;
}

.padding-top-3 {
    padding-top: 3px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-12 {
    padding-top: 12px !important;
}

.required {
    color: red;
}

.file-required {
    padding-top: 15px;
}
/*Internet explorer*/
.ie10 .margin-top {
    margin-top: -10px;
}

.subheader {
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.frmTextset p {
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 25px;
}

.button {
    color: #fff;
    background: #001B47;
    border-radius: 8px;
    font-family: Open Sans;
    border: 0;
    padding: 10px 20px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all .4s ease;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

    .button:active, .button:focus, .button:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
        text-decoration: none !important;
        box-shadow: 0 0 0;
    }

.navbar-toggle {
    background-color: #ffffff;
}

    .navbar-toggle .icon-bar {
        background-color: #000;
    }

.navbar-header {
    top: 0;
    position: absolute;
    right: 0;
    padding: 6px;
    padding-top: 20px;
}

.partnership {
    float: right !important;
}

    .partnership ul {
        float: right !important;
    }

        .partnership ul li a {
            margin-top: 30px;
            font-family: Open Sans;
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 25px;
            text-align: center;
            color: #000000;
        }

.header_bg {
    background: #fff;
}

.container {
    /*background: #fff;*/
    padding: 10px 67px;
    margin: 20px auto;
    clear: both;
}

.frmText {
    margin-left: 50px;
}

.question {
    margin: 10px 0;
    text-align: left;
}

.color-white {
    color: #fff;
}

.button-main {
    padding: 15px;
    align-items: center;
    border-radius: 8px;
    height: 54px;
    left: 153px;
    top: 311px;
    background: #FFFFFF;
    border-radius: 8px;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 auto;
}

.right-bar {
    text-align: left;
    background: #001B47;
    height: 415px;
    padding: 0px;
}

.navbar-collapse {
    overflow-y: auto;
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 55;
}

.heading {
    text-align: center;
    margin-bottom: 30px;
}

    .heading h2 {
        color: #000000;
        font-size: 25px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        padding-bottom: 20px;
        line-height: 33px;
    }

        .heading h2:before {
            border-left: 55px solid #dadada;
            border-right: 55px solid #dadada;
            bottom: 0;
            height: 1px;
            margin-left: -71px;
            width: 131px;
        }

        .heading h2:after {
            background: padding-box content-box #c41d40;
            border-bottom: 1px solid #dadada;
            border-left: 1px solid #dadada;
            bottom: -7px;
            height: 15px;
            margin-left: -13px;
            padding: 0 0 5px 5px;
            -webkit-transform: rotate( -45deg);
            transform: rotate( -45deg);
            width: 15px;
        }

        .fa-angle-down, .heading h2:after, .heading h2:before {
            position: absolute;
            left: 50%;
        }

        h2:after, .heading h2:before {
            content: "";
        }

.ul-list li {
    list-style: inside;
    margin-left: 10px;
    padding: 3px;
}

#footer p {
    color: #fff;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}

.form-control:focus {
    /* border-color: #1e394e; */
    /* outline: 0; */
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%); */
    /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(78 78 78 / 60%); */
}
.form-control, textarea {
    background: #fff;
    border: 1px solid #8D8D8D;
    font-size: 15px;
    outline: medium none;
    color: #000;
    padding: 10px 12px;
    border-radius: 0;
    
    box-shadow: none;
    height: 48px;
}

.padding-0 {
    padding: 0px;
}

.padding-15 {
    padding-right: 15px;
}

.question .frmText p {
    font-size: 16px;
    font-weight: 400;
}

.required {
    /* float: right; */
    /* width: 1%; */
    color: #E60000;
    font-size: 15px;
    margin-top: -28px;
}

.field-validation-error, .field-validation-error span {
    color: #E60000 !important;
}

.submitbtn {
    color: #fff;
    background: #001B47;
    border-radius: 8px;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    border: 0;
    padding: 10px 1px;
    width: 180px;
    transition: all .4s ease;
    margin-top: 15px;
}

    .submitbtn:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
        text-decoration: none !important;
        box-shadow: 0 0 0;
    }
/*
input[type="file"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none !important;
}
*/
.toggle-password-new {
    float: right;
    margin-top: -30px;
    margin-right: 15px;
}

.reset-later-link {
    margin-top: 15px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #001B47;
}

.pass-hint {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .pass-hint li {
        padding-right: 5px;
    }

    .pass-hint i {
        color: #E13131;
    }

    .pass-hint li.valid {
        color: green;
    }

        .pass-hint li.valid:before {
            position: relative;
            content: "✔";
            left: 0px;
            margin-right: 10px;
        }

    .pass-hint li.invalid {
        color: red;
    }

        .pass-hint li.invalid:before {
            position: relative;
            content: "✖";
            left: 0px;
            margin-right: 10px;
        }

.errorspwd {
    color: red;
}

.field-icon {
    float: right;
    padding-right: 37px;
    margin-left: 0px;
    margin-top: -33px;
    position: relative;
    z-index: 2;
    font-size: 20px;
}

.btnwidth {
    width: 50%;
}

.darkblue-bg {
    background: #001B47;
    color: #fff;
    padding: 67px 0;
}

.main-title {
    color: #fff;
    font-size: 40px;
}

.darkblue-bg p {
    margin-bottom: 20px;
}

.left-text {
    color: #fff;
    margin-bottom: 10px;
}

.btn-white {
    background: #fff;
    color: #000;
    width: 40%;
}

.no-gutter .col-md-6 {
    padding-left: 0!important;
    padding-right: 0!important;
}
.p-20 {
    padding: 40px;
}
.bg-white {
    background: #fff;
}
.mb-15 {
    margin-bottom: 15px;
}
.padding-20{padding:20px;}
.margin-15 {
    margin: 15px 15px 0px 15px;
    
}




/* This is the submit button styles */
button {
    display: block;
    margin: 0 auto;
    padding: .6em .8em;
    /* Font-size is the root value that determines size of spinner parts. Change this to whatever you want and spinner elements will size to match. */
    font-size: 20px;
    font-weight: bold;
    border-radius: .4em;
    border: none;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all 1s;
}

/* focus/disabled styles, you can change this for accessibility */
button:focus, button:disabled {
    outline: none;
    background: #aaa;
}

/* This is the space for the spinner to appear, applied to the button */
.spin {
    padding-left: 2.5em;
    display: block;
}

    /* position of the spinner when it appears, you might have to change these values */
    .spin .spinner {
        left: -.6em;
        top: .4em;
        width: 2.5em;
        display: block;
        position: absolute;
    }

/* spinner animation */
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* The actual spinner element is a pseudo-element */
.spin .spinner::before {
    content: "";
    width: 1.5em; /* Size of the spinner */
    height: 1.5em; /* Change as desired */
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: solid .35em #999; /* Thickness/color of spinner track */
    border-bottom-color: #555; /* Color of variant spinner piece */
    animation: .8s linear infinite spinner; /* speed of spinner */
    transform: translate(-50%, -50%);
    will-change: transform;
}

/* optional, but it will affect the size if changed */
*, *::before, *::after {
    box-sizing: border-box;
}
