

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
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;
}

header,
footer,
article,
section,
hgroup,
nav,
figure {
    display: block;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    transition: all 0.5s ease-in-out 0s;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: normal;
    /*background: url('/Content/images/bg.jpg') no-repeat;*/
    background-size: cover;
    font-weight: 400;
    color: #777777;
    font-family: 'Segoe UI';
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    padding: 0 0 120px;
    position: relative;
    /*background-image: url('http://blog.visme.co/wp-content/uploads/2017/07/50-Beautiful-and-Minimalist-Presentation-Backgrounds-08.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    filter: alpha(opacity=90);*/
}


ul li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
    }

header {
    background: #3a5980;
    background: linear-gradient(to right, #2b4b72, #3a5980 70%);
    padding: 15px 0;
}

.login img {
    margin-right: 20px;
}

.login {
    color: #fff;
    margin-top: 45px;
}

    .login:hover {
        color: #fff;
    }

footor {
    line-height: 100px;
    background: #2b4b72;
    background: linear-gradient(to right, #2b4b72, #3a5980 70%);
    margin-top: auto;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.login_header {
    background: #2b4b72;
    font-size: 42px;
    color: #fff;
    padding: 5px 15px 15px;
    border-radius: 20px 20px 0 0;
}

.login_box {
    border-radius: 20px;
    background: #fff;
    max-width: 700px;
    margin: 40px auto;
    border: 1px solid #2b4b72;
}

.login_content {
    padding: 40px 60px;
}

.input_box input {
    border: none;
    border-bottom: 4px solid #d3d3d3;
    border-radius: 0;
    padding: 0 40px 20px 0;
    font-size: 20px;
}

.login_content .icon {
    position: absolute;
    right: 0;
    top: 5px;
}

.input_box {
    position: relative;
    margin-bottom: 30px;
}

.message_box {
    position: relative;
    margin-bottom: 30px;
}

.validation-alert-msg {
    color: red;
    padding: 0 40px 20px 0;
}

.f_pws a {
    font-size: 20px;
    color: #2b4b72;
    text-decoration: underline;
}

.login_box input[type="submit"] {
    width: 225px;
    height: 50px;
    transition: 0.5s;
    cursor: pointer;
    color: #fff;
    border: 1px solid #2b4b72;
    padding: 0;
    border-radius: 30px;
    background: #2b4b72;
    font-size: 18px;
    font-weight: bold;
}

.f_pws {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-top: 2px;
    font-size: 20px;
    line-height: 17px;
}

    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    border: 1px solid #2b4b72;
}

.checkbox input:checked ~ .checkmark {
    background-color: #2b4b72;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content_box {
    width: 100%;
    float: left;
    margin: 40px 0;
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2)
}

.content_header {
    background: #2b4b72;
    width: 100%;
    float: left;
    padding: 8px 40px 20px;
}

    .content_header h2 {
        color: #fff;
        font-size: 42px;
    }

.sucess_box {
    padding: 20px 15px 50px 15px;
    width: 100%;
    float: left;
}

    .sucess_box h3 {
        font-weight: bold;
        font-size: 42px;
        margin: 50px 0;
    }

.sucess_message {
    color: #239300;
}

.sucess_box p {
    font-size: 22px;
    margin-bottom: 30px;
}

    .sucess_box p img {
        margin-right: 10px;
    }

.btn_outer li {
    display: inline-block;
    margin: 0 10px;
}

.btn {
    height: 50px;
    line-height: 45px;
    width: 240px;
    font-size: 18px;
    background: #2b4b72;
    color: #fff;
    font-weight: bold;
    display: block;
    border-radius: 30px;
    border: 1px solid #2b4b72;
    text-transform: uppercase;
    padding: 0 !important;
}

.btn_border {
    color: #2b4b72;
    background: #fff;
}

ul.btn_outer {
    float: left;
    margin: 50px 0 0;
    width: 100%;
}

.full_width {
    width: 100%;
    float: left;
}

.select_c {
    font-size: 22px;
    color: #ff0000;
    padding: 20px 40px;
    width: 100%;
    float: left;
}

.grey_box {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 40px 40px 15px;
}

.category_sec .checkbox {
    margin-bottom: 17px;
}

.category_sec .checkbox {
    color: #000000;
}

    .category_sec .checkbox .checkmark {
        border: 2px solid #000;
    }

    .category_sec .checkbox input:checked ~ .checkmark {
        background-color: transparent;
    }

    .category_sec .checkbox .checkmark::after {
        border-color: #000;
        border-width: 0 2px 2px 0;
        height: 10px;
        left: 5px;
        top: 1px;
        width: 5px;
    }

.category_sec .btn,
.faq_sec .btn {
    margin: 30px 0;
    display: inline-block;
}

.panel-group .panel-heading h4 a {
    color: #fff;
    background: #2b4b72;
    display: block;
    font-size: 20px;
    padding: 12px 48px 15px 18px;
    position: relative;
}

.panel-default {
    border: 1px solid #ededed;
    margin-bottom: 35px;
    float: left;
    width: calc(100% - 120px);
}

.close_btn.edit_btn {
    margin-right: 8px;
}

.panel-group .panel-heading h4 a:hover {
    color: #fff;
    text-decoration: none;
}

.panel-body {
    background: #ffffff;
    padding: 15px 18px;
    color: #000;
}

.panel-group .panel-heading h4 a.collapsed {
    background: #fff;
    color: #000;
}

    .panel-group .panel-heading h4 a.collapsed:hover {
        color: #000;
    }

.panel-body p {
    color: #000;
    margin-bottom: 10px;
}

.green_text {
    color: #239300 !important;
}

.f_question {
    text-decoration: underline;
    color: #34547a;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
}

.panel-group {
    float: left;
    width: 100%;
}

.faq_sec .grey_box {
    padding: 10px 40px 15px
}

.panel-group {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.close_btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ededed;
    display: block;
    float: right;
    width: 50px;
    text-align: center;
    line-height: 47px;
    height: 53px;
    cursor: pointer;
}


.more-less {
    background: url("/Content/images/plus-icon.png");
    height: 17px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 17px
}

    .more-less.less {
        background: url("/Content/images/minus-icon.png");
    }

.center_m {
    margin: auto;
}

.faq_sec .expand {
    margin: 15px 0 0;
}

    .faq_sec .expand li {
        float: left;
    }

        .faq_sec .expand li a {
            font-weight: bold;
            color: #fff;
        }

        .faq_sec .expand li:not(:last-child):after {
            content: "|";
            color: #fff;
            margin: 0 10px;
        }

        .faq_sec .expand li a img {
            position: relative;
            top: -2px;
        }

.btn:hover, .btn:focus, .btn:active,
.login_box input[type="submit"]:hover {
    background: #fff;
    color: #2b4b72;
    box-shadow: none;
    outline: none;
}

.btn_border:hover {
    color: #fff;
    background: #2b4b72;
}

.header_btn {
    float: left;
    margin: 35px 10px 0 40px;
}

    .header_btn li {
        float: left;
        margin: 0 1px;
    }

        .header_btn li a {
            color: #fff;
            transition: 0.5s;
            border: 1px solid transparent;
            font-size: 18px;
            display: block;
            line-height: 46px;
            padding: 0 10px;
        }

.logo {
    float: left;
}

.header_btn li.active a,
.header_btn li a:hover {
    border: 1px solid #fff;
    text-decoration: none;
}

.profile_img img {
    border-radius: 50%;
}

.login_profile {
    float: right;
    margin: 25px 0 0;
    padding-right: 35px;
    position: relative;
}

    .login_profile span {
        color: #fff;
        font-size: 18px;
        display: block;
        margin: 5px 0 0;
    }

.dropdown_icon {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 8px;
}

.input_box input:focus {
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 4px solid #d3d3d3;
    border-radius: 0;
    padding: 0 40px 20px 0;
    font-size: 20px;
}


.login_box input[type="submit"]:focus {
    outline: none;
}

.edit_btn img {
    width: 23px;
}

@media only screen and (max-width: 1199px) {
    .logo {
        width: 280px;
    }

    .header_btn li {
        margin: 0 5px;
    }

        .header_btn li a {
            font-size: 15px;
        }

    .login_profile span {
        font-size: 16px;
    }

    .login_profile {
        padding-right: 25px;
        margin: 0;
    }

    .header_btn {
        margin: 8px 10px 0 130px;
    }

    .login {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1025px) {
    .login_header,
    .content_header h2 {
        font-size: 34px;
    }

    .login_content {
        padding: 30px 50px;
    }

    .header_btn {
        margin: 8px 5px 0 10px;
    }

    footor {
        line-height: 70px;
    }

    .sucess_box h3 {
        font-size: 32px;
        margin: 30px 0;
    }

    ul.btn_outer {
        margin: 30px 0 0;
    }

    .sucess_box {
        padding: 70px 15px;
    }

    .faq_sec .expand {
        margin: 11px 0 0;
    }

    .panel-group .panel-heading h4 a {
        font-size: 18px;
    }

    .header_btn {
        border-top: 1px solid #fff;
        margin: 15px 0 0;
        padding-top: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .login_header {
        font-size: 24px;
        padding: 4px 15px 12px;
    }

    .content_header h2 {
        font-size: 24px;
    }

    .content_header {
        padding: 11px 15px 20px;
    }

    .login_content {
        padding: 20px 15px;
    }

    .sucess_box h3 {
        font-size: 20px;
        margin: 20px 0;
    }

    .sucess_box p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .btn_border {
        margin-bottom: 10px;
    }

    .input_box input {
        font-size: 18px;
        padding: 0 40px 12px 0;
        border-width: medium medium 2px;
    }

    .checkbox {
        font-size: 16px;
        padding-left: 24px;
    }

    .f_pws a {
        font-size: 18px;
    }

    .f_pws .float-right {
        width: 100%;
        margin-top: 15px;
    }

    .login_box input[type="submit"] {
        width: 185px;
    }

    .f_pws {
        margin-bottom: 30px;
    }

    footor {
        font-size: 13px;
        line-height: 50px;
    }

    ul.btn_outer {
        margin: 10px 0 0;
    }

    .sucess_box {
        padding: 30px 15px;
    }

    .close_btn.edit_btn {
        margin-right: 0;
        margin-top: 5px;
    }

    .select_c {
        font-size: 20px;
        padding: 10px 15px;
    }

    .grey_box {
        padding: 20px 15px 15px;
    }

    .category_sec .checkbox {
        margin-bottom: 16px;
    }

    .faq_sec .grey_box {
        padding: 10px 15px 15px;
    }

    .faq_sec .expand li {
        font-size: 16px;
    }

    .faq_sec .expand {
        width: 100%;
    }

    .close_btn {
        height: 40px;
        line-height: 32px;
        width: 40px;
    }

    .panel-default {
        margin-bottom: 25px;
        width: calc(100% - 50px);
    }

    .more-less {
        right: 10px;
    }

    .panel-group .panel-heading h4 a {
        font-size: 16px;
    }

    .panel-body {
        font-size: 15px;
    }


        .panel-body p {
            margin-bottom: 5px;
        }

    .logo {
        width: 210px;
    }

    .login_profile span {
        font-size: 12px;
    }

    .login_profile {
        width: 24%;
    }

    .header_btn li a {
        font-size: 13px;
        line-height: 32px;
        padding: 0 5px;
    }

    .header_btn {
        border-top: 1px solid #fff;
        width: 100%;
        text-align: center;
        margin: 10px 0 0;
        padding-top: 10px;
    }

    .login {
        margin-top: 12px;
        font-size: 14px;
    }

        .login img {
            margin-right: 10px;
        }

    .header_btn li {
        margin: 0 1px;
    }

    body {
        padding: 0 0 70px;
    }
}
