/*Font Includes*/
@font-face {
  font-family: light_font;
  src: url("../fonts/poppins_light.ttf");
}

@font-face {
  font-family: reg_font;
  src: url("../fonts/poppins_reg.ttf");
}

@font-face {
  font-family: med_font;
  src: url("../fonts/poppins_med.ttf");
}

@font-face {
  font-family: semi_font;
  src: url("../fonts/poppins_semi.ttf");
}

@font-face {
  font-family: bold_font;
  src: url("../fonts/poppins_bold.ttf");
}

@font-face {
  font-family: header_font;
  src: url("../fonts/cinzel.ttf");
}

/*GLobal Colors*/
/*GLobal Variables*/
/*GLobal Variables*/
/*Functions and Mixin*/
/* Mixin and Function End*/
body {
  /*Common Body Styles Start*/
  font-family: reg_font;
  background-color: white;
  /*Common Elements Style*/
  /*Common Body Responsive Styles Start*/
}

body p,
body .content_ul li {
  color: #000;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  line-height: 1.8em;
}

body p.primary,
body .content_ul li.primary {
  color: #d7b344;
}

body p.accent,
body .content_ul li.accent {
  color: #000;
}

body p.secondary,
body .content_ul li.secondary {
  color: #c32800;
}

body p.white,
body .content_ul li.white {
  color: #fff;
}

body p.align_justify,
body .content_ul li.align_justify {
  text-align: justify;
}

body p.align_left,
body .content_ul li.align_left {
  text-align: left;
}

body p.align_right,
body .content_ul li.align_right {
  text-align: right;
}

body p.reg,
body .content_ul li.reg {
  font-family: reg_font;
}

body p.semi,
body .content_ul li.semi {
  font-family: semi_font;
}

body p.bold,
body .content_ul li.bold {
  font-family: bold_font;
}

body p.light,
body .content_ul li.light {
  font-family: light_font;
}

body p.med,
body .content_ul li.med {
  font-family: med_font;
}

body p.header_font,
body .content_ul li.header_font {
  font-family: header_font;
}

body .content_ul ul,
body .content_ul ol {
  padding-top: 30px;
}

body .content_ul li {
  padding-top: 0;
}

body .common_header {
  padding: 0;
  margin: 0;
  padding-top: 30px;
  font-family: semi_font;
  color: #000;
  line-height: 1.2em;
}

body .common_header.primary {
  color: #d7b344;
}

body .common_header.accent {
  color: #000;
}

body .common_header.secondary {
  color: #c32800;
}

body .common_header.white {
  color: #fff;
}

body .common_header.reg {
  font-family: reg_font;
}

body .common_header.semi {
  font-family: semi_font;
}

body .common_header.bold {
  font-family: bold_font;
}

body .common_header.light {
  font-family: light_font;
}

body .common_header.med {
  font-family: med_font;
}

body .common_header.header_font {
  font-family: header_font;
}

body .common_header span {
  font-family: bold_font;
  color: #d7b344;
}

body .common_header span.primary {
  color: #d7b344;
}

body .common_header span.accent {
  color: #000;
}

body .common_header span.secondary {
  color: #c32800;
}

body .common_header span.white {
  color: #fff;
}

body .common_header span.reg {
  font-family: reg_font;
}

body .common_header span.semi {
  font-family: semi_font;
}

body .common_header span.bold {
  font-family: bold_font;
}

body .common_header span.light {
  font-family: light_font;
}

body .common_header span.med {
  font-family: med_font;
}

body .common_header span.header_font {
  font-family: header_font;
}

body .common_anchor {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 30px;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #d7b344;
  border-radius: 8px;
}

body .common_anchor:hover {
  text-decoration: none;
  color: #fff;
  background-color: #c32800;
}

body .common_anchor.secondary {
  background-color: #c32800;
  color: #000;
}

body .common_anchor.secondary:hover {
  background-color: #000;
  color: #fff;
}

body .gridContainer {
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto;
}

body .table_wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .cell_wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body .btn-group {
  display: inline-block;
  margin-top: 30px;
}

body .btn-group button {
  padding: 12px;
  font-family: reg_font;
  background-color: #fff !important;
  background: none;
  border-color: #ccc;
  border-radius: 8px;
}

body .btn-group a:hover {
  background: none;
  background-color: #d7b344 !important;
  color: #000;
}

body .form_field {
  margin-top: 30px;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 100%;
}

body .nav.nav-tabs {
  margin-top: 30px !important;
}

