body,
html {
	height: 100%;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #464646;
	background-color: #ffffff;
	padding-top: 50px;
}

.fixed-top {
	min-height: 50px;
}

.boxes-body {
  margin-top: 0px;
}

#cookie-consent-banner {
	display: none;
	position: fixed;
	color:#fff;
	bottom: 56px;
	width: 100%;
	background-color: #000;
	padding: 15px;
	border-radius: 5px;
	z-index: 1;
}

#cookie-consent-banner .btn  {
	width: 300px !important;
	margin: 0 10px;
}

.copy {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.close {
	color: white;
	background-color: transparent;
	border: none;
	font-weight: bold;
	font-size: 18px;
}
.close span {
  color: white;
}

.info-box-bg { 
	background-color: #f1edde;
}
.info-box {
	border: 1px solid #ddd;
	padding: 15px;
	text-align: center;
	margin: 5px;
	background-color: #f8f9fa;
	text-align: left;
}

/* MEGA MENU*/

.mega-menu {
	display: none;
	position: relative;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.mega-menu.active {
	display: flex;
}

.reselect-box {
background-color: #ffffff;
padding:0px 10px 0 10px;
}
.reselect-box {
display: flex;
align-items: center; /* Align items vertically */
}

.reselect-img { 
width: 100%;
height: auto;
max-width: 100px; /* Set maximum width for the image */
}

.reselect-img1 { 
height: auto;
width: 80px; /* Set maximum width for the image */
}

.reselect-table tr {
border: none; /* Remove all borders */
}
.reselect-table tr:not(:last-child) {
border-bottom: 1px solid #ccc; /* Adjust the border color as needed */
}

.van-other2 {
background-color: #ffffff;
border: 1px solid #cccccc;
}

.van-other2:hover {
background-color: #cccccc;
}

.van-other2:hover>p.van-name {
text-decoration: none;
color: #007bff;
}

.van-other2 p.van-name {
color: #007bff;
font-size: 15px;
padding-top: 10px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 5px;
}
.td-100 {
width: 100px;
}

/* CORONA */

.header-corona {
	background-color: #fffe10;
	padding: 5px 0 5px 0;
	font-size: 22px;
	color: #F00;
	text-align: center;
}

.p-corona {
	color: #747474 !important;
	font-size: 16px !important;
}

/* GENRAL FIX */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.li-icon {
	margin-bottom: 15px;
	display: flex;
	margin-top: 3px;
}
.icon {
	color: #007bff;
	margin-right: 15px;
	font-size: 22px;
}
.check-symbol {
	font-size: 20px !important;
	padding-right: .5rem !important
}
.np {
	padding: 0px;
}

.npb {
	padding-bottom: 0px;
}

.npt {
	padding-top: 0px;
}

.npr {
	padding-right: 0px;
}

.npl {
	padding-left: 0px;
}

.nm {
	margin: 0px;
}

.nmb {
	margin-bottom: 0px;
}

.nmt {
	margin-top: 0px;
}

.nmr {
	margin-right: 0px;
}

.nml {
	margin-left: 0px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-top: 20px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.table-cell {
	display: table-cell;
	height: auto;
}

.div-scroll {
	height: 210px;
	overflow-y: scroll;
}

.shadow {
	border-bottom: solid 3px rgba(0, 0, 0, 0.1);
}

.img-man {
	height: 40px;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align: justify;
  text-justify: inter-word;
}

/* 5 COLUMNS  */

.col-5ths,
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width: 420px) {
	.col-5ths {
		width: 100%;
		max-width: 100%;
		float: left;
	}
}

@media (min-width: 420px) and (max-width: 575.98px) {
	.col-xs-5ths {
		width: 50%;
		max-width: 50%;
		float: left;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.col-sm-5ths {
		width: 50%;
		max-width: 50%;
		float: left;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.col-md-5ths {
		width: 33.33%;
		max-width: 33.33%;
		float: left;
	}
}

@media (min-width: 992px) and (max-width:1199.98px) {
	.col-lg-5ths {
		width: 25%;
		max-width: 25%;
		float: left;
	}
	.col-md-5ths {
		width: 20%;
		max-width:20%;
		float: left;
	}
	.product-btn {
		padding: 10px 5px;
	}
}

@media (min-width: 1200px) and (max-width:1399.98px) {
	.col-xl-5ths {
		width: 20%;
		max-width: 20%;
		float: left;
	}
	.col-md-5ths {
		width: 20%;
		max-width:20%;
		float: left;
	}
}

@media (min-width: 1400px) {
	.col-xl-5ths {
		width: 20%;
		max-width: 20%;
		float: left;
	}
	.col-md-5ths {
		width: 20%;
		max-width:20%;
		float: left;
	}
}

/* NAVIGATION */

.nav-w100 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-bg1 {
	background-color: #2053ba !important;
	opacity: 0.96;
	min-height: 50px;
}
.nav-bg2 {
	background-color: #3D3D3D !important;
}

.primary_menu {
	display: block;
}
.primary_menu_btn {
	display: none !important;
}
.font34 {
	font-size: 34px !important;
}

.offcanvas.offcanvas-end {
  top: 50px;
  width: 300px;
} 
.offcanvas-sb {
  top: 0px !important;
  width: 400px !important;
} 

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 50px;
  right: 0;
  background-color: #2053ba;
	opacity: 0.95;
  overflow-x: hidden;
	overflow-y: auto;
  transition: 0.5s;
	transition: width 0.4s ease;
}

.sidenav i, .sidenavSide i {
  width: 30px;
  text-align: center;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
}
.sidenavSide .closeSideMenu {
  position: absolute;
	top: 0;
	left: 0;
	font-size: 36px;
}

.logo-footer {
	width: 144px;
	height: 50px;
}
.logo-header {
	height: 30px;
}

.logout-btn { 
	padding: 8px 0px 8px 0px !important;
	color: #ffffff !important;
}

.sidebar2 .nav-links{
  height: 100%;
  padding: 5px 0 0 0;
  overflow: auto;
}
.sidebar2.close .nav-links{
  overflow: visible;
}
.sidebar2 .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebar2 .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar2 .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
	padding-left:15px;
	padding-right:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height:36px;
	cursor:pointer;
}
.sidebar2 .nav-links li .iocn-link:hover{
background-color:#1B74FA;
}

.iocn-link .link_name {
	color: white;
}
.iocn-link .link_name a {
	color: white;
	text-decoration: none; 
}

.iocn-link .link_name a:hover {
	color: #f8f9fa; 
	text-decoration: none; 
}

.sidebar2.close .nav-links li .iocn-link{
  display: block
}
.sidebar2 .nav-links li i{
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar2 .nav-links li.active i,
.sidebar2 .nav-links li:hover i{
  color: #cccccc;  
}
.sidebar2 .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar2.close .nav-links i.arrow{
  display: none;
}
.sidebar2 .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
	width:100%;
}
.sidebar2 .nav-links li a .link_name{
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.4s ease;
	text-transform: uppercase;
}
.sidebar2 .nav-links li.active a .link_name,
.sidebar2 .nav-links li:hover a .link_name{  
  color: #cccccc;
}
.sidebar2.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar2 .link_name {color: #ffffff;}
.sidebar2 .nav-links li .sub-menu{
  padding: 6px 6px 14px 10px;
  background: #343a40;
	color:#ffffff;
  display: none;
}
.sidebar2 .nav-links li.showMenu .sub-menu{
  display: block;
}
.sidebar2 .nav-links li .sub-menu a {
  color: #eeeeee;
  font-size: 16px;
  padding: 10px 10px;
  white-space: nowrap;
  transition: all 0.4s ease;
	text-transform: uppercase;
}
.sidebar2 .nav-links li .sub-menu a:hover{
  opacity: 1;
	color: #cccccc;
	background-color: #007BFF;
}

.badge-fix {
	margin-bottom: 10px;
	margin-top: 5px;
}


@media (max-width:991.98px) {
	.primary_menu {
		display: none !important;
	}
	.primary_menu_btn {
		display: block !important;
	}
	.btn-quote-side {
		margin-left: 0px !important;
	}
}

@media (min-width: 992px)  {
	.btn-quote-fix {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin: 0px;
    border-radius: 0px;
  }
}



/* PACKAGING */

.boxes-bg {
	background-color: #f1edde;
}

.highlights-bg {
	background-color: #0f5bcd;
}

.highlights-icon{
	max-width: 45px;
	max-height: 45px;
}

.hl-font {
	font-size: 14px;
	color: #ffffff;
	line-height: 22px !important;
	text-transform: uppercase;
}


.products-bg {
	background: rgb(241, 241, 241);
}

.products-bg1 {
	background: #ffffff;
}

.product-bg {
	background: #ffffff;
}

.product-bg1 {
	background: #cfc7bc;
}

.product-btn {
	background-color: #0f5bcd;
	margin-bottom: 1rem !important;
	color: #ffffff;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 20px;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-transform: uppercase;
	touch-action: manipulation;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease;
}

.product-btn:hover {
	background-color: #1B74FA;
	color: #ffffff;
}

.product-btn-green {
	background-color: #198754;
	margin-bottom: 1rem !important;
	color: #ffffff;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 20px;
	text-decoration-line: none;
	text-decoration-style: solid;
	text-transform: uppercase;
	touch-action: manipulation;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease;
}

.product-btn-green:hover {
	background-color: #146c43;
	color: #ffffff;
}

.cat-body-fix {
	padding: 5px 0px 5px 0px;
	background-color: #0f5bcd;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}

.cat-body-fix a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.cat-body-fix a:focus {
	color: #fff !important;
	text-decoration: none !important;
}

.cat-body-fix a:link {
	color: #fff;
	text-decoration: none;
}

.cat-body-fix a:visited {
	color: #fff;
	text-decoration: none;
}

.cat-body-fix-white {
	padding: 5px 0px 5px 0px;
	color: #0f5bcd;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}

.cat-body-fix-white a:hover {
	color: #0f5bcd !important;
	text-decoration: none !important;
}

.cat-body-fix-white a:focus {
	color: #0f5bcd !important;
	text-decoration: none !important;
}

.cat-body-fix-white a:link {
	color: #0f5bcd;
	text-decoration: none;
}

.cat-body-fix-white a:visited {
	color: #0f5bcd !important;
	text-decoration: none !important;
}


.cat-card-white:hover {
	background-color: #ededed;
}

.cat-card {
	transition: background-color 0.3s ease;
}
.cat-body-fix:hover {
	background-color: #1B74FA;
}
a.cat-card-link {
	text-decoration: none;
	color: inherit;
}

.sb-pointer {
	cursor: pointer;
}

.offcanvas-header {
	background-color: #1B74FA;
}

.offcanvas-title {
	letter-spacing: 0.1rem;
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	text-transform: uppercase;
	font-weight: 600;
}

.offcanvas-body-pad {
  padding: 0rem 0rem;
}

.bg-sb-pill {
	background-color: rgba(4, 148, 3, 1) !important
}

.countdown-bg {
	background-color: #0f5bcd;
}

.cd-font {
	font-size: 20px;
	color: #ffffff;
	line-height: 24px !important;
	text-transform: uppercase;
	padding: 2px 5px 3px 5px;
	border: 1px solid #ffffff;
	border-radius: 4px;
}

.cd-font1 {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px !important;
}

.cd-font2 {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px !important;
}

.product-border {
	padding: 5px;
	border: 1px solid #ccc;
}

.product-border-small {
	padding: 1px;
	border: 1px solid #ccc;
}

.product-name {
	text-decoration: none;
	color: #000000;
	height: 35px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.product-name a:link {
	text-decoration: none;
	color: #000000;
}

.product-name a:visited {
	text-decoration: none;
	color: #000000;
}

.product-name a:hover {
	text-decoration: none;
	color: #007bff;
}

.product-name a:focus {
	text-decoration: none;
	color: #007bff;
}

.product-name a:active {
	text-decoration: none;
	color: #000000;
}

.product-price {
	text-decoration: none;
	color: #505050;
	height: 35px;
	font-size: 18px;
	font-weight: 600;
}

.price {
	text-decoration: none;
	color: #505050;
	height: 35px;
	font-size: 18px;
	font-weight: 600;
}

.desc-header {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(189, 98, 24);
	background-image: -webkit-linear-gradient(bottom, rgb(189, 98, 24) 0%, rgb(215, 111, 27) 100%);
	background-origin: padding-box;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	border-bottom-color: rgb(235, 231, 210);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(235, 231, 210);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(235, 231, 210);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(235, 231, 210);
	border-top-left-radius: 2px;
	border-top-right-radius: 0px;
	border-top-style: none;
	border-top-width: 0px;
	color: rgb(235, 231, 210);
	cursor: pointer;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	position: relative;
	text-align: center;
	text-shadow: rgba(205, 107, 27, 0.5) 0px 1px 1px;
	text-transform: uppercase;
	vertical-align: baseline
}

.modal-header-fix {
	background-color: #0f5bcd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.modal-header-fix1 {
	background-color: #0f5bcd;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 70px
}

.modal-header-fix2 {
	background-color: #0f5bcd;
	padding-top: 10px;
	padding-bottom: 10px;
}

.modal-title {
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}

.modal-title a:hover {
	color: #ffffff !important;
	text-decoration: none !important;
}

.modal-title a:focus {
	color: #ffffff !important;
	text-decoration: none !important;
}

.modal-title a:link {
	color: #ffffff;
	text-decoration: none;
}

.modal-title a:visited {
	color: #ffffff;
	text-decoration: none;
}

.modal-title-fix {
	font-size: 15px;
	font-weight: 500;
}

.modal-title-fix2 {
	font-size: 20px;
}

.custom-tooltip.tooltip>.tooltip-inner {
	text-align: left;
	background-color: #eee;
	color: #000;
	border: 1px solid #000;
	padding: 10px;
	font-size: 13px;
	width: 300px;
	max-width: 300px;
}

.tooltip.show {
	opacity: 1 !important;
}

.products-cat-bg {
	background: #0f5bcd;
}

.nav-item-menu { 
	background-color: #0f5bcd;
	color: #ffffff;
	text-transform: uppercase;
}

.dropdown-menu-fix {
	width: 100%;
  border-radius: 0px;
	opacity: 1 !important;
}
.dropdown-item-fix {
	color: #ffffff;
}

.card-form-header {
	font-size: 16px;
	color: #0f5bcd;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.btn-quote1 {
	background-color: #ffed00;
	font-size: 16px;
	font-weight: 600;
	min-height: 70px;
	white-space: nowrap;
	color: #000000;
	border-radius: 0px;
	padding: 18px 10px;
}

.btn-quote1:hover {
	background-color: #ffffff;
	color: #000000;
}

.promo-code {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background: #4c9501;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-block;
  margin: 10px 0;
}

/* COVER LISTING */

.cover-bg {
	background-image: url(../images/cover-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	min-height: 350px;
	padding-bottom: 30px;
	padding-top: 40px;
	color: #fff;
}

.cover-bottom {
	background-color: #ffed00;
	top: 10px;
	position: relative;
	border-radius: 0px;
	font-weight: 600;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cover-bottom a:hover {
	text-decoration: none;
}

.cover-item-bg {
	background-color: #0f5bcd;
	padding: 10px 10px 10px 10px !important;
	width: 100%;
	border-radius: 0px;
	text-align: center;
}

.cover-item-bg:hover {
	background-color: #007bff;
	text-decoration: none;
}

.area-name {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	padding: 5px;
}

.area-name1 {
	color: #ffed00;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	padding: 5px;
}


/* COLORS - LINE HEIGHT - FONT SIZE */

h1 {
	margin-top: 0;
	color: #464646;
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
}

h1 a:link {
	text-decoration: none;
	color: #464646;
}

h1 a:visited {
	text-decoration: none;
	color: #464646;
}

h1 a:hover {
	text-decoration: none;
	color: #464646;
}

h1 a:active {
	text-decoration: none;
	color: #464646;
}

.h1-header {
	margin-top: 0;
	color: #007bff;
	font-size: 26px;
	font-weight: 600;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 1rem !important;
}

.h1-header a:link {
	text-decoration: none;
	color: #007bff;
}

.h1-header a:visited {
	text-decoration: none;
	color: #007bff;
}

.h1-header a:hover {
	text-decoration: none;
	color: #007bff;
}

.h1-header a:active {
	text-decoration: none;
	color: #007bff;
}

h2 {
	margin-top: 0;
	color: #464646;
	font-size: 16px;
	line-height: 30px;
}

h2 a:link {
	text-decoration: none;
	color: #464646;
}

h2 a:visited {
	text-decoration: none;
	color: #464646;
}

h2 a:hover {
	text-decoration: underline;
	color: #464646;
}

h2 a:active {
	text-decoration: none;
	color: #464646;
}

.h2 {
	margin-top: 0;
	color: #464646;
	font-size: 16px;
	line-height: 24px;
}

.h2 a:link {
	text-decoration: none;
	color: #464646;
}

.h2 a:visited {
	text-decoration: none;
	color: #464646;
}

.h2 a:hover {
	text-decoration: underline;
	color: #464646;
}

.h2 a:active {
	text-decoration: none;
	color: #464646;
}

.h2-header {
	margin-top: 0;
	color: #464646;
	font-size: 16px;
	line-height: 24px;
}

.h2-header a:link {
	text-decoration: none;
	color: #464646;
}

.h2-header a:visited {
	text-decoration: none;
	color: #464646;
}

.h2-header a:hover {
	text-decoration: underline;
	color: #464646;
}

.h2-header a:active {
	text-decoration: none;
	color: #464646;
}

h3 {
	margin-top: 0;
	color: #007bff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 600;
}

h3 a:link {
	text-decoration: none;
	color: #007bff;
}

h3 a:visited {
	text-decoration: none;
	color: #007bff;
}

h3 a:hover {
	text-decoration: underline;
	color: #007bff;
}

h3 a:active {
	text-decoration: none;
	color: #007bff;
}

.h3 {
	margin-top: 0;
	color: #007bff;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 600;
}

.h3 a:link {
	text-decoration: none;
	color: #007bff;
}

.h3 a:visited {
	text-decoration: none;
	color: #007bff;
}

.h3 a:hover {
	text-decoration: underline;
	color: #007bff;
}

.h3 a:active {
	text-decoration: none;
	color: #007bff;
}

p {
	margin-top: 0;
	color: #464646;
	font-size: 16px;
	line-height: 22px;
}

p a:link {
	text-decoration: none;
	color: #464646;
}

p a:visited {
	text-decoration: none;
	color: #464646;
}

p a:hover {
	text-decoration: none;
	color: #007bff;
}

p a:focus {
	text-decoration: none;
	color: #007bff;
}

p a:active {
	text-decoration: none;
	color: #464646;
}

span {
	margin-top: 0;
	color: #464646;
	font-size: 16px;
	line-height: 22px !important;
}

span a:link {
	text-decoration: none;
	color: #464646;
}

span a:visited {
	text-decoration: none;
	color: #464646;
}

span a:hover {
	text-decoration: underline;
	color: #007bff;
}

span a:focus {
	text-decoration: underline;
	color: #007bff;
}

span a:active {
	text-decoration: none;
	color: #464646;
}

span.text-link {
	font-weight: 600;
}

span.text-link a:link {
	text-decoration: none;
	color: #007bff;
}

span.text-link a:hover {
	text-decoration: underline;
	color: #007bff;
}

span.text-link a:focus {
	text-decoration: underline;
	color: #007bff;
}

span.text-link a:visited {
	text-decoration: none;
	color: #007bff;
}

span.text-link a:active {
	text-decoration: none;
	color: #007bff;
}

b.text-link {
	font-weight: 600;
}

b.text-link a:link {
	text-decoration: none;
	color: #007bff;
}

b.text-link a:hover {
	text-decoration: underline;
	color: #007bff;
}

b.text-link a:focus {
	text-decoration: underline;
	color: #007bff;
}

b.text-link a:visited {
	text-decoration: none;
	color: #007bff;
}

b.text-link a:active {
	text-decoration: none;
	color: #007bff;
}

li.nav-item {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 29px !important;
	text-transform: uppercase;
	margin-right: 10px;
	margin-left: 10px;
}

li.nav-item a:link {
	text-decoration: none;
	color: #ffffff;
}

li.nav-item a:visited {
	text-decoration: none;
	color: #ffffff;
}

li.nav-item:hover {
	text-decoration: none;
	color: #cccccc;
}

li.nav-item:focus {
	text-decoration: none;
	color: #cccccc;
}

li.nav-item a:active {
	text-decoration: none;
	color: #ffed00;
}

.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
}

.img-footer { max-height: 55px; }
.faq-menu-icon {
	float: right;
	padding-top: 5px;
}

.wa_button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 6px 10px;
	border: 1px solid #009847;
	border-radius: 4px;
	background: #009847;
	font-size: 16px;
	font-family: helvetica;
	color: #ffffff;
	text-decoration: none;
	text-transform: none !important;
}

.wa_button:hover,
.wa_button:focus {
	color: #ffffff;
	text-decoration: none;
	background: #047438;
}

.wa_button:active {
	background: #047438;
}

.wa_button:before {
	content: "\0000a0";
	display: inline-block;
	height: 22px;
	width: 22px;
	line-height: 22px;
	margin: 0 10px 0 0;
	position: relative;
	top: 0;
	left: 0;
	background: url("../images/whatsaap_chat.png") no-repeat left center transparent;
	background-size: 100% 100%
}

/* TOOLS BUTTONS */

.tools_button,
.tools_button:visited {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 14px 4px;
	border: 3px solid #0069d9;
	border-radius: 4px;
	background: #0069d9;
	font-size: 18px;
	font-family: helvetica;
	color: #ffed00;
	text-decoration: none;
	text-transform: none !important;
	margin-top: 6px;
	font-weight: 600;
}

.tools_button:hover,
.tools_button:focus {
	background: #007bff;
	border: 3px solid #007bff;
	color: #ffed00 !important;
	text-decoration: none;
}

.tools_button:active {
	background: #0069d9;
}

.tools_button:before {
	content: "\0000a0";
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin: 0px 10px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

a.tools_button {
	color: #ffed00;
}

a.tools_button:hover,
a.tools_button:focus {
	color: #ffed00 !important;
}

.ca_button:before {
	background: url("../images/btn_calendar.png") no-repeat left center transparent;
	background-size: 100% 100%;
}

.vsc_button:before {
	background: url("../images/btn_vsc.png") no-repeat left center transparent;
	background-size: 100% 100%;
}

.gq_button:before {
	background: url("../images/btn_calculator.png") no-repeat left center transparent;
	background-size: 100% 100%;
}
.il_button:before {
	background: url("../images/btn_inventory_list.png") no-repeat left center transparent;
	background-size: 100% 100%
}
.cr_button:before {
	background: url("../images/btn_call.png") no-repeat left center transparent;
	background-size: 100% 100%;
}
.vcr_button:before {
	background: url("../images/btn_video.png") no-repeat left center transparent;
	background-size: 100% 100%;
}

.blue {
	color: #007bff !important;
}

.red {
	color: #F00000 !important;
}

.black {
	color: #464646 !important;
}

.white {
	color: #ffffff !important;
}

.yellow {
	color: #ffed00 !important;
}

.green {
	color: #1ecb03 !important;
}

.bg-white {
	background-color: #ffffff;
}

.bg-blue {
	background-color: #007bff;
}

.bg-blue1 {
	background-color: #2053ba;
}

.bg-dark-blue {
	background-color: #2053ba;
}

.bg-black {
	background-color: #000000;
}

.bg-grey {
	background-color: #ededed;
}

.bg-light-grey {
	background-color: #f4f4f4;
}

.postcode-alert {
	background-color: #F00000 !important;
	border: 2px solid #F00000 !important;
}

.bg-steps {
	background-color: #fff;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.bg-step-next {
	background-color: #ffffff;
	border: 1px solid #007bff;
}

.bg-step-done {
	background-color: #007bff;
	border: 1px solid #007bff;
}

.b200 { font-weight: 200 !important; }
.b300 { font-weight: 300 !important; }
.b400 {	font-weight: 400 !important; }
.b500 {	font-weight: 500 !important; }
.b600 {	font-weight: 600 !important; }
.b700 {	font-weight: 700 !important; }
.b800 {	font-weight: 800 !important; }
.b900 {	font-weight: 900 !important; }

.font10 {
	font-size: 10px !important
}

.font11 {
	font-size: 11px !important
}

.font12 {
	font-size: 12px !important
}

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.font17 {
	font-size: 17px !important;
}

.font18 {
	font-size: 18px !important;
}

.font20 {
	font-size: 20px !important;
}

.font22 {
	font-size: 22px !important;
}

.font24 {
	font-size: 24px !important;
}

.font26 {
	font-size: 26px !important;
}

.font30 {
	font-size: 30px !important;
}

.tlh14 {
	line-height: 14px !important;
}

.tlh16 {
	line-height: 16px !important;
}

.tlh20 {
	line-height: 20px !important;
}

.tlh22 {
	line-height: 22px !important;
}

.tlh24 {
	line-height: 24px !important;
}

.tlh26 {
	line-height: 26px !important;
}

.tlh30 {
	line-height: 30px !important;
}

.fa-blog {
	left: -30px;
	position: absolute;
	top: 4px;
}

.fa-pad {
	padding-left: 30px;
	display: block;
}

/*  BREADCRUMB */

.breadcrumb {
	background-color: transparent;
	padding: 0.2rem 0.4rem !important;
	margin: 0rem 0rem !important;
	background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	padding-top: 0px;
	height: 20px;
	color: #007bff;
	font-weight: bold;
}

.breadcrumb-item.active {
	color: #464646;
	font-weight: bold;
}

li.breadcrumb-item {
	margin-top: 0;
	color: #464646;
	font-size: 12px;
	line-height: 16px !important;
}

li.breadcrumb-item a:link {
	text-decoration: none;
	color: #464646;
}

li.breadcrumb-item a:visited {
	text-decoration: none;
	color: #464646;
}

li.breadcrumb-item a:hover {
	text-decoration: none;
	color: #007bff;
}

li.breadcrumb-item a:focus {
	text-decoration: none;
	color: #007bff;
}

li.breadcrumb-item a:active {
	text-decoration: none;
	color: #464646;
}

/*  MAP */

#map_canvas1 {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	position: relative;
}

#map_canvas2 {
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0;
	position: relative;
}

#map_feedback {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	position: relative;
}

#map_canvas_order_status {
	width: 100%;
	height: 367px;
	margin: 0;
	padding: 0;
	position: relative;
}

.location-map {
	height: 250px;
}

.location-map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: relative;
}

.distance-checker-map {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0px auto;
}

/* CARD  */

.card-bf {
	border: none;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .3);
}

.card-body-ii {
	border: 1px #ccc solid;
}

.card-body-payment {
	border: 1px #ccc solid;
	padding: 20px 0px 0px 0px;
}

.card-header-bf {
	background-color: #2053ba;
	padding: .5rem .5rem;
	border-radius: 0px !important;
}
.card-header-bf1 {
	background-color: #1B74FA;
	padding: .5rem .5rem;
	border-radius: 0px !important;
}
.card-hbf {
	background-color: #ededed;
	padding: .5rem .5rem;
	border-radius: 0px !important;
}
.card-htext {
	color: #404040;
}
.ch-font {
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px
}
.btn-sm-fix {
	padding-top: 0.1px;
  padding-bottom: 0.1px;
}
.ch-red {
	background-color: #dc3545 !important
}
.card-footer {
	border-radius: 0px !important;
}

/* HEADER  */

.header {
	background-color: #2053ba;
	clear: both;
}

.header-bg {
	background-color: #3b89fd;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-img {
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 4px;
	box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, .3);
}

