/* CSS Document */
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

body,
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #394A59;
  font-family: 'NeuzeitGro-Reg';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #FFFFFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
body.scroll {
  overflow: hidden;
}

main,
header,
section,
footer {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a:hover,
a:focus,
button:hover,
button:focus,
input:focus,
textarea:focus,
select:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a,
button,
select {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

ul,
ol,
li,
a,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
img {
  transition: 0.3s ease-in-out;
}

img {
  max-width: 100%;
  display: block;
}

a {
  display: inline-block;
  transition: 0.3s ease-in-out;
}

p {
  margin: 0 0 10px;
}

.clearfix {
  content: "";
  clear: both;
  display: block;
}

@font-face {
  font-family: 'NeuzeitGro-Reg';
  src: url('../fonts/NeuzeitGro-Reg.eot');
  src: url('../fonts/NeuzeitGro-Reg.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NeuzeitGro-Reg.svg#NeuzeitGro-Reg') format('svg'),
       url('../fonts/NeuzeitGro-Reg.ttf') format('truetype'),
       url('../fonts/NeuzeitGro-Reg.woff') format('woff'),
       url('../fonts/NeuzeitGro-Reg.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeuzeitGro-Bla';
  src: url('../fonts/NeuzeitGro-Bla.eot');
  src: url('../fonts/NeuzeitGro-Bla.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NeuzeitGro-Bla.svg#NeuzeitGro-Bla') format('svg'),
       url('../fonts/NeuzeitGro-Bla.ttf') format('truetype'),
       url('../fonts/NeuzeitGro-Bla.woff') format('woff'),
       url('../fonts/NeuzeitGro-Bla.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeuzeitGro-Bol';
  src: url('../fonts/NeuzeitGro-Bol.eot');
  src: url('../fonts/NeuzeitGro-Bol.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NeuzeitGro-Bol.svg#NeuzeitGro-Bol') format('svg'),
       url('../fonts/NeuzeitGro-Bol.ttf') format('truetype'),
       url('../fonts/NeuzeitGro-Bol.woff') format('woff'),
       url('../fonts/NeuzeitGro-Bol.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mind_meltregular';
  src: url('../fonts/mind_melt-webfont.woff2') format('woff2'),
       url('../fonts/mind_melt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.container {
  max-width: 1391px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  
}
.banner {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;


}

.nav-dropdown li a {
  color: rgb(255 255 255)!important;
    margin: 6px 20px!important;
    font-size: 17px!important;

}
ul.navbar__menu > li {
  position: relative;
  padding: 30px 0;
  
}
.nav-dropdown li:last-child a {
  border: 0;
}
.img_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;

}
.button_common {
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 17px;
  font-family: 'NeuzeitGro-Bol';
  text-transform: uppercase;
  cursor: pointer;
  line-height: 24px;


}
.button_common:hover {
  background-color: #fff;
  color: #081630!important;
}
.button_line {
  gap: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_wrapper p {
  font-size: 20px;
  color: #fff;
  padding: 15px 0;
  font-family: 'NeuzeitGro-Reg';


}
.img_wrapper .text_age{
  font-family: 'NeuzeitGro-Bla';

}

.signup_page h3 {
  font-size: 20px;
  color: #fff;
  font-family: 'NeuzeitGro-Bla';
  letter-spacing: 1px;

}
.img_wrapper .signup_page p {
  font-size: 16px;
  padding: 15px 0;
  line-height: 24px;
}
.form_wrapper input.form-control {
  background-color: transparent;
  border-bottom: 2px solid #fff!important;
  border: 0;
  color: #fff;
  flex: 1;
  right: 0px;
  position: relative;
  padding-left: 22px;
  padding: 0 12px;





}
.form_wrapper .form-group label {
  color: #fff;
  font-size: 16px;
  font-family: 'NeuzeitGro-Reg';
  text-transform: uppercase;
  min-width: 81px;





}
.form_wrapper .form-group {
  display: flex;
  text-align: initial;
  margin-bottom: 20px;


}

.signup_page {
  text-align: center;
  max-width: 566px;
  margin: auto;
}
.button_line.join_sign {
  flex-direction: column;
  margin-top: 27px;

}
.button_line.join_sign .button_common {
  padding: 12px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 17px;
  font-family: 'NeuzeitGro-Bla';
  width: 100%;
  max-width: 248px;
}
.checkbox_details {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;

}

.checkbox_details  input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}



.checkbox_details  label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox_details  input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
    left: 9px;
    width: 3px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox_details  label {
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  gap: 20px;
  font-family: 'NeuzeitGro-Reg';

}
.navbarBottom {
  background-color: #081630;

}
span.navbar__menu--close-button {
  display: none;
}
ul.navbar__menu li a {
  color: #fff;
}
ul.navbar__menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 43px;
  position: relative;





}
.img_wrapper .signup_page p.be_first {
  padding: 2px 44px 8px 44px;
}
.img_wrapper .signup_page p.provide {
  font-size: 15px;
  padding: 15px 35px;

}

.signup_page .form_wrapper {
  padding: 0 13px;
}
ul.navbar__menu {
  display: flex;
  align-items: center;
}
.navbar__holder {
  display: flex;
  display: flex;
  align-items: center;

}
.Last_line {
  display: flex;
}
.contact_line {
  margin-left: auto;
  margin-left: auto;
  display: flex;
}
.navbar__inner {
  margin-left: 50px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  padding: 5px 0 0;
  /* top: calc(100% + 5px); */
  top: 100%;
  min-width: 178px;
}
.nav-dropdown > ul{
  box-shadow: 0 3px 12px rgb(0 0 0 / 15%);
  background-color: #081630;
  border-radius: 10px;
  padding: 18px 0;
  white-space: nowrap;
  display: block;
}
.contact_line a{
  color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;

}

.bannerslider .item {
  position: relative;
}
.bannerslider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 132px);
}
.bannerslider .item .cover,
.bannerslider .item_1 .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 9;

}
.bannerslider .item .cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
section.bannerslider {
  position: relative;
  z-index: 9;

}
.bannerslider .item .cover .header-content,
.bannerslider .item_1 .cover .header-content {
  position: relative;
  padding: 56px;
  text-align: center;
  overflow: hidden;
}

.bannerslider .item .cover .header-content h2,
.bannerslider .item_1 .cover .header-content h2 {
  font-weight: 300;
  font-size: 60px;
  line-height: 42px;
  color: #fff;
  letter-spacing: 4px;
  font-family: 'NeuzeitGro-Bla';
  text-transform: uppercase;


}
.bannerslider .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.bannerslider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  padding: 21px 110px;

}


