@font-face {
    font-family: 'montserratsemibold';
    src: url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_rgregular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_rgbold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular-webfont.eot');
    src: url('../fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
        url('../fonts/playfairdisplay-regular-webfont.woff') format('woff'),
        url('../fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
        url('../fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/Lato-Bold-webfont.eot');
    src: url('../fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold-webfont.woff2') format('woff2'),
        url('../fonts/Lato-Bold-webfont.woff') format('woff'),
        url('../fonts/Lato-Bold-webfont.ttf') format('truetype'),
        url('../fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

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;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff;
    font: 15px/18px 'latolight', Arial, Helvetica, sans-serif;
    color: #111111;
}

a {
    text-decoration: none;
}

a:hover,
a:active {
    outline: none;
}

a:hover {
    color: #ff7e00;
    text-decoration: underline;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    background: #193550;
    color: #ffffff;
}

::-moz-selection {
    background: #193550;
    color: #ffffff;
}

.row {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

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

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

.row {
    *zoom: 1;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

#main_container {
    min-height: 100%;
    position: relative;
}

.btn {
    width: auto;
    margin: 0;
    display: inline-block;
    padding: 14px 35px;
    background: #f7941e;
    font: 11px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
    position: relative;
    outline: 0;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

.btn i {
    position: absolute;
    top: 34%;
    right: 10px;
    font-size: 11px;
}

.btn:hover {
    text-decoration: none;
    background: #193550;
    color: #ffffff;
}

.btn.black {
    background: #193550;
}

.btn.black:hover {
    background: #f7941e;
}

header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.header_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 15px;
    background: #ffffff;
}

.logo {
    width: 155px;
    margin: 0;
    float: left;
}

.header_right {
    width: 730px;
    margin: 5px 0 0;
    float: right;
}

.header_right_call {
    width: auto;
    margin: 0;
    float: right;
}

.header_right_call a {
    display: block;
    background: url(../images/phone_icon.png) no-repeat top left;
    padding: 2px 0 0 35px;
    font: 17px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #f7931e;
    text-decoration: none;
}

.header_right_call a:hover {
    color: #212121;
    text-decoration: none;
}

.language_select {
    width: auto;
    margin: 0;
    float: right;
    text-align: right;
}

.language_select label {
    display: inline-block;
    margin-right: 10px;
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
}

.language_select span.select {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.language_select select {
    width: 100%;
    padding: 5px 5px;
    margin: 0;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    outline: 0;
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #777777;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    letter-spacing: 1px;
}

.language_select span.select:before {
    content: "\f107";
    font-size: 14px;
    font-family: 'FontAwesome';
    position: absolute;
    pointer-events: none;
    color: #444444;
    top: 6px;
    right: 8px;
}

.nav_wrap {
    width: 530px;
    margin: 2px 0 0;
    float: left;
}

#nav,
#nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 99;
    text-align: right;
    font-size: 0;
}

#nav a {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    font: 17px/22px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #777777;
    text-transform: uppercase;
}

#nav a:hover {
    text-decoration: none;
    color: #f7931e;
}

#nav li {
    display: inline-block;
    margin: 0 0 0 25px;
    padding: 0;
    position: relative;
    text-align: left;
}

#nav li:first-child {
    margin-left: 0;
}

#nav li.selected a {
    color: #212121;
    border-bottom: 1px solid #c8c8c8;
}

.nav_wrap a#pull {
    display: none;
}

.banner_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.banner_slider {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.slide_img {
    width: 100%;
    margin: 0;
    float: left;
    text-align: center !important;
}

.slide_img img {
    margin: 0 auto !important;
}

.banner_container {
    width: 100%;
    margin: 0;
    float: left;
    position: absolute;
    bottom: 125px;
    left: 0;
}

.banner_content {
    width: 460px;
    margin: 0;
    float: left;
    padding-left: 38px;
}

.banner_content h2 {
    margin: 0 0 20px;
    font: 48px/52px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
}

.banner_content h2:after {
    content: " ";
    width: 130px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .6);
}

