.consultation-banner{
    width: 100%!important;
    height: 500px!important;
    /* background-color: rgba(89, 27, 90, 0.3); */
    box-shadow:inset 0 0 0 2000px rgba(89, 27, 90, 0.8);
}


.consultation-about{
    width: 100%;
    height: 100%;
    background-color: #fff;
}


.consultation-about-card-text{
    max-height: 600px;
    max-width: 700px;
    padding: 20px;
    overflow-y: auto;
}

/* width */
.consultation-about-card-text::-webkit-scrollbar {
    width: 6px;
  }
  
/* Track */
  .consultation-about-card-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    background-color: #d7d7d7;
    border-radius: 10px;
}
   
  /* Handle */
.consultation-about-card-text::-webkit-scrollbar-thumb {
    background: #8F1D90; 
    border-radius: 10px;
}
  
  /* Handle on hover */
.consultation-about-card-text::-webkit-scrollbar-thumb:hover {
    background: #8F1D90; 
}

.consultation-about-card{
    padding-top: 200px;
}

.consultation-about-card h1{
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #370D73;
    font-weight: 500;
}

.consultation-about-card > .consultation-about-card-text > p{
    text-align: justify;
}

.schedule-page{
    width: 100%;
    height: 600px;
    margin-bottom: 100px;
}

@media only screen and (max-width: 600px) {
    .consultation-about-card h1{
        text-align: center;
    }
}

.schedule-title{
    padding-top: 100px;
    padding-left: 0px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
}

.schedule-title > h1{
   color: #370D73;
}

.card-schedule{
    margin: 100px auto;
}

