@media screen and (max-width: 1024px) {
	a {
		outline:none !important;
	}
	.custom-logo img{height:60px;width:200px;}
 #header .header-content {
 width: 90%;
}
	#mobile{display:block;}
	#desktop{display:none;}
 .nav-toggle {
 display: block;
}
 .navigation {
 position: fixed;
 background-color: #000;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 99999;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
 transition: opacity 0.5s, visibility 0s 0.5s;
}
 .navigation .primary-nav {
 position: relative;
 top: 45%;
 -moz-transform: translateY(-45%);
 -ms-transform: translateY(-45%);
 -webkit-transform: translateY(-45%);
 transform: translateY(-45%);
}
 .navigation li {
 display: block;
 margin-bottom: 20px;
}
 .navigation a {
 display: block;
 font-size: 14px;
 margin: 0;
 text-align: center;
}
	/* Sub Menus */
.navigation li ul {
    position: static;
    display: none;
    width: 100%;
line-height: 0px;
	border:none;
	padding:0;

  }
.navigation li ul a{
margin-top: 20px;
	margin-left:0px;
	
	
  }
 .navigation li:hover ul {
    display: block;
  }

  .navigation li ul li {
    display: block;
  }

	.navigation a:not(:only-child):after {
        padding-left:0;
        content: ' ▾';
} 

 .overview-video iframe {
 width:290px;
 height:163px;
}
 .flex-control-nav {
 bottom: 20px;
}
	.phone-side	{width:100%;}

}
@media screen and (max-width: 768px) {
	.custom-logo img{height:60px;width:200px;}
	.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: block !important;
    overflow: scroll !important;
}
 #banner {
 text-align:center;
}
 .banner-text {
 padding-top: 30%;
}
 .banner-text h1 {
 margin-top:70px;
 font-size: 33px;
 line-height:36px;
}
 .banner-text p {
 font-size: 18px;
}
.banner-img {
margin:auto;
}
.banner-btn{margin-top:25px;margin-bottom:50px;max-width:100% !important;}
	.section-btn-banner{margin-top:25px;margin-bottom:50px;max-width:100% !important;}
 .banner-btn a {
 margin-bottom: 100px;
}
	.header-wrapper h1{text-align:center;}
#overview {
text-align:center;
}
.overview-content p {
padding-right:0px;
}
#features {
text-align:center;
}
.features1-content {
 margin-top: 5%;
}
.left {
 text-align:center;
}
.middle {
 padding-left:0px;
 margin:auto;
 margin-top:5%;
 margin-bottom:5%;
}
.features2-content {
 margin-top:0px;
}
.features3 img {
 padding-left:0px;
}
 .footer .footer-col {
 margin-bottom: 50px;
}
}
@media screen and (max-width: 640px) {
 #banner {
 text-align:center;
}
 .banner-text h1 {
 margin-top:70px;
 font-size: 33px;
 line-height:36px;
}
 .banner-btn a {
 margin-bottom: 70px;
}
 .banner-text {
 padding-top: 35%;
}

	#footer-bottom{text-align:center; font-size:12px;}
.footer .footer-share li {
 width: 35px;
 height: 35px;
 border-radius: 50%;
 padding: 7px 0;
 margin: 0 5px;
}
}
@media screen and (max-width: 480px) {
 #banner {
 text-align:center;
}
 .banner-text {
 padding-top: 45%;
}
 .banner-text h1 {
 margin-top:100px;
 font-size: 32px;
 line-height:36px;
}
 .banner-btn a {
 margin-bottom: 15px;
}
}
@media screen and (max-width: 320px) {
 .banner-text {
 padding-top: 55%;
}
.subscribe-form input[type=text] {
width:65%;
}
.subscribe-form input[type=submit] {
 width: 35%;
}
}
