/*
*  html5resetcss
*/

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

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

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
}

body {
    background: #fff !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1;
    top: 0 !important;
}

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: none
}

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

ins {
    background-color: #ff9;
    color: var(--btxt);
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: var(--btxt);
    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
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ABB8E0;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ABB8E0;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ABB8E0;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ABB8E0;
}

#backToTop {
    background: url(images/back-to-top.png) 0 0 no-repeat;
    background-size: 80px 80px;
    height: 80px;
    width: 80px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

body.dark #backToTop {
    background-image: url(images/back-to-top-yellow.png);
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100px;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* Custom CSS
============================================= */

.container {
    width: 100% !important;
    max-width: 1570px;
    margin: 0 auto;
    display: block;
}

.header {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.header .container {
    max-width: 1760px;
}

.header_top {
    background: var(--bg-green);
    width: 100%;
    float: left;
}

.top_txt_left {
    float: left;
    padding: 20px 0;
}

.top_txt_left a.link1 {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--headerBlackTxt);
    padding: 0 10px 0 0;
    text-transform: uppercase;
}

.top_txt_left a.link1:hover {
    text-decoration: underline !important;
}

.h_top_right {
    float: right;
    padding: 20px 0;
}

.h_top_right a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--headerBlackTxt);
    display: block;
    float: left;
    padding: 0 10px;
    border-right: 1px solid var(--headerBlackTxt);
}

.h_top_right a:hover {
    text-decoration: underline !important;
}

.txt_size {
    float: left;
    border-right: 1px solid var(--headerBlackTxt);
    margin: 0 5px;
    padding-right: 5px;
}

.txt_size a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    border: none;
}

#decreasetext {
    background: url(images/txt-minus.png) 0 0 no-repeat;
    background-size: contain;
}

#resettext {
    background: url(images/txt-actual.png) 0 0 no-repeat;
    background-size: contain;
}

#increasetext {
    background: url(images/txt-plus.png) 0 0 no-repeat;
    background-size: contain;
}

.dark #decreasetext {
    background: url(images/w-txt-minus.png) 0 0 no-repeat;
    background-size: contain;
}

.dark #resettext {
    background: url(images/w-txt-actual.png) 0 0 no-repeat;
    background-size: contain;
}

.dark #increasetext {
    background: url(images/w-txt-plus.png) 0 0 no-repeat;
    background-size: contain;
}

.theme_btn {
    float: left;
    border-right: 1px solid var(--headerBlackTxt);
    /* margin-right: 5px; */
    padding-right: 5px;
}

.theme_btn a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    border: none;
}

.language {
    margin-right: 5px;
    float: left;
}

.language a:last-child {
    border: none;
    padding-right: 0;
}

a.close_btn {
    display: none;
}

.header_center {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid var(--btxt);
}

.dark .header_center {
    border-color: #ABB8E0;
}

.site_logo {
    float: left;
}

.site_logo figure {
    float: left;
    width: auto;
    height: 100px;
}

.site_logo figure>img {
    width: auto;
    height: 100%;
}

.site_logo figure>img:last-child {
    display: none;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}

body.dark .site_logo figure>img:first-child {
    display: none;
}

body.dark .site_logo figure>img:last-child {
    display: block;
}

.site_logo a {
    display: block;
    float: left;
}

.site_logo figure>img:first-child {
    border-right: 1px solid #ABB8E0;
    padding-right: 10px;
    margin-right: 10px;
}

.site_logo a span {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
}

.site_logo a span img:last-child {
    display: none;
}

.dark .site_logo a span img:last-child {
    display: block;
}

.dark .site_logo a span img:first-child {
    display: none;
}

.site_logo a strong {
    display: block;
    overflow: hidden;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    /*white-space: nowrap;*/
    color: var(--headerBlueTxt);
    text-transform: uppercase;
    padding: 11px 0 0 10px;
}

.site_logo a strong small {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 10px;
    text-transform: uppercase;
    color: var(--headerBlackTxt);
}

.logo_img {
    float: right;
    width: auto;
    height: 100px;
}

.header_bottom {
    background: var(--blue-bg);
    width: 100%;
    height: 60px;
    float: left;
    position: relative;
    margin-top: -1px;
    z-index: 1;
}

.header_nav {
    float: left;
}

.header_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_nav ul>li {
    float: left;
    padding: 20px 14px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.header_nav li:first-child {
    padding-left: 0;
}

.header_nav ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--wtxt);
    cursor: pointer;
    position: relative;
}

.header_nav ul>li:hover>a {
    color: #F5FFAF;
}

.nav-drp-arw {
    position: absolute;
    right: -15px;
    top: 10px;
    cursor: pointer;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
}

.nav-drp-arw.current {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/* .header_nav ul ul {
    background: var(--w-bg);
    border: 1px solid #001F67;
    width: 300px;
    position: absolute;
    left: 0;
    top: 54px;
    display: none;
    overflow: hidden;
    padding: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
} */


/* .header_nav ul ul>li {
    width: 100%;
    padding: 0;
} */

.header_nav ul ul>li a {
    display: block;
    color: var(--btxt);
    border: 1px solid #ABB8E0;
}

.header_nav ul ul>li:hover a {
    background: #001F67;
    color: #fff;
}

.dark .header_nav ul ul>li:hover a {
    background: #fff;
    color: var(--btxt) !important;
}

.header_nav ul ul>li>a {
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: var(--btxt);
    padding: 6px 20px;
}

.submenu {
    background: #fff;
    width: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 60px;
    padding: 30px 0 10px;
    z-index: 2;
    text-align: left;
    box-shadow: 0px 4px 4px 0px var(--btxt)00040;
}

.submenu h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #101010;
    margin: 0 0 30px;
}

.submenu ul {
    list-style: none;
    padding: 0;
    margin: 0 -0.7%;
}

.submenu li {
    /* width: 15.5% !important; */
    float: left;
    margin: 0 0.7% 30px;
    padding: 0 !important;
}

.submenu li a {
    background: #fff;
    border: 1px solid #ABB8E0;
    text-align: left;
    font-weight: 600;
    height: 80px !important;
    color: #101010;
    padding: 0 !important;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.submenu li a span {
    display: table !important;
}

.submenu li a em {
    display: table;
    font-style: normal;
    height: 100%;
    padding: 10px 20px !important;
}

.submenu li a i {
    font-style: normal;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 27px;
}

.submenu li:hover a {
    background: #F5FFAF !important;
    color: var(--btxt) !important;
}

.submenu li a sub {
    bottom: 0;
    font-size: 10px;
}

.submenu span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #101010;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ABB8E0;
}

.login_btn {
    float: right;
    margin-top: 9px;
}

.login_btn a {
    background: var(--w-bg);
    height: 44px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--btxt);
    display: block;
    float: left;
    border: 1px solid transparent;
    text-align: center;
    margin-left: 10px;
    padding: 11px 9px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.login_btn a:hover {
    background: var(--bg-green) !important;
    color: var(--btxt) !important;
}

.login_btn a:last-child {
    background: #FF8000;
}

.login_btn a:nth-last-child(2) {
    background: #FEEA00;
}

.dark .footer .login_btn a:last-child {
    background: #FEEA00;
    color: var(--btxt);
}

.login_btn a:last-child {
    background: transparent;
    border-color: var(--w-bg);
    color: var(--wtxt);
}

.dark .login_btn a:first-child,
.dark .footer .login_btn a:first-child {
    background: #fff;
    color: var(--btxt);
    border-color: transparent;
}

.dark .login_btn a:nth-last-child(2) {
    color: var(--btxt);
}

.dark .footer .login_btn a:first-child:hover {
    border-color: #FEEA00;
}

.dark .login_btn a:last-child {
    border-color: #fff;
}

.c_panel_1 {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.c_panel_1 h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    color: var(--btxt);
    margin: 0 0 20px;
}

.c_panel_1 small {
    display: block;
    color: var(--btxt);
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}

a.button1 {
    background: var(--blue-bg) url(images/btn-arrow-white.png) 94% center no-repeat;
    background-size: 50px 50px;
    width: 300px;
    height: 80px;
    margin: 0 auto 60px;
    display: block;
    color: var(--wtxt);
    padding: 20px 60px 20px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

a.button1:hover {
    background: var(--black-bg) url(images/btn-arrow-white.png) 94% center no-repeat;
    background-size: 50px 50px;
}

.c_panel_1 h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: var(--btxt);
    margin: 0 0 75px;
}

.img_block1 {
    background: url(images/img5.png) center bottom no-repeat;
    background-size: 100% 100px;
    width: 100%;
    float: left;
    padding-bottom: 40px;
    position: relative;
}

.tag {
    width: 200px;
    position: absolute;
    right: -35px;
    top: 35%;
}

.tag img:last-child {
    display: none;
}

.dark .tag img:first-child {
    display: none;
}

.dark .tag img:last-child {
    display: block;
}

.img_block1 ul {
    list-style: none;
    margin: 0 -0.7%;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.img_block1 li {
    display: inline-block;
    vertical-align: top;
    width: 21.2%;
    margin: 0 0.7%;
}

.home_nonify_panel {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-bottom: 100px;
}

.home_nonify_panel .container {
    position: relative;
}

.c_slider_arrow {
    position: absolute;
    right: 0;
    top: 0;
}

.c_slider_arrow a.prev {
    background: url(images/prev-arrow-black.png) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

body.dark .c_slider_arrow a.prev {
    background-image: url(images/prev-arrow-yellow.png);
}

body.dark .c_slider_arrow a.next {
    background-image: url(images/next-arrow-yellow.png);
}

.c_slider_arrow a.next {
    background: url(images/next-arrow-black.png) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.h_txt {
    width: 100%;
    float: left;
}

.h_txt h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 80px;
    color: var(--btxt);
    margin: 0 0 50px;
}

.notification_slider {
    width: 100%;
    float: left;
}

.notification_slider_holder {
    width: 2000px;
    float: left;
}

.notification_slider_holder .slick-track {
    margin: 0;
}

.notification_slider .item {
    padding-right: 20px;
}

.notify_slide_cont {
    width: 100%;
    border: 1px solid #ABB8E0;
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.notify_slide_cont p {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: var(--btxt);
    height: 120px;
    margin-bottom: 20px;
    overflow: hidden;
}

.notify_slide_cont a {
    background: url(images/black-arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
}

body.dark .notify_slide_cont a {
    background-image: url(images/next-arrow-yellow.png);
}

.h_line {
    background: var(--line-bg);
    width: 100%;
    height: 1px;
    float: left;
}

.c_panel_2 {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.c_panel_2 .h_txt {
    width: 32.4%;
}

.c_panel_2 .h_txt figure {
    width: 200px;
    position: relative;
    margin-top: -20px;
}

.c_panel_2_txt {
    width: 66.2%;
    float: right;
    margin-bottom: 70px;
}

.c_panel_2_txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-align: justify;
    margin-bottom: 30px;
    color: var(--btxt);
}

.c_panel_2_txt a.button1 {
    background: var(--black-bg) url(images/btn-arrow-white.png) 94% center no-repeat;
    background-size: 50px 50px;
    margin: 0 0 30px;
}

.c_panel_2_txt h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 20px;
    color: var(--btxt);
}

.c_panel_2_txt strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 20px;
    color: var(--btxt);
}

.c_panel_2_txt h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 40px;
    color: var(--btxt);
}

.c_panel_2_txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c_panel_2_txt li {
    background: rgb(254 234 0 / 50%);
    position: relative;
    width: 85%;
    height: 70px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: var(--btxt);
    margin-bottom: 20px;
    border: 1px solid var(--line-bg);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.c_panel_2_txt li i {
    display: block;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 70px;
    color: var(--btxt);
    padding-right: 30px;
    font-style: normal;
}

.c_panel_2_txt li span {
    padding: 15px 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.c_panel_2_txt li em {
    background: #FEEA00;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--line-bg);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.flagship_panel {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.flagship_panel .h_txt {
    text-align: center;
}

.flagship_panel ul {
    list-style: none;
    padding: 0;
    margin: 0 -0.9% 70px;
}

.flagship_panel ul::before,
.flagship_panel ul::after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: '';
}

.flagship_panel li {
    width: 31.4%;
    height: 150px;
    float: left;
    margin: 0 0.9% 30px;
    padding: 32px 36px 38px 151px;
    position: relative;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.flagship_panel li img {
    position: absolute;
    width: 100px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.flagship_panel li strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 7px;
}

.flagship_panel li small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.c_panel_3 {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #C1D2EB;
}

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

.c_panel_3_slider .slick-list {
    padding: 0 0% 0 0 !important;
}

.c_panel_3 .item {
    padding-right: 20px;
}

.exam_center_panel {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.action_block {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.a_b_link {
    margin: 0 -0.3%;
}

.a_b_link a {
    width: 13.6%;
    height: 80px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    float: left;
    margin: 0 0.3% 10px;
    padding: 25px 0;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
}

.a_b_link a:hover {
    background: var(--yellow-bg);
    color: var(--btxt);
}

.faq_panel {
    width: 100%;
    float: left;
    padding-bottom: 230px;
}

.faq_panel .h_txt {
    width: 32.4%;
}

.faq_panel .h_txt a.button1 {
    background: var(--black-bg) url(images/btn-arrow-white.png) 94% center no-repeat;
    background-size: 50px 50px;
    margin: 0;
}

.faq_panel .h_txt a.button1:hover {
    background: var(--blue-bg) url(images/btn-arrow-white.png) 94% center no-repeat;
    background-size: 50px 50px;
}

.faq_panel_cont {
    width: 66.2%;
    float: right;
}

.faq_panel_cont h4 {
    background: url(images/next-arrow-black.png) right 15px no-repeat;
    background-size: 50px 50px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
    color: var(--btxt);
    width: 100%;
    float: left;
    padding: 26px 55px 26px 0px;
    border-bottom: 1px solid var(--line-bg);
    position: relative;
}

body.dark .faq_panel_cont h4 {
    background-image: url(images/next-arrow-yellow.png);
}

body.dark .faq_panel_cont h4.current {
    background-image: url(images/down-arrow-yellow.png);
}

.faq_panel_cont h4.current {
    background: url(images/down-arrow.png) right 15px no-repeat;
    background-size: 50px 50px;
    border: none;
}

.faq_cont {
    width: 100%;
    float: left;
    display: none;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--line-bg);
}

.faq_panel h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    color: var(--btxt);
    margin: 0 0 30px;
}

.faq_panel_cont.show h4 {
    background: url(images/down-arrow.png) right 15px no-repeat;
    background-size: 50px 50px;
    border: none;
}

.faq_panel_cont.show h4.current {
    background: url(images/next-arrow-black.png) right 15px no-repeat;
    background-size: 50px 50px;
    border-bottom: 1px solid var(--line-bg);
}

.faq_panel_cont.show .faq_cont {
    /*display: block;*/
}

.faq_cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--btxt);
}

.faq_cont p strong {
    font-weight: 700;
}

.faq_cont p strong a {
    color: var(--btxt);
    display: inline-block;
    text-decoration: underline !important;
}

.footer {
    background: var(--bg-green);
    width: 100%;
    float: left;
}

.footer_top {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--headerBlackTxt);
}

