@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

body {
    background: #f9f9f9 !important;
    font-family: 'open sans';
    font-weight: 400;
    color: #64686d;
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #272727;
}

a {
    color: #45aed6;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

a:hover, a:focus {
    text-decoration: none;
    color: #2a95be;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 0;
}

.section-header .section-title {
    font-size: 44px;
    color: #272727;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}

.btn.btn-primary {
    background: #45aed6;
    border-color: #2a95be;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #2a95be;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #45aed6;
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

ul.nostyle i {
    color: #45aed6;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/*************************
*******Header******
**************************/
.navbar-default {
    background-color: transparent;
}

.navbar-nav {
    margin: -1.5px -15px;
}

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 32px;
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 15px 15px;
}

.nav > li > a {
    font-size: 15px;
}

@media only screen and (min-width: 1200px) {

    #main-menu.navbar-default .navbar-nav > li > a {
        padding-top: 34px;
        padding-bottom: 28px;
        text-transform: uppercase;
        color: #fff;
        font-size: 14.5px;
    }

    #main-menu.navbar-default .navbar-nav > li.active > a,
    #main-menu.navbar-default .navbar-nav > li.open > a,
    #main-menu.navbar-default .navbar-nav > li:hover > a {
        background: #4a6d27;
        border-top: none;
    }

    #main-menu.navbar-default .navbar-nav > li:last-child > a {
        background: transparent;
        border-top: none;
    }

    #main-menu.navbar-default .dropdown-menu {
        padding: 0 20px;
        min-width: 330px;
        background-color: rgba(255, 255, 255, 1);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit;
        top: 83px;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        right: 50px !important;
        left: 10px !important;
    }

    #main-menu.navbar-default .dropdown-menu > li {
        border-left: 5px solid transparent;
        margin-left: -21px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }

    #main-menu.navbar-default .dropdown-menu > li > a {
        padding: 10px 0;
        color: #333;
    }

    #main-menu.navbar-default .dropdown-menu > li:first-child > a {
        border-top: 0;
    }

    #main-menu.navbar-default .dropdown-menu > li.active,
    #main-menu.navbar-default .dropdown-menu > li.open,
    #main-menu.navbar-default .dropdown-menu > li:hover {
        border-left-color: #669934;
    }

    #main-menu.navbar-default .dropdown-menu > li.active > a,
    #main-menu.navbar-default .dropdown-menu > li.open > a,
    #main-menu.navbar-default .dropdown-menu > li:hover > a {
        color: #669934;
        background-color: transparent;
    }

    #main-menu.navbar-default .dropdown-menu p {
        font-weight: 600;
    }
}

.dropImg {
    width: 45px;
    margin-right: 30px;
    border: 1px solid #eee;
}

.navSplit {
    border-top: 1px solid #333;
    font-size: 16px;
    padding-top: 10px;
    margin-left: -5px;
    font-weight: 600;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .navSplit {
        margin-left: 15px;
        margin-top: 0;
        border: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .dropdown-menu {
        min-width: 250px;
    }

    .navSplit {
        margin-left: 15px;
        margin-top: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navbar-right .dropdown-menu {
        right: auto;
        left: auto;
    }
}

.recruiterNav {
    background: transparent !important;
}

.navSpace {
    padding: 0 10px;
}

.recruitBg {
    background: #FF1493;
    top: 18px;
}

.recruitBg:hover {
    background: #D33D84;
}

.fieldAlign {
    top: 0;
    color: #fff !important;
    transform: none;
    margin-left: 0px;
    padding-top: 0px !important;
    margin-top: 15px !important;
    padding-bottom: 12px !important;
}

.fieldAlign:hover {
    padding-top: 0px !important;
}

#main-menu.navbar-default {
    background: #669933;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .navbar.navbar-default .navbar-brand {
        padding: 20px;
    }

    #main-menu.navbar-default .navbar-nav > li {
        border-bottom: 1px solid #cecece;
    }

    #main-menu.navbar-default .dropdown-menu > li {
        border-bottom: 1px solid #cecece;
    }

    #main-menu.navbar-default .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    #main-menu.navbar-default .navbar-nav > li.active > a,
    #main-menu.navbar-default .navbar-nav > li.open > a,
    #main-menu.navbar-default .navbar-nav > li:hover > a {
        background: #e0e0e0;
        padding-top: 10px;
        margin-top: 0px;
    }

    #main-menu.navbar-default .navbar-nav > li:last-child > a {
        background: transparent;
        border-top: none;
    }

    .recruitBg {
        background: #FF1493;
        top: 0;
    }

    .recruitBg:hover {
        background: #D33D84;
    }

    .fieldAlign {
        top: 0;
        color: #fff !important;
        padding-bottom: 5px !important;
        transform: none;
        margin-left: 0px;
        padding-top: 10px !important;
        margin-top: 0px !important;
    }

    .fieldAlign:hover {
        padding-top: 10px !important;
        margin-top: 0px !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: rgba(255, 255, 255, 1);
        border-bottom: 1px solid #cecece;
        max-height: 415px !important;
    }

    .navSpace {
        padding: 0 0 5px 0;
    }

    .navbar-nav {
        height: 24em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1430px) {
    .container {
        width: 1150px;
    }
}

@media only screen and (min-width: 1461px) and (max-width: 1599px) {
    .container {
        width: 1300px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .container {
        width: 1500px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1260px) {
    .navSpace {
        padding: 0 5px;
    }
}

@media only screen and (min-width: 1261px) and (max-width: 1599px) {
    .navSpace {
        padding: 0;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .navSpace {
        padding: 0 3px;
    }
}

@media only screen and (min-width: 1431px) and (max-width: 1460px) {
    .container {
        width: 1200px;
    }
}

@media only screen and (min-width: 1200px) {
    .logoHide {
        visibility: hidden;
    }
}

@media only screen and (min-width: 1701px) {
    .container {
        width: 1480px;
    }
}

#main-slider {
    overflow: hidden;
}

#main-slider .item {
    height: 48vw;
    background: #f9f9f9;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.10), rgba(0,0,0,0)), url(../images/office-space.jpg);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.10), rgba(0,0,0,0)), url(../images/office-space.jpg);
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.10), rgba(0,0,0,0)), url(../images/office-space.jpg);
    background-image: linear-gradient(top, rgba(0,0,0,0.10), rgba(0,0,0,0)), url(../images/office-space.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
}

#main-slider .slider-inner {
    position: relative;
    left: 0;
    width: 100%;
    color: #fff;
}

@media only screen and (min-width: 1921px) {
    #main-slider .slider-inner {
        top: 15vw;
    }
}

@media only screen and (max-width: 1199px) {
    #main-slider .item {
        background-attachment: scroll;
    }
}

#main-slider .slider-inner h2 {
    margin-top: 180px;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

#main-slider .slider-inner h2 > span {
    color: #45aed6;
}

#main-slider .slider-inner .btn1, #main-slider .slider-inner .btn2 {
    border: none;
    border-radius: 0px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'montserrat';
    width: 100%;
    font-size: 100%;
    text-align: center;
}

#main-slider .slider-inner .btn1 {
    background: #ffd800;
    padding: 16.5px 0px;
}

#main-slider .slider-inner .btn2 {
    background: #f1f1f1;
    padding: 15px 0px;   
}

.searchBg {
    background-color: rgba(255, 255, 255, 0.6);
    height: auto;
}

.searchBg i {
    font-size: 30px;
}

.bannerSearch1, .bannerSearch2 {
    display: initial;
    border-radius: 0px;
    width: 100%;
    height: 3.25em;
    padding: 6px 12px;
    font-size: 18px;
    font-family: 'montserrat';
}

.bannerSearch1 {
    line-height: 20px;
}

.bannerSearch2 {
    line-height: 52px;
}

.rowBreak1 {
    padding-top: 1.5em;
}

.rowAlign {
    margin-top: 2em;
    float: right;
}

.colFloat {
    float: right;
}

@media only screen and (min-width: 200px) and (max-width: 360px) {
    #main-slider .item {
        height: 915px;
    }
}

@media only screen and (min-width: 361px) and (max-width: 448px) {
    #main-slider .item {
        height: 910px;
    }
}

@media only screen and (min-width: 449px) and (max-width: 767px) {
    #main-slider .item {
        height: 830px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    #main-slider .slider-inner {
        position: relative;
        top: 7em;
        width: 100%;
        color: #fff;
    }

    #main-slider .slider-inner .btn1 {
        padding: 10.4px 0px;
    }

    #main-slider .slider-inner .btn2 {
        padding: 15px 0px;
    }

    .bannerSearch1, .bannerSearch2 {
        width: 100%;
        height: 3em;
        font-size: 15px;
    }

    .navigationLinks {
        margin-top: 10px;
        text-align: center;
    }

    .rowBreak {
        padding-top: 5px;
    }

    .rowAlign {
        margin: 0 auto;
        padding-top: 20px;
    }

    .rowAlign img {
        padding-bottom: 15px;
        margin: 0 auto;
    }

    .searchBg {
        height: 100%
    }
}

@media only screen and (min-width: 200px) and (max-width: 595px) {
    .flagCol {
        padding-left: 0;
        width: 26%;
    }
}

@media only screen and (min-width: 596px) and (max-width: 767px) {
    .flagCol {
        padding-right: 0;
    }

    .rowAlign img {
        float: right;
    }
}

@media only screen and (min-width: 200px) and (max-width: 500px) {
    .searchBg {
        float: none;
        background: none;
        padding-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #main-slider .item {
        height: 795px;
    }

    #main-slider .slider-inner .btn1 {
        padding: 10.4px 0px;
    }

    #main-slider .slider-inner .btn2 {
        padding: 16px 0px;
    }

    .searchBg {
        height: 100%;
    }

    .bannerSearch1, .bannerSearch2 {
        width: 100%;
        height: 3em;
        font-size: 15px;
    }

    .rowAlign {
        width: auto;
        float: right;
    }

    .rowAlign img {
        margin: 0 auto;
    }

    .rowBreak1 {
        padding-top: 2em;
        float: right;
        width: 50%;
    }

    #main-slider .slider-inner {
        top: 10em;
    }

    #recruiter {
        margin-top: 7em;
    }
}

