@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Tajawal:wght@300;400;500;700;900&display=swap');


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #004C84;
    --sub-color: #A57B51;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Roboto', 'Tajawal', sans-serif;
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'Tajawal', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding-top: 70px;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger,
.is-closed {
    width: 30px;
    height: 30px;
    z-index: 9;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span,
.is-closed span {
    width: 30px;
    height: 2px;
    border-radius: 0px;
    background-color: #000;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger span:last-child {
    margin-bottom: 0;
}
.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
    margin-bottom: 0;
}
.opt-mobile {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    align-items: center;
    display: none;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    padding: 15px;
    z-index: 99
}
.opt-mobile > ul {
    display: flex;
    align-items: center;
    width: 100%
}
.opt-mobile > ul > li {
    flex: 1;
    text-align: center;
}
.opt-mobile > li a {
    color: #000;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
}
.opt-mobile li > a img {
    width: 30px;
    height: 30px;
}
.opt-mobile .dropdown-toggle::after {
    display: none
}
.menu-notification,
.menu-profile {
    display: none;
}


/* Style Header */

#header {
    padding: 10px 0;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.social-media li {
    margin-right: 15px;
}

.social-media li:last-child {
    margin-right: 0;
}
.social-media li a {
    color: #fff !important;
}

.logo-site a {
    display: flex;
    align-items: center;
    color: var(--sub-color);
    font-weight: 700;
    font-size: 18px;
}

.logo-site img {
    max-width: 50px;
    margin-right: 10px;
}

.main_menu {
    display: flex;
    align-items: center;
}

.main_menu > li {
    margin-right: 30px;
}

.main_menu > li:last-child {
    margin-right: 0;
}

.main_menu > li > a {
    display: block;
    color: var(--sub-color);
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 0;
    position: relative;
}

.main_menu > li.active a {
    color: var(--main-color);
}

.main_menu > li.ls-login a,
.main_menu > li.ls-creat a {
    padding: 10px 25px;
    border-radius: 7px;
    border: 1px solid var(--sub-color);
}

.main_menu .dropdown-toggle::after {
    display: none;
}

.drop-profile {
    padding: 15px 0 10px;
    min-width: 16rem;
    border-radius: 10px;
    border-top-right-radius: 5px;
    margin-top: 15px !important;
}
.main_menu .dropdown-menu:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: -20px;
    top: -20px;
    pointer-events: none;
    border-left-color: #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 20px;
    -ms-transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
}
.drop-profile > p {
    text-align: center;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.drop--profile {
    display: flex;
    align-items: center;
    padding: 10px;
    border-top: 1px solid rgb(112 112 112 / 20%);
    border-bottom: 1px solid rgb(112 112 112 / 20%);
}
.drop--profile figure {
    border: 2px solid var(--sub-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}
.drop--profile figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.drop--profile .txt-drop-profile {
    padding-left: 10px;
    width: calc(100% - 50px);
}
.txt-drop-profile p {
    font-weight: 500;
    font-size: 15px
}
.txt-drop-profile span {
    font-size: 12px;
    color: #777575
}

.list-profile {
    margin-top: 15px;
}
.list-profile li a {
    padding: 10px 15px;
}

.drop-notification {
    min-width: 25rem;
    padding: 0;
    border-radius: 15px;
    margin-top: 30px !important;
    transform: translate(-297px, 45px) !important;
    border: 0;
}
.drop-notification:before {
    right: 63px;
}
.hrad-noti {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid rgb(112 112 112 / 50%);
}
.hrad-noti a {
    color: #000;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 20px;
}
.hrad-noti svg {
    color: var(--sub-color);
    position: absolute;
    top: 20px;
    left: 20px
}
.hrad-noti p {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.item-noti {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid rgb(219 219 219 / 50%);
}
.item-noti figure {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid var(--sub-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-noti a {
    display: block;
    width: calc(100% - 50px);
    padding-left: 15px;
}
.item-noti a h6 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.item-noti a p {
    color: #000;
    font-size: 13px;
    font-weight: 300;
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}


/* Style Home Slide */

.section_home {
    position: relative;
    z-index: 1;
}



.section_home .item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 450px;
    width: 900px;
    margin: auto;
    background-size:  100%  100% !important;
    background-position: center !important;
}

.home_txt {
    position: relative;
    text-align: center;
    width: 70%;
    margin: auto;
    z-index: 2
}

.home_txt h2 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 32px;
}

.home_txt p {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.8;
}

#slide-home .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

#slide-home .owl-dot {
    background: #fff;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%
}

#slide-home .owl-dot.active {
    background: var(--sub-color);
    width: 15px;
    height: 15px;
}

#slide-home .owl-nav > button {
    position: absolute;
    top: 50%;
    left: 50px;
    background: var(--sub-color) !important;
    width: 30px;
    height: 30px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slide-home .owl-nav > button.owl-next {
    right: 50px;
    left: auto;
}


/* Style Stac Site */

.sec_head {
    position: relative;
    text-align: center;
    width: 70%;
    margin: 0 auto 30px;
}

.sec_head h2 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 5px;
    position: relative;
    text-transform: capitalize
}

