.c-bold{
    --bold:#b70027;
}

.confirmation-body{
    color:#151120;
}

header.confirmation{
    position: relative;
    height: 200px;
    padding: 0;
    margin: 0;
}

.bg-trans{
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: #1511205e;
}

header.confirmation h1{
    text-shadow: 2px 2px 2px rgba(0,0,0,0.29);
    color:#fff;
    width: 100%;
    position:absolute;
    font-size: 80px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-family: 'Miama';
}

.landing-content.confirmation{
    padding: 0;
}

.name-mobile.confirmation-title {
    display: block;
    text-align: center;
    padding-top: 0;
    color: #fff;
    text-shadow: 3px 3px 3px rgb(17 17 17 / 91%);
    position: absolute;
    height: 100%;
    right: 24px;
}

.confirmationForm button.btn.btn-primary{
    width: 300px;
    margin: auto;
}

/* font-size: 14px; */


.conf-text{
    text-align: center;
}

.c-bold{
    font-weight: bold;
    color:var(--bold);
}

.text-el{
    width: 60%;
    margin: 0 auto; 
    padding-top: 20px;
}

/* confirmation form */

.confirmationForm{
    width: 60%;
    margin: 20px auto 40px;;
    min-height: 100px;
    background-color: #f6f6f6;
    padding: 15px;
}

.fielbox{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.select-fields{
  width: 36%;
  font-size: 16px;
  border: none;
  border-bottom: 1.8px solid #151120;
  color: #495057;
  background-color: transparent;
}

input.date-field{
    width:60%;
    padding: 15px 10px;
    font-size: 16px;
    border: none;
    color: #495057;
    border-bottom: 1.8px solid #151120;
    background-color: transparent;
}

.confirmationForm .form-group input[type=tel],
.confirmationForm  select.form-control{
    color: #495057;
    border: none!important;
    border-bottom: 1.8px solid #151120!important;
    font-size: 17px!important;
    font-style: italic;
    width: 100%;
    border: none;
    background: transparent;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
    border-radius: 0;
}

.form-check-label{
    padding-left: 15px!important;
    color:#256184;
}

.btn-confirmation,
button.btn.btn-primary{
    background-color: #aae185;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 0.8rem 5rem;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 500;
    outline: none;
    color: #fff;
    transition: all .3s ease-in-out;
}

.btn-confirmation:hover,
button.btn.btn-primary:hover{
    background-color: #f3bd03;
}

.formGroup{
    display: flex;
    font-weight: 600;
}

input[type=checkbox] {
    width: 18px!important;
    height: 18px!important;
    border: none!important;
    margin-right: 0;
}

.private-consultationCard{
    border:2px solid #aae185;
    border-bottom: 20px solid #aae185;
}

.consultation-immediateCard{
    border:2px solid #a10074;
    border-bottom: 20px solid #a10074;
}

.free-minuteCard{
    border:2px solid #364d90;
    border-bottom: 20px solid #364d90;
}

.displayCenter{
    width: 100%;
    height: 268px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 8px;
}

.consultationTitle .text-center {
    font-weight: 600;
    margin-bottom: 15px;
}

.text-center.Bold-text{
    font-weight: 900!important;
}

.green-text{
    color:#aae185;
}

.burgundy-text{
   color:#a10074;
   text-transform: uppercase;
}

.red-text{
   color: #b70027;
   text-transform: uppercase;
   font-weight: 900;
}

.italic-text{
    font-style: italic;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;

}

.phone-number{
    font-size: 30px;
    font-weight: 900;
    color: #aae185;
    text-align: center;
}

.phone-number:hover{
    text-decoration: none;
    color:#0056b3;
}

.btn-link{
    background-color: #364d90;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 7px 0;
    border-radius: 3px;
}

.btn-link:hover{
    color:#fff;
    background:#b70027;
}

@media only screen and (max-width: 1200px){
    .displayCenter{
        height: 290px;
    }
}

@media only screen and (max-width: 991px){
    .confirmationForm {
        width: 90%;
   }

   .main-body_container.confirmation{
       width: 100%;
   }

   .text-el {
        width: 90%;
    }

    .displayCenter {
        width: 90%;
        height: 268px;
        margin: 0 auto 20px;
    }

    .white-logo {
        top: 18%;
        left: 5%;
        height: 150px;
        object-fit: contain;
    }

    .fielbox {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 768px){
    .white-logo {
        top: 25%;
        left: 4%;
        height: 136px;
    }
}

@media only screen and (max-width: 576px){

    .header.confirmation{
        background-position:left ;
    }

    .select-fields{
        width: 100%;
        margin-bottom: 15px;
    }

    input.date-field{
        width: 100%;
    }

    .fielbox{
        flex-direction: column;
    }

    .btn-confirmation{
        margin:0 auto;
    }

    .confirmationForm {
        width: 100%;
    }

    .displayCenter{
        width: 100%;
    }

    .text-el{
       padding-top: 20px;
    }

    header.confirmation{
        height:150px;
    }
}

@media only screen and (max-width: 400px){

    header.confirmation h1{
        font-size:50px;
    }

    .formGroup p{
        font-size: 15px;
    }

    .header.confirmation{
        height: 150px;
    }

    .white-logo {
        left: 50%;
        transform: translateX(-50%);
    }
}

