.form-control {
    padding-top: 13px;
    padding-bottom: 13px;
    transition-duration: 0.25s;
    border-radius: 8px;
}

.ajax-loader {
    position: fixed;
    background: #7d7d7d3d;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
    float: left;
    width: 100%;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    position: absolute;
    border-left: 2px solid #ffffff;
    border-top: 2px solid rgb(50, 122, 182);
    border-right: 2px solid rgba(50, 122, 182, 0.97);
    border-bottom: 2px solid rgb(50, 122, 182);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.loading,
.loading:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

img {
    max-width: 100%;
}

.login_btn {
    padding: 13px 30px;
    border: 1px solid rgba(227, 227, 227, 1.00);
    text-decoration: none;
    color: #000;
    border-radius: 8px;
}

.login_btn:hover {
    transition: box-shadow 0.2s ease-in-out;
    background-color: #F5F5F5;
}

.sm_btn {
    padding: 8px 30px;
}

.large_btn {
    padding: 13px 30px;
}

.default_btn {
    border: 1px solid rgba(227, 227, 227, 1.00);
    text-decoration: none;
    color: #000;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.default_btn:hover {
    transition: box-shadow 0.2s ease-in-out;
    background-color: #F5F5F5;
}

.primary_btn {
    border: none;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    background-color: rgb(110, 66, 229);
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
}

.primary_btn:hover {
    transition: box-shadow 0.2s ease-in-out;
    opacity: 1;
}

.header {
    border-bottom: 1px solid #ddd;
    position: sticky;
    display: block;
    width: 100%;
    background-color: #fff;
    top: 0px;
    z-index: 999;
}

/* .main_content{
    margin-top: 90px;
} */
.head_row {
    align-items: center;
}

.account {
    justify-content: end;
    display: flex;
}

.footer {
    background: rgb(237, 237, 237);
    padding-top: 25px;
}

.footer_links {
    padding-top: 30px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(227, 227, 227, 1.00);
}

.footer_copy {
    padding: 20px 0px;
    font-size: 13px;
}

.links_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
}

.footer_links ul {
    list-style: none;
    padding: 0px;
}

.footer_links ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.categories {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0px;
    padding: 24px;
}

.home_service {
    padding-top: 48px;
}

.section {
    display: inline-block;
    padding-bottom: 96px;
    width: 100%;
}

.section .title {
    font-size: 33px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 32px;
    background-image: linear-gradient(to right, #2b5876 0%, #4e4376 51%, #2b5876 100%);
    color: #fff;
    border-radius: 8px;
    padding: 5px 15px;
}

.cat_click {
    cursor: pointer;
}

.cat_img {
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    background-color: rgba(245, 245, 245, 1.00);
}

.cat_img img {
    height: 65px;
    object-fit: cover;
}

.cat_name {
    padding-top: 8px;
    font-size: 13px;
    text-align: center;
}

.category {
    margin-bottom: 16px;
}

.sub_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(84, 84, 84, 1.00);
    margin-bottom: 16px;
}

.service_click {
    cursor: pointer;
}

.popular_slider .subcat_name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    line-height: 20px;
}

.popular_slider a.slide {
    text-decoration: none;
    color: #000;
}

.popular_slider .slide img {
    width: 100%;
    border-radius: 8px;
    height: 240px;
    object-fit: cover;
}

.slide {
    margin-right: 16px;
}

button.slick-prev.slick-arrow {
    background-color: #fff;
    position: absolute;
    left: -25px;
    top: calc(50% - 50px);
    font-size: 0;
    border: 0;
    width: 55px;
    height: 55px;
    z-index: 999;
    background: url(../images/left.svg);
    background-size: 100%;
    border-radius: 50%;
    box-shadow: 0px 2px 2px 0px #00000040;
}

button.slick-next.slick-arrow {
    background-color: #fff;
    position: absolute;
    right: -25px;
    top: calc(50% - 50px);
    font-size: 0;
    border: 0;
    width: 55px;
    height: 55px;
    z-index: 999;
    background: url(../images/right.svg);
    background-size: 100%;
    border-radius: 50%;
    box-shadow: 0px 2px 2px 0px #00000040;
}

.become_partner {
    margin: 0px;
    margin-top: 20px;
    border-radius: 8px;
    padding: 15px;
    background-image: linear-gradient(to right, #2b5876 0%, #4e4376 51%, #2b5876 100%);
    color: #fff;
}

.become_partner .right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.become_partner .right img {
    object-fit: contain;
}

.apply_btn {
    background-color: rgb(110, 66, 229);
    color: #fff;
    padding: 5px 28px;
    margin-top: 10px;
}

.apply_btn:hover {
    color: #fff;
    background-color: #3d10b8;
}

.search_icon,
.loc_icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    padding-left: 13px;
    color: rgb(84, 84, 84);
}

.search_input,
.address_input {
    padding-left: 40px;
}

.search,
.address {
    display: flex;
    align-items: center;
    position: relative;
}

.socila_links {
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.soc_icon {
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    color: #000;
    width: 20px;
    height: 20px;
}

.modal {
    background: rgb(0, 0, 0, 0.55);
}

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

.modal-header {
    border: none;
}

.verify_otpmsg {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.subcat_link {
    text-decoration: none;
    color: #000;
}

#subcat_modal #cat_title {
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
}

.error-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10% 0%;
}

