body {
  border: 0px !important;
  color: #2c2c2c;
}
.headroom {
  border: 0px !important;
  background: transparent !important;
}
header #navigation {
  padding: 8px 0;
}
.navbar {
  border: 0px !important;
}
.navbar .container {
  width: 100%;
}
.navbar-brand {
  margin-top: 8px;
}
.navbar-brand>img {
  height: 40px;
}
header.custom-header.headroom--top ul li > a,
header.custom-header.headroom--not-top ul li > a {
  color: #545454 !important;
  font-size: 15px;
  font-weight: 600;
}
header.custom-header.headroom--top ul li > a:hover,
header.custom-header.headroom--not-top ul li > a:hover {
  color: #43ba7a !important;
}
header.custom-header.headroom--top ul li.headBtn a,
header.custom-header.headroom--not-top ul li.headBtn a {
  color: #ffffff !important;
  background: #43ba7a;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  border: 1px solid #43ba7a;
  border-radius: 6px 6px 6px 6px;
  padding: 4px 10px;
  margin-left: 24px;
  margin-top: 4px;
}
header.custom-header.headroom--top ul li.headBtn a:hover,
header.custom-header.headroom--not-top ul li.headBtn a:hover {
  color: #ffffff !important;
  background: #545454;
}
@media (min-width: 768px){
  header .navbar-right {
    margin-right: 0px;
  }
}
p, li {
  font-size:16px;
}
header.custom-header.headroom--top {
  padding: 0;
  margin: 0;
  border: 0 !important;
  background: transparent !important;
}
header.custom-header.headroom--not-top {
  padding: 0;
  margin: 0;
  border: 0;
  background: #ffffff !important;
}
header #navigation {
  width: auto;
  float: right;
}
.new_home_banner_content .button-group.store-buttons,
.home-banner .button-group.store-buttons {
  margin-top: 10px;
}
.new_home_banner_content .button-group.store-buttons > a:first-child,
.home-banner .button-group.store-buttons > a:first-child  {
    margin-left: 10px;
}
@media screen and (max-width: 999px) {
  .merchant_head {
    background-size: contain !important;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .app_btns .kc_single_image img {
    width:180px;
  }
  .mean-container a.meanmenu-reveal {
    width: 30px;
    height: 30px;
    top: 4px;
    line-height: 30px;
    position: absolute;
    right: 15px !important;
    text-decoration: none;
    color: #43ba7a;
    padding: 14px 0px;
  }
  .mean-container .mean-nav ul li a {
    background: #e3e3e3;
  }
  .mean-container .mean-nav ul li a:hover {
    background: #f3f3f3;
  }
  header.custom-header.headroom--top ul li a {
    color: #252525 !important;
  }
  header.custom-header.headroom--top ul li a:hover {
    color: #43ba7a;
  }
}
#home, #home-new {
overflow: hidden;
}
#how-it-works .kc_video_play video {
  width: 90%;
  height: 90%;
   @media screen and (max-width: 768px) {
      width: 90%;
      height: 90%;
   }
}

.appBtn {
  width:200px;
  margin: 5px 0px;
}
@media screen and (max-width: 768px) {
.appBtn {
      width:120px;
   }
}
#app_btns .kc_single_image img {
  width:200px;
  margin: 5px 0px;
}
@media screen and (max-width: 768px) {
#app_btns .kc_single_image img {
    width:160px;
  }
}
#home_testimonials .testimonial-meta {
   margin-left: 5px;
}
#home_testimonials .testimonial-meta > img {
  display:none;
}
.home_video video{
  width: 100%;
}
.feature_box {
  border: 1px solid #dee6f8; 
}
.feature_box figure.content-image {
  padding: 30px;
  width: 40%;
  border-radius: 100%;
  background-color: #ecf1fc;
  object-fit: contain;
  margin: 30px auto 0px;
  float: none;
}
.howItWorks {
  display: flex;
}
.hw_feature_box,
.merchant_feature_box {
  border: 1px solid #d7f0e3;
  border-radius: 12px;
  height: 100%;
  position: relative;
  box-shadow: 3px 3px 12px -3px #c5c5c5;
}
@media screen and (max-width: 768px) {
  .merchant_featBox_wrapper {
    margin: 24px 0;
  }
}

