
*{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}
 @font-face {
     font-family: 'Monopole';
     src: url('new-font/monopol-400.ttf') format('truetype');
     font-weight: 400;
     font-style: normal;
}
 @font-face {
     font-family: 'Monopole';
     src: url('new-font/monopol-500.ttf') format('truetype');
     font-weight: 500;
     font-style: normal;
}
 @font-face {
     font-family: 'Monopole';
     src: url('new-font/monopol-600.ttf') format('truetype');
     font-weight: 600;
     font-style: normal;
}
 @font-face {
     font-family: 'Monopole';
     src: url('new-font/monopol-600.ttf') format('truetype');
     font-weight: 600;
     font-style: normal;
}
 body{
     font-family: 'Monopole', sans-serif;
     font-weight: 500;
}
 .container {
     max-width: 1140px;
     margin: auto;
}
 .row {
     display: flex;
     flex-wrap: wrap;
}
 .heading-inner-color {
     color: #6F3B8C;
}
 .heading-font {
     font-family: 'Monopole', sans-serif;
     letter-spacing: 1px;
}
 .body-font{
     font-family: "Roboto Condensed", sans-serif;
     font-optical-sizing: auto;
}
 .color-white{
     color: #fff;
}



/*header-css-start*/



.header {
     background-color: #000000;
}
 .topbar {
     background-color: #C40000;
     justify-content: center;
     padding: 10px;
     align-items: center;
     column-gap: 10px;
}
 .topbar p{
     font-size: 20px;
     font-weight: 500;
     line-height: 24px;
     letter-spacing: 1px;
}
 .main-logo {
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 .header-menu ul {
     display: flex;
     list-style: none;
     column-gap: 4px;
     justify-content: center;
     width: 100%;
}
.header-menu ul li {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 1px;
}
 .header-main {
     justify-content: space-between;
     align-items: center;
}
 .search-container {
     position: relative;
}
 .search-container input {
     background: #21211F;
     border: none;
     padding: 20px 20px 20px 40px;
     border-radius: 5px;
     width: 430px;
}
 .search-container img {
     position: absolute;
     top: 50%;
     transform: translate(50%, -50%);
}
.search-container input {
  background: #21211F;
  border: none;
  padding: 7px 20px 7px 40px;
  border-radius: 5px;
  width: 430px;
  font-size: 22px;
  font-weight: 500;
  line-height: 34.4px;
  letter-spacing: 1px;
  text-align: left;
  font-family: 'Monopole', sans-serif;
  color: #959595;
  text-transform: uppercase;
}
 .header-bottom-row {
     display: flex;
     flex-direction: column;
     row-gap: 25px;
     padding: 25px 0px;
     position: relative;
}
 .header-menu ul li a {
     color: #fff;
     text-decoration: none;
         padding: 0px 9px;
         font-size: 22px;
}
.pro_buttons svg {
    margin: 0px 0px -3px 3px;
width: 15px;
height: 14px;
}

.main-logo img{max-width: 220px;
margin-top:10px;
}


.category-box-title:hover  H4{
  transform: scale(1.15);
}






.nav-btn {
  flex: 3;
  display: flex;
}

.nav-links {
  flex: 2;
}


.nav-links > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav-link > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
}

.nav-link > a > i {
  margin-left: .2rem;
}
#menu > ul {
    position: relative;
}
.nav-link:hover > a {
  transform: scale(1.1);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1000px;
  opacity: 0;
  pointer-events: none;
  transition: .5s;
  z-index: 99;
  transform: translate(-50%);
}

.dropdown ul {
  position: relative;
}

.dropdown-link > a {
  display: flex;
  background-color: var(--clr-light);
  color: var(--clr-dropdown);
  padding: .5rem 1rem;
  font-size: .9rem;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}

.dropdown-link:hover > a {
  background-color: var(--clr-dropdown);
  color: var(--clr-light);
}

.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid var(--clr-light);
}

.dropdown-link i {
  transform: rotate(-90deg);
}
.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: var(--clr-light);
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}
.dropdown-link:first-child:hover ~ .arrow {
  background-color: var(--clr-dropdown);
}
.dropdown-link {
  position: relative;
}
.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: .8rem;
  cursor: pointer;
  transform: translateX(10px);
}
.dropdown.second .arrow {
  top: 10px;
  left: -5.5px;
}
.nav-link:hover > .dropdown,
.dropdown-link:hover>.dropdown {
  opacity: 1;
  pointer-events: auto;
}
.hamburger-menu-container {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}
.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hamburger-menu div {
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  z-index: 1001;
  transition: .5s;
}
.hamburger-menu div:before,
.hamburger-menu div:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #fff;
  border-radius: 3px;
  transition: .5s;
}
.hamburger-menu div:before {
  transform: translateY(-7px);
}
.hamburger-menu div:after {
  transform: translateY(7px);
}
#check {
  position: absolute;
  top: 64%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}
.ham-active .hamburger-menu div {
  background-color: transparent;
}
.ham-active .hamburger-menu div:before {
  transform: translateY(0) rotate(-45deg);
}
.ham-active .hamburger-menu div:after {
  transform: translateY(0) rotate(45deg);
}
@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media (max-width: 920px) {
  .hamburger-menu-container {
    display: flex;
  }

  #check {
    display: block;
  }

  .nav-btn {
    position: fixed;
    height: calc(100vh - 3rem);
    top: 3rem;
    left: 0;
    width: 100%;
    background-color: #000;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: .65s;
    z-index: 999;
  }

  #check:checked ~ .nav-btn {
    transform: translateX(0);
  }

  #check:checked ~ .nav-btn .nav-link,
  #check:checked ~ .nav-btn .log-sign {
    animation: animation .5s ease forwards var(--i);
  }

  .nav-links {
    flex: initial;
    width: 100%;
  }

  .nav-links > ul {
    flex-direction: column;
  }

  .nav-link {
    width: 100%;
    opacity: 0;
    transform: translateY(15px);
  }

  .nav-link > a {
    line-height: 1;
    padding: 1.6rem 2rem;
  }

  .nav-link:hover > a {
    transform: scale(1);
    background-color: var(--clr-nav-hover);
  }

  .dropdown,
  .dropdown.second {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: var(--clr-dropdown-hov);
    display: none;
  }

  .nav-link:hover > .dropdown,
  .dropdown-link:hover>.dropdown {
    display: block;
  }

  .nav-link:hover > a > i,
  .dropdown-link:hover>a>i {
    transform: rotate(360deg);
  }

  .dropdown-link > a {
    background-color: transparent;
    color: var(--clr-light);
    padding: 1.2rem 2rem;
    line-height: 1;
  }

  .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }

  .dropdown.second .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }

  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }

  .arrow {
    z-index: 1;
    background-color: var(--clr-btn);
    left: 10%;
    transform: scale(1.1) rotate(45deg);
    transition: .5s;
  }

  .nav-link:hover .arrow {
    background-color: var(--clr-nav-hover);
  }

  .dropdown .dropdown .arrow {
    display: none;
  }

  .dropdown-link:hover > a {
    background-color: var(--clr-dropdown-link-hov);
  }

  .dropdown-link:first-child:hover ~ .arrow {
    background-color: var(--clr-nav-hover);
  }

  .nav-link > a > i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: .7s;
  }

  .dropdown i {
    font-size: 1rem;
    transition: .7s;
  }
}



