.slider-item.p-t-40{
  padding-top:40px;
}

iframe{
  max-width: 100%;
}

.tabs-type3 .tab-pane{
  padding-top:0;
}


input.custom-qty-input::-webkit-outer-spin-button,
input.custom-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.custom-qty-input[type=number] {
  -moz-appearance: textfield;
}

/*
.license-input{
  font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
}
*/

.slick-track p,
.s-title {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% { opacity:0; }
  40% { opacity:0; }
  100% { opacity:1; }
}

@-moz-keyframes fadeIn {
  0% { opacity:0; }
  40% { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  40% { opacity:0; }
  100% { opacity:1; }
}

@-o-keyframes fadeIn {
  0% { opacity:0; }
  40% { opacity:0; }
  100% { opacity:1; }
}

@-ms-keyframes fadeIn {
  0% { opacity:0; }
  40% { opacity:0; }
  100% { opacity:1; }
}

.left .dropdown {
  float: left;
  width: 120px;
}

.left .dropdown .dropdown-toggle {
  min-width: 120px;
}

.left .header-partner {
  float: left;
  font-size: 1.4rem;
  margin-top: 10px;
}

.left .header-partner a {
  text-decoration: underline;
}

.a-underline i a,
.a-underline li a {
  text-decoration: underline !important;
}

.prev-breadcrumb{
  color: #BDC6CF !important;
}

.explanation-appointment{
  font-size: 1.3rem;
  color: #000;
}

.dropzone .dz-preview.dz-image-preview{
  background-color: transparent;
  position: relative;
}

.remove-file-dropzone{
    padding: 0;
    font-size: 20px;
    position: absolute;
    top: 0;
    z-index: 9999999999;
    color: #ffff;
    text-shadow: 0px 0px 4px #000000;
    background-color: transparent;
    border: none;
    right: 10px;
    cursor: pointer !important;
    outline: none !important;
}

.remove-file-dropzone:hover{
  color: #ddd;
}

#hidden-files-input{
  display: none;
}

.wrap-all-images{
  margin: 0 -10px;
}

.already-uploaded-ph{
  height: 120px;
    width: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin: 0 10px;
}

@media only screen and (min-width: 993px) {
  .navbar-light .navbar-nav .nav-item .nav-btn{
        height: 45px;
  }
}

@media only screen and (max-width: 992px) {
  .navbar-light .navbar-brand {
    left: 0px !important; } 

  .navbar-light .navbar-nav.ml-auto li:not(:last-child){
    -webkit-box-shadow:unset;
    box-shadow:unset;
  }
  .navbar-light .navbar-nav.ml-auto li:last-child{
    -webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow:0px 2px 3px rgba(0, 0, 0, 0.2);
  }
}

.hero-slider-wrap {
  overflow: hidden;
  max-height: 559px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-arrow.btn-orange {
    background-image: unset;
    width: auto;
    min-width: 0px;
    background-color: #fff;
    border: 1px solid #F07F14;
    color: #F07F14;}


    .job_card_item_title{
      display: block;
      margin-bottom: 5px;
    }

  .job-item-list li a.more-info {
      opacity: 1;
      visibility: visible;
      position: relative;
      left: 0;
      top: 0;
  }

  .slider-item {
    margin-bottom: 60px;
  }

  .hero-slider-wrap {
    overflow: hidden;
    max-height: 420px;
  }
}

.orange {
  color: #F07F14;
}


.slider-wrap .slick-next{
  right: -140px;
}
.slick-next:before{
  content: url('/public/images/slider/right-arrow.png');
}

.slider-wrap .slick-prev{
  left: -140px;
}
.slick-prev:before{
  content: url('/public/images/slider/left-arrow.png');
}


.hero-slider .slick-prev:before {
  content: url(../images/slider-arrow-left.png); }

.hero-slider .slick-next:before {
  content: url(../images/slider-arrow-right.png); }


body{
  padding-top: 180px;
}

@media only screen and (max-width: 1200px) {
  body{
    padding-top: 150px;
  }
}

@media only screen and (max-width: 992px) {
  body{
    padding-top: 139px;
  }

  .slider-item {
    margin-bottom: 20px;
  }
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}


.job_card_item_wrapper{
  position: relative;
}

.background-image-job-card{
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  border: 4px solid #F07F14;
  bottom: calc(100% + 15px);
  z-index: 99;
}
.background-image-job-card img{
  width: 100%;
  height: auto;
}


.background-image-job-card:after{
  content: '';
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #f07f14;
  left: calc(50% - 10px);
}


.job-item-list a.more-info{
  z-index: 98 !important;
}

#gdpr-cookie-overlay{
  z-index: 99;
}




/* -- Ihavecookies -- */
#gdpr-cookie-overlay{
    position: fixed;
    bottom: 20px;
    width: calc(100% - 51px);
    padding: 0 20px;
    max-width: 380px;
}

#gdpr-cookie-message{
  position: relative;
    z-index: 10000000;
}

#gdpr-cookie-message p{
  border: solid 1px #F07F14;
  width: 100%;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border-radius: 30px 0 0 30px;
  background: #ffffff;
  color: #212121;
}

#gdpr-cookie-message p a{
  color: #f07f14;
  cursor: pointer;
}

#gdpr-cookie-message p a:hover{
  text-decoration: underline;
}

