@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #08aa7f;
}

::-webkit-scrollbar-thumb:hover {
  background: #08aa7f;
}

.btn_primary {
  background: #08aa7f !important;
  color: #fff !important;
  padding: 10px 5px !important;
  border: 0 !important;
  border-bottom: 5px solid #000 !important;
}
.btn_primary:active {
  border-bottom: 0 !important;
}

.btn_secondary {
  background: #ff7c3b !important;
  color: #fff !important;
  padding: 10px 5px !important;
  border-bottom: 5px solid #000;
}

.hide_lg_show_sm {
  display: none !important;
}

.btn_bg {
  background: #08aa7f;
  padding: 10px;
  color: #fff !important;
  border-bottom: 5px solid #000;
}
.btn_bg:focus {
  border-bottom: 0 !important;
}
.btn_bg:active {
  border-bottom: 0 !important;
}

.jsw {
  justify-content: center;
  display: flex;
  gap: 5px;
}

.bts {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-controll {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  padding: 12px 14px !important;
  letter-spacing: 0px;
  color: #313131;
  width: 100%;
  line-height: 16px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #08aa7f;
  outline: 0;
  box-shadow: none !important;
}

.form-select:focus {
  border-color: #08aa7f;
  outline: 0;
  box-shadow: none !important;
}

.bgz {
  background: url(../img/bgz.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.bg_zss {
  background: linear-gradient(315deg, rgba(8, 170, 127, 0.3954831933) 0%, rgb(255, 255, 255) 72%);
}

.font_gradient {
  color: transparent;
  background: rgb(8, 170, 127);
  background: linear-gradient(126deg, rgb(8, 170, 127) 0%, rgb(163, 76, 213) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bold {
  font-weight: 800;
}

.main_div .one_block {
  padding: 20px 15px;
}

.font_65 {
  font-size: 65px;
}

.modal_contact form {
  padding: 15px;
}
.modal_contact form input {
  margin-bottom: 25px;
}

.modal_close {
  position: absolute;
  right: 14px;
  top: 17px;
}
.modal_close:focus {
  box-shadow: 0 0 0 0.25rem #08aa7f;
}

.terms-con-content-1 h2 {
  font-weight: 700;
  font-size: 1.2rem;
}
.terms-con-content-1 table th {
  border-right: 1px solid #000;
  padding: 15px;
}
.terms-con-content-1 table td {
  padding: 15px;
}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header_3.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  /* background-color: #fff; */
  animation: slideDown 0.35s ease-out;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(30px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3607843137);
  z-index: 99999;
}

.header_3.is-sticky img {
  max-width: 100%;
}

.header_3.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.padding-cl {
  padding: 25px 0;
}

.header_3 .navbar {
  background: transparent;
}
.header_3 .nav_li {
  transition: 0.3s ease-in-out;
}
.header_3 .nav_li a {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}
.header_3 .nav_li a:focus {
  border-bottom: 2px solid #252525;
}
.header_3 .nav_li i, .header_3 .nav_li svg {
  padding: 10px;
  color: #252525;
  margin-top: 10px;
}
.header_3 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 30px;
  text-transform: uppercase;
}
.header_3 ul li {
  list-style: none;
}
.header_3 .hide_show {
  display: flex;
}
.header_3 .attr-nav {
  float: right;
  display: inline-block;
  margin-left: 13px;
  margin-right: -15px;
}
.header_3 .attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}
.header_3 .attr-nav > ul > li {
  float: left;
  display: block;
  cursor: pointer;
}
.header_3 .attr-nav > ul > li > a {
  color: #252525;
  display: block;
  padding: 20px 15px;
  position: relative;
}
.header_3 .attr-nav ul li a span {
  color: #252525;
  font-size: 25px;
}
.header_3 .attr-nav > ul > li > a span.badge {
  margin-top: -25px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background-color: #fff;
  color: #252525;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #252525;
}
.header_3 .top-search {
  background-color: #08aa7f;
  padding: 10px 0;
  display: none;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
  padding: 15px;
}
.header_3 .top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header_3 .input-group .form-control {
  background: #08aa7f !important;
  color: #ff7c3b;
  border: none;
}
.header_3 .input-group .form-control:hover {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_3 .input-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_3 .mt_7 {
  margin-top: 7px;
}
.header_3 .dropdown-toggle::after {
  display: none;
}
.header_3 a {
  color: #252525;
  text-decoration: none;
}
.header_3 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 30px;
  text-transform: uppercase;
}
.header_3 .nav_li a.active {
  transition: 0.3s ease-in-out;
  padding-top: 2px;
  border-bottom: 3px solid #08aa7f;
}
.header_3 .d_flx {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header_3 .hide_show {
  display: flex;
}
.header_3 .mobile_view {
  display: none;
}
.header_3 .bg_color {
  background: #fff;
}
.header_3 .dropdown-menu.show {
  background: #fff;
  color: #252525;
}
.header_3 .dropdown-item:focus, .header_3 .dropdown-item:hover {
  background: #08aa7f;
  color: #ff7c3b;
}
.header_3 .display_none {
  display: none !important;
}
.header_3 .hide_lg_show_sm {
  display: none !important;
}

.shopify_img {
  height: 100%;
  width: 80%;
}
.shopify_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bcz {
  border-bottom: 0 !important;
  background: #efefef;
}

.bold_700 {
  font-weight: 700 !important;
}

@media (max-width: 850px) {
  .header_3 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    /* background-color: #fff; */
    animation: slideDown 0.35s ease-out;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    padding: 12px 0;
    border-bottom: 1px solid rgba(220, 220, 220, 0.3607843137);
    z-index: 99999;
  }
  .one_block {
    margin-top: 100px;
  }
  .hide_lg_show_sm {
    display: flex !important;
  }
  .hide_sm_show_lg {
    display: none !important;
  }
  .one_one {
    margin-top: 25px;
  }
  .mobile_menu {
    display: flex !important;
    flex-direction: column !important;
    background: white;
    height: 103vh;
    width: 300px;
    position: fixed;
    transform: translate(-100%);
    transition: all 0.2s ease;
    top: -13px;
    left: 0;
    padding: 20px;
    bottom: 0;
    padding-top: 22px;
    z-index: 99999;
  }
  .mobile_menu.active {
    transform: translate(0%);
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.89, -0.05, 0.43, 1.02);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  }
  .font_65 {
    font-size: 35px;
  }
}
@media (max-width: 351px) {
  .navbar-brand {
    width: 145px !important;
    height: 45px !important;
  }
}/*# sourceMappingURL=style.css.map */