.footer h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px;
    color: var(--headerBlackTxt);
}

.footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--headerBlackTxt);
}

.footer_widget {
    width: 23%;
    margin-right: 3.2%;
    float: left;
}

.footer_widget:nth-child(2) {
    width: 34%;
}

.footer_widget:nth-child(3) {
    width: 17%;
}

.footer_widget:nth-child(4) {
    width: 13%;
    margin: 0;
    padding-left: 32px;
    float: right;
    text-align: right;
    border-left: 1px solid var(--headerBlackTxt);
}

.footer_widget:nth-child(4) p {
    text-align: right;
}

.footer_bottom {
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--headerBlackTxt);
}

.f_logo_area {
    float: left;
    padding: 30px 0;
}

.footer .login_btn {
    margin: 53px 30px 0 0;
}

.footer .logo_img {
    margin-top: 26px;
}

.footer .login_btn a:nth-child(1) {
    background: var(--w-bg);
    color: var(--btxt);
    border-color: var(--btxt);
}

.footer .login_btn a:nth-child(2) {
    background: var(--black-bg);
    color: var(--wtxt);
    border-color: var(--btxt);
}

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

.page_title.center {
    text-align: center;
    margin-bottom: 50px;
}

.page_title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    color: var(--btxt);
    margin: 0;
}

.page_body h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: var(--btxt);
    margin: 0 0 20px;
}

.page_body {
    width: 100%;
    float: left;
}

.notification_content {
    width: 100%;
    float: left;
    padding-bottom: 360px;
}

.custom_table {
    width: 100%;
    float: left;
}

.custom_table table {
    width: 100%;
    table-layout: auto;
    border: 1px solid var(--line-bg);
}

.custom_table_scroll {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}


/*.custom_table_scroll table {
    width: 900px !important;
}*/

.custom_table table th {
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--btxt);
    white-space: nowrap;
    border: 1px solid var(--line-bg);
}

.custom_table table td {
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: var(--btxt);
    white-space: nowrap;
    border: 1px solid var(--line-bg);
}

.custom_table table td span {
    display: inline-block;
    vertical-align: middle;
}

.custom_table table td span img {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    margin: 0 20px 0 0;
}

.custom_table table td span a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.download_content {
    width: 100%;
    float: left;
    /* padding-bottom: 250px; */
}

.custom_tab_nav {
    width: 100%;
    float: left;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--line-bg);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.custom_tab_nav a {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 50px;
    color: var(--btxt);
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.custom_tab_nav a.current {
    color: var(--blue-txt);
}

body.dark .custom_tab_nav a {
    color: #fff;
}

body.dark .custom_tab_nav a.current {
    color: #FEEA00;
}

body.dark .custom_tab_nav a.current:after {
    background: #FEEA00;
}

.custom_tab_nav a.current:after {
    background: var(--blue-bg);
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -20px;
    content: '';
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.custom_tab_container {
    width: 100%;
    float: left;
}

.custom_tab_content {
    width: 100%;
    float: left;
    display: none;
}

.custom_tab_content h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 30px;
    color: var(--btxt);
}

.child_tab {
    width: 100%;
    float: left;
}

.child_tab_nav {
    width: 100%;
    float: left;
    font-size: 0;
    margin-bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
}

.child_tab_nav::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.child_tab_nav a {
    width: 180px;
    height: 70px;
    padding: 15px;
    margin-right: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    margin-right: 20px;
    color: var(--btxt);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid var(--btxt);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.child_tab_nav a sup {
    position: relative;
    top: -5px;
    font-size: 14px;
}

.child_tab_nav a.current,
.child_tab_nav a:hover {
    background: var(--blue-bg);
    border-color: var(--blue-bg);
    color: var(--wtxt);
}

.child_tab_container {
    width: 100%;
    float: left;
}

.child_tab_content {
    width: 100%;
    float: left;
}

.child_tab_content h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--btxt);
    margin: 0 0 30px;
}

.child_tab_nav1 {
    width: 100%;
    float: left;
    font-size: 0;
    margin-bottom: 40px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
}

.child_tab_nav1::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.child_tab_nav1 a {
    width: 220px;
    height: 70px;
    padding: 15px;
    margin-right: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    margin-right: 20px;
    color: var(--btxt);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid var(--btxt);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.child_tab_nav1 a.current,
.child_tab_nav1 a:hover {
    background: var(--blue-bg);
    border-color: var(--blue-bg);
    color: var(--wtxt);
}

.child_tab_container1 {
    width: 100%;
    float: left;
}

.child_tab_content1 {
    width: 100%;
    float: left;
    display: none;
}

.c_block {
    width: 100%;
    float: left;
}

.c_block ul {
    list-style: none;
    padding: 0;
    margin: 0 -1%;
}

.c_block li {
    float: left;
    width: 23%;
    margin: 0 1%;
    padding: 20px;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.c_block li figure {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.c_block li span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--btxt);
    margin-left: 10px;
    padding-bottom: 10px;
}

.c_block li strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--btxt);
    margin-left: 10px;
    padding-bottom: 20px;
    word-break: break-word;
    min-height: 115px;
}

