* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* font-family: 'Rubik', sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
}

body {
  max-width: 100%;
}

div#header {
  /* position: absolute; */
  z-index: 2;
  width: 100%;
  background: #333;
  z-index: 1000;
  transition: all 0.8s;
  position: relative;
}

.content,
.content1 {
  color: #fff;
  background-color: #fff;
  margin-bottom: 30px;
  border: none;
  display: none;
  padding: 37px 27px;
}

.hero-heading {
  max-width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* height: 99%; */
  margin-top: 0px;
}

.hero-heading .content {
  width: 48%;
  color: #222;
  margin-top: 47px;
}

.hero-heading .content h1 {
  /* padding-bottom: 24px; */
  line-height: 1.5em;
}

.hero-heading .btns {
  margin-top: 24px;
}

.hero-heading .btns a {
  text-decoration: none;
  color: #000;
  background-color: #fdc02f;
  padding: 12px 24px;
  border-radius: 50px;
  display: inline-block;
}

.btns a:nth-child(even) {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 24px;
}

.hero-heading .form-section {
  /* width: 36%; */
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 14px;
}

.form-section .form-control {
  width: 90%;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  /* color: #fff; */
}

.flex {
  display: flex;
  text-align: left;
  margin-left: 24px;
  margin-right: 30px;
  margin-bottom: 24px;
}

.ch-lbl {
  font-size: 13px;
  line-height: 1.5em;
}

.form-check-inline {
  margin-right: 12px;
}

.btn-submit {
  background-color: #189494;
  color: white;
  border-radius: 6px !important;
  border: none !important;
}

.Mandatory {
  text-align: left;
  margin-left: 24px;
  margin-bottom: 24px;
}

.brochure-head {
  color: #189494;
}

.brochure-head h1 {
  font-size: 45px;
}

.content img {
  margin-bottom: 24px;
  width: 100%;
}

.content h2 {
  margin-bottom: 12px;
  line-height: 1.5em;
}

.content p {
  line-height: 1.5em;
}