.header-img1 {
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 4px;
}

.header-img2 {
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 4px;
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .3);
}

.nav-link {
	padding: 10px 10px !important;
}

.tel-header-cs {
	color: #ffffff !important;
	font-size: 14px;
	text-align: right;
	margin-bottom: 0 !important;
}

.tel-header-cs a:link {
	text-decoration: none;
	color: #ffffff;
}

.tel-header-cs a:visited {
	text-decoration: none;
	color: #ffffff;
}

.tel-header-cs a:hover {
	text-decoration: none;
	color: #ffffff;
}

.tel-header-cs a:focus {
	text-decoration: underline;
	color: #ffffff;
}

.tel-header-cs a:active {
	text-decoration: none;
	color: #ffffff;
}

.menu-btn {
	color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: transparent;
  padding: 5px 10px;
  border: 1px solid #fff;
	box-shadow: none !important;
}

.header-hours {
	border: 1px solid #fff;
	margin-top: 5px;
}

.opening {
	font-size: 16px;
	line-height: 23px !important;
	color: #3b89fd;
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
	text-align: center;
	display: block;
}

.hours {
	font-size: 14px;
	line-height: 23px !important;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	display: block;
}

.navbar {
	padding: 0px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #cccccc;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #ffed00;
}


.dropdown-menu {
	background-color: #2053ba;
	border: 1px solid #2053ba;
}