body .nav.nav-tabs li a {
  color: #000;
}

body .nav.nav-tabs li.active a {
  background-color: #d7b344;
}

body input[type=text] {
  background-color: #fff;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@keyframes rotation_minus {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

@media only screen and (min-width: 1600px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 16px;
  }
  body .common_header {
    font-size: 70px;
  }
  body .common_header.large {
    font-size: 100px;
  }
  body .gridContainer {
    width: 95.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1500px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 15px;
  }
  body .common_header {
    font-size: 60px;
  }
  body .common_header.large {
    font-size: 80px;
  }
  body .gridContainer {
    width: 85.5%;
    min-width: 1250px;
    padding-left: 0.75%;
    padding-right: 0.75%;
  }
}

@media only screen and (max-width: 1100px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 14px;
  }
  body .common_header {
    font-size: 60px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 786px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 13px;
  }
  body .common_header {
    font-size: 60px;
  }
  body .common_header.large {
    font-size: 70px;
  }
  body .gridContainer {
    width: 95.675%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;
    min-width: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  body p,
  body .btn-group a,
  body .btn-group,
  body .btn-group button,
  body .form_field,
  body .content_ul li,
  body .nav.nav-tabs li a {
    font-size: 13px;
  }
  body .nav.nav-tabs li {
    float: none;
    display: inline-block;
  }
  body .nav.nav-tabs {
    white-space: nowrap;
    overflow-x: scroll;
  }
  body .common_header {
    font-size: 40px;
  }
  body .common_header.large {
    font-size: 50px;
  }
  body .gridContainer {
    width: 95.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
  }
  body a.common_anchor {
    font-size: 13px;
  }
}

body .gridContainer.small_test_wrap {
  max-width: 900px;
  min-width: auto;
  width: auto;
  background-color: #fff;
  padding: 30px !important;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 4px 5px 21px 1px rgba(0, 0, 0, 0.11);
}

.full_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.half_wrap {
  width: 50%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

/*Home starts*/
.common_slider_wrap .mobile {
  display: none;
}

.common_slider_wrap.margin_top {
  margin-top: 90px;
}

.common_slider_wrap img {
  width: 100%;
  max-width: none;
}

.common_data_wrap {
  text-align: center;
  margin-top: 90px;
}

.common_data_wrap .gridContainer {
  max-width: 900px;
  min-width: auto;
}

.common_data_wrap.margin {
  margin-top: -90px;
}

.common_data_wrap.margin .gridContainer {
  max-width: 1250px;
}

.home_bird_image_wrap {
  margin-top: 90px;
  z-index: 40;
}

.home_bird_image_wrap .bird_element {
  position: absolute;
  right: 300px;
  top: 40px;
}

.category_wrap {
  background: url("../images/red_overview.jpg") fixed center no-repeat;
  background-size: cover;
  margin-top: -15vh;
  padding-bottom: 90px;
}

.category_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.category_wrap ul li {
  width: 22.75%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
}

.category_wrap ul li:nth-child(4n+0) {
  margin-right: 0;
}

.category_wrap .top_description_wrap .data_wrap {
  float: right;
  padding-top: 20vh;
  padding-bottom: 10vh;
  padding: 60px;
}

.bg_content_wrap {
  background: url(../images/bottom_overview.jpg) fixed no-repeat;
  background-size: cover;
  padding-top: 30vh;
  padding-bottom: 30vh;
  margin-top: 90px;
}

.bg_content_wrap .parent_wrap {
  z-index: 20;
}

.form_tag_wrap .half_wrap:nth-child(odd) {
  padding-right: 20px;
}

.form_tag_wrap .half_wrap:nth-child(even) {
  padding-left: 20px;
}

.numbers_wrap {
  margin-top: 90px;
}

.numbers_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.numbers_wrap ul li {
  width: 22.75%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
}

.numbers_wrap ul li:nth-child(4n+0) {
  margin-right: 0;
}

.numbers_wrap .common_header {
  padding-bottom: 30px;
  border-bottom: 2px solid #d7b344;
}

.bottom_feature_wrap {
  padding-top: 90px;
  padding-top: 90px;
}

.bottom_feature_wrap .title_wrap {
  margin-top: 90px;
}

.bottom_feature_wrap .title_wrap .common_header {
  padding-right: 40%;
}

.bottom_feature_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.bottom_feature_wrap ul li {
  width: 31.33333%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
}

.bottom_feature_wrap ul li:nth-child(3n+0) {
  margin-right: 0;
}

.bottom_feature_wrap ul li img {
  width: 100%;
  max-width: none;
}

.bottom_feature_wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  background: url(../images/purple_overiew.jpg) fixed center no-repeat;
  background-size: cover;
}

