@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Readex Pro', sans-serif;
}
/*
@import url('https        ://fonts.googleapis.com/css2?family=Readex+Pro:wght@300&family=Source+Sans+Pro:wght@300&display=swap'); */
/*  add style to current page by body ID and Nav ID
----------------------------------------  */

/* ------------------- */
.dropdown-menu-small {
}

.dropdown-menu-small li:hover .dropdown-submenu {
    /* display: block; */
}

/* ------------------- */

.services_form_page_header, .about_header {
    background: radial-gradient(closest-corner, rgba(46, 172, 157, 0.15), white 90%) !important;
}

#about p {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 3rem;
    line-height: 140%;
}

/*index services*/
@media (min-width: 1680px) {
    .container {
        max-width: 1600px !important;
    }
}

li[role='presentation'] > .nav-link {
    background: #d8d9d9;
    color: #9d9d9d;
}

li[role='presentation'] > .nav-link.active {
    background: #2eac9d;
}

.products-list,
.services_list {
    background-color: #f4f6fa;
}

#pills-card-tab,
#pills-map-tab {
    border-radius: 8px;
}

.service-card {
    cursor: pointer;
    background-color: white;
    transition: background-color 0.3s ease;
}

.service-card.active {
    background-color: #f4f6fa;
}

@media (max-width: 991px) {
    .services_page_header_image {
        width: 75% !important;
    }
}
@media (min-width: 991px) {
    .services_page_header_image {
        width: 100% !important;
    }
}

.services_list .service-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products-list .product-card,
.services_list .service-box,
.services_list .req-service {
    border: none !important;
    background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px !important;
    padding: 1rem 1rem 2rem 1rem !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services_list .service_city {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1;
    height: auto!important;
    overflow: visible!important;
    margin-top: 1rem!important;
}

.services_list .service_city img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.products-list .product-card .description,
.services_list .service-box .service_desc,
.services_list .req-service .service_desc {
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}

.services_list .stars {
    margin-top: 1rem;
}

.services_list .jq-star {
    width: 19px !important;
    height: 19px !important;
    position: relative;
}

.services_list .jq-star-svg {
    position: absolute;
    top: 0;
    left: 0;
}

.services_list .jq-star polygon {
    fill: transparent;
    stroke: #c5c5c5 !important;
    stroke-width: 19px !important;
}

.products-list .product-card .price h2,
.services_list .service_price h2 {
    margin-top: 1rem;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 26px;
}

@media (max-width: 767px) {
    .products-list .product-card .price h2,
    .services_list .service_price h2 {
        font-size: 21px;
    }
}

.services_list .service_price {
    margin-top: 1rem;
}

.services_list .service_price h2 {
    margin: 0!important;
    line-height: 1;
}

.services_list .service_price .col-6 {
    position: relative;
}

.services_list .service_price .col-6 .check_date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.services_page_header {
    background-color: #f4f6fa;
}

.services_page_header img {
    max-height: 275px;
    object-fit: contain;
}

.services_page_header h3,
.services_page_header h2 {
    color: black;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
}

/* @media (max-width: 991px) {
    .services_page_header h2 {
        font-size: 27px;
    }
} */

.services_page_header h2 .bold {
    font-weight: 400;
    color: #2eab9c;
}

.ts-services .ts-services-inner {
}

.ts-services .ts-services-inner .ts-services-btn {
}

.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 3px solid #2eac9d;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 165px;
    padding: 5px 0;
    background-color: rgba(75, 148, 136, 0.65);
    backdrop-filter: blur(2px);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}
.ribbon-offer span {
    position: absolute;
    display: block;
    width: 165px;
    padding: 5px 0;
    background-color: rgba(224, 224, 224, 0.85);
    backdrop-filter: blur(2px);
    color: #da2687 !important;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: 0;
    left: 0;
    border-top-left-radius: 16px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

.ribbon-top-right {
    top: 0;
    right: 0;
    border-top-right-radius: 16px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -22px;
    top: 25px;
    transform: rotate(45deg);
    padding-top: 70px;
    margin-top: -59px;
    margin-left: 26px;
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 16px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -22px;
    bottom: 25px;
    transform: rotate(225deg);
    padding-bottom: 70px;
    margin-bottom: -59px;
    margin-right: 26px;
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 16px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -22px;
    bottom: 25px;
    transform: rotate(-225deg);
    padding-bottom: 70px;
    margin-bottom: -59px;
    margin-left: 26px;
}

.glob-pointer-outer {
    display: flex;
    justify-content: center;
}

.glob-pointer {
    width: 0;
    height: 0;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 15px solid #ffffff;

    margin-top: -23px;
}

.w__78 {
    width: 78% !important;
    margin-bottom: 0 !important;
}

#credentials-and-privacy p,
#credentials-and-privacy ul,
#credentials-and-privacy ol {
    color: #686868;
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        'Open Sans',
        'Helvetica Neue',
        sans-serif !important;
}

/* ############3  range slider */
#range-slider {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}

.wrapper {
    position: relative;
    width: 80%;
    background-color: #ffffff;
    padding: 50px 40px 20px 40px;
    border-radius: 10px;
    display: -ms-grid;
    place-items: center;
}

.containerrange {
    position: relative;
    width: 100%;

    margin-top: 30px;
}

.range_slider_service input[type='range'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: -11px;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.slider-track-range {
    width: 100%;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}

.range_slider_service input[type='range']::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.range_slider_service input[type='range']::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.range_slider_service input[type='range']::-ms-track {
    appearance: none;
    height: 5px;
}

.range_slider_service input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    height: 1em;
    width: 1em;
    background-color: #2eac9d;
    cursor: pointer;
    /* margin-top     : -9px; */
    pointer-events: auto;
    border-radius: 50%;
    border: 1px solid #ffffff;
    padding: 2px;
}

.range_slider_service input[type='range']::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #20c997;
    pointer-events: auto;
    border: none;
}

.range_slider_service input[type='range']::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #2eac9d;
    pointer-events: auto;
}

.range_slider_service input[type='range']:active::-webkit-slider-thumb {
    background-color: #ffffff;
    border: 1px solid #2eac9d;
}

.range_slider_service .values {
    position: relative;
    margin: auto;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: #20c997;
    top: 2vh;
}

/* ############3  range slider end*/

.w__84 {
    display: flex;
    /* width        : 84%; */
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.header_top h5 {
    font-size: 14px;
}

.img_msg_nav {
    width: 23px;
}

.img_globe_nav_active,
.img_globe_nav,
.img_profile_nav,
.img_heart_nav {
    width: 22px;
}

.img_cart_nav {
    width: 25px;
}

.ts_notifications .drop_width {
    width: 25rem !important;
}

.ts_notifications .drop_width.show {
    inset: 0px auto auto 0px !important;
    margin: 0px;
    transform: translate(-106px, 50px) !important;
}

.ts_notification_time {
    width: 10%;
}

.ts_notifications .dropdown-toggle::after {
    display: none !important;
}

.ts_notifications .dropdown-toggle {
    background-color: unset !important;
}

.ts_noti_pagination .heading-line {
    position: relative;
    padding-bottom: 5px;
}

.ts_noti_pagination .heading-line:after {
    content: '';
    height: 4px;
    width: 75px;
    background-color: #2eac9d;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ts_noti_pagination .notification-ui_dd-content {
    margin-bottom: 30px;
}

.ts_noti_pagination .notification-list {
    display: flex;

    justify-content: space-between;
    padding: 20px;
    margin-bottom: 7px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.ts_noti_pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2eac9d !important;
    border-color: #2eac9d !important;
}

.ts_noti_pagination .page-link {
    color: #2eac9d;
}

.notification-list--unread {
}

.ts_noti_pagination .notification-list .notification-list_content {
    display: flex;
}

.notification-list .notification-list_content .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
}

@font-face {
    font-family: 'Helvetica';
    src: url('css/Helvetica-BoldOblique.ttf');
    /* IE9 Compat Modes */
    font-style: 'normal';
    /* font-weight: '700'; */
}

/* font-family: 'Readex Pro', sans-serif;

.ui-slider-horizontal .ui-slider-range {
    background-color: #2EAC9D;
}

.w__84 {
    display      : flex;
    width        : 84%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left : var(--bs-gutter-x, .75rem);
    margin-right : auto;
    margin-left  : auto;
}

.ui-slider .ui-slider-handle {
    box-shadow   : 0 0 5px 0 rgba(0, 0, 0, 0.20);
    border-radius: 50%;
    height       : 20px;
    width        : 20px;
}

/* .ui-widget-content {
border: 1px solid #dddddd;
background: #F5F5F5 !important;
color: #333333;
} */

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #2eac9d !important;
    font-weight: normal;
    color: #454545;
}

#amount {
    font-size: 1.75em;
    font-weight: 300;
    line-height: 1.6875em;
    color: #2eac9d;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

/* end slider */

@font-face {
    font-family: 'Helvetica';
    src: url('css/Helvetica-BoldOblique.ttf');
    /* IE9 Compat Modes */
    font-style: 'normal';
    /* font-weight: '700'; */
}

/* font-family: 'Readex Pro', sans-serif;

font-family: 'Readex Pro', sans-serif; sans-serif; */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* --------------------------- */
.nav-active {
}

.nav-active h5 {
    color: #2eac9d;
    position: relative;
}

.nav-active h5:after {
    position: absolute;
    content: '';
    background-color: #2eac9d;
    height: 3px;
    min-width: 50%;
    left: 23px;
    bottom: -5px;
}

.services-dropdown-wrp {
    display: inline-block;
    position: relative;
}

.services-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 4px 3px 20px 5px rgb(0 0 0 / 15%);
    z-index: 1;
    width: 200px;
    border-radius: 6px;
}

.services-dropdown a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
}

.services-dropdown a i {
    float: right;
    margin-top: 4px;
    font-size: 17px;
    color: #2eac9d;
    display: none;
}

.services-dropdown-wrp:hover .services-dropdown {
    display: block;
    /*position: absolute;*/
}

.services-dropdown-wrp:hover,
.services-dropdown a:hover i {
    display: block;
}

.services-dropdown a span {
    border: 2px solid transparent;
    padding: 3px;
    border-radius: 6px;
}

.app-navigation {
    padding: 23px 0 15px;
}

.services-btn {
    border: 1px solid #ced4da !important;
    color: #fff !important;
}

.services-btn:hover {
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 18%);
    background: transparent;
}

.services-btn:focus {
    outline: unset;
    box-shadow: unset;
}

.logo-top {
    width: 186px;
    height: 43px;
    margin-right: 25px;
}

.nav-item-languages {
    position: relative;
}

.glob-choice.glob-active {
    border-radius: 50%;
}

.img_globe_nav_active {
    top: -49px;
    left: 62px;
}

.nav-item-languages .dropdown button {
    background-color: transparent;
    border: unset;
    color: #000;
}

.nav-item-languages .dropdown button:focus {
    box-shadow: unset;
    outline: unset;
}

/* .logo-top img {
height: 30px;
width : 186px;
} */
.search_bar {
    width: 40vw;
}

.search_bar button {
    bottom: 2px;
    right: 2px;
    width: 43px;
    height: 43px;
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-color: transparent;
    position: absolute !important;
    z-index: 999 !important;
}

.heart-0 {
    bottom: 29px;
    left: 30px;
}

.cart-0 {
    bottom: 20px;
    left: 24px;
    background-color: #2eac9d;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-1 {
    position: relative;
    bottom: 1.2rem;
    left: 0.5rem;
    background-color: #2eac9d;
    width: 15px;
    height: 15px;
    font-size: 10px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_top {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    /* height     : 83px; */
    padding: 8px 0 !important;
}

.header_top .text-center {
}

.about-i {
    /* top: 7px; */
    right: 22px;
}

.section_services {
    background-color: #54aa9b;
    color: white;
    border-radius: 45px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 44px;
    padding-bottom: 66px !important;
}

@media (max-width: 991px) {
    .section_services {
        padding: 23px 1rem 66px 1rem !important;
        margin-top: 2rem !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1400px) and (max-width: 1679px) {
    .section_services {
        max-width: 1320px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .section_services {
        max-width: 1140px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section_services {
        max-width: 960px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_services {
        max-width: 720px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .section_services {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .section_services {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .section_services h2 {
        line-height: 1.15 !important;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991px) {
    .section_services #categoriesCarouselMobile,
    .section_services .ts-services {
        padding-right: 0;
    }
}

.section_services h2 {
    font-style: normal;
    font-family: 'Helvetica', Sans-Serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 50px;
}

.section_services h2 .text-success {
    color: white !important;
    font-weight: 600;
}

.section_services button {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    height: 50px;
}

.section_services .btn-more {
    border-color: white !important;
    padding: 14px 28px !important;
    font-family: 'Readex Pro', sans-serif;
    font-size: 25px !important;
    color: white !important;
    height: auto !important;
    line-height: 26px !important;
}

@media (max-width: 991px) {
    .section_services .carousel-inner {
        margin-top: 0.5rem;
    }
}

.section_services .carousel-item .col-6 {
    padding: 1rem;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}

.section_services .carousel-item .category-background {
    background-color: white;
    border-radius: 32px;
    height: 100%;
}

.section_services .carousel-item .col-6 img {
    height: 75%;
    object-fit: contain;
    padding: 1rem;
    border-radius: 32px;
}

.section_services .carousel-item .col-6 span {
    text-align: center;
    color: black;
    font-size: 16px;
    font-weight: 600;
    height: calc(25% + 1rem);
    line-height: 1.15;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.section_services .carousel-indicators {
    bottom: -4rem;
}

.section_services .carousel-control-prev,
.section_services .carousel-control-next {
    top: auto;
    bottom: -4rem;
}

.header_top img {
    width: 17px;
}

.header_top svg {
    width: 17px;
}

.header_top svg path {
    fill: rgb(108, 117, 125)
}

/* section hero */
.section_hero {
    background: linear-gradient(to bottom, rgb(240, 241, 255), white) !important;
}

.section_hero img {
    width: 100%;
    height: inherit !important;
    object-fit: cover;
}

.section_hero p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.hero_btn button {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 26px;
    padding: 2rem;
}

.hero_btn button:hover {
    border-color: #54aa9b !important;
}

.hero_btn button.btn-success,
.about_content button.btn-success {
    border: 1px solid #54aa9b !important;
    background-color: #54aa9b;
}

.btn-more {
    border: 1px solid #54aa9b;
    color: #54aa9b !important;
}

/* visited link */

.header_top a:visited {
    /* color: green !important; */
}

/* mouse over link */

.header_top a:hover {
    /* color: red !important; */
}

/* selected link */

.header_top a:active {
    /* color: yellow !important; */
}

/* baby tools */
.rounded_start {
    border-bottom-left-radius: 2.25rem !important;
    border-top-left-radius: 2.25rem !important;
}

.rounded_end {
    border-top-right-radius: 21rem !important;
    border-bottom-right-radius: 21rem !important;
}

.section_baby_tools .baby_1,
.section_baby_tools .baby_2,
.section_baby_tools .baby_3 {
    width: 225px;
    bottom: 88px;
    right: 0;
    left: 0;
    margin: auto;
}

.img_comma {
    width: auto;
}

.section_baby_tools .card-body p {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #7b7b7b;
}

/*.section_baby_tools .row {
    gap: 30px;
}*/
.section_baby_tools .section_baby_inner {
    width: 96%;
    margin: auto;
}

/*.section_baby_tools .row .card {
    width           : calc(100% / 3 - 50px);
    margin          : 0 25px;
    background-color: #fff;
}

.section_baby_tools .row .card:first-child {
    margin-left: unset;
}

.section_baby_tools .row .card:last-child {
    margin-right: unset;
}*/

/* section services  */

.services_button {
    background: linear-gradient(109.32deg, rgba(255, 255, 255, 0.4) 3.09%, rgba(255, 255, 255, 0.1) 95.99%);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* Note        : backdrop-filter has minimal browser support */
    border-radius: 10px;
    padding: 11px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-top: -70px;
    width: 70%;
}

.section_services p {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    /*width: 78%;*/
    margin: 0 auto;
}

.service_arrow {
    background-color: #e4dada5d;
    padding: 0px 2px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* section about */
.about_content {
    padding-left: 60px !important;
    color: white;
}

.section_about p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.section_about_illustration {
    width: 100%;
    margin-top: 2rem;
}

@media (max-width: 767px) {
    .section_about_illustration {
        margin-bottom: 3rem;
    }

    .section_about_pourcentages_slogan {
        margin-bottom: 2rem;
    }

    .section_services .carousel-item .col-6 {
        height: 140px;
    }
}

.section_about_pourcentages .align-items-center {
    color: white;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: 122px;
}

.section_about_pourcentages .align-items-center h2 {
    position: relative;
    padding: 1rem;
    margin-right: 1.5rem;
    font-size: 23px;
    margin-bottom: 0;
    margin-left: 0.5rem;
}

.section_about_pourcentages .align-items-center h2 svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circular-progress {
    --size: 250px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 20px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
}

.circular-progress circle {
    cx: var(--half-size);
    cy: var(--half-size);
    r: var(--radius);
    stroke-width: var(--stroke-width);
    fill: none;
    stroke-linecap: round;
}

.circular-progress circle.bg {
    stroke: rgba(255, 255, 255, 0.5);
}

.circular-progress circle.fg {
    transform: rotate(-90deg);
    transform-origin: var(--half-size) var(--half-size);
    stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
    transition: stroke-dasharray 0.3s linear 0s;
    stroke: black;
    opacity: 0.425;
}

@property --progress {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
}

@keyframes progress-animation-60 {
    from {
        --progress: 0;
    }
    to {
        --progress: 60;
    }
}

@keyframes progress-animation-80 {
    from {
        --progress: 0;
    }
    to {
        --progress: 80;
    }
}

@keyframes progress-animation-40 {
    from {
        --progress: 0;
    }
    to {
        --progress: 40;
    }
}

.section_about_pourcentages .align-items-center:first-of-type {
    background-color: #84bd9e;
    border-color: #629d7d;
}

.section_about_pourcentages .align-items-center:first-of-type .circular-progress {
    animation: progress-animation-60 0s linear 0s 1 forwards;
}

.section_about_pourcentages .align-items-center:nth-of-type(2) {
    background-color: #e7d49b;
    border-color: #c8b270;
}

.section_about_pourcentages .align-items-center:nth-of-type(2) .circular-progress {
    animation: progress-animation-80 0s linear 0s 1 forwards;
}

.section_about_pourcentages .align-items-center:nth-of-type(3) {
    background-color: #e7c3b4;
    border-color: #d6ae9e;
}

.section_about_pourcentages .align-items-center:nth-of-type(3) .circular-progress {
    animation: progress-animation-40 0s linear 0s 1 forwards;
}

.about_title {
    font-style: normal;
    font-family: 'Helvetica', sans-serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 50px;
}

.search_bar_menu {
    display: none !important;
}

/* our team */
.section_our_team h2 {
    font-size: 45px;
    font-weight: 700;
}

.card img {
    background-color: none;
}

.hover_body:hover {
    border: 1px solid #2eac9d !important;
    /* background-color  : #2EAC9D; */
    border-radius: 8% !important;
    -webkit-border-radius: 8% !important;
    -moz-border-radius: 8% !important;
    -ms-border-radius: 8% !important;
    -o-border-radius: 8% !important;
}

.img_team {
    top: -95px;
    left: 65px;
    width: 160px;
}

/* testimonial  */

.img_monial {
    top: -34%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
}

.section_testimonial {
    background: radial-gradient(closest-corner, rgb(240, 241, 255), white 80%) !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_testimonials_texts {
    position: relative;
}

.section_testimonials_texts p {
    background-color: white;
    padding: 80px 2rem;
    position: relative;
    border-radius: 16px;
    display: none;
    font-size: 20px;
}

.section_testimonials_texts_visible {
    display: inherit !important;
}

.section_testimonials_texts p:before {
    content: '';
    position: absolute;
    background-image: url('../img/comma.png');
    width: 54px;
    height: 35px;
    top: 1rem;
    left: 1rem;
}

.section_testimonials_texts p:after {
    content: '';
    position: absolute;
    background-image: url('../img/comma.png');
    width: 54px;
    height: 35px;
    transform: scaleX(-1);
    bottom: 1rem;
    right: 1rem;
}

.section_testimonials_selector {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
}

.section_testimonials_selector button {
    background: none;
    border: none;
    margin-left: 1rem;
    margin-right: 1rem;
    color: black !important;
    width: 100px;
}

.section_testimonials_selector button img {
    width: 60px;
}

.section_testimonials_selector button:hover img {
    width: 100%;
}

.section_testimonials_selector_selected {
    position: relative;
}

.section_testimonials_selector_selected:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
    border-top: 4rem solid white;
}

.section_testimonials_selector_selected p {
    font-size: 24px !important;
}

.section_testimonials_selector_selected img {
    width: 100% !important;
}

.section_testimonials_selector button p {
    font-weight: 600;
    font-size: 14px;
    margin-top: 1rem;
}

.section_testimonials_selector button:hover p {
    font-size: 24px;
}

.section_testimonial .card-title {
    margin-top: 73px;
    margin-bottom: 37px;
    text-align: center;
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #000;
}

.section_testimonial .card p {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #7b7b7b7b;
}

.testimonial_top p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.ourteam_top,
.testimonial_top {
    width: 573px;
    margin-bottom: 50px !important;
}

.testimonial_top h2 {
    font-style: normal;
    font-size: 50px;
    font-family: 'Helvetica', Sans-Serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
}

/* footer */
footer {
    background-color: #54aa9b;
    color: white !important;
}

footer h2,
footer h3 {
    color: white !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
}

footer h3 {
    margin-bottom: 12px !important;
}

footer a {
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 300 !important;
}

footer p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}

footer form {
    position: relative;
    margin-top: 1rem;
}

footer form input {
    background-color: transparent !important;
    color: white !important;
}

footer form input::placeholder {
    color: white !important;
}

footer form button {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d7d7d7 !important;
    border-color: #d7d7d7 !important;
    color: #54aa9b !important;
    height: calc(100% - 1rem);
    margin-right: 0.5rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

footer form button img {
    width: 2rem;
}

.container_footer a {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #686868;
    padding-left: unset;
    padding-bottom: unset;
}

@media (max-width: 991px) {
    .container_footer a {
        text-align: left;
    }
}

.btnnav_position_sm {
    margin-right: 0;
    margin-left: auto;
}

.space_around_none {
    /* justify-content: center !important; */
}

.img_navmenu,
.container_footer .img_footer {
    width: 183px;
}

/*.section_baby_tools .row {
    gap: 80px;
}*/

/*############ order css haider srart ############*/
.tabservice {
    overflow: auto;
    /* border                : 1px solid #ccc; */
    /* background-color      : #f1f1f1; */
    /* padding               : 0px 14rem; */
    gap: 4rem;
}

/* Style the buttons inside the tab */

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 2px !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* Style the tab content */
.tabcontents {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    font-family: 'Readex Pro', sans-serif;
}

.float_left_btn {
    float: left !important;
}

.order_section {
    border: 1px solid #ccc;
}

.tab2 {
    overflow: hidden;

    /* background-color: #f1f1f1; */
    /* padding            : 0px 14rem; */
    gap: 4rem;
}

/* Style the buttons inside the tab */
.tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 1rem;
    transition: 0.3s;
    font-size: 20px;
    color: #b7b7b7;
    font-family: 'Readex Pro', sans-serif;
}

/* Create an active/current tablink class */
.tab2 button.active {
    color: #2eac9d;
    /* border-bottom: 4px solid; */
    border-radius: 3px;
    position: relative;
}

.tab2 button.active::after {
    position: absolute;
    content: '';
    height: 7px;
    width: 60%;
    background: #2eac9d;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* .v_align_middle{
    vertical-align: middle;
} */
/* Style the tab content */
.tabcontent2 {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    font-family: 'Readex Pro', sans-serif;
}

.tabcontent3 {
    padding: 6px 12px;
}

.ts_tab_orders td p {
    float: left;
    font-family: 'Readex Pro', sans-serif;
}

.ts_tab_orders table tbody button {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    width: 140px;
}

.tbody_tr_f {
    width: 285px;
}

.tbody_tr_l {
    width: 190px;
}

/*########### order css haider end ###########*/

@media only screen and (min-width: 300px) and (max-width: 499px) {
    .hero-tagline {
        display: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 855px) {
    .hero-tagline {
        display: none;
    }

    .section_hero h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .section_hero {
        background-position: 75% !important;
        padding-top: 1rem !important;
    }

    .content_hero h2 {
        padding-top: unset !important;
        padding-bottom: unset !important;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1090px) {
    .py_7 {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .py_0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .w_100 {
        width: 102px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1180px) {
    .img_monial {
        top: -32%;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
    }

    .img_team {
        top: -63px;
        left: 81px;
        width: 123px;
    }

    /* .about {
        max-height: 600px;
    } */
}

@media only screen and (min-width: 768px) {
    .about-max {
        max-height: 1100px;
    }
}

@media only screen and (min-width: 992px) {
    .about-max {
        max-height: 600px;
    }
}

/* @media only screen and (min-width: 1024px) {
    .about {
        max-height: 600px;
    }
} */

@media only screen and (min-width: 300px) and (max-width: 1090px) {
    .search_bar {
        width: 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1035px) {
    .img_team {
        top: -63px;
        left: 53px;
        width: 123px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .cl-7-payment .row .cl-12 .content .row .cl-4-first {
        margin-left: unset !important;
    }

    .img_team {
        top: -63px;
        left: 118px !important;
        width: 123px;
    }

    .section_baby_tools .baby_1,
    .section_baby_tools .baby_2,
    .section_baby_tools .baby_3 {
        width: 225px !important;
        bottom: 145px !important;
        right: 21px !important;
    }
}

/* style taha */

#banner .row {
    display: flex;
    justify-content: center;
}

#banner .row .cl-6 p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    padding: 0 40px;
    color: #263238;
}

#banner .row .cl-6 .btn {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2eac9d;
    background: #fff;
    border-radius: 25px;
    padding: 15px 20px;
    width: 70%;
}

#banner .row .cl-6-sec h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px !important;
    line-height: 38px;
    text-align: center;
    color: #2eab9c !important;
}

#banner .row .cl-6-sec .first {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #263238 !important;
    margin: 0;
}

#banner .row .cl-6-sec .btn {
    background: #2eac9d;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    color: #ffffff;
    padding: 15px 20px;
    width: 100%;
}

#banner .row .cl-6-sec .registerButton p {
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: inherit !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 14px !important;
}

#banner .row .cl-6-sec .registerButton .btn {
    border: 1px solid #2eac9d;
    color: #2eac9d;
    background: transparent;
}

.sec-reg {
    float: right;
    margin-top: -5% !important;
    /* top    :30px; */
}

#banner .row .cl-6-sec .sec-login {
    float: right;
    margin-top: 19% !important;
}

@media screen and (max-width: 1195px) {
    /* #banner .row .cl-6
{
display: none;
} */

    #banner .row .cl-6-sec .form p {
        padding: 5px;
    }

    /* #banner .row .cl-6-sec .sec {
margin-top: 100px !important;
} */
}

@media screen and (max-width: 400px) {
    #banner .row .cl-6-sec p {
        margin-top: 25px;
    }
}

/* --------------------------- */

.nav-active {
}

.nav-active h5 {
    color: #2eac9d;
    position: relative;
}

.nav-active h5:after {
    position: absolute;
    content: '';
    background-color: #2eac9d;
    height: 3px;
    min-width: 100% !important;
    left: 0px !important;
}

.services-dropdown-wrp {
    display: inline-block;
    position: relative;
}

.services-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 4px 3px 20px 5px rgb(0 0 0 / 15%);
    z-index: 1;
    width: 200px;
    border-radius: 6px;
}

.services-dropdown a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 13px;
}

.services-dropdown a i {
    float: right;
    margin-top: 4px;
    font-size: 17px;
    color: #2eac9d;
    display: none;
}

.services-dropdown-wrp:hover .services-dropdown {
    display: block;
    /*position: absolute;*/
}

.services-dropdown-wrp:hover,
.services-dropdown a:hover i {
    display: block;
}

.services-dropdown a span {
    border: 2px solid transparent;
    padding: 3px;
    border-radius: 6px;
}

.services-dropdown a:hover span {
    color: #2eac9d;
}

.app-navigation {
    padding: 23px 0 15px;
    border-bottom: 1px solid #b3b2ae;
}

.services-btn {
    border: 1px solid #ced4da !important;
    color: #fff !important;
}

.services-btn:hover {
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 18%);
    background: transparent;
}

.services-btn:focus {
    outline: unset;
    box-shadow: unset;
}

.logo-top {
    width: 186px;
    height: 43px;
    margin-right: 25px;
}

.nav-item-languages {
    position: relative;
}

.nav-item-languages .dropdown-menu.glob {
    top: 45px !important;
    left: -94px !important;
    margin-top: 0.125rem;
    border-radius: 1rem;
    text-align: center;
}

.nav-item-languages img {
}

/*.nav-item-languages .dropdown {*/
/*    position: absolute;*/
/*    border  : unset;*/
/*    top     : -5px;*/
/*    right   : -30px;*/
/*}*/
.nav-item-languages .dropdown button {
    background-color: transparent;
    border: unset;
    color: #000;
}

.nav-item-languages .dropdown button:focus {
    box-shadow: unset;
    outline: unset;
}

/* .logo-top img {
height: 30px;
width : 186px;
} */

.search_bar {
    width: 40vw;
}

.search_bar button {
    bottom: 2px;
    right: 2px;
    width: 43px;
    height: 43px;
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-color: transparent;
    position: absolute !important;
    z-index: 999 !important;
}

.heart-0 {
    bottom: 29px;
    left: 30px;
}

.cart-0 {
    bottom: 20px;
    left: 24px;
    background-color: #2eac9d;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_top {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    /* height     : 83px; */
    padding: 8px 0 !important;
}

.header_top .text-center {
}

.about-i {
    /* top: 7px; */
    right: 22px;
}

.section_services h2 {
    font-style: normal;
    font-size: 50px;
    font-family: 'Helvetica', Sans-Serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 50px;
}

.section_services button {
    /* font-family: 'Readex Pro', sans-serif; */
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    height: 50px;
}

.header_top img {
    width: 17px;
}

@media (max-width: 767px) {
    #addMenuIcon img {
        position: absolute;
        top: -2.6rem;
        left: 10px;
        min-width: 64px !important;
    }

    #addMenuIcon h5 {
        position: absolute;
        top: 1.80rem;
        text-align: center;
        /* left: 30px; */
        width: 50px;
        display: block;
        left: 18px;
    }
}