/*header-css-end*/



/*Home-page-css-start*/



/*Home-slider-css-start*/



 .slider-carasoul {
     background-color: #191919;
     padding: 60px 0px 80px 0px;
}
.slider-carasoul {
    width: 100%;
    overflow: hidden;
}
 .slider-carasoul .slick-dots {
     bottom: 30px;
}
 .slider-carasoul .slick-dots li button:before {
     font-size: 18px;
}
 .slick-dots li button:before {
     opacity: .15;
     color: #6f3b8c!important;
}
 .slider-carasoul .slick-dots li.slick-active button:before {
     opacity: .75;
     color: #6f3b8c;
}
 .slider-main-slider {
     display: flex;
     justify-content: flex-end;
}
 .slider-right-main-image {
     width: 60%;
     border-radius: 60px;
}
 .slider-content {
     display: flex;
     flex-direction: column;
     row-gap: 25px;
     position: absolute;
     left: 105px;
     bottom: 50px;
}
 .slider-main-slider {
     position: relative;
     padding: 10px 0px;
}
 .slider-content h1 {
     font-size: 61px;
     font-weight: 500;
     line-height: 65px;
     letter-spacing: 0.04em;
}
 .slider-content p {
     font-size: 20px;
     font-weight: 400;
     line-height: 28px;
     letter-spacing: 0.02em;
}
 .pharma-bt a {
     background: #6F3B8C;
     color: #fff;
     padding: 10px 20px;
     text-decoration: none;
     font-size: 18px;
     font-weight: 400;
     line-height: 28.98px;
     display: block;
     width: max-content;
     font-family: "Roboto Condensed", sans-serif;
     text-transform: capitalize;
     display: block;
     border-radius: 5px;
}
 .slider-logos {
     position: absolute;
     display: flex;
     width: 340px;
     height: 340px;
     top: -60%;
     left: -39%;
}
 img.slider-logo-1 {
     width: 50%;
     position: absolute;
     right: 51px;
     top: 30px;
}
 img.slider-logo-2 {
     width: 50%;
     position: absolute;
     left: 0px;
     bottom: 0px;
}



/*Home-slider-css-Endt*/



/*Category-section-start*/



 .pharma-main-title h3 {
     font-size: 40px;
     font-weight: 500;
     line-height: 35px;
     text-align: center;
     color: #6F3B8C;
     text-transform: uppercase;
}
 .pharma-main-title {
     padding-top: 30px;
}
 .category-box {
     width: 23%;
}
 .category-box-title {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100px;
     z-index: 1;
     position: relative;
}
 .category-box {
     position: relative;
     border-radius: 12px;
}
 .category-box::before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: #000000CC;
     border-radius: 12px;
}
 .category-main {
     justify-content: space-between;
     padding: 30px 0px;
}
 .category-box h4 a {
     color: #fff;
     font-size: 35px;
     font-weight: 500;
     letter-spacing: 1px;
     text-decoration: none;
}
 .category-box {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
}
 .injectables-category {
     background-image: url('https://pharmaqolabs.to/public/new/img/new-images/injectables.png');
}
 .orals-category {
     background-image: url('https://pharmaqolabs.to/public/new/img/new-images/orals.png');
}
 .hgh-category {
     background-image: url('https://pharmaqolabs.to/public/new/img/new-images/hgh.png');
}
 .sarms-category {
     background-image: url('https://pharmaqolabs.to/public/new/img/new-images/sarms.png');
}
 .category-content {
     width: 25%;
     display: flex;
     flex-direction: column;
     row-gap: 5px;
}
 .category-content h5 {
     color: #000000;
     font-size: 50px;
     font-weight: 500;
     line-height: 55px;
     letter-spacing: 1px;
}
 .category-content p{
     font-size: 20px;
     font-weight: 400;
     line-height: 32px;
     text-align: left;
}
 .category-content a {
     background: #6F3B8C;
     color: #fff;
     padding: 10px 18px;
     display: block;
     width: max-content;
     border-radius: 10px;
     font-size: 24px;
     text-decoration: none;
     margin-top: 10px;
}
 .category-slider {
     width: 75%;
}
 .category-slide-main {
     width: 95%;
     height: 330px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     padding: 20px;
     border-radius: 10px;
     margin: auto;
}
 .category-slide-main h3 {
     color: #fff;
     font-size: 30px;
     font-weight: 500;
     line-height: 19.83px;
     letter-spacing: 1px;
     text-align: right;
}
 .category-slide-main a {
     color: #6F3B8C;
     background-color: #fff;
     width: max-content;
     padding: 8px;
     border: 2px solid #6F3B8C;
     border-radius: 10px;
     font-size: 18px;
     text-decoration: none;
     margin: 0 auto;
     font-weight: 500;
}
 .category-slide-main {
     position: relative;
     z-index: 1;
}
 .category-slide-main::before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #0808084a;
     border-radius: 12px;
     z-index: -1;
}
 .category-slider .slick-next:before, .category-slider .slick-prev:before {
     font-family: slick;
     font-size: 29px;
     line-height: 1;
     opacity: 1;
     color: #D9D9D9;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .category-slider .slick-prev {
     left: -8px;
     z-index: 1;
}
 .category-slider .slick-next {
     right: 2px;
     z-index: 1;
}
 .category-slider .slick-prev::after {
     content: "";
     font-size: 20px;
     line-height: 1;
     opacity: 1;
     background-color: #000;
     width: 20px;
     height: 20px;
     position: absolute;
     top: 2px;
     right: -7px;
     z-index: -1;
     border-radius: 50%;
}
 .category-slider .slick-next::after {
     content: "";
     font-size: 20px;
     line-height: 1;
     opacity: 1;
     background-color: #000;
     width: 20px;
     height: 20px;
     position: absolute;
     top: 2px;
     right: -4px;
     z-index: -1;
     border-radius: 50%;
}



