@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
 
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
 
   .text-area p {
    margin-left: 50px ;
    font-size: 20px;
  }
  .font-weaght-bold {
    font-weight: bold;
    font-size: 35px;
}
.top-header h5 {
    margin-bottom: 10px;
    font-size: 24px;
}
.banner-padding {
    padding-left: 50px !important;
    padding-right: 0 !important;
}
 .main-menu{
  width: 16%;
  float: left;
 } 
 .inner-body{
  width: 84%;
  float: right;
 }
 .Sponsors{
  width: 70%;
 }
 .Sponsors {
    width: 90%;
    float: right;
}
.all-footer-background,.copy-right,.sponsors-area {
    width: 94% !important;
    float: right;
}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 768px) {
  
    .menu-link a{
    text-decoration: none;
    color: #fff;
    display: block;
  }
  .inner-body {
    width:100%;
    float: right;
}
.font-weaght-bold {

    font-size: 30px;
}
 .Sponsors p{
  z-index: 1;
 } 
 .left-tagline{
  display: none;
 }
 .banner-padding {
    padding-left: 0px !important;
    padding-right: 0 !important;
}
.main-menu {
    width: 16%;
    float: left;
    background: #fff;
    z-index: 999;
}
.side-menu {
    position: fixed;
    top: 50px;
   
}
.text-area p {
    margin-left: 0px;
}

.side-menu{
  top: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: #45b6de;

}
.side-menu ul li ul>li a {
    color: #ffffff;
    font-size: 16px;
}
.search-form{
  display: none;
}
.close {
    display: block;
    z-index: 999;
    left: 40px;
    top: 20px;
    position: absolute;
}
.close a img {
    color: #fff;
    opacity: 1;
    width: 23px;
}
.close a:hover{
  text-decoration: none;
}
.side-menu>ul {
    text-align: center;
    position: relative;
    top: 60px;
}
.side-menu ul li a {
    color: #fff;
    font-size: 20px;
}
.mobile-social a img{
  width: 25px;
}
.mobile-social .right{
  padding-right: 25px;
  line-height: 60px;
}
.mobile-social .left {
    line-height: 60px;
    padding-left: 25px;
}
.mobile-social .left span{
  color: #fff;
}
.mobile-social {
  background: #3c4252;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    right: 0;
}
.Sponsors {
    width: 100%;
    
}
.all-footer-background, .copy-right, .sponsors-area {
    width: 100% !important;
    float: right;
}
.main-menu {
    width: 0;
}
.left{
  float: left;
}
.right{
  float: right;
}
.copy-right{
  text-align: center;
}
.copy-right-link {
    text-align: center;
    margin-top: 10px;
}
.banner-image img {
    height: 85px;
}
.text-area p {
    font-size: 14pt;
    text-align: justify;
}
.Sponsors p {
    z-index: -1;
}
.sponsors h4 {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}
.Sponsors p::before {
    width: 37%;
}
.Sponsors p::after {
    width: 37%;
}
.main-menu{
    display: none;
  }
}