/*Custom css*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

/* font converted using font-converter.net. thank you! */

@font-face {
    font-family: "Mohave-Bold";
    src: url("../fonts/Mohave-Bold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Mohave-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Mohave-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Mohave-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Mohave-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Mohave-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Mohave-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

span.text-mute {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
acronym,
address,
big,
img,
samp,
strong,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #0d4e94;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #080086;
}

a:focus,
a:hover {
    outline: none;
}


/*Initial css*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* close commented backslash hack */

img {
    width: 100%;
    height: auto;
}

html,
body {
    min-height: 100%;
}

.site_hd_wrap {
    position: absolute;
    width: 100%;
    background-color: transparent;
    padding: 15px 0;
    z-index: 1;
}


/*********************************************
    Material CSS Start For Form Element
*********************************************/

.custom-checkbox [type="radio"]:not(:checked),
.custom-checkbox [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.custom-checkbox [type="radio"]:not(:checked)+label,
.custom-checkbox [type="radio"]:checked+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 24px;
    font-size: 14px;
    transition: 0.28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    color: #595a5a;
    font-weight: 400;
}

.custom-checkbox [type="radio"]+label:before,
.custom-checkbox [type="radio"]+label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: 0.28s ease;
}

.custom-checkbox [type="radio"]:checked+label:before {
    border: 2px solid transparent;
}

.custom-checkbox [type="radio"]:not(:checked)+label:before,
.custom-checkbox [type="radio"]:not(:checked)+label:after,
.custom-checkbox [type="radio"]:checked+label:before,
.custom-checkbox [type="radio"]:checked+label:after,
.custom-checkbox [type="radio"].with-gap:checked+label:before,
.custom-checkbox [type="radio"].with-gap:checked+label:after {
    border-radius: 50%;
}

.custom-checkbox [type="radio"]:checked+label:after,
.custom-checkbox [type="radio"].with-gap:checked+label:before,
.custom-checkbox [type="radio"].with-gap:checked+label:after {
    border: 2px solid #0d4e94;
}

.custom-checkbox [type="radio"]:checked+label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.custom-checkbox [type="radio"].with-gap:checked+label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.custom-checkbox [type="radio"]:checked+label:after,
.custom-checkbox [type="radio"].with-gap:checked+label:after {
    background-color: #0d4e94;
}

.custom-checkbox [type="radio"]:not(:checked)+label:before,
.custom-checkbox [type="radio"]:not(:checked)+label:after {
    border: 2px solid #0d4e94;
}

.custom-checkbox [type="radio"]:checked+label:after,
.custom-checkbox[type="radio"].with-gap:checked+label:before,
.custom-checkbox [type="radio"].with-gap:checked+label:after {
    border: 2px solid #0d4e94;
}

.custom-checkbox [type="checkbox"]:not(:checked),
.custom-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.custom-radio label {
    padding-left: 24px;
}

.custom-radio [type="radio"]:checked+label:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #084e94;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio [type="radio"]+label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    z-index: 0;
    border: 1.5px solid #084e94;
    margin-top: 2px;
    border-radius: 4px;
    background: transparent;
    transition: 0.2s;
}

.custom-checkbox [type="checkbox"]+label,
.custom-checkbox [type="radio"]+label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #737c85;
    font-size: 14px;
    letter-spacing: 0.285714px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
.custom-checkbox [type="checkbox"].filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 0px;
    top: 3px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

.custom-checkbox [type="checkbox"]+label:before,
.custom-checkbox [type="checkbox"]:not(.filled-in)+label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 1px solid #084e94;
    border-radius: 1px;
    margin-top: 2px;
    transition: 0.2s;
}

.custom-checkbox [type="checkbox"].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 5px;
    height: 10px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.custom-checkbox [type="checkbox"].filled-in+label:before,
.custom-checkbox [type="checkbox"].filled-in+label:after {
    content: "";
    left: 0;
    position: absolute;
    transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    z-index: 1;
}

.custom-checkbox [type="checkbox"].filled-in:not(:checked)+label:after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #084e94;
    top: 0;
    z-index: 0;
}

.custom-checkbox [type="checkbox"].filled-in:checked+label:after {
    top: 0px;
    width: 14px;
    height: 14px;
    border: 1px solid #084e94;
    background-color: #084e94;
    z-index: 0;
}

.job_profl_detl_section .custom-checkbox [type="checkbox"].filled-in:checked+label:after {
    top: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #008182;
    background-color: #fff;
    z-index: 0;
}

.job_profl_detl_section .custom-checkbox [type="checkbox"].filled-in:checked+label:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #008182;
    border-bottom: 2px solid #008182;
}


/*********************************************
    Material CSS Start For Form Element
*********************************************/

.header_inner_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_logo_sec {
    width: 25%;
}

.header_list_sec {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}


/* .header_list_sec ul{width: 100%;} */

.header_list_sec ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.header_logo_sec figure {
    display: block;
    width: 200px;
    height: auto;
}

