
body{
    font-family: "Raleway", sans-serif;
}


.info_form{
    margin:20px 0!important;
    /* font-weight: 500; */
    line-height: 1 !important;
    font-size: 15px !important;
}

.info_form p,
.info_form label{    
	line-height: 1 !important;
    font-size: 15px !important;
}


.info_form .label_heading{
    font-weight: 500;
    display: block;
    margin-bottom: 14px;
    line-height: 1;
}

.info_form .info_checkbox{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
}

.info_form input[type="checkbox"],
.info_form input[type=radio] {
    /* border: 1px solid #BFC3C8; */
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: #f2f2f2;
    position: relative;
}

.info_form input[type="checkbox"]::before,
.info_form input[type=radio]::before{
    content: "";
    position: absolute;
    background-color: #B94A48 !important;
} 

.info_form .info_item{
    min-width: 32%;
    margin-bottom: 10px;
}

/* .info_form .form-check.form-check-inline {
    margin-right: 50px;
} */

.info_form .form-check-label {
    line-height: 1;
    font-size: 15px;
}

.info_form .form-group {
    margin-bottom: 0;
}

.info_form .star{
    color: #B94A48;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    font-size: 30px;
}

.info_form .form_label{
    /* font-weight: 500; */
    display: block;
    line-height: 1;
}

.info_form span.form_label{
    margin-bottom: 14px;
}

.info_form .form-check-label a{
    color: #E87722;
}

.info_form .form-check-label a:hover{
    color: #808080;
}

.info_form small.form-text {
    color: #666666;
    margin-top: -0.4rem;
    font-size: 14px;
}

.info_form .form-control {
    background: #f2f2f2;
    /* border: 0; */
    /* height: 40px; */
}

.info_form .form-control:focus{
    background: #f2f2f2;
    /* border: 0; */
    /* height: 40px; */
    box-shadow: none;
}
.info_form .wpcf7-list-item{
	min-width: 32%;
}
    
.info_form .info-border{
    border-bottom: 1px solid #666666 !important;
}

.info_form .info-head h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #395382;
    letter-spacing: 0.4px;
    margin: 0;
    text-transform: uppercase;
}

.info_form .info-head h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    margin: 0;
    text-transform: uppercase;
}

.info_form .form-group small {
    display: inline-block;
}


@media( max-width: 991px ) {
    .info_form .info_item,
.info_form .wpcf7-list-item{
        min-width: 46%;
    }
}

@media( max-width: 575px ) {
    .info_form .info_item,
.info_form .wpcf7-list-item{
        min-width: 100%;
    }
}
 

/* .wpcf7 textarea.form-control {
    height: auto;
    min-height: 100px;

} */


.inner-pg{
    padding: 0!important;
}