/*
Theme Name: jet-simgo
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description:
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
--------------------------------------------------------------*/

/* Sidemenu */
.appointment-box {
    position: fixed;
    right: -400px;
    top: 0;
    width: 400px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .appointment-form-visible .appointment-box {
    right: 0;
  }
  .appointment-form-visible .appointment-box {
    right: -15px;
    opacity: 1;
    visibility: visible;
  }
  .appointment-box .inner-box {
    height: 100%;
    overflow-y: scroll;
  }
  .appointment-box .inner-box {
    position: absolute;
    background-color: #194c79;
    right: 0;
    padding: 80px 30px 30px;
    height: 100%;
  }
  .appointment-box input[type=submit] {
    background: #62c100;
    display: inline-block;
    border: 2px solid #194c79;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-shadow: 0 0 1px rgb(255 255 255 / 30%);
    white-space: nowrap;
    padding: 18px 62px;
    color: #fff;
}
  .appointment-box .inner-box .cross-icon {
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    height: 50px;
    width: 50px;
  }
  .appointment-form {
    position: relative;
  } 
  
  .appointment-box .wpcf7-spinner{
    position: absolute;
      left: 0;
      margin-top: 20px;
      z-index: 9;
  }
  
  .appointment-box .wpcf7 form.invalid .wpcf7-response-output{margin-top: 0px;}
  .appointment-box input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    margin: 0;
  }
  
  .appointment-box span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
    color: #fff;
  }
  
  .appointment-box .wpcf7 form.invalid .wpcf7-response-output
  {
    border-color: #f00;
    color: #fff;
  }
  #appointment-close span img{filter:invert(100%) sepia(0%) saturate(2%) hue-rotate(325deg) brightness(115%) contrast(101%);}
  
  .form-back-drop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000000b3;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .appointment-form-visible .form-back-drop {
    opacity: 1;
    visibility: visible;
  }
.signup-btn {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    height: 54px;
    position: fixed;
    right: -75px;
    top: 45%;
    background: #baa680;
    z-index: 99992;
    line-height: 54px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    cursor: pointer;
}
.signup-btn a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.signup-btn {
    width: 200px;
    height: 45px;
    position: fixed;
    right: -78px;
    top: 240px;
    line-height: 45px;
    transition: ease-in-out all 0.5s;
    -moz-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    -webkit-transition: ease-in-out all 0.5s;
}

/* Thank you page */

	
  .noscript-img {
    display: inline;
    height: 36px;
    margin: 0 auto;
    width: 34px;
    vertical-align: middle;    
}
  .noscript {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-top: 1px solid red;
    bottom: 0;
    float: left;
    font-size: 20px;
    left: 0;
    margin: 0 auto;
    min-height: 50px;
    padding: 10px 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 99999;
    color: #fff;
}

.woocommerce-terms-and-condition {
  display: none !important;
}