.hw_feature_box.one::before {
  content: "01";
}
.hw_feature_box.two::before {
  content: "02";
}
.hw_feature_box.three::before {
  content: "03";
}
.hw_feature_box.four::before {
  content: "04";
}
.hw_feature_box::before {
  position: absolute;
  left: 0px;
  font-size: 64px;
  color: #d7f0e3;
  font-weight: 600;
  top: -6px;
  line-height: 64px;
  z-index: 10;
}
.hw_feature_box figure.content-image {
  padding: 30px 30px 0;
  object-fit: contain;
  margin: auto;
  float: none;
}
.merchant_feature_box figure.content-image {
  padding: 20px 20px 0 20px;
  width: 50%;
  border-radius: 100%;
  object-fit: contain;
  margin: 20px auto 0px;
  float: none;
}
.whyexpress .kc_single_image img {
  padding: 10px;
  width: 90px;
}
#pricing .pricing-btn {
  display: none;
}
#pricing .single-pricing-table .pricing-heading:after {
  position: absolute;
  top: -230px;
  left: 12px;
}
.blog-table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  color: #337ab7;
  padding-top: 120px;
  padding-bottom: 80px;
}
#need_help figure.content-image {
  width: 100px;
  padding: 15px;
  border-radius: 100%;
  background-color: #ecf1fc;
  object-fit: contain;
  margin: 30px auto 0px;
  float: none;
}
.beefup__head {
  cursor: pointer;
  margin-bottom: 0;
  overflow: visible;
  padding-right: 50px;
  position: relative;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 18px;
  color: #2c324b;
  padding: 20px 50px 20px 30px;
  font-weight: 500;
  margin-top: 0;
}
#footer_grocery .kc-css-791026 {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 50px;
}
#footer_grocery .social-links {
  display: inline-block;
  margin: 20px 0;
}
#footer_grocery .social-links span {
  margin-right: 10px;
}
#footer_grocery p.copy-rights {
  font-size: 14px;
  color: #2c324b;
}
#footer_grocery .widget_nav_menu.widget {
  font-weight: 600;
  border: 0px;
  padding: 8px 30px 32px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: transparent;
}

.ltr_image_block img {
width: 270px;
/*box-shadow: 5px 5px 16px 2px #c5c5c5;*/
}
.popupaoc-button {
  padding: 10px 40px;
  text-align: center;
  background: #43ba7a;
  color: #fff;
  border-radius: 22px;
  border:1px solid #43ba7a;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-weight: bold;
  text-transform: uppercase;
  out-line: none;
}
.popupaoc-button:active,
.popupaoc-button:focus,
.popupaoc-button:hover {
   background: #fff;
   color: #43ba7a;
   outline: none;
}