.header_logo_sec figure img {
    display: block;
    vertical-align: middle;
}

.header_list_sec ul li.login_hd {
    margin-left: 8px;
}

.header_list_sec ul li a {
    font-size: 13px;
    line-height: 34px;
    text-transform: uppercase;
    color: #3174bc;
    font-weight: 700;
}

.profl_img img {
    border: 1px solid #f5f2f2;
}

.verilick_home_section {
   background-color: #f3f3f3;padding-top: 86px;
}

.header_list_sec ul li.login_hd a {
    display: block;
    height: 47px;
    padding: 0 25px;
    border-radius: 23px;
    background-color: #fc434e;
    text-transform: none;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fc434e;
    position: relative;
    cursor: pointer;
}

.header_list_sec ul li:first-child {
    margin: 0;
}

.header_list_sec ul li.staf_hd a {
    display: block;
    height: 47px;
    border-radius: 23px;
    background-color: #3174bc;
    padding: 0 40px;
    text-transform: none;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #3174bc;
    position: relative;
}

.user_icon {
    display: block;
    position: absolute;
    left: 12px;
    top: 12.5px;
    background-image: url(../images/office-worker.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.stf_list_icon {
    display: block;
    position: absolute;
    right: 15px;
    top: 18px;
    background-image: url(../images/drop-down-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

.login_icon {
    background-image: url("../images/man-user.svg");
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.log_in_btn span {
    display: inline-block;
    vertical-align: middle;
}

.footer-bottom-wrapper {
    background-color: #fc434e;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.footer-bottom-wrapper p {
    font-size: 15px;
    color: #fff;
}

.footer-top-wrapper {
    /* background-color: #3174bc; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3174bc+19,fc434e+99 */
    /* background: rgb(49, 116, 188);
  background: -moz-linear-gradient(
    left,
    rgb(49, 116, 188) 19%,
    rgb(252, 67, 78) 99%
  );
  background: -webkit-linear-gradient(
    left,
    rgb(49, 116, 188) 19%,
    rgb(252, 67, 78) 99%
  );
  background: linear-gradient(
    to right,
    rgb(49, 116, 188) 19%,
    rgb(252, 67, 78) 99%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3174bc', endColorstr='#fc434e',GradientType=1 ); IE6-9
  padding: 115px 0 30px; */
    padding: 115px 0 30px;
}

.footer-top-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.fooetr_social_icon_wrap {
    width: 30%;
    padding-right: 55px;
}

.fooetr_link_detail_wrap {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.comm_footer_list_sce {
    width: 25%;
}

.fooetr_social_icon_wrap p {
    font-size: 16px;
    color: #000;
    line-height: 1.52;
    margin-bottom: 20px;
}

h4.fooetr_list_title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.comm_footer_list_sce ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    word-break: break-word;
    padding: 0 12px;
    letter-spacing: 0.2px;
}

.comm_footer_list_sce ul li {
    display: block;
    margin-bottom: 15px;
}

.header_list_sec ul li.login_hd a:hover,
.header_list_sec ul li.login_hd a:focus {
    color: #fff;
}

.footer_social_icon_wrap ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.scl_twt_ic img {
    display: block;
    width: 16px;
    height: auto;
}

.social_comm_icon span {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e1e1e1;
    align-items: center;
    justify-content: center;
    color: #fc434e;
    font-size: 16px;
}

.verf_list_comm a .list_dertail_wrap .fa {
    color: #fff;
}

.verf_list_comm a:hover .list_dertail_wrap .fa {
    color: #3174bc;
}

li.staf_hd {
    position: relative;
}

.footer_social_icon_wrap ul li:last-child {
    margin-right: 0;
}

.comm_footer_list_sce ul li:last-child {
    margin: 0;
}

ul.drope_downmenu_wrap {
    position: relative;
    top: -8px;
    right: 0;
    width: 174px;
    background-color: #3174bc;
    border-radius: 5px;
    margin-bottom: -16px;
}

.drope_downmenu_wrap a {
    display: block;
    width: 100%;
    color: #fff !important;
    padding: 7px 11px;
    border-bottom: 1px solid #407fb6;
    font-weight: bold;
    cursor: pointer;
}

.drope_downmenu_wrap a:hover {
    background-color: #fc434e;
}

.header_list_sec ul.drope_downmenu_wrap li {
    display: block;
    margin: 0;
}

ul.drope_downmenu_wrap:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 10px;
    border-bottom: 10px solid #3174bc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}


/* popup css */

.login_popup_section {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.login_popup_form_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.sign_up_by_socil_media {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.sign_up_by_socil_media p {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.modal_sign_up_form,
.modal_login_popup,
.modal_forgot_popup,
.modal_reset_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 99999;
    overflow-y: auto;
}

.forgot_title .sign_form_title {
    font-size: 32px;
    color: #155090;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.forgot_title .sign_form_title span {
    color: #fc434e;
}

.popup_forgot_section .form_log_in_wrap {
    margin-bottom: 50px;
}

.popup_forgot_section .sign_up_btn_wrap {
    justify-content: center;
}

.btn_forgot_psw {
    background-color: #155090;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    padding: 15px 50px;
    text-align: center;font-weight: 700;
    letter-spacing: 0.528px;
}

.forgot_title {
    text-align: center;
}

.forgot_title p {
    font-size: 18px;font-weight: 600;
    color: #3174bc;
    margin-bottom: 15px;
}

.modal_forgot_popup .login_popup_section,
.modal_reset_popup .login_popup_section {
    width: 40%;
    background-color: #fff;
    padding: 30px;
}

.modal_for_signup {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.sign_up_logo_sec figure {
    width: 191px;
    height: auto;
    /* margin-left: 36px; */
    margin: 0 auto;
}

.sign_up_list span {
    display: block;
    font-size: 16px;
    color: #5d5e5e;font-weight: 600;
}

.popup_left_section {
    width: 40%;
    background-color: #2e5485;
    background-image: url("../images/signup_bg_img.png");
    background-size: cover;
    background-position: center -93px;
    background-repeat: no-repeat;
    position: relative;
    padding: 35px 35px 130px;
}

.popup_right_section {
    width: 60%;
    padding: 35px;
    background-color: #fff;
}

.sign_up_logo_det p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.528;
}

.comm_social_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #1a5da7;
    color: #fff;
    transition: 0.4s ease-out;
}

.sign_form_title {
    color: #084e94;
    text-transform: uppercase;
    font-size: 41px;font-weight: 800;
}

.sign_up_by_socil_media ul li:last-child {
    border: none;
}

.sign_up_by_socil_media ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.sign_up_title p {
    color: #5d5e5e;
    font-size: 16px;
}

.sign_up_title {
    margin-bottom: 15px;
}

.sign_up_list figure {
    max-width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    color: #737c85;
}

.sign_up_tab_sec ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 0 0px;
}

.form_inetpz_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.trm_cnd_sec {
    padding: 0 0px 9px;
}

.sign_up_btn_wrap {
    padding: 0;
}

.trm_cnd_sec ul li {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    vertical-align: top;
    padding: 0 15px;
}

.form_log_in_wrap+.trm_cnd_sec ul li {
    padding: 0;
}

.sign_up_btn_wrap .btn_lrn_more {
    width: 30%;
    min-height: 42px;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fc434e;
    background-color: #fc434e;
    outline: none;
    transition: 0.4s ease-out;
}

.sign_up_tab_sec ul li.active a {
    background-color: #084e94;
    color: #ffff;
}

.sign_up_tab_sec ul li.active a .sign_up_list figure,
.sign_up_tab_sec ul li.active a .sign_up_list span {
    color: #fff;
}

.sign_up_btn_wrap a.btn-link {
    color: #fc434e;font-weight: 600;
    padding-left: 5px;
}

.sign_up_btn_wrap a.btn-link:hover {
    color: #fc434e;
}

.sign_up_tab_sec ul li a {
    display: block;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 2px;
}

.sign_up_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sign_up_btn_wrap p {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    color: #9f9f9f;
}

.sign_up_deatils_wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.sign_up_logo_det {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.sign_up_tab_sec { margin-bottom: 25px; margin-top: 15px; }

.form_title {
    font-size: 16px;
    color: #737c85;
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.form-control {
    border-radius: 0;
    outline: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}

.comm_social_icon.icon_fb {
    background-color: #005199;
    color: #fff;
    border: 1px solid #005199;
}

.comm_social_icon.icon_googl {
    background-color: #dc175c;
    color: #fff;
    border: 1px solid #dc175c;
}

.comm_social_icon.icon_twit {
    background-color: #00addf;
    color: #fff;
    border: 1px solid #00addf;
}

.comm_social_icon.icon_lin {
    background-color: #317bcd;
    color: #fff;
    border: 1px solid #317bcd;
}

.comm_social_icon.icon_lin:hover {
    background-color: #fff;
    color: #317bcd;
}

.comm_social_icon.icon_fb:hover {
    background-color: #fff;
    color: #005199;
}

.comm_social_icon.icon_googl:hover {
    background-color: #fff;
    color: #dc175c;
}

.comm_social_icon.icon_twit:hover {
    background-color: #fff;
    color: #00addf;
}

.modal_login_popup .popup_left_section {
    padding: 35px 35px 200px;
    position: relative;
}

.modal_login_popup .sign_up_logo_sec {
    margin-bottom: 15px;
}

.modal_login_popup a.btn-link {
    color: #ff4049;font-weight: 600;
    padding-left: 5px;
}

.modal_login_popup .trm_cnd_sec a.btn-link {
    text-align: right;
    display: block;
}


/* staffing dashboard css */

.dashboard_staff_section {
    width: 100%;
    background: #fcfcfc;
}

.profl_btn_wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.job_comm_list_staff h4 span {
    display: inline-block;
    color: #000;
    font-size: 16px;
    vertical-align: middle;
    margin-left: 15px;
}

div#cdk-overlay-1 {
    /* bottom: 0 !important;
    box-shadow: 0px 0px 21px 0px #8e9baa;*/
}

.left_menu_f_cnd {
    display: none;
    position: absolute;
    top: 140px;
    left: 0;
    width: 35px;
    height: 35px;
    background-image: url("../images/right-chevron.svg");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.candtd_profile_left_sec {
    width: 300px;
    position: relative;
    float: left;
    background: #fcfcfc;
    padding-left: 30px;
    padding-top: 30px;
}

.job_title_bn h1 span {
    margin-right: -19px;
}

button {
    cursor: pointer;
    outline: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


/* .header_list_sec.aft_lg_header_list{display: none;} */


/* modal popup css */

body.modal-open {
    overflow: hidden;
}

.sign_up_btn_wrap {
    padding: 0;
}

.modal_sign_up_form .login_popup_section {
    width: 1108px;
    margin: 15px 0;
}

.modal_login_popup .login_popup_section {
    width: 892px;
}

.form_inetpz_wrap .form-group {
    width: 50%;
    padding: 0 15px;
}

.login_popup_form_wrapper .sign_up_form_wrap {
    margin-top: 25px;
}


/*  */

.k-chart-surface path {
    /* fill: #ffffff; */
    opacity: 1;
    fill-opacity: 1;
}

.candtd_profile_left_sec.lstclos {
}

.custom-radio {
    cursor: pointer;
}

.sign_up_list figure span {
    display: block;
    margin: auto auto 10px;
}

.icon_jobsk {
    background-image: url("../images/jobseekerblack.png");
    background-size: cover;
    width: 35px;
    height: 27px;
}

.icon_staffing {
    background-image: url("../images/staffingagencyblack.png");
    background-size: cover;
    width: 41px;
    height: 27px;
}

.icon_entps {
    background-image: url("../images/enterpriceblack.png");
    background-size: cover;
    width: 27px;
    height: 27px;
}

.sign_up_tab_sec ul li.active .icon_jobsk {
    background-image: url("../images/jobseekerwhite.png");
    background-size: cover;
}

.sign_up_tab_sec ul li.active .icon_staffing {
    background-image: url("../images/staffingagencywhite.png");
    background-size: cover;
}

.sign_up_tab_sec ul li.active .icon_entps {
    background-image: url("../images/enterpricewhite.png");
    background-size: cover;
}

.dashbd_profl_detl h4 {
    text-transform: none;
}

.job_profl_detl_section .custom-checkbox {
    position: absolute;
    left: 15px;
}

.prevw_resum_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 1;
    overflow-y: auto;
}

.popupresum_detal_wrap {
    width: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background-color: #fff;
    border-radius: 3px;
    padding: 50px;
}

.succ_msg_title {
    padding: 60px 25px;
    text-align: center;
}

.succ_msg_title h2 {
    color: #105092;
    font-size: 27px;font-weight: 700;
    margin-bottom: 25px;
}

.close_popup {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: #fc434e url("/assets/images/close.svg");
    background-size: 45%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.rsm_title {
    display: block;
    font-size: 15px;
    color: #5f5f5f;
    margin-bottom: 5px;font-weight: 600;
}

.rsm_subtitl {
    display: block;
    color: #5f5f5f;
    font-size: 18px;
    text-transform: capitalize;
}

.comm_rsm_sec {
    width: 50%;
    margin-bottom: 25px;
    display: inline-block;
}

.mat-dialog-actions {
    width: 100%;
}

.resm_details_sec {
    display: flex;
    flex-wrap: wrap;
}

.comm_btn_wrap {
    display: block;
    width: 100%;
    text-align: center;
}

.add_more_btn_sec {
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.staffing_profiles_wrapper,
.stff_abut_comp_detail,
.stff_link_deatls {
    background-color: #fff;
}


/* mob nav list css */

.dashboard_staff_section.open_mob_tab .left_menu_f_cnd {
    left: 320px;
    top: 132px;
}

.brd_cum_list_stff {
    margin-bottom: 15px;
    min-height: 42px;
}

.brd_cum_list_stff ul li {
    display: inline-block;
    margin-right: 15px;
}

.brd_cum_list_stff ul li a {font-weight: 600;
    color: #3174bc;
    font-size: 14px;
    position: relative;
    padding: 5px 15px 5px 0;
}

.brd_cum_list_stff ul li:last-child a::after {
    content: unset;
}

.brd_cum_list_stff ul li:last-child a {
    color: #5f5f5f;
}

.brd_cum_list_stff ul li a:after {
    content: ">";
    position: absolute;
    right: 0;
    font-size: 16px;
}

.verif_icon {
    display: inline-block;
    margin-right: 10px;
}

.input_srch_fm {
    z-index: 9;
}

.cnd_comm_list ul li {
    display: block;
    padding: 7px 0;
}


.candtd_profile_right_sec {
    width: calc(100% - 300px);
    overflow: hidden;
    padding-left: 25px;
    padding-top: 40px;
}

.dashboard_staff_section {
    position: relative;
}

.card {
    padding: 15px;
    margin-bottom: 15px;
}

.titl_dec_sec p {
    white-space: pre-line;
    word-break: break-all;
}


/* media css */

@media (min-width: 1568px) {}

@media (max-width: 1567px) {}

@media (min-width: 1381px) and (max-width: 1920px) {
    .sign_form_title {
        font-size: 30px;
    }
    .sign_up_list span {
        font-size: 12px;
    }
    .sign_up_list figure {
        font-size: 22px;
    }
    /* .form_title { font-size: 13px;} */
    .trm_cnd_sec ul li {
        margin-bottom: 3px;
    }
    .sign_up_title p {
        font-size: 14px;
    }
    .modal_sign_up_form .custom-checkbox [type="checkbox"]+label {
        padding-left: 25px;
        font-size: 12px;
    }
    .modal_sign_up_form .custom-checkbox [type="checkbox"].filled-in:checked+label:before {
        top: 0px;
    }
    .modal_sign_up_form .custom-checkbox [type="checkbox"].filled-in:checked+label:after {
        top: 1px;
    }
    .modal_sign_up_form .custom-checkbox [type="checkbox"].filled-in:not(:checked)+label:after {
        top: 1px;
    }
    .modal_login_popup .popup_left_section,
    .modal_login_popup .popup_right_section {
        width: 50%;
    }
    .sign_up_tab_sec {
        margin-bottom: 10px;
    }
    .modal_sign_up_form .popup_right_section {
        padding: 15px 30px;
    }
    .login_popup_form_wrapper .sign_up_btn_wrap p {
        font-size: 14px;
    }
}

@media (min-width: 1380px) {
    body .container {
        max-width: 1280px;
        padding: 0;
    }
}

@media (max-width: 1440px) {
    .header_list_sec ul li {
        margin-left: 20px;
    }
    .trm_cnd_sec ul li {
        margin-bottom: 5px;
    }
}

@media (max-width: 1380px) {
    .form_title {
        font-size: 12px;
    }
    .sign_form_title {
        font-size: 25px;
    }
    .sign_up_list span {
        font-size: 13px;
    }
    .trm_cnd_sec ul li {
        margin-bottom: 4px;
    }
    .sign_up_list figure {
        font-size: 20px;
    }
    .modal_sign_up_form .login_popup_section {
        margin: 25px 0;
    }
    .fooetr_social_icon_wrap {
        width: 28%;
        padding-right: 35px;
    }
    .fooetr_link_detail_wrap {
        width: 72%;
    }
    .sign_up_btn_wrap {
        flex-wrap: unset;
        /* flex-direction: column; */
    }
    .sign_up_btn_wrap .btn_lrn_more {
        margin-bottom: 15px;
    }
}

@media (width: 1366px) {
    .modal_login_popup .popup_left_section,
    .modal_login_popup .popup_right_section {
        width: 50%;
    }
}

@media (min-width: 1281px) {
    .login_popup_section {
        width: 992px;
        margin: 30px 0;
    }
}

@media (max-width: 1280px) {
    .login_popup_section {
        width: 80%;
    }
    .modal_login_popup .sign_up_btn_wrap p {
        font-size: 12px;
    }
    .modal_login_popup .login_popup_section {
        width: 100%;
        max-width: 750px;
    }
    .modal_login_popup .popup_left_section,
    .modal_login_popup .popup_right_section {
        width: 50%;
    }
    .modal_sign_up_form .login_popup_section {
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .sign_up_btn_wrap p {
        width: 70%;
        font-size: 12px;
    }
    .btn_for_resume {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .header_list_sec ul li {
        margin-left: 15px;
    }
    .header_list_sec {
        width: 75%;
    }
    .header_logo_sec {
        width: 25%;
    }
    .header_list_sec ul li a {
        font-size: 12px;
    }
    .sign_up_btn_wrap p {
        width: 69%;
    }
    .modal_login_popup .trm_cnd_sec a.btn-link,
    .sign_up_btn_wrap p {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .popup_right_section {
        width: 65%;
    }
    .popup_left_section {
        width: 35%;
    }
    .modal_forgot_popup .login_popup_section {
        width: 70%;
    }
}


/*low resolution tablets, mobiles (landscape)*/

@media (max-width: 992px) {
    .login_popup_section {
        width: 85%;
        padding: 15px 0;
    }
    .modal_sign_up_form .login_popup_section {
        width: 85%;
    }
    .modal_login_popup .login_popup_section {
        width: 80%;
    }
    .login_popup_form_wrapper {}
    .sign_up_by_socil_media ul li {
        display: inline-block;
        padding: 0 4px;
    }
}

@media (max-width: 991px) {
    .left_menu_f_cnd {
        display: block;
        top: 128px;
    }
    .candtd_profile_left_sec {
        width: 0;
        position: absolute;
        min-height: 100%;
        left: 0;
        float: unset;
        margin-left: -300px;
        background-color: #fff;
        z-index: 9;
        padding: 25px 15px 25px 25px;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    }
    .candtd_profile_left_sec.open {
        width: 320px;
        margin-left: 0;
    }
    ul.site_hd_sec {
        width: 30%;
        right: 51px;
        top: 100px;
    }
    .popup_right_section {
        width: 64%;
        padding: 15px;
    }
    .modal_login_popup .popup_left_section {
        padding: 15px 34px 159px;
        position: relative;
    }
    .candtd_profile_right_sec {
        width: 100%;
        padding-left: 0px;
    }
    .login_popup_section {
        width: 95%;
    }
    .modal_sign_up_form .login_popup_section {
        width: 95%;
    }
    .modal_login_popup .login_popup_section {
        width: 90%;
    }
    .modal_forgot_popup .login_popup_section,
    .modal_reset_popup .login_popup_section {
        width: 80%;
    }
    .popupresum_detal_wrap {
        width: 75%;
    }
    .btn_cv_push[_ngcontent-c3] {
        padding: 9.5px 45px;
        margin-left: 10px;
        font-size: 14px;
    }
}


/*low resolution tablets, mobiles (landscape)*/

@media (max-width: 767px) {
    .dashboard_staff_section {
        /* padding-top: 60px; */
    }
    .popup_left_section {
        width: 100%;
        padding: 35px;
    }
    .popup_right_section {
        width: 100%;
    }
    .login_popup_form_wrapper {
        flex-direction: column-reverse;
    }
    .sign_up_deatils_wrap {
        display: none;
    }
    figure.hir_profile_image {
        width: 167px !important;
        height: auto;
        position: absolute;
        bottom: -155px;
        right: 0;
    }
    .modal_login_popup .popup_left_section {
        padding: 15px;
    }
    .sign_up_by_socil_media {
        position: relative;
        bottom: 0;
        text-align: center;
        left: auto;
        transform: unset;
        width: 100%;
    }
    .header_inner_sec {
        flex-wrap: nowrap;
    }
    .sign_up_logo_sec figure {
        margin: 0 auto;
    }
    .modal_forgot_popup .login_popup_section,
    .modal_reset_popup .login_popup_section {
        width: 70%;
    }
    .modal_sign_up_form .login_popup_section {
        width: 70%;
    }
    .modal_login_popup .login_popup_section {
        width: 70%;
    }
    .btn_forgot_psw {
        font-size: 16px;
        padding: 10px 25px;
        text-align: center;
    }
    .sign_up_btn_wrap p {
        width: 100%;
        margin-top: 15px;
        justify-content: center;
    }
    .form_inetpz_wrap .form-group {
        width: 100%;
    }
    .modal_sign_up_form .login_popup_section {
        position: relative;
        top: 0;
        left: auto;
        transform: unset;
        margin: 0 auto;
    }
    .popup_left_section:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-image: url(../images/ly_logo.png);
        background-size: cover;
        background-position: center;
    }
    .modal_login_popup .sign_up_logo_sec {
        position: relative;
        z-index: 1;
    }
    .sign_up_logo_sec {
        position: relative;
        z-index: 1;
    }
    .modal_login_popup .popup_left_section,
    .modal_login_popup .popup_right_section {
        width: 100%;
    }
    .popup_left_section {
        background-position: center center;
    }
    .popupresum_detal_wrap {
        width: 80%;
    }
    .an_lf_detl_sec {
        float: unset;
        margin-bottom: 10px;
    }
    .an_rgt_detl_sec {
        float: unset;
        margin-bottom: 0px;
    }
    .srch_input_comm {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 25px;
    }
    .btn_f_srch {
        width: 35%;
    }
    .header_list_sec {
        position: relative;
    }
}


/*smartphones mobiles (portrait)*/

@media (max-width: 580px) {
    .sign_form_title {
        font-size: 22px;
    }
    .sign_up_title p {
        font-size: 11px;
    }
    .form_title {
        font-size: 12px;
    }
    .form-control {
        font-size: 12px;
    }
    .custom-checkbox [type="checkbox"]+label {
        padding-left: 19px;
        font-size: 12px;
    }
    .modal_login_popup .trm_cnd_sec a.btn-link {
        font-size: 12px;
    }
    .sign_up_btn_wrap p {
        font-size: 12px;
    }
    .sign_up_btn_wrap .btn_lrn_more {
        min-height: 32px;
        padding: 5px 30px;
        width: 100%;
        border-radius: 19px;
        font-size: 14px;
        color: #fff;
    }
    .custom-checkbox [type="checkbox"]+label {
        padding-left: 25px;
        font-size: 12px;
        margin-bottom: 12px;
    }
    .trm_cnd_sec {
        margin-bottom: 15px;
    }
    .forgot_title .sign_form_title {
        font-size: 28px;
    }
    .modal_login_popup .login_popup_section {
        width: 90%;
    }
    .modal_sign_up_form .login_popup_section {
        width: 90%;
    }
    .candtd_profile_right_sec {
        padding-top: 80px !important;
    }
}

@media (max-width: 480px) {
    .dashboard_staff_section {
        padding-top: 79px;
    }
    .forgot_title .sign_form_title {
        font-size: 22px !important;
    }
    html .modal_forgot_popup .login_popup_section {
        width: 90%;
    }
    .job_left_banner_sec h1 {
        font-size: 38px;
    }
    .job_left_banner_sec h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .job_left_banner_sec p {
        font-size: 14px;
        line-height: 28px;
    }
    .site_sub_title p {
        font-size: 16px;
        line-height: 28px;
    }
    .chat_total_ct_title p {
        font-size: 30px;
    }
    .chat_total_ct_title p span {
        font-size: 25px;
    }
    .cost_chat_wrapper {
        padding: 50px 0;
    }
    .verified_section {
        padding: 50px 0;
    }
    .wrk_pln_section ul li.verf_list_comm a {
        padding: 30px 0;
    }
    ul.wrk_pln_list_sec {
        margin-bottom: 0;
    }
    .srch_input_comm {
        width: 100% !important;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .btn_f_srch {
        width: 50%;
    }
    .candtd_profile_left_sec.open {
        width: 250px;
        margin-left: 0;
        margin-top: 23px;
    }
    .dashboard_staff_section.open_mob_tab .left_menu_f_cnd {
        left: 250px;
        top: 101px;
    }
    .left_menu_f_cnd {
        top: 100px;
        z-index: 9;
    }
}

.or {
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
}

.or:after,
.or:before {
    content: "";
    display: block;
    background: grey;
    width: 30%;
    height: 1px;
    margin: 0 10px;
}


/*Error-404*/ 
.error {
    padding: 2rem 0;
    min-height: calc(100vh - 77px);
}


  
.error .error-content {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: auto;
  }
  
  .error .error-content .left-roboto {
    width: 470px; 
  }
  
  .error .error-content .left-roboto .right-roboto {
    position: relative;
    max-width: 125px;
  }
  
  .error .error-content .right-roboto .robot {
    right: 0;
    left: auto;
    top: 25%;
    position: absolute; 
    width: 280px;
  }
  
  
  .right-roboto {
    margin-left: auto;
    position: relative;
    width: 470px;
    height: 470px;
  }
  
  .error .error-content .right-roboto .ballon {
    left: auto;
    width: auto;
    position: absolute; 
    top: 25%;
    right: 58%;
  }
  
  .error .error-content .right-roboto  .ballon-1 {
    left: 5%;
    width: auto;
    position: absolute; 
    top: 12%;
    bottom: auto;
  }
  
  
  .error .middle-content h1 {
    font-size: 35px;
    background-image: linear-gradient(to right, #0d4e94, #ed1c24);
    text-shadow: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .error .middle-content h1:after {
    background: none;
    content: attr(data-text);
    left: 0;
    position: absolute;
    text-shadow: 2px 2px rgb(213, 213, 213);
    top: 0;
    z-index: -1;
}

.error .middle-content h3 {
    font-size: 30px;
    font-weight: 500;
    color: #293134;
    margin-bottom: 13px;
}

.error .middle-content p {
    font-size: 18px;
    width: 500px;
    margin-bottom: 50px;
}
 
  .error .middle-content .btn {
    text-transform: capitalize;
    background: linear-gradient(to right, #3f89d9, #0d4e94);
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
  }
  
  .middle-content {
    min-width: 266px;
  }
  @media (max-width: 990px){ 
   .error {
    padding: 1rem 0;
    position: relative;
    min-height: calc(100vh - 107px);
  } 
  .error .error-content .left-roboto {
    width: auto;
    min-width: 250px;
  } 
  .error .error-content .right-roboto .robot {
    width: 90%;
  } 
  .right-roboto {
    margin-left: auto;
    position: relative;
    width: auto;
    min-width: 250px; 
  } 
  .error .error-content .right-roboto .ballon {
    width: 33%;
    top: 55%;
    right: 69%;
  }
  
  
  }
  @media (max-width: 767px){
  .error .error-content {
  flex-wrap: wrap;
  padding: 1rem 1rem;
  }
    
  .right-roboto {
    min-width: 488px;
    margin: auto;
  }
  
  .error .error-content .right-roboto .robot {
    height: 69%;
    width: auto;
  }
  
  .error .error-content .right-roboto .ballon {
    width: 19%;
  }
  
  .error .error-content .right-roboto .ballon-1 {
    top: 25%;
  }
  }
  
  
  @media (max-width: 640px){
  .error .error-content .left-roboto {
    min-width: 100px;
    width: 35%;
  }
  
  .error .error-content .right-roboto {
    min-width: 90%;
  }
  
  }
  
 

 
.error-img {
    position: relative;
    margin-bottom: 50px;
}

 
 

img.ballon-1,
img.ballon {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.jb_cust_detl_list p {
    white-space: pre-line;
    overflow-wrap: break-word;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

img.robot {
    -webkit-animation: mover-1 1s infinite alternate;
    animation: mover-1 1s infinite alternate;
}

@-webkit-keyframes mover-1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}

@keyframes mover-1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}


/*----breadcrums----*/

.bread {
    padding: 50px 0;
}

.bread .container {
    background: #fff;
    border-radius: 5px 5px 0 0;
    height: 100%;
}

.bread .breadcrumb {
    background-color: transparent;
    position: relative;
    top: 22px;
}

.bread .breadcrumb li a {
    font-size: 16px;
    color: #0357d7;
    font-weight: 500;
    text-decoration: none;
}

.bread .breadcrumb-item.active {
    color: #293134;
}

.bread .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}


/*----footer---*/

@media (min-width: 1200px) {
    .error .container {
        max-width: 1000px!important;
    }
}

@media screen and (min-width:320px) and (max-width: 900px) {
    /* footer{text-align: center;} */
}

@media screen and (min-width: 320px) and (max-width: 500px) {
    .robot {
        width: 162px;
    }
}

@media screen and (min-width: 501px) and (max-width: 600px) {
    .robot {
        width: 249px;
    }
}

@media screen and (min-width:320px) and (max-width:768px) {
    /* #header{height: auto;}
	#header .admin{float: none!important;  display: flex;
    justify-content: center;}
	#header .brand{float: none!important; width: 200px;
    margin: 0 auto;}
	#header .admin ul li {margin: 0 18.5px; } */
    .error {
        padding: 50px 0;
    }
    .error .opps {
        margin-top: 0;
        margin-bottom: 90px;
        text-align: center;
    }
    .error .opps p {
        width: 100%;
        margin: 20px auto 35px auto;
    }
    .error-img {
        margin-bottom: 100px;
        margin-top: 42px;
    }
    .ballon {
        width: 90px;
    }
}

@media screen and (min-width:800px) and (max-width:823px) {
    /* #header .admin ul li {margin: 0 21.5px; } */
    .error .opps {
        text-align: center;
    }
    .error .opps p {
        margin: 20px auto 35px auto;
    }
    /* #header .admin{float: none!important;  display: flex;  justify-content: center;} */
    /* #header .brand{float: none!important; width: 200px;   margin: 0 auto;} */
}

/**** Candidates Search Filter Css ***/

/* Mat Box */
.matbox{    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.01);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.01);
    padding: 15px;
    position: relative;font-family: 'Poppins', sans-serif;
    font-size: 15px; margin-bottom: 15px;
    line-height: 1.5rem;}
.matbox .name{ color: #111;
    text-align: center;
    font-weight: 400;}
    .matbox .name .checkicon {
        position: absolute;
        right: 10px;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        color: #fff;
        top: 10px;
        line-height: 3rem;
    }
    .matbox .name .nonverified {
        background: #e6e6e6;
    }
    .matbox .name .verified {
        background: #02c090;
    }
    .matbox .name .star {
        display: inline-block;
        margin-right: 5px;
        vertical-align: sub;
        color: #FFCC00;
    }

    .matbox .infotxt {
        color: #444444;font-weight: 300;
    }

    .matbox .infotxt span {
        color: #000;font-weight: 400;
    }

    .matbox .name span {
        cursor: pointer;
    }

    .matbox .blue-divider {
        background: #0d4e94;
        height: 2px;
        margin: 8px 0;
    }.matbox .textRow {
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        margin: 10px 0;
    }

    .matbox .textRow .txtcol {
        flex-basis: 50%;
        position: relative;
        text-align: center;
    }

    .matbox .textRow .txtcol:after {content: "";background: #e1e1e1;height: calc(100% - 15px);top: 0;bottom: 0;margin: auto;width: 1px;right: 0;position: absolute;}

    .matbox .textRow .txtcol:last-child:after {
        display: none;
    }

    .matbox .textRow .txtcol label {
        font-weight: 500;
        color: #909090;
        font-size: 14px;
        display: block;
        text-align: center;
    }

    .matbox .textRow .txtcol span {
        color: #0d4e94;
        font-size: 13px;
        font-weight: 500;
    }

    .matbox .infotxt input {
        display: inline-block;
        width: auto;
        text-align: left;
        max-width: 67px;
    }
    .matbox .font-600{ font-weight: 600;}
    .matbox .txtGreen { color: #0d4e94;}

.matbox .button .btn-link {
    background: transparent;
    border: 0;
    text-align: center;
    display: block;
    color: #0d4e94;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

.matbox .button {
    margin-top: 15px;
}
