
.about-content {
    background-color: #ffffff;
}
.about-content .content .title {
    font-size: 20px;
    font-weight: bold;
    border-bottom : 2px solid #00245e;
}
.about-content .form-contact .mandatory{
    background: #A03131;
    color: #FDFCFA;
}
.about-content .form-contact .name{
    font-weight: bold;
}
.about-content .form-contact .bb{
  border-bottom : 1px solid black;
}
.b-dashed { border-bottom: 1px dashed #999999;}
.label-left .nf-after-field {margin-left: 28% !important;}
.nf-after-form-content {display: none;}
.lb-tel {margin-right: 50px;}
.nf-field-label {
    position:relative;
    padding-left: 60px;
    width: 28% !important;
    text-align: left !important;
}
.nf-field-optional {
    background-color: #898989;
    padding: 0px 8px;
}
.nf-field-required {background-color: #A03131; padding: 0px 8px;}
.nf-field-description {
    color: #fff;
    position: absolute;
    top: 7px;
    left: 0px;
    width: auto !important;
    margin-left: 0px !important;
}

.ninja-forms-req-symbol { display: none;}
.nf-before-form-content { display: none;}
.nf-field-element input[type=text] { width: 60%;}
.nf-field-element input[type=tel] { width: 60%;}
.nf-field-element input[type=email] { width: 60%;}
.nf-field-element input[type=number] { width: 100px;}

.nf-field-element ul {display: flex;}
.nf-field-element ul li label {padding-right: 30px; margin-bottom: 0;}
.nf-field-label label {padding: 3%;}

.submit-contact {
    background: #00245E;
    color: #fff;
    border: none;
    padding: 7px 15px;
    font-weight: 500;
}
.submit-contact:hover { cursor: pointer;}

@media (min-width:768px){
    .about-content .form-contact .bb .mana{
        width: 320px;
    }
}
@media (max-width:768px){
    .about-content .content .title{
        font-size: 16px;
    }
    .service-content .d-flex {
        font-size: 9px;
    }
    .nf-field-element {width: 100% !important;}
    .nf-form-layout {margin: 0px 15px !important;}
    .nf-field-label {width: 65% !important; margin-bottom: 10px !important;}
    .nf-field-description {
        top: 0px;
        width: auto !important;
        margin-left: 0px !important;
    }
    .nf-field-element input[type=text] {width: 100% !important;}
    .nf-field-element p {text-align: center; padding: 0px !important;}
    .txt-center {text-align: center !important;}
    .contain-submit-contact {text-align: center;justify-content: center;}
    .lb-tel {margin-right: 44px;}
    .label-left .nf-after-field {margin-left: 0px !important;}

}
.about-content .form-contact .dropdown .btn{
    text-align: left;
}
.about-content .form-contact .dropdown  .dropdown-menu {
    background-color: #DDDDDD;
    width: 100%;
}
.about-content .form-contact .dropdown-body{
    width: 100%;
}
.about-content .form-contact .dropdown .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.2255em;
    border-top-color: rgb(160, 50, 49);
}
.about-content .form-contact .dropdown .dropdown-menu .dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #DDDDDD; 
}
.about-content .form-contact .dropdown .dropdown-menu .dropdown-item.active:before{
    content :' \f00c';
    font-family: Fontawesome;
    position:absolute;
    left: 0;
}
.about-content .policy-accept button{
    border: none;
    padding: 0;
    background: #0e72ab;
    outline: none;
    border-radius: 4px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    display: block;
    width: 300px;
    margin: 0;
    position: relative;
}
.about-content .policy-accept button:hover{
    opacity: 0.8;
}
.about-content .policy-accept button{
    border: none;
    padding: 0;
    background: #0e72ab;
    outline: none;
    border-radius: 4px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    display: block;
    width: 300px;
    margin: 0;
    position: relative;
    transition: opacity .3s;
}
.about-content .policy-accept button::after{
    content: "\f178";
    color: #fff;
    position: absolute;
    top: 50%;
    right: 1em;
    font-family: Fontawesome;
    transform: translateY(-50%);
    pointer-events: none;
}

@media (max-width:540px) {
    .nf-form-layout {
        margin: 0 !important;
    }
}