.header_top svg path {
    fill: rgb(108, 117, 125)
}

.header_top svg {
    width: 17px;
}

/* header_top_menu Start */

/* header_top_menu End */

/* section hero */

@media (max-width: 767px) {
    .section_hero {
        background-image: url('../img/home-illustration.png') !important;
        width: 100%;
        background-repeat: no-repeat !important;
        background-size: 50% !important;
        background-position: bottom right !important;
        padding-bottom: 2rem !important;
    }

    .section_hero .section_hero_background {
        display: none;
    }
}

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

.section_hero P {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.hero_btn button,
.about_content button {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 26px;
    padding: 14px 28px !important;
}

.hero_btn button.btn-success,
.about_content .btn-success {
    border-right: 3px solid #54aa9b;
    border-bottom: 2px solid #54aa9b;
}

.btn-more,
.about_content .btn-more {
    border: 1px solid #54aa9b;
    color: #54aa9b !important;
}

/* visited link */

.header_top a:visited {
    /* color: green !important; */
}

/* mouse over link */

.header_top a:hover {
    /* color: red !important; */
}

/* selected link */

.header_top a:active {
    /* color: yellow !important; */
}

/* baby tools */
.rounded_start {
    border-bottom-left-radius: 2.25rem !important;
    border-top-left-radius: 2.25rem !important;
}

.rounded_end {
    border-top-right-radius: 21rem !important;
    border-bottom-right-radius: 21rem !important;
}

.section_baby_tools .baby_1,
.section_baby_tools .baby_2,
.section_baby_tools .baby_3 {
    width: 225px;
    bottom: 88px;
    /*right : 50px;*/
}

.img_comma {
    width: auto;
}

.section_baby_tools .card-body p {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #7b7b7b;
}

.section_baby_tools .row {
    /*gap: 30px;*/
}

/*.section_baby_tools .row .card {
width           : calc(100% / 3 - 50px);
margin          : 0 25px;
background-color: #fff;
}

.section_baby_tools .row .card:first-child {
margin-left: unset;
}

.section_baby_tools .row .card:last-child {
margin-right: unset;
}*/

/* section services  */

.services_button {
    background: linear-gradient(109.32deg, rgba(255, 255, 255, 0.4) 3.09%, rgba(255, 255, 255, 0.1) 95.99%);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* Note        : backdrop-filter has minimal browser support */
    border-radius: 10px;
    width: 76%;
    padding: 11px;
    left: 7%;
    top: 83%;
    display: flex;
    justify-content: space-around;
}

.section_services p {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    /*width: 78%;*/
    margin: 0 auto;
}

.service_arrow {
    background-color: #e4dada5d;
    padding: 0px 2px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* section about */
.about_content {
    padding-left: 60px !important;
    color: white;
}

.section_about p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.search_bar_menu {
    display: none !important;
}

/* our team */
.section_our_team h2 {
    font-size: 45px;
    font-weight: 700;
}

.section_our_team p {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
}

.section_our_team .card-body p {
    color: #686868;
    font-size: 16px;
}

.card img {
    background-color: none;
}

.hover_body:hover {
    border: 1px solid #2eac9d !important;
    /* background-color  : #2EAC9D; */
    border-radius: 8% !important;
    -webkit-border-radius: 8% !important;
    -moz-border-radius: 8% !important;
    -ms-border-radius: 8% !important;
    -o-border-radius: 8% !important;
}

.section_our_team .card-title {
    margin-top: 50px;
    margin-bottom: 12px;
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #000;
}

.img_team {
    top: -95px;
    left: 65px;
    width: 160px;
}

/* testimonial  */

.img_monial {
    top: -34%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
}

@media (max-width: 991px) {
    .section_testimonial {
        padding-top: 0;
    }
}

.section_testimonial .card-title {
    margin-top: 73px;
    margin-bottom: 37px;
    text-align: center;
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #000;
}

.section_testimonial .card p {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #7b7b7b7b;
}

.testimonial_top p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.testimonial_top h2 {
    font-style: normal;
    font-size: 50px;
    font-family: 'Helvetica', Sans-Serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
}

/* footer */

.container_footer a {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #686868;
    padding-left: unset;
    padding-bottom: unset;
}

.btnnav_position_sm {
    margin-right: 0;
    margin-left: auto;
}

.space_around_none {
    /* justify-content: center !important; */
}

.img_navmenu,
.container_footer .img_footer {
    width: 183px;
}

.section_baby_tools .row {
    /*gap: 80px;*/
}

/*############ order css haider srart ############*/
.tabservice {
    overflow: auto;
    /* border                : 1px solid #ccc; */
    /* background-color      : #f1f1f1; */
    /* padding               : 0px 14rem; */
    gap: 4rem;
}

/* Style the buttons inside the tab */

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 2px !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* Style the tab content */
.tabcontents {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    font-family: 'Readex Pro', sans-serif;
}

.float_left_btn {
    float: left !important;
}

.order_section {
    border: 1px solid #ccc;
}

.tab2 {
    overflow: hidden;

    /* background-color: #f1f1f1; */
    /* padding            : 0px 14rem; */
    gap: 4rem;
}

/* Style the buttons inside the tab */
.tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 1rem;
    transition: 0.3s;
    font-size: 20px;
    color: #b7b7b7;
    font-family: 'Readex Pro', sans-serif;
}

/* Create an active/current tablink class */
.tab2 button.active {
    color: #2eac9d;
    /* border-bottom: 4px solid; */
    border-radius: 3px;
    position: relative;
}

.tab2 button.active::after {
    position: absolute;
    content: '';
    height: 7px;
    width: 60%;
    background: #2eac9d;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* .v_align_middle{
vertical-align: middle;
} */
/* Style the tab content */
.tabcontent2 {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    font-family: 'Readex Pro', sans-serif;
}

.search_bar {
    width: 40vw;
}

/* .search_bar input {
    height: 60px;
    background-color: #F5F5F5;
} */

.search_bar button {
    bottom: 2px;
    right: 2px;
    width: 43px;
    height: 43px;
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-color: transparent;
    position: absolute !important;
    z-index: 999 !important;
}

.heart-0 {
    bottom: 29px;
    left: 30px;
}

.cart-0 {
    bottom: 20px;
    left: 24px;
    background-color: #2eac9d;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_top {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    /* height     : 83px; */
    padding: 8px 0 !important;
}

.header_top .text-center {
}

.about-i {
    /* top: 7px; */
    right: 22px;
}

.section_services h2 {
    font-style: normal;
    font-size: 50px;
    font-family: 'Helvetica', Sans-Serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 50px;
}

.section_services button {
    /* font-family: 'Readex Pro', sans-serif; */
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    height: 50px;
}

.header_top img {
    width: 25px;
}

.header_top svg {
    width: 25px;
}

.header_top svg path {
    fill: rgb(108, 117, 125)
}

/* section hero */

.section_hero .row {
    margin-left: auto;
    margin-right: auto;
}

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

.section_hero P {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.hero_btn button {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 26px;
}

.hero_btn button.btn-success {
    border-right: 3px solid #54aa9b;
    border-bottom: 2px solid #54aa9b;
}

.btn-more {
    border: 1px solid #54aa9b;
    color: #54aa9b !important;
}

/* visited link */

.header_top a:visited {
    /* color: green !important; */
}

/* mouse over link */

.header_top a:hover {
    /* color: red !important; */
}

/* selected link */

.header_top a:active {
    /* color: yellow !important; */
}

/* baby tools */
.rounded_start {
    border-bottom-left-radius: 2.25rem !important;
    border-top-left-radius: 2.25rem !important;
}

.rounded_end {
    border-radius: 21px !important;
}

.section_baby_tools .baby_1,
.section_baby_tools .baby_2,
.section_baby_tools .baby_3 {
    width: 225px;
    bottom: 159px;
}

.img_comma {
    width: auto;
}

.section_baby_tools .card-body p {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #7b7b7b;
}

/*.section_baby_tools .row {
    gap: 30px;
}

.section_baby_tools .row .card {
    width           : calc(100% / 3 - 50px);
    margin          : 0 25px;
    background-color: #fff;
}

.section_baby_tools .row .card:first-child {
    margin-left: unset;
}

.section_baby_tools .row .card:last-child {
    margin-right: unset;
}*/

/* section services  */

.services_button {
    background: linear-gradient(109.32deg, rgba(255, 255, 255, 0.4) 3.09%, rgba(255, 255, 255, 0.1) 95.99%);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* Note        : backdrop-filter has minimal browser support */
    border-radius: 10px;
    width: 76%;
    padding: 11px;
    left: 7%;
    top: 83%;
    display: flex;
    justify-content: space-around;
}

.section_services p {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0 auto;
}

.section_services .carousel-indicators {
    margin-bottom: 0.5rem;
}

.section_services .carousel-indicators button {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    transition: 0.6s ease !important;
}

.section_services .carousel-indicators button.active {
    background-color: #1a6d5f;
    transition: 0.6s ease !important;
}

.service_arrow {
    background-color: #e4dada5d;
    padding: 0px 2px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* section about */

.about_content {
    padding-left: 60px !important;
    color: white;
}

.section_about p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.search_bar_menu {
    display: none !important;
}

/* our team */
.section_our_team h2 {
    font-size: 45px;
    font-weight: 700;
}

.card img {
    background-color: none;
}

.hover_body:hover {
    border: 1px solid #2eac9d !important;
    /* background-color  : #2EAC9D; */
    border-radius: 8% !important;
    -webkit-border-radius: 8% !important;
    -moz-border-radius: 8% !important;
    -ms-border-radius: 8% !important;
    -o-border-radius: 8% !important;
}

.img_team {
    top: -84px;
    left: 0;
    right: 0;
    width: 160px;
    margin: auto;
}

/* testimonial  */

.img_monial {
    top: -34%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
}

.section_testimonial .card-title {
    margin-top: 73px;
    margin-bottom: 37px;
    text-align: center;
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #000;
}

.section_testimonial .card p {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #7b7b7b7b;
}

.testimonial_top p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.testimonial_top h2 {
    font-style: normal;
    font-size: 50px;
    font-family: 'Helvetica', Sans-Serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
}

/* footer */
.container_footer a {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #686868;
    padding-left: unset;
    padding-bottom: unset;
}

.btnnav_position_sm {
    margin-right: 0;
    margin-left: auto;
}

.space_around_none {
    /* justify-content: center !important; */
}

.img_navmenu,
.container_footer .img_footer {
    width: 183px;
}

.section_baby_tools .row {
    /*gap: 80px;*/
}

/*############ order css haider srart ############*/
.tabservice {
    overflow: auto;
    /* border                : 1px solid #ccc; */
    /* background-color      : #f1f1f1; */
    /* padding               : 0px 14rem; */
    gap: 4rem;
}

/* Style the buttons inside the tab */

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 2px !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* Style the tab content */
.tabcontents {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    font-family: 'Readex Pro', sans-serif;
}

.float_left_btn {
    float: left !important;
}

.order_section {
    border: 1px solid #ccc;
}

.tab2 {
    overflow: hidden;

    /* background-color: #f1f1f1; */
    /* padding            : 0px 14rem; */
    gap: 4rem;
}

/* Style the buttons inside the tab */
.tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 1rem;
    transition: 0.3s;
    font-size: 20px;
    color: #b7b7b7;
    font-family: 'Readex Pro', sans-serif;
}

/* Create an active/current tablink class */
.tab2 button.active {
    color: #2eac9d;
    /* border-bottom: 4px solid; */
    border-radius: 3px;
    position: relative;
}

.tab2 button.active::after {
    position: absolute;
    content: '';
    height: 7px;
    width: 60%;
    background: #2eac9d;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* .v_align_middle{
    vertical-align: middle;
} */
/* Style the tab content */
.tabcontent2 {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    font-family: 'Readex Pro', sans-serif;
}

.ts_tab_orders td p {
    float: left;
    font-family: 'Readex Pro', sans-serif;
}

.ts_tab_orders table tbody button {
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    width: 140px;
}

.tbody_tr_f {
    width: 285px;
}

.tbody_tr_l {
    width: 190px;
}

/*########### order css haider end ###########*/

@media only screen and (min-width: 300px) and (max-width: 855px) {
    .section_hero h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .content_hero h2 {
        padding-top: unset !important;
        padding-bottom: unset !important;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1090px) {
    .py_7 {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .py_0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .w_100 {
        width: 102px;
    }
}

@media only screen and (min-width: 855px) and (max-width: 991px) {
    .section_hero h2 {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 75px;
        color: #000000;
    }
}

@media screen and (max-width: 444px) {
    .hero_btn {
        /* margin-left: 80px; */
    }

    .responsive-width {
        width: 80% !important;
    }
}

/* @media only screen and (min-width: 320px) and (max-width: 480px) {
    .hero_btn{
        display: none;
    }
} */

@media only screen and (min-width: 992px) and (max-width: 1180px) {
    .img_monial {
        top: -32%;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
    }

    .img_team {
        top: -63px;
        width: 123px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media only screen and (min-width: 300px) and (max-width: 1090px) {
    .search_bar {
        width: 350px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1035px) {
    .img_team {
        top: -63px;
        left: 0;
        right: 0;
        margin: auto;
        width: 123px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .cl-7-payment .row .cl-12 .content .row .cl-4-first {
        margin-left: unset !important;
    }

    .img_team {
        top: -63px;
        left: 0;
        right: 0;
        margin: auto;
        width: 123px;
    }

    .hero_btn {
        padding-bottom: 4rem;
    }

    .section_baby_tools .baby_1,
    .section_baby_tools .baby_2,
    .section_baby_tools .baby_3 {
        width: 225px !important;
        bottom: 145px !important;
        right: 21px !important;
    }
}

/* style taha */

#banner .row {
    display: flex;
    justify-content: center;
}

#banner .row .cl-6 .btn {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2eac9d;
    background: #fff;
    border-radius: 25px;
    padding: 15px 20px;
    width: 70%;
}

#banner .row .cl-6-sec h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 38px;

    text-align: center;

    color: #000000;
}

#banner .row .cl-6-sec .first {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #686868;
    margin: 0;
}

.sec-reg {
    float: right;
    margin-top: -5% !important;
    /* top    :30px; */
}

#banner .row .cl-6-sec .sec-login {
    float: right;
    margin-top: 19% !important;
}

@media screen and (max-width: 1195px) {
    /* #banner .row .cl-6
{
display: none;
} */

    #banner .row .cl-6-sec .form p {
        padding: 5px;
    }

    /* #banner .row .cl-6-sec .sec {
margin-top: 100px !important;
} */
}

@media screen and (max-width: 400px) {
    #banner .row .cl-6-sec p {
        margin-top: 25px;
    }

    .loginButton {
        text-align: center;
    }
}

/* #banner .row .cl-6-sec .sec {
float     : right;
margin-top: 200px !important;
} */

#banner .row .cl-6-sec .forget {
    position: absolute;
}

#banner .row .cl-6-sec .forget a {
    position: relative;
    top: -40px;
    left: 220%;
}

@media screen and (max-width: 1140px) {
    #banner .row .cl-6-sec .form p {
        padding: 5px;
    }
}

@media screen and (max-width: 375px) {
    #banner .row .cl-6-sec .forget a {
        display: none;
    }

    #banner .row .cl-6-sec .form input {
        width: 100%;
    }

    #banner .row .cl-6-sec .btn {
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    #banner .row .cl-6-sec .forget a {
        position: relative;
        top: -40px;
        left: 180%;
    }

    /* .faqs-cl-6 {
        margin: 10px 0px 10px 0px !important;
    } */

    #banner .row .cl-6-sec .form input {
        width: 100%;
    }

    #banner .row .cl-6-sec .btn {
        width: 100%;
    }

    .re_password span {
        right: 5px;
    }

    #banner .row .cl-6-sec .form {
        margin-left: 5px !important;
    }

    #banner .row .cl-6-sec .form {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

@media screen and (max-width: 520px) {
    #banner .row .cl-6-sec .forget a {
        position: relative;
        top: -40px;
        left: 180%;
    }

    .tabslist button {
        margin: 0 auto 20px;
        width: 100% !important;
    }
}

/* register */

@media (max-width: 1199px) {
    #banner .form {
        background: #f4f6fa;
        border-radius: 10px;
    }

    #banner .form .fo {
        padding-top: 2rem !important;
    }

    .login .form .courriel {
        padding-top: 3rem !important;
    }

    #banner .form .registerButton {
        padding-bottom: 3rem;
    }

    #banner .form .registerButton button {
        background-color: white !important;
    }

    #banner .form button {
        font-size: 23px !important;
    }
}

#banner .row .cl-6-sec .form p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 15px 0px 5px 0px !important;
}

#banner .pos-radio {
    margin-top: 0 !important;
}

#banner .row .cl-6-sec .form h6 span {
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;

    margin: 5px 0px 0px 10px !important;
    color: #686868;
}

@media screen and (max-width: 375px) {
    #banner .row .cl-6-sec .form {
        margin-left: 20px !important;
    }
}

#banner .row .cl-6-sec .form h6 {
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

#banner .row .cl-6-sec .fo input {
    border: 1px solid #c9c9c9;
    border-radius: 73px;
    padding: 15px 20px;
    width: 100%;
}

.form-update .update {
    margin-right: 55%;
}

.form-update .btn-update {
    background: #2eac9d;
    color: #fff;
    border-radius: 28px;
    width: 65%;
    padding: 15px 15px;
}

@media screen and (max-width: 1140px) {
    #banner .row .cl-6-sec .form p {
        padding: 5px;
    }
}

/* taha styel */

#contact-banner {
    background-image: url(../img/bg-contact.jpg);
    background-position: left 0 top 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 645px;
    background-size: cover;
}

.ContctForm .content {
    border-radius: 20px !important;
}

.ContctForm label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px !important;
}

.ContctForm input,
.ContctForm select,
.ContctForm textarea {
    border-radius: 8px !important;
    background-color: transparent !important;
    padding: 13px 10px !important;
}

@media (min-width: 1680px) {
    .ContctForm textarea {
        height: 145px !important;
    }
}

.ContctForm .btn-success {
    background-color: #2eac9d;
    border-radius: 10px !important;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 23px !important;
}

