:root {
  --theme-red-color:#A72A22;
  --theme-yellow-color:#FFBF00;
  --background-color-1:#FFF2CC;
  --font-color-1:#ffffff;
  --font-color-2:#002573;
  --font-color-3:#4A5568;


  --dark-blue: #062A4D;
  --light-blue: #005AA7;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html{
  width:100%; 
  height:100%; 
  margin:0; 
  padding:0;
}
body{
  padding:0;
  margin:0;
  width:100%;
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.container-fluid{
  padding:0 160px;
  max-width:1440px;
}
.container{
  padding: 60px 160px;
  max-width: 1440px;
}
.page-container{
  display:flex;
  flex-direction: column;
  height:100vh;
}

a {
  text-decoration: none;
}

/* Section Heading */
.headingBlock {
  text-align: center;
}
.headingBlock .subTitle {
  color: var(--light-blue);
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.headingBlock .subTitle::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 2px;
  background: var(--light-blue);
  left: -15px;
}
.headingBlock .subTitle::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 2px;
  background: var(--light-blue);
  right: -15px;
}
.section-subheading {
  color: var(--light-blue);
  font-size: 16px;
  font-weight: 700;
}
.section-heading {
  color: #222;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
}
.headingBlock p {
  color: #777;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

/* Btn */
.btn-container button{
  padding: 16px 32px;
}
.btn-container button.btn-normal {
  padding: 16px 32px;
  background-color: var(--light-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  border: none;
  border-radius: 50px;
  z-index: 8;
  text-transform: uppercase;
}
.btn-container button.btn-normal a {
  color: #fff;
}

.btn-container button.btn-outline {
  padding: 16px 32px;
  background-color: transparent;
  color: var(--light-blue);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: center;
  border: 1px solid var(--light-blue);
  border-radius: 50px;
  z-index: 8;
  text-transform: uppercase;
}
.btn-container button.btn-outline a {
  color: var(--light-blue);
}

/* Top Bar CSS */
.top-bar {
  background-color:var(--light-blue);
}
.social-icon-container .social_icons {
  height: 14px;
}
/* .social-icon-container {
  margin-left: 10px;
} */
.social-icon-container a {
  margin-right: 8px;
}

.call-section{
  padding:8px 16px;
}
.call-section h6{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  margin-bottom:0;
}
.call-section h6 a {
  text-decoration: none;
  color: #fff;
}
.call-section .icon{
  width:24px;
  height:24px;
  margin-right: 8px;
}


/* Hero Sectionb Starts */

.si-content .btn-container {
  margin-top: 48px;
}
.si-content h1 {
  color: var(--dark-blue);
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -2px;
}
.si-content h1 span {
  color: var(--light-blue);
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2px;
}
.si-content p {
  color: #747373;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.si-img img {
  width: 100%;
}

/* Hero Sectionb Ends */


/* YouTube Module Starts */

.youtube-module {
  background-color: var(--light-blue);
  color: #fff;
}
.youtube-module h2 {
  font-size: 32px;
  font-weight: 600;
}
.youtube-module p {
  font-size: 16px;
  font-weight: 400;
}


/* YouTube Module Ends */



/* Good News Module Starts */

.good-news-module {
  background: #FAFBFF;
}
.good-news-module .gnm-row > div:nth-of-type(1) {
  width: 33%;
  margin-right: 2%;
}
.good-news-module .gnm-row > div:nth-of-type(2) {
  width: 65%;
}
.good-news-module .content-block h2 {
  color: var(--light-blue);
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 24px;
}
.good-news-module .content-block p {
  ccolor: #747373;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

/* Good News Module Ends */


/* How Does This Module Starts */

/* .hw-ds-this-wrk .icon-container{
  display:flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
} */
.hw-ds-this-wrk .container {
  padding: 60px 200px;
}
.custom-col .icon-background img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.hw-ds-this-wrk .content-container h6 {
  color: #222;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.hw-ds-this-wrk .content-container p {
  color: #777;
  font-size: 16px;
  font-weight: 400;
}

/* How Does This Module Ends */



/* Properitary Module Starts */

.proprietary-module {
  background: #F7F8FA;
}
.proprietary-module .container {
  padding: 60px 80px;
}
.proprietary-module .pm-left .content-container {
  margin-right: 18px;
}
.proprietary-module .pm-right .content-container {
  margin-left: 18px;
}
.proprietary-module .content-container h6 {
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 600;
}
.proprietary-module .content-container p {
  color: #747373;
  font-size: 14px;
  font-weight: 500;
}

/* Properitary Module Starts */



/* Testimonials Module Starts */

.testimonials-module {
  background-blend-mode: overlay;
  background-color: rgb(21, 21, 21, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.testimonials-module .headingBlock .subTitle {
  color: #fff;
}
.testimonials-module .headingBlock .section-heading {
  color: #fff;
}
.testimonials-module .headingBlock p {
  color: #A6A6A6;
}
.testimonialRow {
  margin-top: 94px;
  padding: 0 64px;
}
.testimonialCard.margin-bottom {
  margin-bottom: 94px;
}
.testimonialInnerCard {
  border-radius: 10px;
  background: #2B2B2B;
  color: #fff;
  padding: 32px 12px 28px 12px;
  position: relative;
  text-align: center;
}
.testimonialInnerCard::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: -18px;
  background: #2B2B2B;
  left: 50%;
  transform: translateX(-50%);
}
.testimonialCard .clientImg {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonialCard .content p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.testimonialCard .name h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
.testimonialCard .name h5 {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

/* Testimonials Module Ends */


/* Packages Module Starts */

.packagesCard {
  border-radius: 5px;
  border: 4px solid rgba(119, 119, 119, 0.60);
  background: #FFF;
  padding: 24px 48px;
  height: 100%;
}
.twoBottle .packagesCard {
  border: 4px solid #005AA7;
}
.packagesCard h3 {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.packagesCard h2 {
  color: #222;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.packagesCard h5 {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.packagesCard .price {
  color: #222;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -3px;
  margin-bottom: 0;
}
.packagesCard .perBottle {
  margin-left: 8px;
}
.packagesCard .perBottle span {
  color: #777;
  font-size: 17px;
  font-weight: 500;
  line-height: 20.4px;
}
.packagesCard .total {
  color: #818181;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}
.packagesCard .save {
  color: #005AA7;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}


/* Packages Module Ends */


.challenge-section {
  background: var(--dark-blue);
  color: #fff;
  margin-top: 100px;
}
.challenge-section .container {
  padding: 32px 160px;
  position: relative;
}
.challenge-section .content .heading {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}
.challenge-section .content p {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 45px;
}
.challenge-section .ctaImgBlock {
 position: absolute;
 bottom: 0;
 left: auto;
}



/* Contact Module Starts */

.contact-module {
  background: #FAFBFF;
}
.form-control {
  background: #FFF;
  border: none;
  appearance: auto;
}
input[type=text],
input[type=email], select,
input[type=password] {
  height: 80px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--dark-blue);
  box-shadow: none;
}

/* Contact Module Ends */

/* Billing Details Starts*/
.billsubHeading{
  color: var(--light-blue);
  font-size: 32px;
  font-weight: 500;
  line-height: 45px;
  margin-bottom: 24px
}


/* Footer Module Starts */

footer {
  background-color: var(--dark-blue);
  color: #fff;
}
footer .container {
 padding-top:22px;
 padding-bottom:22px;
}
footer .site-url {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.copyright p {
  color: #F4F6FA;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.5px;
  margin-bottom: 0;
}
.termsPages a {
  color: #F4F6FA;
  font-size: 12px;
  text-decoration: underline;
}
.important {
  padding: 32px;
  background: var(--light-blue);
}
.important p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.25px;
}

.importantContent .social-icon-container {
  margin-left: 16px;
}

/* Footer Module Ends */