* {
	margin:0;
	padding: 0;
	box-sizing:border-box;
}

.bg {
	background-color: #19234c !important;
}

.navbar {
	padding: 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}


.navbar-brand img {
	height: 100px;
    padding: 5px 5px 5px 5px;
}

/* dropdown menu */

.dropdown-menu {
  background-color: #19234c !important;
}

.dropdown-item {
  background-color: #19234c !important;
}

.dropdown-item a:hover {
  background-color: #19234c !important;
}

/* dropdown multi level menu */

.dropdown-submenu {
  background-color: #19234c !important;
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  background-color: #19234c !important;
  top: 10%;
  left: 100%;
  margin-top: -1px;
}

.navbar-nav li:hover > ul.dropdown-menu {
  background-color: #19234c !important;
    display: block;
}


/****Service Detail info*****/
.moreInfo {
   display: none;
}


/****rate detail info*****/
.freightFees {
   display: none;
}