.dropdown-item:hover,
.dropdown-item:focus {
	background-color: #007BFF;
}


.nav-quote-button {
	background: blue;
	border-radius: 0px;
	border: 0px;
	padding: 0.5rem 0.5rem;
	color: #ffed00;
	font-weight: 600;
	font-size: 20px;
	min-height: 80px;
	vertical-align: middle;
	transition: color 0.15s ease-in-out;
}

.nav-quote-button:hover,
.nav-quote-button:focus {
	color: #ffffff;
	box-shadow: none;
}

.btn-quote {
	background-color: #ffed00;
	font-size: 16px;
	min-height: 30px;
	white-space: nowrap;
	color: #2053ba;
	border-radius: 0px;
	padding: 3px 20px;
	line-height: 12px;
}

.btn-quote:hover {
	background-color: #ffffff;
	color: #007bff
}

/* PRICES */

.prices-tab-btn {
	border: 1px #e8e7e7 solid;
	margin-top: 5px;
	background-color: rgb(244, 244, 244);
	font-weight: 600;
	letter-spacing: 1px;
}

.price-tab-pill {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.price-tab-pill .nav-link {
	flex: 1;
	text-align: center;
	margin: 5px;
	border-radius: 0px !important;
	padding: 15px 10px !important
}

.prices-card-fix {
  background-color: #2053ba;
  padding: 1rem 1rem;
}


/* MAIN HEADER */

.main-header {
	min-height: 300px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	padding-bottom: 20px;
}

.header-booking {
	background-image: url('../images/header-booking-1.jpg');
}

.header-boxes {
	background-image: url('../images/header-boxes-2.jpg');
}

.header-house {
	background-image: url('../images/header-house-3.jpg');
}

.header-index {
	background-image: url('../images/header-index-2.jpg');
}

.header-office {
	background-image: url('../images/header-office-2.jpg');
}

.header-manvan {
	background-image: url('../images/header-manvan-1.jpg');
}

.header-nationwide {
	background-image: url('../images/header-nationwide-1.jpg');
}

.header-packing {
	background-image: url('../images/header-packing-4.jpg');
}

.main-header h1 {
	background: rgba(29, 114, 201, 0.75);
	padding: 10px 20px 10px !important;
	line-height: 34px !important;
	font-weight: bold !important;
	font-size: 24px !important;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}

.banner-btn {
	background: #1d72c9;
	border: 2px solid #fff;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	display: inline-block;
	padding: 10px 10px;
}

.banner-btn i {
	margin-left: 18px;
}

.banner-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.banner-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: #e71f1f;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.banner-btn:hover,
.banner-btn:focus,
.banner-btn:active {
	text-decoration: none;
}

.banner-btn:hover:before,
.banner-btn:focus:before,
.banner-btn:active:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

/* VAN ESTIMATOR  */

.estimate-pill {
	margin-bottom: 10px;
	border: 1px solid #2053ba;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background-color: #2053ba;
	border-radius: 0px !important;
  padding: 10px !important;
}

.estimate-pill.active {
	color: #2053ba !important;
	border: 1px solid #007bff;
	background-color: #ffffff !important
}

a.estimate-pill:hover {
	color: #2053ba !important;
	border: 1px solid #2053ba;
	background-color: #ffffff !important
}

.faq_cat_menu_res {
	display: none;
}

.faq_cat_menu {
	display: flex;
}

.estimate_cat_menu {
	display: flex
}

.estimate_cat_menu_res {
	display: none
}

.estimate_item_font {
	font-size: 14px;
	line-height: 32px;
	color: #646464
}

.selected_van_note {
	font-size: 14px;
	color: red;
	font-weight: 600
}

.vanestimate_item {
	border: 1px #000 solid !important;
	height: 40px;
	border-radius: 4px;
	padding: 3px;
	width: fit-content;
	display: inline-block;
	cursor: pointer
}

.vanestimate_item img {
	vertical-align: top !important;
	max-height: 100%
}

.vanestimate_item p {
	font-size: 18px;
	display: inline;
	color: #646464;
	line-height: 32px
}

.vanestimate_input {
	width: 110px
}

.vanestimate_del {
	width: 20px
}

.selected_items_vol_div {
	border-radius: .25rem;
	height: 38px;
	background: #2053ba;
	text-align: center
}

.selected_items_vol_div span {
	font-weight: 600;
	font-size: 22px;
	color:white !important;
	line-height: 36px !important
}

.estimate_cat_dropdown_menu {
	background-color: #ffffff !important;
	border: 1px solid #4e555b !important;
	opacity: 1 !important
}

.quantity {
	width: 100px;
	text-align: center
}

.quantity input {
	border: none;
	text-align: center;
	width: 32px;
	font-size: 16px;
	color: #000000;
	font-weight: 300;
	opacity: 1;
	font-weight: 600
}

.quantity button[class*=btn] {
	width: 30px;
	height: 30px;
	background-color: #007bff;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	text-align: center
}

.quantity button[class*=btn]:hover,
.quantity button[class*=btn]:focus {
	background-color: #0062cc;
}

.extimate-badge-pill {
	border-radius: .2rem !important;
	background-color: #0062cc;
}

button .fa-plus,
button .fa-minus {
	color: #ffffff
}

button:focus,
input:focus {
	outline: 0
}

/* INVENTORY LIST  */

.inventory-btn {
	background-color: #00c4ff;
	width: 100%;
	margin-bottom: 10px;
}

.inventory-btn:hover {
	background-color: #2bcdff;
	color: #ffffff;
}

.inventory-pill {
	margin-bottom: 10px;
	border: 1px #ddd solid;
}

.inventory-add-btn {
	background-color: #00c4ff;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.inventory-add-btn:hover {
	background-color: #2bcdff;
	color: #ffffff;
}

.inventory-list-print {
	display: none;
}

.inv-checkbox {
	border: 2px #000 solid !important;
	width: 35px;
}

.inventory_cat_dropdown_menu {
	background-color: #ffffff !important;
	border: 1px solid #4e555b !important;
	opacity: 1 !important;
}

.inventory_cat_menu_res {
	display: none;
}

.inv-bg-gray {
	background-color: #ddd;
  padding-top: .25rem !important;
}

@media print {
	.noprint {
		display: none;
	}

	.inventory-list-print {
		display: block;
	}
}

/* SERVICES  */

.services-bg {
	background-image: url(../images/services-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	min-height: 360px;
	color: #fff;
}

.services-opac {
	opacity: 60%;
	height: 100%;
}

.featured-pad {
	padding: 40px 20px 0px 20px;
}

.featured-bx {
	width: 90%;
	height: 100%;
}

.featured-bx-icon {
	float: left;
	margin-right: 20px;
}

.featured-content {
	display: table;
	padding-right: 20px;
	line-height: 64px;
}

a:hover .featured-content h4 {
	color: #007bff;
}

.featured-content h4 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
}

.featured-content h4 a:link {
	text-decoration: none;
	color: #000000 !important;
}

.featured-content h4 a:visited {
	text-decoration: none;
	color: #000000 !important;
}

.featured-content h4 a:hover {
	text-decoration: none;
	color: #000000 !important;
}

.featured-content h4 a:active {
	text-decoration: none;
	color: #000000 !important;
}

.nohover {
	text-decoration: none !important;
}

.featured-content p {
	color: #000000;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}

/* NATIONWIDE REMOVALS */

.nationwide a:hover {
	text-decoration: none;
}

.card-nationwide {
	max-width: 370px;
}

.city-name {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

.city-name:link {
	text-decoration: none;
	color: #ffffff !important;
}

.city-name:visited {
	text-decoration: none;
	color: #ffffff !important;
}

.city-name:hover {
	text-decoration: none;
	color: #ffffff !important;
}

.city-name:active {
	text-decoration: none;
	color: #ffffff !important;
}

.city-name1 {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px !important;
}

.city-name2 {
	color: #ffed00;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	line-height: 32px;
}

a.w-100:hover {
	text-decoration: none;
	color: #ffffff !important;
}

.city-price {
	color: #ffed00;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.city-price:link {
	text-decoration: none;
	color: #ffed00 !important;
}

.city-price:visited {
	text-decoration: none;
	color: #ffed00 !important;
}

.city-price:hover {
	text-decoration: none;
	color: #ffed00 !important;
}

.city-price:active {
	text-decoration: none;
	color: #ffed00 !important;
}

.city-price1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}


/* STRIPE FORM */

.StripeElement {
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #ced4da;
	padding: 0.375rem 0.75rem;
	background-color: #fff;
	background-clip: padding-box;
	clear: both;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 14px;
}


.card-holder {
	font-size: 16px !important;
	font-family: Verdana, Geneva, sans-serif;
	color: #464646
}

.card-holder::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #aaaaaa;
	font-size: 16px;
}

.card-holder:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #aaaaaa;
	opacity: 1;
	font-size: 16px;
}