@media only screen and (min-width: 768px) {
    .colFloat {
        padding: 0;
    }

    .rowBreak {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .tagSpace {
        padding: 5px 15px;
    }

    .tagSpace:first-child {
        padding-top: 10px;
    }

    .tagSpace:last-child {
        padding-bottom: 10px;
    }

    #main-slider .slider-inner .btn1 {
        font-size: 100%
    }
}

@media only screen and (min-width: 992px) {
    .tagSpace {
        padding: 10px 0 10px 10px;
    }

    .tagSpace:last-child {
        padding: 10px;
    }

    #main-slider .slider-inner .btn1 {
        height: 3.25em;
        font-size: 18px;
    }

    .colAlign {
        float: right;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #main-slider .item {
        height: 550px;
    }

    #main-slider .slider-inner {
        top: 9em;
    }

    #recruiter {
        margin-top: 7em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
    #main-slider .item {
        height: 665px;
    }

    #main-slider .slider-inner {
        top: 14em;
    }

    #recruiter {
        margin-top: 10em;
    }
}

@media only screen and (min-width: 1461px) and (max-width: 1599px) {
    #main-slider .item {
        height: 768px;
    }

    #main-slider .slider-inner {
        top: 16em;
    }

    #recruiter {
        margin-top: 14em;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    #main-slider .item {
        height: 922px;
    }

    #main-slider .slider-inner {
        top: 20em;
    }

    #recruiter {
        margin-top: 20em;
    }
}

.premiumMemBtnLink, .premiumJobBtnLink {
    color: #fff;
    width: 100%;
    font-weight: 600;
    padding: 15px 0px;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'montserrat';
    font-size: 100%;
}

.premiumMemBtnLink {
    background: #d94081 !important;
    border-color: #d94081 !important;
}

.premiumJobBtnLink {
    background: #5174b6 !important;
    border-color: #5174b6 !important;
}

.navigationCol {
    margin-bottom: 10px;
}

@media only screen and (min-width:768px) {
    .navigationLinks {
        display: none;
    }
}

#recruiter {
    padding: 20px 0;
    background: rgba(234, 234, 234, 0.7);
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 1921px) {
    #recruiter {
        margin-top: 14vw;
    }
}

#recruiter h2 {
    margin-top: 0;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 34px;
}

.recruitImgRow {
    /* width: auto; */
    /* padding: 0px 50px; */
    /* margin: 0; */
	display: flex;
    justify-content: space-around;
}

.recruiterImg {
    border: 1px solid #a2a2a2;
    border-radius: 3px;
    width: 190px;
    background: #fff;
}

/* .recruiterImg img { */
    /* margin: 0 auto; */
/* } */

.logoLink {
    float: right;
    margin-top: -35px;
    font-size: 12px;
}

#recruiter .btn {
    margin-top: 40px;
}

/* @media only screen and (min-width: 992px) { */
    /* .recruiterImg { */
        /* margin: 0 2%; */
    /* } */

    /* .recruiterImg:last-child { */
        /* margin-right: 0; */
    /* } */
/* } */

@media only screen and (max-width: 991px) {
    .recruitImgRow {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0;
    }

    .recruiterImg {
        margin-bottom: 20px;
        margin: 5px;
        width: 180px;
    }
}

@media only screen and (max-width: 609px) {
    .recruitImgRow {
		padding: 0 10px;
    }
}

@media only screen and (min-width: 610px) and (max-width: 767px) {
    .recruitImgRow {
		padding: 0 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .recruitImgRow {
		padding: 0 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    .recruiterImg {
        width: 105px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 448px) {
    #recruiter {
        margin-top: 7rem;
    }
}

@media only screen and (min-width: 449px) and (max-width: 767px) {
    #recruiter {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .recruiterImg {
        width: 130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* .recruitImgRow { */
        /* padding: 0; */
    /* } */

    .recruiterImg {
        width: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .recruiterImg {
        width: 170px;
    }
}

/* @media only screen and (min-width: 1461px) and (max-width: 1599px) { */
    /* .recruiterImg { */
        /* width: 148px; */
    /* } */
/* } */

#splitLayout {
    padding: 30px 0;
    background: #f7f7f7;
}

#jobs {
    padding: 15px 0;
}

#jobs h2 {
    margin-top: 0;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 25px;
}

.jobsPostLink {
    float: right;
    font-size: 12px;
}

.jobsImgParent {
    padding-top: 14px;
    position: sticky;
    margin: 0;
}

.jobsCol {
    border: 1px solid #cecece;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
}

.jobsImgRow {
    background: #669934;
    line-height: 4;
    height: 60px;
    margin-bottom: 5px;
}

.jobsLogoCol {
    padding: 20px 20px 5px;
}

.ImgCol {
    width: 152px;
    height: 100px;
    padding-left: 0;
    margin-left: 15px;
    background: #fff;
    border: 1px solid #cecece;
    padding-right: 8px;
}

.jobsLogoImg {
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 90px;
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    -webkit-transform: translate(5%, 5%);
    -ms-transform: translate(5%, 5%);
    transform: translate(5%, 5%);
}

.jobsFlagImg {
    float: right;
    padding: 15px;
}

.jobsContent h3 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 20px;
}

.jobsContent h4 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 2;
}

.jobsContent p {
    line-height: 1.5;
}

.locP {
    line-height: 5px !important;
}

.expP {
    line-height: 5px;
}

.jobsContent p a {
    float: right;
    text-decoration: underline;
}

.jobsCol {
    position: relative;
}

.jobsCol:before, .jobsCol:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

.jobsCol:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.adContent {
    display: block !important;
    color: #333 !important;
    background-color: transparent !important;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    #jobs {
        padding: 30px 0;
    }

    #jobs {
        margin-bottom: 0;
    }

    .jobsCol {
        width: 90%;
    }

    .jobsContent h3 {
        font-size: 17px;
    }

    .jobsContent h4 {
        font-size: 15px;
        line-height: 30px;
    }

    .jobsContent p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .jobsCol {
        width: 94%;
    }

    .jobsContent h3 {
        font-size: 16px;
        margin-top: 0px;
        line-height: 1.5;
    }

    .jobsContent h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .jobsContent p {
        font-size: 13px;
    }

    .locP {
        line-height: 25px !important;
    }
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .jobsCol {
        margin-left: 20px;
        margin-bottom: 30px;
    }

    .jobsLogoImg {
        width: 100px;
    }

    .jobsFlagImg {
        width: 70px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 1460px) {
    .jobsContent p {
        line-height: 20px;
    }
}

.rowSplit {
    padding: 10px;
}

#jobseeker {
    padding: 15px;
    background: #eaeaea;
}

#jobseeker h2 {
    margin-top: 0;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 25px;
}

.jobseekerParent {
    padding-top: 14px;
    position: sticky;
}

.jobseekerCol {
    border: 1px solid #cecece;
    border-bottom-left-radius: 10px;
    width: 45%;
    margin-left: 3%;
    background: #fff;
    height: 200px;
    border-top-right-radius: 10px;
}

.jobseekerProfileRow {
    padding: 20px 5px;
}

.jobseekerImg {
    border: 1px solid #cecece;
    margin-left: auto;
    margin-right: auto;
}

.jobseekerParent h4 {
    font-family: 'montserrat';
    text-transform: uppercase;
}

.jobseekerProfileRow p {
    font-size: 13px;
    line-height: 1.5;
}

.jobseekerProfileRow p a {
    float: right;
    text-decoration: underline;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .jobseekerCol {
        width: 96%;
        margin-left: 2%;
        margin-bottom: 30px;
        height: 100%;
    }

    .jobseekerImg {
        width: 60px;
    }

    .jobseekerColWidth {
        width: auto;
    }

    .jobseekerColSpace {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .jobseekerImg {
        width: 100px;
    }

    .jobseekerCol {
        height: 245px;
    }
}

.jobseekerCol {
    position: relative;
}

.jobseekerCol:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 3px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(3deg);
}

#recruiter2 {
    background-size: cover;
    color: #fff;
    padding-top: 70px;
}

#recruiter2 .btn {
    margin-top: 10px;
}

#recruiter2 h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1;
}

#recruiter2 h2 > span {
    color: #45aed6;
}

.recruitPremium {
    border: 5px solid #609131;
    border-radius: 100px;
    height: 150px;
    width: 150px;
    display: inline-block;
}

.memberView {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.paraBreak {
    padding-top: 10px;
}

.rowHg {
    line-height: 1.5;
}

.paraCap1 {
    font-size: 70px;
    font-weight: 600;
}

.paraCap2 {
    font-size: 25px;
}

.headAlt {
    text-transform: uppercase;
    font-size: 50px;
}

.recruitBtn1, .recruitBtn2, .recruitBtn3 {
    background: #609131 !important;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.recruitBtn1 {
    padding: 18px 80px;
}

.recruitBtn2 {
    padding: 18px 63px;
}

.recruitBtn3 {
    padding: 18px 78.3px;
}

@media only screen and (min-width: 200px) and (max-width: 500px) {
    .paraCap2 {
        font-size: 18px;
    }

    .headAlt {
        font-size: 35px;
    }

    .recruitBtn1, .recruitBtn2, .recruitBtn3 {
        font-size: 14px;
    }

    .recruitBtn1 {
        padding: 18px 73px;
    }

    .recruitBtn2 {
        padding: 18px 55.5px;
    }

    .recruitBtn3 {
        padding: 18px 67.7px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 1199px) {
    .recruitBtn1 {
        padding: 18px 86px;
    }
}

#publicPage {
    padding: 0;
}

#publicPage {
    overflow: hidden;
}

#publicPage .item {
    height: 230px;
    background-repeat: no-repeat;
    background-position: 50% -15%;
    background-size: cover;
}

#publicPage .slider-inner {
    position: absolute;
    top: 12em;
    left: 0;
    width: 100%;
    color: #fff;
}

#publicPage .slider-inner h2 {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #585858;
    font-family: 'paytone one';
    float: left;
    margin-top: -15px;
}

@media only screen and (min-width: 200px) and (max-width: 345px) {
    #publicPage .slider-inner h2 {
        font-size: 32px;
    }
}

#publicPage .slider-inner h2 > span {
    color: #45aed6;
}

.dashBoardHead {
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #669933;
}

