body {
    font-family: Calibri;
}

header .logo-img {
    width: 15%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}
.col-form-label {
    font-size: 18px;
    font-weight: bold;
}

.heading_design_green {
    color: #fff;
    background-color: #25aa71;
    font-size: 34px;
    padding: 15px 0;
    line-height: 34px;
    margin: 21px 0;
    font-weight: bold;
}

.main-container p {
    font-size: 20px;

}

.heading_design_blue {
    color: #fff;
    background-color: #1f497d;
    text-align: center;
    font-size: 24px;
    padding: 8px 0;
    line-height: 28px;
    margin: 21px 0;
    font-weight: bold;

}
.heading_design_red {
    color: #fff;
    background-color: red;
    text-align: center;
    font-size: 24px;
    padding: 8px 0;
    line-height: 28px;
    margin: 21px 0;
    font-weight: bold;

}

.heading_design_section_green {
    color: #fff;
    background-color: #25aa71;
    font-size: 26px;
    padding: 15px 15px;
    line-height: 28px;
    margin: 21px 0;
    font-weight: bold;
}
.address_custom {
    max-width: 185px;
    flex-basis: 200px;
}
.textarea_custom {
    width: 85%;
}
.section_4 legend, .section_5 legend {
    font-size: 24px;
    line-height: 28px;
}



.section_4  .custom-control-label::before, .section_4 .custom-control-label::after, .section_5  .custom-control-label::before, .section_5 .custom-control-label::after{
    width: 1.5rem;
    height: 1.5rem;
}

.section_4  .form-check, .section_5  .form-check {
    position: relative;
    display: block;
    padding-left: 3.25rem;
    font-size: 22px;
    cursor: pointer;
}

.section_4  .custom-control-label {
    margin-bottom: 0;
    cursor: pointer;
    
}

.section_4 .row {
    margin-bottom:30px;
}

.background_information {
    height: 350px;
} 

.section_6 h5 {
    font-size: 24px;
    font-weight: bold;
}

.section_7  .custom-control-label::before,  .section_7 .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}

.section_7 .custom-checkbox {
    cursor: pointer;
}
.section_7 .col-form-label  {
font-size:  24px;
font-weight: bold;
line-height: 26px;

}

 h5 {
  
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 30px;

}
.form_submit {
    text-align: center;
    margin: 10px auto;
}
.form_info .heading_design_green_light {
    background-color: #79e3b6;
    color: #fff;
    letter-spacing: 6px;
    text-align: center;
    padding: 4px 0;
    font-size: 31px;
    margin-bottom: 0;
}

.form_info .inner_content  {
    background-color: #24ab72;
    padding: 15px;
    color: #fff;
  
}
.form_info .inner_content h4 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
}
.form_info .inner_content p {
    font-size: 22px;
    line-height: 26px;
}
.form_info .inner_content  a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .heading_design_green { 
        font-size: 26px;
    }
    .heading_design_blue {
        font-size: 20px;
        line-height: 22px;
    }
    .heading_design_section_green {
        font-size: 20px;
        line-height: 24px;
    }
    .textarea_custom {
        width: 100%;
        padding: 0 15px;
    }
    .section_4 legend, .section_5 legend {
        font-size: 17px;
        line-height: 19px;
    }
    .background_information {
        height: 200px;
    }

    .section_6 h5 {
        font-size: 20px;
        font-weight: bold;
        line-height: 21px;
    }

    .section_7 .col-form-label {
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
    }
    h5 {
        font-size: 18px;
        line-height: 21px;
    }

    .form_info .heading_design_green_light {
        padding: 7px 0;
        font-size: 21px;
        
    }

    .form_info .inner_content p {
        font-size: 18px;
        line-height: 21px;
    }
    .form_info .inner_content h4 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 0;
    }
    .form_info .inner_content a {
        color: #fff;
        font-size: 17px;
    }
    
}