.date-item {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #FE4926;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px;  
    min-width: 130px;
    height: 130px;
    width: 130px;    
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    transition: all 0.4s cubic-bezier(.86, .01, .15, .99);
}
.date-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
}
.date-item:hover span, .date-item:hover strong, .date-item:hover small{
    color: #fff;
}
.date-item::before {
    background-color: #FE4926;    
    clip-path: circle(0.5% at 50% 50%);
    transition: 0.4s;
    opacity: 1;
}
.date-item:hover::before {
    clip-path: circle(100% at 50% 50%);
}
.date-item span{
    color: #595959;
    font-family: "Gotham medium", Sans-serif;    
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 3.8rem;
}
.date-item strong{
    font-family: "Montserrat", Sans-serif;
	font-size: 22px;  
    font-weight: 400;
    line-height: 20px;      
}
.date-item small{
    font-family: "Montserrat", Sans-serif;
	font-size: 22px;  
    font-weight: 400;
    line-height: 20px;      
}

.date-item.selected {
    background-color: #FE4926;
    color: white;
}

.time-slot {
    width: 100%;
    margin-bottom: 5px;
}

.time-slot.selected {
    background-color: black;
    color: white;
}
.carousel-item:last-child {
    margin-right: 0;
}

.date-container {
    display: flex;
    align-items: center;
    gap: 10px;
     /*add*/
    justify-content: space-around;
}
/*add*/
.carouselMobile .carousel-inner{
    display: flex;
    overflow-x: auto;
}

.carouselMobile .date-item{
    width: 100px;
    min-width: 100px;
    height: 100px;
}

.carouselMobile .date-item br{
    display: none;
}
#dateCarousel .carousel-control-prev{
   top: 107px;
    bottom: initial;
    height: auto;
}
#dateCarousel .carousel-control-next{
     top: 107px;
    bottom: initial;
    height: auto;
}
/*end add*/
.date-item.disabled {
    background-color: rgba(10, 14, 15, .50);
    opacity: 0.5;
    cursor: not-allowed;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
}

button.carousel-control-next:hover, 
button.carousel-control-prev:hover{
    background-color: unset;
}
button.carousel-control-next:focus,
button.carousel-control-prev:focus{
    background-color: unset;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #FE4926;
    border-radius: 50%;
    padding: 5px;
}

.date-carousel h2{
    color: #FE4926;
	font-family: "Montserrat", Sans-serif; 
    font-size: 28px;
    font-weight: 400;
}
.time-selection h3{
    color: #FE4926;
    font-family: "Gotham Light", Sans-serif;
    font-size: 28px;
    font-weight: 400;
}
.appinntment__form h3{
    color: #FE4926;
    font-family: "Gotham medium", Sans-serif;
    font-size: 28px;
    font-weight: 500;
}
.appinntment__form i.bi-calendar-event{
    font-size: 25px;
}
.appinntment__form i.bi-clock{
    font-size: 25px;
}
.appinntment__form span#summaryDate{
    color: #000;
    font-family: "Gotham Light", Sans-serif;
    font-size: 25px;
    font-weight: 500;
}
.appinntment__form span#summaryTime{
    color: #000;
    font-family: "Gotham Light", Sans-serif;
    font-size: 25px;
    font-weight: 500;
}

button.btn-outline-danger{
	border-color: #FE4926;
    font-family: "Gotham Light", Sans-serif;
}
button.btn-outline-danger:hover{
	background-color: #FE4926;
	border-color: #FE4926;
    font-family: "Gotham Light", Sans-serif;
}

button.btn-danger:disabled{
	background-color: #FE4926;
	border-color: #FE4926;
    display: block;
    margin: auto;    
}

button.btn-danger{
	background-color: #FE4926;
	border-color: #FE4926;
    display: block;
    margin: auto;     
}

#selectedTime{
    height: auto;
}
#selectedTime p{
    font-family: "Gotham Light", Sans-serif;
    text-align: center;
}

#appointmentForm .bloques{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: auto;
    max-width: 100%;    
}
#appointmentForm .bloques .mb-3{
    height: auto;
    width: 48%;    
}
#appointmentForm .bloques .mb-3 input[type="text"]{
    background-color: unset;
    border: #000 1px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: auto;
    font-family: "Gotham Light", Sans-serif;
    font-size: 1.2rem;
    max-width: 100%;   
}
#appointmentForm .bloques .mb-3 select{
    background-color: unset;
    border: #000 1px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;    
    height: auto;
    font-family: "Gotham Light", Sans-serif;
    font-size: 1.2rem;    
    min-height: 58px;    
    max-width: 100%;    
}
#appointmentForm .bloques .mb-3 input[type="email"]{
    background-color: unset;
    border: #000 1px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;    
    height: auto;
    font-family: "Gotham Light", Sans-serif;
    font-size: 1.2rem;    
    max-width: 100%;    
}
#appointmentForm .bloques .mb-3 input[type="tel"]{
    background-color: unset;
    border: #000 1px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;     
    height: auto;
    font-family: "Gotham Light", Sans-serif;
    font-size: 1.2rem;     
    max-width: 100%;    
}
#appointmentForm .mb-3 input[type="text"]{
    background-color: unset;
    border: #000 1px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: auto;
    font-family: "Gotham Light", Sans-serif;
    font-size: 1.2rem;
    max-width: 100%;   
}
#appointmentForm .mb-3.form-check .form-check-input {
    border: #000 1px solid;
    float: left;
    margin-left: -1.5em;
    height: 1.2em;
    width: 1.2em;    
}
#appointmentForm small{
	font-family: "Gotham Light", Sans-serif;
}
#appointmentForm label.form-check-label{
	font-family: "Gotham Light", Sans-serif;
}

#appointmentForm button.btn-danger{
    border-radius: 15px;
    font-family: "Gotham Bold", Sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7;
    padding: 0.45rem 3.55rem;
    text-transform: uppercase;
}
#appointmentForm button.btn-danger:hover{
    background-color: #000;
    color: #fff;
}

@media (max-width: 768px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    .carousel-inner {
        padding: 0;
    }
    .carousel-item {
        margin-right: 5px;
    }
}

@media (max-width: 767px){

    #appointmentForm .bloques {
        flex-direction: column;
        height: auto;
        max-width: 100%;
    }

    #appointmentForm .bloques .mb-3 {
        height: auto;
        width: 100%;
    }
    
}