.btn-submit {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.form-section-1 {
  background-color: #e6f3f3;
  width: 44%;
  border-radius: 10px;
}

.form-section {
  width: 90%;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.form-head {
  text-align: left;
}

.form-head h3 {
  margin-left: 24px;
  /* padding-bottom: 12px; */
}

.form-head p {
  margin-left: 24px;
  padding-bottom: 18px;
  line-height: 1.5em;
}

.form-head h3 {
  margin-top: 24px;
}

.brochure-head-1 {
  display: none;
}

.error {
  text-align: left !important;
  font-weight: normal;
  font-size: 12px !important;
  margin-top: -20px;
}

#email-error {
  font-size: 12px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-check-label {
  position: relative;
}

#checkbox-error {
  position: absolute !important;
}

.form-group {
  margin-bottom: 0px !important;
}

.form-group .popup-msg {
  display: none;
  padding-top: 48px;
  color: rgb(187, 114, 2);
  position: absolute;
  gap: 3px;
  font-size: 13px;
  right: 12%;
}

.form-section h3.thankyou-brochure {
  font-size: 26px;
  color: black;
  text-align: center;
  padding: 15px;
  margin-bottom: 0px;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .hero-heading {
    /* flex-direction: column-reverse; */
    flex-direction: column;
  }

  .hero-heading .content {
    width: 100%;
  }

  .form-section-1 {
    width: 111%;
    margin-top: 30px;
    border-radius: 0px;
  }

  .form-head {
    width: 93%;
  }

  .form-section {
    width: 63%;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .form-group .popup-msg {
    display: none;
    padding-top: 48px;
    color: rgb(187, 114, 2);
    position: absolute;
    gap: 3px;
    font-size: 12px;
    right: unset;
  }

  .form-section h3.thankyou-brochure {
    font-size: 18px;
    color: black;
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
    border-radius: 3px;
  }
}

@media only screen and (max-width: 600px) {
  .hero-heading .form-section {
    width: 86%;
  }
}

@media only screen and (max-width: 480px) {
  .content img {
    width: 98%;
  }

  .content {
    padding: 15px;
  }

  .f-section {
    padding-top: 100px;
  }

  .hero-heading .form-section {
    width: 86%;
  }

  .form-head {
    width: 100%;
  }

  .hero-heading .content {
    /* margin-left: 20px; */
  }

  content h2 {
    font-size: 20px;
  }

  /* .content img {
        display: none;
    } */
}

.form-section .form-control {
  width: 90%;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  /* color: #fff; */
}

.flex {
  display: flex;
  text-align: left;
  margin-left: 24px;
  margin-right: 30px;
  margin-bottom: 24px;
}

.ch-lbl {
  font-size: 13px;
  line-height: 1.5em;
}

.form-check-inline {
  margin-right: 12px;
}

.Mandatory {
  text-align: left;
  margin-left: 24px;
  margin-bottom: 24px;
}

.brochure-head {
  color: #189494;
}

.brochure-head h1 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 0;
}

.brochure-content img {
  margin-bottom: 24px;
  width: 100%;
}

.brochure-content h2 {
  margin-bottom: 12px;
  line-height: 1.5em;
}

.brochure-content p {
  line-height: 1.5em;
}

.btn-submits {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.form-submits form-submits {
  background-color: #189494;
}

.form-section-1 {
  background-color: #e6f3f3;
  width: 44%;
  border-radius: 10px;
}

.form-section {
  width: 90%;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 24px;
}

.form-head {
  text-align: left;
}

.form-head h3 {
  margin-left: 24px;
  /* padding-bottom: 12px; */
}

.form-group {
  margin-left: 24px !important;
}

.form-head p {
  margin-left: 24px;
  padding-bottom: 18px;
  line-height: 1.5em;
  width: 90%;
}

.form-head h3 {
  margin-top: 24px;
  color: #333;
  font-weight: 700;
}

.brochure-head-1 {
  display: none;
}

.btn-submit {
  background-color: #189494 !important;
  color: white !important;
  border-radius: 6px !important;
  border: none !important;
}

.form-check-inline {
  position: relative;
}

#checkbox-error {
  bottom: -24px;
  margin-left: -14px;
  max-width: 500px !important;
  width: 500px;
}

.form label {
  font-weight: normal !important;
}

@media only screen and (max-width: 767px) {
  .hero-heading {
    /* flex-direction: column-reverse; */
    flex-direction: column;
  }

  .hero-heading .brochure-content {
    width: 90%;
  }

  .form-section-1 {
    width: 111%;
    margin-top: 30px;
    border-radius: 0px;
  }

  .form-head {
    width: 93%;
  }

  .form-section {
    width: 63%;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  #productbrochureform #email-error {
    margin-top: unset;
  }
}

@media only screen and (max-width: 600px) {
  .hero-heading .form-section {
    width: 86%;
  }
}

@media only screen and (max-width: 1200px) {
  .form-section h3.thankyou-brochure {
    font-size: 18px;
    color: black;
    text-align: center;
    padding: 15px;
    margin-bottom: 0px;
    border-radius: 3px;
  }
}

@media only screen and (max-width: 480px) {
  .brochure-content img {
    width: 100%;
  }

  .hero-heading .form-section {
    width: 86%;
  }

  .form-head {
    width: 100%;
  }

  .hero-heading .brochure-content {
    margin-left: 20px;
  }

  brochure-content h2 {
    font-size: 20px;
  }

  .form-head h3 {
    font-size: 20px;
  }

  .content {
    margin-bottom: 0px !important;
  }

  .content img {
    width: 100%;
    margin-bottom: 0px;
  }

  .f-section {
    padding-top: 2px;
  }

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

  #productbrochureform #email-error {
    margin-top: unset;
  }

}

.flickr-widget li,
.fw-video-close:hover,
.gform_wrapper input[type="submit"],
.loved-item:hover .loved-count,
.mymail-form input[type="submit"],
.portfolio-grid li,
.recent-post figure,
.sticky-post-icon,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce .wc-new-badge,
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce .widget_layered_nav ul li.chosen>*,
.woocommerce nav.woocommerce-pagination ul li span.current,
.wpcf7 input.wpcf7-submit[type="submit"],
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a,
figcaption .product-added,
input[type="submit"],
span.dropcap4,
span.highlighted {
  background-color: #189494 !important;
  color: #fff;
}