/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.assortment_products_section {
  background-color: #D8EDF5;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: -30px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .assortment_products_section {
    padding-bottom: 110px;
    margin-bottom: -50px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section {
    padding-bottom: 130px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section {
    padding-bottom: 150px;
  }
}
.assortment_products_section .header-spacing p {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .assortment_products_section .header-spacing .title-64 span::before {
    width: 95%;
    left: -20px;
  }
}
.assortment_products_section .assortment_products .product_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 50px;
  }
}
.assortment_products_section .assortment_products .product_row .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 450px;
    flex: 0 0 450px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 500px;
    flex: 0 0 500px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 650px;
    flex: 0 0 650px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 670px;
    flex: 0 0 670px;
  }
}
.assortment_products_section .assortment_products .product_row .left .img img {
  border-radius: 12px;
  margin: 0 auto;
  width: 100%;
}
.assortment_products_section .assortment_products .product_row .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 670px);
    flex: 0 0 calc(100% - 670px);
  }
}
.assortment_products_section .assortment_products .product_row .right .desc {
  padding: 20px 0 0px;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 0 0px 0 20px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 20px;
  }
}
.assortment_products_section .assortment_products .product_row .right .desc .title-24 {
  margin-bottom: 8px;
}
.assortment_products_section .assortment_products .product_row .right .desc p {
  margin-bottom: 10px;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a {
  text-decoration: none;
  font-weight: 500;
  color: #FC7D2F;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a::after {
  filter: unset;
  top: 1px;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) {
  flex-direction: row-reverse;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right {
  padding-left: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 50px;
  }
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
  padding-left: 0;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 0 20px 0 0px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 20px;
    padding-left: 0;
  }
}
.assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
    margin-top: 10px;
  }
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.dynamic_features_Section .boxes_wrap {
  display: grid;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dynamic_features_Section .boxes_wrap .boxes {
  margin-bottom: 0;
}
.dynamic_features_Section .boxes_wrap .boxes img {
  margin-right: 20px;
}
.dynamic_features_Section .btn_wrap.margin-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dynamic_features_Section .header-spacing .title-64 {
  margin-bottom: 0;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.dynamic_features_Section .boxes_wrap {
  display: grid;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dynamic_features_Section .boxes_wrap .boxes {
  margin-bottom: 0;
}
.dynamic_features_Section .boxes_wrap .boxes img {
  margin-right: 20px;
}
.dynamic_features_Section .btn_wrap.margin-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dynamic_features_Section .header-spacing .title-64 {
  margin-bottom: 0;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.our_usp_section .header-spacing {
  max-width: 920px;
}
@media (min-width: 1340px) {
  .our_usp_section .header-spacing .title-64 span::before {
    width: 100%;
    left: 0;
  }
}
.our_usp_section .box_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our_usp_section .box_listing .box_wrapp {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  border-right: 1px solid #000000;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .our_usp_section .box_listing .box_wrapp {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .our_usp_section .box_listing .box_wrapp:nth-child(3) {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .our_usp_section .box_listing .box_wrapp {
    max-width: 20%;
    flex: 0 0 20%;
    margin-top: 0;
  }
  .our_usp_section .box_listing .box_wrapp:nth-child(3) {
    border-right: 1px solid #000000;
  }
}
.our_usp_section .box_listing .box_wrapp .box {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 20px 10px;
  }
}
@media (min-width: 1440px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 20px 20px;
  }
}
.our_usp_section .box_listing .box_wrapp .box span {
  display: block;
  margin-bottom: 0;
  margin-top: 28px;
  font-family: "Recoleta";
  color: #000000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box span {
    margin-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box img {
    max-width: 40%;
  }
}
.our_usp_section .box_listing .box_wrapp:last-child {
  border-right: 0;
}
.our_usp_section .box_listing.threebox_usp {
  gap: 30px 0;
}
@media (min-width: 768px) {
  .our_usp_section .box_listing.threebox_usp .box_wrapp {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .our_usp_section .box_listing.threebox_usp .box_wrapp:nth-child(3) {
    border-right: 0;
  }
}
.our_usp_section .box_listing.threebox_usp .box_wrapp:last-child {
  border-right: 0;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.why_choose_section {
  background-color: #D8EDF5;
  position: relative;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding-bottom: 110px;
  z-index: 0;
}
@media (min-width: 768px) {
  .why_choose_section {
    padding-bottom: 120px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media (min-width: 992px) {
  .why_choose_section {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .why_choose_section::after {
    content: "";
    background-image: url(../../assets/images/why_choose.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 990px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    border-top-right-radius: 60px;
  }
}
.why_choose_section .why_choose_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.why_choose_section .why_choose_details .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .right {
    max-width: 600px;
    flex: 0 0 600px;
  }
}
@media (min-width: 1200px) {
  .why_choose_section .why_choose_details .right {
    max-width: 750px;
    flex: 0 0 750px;
  }
}
@media (min-width: 1440px) {
  .why_choose_section .why_choose_details .right {
    max-width: 870px;
    flex: 0 0 870px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .right .why_choose_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items {
  padding: 0 12px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items {
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items {
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
    -o-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    transition: 0.7s ease;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
  border-radius: 24px;
  margin-bottom: 24px;
  background-color: #FFFFFF;
  border: 1px solid #212B36;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
    padding: 30px 20px;
  }
}
@media (min-width: 1440px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
    padding: 40px 30px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
  width: 50px;
  margin-top: 5px;
}
@media (min-width: 1025px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
    width: 60px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right {
  max-width: calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  padding-left: 20px;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right {
    max-width: calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    padding-left: 20px;
    margin-top: 0;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right .title-24 {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right .title-24 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right .title-24 {
    margin-bottom: 14px;
  }
}
@media (min-width: 1025px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items:nth-child(2n) {
    top: 100px;
  }
}
.why_choose_section .why_choose_details .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .left {
    max-width: calc(100% - 600px);
    flex: 0 0 calc(100% - 600px);
    padding-right: 25px;
    position: sticky;
    top: 120px;
    z-index: 2;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .why_choose_section .why_choose_details .left {
    max-width: calc(100% - 750px);
    flex: 0 0 calc(100% - 750px);
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .why_choose_section .why_choose_details .left {
    max-width: calc(100% - 870px);
    flex: 0 0 calc(100% - 870px);
    padding-right: 72px;
  }
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .left .header-spacing {
    text-align: left;
  }
}
.why_choose_section .slick-dots {
  bottom: -10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .why_choose_section .container {
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .why_choose_section .container .left {
    padding: 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .why_choose_section .g-line span:first-child::before {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .why_choose_section .g-line span:last-child::before {
    opacity: 1;
  }
}
.banner_section .common-section .left .title-80::before {
  opacity: 0;
}
.banner_section .common-section .left .title-80 span {
  font-weight: 400;
  position: relative;
}
.banner_section .common-section .left .title-80 span::before {
  content: "";
  left: unset;
  right: 0px;
  position: absolute;
  display: block;
}
.our_usp_section {
  background-color: #222222;
  border-radius: 24px !important;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .our_usp_section {
    border-radius: 60px !important;
  }
}
.our_usp_section .box_listing .box_wrapp {
  border-right: 0;
}
.our_usp_section .box_listing .box_wrapp .box img {
  filter: invert(1) brightness(11);
  height: 50px;
  width: auto;
}
@media (min-width: 992px) {
  .our_usp_section .box_listing .box_wrapp .box img {
    height: 75px;
  }
}
.our_usp_section .box_listing .box_wrapp .box .title-18 {
  color: #FFFFFF;
}
.our_usp_section .box_listing .box_wrapp:nth-child(3) {
  border-right: 0;
}
.assortment_products_section.apparel_accordian_feature {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-template-apparel-template .assortment_products_section {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.page-template-apparel-template .assortment_products_section + .happy-clients-section {
  margin-top: 43px;
}
@media (min-width: 768px) {
  .page-template-apparel-template .assortment_products_section + .happy-clients-section {
    margin-top: 63px;
  }
}
@media (min-width: 1200px) {
  .page-template-apparel-template .assortment_products_section + .happy-clients-section {
    margin-top: 83px;
  }
}
@media (min-width: 1440px) {
  .page-template-apparel-template .assortment_products_section + .happy-clients-section {
    margin-top: 103px;
  }
}
.page-template-apparel-template .assortment_products_section.right_position .assortment_products .product_row {
  flex-direction: row;
}
.page-template-apparel-template .assortment_products_section.right_position .assortment_products .product_row .right {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .page-template-apparel-template .assortment_products_section.right_position .assortment_products .product_row .right {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .page-template-apparel-template .assortment_products_section.right_position .assortment_products .product_row .right {
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .page-template-apparel-template .assortment_products_section.right_position .assortment_products .product_row .img img {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
.promotional-products-page .banner_section::after {
  content: none;
}
.why_choose_section {
  padding-bottom: 43px;
}
.why_choose_section::after {
  display: none;
}
@media (min-width: 768px) {
  .why_choose_section {
    padding-bottom: 63px;
  }
}
@media (min-width: 1200px) {
  .why_choose_section {
    padding-bottom: 0 !important;
  }
}
.why_choose_section .g-line span:last-child::before {
  opacity: 1;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .left {
    top: 200px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider {
  display: block;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .why_choose_section .why_choose_details .right .why_choose_slider {
    padding-left: 50px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items {
  max-width: 100%;
  flex: unset;
  padding: 10px 0;
  border-bottom: 1px solid #212b36;
}
@media (min-width: 0px) and (max-width: 767px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items {
    padding: 0 20px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
  margin-top: 0;
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
    max-width: 350px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right {
  max-width: 100%;
  padding: 0;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right .title-24 {
    margin-bottom: 6px;
    line-height: normal;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items:nth-child(2n) {
  top: unset;
}
.why_choose_section .why_choose_details .right .why_choose_slider .items:first-child .inner_box {
  padding-top: 0;
}
.why_choose_section .why_choose_details .right .why_choose_slider .items:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.why_choose_section .why_choose_details .right .why_choose_slider .items:last-child .inner_box {
  padding-bottom: 0;
}
.why_choose_section + .button_section {
  position: relative;
}
.why_choose_section + .button_section::before {
  content: "";
  position: absolute;
  top: -5px;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #D8EDF5;
}
.industrial_pages .why_choose_section {
  background-color: #d8edf5;
}
@media (min-width: 0px) and (max-width: 767px) {
  .industrial_pages .why_choose_section .why_choose_details {
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .industrial_pages .why_choose_section .why_choose_details {
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  .industrial_pages .why_choose_section .why_choose_details .left {
    max-width: calc(100% - 525px);
    flex: 0 0 calc(100% - 525px);
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .industrial_pages .why_choose_section .why_choose_details .left {
    max-width: calc(100% - 700px);
    flex: 0 0 calc(100% - 700px);
    padding-right: 122px;
  }
}
.industrial_pages .why_choose_section .why_choose_details .right {
  padding-top: 25px;
  background: #d8edf5;
  max-width: 600px;
}
@media (min-width: 992px) {
  .industrial_pages .why_choose_section .why_choose_details .right {
    flex: 0 0 525px;
    max-width: 525px;
  }
}
@media (min-width: 1200px) {
  .industrial_pages .why_choose_section .why_choose_details .right {
    max-width: 700px;
    flex: 0 0 700px;
  }
}
.industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider {
  margin: 0;
}
@media (min-width: 1200px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider {
    padding-left: 20px;
  }
}
.industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items {
  border: 0;
}
@media (min-width: 992px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items {
    position: sticky;
    top: 200px !important;
    padding: 0;
    background: #d8edf5;
    max-width: 600px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transition: 0.5s ease-in-out;
  }
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items:last-of-type .inner_box {
    margin-bottom: 0;
  }
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items:last-of-type .inner_box .right {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items {
    top: 100px !important;
  }
}
@media (min-width: 1440px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items {
    top: 200px !important;
  }
}
.industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
  padding: 0;
  flex-direction: column;
}
@media (min-width: 1440px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
    padding: 0;
  }
}
.industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right {
  padding-top: 25px;
  background: #d8edf5;
  max-width: 600px;
  margin: 0;
  padding-top: 20px;
  flex: 1;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right {
    padding-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right .title-24 {
    font-size: 28px;
  }
}
.industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
  max-width: 320px;
  background: #d8edf5;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media (min-width: 768px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
    max-width: 525px;
  }
}
@media (min-width: 1200px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
    max-width: 450px;
  }
}
@media (min-width: 1440px) {
  .industrial_pages .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
    max-width: 600px;
  }
}
.industrial_pages .why_choose_section:after {
  content: "";
  position: absolute;
  bottom: -100px;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #d8edf5;
  top: unset;
  background-image: unset;
  width: 100%;
  border-radius: 0;
  display: block;
}
.industrial_pages .happy-clients-section {
  position: relative;
}
.industrial_pages .happy-clients-section::before {
  content: "";
  position: absolute;
  background: #f4ded5;
  width: 100px;
  height: 110px;
  top: -50px;
  left: 0;
  z-index: -1;
}
.industrial_pages .happy-clients-section::after {
  content: "";
  position: absolute;
  background: #f4ded5;
  width: 100px;
  height: 110px;
  top: -50px;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .industrial_pages .happy-clients-section::before {
    content: "";
    position: absolute;
    background: #f2bba5;
    width: 100px;
    height: 110px;
    top: -50px;
    left: 0;
    z-index: -1;
  }
  .industrial_pages .happy-clients-section::after {
    content: "";
    position: absolute;
    background: #f4ded5;
    width: 100px;
    height: 110px;
    top: -50px;
    right: 0;
    z-index: -1;
  }
}
/*# sourceMappingURL=apparel.css.map */