.c_block li>a {
    width: 30px;
    height: 30px;
    display: block;
    margin-left: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.c_block li>a img:last-child {
    display: none;
}

body.dark .c_block li>a img:last-child {
    display: block;
}

body.dark .c_block li>a img:first-child {
    display: none;
}

.c_block.odd li span {
    font-weight: 700;
}

.c_block .info {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    float: left;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 8px 16px 16px;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
}

.c_block .info br {
    display: none;
}

.c_block .info.green {
    background: #52C91C;
}

.c_block .info.pink {
    background: #F43FC7;
    margin-top: 10px;
}

.c_block .info a {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    position: relative;
    top: 0;
    right: 5px;
}

.custom_search_bar {
    width: 450px;
    float: right;
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_search_bar input {
    background: transparent url(images/search-icon.png) 16px center no-repeat;
    background-size: 24px auto;
    width: 100%;
    height: 60px;
    height: auto;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--btxt);
    margin: 0;
    padding: 20px 10px 20px 50px;
}

body.dark .custom_search_bar input {
    background: transparent url(images/search-icon-yellow.png) 16px center no-repeat;
    background-size: 24px auto;
}

.custom_tab .custom_search_bar {
    position: relative;
    margin-top: -80px;
    z-index: 2;
}

.custom_tab .custom_table {
    margin-top: 15px;
}

.faq_panel_cont.full {
    width: 100%;
    margin: 0;
}

.exam_result {
    width: 100%;
    max-width: 500px;
    margin: 60px auto 217px;
    text-align: center;
}

.exam_result::before,
.exam_result::after {
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
    content: '';
}

.result_cont {
    padding: 30px 50px 37px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: 1px solid var(--line-bg);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.result_cont h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 37.8px;
    text-align: center;
    color: var(--btxt);
    margin-bottom: 20px;
}

.result_cont small {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    color: var(--btxt);
    padding-bottom: 30px;
}

.custom_form {
    width: 100%;
    float: left;
}

.form_field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.custom_form strong {
    display: block;
    padding-bottom: 10px;
    font-size: 11px;
    font-weight: 500;
    line-height: 17.64px;
    text-align: left;
    color: var(--btxt);
    position: relative;
}

.custom_form strong small {
    font-size: 14px;
    color: var(--line-bg);
    display: inline-block;
    padding: 0;
    line-height: 15px;
}

.custom_form em {
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
    color: var(--btxt);
    font-style: normal;
}

.custom_form em a {
    text-align: center;
    display: block;
    font-weight: 600;
    color: var(--btxt);
    margin-bottom: 65px;
}

.custom_form em a:hover {
    color: var(--blue-txt);
}

.dark .custom_form em a:hover {
    color: #fff;
}

.custom_form input {
    background: transparent;
    width: 100%;
    height: 60px;
    padding: 16px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
    outline: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_form select {
    background: transparent url(images/black-drop-icon.png) 95% center no-repeat;
    background-size: 16px auto;
    width: 100%;
    height: 60px;
    padding: 16px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
    outline: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom_form textarea {
    background: transparent;
    width: 100%;
    height: 100px;
    padding: 21px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
    outline: none;
    resize: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.custom_form input.custom_datepicker,
.custom_form input.yearpicker {
    background: url(images/calendar.png) 97% center no-repeat;
    background-size: 24px 24px;
}

.dark .custom_form input.custom_datepicker,
.dark .custom_form input.yearpicker {
    background: url(images/calendar-yellow.png) 97% center no-repeat;
    background-size: 24px 24px;
}

.custom_form input[type="submit"] {
    background: #ABB8E0;
    width: 300px;
    height: 70px;
    display: block;
    margin: 0 auto;
    padding: 24px 10px 23px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: center;
    color: var(--wtxt);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.custom_form input[type="submit"]:hover {
    background: var(--blue-bg);
}

body.dark .custom_form input[type="submit"] {
    background: #FEEA00;
    color: var(--btxt);
}

a.back_top_home {
    width: 300px;
    height: 70px;
    display: block;
    margin: 0 auto;
    clear: both;
    padding: 24px 10px 23px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: center;
    color: var(--btxt);
    border: 1px solid var(--black-bg);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

a.back_top_home:hover {
    background: var(--black-bg);
    color: var(--wtxt);
}

.login_page_cont {
    width: 641px;
    float: left;
}

.login_page_cont h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 30px;
    color: var(--btxt);
}

.login_page_cont span {
    display: block;
    margin: 0 0 30px;
    color: var(--btxt);
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
}

.login_page_cont figure {
    width: 224px;
    margin: 0 26px 26px 0;
    float: left;
}

.login_form_area {
    width: 500px;
    float: right;
    padding: 30px 48px 30px;
    border: 1px solid var(--line-bg);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.login_tab {
    width: 100%;
    float: left;
}

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

.login_tab_nav a {
    width: 190px;
    height: 60px;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    color: var(--btxt);
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #ABB8E0;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.dark .login_tab_nav a {
    color: #fff;
}

.dark .login_tab_nav a.current {
    color: var(--btxt);
}

.login_tab_nav a:last-child {
    float: right;
}

.login_tab_nav a.current {
    background: #FEEA00;
    border-color: #FEEA00;
}

.login_tab_container {
    width: 100%;
    float: left;
}

.login_tab_cont {
    display: none;
    width: 100%;
    float: left;
}

.login_tab_container h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    text-align: left;
    margin: 0 0 20px;
    color: var(--btxt);
}

.login_tab_container small {
    display: block;
    margin: 0 0 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: var(--btxt);
}

.pass-box {
    position: relative;
    width: 100%;
    float: left;
}

.pass-box span {
    background: url(images/pass-hide-icon.png) 0 0 no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pass-box span.show {
    background-image: url(images/pass-show-icon.png);
}

.dark .pass-box span {
    background: url(images/pass-hide-icon-yellow.png) 0 0 no-repeat;
    background-size: cover;
}

.dark .pass-box span.show {
    background-image: url(images/pass-show-icon-yellow.png);
}

.login_footer {
    background: var(--bg-green);
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    font-size: 0;
    margin-top: 150px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.login_footer span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    color: var(--btxt);
    padding: 0 20px;
}


/* .login_footer span:first-child {
    border-right: 1px solid var(--btxt);
} */

.login_footer span a {
    font-weight: 700;
    color: var(--btxt);
}

.custom_form small strong {
    font-weight: 700;
    display: inline-block;
}

a.backBtn {
    width: 120px;
    height: 60px;
    display: block;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: center;
    text-transform: uppercase;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
    margin-bottom: 30px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

a.backBtn:hover {
    background: var(--blue-bg);
    color: var(--wtxt);
}

.verify_code {
    width: 100%;
    float: left;
}

.verify_code input {
    width: 50px;
    height: 60px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.login_form_area.odd {
    margin-top: 100px;
}

.custom_form.success {
    text-align: center;
}

.custom_form.success img {
    width: 100px;
    height: 100px;
    margin: 0 auto 37px;
}

.custom_form.success h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    margin: 0 0 20px;
    color: var(--btxt);
    text-align: center;
}

.custom_form.success span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    color: var(--btxt);
    padding-bottom: 25px;
    display: block;
}

.custom_form.success h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 37.8px;
    text-align: center;
    margin: 0 0 26px;
    color: var(--btxt);
}

.custom_form.success p {
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    margin: 0 0 60px;
    color: var(--btxt);
}

.custom_form.success p strong {
    font-weight: 700;
    display: inline-block;
    padding: 0;
}

.application_form .steps {
    width: 390px;
    float: left;
    padding: 20px;
    margin-right: 30px;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.application_form .steps ul[role="tablist"] li {
    width: 100%;
    padding-bottom: 20px;
}

.application_form .steps ul[role="tablist"] li a {
    background: transparent !important;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: var(--btxt);
}

.application_form .steps ul[role="tablist"] li a .number {
    background: #ABB8E0;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.application_form .steps ul[role="tablist"] li.current a .number {
    background: #002184;
}

.application_form .steps ul[role="tablist"] li.done a .number {
    background: url(images/tick-icon.png) 0 0 no-repeat;
    background-size: cover;
    font-size: 0;
}

.application_form .steps ul[role="tablist"] li.current a {
    color: var(--btxt);
}

.application_form .content {
    /* width: 100%; */
    padding: 0 !important;
}

.application_form ul[role="menu"] li.disabled {
    display: none;
}

.application_form_top {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--line-bg);
}

.application_form_top a.backBtn {
    float: left;
}

.application_form h1 {
    padding-left: 303px;
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 58px;
    color: var(--btxt);
}

.wizard>.actions>ul {
    display: block;
    text-align: left;
    border-top: 1px solid var(--line-bg);
    overflow: hidden;
    padding-top: 30px;
}

.wizard>.actions>ul>li>a {
    background: var(--line-bg);
    width: 200px;
    height: 70px;
    padding: 24px 10px !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: center;
    color: var(--wtxt);
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -ms-border-radius: 40px !important;
    -o-border-radius: 40px !important;
}

.wizard>.actions>ul>li>a:hover {
    background: var(--blue-bg);
}

.step_form_area {
    width: 100%;
    float: left;
}

.step_form_area h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px;
    color: var(--btxt);
    display: inline-block;
}

.step_form_area ul {
    list-style: none;
    margin: 0 -0.9%;
    padding: 0;
}

.step_form_area ul::before,
.step_form_area ul::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
    clear: both;
}

.step_form_area li {
    float: left;
    width: 23.1%;
    margin: 0 0.9%;
    display: block;
}

.step_form_area li.full {
    width: 97.8% !important;
}

.step_form_area li.full select {
    background-position-x: 98.5%;
}

.step_form_area li.half {
    width: 48%;
}

.step_form_area li.half select {
    background-position-x: 96.5%;
}

.step_form_area .custom_form strong {
    padding-bottom: 20px;
}

.wizard>.content>.body {
    width: 100%;
    height: 100%;
}

.step_form_area h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    float: left;
    margin: 0 0 20px;
}

.chkBox {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--btxt);
    margin-right: 30px;
}

.chkBox input {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.chkBox input:checked+i {
    background-image: url(images/chk-active-img.png);
    background-size: contain;
}

.chkBox i {
    background: url(images/chk-img.png) 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.chkBox.round label i {
    background-image: url(images/radio.png);
}

.chkBox.round label input:checked+i {
    background-image: url(images/radio-chkd.png);
}

.chkBox label {
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    padding-right: 17px;
    padding-bottom: 10px;
}

.application_form {
    width: 100%;
    float: left;
}

.step_form_area li.full .h_line {
    margin-bottom: 20px;
}

.wizard>.content {
    min-height: 500px;
    height: 100%;
    /* height: 87vh; */
    margin: 0;
    /* overflow: hidden; */
    /* overflow-y: auto; */
    /* width: 100%; */
    /* float: left; */
}

.wizard>.content::-webkit-scrollbar {
    background: transparent;
    width: 1px;
    height: 5px;
}

.wizard>.content::-webkit-scrollbar-thumb {
    background-color: #ABB8E0;
}

.wizard>.actions {
    padding-left: 420px;
    margin-top: 50px;
}

.wizard>.content>.body {
    position: static;
}


/* .wizard>.content::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.3);
} */

.form_tab {
    width: 100%;
    float: left;
}

.form_tab_nav {
    width: 100%;
    float: left;
    font-size: 0;
    margin-bottom: 20px;
}

.form_tab_nav a {
    width: 250px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: var(--btxt);
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid var(--black-bg);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.form_tab_nav a.current {
    background: var(--blue-txt);
    color: var(--wtxt);
    border-color: var(--blue-txt);
}

.form_tab_container {
    width: 100%;
    float: left;
}

.form_tab_content {
    width: 100%;
    float: left;
    display: none;
}

.describe {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    margin: -1px 0 0 4px;
    /* pointer-events: none; */
}

.field_list li:nth-child(3),
.field_list li:nth-child(5) {
    width: 13.7%;
}

.field_list li {
    width: 21.2%;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--line-bg);
    padding: 8px 6px 8px 71px;
    display: block;
    /*width: calc(100% - 60px);
    */
    width: 100%;
    pointer-events: none;
    z-index: 20;
    height: 60px;
    color: var(--btxt);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.file-upload-wrapper:before {
    background: var(--black-bg);
    content: "Upload";
    position: absolute;
    top: 6px;
    left: 7px;
    display: inline-block;
    height: 50px;
    width: 60px;
    border: 1px solid var(--line-bg);
    color: var(--wtxt);
    font-weight: 400;
    z-index: 25;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    pointer-events: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.file-upload-wrapper>input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 60px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.form_tab_content .custom_form input.custom_datepicker {
    background-position-x: 89%;
}

.row_5 li {
    width: 18.2%;
}

.row_6 li.half {
    width: 53.7% !important;
}

.row_6 li:nth-child(1),
.row_6 li:nth-child(2) {
    width: 26%;
}

.row_6 li:nth-child(3),
.row_6 li:nth-child(4),
.row_6 li:nth-child(6),
.row_6 li:nth-child(7),
.row_6 li:nth-child(8) {
    width: 20.4%;
}

.experience_cont .h_line {
    margin-bottom: 20px;
}

a.add_sec_btn {
    background: #FEEA00;
    display: block;
    min-width: 260px;
    float: left;
    padding: 21px 10px;
    margin-bottom: 38px;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

a.add_sec_btn:hover {
    background: var(--black-bg);
    color: var(--wtxt);
}

.add_sec_btn.change {
    display: none !important;
}

.hide_sec {
    display: none !important;
}

.hide_sec.change {
    display: block !important;
}

a.remove_btn {
    background: #FFBBBB;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    padding: 21px 10px;
    display: none;
    margin-top: 38px;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: var(--btxt);
    /* border: 1px solid var(--line-bg); */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

a.remove_btn:hover {
    background: #FF2626;
    color: var(--wtxt);
}

.clone_section,
.clone_object,
.clone_section2,
.clone_object2 {
    width: 100%;
    float: left;
}

.note {
    width: 100%;
    float: left;
    padding-top: 30px;
    border-top: 1px solid var(--line-bg);
}

.note small {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    padding-bottom: 20px;
    color: var(--btxt);
}

.note strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    padding-bottom: 15px;
    color: var(--btxt);
}

.note em {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: var(--line-bg);
    font-style: normal;
}

a.button2 {
    background: var(--blue-bg);
    color: var(--wtxt);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    padding: 10px 35px;
    margin-bottom: 30px;
    height: 50px;
    display: block;
    float: right;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

a.button2:hover {
    background: var(--yellow-bg);
    color: var(--btxt);
}

.txt_box1 {
    width: 100%;
    float: left;
}

.txt_box1 img {
    width: 80px;
    margin: 0 0 20px;
}

.txt_box1 h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 20px;
    color: var(--btxt);
}

.txt_box1 h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px;
    color: var(--btxt);
    float: none;
}

.txt_box1 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--btxt);
}

.radio_panel .form_field {
    margin-right: 20px;
    float: left;
    width: auto;
}

.radio_box {
    width: 100%;
}

.radio_box span {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    position: relative;
    margin-right: 30px;
    margin-bottom: 20px;
}

.radio_box span>input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.radio_box span>input:checked+i {
    background: url(images/radio-chkd.png) 0 0 no-repeat;
    background-size: 30px 30px;
}

.radio_box span i {
    background: url(images/radio.png) 0 0 no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
}

.step_form_area h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: var(--btxt);
    margin: 0 0 30px;
}

.custom_form li h6 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 20px;
    float: right;
    color: var(--btxt);
}

.c_box4 {
    width: 100%;
    float: left;
    padding-top: 20px;
    border-top: 1px solid var(--line-bg);
}

.c_box4 strong {
    padding-bottom: 20px !important;
}

.c_box4 h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.c_box4 h6 {
    margin-top: -18px !important;
    position: relative;
}

.custom_table .pic {
    width: 130px;
    height: 130px;
    display: block;
    float: right;
}

.doc_table {
    padding: 0;
    margin: 0;
    border: none !important;
    table-layout: auto;
}

.doc_table tr:first-child td {
    border-top: none !important;
}

.doc_table td {
    white-space: normal !important;
    line-height: 24px !important;
    padding: 12px !important;
}

.doc_table td:first-child {
    border-left: none;
    width: 300px;
}

.doc_table td:first-child,
.doc_table td:nth-child(3) {
    font-weight: 600;
}

.doc_table td:last-child {
    border-right: none;
}

.form_heading {
    padding: 5px 20px !important;
    background: #ABB8E0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.doc_table em {
    font-style: normal;
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.9px;
    text-align: left;
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--btxt);
}

.doc_table em img {
    width: 24px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 8px;
}

.doc_table em:last-child {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
    float: right !important;
}

.doc_table em:last-child img {
    width: 115px;
    display: block;
    margin: 5px 0 23px;
}

.custom_panel_4 {
    width: 100%;
    float: left;
}

.custom_panel_4 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--btxt);
    margin: 0 0 40px;
    position: relative;
}

.custom_panel_4 p .chkBox {
    margin-right: 20px;
}

.custom_panel_4 p .chkBox i {
    margin: 0;
}

.custom_panel_4 .h_line {
    margin-bottom: 30px;
}

.custom_panel_4 p .chkBox>input:checked+i {
    background-image: url(images/chk-active-green.png);
    background-size: contain;
}

.submit_application_overlay {
    background: var(--btxt)00080;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
}

.submit_application_popup {
    background: #fff;
    width: 100%;
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 400px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.submit_application_popup img {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    display: block;
}

.submit_application_popup strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--btxt);
    padding-bottom: 10px;
}

.submit_application_popup span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: var(--btxt);
    padding-bottom: 20px;
}

.submit_application_popup a.dbBtn {
    background: var(--blue-bg);
    width: 260px;
    height: 70px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--wtxt);
    padding: 24px 10px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.submit_application_popup a.dbBtn:hover {
    background: var(--yellow-bg);
    color: var(--btxt);
}

.dashboard_cont {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 330px;
    min-height: 700px;
}

.dashboard_cont h1 {
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 58px;
    color: var(--btxt);
    margin: 0 0 20px;
}

.dashboard_cont h2 {
    float: right;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: var(--btxt);
    margin: 0;
    position: relative;
    margin-top: 17px;
}

.dashboard_cont h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: var(--btxt);
    margin: 0 0 15px;
    position: relative;
    width: 100%;
    float: left;
}

.dash_sidebar {
    width: 300px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 20px 10px;
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dash_sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dash_sidebar li {
    width: 100%;
    padding-bottom: 10px;
}

.dash_sidebar li a {
    display: block;
    height: 50px;
    position: relative;
    padding: 10px 10px 10px 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dash_sidebar li.active a img,
.dash_sidebar li:hover a img {
    filter: brightness(0) invert(1);
}

.dash_sidebar li a img {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.dash_sidebar li a:hover,
.dash_sidebar li.active a {
    background: var(--blue-bg);
    border-color: var(--blue-bg);
    color: var(--wtxt);
}


/*.dash_sidebar li a img:last-child {
    display: none;
}

.dash_sidebar li a:hover img:first-child,
.dash_sidebar li.active a img:first-child {
    display: none;
}

.dash_sidebar li a:hover img:last-child,
.dash_sidebar li.active a img:last-child {
    display: block;
}*/

.dash_container {
    width: 100%;
    float: left;
}

.dash_container .custom_table {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--line-bg);
}

.online_application_box {
    width: 39%;
    float: left;
    margin-right: 2.6%;
}

.online_application {
    width: 100%;
    float: left;
    padding: 20px 0;
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.online_application h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 20px 15px;
    color: var(--btxt);
}

.online_application span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--btxt);
    margin: 0 20px 15px;
}

.online_application span img {
    width: 40px;
    height: 40px;
    margin: -3px 10px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.box2 {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 5px 0 20px;
    border-top: 1px solid var(--line-bg);
    border-bottom: 1px solid var(--line-bg);
}

.box2 strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: var(--btxt);
}

.box2 i {
    background: #FEEA00;
    display: block;
    float: right;
    width: 150px;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    font-style: normal;
    text-align: center;
    color: var(--btxt);
    padding: 11px 22px 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.box2 i.accept {
    background: #52C91C;
    color: #fff;
}

.box2 i.reject {
    background: #FF2626;
    color: #fff;
}

.online_application h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--btxt);
    margin: 0 20px 10px;
}

.online_application small {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #ABB8E0;
    padding: 0 20px 30px;
}

.btn_bottom {
    width: 100%;
    float: left;
    border-top: 1px solid var(--line-bg);
    padding: 40px 15px 0;
}

.btn_bottom a {
    display: block;
    float: left;
    min-width: 160px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    text-align: center;
    padding: 21px 16px;
    color: var(--btxt);
    border: 1px solid var(--black-bg);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.btn_bottom a:hover {
    background: var(--line-bg);
    border-color: var(--line-bg);
    color: var(--wtxt);
}

.btn_bottom a:last-child {
    float: right;
}

.application_table {
    width: 100%;
    float: left;
}

.application_table h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 33px;
    margin: 0 0 21px;
    border-bottom: 1px solid var(--black-bg);
}

