h5{
    font-size: 14px !important;
}
.inner-banner-section{
    z-index: -1;
}
.booking-item{
    background: #fff;
    margin-top: -160px;
}
.main-banner-vet-detail{
    background-image: var(--main-banner-vet-detail-bg-image);
    background-size: cover;
}
.m-top-114{
    margin-top:-114px;
}

.justify-content-space-evenly{
    justify-content: space-evenly;
}

.justify-content-space-around{
    justify-content: space-around;
}

.justify-content-space-between{
    justify-content: space-between;
}

.vet-thumb{
    width: 160px;
    height: 153px;
}
.main-color{
    color:#8C68CD;
}
.weight-600{
    font-weight: 600;
}

.sub-title:hover{
    color:#8C68CD !important;
}

p{
    /* color:#2C2C2E; */
    font-weight: 400;
}

.color-FFA800{
    color: #FFA800;
}
.color-6A1A21{
    color:#6a1a21;
}
.color-ffffff{
    background-color: #FFFFFF;
}
.booking-button{
    width: 100%;
    height: 53px;
    background-color: #543694;
    text-align: center;
    color:#FFFFFF;
    border-radius: 100px;
    margin:0 0 10px 0;
}

.clock{
    width: 14px;
    height: 14px;
}

.button-color-8C68CD
{
    background-color:#8C68CD !important;
}

.button-color-ffff
{
    /*background-color:#fff !important;*/
    /*border: 1px solid #704EB0;*/
    /*color: #8C68CD;*/
    background-color: #7C0DBE !important;
    border: 1px solid #704EB0;
    color: #fff;
}
.button-color-ffff:hover{
    color: #fff;
}

.button-color-white{
    background-color: #fff !important;
    border: 1px solid #7C0DBE;
    color: #7C0DBE !important;
}

.overview-area .overview-tab-wrapper .border-experience h5,
.overview-area .overview-tab-wrapper .border-experience p {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px;
}

.selected{
    border: 2px solid #8c68cd !important;
}

.reviews-area{
    border: 1px solid rgba(222, 229, 234, 0.5);
    border-radius: 20px;
    padding: 20px;
}

/* .reviews-area h5{
    color:#8C68CD;
} */
.reviews-area p{
   margin: 0;
}

.reviews-area .row .col-lg-3:nth-child(2) {
    border-left: 1px solid #EEEEEE; /* Left border */
    border-right: 1px solid #EEEEEE; /* Right border */
}

.reviews-area .row .col-lg-3 p:nth-child(2) {
   color:#94A3B8;
}

.reviews-area .review-box{
    border: 1px solid rgba(222, 229, 234, 0.5);
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    margin: 20px 0 -7px 0;
}

.reviews-area .review-box .fa-user{
    padding: 5px 6px;
    height: 24px;
    border-radius: 50%;
    background-color: #94A3B8;
    color: #fff;
    font-size: 12px;
}

.reviews-area .review-box p:nth-child(1) span{
    position: relative;
    left: 10px;
    top: 1px;
    color: #94A3B8;
    font-size: 13px;
    font-weight: 600;

}

.review-box .row:not(:first-of-type) h5 {
    display: flex;
    align-items: center;
}

.text-right{
    text-align: right;
}

.review-time{
    font-size: 13px;
    color: #94A3B8;
    font-weight: 400;
}

.right-card{
    border: 1px solid rgba(222, 229, 234, 0.5);
    border-radius: 20px;
    padding: 20px;
    background-color: #F7F2FF;
    box-shadow: 0 2.75px 7.5px -0.625px rgba(0, 0, 0, 0.06);
}
.right-card h6{
    font-weight: 600;
    font-size: 17px;
}

.confirmed-text{
    color:#8C68CD;
}

.right-card .right-part-box{
    border: 1px solid rgba(222, 229, 234, 0.5);
    border-radius: 12px;
    padding: 20px;


}

.color-8C68CD{
    background-color: #8C68CD;
}

.color-7040ca{
    background-color: #7040ca;
}

.right-card .right-part-box p{
    font-size: 13px;
    font-weight: 300;

}
.right-card .right-part-box .avaiable-time{
    font-size: 13px;
    font-weight: 300;
}

.right-card input{
    border-radius: 12px;
    border-color: 1px solid #E7E7E7;
    margin-bottom: 10px;
    color:#2C2C2E;
    font-size: 12px;
    font-weight: 400;
}


.date-select {
    width: 100%;
    text-align: left;
    background-color: #fff;
    height: 48px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 14px;
    border-radius: 12px;
    color: #2C2C2E;
    margin: 20px 0;
}

.dropdown-menu .selected{
    background-color: #8C68CD;
    color: #fff;
}

.date-select:focus{
    background-color: #FFFFFF ;
    border-color: unset;
    color: #2C2C2E;
}

.date-select-dropdown-menu{
    width: 100%;
}

.date-select:focus-visible {
    background-color: #FFFFFF ;
    color: #2C2C2E;
    border-color: unset;
}

