@font-face {
font-family: "OpenSans-Semibold";
src: url(../fonts/OpenSans-Semibold.ttf);
}
@font-face {
    font-family: "OpenSans-Regular";
    src: url(../fonts/OpenSans-Regular.ttf);
  }
  @font-face {
    font-family: "Lato-Medium";
    src: url(../fonts/Lato-Medium.ttf);
  }
.cover{
width: 100%;
min-height: 70%;
float: left;
padding: 40px 0px 40px 0px;
margin-top:90px;
margin-left: -7px;
position: relative;
}
.form-div{
width: 37%;
min-height: 20px;
padding: 15px 40px 15px 40px;
float: left;
margin-left: 32%;
background: white;
box-sizing: border-box;
box-shadow: 0 1px 5px rgba(57,73,76,0.35);
}
@media (max-width: 991px){
.form-div{
width: 50%;
margin-left: 25%;
}  
}
@media (max-width: 664px){
.form-div{
width: 80%;
margin-left: 13%;
}   
}
.cover h2 {
font-size:23px;
letter-spacing: 0.02rem;
font-weight: 600;
line-height: 1.22;
float: left; 
width: 100%;
margin-bottom: 13px;
}
.required{
 color:red;
 font-size: 14px;
}
 label{
line-height:10px;
display:block;
margin-bottom: 8px;
margin-top: 15px;
width:100%;
font-weight: 500;
font-size:14px;
color: #222;
letter-spacing: 0.3px;
font-family: "OpenSans-Semibold";
}
 ::placeholder{
font-size: 13px;
color: #949292;
font-weight: 400;
}
.cover input {
display: block;
width: 100%;
min-height: 40px;
height: 40px;
padding: 10px 10px;
border: 1px solid #dedede;
border-radius: 2px;
color: #222;
background-color: #fff;
background-image: none;
background-clip: padding-box;
font-size: 14px;
outline-style: none;
font-weight: normal;
}
.cover input[type=submit]{
display: block;
width: 100%;
height: 37px;
padding: 5px 10px 5px 10px;
border: 1px solid #146aff;
border-radius: 2px;
color:white;
background: #146aff;
font-size: 16px;
float: left;
letter-spacing: 0.3;
margin-top: 20px;
text-align: center;
margin-bottom: 12px;
outline-style: none;
font-weight: normal;}
.cover button{
display: block;
width: 100%;
height: 37px;
padding: 6px 10px 6px 10px;
border: 1px solid #146aff;
border-radius: 2px;
color:white;
background: #146aff;
font-size: 16px;
float: left;
margin-top: 15px;
text-align: center;
margin-bottom: 10px;
outline-style: none;
font-weight: normal;}
.cover button i{
float: left;
color: white;
padding-top: 3px;
}
.cover h6{
height: 1px;
width: 100%;
float: left;
background: #E0E0E0;
margin-bottom: 15px;
margin-top: 15px;
}
.cover h3{
font-size: 16px;
color: #333;
text-align: center;
display: block;
font-weight: 500;
font-family: "Lato-Medium";

}
.cover h3 a{
color: #146aff;
text-decoration: none;
font-size: 16px;
font-weight: 500;
font-family: "Lato-Medium";
}
.cover h3 a:hover{
color: #146aff;
text-decoration: none;
}
.m{
float: left;
font-size: 14px;
display: block;
width: 100%;
margin-top: 0px;
height: 30px !important;
margin-bottom: 0px;}
.m a{color: black;
text-decoration: none;
outline-style: none;
font-size: 14px;
letter-spacing: 0.3px;
font-weight: 500;
font-family: "OpenSans-Regular";}
.m a:hover{
text-decoration: none;
color: #146aff;
outline-style: none;
outline-style: none;
}
.modal-login .modal-content {
border-radius: 1px;
border: none;
width: 460px;
margin-top: 120px;
margin-left:12%;
}
.modal-login {
width: 100px;
height: 30px;
 }
