@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&family=Roboto:wght@100&display=swap');
@font-face {
    font-family: 'HelveticaNeue-67';
    src: url("../fonts/Helvetica\ Neue\ 67\ Medium\ Condensed.otf");
}

@font-face {
    font-family: 'HelveticaNeue-97';
    src: url("../fonts/Helvetica\ Neue\ 97\ Black\ Condensed.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
 
body {
    font-family: 'Poppins';
}

a {
    text-decoration: none !important;
}
a.button:hover  {
    color: unset !important;
    text-decoration: none !important;
}

.button {
    display: inline-flex;
    padding: 13px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #FFF;
    color: #FD0000;
    font-family: 'HelveticaNeue-67';
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.5s linear;
    text-transform: capitalize;
}

p {
    font-family: 'Poppins';
}

h1,
h2,
h3 {
    font-family: 'HelveticaNeue-97';
}

/* ================================================================ */

/* header-css-start*/

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid #8080804a;
}

header.fixed .header-nav nav ul li a:hover {
    color: #FD0000;
}

header.fixed {
    background-color: #fff; 
	
}

header.fixed .header-end ul li:last-child:hover {
    background-color: #f00;
}

.shop-page-header .header-end ul li a svg path {
    fill: #000;
}
.header-nav nav ul ul.dropdown-menu li:last-child {
    display: block;
}
header.shop-page-header .header-nav nav ul li a:hover {
    color: #FD0000;
}

header.fixed .header-nav nav ul li a {
    color: #000;
}

header.fixed .header-end ul li a {
    color: #000;
}

.shop-page-header .header-end ul li:last-child:hover {
    background-color: #FD0000;
}

header.fixed .header-end ul li a img {
    width: 24px;
    margin-right: 8px;
    filter: invert(1);
}

header.fixed .header-end ul li:last-child a {
    color: #fff;
}

.header-logo {
    width: 100%;
    max-width: 69px;
}

.header-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header-nav nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 0 70px;
}

.header-nav nav ul li {
    padding-left: 50px;
    position: relative;
}

.header-nav nav ul li:first-child {
    padding-left: 0;
}

.header-end ul {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}

.header-end ul li:last-child {
    background: #FFF;
    transition: all 0.5s linear;
}

.header-nav nav ul li a {
    color: #FFF;
    font-size: 18px;
    font-family: 'HelveticaNeue-67';
    line-height: normal;
    position: relative;
    transition: all 0.3s linear;
}
.header-nav nav ul li:last-child {
    display: none;
}
.header-nav nav ul li a:hover:after {
    width: 100%;
}

.header-end ul li a img {
    width: 24px;
    margin-right: 8px;
}

.header-end ul li a {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'HelveticaNeue-67';
    line-height: normal;
    padding: 38px 20px;
}

.header-end ul li:last-child a {
    color: #fd0000;
    font-family: 'HelveticaNeue-67';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.header-end {
    border-left: 1px solid #8080804a;
}

header.fixed .header-end ul li {
    height: 70px;
}

header.fixed .header-end ul li:first-child:hover {
    background-color: #000;
}

.header-end ul li {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s linear;
    height: 97px;
}

.logo {
    position: relative;
}

.logo:after {
    content: "";
    position: absolute;
    right: -25px;
    top: -14px;
    border-right: 1px solid #8080804a;
    height: 97px;
	transition:all 0.5s;
}

.header-end ul li:last-child:hover {
    background-color: #fd0000;
}

.header-end ul li:last-child:hover a {
    color: #ffffff;
}

header.fixed .header-end ul li:last-child {
    background-color: #fd0000;
}

.header-nav nav ul li a:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 0;
    background-color: #FD0000;
    height: 2px;
    transition: all 0.3s linear;
}

.header-end ul li:first-child:hover a {
    color: #ffffff;
    transition: .5s linear;
}

.header-end ul li:first-child:hover {
    background-color: #fd0000;
    transition: .5s linear;
}

.header-end ul li a svg {
    margin-right: 5px;
}

.header-end ul li:first-child:hover svg path {
    fill: #ffffff;
    transition: .5s linear;
}

header.fixed svg path {
    fill: #000;
}

.header-nav nav ul li a:hover {
    color: #FD0000;
}

/* heaer-css-end */

/* banner-section-css */

section.banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:800px;
    display: flex;
    align-items: center;
    position: relative;
}

