@font-face {
  font-family: 'Roca Bold';
  src: url('https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/eco_portal_april_2024/fonts/Roca-Bold.eot');
  src: url('https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/eco_portal_april_2024/fonts/Roca-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/eco_portal_april_2024/fonts/Roca-Bold.woff') format('woff'),
    url('https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/eco_portal_april_2024/fonts/Roca-Bold.ttf') format('truetype'),
    url('https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/eco_portal_april_2024/fonts/Roca-Bold.svg#Roca-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.modules h2 {
    font-family: 'Roca Bold' !important;
    font-weight: 700 !important;
}

/*
.welcome__text h1 {
  font-family: 'Roca Bold' !important;
  font-weight: 700 !important;
}

*/
.modulePopup .cover p {
  margin-bottom: 15px !important;
  opacity: 1 !important;
}
.modulePopup  .cover .btn-text {
  opacity: 1 !important;
  font-size: 16px!important;
  line-height: 42px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block !important;
  font-family: 'Lato', sans-serif !important;
  font-weight: 600 !important;
  border-radius: 29px !important;
  background-color: #53C351 !important;
  color: #fff !important;
}
.modulePopup .cover .icon {
  height: 30px !important;
  margin-bottom: 5px !important;
}
.modulePopup .summary h6, .modulePopup .paragraph h6{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px; 
}
.modulePopup .cover .text {
  border-bottom: 0 !important;
  padding-bottom: 15px;
}
.modulePopup .cover .cta {
  border-top: 1px solid #DCDFE2 !important;
}


@import url("https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('/eco_portal_april_2024/fonts');
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/*
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F5F5F5 !important;
  padding: 0;
/*  background-image: url(https://www.ecoportal.com/hubfs/top-bg-img.png), url(https://www.ecoportal.com/hubfs/midd-bg-img.png); */
/*  background-position: top right, 0 1200px;
  background-repeat: no-repeat, no-repeat;
}

@media (max-width: 1366px) {
  body {
    background-size: 550px, auto;
  }
}

@media (max-width: 991px) {
  body {
    background-size: 300px, 450px;
    background-position: top right, 0 780px;
  }
}

@media (max-width: 575px) {
  body {
    background-size: 150px, 110px;
    background-position: 100% 0, 0 1160px;
  }
}

img {
  max-width: 100%;
}

#Outer {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1130px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  padding: 20px 0;
  position: relative;
}

@media (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
}

.header .container {
  max-width: 1540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .header .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* widget container */ /*
.environmental-page .body-container-wrapper .widget-type-widget_container {
  overflow: hidden;
}

.header__menuBtn {
  top: 25px;
  border: 0;
  outline: 0;
  left: 15px;
  padding: 0;
  display: none;
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  z-index: 3;
}

.header__menuBtn:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__menuBtn.active {
  position: fixed;
}

.header__menuBtn.active:after {
  display: block;
  left: 280px;
  visibility: visible;
}

@media (max-width: 991px) {
  .header__menuBtn {
    display: block;
  }
}

.header__logo {
  min-height: 52px;
  padding-top: 4px;
}

.header__logo img {
  width: 182px;
}

.header__menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .header__menu {
    position: fixed;
    top: 0;
    z-index: 2;
    left: -280px;
    width: 280px;
    height: 100%;
    display: block;
    overflow: auto;
    padding: 80px 15px 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #53C351;
  }
  .header__menu.show {
    left: 0;
  }
}

.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .header__menu ul {
    display: block;
  }
}

.header__menu ul li:not(:last-child) {
  margin-right: 45px;
}

@media (max-width: 1400px) {
  .header__menu ul li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .header__menu ul li:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .header__menu ul li {
    margin-bottom: 15px;
  }
}

.header__menu ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #323641;
}

@media (max-width: 1400px) {
  .header__menu ul li a {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .header__menu ul li a {
    color: #fff;
    font-size: 16px;
  }
}

.header__menu ul li a:hover {
  color: #31AB69;
}

@media (max-width: 991px) {
  .header__menu ul li a:hover {
    color: #404040;
  }
}

.header__menu .cta {
  margin-left: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1400px) {
  .header__menu .cta {
    margin-left: 100px;
  }
}

@media (max-width: 1199px) {
  .header__menu .cta {
    margin-left: 50px;
  }
}

@media (max-width: 991px) {
  .header__menu .cta {
    display: block;
    margin-left: 0;
    padding-top: 20px;
  }
}

.header__menu .cta .btn-primary {
  width: 158px;
  cursor: pointer;
  line-height: 29px;
  margin-right: 14px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  border-radius: 20px;
  font-size: 15px;
  color: #001509;
  border: 2px solid #fff;
  background-color: #fff;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .header__menu .cta .btn-primary {
    width: 100%;
  }
}

.header__menu .cta .btn-primary:hover {
  border-color: #DCDFE2;
  background-color: #DCDFE2;
}

.header__menu .cta .btn-primary:focus {
  background-color: #31AB69;
  border-color: #31AB69;
  color: #fff;
}

.header__menu .cta .btn-outline-primary {
  cursor: pointer;
  width: 158px;
  line-height: 29px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
  background-color: transparent;
  letter-spacing: -0.015em;
}

@media (max-width: 991px) {
  .header__menu .cta .btn-outline-primary {
    width: 100%;
    margin-top: 15px;
  }
}

.header__menu .cta .btn-outline-primary:hover {
  border-color: #DCDFE2;
  background-color: #DCDFE2;
  color: #001509;
}

.header__menu .cta .btn-outline-primary:focus {
  background-color: #31AB69;
  border-color: #31AB69;
  color: #fff;
}

.welcome {
  padding: 156px 0 87px;
}

@media (max-width: 991px) {
  .welcome {
    padding: 80px 0 80px;
  }
}

.welcome__text {
  width: 100%;
  max-width: 604px;
}

@media (max-width: 991px) {
  .welcome__text {
    max-width: 450px;
  }
}

.welcome__text h1 {
  margin: 0 0 19px;
  line-height: 56px;
  font-family: 'Roca', serif;
  font-weight: heavy;  
  font-size: 56px;
  color: #182633;
}

@media (max-width: 1366px) {
  .welcome__text h1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .welcome__text h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .welcome__text h1 {
    font-size: 26px;
  }
}

.header-container .container-fluid {
  padding:opx;
}


.welcome__text p {
  margin: 0;
  line-height: 32px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #182633;
}

@media (max-width: 991px) {
  .welcome__text p {
    font-size: 16px;
    line-height: 24px;
  }
}

.services {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .services {
    padding-bottom: 100px;
  }
}

.services h3 {
  margin: 0 0 25px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #182633;
}

@media (max-width: 991px) {
  .services h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.services .slick-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services .slick-slider .slick-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.services .slick-slider .slick-arrow {
  top: 30px;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #31AB69;
  display: none !important;
}

@media (max-width: 575px) {
  .services .slick-slider .slick-arrow {
    display: block !important;
  }
}

.services .slick-slider .slick-arrow:before {
  display: none;
}

.services .slick-slider .slick-arrow.slick-prev {
  left: 0px;
  background-image: url(https://www.ecoportal.com/hubfs/arrow-prev.png);
}

.services .slick-slider .slick-arrow.slick-next {
  right: 0px;
  background-image: url(https://www.ecoportal.com/hubfs/arrow-next.png);
}

.services .slick-slider .slick-dots {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  bottom: 0;
  margin-bottom: 43px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden;
  position: inherit;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 1px solid #DCDFE2;
  background-color: #E6E9ED;
  border-radius: 61px;
}

@media (max-width: 991px) {
  .services .slick-slider .slick-dots {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .services .slick-slider .slick-dots {
    display: none !important;
  }
}

.services .slick-slider .slick-dots li {
  width: auto;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin: 0;
  position: relative;
}

.services .slick-slider .slick-dots li:not(:last-child):after {
  width: 1px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  display: block;
  content: '';
  background-color: #DCDFE2;
}

.services .slick-slider .slick-dots li button {
  padding: 0;
  width: 100%;
  position: relative;
  -webkit-transition: .6s;
  transition: .6s;
  height: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 0;
  color: #182633;
}

@media (max-width: 1366px) {
  .services .slick-slider .slick-dots li button {
    height: 48px;
  }
}

.services .slick-slider .slick-dots li button::before {
  display: none;
}

.services .slick-slider .slick-dots li button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-size: 18px;
}

@media (max-width: 1366px) {
  .services .slick-slider .slick-dots li button:after {
    font-size: 15px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .services .slick-slider .slick-dots li button:after {
    font-size: 13px;
  }
}

.services .slick-slider .slick-dots li button:hover {
  background-color: #DCDFE2;
}

.services .slick-slider .slick-dots li:nth-child(1) button:after {
  content: 'Incident Reporting';
}

.services .slick-slider .slick-dots li:nth-child(2) button:after {
  content: 'Hazards & Risks';
}

.services .slick-slider .slick-dots li:nth-child(3) button:after {
  content: 'Actions';
}

.services .slick-slider .slick-dots li:nth-child(4) button:after {
  content: 'Audits & Inspections';
}

.services .slick-slider .slick-dots li:nth-child(5) button:after {
  content: 'Contractor Management';
}

.services .slick-slider .slick-dots li.slick-active:after {
  background-color: #31AB69;
}

.services .slick-slider .slick-dots li.slick-active button {
  color: #fff;
  background-color: #4B8152;
}

.services .item .title {
  display: none;
  width: 100%;
  background-color: #31AB69;
  line-height: 60px;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 575px) {
  .services .item .title {
    display: block;
  }
}

.services .item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 575px) {
  .services .item .row {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 12px;
  }
}

.services .item .row > div {
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
}

@media (max-width: 575px) {
  .services .item .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}

.services .item .row .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media (max-width: 991px) {
  .services .item .row .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (max-width: 575px) {
  .services .item .row .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
  }
}

.services .item .row .text .icon {
  display: block;
  margin-bottom: 10px;
}

.services .item .row .text h3 {
  margin: 0 0 5px;
  line-height: 34px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  color: #182633;
}

.services .item .row .text p {
  margin: 0;
  line-height: 28px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #182633;
}

.services .item .row .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
  max-width: 66.66%;
}

@media (max-width: 991px) {
  .services .item .row .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

@media (max-width: 575px) {
  .services .item .row .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.services .item .row .img img {
  width: 100%;
}

.services .note {
  display: block;
  text-align: center;
  margin: 51px 0 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #182633;
}

@media (max-width: 991px) {
  .services .note {
    margin: 30px 0 15px;
    font-size: 16px;
  }
}

.services .arrowDown {
/*  display: block; */  /*
  width: 46px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .services .arrowDown {
    width: 30px;
  }
}
 */
.modules {
  padding: 0px 0 0;
  position: relative;
  background-color: #35693a;
}

@media (max-width: 991px) {
  .modules {
    padding-top: 0;
  }
}
/*
.modules::before {
  left: -20px;
  content: '';
  width: 110vw;
  /* z-index: -1; */
  top: -100px;
  height: 300px;
  position: absolute;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
/*  background-color: #182633;  
} 
*/
.modules > div {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .modules::before {
    top: -60px;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
/*
.modules::after {
  left: -20px;
  content: '';
  width: 110vw;
  bottom: -100px;
  height: 300px;
  position: absolute;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
/*  background-color: #182633; */
}
*/
@media (max-width: 991px) {
  .modules::after {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    bottom: -50px;
  }
}

.modules h2 {
  margin: 0 0 60px;
  line-height: 46px;
  font-family: 'Roca', serif;
 font-weight:  heavy;  
  font-size: 44px;
  color: #fff;
}

@media (max-width: 1366px) {
  .modules h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .modules h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
/*
.modules .search {
  width: 100%;
  position: relative;
  margin-bottom: 27px;
}

.modules .search__btn {
  top: 0;
  left: 0;
  border: 0;
  outline: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: transparent;
}

@media (max-width: 1366px) {
  .modules .search__btn {
    width: 42px;
  }
}

.modules .search .form-control {
  outline: 0;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 25px 0 53px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  border-radius: 63px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1366px) {
  .modules .search .form-control {
    height: 42px;
    font-size: 15px;
  }
}

.modules .search .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.modules .search .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.modules .search .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.modules .search .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.modules .search .form-control:-ms-input-placeholder {
  color: #fff;
}

.modules .search .form-control::-ms-input-placeholder {
  color: #fff;
}

.modules .search .form-control:hover {
  border-color: #31AB69;
}

.modules .search .form-control:focus {
  border-color: #31AB69;
}

.modules .search .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

.modules .search .form-control:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

.modules .search .form-control:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

.modules .search .form-control:focus::placeholder {
  color: transparent;
  opacity: 1;
}

.modules .search .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.modules .search .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.modules .search .form-control:focus + button svg path {
  fill: #58758F;
}
*/
.modules__tabs {
  width: 100%;
}

.modules__tabs .subtitle {
  cursor: text;
  display: block; 
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1366px) {
  .modules__tabs .subtitle {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .modules__tabs .subtitle {
  display: none;  
  }
}

.modules__tabs .mobileFilter {
/*  display: none; */
  text-align: center;
  padding-bottom: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #53C351;
}

@media (max-width: 575px) {
  .modules__tabs .mobileFilter {
    display: block;
  }
}

.modules__tabs .tab {
  list-style: none;
  padding-left: 0;
  margin: 0 -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px;
}

@media (max-width: 575px) {
  .modules__tabs .tab {
    padding-bottom: 40px;
  }
  .modules__tabs .tab.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.modules__tabs .tab li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 4px;
}

@media (max-width: 575px) {
  .modules__tabs .tab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .modules__tabs .tab li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.modules__tabs .tab__btn {
  width: 100%;
  outline: 0;
  cursor: pointer;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border-radius: 45px;
  background-color:#4B8152;
  border: 0px solid #fff;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1366px) {
  .modules__tabs .tab__btn {
    line-height: 36px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .modules__tabs .tab__btn {
    line-height: 38px;
  }
}

.modules__tabs .tab__btn:hover {
  border-color: #31AB69;
}

.modules__tabs .tab__btn.active {
  background-color: #D6A329;
  border-color: #D6A329;
  color: #343935;
}

.modules__tabs .content {
  width: 100%;
}

.modules__tabs .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.modules__tabs .content .row .box {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.modules__tabs .content .row .box.active {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 767px) {
  .modules__tabs .content .row .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .modules__tabs .content .row .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.modules__tabs .content .row .box.active .cover {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
}

.modules__tabs .content .row .box.active .cover h3, .modules__tabs .content .row .box.active .cover p {
  color: #182633;
}

.modules__tabs .content .row .box.active .cover .btn-text {
  opacity: 1;
}

.modules__tabs .content .row .box .cover {
  padding: 15px;
  border-radius: 12px;
  -webkit-transition: .3s;
  transition: .3s;
  min-height:257px;
/*  background-color:#488152; */
  
}

@media (min-width: 991px) {
/*  .modules__tabs .content .row .box .cover:hover {
    background-color: #ffffff3b;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
  }
  .modules__tabs .content .row .box .cover:hover h3, .modules__tabs .content .row .box .cover:hover p {
    color: #182633;
  }
  .modules__tabs .content .row .box .cover:hover .btn-text {
    opacity: 1;  
  } */
} 

.modules__tabs .content .row .box .cover .icon {
  height: 65px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .modules__tabs .content .row .box .cover .icon {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .modules__tabs .content .row .box .cover .icon {
    height: 25px;
  }
}

.modules__tabs .content .row .box .cover h3 {
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 0 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .modules__tabs .content .row .box .cover h3 {
    font-size: 16px;
  }
}

.modules__tabs .content .row .box .cover p {
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  overflow: hidden;  
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height:78px;
}

.modules__tabs .content .row .box .cover .btn-text {
  border: 0;
  padding: 0;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  margin-top: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  background-color: transparent;
  font-size: 16px;
  color: #d6a329;
}

@media (min-width: 991px) {
  .modules__tabs .content .row .box .cover .btn-text {
    opacity: 1;
  }
}

.modules__tabs .content .row .box .cover .btn-text img {
  width: 6px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

.modules .imgBottom {
  top: 100%;
  right: 0;
  z-index: 1;
  content: '';
  width: 1680px;
  min-height: 300px;
  display: block;
  margin-top: -15px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(https://1664077.fs1.hubspotusercontent-na1.net/hubfs/1664077/modules%20image%203.png);
}

@media (max-width: 1800px) {
  .modules .imgBottom {
    margin-top: 12px;
  }
}

@media (max-width: 1700px) {
  .modules .imgBottom {
    margin-top: 15px;
  }
}

@media (max-width: 1500px) {
  .modules .imgBottom {
    margin-top: 20px;
  }
}

@media (max-width: 1366px) {
  .modules .imgBottom {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .modules .imgBottom {
    margin-top: -15px;
  }
}

@media (max-width: 575px) {
  .modules .imgBottom {
    margin-top: 0;
    width: 100%;
    background-size: 100% auto;
  }
}
