#back-to-top {
    color: #ffffff;
}

html {
    scroll-behavior: smooth;
}

.testing {
    height: 580px;
}

.is-invalid {
    border-color: #dc3545 !important;
    /* Red border color */
}

.invalid-feedback {
    color: #dc3545 !important;
    /* Red text color with !important */
    display: block;
}

.prod_plus {
    margin: 20px;
}

.equals {
    margin-top: 20px;
    margin-left: 20px;
}

span.cartbadge {
    position: absolute;
    background-color: red;
    border-radius: 10px;
    width: 21px;
    text-align: center;
    height: 21px;
    left: 0;
    bottom: 23px;
}

.cart_footer {
    margin: 0px 15px;
}

.menu-item svg {
    height: 25px;
    width: 25px;
}

.product_plus_3 {
    position: absolute;
    top: 26%;
    left: 49%;
    transform: translate(-50%, -50%);
}

.plus_icon_product_3::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-52%, -44%);
    color: #000;
}

.plus_icon_product_6::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-52%, -44%);
    color: #000;
}

.plus_icon_product_6::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-52%, -44%);
    color: #000;
}


.product_plus_6 {
    position: absolute;
    top: 40%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: #000;
}

.product_plus_7 {
    position: absolute;
    top: 65%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: #000;
}




.bg_op_1 {
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;

}


.bg_op_1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(1, 116, 116, 0.7);
    z-index: 0;
    pointer-events: none;
}


.get-in-touch-btn {
    background: #fe852a;
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid transparent;
    width: fit-content;
    text-transform: capitalize;
}




.bundleplus {
    position: relative;
}

.bundleplus .col-lg-6:nth-of-type(even):before {
    position: absolute;
    content: "+";
    left: -5px;
    top: 35%;
    transform: translate(-50%, 0);
    font-size: 50px;

}

.title_genetic_counselling {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
}

.paragraph {
    color: #ffffff;
    font-size: 15px;
    margin-top: 10px;
}


.cobtact_phone {
    padding: 14px 16px !important;

}



.cart_heading p {
    background: #017474;
    padding: 2px 8px;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.wd_cart_blog .col-lg-12 {
    padding: unset;
}

.cart_heading {
    width: 98%;
    padding: 0px;
}

p.cus_p2 {
    margin: 5px 0px 10px 0px !important;
    font-size: 14px;
    font-weight: 600;
}

.cus p {
    margin: 15px 0px;
}
.cus_p {
    margin: 5px 0px !important;
    color: #017474 !important;
    font-size: 16px !important;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    max-width: fit-content;
    /* background: #017474; */
}

.cust_profile {
    padding: 10px 16px !important;
}

.order_status {
    font-size: 14px;
    color: #ffffff; 
    font-weight: 600;
  }

  .cancel_order_btn {
    color: red;
    font-weight: 600;
    font-size: 16px;
  }

 

@media only screen and (max-width: 600px) {
    .plus-icon::before {
        top: 39% !important;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .prod_plus {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prod_plus {
        margin-top: 0;
        padding: 5px;
    }

    .equals {
        margin-top: 0;
        padding: 5px;
    }

    .add_to_cart {
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }

    .wd_sidenav ul {
        z-index: -2;
    }

    .bundleplus .col-lg-6:nth-of-type(even):before { 
        /* border: 2px solid red; */
        position: absolute;
        top: -25%;
        left: 180px;
        text-align: center;
    }

    .remove_icon {
        /* border: 2px solid red; */
        display: flex;
        justify-content: end;
        align-items: end;
        width: 100%;
        text-align: end;
        margin: -30px 0px 0px
      }

      .bundle_item {
        display: none;
      }

      /* .total_calculate {
        display: flex;
        
      } */

      /* .total_calculate h6 ,h5{
        text-align: left;
      } */
}