/*************************
*********About us*********
**************************/
#about1 {
    padding: 45px 0 0;
    position: sticky;
}

#about2, #features {
    padding: 50px 0;
}

#about1 p {
    font-size: 18px;
    line-height: 2;
    padding-bottom: 15px;
}

#about2 h2, #features h2, .aboutHead {
    font-family: 'montserrat';
}

.aboutHead {
    text-transform: uppercase;
    color: #fff;
}

.abtBgCol {
    height: 450px;
    border: 1px solid #cecece;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    position: relative;
}

.abtBgCol:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

.abtBgCol:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.abtOptionRow1 {
    background: #935bb1 !important;
}

.abtOptionRow2 {
    background: #ca5c7e !important;
}

.abtBgTitleCol {
    padding: 0 20px;
    line-height: 1;
}

.abtBgTitleCol h2 {
    color: #fff;
    font-size: 22px !important;
}

.abtContent {
    padding: 20px 10px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .abtBgCol {
        height: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .abtBgCol {
        height: 650px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
    .abtBgCol {
        height: 550px;
    }
}

@media only screen and (min-width: 1461px) and (max-width: 1599px) {
    .abtBgCol {
        height: 510px;
    }
}

.netContainer {
    width: 65%;
}

#features h2 {
    padding-bottom: 0px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .timelineImg {
        width: 600px;
    }

    #about2 h2, #features h2 {
        font-size: 40px;
    }
}

.timeHead {
    background: rgba(232, 232, 232, 1);
    padding: 65px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .netContainer {
        width: 100%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .abtColAlg {
        padding-bottom: 20px;
    }

    .abtRowAlg:nth-child(3), .abtRowAlg:last-child {
        padding-top: 20px;
    }
}

.abtRowAlg {
    padding-top: 35px;
}

.abtRowAlg img {
    margin: 0 auto;
}

/*************************
*****Terms & Privacy******
**************************/
#privacy1, #terms1 {
    padding: 45px 0;
    font-size: 18px;
    line-height: 2;
}

#terms1 p {
    padding-bottom: 15px;
}

#terms1 p > span {
    font-family: 'Open Sans' !important;
}

/*************************
********Advertiser********
**************************/
#advertise1 {
    padding: 45px 0;
}

#advertise2 {
    padding: 30px 0;
}

#advertise3 {
    background: #f1f1f1;
    padding: 80px 0;
    clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 90%, 0% 10% );
    -webkit-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 90%, 0% 10% );
    -o-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 90%, 0% 10% );
    -ms-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 90%, 0% 10% );
    -moz-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 90%, 0% 10% );
}

#advertise4 {
    padding: 50px 0;
}

#advertise5 {
    padding: 100px 0;
    background: #f1f1f1;
    clip-path: polygon( 100% 0%, 100% 25%, 100% 100%, 100% 100%, 0% 100%, 0% 10% );
    -webkit-clip-path: polygon( 100% 0%, 100% 25%, 100% 100%, 100% 100%, 0% 100%, 0% 10% );
    -o-clip-path: polygon( 100% 0%, 100% 25%, 100% 100%, 100% 100%, 0% 100%, 0% 10% );
    -ms-clip-path: polygon( 100% 0%, 100% 25%, 100% 100%, 100% 100%, 0% 100%, 0% 10% );
    -moz-clip-path: polygon( 100% 0%, 100% 25%, 100% 100%, 100% 100%, 0% 100%, 0% 10% );
}

#advertise1 p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
}

#advertise3 p, #advertise4 p, #advertise5 p {
    font-size: 22px;
    line-height: 1.7;
    padding-bottom: 15px;
}

#advertise1 h2, #advertise3 h2, #advertise4 h2, #advertise5 h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
}

.optionContainer {
    border: 3px solid #ccc;
    padding: 15px;
    position: sticky;
    background: #efefef;
    margin: 0;
}

.optionTitle {
    font-size: 28px !important;
}

.adRowBreak {
    margin-bottom: 20px;
}

.optionRow1 {
    background: #91c25e !important;
}

.optionRow2 {
    background: #556a95 !important;
}

.optionRow3 {
    background: #e3d95a !important;
}

.optionRow4 {
    background: #935bb1 !important;
}

.adBgCol {
    height: 240px;
    border: 1px solid #cecece;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    position: relative;
}

.adBgTitleCol {
    padding: 0 20px;
    line-height: 1;
}

.adBgTitleCol h2 {
    color: #fff;
    font-size: 22px !important;
}

.adContent {
    padding: 15px 5px 5px;
}

.adBgCol:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

.adBgCol:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

#advertise1 .adTitle {
    font-size: 24px;
    font-family: 'open sans';
    padding-bottom: 30px;
    line-height: 40px;
}

.adImgSize, .adImgSize2 {
    float: right;
}

.adImgSize1 {
    float: left;
}

.adImgSize {
    width: 420px;
}

.adImgSize1 {
    width: 440px;
}

.adImgSize2 {
    width: 500px;
}

#advertise2 .demoTitle {
    font-family: 'montserrat';
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 200px) and (max-width: 450px) {
    #advertise2 .demoTitle {
        font-size: 30px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .adBgCol {
        height: auto;
    }

    .optionContainer {
        padding: 0 5px;
    }

    .adImgSize, .adImgSize1 {
        width: 300px;
    }

    #advertise3 {
        clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 95%, 0% 5% );
        -webkit-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 95%, 0% 5% );
        -o-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 95%, 0% 5% );
        -ms-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 95%, 0% 5% );
        -moz-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 95%, 0% 5% );
    }

    #advertise3 p, #advertise4 p, #advertise5 p {
        font-size: 16px;
    }

    #advertise5 {
        clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 100%, 0% 5% );
        -webkit-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 100%, 0% 5% );
        -o-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 100%, 0% 5% );
        -ms-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 100%, 0% 5% );
        -moz-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 100%, 0% 100%, 0% 5% );
    }
}

@media only screen and (max-width: 991px) {
    .adImgSize, .adImgSize1, .adImgSize2 {
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .adBgCol {
        height: 275px;
    }
}

/*************************
**Candidate Registration**
**************************/
#candidateRegister1 {
    padding: 20px 0 45px;
    background: #f1f1f1;
}

#candidateRegister1 p {
    font-size: 14px;
}

.register-form {
    background: #fff;
    padding: 50px;
    border: 1px solid #cccccc;
}

.register-form-control {
    width: auto;
    display: inline-block;
    border: 0;
}

.titleRow {
    background-color: #ececec;
    margin-bottom: 20px;
}

.titleRow h3 {
    font-family: 'montserrat';
    text-transform: uppercase;
}

.titleRow h3 > span {
    color: #ff0000;
    font-size: 14px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .register-form {
        padding: 30px !important;
    }

    .titleRow h3 {
        font-size: 14px;
        line-height: 1.5;
    }

    .titleRow h3 > span {
        font-size: 11px;
    }

    .regFormAlign {
        width: 100% !important;
        padding-left: 0% !important;
        line-height: 1;
    }

    .regFormCol {
        width: 100% !important;
    }

    .regFormCol1 {
        width: 100% !important;
    }

    .regFormBox-control {
        width: 100% !important;
    }

    .regFormLabel {
        float: left !important;
        font-size: 14px !important;
    }

    .regColAlign {
        width: 100% !important;
    }

    .regLogo-control {
        width: 100% !important;
    }

    .regMobCol {
        width: 35%;
        white-space: nowrap;
    }

    .regMobCol1 {
        width: 70% !important;
        line-height: 1.5;
        text-align: left;
        margin-left: 20px;
    }

    .regChkBox {
        width: 0;
    }

    .registerBtn {
        background: #609131 !important;
        border: none;
        border-radius: 0px;
        color: #fff;
        padding: 16.5px 50px !important;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .regFormAlign1 {
        width: 100% !important;
        padding-left: 0% !important;
        line-height: 1.5 !important;
    }

    .regFormCol2 {
        width: 100% !important;
    }

    .regFormCol3 {
        width: 100% !important;
        white-space: normal !important;
    }

    .regFormLabel1 {
        font-size: 13px !important;
    }

    .regColWidth {
        width: 20%
    }

    .infoPara {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .regFormAlign {
        width: 100% !important;
        padding-left: 0% !important;
        line-height: 1;
    }

    .regFormLabel {
        float: left !important;
    }

    .regFormCol {
        width: 100% !important;
    }

    .regFormCol1 {
        width: 100% !important;
    }

    .regFormCol {
        width: 100% !important;
    }

    .regFormBox-control {
        width: 100% !important;
    }

    .regColAlign {
        width: 100% !important;
    }

    .regLogo-control {
        width: 100% !important;
    }

    .regFormAlign1 {
        width: 100% !important;
        padding-left: 0% !important;
        white-space: normal !important;
    }

    .regFormCol2 {
        width: 40% !important;
    }

    .regFormCol3 {
        width: 100% !important;
    }

    .regColWidth {
        width: 25%;
    }

    .regMobCol1 {
        width: 45% !important;
    }

    .regFormBox-control1 {
        width: 214% !important;
    }

    .infoPara {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .regFormAlign1 {
        width: 90% !important;
        padding-left: 15% !important;
    }

    .regColWidth {
        width: 25%;
    }
}

.regFormAlign {
    line-height: 3;
    width: 100%;
    padding-left: 10%;
}

.phoneLine {
    font-size: 18px !important;
    font-weight: 600;
}

.regFormLocPreference {
    display: inline;
    justify-content: center;
}

.regFormLocPreference input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: text-top;
}

@media only screen and (max-width: 373px) {
    .regFormLocPreference label {
        font-size: 7px;
    }
}

@media only screen and (min-width: 374px) and (max-width: 431px) {
    .regFormLocPreference label {
        font-size: 10px;
    }
}

@media only screen and (min-width: 432px) and (max-width: 575px) {
    .regFormLocPreference label {
        font-size: 12px;
    }
}

.regFormAlign1 {
    line-height: 1.5;
    width: 70%;
    padding-left: 15%;
}

/*@media only screen and (max-width: 767px) {
    .regFormComPreference {
        display: grid;
        justify-content: center;
    }
}*/

@media only screen and (min-width: 768px) {
    .regFormComPreference {
        text-align: center;
    }
}

.regFormComPreference input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: text-top;
}

.regFormAgree {
    display: grid;
    justify-content: center;
    margin-top: 35px;
}

.regFormAgree input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: text-top;
}

