/*.container{width:1500px; }*/

/*#nav_drop_down{position: fixed;top:0;left:0;right:0;width: 100%;background: #6f0e14;}
.main-menu-items li a{color: #fff;}
.main-menu-items li a:after{background: #ffffff;}*/

/*.laser-pro-app #nav_drop_down{background: url(../custom/slider2.jpg) no-repeat center;}*/
.main-section-top{padding-top: 250px;position: relative;}

.download-btns{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 50px 0;
}
.download-btns a{margin-bottom: 10px;}
.download-btns img{width: 150px;padding-right: 10px;}

section.dark h2,
section.dark p{color: #fff;}

.whatIsApp-section{background: #4a4a4a;text-align: center;}
.whatIsApp-section h2:before{content: unset;}
.whatIsApp-section iframe{margin-top: 50px;}

.whatDoesApp-section{background: linear-gradient(to right, #f3f3f3 0, #f5f5f5 100%);text-align: center;}
.whatDoesApp-section h2:before{content: unset;}

.contact-section{text-align: center;}
.contact-section h2:before{content: unset;}


@media screen and (max-width: 640px) {
	#menu_drop_down {
		background: url(../custom/mobile-menu-icon.png) no-repeat;
	}

	#menu_drop_down_close {
		background: url(../custom/close-icon.png) no-repeat;
	}

	.main-section-top{
	    padding-top: 130px;
	}

	.main-menu-items li a {
	    color: #000;
	}

	section{
		padding: 30px 0 68px 0;
	}
}