.banner_content h4 {
    margin: 0 0 10px;
    font: 13px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner_content p {
    font: 20px/24px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #eaeaea;
}

.banner_content a.take_tour {
    width: auto;
    margin: 30px 0 0;
    display: inline-block;
    padding: 14px 35px;
    font: 11px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ffffff;
    border-radius: 3px;
    letter-spacing: 1px;
}

.banner_content a.take_tour i {
    position: absolute;
    top: 34%;
    right: 20px;
    font-size: 11px;
}

.banner_content a.take_tour:hover {
    text-decoration: none;
    background: #f7941e;
    border-color: transparent;
}

.banner_login_container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner_login_box {
    width: 420px;
    margin: 0;
    float: right;
    padding: 25px 30px;
    background: rgba(247, 148, 30, .9);
    position: relative;
    margin-top: -395px;
}

.banner_login_box h3 {
    margin: 0;
    font: 18px/24px 'montserrat_rgbold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.banner_login_form {
    width: 100%;
    margin: 20px 0 0;
    float: left;
}

.banner_login_form_row {
    width: 100%;
    margin: 0 0 18px;
    float: left;
    position: relative;
}

.banner_login_form_row:last-child {
    margin-bottom: 0;
}

.banner_login_form_col {
    width: 48%;
    margin: 0;
    float: left;
}

.banner_login_form_col.right {
    float: right;
}

.banner_login_form .error {
    font: 12px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #f00;
}

.banner_login_box .flash_error {
    display: block;
    font: 14px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #f00;
    margin-top: 5px;
}

.thread_pop_frm label.error {
    bottom: -16px;
    color: #f00;
    font: 12px/18px "montserrat_rgregular", Arial, Helvetica, sans-serif;
    left: 0;
    position: absolute;
}

.disapprove_box_row {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.disapprove_box_row label.error {
    color: #f00;
    font: 12px/18px "montserrat_rgregular", Arial, Helvetica, sans-serif;
    left: 0;
    position: absolute;
    bottom: -3px;
}

.post_box_row {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.post_box_row label.error {
    color: #f00;
    font: 12px/18px "montserrat_rgregular", Arial, Helvetica, sans-serif;
    left: 0;
    position: absolute;
    bottom: -17px;
}

.banner_login_box input[type='text'],
.banner_login_box input[type='password'],
.banner_login_box select {
    width: 100%;
    padding: 4px 0;
    margin: 0;
    float: left;
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    outline: 0;
    font: 11px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}

.banner_login_box select {
    padding: 6px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
}

.banner_login_form_row.select:after {
    content: "\f107";
    font-size: 12px;
    font-family: 'FontAwesome';
    color: #ffffff;
    pointer-events: none;
    position: absolute;
    top: 30%;
    right: 10px;
}

.banner_login_box button[type='submit'] {
    width: auto;
    margin: 0;
    float: left;
    padding: 16px 35px 12px;
    background: #ffffff;
    font: 11px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #f7931e;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    letter-spacing: 1px;
    outline: 0;
    border: none;
    cursor: pointer;
}

.banner_login_box button[type='submit'] i {
    position: absolute;
    top: 38%;
    right: 10px;
    font-size: 11px;
}

.banner_login_box button[type='submit']:hover {
    background: #053550;
    color: #ffffff;
}

.banner_login_box input[type='text']::-webkit-input-placeholder,
.banner_login_box input[type='password']::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.banner_login_box input[type='text']:-moz-placeholder,
.banner_login_box input[type='password']:-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.banner_login_box input[type='text']::-moz-placeholder,
.banner_login_box input[type='password']::-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.banner_login_box input[type='text']:-ms-input-placeholder,
.banner_login_box input[type='password']:-ms-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.banner_login_form_row .new_user {
    float: right;
    margin-top: 15px;
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.banner_login_form_row .new_user a {
    font-family: 'montserrat_rgbold';
    color: #ffffff;
    text-decoration: none;
}

.banner_login_form_row .new_user a:hover {
    color: #203b55;
    text-decoration: none;
}


.login_form_bottom {
    width: 100%;
    margin: 18px 0 0;
    float: left;
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.login_form_bottom a {
    color: #ffffff;
    text-decoration: none;
}

.login_form_bottom a:hover {
    color: #203b55;
    text-decoration: none;
}

.login_form_bottom .forgot_password {
    float: left;
}

.login_form_bottom .forgot_username {
    float: right;
}



.content_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.about_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background: #ffffff;
}

.about_wrap .row {
    text-align: center;
}

.about_wrap h2 {
    margin: 0 0 20px;
    font: 37px/44px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    padding-bottom: 15px;
    position: relative;
}

.about_wrap h2:after {
    content: " ";
    width: 130px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #d9d9d9;
    margin-left: -65px;
}

.about_wrap h4 {
    margin: 0 0 10px;
    font: 13px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about_wrap p {
    font: 16px/24px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #656565;
}

.academy_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background: #ececec;
}

.academy_left {
    width: 500px;
    margin: 0;
    float: left;
    padding-left: 48px;
}

.academy_right {
    width: 506px;
    margin: 0;
    float: right;
}

.academy_right h2 {
    margin: 0 0 20px;
    font: 44px/44px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    padding-bottom: 20px;
    position: relative;
}

.academy_right h2:after {
    content: " ";
    width: 90px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c9c9c9;
}

.academy_right h4 {
    margin: 0 0 10px;
    font: 13px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #434343;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.academy_right p {
    font: 16px/24px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #656565;
    padding-bottom: 20px;
}

.service_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background: #ffffff;
}

.service_wrap h2 {
    margin: 0 0 20px;
    font: 37px/44px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

.service_wrap h2:after {
    content: " ";
    width: 130px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #d9d9d9;
    margin-left: -65px;
}

.service_wrap h4 {
    margin: 0 0 10px;
    font: 13px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #434343;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.service_list_area {
    width: 100%;
    margin: 30px 0 0;
    float: left;
}

.service_list_left {
    width: 575px;
    margin: 5px 0 0;
    float: left;
    margin-left: -36px;
}

.service_list_right {
    width: 400px;
    margin: 0 0 0 40px;
    float: left;
}

.service_list_right ul {
    margin: 0;
    padding: 0;
}

.service_list_right li {
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
}

.service_list_right li:last-child {
    margin-bottom: 0;
}

.service_list_right li i {
    float: left;
    margin-right: 22px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service_list_right li i.online_training {
    background: #193550 url(../images/mouse_icon.png) no-repeat center center;
}

.service_list_right li:hover i.online_training {
    background: #f7941e url(../images/mouse_icon.png) no-repeat center center;
}

.service_list_right li i.convenience_time {
    background: #193550 url(../images/time_icon.png) no-repeat center center;
}

.service_list_right li:hover i.convenience_time {
    background: #f7941e url(../images/time_icon.png) no-repeat center center;
}

.service_list_right li i.materials_handpicked {
    background: #193550 url(../images/tick_icon.png) no-repeat center center;
}

.service_list_right li:hover i.materials_handpicked {
    background: #f7941e url(../images/tick_icon.png) no-repeat center center;
}

.service_list_right li span {
    width: 280px;
    margin: 0;
    float: left;
}

.service_list_right li span h3 {
    margin: 0 0 10px;
    font: 18px/24px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #111111;
    text-transform: uppercase;
}

.service_list_right li span p {
    font: 16px/24px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #656565;
}

.service_bottom {
    width: 100%;
    margin: 25px 0 0;
    float: left;
    padding: 22px 220px 0;
    text-align: center;
    border-top: 1px solid #d9d9d9;
}

.service_bottom p {
    font: 16px/24px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #656565;
    padding-bottom: 15px;
}

.video_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
}

.video_wrap .row {
    width: 100%;
    padding: 0;
}

.video_container {
    width: 100%;
    margin: 0;
    float: left;
}

.get_started_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background: #ffffff;
}

.get_started_wrap .row {
    text-align: center;
}

.get_started_wrap h4 {
    margin: 0 0 15px;
    font: 15px/22px 'montserrat_rgbold', Arial, Helvetica, sans-serif;
    color: #212121;
    text-transform: uppercase;
    position: relative;
}

.get_started_wrap h4:after {
    content: " ";
    width: 140px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #c8c8c8;
    margin-left: -70px;
}

.get_started_wrap p {
    font: 16px/24px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #656565;
    font-style: italic;
}

.get_started_wrap p a {
    color: #f7931e;
    text-decoration: underline;
}

.get_started_wrap p a:hover {
    color: #f7931e;
    text-decoration: none;
}

footer {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 40px;
    background: #111111;
}

.footer_left {
    width: 270px;
    margin: 0;
    float: left;
}

.apps_img {
    width: 100%;
    margin: 0;
    float: left;
}

.apps_img img:first-child {
    margin-right: 5px;
}

.footer_social {
    width: 100%;
    margin: 65px 0 0;
    float: left;
}

.footer_social ul {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 0;
}

.footer_social li {
    margin: 0 0 0 10px;
    list-style: none;
    display: inline-block;
}

.footer_social li:first-child {
    margin-left: 0;
}

.footer_social li a {
    margin: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    float: left;
    border: 1px solid #414141;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer_social li a i {
    font-size: 16px;
    color: #e6e6e6;
    vertical-align: middle;
}

.footer_social li a:hover {
    text-decoration: none;
    border: 1px solid transparent;
}

.footer_social li a:hover i {
    color: #ffffff;
}

.footer_social li.facebook a:hover {
    background: #3b5998;
}

.footer_social li.twitter a:hover {
    background: #00b2e9;
}

.footer_nav {
    width: 160px;
    margin: 0 0 0 80px;
    float: left;
}

.footer_nav h3 {
    margin: 0 0 22px;
    font: 13px/18px 'latobold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer_nav ul {
    margin: 0;
    padding: 0;
}

.footer_nav li {
    margin: 0 0 14px 0;
    list-style: none;
    display: block;
}

.footer_nav li:last-child {
    margin-bottom: 0;
}

.footer_nav li a {
    margin: 0;
    padding: 0;
    font: 15px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #6b6b6b;
    text-decoration: none;
}

.footer_nav li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer_contact {
    width: 220px;
    margin: 0 0 0 80px;
    float: left;
}

.footer_contact h3 {
    margin: 0 0 22px;
    font: 13px/18px 'latobold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer_contact p {
    font: 15px/26px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #6b6b6b;
}

.footer_contact h4 {
    margin: 20px 0 0;
    font: 12px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #f7931e;
    text-transform: uppercase;
}

.footer_contact h4 a {
    color: #f7931e;
    text-decoration: underline;
}

.footer_contact h4 a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer_right {
    width: 240px;
    margin: 0;
    float: right;
}

.footer_right .signin {
    width: 100%;
    margin: 0;
    float: left;
    text-align: left;
}

.footer_right .signin a {
    width: 150px;
}

.footer_right .signin a i {
    right: 20px;
}

.footer_right_contact {
    width: 100%;
    margin: 30px 0 0;
    float: left;
}

.footer_right_contact h2 {
    margin: 0 0 10px;
    font: 26px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #f1f1f1;
}

.footer_right_contact h2 a {
    color: #ffffff;
    text-decoration: none;
}

.footer_right_contact h2 a:hover {
    color: #f7931e;
    text-decoration: none;
}

.footer_right_contact h5 {
    margin: 0;
    font: 15px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #6b6b6b;
}

.footer_right_contact h5 a {
    color: #6b6b6b;
    text-decoration: none;
}

.footer_right_contact h5 a:hover {
    color: #ffffff;
    text-decoration: none;
}

.footer_right_contact p {
    font: 14px/20px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #6b6b6b;
    padding-top: 30px;
}

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    text-decoration: none;
    color: #ffffff;
    background: #f7941e;
    width: 40px;
    height: 40px;
    padding: 0;
    display: none;
    border-radius: 50%;
    text-align: center;
}

.back-to-top i {
    font-size: 34px;
    line-height: 40px;
}

.back-to-top:hover {
    color: #ffffff;
    background: #193550;
}

.back-to-top:focus {
    color: #ffffff;
}

.popup_box {
    width: 420px;
    margin: 0;
    float: left;
    padding: 20px;
    background: #f7941e url(../images/popup_box_bg.png) no-repeat top right;
    display: none;
    position: relative;
}

.popup_box a.cancel {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 20px;
    color: #9cb7ca;
    text-decoration: none;
}

.popup_box a.cancel:hover {
    color: #ffffff;
    text-decoration: none;
}

.popup_box h2 {
    margin: 0;
    font: 18px/22px 'montserrat_rgbold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.popup_form {
    width: 100%;
    margin: 20px 0 0;
    float: left;
}

.popup_form_row {
    width: 100%;
    margin: 0 0 15px;
    float: left;
}

.popup_form_row:last-child {
    margin-bottom: 0;
}

.popup_form_col {
    width: 48%;
    margin: 0;
    float: left;
}

.popup_form_col.right {
    float: right;
}

.popup_form_col .isd_code {
    width: 30%;
    float: left;
    height: 25px;
    padding: 3px 0;
    border-bottom: 1px solid #ffffff;
}

.popup_form_col .mobile {
    width: 65%;
    float: right;
}

.popup_form_row.submit {
    margin-top: 5px;
}

.popup_form_row.submit.small_btn {
    margin-bottom: 15px;
}

.popup_form span.error {
    font: 12px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #f00;
}

.popup_box #message_show_forgot {
    display: block;
    font: 14px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #193550;
    margin-top: 8px;
}

.popup_box p {
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.popup_box p strong {
    font-family: 'montserratsemibold';
    font-weight: normal;
}

.popup_box p a {
    color: #ffffff;
    text-decoration: none;
}

.popup_box p a:hover {
    color: #203b55;
    text-decoration: none;
}

.f_password {
    width: 100%;
    margin: 0;
    float: left;
}

.f_username {
    width: 100%;
    margin: 0;
    float: left;
    display: none;
}

.f_username p:last-child {
    padding-top: 10px;
}

.popup_form input[type='text'],
.popup_form input[type='email'],
.popup_form input[type='tel'],
.popup_form input[type='password'],
.popup_form select,
.popup_form textarea {
    width: 100%;
    padding: 3px 0;
    margin: 0;
    float: left;
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
    outline: 0;
    font: 11px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}

.popup_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup_form select option {
    color: #fff;
    padding: 3px;
    background: #f7941e;
}

.popup_form textarea {
    resize: none;
    height: 70px;
}

.popup_form button[type='submit'] {
    width: auto;
    margin: 0;
    float: left;
    padding: 13px 35px 11px;
    background: #ffffff;
    font: 11px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #f7931e;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    letter-spacing: 1px;
    outline: 0;
    border: none;
    cursor: pointer;
}

.popup_form button[type='submit'] i {
    position: absolute;
    top: 35%;
    right: 10px;
    font-size: 11px;
}

.popup_form button[type='submit']:hover {
    background: #053550;
    color: #ffffff;
}

.popup_form_row.submit.small_btn button[type='submit'] {
    padding: 10px 20px 6px;
}

.popup_form_row.submit.small_btn button[type='submit'] i {
    top: 34%;
}

.popup_form input[type='text']::-webkit-input-placeholder,
.popup_form input[type='email']::-webkit-input-placeholder,
.popup_form input[type='tel']::-webkit-input-placeholder,
.popup_form input[type='password']::-webkit-input-placeholder,
.popup_form textarea::-webkit-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.popup_form input[type='text']:-moz-placeholder,
.popup_form input[type='email']:-moz-placeholder,
.popup_form input[type='tel']:-moz-placeholder,
.popup_form input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.popup_form input[type='text']::-moz-placeholder,
.popup_form input[type='email']::-moz-placeholder,
.popup_form input[type='tel']::-moz-placeholder,
.popup_form input[type='password']::-moz-placeholder,
.popup_form textarea::-moz-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.popup_form input[type='text']:-ms-input-placeholder,
.popup_form input[type='email']:-ms-input-placeholder,
.popup_form input[type='tel']:-ms-input-placeholder,
.popup_form input[type='password']:-ms-input-placeholder,
.popup_form textarea:-ms-input-placeholder {
    color: #ffffff;
    text-transform: uppercase;
}

.cus_select {
    position: relative;
}

.cus_select:before {
    content: "\f107";
    font-size: 12px;
    font-family: 'FontAwesome';
    position: absolute;
    pointer-events: none;
    color: #ffffff;
    top: 3px;
    right: 0;
}

.cus_cal {
    position: relative;
}

.cus_cal:before {
    content: "\f073";
    font-size: 12px;
    font-family: 'FontAwesome';
    position: absolute;
    pointer-events: none;
    color: #ffffff;
    top: 3px;
    right: 0;
}

.user_type {
    margin-top: 4px;
}

.user_type ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.user_type li {
    margin: 0 20px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.user_type li:last-child {
    margin-right: 0;
}

.user_type li label input[type=checkbox] {
    display: none;
}

.user_type li label {
    display: inline-block;
    font: 11px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.user_type li label .overlay {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    height: 16px;
    width: 16px;
    background: url(../images/cus_checkbox.png) no-repeat top;
    float: left;
}

.user_type li label input[type=checkbox]:checked+.overlay {
    background-position: 0 -16px;
}

.inner_banner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.inner_banner_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.inner_content_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background: #ffffff;
}

.inner_content_wrap .row {
    text-align: center;
}

.inner_content_wrap h2 {
    margin: 0 0 20px;
    font: 37px/44px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    padding-bottom: 15px;
    position: relative;
}

.inner_content_wrap h2:after {
    content: " ";
    width: 130px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #d9d9d9;
    margin-left: -65px;
}

.inner_content_wrap h4 {
    margin: 0 0 10px;
    font: 13px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.inner_content_wrap p {
    font: 16px/24px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #656565;
    padding-bottom: 15px;
}

.inner_content_wrap p:last-child {
    padding-bottom: 0;
}

.inner_content_wrap p strong {
    font-family: 'montserratsemibold';
    font-weight: normal;
}

.inner_content_wrap p img.align_left {
    float: left;
    margin: 0 20px 10px 0;
}

.inner_content_wrap p a {
    color: #f7941e;
    text-decoration: none;
}

.inner_content_wrap p a:hover {
    color: #16324e;
    text-decoration: none;
}

.inner_content_wrap ul {
    margin: 0 0 25px;
    padding: 0;
}

.inner_content_wrap li {
    margin: 0 0 10px;
    padding: 0;
    font: 16px/24px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #555555;
    position: relative;
    text-align: left;
}

.inner_content_wrap li:last-child {
    margin-bottom: 0;
}

.inner_content_wrap li a {
    margin: 0;
    padding: 0;
    color: #0087e6;
    text-decoration: none;
}

.inner_content_wrap li a:hover {
    color: #0087e6;
    text-decoration: underline;
}

.inner_content_wrap hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 5px 0 25px;
    padding: 0;
}

.top_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    background: #ffffff;
}

.top_wrap_left {
    width: auto;
    margin: 12px 0 0;
    float: left;
}

.top_wrap_left span {
    display: inline-block;
    margin-right: 12px;
    font: 14px/18px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #132f4b;
}

.top_wrap_left span i {
    margin-right: 3px;
    color: #f7931e;
    vertical-align: top;
}

.top_wrap_right {
    width: auto;
    margin: 6px 0 5px;
    float: right;
}

.top_wrap_right ul {
    margin: 5px 0 0 15px;
    padding: 0;
    float: right;
}

.top_wrap_right li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: 18px/22px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #112d49;
}

.top_wrap_right li a {
    margin: 0;
    padding: 5px 25px;
    color: #112d49;
    text-decoration: none;
    border: 1px solid #ecebeb;
}

.top_wrap_right li:first-child a {
    border-radius: 15px 0 0 15px;
}

.top_wrap_right li:last-child a {
    border-radius: 0 15px 15px 0;
}

.top_wrap_right li a:hover {
    color: #f7931e;
    text-decoration: none;
}

.top_wrap_right li.selected a {
    background: #f7941e;
    color: #ffffff;
}

.top_wrap_right li.selected a:hover {
    color: #ffffff;
}

.top_wrap_right .back_cur_charge {
    display: block;
    font: 14px/18px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #132f4b;
    text-align: right;
    margin-bottom: 10px;
}

.top_wrap_right .back_cur_charge a {
    color: #f7931e;
    text-decoration: none;
}

.top_wrap_right .back_cur_charge a:hover {
    color: #234663;
    text-decoration: none;
}

.top_bottom_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 15px;
    background: #ffffff;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.top_bottom_wrap .account_logo {
    width: 155px;
    margin: 0;
    float: left;
}