#gdpr-cookie-message #gdpr-cookie-accept{
  border-left: 1px solid #F07F14;
  border: solid 1px #F07F14;
  color: #212121;
  position: absolute;
  left: 100%;
  height: 100%;
  padding: 0 20px 0 10px;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  background: #fff;
}


#gdpr-cookie-message #gdpr-cookie-accept:hover{
  background: #F07F14;
  color: #fff;
}

@media only screen and (max-width: 749px) {
  #gdpr-cookie-overlay{
      /*bottom: 80px;*/
  }

  #gdpr-cookie-message p{
    font-size: 11px;
    }

  .mt-mobile-0 {
    margin-top: 0px !important;
  }

  .mt-mobile-10 {
    margin-top: 10px !important;
  }

  .mt-mobile-20 {
    margin-top: 20px !important;
  }

  .pt-mobile-0 {
    padding-top: 0px !important;
  }

  .pt-mobile-10 {
    padding-top: 10px !important;
  }

  .pt-mobile-20 {
    padding-top: 20px !important;
  }

  .featured-div .content {
    padding: 0 10px 0 10px;
  }

  .sec-title {
    margin-bottom: 10px;
  }

  .sec-pad {
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .job-item-list li .left p,
  .tab-pane,
  .tab-content p,
  .content p,
  .contact-item p,
  .contact-item p span,
  .sec-title + p,
  .content p {
    font-size: 16px;
    line-height: 28px;
  }

  .content h2.title {
    margin-top:10px;
  }

}

.job-card-banner{
  padding-top: 120px;
  min-height: 450px;
}

.youtube-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  max-width: 100%;
}

.youtube-embed iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

img.img-max-600{
  max-height: 600px;
}


@media only screen and (max-width: 575px) {
  .featured-boxes .featured-box{
    padding:35px 10px;
  }

}

.custom-check input[type="checkbox"]:disabled + span:before {
    background-color: #e6e6e6;
    border-color: #c5c5c5;
}

.featured-div2 p{
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.featured-div {
  margin-bottom: 20px;
}

.full-width .content{
  padding:0 !important;
}

.title-no-p .sec-title-2{
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}

.job-card-cart .table tr td:last-child{
  min-width: 120px;
}

#site-footer{
  padding-bottom: 20px;
}

#site-footer .footer-bottom{
  padding-top: 20px;
}

.hero-slider .content, .hero-banner .content, .hero-slider p, .hero-banner p{
  text-shadow: 0px 0px 7px black;
}

.remove-job_card-item{
  cursor: pointer;
}

.remove-job_card-item svg{
  vertical-align: top;
  margin-top: 1px;
}

.remove-job_card-item:hover svg{
  fill: red;
}

.dropzone .dz-message{
  position: absolute;
      margin: 0px auto;
    padding-top: 60px;
    width: 100%;
    left: 0;
    z-index: 1;
  display: block !important;
}

@media only screen and (max-width: 575px) {
  .dropzone .dz-preview .dz-image {
    width: 90px;
    height: auto;
  }

  .dropzone .dz-preview .dz-image img{
    width: 100%;
    height: auto;
  }

  #jobCardpopup .center-mobile{
    text-align: center !important;
  }


  #jobCardpopup .center-mobile button{
    max-width: 100% !important;
    min-width: unset;
    width: 265px;
  }
}

.modal p span {
    font-size: 1.2rem !important;
}

.slick-slide .content{
  display: block !important;
}

footer .footer-item li a.nav-link{
  padding:0;
}


header .header-partner b a.nav-link{
  line-height: 1.9;
}

header .header-top .right .hide-mobile{
  margin-top: 1px;
}


.show-mobile {
  display: none;
}

@media only screen and (max-width: 992px){
  header .header-partner i a.nav-link{
    font-size: 1.1rem;
    line-height: 2.3;
  }

}

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

  .left .header-partner {
    display: none;
  }

  .show-mobile {
    display: inline-block; !important;
  }

  .hide-mobile {
    display: none !important;
  }

  .job-card-banner{
    padding-top: 70px;
    min-height: 350px;
  }

}


@media only screen and (max-width: 767px){
  .job-item-list li{
    display: block;
  }
  .job-item-list li .left {
    width: 100%;
  }
  .job-item-list li .right {
    width: 100%;
  }
  .custom-check{
    display: inline-block;
  }

  .mobile-w-100 {
    width:100%;
  }

  .cocoen {
    margin-bottom: 10px;
  }

  .hero-banner .s-title.job-card-title {
    font-size: 2rem;
    line-height: 3rem;
  }

  .job-card-banner p.job-card-text {
    font-size: 2rem;
    line-height: 3rem;
  }


}

/*.d-sm-none {*/
/*    display: none!important;*/
/*}*/

.enter-desktop-block {
  display: none;
}

@media only screen and (min-width: 992px){
  .featured-div .content .title {
    min-height: 82px;
  }

  .center-text-desktop {
    text-align: center;
  }

  .enter-desktop-block {
    display: block;
  }
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 1.7rem;
  }

  .job-item-list li .left p,
  .tab-pane,
  .tab-content p,
  .content p,
  .contact-item p,
  .contact-item p span,
  .sec-title + p{
    font-size: 16px;
    line-height: 2.8rem;
  }

  .hero-banner .s-title.job-card-title {
    font-size: 3rem;
    line-height: 6rem;
  }

  .job-card-banner p.job-card-text {
    font-size: 34px;
    line-height: 48px;
  }

}



.sec-title + p{
  margin:0;
  font-weight: normal;
  color: #555555;

}