.sider_button {
max-width: 204px;
height: 45px;
width: 100%;
}
section.product_details h2 {
  font-size: 35px;
  color: #081630;
  text-align: center;
  font-family: 'NeuzeitGro-Bla';


}
.slick-slide img:hover,
.blog_img img:hover,
.hover-over:hover,
.trigger_due img:hover,
.left_block img:hover,
.about-us-details-img:hover{
  transform: scale(1.15, 1.15);
    transition: 0.7s;
    cursor: pointer;
}
.slick-dots li{
  width: 49px!important;
  height: 2px!important;
  background-color: #081630;

}
.slick-dots li button {
  opacity: 0;
  display: none;
}
.slick-dots li.slick-active{
  background-color: #E3E0E0;}
.product_details .Product_details_info h2{
  font-size: 20px;
  color: #081630;
  text-align: left;
  font-family: 'NeuzeitGro-Bla';
  padding: 33px 0 0;
  letter-spacing: 1px;

}

.product_details .Product_details_info p{
  font-size: 20px;
  color: #081630;
  text-align: left;
}
.Product_details_info {
  padding-right: 96px;
}
.maps_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px 64px;


}
section.maps {
  background-image: url(../images/maps1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  padding: 100px 0;

}
.details h2 {
  font-size: 30px;
  color: #fff;
  font-family: 'NeuzeitGro-Bla';

}
.details p {
  font-size: 16px;
  color: #fff;
  margin-top: 7px;

}
.button_common.sider_button.zip_one {
  border-radius: 0px;
  text-align: center;
  max-width: 283px;
  margin-top: 14px;
  border: 3px solid #fff;
  height: 49px;

}
.headings.sub{
  font-size: 35px;
  color: #081630;
  text-align: center;
  font-family: 'NeuzeitGro-Bla';
  letter-spacing: 1px;


}
.products_image {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 12px;

}
.follow h2.headings.sub {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 49px;

}
.products_image img {
  width: 100%;
  cursor: pointer;

}
.products_image :hover img,
.rigt_blogs .img_group:hover img{
  -webkit-transform: scale(1.15, 1.15);
  cursor: pointer;
}
.img_detail_s {
  overflow: hidden;
}
footer {
  background-color: #081630;
  padding: 34px 0;

}
footer ul {
  line-height: normal;
}
.row.footer {
  display: flex;
  justify-content: space-between;
}
footer ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 3px;
  position: relative;



}
section.follow {
  padding: 19px 0px 42px;
}
.footer_input {
  background-color: #fff;
  border: 0;
  height: 50px;
  max-width: 497px;
  padding: 0 25px;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 0px;


}
button.footer_button {
  background-color: #042B45;
  max-width: 245px;
  height: 50px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  border: 2px solid #042B45;
  cursor: pointer;
  letter-spacing: 3px;
  font-family: 'NeuzeitGro-Reg';



}
.button_t {
  display: flex;
}
.wrapper_footer {
  display: flex;
  gap: 214px;
}
.input_details_wrapper {
  width: 35%;
}
.input_details_wrapper p {
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  text-align: right;
  margin: 7px 0 19px;


}
ul.socail_icons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: end;
  gap: 23px;

}
ul.socail_icons li a:hover {
  transform: scale(1.05);
}
.customerservice h3,
.vist-us h3 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'NeuzeitGro-Bol';
  letter-spacing: 3px;

}
.slick-next {
  right: 44px!important;
}
.slick-prev {
  left: 44px!important;
}
.bannerslider .slick-prev,
.bannerslider .slick-next { 
width: 35px;
  height: 35px;
  background-color: #cfcfcf;
  border-radius: 50%;
  z-index: 9;

}
.slick-next:before,
.slick-prev:before{
  content:'';
  background-image: url(../images/Path163.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 14px;
  height: 37px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;

}
.slick-prev:before{
  background-image: url(../images/arrow-left1.svg);

}
.slick-next:before{
  background-image: url(../images/arrow-left1.svg);
  transform: rotate(181deg);
}
/* header#header {
  position: absolute;
  width: 100%;
  z-index: 999;
} */

.bannerslider .slick-dots {
  position: absolute;
  bottom: 14px;
}
.flex_details {
  display: flex;
  align-items: center;
  display: flex;
  position: absolute;
  right: -8px;
  background-color: #fff;
  z-index: 9;
  padding-left: 12px;


  


}

.heading_wrapper {
  display: flex;
}
.flex_details a {
  font-size: 20px;
  color: #081630;
  font-family: 'NeuzeitGro-Bla';
  padding: 14px 15px;
  text-transform: uppercase;

}
.heading_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}
.flex_details img {
  cursor: pointer;
}