.application_table h1 a.backBtn {
    float: left;
    margin: -8px 20px 0 0;
    position: relative;
}

.application_table .custom_table {
    padding: 0 207px;
}

.online_application_box.odd img {
    width: 60px;
    height: 60px;
    margin: 0 20px 20px 20px;
}

.online_application_box.odd h4 {
    margin-bottom: 30px;
}

.online_application_box.odd .btn_bottom,
.online_application_box.even .btn_bottom {
    text-align: center;
}

.online_application_box.odd .btn_bottom span {
    text-align: left !important;
    float: left !important;
    margin: 0 0 66px;
}

.online_application_box.odd .btn_bottom a {
    background: #52C91C;
    border-color: #52C91C;
    float: none !important;
    display: inline-block;
    color: #fff;
}

.online_application_box.odd .btn_bottom a:hover {
    background: #002184;
    border-color: #002184;
}

.online_application_box.even {
    margin: 0;
}

.online_application_box.even h4 {
    margin-bottom: 100px;
}

.online_application_box.even .btn_bottom a {
    background: #002184;
    border-color: #002184;
    float: none !important;
    display: inline-block;
    width: 280px;
    color: #fff;
}

.online_application_box.even .btn_bottom a:hover {
    background: #52C91C;
    border-color: #52C91C;
}

.online_application_box.end .box2 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.custom_table em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.custom_table em img {
    width: 40px;
    margin: -13px 0px 0 10px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.custom_panel_5 {
    float: left;
    width: 100%;
}

.login_form_area.card {
    float: none;
    margin: 0 auto;
    clear: both;
}

.account_form {
    float: none;
    margin: 0 auto;
    clear: both;
    width: 500px;
    padding: 30px 50px 30px;
    border: 1px solid var(--line-bg);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.panel_no_01 {
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid #ABB8E0;
    padding-top: 50px;
    margin-top: 30px;
}

.panel_no_01 h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    margin: 0 0 15px;
}

.panel_no_01 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin: 0 0 15px;
}

.panel_no_01 strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #000;
    margin-bottom: 20px;
}

.panel_no_01 strong i {
    background: #FEEA00;
    width: 150px;
    height: 40px;
    padding: 11px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.9px;
    margin-left: 18px;
    text-align: center;
    font-style: normal;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

a.chat_btn {
    background: #002184 url(images/chat-icon.png) 20px 18px no-repeat;
    background-size: 24px auto;
    width: 230px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 18px 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

a.chat_btn:hover {
    background: #313e64 url(images/chat-icon.png) 20px 18px no-repeat;
    background-size: 24px auto;
}

.panel_no_01_bottom {
    width: 100%;
    float: left;
    border-top: 1px solid #ABB8E0;
    padding-top: 20px;
}

.box001 {
    width: 64.1%;
    float: left;
    margin-right: 1.4%;
    border: 1px solid #ABB8E0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.box001 h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    padding: 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ABB8E0;
}

.box001 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin: 0 15px 10px;
}

.box001 p strong {
    font-weight: 700 !important;
    font-size: 14px;
    display: inline-block;
}

.box002 {
    width: 34.5%;
    float: left;
}

.box002 textarea {
    width: 100%;
    height: 180px;
    padding: 15px;
    margin-bottom: 15px;
    resize: none;
    border: 1px solid #ABB8E0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.box002 input {
    background: #002184;
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.box002 input:hover {
    background: #FEEA00;
    color: #000;
}

.login_form_area.card::before,
.login_form_area.card:after,
.view_result::before,
.view_result:after,
.account_form::before,
.account_form:after {
    clear: both;
    overflow: hidden;
    visibility: hidden;
    display: block;
    content: '';
}

.account_form h2 {
    width: 100%;
    text-align: center;
    clear: both;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin: 0 0 20px;
    color: var(--btxt);
}

.login_form_area.card h2 {
    width: 100%;
    text-align: center;
    clear: both;
    font-size: 30px;
    font-weight: 700;
    line-height: 37.8px;
    text-align: center;
    margin: 0 0 20px;
    color: var(--btxt);
}

.login_form_area.card small {
    display: block;
    /* text-align: center; */
    color: var(--btxt);
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 30px;
}

.view_result {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0;
}

.view_result .site_logo {
    padding-left: 50px;
    padding-bottom: 20px;
}

.view_result .custom_table thead th {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    text-align: center;
    padding: 30px 0;
    color: var(--btxt);
}

.view_result .custom_table thead:nth-child(1) th {
    background: #EDF1FF;
}

.view_result .custom_table thead:nth-child(3) th {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    padding: 20px 24px;
    color: var(--btxt);
}

.view_result .custom_table tbody td {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
    color: var(--btxt);
    padding: 20px 24px;
}

.view_result .custom_table tbody:nth-child(2) tr:nth-child(1) td,
.view_result .custom_table tbody:nth-child(2) tr:nth-child(2) td,
.view_result .custom_table tbody:nth-child(2) tr:nth-child(3) td {
    background: #EDF1FF;
}

.view_result .custom_table tbody td:first-child {
    font-weight: 600;
}

.view_result .custom_table tfoot td {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    text-align: center;
    padding: 40px 0;
    color: #52C91C;
}

.view_result a.printBtn {
    width: 200px;
    height: 70px;
    margin: 40px auto 0;
    display: block;
    padding: 24px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: var(--btxt);
    border: 1px solid var(--btxt);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.view_result a.printBtn:hover {
    background: #52C91C;
    border-color: #52C91C;
    color: var(--wtxt);
}

.guidebook_content {
    width: 100%;
    float: left;
}

.guidebook_content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: var(--btxt);
    margin: 0 0 30px;
    float: left;
}

.guidebook_content .c_block li {
    width: 29%;
}

.custom_panel_6 {
    width: 100%;
    float: left;
}

.custom_panel_6 small {
    line-height: 27px !important;
    text-align: left !important;
    padding-bottom: 20px !important;
}

.receipt_display {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.receipt_display_box {
    width: 50%;
    float: left;
    padding: 20px 30px;
}

.receipt_display_box:first-child {
    border-right: 1px solid var(--line-bg);
}

.receipt_display_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.receipt_display_box li {
    width: 100%;
    float: left;
}

.receipt_display_box li span {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    float: left;
    color: var(--btxt);
}

.receipt_display_box li span:last-child {
    float: right;
    text-align: right;
    font-weight: 600;
}

.logout_overlay {
    background: rgb(0 0 0 / 70%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    display: none;
}

.logout_popup {
    background: #fff;
    width: 100%;
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 400px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.logout_popup strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: var(--btxt);
    padding-bottom: 20px;
}

.logout_popup span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: var(--btxt);
    padding-bottom: 50px;
}

.logout_popup_bottom {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
}

.logout_popup a.dbBtn {
    border: 1px solid var(--black-bg);
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    padding: 15px 33px;
    margin: 0 10px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--btxt);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.logout_popup a.dbBtn:hover {
    background: var(--blue-bg);
    border-color: var(--blue-bg);
    color: var(--wtxt);
}

.round_corner {
    border: none !important;
    margin-bottom: 0 !important;
}

.round_corner table {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.round_corner table th {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}

.round_corner table td {
    padding: 10px 20px;
    font-size: 15px;
}

.online_application_box.sec1 {
    margin-top: 20px;
}

.online_application_box.sec1 em {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: var(--btxt);
    font-style: normal;
    margin: 15px 20px 40px 20px;
}

.online_application_box.sec1 em img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.online_application_box.sec1 .btn_bottom a {
    background: var(--blue-bg);
    border-color: var(--black-bg);
    color: var(--wtxt);
    float: left;
}

.online_application_box.sec1 .btn_bottom a:hover {
    background: #FEEA00;
    border-color: #FEEA00;
    color: var(--btxt);
}

.custom_table_pagination {
    float: left;
    margin-top: 40px;
}

.custom_table_pagination a {
    line-height: 40px;
    height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: var(--btxt);
    display: inline-block;
    vertical-align: top;
    outline: none;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid var(--line-bg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.custom_table_pagination a.current,
.custom_table_pagination a:hover {
    background: var(--blue-bg) !important;
    color: var(--wtxt);
    border-color: var(--blue-bg);
}

.custom_table_pagination a.previous {
    background: url(images/prev.png) 0 0 no-repeat;
    background-size: 40px auto !important;
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 0;
    color: transparent;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}

.custom_table_pagination a.previous.current,
.custom_table_pagination a.previous:hover {
    background: transparent url(images/next.png) 0 0 no-repeat !important;
    background-size: 40px auto !important;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.custom_table_pagination a.next {
    background: url(images/prev.png) 0 0 no-repeat;
    background-size: 40px auto !important;
    width: 40px;
    height: 40px;
    border: none;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}

.custom_table_pagination a.next.current,
.custom_table_pagination a.next:hover {
    background: transparent url(images/next.png) 0 0 no-repeat !important;
    background-size: 40px auto !important;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.c_block_1 {
    width: 100%;
    float: left;
    /* border-bottom: 1px solid var(--line-bg);
    padding-bottom: 20px; */
    margin-bottom: 50px;
}

.c_block_1 h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #101010;
    margin: 0 0 30px;
}

.c_block_1 h3 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
    color: #101010;
    margin: 0 0 40px;
}

.c_block_1 ul {
    list-style: none;
    margin: 0 -1%;
    padding: 0;
}

.c_block_1 li {
    width: 23%;
    height: 180px;
    float: left;
    padding: 18px 20px;
    border: 1px solid var(--line-bg);
    margin: 0 1% 30px;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.c_block_1 li img {
    width: 40px;
    margin-bottom: 10px;
}

.c_block_1 li strong {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: var(--btxt);
}

.c_block_1.rules li {
    width: 18.9%;
}

.custom_tab.odd .custom_tab_content h2 {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    float: left;
    margin: 0 0 25px;
}

.custom_tab.odd .custom_tab_content h2 strong {
    display: block;
    font-size: 40px;
    line-height: 70px;
    font-weight: 700;
    padding-bottom: 30px;
}

.center_cont {
    width: 100%;
    float: left;
    margin: 160px auto 0;
    font-size: 0;
    text-align: center;
    clear: both;
}

.center_cont::before,
.center_cont::after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: '';
}

.center_cont .login_form_area {
    text-align: left;
}

.center_cont a.backBtn {
    width: auto;
    height: 70px;
    float: none;
    display: inline-block;
    padding: 25px 30px;
    margin-top: 30px;
}

.eligibiity_content {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.eligibiity_content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    color: var(--btxt);
    margin: 0 0 50px;
}

.eligibiity_tab {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 40px;
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.eligibiity_tab::before,
.eligibiity_tab::after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: '';
}

.eligibiity_tab_nav {
    width: 100%;
    float: left;
    font-size: 0;
    text-align: center;
    padding-bottom: 30px;
}

.eligibiity_tab_nav a {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    height: 70px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: var(--btxt);
    padding: 20px 10px;
    margin: 0 10px;
    border: 1px solid var(--btxt);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.eligibiity_tab_nav a:hover,
.eligibiity_tab_nav a.current {
    background: var(--blue-bg);
    border-color: var(--blue-bg);
    color: var(--wtxt);
}

.eligibiity_tab_container {
    width: 100%;
    float: left;
}

.eligibiity_tab_container>div {
    width: 100%;
    float: left;
    display: none;
    position: relative;
}

.field_area {
    width: 100%;
    float: left;
    padding: 0 40px;
}

.field_area.step_form_area ul::before,
.field_area.step_form_area ul::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
}

.field_area h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: var(--btxt);
    margin: 0 0 40px;
}

.field_area .h_line {
    margin-bottom: 20px;
    position: relative;
}

.field_area .h_line:after {
    background: var(--line-bg);
    width: 2000px;
    height: 1px;
    position: absolute;
    left: -500px;
    top: 0;
    content: '';
}

.field_area .note {
    padding: 10px 0 30px;
    border: none;
}


/* .field_area.step_form_area li {
    width: 26.6%;
}

.field_area.step_form_area li:nth-child(1) {
    width: 22%;
}

.field_area.step_form_area li:nth-child(3) {
    width: 17.6%;
} */

.submit_area {
    width: 100%;
    float: left;
    border-top: 1px solid var(--line-bg);
    text-align: center;
    position: relative;
    font-size: 0;
}

.submit_area>input {
    background: var(--line-bg);
    min-width: 200px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin: 40px 10px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 24px 50px 23px;
    border: none;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.submit_area>input:hover {
    background: var(--blue-bg);
}

.eligibiity_tab_container fieldset {
    width: 100%;
    float: left;
    overflow: hidden;
}

.eligibiity_tab_container fieldset:not(:first-of-type) {
    display: none;
}

.custom_block1 {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 70px;
}

.custom_block1 h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--btxt);
    margin: 0 0 30px;
    float: none;
}

.custom_block1 img {
    display: block;
    width: 80px;
    margin: 0 auto 20px;
}

.custom_block1 h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--btxt);
    margin: 0 0 20px;
}

.custom_block1 h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: var(--btxt);
    margin: 0 0 20px;
}

.custom_block1 span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--btxt);
}

.custom_block1 span strong {
    font-weight: 600;
}

.ineligible small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: var(--btxt);
    margin: 0 150px 20px;
}

.eligibiity_content p {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: center;
    color: var(--btxt);
    margin: 30px 0 20px;
}

