@media all and (max-width:992px) {
.header-menu {
	text-align: right;
}
.navbar-nav {
	margin-top:40px;
}
.navbar-toggler-icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(251, 206, 112, 1)\' stroke-width=\'4\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E") repeat scroll 0 0 !important;
}
.navbar-nav.sm-collapsible .sub-arrow {
    margin: -0.6em 0 !important;
    border: none !important;
    width: 1em !important;
}
.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 1.5em !important;
}
.navbar-light .navbar-toggler {
    margin: 0 auto;
    position: absolute;
    top: 20px;
    right: 0;
    border: none;
    padding: 0;
}
.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
}
#navbarNav ul li {
    margin-left: 0px;
    text-align: right;
}
.carousel-item {
  min-height: 200px;
  height: 20vh;
}
.carousel-caption {
  bottom: 50px;
  left: 5%;
  right: 5%;
  padding:10px 20px;
}
.carousel-caption h1 {
  font-size: 24px;
  line-height:24px;
  margin-bottom:0;
}
.carousel-caption h3 {
  font-size: 16px;
  margin-bottom:0;
}
.carousel-caption h4 {
	font-size: 14px;
	margin-bottom:0;
}
.carousel-caption p {
	font-size: 13px;
	line-height:15px;
	margin-bottom:5px;
}
.carousel-caption p.banner-cap {
    font-size: 16px;
}
#top-section {
    padding:10px 20px;
}
#marqe-section p {
  font-size: 10px;
  line-height: 12px;
}
h2 {
  font-size: 36px;
}
#welcome-section, #profile-section, #cancer-section, #announcement-section .row, #inn-section {
    padding:30px 20px;
}
#main_footer {
    padding:30px 20px;
    text-align:center;
}
.profile-box img {
  margin-top: 0;
}
.ctn-right-box, .ctn-left-box {
    padding:30px 20px;
}
#main_footer h4 {
    margin-top:30px;
}
.copyright {
    text-align: center;
}
.footer-menu li {
  display: list-item;
  margin-right: 0;
}
.footer-menu, .main-footer-menu {
    margin-bottom:20px;
}
.main-footer-menu li {
  display: list-item;
  width: 100%;
  margin-bottom: 10px;
}
#inn-banner-slider .carousel-item {
  height: 12vh;
  min-height: 120px;
}
#profile-section .profile-head {
  margin-bottom: 20px;
}
.mainmenu a, .mainmenu ul li a {
padding: 14px 20px 14px 30px;
}
}
@media (min-width: 993px) and (max-width:1190px) {


}