/* .current{
    background-color: #007f74 !important;
    color: #fff !important;
    border: #007f74  !important;
} */
.dataTables_filter {
    margin-bottom: 10px !important;
}

.dataTables_length {
    margin-top: 8px !important;
}


.sign_art_card_text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.remember-check {
    border: 1px solid #707070;
    border-radius: 8px;
    width: 20px !important;
    height: 20px !important;
    background-color: #fff;
}

.remember-check:checked {
    background-color: #027F73;
    /* background color when checked */
    border-color: #027F73;
    /* change border color when checked */
    position: relative;
}

.shop_contants {
    display: flex;
    width: 100%;
    justify-content: flex-start !important;
    align-items: center;
}

.login-help {
    display: flex;
    align-items: flex-end;
    float: right;
    justify-content: space-evenly;
    width: 100% !important;

}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa !important;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border: 1px solid #aaa !important;
}

.sign_art_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 280px;
    justify-content: center;
}

.sign-text {
    color: #027F72;
    font-size: 20px;
    font-weight: 600;
}

.sign-text_1 {
    color: #FF7700;
    font-size: 20px;
    font-weight: 600;
}

.sign-text_2 {
    color: #026DE6;
    font-size: 20px;
    font-weight: 600;
}

.sign-text_3 {
    color: #F632AE;
    font-size: 20px;
    font-weight: 600;
}

.sign_art_card_text p {
    color: #262626;
    font-size: 16px;
    height: 125px;
}


.join_overlay {
    background-image: url("../images/Group\ 6170.png");
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #F9F9F9 !important;
}

.join_text h6 {
    color: #ECE34A;
    font-size: 26px;
}

.join_text {
    color: #F9F9F9;
    font-size: 17px;
}

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






.expert_image img {
    width: 100%;
}

.head_expert img {
    width: 44px;
    height: 44px;
}

.expert_text h6 {
    color: #E36A00;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 500 !important;
}

.expert_text p {
    color: #000000;
    font-size: 16px;
}

.join_text h5 {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 600;
}

.text_img {
    width: 35px;
    margin-top: -10%;
    margin-left: -2%;
}

.reg_btn {
    background: #FEF455 0% 0% no-repeat padding-box;
    border: 1px solid #FEF455;
    border-radius: 28px;
    color: #03142E;
    font-size: 17px;
    font-weight: 700 !important;
}

.heart_img {
    width: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

}

.heart_img img {
    width: 45px;
    height: 45px;
}

@media(min-width:991px) and (max-width:1200px) {
    .sign_art_card {
        height: 370px;
    }
}


.trans_view_l {
    font-size: 15px;
    color: #000000;
}