.eligibiity_content .custom_table {
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.eligibiity_content .custom_table table {
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.eligibiity_content .custom_table th,
.eligibiity_content .custom_table td {
    padding: 10px 20px;
}

.eligibiity_content .custom_table th {
    border-top: none;
}

.eligibiity_content .custom_table th:first-child {
    border-left: none;
}

.eligibiity_content .custom_table th:last-child {
    border-right: none;
}

.eligibiity_content .custom_table td {
    border-bottom: none;
}

.eligibiity_content .custom_table td:first-child {
    border-left: none;
}

.eligibiity_content .custom_table td:last-child {
    border-right: none;
}

.eligibiity_content .custom_table tr:nth-last-child(1) td,
.eligibiity_content .custom_table tr:nth-last-child(2) td {
    font-weight: 700;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.contribution .eligibiity_tab {
    max-width: 890px;
}

.contribution .eligibiity_tab .step_form_area li {
    width: 31.5%;
}

.contribution h1 {
    margin-bottom: 20px;
}

.contribution h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: var(--btxt);
    margin: 0 0 30px;
}

.align_center {
    width: 100%;
    float: left;
    font-size: 0;
    text-align: center;
    /* overflow: visible !important; */
}

.align_center a {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}

.custom_tab_nav a.current:after {
    bottom: -23px;
}

.errors_tab,
.revision_tab {
    width: 100%;
    float: left;
}

.thank_box {
    width: 100%;
    /* max-width: 928px; */
    margin: 288px auto;
    display: none;
}

.thank_box::before,
.thank_box::after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    content: '';
}

.thank_box p {
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: var(--btxt);
}

.submit.color {
    background: var(--black-bg);
}

.contact_page_cont {
    width: 100%;
    float: left;
    padding-bottom: 188px;
}

.contact_page_cont .c_panel_3 {
    padding-bottom: 30px;
    margin: 0;
    border: none;
}

.address {
    width: 100%;
    max-width: 435px;
    float: left;
}

.address h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    color: var(--btxt);
    margin: 0 0 50px;
}

.address p {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: var(--btxt);
}

.address p strong {
    font-weight: 700;
}

.address_map {
    float: right;
    width: 100%;
    max-width: 600px;
    margin-top: 120px;
}

.address_map iframe {
    width: 100%;
    height: 350px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.otp_verification {
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px solid var(--line-bg);
    padding: 20px 0 3px;
    position: relative;
    display: none;
}

.otp_verification::before,
.otp_verification::after {
    background: var(--line-bg);
    width: 2000px;
    height: 1px;
    left: -500px;
    top: -1px;
    position: absolute;
    display: block;
    content: '';
}

.otp_verification h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    color: var(--btxt);
    margin: 0 0 20px;
}

.otp_verification span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    padding-bottom: 27px;
    color: var(--btxt);
}

.otp_verification span strong {
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

.otp_verification span strong i {
    font-style: normal;
}

.otp_verification .verify_code {
    width: 100%;
    float: left;
    padding-bottom: 33px;
}

.otp_verification .verify_code input {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.submit_area.odd input {
    width: 200px;
    height: 50px;
    padding: 14px 20px 13px;
}

.verified_otp {
    width: 100%;
    float: left;
    display: none;
}

.verified_otp h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: var(--btxt);
    padding: 20px 0;
    text-align: center;
    position: relative;
    border-top: 1px solid var(--line-bg);
    border-bottom: 1px solid var(--line-bg);
}

.verified_otp h3::before {
    background: var(--line-bg);
    width: 2000px;
    height: 1px;
    left: -500px;
    top: -1px;
    position: absolute;
    display: block;
    content: '';
}

.verified_otp h3::after {
    background: var(--line-bg);
    width: 2000px;
    height: 1px;
    left: -500px;
    bottom: -1px;
    position: absolute;
    display: block;
    content: '';
}

.verified_otp h3 img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.submit_msg {
    width: 100%;
    float: left;
    display: none;
    text-align: center;
}

.submit_msg img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.submit_msg h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: var(--btxt);
    margin: 0 0 20px;
}

.submit_msg h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    color: var(--btxt);
    margin: 0 0 20px;
}

.submit_msg p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: var(--btxt);
    margin: 0 0 50px;
}

.submit_msg a {
    background: var(--blue-bg);
    display: block;
    width: 200px;
    height: 70px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: center;
    color: var(--wtxt);
    padding: 24px 20px 23px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.submit_msg a:hover {
    background: var(--yellow-bg);
    color: var(--btxt);
}

.eligibiity_tab.odd {
    max-width: 500px;
    border: none;
}

.eligibiity_tab.odd .submit_area {
    border: none;
    margin-bottom: 50px;
}

.eligibiity_tab.odd .submit_area input {
    width: 200px;
    height: 70px;
    padding: 24px 10px 23px;
}

.display_status_report {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    clear: both;
    display: none;
    padding: 30px 0;
    border-top: 1px solid var(--line-bg);
}

.display_status_report strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: var(--btxt);
}

.display_status_report span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: var(--btxt);
}

.display_status_report span em {
    font-style: normal;
    clear: unset;
    width: auto;
    display: inline-block;
}

.box3 {
    width: 100%;
    float: left;
    /*
    border-top: 1px solid var(--line-bg);
    */
}

.box3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box3 li {
    width: 100%;
    float: left;
}

.box3 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    float: left;
    color: var(--btxt);
    margin-bottom: 3px;
}

.box3 span:last-child {
    float: right;
    text-align: right;
    font-weight: 600;
}

.receipt_copy {
    width: 1000px;
    margin: 30px auto 0;
}

.receipt_copy::before,
.receipt_copy::after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    content: '';
}

.receipt_copy_top {
    width: 100%;
    float: left;
}

.receipt_copy_top h1 {
    font-size: 24px;
    font-weight: 800;
    line-height: 40px;
    color: var(--blue-bg);
    float: left;
    text-transform: uppercase;
}

.receipt_copy_top h1 small {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--btxt);
}

.receipt_copy_top img {
    width: 248px;
    float: right;
}

.receipt_body {
    width: 100%;
    float: left;
    padding: 40px 40px 20px;
    margin-top: 20px;
    border: 1px solid var(--line-bg);
}

.receipt_body h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: center;
    text-transform: uppercase;
    color: var(--btxt);
    margin: 0 0 20px;
}

.receipt_body h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: var(--btxt);
    margin: 0 0 30px;
}

.txt_body {
    width: 100%;
    float: left;
}

.txt_body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: var(--btxt);
    margin-bottom: 20px;
    clear: both;
}

.txt_body p strong {
    font-weight: 700;
}

.txt_body p span:last-child {
    float: right;
    text-align: right;
}

.signature {
    float: right;
    text-align: center;
    width: 206px;
    position: relative;
    margin-top: -63px;
}

.signature img {
    width: 71px;
    display: inline-block;
    margin-bottom: 22px;
}

.signature strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    padding: 52px 0 23px;
    color: var(--btxt);
    border-top: 1px solid var(--btxt);
}

.show_country.change {
    display: none !important;
}

.list_box {
    width: 100%;
    float: left;
}

#self-employed {
    display: none;
}

#img_contain {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#img_contain img {
    display: block;
    height: 220px;
}

.custom_file {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.custom_file input {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
}

.custom_file label {
    background: transparent;
    width: 100%;
    height: 60px;
    padding: 21px 15px 21px 74px;
    text-align: left;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
    outline: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    display: block;
    position: relative;
}

.custom_file label:before {
    background: var(--black-bg);
    content: "Upload";
    position: absolute;
    top: 6px;
    left: 7px;
    display: inline-block;
    height: 50px;
    width: 60px;
    border: 1px solid var(--line-bg);
    color: var(--wtxt);
    font-weight: 400;
    z-index: 25;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    pointer-events: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.upload_preview_sec {
    width: 100%;
    float: left;
    border-bottom: 1px solid var(--line-bg);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.upload_preview_sec:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.upload_preview_sec h2 {
    float: none;
    display: block;
}

.upload_preview {
    width: 100%;
}

.upload_preview a {
    display: block;
    width: 100%;
    padding: 40px 5px;
    margin-bottom: 10px;
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
}

.upload_preview a img {
    height: 210px;
    width: auto !important;
    display: inline-block;
}

.upload_preview span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: var(--btxt);
}

.header.odd {
    margin-bottom: 20px;
}

.header.odd .header_center {
    border: none;
}

.hall_ticket_cont {
    width: 100%;
    float: left;
}

.hall_ticket_cont h1 {
    background: #EDF1FF;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    text-align: center;
    padding: 25px 0;
    color: var(--btxt);
    margin: 0 0 20px;
}

.exam_schedule_scroll {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 30px;
}

.exam_schedule table {
    width: 100%;
    table-layout: auto;
    border: 1px solid #ABB8E0;
}

.exam_schedule table th {
    background: #F1F1F1;
    font-weight: 700 !important;
}

.exam_schedule table th,
.exam_schedule table td {
    padding: 20px;
    font-size: 14.71px;
    font-weight: 400;
    line-height: 17.98px;
    color: #000;
    border-bottom: 1px solid #ABB8E0;
    border-right: 1px solid #ABB8E0;
}

.exam_schedule h2 {
    background: #EDF1FF;
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    text-align: center;
    padding: 25px 0;
    color: #000;
    margin: 0px;
    clear: both;
}

.ticket_header {
    width: 100%;
    float: left;
}

.candidte_info_table {
    width: 1280px;
    float: left;
}

.candidte_info_table table:first-child {
    width: 400px;
    float: left;
}

.candidte_info_table table:first-child td {
    background: #F1F1F1;
    border-right: none;
    font-weight: 600;
}

.candidte_info_table table:nth-child(2) {
    width: 68.6%;
    float: left;
}

.candidte_info_table table:nth-child(2) tr:last-child td:nth-child(2) {
    background: #F1F1F1;
    font-weight: 600;
}

.candidte_info_table table td {
    padding: 28px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
}

.candidate_img {
    width: 250px;
    float: right;
    padding: 10px;
    border: 1px solid var(--line-bg);
}

.candidate_img img {
    display: block;
}

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

.table_center table:first-child {
    float: left;
    width: 74.3%;
}

.table_center table th {
    background: #F1F1F1;
    padding: 28px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: left;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
}

.table_center table td {
    padding: 28px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
}

.table_center table:last-child {
    float: right;
    width: 385px;
}

.table_center table:first-child td span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding: 8px 0px;
}

.table_center table:last-child td em {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.table_center table:last-child td em img {
    width: auto;
    height: 90px;
    display: inline-block;
}

.candidate_instruction {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.candidate_instruction h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30.24px;
    color: var(--btxt);
    margin: 0 0 37px;
}

.candidate_instruction ol {
    margin: 0;
    padding: 0 0 0 22px;
}

.candidate_instruction li {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: var(--btxt);
}

.self_declaration {
    width: 100%;
    padding: 50px 0;
}

.self_declaration ol {
    margin: 0;
    padding: 0 0 0 22px;
}

.self_declaration li,
.self_declaration p {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: var(--btxt);
}

.self_declaration ol ol {
    list-style: lower-alpha;
    padding: 25px 0 0 0;
}

.self_declaration ol ol li {
    padding-bottom: 15px;
}

.self_declaration ol li table {
    width: 100%;
    margin: 25px 0 10px;
}

.self_declaration ol li table th {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    text-align: center;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
}

.self_declaration ol li table td {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
}

.self_declaration ol li table td:first-child {
    font-weight: 600;
}

.in_table {
    max-width: 1192px;
    margin: 25px auto 20px !important;
    table-layout: fixed;
}

.in_table td {
    text-align: center !important;
}

.display_marksheet {
    background: #EDF1FF;
    width: 100%;
    float: left;
}

.display_marksheet h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: var(--btxt);
    margin: 15px 0 20px;
}

.display_marksheet h1 small {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: var(--btxt);
    padding-top: 15px;
}

table.top_table {
    width: 100%;
}

table.top_table td:nth-child(1),
table.top_table td:nth-child(3) {
    font-weight: 600;
}

table.top_table td:first-child,
table.b_table th:first-child,
table.b_table tr:last-child td:first-child {
    border-left: none;
}

table.top_table td:last-child,
table.b_table th:last-child,
table.b_table tr:last-child td {
    border-right: none;
}

.display_marksheet table td {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
    color: var(--btxt);
    padding: 15px 20px;
    border: 1px solid var(--line-bg);
}

table.b_table {
    width: 100%;
}

table.b_table th {
    padding: 25px 20px;
    border: 1px solid var(--line-bg);
    border-top: none;
}

table.b_table td {
    padding: 20px 20px;
    border: 1px solid var(--line-bg);
    border-top: none;
}

table.b_table td:first-child {
    font-weight: 700;
}

table.b_table tr:nth-child(2) td,
table.b_table tr:nth-child(3) td,
table.b_table tr:nth-child(4) td {
    background: var(--w-bg);
}

table.b_table tr:last-child td {
    font-size: 16px;
    font-weight: 700;
    padding: 25px 20px;
    border-bottom: none;
}

.candidate_info {
    width: 100%;
    float: left;
    padding: 30px 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--line-bg);
}

.candidate_info_txt {
    width: 600px;
    float: left;
}

.candidate_info_txt h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--btxt);
    margin: 0 0 20px;
}

.candidate_info_txt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--btxt);
}

.candidate_info figure {
    width: 300px;
    float: right;
    margin-right: 10px;
}

.candidate_info figure small {
    display: block;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: var(--btxt);
    padding-top: 5px;
}

