.new-foot-pad{
    width:100%;
    height:100px;
    overflow:hidden;
}

.new-foot-wrap{
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    height:93px;
    background:white;
      margin-bottom:0 !important;
      padding-top:20px;
      padding-bottom:20px;
  z-index:200;
  margin-top:100px;
  box-shadow:0px 0px 20px rgba(0,0,0,0.1);
}

.new-footer{
    position:relative;
    width:100%;
    height:53px;
    line-height:53px;
}

.new-footer-left{
    position:absolute;
    top:0px;
    left:0px;
    height:53px;
    padding-left:100px;

}

.new-footer-section{
    color:#a0a0a0;
}

.new-footer-section a{
    color:#165260;

}

.new-footer-right{
  position:absolute;
  top:0px;
  right:0px;
  height:53px;
  text-align:right;
  min-width:40%;
}

.new-footer-logo{
    height:100%;
}

@media only screen and (max-width: 600px){
    .container{
        width:98%;
    }
    .new-footer-right{
        display:none;
    }

    .new-foot-wrap{
        display:none !important;
    }

    .onboard-btn{
        font-size:12px !important;
        padding-left:25px !important;
        padding-right:25px !important;
    }




}
