#contact-section{scroll-margin-top:120px;}
#fs-frm{margin-bottom:20px;margin-top:40px;}
option{ font-weight:400!important; font-family: 'Inter', sans-serif!important;}
/* reset */
#fs-frm input,
#fs-frm .nice-select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm #card-element:disabled {
  font-size: 100%;
  border: 1px solid #666;
  border-radius: 0;
  display: block;
  width: 100%;
  margin: 0 0 25px 0;
}
#fs-frm legend,
#fs-frm ::placeholder {
	color:#878787;
	opacity:1;
  display: block;
  background:#fff;
	font-size:1em;
	font-family:'Inter'!important;
}
#fs-frm label {
	opacity:1;
  display: block;
  font-weight:normal;
	font-size:1em;
	text-transform:lowercase;
	font-variant:small-caps;
}
#fs-frm input,
#fs-frm textarea,
#fs-frm #card-element {
  background:#fff;
  box-sizing:border-box;
  padding: 20px 10px;
  height:46px;
  color:#1e1e1e;
  font-family: 'Inter', sans-serif;
}
#fs-frm .nice-number {width:100%!important;}
#fs-frm .nice-number input{width:100%!important;text-align:left!important;display:block!important;border-left:none;border-right:none;}
#fs-frm .nice-number button{height:46px!important;box-sizing:border-box!important;padding:10px!important;margin:0 0!important;  border: 1px solid #666;background:#FFF!important;color:var(--blue)!important;}
#fs-frm .nice-number button:hover{ border: 1px solid #666;color:#fff!important;background:var(--blue)!important;}


#fs-frm .nice-select .option {min-height:0px!important;}
#fs-frm .nice-select{
	color:#1e1e1e;
  background:#fff;
  padding-top:3px;
  box-sizing:border-box;
  border-radius:0!important;
  height:46px;
  font: 'Inter', sans-serif!important;
}

#fs-frm input#date{height:46px;padding:0 10px;background:#fff;}

#fs-frm textarea#message{height:auto!important;margin-bottom:0;padding-top:10px;}

#fs-frm input:focus,
#fs-frm .nice-select:focus,
#fs-frm textarea:focus {
outline:none;
border:1px solid var(--blue);
color:#1e1e1e!important;
box-sizing:border-box;
}
#fs-frm input  {
  width: 100%;
}
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
	width:auto;
float:left;
margin-right:15px;
height:auto;
display:inline-block;
background:var(--blue);
  color: #fff;
  padding:  12px 45px;
  text-transform:uppercase;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid transparent;
  font-family: 'Inter', sans-serif;
}
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus,
#fs-frm [type="button"]:hover,
#fs-frm [type="submit"]:hover,
#fs-frm [type="reset"]:hover,
#fs-frm [type="button"]:active,
#fs-frm [type="submit"]:active,
#fs-frm [type="reset"]:active
 {
	 color:var(--blue);
	background:transparent;border:1px solid var(--blue);
  outline: none;
}
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
	margin-top:25px;
  margin-bottom: 0;
}