.end1{text-align: right !important;}
.top1 img{text-align: left; margin-left: 0px;}
.top2 img{text-align: left; margin-left: 20px;}
.container{padding: 0 50px;}
p{font-weight: normal;}
.centre{margin: 0px 20px;}
@media (min-width: 768px ) {
    .row {
        position: relative;
    }
  
    .bottom-align-text {
      position: absolute;
      bottom: 0;
    }
  }

  .sbottom li a{background: #59caff !important; color: #fff !important;}

  @media (max-width: 400px ) {
    #header .header-row{display: inline-block !important;}
  .header-column{display: inline-block !important; clear: both; width: 45%;}
  .top2 img{width: 100% !important; display: none;}
  .header-column .top2{padding-top: 0px !important;}
  #header .header-logo img{max-width: 150px; max-height: 68px;}
  #header .header-btn-collapse-nav{margin-left: 50px !important; }
  .dispn{display: none;}
  .centre{margin: 0px 0px;}
  }

  @media (min-width:401px) and (max-width: 768px ) {
    #header .header-row{display: inline-block !important;}
  .header-column{display: inline-block !important; clear: both; width: 45%;}
  .top2 img{width: 100% !important; display: block;}
  .header-column .top2{padding-top: 0px !important;}
  #header .header-logo img{max-width: 150px; max-height: 68px;}
  #header .header-btn-collapse-nav{margin-left: 50px !important; }
  .dispn{display: none;}
  .centre{margin: 0px 0px;}
  }