@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: local("Poppins-Thin"), url("../fonts/Poppins-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: local("Poppins-ExtraLight"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins-Light"), url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins-Regular"), url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins-Medium"), url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins-SemiBold"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins-Bold"), url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: local("Poppins-ExtraBold"), url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: local("Poppins-Black"), url("../fonts/Poppins-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Hind Siliguri";
  font-style: normal;
  font-weight: 300;
  src: local("HindSiliguri-Light"), url("../fonts/HindSiliguri-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Hind Siliguri";
  font-style: normal;
  font-weight: 400;
  src: local("HindSiliguri-Regular"), url("../fonts/HindSiliguri-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Hind Siliguri";
  font-style: normal;
  font-weight: 500;
  src: local("HindSiliguri-Medium"), url("../fonts/HindSiliguri-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Hind Siliguri";
  font-style: normal;
  font-weight: 600;
  src: local("HindSiliguri-SemiBold"), url("../fonts/HindSiliguri-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Hind Siliguri";
  font-style: normal;
  font-weight: 700;
  src: local("HindSiliguri-Bold"), url("../fonts/HindSiliguri-Bold.ttf") format("truetype");
}
a {
  color: inherit;
}

#topBar {
  padding-top: 8px;
  padding-bottom: 3px;
  background-color: #F6F7F6;
  transition: all 0.28s ease-in-out;
}
@media (min-width: 61.25em) {
  #topBar {
    padding-left: 70px;
    padding-right: 70px;
  }
}
#topBar .nav-item {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 20px;
}
#topBar .nav-item:first-child .nav-link {
  padding-left: 0;
}
#topBar .nav-item .nav-link {
  color: #4C5257;
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 7px;
}
#topBar .nav-item .nav-link:hover {
  color: #7FBC24 !important;
}
#topBar .nav-item .tel {
  font-weight: 400 !important;
}
#topBar .language-picker .nav-link {
  border-radius: 100px;
  border: 1px solid #DEDEDE;
  padding: 6px 11px;
  font-size: 12px;
  color: #4C5257;
}
#topBar .language-picker .nav-link::after, #topBar .language-picker .nav-link::before {
  display: none;
}
#topBar .language-picker .nav-link:focus, #topBar .language-picker .nav-link:hover {
  outline: none !important;
  box-shadow: none !important;
}
#topBar .language-picker .dropdown-item.active {
  background-color: #F6F7F6 !important;
  color: #393E41;
}

#navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FFFFFF;
  transition: all 0.28s ease-in-out;
  border-bottom: 1px solid #F4F5F6;
}
@media screen and (max-width: 991px) {
  #navbar {
    overflow-y: auto;
    max-height: 100vh;
    border-bottom: 1px solid #9DA4AA;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  #navbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 81.25em) {
  #navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
#navbar .navbar-brand {
  margin-right: 32px;
}
#navbar .navbar-brand img {
  height: 38px;
}
#navbar .navbar-toggler {
  border: none;
}
#navbar .navbar-toggler:focus {
  box-shadow: none;
}
#navbar .navbar-collapse {
  margin-top: 20px;
}
@media screen and (min-width: 991px) {
  #navbar .navbar-collapse {
    margin-top: 0;
  }
}
#navbar .navbar-collapse .nav-item:not(:last-child) {
  margin-right: 32px;
}
#navbar .navbar-collapse .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  color: #4C5257;
}
#navbar .navbar-collapse .nav-item .nav-link:focus, #navbar .navbar-collapse .nav-item .nav-link:hover {
  outline: none !important;
  box-shadow: none !important;
  color: #7FBC24 !important;
}

.btn {
  padding: 9px 18px;
  justify-content: center;
}

.btn-outline-primary {
  border-radius: 8px;
  border: 1px solid var(--primary-400, #BAD68F);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #393E41;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  color: #393E41 !important;
  border: 1px solid #BAD68F !important;
  background-color: #F6FCEE !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.btn-primary {
  border-radius: 8px;
  border: 1px solid var(--primary-500, #A3CE62);
  background: var(--primary-500, #A3CE62);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #FFFFFF !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border: 1px solid #7FBC24 !important;
  background-color: #7FBC24 !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.btn-primary.disabled {
  color: #687178 !important;
  background-color: #F4F5F6;
  border-color: #9DA4AA;
}

/*___SWIPER_BUTTONS___*/
.swiper-button-prev:after {
  transform: rotate(-180deg);
  margin-top: 6px !important;
}

.swiper-button-next {
  left: 88px;
  right: unset;
}

.swiper-button-next,
.swiper-button-prev {
  top: unset !important;
  bottom: 0;
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  border: 1px solid var(--Gray-200, #EAECF0);
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: 0.2s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: url("../images/arrow-right-swiper.svg");
  z-index: 1;
  margin-top: -10px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #F6FCEE;
}

.nav-padding {
  padding-top: 30px;
  transition: padding-top 0.28s ease-in;
}
@media screen and (min-width: 980px) {
  .nav-padding {
    padding-top: 60px;
  }
}

.hero-top-section {
  border-radius: 24px;
  color: white;
}
@media screen and (min-width: 992px) {
  .hero-top-section {
    min-height: 570px;
  }
}
.hero-top-section .btn-outline-primary:hover {
  color: #1C1F21 !important;
}

.main-heading-title {
  padding-bottom: 16px;
}
.main-heading-title h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  /* 120% */
  letter-spacing: -1.2px;
  transition: font-size 0.28s ease-in;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .main-heading-title h1 {
    font-size: 60px;
    line-height: 72px;
    /* 120% */
  }
}
@media (min-width: 61.25em) {
  .main-heading-title h1 {
    font-size: 60px;
    line-height: 72px;
    /* 120% */
  }
}

.main-title-subtext {
  padding-bottom: 16px;
  max-width: 511px;
}
.main-title-subtext p {
  color: #687178;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 150% */
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .main-title-subtext p {
    font-size: 20px;
    line-height: 30px;
    /* 150% */
  }
}
@media (min-width: 61.25em) {
  .main-title-subtext p {
    font-size: 20px;
    line-height: 30px;
    /* 150% */
  }
}

.hero-top-section h1, .hero-top-section p {
    color: white !important;
}

.hero-top-section .main-title-btns {
  color: white !important;
}
.hero-top-section .main-title-btns .btn {
  color: white !important;
}
.main-title-btns .btn:first-child {
  margin-right: 14px;
}

.landing-cards-row {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .landing-cards-row .landing-card:nth-child(2) {
    margin-top: 70px;
  }
}
.landing-cards-row .landing-card:nth-child(3) {
  margin-top: auto;
  bottom: 70px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .landing-cards-row .landing-card:nth-child(3) {
    bottom: 0;
  }
}
.landing-cards-row .landing-card:nth-child(3) .landing-image-card {
  height: 268px;
}

.section-icon-holder {
  margin-bottom: 24px;
}
.section-icon-holder .icon {
  position: relative;
  background-color: #F6FCEE;
  width: 56px;
  height: 56px;
  padding: 14px;
  border-radius: 100px;
}
.section-icon-holder .icon img {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
}

.section-pre-text {
  margin-bottom: 12px;
}
.section-pre-text h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #A3CE62;
}

.section-title {
  margin-bottom: 12px;
}
.section-title h2 {
  font-size: 2.25rem;
}

.section-subtext p {
  color: #4C5257;
}
@media (min-width: 46.25em) {
  .section-subtext p {
    font-size: 1rem;
  }
}

@media (min-width: 61.25em) {
  .section-subtext-smaller p {
    font-size: 1.125rem;
  }
}

@media (min-width: 61.25em) {
  .advnateges-section-title-wrapper {
    padding-right: 64px;
  }
}

.advantage-wrapper {
  margin-bottom: 24px;
}
.advantage-wrapper .advantage-title h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .advantage-wrapper .advantage-dsc p {
    font-size: 0.875rem;
  }
}

.full-width-stat {
  position: relative;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 64px 0;
  min-height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .full-width-stat {
    margin-bottom: 20px;
  }
}
.full-width-stat .stat-text {
  color: #F4F5F6;
}
.full-width-stat .stat-text .number {
  font-size: 80px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 72px;
  /* 90% */
  letter-spacing: -1.6px;
  margin-bottom: 8px;
}
.full-width-stat .stat-text .text {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Hind Siliguri", sans-serif;
}

.small-stat {
  position: relative;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 24px;
  min-height: 161px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #D3EFA9;
  background-image: url("../images/landing-text-card-bg.png");
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .small-stat {
    margin-bottom: 10px;
  }
}
.small-stat .stat-text {
  color: #687178;
}
.small-stat .stat-text .number {
  font-size: 48px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 72.5px;
  /* 151.042% */
  letter-spacing: -0.96px;
  margin-bottom: 8px;
}
.small-stat .stat-text .text {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Hind Siliguri", sans-serif;
}
.small-stat.light-bg {
  background-color: #EDF8DD;
}

.product-and-services-section .section-title-wrapper {
  margin-bottom: 20px;
}
.product-and-services-section .product-cards-row {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .product-and-services-section .product-cards-row {
    padding-left: 0;
    padding-right: 0;
  }
}

.accordion-section .section-title-wrapper {
  margin-bottom: 30px;
}
.accordion-section .image-wrapper {
  border-radius: 16px;
}
.accordion-section .image-wrapper img {
  border-radius: 16px;
}

.ir-references {
  position: relative;
}
.ir-references .section-title-wrapper {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .ir-references .section-title-wrapper .link-wrapper {
    position: absolute;
    top: 50px;
    right: 132px;
  }
}
.ir-references .IR-paneliSwiper .swiper-wrapper {
  padding-bottom: 80px;
}

.contact-us-section {
  background: linear-gradient(0deg, #FFFFFF 50%, #F9FAFB 50%);
}

.contact-us-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  background-color: #EDF8DD;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/landing-text-card-bg.png");
  box-shadow: 0px 8px 10px -4px rgba(18, 40, 16, 0.03), 0px 9px 24px -4px rgba(16, 40, 18, 0.08);
}
@media screen and (min-width: 991px) {
  .contact-us-wrapper {
    padding: 64px;
  }
}
.contact-us-wrapper .btn-primary {
  position: absolute;
  top: 64px;
  right: 64px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .contact-us-wrapper .btn-primary {
    position: relative;
    top: unset;
    right: unset;
  }
}

.white-box-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
}
.white-box-wrapper .white-box-title h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.white-box-wrapper .white-box-text p {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 28px;
  /* 155.556% */
}
.white-box-wrapper .btn-primary {
  margin-top: 32px;
}