.error_title {
    font-size: 20px;
    color: rgba(15, 15, 15, 1.00);
    font-weight: 600;
    line-height: 28px;
    margin: 0px;
}

.error_msg {
    color: rgb(84, 84, 84);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.page_banner .banner_img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;

}

.service_desc ul {
    padding-left: 15px;
    margin: 0px;
}

.page_banner {
    padding-bottom: 40px;
}

.services {
    border: 1px solid rgb(237, 237, 237);
    padding: 16px 32px;
    margin-bottom: 40px;
}

.subcat_name {
    margin: 0px;
    margin-top: 24px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}

.service {
    display: flex;
    padding: 32px 0px;
    border-bottom: 1px solid rgb(237, 237, 237);
}

.service_name {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
}

.price_time {
    margin-top: 8px;
    display: flex;
    gap: 8px;
}

.price_time {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.price {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.serice_time {
    color: rgba(84, 84, 84, 1.00);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.service_desc {
    margin-top: 12px;
    border-top: 1px dashed rgba(227, 227, 227);
    padding-top: 12px;
    font-size: 12px;
    color: rgba(84, 84, 84, 1.00);
    line-height: 16px;
}

.service_img {
    width: 128px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.service_rght {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_left {
    flex: auto;
}

.discounted {
    text-decoration-line: line-through;
    font-weight: normal;
    padding-left: 6px;
}

.add_btn {
    background-color: rgb(245, 242, 253);
    color: rgb(110, 66, 229);
    border-color: rgb(110, 66, 229);
    padding: 7px 0px;
}

.add_qty_btn {
    width: 80px;
}

.service_qty {
    position: relative;
    top: -18px;
}

.viewcart_btn {
    position: sticky;
    left: 0px;
    bottom: 0px;
    margin-bottom: 15px;
}

.qtyBtns {
    display: flex;
    width: 80px;
    height: 36px;
    border: 1px solid rgba(227, 227, 227, 1.00);
    text-decoration: none;
    color: #000;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    background-color: rgb(245, 242, 253);
    border-color: rgb(110, 66, 229);
    align-items: center;
}

.qty_btnwrap {
    display: none;
}

.qtyBtns .qtybtn {
    background: none;
    border: none;
    width: 25px;
    font-size: 18px;
    font-weight: 200;
    color: rgb(110, 66, 229);
}

.qtyBtns .qty {
    width: 30px;
    border: none;
    text-align: center;
    background-color: rgb(245, 242, 253);
    color: rgb(110, 66, 229);
    font-weight: 600;
}

.qtyBtns .qty:focus {
    outline: none;
}

.cart_services {
    padding: 24px;
    border: 1px solid rgba(227, 227, 227, 1.00);
    border-radius: 8px;
}

.cart_service {
    display: flex;
    padding-top: 16px;
    align-items: center;
}

.cart_service_title {
    margin: 0px;
    padding-right: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    flex: 1;
}

.service_price {
    width: 76px;
    padding-left: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
}

.cart_services .qtyBtns {
    height: 32px;
    ;
}

.payment_summary {
    margin-top: 16px;
    border: 1px solid rgba(227, 227, 227, 1.00);
    border-radius: 8px;
    padding: 24px;
}

.pay_title {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 8px;
}

.text_row {
    display: flex;
    align-items: center;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.text_label {
    margin: 0px;
    width: 100%;
    flex: 1;
}

.text_amount {
    margin: 0px;
}

.total_row {
    display: flex;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed rgb(227, 227, 227);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.total_label {
    margin: 0px;
    width: 100%;
    flex: 1;
}

.total_amount {
    margin: 0px;
}

.cart_service:first-child {
    padding-top: 0px;
}

.l_row {
    display: flex;
    padding: 16px;
    align-items: center;
    border-bottom: 1px solid rgba(227, 227, 227, 1.00);
    flex-direction: column;
}

.icon {
    width: 36px;
    height: 36px;
}

.left_wraper {
    border-radius: 8px;
    border: 1px solid rgba(227, 227, 227, 1.00);
}

.card_r {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    flex: 1;
}

.card_r .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding-bottom: 4px;
}

.card_data {
    color: rgba(84, 84, 84, 1.00);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.row_details {
    display: flex;
    width: 100%;
    align-items: center;
}

.action_btn {
    display: flex;
    margin-top: 8px;
    width: 100%;
}

.login_card {
    display: flex;
    padding: 16px;
    flex-direction: column;
}

.schedule_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.date_box {
    width: 64px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 64px;
    cursor: pointer;
}

.dates {
    display: flex;
    padding: 0px;
    gap: 16px;
    flex-wrap: wrap;
    padding-bottom: 32px;
}

.date_box .day {
    margin: 0px;
    color: rgba(84, 84, 84, 1.00);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 4px;
}

.date_box .date {
    margin: 0px;
    color: rgba(15, 15, 15, 1.00);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.time_title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    line-height: 28px;
    margin: 0px;
    padding-bottom: 32px;
    font-weight: 600;
}

.select_times {
    padding: 0px;
}

.times {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-height: 375px;
    overflow-y: auto;
}

.time_box {
    border: 1px solid rgb(245, 245, 245);
    border-radius: 8px;
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    cursor: pointer;
}

.time_text {
    margin: 0px;
    color: rgba(15, 15, 15, 1.00);
    font-size: 14px;
    font-weight: 400;
}

.date_box.selected,
.time_box.selected {
    background-color: rgb(245, 242, 253);
    border-color: rgb(110, 66, 229);
}

.address_box {
    padding: 24px 0px;
    border-bottom: 1px solid #ddd;
}

.address_wrap {
    display: flex;
    cursor: pointer;
}

.address_title {
    color: rgb(15, 15, 15);
    margin: 0px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.s_address {
    margin: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgb(84, 84, 84);
}

.add_rgt {
    padding: 0px 16px;
    width: 100%;
    flex: 1;
}

.address_radio {
    width: 16px;
    height: 16px;
}

.address_box:first-child {}

.addnew {
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
    color: rgb(110, 66, 229);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.search_box {
    padding: 24px 16px;
    border-radius: 16px 16px 0px 0px;
    background-color: rgba(255, 255, 255, 1.00);
    border-bottom: 1px solid rgba(227, 227, 227, 1.00);
    display: flex;
    align-items: center;
}

.address_body {
    max-height: 500px;
    overflow-y: auto;
    border-top: 8px solid rgba(245, 245, 245, 1.00);
}

.map_icon {
    width: 15px;
    height: 15px;
}

.result_addresses .address_wrap {
    display: flex;
    cursor: pointer;
    align-items: center;
}

#addAddressModal button.btn-close,
#addressSearchModal button.btn-close {
    position: absolute;
    right: 0px;
    top: -40px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    opacity: 1;
    font-size: 13px;
}

.pac-container.pac-logo.hdpi {
    z-index: 99999999;
}

.mapPin_icon {
    position: absolute;
    z-index: 2;
    padding-left: 13px;
    width: 28px;
}

.addresses {
    max-height: 450px;
    overflow-y: auto;
}

#address_input {
    cursor: pointer;
}

.search_result {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 60px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 4px #ddd;
    width: 100%;
    max-height: 450px;
    overflow-y: auto;
}

.search_service {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: #000;
}

.s_price_cat {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: rgba(84, 84, 84, 1.00);
    line-height: 20px;
    font-weight: 400;
}

.s_image {
    width: 72px;
    height: 72px;
}

.s_name h3 {
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(15, 15, 15, 1.00);
}

.s_image img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s_name {
    padding-bottom: 4px;
}

.user_menu {
    color: gray;
    display: flex;
    align-items: center;
    gap: 7px;
}

.user_icon {
    background-color: rgba(237, 237, 237, 1.00);
    border-radius: 50%;
    padding: 12px;
    width: 20px;
    height: 20px;
}

.paymentMethod {
    display: flex;
    width: 100%;
    padding: 14px 16px;
    align-items: center;
    cursor: pointer;
    border-bottom: 4px solid rgb(237, 237, 237);
}

.pay_icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.inner_wrapper {
    border: 1px solid rgba(227, 227, 227, 1.00);
    border-radius: 8px;
    padding: 0px;
}

.c_head {
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
}

.c_head .c_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 0px;
}

.cart_amount {
    font-size: 12px;
    line-height: 16px;
    color: rgba(84, 84, 84, 1.00);
    font-weight: 400;
}

.pay_details {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pay_name {
    color: rgba(15, 15, 15, 1.00);
    font-size: 14px;
    font-weight: 400;
}

.pay_desc {
    color: rgba(84, 84, 84, 1.00);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.booked_cat {
    margin: 0px;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.book_details {
    display: flex;
    border: 1px solid rgba(227, 227, 227, 1.00);
    border-radius: 8px;
    padding: 16px;
    flex-direction: column;
    text-decoration: none;
    color: #000;
}

.book_top {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.book_top .status {
    color: rgb(7, 121, 76);
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}

.book_top .status.red {
    color: rgb(179, 35, 6);
}

.bservices {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

.bschedule {
    color: rgb(117, 117, 117);
    font-size: 12px;
    line-height: 16px;
}

.book_bottom {
    margin-top: 16px;
    border-top: 1px dashed rgb(227, 227, 227);
    padding-top: 16px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.book_amount {
    width: 100%;
    flex: 1;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.bicon {
    width: 20px;
    height: 20px;
    color: green;
}

.bcheck_circle {
    width: 100%;
    height: 100%;
}

.booking_card {
    border-bottom: 4px solid rgb(237, 237, 237);
    padding-bottom: 24px;
}

.booking_head {
    background-color: #fff;
    margin-bottom: 32px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.order_inner {
    border-radius: 12px;
    background-color: #fff;
    padding: 16px 24px;
}

.order_stauts {
    padding: 8px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.order_current {
    padding: 16px 0px;
    display: flex;
    flex-direction: column;
}

.order_current .orderagain {
    display: flex;
}

.curr_update {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.new_prof {
    color: rgb(117, 117, 117);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.orderagain .bookagn {
    padding: 10px 15px;
}

.b_details_card {
    border-radius: 12px;
    background-color: #fff;
    padding: 16px 24px;
}

.back_icon {
    width: 36px;
    display: flex;
    padding: 8px;
    cursor: pointer;
    color: #000;
}

.back_icon .leftarrow {
    width: 100%;
}

.order_cat {
    color: rgba(15, 15, 15, 1.00);
    font-size: 20px;
    margin: 0px;
    line-height: 28px;
    font-weight: 600;
}

.card_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 16px;
}

.payamount {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 16px;
}

.payNow {
    padding-top: 16px;
    display: flex;
    padding-left: 30px;
}

.order_address {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed rgb(227, 227, 227);
}

.orderschedule {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed rgb(227, 227, 227);
}

.actbtns {
    margin-top: 16px;
    display: flex;
    padding-left: 30px;
    gap: 10px;
    flex-wrap: wrap;
}

span.add_name {
    font-weight: 600;
}

.flex_row {
    display: flex;
    gap: 16px;
    align-items: center;
}

.row_icon {
    width: 16px;
    height: 16px;
    display: flex;
}

.row_icon .b_icon {
    width: 100%;
    height: 100%;
}

.row_icon img {
    width: 100%;
    height: 100%;
}

.min_text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    flex: 1;
}

.otp_block {
    display: flex;
    gap: 16px;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 16px;
}

.otp_text {
    width: 100%;
    flex: 1;
    color: rgb(15, 15, 15);
    font-size: 14px;
    font-weight: 400;
}

.otp_code {
    font-size: 17px;
    font-weight: 700;
}

.item_name {
    width: 100%;
    flex: 1;
    color: rgb(15, 15, 15);
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}

.item_total {
    color: rgb(15, 15, 15);
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.service_row {
    display: flex;
    gap: 16px;
}

.tax_row {
    border-top: 1px dashed #ddd;
    padding-top: 16px;
    margin-top: 16px;
}

.total_row {
    border-top: 1px dashed #ddd;
    padding-top: 16px;
    margin-top: 16px;
    display: flex;
    gap: 16px;
}

.total_name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    width: 100%;
    flex: 1;
}

.total_paid {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.noresult {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 25px;
}

.noresult .no_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    margin: 0px;
}

.noresult .no_details {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.items {
    border-top: 1px solid #ddd;
    padding-top: 16px;
}

.p_menus ul {
    list-style: none;
    padding: 0px 25px;
    margin: 0px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.p_menus {
    display: flex;
    justify-content: end;
}

.p_menus ul a {
    font-size: 16px;
    line-height: 22px;
    color: #555555;
    text-decoration: none;
    padding: 5px 20px;
}

.partner_hero {
    background: #edf7fd;
    width: 100%;
    padding: 45px 0px;
}

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

.hero_title {
    font-style: normal;
    font-weight: bold;
    font-size: 39px;
    line-height: 48px;
    color: #222222;
}

.hero_details {
    margin-top: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 37px;
    color: #555555;
}

.details_box {
    padding: 60px 0px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user_image {
    max-width: 200px;
    margin-top: 20px;
}

.user_image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.doc_image {
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    padding: 10px;
}

.doc_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}





.mobile_navigation {
    height: 55px;
    background: #fff;
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.16);
    display: none;
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

.bottom_nav {
    flex: 1;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav_icon {
    width: 18px;
    height: 18px;
    color: #b0b0b0;
}

.nav_name {
    line-height: 16px;
    font-size: 11px;
    margin: 0px;
}

.profile_head {
    display: flex;
    flex-direction: column;
    padding: 24px 15px;
    border-bottom: 8px solid #F5F5F5;
}

.profile_head .user_name {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-decoration-line: none;
    text-transform: none;
    margin: 0px;
}

.profile_head .user_phone {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration-line: none;
    text-transform: none;
    margin: 0px;
}

.profile_menus {
    padding: 24px 15px;
}

.prop_menubox {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
}

.service_desc p {
    margin: 0px;
}


.menu_name {
    text-decoration: none;
    color: rgb(15, 15, 15);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin: 0px;
}

.prop_menubox:last-child {
    margin: 0px;
}

.menu_icon {
    width: 16px;
    height: 16px;
    color: #b0b0b0;
}

.logout_btn {
    display: flex;
    justify-content: center;
}

.provider_details {
    display: flex;
    width: 100%;
    align-items: center;
}

.provider_img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 6px;
}

.prod_name_rate {
    flex: 1;
    padding: 0px 15px;
}

.call_icon {
    width: 35px;
}

.prod_name_rate .prod_name {
    font-size: 13px;
    margin: 0px;
}

.providerDetails {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 16px;
}

.providerImg {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.prodName_rate {
    flex: 1;
}

.prodname {
    font-size: 14px;
    margin-bottom: 5px;
}

.call_link {
    display: flex;
    height: 32px;
}

.dbox {
    margin-bottom: 25px;
}

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #134d26;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dbox .icon svg {
    font-size: 20px;
    color: #fff;
}

.dbox .text a {
    color: #6e42e5;
    text-decoration: none;
}

.dbox .addressbox {
    max-width: 225px;
    margin: auto;
}

.contact-wrap {
    background: #fff;
}

/* .profile_form .profile_image {
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 4px;
} */

.profile_image img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.cat_box {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    padding: 20px 5px;
    background-image: linear-gradient(to right, #2b5876 0%, #4e4376 51%, #2b5876 100%);
    border-radius: 14px;
    box-shadow: 0px 0px 5px #9e9e9e;
    color: #fff;
    align-items: center;
}

.nsub_cat {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    padding: 11px 12px;
    border-radius: 15px;
    box-shadow: 1px 1px 1px #a4a4a4;
    color: #fff;
    align-items: center;
    background: linear-gradient(to right, #2b5876 0%, #4e4376 51%, #2b5876 100%);
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
    border-radius: 6px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 52px !important;
}

.userdemo_video {
    height: auto;
    width: 100%;
    border-radius: 12px;
}

.provider_demo_video {
    height: 650px;
    width: 100%;
}

.home_rgtimg {
    position: sticky;
    top: 0px;
}

.become_partner .title {
    font-size: 18px;
}

/* New Css */
.how-it-works {
    background-image: url(../images/how-it-works-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px;
    position: relative;
}

.how-it-works:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.how-it-works h3 {
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    z-index: 9;
    position: relative;
    text-transform: uppercase;
}

.how-it-works.contact-bg {
    background-image: url(../images/bg.png);
}

.contact-bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
}

.how-it-works.view-profile {
    background-image: url(../images/view-profile-bg.png);
}

.allsteps {
    margin: 90px 0px;
}

.allsteps .step {
    background-color: #EDF2F6;
    border-radius: 25px;
    padding: 25px;
    position: relative;
}

.allsteps .step::before {
    content: "";
    position: absolute;
    top: 50px;
    left: -29px;
    width: 32px;
    height: 48px;
    background-image: url(../images/polygon-right.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.step .step-number {
    font-size: 70px;
    font-weight: bold;
    background: linear-gradient(to right, #134d26 0%, #157536 51%, #134d26 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-content {
    position: absolute;
    bottom: 0;
}

.step-content h3 {
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 43px;
}

.step-content p {
    font-size: 18px;
    font-weight: 400;
    color: #646464;
    margin-bottom: 0px;
}

.step-bar {
    width: 100%;
    height: 91%;
    padding-left: 75px;
    border-left: 3px dashed #666666;
}

.rounded-before {
    position: relative;
}

.rounded-before::before {
    content: "";
    position: absolute;
    top: 50px;
    left: -90px;
    width: 50px;
    height: 50px;
    background-image: url(../images/round.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.video-section {
    background-color: #F0F1F5;
    padding: 100px 0px;
}

.heading {
    font-size: 45px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
    line-height: 55px;
}

.su-heading {
    font-size: 20px;
    color: #6F6E6E;
    margin-bottom: 20px;
    line-height: 27px;
    font-weight: 400;
}

.video-section .provider_demo_video {
    margin: 50px auto 0px;
    display: block;
    border-radius: 20px;
    border: 5px solid #f8f8f8;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    max-width: 650PX;
    height: 400px;
}

.profile-card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1255);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 20px;
}

.all-profile-card {
    margin: 50px 0px;
}

.card-img img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    object-fit: cover;
}

.card-img {
    display: flex;
    align-items: center;
    gap: 38px;
    flex-wrap: wrap;
}

.card-name h3 {
    color: #134D26;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.card-name ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.card-name ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 200px;
    padding: 10px;
    border-bottom: 1px dashed #CCCCCC;
    font-size: 20px;
    font-weight: 500;
    color: #555555;
}

.card-name ul li:first-child {
    border-top: 1px dashed #CCCCCC;
}

.buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.buttons .btn.btn-primary {
    border-radius: 30px;
    border: 1px solid #134D26;
    padding: 13px 32px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(to right, #134d26 0%, #157536 51%, #134d26 100%);
}

.profile-cards {
    margin-top: 33px;
}

.profile-cards .profile-card-img {
    background-color: #FFFFFF;
    border: 1px solid rgba(113, 128, 150, 0.5);
    padding: 15px;
    border-radius: 15px;
}

.profile-cards .profile-card-img img {
    border-radius: 10px;
    object-fit: cover;
}

.card-name.user-card {
    background-color: #FFFFFF;
    border: 1px solid rgba(113, 128, 150, 0.5);
    padding: 0px;
    border-radius: 15px;
}

.card-name.user-card h3 {
    background-color: #FBFBFB;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 15px;
    font-size: 23PX;
    margin-bottom: 0;
}

.card-name.user-card ul li:first-child {
    border-top: 1px solid #D9DEE3;
}

.card-name.user-card ul li {
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 40px;
    padding: 7px 15px;
    border-bottom: 0px dashed #CCCCCC;
    font-size: 20px;
    font-weight: 500;
    color: #555555;
}

.card-name.user-card ul li:last-child {
    padding-bottom: 15px;
}

.card-name.user-card ul li span:first-child {
    min-width: 200px;
}

.document-card {
    position: relative;
}

.document-card .profile-card-img {
    padding: 10px;
}

.profile-card.profile-cards.document-card h2 {
    margin-bottom: 40px;
}

.profile-card-img h5 {
    font-size: 16px;
}

.profile-card.profile-cards h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #134D26;
}

.profile-card.document-card {
    padding: 25px;
}

.document-card .swiper-navigation .swiper-button-next,
.document-card .swiper-navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #134D26;
}

.document-card .swiper-navigation .swiper-button-prev:after,
.document-card .swiper-navigation .swiper-button-next:after {
    color: #fff !important;
    font-size: 24px;
}

.document-card .swiper-navigation {
    position: absolute;
    top: 42px;
    z-index: 9;
    left: auto;
    right: 76px;
}

.document-card .edit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 14px;
    right: 14px;
    gap: 5px;
}

.document-card .edit-icon .bg-black {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.document-card .edit-icon svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    color: #fff;
    font-size: 12px;
}

.userimage-card h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.userimage-card .userimage {
    background-color: #FBFBFB;
    border: 1px solid #CED9DA;
    padding: 15px;
    border-radius: 10px;
}

.userimage .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.userimage .form-label small {
    font-size: 14px;
    font-weight: 400;
    color: #6A6A6A;
    margin-bottom: 10px;
}

.userimage-card .form-group .form-control {
    height: 50px;
    border-radius: 6px;
    border: 1px solid #CED9DA;
    font-size: 16px;
    color: #778196;
    font-weight: 500;
    padding: 14px;
    line-height: 18px;
}

.userimage-card .form-group input {
    color: #778196 !important;
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('dropdown-icon.svg') no-repeat right center;
    background-size: 1.5em;
    padding-right: 2em;
    /* Adjust padding to avoid text overlap with icon */
}

.form-group select {
    appearance: auto;
    /* Ensure the native dropdown arrow is displayed */
    -webkit-appearance: auto;
    /* For Safari */
    -moz-appearance: auto;
    /* For Firefox */
}

.userimage-card {
    margin-bottom: 30px;
}

.profile_form {
    margin: 40px 0px;
}

.provider-home {
    background-image: url(../images/providerhome-bg.png);
    padding: 60px 0px;
    background-repeat: repeat;
    background-size: cover;
    position: relative;
}

.provider-home h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    color: #fff;
    margin-bottom: 30px;
}

.provider-home h4 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.provider-home h4::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 67px;
    height: 2px;
    background: #fff;
    bottom: -8px;
    border-radius: 10px;
}

.provider-home.contact-bg.customer-home p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 27px;
}

.provider-home p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

.app-img {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
}

.app-img img {
    width: 180px;
    border-radius: 10px;
    border: 2px solid #fff;
}

.partner_hero {
    background-image: url(../images/earnbg-img.png);
    padding: 80px 0px;
    background-repeat: repeat;
    background-size: cover;
}

.provider_title {
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    color: #000000;
}

.provider_details {
    margin-top: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #585858;
}

.partner_hero.bg-white {
    background-color: #fff !important;
    background-image: unset !important;
}

.text-green {
    color: #157536 !important;
}

.process-step-area {
    background-image: url('../images/process-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
}

.process-step-wrapper {
    margin-top: 60px;
}

.process-step {
    text-align: center;
}

@media (max-width: 991px) {
    .process-step {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step {
        padding: 60px 15px 34px 15px;
    }
}

.process-step:hover .count:before {
    -webkit-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-step .count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #134D26;
    width: 67px;
    height: 67px;
    border-radius: 50px;
    color: #fff;
}

.process-step .count span {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

.process-step .content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.process-step .content .title {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #0e3440;
}

.process-step .content .desc {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.process-step.style-three {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 0 30px;
    position: relative;
}

.process-step.style-three:hover .icon {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-step.style-three:hover .icon .count {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .process-step.style-three {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step.style-three {
        padding: 0;
        gap: 24px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .process-step.style-three {
        padding: 0;
        gap: 24px;
    }
}

.process-step.style-three .icon {
    position: relative;
    width: 152px;
    height: 152px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-step.style-three .icon .count {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-step.style-three .icon .count span {
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step.style-three .content {
        gap: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step.style-three .content .desc {
        font-size: 16px;
    }
}

.process-step.style-three .arrow {
    position: absolute;
    right: -46px;
    top: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step.style-three .arrow {
        right: -35px;
        top: 85px;
        width: 44px;
    }
}

@media (max-width: 991px) {
    .process-step.style-three .arrow {
        display: none;
    }
}

.icon {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
}

/* Background images for steps */
.step-1-bg {
    background-image: url('../images/img-1.jpg');
}

.step-2-bg {
    background-image: url('../images/img-2.jpg');
}

.step-3-bg {
    background-image: url('../images/img-3.jpg');
}

.step-4-bg {
    background-image: url('../images/img-4.jpg');
}


.why-choose-us-area {
    padding: 80px 0;
    position: relative;
    background: #EDF7FD;
}

.why-choose-card-wrapper {
    margin-top: 30px;
}

.why-choose-us-area .shape {
    position: absolute;
    -webkit-animation: zoomInOut 3s infinite;
    animation: zoomInOut 3s infinite;
}

.why-choose-us-area .shape.one {
    right: 165px;
    top: 120px;
}

.why-choose-us-area .shape.two {
    left: 165px;
    bottom: 120px;
}

.why-choose-us-area .icon-card:hover .icon {
    -webkit-animation: bounce;
    animation: bounce;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.icon-card {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 25px;
}

.icon-card .icon {
    width: 72px;
    height: 72px;
    display: flex;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(to right, #134d26 0%, #157536 51%, #134d26 100%);
    align-items: center;
    justify-content: center;
}

.icon-card .icon svg {
    font-size: 25px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.icon-card .content {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.icon-card .content .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #0E3440;
    margin-bottom: 0;
}

.icon-card .content .desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #585858;
    margin-bottom: 0;
}

.safety-bg {
    background-color: rgba(226, 226, 226, 0.2);
    padding: 80px 0;
}

.safety-bg .su-heading {
    margin-bottom: 40px;
}

.safety-card .safety_title {
    font-size: 25px;
    font-weight: 500;
    color: #0E3440;
    margin-bottom: 20px;
}

.safety-card ul {
    list-style: none;
    padding: 0;
}

.safety-card ul li svg {
    color: #157536;
}

.safety-card ul li {
    font-size: 18px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    line-height: 25px;
    margin-bottom: 10px;
}

.provider_footer .links_title {
    font-size: 20px;
    margin-bottom: 35px;
    position: relative;
    font-weight: 700;
    color: #000;
}

.provider_footer .links_title::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 45px;
    height: 4px;
    background: #157536;
    bottom: -15px;
    border-radius: 10px;
}

.provider_footer .footer_links ul {
    list-style: none;
    padding-left: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

.provider_footer .footer_links ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: 20px;
    transition: all 0.5s ease-out;
}

.provider_footer .footer_links ul li a:hover {
    color: #157536;
}

.provider_footer .footer_links ul li a:before {
    content: "";
    position: absolute;
    left: -19px;
    bottom: 3px;
    align-items: center;
    justify-content: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%23157536" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z%22/%3E%3C/svg%3E');
    background-size: contain;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
}

.provider_footer .socila_links {
    gap: 10px;
    margin-bottom: 0;
}

.provider_footer .soc_icon {
    background: linear-gradient(to right, #134d26 0%, #157536 51%, #134d26 100%);
    border-radius: 50%;
    padding: 8px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border: 1px solid #134D26;
}

.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.copy_right ul {
    display: flex;
    gap: 10px;
    list-style: none;
    margin-bottom: 0;
    flex-wrap: wrap;
    padding: 0;
}

.copy_right ul li img {
    border-radius: 8px;
}

.copy_right span {
    font-size: 14px;
    font-weight: 400;
}

.provider_footer .footer_logo img {
    /* width: 180px; */
    height: auto;
}

.provider_footer .footer_links {
    border-bottom: 0px solid rgba(227, 227, 227, 1.00);
}

.provider_footer .footer_copy {
    border-top: 1px solid rgba(227, 227, 227, 1.00);
}

.contact-wrap {
    padding: 80px 0px;
}

.contact-wrap .smaill_heading {
    font-size: 20px;
    font-weight: 700;
    color: #134D26;
}

.contact-wrap .big_heading {
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
    margin-top: 10px;
}

.contact-wrap p {
    font-size: 18px;
    color: #717483;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.contact-wrap .socila_links {
    margin-top: 30px;
}

.contact_icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #F4F6F9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #717483;
}

.contact-wrap .form-group .form-control {
    background: #F4F6F9;
    border-radius: 5px;
    /* border: none; */
    font-size: 15px;
    color: #717483;
    font-weight: 500;
    padding: 15px;
}

.form-control:focus {
    outline: 0;
    box-shadow: unset !important;
    border: 1px solid #135429;
}

.contact-info {
    border: 1px solid #CCCCCC;
    border-radius: 100px;
    margin-top: 50px;
    padding: 40px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.contact-info .dbox {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 0;
}

.contact-info .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(to right, #134d26 0%, #157536 51%, #134d26 100%);
    margin: 0;
    margin-bottom: 0px;
    flex-shrink: 0;
}

.contact-info .dbox .addressbox {
    max-width: 225px;
    margin: 0;
}

.contact-info .dbox .name {
    font-size: 16px;
    font-weight: 500;
    color: #717483;
    line-height: 20px;
}

.contact-info .dbox .address-full {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

.contact-info .dbox .text {
    display: grid;
    gap: 5px;
}

.customer-home {
    padding: 60px 0px 110px 0px;
}

.service-section {
    padding: 80px 0px;
}

.service-section h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.service-section h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 65px;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.service-section .text-muted {
    color: var(--bs-secondary-color) !important;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.service-card .cat_box {
    display: grid;
    width: 100%;
    justify-content: center;
    height: 100%;
    padding: 0px 0px;
    background-image: unset !important;
    border-radius: 0px;
    box-shadow: unset !important;
    color: #000000;
    align-items: center;
    gap: 5px;
}

.service-card {
    cursor: pointer;
    min-height: 171px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
    border: none !important;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    transition: all 0.3s;
}

.service-card .icon {
    background: linear-gradient(to right, #134d26 0%, #157536 51%, #134d26 100%);
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 96px;
    height: 96px;
    margin: 0 auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card .icon svg {
    width: 52px;
    height: 52px;
    fill: #fff;
}

.service-card:hover {
    background: linear-gradient(to right, #134d26 0%, #157536 51%, #134d26 100%) !important;
}

.service-card:hover h5 {
    color: #fff !important;
}

.service-card:hover .icon {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 51%, #ffffff 100%) !important;
}

.service-card .icon img {
    /* filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); */
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #ffffff;
}

.service-card:hover .icon img {
    filter: unset !important;
    -webkit-filter: unset !important;
}

.service-card,
.service-card .icon,
.service-card .icon svg {
    transition: all 0.3s ease-in-out;
}


.service-card:hover .icon svg .icon-path {
    fill: #134d26;
}

.service-card h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

.subcat_modal .service-card h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.subcat_modal .modal-body {
    margin: 15px 0px;
}

.add_service {
    position: relative;
    background-image: url(../images/add-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0px 80px 0px;
}

.homeSwiper .swiper-navigation .swiper-button-next,
.homeSwiper .swiper-navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
}

.homeSwiper .swiper-navigation .swiper-button-prev:after,
.homeSwiper .swiper-navigation .swiper-button-next:after {
    color: #000000 !important;
    font-size: 24px;
}

.servive-slider {
    background-color: #fff;
    padding: 80px 0px;
}

.servive-slider h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
}

.servive-slider .profile-card-img {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    min-height: 203px;
}

.servive-slider .profile-card-img img {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

.servive-slider .profile-card-img h5 {
    font-size: 16px;
    padding: 20px 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.servive-slider .swiper-navigation .swiper-button-next,
.servive-slider .swiper-navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
}

.servive-slider .swiper-navigation .swiper-button-prev:after,
.servive-slider .swiper-navigation .swiper-button-next:after {
    color: #000000 !important;
    font-size: 24px;
}

.about-us .provider_details {
    font-size: 18px;
    line-height: 29px;
    margin: 10px 0px;
    font-weight: 400;
}

.about-us .provider_title {
    margin-bottom: 30px;
}

.safety-card .buttons .btn.btn-primary {
    padding: 13px 62px;
    margin-top: 20px;
    width: fit-content;
}

.subcat_modal .modal-header {
    background-color: #E3E3E3;
}

.subcat_modal .modal-header .modal-title {
    font-size: 22px !important;
    font-weight: 700;
    line-height: 35px !important;
    color: #134D26;
}

.subcat_modal .modal-header button.btn-close {
    background: #fff;
    border: 1px solid rgba(113, 128, 150, 0.5);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 24px;
    color: #718096;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card.category a {
    text-decoration: none;
    color: #000;
    display: grid;
    gap: 10px;
}

.subcat_modal .service-list {
    grid-template-columns: repeat(4, 1fr);
}

.faq-section {
    padding: 80px 0px;
}

.faq-section .accordion {
    display: grid;
    gap: 20px;
}

.faq-section .accordion .accordion-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-section .accordion .accordion-item button.accordion-button {
    font-size: 17px;
    font-weight: 500;
}

.faq-section .accordion .accordion-item button.accordion-button {
    background-color: #f9f7f7 !important;
}

.faq-section .accordion .accordion-item button.accordion-button.collapsed {
    background-color: #fff !important;
}

.faq-section .accordion .accordion-item button.accordion-button:focus {
    z-index: 3;
    border-color: 0px !important;
    outline: 0;
    box-shadow: unset !important;
}

.faq-section .accordion .accordion-item .accordion-body p {
    margin-bottom: 5px;
}

.faq-section .accordion .accordion-item .accordion-body p:last-child {
    margin-bottom: 0px;
}

.terms-section {
    padding: 80px 0px;
}

.terms-section h5 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 5px;
}

.terms-section h5:first-child {
    margin-top: 0;
}

.terms-section p {
    color: #646464;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 0;
}

.terms-section ul {
    margin-bottom: 0;
}

.terms-section ul li {
    color: #646464;
    font-size: 16px;
    line-height: 25px;
    margin-top: 8px;
    margin-bottom: 0;
}

.terms-section ol {
    margin: 10px 0px;
}

.coustomer_profile {
    position: relative;
    padding: 80px 0px;
}

.coustomer_profile .prop_menubox {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
    border: 1px solid rgba(204, 204, 204, 0.2);
    border-radius: 8px;
    background: #fff;
    padding: 24px 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.coustomer_profile .prop_menubox .menu_name {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
}

.coustomer_profile .prop_menubox:hover .menu_name {
    color: #134D26;
}

.coustomer_profile .prop_menubox .menu_icon {
    width: 18px;
    height: 18px;
    color: #000000;
}

.coustomer_profile .prop_menubox:hover .menu_icon {
    color: #134D26;
}

.coustomer_profile .profile_head {
    display: flex;
    padding: 0px 0px 30px 0px;
    border-bottom: 0px solid #F5F5F5;
    align-items: center;
    gap: 20px;
    flex-direction: row;
}

.coustomer_profile .user_img {
    width: 94px;
    height: 94px;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
}

.coustomer_profile .profile_head .user_phone {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration-line: none;
    text-transform: none;
    margin: 0px;
    color: #5c5a5a;
}

.coustomer_profile .profile_head .user_name {
    color: #000;
    margin-bottom: 5px;
}

.coustomer_profile form {
    width: 100%;
}