/*Category-section-end*/



/*Browse-new-product-css-start*/



 .browse-product-main {
     background-color: #191919;
     padding: 60px 0px;
     margin-top: 60px;
     overflow: hidden;
     width: 100%;
}
 .browse-image {
     width: 45%;
}
 .browse-image img{
     width: 100%;
     border-radius: 50px;
}
 .browse-content {
     width: 55%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 0px 80px;
     row-gap: 20px;
     position: relative;
}
 .browse-content h3 {
     font-size: 50px;
     font-weight: 500;
     line-height: 50px;
     letter-spacing: 0.04em;
}
 .browse-content p {
     font-size: 18px;
     font-weight: 400;
     line-height: 26px;
     letter-spacing: 0.02em;
     width: 77%;
}
 .slider-logos-2 {
     width: 200px;
     height: 200px;
     position: absolute;
     right: -35px;
     bottom: 50px;
     opacity: 0.5;
}
 .slider-logos-3 {
     width: 200px;
     height: 200px;
     position: absolute;
     left: -45px;
     bottom: 67px;
     opacity: 0.5;
     z-index: 0;
}
 .browse-bootom {
     margin-top: 60px;
}



/*Browse-new-product-css-end*/


/*products-start*/

.ltn__product-item {
    box-shadow: 0px 3px 4px 0px #08080833;
    border-radius: 12px;
    margin: 10px 10px;
    background-color: #FFF;
}
.home-product-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ltn__product-item .product-img img {
    width: 100%;
    margin: auto;
    display: block;
    border-radius: 10px 10px 0px 0px;
}
.product-grid-collection .product-img {
    justify-content: center;
    display: flex;
}
.product-top-heading {
    font-family: 'Monopole', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center;
    color: #6F3B8C;
    margin-bottom: 60px;
}
.product-title a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #080808;
    text-decoration: none;
}
.product-info {
    padding: 10px 20px 20px 20px;
}
.home-products {
    background-color: #F5F5F594;
    padding: 60px 0px;
}
.sub-dosage {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #6F3B8C;
    margin: 10px 0px;
}
.read-more-btn a {
    background: #6F3B8C;
    font-family: 'Monopole', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 20.4px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    width: max-content;
    border-radius: 3px;
    text-transform: uppercase;
}
.home-products .slick-next:before, .home-products .slick-prev:before {
    color: #000;
}
.home-products .slick-prev {
    left: -3px;
    z-index: 9;
}
.home-products .slick-right {
    right: -3px;
    z-index: 9;
}


/*Products-end*/


/*About-css-start*/



 .about-us-home {
     background-color: #191919;
     padding: 60px 0px;
}
 .about-content {
     width: 55%;
     display: flex;
     flex-direction: column;
     row-gap: 20px;
}
 .about-image {
     width: 45%;
     display: flex;
     align-items: center;
}
 .about-image img {
     width: 100%;
}
.rating-img {
    width: 40%;
    margin: 5px 0px;
}
 .about-content h6 {
     font-size: 22px;
     font-weight: 500;
     line-height: 55px;
     letter-spacing: 1px;
     color: #6F3B8C;
}
}
 .about-content h1 {
     font-size: 79px;
     font-weight: 500;
     line-height: 80px;
     letter-spacing: 1px;
}
 .about-content p {
     font-size: 18px;
     font-weight: 400;
     line-height: 24px;
     width: 76%;
}



/*About-css-end*/



/*Testimonial-css-start*/



 .testimonial {
     margin-top: 50px;
     margin-bottom: 50px;
}
 .testimonial .row {
     margin-top: 50px;
}
 .testimonail-topbar {
     display: flex;
     justify-content: space-between;
     align-items: center;
}
 .testimonail-title {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: 5px;
}
 .testimonial-slider {
     width: 100%;
}
 .testimonail-box-inner {
     box-shadow: 0px 3px 6px 0px #00000040;
     margin: 10px;
     padding: 20px;
     border-radius: 10px;
}
 .testimonail-topbar h6 {
     font-size: 16px;
     font-weight: 500;
     line-height: 35px;
     color: #616161;
}
 .testimonail-topbar p {
     font-size: 14px;
     font-weight: 500;
     line-height: 35px;
     color: #616161;
}
 .testimonail-title h4 {
     font-size: 19px;
     font-weight: 500;
     line-height: 35px;
     text-align: left;
     color: #080808CC;
}
 .testimonail-content p {
     font-size: 16px;
     font-weight: 500;
     line-height: 24px;
     color: #080808B2;
}
 .testimonail-content p{
     margin-top: 20px;
}
 .testimonial .slick-dots li {
     width: 10px!important;
}
 .testimonial .slick-dots li button:before {
     font-size: 14px!important;
}
 .testimonial .slick-dots li.slick-active button:before {
     opacity: 1!important;
     color: #6F3B8C!important;
}




/*Testimonial-css-end*/




/*Home-logo-css-strat*/



 .home-logo {
     background-color: #191919;
     padding: 60px 0px;
}
 .home-logo .row .logo-box {
     width: 25%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     row-gap: 20px;
}
 .home-logo .row .logo-box img {
     width: 25%;
}
 .home-logo .row .logo-box h6 {
     font-size: 30px;
     font-weight: 400;
     line-height: 24px;
     letter-spacing: 2px;
}



