.card_container {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 20px;
    margin: 20px 0px;
}

.card_section {

    position: relative;

    margin: 20px 0px;

    box-shadow: 0 0 20px #46444438;

    overflow: hidden;

    border-radius: 3px;
    border: 1px solid #00000021;
}

.card_badge {

background: #1a8182;

position: relative;

height: 36px;

display: flex;

justify-content: start;

align-items: center;

overflow: hidden;

padding: 5px 10px;
}

.card_badge p {

    margin: 0;

    font-size: 12px;

    font-weight: 700;

    color: #fff;
    min-width: 90px;
    font-size: 10px;
}

.dots {

    position: absolute;

    /* background: rebeccapurple; */

    height: 126%;

    width: 30px;

    text-align: center;

    right: 12%;

    z-index: 5;
}

.dots ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
}

.dots ul li {
    height: 9px;
    width: 14px;
    background: #a7d4ce;
    margin: 0 auto;
    border-radius: 50%;
}

.cut {
    /* background: red; */
    position: absolute;
    right: -4px;
    height: 100%;
    z-index: 5;
}

.cut ul {

    padding: 0;
    list-style: none;
    height: 100%;
    margin: 0;
}

.cut ul li {
    height: 5px;
    width: 7px;
    background: #a7d4ce;
    margin: 3px 0px;
    border-radius: 50%;
}

.img_bg {
    background: #a7d4ce;
    height: 70px;
    width: 220px;
    position: absolute;
    z-index: 0;
    right: -80px;
    top: 0;
    border-radius: 50px;
    transform: rotate(130deg);
    box-shadow: 0 0 10px #00000021;
}