#about-banner {
    background-image: url(../img/bg-about.jpg);
    background-position: left 0 top 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 645px;
    background-size: cover;
}

#banner {
    background-image: url(../img/bg.png);
    background-position: left 0 top -60px;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 645px; */
    background-size: cover;
}

@media screen and (min-width: 1024px) {
    #banner {
        background-position: left 16px top -75px;
    }
    .content-service {
        margin-top: -28% !important;
    }
}

@media screen and (width: 1024px) and (height: 1366px) {
    #banner {
        background-position: left 16px top -75px;
        height: 300px;
    }
    .content-service {
        margin-top: -18% !important;
    }
}

@media screen and (min-width: 1180px) {
    #banner {
        background-position: left 16px top -90px;
    }
    .content-service {
        margin-top: -28% !important;
    }
}

@media screen and (min-width: 1280px) {
    #banner {
        background-position: left 16px top -105px;
    }
    .content-service {
        margin-top: -18% !important;
    }
}

@media screen and (width: 1366px) and (height: 1024px) {
    #banner {
        background-position: left 16px top -90px;
        /* height: 300px; */
    }
    .content-service {
        margin-top: -29% !important;
    }
}

.about .about-row .about-cl-6 .icon span i {
    color: #2eac9d;
    font-size: 30px;
}

.about .about-row .about-cl-6 .icon p {
    margin-left: 20px;
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

.about .about-row .about-cl-6-sec {
    position: relative;
}

.about .about-row .about-cl-6-sec .content {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* top          : -111px;
    right           : 0px; */
}

.language-currency .about .about-row .about-cl-6-sec .content {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

.language-currency .modal-header {
    position: relative;
}

.language-currency .modal-header .langArrow-back {
    position: absolute;
    left: 20px;
    width: 30px;
}

.language-currency .modal-header h2 {
    margin-bottom: unset;
}

.language-currency .modal-body {
}

.language-currency .modal-body #about .select-city {
    width: 100% !important;
}

.language-currency .modal-body #about .select-city .simplepicker-bottom-part {
}

.language-currency .modal-body #about .select-city .simplepicker-bottom-part .simplepicker-cancel-btn {
    border-left: unset !important;
    border-bottom: unset;
    border-bottom-left-radius: 35px;
}

.language-currency .modal-body #about .select-city .simplepicker-bottom-part .simplepicker-ok-btn {
    border-right: unset !important;
    border-bottom: unset;
    border-bottom-right-radius: 35px;
}

.content_modal {
    position: relative !important;
    top: 0px !important;
    background: #ffffff;
    box-shadow: unset !important;
    border-radius: 10px;
    right: 0px;
}

.modal_header_fliter {
    padding: 0 !important;
}

.modal_body_fliter {
    padding: 0px !important;
}

.about .about-row .about-cl-6-sec .content h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    /* line-height: 40px; */
    color: #2eac9d !important;
}

.about .about-row .about-cl-6-sec .content p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* or 133% */
    padding: 0px 20px 0px 20px;
}

@media screen and (max-width: 768px) {
    /* .about .about-row .about-cl-6-sec .content {
top  : -1150px;
right: 0px;
} */

    /* #banner {
width : 100%;
height: 140vh;
} */

    .ts_notifications .drop_width {
        width: 17rem !important;
    }

    .ts_notification_time .drop_width.show {
        transform: translate(-102px, 39px);
    }

    .about .about-row .about-cl-6-sec .content p {
        padding: 0px 30px 0px 30px;
    }
}

@media screen and (max-width: 400px) {
    /* .about .about-row .about-cl-6-sec .content {
top : -1000px;
left: 0px;
} */

    .re_password span {
        right: 5px;
    }

    .p__0_sm .container {
        padding: 0px !important;
    }

    /* #banner {
width : 100%;
height: 160vh;
} */
}

@media screen and (max-width: 375px) {
    .con_height #banner {
        /* width : 79%; */
        height: 80vh !important;
    }

    #banner {
        /* height: 210vh; */
        /* height: fit-content; */
    }

    .about-cl-6 p {
        padding: 0px !important;
    }

    .margin-left {
        margin-left: 0px !important;
        padding-left: 10px;
    }

    .faqs-cl-6 .heade i {
        margin-left: 2px;
    }

    /* .about .about-row .about-cl-6-sec .content {
top : 700px;
left: 0px;
} */
}

@media screen and (min-width: 300px) and (max-width: 375px) {
    .con_height #banner {
        /* width : 79%; */
        height: 80vh !important;
    }
}

@media screen and (max-width: 290px) {
    #banner {
        width: 100%;
        height: 350vh;
    }

    /* .about .about-row .about-cl-6-sec .content {
top : -2600px;
left: 0px;
} */
}

.d-b {
    display: none;
}

/*--------------------------------Taha Profile CSS--------------------------*/

.profile-page.card-img-top-wrp img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}

.profile-page.card-img-top-wrp i {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f5f5f59e;
    padding: 6px;
    border-radius: 10px;
}

.card .card-body .card-row .card-cl-6 h6 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #686868;
    opacity: 0.6;
}

.cl-8 .row .card-login-cl-3 .card .card-img .card-body {
    padding: 1rem 0rem !important;
}

.card {
    border-radius: 1.25rem !important;
    border: 1px solid #b3b2ae !important;
    /* margin    : 20px; */
}

/*--------------------------------Taha Payment CSS--------------------------*/

.card .card-body h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
}

.card .card-body .card-row .card-cl-6 h4 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 28px;
    color: #686868;
    margin-right: 14px;
}

.cl-7-payment {
    background: #ffffff;
    border: 1px solid #dad7cc;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 0 10px;
}

.cl-7-payment .row .cl-12 .content h5 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    color: #000000;
    margin-left: 8px;
}

.cl-7-payment .row .cl-12 .content .row .cl-4-first {
    margin-left: 18%;
}

.cl-7-payment .row .cl-12 .content .payment-img .second-line .paypal {
    margin-right: 25px;
}

.cl-7-payment .row .cl-12 .content .payment-img .first-line .master-card {
    margin-right: 25px;
    background: #ffffff;
    border: 1px solid #2eac9d;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 4px !important;
}

.cl-7-payment .row .cl-12 .content .payment-img .first-line .visa {
    margin-left: 25px;
}

.cl-7-payment .row .cl-12 .content .payment-img .second-line .apple-pay {
    margin-left: 70px;
}

.cl-7-payment .row .cl-12 .content .payment-img .second-line .paypal p,
.cl-7-payment .row .cl-12 .content .payment-img .first-line .master-card p,
.cl-7-payment .row .cl-12 .content .payment-img .first-line .visa p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}

.form-check-input[type='checkbox'] {
    border-radius: 1.25em !important;
    font-size: 20px !important;
}

.cl-7-payment .row .cl-12 .content .payment-img .second-line .apple-pay p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}

.cl-7-payment .row .cl-12 .content input::placeholder {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #686868;
}

.cl-7-payment .row .cl-12 .content .btn {
    background: #2eac9d;
    color: #fff;
    border-radius: 28px;
    width: 65%;
    padding: 10px 15px;
}

.check-box {
    margin-right: 40%;
    margin-top: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.colrow {
    margin-right: 0% !important;
}

.check-box input {
    margin: 0px 10px 0px 10px;
}

@media screen and (max-width: 990px) {
    .check-box {
        margin-right: 0%;
    }
}

@media screen and (max-width: 990px) {
    .cl-7-payment .row .cl-12 .content input[type='text'],
    .cl-7-payment .row .cl-12 .content input[type='number'] {
        width: 95%;
    }

    .check-box {
        /* margin-right   : 25%; */
        margin-top: 20px;
        border-radius: 50px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .cl-7-payment .row .cl-12 .content .row .cl-4-first

    /*.cl-7-payment .row .cl-12 .content .row .cl-4-second */ {
        margin-left: 3% !important;
    }

    .cl-7-payment .row .cl-12 .content .btn {
        width: 95%;
    }

    .cl-7-payment .row .cl-12 .content h6 {
        margin-left: 3%;
    }
}

/*---------------------------------Update Profile Password--------------------*/
/* .card-profile .card-body-profile h1
{
font-family: 'Readex Pro', sans-serif;
font-style : normal;
font-weight: 400;
font-size  : 40px;
line-height: 50px;
/* identical to box height
color: #000000;
}*/

.card .card-body .card-row .card-cl-6 h4 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height */
    color: #686868;
}

.card .card-body .card-row .card-cl-6 h6 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    color: #686868;
    opacity: 0.6;
}

.cl-8-profile .row .cl-12 .content h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height */
    text-align: center;
    color: #000000;
}

.cl-8-profile .row .cl-12 .content p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    color: #686868;
}

.cl-8-profile .row .cl-12 .content h6 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2em;
    color: #000000;
}

.cl-8-profile .row .cl-12 .content input[type='email'],
.cl-8-profile .row .cl-12 .content input[type='password'] {
    width: 60%;
    padding: 10px 15px;
    border-radius: 50px;
}

.cl-8-profile .row .cl-12 .content input::placeholder {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #686868;
}

.cl-8-profile .row .cl-12 .content h6 {
    margin-right: 50%;
}

.cl-8-profile .row .cl-12 .content .btn {
    background: #2eac9d;
    border-radius: 28px;
    width: 60%;
    padding: 10px 15px;
    color: #fff;
}

@media screen and (max-width: 760px) {
    .cl-8-profile .row .cl-12 .content input[type='email'],
    .cl-8-profile .row .cl-12 .content input[type='password'] {
        width: 95%;
    }

    .update {
        margin-right: 100% !important;
    }

    .cl-8-profile .row .cl-12 .content .btn {
        width: 95%;
    }
}

/* service provider Haider */
.form-check-service-pro {
    padding: unset;
}

.form-check-hide-desc {
    opacity: 0;
    height: 0;
}

.form-check-hide-desc.active {
    opacity: 1;
    height: auto;
}

.select-date {
    background-image: url('../img/my-cart-date.png');
    background-repeat: no-repeat;
    background-position: right 20px top 15px;
}

.form-update input {
    background: #f8f8f8;
    border: 1px solid #c9c9c9;
    border-radius: 73px;
    padding: 15px 20px;
    width: 65% !important;
}

.form-update .btn-update h6 {
    background: #2eac9d;
    color: #fff;
    border-radius: 28px;
    width: 90%;
    padding: 10px 15px;
}

.form-update .update {
    /*margin-right: 55%;*/
    padding: 15px 0;
    width: 65% !important;
    margin: auto !important;
    text-align: left;
}

.cl-8-profile .row .cl-12 .content .btn {
    width: 95%;
}

/* service provider Haider */
.description_w {
    width: 86% !important;
}

/*.dropify_video_div .dropify-wrapper {*/
/*    height: 155px !important;*/
/*}*/

.add_doc_inner .add_plus_doc {
    width: 16px;
}

.add_doc_inner .add_pic_doc {
    font-size: 15px !important;
    color: red;
    line-height: normal !important;
}

/* .add_doc{
bottom: 96px;
right: 62px;
*/

/* #timeWrapper {
    width: 94%;
}

.select-time {
    margin-right: 1rem;
} */

.cart-profile {
    margin-left: -13px !important;
}

.cart-profile h5 {
    font-family: 'Readex Pro', sans-serif;
    font-size: normal;
    line-height: 22px;
    font-weight: 400;
}

.mycart_top {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-size: 28px;
    line-height: 26px;
    border-top-right-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
    background-color: #2eac9d !important;
}

.my-cart-baby-sitting {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 28px;
    /* identical to box height */
    color: #000000;
}

.cart_subheading {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    /* font-weight: 600 !important; */
    font-size: 15px;
    line-height: 28px;
    /* identical to box height */
    color: #000000;
}

.cart_subheading span {
    color: #7b7b7b !important;
}

/*#############3 check out payment #############3*/

.checkout_imgs img {
    width: 15%;
}

.payment-choice.choice-active {
    border: 3px solid black;
    border-radius: 17px;
    padding: 1px;
}

.modal.show .modal-dialog {
    padding-top: 40px !important;
    padding-bottom: 40px!important;
}

.congrats {
    width: 40% !important;
    padding-top: 40px !important;
}

@media screen and (max-width: 576px) {
    .ts-services {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ts-services {
    }

    .ts-services .ts-services-inner {
    }

    .ts-services .ts-services-inner .ts-services-btn {
        width: 94%;
    }

    .drad_box {
        width: 100%;
        height: 200px !important;
    }

    .drag_box_1 {
        width: 100%;
    }

    .drag-content {
        display: flex !important;
        justify-content: center !important;
    }

    .sm_icons_3,
    .sm_icons_4 {
        margin-top: 0px;
    }

    .icon-sm-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        text-align: center !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 280px) and (max-width: 480px) {
    #addTimeSlotIcon {
        display: none !important;
    }

    #addText {
        display: none;
    }

    #addFullText {
        display: block !important;
    }

    .select-time {
        margin-right: 0rem !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .services-dropdown {
        bottom: 4.15rem;
        left: -3.25rem;
    }

    .select-date {
        background-position: right 12px top 15px;
    }

    .select-time {
        background-position: right 12px top 15px;
    }

    .sm_icons_3,
    .sm_icons_4 {
        margin-top: 0px !important;
    }

    .drad_box {
        width: 100% !important;
        height: 140px !important;
    }

    .icon_row {
        height: 56px;
        width: 48px;
    }

    .icon-sm-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        text-align: center !important;
        justify-content: center !important;
    }

    .w_-100 {
        width: 100% !important;
    }

    .drag_box_1 {
        width: 100%;
    }

    .about-cl-6-sec .content h1 {
        font-size: 40px !important;
    }

    .content-service {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .grid_city_sm {
        display: grid !important;
        grid-template-columns: 30% 30% 30% !important;
    }

    .drag-content,
    .w_86_per,
    .select-language,
    .w__sm,
    .select-city {
        margin: 0 auto;
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile-page.card-img-top-wrp {
        width: 100%;
    }

    .card.profile-body .card-body {
        padding: 20px 0 !important;
    }

    .card-login-cl-3 .card-title {
        font-size: 1rem !important;
        /*text-overflow: ellipsis;*/
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
    }

    .modal-body .content_mycart .content-my-cart .form-check .form-check-label {
        font-size: 13px;
    }
}

.select-time,
.select-date {
    font-size: 13px;
    background-position: right 10px top 13px;
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    .grid_city_sm {
        display: grid !important;
        grid-template-columns: 50% 50% !important;
    }

    .ArrowBackImg {
        top: 5px !important;
        left: 5px !important;
    }

    .ui-widget.ui-widget-content {
        width: 300px !important;
    }

    .ui-state-default,
    .ui-widget-content .ui-state-default {
        width: 25px !important;
        height: 25px !important;
    }
}

/* taha add to card style */

@media (max-width: 991px) {
    .services_categories_list .service-box {
        height: 100%;
    }
}

.content .row-gallery-sec .cl-2 .content-cl-4 p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold !important;
    font-size: 21px;
    height: 65px;
    /* identical to box height */
    color: #000000;
    margin: 0px 0px 5px 0px !important;
}

.card-gallery .row-gallery .main-content .cl-4 {
    margin-left: 50px;
}

.card-gallery .row-gallery .main-content .cl-4 .block span {
    font-weight: 600;
    font-family: 'readex pro', sans-serif;
}

.card-gallery .row-gallery .main-content .cl-4 h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height */
    color: #000000;
    margin-top: 20px;
}

.card-gallery .row-gallery .main-content .cl-4 .stars i {
    font-size: 15px;
    color: #ffd333;
}

.card-gallery .row-gallery .main-content .cl-4 .stars span {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    color: #b7b7b7f2;
    margin-left: 5px;
}

.card-gallery .row-gallery .main-content .cl-4 p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    /* or 143% */
    color: #686868;
    margin-top: 10px;
}

.card-gellery .row-gellery .main-content .cl-4 input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 50px;
    margin-top: 10px;
    /*background   : #F8F8F8;*/
    border: 1px solid #c9c9c9;
}

.card-gallery .row-gallery .main-content .cl-4 input::placeholder {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #686868;
}

.card-gellery .row-gellery .main-content .cl-4 a.btn {
    width: 100%;
    padding: 15px 20px;
    border-radius: 50px;
    margin-top: 50px;
    background: #2eac9d;
    color: #fff;
}

.content .row-gallery-sec h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height */
    color: #000000;
}

.content .row-gellery-sec .cl-2 .content-cl-4 i {
    color: #2eac9d;
    z-index: 100;
    margin-top: 7px !important;
    font-size: 17px !important;
}

.content .row-gellery-sec .cl-2 .content-cl-4 span {
    width: 30px;
    height: 30px;
    background: #2eac9d55;
    border-radius: 50px;
    opacity: 1;
}

.content .row-gellery-sec .cl-2 .stars,
.content .row-gellery-sec .cl-2 .stars span {
    color: #ffd333;
    font-size: 10px;
}

.content .row-gallery-sec .cl-2 .stars .span-12 {
    color: #686868;
}

.content .row-gallery-sec .cl-2 h6 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    /* or 150% */
    color: #686868;
}

.content .row-gellery-sec .cl-12 a {
    background: #f5f5f5;
    transform: rotate(-180deg);
    height: 80px;
    width: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Model  one*/

.model-one .modal-content {
    border-radius: 30px;
}

.model-one .modal-content .modal-body h2 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.model-one .modal-content .modal-body h1 span {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #ec840f;
}

.model-one .modal-content .modal-body p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    text-align: center;
    color: #686868;
}

/* Model  two*/

.model-sec .modal-content {
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
}

.model-sec .modal-content .modal-body h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height */
    color: #000000;
}

.model-sec .modal-content .modal-body .anytgung {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height */
    color: #000000;
}

.model-sec .modal-content .modal-body .star i {
    color: #ffd333;
    font-size: 20px;
}

.model-sec .modal-content .modal-body span a {
    color: #b7b7b7;
    text-decoration: none;
    margin-left: 7px;
    font-weight: 500;
    font-size: 20px;
}

.model-sec .modal-content .modal-body .pagination a h1 {
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 100%;
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height */
    text-align: center;
    color: #7b7b7b;
    padding: 10px 25px;
    margin-right: 5px;
    text-decoration: none;
}

.model-sec .modal-content .modal-body .pagination a h2 {
    background: #2eac9d;
    border: 1px solid #2eac9d;
    border-radius: 5px;
    width: 100%;
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height */
    text-align: center;
    color: #fff;
    padding: 10px 30px;
}

.model-sec .modal-content .modal-body .pagination i {
    font-size: 30px;
    color: #ffd333;
    margin-left: 20px;
}

.model-sec .modal-content .modal-body .pagination a {
    margin-left: 10px;
    margin-top: 20px;
    text-decoration: none !important;
}

.model-sec .modal-content .modal-body textarea {
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    resize: none;
    margin-top: 20px;
}

.model-sec .modal-content .modal-body textarea::placeholder {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #686868;
    padding: 10px 20px;
}

.model-sec .modal-content .modal-body .pagination span {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    /* identical to box height */
    text-align: center;
    color: #b7b7b7;
    margin-top: 30px;
}

.model-sec .modal-content .modal-body a.leave {
    width: 50%;
    padding: 15px 20px;
    background: #2eac9d;
    color: #fff;
    border-radius: 50px;
}

/* FAQS START*/

.heade {
    background: #f5f5f5;
    opacity: 0.6;
    border-radius: 10px;
    padding: 10px;
}

/* .faqs-cl-6 {
    margin: 10px 20px 10px 40px !important;
} */

.faqs-cl-6 .heade i {
    font-size: 20px;
    color: #2eac9d;
}

.heade:active {
    background: #2eac9d;
    margin-bottom: -14px;
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px !important;

    border-bottom-left-radius: 0px;
}

.card {
    border-radius: 1.25rem !important;
    background: #fff;
    border-right: 1px solid #2eac9d;
    border-left: 1px solid #2eac9d;
    border-bottom: 1px solid #2eac9d;
}

.card.profile-body .card-body {
    padding: 20px;
    height: 75px;
}

.card.profile-body .card-body h5 span {
    /* display: block; */
}

.card.profile-body img {
    width: 75px;
}

.card .card-body .fa-pen-to-square {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f5f5f5;
    padding: 6px;
    border-radius: 10px;
    color: #000;
    font-size: 17px;
}

.faqs-row .card {
    border-radius: unset !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border: 1px solid #2eac9d !important;
}

/* FAQS END*/

@media screen and (max-width: 1200px) {
    .content .row-gallery-sec .cl-2 {
    }

    .model-sec .modal-content .modal-body a.leave {
        width: 80%;
    }

    .card-gallery .row-gallery .main-content .cl-4 a.btn {
        margin-top: 20px;
    }

    .model-sec .modal-content .modal-body .pagination {
        display: block;
    }

    .card-list .card-body .card-row-list .card-cl-6-list h4 {
        font-size: 16px !important;
        line-height: 28px;
    }

    .about .about-row .about-cl-6-sec .content h1 {
        font-size: 44px;
    }
}

@media screen and (max-width: 800px) {
    .model-sec .modal-content .modal-body h1 {
        font-size: 26px;
        font-weight: 600 !important;
    }

    .model-sec .modal-content .modal-body .anytgung {
        font-size: 30px;
    }

    .model-sec .modal-content .modal-body a.leave {
        width: 100%;
    }

    .model-sec .modal-content .modal-body .pagination {
        display: block;
    }

    .card-gellery .row-gellery .main-content .cl-4 h1 {
        margin-top: 5px;
    }

    .card-gallery .row-gallery .main-content {
        flex-direction: column;
    }

    .card-gallery .row-gallery .main-content .cl-4 {
        margin-left: 0px;
    }
}

@media screen and (max-width: 576px) {
    .card-gellery .row-gellery .main-content {
        flex-direction: column;
    }

    .content .row-gallery-sec .cl-2 {
        margin-left: 0px;
    }
}

.content-service h1 {
    /* word-spacing: 20px; */
}

.content-service label {
    font-family: 'Readex Pro', sans-serif;
}

.drag-content .drad_box {
    border-radius: 1.25rem;
    border: 1px dotted gray;
    /* padding      : 55px 30px; */
    background-color: #fff !important;
}

.drad_video {
    width: 85% !important;
}

.icon_row {
    /*padding: 20px;*/
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    align-items: center;
    height: 90px;
    width: 77px;
    border: 1px dotted gray;
    border-radius: 1.25rem;
}

/* .sm_icons img {
    width: 200px;
} */

.sm_icons_3,
.sm_icons_4 {
    margin-top: 30px;
}

.language_box,
.city_box label {
    border-radius: 1.25rem !important;
    /* color     : #7B7B7B; */
    color: #7b7b7b;
}

/* taha notification */

.card .card-body h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height */
    color: #000000;
}

.card .card-body .card-row .card-cl-6 h4 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height */
    color: #686868;
}

.card .card-body .card-row .card-cl-6 h6 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    color: #686868;
    opacity: 0.6;
}

.card {
    border-radius: 1.25rem !important;
}

.cl-8 .row .cl-12 .content h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height */
    text-align: center;
    color: #000000;
}

.cl-8 .row .cl-12 .content p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    color: #686868;
}

.check-buttons .check-btn input {
    font-size: 34px;
    /* float       : right; */
    /* margin-top  : -33px; */
    margin-right: 5%;
}

.form-check-input:checked {
    background-color: #2eac9d !important;
    border-color: #2eac9d !important;
}

.form-check-input:focus {
    border-color: unset !important;
}

.check-buttons h2 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #000000;
    margin-left: 4%;
}

.cl-8-update .row .cl-12 .content h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height */
    text-align: center;
    color: #000000;
}

.form-update input {
    background: #f8f8f8;
    border: 1px solid #c9c9c9;
    border-radius: 73px;
    padding: 15px 20px;
    width: 65% !important;
}

.cl-8-update {
    background: #ffffff;
    border: 1px solid #dad7cc;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 5%);
    border-radius: 20px;
    padding: 0 10px;
}

.cl-8-update .row .cl-12 .content p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    color: #686868;
}

.card-list {
    background-color: #fff;
}

.card-list .card-body h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height */
    color: #000000;
}

.card-list .card-body .card-row-list .card-cl-6-list h4 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 28px;
    /* identical to box height */
    color: #686868;
}

.card-list .card-body .card-row-list .card-cl-6-list h6 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 20px;
    /* identical to box height */
    color: #686868;
    opacity: 0.6;
}

