: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;
    --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);
}

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;
}

b, strong {
    font-weight: NORMAL;
}

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: 16px;
}

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);
}

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: 28px;
}

.peptr-header .nav-item .peptr-link {
    color: var(--blue-color) !important;
}

.peptr-header .navbar-brand {
    width: 20%;
}

.peptr-header .logo-img{
    width: 167px;
}

.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);
}

/* Header End */

/* Banner Start */

section.peptr-banner {
    margin-top: 119px;
}

.tablat-banner-img{
    display: none;
}

.mobile-banner-img{
    display: none;
}

.peptr-container{
    max-width: 1600px;
    padding: 0;
}

.peptr-content{
    position: relative;
}

.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 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: 50%;
}



.peptr-content-text-two h6{
    color: var(--white-color);
}

.peptr-content-text-two h2{
    color: var(--white-color);
}

.peptr-content-text-two p{
    color: var(--white-color);
}

.peptr-content-text-two .peptr-list-items li {
    color: var(--white-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 */

/* 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: 180deg !important;*/
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

/*h6.peptr.accordion-header button.accordion-button.collapsed:after {
    rotate: 180deg !important;
}*/
/*.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;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}*/
.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: 24%;
}

.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: 18px;
    padding: 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-blue-color);
    padding: 6rem;
}

.peptr-content-text-six h2 {
    line-height: 46px;
    color: var(--white-color);
}

/* 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 {
    padding: 15px 27px;
}

/* Section Seven 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-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;
}


.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: 1500px){
    .peptr-section-four strong br {
        display: none;
    }
}


@media only screen and (width: 1439px) {
    a.peptr-link {
        padding: 15px 34px 15px 34px;
    }

    /*.peptr-content-text-four {
        width: 64%;
    }*/
}

@media only screen and (max-width: 1442px) {
    .peptr-content-text-four {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 64%;
    }
    h1.peptr {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1367px){

    .peptr-section-five {
        background-position: top right;
    }
    .peptr-content-text-ten {
        top: 44%;
    }

    .peptr-section-five {
        padding: 4rem 0;
    }
}

@media only screen and (max-width: 1280px){
    .peptr-content-text-four {
        width: 80%;
    }

    .peptr-content-text-two {
        width: 60%;
    }
}

@media only screen and (max-width: 1182px){
    h3.peptr {
        font-size: 24px;
        font-family: var(--constellation-bold);
    }
    .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%;
    }

}

@media only screen and (max-width: 1082px){
    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-header ul li a {
        margin-left: 14px;
    }

    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: nowrap;
    }

    h2.peptr {
        font-size: 36px;
    }

    .peptr-section-five {
        padding: 2rem 0;
    }
}

/* 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){
    .peptr-footer-text p {
        white-space: normal;
    }
    .peptr-footer-text  br {
        display: none;
    }

    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(--bg-blue-color);
    }
    .peptr-content-two-carousel .carousel-indicators {
        bottom: -66%;
    }

    .peptr-content-text-two {
        position: unset;
        padding: 50px;
        transform: translate(-0, -0);
        width: 100%;
    }

    .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){

    section.peptr-banner {
        margin-top: 86px;
    }

    .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: 20px;
    }

    .peptr-header .logo-img {
        width: 142px;
    }

    .peptr-header .navbar {
        padding: 6px 0px !important;
    }

    h2.peptr {
        font-size: 44px;
        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;
    }



    .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: 415px){

    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: 400px){
    a.peptr-link {
        white-space: normal;
        font-size: 18px;
    }
}

@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;
    }

    .pept-text-content-one h3 {
        white-space: normal;
    }

    h3.peptr {
        font-size: 26px;
        font-family: var(--constellation-bold);
    }

    .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;
    }
}



/* Mobile Devise End */