.card_bg_top {
    background: #a7d4ce;
    height: 60px;
    box-shadow: 1px 2px 1px #00000029;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.card_section img {
    height: 100px;
    position: absolute;
    top: 50%;
    right: 20px;
    filter: drop-shadow(2px 4px 6px #adadad);
    transform: translateY(-50%);
}

.card_bottom {
    padding: 15px 10px;
}

.card_bottom h6 {
    margin-bottom: 14px;
    text-transform: capitalize;
}

.btn_card {

    color: #fff;
    padding: 5px 10px;
    border: none;
    background: #158769;
    text-decoration: none;
}

.top_badge {
    width: 30%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    overflow: hidden;
    z-index: 5;
    min-width: 110px;
}

.shadow_ {}

.dots ul::after {
    content: '';
    position: absolute;
    height: 65%;
    /* background: blue; */
    width: 12px;
    left: 80%;
    transform: translate(-70%, -50%);
    top: 50%;
    background-image: linear-gradient(to right, #ffffff45, #ffff0000);
}

.card_section:nth-child(2) .card_bg_top,
.card_section:nth-child(2) .dots ul li,
.card_section:nth-child(2) .cut ul li,
.card_section:nth-child(2) .img_bg {
    background-color: #f8cfae;
}

.card_section:nth-child(2) .btn_card {
    background-color: #fd7f18;
}

.card_section:nth-child(3) .card_bg_top,
.card_section:nth-child(3) .dots ul li,
.card_section:nth-child(3) .cut ul li,
.card_section:nth-child(3) .img_bg {
    background-color: #66daf7;
}

.card_section:nth-child(3) .btn_card {
    background-color: #00b8e6;
}

@media(max-width: 992px) {
    .card_container {
        grid-template-columns: repeat(3, 3fr);
    }

    .card_section {
        margin: 0;
    }
}

@media(max-width: 821px) {
    .card_container {
        grid-template-columns: repeat(3, 3fr);
    }
    .card_bottom {
        padding: 15px 4px;
    }
    .card_bottom h6 {
        font-size: 10px;
    }
}

@media(max-width: 768px) {
    .card_container {
        grid-template-columns: repeat(3, 3fr);
    }
}

@media(max-width: 376px) {
    .top_badge {
        width: 40%;
    }
}

/* category section start here  */
.categorySection {}

.cat_container {
    display: grid;
    grid-template-columns: repeat(7, 12fr);
    gap: 5px;
}

.cat_op {

    text-align: center;
    padding: 5px;
    box-shadow: 0 0 20px #46444438;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #00000021;
}

.cat_op a {}

.cat_op a img {

    width: 100%;
}

.cat_op h6 {

    font-size: 10px;
    line-height: 12px;
    margin: 5px 0px;
}

.categorySection h2 {

    font-size: 18px;
    text-align: center;
}
@media(max-width: 992px) {
    .cat_container {
        grid-template-columns: repeat(5, 12fr);
    }
    .cat_op h5{
        font-size: 16px;
    }
    .cat_title{
        font-size: 25px;
    }
    
}
@media(max-width: 768px) {
    .cat_container {
        grid-template-columns: repeat(4, 12fr);
    }

    .cat_op h5{
        font-size: 14px;
    }
    .mobile_hide {
        display: none !important;
    }
    
    .cat_title{
        font-size: 18px;
    }
}

@media(max-width: 576px) {
    .cat_container {
        grid-template-columns: repeat(3, 12fr);
    }
    
    .cat_title{
        font-size: 16px;
    }
}
@media(max-width: 375px) {
    .cat_container {
        grid-template-columns: repeat(2, 12fr);
    }
}

/* category section end here  */


/* slider css  */
.slider_c {}

.c_slider {}

.c_slide {

    /* border: 1px solid #adadad; */

    padding: 10px;

    border-radius: 10px;

    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .08), 0 3px 6px 0 rgba(0, 0, 0, .04), 0 1px 12px 0 rgba(0, 0, 0, .07);

    margin: 10px 2px;
}

.c_slide a {

    display: block;

    text-align: center;

    text-decoration: none;

    padding: 15px;
}

.c_slide a img {

    /* padding: 20px; */

    max-width: 150px;

    width: 100%;
}

.c_slide a p {

    margin: 0px;

    /* text-align: start; */

    color: #000;

    margin-top: 10px;

    font-size: 12px;

    font-weight: 700 !important;
}

.n_nxt,
.n_prev {
    height: 30px;
    width: 30px;
    background: #158769;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}

/* register section start here  */
.registered_ {

    border-top: 1px solid #1587693d;

    border-bottom: 1px solid #1587693d;

    margin: 30px 0px;

    padding: 30px 0px;
}

.status_container {

    display: grid;

    grid-template-columns: repeat(4, 4fr);

    gap: 20px;
}

.status_box {

    text-align: center;

    padding: 20px 10px;
}

.status_box img {

    max-width: 100px;

    max-height: 100px;

    object-fit: contain;

    margin-bottom: 5px;
}

.status_box h1 {

    font-size: 20px;

    margin: 0;

    margin-top: 10px;

    line-height: 18px;
}

.status_box p {

    margin: 0;
    font-size: 16px !important;
}

@media(max-width: 768px) {
    .status_container {

        grid-template-columns: repeat(2, 4fr);
    }
}

/* register serction end here  */

.subs_ {}

.subs_ input {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn_submit {
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 600;
}

.subs_ {}

.subs_ h1 {

    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
}

.subs_ p {}

@media(max-width: 768px) {
    .subs_ h1 {
        font-size: 25px;
    }
}

.img_link {

    margin: 20px 0px;
}

.img_link a {}

.img_link a img {

    border-radius: 10px;

    box-shadow: 0 0 20px #0000001a;

    width: 100%;

    height: 100%;

    object-fit: cover;
}

/* profile page start here  */
.profile_{

}
.sideBar{

padding: 20px;
}
.sideBar ul{

list-style: none;

padding: 0;

padding-right: 20px;
}
.sideBar ul li{

margin: 10px 0px;

border-bottom: 1px solid #25918d52;

padding: 10px 0px;
}
.sideBar ul li a{

display: flex;

justify-content: space-between;

text-decoration: none;
}
.sideBar ul li a p{

margin: 0;

font-size: 18px;

font-weight: 600;

color: #000000a8;
}
.sideBar ul li a i{

color: #000;
}
.profile_right{

}
.profile_right form{

}
.profile_right form h1{margin-bottom: 20px;font-size: 26px;}
.name_sec{

margin-left: 20px;
}
.name_sec h1{

font-size: 20px !important;

font-weight: 600;

margin: 0 !important;
}
.name_sec p{

margin: 0;
}
.pro_img{

align-items: c;

display: flex;

align-items: center;

margin-bottom: 20px;
}
.img_upload{

margin-right: 10px;
}
.img_upload label{

}
.img_upload img{

height: 100px;

width: 100px;

object-fit: cover;

border: 2px solid green;

border-radius: 50px;
}.input_form{

margin-bottom: 20px;
}
.input_form label{

font-size: 18px;

font-weight: 600;

color: #25918d;
}
.input_form input{
    
border: none;
    
border-bottom: 1px solid #25918d;
    
border-radius: 0;
    
padding: 8px 0px;
    
font-weight: 500;
}
.btn_primary{
    background-color: #25918d;
    color: #fff;
    border: none;
    padding: 1px 10px !important;
    border-radius: 10px;
    box-shadow:  0 0 20px #25918d66;
}
.sideBar ul li:last-child{
    border: none;
}
.profile_right input{
    box-shadow: none !important;
}
/* profile page end here  */
.login_modal{
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #00000085;
    z-index: 2;
    top: 0;
    left: 0;
    display: none;
}
.content_{
    position: absolute;
    max-width: 80%;
    height: fit-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 9;
    min-width: 310px;
    /* max-height: 80vh; */
}
.content_ img{
    max-height: 300px;
}
.login_modal.show{
    display: block !important;
}
.modal-backdrop.show{
    display: none !important;
}
.btn_close{
    position: absolute;
    right: -10px;
    top: -10px;
    background: #000;
}
.bg_info{
    background-color: #1a8182 !important;
  color: #fff;
  padding: 5px 10px;
}
.xzoom-container {
    display: inline-block;
    width: 100%;
}
.xzoom {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    width: 100% !important;
    object-fit: cover;
}


/* slider part start here  */
.slider_part {

    padding: 30px 0px;

    background: #000;
}

.slider_container {}

.slider_slide {}

.slider_slide h1 {

    color: #fff;
}

.slider_slide p {

    color: #fff;
}

.custom1 .owl-nav button.owl-prev {
    color: #fff;
    font-size: 45px;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.custom1 .owl-nav button.owl-next {
    color: #fff;
    font-size: 45px;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 15px;
}

.custom1 .owl-nav {

    display: flex;

    align-items: center;
}

.custom1 .owl-nav button.owl-prev span,
.custom1 .owl-nav button.owl-next span {

    height: 17px;

    font-size: 60px;

    display: flex;

    justify-content: center;

    align-items: center;

    /* background: red; */

    margin: auto;

    margin-top: -1px;
}
.single_product_view {
    box-shadow: 0 0 20px #001f3c29;
    padding: 40px;
    /* margin: 20px 0px; */
    border-radius: 10px;
    border: 1px solid #001f3c29;
    margin-bottom: 15px;
}

.pro_right_part {

    margin: 5px 0px;
}

.details_slide2 {

    /* border: 1px solid #001f3c; */
}

.big_img {}

.big_img img {

    width: 100%;

    max-height: 230px;

    object-fit: contain;
}

.details_slide {

    /* border: 1px solid #001f3c36; */

    padding: 5px;

    border-radius: 5px;

    margin-bottom: 10px;
    margin-top: 10px;
}

.details_slide .swiper-slide img {

    height: 80px;

    width: 100%;

    border: 1px solid #001f3c3b;
}

/* slider part end here  */