.product_details .slick-dots li.slick-active {
  background-color: #E3E0E0;
}
section.product_details {
  padding: 32px 0 56px 0px;
}
.hidden_div {
  visibility: hidden;
}
.blog_wrapper {
  display: flex;
  gap: 35px;
  margin-bottom: 67px;


}
.img_contain {
  width: 60%;
}
.head_team {
  width: 40%;
  margin-top: 53px;


}
.head_team h2 {
  font-size: 35px;
  color: #081630;
  font-family: 'NeuzeitGro-Bla';
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  line-height: 29px;
}
.head_team span {
  font-size: 14px;
  margin-left: 16px;

}
.head_team p {
  color: #081630;
  font-size: 20px;
  line-height: 24px;

}
hr.details {
  border-color: #081630;
  margin: 19px 0px;
  width: 59%;
  border: 0;
  border-top: 1.5px solid #081630;

  
}
.head_team.small_details {
  width: 100%;
  margin-top: 23px;

}
.head_team.small_details h2 {
  font-size: 20px;
  
}
.head_team.small_details h2 {
  font-size: 20px;
  
}
.blogs .products_image{
  grid-gap: 45px;

}
.head_team.small_details hr.details {
  border: 0;
  border-top: 1px solid #081630;
  margin: 3px 0px 13px;
  width: 35%;
}
hr.details.long_line {
  width: 100%;
  margin: 6px 0 35px;
}
hr.details.blogs_secondary {
  width: 100%;
  margin-bottom: 53px;
}
.heading_wrapper.blogs_line {
  margin: 48px 0 25px;

}
svg#Search {
  margin-left: 29px;
  cursor: pointer;  
  position: relative;
  top: 6px;
  


}
ul.navbar__menu li a svg {
  margin-left: 9px;
}
.slick-slide img {
  display: block;
  margin: auto;
}

