/*!
 * Jobrapido 
 * custom CSS
 *
 *
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,800&display=swap');

body {
  font-family: 'Open Sans', sans-serif !important;
  font-size:14px;
line-height: 1.7em;
}


/** component **/
.jr-button,
.jr-button.disabled:hover,
.jr-button[disabled]:hover,
fieldset[disabled] .jr-button:hover,
.jr-button.disabled:focus,
.jr-button[disabled]:focus,.jr-button:focus
fieldset[disabled], .btn-primary.focus, .btn-primary:focus,
.jr-button.disabled.focus,
.jr-button[disabled].focus,
fieldset[disabled] .jr-button.focus,.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
  color: #fff;
  background-color: #FF206E;
  border-color: #FF206E !important;
    height:45px;
    font-weight: bold;
}
.jr-button {
padding: 10px 20px;
    line-height: 1.3em;
    text-transform: uppercase;
}

.jr-button:focus,
.jr-button.focus,
.jr-button:hover,
.jr-button:active:hover,
.jr-button.active:hover,
.open > .dropdown-toggle.jr-button:hover,
.jr-button:active:focus,
.jr-button.active:focus,
.open > .dropdown-toggle.jr-button:focus,
.jr-button:active.focus,
.jr-button.active.focus,
.open > .dropdown-toggle.jr-button.focus {
  color: #fff;
  background-color: #E21E62;
  border-color: #E21E62 !important;
     outline: none;
}
.form-control{
    border:1px solid #555555;
}
.form-control:focus {
  border-color: #FF206E !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 32, 110, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 32, 110, 0.6);
}

.img-fluid {
    width:100%;
}
::-webkit-input-placeholder { /* Edge */
  color: #555555!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555555!important;
}

::placeholder {
  color: #555555!important;
}
.container-fluid {
    padding-right: 4%;
    padding-left: 4%;
}
.navbar-inverse .navbar-nav>li>a {
    color: #d1d1d1;
}
.navbar-toggle {
    margin-top:16px;
}

    .btmSection {
    margin: 20px auto 60px;
}


/*** TOP SECTION ***/

.claimDescrp{
    /**border-top: 1px solid #ddd;
    padding-top: 10px;
        border-bottom: 1px solid #ddd;**/
    padding-bottom: 25px;
}

ul.nav.navbar-nav {padding:4px}
.logoHeader img {
    width: 100%;
    max-width: 180px;
    padding: 13px 0px 13px;
}

.imgheader {
    padding-left: 0;
}

a.logoHeader {
    height:auto;
    display: block;
}
.headerClaim {
    padding: 70px 0 0px 0;
    margin-left: -3px;
}

.headerClaim .container {
    padding: 0;
}

.img-hero {
  width: 100%;
object-fit: cover;
    height: 100%;
    padding-top: 100px
}


.colsx{

    padding: 0;
}

.coldx{
   padding-top:15px;
    padding-left:30px;
}

.claimTitle h1 {
font-size:2.3em;
    font-weight: 800 !important;
    
}

.claimTitle p {
    font-size: 1.1em;
    /* font-weight: 600 !important; */
    padding-bottom: 15px;
}



/** form get results **/

.inp-form {
    margin-bottom: 10px;
    height: 45px;
}

#button-res{
        width: 100%;
}
.whatinp {
    padding-left: 0px;
    padding-right: 2px;
}
.locinp {
    padding-left: 2px;
    padding-right: 0px;
}
.btninp {
    padding-left: 4px;
    padding-right: 0px;
}
.candidatesRes > p {
    margin-bottom: 20px!important;
}
.candidatesRes {
    margin-top: 0px;
    position: relative;
}
.box-results .wrapper {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 30px 50px 20px 50px;
    background-color: #ffffff;
    margin: 3px 0;
    box-shadow: 0 .150rem .25rem rgba(0,0,0,.1) !important;
    width: 100%;
}
.box-results.collapse.in {
    display: inline-block!important;
        position: relative;
   
}
.box-results .close {
    opacity: .8;
    z-index: 3;
    color: #FF206E;
    position: absolute;
    right: 10px;
    top: 10px;
}
#js_numb {
    font-size: 1.8em;
    font-weight: 800;
    color: #FF206E;
display: inline-block;
    margin-top: 10px;
}

/*** MIDDLE SECTION ***/

.section {
    margin-top: 2px;
}
h2 {
    margin: 0px;
font-size: 1.8em;
    line-height: 1.2em;
}
h4{font-size: 1.1em;
line-height: 1.4em;
    margin: 8px 3px 3px;
}


/** ribbon **/

.ribbon {
position: absolute;
display: block;
top: 3px;
right: -4px;
width: 130px;
}

.ribbon .label {
position: relative;
display: block;
left: 4px;
top: -6px;
padding: 6px 0;
font-size: 16px;
text-align: center;
color: #fff;
background-color: #2C4355;
-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
-ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
border-radius: 0;
}

.label:after {
content: '';
position: absolute;
bottom: -3px;
border-top: 4px solid #0f0f0f;
border-left: 0px solid transparent;
border-right: 8px solid transparent;
z-index: -1;
}


