
@media only screen and (max-width: 1200px) {



}
@media only screen and (max-width: 1024px) {



}


@media only screen and (max-width: 991px) {
  .logo h2 {
    font-size: 35px;
  }
  .bodycontainer{
    margin: 10px 0;
  }
  .logodetailscontainer {
    position: relative;
    margin: 50px 0 0 0;
  }
  .rightsidecopyrights p {
    line-height: 25px;
    text-align: right;
    padding-right: 20px;
  }
  .copyrightslefttext p {
    padding-left: 20px;
    padding-left: 0px;
  }
  .rightlogobox {
  margin-bottom: 50px;
}
}


@media only screen and (max-width: 768px) {

.logo h2 {
  font-size: 38px;
  text-align: center;
}
.headersocialmedia {
  text-align: center;
  margin: 5px 0 0 0;
}
.longEnough {
  max-height: 150px;
  overflow: auto;
  margin: 30px 0;
}
.copyrightslefttext p{
  text-align: center;
}
.rightsidecopyrights p {
  text-align: center;
  line-height: 20px;
  padding-right: 0px;
  font-size: 12px;
}
.rightlogotitle h2 {
  padding: 0 10px;
  height: auto;
}
.leftlogotitle h2 {
  padding: 0 10px;
  height: auto;
}
.leftlogobox {
  background: #db6200;
  height: 212px;
  margin-bottom: 20px;
}
.rightlogobox {
  background: #db6200;
  height: 212px;
  margin-bottom: 20px;
}
.leftlogobox img {
  top: 0px;
}
.rightlogobox img {
  top: 0px;
}
.logodetailscontainer {
    position: relative;
    margin: 0px 0 0 0;
  }
  .bodymainimages{
    display: none;
  }
  .mobilebodymainimages{
    display: block;
  }
}



@media only screen and (max-width: 680px) {
  .logodetailscontainer {
    position: relative;
    margin: 0px 0 0 0;
  }
  .leftlogobox {
  height: auto;
  }
  .rightlogobox {
    height: auto;
  }

}


@media only screen and (max-width: 479px) {

.rightlogotitle h2 {
  padding: 0 10px;
  height: auto;
}

}

@media only screen and (max-width: 425px) {



}

@media only screen and (max-width: 360px) {
    



}