.schedule-user{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.schedule-user-content > p {
    color: #370D73;
    text-transform: uppercase;
    font-weight: 400;
}

.schedule-user-content-value{
    background-color: #370D73;
    padding: 12px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.schedule-calendar{
    padding: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ui-widget.ui-widget-content{
    border: none!important;
}

.ui-widget-header{
    background-color: #fff!important;
    border: none!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background-color: transparent!important;
    border: none!important;
    text-align: center;
}

.ui-datepicker-current-day{
    background-color: #8F1D90!important;
    border-color: #8F1D90!important;
    border-radius: 50%!important;
    color: #fff!important;
}

.ui-datepicker td{
    width: 40px;
    height: 40px;
}

.ui-widget.ui-widget-content {
    width: 100%;
}

.ui-datepicker-today{
    color: #222!important;
}

.ui-datepicker .ui-datepicker-title{
    margin: 0 2.3em 2em!important;
    word-spacing: 40px;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #8F1D90;
}

.ui-datepicker-prev span {
    background-image: url("../img/icons/arrow-left-homepage.svg") !important;
        background-position: 0px 0px !important;
        width: 50px!important;
        height: 50px;
}

.ui-datepicker-next span {
    background-image: url("../img/icons/arrow-right-homepage.svg") !important;
        background-position: 0px 0px !important;
        width: 50px!important;
        height: 50px;
}

.ui-datepicker-next{
    transform: rotate(-90deg);
}

.ui-datepicker-prev{
    transform: rotate(90deg);
}


.ui-state-hover, .ui-datepicker-next-hover{
    background-color: transparent!important;
    border: none!important;
}   

.ui-datepicker th{
    font-weight: 100!important;
}

.timepickerDiv{
    /* display: flex; */
    /* flex-direction: column; */
    padding: 20px;
    text-align: center;
}

/* .timepickerSpan{
    padding: 10px;
    width: 6rem;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    margin-top: 5px;
    text-align: center;
} */



#feedback { font-size: 1.4em; }
  #selectable .ui-selecting { background: #8F1D90; }
  #selectable .ui-selected { background: #8F1D90; color: white; }
  #selectable { list-style-type: none;
    margin: 0;
    padding: 0;
    width: 6rem;
    height: 250px!important; 
    overflow-x: scroll;
}
  #selectable li { margin: 3px; padding: 0.4em; font-size: 1em; height: 40px; border-radius: 6px; text-align: center; font-family: 'Roboto Mono', monospace;}


  #selectable::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  

  .timepicker-prev > button, .timepicker-next  > button{
      border: none;
      background-color: transparent;
      transition: ease-in 0.5;
  }

  .timepicker-prev > button:hover, .timepicker-next  > button:hover{
    transform: scale(1.5);
}

.timepicker-next{
    margin-top: 10px;
}

.timepicker-prev{
    transform: rotate(180deg);
}


  .time-selector{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .consultation-confirm{
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    width: 500px;
    height: 90px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow:
    2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
    6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
    12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
    22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
    41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
    100px 100px 80px rgba(0, 0, 0, 0.07);
  }
  
  .consultation-confirm > p > b{
      color: #8F1D90;
  }

  .consultation-actions{
    border-radius: 6px;
    text-align: center;
    width: 500px;
    height: 90px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .timepickerRow{
    background-color: #fff;
    width: 500px;
    border-radius: 6px;

    box-shadow:
    2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
    6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
    12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
    22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
    41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
    100px 100px 80px rgba(0, 0, 0, 0.07)
      ;
  }


  @media only screen and (max-width: 1040px) {
    .consultation-confirm {
     width: auto;
     height: auto;
     padding: 20px;
    }

    .timepickerRow {
        width: 400px;
       }
  }


  @media only screen and (max-width: 600px) {
    .timepickerRow {
     width: auto;
    }

    .consultation-about-card{
        padding: 20px;
        text-align: justify;
    }

    .schedule-user-content-value{
        width: auto;
    }

    .schedule-user-content > p{
        text-align: center;
        margin-top: 20px;
    }

    .schedule-user-content-value{
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .schedule-title > h1{
        text-align: center;
    }

    .schedule-user{
        margin-right: 0px;
        margin-bottom: 50px;
        justify-content: center;
    }
  }

  .time-select-radio{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .time-radio{
      margin-top: 10px;
      background-color: #fff!important;
      border-radius: 6px!important;
      border: 1px solid #d9d9d9!important;
      color: #222;
      font-family: 'Roboto Mono', monospace;
      width: 80px!important;
      height: 40px!important;
  }

  .time-radio-disabled{
    margin-top: 10px;
    background-color: #d9d9d9!important;
    border-radius: 6px!important;
    border: 1px solid #d9d9d9!important;
    color: #222;
    font-family: 'Roboto Mono', monospace;
    width: 80px!important;
    height: 40px!important;
}

.days-select-radio{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.days-radio{
    margin-top: 10px;
    background-color: #fff!important;
    border-radius: 6px!important;
    border: 1px solid #d9d9d9!important;
    color: #222;
    font-family: 'Roboto Mono', monospace;
    width: 80px!important;
    height: 40px!important;
}

.days-radio-disabled{
  margin-top: 10px;
  background-color: #d9d9d9!important;
  border-radius: 6px!important;
  border: 1px solid #d9d9d9!important;
  color: #222;
  font-family: 'Roboto Mono', monospace;
  width: 80px!important;
  height: 40px!important;
}

.time-radio-disabled:hover > .time-radio-input-disabled:hover{
    background-color: #d9d9d9!important;
    border-color: #d9d9d9;
    cursor: default;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #364E9C!important;
    border-color: #364E9C;
}

.btn-group > .btn:hover, .btn-group-vertical > .time-radio-input:hover {
    background-color: #8F1D90!important;
    border-color: #8F1D90;
}




.btn-home{
    background-color: #8F1D90!important;
    border-color: #8F1D90;
    color: #fff;
    border-radius: 50px;
    width: 150px;
    padding: 10px;
    font-weight: 600;
}

.btn-home:hover{
    background-color: #fff!important;
    border-color: #8F1D90;
    color: #8F1D90;
}

.consultation-main{
    width: 900px;
    margin: 50px auto;
}

@media only screen and (max-width: 960px) {
    .consultation-main{
        width: auto;
    }
}

.consultation-head{
    background-color: #730375;
    color: #fff;
    min-height: 340px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.consultation-img-border{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #F28D8D;
    display: flex;
    justify-content: center;
    align-content: center;
}

.consultation-img-border > img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    padding: 6px;
}

.consultation-head-right{
    text-align: left;
    padding: 100px 20px 20px 20px;
}

.consultation-head-left{
    padding-top: 100px;
    padding: 100px 20px 20px 60px;
}

.consultation-head-left-text > p{
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.consultation-head-right{
    border-left: 1px solid #fff;
}

.consultation-head-right > p > b{
    text-transform: uppercase;
    font-size: 16px;
}

.consultation-content{
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 40px;
}

.consultation-input{
    border-radius: 15px;
    background-color: #F5F5F5;
}

.consultation-content-payment-info{
    margin-top: 50px;
}

.payment-info{
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
}

@media only screen and (max-width: 992px) {
   .consultation-img-border{
       margin: auto;
   }

   .consultation-head-left-text{
       text-align: center;
       margin-top: 30px;
   }

   .consultation-head-right{
       text-align: center;
   }
}

.b-payment{
  color:#370D73;
  text-transform: uppercase;
}

.payment-discount{
    color: red;
    text-decoration: 2px line-through!important;
}

.b-payment-discount{
    color:#370D73;
    text-transform: uppercase;
    
}

.payment-cupom{
    margin-top: 30px;
}

.cupom-input{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #F5F5F5;
    text-transform: uppercase;
}

.cupom-input-valid{
    color: green!important;
}

.cupom-input-invalid{
    color: red!important;
}

.btn-cupom{
    background-color: #8F1D90;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: #fff;
}

.btn-cupom:hover{
    color: #fff;
}

.user-prev > button{
    border: none;
    background-color: transparent!important;
    transform: rotate(90deg);
    margin-right: 20px;
}

.user-next > button{
    border: none;
    background-color: transparent!important;
    transform: rotate(-90deg);
    margin-left: 20px;
}

.user-prev > button:hover{
    transform: rotate(80deg)    ;
}

.user-next > button:hover{
    transform: rotate(-80deg);
}

.btn-finish_payment{
    background-color: #8F1D90;
    color: #fff;
    border-radius: 20px;
}

.btn-finish_payment:hover{
    background-color: #fff;
    border: 1px solid #8F1D90;
    box-shadow: none;
    color: #8F1D90;
}

.consultation-payment-title{
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    /* font-family: open sans; */
    text-transform: uppercase;
    color: #370D73;
}

.hr-payment{
    background-color: #ADADAD;
    height: 1px;
    margin-bottom: 50px;
}

.acordian-button{
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: #370D73;
}

.acordian-button:hover{
    box-shadow: none;
}

.card-acordian{
     border-bottom: 1px solid #ADADAD;
}

.card-acordian-head{
    padding: 1.5rem 1.5rem;
    border-top: 1px solid #ADADAD;
    /* border-bottom: 1px solid #ADADAD; */
}

.card-acordian-head-2{
    padding: 1.5rem 1.5rem;
}

.dualita-radio {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding-left: 35px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 21px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #370D73;
}

.dualita-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.dualita-radio input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #707070;
}

.dualita-radio:hover input ~ .checkmark {
    background-color: #707070;
    border: 1px solid #707070;
}

.dualita-radio input:checked ~ .checkmark {
    background-color: #8F1D90;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.dualita-radio input:checked ~ .checkmark:after {
    display: block;
}

.credit_card_label{
    color: #3a3a3a;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

}

.payment-boleto-text{
    font-weight: 400;
    font-size: 19px;
    line-height: 31px;
}

.consultation-banner-text{
    margin-top: 50px;
    text-align: center;
}

.consultation-banner-text-p{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 57px;
    text-transform: uppercase;
    max-width: 300px;
}

.consultation-banner-text-name{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
}

.consultation-banner-text-second-p{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

.btn-consultation{
    background-color: #8F1D90;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    padding: 15px;
    font-weight: 700;
}

.btn-consultation:hover{
    color: #fff;
}

.consultation-div-img{
    width: 350px;
    height: 350px;
    border: 1px solid #F28D8D;
    border-radius: 50%;
    /* margin-left: 4rem; */
}

.consultation-div-img > img{
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
    padding: 10px;
}

.consultation-banner-content{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}


@media only screen and (max-width: 1284px) {
   .consultation-banner{
       height: auto!important;
       min-height: 300px;
   }

   .consultation-banner-content{
       flex-wrap: wrap;
       padding-top: 1rem;
   }

   .consultation-div-img, .consultation-div-img > img{
        width: 250px;
        height: 250px;
    }

    .consultation-banner-text-p{
        font-size: 24px;
        text-align: center;
        max-width: 300px;
    }

    .consultation-banner-text-name, .consultation-banner-text-second-p, .btn-consultation{
        text-align: center;
    }

    .schedule-page{
        height: auto;
    }

}

@media only screen and (max-width: 770px) {
 
    .consultation-div-img{
        margin: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }
 }
 


 .page-how-works{
     text-align: center;
     /* padding-top: 100px; */
 }

 .details-accordian > details{
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .details-accordian > details > summary{
    display: flex;
    justify-content: space-between;
 }

 .page-how-works-head > h1{
     text-align: center;
     margin-bottom: 50px;
     color: #370D73;
     font-weight: 500;
 }

 .page-info{
     margin-top: 100px;
 }

 .page-target-audience-head > h1{
     text-align: left;
     font-weight: 500;
     margin-bottom: 50px;
     color: #370D73;
 }

 .page-policies-body > ul{
     padding: 0px;
 }

 .page-target-audience-body > ul > li, .page-policies-body > ul > li{
        list-style: none;
 }

 .page-policies{
     padding: 20px;
     background-color: #fff;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     border-radius: 8px;
 }

 .page-policies-head > h1{
     font-size: 20px;
     text-align: center;
     margin-bottom: 20px;
     color: #370D73;
     font-weight: 500;
 }

 .page-about{
     margin-top: 52px;
 }
