
/* Large desktop */


@media (min-width: 1200px) {
    /* Code CSS here */
}
/*Ipad landscape*/
@media (min-width: 940px) and (max-width: 1170px) {
}
@media only screen and (max-width: 979px) {
}
/*Ipad Portrait*/
@media only screen and (min-width: 768px) and (max-width: 979px) {
}
@media only screen and (max-width: 800px) {
.navbar-nav li {
  padding: 0 17px;
}
.slider {
  height: auto;
}
.slider_heading {
  display: none;
}
.graphic_heading h1 {
 font-size: 50px;
 line-height: 25px;
}
.bottom_heading h1 {
 font-size: 43px;
line-height: 40px;
}
.why_us_list .col-sm-2 {
 width: 30%;
 }
 .description {
  height: 409px;
}
}
/* Iphone 5 landscape */
@media only screen and (max-width: 768px) {
.graphic_heading h1 {
  font-size: 49px;
  line-height: 25px;
}
.why_us_list .col-sm-2 {
  width: 45%;
}
.description {
  height: 289px;
}
.col-sm-2.why_us_list_box {
 margin: 10px 12px;
}
}
@media only screen and (min-width: 600px) and (max-width: 766px) {
}
 @media only screen and (max-width: 599px){
	 .callbacks_nav {
  top: 61%;
}
}
 @media only screen and (min-width: 480px) and (max-width: 599px) {
	 
.slider_heading {
display: none;
}
.slider {
height: auto;
}
.graphic_heading h1 {
line-height: 66px;
}
.why_us_list .col-sm-2 {
  width: 48%;
  margin: 12px auto;
}
.description {
  height: auto;
  padding-bottom: 5px;
}
.callbacks_nav {
  top: 61%;
}
.trackers_para {
  margin: 10px 0;
}
}
@media only screen and (max-width: 480px){
.slider_heading {
display: none;
}
.slider {
height: auto;
}
.graphic_heading h1 {
line-height: 66px;
}
.why_us_list .col-sm-2 {
  margin: 12px auto;
  width: 100%;
}
.description {
  height: auto;
  padding-bottom: 5px;
}
.unique_features_inner h4 {
 width: 100%;
}
.unique_features_inner p {
 width: 100%;
}
.trackers_para p {
 width: 100%;
}
.bottom_heading h1 {
 font-size: 63px;
 line-height: 57px;
}
.graphic_para p {
 width: 100%;
}
.graphic_heading h1 {
 font-size: 66px;
 }
 .callbacks_nav {
  top: 69%;
}
.trackers_para {
  margin: 10px 0;
}
}

/* Iphone 4 landscape */
@media only screen and (min-width: 320px) and (max-width: 480px) {
.callbacks_nav {
  top: 69%;
}
.trackers_para {
  margin: 10px 0;
}
}

/* Iphone 4 + 5 Portrait */
@media only screen and (min-width: 240px) and (max-width: 320px) {
.callbacks_nav {
  top: 74%;
}
}