.cl-8-list {
    background: #ffffff;
    border: 1px solid #dad7cc;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 0px 10px 0px 10px;
    /* margin-left  : 30px; */
}

.cl-8-list .row-list .cl-12-list .content-list h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 30px;
    line-height: 38px;
    /* identical to box height */
    text-align: center;
    color: #000000;
}

.cl-8-list .row-list .cl-12-list .content-list p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    color: #686868;
}

.cl-4-list {
    padding: 0 10px !important;
}

.cl-4-list a {
    color: #2eac9d;
}

.drag-content,
.w_86_per,
.select-language,
.select-city {
    margin: 0 auto;
    width: 86% !important;
}

.fs-lable {
    font-size: 1rem !important;
}

.drag_box_1 {
    /*width: 40%;*/
}

.ts-dragdrop {
    width: 50%;
}

.drag_box_1.ts-dragdrop {
    background-color: #f8f9fa !important;
}

.ts-blocks {
    width: calc(25% - 20px);
    margin: 0px 0px 10px;
}

.ts-blocks .ts-blocks-inner {
    float: left;
    width: 100%;
}

.ts-button {
    width: calc(100% / 3 - 20px);
    margin: 0 8px;
}

.ts-button.btn-light {
    color: #000 !important;
}

.ts-blocks .ts-blocks-inner img {
}

.ts-blocks .ts-blocks-inner a {
}

.ts-blocks .ts-blocks-inner.d-flex {
    /*flex-direction: column;*/
}

/* service provider */

.drag_service_1 {
    width: 60%;
}

.drag_service_2 {
    width: 35%;
}

.filter_btn {
    font-weight: 500;
}

.radio_check {
    margin-top: -5px;
}

/*################3 my cart ################3*/
.modal_content_filter {
    border-top-right-radius: 4rem !important;
    border-top-left-radius: 4rem !important;
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
}

/* .modal_content_mycart .modal-header{

} */

.cart-profile {
    margin-left: -13px !important;
}

.cart-profile h5 {
    font-family: 'Readex Pro', sans-serif;
    font-size: normal;
    line-height: 22px;
    font-weight: 400;
}

.mycart_top {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-size: 28px;
    line-height: 26px;
    border-top-right-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
    background-color: #2eac9d !important;
}

.my-cart-baby-sitting {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 28px;
    /* identical to box height */
    color: #000000;
}

.cart_subheading {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    /* font-weight: 600 !important; */
    font-size: 15px;
    line-height: 28px;
    /* identical to box height */
    color: #000000;
}

.cart_subheading span {
    color: #7b7b7b !important;
}

/*#############3 check out payment #############3*/

.checkout_imgs img {
    width: 15%;
}

.payment-choice.choice-active {
    border: 3px solid #2eac9d;
    border-radius: 17px;
    padding: 9px;
}

.modal.show .modal-dialog {
    padding-top: 40px !important;
}

.congrats {
    width: 40% !important;
    padding-top: 40px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .drad_box {
        width: 100%;
        height: 200px !important;
    }

    .drag_box_1 {
        width: 100%;
    }

    .drag-content {
        display: flex !important;
        justify-content: center !important;
    }

    .sm_icons_3,
    .sm_icons_4 {
        margin-top: 0px;
    }

    .icon-sm-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        text-align: center !important;
        justify-content: center !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
    .select-date {
        background-position: right 12px top 15px;
    }

    .select-time {
        background-position: right 12px top 15px;
    }

    .sm_icons_3,
    .sm_icons_4 {
        margin-top: 0px !important;
    }

    .drad_box {
        width: 100% !important;
        height: 140px !important;
    }

    .icon_row {
        height: 56px;
        width: 48px;
    }

    .icon-sm-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        text-align: center !important;
        justify-content: center !important;
    }

    .w_-100 {
        width: 100% !important;
    }

    .drag_box_1 {
        width: 100%;
    }

    .about-cl-6-sec .content h1 {
        font-size: 40px !important;
    }

    .content-service {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .grid_city_sm {
        display: grid !important;
        grid-template-columns: 30% 30% 30% !important;
    }

    .drag-content,
    .w_86_per,
    .select-language,
    .w__sm,
    .select-city {
        margin: 0 auto;
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1224px) {
    .profile-page.card-img-top-wrp {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile-page.card-img-top-wrp {
        width: 100%;
    }

    .card.profile-body .card-body {
        padding: 20px 0 !important;
    }

    .modal-body .content_mycart .content-my-cart .form-check .form-check-label {
        font-size: 13px;
    }
}

.select-time,
.select-date {
    font-size: 13px;
    background-position: right 10px top 13px;
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    .grid_city_sm {
        display: grid !important;
        grid-template-columns: 50% 50% !important;
    }
}

/* taha add to card style */

/*.content .row-gallery-sec .cl-2 .content-cl-4 p {
    font-family: 'Readex Pro', sans-serif;
    font-style : normal;
    font-weight: 600 !important;
    font-size  : 22px;
    line-height: 28px;
    color      : #000000;
    margin     : 0px 0px 5px 0px !important;
}*/

.card-gallery .row-gallery .main-content .cl-4 {
    margin-left: 50px;
}

.card-gallery .row-gallery .main-content .cl-4 .block span {
    font-weight: 600;
    font-family: 'readex pro', sans-serif;
}

.card-gallery .row-gallery .main-content .cl-4 h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height */
    color: #000000;
    margin-top: 20px;
}

.card-gallery .row-gallery .main-content .cl-4 .stars i {
    font-size: 15px;
    color: #ffd333;
}

.card-gallery .row-gallery .main-content .cl-4 .stars span {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    color: #b7b7b7f2;
    margin-left: 5px;
}

.card-gallery .row-gallery .main-content .cl-4 p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    /* or 143% */
    color: #686868;
    margin-top: 10px;
}

.card-gellery .row-gellery .main-content .cl-4 input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 50px;
    margin-top: 10px;
    /*background   : #F8F8F8;*/
    border: 1px solid #c9c9c9;
}

.card-gallery .row-gallery .main-content .cl-4 input::placeholder {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #686868;
}

.card-gellery .row-gellery .main-content .cl-4 a.btn {
    width: 100%;
    padding: 15px 20px;
    border-radius: 50px;
    margin-top: 50px;
    background: #2eac9d;
    color: #fff;
}

.content .row-gallery-sec h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height */
    color: #000000;
}

.content .row-gellery-sec .cl-2 .content-cl-4 i {
    color: #2eac9d;
    z-index: 100;
    margin-top: 7px !important;
    font-size: 17px !important;
}

.content .row-gellery-sec .cl-2 .content-cl-4 span {
    width: 30px;
    height: 30px;
    background: #2eac9d55;
    border-radius: 50px;
    opacity: 1;
}

.content .row-gellery-sec .cl-2 .stars,
.content .row-gellery-sec .cl-2 .stars span {
    color: #ffd333;
    font-size: 10px;
}

.content .row-gallery-sec .cl-2 .stars .span-12 {
    color: #686868;
}

.content .row-gallery-sec .cl-2 h6 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    /* or 150% */
    color: #686868;
}

.content .row-gellery-sec .cl-12 a {
    background: #f5f5f5;
    transform: rotate(-180deg);
    height: 80px;
    width: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Model  one*/

.model-one .modal-content {
    border-radius: 30px;
}

.model-one .modal-content .modal-body h2 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.model-one .modal-content .modal-body h1 span {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #ec840f;
}

.model-one .modal-content .modal-body p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    text-align: center;
    color: #686868;
}

/* Model  two*/

.model-sec .modal-content {
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
}

.model-sec .modal-content .modal-body h1 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height */
    color: #000000;
}

.model-sec .modal-content .modal-body .anytgung {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height */
    color: #000000;
}

.model-sec .modal-content .modal-body .star i {
    color: #ffd333;
    font-size: 20px;
}

.model-sec .modal-content .modal-body span a {
    color: #b7b7b7;
    text-decoration: none;
    margin-left: 7px;
    font-weight: 500;
    font-size: 20px;
}

.model-sec .modal-content .modal-body .pagination a h4 {
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 100%;
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 38px;
    /* identical to box height */
    text-align: center;
    color: #7b7b7b;
    padding: 2px 15px;
    margin-right: 5px;
    text-decoration: none;
}

.activerating {
    background: #2eac9d !important;

    text-align: center !important;
    color: #fff !important;
}

.model-sec .modal-content .modal-body .pagination i {
    font-size: 30px;
    color: #ffd333;
    margin-left: 20px;
}

.model-sec .modal-content .modal-body .pagination a {
    margin-left: 10px;
    margin-top: 20px;
    text-decoration: none !important;
}

.model-sec .modal-content .modal-body textarea {
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #c9c9c9;
    border-radius: 20px;
    resize: none;
    margin-top: 20px;
}

.model-sec .modal-content .modal-body textarea::placeholder {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #686868;
    padding: 10px 20px;
}

.model-sec .modal-content .modal-body .pagination span {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    /* identical to box height */
    text-align: center;
    color: #b7b7b7;
    margin-top: 30px;
}

.model-sec .modal-content .modal-body button.leave {
    width: 50%;
    padding: 15px 20px;
    background: #2eac9d;
    color: #fff;
    border-radius: 50px;
}

/* FAQS START*/

.heade {
    background: #f5f5f5;
    opacity: 0.6;
    border-radius: 10px;
    padding: 10px;
}

/* .faqs-cl-6 {
    margin: 10px 20px 10px 40px !important;
} */

.faqs-cl-6 .heade i {
    font-size: 27px;
    color: #2eac9d;
}

.heade:active {
    background: #2eac9d;
    margin-bottom: -14px;
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px !important;

    border-bottom-left-radius: 0px;
}

.card {
    border-radius: 1.25rem !important;
    background: #fff;
    border-right: 1px solid #2eac9d;
    border-left: 1px solid #2eac9d;
    border-bottom: 1px solid #2eac9d;
}

.card.profile-body .card-body {
    padding: 20px;
    height: 75px;
}

.card.profile-body .card-body h5 span {
    /* display: block; */
}

.card.profile-body img {
    width: 75px;
}

.card .card-body .fa-pen-to-square {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f5f5f5;
    padding: 6px;
    border-radius: 10px;
    color: #000;
    font-size: 17px;
}

.faqs-row .card {
    border-radius: unset !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border: 1px solid #2eac9d !important;
}

/* FAQS END*/

@media screen and (min-width: 900px) and (max-width: 1200px) {
    .cl-8-list .row-list .cl-12-list .content-cl-4 {
        align-items: center !important;
    }

    .cl-8-list .row-list .cl-12-list .content-list h6,
    .cl-8-list .row-list .cl-12-list .content-list p {
        font-size: 12px !important;
        margin: 0px;
        text-align: start;
        line-height: unset;
    }
}

@media screen and (max-width: 1200px) {
    .model-sec .modal-content .modal-body a.leave {
        width: 80%;
    }

    .card-gallery .row-gallery .main-content .cl-4 a.btn {
        margin-top: 20px;
    }

    .model-sec .modal-content .modal-body .pagination {
        display: block;
    }

    .card-list .card-body .card-row-list .card-cl-6-list h4 {
        font-size: 16px !important;
        line-height: 28px;
    }

    .about .about-row .about-cl-6-sec .content h1 {
        font-size: 44px;
    }
}

@media screen and (max-width: 800px) {
    .model-sec .modal-content .modal-body h1 {
        font-size: 26px;
        font-weight: 600 !important;
    }

    .model-sec .modal-content .modal-body .anytgung {
        font-size: 30px;
    }

    .model-sec .modal-content .modal-body a.leave {
        width: 100%;
    }

    .model-sec .modal-content .modal-body .pagination {
        display: block;
    }

    .card-gellery .row-gellery .main-content .cl-4 h1 {
        margin-top: 5px;
    }

    .card-gallery .row-gallery .main-content {
        flex-direction: column;
    }

    .card-gallery .row-gallery .main-content .cl-4 {
        margin-left: 0px;
    }
}

@media screen and (max-width: 576px) {
    .card-gellery .row-gellery .main-content {
        flex-direction: column;
    }

    .content .row-gallery-sec .cl-2 {
        margin-left: 0px;
    }
}

.avail_time label {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #7b7b7b;
}

