@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
.my-mega {
    width: 400px !important;
}
.box-content {
    margin: 0 0 50px;
	}
	
}
@media (max-width: 991px) and ( min-width: 768px ) {  
.marqee-text { padding:8px 15px; }
}
@media only screen and (max-width: 767px){
.marqee-text:before { display:none; }
.slidy-area ul.list-inline > li { width:44%; margin-bottom:10px; }
.top-list { text-align:center; margin-bottom:5px; }
	}
@media only screen and  (max-width: 767px) and (min-width: 426px) {
body {
    margin: 0;
    padding-top: 63px;
}
.box-content {
    margin: 0 0 50px;}
header
 {
  padding:0px 0;
  min-height:60px;
}
.main-nav-scrolled {
    padding: 10px 0 10px 15px;
}
.top-list li > a {
	font-size:12px;
	}
.marqee-text {
    width: 50%;
    padding: 13px;
}
.marqee-text h3 {
    font-size: 18px;
}
.marquee-area {
    width: 50%;
	}
.main-nav ul li ul, .my-mega { position:relative !important; left:0 !important; top:0 !important; height:180px; overflow:auto; }

}
@media only screen and (max-width: 479px) and ( min-width:361px ) {
.marquee-area { padding:11px 0 12px; }
	}
@media only screen and  (max-width: 425px) {
body {
    margin: 0;
    padding-top: 82px;
}
.main-nav-scrolled {
    padding: 20px 0 20px 15px;
}
.main-nav ul li ul, .my-mega { position:relative !important; left:0 !important; top:0 !important; height:180px; overflow:auto; }
.box-content {
    margin: 0 0 50px;}
header
 {
  padding:0px 0;
  	border-bottom:none;

}
.top-list li > a {
	font-size:12px;
	}

.marqee-text {
    width: 50%;
    padding: 13px;
}
.marqee-text h3 a {
    font-size: 18px;
}
.marquee-area {
    width: 50%;
	}
.tab-area .nav>li>a { font-size: 13px; padding: 7px 4px; }
.expert-area ul.exp li {
    width: 100%; margin-bottom:10px;
}
input.qty.col-xs-6 { width: 38%; }
	}