ul.navbar__menu > li  a::before,
.contact_line a::before,
footer ul li a::before{
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  transition: width .4s linear 0s;
  width: 0;
}
ul.navbar__menu li a:hover::before,
.contact_line a:hover::before,
footer ul li a:hover::before{
    left: 0;
    width: 100%;
}

.copyright h2 {
  font-size: 16px;
  color: #fff;
}
.copyright {
  margin-top: 26px;
  line-height: 17px;
  
}
.single-item-curosel .item h2 {
  color: #081630;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'NeuzeitGro-Bla';
  margin: auto;
    text-align: center;
    margin: 0 35px;


}
.header_top {
  background-color: #fff;
  padding: 5px 0 3px 0;


}
.test2 {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 67px;
  left: 54px;
  z-index: 9;
  display: flex;
  align-items: center;
  transform: rotate(270deg);
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  animation: animate 1s linear infinite; 
  z-index: 99;




}
span.line_small_d {
  width: 99px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  margin-right: 9px;
  animation: arrow-animation 2.5s ease-in-out 0s infinite normal; 


}
input.form-search {
  width: 100%;
  height: 44px;
}
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99999999;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
#search input[type="search"] {
  width: 100%;
  line-height: 60px;
  color: #fff;
  background: transparent;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  border-bottom: 1px solid #ccc;
  outline: none;
  border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:none



}
.search-overlay-form {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60%;
  height: 60px;
  margin: auto;
}
#search .btn {
  position: absolute;
  background: #081630;
  color: #fff;
  border: 0px;
  right: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;

}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #081630;
  border-color: #081630;
  opacity: 1;
  padding: 9px 13px 10px;
  font-size: 27px;
  line-height: 18px;
  cursor: pointer;

}
.blog_img {
  overflow: hidden;
}
button.footer_button:hover{
  background-color: #081630;
  border: 2px solid #fff;
  color: #fff;

}
.small_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;

}
.arrow_slider_small {
  display: flex;
  padding-left: 11px;

}
.small_heading .first-div h2 {
  font-size: 22px;
  font-family: 'NeuzeitGro-Bol';
  margin-right: 22px;
  margin-top: 13px;



}
.first-div {
  width: 100%;
  display: flex;
    align-items: center;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
span.line_straight {
  width: 100%;
  height: 1px;
  background-color: #081630;
  display: flex;
  flex: 1;

}
.arrow_slider_small img {
  cursor: pointer;
}
section.product_details.products {
  padding: 32px 0 15px 0px;
}
.mb-45{
  margin-bottom: 42px;

}

/* ul.navbar__menu li:hover .nav-dropdown{
  display: block;


} */
.navbar__holder img {
  max-width: 100%;
  display: inline-block;
}
.mb-30 {
  margin-bottom: 34px;
}

section.product_description .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.toast_description h2 {
  font-size: 30px;
  font-family: 'NeuzeitGro-Bla';
  color: #081630;
  margin-bottom: 13px;
  letter-spacing: 2px;


}
.toast_description p {
  font-size: 20px;
  line-height: 24px;
  color: #081630;
}
.details h3{
  font-size: 30px;
  font-family: 'NeuzeitGro-Bla';
  color: #081630;
  margin-bottom: 6px;
  letter-spacing: 1px;



}
.details_wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 30px 0;

}
.product_description .heading_wrapper {
  margin-bottom: 15px;
}
.effests_div {
  display: flex;
  gap: 43px;

}

footer ul.socail_icons li a::before{
display: none;

}
img.main_img {
  margin-top: 36px;
}
.toasters_small{
  margin: 0;
}
p.tast_v1_small {
  margin-bottom: 0;
}
@keyframes line-animation {
  0% {height: 0px; top: 0px; opacity: 0;}
  50% {height: 44px; top: 0px; opacity: 1;}
  100% {height: 0px; top: 44px; opacity: 0;}
}

@keyframes arrow-animation {
  0% {opacity: 0}
  50% {opacity: 1}
  100% {opacity: 0}
}

.img_wrapper_target:hover .data_labels,
.img_wrapper_details:hover .data_labels,
.img_wrapper_details:hover .tabs_batch
 {
  -webkit-animation: bud-rotate 2s linear infinite;
  -moz-animation: bud-rotate 2s linear infinite;
  animation: bud-rotate 2s linear infinite;
}

