.row {
    margin-top: 10px !important;
}

/*********** Diagnostic ***********/
.inner-div {
    background: white;
    padding-bottom: 30px;
    padding-top: 40px;
}

.white-hr {
    border-color: white;
}

.diagnostic-steps img {
    height: 160px;
}

.diagnostic-step-content {
    margin-top: -75px;
    overflow: scroll;
}

.small-br {
    font-size: 0.5em;
}

.step-number {
    height: 75px;
    width: 150px;
    border-radius: 75px 75px 0 0;
    display: block;
    text-align: center;
    margin: auto;
}

.step6 .step-text, .step6 .step-text-number, .step6 .title-diagnostic-section {
    color: black;
}

.step-text {
    color: white;
    position: relative;
    top: 15px;
}

.step-text-number {
    color: white;
    font-size: 2.5em;
    font-weight: 900;
    font-family: Raleway-Heavy;
}

.step2,
.step2 .inner-div {
    background: rgb(172,201,63);
}

.step3,
.step3 .inner-div {
    background: rgb(255,114,0);
}

.step4,
.step4 .inner-div {
    background: rgb(188,31,46);
}

.step5,
.step5 .inner-div {
    background: rgb(93,48,125);
}

.step6,
.step6 .inner-div {
    background: rgb(216,185,142);
}

.title-diagnostic-section {
    color: white;
    font-weight: bolder;
    font-size: 1.5em;
}

#step1 {
    margin-top: 30px;
    background: white;
}

#step1 img {
    max-width: 70%;
}

#step1 p {
    display: block;
    margin: auto;
}

#step1 p a {
    margin: 10px;
}

#description-diagnostic {
    font-size: 1.5em;
    font-style: italic;
}

#vous-etes {
    font-size: 2.5em;
    font-weight: 800;
    color: rgb(216,185,142);
}

#diagnostic-second {
    padding: 20px;
    background: rgb(216,185,142);
}

.cursor {
    cursor: pointer;
}

.spaced {
    margin-left: 15px;
}

.btn-white {
    background: white;
    border: solid 1px rgb(216,185,142);
    color: black;
}

.btn-selected {
    background: rgb(216, 185, 142);
    color: #FFF !important;
}

.responses {
    max-width: 75%;
}

.responses-large {
    max-width: 90%;
}

.button-container {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.small-buttons {
    font-size: 1em;
    /* height: 40px; */
    width: 100%;
    padding: 20px 15px;
    text-wrap: wrap;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 5px 0px;
    text-transform: uppercase;
}

.large-buttons {
    font-size: 1.1em;
    width: 100%;
}

.submit-container img {
    margin-top: 30px;
    margin-bottom: 0px;
    max-width: 150px;
    height: auto;
}

.submit-button {
    font-size: 1.2em;
    padding: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -150px;
    cursor: pointer;
}

.input-container input {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    padding: 10px;
}

.last-inner-div {
    padding-bottom: 0px;
}

.cursor:hover {
    background: rgb(216, 185, 142);
    color: #fff !important;
}

/* New css add start */
.selection {
    display: block;
    width: 300px;
}

.select2 {
    width: auto !important;
}

.select2-container--bootstrap .select2-selection--single,
.select2-selection {
    padding: 10px 24px 10px 12px !important;
    height: auto !important;
    border-radius: 0 !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
}

.input-group {
    width: auto !important;
    border-radius: 0 !important;
}

.input-group .customDate {
    padding: 10px 24px 10px 12px !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}



/* New css add end */

@media (max-width: 575px) {
    #diagnostic-second {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #vous-etes {
        font-size: 1.5em !important;
    }
}

@media (max-width: 767px) {
    #description-diagnostic {
        font-size: 1.2em;
    }

    #vous-etes {
        font-size: 2em;
    }

    #step1 p a {
        margin: 0px;
        margin-bottom: 30px;
    }
}
