#contact .form-group.alice{ display: none; }
#contact .form-box .row{
    margin-left: -10px;
    margin-right: -10px; }
#contact .form-box .form-col{ padding: 0 10px; }
#contact .form-box .form-group{
    padding: 0;
    margin-bottom: 20px; }
#contact .form-box .form-control { height: 40px; }
#contact .form-box textarea.form-control { height: 220px; }
#contact .form-box .form-col.last{ text-align: center; }
#contact .form-box .ptd,
#contact .form-box .submit{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px; }
#contact .form-box .submit button{
    float: inherit;
    width: 200px; }
#contact .form-box .submit .sending{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0170a5;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase; }
#contact .form-box .submit .sending img{
    width: 24px;
    position: relative;
    top: -2px;
    margin-right: 10px; }
#contact .form-box .ptd .checker{
    float: left;
    margin-top: 6px; }
#contact .form-box .ptd .checker span { top: 0px; }
#contact .form-box .ptd label {
    color: var(--gray-color);
    padding-left: 10px;
    float: left;
    font-weight: 400; }
#contact .form-box .ptd label a {
    font-weight: 700;
    color: #696969; }

/* Forms */
.form-control {
    padding: 0 15px;
    height: 36px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #d8d8d8;
    color: #212121;
    line-height: 1;
    border-radius: 0; }
.form-control:focus { border-color: #e16400; }
textarea.form-control {
    padding-top: 15px;
    padding-bottom: 15px; }

/* Buttons */
.button-container{
    position: relative;
    overflow: hidden;
    margin-bottom: 0; }
.btn-default{
    color: #fff;
    background: #e16400;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    line-height: 20px;
    padding: 9px 20px 11px 20px;
    float: left;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    cursor:pointer;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
.btn-default:hover,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: #004f94;
    color: #212121; }
.small-btn{ width: 150px; }
.medium-btn{ width: 250px; }
.large-btn{ width: 300px; }
.full-btn{ width: 100%; }
.right-btn{ float: right; }
.little-btn{
    padding: 8px 15px;
    font-size: 14px; }
.no-available,
.no-available:hover{
    cursor: not-allowed;
    background: #d8d8d8 !important;
    color: #696969 !important; }
.gray-btn{
    background: #d8d8d8;
    color: #696969; }
.black-btn{ background: #252525; }
.yellow-btn{ background: #efbf07; }
.radius-btn{ border-radius: 20px; }
.btn-default i.left{ padding-right: 8px; }
.btn-default i.right{ padding-left: 8px; }
.btn-default.disabled{ display: none; }

.btn-line{
	color: #696969;
    text-decoration: underline;
    font-weight: 600;
 	float: left; }
.btn-line:hover{ color: #e16400; }
.btn-line i{
    font-size: 12px;
    position: relative;
    top: 1px; }
.btn-line.right i{ padding-left: 8px; }
.btn-line.left i{ padding-right: 8px; }