.sec_head p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.btn-site {
    height: 45px;
    font-size: 15px;
    padding: 12px 35px;
    display: flex;
    align-items: center;
    margin: 20px auto 0;
    border-radius: 5px;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-site:hover span {
    color: var(--main-color);
}


/* Style About */

.section_about {
    position: relative;
    padding: 50px 0 0;
    background: #fff;
}

.section_about .row {
    align-items: center;
}

.thumb-about {
    position: relative;
    text-align: center;
}

.thumb-about:before {
    content: "";
    background: var(--main-color);
    width: 160%;
    height: 380px;
    border-top-left-radius: 200px;
    border: 30px solid var(--sub-color);
    border-bottom: 5px solid var(--sub-color);
    position: absolute;
    left: 90px;
    bottom: 0;
    z-index: -1
}

.thumb-about img {
    max-width: 230px;
}

.txt-about > span {
    color: var(--main-color);
    display: block;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.txt-about p {
    color: rgb(0 0 0 / 70%);
    line-height: 1.8;
}

.txt-about ul li {
    display: inline-block;
    margin-right: 10px;
}

.btn-more {
    background: #fff;
    border: 1px solid var(--main-color)
}

.btn-more span {
    color: var(--main-color)
}

/* Style Ratings */

.section_ratings {
    position: relative;
    padding: 40px 0;
    background: #fff;
}

.item-rate {
    text-align: center;
    position: relative;
}

.item-rate figure {
    position: relative;
    margin: auto;
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}

.item-rate figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.txt-rate h5 {
    color: #000;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}

.txt-rate p {
    color: rgb(0 0 0 / 80%);
    font-size: 14px;
}

.bx-rate {
    background: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 110px;
    left: 30px;
}

.bx-rate p {
    display: flex;
    align-items: center;
    background: #F5F5F5;
    border-radius: 20px;
    padding: 5px;
    font-size: 12px;
}

.bx-rate svg {
    color: var(--sub-color);
    margin-right: 5px;
}

#slider-rate .owl-dots {
    text-align: center;
    display: block !important;
    margin-top: 30px;
}

#slider-rate .owl-dot {
    background: var(--sub-color);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%
}

#slider-rate .owl-dot.active {
    background: var(--main-color);
    width: 15px;
    height: 15px;
}


/* Style FAQ */

.section_faq {
    position: relative;
    padding: 40px 0;
}

.thumb-faq {
    text-align: center
}

.thumb-faq img {
    max-width: 450px;
}

.cont-faq {
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 20px;
    border-radius: 2px;
}

.accordion-item {
    background-color: #F5F5F5;
    border: 0;
    border-radius: 15px;
    margin-bottom: 10px;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #F5F5F5;
    color: var(--main-color);
    font-size: 14px;
    box-shadow: none;
}

.accordion-button {
    background-color: #F5F5F5;
    border: 0;
    border-radius: 15px;
    font-size: 14px;
    color: var(--main-color);
}

.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 15px
}

.accordion-body {
    font-size: 14px;
}

.accordion-button::after {
    background-size: 16px;
}


/* Style Contact */

.section_contact {
    position: relative;
    padding: 50px 0;
    background-size: 100% 100% !important;
}

