

body{
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  min-height: 100%;
  font-family: "Manrope", sans-serif;
}

@font-face {
    font-family: 'elementskit';
    src: url('../fonts/elementskit.eot');
    src: url('../fonts/elementskit.eot?#iefix') format('embedded-opentype'),
        url('../fonts/elementskit.woff2') format('woff2'),
        url('../fonts/elementskit.woff') format('woff'),
        url('../fonts/elementskit.ttf') format('truetype'),
        url('../fonts/elementskit.svg#elementskit') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

i.elementicon {
    display: block;
    height: 40px;
    position: relative;
    width: 40px;
    color: #2a5d94;
}
.elementicon:before{
  font-family: 'elementskit';
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 1;
}

button:focus, input[type="button"]:focus{
    outline: none;
}
img{
    max-width: 100%;
}

p{
    font-weight: normal;
    font-size: 16px;
    color:#000;
    font-weight: 400;
}
p:last-child{
    margin-bottom: 0;
}
a, button{
	text-decoration: none;
    transition: all 300ms ease-in-out 0s;
      -moz-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
          -o-transition: all 300ms ease-in-out 0s;
}
a:hover, a:focus{
  text-decoration: none;
  color: unset;
}
ul{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
/*place-holder-start*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4a4a4a;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #4a4a4a;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4a4a4a;
}
:-moz-placeholder { /* Firefox 18- */
  color: #4a4a4a;
}
:focus{ outline: none; }
.bg-dark{
  background-color: #343434 !important;
}
.bg-dark-blue{
  background-color: #2a5d94 !important;
}

.container{
  max-width: 1280px;
}
.section-title{
  font-size: 34px;
  font-weight: 700;
  color: #1d1c1c;
  margin-bottom: 15px;
}
.section-subtitle{
  font-size: 16px;
  font-weight: 400;
  color: #2D333D;
}

/* Breadcrumb Banner */
.breadcrumb-header {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
}
.breadcrumb-overlay{
  inset: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(270deg, #FFFFFF 33%, #FFFFFF00 69%);
  opacity: 1;
}

.breadcrumb-main-title {
  font-size: 45px;
  font-weight: 800;
  color: #000;
  margin: 0;
  border-right: 5px solid #000;
  padding-right: 14px;
  line-height: 1;
  text-align: right;
}

.breadcrumb-nav {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}

.breadcrumb-link {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.breadcrumb-link svg{
  width: 14px;
  height: 14px;
  fill: #000;
  position: relative;
  top: -3px;
}

.breadcrumb-link:hover {
    color: #000;
}

.breadcrumb-separator {
    color: #000;
}

.breadcrumb-current {
    color: #000;
    font-weight: 700;
    /* opacity: 0.8; */
}


/***end***/

.top-header .logo{
  max-width: 165px;
}
.top-header .search-bx {
  background: #fff;
  padding: 1px;
  border-radius: 5px;
}
.top-header .search-bx .form-control{
  border: none;
  padding: 6px 10px;
  font-size: 16px;
  height: 46px;
}
.top-header .search-bx button{
  background: #2a5d94;
  border: 0;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
}

.login-cart-bx{
  gap: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.login-cart-bx a{
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  gap: .5rem;
  position: relative;
}
.login-cart-bx svg{
  fill: #FFFFFF;
  transition: fill 0.3s;
  width: 23px;
  height: 23px;
}
.cart-bx .badge{
  position: absolute;
  right: 0;
  background: #2a5d94;
  border-radius: 50%;
}

.header-nav ul li a.nav-link{
  font-size: 15px;
  font-weight: 600;
  color: #000 !important;
  padding: 15px 20px !important;
  text-transform: uppercase;
}
.nav-header .nav-item.active,
.header-nav ul li a.nav-link:hover{
  background-color: #2a5d94;
  color: #fff !important;
}

.banner-slider-section{
  background-color: transparent;
  background-image: linear-gradient(180deg, #2a5d94 0%, #409e4a 100%);
}
.banner-content h2{
  font-size: 68px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: -1px;
}
.banner-content p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #F7F4F4;
  letter-spacing: 0.5px;
}
.banner-content a.btn{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #2a5d94;
  gap: .5rem;
  transition: all .3s;
  border: 2px solid transparent;
}
.banner-content a.btn i{
  height: 22px;
  width: auto;
  color: #fff;
}
.banner-content a.btn i:before{
  font-size: 20px;
}
.banner-content a.btn:hover{
  background: transparent;
  border: 2px solid #fff;
}

/* .featured-section .icon-box-icon{} */
.featured-section .card-title{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.featured-section p{
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.featured-section .icon-box{
  border-right: 1px solid #c5cbd4;
}


/* 4. Product Slider Section */
/*----------------------------------------------*/
.product-store{
  padding-bottom: 50px;
}
.product-store .product-card .cart-concern {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    opacity: 0;
    background-color: #2A5D94C9;
}
.product-store .product-card:hover .cart-concern {
    /* bottom: 90px; */
    opacity: 1;
}
.product-card .cart-concern svg {
    width: 16px;
    height: 16px;
    fill: var(--light-color);
    margin-left: 9px;
}
.product-card .card-detail span {
    font-size: 1.5em;
}

@media only screen and (max-width: 575px) {
  .product-store .product-card .card-detail {
      padding: 10px;
  }
}

/*------------Swiper Pagination -----------*/
.product-store .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
    top: auto;
}
.swiper-pagination span.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}
.swiper-pagination-bullet-active{
  background: #4f4f4f;
}





/* Logo Slider
------------------ */
.logo-slider-wrapper {
  /* height: 150px; */
}

.logo-slider .swiper-slide {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.logo-slider .swiper-slide img {  
  margin: 0 auto;
  max-width: 135px !important;
  height: auto;
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.logo-slider .swiper-slide img:hover {
  -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


/* Why Choose Section
--------------------------- */
.whychoose-section{
  background-image: url(https://purelabpeptides.com/wp-content/uploads/2024/02/medical-biologist-team-working-in-microbiology-hos-2023-11-27-05-00-26-utc-1-scaled.webp);
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}
.whychoose-content-bx{
  border-radius: 8px;
}
.whychoose-content-bx h2 {
    letter-spacing: -1px;
}
.whychoose-content-bx ul{
  margin-top: 20px;
}
.whychoose-content-bx ul li{
  margin-bottom: 20px;
}
.whychoose-content-bx ul li .icon{
  color: #2a5d94;
}
.whychoose-content-bx ul li .card-title{
  font-size: 18px;
  font-weight: 600;
  color: #1d1c1c;
  margin-bottom: 10px;
}
.whychoose-content-bx ul li p{
  font-size: 16px;
  color: #2D333D;
  font-weight: 400;
}
.whychoose-content-bx a.btn{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #2a5d94;
  transition: all .3s;
}
.whychoose-content-bx a.btn:hover{
  background: #235183;
}


/* Latest Insights Section
--------------------------- */
.blogcard{
  border-radius: 6px;
}
.blogcard:hover{
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.blogcard .card-body{
  padding: 30px 25px;
}
.blogcard .card-title{
  margin-bottom: 20px;
}
.blogcard .card-title a{
  font-size: 18px;
  font-weight: 600;
  color: #1d1c1c;
}
.blogcard .card-text{
  font-size: 16px;
  font-weight: 400;
  color: #2d333d;
}
.blogcard .card-link{
  font-size: 14px;
  color: #2a5d94;
  position: relative;
}
.card-footer a + a:after {
    content: " ";
    width: 4px;
    height: 4px;
    background: #2a5d94;
    position: absolute;
    border-radius: 50%;
    left: -13px;
    top: 9px;
}


.toc-left-col{
  position: sticky;
  top: 15px;
}
.toc-left-col:hover{
  overflow-y: auto;
  height: calc(100vh - 15px);
  padding-bottom: 25px;
}
.toc-left-col ul li{

}
.toc-left-col ul li a{
  font-size: 15px;
  color: #898D9A;
  display: block;
  padding: 3px 0;
  font-weight: 500;
}
.toc-left-col ul li a:hover{
  color: #000;
}

.social-group a{
  background: #2a5d94;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid transparent
}
.social-group a:hover{
  border: 1px solid #2a5d94;
  background: transparent;
  color: #2a5d94;
}
.toc-widget-container p,.toc-widget-container ul li,
.toc-widget-container ol li{
  margin: 22px 0px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}
.toc-widget-container ul,
.toc-widget-container ol{
  padding-left: 35px;
}
.toc-widget-container ul li{
  list-style: disc;
  margin-block: 5px;
}
.toc-widget-container ol li{
  list-style: decimal;
  margin-block: 5px;
}
.toc-widget-container hr {
    border: none !important;
    height: 4px !important;
    margin: 25px 0 !important;
    background: linear-gradient(to right, #00518f 0%, #00518f 33%, #08952a 33%, #08952a 66%, #009ab1 66%, #009ab1 100%) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.toc-widget-container h2{
  font-size: 34px;
  font-weight: 700;
  color: #1d1c1c;
  margin: 50px 0px 20px 0px;
}
.toc-widget-container h3{
  font-size: 25px;
  font-weight: 600;
  color: #1d1c1c;
  margin: 50px 0px 20px 0px;
}
.table td, .table th{
  font-size: 18px;
  vertical-align: middle;
}
.table thead th {
  background-color: #17375e;
  color: #ffffff;
  padding: 0.75rem;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #ddd;
}
.table td{
  color: #000;
  font-weight: 500;
}
.table tbody td:first-child {
    background-color: #237f52;
    color: #ffffff;
    font-weight: bold;
    width: 15%;
}
.toc-widget-container a {
    color: #409e4a;
}
.toc-blogcard img{
  border-radius: 7px;
}
.toc-blogcard .card-title a{
  font-size: 16px;
  line-height: 26px;
}
.toc-blogcard:hover{
  box-shadow: none;
}

.research-section{
  background: #2a5d94;
  margin-top: 170px;
}
.research-img{
  margin-top: -200px;
}
.research-img img{
  max-width: 360px;
}
a.research-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 30px;
    border-radius: 5px;
    text-transform: capitalize;
    background: #409e4a;
    gap: .5rem;
    transition: all .3s;
    border: 2px solid transparent;
    letter-spacing: .5px;
    width: 300px;
}
a.research-btn:hover{
  background: transparent;
  border: 2px solid #fff;
}

footer{
  background-color: #343434;
}
footer .logo{
  max-width: 200px;
}
.ftr-info-list li a i{
  color: #009AB1;
  margin-right: 10px;
  margin-top: 2px;
  font-size: 18px;
}
.ftr-social {
  gap: .8rem;
}
.ftr-social li a{
  color: #C5CBD4;
  border: 1px solid #C5CBD4;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 3px;
}
.ftr-social li a:hover{
  background: #409E4A;
}
.ftr-title{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
footer ul li {
  margin-bottom: 12px;
}
footer ul li a{
  font-size: 15px;
  color: #C5CBD4;
  display: inline-flex;
  align-items: center;
}
.ftr-info-list li a{
  align-items: start;
}
.newsletter-col .ftr-subtitle{
  font-size: 15px;
  color: #C5CBD4;
}
.newsletterfrm-bx{
  background: #fff;
  padding: 3px;
  gap: 4px;
  border-radius: 5px;
}
.newsletterfrm-bx input{
  border-radius: 4px !important;
  height: 40px;
}
.newsletterfrm-bx button{
  background: #2a5d94;
  border: 0;
  color: #fff;
  border-radius: 4px;
  height: 40px;
  padding: 5px 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}


.ftr-btm {
  border-top: 1px solid #FFFFFF24;
}
.ftr-btm p{
  color: #fff;
  font-size: 13px;
}



/* About Us Page
==================== */

.alterImg-bx img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center;
  border-radius: 5px 5px 5px 5px;
}

.smalltitle{
  font-family: "Rajdhani", sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin-block-end: 20px;
}
.mivi-title{
  font-size: 20px;
  font-weight: 600;
}
.mission-vission-bx{
  transition: all .3s;
}
.mission-vission-bx:hover{
  background: #409E4A !important;
}
.connectwithus-section{
  background-image: url(../img/lab-worker.webp);
  background-position: 100% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-block: 80px;
}
.connectwithus-section:after{
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.connectwithus-section .container{
  position: relative;
  z-index: 1;
}
.getintouch-btn{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #2a5d94;
  transition: all .3s;
}
.getintouch-btn:hover{
  background: #409E4A;
  color: #fff;
}

/* FAQs Page
==================== */
.faq-section-title{
  font-size: 25px;
  font-weight: 600;
  margin-block-end: 20px;
}
.toggle_title {
    position: relative;
    cursor: pointer;
    padding-right:50px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    /*prevent text selection*/
   -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
 }


.toggle_title:before {
  cursor: pointer;
  position: absolute;
  border-radius: 50% !important;
  top: 28px;
  right: 18px;
  height: 18px;
  width: 18px;
  margin-top: 0;
  color: #fff;
  font-size: 36px;
  line-height: 15px;
  text-align: center;
  content: "\2212";
  font-weight: 700;
  transform-origin: center center;
  transition: all 0.25s ease-out;
}


.toggle_title.collapsed:before {
    /*position: absolute;
    top: 50%;*/   
    /* right: 0; */
    left: auto;
    /*margin-top: -.5em;
    color: #000;
    font-size: 30px;*/
    content: "\002B";
   /* font-weight: 700;
   transform: rotate(0);
    transform-origin: center center;*/
    color: #000;
    transition: all 0.25s ease-out;
}

.faqs-section .toggle_title[aria-expanded="true"]{
  background-color: #2a5d94;
  color: #fff;
}
.faqs-section .toggle_title[aria-expanded="false"]{
    color: #000;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}


.faqs-section .toggle_title[aria-expanded="true"]:before{
  color: #fff;
}



/* Contact Us page */
.contactus-leftcol{
  padding: 30px 20px 40px 40px;
}
.contactus-leftcol .ftr-social li a{
  width: 35px;
  height: 35px;
  font-size: 15px;
}
.contactus-leftcol .ftr-social li a:hover{
  background: #fff;
  color: #2a5d94;
}
.contactus-formtitle{
  font-size: 34px;
  font-weight: 700;
}
.contactus-formsubtitle{
  font-size: 16px;
  font-weight: 400;
  color: #2D333D;
}
.contactus-rightcol input{
  border: 1px solid #ccc;
  padding: 5px 15px;
  font-size: 16px;
  color: #000;
  height: 50px;
}
.submitbtn{
  background-color: #2a5d94;
  color: #fff;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-weight: 600;
}



/* Product Listing Page */
.buypeptides-section .cust-col1{
  width: 22%;
  padding-inline: 15px;
}

.trending-prod .trending-prod-img{
  border: 1px solid #C5CBD4;
  border-radius: 5px;
  padding: 5px;
}
.trending-prod .trending-prod-img img{
  height: 75px;
}
.trending-item-info .trending-item-title{
  font-size: 16px;
  font-weight: 700;
  color: #1D1C1C;
  margin-bottom: 5px;
}
.trending-item-info .trending-item-price{
  gap: .5rem;
}
.trending-item-info .trending-item-price .regular-price{
  color: #1D1C1C;
  font-size: 15px;
  font-weight: 500;
  opacity: .7;
  text-decoration: line-through;
}
.trending-item-info .trending-item-price .discount-price{
  color: #1D1C1C;
  font-size: 15px;
  font-weight: 500;
}
.buypeptides-section .cust-col2{
  width: 78%;
  padding-inline: 15px;
}
.cust-col2 .sorting-dropdown {
  margin-left: auto;
  width: 230px;
  height: 40px;
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  background-color: #E9E9ED;
  color: #000;
}

.categ-title{
  font-size: 20px;
  font-weight: 600;
  color: #1D1C1C;
  margin-bottom: 20px;
}
.categ-sidebarlist{
  border-bottom: 1px solid #C5CBD4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.categ-sidebarlist li a{
  font-size: 16px;
  color: #1D1C1C;
  display: block;
  padding: 8px 0;
  font-weight: 600;
}
.product-listing-wrapper{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.product-item{
  border: 1px solid #C5CBD4;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  transition: box-shadow .3s;
}
.product-item:hover{
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.product-img{
  display: block;
}
.product-item .product-info{
  padding-top: 10px;
}
.product-item .product-info .product-title{
  font-size: 16px;
  font-weight: 700;
  color: #1D1C1C;
  margin-bottom: 10px;
}
.product-item .product-info .prod-star{
  gap: 2px;
  margin-bottom: 10px;
}
.product-item .product-info .prod-star i{
  color: #0195B0;
  font-size: 13px;
}
.product-item .product-info .product-price{
  gap: .5rem;
  margin-bottom: 15px;
}
.product-item .product-info .regular-price{
  color: #2A5D94;
  font-size: 16px;
  font-weight: 700;
  opacity: .7;
  text-decoration: line-through;
}
.product-item .product-info .discount-price{
  color: #2A5D94;
  font-size: 16px;
  font-weight: 700;
}
.product-btn{
  background-color: #2a5d94;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 8px 5px;
  font-weight: 600;
  transition: all .3s;
  margin-top: auto;
}
.product-btn:hover{
  background-color: #409E4A;
  color: #fff;
}

.howtoorder-list li{
  list-style: decimal;
}
.howtoorder-list li + li{
  margin-top: 5px;
}

.quality-assurance-bx{
  border: 1px solid #C5CBD4;
}
.quality-assurance-bx:hover{
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.15);
}
.needhelp-bx{
  transition: all .3s;
}
.needhelp-bx .access-btn{
  color: #2A5D94;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 15px;
}
.needhelp-bx:hover{
  background-color: #409E4A !important;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.15);
}