/*Home-logo-css-end*/



/*partners-css-start*/



 .partner .row {
     justify-content: space-between;
     padding: 0px 0px 60px 0px;
}
 .partner .pharma-main-title {
     padding: 60px 0px;
}
 .partner img {
     border: 1px solid #000000;
     border-width: 1px;
     padding: 20px;
     border-radius: 2px;
}



/*partners-css-end*/



/*About-page-css*/



 .about-slider-main-img img{
     width: 100%;
     height: 600px;
     object-fit: cover;
}
 .about-slider-main-img {
     position: absolute;
     width: 100%;
}
 .about-slider-main-img::before {
     content: "";
     top: 0;
     bottom: 4px;
     left: 0;
     right: 0;
     background-color: #000000b3;
     position: absolute;
}
 .about-top-content {
     z-index: 1;
     text-align: center;
     margin-top: 60px;
}
 .about-slider-main .row {
     justify-content: center;
}
 .about-top-content h1 {
     font-size: 100px;
     font-weight: 500;
     line-height: 120px;
}
 .about-breadcomb {
     display: flex;
     justify-content: center;
     column-gap: 10px;
     align-items: center;
}
 .about-breadcomb a , .about-breadcomb p{
     font-size: 17px;
     font-weight: 400;
     line-height: 19.92px;
}
 .about-code {
     z-index: 1;
     background: #fff;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding: 60px;
     box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.08);
     border-radius: 15px;
     margin: 60px 0px 60px 0px;
     width: 70%;
     position: relative;
}
 .about-code h3 {
     font-size: 57px;
     font-weight: 600;
     line-height: 57px;
}
 .about-code p {
     font-size: 17px;
     font-weight: 400;
     line-height: 26px;
     text-align: center;
     color: rgba(138, 137, 137, 1);
     margin: 10px 0px;
}
 form.product-code {
     margin-top: 50px;
     width: 100%;
}
 .product-code input {
     border: 1px solid rgba(219, 223, 208, 1);
     padding: 15px;
     width: 100%;
     border-radius: 5px;
     font-size: 18px;
     font-weight: 400;
     line-height: 24px;
}
 .product-code button {
     background: rgba(111, 59, 140, 1);
     border: none;
     color: #fff;
     padding: 10px 20px;
     border-radius: 5px;
     margin: 30px auto 0px;
     display: block;
     font-size: 18px;
     font-weight: 400;
     line-height: 24px;
}
 img.about-code-shape {
     position: absolute;
     width: 155px;
     top: 70px;
     opacity: 0.12;
     z-index: -1;
}
 .verification .row {
     justify-content: space-between;
     padding: 60px 0px;
}
 .verfication-box {
     background: red;
     width: 32%;
     border-radius: 15px;
     padding: 50px 20px;
     display: flex;
     justify-content: flex-start;
     flex-direction: column;
     align-items: center;
     row-gap: 20px;
     text-align: center;
}
 .verfication-box img {
     width: max-content;
     height: 65px;
     object-fit: contain;
}
 .verfication-box h5 {
     font-size: 34px;
     font-weight: 700;
     line-height: 36px;
     letter-spacing: 1px;
}
 .verfication-box p {
     font-size: 16px;
     font-weight: 500;
     line-height: 25px;
     text-align: center;
}
 .verfi-box-green {
     background-color: #008000;
}
 .verfi-box-yellow {
     background-color: #DAA520;
}



/*footer-css-start*/



 .footer{
     background-color: rgb(53, 53, 53);
     padding: 60px 0px 20px 0px;
     
}
 .footer p {
     font-size: 17px;
     line-height: 25px;
     font-family: "Roboto Condensed", sans-serif;
     color: #ffff;
     font-weight: 400;
     padding-top: 20px;
}
 .footer .footer-logo {
     width: 30%;
}
 .footer .footer-menu-1 {
     width: 25%;
     padding-left: 90px;
}
 .footer .footer-menu-2 {
     width: 25%;
     padding-left: 90px;
}
 .footer .footer-menu-3 {
     width: 25%;
     padding-left: 90px;
}
 .footer-row {
     display: flex;
     border-bottom: 1px solid #ffff !important;
     padding-bottom: 70px;
}
 .footer h2 {
     font-size: 30px;
     font-weight: 500;
     color:#ffff;
     letter-spacing: 1px;
     font-family: 'Monopole', sans-serif;
     text-transform: capitalize;
}
 .footer h6 {
     padding-top: 15px;
}
 .footer a{
     font-size: 16px;
     font-weight: 400;
     color:#ffff;
     font-family: "Roboto Condensed", sans-serif;
     text-transform: capitalize;
     text-decoration: none;
}
 .footer-bt {
     background: #6F3B8C;
     padding: 10px 20px;
     display: block;
     width: max-content;
     border-radius: 5px;
     margin-top: 20px;
}
 .footer-bt a{
     font-size: 15px;
     font-weight: 400;
     font-family: "Roboto Condensed", sans-serif;
     text-transform: capitalize;
     display: block;
     color:#ffff;
     text-decoration: none;
}
 .coopyright {
     width: 100%;
     padding-bottom: 10px;
}
 .coopyright p{
     text-align: center;
}





/*Footer-css-end*/