.section_contact:before {
    content: "";
    background: linear-gradient(180deg, rgba(153, 125, 96, 0.67) 0%, rgba(40, 81, 127, 0.67) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.txt-contact {
    text-align: center;
}

.txt-contact h2 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
}

.txt-contact p {
    color: #fff;
    margin-bottom: 15px;
}

.txt-contact .btn-site {
    width: 200px;
    height: 55px;
}

/* Style Fotter */

footer {
    position: relative;
    background: var(--main-color);
    padding: 45px 0 20px;
}
.cont-ft {
    display: flex;
    align-items: center;
}
.cont-ft p {
    color: #fff;
    width: calc(100% - 90px);
    padding: 0 8px;
}
.cont-bt {
    display: flex;
    justify-content: center;
}
.cont-ft img {
    max-width: 90px;
}
.menu-ft ul li {
    margin-bottom: 15px;
    display: block;
}
.menu--ft li {
    display: block;
}
.menu--ft li a {
    color: #fff !important;
}
.menu-ft ul li a {
    color: #fff;
    font-size: 15px;
}

.menu-ft li a:hover {
    opacity: .8
}
.menu-ft .social-media li {
    display: inline-block;
    margin-right: 15px;
}
.copyRight {
    color: #fff;
    margin: 20px 0 20px;
}

/* Style Sign Modal */

.modal-content {
    border-radius: 20px;
}

.modal-body {
    padding: 50px 20px;
}

.head-modal {
    text-align: center;
    margin-bottom: 30px;
}

.head-modal h4 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.head-modal p {
    color: #777575;
    font-size: 13px;
}

.head-modal figure {
    margin-bottom: 45px;
}

.head-modal figure img {
    max-width: 260px;
}

.form-sign .form-group,
.form-st .form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-sign .form-group > label,
.form-st .form-group > label {
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 7px;
}

.form-sign .form-group .form-control,
.form-st .form-group .form-control {
    background: #EAEAEA;
    border-radius: 10px;
    border: 0;
    height: 50px;
}
.form-st .form-group .form-control {
    background: #fff;
}

.form-sign .form-group .form-control::placeholder,
.form-st .form-group .form-control::placeholder {
    font-size: 13px;
}

.form-sign .d-flex,
.form-st .d-flex {
    width: 100%
}

.form-sign .d-flex .form-group,
.form-st .d-flex .form-group{
    width: 50%;
    margin-right: 20px;
}

.form-sign .d-flex .form-group:last-child,
.form-st .d-flex .form-group:last-child {
    margin-right: 0;
}

.box-gender {
    display: flex;
    align-items: center;
    background: #EAEAEA;
    border-radius: 10px;
    height: 50px;
    padding: 10px;
}
.form-st .box-gender {
    background: #fff;
}
.box-gender .form-check:first-child {
    margin-right: 25px;
}

.form-check-input:focus {
    box-shadow: none
}

.forgot-pass {
    color: #000;
    font-size: 14px;
    text-align: end;
    display: block;
}

.form-sign .btn-site {
    width: 100%;
}

.ft-modal {
    text-align: center;
    margin-top: 45px;
}

.ft-modal p {
    color: #000;
    font-size: 14px;
}

.ft-modal p a {
    color: var(--main-color) !important
}

.form-sign .btn-site {
    border-radius: 10px;
}

.ds-verif {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ds-verif .form-control {
    width: 50px;
    margin: 0 8px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

#timer {
    display: block;
    text-align: center;
    color: var(--sub-color);
    font-weight: 600
}

.ft-modal p a.btn-resubm {
    color: var(--sub-color) !important;
}

.choose-type .inputGroup {
    margin: 0 0 20px;
}

.choose-type .inputGroup label {
    width: 100%;
    display: block;
    color: var(--sub-color);
    border: 1px solid var(--sub-color);
    cursor: pointer;
    position: relative;
    padding: 15px;
    border-radius: 10px;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}

.choose-type .inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.choose-type .inputGroup label:after {
    width: 20px;
    height: 20px;
    content: '';
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23004C84' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 1px 2px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
    display: none
}
.choose-type .inputGroup input:checked ~ label {
    background: var(--sub-color);
    color: #fff;
}
.choose-type .inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.choose-type .inputGroup input:checked ~ label:after {
    background-color: #fff;
    border-color: #fff;
    display: block
}

.choose-type .inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
.head-type-reh h4 {
    font-size: 21px;
    margin-bottom: 10px;
}
.head-type-reh p {
    font-size: 17px;
    color: #C1C1C1;
}

/* Style Menu Profile */

.sec-menu-profile {
    border-bottom: 1px solid rgb(195 195 195 / 30%);
}
.sec-menu-profile .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-menu-profile ul > li {
    display: inline-block;
}
.sec-menu-profile ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 20px 35px;
    display: block;
    border-right: 1px solid rgb(195 195 195 / 30%);
}
.sec-menu-profile ul li:first-child a {
    border-left: 1px solid rgb(195 195 195 / 30%);
}
.sec-menu-profile .dropdown-menu li {
    display: block;
}
.sec-menu-profile .dropdown-menu li a {
    padding: 10px 15px;
    text-align: center;
    color: #6F6F6F;
    font-weight: 600;
}
.sec-menu-profile .dropdown-toggle::after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}
.sec-menu-profile .dropdown-menu {
    background: #F5F5F5;
    min-width: 100%;
    margin-top: -3px !important;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dtat-awno > div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.dtat-awno > div:last-child {
    margin-bottom: 0;
}
.dtat-awno p {
    font-size: 13px;
    font-weight: 500;
    width: 150px;
}
.dtat-awno strong {
    display: block;
    color: var(--sub-color);
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    width: calc(100% - 80px);
    text-align: center;
}


/* Style Head Page */

.hd-page {
    position: relative;
    background: var(--main-color);
    height: 200px;
}
.hd-page .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.txt-hd-page {
    width: 300px;
    margin: auto;
    text-align: center;
}
.txt-hd-page h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}
.txt-hd-page p {
    color: #FFF8F8;
    font-size: 14px;
}

