.make_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.rf_flield_style, .rf_textarea_style {
    background: transparent;
    border: 1px solid #000;
    margin-bottom: 16px;
    padding: 10px 10px;
    font-size: 14px;
    width: 100%;
    color: #000;
    outline: none !important;
    font-family: 'MontserratRegular';
    font-weight: 700;
    letter-spacing: 1px;
}
.rf_textarea_style {
    height: 100px; resize: none;
}
p.lableforfield {
    margin-bottom: 4px;
    font-size: 16px;
}
.rf_separator {
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    width: 90px;
}
.rf_btn_style {
    color: #101820 !important;
    border: 2px solid #101820;
    font-family: 'MontserratRegular';
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.rf_btn_style:hover {
    background-color: #2193cf !important;
    text-decoration: none;
    color: #fff !important;
    border-color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.refer_section {
    padding: 80px 0px;
}
.refer_section h1 {
    font-family: 'MontserratMedium';
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
}
.refer_section p, .refer_section li {
    font-size: 18px;
}
.refer_section li {
    margin-bottom: 16px;
}
.refer_section ul {
    list-style: disc;
    padding: 10px 0 10px 18px;
}
.refer_section h2 {
    font-family: 'MontserratMedium';
    font-size: 35px;
    font-weight: 500;
    line-height: 1.1;
    margin:0 0 15px;
}
.refer_section .nex-bottom-line:after {
    border-bottom: 2px solid #000;
    left: 50%;
    transform: translateX(-50%);    
}
.ReferralForm {
    padding-top: 40px;
}
.refer_section .wpcf7-not-valid-tip {
    margin-bottom: 12px;
    font-size: 16px;
}
@media (max-width: 767px) {
    .make_flex { display:block; }
    .refer_section .nex-bottom-line:after { left:0; transform:unset; }
    .refer_section { padding: 40px 0px; }
    .ReferralForm { padding-top:20px; }
    .refer_section p, .refer_section li { font-size:16px; }
    p.lableforfield, .rf_btn_style { font-size:14px; }
    .refer_section h1 { font-size:30px; }
    .refer_section h2 { font-size:25px; }
}