.candidate_info figure a.button3 {
    background: #52C91C;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.9px;
    text-align: center;
    color: var(--wtxt);
    padding: 25px 15px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.candidate_info figure a.button3:hover {
    background: var(--black-bg) !important;
    color: var(--wtxt) !important;
}

.candidate_info figure a.button3.color1 {
    background: var(--yellow-bg);
    color: var(--btxt);
}

.candidate_info figure a.button3.color2 {
    background: #EDF1FF;
    color: #ABB8E0;
}

a.nav_menu_btn,
a.closeBtn {
    display: none;
}

a.downloadBtn {
    background: #FEEA00;
    display: block;
    width: 100%;
    float: left;
    padding: 21px 10px;
    margin-top: 25px;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    color: var(--btxt);
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

a.downloadBtn:hover {
    background: var(--black-bg);
    color: var(--wtxt);
    border-color: var(--wtxt);
}


/*Language Popup */

.languagePopup {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 400px;
    text-align: center;
    padding: 50px 30px;
    z-index: 20;
    box-shadow: 0 0 0 1000px rgb(0 0 0 / 80%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.languagePopup strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #101010;
    text-align: center;
    margin-bottom: 20px;
}

.languagePopup a {
    background: #162959;
    display: block;
    padding: 17px 15px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 auto 20px;
    width: 226px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.languagePopup a:hover {
    background: #FF2626;
}

.languagePopup a:last-child {
    margin-bottom: 0;
}

.popupClose {
    background: transparent;
    position: absolute;
    right: 13px;
    top: 15px;
    width: 23px;
    height: 23px;
    opacity: 0.3;
    outline: none;
    padding: 0;
    border: none;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.popupClose:hover {
    opacity: 1;
}

.popupClose:before,
.popupClose:after {
    position: absolute;
    left: 9px;
    top: -2px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #333;
}

.popupClose:before {
    transform: rotate(45deg);
}

.popupClose:after {
    transform: rotate(-45deg);
}

.eligibiity_tab.even {
    max-width: 1200px;
}

.wrapper,
.element,
.results {
    width: 100%;
    float: left;
}

.results .element {
    position: relative;
}

.results .element li {
    width: 21.6%;
}

.remove {
    background: transparent;
    width: 50px;
    height: 60px;
    float: left;
    border: none;
    outline: none;
    position: absolute;
    right: -15px;
    bottom: 20px;
    padding: 0;
}

.remove img {
    width: 50px;
    height: 60px;
}

.e_box {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0 55px;
}

.e_box h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--btxt);
    margin: 0 0 30px;
}

.e_box img {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: block;
}

.e_box h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--btxt);
    margin: 0 0 20px;
}

.e_box h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    color: var(--btxt);
    margin: 0 0 20px;
}

.e_box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--btxt);
    margin: 0;
}

.submit_area.odd input {
    width: 200px;
    height: 70px;
}

.submit_area.odd input:nth-child(2),
.submit_area.odd input:nth-child(3) {
    width: 350px;
    height: 70px;
}


/* New step js */

.step_tab {
    width: 100%;
    float: left;
}

.nav-tabs {
    position: relative;
    width: 100%;
    padding: 20px;
    /* margin-right: 15px; */
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.step_tab_inner {
    position: relative;
    float: left;
    width: 25%;
}

.connecting-line {
    height: 2px;
    background: #ff00ff;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs {
    list-style: none;
    margin: 0;
    padding: 15px 27px;
}

.nav-tabs>li {
    width: 100%;
}

.nav-tabs>li>a {
    font-size: 11px;
    font-weight: 500;
    line-height: 30px;
    color: var(--btxt);
    display: block;
    border: none;
}

.nav-tabs>li>a>span {
    /* font-size: 0; */
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    cursor: default;
    font-size: 11px;
    font-weight: 600;
    line-height: 40px;
    color: var(--btxt);
}

.nav-tabs>li.active>a span {
    color: #fff;
    text-align: center;
}

.nav-tabs>li.active>a:hover span {
    color: #fff;
    text-align: center;
}

.nav-tabs>li.active>a:focus span {
    color: #fff;
    text-align: center;
}

span.round-tab {
    background: #ABB8E0 url(images/tick-icon.png) 0 0 no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.nav-tabs>li.disabled>a>span {
    background: #ABB8E0;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

span.round-tab i {
    color: #00ffff;
}

li.active span.round-tab {
    background: #002184 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

li.active span.round-tab i {
    color: #5bc0de;
}


/* span.round-tab:hover {
    color: #333;
    border: 2px solid #ff00ff;
} */

.nav-tabs>li {
    width: 100%;
}


/* li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ff00ff;
} */

.nav-tabs>li a {
    margin: 11px auto;
    padding: 0;
    display: block;
    border: none !important;
}

.nav-tabs>li a:hover {
    background: transparent;
}

.tab-pane {
    position: relative;
    width: 100%;
    float: left;
}

h3 {
    margin-top: 0;
}

.tab-content {
    width: 75%;
    float: left;
    padding-left: 30px;
}

.actions_button {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    border-top: 1px solid var(--line-bg);
    overflow: hidden;
    padding-top: 30px;
    margin-top: 50px;
}

.actions_button>button {
    background: var(--line-bg);
    min-width: 200px;
    height: 70px;
    padding: 24px 50px !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    border: none;
    outline: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: var(--wtxt);
    border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    -moz-border-radius: 40px !important;
    -ms-border-radius: 40px !important;
    -o-border-radius: 40px !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.actions_button>button:hover {
    background: var(--blue-bg);
}

@media( max-width: 585px) {
    /* {
        width: 90%;
        height: auto !important;
    } */
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.custom_box1 {
    width: 100%;
    float: left;
    border-bottom: 1px solid var(--line-bg);
    margin-bottom: 20px;
}

.custom_box1 h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: var(--btxt);
    margin: 0 0 20px;
}

.custom_box1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--btxt);
    clear: both;
}

.custom_box1 p strong {
    font-weight: 500;
    display: inline-block;
    padding: 0 !important;
}

.box_2 {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.box_2 strong {
    display: inline-block;
    padding: 0 !important;
    font-weight: 500;
    margin-right: 20px;
}

.box_2 label {
    display: inline-block;
    float: none;
}

.radio_box h6 {
    margin: 0 !important;
}

.pament_table {
    width: 100%;
    float: left;
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.pament_table_scroll {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
}

.pament_table table {
    width: 100%;
}

.pament_table table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: var(--btxt);
    padding: 6px 15px;
}

.pament_table table td:nth-child(2) {
    font-weight: 600;
    text-align: right;
}

.pament_table table td input[type="button"],
.pament_table table td button {
    background: var(--blue-bg);
    width: 260px;
    height: 60px;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    margin: 20px auto;
    display: block;
    color: var(--wtxt);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.submit_application {
    width: 100%;
    float: left;
}

.submit_application p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: var(--btxt);
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--line-bg);
}

.sub_box {
    width: 350px;
    float: left;
    margin-right: 20px;
    border: 1px solid var(--line-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sub_box .radio_box {
    width: 100%;
    float: left;
    padding: 19px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--line-bg);
}

.sub_box .radio_box span {
    margin: 0 !important;
    line-height: 30px !important;
    padding: 0 !important;
}

.sub_box strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    padding: 0 15px 10px;
}

.sub_box span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    padding: 0 15px 15px;
}

.download_receipt {
    width: 100%;
    float: left;
}

.download_receipt .pament_table {
    width: 440px;
}

.download_receipt .pament_table table td {
    padding: 0.6px 15px;
    white-space: nowrap;
}

.receipt_box {
    width: 450px;
    height: 352px;
    float: left;
    padding: 30px 20px;
    margin-right: 30px;
    border: 1px solid var(--line-bg);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.receipt_box span {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.receipt_box span>img {
    width: 60px;
    float: left;
    margin-right: 14px;
}

.receipt_box span sub {
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--btxt);
}

.receipt_box strong {
    display: block;
    clear: both;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: var(--btxt);
    margin-bottom: 10px;
}

.receipt_box small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: var(--btxt);
    padding-bottom: 10px;
}

.receipt_box a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#obcModal h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37.8px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin: 0 0 30px
}

#obcModal p {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    text-align: center;
    font-weight: 400;
    margin: 0 0 30px;
}

#obcModal p strong {
    display: block;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    padding: 0;
}

#obcModal button {
    background: #fff;
    padding: 20px 40px;
    border: 1px solid #000;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin: 0 10px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
}

#obcModal button:hover {
    background: #002184;
    border-color: #002184;
    color: #fff;
}


/* chat css */

.chat_popup_window {
    background: #fff;
    width: 450px;
    height: 100vh;
    position: fixed;
    padding-top: 80px;
    right: -600px;
    top: 0;
    z-index: 15000;
    border: 1px solid #ABB8E0;
    box-shadow: -10px 0px 10px 0px #00000040;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.chat_popup_window.change {
    right: 0;
}

.chat_person {
    width: 23.6%;
    width: 370px;
    height: 560px;
    overflow: hidden;
    overflow-y: auto;
    float: left;
    border: 1px solid #ABB8E0;
    border-right: none;
}
 
.chat_person ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
 
.chat_person li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ABB8E0;
}
 
.chat_person li:last-child {
    border: none;
}
 
.chat_person li strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding-bottom: 20px;
}
 
.chat_person li em {
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
}
 