.bottom_feature_wrap .common_header {
  font-size: 30px;
}

/*Home Ends*/
/*PDP Starts*/
.product_list_wrap {
  margin-top: 30px;
}

.product_list_wrap .form_parent_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  width: 40%;
  float: left;
}

.product_list_wrap .form_parent_wrap .common_header {
  font-size: 40px;
}

.product_list_wrap .form_parent_wrap .common_anchor {
  width: 100%;
  text-align: center;
}

.product_list_wrap .list_wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: 60%;
  padding-left: 60px;
  float: right;
}

.product_list_wrap .list_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.product_list_wrap .list_wrap ul li {
  width: 48.5%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 3%;
  margin-top: 30px;
}

.product_list_wrap .list_wrap ul li:nth-child(2n+0) {
  margin-right: 0;
}

/*PDP Ends*/
/*Common Image starts*/
.common_half_wrap {
  margin-top: 90px;
}

.common_half_wrap .data_wrap {
  padding: 30px;
}

.common_half_wrap .parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.common_half_wrap.right .data_wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.common_half_wrap.right .image_wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*About us ends*/
.menu_wrap {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
  width: 100%;
}

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

.menu_wrap .logo {
  width: 300px;
}

.menu_wrap .cta_wrap {
  margin-left: auto;
}

.menu_wrap .cta_wrap .common_anchor {
  margin-top: 0;
}

.menu_wrap .cta_wrap .menu_a {
  display: none;
}

.menu_wrap .menu {
  margin-left: 30px;
}

.menu_wrap .menu > ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.menu_wrap .menu > ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}

.menu_wrap .menu > ul li p {
  padding: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.menu_wrap .menu > ul li .sub-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: auto;
  width: auto;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  background: #fff;
}

.menu_wrap .menu > ul li .sub-menu li {
  margin: 0;
  width: 100%;
}

.menu_wrap .menu > ul li .sub-menu li a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  padding: 5px 10px;
  text-decoration: none;
  padding-right: 30px;
}

.menu_wrap .menu > ul li .sub-menu li a p {
  color: #000;
  white-space: nowrap;
}

.menu_wrap .menu > ul li .sub-menu li a:hover p {
  color: #d7b344;
}

.menu_wrap .menu > ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu_wrap .menu > ul li + li {
  margin-left: 20px;
}

.mobile_menu_wrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 90%;
  background: #fff;
  border-left: 1px solid #ccc;
  height: 100%;
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.mobile_menu_wrap.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile_menu_wrap .close_wrap {
  float: right;
  display: inline-block;
  position: relative;
  width: 70px;
  padding: 20px;
}

.mobile_menu_wrap ul {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.mobile_menu_wrap ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e9e6e6;
}

.mobile_menu_wrap ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
}