.card-holder::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaaaaa;
	opacity: 1;
	font-size: 16px;
}

.card-holder:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaaaaa;
	font-size: 16px;
}

#error-container {
	margin-top: 14px;
	clear: both;
	margin-left: 15px;
	margin-right: 15px;
}

.error-container-show {
	display: block !important;
}

.error-container-hide {
	display: none !important;
}

.paymentselector {
	padding: 5px;
	width: 100%;
	border: #cccccc solid 1px;
	cursor: pointer;
	font-size: 15px;
	color: #606060;
	line-height: 30px;
	background-color: #f6f6f6;
}

.paymentselector:hover {
	border: #194a67 solid 1px;
	cursor: pointer;
}

.paymentselected {
	border: #286090 solid 1px;
	background-color: #286090;
	color: white;
}

.paymentcheck1 {
	font-size: 18px;
	display: inline-block
}

.paymentcheck2 {
	display: none !important;
}

.paymentor {
	font-size: 14px;
	color: #606060;
	line-height: 30px !important;
	text-align: center;
	font-weight: bold;
}

.methodselector {
	padding: 5px;
	width: 100%;
	border: #cccccc solid 1px;
	cursor: pointer;
	font-size: 15px;
	color: #606060;
	line-height: 30px;
	background-color: #f6f6f6;
}