.chat_person li i {
    background: #52C91C;
    width: 30px;
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 51px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
 
.chat_person li a {
    display: block;
    color: #000;
    position: relative;
    width: 100%;
    height: 98px;
    float: left;
    padding: 15px 75px 15px 15px;
}
 
.chat_person li a:hover {
    background: #EDF1FF;
}

.admin_chat.user {
    background: #fff;
    width: 61%;
    height: 560px;
    position: relative;
    float: left;
    border: 1px solid #ABB8E0;
}

.chat_header {
    background: #EDF1FF;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.chat_header h2
 {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    float: none;
    margin-top: 0;
}

.chat_header h2 span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 10px;
}


 

/* .chat_header {
    background: #EDF1FF;
    width: 100%;
    height: 80px;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.chat_header h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #000;
} */

a.close_chat {
    background: url(images/close-icon-black.png) 0 0 no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 25px;
}

.chat_body {
    background: #fff;
    width: 100%;
    height: 370px;
    float: left;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.chat_body::-webkit-scrollbar {
    background: #EDF1FF;
    width: 7px;
    height: 5px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.chat_body::-webkit-scrollbar-thumb {
    background-color: #002184;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.chat_date {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    padding: 10px;
    text-align: center;
}

.chatTxt {
    width: 100%;
    max-width: 360px;
    float: left;
    margin-bottom: 20px;
}

.chatTxt.reply {
    float: right;
}

.chatTxt strong {
    display: block;
    float: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    padding-bottom: 10px;
}

.chatTxt span {
    display: block;
    float: right;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    padding-bottom: 10px;
}

.chatTxt p {
    background: #EDF1FF;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000;
    width: 100%;
    float: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.send_chat {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 0 20px;
}

.send_chat input[type="text"] {
    background: #fff;
    border: 1px solid #ABB8E0;
    width: 100%;
    height: 60px;
    padding: 15px 60px 15px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.send_chat input[type="submit"] {
    background: url(images/send-icon.png) 0 0 no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    right: 31px;
    top: 11px;
    position: absolute;
}

.d_chk_box {
    width: 95%;
    float: left;
    padding: 0 20px;
}

.d_chk_box label {
    float: left;
    position: relative;
    margin-right: 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin-right: 30px;
    color: var(--btxt);
    font-style: normal;
    margin: 0px 20px 40px 0;
}

.d_chk_box label input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.d_chk_box label input:checked+i {
    background-image: url(images/chk-active-green.png);
    background-size: contain;
}

.d_chk_box label i {
    background: url(images/chk-img.png) 0 0 no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
}

.validation-text {
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    top: -20px;
    font-weight: 600;
    color: red;
}

.btn_bottom input[ type="submit"] {
    display: block;
    float: left;
    min-width: 160px;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    text-align: center;
    padding: 21px 16px;
    color: var(--wtxt);
    border: none;
    outline: none;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    background: #001F67;
}

.btn_bottom input[ type="submit"]:hover {
    background: #FEEA00;
    color: var(--btxt);
}


/* new css - 06.03.2025 */

.examination_feedback_form {
    width: 100%;
    float: left;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.examination_feedback_form_header {
    width: 100%;
    float: left;
    padding: 30px 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ABB8E0;
}

.examination_feedback_form h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin: 0 0 30px;
    text-align: left;
    float: left;
}

.examination_feedback_form h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 0;
    clear: both;
}

.field_panel {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0px 50px 10px;
    border-bottom: 1px solid #ABB8E0;
}

.field_panel .form_field b {
    font-size: 14px;
}

.sp_sec1 {
    width: 100%;
    float: left;
}

.sp_sec1 h3 {
    margin: 30px 0 0;
}

.sp_sec1 ul {
    list-style: none;
    padding: 0;
    margin: 0 -0.9%;
}

.sp_sec1 li {
    width: 23.2%;
    float: left;
    margin: 0 0.9%;
}

.rating_cont {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.rating_cont span {
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.64px;
    color: #000;
    padding: 28px 0;
}

.rating-box {
    float: right;
}

.rating-box .rating-container {
    direction: rtl !important;
}

.rating-box .rating-container label {
    display: inline-block;
    margin: 0 26px;
    color: #788592;
    cursor: pointer;
    font-size: 50px;
    transition: color 0.2s;
    position: relative;
    width: 60px;
    height: 60px;
}

.rating-box .rating-container label small {
    position: absolute;
    left: 25px;
    bottom: -24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.64px;
    text-align: center;
    color: #000;
}

.rating-box .rating-container label img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.rating-box .rating-container label img:nth-child(2) {
    display: none;
}

.rating-box .rating-container input {
    display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover~label,
.rating-box .rating-container input:checked~label {
    color: #FE960D;
}

.rating-box .rating-container label:hover img:first-child,
.rating-box .rating-container input:checked~label img:first-child {
    display: none;
}

.rating-box .rating-container label:hover img:nth-child(2),
.rating-box .rating-container label:hover~label img:nth-child(2),
.rating-box .rating-container input:checked~label img:nth-child(2) {
    display: block;
}

.ff_form_button {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
    padding: 50px 0 43px;
}

.ff_form_button button {
    background: #fff;
    width: 300px;
    height: 70px;
    margin: 0 10px;
    border: 1px solid #000;
    padding: 24px 23px 23px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22.68px;
    text-align: center;
    color: #000;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.ff_form_button button[type="submit"] {
    background: #ABB8E0;
    border-color: #ABB8E0;
    color: #fff;
}

.ff_form_button button:hover {
    background: #002184 !important;
    border-color: #002184 !important;
    color: #fff !important;
}

.sp_sec1_table {
    width: 100%;
    float: left;
    position: relative;
}

.sp_sec1_tScroll {
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
}

.sp_sec1_tScroll {
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.sp_sec1_tScroll::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
}

.sp_sec1 table {
    width: 100%;
}

.sp_sec1 table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.64px;
    color: #000;
    white-space: nowrap;
    padding: 12px 78px 12px 0;
}

.sp_sec1 table tr:last-child td {
    font-weight: 700;
    padding-bottom: 10px !important;
}

.duplicate_certificate_panel {
    width: 100%;
    float: left;
}

.duplicate_certificate_panel .center_form {
    margin: 0 50px 0 0;
    float: left;
    width: 500px;
    overflow: hidden;
    padding: 50px 0;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.duplicate_certificate_panel .center_form .custom_form {
    padding: 0 50px;
}

.duplicate_certificate_panel .center_form h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #000;
    margin: 0 0 35px;
    float: none;
}

.duplicate_certificate_panel .center_form::before,
.duplicate_certificate_panel .center_form:after {
    clear: both;
    overflow: hidden;
    visibility: hidden;
    display: block;
    content: '';
}

.duplicate_certificate_panel .info_list {
    float: right;
    width: 660px;
}

.duplicate_certificate_panel .info_list h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin: 0 0 34px;
}

.duplicate_certificate_panel .info_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.duplicate_certificate_panel .info_list li {
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    color: #000;
    position: relative;
    text-indent: 15px;
}

.duplicate_certificate_panel .info_list li::before {
    content: '•';
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    color: #000;
    position: absolute;
    left: -13px;
    top: -1px;
}


/*
Verfication Result CSS
*/

.account_form_candiate {
    float: center;
    margin: 200px auto 50px auto;
    clear: both;
    width: 500px;
    height: 700px;
    padding: 40px 0px;
    border: 1px solid #ABB8E0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.custom_form h1 {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}

.custom_form small {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    padding-bottom: 30px;
}

.paper-list {
    text-align: left;
    padding: 0px 40px;
}

.paper-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.paper-item-text {
    display: flex;
    align-items: center;
    gap: 78px;
    margin-bottom: 20px;
}

.paper-item label {
    color: black;
    font-size: 14px;
}

.check-input {
    display: flex;
    align-items: center;
    gap: 8px;
}

.account_form_candiate input[type="checkbox"] {
    width: 7px;
    height: 7px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #002184;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    outline: none !important;
}

.account_form_candiate input[type="checkbox"]:checked {
    background: url(images/tickIcon.png) center no-repeat;
    background-size: 60% 40%;
    background-color: #002184;
    border-radius: 10px;
    outline: none !important;
}

.account_form_candiate input[type="text"] {
    width: 245px;
    padding: 20px;
    background-color: #EDF1FF;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    text-align: start;
}

.total {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    border-top: 1px solid #ABB8E0;
    border-bottom: 1px solid #ABB8E0;
    padding: 20px 40px;
    margin: 20px 0;
}

.pay-div {
    display: flex;
    justify-content: center;
}

.pay-btn {
    width: 300px;
    height: 60px;
    background: #002184;
    color: white;
    border: none;
    font-size: 18px;
    border-radius: 40px;
    cursor: pointer;
}

.certificate_panel {
    width: 100%;
    float: left;
    font-size: 0;
    text-align: center;
    margin: 50px 0 80px;
}

.certificate_panel>.certificate {
    width: 650px;
    display: inline-block;
    vertical-align: top;
    padding: 30px 35px;
    margin: 0 26px;
    border: 1px solid #ABB8E0;
}

.id_card_panel {
    width: 830px;
    margin: 0 auto 50px;
    font-size: 0;
}

.id_card_panel::before,
.id_card_panel::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    content: '';
}

.id_card_front {
    width: 400px;
    height: 550px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ABB8E0;
}

.card_logo {
    background: #22B14C;
    width: 100%;
    float: left;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
    padding: 9px 29px;
}

.card_logo img {
    width: 50px;
    display: block;
    margin-right: 10px;
    float: left;
    border-radius: 50%;
}

.card_logo h3 {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin: 5px 0;
    width: auto !important;
}

.card_logo h3 strong {
    display: block;
    font-weight: 800;
}

.id_card_front figure {
    width: 150px;
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
}

.card_info {
    width: 100%;
    float: left;
    padding: 0 22px 0 30px;
}

.card_info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card_info li {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.card_info li strong {
    font-weight: 700;
    width: 131px;
    float: left;
    margin-right: 56px;
}

.card_info li strong:nth-child(2) {
    margin: 0;
    width: auto;
    float: right;
}

.card_info li span {
    display: block;
    float: left;
}

.id_card_front small {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    clear: both;
}

.id_card_front small>img {
    width: 62px;
    margin: 0 0 10px;
    display: block;
}

.id_card_back {
    width: 400px;
    height: 550px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ABB8E0;
    border-top: 10px solid #22B14C;
}

.id_card_back .card_info {
    padding-left: 26px;
}

.id_card_back .card_info.odd li strong {
    margin: 10px 0 0;
    width: auto;
}

.id_card_back .card_info.even li strong {
    margin-right: 31px;
}

.id_card_back .space {
    width: 100%;
    float: left;
    height: 296px;
}

.id_card_back h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    margin: 0 0 10px;
    padding: 0 26px 14px;
    border-bottom: 10px solid #22B14C;
}

a.download_btn {
    background: #52C91C;
    width: 180px;
    height: 60px;
    margin: 30px auto;
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    text-align: center;
    color: #fff;
    padding: 21px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

a.download_btn:hover {
    background: #002184;
}

.dispach_details {
    width: 100%;
    float: left;
    border-top: 1px solid #ABB8E0;
    padding-top: 30px;
    padding-bottom: 100px;
}

.dispach_details h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin: 0 0 30px;
    width: 100%;
}

.dispach_details ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.dispach_details li {
    width: 500px;
    min-height: 200px;
    float: left;
    margin: 0 15px;
    border: 1px solid #ABB8E0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dispach_details li h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding: 20px;
    border-bottom: 1px solid #ABB8E0;
    margin: 0 0 20px;
}

.dispach_details li h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0 20px 10px;
}

.dispach_details li h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    margin: 0 20px 0;
}

.dispach_details li h5 strong {
    float: left;
    width: 195px;
    font-weight: 700;
}

.dispach_details li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin: 0 20px 0px;
}

.c_block li {
    height: 100%;
    min-height: 572px;
    margin-bottom: 30px;
}

.custom_certificate_width {
    width: 550px !important;
}

.tab-button {
    display: inline-block;
    background: #676262;
    padding: 10px 15px;
    border: none;
    outline: none;
    margin-right: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

.tab-button.active,
.tab-button:hover {
    background: #001F67;
}

.error-is_accepted {
    font-size: 12px;
    color: red;
    margin-top: 11px;
    display: block;
}

.d-none {
    display: none;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #00657E !important;
    color: #fff;
}

.daterangepicker td.in-range {
    background-color: #00CBFF;
    color: #fff;
}

.daterangepicker.opensleft:before {
    right: inherit;
    left: 35px;
}

.daterangepicker.opensleft:after {
    right: inherit;
    left: 36px;
}

.drp-buttons {
    background: #00CBFF;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
}

.drp-buttons button {
    background: #00657e;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    padding: 8px 12px !important;
}

.drp-buttons {
    background: #f5ffaf;
}

.drp-buttons button {
    background: #002184;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #002184 !important;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    padding: 1px 3px;
    border-radius: 10px;
}

.ticket_header table td {
    padding: 19.5px 30px;
}

.skiptranslate {
    width: min-content !important;
}

.skiptranslate iframe,
.gskiptranslate {
    display: none !important;
}

.skiptranslate span {
    display: none;
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0px;
}

.goog-text-highlight {
    background: transparent !important;
    box-shadow: transparent !important;
}

#google_translate_element select {
    background: #002184;
    color: #fff4e4;
    border: none;
    font-weight: bold;
    border-radius: 3px;
    padding: 7px 12px;
    float: right;
    margin: 0;
}

.language-switcher {
    display: inline-flex;
    gap: 0.5rem;
}

.language-switcher .lang-btn {
    text-decoration: none;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
}


/* Optional: visually mark the active language */

.language-switcher .active-lang {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.ui-datepicker.active {
    z-index: 200 !important;
}

.ui-datepicker .ui-datepicker-header {
    background: #6387f3;
    position: relative;
    padding: 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    background: url(images/w-drop-arrow.png) 95% center no-repeat;
    background-size: 10px 6px;
    width: auto !important;
    margin: 0 !important;
    padding: 2px 17px 2px 10px !important;
    position: relative !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #98ace9 !important;
    background: #c6d4ff !important;
    font-weight: normal;
    color: #454545;
    font-size: 12px !important;
    text-align: center !important;
    padding: 0 !important;
}

.ui-datepicker-calendar thead tr th span {
    color: #181818;
    font-size: 11px;
}

.ui-widget-header .ui-icon {
    background: url(images/w-arrow.png) center no-repeat !important;
    background-size: contain !important;
    width: 23px;
    height: 23px;
    padding: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 5px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-left: -11px !important;
    margin-top: -12px !important;
}

.ui-datepicker .ui-datepicker-prev span {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: transparent !important;
    border: none !important;
    top: unset !important;
}

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

.declaration li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin: 0 0 20px;
    width: 100%;
}

.paymentCard {
    display: block;
    background: rgb(245 255 175);
    padding: 20px;
    float: left;
    width: 400px;
    position: absolute;
    top: -20px;
    left: 800px;
    z-index: 2;
}
 
.paymentCard>div {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
 
.paymentCard strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin-right: 10px;
}
 
.paymentCard span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}
 
