@charset "utf-8";
/* CSS Document */

/* font-family: 'Montserrat', sans-serif; */
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0 none
}

a:focus {
    outline: 0 none
}

a img {
    border: none
}

a {
    text-decoration: none;
}

img,
a,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

input,
textarea,
select {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none
}

input[type="checkbox"] {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: checkbox !important
}

input[type="radio"] {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: radio !important
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

::selection {
    background-color: #000;
    color: #fff
}

.hideAfter:after {
    display: none;
}

.homeSection_1 b,
.homeSection_1 a.btn-primary,
.homeSection_3 a.btn-primary,
a.btn-primary,
.signUpSection form button[type="submit"],
.homeSection_4 div.featuredJbs article ul li a,
.jobDtlsPage_1 section button {
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.profileInfo ul li a {
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #606972;
}

a.btn-primary,
button.btn-primary,
input.btn-primary {
    background: #5cb85c;
    color: #fff;
    height: 45px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 45px;
    text-transform: uppercase;
    border-radius: 22px;
}

a.btn-secondary {
    background: transparent;
    color: #004d9f;
    height: 45px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 45px;
    text-transform: uppercase;
    border-radius: 22px;
}

.btn-custom_1 {
    width: 137px;
    height: 45px;
    border: 2px solid #004d9f;
    background: #fff;
    color: #004d9f;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 41px;
    text-transform: uppercase;
    border-radius: 22px;
}

.addMore {
    width: 117px;
    height: 45px;
    border: 1px solid #bbccdd;
    background: #f7fafe;
    color: #0c5cb2;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 45px;
    text-transform: uppercase;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}

.backBtn {
    width: 109px;
    height: 45px;
    border: 2px solid #bbccdd;
    background: #f7fafe;
    color: #060b0f;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 41px;
    text-transform: uppercase;
    border-radius: 22px;
}

.btn-primary.saveJobBtn {
    float: left;
    color: #004d9f;
    border: 2px solid #004d9f;
    background: #fff;
    width: 146px;
    line-height: 45px;
}

.deleteBtn {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    background: url(/images/accountIcon_3.png) no-repeat center center;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

.deleteBtn.formEducation {
    margin-top: 57px;
}


.scroll_tbl {
    overflow: -moz-scrollbars-horizontal;
    overflow-x: scroll;
}


.container {
    max-width: 1340px;
}

h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    color: #111;
}

h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    color: #111;
}

h3 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    color: #111;
}

h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    color: #111;
}

p {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    color: #111;
}


.form-control {
    border: 1px solid #d9dee8;
    border-radius: 13px;
    width: 100%;
    height: 46px;
    padding: 5px 15px;
    margin: 0 0 0;
    box-shadow: rgba(188, 188, 188, 0.2) 0 0 20px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #666;
}

.form-control_select {
    border: 1px solid #d9dee8;
    border-radius: 13px;
    width: 100%;
    height: 46px;
    padding: 0 28px 0 0;
    margin: 0 0 0;
    box-shadow: rgba(188, 188, 188, 0.2) 0 0 20px;
    position: relative;
    cursor: pointer;
}