.mobile_menu_wrap ul li a p {
  padding: 10px 20px;
  color: #333;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile_menu_wrap ul li a p img {
  width: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile_menu_wrap ul li a.active p img {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.mobile_menu_wrap ul li .sub-menu {
  display: none;
  background: #f7f7f7;
}

.mobile_menu_wrap ul li .sub-menu li a p {
  padding-left: 40px;
}

.footer_wrap {
  background: url("../images/footer_bg.jpg") center top no-repeat;
  padding-top: 300px;
  padding-bottom: 200px;
  margin-top: 90px;
}

.footer_wrap .gridContainer {
  max-width: 1250px;
}

.footer_wrap .inner_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.footer_wrap .inner_wrap .col {
  width: 25%;
  margin-bottom: 30px;
  padding-right: 30px;
}

.footer_wrap .inner_wrap p {
  color: #fff;
  padding-top: 0;
}

.whatsapp_fix {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.whatsapp_fix a {
  float: left;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 10px;
  color: #000;
  font-size: 14px;
  border-radius: 30px;
}

.whatsapp_fix a img {
  display: inline-block;
  width: 40px;
}

/*Responsive Starts*/
@media only screen and (max-width: 1100px) {
  .menu_wrap .logo {
    width: 230px;
  }
  /*Home starts*/
  .home_bird_image_wrap .bird_element {
    right: 100px;
    top: 40px;
    width: 400px;
  }
  /*Home Ends*/
}

@media only screen and (max-width: 786px) {
  .form_tag_wrap .half_wrap:nth-child(odd) {
    padding-right: 10px;
  }
  .form_tag_wrap .half_wrap:nth-child(even) {
    padding-left: 10px;
  }
  .menu_wrap .menu {
    display: none;
  }
  .menu_wrap .cta_wrap .menu_a {
    display: inline-block;
    width: 60px;
    margin-left: 10px;
  }
  /*About starts*/
  .common_half_wrap {
    margin-top: 30px;
  }
  .common_half_wrap .data_wrap {
    padding: 0;
    width: 100%;
  }
  .common_half_wrap .image_wrap {
    width: 100%;
  }
  .common_half_wrap .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .common_half_wrap.right .data_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .common_half_wrap.right .image_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /*About ends*/
  /*PDP Starts*/
  .product_list_wrap .form_parent_wrap {
    width: 100%;
  }
  .product_list_wrap .form_parent_wrap .common_header {
    font-size: 30px !important;
  }
  .product_list_wrap .list_wrap {
    width: 100%;
    padding: 0;
  }
  /*PDP Ends*/
  /*Home starts*/
  .common_slider_wrap .mobile {
    display: inline-block;
  }
  .common_slider_wrap .desktop {
    display: none;
  }
  .common_data_wrap {
    margin-top: 30px;
  }
  .common_data_wrap.margin {
    margin-top: 30px;
  }
  .home_bird_image_wrap {
    margin-top: 30px;
    overflow: hidden;
  }
  .home_bird_image_wrap .half_wrap {
    width: 100%;
    text-align: center;
  }
  .home_bird_image_wrap .half_wrap img {
    max-width: 80%;
  }
  .home_bird_image_wrap .bird_element {
    top: auto;
    bottom: 90px;
    right: -90px;
  }
  .category_wrap {
    margin-top: -160px;
    padding-top: 140px;
    background-attachment: initial;
  }
  .category_wrap .top_description_wrap .half_wrap {
    width: 100%;
  }
  .category_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 30px;
  }
  .category_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .bg_content_wrap {
    background-attachment: initial;
  }
  .bg_content_wrap .half_wrap {
    width: 100%;
  }
  .numbers_wrap {
    margin-top: 30px;
  }
  .numbers_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 48.5%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 3%;
    margin-top: 30px;
  }
  .numbers_wrap ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .bottom_feature_wrap .title_wrap .common_header {
    padding-right: 0;
  }
  .bottom_feature_wrap ul li {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 30px;
  }
  .bottom_feature_wrap::before {
    height: 400px;
    background-attachment: initial;
  }
  /*Home Ends*/
}

@media only screen and (max-width: 480px) {
  .whatsapp_fix {
    bottom: 20px;
    right: 20px;
  }
  .whatsapp_fix a {
    padding: 5px;
  }
  .form_tag_wrap .half_wrap {
    width: 100%;
  }
  .form_tag_wrap .half_wrap:nth-child(odd) {
    padding-right: 0px;
  }
  .form_tag_wrap .half_wrap:nth-child(even) {
    padding-left: 0px;
  }
  .footer_wrap {
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .footer_wrap .logo_wrap img {
    width: 80%;
  }
  .footer_wrap .inner_wrap .col {
    width: 50%;
  }
  .menu_wrap {
    top: 20px;
  }
  .menu_wrap .logo {
    width: 180px;
  }
  .menu_wrap .cta_wrap .menu_a {
    width: 40px;
  }
  .menu_wrap .cta_wrap .common_anchor {
    display: none;
  }
  /*PDP Starts*/
  .product_list_wrap .form_parent_wrap {
    width: 100%;
  }
  .product_list_wrap .form_parent_wrap .common_header {
    font-size: 25px !important;
  }
  .product_list_wrap .list_wrap {
    width: 100%;
    padding: 0;
  }
  /*PDP Ends*/
  /*Home starts*/
  .category_wrap .half_wrap {
    padding: 0 !important;
    text-align: center;
  }
  .home_bird_image_wrap .bird_element {
    width: 200px;
    bottom: 0;
    right: 10px;
  }
  .bottom_feature_wrap .common_header {
    font-size: 20px;
  }
  /*Home Ends*/
}

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.iframe_popup_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.iframe_popup_wrap iframe {
  width: 100%;
  height: 100%;
}

.form_field.input_error {
  background: #fbd9d9 !important;
}

.error_full_wrap {
  margin-top: 10px;
  color: maroon !important;
}

/*Responsive Ends*/
/*# sourceMappingURL=style.css.map */