@media print {
    .nav-menu {
      	display: none;
    }
    .header {
      	position: absolute;
    }
}

.w-slider-dot {
	height: 6px;
	background-color: white;
	width: 30px;
}
.w-slider-dot.w-active {
	background-color: #71bf44;
}
.bx-wrapper {
	max-width: none !important;
}
.w-slider-nav.w-round>div {
	border-radius: 0;
}
.common-slider {
	pointer-events: none;
}
.slider-nav {
	pointer-events: auto;
}

.corporate-travel-type-text-stroke {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #ffffff;
}
.corporate-travel-our-customers-col:hover .corporate-travel-our-customers-text {
    bottom: 50%;
    margin-bottom: 0;
}
 @media only screen and (max-width: 767px) {
    .corporate-travel-type-text-stroke {
      	-webkit-text-fill-color: transparent;
      	-webkit-text-stroke: 1px #ffffff;
    }
}

.subscribe-error {
	color:  #333;
}

.w-form-done {
	margin-top: 10px;
    padding: 10px;
	background-color: green;
}

.w-form-fail {
	background-color: red;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #3e40a8 inset !important;
}

input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
}