.approach-section .section-title-wrapper {
  margin-bottom: 30px;
}
.approach-section .swiper-wrapper {
  padding-bottom: 80px;
}

.customers-opinion-section .opinionSwiper .swiper-wrapper {
  padding-bottom: 32px;
}
.customers-opinion-section .opinionSwiper .swiper-pagination {
  text-align: start;
  top: unset !important;
  bottom: 0 !important;
}
.customers-opinion-section .opinionSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7FBC24;
}
.customers-opinion-section .opinions-holder-wrapper {
  padding: 32px;
  background-color: #F4F5F6;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url("../images/landing-text-card-bg.png");
}
@media screen and (min-width: 991px) {
  .customers-opinion-section .opinions-holder-wrapper {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0;
    padding: 64px;
  }
}
.customers-opinion-section .bg-holder {
  position: relative;
  height: 300px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media screen and (min-width: 991px) {
  .customers-opinion-section .bg-holder {
    border-top-left-radius: 0;
    border-bottom-right-radius: 24px;
    height: 100%;
  }
}
.customers-opinion-section .bg-holder .play-button {
  position: absolute;
  top: 50%;
  right: 40%;
  transform: translate(0%, -50%);
}

.blog-swiper-section {
  position: relative;
}
.blog-swiper-section .section-title-wrapper {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .blog-swiper-section .section-title-wrapper .link-wrapper {
    position: absolute;
    top: 50px;
    right: 132px;
  }
}
.blog-swiper-section .swiper-row {
  margin-top: 64px;
}
.blog-swiper-section .swiper-row .blogCardsSwiper .swiper-wrapper {
  padding-bottom: 80px;
}

.landing-card {
  position: relative;
}
.landing-card:not(:last-child) {
  margin-bottom: 24px;
}
.landing-card .landing-image-card {
  border-radius: 24px;
  height: 417px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.landing-card .landing-text-card {
  position: relative;
  border-radius: 24px;
  background-color: #D3EFA9;
  background-image: url("../images/landing-text-card-bg.png");
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .landing-card .landing-text-card {
    height: 417px;
    padding: 56px 24px;
  }
}
@media screen and (min-width: 992px) {
  .landing-card .landing-text-card .landing-text-card-wrapper {
    padding-top: 140px;
  }
}
.landing-card .landing-text-card .landing-text-card-wrapper .card-big-title {
  font-size: 64px;
  font-weight: 600;
  color: #1C1F21;
}
.landing-card .landing-text-card .landing-text-card-wrapper .card-small-title {
  font-size: 32px;
  font-weight: 600;
  color: #1C1F21;
}
.landing-card .landing-text-card .landing-text-card-wrapper .card-text {
  font-size: 1.25rem;
}

.subpage-card {
  position: relative;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .subpage-card:not(:last-child) {
    margin-bottom: 32px;
  }
}
.subpage-card .subpage-image-card {
  border-radius: 24px;
  height: 417px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subpage-card .subpage-wide-image-card {
  position: relative;
  border-radius: 24px;
  height: 439px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subpage-card .subpage-fully-wide-image-card {
  position: relative;
  border-radius: 24px;
  height: 432px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subpage-card .subpage-text-card {
  position: relative;
  border-radius: 24px;
  /*height: 417px;*/
  padding: 48px 24px;
  background-color: #D3EFA9;
  background-image: url("../images/landing-text-card-bg.png");
}
.subpage-card .subpage-text-card .subpage-text-card-wrapper {
  padding-top: 140px;
}
.subpage-card .subpage-text-card .subpage-text-card-wrapper .card-big-title {
  font-size: 64px;
  font-weight: 600;
  color: #1C1F21;
}
.subpage-card .subpage-text-card .subpage-text-card-wrapper .card-small-title {
  font-size: 32px;
  font-weight: 600;
  color: #1C1F21;
}
.subpage-card .subpage-text-card .subpage-text-card-wrapper .card-text {
  font-size: 1.25rem;
}

.subpage-green-card .subpage-green-card-text {
  position: relative;
  border-radius: 24px;
  padding: 24px;
  background-color: #D3EFA9;
  background-size: cover;
  background-image: url("../images/landing-text-card-bg.png");
}
.subpage-green-card .subpage-green-card-text .card-big-title {
  font-size: 4rem;
  font-weight: 600;
  color: #1C1F21;
  font-family: "Poppins", sans-serif;
}
.subpage-green-card .subpage-green-card-text .card-big-title .small-word {
  font-size: 1.25rem;
}
.subpage-green-card .subpage-green-card-text .card-text p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.product-card:not(:last-child) {
  margin-bottom: 32px;
}
.product-card .product-card-wrapper {
  background-color: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  transition: 0.3s ease-in-out;
}
.product-card .product-card-wrapper:hover {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.1), 0px 12px 16px -4px rgba(16, 24, 40, 0.2);
}
.product-card .product-card-wrapper .product-card-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-card .product-card-wrapper .product-card-title {
  padding-top: 32px;
  padding-right: 32px;
  padding-left: 32px;
}
.product-card .product-card-wrapper .product-card-title .product-card-pre-text {
  color: #A3CE62;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}
.product-card .product-card-wrapper .product-card-title h2 {
  font-size: 2.25rem;
  margin-bottom: 0;
}
.product-card .product-card-wrapper .product-card-content {
  padding: 32px;
}
.product-card .product-card-wrapper .product-card-content .card-list {
  padding-left: 0;
}
.product-card .product-card-wrapper .product-card-content .card-list li {
  list-style: none;
  color: #4C5257;
  position: relative;
  padding-left: 40px;
  margin-bottom: 13px;
}
.product-card .product-card-wrapper .product-card-content .card-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/check_icon.svg");
}
.product-card .product-card-wrapper .product-card-content .btn-wrapper {
  width: 100%;
  margin-top: 35px;
}
.product-card .product-card-wrapper .product-card-content .btn-wrapper .btn-primary {
  width: 100%;
}

.reference-card {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.reference-card .reference-bg {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reference-card .green-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.5s ease-in-out;
  height: 218px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  padding: 20px 30px;
  background-color: #A3CE62;
}
.reference-card .green-overlay .reference-title h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 30px;
  color: #FBFBFB;
}
.reference-card .green-overlay .reference-stats {
  opacity: 1;
  transition: 0.28s ease;
  color: #FBFBFB;
}
.reference-card .green-overlay .reference-stats ul {
  padding-left: 1;
}
.reference-card .green-overlay .reference-stats ul li {
  list-style: none;
}
.reference-card .green-overlay .link-wrapper a {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #1C1F21;
  opacity: 1;
  transition: 0.28s ease;
}

/* dodatno na hover */
.reference-card .green-overlay {
  height: 218px;
}
.reference-card .green-overlay .reference-stats {
  opacity: 1;
}
.reference-card .green-overlay .link-wrapper a {
  opacity: 1;
}
.reference-card .green-overlay .link-wrapper a img {
  position: relative;
  left: 0;
  transition: 0.2s;
}
.reference-card .green-overlay .link-wrapper a:hover img {
  left: 5px;
}

.reference-card .green-overlay .reference-stats ul{
    padding-left: 0px;
}
/* zaključeno dodatno na hoover */

.approach-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: 24px;
  padding: 24px;
  background-color: #F6F7F6;
  transition: all 0.28s ease-in;
}
.approach-card:hover {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.1);
}
.approach-card .approach-card-number {
  height: 75px;
  width: 75px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  border: 10px solid var(--Primary-200, #EDF8DD);
  background: var(--Primary-300, #D3EFA9);
}
.approach-card .approach-card-number .number {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
  color: #5D891A;
}

.opinion-slide .stars-wrapper {
  display: flex;
  justify-content: start;
  margin-bottom: 24px;
}
.opinion-slide .stars-wrapper .star {
  margin-right: 3px;
}
.opinion-slide .opinion {
  margin-bottom: 24px;
}
.opinion-slide .opinion p {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: -0.72px;
  color: #1C1F21;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .opinion-slide .opinion p {
    font-size: 1.25rem;
  }
}
.opinion-slide .opinion-writer .name {
  font-size: 1.125rem;
  color: #1C1F21;
  margin-bottom: 0;
}
.opinion-slide .opinion-writer .status {
  font-size: 1rem;
  color: #687178;
  margin-bottom: 0;
}

.blog-card-wrapper .card-image {
  height: 240px;
  width: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-card-wrapper .card-category {
  margin-top: 20px;
}
.blog-card-wrapper .card-category span {
  font-size: 0.875rem;
  color: #7FBC24;
}
.blog-card-wrapper .card-title {
  margin-top: 6px;
}
.blog-card-wrapper .card-title h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1C1F21;
  transition: 0.2s;
}
.blog-card-wrapper .card-title img {
  height: 100%;
}
.blog-card-wrapper .card-dsc p {
  margin-bottom: 0;
}
.blog-card-wrapper:hover .card-title h4 {
  color: #7FBC24;
}

.horizontal-blog-card-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
@media screen and (max-width: 991px) {
  .horizontal-blog-card-wrapper {
    flex-direction: column;
  }
}
.horizontal-blog-card-wrapper:hover .card-title h4 {
  color: #7FBC24;
}
.horizontal-blog-card-wrapper:first-child {
  margin-bottom: 32px;
}
.horizontal-blog-card-wrapper .card-image {
  height: 230px;
  width: 100%;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.horizontal-blog-card-wrapper .card-body .card-category span {
  font-size: 0.875rem;
  color: #7FBC24;
}
.horizontal-blog-card-wrapper .card-body .card-title {
  margin-top: 6px;
}
.horizontal-blog-card-wrapper .card-body .card-title h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1C1F21;
  transition: 0.2s;
}
.horizontal-blog-card-wrapper .card-body .card-dsc p {
  margin-bottom: 0;
}

.ir-advantage-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 20px 20px;
  background-color: #F6FCEE;
  transition: all 0.28s ease-in;
}
@media screen and (min-width: 1299px) {
  .ir-advantage-card {
    padding: 40px 32px;
  }
}
.ir-advantage-card:hover {
  box-shadow: 0px 4px 10px -2px rgba(16, 24, 40, 0.1);
}
.ir-advantage-card .ir-advantage-card-icon {
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #7FBC24;
  margin-bottom: 24px;
}
.ir-advantage-card .ir-advantage-card-icon .icon {
  width: 24px;
  height: 24px;
}
.ir-advantage-card .ir-advantage-card-title h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.ir-advantage-card .ir-advantage-card-dsc p {
  font-size: 1rem;
  line-height: 24px;
}

.choosing-card:nth-child(1) .choosing-card-wrapper {
  background-color: #BEC2C6;
  border-radius: 16px 50px;
}
.choosing-card:nth-child(2) .choosing-card-wrapper {
  border-radius: 50px 16px;
  background-color: #D3EFA9;
}
.choosing-card:nth-child(3) .choosing-card-wrapper {
  border-radius: 50px 16px;
  background-color: #D3EFA9;
}
.choosing-card:nth-child(4) .choosing-card-wrapper {
  background-color: #BEC2C6;
  border-radius: 16px 50px;
}
.choosing-card .choosing-card-wrapper {
  position: relative;
  height: 281px;
  padding: 32px;
  justify-content: flex-end;
  align-items: flex-start;
  background-size: cover;
}
.choosing-card .choosing-card-wrapper .choosing-card-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.choosing-card .choosing-card-wrapper .choosing-card-inner .choosing-card-title {
  margin-bottom: 8px;
}
.choosing-card .choosing-card-wrapper .choosing-card-inner .choosing-card-title h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.choosing-card .choosing-card-wrapper .choosing-card-inner .choosing-card-dsc p {
  line-height: 24px;
}
.choosing-card .choosing-card-wrapper .choosing-card-inner .choosing-card-btn {
  margin-top: 24px;
}

.panel-card-wrapper .panel-card {
  border: 1px solid #BEC2C6;
  border-radius: 16px;
  transition: 0.2s;
}
.panel-card-wrapper .panel-card:hover {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.1);
}
.panel-card-wrapper .panel-card:hover .card-prod-name {
  color: #7FBC24 !important;
}
.panel-card-wrapper .panel-card .card-bg-holder {
  height: 326px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #BEC2C6;
}
.panel-card-wrapper .panel-card .card-bottom-part {
  border-top: none !important;
  position: relative;
  padding: 20px 24px;
}
.panel-card-wrapper .panel-card .card-bottom-part .card-arrow {
  position: absolute;
  top: 20px;
  right: 24px;
}
.panel-card-wrapper .panel-card .card-bottom-part .card-prod-name {
  color: #1C1F21;
  margin-bottom: 6px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  transition: 0.2s;
  max-width: 90%;
  /* 150% */
}
.panel-card-wrapper .panel-card .card-bottom-part .small-card-dsc {
  color: #687178;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.additional-information-card {
  background-color: #F6FCEE;
  border-radius: 24px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
}
.additional-information-card .icon-holder {
  margin-bottom: 24px;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #7FBC24;
}
.additional-information-card .icon-holder img {
  width: 24px;
  height: 24px;
}
.additional-information-card .card-title-wrapper {
  margin-bottom: 6px;
}
.additional-information-card .card-title-wrapper h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
  margin-bottom: 0;
}
.additional-information-card .card-text-wrapper {
  margin-bottom: 24px;
}
.additional-information-card .card-text-wrapper p {
  line-height: 24px;
  /* 150% */
}
.additional-information-card .card-text-wrapper p a {
  color: #1C1F21;
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
}
.additional-information-card .card-btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.additional-information-card .card-btns-wrapper .btn-primary {
  flex: 1;
  font-size: 0.875rem;
  padding: 8px 14px;
}
.additional-information-card .card-btns-wrapper .btn-primary:nth-child(3) {
  flex: unset;
}