#banner .row .cl-6-sec .sec-reset {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* media query */

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .tool_3 {
        /*margin-top: 50px !important;*/
    }

    #banner .row .cl-6-sec .sec-login {
        margin-top: 16% !important;
    }

    .tab2 {
        gap: 2rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
    .tab2 button {
        margin-left: 1% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1038px) {
    .tab2 button {
        padding: 1% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
    .card-gellery .row-gellery .main-content {
        flex-direction: row;
    }

    .card-gallery .row-gallery .main-content .cl-4 {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .form-check {
        /* padding-left: unset !important; */
        font-size: 13px;
    }

    .img_monial {
        top: -32%;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
    }

    .model-one .modal-content .modal-body a.leave {
        width: 80%;
    }

    .section_baby_tools .card img {
        bottom: 265px;
        right: 12px;
        top: -108px;
    }

    .text_center_sm {
        text-align: center;
    }

    .section_baby_tools {
        margin-top: 13%;
    }

    /*  .section_baby_tools .row {
        gap: 50px;
    }*/

    .justify_content_end_sm {
        justify-content: end !important;
    }

    .content_hero_inner {
        /* margin: 0 38px !important; */
        /*margin-right: 26rem;*/
    }

    .content_hero {
        /* padding-top: 2rem !important; */
    }

    .img_team {
        left: 0 !important;
        right: 0;
        margin: auto;
        top: -65px;
    }

    .d_none_sm {
        display: none !important;
    }

    .d_grid_sm {
        display: grid;
        grid-template-columns: 100px 100px 100px 100px;
        justify-content: center;
    }

    .logo-top-sm {
        width: 168px !important;
        height: 43px;
        margin-right: 2px !important;
        position: relative;
        right: 50px;
    }

    /* .logo-tab {
        display: none !important;
    } */

    .logo-top-sm img {
        /* width: 100%; */
    }

    .search_bar_menu {
        display: block !important;
        top: 45px;
        left: 260px;
    }

    .btnnav_position_sm {
        margin-right: 0;
        margin-left: auto;
    }

    .space_around_none {
        justify-content: start !important;
    }

    .section_testimonial .row {
        justify-content: center !important;
    }

    .position_logo_sm {
        position: relative;
        bottom: 33px;
        right: 195px;
        display: block;
    }

    .logo_width_sm {
        width: 100px !important;
    }

    .position_searchnav_sm {
        position: relative;
        bottom: 80px;
        right: 55px;
        display: block;
    }

    .position_btnnav_sm {
        position: relative;
        bottom: 133px;
        left: 294px;
        display: block;
        width: 150px;
    }

    .mt_30 {
        margin-top: 30px !important;
    }

    .mt_md_res {
        margin-top: 65px !important;
    }

    .d-grid-one,
    .d-grid-two {
        width: 100% !important;
        text-align: center;
    }

    .about .about-row .about-cl-6-sec .content h1 {
        font-size: 44px;
    }

    .grid_ser_sm {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .section_services button {
        font-size: 13px;
        line-height: normal !important;
    }

    .links_footer .btn {
        padding: 0px !important;
    }
}

.box_grand {
    /* display: grid;
grid-template-columns: 2fr 1fr; */
    gap: 20px;
    margin-left: 126px;
}

@media only screen and (min-width: 509px) and (max-width: 599px) {
    .img_team {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
    .grid_list_sm {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .grid_ser_sm {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .services_button {
        top: 78%;
    }

    /*#banner .row .cl-6-sec .sec-reset{
       display: none;
    }*/

    /* #banner .row .cl-6-sec .sec-login {
        margin-top  : 25% !important;
    } */
    /* .sec-reg {
        float     : right;
        margin-top: -3% !important;

    } */
}

@media only screen and (min-width: 348px) and (max-width: 426px) {
    #banner .row .cl-6-sec .sec-login {
        margin-top: 29% !important;
    }

    .sec-reg {
        display: none;
    }

    /* .sec-reg {
        float     : right;
        margin-top: -10% !important;

    } */
}

@media only screen and (min-width: 600px) and (max-width: 766px) {
    .img_team {
        top: -63px;
        left: 0 !important;
        width: 123px;
        right: 0;
        margin: auto;
    }

    /*.grid_tool_sm .card {
        width: 50%;
    }*/

    .grid_tool_sm {
        /*display              : grid !important;*/
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: auto;
    }

    .section_baby_tools .baby_1,
    .section_baby_tools .baby_2,
    .section_baby_tools .baby_3 {
        width: 225px !important;
        bottom: 145px !important;
        right: 2px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
    .section_testimonial .row {
        gap: 10px !important;
    }

    .tab2 {
        gap: 0rem;
    }
}

/* ############     sb menu of header start         ########## */
.btn_menue_mobile {
    display: none;
}

.sb_menu_header {
    display: none;
}

.nav-iconsty {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    /* float                  : right; */
}

/* ############     sb menu of header end         ########## */
@media only screen and (min-width: 300px) and (max-width: 768px) {
    .nav-iconsty {
        float: right;
    }

    .btn_menue_mobile {
        display: block;
        padding-left: 1rem;
    }

    .btnnav_position_sm {
        display: none;
    }

    .navbar-nav {
        margin-left: 10px !important;
        margin-top: 0px !important;
        width: calc(65% - 10px);
    }

    .logo_sb {
        width: 20%;
    }

    .img_navmenu {
        width: 100%;
    }

    .mob-nav-new {
        display: none !important;
    }

    .tab2 {
        gap: 0rem;
    }

    .tabservice1 {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    /* .tab2 {
        padding: 0px 1rem;
    } */
    .section_hero h2 {
        font-size: 16px;
        line-height: 27px;
    }

    .ts_tab_orders table {
        font-size: 12px;
    }

    .ts_tab_orders table button {
        font-size: 12px !important;
    }

    .ts_tab_orders thead th p {
        font-size: 12px;
    }

    .ts_tab_orders .tablinks {
        font-size: 12px;
    }

    .ts_tab_orders .tablinks_request {
        font-size: 12px;
    }

    .footer-main .footer-title {
        margin: 12px 0;
    }

    .footer-main .links_footer {
    }

    .footer-main .links_footer a {
        /* padding: 5px 0 !important; */
    }

    .footer-search form {
        margin-top: 20px !important;
    }

    .mtt_footer {
        margin-bottom: 20px;
    }

    #banner .row .cl-6-sec .sec-login {
        display: none !important;
    }

    .sec-reg {
        display: none !important;
    }

    .content_hero_inner {
        /* margin: 0 380px !important; */
    }

    .w__100 {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .header_top .d-flex {
        justify-content: space-between !important;
    }

    .header_top h5 {
        font-size: 12px !important;
    }

    .content-service h1 {
        padding: 13px 0px !important;
    }

    .img_monial {
        top: -37%;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
    }

    .content_hero .row {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .content_hero_inner {
        /* margin: 0 38px !important; */
        margin-right: 1rem !important;
    }

    .content_hero {
        /* padding-top: 2rem !important; */
    }

    /*.img_team {
        top     : -63px;
        width   : 123px;
        left: 0;
        right: 0;
        margin: 0;
    }*/

    /*.logo-top img {
        position: absolute;
        width   : 42%;
        left    : 21px;
        top     : 8px;
    }*/

    .mt_md_res {
        margin-top: 80px !important;
    }

    .services_button {
        left: 12% !important;
    }

    @media only screen and (min-width: 768px) and (max-width: 800px) {
        .card-gellery .row-gellery .main-content {
            flex-direction: row;
        }

        .card-gallery .row-gallery .main-content .cl-4 {
            padding-left: 20px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 992px) {
        .form-check {
            /* padding-left: unset !important; */
            font-size: 13px;
        }

        .img_monial {
            top: -34%;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
        }

        .model-one .modal-content .modal-body a.leave {
            width: 80%;
        }

        .section_baby_tools .card img {
            bottom: 265px;
            right: 12px;
            top: -80px;
        }

        .text_center_sm {
            text-align: center;
        }

        .section_baby_tools {
            margin-top: 13%;
        }

        .justify_content_end_sm {
            justify-content: end !important;
        }

        .img_team {
            left: 0 !important;
            right: 0;
            margin: auto;
            top: -65px;
        }

        .d_none_sm {
            display: none !important;
        }

        .d_grid_sm {
            display: grid;
            grid-template-columns: 100px 100px 100px 100px;
            justify-content: center;
        }

        .logo-top-sm {
            width: 168px !important;
            height: 43px;
            margin-right: 2px !important;
            position: relative;
            right: 50px;
        }

        .search_bar_menu {
            display: block !important;
            top: 45px;
            left: 260px;
        }

        .btnnav_position_sm {
            margin-right: 0;
            margin-left: auto;
        }

        .space_around_none {
            justify-content: start !important;
        }

        .section_testimonial .row {
            justify-content: center !important;
        }

        .position_logo_sm {
            position: relative;
            bottom: 33px;
            right: 195px;
            display: block;
        }

        .logo_width_sm {
            width: 100px !important;
        }

        .position_searchnav_sm {
            position: relative;
            bottom: 80px;
            right: 55px;
            display: block;
        }

        .position_btnnav_sm {
            position: relative;
            bottom: 133px;
            left: 294px;
            display: block;
            width: 150px;
        }

        .mt_30 {
            margin-top: 30px !important;
        }

        .mt_md_res {
            margin-top: 65px !important;
        }

        .d-grid-one,
        .d-grid-two {
            width: 100% !important;
            text-align: center;
        }

        .about .about-row .about-cl-6-sec .content h1 {
            font-size: 44px;
        }

        .grid_ser_sm {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

        .section_services button {
            font-size: 13px;
            line-height: normal !important;
        }

        .links_footer .btn {
            padding: 0px !important;
        }

        /* .search_bar_menu {
display: block !important;

top : 45px;
left: 291px;
} */
        /* .btnnav_position_sm {
position: relative;
left    : 471px;
} */
    }

    .box_grand {
        /* display: grid;
grid-template-columns: 2fr 1fr; */
        gap: 20px;
        margin-left: 126px;
    }

    @media only screen and (min-width: 509px) and (max-width: 599px) {
        .img_team {
            left: 0 !important;
            right: 0 !important;
            margin: auto !important;
        }
    }

    @media only screen and (min-width: 450px) and (max-width: 767px) {
        .grid_list_sm {
            display: grid !important;
            grid-template-columns: 1fr 1fr;
        }

        .grid_ser_sm {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

        .services_button {
            top: 78%;
        }

        /*#banner .row .cl-6-sec .sec-reset{
display: none;
}*/

        /* #banner .row .cl-6-sec .sec-login {
margin-top  : 25% !important;
} */
        /* .sec-reg {
float     : right;
margin-top: -3% !important;

} */
    }

    @media only screen and (min-width: 348px) and (max-width: 426px) {
        #banner .row .cl-6-sec .sec-login {
            margin-top: 29% !important;
        }

        .sec-reg {
            display: none;
        }

        /* .sec-reg {
float     : right;
margin-top: -10% !important;

} */
    }

    @media only screen and (min-width: 600px) and (max-width: 766px) {
        .img_team {
            top: -63px;
            left: 0 !important;
            width: 123px;
            right: 0;
            margin: auto;
        }

        .grid_tool_sm .card {
            /*width: 50%;*/
        }

        .grid_tool_sm {
            /*display              : grid !important;
grid-template-columns: repeat(2, 50%);
grid-template-rows   : auto;*/
        }

        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            width: 225px !important;
            bottom: 145px !important;
            right: 2px !important;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 800px) {
        .section_testimonial .row {
            gap: 10px !important;
        }

        .tab2 {
            gap: 0rem;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 768px) {
        .tab2 {
            gap: 0rem;
        }

        .about_us_page #banner {
            background-image: unset !important;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: fit-content;
            background-size: cover;
        }

        .tabservice1 {
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        /* .tab2 {
padding: 0px 1rem;
} */
        .section_hero h2 {
            font-size: 16px;
            line-height: 27px;
        }

        .ts_tab_orders table {
            font-size: 12px;
        }

        .ts_tab_orders table button {
            font-size: 12px !important;
        }

        .ts_tab_orders thead th p {
            font-size: 12px;
        }

        .ts_tab_orders .tablinks {
            font-size: 12px;
        }

        .ts_tab_orders .tablinks_request {
            font-size: 12px;
        }

        .footer-main .footer-title {
            margin: 12px 0;
        }

        .footer-main .links_footer {
        }

        .footer-main .links_footer a {
            /* padding: 5px 0 !important; */
        }

        .footer-search form {
            margin-top: 20px !important;
        }

        .mtt_footer {
            margin-bottom: 20px;
        }

        #banner .row .cl-6-sec .sec-login {
            display: none !important;
        }

        .sec-reg {
            display: none !important;
        }

        .content_hero_inner {
            /* margin: 0 380px !important; */
        }

        .w__100 {
            width: 100% !important;
        }

        .header_top .d-flex {
            justify-content: space-between !important;
        }

        .content-service h1 {
            padding: 13px 0px !important;
        }

        .img_monial {
            top: -37%;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
        }

        /*.img_team {
top     : -63px;
width   : 123px;
left: 0;
right: 0;
margin: 0;
}*/

        /*.logo-top img {
position: absolute;
width   : 42%;
left    : 21px;
top     : 8px;
}*/

        .mt_md_res {
            margin-top: 80px !important;
        }

        .services_button {
            left: 12% !important;
        }

        .section_testimonial .row {
            justify-content: center !important;
        }

        .gap_sm_5rem {
            gap: 2rem !important;
        }

        .content_hero_inner {
            /* margin: 0px -1px !important; */
        }

        .mt_30 {
            margin-top: 30px !important;
        }

        .btnnav_position_sm {
            margin-right: 0;
            margin-left: auto;
        }

        .hero_btn button {
            padding-right: 10px !important;
            padding-left: 10px !important;
            margin-top: 6px;
            width: 200px !important;
        }

        .text_center_sm {
            text-align: center;
        }

        .content_hero p {
            padding: 0px !important;
        }

        .section_baby_tools {
            margin-top: 20%;
        }

        .container_footer .input-group {
            width: 100% !important;
            margin: 0 auto;
        }

        .about_content {
            width: 100% !important;
        }

        .d-grid-one,
        .d-grid-two {
            width: 100% !important;
            text-align: center;
        }

        .d_flex_sm {
            flex-direction: column !important;
        }

        .about .about-row .about-cl-6-sec .content h1 {
            font-size: 30px !important;
        }

        .section_baby_tools h3 {
            font-size: 20px;
            line-height: normal !important;
        }

        .section_services button {
            font-size: 13px;
            line-height: normal !important;
        }

        .links_footer .btn {
            padding: 0px !important;
        }

        .w__84 {
            width: 100%;
        }

        .about_title {
            font-size: 30px !important;
        }

        .model-one .modal-content .modal-body a.leave {
            width: 92%;
        }
    }

    @media screen and (min-width: 600px) and (max-width: 768px) {
    }

    @media only screen and (max-width: 300px) {
        #banner {
            width: 79%;
            height: 260vh;
        }

        .margin-left {
            margin-left: 0px;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 508px) {
        .ts_tab_orders {
            padding-top: 10px !important;
        }

        .tabservice {
            display: flex;
            flex-direction: column-reverse;
            gap: 1rem;
            margin-bottom: 0px !important;
        }

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

        .ts_tab_orders .tablinks_request,
        .ts_tab_orders .tablinks {
            margin-left: 0px !important;
            padding: 12px 6px;
        }

        .tabservice1 button {
            width: 14rem;
        }

        .float_left_btn {
            float: unset !important;
            margin-bottom: 10px;
            width: 35px !important;
        }

        .img_team {
            top: -37%;

            left: 0;
            right: 0;
            margin: auto;
            width: 140px;
        }

        .grid_tool_sm {
            margin-top: 90px;
        }

        .section_hero {
            /* height: 390px !important; */
            padding-top: 30px;
        }

        .hero_btn {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .slider_index .carousel-indicators {
            flex-direction: row;
            top: 85%;
            width: 100%;
        }

        .slider_index .carousel-indicators [data-bs-target] {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

        .slider_index .carousel-indicators button::after {
            width: 18px;
            height: 3px;
            top: 5px;
            /*left  : 13px;*/
        }

        .img_monial {
            top: -32%;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
        }

        .img-pos {
            top: -90px;
            left: 2px;
            width: 80%;
        }

        /*.section_baby_tools .row .card {
width: 100% !important;
}

.section_baby_tools .row .card:first-child {
margin-left: 25px !important;
}

.section_baby_tools .row .card:last-child {
margin-right: 25px !important;
}*/

        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            right: 70px;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 576px) {
        #banner .row .cl-6-sec {
            height: 470px;
        }

        .header_top {
            height: unset !important;
            padding: 10px !important;
        }

        #banner .row .cl-6-sec .btn {
            font-size: 13px;
            color: #ffffff;
            padding: 10px 10px;
            width: 100% !important;
            text-align: center;
            /* margin-bottom: 13px; */
        }

        .con_height #banner {
            background-image: none !important;
            height: unset !important;
        }

        .content-service {
            position: unset !important;
        }

        .section_hero {
            height: 100%;
            /* height: 400px !important;  */
            padding-top: 30px;
        }

        .slider_index .carousel-indicators {
            flex-direction: row;
            top: 92%;
            width: 100%;
        }

        .slider_index .carousel-indicators [data-bs-target] {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

        .slider_index .carousel-indicators button::after {
            width: 18px;
            height: 3px;
            top: 5px;
            /*left  : 13px;*/
        }

        /*.section_baby_tools .row .card {
width: 100% !important;
}

.section_baby_tools .row .card:first-child {
margin-left: 25px !important;
}

.section_baby_tools .row .card:last-child {
margin-right: 25px !important;
}*/

        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            right: 0;
            left: 0;
            margin: auto;
        }
    }

    @media only screen and (min-width: 577px) and (max-width: 768px) {
        #banner .row .cl-6-sec {
            /* height: 500px; */
        }

        .section_hero {
            /* height: 390px !important; */
            padding-top: 30px;
        }

        .slider_index .carousel-indicators {
            flex-direction: row;
            top: 85%;
            width: 100%;
        }

        .slider_index .carousel-indicators [data-bs-target] {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

        .slider_index .carousel-indicators button::after {
            width: 18px;
            height: 3px;
            top: 5px;
            /*left  : 13px;*/
        }

        /* .section_baby_tools .row .card {
width : calc(100% / 3 - 10px);
margin: 0 5px;
}

.section_baby_tools .row .card:first-child {
margin-left: unset;
}

.section_baby_tools .row .card:last-child {
margin-right: unset;
}*/

        .gap_sm_5rem {
            gap: 0 !important;
        }

        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            left: 0;
            right: 0;
            margin: auto;
            top: -170px;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 1024px) {
        .section_hero {
            height: 490px !important;
            padding-top: 30px;
        }

        .slider_index .carousel-indicators {
            flex-direction: row;
            top: 85%;
            width: 100%;
        }

        .slider_index .carousel-indicators [data-bs-target] {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

        .slider_index .carousel-indicators button::after {
            width: 18px;
            height: 3px;
            top: 5px;
            /*left  : 13px;*/
        }

        /*.section_baby_tools .row .card {
width : calc(100% / 3 - 10px);
margin: 0 5px;
}

.section_baby_tools .row .card:first-child {
margin-left: unset;
}

.section_baby_tools .row .card:last-child {
margin-right: unset;
}*/

        .gap_sm_5rem {
            gap: 0 !important;
        }

        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            left: 0;
            right: 0;
            margin: auto;
            top: -170px;
        }
    }

    @media only screen and (min-width: 360px) and (max-width: 390px) {
        .img_monial {
            top: -32%;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 360px) {
        .img_monial {
            top: -32%;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 576px) {
        .top_2,
        .top_3 {
        }
    }

    /*--------------------------- Umer's Jugarr CSS------------------------*/
    .card-title1 {
        margin-top: 35px !important;
    }

    .mob-nav-new {
        flex-direction: row;
        justify-content: center;
    }

    .mob-navbar {
        flex-direction: row;
        justify-content: center;
    }

    @media screen and (min-width: 1024px) {
        /* .nav-iconsty {
margin-left: -5% !important;
} */
    }

    @media screen and (max-width: 767px) {
        .search-mob {
            width: 22rem !important;
        }

        /*.nav-item-languages {*/
        /*    width: 14% !important;*/
        /*}*/

        .simplepicker-calender tbody td {
            padding: unset !important;
        }

        .btn_counti {
            padding: 10px 0px !important;
        }
    }

    .hr-grad {
        background-color: white;
        height: 2px !important;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }

    @media only screen and (min-width: 993px) and (max-width: 1199px) {
        .content_hero_inner {
            /*margin: 0px 452px;*/
        }
    }

    @media only screen and (min-width: 1029px) and (max-width: 1200px) {
        .profile-page.card-img-top-wrp {
            width: 100%;
        }

        .card.profile-body .card-body {
            padding: 20px 0 !important;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1028px) {
        .profile-page.card-img-top-wrp {
            width: 100%;
        }

        .card.profile-body .card-body {
            padding: 20px 0 !important;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 992px) {
        .section_testimonial .row {
            flex-wrap: nowrap;
        }

        .section_testimonial .row .col {
            width: 33.3333333333%;
        }

        .section_testimonial .row .col img.img_monial {
            width: 230px;
            top: -30%;
        }

        .content_hero_inner {
            /*margin: 10px 265px 25px 0px !important;*/
        }

        .d-grid-cart {
        }
    }

    .card:hover {
        border-color: #2eac9d;
    }

    @media screen and (max-width: 767px) {
        .hide-mob {
            display: block !important;

            top: 45px;
            left: 291px;
        }

        .eamil_dots h4 {
            position: relative;
        }

        .eamil_dots h4::after {
            content: '*****.com';
            position: absolute;
            background: white;
            top: 0px;
            overflow: hidden;
            left: 12px;
            width: 100%;
        }

        /* .btnnav_position_sm {
position: relative;
left    : 471px;
} */
    }

    .box_grand {
        /* display: grid;
grid-template-columns: 2fr 1fr; */
        gap: 20px;
        margin-left: 126px;
    }

    @media only screen and (min-width: 509px) and (max-width: 599px) {
        .img_team {
            top: -63px;
            left: 0 !important;
            right: 0 !important;
            margin: auto !important;
            width: 123px;
        }
    }

    @media only screen and (min-width: 450px) and (max-width: 767px) {
        .grid_list_sm {
            display: grid !important;
            grid-template-columns: 1fr 1fr;
        }

        .grid_ser_sm {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

        .services_button {
            top: 78%;
        }

        /*#banner .row .cl-6-sec .sec-reset{
       display: none;
    }*/

        /* #banner .row .cl-6-sec .sec-login {
        margin-top  : 25% !important;
    } */
        /* .sec-reg {
        float     : right;
        margin-top: -3% !important;

    } */
    }

    @media only screen and (min-width: 348px) and (max-width: 426px) {
        #banner .row .cl-6-sec .sec-login {
            margin-top: 29% !important;
        }

        .sec-reg {
            display: none;
        }

        /* .sec-reg {
        float     : right;
        margin-top: -10% !important;

    } */
    }

    @media only screen and (min-width: 600px) and (max-width: 766px) {
        .img_team {
            top: -63px;
            left: 0 !important;
            width: 123px;
            right: 0;
            margin: auto;
        }

        /*.grid_tool_sm .card {
        width: 50%;
    }*/

        .grid_tool_sm {
            /*display              : grid !important;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows   : auto;*/
        }

        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            width: 225px !important;
            bottom: 145px !important;
            right: 2px !important;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 800px) {
        .section_testimonial .row {
            gap: 10px !important;
        }

        .tab2 {
            gap: 0rem;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 768px) {
        .tab2 {
            gap: 0rem;
        }

        .tabservice1 {
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        /* .tab2 {
        padding: 0px 1rem;
    } */
        .section_hero h2 {
            font-size: 16px;
            line-height: 27px;
        }

        .ts_tab_orders table {
            font-size: 12px;
        }

        .ts_tab_orders table button {
            font-size: 12px !important;
        }

        .ts_tab_orders thead th p {
            font-size: 12px;
        }

        .ts_tab_orders .tablinks {
            font-size: 12px;
        }

        .ts_tab_orders .tablinks_request {
            font-size: 12px;
        }

        .footer-main .footer-title {
            margin: 12px 0;
        }

        .footer-main .links_footer {
        }

        .footer-main .links_footer a {
            /* padding: 5px 0 !important; */
        }

        .footer-search form {
            margin-top: 20px !important;
        }

        .mtt_footer {
            margin-bottom: 20px;
        }

        #banner .row .cl-6-sec .sec-login {
            display: none !important;
        }

        .sec-reg {
            display: none !important;
        }

        .content_hero_inner {
            /* margin: 0 380px !important; */
        }

        .w__100 {
            width: 100% !important;
        }

        .header_top .d-flex {
            justify-content: space-between !important;
        }

        .header_top h5 {
            font-size: 14px;
        }

        .content-service h1 {
            padding: 13px 0px !important;
        }

        .img_monial {
            top: -37%;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
        }

        /*.img_team {
        top     : -63px;
        width   : 123px;
        left: 0;
        right: 0;
        margin: 0;
    }*/

        /*.logo-top img {
        position: absolute;
        width   : 42%;
        left    : 21px;
        top     : 8px;
    }*/

        .mt_md_res {
            margin-top: 3rem !important;
        }

        .services_button {
            left: 12% !important;
        }

        .modal_heading {
            background-color: #2eac9d !important;
        }

        .section_testimonial .row {
            justify-content: center !important;
        }

        .gap_sm_5rem {
            gap: 2rem !important;
        }

        .content_hero_inner {
            /* margin: 0px -1px !important; */
        }

        .mt_30 {
            margin-top: 30px !important;
        }

        .btnnav_position_sm {
            margin-right: 0;
            margin-left: auto;
        }

        .hero_btn button {
            padding-right: 10px !important;
            padding-left: 10px !important;
            margin-top: 6px;
            width: 200px !important;
        }

        .text_center_sm {
            text-align: center;
        }

        .content_hero p {
            padding: 0px !important;
        }

        .section_baby_tools {
            margin-top: 20%;
        }

        .container_footer .input-group {
            width: 100% !important;
            margin: 0 auto;
        }

        .about_content {
            width: 100% !important;
        }

        .d-grid-one,
        .d-grid-two {
            width: 100% !important;
            text-align: center;
        }

        .d_flex_sm {
            flex-direction: column !important;
        }

        .about .about-row .about-cl-6-sec .content h1 {
            font-size: 30px !important;
        }

        .section_baby_tools h3 {
            font-size: 20px;
            line-height: normal !important;
        }

        .section_services button {
            font-size: 13px;
            line-height: normal !important;
        }

        .links_footer .btn {
            padding: 0px !important;
        }

        .w__84 {
            width: 100%;
        }

        .about_title {
            font-size: 28px !important;
        }

        .model-one .modal-content .modal-body a.leave {
            width: 92%;
        }
    }

    @media screen and (min-width: 300px) and (max-width: 400px) {
        .datepicker {
            width: 100% !important;
            left: 0 !important;
            right: 0 !important;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 508px) {
        .ts_tab_orders {
            padding-top: 10px !important;
        }

        .tabservice {
            display: flex;
            flex-direction: column-reverse;
            gap: 1rem;
            margin-bottom: 0px !important;
        }

        .hero_btn button {
            padding: 12px 4px !important;
            margin-top: 6px;
            /*width: calc(153px - 13px) !important;*/
        }

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

        .ts_tab_orders .tablinks_request,
        .ts_tab_orders .tablinks {
            margin-left: 0px !important;
            padding: 12px 6px;
        }

        .tabservice1 button {
            width: 14rem;
        }

        .float_left_btn {
            float: unset !important;
            margin-bottom: 10px;
            width: 35px !important;
        }

        .img_team {
            top: -37%;
            left: 0;
            right: 0;
            margin: auto;
            width: 140px;
        }

        .grid_tool_sm {
            margin-top: 90px;
        }

        .section_hero {
            /* height: 390px !important; */
            padding-top: 30px;
        }

        .hero_btn {
            /*flex-direction: column;*/
            gap: 20px;
        }

        .slider_index .carousel-indicators {
            flex-direction: row;
            top: 85%;
            width: 100%;
        }

        .slider_index .carousel-indicators [data-bs-target] {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

        .slider_index .carousel-indicators button::after {
            width: 18px;
            height: 3px;
            top: 5px;
            /*left  : 13px;*/
        }

        .img_monial {
            top: -32%;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
        }

        .img-pos {
            top: -90px;
            left: 2px;
            width: 80%;
        }

        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            right: 70px;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 577px) {
        .ts-services .ts-services-inner {
            margin: auto;
        }

        .ts-services .ts-services-inner img.card-img-top {
            width: 98%;
            margin: auto;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 574px) {
        .tool_2,
        .tool_3 {
            margin-top: 90px !important;
        }
    }

    @media only screen and (min-width: 575px) {
        /*.tool_2,
    .tool_3 {
        margin-top: 90px;
    }*/
    }

    @media only screen and (min-width: 576px) {
        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            top: -150px;
        }
    }

    @media only screen and (min-width: 576px) and (max-width: 768px) {
        .tool_2,
        .tool_3 {
            margin-top: 0px !important;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 576px) {
        #banner .row .cl-6-sec {
            height: 770px;
        }

        .header_top {
            height: unset !important;
            padding: 10px !important;
        }

        #banner .row .cl-6-sec .btn {
            font-size: 13px;
            color: #ffffff;
            padding: 10px 10px;
            width: 100% !important;
            /* margin-bottom: 13px; */
        }

        .con_height #banner {
            background-image: none !important;
            height: unset !important;
        }

        .content-service {
            position: unset !important;
        }

        .section_hero {
            /* height: 400px !important; */
            padding-top: 30px;
            background-position: 75%, 0%;
        }

        .slider_index .carousel-indicators {
            flex-direction: row;
            top: 92%;
            width: 100%;
        }

        .slider_index .carousel-indicators [data-bs-target] {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

        .slider_index .carousel-indicators button::after {
            width: 18px;
            height: 3px;
            top: 5px;
            /*left  : 13px;*/
        }

        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            right: 0;
            left: 0;
            margin: auto;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 770px) {
    }

    @media only screen and (min-width: 577px) and (max-width: 768px) {
        #banner .row .cl-6-sec {
            /* height: 500px; */
        }

        .section_hero {
            /* height: 390px !important; */
            padding-top: 30px;
        }

        .slider_index .carousel-indicators {
            flex-direction: row;
            top: 85%;
            width: 100%;
        }

        .slider_index .carousel-indicators [data-bs-target] {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

        .slider_index .carousel-indicators button::after {
            width: 18px;
            height: 3px;
            top: 5px;
            /*left  : 13px;*/
        }

        .gap_sm_5rem {
            gap: 0 !important;
        }

        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            left: 0;
            right: 0;
            margin: auto;

            top: -123px;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 1024px) {
        .section_hero {
            height: 490px !important;
            padding-top: 30px;
        }

        .slider_index .carousel-indicators {
            flex-direction: row;
            top: 85%;
            width: 100%;
        }

        .slider_index .carousel-indicators [data-bs-target] {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

        .slider_index .carousel-indicators button::after {
            width: 18px;
            height: 3px;
            top: 5px;
            /*left  : 13px;*/
        }

        .gap_sm_5rem {
            gap: 0 !important;
        }

        .section_baby_tools .baby_1,
        .section_baby_tools .baby_2,
        .section_baby_tools .baby_3 {
            left: 0;
            right: 0;
            margin: auto;
            top: -170px;
        }
    }

    @media only screen and (min-width: 360px) and (max-width: 390px) {
        .img_monial {
            top: -32%;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 360px) {
        .img_monial {
            top: -32%;
            left: 0;
            right: 0;
            margin: auto;
            width: auto;
        }
    }

    /*--------------------------- Umer's Jugarr CSS------------------------*/
    .card-title1 {
        margin-top: 35px !important;
    }

    .mob-nav-new {
        flex-direction: row;
        justify-content: center;
    }

    @media screen and (min-width: 1024px) {
        /* .nav-iconsty {
margin-left: -5% !important;
} */
    }

    @media screen and (max-width: 767px) {
        .search-mob {
            width: 100% !important;
        }

        .simplepicker-calender tbody td {
            padding: unset !important;
        }

        .btn_counti {
            padding: 10px 0px !important;
        }

        .navbar-light .navbar-toggler {
            width: 40px;
            height: 40px;
            padding: 2px;
            border-radius: 50%;
            display: block;
            margin-top: -10px;
            margin-right: 15px;
        }

        .show .mob-nav-new {
            display: block !important;
            float: unset !important;
        }
    }

    .banner-about {
        height: 50vh;
    }

    .con_height .banner-about {
        /* height: 280vh; */
    }

    .hr-grad {
        background-color: white;
        height: 2px !important;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    }

    @media only screen and (min-width: 993px) and (max-width: 1199px) {
        .content_hero_inner {
            /*margin: 0px 452px;*/
        }
    }

    @media only screen and (min-width: 1029px) and (max-width: 1200px) {
        .profile-page.card-img-top-wrp {
            width: 100%;
        }

        .card.profile-body .card-body {
            padding: 20px 0 !important;
        }
    }

    @media only screen and (min-width: 992px) and (max-width: 1028px) {
        .profile-page.card-img-top-wrp {
            width: 100%;
        }

        .card.profile-body .card-body {
            padding: 20px 0 !important;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 992px) {
        .section_testimonial .row {
            flex-wrap: nowrap;
        }

        .section_testimonial .row .col {
            width: 33.3333333333%;
        }

        .section_testimonial .row .col img.img_monial {
            width: 230px;
            top: -30%;
        }

        .content_hero_inner {
            /*margin: 10px 265px 25px 0px !important;*/
        }

        .d-grid-cart {
        }
    }

    .card:hover {
        border-color: #2eac9d;
    }

    @media screen and (max-width: 767px) {
        .hide-mob {
            display: block !important;
        }

        @media only screen and (min-width: 415px) and (max-width: 520px) {
            .pos-img {
                margin-top: -10px !important;
                float: right;
            }

            .modal_heading {
                background-color: #2eac9d !important;
            }

            /*---------------------------------Register page Jugar------------------------------------*/

            .pos-img img {
                margin-top: 82px !important;
                float: right;
            }

            .margin-left {
                margin-left: 50px;
            }

            @media screen and (min-width: 768px) {
                .pos-radio {
                    padding: 0px 0px !important;
                    width: 20px !important;
                    margin-left: -126px !important;
                }
            }

            .banner-about {
                height: 50vh;
            }

            .con_height .banner-about {
                /* height: 280vh; */
            }

            @media screen and (max-width: 767px) {
                .pos-radio {
                    padding: 0px 0px !important;
                    width: 20px !important;
                    margin-left: 0px !important;
                }

                .d-b {
                    display: block;
                }

                .banner-about {
                    /* height: 160vh; */
                    height: fit-content;
                }

                .con_height .banner-about {
                    height: 160vh;
                }

                .box_grand {
                    margin-left: 0px !important;
                }
            }

            @media screen and (min-width: 1195px) {
                .pos-img {
                    margin-top: 82px !important;
                    float: right;
                }

                .t-height {
                    height: 52rem !important;
                }
            }

            @media screen and (max-width: 1195px) {
                .pos-img {
                    margin-top: 51px !important;
                    float: right;
                }

                .t-height {
                    height: 52rem !important;
                }
            }

            @media only screen and (min-width: 320px) and (max-width: 414px) {
                .btn___login {
                    display: flex;
                    justify-content: center;
                }

                .w__reg {
                    justify-content: center;
                }

                .pos-img {
                    display: none;
                }

                .t-height {
                    height: 160vh !important;
                }

                .banner-about {
                    /* height: 210vh; */
                    height: fit-content;
                }

                .con_height .banner-about {
                    height: 210vh;
                    /* height:fit-content !important; */
                }
            }

            @media only screen and (min-width: 415px) and (max-width: 520px) {
                .pos-img {
                    margin-top: -10px !important;
                    float: right;
                }

                .con_height .banner-about {
                    /* height: 190vh; */
                }

                .t-height {
                    height: 160vh !important;
                }
            }

            @media only screen and (min-width: 415px) and (max-width: 520px) {
                .pos-img {
                    margin-top: -10px !important;
                    float: right;
                }
            }

            @media only screen and (min-width: 300px) and (max-width: 520px) {
                .ban_height {
                    height: 52rem !important;
                }

                .ban_reg {
                    height: 52rem !important;
                }
            }

            @media only screen and (min-width: 320px) and (max-width: 375px) {
                .content-service {
                    margin-top: unset;
                }

                .about-row {
                    flex-direction: column;
                }
            }

            @media only screen and (min-width: 376px) and (max-width: 576px) {
                .content-service {
                    margin-top: unset;
                }
            }

            @media only screen and (min-width: 576px) and (max-width: 767px) {
                .ts-services .ts-services-inner .ts-services-btn {
                    width: 96%;
                }
            }

            @media only screen and (min-width: 577px) and (max-width: 767px) {
                #banner {
                    height: 200px;
                }
            }

            @media only screen and (min-width: 768px) and (max-width: 991px) {
                #banner .row .cl-6-sec {
                    /* height: 500px; */
                }

                #banner {
                    height: 300px;
                }

                .content-service {
                    margin-top: -80px;
                }
            }

            /*#############################  date picker css  #############################  date picker css*/

            .simplepicker-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                overflow: auto;
                background-color: #4c4c4c7d;
                width: 100vw;
                height: 100vh;
                display: none;
            }

            .simplepicker-wrapper.active {
                display: block;
            }

            .simpilepicker-date-picker {
                width: 60% !important;
                cursor: auto;
                font-family: Verdana, Geneva, Tahoma, sans-serif;
                font-size: 14px;
                background-color: #fff;
                margin: 2% auto;
                box-shadow:
                    1px 2px 4px 0.5px rgba(0, 0, 0, 0.22),
                    1px 2px 4px 0.5px transparent;
            }

            .simplepicker-day-header {
                display: none;
            }

            .simplepicker-select-pane {
                display: flex;
                width: 100%;
            }

            .simplepicker-date-section {
                display: none !important;
            }

            .simplepicker-select-pane .simplepicker-time,
            .simplepicker-selected-date {
                text-align: center;
                flex: 2;
            }

            .simplepicker-icon,
            .simplepicker-selected-date,
            .simplepicker-time {
                border: none;
                background: transparent;
                padding: 2px;
                margin: 4px 6px;
                width: 25px;
                height: 25px;
                opacity: 0.5;
            }

            .simplepicker-selected-date,
            .simplepicker-time {
                opacity: 1;
            }

            .simplepicker-month-switcher {
                margin-top: 5px;
                background-color: #2eac9d;
                padding: 20px !important;
                color: #f5f5f5;
                font-family: 'Readex Pro', sans-serif;
                font-weight: 400;
                font-size: 18px;
            }

            .simplepicker-icon:hover {
                opacity: 0.8;
            }

            .simplepicker-icon.active,
            .simplepicker-icon:active {
                opacity: 1;
            }

            .simplepicker-icon:focus {
                outline: none;
            }

            .simplepicker-icon-next {
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1hcnJvdy1yaWdodCI+PGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiPjwvbGluZT48cG9seWxpbmUgcG9pbnRzPSIxMiA1IDE5IDEyIDEyIDE5Ij48L3BvbHlsaW5lPjwvc3ZnPg==);
                background-repeat: no-repeat;

                border-radius: 50% !important;
                background-color: #ffffff;
                /* padding      : 40px; */
            }

            .simplepicker-icon-previous {
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1hcnJvdy1sZWZ0Ij48bGluZSB4MT0iMTkiIHkxPSIxMiIgeDI9IjUiIHkyPSIxMiI+PC9saW5lPjxwb2x5bGluZSBwb2ludHM9IjEyIDE5IDUgMTIgMTIgNSI+PC9wb2x5bGluZT48L3N2Zz4=);
                background-repeat: no-repeat;
                border-radius: 50% !important;
                background-color: #ffffff;
                /* padding       : 40px; */
            }

            .simplepicker-icon-calender {
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jYWxlbmRhciI+PHJlY3QgeD0iMyIgeT0iNCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMiIgcnk9IjIiPjwvcmVjdD48bGluZSB4MT0iMTYiIHkxPSIyIiB4Mj0iMTYiIHkyPSI2Ij48L2xpbmU+PGxpbmUgeDE9IjgiIHkxPSIyIiB4Mj0iOCIgeTI9IjYiPjwvbGluZT48bGluZSB4MT0iMyIgeTE9IjEwIiB4Mj0iMjEiIHkyPSIxMCI+PC9saW5lPjwvc3ZnPg==);
            }

            .simplepicker-icon-time {
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jbG9jayI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiPjwvY2lyY2xlPjxwb2x5bGluZSBwb2ludHM9IjEyIDYgMTIgMTIgMTYgMTQiPjwvcG9seWxpbmU+PC9zdmc+);
                border-radius: 50%;
                background-color: #fff !important;
            }

            .simplepicker-bottom-part {
                display: flex;
                justify-content: space-evenly;
                align-items: center;
            }

            .simplepicker-calender table {
                width: 100%;
                font-size: 13px;
                margin-top: 15px;
            }

            .simplepicker-calender thead th {
                font-size: 18px;
                padding-bottom: 6px;
                width: 14.28%;
                height: 30px;
                font-weight: 400;
                text-align: center;
                font-family: 'Readex Pro', sans-serif;
            }

            .simplepicker-calender tbody td {
                position: relative;
                text-align: center;
                vertical-align: middle;
                padding: 12px;
                z-index: 1;
                font-size: 17px;
                padding-bottom: 6px;
                width: 14.28%;
                height: 30px;
                font-weight: 400;
                text-align: center;
                font-family: 'Readex Pro', sans-serif;
            }

            .simplepicker-calender tbody td:after {
                content: ' ';
                visibility: hidden;
                display: block;
                position: absolute;
                left: 50%;
                top: 56%;
                height: 35px;
                width: 35px;
                border-radius: 50%;
                transform: translate(-50%, -50%);
                background-color: rgba(0, 0, 0, 0.05);
            }

            .simplepicker-calender tbody td:hover:after {
                visibility: visible;
            }

            .simplepicker-calender tbody td.active,
            .simplepicker-calender tbody td:active {
                color: #fff;
            }

            .simplepicker-calender tbody .active:after,
            .simplepicker-calender tbody td:active:after {
                visibility: visible;
                background-color: #2eac9d;

                z-index: -1;
            }

            .simplepicker-calender tbody td[data-empty] {
                pointer-events: none;
            }

            .simplepicker-time-section {
                display: none;
                height: 120px;
            }

            .simplepicker-time-section input {
                box-sizing: border-box;
                width: 120px;
                height: 32px;
                max-width: 120px;
                max-height: 32px;
                padding: 4px 3px;
                border: none;
                border-bottom: 2px solid #ccc;
                font-size: 14px;
                display: block;
                margin: 25% auto;
            }

            .simplepicker-time-section input:focus {
                outline: none;
                border-bottom-color: teal;
            }

            .simplepicker-picker-section {
                width: 100%;
                height: auto;
            }

            .simplepicker-btn {
                border: none;
                background: transparent;
                font-family: 'Readex Pro', sans-serif;
                padding: 7px 14px;
                /* margin      : 0 5px; */
                color: #7b7b7b;
                font-size: 16px;
                font-weight: 400;
                border: 1px solid #b7b7b7;
                width: 100%;
            }

            .simplepicker-fade {
                color: hsla(0, 0%, 88%, 0.95);
            }

            .simplepicker-btn,
            .simplepicker-icon,
            .simplepicker-wrapper {
                cursor: pointer;
            }

            /*#############################  date picker css End #############################  */

            /*#############################  Slider Home css  #############################  */
            .slider_index .carousel-indicators {
                width: 50px;
                flex-direction: column;
                right: 3%;
                top: 40%;
                height: fit-content;
                margin-right: 1%;
                margin-bottom: 1rem;
                margin-left: 1%;
            }

            .slider_index .carousel-indicators button {
                position: relative;
            }

            .slider_index .carousel-indicators button::after {
                position: absolute;
                content: '';
                background-color: #fff;
                width: 2px;
                height: 18px;
                right: 5px;
                top: 14px;
            }

            .slider_index .carousel-indicators button:last-child::after {
                background-color: transparent;
            }

            .slider_index .carousel-indicators .active {
                background-color: #20c997 !important;
            }

            .ts-info-form .form-group .form-group-inner .ts-info-fileds.ts-info-select-gender {
                width: 50%;
            }

            /*preferences*/
            .st-preferences-left,
            .st-preferences-right {
                background: #ffffff;
                border: 1px solid #dad7cc;
                box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
                border-radius: 20px;
            }

            .st-preferences-right {
                padding: 10px;
                text-align: center;
                position: relative;
            }

            .st-preferences-right img.ts-arrow-back-img {
                position: absolute;
                left: 15px;
                top: 15px;
            }

            .st-preferences-right form {
                width: 80%;
                margin: auto;
            }

            .st-preferences-right form .form {
            }

            .st-preferences-right form .form p {
                font-family: 'Readex Pro', sans-serif;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                /* letter-spacing: 0.2em; */
                color: #000000;
                margin: 15px 0px 5px 0px !important;
                text-align: left;
            }

            .st-preferences-right form .form .form-fields-wrp {
                position: relative;
            }

            .st-preferences-right form .form .form-fields-wrp .ts-arr-next-img {
                position: absolute;
                right: 20px;
                top: 45px;
                font-size: 22px;
            }

            .st-preferences-right form .form .form-fields {
                background: #f8f8f8;
                border: 1px solid #c9c9c9;
                border-radius: 73px;
                padding: 15px 20px;
                width: 100% !important;
            }

            .st-preferences-right form .form .peferences-btn {
                background-color: #2eac9d;
                color: #fff;
            }

            /*--------media queries-------*/

            .slider_index .carousel-indicators [data-bs-target] {
                box-sizing: content-box;
                flex: 0 1 auto;
                width: 13px !important;
                height: 13px !important;
                border-radius: 50%;
                padding: 0;
                margin-right: 3px;
                margin-left: 3px;
                text-indent: -999px;
                cursor: pointer;
                background-color: #fff !important;
                background-clip: padding-box;
                border: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                opacity: unset !important;
                transition: opacity 0.6s ease;
            }

            .slider_index .carousel-control-next,
            .slider_index .carousel-control-prev {
                display: none !important;
            }

            /*#############################  Slider Home css END #############################  */
            .currency-dropdown {
            }

            .currency-dropdown option {
                border-radius: 50% !important;
            }

            /*personal information*/
            .ts-info-form .ts-arrow-back-img {
                position: absolute;
                top: 20px;
                left: 20px;
            }

            .ts-info-form .ts-info-text {
            }

            .ts-info-form .ts-info-text .ts-info-title h3 {
                font-weight: bold;
            }

            .ts-info-form .ts-info-text .ts-info-title,
            .ts-info-form .ts-info-text .ts-info-dp {
                width: 400px;
                margin: auto;
            }

            .ts-info-form .ts-info-text .ts-info-dp {
                position: relative;
                /*margin-bottom: 40px;*/
                position: relative;
            }

            .ts-info-form .ts-info-text .ts-info-dp .ts-info-dp-upload {
                background-image: url('../img/Groupimg.png'), url('../img/Rectangle.png');
                height: 60px;
                width: 60px;
                background-repeat: no-repeat;
                background-size: 30px, cover;
                background-position:
                    top 14px left 15px,
                    center;
                position: absolute;
                right: 10px;
                bottom: 10px;
                background-color: transparent;
                border: unset;
            }

            .ts-info-form::before,
            .ts-info-form::after {
                content: '';
                clear: both;
                display: table;
            }

            .ts-info-form .ts-info-form-inner {
            }

            .ts-info-form .form-group {
                float: left;
                width: 100%;
                /*padding: 6px 0;*/
            }

            .ts-info-form .form-group .form-group-inner {
                float: left;
                width: calc(100% / 2 - 70px);
                margin: 0 35px;
            }

            .ts-info-form .form-group .form-group-inner.form-group-btn {
                width: 100%;
                text-align: center;
                padding: 30px 0;
            }

            .ts-info-form .form-group .form-group-inner.form-group-checkbox .btn-block {
                margin-left: 10px;
            }

            .ts-info-form .form-group .form-group-inner.form-group-btn .btn-block {
                padding: 10px 130px;
                height: 45px;
                border-radius: 30px;
            }

            .ts-info-form .form-group .form-group-inner label {
                width: 100%;
                padding: 5px 0 8px 10px;
                text-transform: capitalize;
            }

            .ts-info-form .form-group .form-group-inner .ts-info-fileds {
                height: 45px;
                border-radius: 30px;
                background: #f8f8f8;
                border: 1px solid #c9c9c9;
                width: 100%;
                padding-left: 15px;
            }

            .ts-info-form .form-group .form-group-inner .ts-info-select {
            }

            .ts-info-form .form-group .form-group-inner .ts-info-fileds.ts-info-select-gender {
                width: 50%;
            }

            /*preferences*/
            .ts-preferences-main::before,
            .ts-preferences-main::after {
                content: '';
                clear: both;
                display: table;
            }

            .ts-preferences-main {
                display: flex;
            }

            .ts-preferences-main .ts-preferences-left,
            .ts-preferences-main .ts-preferences-right {
                background: #ffffff;
                border: 1px solid #dad7cc;
                box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
                border-radius: 20px;
                padding: 20px;
            }

            .ts-preferences-main .ts-preferences-left {
                width: 40%;
            }

            .ts-preferences-main .ts-preferences-left .preferences-left-info {
            }

            .ts-preferences-main .ts-preferences-left .preferences-left-info .left-info-desc {
            }

            .ts-preferences-main .ts-preferences-right {
                width: calc(60% - 20px);
                margin-left: 20px;
            }

            /*--------media queries-------*/

            @media only screen and (max-width: 320px) {
                .profile-page.card-img-top-wrp {
                    width: 100%;
                }

                .card.profile-body .card-body {
                    padding: 20px 0;
                }
            }

            @media only screen and (min-width: 321px) and (max-width: 480px) {
                .profile-page.card-img-top-wrp {
                    width: 100% !important;
                }

                .card.profile-body .card-body {
                    padding: 20px 0;
                }

                /* personal info */
                .ts-info-form .form-group .form-group-inner {
                    width: 100%;
                    margin: unset;
                }
            }

            @media only screen and (min-width: 481px) and (max-width: 768px) {
                .footer-search {
                }

                .footer-search form {
                    max-width: 60%;
                }
            }

            @media only screen and (min-width: 769px) and (max-width: 992px) {
                .footer-search {
                }

                .footer-search form {
                    max-width: 50%;
                }

                .footer-main {
                }

                .footer-main .footer-title {
                    margin: 12px 0;
                }

                .footer-main .links_footer {
                }

                .footer-main .links_footer a {
                    /* padding: 5px 0 !important; */
                }

                .footer-search form {
                    margin-top: 20px !important;
                }
            }
        }

        .con_height .banner-about {
            /* height: 190vh; */
        }

        .t-height {
            height: 160vh !important;
        }
    }

    @media only screen and (min-width: 415px) and (max-width: 520px) {
        .pos-img {
            margin-top: -10px !important;
            float: right;
        }
    }

    @media only screen and (min-width: 300px) and (max-width: 520px) {
        .ban_height {
            height: 52rem !important;
        }

        .w_sm_100 {
            width: 70% !important;
        }

        .ban_reg {
            height: 52rem !important;
        }
    }

    @media only screen and (min-width: 320px) and (max-width: 375px) {
        .content-service {
            margin-top: unset;
        }

        .about-row {
            flex-direction: column;
        }
    }

    @media only screen and (min-width: 376px) and (max-width: 576px) {
        .content-service {
            margin-top: unset;
        }
    }

    @media only screen and (min-width: 577px) and (max-width: 767px) {
        #banner {
            height: 200px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
        #banner .row .cl-6-sec {
            /* height: 500px; */
        }

        #banner {
            height: 300px;
        }
    }

    /*#############################  date picker css  #############################  date picker css*/

    .simplepicker-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        overflow: auto;
        background-color: #4c4c4c7d;
        width: 100vw;
        height: 100vh;
        display: none;
    }

    .simplepicker-wrapper.active {
        display: block;
    }

    .simpilepicker-date-picker {
        width: 60% !important;
        cursor: auto;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 14px;
        background-color: #fff;
        margin: 2% auto;
        box-shadow:
            1px 2px 4px 0.5px rgba(0, 0, 0, 0.22),
            1px 2px 4px 0.5px transparent;
    }

    .simplepicker-day-header {
        display: none;
    }

    .simplepicker-select-pane {
        display: flex;
        width: 100%;
    }

    .simplepicker-date-section {
        display: none !important;
    }

    .simplepicker-select-pane .simplepicker-time,
    .simplepicker-selected-date {
        text-align: center;
        flex: 2;
    }

    .simplepicker-icon,
    .simplepicker-selected-date,
    .simplepicker-time {
        border: none;
        background: transparent;
        padding: 2px;
        margin: 4px 6px;
        width: 25px;
        height: 25px;
        opacity: 0.5;
    }

    .simplepicker-selected-date,
    .simplepicker-time {
        opacity: 1;
    }

    .simplepicker-month-switcher {
        margin-top: 5px;
        background-color: #2eac9d;
        padding: 20px !important;
        color: #f5f5f5;
        font-family: 'Readex Pro', sans-serif;
        font-weight: 400;
        font-size: 18px;
    }

    .simplepicker-icon:hover {
        opacity: 0.8;
    }

    .simplepicker-icon.active,
    .simplepicker-icon:active {
        opacity: 1;
    }

    .simplepicker-icon:focus {
        outline: none;
    }

    .simplepicker-icon-next {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1hcnJvdy1yaWdodCI+PGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiPjwvbGluZT48cG9seWxpbmUgcG9pbnRzPSIxMiA1IDE5IDEyIDEyIDE5Ij48L3BvbHlsaW5lPjwvc3ZnPg==);
        background-repeat: no-repeat;

        border-radius: 50% !important;
        background-color: #ffffff;
        /* padding      : 40px; */
    }

    .simplepicker-icon-previous {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1hcnJvdy1sZWZ0Ij48bGluZSB4MT0iMTkiIHkxPSIxMiIgeDI9IjUiIHkyPSIxMiI+PC9saW5lPjxwb2x5bGluZSBwb2ludHM9IjEyIDE5IDUgMTIgMTIgNSI+PC9wb2x5bGluZT48L3N2Zz4=);
        background-repeat: no-repeat;
        border-radius: 50% !important;
        background-color: #ffffff;
        /* padding       : 40px; */
    }

    .simplepicker-icon-calender {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jYWxlbmRhciI+PHJlY3QgeD0iMyIgeT0iNCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMiIgcnk9IjIiPjwvcmVjdD48bGluZSB4MT0iMTYiIHkxPSIyIiB4Mj0iMTYiIHkyPSI2Ij48L2xpbmU+PGxpbmUgeDE9IjgiIHkxPSIyIiB4Mj0iOCIgeTI9IjYiPjwvbGluZT48bGluZSB4MT0iMyIgeTE9IjEwIiB4Mj0iMjEiIHkyPSIxMCI+PC9saW5lPjwvc3ZnPg==);
    }

    .simplepicker-icon-time {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jbG9jayI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiPjwvY2lyY2xlPjxwb2x5bGluZSBwb2ludHM9IjEyIDYgMTIgMTIgMTYgMTQiPjwvcG9seWxpbmU+PC9zdmc+);
        border-radius: 50%;
        background-color: #fff !important;
    }

    .simplepicker-bottom-part {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .simplepicker-calender table {
        width: 100%;
        font-size: 13px;
        margin-top: 15px;
    }

    .simplepicker-calender thead th {
        font-size: 18px;
        padding-bottom: 6px;
        width: 14.28%;
        height: 30px;
        font-weight: 400;
        text-align: center;
        font-family: 'Readex Pro', sans-serif;
    }

    .simplepicker-calender tbody td {
        position: relative;
        text-align: center;
        vertical-align: middle;
        padding: 12px;
        z-index: 1;
        font-size: 17px;
        padding-bottom: 6px;
        width: 14.28%;
        height: 30px;
        font-weight: 400;
        text-align: center;
        font-family: 'Readex Pro', sans-serif;
    }

    .simplepicker-calender tbody td:after {
        content: ' ';
        visibility: hidden;
        display: block;
        position: absolute;
        left: 50%;
        top: 56%;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.05);
    }

    .simplepicker-calender tbody td:hover:after {
        visibility: visible;
    }

    .simplepicker-calender tbody td.active,
    .simplepicker-calender tbody td:active {
        color: #fff;
    }

    .simplepicker-calender tbody .active:after,
    .simplepicker-calender tbody td:active:after {
        visibility: visible;
        background-color: #2eac9d;

        z-index: -1;
    }

    .simplepicker-calender tbody td[data-empty] {
        pointer-events: none;
    }

    .simplepicker-time-section {
        display: none;
        height: 120px;
    }

    .simplepicker-time-section input {
        box-sizing: border-box;
        width: 120px;
        height: 32px;
        max-width: 120px;
        max-height: 32px;
        padding: 4px 3px;
        border: none;
        border-bottom: 2px solid #ccc;
        font-size: 14px;
        display: block;
        margin: 25% auto;
    }

    .simplepicker-time-section input:focus {
        outline: none;
        border-bottom-color: teal;
    }

    .simplepicker-picker-section {
        width: 100%;
        height: auto;
    }

    .simplepicker-btn {
        border: none;
        background: transparent;
        font-family: 'Readex Pro', sans-serif;
        padding: 7px 14px;
        /* margin      : 0 5px; */
        color: #7b7b7b;
        font-size: 16px;
        font-weight: 400;
        border: 1px solid #b7b7b7;
        width: 100%;
    }

    .simplepicker-fade {
        color: hsla(0, 0%, 88%, 0.95);
    }

    .simplepicker-btn,
    .simplepicker-icon,
    .simplepicker-wrapper {
        cursor: pointer;
    }

    /*#############################  date picker css End #############################  */

    /*#############################  Slider Home css  #############################  */
    .slider_index .carousel-indicators {
        width: 50px;
        flex-direction: column;
        right: 3%;
        top: 40%;
        height: fit-content;
        margin-right: 1%;
        margin-bottom: 1rem;
        margin-left: 1%;
    }

    .slider_index .carousel-indicators button {
        position: relative;
    }

    .slider_index .carousel-indicators button::after {
        position: absolute;
        content: '';
        background-color: #fff;
        width: 2px;
        height: 18px;
        right: 5px;
        top: 14px;
    }

    .slider_index .carousel-indicators button:last-child::after {
        background-color: transparent;
    }

    .slider_index .carousel-indicators .active {
        background-color: #20c997 !important;
    }

    .ts-info-form .form-group .form-group-inner .ts-info-fileds.ts-info-select-gender {
        width: 50%;
    }

    /*preferences*/
    .st-preferences-left,
    .st-preferences-right {
        background: #ffffff;
        border: 1px solid #dad7cc;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
    }

    .st-preferences-right {
        padding: 10px;
        text-align: center;
        position: relative;
    }

    .st-preferences-right img.ts-arrow-back-img {
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .st-preferences-right form {
        width: 80%;
        margin: auto;
    }

    .st-preferences-right form .form {
    }

    .st-preferences-right form .form p {
        font-family: 'Readex Pro', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        /* letter-spacing: 0.2em; */
        color: #000000;
        margin: 15px 0px 5px 0px !important;
        text-align: left;
    }

    .st-preferences-right form .form .form-fields-wrp {
        position: relative;
    }

    .st-preferences-right form .form .form-fields-wrp .ts-arr-next-img {
        position: absolute;
        right: 20px;
        top: 45px;
        font-size: 22px;
    }

    .st-preferences-right form .form .form-fields {
        background: #f8f8f8;
        border: 1px solid #c9c9c9;
        border-radius: 73px;
        padding: 15px 20px;
        width: 100% !important;
    }

    .st-preferences-right form .form .peferences-btn {
        background-color: #2eac9d;
        color: #fff;
    }

    /*--------media queries-------*/

    .slider_index .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 13px !important;
        height: 13px !important;
        border-radius: 50%;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff !important;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: unset !important;
        transition: opacity 0.6s ease;
    }

    .slider_index .carousel-control-next,
    .slider_index .carousel-control-prev {
        display: none !important;
    }

    /*#############################  Slider Home css END #############################  */
    .currency-dropdown {
    }

    .currency-dropdown option {
        border-radius: 50% !important;
    }

    /*personal information*/
    .ts-info-form {
        background: #ffffff;
        border: 1px solid #dad7cc;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        padding-top: 100px;
        position: relative;
    }

    .ts-info-form .ts-arrow-back-img {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .ts-info-form .ts-info-text {
    }

    .ts-info-form .ts-info-text .ts-info-title h3 {
        font-weight: bold;
    }

    .ts-info-form .ts-info-text .ts-info-title,
    .ts-info-form .ts-info-text .ts-info-dp {
        width: 400px;
        margin: auto;
    }

    .ts-info-form .ts-info-text .ts-info-dp {
        width: 335px;
        height: 308px;
    }

    .ts-info-form .ts-info-text .ts-info-dp .ts-info-dp-upload {
        background-image: url('../img/Groupimg.png'), url('../img/Rectangle.png');
        height: 60px;
        width: 60px;
        background-repeat: no-repeat;
        background-size: 30px, cover;
        background-position:
            top 14px left 15px,
            center;
        position: absolute;
        right: 10px;
        bottom: 10px;
        background-color: transparent;
        border: unset;
    }

    .ts-info-form::before,
    .ts-info-form::after {
        content: '';
        clear: both;
        display: table;
    }

    .ts-info-form .ts-info-form-inner {
    }

    .ts-info-form .form-group {
        float: left;
        width: 100%;
        /*padding: 6px 0;*/
    }

    .ts-info-form .form-group .form-group-inner {
        float: left;
        /* width : calc(100% / 2 - 70px);
        margin   : 0 35px; */
        width: 100% !important;
        margin: unset !important;
    }

    .checkboxDiv {
        margin-right: 30% !important;
    }

    .ts-info-form .form-group .form-group-inner.form-group-btn {
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }

    .ts-info-form .form-group .form-group-inner.form-group-checkbox .btn-block {
        margin-left: 10px;
    }

    .ts-info-form .form-group .form-group-inner.form-group-btn .btn-block {
        padding: 10px 130px;
        height: 45px;
        border-radius: 30px;
    }

    .ts-info-form .form-group .form-group-inner label {
        width: 100%;
        padding: 5px 0 8px 10px;
        text-transform: capitalize;
    }

    .ts-info-form .form-group .form-group-inner .ts-info-fileds {
        height: 45px;
        border-radius: 30px;
        background: #f8f8f8;
        border: 1px solid #c9c9c9;
        width: 100%;
        padding-left: 15px;
    }

    .ts-info-form .form-group .form-group-inner .ts-info-select {
    }

    .ts-info-form .form-group .form-group-inner .ts-info-fileds.ts-info-select-gender {
        width: 50%;
    }

    /*preferences*/
    .ts-preferences-main::before,
    .ts-preferences-main::after {
        content: '';
        clear: both;
        display: table;
    }

    .ts-preferences-main {
        display: flex;
    }

    .ts-preferences-main .ts-preferences-left,
    .ts-preferences-main .ts-preferences-right {
        background: #ffffff;
        border: 1px solid #dad7cc;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        padding: 20px;
    }

    .ts-preferences-main .ts-preferences-left {
        width: 40%;
    }

    .ts-preferences-main .ts-preferences-left .preferences-left-info {
    }

    .ts-preferences-main .ts-preferences-left .preferences-left-info .left-info-desc {
    }

    .ts-preferences-main .ts-preferences-right {
        width: calc(60% - 20px);
        margin-left: 20px;
    }

    /*--------media queries-------*/

    @media only screen and (max-width: 320px) {
        .profile-page.card-img-top-wrp {
            width: 100%;
        }

        .card.profile-body .card-body {
            padding: 20px 0;
        }
    }

    @media only screen and (min-width: 321px) and (max-width: 480px) {
        .profile-page.card-img-top-wrp {
            width: 100%;
        }

        .card.profile-body .card-body {
            padding: 20px 0;
        }

        .navbar-light .navbar-toggler {
            width: 40px;
            height: 40px;
            padding: 2px;
            border-radius: 50%;
            display: block;
            margin-top: -10px;
            margin-right: 15px;
        }

        .show .mob-nav-new {
            display: block !important;
            float: unset !important;
        }
    }

    @media only screen and (min-width: 481px) and (max-width: 768px) {
        .footer-search {
        }

        .footer-search form {
            max-width: 60%;
        }
    }

    @media only screen and (min-width: 769px) and (max-width: 992px) {
        .footer-search {
        }

        .footer-search form {
            max-width: 50%;
        }

        .footer-main {
        }

        .footer-main .footer-title {
            margin: 12px 0;
        }

        .footer-main .links_footer {
        }

        .footer-main .links_footer a {
            /* padding: 5px 0 !important; */
        }

        .footer-search form {
            margin-top: 20px !important;
        }
    }
}

.modal_heading {
    background-color: #2eac9d !important;
}

/*---------------------------------Register page Jugar------------------------------------*/

.pos-img img {
    margin-top: 82px !important;
    float: right;
}

.margin-left {
    margin-left: 50px;
}

@media screen and (min-width: 768px) {
    .pos-radio {
        padding: 0px 0px !important;
        width: 20px !important;
        margin-left: -126px !important;
    }
}

.banner-about {
    height: 50vh;
}

.con_height .banner-about {
    /* height: 280vh; */
}

@media screen and (max-width: 767px) {
    .pos-radio {
        padding: 0px 0px !important;
        width: 20px !important;
        margin-left: 0px !important;
    }

    .d-b {
        display: block;
    }

    .banner-about {
        /* height: 160vh; */
        height: fit-content;
    }

    .con_height .banner-about {
        height: 160vh;
    }

    .box_grand {
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 1195px) {
    .login.t-height {
        height: 46rem !important;
    }
    .pos-img {
        margin-top: 82px !important;
        float: right;
    }

    .t-height {
        height: 55rem !important;
    }
}

@media screen and (max-width: 1195px) {
    .pos-img {
        margin-top: 51px !important;
        float: right;
    }

    .t-height {
        height: 52rem !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    .btn___login {
        display: flex;
        justify-content: center;
    }

    .w__reg {
        justify-content: center;
    }

    .pos-img {
        display: none;
    }

    .t-height {
        height: 160vh !important;
    }

    .banner-about {
        /* height: 210vh; */
        height: fit-content;
    }

    .con_height .banner-about {
        height: 210vh;
        /* height:fit-content !important; */
    }
}

@media only screen and (min-width: 415px) and (max-width: 520px) {
    .pos-img {
        margin-top: -10px !important;
        float: right;
    }

    .con_height .banner-about {
        /* height: 190vh; */
    }

    .t-height {
        height: 160vh !important;
    }
}

@media only screen and (min-width: 415px) and (max-width: 520px) {
    .pos-img {
        margin-top: -10px !important;
        float: right;
    }
}

@media only screen and (min-width: 300px) and (max-width: 520px) {
    .login.ban_height {
        height: 45rem !important;
    }
    .ban_height {
        height: 58rem !important;
    }

    .ban_reg {
        height: 52rem !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
    .content-service {
        margin-top: unset;
    }

    .about-row {
        flex-direction: column;
    }
}

@media only screen and (min-width: 376px) and (max-width: 576px) {
    .content-service {
        margin-top: unset;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
    #banner {
        height: 200px;
    }

    .content-service {
        margin-top: -50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* #banner .row .cl-6-sec {
        height: 500px;
    } */

    #banner {
        height: 300px;
    }
}

/*#############################  date picker css  #############################  date picker css*/

.simplepicker-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: #4c4c4c7d;
    width: 100vw;
    height: 100vh;
    display: none;
}

.simplepicker-wrapper.active {
    display: block;
}

.simpilepicker-date-picker {
    width: 60% !important;
    cursor: auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background-color: #fff;
    margin: 2% auto;
    box-shadow:
        1px 2px 4px 0.5px rgba(0, 0, 0, 0.22),
        1px 2px 4px 0.5px transparent;
}

.simplepicker-day-header {
    display: none;
}

.simplepicker-select-pane {
    display: flex;
    width: 100%;
}

.simplepicker-date-section {
    display: none !important;
}

.simplepicker-select-pane .simplepicker-time,
.simplepicker-selected-date {
    text-align: center;
    flex: 2;
}

.simplepicker-icon,
.simplepicker-selected-date,
.simplepicker-time {
    border: none;
    background: transparent;
    padding: 2px;
    margin: 4px 6px;
    width: 25px;
    height: 25px;
    opacity: 0.5;
}

.simplepicker-selected-date,
.simplepicker-time {
    opacity: 1;
}

.simplepicker-month-switcher {
    margin-top: 5px;
    background-color: #2eac9d;
    padding: 20px !important;
    color: #f5f5f5;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.simplepicker-icon:hover {
    opacity: 0.8;
}

.simplepicker-icon.active,
.simplepicker-icon:active {
    opacity: 1;
}

.simplepicker-icon:focus {
    outline: none;
}

.simplepicker-icon-next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1hcnJvdy1yaWdodCI+PGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiPjwvbGluZT48cG9seWxpbmUgcG9pbnRzPSIxMiA1IDE5IDEyIDEyIDE5Ij48L3BvbHlsaW5lPjwvc3ZnPg==);
    background-repeat: no-repeat;

    border-radius: 50% !important;
    background-color: #ffffff;
    /* padding      : 40px; */
}

.simplepicker-icon-previous {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1hcnJvdy1sZWZ0Ij48bGluZSB4MT0iMTkiIHkxPSIxMiIgeDI9IjUiIHkyPSIxMiI+PC9saW5lPjxwb2x5bGluZSBwb2ludHM9IjEyIDE5IDUgMTIgMTIgNSI+PC9wb2x5bGluZT48L3N2Zz4=);
    background-repeat: no-repeat;
    border-radius: 50% !important;
    background-color: #ffffff;
    /* padding       : 40px; */
}

.simplepicker-icon-calender {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jYWxlbmRhciI+PHJlY3QgeD0iMyIgeT0iNCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMiIgcnk9IjIiPjwvcmVjdD48bGluZSB4MT0iMTYiIHkxPSIyIiB4Mj0iMTYiIHkyPSI2Ij48L2xpbmU+PGxpbmUgeDE9IjgiIHkxPSIyIiB4Mj0iOCIgeTI9IjYiPjwvbGluZT48bGluZSB4MT0iMyIgeTE9IjEwIiB4Mj0iMjEiIHkyPSIxMCI+PC9saW5lPjwvc3ZnPg==);
}

.simplepicker-icon-time {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jbG9jayI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiPjwvY2lyY2xlPjxwb2x5bGluZSBwb2ludHM9IjEyIDYgMTIgMTIgMTYgMTQiPjwvcG9seWxpbmU+PC9zdmc+);
    border-radius: 50%;
    background-color: #fff !important;
}

.simplepicker-bottom-part {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.simplepicker-calender table {
    width: 100%;
    font-size: 13px;
    margin-top: 15px;
}

.simplepicker-calender thead th {
    font-size: 18px;
    padding-bottom: 6px;
    width: 14.28%;
    height: 30px;
    font-weight: 400;
    text-align: center;
    font-family: 'Readex Pro', sans-serif;
}

.simplepicker-calender tbody td {
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
    z-index: 1;
    font-size: 17px;
    padding-bottom: 6px;
    width: 14.28%;
    height: 30px;
    font-weight: 400;
    text-align: center;
    font-family: 'Readex Pro', sans-serif;
}

.simplepicker-calender tbody td:after {
    content: ' ';
    visibility: hidden;
    display: block;
    position: absolute;
    left: 50%;
    top: 56%;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.05);
}

.simplepicker-calender tbody td:hover:after {
    visibility: visible;
}

.simplepicker-calender tbody td.active,
.simplepicker-calender tbody td:active {
    color: #fff;
}

.simplepicker-calender tbody .active:after,
.simplepicker-calender tbody td:active:after {
    visibility: visible;
    background-color: #2eac9d;

    z-index: -1;
}

.simplepicker-calender tbody td[data-empty] {
    pointer-events: none;
}

.simplepicker-time-section {
    display: none;
    height: 120px;
}

.simplepicker-time-section input {
    box-sizing: border-box;
    width: 120px;
    height: 32px;
    max-width: 120px;
    max-height: 32px;
    padding: 4px 3px;
    border: none;
    border-bottom: 2px solid #ccc;
    font-size: 14px;
    display: block;
    margin: 25% auto;
}

.simplepicker-time-section input:focus {
    outline: none;
    border-bottom-color: teal;
}

.simplepicker-picker-section {
    width: 100%;
    height: auto;
}

.simplepicker-btn {
    border: none;
    background: transparent;
    font-family: 'Readex Pro', sans-serif;
    padding: 7px 14px;
    /* margin      : 0 5px; */
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #b7b7b7;
    width: 100%;
}

.simplepicker-fade {
    color: hsla(0, 0%, 88%, 0.95);
}

.simplepicker-btn,
.simplepicker-icon,
.simplepicker-wrapper {
    cursor: pointer;
}

/*#############################  date picker css End #############################  */

/*#############################  Slider Home css  #############################  */
.slider_index .carousel-indicators {
    width: 50px;
    flex-direction: column;
    right: 3%;
    top: 40%;
    height: fit-content;
    margin-right: 1%;
    margin-bottom: 1rem;
    margin-left: 1%;
}

.slider_index .carousel-indicators button {
    position: relative;
}

.slider_index .carousel-indicators button::after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 2px;
    height: 18px;
    right: 5px;
    top: 14px;
}