/* .menu {
    display: none;
   
}

.menu.open {
    display: block;
  
} */




 @media screen and (min-width: 1024px) {
     .slider-content {
         width: 500px;
    }
     .slider-content p {
         width: 300px;
    }
     .navbar {
         display: none;
    }
     .header-menu .header-search {
         display: none;
    }
     .header-menu .close-icon {
         display: none;
    }
     .header-menu .pharma-bt {
         display: none;
    }
    .nav-bar ul li.dropdown:hover .mega-menu {
    display: block;
    }
        .dropdown ul {
        background: #fff;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        z-index: 999;
        padding: 15px;
        justify-content: flex-start;
    }
    .dropdown-link {
        width: 23%;
    }
.dropdown ul li a {
    color: #000!important;
        padding: 20px 10px;
}
.dropdown-link a {
        text-align: left;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}
    
}




 @media screen and (max-width: 1024px) {

     .container {
         width: 100%;
         padding: 0px 10px;
    }


    /* header*/


     .topbar {
         padding: 10px 5px;
         column-gap: 5px;
         flex-direction: row;
         flex-wrap: nowrap;
    }
     .topbar p {
         font-size: 18px;
         font-weight: 500;
         line-height: 20px;
    }
     .header-main {
         padding: 15px 0px;
    }
     .main-logo {
         width: 50%;
    }
     .main-logo img {
         width: 100%;
    }
     .header-main .header-search , .header-main .pharma-bt {
         display: none;
    }
     /*.navbar {
         display: flex;
         justify-content: space-between;
         align-items: center;
    }
     .hamburger {
         font-size: 30px;
         cursor: pointer;
         color: #fff;
    }
     .menu {
         position: fixed;
         top: 0;
         right: -100%;
         width: 300px;
         height: 100vh;
         background-color: #000;
         color: #fff;
         display: flex;
         flex-wrap: nowrap;
         flex-direction: column;
         transition: right 0.3s ease;
         z-index: 999;
         padding: 60px 20px 15px 20px;
         row-gap: 25px;
    }
     .close-icon {
         position: absolute;
         top: 14px;
         right: 20px;
         font-size: 30px;
         cursor: pointer;
    }
     .open {
         right: 0;
    }
     .header-menu ul {
         flex-direction: column;
    }
     .header-search {
         border-bottom: 1px solid #ffffff2b;
         padding-bottom: 30px;
    }
     .header-search , .header-search input {
         width: 100%;
    }
     .header-search input {
         padding: 7px 20px 7px 35px;
         font-size: 20px;
    }
     .search-container img {
         width: 18px;
    }
     .header-menu ul li {
         line-height: 36px;
    }
     .close-icon img {
         border: 1px solid #fff;
         padding: 6px;
         border-radius: 50%;
    }*/
     .slider-main-slider {
         flex-direction: row-reverse;
    }
     .slider-content {
         position: relative;
         top: auto;
         bottom: auto;
         left: auto;
         right: auto;
         width: 50%;
    }
     .about-content h1 {
         font-size: 36px;
         line-height: 42px;
    }
     .slider-content h1 {
         font-size: 48px;
         line-height: 50px;
    }
     .slider-right-main-image {
         width: 50%;
    }
    .slider-logos {
        width: 144px;
        height: 137px;
        bottom: -10px;
        right: 46px;
        left: auto;
        top: auto;
    }
     img.slider-logo-1 {
         width: 40%;
         right: 0px;
         top: 30px;
         left: auto;
    }
     img.slider-logo-2 {
         width: 40%;
         right: 30px;
         bottom: 0px;
         left: auto;
    }
     .category-main {
         row-gap: 13px;
    }
     .category-box {
         width: 24%;
    }
     .category-box h4 a {
         color: #fff;
         font-size: 24px;
         font-weight: 500;
         letter-spacing: 1px;
         text-decoration: none;
    }
     .category-content {
         width: 100%;
         text-align: center;
    }
     .category-content p {
         text-align: center;
    }
     .category-content a {
         margin: 20px auto;
    }
     .category-slider {
         width: 100%;
    }
     .category-slide-main h3 {
         text-align: center;
    }
     .browse-image {
         width: 50%;
    }
     .browse-content {
         width: 50%;
         padding: 0px 20px;
         row-gap: 10px;
    }
    .browse-content h3 {
        font-size: 36px;
        line-height: 40px;
    }
    .browse-content p {
        font-size: 16px;
        line-height: 21px;
        width: 77%;
    }
     .slider-logos-2 {
         width: 180px;
         height: 167px;
         right: 0px;
         bottom: 18px;
    }
     .browse-bootom {
         flex-direction: row;
    }
     .slider-logos-3 {
         width: 180px;
         height: 167px;
         right: 0px;
         bottom: 24px;
         left: auto;
    }
     .about-us-home .row {
         flex-direction: row;
    }
     .about-image {
         width: 50%;
         display: flex;
         align-items: center;
    }
     .about-content {
         width: 50%;
         row-gap: 10px;
    }
     .about-content p {
         width: 100%;
         font-size: 16px;
    }
     .home-logo .row {
         justify-content: space-around;
         row-gap: 30px;
    }
        .home-logo .row .logo-box {
        width: 25%;
    }
     .home-logo .row .logo-box h6 {
         font-size: 18px;
    }
     .partner img {
         width: 19%;
    }
     .partner .row {
         row-gap: 20px;
    }
    /*Footer*/
     .footer-row {
         padding-bottom: 0;
         flex-wrap: wrap;
    }
     .footer-box {
         width: 50% !important;
         padding: 0 !important;
         margin-bottom: 30px;
    }
    /*About-page*/
     .about-top-content h1 {
         font-size: 48px;
         line-height: 50px;
    }
     .about-top-content {
         margin-top: 40px;
    }
     .about-code {
         margin: 40px 0px 60px 0px;
         width: 90%;
    }
     .about-code {
         padding: 20px;
         margin: 45px 0px 60px 0px;
         width: 95%;
    }
     .about-code h3 {
         font-size: 36px;
         line-height: 40px;
         text-align: center;
    }
     .about-code p {
         font-size: 16px;
         line-height: 20px;
         margin: 10px 0px;
    }
     .about-code p br {
         display: none;
    }
     img.about-code-shape {
         top: 25px;
    }
     form.product-code {
         margin-top: 15px;
    }
     .about-slider-main-img img {
         height: 370px;
    }
     .verification .row {
         row-gap: 10px;
    }
     .verfication-box {
         width: 32%;
    }
     .pharma-main-title {
         padding-top: 0px;
    }
    .verfication-box img {
        width: max-content;
        height: 42px;
        object-fit: contain;
    }
    .verfication-box h5 {
        font-size: 24px;
        font-weight: 500;
        line-height: 26px;
    }
    .verfication-box p {
        line-height: 18px;
    }
    .verfication-box {
    padding: 25px 20px;
    }
}

