body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
 height: 30px!important; 
}
  
  

@media(max-width: 1365px) {
	.pull-tab{
		display:none;
	}


}


.pull-tab {
	 font-family:'Raleway', Arial, sans-serif;    
    color: #ffffff;
    position: fixed;
    top: 10%;
    right: -485px;
    width: 485px;
    height: auto;
    background: #007CBA;
    box-shadow: 0px 0px 100px 0px rgba(74, 74, 74, 0.35);
  padding:80px 50px 40px 40px;
    border-radius: 0px;
    transition: 0.3s all;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
	z-index:99999999;
	
}
@media(min-width: 768px) {
    .pull-tab { top: 133px; }
}
.pull-tab.tabbed { right: 0px; transition: 0.3s all; }
.pull-tab .tab {
	 font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-family:'Raleway', Arial, sans-serif;    
  
    padding: 20px 30px;

    cursor: pointer;
    color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: absolute;
        left: -131px;
    top: 30%;
    background: #007CBA;
    text-align: center;
  
  
    
    letter-spacing: 1px;
 
    width: auto;
    height: auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
}

.formwrap{
	position:relative;
}


.formwrap label{
  color:#ffffff !important;
  font-size:16px !important;
}
.hs_email label,
.hs_firstname label,
.hs_lastname label,
.hs_phone label,
.hs_subject label,
.hs_message label
}
.hs_email input,
.hs_firstname input,
.hs_lastname input,
.hs_phone input,
.hs_subject input,
.hs_message textarea,
.hs_subject select{
  border-radius:20px;
  font-size:14px !important;
}
/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  color: #7f7f7f;
  opacity: 1; 
}
:-moz-placeholder { /* Firefox 18- */
  color: #7f7f7f;
  opacity: 1; 
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7f7f7f;
  opacity: 1;
}
:-ms-input-placeholder { /* IE10 */
  color: #7f7f7f;
  opacity: 1; 
}
.formwrap .hs-form-field{
  margin-bottom:10px !important;
}
.formwrap select {
  color: #444;
}
.formwrap  ul.inputs-list{
  margin:0;
}
.formwrap h4 {
  font-size: 20px;
  line-height: 1.5em;
  color: #ffffff !important;
}
.formwrap h4.phonenumber{
  font-family:'Roboto Condensed', Arial, sans-serif;
	font-weight:bold;
}
.formwrap  .hs-button.primary{
    line-height: 1.5em;
    box-sizing: border-box;
    text-decoration: none;
    background: #FA4616;
    border-radius: 30px;
    display: inline-block;
    color: #ffffff;
    padding: 10px 20px;
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
}
.formwrap textarea {
    min-height: 60px !important;
}
.formwrap  .hs-button.primary:hover{
  background:none;
  color:#e1f4f1;
}
.icon-close {
  width:20px;
  height:20px;
  right: 0px;
    top: -51px;
  transition: right .6s ease-in-out;
  cursor: pointer !important;
  position:absolute;
}
.icon-close img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition:         transform .8s ease-in-out;
}
.icon-close img:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 1066px) and (max-width:1400px) {
  .icon-close{
    top:8px;
  }
}