.top_bottom_wrap .account_details {
    width: auto;
    margin: 24px 0 0;
    float: right;
}

.account_details_left {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.account_details_left ul {
    margin: 0;
    padding: 0;
}

.account_details_left li {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
    float: left;
    font: 17px/22px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #777777;
}

.account_details_left li:first-child {
    margin-left: 0;
}

.account_details_left li a {
    margin: 0;
    padding: 0;
    color: #777777;
    text-decoration: none;
}

.account_details_left li a:hover {
    color: #212121;
    text-decoration: none;
}

.account_details_left li.active a {
    color: #212121;
}

.account_details_right {
    width: auto;
    margin: 0 0 0 32px;
    display: inline-block;
    text-align: right;
    position: relative;
    font: 18px/20px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #0d2947;
}

.account_details_right a {
    color: #0d2947;
    text-decoration: none;
}

.account_details_right a:hover {
    text-decoration: none;
}

.account_details_right span.user {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.account_details_right span.user img {}

.account_details_right i.down {
    font-size: 18px;
    color: #0d2947;
    margin-left: 5px;
}

.account_details_box {
    width: 144px;
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 999;
    background: #ececec;
    padding: 8px 10px 6px;
    box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.account_details_box ul {
    margin: 0;
    padding: 0;
}

.account_details_box li {
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #d6d6d6;
}

.account_details_box li:last-child {
    border-bottom: none;
}

.account_details_box li a {
    margin: 0;
    padding: 8px 0;
    display: block;
    font: 12px/18px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #7d7d7d;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
}

.account_details_box li a:hover {
    color: #111111;
    text-decoration: none;
}

.my_account_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 40px;
    background: #ffffff;
}

.my_account_area {
    width: 100%;
    margin: 0;
    float: left;
}

.my_account_row {
    width: 100%;
    margin: 0 0 30px;
    float: left;
}

.my_account_row:last-child {
    margin-bottom: 0;
}

.my_account_row h2 {
    margin: 0;
    font: 18px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #234663;
}

.my_account_view {
    width: 100%;
    margin: 15px 0 0;
    float: left;
}

.my_account_view table {
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1d1d;
}

.my_account_view table tr {
    padding: 0;
}

.my_account_view table tr.exp_record {
    background-color: #fcedda;
}

.my_account_view table thead tr {
    background: #244664;
    font-size: 13px;
    color: #ffffff;
}

.my_account_view table thead tr th {
    padding: 10px 10px;
    vertical-align: middle;
    font-weight: normal;
}

.my_account_view table thead tr th:last-child {
    border-right: 1px solid #244664;
}

.my_account_view table thead tr th a {
    color: #ffffff;
    text-decoration: none;
}

.my_account_view table thead tr th a:hover {
    color: #ffffff;
    text-decoration: none;
}

.my_account_view table thead tr th i {
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}

.my_account_view table tbody tr.expire {
    background: #f8f8f8;
}

.my_account_view table tr td {
    padding: 10px 10px;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.my_account_view table tr td:first-child {
    border-left: 1px solid #dcdcdc;
}

.my_account_view table tr td label {
    font-size: 12px;
    line-height: 16px;
}

.my_account_view table tr td label input[type=radio] {
    display: none;
}

.my_account_view table tr td label {
    display: inline-block;
    position: relative;
}

.my_account_view table tr td label .overlay {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    height: 14px;
    width: 14px;
    background: url(../images/cus_radio.png) no-repeat top;
    float: left;
}

.my_account_view table tr td label input[type=radio]:checked+.overlay {
    background-position: 0 -14px;
}

.my_account_view table tr td a.view i {
    font-size: 16px;
    color: #234663;
}

.my_account_view table tr td a.view:hover i {
    color: #f7941e;
}

.my_account_view table tr td .course_list {
    margin: 0;
    padding: 0;
}

.my_account_view table tr td .course_list li {
    margin: 0 0 6px;
    padding-left: 10px;
    list-style: none;
    display: block;
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1d1d;
    position: relative;
}

.my_account_view table tr td .course_list li:last-child {
    margin-bottom: 0;
}

.my_account_view table tr td .course_list li:before {
    content: "\f0da";
    font-size: 13px;
    font-family: 'FontAwesome';
    color: #1e1d1d;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}

.my_account_view table tr td .related_post {
    color: #234663;
    display: block;
}

.my_account_view table tr td.action a {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.my_account_view table tr td.action a.approve {
    border: 1px solid #244664;
    margin-right: 3px;
    background: #213f5a;
    background-image: -webkit-linear-gradient(top, #213f5a, #395872);
    background-image: -moz-linear-gradient(top, #213f5a, #395872);
    background-image: -ms-linear-gradient(top, #213f5a, #395872);
    background-image: -o-linear-gradient(top, #213f5a, #395872);
    background-image: linear-gradient(to bottom, #213f5a, #395872);
}

.my_account_view table tr td.action a.approve:hover {
    background: #395872;
    background-image: -webkit-linear-gradient(top, #395872, #213f5a);
    background-image: -moz-linear-gradient(top, #395872, #213f5a);
    background-image: -ms-linear-gradient(top, #395872, #213f5a);
    background-image: -o-linear-gradient(top, #395872, #213f5a);
    background-image: linear-gradient(to bottom, #395872, #213f5a);
}

.my_account_view table tr td.action a.disapprove {
    border: 1px solid #f7941e;
    margin-left: 3px;
    background: #de851b;
    background-image: -webkit-linear-gradient(top, #de851b, #f69e34);
    background-image: -moz-linear-gradient(top, #de851b, #f69e34);
    background-image: -ms-linear-gradient(top, #de851b, #f69e34);
    background-image: -o-linear-gradient(top, #de851b, #f69e34);
    background-image: linear-gradient(to bottom, #de851b, #f69e34);
}

.my_account_view table tr td.action a.disapprove:hover {
    background: #f69e34;
    background-image: -webkit-linear-gradient(top, #f69e34, #de851b);
    background-image: -moz-linear-gradient(top, #f69e34, #de851b);
    background-image: -ms-linear-gradient(top, #f69e34, #de851b);
    background-image: -o-linear-gradient(top, #f69e34, #de851b);
    background-image: linear-gradient(to bottom, #f69e34, #de851b);
}

.my_account_view table tr td .other_churches_icon {
    display: block;
    font-size: 20px;
}

.my_account_view table tr td .other_churches_icon img {
    display: inline-block;
    margin: 0 10px;
}

.my_account_view table tr td .other_churches_icon img:first-child {
    margin-left: 0;
}

.my_account_view table tr td .other_churches_icon img:last-child {
    margin-right: 0;
}

.LEadr_grp a {
    color: #234663;
}

.LEadr_grp a:hover {
    color: #f7941e;
    text-decoration: none;
}

.my_account_submit {
    width: 100%;
    margin: 18px 0 0;
    float: left;
    text-align: right;
}

.my_account_submit input[type=submit] {
    padding: 10px 22px;
}

.acc_popup_box {
    width: 320px;
    margin: 0;
    float: left;
    padding: 30px 25px;
    background: #ffffff;
    display: none;
    position: relative;
}

.acc_popup_box a.close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 18px;
    color: #074975;
    text-decoration: none;
}

.acc_popup_box a.close:hover {
    color: #f7941e;
    text-decoration: none;
}

.acc_popup_box h2 {
    margin: 0 0 10px;
    font: 24px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #074975;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
}

.acc_popup_box p {
    font: 14px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #939393;
}

.acc_popup_box.disapprove {
    width: 494px;
}

.acc_popup_box.table_popup {
    width: 1080px;
}

.acc_popup_box.comment_edit {
    width: 500px;
}

.acc_popup_box.comment_edit textarea {
    width: 100%;
    height: 100px;
}

.acc_popup_box.comment_edit input.btn {
    margin-top: 15px;
    padding: 12px 20px;
    float: left;
}

.acc_popup_box.comment_edit .Uaccount .loadingSpan4 {
    margin-top: 23px;
}

.approve_box {
    width: 100%;
    margin: 10px 0 0;
    float: left;
}

.approve_box p {
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #161617;
    padding-left: 25px;
    position: relative;
}

.approve_box p i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
    color: #074975;
}

.approve_box a.btn,
.approve_box input.btn {
    padding: 9px 15px;
    float: right;
    margin-top: 15px;
}

.disapprove_box {
    width: 100%;
    margin: 20px 0 0;
    float: left;
}

.disapprove_box textarea {
    width: 100%;
    padding: 10px 10px;
    margin: 0;
    float: left;
    background: #ececec;
    border: none;
    outline: 0;
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    resize: none;
    height: 130px;
}

.disapprove_box input.btn {
    padding: 9px 18px;
    float: right;
    margin-top: 15px;
}

.reflections_view {
    width: 100%;
    margin: 0;
    float: left;
    height: 286px;
}

.reflections_view_row {
    width: 100%;
    margin: 0;
    float: left;
}

.reflections_view_row table {
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1e1e;
    border-collapse: inherit;
}

.reflections_view_row table tr {
    padding: 0;
}

.reflections_view_row table thead tr {
    background: #244664;
    font-size: 13px;
    color: #ffffff;
}

.reflections_view_row table thead tr th {
    padding: 10px 10px;
    vertical-align: middle;
    font-weight: normal;
}

.reflections_view_row table thead tr th:last-child {
    border-right: 1px solid #244664;
}

.reflections_view_row table tbody tr td {
    padding: 10px 10px;
    vertical-align: middle;
    border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}

.reflections_view_row table tbody tr td:first-child {
    border-left: 1px solid #b8b8b8;
}

.comment_view {
    width: 100%;
    margin: 7px 0 0;
    float: left;
    padding: 10px 15px;
    background: #f4f3f3;
}

.comment_view p {
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1e1e;
    padding-left: 35px;
    position: relative;
}

.comment_view p i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 24px;
    color: #b4b4b2;
}

.comment_form {
    width: 100%;
    margin: 7px 0 0;
    float: left;
}

.comment_form textarea {
    width: 92%;
    padding: 10px 10px;
    margin: 0;
    float: left;
    background: #ececec;
    border: none;
    outline: 0;
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    resize: none;
    height: 64px;
}

.comment_form button[type='submit'] {
    width: 64px;
    height: 64px;
    margin: 0;
    float: right;
    padding: 0;
    background: none;
    border: 1px solid #e2e1e1;
    text-align: center;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    line-height: 64px;
}

.comment_form button[type='submit'] i {
    font-size: 32px;
    color: #234663;
    vertical-align: middle;
}

.comment_form button[type='submit']:hover i {
    color: #f7941e;
}

.results_view {
    width: 100%;
    margin: 0;
    float: left;
    height: 380px;
    margin-bottom: 20px;
}

.results_view table {
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1e1e;
    border-collapse: inherit;
}

.results_view table tr {
    padding: 0;
}

.results_view table thead tr {
    background: #244664;
    font-size: 13px;
    color: #ffffff;
}

.results_view table thead tr th {
    padding: 10px 10px;
    vertical-align: middle;
    font-weight: normal;
}

.results_view table thead tr th:last-child {
    border-right: 1px solid #244664;
}

.results_view table tbody tr td {
    padding: 10px 10px;
    vertical-align: middle;
    border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}

.results_view table tbody tr td:first-child {
    border-left: 1px solid #b8b8b8;
}

.group_details_bottom {
    width: 100%;
    margin: 18px 0 0;
    float: left;
    text-align: right;
}

.group_details_bottom .btn {
    padding: 10px 22px;
}

.group_details_bottom a.back {
    float: left;
    background: #193550;
}

.group_details_bottom a.back:hover {
    background: #f7941e;
}

.group_details_bottom .activity_icon {
    width: auto;
    margin: 0;
    float: right;
    text-align: right;
}

.group_details_bottom .activity_icon span {
    display: inline-block;
    margin-right: 15px;
    font: 14px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
}

.group_details_bottom .activity_icon span:last-child {
    margin-right: 0;
}

.group_details_bottom .activity_icon span i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 20px;
}

.view_lesson {
    width: 100%;
    margin: 15px 0 0;
    float: left;
}

.view_lesson_col {
    width: 48%;
    margin: 0;
    float: left;
}

.view_lesson_col.right {
    float: right;
}

.view_test_details {
    width: 100%;
    margin: 0;
    float: left;
}

.view_test_details table {
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1d1d;
}

.view_test_details table tr {
    padding: 0;
}

.view_test_details table thead tr {
    background: #244664;
    font-size: 13px;
    color: #ffffff;
}

.view_test_details table thead tr th {
    padding: 10px 10px;
    vertical-align: middle;
    font-weight: normal;
}

.view_test_details table thead tr th:last-child {
    border-right: 1px solid #244664;
}

.view_test_details table thead tr th i {
    vertical-align: bottom;
    margin-left: 10px;
    cursor: pointer;
}

.view_test_details table tbody tr.expire {
    background: #f8f8f8;
}

.view_test_details table tr td {
    padding: 10px 10px;
    vertical-align: middle;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.view_test_details table tr td:first-child {
    border-left: 1px solid #dcdcdc;
    font-family: 'montserratsemibold';
}

.lesson_list_row {
    width: 100%;
    margin: 0 0 22px;
    float: left;
}

.lesson_list_row:last-child {
    margin-bottom: 0;
}

.lesson_list_row h4 {
    margin: 0;
    font: 14px/20px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #1e1d1d;
}

.lesson_list_row .ans_box {
    width: 100%;
    margin: 10px 0 0;
    float: left;
    padding: 3px 9px;
    background: #ececec;
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1d1d;
    height: 66px;
    overflow: auto;
}

.lesson_list_row .ans_textarea {
    width: 100%;
    margin: 10px 0 0;
    float: left;
}

.lesson_list_row .ans_textarea textarea {
    width: 100%;
    padding: 10px 10px;
    margin: 0;
    float: left;
    background: #ececec;
    border: none;
    outline: 0;
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1d1d;
    resize: vertical;
    height: 100px;
}

.mcq_list {
    width: 100%;
    margin: 15px 0 0;
    float: left;
}

.mcq_ques {
    width: 100%;
    margin: 0;
    float: left;
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 10px 30px 10px 15px;
    position: relative;
    cursor: pointer;
    background: #244664;
    background: -moz-linear-gradient(top, #244664 0%, #3b6386 50%, #254765 100%);
    background: -webkit-linear-gradient(top, #244664 0%, #3b6386 50%, #254765 100%);
    background: linear-gradient(to bottom, #244664 0%, #3b6386 50%, #254765 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#244664', endColorstr='#254765', GradientType=0);
}

.mcq_ques:before {
    content: "\f055";
    font-size: 15px;
    font-family: 'FontAwesome';
    color: #ffffff;
    vertical-align: top;
    position: absolute;
    top: 26%;
    right: 15px;
    pointer-events: none;
}

.mcq_ques.selected:before {
    content: "\f056";
}

.mcq_ans {
    width: 100%;
    margin: 0;
    float: left;
    padding: 15px 15px;
    display: none;
}

.mcq_ans ul {
    margin: 0;
    padding: 0;
}

.mcq_ans li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: block;
}

.mcq_ans li input[type=radio] {
    display: none;
}

.mcq_ans li label {
    display: inline-block;
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1d1d;
    position: relative;
}

.mcq_ans li label .overlay {
    float: left;
    margin-top: 2px;
    margin-right: 6px;
    height: 14px;
    width: 14px;
    background: url(../images/cus_radio.png) no-repeat top;
}

.mcq_ans li input[type=radio]:checked+.overlay {
    background-position: 0 -14px;
}

.mcq_ans p {
    font: 13px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #1e4364;
    padding-top: 5px;
}

.fib_list {
    width: 100%;
    margin: 15px 0 0;
    float: left;
}

.fib_list_row {
    width: 100%;
    margin: 0 0 15px;
    float: left;
}

.fib_list_row:last-child {
    margin-bottom: 0;
}

.fib_list_row h4 {
    margin: 0 0 3px;
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
}

.fib_list_row h4 input[type='text'] {
    width: 120px;
    padding: 0;
    margin: 0 5px;
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #234663;
    outline: 0;
    font: 13px/12px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #234663;
}

.fib_list_row h4 strong {
    font-weight: normal;
    font-family: 'montserratsemibold';
}

.fib_list_row h5 {
    margin: 0;
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #234663;
}

#message_show {
    color: #193550;
    font-size: 14px;
}

#message_show div {
    float: left;
    width: 100%;
}

#selectLoader {
    background: rgba(0, 0, 0, 0) url("../images/loader_image.gif") no-repeat scroll center top;
    display: none;
    height: 15px;
    left: 50%;
    margin-left: -23px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 45px;
}

.popup_form_col span {
    color: #193550;
    font-size: 12px;
}

.popup_form_row .loadingSpan {
    background: rgba(0, 0, 0, 0) url("../images/loader_image.gif") no-repeat scroll center top;
    display: none;
    float: left;
    height: 34px;
    margin-left: 10px;
    margin-top: 6px;
    width: 34px;
}

.Uaccount .loadingSpan,
.Uaccount .loadingSpan2,
.Uaccount .loadingSpan3,
.Uaccount .loadingSpan4 {
    background: rgba(0, 0, 0, 0) url("../images/reload.gif") no-repeat scroll center top;
    display: none;
    float: left;
    height: 34px;
    margin-left: 10px;
    margin-top: 15px;
    width: 34px;
}

.ExamFrm .loadingSpan {
    background: rgba(0, 0, 0, 0) url("../images/reload.gif") no-repeat scroll center top;
    display: none;
    height: 30px;
    margin-left: 10px;
    margin-top: 8px;
    width: 34px;
    vertical-align: top;
}

.take_lesson_row {
    width: 100%;
    margin: 0 0 30px;
    float: left;
}

.take_lesson_row:last-child {
    margin-bottom: 0;
}

.take_lesson_mcq {
    width: 100%;
    margin: 15px 0 0;
    float: left;
}

.take_lesson_mcq h4 {
    margin: 0 0 10px;
    font: 14px/20px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #1e1d1d;
}

.take_lesson_mcq ul {
    margin: 0;
    padding: 0;
}

.take_lesson_mcq li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: block;
}

.take_lesson_mcq li input[type=radio] {
    display: none;
}

.take_lesson_mcq li label {
    display: inline-block;
    font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1d1d;
    position: relative;
}

.take_lesson_mcq li label .overlay {
    float: left;
    margin-top: 2px;
    margin-right: 6px;
    height: 14px;
    width: 14px;
    background: url(../images/cus_radio.png) no-repeat top;
}

.take_lesson_mcq li input[type=radio]:checked+.overlay {
    background-position: 0 -14px;
}

.forum_area {
    width: 100%;
    margin: 0;
    float: left;
}

.forum_area h2 {
    margin: 0;
    font: 24px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #234663;
}

.forum_box {
    width: 100%;
    margin: 30px 0 0;
    float: left;
}

.forum_box ul {
    margin: 0 0 0 -80px;
    padding: 0;
    text-align: left;
    font-size: 0;
}

.forum_box li {
    margin: 0 0 40px 80px;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 490px;
    padding: 15px;
    position: relative;
}

.forum_box li.white_dv {
    background: #eceaea;
}

.forum_box li.black_dv {
    background: #f7f6f6;
}

.forum_box li h3 {
    margin: 0 0 5px;
    font: 16px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #8b8c8d;
    padding-right: 60px;
}

.forum_box li h3 a {
    color: #193550;
    text-decoration: none;
}

.forum_box li h3 a:hover {
    color: #ec9329;
    text-decoration: none;
}

.forum_box li p {
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #7a7979;
    padding-top: 3px;
}

.forum_box li p strong {
    font-weight: normal;
    font-family: 'montserratsemibold';
    color: #4a4a4a;
}

.forum_box li .forum_box_row {
    width: 100%;
    margin: 5px 0 0;
    float: left;
}

.forum_box li .forum_box_col {
    width: 70%;
    margin: 0;
    float: left;
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #7a7979;
}

.forum_box li .forum_box_col strong {
    font-weight: normal;
    font-family: 'montserratsemibold';
    color: #4a4a4a;
    display: inline-block;
    margin-right: 5px;
}

.forum_box li .forum_box_col i {
    font-size: 13px;
    vertical-align: middle;
    margin-right: 5px;
}

.forum_box li .forum_box_col.right {
    width: 28%;
    float: right;
}

.forum_box li .forum_box_col.action {
    margin-top: 10px;
}

.forum_box li .forum_box_col.action a {
    font: 14px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #8d8d8c;
    text-decoration: none;
}

.forum_box li .forum_box_col.action a:hover {
    color: #111111;
    text-decoration: none;
}

.forum_box li .forum_box_col.action a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    padding: 1px 0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.forum_box li .forum_box_col.action a span i {
    margin-right: 0;
}

.forum_box li .forum_box_col.action a span.approve {
    border: 1px solid #244664;
    background: #213f5a;
    background-image: -webkit-linear-gradient(top, #213f5a, #395872);
    background-image: -moz-linear-gradient(top, #213f5a, #395872);
    background-image: -ms-linear-gradient(top, #213f5a, #395872);
    background-image: -o-linear-gradient(top, #213f5a, #395872);
    background-image: linear-gradient(to bottom, #213f5a, #395872);
}

.forum_box li .forum_box_col.action a span.approve:hover {
    background: #395872;
    background-image: -webkit-linear-gradient(top, #395872, #213f5a);
    background-image: -moz-linear-gradient(top, #395872, #213f5a);
    background-image: -ms-linear-gradient(top, #395872, #213f5a);
    background-image: -o-linear-gradient(top, #395872, #213f5a);
    background-image: linear-gradient(to bottom, #395872, #213f5a);
}

.forum_box li .forum_box_col.action a span.disapprove {
    border: 1px solid #f7941e;
    background: #de851b;
    background-image: -webkit-linear-gradient(top, #de851b, #f69e34);
    background-image: -moz-linear-gradient(top, #de851b, #f69e34);
    background-image: -ms-linear-gradient(top, #de851b, #f69e34);
    background-image: -o-linear-gradient(top, #de851b, #f69e34);
    background-image: linear-gradient(to bottom, #de851b, #f69e34);
}

.forum_box li .forum_box_col.action a span.disapprove:hover {
    background: #f69e34;
    background-image: -webkit-linear-gradient(top, #f69e34, #de851b);
    background-image: -moz-linear-gradient(top, #f69e34, #de851b);
    background-image: -ms-linear-gradient(top, #f69e34, #de851b);
    background-image: -o-linear-gradient(top, #f69e34, #de851b);
    background-image: linear-gradient(to bottom, #f69e34, #de851b);
}

.thread_count {
    width: auto;
    margin: 0;
    float: left;
    position: absolute;
    top: 12px;
    right: 15px;
    font: 24px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #234663;
}

.thread_count i {
    margin-right: 5px;
}

.forum_thread_area {
    width: 100%;
    margin: 40px 0 0;
    float: left;
    padding-top: 20px;
    border-top: 1px solid #dedede;
}

.forum_thread_area h2 {
    margin: 0;
    font: 24px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #234663;
}

.forum_thread_area h2 i {
    margin-right: 5px;
}

.forum_thread_container {
    width: 890px;
    margin: 0;
    float: left;
}

.forum_thread_area .select_assigned {
    width: 100%;
    margin: 20px 0 0;
    float: left;
}

.forum_thread_area .select_assigned span {
    width: 210px;
    margin: 0 20px 0 0;
    float: left;
    position: relative;
}

.forum_thread_area .select_assigned select {
    width: 100%;
    padding: 8px 8px;
    margin: 0;
    float: left;
    background: none;
    border: 1px solid #cdcdcd;
    outline: 0;
    font: 14px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #a3a3a3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}

.forum_thread_area .select_assigned span.select:after {
    content: "\f107";
    font-size: 12px;
    font-family: 'FontAwesome';
    color: #a3a3a3;
    pointer-events: none;
    position: absolute;
    top: 30%;
    right: 10px;
}

.forum_thread_area .select_assigned button {
    padding: 9px 20px 8px;
    text-transform: capitalize;
    float: left;
    font-size: 14px;
    font-family: 'montserrat_rgregular';
}

.forum_thread_area .select_assigned button i {
    position: static;
    font-size: 16px;
    margin-right: 5px;
}

.forum_thread_area .select_assigned a {
    padding: 9px 20px 8px;
    text-transform: capitalize;
    float: left;
    font-size: 14px;
    font-family: 'montserrat_rgregular';
}

.forum_thread_area .select_assigned a i {
    position: static;
    font-size: 16px;
    margin-right: 5px;
}

.forum_thread_top {
    width: 100%;
    margin: 40px 0 0;
    float: left;
}

.forum_thread_top h3 {
    margin: 0 0 8px;
    font: 16px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #234663;
}

.forum_thread_top h3 strong {
    font-weight: normal;
    font-family: 'montserratsemibold';
}

.forum_thread_top p {
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #a7a6a6;
}

.forum_thread_top p strong {
    font-weight: normal;
    font-family: 'montserratsemibold';
}

.forum_thread_top p.created {
    color: #f7931e;
    padding-top: 3px;
}

.message_content {
    width: 100%;
    margin: 25px 0 0;
    float: left;
}

.message_content_row {
    width: 100%;
    margin: 0 0 20px;
    float: left;
    text-align: left;
}

.message_content_row:last-child {
    margin-bottom: 0;
}

.message_content_row.left {
    text-align: left;
}

.message_content_row.right {
    text-align: right;
}

.message_content_row .message_auth {
    width: 58px;
    height: 58px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px 0 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
}

.message_content_row.right .message_auth {
    margin: 5px 0 0 15px;
}

.message_content_row .thread_box {
    width: auto;
    min-width: 260px;
    max-width: 75%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px;
    position: relative;
    clear: both;
    background: #f5f5f5;
    border-radius: 10px;
    word-wrap: break-word;
}

.message_content_row .thread_box h3 {
    margin: 0 0 3px;
    font: 14px/20px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #f7931e;
}

.message_content_row .thread_box p {
    font: 13px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #777675;
    padding-bottom: 12px;
    text-align: left;
}

.message_content_row .thread_box span {
    float: left;
    font: 12px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #234663;
}

.message_content_row .thread_box span i {
    margin-right: 3px;
}

.message_content_row .thread_box a.trash {
    float: right;
    margin-left: 5px;
    font-size: 16px;
    color: #8d8a8a;
    display: inline-block;
}

.message_content_row .thread_box a.trash:hover {
    color: #f7931e;
}

.message_content_row.left .thread_box:before {
    left: -20px;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(215, 224, 235, 0);
    border-right-color: #f5f5f5;
    border-width: 10px;
}

.message_content_row.right .thread_box:after {
    left: auto;
    right: -20px;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(215, 224, 235, 0);
    border-left-color: #f5f5f5;
    border-width: 10px;
}

.message_load_more {
    width: 100%;
    margin: 40px 0 0;
    float: left;
    font: 14px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    text-align: center;
}

.message_load_more span {
    cursor: pointer;
    color: #3f5d77;
}

.message_load_more span:hover {
    color: #f7931e;
}

.message_load_more i {
    margin-right: 5px;
}

.forum_thread_bottom {
    width: 100%;
    margin: 25px 0 0;
    float: left;
}

.forum_thread_bottom textarea {
    width: 90%;
    padding: 10px 10px;
    margin: 0;
    float: left;
    background: none;
    border: 1px solid #d9d9d9;
    outline: 0;
    font: 12px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    resize: none;
    height: 64px;
}

.forum_thread_bottom button[type='submit'] {
    float: left;
    margin: 15px 0 0 15px;
    padding: 0;
    background: none;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 28px;
    color: #234663;
}

.forum_thread_bottom button[type='submit']:hover i {
    color: #f7931e;
}

.acc_popup_box.new_thread {
    width: 640px;
}

.acc_popup_box.new_thread textarea {
    height: 110px;
    margin-bottom: 15px;
}

.forum_thread_area.student_thread {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.forum_thread_area.student_thread .forum_thread_top {
    margin-top: 20px;
}

.loading_forum {
    width: 90%;
    text-align: center;
    float: left;
}

.loading_forum small {
    display: inline-block;
    width: 34px;
}

.loading_forum .loadingSpan {
    margin: 0;
}

.form_box {
    width: 100%;
    margin: 20px 0 0;
    float: left;
}

.form_box h3 {
    margin: 0 0 15px;
    font: 18px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #234663;
}

.form_box_col {
    width: 48%;
    margin: 0;
    float: left;
    position: relative;
}

.form_box_col.right {
    float: right;
}

.form_box_row {
    width: 100%;
    margin: 0 0 30px;
    float: left;
    position: relative;
}

.form_box_row:last-child {
    margin-bottom: 0;
}

.form_box .cus_uselect {
    position: relative;
}

.form_box .cus_uselect:after {
    content: "\f107";
    font-size: 12px;
    font-family: 'FontAwesome';
    color: #a3a3a3;
    pointer-events: none;
    position: absolute;
    top: 30%;
    right: 10px;
}

.form_box .cus_ucal {
    position: relative;
}

.form_box .cus_ucal:before {
    content: "\f073";
    font-size: 12px;
    font-family: 'FontAwesome';
    position: absolute;
    pointer-events: none;
    color: #a3a3a3;
    top: 30%;
    right: 10px;
}

.form_box_col label {
    display: block;
    font: 12px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #f00;
    position: absolute;
    left: 0;
    bottom: -18px;
}

.form_box input[type='text'],
.form_box input[type='email'],
.form_box input[type='tel'],
.form_box input[type='password'],
.form_box select,
.form_box textarea {
    width: 100%;
    padding: 10px;
    margin: 0;
    float: left;
    outline: 0;
    background: none;
    border: 1px solid #cdcdcd;
    outline: 0;
    font: 14px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    border-radius: 3px;
}

.form_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form_box textarea {
    resize: vertical;
    height: 100px;
}

.form_box input[type='text']::-webkit-input-placeholder,
.form_box input[type='email']::-webkit-input-placeholder,
.form_box input[type='tel']::-webkit-input-placeholder,
.form_box input[type='password']::-webkit-input-placeholder,
.form_box textarea::-webkit-input-placeholder {
    color: #aba8a8;
}

.form_box input[type='text']:-moz-placeholder,
.form_box input[type='email']:-moz-placeholder,
.form_box input[type='tel']:-moz-placeholder,
.form_box input[type='password']:-moz-placeholder,
.form_box textarea:-moz-placeholder {
    color: #aba8a8;
}

.form_box input[type='text']::-moz-placeholder,
.form_box input[type='email']::-moz-placeholder,
.form_box input[type='tel']::-moz-placeholder,
.form_box input[type='password']::-moz-placeholder,
.form_box textarea::-moz-placeholder {
    color: #aba8a8;
}

.form_box input[type='text']:-ms-input-placeholder,
.form_box input[type='email']:-ms-input-placeholder,
.form_box input[type='tel']:-ms-input-placeholder,
.form_box input[type='password']:-ms-input-placeholder,
.form_box textarea:-ms-input-placeholder {
    color: #aba8a8;
}

.form_box .upload_photo {
    width: 154px;
    margin: 0;
    float: left;
    border: 1px solid #cdcdcd;
    padding: 3px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.form_box .upload_photo span {
    display: block;
    background: #f7f6f6;
    text-align: center;
}

.form_box .upload_photo input[type='file'] {
    display: none;
}

.form_box .upload_photo .upload_btn {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 26px;
    height: 26px;
    background: #f7941e;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}

.form_box .upload_photo .upload_btn:hover {
    background: #15314d;
}

.form_box .submit {
    text-align: right;
}

.form_box .submit input[type='submit'] {
    padding: 10px 24px;
}

.change_password {
    border-top: 1px solid #cdcdcd;
    padding-top: 30px;
}

.course_lesson_title {
    width: 100%;
    margin: 0;
    float: left;
}

.course_lesson_title span {
    display: block;
    margin-bottom: 5px;
    font: 14px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #1e1d1d;
}

.course_lesson_title span strong {
    font-family: 'montserratsemibold';
    font-weight: normal;
}

.msg {
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50px;
    width: 80%;
    min-height: 50px;
    box-sizing: border-box;
    padding: 15px 35px;
    border-radius: 5px;
    margin: 0 0 0 -40%;
    font: normal 14px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
}

.msg span.closeBtn {
    font-size: 22px;
    cursor: pointer;
    line-height: 20px;
    position: absolute;
    right: 10px;
}

.msg span.icon {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 10px;
}

.errorMsg {
    background: #fad5d5;
    color: #a94441;
    border: 1px solid #a94441;
}

.successMsg {
    background: #cffabd;
    color: #3b763d;
    border: 1px solid #3b763d
}

.infoMsg {
    background: #d9edf7;
    color: #31708e;
    border: 1px solid #31708e
}

.warningMsg {
    background: #fcf4c9;
    color: #896d3b;
    border: 1px solid #896d3b
}

.info_tooltip_icon {
    position: absolute;
    top: 3px;
    right: -15px;
}

.info_tooltip_icon i {
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
}

.info_tooltip_box {
    text-indent: 0;
    z-index: 1001;
    position: absolute;
    width: 300px;
    top: 20px;
    padding: 18px 14px;
    right: 0;
    margin-left: -155px;
    transition: opacity .25s linear;
    background: #fff;
    overflow: auto;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .2);
    padding: 10px 10px;
    border-radius: 3px;
    font: normal 12px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    opacity: 0;
    visibility: hidden;
}

.info_tooltip_icon:hover .info_tooltip_box {
    opacity: 1;
    visibility: visible;
}

.banner_title {
    width: 100%;
    margin: 0 auto;
    padding: 45px 0;
    background: #16324e;
    font: normal 24px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.banner_title span {
    font-size: 34px;
}

.apps_tab_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid #b2b2b2;
}

.apps_tab_wrap ul {
    margin: 0;
    padding: 0;
}

.apps_tab_wrap li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    border-right: 1px solid #b2b4b6;
    font: 18px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #8b9199;
}

.apps_tab_wrap li:first-child {
    border-left: 1px solid #b2b4b6;
}

.apps_tab_wrap li a {
    margin: 0;
    padding: 15px 40px;
    display: block;
    color: #8b9199;
    text-decoration: none;
    position: relative;
}

.apps_tab_wrap li a i {
    font-size: 35px;
    vertical-align: middle;
    margin-right: 15px;
}

.apps_tab_wrap li a i.arrow {
    display: none;
}

.apps_tab_wrap li a:hover {
    color: #15324d;
    text-decoration: none;
}

.apps_tab_wrap li.active a {
    color: #15324d;
    font-family: 'montserratsemibold';
}

.apps_tab_wrap li.active a i {
    color: #f7941e;
}

.apps_tab_wrap li.active a i.arrow {
    display: block;
    font-size: 16px;
    color: #f7941e;
    margin-right: 0;
    margin-left: -4px;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.apps_content_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #ffffff;
}

.apps_content_left {
    width: 620px;
    margin: 0;
    float: left;
}

.apps_content_left h2 {
    margin: 0 0 20px;
    font: 37px/44px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.apps_content_left p {
    font: 16px/24px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #656565;
    padding-bottom: 20px;
}

.apps_content_left p:last-child {
    padding-bottom: 0;
}

.apps_content_left p strong {
    font-family: 'montserratsemibold';
    font-weight: normal;
}

.qr_code {
    width: 100%;
    margin: 30px 0 0;
    float: left;
    position: relative;
    padding-right: 100px;
}

.qr_code h4 {
    margin: 0 0 15px;
    font: 24px/28px 'montserrat_rgbold', Arial, Helvetica, sans-serif;
    color: #f7931e;
}

.qr_bottom_row {
    width: 308px;
    margin: 0;
    float: right;
    position: absolute;
    top: 0;
    right: -240px;
}

.qr_bottom_row ul {
    margin: 0;
    padding: 0;
}

.qr_bottom_row li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 50%;
}

.apps_content_right {
    width: 310px;
    margin: 0;
    float: right;
    margin-right: 60px;
}

.apps_screenshot_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: #f3f5f7;
}

.apps_screenshot_wrap h3 {
    margin: 0;
    font: 18px/22px 'montserrat_rgbold', Arial, Helvetica, sans-serif;
    color: #15324d;
    text-transform: uppercase;
    text-align: center;
}

.apps_screenshot_box {
    width: 100%;
    margin: 15px 0 0;
    float: left;
}

.apps_screenshot_box ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.apps_screenshot_box li {
    margin: 0 0 10px;
    padding: 0 5px;
    list-style: none;
    display: inline-block;
    width: 25%;
}

.apps_screenshot_box li:first-child {
    margin-left: 0;
}

.alert_tooltip {
    position: relative;
}

.alert_tooltip .alert_tooltip_box {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 5px;
    color: #333333;
    font: 11px/18px "latoregular", Arial, Helvetica, sans-serif;
    left: 50%;
    margin-top: 20px;
    opacity: 0;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 180px;
    z-index: 999;
    margin-left: -97px;
}

.alert_tooltip .alert_tooltip_box:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #f7f7f7;
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: 2px;
}

.alert_tooltip:hover .alert_tooltip_box {
    visibility: visible;
    opacity: 1;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    outline: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #f68e13 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #f8c992 !important;
}

.page_loader {
    background: rgb(249, 249, 249);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.signal {
    width: 200px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -100px;
    border: 1px solid #f7941e;
    border-radius: 3px;
    background-image: repeating-linear-gradient(-45deg,
            #f7941e,
            #f7941e 11px,
            #ffffff 10px,
            #ffffff 20px);
    background-size: 28px 28px;
    animation: move .5s linear infinite;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 28px 0;
    }
}

.breadcrumbs {
    width: 100%;
    margin: 0;
    float: left;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.breadcrumbs li {
    margin: 0 0 0 7px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
    font: 24px/22px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #234663;
}

.breadcrumbs li i {
    vertical-align: top;
    margin-top: -3px;
}

.breadcrumbs li:first-child {
    margin-left: 0;
}

.breadcrumbs li:before {
    content: "\f105";
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #052c3a;
    margin-right: 10px;
    vertical-align: top;
}

.breadcrumbs li:first-child:before {
    display: none;
}

.breadcrumbs li:nth-child(2):before {
    display: none;
}

.breadcrumbs li a {
    color: #f7941e;
}

.breadcrumbs li.current {
    font-weight: normal;
    color: #f7941e;
}

.breadcrumbs li a:hover {
    color: #234663;
    text-decoration: none;
}

.forum_thread_area .thread_heading {
    width: 70%;
    margin: 0;
    float: left;
}

.forum_thread_area .thread_heading span {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
    font: 14px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #555555;
}

.forum_thread_area .thread_heading span strong {
    font-weight: normal;
    font-family: 'montserratsemibold';
}

.my_account_view h2 {
    margin-bottom: 8px;
}

.header_right_search {
    width: auto;
    margin: -3px 0 0 25px;
    display: inline-block;
    vertical-align: middle;
}

.header_right_search a {
    color: #193550;
    text-decoration: none;
    font-size: 18px;
}

.header_right_search a:hover {
    color: #f7941e;
    text-decoration: none;
}

.search_box {
    width: 400px;
    margin: 0;
    float: left;
    padding: 30px 20px;
    background: #ffffff;
    display: none;
    position: relative;
}

.search_box a.close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 18px;
    color: #074975;
    text-decoration: none;
}

.search_box a.close:hover {
    color: #f7941e;
    text-decoration: none;
}

.search_box h3 {
    margin: 0;
    font: 20px/22px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #074975;
}

.search_box .form_box {
    margin-top: 10px;
}

.search_box .form_box_row {
    margin-bottom: 25px;
}

.search_box .form_box_row:last-child {
    margin-bottom: 0;
}

.search_box label.error {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -18px;
    font: 12px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #f00;
}

.group_tab {
    width: 100%;
    margin: 0;
    float: left;
}

.group_tab_nav {
    width: 100%;
    margin: 0;
    float: left;
    border-bottom: 1px solid #e7e7e7;
}

.group_tab_nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.group_tab_nav li {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.group_tab_nav li:first-child {
    margin-left: 0;
}

.group_tab_nav li a {
    margin: 0;
    padding: 5px 10px;
    display: block;
    font: 15px/18px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #777777;
    text-decoration: none;
    border-bottom: 3px solid #777777;
}

.group_tab_nav li a:hover {
    text-decoration: none;
    color: #16324e;
}

.group_tab_nav li a.current,
.group_tab_nav li a.current:hover {
    border-color: #f7941e;
    color: #f7941e;
}

.group_tab_content {
    width: 100%;
    margin: 20px 0 0;
    float: left;
}

.group_tab_content .my_account_view {
    margin-top: 0;
}

.student_lesson_tab_nav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #e7e7e7;
}

.student_lesson_tab_nav ul {
    margin: 0;
    padding: 0;
}

.student_lesson_tab_nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    border-right: 1px solid #e7e7e7;
}

.student_lesson_tab_nav li:first-child {
    border-left: 1px solid #e7e7e7;
}

.student_lesson_tab_nav li a {
    margin: 0;
    padding: 15px 15px 15px 50px;
    display: block;
    font: 17px/24px 'montserratsemibold', Arial, Helvetica, sans-serif;
    color: #989898;
    text-decoration: none;
    text-transform: uppercase;
}

.student_lesson_tab_nav li a:hover {
    text-decoration: none;
    color: #112b45;
}

.student_lesson_tab_nav li a.current,
.properties_nav li a.current:hover {
    padding: 15px 15px 16px 50px;
    margin-bottom: -1px;
    background: #ffffff;
    color: #112b45;
}

.student_lesson_tab_nav li.video a {
    background: #ffffff url(../images/tab_video_icon.png) no-repeat 15px center;
}

.student_lesson_tab_nav li.video a.current {
    background: #ffffff url(../images/tab_video_cur_icon.png) no-repeat 15px center;
}

.student_lesson_tab_nav li.mp3 a {
    background: #ffffff url(../images/tab_mp3_icon.png) no-repeat 15px center;
}

.student_lesson_tab_nav li.mp3 a.current {
    background: #ffffff url(../images/tab_mp3_cur_icon.png) no-repeat 15px center;
}

.home_language {
    width: 100%;
    margin: 0 0 20px;
    float: right;
}

.home_language .student_dash_select {
    float: right;
}

@media screen and (max-width:1100px) {
    .row {
        width: 1024px;
    }

    .banner_container {
        bottom: 80px;
    }

    .banner_content {
        padding-left: 0;
    }

    .banner_login_box {
        margin-top: -350px;
    }

    .academy_left {
        width: 452px;
        padding-left: 0;
    }

    .service_list_left {
        width: 550px;
        margin-left: -15px;
    }

    .service_bottom {
        padding-left: 120px;
        padding-right: 120px;
    }

    .footer_nav {
        margin-left: 50px;
    }

    .footer_contact {
        margin-left: 60px;
    }

    .acc_popup_box.table_popup {
        width: 100%;
        padding: 30px 10px;
    }

    .forum_box li {
        width: 460px;
    }

    .apps_content_right {
        margin-right: 0;
    }
}

@media screen and (max-width:1023px) {
    .row {
        width: 980px;
    }

    .academy_right {
        width: 470px;
    }

    .service_list_left {
        width: 520px;
        margin-top: 35px;
    }

    .footer_nav {
        margin-left: 45px;
    }

    .footer_contact {
        margin-left: 25px;
    }

    .forum_box li {
        width: 440px;
    }

    .forum_thread_container {
        width: 100%;
    }

    .apps_content_left {
        width: 560px;
    }
}

@media screen and (max-width:979px) {
    .row {
        width: 768px;
    }

    .header_right {
        width: 550px;
        margin-top: 20px;
        float: right;
    }

    .nav_wrap {
        width: 100%;
        margin-top: 0;
    }

    .header_right_call {
        margin-top: 10px;
    }

    #nav li {
        margin-left: 30px;
    }

    .banner_wrap {
        background: #ececec;
    }

    .banner_container {
        bottom: auto;
        top: 0;
        position: static;
        margin-top: -290px;
    }

    .banner_container .row {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .banner_content {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .banner_content h2 {
        font-size: 37px;
        line-height: 44px;
    }

    .banner_content h2:after {
        left: 50%;
        margin-left: -65px;
        background: #d9d9d9;
    }

    .banner_login_container {
        position: static;
    }

    .banner_login_container .row {
        width: 100%;
        padding: 0;
    }

    .banner_login_box {
        width: 100%;
        padding: 25px;
        margin-top: 0;
    }

    .content_wrap {
        padding-bottom: 0;
    }

    footer {
        position: relative;
    }

    .academy_left {
        width: 340px;
    }

    .academy_right {
        width: 390px;
    }

    .academy_right h2 {
        font-size: 37px;
        line-height: 38px;
    }

    .service_list_left {
        width: 320px;
        margin-top: 100px;
    }

    .service_bottom {
        padding-left: 0;
        padding-right: 0;
    }

    .footer_left {
        width: 100%;
        text-align: center;
    }

    .footer_social {
        margin-top: 40px;
    }

    .footer_social ul {
        text-align: center;
    }

    .footer_nav {
        width: 100%;
        text-align: center;
        margin: 40px 0 0 0;
    }

    .footer_nav ul {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 0;
    }

    .footer_nav li {
        margin: 0 0 0 15px;
        list-style: none;
        display: inline-block;
    }

    .footer_nav li:first-child {
        margin-left: 0;
    }

    .footer_nav li a {
        margin: 0;
        padding: 0;
        font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
        color: #b8bbcb;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .footer_nav li:before {
        content: "/";
        font: 13px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
        color: #b8bbcb;
        vertical-align: top;
        margin-right: 15px;
    }

    .footer_nav li:first-child:before {
        content: "";
        margin-right: 0;
    }

    .footer_contact {
        width: 100%;
        margin: 40px 0 0;
        text-align: center;
    }

    .footer_right {
        width: 100%;
        margin: 40px 0 0;
        text-align: center;
    }

    .footer_right .signin {
        text-align: center;
    }

    .about_wrap,
    .academy_wrap,
    .service_wrap,
    .get_started_wrap,
    footer,
    .apps_content_wrap,
    .apps_screenshot_wrap {
        padding: 40px 0;
    }

    .comment_form textarea {
        width: 88%;
    }

    .forum_box ul {
        margin-left: -40px;
    }

    .forum_box li {
        width: 350px;
        margin-left: 40px;
    }

    .forum_thread_area .select_assigned span {
        width: 224px;
        margin-bottom: 20px;
    }

    .top_bottom_wrap .account_logo {
        width: 100%;
        text-align: center;
    }

    .top_bottom_wrap .account_details {
        width: 100%;
    }

    .account_details_left {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .account_details_left ul {
        text-align: center;
        font-size: 0;
    }

    .account_details_left li {
        float: none;
        display: inline-block;
    }

    .account_details_right {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
    }

    .account_details_right a {
        text-align: right;
        display: inline-block;
    }

    .account_details_right span.user {
        width: 50px;
        height: 50px;
        margin-right: 5px;
    }

    .apps_content_left {
        width: 100%;
    }

    .qr_code {
        padding-right: 0;
    }

    .qr_bottom_row {
        position: static;
        float: left;
    }

    .apps_content_right {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .my_account_view table tr td.action a.approve {
        margin-right: 0
    }

    .my_account_view table tr td.action a.disapprove {
        margin-left: 0;
        margin-top: 10px;
        padding: 4px 11px;
    }

    .comment_form textarea {
        width: 85%;
    }

    .view_lesson_col {
        width: 100%;
    }

    .view_lesson_col.right {
        margin-top: 40px;
    }

    .group_details_bottom {
        text-align: left;
    }

    .group_details_bottom span {
        display: block;
        margin-bottom: 10px;
    }

    .acc_popup_box.new_thread {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .row {
        width: 640px;
    }

    .header_wrap .row {
        width: 100%;
    }

    .header_right {
        width: 240px;
        margin-top: 0;
    }

    .header_right_call {
        margin-top: 30px;
    }

    .nav_wrap {
        width: 100%;
        margin-top: 10px;
        position: relative;
    }

    .nav_wrap a#pull {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -20px;
        right: 0;
        font: 18px/20px 'montserrat_rgbold', Arial, Helvetica, sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        padding: 8px 0;
        background: #053550 url(../images/nav-icon.png) no-repeat center center;
    }

    .nav_wrap a#pull:hover {
        text-decoration: none;
    }

    #nav,
    #nav ul {
        width: 240px;
        background: #053550;
        display: none;
        margin: 0;
        padding: 10px 10px;
        float: none;
        position: absolute;
        right: 0;
        top: 20px;
        z-index: 99999999999;
        text-align: left;
    }

    #nav a {
        display: block;
        padding: 10px 0 8px;
        margin: 0;
        text-decoration: none;
        font: 16px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
        color: #8c9ca5;
    }

    #nav a:hover {
        text-decoration: none;
        color: #ffffff;
    }

    #nav li:hover a {
        text-decoration: none;
        color: #ffffff;
    }

    #nav li {
        float: none;
        width: 100%;
        display: block;
        padding: 0;
        margin: 0;
        background: none;
        border-bottom: 1px solid #4e6c7c;
    }

    #nav li:after {
        content: "";
        margin-left: 0;
    }

    #nav li.selected a {
        text-decoration: none;
        color: #ffffff;
        background: none;
        border-bottom: none;
    }

    #nav li:first-child {
        padding-left: 0;
    }

    #nav li:last-child a {
        padding-right: 0;
        border-bottom: none;
    }

    #nav li:last-child {
        border-bottom: none;
    }

    .banner_container {
        margin-top: -263px;
    }

    .banner_content h2 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .banner_content a.take_tour {
        margin-top: 20px;
    }

    .academy_left {
        width: 100%;
        text-align: center;
    }

    .academy_right {
        width: 100%;
        margin-top: 30px;
        text-align: center;
        padding: 0 60px;
    }

    .academy_right h2:after {
        width: 130px;
        left: 50%;
        margin-left: -65px;
    }

    .service_list_area {
        margin-top: 10px;
    }

    .service_list_left {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .service_list_right {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .service_list_right ul {
        text-align: center;
    }

    .service_list_right li {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 280px;
    }

    .service_list_right li i {
        float: none;
        margin: 0 0 20px;
        display: inline-block;
    }

    .service_list_right li span {
        width: 100%;
    }

    .about_wrap,
    .academy_wrap,
    .service_wrap,
    .get_started_wrap,
    footer,
    .inner_content_wrap {
        padding: 30px 0;
    }

    .forum_box ul {
        margin-left: 0;
    }

    .forum_box li.white_dv {
        background: none;
    }

    .forum_box li.black_dv {
        background: none;
    }

    .forum_box li {
        width: 100%;
        margin-left: 0;
        background: #eceaea !important;
    }

    .forum_box li:nth-child(even) {
        background: #f7f6f6 !important;
    }

    .banner_title {
        padding: 30px 0;
        font-size: 20px;
    }

    .banner_title span {
        font-size: 28px;
    }

    .apps_content_left h2 {
        font-size: 30px;
        line-height: 28px;
    }
}

@media screen and (max-width:639px) {
    .row {
        width: 480px;
    }

    .back_cur_charge {
        text-align: center;
    }

    .banner_container {
        margin-top: 0;
    }

    .banner_content {
        margin-top: 30px;
    }

    .banner_content h2 {
        color: #111111;
    }

    .banner_content h4 {
        color: #3a3a3a;
    }

    .banner_content p {
        font: 16px/24px "montserratlight", Arial, Helvetica, sans-serif;
        color: #656565;
    }

    .banner_content a.take_tour {
        border: none;
        background: #f7941e;
    }

    .banner_content a.take_tour:hover {
        background: #193550;
    }

    .banner_login_box {
        margin-top: 60px;
    }

    .academy_right {
        padding: 0;
    }

    .service_list_right li {
        width: 220px;
    }

    .acc_popup_box.disapprove {
        width: 100%;
    }

    .acc_popup_box.comment_edit {
        width: 100%;
    }

    .comment_form textarea {
        width: 80%;
    }

    .apps_screenshot_box li {
        width: 50%;
    }

    .results_view table,
    .results_view thead,
    .results_view tbody,
    .results_view th,
    .results_view td,
    .results_view tr {
        display: block;
    }

    .results_view table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .results_view table tbody tr td {
        position: relative;
        padding-left: 40%;
        text-align: left;
        border-left: 1px solid #b8b8b8;
    }

    .results_view table tbody tr:first-child td:first-child {
        border-top: 1px solid #b8b8b8;
    }

    .results_view table tbody tr:nth-child(even) {
        background: #f6f6f4;
        border-top: 1px solid #b8b8b8;
        border-bottom: 1px solid #b8b8b8;
    }

    .results_view table tbody tr td:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        height: 100%;
        padding: 10px;
        white-space: nowrap;
        font-family: 'montserratsemibold';
        font-size: 14px;
    }

    .results_view table tbody tr td:nth-of-type(1):before {
        content: "Question:";
    }

    .results_view table tbody tr td:nth-of-type(2):before {
        content: "Type:";
    }

    .results_view table tbody tr td:nth-of-type(3):before {
        content: "Given Answer:";
    }

    .results_view table tbody tr td:nth-of-type(4):before {
        content: "Right Answer:";
    }

    .results_view table tbody tr td:nth-of-type(5):before {
        content: "Result:";
    }

    .results_view table tbody tr:last-child td {
        padding-left: 10px;
    }

    .results_view table tbody tr:last-child td:before {
        display: none;
    }

    .my_account_row h2 {
        font-size: 18px;
    }

    .my_account_view table,
    .my_account_view thead,
    .my_account_view tbody,
    .my_account_view th,
    .my_account_view td,
    .my_account_view tr {
        display: block;
    }

    .my_account_view table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .my_account_view table tbody tr td {
        position: relative;
        padding-left: 40%;
        text-align: left;
        border-left: 1px solid #dcdcdc;
    }

    .my_account_view table tbody tr:hover {
        background: none;
    }

    .my_account_view table tbody tr:first-child td:first-child {
        border-top: 1px solid #dcdcdc;
    }

    .my_account_view table tbody tr:nth-child(even) {
        background: #f6f6f4;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }

    .my_account_view table tbody tr td:before {
        content: attr(data-th)":";
        position: absolute;
        top: 0;
        left: 0;
        width: 26%;
        height: 100%;
        padding: 10px;
        white-space: nowrap;
        font-family: 'montserratsemibold';
        font-size: 13px;
    }

    .my_account_view table tbody tr td.no_record_found {
        padding-left: 10px;
        text-align: center;
    }

    .my_account_view table tbody tr td.no_record_found:before {
        display: none;
    }

    .forum_thread_area .select_assigned span {
        width: 210px;
    }

    .forum_thread_bottom textarea {
        width: 80%;
    }

    .ui-dialog {
        width: 100% !important;
    }

    .forum_thread_area .thread_heading {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .nav_wrap {
        margin-top: 0;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .header_right {
        width: 100%;
        margin-top: 0;
    }

    .nav_wrap a#pull {
        top: -120px;
    }

    #nav,
    #nav ul {
        top: -80px;
    }

    .home_language {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .language_select {
        width: 100%;
        text-align: center;
    }

    .header_right_call {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .header_right_call a {
        display: inline-block;
    }

    .top_wrap_right ul {
        margin: 0 0 15px;
    }

    .banner_login_box {
        padding: 15px;
    }

    .banner_content h2,
    .about_wrap h2,
    .academy_right h2,
    .service_wrap h2,
    .inner_content_wrap h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .service_list_right li {
        width: 100%;
        padding: 0 40px;
    }

    .popup_box {
        width: 100%;
        padding: 20px 10px;
    }

    .popup_box h2 {
        font-size: 16px;
        line-height: 18px;
    }

    .f_password h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .top_wrap_left {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .top_wrap_right {
        width: 100%;
        text-align: center;
    }

    .top_wrap_right ul {
        float: none;
        display: inline-block;
        margin-top: 15px;
    }

    .acc_popup_box {
        width: 100%;
    }

    .comment_form textarea {
        width: 74%;
    }

    .forum_box li {
        padding: 10px;
    }

    .forum_thread_area .select_assigned span {
        width: 100%;
        margin-right: 0;
    }

    .thread_count {
        font-size: 21px;
    }

    .forum_box li .forum_box_col {
        width: 100%;
    }

    .forum_box li .forum_box_col.right {
        width: 100%;
        padding-left: 87px;
        margin-top: 5px;
    }

    .form_box_col {
        width: 100%;
    }

    .form_box_col.right {
        margin-top: 30px;
    }

    .popup_form_col .isd_code {
        width: 40%;
    }

    .popup_form_col .mobile {
        width: 55%;
    }

    .inner_content_wrap ol {
        padding-left: 15px;
    }

    .account_details_left li {
        margin: 0 15px;
    }

    .account_details_left li:first-child {
        margin-left: 15px;
    }

    .apps_tab_wrap li {
        width: 50%;
    }

    .apps_tab_wrap li a {
        text-align: center;
        padding: 10px 10px;
    }

    .apps_content_left h2 {
        font-size: 22px;
    }

    .qr_bottom_row {
        width: 100%;
    }

    .search_box {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    .service_list_right li {
        padding: 0 30px;
    }

    .message_content_row .message_auth {
        width: 40px;
        height: 40px;
    }

    .message_content_row .thread_box {
        min-width: 220px;
        max-width: 72%;
    }
}

@media screen and (max-width:320px) {
    .banner_login_box {
        padding: 10px;
    }

    .service_list_right li {
        padding: 0 20px;
    }
}

.student_dash_select {
    float: left;
    margin-top: -7px;
    margin-top: -3px;
    margin-left: -55px;
}

.student_dash_select::after {
    content: "\f107";
    font-size: 12px;
    font-family: 'FontAwesome';
    color: #a3a3a3;
    pointer-events: none;
    position: relative;
    top: 5px;
    left: 73px;
}

.student_dash_select p {
    display: inline-block;
    font: 14px/18px 'montserratlight', Arial, Helvetica, sans-serif;
    color: #132f4b;
}

.student_dash_select select {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    float: left;
    outline: 0;
    background: none;
    border: 1px solid #cdcdcd;
    outline: 0;
    font: 14px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #111111;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
}

@media screen and (max-width:767px) {
    .student_dash_select {
        margin: 7px auto;
        text-align: center;
        margin: 7px auto;
        text-align: center;
        width: 50% !important;
        float: none !important;
    }

    .student_dash_select p {
        display: inline-block;
        font: 14px/18px 'montserratlight', Arial, Helvetica, sans-serif;
        color: #132f4b;
    }

    .student_dash_select select {
        display: inline-block;
        width: 100%;
        padding: 5px 10px;
        margin: 0;
        float: left;
        outline: 0;
        background: none;
        border: 1px solid #cdcdcd;
        outline: 0;
        font: 14px/18px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
        color: #111111;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        float: right;
    }

    .student_dash_select {
        float: left;
        margin-top: -7px;
    }

    .student_dash_select::after {
        content: "\f107";
        font-size: 12px;
        font-family: 'FontAwesome';
        color: #a3a3a3;
        pointer-events: none;
        position: relative;
        top: 23px;
        left: 3px;
    }
}

.counter_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
}

.counter_wrap .counter_box {
    width: 100%;
    margin: -70px 0 0;
    float: left;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.counter_wrap .counter_box .boxed {
    width: 33.333%;
    margin: 0;
    float: left;
    padding: 25px;
    text-align: center;
    position: relative;
}

.counter_wrap .counter_box .boxed:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    background: #bebebe;
    margin-top: -8px;
}

.counter_wrap .counter_box .boxed:first-of-type:before {
    display: none;
}

.counter_wrap .counter_box .boxed>i {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.counter_wrap .counter_box .boxed>span {
    display: inline-block;
    vertical-align: top;
    min-width: 110px;
    text-align: left;
}

.counter_wrap .counter_box .boxed h3 {
    margin: 0 0 5px;
    font: 40px/30px 'montserrat_rgbold', Arial, Helvetica, sans-serif;
    color: #111111;
}

.counter_wrap .counter_box .boxed h5 {
    margin: 0;
    font: 16px/20px 'montserrat_rgregular', Arial, Helvetica, sans-serif;
    color: #747273;
    text-transform: uppercase;
}

@media screen and (max-width:979px) {
    .counter_wrap .counter_box {
        margin: 60px 0 0;
    }
}

@media screen and (max-width:767px) {
    .counter_wrap .counter_box .boxed {
        width: 100%;
        padding: 30px 25px;
    }

    .counter_wrap .counter_box .boxed:before {
        top: 0;
        left: 50%;
        width: 30px;
        height: 1px;
        margin-top: 0;
        margin-left: -15px;
    }

    .counter_wrap .counter_box .boxed>i {
        display: block;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .counter_wrap .counter_box .boxed>span {
        display: block;
        text-align: center;
    }
}