.modal-login .modal-content {
border-radius: 1px;
border: none;}
.modal-login .modal-header {
position: relative;
height: 60px;;
justify-content: center;
background:#146aff;
text-align: center;}
.modal-login .modal-footer {
background: #f2f2f2;
}
.modal-login label {
font-weight: normal;
font-size: 15px;
margin-left: 0px;
margin-top: 25px; }
.modal-login .form-control, .modal-login{
min-height: 8px;
border-radius: 2px; }
.modal-login .close {
position: absolute;
top:15px;
color: white;
outline-style: none;
right:15px;
opacity: 1;}
.modal-login .close:hover{
color: white;
text-decoration: none;
opacity: 1;
}
.modal-login .btn {
min-height: 38px;
border-radius: 0px; 
width: 430px;
float: left;
margin-top: 10px;
margin-bottom: 15px;
border-color: #146aff;
background:#146aff;}
.modal-login .btn:hover, .modal-login .btn:focus {
background:#146aff;}
.modal-login .hint-text a {
color: #999;}
.trigger-btn {
display: inline-block;
margin: 100px auto;}
.modal-title{
color: white;
}



.client{
  width: 100%;
  float: left;
  min-height: 10px;
  position: relative;
  padding: 50px 0px 30px 0px;
  margin-top: 45px;
}

.client-contact{
width: 50%;
min-height: 20px;
padding: 15px 40px 15px 40px;
float: left;
margin-left: 20%;
background: transparent;
}
.client  .client-contact input{
background-color: white;
box-shadow: 0 1px 5px rgba(57,73,76,0.18);
border-radius: 50px;
width: 100%;
height: 45px;
border: none;
margin-bottom: 30px;
padding-left: 20px;
color: #000;
}
.client .client-contact textarea{
background-color: white;
box-shadow: 0 1px 5px rgba(57,73,76,0.18);
border-radius: 50px;
width: 100%;
height: 60px;
border: none;
margin-bottom: 30px;
padding-left: 30px;
color: #000;
min-height: 200px;
border-radius: 30px;
padding-top: 20px;
padding-right: 20px;
resize: none;
}
.client .client-contact .submit-button {
background-image: -webkit-linear-gradient(0deg, #146aff 0%, #38eaf9 100%);
font-size: 20px;
font-family: "OpenSans-Semibold";
color: #fff;
border-radius: 50px;
padding: 5px 30px 5px 30px;
text-transform: uppercase;
padding-right: 5px;
display: inline-block;
text-transform: uppercase;
box-shadow: none;
border: none;
text-decoration: none;
outline-style: none;
font-weight: 500;
text-decoration: none !important;
}
.client .submit-button .fa {
background: #fff;
border-radius: 50%;
height: 28px;
width: 28px;
color: #37eaf9;
font-size: 20px;
text-align: center;
padding-top: 5px;
margin-left: 15px;
float: right;
}
@media (max-width: 650px) {
.headers{
padding-left: 0.5%;
padding-right: 0.5% !important;
}
.logo{
width: 15%;
 margin-right: 10%;
} 
.right{
width: 28%;
margin-top: 25px;
margin-right: 2%;;
 }
 .image{
width: 30%;
float: left;
margin-top: 25px;
}
.image img{
width: 25px;
height: 25px;
margin-right: 3%;}
.name{
font-size:14px;
font-weight: 600;
}
.email{
font-size: 12px;
font-weight: 400;
margin-left: 24%;
font-style: italic;;
}
.nav a{
font-size:18px;
margin-right: 8%;
}
.client{
min-height: 10px;
margin-left:2%;
margin-right: 2%;
}
table{
width: 50%;
}
th{
padding: 5px;
font-weight: 500;
font-size: 14px;
}
td {
padding: 3px;
font-size: 13px;
font-weight: 400;
}
}
@media (max-width: 490px) {
.client{
min-height: 10px;
margin-left:2%;
margin-right: 2%;
margin-top: 140px;
}
.client-contact{
width: 90%;
margin-left: 0px;
padding: 15px 10px 15px 10px;
}
} 
