/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
/* Mixins */
/*Main Css */
::selection {
  background: #8d21dd;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #8d21dd;
}

/* Contact Form 7*/
.wpcf7-not-valid {
  border: 1px solid #dc3232 !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  margin: 15px 0;
}

span.wpcf7-form-control-wrap input,
textarea {
  margin-bottom: 0 !important;
}

span.wpcf7-not-valid-tip {
  font-size: 80%;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.75;
  color: #646464;
  overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  color: #323232;
}

h1,
.h1 {
  font-size: 55px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 28px;
}

p {
  margin-bottom: 25px;
}

.theme-btn {
  background: #0db077;
  padding: 12px 40px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border: 1px double transparent;
}
.theme-btn i {
  margin-left: 12px;
}
.theme-btn:before {
  content: "";
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline;
  border: 2px solid transparent;
  transition: 0.25s ease-in-out;
}
.theme-btn:hover {
  color: #8d21dd;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
}
.theme-btn:hover::before {
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-color: #8d21dd;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

a,
input[type=submit] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #646464;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
}

.select_arrow {
  position: relative;
  background: #fff;
}
.select_arrow select {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  background: transparent;
  margin: 0;
  width: 100%;
}
.select_arrow:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  color: #000;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.spad {
  padding: 5rem 0;
}

.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Custom Slick Css */
.slick-slide {
  margin: 0 15px;
}

.slick-list {
  margin: 0 -15px;
}

.slick-dots {
  position: relative;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:after {
  color: #fff;
  opacity: 1;
  font-size: 0;
}

.slick-dots li button {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  padding: 0px;
  box-shadow: 0 0 0 0 #8d21dd;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
  position: relative;
  margin: 2px;
  border: 0;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #22013a;
  border: 0;
}

.slick-dots li.slick-active button {
  box-shadow: 0 0 0 2px #8d21dd;
}

/* Hamburger Menu */
.menu-Bar {
  position: relative;
  cursor: pointer;
  width: 32px;
  height: 20px;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 3px;
  width: 32px;
  background: #8d21dd;
  position: relative;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 5px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 10px;
}

.menu-Bar.open span {
  background: #8d21dd;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0;
  transform-origin: right-center;
}

/* Menu Css */
.movable-indicator {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  height: 5px;
  background-color: #8d21dd;
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) all;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.menuWrap {
  display: flex;
  justify-content: flex-end;
}

.menu {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
}

.menu > li > a {
  display: block;
  padding: 10px 20px;
  color: #fff;
}

.menu > li:hover > a,
.menu > li.active > a {
  color: #8d21dd;
}

/* Menu Dropdown CSS */
.menu li.dropdown-nav {
  position: relative;
  display: inline-flex;
}
.menu li.dropdown-nav > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
  color: #8d21dd;
}

