@media screen and (max-width:600px){
header {
  display: none;
}

}
@media only screen and (max-width:1440px){
  .orange-box {
      height: 117px;
      width: 271px;
      bottom:8px;
      right: 85%;
      left: -18%;
  }
.card > h4 {
  font-size: 19px;
}

}

@media only screen and (max-width:1366px){
  .orange-box {
      height: 117px;
      width: 271px;
      bottom:8px;
      right: 85%;
      left: -18%;
  }
  .card > h4 {
  font-size: 19px;
}

}

@media only screen and (max-width:1024px) {

}

@media only screen and (max-width:650px){



}
@media only screen and (max-width:767px) and (min-width:0px)
{
  .sitehead2 {
    font-size: 38px;
  }
  #home-banner h1 {
    font-size: 30px;
  }
  .sitehead3 {
  font-size: 30px;
}
.site-head5 {
  font-size: 20px;
}
.para-text {
  font-size: 16px;
}
.section-spacing{
  padding-top:60px;
  padding-bottom:60px;
}
.logo {
  width: 150px;
}
.navbar a {
  font-size: 18px;
}
.sitebutton {
  margin-bottom: 15px;
}
.inner-bg {
  height: 200px;
}
.orange-box {
  left:0;
}
.abt-img img{
    margin-left:0px;
}

#footer-bg {
  height:auto;

}
.carousel-caption {
    bottom: 175px;
}

}