@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
font-family: "Roboto Condensed", sans-serif !important;
}
.f-light{
         font-family: "Roboto Condensed", sans-serif;
     font-weight: 300;
}
.f-regular{
         font-family: "Roboto Condensed", sans-serif;
     font-weight: 400;
}
.f-medium{
         font-family: "Roboto Condensed", sans-serif;
     font-weight: 500;
}
.f-semibold{
         font-family: "Roboto Condensed", sans-serif;
     font-weight: 600;
}
.f-bold{
    font-family: "Roboto Condensed", sans-serif;
     font-weight: 700;
}
.f-black{
    font-family: "Roboto Condensed", sans-serif;
     font-weight: 900;
}

@font-face {
  font-family:Helvetica-Bold;
  src: url(../fonts/Helvetica-Bold.woff);
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 20px 0px;
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
    background: #000;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background: #000;
  padding: 20px 0px;
  margin-top: 0px;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #fff;
    font-weight: 500;
    margin: 0px 2vw;
    margin-top: -0.417vw;
    position: relative;
    padding: 0px 8px;
    font-weight: 700;
}


header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #009adf;
}
.navbar-brand {
    position: absolute;
    top: -9px;
    left: 30px;
    padding: 0;
    width: 14%;
}
.navbar-brand h2 {
    color: #fff;
    font-weight: 900;
    font-size: 48px;
}
.footer-logo{
    color: #fff;
    font-weight: 900;
    font-size: 48px;
}
.navbar-brand h2 sup {
    top: -21px;
    font-size: 23px;
    left: -9px;
}
.footer-logo sup{
     top: -21px;
    font-size: 23px;
    left: -9px;
}
.navbar-brand img {
    width: 81%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
  footer{
    position: relative;
  }
.main-footer {
    background:#000;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
  .btm-strip {
      background: #000;
  }
.btm-strip p {
    color: #FFFFFF;
    font-size: 1vw;
    font-weight: 400;
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 24%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 1vw;
    line-height: 27px;
    width: 89%;
    font-weight: 400;
    margin-bottom: 0;
}
 .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
  

.column:nth-child(2) {
    width: 18%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 1.354vw;
    font-weight: 600;
    margin-bottom: 19px;
}

.column:nth-child(3) {
    width: 22%;
}
.column:nth-child(4) {
    width: 16%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 16px;
    line-height: 20px;
    color: #ffffff;
    font-size: 1vw;
    font-weight: 400;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a {
    display: flex;
    align-items: center;
    color: #ffffff;
}
.Contact-wrapper a i {
    margin-right: 8px;
}
 .footerlogo {
    width: 55%;
}
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
      margin-bottom: 20px;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }

.common-btn {
    width: 134px;
    height: 39px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 700;
}
a.common-btn i {
    margin-left: 7px;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#14C2C2;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 16px 0px 16px 0px;
    position: relative;
    border-top: 1px solid #ffffff30;
}
.btm-strip a {
    font-size: 1vw;
    color: #fff;
}
.col-lg-8.col-md-12.strip-pages {
    text-align: right;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: 16px;
}
.caption-left {
    position: absolute;
    top: 32%;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.caption-left h2 {
    font-size: 2.8vw;
}

.caption-left h2 span {
    font-family: "Dancing Script", cursive;
    color: #009adf;
    font-size: 66px;
}
.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    padding-right: 0%;
}
ul.navbar-nav .div1,
ul.navbar-nav .div2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-btn {
    background-color: #fff;
    color: #000 !important;
    height: 2.188vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 14px;
    width: 8.198vw;
}
.header-btn i {
    margin-left: 5px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 85.417vw;
}
.logo-box img {
    display: block;
    margin: 0 auto;
}
.subheading{
    font-size: 1.042vw;
    color: #14C2C2;
     font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.heading{
    font-size: 3.438vw;
    line-height: 4.115vw;
    font-weight: 700;
     font-family: "Roboto Condensed", sans-serif;
}
.heading span{
    color: #000;
}
p{
    color: #707070;
    font-weight: 400;
    font-size: 1.042vw;
    line-height: 1.25vw;
     font-family: "Roboto Condensed", sans-serif;
}
.home-about .row {
    align-items: center;
}
.home-about .img-box img {
    width: 69%;
    display: block;
    margin: 0 auto;
}
.home-about {
    position: relative;
    padding: 11vw 0;
}
.home-about-element {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    z-index: -1;
}
.home-product .item h4 {
    font-size: 1.567vw;
    line-height: 1.979vw;
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    transition: all 0.4s;
}
.home-product .home-product-left-element {
    position: absolute;
    bottom: 8%;
    left: 6%;
    width: 16%;
}
.home-product .home-product-dots-blue {
    position: absolute;
    right: 31%;
    top: 28%;
    width: 16%;
}
.home-product .text-box {
    background: #ffffff;
    height: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 10px #ccc;
    transition: all 0.4s;
}
.home-product .item:hover .text-box {
    background:#009adf ;
}
.home-product .item:hover h4{
    color: #fff;
}
.home-product .item{
    position: relative;
    transition: all 0.4s;
    top: 0;
    display: block;
}
.home-product .item:hover{
    position: relative;
    top: -50px;
}
.home-product .owl-stage{
    padding-left: 0 !important;
}
/*.product-slider {
    padding-left: 10vw;
}
.heading-box{
     padding-left: 10vw;
}*/
header.animated.shrink {
    background: #000;
    box-shadow: 0px 0px 10px #ccc;
}
.home-product .item {
    margin: 7vw 0;
}
.home-product-element {
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
}
.home-product {
    position: relative;
}
.home-product .owl-theme .owl-nav [class*=owl-], .home-product .owl-theme .owl-nav [class*=owl-]:hover {
    color: #b8adad;
    font-size: 1.498vw;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.4s;
}
.home-product .owl-theme .owl-nav [class*=owl-]:hover{
    color: #009ADF;
    transform: scale(1.2);
}
.home-product .owl-nav {
    display: flex;
    position: absolute;
    right: 14vw;
    top: -6vw;
}
.box-single i {
    font-size: 34px;
    display: block;
    text-align: center;
    margin-bottom: 1vw;
    color: #00aff0;
  }
 .box-single {
    background: #fff;
    box-shadow: 0px 0px 10px #a6a3a3;
    border-radius: 20px;
    height: 12vw;
    padding: 0px 1vw;
    padding-top: 1.4vw;
    margin-top: 2vw;
}
  .box-single a, .box-single a:hover {
    display: block;
    text-align: center;
   font-size: 1vw;
    color: #707070;
  }
  .box-single p {
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
    font-size: 1vw;
    color: #707070;
}
 .box-single h5 {
    font-weight: 600;
    color: #343f74;
    font-size: 1.5vw;
}
 .contact {
    padding-bottom: 5.208vw;
    padding-top: 7.063vw;
    background: #14C2C2;
    margin-top: -4vw;
}
  .contact .social-box i {
    font-size: 21px;
    /* margin-right: 10px; */
    color: #000;
  }
  .contact .form-group .form-control {
    border: 0px;
    background: #F5F6F8;
    padding: 13px 20px;
  }
  .form-box .form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding-left: 0;
    color: #000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding-bottom: 9px;

  }
  .form-group {
    margin-bottom: 32px;
}
  .form-box button.common-btn {
    background: #fff;
    color: #000000;
    margin-top: 1.146vw;
    padding: 10px 31px;
    border: 0;
  }
.contact-box {
    margin-top: 5vw;
}

.breadcum {
    position: relative;
    margin-top: 0px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
    filter: brightness(0.7);
    height: 450px;
    object-fit: cover;
}
.breadcum .caption-heading {
    position: absolute;
    top: 60%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.caption-heading h1 {
    font-weight: 700;
    margin-top: 0;
    font-size: 4vw;
    text-align: center;
}
.contact .right-box {
    width: 79%;
}
section.contact-box .row {
    width: 89%;
    margin: 0 auto;
}
.contact .row {
    margin-top: 2vw;
}

p#email-error,
p#msg-error {
    position: absolute;
    color: #fff;
    font-size: 13px;
}
.reserach-development{
    background: url(../images/home-research-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6vw 0;
    position: relative;
    background-attachment: fixed;
}
.reserach-development .container{
    position: relative;
}
.reserach-development::before{
    position: absolute;
    content: "";
    background: #0006;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.reserach-development p{
    color: #000;
    font-size: 1.354vw;
    line-height: 1.615vw;
}
/*.testimonial-slider{
    padding-left: 10vw;
}*/
.home-product.home-testimonial .item h4 {
    color: #000;
    text-align: left;
    margin-top: 2.2vw;
    font-size: 1.4vw;
}
.home-product.home-testimonial .item span {
    color: #000;
    font-size: 1vw;
}
.home-product.home-testimonial .item {
    margin: 7vw 0;
    background: #fff;
    box-shadow: 0px 0px 10px #cccccc6b;
    padding: 31px 30px;
    margin-left: 5px;
    position: relative;
    padding-top: 3.2vw;
    height: 330px;
}
.stra-wrapper i{
    color: #ffd500;
}
.stra-wrapper {
    margin-bottom: 1vw;
}
.home-product.home-testimonial .item p {
    color: #707070;
    font-weight: 400;
    font-size: 1.014vw;
    line-height: 1.5vw;
}
.home-product.home-testimonial .item .ppl-img {
    width: 32% !important;
    position: absolute;
    top: -62px;
}
.home-product.home-testimonial {
    padding-top: 5vw;
    position: relative;
}
.social-box a {
    background: #fff;
    color: #000;
    width: 2.7vw;
    height: 2.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 0;
    border-radius: 50%;
    margin-right: 13px;
}
.home-product.home-testimonial .home-testi-left-element {
    position: absolute;
    left: 7%;
    top: 62%;
    width: 16%;
    
}
.home-product.home-testimonial .item:hover{
    top: 0;
}

.product-main {
    margin-top: -26px;
    position: relative;
    z-index: 1;
}
.key-ingredients ul li {
    position: relative;
    font-size: 1.423vw;
    line-height: 3.333vw;
    color: #707070;
}
.key-ingredients ul li::before {
    position: absolute;
    content: "";
    background: #009ADF;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    top: 24px;
    left: -26px;
}
.key-ingredients {
    padding: 4vw 0;
    position: relative;
}
.key-ingredients .product-element {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}
.shop-now {
    background: #009ADF;
    padding: 5vw 0;
    position: relative;
}
.shop-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5vw;
}
.shop-wrapper .shop-single {
    margin: 0px 1vw;
    background: #F1F1F1;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12%;
    border-radius: 11px;
}
.shop-single img{
    transition: all 0.4s;
}
.shop-single:hover img{
    transform: scale(1.08);
}
.related-products{
    padding-top: 4vw;
}
.blog-single p{
   
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.blog-single h3 {
    font-size: 1.1vw;
}
.blog-single {
    width: 100%;
    margin: 0 auto 2vw;
    display: flex
;
    align-items: center;
}
.blog-single .text-box {
    box-shadow: 0px 0px 10px #ccc;
    padding: 1vw;
    width: 60%;
    height: 196px;
    background: #fff;
}
.blogs{
    padding: 4vw 0 1.5vw;
}
.blog-single:hover img{
    transform: scale(1.04);
}
.blog-single img{
    transition: all 0.4s;
}
.blog-single .img-box {
    overflow: hidden;
    width: 40%;
}
.blog-single .common-btn {
    margin-top: 1vw;
}
.blog-details {
    padding: 4vw 0;
}
.blog-details .img-box{
    margin: 2vw 0;
}
.blog-details .img-box:hover img{
    transform: scale(1.04);
}
.blog-details .img-box img{
    transition: all 0.4s;
}
.blog-details .img-box{
    overflow: hidden;
}
.blog-details h4 {
    color: #00aabb;
    font-weight: 700;
}
.related-blogs .blog-single{
    margin-top: 2vw;
}
.blogs.related-blogs {
    background: #14c2c217;
}
ul.dropdown-menu {
    min-width: 17rem;
    padding: 0;
    background-color: #f4f5fa;
    top: 4px;
    border: 0px;
    border-radius: 0px;
   
}
.dropdown-link.active {
    color: #8ac33f;
}
.dropdown-link {
    margin-bottom: 0;
    display: block;
    color: #009adf;
    font-size: 17px;
    padding: 5px 21px;
    
}
.dropdown-link:hover{
    background: #009adf;
    color: #fff;
}
.footer-page{
    padding:4vw 0;
}
.footer-page h4{
    font-size: 25px;
}
.footer-page h3{
    font-size: 20px;
}
.sitemap.footer-page a {
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.about-us{
    padding: 4vw 0;
}
.vision-mission{
    background: red;
    padding: 4vw 0;
}
.vision-mission ul{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
}
.vision-mission p {
    color: #fff;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.nav-tabs .nav-link {
    border-radius: 5px;
    font-size: 1.3vw;
    color: #fff;
    border: 1px solid #fff;
    margin: 0px 24px;
}
.vision-mission {
    background: #009adf;
    padding: 4vw 0;
}
.vision-mission li{
    width: 19%;
    text-align: center;
}
section.vision-mission img {
    width: 8%;
    margin: 2vw auto;
    display: block;
}
.slider-section .item{
    position: relative;
}
   /*.slider-section .item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 45vw solid #efefed;
    border-right: 45vw solid transparent;
}*/
/*.slider-sunscreen.slider-section .item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 45vw solid #efefed;
    border-right: 45vw solid transparent;
}*/

.product-wrapper {
    margin-top: 12vw;
}
.product-single {
    position: relative;
    border-bottom: 1px solid #00000042;
    margin-bottom: 3vw;
    padding-bottom: 3vw;
}
.product-single .text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13%;
}
.product-single .text-box h2 {
    text-transform: uppercase;
   font-weight: 900;
   line-height: 44px;
    color: #fff;
    font-size: 45px;
    
}
.product-single .text-box p {
    color: #fff;
    font-size: 16px;
    width: 45%;
    line-height: 19px;
    font-weight: 400;
    margin: 10px 0px 20px;
}
.product-single .text-box .common-btn{
    background: #fff;
    color: #000;
}



.product .product-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 9vw;
}
.product .product-wrapper .product-tab {
    width: 60%;
    display: flex;
    position: relative;
}
.nav-tabs {
    border-bottom: 0;
}
.product .product-wrapper .product-tab .nav-link {
    display: block;
    background: #fff;
    height: 122px;
    width: 122px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.nav-tabs .nav-link {
    border-radius: 5px;
    font-size: 1.3vw;
    color: #fff;
    border: 1px solid #fff;
    margin: 0px 24px;
}
.product.contactless .product-wrapper .product-tab .tab-img {
   
}
/*.product .product-wrapper .product-tab .tab-img {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.2s;
}*/
.product .product-wrapper .product-tab .tab-img {
   
}
.product .product-wrapper .product-tab img {
    width: 82%;
    margin: auto;
    display: block;
    position: relative;
    top: 12px;
}
.product .product-wrapper .product-tab {
    width: 60%;
    display: flex;
    position: relative;
}
.product .product-wrapper .product-info {
    width: 40%;
}
.product ul.nav.nav-tabs {
    display: none;
    flex-direction: column;
}
.product .img-box {
    
}
.product-info ul li{
    position: relative;
    list-style-type: disc;
    font-size: 1.042vw;
}
.product-info .common-btn {
    background: #000;
    margin-bottom: 20px;
}
.product-info ul {
    padding-left: 15px;
}
.product.contactless {
    padding-bottom: 25px;
}
.product.contactless .nav-tabs img{
    width: 100%;
}
.product.contactless .heading sup {
    font-size: 22px;
    top: -22px;
}
.product.contactless .heading {
    text-transform: uppercase;
    line-height: 47px;
}
.qn-wrapper{
    display: flex;
    align-items: center;
}
.qn-wrapper p {
    border: 1px solid #000;
    color: #000;
    margin-bottom: 18px;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 16px;
}
.product-single img{
    width:100%;
    
}
.blog-details ul li {
    list-style-type: disc;
    margin-bottom: 4px;
}
section.blog-details p {
    margin-bottom: 7px;
    position:relatrive;
}
section.blog-details p::before {
    position: absolute;
    content: "";
    background: #000;
    height: 1px;
    width: 7px;
    left: -13px;
    top: 8px;
}
/*.product .product-wrapper .product-tab.bosy-wash .nav-link{
    border:1px solid #ccc;
    height: 134px;
}*/
.share-icons {
    display: flex;
    align-items: center;
}
.share-icons p {
    color: #000;
    font-size: 21px;
    margin-right: 10px;
    margin-top: 10px;
}
.share-icons a {
    font-size: 21px;
    margin-right: 12px;
    cursor: pointer;
    background: #000;
    height: 30px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.share-icons a i {
    color: #ffffff;
}
img.home-element1 {
    position: absolute;
    top: 0;
    right: -72px;
    width: 25%;
}
img.home-element2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 11%;
}