ul.dropdown {
  position: absolute;
  min-width: 100%;
  width: 250px;
  left: 0;
  background: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  top: 150%;
  transition: 0.25s top;
  z-index: 999;
}
ul.dropdown li {
  padding: 0;
}
ul.dropdown li a {
  color: #333333;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: block;
  text-transform: capitalize;
}
ul.dropdown li a:hover {
  color: #8d21dd;
}
ul.dropdown li:last-child a {
  border-bottom: 0;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  background: transparent;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  background: #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

.dropdown-nav:hover ul.dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

a.logo {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.main-header {
  padding: 25px 0;
  position: sticky;
  top: 0;
  left: 0;
  background: #22013a;
  z-index: 999;
}

.hdr_r a {
  color: #fff;
}
.hdr_r .theme-btn {
  margin-left: 20px;
}
.hdr_r .theme-btn i {
  margin-right: 12px;
  margin-left: 0;
}

.cart_icon,
.search_btn {
  padding: 5px 18px;
  font-size: 125%;
}

.cart_icon {
  position: relative;
}
.cart_icon span.has_item {
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #8d21dd;
  position: absolute;
  box-shadow: 0 0 0 1px #fff;
  top: 14px;
  right: 15px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.search_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 1rem 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease-in-out;
  transform: translateY(-100px);
}
.search_bar.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search_bar .searchbar_i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.search_bar .searchbar_i button {
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 0 12px 20px;
  font-size: 150%;
}
.search_bar .searchbar_i button i {
  margin: 0;
}
.search_bar .input_group {
  border: 1px solid #333;
  display: flex;
  width: 100%;
}
.search_bar .input_group input {
  flex: 1;
  padding: 12px 20px;
}
.search_bar .input_group input[type=submit] {
  flex: 0 0 auto;
}

/* Main Banner CSS */
.mainBanner {
  position: relative;
  padding-top: 2%;
}
.mainBanner .mb_1 {
  color: #fff;
  padding: 10% 0;
  margin-bottom: 3rem;
}
.mainBanner .mb_1 span {
  display: block;
  text-transform: uppercase;
  color: #8d21dd;
  margin-bottom: 20px;
}
.mainBanner .mb_1 h1 {
  color: #fff;
}
.mainBanner .mb_1 p {
  width: 90%;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.9);
}
.mainBanner .mb_2 {
  padding-left: 15%;
  position: relative;
  height: 100%;
}
.mainBanner .mb_2 > img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.mainBanner .mb_2 .elem {
  position: absolute;
  bottom: 4%;
  right: -4%;
}
.mainBanner .mb_2 .elem img {
  width: 100%;
}
.mainBanner .mb_2_1 {
  position: absolute;
  bottom: 18%;
  left: -4rem;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 200px;
  padding: 15px;
  z-index: 1;
}
.mainBanner .mb_2_1 > div {
  padding: 0 10px;
}
.mainBanner .mb_2_1 > div p {
  margin: 0;
  line-height: 1.25;
  font-weight: bold;
  color: #323232;
}
.mainBanner .mb_2_1 > div div {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #969696;
}
.mainBanner .mb_2_1 > div div i {
  color: #8d21dd;
  font-size: 80%;
  margin-right: 10px;
}
.mainBanner .mb_2_1 .check_circle {
  background: #0db077;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 125%;
}

ul.face_group {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.face_group li {
  margin-left: -12px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #8d21dd;
}
ul.face_group li:first-child {
  margin: 0;
}
ul.face_group li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dark_bg {
  background: #22013a;
}
.dark_bg .section_head {
  color: rgba(255, 255, 255, 0.9);
}
.dark_bg .section_head h2 {
  color: #fff;
}

.section_head {
  margin-bottom: 40px;
}
.section_head span {
  display: block;
  color: #8d21dd;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section_head h2 {
  position: relative;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.section_head h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #8d21dd;
  transition: 1.5s ease-out;
}
.section_head.animated h2:before {
  width: 150px;
}
.section_head.text-center h2::before {
  left: 50%;
  transform: translateX(-50%);
}
.section_head.text-center p {
  margin: 0 auto;
}
.section_head p {
  width: 500px;
  max-width: 100%;
  margin: 0;
}

.slick_arrows span {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0db077;
  color: #fff;
  font-size: 140%;
  margin-left: 20px;
  cursor: pointer;
  transition: 0.35s ease-out;
}
.slick_arrows span:hover {
  background: #eee;
  color: #8d21dd;
}
.slick_arrows .slick-disabled {
  pointer-events: none;
  opacity: 0.25;
  background: #fff;
  color: #323232;
}

.s1_0 {
  position: relative;
}

.s1_1 {
  margin: 30px 0;
  padding: 0 15%;
  text-align: center;
}
.s1_1 span {
  width: 112px;
  height: 112px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #22013a;
  margin-bottom: 25px;
  transition: 0.35s ease;
}
.s1_1 h3 {
  font-size: 20px;
}
.s1_1 a {
  font-size: 18px;
  font-weight: bold;
  color: #0db077;
  text-decoration: underline;
}
.s1_1:hover span {
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
}

.s1_2 {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  z-index: -1;
}

.s2 .section_head {
  margin-bottom: 0;
}

.prod_slider {
  margin-top: 60px;
}

.prod_col {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.prod_col .prod_img {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.prod_col .prod_img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: 0.35s ease-out;
}
.prod_col:hover .prod_img img {
  transform: scale(1.15) rotate(3deg);
}

.prod_desc {
  padding: 15px 20px;
}
.prod_desc .pod_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod_desc .pod_head h3 {
  font-weight: normal;
  margin-bottom: 0;
}
.prod_desc .pod_head img {
  flex: 0 0 auto;
  max-width: 114px;
  mix-blend-mode: multiply;
}
.prod_desc .stars {
  font-size: 70%;
  color: #fdc55e;
  margin-bottom: 20px;
}

.prod_footer {
  display: flex;
  justify-content: space-between;
}
.prod_footer p {
  text-transform: capitalize;
  color: #323232;
}
.prod_footer i {
  color: #8d21dd;
  margin-right: 12px;
}
.prod_footer a {
  width: 70px;
  height: 70px;
  background: #0db077;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -15px;
  margin-right: -20px;
  text-align: center;
  color: #fff;
  font-size: 150%;
}
.prod_footer a i {
  color: #fff;
  margin: 0;
}
.prod_footer button {
  width: 26px;
  height: 26px;
  border: 100%;
  font-size: 80%;
  border-radius: 100%;
  background: #0db077;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease-out;
}
.prod_footer button:hover {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
}
.prod_footer button i {
  margin: 2px 0 0 0;
  color: #fff;
  line-height: 26px;
}
.prod_footer button:first-child {
  border: 1px solid #22013a;
  background: transparent;
  margin-right: 10px;
}
.prod_footer button:first-child i {
  color: #22013a;
}

.progress {
  border-radius: 30px;
  height: 6px;
  width: 500px;
  margin: 60px auto 0 auto;
}

.progress-bar {
  background: #8d21dd;
}

ul.custom_list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #323232;
  text-transform: capitalize;
}
ul.custom_list li {
  margin-bottom: 12px;
}
ul.custom_list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #8d21dd;
  margin-right: 12px;
}

.s3_1 {
  position: relative;
  padding-bottom: 25px;
  padding-right: 10%;
}
.s3_1 img {
  border-radius: 5px;
  width: 100%;
}

.s3_1_1 {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 24px;
  padding: 10px 15px 10px 20px;
  text-align: center;
}
.s3_1_1 p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.s3_1_1 .heart_icon_sm {
  position: absolute;
  top: -10px;
  right: 0;
  color: #fdc55e;
}

.s3_2 ul {
  margin-bottom: 40px;
}

.s4 {
  position: relative;
  margin-bottom: 6rem;
}

.s4_1 {
  padding: 25% 0;
}

.s4_2 {
  position: absolute;
  right: 0;
  top: 4%;
  width: 60%;
  text-align: end;
}

.s5 .section_head {
  margin-bottom: 60px;
}

.s5_0 {
  overflow: hidden;
}

.s5_1 {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  margin: -1px;
}
.s5_1 li {
  flex: 0 0 auto;
  width: 20%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.s5_1 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  bottom: -1px;
  border: 1px solid #ddd;
}

.s7 {
  overflow: hidden;
}
.s7 .section_head {
  margin-bottom: 0;
}
.s7 .slick-dots {
  margin-top: 30px;
}

.s7_slider {
  margin-top: 60px;
  margin-right: -5rem;
}
.s7_slider .slick-list {
  overflow: visible;
}

.s7_1 {
  border-radius: 10px;
  border: solid 1px #f2f2f2;
  background-color: #fff;
  padding: 60px 20px 20px 20px;
  position: relative;
  margin-top: 40px;
  box-shadow: 0 67.1px 109.1px 0 rgba(0, 0, 0, 0.05);
}
.s7_1 .author {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
.s7_1 .author p {
  margin-bottom: 0;
}
.s7_1 .author p strong {
  display: block;
}
.s7_1 .author p span {
  color: #969696;
}
.s7_1 .author .stars {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.s7_1 .author .stars ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 75%;
  color: #fdc55e;
}
.s7_1 .author .stars ul li {
  margin-left: 5px;
}

.author_headshot {
  position: absolute;
  top: -32px;
  left: 20px;
}
.author_headshot img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
}

.site-footer {
  background: #22013a;
  padding-top: 5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.site-footer a.logo {
  margin-bottom: 20px;
}
.site-footer .sf_1 p {
  padding-right: 20%;
}
.site-footer .sf_2 p:first-child {
  font-weight: bold;
  color: #8d21dd;
  font-size: 16px;
}
.site-footer .sf_2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .sf_2 ul li {
  margin-bottom: 15px;
}
.site-footer .sf_2 a {
  color: rgba(255, 255, 255, 0.9);
}
.site-footer .sf_2 a:hover {
  color: #0db077;
}
.site-footer .sf_2 .theme-btn i {
  margin-left: 0;
  margin-right: 12px;
}
.site-footer .sf_2 .theme-btn:hover {
  color: #8d21dd;
}

.ftr_btm {
  border-top: 1px solid #8d21dd;
  margin-top: 4rem;
  padding: 20px 0;
}
.ftr_btm p {
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

/* Inner Pages */
.innerBanner .mb_2 {
  padding-left: 19px;
  position: relative;
  height: 100%;
  margin-left: 10%;
}

.prod_listing_sec .section_head {
  margin-bottom: 60px;
}
.prod_listing_sec .prod_desc {
  background: #f9f9f9;
}

.pl_1 {
  background: #22013a;
  border-radius: 5px;
  padding: 30px;
  position: sticky;
  top: 130px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.pl_1::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #37065a;
}
.pl_1 h3,
.pl_1 h4 {
  color: #fff;
}
.pl_1 h3 {
  font-size: 25px;
  margin-bottom: 40px;
}
.pl_1 h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.pl_1 h4.active {
  color: #8d21dd;
}
.pl_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.pl_1 ul a {
  color: rgba(255, 255, 255, 0.9);
  padding: 4px 0;
  display: block;
}
.pl_1 ul a:hover {
  color: #0db077;
  font-weight: bold;
}

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

.form_style input,
.form_style select,
.form_style textarea {
  background: #f3f3f3;
  height: 65px;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  color: #444;
  transition: 0.25s ease-out;
}
.form_style input:focus,
.form_style select:focus,
.form_style textarea:focus {
  border-left: 4px solid #0db077;
}
.form_style input::placeholder,
.form_style select::placeholder,
.form_style textarea::placeholder {
  color: #444;
}
.form_style .select_arrow {
  background: #f3f3f3;
  border-radius: 5px;
}
.form_style select {
  background: transparent;
}
.form_style input[type=submit] {
  background: #0db077;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  border: 0 !important;
}
.form_style textarea {
  height: 150px;
}

@media (min-width: 1200px) {
  .dropdown-nav:hover ul.dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
    display: block !important;
  }
  span.toggle_submenu {
    display: none;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1599px) {
  h1,
.h1 {
    font-size: 50px;
  }
  .main-header {
    padding: 20px 0;
  }
  .mainBanner {
    padding-top: 0;
  }
  .s4_1 {
    padding: 10% 0;
  }
  .s4 {
    margin-bottom: 4rem;
  }
    .pricingsec_1 {
    padding: 60px 30px;
  }
  .pricingsec_1 h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
	  .s7_1 {
    padding: 30px 20px;
  }
  span.toggle_submenu {
    position: absolute;
    top: 0px;
    right: 0;
    width: 60px;
    height: 56px;
    background: #1a222a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 135%;
    z-index: 1;
  }
  span.toggle_submenu i {
    transition: 0.35s ease-in;
  }
  span.toggle_submenu.active i {
    transform: rotate(45deg);
  }
  .menu-Bar {
    display: inline-block;
    top: 0px;
  }
  .menu-Bar.open {
    position: fixed;
    top: 30px;
    right: 20px;
  }
  .menu {
    display: block;
    padding: 40px 30px;
    width: 320px;
    max-width: 100%;
    margin: auto;
  }
  .menu-header-menu-container {
    margin: auto;
  }
  .menuWrap.open {
    left: 0px;
  }
  .menuWrap.open ul.menu li {
    animation-name: fadeInUp;
    animation-duration: 1.25s;
    animation-fill-mode: both;
  }
  .menuWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    margin: auto;
    background: #22013a !important;
    overflow-y: auto;
    transition: 0.5s all ease-out;
  }
  ul.dropdown {
    position: relative;
    display: none;
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    padding: 10px;
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 0 !important;
    margin-bottom: 0 !important;
  }
  ul.menu li:first-child a {
    border: 0;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
  .menu li.dropdown-nav > a:after {
    display: none;
  }
}
@media (max-width: 768px) {
	  .s7_1 h3 {
    font-size: 24px;
  }
    .s7_1 ul {
    font-size: 14px;
  }
  .woocommerce-cart .woocommerce table.shop_table th,
body.woocommerce-cart table.cart td {
    border-color: #555 !important;
  }
  body .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  body.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 10px;
    width: 100%;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: none;
    margin: auto;
  }
  section.woopagestemp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 70%;
    float: right;
  }
  body .woocommerce table.shop_table td {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout #order_review {
    background: transparent;
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout .woocommerce .col2-set .col-1 {
    margin-bottom: 0;
  }
}

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


@media (max-width: 1200px) {
    .menu-Bar {
        display: block;
        top: -29px !important;
        height: auto;
    }
}


@media (max-width: 1199px) {
    .menu-Bar.open {
        position: fixed;
        top: 30px !important;
        right: 20px;
    }
}


@media (max-width: 767px) {
 
.logo img {
    max-width: 80px !important;
    width: auto !important;
}

.hdr_r {
    padding-top: 0 !important;
    justify-content: center;
    width: 80%;
}

.search_btn {
    padding: 3px 8px;
}

 .user_btn i {
        padding: 0px 10px !important;
 }

.cart_icon {
    padding: 5px 10px;
}

.cart_icon span.has_item {
    top: 14px;
    right: 7px;
}

.menu-Bar {
    margin-top: 52px;
}   

.mainBanner .mb_2 .elem {
    position: absolute;
    bottom: 1%;
    right: -1%;
}    
    
    
.main-header {
    padding: 12px 0;
}

a.logo {
    line-height: 22px;
}

.hdr_r {padding-top: 50px;}

 

.mainBanner {
    height: 510px !important;
}

.banner-content h1 {
font-size: 40px !important;
padding: 0px 0 !important;
line-height: 1.2 !important;
}

.hm-sec1 {
    padding: 50px 0;
}

.common-heading h2 {
    font-size: 26px !important;
    margin-bottom: 5px;
}

.common-heading h3 {
    font-size: 15px !important;
    margin-bottom: 8px ;
}

.common-heading {
    padding-bottom: 10px !important;
}

.fav-pick .mike-pick, .fav-pick2 .mike-pick {
    width: 100%;
}


.fav-pick::before { 
    width: 300px !important;
    height: 300px !important;  
    left: -15px !important; 
}


.fav-pick .mike-pick, .fav-pick2 .mike-pick {
    width: 100% !important;
    padding: 5px;
}

.cart-left {
    width: 100% !important;
}

.cart-left h5, .cart-single h5 {
    font-size: 18px !important;
}

.cart-left select, .cart-right select, .cart-single select, .prod_listing_sec .prod_desc select, .single-product .content-area select {font-size: 12px !important;}

.hm-sec2 p {
    padding-bottom: 5px !important;
}

.hm-sec2 {
    padding-bottom: 40px !important ;
}

tbody, td, tfoot, th, thead, tr { 
    vertical-align: baseline;
}

.hm-sec1 {
        padding: 50px 0 !important;
}

.theme-btn {
    padding: 7px 19px !important;
    font-size: 13px !important;
}

.hm-sec4 {
    padding: 50px 0 !important;
}

.s1_1 {
    margin: 20px 0 !important;
    padding: 0 2% !important;
}

.s1_1 h3 {
    padding: 0px 0 !important;
}

.s1_1 span {
    width: 90px !important;
    height: 90px !important;
}



.theme-btn {
    padding: 7px 19px !important;
    font-size: 13px !important;
}

.hm-sec4 {
    padding: 50px 0 !important;
}

.s1_1 {
    margin: 20px 0 !important;
    padding: 0 2% !important;
}

.s1_1 h3 {
    padding: 0px 0 !important;
}

.s1_1 span {
    width: 90px !important;
    height: 90px !important;
}

.mike-expand {
    padding-top: 30px !important;
}

h2, .h2 {
    font-size: 28px !important; 
}

.slick_arrows span {
    width: 50px !important;
    height: 50px !important;
}

.slick_arrows span i {
    font-size: 18px !important;
}

.spad {
    padding: 4rem 0 !important;
}

.site-footer {
    padding-top: 3rem !important;
    text-align: center !important;
}

footer a.logo {
    font-size: 27px !important;
}

ul.social {
    justify-content: center !important;
}

ul.social a {
    height: 40px !important;
    width: 40px !important;
    font-size: 19px !important;
}

.site-footer .sf_2 p {
    padding-bottom: 0 !important;
    padding-top: 10px;
}

.ftr_btm {
    margin-top: 2rem !important;
}

.site-footer .sf_2 ul {
    margin-bottom: 0px !important;
}

.site-footer .sf_2 p:first-child {
    margin-bottom: 16px !important;
}


h1, .h1 {
    font-size: 26px !important;
}

.innerBanner {
    height: auto !important;
}

.innerBanner .mb_2 {
    margin-left: 0% !important;
    padding-left: 0 !important;
}

.text-right a {
    width: auto !important;
}

.mainBanner .mb_1 {
    margin-bottom: 0 !important;
}

.mainBanner .mb_1 p {
    width: 100% !important;
    margin-bottom: 0 !important;
}

button.theme-btn1 {
    width: 100% !important;
}


.pl_1 ul {
    margin-bottom: 0 !important;
}


.MainSection .col {
    max-width: 100% !important;
}

.prod_col {
    margin-bottom: 25px !important;
    margin-top: 10px !important;
}



.theme-btn1 {
    margin-top: 10px !important;
    margin-left: 5px !important;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: 100% !important;
}

.woocommerce-page main#main {
    padding: 40px 0 !important;
}

.btn3 {
    width: auto !important;
    padding: 10px 30px !important;
}

.rev-img img {
    width: 33% !important;
} 

.s4_2 {
    position: static !important;
    text-align: end !important;
    display: flex !important;
    justify-content: end !important;
    width: 100% !important;
}

.s4 {
    margin-bottom: 1rem !important;
}

.s7_slider {
    margin-right: 0 !important;
    margin-top: 20px !important;
}


 .s7 .slick-dots {
    margin-top: 0px !important;
}

.prod_listing_sec .section_head {
    margin-bottom: 20px !important;
}

.BusinessServicesINTRO h2 {
    margin-bottom: 30px !important;
}

.BusinessServicesINTRO .mb_2 > img {
    width: 100% !important;
    transform: scale(1, 1) !important;
    height: 400px !important;
}

.BusinessServicesINTRO .mb_2 {
    padding-left: 0  !important;
    margin-left: 0 !important;
    padding-bottom: 25px !important;
}

.BusinessServicesINTRO .mb_2 .elem {
    margin: auto !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 > img {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: scale(1.1) !important;
    margin-bottom: 20px !important;
    height: 400px !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 {
    padding-right: 0 !important;
    margin-right: 10px !important;
    margin-left: 10px !important; 
}

 


.BusinessServicesINTRO h2 {
    margin-bottom: 30px !important;
}

.BusinessServicesINTRO .mb_2 > img {
    width: 100% !important;
    transform: scale(1, 1) !important;
    height: 400px !important;
}

.BusinessServicesINTRO .mb_2 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 25px !important;
}

.BusinessServicesINTRO .mb_2 .elem {
    margin: auto !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 > img {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: scale(1.1) !important;
    margin-bottom: 20px !important;
    height: 400px !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 {
    padding-right: 0 !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

section.pricingsec.spad {
    padding: 2rem 0 !important;
}

section.pricingsec.spad.BusinessServicesINTRO {
    padding-bottom: 0 !important;
}

.section_head h2 {
    padding-bottom: 0px !important;
}

.section_head {
    margin-bottom: 20px !important;
}

.pricingsec_1 {
    padding: 30px 22px !important;
}

.pricingsec_1 h3 {
    font-size: 22px !important;
}
 
.pricingsec_pricing p:last-child strong {
    font-size: 35px !important;
}

.pricingsec_1 ul li {
    line-height: 1.6 !important;
}

.pricingsec_1 ul li::before {
    line-height: 1 !important;
}

.price-head p {
    width: 100% !important;
}

.form_style p {
    margin-bottom: 6px !important;
}

.form_style p input.wpcf7-form-control {
    height: 60px !important;
}

.form_style p .wpcf7-form-control::placeholder {
    font-size: 13px !important;
}

.form_style input[type=submit] {
    padding: 0 !important !important;
    height: 56px !important;
}

nav.woocommerce-MyAccount-navigation ul li, nav.woocommerce-MyAccount-navigation ul li a {
    color: #8d21dd !important;
}

.arr-right, .arr-left { 
bottom: 68% !important; 
}

.arr-left {
left: 20px !important;
}


.arr-right {
right: 20px !important;
}



 .user_btn .dropdown {
    left: -48px !important;
}

.banner-content {
    padding-bottom: 0 !important;
}

.banner-content h2 {
    margin-bottom: 8px;
    font-size: 22px !important;
}

.fav-pick .mike-pick span {
    width: 35px !important;
    height: 35px !important;  
    font-size: 18px; 
    line-height: 0;
    padding: 10px;
}

 

}


@media (min-width: 768px) and (max-width: 991.98px) {
    
.main-header {
    padding: 12px 0;
}

a.logo {
    line-height: 22px;
}

.hdr_r {padding-top: 50px;}

 

.mainBanner {
    height: 510px !important;
}

.banner-content h1 {
font-size: 40px !important;
padding: 0px 0 !important;
line-height: 1.2 !important;
}

.hm-sec1 {
    padding: 50px 0;
}

.common-heading h2 {
    font-size: 26px !important;
    margin-bottom: 5px;
}

.common-heading h3 {
    font-size: 15px !important;
    margin-bottom: 8px ;
}

.common-heading {
    padding-bottom: 10px !important;
}

.fav-pick .mike-pick, .fav-pick2 .mike-pick {
    width: 100%;
}


.fav-pick::before { 
    width: 300px !important;
    height: 300px !important;  
    left: -15px !important; 
}


.fav-pick .mike-pick, .fav-pick2 .mike-pick {
    width: 100% !important;
    padding: 5px;
}

.cart-left {
    width: 100% !important;
}

.cart-left h5, .cart-single h5 {
    font-size: 18px !important;
}

.cart-left select, .cart-right select, .cart-single select, .prod_listing_sec .prod_desc select, .single-product .content-area select {font-size: 12px !important;}

.hm-sec2 p {
    padding-bottom: 5px !important;
}

.hm-sec2 {
    padding-bottom: 40px !important ;
}

tbody, td, tfoot, th, thead, tr { 
    vertical-align: baseline;
}

.hm-sec1 {
        padding: 50px 0 !important;
}

.theme-btn {
    padding: 7px 19px !important;
    font-size: 13px !important;
}

.hm-sec4 {
    padding: 50px 0 !important;
}

.s1_1 {
    margin: 20px 0 !important;
    padding: 0 2% !important;
}

.s1_1 h3 {
    padding: 0px 0 !important;
}

.s1_1 span {
    width: 90px !important;
    height: 90px !important;
}



.theme-btn {
    padding: 7px 19px !important;
    font-size: 13px !important;
}

.hm-sec4 {
    padding: 50px 0 !important;
}

.s1_1 {
    margin: 20px 0 !important;
    padding: 0 2% !important;
}

.s1_1 h3 {
    padding: 0px 0 !important;
}

.s1_1 span {
    width: 90px !important;
    height: 90px !important;
}

.mike-expand {
    padding-top: 30px !important;
}

h2, .h2 {
    font-size: 28px !important; 
}

.slick_arrows span {
    width: 50px !important;
    height: 50px !important;
}

.slick_arrows span i {
    font-size: 18px !important;
}

.spad {
    padding: 4rem 0 !important;
}

.site-footer {
    padding-top: 3rem !important;
    text-align: center !important;
}

footer a.logo {
    font-size: 27px !important;
}

ul.social {
    justify-content: center !important;
}

ul.social a {
    height: 40px !important;
    width: 40px !important;
    font-size: 19px !important;
}

.site-footer .sf_2 p {
    padding-bottom: 0 !important;
    padding-top: 10px;
}

.ftr_btm {
    margin-top: 2rem !important;
}

.site-footer .sf_2 ul {
    margin-bottom: 0px !important;
}

.site-footer .sf_2 p:first-child {
    margin-bottom: 16px !important;
}


h1, .h1 {
    font-size: 26px !important;
}

.innerBanner {
    height: auto !important;
}

.innerBanner .mb_2 {
    margin-left: 0% !important;
    padding-left: 0 !important;
}

.text-right a {
    width: auto !important;
}

.mainBanner .mb_1 {
    margin-bottom: 0 !important;
}

.mainBanner .mb_1 p {
    width: 100% !important;
    margin-bottom: 0 !important;
}

button.theme-btn1 {
    width: 100% !important;
}


.pl_1 ul {
    margin-bottom: 0 !important;
}


.MainSection .col {
    max-width: 100% !important;
}

.prod_col {
    margin-bottom: 25px !important;
    margin-top: 10px !important;
}



.theme-btn1 {
    margin-top: 10px !important;
    margin-left: 5px !important;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: 100% !important;
}

.woocommerce-page main#main {
    padding: 40px 0 !important;
}

.btn3 {
    width: auto !important;
    padding: 10px 30px !important;
}

.rev-img img {
    width: 33% !important;
} 

.s4_2 {
    position: static !important;
    text-align: end !important;
    display: flex !important;
    justify-content: end !important;
    width: 100% !important;
}

.s4 {
    margin-bottom: 1rem !important;
}

.s7_slider {
    margin-right: 0 !important;
    margin-top: 20px !important;
}


 .s7 .slick-dots {
    margin-top: 0px !important;
}

.prod_listing_sec .section_head {
    margin-bottom: 20px !important;
}

.BusinessServicesINTRO h2 {
    margin-bottom: 30px !important;
}

.BusinessServicesINTRO .mb_2 > img {
    width: 100% !important;
    transform: scale(1, 1) !important;
    height: 400px !important;
}

.BusinessServicesINTRO .mb_2 {
    padding-left: 0  !important;
    margin-left: 0 !important;
    padding-bottom: 25px !important;
}

.BusinessServicesINTRO .mb_2 .elem {
    margin: auto !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 > img {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: scale(1.1) !important;
    margin-bottom: 20px !important;
    height: 400px !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 {
    padding-right: 0 !important;
    margin-right: 10px !important;
    margin-left: 10px !important; 
}

 


.BusinessServicesINTRO h2 {
    margin-bottom: 30px !important;
}

.BusinessServicesINTRO .mb_2 > img {
    width: 100% !important;
    transform: scale(1, 1) !important;
    height: 400px !important;
}

.BusinessServicesINTRO .mb_2 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 25px !important;
}

.BusinessServicesINTRO .mb_2 .elem {
    margin: auto !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 > img {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: scale(1.1) !important;
    margin-bottom: 20px !important;
    height: 400px !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 {
    padding-right: 0 !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

section.pricingsec.spad {
    padding: 2rem 0 !important;
}

section.pricingsec.spad.BusinessServicesINTRO {
    padding-bottom: 0 !important;
}

.section_head h2 {
    padding-bottom: 0px !important;
}

.section_head {
    margin-bottom: 20px !important;
}

.pricingsec_1 {
    padding: 30px 22px !important;
}

.pricingsec_1 h3 {
    font-size: 22px !important;
}
 
.pricingsec_pricing p:last-child strong {
    font-size: 35px !important;
}

.pricingsec_1 ul li {
    line-height: 1.6 !important;
}

.pricingsec_1 ul li::before {
    line-height: 1 !important;
}

.price-head p {
    width: 100% !important;
}

.form_style p {
    margin-bottom: 6px !important;
}

.form_style p input.wpcf7-form-control {
    height: 60px !important;
}

.form_style p .wpcf7-form-control::placeholder {
    font-size: 13px !important;
}

.form_style input[type=submit] {
    padding: 0 !important !important;
    height: 56px !important;
}

nav.woocommerce-MyAccount-navigation ul li, nav.woocommerce-MyAccount-navigation ul li a {
    color: #8d21dd !important;
}

.arr-right, .arr-left { 
bottom: 68% !important; 
}

.arr-left {
left: 20px !important;
}


.arr-right {
right: 20px !important;
}



 .user_btn .dropdown {
    left: -48px !important;
}

.banner-content {
    padding-bottom: 0 !important;
}

.banner-content h2 {
    margin-bottom: 8px;
    font-size: 22px !important;
}

.fav-pick .mike-pick span {
    width: 35px !important;
    height: 35px !important;  
    font-size: 18px; 
    line-height: 0;
    padding: 10px;
}




}


@media (min-width: 992px) and (max-width: 1199.98px) {
    
.main-header {
    padding: 12px 0;
}

a.logo {
    line-height: 22px;
}

.hdr_r {padding-top: 50px;}

 

.mainBanner {
    height: 510px !important;
}

.banner-content h1 {
font-size: 40px !important;
padding: 0px 0 !important;
line-height: 1.2 !important;
}

.hm-sec1 {
    padding: 50px 0;
}

.common-heading h2 {
    font-size: 26px !important;
    margin-bottom: 5px;
}

.common-heading h3 {
    font-size: 15px !important;
    margin-bottom: 8px ;
}

.common-heading {
    padding-bottom: 10px !important;
}

.fav-pick .mike-pick, .fav-pick2 .mike-pick {
    width: 100%;
}


.fav-pick::before { 
    width: 300px !important;
    height: 300px !important;  
    left: -15px !important; 
}


.fav-pick .mike-pick, .fav-pick2 .mike-pick {
    width: 100% !important;
    padding: 5px;
}

.cart-left {
    width: 100% !important;
}

.cart-left h5, .cart-single h5 {
    font-size: 18px !important;
}

.cart-left select, .cart-right select, .cart-single select, .prod_listing_sec .prod_desc select, .single-product .content-area select {font-size: 12px !important;}

.hm-sec2 p {
    padding-bottom: 5px !important;
}

.hm-sec2 {
    padding-bottom: 40px !important ;
}

tbody, td, tfoot, th, thead, tr { 
    vertical-align: baseline;
}

.hm-sec1 {
        padding: 50px 0 !important;
}

.theme-btn {
    padding: 7px 19px !important;
    font-size: 13px !important;
}

.hm-sec4 {
    padding: 50px 0 !important;
}

.s1_1 {
    margin: 20px 0 !important;
    padding: 0 2% !important;
}

.s1_1 h3 {
    padding: 0px 0 !important;
}

.s1_1 span {
    width: 90px !important;
    height: 90px !important;
}



.theme-btn {
    padding: 7px 19px !important;
    font-size: 13px !important;
}

.hm-sec4 {
    padding: 50px 0 !important;
}

.s1_1 {
    margin: 20px 0 !important;
    padding: 0 2% !important;
}

.s1_1 h3 {
    padding: 0px 0 !important;
}

.s1_1 span {
    width: 90px !important;
    height: 90px !important;
}

.mike-expand {
    padding-top: 30px !important;
}

h2, .h2 {
    font-size: 28px !important; 
}

.slick_arrows span {
    width: 50px !important;
    height: 50px !important;
}

.slick_arrows span i {
    font-size: 18px !important;
}

.spad {
    padding: 4rem 0 !important;
}

.site-footer {
    padding-top: 3rem !important;
    text-align: center !important;
}

footer a.logo {
    font-size: 27px !important;
}

ul.social {
    justify-content: center !important;
}

ul.social a {
    height: 40px !important;
    width: 40px !important;
    font-size: 19px !important;
}

.site-footer .sf_2 p {
    padding-bottom: 0 !important;
    padding-top: 10px;
}

.ftr_btm {
    margin-top: 2rem !important;
}

.site-footer .sf_2 ul {
    margin-bottom: 0px !important;
}

.site-footer .sf_2 p:first-child {
    margin-bottom: 16px !important;
}


h1, .h1 {
    font-size: 26px !important;
}

.innerBanner {
    height: auto !important;
}

.innerBanner .mb_2 {
    margin-left: 0% !important;
    padding-left: 0 !important;
}

.text-right a {
    width: auto !important;
}

.mainBanner .mb_1 {
    margin-bottom: 0 !important;
}

.mainBanner .mb_1 p {
    width: 100% !important;
    margin-bottom: 0 !important;
}

button.theme-btn1 {
    width: 100% !important;
}


.pl_1 ul {
    margin-bottom: 0 !important;
}


.MainSection .col {
    max-width: 100% !important;
}

.prod_col {
    margin-bottom: 25px !important;
    margin-top: 10px !important;
}



.theme-btn1 {
    margin-top: 10px !important;
    margin-left: 5px !important;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: 100% !important;
}

.woocommerce-page main#main {
    padding: 40px 0 !important;
}

.btn3 {
    width: auto !important;
    padding: 10px 30px !important;
}

.rev-img img {
    width: 33% !important;
} 

.s4_2 {
    position: static !important;
    text-align: end !important;
    display: flex !important;
    justify-content: end !important;
    width: 100% !important;
}

.s4 {
    margin-bottom: 1rem !important;
}

.s7_slider {
    margin-right: 0 !important;
    margin-top: 20px !important;
}


 .s7 .slick-dots {
    margin-top: 0px !important;
}

.prod_listing_sec .section_head {
    margin-bottom: 20px !important;
}

.BusinessServicesINTRO h2 {
    margin-bottom: 30px !important;
}

.BusinessServicesINTRO .mb_2 > img {
    width: 100% !important;
    transform: scale(1, 1) !important;
    height: 400px !important;
}

.BusinessServicesINTRO .mb_2 {
    padding-left: 0  !important;
    margin-left: 0 !important;
    padding-bottom: 25px !important;
}

.BusinessServicesINTRO .mb_2 .elem {
    margin: auto !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 > img {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: scale(1.1) !important;
    margin-bottom: 20px !important;
    height: 400px !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 {
    padding-right: 0 !important;
    margin-right: 10px !important;
    margin-left: 10px !important; 
}

 


.BusinessServicesINTRO h2 {
    margin-bottom: 30px !important;
}

.BusinessServicesINTRO .mb_2 > img {
    width: 100% !important;
    transform: scale(1, 1) !important;
    height: 400px !important;
}

.BusinessServicesINTRO .mb_2 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 25px !important;
}

.BusinessServicesINTRO .mb_2 .elem {
    margin: auto !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 > img {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: scale(1.1) !important;
    margin-bottom: 20px !important;
    height: 400px !important;
}

.BusinessServicesINTRO .row-reverse .mb_2 {
    padding-right: 0 !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
}

section.pricingsec.spad {
    padding: 2rem 0 !important;
}

section.pricingsec.spad.BusinessServicesINTRO {
    padding-bottom: 0 !important;
}

.section_head h2 {
    padding-bottom: 0px !important;
}

.section_head {
    margin-bottom: 20px !important;
}

.pricingsec_1 {
    padding: 30px 22px !important;
}

.pricingsec_1 h3 {
    font-size: 22px !important;
}
 
.pricingsec_pricing p:last-child strong {
    font-size: 35px !important;
}

.pricingsec_1 ul li {
    line-height: 1.6 !important;
}

.pricingsec_1 ul li::before {
    line-height: 1 !important;
}

.price-head p {
    width: 100% !important;
}

.form_style p {
    margin-bottom: 6px !important;
}

.form_style p input.wpcf7-form-control {
    height: 60px !important;
}

.form_style p .wpcf7-form-control::placeholder {
    font-size: 13px !important;
}

.form_style input[type=submit] {
    padding: 0 !important !important;
    height: 56px !important;
}

nav.woocommerce-MyAccount-navigation ul li, nav.woocommerce-MyAccount-navigation ul li a {
    color: #8d21dd !important;
}

.arr-right, .arr-left { 
bottom: 68% !important; 
}

.arr-left {
left: 20px !important;
}


.arr-right {
right: 20px !important;
}



 .user_btn .dropdown {
    left: -48px !important;
}

.banner-content {
    padding-bottom: 0 !important;
}

.banner-content h2 {
    margin-bottom: 8px;
    font-size: 22px !important;
}

.fav-pick .mike-pick span {
    width: 35px !important;
    height: 35px !important;  
    font-size: 18px; 
    line-height: 0;
    padding: 10px;
}

.sf_1 .input_group input[type=submit]{
    width: 100% !important;    
}

 

.mainBanner  .mb_2.has_border {
    width: 100%;
}

.s6_1 {
    width: 100% !important;
    margin-bottom: 10px;
}


}


@media (max-width: 1199px) {
      .menuWrap {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        margin: auto;
        background: #0f4c97;
        overflow-y: auto;
        transition: 0.5s all ease-out;
        z-index: 1;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-flow: column !important;
  }
}



@media (min-width: 1440px) and (max-width: 1530px) {
    .menu > li > a { 
         padding: 10px 12px; 
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .menu > li > a { 
         padding: 10px 9px; 
    }
}


@media (max-width: 1200px) {
    .menu-Bar {
        display: block;
        top: -29px !important;
        height: auto;
    }
}


@media (max-width: 1199px) {
    .menu-Bar.open {
        position: fixed;
        top: 30px !important;
        right: 20px;
    }
}


 

