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;
}

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;
}


.border_div {
  position: relative;
}

.border_div svg {
  position: absolute;
  z-index: 100;
  display: block;
  height: 48px;
  bottom: -45px;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}



.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;
  /* color: #999; */
  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;
  /* background: red; */
  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: #163300;
  font-weight: bolder;
  margin: 8px 0;
  background: linear-gradient(135deg, #163300 0%, #307000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.first_div, .easier_than_ever_div, .template_div {
  display: block;
  position: relative;
  margin: 50px auto 0 auto;
  min-height: 300px;
  width: 80%;
  text-align: left;
}

.easier_than_ever_div {
  margin: 124px auto 0px auto;
}

.solution h2 span, .easier_than_ever_div span, .template_div .heading_h1 span, .right_cta_div h1 span {
  color: #204a00;
  /* filter: invert(36%) sepia(17%) saturate(5342%) hue-rotate(346deg) brightness(100%) contrast(92%) blur(0px); */
}

.solution h2 {
  color: #000;
  font-weight: bolder;
  font-size: 40px;
  line-height: 50px;
}

.first_div {
  width: 100%;
  margin: 0 auto;
}

.first_div .left_div {
  height: 500px;
  background: url("../../assets/ok_hand_hero_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.first_div .right_div {
  padding: 0 32px;
}


/* .first_div .left_div{
  height: 400px;
  background: url("../../assets/ok_hand.png");
  background-size: auto 320px;
  background-repeat: no-repeat;
  background-position: calc(100% - 64px) top;
} */

.last_div .left_div {
  height: 400px;
  background: url("../../assets/ok_hand.png");
  background-size: auto 320px;
  background-repeat: no-repeat;
  background-position: calc(100% - 64px) top;
}


.first_div h1, .easier_than_ever_div h2 {
  font-size: 58px;
  line-height: 70px;
  text-align: left;
}

.easier_than_ever_div h2 {
  color: #000;
  font-weight: bold;
}

.first_div h4, .last_div h4, .easier_than_ever_div h4 {
  color: #000;
  font-size: 28px;
  line-height: 40px;
  /* font-size: 24px;
  line-height: 36px; */
  text-align: left;
}

.first_div h4 {
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  color: #163300;
}

.first_div p, .last_div p {
  color: #999;
  font-size: 14px;
  font-weight: bold;
  margin-left: 16px;
  /* font-style: italic; */
}

.first_div a, .first_div p, .last_div a, .last_div p {
  display: inline-block;
}


.get_started_btn {
  width: 332px;
  width: 80%;
  border-radius: 6px;
  border: 1px solid #163300;
  cursor: pointer;
  box-shadow: 0 3px 10px -3px #0003;
  margin: 10px 0 8px 0;
  text-decoration: none;
  /* background: linear-gradient(180deg, rgba(238,93,25,1) 29%, rgba(214,71,3,1) 65%); */
  background: #9FE870 ;
  /* background: linear-gradient(180deg, rgba(25,25,25,1) 29%, rgba(0,0,3,1) 65%); */
}

.refund .get_started_btn {
  display: inline-block;
  width: 340px;
}

.get_started_btn span {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: url("../../assets/chevron-right-dark-24px.png");
  /* border: 1px solid #F26522;
  background-color: #e14f25; */
  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;
  margin: 0;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  transition: background-position 0.5s ease-in-out;
  opacity: 1;
}

.get_started_btn:hover, .get_started_btn:focus {
  color: #000;
  text-decoration: none;
  box-shadow: 0 4px 11px -3px #0004;
}

.get_started_btn span:hover, .get_started_btn span:focus {
  color: #000;
  text-decoration: none;
  opacity: 1;
  background-position: calc(100% - 10px) 48%;
}

.get_started_btn b {
  /* color: #e14f25; */
  /* color: #F0652F; */
}








.template_div {
  margin: 100px auto 0 auto;
  padding: 100px 56px 56px 56px !important;
  min-height: 600px;
  width: 90% !important;
  border-radius: 1px;
  /* border: 3px solid #000; */
  /* background-color: #e14f25 ; */
  /* background-image: linear-gradient(#de4518 1px, transparent 1px),
    linear-gradient(90deg, #b33a17 1px, transparent 1px),
    linear-gradient(#de4518 1px, transparent 1px),
    linear-gradient(90deg, #de4518 1px, transparent 1px);
  background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; */
  color: #000;
}


.template_div_border_div {
  margin-top: 50px;
  display: none;
}

.template_div_border_div svg {
  left: 50%;
  transform: translateX(-50%);
  height: 48px;
  bottom: -47px;
}

.template_div .heading_h1 {
  font-weight: bolder;
  color: #000;
  line-height: 38px;
  margin: 16px 0;
  font-size: 58px;
  line-height: 70px;
  text-align: center;
}

.template_div h4 {
  color: #000;
  font-size: 24px;
  line-height: 38px;
  margin-top: 0;
  padding: 8px 0 0 0;
  text-align: center;
}

.template_div .heading_h4 {
  font-size: 32px;
  line-height: 45px;
}


.template_div .row .col-lg-12 {
  margin-top: 24px;
  min-height: 132px;
}

.template_div .row .col-lg-4 {
  padding: 32px;
  min-height: 264px;
}


.template_div .row .col-lg-4 h2 {
  background: url("../../assets/peace-hand_gesture.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-right: 8px;
  padding-top: 100px;
  color: #000;
  font-weight: bold;
  line-height: 42px;
}

.template_div .row .accounting h2 {
  background: url("../../assets/calc-hand_gesture.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .legal h2 {
  background: url("../../assets/raised-fist-hand_gesture.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .schools h2 {
  background: url("../../assets/school-hand_gesture.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .design h2 {
  background: url("../../assets/chill-hand_gesture.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .marketing h2 {
  background: url("../../assets/pointing-hand_gesture.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .financing h2 {
  background: url("../../assets/money-fan-hand_gesture.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .real-estate h2 {
  background: url("../../assets/real-estate-hand_gesture_2.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .human-resource h2 {
  background: url("../../assets/human-resource-hand_gesture.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .consultants h2 {
  background: url("../../assets/victory_money.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .event-managers h2 {
  background: url("../../assets/rock-hand_gesture.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .client-onboarding h2 {
  background: url("../../assets/okay-hand_gesture.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position: left top;
}

.template_div .row .col-lg-4 h4 {
  padding-right: 8px;
  padding-left: 0;
  color: #000;
  text-align: left;
}


.template_div ul li a:hover {
  /* background-position: calc(100% - 0px) 52%; */
  color: #268BD2;
  text-decoration: none;
}


.template_div .browse_all_templates {
  text-align: center;
}

.template_div .more_templates {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: auto;
  margin: 32px auto 0 auto;
  padding: 0px 40px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 6px;
  text-decoration: none;
  background: #000;
  opacity: 0.9;
  box-shadow: 0 4px 15px -3px #000a;
}

.template_div .more_templates h4 {
  color: #fff;
  font-size: 16px;
}

.template_div .more_templates:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0 4px 10px -3px #0006;
}






/* .easier_than_ever_div div {
  position: relative;
  margin-top: 24px;
  padding: 0;
  width: 364px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #fff;
  box-shadow: 0 3px 10px -3px #0003;
  background: #000;
} */






.carousel-container {
    width: 100%;
    overflow: hidden;
    margin: 0 0 100px 0;
    /* background-color: white; */
    /* padding: 20px 0; */
}

.carousel-container p {
  color: #D04200;
}

.carousel {
  margin-top: 24px;
  display: flex;
  width: max-content;
  animation: scroll 550s linear infinite;
}

.logo-item {
    width: 150px;
    /* width: auto; */
    margin: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-item img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}



.demo_div {
  background-image: linear-gradient(#ebe3df 1px, transparent 1px),
    linear-gradient(90deg, #ebe3df 1px, transparent 1px),
    linear-gradient(#f0e8e4 1px, transparent 1px),
    linear-gradient(90deg, #f0e8e4 1px, transparent 1px);
  background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
  width: 100%;
  padding: 32px 8px 100px 8px;
  text-align: center;
}

.demo_div h2 {
  color: #000;
  font-weight: bold;
  font-size: 56px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}


.demo_div .demo_heading {
  display: block;
  text-align: center;
  margin: 8px auto 0 auto;
}

.demo_div .demo_heading span {
  font-weight: bold;
  filter: invert(36%) sepia(17%) saturate(5342%) hue-rotate(346deg) brightness(100%) contrast(92%) blur(0px);
}


.demo_div .row {
  width: 80%;
  margin: 0 auto;
}

.demo_div .col-lg-6 .parent_card {
  position: relative;
  top: 0;
  border: 3px dashed #62666B;
  border-radius: 4px;
  margin: 8px;
  padding: 32px 16px 16px 16px;
  min-height: 350px;
  background-image: linear-gradient(#268BD2 1px, transparent 1px),
    linear-gradient(90deg, #268BD2 1px, transparent 1px),
    linear-gradient(#66bdfa 1px, transparent 1px),
    linear-gradient(90deg, #66bdfa 1px, transparent 1px);
  background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
  box-shadow: 0 4px 10px -3px #0004;
  cursor: pointer;
  -webkit-transition: top 0.45s;
  -moz-transition: top 0.45s;
  transition: top 0.45s;
}

.demo_div .col-lg-6 .parent_card:hover {
  box-shadow: 0 4px 12px -3px #0006;
  top: -4px;
}

.demo_div .demo_editor .blocks {
  text-align: center;
  height: 156px;
  padding-top: 32px;
}

.demo_div .demo_editor .blocks div {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: #fff;
  border: 3px solid #62666B;
  border-radius: 1px;
  box-shadow: 0 4px 10px -3px #0004;
}

.demo_div .demo_editor .blocks div:hover {
  border: 3px solid #268BD2;
}

.demo_div .demo_editor .blocks .short_answer {
  background: #fff url("../../assets/short_answer.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.demo_div .demo_editor .blocks .checkbox {
  background: #fff url("../../assets/checkbox_checked.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.demo_div .demo_editor .blocks .file_upload {
  background: #fff url("../../assets/upload.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.demo_div .demo_editor .blocks .formatted_answer {
  background: #fff url("../../assets/download.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.demo_div .demo_editor .blocks .date_answer {
  background: #fff url("../../assets/date_picker.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}

.demo_div .demo_portal .file_drop_area span {
  filter: none;
}


.demo_div .demo_portal .file_drop_area {
  position: relative;
  width: 80%;
  height: 156px;
  margin: 0 auto 8px auto;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: padding 0.25s ease-in-out;
    -moz-transition:    padding 0.25s ease-in-out;
    -ms-transition:     padding 0.25s ease-in-out;
    -o-transition:      padding 0.25s ease-in-out;
    transition:         padding 0.25s ease-in-out;
    box-shadow: 0 4px 8px -3px #0001;
}

.demo_div .demo_portal .is-dragover {
  padding: 24px;
  /* background-color: #C9DBE2; */
  background-color: #E6EFF4;
}

.demo_div .demo_portal .inner_file_drop_area {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 6px;
  border: 2px dashed #ccc;
}

.demo_div .demo_portal .is-dragover .inner_file_drop_area {
  border-radius: 8px;
  border: 2px dashed #268BD2;
}

.demo_div .demo_portal .inner_file_drop_area .file_upload {
  /* display: none; */
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.demo_div .demo_portal .inner_file_drop_area .file_upload:focus {
  outline: none;
}

.demo_div .demo_portal .inner_file_drop_area div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 90%;
  padding: 50px 8px 0 8px;
  margin: 0 auto;
  text-align: center;
  background: transparent url('../../assets/upload.png');
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 99;
  cursor: pointer;
  pointer-events: none;
  font-size: 16px;
}

.demo_div .demo_portal .inner_file_drop_area div .choose {
  display: inline-block;
  color: #268BD2;
  padding: 8px 2px;
}

.demo_div .demo_portal .inner_file_drop_area:hover .choose {
  text-decoration: underline;
}

.demo_div .demo_portal .inner_file_drop_area div .drag_here {
  display: inline-block;
}

.demo_div .col-lg-6 .btn {
  position: relative;
  display: block;
  margin: 56px auto 0 auto;
  padding: 0;
  width: 80%;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #000;
  box-shadow: 0 3px 10px -3px #0004;
  background: #268BD2;
  background: #222;
}

.demo_portal .btn {
  background: #268BD2 !important;
}

.demo_portal .btn:hover {
  background: #1a81c9 !important;
}

.demo_div .col-lg-6 .btn:hover {
  opacity: 1;
  background: #000;
  box-shadow: 0 3px 12px -3px #0006;
}

.demo_div .col-lg-6 .btn a {
  position: relative;
  display: block;
  top: 0;
  right: auto;
  width: 100%;
  margin: 0;
  border-radius: 6px;
  border: none;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  /* font-weight: bold; */
  color: #fff;
  padding: 12px 32px 12px 18px;
  transition: background-position 0.5s ease-in-out;
  opacity: 1;
}


.demo_div .demo_editor .btn a {
  background: url("../../assets/edit_light.png");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 48%;
}

.demo_div .demo_portal .btn a {
  background: url("../../assets/preview_light.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 48%;
}




.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-light-24px.png");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 48%;
  font-size: 17px;
  /* font-weight: bold; */
  color: #fff;
  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%;
}


/* .easier_than_ever_div .sign_up {
  right: auto;
  left: -4px;
  color: #fff;
  background: #000;
  opacity: 0.9;
  border-radius: 0 4px 4px 0;
} */






.custom_pricing, .enterprise_div {
  position: relative;
  margin: 150px auto 0 auto !important;
  min-height: 350px;
  width: 90% !important;
  /* background: #fff; */
  /* background-image: linear-gradient(#eee 1px, transparent 1px),
    linear-gradient(90deg, #ddd 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; */
  /* box-shadow: 0 8px 8px -3px #0001; */
  /* border: 3px solid #000; */
}

.custom_pricing {
  margin-top: 150px;
}


.custom_pricing_border_div svg {
  left: 80%;
  transform: translateX(-80%);
  height: 48px;
  bottom: -45px;
  display: none;
}

.enterprise_div_border_div svg {
  left: 20%;
  transform: translateX(-20%);
  display: none;
}

.row {
    height: 100%;
    padding: 0 !important;
    /* border: 1px solid #999; */
    /* border-right: 2px solid #444; */
    /* border-bottom: 2px solid #444; */
    text-align: left;
    /* background: #fff; */
}

.row .col-md-12 {
  height: 100%;
  margin: 0;
  padding: 32px;
  /* background: #fff; */
}

.custom_pricing .row .left_custom_div h2, .onboarding_div .row .right_onboarding_div h1, .enterprise_div .row .left_enterprise_div h2 {
  color: #000;
  font-weight: bolder;
  margin: 8px 0;
}

.left_custom_div h2, .left_enterprise_div h2 {
  font-size: 38px;
  line-height: 50px;
}


.custom_pricing .row .left_custom_div h4, .onboarding_div .row .right_onboarding_div h4, .enterprise_div .row .left_enterprise_div h4 {
  color: #000;
  line-height: 28px;
  /* font-size: 24px;
  line-height: 38px; */
  margin-top: 0;
  /* font-weight: bold; */
}

.custom_pricing .row .left_custom_div .custom_pricing_btn, .onboarding_div .row .right_onboarding_div .onboarding_btn, .enterprise_div .row .left_enterprise_div .custom_pricing_btn {
  display: block;
  width: 90%;
  border-radius: 5px;
  border: 1px solid #000;
  background: #000 url("../../assets/chevron-right-light-24px.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 49%;
  font-size: 15px;
  /* font-weight: bold; */
  color: #fff;
  padding: 10px 32px 10px 16px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 3px 8px -3px #0003;
  transition: background-position 0.5s ease-in-out;
  opacity: 1;
}

.onboarding_div .row .right_onboarding_div .onboarding_btn {
  /* border: 1px solid #F26522;
  background-color: #e14f25; */
}

.custom_pricing .row .left_custom_div .custom_pricing_btn:hover, .custom_pricing .row .left_custom_div .custom_pricing_btn:focus, .onboarding_div .row .right_onboarding_div .onboarding_btn:hover, .onboarding_div .row .right_onboarding_div .onboarding_btn:focus, .enterprise_div .row .left_enterprise_div .custom_pricing_btn:hover, .enterprise_div .row .left_enterprise_div .custom_pricing_btn:focus {
    text-decoration: none;
    color: #fff;
}

.custom_pricing .row .left_custom_div {
  position: relative !important;
  padding: 32px 64px 32px 32px;
}

.custom_pricing .row .left_custom_div div {
  /* position: absolute !important; */
  /* left: -132px !important; */
}


.custom_pricing .row .right_custom_div {
  /* border: 1px solid #E1F2FF; */
  padding: 32px;
  /* border-radius: 32px; */
  /* background: green; */
  height: 500px;
  z-index: 101;
}

.custom_pricing .row .right_custom_div div {
  display: block;
  /* height: 400px; */
  width: 100%;
  margin: 0 auto;
  height: 500px !important;
  background: url("../../assets/drowning_2.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;

  /* background: url('../../assets/save_template.png');
  background-size: 32px;
  background-repeat: repeat;
  background-position: center;
  border-radius: 54px;
  vertical-align: middle;
  filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(89%) contrast(84%);
  filter: invert(36%) sepia(17%) saturate(5342%) hue-rotate(346deg) brightness(100%) contrast(92%); */
}


.secure_and_private .row .right_custom_div div {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 500px !important;
  background: url("../../assets/secure_and_private.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}


.integrations .row .right_custom_div div {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 500px !important;
  background: url("../../assets/integrations.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}


.enterprise_div .row .col-xs-12 {
  display: none;
}

.enterprise_div .row .left_enterprise_div {
  position: relative !important;
  padding: 32px 32px 32px 64px;
}

.enterprise_div .row .right_enterprise_div {
  padding: 32px;
  height: 500px;
  z-index: 101;
}

.enterprise_div .row .right_enterprise_div div {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 500px !important;
  background: url("../../assets/contact_sales.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.productivity .row .right_enterprise_div div {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 500px !important;
  background: url("../../assets/boost_productivity.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.customize_branding .row .right_enterprise_div div {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 500px !important;
  background: url("../../assets/customize_branding.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.secure_and_private_border_div_bottom svg {
  left: 80%;
  transform: translateX(-80%);
  display: none;
}



.custom_pricing .row .right_custom_div .enterprise_pattern {
  top: 190px !important;
}





.onboarding_div .row .left_onboarding_div .enterprise_pattern {
  top: 190px !important;
  -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}





.benefits_div {
  position: relative;
  margin: 80px auto 0 auto;
  width: 80%;
  text-align: left;
}


.benefits_div_second .row .col-lg-12 {
  background: url("../../assets/victory_money.png");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 140px;
}

.benefits_div h2 {
  font-weight: bolder;
  color: #000;
  line-height: 38px;
}

.benefits_div h4 {
  color: #000;
  min-height: 94px;
  line-height: 28px;
  margin-top: 0;
  padding: 0 8px 0 0;
}

.benefits_div_second h4 {
  min-height: 120px;
}

.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; */
}



.template_div_gap {
  height: 100px;
  border-top: 3px solid #000;
  /* border-bottom: 3px solid #000; */
  /* background-color: #e14f25; */
}


.template_div_gap_border_div svg {
  left: 50%;
  transform: translateX(-50%);
  height: 47px;
  bottom: -45px;
}

.template_div_gap_border_top_div svg {
  bottom: -47px;
}


.refund {
  padding-bottom: 40px;
  background-image: linear-gradient(#edebea 1px, transparent 1px),
    linear-gradient(90deg, #edebea 1px, transparent 1px),
    linear-gradient(#fff 1px, transparent 1px),
    linear-gradient(90deg, #fff 1px, transparent 1px);
  background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
  background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.refund p {
  color: #D04200;
}


.refund h2 {
  display: block;
  color: #000;
  font-size: 34px;
  font-weight: bolder;
  margin: 8px 0;
}

.refund h3 {
  color: #000;
  /* line-height: 28px; */
  margin-top: -2px;
  font-weight: bold;
}

.refund h4 {
  color: #000;
  line-height: 28px;
  margin-top: 0;
  /* font-weight: bold; */
}

.refund h4 span {
  text-decoration: underline;
}

.refund img {
  margin-top: 16px;
  margin-bottom: 32px;
  /* width: 175px;
  height: 175px; */
  width: 132px;
  height: 132px;
  /* object-fit: cover; */
  object-fit: contain;
  pointer-events: none !important;
  animation: bob 5.75s linear infinite;
  -webkit-animation: bob 5.75s linear infinite;
}

/* also need keyframes and -moz-keyframes */
@keyframes bob {
  8%, 41% {
      transform: translateY(-4px);
      -webkit-transform: translateY(-4px);
  }
  25%, 58% {
      transform: translateY(4px);
      -webkit-transform: translateY(4px);
  }
  75% {
      transform: translateY(-2px);
      -webkit-transform: translateY(-2px);
  }
  92% {
      transform: translateY(2px);
      -webkit-transform: translateY(2px);
  }
  0%, 100% {
      transform: translateY(0);
      -webkit-transform: translateY(0);
  }
}





.testimonial_div {
  position: relative;
  margin: 50px auto 0 auto;
  min-height: 350px;
  width: 100%;
  height: auto;
}

.testimonial_div .quote {
  color: #888;
  font-size: 24px;
  font-weight: bold;
  font-family: sans-serif;
}

.newmanwebsolutions {
  padding-bottom: 132px;
  border-bottom: 3px solid #000;
}

.testimonial_div.newmanwebsolutions .xm {
  display: none;
}

.testimonial_div.amvlaw .col-md-5 {
  background: url("../../assets/aaron_amvlaw_.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 390px;
}

.testimonial_div.newmanwebsolutions .col-md-5 {
  background: url("../../assets/Sam_Newman_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 390px;
}

.testimonial_div .col-md-7 {
  padding-right: 150px;
}


.testimonial_div.newmanwebsolutions .col-md-7 {
  padding-left: 150px;
  padding-right: 0px;
}

.testimonial_div .col-md-7 h2 {
  text-align: left;
  /* font-weight: bolder; */
  color: #000;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}

.testimonial_div .col-md-7 h2 span {
  color: #000;
}

.testimonial_div.newmanwebsolutions .col-md-7 h2 {
  /* text-align: left; */
}

.testimonial_div .col-md-7 a {
  margin: 0;
}

.testimonial_div .col-md-7 img {
  pointer-events: none;
  display: block;
  width: 150px;
  text-align: left;
}

.testimonial_div.newmanwebsolutions .col-md-7 img {
  width: 150px;
}

.testimonial_div .col-md-7 h4 {
  text-align: left;
  margin-top: 18px;
  /* padding-left: 24px; */
  /* background: url("../../assets/aaron_AMVLAW_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center; */
}



.testimonial_div .col-md-7 h4 a {
  text-align: left;
  text-decoration: none;
  color: #999;
  line-height: 24px;
}

.testimonial_div.newmanwebsolutions .col-md-7 h4 {
  /* padding-left: 32px; */
  /* background: url("../../assets/newmanwebsolutions_logo.png");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: left 95%; */
}


.steps_div {
  position: relative;
  margin: 124px auto 16px auto;
  min-height: 350px;
  width: 90%;
  height: auto;
  /* box-shadow: 0 8px 8px -3px #0001; */
  /* background: #fff; */
}


.steps_div .row .col-md-6 {
  height: auto;
  margin: 0;
  padding: 32px;
  /* background: #fff; */
}

.steps_div .row .col-md-6 img {
  display: block;
  pointer-events: none;
  width: 80%;
  /* height: 1770px; */
  object-fit: cover;
  margin: 0 auto;
  /* border: 2px solid #000; */
  border-radius: 32px;
  padding: 0;
}


.steps_div iframe {
  display: block;
  border: 4px solid #e14f25;
  border-radius: 32px;
  padding: 16px;
  margin: 0 32px;
  /* opacity: 0.95; */
}

.steps_div iframe:hover {
  background: #fff;
  opacity: 1;
}


.steps_div h2 {
  margin: 8px 0;
  color: #000;
  font-weight: bolder;
  font-size: 38px;
  line-height: 50px;
}

.steps_div .last_step {
  color: #e14f25;
}

.steps_div h4 {
  color: #000;
  line-height: 28px;
  margin-top: 0;
  /* font-weight: bold; */
}


.steps_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%);

}















.faq {
  position: relative;
  display: block;
  margin: 130px auto 0 auto;
  padding: 0;
  width: 85%;
  text-align: left;
}

.faq h2 {
  color: #000;
  font-weight: bolder;
  margin: 8px 0;
  font-size: 38px;
  line-height: 50px;
}

.collapsible {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  padding: 16px 24px 16px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 19px;
  color: #000;
}

.collapsible span {
  position: absolute;
  top: calc(50% - 6px);
  right: 8px;
  width: 12px;
  height: 12px;
  background: url("../../assets/dropdown_dark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0deg);
}

.collapsible.active span {
  transform: rotate(180deg);
}

.content {
  padding: 0 2px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
	font-size: 15px;
  color: #444;
}






.cta_div {
  position: relative;
  margin: 100px auto 0 auto !important;
  min-height: 350px;
  width: 70% !important;
  background: #9FE870;
  /* background-image: linear-gradient(#eee 1px, transparent 1px),
    linear-gradient(90deg, #ddd 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; */
  /* box-shadow: 0 8px 8px -3px #0001; */
  border: 3px solid #163300;
}

.cta_div .row .right_cta_div h2 {
  color: #000;
  font-weight: bolder;
  margin: 8px 0;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.cta_div .row .right_cta_div h4 {
  color: #000;
  line-height: 28px;
  margin-top: 0;
  text-align: center;
  /* font-weight: bold; */
}

.cta_div .row .right_cta_div h4 em {
  color: #000;
  font-weight: bolder;
}

.cta_div .row .right_cta_div .custom_pricing_btn {
  display: block;
  width: 80%;
  border-radius: 5px;
  border: 1px solid #000;
  background: #000 url("../../assets/chevron-right-light-24px.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 49%;
  font-size: 15px;
  /* font-weight: bold; */
  color: #fff;
  padding: 10px 32px 10px 16px;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 3px 8px -3px #0003;
  transition: background-position 0.5s ease-in-out;
  opacity: 1;
}


.cta_div .row .right_cta_div .custom_pricing_btn:hover, .cta_div .row .right_cta_div .custom_pricing_btn:focus {
  text-decoration: none;
  color: #fff;
}




.cta_div .row .right_cta_div {
  position: relative !important;
  padding: 32px 64px 32px 32px;
}


.cta_div .row .left_cta_div {
  /* border: 1px solid #E1F2FF; */
  padding: 32px;
  /* border-radius: 32px; */
  /* background: green; */
  height: 500px;
}

.cta_div .row .left_cta_div div {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 516px !important;
  background: url("../../assets/cta.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
}



.cta_div .tip {
  text-align: left;
  color: #888;
}




.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: 1180px) {
        .first_div {
          width: 100%;
        }

        .first_div .left_div {
        }

        .first_div .right_div {
          padding: 0 0 0 32px;
        }

        .easier_than_ever_div {
          width: 90%;
        }

        .easier_than_ever_div h2 {
          text-align: center;
        }

        /* .easier_than_ever_div div {
          margin: 40px auto 0 auto;
        } */

        .benefits_div {
          width: 90%;
        }

        .benefits_div h4 {
          color: #000;
          min-height: 116px;
          line-height: 28px;
          margin-top: 0;
          padding: 0 8px 0 0;
        }

        .benefits_div_second h4 {
          min-height: 148px;
        }

        .custom_pricing, .enterprise_div, .cta_div {
          min-height: 350px;
          width: 95% !important;
        }

        .custom_pricing .row .right_custom_div div {
        }

        .enterprise_div .row .right_enterprise_div div {
        }

        .template_div {
          width: 95% !important;
        }



      }





      @media (max-width: 950px) {

        .first_div {
          width: 100% !important;
        }

        .first_div .right_div {
          padding: 0 0 0 12%;
          /* text-align: center; */
        }


        .benefits_div {
          margin: 150px auto 0 auto;
          width: 95% !important;
        }

        .benefits_div h4 {
          /* min-height: 132px; */
          padding: 0 4px 0 0;
        }

        .benefits_div_second h4 {
          /* min-height: 164px; */
        }

        .benefits_div .benefits_pattern {
          height: 80px;
          width: 97%;
          margin: 0;
        }

        .easier_than_ever_div {
          width: 100%;
        }

        .custom_pricing, .enterprise_div {
          width: 85% !important;
        }

        .custom_pricing .row .right_custom_div {
          padding: 32px 0 0 0;
          height: 532px;
          z-index: 101;
        }

        .custom_pricing .row .left_custom_div {
          padding: 32px 32px 64px 32px;
          text-align: center;
        }

        .custom_pricing .row .left_custom_div .custom_pricing_btn {
          margin: 0 auto;
        }

        .custom_pricing .row .right_custom_div div {
          height: 500px !important;
          background: url("../../assets/drowning_2.jpg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center top;
        }

        .enterprise_div .row .col-lg-6 {
          display: none;
        }

        .enterprise_div .row .col-xs-12 {
          display: block;
        }

        .enterprise_div .row .right_enterprise_div {
          padding: 32px 0 0 0;
          height: 532px;
        }

        .enterprise_div .row .right_enterprise_div div {
          background-position: center top;
        }

        .enterprise_div .row .left_enterprise_div {
          padding: 32px 32px 64px 32px;
          text-align: center;
        }

        .enterprise_div .row .left_enterprise_div .custom_pricing_btn {
          margin: 0 auto;
        }

        .custom_pricing_border_div svg {
          left: 50%;
          transform: translateX(-50%);
          /* bottom: -49px; */
        }

        .enterprise_div_border_div svg {
          left: 50%;
          transform: translateX(-50%);
        }



        .template_div {
          padding: 100px 32px 56px 32px  !important;
          width: 100% !important;
        }

        .template_div .heading_h4 {
          /* padding-left: 8px;
          padding-right: 8px; */
        }

        .template_div .row .col-lg-4 {
          padding: 0 10% 8px 10%;
          min-height: 264px;
        }


        .cta_div {
          width: 85% !important;
        }

        .cta_div .row .left_cta_div {
          padding: 0;
        }

        .cta_div .row .left_cta_div {
          padding: 32px 0 0 0;
          height: 532px;
          z-index: 101;
        }

        .cta_div .row .left_cta_div div {
          background-position: center top;
        }

        .cta_div .row .right_cta_div {
          padding: 32px 32px 64px 32px;
          text-align: center;
        }

        .cta_div .row .right_cta_div .custom_pricing_btn {
          margin: 0 auto;
        }

        .cta_div .row .right_cta_div .tip {
          margin: 0 auto;
          text-align: center;
        }


        .header {
          width: 100%;
        }

        .demo {
          margin-top: 80px;
          width: 90%;
        }

        .demo h1.demo_heading {
          margin-bottom: 80px;
        }

        .demo .row {
          margin-top: 50px;
        }

        .demo .row h1 {
          color: #000;
          font-weight: bolder;
          margin: 0 0 8px 0;
        }

        .steps_div .row .col-md-6 img {
          width: 100%;
        }

        .easier_than_ever_div_last {
          width: 80%;
          margin-bottom: 100px;
        }

        .testimonial_div.newmanwebsolutions {
          margin-top: 0;
        }

        .testimonial_div .col-md-7 {
          padding: 0 50px !important;
        }

        .testimonial_div.amvlaw .col-md-5 {
          height: 190px;
        }

        .testimonial_div.newmanwebsolutions .col-md-5 {
          height: 190px;
        }

        .testimonial_div .col-md-7 img {
          display: block;
          margin: 16px auto 0 auto;
          width: 124px;
          text-align: center;
        }

        .testimonial_div.newmanwebsolutions .col-lg-5 {
          display: none;
        }

        .testimonial_div.newmanwebsolutions .xm {
          display: block;
        }

        .testimonial_div_border_div svg {
          bottom: -44px;
        }


        .refund {
          padding-top: 32px;
        }

        .refund img {
          width: 90px;
          height: 90px;
        }


        .demo_div {
          width: 100%;
        }

        .demo_div .row {
          width: 100%;
          margin: 0 auto;
          padding: 0;
        }

        .demo_div .col-lg-6 .parent_card {
          margin: 8px 0;
          padding: 32px 8px 16px 8px;
          min-height: 340px;
        }

      }





      @media (max-width: 995px) {
        .footer .logo_div {
          padding-bottom: 32px;
          margin-bottom: 7px;
          border-bottom: 3px dashed #ccc;
        }

        .footer .footer_divs ul {
          list-style: none;
          padding: 0 0 0 10px;
          margin: 32px 0 0 0;
        }
      }








      @media (max-width: 450px) {

        .border_div {
          /* display: none; */
        }

        .border_div svg {
          height: 38px;
          bottom: -35px;
        }

        .software_div_border_div svg {
          bottom: -37px;
        }


        .first_div {
          width: 100% !important;
          margin-top: 0;
        }

        .first_div {
          width: 100% !important;
          margin-top: 0;
        }

        .first_div h1 {
          font-size: 50px;
          line-height: 62px;
        }

        .first_div .get_started_btn {
          width: 100%;
          margin: 8px 0;
        }

        .first_div h4 {
          font-size: 20px;
          line-height: 30px;
        }

        .first_div .left_div {
          height: 300px;
          background: url("../../assets/ok_hand_hero.png");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
        }

        .first_div .right_div {
          width: 88%;
          margin: 0 auto 0 6%;
          padding: 0;
        }

        .custom_pricing {
          width: 100%;
        }

        .custom_pricing .row .left_custom_div {
          padding: 0 5%;
        }

        .custom_pricing .row .right_custom_div {
          margin-top: 0px;
          padding: 0;
          padding: 0 2%;
        }

        .custom_pricing .row .right_custom_div div {
          height: 100px !important;
          border-radius: 8px;
        }

        .solution {
          padding: 0 24px;
        }

        .easier_than_ever_div {
          width: 90%;
          margin: 124px auto;
          /* background: red; */
        }

        .easier_than_ever_div_last {
          width: 95%;
          padding: 0 !important;
        }

        .easier_than_ever_div h2 {
          font-size: 54px !important;
        }

        .easier_than_ever_div_last h2 {
          font-size: 42px !important;
          line-height: 58px !important;
          /* text-align: center; */
        }

        .easier_than_ever_div_last h4 {
          width: 100%;
          padding: 0 !important;
          /* text-align: center; */
        }

        /* .easier_than_ever_div div {
          margin-top: 32px;
          width: 85%;
        } */


        .steps_div {
          width: 100%;
          margin-bottom: -72px;
        }

        .steps_div .row .col-md-6 img {
          width: 100%;
          height: 300px !important;
        }

        .steps_div .row .custom_pricing_btn {
          width: 100%;
          margin-bottom: 0;
          padding-right: 0px !important;
        }

        .benefits_div {
          margin-bottom: -80px;
        }

        .benefits_div .col-lg-4 {
          margin-bottom: 60px;
        }

        .benefits_div h4 {
          font-size: 24px;
          line-height: 34px;
          min-height: 120px;
        }

        .benefits_div a {
          font-size: 24px;
          text-decoration: none !important;
        }

        .benefits_div_second h4 {
          min-height: 154px;
        }

        .benefits_div_second .row .col-lg-12 {
          padding-top: 64px;
        }

        .benefits_div .benefits_pattern {
          height: 100px;
          width: 99%;
          border: 0px solid #000;
        }


        .testimonial_div .col-md-5 {
          background-position: center;
          height: 300px;
        }

        .testimonial_div .col-md-7 {
          padding: 0 24px;
        }

        .testimonial_div .col-md-7 h2 {
          text-align: center;
        }

        .testimonial_div .col-md-7 h4 {
          text-align: center;
        }

        .testimonial_div.amvlaw .col-md-5 {
          height: 190px;
        }

        .testimonial_div.newmanwebsolutions .col-md-5 {
          height: 190px;
        }

        .testimonial_div .col-md-7 img {
          display: block;
          margin: 16px auto 0 auto;
          width: 124px;
          text-align: center;
        }

        .testimonial_div.newmanwebsolutions .col-lg-5 {
          display: none;
        }

        .testimonial_div.newmanwebsolutions .xm {
          display: block;
        }



        .demo_div {
          width: 100%;
        }

        .demo_div .row {
          width: 100%;
          margin: 0 auto;
          padding: 0;
        }

        .demo_div .demo_editor {
          margin-bottom: 32px;
        }

        .demo_div .col-lg-6 .parent_card {
          margin: 8px 0;
          padding: 32px 8px 16px 8px;
          min-height: 340px;
        }

        .demo_div .demo_editor .blocks div {
          width: 54px;
          height: 54px;
        }

        .demo_div .demo_portal .inner_file_drop_area div .choose {
          padding: 1px 2px;
        }

        .demo_div .col-lg-6 .btn {
          width: 90%;
        }


        .steps_div .right_steps_div {
          margin-top: 24px !important;
        }

        .steps_div .row .col-md-6 img {
          width: 100%;
          height: 150px;
        }


        .demo {
          margin-top: 100px;
        }

        .demo .iframe_div {
          margin-bottom: 32px;
        }

        .demo .row .custom_pricing_btn {
          margin-bottom: 24px;
        }

        .demo h1.demo_heading {
          margin-bottom: 110px;
        }

        .demo .row h1 {
          margin: 0 0 8px 0;
        }


        .custom_pricing, .enterprise_div {
          width: 90% !important;
        }

        .custom_pricing .row .right_custom_div {
          padding: 0;
          height: 370px;
        }

        .custom_pricing .row .left_custom_div {
          padding: 0 32px 64px 32px;
        }

        .custom_pricing .row .right_custom_div div {
          height: 370px !important;
          background-position: center top;
          border-radius: 0;
        }

        .enterprise_div .row .col-lg-6 {
          display: none;
        }

        .enterprise_div .row .col-xs-12 {
          display: block;
        }

        .enterprise_div .row .right_enterprise_div {
          padding: 0;
          height: 370px;
        }

        .enterprise_div .row .right_enterprise_div div {
          background-position: center top;
        }

        .enterprise_div .row .left_enterprise_div {
          padding: 0 32px 64px 32px;
          text-align: center;
        }

        .custom_pricing_border_div svg {
          left: 50%;
          transform: translateX(-50%);
          /* bottom: -46px; */
        }

        .enterprise_div_border_div svg {
          left: 50%;
          transform: translateX(-50%);
        }



        .template_div {
          width: 100% !important;
          padding: 48px 16px 64px 16px;
          left: 0;
          border-radius: 0;
          margin: 0 !important;
        }

        .template_div .heading_h1 {
          /* font-size: 49px;
          line-height: 65px;
          margin-bottom: 24px; */
          text-align: left;
        }

        .template_div .heading_h4 {
          text-align: left;
        }

        .template_div ul {
          display: block;
          margin: 0 0 0 0;
          /* width: 49.5%; */
        }

        .template_div ul li {
          padding: 16px 0;
        }


        .template_div .more_templates {
          position: relative;
          bottom: auto;
          margin: 60px 0 0 0;
          color: #fff;
          font-size: 22px;
          width: 100%;
          padding-left: 2px;
          text-align: left;
        }

        .cta_div {
          width: 90% !important;
        }

        .cta_div .row .left_cta_div {
          padding: 0;
          height: 370px;
        }

        .cta_div .row .right_cta_div {
          padding: 0 32px 64px 32px;
        }



        .template_div {
          width: 100% !important;
          padding: 48px 16px 64px 16px;
          left: 0;
          border-radius: 0;
          margin: 0 !important;
        }

        .template_div .heading_h1 {
          font-size: 49px;
          line-height: 65px;
          margin-bottom: 24px;
        }

        .template_div ul {
          display: block;
          margin: 0 0 0 0;
          /* width: 49.5%; */
        }

        .template_div ul li {
          padding: 16px 0;
        }


        .template_div .more_templates {
          position: relative;
          bottom: auto;
          margin: 60px 0 0 0;
          color: #fff;
          font-size: 22px;
          width: 100%;
          padding-left: 2px;
          text-align: left;
        }

        .faq {
          width: 90%;
        }

        .collapsible {
          padding: 16px 32px 16px 0px;
        }


        .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;
          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;
        }

        .carousel-container h2 {
          font-size: 24px;
        }

        .logo-item {
          width: 116px;
          margin: 0 16px;
        }

      }




      @media (max-width: 300px) {
        .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;
        }
      }
