:root {
  --first-color: #d4dec6;
  --second-color: #695fb6;
  --third-color: #e4bcf8;
}
html {
  scroll-behavior: smooth;
}
.header-section {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.header-section a {
  transition: 0.3s;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar::before, .navbar::after, .product-section .row::before, .product-section .row::after {
  display: none;
}
.navbar-brand {
  padding: 15px 0;
}
.navbar-brand img {
  width: 200px;
}
.testimonial-section {
  overflow: hidden;
}
#home-revslider {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  background: url(../images/1.webp) no-repeat center / cover;
}
#home-revslider .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#home-revslider h1 {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
}
#home-revslider p {
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
.primary-btn {
  padding: 16px 38px;
  letter-spacing: 0px;
  color: var(--second-color);
  border: 1px solid var(--second-color);
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}
.primary-btn:hover {
  background-color: var(--second-color);
  color: #fff;
  text-decoration: none;
}
.product-quantity input {
  outline: none !important;
}
#single {
  padding: 80px 0;
}
#single .primary-btn {
  padding: 12px 38px;
}
.product-section {
  padding: 0 0 80px;
}
.product-section .row {
  display: flex;
  justify-content: center;
}
.products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
}
.product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.3s;
}
.about-section {
  padding: 80px 0;
}
.about-section.pt-0 {
  padding-top: 0;
}
.blog-grid-cst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 50px;
}
.contact-us {
  margin-bottom: 100px;
}
.contact-us a {
  color: var(--second-color) !important;
  transition: 0.3s;
  text-decoration: none;
}
.contact-us a:hover {
  color: #333 !important;
}
.checkbox input[type=checkbox] {
  position: relative;
  margin: 0;
}
.checkbox {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}
.checkbox input {
  position: relative;
  height: 20px;
  width: 20px;
  appearance: none;
  border-radius: 50%;
  border: 1px solid var(--second-color);
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  background: var(--second-color);
  outline: none !important;
}
.checkbox input::after {
  content: "";
  height: 20px;
  width: 20px;
}
.checkbox input:checked::after { 
  content: "";
  background: url(../images/check.svg) no-repeat center ;
  background-size: 10px auto;
}
.checkbox label {
  padding: 0;
  color: #777;
}
.checkbox label, .checkbox input {
  cursor: pointer;
}
.blog-post {
  margin: 120px auto 100px;
  float: none;
}
.blog-post .entry-cover img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:991.98px) {
  .navbar {
    flex-direction: column;
    width: 100%;
  }
  .navbar-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .navbar-header::before, .navbar-header::after {
    display: none;
  }
  .entry-summary > form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  .product {
    justify-content: space-between;
  }
  .disclaimer {
    margin-top: 30px;
  }
  .disclaimer h3 {
    margin-bottom: 10px !important;
  }
  .footer-main .copyright-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .blog-grid-cst {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:767.98px) {
  #home-revslider {
    background: linear-gradient(135deg, var(--first-color) 30%, var(--third-color) 100%);
  }
  .page-banner, .contact-us {
    margin-bottom: 50px;
  }
  .page-banner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .blog-grid-cst {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width:575.98px) {
  .products {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  #home-revslider h1 {
    font-size: 36px;
  }
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
  color: #333;
}
.thanks p.thanks-text {
  color: var(--second-color);
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
  .thanks p {
    font-size: 14px;
  }
}

.docs {
  word-break: break-word;
  padding: 0px 0px 100px;
}
.docs h2 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  font-size: 26px;
}
.docs ul {
  padding-left: 20px;
}
.docs li, .docs p {
  font-family: "Lato", sans-serif;
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: var(--second-color);
  transition: 0.3s;
}
.docs a:hover {
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .docs {
    padding: 0px 0px 50px;
  }
}