*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	margin: 0px;
	padding: 0px;	
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 1.45;
	color: #545454;
	background: #f5f5f5;	
    font-weight: 400;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
    font-size: 38.7px;
	margin-top: 0px;
	line-height: 1;
}
h1{
    font-size: 50px;	
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
    margin-top: 1em;
}
h4 {
    font-size: 25px;
}
h2 span {
    color: #68aa4b;
}
a{
	cursor: pointer;	
}
img {
    max-width: 100%;
}

p {
	text-align:justify;
}

ul li {
	text-align: justify;
}

.white, .white p, .white h2, .white span{
	color: #fff;
	
}
.subtitle{
	margin-bottom:0px;	
}
.main-page {
    background: #fff;
}
::-moz-selection {
    color: #fff;
    background: #68aa4b;
}
::selection {
    color: #fff;
    background: #68aa4b;
}
.clr {
    clear: both;
}
.text-center {
    text-align: center;
}
.text-white {
    color: #fff;
}
.flex-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.margin-bottom-0{
	margin-bottom: 0px;
}
.margin-top-0{
	margin-top: 0px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spacer {
    padding-top: 60px;
    padding-bottom: 65px;
}
.spacer-top{
	padding-top: 60px;
	
}
.spacer-bottom{	
	padding-bottom: 65px;
}
.container{
	max-width: 1320px;
	width: 100%;
	position: relative;
	float: none;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;	
}
.text-center{
	text-align: center;	
}

.text-justify {
    text-align: justify;
}
.text-white{
	color: #fff;	
}
[class*="btn"] {
    text-decoration: none;
    display: inline-block;
    width: auto;
    min-width: 208px;
    border: 3px solid #68aa4b;
    padding: 9px 10px;
    margin: 40px 0px;
    background: #68aa4b;
    color: #fff;
    text-align: center;
    -webkit-transition: all ease 350ms;
    -o-transition: all ease 350ms;
    transition: all ease 350ms;
    cursor: pointer;
}
[class*="btn"]:hover {
    color: #68aa4b;
    background: #ffffff;
}
[class*="btn"]:hover span{
	color: #68aa4b;
}
a.btn-white span {
    color: #000;
}
a.btn-white {
    background: #fff;
    border-color: #fff;
    color: #000;
}
a.btn-white:hover span {
    color: #fff;
}
a.btn-white:hover {
    background: transparent;
    color: #fff;
}
.text-green {
    color: #68aa4b;
}
.banner-image{
	background-image:url('../images/homepage-banner.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment: fixed;
	position:relative;
	height: calc(100vh - 83px);
	max-height: 500px;
}
.banner-image.home{
	background-image:url('../images/homepage-banner.jpg');
	max-height: none;
}
.banner-image.mcb-modules{
	background-image:url('../images/mcb-bodules-bg-img.png');
	background-position: center top;
}
.banner-image.why-us{
	background-image:url('../images/homepage-banner_1.png');
	background-position: center top;
}
.banner-image:after {
    position: absolute;
    content: " ";
    background: rgba(0, 0, 0, 0.50);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-items{
	text-align:center;
	color: #fff;
	width:100%;
	position:relative;
	z-index:1;
}
.banner-image a.btn-green:hover, .banner-image a.btn-green:hover span,
.banner-slider a.btn-green:hover, .banner-slider a.btn-green:hover span {
    color: #fff !important;
    background: transparent;
}
.banner-items h2 {
	margin: 0px;    
	font-size: 50px;
	margin-bottom: 11px;
	color: #fff;
	font-weight: 400;
}
.banner-items p {
	margin: 0px;    
	font-size: 22px;
}


.navigation .nav-items ul {
	list-style: none;
	padding: 0px;		
	margin: 0px;
}
.navigation .nav-items ul li {
	display: inline-block;
	text-decoration: none;
	margin-left: -5px;
	position: relative;
}

.navigation .nav-items ul li a {
    text-decoration: none;
    color: #6a6a6a;
    padding: 24px 14px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    -webkit-transition: all ease 250ms;
    -o-transition: all ease 250ms;
    transition: all ease 250ms;
		
}
.navigation .nav-items ul li a:hover, .navigation .nav-items ul li a.active {
    background: #f8f8f8;
    color: #68aa4b;
}
.navigation {
    background-color: #fff;
    z-index: 2;
    position: relative;
    width: 100%;
}
.navigation .nav-items {
		width: 80%;
		text-align: right;
}
.navigation div.logo {
    width: 20%;
}
.navigation div.logo a img {
    display: block;
}
.navigation div.logo a {
    text-decoration: none;
    display: block;
}
.navigation .container {
	height: 70px;
}
.navigation .nav-items ul li.parent-menu ul.child-menu li {
    margin-left: 0;
}
.navigation .nav-items ul li.parent-menu ul.child-menu {
    display: none;
    position: absolute;
    background: #fff;
    width: 254px !important;
	opacity: 1 !important;
    text-align: left;
}
.navigation .nav-items ul li.parent-menu ul.child-menu li a {
    display: block;
    padding: 12px 15px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.navigation .nav-items ul li.parent-menu ul.child-menu li {
    display: block;
}





.bg-shape.agile-lead-nurt p {
    text-align: center;
}


.split-tier .left, .split-tier .right {
	width: 50%;
}
.split-tier .content {
	max-width: 660px;
}
.split-tier .left .content{
	margin-left: auto;
}
.split-tier .right .content{
	margin-right: auto;
}
.who-we-are{
	background-image:url('../images/who-we-are-img.png');
	background-image:url('../images/mcb-bodules-bg-img.png');
	background-repeat:no-repeat;
	background-position-x:center;
	background-size:cover;
	background-attachment: fixed;
	position:relative;
	height: 478px;
}
.why-marcombos.split-tier .right {
    text-align: center;
}
.who-we-are:after {
    position: absolute;
    content: " ";
    background: rgba(0, 0, 0, 0.50);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.who-we-are > div {
    position: relative;
    z-index: 2;
}
.agile-lead-nurt .icon-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.agile-lead-nurt .icon-section .content-img {
    display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    display: flex;
    height: 240px;
}
.agile-lead-nurt .icon-section .item {
    width: 25%;
    text-align: center;
}

.agile-lead-nurt .icon-section .item:nth-child(1) p{
	background-image:url('../images/arrow-1.png');
}
.agile-lead-nurt .icon-section .item:nth-child(2) p{
	background-image:url('../images/arrow-2.png');
}
.agile-lead-nurt .icon-section .item:nth-child(3) p{
	background-image:url('../images/arrow-3.png');
}
.agile-lead-nurt .icon-section .item:nth-child(4) p{
	background-image:url('../images/arrow-4.png');
}
.agile-lead-nurt .icon-section .item p {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 17.5px 0px 20.5px 10px;
    color: #fff;
    margin: 0;
    margin-top: 25px;
    line-height: 1;
    font-size: 18px;
	text-align:center;
}
.mcb-modules.split-tier .right {
    padding: 50px;
    padding-left: 67px;
}
.mcb-modules.split-tier .left{
	background-image:url('../images/mcb-bodules-bg-img.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
	
}
.mcb-modules.split-tier .left:after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.white-bg {
    background: white;
}
.bg-gray{
	background: #f5f5f5;	
}
[class*="btn"]{
	margin-bottom: 0px;
	
}
.agile-lead-nurt .icon-section .content-img > div {
    width: 100%;
    text-align: center;
}
.mcb-module-items {
	background-image:url('../images/honey-bg-img.png');
	background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}
.accordion {
    max-width: 450px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 5px 7px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 7px 0 rgba(0, 0, 0, 0.2);
    border-left: #406831 7px solid;
    padding: 15px 20px;
	min-height: 61px;
	margin-bottom: 10px;
}
.accordion .trigger {
    margin: 0px;
	cursor: pointer;
	position: relative;
}
.accordion .trigger .icon {
    margin-right: 17px;
}
.accordion .trigger p {
    line-height: 1;
	margin: 0px;
    display: inline-block;
}
.accordion hr {
    border: 0;
    border-top: 1px solid #d8d8d8;
    margin-top: 18px;
    margin-bottom: 13px;
    max-width: 226px;
    margin-left: 0;	
}
.accordion .trigger:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 12px;
    background-image: url(../images/polygon-4.png);
    width: 17px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
	-webkit-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms;
	
}
.accordion .content {
    display: none;
	width: 100% !important;
    opacity: 1 !important;
}
.accordion-section .left, .accordion-section .right {
    width: 50%;
}
.accordion-section .right {
    padding-left: 12px;
}
.accordion .trigger.active:after {
	 -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.our-pricing{
	background-image:url('../images/our-pricing-img.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-attachment: fixed;
    position: relative;	
}
.our-pricing:after {
    position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.58);
}
.our-pricing > div {
    position: relative;
    z-index: 1;
}
.pricing-section .content {
    background: rgba(255, 255, 255, 0.85);
    width: 300px;
    -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.35);
    margin: auto;
	padding: 26px;
	position: relative;
}
.pricing-section .price {
	
	/*
    width: 33.33%;
	position: relative;
	*/
	
	 width: calc(33.3333% - 40px) !important;
	 position: relative;
	 margin: 0 20px;
	
}
.pricing-section .content ul {
    margin: 0;
	padding-left: 31px;
	list-style-image: url('../images/tick-sign.png');
}

.pricing-section .content ul li {
	text-align:left;
}

.pricing-section .content a.btn-green {
    margin-top: 20px;
}
.pricing-section sup {
    font-size: 20px;
}
.pricing-section .content h3 {
    color: #68aa4b;
    margin-bottom: 15px;
	font-size: 25px;
}
.pricing-section .content h2 {
    margin-bottom: 0px;
}
.pricing-section .content sub {
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    margin-top: 10px;
}
.pricing-section .price.active:before {
    content: "Recommended";
    position: relative;
    background: #5a853b;
    color: #fff;
    font-size: 15px;
    display: block;
    width: 161px;
    text-align: center;
    padding: 9px 0px;
    margin: auto;
    margin-bottom: -20px;
    z-index: 1;
}
.pricing-section .price.active .content {
    padding-top: 40px;
	border: solid 4px #5a853b;
	width: 292px;
    padding-left: 24px;
    padding-right: 24px;
}
.pricing-section .price.active {
    margin-top: -41px;
}
.pricing-section .price:last-child .content {
    margin-right: 0;
}
.pricing-section .price:first-child .content {
    margin-left: 0;
}

.pricing-section .price:last-child .content a[class*="btn"]:hover {
    background: #fff;
    color: #315d21;
}
.pricing-section .price:last-child .content h3 {
    color: #315d21;
}
.pricing-section .price:last-child .content a[class*="btn"] {
    background: #315d21;
    border-color: #315d21;
}
.pricing-section .price:nth-child(2) .content a[class*="btn"]:hover {
    background: #fff;
    color: #5a853b;
}
.pricing-section .price:nth-child(2) .content h3 {
    color: #5a853b;
}
.pricing-section .price:nth-child(2) .content a[class*="btn"] {
    background: #5a853b;
    border-color: #5a853b;
}
.contact-icon label {
    width: 46px;
    text-align: left;
}
.contact-icon p {
    margin: 16px 0px;
}
textarea {
    height: 112px;
    padding: 17px 13px;
}

input[type="text"], input[type="email"],input[type="number"], select, textarea {
    height: 44px;
    width: 100%;
    padding: 0px 13px;
    background: #ebebeb;
    border: 0px;
    margin: 10px 0px;	
    border-left: 3px solid rgba(90, 133, 59, 0);
	outline: none !important;
	-webkit-transition: all ease 350ms;
	-o-transition: all ease 350ms;
	transition: all ease 350ms;
}
input:focus, select:focus, textarea:focus,
input:hover, select:hover, textarea:hover {	
    border-left: 3px solid rgba(90, 133, 59, 1);	
    -webkit-box-shadow: 0px 5px 7px 0 rgba(0, 0, 0, 0.2);	
            box-shadow: 0px 5px 7px 0 rgba(0, 0, 0, 0.2);
}
textarea{
    height: 122px;
	padding: 20px 13px;
}
.contact-us.split-tier .right {
    padding-left: 50px;
}
input.btn-green {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
	margin-top: 3px;
}
input.btn-green:hover {
	color: #68aa4b;
	border-left: 2px solid #68aa4b;
	background: #ffffff
}

.subscribe-tier {
    background: #68aa4b;
}

.subscribe-tier .container {
    max-width: 1245px;
}
.subscribe-tier .left{
	width: 30%;	
}
.subscribe-tier .right{
	width: 70%;	
}
.subscribe-tier form {
    position: relative;
}
.subscribe-tier form input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    background: #315d21;
    border: 0px;
    outline: 0px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.subscribe-tier form input[type="text"] {
    margin: 0px !important;
    padding-left: 110px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
.subscribe-tier .right {
    padding-left: 20px;
    color: #fff;
}

.subscribe-tier .bg-image {
    background-image: url(../images/honey-bg-img.png);
    background-size: 19%;
    background-position: 20% 20%;
    background-attachment: fixed;
}
.footer .footer-top > div {
    width: 33.33%;
}
.footer {
    background: #222222;
}
a:hover {
    color: #46822d;
}
a {
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #68aa4b;
    text-decoration: none;
}
.footer a, .footer p {
    color: #fff;
}
.footer-bottom {
    text-align: center;
    background: #191919;
    padding: 15px 20px 14px 20px;
    font-size: 16px;
}
.footer ul {
    padding-left: 22px;
    color: #fff;
	margin: 0px;
}
.footer .spacer {
    padding: 35px 20px;
}
.footer-bottom p {
    margin: 0px;
}
.footer .social-media a img {
    width: 40px;
    height: 39px;
}
.footer .social-media a {
    display: inline-block;
    margin-right: 10px;
}
.footer .sitemap p, .footer .social-media p {
    margin-top: 0px;
}
.footer .footer-top .sitemap {
    padding-left: 45px;
}
.footer .footer-top .social-media {
    padding-left: 86px;
}
.mobile-menu-trigger {
    display: none;
}
.mobile-menu-trigger a {
	height: 41px;
}
.main-page .accordion {
    max-width: 100%;
}
.mcb-module-items.main-page {
	background-image:none;
}
.img-bg-1{
	background-image: url(../images/honey-bg-img-1.png);
    background-repeat: no-repeat;   
    position: relative;	
}
.footer {
    font-size: 18px;
}
.bg-shape:before {
    position: absolute;
    content: "";
    background-image: url(../images/honey-bg-img-1.png);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-size: 200px;
}
.bg-shape:after {
    position: absolute;
    content: "";
    background-image: url(../images/honey-bg-img-2.png);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: right bottom;
}
.bg-shape {
    position: relative;
}
.bg-shape > div {
    position: relative;
    z-index: 1;
}
.about-us{
	background-image: url(../images/our-pricing-img.png);	
}
.pricing-bg{
	background-image: url(../images/our-pricing-imgx.png);
}
.contact-bg{
	background-image: url(../images/our-pricing-img2.png);
}
.split-tier .right .content, .split-tier .left .content {
    padding-right: 20px;
    padding-left: 20px;
}
.mcb-modules.split-tier .right .content {
    padding: 0;
}
.banner-items h1 {
    text-transform: UPPERCASE;
}
.our-pricing.main-page:after {
	display: none;
}

.our-pricing.main-page {
    background: none;
}
.pricing-section .content:hover {
    background: #fff;
}
.pricing-section .content {
	-webkit-transition: all linear 250ms;
    transition: all linear 250ms;
}
.main-page input[type="text"], .main-page input[type="email"], .main-page input[type="number"], .main-page select, .main-page textarea {
	border: 1px solid #00000042;
	background: #fff;
}

span.gear-icon:before{
	content: " ";
	background-image: url(../images/settings-gears-5.png);
    height: 101px;
    width: 101px;
    display: block;
    background-size: 72px;
    background-repeat: no-repeat;
    position: absolute;
    left: -22px;
    top: -9px;
}
span.gear-icon{
	position:relative;
}
.main-page .pricing-section .price{	
	visibility: hidden;
}

/* Banner Slider */
.banner-slider {
    position: relative;
    margin-bottom: 0 !important;
}
.banner-slider-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-slider-item p {
    position: relative;
    margin: 0;
    font-size: 22px;
	font-weight: 300;
}
.banner-slider-item:after {
    position: absolute;
    content: " ";
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-slider-item .container {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    padding-left: 65px;
    padding-right: 65px;
    z-index: 9;
}
.banner-slider-item h1, .banner-slider-item h2 {
    text-transform: uppercase;
    line-height: 1.10;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: UPPERCASE;
    font-size: 55px;
	text-shadow: 2px 2px 5px black;
}
.nav-items ul li {
    text-align: left;
}
.banner-slider-item h1 {
    font-size: 60px;
}
.banner-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner-slider .slick-dots {
    bottom: 20px;
}
.banner-slider .slick-dots li button:before {
    font-size: 16px;
    opacity: .35;
    color: #fff;
}
h3.subtitle {
    margin-top: 0;
}
.banner-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.banner-slider .slick-prev, 
.banner-slider .slick-next {
    z-index: 9;
}
.banner-slider .slick-prev:before, 
.banner-slider .slick-next:before {
    font-size: 28px;
}
.banner-slider .slick-next {
    right: 30px;
}
.banner-slider .slick-prev {
    left: 30px;
}
.banner-slider .slick-disabled {
    display: none !important;
}
@media (max-width: 900px) {
    .banner-slider .slick-next {
        right: 15px;
    }
    .banner-slider .slick-prev {
        left: 15px;
    }
}
@media (max-width: 767px) {
    .banner-slider .slick-prev, 
    .banner-slider .slick-next {
        display: none;
    }
    .banner-slider-item .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-slider .slick-dots li button:before {
       font-size: 14px;
    }
}
/* Banner Slider */




.force-show{
	display: block !Important;
	visibility: visible !Important;
	animation: none !Important;
}

.pricing-section .price .content {
    height: 100%;
}

.pricing-section {
    font-size: 14px;
}

/*
.pricing-section .price {
    width: 25%!important;
    position: relative;
    margin: 0 2px;
}
*/

.pricing-section .content {
    width: 100%;
}

.pricing-section .price .content {
    padding-bottom: 60px;
}
.pricing-section .price.active .content { width: 100%; }
.pricing-section .price .content a.btn-green {
    position: absolute;
    bottom: 20px;
    width: auto;
    left: 25px;
    right: 25px;
}

.pricing-section .price .custom-active {
    background: #5a853b;
    color: #fff;
    font-size: 15px;
    display: block;
    width: 70%;
    text-align: center;
    padding: 6px 0;
    margin: auto;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: -15px;
}

.pricing-section .price.active-item {
    border: 4px solid #5a853b;
}

.flashMessage{
	padding: 15px;
	font-size: 13px;
}
.flashError{
	background-color: rgba(255, 111, 111, 0.25);
	padding: 15px;
	font-size: 13px;
}
.flashSuccess{
	background-color: rgba(54, 228, 59, 0.25);
}
.banner-top-desc h4 {
    margin: 0;
    color: #fff;
    padding: 14px;
    font-size: 20px;
}
.banner-top-desc {
background: #68aa4b;
    text-align: center;
    box-shadow: 3px 0px 20px 0px black;
    position: relative;
    background-image: linear-gradient(to right, #17782c , #6dc447);
}
a.btn-green {
    background-image: linear-gradient(to right, #17782c , #6dc447) !important;
    border: 0px;
    padding: 12px 10px;
    color: #fff !important;
}
a.btn-green span{
    color: #fff !important;
}
.banner-slider-item .container {
    max-width: 100%;
}
.bg-shape.agile-lead-nurt {
    background: white;
}
.mcb-modules-v2.spacer {
    background-image: url(http://marcomboss.com/assets/images/whitepapertexture.png);
    background-repeat: repeat;
}
.pricing-section {
    max-width: 1023px;
    margin: auto;
}
.pricing-section .content ul li {
    text-align: left;
    margin: 9px 0px;
}
button.btn-green {
    background-image: linear-gradient(to right, #17782c , #6dc447) !important;
    border: 0px;
    padding: 12px 10px;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.45;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #68aa4b; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #68aa4b; 
}
@media (max-width: 1024px){
	.navigation div.logo {
		width: auto;
	}
	.container {
		max-width: 100%;
	}
	.split-tier .content {
		max-width: none;
	}
	/* .split-tier .left, .split-tier .right { */
		/* padding-left: 20px; */
		/* padding-right: 20px; */
	/* } */
	.spacer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.spacer-top {
		padding-top: 40px;
	}
	.spacer-bottom {
		padding-bottom: 40px;
	}
	.mcb-modules.split-tier .right {
		padding: 40px;
		padding-left: 40px;
	}
	.who-we-are {
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.banner-slider-item h1 br, .banner-slider-item h2 br {
		display: none;
	}
}
@media (max-width: 900px){
	.why-marcombos .right img {
		max-width: 100%;    
		margin-top: 143px;
}
	.agile-lead-nurt .icon-section .item {
		width: 50%;
		text-align: center;
		float: left;
	}
	.agile-lead-nurt .icon-section {
		display: block;
	}
	.pricing-section .price {
		width: 100%;
		position: relative;
	}
	.pricing-section .content {
		margin: auto !important;
	}
	.pricing-section .price.active {
		margin-top: 0;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.subscribe-tier .right {
		padding-left: 0;
	}
	.subscribe-tier .right {
		width: 100%;
	}
	.subscribe-tier .container {
		display: block;
		padding: 20px !important;
	}
	.subscribe-tier .left {
		width: 100%;
		max-width: 400px;
	}
	.subscribe-tier .right p{		
		margin-bottom: 0px;
	}
	.navigation .container {
		max-width: 1174px;
		height: auto;
		padding:20px;
		display: block;
	}
	.navigation .nav-items ul li {
		width: 100%;
		text-align: left;
	}
	.navigation .nav-items ul li a {
		padding: 10px 16px;
		display: block;
	}
	.navigation .nav-items {
		width: 100%;
		text-align: left;
	}
	.navigation .nav-items {
		width: 100%;
		text-align: left;
		position: fixed;
		top: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.9);
		right: 0;
		max-width: 300px;
		padding: 20px;
		padding-top: 95px;
		-webkit-transform: translateX(100%);
		    -ms-transform: translateX(100%);
		        transform: translateX(100%);
		-webkit-transition: all ease 450ms;
		-o-transition: all ease 450ms;
		transition: all ease 450ms;
		
	}
	.navigation.active .nav-items {
		-webkit-transform: translateX(0%);
		    -ms-transform: translateX(0%);
		        transform: translateX(0%);
	}
	.navigation .nav-items ul li {
		margin-left: 0;
	}
	.mobile-menu-trigger {
		display: block;
	}
	.mobile-menu-trigger a {
		position: fixed;
		background: #68aa4b;
		border-radius: 2px;
		display: block;
		padding: 2px;
		top: 25px;
		right: 20px;
		cursor: pointer;
		z-index: 2;
	}
	.mobile-menu-trigger a span {
		content: "";
		position: relative;
		width: 30px;
		margin: 7px;
		height: 1px;
		border-top: 3px solid rgb(255, 255, 255);
		display: block;
		-webkit-transition: all ease 300ms;
		-o-transition: all ease 300ms;
		transition: all ease 300ms;
	}
	.active .mobile-menu-trigger a span:nth-child(2) {
		visibility: hidden;
	}
	.active .mobile-menu-trigger a {
		padding-top: 12px;
	}
	.active .mobile-menu-trigger a span:last-child {
		-webkit-transform: rotate(-40deg);
		    -ms-transform: rotate(-40deg);
		        transform: rotate(-40deg);
		margin-top: -10px;
	}
	.active .mobile-menu-trigger a span:first-child {
		-webkit-transform: rotate(40deg);
		    -ms-transform: rotate(40deg);
		        transform: rotate(40deg);
		margin-bottom: -10px;
	}
	.navigation .nav-items ul li.parent-menu ul.child-menu {
		position: relative;
		background: transparent;
		padding-left: 20px;
		width: 100%;
	}
	.pricing-section .price .content {
		padding: 20px;
		padding-bottom: 33px;
	}
	.pricing-section .price {
		width: calc(33.3333% - 20px) !important;
		position: relative;
		margin: 0 10px;
	}
}
@media (max-width: 736px){
	
	.pricing-section.flex.spacer-top {
		display: block;
	}
	.mcb-module-items.main-page {
		background-position: bottom;
	}
	.split-tier .left, .split-tier .right {
		width: 100%;
	}
	.split-tier {
		display: block;
	}

	.why-marcombos .right img {
		margin-top: 20px;
	}
	.agile-lead-nurt .icon-section .item {
		width: 100%;
		float: none;
		margin: 40px 0px;
	}
	.icon-section.spacer-top {
		padding: 0px;
	}
	.agile-lead-nurt .icon-section .item:last-child {
		margin-bottom: 0px;
	}
	.accordion-section .left, .accordion-section .right {
		width: 100%;
	}
	.accordion-section.spacer-top.flex {
		display: block;
	}
	.accordion-section .right {
		padding-left: 0;
	}
	.pricing-section.flex.spacer-top {
		padding-top: 10px;
	}
	.contact-us.split-tier .right {
		padding-left: 20px;
		padding-top: 20px;
	}
	.banner-image {
		min-height: calc(100vh - 83px);
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.why-marcombos .right .content {
		text-align: center;
	}
	.pricing-section .content {
		max-width: 100%;
	}
	.footer .footer-top > div {
		width: 100%;
	}
	.footer .spacer {
		display: block;
	}
	.footer .footer-top .sitemap {
		padding-left: 0;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
	.footer .footer-top .social-media {
		padding-left: 0;
	}
	.footer .footer-top .info {
		text-align: center;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 36px;
	}
	body {
		font-size: 18px;
	}
	.contact-us.split-tier .right {
		padding-left: 0;
	}
	.mcb-modules.split-tier .right {
		padding: 20px;
		padding-left: 20px;
		padding-top: 40px;
	}
	.mcb-modules h2 {
		text-align: center;
	}
	.why-marcombos h3 {
		margin-top: 0px;
	}
	.agile-lead-nurt .icon-section .item p {		
		max-width: 345px;
		margin-left: auto;
		margin-right: auto;
	}
	[class*="btn"] {
		margin: 20px 0px;
	}
	.accordion {
		margin-left: auto;
		margin-right: auto;
	}
	.pricing-section .price {
		width: 100% !important;
		position: relative;
		margin: 0;
		margin-bottom: 29px;
	}
	.pricing-section .content h3 {
		margin-top: 11px;
	}
	.banner-slider-item h1, .banner-slider-item h2 {
		font-size: 40px !important;
	}
	.banner-top-desc h4 {
    font-size: 13px;
}
}


@media (max-width: 420px){
	.navigation .nav-items {
		max-width: 100%;
	}
	
}


@media (max-height: 400px){
	
	.navigation .nav-items ul {
		max-height: 100%;
		overflow: auto;
	}
	
}

.errorMessage {
    padding: 5px;
    background-color: #FFAAAA;
    color: #550000;
}

.successMessage{
  padding:5px;
  background-color:#88CC88;
  color:#004400;
}