.w-checkbox {
  display: block;
  margin-bottom: 5px;
  /* padding-left: 20px; */
}
.w-checkbox input{
  margin-right: 10px;
}
a:focus, a:hover {
  color: initial !important;
  text-decoration: none !important;
  box-shadow: 0 !important;
  outline: transparent !important;
}
.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.background-section {
  position: relative;
  padding-top: 220px;
  padding-right: 0px;
  padding-bottom: 220px;
  background-image: url('../images/body-background.png');
  background-size: cover;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 400;
  overflow: hidden;
}

.background-section.home-bg-sec {
  padding-bottom: 0px;
}

.container {
  position: relative;
  display: block !important;
  width: 1200px !important;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.container.product-container {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 25px;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo {
  position: relative;
}

.image {
  position: relative;
  overflow: hidden;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-item.active {
  color: #936;
}

.body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #333;
}

.text-block {
  font-size: 18px;
  font-style: italic;
  text-transform: lowercase;
}

.text-block-2 {
  font-size: 12px;
}

.text-block-3 {
  font-size: 15px;
}

.text-block-4 {
  font-size: 14px;
}

.navbar-main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.w--current {
  font-family: Poppins, sans-serif;
  color: #936;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  font-size: 18px;
}

.text-block-6 {
  font-size: 18px;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 13px;
  margin-left: 13px;
  padding: 15px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #936;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#cf4087), to(#936));
  background-image: linear-gradient(90deg, #cf4087, #936);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  color: #fff;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #936;
  background-color: #fff;
  background-image: none;
  color: #936 !important;
}

.button.light-button {
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  background-image: none;
  font-family: Poppins, sans-serif;
  color: #936;
  font-weight: 400;
}

.button.light-button.icon-button {
  padding: 0px;
  background-color: transparent;
}

.button.light-button.icon-button.cart-web-button {
  border-width: 0px;
}

.button.form-button {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.button.nav-button {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.button.nav-button.product-button {
  display: block;
  width: 180px;
  font-weight: 600;
}

.button.purchase-button {
  width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.button.banner-button {
  width: 180px;
  margin-top: 20px;
}

.button.banner-button.hm-abt-button {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.button.hm-frt-btn {
  width: 170px;
  margin-top: 70px;
  margin-right: 0px;
  margin-left: auto;
}

.button.about-btm-btn {
  width: 180px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.button.training-btm-btn {
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
}

.button.training-btm-btn.training-btn-long {
  width: 340px;
}

.button.download-btn {
  margin-right: 0px;
  margin-left: 0px;
  text-transform: capitalize;
}

.button.ontact-btn {
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.button.db-btn {
  width: 140px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-7 {
  margin-left: 10px;
  color: #936;
  text-decoration: none;
}

.image-2 {
  margin-right: 0px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-half {
  width: 50%;
  font-weight: 400;
}

.text-field {
  height: 60px;
  margin-bottom: 15px;
  padding: 15px 22px;
  border-style: solid;
  border-width: 0.6px;
  border-color: rgba(142, 131, 131, 0.8);
  border-radius: 5px;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
}

.text-field:focus {
  border-color: #74244c;
}

.from-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link {
  display: block;
  color: #333;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.form {
  width: 80%;
  margin-top: 20px;
}

.form.sign-up-form {
  width: 90%;
}

.form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.from-link {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.text-block-8 {
  margin-right: 10px;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #936;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
}

.section-heading.heading-center {
  text-align: center;
}

.second-level-heading {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.second-level-heading.second-level-last-heading {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}

.light-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #747474;
  font-size: 16px;
  font-weight: 400;
}

.light-heading.second-level-heading {
  margin-top: 25px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #74244c;
  text-align: center;
}

.quick-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quick-link {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.container-fuild {
  overflow: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-decoration: none;
  transition: all .2s;
}

.contact-text {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.image-3 {
  margin-right: 0px;
}

.column {
  text-align: center;
}

.image-4 {
  margin-top: 40px;
  margin-bottom: 50px;
}

.other-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-link {
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}


.image-5 {
  margin: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

.form-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-name {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
}

.product-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.background-section-2 {
  position: relative;
  padding-top: 220px;
  padding-right: 0px;
  padding-bottom: 220px;
  background-image: url('../images/body-background.png');
  background-size: auto;
  font-weight: 400;
}

.product-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.product-top {
  width: 100%;
  margin-bottom: 20px;
}

.product-price {
  margin-bottom: 20px;
  font-size: 30px;
}

.product-column {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.product-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.small-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #74244c;
  font-size: 16px;
}

.grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
}

.cart-added {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  border-radius: 40px;
  background-image: linear-gradient(140deg, #74244c, #000);
}

.cart-added.last-card-added {
  margin-bottom: 0px;
}

.grid-2 {
  grid-template-areas: "Area . Area-2";
  -ms-grid-columns: 1fr 4.75fr 1fr;
  grid-template-columns: 1fr 4.75fr 1fr;
}

.cart-product-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-around;
}

.cart-image {
  margin-right: 15px;
}

.cart-product-name {
  display: block;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #fff;
  font-size: 18px;
}

.cart-button {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.bill-details-box {
  padding: 40px 20px 30px;
  border: 1px none #000;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.1);
}

.bill-box-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 16px;
}

.bill-details-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bill-details-item.total-price-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.bill-price-tiltle {
  color: #4f4f4f;
}

.bill-price {
  color: #4f4f4f;
  font-weight: 600;
  text-align: right;
}

.total-price-title {
  font-size: 16px;
  font-weight: 700;
}

.total-price {
  font-size: 16px;
  font-weight: 700;
}

.text-block-9 {
  color: #4f4f4f;
}

.text-span {
  color: #74244c;
  font-weight: 500;
}
.text-span:hover {
  color: #23527c;
}

.form-2 {
  margin-top: 20px;
}

.bill-address-container {
  margin-top: 60px;
  padding-bottom: 0px;
}

.field-text-box {
  position: relative;
  margin-bottom: 20px;
}

.field-text-box.field-text-box-half-left {
  margin-right: 10px;
}

.field-text-box.field-text-box-half-right {
  margin-left: 10px;
}

.field-text-box.field-full {
  margin-right: 10px;
  margin-left: 10px;
}

.field-text-box.field-full.contact-field-box {
  margin-bottom: 40px;
  position: relative;
}

.field-text-box.contact-field-box {
  margin-bottom:40px;
  position: relative;
}

.field-text-label {
  position: absolute;
  left: 10px;
  top: -15%;
  right: auto;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
}

.field-text-label.contact-text-lebel {
  background-color: #fefcfa;
  color: #000;
}

.field-input-box {
  height: 56px;
  border-style: solid;
  border-width: 1px;
  border-color: #b2bcca;
  border-radius: 5px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
}

.field-input-box:focus {
  border-color: #74244c;
}

.field-input-box.contact-input-box {
  border-color: #000;
}

.field-check-box {
  margin-bottom: 10px;
}

.mobile-nav-right {
  display: none;
}

.table-heading-container {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-heading-l1 {
  font-size: 21px;
  font-weight: 400;
}

.table-heading-l2 {
  margin-top: 15px;
  color: #747474;
  font-size: 17px;
}

.success-message {
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #d4f7e6;
}

.success-message.msg-left {
  margin-right: 0px;
  margin-left: 0px;
}

.error-message {
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block.contact-form {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.home-banner {
  position: relative;
  padding: 0px;
}

.banner-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 50px;
  line-height: 50px;
}

.banner-h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #936;
  font-size: 30px;
  font-weight: 600;
}

.banner-box {
  position: relative;
  padding: 60px 0px 50px 40px;
  border-radius: 40px;
  background-color: #fff;
}

.banner-h4 {
  margin-top: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  color: #000;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}

.banner-box-right {
  position: absolute;
  left: auto;
  top: -50px;
  right: -50px;
  bottom: auto;
  width: 150px;
  height: 150px;
}

.banner-box-left {
  position: absolute;
  left: -30px;
  top: auto;
  right: auto;
  bottom: -30px;
  width: 100px;
  height: 100px;
}

.banner-cont {
  position: relative;
}

.banner-image {
  position: absolute;
  left: auto;
  top: 60px;
  right: -100px;
  bottom: auto;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.banner-bottom-col {
  margin-top: 50px;
}

.paragraph {
  font-size: 16px;
  line-height: 25px;
}

.paragraph-2 {
  font-size: 14px;
}

.banner-scroll-to {
  margin-top: 120px;
  text-align: center;
}

.image-6 {
  width: 40px;
  height: 40px;
}

.home-about {
  margin-top: 100px;
}

.hm-about-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.hm-abt-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #936;
  font-size: 30px;
  font-weight: 500;
}

.hm-abt-h2 {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #000;
  font-size: 38px;
  font-weight: 600;
}

.hm-abt-img {
  width: 100%;
  margin: 40px auto;
}

.hm-abt-text {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  line-height: 24px;
  text-align: center;
}

.home-parallax {
  width: 85%;
  height: 560px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/img-6.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.home-testimonial {
  margin-top: 150px;
}

.testimonial-slider {
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-radius: 40px;
  background-color: #fff;
}

.slider-icon {
  width: 40px;
  height: 40px;
}

.slider-arrow {
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow.left-arrow {
  left: -80px;
  right: auto;
}

.slider-arrow.right-arrow {
  right: -80px;
}

.image-7 {
  width: 40px;
  height: 40px;
}

.slide-qoute {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  width: 90px;
  height: 90px;
}

.testimonial-cont {
  position: relative;
  overflow: visible;
}

.slide-qoute-box {
  position: absolute;
  top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testmnl-box {
  height: auto;
  padding: 60px 40px 20px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
}

.client-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 600;
}

.clnt-degs {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.test-date {
  margin-top: 0px;
  margin-bottom: 0px;
  color: grey;
  font-size: 15px;
  font-weight: 400;
}

.testimonial-para {
  width: 80%;
  margin: 40px auto 10px;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}

.testimonial-box {
  position: absolute;
  left: 10%;
  top: -40px;
  right: 10%;
  width: 80%;
  height: 500px;
  background-image: url('../images/img-7.png');
  background-position: 0px 0px;
  background-size: contain;
}

.testimonial-nav {
  position: relative;
  background-color: transparent;
}

.testimonial-mask {
  overflow: hidden;
  height: auto;
}

.home-footer-top {
  margin-top: 150px;
}

.home-frt-col {
  min-height: 220px;
  padding: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 0.5px solid rgba(0, 0, 0, 0.5);
  border-left: 0.5px solid rgba(0, 0, 0, 0.5);
}

.hm-frt-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.hm-frt-l {
  width: 60%;
}

.hm-frt-r {
  width: 40%;
  text-align: right;
}

.hm-frt-hd {
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.hm-frt-para {
  margin-top: 20px;
}

.about-us {
  text-align: center;
}

.heading-3 {
  margin-bottom: 10px;
  color: #936;
  font-weight: 500;
}

.heading-3.about-btm-hd {
  margin-bottom: 40px;
}

.heading-4 {
  margin-top: 0px;
  font-weight: 500;
}

.about-us-para {
  width: 80%;
  margin: 40px auto 0px;
  color: #444;
  line-height: 22px;
}

.aout-us-img {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.about-full-img {
  width: 100%;
}

.president-box {
  padding: 40px;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#74244c), to(#000));
  background-image: linear-gradient(90deg, #74244c, #000);
}

.presd-col-left {
  padding-right: 50px;
}

.presd-col-left.presdt-col {
  padding-right: 40px;
}

.presd-col-right {
  padding-left: 50px;
  border-left: 1px solid #fff;
}

.presd-col-right.presdt-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.presd-hd {
  margin-bottom: 30px;
  padding-right: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.presd-para {
  color: #fff;
  line-height: 22px;
}

.prsdt-img {
  width: 100px;
  margin-right: 20px;
}

.prsed-des {
  width: 100%;
}

.pred-name {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.pred-para {
  color: #b1b1b1;
  font-size: 13px;
  font-style: italic;
}

.about-bottom {
  margin-top: 120px;
  text-align: center;
}

.about-btm-para {
  color: #444;
  line-height: 26px;
}

.about-btm-h1 {
  margin-top: 140px;
  margin-bottom: 0px;
}

.training-seminar {
  margin-top: 100px;
  text-align: center;
}

.training-h4 {
  font-weight: 600;
}

.training-para {
  margin-top: 50px;
  margin-bottom: 0px;
  color: #444;
  line-height: 26px;
}

.training-img {
  width: 100%;
  margin-top: 140px;
  margin-bottom: 0px;
}

.training-btm-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/img-12.png');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.training-btm-h4 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 500;
}

.training-btm-para {
  width: 80%;
  margin: 40px auto;
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 26px;
}

.body-3 {
  font-family: Poppins, sans-serif;
}

.training-btm-div {
  margin-top: 80px;
}

.training-btm-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.yellow-background {
  position: absolute;
  left: -10%;
  top: -60px;
  right: -10%;
  width: 120%;
  height: 500px;
  background-image: url('../images/img-16.png');
  background-position: 50% 50%;
  background-size: cover;
  z-index: -2;
}

.bhs-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bhs-about-image {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.bhs-about-para {
  width: 85%;
  margin: 40px auto;
  color: #444;
  line-height: 28px;
}

.bhs-desp {
  position: static;
  margin-top: 150px;
  margin-bottom: 150px;
}

.bhs-desp-bg {
  position: relative;
  width: 90%;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/img-14.png');
  background-position: 50% 50%;
  background-size: contain;
}

.bhs-desp-bg.download-desp-bg {
  padding-top: 130px;
  background-image: url('../images/img-17.png');
}

.bhs-desp-h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #936;
}

.bhs-desp-h1.dwn-h1 {
  margin-bottom: 20px;
}

.paragraph-3 {
  color: #444;
  line-height: 25px;
}

.paragraph-3.download-dep-para {
  margin-bottom: 30px;
}

.bhs-desp-img {
  position: absolute;
  left: auto;
  top: -50px;
  right: 0%;
  bottom: auto;
  width: 45%;
}

.bhs-contractor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contractor-slider {
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: transparent;
}

.contractor-nav {
  overflow: visible;
}

.contractor-mask {
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

.contractor-slide {
  background-color: transparent;
}

.contractor-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #936;
  font-weight: 500;
}

.contractor-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contractor-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  min-height: 150px;
  margin: 10px 1%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 40px;
}

.contractor-item.item-hightlighted {
  margin-right: 1%;
  margin-left: 1%;
  border-width: 6px;
  border-color: #fff;
  background-color: #936;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.contractor-text {
  font-size: 13px;
  text-align: center;
}

.download-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.download-top {
  text-align: center;
}

.download-h4 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #936;
  font-size: 18px;
  font-weight: 500;
}

.download-para {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  color: #444;
  line-height: 26px;
}

.download-bottom {
  margin-top: 140px;
  text-align: center;
}

.download-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 35px;
  opacity: 1;
  text-decoration: none;
}

.download-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dn-icon {
  margin-right: 20px;
}

.dn-text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.fix-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fix-h1 {
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.body-4 {
  font-family: Poppins, sans-serif;
}

.fix-item {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 40px;
  background-color: #fff;
}

.fix-item.fix-item2 {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.fix-item.fix-item3 {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.fix-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #936;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.fix-date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.fix-para {
  text-align: left;
}

.asst-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px;
  border: 1px none #000;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.19);
  outline-color: #555;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.asst-left {
  width: 50%;
}

.asst-h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #936;
  font-size: 40px;
}

.asst-para {
  color: #444;
  line-height: 26px;
}

.asst-img {
  position: absolute;
  left: auto;
  top: -40px;
  right: 0%;
  bottom: auto;
  width: 50%;
}

.contact-baneer {
  position: relative;
  padding: 40px 30px;
  border-radius: 40px;
  background-image: linear-gradient(139deg, #74244c, #000);
}

.contact-box {
  width: 75%;
}

.contact-h1 {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #fff;
  font-weight: 500;
}

.cinfo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cinfo-item {
  width: 28%;
}

.cinfo-item.cinfo-item-2nd {
  width: 36%;
  padding-right: 3%;
  padding-left: 3%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.8);
  border-left: 1px solid hsla(0, 0%, 100%, 0.8);
}

.cinfo-h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.cinfo-para {
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 26px;
}

.contact-image {
  position: absolute;
  left: auto;
  top: -90px;
  right: 0%;
  bottom: auto;
  width: 40%;
}

.contact-des {
  width: 80%;
  margin: 100px auto;
  text-align: center;
}

.contact-h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

.paragraph-4 {
  color: #444;
  line-height: 27px;
  text-align: center;
}

.database-img {
  width: 100%;
  margin-bottom: 80px;
}

.database-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
}

.database-item.db-item-last {
  margin-bottom: 80px;
}

.db-left {
  position: relative;
  width: 200px;
  height: 200px;
  margin-top: -60px;
  margin-left: -70px;
  border-radius: 100px;
  background-color: #74244c;
}

.heading-5 {
  position: absolute;
  left: 120px;
  top: 110px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 38px;
}

.db-right {
  width: 90%;
  height: 100%;
  padding: 20px 20px 20px 40px;
}

.db-para {
  margin-bottom: 0px;
  color: #444;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.faq-item {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #000;
  border-radius: 20px;
}

.faq-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 0px;
}

.faq-icon {
  margin-right: 0px;
  margin-left: 20px;
}

.faq-heading {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.faq-content {
  position: static;
  padding: 10px 20px 20px;
  background-color: transparent;
}

.faq-para {
  line-height: 24px;
}

.body-5 {
  font-family: Poppins, sans-serif;
}

.body-6 {
  font-family: Poppins, sans-serif;
}

.body-7 {
  font-family: Poppins, sans-serif;
}

.body-8 {
  font-family: Poppins, sans-serif;
}

@media screen and (min-width: 1280px) {
  .prsdt-img {
    width: 120px;
  }

  .download-top {
    margin-top: 60px;
  }

  .asst-img {
    width: 45%;
  }

  .database-img {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    border: 1px solid #936;
  }

  .button:hover {
    border-width: 1px;
  }

  .banner-h4 {
    margin-right: 150px;
  }

  .bhs-about-image {
    width: 80%;
  }

  .asst-img {
    top: -80px;
  }

  .database-img {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 1920px) {
  .background-section {
    right: 0px;
  }

  .button.banner-button {
    margin-top: 40px;
  }

  .button.hm-frt-btn {
    margin-top: 90px;
  }

  .form-block.contact-form {
    width: 70%;
  }

  .banner-h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .banner-h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .banner-h4 {
    margin-top: 10px;
    margin-right: 230px;
    font-size: 22px;
  }

  .banner-image {
    width: 80%;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .paragraph-2.hm-abt-para {
    font-size: 20px;
    line-height: 30px;
  }

  .hm-abt-h4 {
    font-size: 40px;
  }

  .hm-abt-h2 {
    font-size: 50px;
  }

  .hm-abt-text {
    width: 100%;
  }

  .client-name {
    font-size: 26px;
  }

  .clnt-degs {
    font-size: 20px;
  }

  .test-date {
    font-size: 18px;
  }

  .testimonial-para {
    font-size: 18px;
    line-height: 30px;
  }

  .hm-frt-hd {
    font-size: 40px;
    line-height: 40px;
  }

  .hm-frt-para {
    font-size: 18px;
    line-height: 30px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .heading-3.about-btm-hd {
    font-size: 22px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .about-us-para {
    font-size: 16px;
    line-height: 30px;
  }

  .presd-hd {
    font-size: 20px;
  }

  .about-btm-para {
    font-size: 16px;
  }

  .training-img {
    margin-top: 100px;
  }

  .bhs-about-para {
    font-size: 16px;
  }

  .bhs-desp {
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .bhs-desp-bg {
    padding-top: 190px;
  }

  .bhs-desp-bg.download-desp-bg {
    width: 80%;
  }

  .bhs-desp-h1 {
    font-size: 50px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 28px;
  }

  .bhs-desp-img {
    top: -150px;
    right: 20px;
    width: 40%;
  }

  .contractor-text {
    font-size: 14px;
  }

  .download-h4 {
    font-size: 20px;
  }

  .download-para {
    font-size: 16px;
  }

  .fix-h1 {
    font-size: 50px;
  }

  .asst-h1 {
    font-size: 50px;
  }

  .asst-para {
    font-size: 16px;
  }

  .asst-img {
    top: -100px;
    right: 50px;
    width: 40%;
  }

  .contact-baneer {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-h1 {
    margin-bottom: 100px;
  }

  .contact-image {
    width: 35%;
  }

  .contact-des {
    width: 70%;
  }

  .database-img {
    margin-bottom: 100px;
  }

  .db-para {
    font-size: 17px;
    line-height: 28px;
  }

  .faq-heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  body {
    overflow: hidden;
  }

  .background-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .navbar-main {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    overflow: visible;
    width: 100%;
    margin-left: 0px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu {
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fafafa;
  }

  .nav-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button {
    min-width: 120px;
    padding: 10px;
    font-size: 14px;
  }

  .button.light-button {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .button.light-button.icon-button {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button.light-button.icon-button.mobile-cart {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    border-width: 0px;
  }

  .button.light-button.nav-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button.nav-button {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .button.banner-button {
    margin-left: 0px;
  }

  .button.hm-frt-btn {
    width: 130px;
    margin-top: 120px;
  }

  .button.training-btm-btn.training-btn-long {
    width: 280px;
  }

  .form-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-heading {
    margin-bottom: 60px;
    text-align: left;
  }

  .section-heading.heading-center {
    text-align: center;
  }

  .quick-link-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quick-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-logo {
    height: 60px;
  }

  .nav-logo {
    display: block;
  }

  .product-container {
    width: 100%;
  }

  .background-section-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .small-heading {
    margin-bottom: 30px;
  }

  .cart-product-name {
    font-size: 16px;
  }

  .bill-address-container {
    margin-top: 40px;
  }

  .toggle-button {
    padding: 5px 0px;
  }

  .toggle-button:hover {
    background-color: transparent;
  }

  .toggle-button:active {
    background-color: transparent;
  }

  .toggle-button:focus {
    background-color: transparent;
  }

  .toggle-button:focus-visible {
    background-color: transparent;
  }

  .toggle-button[data-wf-focus-visible] {
    background-color: transparent;
  }

  .toggle-button.w--open {
    background-color: transparent;
  }

  .icon {
    color: #936;
  }

  .mobile-nav-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-h1 {
    font-size: 35px;
    line-height: 35px;
  }

  .banner-h2 {
    font-size: 22px;
  }

  .banner-box {
    margin-right: 20px;
    margin-left: 20px;
  }

  .banner-h4 {
    margin-right: 120px;
    font-size: 14px;
  }

  .banner-image {
    width: 60%;
    margin-right: 60px;
  }

  .banner-bottom-col {
    margin-top: 30px;
  }

  .banner-scroll-to {
    margin-top: 20px;
  }

  .home-about {
    margin-top: 60px;
  }

  .hm-abt-h4 {
    font-size: 20px;
  }

  .hm-abt-h2 {
    font-size: 30px;
  }

  .testimonial-box {
    height: 500px;
  }

  .home-footer-top {
    margin-top: 71px;
  }

  .home-frt-col {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hm-frt-hd {
    font-size: 24px;
    line-height: 25px;
  }

  .hm-frt-para {
    margin-top: 10px;
  }

  .aout-us-img {
    margin: 60px 10px;
  }

  .president-box {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .presd-col-left.presdt-col {
    padding-right: 10px;
  }

  .presd-col-right.presdt-col {
    padding-left: 10px;
  }

  .presd-hd {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .presd-para {
    color: hsla(0, 0%, 100%, 0.9);
  }

  .prsdt-img {
    width: 80px;
  }

  .about-bottom {
    margin-top: 60px;
  }

  .about-btm-h1 {
    margin-top: 80px;
  }

  .training-seminar {
    margin-top: 60px;
  }

  .training-para {
    margin-top: 20px;
    line-height: 22px;
  }

  .training-img {
    width: 90%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .yellow-background {
    left: 0%;
    top: -100px;
    right: 0%;
    width: 100%;
    height: 600px;
  }

  .bhs-about-image {
    width: 70%;
  }

  .bhs-desp {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .bhs-desp-bg {
    width: 96%;
    padding-top: 180px;
  }

  .bhs-desp-h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .bhs-desp-h1.dwn-h1 {
    margin-top: 30px;
    line-height: 30px;
  }

  .paragraph-3.download-dep-para {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .bhs-desp-img {
    top: 30px;
  }

  .contractor-cont {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contractor-item {
    width: 31%;
  }

  .bhs-desp-cont {
    padding-right: 60px;
    padding-left: 60px;
  }

  .download-bottom {
    margin-top: 100px;
  }

  .asst-div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .contact-baneer {
    margin-right: 10px;
    margin-left: 10px;
  }

  .cinfo-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cinfo-item {
    width: 100%;
  }

  .cinfo-item.cinfo-item-2nd {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 0%;
    border-width: 1px 0px;
    border-top-style: solid;
    border-top-color: hsla(0, 0%, 100%, 0.8);
    border-bottom-style: solid;
    border-bottom-color: hsla(0, 0%, 100%, 0.8);
  }

  .contact-image {
    top: -30px;
    width: 50%;
  }

  .database-img {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .database-cont {
    margin-right: 10px;
    margin-left: 10px;
  }

  .faq-heading {
    width: 100%;
  }

  .faq-box {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .background-section {
    padding-bottom: 100px;
    background-size: cover;
  }

  .button.purchase-button {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .button.hm-frt-btn {
    margin-top: 10px;
    margin-left: 0px;
  }

  .button.about-btm-btn {
    margin-top: 20px;
  }

  .button.training-btm-btn.training-btn-long {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button.download-btn {
    margin-bottom: 60px;
  }

  .from-container {
    margin-bottom: 0px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .column.image-container-with-form {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-section-2 {
    padding-bottom: 100px;
    background-size: cover;
  }

  .product-box {
    min-height: 300px;
  }

  .bill-details-box {
    margin-top: 40px;
  }

  .field-text-box.field-text-box-half-left {
    margin-right: 0px;
  }

  .field-text-box.field-text-box-half-right {
    margin-left: 0px;
  }

  .field-text-box.field-full.contact-field-box {
    margin-bottom: 40px;
    position: relative;
  }

  .field-text-box.contact-field-box {
    margin-bottom: 40px;
    position: relative;
  }

  .field-text-label {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
  }

  .field-input-box {
    height: 50px;
    font-size: 14px;
  }

  .success-message {
    width: 90%;
    margin-top: 20px;
  }

  .error-message {
    width: 90%;
    margin-top: 20px;
  }

  .banner-h4 {
    margin-right: 240px;
  }

  .banner-scroll-to {
    margin-top: 0px;
  }

  .home-about {
    margin-top: 40px;
  }

  .home-parallax {
    height: 300px;
    margin-top: 40px;
  }

  .home-testimonial {
    margin-top: 100px;
  }

  .slider-arrow.left-arrow {
    left: 0px;
  }

  .slider-arrow.right-arrow {
    right: 0px;
  }

  .slide-qoute {
    width: 70px;
  }

  .slide-qoute-box {
    top: -40px;
  }

  .testimonial-para {
    width: 75%;
    font-size: 14px;
  }

  .testimonial-box {
    height: 500px;
  }

  .home-footer-top {
    margin-top: 60px;
  }

  .hm-frt-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hm-frt-l {
    width: 90%;
  }

  .hm-frt-r {
    width: 100%;
  }

  .about-us-para {
    width: 90%;
  }

  .presd-col-left.presdt-col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .presd-col-right.presdt-col {
    margin-top: 20px;
    padding-left: 0px;
    border-left-width: 0px;
  }

  .about-btm-para {
    margin-right: 10px;
    margin-left: 10px;
  }

  .about-btm-h1 {
    font-size: 30px;
  }

  .column-2 {
    padding-right: 0px;
  }

  .training-img {
    margin-top: 80px;
  }

  .training-btm-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .training-btm-para {
    margin-top: 40px;
  }

  .training-btm-div {
    margin-top: 60px;
  }

  .training-btm-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bhs-desp-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .bhs-desp-bg.download-desp-bg {
    padding-top: 0px;
  }

  .bhs-desp-img {
    position: relative;
    top: auto;
    right: auto;
    overflow: visible;
    width: 50%;
    height: auto;
    margin-top: 40px;
  }

  .bhs-desp-img.dn-img {
    width: 80%;
    margin-top: 20px;
    margin-right: -40px;
  }

  .contractor-h4 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
  }

  .contractor-cont {
    padding-right: 60px;
    padding-left: 60px;
  }

  .contractor-item {
    width: 48%;
  }

  .column-3 {
    overflow: visible;
  }

  .download-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .download-h4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .download-bottom {
    margin-top: 40px;
  }

  .dn-text {
    font-size: 15px;
  }

  .fix-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fix-h1 {
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
  }

  .asst-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .asst-left {
    width: 100%;
  }

  .asst-h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .asst-img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 40px;
  }

  .contact-box {
    width: 100%;
    text-align: center;
  }

  .contact-h1 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .cinfo-h5 {
    margin-bottom: 10px;
  }

  .contact-image {
    position: relative;
    overflow: visible;
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-des {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .db-right {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .background-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-link {
    font-size: 15px;
  }

  .nav-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button.light-button.icon-button.nav-button {
    margin: 15px 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .button.light-button.icon-button.mobile-cart {
    margin-right: 10px;
  }

  .button.light-button.icon-button.mobile-cart.w--current {
    margin-right: 15px;
  }

  .button.light-button.icon-button.cart-web-button.w--current {
    display: none;
  }

  .button.light-button.nav-button {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }

  .button.form-button {
    font-size: 14px;
  }

  .button.nav-button {
    font-size: 14px;
  }

  .text-block-7 {
    font-size: 15px;
  }

  .text-field {
    height: 46px;
    font-size: 14px;
  }

  .form-bottom {
    font-size: 14px;
  }

  .section-heading {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .second-level-heading {
    font-size: 18px;
  }

  .second-level-heading.second-level-last-heading {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px;
  }

  .light-heading {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .light-heading.second-level-heading {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .column.image-container-with-form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-5 {
    margin-top: 60px;
  }

  .product-name {
    font-size: 18px;
  }

  .background-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-box {
    min-height: 300px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-top {
    margin-bottom: 10px;
  }

  .product-price {
    font-size: 26px;
  }

  .product-bottom {
    margin-top: 10px;
  }

  .bill-details-box.bill-address-box {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .form-block.contact-form {
    width: 90%;
  }

  .banner-h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .banner-h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .banner-h4 {
    margin-right: 0px;
    text-align: left;
  }

  .banner-image {
    position: relative;
    top: -60px;
    right: 0px;
    width: 100%;
  }

  .paragraph-2 {
    margin-top: -50px;
  }

  .paragraph-2.hm-abt-para.hm-bhs-para {
    margin-top: 0px;
  }

  .banner-scroll-to {
    margin-top: 20px;
  }

  .hm-abt-h2 {
    font-size: 26px;
  }

  .hm-abt-text {
    width: 100%;
  }

  .home-parallax {
    height: 200px;
  }

  .home-testimonial {
    margin-right: 10px;
    margin-left: 10px;
  }

  .slider-arrow.left-arrow {
    left: -20px;
  }

  .slider-arrow.right-arrow {
    right: -20px;
  }

  .testimonial-para {
    width: 90%;
  }

  .testimonial-box {
    top: -20px;
  }

  .home-frt-col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-3 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .heading-4 {
    font-size: 16px;
  }

  .about-us-para {
    margin-top: 20px;
  }

  .aout-us-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .president-box {
    margin-right: 10px;
    margin-left: 10px;
  }

  .presd-hd {
    font-size: 16px;
    line-height: 20px;
  }

  .prsdt-img {
    width: 60px;
    height: 100px;
  }

  .pred-para {
    font-size: 12px;
  }

  .training-seminar {
    margin-top: 40px;
  }

  .training-para {
    margin-right: 10px;
    margin-left: 10px;
  }

  .training-img {
    margin-top: 80px;
  }

  .training-btm-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .training-btm-h4 {
    font-size: 16px;
  }

  .training-btm-para {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .yellow-background {
    height: 700px;
  }

  .bhs-about-image {
    width: 90%;
  }

  .bhs-desp-img {
    width: 90%;
    margin-top: 60px;
    margin-left: 20px;
  }

  .bhs-contractor {
    display: block;
  }

  .contractor-slider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contractor-item {
    width: 98%;
  }

  .bhs-desp-cont {
    padding-right: 10px;
    padding-left: 10px;
  }

  .download-right {
    margin-right: 10px;
  }

  .dn-icon {
    margin-right: 5px;
  }

  .dn-text {
    font-size: 14px;
  }

  .asst-div {
    padding: 40px 20px;
  }

  .asst-h1 {
    line-height: 40px;
  }

  .contact-des {
    width: 90%;
  }

  .database-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .db-left {
    margin-left: -210px;
  }

  .heading-5 {
    left: 110px;
    font-size: 30px;
  }

  .db-right {
    width: 100%;
    padding-left: 20px;
  }

  .faq-toggle.w--open {
    padding-bottom: 10px;
  }

  .faq-heading {
    font-size: 15px;
  }
}

.numberofcart{
    color: #000000;
    width: 40%;
    float: right;
}

/* new css*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  font-size: 14px;
}

.inputBox{
  width: 100%;
  height: initial;
  margin-bottom: 34px;
  position: relative;
}
.inputBox span{
  font-size: 13px;
  color: #f00;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.verifyDiv{
  display: block;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom:-20px;
  right: 0;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  transition: all .2s;
}
.verifyDiv:hover{
  color: #23527c;
}
.field-text-box.field-full.contact-field-box span{
  font-size: 13px;
  color: #f00;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.field-text-box.contact-field-box span{
  font-size: 13px;
  color: #f00;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.succesIcon{
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: block;
}
.textCenter{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.noteMessage{
  color: #555;
  font-weight: 200;
  line-height: 160%;
  font-size: 26px;
  max-width: 60%;
  margin: 0 auto 60px;
  text-align: center;
}
.noteMessage span{
  font-weight: 400;
}
.downloadInvoice{
  font-size: 20px;
  font-weight: 400;
  color: #936;
  margin: 0 auto 40px;
  transition: all .2s;
}
.downloadInvoice:hover{
  color: #23527c;
}
.invoiceTableWrap{
  width: 100%;
  margin-bottom: 30px;
}
.customeRow{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.w-row form{
  display: flex;
  flex-direction: column;
}
.proCartCard{
  display: flex;
  justify-content: flex-start;
  align-items: center
}
.cart-image{
  width: 50px;
  margin-right: 15px;
}
.cart-product-name{
  width: calc(100% - 65px);
}
.cart-product-price{
    color: #fff;
    font-size: 18px;
    width: 40%;
}
.cartCardHed{
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart-product-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: nowrap;
  margin-right: 50px;
}
.cart-product-description{
  width: 70%;
}
.card-product-triger{
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cardCartBtn{
  width: 36px;
  text-align: right;
}
.cardCartBtn img{
  width: 24px !important;
}
.numberofcart{
  border-radius: 30px;
  text-align:center;
  border: 0px;
  margin: 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 35px;
  background-color: #fff;
}
.numberofcart span{
  font-size: 18px;
}
.table-responsive{
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

.button.light-button.icon-button.mobile-cart{
  position: relative;
  width: 50px;
}
.mobile-cart .cartCount {
  position: absolute;
  top: -18px !important;
  left: 18px;
}
.navbar-main{
  position: fixed;
  z-index: 1000 ;
}
.bgFixed{
  background-color: #f8f9ff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.1);
box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.1);
}
.presd-col-right.presdt-col{
  align-items: flex-start;
}
.presd-col-right.presdt-col .prsed-des{
  width: calc(100% - 140px);
}
.modal-content .modal-header{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal-content .modal-header::before{
  display: none;
}
.modal-content .modal-header::after{
  display: none;
}
.modal .modal-header{
  padding: 0px 0 0 !important;

}
.modal-title{
  font-size: 24px;
  font-weight: 500;
}
.modal .modal-header .close{
  font-size: 35px !important;
}
.modal .modal-content {
  padding-bottom: 0px !important;
  padding: 20px 40px !important;
}
.modal-header{
  border-bottom: 0px;
}
.modal-header {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px !important;
}
.modal-body{
  width: 100%;
  padding: 10px 0px !important;
}
.modal-body .container-fluid {
  padding: 0px !important;
}
.modal-footer {
  padding: 15px 0px !important;
  width: 100%;
  margin: 0 auto;
  border: 0;
}
.modal-body .form-group label{
  font-weight: 500 !important;
  font-size: 14px;
}
.modal-body .form-group{
  margin-bottom: 20px;
  position: relative;
}
.modal-body .form-group input{
  height:40px
}
.form-control{
  font-size: 14px;
  color: #000;
}
.form-control:focus{
  outline: #74244c;
  border-color: #74244c;
  box-shadow: none !important;
}
.form-control::placeholder{
  font-size: 14px;
  color: #999;
  font-weight: 400 !important;
}
.modal-footer button{
    display: flex;
    width: auto;
    margin: 0 auto;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    border: 1px solid #936;
    border-radius: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(#cf4087), to(#936));
    background-image: linear-gradient(90deg, #cf4087, #936);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}
.modal-footer button:hover{
    border-style: solid;
    border-width: 1px;
    border-color: #936;
    background-color: #fff !important;
    background-image: none;
    color: #936;
}
.modal-footer button:focus{
  outline: transparent;
}
.form-group span{
  font-size: 12px;
  color: #f00;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.swal2-styled.swal2-confirm {
    white-space: nowrap;
  background-color: #936 !important;
  border-radius: 50px !important;
  padding: 15px 25px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.swal2-styled.swal2-confirm:focus{
  box-shadow: 0 !important;
  outline: transparent !important;
  box-shadow: 0 0 0 0px #fff, 0 0 0 0px rgba(50, 100, 150, 0) !important;
}
.acc-pro{
  color: #999 !important;
}
/* .btn-info{
  border-radius: 40px;
} */
.account-details .btn-info{
  margin-top: 10px;
}
.btn-info:hover{
  border-style: solid;
  border-width: 1px;
  border-color: #936;
  background-color: #fff !important;
  background-image: none;
  color: #936 !important;
}
.active-box .btn-info{
  margin-top: 10px;
}
.acoount-section-1.w-embed .account-card{
  width: 100%;
}
.modal-div-header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-container.table-with-dropdown{
  width: 100%;
  /* overflow: hidden;
  overflow-x: auto; */
}
.account-section-2.w-embed{
  width: 100%;
}
.account-section-2.w-embed::after{
  display: none;
}
.w-embed:before, .w-embed:after{
  display: none;
}
.table-container table{
  font-size: 14px;
}
.table-heading-right .button{
  white-space: nowrap;
}
.account-section-2.w-embed .table-container table th, table td {
  padding: 10px 14px !important;
  border: none;
}

.btn-primary {
  color: #fff;
  background-color: #993366;
  border-color: #993366;
}
.btn-primary:hover {
  color: #993366;
  background-color: #fff;
  border-color: #993366;
}
.card-page-info{
  text-align: center;
  margin-bottom: 30px;
}
.cart-product-name{
  width: 100%;
}
.w-input, .w-select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 20px;
}
.relativeDiv{
  position: relative;
}
.relativeDiv span{
  font-size: 12px;
  color: #f00;
  font-weight: 400;
  position: absolute;
  left:15;
  bottom: 2px;
}
.flexCenter{
  display: flex;
  justify-content: center;
  align-items: center;
}
.row.w-form.cart-product-name{
  margin-bottom: 0px;
}
.btn.btn-primary{
  color: #fff;
  background-color: #993366;
  border-color: #993366;
}
.btn.btn-primary:hover{
  color: #993366 !important;
  background-color: #fff !important;
  border-color: #993366 !important;
}
.customeRow{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.customeCol-8{
  width: 68%;
}
.customeCol-4{
  width: 29%;
}
.w-checkbox input{
  width: 15px;
  margin-right: 10px;
}
.w-checkbox span{
  width: calc(100% - 25px)
}
.mT-0{
  margin-top: 0;
}
.producrCardWrapper{
  width: 100%;
  margin-bottom: 50px;
}
.cardM{
  padding: 20px 20px;
}


.card{
  width: 100%;
  height: initial;
  padding: 20px;
  border-radius: 20px;
  border: solid 1px #ccc;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all .2s;
}
.card:hover{
  background-color: rgba(153, 51, 102, .1);
  border-color: #993366;
}
.cardCheckWrap{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardCheckWrap img{
  width: 14px;
  filter: invert(1);
  opacity: 0;
}
.addressActive{
  border-color: #993366;
  background-color: rgba(153, 51, 102, .1);

}
.addressActive .cardCheckWrap img{
  opacity: 1;
}
.addressActive .cardCheckWrap{
  background-color: #993366 !important;
}
.radio{
  position: absolute;
  top: 10px;
  right: 15px;
}
.add-details{
  width: 100%;
}
.add-type{
  font-size: 18px;
  color: #993366;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.add-name{
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.add-dtl{
  font-size: 14px;
  color: #555;
  font-weight: 400;
  margin-bottom: 2px;
  display: block;
}
.add-dtl:last-child{
  margin-bottom: 0;
}
.checkoutAddresWrap{
  margin-bottom: 50px;
}
.inputLogin input{
  margin-bottom: 0;
  height: 40px;
}
.quick-link:hover{
  color: #FFF !important;
  opacity: .5;
}
.contact-link.w-inline-block:hover{
  color: #FFF !important;
  opacity: .5;
}
.other-link:hover{
  color: #FFF !important;
  opacity: .4;
}
.button.nav-button{
  transition: all .2s !important;
}
.field-input-box.contact-input-box{
  background-color: transparent !important;
}
.btn-check:focus+.btn-info, .btn-info:focus{
  color: #fff;
  outline: transparent !important;
  box-shadow: none !important;
}
.button.nav-button.product-button:focus{
  color: #fff !important;
}
.btn.btn-primary:focus{
  color: #fff !important;
}
.button.ontact-btn:focus{
  color: #fff !important;
}
.table-heading-right .button:focus{
  color: #fff !important;
}
.button.nav-button:focus{
  color: #fff !important;
}
.cart-product-number a:hover{
  color: #fff !important;
  opacity: .7;
}





































@media screen and (min-width: 1280px){
  .prsdt-img {
    width: 120px;
    height: initial;
    object-fit: contain;
  }

}

@media (max-width: 1080px){
  .container.product-container{
    width: 90%;
  }
  .nav-link{
    padding: 10px 15px;
    font-size: 14px;
  }
  .nav-link div{
    font-size: 15px;
  }
  .cartCount{
    top: 5px !important;
  }
  .text-block-7{
    font-size: 14px;
  }
  .presd-col-right.presdt-col .prsed-des {
    width: calc(100% - 120px);
}
.cartCount {
  top: 14px !important;
  right: 12px !important;
}

}
@media (max-width: 991px){
  body {
      overflow: auto;
  }
  .cart-product-number{
    margin-right: 20px;
  }
  .customeRow{
    margin-top:20px;
    display: block;
  }
  .customeRow .w-col-8{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .customeRow .w-col-4{
    display: block;
    width: 50%;
    margin-left: 50%;
  }
  .button.light-button.icon-button.cart-web-button{
    position: relative;
    top: 25px;
  }
  .button.light-button.icon-button.cart-web-button .cartCount{
    top: -17px !important;
    right: 46px !important;
  }
  .w-nav[data-collapse="medium"] .w-nav-menu{
    padding: 50px;
    position: relative;
  }
  .nav-left{
    text-align: center;
  }
  .nav-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-right{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .closeBtn{
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .w-nav-overlay{
    position: fixed;
    width: 100% !important;
  }
  .w-nav-brand {
    padding-left: 0px !important;
  }
  .button.light-button.icon-button.mobile-cart.w-inline-block{
    min-width:initial !important;
  }
  .president-box .w-row .presd-col-left{
    width: 100%;
  }
  .president-box .w-row .presd-col-right{
    width: 100%;
    margin-top: 20px;
  }
  .presd-col-right{
    border-left: 0;
  }
  .prsdt-img{
    width: 80px;
  }
  .presd-col-right.presdt-col .prsed-des {
    width: calc(100% - 100px);
  }
  .presd-col-right.presdt-col .prsed-des .pred-name{
    padding-top: 0;
    margin-top: 0;
  }
  .account-section-2.w-embed .table-heading .table-heading-left{
    width: initial;
  }
  .account-section-2.w-embed .table-heading .table-heading-right{
    width: initial;
    margin-top: 0;
  }
  .relativeDiv span {
    bottom: -17px;
}
  .checkoutRow .customeCol-8{
    width: 100%;
  }
  .checkoutRow .customeCol-4{
    width: 50%;
    margin-left: 50%;
  }

}
@media (max-width:600px){
  .form-column .form{
    width: 100%;
  }
  .noteMessage {
    font-size: 18px;
    max-width: 100%;
    margin: 0 auto 40px;
  }
  .succesIcon{
    width: 60px;
    height: 60px;
  }
  .downloadInvoice{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    font-size: 14px;
  }
  .customeRow .w-col-4{
    display: block;
    width: 100%;
    margin-left: 0%;
  }
  .container.product-container{
    width: 100%;
  }
  .bill-details-box {
    margin-top: 0px;
  }
  .cart-added{
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
  }
  .bill-details-box{
    border-radius: 20px;
  }
  .cart-product-description{
    width: 100%;
    flex-direction: column;
  }
  .cartCardHed{
    width: 100%;
  }
  .cart-product-price {
    width: 100%;
    padding-left: 65px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .card-product-triger{
    width: 100%;
    padding-left: 65px;
    justify-content: flex-start;
    position: relative;
  }
  .cardCartBtn{
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .w-nav-brand {
    padding-left: 0px !important;
  }
  .home-about{
    padding-left: 20px;
    padding-right: 20px;
  }
  .presd-col-right.presdt-col{
    flex-direction: column;
  }
  .prsdt-img {
    width: 140px;
    height: initial;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .prsed-des{
    width: 100% !important;
    text-align: center !important;
  }
  .about-bottom {
    margin-top: 20px;
  }
  .about-bottom .heading-3.about-btm-hd{
    margin-bottom: 20px;
  }
  .modal .modal-content {
    padding: 20px 20px !important;
  }
  .modal-body .col-md-6{
    width: 100%;
    display: block;
  }
  .card-wrapper{
    margin: 0 auto;
  }
  .bill-details-box{
    padding: 20px ;
  }
  .checkoutRow .customeCol-4{
    width:100%;
    margin-left: 0%;
  }

}
@media screen and (max-width: 479px){
  .w-nav-brand {
    padding-left: 0px !important;
  }
  .card-wrapper{
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px){

  .card-wrapper{
    margin: 0 auto !important;
    padding-left: 24px;
  }
  .card-wrapper>.jp-card-container {
    transform: scale(.800) !important;
    transform-origin: left center;
  }
}

.swal2-cancel.swal2-styled {
    white-space: nowrap;
    background-color: #222 !important;
    border-radius: 50px !important;
    padding: 15px 25px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.swal2-cancel.swal2-styled:hover {
background-color: #000 !important;
border-radius: 50px !important;
padding: 15px 25px !important;
font-size: 16px !important;
font-weight: 500 !important;
background-color: #fff;
border-color: #000;
}
.swal2-actions{
    flex-wrap: nowrap !important;
}

.buttondisabled{
    background-color: #999 !important;
    color: #ccc !important;
    cursor: default !important;
    background-image: none;
    border: solid 1px #999;
    border-color: #999 !important;
}

.buttondisabled:hover{
    background-color: #999 !important;
    color: #ccc !important;
    cursor: default !important;
    background-image: none;
    border: solid 1px #999;
    border-color: #999 !important;
}


p.paragraph-2 {
    margin: 0 10px !important;
}
