@font-face {
    font-family: 'robotolight';
    src: url('../font/roboto-light.eot');
    src: url('../font/roboto-light.eot?#iefix') format('embedded-opentype'),
    url('../font/roboto-light.woff2') format('woff2'),
    url('../font/roboto-light.woff') format('woff'),
    url('../font/roboto-light.ttf') format('truetype'),
    url('../font/roboto-light.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arimoregular';
    src: url('../font/arimo-regular_0.eot');
    src: url('../font/arimo-regular_0.eot?#iefix') format('embedded-opentype'),
    url('../font/arimo-regular_0.woff2') format('woff2'),
    url('../font/arimo-regular_0.woff') format('woff'),
    url('../font/arimo-regular_0.ttf') format('truetype'),
    url('../font/arimo-regular_0.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaylight';
    src: url('../font/raleway-light.eot');
    src: url('../font/raleway-light.eot?#iefix') format('embedded-opentype'),
    url('../font/raleway-light.woff2') format('woff2'),
    url('../font/raleway-light.woff') format('woff'),
    url('../font/raleway-light.ttf') format('truetype'),
    url('../font/raleway-light.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaymedium';
    src: url('../font/raleway-medium.eot');
    src: url('../font/raleway-medium.eot?#iefix') format('embedded-opentype'),
    url('../font/raleway-medium.woff2') format('woff2'),
    url('../font/raleway-medium.woff') format('woff'),
    url('../font/raleway-medium.ttf') format('truetype'),
    url('../font/raleway-medium.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../font/raleway-regular.eot');
    src: url('../font/raleway-regular.eot?#iefix') format('embedded-opentype'),
    url('../font/raleway-regular.woff2') format('woff2'),
    url('../font/raleway-regular.woff') format('woff'),
    url('../font/raleway-regular.ttf') format('truetype'),
    url('../font/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0px;
}

a {
    border: 0px;
    outline: none;
}

img {
    border: 0px;
    outline: none;
    max-width: 100%;
}

.img-fullwidth {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

:focus {
    outline: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

strong {
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

input[type="submit"] {
    cursor: pointer
}

.t-t-u {
    text-transform: uppercase !important;
}

.t-l {
    text-align: left !important;
}

.t-r {
    text-align: right !important;
}

.t-c {
    text-align: center !important;
}

.r-gap {
    margin-right: 0 !important;
}

.flt-l {
    float: left !important;
}

.flt-r {
    float: right !important;
}

.flt-none {
    float: none !important;
}

.no-border {
    border: 0 !important;
}

.bgnone {
    background: none !important
}

.underliene {
    text-decoration: underline;
}

div {
}

p {
    margin: 0;
}

.wrapper {
    width: 100%;
    float: left;
}

.centered {
    width: 94%;
    margin: 0 auto;
    float: none;
    position: relative;
}

.header-wrapper {
    float: left;
    width: 100%;
    min-height: 73px;
    background: #f2f2f4;
    border-bottom: 1px solid #ececee;
}

.logo {
    float: left;
    width: 269px;
    background: url(../images/top-logo-bk.jpg) 100% 0 repeat-y;
    min-height: 73px;
}

.logo img {
    margin-top: 9px;
}

.menu-block {
    width: 28px;
    float: left;
    margin: 29px 0 0 39px;
}

.search-block {
    width: 20%;
    margin: 0 auto 0 auto;
    height: 20px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 8px 20px;
    position: relative;
    top: 18px;
}

.search-block input[type="text"] {
    width: 89%;
    background: #fff;
    border: none;
    color: #b3b4b8;
    font-size: 13px;
    font-family: 'arimoregular';
}

.search-block input[type="submit"] {
    width: 16px;
    height: 16px;
    background: url(../images/search-glass.png) 0 0 no-repeat;
    border: none;
    float: right
}

.right-top-link1 {
    float: right;
    margin: 17px 25px 0 0;
    color: #8f9096;
    font-size: 14px;
    font-family: arial;
    width: 250px
}

.right-top-link1 a {
    color: #8f9096;
    text-decoration: none;
    margin: 0 9px;
    font-size: 14px;
}

.right-top-link1 a:hover {
    text-decoration: underline;
}

.right-top-link2 {
    width: 100px;
    float: right;
    margin: 15px 0 0 0;
}

.right-top-link2 a {
    color: #8f9096;
    text-decoration: none;
    margin: 0 9px;
    font-size: 14px;
    font-size: 14px;
    font-family: 'ralewaylight';
}

.right-top-link2 a:hover {
    text-decoration: underline;
}

.content-wrapper {
    width: 100%;
    float: left;
    padding: 45px 0;
}

.content-wrapper .area1 {
    float: left;
    width: 100%;
}

.content-wrapper .area1 h1 {
    color: #2c3146;
    font-size: 31px;
    font-family: 'robotolight';
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-weight: normal;
}

.content-wrapper .area1 h1 span {
    color: #2654a8;
}

.content-wrapper .area1 .txt1 {
    color: #999a9e;
    font-size: 14px;
    font-family: 'ralewayregular';
}

.content-wrapper .area1 .main-sec {
    float: left;
    width: 100%;
}

.content-wrapper .area1 .main-sec .left {
    width: 70%;
    margin-right: 3%;
    float: left;
}

.content-wrapper .area1 .main-sec .left h2 {
    color: #24314d;
    font-size: 25px;
    font-family: 'robotolight';
    margin: 25px 0;
    width: 100%;
    float: left;
    font-weight: normal;
}

.content-wrapper .area1 .main-sec .left ul {
    width: 100%;
    list-style: none;
    float: left;
}

.content-wrapper .area1 .main-sec .left ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 24px;
    float: left;
}

.content-wrapper .area1 .main-sec .left ul li a {
    color: #767778;
    font-size: 18px;
    font-family: 'ralewaymedium';
    text-decoration: none;
    display: block;
    font-weight: normal;
}

.content-wrapper .area1 .main-sec .left ul li .lt {
    width: 100px;
    float: left;
    color: #fff;
    font-size: 60px;
    padding: 9px 0;
    text-align: center;
    font-family: 'robotolight';
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.content-wrapper .area1 .main-sec .left ul li .rt {
    float: left;
    width: 76%;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 34px 0 34px 5%;
    position: relative;
}

.content-wrapper .area1 .main-sec .left ul li a:hover .rt {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.content-wrapper .area1 .main-sec .left ul li .rt .icon {
    width: 104px;
    height: 104px;
    position: absolute;
    right: -40px;
    top: -10px;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(1) .lt {
    background: #39c481;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(1):hover .rt {
    background: #39c481;
    border-top: 1px solid #39c481
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(2) .lt {
    background: #475677;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(2):hover .rt {
    background: #475677;
    border-top: 1px solid #475677
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(3) .lt {
    background: #faa026;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(3):hover .rt {
    background: #faa026;
    border-top: 1px solid #faa026
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(4) .lt {
    background: #e33b32;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(4):hover .rt {
    background: #e33b32;
    border-top: 1px solid #e33b32
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(5) .lt {
    background: #a38f84;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(5):hover .rt {
    background: #a38f84;
    border-top: 1px solid #a38f84
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(6) .lt {
    background: #b968c7;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(6):hover .rt {
    background: #b968c7;
    border-top: 1px solid #b968c7
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(7) .lt {
    background: #1bb3ff;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(7):hover .rt {
    background: #1bb3ff;
    border-top: 1px solid #1bb3ff
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(8) .lt {
    background: #00a885;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(8):hover .rt {
    background: #00a885;
    border-top: 1px solid #00a885
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(9) .lt {
    background: #b43f38;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(9):hover .rt {
    background: #b43f38;
    border-top: 1px solid #b43f38
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(10) .lt {
    background: #efad3c;
}

.content-wrapper .area1 .main-sec .left ul li:nth-child(10):hover .rt {
    background: #efad3c;
    border-top: 1px solid #efad3c
}

.content-wrapper .area1 .main-sec .right {
    width: 27%;
    float: right;
}

.content-wrapper .area1 .main-sec .right h2 {
    color: #24314d;
    font-size: 25px;
    font-family: 'robotolight';
    margin-bottom: 15px;
    width: 100%;
    float: left;
    font-weight: normal;
}

.content-wrapper .area1 .main-sec .right .block1 {
    border-radius: 10px;
    background: #122857;
    width: 100%;
    float: right;
    padding: 40px 0;
    text-align: center;
    font-family: 'robotolight'; /*font-weight:bold;*/
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.content-wrapper .area1 .main-sec .right .block1 .btn {
    background: url(../images/download-btn.png) no-repeat;
    width: 252px;
    height: 47px;
    text-align: center;
    display: block;
    font-family: 'ralewayregular';
    font-size: 13px;
    color: #fff;
    text-indent: 26px;
    text-decoration: none;
    margin: 25px auto 0 auto;
    line-height: 47px;
}

.content-wrapper .area1 .main-sec .right .block1 .btn:hover {
    text-decoration: underline;
}

.content-wrapper .area1 .main-sec .right .area3 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.content-wrapper .area1 .main-sec .right .area3 h2 {
    float: left;
    padding: 19px 6%;
    margin-bottom: 0;
    width: 87.9%;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    font-family: 'robotolight';
    font-size: 25px;
    color: #082a69;
    font-weight: normal;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content-wrapper .area1 .main-sec .right .area3 ul {
    width: 87.9%;
    padding: 0 6% 15px 6%;
    float: left;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.content-wrapper .area1 .main-sec .right .area3 ul li {
    color: #858996;
    padding: 15px 0;
    border-bottom: 1px dashed #e0e0e0;
    font-family: 'ralewayregular';
    font-size: 15px;
    background: url(../images/bul2.png) 0 21px no-repeat;
    padding-left: 20px;
}

.content-wrapper .area1 .main-sec .right .area3 ul li h3 {
    color: #2c5bae;
    font-family: 'ralewayregular';
    font-size: 18px; /*font-weight:bold;*/
    line-height: 20px;
    margin-bottom: 10px;
}

.content-wrapper .area3 ul li h3 span {
    font-family: 'ralewayregular';
    color: #1a98da;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
}

.content-wrapper .area1 .main-sec .right .area3 ul li img {
    float: right;
}

.content-wrapper .area1 .main-sec .right .area3 ul li:last-child {
    border: none;
}

.content-wrapper .area1 .main-sec .right .block2 h2 {
    color: #24314d;
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 15px;
    width: 100%;
    float: left;
    font-family: 'robotolight'
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area {
    width: 88.8%;
    float: left;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px 6%;
    margin-bottom: 25px;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area ul {
    list-style: none;
    width: 100%;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area ul li {
    width: 85%;
    border-bottom: 1px dashed #e0e0e0;
    padding: 10px 0 10px 35px;
    background: url(../images/tick.png) 0 11px no-repeat;
    list-style: none;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area ul li a {
    color: #767778;
    font-family: 'ralewayregular';
    font-size: 15px;
    text-decoration: none;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area ul li a:hover {
    text-decoration: underline;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area ul li:last-child {
    border-bottom: none;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area1 {
    width: 88.8%;
    float: left;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px 6%;
    margin-bottom: 25px;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area1 ul {
    list-style: none;
    width: 100%;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area1 ul li {
    width: 95%;
    border-bottom: 1px dashed #e0e0e0;
    padding: 20px 0;
    list-style: none;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area1 ul li a {
    color: #767778;
    font-family: 'ralewayregular';
    font-size: 15px;
    text-decoration: none;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area1 ul li a:hover {
    text-decoration: underline;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area1 ul li:last-child {
    border-bottom: none;
}

.content-wrapper .area1 .main-sec .right .block2 .txt-area1 ul li img {
    float: right;
}

.content-wrapper .area1 .main-sec .right .block2-low {
    text-align: center;
}

.content-wrapper .area1 .main-sec .right .block2-low img {
    margin: 0 3px;
}

.footer {
    min-height: 50px;
    width: 100%;
    background: #f2f2f4;
    float: left;
    padding-top: 18px;
}

.footer .left {
    color: #858996;
    font-size: 15px;
    font-family: 'ralewayregular';
    width: 50%;
    float: left;
    margin-top: 10px;
}

.footer .right {
    float: right;
    width: 30px;
}

.content-wrapper .area5 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.content-wrapper .area5 h2 {
    float: left;
    padding: 19px 26px;
    width: 95.9%;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    font-family: 'robotolight';
    font-size: 25px;
    color: #082a69;
    font-weight: normal;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content-wrapper .area5 ul {
    width: 95.9%;
    padding: 0 26px;
    float: left;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.content-wrapper .area5 ul li {
    color: #858996;
    padding: 15px 0;
    border-bottom: 1px dashed #e0e0e0;
    font-family: 'ralewayregular';
    font-size: 15px;
    background: url(../images/bul2.png) 0 20px no-repeat;
    padding-left: 20px;
}

.content-wrapper .area5 ul li img {
    float: right;
}

.content-wrapper .area5 ul li:last-child {
    border: none;
}

.content-wrapper .area5 .low {
    width: 95.9%;
    background: #f5f5f5;
    padding: 10px 26px;
    float: left;
    border: 1px solid #e5e5e5;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.content-wrapper .area5 .low h3 {
    font-size: 15px;
    color: #24314d;
    font-family: 'ralewaymedium';
    margin-bottom: 6px;
}

.content-wrapper .area5 .low .select-box {
    background: #fff url("../images/drop-arw.jpg") no-repeat scroll right center;
    border: 1px solid #dfdfdf;
    float: left;
    height: 38px;
    margin: 0;
    overflow: hidden;
    width: 92%;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.content-wrapper .area5 .low select {
    background: transparent;
    border: none;
    height: 38px;
    padding: 2px;
    font-size: 13px;
    width: 105%;
    color: #858996;
    font-family: 'ralewayregular';
}

.content-wrapper .area5 .low input[type="button"] {
    width: 100%;
    height: 40px;
    background: #2c5bae;
    font-family: 'ralewayregular';
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.content-wrapper .area5 .low input[type="submit"] {
    width: 100%;
    height: 40px;
    background: #2c5bae;
    font-family: 'ralewayregular';
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.content-wrapper .area7 {
    float: center;
    width: 40%;
    margin-bottom: 40px;
}

.content-wrapper .area7 h2 {
    float: left;
    padding: 19px 26px;
    width: 95.9%;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    font-family: 'robotolight';
    font-size: 25px;
    color: #082a69;
    font-weight: normal;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content-wrapper .area7 ul {
    width: 95.9%;
    padding: 0 26px;
    float: left;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.content-wrapper .area7 ul li {
    color: #858996;
    padding: 15px 0;
    border-bottom: 1px dashed #e0e0e0;
    font-family: 'ralewayregular';
    font-size: 15px;
    background: url(../images/bul2.png) 0 20px no-repeat;
    padding-left: 20px;
}

.content-wrapper .area7 ul li img {
    float: right;
}

.content-wrapper .area7 ul li:last-child {
    border: none;
}

.content-wrapper .area7 .low {
    width: 95.9%;
    background: #f5f5f5;
    padding: 10px 26px;
    float: left;
    border: 1px solid #e5e5e5;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.content-wrapper .area7 .low h3 {
    font-size: 15px;
    color: #24314d;
    font-family: 'ralewaymedium';
    margin-bottom: 6px;
}

.content-wrapper .area7 .low .select-box {
    background: #fff url("../images/drop-arw.jpg") no-repeat scroll right center;
    border: 1px solid #dfdfdf;
    float: left;
    height: 38px;
    margin: 0;
    overflow: hidden;
    width: 92%;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.content-wrapper .area7 .low select {
    background: transparent;
    border: none;
    height: 38px;
    padding: 2px;
    font-size: 13px;
    width: 105%;
    color: #858996;
    font-family: 'ralewayregular';
}

.content-wrapper .area7 .low input[type="button"] {
    width: 100%;
    height: 40px;
    background: #2c5bae;
    font-family: 'ralewayregular';
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.content-wrapper .area7 .low input[type="submit"] {
    width: 100%;
    height: 40px;
    background: #2c5bae;
    font-family: 'ralewayregular';
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.content-wrapper .area6 {
    float: center;
    width: 20%;
    margin-bottom: 40px;
}

.content-wrapper .area6 h2 {
    float: center;
    padding: 19px 26px;
    width: 95.9%;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    font-family: 'robotolight';
    font-size: 25px;
    color: #082a69;
    font-weight: normal;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content-wrapper .area6 ul {
    width: 95.9%;
    padding: 0 26px;
    float: center;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.content-wrapper .area6 ul li {
    color: #858996;
    padding: 15px 0;
    border-bottom: 1px dashed #e0e0e0;
    font-family: 'ralewayregular';
    font-size: 15px;
    background: url(../images/bul2.png) 0 20px no-repeat;
    padding-left: 20px;
}

.content-wrapper .area6 ul li img {
    float: right;
}

.content-wrapper .area6 ul li:last-child {
    border: none;
}

.content-wrapper .area6 .low {
    width: 95.9%;
    background: #f5f5f5;
    padding: 10px 26px;
    float: center;
    border: 1px solid #e5e5e5;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.content-wrapper .area6 .low h3 {
    font-size: 15px;
    color: #24314d;
    font-family: 'ralewaymedium';
    margin-bottom: 6px;
}

.content-wrapper .area6 .low .select-box {
    background: #fff url("../images/drop-arw.jpg") no-repeat scroll right center;
    border: 1px solid #dfdfdf;
    float: left;
    height: 38px;
    margin: 0;
    overflow: hidden;
    width: 92%;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.content-wrapper .area6 .low select {
    background: transparent;
    border: none;
    height: 38px;
    padding: 2px;
    font-size: 13px;
    width: 105%;
    color: #858996;
    font-family: 'ralewayregular';
}

.content-wrapper .area6 .low input[type="button"] {
    width: 6.8%;
    height: 40px;
    background: #2c5bae;
    font-family: 'ralewayregular';
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.content-wrapper .area6 .low input[type="submit"] {
    width: 100%;
    height: 40px;
    background: #2c5bae;
    font-family: 'ralewayregular';
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.content-wrapper .area3 {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.content-wrapper .area3 h2 {
    float: left;
    padding: 19px 26px;
    width: 95.9%;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    font-family: 'robotolight';
    font-size: 25px;
    color: #082a69;
    font-weight: normal;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content-wrapper .area3 ul {
    width: 95.9%;
    padding: 0 26px;
    float: left;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.content-wrapper .area3 ul li {
    color: #858996;
    padding: 15px 0;
    border-bottom: 1px dashed #e0e0e0;
    font-family: 'ralewayregular';
    font-size: 15px;
    background: url(../images/bul2.png) 0 20px no-repeat;
    padding-left: 20px;
}

.content-wrapper .area3 ul li img {
    float: right;
}

.content-wrapper .area3 ul li:last-child {
    border: none;
}

.content-wrapper .area3 .low {
    width: 95.9%;
    background: #f5f5f5;
    padding: 10px 26px;
    float: left;
    border: 1px solid #e5e5e5;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.content-wrapper .area3 .low h3 {
    font-size: 15px;
    color: #24314d;
    font-family: 'ralewaymedium';
    margin-bottom: 6px;
}

.content-wrapper .area3 .low .select-box {
    background: #fff url("../images/drop-arw.jpg") no-repeat scroll right center;
    border: 1px solid #dfdfdf;
    float: left;
    height: 38px;
    margin: 0;
    overflow: hidden;
    width: 92%;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.content-wrapper .area3 .low select {
    background: transparent;
    border: none;
    height: 38px;
    padding: 2px;
    font-size: 13px;
    width: 105%;
    color: #858996;
    font-family: 'ralewayregular';
}

.content-wrapper .area3 .low input[type="button"] {
    width: 6.8%;
    height: 40px;
    background: #2c5bae;
    font-family: 'ralewayregular';
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.content-wrapper .area3 .low input[type="submit"] {
    width: 30%;
    height: 40px;
    background: #2c5bae;
    font-family: 'ralewayregular';
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

/* QA */

.block-header {
    color: #010b3a; /* Dark Blue */
}

/* Text */
.Title01 {
    color: #fff;
    font-size: 25px;
    font-family: 'ralewayregular';
    display: block;
    text-align: center;
}

.SubTitle01 {
    color: #fff;
    font-size: 15px;
    font-family: 'ralewayregular';
    display: block;
    text-align: center;
}

.Question01 {
    color: #272727;
    font-size: 20px;
    font-family: 'ralewayregular';
    font-weight: 600;
    display: block;
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
}
/*
.Answer01 {
    color: #272727;
    font-size: 16px;
    font-family: 'ralewayregular';
    display: inline-block;
    padding-top: 2px;
    padding-left: 30px;
    text-align: left;
}*/
.Answer01 {
    padding-left: 30px;
    text-align: left;
}
.MultiAlign01 > span {
    color: #272727;
    font-size: 16px;
    font-family: 'ralewayregular';
    display: inline-block;
    font-weight: 500;
    /*text-align: left;*/
    flex: 1 1 auto;
    padding-left: 6px;
    padding-right: 6px;
}
/* Box styling */
.BoxStyle {
    margin: 60px 0px;
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
}

.BoxHeading {
    background-color: #010b3a;
    padding: 20px 0px;
}

.MultiAlign01 {
    display: flex;
}
.MultiAlign01 > input {
    flex:0 0 auto;
    margin-right: 10px;
}
.CheckText01 {
    color: #272727;
    font-size: 16px;
    font-family: 'ralewayregular';
    font-weight: 500;
}
.CheckLink01 {
    color: #2a59b2;
    font-size: 16px;
    font-family: 'ralewayregular';
    font-weight: 500;
}
.CheckRow01 {
     padding: 10px;
     /*background-color: #00a885;*/
     display: flex;
 }
#ButtonSubmit01 {
    background-color: #04c350;
    padding: 20px 0px;
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-family: 'ralewayregular';
    display: block;
    text-align: center;
}

/*
#2a59b2 /* light blue  */
/*
#f3f3f3 /*  background  */

/*
border: 1px solid #e1e1e1;


04c350  /*green   */
































