@media (max-width:767px){
.carousel-control.left {display: none;}
.carousel-control.right {display: none;}
.cellNo h4 {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
	margin-bottom:0;
}
.logo {
    width: 210px;
    margin: 0 auto;
	display: block;
	position:relative;
}
.marqueenew a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
	padding:0 10px;
}
.about-content {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.wbmain h1 {
    font-size: 20px;
}
.wbmain h2 {
    font-size: 18px;
}
.wbmain h3 {
    font-size: 16px;
    line-height: 23px;
}
.wbmain p {
    font-size: 14px;
    line-height: 24px;
}
.section-3 {
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #f7f5f5;
}
.services {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.servicepart h3 {
    font-size: 18px;
}
.footer p {
    text-align: center;
    font-size: 12px;
	margin-bottom:15px;
}
.ft-media {
    float: inherit;
}
.ft-media ul {
    list-style: none;
    display: inline-block;
}
.newiframe{margin:0;}
.bottomdesign{display:block; position: fixed;
    bottom: 0;
    width: 100%;}
.bottomdesign ul{list-style:none; padding-left:0;}
.bottomdesign ul li{float:left; width:50%; padding:15px;}
.bottomdesign ul li a{color:#fff; text-decoration:none; text-align:center;}
.Product-carousel {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 20px 15px;
}
.btnenq{display:none;}
.footer {
    padding-bottom: 50px;
}

@-webkit-keyframes blinking-blue {
0% {
	background-color: #f17f1e;
}

50% {
	background-color: #403b3b;
}

}
@-moz-keyframes blinking-blue {
0% {
	background-color: #f17f1e;
}

50% {
	background-color: #403b3b;
}

}
@keyframes blinking-blue {
0% {
	background-color: #f17f1e;
}

50% {
	background-color: #403b3b;
}

}
.blink-bg-blue{
-webkit-animation: blinking-blue 1s infinite;
-moz-animation:blinking-blue 1s infinite;
animation: blinking-blue 1s infinite;
padding:4%;
font-size:15px;
text-align:center; 
}


.blink-bg-red{
-webkit-animation: blinking-red 1s infinite;
-moz-animation:blinking-red 1s infinite;
animation: blinking-red 1s infinite;
padding:4%;
font-size:15px;
text-align:center; 
}
@-webkit-keyframes blinking-red {
0% {
	background-color: #403b3b;
}

50% {
	background-color: #f17f1e;
}

}
@-moz-keyframes blinking-red {
0% {
	background-color: #403b3b;
}

50% {
	background-color: #f17f1e;
}

}
@keyframes blinking-red {
0% {
	background-color: #403b3b;
}

50% {
	background-color: #f17f1e;
}

}
.formbg {
    width: 100%;
    margin: auto;
    background: white;
    padding: 61px 41px;
    border: 4px solid #e2e2e2;
    position: relative;
}



}


@media (min-width: 768px) and (max-width: 992px) {
 
 
 
}