.contactus-title h1{
    margin: 0;
}
.bg-color-1{
    background-color: #eee;
}
.detail-card, .book-appointment-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-top: 20px;
}

.detail-img img {
    height: 150px;
    border-radius: 50%;
    width: 150px;
}
.detail-info {
    margin-left: 30px;
}
.border-bottom{
    border-bottom: 1px solid #DBDBDB
}
.detail-info h1{
    font-size: 24px;
    font-weight: 700;
}
.detail-info .designation, .detail-info a {
    color: #444;
    font-weight: 400;
    margin: 10px 0;
}
.detail-info .short-text {
    color: #444;
}
.rating-box{
    position: relative;
    margin-bottom: 5px;
}

.rating li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 3px;
}
.rating li {
    color: #ffab01;
}
.rating{
    position: relative;
    display: inline-block;
    float: left;
}
.detail-section .action-div a{
    margin: 10px 0 0;
    padding: 10px 20px;
    font-size: 14px;
    color: #444;
}
.detail-section .action-div i.fa-twitter{
    font-size: 16px;
    color: #2e5aa9;
}
.detail-section .action-div i.fa-facebook{
    font-size: 18px;
    color: #2e5aa9;
}
.detail-section .action-div i.fa-whatsapp{
    font-size: 18px;
    color: #2ea949;
}
.detail-section .action-div i.fa-heart{
    font-size: 16px;
    color: #a92e2e;
}

.detail-section .review-box .rating-inner{
    position: relative;
    padding-left: 180px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7ec;
    margin-bottom: 28px;
}

.detail-section .review-box .rating-inner .rating-box {
    background: #d5e4ff;
}
.detail-section .review-box .rating-inner .rating-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    border-radius: 10px;
    padding: 18px 15px 22px 15px;
    text-align: center;
}

.detail-section .review-box .rating-inner .rating-box h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 4px;
    color: black;
}

.detail-section .review-box .rating-inner .rating-box .clearfix li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

.detail-section .review-box .rating-inner .rating-box .clearfix li:last-child{
    color: #a29fc2;
}
.detail-section .review-box .rating-inner .rating-box .clearfix li {
    color: #ffab01;
}
.detail-section .review-box .rating-inner .rating-box .clearfix{
    margin-bottom: 4px;
}

.detail-section .review-box .rating-inner .rating-box span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: black;
    font-weight: 500;
}

.detail-section .review-box .rating-inner .rating-pregress{
    position: relative;
}

.detail-section .review-box .rating-inner .rating-pregress .porgress-bar{
    position: relative;
    display: block;
    width: 100%;
    max-width: 480px;
    height: 15px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.detail-section .review-box .rating-inner .rating-pregress .porgress-bar:before{
    position: absolute;
    content: '';
    height: 100%;
    left: 0px;
    top: 0px;
}

.detail-section .review-box .rating-inner .rating-pregress .single-progress .rate-text p{
    position: relative;
    color: #808080;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}
.detail-section .review-box .rating-inner .rating-pregress .single-progress .rate-text{
    position: absolute;
    top: -6px;
    right: 5px;
}

.detail-section .review-box .rating-inner .rating-pregress .single-progress{
    position: relative;
    margin-bottom: 19px;
}

.detail-section .review-box .rating-inner .rating-pregress .single-progress .rate-text p{
    color: var(--font-gray);
}

.detail-section .review-box .rating-inner .rating-pregress .single-progress .rate-text p i{
    margin-right: 10px;
}

.detail-section .review-box h3{
    margin-bottom: 23px;
}
.detail-section .review-box .rating-inner .rating-pregress .single-progress .rate-text p i {
    color: #ffab01;
}
.detail-section .review-box .rating-inner .rating-pregress .porgress-bar:before {
    background: #ffd173;
}
.review-inner .single-review-box {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
    padding-bottom: 16px;
}
.review-inner .single-review-box .info{
    align-items: flex-start;
    display: flex;
    margin-bottom: 5px;
}
.review-inner .single-review-box img {
    border-radius: 50%;
    width: 48px;
}
.review-inner .single-review-box .name {
    margin-left: 20px;
}
.review-form-box,.appointment-form-box {
    padding: 15px 10px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
}
.review-form-box textarea, .choose-service textarea {
    position: relative;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 10px;
    font-size: 15px;
    color: #808080;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.appointment-form-box input[type='text'], .appointment-form-box select{
    position: relative;
    width: 100%;
    border: 1px solid #e5e7ec;
    border-radius: 10px;
    font-size: 15px;
    color: #808080;
    padding: 10px 20px;
    transition: all 500ms ease;
}
.appointment-form-box input[type='text'], .appointment-form-box select{
    height: 50px;
}


.appointment-form-box .appointment-time{
    position: relative;
    border-bottom: 1px solid #e5e7ec;
}

.appointment-form-box .appointment-time .form-group{
    position: relative;
    margin-bottom: 10px;
}

.appointment-form-box .appointment-time .form-group:last-child{
    margin-bottom: 0px;
}

.appointment-form-box .appointment-time .form-group input[type='text']{
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    color: #808080;
    font-size: 14px;
    border-radius: 10px;
}

.appointment-form-box .appointment-time .form-group i{
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 1;
}

.custom-slot-design-box input {
    visibility: hidden;
    display: none;
}

.custom-slot-design-box label {
    cursor: pointer;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 10px;
    width: 100%;
    color: #05224f;
    border: 1px solid #e5e7ec;
}

label.custom-radio-disabled {
    border: none;
    background-color: #e5e7ec;
    color: #767676;
}

.appointment-form-box .custom-check-box {
    padding: 9px 15px;
    border: 1px solid #e5e7ec;
    border-radius: 10px;
    margin-bottom: 10px;
}
.appointment-form-box .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 3rem;
}
.custom-slot-design-box input:checked + label {
    background: var(--main);
    color: white;
    box-shadow: 0 10px 10px var(--box-shadow);
}

.custom-slot-design-box ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.custom-slot-design-box li {
    display: inline-block;
    margin-right: 4px;
}


.custom-check-box .custom-control.material-checkbox .material-control-input {
    display: none;
}

.custom-check-box .custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e7ec;
    cursor: pointer;
    border-radius: 3px;
}

.custom-check-box .custom-control.material-checkbox .material-control-indicator:before{
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-size: 12px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    opacity: 0;
}

.custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator:before{
    opacity: 1;
}

.custom-check-box .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #e5e7ec;
}