.link_relative{
position: relative;
}
@keyframes bud-rotate {
  to {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
  }

  from {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
  }
}

@-webkit-keyframes bud-rotate {
  to {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg);
  }

  from {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
  }
}


.product_description .slick-dots li {
  width: 49px!important;
  height: 2px!important;
  background-color: #081630;
}

.product_description .slick-dots li.slick-active {
  background-color: #E3E0E0;
}

.product_description  .slick-dots {
  bottom: 11px;
}


.label_items {
  position: absolute;
  top: -60px;
    right: 126px;

}
.img_wrapper_details {
  position: relative;
  margin-top: 90px;

}
.seed_juncky  .img_wrapper_details{

  margin-top: 0;

}

.seed_juncky  .label_items {
  top: 11px;

}
.img_wrapper_details img {
  width: 100%;
}
.ProductBox-2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.ProductBox-3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.mood ul {
  display: flex;
  gap: 71px;
  margin-top: 16px
}
.mood ul li p {
  font-size: 25px;
  color: #081630;
}
.details_wrapper .details {
  width: 54%;
}
.toast_description {
  margin-top: 29px;


}
section.product_description {
  padding: 37px 0;
}

section.blogs .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 23px;
  margin-right: -15px;
  margin-left: -15px;


}
.rigt_blogs {
  display: flex;
  gap: 22px;
  width: 63%;


}
.left_blogs {
  width: 48%;
}
.left_blogs p {
  font-size: 20px;
  color: #081630;
  line-height: 24px;

}
.top_blog_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 13px;


}
.right_blog h4,
.top_blog_details h4 {
  font-size: 20px;
  color: #081630;
  font-family: 'NeuzeitGro-Bla';
  letter-spacing: 1px;


}
.top_blog_details p {
  color: #081630;
  font-size: 20px;
}
.overflow_hidden{
overflow: hidden;
}
hr.bottom_line_sepr {
  border-color: #081630;
  margin-top: 20px;
  border: 0;
  border-top: 1.5px solid #081630;

}

.bogs_mainsary {
  grid-row-gap: 45px;
  grid-gap: 35px;
  padding: 0 29px;



}
.rigt_blogs .img_group h2 {
  font-size: 20px;
  color: #081630;
  font-family: 'NeuzeitGro-Bla';
  margin-bottom: 11px;


}

.left_blogs h2 {
  font-size: 20px;
  color: #081630;
  font-family: 'NeuzeitGro-Bla';
  margin-bottom: 11px;


}
.left_blogs {
  padding-right: 42px;
  width: 37%;

}
hr.details.long_line.top_data_line {
  margin: 6px 0 14px;
}
section.blogs {
  margin: 18px 0;
}
.follow.blogs_img {
  padding-top: 0px;
}


.col-8.remove-space {
  padding-right: 0;
}
.col-4.remove-space {
  padding-left: 0;
}
.iframe_map {
  padding-right: 17px;
}

section.blogs.details_blog2 h2 {
  font-size: 40px;
  color: #081630;
  font-family: 'NeuzeitGro-Bla';
  line-height: 45px;
  letter-spacing: 2px;



}

.left_block p {
  font-size: 20px;
  color: #081630;
  margin-bottom: 0;

}
.right-block h3,
.right-block p  {
  font-size: 20px;
  color: #081630;
  margin-bottom: 0;

}
.right-block h3{
  font-family: 'NeuzeitGro-Bla';

}
.articles .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 13px;

}
.details_articles p {
  border-top: 1px solid #081630;
  margin: 0;
  line-height: 17px;
  padding: 18px 0px 18px 0;

}
.trigger_due {
  margin-top: 31px;
}

.trigger_due .overflow_hidden {
  margin-bottom: 38px;
}
.trigger_due .top_blog_details {
  margin-bottom: 5px;
}
p.related {
  margin-top: 51px;
  border-bottom: 1px solid #081630;
}
.articles .right-block p {
  padding-bottom: 25px;
}
p.remove_bottom_space {
  padding-bottom: 0!important;
}
p.top_12 {
  padding-top: 12px
}
.details_articles {
  margin-top: 27px;
}
p.border-bottom_s {
  border-bottom: 1px solid #081630;
}
.left_block {
  margin-top: 13px;
}
.right-block {
  margin-top: 12px;
}
.locator {
  background-color: #081630;
  margin: 0!important;
}