.regFormAgree label {
    display: inline;
}

.regFormCol {
    width: 30%;
}

.regFormCol1 {
    width: 70%;
}

.regFormCol1 > textarea {
    margin-bottom: 14px;
}

.regFormCol2 {
    width: 40%;
}

.regFormCol3 {
    width: 60%;
    white-space: nowrap;
}

.regFormBox-control {
    width: 60%;
}

.regFormBox-control1 {
    width: 70%;
}

.regFormSelect-control {
    width: 100%;
}

.regLogo-control {
    width: 43%
}

.regAttach-cotrol {
    width: 100%;
    height: 38px;
}

.regSelect {
    width: 43%;
}

.regFormLabel {
    color: #333;
    font-size: 14px;
    float: right;
    margin-bottom: -7px;
}

.regColAlign {
    width: 25%;
}

.regFormLabel1 {
    color: #333;
    font-size: 14px;
}

.registerBtn {
    background: #609131 !important;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 16.5px 66px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.infoPara {
    width: 64%;
}

/*************************
*****Candidate Login******
**************************/
#candidate {
    padding: 10em 0 2em;
    overflow: hidden;
	background: #fff;
}

#candidate .item {
    height: 800px;
    background: #fff;
}

#candidate .slider-inner {
    position: absolute;
    /*top: 10em;*/
    left: 0;
    width: 100%;
    color: #333;
}

#candidate .slider-inner h2 {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #333;
    font-family: 'montserrat';
    background-color: #ffd800;
    padding: 12px;
}

#candidate .slider-inner h2 > span {
    color: #45aed6;
}

#candidate1 {
    padding: 90px 0 0;
    background: rgba(255, 255, 255, 1);
}

#candidate1 p {
    font-size: 24px;
    line-height: 2;
    padding-bottom: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 420px) {
    #candidate .slider-inner h2 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    #candidate .item {
        height: 700px;
    }

    #candidate .slider-inner {
        position: absolute;
        top: 10em;
        left: 17px;
        width: 90%;
        color: #333;
    }

    .candidateLogLabel {
        padding-top: 5px !important;
    }

    .candidateBtn {
        padding: 10px 25px !important;
    }

    .forgotPwd {
        padding-top: 25px;
        font-size: 12px;
    }

    .regNew {
        margin: 30px 0 0 0;
        font-size: 13px;
    }
}

/*************************
*****Recruiter Login*****
**************************/
#recruiterLogin {
    padding: 10em 0 0;
	background: #dcdcdc;
    overflow: hidden;
}

#recruiterLogin .item {
    height: 800px;
    background: #dcdcdc;
}

#recruiterLogin .slider-inner {
    position: absolute;
    /*top: 10em;*/
    left: 0;
    width: 100%;
    color: #333;
}

#recruiterLogin .slider-inner h2 {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #333;
    font-family: 'montserrat';
    background-color: #ffd800;
    padding: 12px;
}

#recruiterLogin .slider-inner h2 > span {
    color: #45aed6;
}

#recruiterLogin1 {
    padding: 90px 0 0;
    background: rgba(255, 255, 255, 1);
}

#recruiterLogin1 p {
    font-size: 24px;
    line-height: 2;
    padding-bottom: 15px;
}

#recruiterLogin .login-Form {
	background: #fff !important;
}

#aDashboard {
    padding: 0;
}

#aDashboard {
    overflow: hidden;
}

#aDashboard .item {
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
}

@media only screen and (max-width: 991px) {
    #aDashboard .item {
        background-size: auto;
    }
}

#aDashboard .slider-inner {
    left: 0;
    width: 100%;
    color: #333;
    padding-top: 13em;
    padding-bottom: 80px;
}

#aDashboard1 {
    padding: 0 0 45px;
    background-image: url(../images/plainBg.jpg);
    background-repeat-y: no-repeat;
    background-size: 30%;
}

.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}

.nav.main-tab > li > a {
    color: #272727;
}

.nav.main-tab > li.active > a {
    background: #222534;
    color: #45aed6;
}

.nav.main-tab > li:first-child > a {
    border-radius: 3px 0 0 0;
}

.nav.main-tab > li:last-child > a {
    border-radius: 0 3px 0 0;
}

.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px;
}

.panel-default {
    border-color: #eee;
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #eee;
}

.panel-default > .panel-heading .panel-title {
    font-size: 14px;
    font-weight: normal;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}

#pricing {
    padding: 45px 0 0;
    background: #f1f1f1;
}

#pricing h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #585858;
    font-family: 'montserrat';
}

    #pricing h3 span {
        margin-left: 10px;
    }

.memColAlign {
    margin-top: 20.8em;
    padding-right: 0;
    width: 40%;
    margin-left: 5%;
}

.directoryOpt {
    background: #DEDA3C !important;
}

.directoryOpt ul {
    margin-bottom: 0;
}

.directoryOpt ul li {
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1460px) {
    .memColAlign {
        margin-top: 17.1em;
    }
}

.memColAlign1 {
    padding-left: 0;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .memColAlign {
        margin-top: 0;
        padding-right: 15px;
        width: 100%;
        margin-left: 0;
    }

    .memColAlign1 {
        padding-left: 15px;
    }
}

.panel.price,
.panel.price > .panel-heading {
    border-radius: 0px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background: #cccccc;
}

.price .list-group-item {
    border-bottom-: 1px solid rgba(250,250,250, .5);
}

.panel.price .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel.price .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.radioContainer {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radioCheckmark {
    position: absolute;
    top: 19px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.radioContainer input:checked ~ .radioCheckmark {
    background-color: #fff;
}

.radioCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radioContainer input:checked ~ .radioCheckmark:after {
    display: block;
}

.radioContainer .radioCheckmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .radioContainer {
        font-size: 14px;
    }
}

.price.panel-green > .panel-heading {
    color: #fff;
    background-color: #57AC57;
    border-color: #71DF71;
    border-bottom: 1px solid #71DF71;
}

.price.panel-green > .panel-body {
    color: #fff;
    background-color: #65C965;
}

.price.panel-green > .panel-body .lead {
    text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.price.panel-green .list-group-item {
    color: #333;
    background-color: rgba(50,50,50, .01);
    font-weight: 600;
}

.price.panel-blue > .panel-heading {
    color: #fff;
    background-color: #608BB4;
    border-color: #78AEE1;
    border-bottom: 1px solid #78AEE1;
}

.price.panel-blue > .panel-body {
    color: #fff;
    background-color: #73A3D4;
}

.price.panel-blue > .panel-body .lead {
    text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.price.panel-blue .list-group-item {
    color: #333;
    background-color: rgba(50,50,50, .01);
    font-weight: 600;
}

.price.panel-red > .panel-heading {
    color: #fff;
    background-color: #D04E50;
    border-color: #FF6062;
    border-bottom: 1px solid #FF6062;
}

.price.panel-red > .panel-body {
    color: #fff;
    background-color: #EF5A5C;
}

.price.panel-red > .panel-body .lead {
    text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.lead {
    font-size: 40px;
    font-family: 'montserrat';
    margin-bottom: 10px;
    margin-top: 10px;
}

.price.panel-red .list-group-item {
    color: #333;
    background-color: rgba(50,50,50, .01);
    font-weight: 600;
}

.price.panel-grey > .panel-heading {
    color: #fff;
    background-color: #6D6D6D;
    border-color: #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
}

.price.panel-grey > .panel-body {
    color: #fff;
    background-color: #808080;
}

.price.panel-grey > .panel-body .lead {
    text-shadow: 0px 3px 0px rgba(50,50,50, .3);
}

.price.panel-grey .list-group-item {
    color: #333;
    background-color: rgba(50,50,50, .01);
    font-weight: 600;
    text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

.list-group {
    list-style: disc;
    background: #fff;
    padding: revert;
    display: grid;
    align-content: center;
    justify-content: center;
}

.list-group h3 {
    padding: 0 20px;
}

.list-group p {
    padding: 0 20px;
}

.list-group p:last-child {
    text-align: right;
}

.list-group-item {
    border: none;
    display: list-item;
    background-color: transparent;
}

.colShadow {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(39, 39, 39, 0.5);
    box-shadow: 0px 0px 15px 1px rgba(39, 39, 39, 0.5);
    z-index: 99;
}

@media only screen and (max-width: 991px) {
    .list-group {
        padding: 15px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .list-group {
        height: 380px;
    }

    #pricing h3 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .list-group {
        height: 350px;
    }
}

/*************************
********Contact Us********
**************************/
#get-in-touch {
    padding: 100px 0 50px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
}

#get-in-touch h1, #get-in-touch h2 {
    color: #fff;
}

#contact {
    padding: 0;
}

#contact {
    overflow: hidden;
}

#contact1 {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    padding: 0 0 30px 0;
}

#contact1 .contact-form {
    padding: 20px;
    margin-top: 25px;
}

#contact1 .contact-form h3 {
    margin-top: 0;
}

.contactBtn {
    background: #609131 !important;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 16.5px 66px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

/*************************
****Public Emp Banner*****
**************************/
#publicEmpPage {
    padding: 0;
}

#publicEmpPage {
    overflow: hidden;
}

#publicEmpPage .item {
    height: 230px;
    background-repeat: no-repeat;
    background-position: 50% -15%;
    background-size: cover;
}

#publicEmpPage .slider-inner {
    position: absolute;
    top: 12em;
    left: 0;
    width: 100%;
    color: #fff;
}

#publicEmpPage .slider-inner h2 {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #669933;
    font-family: 'paytone one';
    float: left;
    margin-top: -15px;
}

#publicEmpPage .slider-inner h2 > span {
    color: #45aed6;
}

/*************************
********Directory*********
**************************/
#directory1 {
    padding: 30px 0 10px;
    background: rgba(241, 241, 241, 1);
}

#directory1 h2 {
    font-family: 'montserrat';
    font-size: 30px;
    padding-bottom: 25px;
}

#directory1 p {
    font-size: 18px;
    line-height: 2;
    padding-bottom: 15px;
}

#directory2 {
    padding: 30px 0;
    background: rgba(255, 255, 255, 1);
}

#directory2 h3 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 36px;
    padding-bottom: 25px;
}