.slider_index .carousel-indicators button:last-child::after {
    background-color: transparent;
}

.slider_index .carousel-indicators .active {
    background-color: #20c997 !important;
}

.ts-info-form .form-group .form-group-inner .ts-info-fileds.ts-info-select-gender {
    width: 50%;
}

/*preferences*/
.st-preferences-left,
.st-preferences-right {
    background: #ffffff;
    border: 1px solid #dad7cc;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.st-preferences-right {
    padding: 10px;
    text-align: center;
    position: relative;
}

.st-preferences-right img.ts-arrow-back-img {
    position: absolute;
    left: 15px;
    top: 15px;
}

.st-preferences-right form {
    width: 80%;
    margin: auto;
}

.st-preferences-right form .form {
}

.st-preferences-right form .form p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* letter-spacing: 0.2em; */
    color: #000000;
    margin: 15px 0px 5px 0px !important;
    text-align: left;
}

.st-preferences-right form .form .form-fields-wrp {
    position: relative;
}

.st-preferences-right form .form .form-fields-wrp .ts-arr-next-img {
    position: absolute;
    right: 20px;
    top: 45px;
    font-size: 22px;
}

.st-preferences-right form .form .form-fields {
    background: #f8f8f8;
    border: 1px solid #c9c9c9;
    border-radius: 73px;
    padding: 15px 20px;
    width: 100% !important;
}

