 @media only screen and (max-width: 1200px) { }

 @media only screen and (max-width: 991px) { 
    .navbar-light .navbar-toggler-icon {
        background-image: url(../img/toggler.png);
    }
 }

 @media only screen and (max-width: 767px) { 

.mt4{
	margin-top: 40px;
}


.ord1{
	order: 1;
}

.ord2{
	order: 2;
}
.ord3{
	order: 3;
}
.ord4{
	order: 4;
}
.ord5{
	order: 5;
}
.ord6{
	order: 6;
}
.ord7{
	order: 7;
}
.ord8{
	order: 8;
}


.mr-2{
	margin-top: 2rem;
}

.mb-2{
	margin-bottom: 2rem;
}

.ab-txt-box h2 {
    font-size: 18px;
 }

 .workers-box h1 {
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    margin-top: 20px;
}

.banner-product-details h4 {
    font-size: 18px;
    font-weight: 900;
    margin-top: 8px;
}

.la-caption-inner h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
}



 }

 @media only screen and (max-width: 600px) { 

    table { 
        overflow-x: auto;
    }
 }

 @media only screen and (max-width: 575px) { }