#directory2 p {
    font-size: 18px;
    line-height: 2;
    padding-bottom: 15px;
}

#directory2 p span {
    font-weight: 600;
    color: #669933;
}

.directoryBtn {
    background: #fdb913 !important;
    border: none;
    border-radius: 0px;
    color: #000;
    padding: 18px 63px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.directoryBrochureBtn {
    background: #669933;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'montserrat';
    width: 100%;
}

.directoryListFormBtn {
    background: #d94081;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'montserrat';
    width: 100%;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .directoryColSpace {
        margin-bottom: 10px;
    }
}

/***********************
********* Footer ******
************************/
#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #4c4c4c;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
}

.footContainer {
    width: 70%;
}

#footer1 {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #2e2e2e;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
}

.menuRow {
    padding: 20px 0;
}

.footHead {
    color: #fff;
    font-size: 24px;
}

#footer a {
    color: #dcdcdc;
    font-size: 15px;
}

#footer a:hover {
    color: #46ff19;
}

#footer ul {
    list-style: none;
    margin: 0 -7.5px;
    white-space: pre-line;
}

#footer ul > li {
    display: inline-block;
    margin: 5px -15.5px;
    line-height: 2;
}

#footer ul > li > a {
    margin-left: 1em;
}


#footer ul > li > img {
    width: 30px;
}

#footer1 a {
    color: #fff;
}

#footer1 a:hover {
    color: #45aed6;
}

#footer1 ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}

#footer1 ul > li {
    display: inline-block;
    margin: 0 7.5px;
}

#footer1 ul li i {
    font-size: 30px;
}

.dashMenu > a {
    white-space: nowrap;
}

.dashMenu > a:hover {
    color: #46ff19 !important;
}

@media only screen and (min-width: 992px) {
    #footer .social-icons {
        float: right;
    }

    #footer1 .social-icons {
        float: right;
    }
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
}

label {
    margin-bottom: 0;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .footContainer {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
    .footContainer {
        width: 90%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    #footer1 ul li i {
        font-size: 23px;
    }

    .footCol {
        padding-top: 16px;
    }

    .menuRow {
        padding: 20px 0 20px 10px;
    }

    #footer ul {
        margin: 0;
    }

    #footer1 {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .dashMenuColSpace1 {
        width: 10%;
    }

    .dashMenuColSpace2 {
        width: 11%;
    }

    .dashMenuColSpace3 {
        width: 9%;
    }

    .dashMenuColSpace4 {
        width: 27%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #footer1 {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuRow {
        padding: 20px 0 20px 50px;
    }

    #footer ul {
        margin: 0 20px;
    }
}

.contact-form {
    background: #f1f1f1;
    padding: 50px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .contact-form {
        background: #fff;
        padding: 25px;
    }
}

.loginJumbo {
    background-color: transparent !important;
    font-size: 100px !important;
    color: #616161 !important;
    text-transform: none !important;
    padding: 1em 0 0 !important;
}

.loginSubJumbo {
    font-size: 40px;
    color: #909090;
    margin-top: 2em;
    line-height: 1.5;
}

.loginJumbo1 {
    background-color: transparent !important;
    font-size: 100px !important;
    color: #333 !important;
    text-transform: none !important;
    padding: 1em 0 0 !important;
}

.loginSubJumbo1 {
    font-size: 40px;
    color: #333;
    margin-top: 2em;
    line-height: 1.5;
}

.logColBg {
    background: rgba(239, 239, 239, 0.6);
    padding: 40px;
}

.candidateLogLabel {
    color: #333;
    font-size: 14px;
    /*padding-top: 20px;*/
}

.recruiterLogLabel {
    color: #333;
    font-size: 14px;
    /*padding-top: 20px;*/
}

.candidateBtn {
    background: #d73f82 !important;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 10px 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    /*margin-top: 20px;*/
}

.recruiterLogBtn {
    background: #d73f82 !important;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 10px 41px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}

.recruiter-login {
    padding-top: 20px;
    line-height: 2;
}

.forgotPwd {
    float: right;
	/*padding-top: 25px;*/
}

.regNew {
    margin: 40px 0 0 0;
}

.loginFormCtrl {
    background-color: #c3c3c3;
    border: 1px solid #c3c3c3;
}

@media only screen and (min-width: 200px) and (max-width: 480px) {
    .logColBg {
        padding: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1430px) {
    .recruiterLogBtn {
        padding: 10px 80px;
    }
}

@media only screen and (min-width: 1431px) and (max-width: 1460px) {
    .recruiterLogBtn {
        padding: 10px 89px;
    }
}

.featuredjobSeekerRow {
    background: #fff;
}

#featuredjobSeeker1 {
    padding: 0 0 30px;
    background: #eaeaea;
}

#featuredjobSeeker1 h2 {
    margin: 45px 0 15px 45px;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 34px;
}

.featuredjobseekerParent {
    padding-top: 14px;
}

.featuredjobseekerCol {
    border: 1px solid #cecece;
    border-bottom-left-radius: 10px;
    background: #fff;
    border-top-right-radius: 10px;
}

.featuredjobseekerProfileRow {
    padding: 20px 5px;
}

.featuredjobseekerImg {
    width: 155px;
    border: 1px solid #cecece;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
}

.featuredjobseekerParent h4 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 20px;
}

.featuredjobseekerParent h4 a {
    color: #333;
}

.featuredjobseekerProfileRow p {
    font-size: 14px;
    line-height: 1;
}

.featuredjobseekerProfileRow p a {
    float: right;
    text-decoration: underline;
}

.featuredjobSeekerDesc {
    line-height: 1.5 !important;
}

.featuredjobseekerCol {
    position: relative;
}

.featuredjobseekerCol:after, .featuredjobseekerCol:before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    top: 50%;
    bottom: 0;
    left: 5em;
    right: 5em;
    border-radius: 100px / 10px;
}

.featuredjobsPostLink {
    float: right;
    font-size: 12px;
    margin: 45px 0 0 45px;
}

.feturedjobSeekerInfo {
    color: #717171;
    font-size: 16px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .featuredjobseekerCol:after, .featuredjobseekerCol:before {
        left: 4em;
        right: 4em;
    }
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .jobSeekerTitle {
        margin-top: -25px !important;
    }

    .featuredjobsPostLink {
        margin: 45px 0 10px 45px;
    }

    .featuredjobseekerCol {
        height: 100%;
        width: 90%;
        margin-left: 20px;
    }

    .featuredjobseekerImg {
        width: 80px;
    }

    .featuredjobseekerProfileRow p {
        line-height: 1.5;
        font-size: 13px;
    }

    .featuredjobseekerColWidth {
        width: 100px;
    }

    .featuredjobseekerColSpace {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .featuredjobsPostLink {
        margin: 45px 0 10px 45px;
    }

    .featuredjobseekerImg {
        width: 120px;
    }
}

.jobListRow {
    background: #fff;
}

#jobList1 {
    padding: 30px 0;
    background: #eaeaea;
}

#jobList1 h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 34px;
}

.jobListParent {
    padding-top: 14px;
}

.jobListCol {
    border: 1px solid #cecece;
    border-bottom-left-radius: 10px;
    background: #fff;
    border-top-right-radius: 10px;
}

.articlesCol {
    position: relative;
    height: 180px !important;
    border: 1px solid #cecece;
    border-bottom-left-radius: 10px;
    background: #fff;
    border-top-right-radius: 10px;
}

.jobListProfileRow {
    padding: 20px 5px;
}

.articlesRow {
    padding: 20px !important;
}

.articlesRow h4 {
    color: #669933 !important;
}

.compName {
    color: #8b89e0 !important;
}

.jobListImg {
    width: 155px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
}

.jobListParent h4 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 20px;
}

.jobListProfileRow p {
    font-size: 14px;
    line-height: 1;
}

.jobListTime {
    float: right;
    color: #a7a7a7;
}

.jobListDesc {
    line-height: 1.5 !important;
}

.jobListCol {
    position: relative;
    width: 75%;
}

.jobListCol:after, .jobListCol:before {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0,0,0,0.20);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 100px / 10px;
}

.jobListCol:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}

.articlesCol:before, .articlesCol:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    border-radius: 100px / 10px;
}

.articlesCol:after {
    right: 10px;
    left: auto;
    transform: skew(8deg) rotate(3deg);
}


@media only screen and (min-width: 200px) and (max-width: 1199px) {
    #jobList .slider-inner h2 {
        margin-top: -20px;
    }

    .jobListParent {
        padding-right: 15px;
        padding-left: 15px;
    }

    .jobListCol {
        height: 100%;
        width: 100%;
    }

    .articlesCol {
        height: 100% !important;
    }

    .jobListImg {
        width: 74px;
        margin-top: 15px;
    }

    .jobListProfileRow p {
        line-height: 1.5;
        font-size: 13px;
    }

    .articlesRow {
        padding: 20px 5px !important;
    }

    .jobListColWidth {
        width: 100%;
    }

    .jobListColSpace {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .jobListImg {
        width: 120px;
    }

    .articlesCol {
        height: 185px !important;
    }
}

#profileView1 {
    padding: 0 0 80px;
    background: #eaeaea;
}

.profileViewCapTitle {
    padding: 45px 0 0 0;
}

.profileViewParent {
    padding-top: 14px;
    height: 100%;
}

.profileViewCol {
    border: 1px solid #cecece;
    background: #99cc66;
    width: 75%;
}

.profileViewRow {
    padding: 20px 5px 0;
}

.profileViewRow span {
    line-height: 2;
}

.profileViewSummary {
    background: #eeeeee;
}

.profileViewSkill {
    background: #ffffff;
}

.profileViewProfInfo {
    background: #eeeeee;
}

.profileViewDetail {
    background: #ffffff;
}

.profileViewSummary, .profileViewSkill, .profileViewProfInfo, .profileViewDetail {
    padding: 25px;
}