.st-preferences-right form .form .peferences-btn {
    background-color: #2eac9d;
    color: #fff;
}

/*--------media queries-------*/

.slider_index .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: unset !important;
    transition: opacity 0.6s ease;
}

.slider_index .carousel-control-next,
.slider_index .carousel-control-prev {
    display: none !important;
}

/*#############################  Slider Home css END #############################  */
.currency-dropdown {
}

.currency-dropdown option {
    border-radius: 50% !important;
}

/*personal information*/
.ts-info-form {
    background: #ffffff;
    border: 1px solid #dad7cc;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding-top: 100px;
    position: relative;
}

.ts-info-form .ts-arrow-back-img {
    position: absolute;
    top: 20px;
    left: 20px;
}

.ts-info-form .ts-info-text {
}

.ts-info-form .ts-info-text .ts-info-title h3 {
    font-weight: bold;
}

.ts-info-form .ts-info-text .ts-info-title,
.ts-info-form .ts-info-text .ts-info-dp {
    width: 400px;
    margin: auto;
}

.ts-info-form .ts-info-text .ts-info-dp {
    width: 335px;
    height: 308px;
}

.ts-info-form .ts-info-text .ts-info-dp .ts-info-dp-upload {
    background-image: url('../img/Groupimg.png'), url('../img/Rectangle.png');
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: 30px, cover;
    background-position:
        top 14px left 15px,
        center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: transparent;
    border: unset;
}

.ts-info-form::before,
.ts-info-form::after {
    content: '';
    clear: both;
    display: table;
}

.ts-info-form .form-group {
    float: left;
    width: 100%;
    /*padding: 6px 0;*/
}

.ts-info-form .form-group .form-group-inner {
    float: left;
    width: calc(100% / 2 - 70px);
    margin: 0 35px;
}

.ts-info-form .form-group .form-group-inner .form-group .form-group-inner {
    margin: unset;
}

.ts-info-form .form-group .form-group-inner .form-group .form-group-inner:first-child {
    width: calc(75% - 35px);
    margin-right: 35px;
}

.ts-info-form .form-group .form-group-inner .form-group .form-group-inner:last-child {
    width: 25%;
}

.ts-info-form .form-group .form-group-inner .form-group .form-group-inner .ts-info-fileds.ts-info-select-gender {
    width: 100%;
}

