@media screen and (min-width:768px){
.sidenav-icon{
	display:none;
}
.navbar {
    border-radius: 0px;
    height: 65px;
}
.navbar-nav {
    margin: 7.5px -15px !important;
}
}
@media screen and (max-width:767px){
div#mySidenav .dropdown-menu>li>a {
    font-size: 13px;
}
div#mySidenav ul {
    list-style-type: none;
    padding-left: 0;
}
.navbar-brand {
    padding: 0px 15px;
}
ul.nav.navbar-nav.navbar-right {
    display: none;
}
nav.navbar.navbar-inverse {
    float: right;
    background-color: #fff;
    border: none;
}
.sidenav-icon {
    padding: 15px;
    line-height: 52px;
}
.navbar-header {
    background-color: #fff;
}
form.form-inputs input {
    padding: 10px 20px;
    margin: 0px 0px 5px 0px;
    border: none;
    width: 80%;
}
form.form-inputs textarea {
    margin-bottom: 0px;
    width: 80%;
    height: 100px;
    border: none;
	padding: 10px 0px 0px 20px;
}
.submit-button {
    width: 80%;
}
.col-xs-12.col-md-2.footer-menu {
    margin-top: 30px;
	margin-left:20px;
}

}

@media screen and (max-width:425px){
.country-flag-currency {
    display: none;
}
.navbar-brand {
    padding: 0px 15px;
}
.lockout-tagout-bg {
    padding: 10px 0px 0px 0px;
}
.lockout-tagout-title-content h1 {
    font-size: 18px;
}
.lockout-tagout-title-content p {
    font-size: 12px;
}
.lockout-tagout-title-content h1 {
    margin-bottom: 20px;
}
.button a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background-color: #47cab0;
    border-radius: 50px;
    line-height: 4;
    font-size: 15px;
    margin-top: 0;
}
.our-product-section {
    padding: 20px 0px;
}
.section-title h1 {
    font-size: 20px;
}
.section-title {
    margin-bottom: 0;
	font-size: 14px;
}
.col-md-2.our-product h4 {
    text-align: center;
    color: #646464;
    height: 5px;
    font-size: 11px;
}
.form-section {
    padding: 0px 0px 10px 0px;
}
.section-title h2 {
    font-size: 19px;
}
footer img {
    margin-bottom: 20px;
    width: 140px;
}
footer {
    padding: 20px 0px;
}
.col-xs-12.col-md-2.footer-menu {
    margin-top: 30px;
	margin-left:20px;
}
}