section.banner-section:before {
    content: "";
    background: linear-gradient(180deg, #000 1%, rgba(0, 0, 0, 0.00) 72.15%);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}

.banner-heading h1 {
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 52px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.banner-heading p {
    color: #FFF;
    font-family: 'HelveticaNeue-67';
    font-size: 21px;
    padding-bottom: 10px;
    font-style: normal;
    line-height: 34px;
}

.banner-heading {
    width: 100%;
    max-width: 695px;
    position: relative;
    z-index: 99;
}

.banner-btn a:hover {
    background-color: #FD0000;
    color: #fff !important;
    border: 2px solid #FD0000;
    text-decoration: none !important;
}

/* banner-section-css */

/* ===inside-section-css=== */

.inside-img {
    width: 100%;
    max-width: 52px;
    padding-bottom: 15px;
}

.inside-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.inside-section {
    padding: 120px 0;
    overflow: hidden;
}

.inside-heading h3 {
    color: #000;
    font-family: 'HelveticaNeue';
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}

.inside-heading p {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.inside-heading {
    text-align: center;
    width: 100%;
    max-width: 870px;
    margin: 0 auto;
}

.inside-content h5 {
    color: #000;
    font-family: 'HelveticaNeue';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 5px;
    width: 100%;
    max-width: 200px;
}

.inside-content p {
    color: #0A0707;
    text-align: center;
    font-family: 'HelveticaNeue-67';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

/* ===========section.rge-section====================== */

.inside-bottom-main {
    transform: rotate(-2.574deg);
}

.inside-slide {
    display: flex;
    align-items: center;
}

section.rge-section {
    padding: 50px 0 !important;
    overflow: hidden;
}

.inside-content i {
    padding: 0 40px;
    color: #0A0707;
    text-align: center;
    font-family: 'HelveticaNeue-67';
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.inside-content {
    display: flex;
    align-items: center;
}

.inside-bottom-main .marquee {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #000; */
    height: 40px;
    width: 100%;
    /* border-radius: 22px; */
    /* box-shadow: 4px 4px 0 #000; */
    overflow: hidden;
    background: white;
    white-space: nowrap;
}

.inside-bottom-main .marquee--inner {
    display: block;
    width: 305%;
    position: absolute;
    animation: marquee 15s linear infinite;
    &:hover {
        animation-play-state: paused;
        color: #FD0000;
    }
}

.inside-bottom-main span {
    float: left;
    overflow: hidden;
}

@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

/* ===========section.rge-section====================== */

/* ========discover-section-css========== */

.discover-left h4 {
    color: #000;
    font-family: 'HelveticaNeue';
    font-size: 31px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.discover-left span {
    color: #000;
    font-family: 'HelveticaNeue';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.discover-left-btn a.button {
    background-color: #fd0000;
    color: #fff;
    border: 2px solid #fd0000;
    margin-top: 15px;
}

.discover-left-btn a.button:hover {
    background-color: #fff;
    color: #fd0000;
    border: 2px solid #fd0000;
}

.discover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discover-img {
    width: 100%;
    max-width: 508px;
}

/* ========discover-section-css========== */

/* ===section.product-section-css= */

section.product-section {
    padding: 100px 0 50px;
    background-color: #fff;
    overflow: hidden;
}

.product-heading {
    text-align: center;
}

.product-heading h4 {
    color: #0A0707;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    font-family: 'HelveticaNeue-97';
    line-height: normal;
    padding-bottom: 35px;
}

.product-main-card {
    background-color: #fff;
    padding: 15px;
    min-height: 330px;
}

.product-img {
    width: 100%;
    height: 200px;
}

/* .product-img2 {    width: 100%;    max-width: 90px;    margin: 0 auto;    padding-bottom: 40px;} */

.product-img img {
    height: 100%;
    object-fit: contain;
}

.product-content h5 {
    color: #000;
    font-family: 'HelveticaNeue-67';
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 15px;
}

.rating {
    width: 100%;
    max-width: 98px;
    padding-bottom: 10px;
}

.rating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content p {
    color: #000;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
}

.product-content p del {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 10px;
}

.product-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FD0000;
    background: #FFF;
    padding: 8px;
    color: #FD0000;
    font-family: 'HelveticaNeue-67';
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    transition: all 0.5s;
}

.product-btn a:hover {
    background: #FD0000;
    color: white;
    transition: all 0.5s;
}

.product-btn a:hover svg path {
    fill: #fff;
    transition: all 0.5s;
}

.product-btn a:hover svg path {
    fill: #fff;
    transition: all 0.5s;
}

.product-btn svg {
    margin-right: 10px;
    transition: all 0.5s;
}

.banner-btn a {
    border: 2px solid #fff;
    background-color: #ffffff;
    color: #FD0000 !important;
}

.product-salider {
    position: relative;
    width: 90vw;
}

.product-salider .owl-nav {
    position: absolute;
    width: 95%;
    /* left: -25px; */
    /* right: 0; */
    top: 35%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}

.product-salider button.owl-prev {
    position: absolute;
    left: 0;
}

.product-salider button.owl-next {
    position: absolute;
    right: 40px;
}

.product-salider button.owl-prev i {
    color: grey;
    padding: 8px;
    background-color: #ededed;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-salider button.owl-next i {
    color: grey;
    padding: 8px;
    background-color: #ededed;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-salider .owl-theme .owl-nav [class*='owl-']:hover i {
    color: white;
    background-color: #FD0000;
    ;
}

/* ===section.product-section-css= */

/* company-section-css */

.company-sladier .cleaning-salider .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.company-sladier .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FD0000;
}

.company-sladier .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 45px;
}

.company-heading h4 {
    color: #000;
    text-align: center;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding-bottom: 50px;
}

.company-img {
    width: 100%;
    max-width: 150px;
}

.company-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}
.company-img:hover img {
    filter: grayscale(0%);
}
section.company-section {
    padding: 60px 0 130px;
}

/* company-section-css */

/* section.testimonial-css */

section.testimonial-section {
    padding: 100px 0 90px;
    background-color: #13221B;
}

.testimonial-heading h4 {
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.testimonial-heading {
    width: 100%;
    max-width: 350px;
}

.testimonial-card {
    position: relative;
    background: #FFF;
    height: 250px;
}

.testimonial-card:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 25px;
    width: 60px;
    height: 45px;
    background-image: url("../images/quote-img.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial-card-main {
    padding: 37px 20px;
}

.testimonial-rating {
    width: 100%;
    max-width: 80px;
}

.testimonial-rating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card-main p {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 16px;
}

.testimonial-card-main h5 {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'HelveticaNeue-67';
}

.testimonial-card-main span {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonial-slaider .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-445px);
}

.testimonial-slaider .owl-theme .owl-nav [class*='owl-']:hover i {
    color: white;
    background-color: #fd0000;
    border: 1px solid #fd0000;
}

.testimonial-slaider button.owl-next i {
    color: white;
    border: 1px solid white;
    padding: 8px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slaider button.owl-prev i {
    color: white;
    border: 1px solid white;
    padding: 8px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* section.testimonial-css */

/* section.faq-section-css */

section.faq-section {
    padding: 100px 0;
}

.faq-heading {
    text-align: center;
}

.faq-heading h4 {
    color: #000;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.faq-heading p {
    color: #000;
    font-family: 'HelveticaNeue-67';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 35px;
}

.faq-accordion button.accordion-button {
    color: #000;
    font-family: 'HelveticaNeue-97';
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    background-color: #F1F1F1;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(360deg);
}

.faq-accordion .accordion-button::after {
    transform: rotate(270deg);
} 

.faq-accordion .accordion-body p {
    font-family: 'Poppins';
    color: #73777E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq-accordion .accordion-item {
    margin-bottom: 24px;
    border-radius: 5px;
    box-shadow: 0px 4px 16px 0px rgba(30, 115, 194, 0.09);
}

.faq-accordion .accordion-body {
    background-color: #f1f1f1;
    padding: 1em;
}
.faq-accordion h2.accordion-header button {
    transition: all 0.5s;
}

.faq-accordion h2.accordion-header .accordion-button.collapsed {
    color: #000000;
}

.faq-accordion h2.accordion-header .accordion-button.collapsed:hover {
    color: #FD0000;
}

.faq-accordion h2.accordion-header .accordion-button { 
    border-bottom: 1px solid #e1e1e1;
}

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

.faq-accordion h2.accordion-header button {
    padding: 15px 0px;
}

h2.accordion-header {
    padding: 0 20px;
    background: #f1f1f1;
}

.faq-accordion {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.accordion-btn {
    text-align: center;
    padding-top: 25px;
}

.accordion-btn a {
    border: 2px solid #FD0000;
    background-color: #FD0000;
    color: #fff;
}

.accordion-btn a:hover {
    background-color: transparent;
    color: #FD0000 !important;
    border: 2px solid #FD0000;
    text-decoration: none !important;
}

/* section.faq-section-css */

/* section.form-section-css */

.full-name {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 25px;
    gap: 20px;
}

/* ============== */

.f-flex {
    display: flex;
    align-items: center;
    background-color: #0b1611;
    height: 65px;
    width: 100%;
    border: 1px solid #0b1611;
}

.f-flex:hover {
    border: 1px solid #FD0000;
}

.f-flex-left-inner {
    text-align: center;
    position: relative;
}

.f-flex-right-inner {
    padding-left: 13px;
}

.f-name-label label {
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    color: white;
    font-weight: 400;
    line-height: 120%;
}

.f-flex:hover label {
    color: #FD0000;
}

::placeholder {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.f-flex-left-inner:after {
    content: "";
    position: absolute;
    right: 5px;
    top: -4px;
    width: 1px;
    height: 31px;
    background-color: white;
}

input {
    background: transparent;
    border: none;
    color: white;
    width: 100%;
    font-family: 'Poppins';
}

/* ================= */

/* footer-css */

.footer-logo {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.footer-middle {
    border-bottom: 1.5px solid rgb(0 0 0 / 20%);
    border-top: 1.5px solid rgb(0 0 0 / 20%);
    padding: 50px 0;
}

footer.footer {
    background-color: #F1F1F1;
}

input:focus {
    outline: none;
}

.footer-heading h6 {
    color: #000;
    font-family: 'HelveticaNeue-97';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 15px;
}

.footer-child-1-main p {
    color: #626365;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 230px;
    font-family: 'Poppins';
}

.footer-child-2 ul li {
    margin-bottom: 5px;
}

.footer-child-2 ul li a {
    color: #626365;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    font-family: 'Poppins';
}

.footer-child-2 ul li a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    background-color: #FD0000;
    height: 2px;
    transition: all 0.5s linear;
}

.footer-child-2 ul li a:hover:after {
    width: 100%;
}

.ff-name input {
    width: 100%;
    background-color: #F1F1F1;
    margin-bottom: 15px;
}

.footer-child-2 ul {
    padding: 0;
}

.footer-child-3 ul {
    padding: 0;
}

.footer-child-3-content p {
    margin: 0;
}

.footer-child-3-img {
    width: 100%;
    max-width: 26px;
    margin: 0 auto;
}

.footer-child {
    padding-right: 15px;
}

.footer-child-3-content a {
    color: #000;
    font-family: 'HelveticaNeue-97';
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: lowercase;
}

.footer-child-3 ul li {
    padding-bottom: 20px;
}

.footer-child-4 {
    padding: 15px;
    background-color: #ffffff;
}

.footer-child-4-main h4 {
    color: #000;
    font-family: 'HelveticaNeue-97';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 15px;
}

.footer-btn button {
    padding: 10px 26px;
    color: white;
    background-color: #FD0000;
    border: 2px solid #FD0000;
    transition: all 0.5s;
}

.footer-btn button:hover {
    background: transparent;
    color: #FD0000;
}

.footer-last p {
    color: #73777E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 25px 0 30px 0;
    text-align: center;
}

.footer-last p a {
    color: #73777E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 5px;
    text-decoration-line: underline;
}

.footer-main-form .full-name .f-flex:first-child {
    margin-bottom: 15px;
}

/* footer-css */

section.discover-section {
    padding-bottom: 100px;
}

.footer-main-form .full-name {
    display: block;
}

.footer-main-form .full-name .f-flex-left-inner:after {
    content: "";
    position: absolute;
    right: 0px;
    top: -4px;
    width: 1px;
    height: 31px;
    background-color: #C0C0C0;
}

.footer-main-form input {
    color: black;
    font-family: 'Poppins';
}

.footer-main-form .full-name .f-flex {
    background-color: #F1F1F1;
    border: 1px solid #f1f1f1;
    height: 55px;
}

.footer-main-form input::placeholder {
    color: black;
    /* background-color: transparent; */
}

.footer-main-form .f-name-label label {
    color: #6F7C8E;
}

.f-flex-left {
    flex: 0 0 25%;
    max-width: 25%;
}

.f-flex-right {
    flex: 0 0 75%;
    max-width: 75%;
}

.footer-main-form .full-name .f-flex:hover {
    border: 1px solid #FD0000;
}

/* art-section */

.art-card-main h4 {
    color: #FD0000;
    text-align: center;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.art-heading h3 {
    color: #0A0707;
    text-align: center;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.art-card-main h2 {
    color: #0A0707;
    text-align: center;
    font-family: 'HelveticaNeue-97';
    font-size: 28px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.art-card-main p {
    color: #6F7C8E;
    text-align: center;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

section.art-section {
    padding: 120px 0;
}

.art-flex {
    padding-top: 30px;
}

.art-card-main:after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    width: 2px;
    height: 170px;
    background: radial-gradient(5362754.58% 64.81% at 50% 49.86%, #FD0000 0%, rgba(255, 255, 255, 0.00) 100%);
}

.art-card-main {
    position: relative;
}

.art-flex .row .col-lg-4:last-child .art-card-main::after {
    display: none;
}

.art-btn {
    text-align: center;
    padding-top: 10px;
}

.art-btn a.button {
    background-color: #FD0000;
    color: white;
    border: 2px solid #FD0000;
}

.art-btn a:hover {
    border: 2px solid #FD0000;
    background-color: transparent;
    color: #FD0000 !important;
    text-decoration: none !important;
}

/* art-section */

/* featured-section */

.featured-image {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.featured-image img:hover {
    transform: scale(1.1);
}

.featured-content {
    width: 100%;
    max-width: 470px;
}

.featured-content h3 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.featured-content p {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 25px 0;
}

.featured-content h4 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.featured-content ul li span {
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    background-color: #13221B;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.featured-content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
.featured-content ul li:before {
    counter-increment: section;
    content: "0" counter(section) " ";
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    background-color: #13221B;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.featured-content ul li a {
    color: #6F7C8E;
    /* text-align: center; */
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.featured-content ul {
    padding: 0;
    margin: 0;
    counter-reset: section;
}

.featured-btn a {
    background-color: #FD0000;
    color: white;
    border: 2px solid #FD0000;
}

.featured-btn a:hover {
    background-color: transparent;
    color: #FD0000 !important;
    border: 2px solid #FD0000;
    text-decoration: none !important;
}

.featured-btn {
    padding-top: 50px;
}

section.featured-section {
    padding: 0 0 70px;
}

/* featured-section */

/* Destructive-section  */

section.destructive-section {
    overflow: hidden;
    padding: 50px 0;
}

.destructive-main {
    position: relative;
}

.destructive-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.destructive-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: 0.5s;
}

.destructive-image img:hover {
    transform: scale(1.1);
}

/*.destructive-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}*/

.destructive-content h3 {
    color: #000;
    font-family: 'HelveticaNeue-67';
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

/* /* Destructive-section  */

/* section.trusted-section */

section.trusted-section {
    padding: 100px 0;
    background-color: #13221B;
}

.trusted-heading h4 {
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    line-height: normal;
}

.trusted-card p {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}

.trusted-card h5 {
    color: #FFF;
    font-family: 'HelveticaNeue-67';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}

.trusted-card h6 {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.trusted-card {
    height: 261px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44) 1%, rgba(255, 255, 255, 0.22) 91.67%, rgba(255, 255, 255, 0.27) 100%);
    padding: 38px 22px;
    position: relative;
}

.trusted-card:after {
    content: "";
    position: absolute;
    top: -15px;
    right: 25px;
    background-image: url('../images/white-quote.svg');
    width: 60px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.trusted-rating img {
    width: 25% !important;
    margin-bottom: 3px;
}

.trusted-heading {
    width: 100%;
    max-width: 420px;
    margin-bottom: 55px;
}

.trusted-section .owl-nav {
    position: absolute;
    right: 0;
    top: -130px;
}

.trusted-section .owl-carousel .owl-stage-outer {
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}

.trusted-section button.owl-prev i {
    color: white;
    border: 1px solid white;
    padding: 8px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-section button.owl-next i {
    color: white;
    border: 1px solid white;
    padding: 8px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-section .owl-theme .owl-nav [class*='owl-']:hover i {
    color: white;
    background-color: #fd0000;
    border: 1px solid #fd0000;
}

/* section.trusted-section */

/* ==============================================shop-page============================================= */

header.shop-page-header .header-nav nav ul li a {
    color: #000;
}

section.product-pg-setion {
    padding: 200px 0 100px;
}

.product-pg-main-inner p {
    margin: 0;
    color: #6E7F8A;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.product-pg-main-inner span {
    color: #FD0000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.product-pg-main-2 p {
    margin: 0;
}
/*=======drop-down-select-option=====*/
.product-bottom select.orderby {
    background: #F1F1F1;
}
.product-bottom select.orderby {
    background: #F1F1F1;
    appearance: none;
    padding: 15px;
    color: #6F7C8E;
    position: relative;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    background-image: url('../images/dorpdown-icon.png');
    background-size: auto;
    background-position: 90% center;
    background-repeat: no-repeat;
    outline: none;
}

.product-bottom  select.orderby:focus {
    border-radius: 0;
    border: none;
}
/*=======drop-down-select-option=====*/


.product-pg-main {
    padding-bottom: 30px;
}

header.shop-page-header {
    background: white;
}

.product-main-card-pg .product-img {
    width: 100%;
    height: 201px;
    margin: 0 auto;
    padding: 0px 30px 0px;
    text-align: center;
}

.product-main-card-pg .product-img img {
    height: 100%;
    object-fit: contain;
}

.shop-page-header .header-end ul li a {
    color: #000;
}

.shop-page-header .header-end ul li:last-child a {
    color: white;
}

.shop-page-header .header-end ul li:last-child {
    background-color: #0a0707;
}

/* ==============================================shop-page============================================= */

/* ==============================================artical-page-css============================================= */

section.artical-banner {
    height: 500px;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

section.artical-banner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(180deg, #000 -2.78%, rgba(0, 0, 0, 0.17) 63.54%);
}

.artical-heading {
    text-align: center;
    position: relative;
    z-index: 99;
}

.artical-heading h2 {
    color: #FFF;
    text-align: center;
    font-family: 'HelveticaNeue-97';
    font-size: 43px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}

.artical-heading p {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding-right: 8px;
    line-height: 120%;
}

.artical-heading span {
    color: #FD0000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.unvelling-box {
    position: relative;
    z-index: 99;
    margin-top: -120px;
}

.unvelling-main {
    padding: 100px 0;
}

.unvelling-box-inner {
    background-color: #13221B;
    padding: 24px;
    width: 100%;
    max-width: 795px;
}

.un-box-inner h3 {
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100%;
    max-width: 520px;
    padding-bottom: 10px;
}

.un-box-inner p {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    max-width: 680px;
    margin-bottom: 15px;
}

.un-box-inner a {
    color: #FD0000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: underline;
}

.unvelling-content h4 {
    color: #0A0707;
    font-family: 'HelveticaNeue-67';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.unvelling-img {
    width: 100%;
    max-width: 362px;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s;
}

.unvelling-img img:hover {
    transform: scale(1.1);
}

.unvelling-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s linear;
}

.unvelling-content {
    padding-top: 20px;
}

.unvelling-content p {
    color: #73777E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.unvelling-content a {
    color: #FD0000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
}

section.news-letter {
    padding: 80px 0 100px;
}

.news-letter-heading h4 {
    color: #0A0707;
    text-align: center;
    font-family: 'HelveticaNeue-67';
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 40px;
}

.news-letter-heading {
    text-align: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

section.news-letter form {
    width: 100%;
    max-width: 636px;
    margin: 0 auto;
}

.news-letter-input {
    height: 80px;
    background-color: #F1F1F1;
    display: flex;
    align-items: center;
    padding: 15px;
}

.news-letter-input input {
    background: transparent;
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.news-letter-input input::placeholder {
    background: transparent;
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.news-letter-input label {
    flex: 0 0 11%;
    max-width: 11%;
    text-align: center;
}

.news-letter-input button {
    background-color: #FD0000;
    color: #fff;
    font-family: 'HelveticaNeue-67';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 2px solid #FD0000;
}

.news-letter-input button:hover {
    background: transparent;
    border: 2px solid #FD0000;
    color: #FD0000;
}

/* ==============================================artical-page-css============================================= */

/* ==============================================book-a-video-call-page-css============================================= */

section.dive-section {
    height: 540px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.dive-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 -2.78%, rgba(0, 0, 0, 0.17) 63.54%);
}

.dive-heading {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 99;
    max-width: 400px;
    margin: 0 auto;
}

.dive-heading h1 {
    color: #FFF;
    text-align: center;
    font-family: 'HelveticaNeue-97';
    font-size: 48px;
    font-style: normal;
    margin-bottom: 25px;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}

.dive-main p {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.dive-main span {
    color: #FD0000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
}

section.ask-section {
    padding: 100px 0 50px;
}

.ask-links {
    border-bottom: 1px solid #E1E1E1;
}

.ask-heading h3 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: capitalize;
    padding-bottom: 30px;
}

section.ask-section .nav li.nav-item button {
    color: #6F7C8E;
    font-family: 'HelveticaNeue-67';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
    border: none;
    margin-right: 47px;
}

section.ask-section button.active {
    color: #000 !important;
}

.laser-content p {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 15px;
    text-transform: capitalize;
}

.laser-content h4 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: capitalize;
}

.laser-img {
    max-width: 470px;
    width: 100%;
    margin: auto;
}

.laser-content-main {
    padding: 100px 0 0;
}

.laser-img img {
    width: 100%;
    object-fit: cover;
}

.ask-heading ul {
    padding-bottom: 30px;
}

.digital-content h4 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.digital-content p {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.digital-content p {
    padding-top: 25px;
    margin: 0;
}

.digital-img {
    width: 100%; 
}

.digital-img img {
    width: 100%;
    object-fit: cover;
}

.laser-machines-content a {
    background-color: #FD0000;
    color: #fff;
    border: 2px solid #FD0000;
}

.laser-machines-content a:hover {
    background: transparent;
    color: #FD0000 !important;
    text-decoration: none !important;
}

.laser-machines-content {
    text-align: center;
}

.laser-machines-content h4 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    text-transform: capitalize;
}

.laser-machines-content p {
    color: #6F7C8E;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    margin: 25px 0;
}

.laser-machines-img {
    width: 100%;
    max-width: 443px;
}

section.laser-machines-section {
    width: 100%;
    padding: 60px;
}

.laser-machines-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* ==============================================book-a-video-call-page-css============================================= */

/* ==============single-product-page-css================= */

/* product-slider */

/* Remove for prod */

.product-slider .rtl-slider-flex {
    width: 100%;
    margin: 0em auto;
    /* padding: 0.75em 0.75em 0.5em;    background: #fff;    border-bottom: 1px solid rgba(0,0,0,0.2);    box-shadow: 0 1px 5px rgba(0,0,0,0.15); */
}

.product-slider .thumb-prev,
.product-slider .thumb-next {
    bottom: 12px !important;
    right: calc(9% + 0.75em) !important;
}

.product-slider .thumb-prev {
    left: 0;
}

/* Necessary styles */

.product-slider .rtl-slider-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.product-slider .rtl-slider-flex .rtl-slider {
    width: 80%;
    margin-right: 1%;
    background: #ffffff;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider .rtl-center .slick-slide.slick-current.slick-active div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider .rtl-center .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .slick-slide.slick-current.slick-active div {    display: flex;    align-items: center;    justify-content: center;} */

.product-slider .rtl-slider-slide {
    width: 100%; 
}

.product-slider .rtl-slider-flex .rtl-slider-nav {
    width: 19%;
    margin-top: -2px;
}

.product-slider .rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
    padding-top: 0;
    margin-bottom: 4px;
    /* opacity: 0.75; */
    transition: all 0.3s ease;
    cursor: pointer;
    height: 95px;
    width: 95px !important;
}

.product-slider .rtl-slider-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-slider .rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
    opacity: 1;
}

/* .rtl-slider-flex .rtl-slider-slide {    background: #0b69b7 url("") no-repeat center/cover;    padding-top: 0;} */

.product-slider .rtl-slider-flex .thumb-prev,
.product-slider .rtl-slider-flex .thumb-next {
    position: absolute;
    bottom: 4px;
    right: 0;
    height: 88px;
    width: 9.5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
}

.product-slider .rtl-slider-flex .thumb-prev {
    right: 9.5%;
}

.product-slider .rtl-slider-flex .thumb-prev,
.product-slider .rtl-slider-flex .thumb-next {
    position: absolute;
    bottom: 4px;
    right: 0;
    height: 88px;
    width: 9.5%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    display: none;
}

 .product-slider-content h2.accordion-header button.accordion-button {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    padding: 10px 20px;
    background: #F1F1F1;
    border-radius: 0 !important;
}

 .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: #F1F1F1;
    color: #6F7C8E;
}

.product-slider-content .accordion-item {
    border-radius: 0px !important;
}

.product-slider-content button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.product-slider-content button.accordion-button.collapsed {
    background: #f1f1f1;
}

.product-slider-content h3 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: capitalize;
}

.product-slider-content p {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 20px 0 15px 0;
}

.product-slider-content span {
    color: #0A0707;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.product-slider-content .product-slider-content-inner {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    padding: 15px 0 30px 0;
}

section.product-slider {
    padding: 100px 0 0px !important;
    /*border-bottom: 1px solid rgb(10 7 7 / 20%);*/
}

.product-f-price {
    padding-right: 20px;
}

.product-f-price span {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-s-price span {
    color: #0A0707;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* ==product-slider== */

/* ===increase-decrease-btn */

.product-quntity-btn form {
    /*background: #f1f1f1;*/
    padding: 8px;
    gap: 20px;
}

.product-quntity-btn form input#number {
    text-align: center;
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-quntity-btn form .Increase {
    background-color: #000;
    font-size: 26px;
    color: white;
    padding: 0px 10px;
}

.product-quntity-btn .Decrease {
    background-color: #000;
    font-size: 26px;
    color: white;
    padding: 0px 10px;
}

/*.product-quntity-btn {
    padding-top: 20px;
    display: flex;
    align-items: center;
}*/

.product-quntity-btn a.button {
    border: 2px solid #FD0000;
    padding: 13px 60px;
    transition: all 0.5s;
    background: transparent;
    color: #FD0000;
}

.product-quntity-btn a.button:hover {
    background: #FD0000;
    color: #fff !important;
    transition: all 0.5s;
    text-decoration: none !important;
}

.product-quntity-btn a.button:hover svg path {
    fill: #fff;
    transition: all 0.5s;
}
.product-quntity-btn a.button svg {
    margin-right: 5px;
}

.paypal-btn a {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #FFC439;
    text-align: center;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paypal-btn {
    width: 100%;
    padding-top: 30px;
}

/* ===increase-decrease-btn */

section.related-product-section h2 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 28px;
    padding-bottom: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.related-product-section .product-main-card {
    background: #F1F1F1;
}

.related-product-section .product-img {
    text-align: center;
}

section.related-product-section {
    padding: 100px 0;
}

section.product-single-pg .testimonial-card {
    background: #F1F1F1;
}

section.product-single-pg {
    background-color: #fff;
    padding: 100px 0 !important;
}

section.product-single-pg .testimonial-card:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 25px;
    width: 60px;
    height: 45px;
    background-image: url("../images/image-1313.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.product-single-pg .testimonial-heading h4 {
    color: #000;
}

section.product-single-pg .testimonial-slaider button.owl-next i {
    color: rgba(111, 124, 142, 1);
    border: 1px solid rgba(111, 124, 142, 1);
}

section.product-single-pg .testimonial-slaider button.owl-prev i {
    color: rgba(111, 124, 142, 1);
    border: 1px solid rgba(111, 124, 142, 1);
}

/* ==============single-product-page-css================= */

/* ==============artical-details-page-css================= */

section.artical-details {
    padding: 150px 0 100px;
}

.artical-details .artical-heading h2 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
}

.artical-details .artical-heading .product-pg-main-inner p {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.artical-heading-left p {
    color: #0A0707;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
    padding-right: 20px;
}

span.ppg-main {
    font-size: 16px;
}

.artical-heading-left a {
    display: flex;
    align-items: center;
}

.artical-heading-left a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    background-color: #1F74C2;
    padding: 10px;
}

.artical-heading-left a i {
    width: 15px;
}

.artical-heading-left a svg {
    margin-right: 5px;
}

.artical-details-img {
    width: 100%;
    height: 262px;
    margin-top: 30px;
}

.artical-details-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.artical-bottom-content p {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

.artical-bottom-content {
    padding-top: 40px;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 20px;
}

.artical-bottom-share h5 {
    color: #0A0707;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding-top: 23px;
    padding-bottom: 15px;
}

.artical-bottom-share a.button {
    border: 1px solid #3B5998;
    background: #FFF;
    color: #3B5998;
    display: inline-flex;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 9px 32px;
}

.artical-bottom-share a:last-child {
    border: 1px solid #03A9F4;
    background: #FFF;
    color: #03A9F4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-family: 'Poppins';
    margin-left: 20px;
}

.artical-detail-right ul {
    padding: 0;
}

.artical-detail-right-img {
    width: 100%;
    height: 60px;
    max-width: 60px;
}

.artical-detail-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artical-detail-right-content h6 {
    color: #0A0707;
    font-family: 'HelveticaNeue-67';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.artical-detail-right-content p {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.artical-detail-right {
    padding-top: 60px;
    position: sticky;
    top: 50px;
}

.artical-detail-right-content {
    padding-left: 10px;
}

.artical-detail-right ul li {
    padding: 15px 0;
    border-bottom: 1px solid #E1E1E1;
}

/* ==============artical-details-page-css================= */

/* ====================================cart-page-css======================================= */

section.cart-section {
    padding: 200px 0 100px;
}

.cart-heading a svg {
    margin: 0 10px;
}

.cart-heading h2 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.cart-heading a {
    color: #6E7F8A;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.cart-heading a span {
    color: #FD0000;
    font-size: 18px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.cart-main {
    max-width: 50px;
    width: 100%;
    height: 50px;
    border-radius: 50%;
    background: #FD0000;
}

.cart-img {
    width: 100%;
    max-width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.cart-main {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.cart-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cart-flex h4 {
    margin: 0;
    color: #0A0707;
    font-family: 'HelveticaNeue-67';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.cart-table table thead tr th {
    color: #6F7C8E !important;
    font-family: 'HelveticaNeue-67';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.cart-table table tbody,
td,
tfoot,
th,
thead,
tr {
    border: none;
    vertical-align: middle;
}

.cart-product-quntity-btn {
    padding: 0;
    justify-content: center;
}

.cart-table table td a {
    color: #0A0707;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cart-table table tbody tr td:last-child {
    text-align: center;
}

.cart-table table thead tr th:first-child {
    text-align: left;
}

.cart-table table thead tr th {
    text-align: center;
}

.cart-product-quntity-btn form {
    margin: 0;
}

.cart-table table tbody td {
    text-align: center;
    background: transparent;
}

.cart-table table tbody tr {
    background-color: #F1F1F1;
}

.cart-table table.table {
    border-spacing: 0 1rem;
    border-collapse: separate;
}

.car-left {
    border: 1px dashed #6F7C8E;
    padding: 25px 15px 35px 20px;
}

.car-left h4 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 15px;
}

.car-left ul {
    padding: 0;
    margin: 0;
}

.car-left ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #E1E1E1;
}

.car-left ul li span b {
    color: #0A0707;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.car-left ul li span:first-child {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.payment-method svg {
    width: 28px;
    margin-right: 12px;
}

.payment-method span {
    color: #0A0707;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.payment-method input[type="radio"] {
    height: 20px;
    width: 20px;
}

.payment-method {
    padding: 15px 13px;
    background-color: #F1F1F1;
    margin: 15px 0;
}

.pay-via {
    padding: 15px;
    border: 1px solid #E1E1E1;
    background: #FFF;
}

.pay-via span {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.done-paypal {
    background-color: #FFC439;
    margin: 25px 0 0px 0;
    padding: 10px;
}

.done-paypal span {
    color: #000;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.done-paypal span img {
    width: 81px;
}

/* ====================================cart-page-css======================================= */

.fixed .header-logo {
    max-width: 50px;
    transition: all 0.5s;
}

.fixed .logo:after {
    top: -24px;
    height: 86px;
    transition: all 0.5s;
}

.fixed .header-end ul li a {
    padding: 25px 20px;
    transition: all 0.5s;
}

.fixed .header-nav nav ul li a:after {
    bottom: -28px;
    transition: all 0.5s;
}

/* ====================================================================== */

.radio-button-container {
    color: rgba(0, 0, 0, 0.75);
    display: block;
    position: relative;
    padding-left: 45px;
    line-height: 25px;
    margin-bottom: 12px;
    margin-left: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

/* On mouse-over, add a grey background color */

.radio-button-container:hover input~.checkmark {
    border-color: rgba(0, 0, 0, 0.5);
}

/* When the radio button is checked */

.radio-button-container input:checked~.checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: #FD0000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio-button-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.radio-button-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FD0000;
}

/* =============================================== */

header.fixed .header-end ul li:last-child:hover {
    background-color: #000;
}

/* .header-end ul li:first-child {
    display: none;
} */

.header-end ul li:last-child {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0;
}

header.fixed ul li>.dropdown-menu>li a {
    color: #fff;
}

.dropdown-menu {
    margin: 0 !important;
    position: absolute;
    top: 60px;
    align-items: flex-start !important;
    min-width: 190px;
    padding: 20px 20px !important;
    border-radius: 0;
    background: #212529;
    visibility: hidden;
    opacity: 0;
    transition: all 0.7s;
    flex-direction: column;
}

.dropdown-menu li {
    padding: 10px 0 10px 0px !important;
}

.header-nav nav ul li:hover .dropdown-menu, .header-nav nav ul li:active .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown-menu>li a:after {
    bottom: -10px !important;
}
header.shop-page-header .header-nav nav ul li ul.dropdown-menu li > a {
    color: #fff;
}
/*====<!-- ====best-business-page==== -->===*/

/*====<!-- ====your-allies-section==== -->===*/

section.your-allies-section {
    padding: 100px 0;
    overflow: hidden;
}

.allies-gallery-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.allies-gallery-flex-child {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    row-gap: 20px;
    flex-direction: column;
}

.allies-gallery-flex-inner {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.allies-gallery-flex-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    transition: 0.2s linear;
}
.allies-gallery-flex-inner:hover img {
    transform: scale(1.05);
}
.allies-gallery-flex-c-inner {
    width: 235px;
    height: 100%;
    overflow: hidden;
}
.allies-gallery-flex-c-inner img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    transition: all 0.2s linear;
}
.allies-gallery-flex-c-inner:hover img {
    transform: scale(1.05);
}

.your-allies-content {
    text-align: center;
    padding-top: 40px;
}

.your-allies-content h4 {
    color: #000;
    text-align: center;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
/*.your-allies-content h5 {
    color: #000;
    font-family: 'HelveticaNeue-97';
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}*/
.your-allies-content p {
    color: #000;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

/*====<!-- ====your-allies-section==== -->===*/

section.included-section {
    padding: 100px 0;
    background: #13221B;
}

.included-left {
    width: 70%;
    margin-left: auto;
}

.included-left h2 {
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}

.included-right ul li a span {
    width: 70px;
    height: 70px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 70px;
}

.included-right ul li {
    margin: 0 50px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 20px 0;
}

.included-right ul li a img {
    width: 40px;
    height: 45px;
}

.included-right ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    gap: 20px;
}

.the-Process-image img {
    height: 100%;
    object-fit: cover;
    position: relative;
}

.the-Process-content {
    margin-top: 20px;
}

/*.the-Process-section .row .col-lg-4:nth-child(2) .the-Process-main:after {
    content: "";
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/Group-7111.svg');
    height: 60px;
    width: 200px;
    top: 40px;
    left: 190px;
}*/
.the-Process-section .row .col-lg-4:nth-child(1) .the-Process-main:before, .the-Process-section .row .col-lg-4:nth-child(3) .the-Process-main:before {
    content: "";
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/Group-7110.svg');
    height: 55px;
    width: 180px;
    top: 20px;
    left: -90px;
}
.the-Process-section .row .col-lg-4:nth-child(1) .the-Process-main:before {
    right: -90px;
    left: unset;
}
.the-Process-image {
    position: relative;
}

.the-Process-image span {
    position: absolute;
    bottom: 8px;
    left: 6rem;
    width: 40px;
    height: 40px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

section.the-Process-section {
    padding: 100px 0;
}

.the-Process-main {
    text-align: center;
    width: 100%;
    position: relative;
}

.the-Process-heading h4 {
    color: #0A0707;
    text-align: center;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.the-Process-content h5 {
    color: #000;
    font-family: 'HelveticaNeue-97';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-align: center;
}

/*====<!-- ====best-business-page==== -->===*/

/*====<!-- ====health-safety-page==== -->===*/

section.topics-section {
    padding: 100px 0;
    background-color: #13221B;
}

.topics-heading h3 {
    color: #fff;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.topics-heading {
    color: #fff;
    width: 55%;
    margin-bottom: 50px;
}
.topics-heading p {
    font-family: 'HelveticaNeue-67';
    font-size: 21px;
    padding-bottom: 10px;
    font-style: normal;
    line-height: 34px;
    color: rgb(255 255 255 / 60%);
}
.topics-content h5 {
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    width: 70%;
    margin: 15px 0 19px 0;
}
.topics-content p {
    color: rgb(255 255 255 / 60%);
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
/*====<!-- ====health-safety-page==== -->===*/
/*====<!-- ====best-business-page==== -->===*/
section.discover-inside-section {
    padding: 0 0 70px;
}
.discover-inside-image {
    width: 100%;
    overflow: hidden;
}
.discover-inside-image img {
    width: 100%;
    object-fit: cover;
    transition: 0.3s linear;
}
.discover-inside-image:hover img {
    transform: scale(1.05);
}
.discover-inside-content h2 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}
.discover-inside-content h5 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    margin: 20px 0 30px 0;
}
.discover-inside-content ul {
    padding: 0;
    margin: 0;
}
.discover-inside-content ul li {
    display: flex;
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    gap: 15px;
    margin-bottom: 15px;
}
.discover-inside-content ul li span {
    background:  #13221B;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex: 0 0 26px;
    color: #FFF;
    font-family: 'HelveticaNeue-97';
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}
.discover-inside {
    margin-top: 30px;
}
.discover-inside a.button {
    background-color: #FD0000;
    color: white;
    border: 2px solid #FD0000;
}
.discover-inside a:hover {
    border: 2px solid #FD0000;
    background-color: transparent;
    color: #FD0000 !important;
    text-decoration: none !important;
}
.quality-finish-content a {
    background: rgba(253, 0, 0, 0.10);
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    color: #FD0000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.quality-finish-content a img {
    margin-right: 15px;
}
.quality-finish-content h4 {
    color: #000;
    font-family: 'HelveticaNeue-67';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.quality-finish-img-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
section.quality-finish-section {
    padding: 70px 0;
}
.quality-finish-img-flex-inner {
    width: 265px;
}
.quality-finish-img-flex-inner img {
    width: 100%;
    object-fit: cover;
}
.bb-page {
    border-bottom: none !important;
    padding: 60px 0 !important;
}
/*====<!-- ====best-business-page==== -->===*/

.quantity-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border: 1px solid #000;
}
.quantity-box button.minus, .quantity-box button.plus {
    border: 0;
    color: #fff;
    width: 40px;
    height: 35px;
    margin: 0;
    background: black;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
}
.single-product form.cart input[type=number] {
    width: 70px;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    /*background: #f1f1f1;*/
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
}
.quantity a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity a span {
    font-size: 25px;
    color: #fff;
}
.quantity__minus:link,
.quantity__plus:link {
  color: #8184a1;
} 
/*=======laser-consulting-page-start=======*/
.consulting-inside {
    background-color: #fff !important;
}
.consulting-inside .topics-heading {
    text-align: center !important;
    margin: 0 auto;
    padding-bottom: 20px;
}
.consulting-inside .topics-heading h3 {
    color: #000;
}
.consulting-inside .topics-heading p {
    color: #6F7C8E;
}
.consulting-inside .topics-content h5 {
    color: #000;
    width: 75%;
}
.consulting-inside .topics-content p {
    color: #6F7C8E;
}
.consulting-allies .your-allies-content h5 {
    color: #FD0000;
    font-family: 'HelveticaNeue-97';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 22px;
}
.consulting-allies .your-allies-content h6 {
    color: #000;
    font-family: 'HelveticaNeue-97';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.consulting-allies .your-allies-content a {
    color: #000;
    font-family: 'HelveticaNeue-67';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.consulting-allies .consulting-allies-btn a {
    background-color: #fd0000;
    color: #fff !important;
    border: 2px solid #fd0000;
}
.consulting-allies .consulting-allies-btn a:hover {
    border: 2px solid #fd0000;
    background: transparent;
    color: #fd0000 !important;
    text-decoration: none !important;
}
.consulting-allies .consulting-allies-btn {
    margin-top: 15px;
}
.consulting-allies {
    padding: 0 0 70px !important;
    overflow: hidden;
}
.consulting-discover-inside {
    padding: 100px 0 !important;
}
.consulting-form {
    position: relative;
    bottom: -108px;
    z-index: 99;
    border-radius: 50px 50px 0px 0px;
    background: #FFF;
    padding-top: 35px;
    overflow: hidden;
}
.consulting-textarea textarea:hover, .consulting-textarea textarea:focus {
    border: 1px solid red !important;
}
.consulting-form:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 9px;
    background: #fd0000;
}
.consulting-form h4 {
    color: #000;
    font-family: 'HelveticaNeue-97';
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}
.consulting-form p {
    color: #6F7C8E;
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
/*    width: 75%;*/
    margin: 0 auto;
}
.consulting-form form {
    padding: 0px 25px 35px 25px;
}
.consulting-fname {
    margin: 15px 0;
    display: flex;
    align-items: center;
    border: 1px solid #E1E1E1;
    background: #F1F1F1;
}
.consulting-fname-image svg {
    height: 25px;
    width: 25px;
}
.consulting-fname-input input {
    height: 55px;
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.consulting-fname-input input::placeholder  {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.consulting-textarea textarea::placeholder{
    color: #6F7C8E;
}
.consulting-fname-image {
    flex: 0 0 18%;
    max-width: 18%;
    text-align: center;
    position: relative;
}
.consulting-fname-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15%;
    background: #6F7C8E;
    width: 1px;
    height: 26px;
}
.consulting-fname-input {
    flex: 0 0 88%;
    max-width: 88%;
}
.consulting-fname:hover {
    border: 1px solid red;
}
.consulting-fname:hover svg path {
    fill: red;
}
.consulting-textarea textarea {
    border: 1px solid #E1E1E1;
    background: #F1F1F1;
    resize: none;
    height: 130px;
    width: 100%;
    padding: 20px;
    outline: none;
     color: #6F7C8E;
}
.consulting-banner input[type="submit"] {
    width: 100%;
    background-color: red;
    color: #fff;
}
.consulting-textarea textarea::placeholder{
     color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
section.touch-section {
    background: #13221B;
    padding: 50px 0;
    overflow: hidden;
    margin-top: 30px;
}
.touch-left {
    background: #FFF;
    padding: 24px;
}
.touch-form-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.touch-form-flex .consulting-fname-image {
    flex: 0 0 22%;
    max-width: 22%;
}
.touch-form-flex .consulting-fname-input {
    flex: 78%;
    max-width: 78%;
}


.touch-left form .consulting-textarea {
    margin-bottom: 20px;
}
.touch-left-heading h3 {
    color: #000;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: capitalize;
}
.touch-left-heading p {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
/*    width: 70%;*/
}
.touch-form-flex .consulting-fname {
    margin: 20px 0 0 0;
}
.touch-form-flex .consulting-fname-input input {
    height: 50px;
}
.touch-right {
    width: 100%;
    height: 100%;
    position: relative;
    top: 50px;
}
.touch-right img {
    width: 45vw;
    /* position: absolute; */
    /* left: 0%; */
    /* bottom: -10%; */
}

.consulting-fname-main-inner .consulting-fname-image {
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
    position: relative;
}
.consulting-fname-main-inner .consulting-fname-input {
    flex: 0 0 90%;
    max-width: 90%;
}
/*=======laser-consulting-page-end=======*/

.company-sladier .owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
}

section.the-Process-section .row .col-sm-12.col-md-3.col-lg-3:nth-child(1)  .the-Process-image:after {
    content: "";
    position: absolute;
    left: -10%;
    top: 44%;
    background-image: url("../images/coating.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 18px;
    width: 170px;
}
section.the-Process-section .row .col-sm-12.col-md-3.col-lg-3:nth-child(1)  .the-Process-image:before {
    content: "";
    position: absolute;
    left: -15%;
    top: 55%;
    background-image: url("../images/primer.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 18px;
    width: 168px;
    z-index: 2;
}
section.the-Process-section .row .col-sm-12.col-md-3.col-lg-3:nth-child(1) .the-Process-main:after {
    content: "";
    position: absolute;
    left: -15%;
    top: 58%;
    background-image: url("../images/substrate.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 18px;
    width: 188px;
    z-index: 9;
}

.upgrade-package-heading {
    text-align: center;
}
.upgrade-package-main {
    padding: 30px;
    border-radius: 8px;
    min-height: 400px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s;
}
section.upgrade-package-section .upgrade-package-main:hover {
    transform: translateY(-10px);
}
.upgrade-package-card h4, .upgrade-package-price {
    text-align: center;
}
.upgrade-package-price p span.price {
    font-family: 'HelveticaNeue-97';
    font-size: 32px;
    margin-right: 5px;
}

.upgrade-package-card h4 {
    font-family: 'HelveticaNeue-97';
    font-size: 30px;
}
ul.features {
    margin-block: 30px;
}
ul.features li {
    margin-bottom: 15px;
    line-height: 1.5;
    font-family: 'HelveticaNeue-67';
    font-size: 16px;
    list-style: disc;
}
ul.features li::marker {
    color: #f40000;
    font-size: 20px;
}
.upgrade-btn {
    text-align: center;
}
.upgrade-btn a {
    border: 1px solid red;
    color: #FD0000;
}
.upgrade-btn a:hover {
    background: #FD0000;
    color: #fff;
}
.upgrade-package-heading h1 {
    color: #0A0707;
    font-family: 'HelveticaNeue-97';
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}
.upgrade-package-heading p {
    color: #6F7C8E;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 10px 0 25px 0;
}
section.upgrade-package-section .row .col-lg-4:nth-child(2) .upgrade-package-main {
    background-color: #fd0000e3;
    color: #fff !important;
}
section.upgrade-package-section .row .col-lg-4:nth-child(2) .upgrade-package-main ul li::marker {
    color: #fff;
}
section.upgrade-package-section .row .col-lg-4:nth-child(1) .upgrade-package-main:hover , section.upgrade-package-section .row .col-lg-4:nth-child(3) .upgrade-package-main:hover {
    background-color: #fd0000e3;
    color: #fff !important;
}
section.upgrade-package-section .row .col-lg-4:nth-child(1) .upgrade-package-main:hover ul li::marker , section.upgrade-package-section .row .col-lg-4:nth-child(3) .upgrade-package-main:hover ul li::marker{
    color: #fff;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #cd2653 !important;
}
.woocommerce-info {
    border-color: #ff1a1a !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 80% !important;
    margin: 0 auto;
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 30px !important;
    background-color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { 
    color: #fd0000 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 8px 0 !important;
    line-height: normal !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-size: 21px;
    font-family: 'HelveticaNeue-97';
    font-weight: 500;
    color: #fff !important;
}
.woocommerce-MyAccount-content p {
    font-family: 'Poppins' !important;
    font-size: 18px !important;
    margin:15px 0 !important;
}
.woocommerce-MyAccount-content p a {
    font-weight: 600 !important;
    color: #fd0000;

}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: #fd0000;
    text-decoration: none !important;
}
form.woocommerce-EditAccountForm.edit-account input {
    margin: 15px 0;
    border: 1px solid #E1E1E1;
    background: #F1F1F1;
    height: 45px;
    padding: 0 15px;
    color: #000;
}
form.woocommerce-EditAccountForm.edit-account p {
    font-size: 16px !important;
    font-family: 'Poppins' !important;
}
.woocommerce-account .woocommerce-MyAccount-content { 
    width: 100%;
}
form.woocommerce-EditAccountForm.edit-account label {
    font-size: 18px;
    font-family: 'HelveticaNeue-67';
}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    color: #fff;
    background: #fd0000;
    border-color: #fd0000;
}
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover {
    background: transparent;
    border-color: #fd0000;
    color: #fd0000;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset { 
    padding: 30px !important;
}
form.woocommerce-EditAccountForm.edit-account  .woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    font-size: 26px;
    font-family: 'HelveticaNeue-67';

}
 a.woocommerce-Button.wc-forward.button , .woocommerce-info a.button.wc-forward{
    color: #fd0000 !important;
}
 a.woocommerce-Button.wc-forward.button:hover , .woocommerce-info a.button.wc-forward:hover{
    background: #fd0000;
    color: #fff !important;
    text-decoration: none !important;
}
.woocommerce-MyAccount-content {
    width: 100% !important;
}

.woocommerce-cart-form input#coupon_code::placeholder{
    color: #000 !important; 
}
span.onsale {
    background: #fd0000;
    font-size: 16px;
    padding: 10px;
    line-height: normal;
    font-weight: 100;
}
span.posted_in a {
    color: #fd0000;
}
.woocommerce-tabs.wc-tabs-wrapper ul li a {
    color: #fd0000 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.product button.single_add_to_cart_button:hover, .products a.add_to_cart_button:hover {
    background: #FD0000 !important;
    color: #ffffff !important; 
}
.related .products .product { 
    margin: 0 !important; 
}
section.related.products .row.products {
    gap: 20px;
}
main#site-content {
    padding: 150px 25px 0 !important;
}
.footer-nav-widgets-wrapper.header-footer-group {
    padding: 25px !important;
}
.booking-calendar{
    position: relative;
    padding: 40px 0;
}
.booking-calendar iframe {
    width: 100% !important;
    height: 60vh;
}

.header-end ul li a span {
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 30px;
    color: #fff;
}

.header-end ul li a {
    position: relative;
}

.fixed .header-end ul li a span {
    top: 15px;
    background: red;
    color: #fff;
}
.m-cart-btn-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}
header.fixed .m-cart-btn a svg path {
    fill: #fd0000;
}
header.shop-page-header .m-cart-btn a svg path {
    fill: red;
}

header.shop-page-header .logo:after { 
    top: -28px; 
}
header.shop-page-header.fixed .logo::after {
    height: 78px;
}
@media only screen and (min-width: 1168px) {
    .woocommerce .content-area {
        padding: 4vw 0vw !important;
    }
    .woocommerce .onsale {
        background: #fd0000;
        font-size: 16px !important;
        text-transform: capitalize;
        padding: 6px !important;
        letter-spacing: 0.5px;
        font-family: 'Poppins';
        font-weight: 500;
    }
}