:root{
    --white-color: #ffffff;
    --bg-white-color: #ffffff;
    --black-color: #000000;
    --bg-black-color: #000000;
    --blue-color: #592C82;
    --bg-blue-color: #592C82;
    --bg-light-blue-color: #329CA4;
    --header-height: 110px;
    --bg-light-color: #EFF9FA;
    --yellow-gradient-color: linear-gradient(to right, #B79763, #DCC383, #F9E7B1, #DCC383, #B79763);
    --bg-yellow-gradient-color: linear-gradient(to right, #B79763, #DCC383, #F9E7B1, #DCC383, #B79763);
    --constellation-regular: "ConstellationTLPro-Regular.ttf";
    --constellation-bold: "ConstellationTLPro-Bold.ttf";
    --Founder-light: "FoundersGrotesk-Light.otf";
    --Founder-regular: "FoundersGrotesk-Regular.otf";
    --Founder-bold: "FoundersGrotesk-Semibold.otf";
}

@font-face {
    font-family: "ConstellationTLPro-Regular.ttf";
    src: url(../fonts/ConstellationTLPro-Regular.ttf);
}

@font-face {
    font-family: "ConstellationTLPro-Bold.ttf";
    src: url(../fonts/ConstellationTLPro-Bold.ttf);
}

@font-face {
    font-family: "FoundersGrotesk-Light.otf";
    src: url(../fonts/FoundersGrotesk-Light.otf);
}

@font-face {
    font-family: "FoundersGrotesk-Regular.otf";
    src: url(../fonts/FoundersGrotesk-Regular.otf);
}

@font-face {
    font-family: "FoundersGrotesk-Semibold.otf";
    src: url(../fonts/FoundersGrotesk-Semibold.otf);
}

section {
    scroll-margin-top: var(--header-height);
}

h1.peptr {
    font-size: 36px;
    font-family: var(--constellation-bold);
    color: var(--blue-color);
}

h2.peptr {
    font-family: var(--constellation-bold);
    font-size: 40px;
    line-height: 1.4;
}

h3.peptr{
    font-size: 30px;
    font-family: var(--constellation-bold);
}

h4.peptr{
    font-size: 20px;
    font-family: var(--constellation-bold);
}

h5.peptr{
    font-size: 18px;
    font-family: var(--constellation-bold);   
}

h6.peptr {
    font-family: var(--constellation-bold);
    font-size: 18px;
    line-height: 1.4;
}

p.peptr{
    font-family: var(--Founder-regular);
    font-size: 18px;
}

ul.peptr-list-items li{
    font-family: var(--Founder-regular);
    font-size: 18px;
    list-style: none;
}

strong.peptr{
    font-size: 16px;
    font-family: var(--Founder-light);
    line-height: 16px;
    color: var(--black-color);
    font-weight: 400;
}

a.peptr-link {
    font-family: var(--constellation-bold);
    text-decoration: none;
    font-size: 16px;
    background: var(--bg-yellow-gradient-color);
    padding: 11px 34px 15px 34px;
    border-radius: 50px;
    color: var(--blue-color);
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mob-br{
    display: none;
}

/* Header Start */

.peptr-header .navbar{
    background-color: var(--bg-light-blue-color);
}

.sticky-navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
}


.peptr-header ul li a {
    color: var(--white-color) !important;
    font-family: var(--constellation-bold);
    font-size: 16px;
    margin-left: 20px;
    display: block;
    text-align: center;
}

.peptr-header .nav-item .peptr-link {
    color: var(--blue-color) !important;
}

.peptr-header .navbar-brand {
    width: auto;
}

.peptr-header .logo-img{
    width: 167px;
}

/* Mobile menu from 1100px (override Bootstrap lg 992px) — desktop layout unchanged above 1100 */
@media only screen and (max-width: 1100px) {
    .peptr-header .navbar-expand-lg .navbar-toggler {
        display: block !important;
        padding: 0;
    }

    .peptr-header .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

    header.peptr-header .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    header.peptr-header .navbar-toggler:focus {
        box-shadow: 0 0 0 0;
    }

    header.peptr-header .navbar-light .navbar-toggler-icon {
        background-image: url(../img/menu.svg);
    }

    header.peptr-header .container {
        padding: 0 20px;
        max-width: 100%;
    }

    .peptr-overlay a {
        font-size: 28px;
        line-height: 30px;
        font-family: var(--Founder-regular);
        color: var(--white-color);
    }
}

.peptr-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: var(--bg-light-blue-color);
    overflow-x: hidden;
    transition: 0.5s;
}

.peptr-overlay .closebtn {
    position: absolute;
    font-size: 46px;
    top: 12px;
    right: 12px;
    z-index: 9;
}

.peptr-overlay a {
    padding: 6px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.peptr-overlay a {
    font-size: 28px;
    line-height: 30px;
    font-family: var(--Founder-regular);
    color: var(--white-color);
}

/*.peptr-header .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}*/
/* Header End */
/* Banner Start */
section.peptr-banner {
	margin-top: 117px;
	background: url(../img/pepticate-banner.webp) no-repeat center center;
	background-size: cover;
	padding: 142px 142px 142px 142px;
	position: relative;
}

.headline {
	position: absolute;
	right: 12px;
	bottom: 4px;
	text-align:center
}

/* .tablat-banner-img{
    display: none;
}

.mobile-banner-img{
    display: none;
} */

.peptr-container{
    max-width: 1600px;
    padding: 0;
}



/* .peptr-text-banner {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* .peptr-text-banner h2{
    color: var(--blue-color);
} */
/* .peptr-text-banner h6{
    color: var(--blue-color);
} */

/* Banner End */

/* Section One Start */

.peptr-section-one{
    background: url(../img/Pepti-Can-Hands.webp) no-repeat center center;
    background-size: cover;
	position:relative;
}


/* .peptr-section-one h3{
    color: var(--blue-color);
}

.peptr-section-one h5{
    color: var(--blue-color);
} */

/* Section One End */

/* Section Two Start */

/* .peptr-content-two{
    background-color: var(--bg-blue-color);
} */

.col-three-section-peptr {
    /* background-color: var(--bg-blue-color); */
    position: relative;
}

.peptr-content-text-two {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52%;
}



.peptr-content-text-two h6{
    color: var(--blue-color);
}

.peptr-content-text-two h2{
    color: var(--blue-color);
}

.peptr-content-text-two p{
    color: var(--blue-color);
}

/* .peptr-content-text-two .peptr-list-items li {
    color: var(--blue-color);
    padding-bottom: 14px;
    position: relative;
}

.peptr-content-text-two .peptr-list-items li::before{
    background-image: url(../img/check\ icon.svg);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    left: -34px;
} */

/* Section Two End */


/* Add New Section One Start */

.add-new-one-section{
    background-color: var(--bg-blue-color);
}

/* Add New Section One End */

/* Section Three Start */

section.peptr-section-three {
    padding-bottom: 4rem !important;
}

.peptr-content-text-three h3{
    color: var(--blue-color);
}

.peptr-content-text-three h6{
    color: var(--blue-color);
}

.peptr-content-text-three h2{
    color: var(--blue-color);
}

/* Section Three End */

/* Section Four Start */

.peptr-content-four{
    background-color: var(--bg-light-color);
}

.peptr-content-text-four h2{
    color: var(--blue-color);
}

.peptr-content-text-four {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 52%;
}

.peptr-accorddion .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.peptr-accorddion .accordion-button{
    background-color: transparent;
    color: var(--blue-color);
}

.peptr-accorddion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.peptr-accorddion .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.peptr-accorddion .accordion-item {
    background-color: transparent;
    border: transparent;
    padding-bottom: 36px;
    padding-left: 42px;
}

.peptr-accorddion .accordion-button {
    padding: 0;
}

.peptr-accorddion .accordion-body {
    padding: 0;
    padding-top: 6px;
}

.peptr-accorddion .accordion-button::after {
    background-image: url(../img/blue-arrow.svg);
    left: -38px;
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: contain;
    rotate: 360deg !important;
}

.col-four-section-peptr{
    /* background-color: var(--bg-light-color); */
    position: relative;
}

.peptr-content-text-four a {
    padding: 11px 42px 15px 42px;
}

.pept-text-content-one {
    padding-bottom: 15px;
}

/* Section Four End */

/* Section Five Start */

.peptr-section-five {
    background-color: #E4F2F1;
    background-image: url(../img/desk-baner.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    /*background-position-y: 1px;*/
    background-size: cover;
    background-size: 28%;
}

.peptr-section-five{
    /* background-image: url(../img/banner-2.jpg); */
    width: 100%;
    /* background-repeat: no-repeat;
    background-size: cover; */
    padding: 8rem 0;
}

.peptr-section-five .accordion-two .accordion-button::after {
    background-image: url(../img/plus.svg);
    content: "";
    right: -10px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: unset;
}
.peptr-section-five .peptr-content-text-five h2{
    color: var(--blue-color);
}

.peptr-section-five button.peptr-accordion-btn {
    width: 100%;
    text-align: start;
    font-family: var(--constellation-bold);
    font-size: 16px;
    padding: 12px 34px 12px 8px;
}

.peptr-section-five .peptr-accordion-two {
    width: 80%;
}

.peptr-section-five .peptr-accordion-two {
    text-align: start;
    padding: 4px 16px;
    border-radius: 50px;
    background-color: var(--bg-blue-color);
    cursor: pointer;
}

.peptr-section-five .peptr-accordion-btn{
    font-family: var(--constellation-bold);
    padding: 0;
    border: 0;
    position: relative;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
    color: var(--white-color);
}

.peptr-section-five .peptr-accordion-btn::after {
    background-image: url(../img/plus.svg);
    content: "";
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 32%;
}

.peptr-section-five .peptr-accordion-text {
    padding: 0 8px 8px 8px;
}

.peptr-section-five .peptr-accordion-text p {
    font-family: var(--Founder-light);
    font-size: 18px;
    color: var(--white-color);
}

.peptr-accordion-width .peptr-accordion-text {
    padding: 0 30px 8px 8px;
}

.peptr-section-five .peptr-accordion-text span{
    font-family: var(--Founder-bold);
}

.accordion-desk-pept{
    display: none;
}

hr.m-0.pept-hr {
    height: 2px;
    width: 73px;
    color: var(--white-color);
    opacity: 1;
    margin: 0 0 1rem 0 !important;
}

.peptr-section-five .peptr-accordion-text{
    display: none;
}

.peptr-section-five .peptr-active {
    border-radius: 22px;
}

/* Section Five End */

/* Section Six Start */

.peptr-section-six {
    background-color: var(--bg-light-blue-color);
    padding: 6rem;
	position:relative;
}

	.peptr-section-six .headline {
		color:var(--blue-color);
	}

.peptr-content-text-six h2 {
	line-height: 46px;
	color: var(--white-color);
}

.peptr-section-five:has(.peptr-active) {
    background-position: bottom right;
}

/* Section Six End */

/* Section Seven Start */

.peptr-section-seven{
    padding: 6rem;
}

.peptr-content-text-seven h2{
    color: var(--blue-color);
}

/*section.peptr-section-seven a.peptr-link {
    padding: 15px 27px;
}*/

section.peptr-section-seven .peptr-content-img-seven a {
    display: inline-block;
    padding: 0;
    line-height: 0;
}

section.peptr-section-seven .peptr-content-img-seven img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

/* Section Seven End */


/* Add New Two Section Start */

.add-new-two-section{
    background: url(../img/relief-product.webp) no-repeat center center;
    background-size: cover;
	background-position:right;
}

/* Add New Two Section End */

/* Section Eight Start */

.peptr-section-eight {
    background-color: var(--bg-light-color);
    padding: 6rem 6rem 7rem 6rem;
}

.peptr-carousel h4{
    color: var(--blue-color);
}

.peptr-carousel .start-content img {
    padding-left: 12px;
    width: 48px;
}

.peptr-carousel .carousel-text-content p{
    color: var(--blue-color);
    font-family: var(--Founder-regular);
    font-size: 22px;
}

.peptr-carousel .carousel-text-content span{
    font-family: var(--Founder-bold);
    font-size: 22px;
}

.peptr-carousel .carousel-indicators {
    bottom: -48px;
}

.peptr-carousel .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50px;
    border: 0;
    background-color: var(--bg-blue-color);
}

/* Section Eight End */

/* Section Nine Start */

.peptr-section-nine{
    background-color: var(--bg-blue-color);
}

.peptr-section-ten {
	background: url(../img/path-flower.webp) no-repeat left;
	background-size: contain;
	padding: 128px;
	position: relative;
	background-position-x: 25px;
}

	.peptr-section-ten .tagline {
		position: absolute;
		left: 50%;
		right: 50%;
		transform: translate(-50%, -50%);
		width:100%;
		bottom:0;
		color:var(--bg-blue-color)
	}
	/* .peptr-content-ten{
    position: relative;
} */
	.peptr-content-nine p {
		font-size: 22px;
		font-family: var(--constellation-bold);
		color: var(--white-color);
	}

.peptr-content-text-ten a {
    padding: 11px 52px 15px 52px;
}
    section.peptr-banner .mobile{
        display: none;
    }

/* 
.peptr-content-text-ten {
    position: absolute;
    left: 50%;
    top: 52%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 100%;
} */

/* Section Nine End */

/* Footer Start */

.pept-footer {
    background-color: var(--bg-light-blue-color);
    padding: 6rem;
}

.pept-footer .footer-img-logo img {
    width: 252px;
}

.peptr-footer-text p {
    font-size: 18px;
    line-height: 24px;
    color: var(--white-color);
    font-family: var(--Founder-regular);
}

.peptr-footer-social img {
    width: 26px;
    margin-left: 12px;
}

/* Footer End */


/* Desktop Devies Start */

@media only screen and (width: 1920px) {
    .peptr-container {
        max-width: 100%;
        padding: 0;
    }
}

@media only screen and (width: 1680px){
    .peptr-container {
        max-width: 100%;
        padding: 0;
    }
    a.peptr-link {
        padding: 15px 34px 15px 34px;
    }
    strong.peptr {
        white-space: nowrap;
    }
}



@media only screen and (max-width: 1442px) {
      .peptr-header .container {
        max-width: 1440px ;
    }
      .peptr-header ul li a {
  
    font-size: 14px;
    margin-left: 7px;

}
    .peptr-content-text-four {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
    }
    h1.peptr {
        font-size: 42px;
    }

}



@media only screen and (width: 1440px){
    
    a.peptr-link {
        padding: 15px 34px 15px 34px;
    }
    .peptr-content-text-four {
        width: 64%;
    }
}

@media only screen and (max-width: 1367px){

    

  

    .peptr-section-six .container{
        padding: 0 !important;

    }
    .add-new-two-section {
  
    padding: 4px !important;
}
    .peptr-section-five {
        background-position: bottom right;
    }
    /* .peptr-content-text-ten {
        top: 44%;
    } */

    .peptr-section-five {
        padding: 4rem 0;
    }
}

@media only screen and (max-width: 1280px){
    .peptr-section-ten {
   
    padding: 83px;
}
    .peptr-content-text-four {
        width: 80%;
    }

    .peptr-content-text-two {
        width: 60%;
    }
}

@media only screen and (max-width: 1182px){
    .peptr-content-text-four {
        width: 86%;
    }

    .peptr-content-text-four br {
        display: none;
    }

    /* .peptr-text-banner {
        top: 41%;
    } */

    .peptr-content-three {
        padding-left: 0 !important;
        padding-top: 0 !important;
    }

    .peptr-content-five {
        padding-left: 0 !important;
    }

    .peptr-accordion-two {
        margin-left: 0 !important;
    }

    .peptr-section-five .peptr-accordion-two {
        width: 100%;
    }
    .accordion-desk-pept{
        display: block;
    }

    .peptr-header ul li a {
        white-space: nowrap;
    }

    section.peptr-section-six .container {
        padding: 0 !important;
    }

    .peptr-content-text-two br {
        display: none;
    }

    .peptr-content-text-two {
        width: 80%;
    }

    .peptr-accorddion .accordion-item {
        padding-bottom: 22px;
    }

    /* .peptr-content-text-ten {
        top: 48%;
    } */

    .peptr-section-seven .row {
    width: 100% !important;
}



}

@media only screen and (max-width: 1082px){
	.peptr-section-ten .peptr-shop-btn {
		height: 89px;
	}
    .add-new-two-section .container {
    padding: 0 10px !important;
}
    .peptr-section-ten {
        padding: 47px;
    }
    h2.peptr {
        font-size: 38px;
    }

    .peptr-section-six .container{
        padding: 0 !important;
    }
    .peptr-section-six .row{
        padding: 0 !important;
    }

    .peptr-header ul li a {
        margin-left: 22px;
    }

    header.peptr-header .container {
        padding: 0;
    }
}

@media only screen and (max-width: 1026px){
    .peptr-section-six {

    padding: 4rem;
}
    .peptr-header ul li a {
        margin-left: 14px;
    }
    section.peptr-banner {
  
    padding: 80px;
}

.peptr-section-one .row{
    padding: 0 !important;
}

    /* section.peptr-banner h2 br {
        display: none;
    } */

    /* .peptr-text-banner {
        top: 41%;
        width: 56%;
        left: 47%;
    } */

    section.peptr-section-seven .logo-one {
        width: 100%;
    }

    section.peptr-section-seven .logo-two {
        width: 80%;
    }

    section.peptr-section-seven .logo-three {
        width: 100%;
    }

    section.peptr-section-seven .logo-four {
        width: 80%;
    }

    .peptr-footer-text p {
        white-space: none;
    }

    h2.peptr {
        font-size: 36px;
    }

    .peptr-section-five {
        padding: 2rem 0;
    }
	.peptr-section-ten .tagline {
		position: unset;
		transform: unset;
		line-height: normal;
	}
	.peptr-section-ten .tagline {
	
		bottom: -36px;
	
	}
}

/* Desktop Devies End */

/* Ipad Devise Start */

@media only screen and (width: 992px){
    .peptr-header .navbar {
        padding-left: 0 !important;
        background-color: var(--bg-light-blue-color);
        padding-right: 0 !important;
    }
}



@media only screen and (max-width: 992px){
	.add-new-two-section{
		position:relative;
	}
		.add-new-two-section::after {
			position: absolute;
			background: #a080bd26;
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%
		}

		.add-new-two-section .container{
			position:relative;
			z-index:1
		}
		.add-new-two-section p br {
			display: none;
		}
	.peptr-section-one .container {
		margin: 0 !important;
		padding: 0 0 48px 0 !important;
		max-width: 100%;
		overflow: hidden;
	}
    .peptr-footer-text p {
        white-space: normal;
    }
    .peptr-footer-text  br {
        display: none;
    }
      .peptr-section-one {
        background-image: none;
        padding: 0 !important;
        background-color: var(--bg-light-blue-color);
    }
   .peptr-section-one  .peptr-content-two-carousel {
    padding: 40px;
}

    section.peptr-section-one .pept-img-content-one img {
        width: 50%;
    }

    .peptr-content-two-carousel .carousel-indicators [data-bs-target] {
        width: 9px;
        height: 9px;
        border-radius: 50px;
        border: 0;
        background-color: var(--white-color);
    }
    .peptr-content-two-carousel .carousel-indicators {
        bottom: -66%;
    }

    .peptr-content-text-two {
        position: unset;
        padding: 48px;
        transform: translate(-0, -0);
        width: 100%;
    }

    .add-new-one-border{
        border-right: 0 !important;
        border-bottom: 1px solid var(--white-color) !important;
    }

    .add-new-one-section .container {
    max-width: 100%;
}
.peptr-section-two .peptr-content-text-two {
    padding: 48px 0;
}

.peptr-section-five br{
    display: none;
}

.peptr-section-ten br{
    display: none;
}
.add-new-two-section .container {
        padding: 0 10px !important;
        max-width: 96%;
    }
    /* .peptr-section-two {
        margin-top: 30px;
    } */

    section.peptr-section-three .peptr-content-img-three img {
        width: 50%;
    }

    .peptr-content-text-three {
        padding-top: 3rem !important;
    }

    .peptr-content-text-four {
        position: unset;
        padding: 50px 50px 60px 50px;
        transform: translate(-0, -0);
        width: 100%;
    }

    .accordion-desk-pept {
        display: block;
    }

    section.peptr-section-five .container {
        margin: inherit;
    }

    .peptr-content-text-six h2 br {
        display: none;
    }

    .peptr-section-seven .row {
        width: 100% !important;
    }

    section.peptr-section-five h2 {
        line-height: normal;
    }

    .peptr-carousel .carousel-text-content p br {
        display: none;
    }

    header.peptr-header .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    header.peptr-header .navbar-toggler:focus {
        box-shadow: 0 0 0 0;
    }

    header.peptr-header .navbar-light .navbar-toggler-icon {
        background-image: url(../img/menu.svg);
    }

    header.peptr-header .container {
        padding: 0 20px;
        max-width: 100%;
    }

    header.peptr-header .navbar-toggler {
        padding: 0;
    }

    .peptr-overlay a {
        font-size: 28px;
        line-height: 30px;
        font-family: var(--Founder-regular);
        color: var(--white-color);
    }

    .peptr-section-five {
        padding: 2rem 0 3rem 0;
    }

    .peptr-section-eight .row {
        width: 100% !important;
    }

    .peptr-section-five {
        background-position: bottom right;
    }

}


@media only screen and (max-width: 896px){
    /* .peptr-text-banner {
        top: 41%;
        width: 58%;
        left: 47%;
    } */

    h2.peptr {
        font-size: 34px;
    }


}

@media only screen and (max-width: 852px){
    /* .peptr-text-banner {
        top: 50%;
        width: 55%;
        left: 50%;
    } */

    section.peptr-banner .peptr-shop-btn {
        margin-top: 2rem !important;
    }
    
    h1.peptr {
        font-size: 38px;
    }
}

@media only screen and (max-width: 830px){
    /* .desk-banner-img{
        display: none;
    } */
    
    
/*     
    .tablat-banner-img{
        display: block;
    } */
}

@media only screen and (max-width: 780px){
    .peptr-section-five {
        /* background-position-x: -35px; */
    }

    a.peptr-link {
        white-space: nowrap;
        padding: 11px 34px 11px 34px;
    }
}




@media only screen and (max-width: 768px){
    /* .peptr-text-banner {
        top: 48%;
    } */

}

@media only screen and (max-width: 736px){
    section.peptr-section-one .pept-img-content-one img {
        width: 80%;
    }

    section.peptr-section-three .peptr-content-img-three img {
        width: 80%;
    }
/* 
    .peptr-content-text-ten {
        position: absolute;
        left: 50%;
        top: 52%;
        transform: translate(-50%, -50%);
        width: 86%;
    } */


    h1.peptr {
        font-size: 34px;
    }

   

}

@media only screen and (max-width: 568px){
    /* .peptr-text-banner {
        top: 50%;
        width: 62%;
        left: 50%;
    } */
}



/* Ipad Devise End */


/* Mobile Devise Start */

@media only screen and (max-width: 500px){

	.add-new-two-section::after{
		display:none
	}

	section.peptr-banner {
		background: url(../img/mobile-banner.webp) no-repeat center center !important;
		background-size: cover !important;
	}

    section.peptr-banner {
        margin-top: 86px;
    }
        section.peptr-banner {
        padding: 282px 15px 118px;
    }

	.headline p{
		color:white !important;
	}

	.peptr-text-banner br {
		display: none !important;
	}

      section.peptr-banner .mobile{
        display: block !important;
    }

   .peptr-section-ten{
background: url(../img/mobile-path.webp) no-repeat  !important;
background-size:contain !important;
   }

    .add-new-one-section br{
        display: none;
    }
    .peptr-text-banner.text-white {
    text-align: center;
}

.add-new-two-section .row {
    padding: 0 !important;
}

    .add-new-two-section {
        background: url(../img/relief-product-mobile.webp) no-repeat bottom !important;
        padding-bottom: 260px !important;
        background-size: cover !important;
    }

    /* .peptr-content-text-ten {
        top: 48%;
    } */

    /* .desk-banner-img{
        display: none;
    } */

    .peptr-content-text-ten {
        width: 100%;
    }

    /* .tablat-banner-img{
        display: none;
    } */

    
    .accordion-desk-pept {
        display: none;
    }

        section.peptr-banner h2 br {
        display: block;
    }

    a.peptr-link {
        white-space: normal;
        font-size: 22px;
    }

    .peptr-header .logo-img {
        width: 142px;
    }

    .peptr-header .navbar {
        padding: 6px 0px !important;
    }

       h2.peptr {
        font-size: 39px;
        line-height: 49px;
    }

    .peptr-section-five .peptr-content-text-five h2 {
        color: var(--blue-color);
        font-size: 36px;
    }


    h3.peptr {
        font-size: 32px;
    }

    h6.peptr {
        font-family: var(--constellation-bold);
        font-size: 20px;
    }

        .add-new-two-section{
            text-align: center;
        }

    .add-new-two-section p br{
        display: none;
    }



    .peptr-text-banner h2 {
        padding-top: 18px;
    }

     /* .desk-banner-img{
        display: none;
    } */

    /* .mobile-banner-img{
        display: block;
    } */
    .peptr-content-text-ten br {
        display: none;
    }
    br.mob-br {
        display: block;
    }

    .peptr-content-text-two .peptr-list-items li {
        padding-left: 18px !important;
        padding-top: 16px !important;
        line-height: 1.2;
        font-size: 22px;
    }



    /* section.peptr-banner .peptr-shop-btn { */
        /* position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        bottom: -32%;
    } */

    .peptr-content-text-two {
        padding: 50px 25px;

    }

    p.peptr {
        font-size: 24px;
        line-height: 1.2;
    }

    /* section.peptr-banner .peptr-shop-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        bottom: -34%;
    } */

    /* .peptr-text-banner {
        width: 86%;
        top: 26%;
        left: 52%;
    } */



    .peptr-content-text-two .peptr-list-items li::before {
        height: 28px;
        width: 28px;
        margin-top: -3px;
    }


    .pept-text-content-one h3 {
        white-space: nowrap;
    }
    .pept-text-content-one .text-cow {
        white-space: nowrap;
    }

    section.peptr-section-three .peptr-content-img-three img {
        width: 100%;
    }

    .peptr-content-text-four {
        padding: 50px 28px 60px 29px;
    }

    .peptr-content-five {
        padding-right: 0 !important;
    }

    section.peptr-section-five .col-lg-12 {
        padding: 0;
    }
    section.peptr-section-five .col-sm-12 {
        padding: 0;
    }
    
    .peptr-section-five button.peptr-accordion-btn {
        font-size: 16px;
    }
    .peptr-section-five {
        background-color: #E4F2F1;
        background-image: url(../img/mobile-baner.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        padding-bottom: 100px;
    }

    .peptr-section-six {
        padding: 4rem 68px;
        text-align: center;
    }

    .peptr-content-img-six {
        margin-top: 22px;
    }

    .peptr-content-img-six img {
        width: 80%;
    }

    .peptr-section-seven {
        padding: 2rem 2rem 4rem 2rem;
    }

    section.peptr-section-seven .logo-two {
        width: 90%;
    }

    section.peptr-section-seven .logo-four {
        width: 90%;
    }

    .peptr-section-eight {
        padding: 6rem 0rem 7rem 0rem;
    }

    .peptr-content-nine p {
        font-size: 19px;
    }

    /* .peptr-content-nine p {
        font-size: 16px;
    } */
    .pept-footer {

        padding: 3rem 1rem;
    }

    .pept-footer .footer-img-logo img {
        width: 138px;
    }

    .peptr-overlay a {
        font-size: 22px;
        line-height: 26px;
        font-family: var(--Founder-regular);
        color: var(--white-color);
    }

    h1.peptr {
        font-size: 34px;
    }

    .peptr-carousel .carousel-text-content p {
        color: var(--blue-color);
        font-family: var(--Founder-regular);
        font-size: 25px;
    }

}

@media only screen and (max-width: 500px){
    a.peptr-link {
        white-space: normal;
        font-size: 18px;
    }
	.peptr-section-five button.peptr-accordion-btn {
		padding: 12px 20px 12px 14px;
	}
}

@media only screen and (max-width: 415px){
	.peptr-section-two h2, .peptr-section-two h6, .peptr-section-two .peptr-shop-btn {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

    h2.peptr {
        font-size: 38px;
        line-height: 46px;
    }

    .peptr-footer-text p {
        font-size: 19px;
    }



    /* h2.peptr {
        font-size: 32px;
        line-height: 40px;
    } */
}

@media only screen and (max-width: 398px){
	.peptr-banner .peptr-content {
		margin-bottom: 12px;
	}
	.peptr-content-two-carousel .carousel-indicators {
		bottom: -35px;
	}
	.add-new-one-section .d-flex.justify-content-center.align-items-center.gap-5 {
		gap: 2rem !important;
	}
	.peptr-shop-btn a {
		display: block;
	}
	a.peptr-link {
		white-space: normal;
		font-size: 17px;
	}
	.add-new-two-section {

		padding-bottom: 211px !important;

	}
	.peptr-section-ten .tagline {
	
		bottom: -26px;

	}
}

@media only screen and (max-width: 376px){

        h2.peptr {
        font-size: 32px;
        line-height: 40px;
    }
    a.peptr-link {
        white-space: nowrap;
        font-size: 16px;
    }
        /* .peptr-text-banner {
        width: 68%;
        top: 26%;
        left: 49%;
    } */

        .peptr-content-text-two .peptr-list-items li {
        padding-top: 16px !important;
        line-height: 22px;
        font-size:16px;
    }

    h3.peptr {
        font-size: 28px;
        font-family: var(--constellation-bold);
    }
        h6.peptr {
        font-size: 16px;
        font-family: var(--constellation-bold);
    }
        p.peptr {
        font-size: 18px;
    }

    
    .peptr-content-text-two .peptr-list-items li::before {
        height: 24px;
        width: 24px;
        margin-top: -4px;
    }

    .peptr-content-text-two {
        padding: 50px;

    }

    .peptr-section-five .peptr-content-text-five h2 {
        color: var(--blue-color);
        font-size: 32px;
    }

    .peptr-content-nine p {
        font-size: 16px;
    }

    h1.peptr {
        font-size: 32px;
    }

    .peptr-footer-text p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 360px){
    h2.peptr {
        font-size: 31px;
        line-height: 40px;
    }

    .peptr-section-five .peptr-content-text-five h2 {

        color: var(--blue-color);
        font-size: 30px;
    }
}

@media only screen and (max-width: 320px){
    .peptr-content-text-two {
        padding: 30px;
    }

    h2.peptr {
        font-size: 29px;
        line-height: 40px;
    }

    .peptr-section-five .peptr-content-text-five h2 {
        color: var(--blue-color);
        font-size: 27px;
    }

    /* .peptr-text-banner {
        width: 90%;
        top: 26%;
        left: 49%;
    } */

    a.peptr-link {
        white-space: normal;
        font-size: 12px;
    }

    .peptr-carousel .start-content img {
        padding-left: 2px;
        width: 36px;
    }

    .pept-text-content-one h3 {
        white-space: normal;
    }
}



/* Mobile Devise End */