.locator_address_right h3,
.locator_address_left h3 {
  font-size: 25px;
  color: #fff;
  font-family: 'NeuzeitGro-Bla';
letter-spacing: 1px;
}
.locator_address_right p,
.locator_address_left p{
  color: #fff;
  font-size: 20px;
  line-height: 24px;



}
.iframe_map iframe {
  width: 100%;
  height: 563px;

}
.store-street_content h3 {
  font-size: 20px;
}
.store-street_content.active:before {
  content: '';
  position: absolute;
  height: 61px;
  width: 2px;
  left: 0;
  top: 10px;
  background-color: #fff;
  top: 4px;

}
.locator_address_left .store-street_content {
  padding-left: 17px;
  position: relative;
  margin-top: 31px;
  cursor: pointer;



}
h3.border_line_b {
  border-bottom: 2px solid #fff;
}

.locator_address_right p {
  width: 73%;
  margin-bottom: 62px;
  width: 81%;


}
.locator.top_location h3 {
  border-bottom: 2px solid #fff;
  margin-bottom: 8px;

}
.spacing_bottom {
  padding-bottom: 33px;
}
.store-street_content p {
  margin: 0;
}
.top_location {
  padding-top: 59px;
}
.first_location{
  width: 63%;
}
.second_location{
  width: 37%;
}
.button_common.btn-large {
  max-width: 214px;
  width: 100%;
  text-align: center;
}
.about-us .products_image{
  grid-template-columns: auto auto auto;
  margin-top: 25px;


}
.about-us-details {
  text-align: left;
  /* margin-bottom: 52px; */
  text-align: center;


}
.text-details {
  display: flex;
  gap: 21px;
  margin-bottom: 42px;


}
.inner_text-details {
  width: 50%;
}
.inner_text-details h4 {
  font-size: 20px;
  color: #081630;
  font-family: 'NeuzeitGro-Bla';

}
.inner_text-details p {
  font-size: 20px;
  color: #081630;
  line-height: 24px;
  margin-top: 5px;


}
.about-us-details h4,
.about-us-details p{
  font-size: 20px;
  color: #081630;
  line-height: 24px;

}

.product_details  .data_labels {
  width: 84px;
}


.label_items.bottom_div {
  bottom: 0px;
  top: unset;
}
.container.small-container {
  max-width: 1257px;

}

.test2.store-locator {
  position: fixed;
  bottom: 50%;
  top: 50%;
  right: unset;

}
.tags_right  .label_items {
  left: 20px;
  right: unset;

}
.product_trail img.data_labels {
  width: 190px;
}
.responsive_footer {
  text-align: center;
  margin: auto;
}
.responsive_footer {
  display: none;
}
ul li.responsive_logo {
  display: none;
}

.single-item-curosel:not(.slick-initialized){
  opacity: 0;
  display: flex;
  padding: 0;
}
.img_wrapper_details img.data_labels {
  width: 145px;
}
.blog_discription {
  color: #081630;
  font-size: 12px;
  font-family: 'NeuzeitGro-Bla';

}
.label_items.productdetails {
  right: 54px;
}
.product_description .slick-slide img:hover{

  transform: scale(1.05, 1.05);

}
.blog_discription{
  display: none;

}
.no-slide ul.slick-dots {
  display: none;
}
.trigger_due img {
  width: 100%;
}
.hide-deskop{
display: none;
}
section.product_details.prepools.Products_pre-pools {
  padding: 32px 0 20px 0px;
}
.product_details .link_relative {
  overflow: hidden;
}
.about_description .about-us-details {
  text-align: center;
}
.about-us .products_image {
  grid-gap: 60px;
}
.about-us .headings.sub {
  font-size: 30px;
  margin-bottom: 22px;

}
.blogs  .row.space_locator {
  padding: 0px 33px;
}

li.respnosive_contact {
  display: none;
}
.small_heading.pagination {
  display: none;
}
.overflow_hidden.space_img_tags_ {
  margin: 14px 0;
}
p.remove_bottom_space.space_target.fadeIn {
  padding-bottom: 11px!important;
}
 .bogs_mainsary .img_detail_s {
  overflow: auto;
}
.bogs_mainsary .top_blog_details svg {
  position: relative;
  top: -6px;
} 

