html,body{
  background-color: #fff !important;
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px !important;
  overflow-x: hidden;
  font-family: "Inter", Arial, sans-serif !important;
  background-image: linear-gradient(#eee 1px, transparent 1px),
    linear-gradient(90deg, #eee 1px, transparent 1px),
    linear-gradient(#eee 1px, transparent 1px),
    linear-gradient(90deg, #eee 1px, transparent 1px);
  background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

body{
  display: block !important;
  padding-bottom: 0;
  overflow-y: scroll;
}


br {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.body_container {
  transition: filter 0.75s ease-in-out;
  -webkit-transition: filter 0.75s ease-in-out;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 16px;
  min-height: 68px;
  padding-bottom: 0px;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  transition: top 0.5s ease-in-out;
  -webkit-transition: top 0.5s ease-in-out;
  z-index: 99999;
  background-color: #fff;
}

.header .header_top {
  position: relative;
  display: block;
  width: calc(100% - 32px);
  height: 60px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}


.logo {
  position: relative;
  top: 14px;
  left: 0px;
  display: inline-block;
  background: url('../../assets/farebin_em.png');
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: left center;
  min-width: 100px;
  padding: 8px 0 8px 40px;
  color: #000;
  font-weight: bold;
}

.logo:hover, .logo:focus {
  text-decoration: none;
  color: #000;
}


.log_in, .sign_up {
  position: absolute;
  top: 12px;
  right: 139px;
  padding: 6px 16px;
  border: 1px solid #000;
  border-radius: 4px 0 0 4px;
  color: #000;
  text-align: center;
  /* font-weight: bold; */
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  /* background: #000 url("../../assets/chevron-right-light-24px.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 49%; */
  opacity: 0.95;
}

.log_in:hover {
  color: #000;
  opacity: 1;
  box-shadow: 0 3px 8px -3px #0002;
  text-decoration: none;
}


.sign_up {
  right: 32px;
  color: #000;
  background: #6ebc3d;
  opacity: 0.9;
  border-radius: 0 4px 4px 0;
}

.sign_up:hover {
  color: #000;
  opacity: 1;
  box-shadow: 0 3px 8px -3px #0002;
  text-decoration: none;
}

.log_in:focus {
  color: #000;
  text-decoration: none;
}

.sign_up:focus {
  color: #000;
  text-decoration: none;
}




.header .header_bottom {
  background-color: #fff;
  position: relative;
  display: block;
  width: 100% ;
  padding: 0 32px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}


.nav_ul {
  display: inline-block;
  padding: 16px 0;
  list-style: none;
  margin: 0;
}

.nav_ul .nav_icon {
  height: 10px;
  margin: 0 -8px !important;
  background: url("../assets/chevron-right-dark-24px.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.nav_ul li {
  display: inline-block;
  margin: 0;
  padding: 2px 8px;
  font-weight: bold;

  cursor: pointer;
}

.nav_ul li a {
  text-decoration: none !important;
  color: #163300;
  font-weight: bold;
  cursor: pointer;
}

.nav_ul li a:hover {
  text-decoration: none !important;
  color: #268BD2;
  /* color: #000; */
  cursor: pointer;
}

.nav_ul .dropdown {
  padding-right: 12px;
  background: url("../../assets/dropdown_dark.png");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 0px) center;
}

.nav_ul .dropdown:hover {
  color: #268BD2;
  filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(89%) contrast(84%);
}


.header .dropdown_div {
  display: block;
  position: absolute;
  left: 2.5%;
  width: 95%;
  min-height: 300px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #ccc;
  border-color: transparent #ccc #ccc #ccc;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 3px 12px -3px #0002;
  z-index: 9999999999999;
  opacity: 0.95;
}


.main_div {
  display: block;
  position: relative;
  top: 125px;
  margin: 16px auto 0 auto;
  height: calc(100% - 105px);
  width: 100% !important;
  padding: 0 0 16px 0;
  list-style: none;
  text-align: center;
}


.main_div .highlight {
  /* background: #268BD2; */
  color: #268BD2;
  /* padding: 2px 0; */
}


.main_div h1 {
  line-height: 50px;
  color: #000;
  font-weight: bolder;
  margin: 8px 0;
}



.first_div {
  display: block;
  position: relative;
  margin: 0px auto 0 auto;
  min-height: 324px;
  width: 100%;
}


.first_div div {
  position: absolute;
  top: 0;
  left: 0%;
  display: block;
  height: 400px;
  width: 100%;
  margin: 0 auto;
  /* background: #FB651E url('../../assets/bk_large_trans.png'); */
  background: url('../../assets/pattern02.png');
  background-size: 32px;
  background-repeat: repeat;
  background-position: center;
  border-radius: 32px;
  vertical-align: middle;
  /* filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(89%) contrast(84%) blur(0px); */
  /* filter: invert(36%) sepia(17%) saturate(5342%) hue-rotate(346deg) brightness(100%) contrast(92%) blur(0px); */
  /* -webkit-filter: blur(1px); */
  opacity: 0.45;
}

.first_div:hover div {
  /* filter: invert(36%) sepia(17%) saturate(5342%) hue-rotate(346deg) brightness(100%) contrast(92%) blur(1px); */
}


.first_div h1 {
  margin: 0 auto;
  padding: 172px 0;
  /* text-shadow: 2px 4px 8px #F5F5EE; */
  text-shadow: 0px 0px 0px #F5F5EE;
  /* z-index: 99999999999 !important; */
  font-size: 72px;
  font-weight: bolder;
  position: absolute;
  width: 100%;
  color: #163300;
  /* top: 50%;
  transform: translateY(-50%); */
  /* filter: invert(36%) sepia(17%) saturate(5342%) hue-rotate(346deg) brightness(100%) contrast(92%) blur(0px); */

}


.first_div h4 {
  margin: 0 auto;
  padding: 116px 0;
  position: absolute;
  width: 100%;
}






.problem {
  display: block;
  position: relative;
  margin: 0 auto;
  min-height: 150px;
  width: 100%;
}


.problem div {
  position: relative;
  top: 0;
  display: block;
  margin: 0 auto;
  background: url('../../assets/problem.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 532px;
  height: auto;
  width: 100%;
}


.solution h1 span, .easier_than_ever_div span {
  color: #163300;
  /* filter: invert(36%) sepia(17%) saturate(5342%) hue-rotate(346deg) brightness(100%) contrast(92%) blur(0px); */
}








.benefits_div {
  position: relative;
  margin: 70px auto 0 auto;
  width: 80%;
  text-align: left;
}

.benefits_div h2 {
  font-weight: bolder;
  color: #000;
  line-height: 38px;
}

.benefits_div h4 {
  color: #000;
  min-height: 116px;
  line-height: 28px;
  margin-top: 0;
  padding: 0 8px 0 0;
}

.benefits_div .benefits_pattern {
  height: 100px;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
  /* background: rgba(242, 101, 34, 0.22) url('../../assets/bk_large_trans.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center; */
}


.benefits_div .feature_icons {
  height: 100px;
  width: 100px;
  object-fit: contain;
  border-radius: 32px;
  pointer-events: none;
}






.features {
  position: relative;
  margin: 70px auto 0 auto;
  width: 100%;
  text-align: left;
}

.features .guide_heading {
  display: block;
  text-align: center;
  color: #fff;
}

.features .feature_div {
  display: block;
  margin: 0 auto;
  /* padding: 32px 0 !important; */
  /* background: #eee; */
  width: 100%;
}


.features .feature_div .row {
  display: block;
  margin: 0 auto 0px auto;
  padding: 8px 10%;
  width: 100%;
  /* border-top: 4px dashed #F5F5EE; */
  /* border-bottom: 1px dashed #F5F5EE; */
  background: #222;
  background-image: linear-gradient(#292929 1px, transparent 1px),
    linear-gradient(90deg, #333 1px, transparent 1px),
    linear-gradient(#292929 1px, transparent 1px),
    linear-gradient(90deg, #292929 1px, transparent 1px);
  background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.features .feature_div .row:first-child {
  margin: 24px auto 0px auto;
  padding: 80px 8px 0px 8px;
  border: none;
  /* border-top-left-radius: 16px;
  border-top-right-radius: 16px; */
}

.features .feature_div .row:last-child {
  border-bottom: none;
  padding-bottom: 150px;
  /* border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px; */
}


.features .feature_div .img_side {
  padding: 16px 0;
  text-align: left;
}


.features .feature_div .img_side img {
  position: relative;
  width: 90%;
  box-shadow: 0 8px 24px -6px #000f;
  border: 1px solid #F26522;
  border-radius: 6px;
}


.features .feature_div .text_side {
  padding: 16px;
  border-top: 2px solid #F26522;
  height: 100% !important;
  margin-top: 16px;
  text-align: left;
}

.features .feature_div .text_side h3 {
  font-weight: bolder;
  color: #fff;
}

.features .feature_div .text_side p {
  font-size: 16px;
  color: #fff;
}








.demo {
  position: relative;
  margin: 70px auto 0 auto;
  width: 80%;
  text-align: left;
}

.demo .demo_heading {
  display: block;
  text-align: center;
}

.demo .demo_heading span {
  font-weight: bold;
  filter: invert(36%) sepia(17%) saturate(5342%) hue-rotate(346deg) brightness(100%) contrast(92%) blur(0px);
}

.demo .row {
  margin-top: 150px;
}


.demo h1 {
  color: #000;
  font-weight: bolder;
  margin: 8px 0;
}

.demo h4 {
  color: #000;
  line-height: 28px;
  margin-top: 0;
}


.demo .text_div a {
  display: block;
  width: 90%;
  border-radius: 5px;
  /* border: 1px solid #000; */
  background: url("../../assets/preview.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 49%;
  font-size: 15px;
  /* font-weight: bold; */
  color: #268BD2;
  padding: 10px 2px 10px 32px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  /* box-shadow: 0 3px 8px -3px #0003; */
  /* transition: background-position 0.5s ease-in-out; */
  opacity: 1;
  filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(89%) contrast(84%);
}


.demo .iframe {
  position: relative;
  display: block;
  height: auto;
  background: #268CD3;
  /* background-image: linear-gradient(#58afec 1px, transparent 1px),
    linear-gradient(90deg, #58a1d5 1px, transparent 1px),
    linear-gradient(#58afec 1px, transparent 1px),
    linear-gradient(90deg, #58a1d5 1px, transparent 1px);
  background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; */
  border: 3px solid #222 !important;
  border-radius: 8px;
  padding: 0 !important;
}

.demo .iframe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 !important;
  opacity: 0.3;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.demo .iframe img:hover {
  cursor: pointer;
  opacity: 0.95;
}

.demo .iframe img:hover ~ p {
  filter: none;
  color: #000;
  text-shadow: 0px 0px 0px #F5F5EE;
  background: #fff;
  border: 2px solid #888;
}

.demo .iframe p {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  background: #268BD2;
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid #fff;
  /* background: url("../../assets/preview.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 49%;
  padding-left: 32px; */
  color: #fff;
  font-size: 16px;
  /* filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(110deg) brightness(98%) contrast(108%); */
}








.easier_than_ever_div {
  display: block;
  position: relative;
  margin: 0 auto 0 auto;
  min-height: 350px;
  text-align: left;
  width: 80%;
  padding: 0;
}


.last_div {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 8px auto 0 auto;
  height: 100px;
  width: 100%;
}


.easier_than_ever_div h1 {
  font-size: 58px;
  line-height: 70px;
  text-align: left;
}

.easier_than_ever_div h4 {
  color: #000;
  font-size: 28px;
  line-height: 40px;
  /* font-size: 24px;
  line-height: 36px; */
  text-align: left;
}


.easier_than_ever_div .cta_div {
  position: relative;
  margin-top: 24px;
  padding: 0;
  width: 364px;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #163300;
  box-shadow: 0 3px 10px -3px #0003;
  background: #9FE870;
  /* background: linear-gradient(180deg, rgba(238,93,25,1) 29%, rgba(214,71,3,1) 65%); */
}


.easier_than_ever_div .log_in, .easier_than_ever_div .sign_up {
  position: relative;
  display: block;
  top: 0;
  right: auto;
  width: 100%;
  margin: 0;
  border-radius: 6px;
  border: none;
  text-align: left;
  text-decoration: none;
  background: url("../../assets/chevron-right-dark-24px.png");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 48%;
  font-size: 17px;
  /* font-weight: bold; */
  color: #000;
  padding: 12px 32px 12px 18px;
  transition: background-position 0.5s ease-in-out;
  opacity: 1;
}


.easier_than_ever_div .sign_up:hover, .easier_than_ever_div .sign_up:focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  box-shadow: 0 4px 10px -3px #0004;
  background-position: calc(100% - 10px) 48%;
}













.footer {
  position: relative;
  top: 28px;
  display: block;
  /* border-top: 1px solid #ccc; */
  background: #fff;
  margin: 250px 0 0 0;
  padding: 26px 16px 16px 16px;
  border-top: 3px solid #eee;
  /* background-color: #222; */
  /* background-image: linear-gradient(#292929 1px, transparent 1px),
    linear-gradient(90deg, #333 1px, transparent 1px),
    linear-gradient(#292929 1px, transparent 1px),
    linear-gradient(90deg, #292929 1px, transparent 1px);
  background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; */
  /* color: #fff; */

}


.footer .border_div svg {
  left: 5%;
  transform: translateX(-5%);
  height: 48px;
  bottom: -45px;
}

.footer .footer_border_div svg {
  bottom: -19px;
}


.footer .logo_div .logo {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  background: url('../../assets/farebin_em.png');
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: left center;
  min-width: 100px;
  padding: 8px 0 8px 40px;
  color: #000;
  /* color: #fff; */
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.footer .logo_div .logo:hover {
  text-decoration: none;
  color: #000;
  /* color: #fff; */
}

.footer .logo_div .desc {
  margin: 8px 0 32px 8px;
  line-height: 22px;
  max-width: 300px;
}

.footer .logo_div .socials {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 8px;
}

.footer .logo_div .socials li {
  display: inline-block;
  margin: 0 4px;
}

.footer .logo_div .socials li svg {
  color: #999;
}

.footer .logo_div .socials li svg:hover {
  color: #268BD2;
}


.footer .footer_styling {
  overflow: hidden;
}






/* Footer Links */

.footer .footer_divs ul {
  list-style: none;
  padding: 0;
  margin: 9px 0 16px 0;
}


.footer .footer_divs ul li {
  margin: 6px 0;
  font-size: 15px;
}

.footer .footer_divs ul li:first-child {
  margin: 0 0 14px 0;
  color: #163300;
}

.footer .footer_divs ul li a {
  color: #000;
  text-decoration: none;
  /* color: #fff; */
}


.footer .footer_divs ul li a:hover, .footer .footer_divs ul li a:focus {
  color: #268BD2;
  text-decoration: none;
}




/* footer bottom */

.footer .footer_bottom {
  margin-top: 100px;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}

.footer .footer_bottom .location {
  display: inline-block;
  /* float: right; */
  /* background: red; */
  margin: 0;
}

.footer .footer_bottom .location * {
  display: inline-block;
  color: #888;
  font-size: 12px;
}

.footer .footer_bottom .flag {
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-left: 12px;
  border-radius: 50%;
  object-position: 50% 50%;
  object-fit: cover;
}

.footer .footer_bottom .copyright {
  display: inline-block;
  color: #888;
  font-size: 12px;
  margin: 0 0 0 8px;
}







  .hamburger_icon, .hamburger_icon svg {
    display: none;
  }

  .nav_ul li.signin {
    display: none;
  }




        @media (max-width: 950px) {
          .header {
            width: 100%;
          }

          div h1 {
            width: 90%;
            margin-left: auto !important;
            margin-right: auto !important;
            display: block !important;
            position: relative !important;
          }


          .benefits_div {
            margin-bottom: -80px;
          }

          .benefits_div .col-lg-4 {
            margin-bottom: 50px;
          }

          .benefits_div h4 {
            font-size: 24px;
            line-height: 34px;
            min-height: 78px;
          }

          .benefits_div a {
            font-size: 24px;
            text-decoration: none !important;
          }


          .features .feature_div .img_side img {
            width: 100%;
          }

          .features .feature_div .text_side {
            margin-bottom: 48px;
          }

          .features .feature_div .text_side p {
            font-size: 20px;
            line-height: 30px;
          }

          .demo {
            text-align: center;
            margin: 140px auto 0 auto;
          }

          .demo .row:not(.client_portal_row) {
            margin: 100px 0 -80px 0;
          }


          .demo .text_div a {
            display: block;
            width: 260px;
            text-align: left;
            margin: 0 auto;
            border: 1px solid;
            background-position: 16px 49%;
            padding: 10px 2px 10px 48px;
          }

          .demo .row .iframe_div {
            margin-top: 32px;
          }

          .demo .client_portal_row .text_div {
            top: -332px;
          }

          .demo .client_portal_row .text_div a {
            display: block;
            width: 332px;
            text-align: left;
            margin: 0 auto;
            border: 1px solid;
            background-position: 16px 49%;
            padding: 10px 2px 10px 48px;
          }

          .demo .client_portal_row .iframe_div {
            top: 178px;
          }

          .easier_than_ever_div {
            width: 90%;
          }

          .easier_than_ever_div h1 {
            width: 100%;
          }
        }


        @media (max-width: 450px) {

          .first_div h1 {
            padding: 0;
            font-size: 56px;
            font-weight: bold;
            width: 95%;
            line-height: 60px;
          }

          .first_div h4 {
            position: relative;
            display: block;
            width: 100%;
            padding: 12px 0;
            line-height: 24px;
            margin-top: 100px;
          }


          .problem {
            width: 95%;
            min-height: 165px;
          }

          .problem div {
            display: none;
          }

          .benefits_div h4 {
            min-height: 92px;
          }


          .demo {
            width: 90%;
          }

          .demo .row:not(.client_portal_row) {
            margin: 100px 0 200px 0;
          }

          .demo .client_portal_row .iframe_div {
            top: 156px;
          }



          .last_div {
            display: none;
          }

          .easier_than_ever_div {
            width: 80%;
            margin-top: 100px;
          }

          .easier_than_ever_div .cta_div {
            margin-top: 22px;
            width: 100%;
          }




          .header {
            width: 100%;
          }

          .header .header_top {
            width: 100%;
          }

          .logo {
            left: 0px;
          }

          .log_in, .sign_up {
            display: none;
          }

          .hamburger_icon {
            display: block;
            position: absolute;
            top: 12px;
            right: 0;
            padding: 6px 16px;
          }

          .hamburger_icon #open-menu-svg {
            display: block;
          }

          .header .header_bottom {
            padding: 0px 8px 0 8px;
            background-color: #fff;
            background-color: #fff;
            box-shadow: 0 5px 10px -3px #0005;
            height: 990px;
            top: 60px;
            right: -110%;
            position: absolute;
            -webkit-transition: right 0.45s;
            -moz-transition:    right 0.45s;
            -ms-transition:     right 0.45s;
            -o-transition:      right 0.45s;
            transition:         right 0.45s;
          }

          .nav_ul {
            /* display: none; */
            text-align: center;
            width: 100%;
            padding: 0 8px;
            margin: 0;
          }

          .nav_ul li.signin {
            display: block;
            /* border-top: 1px solid #ddd; */
          }

          .nav_ul li {
            display: block;
            margin: 0 0 0 0;
            padding: 0;
            font-weight: bold;
            font-size: 18px;
            width: 100%;
            text-align: left;
            background: url('../../assets/chevron-right-dark-24px.png');
            background-size: 20px;
            background-repeat: no-repeat;
            background-position: 98% center;
            border-bottom: 1px solid #ddd;
          }

          .nav_ul li a {
            display: block;
            padding: 24px 8px !important;
            color: #444;
            width: 100%;
          }

          .main_div {
            display: block;
            position: relative;
            top: 40px;
            margin: 16px auto 0 auto;
            height: calc(100% - 20px);
          }

          .footer .logo_div {
            margin-bottom: 24px;
          }

          .footer .logo_div .desc {
            margin: 8px 0 16px 8px;
            max-width: 95%;
            font-size: 16px;
            color: #999;
          }

          .footer .footer_divs ul {
            list-style: none;
            padding: 0 0 0 10px;
            margin: 32px 0 16px 0;
          }

        }



        @media (max-width: 300px) {

        }
