/*Header start*/
.navbar-brand{
	position:relative;
	top:-10px;
}
.navbar.bg-light {
    background-color: transparent !important;
}
.navbar-nav.mr-auto{
	margin-left:auto;
	margin-right:0px !important;
}
.beforeLogin .navbar-nav.mr-auto{
	margin-left:auto;
	margin-right:50px !important;
	margin-top:12px;
}
.userAction{margin-left:50px;}
header .btn{
	min-width:130px;
	border-radius:0px;
	text-transform:uppercase;
	font-size:14px;
	padding:0px;
	line-height:54px;
	font-family: "CircularStdBold";	
	border:none;
}
header .fa-cog{
    font-size:24px;
}
header #navbarDropdown:focus .fa-cog, header #navbarDropdown:hover  .fa-cog{
    color: #cf2015;
}
header{
	padding:25px 0px 20px 0px;
}
.nav-item{
	text-transform:uppercase;
	font-size:16px;
	color:#210307;
}
.navbar-light .navbar-nav .nav-link{
	color:#210307;
	font-family: 'CircularStdBook';
	padding:0px;
	line-height:54px;
	margin-left:30px;
}
.navbar-light .navbar-nav .nav-link::after{
	content:'';
	display:block;
	border-bottom:2px solid transparent;	
}
.navbar-light .navbar-nav .active .nav-link::after, .navbar-light .navbar-nav .nav-link:hover::after {
	content:'';
	display:block;
	border-bottom:2px solid #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: none;
    color: #fff;
}
.dropdown-toggle::after {
    display: none;
}
header .dropdown-menu {
    right: 0;
    left: auto;
}
.beforeLogin .userAction{
	display:none;
}
.afterLogin .userLogBtn{
	display:none;
}
/*Header End*/


