@font-face {
  font-family: gess-bold;
  src: url(../fonts/GESSTwoMedium-Medium.woff2);
}

@font-face {
  font-family: gess-mormal;
  src: url(../fonts/GESSTwoLight-Light.woff2);
}

:root {
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: gess-bold, gess-mormal;
  scroll-behavior: smooth;
  transition: ease-in-out;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

/* .container {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
} */
body,
html {
  margin: 0;
  padding: 0;
  /* font-family: Arial, sans-serif; */
}

.container {
  background: linear-gradient(to right, #a6a9ad, #d9dee0);
  padding-bottom: 10px;
}

.header {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  /* Height of the background image */
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-img {
  left: 2%;
  width: 25vw;
  height: auto;
  width: 35vw;
  position: absolute;
  top: 5px;
}

.logo-text-container {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 7%;
  z-index: 1;
}

.logo-img {
  width: 15vw;
  height: auto;
}

.logo-text {
  color: white;
  font-size: 6vw;
  text-align: right;
  line-height: 1.8em;
  font-style: normal;
  margin-bottom: 0;
}

.logo-text i {
  font-size: 7.5vw;
  font-style: normal;
}
.features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3.5vw;
  padding-right: 1.5vw;
  padding-bottom: 0em;
  padding-top: 2.4em;
}

.feature {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  justify-items: right;
  margin-bottom: 0.7em;
}

.feature-icon {
  width: 29px;
  margin-left: 15px;
  margin-right: 10px;
}

.feature-text {
  font-size: 4.2vw;
  line-height: 1.4em;
  text-align: right;
  position: relative;
}
.feature-text i {
  font-style: normal;
}
.order-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  position: relative;
  top: -8px;
}

.order-button {
  background: linear-gradient(to right, #e51e25, #791215);
  color: white;
  padding: 0.5em 2em;
  border: none;
  border-radius: 7px;
  font-size: 7.7vw;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 4px 7px 6px rgb(0 0 0 / 10%);
}

.order-button:hover {
  background: linear-gradient(to bottom, #c41820, #c41820);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Add this line to enhance shadow on hover */
}
.results {
  background-image: url("../images/red.jpg");
  background-size: cover;
  padding: 5px 5vw 5px 5vw;
  color: white;
  text-align: center;
  background-position: center;
  background-size: cover;
}

/* The text header */
.results h1 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
  font-weight: 100;
}

/* The sub-header */
.results h2 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  font-weight: 100;
}

/* The div after the headers */
.week {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.week:first-of-type {
  margin-bottom: 40px;
}
.week:nth-of-type(2) {
  margin-bottom: 10px;
}
/* Sub-heading centered text */
.week h3 {
  margin-bottom: 10px;
  font-weight: 100;
}

/* The result div */
.result {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* Right part of the result */
.result .right {
  flex: 0 0 40%;
  color: white;
  border-bottom: 1px solid white;
  padding: 7px 5px 7px 7px;
  text-align: center;
  background: linear-gradient(to right, #0F7BB0, #09203D);
  font-size: 16px;
}
.week .result:first-of-type .right {
  border-radius: 0 5px 0 0;
}
.week .result:first-of-type .left {
  border-radius: 5px 0 0 0;
}
.week .result:last-of-type .right {
  border-radius: 0 0 5px 0;
  border-bottom: 0px;
}
.week .result:last-of-type .left {
  border-radius: 0 0 0 5px;
  border-bottom: 0px;
}
/* Left part of the result */
.result .left {
  flex: 0 0 60%;
  background-color: #ffffff;
  color: #042b47;
  border-bottom: 1px solid black;
  text-align: center;
  padding: 7px 5px 7px 7px;
}

.recommended {
  background: linear-gradient(to right, #c2c6c8, #e2e7ea);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 5px 5px 5px;
  position: relative;
}

.doctor-image {
  width: 100%; /* Responsive */
  max-width: 661px;
  height: auto;
}

.sub-headings {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -15px;
  left: -7px;
}

.first-sub-heading,
.last-sub-heading {
  color: #21394a;
  margin-bottom: 10px;
  font-weight: 200;
}

.middle-sub-heading-container {
  background-color: #E21D26;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 0 10px;
}

.middle-sub-heading {
  color: #ffffff;
  margin: 5px; /* Adding some padding inside the rounded div */
  font-weight: 100;
  font-size: 1.7em;
}

.doctor-image {
  max-width: 67%;
}
.why {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
}

.text-div {
  display: flex;
  align-items: center;
  direction: rtl;
  margin-bottom: 17px;
  text-shadow: -1px -1px 7px #00000038;
}

.icon {
  margin-left: 5px;
  width: 20px;
}

.text {
  color: #000000;
  font-size: 3.2vw;
  font-family: "gess-bold";
  font-weight: 100;
}

.text-div {
  flex: 0 0 50%;
}
.details {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 20px solid transparent;
  border-image: url("../images/text-box.png") 20 round;
  width: 100%;
  height: 80px;
  position: relative;
  top: -9px;
}

.details-text {
  color: #000000;
  margin: 0; /* Remove default paragraph margin */
  direction: rtl;
  font-size: 3.05vw;
  text-wrap: nowrap;
  font-weight: 100;
  text-shadow: -1px -1px 7px #0000004d;
}

/* Media query for small screen */
@media (max-width: 800px) {
  .details {
    max-width: 96%;
  }
}
.order-now {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  top: -8px;
}
#error{
  position: relative;
  top: -14px;
  color: rgb(255, 255, 255);
  font-size: 13px;
  text-align: center;
}
.order-button2 {
  background: linear-gradient(to right, #e51e25, #670b0e);
  color: #ffffff;
  padding: 10px 50px 10px 50px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  font-size: 2rem;
}
.buttonsub{
  border: 1px solid #fff;
}

.order-button2:hover,
.order-button2:active {
  background: linear-gradient(to left, #e51e25, #791215);
}
.how-it-works {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/red.jpg");
  background-position: center;
  background-size: cover;
  padding: 15px;
}

/* Flexbox and background for detailed */
.detailed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/paper.png");
  background-size: contain;
  background-repeat: round;
  padding: 35px 5px 5px 5px;
  width: 100%;
  position: relative;
}

/* Header styling */
.detailed-header {
  color: #082741;
  font-size: 6.6vw;
  font-weight: 100;
  direction: rtl;
  width: 92%;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.2;
}

/* Line under header */
.header-line {
  width: 78%;
  height: 4px;
  background: linear-gradient(to right, #e51e25f2, #791215eb);
  position: relative;
}

/* Text div styling */
.text2 {
  margin-top: 10px;
  font-size: 4.6vw;
  color: #082741;
  text-align: center;
  line-height: 1.6;
}

/* Centered image */
.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-image {
  max-width: 85%;
  height: auto;
}

.header-line::before,
.header-line::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 15px;
}

.header-line::before {
  left: -15px;
  background: linear-gradient(to right, rgb(248 238 229), rgb(206 27 33));
}

.header-line::after {
  right: -15px;
  background: linear-gradient(to left, rgb(246 237 227), rgb(122 18 21));
}
/* Create flex container */
.price {
  background: linear-gradient(to right, #c2c6c8, #e2e7ea);
  padding-right: 10px;
}
.price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

/* Style for product-img */
.product-img2 {
  flex: 0 0 27%;
  margin: 7px 0 7px 4%;
}

.product-img2 img {
  max-width: 100%;
}

/* Style for price-details */
.price-details {
  flex: 0 0 70%;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  overflow: visible;
}

.logo2 {
  align-self: flex-end;
  width: 35%;
  margin: auto;
  position: relative;
  bottom: -10px;
}

/* Style for offer */
.offer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  position: relative;
  width: 100%;
}

.price-text {
  color: #082741;
  transform: rotate(270deg); /* No rotation as per your request */
  align-self: center;
  position: absolute;
  font-size: 6vw;
  left: -20px;
}

.amount {
  background: linear-gradient(to right, #e51e25, #791215);
  -webkit-background-clip: text;
  color: transparent;
  align-self: center;
  font-family: sans-serif;
  font-size: 29.5vw;
  font-weight: 600;
  padding-right: 10px;
}

/* Style for strike-through */
.strike-through {
  color: #0b1c2e;
  position: relative;
  font-size: 1.3rem;
  top: -15px;
}
.strike-through span {
  font-family: sans-serif;
  font-weight: 600;
}
.strike-through::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 2px;
  background-color: #cab8a0;
  transform: rotate(181deg);
  width: 75%;
}
.price-wrapper .header-line {
  position: absolute;
  bottom: 0;
  width: 60%;
  left: 25%;
}
.price-wrapper .header-line::before,
.price-wrapper .header-line::after {
  background: transparent;
}
.charging-free h1 {
  color: #0b1c2e;
  line-height: 1.5;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 5.6vw;
  text-align: center;
  padding-left: 10px;
}

/* Style for refund */
.refund {
  font-size: 2.4vw;
  color: #050e16;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #e51e25f2, #791215eb);
  border-image-slice: 1;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}
#request {
  background: linear-gradient(to right, #adadad, #e2e7ea);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex-direction: column;
}

/* Form Section Styling */
.form-section {
  background-color: #ffffff;
  width: 100%;
  max-width: 600px;
}

.form-section h1 {
  color: #0b1c2e;
  line-height: 1.5;
  margin: 10px 2px 10px 2px;
  text-align: center;
  direction: rtl;
  font-size: 4.25vw;
}

/* Form Details Div Styling */
.form-details {
  background-image: url("../images/red.jpg");
  background-position: center;
  background-size: cover;
  padding: 17px 25px 10px 25px;
  display: flex;
  flex-direction: column;
}

/* Input Styling */
.form-details input {
  background-color: #ffffff;
  color: #0b1c2e;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  height: 55px;
  margin-bottom: 20px;
  direction: rtl;
}

.form-details input:focus {
  border-color: #0b1c2e;
  box-shadow: 0 0 5px #0b1c2e;
}
#mobile-number {
  font-family: sans-serif;
}
#mobile-number::placeholder {
  font-family: gess-bold, gess-mormal;
}
#submit-button {
  margin-top: 15px;
}
form {
  display: flex;
  flex-direction: column;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

/* Label Divs styling */
.label-div {
  width: 32%;
  display: flex;
  justify-content: space-around;
}

/* Label Text styling */
.label-text {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2vw;
  text-align: center;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  line-height: 1.4;
  background: linear-gradient(to right, #e51f26, #a71c21);
}

/* Label Img styling */
.label-img {
  width: 30%;
  padding: 3px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 5px 5px 0;
}

/* Image Styling - optional */
.label-img img {
  max-width: 100%;
  max-height: 100%;
}
/* =========================================================================================================== */
/* Responsive design */

@media (max-width: 850px) {
  .logo-img {
    width: 20vw;
  }

  .product-img {
    max-width: 27vw;
  }
}

@media (max-width: 700px) {
  .logo-img {
    width: 25vw;
  }

  .product-img {
    /* width: 35vw; */
  }
}

@media (max-width: 550px) {
  .logo-img {
    width: 30vw;
  }

  .product-img {
    left: 3%;
  }
}
@media (max-width: 500px) {
  .features {
    padding-top: 2.4em;
  }
  .feature-text {
    font-size: 4.2vw;
  }
}
@media (max-width: 450px) {
  .logo-img {
    width: 40vw;
  }

  .product-img {
    max-width: 26.5vw;
  }
  .feature {
    margin-bottom: 0.6em;
  }
  .feature-text {
    font-size: 4.4vw;
    line-height: 1.7em;
    text-align: right;
    position: relative;
  }
  .features {
    padding-top: 1.5em;
  }
}

@media (max-width: 430px) {
  .header {
    height: 260px;
  }
  .logo-img {
    width: 38vw;
  }

  .product-img {
    max-width: 24.5vw;
    left: 5%;
  }
  .amount {
    font-size: 29vw;
    padding-right: 15px;
}
.strike-through {
  font-size: 4.7vw;
  top: -15px;
}
}
@media (max-width: 415px) {
  .features {
    padding-top: 1.5em;
  }
  .amount {
    font-size: 29vw;
    padding-right: 15px;
}
.strike-through {
  font-size: 4.7vw;
  top: -15px;
}
}
@media (max-width: 395px) {
  .feature-icon {
    width: 20px;
    margin-left: 15px;
    margin-right: 10px;
  }
  .feature-text {
    font-size: 4.35vw;
  }
  .features {
    padding-top: 1.7em;
    padding-left: 3vw;
    padding-right: 2vw;
  }
  .amount {
    font-size: 29vw;
    padding-right: 15px;
}
.strike-through {
  font-size: 4.7vw;
  top: -15px;
}
}
@media (max-width: 380px) {
  .product-img {
    max-width: 34vw;
    top: 10px;
  }
  .logo-img {
    width: 36vw;
  }

  .product-img {
    max-width: 25vw;
    position: absolute;
    top: 20px;
    left: 4%;
  }
  .features {
    padding-top: 0.1em;
    padding-left: 3.5vw;
    padding-right: 2vw;
  }
  .feature-text {
    font-size: 4.3vw;
  }
  .text2 {
    font-size: 4.5vw;
  }
  .strike-through {
    font-size: 4.7vw;
    top: -15px;
  }
  .amount {
    font-size: 29vw;
    padding-right: 10px;
}
.price-text {
  left: -8px;
}
  .logo-text i {
    font-size: 7vw;
  }
  .logo-text {
    font-size: 5.3vw;
  }
}
@media (max-width: 365px) {
  .product-img {
    max-width: 24vw;
    position: absolute;
    top: 20px;
    left: 4%;
  }
  .amount {
    font-size: 27vw;
    padding-right: 13px;
}
.strike-through {
  font-size: 4.4vw;
  top: -15px;
}
.price-text {
  font-size: 6vw;
  left: -8px;
}
}
@media (max-width: 370px) {
  .result .right,
  .result .left {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .product-img {
    max-width: 26vw;
    position: absolute;
    top: 10px;
  }
  .features {
    padding-top: 0.5em;
  }
  .feature-text {
    font-size: 4.3vw;
  }
}
@media (max-width: 345px) {

  .product-img {
    max-width: 26.5vw;
    position: absolute;
    top: 10px;
  }
}
@media (max-width: 320px) {
  .logo-img {
    width: 50vw;
  }

  .product-img {
    width: 60vw;
  }
}
@media (max-width: 330px) {
  .order-button2 {
    font-size: 1rem;
}
}
/* ============================================================================================================================= */
@media (min-width: 425px) {
  .first-sub-heading,
  .last-sub-heading {
    font-size: 1.3em;
  }
  .middle-sub-heading {
    font-size: 1.9em;
  }
}
@media (min-width: 460px) {
  .feature {
    margin-bottom: 1em;
  }
}
@media (min-width: 500px) {
  .header {
    height: 320px;
  }
  .product-img {
    width: 30vw;
  }
}
@media (min-width: 520px) {
  .bg-img {
    object-fit: fill;
  }
  .product-img {
    max-width: 25vw;
  }
  .feature-text {
    font-size: 3.7vw;
  }
}
@media (min-width: 520px) and (max-width: 800px) {
  #request {
    padding: 15px;
  }
  .label-div {
    width: 30%;
  }
}
@media (min-width: 540px) and (max-width: 800px) {
  .detailed-header {
    font-size: 2.3rem;
  }
}
@media (min-width: 590px) and (max-width: 800px) {
  .text2 {
    font-size: 4.3vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .detailed-header {
    font-size: 2.3rem;
    width: 72%;
    margin-top: 37px;
  }
}
@media (min-width: 690px) and (max-width: 800px) {
  .detailed-header {
    font-size: 2.3rem;
    width: 65%;
    margin-top: 40px;
    line-height: 1.3;
  }
  .header-line {
    width: 65%;
  }
  .text2 {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .form-section h1 {
    font-size: 4vw;
  }
  .price-text {
    left: -35px;
  }
  .price {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 570px) {
  .result .left,
  .result .right {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .logo-img {
    width: 27vw;
  }
  .logo-text i {
    font-size: 7vw;
  }
  .logo-text {
    font-size: 5.2vw;
  }
  .product-img {
    width: 20vw;
    left: 3%;
  }
}
@media (min-width: 650px) {
  .product-img {
    width: 140px;
  }
  .feature-text {
    font-size: 1.5em;
  }
  .logo-text-container {
    padding-top: 30px;
  }
}
@media (min-width: 680px) {
  .logo-img {
    width: 200px;
  }
  .logo-text i {
    font-size: 3.1rem;
  }
  .logo-text {
    font-size: 2.2rem;
  }
  .features {
    padding: 5vw;
    padding-bottom: 0em;
    padding-top: 3.5em;
  }
  .feature {
    margin-bottom: 2em;
  }
}
@media (min-width: 720px) {
  .order-button {
    font-size: 2.6rem;
  }
}
@media (min-width: 800px) {
  .result .left,
  .result .right {
    font-size: 20px;
  }
  .results h2 {
    font-size: 1.5rem;
  }
  .results h1 {
    font-size: 2.3rem;
  }
  .week h3 {
    font-size: 20px;
  }
  .wrapper1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
  }
  .recommended {
    background: linear-gradient(to right, #c2c6c8, #e2e7ea);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 5px 5px 10px;
    flex: 0 0 50%;
    max-width: 50vw;
  }
  .text {
    font-size: 1.5vw;
  }
  .icon {
    margin-left: 5px;
    width: 20px;
    margin-right: 1.6vw;
  }
  .details-text {
    margin: 0;
    font-size: 1.6vw;
    text-wrap: nowrap;
  }
  .how-it-works {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex: 0 0 50%;
    max-width: 50vw;
  }
  .detailed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: round;
    padding: 35px 5px 5px 5px;
    width: 100%;
    position: relative;
    align-self: flex-start;
  }
  .detailed-header {
    font-size: 3.5vw;
    width: 92%;
    text-align: center;
    margin-bottom: 7px;
    line-height: 1.2;
    margin-top: 2.5rem;
  }
  .text2 {
    margin-top: 10px;
    font-size: 2.2vw;
    text-align: center;
    line-height: 2;
  }
  .details-image {
    padding-bottom: 20px;
  }
  .doctor-image {
    width: 70%;
    height: auto;
  }
  .icon {
    width: 30px;
  }
  .wrapper2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
  }
  .price {
    background: linear-gradient(to right, #c2c6c8, #e2e7ea);
    padding-right: 10px;
    width: 50vw;
    border-top: 5px solid #052c4b;
  }
  .amount {
    font-size: 16vw;
  }
  .price-text {
    font-size: 3vw;
    left: -7px;
  }
  .charging-free h1 {
    color: #0b1c2e;
    line-height: 1.3;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2.9vw;
    text-align: center;
    padding-left: 10px;
  }
  .refund {
    font-size: 1.3vw;
    color: #050e16;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #e51e25f2, #791215eb);
    border-image-slice: 1;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
  }
  .form-section h1 {
    color: #0b1c2e;
    line-height: 1.5;
    margin: 10px 7px 10px 7px;
    text-align: center;
    direction: rtl;
    font-size: 2.3vw;
  }
  .label-text {
    font-size: 1.1vw;
    text-align: center;
    border-radius: 5px 0 0 5px;
    line-height: 1.4;
    background: linear-gradient(to right, #e51f26, #a71c21);
  }
  .price {
    background: linear-gradient(to right, #e2e7ea, #c9cccd);
    padding-right: 10px;
    width: 50vw;
    border-top: 5px solid #052c4b;
  }
  #request {
    background: linear-gradient(to right, #adadad, #e2e7ea);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    flex-direction: column;
    width: 50vw;
    border-top: 5px solid #052c4b;
  }
  .refund {
    font-size: 1.3vw;
    color: #050e16;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #e51e25f2, #791215eb);
    border-image-slice: 1;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    margin-bottom: 5px;
  }
  .form-section {
    border-radius: 10px;
  }
}
@media (min-width: 820px) {
  .feature-icon {
    width: 30px;
    margin-left: 18px;
  }
}
@media (min-width: 970px) {
  .result .left,
  .result .right {
    font-size: 24px;
  }
  .results h2 {
    font-size: 1.7rem;
  }
  .results h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .week h3 {
    font-size: 24px;
  }
  .results {
    padding: 5px 10vw 5px 10vw;
  }
}

@media (min-width: 1070px) {
  .results {
    padding: 5px 13vw 5px 13vw;
  }
  .result .left,
  .result .right {
    font-size: 25px;
  }
  .results h2 {
    font-size: 1.8rem;
  }
  .results h1 {
    font-size: 2.6rem;
  }
  .week h3 {
    font-size: 25px;
  }
  .features {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .feature-icon {
    width: 32px;
  }
}
@media (min-width: 1200px) {
  .first-sub-heading,
  .last-sub-heading {
    font-size: 1.5em;
  }
  .middle-sub-heading {
    font-size: 2.5em;
  }
  .why {
    padding: 0 3vw 0 3vw;
  }
  .details {
    width: 90%;
  }
}
@media (min-width: 1230px) {
  .header {
    padding: 0 50px 0 50px;
  }
  .product-img {
    left: 8vw;
    width: 145px;
  }
  .features {
    padding-right: 12vw;
    padding-left: 12vw;
  }
}
@media (min-width: 396px) and (max-width: 500px) {
  .feature-icon {
    width: 27px;
    margin-left: 15px;
    margin-right: 10px;
  }
}