.time-select {
    width: 100%;
    text-align: left;
    background-color: #fff;
    height: 48px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    padding: 0 14px;
    border-radius: 12px;
    color: #2C2C2E;
    margin: 20px 0;
}

/*.dropdown-toggle::after {*/
/*    float: right;*/
/*    margin-top:8px;*/
/*    font-size: 14px;*/
/*    transition: transform 0.3s;*/
/*}*/

.dropdown-toggle.rotate::after {
    transform: rotate(180deg);
}

.time-select:focus{
    background-color: #FFFFFF ;
    border-color: unset;
    color: #2C2C2E;
}

.time-select-dropdown-menu{
    width: 100%;
}

.time-select:focus-visible {
    background-color: #FFFFFF ;
    color: #2C2C2E;
    border-color: unset;
}

.right-card textarea{
    border-radius: 12px;
    border-color: 1px solid #E7E7E7;
    margin-bottom: 10px;
    color:#2C2C2E;
    font-size: 12px !important;
    font-weight: 400;
}

::placeholder {
  color: #94A3B8;
  font-weight: 400;
  font-size: 12px;
}

.video-consultation-button{
    font-weight: 300;
    font-size: 14px;
}

.tick-circle{
    height: 66px;
    width: 66px;
}

.confirmed-booking-text{
    font-weight: 600;
    font-size: 15px;
    color:#8C68CD;
    white-space: nowrap;
}
.confirmation-content-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

@media only screen and (min-width: 1025px) {
    .booking-left {
        width: 70% !important;
    }

    .gap{
        margin-top:-36rem;
    }

    .desktop-reviews{
        display: block;
    }

    /* .tab-mobile-reviews{
        display: none;
    } */

}

.steps-img{
    height: 20px;
    width: 20px;
}
.right-part-title{
    font-size: 13px;
    font-weight: 600;
    color:#2C2C2E;
}

.confimation-booking-detail{
    margin:0 20px 0 25px;
}
@media only screen
and (min-device-width: 769px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .booking-button{
        width: 100%;
        height: 45px;
    }
    .booking-left {
        width: 70% !important;
    }
    .appointment-confirm-booking-info{
        margin-top: 1rem;
    }

    .confimation-booking-detail {
        /*margin: 0 20px 0 142px;*/
        margin: 0;
        font-size: small;
    }

    .right-card .right-part-box .clinic-fees,
    .right-card .right-part-box .clinic-name{
        font-weight: 500;
        font-size: 12px;
    }
    .right-card .right-part-box .clinic-address {
        font-weight: 200;
        font-size: 12px;
    }

    .right-card .right-part-box .avaiable-time {
        font-size: 10px;
        font-weight: 300;
    }

    .right-card .right-part-box .clinic-icon{
        width: 22px;
        margin-bottom: 5px;
    }
    .right-card .right-part-box .fees-icon{
        width: 22px;
    }
    .right-card .right-part-box .address-icon{
        width: 16px;
    }
    .right-card .schedule-inputs input{
        margin: 0 0 17px !important;
        padding: 10px 10px !important;
        font-size: 10px;
    }
    .right-card .schedule-inputs .dropdown-icon{
        font-size: 12px;
    }

    .right-card .schedule-inputs .pet-edit-icon{
        font-size: 18px;
    }


    .desktop-reviews{
        display: block;
    }

    /* .tab-mobile-reviews{
        display: none;
    } */



}

@media only screen and (max-width: 768px) {
    .booking-button{
        width: 100% !important;
        height: 41px;
    }
    .booking-left{
        width:100%;
        text-align: center;
    }
    .booking-right{
        text-align: center;
    }

    .appointment-confirm-booking-info{
        margin-top: 1rem;
    }

    .confimation-booking-detail {
        /*text-align: center;*/
    }

    .desktop-reviews{
        display: block;
    }

    /* .tab-mobile-reviews{
        display: block;
    } */

    .verified-customer{
        display: flex;
        /*justify-content: center;*/
        align-items: center;
    }

    .satisfied-text{
        margin-top:14px;
    }

    .select-pet-button {
        border-radius: 28px;
        padding: 7px 15px;
        font-size: 14px;
        margin-bottom: 0.65rem;
    }

    .iti {
        margin-bottom: 10px;
    }

}
.form-check-input{
    border-color: #543694 !important;
}

.form-check-input:checked {
    background-color: #8C68CD !important;
    border-color: #543694 !important;
}
.appointment-confirm-booking-info .form-check-input:focus{
    box-shadow: 0 0 0 0.25rem #543694;
}

.is-error-input{
    border: 1px solid red !important;
}

.pet-select-dropdown{
    font-size: 12px;
    font-weight: 400;
    padding: 14px 19px;
    border-radius: 12px;
    color: #2C2C2E;
    margin: 4px 0;
}

.clinic-name{
    font-weight: 500;
    font-size: 16px;
}

.clinic-fees{
    font-weight: 500;
    font-size: 16px;
}
.clinic-address{
    font-weight: 300;
    font-size: 13px;
}

