/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@font-face {
  font-family: Nunito-Regular;
  src: url(../fonts/static/Nunito-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Nunito-bold;
  src: url(../fonts/static/Nunito-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Nunito-semibold;
  src: url(../fonts/static/Nunito-SemiBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Nunito-extrabold;
  src: url(../fonts/static/Nunito-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: Nunito-black;
  src: url(../fonts/static/Nunito-Black.ttf);
  font-weight: 900;
}
@font-face {
  font-family: Pt-Serif-regular;
  src: url(../fonts/PTSerif-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Pt-Serif-bold;
  src: url(../fonts/PTSerif-Bold.ttf);
  font-weight: 700;
}

body {
  font-family: Nunito-Regular, Nunito-black, Nunito-extrabold;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.parastyle p {
  font-size: 27px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pt-Serif-bold", "Pt-Serif-regular" !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.align-items-cntr {
  align-items: center;
}
.grid-row {
  display: flex;
}

.col-1 {
  flex: 8.33%;
  width: 100%;
  max-width: 8.33%;
}
.col-2 {
  flex: 16.66%;
  width: 100%;
  max-width: 16.66%;
}
.col-3 {
  flex: 25%;
  width: 100%;
  max-width: 25%;
}
.col-4 {
  flex: 33.3%;
  width: 100%;
  max-width: 33.3%;
}
.col-5 {
  flex: 41.66%;
  width: 100%;
  max-width: 41.66%;
}
.col-6 {
  flex: 50%;
  width: 100%;
  max-width: 50%;
}
.col-7 {
  flex: 58.33%;
  width: 100%;
  max-width: 58.33%;
}
.col-8 {
  flex: 66.66%;
  width: 100%;
  max-width: 66.66%;
}
.col-9 {
  flex: 75%;
  width: 100%;
  max-width: 75%;
}
.col-10 {
  flex: 83.33%;
  width: 100%;
  max-width: 83.33%;
}
c {
  flex: 91.66%;
  width: 100%;
  max-width: 91.66%;
}
.col-12 {
  flex: 100%;
  width: 100%;
  max-width: 100%;
}

/* font-sizes */
.spl-fnt1 {
  font-size: 30px;
}
.font-18 {
  font-size: 18px;
}
.font-15 {
  font-size: 15px;
}
.font-19 {
  font-size: 19px;
}
.font-22 {
  font-size: 22px;
}
.font-20 {
  font-size: 20px;
}
.font-24 {
  font-size: 24px;
}
.font-25 {
  font-size: 25px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-34 {
  font-size: 34px;
}
.font-35 {
  font-size: 35px;
}
.font-36 {
  font-size: 36px;
}
.font-40 {
  font-size: 40px;
}
.font-45 {
  font-size: 45px !important;
}
.font-50 {
  font-size: 50px;
}
.font-70 {
  font-size: 70px;
}

/* font-weight */
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700 !important;
}
.font-800 {
  font-weight: 800 !important;
}
.font-900 {
  font-weight: 900;
}

/* margins */
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-5r {
  margin-top: 5rem;
}
.mt-5 {
  margin-top: 5px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
    margin-bottom:60px;
}
.mb-68 {
  margin-bottom: 68px !important;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-2rem {
  margin-bottom: 2rem;
}
.mb-5rem {
  margin-bottom: 5rem;
}
.mb-7rem {
  margin-bottom: 7rem;
}
.mlr-23 {
  margin-left: 23px;
  margin-right: 23px;
}

/* paddings */

.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.plr-cont {
  padding-left: 2rem;
  padding-right: 2rem;
}
.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.plr-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.plr-65 {
  padding-left: 65px;
  padding-right: 65px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-104 {
  padding-left: 104px;
}
.pl-7rem {
  padding-left: 7rem;
}
.pl-8r {
  padding-left: 8rem;
}
.pt-30 {
  padding-top: 30px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-35 {
  padding-bottom: 35px;
}
.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ptb-6rem {
  padding-top: 6.3rem;
  padding-bottom: 6.3rem;
}

.img-center {
  display: block;
  margin: auto;
}
.text-end {
  text-align: end;
}
.text-center {
  text-align: center;
}
.dsply-blk {
  display: block;
}
.dsply-flex {
  display: flex;
}
c {
  display: none;
}

/* colors */
.ylw-txt {
  color: #ffd500 !important;
}
.white-txt {
  color: #fff !important;
}
.blu-txt {
  color: #4069b1 !important;
}
.red-txt {
  color: #f00 !important;
}
.grey-txt {
  color: #606060 !important;
}
.purple-text {
  color: #6b73b7;
}
.green-text {
  color: #229b17;
}

.light-purple-bg {
  background-color: #f4f5ff;
}
.text-upper {
  text-transform: uppercase !important;
}
.mbl-only {
  display: none !important;
}
/* header-css */

.header1 {
  background: url(../images/header-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  padding: 4em 0px;
}
.main-head {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.ordr-btn {
  background: linear-gradient(90deg, #ff7800 0%, #bf9f00 100%);
  width: fit-content;
  text-align: center;
  padding: 17px 95px;
  border-radius: 12px;
  border: 1px solid rgb(253, 211, 83);
  font-size: 28px;
  text-decoration: none;
  display: block;
}
.ordr-btn:hover {
  background: linear-gradient(90deg, #f78d2f 0%, #fcd71e 100%);
}

.bg-2 {
  background: url(../images/bg-2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  padding: 50px 0px;
}
.ingredient-sect .col-4 {
  padding: 0px 25px;
  margin-bottom: 20px;
}
.bonus-box {
  background-color: #6b73b7;
  border-radius: 25px;
  padding: 10px;
  width: 100%;
  max-width: 90%;
  margin: auto;
}
.bonus-box h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 20px 0px;
}
.white-box {
  background-color: white;
  border-radius: 15px;
  padding: 20px 0px;
}
.bonus-content {
  padding: 0px 35px;
}
.border-box {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 0px;
  margin-bottom: 30px;
}

.review-box {
  background-color: #fff;
  padding: 45px 45px;
  border: 1px solid grey;
  border-radius: 15px;
  margin-bottom: 50px;
}
.review-heading {
  font-family: Nunito-extrabold !important;
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
  margin-bottom: 10px;
}
.review-box p {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}
.review-box h4 {
  font-family: Nunito-semibold !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}
.review-txt{
   font-family: Nunito-Regular !important; 
}
.ott-sites-sec {
  background-color: #000;
  padding: 12px 0px;
}
.points-box {
  padding: 30px 0px;
}
.points-box .col-4 {
  display: flex;
  align-items: center;
  margin-bottom: 3em;
}
.points-box .col-4 p {
  margin-bottom: 0% !important;
}

.recommendation-sec {
  background: url(../images/recommend-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #000;
  padding: 50px 0px;
}
.gaurantee-section {
  padding: 5em 0px;
}
.gaurantee-section .col-8 {
  padding-left: 70px;
}

.faq-sec {
  background: linear-gradient(180deg, #3f478d 0%, #6b73b7 100%);
  padding: 6em 0px;
}
.faq-head {
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  color: #fff;
  margin-bottom: 2.5em;
}
.accordionItemHeading {
  cursor: pointer;
  margin: 0px 0px 45px 0px;
  padding: 18px 30px;
  background: #fff;
  color: #000;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 30px;
  border-radius: 10px;
}
.close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;
}
.open .accordionItemContent {
  padding: 40px;
  background-color: #f4f5ff;
  border: 1px solid #ddd;
  width: 100%;
  margin: 0px 0px 45px 0px;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;

  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
  border-radius: 0px 0px 15px 15px;
}

.open .accordionItemHeading {
  margin: 0px 0px 0px 0px;
  /* -webkit-border-top-left-radius: 3px; */
  /* -webkit-border-top-right-radius: 3px; */
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-radius: 14px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #ffffff;
  color: #000;
}

.panel {
  padding: 40px 55px;
  background-color: #f4f5ff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

footer {
  background-color: #6b73b7;
  padding: 60px 0px;
}
footer p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
footer .footer-links ul {
  justify-content: center;
}
footer .footer-links ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-right: 7px;
}
footer .footer-links ul li:hover{
  text-decoration: underline;

}
footer .footer-links ul li a {
  text-decoration: none;
  color: #fff;
}



/* responsive css */

@media (max-width: 1536px) {
  .main-head {
    font-size: 48px;
  }
  .font-30 {
    font-size: 27px;
  }
  .ott-sites {
    max-width: 760px !important;
  }
  .font-40 {
    font-size: 38px;
  }
  .parastyle p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .btls-6 {
    max-width: 520px !important;
  }
  .ingredient-img {
    max-width: 275px !important;
  }
  .bonus-box h2 {
    font-size: 31px;
    font-weight: 700;
    margin: 20px 0px;
  }
  .doc-in-lab {
    max-width: 375px !important;
  }
  .font-35 {
    font-size: 34px;
  }
  .thumb-img {
    max-width: 60px !important;
  }
  .review-box p {
    font-size: 24px;
  }
  .star-img {
    max-width: 200px !important;
    margin-right: 15px;
  }
  .user-img {
    max-width: 80px !important;
  }
  .review-box h4 {
    font-size: 25px;
  }
  .font-50 {
    font-size: 48px;
  }
  .bttls-3 {
    max-width: 400px !important;
  }
}

@media (max-width: 1366px) {
  .points-box {
    padding: 10px 0px;
  }
  .points-sec-logo {
    max-width: 320px !important;
    margin-bottom: 12px;
  }
}
@media (max-width: 1253px) {
  .container {
    padding: 0px 25px;
  }
  .main-head {
    font-size: 46px;
  }
  .font-30 {
    font-size: 26px;
  }
  .ordr-btn {
    padding: 14px 71px;
    font-size: 27px;
  }
  .ott-sites {
    max-width: 685px !important;
  }
  .font-40 {
    font-size: 37px;
  }
  .doc-in-lab {
    max-width: 360px !important;
  }
  .pineal-gaurd-logo {
    max-width: 386px !important;
  }
  .font-50 {
    font-size: 46px;
  }
  .bttls-3 {
    max-width: 340px !important;
  }
  .gaurantee-section {
    padding: 3em 0px;
  }
}
@media (max-width: 1024px) {
  .main-head {
    font-size: 42px;
    line-height: 1.2;
  }
  .font-30 {
    font-size: 25px;
  }
  .font-40 {
    font-size: 35px;
  }
  .parastyle p {
    font-size: 22px;
  }
  .btls-6 {
    max-width: 440px !important;
  }
  .ingredient-img {
    max-width: 230px !important;
  }
  .font-35 {
    font-size: 30px;
  }
  .bonus-img1 {
    max-width: 320px !important;
  }
  .bonus-img2 {
    max-width: 359px !important;
  }
  .bonus-box h2 {
    font-size: 29px;
  }
  .mb-68 {
    margin-bottom: 52px !important;
  }
  .bonus-content {
    padding: 0px 20px;
  }
  .review-heading {
    font-size: 27px;
  }
  .star-img {
    max-width: 170px !important;
    margin-right: 10px !important;
  }
  .font-28 {
    font-size: 24px;
  }
  .review-box p {
    font-size: 22px;
  }
  .user-img {
    max-width: 70px !important;
  }
  .review-box h4 {
    font-size: 22px;
  }
  .font-50 {
    font-size: 44px;
  }
  .bttls-3 {
    max-width: 450px !important;
  }
}
@media (max-width: 890px) {
  .btls-6 {
    max-width: 370px !important;
  }
  .main-head {
	font-size: 35px;
	line-height: 1.2;
}
}
@media (max-width: 768px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .mbl-only {
    display: block !important;
  }
  .dktp-only {
    display: none !important;
  }
  .main-head {
    font-size: 40px;
    text-align: center;
  }
  .parastyle p {
	font-size: 21px;
}
.review-box p {
	font-size: 21px;
}
  
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    flex: 100% !important;
    max-width: 100% !important;
  }
  .pr-45 {
    padding-right: 0px !important;
  }
  .ordr-btn {
    margin: auto;
  }
  .doc-in-lab {
    margin: 20px auto 20px !important;
  }
  .header-btl img {
    max-width: 370px !important;
  }
 .header1 {
	padding: 0em 0px 1em;
	text-align: center;
}
  .mb-0 {
    margin-bottom: 0 !important;
  }
  .ott-sites {
    max-width: 350px !important;
  }
  .font-45 {
    font-size: 39px !important;
  }
  .pineal-gaurd-logo {
    max-width: 335px !important;
    margin-bottom: 0 !important;
  }
  .btls-6 {
    max-width: 435px !important;
  }
  .font-40 {
    font-size: 32px;
  }
  .ingredient-sect .row {
    justify-content: center;
  }
  .ingredient-sect .col-4 {
    flex: 50% !important;
    max-width: 50% !important;
  }
  .points-box .row {
    justify-content: center;
  }
  .points-box .col-4 {
    flex: 50% !important;
    max-width: 50% !important;
    margin-bottom: 2em;
  }
  .mb-50 {
    margin-bottom: 35px;
  }
  .bonus-box {
    margin-bottom: 30px !important;
  }
  .bonus-img2 {
    max-width: 300px !important;
  }
  .bonus-img1 {
    max-width: 290px !important;
  }
  .review-box {
    padding: 30px 30px;
  }
  .atc-icons {
    max-width: 370px !important;
  }
  .credit-cards {
    max-width: 375px !important;
    margin-bottom: 25px !important;
  }
  .atc-rating-img {
    max-width: 300px !important;
    margin-bottom: 20px !important;
  }
  .gauramtee-img {
    max-width: 345px !important;
  }
  .gaurantee-section .col-8 {
    padding-left: 0;
  }
  .accordionItemHeading {
    font-size: 26px;
  }
  .faq-sec {
    padding: 2em 0px;
  }
  .faq-head {
    font-size: 35px;
    margin-bottom: 1.5em;
  }
  footer {
    padding: 35px 0px;
  }
}
@media (max-width: 650px) {
  .ott-sites {
    max-width: 500px !important;
  }
}
@media (max-width: 500px) {
 .main-head {
	font-size: 28px;
}
.ordr-btn {
	padding: 8px 46px;
	font-size: 18px;
}
 .font-30 {
	font-size: 20px;
}
  .mb-60 {
    margin-bottom: 40px;
  }
  .font-40 {
    font-size: 31px;
  }
  .pineal-gaurd-logo {
    max-width: 310px !important;
    margin-bottom: 0 !important;
  }
  .btls-6 {
    max-width: 380px !important;
  }
  .ingredient-sect .col-4 {
    flex: 100% !important;
    max-width: 100% !important;
  }
  .points-box .col-4 {
	flex: 50% !important;
	max-width: 50% !important;
}
 .font-50 {
	font-size: 34px;
}
  .bttls-3 {
	max-width: 300px !important;
}
  .atc-box-title {
    font-size: 34px !important;
  }
  .accordionItemHeading {
    font-size: 24px;
    padding: 14px 22px;
  }
  .open .accordionItemContent {
    padding: 29px;
  }
  .open .accordionItemContent p {
    font-size: 20px !important;
  }
  .footer-logo {
    max-width: 290px !important;
  }
  .ott-sites {
	max-width: 205px !important;
}
  .gaurantee-section {
    padding: 1em 0px 2em;
    text-align: center;
  }
.thumb-img {
	max-width: 35px !important;
}
.thumb-img {
	
	
	margin-right: 5px !important;
}
.points-box .col-4 p {
	font-size: 18px;
}
.points-box .col-4 {
	
	margin-bottom: 1.5em;
}
.points-sec-logo {
	max-width: 255px !important;

}
.header-btl img {
	max-width: 253px !important;
}


}
@media (max-width: 480px) {
  .review-box .dsply-flex {
    flex-direction: column;
    justify-content: center;
  }
  .review-heading {
    text-align: center;
  }
  .harvard-img {
    max-width: 240px !important;
  }
  .doc-in-lab {
    max-width: 320px !important;
  }
  .font-40 {
    font-size: 28px;
  }
  .btls-6 {
    max-width: 340px !important;
  }
  .review-box p {
    text-align: center;
  }
}
@media (max-width: 450px) {
  
 
  .font-30 {
	font-size: 14px;
}
.recommendation-sec {

	padding: 20px 0px 40px;
}
  .bonus-box h2 {
    font-size: 27px;
  }
  .bonus-content {
    padding: 0px 10px;
  }
  .parastyle p {
    font-size: 21px;
  }
  .review-heading {
    font-size: 25px;
  }
  .review-box {
    padding: 26px 20px;
  }
  .font-50 {
    font-size: 35px;
  }
  .accordionItemHeading {
    font-size: 22px;
    padding: 14px 22px;
  }
  .open .accordionItemContent {
    padding: 25px 20px;
  }
  .gauramtee-img {
    max-width: 300px !important;
  }
  .ingredient-img {
    margin-bottom: 0px !important;
  }
  .container {
    padding: 0px 20px;
  }
  .bonus-box {
    max-width: 100% !important;
  }
  .review-box p {
    line-height: 30px;
  }


}
@media (max-width: 428px){
      .bonus-img1 {
	max-width: 235px !important;
}
.bonus-img2 {
	max-width: 250px !important;
}
.ptb-70 {
	padding-top: 37px;
	padding-bottom: 60px;
}
.thumb-img {
	max-width: 30px !important;
}
.points-box .col-4 p {
	font-size: 17px;
}
.points-box .container{
    padding:0px 10px;
}
}
@media (max-width: 424px){
  .bonus-box h2 {
    font-size: 25px;
  }
  .ott-sites {
	max-width: 175px !important;
}
  .dsply-blk {
    display: contents !important;
  }
}
@media (max-width: 414px){
  .bonus-box h2 {
    font-size: 25px;
  }
  .review-box p {
    font-size: 20px;
  }
  .review-heading {
    font-size: 24px;
  }
  .review-box h4 {
    font-size: 21px;
  }
  .atc-box-title {
    font-size: 30px !important;
  }
  .atc-icons {
    max-width: 310px !important;
    margin-bottom: 10px !important;
  }
  .credit-cards {
    max-width: 300px !important;
    margin-bottom: 15px !important;
  }
  .atc-rating-img {
    max-width: 255px !important;
    margin-bottom: 18px !important;
  }
  .font-28 {
    font-size: 23px;
  }
  footer p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .mbl-only{
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    text-align: center;
  }
  footer .footer-links ul li {
    font-size: 15px;
  }
  .font-35 {
    font-size: 28px;
  }
  .review-box h4 {
    text-align: center;
  }
}
@media (max-width: 390px){
  .main-head {
    font-size: 25px;
  }
  .bonus-img1 {
    max-width: 255px !important;
  }
  .bonus-box h2 {
    font-size: 24px;
  }
  .parastyle p {
    font-size: 20px;
  }
  .bonus-img2 {
    max-width: 260px !important;
  }
  .bttls-3 {
    max-width: 230px !important;
  }
  .font-50 {
	font-size: 28px;
}
  .accordionItemHeading {
    margin: 0px 0px 30px 0px;
  }
  .open .accordionItemContent {
    margin: 0px 0px 30px 0px;
  }
  .points-sec-logo {
	max-width: 200px !important;
}
}
@media (max-width: 375px){
 
  .font-40 {
    font-size: 26px;
  }
  .review-box p {
    font-size: 18px;
  }
  .review-heading {
	font-size: 22px;
}
}
@media (max-width: 350px){
    .review-box {
	padding: 25px 13px;
}
.main-head {
	font-size: 23px;
}
.thumb-img {
	max-width: 22px !important;
}
}
@media (max-width: 320px){
  .parastyle p {
    font-size: 19px;
  }
  .font-40 {
    font-size: 25px;
  }
  .review-box {
	padding: 25px 11px;
}
.review-heading {
	font-size: 20px;
}
  .atc-box__item .content .atc-button .icon {
	width: 20px;
	height: 20px;
	
}
.atc-box__item .content .ribbon {
	font-size: 9px;

}
.points-box .col-4 p {
	font-size: 14px;
}
}
