.text-gray {
    color: #66686a;
}

.text-red {
    color: #e52423;
}

.section-title {
    color: #e52423;
    font-size: 18px;
    font-family: MSSemibold;
    width: 100%;
    padding: 40px 20px;
}

.contact-form .required-mark {
    font-size: 20px;
    color: #e52423;
}

.civ_container {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
.civ_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.civ_checkmark {
    position: absolute;
    top: 0;
    /* left: 0; */
    height: 25px;
    width: 25px;
    background-image: url(../images/radio-round.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.civ_checkmark.mr {
    left: 50px;
}

.civ_checkmark.mme {
    left: 70px;
}

.rgpd_checkbox {
    position: relative;
    top: 0;
    /* left: 0; */
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.civ_checkmark:after {
    content: url(../images/check-round.png);
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.civ_container input:checked ~ .civ_checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.civ_container .civ_checkmark:after {
    width: 15px;
    height: 15px;
    left: 4px;
    top: 2px;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
}

.civ_container.mme {
    margin-left: 70px;
}

.civ_container.mr {
    margin-right: 15px;
}

.civ-block {
    margin-left: 0px;
}

#contact-content ::placeholder {
    font-family: MSMediumItalic;
    font-size: 16px;
    color: rgba(102, 105, 107, 0.288);
}

.contact-form .btn-send {
    background-color: #e52423;
    width: 100px;
    border: solid 1px transparent;
    border-radius: 8px;
}

.contact-form .form-control:focus, .contact-form .form-control-plaintext:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #e52423;
    outline: 0;
    box-shadow: 0 0 0 1px #e52423;
}

.contact-form input {
    height: 35px;
}

.contact-form input, .contact-form textarea {
    border: 3px solid rgba(105, 107, 109, 0.548);
    resize: none;
}

.form-control-plaintext, .agencies .agency-block {
    padding-left: 10px;
    padding-right: 10px;
}

.agencies .map {
    padding-left: 0px;
    padding-right: 0px;
}

.agencies .map img {
    width: 100%;
    max-width: 100px;
    min-width: 80px;
    margin-right: 15px;
}

.contact-page .left, .contact-page .right {
    padding: 30px;
}

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform: scale(0.65);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

@media screen and (max-width: 991px) {
    #contact-content, .summary.container {
        max-width: 100%
    }
}

@media screen and (max-width: 767px) {
    .agencies .agency-block .description {
        padding-left: 15px;
        margin-top: 15px;
    }

    .agencies .agency-block {
        margin-top: 0px;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .right .section-title {
        padding-top: 0px;
    }

    .summary {
        padding-left: 30px;
    }
}

@media screen and (min-width: 768px) {
    .agencies .agency-block .description {
        padding-left: 30px;
        padding-right: 15px;
    }

    .agencies .agency-block {
        margin-top: 50px;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .contact-form .col-form-label {
        padding: 15px 0px;
    }
}