.form_table {
  border-spacing: 0;
  border-collapse: collapse;
  border-color: transparent;
}
table.form_table thead tr:first-child, 
table.form_table tbody tr:first-child,
table.form_table  thead tr th, table thead tr td, 
table.form_table  tbody tr th, table tbody tr td
{
   border: 0 !important;
}
table.form_table  .form-group {
   margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.form_table td {
     width:100%;
     display: block;
   }
}
.popup-formBtn {
   padding: 10px 40px !important;
   text-align: center;
   background: #43ba7a !important;
   border-radius: 22px;
   border:1px solid #43ba7a !important;
   color: #fff !important;
   display: inline-block;
   text-decoration: none !important;
   -webkit-transition-duration: 0.4s;
   transition-duration: 0.4s;
   font-weight: bold;
   text-transform: uppercase;
   outline: none;
} 
.popup-formBtn:active,
.popup-formBtn:focus,
.popup-formBtn:hover {
   color: #43ba7a !important;
   background: #fff !important;
   outline: none;
}
.price_block_col {
  border: 2px solid #f0f2fb;
}
.price_block {
	font-size: 16px;
	line-height: 1.4;
	color: #626274;
	text-align: center;
	padding: 15px 15px;
  border-radius: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .price_block_col {
    border: 0px;
    margin-bottom: 30px;
  }
  .price_block {
    border: 2px solid #f0f2fb;
   }
}
.price_block p {
  margin: 0 0 10px;
}
.price_block .price {
	font-size:72px;
	line-height:1;
}
.price_block .price small {
	font-size: 24px;
}
.price_block ul {
	margin: 0px;
	padding: 0px; 
}
.price_block ul li {
	margin: 10px 0;
}
.strike {
	text-decoration: line-through;
}
.Home_page {
  background: transparent url(https://kwikpick.app/wp-content/uploads/2021/07/background@3x-1.png) top left/contain no-repeat scroll;
}
.Merchant_page {
  background: transparent url(https://kwikpick.app/wp-content/uploads/2021/07/background@3x-1.png) top left/cover no-repeat scroll;
}
@media screen and (max-width: 767px) {
  #new_home_banner {
    background-image: none !important;
    padding-bottom: 30px;
  }
  #new_home_banner .new_home_banner_content {
    margin-top: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  #new_home_banner {
    padding-top: 30px;
    padding-bottom: 0px;
  }  
  #new_home_banner .new_home_banner_content {
    margin-left: 40px;
  }
}
.step_feature {
  border: none
}
.step_feature {
  box-shadow: none;
}
.step_feature .content-title {
  text-transform: none;
}
.step_feature img {
  width: 60%;
  /*padding: 5px;
  border: 3px solid #ddd;*/
  border-radius: 100px;
}
.footer_address_widget .kc-col-inner-container {
  font-weight: 600;
  border: 0px;
  padding: 8px 30px 32px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  #footer_grocery .widget_nav_menu.widget {
    padding: 8px 20px 20px;
  }
}
.howItWorks .kc-feature-boxes {
  /*box-shadow: none;*/
}
.signup_notify {
  margin-top: 24px; 
}
.signup_notify .wpcf7-spinner {
  display:none;
}
.signup_notify .form-group {
  margin-bottom: 5px; 
}
.signup_notify .wpcf7 input[type="submit"].btn-default[type=submit] {
  color: #ffffff !important;
  text-decoration: none;
  border-color: #43ba7a !important;
}
.signup_notify .wpcf7 input[type=submit] {
  color: #ffffff;
  border-width: 1.6px;
  border-style: solid;
  border-color: transparent;
  background-color: #43ba7a;
  width: auto;
  padding: 0px 10px !important;
  background-image: none;
  box-shadow: none;
}
.signup_notify .wpcf7 input[type=submit]:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #5c5c5c;
}
.signup_notify .wpcf7 input[type=submit]:focus {
  outline: 0 !important;
  color: #ffffff;
  background-color: #5c5c5c;
}
.signup_notify input[type="email"].form-control, 
.signup_notify input[type="email"].wpcf7-form-control {
  border: 1px solid #c9c9c9;
  border-radius: 6px 0px 0px 6px;
  padding-left: 10px !important;
}
.signup_notify input[type="submit"].form-control, 
.signup_notify input[type="submit"].wpcf7-form-control {
  border-radius: 0px 6px 6px 0px;
}
.signup_notify .wpcf7 form.invalid .wpcf7-response-output, 
.signup_notify .wpcf7 form.unaccepted .wpcf7-response-output, 
.signup_notify .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  width: auto;
  margin: 0;
}
.signup_notify .wpcf7 form .wpcf7-response-output, 
.signup_notify .wpcf7 form.sent .wpcf7-response-output {
  font-weight: 700;
  color: #43ba7a;
  border: 0px;
  width: auto;
  margin: 0 0 0 10px; 
  position: relative;
}
.signup_notify .wpcf7 form.sent .wpcf7-response-output::before {
  content: "\f00c"; 
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  position: absolute;
  left: -8px;
  top: 0;
  font-size: 16px;
  color: #43ba7a;
  font-weight: 600;
  line-height: 1.5;
  z-index: 3;
}
input[type=submit], button[type=submit] {
  border: 1px solid #43ba7a;
  border-radius: 6px 6px 6px 6px;
  padding: 0px 10px;
  font-size: 18px;
  background: #43ba7a;
  color: #fff;
}
input[type=submit]:hover, button[type=submit]:hover {
  background: #545454;
  border: 1px solid #545454;
  color: #fff;
}
ul.listing {
  margin-left: 48px;
  padding: 0;
}
ul.listing > li {
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  ul.listing {
    padding: 0;
  }
}
ul.listing_noIcon, ul.listing_noIcon > li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  ul.listing_noIcon {
    margin-top: 24px;
    padding-left: 5px;
  }
}
.about-list ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    text-decoration: inherit;
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 16px;
    color: #43ba7a;
    font-weight: 600;
    line-height: 1.5;
    background-image: none;
    position: absolute;
}
.how-it-works-bar {
  position: relative;
  z-index: 2;
}
.how-it-works-bar::before {
  position: absolute;
  content: " ";
  left: 0;
  top: 60px;
  width: 100%;
  height: 6px;
  z-index: 0;
  background-color: #43ba7a;
  border-radius: 50px;
}
ul.pricingList {
  margin-left: 20%;
  padding: 0;
  text-align: left;
}


.blank-page-area {
    background: transparent url(https://kwikpick.app/wp-content/uploads/2021/07/background@3x-1.png) top left/contain no-repeat scroll;
    /*background-size: cover;
    background-position: center;
    background-color: #ddd;*/
}
body.error404 header #navigation {
    display: none !important;
}

.blank-page-table-cell a {
    color: #ffffff !important;
    background: #43ba7a;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    border: 1px solid #43ba7a;
    border-radius: 6px 6px 6px 6px;
    padding: 4px 10px;
    margin-top: 24px;
}
.blank-page-table-cell li {
    font-size: 256px;
    font-weight: 700;
    width: 268px;
    height: 280px;
    background-color: transparent;
    line-height: 254px;
    text-align: center;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    margin-left: -5px;
}
.blank-page-table-cell li.diff-color {
    background-color: #d7f0e3;
}