@media screen and (max-width: 767px) {

    .home-products .slick-prev {
    left: -3px;
    z-index: 9;
    }
    .home-products .slick-right {
    right: -3px;
    z-index: 9;
    }
    .nav-bar ul li a {
    text-align: left!important;
        padding: 10px 16px!important;
    } 
     .search-container input {
     width: 100%;
}
    .nav-links > ul {
        padding: 20px 0px 40px 0px;
    }
        .dropdown-link a {
        padding: 10px 30px !important;
        font-size: 16px !important;
    }
    .pharma-bt {
        padding: 0px 10px;
    }
    .header-search {
    padding: 10px;
    width: 85%;
    margin-top: 37px;
}
    .header-menu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 16px;
    pointer-events: none;
}
.dropdown ul {
    flex-direction: column;
}
    .slider-content {
         width: 100%;
    }
    .slider-right-main-image {
         width: 100%;
         margin-top: 30px;
    }
    .slider-main-slider {
         flex-direction: column-reverse;
    }
     .slider-logos {
         bottom: 0px;
         right: 0px;
         left: auto;
         top: auto;
    }
    .category-box {
         width: 48%;
    }
    .browse-image {
         width: 100%;
    }
     .browse-content {
         width: 100%;
         padding: 20px 0px;
         row-gap: 20px;
    }
    .browse-bootom {
         flex-direction: column-reverse;
    }
        .about-us-home .row {
        flex-direction: column-reverse;
    }
        .about-content {
        width: 100%;
    }
        .about-image {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .home-logo .row .logo-box {
         width: 45%;
    }
    .partner img {
         width: 45%;
    }
    .footer-row {
        flex-direction: column;
    }
    .footer-box {
         width: 100% !important;
    }
        .verfication-box {
        width: 100%;
    }

    
}



.product-thumbnail-main {
    width: 50%;
}
.ltn__shop-details-area{
    margin-bottom: 50px;
}
.product-thumbnail-main img {
    width: 100%;
}
.modal-product-info h3.animated {
    font-family: 'Monopole', sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 1px;
    color: #fff;
}
.product-info-main {
    width: 50%;
}
.modal-product-meta ul li {
    font-family: 'Monopole', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 1px;
    color: #fff;
}
.product-info-main {
    width: 50%;
    background: #191919;
    padding: 50px;
}
.modal-product-meta ul {
        list-style: none;
}
#product-detail-table tr th {
    background: #6F3B8C;
    color: #fff;
    padding: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}
#product-detail-table tr td {
    background: #DDDDDD;
    padding: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
}
.modal-product-meta ul li a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-decoration: none;
    color: #8A8989;
    letter-spacing: 0px;
}
#product-detail-table {
    width: 100%;
    margin-top: 15px;
}
.short_description_block p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #fff;
    margin-top: 20px;
}
.prod-bred {
    color: #6F3B8C;
}
.main-breadcumb {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 19.92px;
    letter-spacing: 1px;
    text-align: left;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    column-gap: 5px;
    color: #fff;
}
.prod-value-main {
    color: #949494;
}

