.bg-modal-header{
    background-color: #f5f5f5;
}
.tech-profile-info-con{
    display: inline-flex;
}
.tech-profile-info-con img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.tech-profile-info {
    padding: 0px 0px 0px 10px;
}
.tech-profile-info h5 {
    font-weight: bold;
}
.bg-modal-header .close i {
    padding: 0 0 0px 0px;
    font-size: 22px;
}
.tech-profile-info .stars_circle i{
    border: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 6px 0;
    border-radius: 50%;
    color: #fff;
    background: #4F1C82;
    margin-right: 5px;
}
.booking-service .main{
    cursor: pointer;
}
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom:20px;
}

.count-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4F1C82;
}
.text-white{
    color: #fff;
}
.bg-theme-primary{
    background-color: #4F1C82 !important;
}
.search-label{
    font-size: 10px !important;
    padding: 0px !important;
    color: #AEACAC;
}
.page-item.active .page-link{
    background-color: #4F1C82;
    border: 0px solid #4F1C82;
}
.user_profile_sec_txt11 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #4F1C82;
    padding: 3px 3px 3px;
}
.review_txtt124578a input{
    border: unset;
    font-weight: 600;
    font-size: 16px;
    color: #757575;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-top: 7px;
    border: 1px solid #0000001a;
    background-color: white !important;
}
.review_txtt124578a textarea{
    border: unset;
    font-weight: 600;
    font-size: 16px;
    color: #757575;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-top: 7px;
    border: 1px solid #0000001a;
    resize: none;
    background-color: white !important;
}
.review_txtt124578ab .row{
    padding: 7px 0px;
    border-radius: 12px;
    width: 100%;
    margin: 0 0 0px;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #F7F2F5 !important;
    opacity: 1;
}