@media only screen and (min-width: 1200px) {
    .profileViewSummary, .profileViewSkill, .profileViewProfInfo, .profileViewDetail {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.profileViewSummary h3, .profileViewSkill h3, .profileViewProfInfo h3, .profileViewDetail h3 {
    font-family: 'montserrat';
    text-transform: uppercase;
    line-height: 1.5;
}

.profileViewImg {
    width: 120px !important;
    height: auto !important;
    border: 1px solid #cecece;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    background: #fff;
}

.profileViewParent h4 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 30px;
}

.profileViewRow p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.profileCandidateID {
    float: right;
    padding-right: 30px;
}

.profileDownload {
    float: right;
    padding-right: 14px;
    color: #fff;
    text-decoration: underline;
}

.profileViewDesc {
    line-height: 1.5 !important;
}

.profileViewColSpace {
    width: 0;
}

.profileViewInfo {
    color: #717171;
    font-size: 16px;
}

.containerBg {
    background: #fff;
    padding: 10px;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    #profileView .slider-inner h2 {
        margin-top: -25px;
    }

    .profileViewCol {
        height: 100%;
        width: 90%;
        margin-left: 20px;
        border: 0;
    }

    .profileViewImg {
        width: 80px;
    }

    .profileViewRow p {
        line-height: 1.5;
        font-size: 13px;
    }

    .profileViewSummary, .profileViewSkill, .profileViewProfInfo, .profileViewDetail {
        padding: 20px;
    }

    .profileRowAlign {
        padding-top: 20px;
    }

    .containerBg {
        border: 1px solid #cecece;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .profileViewImg {
        width: 120px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .profileDownload {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .profileViewParent h4 {
        font-size: 25px;
    }

    .containerBg {
        padding: 10px;
    }
}

#jobDescription1 {
    padding: 20px 0 35px;
    background: #eaeaea;
}

#jobDescription1 h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 34px;
}

@media only screen and (max-width: 991px) {
    #jobDescription1 h2 {
        font-size: 30px;
        padding-left: 0;
    }
}

.jobDescriptionParent {
    padding-top: 14px;
    height: 100%;
}

.jobDescriptionCol {
    border: 1px solid #cecece;
    background: #fff;
}

.jobDescriptionRow {
    padding: 20px 15px;
}

.imgFree, .imgPaid {
    float: right;
}

@media only screen and (max-width: 991px) {
    .imgFree, .imgPaid {
        width: 80px;
    }

    .jobDescriptionRow {
        padding: 20px 0px;
    }
}

.jobDescriptionTitle {
    background: #4a4a4a;
}

.jobDescriptionTitle h1 {
    padding: 0 50px;
    color: #fff;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 34px;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .jobDescriptionTitle h1 {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px) {
    .jobDescriptionTitle h1 {
        padding: 0 20px;
    }
}

.jobDescriptionDetails {
    background: #fff;
}

.jobSocialShare {
    float: left;
    text-transform: uppercase;
}

.jobCount, .jobPostTime {
    float: right;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .jobCount, .jobPostTime {
        float: right;
        text-transform: uppercase;
        text-align: right;
    }
}

.jobDescriptionSummary {
    background: #f3f3f3;
}

.jobSummaryDec {
    font-weight: 600;
}

.jobDescriptionApplyBtn {
    background: #f3f3f3;
    text-align: center;
}

.jobDescriptionSummary, .jobDescriptionStamp, .jobDescriptionDetail,
.jobDescriptionApplyBtn, .jobDescriptionDisclaimer {
    padding: 15px 50px;
}

.jobDescriptionDisclaimer {
    color: #b9b9b9;
}

.jobDescriptionDetail h3 {
    font-family: 'montserrat';
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 18px;
}

.jobDescriptionImg {
    border: 1px solid #cecece;
    margin-left: auto;
    margin-right: auto;
    margin-top: 11px;
    width: auto;
    max-width: 250px;
}

.jobDescriptionTagImg {
    width: 85px;
    margin-top: -29px;
    float: right;
}

.jobDescriptionParent h4 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0 0 0;
}

.jobDescritionBtn1 {
    background: #669933;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 16.5px 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'montserrat';
    width: 100%;
}

.jobDescritionBtn2 {
    background: #d94081;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 16.5px 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'montserrat';
    width: 100%;
}

.jobDescriptionColWidth {
    width: auto;
}

.jobDescriptionColSpace {
    width: 0;
}

.jobDescriptionInfo {
    color: #cc3399;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    #jobDescription .slider-inner h2 {
        margin-top: -25px;
    }

    .jobDescriptionCol {
        height: 100%;
        width: 90%;
        margin-left: 20px;
    }

    .jobDescriptionRow p {
        line-height: 1.5;
        font-size: 13px;
    }

    .jobDescriptionColWidth {
        width: 100px;
    }

    .jobDescriptionSummary, .jobDescriptionStamp, .jobDescriptionDetail,
    .jobDescriptionApplyBtn, .jobDescriptionDisclaimer {
        padding: 20px;
    }

    .jobDescriptionApplyCol {
        margin-bottom: 20px;
    }

    .jobDescritionBtn1 {
        padding: 12px 35px;
        white-space: normal;
    }

    .jobDescritionBtn2 {
        padding: 12px 35px;
        white-space: normal;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .jobDescriptionParent h4 {
        font-size: 14px;
        line-height: 1.5;
    }
}

/*************************
****Premium Membership****
**************************/
#premiumMembership1 {
    padding: 45px 0 0;
    background: #f1f1f1;
}

.premiumMembershipBuy {
    float: right;
    margin: 0;
}

.premiumMembershipCol1, .premiumMemberfooterCol1 {
    background: #669933;
}

/*.premiumMembershipCol1, .premiumMemberfooterCol1 {
    background: #ffc600;
	padding-bottom: 10px;
}

.razorpay-payment-button.svelte-ohbfj8 {
	display: grid !important;
}*/

.premiumMembershipCol2 {
    background: #ffc600;
    height: 100%;
    padding: 21.5px 15px;
    text-align: center;
}

.premiumMemberfooterBuy {
    display: inline-block;
    margin: 0;
}

.premiumMemberfooterCol2 {
    background: #ffc600;
    height: 100%;
    padding: 0px;
    text-align: center;
}

.premiumMembershipCapTag1 {
    font-size: 25px;
    text-align: left;
    font-weight: 600;
    color: #000;
}

.premiumMembershipCapTag2 {
    font-size: 18px;
    text-align: justify;
    color: #000;
    margin-bottom: 20px;
}

.premiumMembershipTopTag, .premiumMemberfooterTopTag {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 22px;
}

.premiumMembershipTopTag span, .premiumMemberfooterTopTag span {
    font-family: 'Roboto', sans-serif;
}

.headUSD {
    font-size: 24px;
}

.headDollar {
    font-size: 45px;
    font-weight: 600;
}

.premiumMembershipBuyBtn, .premiumMemberfooterBuyBtn {
    background: transparent;
    border: none;
    border-radius: 0px;
    color: #000;
    padding: 21.5px 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    text-align: center;
}

.premiumMemberfooterBuyBtn {
    white-space: normal;
}

/*@media only screen and (max-width: 991px) {
	.premiumMembershipBuy {
		float: none;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 425px) {
	.premiumMembershipBuy {
		width: 70%;
	}
}

@media only screen and (min-width: 426px) and (max-width: 991px) {
	.premiumMembershipBuy {
		width: 50%;
	}
}*/

#directorySection1 {
    padding: 15px 0;
    background: #f1f1f1;
}

.directorySectRow {
    background: #eae155;
    padding: 15px;
    margin: 0;
}

#directorySection1 p {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

#premiumMembership2 {
    padding: 0 0 100px;
    background: #f1f1f1;
    clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -webkit-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -o-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -ms-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -moz-clip-path: polygon( 100% 0%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
}

#premiumMembership3 {
    padding: 50px 0 100px;
}

#premiumMembership4 {
    padding: 80px 0 100px;
    background: #f1f1f1;
    clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -webkit-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -o-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -ms-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -moz-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
}

#premiumMembership5 {
    padding: 50px 0 30px;
}

#premiumMembership6 {
    padding: 80px 0 100px;
    background: #f1f1f1;
    clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -webkit-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -o-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -ms-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
    -moz-clip-path: polygon( 100% 10%, 100% 25%, 100% 75%, 100% 90%, 0% 100%, 0% 0% );
}

#premiumMembership7 {
    padding: 50px 0 30px;
}


#premiumMembership2 h3, #premiumMembership3 h3, #premiumMembership4 h3, #premiumMembership5 h3,
#premiumMembership6 h3, #premiumMembership7 h3 {
    font-family: 'montserrat';
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

#premiumMembership2 h3 span, #premiumMembership3 h3 span, #premiumMembership4 h3 span,
#premiumMembership5 h3 span, #premiumMembership6 h3 span, #premiumMembership7 h3 span {
    background: #669933;
    border-radius: 30px;
    color: #fff;
    margin-right: 30px;
}

#premiumMembership2 h3 span {
    padding: 15px 25px;
}

#premiumMembership3 h3 span, #premiumMembership4 h3 span, #premiumMembership5 h3 span,
#premiumMembership6 h3 span, #premiumMembership7 h3 span {
    padding: 15px 23px;
}

#premiumMembership2 p, #premiumMembership3 p, #premiumMembership4 p, #premiumMembership5 p,
#premiumMembership6 p, #premiumMembership7 p {
    font-size: 18px;
}

.disclaimerPara {
    color: #999999;
}

#premiumMembership8 {
    text-align: center;
    padding: 0 0 50px;
}

@media only screen and (max-width: 286px) {
    .premiumMemberfooterCol2 {
        padding: 26px ​0;
    }
}

@media only screen and (min-width: 287px) and (max-width: 333px) {
    .premiumMembershipCol2 {
        padding: 34.5px 0;
    }
}

