html .formcraft-css .fc-form .form-element.error-field .form-element-html .checkbox-cover > div{
  border: none;
}

#steps-wrapper[data-step="1"]{
  border-radius: 5px 5px 0 0;
}

.UpdateResaForm{
  margin-top: 50px;
  display: none;
}

.UpdateResaForm .title-wrapper{
  display: none;
}

.pagination-wrapper{
  text-align: center;
  margin-bottom: 25px;
}

#steps-header{
  margin-bottom: 50px;
}

.is-link1 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #303030;
  line-height: 1;
  padding-right: 20px;
  position: relative;
}
.is-link1 span{
  padding-bottom: 5px;
  border-bottom: 3px solid #be2a54;
 }
 .is-link1:after {
  content: "\e90d";
  font-family: 'voguish' !important;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #be2a54; 
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}


  .is-link1.is-white:after {
    color: #fff;
  }

  .is-link1.is-active:after {
    -webkit-transform-origin: 50% 30%;
        -ms-transform-origin: 50% 30%;
            transform-origin: 50% 30%;
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
  }

  body[data-step="3"] .ui-datepicker{
    margin-top: 0;

  }

  .ui-datepicker-year{
    width: 60px;
    margin-left: 10px;
    padding: 5px;
    background: #333;
    color: white;
    display: inline-block;
  }


  .close {
    position: absolute;
    right: -32px;
    top: -32px;
    width: 32px;
    height: 32px;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
  }
  .close:hover {
    opacity: .5;
  }
  /*.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #FFF;
  }
  .close:before {
    transform: rotate(45deg);
  }
  .close:after {
    transform: rotate(-45deg);
  }*/

  #site-footer-lower{
    display: none;
  }




  #steps-content .main .option-row .radio-wrapper {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    width: 20px; }
    #steps-content .main .option-row .radio-wrapper input[type="radio"] {
      width: 20px;
      height: 20px;      
      opacity: 0;
      visibility: hidden;
      display: none; }
    #steps-content .main .option-row .radio-wrapper::before {
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background: white;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  #steps-content .main .option-row.is-active .radio-wrapper::after {
    content: "";
    background: #be2a54;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }


  #steps-content .main .multiChoices{

    background:#f1f2f2;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 10px;
  }

  #steps-content .main .multiChoices .option-row{
    background: none;
    border-radius:0;
    margin-bottom: 20px;
    padding: 0;
  }

  #steps-content .main .multiChoices .option-row:last-child{
    margin-bottom: 0;
  }


  #steps-content .main .option-row .is-flexbox div:first-child{
    max-width: 68%;
  }

  /* #steps-content .main .options-cat > h6{
    font-size: 12px;
  } */

  #steps-content .main .option-row h6{
    font-size: 13px;
  }
  
  #steps-content .main footer > .row:before{
      content:"";
      border-top:1px solid #e6e6e6;
      padding-top:35px;
      margin:0 auto;
      width:calc(100% - 50px);
  }
  
  #steps-content .main footer{
      border:none;
      padding-top:0;
  }
  
  
   .service.has-bkg-img{
    background-size:80%;
  }
  .service .service-text{
    padding-top: 50px;
    transform: none;
  }
  
  #homeslider{
      margin-bottom:50px;
  }
  
  .resaConfMsg{
      
       border-bottom:1px solid #e6e6e6;
       margin:0 0 50px;
       padding-bottom:100px;
  }
  
  
  .loader {
  background: url("../img/loader.gif") 0 0 no-repeat;
  display: block;
  width: 42px;
  height: 42px;
  margin: 100px auto; }
  
  @media (max-width: 768px) {
      #homeslider .is-slide .slider-content{
          width:80%;
          left:50px;
      }
      
      .timeList{
        padding:15px 10px;
        top:37px;
          
      }
      .timeList a span{
          font-size:16px;
      }
      
      .ui-datepicker{
          margin-top:57px;
      }
      
      .resaConfMsg{
          padding-bottom:50px;
      }
      
      #step3 label[for!="cgu"]{
          display:none;
      }
      
       html .formcraft-css .fc-form .form-element .form-element-html .main-label{
          display:none;
      }
      #steps-content .main .option-row{
          padding:10px 15px;
      }
      
      #steps-content .main .option-row .is-flexbox div:first-child{
        width:50%;
      }
      
      #webcallback-wrapper #the-webcallback{
          width:85%;
      }
      
      .service.has-bkg-img{
          background:none !important;
      }
      
  }