.mtb150 {
    margin-top: 150px;
    margin-bottom: 150px;
}
.mb200{
    margin-bottom: 200px !important;
}
.contact-title{
    font-weight: 600;
    margin-bottom: 20px;
}
.margin-tb-150-0{
    margin-top: 150px !important;
    margin-bottom: 0px !important;
}
.mb-1rem{
    margin-bottom: 1rem !important;
}

.contact-header{
    color: #c12633;
    margin-bottom: 10px;
}
.white {
    color: white;
}
.border-radius-5{
    border-radius: 5%;
}
.text-align-center {
    text-align: center;
}
.contact-hr{
    border: 1px dotted #c12633;
}
.contact-paragraph a{
    color: #666;
}
.contact-paragraph a:hover{
    color: #666;
}

.contact-list-item{
    margin-left: -15px;
}

.par-weight-500 h5{
    font-size: 1.1em !important;
}

.par-weight-500 p {
    font-weight: 500 !important;
    color: #666;
}

.par-weight-500 li {
    font-weight: 500 !important;
    color: #666;
}


.input-box {
    margin-bottom: 20px;
    position: relative;
}

.font-size-25{
    font-size: 25px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.contact-form {
    margin-top: 20px  !important;
}
.contact-form-button {
    border-radius: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    border: 0;
    border: 1px solid #c12633;
    background: #c12633;
    cursor: pointer;
    height: 45px;
    color: #fff;
}

.input-box label {
    display: block;
    font-size: 14px;
    margin-bottom: 0px !important;
    font-weight: bold;
    color: #c12633;
}

.g-recaptcha {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}