/* Reset style */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

/* Global TypoGraphy */
body {
    font-family: 'Open Sans', sans-serif;
    color: #696969;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
    /*border: 1px solid#e1e1e1;*/
    /*margin: 15px;*/
}

h2 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    line-height: 1.43;
    margin-bottom: 15px
}

h5 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 1;
    margin-bottom: 26px;
}

p {
    font-size: 16px;
    color: #222;
    line-height: 1.67;
    font-weight: 400;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.btn, button {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #26329f;
    display: inline-block;
    padding: 16px 15px;
    border-radius: 4px;
    border: none;
    line-height: 1;
    cursor: pointer;
    width: 205px;
    text-align: center;
}

.default-btn {
    background: #efeff4;
    color: #027bff;
    font-weight: 600;
}
/* .btn:hover{
	background: #fff;
	border: 1px solid #007ac3;
	color: #007ac3;
} */
.clearfix:after, .clearfix:before {
    content: "/";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
}

*, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

[class^="icons-"], [class*="icons-"] {
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    line-height: 14px;
    vertical-align: text-top;
    width: 13px;
}
/* Form Element */
input[type="submit"] {
    cursor: pointer
}

.form-control, input[type="email"] {
    border: none;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 8px 0 15px 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.35;
    width: 100%;
    box-shadow: inherit;
    -webkit-box-shadow: inherit;
    outline: none;
    border-radius: 0;
}

    .input-text:focus, .form-control:focus, select, button:focus, a {
        outline: none !important;
    }

::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

textarea, input {
    font-family: 'Open Sans', sans-serif;
}
/* .select select{
	background: transparent;
	border: none;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 20px 0 7px;
	width: 100%;
}
.select::after{
	background:  url(../images/arrow.png) left top no-repeat;
	width: 12px;
	height: 7px;
	position: absolute;
	right: 0;
	top: 10px;
	content: "";
	pointer-events: none;
} */
.select {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.s-hidden {
    display: none;
}

.styledSelect {
    background-color: white;
    padding: 0 15px 0 0;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 121px;
    overflow: hidden;
    vertical-align: middle;
}

    .styledSelect:after {
        background: url(../images/arrow.png) left top no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        right: -4px;
        top: 4px;
        content: "";
        pointer-events: none;
    }

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 12px 0;
    list-style: none;
    background-color: white;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
    max-height: 318px;
    overflow-y: auto;
}

    .options li {
        margin: 0 0;
        font-size: 16px;
        line-height: 1.5;
        color: #222;
        padding: 6px 12px;
    }

        .options li:last-child {
            margin: 0;
        }

        .options li:hover {
            background-color: #007aff;
            color: #fff !important;
        }

.radio-group {
    margin-bottom: 42px;
}

.radio-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 28px;
}

    .radio-btn:last-child {
        margin-right: 0;
    }

    .radio-btn input[type="radio"] {
        display: none;
    }

    .radio-btn label {
        font-size: 15px;
        font-weight: 600;
        color: #555;
        display: inline-block;
        line-height: 18px;
        cursor: pointer;
    }

        .radio-btn label::before {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-right: 7px;
            content: '';
            cursor: pointer;
            vertical-align: top;
            border: 1px solid#b2b2b2;
            border-radius: 100%;
            background: #fff;
        }

    .radio-btn input[type="radio"]:checked + label {
        color: #4a4a4a;
    }

        .radio-btn input[type="radio"]:checked + label::before {
            border-color: #007aff;
            background-color: #007aff;
            box-shadow: inset 0 0 0 3px#fff;
            -webkit-box-shadow: inset 0 0 0 3px #fff;
            -moz-box-shadow: inset 0 0 0 3px#fff;
        }

.checkbox-btn input[type="checkbox"] {
    display: none;
}

.checkbox-btn {
    display: inline-block;
    margin-bottom: 10px;
}

    .checkbox-btn label {
        font-size: 20px;
        font-weight: 600;
        color: #222;
        line-height: 24px;
        display: inline-block;
        cursor: pointer;
        position: relative;
    }

        .checkbox-btn label::before {
            width: 23px;
            height: 23px;
            margin-right: 9px;
            content: '';
            cursor: pointer;
            vertical-align: middle;
            border: 1px solid#999;
            border-radius: 2px;
            background: #fff;
            display: inline-block;
        }

    .checkbox-btn input[type="checkbox"]:checked + label::before {
        background: #007aff;
        border-color: #007aff;
        border-radius: 2px;
    }

    .checkbox-btn input[type="checkbox"]:checked + label::after {
        position: absolute;
        content: '';
        top: 4px;
        left: 9px;
        width: 7px;
        height: 16px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: solid#fff;
        border-width: 0 2px 2px 0;
    }

.error {
    font-size: 13px;
    margin-top: 5px;
    color: #ff0000;
}

    .error:empty {
        display: none;
    }
/* Header Section */
header {
    padding: 19px 24px 18px 30px;
    border-bottom: 1px solid #e1e1e1;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}

    header .container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: stretch;
    }

    header nav > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: stretch;
    }

        header nav > ul > li {
            font-size: 15px;
            line-height: 1.6;
            margin-left: 42px;
        }

            header nav > ul > li:first-child {
                margin-left: 0;
            }

            header nav > ul > li > a {
                color: #222222;
            }

    header .user-pic {
        font-size: 14px;
        background: #001b94;
        color: #fff;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.global-msg {
    font-weight: 700;
    font-size: 18px;
    color: #222;
    margin: 15px 0;
    position: relative;
    padding-left: 26px;
}

.success-msg::before, .failed-msg::before, .pending-msg::before {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/green-icon.png) left top no-repeat;
    width: 20px;
    height: 20px;
    content: "";
}

.failed-msg::before {
    background: url(../images/failed-icon.png) left top no-repeat;
}

.pending-msg::before {
    background: url(../images/pending-icon.png) left top no-repeat;
}
