@charset "utf-8";

/* CSS Document */
/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 992px) and (max-width: 1200px) {  


}

/* width: 991px; */

@media screen and (max-width: 61.938em) {
.title-black-center h2{font-size: 20px; line-height: 25px;}
.footer-section .main-footer-link ul li{display: block; text-align: left; margin-bottom: 10px;}
.footer-section .main-footer-link ul li:after{content: ""; margin: 0px;}
.footer-section .footer-product-link ul li{width: 100%;}
.footer-section .copy-right{display: block;}
.header-top-pane{display: none;}
.company-profile-first-section .left-section{width: 100%;}
.company-profile-first-section .right-section{width: 100%;}
.company-profile-first-section .right-section .rightcontent{padding: 15px;}
.title-black-left{margin-bottom: 15px;}
.title-black-left h2{font-size: 25px;}
.product-title .title-content{display: block;}
.product-title .title-content h3{margin-bottom: 15px;}
.product-listing .product-pane{min-height: auto}
.product-listing .tech-btn{padding: 5px 3px;}
}

/*============	Media 768Px Start ============ */

@media (min-width: 768px) and (max-width: 991px) {



}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 320px) and (max-width: 768px) {



}

@media (min-width: 768px) {



}



/*============ Media 300Px Star ============ */

@media (max-width: 480px) {



}

/*============ Media 320Px Start ============ */

@media (max-width: 320px) {

}