@media only screen and (min-width: 287px) and (max-width: 334px) {
    .premiumMemberfooterCol2 {
        padding: 13px 0;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    #premiumMembership2 h3, #premiumMembership3 h3, #premiumMembership4 h3, #premiumMembership5 h3,
    #premiumMembership6 h3, #premiumMembership7 h3 {
        font-size: 19px;
    }

    #premiumMembership2 h3 span, #premiumMembership3 h3 span, #premiumMembership4 h3 span,
    #premiumMembership5 h3 span, #premiumMembership6 h3 span, #premiumMembership7 h3 span {
        margin-right: 10px;
    }

    #premiumMembership2 h3 span {
        padding: 9px 17px;
    }

    #premiumMembership3 h3 span, #premiumMembership4 h3 span, #premiumMembership6 h3 span,
    #premiumMembership7 h3 span{
        padding: 9px 15px;
    }

    #premiumMembership2 p, #premiumMembership3 p, #premiumMembership4 p, #premiumMembership5 p,
    #premiumMembership6 p, #premiumMembership7 p {
        font-size: 14px;
    }

    #premiumMembership5 h3 span {
        padding: 9px 14px;
    }

    #premiumMembership2 p, #premiumMembership4 p {
        padding-top: 30px;
    }

    #premiumMembership3 p, #premiumMembership5 p {
        padding-bottom: 30px;
    }

    #premiumMembership5 h3, #premiumMembership6 h3, #premiumMembership7 h3 {
        line-height: 2;
    }

    .disclaimerPara {
        padding-bottom: 30px;
    }
}

/*************************
********InfoGraphs********
**************************/
#infograph-info {
    padding: 45px 0 0;
    background: #f1f1f1;
}

.infographTitle {
    font-family: 'montserrat';
    font-size: 28px;
    text-align: left;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    text-transform: uppercase;
}

.infographPara {
    font-size: 18px;
    text-align: justify;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.5;
}

/*************************
******Resume Writing******
**************************/
.directoryAdImg {
    float: right;
    width: 340px;
}

@media only screen and (max-width: 767px) {
    .directoryAdImg {
        margin: 0 auto;
        float: none;
    }
}

/*************************
*****Jobs By Category*****
**************************/
#jobsByCategory1 {
    padding: 45px 0;
}

#jobsByCategory1 .row {
    margin: 0;
}

.categoryContainer {
    width: 1150px;
}

#jobsByCategory1 h3 {
    font-family: 'montserrat';
    font-size: 20px;
    text-transform: uppercase;
}

.categoryTitle, .categoryContent, .categoryContentAlt {
    border-bottom: 1px solid #cecece;
}

.categoryTitle, .categoryContentAlt {
    background: #f1f1f1;
}

.categoryContent, .categoryContentAlt {
    padding-top: 10px;
}

.categoryContent:last-child {
    border-bottom: none;
}

.categoryIconCol {
    text-align: center;
}

#jobsByCategory1 a {
    font-size: 16px;
    color: #669934;
}

#jobsByCategory1 a:hover, #jobsByCategory1 a i {
    color: #ee802f;
}

#jobsByCategory1 a i {
    font-size: 23px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .categoryContainer {
        width: auto !important;
    }

    #jobsByCategory1 h3 {
        font-size: 18px;
        line-height: 1.2;
    }

    .categoryContent {
        padding-top: 20px;
    }

    #jobsByCategory1 a i {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .categoryContainer {
        width: auto !important;
    }
}

/*************************
********Search Job********
**************************/
#searchJobs1 {
    padding: 45px;
    background: #f1f1f1;
    margin: 10px 0;
}

.search-form {
    background: #fff;
    padding: 50px;
}

.searchLabel {
    color: #333;
    font-size: 16px;
}

.searchBtn {
    background: #609131 !important;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-top: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    #searchJobs1 {
        padding: 30px 10px;
    }

    .search-form {
        padding: 30px;
    }
}

#newsArticlesDescp1 h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'montserrat';
}

.authorInfo {
    width: auto;
    position: absolute;
    padding-left: 30px;
}

.authorColWidth {
    width: auto;
}

#newsArticlesDescp1 {
    padding: 45px 30px;
    font-family: 'montserrat';
}

#newsArticlesDescp1 h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'montserrat';
}

#newsArticlesDescp1 p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
    text-align: justify;
}

.articleAuthor {
    border: 3px solid #cecece;
    padding: 20px 20px 0;
}

.authorImg {
    width: 20%;
    margin-bottom: 10px;
}

.authorName {
    color: #669933;
    padding: 0 !important;
}

.authorTimeLine {
    float: right;
}

.authorJob {
    color: #8dabf1;
    padding: 0 !important;
    font-size: 16px !important;
}

.authorComp {
    padding: 0 !important;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .authorInfo {
        width: 100%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 684px) {
    .authorInfo {
        padding-top: 50px;
        padding-left: 5px;
    }
}

@media only screen and (min-width: 685px) and (max-width: 767px) {
    .authorInfo {
        padding-top: 20px;
        padding-left: 5px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .authorImg {
        width: auto;
    }
}

.adminJobPostForm {
    width: 100%;
}

.multiselect {
    width: 60%;
    height: 15em;
    border: solid 1px #c0c0c0;
    overflow: auto;
    padding: 10px 10px;
    margin-bottom: 14px;
    white-space: nowrap;
}

.multiselect label {
    line-height: 1.5;
    color: #333;
    padding: 0 15px;
}

.multiselect-on {
    color: #ffffff;
    background-color: #000099;
}

.multiselect label input {
    margin: 0;
    width: 7%;
}

[data-tip] {
    position: relative;
}

[data-tip]:before {
    content: '';
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position: absolute;
    top: 30px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 35px;
    left: 0px;
    padding: 5px 8px;
    background: #669933;
    color: #fff;
    z-index: 9;
    font-size: 14px;
    height: auto;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

[data-tip]:hover:before, [data-tip]:hover:after {
    display: block;
}

.toolTipTxt {
    margin-bottom: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .multiselect {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .multiselect {
        width: 100% !important;
    }
}

.dashboardAlign {
    padding-left: 0 !important;
}

.regFormCol1 span {
    color: #333;
}

.regFormCol1 p {
    color: #333;
}

.regLogo-control p {
    color: #333;
}

.recruiterJobSelect {
    width: 20% !important;
}

.optionSelect {
    border: 1px solid #ccc;
    padding: 10px 0 0;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .optionSelect {
        border: none;
    }
}

.upgradePremiumTag {
    text-align: right;
    padding: 25px 45px 0;
}

.solutionsRow {
    padding: 5px 15px 15px;
    color: #fff;
    margin-bottom: 20px;
}

.solutionsRow h3 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
}

.solutionsRow p {
    margin-top: 20px;
    margin-bottom: 10px;
}

.rowBg1 {
    background: #935bb1;
    background-image: url(../images/job_posting.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 40% 65%;
}

.rowBg2 {
    background: #ca5c7e;
    background-image: url(../images/resume_access.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 40% 65%;
}

.rowBg3 {
    background: #556a95;
    background-image: url(../images/branding.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 40% 65%;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .rowBg1, .rowBg2, .rowBg3 {
        background-size: contain;
        background-position: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rowBg1, .rowBg2, .rowBg3 {
        background-size: 35%;
        background-position: 5% 50%;
    }
}

.candidateMessageBoard {
    border: 2px solid #336699;
    text-align: left;
    background-color: #F4F8FB;
    margin-bottom: 20px;
}

.messageBoardTitle {
    padding: 10px;
    background-color: #336699;
    border: 2px solid #336699;
    color: #fff;
    font-family: Montserrat;
    text-transform: capitalize;
}

.messageBoardContent {
    padding: 15px;
}

.login-Form {
    background: #e6e6e6 !important;
}

.phone-form-control {
    width: 47.2%;
}

.countryCode-form-control {
    width: 10%;
}

.phoneControl {
    display: flex;
    font-weight: 600;
}

@media only screen and (min-width: 200px) and (max-width: 1500px) {
    .phone-form-control {
        width: 100%;
    }

    .countryCode-form-control {
        width: 15%;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1599px) {
    .countryCode-form-control {
        width: 9.6%;
    }
}

.popUpNavLogo {
    width: 120px !important;
}

.popUpNav {
    height: 70px !important;
}

#popUpContent {
    padding: 10px 0;
}

.popUpTitle {
    font-family: 'Montserrat';
}

.userSearchTitle h1 {
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.labelPara {
    float: right;
}

.lineBreak {
    line-height: 1.5;
}

.dashColPara {
    width: 12%;
}

.regSelectRecruiter, .regSelectAdmin {
    width: 24.9%;
}

@media only screen and (min-width: 200px) and (max-width: 1500px) {
    .regSelectRecruiter, .regSelectAdmin {
        width: 44%;
    }
}

.spaceAlign {
    margin: 0 10px;
}

.spaceAlign1 {
    margin: 0 10px;
}

.spaceAlign label {
    margin: 0 10px;
}

.spaceAlign1 label {
    margin: 0 10px;
}

@media only screen and (min-width: 200px) and (max-width: 420px) {
    .spaceAlign label {
        width: 75%;
    }

    .spaceAlign1 label {
        width: 75%;
    }
}

@media only screen and (min-width: 421px) and (max-width: 500px) {
    .spaceAlign label {
        width: 80%;
    }

    .spaceAlign1 label {
        width: 80%;
    }
}

@media only screen and (min-width: 501px) and (max-width: 632px) {
    .spaceAlign label {
        width: 85%;
    }
}

@media only screen and (min-width: 633px) and (max-width: 767px) {
    .spaceAlign label {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .spaceAlign1 label {
        margin: 0 3px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1430px) {
    .spaceAlign1 {
        margin: 0 5px;
    }
}

.durationSelect {
    width: 10%;
    display: inline-block;
}

@media only screen and (min-width: 200px) and (max-width: 1199px) {
    .durationSelect {
        width: 13%;
        padding: 0;
        font-size: 10px;
    }
}

#directorySection {
    padding: 20px 0 0;
    background: #e8e8e8;
}

#directorySection p {
    font-size: 25px;
    text-align: left;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

#resumewriting1 {
    padding: 0;
    background: #e8e8e8;
}

.resumeTitle {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #935bb1;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 10px;
}

.resumeContent {
    color: #808080;
    margin-bottom: 15px;
    line-height: 2;
    font-weight: 500;
}

.resumeHeadTitle h3 span {
    background: #669933;
    padding: 20px 32px;
    border-radius: 40px;
    color: #fff;
    margin-right: 30px;
}

.resumeHeadTitle h3 {
    font-family: 'montserrat';
    font-size: 32px;
    text-transform: uppercase;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .resumeHeadTitle h3 span {
        padding: 9px 17px;
        margin-right: 10px;
    }

    .resumeHeadTitle h3 {
        font-size: 19px;
        line-height: 2;
    }
}

#searchEngine {
    padding: 25px 0;
}

#selectProcess {
    padding: 25px 0;
    background: #e8e8e8;
}

#servicePrice {
    padding: 25px 0 40px;
}

#servicePrice h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 22px;
}

#servicePrice .posting-figure {
    padding: 20px 0 30px;
    position: relative;
}

#servicePrice .posting-currency {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 30px;
}

.priceContent {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 10px;
    text-align: right;
    float: right;
}

.resWriteCol {
    height: 280px !important;
}

#servicePrice .posting-amount {
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    padding: 0 0 0 50px;
}

.btnSpacing {
    float: right;
    margin-bottom: 10px;
}

.btnBorder {
    border: none !important;
}

.border {
    border: 1px solid #f4f4f4;
}

.modalPopWindow {
    width: 500px !important;
    top: 25em !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

.modalPopWindow1 {
    top: 21em !important;
    width: 850px !important;
    height: 670px;
    padding: 0 25px !important;
}

.modalRowHeight {
    margin-bottom: 10px;
}

.labelSpacing label {
    margin: 0 10px;
}

.iconAlign input {
    float: right;
}

@media only screen and (min-width: 200px) and (max-width: 599px) {
    .modalPopWindow {
        left: 0 !important;
    }

    .modalPopWindow1 {
        left: 0 !important;
        width: auto !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .modalPopWindow {
        left: auto !important;
    }

    .modalPopWindow1 {
        left: auto !important;
        width: auto !important;
    }
}

.labelAlign {
    line-height: 2;
}

.activeService {
    display: inline-block;
    width: 100px;
}

.ajax__tab_xp .ajax__tab_tab {
    height: auto !important;
}

.labelTxtAlign {
    float: left !important;
}

.dashBoardSearchAlign #jobList1 {
    background: transparent !important;
}

.modalPopCan {
    background: #f1f1f1 !important;
    top: 0px !important;
    height: 400px;
}

.addClientFieldSize {
    width: 50% !important;
}

@media only screen and (min-width: 200px) and (max-width: 1500px) {
    .addClientFieldSize {
        width: 50% !important;
    }
}

.consultantForm-control {
    display: inline-block !important;
}

.consultantFormAlign {
    width: 65% !important;
}

#contentShadow .jobDescriptionContainer {
    width: 100% !important;
}

.countryCountCol {
    text-align: right;
}

.countryNameCol {
    text-align: left;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
    .countryCountCol {
        text-align: left;
    }
}

.pollLabel {
    margin-bottom: 0px;
}

.pagingLayout {
    line-height: 1.5;
}

.pagingLayout table {
    margin-top: 20px;
}

.pagingLayout table td {
    padding: 5px;
    border: 1px solid #c8c8c8;
    background: #fff;
}

.pagingLayout table td > a, .pagingLayout table td > span {
    font-weight: 600;
}

/*************************
*****Job Aggregators******
**************************/
#aggregators1 {
    padding: 45px 0;
    position: sticky;
}

