@media only screen and (max-width:768px) {
	
	
  #banner {
    top: 116px !important;
    border-top: 1px solid #1a4ffc;
  }
  .login_btn {
    width: auto;
    margin-left: 4px;
  }
	
	.nav_top{ padding-left: 0px;}
	
  .inner_title_wrapper {
    text-align: center;
    margin-top: 50px;
  }
  header .desk-menu .logo-adn {
    margin: 0px !important;
  }
  .contact_box {
    padding-top: 10px;
    float: inherit;
    width: 100%;
  }
	
	.carousel .carousel-item video#two{ top:-250px!important;}
	
	.user_detail_content{ padding-left: 0px;}
}

