/**
	Creator: Marsus.com
**/

/* Contact CSS */
.contact {
    margin-bottom: 50px;
}

.contact .fa {
    font-size: 12px;
    color: #8e8e8e;
    width: 24px;
    text-align: center;
}

.contact .fa-phone {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.contact .map {
    height: 300px;
    margin-bottom: 20px;
}

.contact .info a {
    font-size: 15px;
}

.form .form-group {
    margin-bottom: 1.5rem;
}

.form-header {
    text-align: center;
}

.form-header h2 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 5px;
}

.form-header h3 {
    font-weight: 400;
    font-size: 14px;
    color: #909090;
}

.form label {
    font-size: 11px;
    color: #929292;
}
#bdate{
    cursor: pointer;
}
.gj-datepicker .input-group-append{
    display: none !important;
}

.form input,
.form textarea {
    font-size: 14px !important;
    padding: 0.7rem 0.75rem;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
.lds-ring {
    display: none;
    position: relative;
    width: 21px;
    height: 11px;
    top: -8px;
    right: -10px;
}
.lds-ring.show{
    display: inline-block;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    margin: 3px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}