

/*  small devices (ipad, 812px and down) */
@media only screen and (max-width: 812px) {
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    position: absolute;
    top: -90px;
    right: 0;
}
.navbar-nav{
  background-color: #000000;
  position: absolute;
  top: -48px;
  width: 100%;
  padding-left: 10px !important;
}
.message-wrp {
    position: relative;
    top: 50px;
    left: 0px;
}
.flex-container > div{
  top:-55px;
}
.Modern-Slider .item h3{
  margin-top:-180px;
}

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .medi-app-section-title .title-watermark{
    font-size: 80px;
  }
  .message-wrp{
    top: 30px;
    left: 0px;
  }
  .Modern-Slider .item h3 {
    margin-top: -40px;
}
.sub-banner h2 {
  
    margin-top: 235px;
}
}

/* Extra small devices (phones, 375px and down) */
@media only screen and (max-width: 375px) {

}