input[type="text"], textarea {
    background-color : rgb(255, 255, 255); 
    border-radius: 5px
}
#exampleFormControlTextarea1{
    background-color: rgb(255, 255, 255);
}
.check-label-custom {
    color : rgb(255, 255, 255) !important; 
}

h4, p{
    text-align: center
}

/* INPUT RADIO */
.persontype{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.person{
    margin: 0 50px 2px 0 ;
}

/* INPUT RADIO */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 26px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #b30000de;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* END INPUT RADIO */

.info::after{
    content: "";
    display: block;
    width: 120px;
    height: 3px !important;
    background: currentColor 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.contact-form{
    border-radius: 10px;
    /* background: linear-gradient(81deg,#b00000, #600000); */
    background: linear-gradient(81deg, #600000fa, #b30000de),  url('../img/woman-with-phone.jpg') 0px -120px; 
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -5px 5px 15px 0 #00000085;
    padding: 1.5rem 0;
}
iframe{
    border-radius: 5px;
    width: 100% !important;
    height: 100% !important;
}
.map{
    width: 570px;
    height: 366px;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: -5px 5px 15px 0 #00000050;
}
@media (max-width: 1399px) {
    .map{
        width: 450px;
    }
}
@media (max-width: 1199px) {
    .map{
        width: 390px;
    }
}
@media (max-width: 425px) {
    .map{
        width: 290px;
    }
}

.company-contacts a{
    text-decoration: none !important;
    color: #ffffff;
}

.company-contacts a:hover{
    text-decoration: none !important;
    color: #ffffff;
}