/*Home body*/
.jumbotron{
	padding:0px;
	border-radius:0px;
	background-color:transparent;
	margin-bottom:0px;
}
.home-content{
    padding-top: 80px;
    padding-bottom: 100px;
    background-image: url(../img/body-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.btn-list{
	margin-bottom:50px;
	margin-top:55px;
}
.btn-list li a{
	display:inline-block;
	padding:0px 65px;
	background-color:#000;
	color:#fff;
	line-height:60px;
	min-width:365px;
	font-size:20px;
	font-family: 'CircularStdBook';
}
.btn-list li{
	display:inline-block;
	margin:0px 20px 10px 20px;
}
.home-content h1{
	padding-bottom:15px;	
}
.home-content .home-subtext{
	color:#7b7b7b;
}
.home-content h3{
	padding-bottom:15px;
}
/*Home body end*/

/*Footer Start*/
footer{
	background-color:#000;
	padding:25px 15px 19px 15px ;	
}
footer p{
	color:#f6f6f6;
	font-size:15px;
    font-family: 'CircularStdBook';
    padding-bottom: 0px;
		
}
.expiryDate {
    position: relative;
}
.expiryDate i{
    right: 20px !important;
    top: 0px;
}
.dateHalf{
    display: flex;
}
.dateHalf .form-control{
    width: calc(50% - 2.5px);
    display: inline-block;
}
/*Footer end*/

/*price page*/
.price-section{
	display:flex;
	align-items: center;
  justify-content: center;
  margin-top:30px;
}
.price-col{
	width:400px;
	background-color:#ce2015;
	color:#fff;
	min-height:570px;
	position:relative;
}
.price-col p{
	font-size:20px;
	font-family: 'CircularStdBook';
	padding:20px 15px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.price-col.bg-black {
	min-height:720px;
	position:relative;
	z-index:9;
	background-color:#000;
	border-left:1px solid rgba(255,255,255,0.3);
	border-right:1px solid rgba(255,255,255,0.3);
}
h4.price-heading{font-size:35px; background-color:#000; padding:30px 0px; font-family:'CircularStdBold';}
.price-col.bg-black h4.price-heading{font-size:35px; background-color:#ce2015; padding:41px 0px;}
.price-col p:last-child{
	border-bottom:none;
}
.apply-btn{
	background-color:#000;
	color:#fff !important;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}
.apply-btn a{
	display:block;
	font-size:28px;
	font-family:'CircularStdBold';
	padding:20px 15px 25px 15px;
}
.apply-btn a:hover{
	color:#fff !important;
}
.price-col.bg-black .apply-btn{
	background-color:#ce2015;
}
.small-btn {
    border-radius: 0px;
    color: #fff !important;
    padding-top: 7px;
    padding-bottom: 10px;
}
/*price page end*/

/*how it works*/
.howWorkd-col{
	margin-top:35px;
	margin-bottom:35px;
}
.howWorkd-col h3{
	margin-bottom:20px;
}
.howWorkd-col p{
	margin-bottom:10px;
	line-height:24px;
}
.howWorkd-col ul {
    margin-bottom: 40px;
    margin-top: 25px;
}
.howWorkd-col ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding-bottom: 5px;
}
.privacy-policyContent ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding-bottom: 5px;
}
.privacy-policyContent ul{
    margin-bottom: 20px;
}
.form-group sup{
    color: #bd2130;
}
#profileImage{
    text-align: center;
}
.date-field .fa-calendar-alt{
    background-color: #bd2130;
    color: #fff;
    position: absolute;
    right: 0px;
    padding: 0px 20px;
    line-height: 44px;
    font-size: 23px;
}
.btn-primary, .btn-danger{
	font-family: 'CircularStdBook';
	border:none;
	border-radius:0px;
	line-height:60px;
	padding:0px;
	min-width:365px;
	font-size:20px;
}
.howWorkd-col .btn-danger{
	min-width:365px !important;
		padding:0px !important;
}
/*how it works*/
/*login start*/
#loginDiv, #forgetpassDiv{
	margin-left:auto;
	margin-right:auto;
}
.login-form{
    background-color: #fff;
    box-shadow: 0px 0px 10px #e8e6e6;
    padding: 50px;
    margin-top: 40px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.login-form .checkLabel{
    font-size: 16px !important;
}
.login-form .checkLabel .checkmark{
    top: 5px;
}
.login-form .btn {
    width: 100%;
    min-width: 0px;
    line-height: 45px;
    padding-top: 3px;
}
.col-half{
    width: calc(50% - 6px);
    display: inline-block;
}
.signupPage .btn{width: 100% !important; min-width:0px; padding-left:0px !important; padding-right:0px !important;}
/*login end*/
/*Employer-signup*/
.dropzone {
    min-height: 60px !important;
    border: none !important;
    background: white;
    padding: 0 !important;
}
.drag-icon-cph{
	display:flex;
	align-items:center;
}
.drag-icon-cph + p {
    font-size: 14px;
    padding-left: 156px;
    padding-top: 5px;
    text-align: left;
}
.drag-icon-cph + p.recom-text {
    padding-left: 225px;
}
.dashboard-uploadbtn .drag-icon-cph + p {
    font-size: 14px;
    padding-left: 0px;
    padding-top: 5px;
}
.upload-title {
    font-weight: 400;
    color: #000;
    font-family: 'CircularStdBook';
    font-size: 17px;
    cursor: pointer;
	margin-right:50px;
}
.upload-image-logo{
    content: "Browse Logo";
    padding: 0px 60px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    min-height: 60px;
    line-height: 60px;
    border-radius: 0px;
    cursor: pointer;
}

.dashboard-uploadbtn .drag-icon-cph{
    position: relative;
}
.dashboard-uploadbtn .upload-title{
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin-right: 0px;
}
.dashboard-uploadbtn .upload-image-logo {
    content: "";
    padding: 0px 0px;
    background-color: transparent;
    background-image: url(../img/profile-image.jpg);
    color: #fff;
    font-size: 20px;
    min-height: 180px;
    line-height: auto;
    border-radius: 0px;
    cursor: pointer;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    border: 1px solid #ddd;
}
.actionForm{
    background-color: #fff;
    box-shadow: 0px 0px 10px #e8e6e6;
    padding: 75px 50px 120px 50px;
    padding-bottom:100px;
    margin-top: 80px;
    width: 100%;
}
.actionForm h3{
	padding-bottom:20px;
}
.form-fullLabel .form-label{
	width:166px;
	vertical-align:top;
}
.form-half .form-label{
	width:166px;
}
.form-quater .form-label{
	width:90px;
}
.form-singleLine{display:flex;}
.form-singleLine .form-input{margin-left:15px;}
.form-label{
	display:inline-block;
	font-family: 'CircularStdBook';
	font-size:17px;
	color:#000;
}
.btnGap{
	margin-top:2px;
	margin-bottom:2px;
}
.form-control{
	font-family: 'CircularStdBook';
	font-size:17px;
	color:#000;
	border-color:#d7d7d7;
	padding-top:10.5px;
	padding-bottom:10.5px;
}
.actionForm .form-group{
	display:inline-block;
	margin-bottom:9px;
	padding-left:10px;
	padding-right:10px;
}
.button-group .btn-danger{padding: 0px 40px; min-width: 200px;}
.actionForm .btn-danger{
	width:auto;
	min-width:0px;
	padding:0px 85px;
	display:inline-block;
}
.form-full, .form-fullLabel{
	width:100%;
}
.form-half{
	width:calc(50% - 8px);
	display:inline-block;
}
.form-quater{
	width:calc(33% - 2px);
	display:inline-block;
	padding-right:10px;
}
.form-half .form-input{
	width:calc(100% - 171px);
	display:inline-block;
}
.form-fullLabel .form-input{
	width:calc(100% - 180px);
	display:inline-block;
}
.form-quater .form-input{
	width:calc(100% - 95px);
	display:inline-block;
}
.formGap{
	margin-bottom:30px;
}
.formGap2{
	margin-bottom:100px;
}
.custom-file{
	width:430px;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse Logo";
    padding: 0px 60px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    min-height: 60px;
    line-height: 60px;
    border-radius: 0px;
	cursor:pointer;
}
.custom-file-label {
    height: 60px;
    padding: 0px;
    font-weight: 400;
    line-height: 60px;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0px;
	font-family: 'CircularStdBook';
	font-size:17px;
	cursor:pointer;
}
.custom-file-input, .custom-file {
    height: 60px;
	cursor:pointer;
}
.form-description.uploadLabel{
	font-size:14px;
}
.uploadLabel{padding-left:200px;
padding-top:10px;}
/*Employer-signup*/
/*Review form*/
.review-form .form-group{
    display: block !important;
}
.rating {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
  }
  
  .rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
  }
  
  .rating label:last-child {
    position: static;
  }
  
  .rating label:nth-child(1) {
    z-index: 5;
  }
  
  .rating label:nth-child(2) {
    z-index: 4;
  }
  
  .rating label:nth-child(3) {
    z-index: 3;
  }
  
  .rating label:nth-child(4) {
    z-index: 2;
  }
  
  .rating label:nth-child(5) {
    z-index: 1;
  }
  
  .rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .rating label .icon {
    float: left;
    color: transparent;
  }
  
  .rating label:last-child .icon {
    color: #ddd;
  }
  
  .rating:not(:hover) label input:checked ~ .icon,
  .rating:hover label:hover input ~ .icon {
    color: #cf2015;
  }
  
  .rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #ddd;
    text-shadow: 0 0 5px #cf2015;
  }
/*Review form end*/
/*about page*/
.about-content img{
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
.about-content ul {
    display: flex;
    vertical-align: top;
    list-style-type: disc !important;
    margin-top: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.about-content ul li{
    list-style-type: disc !important;
    list-style-position: inside;
    font-family: 'CircularStdBook';
    font-size:20px;
    width: 25%;
}
.about-page p{
    line-height: 26px;
}
.about-get-started{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.getStarted-text{
    position: absolute;
    left: 110px;
    width: 400px;
}
.getStarted-text h4{
    font-size: 40px;
    color: #fff;
    font-family: 'CircularStdBold';
    padding-bottom:25px;
}
.getStarted-text .get-btn {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    padding: 8px 35px 11px 35px;
}
.about-content h3{
    font-size: 26px;
    color: #020202;
    font-family: 'CircularStdBold';
    padding-bottom: 8px;
}
.about-content p{
    font-size: 20px;
    color: #020202;
    font-family: 'CircularStdBook';
}
.about-content{
    padding-bottom: 60px;
}
.about-thumb {
    padding-bottom: 90px;
    padding-left: 90px;
    padding-right: 90px;
}
.about-thumb img{
    margin-bottom: 30px;
}
.about-thumb h3{
    font-size: 26px;
    color: #0c0c14;
    font-family: 'CircularStdBold';
    padding-bottom:15px;
}
.about-thumb p{
    font-size: 20px;
    color: #0c0c14;
    font-family: 'CircularStdBook';
}
/*about page*/
/*candidate page*/
.candidate-list li {
    font-size: 17px;
    color: #0c0c14;
    font-family: 'CircularStdBook';
    padding-left: 25px;
    width: 100%;
    display: inline-block;
    padding-bottom: 6px;
    position: relative;
}
.candidate-list li .fas, .candidate-list li .fab, .candidate-list li .far{
    position: absolute;
    color: #d80d0d;
    left: 0px;
    top: 4px;
}
.media-image-section img{
    padding-bottom: 5px;
}
.media-image-section h3{
    word-wrap: break-word;
}
.candidate-page .media{
    padding-top: 0px;
    padding-bottom: 50px;
}
.star-mark{
    padding-bottom: 25px;
}
.star-mark .fa-star{
    color: #cf2015;
}
.btnsList li{
    border: 2px solid #090909;
    font-size: 20px;
    font-family: 'CircularStdBook';
    margin: 15px 0px;
    display: inline-block;
    min-width: 100%;
    text-align: center;
}
.btn-bodered{
	 border: 2px solid #090909;
    font-size: 20px;
    font-family: 'CircularStdBook';
    margin: 15px 0px;
    display: inline-block;
    min-width: 100%;
    text-align: center;
	color: #090909;
    display: block;
    background-color: #fff;
    padding: 13px 20px;
	border-radius:0px;
}
.btnsList li a{color: #090909;
    display: block;
    background-color: #fff;
    padding: 11px 20px;
}
.btnsList li a:hover, .btn-bodered:hover{
    background-color: #090909;
    color: #fff;
}

.skils-box{
    margin-top: 60px;
}
.skils-heading{
    background-color: #cf2015;
    font-size: 26px;
    padding: 0px 15px;
    text-align: center;
    font-family: 'CircularStdBold';
    color: #fff;
    line-height: 60px;
    margin-bottom:45px;
}
.skils-box ul{
    padding-left: 15px;
	margin-left:10px;
}
.skils-box li{
    font-family: 'CircularStdBook';
    font-size: 17px;
    list-style-type: disc;
    padding-left: 10px;
    padding-bottom: 15px;
}
.candidate-form{
    padding-bottom: 55px;
    border-bottom: 1px solid #d7d7d7;
}
.gap-row{
    padding-top: 65px !important;
}
.gap-row:last-child{
    border-bottom: none !important;
}
.gap-row:last-child .media{
    padding-bottom: 0px;
}
.post{
    font-style: italic;
    font-size: 17px;
}
/*candidate page end*/
/*job search*/
.job-date{font-size:15px; padding-bottom:0px;}
.job-logo{
    border: 1px solid #d7d7d7;
    text-align: center;
    padding: 55px 20px 55px;
    margin-bottom: 75px;
}
.media h3{
    padding-bottom:0px;
}
.media-body{
    /* padding-top: 22px; */
    padding-top: 0px;
    padding-left: 45px;
}
.modal .media-body{
    /* padding-top: 22px; */
    padding-top: 0px;
    padding-left: 0px;
}
.view-details{
    display: block;
    text-align: center;
    width: 100%;
    padding: 8px 15px;
    color: #fff !important;
}
.job-result-row{
    border: 1px solid #d7d7d7;
    padding: 15px;
}
.job-result-row .btn{
    padding: 10px 35px !important;
    line-height: 20px;
    margin-top: 5px;
    min-width: auto;
}
/*job search*/
/*Contact Us*/
.addressBox .fas{
	width:78px;
	height:78px;
	line-height:78px;
	text-align:center;
	border-radius:50%;
	background-color:#ce2015;
	color:#fff;
	font-size:30px;
	margin-bottom:15px;
}
.addressBox p{
	font-size:17px;	
}
/*Contact Us End*/

.list-item li{
	font-family: 'CircularStdBook';
	font-size:20px;
	list-style-type:decimal;
	list-style-position:inside;
}
.contactUs{
	margin-bottom:100px;
}
/*Radio Button*/
.radioLabel {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right:30px;
  display: inline-block;
font-family: 'CircularStdBook';
color: #000;
}
.email-notification .radioLabel{
    margin-right: 5px;
    margin-left: 5px;
}
/* Hide the browser's default radio button */
.radioLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radioLabel .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
	border:1px solid #a5a5a5;
}
/* Create a custom radio button */
/*.radioLabel {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}*/

/* On mouse-over, add a grey background color */
.radioLabel:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioLabel input:checked ~ .checkmark {
  background-color: #bd2130;
  border-color:#bd2130;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioLabel input:checked ~ .checkmark:after {
  display: block;
}

/*Radio Button End*/

/*CheckBox start*/



.checkLabel {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 25px;
}

/* Hide the browser's default checkbox */
.checkLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkLabel .checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 16px;
  width: 16px;
  border:1px solid #a5a5a5;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkLabel input:checked ~ .checkmark {
  background-color: #bd2130;
  border-color: #bd2130;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkLabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkLabel .checkmark:after {
left: 4px;
top: 1px;
width: 6px;
height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*CheckBox end*/


/*footer start*/
.footer-menu{	
	background-color:#ce2015;
	padding:60px 0px 50px 0px;	
}
.footer-menu .container{
	width:1280px;
	margin:auto;	
}
.footer-menu h4{
	color:#fff;
	font-family: 'CircularStdBook';
	font-size:21px;
	padding-bottom:25px;
}
.footer-menu ul li a{
	color:#fff;
	font-family: 'CircularStdBook';
	font-size:17px;
	display:block;
	line-height:30px;
}
.footer-menu .footer-sicial i{
	height:27px;
	width:27px;
	background-color:#fff;
	line-height:27px;
	text-align:center;
	border-radius:50%;
	font-size:13px;
	color:#ce2015;
}
.footer-menu .footer-sicial a{
	margin-right:5px;
}
/*footer end*/

/*list item*/
.list-ul li{
    padding-left: 40px;
    background-image: url(../img/tick.png);
    background-repeat: no-repeat;
    background-position: 3px 0px;
}
.list-ol li {
    list-style-type: decimal;
    padding-bottom: 10px;
    list-style-position: inside;
}
/*list item*/
.rowGap{padding-bottom: 20px;}

/*modal css start*/
.responce-modal .modal-header{
	background-color:#cf2015 !important;
	border-radius:0px;
	padding:10px;
}
.responce-modal .close {
    color: #fff;
    text-shadow:none;
    opacity: 1;
	font-size:35px;
	padding:0px;
	margin: 0 0 0 auto;
	position:relative;
	top:-3px;
}
.responce-modal .modal-body {
    padding: 30px;
	text-align:center;
	font-family: 'CircularStdBook';
	font-size:25px;
}
.modal-content{border-radius: 0px; max-width: 1440px;}
.modal-body{
    padding: 140px 100px;
}
#exampleModalScrollable .modal-body{
    padding: 80px 40px;
}
.messageBody.modal-body{
    padding: 30px;
}
.field-label{display: inline-block;
padding-right: 55px; vertical-align: top;}
.field-label +div{display: inline-block;}
.field-label +ul{display: inline-block;}
.list-ul li{
    padding-bottom: 10px;
}
.row-item{
    margin-bottom: 25px;
}
.modal .close {
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1;
}
.modal .modal-header{
	font-family: 'CircularStdBook';
	font-size:25px;
	padding-left:30px;
	padding-right:30px;
}
/*modal css end*/
.textSearch{
    position: relative;
}
.srcBtn{position: absolute;
right: 0px;
color: #fff;
border-radius: 0px;
top: 0px;
font-size: 18px;
padding-left: 20px;
padding-right: 20px;
line-height: 25px;
}
.dropzone .dz-preview .dz-image {
    padding: 5px;
    border: 1px dashed #000;
    border-radius: 0px;

}

.modal-footer .alert{
	width:100%;
	text-align:center;
	background-color:transparent !important;
	border:none !important;
	border-radius:0px;
	color:#2A9F55;
}
.modal h3{
	padding-bottom:15px;
}
.formNameText{
    float: left;
}
.formNameText span{
	padding-left:15px;
}
.formDateText{float:right;
}
.formDateText span{
	padding-left:15px;
}
.formSubjectText{
    width: 100%;
    float: left;
	display:block;
	text-align:left;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:15px;
}
.formMessageText{
    width: 100%;
    float: left;
	display:block;
	text-align:left;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination .page-link{border-color: #000; color: #000;}
table a:hover{
    color: #cf2015;
}
.jobType{
    width:70px;
    display: inline-block;
}
.rowGaps{
	padding:20px 15px;
	color:#7b7b7b;
	font-family: 'CircularStdBook';
	font-size:17px;
}
.rowGaps:nth-child(even){
	background-color:#efefef;
}
.rowGaps .comp {
	padding-left:18px;
}
.modalContainer{border:1px solid #ddd; padding:0px 15px;}
.modal-header-hire{
	border-bottom:none;
	font-family: 'CircularStdBold';
}
.modal-footer-hire{
	border-top:none;
}
.table-responsive {
    position: relative;
    z-index: 0;
}
#applicantContent h3{
	padding-bottom:0px;
}
#applicantContent .row{
	padding-bottom:0px;
}
#viewApplicantModal .modal-header{
	border-bottom:0px;
}
#viewApplicantModal .media img{
	width:200px;
}
#viewApplicantModal .star-mark {
    padding-bottom: 5px;
}
#viewApplicantModal .border-bottom.gap-row {
    padding-top: 20px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd !important;
}
.autoManual .radioLabel{margin-right: 10px; font-size: 16px;}
@media (max-width: 1600px) {
h1 {
    font-size: 40px;
}
.container-fluid {
    padding: 0px 90px;
}
.userAction {
    margin-left: 40px;
}
.navbar-light .navbar-nav .nav-link {
    margin-left: 23px;
}
.nav-item {
    font-size: 15px;
}
.btnsList li {
    font-size: 18px;
    margin: 4px 0px;
}
.about-thumb {
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
}
#searchedJobs .media-body {
    padding-left: 0px;
}
}
 @media (max-width: 1440px) {
	 	h1 {
    font-size: 35px;
}
	 	 .container-fluid {
    padding: 0px 80px;
}
	 header .btn {
    min-width: 120px;
	 }
.navbar-light .navbar-nav .nav-link {
    margin-left: 20px;
}
.userAction {
    margin-left: 30px;
}
.btn-list li {
    margin: 0px 10px 10px 10px;
}
.btn-list li a {
    padding: 0px 20px;
    min-width: 340px;
}
.btn-list {
    margin-bottom: 45px;
    margin-top: 50px;
}
/*form css*/
.actionForm {
    padding-top: 75px;
    padding-bottom: 80px;
}
/*form css end*/
/*contact us*/
.contactUs{
	margin-bottom:80px;
}
/*contact us end*/
.about-thumb {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}
.actionForm .button-group  .btn-danger{min-width: 180px; padding: 0px 40px;}
.about-content ul li{
    width: 33%;
}
}
@media (max-width: 1366px) {
		h1 {
    font-size: 30px;
}
	.container-fluid {
    padding: 0px 60px;
}
	.nav-item {
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link {
    margin-left: 15px;
}
.about-thumb {
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.about-thumb p {
    font-size: 18px;
}
.media-body {
    padding-top: 0px;
    padding-left: 20px;
}
.modal-body {
    padding: 100px 75px;
}
.job-result-row .btn {
    font-size: 15px;
    padding: 10px 20px !important;
}
/*pricing*/
.price-col {
    width: 330px;
}
/*pricing end*/
.about-content img {
    width: 23%;
}
.about-content ul {
    width: 100%;
}
.about-content ul li{
    width: 25%;

}
}
@media (max-width: 1239px) {
	.container-fluid {
    padding: 0px 50px;
}
header .btn {
    min-width: 100px;
    font-size: 13px;
}
.btn-list li {
    margin: 0px 5px 10px 5px;
}
.btn-list li a {
    padding: 0px 15px;
    min-width: 300px;
    font-size: 18px;
}
.btn-list {
    margin-bottom: 30px;
    margin-top: 35px;
}
/*form css*/
.actionForm {
    padding-top: 65px;
    padding-bottom: 70px;
}
.formGap2{
	margin-bottom:50px;
}
/*form css end*/
/*contact us*/
.contactUs{
	margin-bottom:70px;
}
/*contact us end*/
/*footer*/
.footer-menu .container{
	width:1024px;
}
/*footer end*/
.about-content img {
    width: 250px;
}
}
@media (max-width: 1200px) {
body{
	padding-top:114px;
}
.beforeLogin .navbar-nav.mr-auto{
	margin-top:0px;
}
.navbar-light .navbar-toggler-icon{
	background-image:none;
}
.navbar-light .navbar-nav .active .nav-link::after {
    width: auto;
}
.navbar-light .navbar-nav .nav-link {
    display: inline-block;
}
.nav-item {
    text-align: center;
}
.nav-item.active{
	margin-bottom:5px;
}
.btn-list li a {
    padding: 0px 15px;
    min-width: 280px;
    font-size: 17px;
}
.navbar {
    justify-content: flex-end;
}
.navbar-brand {
    position: fixed;
    left: 50px;
    top: 0px;
}
.navbar-light .navbar-toggler {
    color: #000;
    border: none;
    margin-right: 0px;
    border-radius: 0px;
	padding:0px;
}
header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 30px 0px;
    z-index: 999;
    background-color: #fff;
	min-height:114px;
}
/*.userAction {
    margin-left: 30px;
    display: inline-block;
}*/
.navbar {
    display: block;
	text-align:right;
}
/*.navbar-light .navbar-toggler {
    display: inline-block;
}*/
/*.userLogBtn{
	display:inline-block;
}*/

.afterLogin .navbar-light .navbar-toggler {
    position: fixed;
    right: 87px;
    top: 49px;
}
.beforeLogin .navbar-light .navbar-toggler {
    position: fixed;
    right: 50px;
    top: 49px;
}
.afterLogin .userLogBtn {
    position: fixed;
    right: 90px;
    top: 32px;
}
.beforeLogin .userLogBtn {
    position: fixed;
    right: 105px;
    top: 32px;
}
.userAction {
    margin-left: 10px;
    position: fixed;
    right: 50px;
    top: 47px;
}
.navbar-nav.mr-auto {
    margin-right: 0px !important;
}
.navbar-light .navbar-nav .nav-link {
    margin-left: 0;
}
.navbar-collapse {
    padding-top: 75px;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 35px;
	text-align:center;
}
.navbar-nav.mr-auto {
    border-bottom: 1px solid #eee;
}
p, .home-content ul li {
    font-size: 19px;
}
.list-item li {
    font-size: 19px;
}
/*footer*/
.footer-menu .container{
	width:992px;
}
/*footer end*/
.about-thumb {
    padding-left: 0px;
    padding-right: 0px;
}
.getStarted-text h4 {
    font-size: 34px;
    line-height: 32px;
}
.about-list li {
    font-size: 18px;
}
.media-body {
    padding-top: 0px;
    padding-left: 0;
}
.candidate-page .media img{
    width: 150px;
}
.candidate-page h3 {
        font-size: 22px;
    }
    .star-mark {
        padding-bottom: 10px;
    }
    .gap-row {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }
    .actionForm .button-group .btn-danger {
        min-width: 150px;
        padding: 0px 40px;
        line-height: 50px;
        font-size: 18px;
    }
    .modal-body {
        padding: 68px 50px 30px;
    }
    .field-label {
        display: block;
        padding-right: 0px;
    }
/*pricing*/
li.price-heading {
    font-size: 25px;
}
.price-col.bg-black h4.price-heading {
    font-size: 25px;
    padding: 35px 0px;
}
h4.price-heading {
    font-size: 25px;
}
.price-col.bg-black {
    min-height: 666px;
}
.price-col {
    width: 300px;
}

.apply-btn a {
    font-size: 25px;
}
.price-col p {
    font-size: 19px;
}
/*pricing end*/
.full-row{max-width: 100% !important; flex: 100% !important;}
.media-image-section{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.modal .media-body{
    text-align: center;
}
.modal .media-body .candidate-list li {
    width: 100%;
    display: inline-block;
    clear: both;
    padding-left: 0px;
}
.modal .media-body .candidate-list li .fas, .modal .media-body .candidate-list li .fab, .modal .media-body .candidate-list li .far {
    position: relative;
    top: 0px;
}
.about-content ul li {
    width: 33%;
}
.job-result-row img{
	width:150px;
}
#viewApplicantModal .media img {
    width: 160px;
}
#viewApplicantModal.modal .media-body {
    text-align: left;
}
}
@media (max-width: 1024px) {
		h1 {
    font-size: 28px;
}
p {
    font-size: 18px;
}
.list-item li {
    font-size: 18px;
}
		.container-fluid {
    padding: 0px 40px;
}
.btn-list li {
	display:block;
}	
.btn-list li a {
    min-width: 60%;
}
.navbar-brand {
    left: 40px;
}
.afterLogin .userAction {
    right: 40px;
    top: 47px;
}
.afterLogin .navbar-light .navbar-toggler {
    right: 70px;
}
.beforeLogin .userLogBtn {
    right: 95px;
}
.beforeLogin .navbar-light .navbar-toggler {
    right: 40px;
}
/*form css*/
.actionForm {
    padding-top: 55px;
    padding-bottom: 60px;
}
.formGap{
	margin-bottom:20px;
}
/*form css end*/
/*contact us*/
.contactUs{
	margin-bottom:60px;
}
/*contact us end*/
/*footer*/
.footer-menu .container {
    width: 100%;
}
/*footer end*/
.getStarted-text {
    left: 60px;
    width: 300px;
}
.getStarted-text h4 {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 10px;
}
.btnsList li a {
    padding: 11px 10px;
}
.btnsList li {
    font-size: 17px;
    margin: 4px 0px;
}
/*pricing*/
.price-col {
    width: 280px;
}
.apply-btn a {
    font-size: 21px;
}
/*pricing end*/
}
@media (max-width: 992px) {
	h1 {
    font-size: 25px;
}
	h3 {
    font-size: 22px;
}
.howWorkd-col {
    margin-top: 40px;
    margin-bottom: 20px;
}
table.dataTable{width: 1000px !important;}
/*form css*/
.actionForm {
    padding: 50px 30px 60px 30px;
}
.form-half, .form-quater {
    width: 100%;
}
.form-quater .form-label {
    width: 166px;
}
.form-quater .form-input {
    width: calc(100% - 171px);
}
.form-fullLabel .form-input {
    width: calc(100% - 171px);
    display: inline-block;
}
/*form css*/
/*contact us*/
.addressBox{
	margin-bottom:35px;
}
/*contact us end*/
.getStarted-text {
    left: 0px;
    position: relative;
    width: 100%;
    text-align: center;
}
.getStarted-text h4{
    color: #000;
    padding-top: 5px;
}
.about-get-started {
    flex-wrap: wrap;
    text-align: center;
}
.getStarted-text .get-btn {
    border: 2px solid #000;
    color: #000;
}
.about-left-img{
    margin: 0px auto 30px;
}
.about-list {
    width: calc(50% - 6px);
    margin-bottom: 35px;
}
.about-list li {
    font-size: 17px;
}
.skils-heading {
    line-height: 50px;
    margin-bottom: 20px;
}
.btnsList{
    padding-bottom: 30px;
}
.modal .btnsList {
    width: 100%;
}
.skils-box {
    margin-top: 30px;
}
.candidate-page .media {
    padding-bottom: 10px;
}
.candidate-page h3 {
    padding-bottom: 10px;
}
.btnsList li {
    width: 100%;
    text-align: center !important;
}
.actionForm .button-group .btn-danger {
    min-width: 115px;
    padding: 0px 20px;
    line-height: 45px;
    font-size: 17px;
}
.actionForm {
    padding: 75px 40px 120px 40px;
}
.post-job{text-align: center;}
.job-result-row .media {
    display: block;
    text-align: center;
}
.job-result-row .media img{
    margin-right: 0px !important;
    margin-bottom: 15px;
	width:auto;
}
.job-result-row .btn {
    font-size: 18px;
    padding: 10px 50px !important;
}
.job-result-row .media h3 {
    text-align: center;
}
.job-result-row p, .job-result-row{
    text-align: center;
}
/*pricing*/
.price-col {
    width: 250px;
}
.price-col p {
    font-size: 18px;
	padding: 15px 15px;
}
h4.price-heading {
    font-size: 25px;
}
.price-col {
    min-height: 490px;
}
.price-col.bg-black {
    min-height: 600px;
}
/*pricing end*/
.formNameText{
    width: 100%;
    text-align: left;
}
.formDateText{float:left;
    width: 100%;
    text-align: left;
}
}
@media (max-width: 991px) {
.rowGaps .comp2 {
	padding-left:18px;
}
.rowGaps .jobType{
	width:90%;
}
#hire_select_frm .btn-danger{
	width:100%;
}
#viewApplicantModal.modal .media-body {
    text-align: center;
}
#viewApplicantModal.modal .media {
    text-align: center;
	display:block;
	margin-bottom:30px;
}
#viewApplicantModal .media img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto !important;
    margin-bottom: 30px;
}
#viewApplicantModal .border-bottom.gap-row {
	text-align:center;
}
#viewApplicantModal .text-danger {
	display:block;
}
}
@media (max-width: 767px) {
	.container-fluid {
    padding: 0px 30px;
}
.btn-list li a {
    min-width: 75%;
}
.navbar-brand {
    left: 30px;
}
.userLogBtn {
    right: 60px;
    top: 32px;
}
.userAction {
    right: 30px;
}
.navbar-collapse {
    padding-top: 65px;
}
.afterLogin .userAction {
    right: 30px;
    top: 47px;
}
.beforeLogin .navbar-light .navbar-toggler {
    right: 15px;
    top: 36px;
}
.beforeLogin .userLogBtn {
    right: 60px;
    top: 23px;
}
/*form css*/
.form-quater .form-label, .form-half .form-label, .form-fullLabel .form-label {
    width: 100%;
	margin-bottom:2px;
	font-size:16px;
}
.form-quater .form-input, .form-half .form-input, .form-fullLabel .form-input {
    width: 100%;
}
.form-group{
	margin-bottom:12px;
}
.actionForm {
    padding: 40px 20px;
    width: 100%;
}
/*form css end*/
/*contact us*/
.contactUs{
	margin-bottom:10px;
}
/*contact us end*/
.radioLabel{
	display:block;
}
/*footer start*/
.footer-menu{
	text-align:center;
}
.footer-menu h4{
	padding-bottom:10px;
}
.footer-menu ul{
	margin-bottom:30px;
}
/*footer end*/
.getStarted-text h4 {
    font-size: 20px;
}
.candidate-page .media {
    padding-bottom: 20px;
    display: block;
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.candidate-page .media img{
    margin-bottom: 15px;
    margin-right: 0px !important;
}
.media-body {
    padding-top: 0px;
    padding-left: 0;
}
.candidate-list li {
    text-align: center;
}
.btnsList {
    margin: auto;
}
.gap-row {
    text-align: center;
}
.candidate-list li {
    padding-left: 0;
}
.candidate-list li .fas, .candidate-list li .fab, .candidate-list li .far {
    position: relative;
    top: 0px;
}
.actionForm .button-group .btn-danger {
    min-width: 60%;
    margin-bottom: 4px;
}
.job-logo {
    margin-bottom: 25px;
}
.actionForm h3 {
    padding-bottom: 15px;
}
h3 {
    font-size: 20px;
}
.price-section {
    flex-wrap: wrap;
}
.price-col {
    width: 480px !important;
	min-height:0px;
	margin-bottom:15px;
}
.price-col.bg-black {
    min-height:0px;
}
.apply-btn {
    position: relative;
}
.drag-icon-cph {
    display: block;
    align-items: left;
}
.upload-title {
    margin-right: 0;
    text-align: left;
    margin-bottom: 15px;
}
.drag-icon-cph + p, .drag-icon-cph + p.recom-text {
    padding-left: 0;
}
.upload-image-logo{
    padding: 0px 30px;
}
.about-content ul li {
    width: 50%;
}
.about-content img {
    width: 200px;
    margin-right: 15px;
}
.modal .modal-header {
    font-size: 20px;
}
.autoManual .radioLabel{display: inline-block;}
#activeSubscription p{
    margin-bottom: 0px;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 200px !important;
}
}