.col-lg-3.col-md-3 {
    width: 25%;
}
.feature-box {
    display: flex;
    justify-content: center;
    padding: 30px;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 0px 9px 0px #00000040;
    margin: 15px;
    border-radius: 5px;
}
.iq-feature-info h4 {
    font-family: 'Monopole', sans-serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    color: #080808;
    margin: 10px 0px;
}
.iq-feature-info p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #080808C9;
}
.ltn__shop-details-tab-menu .nav a {
    font-family: 'Monopole', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 31.2px;
    letter-spacing: 2px;
    text-align: left;
    color: #6F3B8C;
    text-decoration: none;
    border-bottom: 2px solid #6F3B8C;
}
.ltn__shop-details-tab-menu  .nav {
    border-bottom: 1px solid #ccc;
}
.ltn__shop-details-tab-menu {
    padding: 40px 0px;
}
.main-all-single-product-new {
    width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 767px)  {
    .product-info-main {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
  .product-thumbnail-main {
    width: 100%;
}
.product-info-main {
    width: 100%;
        padding: 20px;
}
.col-lg-3.col-md-3 {
    width: 50%;
}
.feature-box {
        padding: 25px;
        margin: 10px 10px;
        height: 92%;
    }
}


/*Product-grid*/


.ltn__product-area {
    background: #F9F9F9;
    padding: 50px 0px;
}
.main-prodcut-grid {
    background-image: url(https://pharmaqolabs.to/public/new/img/new-images/product-grid-main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-prodcut-grid .row{
    display: flex;
    flex-wrap: wrap;
    height: 350px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.main-prodcut-grid .row h1 {
    font-family: 'Monopole', sans-serif;
    font-size: 100px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 1px;
}
.ltn__breadcrumb-list ul {
    display: flex;
    column-gap: 10px;
    list-style: none;
    align-items: center;
}
.ltn__breadcrumb-list ul li a {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}
.main-diff-color {

}
.ltn__breadcrumb-list ul li a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 19.92px;
    text-align: left;
    color: #949494;
    text-decoration: none;
}
.main-diff-color {
    color: #6F3B8C!important;
}
.ltn__breadcrumb-area {
    background: #F3F4F6;
    padding: 30px 0px;
}
.product-grid-sidebar {
    width: 30%;
}
.product-grid-collection {
    width: 70%;
}
.product-item-grid {
    width: 33%;
}
.product-grid-collection .header-search-2 input{
    width: 100%;
    height: 50px;
    border: 1px solid #D8D8D8;
    padding: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 19.92px;
    color: #949494;
    border-radius: 5px;
}
.product-grid-collection .header-search-2 {
    position: relative;
    margin: 0px 0px 20px 0px;
}
.product-grid-collection .header-search-2 button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: none;
}
.ltn__product-tab-content-inner .row {
        justify-content: space-between;
        row-gap: 20px;
}
.product-grid-collection .product-item-grid {
    width: 32%;
}
.product-grid-collection .ltn__product-item {
    margin: 0px;
}
.product-grid-sidebar-inner {
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px #0000002E;
    margin: 0px 30px 0px 0px;
    padding: 20px;
}
.product-grid-sidebar-inner .header-search-2 input {
    border: 1px solid #D8D8D8;
    height: 50px;
    padding: 10px;
    width: 100%;   
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
}
.product-grid-sidebar-inner .header-search-2 {
    position: relative;
}
.product-grid-sidebar-inner .header-search-2 button {
    position: absolute;
    height: 50px;
    right: 0px;
    top: 0px;
    background: #6F3B8C;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    border: none;
    color: #fff;
    padding: 15px;
}
.prosuct-sidebar-main-title {
    font-family: 'Monopole', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: 1px;
    border-bottom: 1px solid #E0DBDB;
        padding: 0px 0px 20px 0px;
}
.product-grid-sidebar-inner .category-main {
        list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 20px;
}
.product-grid-sidebar-inner .category-main li a{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    color: #080808;
    text-decoration: none;
}
.ltn__breadcrumb-list ul li {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 19.92px;
    text-align: left;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .main-prodcut-grid .row h1 {
    font-size: 42px;
}
.main-prodcut-grid .row {
    height: 230px;
}
.product-grid-sidebar {
    width: 100%;
}
.product-grid-collection {
    width: 100%;
}
.product-grid-collection .product-item-grid {
    width: 48%;
}
.product-img {
        display: flex;
    justify-content: center;
}
.ltn__product-item .product-img img {
    width: 100%;
    margin: auto;
    display: block;
}
.product-grid-sidebar-inner {
    margin: 0px;
}
.product-grid-collection .header-search-2 {
    margin: 20px 0px 20px 0px;
}
.product-info {
    padding: 10px 10px 10px 10px;
}
.product-title a {
    font-size: 16px;
}
.ltn__product-item {
    height: 100%;
}
}



















.test-result-main .ltn__product-item {
    border: none;
    box-shadow: 0px 0px 7px 0px #00000040;
    padding: 15px;
    position: relative;
    margin: 0px 0px 0px 20px;
}
.test-result-main .rev_content .item {
    background: #fff;
    border-bottom: unset;
    display: flex;
    align-items: center;
    padding: 10px;
}
.test-result-main .lab-item img {
	border: 1px solid #6F3B8C;
	border-radius: 10px;
}
.test-result-main .item-body .data{
	font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    color: #080808;
}
.test-result-main .item-body .lab-item b {
    color: #080808;
}
.test-result-main .item-body .name {
	font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.44px;
    text-align: left;
}
.test-result-main .item-body .date__new {
	font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    color: #8A8989;
}
.test-result-main .item-body .per {
	font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
}
.test-result-main .rev_content .item .img img {
    width: 140px;
    object-fit: cover;
        margin-right: 20px;
    height: 140px;
}
.test-result-main .pro_buttons {
	position: absolute;
    right: 100px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.view_btn {
	background: #8A8989;
    padding: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.23px;
    text-align: left;
    color: #fff;
    border-radius: 3px;
}
.download_btn {
	font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.23px;
    text-align: left;
    background: #6F3B8C;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-top: 5px;
}
.main-top-sider-test-result {
        box-shadow: 0px 0px 8px 0px #0000002E;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.main-top-sider-test-result .header-search-3 {
    position: relative;
    margin-bottom: 20px;
}
.main-top-sider-test-result .header-search-3 input {
    border: 1px solid #D8D8D8;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    color: #D8D8D8;
    padding: 10px;
    margin-bottom: 0px;
    height: 50px;
}
.main-top-sider-test-result .header-search-3  button {
	    position: absolute;
    right: 0px;
    height: 100%;
    background: #6F3B8C;
    color: #fff;
    padding: 0px 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
        border: none;
}
.main-top-sider-test-result .widget {
    margin-bottom: 40px;
    padding: 0px;
    border: none;
}
.main-top-sider-test-result .ltn__widget-title-border::after, .ltn__widget-title-border::before {
    display: none;
}
.main-top-sider-test-result .ltn__widget-title-border {
    position: relative;
    font-family: 'Monopole', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: 1px;
    text-align: left;
    color: #080808;
    text-transform: uppercase;
    border-bottom: 1px solid #E0DBDB;
    padding: 10px 0px;
}
.main-top-sider-test-result .ltn__menu-widget ul li a {
	font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.09px;
    text-align: left;
    color: #080808;
}
.test-result-main .red {
	font-family: 'Monopole', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: 1px;
    text-align: center;
    color: #080808;
        margin-bottom: 50px;
}
.main-test-result {
    flex-direction: row-reverse;
}
.main-test-result-content {
	width: 70%;
}
.main-test-result-sidebar {
	width: 30%;
}
.ltn__banner-widget img {
    width: 100%;
}
.ltn__menu-widget ul {
        list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 20px;
}
.test-result-main a {
    text-decoration: none;
}
.test-result-main .item-body {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.main-result-breadcrumb .page-title {
    font-family: 'Monopole', sans-serif;
    font-size: 100px;
    font-weight: 600;
    line-height: 120px;
    text-align: center;
    color: #fff;
}
.main-result-breadcrumb .col-lg-12 {
    width: 100%;
}
.main-result-breadcrumb .ltn__breadcrumb-list ul {
    justify-content: center;
    color: #fff;
}
.main-result-breadcrumb .ltn__breadcrumb-list ul li {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 19.92px;
    letter-spacing: 1px;
    text-align: left;
    color: #6f3b8c;
}
.main-result-breadcrumb {
    background: #F3F4F6;
    padding: 150px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-breadcumb a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 19.92px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
.prod-bred {
    color: #6F3B8C;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 19.92px;
    letter-spacing: 1px;
    text-decoration: none;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}
.product-grid-collection 
@media screen and (max-width: 1024px) {
 .main-result-breadcrumb .page-title {
    font-size: 42px;
}
.main-result-breadcrumb {
    padding: 50px 0px;
}
.test-result-main .rev_content .item {
    flex-direction: column;
}
.main-test-result {
    flex-direction: column-reverse;
}
.main-test-result-content {
    width: 100%;
}
.main-test-result-sidebar {
    width: 100%;
}
.test-result-main .pro_buttons {
    position: static;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.download_btn {
    margin-top: 0px;
}
.test-result-main .ltn__product-item {
    margin: 0px 0px 0px 0px;
}
.test-result-main .col-12 {
    width: 100%;
}
}




/*About-us*/





.about-main-banner-bread .row{
  flex-direction: column;
    row-gap: 30px;
}
.about-main-banner-bread ul li a {
    color: #ffffff;
}
.about-area-new-main {
    padding: 60px 0px;
}
.about-area-new-main .row .col-lg-6 {
    width: 50%;
    display: flex;
    align-items: center;
}
.about-area-new-main .section-title {
    font-family: 'Monopole', sans-serif;
    font-size: 57px;
    font-weight: 600;
    line-height: 57px;
    text-align: left;
    color: #080808;
    margin-bottom: 20px;
}
.about-area-new-main .section-title-area p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #8A8989;

}
.about-area-new-main .section-title-area ul li  {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #8A8989;

}
.browse-product-main-about .browse-content {
    padding: 0px 0px;
}
.browse-product-main-about .browse-content p {
    width: 95%;
}
.about-area-new-main .about-img-left img {
    width: 90%;
}
.browse-bootom {
    margin-top: 0px;
}
.browse-product-main-about .slider-logos-3 {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -153px;
    bottom: 156px;
    opacity: 0.5;
    z-index: 0;
}
 @media screen and (max-width: 767px) {

    .about-area-new-main .row .col-lg-6 {
    width: 100%;
}

}







/*Contact-us*/





.contact-email .row {
    background: #F9F9F9;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    margin: 60px 0px 50px 0px;
}
.contact-email .row img {
    width: 50px;
}
.contact-email .row .col-md-6 {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.contact-email .row .col-md-6 h3 {
    font-family: 'Monopole', sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: left;
    color: #080808;
    text-transform: uppercase;
}
.contact-email .row .col-md-6 p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #080808;
}
.contact-main-new-bg {
    background: #6F3B8C;
    padding: 70px 0px;
    margin-top: 120px;
}
.contact-main-new-bg .row .col-lg-6 {
    width: 50%;
}
.title-2 {
    font-family: 'Monopole', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    margin-bottom: 50px;
}
.contact-feild-main {
    width: 49%;
}
.contact-feild-main input{
    background: #FFFFFF;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.41px;
    border: 1px solid #080808;
}
.main-row-contact {
    justify-content: space-between;
    row-gap: 15px;
}
.input-item-textarea textarea {
    background: #FFFFFF;
    width: 100%;
    height: 100px;
    padding: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.41px;
    border: 1px solid #080808;
    margin-top: 15px;
}
.contact-form-box .btn-wrapper button {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: transparent;
    padding: 10px 30px;
    border: 1px solid #FFFFFF;
    margin-top: 20px;
}
.contact-image img {
        margin-top: -130px;
    width: 100%;
    padding-left: 40px;
}
 @media screen and (max-width: 1024px) and (min-width: 767px) {
    .contact-image img {
    margin-top: 25px;
    width: 100%;
    padding-left: 20px;
}
.contact-main-new-bg {
    margin-top: 20px;
}
 }
 @media screen and (max-width: 767px) {

.contact-main-new-bg .row .col-lg-6 {
    width: 100%;
}

.contact-email .row {
    margin: 30px 0px;
}
.contact-main-new-bg {
    background: #6F3B8C;
    padding: 70px 0px;
    margin-top: 40px;
}
   .contact-image img {
    margin-top: 25px;
    width: 100%;
    padding-left: 0px;
}

}

.blog-archeive .blog-main-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0px;
}
.blog-archeive .single-blog-main {
    width: 24%;
    background: #fff;
    box-shadow: 0px 3px 4px 0px #08080833;
}
.blog-archeive  .single-blog-main img{
    width: 100%;
}
.blog-archeive  .post-info h1 a {
    font-family: 'Monopole', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: left;
    color: #080808;
    text-decoration: none;
}
.blog-archeive  .post-info p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0px;
}
.blog-archeive  .post-date {
    color: #6F3B8C !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 10px 0px;
}
.blog-archeive  .post-info-link {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.98px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    background: #6F3B8C;
    color: #fff;
    padding: 10px;
    display: block;
    width: max-content;
}
.blog-archeive  .postinfo-wrapper {
    padding: 15px;
}
@media screen and (max-width: 1024px) {
.blog-archeive  .single-blog-main {
    width: 48%;
}
.main-test-result {
    flex-direction: column-reverse;
}
.main-test-result-content {
    width: 100%;
}
.main-test-result-sidebar {
    width: 100%;
    margin-bottom: 20px;
}
.test-result-main .rev_content .item {
    flex-wrap: wrap;
}
.test-result-main .pro_buttons {
    position: static;
}
.test-result-main .ltn__product-item {
    margin: 0px 0px 0px 0px;
}
.main-result-breadcrumb .page-title {
    font-size: 42px;
    line-height: 60px;
}
.main-result-breadcrumb {
    padding: 70px 0px;
}
}

@media screen and (max-width:767px) {
.blog-archeive  .single-blog-main {
    width: 100%;
}

}





.blog-main-single .post-date {
    color: #6F3B8C;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.blog-main-single .post-info h1 , .blog-main-single .post-info h2, .blog-main-single .post-info h3, .blog-main-single .post-info h4, .blog-main-single .post-info h5, .blog-main-single .post-info h6 {
    font-family: 'Monopole', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 1px;
    text-align: left;
    margin: 0px 0px;
    display: block;
}
.blog-main-single .post-info h1 a{
    text-decoration: none;
    color: #080808;
}
.blog-main-single .post-info p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
        color: #080808;
}
.blog-main-single .post-info td {
    padding: 10px !important;
}
.blog-main-single .post-thumbnail {
    margin-top: 50px;
}




.single-form-3 input {
    background: rgba(111, 59, 140, 1);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 30px auto 0px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: max-content;
    cursor: pointer;
}
.home-products .slick-dots {
    width: 200px;
    height: 20px;
    overflow: hidden;
    left: 46%;
    transform: translate(-50px);
}
.nav-link svg {
        width: 20px;
    margin-left: 2px;
}