.blog-type-2-card-wrapper {
  margin-bottom: 30px;
}
.blog-type-2-card-wrapper .card-bg-holder {
  display: flex;
  position: relative;
  height: 385px;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 8px;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.64) 6.65%, rgba(255, 255, 255, 0) 159.21%), #FFF;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-type-2-card-wrapper .card-bg-holder:hover .card-data-wrapper {
  background-color: #F6FCEE;
}
.blog-type-2-card-wrapper .card-bg-holder .card-data-wrapper {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.64) 6.65%, rgba(255, 255, 255, 0) 159.21%), #FFF;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: 0.2s;
}
.blog-type-2-card-wrapper .card-bg-holder .card-data-wrapper .blog-title {
  margin-top: 6px;
  margin-bottom: 6px;
}
.blog-type-2-card-wrapper .card-bg-holder .card-data-wrapper .date-posted span,
.blog-type-2-card-wrapper .card-bg-holder .card-data-wrapper .location-posted span {
  color: #687178;
  font-size: 0.875rem;
  line-height: 20px;
}

.green-information-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
  background: #EDF8DD;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .green-information-card {
    margin-bottom: 32px;
  }
}
.green-information-card .card-icon-holder {
  margin-bottom: 24px;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #7FBC24;
}
.green-information-card .card-icon-holder img {
  width: 24px;
  height: 24px;
}
.green-information-card .card-title-holder h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.green-information-card .card-text-holder p {
  color: #687178;
  line-height: 24px;
  /* 150% */
}

