@media (min-width:1200px) {
}
@media (min-width:992px) and (max-width:1169px) {
.container {
width: 970px;
}
.title_sec {
width: 750px;
}
.about {
width: 820px;
}
}
@media (min-width:768px) and (max-width:991px) {
.container {
width: 750px;
}
.title_sec {
width: 100%;
}
.about {
width: 100%;
}
}
@media (max-width:767px) {
.container {
min-width: 100%;
}
.title_sec {
width: 100%;
}
.about {
width: 100%;
}
#hardware_sec ul.filter {
padding-left: 25px;
}
.main_menu_sec {
padding-bottom: 18px;
}
#small_img {
height: 75%;
width: 75%;
}
#ft_center {
text-align: center;
}
#space {
display: none;
}
#help_sec {
height: 150px;
}
.circle {
width: 100px;
height: 100px;
}
#circles p {
font-size: 14px;
}
#circles div {
padding-top: 20px;
}
#gap {
margin: 0;
padding: 0;
}
}
@media only screen and (min-width:320px) and (max-width:479px) {
.container {
min-width: 100%;
}
.title_sec h1 {
line-height: 1.2;
}
#small_img {
height: 75%;
width: 75%;
}
#small_video {
width: 100%;
}
#ft_center {
text-align: center;
}
#space {
display: none;
}
#help_sec {
height: 150px;
}
.circle {
width: 50px;
height: 50px;
}
#circles p {
font-size: 10px;
}
#circles div {
padding-top: 20px;
}
#gap {
margin: 0;
padding-left: 0px;
padding-top: 0px;
}
#flag {
height: 88%;
width: 88%;
}
#alphabetic {
margin-left: -20px;
}
}
	