signup-btn.site-button { background-color: #000;}


/* scroll top btn css */
button.scroltop {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-color: #000;
    border-radius: 20px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000000;
    color: #000;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 26px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 999;
}
.frame button.scroltop{
	right:50px;
	bottom:50px;
}



/* 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: #000;
    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: 30px;
    width: 30px;
  }
  .appointment-form {
    position: relative;
  } 
  
  .appointment-box .wpcf7-spinner{
    position: absolute;
      margin-top: 15px;
      z-index: 9;
  }
  .appointment-box .wpcf7 form.invalid .wpcf7-response-output{ border-color: #f00; color: #fff; font-size: 15px; line-height: normal; margin: 0;}
  .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; font-size: 13px; 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: #364190;
    z-index: 9;
    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: 150px;
    height: 44px;
    position: fixed;
    right: -53px;
    top: 240px;
    line-height: 44px;
    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;
}


	
.signup-btn{top: 45%;}
.signup-btn a:hover{color: #fff;}
.appointment-box .form-group{margin-bottom:0;}
.appointment-box input:not([type=submit]) { margin-bottom:15px; border-radius: 0; /*background: transparent; border: 1px solid #000; */color: #000; height: 48px; font-size: 16px;}
.appointment-box textarea { margin-bottom: 20px; border-radius: 0;/* background: transparent; border: 1px solid #000;*/ color: #000;  height: 160px; font-size: 16px;}
.appointment-box .form-control::placeholder{color: #000;}
.appointment-box .form-control:focus, .appointment-box textarea:focus{box-shadow: inherit;} 
.appointment-box input[type=submit]{background: #e32156; padding: 10px 30px; border-radius: 0; border: none; left: 0; top: 0;}



@media  (max-width:767px) {
    .appointment-box input:not([type=submit]), .appointment-box textarea { font-size: 15px;}
    .signup-btn{width: 120px; height: 34px; line-height: 30px; right: -43px;}
    .signup-btn a{font-size: 15px;}}

@media only screen and (max-width: 1024px) {
    .frame {padding:0;}
    .frame button.scroltop{right:15px;bottom:15px;}}