.label:after {
right: 0px;
}



.middleClaim {
    margin-top: 0px;
}

/** boxes **/
* a.clickable {
    color: inherit;
    text-decoration: none;
    width: 100%;
}
a.clickable {
   display: block;
}

.box {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 25px 20px;
    background-color: #ffffff;
    margin: 30px 0px;
    z-index: 2;
    height: 100%;
        -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1);
    transition: all 300ms ease-in;
    transform: scale(1);
    box-shadow: 0 .150rem .25rem rgba(0,0,0,.1) !important;
    position: relative;
}
.box * {line-height: 1.4em;
}

.boxes {
    margin: 0px auto 25px auto;
    position: relative;
}
.boxes hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.box1 hr {
    margin-top: 50px;
}
.post-job-txt {
    padding: 10px 0px 0px;
    font-size: .9em;
}
.box::before {
    content: '';
    background-color: #FF206E;
    height: 28px;
    width: 85%;
    display: block;
    position: absolute;
    top: -28px;
    margin: 0 auto;
    z-index: -1;
    left: 0;
    right: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.introtext{
    position: absolute;
    z-index: 10;
    text-align: center;
    display: block;
    width: 85%;
    margin: 0 auto;
    height: 28px;
    top: -26px;
        color:#ffffff;
    font-size: 1.1em;
    font-weight: bold;
        left: 0;
    right: 0;
}

.box:hover {
-webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 300ms ease-in;
    transform: scale(1.1);
    z-index: 2;
    border: 1px solid #E21E62;
    
}

.box:hover .introtext {
    top: -27px!important;
}
.box:hover .start-btn {
    bottom: -30px;
    background-color: #E21E62;
}

.box:hover::before {
       top: -29px!important; 
    background-color: #E21E62;
}

.start-btn {
    position: absolute;
    bottom: -30px;
    z-index: 2;
    padding: 5px 10px 5px 10px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 1.2em;
    line-height: 2em;
}

ul.list {
list-style: none;
padding: 10px 0;
margin: 0  
}
.list-top {
list-style: none;
margin: 0 ;
    padding: 0;
}
.list-top li {
    font-size: .9em;
    /* position: relative; */
    padding: 2px 11px 0 0;
    display: inline-block;
    text-align: left!important;
    width: auto;
}
.list li {
    font-size: .9em;
    position: relative;
    padding: 5px 0;
}
.list li {
    display: block;
}

.list li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e089";
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    float: left;
    margin-right: 4px;
    color: #FF206E;
}
.list-top li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e089";
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    float: left;
    margin-right: 4px;
    color: #FF206E;
}
.boxTitle {
    font-size: 2em;
    margin: 6px auto;
}

.boxPrice {
    font-size: 2.3em;
    font-weight: 800;
    color: #FF206E;
     margin-bottom: 2px;
    line-height: 1em;
}

.grayTxt {
    color: #828282;
    font-size: .9em;
}
.boxSubtitle {
    margin-bottom: 15px;
    display: inline-block;
        margin-top: 2px;
}

.paymethd img {
    display: inline;
    padding-left:10px
}


/** Bottom section **/

.btn-contact {
      width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content;
    display: inline-block;
        margin-top: 10px;
}
   



/*** footer ***/
.topFooter {
    background-color: #0f0f0f!important;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.botmFooter {
    border-bottom: 20px solid #0f0f0f;
    padding-top: 6px;
    padding-bottom: 6px;
}
nav.footer-menu > a {
    color: #0f0f0f;
    display: inline-block;
    padding-right: 25px;
    font-size: .8em;
}
.jr-data strong {
    font-size: 1.2em;
}
 

/*** media queries ***/

@media screen and (max-width: 991px) and (min-width: 768px){
    .headerClaim {
    padding: 125px 0 16px 0;
}
    
}

@media (max-width: 991px){
.navbar-nav>li>a {
    padding-top: 2px;
    padding-bottom: 2px;
}
.nav>li>a {
    padding: 2px 25px 10px 0;
        font-size: .9em;
}
    ul.nav.navbar-nav {
    width: 100%;
}
    .middleClaim {
    margin-top: 20px;
}a
}

@media (min-width: 992px){

    .nav>li>a {
padding: 22px 0 10px 20px;}
}

@media (min-width: 768px){
.navbar-nav {
    float: right;
    margin: 0;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}
}

@media (max-width: 991px){
.btninp {
    padding-left: 0px;
    }

@media (max-width: 768px){
.container-fluid.imgheader {
    padding-left: 4%;
}
    ul.nav.navbar-nav {
    padding: 0 2%;
}
    .coldx {
    padding-left: 20px;
        padding-top: 0;
}
     .logoHeader img {
    padding: 13px 0px 13px 15px;
}
    .img-contact   {
      display: block;
    max-width: 60%;
    height: auto;
    margin: 0 auto;  
    }  
    .section {
    margin-top: 30px;
}
    .box {margin:45px 0;}

       .section.topFooter {
    margin-top: 50px;
}
    h2 {
        margin: 15px 0 5px 0px;}
}