@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body img {
  width: 100%;
  display: block;
}

body {
  color: #1e1e1e;
  font-family: "Nunito", sans-serif;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
}

.dstp-only {
  display: block;
}

.mbl-only {
  display: none;
}

.container {
  width: 100%;
  max-width: 1190px;
  margin: 0px auto;
  padding: 0px 20px;
  position: relative;
}

.txt-cntr {
  text-align: center;
}

.aln-cntr {
  align-self: center;
}

.blk {
  display: block;
}

.prBlock {
  display: block;
}

.dsplydesktop {
  display: block;
}

.dsplyMbl {
  display: none;
}

.aln-end {
  align-self: end;
}

.row {
  display: flex;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 8.33%;
}

.col-2 {
  flex: 16.66%;
}

.col-3 {
  flex: 25%;
}

.col-4 {
  flex: 33.33%;
}

.col-5 {
  flex: 41.66%;
}

.col-6 {
  flex: 50%;
}

.col-7 {
  flex: 58.33%;
}

.col-8 {
  flex: 66.66%;
}

.col-9 {
  flex: 75%;
}

.col-10 {
  flex: 83.33%;
}

.col-11 {
  flex: 91.66%;
}

.col-12 {
  flex: 100%;
}
small {
    font-size: 18px;
}
.sectionMb {
  margin-bottom: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}
.mb-25{
    margin-bottom:25px;
}
.center {
    text-align: center;
}
.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}
.txt-clr-1 {
    color: rgba(55, 92, 109, 1);
}
/* page css */

.nav-logo p {
  color: rgba(107, 115, 183, 1);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-logo strong {
  font-weight: 900;
}

.orderReserved {
  background: rgba(226, 245, 255, 1);
}

.orderReserved p {
	color: rgba(55, 92, 109, 1);
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
	padding: 10px;
}

.subheadingContent {
    font-family: "Mulish", sans-serif;
  color: #1e1e1e;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 25px;
}

.headingContainer {
  max-width: 950px;
}

.contentBoxHeading {
  color: #1e1e1e;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.phone-number {
  color: rgba(55, 92, 109, 1);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.3;
}

.phone-number a {
  color: rgba(55, 92, 109, 1);
}

.phone-number a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  font-size: 22px;
}

/* .flexHalf {

  flex: 50%;

} */

.product-img img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.x6-img img {
	max-width: 435px;
}
.x3-img img{
    max-width: 472px;
}

.x2-img img{
    max-width: 340px;

}
.product-img1 img {
  width: 100%;
  
  margin: 0 auto;
  margin-bottom: 25px;
}


.bg-grey {
  background-color: rgba(243, 251, 255, 1) !important;
}

.bonus_img img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

.align-slf-center {
  align-self: center;
}

