* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Assistant", sans-serif;
    overflow-x: hidden;
    overflow-x: hidden;

}

li {
    list-style: none !important;
}

a{
    cursor: pointer;
}

.zoom {
    transition: transform 0.5s;
}

.zoom:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
}

.headding_redo {
    font-weight: 800;
}

.smalltext {
    font-size: 31px;
}

.moreProduct {
    background: linear-gradient(150deg, rgba(15, 74, 180, 1) 21.68%, rgba(25, 24, 135, 1) 70.18%, rgba(63, 23, 136, 1) 82.19%, rgba(60, 25, 138, 1) 100.13%, rgba(19, 58, 166, 1) 103.54%);
}

.cust_css {
    border: 2px solid white;
    display: flex;
    margin-left: 23px;
    padding: 10px 70px;
}

.cust_css1 {
    border: 2px solid blue;
    display: flex;
    margin-left: 23px;
    padding: 10px 70px;
}

.cust_css1 .active {
    color: white !important;
}

.fgrfdd {
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
}

/* Swiper js css  */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 50px 25px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .swiper js css End  */

/* login css  ctart  */

.loginpage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    background-color: #f1f1f1;
}

.registerpage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    background-color: #f1f1f1;
}

/* footer css start  */
.footer_heading h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.ms-48 {
    margin-left: 48px;
}

footer {
    padding: 130px 0;
}


/* product css start  */
#pdetails {
    /* display: flex; */
    margin-top: 20px;
}

#pdetails .single-pro-details {
    width: 50%;
    padding-top: 30px;
}

#pdetails .single-pro-details h4 {
    padding: 40px 0 20px 0;
}

#pdetails .single-pro-details h2 {
    font-size: 26px;
}

#pdetails .single-pro-details select {
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#pdetails .single-pro-details input {
    width: 50px;
    height: 47px;
    padding-left: 10px;
    font-size: 16px;
    margin-right: 10px;
}

#pdetails .single-pro-details button {
    background-color: #088178;
    color: #fff;
}

#pdetails .single-pro-details span {
    line-height: 25px;
    text-align: justify;
}

/* #pdetails .single-pro-image {
    width: 40%;
    margin-right: 50px;
} */

.small-img-group {
    display: flex;
    justify-content: space-between;
}

.small-img-col {
    flex-basis: 24%;
    cursor: pointer;
}
.ProductDetailsName{
    font-size: 26px;
    font-weight: 800;
    line-height: 31px;
}
.productPrice span {
    font-size: 26px;
    font-weight: 700;
}
.productPrice del{
    font-size: 25px;
    color: gray;
    margin-left: 19px;
}


 .faq-container {
      /* width: 80%; */
      max-width: 600px;
      margin: auto;
      font-family: Arial, sans-serif;
    }
    
    .faq-item {
      margin-bottom: 10px;
      border-bottom: 1px solid #ddd;
      cursor: pointer;
    }
    
    .faq-question {
      font-size: 1.2em;
      padding: 10px;
      background-color: #f9f9f9;
    }
    
    .faq-answer {
      padding: 10px;
      display: none; /* Hide answers initially */
      background-color: #f1f1f1;
    }

    .faq-container {
        /* width: 80%; */
        max-width: 600px;
        margin: auto;
        font-family: Arial, sans-serif;
      }
      
      .faq-item {
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
      }
      
      .faq-question {
        font-size: 1.2em;
        padding: 22px;
        background-color: #f9f9f9;
      }
      
      .faq-answer {
        padding: 10px;
        display: none; /* Hide answers initially */
        background-color: #f1f1f1;
      }

/* product css end  */


/* contact page css start  */
.contact_page{
    height: 100vh;
}


@media (max-width: 575px),
only screen and (max-width: 320px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .loginpage {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 64vh;
        background-color: #f1f1f1;
    }

    .headding_redo {
        font-size: 16px;
    }

    .smalltext {
        font-size: 22px;
        line-height: 27px;
    }

    .cust_css {
        border: 2px solid white;
        display: flex;
        margin-left: 12px;
        padding: 10px;
    }

    .cust_css1 {
        border: 2px solid blue;
        display: flex;
        margin-left: 23px;
        padding: 10px 45px;
    }

    .footer_heading h2 {
        font-size: 17px;
        font-weight: 700;
        text-align: center;
    }

    .ms-48 {
        margin-left: 6px;
    }

    footer {
        padding: 40px 0;
    }
}