input.error{border-bottom:1px solid red;color:red;}
.reviews__btn-wrap{margin-top:20px;}
.thankh3{margin-bottom:10px;}
.center{text-align:center;}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  margin-top: 60px;
}
.white-popup img{max-width:100%;height:auto;cursor:no-drop!important;}
.dis_btn.btn.secondary{background-color:#ccc;border:1px solid #aaa;cursor:no-drop!important;}
.dis_btn.btn.secondary:focus .btn-circle, .dis_btn.btn.secondary:hover .btn-circle{background-color:#aaa;cursor:no-drop!important;}
.faces.medium .faces-item{width:70px;height:70px;}
.phonemob{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	#chat-widget-container{margin-bottom:40px;}
}

#popup_form_confi{
  max-width: 540px;
}

html{
  scroll-behavior: smooth;
}

	body.help_box_greyscale {
	  filter: grayscale(1) !important;
	}
	body.help_box_invert {
	  filter: invert(1) !important;
	}	
  .help-container{
    position: fixed;
    top: 120px;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(10,10,10,0.8);
    color: white;
    text-align:center;
    font-size:34px;
    line-height: 50px;
    z-index:99990;
    display: block;
  }
  .help-container-menu{
    display: none;
    width: 150px;
    background-color: gray;
    height: auto;
  }
  .help-container-menu.visible{
    display: block;
  }
  .help-container-menu .fa{
    margin: 0 5px;
    display: inline-block;
  }

  .help-container-menu ul{
    font-size: 14px;
    list-style: none;
    cursor: pointer;
  }

  .help-container-menu .fa-check{
    display: none;
    color: green;
  }

  .help-container-menu .checked .fa-check{
    display: inline-block;
  }

  .help-container-menu li:hover{
    background-color: #d3d3d3;
  }
  .help-container-menu li + li{
    border-top: 1px solid #b3b3b3;
  }
  .help_box_links a{border:1px solid red;}
  .help_box_readable *{font-weight: bold !important;}
  .help_box_increasing *{transform:scale(1.01);}
  .fa.fa-wheelchair:hover,.fa.fa-times:hover{cursor:pointer;}

.white-popup {
  width: 100%;
  max-height: 90vh;
}
.white-popup video{
  width: 100%;
  height: 85vh;
  object-fit: contain;
  object-position: center;
}

.intro__stats__item-big{font-size:38px!important;}