.nav-item .nav-link {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-item .active {
  background-color: #fff;
  color: rgba(55, 92, 109, 1);
  border-radius: 5px;
  padding: 5px 40px;
}

.bgPink {
  background-color: rgba(55, 92, 109, 1);
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}

.text-secondary {
  color: rgba(55, 92, 109, 1);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

.headingSection {
  padding: 40px 40px;
}

.headingSection {
  background: rgba(243, 251, 255, 1);
}

.headingBox.txt-cntr {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}

/* contentSection */

.sideImg {
	display: block;
	width: 100%;
	max-width: 361px;
	margin: 0 auto;
}

.borderPink {
  border: 1px solid rgba(107, 115, 183, 1);
  border-radius: 15px;
}

.bg-clr4 {
  background-color: #f7f6f4;
}

/* contentSection */
.mb-3r{
    margin-bottom:3rem !important;
}
.paraStyle p {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height:1.4;
}

.paraStyle p:last-child {
  margin-bottom: 0px;
}

.boxHeading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 35px;
  color: rgba(55, 92, 109, 1);
}

.pl-40 {
  padding-left: 40px;
}

/* runningBoyBg */

.runningBoyBg {
  background-image: url(../images/mri-or-magnetic.webp);
  padding: 40px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: rgba(243, 251, 255, 1);
}

.runningBoyBg1 {
  background-image: url(../images/vecteezy_limited-time-offer-word-inscription-on-white-card-paper.webp);
  padding: 40px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: rgba(243, 251, 255, 1);
}

img.x6 {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.upgrade_now {
  background: linear-gradient(
    45deg,
    rgba(255, 153, 0, 1),
    rgba(255, 213, 0, 1)
  );
  padding: 15px 90px;
  border: 1px solid #ffa000;
  border-radius: 7px;
  box-shadow: 0 0 1px #0000003d;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  display: block;
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.upgrade_now::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f217";
  font-size: 27px;
  padding-right: 14px;
}

.upgrade_now img {
  width: 100%;
  max-width: 40px;
}

/* deal Section */

.pinkBgHeading h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.pinkBgHeading {
  border-radius: 15px;
  background: rgba(55, 92, 109, 1);
  padding: 25px 40px;
  margin-bottom: 60px;
  position: absolute;
  top: -10%;
}

/* deal Section */

/* getDouble */

.getDouble {
  background-image: url(../images/girlBg.webp);
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: #ffffff;
  border-radius: 15px;
  border: 0.5px solid #929292;
}

/* getDouble */

/* free Gift */

.pinkBgHead {
  background-color: rgba(55, 92, 109, 1);
  border-radius: 15px 15px 0px 0px;
  padding: 2% 8%;
}

.pinkBgHead h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height:1.3;
}

.giftBox {
  border: 1px solid #929292;
  border-top: none;
  background: #fff;
}

.freegiftHeading h3 {
  background: rgba(55, 92, 109, 1);
  margin: 30px 0px;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  padding: 20px 40px 30px;
}

.paraContent {
  padding: 0px 30px 30px;
}

.borderRadiusLeft {
  border-radius: 0px 15px 15px 0px;
}

.borderRadiusRight {
  border-radius: 15px 0px 0px 15px;
}

.borderRadiusBottom {
  border-radius: 0px 0px 15px 15px;
}

/* free Gift */

/* gurantee */

.blueBackground {
  background: rgba(244, 245, 255, 1);
  padding: 40px 0px;
}

.guranteeContainer {
  border-radius: 15px;
  border: 0.5px solid #929292;
  background: #fff;
  padding: 40px;
}

.guranteeImg {
  width: 100%;
  max-width: 485px;
}

/* gurantee */

/* timer */

.timer-boxes {
  position: relative;
  padding-top: 18%;
}

.timer {
  display: flex;
  width: 100%;
  margin: 20px auto 50px;
  text-align: center;
  justify-content: center;
}

.setfield {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.hours {
  border-radius: 10px;
  background: rgba(107, 115, 183, 1);
  padding: 5px 5px 18px;
  width: 100%;
  margin: 0px 10px;
  max-width: 272px;
}

.sectionTimer {
  font-weight: 600;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 0 5px;
  background: rgba(107, 115, 183, 1);
  color: #fff;
  font-size: 30px;
  padding: 8px 20px 0px;
}

.time_cntnt {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  background: rgba(107, 115, 183, 1);
  border-radius: 10px;
  margin: 60px 10px;
}

.mb-80 {
  margin-bottom: 80px;
}

.noThanks {
  margin: 60px 0px 15px;
}

/* timer */

footer {
  background-color: rgba(55, 92, 109, 1);
  padding: 2% 0% 3%;
  border-top: 10px solid #fcb216;
}

.noThanks a {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.footer_logo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
    margin-bottom: 30px;
}

.footerLogo h3 strong {
  font-weight: 900;
}

.footerLogo h3 {
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-size: 68px;
  margin-bottom: 25px;
  font-weight: 300;
}
.mb-30{
    margin-bottom:30px !important;
}
ul.footerLinks {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

ul.footerLinks a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.linksBars::after,
.linksBars::before {
  content: "|";
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0px 5px;
}

.footerPagesLinks {
  display: flex;
  justify-content: center;
}

.footerPagesLinks li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.termsConditionsBars::after,
.termsConditionsBars::before {
  content: "-";
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0px 5px;
}

.termsConditionsBars1::before {
  content: "-";
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0px 5px;
}

p.total-price {
  font-size: 24px;
  margin: 10px 0px;
  font-weight: bold;
}

footer a {
    color: #fff;
}
    
footer p {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 22px;
}
.footerPagesLinks li:before {
    content: "-";
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 5px;
}

.footerPagesLinks li:first-child:before {
    content: "";
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 5px;
}
 .sideImg {
    max-width: 330px;
    margin: 0 auto;
  }

@media (max-width: 1920px) {
    
}

@media (max-width: 1880px) {
  .text-secondary {
    font-size: 48px;
  }
  .pinkBgHeading h3 {
    font-size: 39px;
  }
  .paraStyle p {
    font-size: 27px;
  }
  .hours {
    max-width: 260px;
  }
  .time_cntnt {
    margin: 40px 10px;
  }
   .sideImg {
    max-width: 310px;
  }
  .mark{
      width:100%;
      max-width:350px;
      margin:0 auto;
  }
}

@media (max-width: 1536px) {
  .text-secondary {
    font-size: 47px;
  }
  .pinkBgHeading h3 {
    font-size: 38px;
  }
  .pinkBgHead h4 {
    font-size: 39px;
  }
  .freegiftHeading h3 {
    font-size: 39px;
  }
  .paraStyle p {
    font-size: 26px;
  }
   .mark{
      max-width:320px;
  }
}

@media (max-width: 1440px) {
  .subheadingContent {
    font-size: 30px;
  }
  .sideImg {
    max-width: 285px;
    margin: 0 auto;
  }
  .timer-boxes {
    position: relative;
    padding-top: 14%;
  }
  .boxHeading {
    font-size: 38px;
  }
  .paraStyle p {
    font-size: 25px;
  }
  .sectionTimer {
    font-size: 24px;
  }
}

@media (max-width: 1400px) {
  .text-secondary {
    font-size: 46px;
  }
 
}

@media (max-width: 1366px) {
  .orderReserved p {
    font-size: 26px;
  }
  .paraStyle p {
    font-size: 24px;
  }
  .sideImg {
    max-width: 305px;
  }
  .boxHeading {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  .nav-logo p {
    font-size: 44px;
  }
  .nav-item .nav-link {
    font-size: 22px;
    font-weight: 700;
  }
  .x2-img img {
	max-width: 294px;
}
  .phone-number {
    font-size: 26px;
  }
  .orderReserved p {
	font-size: 23px;
	/* font-weight: 700; */
}
  .subheadingContent {
    font-size: 30px;
  }
  .text-secondary {
	font-size: 41px;
}
  .boxHeading {
    font-size: 34px;
    margin-bottom: 28px;
  }
  .paraStyle p {
    font-size: 23px;
  }
  .pl-40 {
    padding-left: 30px;
  }
  .pinkBgHeading h3 {
    font-size: 35px;
  }
  .pinkBgHeading {
    padding: 20px 40px;
    margin-bottom: 45px;
  }
  .getDouble {
    padding: 25px;
  }
  .time_cntnt {
    font-size: 65px;
    margin: 40px 10px;
  }
  .hours {
    max-width: 230px;
  }
  .pinkBgHead h4 {
    font-size: 36px;
  }
  .paraContent {
    padding: 0px 25px 25px;
  }
  .freegiftHeading h3 {
    font-size: 36px;
    margin: 25px 0px;
  }
 .sideImg {
	max-width: 269px;
}
  .guranteeImg {
    max-width: 430px;
  }
  .footerLogo h3 {
    font-size: 50px;
    margin-bottom: 12px;
  }
  .footerLogo h3 strong {
    font-weight: 800;
  }
  .nav-logo strong {
    font-weight: 800;
  }
}

@media (max-width: 768px) {
  .dktp-only {
    display: none;
  }
  .mbl-only {
    display: block;
  }
  .row {
    display: block;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
  }
  .nav-logo p {
    font-size: 38px;
  }
  .orderReserved p {
	font-size: 17px;
}
 .borderPink {
	border: 0px;
	margin-bottom: 20px;
}
  .nav-item .nav-link {
    font-size: 20px;
  }
  .nav-item .active {
    padding: 5px 15px;
  }
  .subheadingContent {
    font-size: 26px;
  }
  .text-secondary {
    font-size: 35px;
  }
  .sectionMb {
    margin-bottom: 55px;
  }
  .sideImg {
    margin: 0px auto 30px;
  }
  .boxHeading {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .paraStyle p {
    font-size: 22px;
  }
  .pl-40 {
    padding-left: 0px;
  }
  .runningBoyBg {
    background-image: none;
  }
  .runningBoyBg1 {
    background-image: none;
  }
  .pinkBgHeading {
    padding: 20px 25px;
    margin-bottom: 40px;
  }
  .getDouble {
    background-image: none;
  }
  .pinkBgHeading h3 {
    font-size: 32px;
  }
  .time_cntnt {
    font-size: 55px;
    margin: 25px 10px;
  }
  .hours {
    max-width: 160px;
  }
  .timer {
    margin: 20px auto 35px;
  }
  .pinkBgHead h4 {
    font-size: 32px;
  }
  .freegiftHeading h3 {
    font-size: 32px;
  }
  .guranteeImg {
    max-width: 340px;
  }
  .footerLogo h3 {
    font-size: 44px;
  }
  .timer-boxes {
    position: relative;
    padding-top: 25%;
  }
  .sideImgmbl {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 23px;
  }
   .footerPagesLinks li:before {
        display:none;
    }
    footer {
        padding: 7% 0% 6%;
    }
    .footerPagesLinks li a {
        line-height: 1.5;
    }
}

@media (max-width: 500px) {
  .nav-item .active {
    padding: 5px 8px;
  }
  .product-img1 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .nav-logo p {
    font-size: 30px;
  }
  .x2-img img {
	max-width: 245px;
}
  .bonus_img img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .phone-number a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    font-size: 18px;
  }
  .phone-number {
    font-size: 18px;
  }
  .nav-item .nav-link {
    font-size: 16px;
  }
  
  .headingSection {
    padding: 30px 20px;
  }
  .subheadingContent {
    font-size: 17px;
    line-height: 1.5;
  }
  .text-secondary {
    font-size: 25px;
  }
  .pinkBgHeading h3 {
    font-size: 24px;
  }
  .pinkBgHeading {
    left: 0;
  }
  .timer-boxes {
    padding-top: 34%;
  }
  .pinkBgHeading {
    padding: 20px 20px;
  }
  .sectionTimer {
    font-size: 22px;
  }
  .time_cntnt {
    font-size: 46px;
  }
  .upgrade_now {
    padding: 15px 28px;
    font-size: 22px;
  }
  .boxHeading {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .paraStyle p {
    font-size: 21px;
  }
  .pinkBgHead h4 {
    font-size: 26px;
  }
  .sectionMb {
    margin-bottom: 30px;
  }
  ul.footerLinks {
    display: none;
  }
  .footerPagesLinks {
    display: block;
  }
  .termsConditionsBars::after,
  .termsConditionsBars::before {
    content: "";
  }
  .termsConditionsBars1::before {
    content: "";
  }
  .cpyrht {
    color: #fff;
    margin-bottom: 10px;
    font-size: 19px;
  }
  .sideImgmbl {
    width: 100%;
    max-width: 250px;
  }
  .giftBox {
    padding: 10px 0px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .dktp-only {
    display: none;
  }
  img.x6 {
    max-width: 300px;
  }
  footer p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
  }
}

@media (max-width: 428px) {
  .nav-logo p {
    font-size: 25px;
  }
  .phone-number {
    font-size: 16px;
  }
  .nav-item .nav-link {
    font-size: 14px;
  }
  .orderReserved p {
    font-size: 17px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .text-secondary {
    font-size: 22px;
  }
  .paraStyle p {
    font-size: 18px;
  }
  .time_cntnt {
    margin: 22px 10px;
    font-size: 34px;
  }
  .timer-boxes {
    padding-top: 41%;
  }
  .upgrade_now {
    padding: 15px 18px;
    font-size: 19px;
  }
  .boxHeading {
    font-size: 24px;
  }
  .freegiftHeading h3 {
    font-size: 23px;
    padding: 20px 20px 25px;
  }
  .sectionTimer {
    font-size: 15px;
  }
  ul.footerLinks li {
    margin-bottom: 10px;
  }
  .linksBars::after,
  .linksBars::before {
    content: "";
  }
  .dstp-only {
    display: none;
  }
}

@media (max-width: 424px) {
  .time_cntnt {
    margin: 22px 10px;
    font-size: 32px;
  }
  .sectionTimer {
    font-size: 16px;
  }
  .paraStyle p {
    font-size: 17px;
  }
  .noThanks a{
      font-size:15px;
  }
  .noThanks {
    margin: 20px 0px 15px;
}
}

@media (max-width: 414px) {
  .upgrade_now {
    font-size: 18px;
  }
  .sectionTimer {
    font-size: 14px;
  }
  .time_cntnt {
    margin: 22px 10px;
    font-size: 30px;
  }
}

@media (max-width: 412px) {
}

@media (max-width: 400px) {
  ul.nav-menu {
    text-align: center;
  }
  li.nav-item {
    margin-bottom: 5px;
  }
  .nav-item .nav-link {
    font-size: 14px;
  }
  .sectionTimer {
    font-size: 16px;
  }
  .time_cntnt {
    font-size: 32px;
  }
  .upgrade_now {
    padding: 15px 15px;
    font-size: 18px;
  }
  .pinkBgHead h4 {
    font-size: 24px;
  }
  .sectionTimer {
    padding: 8px 7px 0px;
  }
  .paraStyle p {
    font-size: 16px;
  }
  
}

@media (max-width: 390px) {
  .timer-boxes {
    padding-top: 55%;
  }
  .upgrade_now {
    padding: 15px 15px;
    font-size: 17px;
  }
  .orderReserved p {
	font-size: 15px;
}
  .paraStyle p {
    font-size: 15px;
  }
  .boxHeading {
    font-size: 19px;
  }
  .pinkBgHead h4 {
    font-size: 21px;
  }
  .no_thnx {
    font-size: 14px;
  }
  .sectionTimer {
    font-size: 13px;
  }
  .upgrade_now {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 380px) {
  .phone-number {
    font-size: 14px;
  }

  .pinkBgHeading h3 {
    font-size: 20px;
  }
  .upgrade_now {
    font-size: 16px;
  }
  .upgrade_now::before {
    font-size: 23px;
  }
  .time_cntnt {
    font-size: 28px;
  }
}

@media (max-width: 375px) {
  .nav-item .nav-link {
    font-size: 12px;
  }
  .timer-boxes {
    padding-top: 41%;
  }
  .noThanks a{
      font-size:14px;
  }
}

@media (max-width: 360px) {
  .upgrade_now {
    padding: 15px 13px;
  }
  .container {
	padding: 0px 10px;
}
}

@media (max-width: 350px) {
  .upgrade_now {
    font-size: 15px;
  }
   .orderReserved p {
    font-size: 14px;
  }
  .x2-img img {
	max-width: 225px;
}
}

@media (max-width: 330px) {
  .upgrade_now {
    font-size: 14px;
  }
  .orderReserved p {
    font-size: 14px;
  }
  .nav-item .nav-link {
    font-size: 11px;
  }
  .nav-logo p {
    font-size: 22px;
  }
  .phone-number {
    font-size: 13px;
  }
  .phone-number a::before {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .upgrade_now {
    padding: 15px 9px;
  }
  .container {
	padding: 0px 10px;
}
 .orderReserved p {
    font-size: 13px;
  }
}

@media (max-width: 300px) {
    .headingSection {
	padding: 30px 15px;
}
.nav-item .nav-link {
	font-size: 10px;
}
.text-secondary {
	font-size: 20px;
}
.mb-40 {
	margin-bottom: 11px;
}
}

@media (max-width: 280px) {
}
