@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  overflow-x: hidden !important;
}

header {
  min-height: 141px;
  background-color: #fff;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 219px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

header img.logo {
  width: 100px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

header nav a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 25px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

header nav a.active {
  color: #51B950;
}

footer {
  position: relative;
  width: 100vw;
  min-height: 221px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ECF3F8;
}

footer img {
  width: 100px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  header {
    padding: 10px 50px;
  }
}

@media only screen and (max-width: 1024px) {
  header > nav {
    display: none;
  }
}

header input {
  display: none;
}

header label {
  display: none;
}

@media only screen and (max-width: 1024px) {
  header label {
    display: block;
  }
}

header label i {
  font-size: 50px !important;
}

header .mobile-nav {
  display: none;
  height: 100vh;
  background-color: #fff;
  width: 100vw;
  position: absolute;
  top: 0px;
  left: -100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

header .mobile-nav label i {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
}

header .mobile-nav label nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  gap: 40px;
}

header .mobile-nav label nav a {
  font-size: 24px;
}

header input[type="checkbox"]:checked + .mobile-nav {
  display: block;
  left: 0;
}

section.sec-1 {
  /*margin-top: 110px;*/
  position: relative;
  width: 100vw;
  min-height: 877px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: radial-gradient(#6B6767 0.5%, #000000 50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px calc((100vw - 1700px)/2);
}

section.sec-1 > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 600px;
          flex: 1 1 600px;
  position: relative;
}

section.sec-1 .left-sec > img {
  width: 200px;
  height: auto;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}

section.sec-1 .left-sec h1 {
  max-width: 650px;
  font-size: 63px;
  font-weight: 600;
  line-height: 77px;
  color: #FFFFFF;
  margin-bottom: 24px;
}

section.sec-1 .left-sec p {
  font-size: 27px;
  line-height: 40px;
  color: #FFFFFF;
  max-width: 743px;
}

section.sec-1 .left-sec p.first-para {
  margin-bottom: 50px;
}

section.sec-1 .right-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.sec-1 .right-sec iframe {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  section.sec-1 .right-sec iframe {
    height: auto;
  }
}

section.sec-1 .right-sec p {
  text-align: center;
  font-size: 45px;
  line-height: 51px;
  font-weight: 600;
  color: #0050B5;
  max-width: 100%;
  margin-top: 21px;
}

@media only screen and (max-width: 600px) {
  section.sec-1 .right-sec p {
    font-size: 30px;
  }
}

section.sec-1 .right-sec a {
  position: relative;
  margin: auto;
  max-width: 100%;
  margin-top: 10px;
  background-color: #0050B5;
  text-decoration: none;
  width: 430px;
  padding: 10px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  border-radius: 18px;
  cursor: pointer;
}

@media only screen and (max-width: 500px) {
  section.sec-1 .right-sec a {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

section.sec-1 .right-sec a i {
  font-size: 46px;
  display: block;
  color: #FFF;
}

section.sec-1 .right-sec a span {
  color: #FFF;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 1.26rem;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 500px) {
  section.sec-1 .right-sec a span {
    font-size: 1rem;
  }
}

section.sec-2 {
  position: relative;
  width: 100vw;
  min-height: 1543px;
  background-color: #DCF0FF;
  padding: 75px calc((100vw - 1700px)/2) 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.sec-2 h1 {
  text-align: center;
  font-size: 90px;
  font-weight: 600;
  line-height: 77px;
  color: #000000;
}

section.sec-2 h3 {
  margin-bottom: 65px;
  font-size: 35px;
  color: #0050B5;
  font-weight: 600;
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  section.sec-2 h3 {
    font-size: 22px;
  }
}

section.sec-2 iframe {
  max-width: 1241px;
  width: 90%;
  height: 695px;
  margin-bottom: 85px;
}

section.sec-2 p {
  font-size: 31px;
  line-height: 47px;
  color: #000000;
}

section.sec-2 p.first {
  margin-bottom: 50px;
}

section.sec-3 {
  position: relative;
  width: 100vw;
  min-height: 1425px;
  padding: 79px calc((100vw - 1700px)/2) 102px;
  background: url(../images/sec_3_background.svg), radial-gradient(#2987FF 0.5%, #0050B5 50%);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}

section.sec-3 h1 {
  text-align: center;
  font-size: 90px;
  line-height: normal;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 52.5px;
}

section.sec-3 ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  max-width: 1114px;
}

section.sec-3 ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0 1fr;
      grid-template-columns: 0 1fr;
  gap: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 31px;
  color: #fff;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

section.sec-3 ul li::before {
  content: url("../images/check-blue-icon.svg");
  font-size: 25px;
}

section.sec-4 {
  position: relative;
  width: 100vw;
  background: radial-gradient(#2987FF 0.5%, #0050B5 50%);
  min-height: 875px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 731px 1fr;
      grid-template-columns: 731px 1fr;
  gap: 122px;
}

section.sec-4 > img {
  max-width: 100%;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.sec-4 .right {
  max-width: 1118px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.sec-4 .right h1 {
  font-size: 90px;
  line-height: 107px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 65px;
}

section.sec-4 .right ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

section.sec-4 .right ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0 1fr;
      grid-template-columns: 0 1fr;
  gap: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 31px;
  color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.sec-4 .right ul li::before {
  content: "";
  background-color: #FFFFFF;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

section.sec-5 {
  position: relative;
  padding: 62px 50px 41px;
  width: 100vw;
  min-height: 1079px;
  background: #DFF1FF;
}

section.sec-5::before {
  content: url("../images/sec5_back.svg");
  position: absolute;
  right: 0px;
  top: 0;
  opacity: 0.1;
}

section.sec-5 h1 {
  text-align: center;
  font-size: 90px;
  line-height: normal;
  font-weight: 600;
  color: #000000;
  margin-bottom: 65.6px;
}

section.sec-5 .grid-items {
  position: relative;
  max-width: 1285px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 100px;
          column-gap: 100px;
  row-gap: 66px;
  -ms-grid-columns: (minmax(246px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(246px, 1fr));
}

section.sec-5 .grid-items > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

section.sec-5 .grid-items > div p {
  font-size: 35px;
  line-height: 44px;
  text-align: center;
  color: #2D2D2D;
}

section.sec-6 {
  position: relative;
  width: 100vw;
  min-height: 935px;
  background: radial-gradient(#2987FF 0.5%, #0050B5 50%);
  padding: 67px calc((100vw - 1700px)/2) 84px;
}

section.sec-6 h1 {
  margin-bottom: 24.2px;
  text-align: center;
  font-size: 90px;
  line-height: normal;
  font-weight: 600;
  color: #FFFFFF;
}

section.sec-6 p {
  font-size: 31px;
  line-height: 47px;
  color: #FFFFFF;
  margin-bottom: 55px;
}

section.sec-6 p span {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
}

section.sec-7 {
  position: relative;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 67px 0px 76px;
  margin: auto;
  max-width: 1700px;
}

section.sec-7 .top-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.sec-7 .top-sec img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 731px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

section.sec-7 .top-sec > div h1 {
  font-size: 90px;
  font-weight: 600;
  color: #0050B5;
  margin-bottom: 63px;
}

section.sec-7 .top-sec > div h2 {
  font-size: 71px;
  line-height: 77px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 35px;
}

section.sec-7 .top-sec > div ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

section.sec-7 .top-sec > div ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0 1fr;
      grid-template-columns: 0 1fr;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 31px;
  color: #000000;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

section.sec-7 .top-sec > div ul li::before {
  content: url("../images/blue-tick.svg");
  font-size: 25px;
  width:20px;
  height: 20px;
  object-fit: contain;
  margin-top: 10px;
}

section.sec-7 .bottom-sec {
  margin-top: 80px;
  width: 100%;
  border-radius: 47px;
  background-color: #DCF0FF;
  min-height: 2273px;
  padding: 60px 50px;
  position: relative;
}

section.sec-7 .bottom-sec > img {
  max-width: 1664px;
  position: relative;
  margin: auto;
  max-width: 100%;
  margin-bottom: 72px;
}

section.sec-7 .bottom-sec p.first {
  font-size: 31px;
  line-height: 60px;
  margin-bottom: 66px;
  color: #000000;
  font-weight: 600;
}

section.sec-7 .bottom-sec p {
  font-size: 31px;
  line-height: 47px;
  color: #000000;
  margin-bottom: 55px;
}

section.sec-7 .bottom-sec p span {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  color: #2D2D2D;
}

section.testimonial {
  position: relative;
  width: 100vw;
  min-height: 1615px;
  background-color: #DCF0FF;
  padding: 75px 0px;
}

section.testimonial h1 {
  font-size: 90px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin: 0px auto 53px;
}

section.testimonial .swiper {
  max-width: 1611px;
  width: 90%;
  height: 100%;
}

section.testimonial .swiper .swiper-slide {
  background-color: #fff;
  border-radius: 23px;
  min-height: 1260px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px 40px;
  max-width: 503px;
  width: 90%;
}

section.testimonial .swiper .swiper-slide img {
  width: 154px;
  height: 154px;
  max-width: 100%;
  position: relative;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 18px;
}

section.testimonial .swiper .swiper-slide h2 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 600;
  color: #51B950;
  margin-bottom: 40px;
  text-align: center;
}

section.testimonial .swiper .swiper-slide p {
  font-size: 26px;
  line-height: 39px;
  color: #2B2B2B;
  margin-bottom: 50px;
  text-align: center;
}

section.testimonial .swiper .swiper-slide p:last-child {
  margin-bottom: 0px;
}

section.sec-8 {
  position: relative;
  width: 100vw;
  padding: 76px 0px 96px;
  overflow-x: hidden;
}

section.sec-8 .container {
  max-width: 1700px;
  position: relative;
  margin: auto;
  width: 90%;
  border-radius: 47px;
  background-color: #DCF0FF;
  padding: 60px 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.sec-8 .container::before {
  position: absolute;
  content: url("../images/sec8_back.svg");
  right: -159px;
  bottom: -97px;
}

section.sec-8 .container .left-sec {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

section.sec-8 .container .left-sec p {
  font-style: italic;
  line-height: 69px;
  font-size: 37px;
  color: #000000;
  margin-bottom: 25px;
}

section.sec-8 .container .left-sec p.last {
  color: #0050B5;
  border-bottom: 0px;
}

section.sec-8 .container img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 298px;
  max-height: 298px;
  border-radius: 50%;
}

@media only screen and (max-width: 1800px) {
  section.sec-1, section.sec-2, section.sec-3, section.sec-6, section.sec-7 {
    padding: 50px;
    min-height: auto;
  }
  section.sec-1 .left-sec > img {
    width: 150px;
  }
  section.sec-1 .left-sec h1, section.sec-6 h1, section.testimonial h1 {
    font-size: 50px;
    line-height: normal;
  }
  section.sec-1 .left-sec p {
    font-size: 20px;
    line-height: 35px;
  }
  section.sec-1 .right-sec img {
    max-width: 600px;
    height: auto;
  }
  section.sec-2 h1, section.sec-3 h1 {
    font-size: 50px;
  }
  section.sec-2 p, section.sec-6 p {
    font-size: 25px;
    line-height: normal;
  }
  section.sec-6 p span {
    font-size: 30px;
  }
  section.sec-3 {
    background: radial-gradient(#2987FF 0.5%, #0050B5 50%);;
    min-height: auto;
  }
  section.sec-3 ul {
    max-width: 100%;
  }
  section.sec-3 ul li, section.sec-4 .right ul li, section.sec-7 .top-sec > div ul li {
    font-size: 25px;
  }
  section.sec-4 .right h1, section.sec-5 h1, section.sec-7 .top-sec > div h1 {
    font-size: 50px;
    line-height: normal;
  }
  section.sec-5 .grid-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  section.sec-6 p {
    margin-bottom: 40px;
  }
  section.sec-7 .top-sec img {
    max-width: 600px;
  }
  section.sec-7 .top-sec > div h2 {
    font-size: 45px;
    line-height: normal;
  }
  section.sec-7 .bottom-sec p {
    font-size: 25px;
    line-height: normal;
  }
  section.sec-7 .bottom-sec p span {
    font-size: 30px;
    line-height: normal;
  }
  section.sec-7 .bottom-sec {
    min-height: auto;
  }
  section.sec-8 .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.sec-8 .container .left-sec p {
    font-size: 25px;
    line-height: normal;
  }
  section.sec-8 .container img {
    z-index: 2;
  }
}

@media only screen and (max-width: 1400px) {
  section.sec-1 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.sec-2 iframe {
    height: 500px;
  }
  section.sec-4 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0px;
  }
  section.sec-4 > img {
    width: 100%;
  }
  section.sec-4 .right {
    padding: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.sec-4 .right h1, section.sec-5 h1, section.testimonial h1 {
    text-align: center;
    font-size: 40px;
  }
  section.sec-5::before {
    bottom: 0px;
  }
  section.sec-7 .top-sec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 50px;
  }
  section.sec-8 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.sec-8 .container .left-sec {
    z-index: 2;
  }
  section.sec-8 .container::before {
    opacity: 0.4;
  }
}

@media only screen and (max-width: 990px) {
  header {
    -webkit-box-shadow: 0px 5px 15px #777;
            box-shadow: 0px 5px 15px #777;
  }
  header, footer {
    min-height: auto;
  }
  footer {
    padding: 10px 0px;
  }
  header img.logo, footer img {
    width: 70px;
  }
  /*section.sec-1 {*/
  /*  margin-top: 90px;*/
  /*}*/
  section.sec-2 iframe {
    height: 400px;
  }
  section.sec-3 h1 {
    font-size: 40px;
    line-height: normal;
  }
  section.sec-3 ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
  }
  section.sec-7 .bottom-sec p.first {
    line-height: normal;
    font-size: 25px;
  }
  section.sec-7 .bottom-sec p {
    font-size: 20px;
  }
  section.sec-7 .bottom-sec p span {
    font-size: 24px;
  }
  section.sec-7 .top-sec > div h1 {
    margin-bottom: 20px;
    text-align: center;
  }
  section.sec-7 .top-sec > div h2 {
    text-align: center;
  }
  section.sec-8 .container .left-sec {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  section.sec-1 .right-sec img {
    max-width: 90%;
    margin-top: 50px;
  }
  section.sec-1 .right-sec {
    max-width: 100%;
  }
  section.sec-1 .left-sec h1, section.testimonial h1 {
    text-align: center;
    font-size: 30px;
    max-width: 90%;
  }
  section.sec-1 .left-sec p {
    text-align: center;
    font-size: 18px;
    line-height: normal;
  }
  section.sec-2 iframe {
    height: 200px;
  }
  section.sec-2 h1 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 30px;
  }
  section.sec-2 p {
    text-align: center;
    font-size: 18px;
  }
  section.sec-3 h1, section.sec-4 .right h1 {
    font-size: 30px;
    line-height: normal;
  }
  section.sec-4 .right ul li {
    font-size: 18px;
  }
  section.sec-5 h1 {
    font-size: 30px;
  }
  section.sec-5 .grid-items > div p {
    font-size: 20px;
    line-height: normal;
  }
  section.sec-6 p, section.sec-7 .top-sec > div ul li {
    font-size: 18px;
  }
  section.sec-6 p span {
    font-size: 22px;
    line-height: normal;
  }
  section.sec-7 {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.sec-7 .top-sec img {
    max-width: 90%;
  }
  section.sec-7 .top-sec > div h1 {
    font-size: 35px;
    line-height: normal;
  }
  section.sec-7 .top-sec > div h2 {
    font-size: 30px;
    line-height: normal;
  }
  section.sec-7 .top-sec > div {
    padding-left: 50px;
    padding-right: 50px;
  }
  section.sec-7 .top-sec > div ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.sec-8 .container img {
    width: 150px;
    height: 150px;
  }
  section.sec-8 .container {
    margin: 0px;
    width: 100%;
    padding: 50px;
    gap: 20px;
  }
  section.sec-8 .container::before {
    display: none;
  }
  section.sec-8 .container .left-sec p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  section.testimonial .swiper .swiper-slide h2 {
    font-size: 20px;
    line-height: normal;
  }
  section.testimonial .swiper .swiper-slide p {
    font-size: 18px;
    line-height: normal;
  }
}

.swiper-button-next, .swiper-button-prev {
  background-color: #ccc !important;
    border-radius: 4px !important;
    padding: 30px 20px !important;
}
/*# sourceMappingURL=tea.css.map */