 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body {
      font-family: "Poppins", sans-serif;
      line-height: 1.6;
      background: #fff;
      color: #333;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    header {
      background-image: url("img/bg1.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 110vh;
      color: #fff;
      padding: 20px 20px;
/*      text-align: center;*/
    }

    header .logo{
        text-align: left;
        padding-left: 50px;
        padding-bottom: 20px;
    }  
    .logo img{ width: 10%; height: auto;}
    .footer-logo img{ width: 40%; height: auto;}
    
    .sec1-img{ width: 100%; height: auto;}
    h2{ font-family: "Poppins", sans-serif; font-size:50px; color: #A01145; font-weight: 300; letter-spacing: -1px; line-height: 60px;}
    .h2-age{ font-size: 65px; font-weight: 500; padding-top: 0px; margin-top: 0px; line-height: 72px;}
    .sec1-second{ display: flex; flex-shrink:0;}
    .sec1-first{ display: flex; flex-direction: column; padding: 30px 0 30px 30px;}
    .sec2-img{ width: 90%; height: auto;}
    .sec1-prod-copy{ margin: 0; padding: 0; display: flex; align-items: end;}
    .sec1-prod-img{ margin: 0; padding: 0; flex-wrap: wrap;}
    .sec1-prod-copy p { color: #141414; font-family: "Poppins", sans-serif; font-size: 22px; font-weight:200}
    .shangpree{ font-weight: 500;}
    .worth{ font-weight: 500; font-size: 28px; line-height: 40px;}
    .sec1-offer{ font-size: 12px; flex-shrink:0;}
    
    section{
        color: #fff;    
    }

    section.features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 40px 20px;
    }

    .feature {
      flex: 1 1 300px;
      margin: 0px;
      margin-top: 10px;
      padding: 0;
      padding-top: 10px;
      border-radius: 8px;
    }

    .features h2{ color: #141414; font-size: 40px; font-weight: 200;}
    .features-ageless{ font-weight: 400;}
    .feature h3 {
      margin-bottom: 10px;
      color: #007BFF;
    }
    .features-img{ width: 100%; height: auto; }

/*
    .timeline {
      position: relative;
      margin-left: 30px;
      padding-left: 20px;
      margin-top: 10px;
      border-left: 2px solid #000;
      text-align: left;
    }

    .timeline-item {
      position: relative;
      margin-bottom: 30px;
    }

    .timeline-item::before {
      content: '';
      position: absolute;
      left: -29px;
      top: 0px;
      width: 16px;
      height: 16px;
      background-color: #A01145;
      border-radius: 50%;
    }

    .timeline-item:last-child {margin-bottom: 0;}
    .timeline p {margin: 0; font-size: 15px; padding: 0; line-height: 20px; color: #000;}
    .bullet{ color: #A01145; font-size: 18px; line-height: 20px; }
*/

    .bullet-line {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
        color: #000;
        margin-left: 20px;
    }
    .bullet{ color: #A01145;}
    .bullet-line li {
      position: relative;
      padding-left: 25px;
      margin-bottom: 30px;
    }
    bullet{}
    .bullet-line li::before {
      content: '';
      position: absolute;
      top: 5px;
      left: 6px;
      width: 12px;
      height: 12px;
      background-color: #A01145;
      border-radius: 50%;
      z-index: 1;
    }

    .bullet-line li::after {
      content: '';
      position: absolute;
      top: 15px;
      left: 11px;
      width: 2px;
      height: 140%;
      background-color: #000;;
      z-index: 0;
    }

    /* Remove line after last item */
    .bullet-line li:last-child::after {
      content: none;
    }
    
/*Testimonial Slider*/

    #testimonial{ font-size: 50px; text-align: center; line-height: 100px; margin-bottom: 30px; color: #000000; justify-content: center;}
    .lined-heading {
      display: flex;
      align-items: center;
      text-align: center;
      gap: 15px;
      
    }

    .parent-main{ width: 70%; margin-left: 26%;}
    #thumbnail-carousel .splide__list {
      flex-direction: column !important;
    }

    #thumbnail-carousel .splide__slide {
      margin-bottom: 8px;
      cursor: pointer;
    }
    .parent-main .splide__slide{ width: auto; height: 600px !important; border-radius: 150px;}
/*    .parent-main #thumbnail-carousel-track{ margin-top: -300px !important;}*/
/*    .parent-main #thumbnail-carousel{ margin-top: -300px !important;}*/
     #thumbnail-carousel .splide__track--slide { margin-top: -550px !important;}
     #thumbnail-carousel .splide__track--slide li { border-radius: 50%; padding: 50px 50px; margin: 20px 0;}
     .splide__track--nav>.splide__list>.splide__slide { border: none; }
    .thumb-carousel .splide__track {
          overflow: visible !important; /* prevent auto scroll */
        }

    .lined-heading::before,
    .lined-heading::after {
      content: "";
/*      flex: 1;*/
      width: 10%;
      border-top: 1px solid #A01145;
    }

    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }
    .item img{
        width: 100%;
    }
    
/*Section 4*/
    .sec-4{ 
        background-image: url(img/Section-4-bg.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center !important;  
        margin-top: 50px;
    }

    .sec1-first.sec4-second h5 {
        font-size: 36px;
        background: #B17B4D;
        padding: 15px;
        margin: 0;
        width: 80%;
    }
    .sec1-first.sec4-first-btn.sec4-last h6 {
        font-size: 25px;
        background: #B17B4D;
        padding: 10px;
        margin: 0;
        width: 77%;
    }
    .sec1-first.sec4-first-btn.sec4-last h4 {
        font-size: 22px;
        background: #ffffff;
        padding: 10px;
        margin: 0;
        color: #000000;
        font-weight: 300;
        margin-top: 5px;
        width: 70%;
        position: relative;
        top: -85px;
    }

    .why-love-it {
        display: flex;
        align-items: center;
    }
    .why-love-it p {
        box-shadow: 0 0 2px;
        border-radius: 100%;
        padding: 20px !important;
        color: #000 !important;
        background: linear-gradient(130deg, #f5f5f5 0%, rgba(160, 87, 37, 0.10) 90%, rgba(160, 87, 37, 0) 100%);
        height: 120px;
        width: 120px;
        text-align: center;
        font-size: 14px !important;
        align-items: center;
        display: flex;
        margin: 35px!important;
    }
    .why-love-it span {
        font-size: 40px;
    }

    .sec-4 p{ font-size: 22px; color: #141414;} 
    .sec4-first{ padding-bottom: 0; padding-top: 50px;}
    .sec4-second, .sec4-fourth{ padding-bottom: 0; padding-top: 0px;}
    .sec4-second p{ font-size: 28px; line-height: 50px;margin-bottom: 0;}
    .sec4-second-ageless{ font-weight: 400;}
    .sec4-first-btn{ width: 90%; height: 100px; border-radius: 60px; /*background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 0) 100%);*/ padding-top:6px;}
    .sec4-first-btn p{ font-size: 35px; vertical-align: middle; line-height: 40px; align-items: center}
    .sec4-first-btn p span{ font-size: 60px; line-height: 70px; }
    .sec4-fourth{ padding-top: 10px;}
    .text-row { display: flex; align-items: center; gap: 12px; color: #141414;}
    .big-text { font-size: 55px; font-weight: 600; color: #b17b4d;}
    .small-text {font-size: 30px; }
    .sec4-last { width: 100%; padding-top: 10px;}
    .sec4-last p{ font-size: 22px;}
    .sec4-img{ padding: 0;}
    .sec5{
      background-image: url("img/sec5-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
      color: #fff;
      padding: 50px 20px; 
    }
    .sec5-free{ font-size: 45px; font-weight: 600; color: #141414; margin-bottom: 0px;}
    .sec5-shang{ font-size: 63px; font-weight: 600; color: #D4B48B; padding-bottom: 0 !important; margin-bottom: 0 !importants;}
    .sec5-para1{ color: #141414; padding-top: 0px;}
    .sec5-btn{width: 848.8px; height: 147px; border-radius: 0; background: linear-gradient(90deg,rgba(182, 126, 79, 1) 0%, rgba(204, 164, 131, 0.82) 47%, rgba(233, 216, 201, 1) 70%, rgba(255, 255, 255, 0) 100%); color: #141414; margin-left: -100px; margin-top: 30px;}
    .sec5-btn p{ font-size: 16px; line-height: 25px; padding: 20px 0 0 60px;}
    .sec5-img{ margin-top: -20px;}
    .sec6{ background-image: url("img/sec6-img.png") ; background-repeat: no-repeat ; background-size: cover ; background-position: center ; min-height: 100vh; width: 100%;   color: #fff; padding: 50px 20px; }
    .sec6 h2{ color: #FFFFFF; font-size: 65px; font-weight: 600; padding-left: 20px; padding-top: 20px}
    .sec6-btn{ background: linear-gradient(90deg,rgba(160, 87, 37, 1) 0%, rgba(160, 87, 37, 0.10) 50%, rgba(160, 87, 37, 0) 100%); width: 50%; margin-top: 50px; height: 100%; border-radius: 32px; margin-left: 20px;}
    .sec6 ul{ padding-top: 40px; padding-left: 20px;}
    .sec6 ul li { font-size: 16px; line-height: 30px; }
    .sec6 p{ margin-left: 70px; margin-top: 30px; color: #FFFFFF; font-size: 20px; padding-bottom: 60px;}
    .sec-mix{ background-image: url("img/Section7_8_9_10_11-bg.png") !important; background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; color: #000; padding: 50px 20px 20px 20px; }
    .sec7{ display: flex; margin-left: 7%; }
    .sec7-row{ padding: 0; width: 33%; display: inline-block; }
    .sec7-row img{ width: 100%; }
    .sec7-row span{ color: #A01145; font-size: 21px;}
    .sec7-row hr{ width: 20%; margin-bottom: 1%; background-image: linear-gradient(to right ,rgba(181, 24, 24, 1) 0%, rgba(181, 24, 24, 0.5) 50%, rgba(160, 87, 37, 0) 100%); height: 2px; }
    .sec7-row-col1{ margin-top: 110px; width:35%;}
    .sec7-row-col1 p{ font-size: 21px;}
    .sec7-row-col2{ width: 30%; margin-left: -4%; }
    .sec7-row-col3{ width: 35%; margin-top: 23%; }
    .sec7-row-col3 p{ margin-left: -5%;}
    .sec7-row-col3 hr{ width: 20%; margin-bottom: 1%;  margin-left: 18%; background-image: linear-gradient(to left ,rgba(181, 24, 24, 1) 0%, rgba(181, 24, 24, 0.5) 50%, rgba(160, 87, 37, 0) 100%); height: 2px; }
    .sec8{ background-color: transparent !important; }
    .sec8-p{ color: #00334E; margin-left:5%; font-size: 22px; margin-top: 5%; font-weight: 500;}
    .sec8-p span{ color: #A01145; font-size: 25px; font-weight: 400; line-height: 30px;}
/*
    .sec8 ul > li{ color: #000; display: flex;}
    .sec8-li1{ flex: 1 1 100px; }
*/
    .sec8-both{ margin: 2% 0;}
    .sec8-icon1{ width: 20%; margin-left: 5%; display: inline; }
    .sec8-icon1 img{ vertical-align: top;}
    .sec8-icon1-head{ color: #A01145; font-size: 20px;}
    .sec8-icon1-info{ color: #000; display: inline-block; width: 71%; margin-left: 2%;}
    .sec8-icon1-p{ font-size: 15px; }

/*Form css*/

    .first-form{
        background-color: transparent;
        margin-top: 30px 0;
    }
    .form-container {
      max-width: 1170px;
      margin: auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 42px;
    }
    #contactForm{
        width: 80%;
        margin: 0 auto;
    }
    .form-container h2 {
      text-align: center;
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 40px;
    }
    .form-container p {
        text-align: center;
        color: #000;
        padding-top: 40px;
    }

    .form-container .row {
      display: flex;
      gap: 14px;
    }

    .row .col {
      flex: 1;
    }

    input {
      width: 100%;
      padding: 12px;
      padding-left: 20px;
      margin-bottom: 15px;
      box-sizing: border-box;
      border: 1px solid #707070;
      border-radius: 42px;
      color: #707070;
    }

    #contactForm button {
      width: 100%;
      padding: 10px;
      background: #C9A476;
      color: white;
      border: none;
      cursor: pointer;
      border-radius: 42px;
    }

    #contactForm button:hover {
      background: #927755;
    }
    .col-70 img{ width: 10%;  }

    .sec9{ margin-top: 50px;}
    .sec9 h3{ color: #00334E; text-align: center; margin-top: 30px; }
    .tabs {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
      text-align: center;
      justify-content: center;
    }

    .tabs button {
        padding: 10px 12px;
        color: #000000;
        background-color: transparent;
        cursor: pointer;
        font-weight: bold;
        border-radius: 36px;
        border: 1px solid #000000;
        margin-top: 30px;
    }

    .tab-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    }

    .tab-columns .left-column {
    flex: 0 0 40%;
    }

    .tab-columns .right-column {
    flex: 0 0 60%;
    }

    .tabs button.active {
      background-color: #b17b4d;
      color: white;
    }

    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .left-column {
      flex: 1;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 10px;
    }

    .left-column img {
      width: 100%;
      border-radius: 8px;
      cursor: pointer;
      transition: transform 0.3s;
    }

    .left-column img:hover {
      transform: scale(1.05);
    }
    .left{ width: 40%}

    .left img {
          border-radius: 6px;
          display: block;
        }
        .col7-row2 {
          margin-bottom: 10px;
            border-radius: 6px;
        }

    .right-column {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .map {
      width: 100%;
      height: 250px;
      border: 0;
    }

    /* Lightbox */
    .lightbox {
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
    }

    .lightbox .active2 {
      display: flex;
    }

    .col5-row1{ width: 66%; padding-right: 1%; height: 200px; overflow: hidden; border-radius: 5px;}
    .col5-row2{ width: 98%; overflow: hidden; border-radius: 5px; margin: 5px 0;}
/*    .col5-row3{ width: 66%; padding-right: 1%; height: 200px; overflow: hidden; border-radius: 5px;}*/
    .col7-row2{ height: 98px; overflow: hidden; border-radius: 5px;}
    .col7-row2:first-child{margin-bottom: 4px; }

    @media (max-width: 768px) {
      .tab-content.active {
        flex-direction: column;
      }
    }


/*======== CTI Buttons ========*/
.whatsapp-scroll img {
    width: 160px;
}
.apponment{
  position: relative;
}
.whatsapp-scroll {
  position: fixed;
  bottom: 13rem;
  right: 10px;
  z-index: 9999;
  margin: auto 0;
  border: aliceblue;
  left: auto;
  display: flex;
  align-items: center;
  width: auto;
}
.whatsapp-scroll a{
  margin: 0;
    /*background: var(--text-primary);
    color: var(--pink-01);
    border-radius: 1rem 0 0 1rem;
    padding: 1rem;
    text-decoration: none;
    font-size: 1.6rem;
    width: 13rem;
    text-align: center;*/
}
.apponment-scroll {
    position: fixed;
    bottom: 5rem;
    right: 10px;
    z-index: 9999;
    margin: auto 0;
    border: aliceblue;
    left: auto;
    display: flex;
    align-items: center;
    width: auto;
}
.apponment-scroll a {
    margin: auto 0;
    background: #c9a476;
    color: #ffffff;
    border-radius: 10rem 10rem;
    padding: 1.5rem 0;
    text-decoration: none;
    font-size: 1.8rem;
    width: 25rem;
    text-align: center;
}
.calling-scroll-fixed {
    position: fixed;
    bottom: 22rem;
    right: 10px;
    z-index: 1;
    margin: auto 0;
    display: flex;
    width: auto;
}
.calling-scroll-fixed a {
    background: rgb(255,255,255);
    color: #990037;
    border-radius: 10rem 10rem;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    margin-right: 0;
    box-shadow: 0 0 2px #6c757d;
}
.calling-scroll-fixed a i {
    background: #ffdec8;
    border-radius: 50px;
    padding: 10px;
}
.calling-scroll-fixed img {
    background: #ffdec8;
    border-radius: 50px;
    padding: 10px;
    margin-left: 5px;
    height: 50px;
}


/*Section 9*/

    .sec9-offers h3{ color: #00334E; text-align: center; margin-top: 30px;}

    .button-group {
      display: flex;
      gap: 10px; 
      justify-content: center; 
      margin-top: 20px;
    }

    .button-group button {
      padding: 10px 20px;
      background-color: #C9A476;
      border: none;
      color: white;
      cursor: pointer;
      border-radius: 36px;
    }

    .button-group button:hover {
      background-color: #927755;
    }

    .sec9-right-row1 {
      background: #eaeef2;
      padding: 40px 40px 40px 40px;
      color: #000;
      padding-top: 50px;
      /* margin-left: -10%; */
      border-radius: 30px;
  }
    .sec9-right-row1 p{ margin-bottom: 30px;}

    .sec9-right-row2{
        background: #ccc;
/*        margin-left: -10%;*/
        padding: 0;
        margin-top: 20px;
    }
    .sec9-right-row2 iframe{ border-radius: 32px;}
    .icon-info{ display: inline; vertical-align: top; padding-left: 10px;}
    
    .second-form .form-container{ background-color: transparent;}
    .second-form{ margin-top: 20px;}
    .second-form h2 { margin-bottom: 0px; color: #000000;}
    .second-form p { padding: 10px 0 20px 0; font-size: 16px;}
    .second-form input { border-radius: 18px; border-color: #DDDDDD;}
    .second-form #contactForm {  text-align: center;}
    .second-form #contactForm button { width: 15%; border-radius: 0px; background-color: #C9A476; margin-top: 30px;}
    .second-form #contactForm button:hover{ background-color: #927755; }

    form {
      max-width: 800px;
      margin: auto;
    }
    .form-row {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    .form-group {
      flex: 1;
      min-width: 200px;
    }
    input {
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
    }
    button {
/*      margin-top: 15px;*/
      padding: 10px 30px;
      width: 15%;  background-color: #BE367B; margin-top: 10px; border-radius: 10px; font-size: 18px;
        margin-bottom: 50px; border: none;
    }
    @media (max-width: 768px) {
      .form-row {
        flex-direction: column;
      }
    }
    
.contact-form form {
    width: 50%;
    margin: 0 auto;
}
.contact-form .form-check {
    text-align: left;
    font-size: 1.6rem;
    font-family: var(--font-m);
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    color: #000000;
    margin-bottom: .125rem;
}



/*    Footer*/
    footer {
      background: #F4EEE8;
      color: #000;
      text-align: left;
      padding: 20px;
    }
    .footer-logo{ padding-top: 20px;}
    .tc{ font-size: 10px; padding-top: 30px;}
    .footer-contact { font-size: 16px; padding-top: 30px; font-weight: 600;}
    .navi ul{ list-style: none; }
    .navi li{ margin: 10px 0;}
    li a{ text-decoration: none; color:#000000; margin: 10px 0; font-size: 13px;}
    li a:hover{ text-decoration: none;}
    .navi li:first-child { margin-top: 0px; }
    .wecare{ font-weight: 300; }

    .sec12{ margin-top: 50px;}
    .sec12 #thumbnail2-slider{ margin-left:-50px; margin-top: -200px;}
    #thumbnail2-slider .splide__slide{ width: 200px !important; height: 150px !important;}
    .icon-info a
       {
          font-size: 16px;
          color: #000;
      }
      .icon-info a:hover {
          text-decoration: none;
      }

    @media (max-width: 768px) {
        header { height: 100%; }
        .logo{ text-align: center !important; padding: 10px 0 30px 0 !important;}
        .sec1-img{ width: 100%; height: auto; }
        h2{ font-size: 40px;}
        .h2-age{ font-size: 55px;}
        .feature{ flex: none; text-align: left; width: 100%}
        .features h2{ font-size: 28px; }
/*        .features-img{ width: 50%; }*/
        .timeline{ margin-left: 10px;}
        #testimonial{ font-size: 30px; line-height: 40px;}
        .lined-heading::before, .lined-heading::after{ width: 40%; }
        .big-text { font-size: 35px; font-weight: bold; }
        .sec-4 p{ margin-bottom: 0px; font-size: 20px;}
        .sec4-second p{ font-size: 25px;}
        .small-text {font-size: 22px; }
        .text-row{ padding-top: 20px; }
        .sec4-first-btn{ width: 100%; }
        .sec4-last{ height: 150px; margin-top: 20px;}
        .sec4-last p{ line-height: 35px; padding-top: 10px;}
        .sec5-btn p { font-size: 13px; line-height: 18px; padding: 10px 0 0 60px; }
        .sec6{ height: 100vh; width: 100%;}
        .sec6 .container{ padding-left: 0px; }
        .sec6 .row{ text-align: left; }
        .sec6 p{margin-left: 50px;}
        .sec-mix{ padding: 0; }
        .sec7{ margin-left: 2%; }
        .sec7-row img{ margin-top: 45%; }
        .sec7-row-col3{ margin-top: 35%;}
        .sec7-row-col3 p{ margin-left: 0%;}
        .sec7-row span, .sec7-row-col1 p{ font-size: 16px;}
        .sec7-row-col1{ margin-top: 170px;}
        .sec7-row hr{ width: 40%; }
        .sec7-row-col3 hr{ margin-left: 48%;}
        .sec8-icon1{ margin-left: 0; }
        .sec8-icon1-info{ width: 64%; }
        .form-container { width: 90%; }
        .form-container h2{ font-size: 25px; }
        #contactForm{ width: 100%; }
        .sec9-offers h3{ margin-top: 50px; }
        .sec9-left-main img{ width: 100%; }
        .sec9-right-row1{ margin-left: 0;}
        .second-form #contactForm button{ width: 25%; }
        footer{ padding: 10px; }
        .footer-logo{ text-align: left !important; }
        .tc{ padding: 0;}
        .left{ width: 100%}
    }

    @media (max-width: 480px) {
        header { height: 100%;}
        .logo img{ width: 40%;}
        header .sec1-first{ padding: 130px 0 30px 30px; }
        .parent-main{ margin-left: 32%; }
        #thumbnail-carousel { margin-left: -10px !important;}
/*        .section.features{ padding-bottom: 0px;}*/
        .feature{ flex: none; margin-top: 50px;}
        .logo{ text-align: center !important; padding: 10px 0 30px 0 !important; }
        .sec1-img{ width: 100%; height: auto; }
        h2{ font-size: 25px; line-height: 35px;}
        .h2-age{ font-size: 35px; line-height: 40px;}
        .sec1-prod-copy p{ font-size: 16px;}
        .sec1-offer{font-size: 10px;}
        .sec5-btn p { font-size: 13px; line-height: 18px; padding: 7px 0 0 60px; }
        .footer-logo{ text-align: left !important; }
        .sec7-row-col1{ margin-top: 60px;}
        .sec12{ padding-bottom: 0;}
        button{ width: 35%; padding: 10px 10px; }
    }