.bogs_mainsary  .right_blog {
  margin-top: 4px;
}
.right_blog svg {
  position: relative;
  top: -7px;
}
.responsive_blogs_d1 {
  display: none;
}
.bannerslider .single-item.product_item-1 .item .cover::before{
  background-color: unset;

}
/* h2.headings.sub:before {
  content: '';
  background-color: #054B78;
  height: 2px;
  width: 35%;
  position: absolute;
  top: 22px;
  left: 36px;

}
h2.headings.sub:after {
  content: '';
  background-color: #054B78;
  height: 2px;
  width: 35%;
  position: absolute;
  top: 22px;
  right: 47px;
  z-index: -1;

} */

h2.headings.sub {
  width: 100%;
  text-align: center;
  border-bottom: 1.5px solid #081630;
  line-height: 0.1em;
  margin: 10px 0 17px;
  z-index: -1;
    position: relative;
}
.items_target {
  width: 100%;
}
h2.headings.sub span {
  background-color: #fff;
  padding: 12px 62px;
  letter-spacing: 2px;
  /* z-index: -1; */
  position: relative;
  top: 13px;


}

.store-locator {
  position: absolute;
  right: 36px;
  bottom: 33px;
  z-index: 999;
}
.store-locator  .button_common {
  padding: 9px 29px;
  border: 2px solid #081630;
  color: #081630;
  font-size: 17px;
  font-family: 'NeuzeitGro-Bol';
  line-height: 24px;
}

.store-locator.product_store  .button_common{
  border: 2px solid #fff;
  color: #fff;

}

.items_target {
  /* width: 70%; */
  display: flex;
  flex: 1;
}
.see_all_details {
  padding-left: 44px!important;
}
.about_detils{
background-image: url(../images/greenforce-staffing.png);
padding: 284px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}
.committed_detials p {
  color: #fff;
  font-size: 20px;
  width: 71%;
  line-height: 24px;
  margin: auto;
}
.committed_detials {
  text-align: center;
}
.committed_detials h3 {
  color: #fff;
  font-size: 35px;
  font-family: 'NeuzeitGro-Bla';

}
.products_image.image_points_details_i{
  grid-template-columns: auto auto auto;
}
section.about-us.detials_traget {
  margin: 10px 0 27px 0;
}
.detials_traget .head_team.small_details {
  text-align: center;
}
.detials_traget .head_team.small_details h2{
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 17px;


}
.about-us.about_mr {
  margin-bottom: 55px;
}
.item_1 img {
  width: 100%;
  width: 100%;
    height: calc(100vh - 132px);
}

.bannerslider.static_img .slick-prev, .bannerslider.static_img  .slick-next{
  background-color: rgba(255 ,255,255 ,0.5);

}
.product_description .col-7 {
  flex: 0 0 54.666667%;
  max-width: 54.666667%;
  padding-right: 15px;
  padding-left: 15px;
}

.product_description .col-5 {
  flex: 0 0 45.333333%;
  max-width: 45.333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.responsive_details_contains {
  display: none;
}
.product_details .label_items {
  position: absolute;
  top: unset;
  right: 9px;
}
.product_description .items_target {
  width: 95%;
  flex: unset;
}
#product-slider .overflow_hidden {
  overflow: hidden;
  min-height: 352px;
}
#product-slider  .Product_details_info h2{
  padding: 0px 0 0;

}
.zip_code_div.mobile_view {
  display: none;
}
.about-us-details {
  margin-top: 26px;
}
.responsive_view {
  display: none;
}
.small_heading.pagination .arrow_slider_small {
  padding-left: 0;
}
p.try_points-details {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: #fff;
  font-size: 15px;
  display: none;
}
.exclusive_tabs {
  position: absolute;
  top: -54px;
  left: -34px;
}

.seed_juncky .img_wrapper_details {
  margin-top: 79px;
  text-align: center;
  padding-left: 43px;


}
img.tabs_batch {
  width: 92%;
}
.seed_juncky .label_items {
  top: -39px;
  right: 96px;

}

.product_description .slick-slide .exclusive_tabs img:hover{
  transform:none;


}
.label_items.hybid_tags {
  right: 0;
}
.product_description .img_wrapper_details {
  display: flex;
  align-items: center;
  justify-content: center;
}
.label_items.bottom_div.secondary_tags {
  top: 26px;
  right: 34px;
  left: unset;
}
div#product-slider {
  margin-top: 19px;
}