.paymentCard button {
    background: rgb(27, 27, 71);
    display: block;
    margin: 30px auto 0;
    text-align: center;
    width: 250px;
    padding: 10px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    border-radius: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.toast{
    opacity: 1 !important;
}
 
/* .paymentCard button:hover {
    background: yellow;
} */


/*responsive CSS
=================================================================*/

@media only screen and (max-width:2560px) {}

@media only screen and (max-width:2100px) {}

@media only screen and (max-width:1900px) {}

@media only screen and (max-width:1700px) {
    .site_logo figure {
        height: 90px;
    }
    .site_logo a span {
        width: 90px;
        height: 90px;
    }
    .site_logo a strong {
        font-size: 25px;
        line-height: 30px;
    }
    .site_logo a strong small {
        font-size: 16px;
    }
    .logo_img {
        height: 90px;
    }
    .logo_img img {
        height: 100%;
    }
    .container {
        max-width: 1280px;
    }
    .c_panel_1 h1 {
        font-size: 40px;
        line-height: 57px;
    }
    .c_panel_1 h2 {
        margin: 0 0 40px;
    }
    .tag {
        width: 140px;
        right: -5px;
    }
    .h_txt h2 {
        font-size: 35px;
        line-height: 50px;
        margin: 0 0 25px;
    }
    .flagship_panel li {
        padding: 18px 36px 17px 114px;
    }
    .flagship_panel li img {
        width: 75px;
    }
    .footer_widget:nth-child(4) {
        width: 15%;
        padding-left: 10px;
    }
    .c_block li strong {
        font-size: 17px;
        line-height: 28px;
        height: 106px;
    }
    .faq_panel {
        padding-bottom: 0;
    }
    .download_content {
        padding-bottom: 50px;
    }
    .online_application_box.even .btn_bottom a {
        width: 100%;
    }
    .online_application_box {
        width: 44.6%;
        margin-right: 5.5%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:1365px) {
    .container {
        max-width: 1170px;
    }
    .site_logo a strong {
        font-size: 22px;
        line-height: 19px;
    }
    .site_logo a strong small {
        font-size: 14px;
    }
    .site_logo figure {
        height: 70px;
    }
    .site_logo a span {
        width: 70px;
        height: 70px;
    }
    .logo_img {
        height: 70px;
    }
    .top_txt_left,
    .h_top_right {
        padding: 15px 0;
    }
    .c_panel_1 h1 {
        font-size: 31px;
        line-height: 45px;
    }
    a.button1 {
        width: 250px;
        height: 70px;
        margin: 0 auto 40px;
        padding: 15px 60px 14px 30px;
        font-size: 18px;
    }
    .c_panel_1 h2 {
        font-size: 26px;
        margin: 0 0 20px;
    }
    .h_txt h2 {
        font-size: 28px;
        line-height: 50px;
        margin: 0 0 25px;
    }
    .flagship_panel li strong {
        font-size: 18px;
        line-height: 25px;
    }
    .flagship_panel li small {
        font-size: 16px;
        line-height: 26px;
    }
    .home_nonify_panel,
    .c_panel_1 {
        padding-bottom: 50px;
    }
    .tag {
        width: 148px;
        right: -8px;
    }
    #backToTop {
        background-size: 60px auto;
        height: 60px;
        width: 60px;
    }
    .c_slider_arrow a.next {
        margin-left: 10px;
    }
    .notify_slide_cont p {
        font-size: 17px;
        line-height: 35px;
    }
    .c_panel_2 {
        margin-bottom: 50px;
    }
    .c_panel_2_txt {
        margin-bottom: 40px;
    }
    .h_txt h2 {
        font-size: 32px;
    }
    .a_b_link a {
        width: 19.4%;
    }
    .action_block {
        padding-bottom: 60px;
    }
    .exam_center_panel {
        margin-bottom: 50px;
    }
    .footer .login_btn {
        margin: 42px 30px 0 0;
    }
    .footer_widget:nth-child(4) {
        width: 16%;
    }
    .flagship_panel ul {
        margin: 0 -0.9% 40px;
    }
    .flagship_panel {
        margin-bottom: 50px;
    }
    .c_panel_3 {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .page_title h1 {
        font-size: 33px;
        line-height: 50px;
    }
    .faq_panel h2 {
        font-size: 33px;
        line-height: 45px;
        margin: 0 0 15px;
    }
    .login_page_cont {
        width: 570px;
    }
}

@media only screen and (max-width:1199px) {
    a.nav_menu_btn {
        width: 40px;
        height: 40px;
        display: block;
        float: left;
        margin: 11px 0;
        position: relative;
        z-index: 0;
    }
    a.nav_menu_btn img {
        filter: invert(1);
        -webkit-filter: invert(1);
    }
    .header_nav {
        background: var(--blue-bg);
        position: fixed;
        left: -600px;
        top: 0;
        width: 350px;
        height: 100%;
        z-index: 2;
        box-shadow: unset;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
    }
    .header_nav.change {
        left: 0;
        box-shadow: 0 0 0 2000px rgb(0 0 0 / 80%);
    }
    .header_nav .container {
        padding: 0;
    }
    .header_nav ul li {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }
    .header_nav ul li a {
        padding: 15px 33px 15px 20px !important;
    }
    .nav-drp-arw {
        right: 17px;
        top: 23px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #fff;
    }
    .header_nav .submenu {
        position: relative;
        left: 0;
        top: 0;
        padding: 15px 0 0px;
        border: none;
        border-radius: unset;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        -ms-border-radius: unset;
        -o-border-radius: unset;
    }
    .submenu h3 {
        font-size: 20px;
        margin: 0px 22px 0px;
    }
    .submenu ul {
        margin: 0;
    }
    .submenu li {
        width: 100%;
        margin: 0 0 15px !important;
    }
    .submenu li>a {
        padding: 10px 20px !important;
        height: auto !important;
        border: none !important;
        border-radius: unset !important;
        -webkit-border-radius: unset !important;
        -moz-border-radius: unset !important;
        -ms-border-radius: unset !important;
        -o-border-radius: unset !important;
    }
    .submenu li a:hover {
        background: #EDF1FF;
    }
    .submenu li a em {
        padding: 0 !important;
        display: block;
    }
    .submenu li a em i {
        display: block;
    }
    .header_nav ul>li:hover>a {
        background: #4a68c1;
        color: #fff;
    }
    a.close_btn {
        width: 40px;
        height: 40px;
        display: block;
        margin: 15px 20px;
    }
    .c_panel_2_txt h2 {
        font-size: 26px;
        margin: 0 0 12px;
    }
    .c_panel_2_txt h3 {
        font-size: 27px;
    }
    .container {
        max-width: 1024px;
    }
    .a_b_link a {
        font-size: 16px;
        height: 60px;
        padding: 14px 0;
    }
    .faq_panel_cont h4 {
        background: url(images/next-arrow-black.png) right 15px no-repeat;
        background-size: 30px auto;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        padding: 16px 55px 16px 0px;
    }
    .faq_panel_cont h4.current {
        background: url(images/next-arrow-black.png) right 15px no-repeat;
        background-size: 30px auto;
    }
    .footer_widget {
        width: 21%;
    }
    .footer_widget:nth-child(2) {
        width: 28%;
    }
    .footer_widget:nth-child(3) {
        width: 22%;
    }
    .footer_widget:nth-child(4) {
        width: 19%;
    }
    .site_logo a strong {
        font-size: 20px;
        line-height: 15px;
    }
    .footer .login_btn {
        margin: 42px 15px 0 0;
    }
    .faq_panel {
        padding-bottom: 150px;
    }
    .login_btn a {
        padding: 7px 9px;
        height: auto;
        margin-top: 3px;
    }
    .faq_panel_cont.show h4,
    .faq_panel_cont.show h4.current {
        background-position: right 12px;
        background-size: 40px auto;
    }
    .login_page_cont {
        width: 492px;
    }
    .login_page_cont h2 {
        font-size: 27px;
    }
    .login_page_cont figure {
        width: 217px;
    }
    .address_map {
        max-width: 530px;
    }
    .online_application_box {
        width: 72.6%;
    }
}

@media only screen and (max-width:1099px) {
    .c_slider_arrow {
        right: 15px;
    }
    .notification_slider_holder {
        width: 1600px;
    }
    .notify_slide_cont p {
        height: auto;
    }
    .page_title h1 {
        font-size: 31px;
        line-height: 45px;
    }
    .custom_tab_content h2 {
        font-size: 26px;
    }
    .custom_search_bar {
        width: 360px;
    }
    .child_tab_content h3 {
        font-size: 25px;
    }
    .page_body h2 {
        font-size: 25px;
    }
    .login_page_cont {
        width: 462px;
    }
    .login_page_cont figure {
        width: 205px;
    }
    .login_form_area.odd {
        margin-top: 30px;
    }
    .address_map {
        max-width: 500px;
    }
}

@media only screen and (max-width:992px) {
    .site_logo figure {
        height: 60px;
    }
    .site_logo a span {
        width: 60px;
        height: auto;
    }
    .site_logo a strong {
        font-size: 17px;
        line-height: 15px;
    }
    .logo_img {
        height: 60px;
    }
    .c_panel_1 h1 {
        font-size: 27px;
        line-height: 37px;
    }
    .c_panel_1 small {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 35px;
    }
    .c_panel_1 h2 {
        font-size: 22px;
    }
    a.button1 {
        margin-bottom: 25px;
    }
    .h_txt h2 {
        font-size: 28px;
    }
    .notification_slider_holder {
        width: 2000px;
    }
    .c_panel_2 .h_txt {
        width: 100%;
    }
    .c_panel_2_txt {
        width: 100%;
    }
    .flagship_panel li {
        width: 48.2%;
        margin: 0 0.9% 15px;
    }
    .a_b_link a {
        width: 24.4%;
    }
    .faq_panel .h_txt {
        width: 100%;
        padding-bottom: 15px;
    }
    .faq_panel_cont {
        width: 100%;
    }
    .footer {
        text-align: center;
    }
    .footer .login_btn {
        margin: 36px 0 24px 0;
        float: none;
        display: inline-block;
    }
    .footer_widget:nth-child(1),
    .footer_widget:nth-child(2) {
        width: 50%;
        margin: 0 0 20px;
    }
    .footer_widget:nth-child(3),
    .footer_widget:nth-child(4) {
        width: 50%;
        margin: 0;
        float: left;
    }
    .footer_widget:nth-child(4) p {
        text-align: left;
    }
    .footer_widget:nth-child(2) {
        padding-left: 10px;
        border-left: 1px solid var(--headerBlackTxt);
    }
    .faq_panel h2 {
        font-size: 31px;
    }
    .c_block_1.rules li {
        width: 31.3%;
    }
    .c_block li {
        width: 48%;
        margin: 0 1% 18px;
    }
    .child_tab_content h3 {
        font-size: 24px;
    }
    .login_page_cont {
        display: none;
    }
    .login_form_area {
        width: 100%;
        max-width: 500px;
        float: none;
        margin: 0 auto;
    }
    .login_form_area::before,
    .login_form_area::after {
        display: block;
        overflow: hidden;
        visibility: hidden;
        clear: both;
        content: '';
    }
    .login_tab_nav a {
        width: 134px;
        height: 50px;
        padding: 15px 10px;
        font-size: 15px;
    }
    .thank_box {
        margin-top: 150px;
    }
    .eligibiity_content h1 {
        font-size: 30px;
    }
    .address {
        width: 100%;
        max-width: unset;
        padding-bottom: 30px;
    }
    .address_map {
        width: 100%;
        max-width: unset;
        margin: 0;
    }
    .address_map iframe {
        max-width: unset;
    }
    .address h2 {
        margin-bottom: 23px;
    }
    .online_application_box {
        width: 100%;
        margin-right: 0;
    }
    .dashboard_cont h2 {
        margin: 0;
        float: left;
    }
}

@media only screen and (max-width:767px) {
    .notification_slider_holder {
        width: 100%;
        float: left;
    }
    .a_b_link a {
        width: 32.7%;
    }
    .faq_panel {
        padding-bottom: 100px;
    }
    .c_block_1 li strong {
        font-size: 13px;
        line-height: 22px;
    }
    .faq_panel h2 {
        font-size: 27px;
        line-height: 40px;
    }
    .child_tab_nav1 a {
        width: 200px;
        height: 60px;
        font-size: 17px;
        line-height: 28px;
    }
    .custom_tab.odd .custom_tab_content h2 strong {
        font-size: 30px;
        line-height: 50px;
        padding-bottom: 20px;
    }
    .child_tab_nav a {
        width: 150px;
        height: 60px;
        font-size: 15px;
        line-height: 28px;
        margin-right: 15px;
    }
    .custom_tab_nav a {
        font-size: 21px;
        line-height: 27px;
        margin-right: 30px;
    }
    .center_cont {
        margin-top: 30px;
    }
    .login_form_area {
        width: 100%;
        padding: 20px 20px 30px;
    }
    .login_form_area.card h2 {
        font-size: 24px;
    }
    .custom_form input[type="submit"] {
        width: 100%;
    }
}

@media only screen and (max-width:690px) {
    .site_logo a strong {
        display: none;
    }
    .c_panel_1 h1 {
        font-size: 21px;
        line-height: 30px;
    }
    a.button1 {
        background-position: 97% center !important;
        margin-bottom: 25px;
        height: auto;
        font-size: 16px;
        padding: 10px 60px 10px 25px;
        width: 230px;
    }
    .custom_table table td {
        padding: 6px 20px;
    }
    .page_title h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .c_block_1.rules li {
        width: 31.3%;
    }
    .custom_tab.odd .custom_tab_content h2 strong {
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .custom_tab .custom_search_bar {
        margin-top: -15px;
        width: 100%;
    }
    .step_form_area ul {
        margin: 0;
    }
    .step_form_area li,
    .step_form_area li.full {
        width: 100% !important;
        margin: 0;
    }
    .thank_box {
        margin-top: 0px;
    }
    .thank_box p {
        font-size: 21px;
        line-height: 43px;
    }
    a.downloadBtn {
        margin-top: 4px;
    }
}

@media only screen and (max-width:560px) {
    .notification_slider .item {
        padding-right: 0;
    }
    .flagship_panel ul {
        margin: 0 0 40px;
    }
    .flagship_panel li {
        width: 100%;
    }
    .a_b_link a {
        width: 48.4%;
        margin: 0 0.8% 10px;
    }
    .footer .login_btn {
        margin: 36px 15px 24px 0;
        float: right;
    }
    .footer .login_btn a:last-child {
        display: none;
    }
    .header_top {
        text-align: center;
    }
    .top_txt_left {
        float: none;
    }
    .top_txt_left a.link1 {
        display: inline-block;
        float: none;
    }
    .h_top_right {
        float: none;
        display: inline-block;
        padding-top: 0;
    }
    .h_top_right::before,
    .h_top_right::after {
        clear: both;
        display: block;
        visibility: hidden;
        overflow: hidden;
        content: '';
    }
    .h_txt h2 {
        font-size: 24px;
    }
    .footer .login_btn a {
        padding: 11px 20px;
    }
    .login_btn a {
        font-size: 10px;
    }
    .c_panel_2_txt li {
        width: 100%;
        font-size: 17px;
    }
    .c_panel_2_txt li i {
        font-size: 18px;
        padding-right: 19px;
    }
    .a_b_link {
        margin: 0;
    }
    .a_b_link a {
        width: 100%;
        margin: 0 0 10px;
    }
    .footer_widget {
        width: 100% !important;
        margin: 0 0 20px !important;
        padding: 0 0 0 10px !important;
        border-left: 1px solid var(--btxt);
    }
    .custom_table_pagination a {
        margin: 0 3px;
    }
    .notification_content {
        padding-bottom: 100px;
    }
    .c_block ul {
        margin: 0;
    }
    .c_block li {
        width: 100%;
        margin: 0 0 20px;
    }
    .child_tab_content h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .custom_tab_nav {
        margin-bottom: 23px;
    }
    .field_area {
        padding: 0 15px;
    }
    .eligibiity_content h1 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 30px;
    }
    .contact_page_cont .c_panel_3 {
        padding: 0 15px;
    }
    .c_panel_3 .item {
        padding-right: 0px;
    }
}

.eligibiity_tab h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid var(--line-bg);
    color: var(--btxt);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.custom_box_03 {
    width: 100%;
    float: left;
}

.custom_box_03 h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    color: var(--btxt);
    margin: 0 0 20px;
}

.custom_box_03 span {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--btxt);
    padding-bottom: 20px;
}

.custom_box_03 figure {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 14px;
    line-height: 23px;
}

.custom_box_03 .chkBox i {
    margin: 8px 13px 0 0;
}

@media only screen and (max-width:479px) {
    .c_block_1 ul {
        margin: 0;
    }
    .c_block_1 li {
        width: 100% !important;
        margin: 0 0 15px;
        height: auto !important;
    }
    .faq_panel h2 {
        font-size: 23px;
        line-height: 38px;
    }
    .verify_code input {
        width: 39px;
        height: 39px;
        padding: 6px;
        margin-right: 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}