.form-control_select select {
    background: none !important;
    width: 100%;
    height: 46px;
    border: none;
    padding: 5px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-control_select:after {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    height: 46px;
    width: 36px;
    text-align: center;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #272c2f;
    pointer-events: none;
    font-size: 14px;
}


.mobileView {
    display: none !important;
}

.desktopView {
    display: block !important;
}

.headerSection {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    padding: 10px 0 0 0;
    z-index: 9;
}

.headerInrPage {
    padding: 20px 0;
    background: rgb(11, 92, 177);
    background: -moz-linear-gradient(left, rgba(11, 92, 177, 1) 0%, rgba(26, 110, 201, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(11, 92, 177, 1) 0%, rgba(26, 110, 201, 1) 100%);
    background: linear-gradient(to right, rgba(11, 92, 177, 1) 0%, rgba(26, 110, 201, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b5cb1', endColorstr='#1a6ec9', GradientType=1);
}

.headerInrPage:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(/images/headerInrPageBg.png) no-repeat center center;
    content: '';
    pointer-events: none;
    opacity: 0.5;
}

.headerInrPage a.logo img {
    height: 90px;
    width: auto;
}

.headerInrPage nav.topNav,
.headerInrPage .employerSignBtn,
.headerInrPage .langSelect,
.headerInrPage .hdrSearchBtn,
.headerSection.userlogin.headerInrPage .profileInfo {
    margin-top: 39px;
}

.headerSection.userlogin .employerSignBtn {
    display: none;
}

.profileInfo {
    display: none;
}

.headerSection.userlogin .profileInfo {
    display: inline-block;
    float: right;
    position: relative;
    cursor: pointer;
    margin-top: 47px;
}

.headerSection.userlogin .profileInfo h6 {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.headerSection.userlogin .profileInfo h6 span {
    font-size: 18px;
    line-height: 20px;
}

.headerSection.userlogin .profileInfo ul {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear .3s, -index 0s linear 0.01s;
    position: absolute;
    left: calc(50% - 111px);
    top: 100%;
    background: #fff;
    width: 222px;
    z-index: 999;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 10px;
    padding: 10px;
}

.headerSection.userlogin .profileInfo:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
}

.headerSection.userlogin .profileInfo ul:before {
    content: '';
    position: absolute;
    left: calc(50% - 4px);
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.headerSection.userlogin .profileInfo ul li {
    margin: 0;
    padding: 0;
}

.headerSection.userlogin .profileInfo ul li a {
    margin: 10px 0 0 0;
    padding: 7px 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #515961;
    display: block;
    text-decoration: none;
    background: #f7fafe;
    border: 1px solid #dae3ee;
    border-radius: 3px;
}

.headerSection.userlogin .profileInfo ul li:first-child a {
    margin: 0;
    background: #ec9922;
    border-color: #ec9922;
    color: #fff;
}

.headerSection.userlogin .profileInfo ul li a span {
    background: #ffc36c;
    display: inline-block;
    padding: 0 10px;
    border-radius: 15px;
    color: #743e12;
    text-transform: uppercase;
    box-shadow: #df8419 0 0 10px;
}

.headerSection.userlogin .profileInfo ul li a:hover {
    background: #ec9922;
    border-color: #ec9922;
    color: #fff;
}

.headerSection.userlogin .profileInfo.profileInfo_2 ul li {
    margin: 0;
    padding: 0;
}

.headerSection.userlogin .profileInfo.profileInfo_2 ul li a {
    margin: 10px 0 0 0;
    padding: 7px 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #515961;
    display: block;
    text-decoration: none;
    background: #f7fafe;
    border: 1px solid #dae3ee;
    border-radius: 3px;
}

.headerSection.userlogin .profileInfo.profileInfo_2 ul li:first-child a {
    margin: 0;
    background: none;
    border-color: #fff;
    color: #060b0f;
}

.headerSection.userlogin .profileInfo.profileInfo_2 ul li a span {
    background: none;
    display: inline-block;
    padding: 0 0;
    border-radius: 0;
    color: #004d9f;
    text-transform: uppercase;
    box-shadow: none;
}

.headerSection.userlogin .profileInfo.profileInfo_2 ul li a:hover {
    background: #f7fafe;
    border-color: #dae3ee;
    color: #1569c1;
}

a.logo img {
    float: left;
    width: auto;
    height: 130px;
}

nav.topNav {
    margin: 47px 0 0 0;
    padding: 0;
}

nav.topNav ul {
    margin: 0;
    padding: 0;
    float: right;
}

nav.topNav ul li {
    /*margin: 0 0 0 25px;*/
    margin: 0 0 0 14px;
    padding: 0;
    float: left;
    list-style: none;
    position: relative
}

@media screen and (max-width:1325px) {
    nav.topNav ul li {
        margin: 0 0 0 12px;
    }
}

nav.topNav ul li:first-child {
    margin-left: 0;
}

nav.topNav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 40px;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

nav.topNav ul li a:hover,
nav.topNav ul li.active a {
    color: #03b7ff;
}

nav.topNav ul ul {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear .3s, -index 0s linear 0.01s;
    position: absolute;
    left: 0;
    top: 100%;
    background: #1e73c6;
    margin: 0;
    padding: 0;
    width: 240px;
    box-shadow: #00387f 0 0 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
}

nav.topNav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
}

nav.topNav ul ul li {
    margin: 0;
    padding: 0;
    float: none;
}

nav.topNav ul ul li a {
    margin: 0;
    padding: 10px 15px;
    float: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 22px;
}

nav.topNav ul ul li:last-child a {
    border: none;
}

nav.topNav ul ul li a:hover {
    color: #fff;
    background: #0352a9;
}

.hdrSearchBtn {
    float: right;
    margin: 47px 0 0 0;
    padding: 0;
    background: url(/images/searchBtn.png) no-repeat center center #03b8ff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: #00387f 0 0 5px;
}

.langSelect {
    float: right;
    margin: 47px 0 0 0;
    padding: 0;
    width: 80px;
    text-align: center;
    position: relative;
    cursor: pointer
}

.langSelect i {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 0 5px;
}

.langSelect ul.lang-ul {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear .3s, -index 0s linear 0.01s;
    position: absolute;
    right: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 0;
    width: 180px;
}

.langSelect:hover ul.lang-ul {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
}

.langSelect ul.lang-ul li {
    margin: 0;
    padding: 0;
}

.langSelect ul.lang-ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.langSelect ul.lang-ul li a img {
    float: left;
    width: auto;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 40px;
    height: 20px;
}



.employerSignBtn {
    float: right;
    width: 170px;
    height: 40px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    box-shadow: #00387f 0 0 5px;
    background: url(/images/employerSignUp.png) no-repeat 16px center #5cb85c;
    text-decoration: none;
    display: block;
    padding: 0 0 0 45px;
    margin: 47px 10px 0 0;
}

.employerSignBtn:hover {
    color: #fff;
}

.hdrSearchSection {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
}

.hdrSearchSectionInr {
    padding: 30px 0;
    width: 100%;
    height: auto;
    background: #fff;
}

.hdrSearchSection input[type="text"] {
    width: calc(100% - 50px);
    height: 46px;
    background: #fff;
    border: none;
    border-bottom: rgba(0, 0, 0, .4) solid 1px
}

.hdrSearchSection input[type="submit"] {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(/images/searchBtn.png) no-repeat center center #03b8ff;
    border: none;
    display: block;
    margin: 0 auto;
}

.hdrSearchSection a.clsBtn {
    float: right;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    cursor: pointer;
}

.bannerSection {
    width: 100%;
    min-height: 718px;
    padding: 145px 0 0 0;
    background-image: url(/images/bannerBg.jpg);
    background-color: #0c5db2;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    border-radius: 0 0 200px 0;
    position: relative;
}

.bannerSection div.bannerBottomSection {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #4b9f4b;
    width: 600px;
    height: 55px;
    padding: 0 200px 0 0;
    border-left: 1px solid #5bb65b;
    border-top: 1px solid #5bb65b;
    border-radius: 20px 0 0 0;
}

.bannerSection div.bannerBottomSection h5 {
    margin: 0 0 0 15px;
    padding: 0 0 0 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 55px;
    font-style: italic;
    display: block;
    background: url(/images/30daysIcon.png) no-repeat left center;
}

.bannerSection .mbFrame {
    width: 270px;
    height: 522px;
    position: relative;
    float: right;
    z-index: 1;
}

.bannerSection .mbFrame:after {
    background: url(/images/mobileFrame.png) no-repeat 0 0;
    content: '';
    width: 270px;
    height: 522px;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    pointer-events: none;
}

.bannerSection .mbFrame img {
    margin: 60px auto 0;
    display: block;
}

.bannerSection .mbFrame video {
    margin: 60px auto 0;
    display: block;
}


.bannerSection img.tenX {
    float: left;
    margin: 90px 15px 0 0;
}

.bannerSection h3 {
    color: #fff;
    line-height: 1.4;
    margin: 90px 0 0 0;
    padding: 0;
}

.bannerSection h1 {
    color: #fff;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.bannerSection a.regNowBtn {
    font-weight: 600;
    font-size: 15px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 0 0 0 40px;
    display: inline-block;
    position: relative;
}

.bannerSection a.regNowBtn:before {
    background: url(/images/regIcon.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    display: none
}

.bannerSection a.regNowBtn:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    content: '';
    background: #0cbdff;
}

.bannerSection a.regNowBtn img {
    position: absolute;
    left: 0;
    top: 12px;
}

.bannerSection a.regNowBtn img.wobble.animated.infinite {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.bannerSection h4 {
    margin: 65px 0 0 0;
    padding: 0;
    color: #fff;
}

.bannerSection div.searchField {
    width: 340px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    margin: 10px 0;
}

.bannerSection div.searchField input[type="text"] {
    background: transparent;
    border: none;
    width: calc(100% - 55px);
    height: 50px;
    float: left;
    padding: 0 20px;
    font-size: 14px;
}

.bannerSection div.searchField input[type="submit"] {
    background: url(/images/searchBtn2.png) no-repeat center center #03b8ff;
    border: none;
    width: 48px;
    height: 48px;
    float: right;
    border-radius: 50%;
    margin: 1px 1px 0 0;
}

.bannerSection .bnrSearch {
    clear: both;
}

.bannerSection .bnrSearch p {
    color: #fff;
    font-size: 16px;
}

.bannerSection .bnrSearch h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.bannerSection .bnrSearch ul {
    margin: 0;
    padding: 0;
}

.bannerSection .bnrSearch ul li {
    float: left;
    list-style: none;
    margin: 2.5px 5px 2.5px 0;
    padding: 0 0;
    color: #fff;
    background: #2279d7;
    font-size: 13px;
    line-height: 32px;
    border-radius: 15px;
}

.bannerSection .bnrSearch .dropdown-toggle {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.bannerSection .bnrSearch .dropdown-menu.show {
    background: #2279d7 !important;
    border: none !important;
    min-width: 310px;
}

.bannerSection .bnrSearch input[type="checkbox"] {
    margin: 0 10px;
}

.bannerSection .bnrSearch button[type="submit"] {
    border: none;
    background: none;
    cursor: pointer;
    float: left;
}

.bannerSection .bnrSearch .dropdown ul li {
    line-height: 20px;
    float: none;
}

.bannerSection:after {
    background: url(/images/rightbottombnr.png) no-repeat right bottom transparent;
    width: 197px;
    height: 194px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

div.dropdown.skillsBx .dropdown-menu.show {
    width: 580px;
}

div.dropdown.skillsBx .dropdown-menu.show li {
    width: 50%;
    float: left;
    margin-right: 0;
}

.employerSearch {
    width: 100%;
    min-height: inherit;
    padding: 50px 0;
    background-color: #0c5db2;
    background-size: cover;
    border-radius: 0 0 0 0;
    position: relative;
    text-align: center;
    margin: 50px 0 30px;
}

.employerSearch h3 {
    margin: 0 0 0 0;
    padding: 0;
    color: #fff;
}

.employerSearch div.searchField {
    width: 640px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    margin: 10px auto;
}

.employerSearch div.searchField input[type="text"] {
    background: transparent;
    border: none;
    width: calc(100% - 55px);
    height: 50px;
    float: left;
    padding: 0 20px;
    font-size: 14px;
}

.employerSearch div.searchField input[type="submit"] {
    background: url(/images/searchBtn2.png) no-repeat center center #03b8ff;
    border: none;
    width: 48px;
    height: 48px;
    float: right;
    border-radius: 50%;
    margin: 1px 1px 0 0;
}

.employerSearch .bnrSearch {
    clear: both;
}

.employerSearch .bnrSearch p {
    color: #fff;
    font-size: 16px;
}

.employerSearch .bnrSearch h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.employerSearch .bnrSearch ul {
    margin: 0;
    padding: 0;
}

.employerSearch .bnrSearch ul li {
    float: none;
    display: inline-block;
    list-style: none;
    margin: 5px 5px 5px 0;
    padding: 0 0;
    color: #fff;
    background: #2279d7;
    font-size: 15px;
    line-height: 32px;
    border-radius: 15px;
}

.employerSearch .bnrSearch .dropdown-toggle {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.employerSearch .bnrSearch .dropdown-menu.show {
    background: #2279d7 !important;
    border: none !important;
    min-width: 290px;
}

.employerSearch .bnrSearch input[type="checkbox"] {
    margin: 0 10px;
}

.employerSearch .bnrSearch button[type="submit"] {
    border: none;
    background: none;
    cursor: pointer;
    float: none;
    display: inline-block;
}

.employerSearch .bnrSearch .dropdown ul li {
    line-height: 20px;
    float: left;
    width: 100%;
}







.homeSection_1 {
    width: 100%;
    padding: 90px 0;
}

.homeSection_1 h2 {
    color: #111;
    font-weight: 600;
}

.homeSection_1 a.btn-primary {
    background: #5cb85c;
    color: #fff;
    width: 130px;
    height: 45px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 45px;
    text-transform: uppercase;
    border-radius: 22px;
}

.homeSection_1 a.btn-primary:hover {
    background: #333;
}



.homeSection_1 .callToActionBtns {
    float: right;
    width: 540px;
}

.homeSection_1 .callToActionBtns section {
    width: 255px;
    height: 235px;
    float: left;
}

.homeSection_1 .callToActionBtns section img {
    margin: 20px 20px 0;
}

.homeSection_1 h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 0 0 30px;
    margin: 0;
}

.homeSection_1 a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.homeSection_1 b {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    background: url(/images/indServArow.png) no-repeat 0 0;
    margin: 10px 0 0 30px;
}

.homeSection_1 a:hover b {
    margin: 10px 0 0 40px;
}

.homeSection_1 .callToActionBtns section:nth-child(1) {
    float: left;
    background: url(/images/callToActionBg_1.png) no-repeat 0 0;
    margin-bottom: 30px;
    border-radius: 70px 0 0 0;
}

.homeSection_1 .callToActionBtns section:nth-child(2) {
    float: right;
    background: url(/images/callToActionBg_2.png) no-repeat 0 0;
    margin-bottom: 30px;
    border-radius: 0 70px 0 0;
}

.homeSection_1 .callToActionBtns section:nth-child(3) {
    float: left;
    background: url(/images/callToActionBg_2.png) no-repeat 0 0;
    border-radius: 0 0 0 70px;
}

.homeSection_1 .callToActionBtns section:nth-child(4) {
    float: right;
    background: url(/images/callToActionBg_1.png) no-repeat 0 0;
    border-radius: 0 0 70px 0;
}

.homeSection_1 .callToActionBtns section:nth-child(1) h4,
.homeSection_1 .callToActionBtns section:nth-child(4) h4 {
    color: #004d9f;
}

.homeSection_1 .callToActionBtns section:nth-child(2) b,
.homeSection_1 .callToActionBtns section:nth-child(3) b {
    background: url(/images/indServArow2.png) no-repeat 0 0;
}



.homeSection_2 {
    width: 100%;
    padding: 0 0 90px 0;
}

.homeSection_2 h2 {
    color: #060b0f;
    font-weight: 600;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
}

.homeSection_2 hr {
    background-color: #cedae0;
    opacity: 1;
    margin: 0 0 90px;
}

.homeSection_2 div.roundWidget {
    margin: 70px auto 0;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    border: 7px solid #e9e9e9;
}

.homeSection_2 div.roundWidget h5 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.homeSection_2 div.roundWidget h5 span {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
}

.homeSection_2 div.roundWidget:after {
    position: absolute;
    top: -35px;
    right: -125px;
    background: url(/images/roundArrow.png) no-repeat 0 0;
    content: '';
    width: 136px;
    height: 34px;
}

.homeSection_3 {
    width: 100%;
    padding: 75px 0 90px 0;
    background: url(/images/homeSection_3bg.png) no-repeat left bottom #060b0f;
    border-radius: 0 0 0 200px;
}

.homeSection_3 h2 {
    color: #fff;
    font-weight: 600;
}

.homeSection_3 p {
    color: #a5aeb8;
    font-weight: 400;
}

.homeSection_3 p strong {
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
}

.homeSection_3 p.smll {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.homeSection_3 img.icon {
    margin: 0 auto;
    display: block;
}

.homeSection_3 a.btn-primary {
    width: 249px;
    margin: 0 auto;
}

.homeSection_3 a.btn-primary:hover {
    background: #03b8ff;
}


.homeSection_4 {
    width: 100%;
    padding: 75px 0 90px 0;
    background: #fff;
}

.homeSection_4 h2 {
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px;
}

.homeSection_4 div.featuredJbs {
    width: 100%;
    /*display:flex;*/
    position: relative;
}

.homeSection_4 div.featuredJbs .slick-slide {
    padding: 30px 15px;
}

.homeSection_4 div.featuredJbs article {
    /*width:370px !important;*/
    min-height: 360px;
    margin: 0 0;
    background: #fff;
    padding: 0;
    box-shadow: rgba(175, 175, 175, 0.15) 0 0 15px;
    border-radius: 15px;
    padding: 0 30px 30px;
}

.homeSection_4 div.featuredJbs article .headerInfo {
    width: 100%;
    background: url(/images/homeSection_4HeadingBg.png) no-repeat center top;
    height: 49px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    background-size: 100% 100%;
}

.homeSection_4 div.featuredJbs article .headerInfo img {
    margin: 0 5px 0 0;
}

.homeSection_4 div.featuredJbs article h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #060b0f;
}

.homeSection_4 div.featuredJbs article h3 span {
    background: #d6fcd6;
    border: 1px solid #5cb85c;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 10px;
    margin: 0 0 0 10px;
}

.homeSection_4 div.featuredJbs article h6 {
    color: #034187;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.homeSection_4 div.featuredJbs article p {
    color: #515960;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.homeSection_4 div.featuredJbs article p a {
    color: #034187;
    text-decoration: none;
}

.homeSection_4 div.featuredJbs article ul {
    margin: 0;
    padding: 0;
}

.homeSection_4 div.featuredJbs article ul li {
    margin: 0 10px 10px 0;
    padding: 0;
    float: left;
    color: #060b0f;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 3px;
}

.homeSection_4 div.featuredJbs article ul li a {
    color: #060b0f;
    display: block;
    text-decoration: none;
    padding: 0 15px;
    background: #e8f2fc;
}

.homeSection_4 div.featuredJbs article ul li a:hover {
    background: #add6ff;
    color: #000;
}

.homeSection_4 a.btn-primary {
    margin: 40px auto 0;
    width: 173px;
    display: block;
}

.homeSection_4 a.btn-secondary {
    color: #03b7ff;
    margin-top: 20px;
}

.homeSection_4 a.btn-secondary:hover {
    color: #5cb85c;
    background: transparent;
}



.homeSection_5 {
    width: 100%;
    padding: 0 0 90px 0;
    background: #fff;
}

.homeSection_5 hr {
    background-color: #cedae0;
    opacity: 1;
    margin: 0 0 90px;
}

.homeSection_5 h2 {
    font-weight: 700;
    text-align: center;
    margin: 0 0 35px;
}

.homeSection_5 a.btn-primary {
    margin: 40px auto 0;
    width: 173px;
    display: block;
}

div.featuredVas {
    width: 100%;
    /*display:flex;*/
    text-align: center;
    position: relative;
    margin: 30px 0;
}

div.featuredVas article {
    width: calc(20% - 30px);
    margin: 0 0;
    padding: 0 0 30px;
    border-radius: 15px;
    position: relative;
}

div.featuredVas article a {
    text-decoration: none;
    width: 100%;
    display: block;
}

div.featuredVas article img.thumbRound {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    padding: 5px;
    border: 2px solid #e9e9e9;
    width: 137px;
    height: 137px;
}

div.featuredVas article h5 {
    color: #004d9f;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 0;
}

div.featuredVas article p {
    color: #616973;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

div.featuredVas article p span {
    font-size: 14px;
    margin: 0 0 0 5px;
}

div.featuredVas article:hover a img.thumbRound {
    border: 2px solid #004d9f;
}

div.featuredVas article:after {
    width: 123px;
    height: 123px;
    left: 50%;
    top: 7px;
    position: absolute;
    background: rgba(0, 77, 159, 0);
    content: "";
    border-radius: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}

div.featuredVas article:hover:after {
    background: rgba(0, 77, 159, 0.5);
}

div.featuredVas .wishListIcon {
    float: right;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: url(/images/wishListIcon.png) no-repeat center center;
    border: 1px solid #a2b6cb;
}

div.featuredVas .viewIcon {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: url(/images/viewIcon.png) no-repeat center center;
    border: 1px solid #a2b6cb;
}

div.featuredVas .messageIcon,
div.featuredVas_2 .messageIcon {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: auto;
    display: flex;
    border: 1px solid #8c9ca4;
}

div.featuredVas .wishListIcon:hover,
div.featuredVas .viewIcon:hover,
div.featuredVas .messageIcon:hover,
div.featuredVas_2 .messageIcon:hover {
    background-color: #d2ffd2;
}

div.featuredVas hr {
    margin: 10px auto;
    width: 130px;
    background-color: #efefef;
}

a.btn-secondary {
    color: #03b7ff;
    margin-top: 20px;
}

a.btn-secondary:hover {
    color: #5cb85c;
    background: transparent;
}



div.featuredVas_2 {
    width: 100%;
    /*display:flex;*/
    text-align: center;
    position: relative;
    margin: 30px 0;
}

div.featuredVas_2 article {
    width: calc(20% - 25px);
    margin: 8px 5px;
    padding: 8px 5px 30px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.07) 0 0 10px;
}

div.featuredVas_2 article:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}

div.featuredVas_2 article a {
    text-decoration: none;
    width: 100%;
    display: block;
}

div.featuredVas_2 article img.thumbRound {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    padding: 5px;
    border: 2px solid #e9e9e9;
    width: 137px;
    height: 137px;
}

div.featuredVas_2 article h5 {
    color: #004d9f;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 0;
    /*width:100%;
	 height:36px;
	 overflow:hidden;
	 white-space:nowrap;
	 text-overflow:ellipsis;*/
}

div.featuredVas_2 article p {
    color: #616973;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

div.featuredVas_2 article p span {
    font-size: 14px;
    margin: 0 0 0 5px;
}

div.featuredVas_2 article hr {
    max-width: 60%;
    margin: 15px auto;
}

div.featuredVas_2 article:hover a img.thumbRound {
    border: 2px solid #004d9f;
}

div.featuredVas_2 article:after {
    width: 123px;
    height: 123px;
    left: 50%;
    top: 15px;
    position: absolute;
    background: rgba(0, 77, 159, 0);
    content: "";
    border-radius: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
}

div.featuredVas_2 article:hover:after {
    background: rgba(0, 77, 159, 0.5);
}

div.featuredVas_2 .wishListIcon {
    float: right;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: url(/images/wishListIcon.png) no-repeat center center;
    border: 1px solid #a2b6cb;
}

div.featuredVas_2 .viewIcon {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: url(/images/viewIcon.png) no-repeat center center;
    border: 1px solid #a2b6cb;
}

div.featuredVas_2 .wishListIcon:hover,
div.featuredVas_2 .viewIcon:hover {
    background-color: #d2ffd2;
}








.homeSection_6 {
    width: 100%;
    padding: 0 0 90px 0;
    background: #fff;
}

.homeSection_6 hr {
    background-color: #cedae0;
    opacity: 1;
    margin: 0 0 90px;
}

.homeSection_6 h2 {
    font-weight: 700;
    text-align: center;
    margin: 0 auto 35px;
    max-width: 575px;
    line-height: 1.2;
}

.homeSection_6 p {
    text-align: center;
    font-weight: 400;
    color: #606972;
    line-height: 1.8;
}

.homeSection_6 img.imgStyle_1 {
    border: none;
    border-left: 10px solid #004d9f;
    border-radius: 100px 0 0 0;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    float: left;
}

.homeSection_6 img.imgStyle_2 {
    border: none;
    border-right: 10px solid #004d9f;
    border-radius: 0 0 100px 0;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    float: right;
}

.homeSection_6 .loopSection {
    margin-top: 50px;
}

.homeSection_6 .loopSection .loopSectionInner {
    max-width: 430px;
}

.homeSection_6 .loopSection .loopSectionInner p {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #616973;
    line-height: 1.5;
}



.homeSection_6 h3 {
    color: #004d9f;
    font-weight: 500;
}

.homeSection_6 input[type="radio"] {
    display: none;
}

.homeSection_6 label div {
    height: 0;
    overflow: hidden;
    color: #616973;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 0;
}

.homeSection_6 label h6 {
    color: #535b65;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    position: relative;
    margin: 0;
    padding: 5px 20px 5px 0;
}

.homeSection_6 label h6:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
}

.homeSection_6 input[type="radio"]:checked+label div {
    height: auto;
    overflow: visible;
    padding-bottom: 20px;
}

.homeSection_6 input[type="radio"]:checked+label h6:after {
    content: "\f107";
}

.homeSection_7 {
    width: 100%;
    padding: 120px 0 140px;
    background: url(/images/homeSection_7bg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0 0 200px 0;
}

.homeSection_7 h2 {
    font-weight: 700;
    text-align: center;
    margin: 0 auto 15px;
    line-height: 1.5;
    color: #fff;
}

.homeSection_7 p {
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.5;
    color: #fff;
}

.homeSection_7 a.btn-primary {
    margin: 0 auto 0;
    width: 183px;
    display: block;
}

.homeSection_7 a.btn-primary:hover {
    background: #fff;
    color: #5cb85c;
}


.footerPart {
    width: 100%;
    padding: 89px 0 0 0;
}

.footerPart img.footerLogo {
    float: none;
    margin: 0 auto;
    display: block;
}

.footerPart .footerContact {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #616973;
    text-decoration: none;
    padding: 55px 0;
}

.footerPart .footerContact a {
    text-decoration: none;
    color: #616973;
    line-height: 34px;
}

.footerPart .footerContact span {
    width: 34px;
    height: 34px;
    background: #004d9f;
    border-radius: 50%;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    color: #fff;
    float: left;
    margin: 0 18px 0 0;
}

.footerPartMenus {
    width: 100%;
    padding: 55px 0;
    border: none;
    border-bottom: 1px solid #cedae0;
    border-top: 1px solid #cedae0;
}

.footerPartMenus h4 {
    color: #060b0f;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 15px;
}

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

.footerPartMenus ul li {
    margin: 0;
    padding: 0;
}

.footerPartMenus ul li a {
    margin: 0;
    padding: 0;
    color: #616973;
    font-size: 14px;
    line-height: 36px;
    display: block;
    font-weight: 500;
    text-decoration: none;
}

.footerPartMenus ul li a:hover {
    color: #004d9f;
}

.footerPartMenus ul ul {
    margin-left: 15px
}

.footerPartMenus ul ul li a {
    line-height: 26px;
}

.footerPartCopy {
    width: 100%;
    padding: 45px 0;
    border: none;
}

.footerPartCopy p {
    color: #004d9f;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.footerPartCopy p.followUs {
    color: #060b0f;
    text-align: right;
}

.footerPartCopy p.followUs a {
    color: #55585a;
    padding: 0 5px;
    font-weight: 500;
}

.footerPartCopy p.followUs a:hover {
    color: #004d9f;
}

.featuredVas ul.slick-dots {
    display: none !important;
}

.featuredVas .slick-next.slick-arrow {
    font-size: 0;
    background: url(/images/nextPrevBtn2.png) no-repeat right center;
    width: 23px;
    height: 40px;
    border: none;
    position: absolute;
    right: -50px;
    top: calc(25% - 20px);
    z-index: 9
}

.featuredVas .slick-prev.slick-arrow {
    font-size: 0;
    background: url(/images/nextPrevBtn2.png) no-repeat left center;
    width: 23px;
    height: 40px;
    border: none;
    position: absolute;
    left: -50px;
    top: calc(25% - 20px);
    z-index: 9
}

.featuredJbs ul.slick-dots {
    display: none !important;
}

.featuredJbs .slick-next.slick-arrow {
    font-size: 0;
    background: url(/images/nextPrevBtn2.png) no-repeat right center;
    width: 23px;
    height: 40px;
    border: none;
    position: absolute;
    right: -50px;
    top: calc(50% - 20px);
    z-index: 9
}

.featuredJbs .slick-prev.slick-arrow {
    font-size: 0;
    background: url(/images/nextPrevBtn2.png) no-repeat left center;
    width: 23px;
    height: 40px;
    border: none;
    position: absolute;
    left: -50px;
    top: calc(50% - 20px);
    z-index: 9
}

.featuredJbs .slick-slide img {
    display: inline !important
}

a img.menuIcon {
    display: none
}


.signUpSection {
    width: 100%;
    padding: 200px 0 90px;
    background: #fff;
    box-shadow: rgba(130, 192, 255, 0.3) 0 0 50px;
    border-radius: 0 0 0 250px;
}

.signUpSection h2 {
    font-weight: 700;
    color: #060b0f;
    text-align: center;
}

.signUpSection p {
    font-weight: 400;
    color: #515961;
}

.signUpSection ul#tabs-nav {
    display: flex;
    margin: 0;
    padding: 0
}

.signUpSection ul#tabs-nav li {
    width: 50%;
    margin: 0;
    padding: 0
}

.signUpSection ul#tabs-nav li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding-top: 198px;
    position: relative;
    display: block;
}

.signUpSection ul#tabs-nav li.active a {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.signUpSection ul#tabs-nav li:nth-child(1) a:before {
    width: 100%;
    height: 198px;
    background: url(/images/signUpTab_1.png) no-repeat center bottom;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.signUpSection ul#tabs-nav li:nth-child(2) a:before {
    width: 100%;
    height: 198px;
    background: url(/images/signUpTab_2.png) no-repeat center bottom;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.signUpSection ul#tabs-nav li.active a:before {
    background-position: center top;
}

.signUpSection form label,
#reviewModal form label {
    color: #060b0f;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 5px 0;
    margin: 25px 0 0 0;
}

.signUpSection form input.form-control {
    border: 1px solid #d9dee8;
    border-radius: 13px;
    width: 100%;
    height: 46px;
    padding: 5px 15px;
    margin: 0 0 0;
    box-shadow: rgba(188, 188, 188, 0.2) 0 0 20px;
}

.signUpSection form input.form-control:focus {
    box-shadow: none;
    border: 1px solid #666;
}

.signUpSection form textarea.form-control {
    border: 1px solid #d9dee8;
    border-radius: 13px;
    width: 100%;
    height: 146px;
    padding: 5px 15px;
    margin: 0 0 0;
    box-shadow: rgba(188, 188, 188, 0.2) 0 0 20px;
}

.signUpSection form textarea.form-control:focus {
    box-shadow: none;
    border: 1px solid #666;
}


.signUpSection form span.infoBlnc {
    color: #616973;
    font-size: 11px;
    font-weight: 500;
}

.signUpSection form input.agreeChecked {
    /*display:none;*/
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.signUpSection form label.agree {
    color: #616973;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    position: relative;
    text-transform: none;
}

.signUpSection form label.agree:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 28px;
    height: 28px;
    background: url(/images/checkbox.png) no-repeat left bottom;
    content: '';
}

.signUpSection form input.agreeChecked:checked+label.agree:before {
    background-position: left top;
}

.signUpSection form button[type="submit"] {
    width: 173px;
    height: 45px;
    border-radius: 25px;
    border: none;
    background: #5cb85c;
    margin: 35px auto 0;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.signUpSection form button[type="submit"]:hover {
    background: #004d9f;
}

.signUpSection form label.agree a {
    color: #004d9f;
    text-decoration: none;
}

.signUpSection form label.error {
    font-weight: 400;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #F00;
    text-transform: none;
}

.signUpSection form input.form-control.error {
    border-color: #F00;
}



.signUpSection .tab-content {
    padding: 45px 0;
    position: relative
}

.signUpSection .tab-content p {
    font-size: 18px;
    color: #606972;
}

.signUpSection .tab-content ul {
    margin: 0;
    padding: 15px 0 0 20px;
}

.signUpSection .tab-content ul.style-list li {
    font-size: 16px;
    line-height: 28px;
    color: #060b0f;
    padding-left: 35px;
    display: block;
    background: url(/images/check.png) no-repeat 0 0;
    margin: 0 0 15px;
}

.signUpSection .tab-content .row .col-md-6 {
    padding-left: 50px;
    padding-right: 50px;
}

.signUpSection .tab-content:after {
    width: 1px;
    height: 392px;
    background: #d9dee8;
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
}


.cancellationPolicy {
    width: 100%;
    padding: 90px 0;
}

.cancellationPolicy img {
    margin: 0 auto;
    float: right;
    display: block;
}

.cancellationPolicy h3 {
    color: #060b0f;
    font-weight: 700;
    margin: 60px 0 0 0;
}

.cancellationPolicy p {
    color: #515960;
    font-weight: 400;
    margin: 5px 0;
    font-size: 16px;
    line-height: 24px;
}

.cancellationPolicy a.learnMor {
    text-decoration: none;
    color: #03b7ff;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    text-transform: uppercase;
}

.cancellationPolicy a.learnMor:hover {
    color: #5cb85c;
}

.cancellationPolicy a.learnMor {
    text-decoration: none;
    color: #03b7ff;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    text-transform: uppercase;
}

.cancellationPolicy a.learnMor:hover {
    color: #5cb85c;
}

.cancellationPolicy strong.proudlyBased {
    font-weight: 700;
    color: #004d9f;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    display: block;
    background: url(/images/lineBgTransparent.png) no-repeat center top, url(/images/lineBgTransparent.png) no-repeat center bottom;
    padding: 15px 0;
    margin: 30px 0 0 0
}


.pricingSection {
    width: 100%;
    padding: 200px 0 90px;
    background: #fff;
    box-shadow: rgba(130, 192, 255, 0.3) 0 0 50px;
    border-radius: 0 0 0 250px;
}

.pricingSection h2 {
    font-weight: 700;
    color: #060b0f;
    text-align: center;
}

.pricingSection p {
    font-weight: 400;
    color: #515961;
}

.pricingTable {
    width: 100%;
    display: flex;
    border-radius: 25px;
    /*overflow:hidden;*/
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
    margin: 45px 0 0 0;
}

.pricingTable div.pricingTableHeader {
    width: 100%;
    min-height: 215px;
}

.pricingTable section {
    padding: 20px;
    margin: 0;
}

.pricingTable section:nth-child(1) {
    width: 320px;
    background: #ffffff;
    border-radius: 25px 0 0 25px;
}

.pricingTable .free-membership {
    background-color: rgba(50, 50, 50, .05);
}

.pricingTable section:nth-child(3) {
    width: 300px;
    background: #ffeebb;
    color: #060b0f;
}

.pricingTable section:nth-child(4) {
    width: 300px;
    background: #004d9f;
    border-radius: 0 25px 25px 0;
}

.pricingTable section h2 {
    color: #060b0f;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
}

.pricingTable section h2 img {
    width: auto;
    height: 48px;
}

.pricingTable section h4.doller {
    color: #616973;
    font-weight: 300;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}

.pricingTable section h4.doller span {
    color: #060b0f;
    font-size: 60px;
    line-height: 60px;
}

.pricingTable section h4.doller sub {
    font-size: 16px;
    color: #616973;
    font-style: italic;
    bottom: 0;
}

.pricingTable section .buttonsPart input[type="radio"] {
    display: none;
}

.pricingTable section .buttonsPart {
    width: 95%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    border: 1px solid #bed4ea;
    border-radius: 5px;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px;
}

.pricingTable section .buttonsPart label {
    width: 50%;
    height: auto;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding: 20px 0;
    color: #000;
}

.pricingTable section .buttonsPart label span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.pricingTable section .buttonsPart input[type="radio"]:checked+label {
    color: #fff;
    background: rgb(243, 143, 0);
    background: -moz-linear-gradient(left, rgba(243, 143, 0, 1) 0%, rgba(255, 177, 64, 1) 50%, rgba(243, 143, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(243, 143, 0, 1) 0%, rgba(255, 177, 64, 1) 50%, rgba(243, 143, 0, 1) 100%);
    background: linear-gradient(to right, rgba(243, 143, 0, 1) 0%, rgba(255, 177, 64, 1) 50%, rgba(243, 143, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38f00', endColorstr='#f38f00', GradientType=1);
}

.pricingTable section:nth-child(4) .buttonsPart input[type="radio"]:checked+label {
    color: #fff;
    background: rgb(2, 134, 214);
    background: -moz-linear-gradient(left, rgba(2, 134, 214, 1) 0%, rgba(3, 166, 231, 1) 50%, rgba(2, 134, 214, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(2, 134, 214, 1) 0%, rgba(3, 166, 231, 1) 50%, rgba(2, 134, 214, 1) 100%);
    background: linear-gradient(to right, rgba(2, 134, 214, 1) 0%, rgba(3, 166, 231, 1) 50%, rgba(2, 134, 214, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0286d6', endColorstr='#0286d6', GradientType=1);
}


.pricingTable section ul.listPrice {
    margin: 40px 0 0 0;
    padding: 0;
}

.pricingTable section ul.listPrice li {
    margin: 0;
    padding: 15px 0 !important;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #004d9f;
    text-align: center;
    border-top: 1px solid #d1bf89;
}

.pricingTable section ul.listPrice li:first-child {
    font-size: 20px;
}

.pricingTable section ul.listPrice li strong {
    font-weight: 600;
}

.pricingTable section ul.listPrice li i {
    border: 1px solid #004d9f;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.pricingTable section:nth-child(1) ul.listPrice li,
.pricingTable section:nth-child(1) ul.listPrice li:first-child {
    font-size: 16px;
    line-height: 30px;
    color: #060b0f;
    text-align: left;
    border-top: 1px solid #cedae0;
    padding-left: 25px;
}

.pricingTable section:nth-child(4) ul.listPrice li,
.pricingTable section:nth-child(4) ul.listPrice li:first-child {
    font-size: 16px;
    line-height: 30px;
    color: #dbecff;
    border-top: 1px solid #006bdd;
    padding-left: 25px;
}

.pricingTable section:nth-child(4) ul.listPrice li i {
    border: 1px solid #dbecff;
}

.pricingTable section:nth-child(4) h2 {
    color: #fff;
}

.pricingTable section:nth-child(4) h4.doller {
    color: #b5cce4;
}

.pricingTable section:nth-child(4) h4.doller sub {
    color: #b5cce4;
}

.pricingTable section:nth-child(4) h4.doller span {
    color: #fff;
}

.pricingTable section ul.listPrice li span {
    display: none;
}

.free-membership .buttonsPart {
    pointer-events: none;
    filter: grayscale(100);
}


.pricingTable section div.infoSection {
    width: 100%;
    height: 60px;
    border: 1px solid #bed4ea;
    background: url(/images/info.png) no-repeat 20px center #fff;
    border-radius: 5px;
    color: #616973;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 10px 8px 55px;
    margin: 40px 0;
}

.pricingTable section button[type="submit"] {
    width: 173px;
    height: 45px;
    border-radius: 25px;
    border: none;
    background: #ffae00;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.info-txt-span {
    font-size: 11px;
    text-align: center;
    display: block;
    margin: 4px 0 0;
}

.pricingTable section:nth-child(4) button[type="submit"] {
    background: #03a6e7;
}


.faqSection {
    width: 100%;
    background: url(/images/faqBg.jpg) no-repeat right top #f6f9fd;
    background: auto 60%;
    padding: 70px 0;
}

.faqSection h2 {
    color: #060b0f;
    font-weight: 700;
}

.faqSection input[type="radio"] {
    display: none;
}

.faqSection label {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(230, 240, 250) 5px 5px 5px;
    color: #2f3741;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    padding: 15px 35px 15px 20px;
    margin: 10px 0;
    cursor: pointer;
}

.faqSection label div {
    height: 0;
    overflow: hidden;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2f3741;
}

.faqSection label div p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2f3741;
}

.faqSection label div a {
    color: #2f3741;
    text-decoration: underline;
}

.faqSection label div a:hover {
    color: #2f3741;
    text-decoration: none;
}

.faqSection input[type="radio"]:checked+label div {
    height: auto;
    overflow: visible;
    padding: 15px 0 0 0;
}

.faqSection label:after {
    position: absolute;
    right: 20px;
    top: 16px;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
}

.faqSection input[type="radio"]:checked+label:after {
    content: "\f106";
}

.faqSection a.btn-secondary {
    text-transform: uppercase;
    margin: 30px auto 0;
    width: 230px;
}

.faqSection a.btn-secondary:hover {
    background: transparent;
    color: #000;
}


.onlineJobsSection {
    width: 100%;
    background: #fff;
    padding: 70px 0 158px;
}

.onlineJobsSection h2 {
    color: #060b0f;
    font-weight: 700;
    text-align: center;
}

.onlineJobsSlider {
    padding: 0 0;
    width: 100%;
    display: flex;
}

.onlineJobsSlider .slick-list {
    padding: 20px 0;
}

.onlineJobsSlider article {
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) 0 0 10px;
    border-radius: 20px;
    padding: 30px;
}

.onlineJobsSlider article div.row img {
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}

.onlineJobsSlider article p {
    color: #515961;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 0 20px;
    margin: 0;
}

.onlineJobsSlider article h5 {
    color: #515961;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 22px 0 0;
    margin: 0;
}

.onlineJobsSlider article h5 strong {
    color: #004d9f;
    display: block;
    font-size: 16px;
}

.onlineJobsSlider .slick-slide {
    width: calc(33.333% - 20px);
    margin: 0 10px;
}

.onlineJobsSection ul.slick-dots {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.onlineJobsSection ul.slick-dots li {
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.onlineJobsSection ul.slick-dots li button {
    font-size: 0;
    background: #adbfd1;
    width: 13px;
    height: 8px;
    border-radius: 4px;
    margin: 0 4px;
    border: none;
}

.onlineJobsSection ul.slick-dots li.slick-active button {
    background: #004d9f;
    width: 23px;
}

.onlineJobsSection .slick-next.slick-arrow {
    font-size: 0;
    background: url(/images/nextPrevBtn2.png) no-repeat right center;
    width: 23px;
    height: 40px;
    border: none;
    position: absolute;
    right: -50px;
    top: calc(50% - 20px);
    z-index: 9
}

.onlineJobsSection .slick-prev.slick-arrow {
    font-size: 0;
    background: url(/images/nextPrevBtn2.png) no-repeat left center;
    width: 23px;
    height: 40px;
    border: none;
    position: absolute;
    left: -50px;
    top: calc(50% - 20px);
    z-index: 9
}


.loginBox {
    margin: 0 auto;
    max-width: 370px !important;
    padding: 45px 0 0 0;
}

.loginBox button[type="submit"] {
    width: 100% !important;
}

.loginBox p {
    text-align: center;
    color: #616973;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 20px 0 0 0;
}

.loginBox p a {
    color: #004d9f;
    text-decoration: none;
}

.loginBox p a:hover {
    color: #004d9f;
    text-decoration: underline;
}

.loginBox .showPass {
    position: relative;
}

.loginBox .showPass button[type="button"] {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 16px;
    background: url(/images/showPass.png) no-repeat left top;
    border: none;
}

.loginBox .showPass input[type="text"]+button[type="button"] {
    background-position: left bottom;
}



.myAccountSection {
    width: 100%;
    padding: 200px 0 0;
    background: #fff;
}

.myAccountSection h2 {
    font-weight: 700;
    color: #060b0f;
    text-align: center;
}

.myAccountSection_1 {
    width: 100%;
    padding: 30px 60px 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
    margin: 45px 0;
    border-radius: 20px 50px 20px 50px;
}

.myAccountSection_1 h3 {
    margin-top: 60px;
}

.myAccountSection_1 h2 {
    font-weight: 400;
    color: #060b0f;
    text-align: left;
}

.myAccountSection_1 h2 span {
    font-weight: 400;
    color: #004d9f;
    display: block;
}

.myAccountSection_1 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #51595f;
    margin: 0;
    padding: 15px 0 30px;
}

a.upgradeBtn_1 {
    width: auto;
    height: 47px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #fff;
    box-shadow: #6b89a8 0 0 2px;
    padding: 0 25px;
    background: rgb(247, 140, 0);
    background: -moz-linear-gradient(left, rgba(247, 140, 0, 1) 0%, rgba(255, 173, 0, 1) 50%, rgba(247, 140, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(247, 140, 0, 1) 0%, rgba(255, 173, 0, 1) 50%, rgba(247, 140, 0, 1) 100%);
    background: linear-gradient(to right, rgba(247, 140, 0, 1) 0%, rgba(255, 173, 0, 1) 50%, rgba(247, 140, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78c00', endColorstr='#f78c00', GradientType=1);
}

a.upgradeBtn_2 {
    width: auto;
    height: 47px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #fff;
    box-shadow: #6b89a8 0 0 2px;
    padding: 0 25px;
    background: rgb(2, 141, 231);
    background: -moz-linear-gradient(left, rgba(2, 141, 231, 1) 0%, rgba(3, 165, 231, 1) 50%, rgba(2, 141, 231, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(2, 141, 231, 1) 0%, rgba(3, 165, 231, 1) 50%, rgba(2, 141, 231, 1) 100%);
    background: linear-gradient(to right, rgba(2, 141, 231, 1) 0%, rgba(3, 165, 231, 1) 50%, rgba(2, 141, 231, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#028de7', endColorstr='#028de7', GradientType=1);
}

a.upgradeBtn_1 img,
a.upgradeBtn_2 img {
    float: left;
    margin: 5px 10px 0 0
}

a.upgradeBtn_3 {
    width: auto;
    height: 47px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    border: none;
    box-shadow: none;
    padding: 0 25px;
    background: #5cb85c;
    margin: 5px 0 0 0;
}





.myAccountSection_2 {
    width: 100%;
    padding: 0
        /*30px 60px 40px*/
    ;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
    margin: 45px 0;
    border-radius: 15px 40px 15px 40px;
    overflow: hidden;
    position: relative;
}

.myAccountSection_2 .header {
    background: #004d9f;
    color: #fff;
    padding: 10px 20px;
}

.myAccountSection_2 .header .btn-primary {
    float: right;
    background: #5cb85c;
    width: 161px;
    height: 33px;
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    border: none;
    display: block;
    text-transform: uppercase;
    border-radius: 15px;
    margin: 0 0 0 25px
}

.myAccountSection_2 .header a {
    float: right;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    text-decoration: none;
    text-transform: uppercase;
}

.myAccountSection_2 .header h4 {
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    margin: 0;
}

.myAccountSection_2 .header h4 span {
    display: inline-block;
    background: #5cb85c;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 0 10px;
    position: relative;
}

.myAccountSection_2 .header h4 span:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #5cb85c;
    content: '';
    position: absolute;
    left: -5px;
    top: calc(50% - 5px);
}




.myAccountSection_2 table {
    margin: 0;
    padding: 0;
}

.myAccountSection_2 table td {
    background: #ffffff;
    padding: 20px;
    color: #515960;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #cedae0;
    text-align: center;
}

.myAccountSection_2 table th {
    background: #e8f2fc;
    padding: 10px 20px;
    color: #060b0f;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    border-bottom: 1px solid #cedae0;
    text-align: center;
}

.myAccountSection_2 table .icon_1 {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    background: url(/images/accountIcon_1.png) no-repeat center center;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

.myAccountSection_2 table .icon_2 {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    background: url(/images/accountIcon_2.png) no-repeat center center;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

.myAccountSection_2 table .icon_3 {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    background: url(/images/accountIcon_3.png) no-repeat center center;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

.myAccountSection_2 table .icon_4 {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    background: url(/images/accountIcon_4.png) no-repeat center center;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

.myAccountSection_2 table .icon_5 {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    background: url(/images/accountIcon_5.png) no-repeat center center;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

.myAccountSection_2 table .icon_6 {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    background: url(/images/accountIcon_6.png);
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

.myAccountSection_2 table .icon_7 {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

.myAccountSection_2 table .review-popup {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    background: url(/images/review.png) no-repeat center center;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

.myAccountSection_2 table tr:last-child td {
    border-bottom: none;
}

.myAccountSection_2 .featuredVas .slick-prev.slick-arrow {
    left: 15px;
    font-size: 0;
    background: url(/images/nextPrevBtn2.png) no-repeat left center;
    width: 23px;
    height: 40px;
}

.myAccountSection_2 .featuredVas .slick-next.slick-arrow {
    right: 15px;
    font-size: 0;
    background: url(/images/nextPrevBtn2.png) no-repeat right center;
    width: 23px;
    height: 40px;
}

.myAccountSection_2 .noContent {
    text-align: center;
    padding: 50px 0
}

.myAccountSection_2 .noContent img {
    margin: 0 auto 15px;
    max-width: 100%;
    height: auto;
}

.myAccountSection_2 .noContent p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #515960;
}

.myAccountSection_2 .noContent p a {
    font-weight: 700;
    color: #5bb75b;
    text-decoration: none;
}



.slick-arrow.slick-disabled {
    opacity: 0.5;
}


.myAccountSection_3 {
    width: 100%;
    padding: 0
        /*30px 60px 40px*/
    ;
    position: relative;
}

.myAccountSection_3 h2 {
    color: #060b0f;
    text-align: center;
}

.myAccountSection_3 p {
    color: #606972;
    text-align: center;
    padding: 0 0 30px;
    margin: 0;
}

.myAccountSection_3 ul li,
.content-text ul li {
    color: #606972;
    text-align: left;
    background: url(/images/check.png) no-repeat 0 0;
    padding: 0 0 0 35px;
    margin: 0 0 15px 0;
}

.myAccountSection_3 a.upgradeBtn_2 {
    margin: 30px auto 0;
    display: block;
    width: 290px;
}

.myAccountSection_3 a.upgradeBtn_2 img {
    float: left;
    margin: 10px 0 0 0
}

.myAccountSection_3 img.manWithTab {
    max-width: 100%;
    height: auto;
}

/*.mbAccodian_1Cont, .mbAccodian_2Cont{ display:block; }*/
/*.bannerSection h4{ pointer-events:none; }*/


.jobDtlsPage h2 {
    font-weight: 700;
    color: #060b0f;
    text-align: center;
}

.jobDtlsPage h4 {
    font-weight: 600;
    color: #03b7ff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.jobDtlsPage_1 {
    width: 100%;
    padding: 30px 60px 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
    margin: 45px 0;
    border-radius: 20px 50px 20px 50px;
    display: flex;
    justify-content: space-between;
}

.jobDtlsPage_1 section {
    text-align: center;
    color: #004d9f;
    font-weight: 600;
    font-size: 22px;
    width: 20%;
}

.jobDtlsPage_1 section img {
    clear: both;
    margin: 0 auto;
    display: block;
}

.jobDtlsPage_1 section .jobDtlsBox {
    color: #004d9f;
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
}

.jobDtlsPage_1 section .jobDtlsBox span {
    color: #060b0f;
    font-weight: 400;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.jobDtlsPage_1 section button {
    background: #fff;
    border-radius: 20px;
    border: 2px solid #fff;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #004d9f;
    padding: 20px 35px;
}

.jobDtlsPage_1 section button:hover {
    background: #f7fafe;
    border: 2px solid #e0eaf8;
}

.jobDtlsPage_1 section a .head {
    text-transform: uppercase;
    color: #060b0f;
    font-size: 17px;
    display: block;
    font-weight: 500;
}

.jobDtlsPage_2 {
    width: 100%;
    padding: 30px 60px 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
    margin: 45px 0;
    border-radius: 20px 50px 20px 50px;
}

.jobDtlsPage_2 h3 {
    font-weight: 400;
}

.jobDtlsPage_2 h4 {
    font-weight: 400;
    text-align: left;
    color: #060b0f;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    padding: 5px 0;
    text-transform: none;
}

.jobDtlsPage_2 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.jobDtlsPage_2 ul {
    padding: 0;
    margin: 0 0 10px;
}

.jobDtlsPage_2 ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #515961;
    position: relative;
    padding: 0 0 0 25px;
    margin: 10px 0
}

.jobDtlsPage_2 ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f061";
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #5cb85c;
}

.jobDtlsPage_3 {
    width: 100%;
    padding: 30px 20px 40px;
    /*box-shadow:rgba(0,0,0,0.05) 0 0 20px;*/
    margin: 45px 0;
    border-radius: 20px 50px 20px 50px;
}

.jobDtlsPage_3 h3 {
    font-weight: 400
}

.jobDtlsPage_3 a {
    background: #f7fafe;
    color: #0c5cb2;
    padding: 10px 20px;
    margin: 5px 10px 5px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #bbccdd;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: #bbd9f8 0 0 10px;
}





.buttonSection {
    margin: 0;
    padding: 60px 0;
    width: 100%;
    border-bottom: 1px solid #969ca2;
}

.buttonSection .btn-primary {
    border: none;
    width: 149px;
    margin-right: 20px;
}

.buttonSection .btn-primary.saveJobBtn {
    border: 2px solid #004d9f;
}

.buttonSection .btn-primary.saveJobBtn i {
    font-size: 16px;
}

.buttonSection ul.shareLinks {
    margin: 0;
    padding: 0;
    float: right;
}

.buttonSection ul.shareLinks li {
    margin: 0;
    padding: 0 0 0 10px;
    float: left;
}

.buttonSection ul.shareLinks li a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #004d9f;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    display: block;
}

.buttonSection h6 {
    float: right;
    color: #060b0f;
    line-height: 34px;
    font-size: 20px;
    font-weight: 600;
}




.billingSection {
    width: 100%;
    padding: 200px 0 90px;
    background: #fff;
    box-shadow: rgba(130, 192, 255, 0.3) 0 0 50px;
    border-radius: 0 0 0 250px;
}

.billingSection h2 {
    font-weight: 700;
    color: #060b0f;
    text-align: center;
}

.billingSection p {
    font-weight: 400;
    color: #515961;
}

.billingSection .billingBox {
    overflow: hidden;
    width: 100%;
    border-radius: 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.07) 0 0 15px;
}

.billingSection .billingBox .heading {
    background: #004d9f;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    padding: 5px 20px;
}

.billingSection .billingBox .content {
    background: #fff;
    padding: 0 25px 25px;
}

.billingSection form label {
    color: #060b0f;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 5px 0;
    margin: 25px 0 0 0;
}

.billingSection form .form-control {
    border: 1px solid #d9dee8;
    border-radius: 13px;
    width: 100%;
    height: 46px;
    padding: 5px 15px;
    margin: 0 0 0;
    box-shadow: rgba(188, 188, 188, 0.2) 0 0 20px;
}

.billingSection form .form-control:focus {
    box-shadow: none;
    border: 1px solid #666;
}

.billingSection form button[type="submit"] {
    width: 100%;
    height: 45px;
    border-radius: 25px;
    border: none;
    background: #5cb85c;
    margin: 35px auto 0;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.billingSection form button[type="submit"]:hover {
    background: #004d9f;
}

.billingSection form .form-control[readonly] {
    background: #fff;
    font-weight: 700;
    color: #000;
}

.billingSection form .icon_3 {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    background: url(/images/accountIcon_3.png) no-repeat center center;
    cursor: pointer;
    margin: 40px 5px 0 0;
    padding: 0;
}

.billingSection .cvvInfo {
    color: #257bce;
}

.billingSection #tabs-nav {
    margin: 30px 0 60px;
    padding: 0 0 30px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.billingSection #tabs-nav li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.billingSection #tabs-nav li a {
    color: #515961;
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    padding: 10px 30px;
    margin: 0;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 5px;
}

.billingSection #tabs-nav li.active a {
    color: #03a5e6;
    font-weight: 500;
    border: 2px solid #03a6e7;
}


.accountSection {
    width: 100%;
    padding: 200px 0 90px;
    background: #fff;
    box-shadow: rgba(130, 192, 255, 0.3) 0 0 50px;
    border-radius: 0 0 0 250px;
}

.accountSection h2 {
    font-weight: 700;
    color: #060b0f;
    text-align: center;
}

div.accountSectionLst {
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
    padding: 50px 0 70px;
    border-radius: 15px;
    min-height: 400px;
}

div.accountSectionLst img {
    background: #0d5eb4;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    border: 4px solid #0e69c9;
}

div.accountSectionLst h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding: 30px 5px 0;
    color: #060b0f;
    margin: 0;
    text-align: center;
}

div.accountSectionLst p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    padding: 0 0;
    color: #515961;
    margin: 0;
    text-align: center;
}

div.accountSectionLst a.btn-primary {
    width: 213px;
    margin: 15px auto 0;
}

div.accountSectionLst_2 {
    padding: 90px 0 0;
}

div.accountSectionLst_2 img {
    max-width: 100%;
    height: auto;
}

div.accountSectionLst_2 h3 {
    font-weight: 700;
    color: #060b0f;
    font-size: 35px;
}

div.accountSectionLst_2 h3 span {
    color: #5bb75b;
}

div.accountSectionLst_2 p {
    font-weight: 400;
    color: #515960;
    font-size: 16px;
    padding: 10px 0 40px;
    margin: 0;
}

div.accountSectionLst_2 p span {
    color: #0795fd;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 25px 8px 55px;
    background: url(/images/crownIcon2.png) no-repeat 15px center #eff6fd;
    border-radius: 15px;
    margin: 0 0 0 10px;
}

div.accountSectionLst_2 a.btn-primary {
    display: inline-block;
    padding: 0 30px;
    margin: 0 20px 10px 0;
}

div.accountSectionLst_2 button.btn-secondary {
    display: inline-block;
    padding: 0 30px;
    margin: 0 20px 0 0;
    background: #fff;
    border: 2px solid #004d9f;
    color: #004d9f;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 22px;
}


.jobpostsForm {
    width: 100%;
    padding: 200px 0 90px;
    background: #fff;
    box-shadow: rgba(130, 192, 255, 0.3) 0 0 50px;
    border-radius: 0 0 0 250px;
}

.jobpostsForm h2 {
    font-weight: 700;
    color: #060b0f;
    text-align: center;
}

.jobpostsForm h3 {
    font-weight: 300;
    color: #060b0f;
    text-align: left;
    line-height: 45px;
}

.jobpostsForm form label {
    color: #060b0f;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 5px 0;
    margin: 25px 0 0 0;
}

.jobpostsForm form .form-control {
    border: 1px solid #d9dee8;
    border-radius: 13px;
    width: 100%;
    height: 46px;
    padding: 5px 15px;
    margin: 0 0 0 !important;
    box-shadow: rgba(188, 188, 188, 0.2) 0 0 20px;
}

.jobpostsForm form .form-control:focus {
    box-shadow: none;
    border: 1px solid #666;
}

.jobpostsForm form .form-control.datePicker {
    background: url(/images/datepicker.png) no-repeat 95% center;
}

.jobpostsForm form textarea.form-control {
    height: 96px;
}

.jobpostsForm form span {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #616973;
}

.jobpostsForm .btn-primary {
    width: 260px;
    border: none;
    margin: 25px 0 0 0;
}

.jobpostsForm form label b.req {
    color: #949da4;
}

.jobpostsForm ul.labelList {
    float: left;
    margin: 30px 0 40px;
    padding: 6px;
    width: 100%;
    height: auto;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
}

.jobpostsForm ul.labelList li {
    color: #515961;
    font-weight: 500;
    font-size: 18px;
    line-height: 44px;
    display: inline-block;
    width: 25%;
    float: left;
    border: 2px solid #fff;
    border-radius: 24px;
    padding: 0 0 0 20px;
}

.jobpostsForm ul.labelList li a {
    text-decoration: none;
    color: #515961;
}

.jobpostsForm ul.labelList li.selected {
    background: #f7fafe;
    color: #060b0f;
    border: 2px solid #e0eaf8;
}

.jobpostsForm ul.labelList li span {
    display: none;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-weight: 600;
    font-size: 18px;
    background: #004d9f;
    color: #fff;
    text-align: center;
    float: right;
    border-radius: 50%;
    margin: 6px;
}

.jobpostsForm ul.labelList li.selected span {
    display: block;
}

.jobpostsForm .btn-custom_1 {
    margin: 25px 0 0 0;
}

.jobpostsForm .backBtn {
    margin: 25px 0 0 0;
}

.jobpostsForm hr {
    background-color: #969ca2;
    opacity: 1;
    margin: 30px 0;
}

.jobpostsForm form label .deleteBtn {
    margin-top: -2px;
}



.chooseFile {
    border: 1px solid #d9dee8;
    border-radius: 13px;
    width: calc(70% - 130px);
    height: 46px;
    padding: 5px 15px;
    margin: 0 0 0;
    box-shadow: rgba(188, 188, 188, 0.2) 0 0 20px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 36px;
    position: relative;
    margin: 0 0 5px
}

/*.chooseFile:after{ width:109px; height:46px; background:#004d9f; color:#fff; font-size:14px; line-height:46px; position:absolute; right:-130px; top:0; border-radius:10px; content:'Upload File'; text-align:center; }*/
.chooseFile:before {
    width: 80px;
    height: 38px;
    background: #f7fafe;
    color: #616a73;
    font-size: 14px;
    line-height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 10px;
    content: 'Choose';
    text-align: center;
}

.chooseFile button[type="button"] {
    width: 109px;
    height: 46px;
    background: #004d9f;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    right: -130px;
    top: 0;
    border: none;
}

.jobpostsForm .btn-custom_1,
.jobpostsForm .btn-primary,
.jobpostsForm .backBtn {
    float: left;
    margin-right: 20px;
}


.radioCheckbox input[type="radio"] {
    display: none;
}

.radioCheckbox label {
    font-size: 14px !important;
    line-height: 21px !important;
    color: #616973 !important;
    text-transform: none !important;
    position: relative !important;
    padding: 0 0 0 30px !important;
    margin: 9px 0 !important;
    display: block;
    cursor: pointer;
}

.radioCheckbox label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    content: '';
    background: url(/images/radio.png) no-repeat center top;
}

.radioCheckbox input[type="radio"]:checked+label:before {
    background-position: center bottom;
}

.radioCheckbox_2 input[type="checkbox"] {
    display: none;
}

.radioCheckbox_2 label {
    font-size: 14px !important;
    line-height: 28px !important;
    color: #616973 !important;
    text-transform: none !important;
    position: relative !important;
    padding: 0 0 0 40px !important;
    margin: 15px 0 !important;
    display: block;
    cursor: pointer;
}

.radioCheckbox_2 label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    content: '';
    background: url(/images/checkbox.png) no-repeat center top;
}

.radioCheckbox_2 input[type="checkbox"]:checked+label:before {
    background-position: center bottom;
}





.skillsIndustryTab {
    width: 100%;
    padding: 20px 20px 55px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
    border-radius: 10px;
    margin: 25px 0;
}

.skillsIndustryTab ul#tabs-nav {
    margin: 0;
    padding: 0;
    width: 292px;
}

.skillsIndustryTab ul#tabs-nav li {
    margin: 0;
    padding: 5px 0;
}

.skillsIndustryTab ul#tabs-nav li a {
    background: #f7fafe;
    color: #060b0f;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #060b0f;
    padding: 15px 20px;
    margin: 0;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    position: relative;
}

.skillsIndustryTab ul#tabs-nav li.active a {
    background: #03b8ff;
    color: #fff;
    font-weight: 700;
}

.skillsIndustryTab ul#tabs-nav li.active a:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #03b8ff;
    content: '';
    position: absolute;
    right: -10px;
    top: calc(50% - 10px);
    display: block;
}

.skillsIndustryTab .addMore {
    width: 176px;
    margin: 30px 0 0 0;
}

.skillsIndustryTab label input.form-control {
    width: 140px;
    height: 37px;
    border-radius: 3px;
    border-color: #d9dee8;
    display: inline;
    margin-top: -5px;
    font-size: 13px;
}


.vaMyAccount img.profilePic {
    border-radius: 50%;
    margin: 0 auto 10px;
    display: block;
    border: 5px solid #0e69c9;
    width: 125px;
    height: 125px;
}

.vaMyAccount h2 {
    font-weight: 600;
    color: #060b0f;
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.vaMyAccount h5 {
    font-weight: 400;
    color: #515961;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}

.vaMyAccount ul.topIconLinks {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.vaMyAccount ul.topIconLinks li {
    display: inline;
    margin: 0;
    padding: 0 3px;
}

.vaMyAccount ul.topIconLinks li a {
    width: 42px;
    height: 42px;
    background: #f7fafe;
    border: 1px solid #bbccdd;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
}

.vaMyAccount ul.topIconLinks li a:hover {
    background: #bbccdd;
    border: 1px solid #bbccdd;
}

.vaMyAccountBox {
    width: 100%;
    margin: 40px 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.06) 0 0 15px;
    border-radius: 15px 50px 15px 50px;
    padding: 30px 30px;
}

.vaMyAccountBox .withBrdr {
    border-right: 1px solid #bbccdd
}

.vaMyAccountBox .col-lg-3,
.vaMyAccountBox .col-lg-2,
.vaMyAccountBox .col-lg-4 {
    padding: 0 40px;
}

.vaMyAccountBox h6 {
    color: #060b0f;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.vaMyAccountBox p {
    color: #49535d;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px;
}

.vaMyAccountBox ul.basicInfo {
    margin: 0;
    padding: 0;
}

.vaMyAccountBox ul.basicInfo li {
    margin: 0;
    padding: 5px 0;
    color: #515961;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    word-wrap: break-word;
}

.vaMyAccountBox ul.basicInfo li span {
    color: #060b0f;
    font-weight: 400
}

.vaMyAccountBox ul.basicInfo li a {
    color: #004d9f;
    text-decoration: none;
}

.vaMyAccountBox ul.skillsList {
    margin: 0;
    padding: 0 0 30px 0;
    width: 100%;
    text-align: left;
}

.vaMyAccountBox ul.skillsList li {
    margin: 5px 8px 0 0;
    padding: 10px 15px;
    color: #e95353;
    background: #fff0f0;
    border: 1px solid #e95353;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.vaMyAccountBox ul.indusrtiList {
    margin: 0;
    padding: 0 0 30px 0;
    width: 100%;
    text-align: left;
}

.vaMyAccountBox ul.indusrtiList li {
    margin: 5px 8px 0 0;
    padding: 10px 15px;
    color: #d18313;
    background: #fff8ed;
    border: 1px solid #d18313;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.vaMyAccountBox ul.servList {
    margin: 0;
    padding: 0 0 30px 0;
    width: 100%;
    text-align: left;
}

.vaMyAccountBox ul.servList li {
    margin: 5px 8px 0 0;
    padding: 10px 15px;
    color: #0c5cb2;
    background: #ddf5ff;
    border: 1px solid #91bdec;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.jobBoardPage h3 {
    text-align: right;
    font-weight: 700;
    margin: 10px 0;
}

.jobBoardPage h2 {
    text-align: left;
    font-weight: 700;
    margin: 10px 0;
}

.jobBoardPage div.searchField {
    width: 570px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    margin: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
}

.jobBoardPage div.searchField input[type="text"] {
    background: transparent;
    border: none;
    width: calc(100% - 55px);
    height: 50px;
    float: left;
    padding: 0 20px;
    font-size: 14px;
}

.jobBoardPage div.searchField input[type="submit"] {
    background: url(/images/searchBtn2.png) no-repeat center center #03b8ff;
    border: none;
    width: 48px;
    height: 48px;
    float: right;
    border-radius: 50%;
    margin: 1px 1px 0 0;
}

.jobBoardPage ul.listCheck {
    margin: 0;
    padding: 0;
}

.jobBoardPage ul.listCheck li {
    float: left;
    list-style: none;
    margin: 5px 5px 5px 0;
    padding: 0 0;
    color: #fff;
    background: #2279d7;
    font-size: 15px;
    line-height: 32px;
    border-radius: 15px;
}

.jobBoardPage .dropdown-toggle {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.jobBoardPage .dropdown-menu.show {
    background: #2279d7 !important;
    border: none !important;
    min-width: 290px;
}

.jobBoardPage .dropdown-menu.show li {
    width: 100%;
}

.jobBoardPage input[type="checkbox"] {
    margin: 0 10px;
}

.jobBoardPage button[type="submit"] {
    border: none;
    background: none;
    cursor: pointer;
    float: left;
}

.jobBoardPage .dropdown ul li {
    line-height: 20px;
}

.jobBoardPage hr {
    opacity: 1;
    background-color: #cedae0;
    margin: 30px 0;
}

.jobBoardPage div.featuredJbs_2 {
    position: relative;
}

.jobBoardPage div.featuredJbs_2 .slick-slide {
    padding: 30px 15px;
}

.jobBoardPage div.featuredJbs_2 article {
    float: left;
    width: 100%;
    margin: 0 0;
    background: #fff;
    padding: 0;
    box-shadow: rgba(175, 175, 175, 0.15) 0 0 15px;
    border-radius: 15px;
    padding: 0 25px 25px;
    margin: 20px 0;
    min-height: 360px;
}

.jobBoardPage div.featuredJbs_2 article .headerInfo {
    width: 100%;
    background: url(/images/homeSection_4HeadingBg.png) no-repeat center top;
    height: 49px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    background-size: 100% 100%;
    position: relative;
}

.jobBoardPage div.featuredJbs_2 article .headerInfo:after {
    position: absolute;
    right: 50%;
    top: 10px;
    background: url(/images/dividerBg.png) repeat-y 0 0;
    width: 2px;
    height: 21px;
    content: '';
}

.jobBoardPage div.featuredJbs_2 article .headerInfo img {
    margin: 0 5px 0 0;
}

.jobBoardPage div.featuredJbs_2 article h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #060b0f;
    text-align: left;
}

.jobBoardPage div.featuredJbs_2 article h3 span {
    background: #d6fcd6;
    border: 1px solid #5cb85c;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 10px;
    margin: 0 0 0 10px;
}

.jobBoardPage div.featuredJbs_2 article h6 {
    color: #034187;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.jobBoardPage div.featuredJbs_2 article p {
    color: #515960;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.jobBoardPage div.featuredJbs_2 article p a {
    color: #034187;
    text-decoration: none;
}

.jobBoardPage div.featuredJbs_2 article ul {
    margin: 0;
    padding: 0;
}

.jobBoardPage div.featuredJbs_2 article ul li {
    margin: 0 10px 10px 0;
    padding: 0;
    float: left;
    color: #060b0f;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    border-radius: 3px;
}

.jobBoardPage div.featuredJbs_2 article ul li a {
    color: #060b0f;
    display: block;
    text-decoration: none;
    padding: 0 15px;
    background: #e8f2fc;
}

.jobBoardPage div.featuredJbs_2 article ul li a:hover {
    background: #add6ff;
    color: #000;
}

.jobBoardPage a.btn-primary {
    margin: 40px auto 0;
    width: 233px;
    display: block;
}

.jobBoardPage a.btn-secondary {
    color: #03b7ff;
    margin-top: 20px;
}

.jobBoardPage a.btn-secondary:hover {
    color: #5cb85c;
    background: transparent;
}

.jobBoardPage .form-control_select.sortBySelect {
    width: 126px;
    float: right;
    background: #f7fafe;
    border-color: #bbccdd;
    border-radius: 10px;
}

.jobBoardPage .form-control_select.sortBySelect select {
    padding: 5px 5px;
    font-weight: 600;
    font-size: 13px;
    color: #0c5bb1;
}

.faqSectionPage {
    background: url(/images/faqBg2.png) repeat center center #fff !important;
}

.faqSectionPage h2 {
    font-weight: 700;
    color: #060b0f;
    text-align: center;
}

.faqSectionPage h3 {
    font-weight: 400;
    color: #616973;
    text-align: center;
}

.faqSectionPage p {
    font-weight: 400;
    color: #616973;
    text-align: center;
    font-size: 16px;
}

.faqSectionPage input[type="radio"] {
    display: none;
}

.faqSectionPage label {
    position: relative;
    width: 100%;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: rgb(230, 240, 250) 5px 5px 5px;
    color: #2f3741;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    padding: 15px 25px 15px 20px;
    margin: 10px 0;
    cursor: pointer;
}

.faqSectionPage label div {
    height: 0;
    overflow: hidden;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2f3741;
}

.faqSectionPage label div p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2f3741;
    padding: 10px 0;
    margin: 0;
    text-align: left;
}

.faqSectionPage input[type="radio"]:checked+label div {
    height: auto;
    overflow: visible;
    padding: 15px 0 0 0;
}

.faqSectionPage label:after {
    position: absolute;
    right: 20px;
    top: 16px;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
}

.faqSectionPage input[type="radio"]:checked+label:after {
    content: "\f106";
}

.faqSectionPage a.btn-primary {
    text-transform: uppercase;
    margin: 30px auto 0;
    width: 230px;
}

/* .faqSectionPage a.btn-primary:hover{ background:transparent; color:#000; } */

.accountBtnSec {
    width: 100%;
    display: flex;
}

.accountBtnSec section {
    width: auto;
    padding: 0 15px;
}

.privacyPolicyContent h2 {
    font-weight: 600;
}

.privacyPolicyContent h3 {
    font-weight: 500;
}

.privacyPolicyContent p {
    font-size: 16px;
    line-height: 28px;
}

.privacyPolicyContent ul {
    margin: 0;
    padding: 5px 0;
}

.privacyPolicyContent ul li {
    margin: 0 0 15px;
    padding: 0 0 0 35px;
    background: url(/images/check.png) no-repeat 0 0;
    font-size: 16px;
    line-height: 28px;
    display: block;
}


div.pagination {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0 30px;
}

div.pagination nav {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

div.pagination nav ul.pagination {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

div.pagination nav ul.pagination li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #034187;
    font-weight: 600
}

div.pagination nav ul.pagination li a.page-link {
    display: inline-block;
    color: #034187;
}

div.pagination nav ul.pagination .page-item.active .page-link {
    background-color: #034187;
    border-color: #034187;
}

/*div.pagination nav ul.pagination li:first-child a.page-link, div.pagination nav ul.pagination li:last-child a.page-link{ font-size:20px; }*/



#pageLoader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 77, 159, 0.9);
}

#pageLoader .lds-dual-ring {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





.loginPageContent {
    width: 100%;
    padding: 200px 0 190px;
    background: #fff;
    box-shadow: rgba(130, 192, 255, 0.3) 0 0 50px;
    border-radius: 0 0 0 250px;
}

@media screen and (max-width: 1400px) {
    .container {
        max-width: 1330px;
    }

    .featuredVas .slick-next.slick-arrow {
        right: 0;
    }

    .featuredVas .slick-prev.slick-arrow {
        left: 0;
    }

    .featuredJbs .slick-next.slick-arrow {
        right: 0;
    }

    .featuredJbs .slick-prev.slick-arrow {
        left: 0;
    }

    .onlineJobsSection .slick-next.slick-arrow {
        right: 0;
    }

    .onlineJobsSection .slick-prev.slick-arrow {
        left: 0;
    }

}


@media screen and (max-width: 1299px) {
    a img.menuIcon {
        display: block;
        z-index: 9999;
        position: fixed;
        right: 15px;
        top: 65px;
        width: 32px;
        height: 26px;
        margin: 0;
        border-radius: 3px;
        cursor: pointer;
        background: #fff;
        padding: 2px;
    }

    nav.mm-opened {
        visibility: visible !important
    }

    .employerSignBtn {
        display: none;
    }


    .hdrSearchBtn {
        margin-right: 50px;
    }

    nav.topNav {
        display: none;
    }





    .myAccountSection_1 {
        padding: 0;
        box-shadow: none;
    }
}



@media screen and (max-width: 1200px) {
    .headerInrPage:before {
        background-size: cover;
    }

    .employerSignBtn {
        font-size: 12px;
        width: 170px;
    }

    .bannerSection {
        padding-bottom: 70px;
    }

    .bannerSection div.searchField {
        width: 100%;
    }

    .loginPageContent {
        width: 100%;
        padding: 150px 30px 90px;
        background: #fff;
        box-shadow: rgba(130, 192, 255, 0.3) 0 0 50px;
        border-radius: 0 0 0 100px;
    }

    .jobpostsForm ul.labelList li {
        font-size: 14px;
    }

    .chooseFile {
        width: calc(100% - 130px);
    }

    .jobDtlsPage_1 section {
        padding: 0 15px;
        width: 100%;
    }

    .jobDtlsPage_1 section .jobDtlsBox,
    .jobDtlsPage_1 section {
        font-size: 16px;
    }

    .jobDtlsPage_1 section .jobDtlsBox span {
        font-size: 12px;
    }

    .jobDtlsPage_1 section button {
        padding: 5px 15px;
        font-size: 16px;
    }

    .jobDtlsPage_1 section img {
        width: 50px;
    }

    div.accountSectionLst_2 {
        text-align: center;
    }

    div.accountSectionLst_2 a.btn-primary,
    div.accountSectionLst_2 button.btn-secondary {
        margin: 5px;
    }

    div.featuredVas_2 article {
        width: calc(25% - 30px);
    }

    .jobBoardPage div.featuredJbs_2 article .headerInfo,
    .homeSection_4 div.featuredJbs article .headerInfo {
        font-size: 12px;
    }

}

@media screen and (max-width: 991px) {
    .hideMbMenu {
        display: none;
    }

    .bannerSection h4 {
        margin: 25px 0 0 0
    }

    .homeSection_1 .callToActionBtns {
        width: 100%;
        margin-top: 15px;
    }

    .homeSection_1 .callToActionBtns section {
        width: 50%;
        background-size: cover !important;
    }

    .homeSection_1 .callToActionBtns section:nth-child(1),
    .homeSection_1 .callToActionBtns section:nth-child(2) {
        margin-bottom: 0;
    }

    .homeSection_1 .callToActionBtns section:nth-child(1) {
        border-radius: 30px 0 0 0;
    }

    .homeSection_1 .callToActionBtns section:nth-child(2) {
        border-radius: 0 30px 0 0
    }

    .homeSection_1 .callToActionBtns section:nth-child(3) {
        border-radius: 0 0 0 30px;
    }

    .homeSection_1 .callToActionBtns section:nth-child(4) {
        border-radius: 0 0 30px 0
    }

    .homeSection_1 h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .homeSection_2 div.roundWidget::after {
        display: none;
    }

    .homeSection_2 div.roundWidget {
        margin-top: 20px;
    }


    .footerPart .footerContact {
        text-align: center;
        padding: 25px 0;
    }

    .footerPart .footerContact span {
        margin: 0 auto;
        display: block;
        float: none;
    }

    .pricingTable section:nth-child(1) {
        display: none;
    }

    .pricingTable section:nth-child(3) {
        width: 33.33%;
        border-radius: 25px 0 0 25px;
    }

    .pricingTable section:nth-child(4) {
        width: 33.33%;
    }

    .pricingTable section h2 {
        font-size: 28px;
    }

    .pricingTable section ul.listPrice li span {
        display: block;
        font-size: 12px;
        line-height: 20px;
    }

    .pricingTable section div.infoSection {
        height: auto;
        line-height: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .faqSection {
        background: url(/images/faqBg2.png) repeat 0 0 #f6f9fd;
    }


    .myAccountSection_1 {
        text-align: center;
    }

    .myAccountSection_1 h3 {
        margin-top: 0;
    }

    .myAccountSection_1 h2 {
        text-align: center;
    }

    a.upgradeBtn_1,
    a.upgradeBtn_2 {
        display: inline-block;
        margin: 5px 0;
    }

    .myAccountSection_3 {
        padding-bottom: 50px;
    }

    .myAccountSection_3 img.manWithTab {
        margin: 0 auto;
        display: block;
    }


    .jobpostsForm ul.labelList li {
        font-size: 14px;
        width: 100%;
    }

    .vaMyAccountBox div {
        border: none !important;
        text-align: center;
    }

    .jobDtlsPage_2 {
        padding: 20px 30px 20px 30px
    }

    .buttonSection {
        text-align: center;
    }

    .buttonSection .btn-primary,
    .buttonSection .btn-primary.saveJobBtn {
        float: none;
        display: inline;
        margin: 5px 10px;
    }

    .buttonSection ul.shareLinks {
        width: 100%;
        text-align: center;
        float: none;
        padding: 10px 0;
    }

    .buttonSection ul.shareLinks li {
        display: inline;
        margin: 0;
        padding: 0;
        float: none;
    }

    .buttonSection ul.shareLinks li a {
        display: inline-block;
    }

    .buttonSection h6 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
        line-height: 20px;
        font-size: 15px;
    }



    .jobBoardPage h3 {
        text-align: center
    }

    .jobBoardPage div.searchField {
        margin: 10px auto;
        width: 100%;
        max-width: 480px;
    }

    .jobBoardPage ul.listCheck {
        width: 100%;
        text-align: center;
    }

    .jobBoardPage ul.listCheck li {
        float: none;
        display: inline-block;
    }

    div.featuredVas_2 article {
        width: calc(33.333% - 30px);
        float: left;
        margin: 15px;
    }

    .accountBtnSec {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    div.dropdown.skillsBx .dropdown-menu.show {
        width: 290px;
    }

    div.dropdown.skillsBx .dropdown-menu.show li {
        width: 100%;
        float: left;
        margin-right: 0;
    }
}


@media screen and (max-width: 767px) {

    a.logo img,
    .headerInrPage a.logo img {
        height: 70px;
    }

    .headerSection {
        text-align: center;
    }

    .employerSignBtn,
    .langSelect,
    .hdrSearchBtn {
        margin: 15px 0;
        display: inline-block;
    }

    .employerSignBtn {
        display: none;
    }

    .hdrSearchBtn {
        margin-right: 50px;
        width: 35px;
        height: 35px;
    }

    .bannerSection {
        border-radius: 0 0 50px 0;
    }

    .homeSection_6 img.imgStyle_1 {
        border-radius: 0 0 0 0;
        border: 2px solid #004d9f
    }

    .homeSection_6 img.imgStyle_2 {
        border-radius: 0 0 0 0;
        border: 2px solid #004d9f
    }

    .homeSection_6 .loopSection {
        /*background:#f5f5f5;*/
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .homeSection_7 {
        border-radius: 0 0 100px 0
    }

    .homeSection_3 {
        border-radius: 0 0 0 100px
    }

    .bannerSection div.bannerBottomSection {
        padding: 0;
        width: 100%;
    }

    .homeSection_4 div.featuredJbs article .headerInfo {
        background-size: 100% 100%;
    }

    .homeSection_4 div.featuredJbs article {
        padding: 0 20px 30px;
    }


    .footerPart {
        text-align: center;
    }

    .footerPartMenus h4 {
        margin: 15px 0 0 0;
    }

    .footerPartCopy,
    .footerPartCopy p.followUs {
        text-align: center;
    }

    .footerPartMenus ul li {
        float: none;
        display: inline;
    }

    .footerPartMenus ul li a {
        display: inline-block;
        line-height: 26px;
        padding: 0 5px;
    }

    .bannerSection a.regNowBtn {
        line-height: 30px;
    }

    .bannerSection .mbFrame {
        float: none;
        margin: 0 auto;
        display: block;
        padding-top: 5px;
    }


    .signUpSection .tab-content:after {
        display: none;
    }

    /*.signUpSection{ width:100%; padding:150px 0 90px; background:#fff; box-shadow:rgba(130,192,255,0.3) 0 0 50px; border-radius:0 0 0 100px; }*/
    .signUpSection form button[type="submit"] {
        margin: 35px auto;
    }

    .cancellationPolicy img {
        float: none;
    }

    .cancellationPolicy {
        text-align: center;
    }

    .cancellationPolicy h3 {
        margin: 0;
    }

    .pricingSection {
        width: 100%;
        padding: 150px 0 90px;
        background: #fff;
        box-shadow: rgba(130, 192, 255, 0.3) 0 0 50px;
        border-radius: 0 0 0 100px;
    }


    .headerInrPage nav.topNav,
    .headerInrPage .employerSignBtn,
    .headerInrPage .langSelect,
    .headerInrPage .hdrSearchBtn,
    .headerSection.userlogin .profileInfo {
        margin-top: 5px;
    }

    .headerSection.userlogin.headerInrPage .profileInfo {
        margin-top: 8px;
    }

    .headerSection.userlogin .profileInfo {
        margin-top: 15px;
    }


    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .homeSection_1 a.btn-primary {
        margin: 15px auto 0;
        display: block;
    }

    .mobileView {
        display: block !important;
    }

    .desktopView {
        display: none !important;
    }


    .footerPartMenus {
        padding: 30px 0;
    }

    .footerPartMenus h4 {
        margin: 25px 0 10px;
    }

    a img.menuIcon {
        top: 33px;
    }

    .form-control,
    .form-control_select {
        margin: 5px 0 !important;
    }

    .jobDtlsPage_1 {
        display: block;
    }

    .jobDtlsPage_1 section {
        padding: 15px 15px 0;
    }

    .jobBoardPage div.featuredJbs_2 article {
        padding: 0 10px 25px;
        min-height: inherit;
    }

    .langSelect img {
        width: auto;
        height: 20px;
    }

    .langSelect ul.lang-ul li a img {
        float: left;
        width: auto;
        height: 20px;
        margin: 0 10px 0 0;
        padding: 0;
        width: 40px;
        height: 20px;
    }

    .accountBtnSec {
        display: block;
        text-align: center;
    }

    .accountBtnSec section {
        padding: 5px 0;
    }

    .employerSearch div.searchField {
        max-width: 100%;
    }

    .myAccountSection_2 .header {
        text-align: center;
    }

    .myAccountSection_2 .header .btn-primary {
        display: inline-block;
        float: none;
        margin: 0;
        width: 150px;
        height: 30px;
    }

    .myAccountSection_2 .header a {
        display: inline-block;
        float: none;
        margin: 0;
    }

    .myAccountSection_2 .header .col-md-6 {
        padding-bottom: 10px;
    }

    .deleteBtn.formEducation {
        margin: 15px auto 0;
    }

    .billingSection .billingBox .heading {
        font-size: 16px;
    }

    .billingSection .myAccountSection_2 .header h4 {
        font-size: 16px;
    }

    .pricingTable {
        flex-wrap: wrap;
    }

    .pricingTable .free-membership {
        background-color: rgba(50, 50, 50, .05);
        width: 100%;
        margin-bottom: 35px;
    }

    .pricingTable section:nth-child(3) {
        width: 100%;
        border-radius: 25px;
        margin-bottom: 30px;
    }

    .pricingTable section:nth-child(4) {
        width: 100%;
        border-radius: 25px;
    }
}


@media screen and (max-width: 575px) {

    .headerInrPage {
        padding: 10px 0;
    }

    .headerSection.userlogin.headerInrPage {
        padding: 10px 0 20px;
    }

    .employerSignBtn {
        display: none;
    }

    .signUpSection ul#tabs-nav li a {
        padding-top: 99px;
        line-height: 26px;
    }

    .signUpSection ul#tabs-nav li:nth-child(1) a::before {
        height: 99px;
        background-size: auto 198px;
    }

    .signUpSection ul#tabs-nav li:nth-child(2) a::before {
        height: 99px;
        background-size: auto 198px;
    }

    .pricingTable {
        display: block;
    }



    .pricingTable section button[type="submit"] {
        margin-bottom: 0;
    }

    .bannerSection {
        padding: 100px 0 60px 0;
        overflow: hidden;
    }

    .bannerSection h3,
    .bannerSection img.tenX {
        margin-top: 0;
    }

    .bannerSection img.tenX {
        height: 120px;
    }

    .bannerSection:after {
        display: none;
    }

    .bannerSection a.regNowBtn {
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 7px
    }

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

    .bannerSection .bnrSearch h5 {
        margin: 13px 0 6px;
    }

    .bannerSection .mbFrame {
        margin: 20px auto 0;
    }

    .mbAccodian_1Cont::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, .1);
        display: block;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: auto;
    }

    /*.mbAccodian_1Cont, .mbAccodian_2Cont{ display:none; }*/
    .bannerSection h4 {
        pointer-events: all;
        position: relative;
        cursor: pointer;
        margin: 0 0;
    }

    /*.bannerSection h4:after{ content:"+"; margin-left:10px; font-weight:600; }*/
    .bannerSection h4.minusIco:after {
        content: "-";
        margin-left: 10px;
        font-weight: 600;
    }


    .homeSection_6 img.imgStyle_1,
    .homeSection_6 img.imgStyle_2 {
        margin: 0 auto;
        display: block;
        float: none;
        width: 100%;
    }

    .homeSection_6 .loopSection .loopSectionInner {
        max-width: 100%;
    }

    .homeSection_6 h3 {
        margin: 20px 0 10px;
    }

    a img.menuIcon {
        top: 32px;
    }

    /* .headerSection.userlogin  .profileInfo{ position:absolute; right:5px; bottom:-30px; }
	.headerSection.userlogin.headerInrPage  .profileInfo{ position:absolute; right:10px; bottom:-15px; } */
    .headerSection.userlogin .profileInfo ul {
        left: auto;
        right: 5px;
    }

    .headerSection.userlogin .profileInfo ul:before {
        left: auto;
        right: 25px;
    }

    .headerInrPage nav.topNav,
    .headerInrPage .employerSignBtn,
    .headerInrPage .langSelect,
    .headerInrPage .hdrSearchBtn,
    .headerSection.userlogin .profileInfo {
        margin-top: 15px;
    }

    div.featuredVas_2 article {
        width: calc(100% - 30px);
    }

    .bannerSection div.bannerBottomSection {
        height: auto;
    }

    .bannerSection div.bannerBottomSection h5 {
        padding: 15px 15px 15px 30px;
        line-height: 28px;
    }

    .bannerSection h4 {
        font-size: 20px;
    }

    .bannerSection h1 {
        font-size: 25px;
    }

    .employerSearch .mbAccodian_1Cont:before {
        display: none;
    }

    a.btn-primary,
    button.btn-primary,
    input.btn-primary,
    a.btn-secondary,
    .btn-custom_1,
    .addMore,
    .backBtn,
    .btn-primary.saveJobBtn {
        font-size: 12px;
    }
}

.mm-spn.mm-spn--light {
    background: #009ddb;
}

.mm-spn a {
    color: #fff;
    font-weight: 500;
}

.mm-spn.mm-spn--light {
    color: #fff;
    font-weight: 500;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

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

.img-small {
    max-height: 137px;
    max-width: 137px;
    width: 137px;
    height: auto;
    border-radius: 100%;
}

.img-sm {
    max-height: 90px;
    max-width: 90px;
    width: 90px;
    height: auto;
    border-radius: 100%;
}

.form-control_select[data-select2-id] {
    height: auto;
    min-height: 43px;
}

.form-control_select.form-control_multiselect {
    height: auto;
    min-height: 43px;
}

.select2-container .select2-selection--multiple {
    min-height: 43px;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
    background: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px;
}


.form-control[name="dob"] {
    background: url(/images/calenderIcon.png) no-repeat 90% center #fff;
}

.select2-dropdown {
    border: none !important;
    box-shadow: #aaa 0 0 10px;
}

ul.select2-results__options li.select2-results__option {
    font-size: 14px
}

.wish-listed {
    background-color: #d2ffd2 !important;
}

form label.error {
    font-weight: 400;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #F00;
    text-transform: none;
}

button:disabled,
button[disabled] {
    opacity: 0.5 !important;
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

form .form-control_multiselect label.error {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.block-0 {
    line-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 0px !important;
    width: 0px !important;
}

.form-control_select {
    padding: 0;
}

.form-control_select select.form-control,
.form-control_select select.form-control:focus {
    border: none;
    width: 100%;
}

.form-control_select::after {
    pointer-events: none;
}

.va-nav {
    background-color: #fff;
    border: #5cb85c solid 2px;
    width: 140px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    position: absolute;
    top: 250px;
    color: #5cb85c;
    text-transform: uppercase;
    transition: all .3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.va-nav.pre {
    left: 0;
    text-align: center;
    border-left: none;
    border-radius: 0 24px 24px 0;
}

.va-nav.back {
    left: 0;
    top: 254px;
    font-size: 12px;
    text-align: center;
    border-left: none;
    border-radius: 0 24px 24px 0;
}

.va-nav.back .st0 {
    fill: #5cb85c;
}

.va-nav.back.pre-exists {
    top: 310px;
}

.va-nav.nxt {
    right: 0;
    text-align: center;
    border-right: none;
    border-radius: 24px 0 0 24px;
}

.va-nav.pre span {
    margin-left: 10px;
}

.va-nav.back .back-icon {
    display: none;
}

.va-nav.nxt span {
    display: inline-block;
    margin-right: 10px;
}

.va-nav:hover {
    background-color: #5cb85c;
    color: #fff;
}

.va-nav.back:hover .st0 {
    fill: #fff;
}

@media screen and (max-width: 991px) {

    .va-nav {
        top: 190px;
    }

    .va-nav.back {
        top: 190px;
        left: 0;
        padding: 10px;
    }

    .va-nav.back.pre-exists {
        top: 240px;
    }

    .va-nav {
        width: 50px;
    }

    .va-nav.pre span,
    .va-nav.back span,
    .va-nav.nxt span {
        display: none;
    }

    .va-nav.back .back-icon {
        display: block;
    }
}

.blur-name,
.blur-name1 {
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}

.blur-name h5,
.blur-name1 h5 {
    color: transparent !important;
    text-shadow: 0 0 8px #004d9f;
}

.blur-name h2,
.blur-name1 h2 {
    color: transparent !important;
    text-shadow: 0 0 11px #515961;
}

.blur-name i,
.blur-name1 i {
    font-size: 16px;
    margin-left: 8px;
    /*margin-top: 6px;*/
    color: #004d9f;
}

.tooltip-inner p {
    font-size: 12px;
    color: #fff;
}

.pricingTable section h2 .btn {
    font-size: 14px;
    color: rgba(11, 92, 177, 1);
    padding: 0;
}

.pricingTable section h2 .btn:active,
.pricingTable section h2 .btn:focus {
    box-shadow: none;
}

.icon-button {
    width: 35px;
    height: 35px;
    border: 1px solid #cedae0;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

@media screen and (max-width:600px) {

    .headerSection.userlogin .profileInfo ul,
    .headerSection.userlogin .profileInfo:hover ul {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .headerSection.userlogin .profileInfo ul::before {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media screen and (max-width:574px) {
    .headerSection.userlogin.headerInrPage .profileInfo {
        margin-top: 15px;
    }
}

@media screen and (max-width:350px) {

    a.logo img,
    .headerInrPage a.logo img {
        height: 50px;
    }

    .langSelect {
        width: 70px;
    }

    .headerSection.userlogin .profileInfo h6 {
        padding: 10px 5px;
    }
}

/*-- affiliate-stats --*/
.affiliate-nav {
    padding: 30px 0 30px;
    margin-bottom: 60px;
    border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

.affiliate-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}

.affiliate-nav li {
    display: inline-block;
    margin: 0 5px;
}

.affiliate-nav a {
    font-size: 20px;
    color: #515961;
    font-weight: 500;
    border: #fff solid 2px;
    border-radius: 5px;
    padding: 9px 20px;
    transition: all .25s ease-in-out;
}

.affiliate-nav a:hover,
.affiliate-nav a.active {
    color: #03b8ff;
    border: #03b8ff solid 2px;
}

.content-text {
    padding: 40px;
}

.content-text ul {
    padding-left: 0;
}

.download-csv {
    border: #03b8ff solid 2px;
    border-radius: 5px;
    padding: 0 10px;
}

@media screen and (max-width:767px) {
    .affiliate-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .affiliate-nav li {
        margin-bottom: 20px;
    }

    .affiliate-nav a {
        font-size: 16px;
        padding: 7px 10px;
        border: rgba(0, 0, 0, .1) solid 2px;
    }

    .content-text {
        padding: 30px 25px;
    }
}

@media screen and (max-width:500px) {
    .affiliate-nav ul {
        justify-content: flex-start;
    }

}

.signUpSection form button.btn-style,
.btn-style {
    width: auto;
    min-width: 173px;
    height: auto;
    border-radius: 25px;
    border: none;
    background-color: #5cb85c;
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    padding: 14px 15px;
}

.signUpSection form button.btn-style.orange-btn,
.orange-btn {
    background-color: #ffb73a;
}

.signUpSection form button.btn-style.blue-btn,
.blue-btn {
    background-color: #03a3e7;
}

.btn-style img {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 6px;
}

#copyBtn {
    margin-right: 15px;
}

.addMore {
    font-size: 14px;
    color: #004d9f;
    padding: 0;
    border: none;
    background-color: transparent;
}

.new_affiliate_details {
    position: relative;
    border-bottom: rgba(50, 50, 50, .15) solid 1px;
    padding-bottom: 35px;
}

.del-btn {
    width: 58.33333333%;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: right;
    z-index: 9;
}

.new_affiliate_details .removeBtn {
    background-color: transparent;
    color: #f00;
    border: none;
}

.description-td p {
    font-size: 15px;
    text-align: left;
}

.description-td textarea {
    min-height: 85px;
    padding: 15px;
}

.recommending-us {
    padding: 35px 0 65px;
}

.recommend-here-block {
    border: #d3e0e4 solid 1px;
    border-radius: 15px;
    box-shadow: 0 0 15px 2px rgba(50, 50, 50, .05);
    overflow: hidden;
    margin-bottom: 3rem;
}

.recommend-description {
    background-color: #eafaff;
    padding: 20px 20px 3px;
    border-bottom: #d3e0e4 solid 1px;
}

.recommend-description h5 {
    font-size: 18px;
    font-weight: 600;
    color: #004d9f;
    margin-bottom: 2px;
}

.recommend-description p {
    font-size: 16px;
    font-weight: 500;
    color: #060b0f;
}

.recommend-img {
    text-align: center;
    padding: 30px 20px;
}

.recommend-img img {
    max-width: 100%;
}

.recommend-footer {
    padding: 20px 20px;
    border-top: #d3e0e4 solid 1px;
}

.recommend-footer h6 {
    color: #060b0f;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}

.recommend-footer textarea {
    font-size: 14px;
    color: #515961;
    padding: 15px;
}

.c-160 textarea,
.c-120 textarea {
    height: 200px;
}

.c-250 textarea,
.c-200 textarea {
    height: 85px;
}

.rec-02 textarea {
    height: 70px;
}

@media screen and (max-width: 767px) {
    .del-btn {
        width: 100%;
    }
}

@media screen and (max-width: 465px) {
    #copyBtn {
        margin-bottom: 15px;
    }

    .addMore {
        order: 1;
        margin-bottom: 10px;
    }

    .affiliate-url {
        order: 2;
    }
}

.invite-friends h4 {
    font-size: 24px;
    font-weight: 500;
    color: #515961;
}

.invite-friends h4 span {
    color: #004d9f;
}

.aff-link a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    display: inline-block;
    color: #004d9f;
    border-bottom: #004d9f solid 1px;
    margin-right: 15px;
}

.aff-link a:hover {
    color: #5cb85c;
    border-color: #5cb85c;
}

.share_link_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}

.share_link_container span {
    color: #060b0f;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0 10px 0 0;
}

.share-link-block {
    font-size: 15px;
    font-weight: 500;
    color: #515961;
    background-color: #e9ecef;
    border: 1px solid #d9dee8;
    border-radius: 25px;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 51px;
    padding: 12px 85px 12px 20px;
    margin: 0 0 0;
    box-shadow: rgba(188, 188, 188, 0.2) 0 0 20px;
    position: relative;
}

.share-link-block button.invitation_mail {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 65px;
    height: 100%;
    border: none;
    border-radius: 0 25px 25px 0;
    background: rgb(92, 184, 92);
    background: -moz-radial-gradient(center, ellipse cover, rgba(92, 184, 92, 1) 0%, rgba(46, 145, 92, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(92, 184, 92, 1) 0%, rgba(46, 145, 92, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(92, 184, 92, 1) 0%, rgba(46, 145, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb85c', endColorstr='#2e915c', GradientType=1);
}

@media screen and (max-width:767px) {
    .invite-friends {
        text-align: center;
    }

    .share_link_container {
        justify-content: center;
    }

    .share_link_container span {
        margin-bottom: 10px;
    }
}

/*-- affiliate-program --*/
.how-it-works .inner-wrap {
    background-color: #f1f1f1;
    padding: 30px 40px;
}

.step-num span {
    font-size: 21px;
    border-radius: 50%;
    background-color: #004d9f;
    color: #fff;
    width: 35px;
    height: 35px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    padding: 2px 0;
}

.how-it-works p {
    font-size: 15px;
    font-weight: 500;
}

a.get-start {
    display: inline-block;
}

a.get-start:hover {
    color: #fff;
}

.start-btn .btn-style {
    text-align: center;
    padding: 14px 35px;
}

.start-btn .btn-style:hover {
    color: #fff;
    background-color: #03a3e7;
}

@media screen and (max-width:767px) {
    .start-btn .btn-style {
        width: 100%;
    }
}

.blur-message {
    filter: blur(3px);
    pointer-events: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.stickey-btn {
    position: fixed;
    z-index: 999;
}


/* Custom Rating style */

.rating-stars {
    pointer-events: none;
}

.rating-container .caption {
    display: none !important;
}

/* 09.05.24 */
.vaMyAccount ul.topIconLinks li a.contact{color:#5d64d4;width: auto;font-size: 14px;text-transform: uppercase;font-weight: 600;height: inherit;display: inline-flex;justify-content: center;align-items: center;padding: 0 12px;}

[data-rating-numb="0"]{opacity: 0;pointer-events: none;}
.hide-rating-box [data-rating-numb]{display: none !important;}