html {
  font-family: "Quicksand", sans-serif !important;
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
}

body {
  height: auto !important;
  overflow-x: hidden !important;
  width: 100% !important;
  font-family: "Quicksand", sans-serif !important;
  padding: 0 !important;
  margin: 0 !important;
  /* background-color: blue */
}

.justify-content-start {
  display: flex;
  justify-content: flex-start !important;
  text-align: left;
  /* padding-left: 0 !important; */
}

.font-12 {
  font-size: 0.8rem;
}

.font-12-long-words {
  font-size: 0.8rem;
  width: fit-content;
}

.section3-icon-title {
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  bottom: -5vh;
  width: 100%;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.play-button-orboot {
  position: absolute;
  top: 38%;
  left: 40%;
}

.learn-across-btn {
  height: 14%;
  width: 80%;
  position: absolute !important;
  top: -7%;
  margin-left: auto;
  color: #fff;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  background-color: #ffffff10;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 800;
  z-index: 1001;
}
.learn-across-btn-back {
  height: 7vh;
  width: 80%;
  position: absolute !important;
  top: -7%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  /* background-color: #ffffff10; */
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 800;
  background-image: url("../images/custom_orboot_page_bg.png");
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .pt-10 {
    padding-top: 5rem !important;
  }

  .flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
  }

  .flex-container > div {
    display: flex;
    background-color: #ffffff;
    width: 100%;
    padding: 1re;
    text-align: center;
    position: relative;
    height: auto;
    /* margin-left: 5.5vw; */
    /* padding-top: 10rem; */
  }

  .section-1 {
    flex-direction: column-reverse;
    margin-top: 6%;
    position: relative;
    padding-bottom: 5vh;
    height: 70vh;
    background: linear-gradient(190deg, #90e3fa, #04b1e5);
  }
  .section-1-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2%;
  }
  .section-1-right {
    display: flex;
    flex-direction: row;
    /* width: 100%; */
    margin-top: 10%;
    margin-left: 0vw;
  }

  .section-2 {
    flex-direction: column;
  }
  .section-2-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* background-color: blue */
  }
  .section-2-right {
    display: flex;
    flex-direction: row;
    width: 100%;
    /* background-color: yellow; */
  }

  .section-3 {
    flex-direction: column;
    background-image: url("../images/custom_orboot_page_bg.png");
  }
  .section-3-top {
    display: flex;
    flex-direction: column;
    height: 25%;
    width: 100%;
    margin-top: 5vh;
    padding: 1rem;
  }
  .section-3-bottom {
    display: flex;
    flex-direction: column-reverse;
    height: 75%;
    width: 100%;
  }
  .section-3-left {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .section-3-right {
    display: flex;
    /* flex-direction: row; */
    width: 100%;
  }

  .section-4 {
    flex-direction: column;
    height: auto;
  }
  .section-4-top {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 4vw;
  }
  .section-4-bottom {
    display: flex;
    flex-direction: column;

    width: 100%;
  }
  .section-4-left {
    display: flex;
    width: 100%;
  }
  .section-4-right {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .section-4-left-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .section-5 {
    height: 40vh !important;
    flex-direction: column;
    justify-content: space-around;
  }

  .section-6 {
    height: 75vh !important;
    flex-direction: column;
    justify-content: center;
  }

  .parents_love_us_sub {
    text-align: center;
  }

  .amz-btn-section2 {
    position: absolute;
    bottom: 5%;
  }

  .how_itwrks_ptr {
    /* padding-left: 2rem; */
    display: inline-block;
  }

  .hwitwrks-contents {
    width: 80%;
    padding-left: 1.5rem;
  }
  .hwitwrks-contents > p {
    font-size: 0.9rem;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .justify-content-center-lg {
    display: flex;
    justify-content: center !important;
  }

  .flex-container {
    display: flex;
    flex-direction: column;
    /*     background-color: green; */
    align-items: center;
  }

  .flex-container > div {
    display: flex;
    background-color: #f1f1f1;
    width: 100vw;
    padding: 2rem;
    text-align: center;
    position: relative;
    margin-top: 5%;
  }

  .section-1 {
    flex-direction: row;
    height: 70vh;
    background: linear-gradient(190deg, #90e3fa, #04b1e5);
  }
  .section-1-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    padding-left: 3rem;
    z-index: 1000;
  }
  .section-1-right {
    display: flex;
    flex-direction: row;
    width: 60%;
    align-items: center;
    z-index: 1000;
  }

  .section-2 {
    flex-direction: row;
    margin-top: 1rem;
  }
  .section-2-left {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding-left: rem;
    /* background-color: blue */
  }
  .section-2-right {
    display: flex;
    flex-direction: row;
    width: 60%;
    height: 60vh;
    margin-top: 0;
    /* background-color: yellow; */
  }

  .section-3 {
    flex-direction: column;
    margin-top: 0 !important;
    background-image: url("../images/custom_orboot_page_bg.png");
  }
  .section-3-top {
    display: flex;
    flex-direction: column;
    height: 25%;
    width: 100%;
  }
  .section-3-bottom {
    display: flex;
    flex-direction: row-reverse;
    height: 75%;
    width: 100%;
  }
  .section-3-left {
    display: flex;
    /* flex-direction: column; */
    width: 50%;
    padding-right: 3rem;
  }
  .section-3-right {
    display: flex;
    /* flex-direction: row; */
    justify-content: flex-end;
    width: 50%;
    max-width: 100%;
  }

  .section-4 {
    flex-direction: column;
    height: 30vh !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .section-4-top {
    display: flex;
    flex-direction: row;
    height: 50%;
    width: 100%;
    padding-left: 3rem;
  }
  .section-4-bottom {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
  }
  .section-4-left {
    display: flex;
    width: 50%;
    /* margin-top: 0 !important; */
  }
  .section-4-right {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 50%;
  }
  .section-4-left-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 50%;
    /* height: 100%; */
  }

  .section-5 {
    height: 40vh !important;
    flex-direction: column;
    justify-content: space-around;
  }

  .section-6 {
    /* height: 70vh !important; */
    flex-direction: column;
    justify-content: center;
  }

  .learn-icon {
    height: 8vw !important;
    width: 8vw !important;
  }

  .parents_love_us_sub {
    text-align: left;
  }

  .learn-more-btn {
    justify-content: flex-end;
  }
  .card-transparent {
    max-width: 75%;
  }

  .hwitwrks-contents {
    width: 95%;
  }
  .hwitwrks-contents > p {
    font-size: 1rem;
  }
  .available-amazon-button-orboot-header {
    margin-top: 2rem;
  }

  .play-button-orboot {
    left: 45%;
    top: 43%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .card-transparent {
    max-width: 60%;
  }

  .learn-icon {
    height: 5vw !important;
    width: 5vw !important;
  }
  .section-2 {
    /* height: 59vh; */
  }

  .hwitwrks-contents {
    width: 75%;
    padding-left: 4rem;
  }
  .section-2-left > h3 {
    font-size: 2rem !important;
    margin-bottom: 2rem;
  }
  .hwitwrks-contents > p {
    font-size: 1.2rem;
  }
  .top-row {
    height: 9vh;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */

/* font classes */

/* plugo css for orboot from plugo */
/* plugo css for orboot from plugo */
/* plugo css for orboot from plugo */
/* plugo css for orboot from plugo */
/* plugo css for orboot from plugo */
/* plugo css for orboot from plugo */

html {
  font-family: "Quicksand", sans-serif !important;
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
}

body {
  height: auto !important;
  overflow-x: hidden;
  width: 100% !important;
  font-family: "Quicksand", sans-serif !important;
  padding: 0 !important;
  margin: 0 !important;
}
ul {
  list-style: none;
  /* margin-left: 0; */
  padding-left: 0;
  text-indent: 0em;
}

.carousel-indicators li {
  background-color: gray !important;
}

.row-card {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.card-common {
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  border-radius: 0.25rem !important;
}

.video-plugo {
  max-width: 100%;
  max-height: 100%;
  display: block !important;
  margin: auto;
  object-fit: cover;
  border-style: solid;
  border-color: #ffd492;
  border-width: 2px;
  border-radius: 20px;
  box-shadow: 2px 4px 20px 1px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.main-container {
  /* height: 100vh !important; */
  width: 100% !important;
}

.g-card {
  margin: 0;
  top: 10vh;
  float: center;
  margin-top: 10vh;
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 5vw 4vw;
  box-sizing: border-box;
  border-radius: 20px;
}

.g-card-reverse {
  margin: auto;
  top: 15vh;
  float: center;
  /* margin-top: 2vh; */
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 5vw 4vw;
  box-sizing: border-box;
  border-radius: 10px;
}

.amazon-btn {
  background: linear-gradient(190deg, #f5ba34, #fed64e, #f5ba34);
  color: #000000;
  border-radius: 7px;
  font-style: normal;

  font-size: 3.5vw;
  letter-spacing: 1.3;
  z-index: 1001;
  display: inline-block;
}

.amazon-btn:hover {
  background: linear-gradient(190deg, #f5ba34, #fed64e, #f5ba34);
  text-decoration: none;
  color: #000000;
}
.amazon-btn:visited {
  background: linear-gradient(190deg, #f5ba34, #fed64e, #f5ba34);
  text-decoration: none;
  color: #000000;
}

.amazon-btn-stars {
  background: linear-gradient(190deg, #f5ba34, #fed64e, #f5ba34);
  border-radius: 5px;
  padding: 0.8em;
  font-style: normal;
  /* width: 10em; */
  text-transform: capitalize;
  font-size: 1.2em;
  /* height: 3em; */
  margin-top: 10px;
  z-index: 1001;
}

.price-desc-center > p {
  font-size: 3.5vw;
  margin: auto;
  display: flex;
  justify-content: start;
  align-items: center;
}
.price-desc > p {
  font-size: 14px;
  /* margin: auto !important; */
}

.card-body {
  padding-left: 0;
  /* padding-right: 0 !important; */
  font-size: 4vw;
}
/*  -------------------Top Section -----------------------*/

.plugo-logo-container {
  display: flex;
  justify-content: center;
  /* height: 30vh; */
  position: relative;
  z-index: 1001;
  /* max-height: 30vh !important; */
  /* border-radius: 10px; */
  /* margin-bottom: 4vh; */
  padding: 10px 10px;
}

.img-top {
  width: 100%;
  /* margin-bottom: 3em; */
  box-shadow: 5px 10px 20px 1px rgba(0, 0, 0, 0.3);
  border-radius: 13px;
  background-color: transparent;
}

.img-plugo-logo {
  max-width: 50vw;
  position: absolute;
  bottom: -1vh !important;
}

.header-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;

  font-weight: 400;
  z-index: 1001;
  padding: 20px 20px;
}

.img-top-trees-section {
  position: absolute;
  width: 100%;
  bottom: -1vh;
  left: 0;
  z-index: 1000;
  display: inline-block;
}

.img-top-trees {
  position: absolute;
  width: 100%;
  bottom: 12%;
  /* left: -2vh; */
  z-index: 1000;
  /* transform: scaleX(2); */
}

.img-top-bg {
  position: absolute;
  width: 100%;
  top: 0vh;
  overflow: hidden;
}

.img-top-howitworks {
  position: absolute;
  width: 100%;
  top: 95%;
  z-index: 1000;
  /* margin-top: 3\0px; */
  margin: auto;
  /* margin-bottom: 1em; */
}

.card-img-top {
  max-width: 100%;
  height: auto;
  display: block;

  margin: auto;
  border-style: solid;
  border-color: #ffd492;
  border-width: 2px;
  border-radius: 20px;
  /* padding-right: -10px; */
  box-shadow: 2px 4px 20px 1px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.top-section {
  height: auto;
  padding: 15px 15px;
  padding-top: 5vh;
  background: linear-gradient(190deg, #ffc66c, #ef7028);
  position: relative;
  margin-bottom: 150%;
  display: flex;
  /* align-items: center; */
}

.header-foot > button {
  background: linear-gradient(190deg, #f5ba34, #fed64e, #f5ba34);
  border-radius: 5px;
  padding: 3vw;
  font-style: normal;
  text-transform: capitalize;
  font-size: 4vw;
  /* width: 12em; */
  /* height: 3em; */
  margin-top: 10vw;
  z-index: 1001;
}

/*  -------------------Top Section Ends -----------------------*/

/*  -------------------SAVE 25$ Section -----------------------*/

.row-combo {
  margin-top: 20%;
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.img-combo {
  margin-top: 10%;
  width: 100%;
}
.discount > p {
  margin-top: 10%;

  text-align: center;
  font-weight: 400 !important;
  color: gray;
  font-size: 8.5vw;
}

.available-amazon {
  font-size: 4.5vw;
  width: 100%;
}

.amazon-click > button {
  background: linear-gradient(190deg, #f5ba34, #fed64e, #f5ba34);
  border-radius: 5px;
  padding: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  font-size: 0.8em;
  /* width: 12em;
  height: 3em; */
  line-height: 2.5;
}

/*  -------------------Parents Section -----------------------*/

.parents_section {
  /* margin-top: auto; */
}

.parents_section > p {
  color: gray;
  text-align: justify;
  text-align: center;
  /* text-justify: inter-word; */
}

.trust-badges {
  display: flex;
  justify-content: center;
  margin: 10%;
}

.badge-row > div > img {
  max-width: 100% !important;
  max-height: 100%;
  /* display: block; */
}

.badge-row {
  margin-top: 2vh;
}
.parents_love_us {
  font-size: 6vw;
  text-align: center;
  font-weight: 500 !important;
}

/*  -------------------Parents Section End -----------------------*/

/*  -------------------Amazon Review Section -----------------------*/

.checked {
  color: orange;
  height: 100%;
}
.ratings {
  display: flex;
  justify-content: center;
  margin-top: 1%;
  height: 7vh;
}

.ratings > span {
  height: 2em;
  display: flex;
  justify-content: center;
  width: 1.1em;
  font-size: 40px;
}

.amazon-review > button {
  background: linear-gradient(190deg, #f5ba34, #fed64e, #f5ba34);
  border-radius: 5px;
  padding: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  font-size: 1.2em;
  /* width: 12em; */
  /* height: 3em; */
}

.amazon-review > img {
  width: 70%;
  height: auto;
}

.ratings-below {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*  -------------------Amazon Review Section End-----------------------*/

/*  -------------------Blog carousel Section -----------------------*/
.blog-carousel > button {
  background: linear-gradient(190deg, #f5ba34, #fed64e, #f5ba34);
  border-radius: 5px;
  padding: 0.8em;
  font-style: normal;
  text-transform: capitalize;
  font-size: 1.1em;
  margin-bottom: 12em;
  margin-top: 2em;
}

.blog-carousel > p {
  color: gray;
}

.blog-carousel > h4 {
  margin-bottom: 0.2em !important;
}
.blog-card {
  border-radius: 15px;
  margin: 1vh 3vw 6vh 3vw !important;
  box-shadow: 1px 10px 10px 3px rgba(0, 0, 0, 0.3);
}

.blog-card > img {
  width: 100%;
  border-radius: inherit;
}

.card-body-blog {
  padding-left: 1.25rem !important;
  padding: 3vh 3vw;
}
.carousel {
  position: relative;
  width: 100%;
  height: auto;
}

/*  -------------------Blog carousel Section End-----------------------*/

/*  -------------------Common CSS Section -----------------------*/

.amazon-logo-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amazon-logo-cont > img {
  display: block;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 40%;
}
.custom-bullet {
  height: 10px;
  width: 10px;
  background-color: yellow;
  /* margin-top: 1vw; */
  /* margin-left: 2vw; */
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-row {
  height: 8vh;
  display: flex;
  justify-content: center;
}

.available-amazon-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button {
  height: 10vh;
  width: 10vh;
  border-radius: 50%;
  background-color: rgb(105, 105, 105, 0.8);
  position: absolute;
  top: 35%;
  left: 40%;
  padding-right: 1px;
}
.play-button-1 {
  height: 10vh;
  width: 10vh;
  border-radius: 50%;
  background-color: rgb(105, 105, 105, 0.8);
  position: absolute;
  top: 15%;
  left: 40%;
  padding-right: 1px;
}

.list-item {
  display: flex;
  flex-direction: row;
}
.need-assistance-section {
  width: 100%;
  
}

.home-footer {
  width: 100% !important;
}

.transparent-modal {
  background-color: transparent;
  border: none !important;
}

.transparent-modal-body {
  background-color: transparent;
  border-width: 0px !important;
  border-color: transparent;
}

.modal-dialog-transparent {
  max-width: 100% !important;
  padding: 2vw 2vh;
}

/*  -------------------Common CSS Section Ends-----------------------*/

/*  -------------------Temp Media Queries-----------------------*/

/*  -------------------Temp Media Queries End-----------------------*/

/*  -------------------Media Queries Responsive-----------------------*/
@media (min-width: 320px) {
  body {
    height: auto;
    overflow-x: hidden;
    width: 100% !important;
  }

  .plugo-logo-container {
    margin-bottom: 4vh;
    max-height: 35vh;
  }

  .img-plugo-logo {
    bottom: -1vh;
    border-radius: 20px;
  }
  .img-top-trees {
    width: 300%;
    position: relative;
  }
  .img-top-trees-container {
    overflow-x: hidden;
    position: absolute;
    bottom: 12%;
    left: -12vh;
  }
  .amazon-btn {
    font-size: 2.5vh;
  }

  .youtube-iframe {
    width: 80vw;
    height: 45vw;
  }
  .pt-m-24 {
    padding-top: 24%;
  }

  .blog-carousel-large {
    display: none !important;
  }
  .blog-carousel-small {
    display: block !important;
    margin-top: 9rem;
    position: relative;
  }

  .carousel-small-activecard {
    margin: auto;
  }

  .age410-large {
    display: none;
  }
  .age410-small {
    display: block;
  }
  .list-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }

  .available-amazon-button {
    justify-content: flex-end;
  }
}

/* Small devices (phones, more than 540px) */
@media (min-width: 540px) {
  body {
    height: auto;
    overflow-x: hidden;
    width: 100% !important;
  }

  .plugo-logo-container {
    margin-bottom: 4vh;
    max-height: 50vh;
  }

  #img-top-howitworks,
  #img-top-howitworks::after {
    content: url("../images/custom_plugo_page_works_desktop.png");
    background-size: cover;
    max-width: 100%;
  }

  .row-combo {
    margin-top: 10%;
  }
  .img-top-trees {
    width: 300%;
  }
  .img-top-trees-container {
    overflow-x: hidden;
  }

  .youtube-iframe {
    width: 80vw;
    height: 45vw;
  }
}

/* Medium devices (tablets, more than 768px) */
@media (min-width: 767.98px) {
  .pt-m-24 {
    padding-top: 20%;
  }
  body {
    height: auto;
    overflow-x: hidden;
    width: 100% !important;
  }

  .img-plugo-logo {
    max-width: 30vw;
    bottom: -1vh;
  }

  .img-top-trees {
    width: 100%;
    height: auto;
    left: 0vh;
  }

  .img-top {
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .img-top-howitworks {
    position: absolute;
    width: 70%;
    z-index: 1000;
    /* margin-top: 3\0px; */
    margin: auto;
  }

  .top-section {
    margin-bottom: 50vw;
    display: flex;
    flex-direction: row-reverse;
  }

  .card-img-top {
    box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    /* width: 40%; */
  }

  .g-card {
    display: flex;
    flex-direction: row;
    height: auto;
    max-width: 80%;
    margin: auto;
    padding: 10px;
    margin-top: 20vh;
  }

  .g-card-reverse {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
    height: auto;
    max-width: 80%;
    margin: auto;
    margin-top: 10vh;
  }

  .card-body {
    width: 60%;
    position: relative;
  }
  .card-body {
    width: 100% !important;
    height: 100%;
    position: relative;
    font-size: 1.5vw;
    padding-bottom: !important;
  }
  .card-body-blog {
    width: 100%;
    padding: 1rem !important;
    position: relative;
  }

  .card-image {
    width: 40%;
    margin: auto;
    position: relative;
  }

  .play-button {
    height: 10vh;
    width: 10vh;
    left: 45%;
    top: 40%;
    border-radius: 50%;
    background-color: aquamarine;
    color: #ef7028;
  }
  .play-button-1 {
    height: 10vh;
    width: 10vh;
    left: 40%;
    top: 35%;
    border-radius: 50%;
    background-color: aquamarine;
    color: #ef7028;
  }

  .price-desc {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    width: 30%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .price-desc-center {
    position: relative;
    /* width: 60%; */
    /* display: none !important; */
    flex-direction: row;
    font-size: 1rem;
    right: 3vh;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .price-desc-center > p {
    font-size: 1.5vw;
    margin-bottom: 0 !important;
    max-width: 100%;
    justify-content: flex-end;
    padding-right: 20px !important;
  }

  .price-desc > p {
    padding: auto;
    margin-bottom: 0 !important;
  }

  .discount {
    display: flex;
    flex-direction: row-reverse;
  }
  .discount > img {
    width: 60%;
    height: auto;
  }

  .amazon-click {
    position: absolute;
    right: 5%;
    margin-top: 30%;
  }

  .amazon-click > p {
    margin-right: 0 !important;
  }

  #img-top-howitworks,
  #img-top-howitworks::after {
    content: url("../images/custom_plugo_page_works_desktop.png");
    background-size: cover;
    max-width: 100%;
  }

  .img-top-howitworks {
    width: 100%;
    margin-top: 5vh;
  }

  .img-top-bg {
    height: 60vh;
  }

  .plugo-logo-container {
    padding: 20px 40px;
    margin-bottom: 4vh;
    /* max-height: 30vh !important; */
  }

  .video-plugo {
    max-width: 100%;
    /* height: 100%; */
    max-height: 100%;
    display: block;
    /* vertical-align: top; */
    margin: auto;
  }

  .header-foot > button {
    padding: 1vw;
    padding-right: 2vw;
    padding-left: 2vw;
    font-size: 2vw;
  }
  .parents_love_us {
    font-size: 2vw;
    text-align: start;
    /* margin-left: 1rem; */
  }
  .available-amazon-button {
    justify-content: flex-start;
    font-size: 1.5vw;
  }

  .amazon-btn {
    font-size: 1.5vw;
  }
  .g-card.card-body > h4 {
    margin-bottom: 10px !important;
  }

  .discount > p {
    font-size: 4.5vw;
  }

  .available-amazon {
    font-size: 2.5vw;
  }

  .top-row {
    height: 9vh;
  }
  .age410-large {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: -5vh;
    color: #fff;
    justify-content: center;
    width: 80%;
    font-size: 2.2vh;
    padding-left: 2.2vw;
  }
  .age410-small {
    display: none;
  }

  .badge-row {
    margin-top: 10vh;
    max-width: 80% !important;
  }

  #img-top-bg,
  #img-top-bg::after {
    content: url("../images/Shape-bg.png");
    background-size: cover;
    max-width: 100%;
  }

  .description-list {
    max-width: 65% !important;
  }

  .count-card-body {
    padding-left: 2.5vw;
  }
}

/* Large devices ( more than 992px) */
@media (min-width: 991.98px) {
  .blog-card {
    margin: 1vh 2vw !important;
  }
  .blog-carousel-large {
    display: block !important;
  }

  .blog-carousel-small {
    display: none !important;
  }
  .pt-m-24 {
    padding-top: 8%;
  }
  body {
    height: auto;
    overflow-x: hidden;
    width: 100% !important;
  }
  .img-top-trees {
    width: 100%;
  }

  .img-top {
    width: 100%;
    height: auto;
  }

  .img-top-trees {
    width: 100%;
    height: auto;
    left: 0vh;
  }

  .img-top {
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .img-top-howitworks {
    position: absolute;
    width: 70%;
    z-index: 1000;
    /* margin-top: 3\0px; */
    margin: auto;
  }

  .top-section {
    margin-bottom: 50vw;
    display: flex;
    flex-direction: row-reverse;
  }

  .card-img-top {
    box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    /* width: 40%; */
  }

  .g-card {
    display: flex;
    flex-direction: row;
    height: auto;
    max-width: 80%;
    margin: auto;
    padding: 10px;
    margin-top: 16vh;
  }

  .g-card-reverse {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px;
    height: auto;
    max-width: 80%;
    margin: auto;
    margin-top: 6vh;
  }
  .card-body {
    width: 60%;
    position: relative;
  }
  .card-body {
    width: 60%;
    position: relative;
    font-size: 1.9vh;
    padding-left: 1.25rem;
    padding-top: 4vh;
  }
  .card-body > h4 {
    font-size: 3.5vh !important;
  }
  .card-body-blog {
    width: 100%;
    padding: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
    align-items: flex-start;
  }

  .card-image {
    width: 40%;
    margin: auto;
    position: relative;
  }
  .count-card-body {
    padding-left: 2.5vw;
  }
  /* .play-button {
    height: 7vw;
    width: 7vw;
    border-radius: 50%;
    background-color: transparent;

    left: 16vw;
    top: 16vh;
  } */

  .row-combo {
    max-width: 80%;

    margin: auto;
    margin-top: 4%;
  }
  .price-desc {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    width: 30%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .price-desc-center {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    right: 2.5vw;
    bottom: 17%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .price-desc-center-reverse {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    right: 0;
    bottom: 17%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .price-desc-center > p {
    padding: auto;
    font-size: 1.2vw;
    margin: 1vw;
    margin-right: 0;
    max-width: 50%;
    justify-content: flex-end;
    text-align: center;
    padding-right: 2vw;
  }

  .price-desc > p {
    padding: auto;
    margin-bottom: 0 !important;
  }

  .discount {
    display: flex;
    flex-direction: row-reverse;
  }
  .discount > img {
    width: 60%;
  }

  .amazon-click {
    position: absolute;
    right: 11vw;
    /* bottom: 10px; */
    margin-top: 20%;
  }

  .amazon-click > p {
    margin-right: 0 !important;
    font-size: 1.4vw !important;
  }

  #img-top-howitworks,
  #img-top-howitworks::after {
    content: url("../images/custom_plugo_page_works_desktop.png");
    background-size: cover;
    max-width: 100%;
  }

  .img-top-howitworks {
    width: 100%;
    margin-top: 5vh;
  }

  .img-top-bg {
    height: 50vh;
  }

  .plugo-logo-container {
    /* padding: 2vh 4vh; */
    margin-top: 8vh;
    margin-bottom: 15vh;
    max-height: 100%;
    max-width: 100%;
  }

  .img-plugo-logo {
    bottom: 2vh !important;
    max-width: 26vw;
  }

  .video-plugo {
    width: 85%;
    max-height: 70%;
    /* display: inline-block; */
    /* vertical-align: top; */
  }

  .header-foot > button {
    padding: 1vw;
    padding-right: 2vw;
    padding-left: 2vw;
    font-size: 1.5vw;
  }
  .header-foot {
    font-size: 1.2vw;
    padding-left: 7vw;
    padding-bottom: 10vh;
  }
  .header-foot > p {
    width: 100%;
    text-align: left;
  }

  .header-foot > h5 {
    width: 100%;
    text-align: left;
  }
  .amazon-btn {
    font-size: 1.3vw;
    padding: 1.6vh 1.6vw;
  }

  .available-amazon-button {
    justify-content: flex-end;
    height: 6vh;
    width: 100%;
    /* margin-top: 0.5rem !important; */
  }

  .available-amazon-button-top {
    justify-content: flex-start;
    height: auto;
    width: 100%;
    margin-top: 3vh;
  }
  .discount > p {
    font-size: 3vw;
    text-align: right;
  }

  .carousel-multi-item {
    padding: 10vw;
  }

  .header-foot > h5 {
    font-size: 2.3vw;
    font-weight: 600;
  }

  .card-img-top-container {
    padding: 4vh 2.5vw;
  }

  .amazon-logo-cont > img {
    display: block;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 20%;
  }

  .top-section {
    height: 100vh;
  }

  .img-top-bg {
    height: 80vh;
  }

  .list-item {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
}
/* Large devices (desktops, less than 1200px) */
@media (min-width: 1199.98px) {
  body {
    height: auto;
    overflow-x: hidden;
    width: 100% !important;
  }
}

.row:before,
row:after {
  display: inline-block;
}




/* NEED ASSISTANCE */


.need-assistance-section {
  position: relative;
  color: #fff;
  margin-top: 104px;
  margin-bottom: 0;
  padding-top: 68px;
  padding-bottom: 50px;
  padding-bottom: 30px;
  text-align: center;
  background: url('./images/cnt-us-bg.svg') no-repeat center top;
  background-size: cover;
}
@media (min-width: 991.98px) {
  .need-assistance-section {
    padding-top: 80px;
    padding-bottom: 50px;
 }
}
.need-assistance-section .girl-icon {
  position: absolute;
  top: -50px;
  left: 45%;
  width: 100px;
}
@media (min-width: 991.98px) {
  .need-assistance-section .girl-icon {
    top: -84px;
    width: 136px;
 }
}
.need-assistance-section .announcements-list {
  margin: 0 9px;
}
@media (min-width: 991.98px) {
  .need-assistance-section .announcements-list {
    margin: 60px 0 0;
 }
}
.need-assistance-section .announcements-list li {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 15px 0;
}
@media (min-width: 991.98px) {
  .need-assistance-section .announcements-list li {
    font-size: 16px;
    line-height: 26px;
    padding: 0 20px;
 }
}
.need-assistance-section .announcements-list li + li:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  display: block;
  margin: auto;
  width: 116px;
  border: solid 1px rgba(255, 255, 255, .2);
}
@media (min-width: 991.98px) {
  .need-assistance-section .announcements-list li + li {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, .2);
 }
  .need-assistance-section .announcements-list li + li:before {
    display: none;
 }
}
.need-assistance-section .section-title {
  margin-bottom: 10px;
}
.need-assistance-section .section-description {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 25px;
}
.need-assistance-section .btn {
  text-align: left;
  margin-top: 7px;
  font-size: 13px;
  min-width: 150px;
  height: 35px;
  padding: 7px 10px;
}
.need-assistance-section .btn .icon {
  float: right;
}
@media (min-width: 991.98px) {
  .need-assistance-section .btn {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    min-width: 207px;
    height: 50px;
 }
  .need-assistance-section .btn .icon {
    display: none;
 }
}
.need-assistance-section ul li {
  margin: 10px 0;
}
@media (min-width: 991.98px) {
  .need-assistance-section ul li {
    display: inline-block;
    margin: 0;
 }
  .need-assistance-section ul li + li {
    margin-left: 20px;
 }
}
.need-assistance-section ul li a {
  color: rgba(255, 255, 255, .8);
}