.btn_view {
    background: #FEF455;
    border: 0;
    border-radius: 50px;
    height: 40px;
    width: 134px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.pack_card_overlay {
    background-image: url('../images/pack_1.png');
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack_card_overlay_1 {
    background-image: url('../images/pack_2.png');
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack_card_overlay_2 {
    background-image: url('../images/pack_3.png');
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack_card_overlay_3 {
    background-image: url('../images/pack_4.png');
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share {
    color: #969696;
}

.pack_card {
    width: 95%;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rate_share img {
    width: 15px;
    height: 15px;
}

.pack_card_img img {
    height: 35px;
}

.pack_card_text p {
    font-size: 16px;
    color: #221821;
    font-weight: 600;
}

.faq_art {
    background-color: #F9F9F9;
}


.back-color {
    /* background-color: #FFF7ED ; */
    /* background-color:#027F72; */
}

.faq_heads {
    color: #027F72;
    font-size: 32px;
    font-weight: 700;
    font-family: sans-serif !important;
}

.head_faq p {
    font-size: 14px;
    color: #333333;
}

.art_btn_acor {
    border: none !important;
}

.accordion-button:not(.collapsed) {
    border: 0px !important;
    background-color: #ffff !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.text_acc {
    font-size: 2.5rem !important;
    color: #141414 !important;
    font-weight: 500 !important;
}

.accordion-item.py-3 {
    border-bottom: 0;
}

.footer {
    background-color: #F2FAF7;
    /* background-color: #119967; */
}

.artone_head h6 {
    color: #000000;
    font-size: 22px;
    font-weight: 600 !important;
}

.artone_head p {
    color: #606163;
    font-size: 16px;
}

.round_foot {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    background-color: #027F72 !important;
    opacity: 1;
}

.list-foot h6 {
    color: #606163;
    font-size: 16px;
    display: flex !important;
    align-items: center !important;
}

.list-foot img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.head_food {
    font-size: 22px;
    color: #027F72;
}

.list_service p {
    font-size: 16px;
    color: #606163;
}

.has-search-right {
    position: relative;
}

.search-bar input {
    padding: 22px;
    border: none;
    border-radius: 0px 50px 50px 0px !important;
}

.shop_contants p {
    font-size: 14px;
}

.has-search-right .form-control {
    height: 49px;
    padding-right: 2.375rem;
    border-left: 0.5px solid #ebe7e7 !important;
    background-color: #FCFCFC;
    text-indent: 10px;
}

.has-search-right .form-control.focus {

    background-color: #FCFCFC;
    box-shadow: none !important;
    outline: none !important;
}

.mail_icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.has-search-right .form-control-feedback {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.360rem;
    text-align: center;
    color: #aaa;
}

.social_icon {
    width: 33px;
    height: 33px;
}

.rights_foot {
    background-color: #DFEBE6;
}

.rights_foot {
    color: #606163;
    font-size: 16px;
}

a.form-control-feedbacks {
    background: #027F73 !important;
    border-radius: 50%;
}

/* .form_ {
    padding: 18% 15% 0;
} */
.form_ h3 {
    color: #027F73;
}

/* button .preview{
    width: 200px !important;
    height: 40px !important;
} */
button.submit_btn {
    background: #FED400 0% 0% no-repeat padding-box !important;
    border-radius: 100px;
    opacity: 1;
    font-weight: 600;
    width: 145px !important;
    height: 50px;
    border: 0;
    font-size: 15px;
    color: #03142E !important;
}

.head_card {
    margin-left: 12px;
}

.sign_art_card_text p {
    color: #262626;
    font-size: 15px;
}

.sign_art_card_img img {
    height: 65px;
    object-fit: contain !important;
}

.shop_card {
    height: 360px !important;
}

.child_card {
    height: 400px !important;
    ;
}

.category_card {
    height: 410px !important;
}






.validate_home {
    background-image: url('../asset/art_home_1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -4%;
}

.cat_drop {
    position: relative;
    /* Ensures the dropdown menu is correctly positioned */
}

.cat_drop2 {
    z-index: 1050;
    /* Bootstrap default for dropdowns; increase if needed */
    position: absolute;
    /* Ensure proper stacking */
}

.drp_bor {
    height: 44px;
    width: 28% !important;
}

.drop_flit {
    height: 44px;
    background-color: #ffff !important;
    color: #6d6e6e !important;
    border-radius: 50px !important;
    padding: 7% !important;
    margin: 0% !important;
    font-size: 15px !important;
    box-shadow: none !important;
}

.custom-select {
    height: 49px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: url('../images/menu.png') no-repeat right center !important;
    background-size: 20px;
    background-position: center;
    width: 135px !important;
}

@media (max-width:1024px) {
    .custom-select {
        height: 49px;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        background-size: 20px;
        background-position: center;

    }

    .wish_2 button {
        width: 140px !important;
    }
}

.custom-select:focus {
    outline: none;
}

.menu .dropdown:hover .dropdown-menu {
    display: block;
    /* Show the dropdown */
}

.drp_bor {
    height: 49px;
    background-color: #ffff !important;
    color: #6d6e6e !important;
    border-radius: 50px 0% 0% 50px !important;

}

.drop_flit:focus {
    border: none !important;
    box-shadow: none !important;
}

.dropdown-menu:focus {
    border: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border: none !important;
    box-shadow: none !important;
}

.opt_sel {
    font-size: 12px !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: none !important;
}

.reg_art {
    color: #fff !important;
    font-size: 14px !important;
}

input#remember {
    border: 1px solid #666666 !important;
}

.banner_text h2 {
    font-weight: 700 !important;
}

.input#phone_number {

    border: 1px solid #3f3e3ec0 !important;
}

.for_pas:focus {
    border: 1px solid #8B9491 !important;
}

.art_foot_spa {
    width: 22px !important;
    height: 22px !important;
    background-color: #027F72;
    border-radius: 50%;
}

.pass_box {
    border: 1px solid #8b949167 !important;
    border-radius: 5px !important;
}

.pass_box:focus {
    border: 1px solid #8b949167 !important;
}

.validate_home {
    background-image: url('..//images/asset/art_home\ \(2\).png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -3%;
}

.back_pop {
    background: #FFE9C7 0% 0% no-repeat padding-box;
    border-radius: 30px;

}

.login-help p a span {
    position: relative;
    top: 1px;
}

.help a .help-1 {
    position: relative;
    top: 2px;
}

.social-icons {
    width: 18% !important;
}

.social-icons a {
    height: 35px !important;
    width: 35px !important;
}

.social-icons a span {
    position: absolute;
    background-color: #FEC700;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    font-size: 12px !important;
    color: black;

}

.new_arrivals {
    background-image: url("../images/new-arr.png");
    background-repeat: no-repeat;
    background-position: -6px -41px;
    background-size: cover;
    padding: 0 0 51px 0;
}

.price_filter {
    border: 1px solid #707070 !important;
}

.price_filter:focus {
    border: 1px solid #707070 !important;
}

.filter_category {
    border: 1px solid #707070 !important;
}

.filter_category:focus {
    border: 1px solid #707070 !important;
}

@media(max-width:600px) {
    .range-slider {

        width: 95% !important;
        height: 35px;
        text-align: center;
    }

    .has-search-right .form-control-feedback {
        position: absolute;
        top: 5px;
        right: 13px;
    }
}

@media(min-width:1200px) {
    .card_apart {
        height: 100%;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .range-slider {

        width: 95% !important;
        height: 35px;
        text-align: center;
    }


    .head_search {
        padding-left: 6% !important;
    }

    .drp_bor {
        width: 33% !important;
    }

    .single-slider {
        height: 500px !important;
    }

    .text_img2 {
        width: 45px !important;
        height: 35px;
        position: absolute;
        right: -9% !important;
        top: -6% !important;
    }

    .card_apart {
        height: 92%;
    }

    /* .childern_1 img{
    height:595px !important;
  } */
    /* .right_small_img_1{
    height: 210px !important;
  } */
    .s4 h3 {
        font-size: 20px !important;
    }

    .rem_me {
        display: unset !important;
    }

    .regs {
        display: unset !important;
    }

    .icon-wrapper {
        right: -30% !important;
    }

    .order_view {
        height: 250px !important;
    }

    /* .pend_order {
        width: 60% !important;
    } */

    /* .eleven_card img{
        height:unset !important;
    } */
    .social-icons {
        width: 40% !important;
    }

    .order_card {
        width: 320px !important;
    }

}

@media(min-width:1350px) {
    .social-icons {
        width: 15% !important;
    }
}

@media(min-width:1024px) {

    /* .myprofile_form{
        width: 100% !important;
    } */
    .icon-wrapper {
        right: -21% !important;
    }

}


@media(min-width:768px) and (max-width:992px) {
    .artone_head p {
        width: 700px !important;
    }

    .list-foot h6 {
        width: 560px !important;
    }

    .head_search {
        margin-left: -2% !important;
    }

    .social-icons {
        width: 34% !important;
        gap: 10px;
    }

    .custom-select {
        width: 121px !important;
    }

    .logo img {
        width: 100px !important;
        height: 50px !important;
    }

    .shop_cart {
        position: relative;
    }

    .shop_close {
        position: absolute;
        top: 1%;
        right: 0%;
    }

    .art_img .app-main {
        height: 300px !important;
    }

    .category_para p {
        width: 400px !important;
    }

    .location_icon img {
        width: 40px !important;
    }

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

    .wish_2 button {
        width: 300px !important;
    }

}
.sponsered{
    color: #027F72 !important;
    font-weight: 700 !important;
    -webkit-appearance: none;
    appearance: none; /* Standard version */
    font-size: 30px;
}

@media (max-width: 767px) {
    .login-help p {
        font-size: 10px !important;
    }

    .child_3 img {
        left: 0px !important;
    }

    .card-img {
        padding: 0 14% !important;
    }

    .ad_section h3 {
        font-size: 20px !important;
    }
    .sponsered{
        font-size: 20px !important;
    }

    .s4,
    .s5 {
        margin: 0px !important;
    }

    .new__ h3 {
        font-size: 17px !important;

    }

    .wrapper p {
        font-size: 16px !important;
    }

    .join_text h5 {
        font-size: 24px !important;
    }

    .child_2 img {
        width: 50px !important;
        height: 50px !important;
    }

    .child_3 img {
        width: 30px !important;
        height: 30px !important;
    }

    .rain_img img {
        width: 35px;
        height: 35px;
    }

    .view_all button {
        width: 100px !important;
        height: 35px !important;
    }

    .right_small_img_1 {
        height: 200px;
        position: relative !important;
    }

    .view_all button {
        font-size: 12px !important;
    }

    .about_img {
        height: 300px !important;
    }

    .events {
        font-size: 16px !important;
    }

    .upcome_head {
        font-size: 22px !important;
    }

    .upcoming_events_text h5 {
        font-size: 14px !important;
    }

    .upcoming_events_text h6 {
        font-size: 14px !important;
    }

}
@media(max-width:576px){
    .faq_heads{
        text-align: center;
    }
}
@media (max-width: 768px) {

    .faq_heads {
        font-size: 18px !important;
    }

    .expert_text h6 {
        font-size: 20px;
    }

    .really h4,
    .really span {
        font-size: 18px !important;
    }

    .art_work span {
        font-size: 18px !important;
    }

    .grids figure figcaption,
    .grids figure figcaption>a {
        top: -20px !important;
    }

    .login-help {
        width: 100% !important;
    }

    .head_search {
        width: 100%;
        margin-left: 5%;
    }

    .shop_contants p {
        font-size: 10px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .login-help {
        width: 100% !important;
    }
}

@media (min-width:800px) and (max-width:850px) {

    /* .content{
        padding-left: 39% !important;
    } */
    .sidebar {
        position: absolute !important;
        top: 29% !important;
        /* left: -3% !important; */
    }
}

.title-overlay_1 {
    height: auto;
    top: auto;
    opacity: 0;
}

.item_1:hover .title-overlay_1 {
    opacity: 1;
    height: auto;
}

.navbar-bottom {
    padding: 3px 3px !important;
}

.cost-value {
    background-color: #f8f9fa;
    /* Example background */
    transition: opacity 0.3s ease-in-out;
    /* Optional smooth effect */
}


.overlay_1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #2d2d2dc6 0%, #ffffff1f 100%);
    overflow-x: hidden;
    overflow-y: scroll;
    transition: .5s ease;
    scrollbar-width: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.overlay_2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #eeeded5c 0%, #12121266 100%) 0% 0% no-repeat padding-box;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: .5s ease;
    scrollbar-width: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.carousel-item img {
    object-fit: contain;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(75%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(85%) contrast(90%) !important;
}


@media(min-width:1440px) {
    .child_2 img {
        right: 8% !important;
    }

    .art_head img {
        left: 42% !important;
    }
}

.item_1 {
    position: relative;
    overflow: hidden;
}

.title-overlay_1 p {
    color: #fff !important;
}

.right_small_img {
    height: 200px;
    position: relative !important;
    border-radius: 10px;
}

.right_small_img_1 {
    height: 250px;
    position: relative !important;
    border-radius: 10px;
    object-fit: cover;
}



.cost-value {
    position: absolute !important;
    bottom: 3% !important;
    left: 2% !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 19px;
    color: #0F5B79 !important;
    font-size: 15px;
    padding: 1%;
    font-weight: 600;
}

.up_come p {
    color: #fff;
    font-size: 12px;
}

.up_come {
    background: #027F72 0% 0% no-repeat padding-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61%;
}

.upcoming_cards {
    position: relative;
}

.upcoming_cards {
    background: transparent linear-gradient(180deg, #ffffff1e 0%, #20202094 100%) 0% 0% no-repeat padding-box !important;
}

/* .upcoming_cards::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #ffffff1e 0%, #20202094 100%) 0% 0% no-repeat padding-box;
    opacity: 0; 
    transition: opacity 0.3s ease;
  }
  
  .upcoming_cards:hover::after {
    opacity: 1; 
  }
  .upcoming_events_text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    color: white; 
    transition: color 0.3s ease;
  }
  
  .card-image-s5:hover .upcoming_events_text {
    color: #f0f0f0; 
  } */
.upcoming_events_text {
    position: absolute;
    bottom: 3%;
    left: 3%;
}

.upcoming_events_text h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;

}

.upcoming_events_text h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/* homepage */
.upcome_head {
    font-size: 36px;
}

.bank_card {
    background-color: #F9F9F9 !important;
}

.arrival_card {
    box-shadow: 2px 2px 2px #00000033;
    height: 400px !important;
    border-radius: 15px;
}

.artss_img img {
    height: 350px !important;
    object-fit: contain;
}

@media(max-width:600px) {

    .drp_bor {
        width: 41% !important;
    }

    .empty_cart h6 {
        font-size: 35px !important;
    }

    .children_chal {
        margin-top: 20px !important;
    }
}

@media(max-width:400px) {
    .empty_cart h6 {
        font-size: 30px !important;
    }
}

@media(max-width:400px) {
    .shop_contents p {
        font-size: 22px !important;
    }

    .login_help {

        justify-content: end !important;
        gap: 10px !important;
    }
}

.login_help {


    gap: 10px !important;
}