#aggregators1 p {
    font-size: 18px;
    line-height: 2;
    padding-bottom: 15px;
}

.aggregatorsTitle {
    font-family: 'montserrat';
    text-transform: uppercase;
}

.xmlCodeLine {
    background: #f1f1f1;
    padding: 15px;
}

.xmlCodeLine li {
    list-style: none;
}

.xmlCodeLine li p {
    font-size: 14px !important;
    font-family: consolas;
    font-weight: 600;
    line-height: 1 !important;
    padding-bottom: 0 !important;
    word-wrap: break-word;
}

/*************************
*******Error Pages********
**************************/
#errorPage {
    padding: 0;
}

#errorPage {
    overflow: hidden;
}

#errorPage .item {
    height: 230px;
    background-repeat: no-repeat;
    background-position: 50% -15%;
    background-size: cover;
}

#errorPage .slider-inner {
    position: absolute;
    top: 12em;
    left: 0;
    width: 100%;
    color: #fff;
}

#errorPage .slider-inner h2 {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #585858;
    font-family: 'paytone one';
    float: left;
    margin-top: -15px;
}

#errorPage .slider-inner h2 > span {
    color: #45aed6;
}

#forbidden403 {
    padding: 45px 0;
}

.errorTitle {
    font-size: 18px !important;
}

#forbidden403 p {
    font-size: 25px;
    font-weight: 600;
    line-height: 2;
    font-family: 'montserrat';
}

.forbiddenMenuRow {
    margin-top: 30px;
}

.forbiddenSitemap li {
    list-style: none;
    text-align: left;
    line-height: 2;
    font-size: 18px;
}

.forbiddenSitemap li a {
    padding-left: 10px;
}

.removePadding {
    padding: 0 5px 5px;
}

/*************************
*********Branding*********
**************************/
#branding {
    padding: 45px 0;
    background: #f9f9f9;
}

#branding p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
}

#branding h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
}

.brandLineCut li p {
    line-height: 1.5 !important;
    padding-bottom: 4px !important;
}

.brandCol {
    height: 290px !important;
}

.brandCol1 {
    height: 350px !important;
}

.brandBtnAlign {
    float: none !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 991px) {
    .brandCol, .brandCol1 {
        height: auto !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brandCol {
        height: auto !important;
    }

    .brandCol1 {
        height: auto !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1430px) {
    .brandLineCut li p {
        line-height: 1.5 !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .brandCol {
        height: 350px !important;
    }

    .brandCol1 {
        height: 430px !important;
    }
}

@media only screen and (max-width: 747px) {
    .brandOptRow1, .brandOptRow2, .brandOptRow3, .brandOptRow4 {
        height: auto !important;
    }
}

.brandPackRow {
    background: #f7f243;
    padding: 10px;
    text-align: center;
}

.brandPackRow span {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

@media only screen and (max-width: 991px) {
    .brandLineCut li p {
        line-height: 2 !important;
    }
}

#jobPostingOpt {
    padding: 45px 0;
    background: #f9f9f9;
}

#jobPostingOpt .adTitle {
    font-size: 24px;
    font-family: 'open sans';
    padding-bottom: 20px;
    margin-top: 0;
    line-height: 1.3;
}

#jobPostingOpt p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
}

#jobPostingOpt h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
}

.posting-opt-figure {
    padding: 0 !important;
}

.posting-opt-currency {
    top: 0 !important;
}

.postBtn {
    float: right !important;
    text-decoration: none !important;
    margin-bottom: 2em;
}

.rAccess {
    font-size: 15px !important;
    top: 25px !important;
    line-height: 1.3 !important;
}

@media only screen and (max-width: 991px) {
    .mobContent {
        display: block !important;
        text-align: right;
        padding: 0 !important;
        line-height: 0 !important;
    }

    .deskContent {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {
    .mobContent {
        display: none !important;
    }

    .deskContent {
        display: inline-block !important;
        top: 45px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
    .adBgTitleCol h2 {
        font-size: 16px !important;
    }

    .posting-amount {
        font-size: 45px !important;
        padding: 0 0 0 45px !important;
    }

    .deskContent {
        text-align: right;
        float: right;
    }

    .rAccess {
        font-size: 12px !important;
        top: 40px !important;
    }
}

#resumeAccess {
    padding: 45px 0;
    background: #f9f9f9;
}

#resumeAccess p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
}

#resumeAccess h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
}

.responseContent {
    padding: 0 !important;
    float: right;
    font-size: 20px;
}

.demoInfo {
    background: #d2d2d2;
    color: #333;
    padding: 10px 15px;
    font-weight: 600;
}

#demographics {
    padding: 45px 0;
    background: #f9f9f9;
}

#demographics p {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 15px;
}

#demographics h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
}

.thumb {
    width: 364px;
}

.thumb1 {
    width: 700px;
}

.thumb, .thumb1 {
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .thumb1 {
        padding-bottom: 9.9em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1430px) {
    .thumb1 {
        padding-bottom: 6.2em;
    }
}

@media only screen and (min-width: 1431px) and (max-width: 1460px) {
    .thumb1 {
        padding-bottom: 5.2em;
    }
}

@media only screen and (min-width: 1461px) and (max-width: 1599px) {
    .thumb1 {
        padding-bottom: 3.2em;
    }
}

#latestJobs {
    padding: 15px 0;
}

#latestJobs h2 {
    margin-top: 0;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 25px;
}

.jobFlagImg {
    border: 1px solid #aaa;
    width: 40px;
    float: right;
}

#safeList {
    padding: 30px 0;
}

#safeList h2 {
    font-family: 'montserrat';
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 25px;
}

#safeList p span {
    font-size: 16px !important;
    font-family: 'Open Sans';
}

#downloadDirectory {
    padding: 45px 0;
    background: #fff;
}

#footerDirAd {
    background: #669933;
}

#footerDirAd img {
    margin: 0 auto;
}

#HeadDirAd {
    padding: 20px 0;
}

.bannerHide {
    visibility: visible;
}

.mBannerHide {
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    #HeadDirAd {
        background: #f9f985;
        padding: 0;
    }

    .bannerHide {
        visibility: hidden;
        display: none;
    }

    .mBannerHide {
        visibility: visible;
    }
}

#JListAd {
    background: #eaeaea;
}

.verticalAd {
    margin: 0 auto;
    padding: 30px 0 0;
}

.mobileAd, .hAd {
    visibility: hidden;
}

@media only screen and (max-width: 1199px) {
    .mobileAd, .hAd {
        visibility: visible;
        padding: 10px 0 0;
    }

    .verticalAd {
        visibility: hidden;
    }
}

#HeadGoogleAd {
    padding: 20px 0;
    background: #fbfbfb;
}

#HeadGoogleAd div {
    margin: 0 auto;
    width: fit-content;
}

#adColumn {
    margin-top: 50px;
}

#adColumn div {
    margin: 0 auto;
}

#changePassword {
    padding: 45px 0;
    background: #f1f1f1;
}

#changePassword .regFormLabel {
    margin-bottom: 5px;
}

.savePassword {
    background: #609131 !important;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 13px 60px;
    font-size: 18px;
    text-transform: uppercase;
}

#recruitTestimonial {
    padding: 20px 30px;
}

#recruitTestimonial h3 {
    text-transform: none;
    font-family: 'montserrat';
    margin-bottom: 30px;
    font-style: italic;
    line-height: 1.5;
}

#recruitTestimonial p {
    line-height: 1.5;
}