.ts-info-form .form-group .form-group-inner.form-group-btn {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.ts-info-form .form-group .form-group-inner.form-group-checkbox .btn-block {
    margin-left: 10px;
}

.ts-info-form .form-group .form-group-inner.form-group-btn .btn-block {
    padding: 10px 130px;
    height: 45px;
    border-radius: 30px;
}

.ts-info-form .form-group .form-group-inner label {
    width: 100%;
    padding: 5px 0 8px 10px;
    text-transform: none;
}

.ts-info-form .form-group .form-group-inner .ts-info-fileds {
    height: 45px;
    border-radius: 30px;
    background: #f8f8f8;
    border: 1px solid #c9c9c9;
    width: 100%;
    padding-left: 15px;
}

.ts-info-form .form-group .form-group-inner .ts-info-select {
}

.ts-info-form .form-group .form-group-inner .ts-info-fileds.ts-info-select-gender {
    width: 50%;
}

/*preferences*/
.ts-preferences-main::before,
.ts-preferences-main::after {
    content: '';
    clear: both;
    display: table;
}

.ts-preferences-main {
    display: flex;
}

.ts-preferences-main .ts-preferences-left,
.ts-preferences-main .ts-preferences-right {
    background: #ffffff;
    border: 1px solid #dad7cc;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 20px;
}

.ts-preferences-main .ts-preferences-left {
    width: 40%;
}

.ts-preferences-main .ts-preferences-left .preferences-left-info {
}

.ts-preferences-main .ts-preferences-left .preferences-left-info .left-info-desc {
}

.ts-preferences-main .ts-preferences-right {
    width: calc(60% - 20px);
    margin-left: 20px;
}

/*--------media queries-------*/

@media only screen and (max-width: 320px) {
    .profile-page.card-img-top-wrp {
        width: 100%;
    }

    .card.profile-body .card-body {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    .profile-page.card-img-top-wrp {
        width: 100%;
    }

    .card.profile-body .card-body {
        padding: 20px 0;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .footer-search {
    }

    .footer-search form {
        max-width: 60%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .footer-search {
    }

    .footer-search form {
        max-width: 50%;
    }

    .footer-main {
    }

    .footer-main .footer-title {
        margin: 12px 0;
    }

    .footer-search form {
        margin-top: 20px !important;
    }
}

@media (min-width: 992px) {
    .footer-main .links_footer a {
        text-align: left;
    }
}

/* ---------------------------------- */
.card-header-tabs-main .card-header-tabs-wrp {
    text-align: center;
}

.card-header-tabs-main .card-header-tabs-wrp li a {
    color: #595057;
    text-decoration: none;
}

.customstyle,
label.customstyle {
    color: #2eac9d;
    margin-left: 5px;
    width: inherit !important;
    padding-bottom: unset !important;
    padding-top: 0px !important;
}

input[type='checkbox'] {
    position: relative;
    width: 1.5em !important;
    height: 1.5em;
    color: #363839;
    border: 1px solid #2eac9d;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

input[type='checkbox']::before {
    position: absolute;
    content: '';
    display: block;
    top: 0px;
    left: 6px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-color: #2eac9d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

input[type='checkbox']:checked {
    color: #fff;
    border-color: #2eac9d;
}

input[type='checkbox']:checked::before {
    opacity: 1;
}

input[type='checkbox']:checked ~ label::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.Cart {
    color: black;
    text-decoration: none;
}

/* Style css Ali Haider */

/*.nav-item-languages .dropdown {*/
/*    border: unset;*/
/*    z-index: 9999;*/
/*    border: unset;*/
/*    !*content: url(../img/drparrow.png);*!*/
/*    position: absolute;*/
/*    right: -16px;*/
/*    top: 8px;*/
/*}*/
.nav-item-languages .dropdown {
    position: relative;
}

.nav-item-languages .dropdown button.BtnGlob {
    /*position: absolute;*/
    top: 0;
}

.img_globe_nav {
    width: 40px !important;
}

.nav-item-languages .dropdown button.BtnGlob::after {
    content: none !important;
}

/*.nav-item-languages .dropdown button.BtnGlob::after {*/
/*    !*content: url(../img/drparrow.png);*!*/
/*    top: -16px;*/
/*    left: -6px;*/
/*}*/
/*.nav-item-languages .dropdown button::after {*/
/*    border: unset;*/
/*    !*content: url('../img/drparrow.png');*!*/
/*    position: absolute;*/
/*    right: 23px;*/
/*    top: 13px;*/
/*}*/
/*.nav-item-languages .dropdown button.BtnGlob::after {*/
/*    border: unset;*/
/*    content: url('../img/drparrow.png');*/
/*    position: absolute;*/
/*    right: 17px;*/
/*    top: 1px;*/
/*}*/

.LangHvr:hover .dropdown-submenu {
    display: block !important;
    width: 100px;
    height: 100px;
    background-color: red;
}

.glob_sm {
    /* top: 36px;
    right: -47px; */
}

/* .glob_sm .img_globe_nav_active {
    top: -39px;
    left: 62px;
} */

.MbleNav {
    right: 10px;
    top: 50px;
    padding: 0;
    width: 200px;
}

.MbleNav li {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.search_bar input {
    height: 47px;
    background-color: #f4f6fa;
    padding: 0.375rem 3.75rem 0.375rem 0.75rem !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.FiltersCS {
    padding: 40px;
}

@media only screen and (min-width: 667px) and (max-width: 999px) {
    .FiltersCS {
        padding: 20px;
    }
}

.section_hero h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 45px;
    line-height: 76px;
    color: #000000;
}

.card .card-body {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    /* or 164% */
    color: #686868;
    position: relative;
}

.card .card-body .card-row .card-cl-6 h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section_baby_tools h3 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #000;
}

.card-profile:hover {
    box-shadow: 0px 0px 1px 0px #2eac9d;
    border-color: #2eac9d !important;
}

.section_baby_inner .card-body {
    height: 300px;
    max-height: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card_inner {
    margin-top: 6rem;
}

.ts_tab_orders tbody td img.profileImg {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 20px;
    border-radius: 50%;
}

.ts_tab_orders tbody td img.img_active {
    width: 12px !important;
    padding: 0 !important;
    left: 83px;
    top: 65px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.ts_tab_orders table tbody button {
    font-size: 12px !important;
}

.content .form-check-input[type='checkbox'] {
    border: 1px solid #c9c9c9 !important;
    background-color: #f8f8f8 !important;
}

.AuthFont {
    font-size: 30px !important;
}

.AuthTxt {
    font-size: 18px !important;
    padding: 0 20px;
}

.HeadingFont h2 {
    font-size: 45px;
    padding-bottom: 20px;
}

.TxtFont {
    font-size: 20px;
}

.TxtFont2 {
    font-size: 16px;
}

/*.add_doc_inner {*/
/*    width: 130px;*/
/*    margin: 0 auto;*/
/*}*/
.model-one .modal-content .modal-body a.leave,
.model-one .modal-content .modal-body .btn.leave {
    width: 90%;
    background: #2eac9d;
    border-radius: 53px;
    padding: 15px 20px;
    color: #fff;
}

.about .about-row .about-cl-6-sec .content p {
    color: #2eac9d;
}

input[type='checkbox'] {
    border: 1px solid #dad7cc !important;
    border-radius: 4px !important;
}

.box_grand {
    margin-top: 20px;
}

.btn_avail:hover,
.colse_time:hover,
.ok_time:hover {
    color: #2eac9d !important;
}

.ok_time:hover {
    color: #ffffff !important;
}

.card-login-row .card-login-cl-3 .card-img {
    padding: 30px 20px;
}

/* reset  password */

#banner .row .cl-6 .arr {
    margin-left: 20px !important;
    text-align: left;
    margin-top: -25px;
}

/* register */

#banner .row .cl-6-sec .form input::placeholder {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #686868;
    text-align: left;
}

#banner .row .cl-6-sec .form {
    padding: 0 50px !important;
}

/* Notifiction */
.tabcontentslist .check-buttons input.notificationcheck {
    background-color: transparent !important;
}

.tabcontentslist .check-buttons input.notificationcheck:checked {
    background-color: #24ad9c !important;
}

#banner .form input {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    margin-top: 0.5rem;
}

#banner .form input::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
}

.re_password span {
    right: 10px;
    bottom: 18px;
    /* z-index: 9999; */
}

.loginButton .mt-5 {
    width: 100% !important;
}

/* payment-information */
.TabsCS_Form form {
    padding: 0 50px;
}

.cl-7-payment .row .cl-12 .content input[type='text'],
.cl-7-payment .row .cl-12 .content input[type='number'] {
    width: 100%;
    padding: 10px 15px;
    border-radius: 30px;
    background: #f8f8f8;
    border: 1px solid #c9c9c9;
}

.cl-7-payment .row .cl-12 .content .row .cl-4-first input,
.cl-7-payment .row .cl-12 .content .row .cl-4-second input {
    width: 100%;
    padding: 10px 15px 10px 20px;
    background: #f8f8f8;
    border: 1px solid #c9c9c9;
    border-radius: 73px;
}

.check-box-transaction {
    margin-right: 15%;
    margin-left: 8px;
    margin-top: 20px;
    border-radius: 50px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.emailField {
    width: 100%;
    padding: 10px 15px;
    border-radius: 30px;
}

.card-header-tabs-main {
    width: 50%;
    margin: 50px auto 0;
}

.card-header-tabs-main .card-header-tabs-wrp {
    text-align: center;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
    margin: 0px 10px 15px 0px;
    width: calc(calc(100% - 20px) / 2);
}

.BtnsPayPal {
    display: block;
}

.cl-7-payment .row .cl-12 .content h6 {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 19px;
    /*letter-spacing: 2px;*/
    color: #000000;
}

/* personalinfo */
.ts-info-form .ts-info-text .ts-info-dp img {
    border-radius: 25px;
}

.ts-info-form .ts-info-text .ts-info-dp img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.ts-info-form .ts-info-text .ts-info-dp {
    width: 150px;
    height: 150px;
}

.ts-info-form {
    background: #ffffff;
    border: 1px solid #dad7cc;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding-top: 15px;
    position: relative;
}

.ts-info-form .ts-info-text .ts-info-dp {
    position: relative;
}

.form-group-inner .form-group-checkbox .rounded {
    border-radius: 1.25rem !important;
}

.ts-info-form .form-group .form-group-inner.form-group-btn .btn-block {
    background-color: #2eac9d;
    border: 1px solid #2eac9d;
}

.ts-info-form .form-group .form-group-inner.form-group-checkbox .btn-block {
    border: 1px solid #2eac9d !important;
}

.BtnsPayPal button {
    width: 150px !important;
    margin-right: 20px;
}

.st-preferences-right form .form .form-fields {
    outline: #2eac9d;
}

.st-preferences-right form .form .form-fields-wrp .ts-arr-next-img {
    color: #686868;
}

.select-city .city_box .flex-column label,
.avail_time label {
    position: relative;
    top: -6px;
}

/* Crt */
.cart-0 {
    width: 15px;
    height: 15px;
    font-size: 10px;
}

/*  */
.mt-md-5 {
    margin-top: 1.3rem !important;
}

/* Faqs */
.FaqsSec .accordion-item {
    margin: 10px;
    border: 0;
    background: #f5f5f5;
    /*opacity: 0.6;*/
    border-radius: 10px;
}

.FaqsSec .accordion-item h4 {
    background: transparent;
    margin: 0;
    font-size: 18px;
}

.FaqsSec .accordion-button:not(.collapsed) {
    color: #fff !important;
    border-radius: 10px 10px 0px 0px;
    background-color: rgb(46, 172, 157) !important;
    margin: 0 !important;
}

.FaqsSec .accordion-item .accordion-collapse {
    border: 1px solid rgb(46, 172, 157);
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    padding: 10px;
}

.FaqsSec .accordion-item .accordion-collapse p {
    padding: 10px;
}

.FaqsSec .accordion-button::after {
    background-image: url('../img/plus-icon.png') !important;
}

.FaqsSec .accordion-button:not(.collapsed)::after {
    background-image: url('../img/collapse-icon.png') !important;
}

span.ProfileImgBg {
    width: 100%;
    height: 270px;
    background-size: cover !important;
    border-radius: 1.25rem 1.25rem 0 0;
    display: block;
    background-position: center center !important;
}

span.avatar-position {
    position: relative;
    display: block;
    top: -5px;
    width: 100%;
    height: 38px;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center !important;
}

.PopupCardImg {
    border: 0 !important;
}

.PopupCardImg img {
    border-radius: 1rem;
}

/* Notification Page */
.NotificationWrapSec {
    padding: 50px 0 0;
}

.NotificationWrapSec h2 {
    color: #2eac9d;
    font-size: 44px;
    font-weight: bold;
}

.NotificationWrapSec .container {
    width: 55% !important;
    margin: 0 auto;
    border-radius: 1rem;
    border: 1px solid #ddd;
    padding: 30px;
    height: 600px;
    overflow-y: scroll;
}

.NotificationWrapSec .col-md-11 img.profileInnerImg {
    float: left;
}

.NotificationWrapSec .col-md-11 img.profileInnerImgCS {
    float: left;
    width: 50px;
    padding: 0.25rem;
    margin-right: 1rem;
    margin-top: 0.25rem;
}

.NotificationWrapSec .col-md-11 p {
    padding: 12px 0 0;
    font-size: 16px;
}

.content-service {
    position: relative;
    margin-top: -50%;
}

.content-service textarea {
    resize: none;
    /*height: 28vh !important;*/
    border-radius: 0.5rem !important;
}

.SelectLangCS .bg-light .d-flex .LangText {
    padding-left: 10px;
}

.Txt_Date {
    background-image: url('../img/my-cart-date.png');
    background-repeat: no-repeat;
    background-position: right 12px top 6px;
    background-size: 1.9rem;
    padding: 0 50px 0 20px;
}

.Txt_Date2,
.Txt_Date3 {
    background-image: url('../img/my-cart-date.png');
    background-repeat: no-repeat;
    background-position: right 20px top 14px;
    padding: 0 50px 0 20px;
}

.datepicker-days .table-condensed tbody tr td.active.active {
    background-color: #2eac9d;
}

.select-time,
.select_time_filter {
    background-image: url('../img/my-cart-time.png');
    background-repeat: no-repeat;
    background-position: right 20px top 6px;
    padding: 0 50px 0 20px;
}

.select-time2,
.select_time2_filter {
    background-image: url('../img/my-cart-time.png');
    background-repeat: no-repeat;
    background-position: right 20px top 14px;
    padding: 0 50px 0 20px;
}

.datepicker td,
.datepicker th {
    width: 25px !important;
    height: 50px !important;
}

.btn:focus,
.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #ced4da !important;
}

.links_footer a.text-secondary:hover {
    color: #2eac9d !important;
    transition: 0.3s ease;
}

.tabslist button {
    width: calc(calc(100% - 122px) / 2);
}

.tabslist button.active,
.tabservice1 button.active {
    color: #ffffff;
    background-color: #2eac9d;
    font-family: 'Readex Pro', sans-serif;
    font-size: 17px;
}

.tabslist button,
.tabservice1 button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    font-family: 'Readex Pro', sans-serif;
    padding: 9px 13px;
    border-radius: 36px;
    font-weight: 600;
}

.content-cl-4 {
    overflow: hidden;
}

.simplepicker-btn:active,
.simplepicker-btn:hover {
    color: #fff;
    background-color: #2eac9d;
}

.tabservice1 button {
    width: 16rem;
}

.table_radius_order {
    border: 1px solid #dad7cc;
    border-radius: 30px;
    overflow: hidden;
}

.table_radius_order .TableCS thead th {
    text-align: center;
    padding: 20px 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Readex Pro', sans-serif;
}

.table_radius_order .TableCS td {
    font-size: 14px;
    font-family: 'Readex Pro', sans-serif;
    text-align: center;
}

.TimePopupCS .d-flex {
    margin-bottom: 10px;
}

.TimePopupCS .d-flex label {
    margin-left: 10px;
}

/*.ts_tab_orders thead th p {*/
/*    font-family: 'Readex Pro', sans-serif;*/
/*    font-size  : 20px;*/
/*    font-weight: 500 !important;*/
/*}*/
.service_time_filter.show .modal-dialog {
    width: 500px !important;
    max-width: 800px;
}

input[type='checkbox'] {
    width: 18px !important;
    height: 18px !important;
}

.avail_time label {
    font-size: 12px !important;
}

.cart_prices p {
    line-height: 19px;
    font-weight: 400;
    font-size: 15px !important;
    color: #7b7b7b;
}

.PopupDOB .modal-content {
    border-radius: 2rem;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 1px 56px 5px #bcbcbc;
}

/*################3 my cart ################3*/

.modal_content_mycart {
    border-radius: 3rem !important;
}

.about .about-row .about-cl-6-sec .content-position {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    top: -322px;
    right: 0px;
    padding-bottom: 10px;
}

/* login */
.login .d-xl-none {
    width: 80%;
}

#banner .row .cl-6 {
    border-radius: 10px 0px 0px 10px;
    background-position: center center;
    background-size: cover;
    width: 540px;
    height: 590px;
    display: none;
}

#banner .row .cl-6 h1,
#banner .row .cl-6-sec h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 62px;
    /*margin-top: 35px!important;*/
    padding-top: 0 !important;
    color: #2eab9c;
}

#banner .row .cl-6-sec {
    border-radius: 10px 10px 10px 0px;
    padding-bottom: 0px !important;
    width: 540px;
    height: 590px;
    padding-left: 0% !important;
    padding-right: 0% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}

#banner .row .d-xl-block {
    background: #f4f6fa;
    border-radius: 16px;
    padding-bottom: 3rem;
}

#banner .row .d-xl-block img {
    width: 100%;
}

@media (min-width: 1200px) {
    #banner .row .d-xl-block img {
        margin-bottom: 1.8rem;
    }
}

#banner .row .cl-6-sec .fo input {
    border-radius: 10px;
}

#banner .row .cl-6-sec .fo input::placeholder {
    font-size: 16px;
}

#banner label,
#banner span a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1 !important;
}

.login {
    height: auto !important;
}

.reg_height {
    height: 100% !important;
}

/**/
.table-condensed thead {
    border-bottom: 1px solid #ced4da;
}

.table-condensed tfoot {
    border-top: 1px solid #c8c9ca;
}

.table-condensed tfoot tr td:hover {
    color: #2eac9d;
}

.profile-page.card-img-top-wrp {
    /*position: relative;*/
    width: 100%;
    height: 265px;
    margin: auto;
}

/*  */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 25px !important;
    right: 15px !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #aaaaaa !important;
    outline: 0;
}

.img_inactive {
    width: 10px !important;
    padding: 0 !important;
    left: 83px;
    top: 69px;
}

.img__past_active {
    width: 10px !important;
    padding: 0 !important;
    left: 83px;
    top: 68px;
}

/* */
.Testimonialcard {
    border: 1px solid #dad7cc;
    border-radius: 1.25rem;
    margin: 5px;
    width: 100%;
    height: 100%;
}

select.ChangeBGCS option {
    background-color: #fff;
    border: none;
}

.add_doc_inner {
    margin: 5px;
}

.add_doc_inner .add_pic_doc {
    padding: 0 !important;
}

.CateCS_Moble {
    margin-bottom: 5px;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 14px !important;
    background-color: #2eac9d;
    color: #fff;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    width: 400px;
    border-radius: 25px;
    height: auto;
    padding: 0 !important;
    overflow: hidden;
}

.ui-datepicker-calendar thead {
    border-bottom: 1px solid #eee;
}

.ui-datepicker-calendar thead tr th {
    padding: 17px 5px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: none !important;
    background: transparent !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 10px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #fff !important;
    font-weight: normal;
    color: #212529 !important;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 16px 0;
    border: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default:hover {
    background-color: #2eac9d !important;
    color: #fff !important;
}

/*footer {
    margin-top: 50px;
}*/

/* @media only screen and (min-width: 300px) and (max-width: 1199px) {
    footer {
        margin-top: 37px;
    }
} */

@media (max-width: 855px) {
    .hero_btn {
        display: flex !important;
        flex-direction: column;
    }
}

@media only screen and (min-width: 300px) and (max-width: 668px) {
    .hero_btn button {
        font-size: 16px;
        width: auto !important;
        padding: 0.5rem 1rem !important;
    }

    .FiltersCS {
        padding: 0.5rem;
    }

    .MbleCs {
        display: none;
    }

    .MblNavCS {
        margin-left: 5px !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .section_hero h2 {
        font-size: 28px !important;
        line-height: 38px;
    }

    /*.nav-item-languages .dropdown {*/
    /*    top: -20px;*/
    /*    position: relative !important;*/
    /*}*/
    .glob_choice_sm .ts-dropdown-toggle {
        position: absolute;
        top: 0;
        left: -10px;
        padding: 10px;
    }

    .glob_choice_sm .dropdown button::after {
        content: none;
    }

    .MbleNav li.HoverTxt:hover .mainD,
    .MbleNav li.HoverTxt:hover .mainD li:hover .InnerD,
    .MbleNav li.HoverTxt:hover .mainD li:hover .InnerD_2 {
        display: block !important;
    }

    .MbleNav li.HoverTxt:hover .mainD li {
        list-style: none;
    }

    .MbleNav li.HoverTxt:hover .mainD li a {
        font-size: 14px;
        font-weight: 500;
        color: #212529;
        text-decoration: none;
    }

    .MblCS .card-title1 {
        margin-top: 50px !important;
        font-size: 22px !important;
    }

    .HeadingFont {
        padding: 20px 0 !important;
    }

    .testimonial_top p,
    .section_our_team p,
    .section_services p {
        line-height: 22px;
        font-size: 16px;
    }

    .HeadingFont h2,
    .testimonial_top h2,
    .section_our_team h2,
    .section_services h2 {
        font-size: 28px;
    }

    .HeadingFont .btn-success {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .hero_btn a {
        width: calc(calc(100% - 16%) / 2) !important;
    }

    input[type='checkbox'] {
        width: 1.5em !important;
        border-radius: 4px !important;
    }

    .card-profile {
        margin-left: 0 !important;
        border-radius: 1.25rem;
    }

    .d-n .about-cl-6 {
        order: 2;
    }

    .about .about-row .about-cl-6-sec .content {
        margin-top: 50px !important;
    }

    .about .about-row .about-cl-6-sec .content-position {
        top: 0 !important;
        padding: 15px;
    }

    .banner-Contct,
    .banner-about {
        display: none;
    }

    .ContctForm .about-row .about-cl-6 .icon {
        margin-top: 15px;
    }

    .content_hero p {
        width: 50%;
        font-size: 16px;
    }

    .hero_btn a .rounded-pill {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .NotificationWrapSec .container {
        width: 100% !important;
    }

    .about_content p {
        font-size: 12px;
        text-align: center;
    }

    .emailField {
        width: 100%;
    }

    .table_radius_order {
        overflow: scroll;
    }

    .table_radius_order .TableCS thead th {
        font-size: 8px !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 20px;
    }

    .table_radius_order .TableCS td {
        font-size: 8px !important;
    }

    #banner .row .cl-6-sec .form {
        padding: 0 20px !important;
    }

    .loginButton .mt-5,
    .service_time_filter.show .modal-dialog {
        width: 96% !important;
    }

    .RatingCS {
        display: flex;
    }

    .RatingMblCS {
        width: 8px !important;
        padding: 0;
        margin: 5px 2px 0 0;
        height: 8px;
    }

    .ResetImg {
        width: 70px;
    }

    .ResetForm {
        font-size: 25px !important;
    }
}

@media screen and (min-width: 1600px) {
    #banner {
        /* height: 700px; */
    }

    .content-service.Ps-content-service {
        margin-top: -345px;
    }

    /* .content-service{
        margin-top: 100px;
    } */
    .Date_TimePopup .modal-dialog {
        width: 700px !important;
        max-width: 800px !important;
    }

    /*.Date_TimePopup{*/
    /*    max-width: 400px !important;*/
    /*}*/
    /*.modal.show .Date_TimePopup{*/
    /*    max-width: 400px !important;*/
    /*}*/
}

@media only screen and (min-width: 667px) and (max-width: 999px) {
    .MbleCs {
        display: none;
    }

    .section_hero h2 {
        font-size: 30px !important;
        line-height: 32px;
    }

    /*.nav-item-languages .dropdown {*/
    /*    top: -20px;*/
    /*    position: relative !important;*/
    /*}*/
    .glob_choice_sm .ts-dropdown-toggle {
        position: absolute;
        top: 0;
        left: -10px;
        padding: 10px;
    }

    .glob_choice_sm .dropdown button::after {
        content: none;
    }

    .NotificationWrapSec .container {
        width: 100% !important;
    }

    .about_content p {
        font-size: 12px;
        text-align: center;
    }

    .ABoutUs_CS .container {
        max-width: 100%;
    }

    .modal.show .Time_Popup_ModalCS {
        width: auto !important;
        max-width: 500px !important;
    }

    .modal.show .modal-dialog {
        width: 600px;
        max-width: 600px;
    }

    .SelectLangCS .bg-light .d-flex .LangText {
        padding-left: 5%;
    }

    .ServiceBtns {
        display: grid;
        justify-items: center;
    }

    .tabslist button {
        width: 50%;
        margin-bottom: 15px;
    }

    .table_radius_order {
        overflow: scroll;
    }

    .FiltersCS .FiltersInnerCS {
        margin: 0 !important;
        box-shadow: none !important;
    }

    /*.Date_TimePopup .modal_content_mycart{*/
    /*    max-width: 400px !important;*/
    /*    margin: 0 auto;*/
    /*}*/
    .Fav_BtnsCS button {
        width: 44% !important;
    }

    /*.d-n .about-cl-6 {*/
    /*    order: 2;*/
    /*}*/
    .TabsCS_Form form {
        padding: 0 !important;
    }

    .ImgMblCS {
        padding: 0 !important;
    }

    .ImgMblCS .Img {
        width: 70px !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    .Fav_BtnsCS {
        display: block !important;
    }

    .Fav_BtnsCS button {
        width: 65% !important;
        margin-bottom: 10px !important;
    }

    .RegHead {
        font-size: 30px !important;
        padding-top: 60px !important;
    }

    .about .about-row .about-cl-6-sec .content-position {
        top: 0 !important;
        padding: 15px;
    }

    .TabsCS_Form form {
        padding: 0 !important;
    }

    .d-n .about-cl-6 {
        order: 2;
    }

    .CateCS_Moble {
        display: block !important;
    }

    .append .CateCS_Moble .remove_sub_div {
        margin-top: 10px;
    }

    .table_radius_order .TableCS thead th {
        font-size: 10px;
    }

    .table_radius_order .TableCS td {
        font-size: 10px;
    }

    .ts_tab_orders tbody td img.profileImg {
        width: 35px;
        height: 35px;
        margin: 0 5px 0 auto;
    }

    .img__past_active {
        left: 34px;
        top: 36px;
    }

    .ts_tab_orders table tbody button {
        width: 50px !important;
        padding: 0 !important;
        font-size: 8px !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 667px) and (max-width: 906px) {
    .DropifyBoxImgs {
        padding-top: 43px !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 999px) {
    .content-service {
        margin-top: -110px;
    }

    .about .about-row .about-cl-6-sec .content-position {
        top: -170px !important;
    }

    .ts_tab_orders table tbody button {
        width: 90px;
    }
}

@media (max-width: 1200px) {
    .content .row-gellery-sec .cl-2 .service-box > a > div {
        height: 190px !important;
    }

    .content .row-gellery-sec .cl-2 .service-box .content-cl-4 p {
        font-size: 16px;
    }

    .content .row-gellery-sec .cl-2 .service-box .stars,
    .content .row-gellery-sec .cl-2 .service-box .stars span {
        font-size: 9px;
    }

    .content .row-gellery-sec .cl-2 .service-box .stars div span {
        font-size: 15px !important;
    }

    .content .row-gellery-sec .cl-2 .service-box .service_desc {
        font-size: 12px;
    }

    .content .row-gellery-sec .cl-2 .service-box .service_desc p {
        line-height: 1.2rem;
    }

    .content .row-gellery-sec .cl-2 .service-box .row .col-6 h2 {
        font-size: 18px;
    }
}

.row-gellery-sec .service-box.green_box {
    border-color: #2eac9d !important;
}

.service_rating_body h3,
.service_rating_body p,
.service_desc p {
    word-wrap: break-word;
}

.fav_folder_align {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    column-gap: 5px;
}

.folder_pro_name,
.new_folder_pro_name {
    width: 18px;
    height: 18px;
}

.add_to_fav_folder_content {
    max-height: 170px;
    padding: 0px 70px;
    overflow-y: auto;
}

@media only screen and (max-width: 990px) {
    .dropify-wrapper.touch-fallback .dropify-message {
        padding: 5px 0;
    }
}

.btn-success {
    background-color: #2eac9d !important;
    border-color: #2eac9d !important;
}

.type_serch1,
.rounded_start {
    border-color: #b3b2ae !important;
}

.reservation-button,
.add-to-cart-button,
.send-offer-button,
.send-message-button {
    font-size: 18px;
    font-weight: 400;
    font-family: system-ui, Roboto;
    border-radius: 0.8rem;
    padding: 0.5rem 1.2rem;
}

.add-to-cart-button,
.send-offer-button {
    background-color: white;
    color: #2eac9d;
    border-color: #2eac9d;
}

.send-message-button {
    padding-top: 0.7rem;
    background-color: #2eac9d !important;
    color: white !important;
}


@media (max-width: 768px) {
    .reservation-button,
    .add-to-cart-button,
    .send-offer-button,
    .send-message-button {
        font-size: 14px;
        padding: 0.4rem 0.8rem;
    }

    .reservation-button,
    .add-to-cart-button,
    .send-offer-button,
    .send-message-button {
        text-align: center;
    }
}

.card-container {
    cursor: pointer;
}

.card-container:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.img-container:hover {
    transition: opacity 0.5s;
    opacity: 1;
}

.img-container:not(:hover) {
    transition: opacity 0.5s;
    opacity: 0.85;
}


.fake-card {
    border: 2px dashed #dad7cc !important;
}

.centered {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.status-badge {
    font-size: 18px;
    padding-top: 0.15rem;
    margin-right: .25rem;
}

.status-text {
    font-family: 'Readex Pro', sans-serif;
    color: #686868;
}

.grey-badge, .badge-draft {
    color: #d3d3d3 !important;
}

.yellow-badge, .badge-pending {
    color: #ffc107 !important;
}

.green-badge, .badge-online, .badge-sold {
    color: #198754 !important;
}

.badge-sold {
    color: #198754 !important;
}

.blue-badge {
    color: #2EAC9D !important;
}

.badge-archived {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.expired-banner {
    background-color: rgba(220, 53, 69, 0.9);
    color: white;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 16px 16px 0 0;
}

.card-container p {
    font-family: 'Readex Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #686868;
}

#homepage-services-tab.nav-tabs .nav-link.active,
#homepage-services-tab.nav-tabs .nav-link.active:hover,
#homepage-services-tab.nav-tabs .nav-link.active:focus,
#homepage-services-tab.nav-tabs .nav-link.active:active {
    color: #000000;
    background-color: transparent;
    border-bottom-color: #f4f6fa;
}


#homepage-services-tab.nav-tabs ,
#homepage-services-tab.nav-tabs .nav-link,
#homepage-services-tab.nav-tabs .nav-link:active,
#homepage-services-tab.nav-tabs .nav-link:hover,
#homepage-services-tab.nav-tabs .nav-link:focus
 {
    color: rgba(46, 172, 157, 0.8);
}

label.required::after {
  content: " *";
  color: red;
}

.img-fluid.myprofile, .img-fluid.requestprofile {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
