@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
/* @font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Bold';
    src: url('../font/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Light';
    src: url('../font/Helvetica-Light.ttf') format('truetype');
    font-weight: 300; 
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Light Oblique';
    src: url('../font/Helvetica-Light-Oblique.ttf') format('truetype');
    font-weight: 300; 
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Oblique';
    src: url('../font/Helvetica-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
} */

body {
    /* font-family: "Helvetica"; */
    font-family: "Source Sans 3", serif !important;
    overflow-x: hidden;
}

header {
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: #FFF;
}

.logo {
    width: 180px;
}

img {
    max-width: 100%;
}

header ul {
    padding-left: 0;
    margin-bottom: 0;

}

a {
    text-decoration: none;
}

header ul li {
    list-style: none;
    margin-right: 40px;
}

header ul li:last-child {
    margin-right: 0;
}

header ul li a {
    text-decoration: none !important;
    color: #231F20;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header_top {
    padding: 10px 5px;
    background: #231F20;
    display: flex;
    justify-content: center;
    align-items: end;
}

.header_top .shape1 {
    width: 15px;
    height: 9px;
    border-radius: 10px;
    border: 2px solid white;
    margin-right: 10px;
    margin-bottom: 2px;
}

.header_top p {
    margin-bottom: 0px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.BlackBtn {
    background: #231F20;
    color: white !important;
    padding: 6px 40px;
}

section {
    padding-left: 30px;
    padding-right: 30px;
}

.bannerSection {
    padding: 0;
    /* height: calc(100vh - 130px); */
    /* background-image: url(../images/banner/banner1.png); */
}

.bannerSection img {
    /* min-height: 60vh; */
    object-fit: cover;
    width: 100%;
}

.bannerContent {}

.bannerContent h1 {
    color: #000;
    font-size: 64.33px;
    /* font-family: "Helvetica Light"; */
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
}

.bannerContent h1 p {
    margin-bottom: 0;
}

.bannerContent .Sub {
    color: #000;
    /* font-family: "Helvetica Light"; */
    font-size: 30px;
    /* font-style: italic; */
    font-weight: 300;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
    line-height: normal;
}

.bannerContent .Sub p {
    margin-bottom: 0;
}

.bannerContent a {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    border: 1px solid #231F20;
    background: #231f20;
    padding: 8px 30px;
    display: flex;
    width: fit-content;
}


.bannerDtl {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding-left: 38px !important;
    padding-right: 38px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.commonPadding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.statDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.statDiv img {
    margin-right: 10px;
}

.statDiv p {
    margin-bottom: 0;
    color: #231F20;

    font-size: 21.092px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.staticsSection {
    border-bottom: 0.5px solid #E8E8E8;
}

.borderRight {
    border-right: 0.5px solid #E8E8E8;
}

.sectionTitle {
    color: #231F20;

    font-size: 42px;
    font-style: normal;
    font-weight: 500;
}

.whatSectionContent {}

.kitContentArea .sectionTitle {
    margin-bottom: 25px;
}

.kitContentAreaimg img {
    height: 100%;
    object-fit: cover;
    width: 100%;

}

.whatSectionContent p {
    color: #4A4A4A;
    /* font-family: "Helvetica Light"; */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.whatSectionContent p span {
    color: #5994A9;
    font-style: italic;
    font-weight: 600;
}

.whatSectionContent a {
    margin-top: 40px;
    display: flex;
    width: fit-content;
    color: #231F20;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #231F20;
    background: #FFF;
    text-decoration: none;
    padding: 5px 15px;
}

.whatSectionRight {
    padding-left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.whatSectionRight img {
    margin-bottom: 40px;
    width: 65%;
}

.whatSectionRight p {
    color: #727272;
    /* font-family: Helvetica; */
    font-size: 28px;
    width: 65%;
    /* font-style: italic; */
    font-weight: 300;
    line-height: 132%;
    /* 82.638px */
}

.whatSectionRight p span {
    color: #000;
    ;
    font-weight: 700;
}

.kitContentArea {
    background: #F6F6F6;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.kitContentArea p {
    color: #4A4A4A;
    font-size: 22px;
    /* font-family: "Helvetica Light"; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kitContentArea .discription {
    color: #4A4A4A;
    font-size: 22px;
    /* font-family: "Helvetica Light"; */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kitContentArea a {
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #231F20;
    background: #231F20;
    width: fit-content;
    margin-top: 30px;
    text-decoration: none;
    padding: 8px 15px;
}

.kitContentArea .discription b {
    font-weight: 500;
    color: #231f20;
}

.subtitle {
    color: #231F20;
    /* font-family: "Helvetica Light"; */
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.serviceCard {
    background: #F6F6F6;
    padding: 10px 10px;
}

.serviceCard p {
    padding-top: 10px;
    margin-bottom: 0;
    color: #231F20;
    text-align: center;
    /* font-family: "Helvetica"; */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.productCard {
    /* background: #F6F6F6; */
    /* padding: 20px; */
}

.productCard .prductHead {
    background: #F6F6F6;
    padding: 50px 20px;
}

.productbody {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.productbody a {
    color: #231F20;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #231F20;
    background: #F6F6F6;
    padding: 10px 25px;
    text-decoration: none;
}

.separaterSection {
    padding: 0;
}

.sparatorContent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sparatorContent h3 {
    color: #FFF;
    /*/* font-family: "Helvetica Light"; */
    font-size: 64.33px;
    font-style: normal;
    font-weight: 500;
}

.sparatorContent p {
    color: #FFF;
    /* font-family: "Helvetica Light"; */
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
}

.videoText p {
    color: #231F20;
    text-align: center;
    /* font-family: "Helvetica Light"; */
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.24px;
}

.shape2 {
    width: 96px;
    height: 46px;
    border-radius: 35px;
    border: 8px solid #5994A9;

}

.tipsArea {
    color: #ffffff;
    text-align: center;
    /* font-family: Helvetica; */
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 10px;
    /* margin-bottom: 30px; */
    background: #231F20;
}

.tipsArea p {
    margin-bottom: 0;
}

footer {
    background: #EAEAEA;
    padding: 80px 30px;
}

.enqueryArea {}

.enqueryArea h6 {
    color: #000;
    /* font-family: "Helvetica Light"; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    margin-bottom: 5px;
}

.enqueryArea div {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    flex-wrap: wrap;
    /* font-family: "Helvetica Light"; */
}

.enqueryArea div a {
    font-style: normal;
    text-decoration: none;
    color: #000;
}

.footerList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footerList li {
    margin-bottom: 15px;
}

.footerList li a {
    color: #000;
    /* font-family: "Helvetica Light"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.socialIcons {
    margin-top: 20px;
}

.socialIcons ul {
    padding-left: 0;
    list-style: none;
    display: flex;

}

.socialIcons ul li {
    margin-right: 15px;
}

body {
    /* position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
}

.scroll-container {

    /* z-index: 10;
    display: flex;
    justify-content: center;
    backface-visibility: hidden;
    transform-style: preserve-3d; */
}

.footerBottom {
    padding: 30px 30px;
    text-align: center;
}

.footerBottom p {
    margin-bottom: 0;
    color: #000;
    /* font-family: "Helvetica Light"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 12px;
}

.prductHead {
    display: flex;
    justify-content: center;
}

.enqueryArea div a:last-child {
    /* margin-left: 9px;
    padding-left: 10px;
    border-left: 1px solid #afa4a4; */
}

.enqueryArea div.mail a:last-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.productDetail p {
    color: #727272;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* font-family: "Helvetica Light"; */


}

.listingSubProd {
    list-style: disc;
    padding-left: 25px;
}

.listingSubProd li {
    color: #4A4A4A;
    /* font-family: "Helvetica Light"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
}

.prodcutDtlHead {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 25px;
    padding-bottom: 8px;
}

.Productsubtitle {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.productSpec {
    background: #F6F6F6;
    padding: 10px;
    height: 100%;
}

.productSpec p {
    color: #343330;
    font-size: 16px;
    font-style: normal;
    /* font-family: "Helvetica Light"; */
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
}

.productPurchaseArea {
    margin-top: 50px;
}

.productPurchaseArea .price {
    color: #231F20;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.productPurchaseArea .tax {
    color: #727272;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    /* font-family: "Helvetica Light"; */
}

.productPurchaseArea a {
    background: #231F20;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
    color: #FFF;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: center;
    margin-top: 25px;
}

.productDetailSwiper2 .swiper-slide-thumb-active {
    border: 2px solid black;
}

.productDetailSwiper2 .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #231f2082;
}

.productDetailSwiper2 .swiper-slide-thumb-active::after {
    background: transparent;
}

.productDetailSwiper2 .swiper-pagination-progressbar {
    position: static;
    margin-top: 8px;
    border-radius: 5px;
}

.productDetailSwiper2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #6F6F6F;
    border-radius: 5px;
}

.faqAccordian {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.accordion-button {
    color: #231F20;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.accordion-body {
    color: #727272;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* font-family: "Helvetica Light"; */
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    background-image: url(../images/icons/plus.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/minus.png);
}

.kitWorkingArea {
    background-color: #F6F6F6;
    padding: 40px;
}

.kitCard {}

.kitCard .kitCardHead {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.kitCard .kitCardHead img {}

.kitCard .kitCardBody {}

.kitCard .kitCardBody h5 {
    color: #231F20;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.kitCard .kitCardBody p {
    color: #231F20;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    /* font-family: "Helvetica Light"; */
    line-height: normal;
}

.kitWorkingSwiper .swiper-button-lock {
    display: flex;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
}

.navigationicons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigationicons .swiper-button-next,
.navigationicons .swiper-button-prev {
    width: 40px;
    height: 40px;
}

.navigationicons .swiper-button-next:after,
.navigationicons .swiper-button-prev:after {
    font-size: 20px;
    display: none;
}

.kitWorkingSwiper {
    padding-bottom: 20px;
}

.resultFaq {
    background: #F6F6F6;
    padding: 40px;
}

.faqSubTitle {
    color: #727272;
    font-size: 18px;
    font-style: normal;
    /* font-family: "Helvetica Light"; */
    font-weight: 400;
    line-height: normal;
}

.PcDevice {}

.mobileDevice {
    display: none;
}

.accordion-item {
    background-color: transparent !important;
    border-radius: 0 !important;
}

.accordion-button {
    background-color: transparent !important;
}

.resultFaqAccordian .accordion-item {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.AboutStatsArea {
    padding: 40px;
    background-color: #F6F6F6;
}

.ProgressFullbar {
    margin-bottom: 30px;
}

.progesscard {
    /* font-family: "Helvetica"; */
    border-radius: 0 15px 15px 0;
    background: linear-gradient(272deg, #5994A9 -11.72%, #F6F6F6 88.6%);
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 10px;
    text-align: end;
}

.ProgressFullbar p {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 15px;
    margin-top: 2px;
}

.statsCard {}

.statsCard img {
    margin-bottom: 15px;
}

.statsCard h5 {
    color: #231F20;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.statsCard p {
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    /* font-family: "Helvetica Light"; */
    line-height: normal;
}

.SupplementCard {
    padding: 15px;
    background: #F6F6F6;
}

.SupplementCard .supplemenCardHead span {
    color: #231F20;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid grey;
    border-radius: 15px;
    padding: 4px 10px;
}

.SupplementCard .supplemenCardFooter h6 {
    color: #231F20;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.SupplementCard .supplemenCardFooter p {
    color: #231F20;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.SupplementCard .supplemenCardFooter a {
    width: 49%;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    justify-content: center;
    padding: 5px 15px;
    text-decoration: none;
}

.SupplementCard .supplemenCardFooter .addcartBtn {
    border: 1px solid #231F20;
    background: #F6F6F6;
    color: #231F20;
}

.SupplementCard .supplemenCardFooter .buyBtn {
    background: #5994A9;
    color: white;
    border: 1px solid #5994A9;
}

.testimonialCard {
    padding: 20px;
    background-color: #F6F6F6;
}

.testimonialCard .textiComa {
    margin-bottom: 50px;
}

.contentTesti {
    min-height: 230px;
}

.contentTesti p {
    color: #231F20;
    /* font-family: "Helvetica Light"; */
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.testiFooter {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testiFooter h6 {
    color: #231F20;
    text-align: right;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;

}

.testiFooter p {
    color: #231F20;
    /* font-family: "Helvetica Light"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
}

.Faq {
    background: #F6F6F6;
    padding: 40px;
}

.ServiceAreaCard {
    padding: 40px;
    background: #F6F6F6;
}

.serviceContents {
    overflow-y: auto;
    padding-right: 8px;
    margin-bottom: 10px;
}

.ServiceTitle h2 {
    color: #231F20;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.serviceContents p,
.serviceContents li,
.serviceContents font,
.serviceContents span,
.serviceContents h6 {
    color: #231F20;
    font-family: "Source Sans 3", serif !important;

    font-style: normal;
    line-height: normal;
}

.servImg {
    height: 100%;
}

.servImg img {
    width: 100%;
    height: 100%;
}

.serviceContents h6 {
    color: #231F20;
    /* font-family: "Helvetica Light"; */
    font-size: 18px;
    font-style: normal;
    /* font-weight: 300; */
    line-height: normal;
}

.serviceContents h2 {}

.objectCover {
    object-fit: cover;
}

.missionArea {
    background-color: #F6F6F6;
    padding: 40px;
}

.miisionVisinCard p {
    /* font-family: "Helvetica Light"; */

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.miisionVisinCard img {
    margin-bottom: 20px;
}

.testimonialBigArea {
    background-color: #F6F6F6;
    padding: 40px;
}

.testiContent {
    position: relative;
    padding-left: 50px;
    padding-top: 60px;
    z-index: 3;
}

.comaWhite {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .3;
}

.testiContent p {
    color: #231F20;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.testioAuther {
    text-align: end;
    color: #231F20;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
    /* width: 70%; */
    margin-left: auto;
}

.testioAuther span {
    font-size: 20px;
    font-weight: 300;
}

.testiContentVideo {
    padding-left: 40px;
    padding-top: 40px;
}

.testiContentVideo {
    color: #231F20;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.navigations {
    display: flex;
    position: absolute;
    bottom: 20px;
}

.navigations .swiper-button-next:after,
.navigations .swiper-button-prev:after {
    display: none;
}

.navigations .swiper-button-next,
.navigations .swiper-button-prev {
    margin-right: 15px;
}

.testiBg {
    background-color: #F6F6F6;
}

.teamArea {
    padding: 40px 40px 60px;
    background-color: #F6F6F6;
}

.teamCard {
    background-color: #fff;
    position: relative;
}

.teamCard .TeamCardFront img {
    width: 100%;
}

.teamCard .TeamCardFront {
    padding: 10px;

}

.teamCard .TeamCardBack {
    padding: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition-duration: .5s;
}

.teamCard .TeamCardFront .teamFrontFooter {
    padding-top: 15px;
}

.teamCard .TeamCardFront .teamFrontFooter h6,
.teamCard .TeamCardBack h6 {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
}

.teamCard .TeamCardFront .teamFrontFooter p,
.teamCard .TeamCardBack p {
    color: #000;
    /* font-family: "Helvetica Light"; */
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}

.TeamCardBack .teamContent {
    margin-top: 50px;
}

.TeamCardBack .teamContent p {
    color: #131313;

    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.teamCard:hover .TeamCardBack {
    opacity: 1;
    transition-duration: .5s;
}

.TeamSwiper {
    padding-top: 70px;
}

.TeamSwiper .navigations {
    bottom: auto;
    top: 20px;
    right: 0;
}

.bannerContent a:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.div5Grid {
    width: 20%;
    flex: 0 0 auto;
}

.sectionTitle.serviceHed {
    font-weight: 600;
}

.sectionTitle.testiTitle {
    font-size: 30px;
    margin-bottom: 50px !important;
}

.TestSwiperNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 40%;
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #EAEAEA;
}

.LogindBtns {
    display: flex;
    justify-content: space-between;

}

.LogindBtns a {
    width: 49%;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.addToCart {
    color: #231F20 !important;
    border: 1px solid #231F20;
    background-color: transparent !important;
}

.BillingForm {}

.BillingHead {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.LongForm {}

.LongForm label {
    width: 100%;
    color: #727272;
    /* font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.LongForm input {
    width: 100%;
    min-height: 45px;
    padding: 5px 10px;
    /* color: #CCC; */
    /* font-family: "Helvetica Light"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.input-group {
    margin-bottom: 0 !important;
}

.input-group .btn {
    border-radius: 0 !important;
}

.btn-outline-secondary {

    border: 1px solid rgba(0, 0, 0, 0.20);
    border-left: none;
}

.deleverMsg {
    color: #727272;
    /* font-family: "Helvetica Light"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 45px;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.itemCount {}

.prodcutBuyingArea {
    display: flex;
}

.prodcutBuyingArea img {
    width: 120px;
    display: flex;
    flex-shrink: 0;
}

.productBillingCounter {
    width: 100%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productBillingCont {

    display: flex;

    justify-content: space-between;
}

.productBillingCont h6 {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.quantity {
    display: flex;
    border: 0.781px solid #231F20;
    overflow: hidden;
    width: fit-content;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantity button {
    color: #000000;
    border: none;
    cursor: pointer;
    font-size: 20px;
    /* width: 30px; */
    height: auto;
    background-color: white;
    text-align: center;
    transition: background-color 0.2s;
    padding: 0 20px;
    position: relative;
}


.quantity button.minus {}

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
    position: relative;
}

.quantity button.minus::after {
    position: absolute;
    right: 0px;
    content: "";
    height: 17px;
    width: 2px;
    background: #B3B3B3;
    top: 12px;
}

.quantity button.plus::after {
    position: absolute;
    left: 0px;
    content: "";
    height: 17px;
    width: 2px;
    background: #B3B3B3;
    top: 12px;
}

.input-box::before {}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

.couponCodeForm {
    display: flex;
}

.AplyBtn {
    background-color: #131313;
    color: white;
    border: 1px solid #131313;
    padding: 0 25px;
    margin-left: 15px;
}

.ShippingDetails {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.ShippingDetails .shippingMny {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.shippingMny p {
    margin-bottom: 0;
    color: #231F20;
    /* font-family: "Helvetica Light"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.textGreen {
    color: #009951 !important;
}

.TotalArea {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    margin-bottom: 20px;
}

.TotalArea h6 {
    color: #231F20;
    text-align: right;
    /* font-family: Helvetica; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.payBtn {
    background: #5994A9;
    border: 1px solid #5994A9;
    width: 100%;
    padding: 8px 5px;
    color: #FFF;
    /* font-family: Helvetica; */
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}

.succesGif {
    width: 120px;
}

.SuucessModal {}

.SuucessModal .succesPopBody {}

.SuucessModal .succesPopBody h5 {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.SuucessModal .succesPopBody p {
    color: #231F20;
    /* font-family: "Helvetica Light"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.SuucessModal .succesPopBody {
    min-height: 40vh;
}

.SuucessModal .btnClose {
    position: absolute;
    right: 10px;
    top: 10px;
}

.SuucessModal .succesPopFooter a {
    padding: 10px 8px;
    background: #231F20;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #FFF;
    /* font-family: Helvetica; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.SuucessModal .modal-content {
    border-radius: 0;
}

.SuucessModal .succesPopFooter p {
    margin-top: 8px;
    color: #565656;
    /* font-family: "Helvetica Light"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.pageTitle {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.profileArea {
    background: #F6F6F6;
    padding: 20px;
    margin-bottom: 20px;
}

.profileLeft {
    display: flex;
}

.profileLeft img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}

.profileLeft h5 {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.profileLeft p {
    color: #231F20;
    /* font-family: "Helvetica Light"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.userSection {
    display: flex;
    justify-content: space-between;

    padding-bottom: 20px;
}

.profileRight a {
    border: 0.83px solid #231F20;
    background: #FFF;
    padding: 10px 15px;
    color: #231F20;
    /* font-family: "Helvetica"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: flex;
}

.userTopBordre {
    padding: 20px 0;
    border-top: 1px solid #DADADA;
}

.Userquestionar {


    background: #639BAF;
    padding: 20px;
}

.Userquestionar h6 {
    color: #FFF;
    /* font-family: Helvetica; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.Userquestionar h6 span {}

.questionareProgress {
    width: 100%;
    height: 8px;
    position: relative;
    border-radius: 3.5px;
    background: rgba(0, 0, 0, 0.18);
    margin-bottom: 20px;
}

.Qstprogrss {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    height: 100%;
    border-radius: 3.5px;
}

.progessFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progessFooter h4 {
    color: #FFF;
    /* font-family: Helvetica; */
    font-size: 32.558px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.progessFooter a {
    color: #FFF;
    /*  font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.familyCard {
    border: 0.83px solid #231F20;
    background: #231F20;
    padding: 10px 20px;
    color: #FFF;
    /* font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.linkCard {
    background: #F6F6F6;
    padding: 15px 20px;
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
}

.linkCard h5 {
    margin-bottom: 0;
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.seeAnsBtn {
    padding: 8px 10px;
    color: #231F20 !important;
    /* font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #F6F6F6;
}


.LongLifeModal .modal-content {
    border-radius: 0;
}

.LongLifeModal .btnClose {
    position: absolute;
    right: 10px;
    top: 10px;
}

.LongLifeModal .PopUpBody {
    min-height: 300px;
}

.editForm {}

.popupTitle {
    color: #231F20;
    /* font-family: "Helvetica"; */
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

.editForm label {
    width: 100%;
    color: #231F20;
    /* font-family: "Helvetica"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 7px;
}

.editForm input {
    width: 100%;
    height: 48px;
    border-radius: 0;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

@media screen and (min-width:576px) {
    .SuucessModal .modal-dialog {
        max-width: 370px;
    }

    .LongLifeModal .modal-dialog {
        max-width: 370px;
    }
    .LongLifeModal.edit .modal-dialog {
        max-width: 800px;
    }
}

.saveBtn {
    padding: 10px 10px;
    background: #231F20;
    color: #FFF;
    /* font-family: "Helvetica"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #231F20;
    width: 100%;
}

.prodColumn {
    display: flex;
    align-items: center;
}

.prodColumn img {
    width: 60px;
}

.prodColumn h6 {
    margin-left: 10px;
    color: #231F20;
    font-size: 16px;
    margin-bottom: 0;
}

.ColoumnContent {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    display: flex;
    flex-direction: column;
}

.ColoumnContent span {
    font-size: 10px;

}

.ColoumnContent::before {
    position: absolute;
    content: "";
    left: -13px;
    top: -5px;
    width: 1px;
    height: 35px;
    background: #CFCFCF;
}

.statusContent p.statusBtns span {
    font-size: 10px;
}

.statusContent {
    display: flex;
    justify-content: space-between;
}

.statusContent .statusBtns {
    width: 49%;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orderSeeBtn {
    border: 0.83px solid #231F20;
    background: #FFF;
    color: #231F20;
}

.orderSeeBtn {
    border: 0.83px solid #231F20;
    background: #FFF;
    color: #231F20;
}

.schedukeBtn {
    border: 0.83px solid #231F20;
    background: #231F20;
    color: #FFFFFF;
}

.tableHead {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.tableHead .itemCol {}

.OrderList {
    display: flex;
    width: 100%;
    align-items: center;
    background: #F6F6F6;
    padding: 5px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.itemCol {
    width: 20%;
}

.ownerCol {
    width: 25%;
}

/* .orderCol {
    width: 12%;
} */

.dateCol {
    width: 12%;
}

.statusCol {
    width: 43%;
}

.dateCol .ColoumnContent {
    /* font-family: "Helvetica Light"; */
}

.orderId {
    padding: 0 5px;
    font-size: 20px;
}

.dateCol .ColoumnContent::after {
    position: absolute;
    content: "";
    right: 20px;
    top: -5px;
    width: 1px;
    height: 35px;
    background: #CFCFCF;
}

.statusContent span.statusBtns {
    font-size: 12px;
    padding: 0;
}

.minH-50 {
    min-height: 50vh;
}

.statusContent p.statusBtns {
    padding: 0;
    margin-bottom: 0;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
}

.cartInMenu {
    display: flex;
    flex-shrink: 0;
}

.editForm textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 8px;
}


.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.rating:not(:checked)>label {
    cursor: pointer;
    font-size: 50px;
    color: #231F203B;
    line-height: 1;
}

.rating:not(:checked)>label:before {
    content: '☆';
}


.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #231F20;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #231F20;
}

.rating>input:checked~label {
    color: #231F20;

}

.rating>input:checked~label::before {
    content: '★';
}

.starLabel {
    width: 100%;
    color: #231F20;
    /* font-family: "Helvetica"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
}

.succesPopBody h6 {
    margin-top: 10px;
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.progressList {
    margin: 0;
    padding: 0;
}

.progressList_item {
    color: #595959;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 -1px;
    position: relative;
    display: flex;
    align-items: flex-start;
    list-style: none;
    padding: 0;
}

.progressList_item::before {
    content: '';
    height: 15px;
    width: 15px;
    min-width: 15px;
    border: 2px solid #C7C0BA;
    background: #C7C0BA;
    margin-right: 15px;
    border-radius: 15px;
    position: relative;
    z-index: 100;
}

.progressList_item::after {
    content: '';
    height: 100%;
    position: absolute;
    width: 2px;
    background: #C7C0BA;
    left: 6.8px;
    border-radius: 15px;
    display: block;
    z-index: 10;
}

.progressList_item:first-child::after {
    height: 80%;
    top: 20%;
}

.progressList_item:last-child::after {
    height: 0%;
    top: 0;
}

.progressList_item.is_complete::before,
.progressList_item.is_complete::after {
    background: #131313;
    border-color: #131313;
}

.progressList_item.is_complete::before,
.progressList_item.is_complete::after {
    background: #131313;
    border-color: #131313;
}

.progressList_item.has_no_step::before {
    border-color: transparent;
    background: transparent;
    outline: 0 solid transparent;
}

.progressList_item.current::before {
    background: #131313;
    border-color: #131313;
}

.progressList_item.is_warning::before {
    border-color: #e2ba5f;
}

.progressList_item.is_danger::before {
    border-color: #ab061c;
}

.progressList_item.is_complete,
.progressList_item.is_warning {
    color: #333333;
}

.progressList_content {
    color: #131313;
    /* font-family: Helvetica; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.progressList_content small {
    color: #B4B4B4;
    /* font-family: "Helvetica Light"; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pickupDesclimer {
    color: #565656;
    /* font-family: "Helvetica Light"; */
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    display: flex;
}

.CartHead {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
}

.Cart_itemCol {
    width: 24%;
}

.Cart_priceCol {
    width: 12%;
}

.Cart_quantityCol {
    width: 12%;
}

.Cart_removeCol {
    width: 40%;
}

.Cart_totalCol {
    width: 12%;
    display: flex;
    align-items: center;
}

.CartHead div {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.CartList {
    padding: 8px;
    background: #F6F6F6;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.CartProd {
    display: flex;
    align-items: center;
}

.CartProd img {
    width: 60px;
    margin-right: 15px;
}

.Cartcontent {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.removeBtn {
    color: #7D0000;
    /* font-family: "Helvetica"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 25px;
    border: 0.83px solid #AE6060;
    background: #FFF;
}

.quantityCard {
    display: flex;
    width: fit-content;
    overflow: hidden;
    border: 0.781px solid #231F20;
    background: #FFF;
    padding: 7px 3px;
}

.quantityCard input {
    width: 40px;
    text-align: center;
    border: none;
    padding: 0px 10px;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    position: relative;
    border-left: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
}

.quantityCard button {
    border: none;
    background-color: transparent;
    padding: 0 10px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.totalCartValue {
    background: #F6F6F6;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.totalCartValue h6 {
    color: #231F20;
    /* font-family: "Helvetica"; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0
}

.totalCartValue h5 {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 12%;
    margin-bottom: 0;
}

.CartCheckoutBtn {
    color: #FFF;
    /* font-family: Helvetica; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0.83px solid #231F20;
    background: #231F20;
    padding: 8px 30px;
}

.BorderCol {
    position: relative;
    display: flex;
    padding-right: 36px;
    align-items: center;
}

.BorderCol::after {
    position: absolute;
    content: "";
    right: 12px;
    height: 40px;
    top: 5px;
    width: 1px;
    background-color: #CFCFCF;
}

.Cart_removeCol.BorderCol {
    justify-content: end;
}

.testiVideoFooter {
    padding-top: 15px;
}

.testiVideoFooter p {
    color: #231F20;
    text-align: center;
    /* font-family: "Helvetica Light"; */
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.214px;
    margin-bottom: 15px;
}

.BlogCard {}

.BlogCard .blogHeader img {
    /* height: 100%; */
}

.BlogCard .blogFooter {
    padding: 15px 0;
}

.BlogCard .blogFooter h6 {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.BlogCard .blogFooter p {
    color: #727272;
    /* font-family: "Helvetica Light"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

.BlogCard .blogFooter a {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 15.087px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 10px;
    border: 1px solid #131313;
}

.Dtlimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relativeBlog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.relativeBlog h6 {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.relativeBlog a {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 15.087px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.rlatedBgImg {
    position: relative;
}

.rlatedBgImg img {
    width: 100%;
}

.RelatedCont {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 100%;
    color: #FFF;
    /* font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.7%, #000 100%);
}

.RelatedCont p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.rlatedBgImg {
    width: 100%;
}

.BlogDtlHead h2 {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.BlogDtlContent {}

.BlogDtlContent p,
.BlogDtlContent ul,
.BlogDtlContent ol,
.BlogDtlContent li,
.BlogDtlContent span {
    color: #231F20;
    /* font-family: "Helvetica Light"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footerBottom ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    list-style: none;

    flex-wrap: wrap;
    justify-content: center;
}

.footerBottom ul li {
    margin-left: 10px;
    padding-left: 10px;
}

.footerBottom ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.footerBottom ul li a {
    color: #727272;
    /* font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0%;
    /* 0px */
}

.policyContents p,
.policyContents ul,
.policyContents ol,
.policyContents li,
.policyContents span {
    color: #727272;
    font-size: 18px;
    /* font-family: Helvetica; */
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.policyContents h6 {
    color: #231F20;
    /* font-family: Helvetica; */
    font-weight: 600;
}

.ContactForm {
    background: #F6F6F6;
    padding: 25px;
    height: 100%;
}

.ContactForm h5 {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}

.ContatInpt {
    margin-bottom: 25px;
}

.ContatInpt label {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.ContatInpt input {
    border: 1px solid rgba(0, 0, 0, 0.20);
    width: 100%;
    min-height: 45px;
    padding: 5px 10px;
    background-color: transparent;
}

.ContatInpt textarea {
    border: 1px solid rgba(0, 0, 0, 0.20);
    width: 100%;
    min-height: 45px;
    padding: 5px 10px;
    background-color: transparent;
}

.ContactForm .submitBt {
    background-color: #131313;
    color: white;
    padding: 8px 8px;
    width: 100%;
    text-align: center;
    border: 1px solid #131313;
}

.contctImg img {
    height: 100%;
    object-fit: cover;
}

.hamBurgerMenuArea {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    right: 0;
    background: #EAEAEA;
    z-index: 9999;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(102%);
    transition-duration: .5s;
    overflow-y: auto;
}

.hamBurgerMenuArea.show {
    transform: translateX(0);
}

.HamMenuList {
    padding: 30px;
    background-color: white;
}

.HamMenuList li {
    margin-bottom: 30px;
    margin-right: 0;
}

.HamMenuList li:last-child {
    margin-bottom: 0;
}

.HamMenuList li a {
    color: #231F20;
    /* font-family: Helvetica; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menuFooter {
    padding: 30px;
    background: #EAEAEA;
}

.contactDtlMenu p,
.contactDtlMenu p a {
    color: #000;
    /* font-family: "Helvetica Light"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 0.5;
}

.HamMenuLinks {
    padding: 15px 5px;
}

.HamMenuLinks div {
    display: flex;
    justify-content: center;
}

.HamMenuLinks div a {
    margin: 0 4px;
    color: #000;
    text-align: center;
    font-family: "Helvetica Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 153.24%;
    /* 21.454px */
}

.CloseMenu {
    font-size: 40px;
    position: absolute;
    right: 30px;
    top: 10px;
}

.VideoTestCard {
    padding: 0px 50px;
}

header.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.accordion-button:not(.collapsed) {
    color: #231F20 !important;
}

.applyClose {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #333333;
    font-size: 24px;
    z-index: 999;
    cursor: pointer;
}

.productaddMember {
    background-color: #639BAF;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productaddMember h6 {
    color: white;
    font-size: 20px;
    margin-bottom: 0;
}

.assignKit {
    background-color: #fff;
    color: #000;
    padding: 8px 12px;

}

.testNAme {
    font-size: 20px;
    text-align: center;
}

.intl-tel-input {
    width: 100%;
}

.ReadMoreText {
    cursor: pointer;
    text-decoration: underline;
    font-size: 18px;
}

.ViewmoreText {
    display: none;
}

.ViewmoreText.view {
    display: block;
}

.noCart {
    max-width: 150px;
}

.tech-cntnt h6 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.tech-cntnt p {
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    line-height: normal;
}

.tech-cntnt p {}

.serviceContents {}

/* width */
.serviceContents::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.serviceContents::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.serviceContents::-webkit-scrollbar-thumb {
    background: #dddbdb;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #dddbdb;
}

.techCardArea {
    padding: 40px;
    background: #F6F6F6;
}

.techContents h2 {
    color: #231F20;
    font-size: 28px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.techContents p {
    color: #231F20;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.techContents ul {}

.techContents ul li {
    color: #231F20;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.techCardArea img {
    width: 100%;
    height: 100%;
}

.technoliyBig {
    background: #F3F3F3;
}

.technoliyBig img {
    width: 100%;
}

.contetBig {
    padding: 40px;
    padding-right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.contetBig h2 {
    color: #231F20;
    font-family: "Source Sans 3";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: normal;
}

.contetBig p {
    color: #000;
    font-family: "Source Sans 3";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.orderBtn {
    background-color: #000;
    padding: 8px 15px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.techImg {
    display: flex;
    justify-content: center;
}

.techImg img {
    width: 85%;
}

.AboutsecondSection {}

.AboutsecondSection h5 {
    color: black;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.AboutsecondSection p {
    color: #4A4A4A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.AboutsecondSection ul {
    margin-bottom: 25px;
}

.AboutsecondSection ul li {
    color: #4A4A4A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.AboutsecondSection ul li b {
    color: #000;
}

.AboutsecondSection {}

.AboutsecondSection {}

.AboutsecondSection {}

.AboutsecondSection {}

.tech-cntnt div {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}

.error {
    color: red;
}

.questionaireTitleArea {}

.questionaireTitleArea h2 {
    color: #231F20;
    font-family: "Source Sans 3";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: normal;
}

.questionaireTitleArea p {
    color: #231F20;
    font-family: "Source Sans 3";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.questionaireTitleArea span {
    color: #231F20;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 68.687%;
}

.timeline_area {
    margin-top: 50px;
}

.timeline {}

.tl-content .tl-header,
.tl-content .tl-body {
    padding-left: 25.6px; 
    border-left: 6px solid #E3E3E3;
}
.tl-body {
    padding: 30px 0;
}

/* .tl-content:last-child .tl-body {
    border-left: 3px solid transparent;
} */
.tl-header {
    position: relative;
    display: grid; 
    padding-bottom: 45px; 
}
.tl-header p{
    margin-bottom: 0;
    color: #727272;
font-family: "Source Sans 3";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.tl-title {
    color: #231F20;
    font-family: "Source Sans 3";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tl-time {
    font-size: 0.7em;
}
.tl-marker {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50% / 50%;
    background: #E3E3E3;
    left: -32px;
    top: 15px;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #231F20;
    font-size: 19px;
    font-weight: 600;
}
.tl-content-active .tl-marker {
    color: white;
    background-color: #5994A9; 
}
.tl-content-active .tl-title {
    
}
.tl-content-active .tl-header{

    border-left: 6px solid #5994A9;
}
.tl-content:last-child  .tl-header,.tl-content:last-child  .tl-body{
    border-left: 6px solid #5994a900;
}
.questianare_area{
    padding-top: 20px;
    padding-left: 20px;
}
.questianare_area .quastianare_heading_area{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 30px;
}
.quastianare_heading_area h5{
    color: #231F20; 
    font-size: 20px; 
    font-weight: 400; 
}
.quastianare_heading_area .question_count{
    color: #231F20; 
    font-size: 20px; 
    font-weight: 400; 
}
.border_left{
    border-left: 1px solid #CCCCCC;
}
.question {
    margin-bottom: 30px;
}
.question .qs_label{
    color: #231F20;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}
.question .qstion_input{
    width: 100%;
    min-height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 5px 10px;
}
.question .qustion_image{
    margin-bottom: 15px;
}
.radio_area{
    display: flex;
    flex-wrap: wrap;
}
.custom_radio{
    margin-right: 20px;
    margin-bottom: 15px;
}
.custom_radio label{
    color: #989595;
font-family: "Source Sans 3";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.custom_radio [type="radio"]:checked,
.custom_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom_radio [type="radio"]:checked + label,
.custom_radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block; 
}
.custom_radio [type="radio"]:checked + label{
    color: black;
}
.custom_radio [type="radio"]:checked + label:before,
.custom_radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.custom_radio [type="radio"]:checked + label:after,
.custom_radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    
}
.custom_radio [type="radio"]:checked + label:before{
    border: 1px solid #000000;
}
.custom_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom_radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.question .select2-container .select2-selection--multiple{
    min-height: 45px !important;
    border-radius: 0 !important;
}
.form_btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form_btns .save_cointinuew_btn{
   border: none;
background: #F6F6F6;
padding: 8px 40px;
color: #231F20;
font-family: "Source Sans 3";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
border: 1px solid #F6F6F6;
}
.next_prev_btns .prev_btn{
border: 1px solid #231F20;
background: #FFF;
color: #231F20;
font-family: "Source Sans 3";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 8px 40px;
min-width: 150px;
}
.next_prev_btns .next_btn{
background: #231F20;
color: #FFF;
font-family: "Source Sans 3";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
border: 1px solid #231F20;
padding: 8px 40px;
min-width: 150px;
}

.rating-options {
    --icon-size: 28px;
    display: flex;
    gap: 10px;
  }
  
  .rating-options label svg {
    display: block;
    width: var(--icon-size);
    height: var(--icon-size);
    fill: light-dark(var(--color-graydark), var(--color-graylight));
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
  }
  
  .rating-options [type="radio"]:checked:is(:focus-visible) + label {
    outline: 1px dotted light-dark(var(--color-graydark), var(--color-graylight));
  }
  .rating-options label:hover svg {
    transform: scale(1.4);
    cursor: pointer;
  }
  
  /* a label which is being hovered on */
  .rating-options label:hover svg,
  /* labels which are previous siblings of a hovered label */
  .rating-options label:has(~ label:hover) svg,
  /* the label which is the next sibling of a checked radio */
  .rating-options [type='radio']:checked + label svg,
  /* labels which are previous siblings of a checked radio button */
  .rating-options:has([type='radio']:checked) label:has(~ [type='radio']:checked) svg {
    fill: #ffc700;
  }
  
  
  .visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  .qustion_progresss{
    height: 17px;
    width: 100%;
    background-color: #dedede;
    position: relative;
    border-radius: 15px;
    margin-bottom: 20px;
}
  
  .qustn_progresss_value {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    background-color: #5994A9;
    font-size: 12px;
    color: white;
    text-align: center;
  }

  .select2-container{
    z-index: 99999;
  }
  .border_lr_footer{
    border-right: 1px solid #80808029;
    border-left: 1px solid #80808029;
  }
  .queistn_card_pr{
    background: #000000;
    padding: 15px 20px;
    display: flex;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
  }
  .queistn_card_pr h5{
    margin-bottom: 0;
    color: #ffffff; 
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .queistn_card_pr p{
    margin-bottom: 0;
    color: white;
  }
  .queistn_card_pr h5 span{
    font-size: 13px;
    background: aliceblue;
    color: black;
    padding: 2px 10px;
    border-radius: 3px;
    margin-left: 2px;
  }
  .chooseLab{
     padding: 5px 10px ;
     background-color: #639BAF;
     color: white;

  }
  .choosLaModal .saveBtn{
     margin-top: 100px;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #000000;
  }