.methodselector:hover {
	border: #194a67 solid 1px;
	cursor: pointer;
}

.methodselected {
	border: #286090 solid 1px;
	background-color: #286090;
	color: white;
}

.methodcheck1 {
	font-size: 18px;
	display: inline-block
}

.methodcheck2 {
	display: none !important;
}

.pad-right {
	padding-right: 10px;
}

.inline {
	display: inline-block;
}

.reviews-inline {
	display: inline;
}

/* MOVING CHECKLIST */

.blogul {
	list-style: none;
	list-style-position: inside;
	padding-left: 0;
	color: #464646;
}

.blogul1 {
	list-style: none;
	color: #464646;
	margin-left: 50px;
}

.blogul2 {
	list-style: none;
	color: #007bff;
}

.blogul2 li a:link {
	text-decoration: none;
	color: #007bff;
}

.blogul2 li a:visited {
	text-decoration: none;
	color: #007bff;
}

.blogul2 li a:hover {
	text-decoration: underline;
	color: #007bff;
}

.blogul2 li a:active {
	text-decoration: none;
	color: #007bff;
}

.blogli {
	background-image: url(../images/checklist.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	;
	padding-left: 45px;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #464646;
}

.blogli a:link {
	text-decoration: none;
	color: #007bff;
}

.blogli a:visited {
	text-decoration: none;
	color: #007bff;
}

.blogli a:hover {
	text-decoration: underline;
	color: #007bff;
}

.blogli a:active {
	text-decoration: none;
	color: #007bff;
}


/* PACKING MATERIALS  */

.packaging-bg {
	background-image: url(../images/packaging-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	min-height: 350px;
	padding-bottom: 30px;
	padding-top: 50px;
}

#basket-container {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #000000;
	z-index: 100;
	padding: 20px;
	border-top: #2053ba solid 2px;
	border-left: #2053ba solid 2px;
	border-right: #2053ba solid 2px;
}

.basket-empty {
	font-size: 20px;
	color: #ffffff;
}

.basket-text {
	font-size: 16px;
	color: #ffffff;
}

.priceold {
	color: #C00;
	font-size: 16px;
	text-decoration: line-through;
}

.pf-hr {
	border: 0;
	height: 1px;
	background: #dddddd;
	margin: 10px 0px 20px 0px;
}

.app-input-width {
	max-width: 60px !important;
	min-height: 32px !important;
	min-width: 40px !important;
}

.pack-slim-td {
	padding-left: 5px !important;
	padding-right: 0px !important;
	min-width: 100px;
}

.input-quantity {
	font-size: 12px !important;
}

.pack-img-wrap {
	min-height: 150px;
}

.pack-banner {
	height: 100%;
}

.price-cb {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.pack-img {
	max-width: 150px;
	margin: 0px auto;
	width: 100%;
}

.pack-price {
	color: #ffed00;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* CONTACT  */

.ui-dialog {
	z-index: 2000 !important;
}

.contact-btn {
	background-color: #2053ba;
	width: 100%;
	margin-bottom: 14px;
}

.contact-btn:hover {
	background-color: #2bcdff;
	color: #ffffff;
}

.contact-antispam-font {
	font-size: 22px;
	border: 1px #464646 solid;
	padding: 2px 4px;
	vertical-align: -moz-middle-with-baseline;
}

.contact-float {
	float: left;
	clear: both;
	padding: 10px;
	display: block;
	width: 100%;
}

.contact-left {
	display: table-cell;
	vertical-align: middle;
}

.contact-right {
	display: table-cell;
	vertical-align: middle;
}

.contact-float .contact-right>p {
	color: #464646;
	font-size: 26px;
	font-weight: 500;
	padding-left: 36px;
	padding-top: 10px;
}

.contact-map {
	height: 300px;
}

.contact-map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: relative;
}

.card-con {
	font-size: 15px;
}

.contact-info {
	border: solid 1px #ccc;
	margin: 0px;
	padding: 10px;
	height: 100%;
}

/* FAQ  */

.faq-pill {
	margin-bottom: 10px;
	border: 1px #ddd solid;
	padding: 0.5rem 0.5rem;
	letter-spacing: 1px;
}

.faq-pill:hover {
	margin-bottom: 10px;
	border: 1px #007bff solid;
	background-color: #007bff;
	padding: 0.5rem 0.5rem;
	color: #ffffff;
}

.faq-font {
	margin-top: 0;
	color: #464646;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px !important;
	text-transform: uppercase;
}

.faq-font:link {
	text-decoration: none;
	color: #464646;
}

.faq-font:visited {
	text-decoration: none;
	color: #464646;
}

.faq-font:hover {
	text-decoration: none;
	color: #ffffff;
}

.faq-font:focus {
	text-decoration: none;
	color: #ffffff;
}

.faq-font:active {
	text-decoration: none;
	color: #ffffff;
}

.faq-font.active:hover {
	text-decoration: none;
	color: #ffffff !important;
}

.faq-font.active:link {
	text-decoration: none;
	color: #ffffff !important;
}

.faq-div {
	background: #fafafa;
	color: #747474;
	padding: 10px 10px 10px 10px;
	border: 1px solid #000;
	clear: both;
	margin-bottom: 10px;
}

.faq-div:hover {
	cursor: pointer;
	text-decoration: none;
	background: #3b89fd;
	color: white;
}

/* FAQ SUGGESTION LIST */

.suggestionsBox {
	position: relative;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	color: #000000;
	z-index: 2000;
	padding: 0px 5px 5px 5px;
}

ul.no-bullets {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #659CD8;
}

/* CHECK AVAILABILITY  */

.check-availability-bg {
	background-color: rgb(232, 229, 229);
}

.ca-font {
	color: #464646;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px !important;
}

.ca-font-blue {
	color: #007bff;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px !important;
}

/* BOOKING FORM  */

.booking-form-bg {
	background-image: url(../images/booking-form-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 460px;
	color: #fff;
}

.bf-bg {
	background-color: rgb(0, 0, 0, 0.35)
}

.bf-bg-header {
	background-color: rgb(255, 255, 255, 1.0);
	padding-top: 30px;
	padding-bottom: 20px;
}

.formnoshow {
	display: none;
}

.van-options {
	background-color: #ffffff;
	text-align: center;
	border-radius: 0.25rem;
	border: 1px solid #cccccc;
}

.van-option {
	background-color: #ffffff;
	text-align: center;
	border-radius: 0.25rem;
}

.van-option p.van-name,
.van-options p.van-name {
	color: #007bff;
	font-size: 18px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}

.van-other {
	background-color: #ffffff;
	text-align: center;
	border-radius: 0.25rem;
	border: 1px solid #cccccc;
}

.van-other:hover {
	background-color: #007bff;
}

.van-other:hover>p.van-name {
	text-decoration: none;
	color: #ffffff;
}

a.van-other-text {
	text-decoration: none;
	color: #ffffff;
}

.van-other p.van-name {
	color: #007bff;
	font-size: 18px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
}

.van-other1 {
	background-color: #007bff;
	text-align: center;
	border-radius: 0.25rem;
	border: 1px solid #cccccc;
}

.van-other1:hover {
	background-color: #ffffff;
}

.van-other1:hover>p.van-name {
	text-decoration: none;
	color: #007bff;
}

a.van-other-text1 {
	text-decoration: none;
	color: #007bff;
}

.van-other1 p.van-name {
	color: #ffffff;
	font-size: 18px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
	text-align: center;
}

.van-option-selected {
	text-align: center;
	border-radius: 0.25rem;
}

.van-option-selected p.van-name {
	color: #007bff;
	font-size: 18px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}
.van-option-selected1 {
	background-color: #007bff;
	text-align: center;
	border-radius: 0.25rem;
}

.van-option-selected1 p.van-name {
	color: #ffffff;
	font-size: 18px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}
.man-option {
	background-color: #ffffff;
	text-align: center;
	border-radius: 0.25rem;
	color: #000000;
}

.man-option p.man-opt {
	color: #007bff;
	font-size: 18px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}

.man-option p.man-price {
	color: #007bff;
	font-size: 20px;
	margin-top: 10px;
	padding-bottom: 0px;
	font-weight: 600;
}

.man-option-selected {
	background-color: #007bff;
	text-align: center;
	border-radius: 0.25rem;
	color: #ffffff;
}

.man-option-selected p.man-opt {
	color: #ffffff;
	font-size: 18px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}

.man-option-selected p.man-price {
	color: #ffffff;
	font-size: 20px;
	margin-top: 10px;
	padding-bottom: 0px;
	font-weight: 600;
}

.van-checkbox {
	width: 40px;
	height: 40px;
	background: url(../vans/vans-tab-checkbox.png) no-repeat;
}

.van-checked {
	width: 40px;
	height: 40px;
	background: url(../vans/vans-tab-checked.png) no-repeat;
}

.man-checkbox {
	width: 40px;
	height: 40px;
	background: url(../vans/vans-tab-checkbox.png) no-repeat;
}

.man-checked {
	width: 40px;
	height: 40px;
	background: url(../vans/vans-tab-checked.png) no-repeat;
}

.van-select,
.man-select {
	background-color: #1e62d0;
	display: inline-block;
	cursor: pointer;
	border: none;
	border-radius: 0px;
	color: #ffed00;
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	height: 44px;
	width: 100%;
	line-height: 40px;
	padding: 2px;
}

.van-select b,
.man-select b {
	font-weight: 500;
}

.van-select :hover,
.man-select :hover {
	text-decoration: none;
	background-color: #1e62d0;
}

.vans-disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.vans-disabled-fix {
	opacity: 1 !important;
}

.vans-disabled div {
	pointer-events: none;
}

.vans-na {
	color: red;
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.vans-info-frame {
	border: 1px solid black;
}

.vans-tabs {
	border-bottom: 0px;
}

.vans-tabs a {
	padding: 0px !important;
	display: inline;
	width: 30%;
	margin: 1% !important;
}

.vans-thumb {
	padding: 2px;
	border: 1px solid #ccc;
}

.van-selector-overlay {
	position: absolute;
	width: 88%;
	z-index: 100;
	text-align: center;
	background: #ffffff;
	color: #F00;
	height: 100%;
	display: none;
	padding: 30% 10px 0 10px;
}

.van-selector-overlay-fix {
	display: block;
}

.van-replacement {
  display: none;
	background-color: #ffffff;
}
.van-replacement-fix {
	display: block;
	background: #ffffff;
	text-align: center;
	color: #F00;
	height: 100%;
	padding: 30% 10px 0 10px;
}

.error {
	border: 1px #F00 solid !important;
	color: #F00 !important;
}

.ad-info {
	border: solid 1px #ccc;
	padding: 10px;
	border-radius: .25rem;
	background-color: #fff
}

.bf-header-instant {
	font-size: 28px;
	color: #ffed00;
	font-weight: 600;
	line-height: 32px;
}

.bf-header-font {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
}

.bf-header-font-blue {
	font-size: 16px;
	color: #007bff;
	font-weight: 600;
}

.bf-header-h1 {
	font-size: 20px;
	color: #007bff;
	font-weight: 600;
	text-transform: uppercase;
}

.bf-header-font-pc {
	font-size: 15px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
}

.bf-total,
.bf-orderno {
	font-size: 22px;
	color: #007bff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0px;
}

.bf-ch {
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 26px;
}

.bf-hr {
	border: 0;
	height: 1px;
	background: #dddddd;
}

.bf-btn-next {
	height: 68px;
	font-size: 22px;
	text-decoration: unset;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	white-space: normal;
	display: flex;
  align-items: center;
	justify-content: center;
}

.bf-btn-next1 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: unset;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 22px;
	white-space: normal;
}
.w-advia {
	width:100%;
}
.bg-advia {
	background-color: #919191;
}

.bf-btn-back {
	height: 50px;
	font-size: 18px;
	text-decoration: unset;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 20px;
	white-space: normal;
}

.bf-btn-ca {
	height: 52px;
	font-size: 18px;
	text-decoration: unset;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 20px;
	white-space: normal;
}

.btn-location {
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
}

.van-book-btn {
	font-size: 16px;
	text-decoration: unset;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	white-space: normal !important;
}

.btn-boxshop {
	font-size: 22px;
	text-decoration: unset;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	white-space: normal;
	padding: 10px;
}

.bf-vanname {
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}

.booking-number {
	width: 100%;
	font-size: 24px;
	float: left;
	text-transform: uppercase;
	color: #747474;
	font-weight: bold;
	text-align: center;
	display: block;
	clear: both;
}

.bn-pointer {
	cursor: pointer;
	text-align: center;
}

.bf-step {
	border-radius: 0.25rem;
}

.bf-noshow {
	display: none;
}
.hidden-element {
	display: none;
}
.viaPostcodesList {
	border: solid 1px #ccc;
	padding: 10px;
	border-radius: 0.25rem;
	background-color: #fff;
}

.pac-container {
	z-index: 11000 !important;
}
.pac-target-input {
	padding: 1rem 1rem;
}
.pac-target-input::placeholder {
	color: #007bff;
	-moz-placeholder {
			color: #007bff;
	}
	::-webkit-input-placeholder {
			color: #007bff;
	}
	:-ms-input-placeholder {
			color: #007bff;
	}
}

/* QUOTE TIMER */

#quote_expiry_modal.modal {
	text-align: center;
}

@media screen and (min-width: 768px) {
	#quote_expiry_modal.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

#quote_expiry_modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-backdrop {
	opacity: 0.5;
}

.modalbusy1 {
	display: block;
	position: fixed;
	z-index: 1200;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.modal-body-important-info {
	max-height: calc(100vh - 210px) !important;
	overflow-y: auto !important;
}

/* FAQ ACCORDION */

.faq-accordion h1,
.faq-accordion a {
	color: #007bff;
}

.faq-accordion .btn-link {
	font-weight: 400;
	color: #007bff;
	background-color: transparent;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
}

.faq-accordion .btn:focus,
.faq-accordion .btn.focus {
	outline: 0;
	box-shadow: none !important;
}

.faq-accordion .card-body {
	border-top: 2px solid #007bff;
}

.faq-accordion .card-header {
	padding: .2rem .2rem !important;
}


/* SPINNER */

.spinner {
	position: fixed;
	z-index: 1200;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	display: block;
	text-align: center;
	color: #FFF;
	visibility: hidden;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 4em;
	height: 4em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	color: #29669f;
	font-size: 10px;
	margin: 40px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
	top: 30%;
}

.loader-text {
	color: #29669f;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	top: 30%;
	margin-top: 60px;
}

.loader-text1 {
	font-weight: 600;
	font-size: 16px;
	position: relative;
	top: 30%;
	margin-top: 20px;
}

.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.loader:before {
	left: -5em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.loader:after {
	left: 5em;
}

@-webkit-keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 4em 0 -1.3em
	}

	40% {
		box-shadow: 0 4em 0 0
	}
}

@keyframes load7 {

	0%,
	80%,
	100% {
		box-shadow: 0 4em 0 -1.3em
	}

	40% {
		box-shadow: 0 4em 0 0
	}
}

.show {
	visibility: visible;
}

.spinner,
.overlay {
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.spinner.show,
.overlay.show {
	opacity: 1
}


/* TIME PICKER */

.tdv {
	min-width: 45px;
	display: inline-block;
	padding: 10px 34px;
	font-size: 1em;
	margin: 2px;
	cursor: pointer;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	color: #1c94c4;
}

.tdv-small {
	min-width: 46px;
	display: inline-block;
	padding: 5px 3px;
	font-size: .8em;
	margin: 3px;
	cursor: pointer;
	background: #f6f6f6;
	color: #0066ff;
}

.tdv-small:hover {
	background: #007bff;
	color: #ffffff;
}

.tdv-flex {
	display: table;
}

.tdv-disabled {
	background-color: #ffffff;
	color: #ffffff;
	visibility: hidden
}

.tdv-active {
	background: #007bff !important;
	color: #ffffff;
}

#timepicker {
	position: absolute;
	display: none;
	max-width: 320px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #eeeeee;
	z-index: 1000
}

.tp-top {
	padding-top: 6px;
}

.tp-bot {
	padding-bottom: 6px;
}

/* Datepicker */

.datepicker-info {
	height: 50px;
	clear: both
}

.val-noshow {
	display: none;
}

.ui-dialog p {
	margin: 0px !important;
	font-size: 14px;
	margin-bottom: 5px !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	width: 100%;
	height: 40px;
	text-align: center;
	color: #0749cd;
	background-color: #ffed00 !important;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 600;
	border: none;
	border-radius: 0px;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	color: #0749cd;
	background-color: #ebbd10;
	border: none;
}

.ui-widget-overlay {
	background: #000000;
	opacity: .6;
	filter: Alpha(Opacity=360);
}

.ui-widget-header {
	border: 2px solid #007bff !important;
	background: #007bff !important;
	font-weight: bold;
}

.ui-dialog .ui-dialog-title {
	color: #FFFFFF;
}

.ui-datepicker-month,
.ui-datepicker-year {
	color: #FFFFFF !important;
}

.ui-dialog-titlebar-close {
	visibility: hidden;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .0;
	filter: Alpha(Opacity=0);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #007bff;
}

/* FEEDBACK */

.reviews-bg {
	background-image: url(../images/reviews-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	min-height: 350px;
	padding-bottom: 30px;
	padding-top: 40px;
	color: #fff;
}

.feedback {
	border: 1px solid #e6e6e6;
	padding: 1rem;
	display: block;
	margin-bottom: 30px;
}

.feedback-star {
	color: #29c16c;
	font-size: 24px;
	letter-spacing: 2px;
}

.service_validation,
.driver_validation,
.price_validation {
	overflow: hidden;
	padding: 6px;
	border-radius: 4px;
	width: 100%;
}

.fbl {
	top: .3em;
}

.fb-header {
	line-height: 36px;
	font-weight: 600;
	color: #ffffff;
	font-size: 30px;
}

.fbspanwraper {
	width: 100%;
	clear: both;
	overflow: hidden;
	color: #464646;
}

.fbspan {
	display: inline-block;
	line-height: 26px;
	font-size: 13px;
}

.fbspanbold {
	line-height: 26px;
	font-weight: 600;
	float: right;
	font-size: 13px;
}

/* SIDEBAR MENU */

.sidebar-menu {
	border: 1px solid #e6e6e6;
	padding: 2rem 0rem;
	display: block;
}

.sidebar-menu>li {
	display: block;
	font-size: 20px;
	line-height: 50px !important;
	list-style-type: square;
}

.sidebar-menu>li a {
	display: block !important;
}

.sm-li {
	border-left: 5px solid transparent;
	padding-left: 30px;
}

.sidebar-menu>li a:before {
	content: "•";
	padding-right: 20px;
}

.sm-li:hover {
	border-left: 5px solid #007bff;
	color: #007bff;
}

.sm-font {
	margin-top: 0;
	color: #007bff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 44px;
}

/* CAROUSEL  */

.carousel-mt {
	margin-top: 66px;
}

/* FOOTER  */

.links-bg {
	background-color: #e0e0e0;
}

.footer-container {
	background-color: #2053ba;
}

.footer-container1 {
	background-color: #ffffff;
	padding-bottom: 48px;
}

.footer-container2 {
	background-color: #ffffff;
}

.footer-container3 {
	background-color: #ffffff;
	padding-bottom: 80px;
}

.fa.white:hover {
	color: #f4f4f4 !important;
}

.wa-bg {
	background-color: #128c7e
}

.cf-fix {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.footer_phone_div {
	display: block;
}

.footer_phone,
.footer_phone:link,
.footer_phone:visited,
.footer_phones:hover,
.footer_phone a:focus,
.footer_phone a:active {
	font-size: 14px;
	color: #ffffff !important;
	text-decoration: none !important;
}

.footerheader {
	color: #ffed00;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.footerlink {
	font-size: 14px;
	color: #fff;
	line-height: 34px !important;
}

.footerlink1 {
	font-size: 14px;
	color: #fff;
	line-height: 22px !important;
}

.footerlink a:hover,
.footerlink1 a:hover {
	color: #ffed00 !important;
	text-decoration: none !important;
}

.footerlink a:focus,
.footerlink1 a:focus {
	color: #ffed00 !important;
	text-decoration: none !important;
}

.footerlink a:link,
.footerlink1 a:link {
	color: #fff;
	text-decoration: none;
}

.footerlink a:visited,
.footerlink1 a:visited {
	color: #fff;
	text-decoration: none;
}

.footer-overlay {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	background-color: #007bff;
}

.footer-stripe-font {
	font-size: 28px;
	color: #fff;
	line-height: 38px !important;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

.footer-stripe-font a:hover {
	color: #ffed00 !important;
	text-decoration: none !important;
}

.footer-stripe-font a:focus {
	color: #ffed00 !important;
	text-decoration: none !important;
}

.footer-stripe-font a:link {
	color: #fff;
	text-decoration: none;
}

.footer-stripe-font a:visited {
	color: #fff;
	text-decoration: none;
}

.footer-stripe-font a:active {
	color: #fff;
	text-decoration: none;
}

ul.card-payments {
	padding: 10px 0px 0px 0px;
}

ul.card-payments>li {
	display: inline-block;
}

ul.social-icons>li {
	display: inline-block;
	padding: 0px 10px 0px 0px;
}

ul.social-icons li i {
	font-size: 1.6em !important;
}

/* Tooltip */

.tooltip>.tooltip-inner {
	background-color: #eee;
	color: #000;
	border: 1px solid #000;
	padding: 10px;
	font-size: 13px;
	width: 260px;
	max-width: 260px;
	text-align: left;
}

.tooltip.in {
	filter: alpha(opacity=100);
	opacity: 1;
}

.tooltip.top>.tooltip-arrow,
.tooltip.bottom>.tooltip-arrow,
.tooltip.left>.tooltip-arrow,
.tooltip.right>.tooltip-arrow {
	border-top: 5px solid #000;
	left: 8% !important;
}

.tooltip.top {
	margin-left: 110px;
}

.tooltip.show {
	opacity: 1;
}

/* MODAL LOAD - COMPLETE */

.modalload {
	display: none;
	position: fixed;
	z-index: 1200;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(1, 1, 1, .9) url('../images/control-loading.gif') 50% 50% no-repeat;
}

body.loading {
	overflow: hidden;
}

body.loading .modalload {
	display: block;
}


/* PAGINATION */

.pagination-wrap {
	width: 100%;
	text-align: center;
}

.fanav {
	color: #000000;
}

.fanav a:link {
	color: #000000;
}

.fanav a:visited {
	color: #000000;
}

.fanav a:hover {
	color: #ffffff;
}

.fanav a:active {
	color: #000000;
}

div.pagination {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

div.pagination a {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 6px 9px 6px 9px;
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	margin: 3px;
}

div.pagination a:hover,
div.pagination a:active {
	border: 1px solid #000000;
	background-color: #2053ba;
	color: #ffffff;
	text-decoration: none;
}

div.pagination span.current {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 6px 9px 6px 9px;
	margin: 3px;
	font-size: 16px;
	border: 1px solid #000000;
	background-color: #2053ba;
	color: #ffffff;
}

div.pagination span.disabled {
	display: none
}

/* BOOKING FORM INPUTS */

.bfspanwraper {
	font-size: 12px;
	width: 100%;
	clear: both;
	border-bottom: #EEE 1px solid;
	overflow: hidden;
	color: #464646;
}
.bfspan {
	color: #464646;
	font-size: 12px;
	line-height: 26px;
	float: right;
}
.bfspanbold {
	color: #464646;
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
	display: inline-block;
}
.bfspancat {
	color: #464646;
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
}
.bfspanheader {
	display: inline-block;
	font-weight: 900;
	padding: 8px 0 8px 0;
	font-size: 16px;
	line-height: 26px;
	color: #1B74FA !important;
	text-transform: uppercase
}
.bftd {
	padding-top: .3rem !important;
  padding-bottom: .3rem !important;
}
.bftd1 {
	padding-top: .6rem !important;
  padding-bottom: .6rem !important;
}
.pointer {
	cursor: pointer;
}
.stripe-img-fluid {
  max-width: 100%;
  height: auto;
  float: right;
}

.input-wrapper {
	position: relative
}

.input-wrapper .custom-input {
	display: block;
	width: 100%;
	height: auto;
	padding: 2rem 1rem 1rem 1rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: .64px;
	color: #11145e;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: .2rem;
	background-clip: padding-box;
	transition: border-color .2s
}

.input-wrapper .custom-input.disabled-input {
	cursor: not-allowed;
	opacity: .5
}

.input-wrapper .custom-input.disabled-input+label {
	cursor: not-allowed;
}

.input-wrapper .custom-input.disabled-input~.icon-end {
	cursor: not-allowed
}

.input-wrapper .custom-input:focus {
	outline: 0;
	box-shadow: inset 0 0 8px -4px #007bff
}

.input-wrapper .custom-input.filled+label,
.input-wrapper .custom-input.filled-perm+label,
.input-wrapper .custom-input:focus+label {
	top: 1rem;
	font-size: 14px;
	color: #29c16c;
}

.input-wrapper .custom-input.filled-perm~.icon-end,
.input-wrapper .custom-input.filled~.icon-end,
.input-wrapper .custom-input:focus~.icon-end {
	color: #007bff;
}

.input-wrapper .custom-input.filled-perm~.front-text,
.input-wrapper .custom-input.filled~.front-text,
.input-wrapper .custom-input:focus~.front-text {
	display: block;
}

.input-wrapper .custom-input.filled-perm~.front-icon,
.input-wrapper .custom-input.filled~.front-icon,
.input-wrapper .custom-input:focus~.front-icon {
	display: block
}

.input-wrapper .custom-input.filled-perm~.char-counter,
.input-wrapper .custom-input.filled~.char-counter,
.input-wrapper .custom-input:focus~.char-counter {
	display: block
}

.input-wrapper .custom-input.prefilled+label,
.input-wrapper .custom-input.prefilled-perm+label,
.input-wrapper .custom-input:focus+label {
	top: 1rem;
	font-size: 14px;
	color: #777777;
}

.input-wrapper .custom-input.prefilled-perm~.icon-end,
.input-wrapper .custom-input.prefilled~.icon-end,
.input-wrapper .custom-input:focus~.icon-end {
	color: #007bff
}

.input-wrapper .custom-input.prefilled-perm~.front-text,
.input-wrapper .custom-input.prefilled~.front-text,
.input-wrapper .custom-input:focus~.front-text {
	display: block
}

.input-wrapper .custom-input.prefilled-perm~.front-icon,
.input-wrapper .custom-input.prefilled~.front-icon,
.input-wrapper .custom-input:focus~.front-icon {
	display: block
}

.input-wrapper .custom-input.prefilled-perm~.char-counter,
.input-wrapper .custom-input.prefilled~.char-counter,
.input-wrapper .custom-input:focus~.char-counter {
	display: block
}

.input-wrapper .custom-input:focus,
.input-wrapper .custom-input:hover {
	border: 1px solid #007bff
}

.input-wrapper .custom-input:focus+label,
.input-wrapper .custom-input:focus~.icon-end,
.input-wrapper .custom-input:hover+label,
.input-wrapper .custom-input:hover~.icon-end {
	color: #007bff
}

.input-wrapper .custom-input.invalid {
	padding-right: 2.5rem;
	border: 2px solid #d50000;
	border-radius: .5rem .5rem 0 0
}

.input-wrapper .custom-input.invalid~.error-wrapper {
	display: block
}

.input-wrapper .custom-input.invalid~.icon-end {
	display: none
}

.input-wrapper .custom-input.invalid~.front-text {
	top: 2.22rem
}

.input-wrapper .custom-input.invalid.has-clicable-end-icon~.icon-end {
	display: block
}

.input-wrapper .custom-input.invalid-simple {
	border: 2px solid #d50000
}

.input-wrapper .custom-input.has-end-icon {
	padding-right: 2.25rem
}

.input-wrapper .custom-input.has-front-text {
	padding-left: 3.5rem
}

.input-wrapper .custom-input.has-front-icon {
	padding-left: 2rem
}

.input-wrapper .custom-input.custom-date-picker-input-js {
	cursor: pointer
}

.input-wrapper .custom-input.custom-dropdown {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none
}

.input-wrapper label {
	pointer-events: none;
	position: absolute;
	top: 1rem;
	left: 1.05rem;
	cursor: text;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .64px;
	color: #777;
	background-color: transparent;
	transition: .2s ease all
}

.input-wrapper .icon-end {
	pointer-events: none;
	position: absolute;
	color: #777;
	transition: .2s ease all;
	top: .7rem;
	right: .7rem
}

.input-wrapper .icon-end.clicable {
	pointer-events: all;
	cursor: pointer
}

.input-wrapper .icon-end.clicable:hover {
	color: #007bff
}

.input-wrapper .front-text {
	display: none;
	pointer-events: none;
	position: absolute;
	opacity: .5;
	color: #11145e;
	transition: all .2s;
	top: 2.16rem;
	left: 1rem;
	font-weight: 500;
	line-height: 1
}

.input-wrapper .front-icon {
	display: none;
	pointer-events: none;
	position: absolute;
	color: #11145e;
	transition: all .2s;
	top: 2.1rem;
	left: 1rem;
	line-height: 1
}

.input-wrapper .char-counter {
	display: none;
	pointer-events: none;
	position: absolute;
	font-size: 14px;
	opacity: .7;
	color: #11145e;
	transition: all .2s;
	bottom: .5rem;
	right: 1rem;
	font-weight: 400;
	line-height: 1
}

.input-wrapper .error-wrapper {
	display: none;
	font-size: .85rem;
	font-weight: 500;
	padding: 1rem 1rem .75rem 1rem;
	border: 2px solid #d50000;
	border-radius: 0 0 .5rem .5rem;
	border-top: none;
	color: #d50000;
	background-color: #ffebee
}

.input-wrapper .error-wrapper .error-icon {
	position: absolute;
	top: 1.7rem;
	right: .7rem
}

.message-custom {
	padding: 2.5rem 1rem 1rem 1rem !important;
  height: 120px !important;
}

.message-packaging {
  padding: 2rem 1rem 1rem 1rem !important;
  height: 120px !important;
}

.radiobox {
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 10px;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

/* RATING */

div.rating-cancel,
div.star-rating {
	float: left;
	width: 24px;
	height: 24px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden
}

div.rating-cancel,
div.rating-cancel a {
	background: url(../images/control-delete.gif) no-repeat 0 -24px
}

div.star-rating,
div.star-rating a {
	background: url(../images/control-star.gif) no-repeat 0 0px
}

div.rating-cancel a,
div.star-rating a {
	display: block;
	width: 24px;
	height: 100%;
	background-position: 0 0px;
	border: 0
}

div.star-rating-on a {
	background-position: 0 -24px !important
}

div.star-rating-hover a {
	background-position: 0 -48px
}

div.star-rating-readonly a {
	cursor: default !important
}

div.star-rating {
	background: transparent !important;
	overflow: hidden !important
}


@media (max-width: 1199.98px) {
	.mob-elem1 {
		display: none;
	}
	.modal-inventory {
		width: 90% !important;
		max-width: 90% !important;
	}

	.van-selector-overlay {
		width: 86%;
	}
}

/* MIN 992 - MAX 1120 */

@media (min-width: 992px) and (max-width: 1199.98px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0.4rem;
	}
}


/* MAX 992 */
@media (max-width: 991.98px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1px;
		padding-left: 1px;
	}
	.footer-container1 {
		padding-bottom: 78px;
	}

	.nav-w100 {
		width: 100%;
	}

	.estimate_cat_menu {
		display: none;
	}

	.estimate_cat_menu_res {
		display: block;
	}

	.inventory_cat_menu {
		display: none;
	}

	.inventory_cat_menu_res {
		display: block;
	}

	.col-md-9inv {
		flex: 0 0 100%;
		max-width: 100% !important;
	}

	.col-md-3inv {
		flex: 0 0 100%;
		max-width: 100% !important;
	}

	.btn-quote {
		margin-bottom: 20px;
	}

	.dropdown-menu-mobile {
		text-align: right !important;
	}

	.footer-stripe-font {
		font-size: 20px;
	}

	.van-selector-overlay {
		width: 92
	}
}

/* MAX 768 */
@media (max-width: 767.98px) {
	#cookie-consent-banner {
		bottom: 110px;
	}
	.mob-text-center {
		text-align: center !important;
	}
	.w-advia {
		width:70%;
	}
	.elem-noshow {
		display: none;
	}

	.img-mobile {
		display: none;
	}

	.mob-elem {
		display: none;
	}

	.footer-mob-center {
		text-align: center;
	}

	.ffc {
		float: none !important;
	}

	.dropdown-item {
		text-align: right;
	}

	.navbar-nav {
		background-color: #2053ba;
		opacity: 0.9;
	}
	.datepicker-info {
		height: 80px;
		clear: both
	}

	.datepicker-column {
		width: 17em !important;
	}

	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 100% !important;
	}

	.ui-datepicker-multi .ui-datepicker-group {
		float: none !important;
	}

	.footer-container1 {
		padding-bottom: 108px;
	}

	.van-selector-overlay {
		width: 89%;
	}
}

/* MAX 576 */
@media (max-width: 575.98px) {
	.footer-menu-pad {
		margin-bottom: 5rem;
	}
	.van-selector-overlay {
		width: 95%;
	}
	.btn-text-ns {
		display: none;
	}
}

/* MAX 500 */
@media (max-width: 499.98px) {
	.van-selector-overlay {
		width: 94%;
	}
}

/* MAX 400 */
@media (max-width: 399.98px) {
	.van-selector-overlay {
		width: 93%;
	}
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-tabs {
	position: relative;
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #0066ff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #0066ff;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}