.hd-page:before,
.hd-page:after {
    content: "";
    background: url(../images/shape-hd.svg);
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.hd-page:after {
    left: 0;
    right: auto;
    transform: scale(-1,1)
}

/* Style Services Page */

.stage-padding {
    position: relative;
    padding: 40px 0;
}
.item-services {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}

.item-services > figure {
    display: block;
    position: relative;
    margin: 0 auto 20px;
}
.item-services > figure:before {
    content: "";
    background: var(--main-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-10%);
    z-index: -1
}

.item-services h5 {
    color: #000;
    margin-bottom: 15px;
}
.item-services .btn-site {
    margin: 15px auto 0;
}

.item-services img {
    border-radius: 10px;
    width: 60px;
}

.head-serv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.head-serv p {
    color: #000;
    font-size: 26px;
    font-weight: 500;
}
.head-serv .dropdown {
    background: var(--main-color);
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

.head-serv .dropdown > a {
    color: #fff;
}

.head-serv .dropdown span {
    background: transparent;
    color: #000;
    text-align: center;
    padding: 8px
}
.head-serv .dropdown-menu.show {
    transform: translate(0px, 34px) !important;
}
.head-serv .dropdown-toggle::after {
    display: none;
}
 
.link-serv {
    margin-bottom: 30px;
}
.link-serv li {
    display: inline-block;
    margin-right: 30px;
}
.link-serv li:last-child {
    margin-right: 0;
}
.link-serv li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.link-serv li.active a {
    color: var(--main-color)
}

.lst-serv li {
    display: block;
    margin-bottom: 15px;
}
.lst-serv li a {
    background: #fff;
    position: relative;
    display: block;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    color: #000;
    font-weight: 500;
}
.lst-serv li a::after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: var(--main-color);
}
.lst-serv li select {
    border: 0;
}
.alert-serv {
    display: flex;
}
.alert-serv figure {
    margin-bottom: 0;
    color: #FFD54F;
    font-size: 28px;
    width: 30px;
}
.alert-serv p {
    color: #777575;
    font-weight: 400;
    width: calc(100% - 30px);
    padding-left: 10px;
}

.cont-e-services,
.all-e-services {
    padding-top: 55px;
}
.form-services .form-control {
    background: #fff;
    border: 0;
    border-radius: 5px;
    height: 200px;
    padding: 20px;
}
.form-services .btn-site {
    width: 100%;
    height: 50px;
}

.item--serv {
    background: #fff;
    border: 1px solid #CCCCCC;
    padding: 7px;
    border-radius: 2px;
    display: flex;
    margin-bottom: 20px;
}
.item--serv figure {
    width: 130px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.item--serv figure img {
    max-width: 60px;
}
.txt--serv {
    position: relative;
    padding-left: 10px;
    width: calc(100% - 130px);
}
.txt--serv h6 {
    font-size: 16px;
    margin-bottom: 5px;
}
.txt--serv > span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.rate-serv {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.lst-rate {
    margin-right: 15px;
    display: inline-block;
}
.lst-rate svg {
    color: #DDDDDD;
    font-size: 13px;
}
.lst-rate .active {
    color: #FBA422
}
.rate-serv span {
    color: var(--main-color);
    font-size: 12px;
    text-decoration: underline !important;
    cursor: pointer;
}
.txt--serv p {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.txt--serv ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.txt--serv ul li {
    width: 50%;
}
.txt--serv .btn-site {
    width: 100%;
    border-radius: 12px;
    padding: 10px;
    margin-top: 0;
    height: 35px;
}
.txt--serv .btn-site span {
    font-size: 12px;
}
.txt--serv ul p {
    color: var(--sub-color);
    font-size: 10px;
    text-align: end;
}
.txt--serv ul p svg {
    font-size: 15px;
    margin-right: 10px;
}

#all-review .modal-dialog {
    max-width: 800px;
}
.head-reviews {
    text-align: center;
    margin-bottom: 30px;
}
.head-reviews p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.item-reviews {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.dt-resident {
    width: 50%;
    display: flex;
    align-items: center;
}
.dt-resident figure {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}
.txt-resident {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.txt-resident h5 {
    font-size: 16px;
}
.txt-resident h5 span {
    font-size: 12px;
    font-weight: 400;
    color: #777575;
    margin-left: 40px;
}
.rate-resident {
    width: 25%;
    text-align: center;
}
.rate-resident .lst-rate {
    margin: 0
}

.hd-reviews {
    display: flex;
}
.hd-reviews > div:first-child {
    width: 50%;
}
.hd-reviews > div {
    width: 25%;
    text-align: center;
}
.hd-reviews > div p {
    color: #000;
    font-size: 13px;
    color: #000;
    font-weight: 600
}



/* Style Reports */

.item-report {
    background: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.num-report span {
    color: #777575;
    font-size: 13px;
    display: block;
}
.num-report p {
    font-weight: 600;
    color: #000;
}
.status-report span {
    color: #777575;
    font-size: 14px;
    display: block;
}
.status-report p {
    font-weight: 500;
    color: var(--main-color);
}

/* style Contact Page */

.cont-contact p {
    text-align: center;
    margin-bottom: 30px;
}

.form-contact .form-group {
    margin-bottom: 20px;
}
.form-contact .d-flex .form-group {
    width: 50%;
    margin-right: 20px;
}
.form-contact .d-flex .form-group:last-child {
    margin-right: 0;
}
.form-contact label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}
.form-contact .form-control {
    border: 0;
    background: #fff;
    height: 50px;
    border-radius: 5px;
}
.form-contact textarea.form-control {
    height: 150px;
}
.form-contact .btn-site {
    width: 100%;
    height: 50px;
}

/* Style Edit Profile */

.form-edit {
    width: 70%;
}
.del-accou p {
    color: #777575;
    margin-bottom: 5px;
}
.del-accou a {
    display: flex;
    align-items: center;
    color: #000
}
.icon-delete {
    background: url(../images/delete.png);
    background-size: 100%;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.form-update {
    justify-content: space-between;
}
.form-update .btn-site {
    margin: 0 0 0 auto
}

/* Style Wallet Page */

.item-wallet {
    background: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.num-wallet {
    display: flex;
    align-items: center;
}
.num-wallet figure {
    background: #EEEEEE;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #47B10F
}
.txt-dep {
    width: calc(100% - 40px);
    padding-left: 10px;
}
.txt-dep span {
    display: block;
    color: #000;
    font-size: 14px;
}
.txt-dep p {
    color: #8D8D8D;
    font-size: 14px;
}
.status-wallet strong {
    display: block;
    color: #A57B51
}
.status-wallet time {
    color: #8D8D8D
}
.head-serv span {
    background: var(--main-color);
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}

/* Style Order Page */

.aside-order ul {
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    margin-right: 4px;
}
.aside-order ul li {
    flex: 1 auto;
}
.aside-order ul li a {
    color: #6F6F6F;
    font-weight: 500;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
}
.aside-order ul li.active a {
    color: #fff;
    background: var(--main-color)
}

.aside-order {
    padding-right: 50px;
}

.list--order {
    height: calc(100vh - 270px);
    overflow: scroll;
    overflow-x: hidden;
}
.item--order {
    background: #fff;
    border-radius: 15px;
    display: flex;
    position: relative;
    padding: 15px 15px 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    cursor: pointer
}
.item--order.active {
    background: rgb(123 151 181 / 51%);
}
.item--order figure {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    background: #fff;
    border: 2px solid var(--sub-color);
    border-radius: 50%;
}
.item--order figure img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.dt--order {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.dt--order h5 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
    color: #000;
}
.dt--order > p {
    color: #777575;
    font-size: 12px;
    margin-bottom: 10px;
}
.prc-order {
    color: var(--sub-color);
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    bottom: 3px;
    right: 20px;
}
.loc--or {
    display: flex;
}
.loc--or p {
    color: #777575;
    font-size: 14px;
    font-weight: 500;
}
.icon-map {
    background: url(../images/map.svg);
    background-size: 100%;
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 10px;
}

.dt--order span {
    display: block;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    margin-right: 15px;
}
.order-open {
    color: #48B901;
}
.order-pending {
    color: #EF991E;
}
.order-complete {
    color: #698BC8;
}

.smth-scroll::-webkit-scrollbar {
    width: 4px;
}

.smth-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.smth-scroll::-webkit-scrollbar-thumb {
    background-color: rgb(105 118 134 / 0%)
}

.smth-scroll:hover::-webkit-scrollbar-thumb {
    background: rgb(105 118 134 / 30%);
}

.content-chat {
    height: calc(100vh - 270px);
    border: 2px solid rgb(112 112 112 / 14%);
    background: #fff;
    border-radius: 15px;
}

.head-prov {
    height: 80px;
    color: #333333;
    border-bottom: 2px solid rgb(112 112 112 / 14%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.own-prov {
    display: flex;
    align-items: center;
}

.own-prov figure {
    margin-bottom: 0;
    border: 2px solid var(--sub-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.own-prov figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.own-prov p {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.txt--own {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.opt-prov > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #eee;
    border-radius: 50%;
    color: #333333
}

.opt-prov .dropdown-toggle::after {
    display: none;
}
.opt-prov .dropdown-menu {
    background: #fff;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    padding: 5px 0;
    right: 0 !important;
    left: auto !important;
    margin-top: 10px !important;
}
.opt-prov .dropdown-menu li a {
    padding: 15px 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    display: block;
}
.opt-prov .dropdown-menu li:hover {
    background: #eee;
}

.dta-chat {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 280px)
}

.ph--chat {
    overflow: auto;
    padding-right: 10px;
}
.ph--chat > div {
    margin-bottom: 25px;
}

.sent--msg {
    display: flex;
}

.sent--msg figure {
    margin-bottom: 0;
    width: 50px;
    text-align: center;
}

.sent--msg figure img {
    border-radius: 50%;
    height: 50px;
    margin-bottom: 3px;
    object-fit: cover;
}

.sent--msg time {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
}

.text--received time {
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-align: left
}
.text--received a {
display: block;
text-align: end;
}
.sent--msg time{
       text-align: right 
}

.text--msg {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.text--msg p,
.text--received p {
    background: #F5F7FB;
    padding: 25px;
    font-size: 15px;
    border-radius: 25px;
    border-top-left-radius: 2px;
    margin-bottom: 10px;
    width: max-content;
    max-width: 60%;
}

.text--received p:last-child {
    margin-bottom: 0
}

.text--received p {
    background: var(--main-color);
    color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 2px;
    margin-left: auto;
}

.sent--received {
    margin-left: auto;
}
.form-write {
    position: relative;
}
.write-chat {
    height: 50px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}
.form-write {
    display: flex;
    align-items: center;
    width: 100%;
}
.form-write .form-group {
    width: calc(100% - 200px)
}
.opt-write {
    width: 200px;
    display: flex;
    align-items: center;
}

.form-write .form-control {
    height: 55px;
    border-radius: 8px;
    padding: 0 30px;
    border: 0;
    background: #F5F5F5;
    margin-right: 10px;
}

.btn-send-msg {
    flex: 1;
}

.btn-send-msg .btn-send {
    height: 45px;
    width: 55px;
    border-radius: 8px;
    background: var(--sub-color);
    color: #fff;
    margin: 0;
    padding: 0;
}

.form-write .btn-send svg {
    position: relative;
    color: #fff;
}

.voice-ch {
    flex: 1;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #ACACAC;
}
.attach-file {
    flex: 1;
    text-align: center
}
.attach-file > div {
    width: 55px;
    height: 45px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ACACAC;
    color: #fff;
}

.form-write .form-control::placeholder {
    font-size: 17px;
}

.list-opt-order {
    text-align: center;
    display: flex;
    margin: 0 -5px;
}
.list-opt-order li {
    display: inline-block;
    margin: 0 5px;
    width: 50%
}
.list-opt-order li .btn-site {
    width: 100%;
}
.list-opt-order li .btn-not {
    background: transparent;
    border: 1px solid var(--sub-color);
}
.list-opt-order li .btn-not span {
    color: var(--sub-color);
}
#expiredModal .head-modal h4,
#complaintModal .head-modal h4 {
    font-size: 30px;
}
.form-complaint .form-group .form-control {
    background: #F5F5F5;
    height: 140px;
}



.cont--offer {
    background: #fff;
    padding: 80px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.cont-accept figure {
    text-align: center;
}
.cont-accept figure img {
    max-width: 200px
}
.cont-accept p {
    font-size: 18px
}
.cont--offer ul {
    width: 100%;
    display: flex;
}
.cont--offer ul li {
    flex: 1;
    margin: 0 10px;
}
.btn-rejected {
    background: #F24236;
    width: 100%;
}
.btn-accept {
    background: #4CB050;
    width: 100%;
}

.cont-make-offer {
    width: 100%;
}
.cont-make-offer .make-offer {
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    margin-bottom: 40px;
}
.tp-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.bt-offer {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.bt-offer span {
    color: #FF9900
}

.make-an-offer p {
    font-size: 18px;;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-make-offer {
    border: 1px solid #707070;
    border-radius: 15px;
    padding: 20px;
}
.form-make-offer .form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-make-offer .form-group:last-child {
    margin-bottom: 0
}
.form-make-offer .form-control {
    background: #F5F5F5;
    height: 45px;
    border: 0;
    border-radius: 10px;
}

.dls-present {
    background: #F5F5F5;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.dls-present p {
    margin-bottom: 0;
    font-size: 15px;
}
.dls-present span {
    color: var(--sub-color);
}


.head-services {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.head-services .btn-site {
    margin: 0;
    padding: 10px;
}

.dt-serv {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 9;
}
.dt-serv p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.dt-serv h5 {
    position: unset;
    transform: unset;
    font-size: 18px;
}

.opt-serv {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99
}
.opt-serv a {
    background: transparent;
    font-size: 20px;
}
.opt-serv a:before {
    display: none;
}
.opt-serv .dropdown-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.opt-serv .dropdown-toggle::after {
    display: none;
}
.drop-serv {
    min-width: 9rem;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    right: 0 !important;
    left: auto !important;
}
.drop-serv li a {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 10px;
    display: block;
}
.drop-serv li a:hover {
    background: #eee;
}

#type-services .modal-body,
#add-services .modal-body {
    background: #F5F5F5;
    border-radius: 15px;
}
.choose-type-serv li {
    margin-bottom: 20px;
    display: block;
}
.choose-type-serv li a {
    background: #bfbfbf;
    padding: 15px;
    border-radius: 10px;
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 14px;
}
.form-services-provid .form-group {
    margin-bottom: 15px;
}
.form-services-provid .form-group label {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}
.form-services-provid .form-control {
    background-color: #bfbfbf;
    border: 0;
    border-radius: 8px;
    height: 45px;
    color: #000
}

.cont-secondary {
    background: #FDFDFD;
    padding: 10px;
    border-radius: 8px;
}
.radio-item {
    position: relative;
}

.radio-item input[type='checkbox'] {
    display: none;
}

.radio-item label {
    color: #666;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 3px solid #fff;
    padding: 10px 10px 10px 40px;
    cursor: pointer;
}

.radio-item label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 11px;
    border: 2px solid #4E4E4E;
    background-color: transparent;
}


.radio-item input[type=checkbox]:checked + label:after {
    border-radius: 11px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13.5px;
    content: "";
    display: block;
    background: var(--main-color);
}

.radio-item label input {
    display: block;
    background: #F5F5F5;
    width: 100px;
    height: 40px;
    padding: 7px;
    padding-right: 40px;
    border-radius: 5px;
    text-align: end;
    color: var(--main-color);
}
.radio-item label span {
    position: absolute;
    right: 20px;
    color: var(--main-color);
}
.lst-serv-provid {
    display: flex;
    width: 100%;
}
.lst-serv-provid li {
    flex: 0 0 50%;
    padding-right: 15px;
}
.lst-serv-provid li:last-child {
    padding-right: 0;
}
.lst-serv-provid .btn-site {
    width: 100%;
}
.lst-serv-provid .btn-not {
    background: transparent;
    border: 1px solid var(--sub-color);
}
.lst-serv-provid .btn-not span {
    color: var(--sub-color);
}


/**/

#reviewsModal .modal-body {
    background: #F5F5F5;
}
.form-reviews .form-control {
    background: #fff;
    height: 140px !important;
}
.form-reviews .btn-site {
    width: 100%;
}
.full-stars-example-two .rating-group {
	 display: inline-flex;
}
.full-stars-example-two .rating__icon {
	 pointer-events: none;
}
.full-stars-example-two .rating__input {
	 position: absolute !important;
	 left: -9999px !important;
}
.full-stars-example-two .rating__input--none {
	 display: none;
}
.full-stars-example-two .rating__label {
	 cursor: pointer;
	 padding: 0 0.1em;
	 font-size: 2rem;
}
.full-stars-example-two .rating__icon--star {
	 color: orange;
}
.full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
	 color: #ddd;
}
.full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
	 color: orange;
}
.full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
	 color: #ddd;
}

.alert-site {
    position: fixed;
    left: 50%;
    bottom: 80%;
    transform: translateX(-50%);
    z-index: 99;
}
.alert-success {
    color: #fff;
    background-color: rgb(0 141 147);
    border-color: transparent;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
}
.alert-erorr {
    color: #fff;
    background-color: #f00;
    border-color: transparent;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
}

.alert-site p {
    font-size: 15px;
}
.alert-site svg {
    margin-right: 10px;
}

.alert-erorr a{
    color: #fff;
}
.alert-success a{
    color: #fff;
}


/* Style Verify Page */

.cont-verify p {
    text-align: center;
    margin-bottom: 30px;
}

.form-verify .form-group {
    margin-bottom: 20px;
}
.form-verify .d-flex {
    justify-content: center;
    direction: ltr;

}
.form-verify .d-flex .form-group {
    width: 50px;
    margin: 0 10px;
}
.form-verify label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}
.form-verify .form-control {
    border: 0;
    background: #bfbfbf;
    height: 50px;
    border-radius: 5px;
    text-align: center;
}

.form-verify .btn-site {
    width: 260px;
    height: 50px;
}

.cont-forgot {
    text-align: center;
    margin: 30px auto;
}
.form-forgot-password .form-group {
    width: 260px;
    margin: 0 auto 0;
}
.form-forgot-password .btn-site {
    width: 100%;
}
.error {
   margin: 0px;
padding: 0px;
border: none;
outline: none;
text-align: center;
}
.provider_service_price {
text-align: left;
color: #000;
padding-left: 25px;
}

.item-complaint {
    background: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.ph-complaint {
    width: 25%;
    margin-bottom:15px
}
.st-complaint {
    width: 100%;
    margin-bottom:15px
}
.rs-complaint {
    width: 100%;
    margin-bottom:15px
}
.item-complaint span {
    color: #777575;
    font-size: 14px;
    display: block;
}
.item-complaint p {
    font-weight: 500;
    color: var(--main-color);
}


