@media only screen and (min-width : 480px) {
 
}
@media only screen and (min-width : 768px) {
    /*.explore-section h1{width: 80%}*/
}
@media only screen and (min-width : 992px) {
	/*.explore-section h1{width: 50%} */

}
@media only screen and (min-width : 1200px) {
}
@media only screen and (max-width : 1199px) {

}
@media only screen and (max-width : 991px) {
.header .container,
.main-slider-inner .container,
.get-started-section .container,
.top-footer .container, 
.bottom-footer .container,
.pricing-plan-section .container,
.product-featured-section .container{max-width: 100%; } 
.footer-logo{width: auto; height: auto;}
.header-navigation .navbar .navbar-nav {background: #003767e0; padding: 10px 0; border-radius: 10px; }
.pricing-header-list li:first-child, 
.pricing-body-list li:first-child, 
.pricing-footer-list li:first-child { width: 44%;}
.price-value {font-size: 28px;}

} 
@media only screen and (max-width : 767px) {
.header .container,
.main-slider-inner .container,
.get-started-section .container,
.top-footer .container, 
.bottom-footer .container,
.pricing-plan-section .container,
.product-featured-section .container{max-width: 100%; } 
.header {padding: 10px 0; }
.logo {height: auto;} 
.logo::before{content: inherit;}
.logo::after{top: 0;}
.main-slider-content h2 {font-size: 20px; text-align: left; margin-top:100px; }
.main-slider-content p{text-align: left;}
.main-slider-content ul { font-size: 13px; margin-left:20px; }
.main-slider-content ul li{ color:#ffffff; }
.business-logo-content{position: relative;}

.featured-browser-card{display: none;}
.get-started-card{flex-direction: column;}
.get-started-content h2 {font-size: 20px; text-align: justify; }
.get-started-content{margin-right: 0;}
.pricing-tab-content {padding-top: 0; padding-bottom: 0; }
.pricing-plans-tab{margin-bottom: 0;}

.pricing-header-list, 
.pricing-body-list, 
.pricing-footer-list{display: block;}

.pricing-header-list li:first-child, 
.pricing-body-list li:first-child, 
.pricing-footer-list li:first-child {width: 100%; -webkit-box-flex: inherit;
    -ms-flex:inherit;
    flex:inherit;
    max-width:100%;} 
.pricing-header-list li,
.pricing-body-list li, 
.pricing-footer-list li {width: 32.7%; -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
    border-right: initial;}

.price-value{font-size:20px;}
.price-sign{font-size: 15px;}
.pricing-plan-header p{line-height: normal;}
.pricing-sign-up{height: 60px;}
a.pricing-btn {padding: 5px 10px; font-size: 12px; line-height: normal; }
.internal-banner-content h2 {font-size: 20px;}
.explore-section h1{width: 100%;}
.footer-logo{width: 230px; height: auto;}
}
 
@media only screen and (max-width : 480px) {


}