.statement-card:nth-child(1) .statement-card-wrapper {
  background-color: #F6FCEE;
  border-radius: 16px 50px;
}
.statement-card:nth-child(2) .statement-card-wrapper {
  border-radius: 50px 16px;
  background-color: #D3EFA9;
}
.statement-card:nth-child(3) .statement-card-wrapper {
  border-radius: 50px 16px;
  background-color: #D3EFA9;
}
.statement-card:nth-child(4) .statement-card-wrapper {
  background-color: #F6FCEE;
  border-radius: 16px 50px;
}
.statement-card .statement-card-wrapper {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
@media screen and (min-width: 991px) {
  .statement-card .statement-card-wrapper {
    gap: 64px;
  }
}
.statement-card .statement-card-wrapper .icon-holder {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #7FBC24;
}
.statement-card .statement-card-wrapper .icon-holder img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.statement-card .card-content .card-title {
  margin-bottom: 8px;
}
.statement-card .card-content .card-title h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.statement-card .card-content .card-dsc p {
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.gray-small-stat {
  position: relative;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 24px;
  min-height: 161px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FBFBFB;
  background-image: url("../images/green-mesh-bg.png");
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .gray-small-stat {
    margin-bottom: 32px;
  }
}
.gray-small-stat .stat-text .number {
  color: #1C1F21;
  font-size: 48px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 72.5px;
  /* 151.042% */
  letter-spacing: -0.96px;
  margin-bottom: 8px;
}
.gray-small-stat .stat-text .text {
  color: #687178;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Hind Siliguri", sans-serif;
}

.advantage-cooperation-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 40px 32px;
  background-color: #FFFFFF;
  border: 1px solid #DEE0E3;
  transition: all 0.28s ease-in;
}
.advantage-cooperation-card .advantage-cooperation-card-icon {
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #7FBC24;
  margin-bottom: 24px;
}
.advantage-cooperation-card .advantage-cooperation-card-icon .icon {
  width: 24px;
  height: 24px;
}
.advantage-cooperation-card .advantage-cooperation-card-title h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.advantage-cooperation-card .advantage-cooperation-card-dsc p {
  font-size: 1rem;
  line-height: 24px;
}

.subpage-grey-card:not(:last-child) {
  margin-bottom: 32px;
}
.subpage-grey-card .subpage-grey-card-wrapper {
  background-color: #FBFBFB;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
  border-radius: 24px;
  transition: 0.2s;
}
.subpage-grey-card .subpage-grey-card-wrapper:hover {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.1);
}
.subpage-grey-card .subpage-grey-card-wrapper .icon-holder {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #7FBC24;
}
.subpage-grey-card .subpage-grey-card-wrapper .icon-holder img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.subpage-grey-card .card-content .card-title {
  margin-bottom: 8px;
}
.subpage-grey-card .card-content .card-title h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.subpage-grey-card .card-content .card-dsc p {
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
.subpage-grey-card .card-content .card-dsc a {
  text-decoration: none;
  color: #7FBC24;
  font-weight: 600;
}

footer {
  background-color: #F6F7F6;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  footer {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}
footer .top-row .footer-logo-wrapper {
  margin-bottom: 30px;
}
footer .top-row .footer-insignia {
  margin-bottom: 30px;
}
footer .top-row .footer-insignia p {
  font-size: 0.875rem;
}
@media (min-width: 61.25em) {
  footer .top-row .footer-insignia p {
    font-size: 1rem;
  }
}
footer .top-row .footer-social-wrapper {
  margin-bottom: 32px;
}
footer .top-row .footer-social-wrapper .footer-social-list {
  padding: 0;
  margin: 0;
  display: inline;
}
footer .top-row .footer-social-wrapper .footer-social-list .footer-social-list-item {
  list-style: none;
  display: inline;
}
footer .top-row .footer-social-wrapper .footer-social-list .footer-social-list-item .footer-social-link img {
  margin-right: 8px;
  transition: 0.2s;
}
footer .top-row .footer-social-wrapper .footer-social-list .footer-social-list-item .footer-social-link img:hover {
  filter: invert(32%) sepia(8%) saturate(488%) hue-rotate(165deg) brightness(89%) contrast(87%);
}
footer .top-row .footer-links-title {
  margin-bottom: 14px;
}
footer .top-row .footer-links-title h5 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1C1F21;
}
footer .top-row .footer-links-list {
  padding: 0;
  margin: 0;
}
footer .top-row .footer-links-list .footer-links-list-item {
  list-style: none;
  margin-bottom: 8px;
}
footer .top-row .footer-links-list .footer-links-list-item .footer-link {
  color: #687178;
  font-size: 0.875rem;
  font-weight: 600;
  transition: 0.2s;
}
@media (min-width: 61.25em) {
  footer .top-row .footer-links-list .footer-links-list-item .footer-link {
    font-size: 1rem;
  }
}
footer .top-row .footer-links-list .footer-links-list-item .footer-link:hover {
  color: #7FBC24 !important;
}
footer .bottom-row .border-holder {
  border: 1px solid #9DA4AA;
  margin-bottom: 32px;
}
footer .bottom-row .links-wrapper a {
  font-size: 0.875rem;
  color: #9DA4AA;
  margin-right: 24px;
  transition: 0.2s;
}
footer .bottom-row .links-wrapper a:last-child {
  margin-right: 0;
}
footer .bottom-row .links-wrapper a:hover {
  color: #7FBC24 !important;
}
@media screen and (max-width: 767px) {
  footer .bottom-row .credits {
    text-align: center;
  }
}

.ir-ogrevanje-first {
  padding-bottom: 40px;
}
.ir-ogrevanje-first .subpage-cards-row {
  padding-bottom: 96px;
}
@media (min-width: 20em) and (max-width: 61.24em) {
  .ir-ogrevanje-first .subpage-cards-row {
    padding-bottom: 0;
  }
}
@media (min-width: 20em) and (max-width: 61.24em) {
  .ir-ogrevanje-first .subpage-cards-row .subpage-card:first-child {
    margin-bottom: 32px;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .ir-ogrevanje-delovanje .section-title-wrapper,
  .ir-sun .section-title-wrapper,
  .start-section-with-two-images .section-title-wrapper {
    margin-bottom: 0;
  }
}
.ir-ogrevanje-delovanje .subpage-cards-row .subpage-card:first-child .subpage-wide-image-card,
.ir-sun .subpage-cards-row .subpage-card:first-child .subpage-wide-image-card,
.start-section-with-two-images .subpage-cards-row .subpage-card:first-child .subpage-wide-image-card {
  border-top-right-radius: 50px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .ir-ogrevanje-delovanje .subpage-cards-row .subpage-card:first-child .subpage-wide-image-card,
  .ir-sun .subpage-cards-row .subpage-card:first-child .subpage-wide-image-card,
  .start-section-with-two-images .subpage-cards-row .subpage-card:first-child .subpage-wide-image-card {
    margin-bottom: 32px;
  }
}
.ir-ogrevanje-delovanje .subpage-cards-row .subpage-card:last-child .subpage-wide-image-card,
.ir-sun .subpage-cards-row .subpage-card:last-child .subpage-wide-image-card,
.start-section-with-two-images .subpage-cards-row .subpage-card:last-child .subpage-wide-image-card {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.section-with-full-width-image {
  padding-bottom: 96px;
}
.section-with-full-width-image .section-title-wrapper .section-title {
  margin-bottom: 24px;
}

.acordion-with-image-section .accordion-type-2 {
  margin-top: 30px;
}
.acordion-with-image-section .accordion-type-2 .accordion-item {
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.acordion-with-image-section .accordion-type-2 .accordion-item .collapsed {
  box-shadow: none;
}

.advantages-of-ir-heating {
  position: relative;
}
.advantages-of-ir-heating .section-title-wrapper {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .advantages-of-ir-heating .section-title-wrapper .link-wrapper {
    position: absolute;
    top: 50px;
    right: 132px;
  }
}
.advantages-of-ir-heating .swiper-row .IRadvantagesSwiper .swiper-wrapper {
  padding-bottom: 80px;
}
.advantages-of-ir-heating .swiper-row .IRadvantagesSwiper .swiper-wrapper .swiper-slide .ir-advantage-card {
  height: 212px;
}

.why-change-to-ir-heating,
.advantages-of-ekosen-ir-panels {
  position: relative;
}
.why-change-to-ir-heating .section-title-wrapper,
.advantages-of-ekosen-ir-panels .section-title-wrapper {
  margin-bottom: 24px;
}
.why-change-to-ir-heating .section-title-wrapper .link-wrapper,
.advantages-of-ekosen-ir-panels .section-title-wrapper .link-wrapper {
  position: absolute;
  top: 96px;
  right: 132px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .why-change-to-ir-heating .section-title-wrapper .link-wrapper,
  .advantages-of-ekosen-ir-panels .section-title-wrapper .link-wrapper {
    top: 36px;
    right: 15px;
  }
}
.why-change-to-ir-heating .swiper-row,
.advantages-of-ekosen-ir-panels .swiper-row {
  margin-top: 64px;
}
.why-change-to-ir-heating .swiper-row .IRadvantagesSwiper .swiper-wrapper,
.advantages-of-ekosen-ir-panels .swiper-row .IRadvantagesSwiper .swiper-wrapper {
  padding-bottom: 80px;
}
.why-change-to-ir-heating .swiper-row .IRadvantagesSwiper .swiper-wrapper .swiper-slide .ir-advantage-card,
.advantages-of-ekosen-ir-panels .swiper-row .IRadvantagesSwiper .swiper-wrapper .swiper-slide .ir-advantage-card {
  min-height: 350px;
}

.how-it-works .how-it-works-wrapper h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
}
@media (min-width: 61.25em) {
  .how-it-works .how-it-works-wrapper h3 {
    font-size: 2.25rem;
  }
}
.how-it-works .how-it-works-wrapper p {
  line-height: 24px;
  /* 150% */
}
.how-it-works .section-col-left-image img {
  border-radius: 16px;
}
@media screen and (min-width: 767px) {
  .how-it-works .section-col-left-image img {
    border-bottom-left-radius: 80px;
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.how-it-works .section-col-right-image img {
  border-radius: 16px;
}
@media screen and (min-width: 767px) {
  .how-it-works .section-col-right-image img {
    border-top-right-radius: 80px;
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ir-heating-products-section #map {
  height: 500px;
}
.ir-heating-products-section #map .gmnoprint {
  display: none;
}

.own-production {
  background: linear-gradient(0deg, #FFFFFF 50%, #F6F7F6 50%);
}
.own-production .guarantee-and-quality {
  margin-bottom: 24px;
}
.own-production .guarantee-and-quality .icon-holder {
  margin-right: 16px;
  background-color: white;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--Natural-100, #F4F5F6);
}
.own-production .guarantee-and-quality .box-content .box-title h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.own-production .guarantee-and-quality .box-content .box-dsc p {
  line-height: 24px;
  /* 150% */
}
.own-production .iframe-row {
  margin-top: 40px;
}

.advantages-of-ir-heating .ir-advantage-card {
  height: 100% !important;
}

.quote-section .quote-wrapper {
  padding: 16px;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .quote-section .quote-wrapper {
    padding: 32px;
  }
}
@media (min-width: 61.25em) {
  .quote-section .quote-wrapper {
    padding: 32px 64px;
  }
}
.quote-section .quote-wrapper .quote-green-text {
  margin-bottom: 24px;
}
.quote-section .quote-wrapper .quote-green-text p {
  color: #7FBC24;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}
.quote-section .quote-wrapper .quote-main-text p {
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
  color: #1C1F21;
}
@media (min-width: 61.25em) {
  .quote-section .quote-wrapper .quote-main-text p {
    font-size: 2.25rem;
  }
}

.pure-image-swiper .pureImageSwiper .swiper-slide img {
  border-radius: 24px;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-half-text-half-image .reason-with-icon-wrapper {
  position: relative;
  padding-left: 67px;
}
.section-half-text-half-image .reason-with-icon-wrapper .igreen-icon {
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #DEE0E3;
  background: #7FBC24;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.section-half-text-half-image .reason-with-icon-wrapper .igreen-icon img {
  width: 24px;
  height: 24px;
}
.section-half-text-half-image .reason-with-icon-wrapper .reason-title {
  margin-bottom: 8px;
}
.section-half-text-half-image .reason-with-icon-wrapper .reason-title h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}
.section-half-text-half-image .reason-with-icon-wrapper .reason-dsc p {
  line-height: 24px;
}
.section-half-text-half-image .reason-with-icon-wrapper-top {
  position: relative;
}
.section-half-text-half-image .reason-with-icon-wrapper-top .igreen-icon {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #DEE0E3;
  background: #7FBC24;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  margin-bottom: 20px;
}
.section-half-text-half-image .reason-with-icon-wrapper-top .igreen-icon img {
  width: 24px;
  height: 24px;
}
.section-half-text-half-image .reason-with-icon-wrapper-top .reason-title {
  margin-bottom: 8px;
}
.section-half-text-half-image .reason-with-icon-wrapper-top .reason-title h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}
.section-half-text-half-image .reason-with-icon-wrapper-top .reason-dsc p {
  line-height: 24px;
}
.section-half-text-half-image .img-bg-holder {
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-with-progress-swiper .progressSwiper .swiper-wrapper {
  padding-bottom: 80px;
}
.section-with-progress-swiper .progressSwiper .swiper-wrapper .swiper-slide img {
  border-radius: 24px;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-with-progress-swiper .progressSwiper .swiper-pagination {
  top: unset;
  bottom: 0;
}
.section-with-progress-swiper .progressSwiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #7FBC24;
}

.col-wrapper {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .col-wrapper {
    margin-bottom: 32px;
  }
}
.col-wrapper .col-title h4 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.col-wrapper .col-dsc p {
  line-height: 24px;
  /* 150% */
}

.subpage-landing-section-with-image .main-heading-title {
  margin-bottom: 8px;
}
.subpage-landing-section-with-image .main-heading-title h1 {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 72px;
  /* 120% */
  letter-spacing: -1.2px;
}
.subpage-landing-section-with-image .subpage-landing-image-wrapper img {
  border-radius: 0 64px;
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.split-section-with-image-and-cards .section-title-wrapper .section-subtext-smaller p {
  max-width: 480px;
}
.split-section-with-image-and-cards .subpage-green-card:first-child {
  margin-bottom: 24px;
}

.instalment-section .instalment-wrapper {
  padding: 32px;
  background-color: #D3EFA9;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media screen and (min-width: 991px) {
  .instalment-section .instalment-wrapper {
    padding: 64px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0;
  }
}
.instalment-section .instalment-wrapper .instalment-text-wrapper .instalments-title {
  margin-bottom: 20px;
}
.instalment-section .instalment-wrapper .instalment-text-wrapper .instalments-title h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
}
.instalment-section .instalment-wrapper .instalment-text-wrapper .instalments-text {
  margin-bottom: 40px;
  max-width: 608px;
}
.instalment-section .instalment-wrapper .instalment-text-wrapper .instalments-text p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}
.instalment-section .bg-holder {
  position: relative;
  height: 300px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 767px) {
  .instalment-section .bg-holder {
    height: 100%;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 0;
  }
}

.form-section .container,
.contact-us-form-section .container {
  border-radius: 24px;
}
.form-section .section-title-wrapper .section-pre-text,
.contact-us-form-section .section-title-wrapper .section-pre-text {
  margin-bottom: 12px;
}
.form-section .section-title-wrapper .section-pre-text h5,
.contact-us-form-section .section-title-wrapper .section-pre-text h5 {
  margin: 0;
}
.form-section .section-title-wrapper .section-title,
.contact-us-form-section .section-title-wrapper .section-title {
  margin-bottom: 20px;
}
.form-section .section-title-wrapper .section-title h2,
.contact-us-form-section .section-title-wrapper .section-title h2 {
  margin-bottom: 0;
}
.form-section .section-title-wrapper .section-subtext,
.contact-us-form-section .section-title-wrapper .section-subtext {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
}

.section-with-tabs .nav-tabs {
  gap: 16px;
  justify-content: center;
  border-bottom: 1px solid #DEE0E3;
}
.section-with-tabs .nav-tabs .nav-item .nav-link {
  padding: 1px 4px 11px 4px;
  color: #7B848C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.section-with-tabs .nav-tabs .nav-item .nav-link.active {
  border-top: none;
  border-left: none;
  border-right: none;
  color: #7FBC24;
  font-weight: 600;
  border-bottom: 2px solid #7FBC24;
}
.section-with-tabs .tab-content .tab-pane {
  padding: 24px 32px;
  gap: 24px;
  border-radius: 24px;
  border: 1px solid #DEE0E3;
  background: #FFFFFF;
}
@media (min-width: 61.25em) {
  .section-with-tabs .tab-content .tab-pane.active {
    display: flex;
  }
}

.breadcrumb-row {
  margin-bottom: 26px;
}
.breadcrumb-row .breadcrumb .breadcrumb-item a {
  color: #7B848C;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}
.breadcrumb-row .breadcrumb .breadcrumb-item.active {
  color: #7FBC24;
}

.product-row .product-gallery-wrapper .swiperMainImages {
  border: 1px solid #DEE0E3;
  border-radius: 14px;
}
.product-row .product-gallery-wrapper .swiperMainImages .swiper-slide img {
  border-radius: 16px;
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 991px) {
  .product-row .product-gallery-wrapper .swiperMainImages .swiper-slide img {
    height: 400px;
  }
}
.product-row .product-gallery-wrapper .swiperMainImages .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%) !important;
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.product-row .product-gallery-wrapper .swiperMainImages .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%) !important;
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.product-row .product-gallery-wrapper .swiperThumbs .swiper-slide {
  border: 1px solid #DEE0E3;
  border-radius: 14px;
}
.product-row .product-gallery-wrapper .swiperThumbs .swiper-slide img {
  border-radius: 16px;
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 991px) {
  .product-row .product-gallery-wrapper .swiperThumbs .swiper-slide img {
    height: 150px;
  }
}
.product-row .product-gallery-wrapper .swiperThumbs .swiper-slide:hover {
  cursor: pointer;
}
.product-row .product-presentation-wrapper .small-insignia {
  margin-bottom: 6px;
}
.product-row .product-presentation-wrapper .small-insignia p {
  font-size: 0.875rem;
  line-height: 24px;
  /* 150% */
}
@media (min-width: 61.25em) {
  .product-row .product-presentation-wrapper .small-insignia p {
    font-size: 1rem;
  }
}
.product-row .product-presentation-wrapper .product-name h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
  color: #1C1F21;
}
.product-row .product-presentation-wrapper .product-description {
  margin-top: 85px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .product-row .product-presentation-wrapper .product-description {
    margin-bottom: 32px;
  }
}
.product-row .product-presentation-wrapper .product-description p {
  font-size: 0.875rem;
  line-height: 24px;
  /* 150% */
}
@media (min-width: 61.25em) {
  .product-row .product-presentation-wrapper .product-description p {
    font-size: 1rem;
  }
}
.product-row .product-presentation-wrapper .item-label {
  font-weight: 600;
}
.product-row .product-presentation-wrapper .product-power-selection {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-row .product-presentation-wrapper .product-power-selection::-webkit-scrollbar {
  display: none;
}
.product-row .product-presentation-wrapper .product-power-selection .power-item {
  border-radius: 16px;
  background: #F4F5F6;
  border: 1px solid #DEE0E3;
  color: #4C5257;
  padding: 4px 16px;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-row .product-presentation-wrapper .product-power-selection .power-item:hover {
  background: #F6FCEE;
}
.product-row .product-presentation-wrapper .product-power-selection .power-item:not(:last-of-type) {
  margin-right: 10px;
}
.product-row .product-presentation-wrapper .product-color-selection {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-row .product-presentation-wrapper .product-color-selection::-webkit-scrollbar {
  display: none;
}
.product-row .product-presentation-wrapper .product-color-selection .color-item {
  border-radius: 16px;
  background: #F4F5F6;
  border: 1px solid #DEE0E3;
  color: #4C5257;
  padding: 4px 16px;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-row .product-presentation-wrapper .product-color-selection .color-item:hover {
  background: #F6FCEE;
}
.product-row .product-presentation-wrapper .product-color-selection .color-item:not(:last-of-type) {
  margin-right: 10px;
}
.product-row .product-presentation-wrapper .product-green-squares .green-square {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--Natural-100, #F4F5F6);
  background: #F6FCEE;
  transition: 0.3s;
}
.product-row .product-presentation-wrapper .product-green-squares .green-square:hover {
  box-shadow: 0 4px 5px rgba(142, 142, 142, 0.1);
}
.product-row .product-presentation-wrapper .product-green-squares .green-square .green-icon {
  margin-right: 16px;
  border-radius: 10px;
  background: #7FBC24;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.product-row .product-presentation-wrapper .product-green-squares .green-square .green-square-text .green-text {
  color: #7FBC24;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}
.product-row .product-presentation-wrapper .product-green-squares .green-square .green-square-text .small-plain-text {
  font-size: 12px;
  color: #7B848C;
  font-weight: 400;
  line-height: 15.5px;
  /* 129.167% */
}

.main-properties-list {
  padding: 0;
  margin: 0;
}
.main-properties-list li {
  position: relative;
  list-style: none;
  padding-left: 36px;
  margin-bottom: 28px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}
.main-properties-list li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background-color: #EDF8DD;
  background-image: url("../images/check_icon.svg");
  background-repeat: no-repeat;
}

.reference-first {
  padding-bottom: 96px;
}
@media screen and (min-width: 991px) {
  .reference-first .section-title-wrapper {
    padding-bottom: 96px;
  }
}
.reference-first .subpage-cards-row {
  padding-bottom: 96px;
}
.reference-first .subpage-cards-row .subpage-card:first-child .subpage-wide-image-card {
  border-top-right-radius: 50px;
}
.reference-first .subpage-cards-row .subpage-card:nth-child(2) .subpage-wide-image-card {
  border-top-left-radius: 50px;
}
.reference-first .subpage-cards-row .subpage-wide-image-card {
  height: 386px;
}

.o-nama {
  padding-bottom: 96px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .o-nama {
    padding-bottom: 76px;
  }
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .o-nama .section-title-wrapper {
    margin-bottom: 64px;
  }
}
@media (min-width: 61.25em) {
  .o-nama .section-title-wrapper {
    padding-bottom: 96px;
  }
}
.o-nama .subpage-cards-row .subpage-card:first-child .subpage-wide-image-card {
  border-top-right-radius: 50px;
}
.o-nama .subpage-cards-row .subpage-card:nth-child(2) .subpage-wide-image-card {
  border-top-left-radius: 50px;
}
.o-nama .subpage-cards-row .subpage-wide-image-card {
  height: 386px;
}

.single-referenca-first .subpage-cards-row .subpage-card:first-child .subpage-wide-image-card {
  border-top-right-radius: 50px;
}
.single-referenca-first .subpage-cards-row .subpage-wide-image-card {
  height: 386px;
}

.single-referenca-image-slider .section-title-wrapper .section-subtext p {
  font-size: 1rem;
}
@media (min-width: 61.25em) {
  .single-referenca-image-slider .section-title-wrapper .section-subtext p {
    font-size: 1.125rem;
  }
}
.single-referenca-image-slider .referencaGallerySwiper .swiper-wrapper {
  padding-bottom: 80px;
}
.single-referenca-image-slider .referencaGallerySwiper .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 396px;
  width: 100%;
}
.single-referenca-image-slider .project-description-usage h3 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
  margin-bottom: 24px;
}
.single-referenca-image-slider .project-description-usage p {
  line-height: 24px;
  /* 150% */
}

.structure-data-section .list-unstyled li {
  margin-bottom: 8px;
  line-height: 24px;
  /* 150% */
}
.structure-data-section .list-unstyled li .data-name {
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}
.structure-data-section .structure-data-card {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #F4F5F6;
  background: #FFF;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.structure-data-section .structure-data-card .card-title {
  margin-bottom: 32px;
}
.structure-data-section .structure-card {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--Natural-100, #F4F5F6);
  background: #FFF;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.structure-data-section .structure-card .card-title {
  margin-bottom: 32px;
}
.structure-data-section .structure-card ul {
  margin-bottom: 0;
}
.structure-data-section .structure-card ul li {
  line-height: 24px;
  /* 150% */
}
.structure-data-section .structure-green-card {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #F4F5F6;
  background: #F6FCEE;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.structure-data-section .structure-green-card .card-title {
  margin-bottom: 32px;
}
.structure-data-section .structure-green-card .card-title h3 {
  color: #4C5257;
}
.structure-data-section .structure-green-card p {
  color: #4C5257;
  line-height: 24px;
  /* 150% */
}
.structure-data-section .structure-green-card ul {
  margin-bottom: 0;
}
.structure-data-section .structure-green-card ul li {
  line-height: 24px;
  /* 150% */
}

.ir-references-grid {
  position: relative;
}
.ir-references-grid .category-link a {
  border-radius: 16px;
  background: #F4F5F6;
  border: 1px solid #DEE0E3;
  color: #4C5257;
  padding: 2px 16px;
  transition: 0.2s;
  margin-right: 10px;
}
.ir-references-grid .category-link a:hover {
  background-color: #F6FCEE;
}
.ir-references-grid .reference-card {
  margin-bottom: 24px;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .ir-references-grid .reference-card {
    margin-bottom: 32px;
  }
}
@media (min-width: 61.25em) {
  .ir-references-grid .reference-card {
    margin-bottom: 64px;
  }
}

.section-with-green-box {
  background-color: #FBFBFB;
}
.section-with-green-box .section-title-wrapper {
  margin-bottom: 40px;
}
.section-with-green-box .green-box {
  border-radius: 24px;
  background-color: #EDF8DD;
  padding: 24px;
}
.section-with-green-box .green-box .green-box-title {
  margin-bottom: 8px;
}
.section-with-green-box .green-box .green-box-title h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  /* 150% */
}
.section-with-green-box .green-box .green-box-dsc p {
  color: #687178;
  line-height: 24px;
  /* 150% */
}

.plain-white-text-section p {
  line-height: 24px;
  /* 150% */
}
.plain-white-text-section p:last-child {
  margin-bottom: 0;
}

.information-cards-section .cards-row {
  margin-top: 32px;
}

.plain-section-with-links .plain-section-title {
  margin-bottom: 20px;
}
.plain-section-with-links .plain-section-title h3 {
  margin-bottom: 0;
}
.plain-section-with-links .plain-section-buttons {
  padding-top: 24px;
  border-top: 1px solid #DEE0E3;
}

.last-posts-slider-section {
  background-color: #FBFBFB;
  position: relative;
}
.last-posts-slider-section .section-title-wrapper {
  margin-bottom: 24px;
}
.last-posts-slider-section .section-title-wrapper .link-wrapper {
  position: absolute;
  top: 96px;
  right: 132px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .last-posts-slider-section .section-title-wrapper .link-wrapper {
    position: relative !important;
    top: unset;
    right: unset;
  }
}
.last-posts-slider-section .swiper-row {
  margin-top: 64px;
}
.last-posts-slider-section .swiper-row .lastestPostsSwiper .swiper-wrapper {
  padding-bottom: 80px;
}
.last-posts-slider-section .swiper-row .lastestPostsSwiper .swiper-wrapper .swiper-slide .ir-advantage-card {
  height: 212px;
}

.quiz-section {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #EDF8DD;
  background-image: url("../images/green-mesh-bg.png");
}

.timeline-section {
  position: relative;
}
.timeline-section:before {
  content: "";
  position: absolute;
  width: 56px;
  height: calc(100% - 189px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background: repeating-linear-gradient(to bottom, transparent 0 4px, #BEC2C6 4px 8px) 50%/2px 100% no-repeat;
}
.timeline-section .timeline-event {
  padding-left: 96px;
  position: relative;
}
.timeline-section .timeline-event:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 40%;
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/featured-icon.svg");
}
.timeline-section .timeline-event:not(:last-child) {
  margin-bottom: 120px;
}
.timeline-section .timeline-event .timeline-image-holder img {
  border-radius: 24px;
  max-height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline-section .timeline-event .timeline-event-wrapper .event-year {
  margin-bottom: 8px;
}
.timeline-section .timeline-event .timeline-event-wrapper .event-year h3 {
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .our-people-section .employe-card {
    margin-bottom: 32px;
  }
}
.our-people-section .employe-card .employe-card-wrapper .employe-image-wrapper {
  margin-bottom: 24px;
}
.our-people-section .employe-card .employe-card-wrapper .employe-image-wrapper img {
  max-height: 320px;
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-people-section .employe-card .employe-card-wrapper .employe-name {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  color: #1C1F21;
  font-weight: 600;
}
.our-people-section .employe-card .employe-card-wrapper .employe-role {
  font-family: "Hind Siliguri", sans-serif;
  font-size: 1.125rem;
  color: #74B416;
  line-height: 28px;
}

.own-production-section .subpage-cards-row .subpage-card .subpage-wide-image-card,
.business-opurtunity-section .subpage-cards-row .subpage-card .subpage-wide-image-card {
  border-radius: 24px;
}

.advantages-of-local-production .section-title-wrapper .section-title {
  margin-bottom: 20px;
}
.advantages-of-local-production .section-title-wrapper .section-title h1 {
  font-size: 3rem;
}
.advantages-of-local-production .section-title-wrapper .section-subtext p {
  font-size: 1rem;
  color: #687178;
}
.advantages-of-local-production .light-green-card {
  background-color: #F6FCEE;
  border-radius: 24px;
  padding: 40px 32px;
}
.advantages-of-local-production .light-green-card .light-green-card-title h4 {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .advantages-of-local-production .light-green-card .light-green-card-title h4 {
    font-size: 1.125rem;
  }
}
.advantages-of-local-production .light-green-card .light-green-card-text p {
  color: #4C5257;
  line-height: 24px;
  /* 150% */
}

.local-production-image-slider-section .section-title-wrapper .section-title {
  margin-bottom: 20px;
}
.local-production-image-slider-section .section-title-wrapper .section-title h1 {
  font-size: 3rem;
}
.local-production-image-slider-section .section-title-wrapper .section-subtext p {
  font-size: 1rem;
  color: #687178;
}
.local-production-image-slider-section .localProductionGallery .swiper-wrapper {
  max-height: 500px;
}
.local-production-image-slider-section .localProductionGallery .swiper-wrapper .swiper-slide {
  width: unset;
  height: auto !important;
}
.local-production-image-slider-section .localProductionGallery .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.local-production-image-slider-section .localProductionGallery .swiper-pagination {
  top: unset;
  bottom: 0;
  left: 100px;
  width: calc(100% - 200px);
}
@media (min-width: 20em) and (max-width: 61.24em) {
  .local-production-image-slider-section .localProductionGallery .swiper-pagination {
    left: 70px;
    width: calc(100% - 140px);
  }
}
.local-production-image-slider-section .localProductionGallery .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #7FBC24;
}

.advantages-of-cooperation-section {
  background-color: #FBFBFB;
  position: relative;
}
.advantages-of-cooperation-section .section-title-wrapper {
  margin-bottom: 24px;
}
.advantages-of-cooperation-section .section-title-wrapper .link-wrapper {
  position: absolute;
  top: 96px;
  right: 132px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .advantages-of-cooperation-section .section-title-wrapper .link-wrapper {
    top: 36px;
    right: 15px;
  }
}
.advantages-of-cooperation-section .swiper-row {
  margin-top: 64px;
}
.advantages-of-cooperation-section .swiper-row .lastestPostsSwiper .swiper-wrapper {
  padding-bottom: 80px;
}
.advantages-of-cooperation-section .swiper-row .lastestPostsSwiper .swiper-wrapper .swiper-slide .ir-advantage-card {
  height: 212px;
}

.advantages-of-cooperation-section {
  position: relative;
}
.advantages-of-cooperation-section .section-title-wrapper {
  margin-bottom: 24px;
}
.advantages-of-cooperation-section .section-title-wrapper .link-wrapper {
  position: absolute;
  top: 96px;
  right: 132px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .advantages-of-cooperation-section .section-title-wrapper .link-wrapper {
    top: 36px;
    right: 15px;
  }
}
.advantages-of-cooperation-section .swiper-row {
  margin-top: 64px;
}
.advantages-of-cooperation-section .swiper-row .cooperationSwiper .swiper-wrapper {
  padding-bottom: 80px;
}
.advantages-of-cooperation-section .swiper-row .cooperationSwiper .swiper-wrapper .swiper-slide .advantage-cooperation-card {
  height: 402px;
}

.iframe-map-section .locations-wrapper .location {
  padding: 18px 24px;
  border-left: 4px solid #F4F5F6;
  transition: all 0.28s ease-in;
}
.iframe-map-section .locations-wrapper .location:hover {
  border-left: 4px solid #74B416;
}
.iframe-map-section .locations-wrapper .location .location-name {
  font-weight: 600;
}
.iframe-map-section .locations-wrapper .location .location-details p {
  color: #687178;
  line-height: 24px;
}
.iframe-map-section .locations-wrapper .location .location-details p a {
  color: #74B416;
}
.iframe-map-section .locations-wrapper .location .location-details p .view {
  margin-top: 10px;
  font-weight: 600;
}
.iframe-map-section #map {
  height: 400px;
}
@media screen and (min-width: 992px) {
  .iframe-map-section #map {
    height: 100%;
  }
}
.iframe-map-section #map .gmnoprint {
  display: none;
}

.opce-body .opce-text-wrapper {
  padding-top: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #DEE0E3;
}
.opce-body .opce-text-wrapper .title-wrapper h3 {
  color: #1C1F21;
  font-weight: 600;
  line-height: 38px;
}
.opce-body .opce-text-wrapper p {
  font-size: 1rem;
  line-height: 24px;
}
@media (min-width: 61.25em) {
  .opce-body .opce-text-wrapper p {
    font-size: 1.125remrem;
    line-height: 28px;
  }
}

.before-footer-section {
  background-color: #EDF8DD;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("../images/green-mesh-bg.png");
}
.before-footer-section .section-inner-wrapper {
  position: relative;
}
.before-footer-section .section-inner-wrapper .btn-primary {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .before-footer-section .section-inner-wrapper .btn-primary {
    position: relative;
    top: unset;
    right: unset;
  }
}

.blog-main-section .blog-card-wrapper .card-image {
  height: 294px;
}
@media screen and (max-width: 991px) {
  .blog-main-section .blog-card-wrapper .card-image {
    height: 230px;
  }
}

.main-card .card-image {
  height: 380px !important;
}

.pagination {
  padding: 1rem 2rem;
  background: #edf8dd;
  border-radius: 0.5rem;
  align-items: center;
}
.pagination .text {
    font-weight: 500;
}
.pagination li .page-link {
  color: #4C5257;
  font-size: 0.875rem;
  border: none;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #BAD68F;
  padding: 0.5rem 1rem;
}
.pagination li.active .page-link {
  background: var(--Natural-50, #F6F7F6);
}

.blog-post-main-section .blog-post-main-image-row .subpage-wide-image-card {
  height: 560px;
  transition: height 0.3s ease-in-out;
}
.blog-post-main-section .blog-post-aditional .date-posted-wrapper .green-text {
  color: #7FBC24;
  font-size: 0.875rem;
  line-height: 20px;
  /* 142.857% */
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-post-main-section .blog-post-aditional .date-posted-wrapper p {
    font-size: 0.75rem;
  }
}

.blog-post-content .post-first-part .post-content {
  margin-top: 32px;
  margin-bottom: 32px;
}
.blog-post-content .post-first-part .post-content img {
  border-radius: 12px !important;
}
.blog-post-content .post-image-slider {
  margin-top: 32px;
  margin-bottom: 32px;
}
.blog-post-content .post-image-slider .blogPostGallerySwiper .swiper-wrapper {
  padding-bottom: 80px;
}
.blog-post-content .post-image-slider .blogPostGallerySwiper .swiper-wrapper .swiper-slide {
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 396px;
  width: 100%;
}
.blog-post-content .post-second-part .post-content {
  margin-top: 32px;
  margin-bottom: 32px;
}
.blog-post-content .post-second-part .post-content img {
  border-radius: 12px !important;
}
.blog-post-content .post-second-part .conclusion-wrapper {
  margin-bottom: 32px;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  background: #FBFBFB;
}
.blog-post-content .post-second-part .blog-post-buttons {
  padding-top: 24px;
  border-top: 1px solid #DEE0E3;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .blog-post-content .post-second-part .blog-post-buttons div:first-child {
    font-size: 0.875rem;
  }
}

.dropdown-menu {
  border-color: white;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    border: 1px solid #DEE0E3;
    padding: 15px;
  }
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle::before {
  display: block;
  height: 20px;
  width: 20px;
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
  background: url("../images/icons/chevron-down.svg");
}
@media screen and (min-width: 992px) {
  .dropdown-toggle::before {
    right: -14px;
  }
}
.dropdown-item {
  background: transparent;
  color: #393E41;
  padding: 5px 10px;
  border-radius: 6px;
}
@media screen and (min-width: 991px) {
  .dropdown-item {
    padding: 12px 15px;
    transition: 0.2s;
  }
}
.dropdown-item:hover {
  background-color: #F6F7F6;
  color: #7FBC24;
}
.dropdown-item:hover .dropdown-smaller {
  color: #393E41;
}
.dropdown-item.active {
  background-color: #F4F5F6 !important;
}
.dropdown-item:active {
  color: #393E41;
}
@media screen and (max-width: 991px) {
  .dropdown .nav-link {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.dropdown-smaller {
  width: 300px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 100;
  white-space: normal;
  color: #9DA4AA;
  transition: 0.2s;
}
@media screen and (max-width: 991px) {
  .dropdown-smaller {
    margin-top: 4px;
  }
}

.calculation {
  background-color: white;
  border-radius: 24px;
}
.calculation-header__title {
  font-size: 1.5rem;
  font-weight: 600;
}
.calculation-header__counter {
  color: #7FBC24;
  background-color: #F6FCEE;
  padding: 5px 20px;
  border-radius: 26px;
  border: 1px solid #7FBC24;
}
.calculation-body .button {
  border: 1px solid #BEC2C6;
  text-align: center;
  width: 105px;
  padding: 15px;
  border-radius: 8px;
  background-color: #F4F5F6;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.calculation-body .button img {
  height: 42px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
  transition: 0.2s;
  -webkit-user-drag: none;
}
.calculation-body .button:not(:last-of-type) {
  margin-right: 30px;
}
.calculation-body .button:not(.active):hover {
  cursor: pointer;
  background-color: #F6FCEE;
}
.calculation-body .button.active {
  background-color: #F6FCEE;
  border: 1px solid #7FBC24;
  color: #7FBC24;
}
.calculation-body .button.active img {
  filter: invert(58%) sepia(100%) saturate(424%) hue-rotate(40deg) brightness(100%) contrast(72%);
}
.calculation-body .counter {
  border: 1px solid #DEE0E3;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.calculation-body .counter .number {
  padding: 5px 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.3rem;
  line-height: 1.3;
  width: 80px;
  text-align: center;
}
.calculation-body .counter .minus,
.calculation-body .counter .plus {
  padding: 5px 20px;
  transition: 0.2s;
  font-size: 1.5rem;
}
.calculation-body .counter .minus:hover,
.calculation-body .counter .plus:hover {
  background-color: #F6FCEE;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.calculation-body .counter .minus {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-right: 1px solid #DEE0E3;
}
.calculation-body .counter .plus {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-left: 1px solid #DEE0E3;
}
.calculation-body .input-icon {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.calculation-body .input-icon #area {
  font-size: 1.3rem;
  line-height: 1.5;
  max-width: 300px;
  padding: 3px 14px;
  -moz-appearance: textfield;
}
.calculation-body .input-icon #area::-webkit-outer-spin-button,
.calculation-body .input-icon #area::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculation-body .input-icon .m2 {
  position: absolute;
  right: 10px;
  top: 53%;
  transform: translate(0, -50%);
  height: 25px;
}
.calculation-body .form-check:not(:last-of-type) {
  margin-bottom: 10px;
}
.calculation-body .form-check-label {
  font-weight: 100;
}
.calculation-body .form-check-input:checked {
  background-color: #7FBC24;
  border-color: #7FBC24;
}
.calculation-body .buttons {
  gap: 10px;
}
.calculation input.invalid {
  border: 1px solid red;
}

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px;
}

@media screen and (min-width: 991px) {
  .hide-large {
    display: none;
  }
}

.approach-section, .why-change-to-ir-heating, .ir-references, .blog-swiper-section, .pure-image-swiper {
  overflow: hidden;
}

.approachSwiper, .IRadvantagesSwiper, .IR-paneliSwiper, .blogCardsSwiper, .pureImageSwiper {
  overflow: unset;
}

body {
  width: 100%;
  padding: 0;
  font-family: "Hind Siliguri", sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #4C5257;
  font-weight: 400;
  padding-top: 80px;
}
@media screen and (min-width: 980px) {
  body {
    padding-top: 125px;
  }
}

.link-wrapper a:hover {
  color: #7FBC24;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1C1F21;
}

a {
  transition: 0.2s;
  text-decoration: none;
}

.grey-link {
  font-size: 1rem;
  font-weight: 600;
  color: #4C5257;
}

@media (max-width: 61.24em) {
  .display-mobile-none {
    display: none !important;
  }
}

@media (min-width: 61.25em) {
  .display-mobile-only {
    display: none !important;
  }
}

.section-x-padding {
  transition: padding-top 0.28s ease-in;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .section-x-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 61.25em) and (max-width: 81.24em) {
  .section-x-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 81.25em) {
  .section-x-padding {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.section-y-padding {
  padding-top: 76px;
  padding-bottom: 44px;
  transition: padding-top 0.28s ease-in;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .section-y-padding {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media (min-width: 61.25em) {
  .section-y-padding {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.section-y-bottom-padding {
  padding-bottom: 76px;
  transition: padding-top 0.28s ease-in;
}
@media (min-width: 46.25em) and (max-width: 61.24em) {
  .section-y-bottom-padding {
    padding-bottom: 76px;
  }
}
@media (min-width: 61.25em) {
  .section-y-bottom-padding {
    padding-bottom: 96px;
  }
}

@media (min-width: 20em) and (max-width: 46.24em) {
  .section-title-wrapper {
    margin-bottom: 32px;
  }
}

.section-image img {
  border-radius: 24px;
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.has-bg {
  background-color: #F6F7F6;
}

.has-no-bg {
  background: transparent !important;
}

.mt-32 {
  margin-top: 32px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-64 {
  margin-bottom: 64px;
}

.accordion-button:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: none;
}

.form-control {
  border-radius: 8px;
  padding: 10px 14px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}
.form-control:focus {
  border-color: #A3CE62;
}
.form-control::-moz-placeholder {
  color: #7B848C;
  font-weight: 300;
}
.form-control::placeholder {
  color: #7B848C;
  font-weight: 300;
}

.accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: #1C1F21;
  font-size: 1.25rem;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #687178;
  line-height: 1.5rem;
}
.accordion .accordion-item .accordion-collapse .accordion-body a {
  color: #7FBC24;
  font-weight: 600;
}
.accordion .accordion-item .accordion-collapse .accordion-body a img {
  position: relative;
  left: 0;
  transition: 0.2s;
}
.accordion .accordion-item .accordion-collapse .accordion-body a:hover img {
  left: 5px;
}

.accordion-flush .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: #1C1F21;
  font-size: 1.25rem;
  border-left: 4px solid #FFFFFF;
}
.accordion-flush .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-color: #7FBC24;
  background-color: transparent;
  box-shadow: none;
}
.accordion-flush .accordion-item .accordion-collapse {
  border-left: 4px solid #7FBC24;
}
.accordion-flush .accordion-item .accordion-collapse .accordion-body p {
  color: #687178;
  line-height: 1.5rem;
}
.accordion-flush .accordion-item .accordion-collapse .accordion-body a {
  color: #7FBC24;
  font-weight: 600;
}
.accordion-flush .accordion-item .accordion-collapse .accordion-body a img {
  position: relative;
  left: 0;
  transition: 0.2s;
}
.accordion-flush .accordion-item .accordion-collapse .accordion-body a:hover img {
  left: 5px;
}

.accordion-custom .accordion-item {
  border: none !important;
  border-radius: 16px;
  margin-bottom: 32px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.accordion-custom .accordion-item .accordion-header .accordion-button {
  border-radius: 16px;
  background-color: #F6F7F6;
  font-weight: 600;
  color: #1C1F21;
  font-size: 1.25rem;
  transition: all 0.3s ease-in;
  padding: 20px 15px;
}
@media screen and (min-width: 991px) {
  .accordion-custom .accordion-item .accordion-header .accordion-button {
    padding: 40px 32px;
  }
}
.accordion-custom .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
  border: none !important;
}
.accordion-custom .accordion-item .accordion-collapse.show {
  border: none !important;
}
.accordion-custom .accordion-item .accordion-collapse .accordion-body p {
  color: #687178;
  line-height: 1.5rem;
}
.accordion-custom .accordion-item .accordion-collapse .accordion-body a {
  color: #7FBC24;
  font-weight: 600;
}

.accordion-custom-2 .accordion-item {
  border: none !important;
  border-radius: 16px;
  margin-bottom: 32px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.accordion-custom-2 .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-custom-2 .accordion-item .accordion-header .accordion-button {
  border-radius: 16px;
  background-color: white;
  font-weight: 600;
  color: #1C1F21;
  font-size: 1.125rem;
  transition: all 0.3s ease-in;
  padding: 20px 15px;
}
@media screen and (min-width: 991px) {
  .accordion-custom-2 .accordion-item .accordion-header .accordion-button {
    padding: 34px 32px;
  }
}
.accordion-custom-2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
  border: none !important;
}
.accordion-custom-2 .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: #F6FCEE;
}
.accordion-custom-2 .accordion-item .accordion-collapse.show {
  border: none !important;
}
.accordion-custom-2 .accordion-item .accordion-collapse .accordion-body {
  padding-left: 32px;
  padding-right: 32px;
}
.accordion-custom-2 .accordion-item .accordion-collapse .accordion-body p {
  color: #687178;
  line-height: 1.5rem;
}
.accordion-custom-2 .accordion-item .accordion-collapse .accordion-body a {
  color: #7FBC24;
  font-weight: 600;
}
.accordion-custom-2 .accordion-item .accordion-collapse .accordion-body img {
  border-radius: 16px;
}

.btn-group {
  gap: 12px;
}
.btn-group .btn-outline-primary {
  white-space: nowrap;
  border-radius: 8px !important;
  padding: 10px !important;
  font-size: 0.875rem;
  line-height: 20px;
  /* 142.857% */
}
.btn-group .btn-outline-primary img {
  width: 20px;
  height: 20px;
}
@media (min-width: 20em) and (max-width: 46.24em) {
  .btn-group .btn-outline-primary img {
    min-height: 20px;
    min-width: 20px;
  }
}/*# sourceMappingURL=main.css.map */