@media (max-width: 550px) {
/*login*/
.login-form {
    padding: 25px;
    margin-top: 20px;
    width: 95%;
}
.col-half{
    width: 100%;
    text-align: left;
}
.col-half.text-right {
    width: 100%;
    text-align: left !important;
}
/*login*/
/*form css*/
.custom-file-input:lang(en) ~ .custom-file-label::after {
    padding: 0px 15px;
    min-height: 45px;
    line-height: 45px;
	font-size:16px;
}
.custom-file-input, .custom-file {
    height: 45px;
}
.custom-file-label {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.custom-file {
    width: 275px;
}
.uploadLabel {
    padding-left: 0px;
    padding-top: 10px;
}
/*form css*/	
.about-list {
    width: 100%;
}
.actionForm .button-group .btn-danger {
    min-width: 100%;
}
.price-col {
    width: 90% !important;
}
.btn-red.btnGap{
	width:100%;
}
.about-content ul li {
    width: 100%;
}
.about-content img {
    width: auto;
}
}
@media (max-width: 480px) {
    .autoManual .radioLabel {
        margin-right: 2px;
        padding-left: 19px;
    }
    .autoManual .radioLabel .checkmark{
        top: 3px;
    }
	.container-fluid {
    padding: 0px 15px;
}
.btn-list li a {
    min-width: 98%;
}
.divider{display:none;}
.footer-pvc{display:block;}
.navbar-brand {
    left: 15px;
}
.navbar-light .navbar-toggler {
    right: 60px;
    top: 32px;
}
.userLogBtn {
    right: 50px;
    top: 22px;
}
.userAction {
    right: 15px;
    top: 27px;
}
.navbar-collapse {
    padding-top: 65px;
}
header .btn {
    min-width: 80px;
    font-size: 13px;
    line-height: 42px;
}
.navbar-nav.mr-auto {
    margin-right: 0px !important;
}
.nav-item {
    text-align: center;
}
.navbar-light .navbar-nav .nav-link {
    margin-left: 0;
}
.navbar-light .navbar-nav .nav-link {
    line-height: 40px;
}
.navbar-brand {
    width: 70px;
}
header {
    padding: 0;
    min-height: 85px;
}
.afterLogin .userAction {
    right: 15px;
    top: 35px;
}
.afterLogin .navbar-light .navbar-toggler {
    right: 55px;
    top: 37px;
}
body {
    padding-top: 85px;
}
.howWorkd-col ul {
    margin-bottom: 25px;
}
.btn-primary, .btn-danger {
    min-width: 100%;
}
.howWorkd-col .btn-danger {
    min-width: 100% !important;
}
.modal-body {
    padding: 68px 20px 30px;
}
}

@media (max-width: 460px) {
header .btn {
    min-width: 77px;
    font-size: 12px;
    line-height: 38px;
}
.userLogBtn {
    right: 40px;
    top: 27px;
}
.beforeLogin .userLogBtn {
    right: 60px;
    top: 27px;
}
.navbar-light .navbar-toggler {
    /*right: 170px;
    top: 24px;*/
}
.afterLogin .userAction {
    top: 25px;
}
.afterLogin .navbar-light .navbar-toggler {
    top: 27px;
}
.price-col {
    width: 95% !important;
}
}
@media (max-width: 400px) {
.rowGaps .comp2 {
	padding-left:16px;
}
.rowGaps .jobType{
	width:85%;
}
.rowGaps {
    padding: 15px 0px;
    font-size: 16px;
}
}
@media (max-width: 375px) {
	body {
    padding-top: 70px;
}
header {
    padding: 0;
    min-height: 70px;
}
.navbar-brand {
    width: 55px;
}
.navbar-light .navbar-toggler {
    top: 29px;
    right: 50px;
}
.beforeLogin .userLogBtn {
    right: 60px;
    top: 18px;
}
.beforeLogin .navbar-light .navbar-toggler {
    right: 15px;
    top: 28px;
}
}
