* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

body, html {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
}

.logo-fh img {
	height: 60px;
}

.logo-fh {
	margin: auto 5%
}

.navbar-main {
	display: flex;
	margin: auto 3%
}

.navbar-main li {
	display: inline;
}

.navbar-main li a {
	display: flex;
	text-decoration: none;
	color: #1a73e8;
	font: 400 12px/16px Arial, Helvetica, sans-serif;
	padding: 20px 5px;
	height: 60px;
}

.navbar-main li a i {
	padding: 3px 0;
}

.navbar-main li a:hover {
	color: #ff4500;
}

.expert-talk a {
	display: flex;
	flex-direction: column;
	background-color: #ff4500;
	height: 60px;
	padding: 10px 10px;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	margin-left: 10px;
}

.expert-talk a span {
	color: #fff;
}

.expert-talk a span:nth-child(1) {
	font-size: 18px;
}

.expert-talk a:hover {
	background-color: #002142;
}

.side-navbar-button {
	display: none;
	margin: auto 3%
}

.side-navbar-button button {
	border: 0;
	color: #273896;
	outline: 0;
	background-color: #fff;
	cursor: pointer;
	font-size: 22px;
}

.side-navbar-button button:hover {
	color: #ff4500;
}

.side-navbar {
	position: fixed;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	top: 0;
	right: 0;
	z-index: 999;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: scroll;
	width: 0;
	transition: width .2s;
}

.side-navbar::-webkit-scrollbar {
	display: none;
}

.side-navbar ul {
	padding-left: 0;
}

.side-navbar li {
	display: inline;
	margin: 10px 0;
}

.side-navbar li:nth-child(1) {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 15px 0;
	padding: 15px 0;
	border-bottom: 1px solid gainsboro;
}

.side-navbar li a {
	color: #101010;
	position: relative;
	text-decoration: none;
	display: flex;
	padding: 15px 0 15px 20px;
	letter-spacing: 1px;
	font-size: 14px;
}

.side-navbar li a:before {
	content: "\f105";
	font-family: fontAwesome;
	position: absolute;
	right: 15px;
}

.side-navbar li:nth-child(1) span {
	font-weight: bold;
	letter-spacing: 1px;
}

.side-navbar li:nth-child(1) button {
	background-color: #fff;
	border: 0;
	outline: 0;
	color: #f54c4c;
	font-size: 20px;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 10px;
}

.side-navbar p {
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 22px;
}

.screen-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 998;
	top: 0;
	display: none;
	overflow: hidden;
}

@media only screen and (max-width:1025px) {
	.navbar-main {
		display: none;
	}
	.upper-menu {
		display: none;
	}
	/* .expertisetalk {width:230px; position: absolute; right:60px; }
    .side-navbar-button {display: block; margin: 0 15px 0 0;} */
}

.engine-bg {
	background-image: url(../images/enginearbg.webp);
	background-position: center;
	background-size: cover;
	width: 100%;
	position: relative;
	z-index: 1;
}

.engine-bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.bg-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	padding-bottom: 40px;
	position: relative;
}

.engine-embedded-navbar {
	width: 100%;
	height: 45px;
	background-color: #f0f0f0;
}

.ee-navbar-items {
	max-width: 1366px;
	margin: auto;
	display: flex;
	justify-content: center;
	height: 100%
}

.ee-navbar-items li {
	display: inline;
}

.ee-navbar-items li a {
	color: #1a73e8;
	-webkit-transition: all .2s;
	text-decoration: none;
	Font: 600 13px/16px Arial, Helvetica, sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ee-navbar-items li a span {
	padding: 10px 20px;
}

.ee-navbar-items li a:after {
	display: block;
	content: '';
	border-bottom: solid 3px #1a73e8;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	transform-origin: 100% 50%;
}

.ee-navbar-items li a:hover:after {
	transform: scaleX(1);
}

.bg-overlay h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.upper-logo {
	width: 200px;
	float: left;
	margin-left: 20px;
}

.upper-menu {
	width: 81%;
	float: left;
	position: relative;
	display: block;
	text-align: left;
}

.upper-menu ul.up-nav_group li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding-top: 3px;
}

.upper-menu ul.up-nav_group li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 0 12px 5px;
	text-transform: capitalize;
	border-bottom: 1px solid #fff;
	display: block;
	overflow: hidden;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	font-weight: 600;
}

.upper-menu ul.up-nav_group li a>span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s
}

.upper-menu ul.up-nav_group li a>span:after {
	position: absolute;
	top: 200%;
	left: 0;
	content: attr(data-hover);
	color: #0cc0cb
}

.upper-menu ul.up-nav_group li #countrysymbolname {
    position: relative;
    top: 2px;
}

.upper-menu ul.up-nav_group li a:hover, .upper-menu ul.up-nav_group li.active__nav a,
	.upper-menu ul.up-nav_group li:hover a {
	background: 0 0;
	border-bottom: 2px solid #0cc0cb;
	color: #0cc0cb
}
/* .upper-menu ul.up-nav_group li a:focus span, .upper-menu ul.up-nav_group li.active__nav a span, .upper-menu ul.up-nav_group li a:hover span { -webkit-transform: translateY(-200%); -moz-transform: translateY(-200%);transform: translateY(-200%)} */
.expertisetalk {
	width: 23%;
	float: right;
	position: relative;
	display: block;
	padding-left: 50px;
}

.expertisetalk span.callicon {
	position: absolute;
	left: 6px;
	vertical-align: middle;
	top: 5px;
}

.expertisetalk span img {
	width: 35px;
	height: auto;
}

.expertisetalk span {
	display: block;
	font: 600 12px/20px Arial, Helvetica, sans-serif;
	color: #354045;
	margin-top: 2px;
	letter-spacing: 0px;
}

.expertisetalk a {
	color: #0cc0cb;
	font: 700 25px/25px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.bannerheding .main .mainarea {
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	width: 50%
}

.bannerheding .main .mainarea h1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	display: none;
}

.bannerheding .main .mainarea h1 .mainarea-text-hightlight {
	text-shadow: 1px 2px 2px #252525;
	color: #e83919;
	font-size: 40px;
	font-weight: 700;
}

.deal1main {
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.deal-wrapperp {
	width: 49%;
	float: left;
	margin-bottom: 15px
}

.deals-section {
	width: 100%;
	float: left
}

.deal-wrapperp .deal-wraper {
	height: 100%;
	width: 100%;
	min-height: 90px;
}

.deal-wrapperp .deal-wraper .deal-section {
	padding: 13px;
	margin-bottom: 11px;
	color: #797979;
	background: white;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	border-radius: border-radius;
}

.deal-wrapperp .deal-wraper .deal-section:hover {
	background-color: #f9f9f9;
}

.deal-wrapperp .deal-wraper .deal-section .dealimg {
	width: 10%;
	margin-right: 3%;
	-moz-outline-radius: 4px;
	border-radius: 8px;
	float: left;
}

.deal-wrapperp .deal-wraper .deal-section .dealimg img.myimg {
	width: 60px;
	height: 35px;
	float: left;
}

.deal-wrapperp .deal-wraper .deal-section .dealone {
	width: 20%;
	float: left;
	margin-right: 5%;
	font-weight: bold;
}

.deal-wrapperp .deal-wraper .deal-section .dealone span {
	display: block;
	font-weight: normal;
	font-size: 14px;
}

.deal-wrapperp .deal-wraper .deal-section .dealtwo {
	margin-top: 5px;
	width: 10%;
	float: left;
	margin-right: 5%;
}

.deal-wrapperp .deal-wraper .deal-section .dealtwo .myimg {
	width: 37px;
	height: 35px;
}

.deal-wrapperp .deal-wraper .deal-section  .dealthree {
	width: 20%;
	float: left;
	margin-right: 5%;
	font-weight: bold;
}

.deal-wrapperp .deal-wraper .deal-section .dealthree span {
	display: block;
	font-weight: normal;
	font-size: 14px;
}

.deal-wrapperp .deal-wraper .deal-section  .dealfour {
	width: 20%;
	float: right;
	margin: auto;
	text-align: center;
}

.deal-wrapperp .deal-wraper .deal-section  .dealfour h1 {
	font-size: 26px;
	display: block;
	margin: 0;
	color: #000;
}

.deal-wrapperp .deal-wraper .deal-section  .dealfour .btnif {
	font-size: 14px;
	background-color: #0cc0cb;
	border: 0;
	padding: 5px 10px;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
}

.deal-wrapperp .deal-wraper .deal-section  .dealfour .btnif:hover {
	background-color: #e8361a;
}

div.pj>h3 {
	margin: 0px;
	padding: 0px 0 10px 0;
	color: #3c4547;
	font: 300 30px/35px Arial, Helvetica, sans-serif;
}

div.pj>h3 span {
	font-weight: 700;
	color: #0cc0cb;
}

.ui-widget.ui-widget-content.ui-autocomplete {
	width: 466px;
}

#ui-datepicker-div {
	width: 600px !important;
	border-radius: 8px
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.mainconnect {
	background: #f5f5f5;
	width: 100%;
	margin: auto;
}

.best-deals .deals-section {
	margin: 20px 0 0;
	width: 100%;
	float: left
}

.mainconnect .connect {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 20px 0;
	display: flex;
	justify-content: center;
}

.mainconnect .connect::before {
	display: table;
	content: '';
}

.two-half {
	width: 30%;
	float: left;
	position: relative;
	text-align: center;
	border-right: 1px solid #e2e3e3;
	display: block;
}

.two-half img {
	width: 150px;
}

.one-half {
	width: 25%;
	float: left;
	position: relative;
	border-right: 1px solid #e2e3e3;
	left: 0;
	display: block;
}

.three-half {
	width: 45%;
	float: right;
	position: relative;
	display: block;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	align-content: baseline;
	justify-content: center;
}

.one-half, .two-half, .three-half span {
	display: block;
	text-align: center;
	font: 400 12px/55px Arial, Helvetica, sans-serif;
}

.three-half span, .one-half span, .two-half span {
	font-size: 16px;
	letter-spacing: 0.5px;
	text-align: left;
	font-weight: bold;
}

.one-half ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.one-half ul li {
	display: inline-block;
}

.one-half ul li a {
	float: left;
	margin: 0 5px;
	font-size: 40px;
}

.pinterest {
	background-position: 91px 80px;
}

.pinterest, .pinterest:hover, .pinterest:focus {
	color: #cb2027;
}

.twitter {
	background-position: 142px 80px;
}

.twitter, .twitter:hover, .twitter:focus {
	color: #00cafb;
}

.facebook_ {
	background-position: -50px 80px;
}

.facebook_, .facebook_:hover, .facebook_:focus {
	color: #3b5998;
}

.youtube {
	background-position: 41px 80px;
}

.youtube, .youtube:hover, .youtube:focus {
	color: red;
}

.three-half .sign-up-box {
	width: 80%;
	position: relative;
	right: 0;
	display: flex;
	padding-right: 20px
}

.three-half .sign-up-box .form-control {
	background-color: white;
	box-shadow: none;
	line-height: 3;
	width: 100%;
	border: 1px solid #ccc;
	color: #555;
	border-radius: 50px 0 0 50px;
	padding-left: 10px;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.three-half .sign-up-box  .submit {
	border-radius: 0 50px 50px 0;
	background: #177fb0;
	background: linear-gradient(to right, #e8361a 0%, #f3870b 100%);
	position: absolute;
	right: 0;
	top: 0;
	line-height: 2.1;
}

.sign-up-box  .submit {
	background: #0cc0cb;
	line-height: 1.5;
	border: none;
	padding: 10.5px 15px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

#ui-datepicker-div {
	position: relative;
}

.code_location {
	width: 100%;
	float: left;
	padding: 17px 0 18px;
	margin: 0;
	cursor: pointer;
	display: none;
	color: #555;
	border-bottom: 1px solid #ccc;
}

.code_location>li {
	float: left;
	list-style: none;
}

.code_location>li.code {
	font-size: 26px;
	width: 100%;
	font-weight: normal;
	font-family: system-ui;
	line-height: 1;
	text-transform: uppercase;
	color: #424242;
}

.code_location>li.location {
	font-size: 16px;
	line-height: 1;
	color: #5a5a5a;
	font-weight: normal;
	width: 100%;
	margin: 7px 0 0 0px;
	font-family: sans-serif;
}

.mymain {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px solid #3434;
	padding-bottom: 20px;
}

.mymain .mymaininner {
	background: #fff;
	padding: 10px 0px;
	margin-bottom: 2px;
}

.mymain .mymaininner .mymaininner1 {
	max-width: 1200px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.mymain .mymaininner .mymaininner1:before {
	display: table;
	content: " ";
}

.mymain .mymaininner .mymaininner1 h1 {
	font: 400 20px/30px Arial, Helvetica, sans-serif;
	color: #2f2f2f;
	border-bottom: 1px solid #d1d1d1;
	font-size: 25px;
	font-weight: 700;
	width: fit-content;
	padding: 10px 0;
}

.mymain .mymaininner .mymaininner1 p.redmore {
	width: 100%;
	text-align: right;
}

.mymain .mymaininner .mymaininner1 p.redmore a {
	color: #e8361a;
	font-size: 14px;
	text-decoration: underline;
	letter-spacing: 1px
}

.mymain .mymaininner .mymaininner1 p.redmore {
	text-decoration: none;
	color: #848b8d;
	font-size: 12px;
	display: flex;
	justify-content: flex-end;
}

.mymain .mymaininner .mymaininner1 .block1 {
	float: left;
	min-width: 15%;
}

.mymain .mymaininner .mymaininner1 .block2 {
	float: left;
	width: 15%;
	margin-right: 0%;
}

.mymain .mymaininner .mymaininner1 .block1 ul {
	margin: 0;
	padding: 0;
}

.mymain .mymaininner .mymaininner1 .block1 ul li {
	list-style-type: none;
}

.mymain .mymaininner .mymaininner1 .block1 ul li a {
	position: relative;
	padding-left: 10px;
	font: 300 14px/30px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #848b8d;
	text-transform: capitalize;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 13px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mymain .mymaininner .mymaininner1 .block1 ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mymain .mymaininner .mymaininner1 .block1 ul li a:hover:before {
	content: "\f101";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mymain .mymaininner .mymaininner1 .fLink_sctn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mymain .mymaininner .mymaininner1 .block1 ul li a:hover {
	text-decoration: none;
	color: #0cc0cb;
	padding-left: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mymain .mymaininner .mymaininner1 .block2 ul li a:hover {
	text-decoration: none;
}

.mymain .mymaininner .mymaininner1 .block2 ul {
	margin: 0;
	padding: 0;
}

.mymain .mymaininner .mymaininner1 .block2 ul li {
	list-style-type: none;
}

.mymain .mymaininner .mymaininner1 .block2 ul li a {
	font: 300 12px/30px Arial, Helvetica, sans-serif;
	color: #848b8d;
	text-transform: capitalize;
}

.mymain .mymaininner .mymaininner1 .block2 ul li a:hover {
	text-decoration: none;
}

.engine {
	width: 94%;
	max-width: 1150px;
	padding-top: 40px;
	margin: auto;
	position: relative;
}

.engine-selector {
	position: absolute;
	top: -10px;
	right: 2px;
}

.engine-selector ul {
	padding: 0;
	margin: 0;
}

.engine-selector li {
	display: inline;
}

.engine-selector li a {
	color: #0cc0cb;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	cursor: pointer;
	padding: 16px 30px;
	background-color: #fff;
	border-radius: 50px;
	background: linear-gradient(to right, #e8361a 0%, #f3870b 100%);
	color: white;
	text-decoration: none;
}

.engine-selector li a i {
	font-size: 20px;
}

.flight-engine {
	margin: 15px 0;
	padding: 50px 15px 15px;
	max-width: 484px;
	width: 100%;
	background-color: #fff;
	border-radius: 8px 8px 8px;
	position: relative;
}

.trip-selector label {
	position: relative;
	padding-left: 23px;
	cursor: pointer;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
	font-size: .85rem;
	margin-right: 10px;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	display: inline-flex;
	align-items: center;
	height: 17px;
	font-weight: bold;
}

.trip-selector label:last-child {
	margin-right: 0;
	display: none;
}

.trip-selector label pre {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.trip-selector {
	margin-bottom: 12px;
	text-align: center;
}

.trip-selector label input {
	position: absolute;
	width: 0;
	height: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.trip-selector label .custom-radio {
	width: 16px;
	height: 16px;
	background: #d1d0d0;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.trip-selector label input:checked ~.custom-radio {
	background-color: #0cc0cb;
}

.trip-selector label input:checked ~.custom-radio:before {
	content: '';
	position: absolute;
	left: -3px;
	top: -3px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border: 1px solid grey;
	border-radius: 50px;
}

.flight-search {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flight-search input {
	height: 41px;
	border: 0;
	outline: 0;
	font-size: 18px;
	font-weight: 500;
	margin: 0px 0px !important;
	color: #999;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.defaultcity input:focus, .multicity input:focus {
	outline: none;
}

.flight-search input:-ms-input-placeholder, .flight-search input::-webkit-input-placeholder,
	.flight-search input::placeholder {
	font-weight: 500;
	font-size: 14px;
	color: #282828;
}

.search-date {
	width: 100%;
	/* width: 67%;*/
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.defaultcity {
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.defaultcity .rvksh {
	position: relative;
	left: -20%;
}

.defaultcity .origra {
	width: 40%;
	position: relative;
}

.defaultcity .origra  input.search {
	width: 100% !important;
	/* background-image: url(../images/maps-and-flags.png); */
	background: transparent;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: 9px 15px;
	margin: 0px 0px;
	margin-right: 1%;
}

.defaultcity .origra span, .defaultcity .origra label {
	font-size: 14px;
	color: #282828;
	display: block;
	margin-top: 10px;
	letter-spacing: 1px;
	font-weight: 600;
}

.defaultcity .origra span.bottom {
	padding-bottom: 8px;
	margin-bottom: 12px;
	font-size: 14px;
	color: #383737;
	display: block;
	border-bottom: 1px solid #999;
	margin-top: 0px;
}

.defaultcity .origra label.bottom {
	cursor: text;
	padding-bottom: 1px;
	margin-bottom: 12px;
	font-size: 14px;
	color: #383737;
	display: block;
	border-bottom: 1px solid #999;
	margin-top: 0px;
}

.defaultcity .pl10px {
	padding-left: 10px;
}

.defaultcity input#swap {
	height: 55px;
	width: 55px;
	border: none;
	outline: 0;
	background: none;
	position: absolute;
	z-index: 3;
	background-image: url(../images/switch.png);
	background-repeat: no-repeat;
	background-size: 55px 55px;
	cursor: pointer;
	right: calc(50% - 30px) !important;
	top: 34px;
}

.defaultcity input.mips {
	height: 46px;
	width: 46px;
	border: none;
	outline: 0;
	background: none;
	position: absolute;
	z-index: 3;
	background-image: url(../images/mips.png);
	background-repeat: no-repeat;
	background-size: 46px 46px;
	background-position: 2px 2px;
	cursor: pointer;
	right: calc(50% - 30px) !important;
	top: 130px;
	margin-left: -12px;
}

.defaultcity input.date {
	width: 100% !important;
	background: none;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: 8px 15px;
	margin: 5px 0;
	padding-left: 0px;
	margin-right: 1%
}

.coach-button {
	width: 100%;
	position: relative;
}

.coach-button input.coach {
    width: 40%;
    font-size: 18px;
    border-bottom: 1px solid #999;
    margin: 5px 0;
    margin-right: 2%;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 36px;
    padding-left: 20px;
    user-select: none;
    height: 59px;
}

.coach-button input.coachi1 {
	background-image: url(../images/rasets.png), url(../images/wdown-arrow.png);
    background-position: 97% 19px, 2px 24px;
    background-size: 24px, 12px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.0);
}

.coach-button button#sbtn {
	color: #fff;
	padding: 15px 20px;
	border: 0;
	outline: 0;
	border-radius: 50px;
	background-color: #e8361a;
	background: linear-gradient(to right, #e8361a 0%, #f3870b 100%);
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	width: 250px;
	margin: 30px 0 0px 0;
	margin-right: calc(50% - 125px);
	cursor: pointer;
}

.coach-button button#sbtn:hover {
	background-color: red;
	background: linear-gradient(to right, #f3870b 0%, #e8361a 100%);
}

.traveler-coach-dropdown {
	position: absolute;
	background-color: #fff;
	border-radius: 3px;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	top: 65px;
	left: 0;
	z-index: 999;
	width: 330px;
	border: 1px solid #ccc;
}

.travelers-container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}

.traveler-type {
	width: 48%;
}

.traveler-type div:nth-child(1) {
	color: #101010;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	margin: 10px 0 2px;
}

.plus-minus-number {
	display: flex;
}

.plus-minus-number button {
	width: 50px;
	height: 50px;
	color: #101010;
	border: 0;
	outline: 0;
	background-color: #dfdfdf;
	cursor: pointer;
	font-size: 12px;
	border-radius: 0;
	margin: 0;
	padding: 10px;
}

.plus-minus-number button:hover {
	background-color: rgba(8, 100, 255, .9);
	color: #fff;
}

.plus-minus-number input {
	border: 0;
	outline: 0;
	width: 45px;
	height: 50px;
	background-color: #efefef;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	text-indent: 0;
	border-radius: 0;
	text-align: center;
	padding: 0;
	margin: 0;
}

.class-done {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-left: 0;
	justify-content: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.coach-type {
	width: 40%;
	float: left;
}

.coach-type div:nth-child(1) {
	color: #101010;
	font-size: 11px;
	margin: 10px 0;
}

.coach-type select {
	width: 100%;
	height: 59px;
	color: #999;
	border: none;
	outline: 0;
	background-color: rgba(255, 255, 255, 0.0);
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	border-radius: 3px;
	background-size: 22px 22px, 15px 15px;
	background-image: url(../images/raset.png);
	background-repeat: no-repeat;
	background-position: 97% 20px, 1px 20px;
	border-bottom: 1px solid #999;
	padding-left: 10px;
    padding-right: 30px;
}

.ashm {
	display: none;
	position: absolute;
	margin-top: 30px;
}

.coach-type select:focus {
	border-color: rgba(8, 100, 255, .9);
}

.class-done button {
	width: 100px;
	height: 34px;
	color: #0cc0cb;
	border: 2px solid #0cc0cb;
	outline: 0;
	background-color: #fff;
	cursor: pointer;
	font-size: 14px;
	border-radius: 3px;
	margin: 20px auto 5px;
	background: linear-gradient(to right, #e8361a 0%, #f3870b 100%);
	border: 0;
	color: white;
	font-weight: bold;
}

.class-done button:hover {
	background: linear-gradient(to right, #f3870b 0%, #e8361a 100%);
}

.multicity {
	display: none;
	position: relative;
	padding: 25px 0 0 0;
	margin: 5px 0 15px;
}

.multicity .originM {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 600;
	position: absolute;
	top: 10px;
	left: 0;
}

.multicity .destinationM {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 600;
	position: absolute;
	top: 10px;
	left: 60%;
}

.multicity input.msearch {
	height: 40px;
	border: 0;
	outline: 0;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
	color: #999;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
	width: 40%;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: 9px 15px;
	padding-left: 0;
	padding-right: 13px;
	margin: 0 !important;
	border-bottom: 1px solid #999;
	border-radius: 0
}

.multicity input.msearch::placeholder {
	font-size: 14px;
	font-weight: 600;
	color: #999;
}

#destination2, #destination3, #destination4, #destination5,
	#destination6 {
	float: right;
}

.multicity .Mcalendr {
	position: absolute;
	bottom: 0;
	left: calc(50% - 23px);
	height: 46px
}

.multicity input.mdate {
	height: 40px;
	border: 0;
	outline: 0;
	border-radius: 5px;
	padding-left: 0;
	font-size: 14px;
	font-weight: 600;
	color: #101010;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
	width: 40%;
	padding-right: 32px;
	margin: 5px 0;
	border-bottom: 1px solid #999;
	border-radius: 0;
	margin-top: 10px !important;
}

.multicity input::placeholder {
	font-weight: 500;
	font-size: 14px;
	color: #505050;
}

.multicity button.cbtn {
	background-color: #fff;
	color: #ff0000;
	border: 0;
	outline: 0;
	cursor: pointer;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	padding: 1px 2px;
	position: absolute;
	right: 0;
	font-size: 20px;
	bottom: 20px;
}

.multicity button.cbtn:hover {
	opacity: .7;
}

.flightno {
	width: 100%;
	color: #fff;
	margin: 3px 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	justify-content: space-between;
	display: none !important;
	font-weight: 600;
}

.flightno button {
	background-color: transparent;
	color: #fff;
	border: 0;
	outline: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	cursor: pointer;
	font-weight: 600;
}

.airline-search {
	margin-top: 15px;
	display: flex;
	align-items: center;
	width: 67%;
}

.airline-search input.airline {
	height: 30px;
	background: 0 0;
	border: 0;
	outline: 0;
	color: #000;
	border-bottom: 1px solid #999;
	width: 35%;
	background-image: url(../images/magnifying-search-lenses-tool.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 5px 8px;
	padding-left: 27px;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
	margin-right: 1%
}

.airline-search input.airline::placeholder {
	color: #ddd;
}

.airline-search label {
	position: relative;
	cursor: pointer;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
	user-select: none;
	font-size: 12px;
	margin-left: 10px;
	padding-left: 45px;
	-webkit-tap-highlight-color: transparent;
	width: 35%
}

.airline-search label input {
	position: absolute;
	width: 0;
	height: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.custom-switch {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	height: 14px;
	background-color: rgba(153, 153, 153, .9);
	border-radius: 14px;
}

.custom-switch::after {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
	top: -2px;
	right: 17px;
	transition: right .2s linear;
}

.airline-search label input:checked ~.custom-switch::after {
	right: 0;
}

.airline-search label input:checked ~.custom-switch {
	background-color: rgba(50, 230, 50, .9);
}

.multibuttons {
	width: 100%;
	display: flex;
	justify-content: space-between;
	display: none;
	margin: 10px 0 0;
}

.multibuttons button {
	background-color: transparent;
	border: 0;
	outline: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	cursor: pointer;
	font-weight: 600;
	padding: 3px 15px 1px;
}

.multibuttons button:hover {
	background-color: #e8361a;
	color: white;
	border-radius: 4px
}

.multibuttons button#addflight:hover {
	background-color: #0cc0cb
}

.multibuttons button::after {
	content: '';
	border-bottom: 1px solid #fff;
	display: block;
	margin: 2px 0;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	transform-origin: 100% 50%
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.multibuttons button:hover::after {
	transform: scaleX(1);
}

@media only screen and (max-width:1025px) {
	.search-date {
		width: 100%
	}
	.coach-button {
		width: 100%
	}
	.airline-search {
		width: 74%
	}
	.airline-search input.airline {
		width: 40%
	}
	.airline-search label {
		width: 26%
	}
	.traveler-coach-dropdown {
		width: 74%;
		right: 26%
	}
}

@media only screen and (max-width:768px) {
	.bg-overlay h1 {
		display: none;
	}
	.bg-overlay .engine-embedded-navbar {
		display: none;
	}
	.engine {
		position: relative;
	}
	.defaultcity input.search {
		width: 49%
	}
	.defaultcity input#swap {
		left: 49%
	}
	.defaultcity input.date {
		width: 100% !important;
		font-size: 15px;
		font-weight: 400;
	}
	.defaultcity .origra input.search {
		font-size: 15px;
		font-weight: 400;
	}
	.coach-button input.coach {
		width: 40%;
		font-size: 15px;
	}
	.ashm {
		position: absolute;
		margin-top: 30px;
	}
	.ui-widget.ui-widget-content {
		width: 95% !important;
		left: 3px !important;
	}
	.pl23px {
		margin-top: -6px !important;
	}
	.two-half {
		width: 100%;
		border-right: none;
	}
	.one-half {
		width: 100%;
		border-right: none
	}
	.three-half {
		width: 100%;
	}
	.one-half ul {
		margin: 20px;
	}
	.coach-button button#sbtn {
		width: 100%;
		margin-left: 0;
	}
	.mymain .mymaininner .mymaininner1 .block1 {
		float: left;
		width: 50%;
	}
	.mymain .mymaininner .mymaininner1 .block1:nth-child(even) {
		width: auto;
		min-width: 30%
	}
	.mymain .mymaininner .mymaininner1 .block2 {
		float: left;
		width: 49%;
		margin-right: 0%;
	}
	#ui-datepicker-div {
		width: 100% !important;;
	}
	.code_location {
		display: block;
		position: relative;
		z-index: 99;
	}
	#ui-datepicker-div.dis-flex {
		position: fixed !important;
		top: 0 !important;
		overflow-y: auto;
		overflow-x: hidden;
		height: 100% !important;
		display: block !important;
		z-index: 1000000000 !important;
	}
	#ui-datepicker-div>div {
		width: 100%;
		height: auto
	}
	#ui-datepicker-div {
		top: 0px !important;
		position: relative;
	}
	.airline-search {
		position: absolute;
		bottom: 85px;
		width: 93%;
		margin: 10px 1%
	}
	.traveler-coach-dropdown {
		width: 330px;
		right: 0
	}
}

@media only screen and (max-width:585px) {
	.defaultcity input.search {
		width: 99%
	}
	.airline-search label {
		display: none;
	}
	.airline-search input.airline {
		width: 70%
	}
	.engine {
		margin-top: 0;
	}
	.defaultcity input#swap {
		height: 40px;
		width: 40;
		background-size: 40px 40px;
	}
	.defaultcity input.mips {
		height: 40px;
		width: 40px;
		background-size: 40px 40px;
	}
	.bg-overlay {
		padding-bottom: 0;
	}
	.flightno {
		display: flex;
	}
	.traveler-coach-dropdown {
		flex-wrap: wrap;
		background-color: #f9f9f9;
		border: 1px solid #888;
	}
	.travelers-container {
		width: 100%
	}
	.class-done {
		width: 100%
	}
	.coach-type select {
		background-position: -2px 18px, 100% 20px;
		font-size: 15px;
		padding-left: 20px;
		margin-left: 0px;
	}
}

@media only screen and (min-width:586px) {
	.flightno {
		display: none !important;
	}
}

.signup-section {
	padding: 20px 50px;
	width: 584px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -292px;
	bottom: -70px;
	border-radius: 100px;
	box-shadow: 1px 1px 2px silver, -1px 1px 2px silver;
	font-family: Arial, Helvetica, sans-serif;
}

.signup-head {
	font-size: 16px;
	color: #303030;
	padding: 5px 0;
	padding-left: 2px;
}

.signup-head b {
	color: #002142;
	font-size: 17px;
}

.signup-inputs {
	display: flex;
	margin: 5px 0;
	justify-content: space-between;
}

.signup-inputs input {
	height: 45px;
	border: 1px solid grey;
	border-radius: 50px;
	outline: 0;
	padding-left: 10px;
	width: 70%;
	font-size: 16px;
}

.signup-inputs input:focus {
	border: 1px solid #add8e6;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #add8e6, -1px -1px 1px #add8e6;
}

.signup-inputs input::placeholder {
	color: silver;
	font-size: 17px;
}

.signup-inputs button {
	height: 45px;
	width: 28%;
	background-color: #0cc0cb;
	background: linear-gradient(to right, #e8361a 0%, #f3870b 100%);
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	cursor: pointer;
	border: 0;
	outline: 0;
	font-size: 16px;
}

.signup-inputs button:hover {
	background-color: #002142;
	background: linear-gradient(to right, #f3870b 0%, #e8361a 100%);
}

.signup-footer {
	width: 93.5%;
	display: flex;
	justify-content: space-between;
	padding-left: 3px;
}

.signup-footer li {
	display: inline;
	font-size: 13px;
	color: #909090;
}

.signup-footer li a {
	color: #909090;
	font-size: 13px;
}

@media only screen and (max-width:585px) {
	.signup-section {
		display: none;
		width: 94%;
		left: 0;
		margin-left: 0;
		margin: 10px 3%;
		margin-bottom: -20px;
		position: static;
		box-shadow: initial;
		background-color: #002142;
	}
	.signup-head {
		color: #fff;
	}
	.signup-head b {
		color: #fff;
	}
	.signup-footer li, .signup-footer li a {
		color: #fff;
	}
}

.ad-banner {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 120px;
}

.ad-banner a {
	max-width: 900px;
	width: 90%;
	height: 100%
}

.ad-banner a img {
	width: 100%
}

@media only screen and (max-width:920px) {
	.ad-banner {
		margin-top: 20px;
	}
}

h3 {
	font-size: 24px;
	font-weight: 500;
}

.best-deals {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Poppins', sans-serif;
	margin-top: 40px;
}

.best-deals h2 {
	text-align: center;
	color: #333;
	margin: 20px auto;
}

.deals-section h3 {
	color: #273896;
	margin: -5px 5px;
}

.deals-section hr {
	color: #666;
	margin: 0 0 20px 0;
}

.deal-blocks {
	display: flex;
	flex-wrap: wrap;
}

.deal-item {
	width: 33.33%;
	display: flex;
	padding-right: 25px;
	position: relative;
	margin: 10px 0
}

.deal-item img {
	width: 100px;
	height: 100px;
	border-radius: 5px 0 0 5px;
	object-fit: cover;
}

.deal-text {
	border-radius: 0 5px 5px 0;
	background: white;
	box-shadow: 5px 2px 10px gainsboro;
	color: #282828
}

.cityname, .price {
	font-size: 22px;
}

.cityname {
	width: 100%;
}

.deal-text button {
	width: 80%;
	height: 35px;
	background-color: #ff4500;
	color: #fff;
	border: 0;
	outline: 0;
	border-radius: 5px;
	margin: 10px auto;
	cursor: pointer;
	font-size: 15px;
}

.deal-text button:hover {
	background-color: red;
}

.fromcity, .tocity {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 96%;
	white-space: nowrap;
	font-size: 18px;
}

.deal-blocks .cityname {
	font-size: 16px;
	width: 100%;
	float: left;
}

.deal-blocks .deal-text button {
	width: 100px;
	margin: 0;
	font-size: 14px;
	height: 32px;
}

.deal-blocks .deal-text .price {
	font-size: 16px;
	font-weight: bold;
}

.deal-blocks .deal-text>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	float: left;
}

.deal-blocks .deal-text {
	padding: 10px 10px 5px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.deal-blocks .deal-text .cityfromto {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 4px 0 4px;
}

.deal-blocks .deal-text .datefromto {
	font-size: 14px;
	float: right;
	margin: 4px 0 4px;
}

@media only screen and (max-width:1025px) {
	.deal-item {
		width: 50%;
	}
}

@media only screen and (max-width:768px) {
	.side-navbar li:nth-child(1) button {
		top: 3px;
	}
}

@media only screen and (max-width:585px) {
	.deal-item {
		width: 100%;
		padding-right: 0;
		margin: 10px 0;
	}
	@media only screen and (max-width:400px) {
		.deal-item img {
			width: 100%;
			border-radius: 5px 5px 0 0;
		}
		.deal-text {
			box-shadow: 0px 2px 10px gainsboro;
		}
	}
	.deal-wrapperp {
		width: 100%;
		float: left;
	}
	.deal-wrapperp .deal-wraper .deal-section  .dealfour {
		width: 100%;
		float: right;
		margin: 20px auto;
		text-align: center;
	}
	.deal-wrapperp .deal-wraper .deal-section .dealone {
		width: 25%;
	}
	.deal-wrapperp .deal-wraper .deal-section  .dealthree {
		width: 25%;
		float: right;
		margin-right: 5%;
	}
	.deal-wrapperp .deal-wraper .deal-section .dealimg {
		width: 17%;
	}
	.best-deals {
		margin-top: 0;
	}
}

.footer-container {
	background: #2e2e2e;
	width: 100%;
	position: relative;
	float: left;
}

.footer1 {
	font: 300 12px/30px Arial, Helvetica, sans-serif;
	max-width: 1200px;
	margin: auto;
	width: 94%
}

.fhead {
	color: #fff;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #d1d1d1;
	font-size: 25px;
	font-weight: 700;
	width: fit-content;
}

.quick-links {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
	margin: 0;
}

.lrhead {
	color: #fff;
	margin: 10px 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

.links-row {
	display: flex;
	flex-direction: column;
	width: 25%
}

.links-row li {
	display: inline;
	margin: 3px 0;
}

.links-row:nth-child(1) li {
	margin: 4px 0;
}

.links-row li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 10px;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.links-row li a:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
}

.links-row li a:hover:before {
	content: "\f101";
}

.links-row li a:hover {
	padding-left: 15px;
	text-decoration: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.links-row:nth-child(1) li a {
	/*font-size: 14.5px;
    font-weight: 700;
    transition: color .3s ease-in-out;
    cursor: pointer;*/
	
}

.links-row:nth-child(1) li a:hover {
	text-decoration: none;
	color: yellow;
}

.links-row li a.qlhead {
	color: yellow;
	font-size: 15px;
}

.footer2 {
	width: 96%;
	margin: auto;
	max-width: 1200px;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
	font-size: 12.49px;
	line-height: 17px;
}

.footer2 b, .footer2 p {
	color: #000;
}

.footer-icons {
	width: 96%;
	margin: auto;
	max-width: 900px;
	height: 48px;
	background-image: url(../images/footericons.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85% auto;
}

@media only screen and (max-width:1025px) {
	.footer1 {
		/*display: none;*/
		
	}
	.footer-icons {
		display: none;
	}
}

.parows, .pfrows, .sdrows, .tidrows, .tudrows {
	display: none;
}

.access-links li a i.fa-caret-right {
	display: none;
}

.access-links li a.qlhead i.fa-caret-right {
	display: inline;
}

.bgimg {
	background-image: url(/resources/images/aboutbg.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 200px;
	position: relative;
}

.bgoverlay {
	background-color: rgba(0, 33, 66, .6);
	width: 100%;
	height: 200px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 25px;
	justify-content: center;
	font-family: Mukta;
}

.aboutus {
	font-family: Arial, Helvetica, sans-serif;;
	width: 94%;
	max-width: 1200px;
	margin: auto;
	color: #303030;
	font-size: 15px;
	padding: 20px 0;
}

.aboutus h4, .aboutus h6 {
	color: #101010;
	font-family: Lato;
	margin: 15px 0;
}

.contactus {
	display: flex;
	justify-content: space-between;
	width: 94%;
	max-width: 1200px;
	margin: auto;
	padding: 20px 0;
}

.contact-details {
	display: flex;
	flex-direction: column;
	font-family: 'Lato', sans-serif;
	color: #000;
	width: 50%
}

.contact-details h3 {
	font-family: Lato;
	color: #101010;
}

.contact-details span {
	margin: 5px 0;
}

.contact-details span i {
	color: #ff4500;
	font-size: 18px;
}

.contact-form {
	width: 45%;
	font-family: 'Lato', sans-serif;
	color: #000;
}

.contact-form form {
	width: 100%
}

.flname, .phonemail {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.flname div, .phonemail div {
	width: 47%
}

.flname div input, .phonemail div input {
	width: 100%;
	height: 35px;
	border: 1px solid #999;
	border-radius: 5px;
	outline: 0;
	border-radius: 1px;
	padding-left: 10px;
}

.comment {
	margin: 30px 0;
	width: 100%
}

.comment textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #999;
	border-radius: 5px;
	outline: 0;
	border-radius: 1px;
}

.submit-form {
	display: flex;
	margin: 30px 0;
}

.submit-form button {
	border: 0;
	border-radius: 5px;
	outline: 0;
	color: #fff;
	background-color: #e8361a;
	padding: 15px;
	cursor: pointer;
}

.submit-form button:hover {
	background-color: red;
}

@media only screen and (max-width:992px) {
	.contactus {
		flex-direction: column;
		width: 90%
	}
	.contact-details {
		width: 100%
	}
	.contact-form {
		width: 100%
	}
}

@media only screen and (max-width:768px) {
	.aboutus {
		width: 94%
	}
}

.ui-menu .ui-menu-item {
	display: flex;
	flex-direction: column;
	color: #ff4500;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
	font-size: 15px;
}

.ui-menu .ui-menu-item a {
	padding: 12px 10px;
	background-color: #fcfcfc;
	border-bottom: 1px dashed #ccc;
	border-radius: 0;
	transition: all .1s ease-in-out;
	background-image: url(../images/flightb.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;
	background-size: 20px 20px;
	text-indent: 28px;
}

.ui-menu .ui-menu-item a.ui-state-focus {
	color: #fff;
	background-color: #0cc0cb;
	border-radius: 0;
	background-image: url(../images/wflightb.png);
}

.ui-datepicker {
	padding: 0;
	border-radius: 0;
	background-color: #fff;
	width: 280px;
}

.ui-datepicker .ui-datepicker-header {
	background-color: transparent;
	border: 0;
	color: #444;
	border-bottom: 1px solid gainsboro;
	padding: 7px 0;
	width: 100%;
	margin: 0;
	border-radius: 0;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
}

.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover
	{
	background-color: #fff;
	border: 0;
}

.ui-datepicker-calendar .ui-state-default {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	/*font-weight: 600;*/
	font-size: 17px;
	background-color: #fff;
	color: #101010;
	margin: 0 auto;
}

.ui-datepicker-calendar .ui-state-hover {
	background: #0cc0cb;
	color: #fff;
}

.ui-datepicker-calendar .ui-state-active {
	background-color: #ff4500;
	color: #fff;
}

.fixed-call-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	background-color: #ff4300;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	padding: 10px;
	justify-content: space-between;
	display: none;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.fixed-call-bottom img {
	width: 60px;
	/*margin: 5px;*/
}

.fixed-call-bottom>div {
	/*padding: 5px;*/
	
}

.fixed-call-bottom div div:nth-child(1) {
	font-size: 12px;
	text-align: center;
}

.fixed-call-bottom div div:nth-child(2) {
	font-size: 24px;
	text-align: center;
}

@media only screen and (max-width:768px) {
	.fixed-call-bottom {
		display: flex;
	}
}

.fixed-call-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	background-color: #ff4300;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	padding: 10px;
	justify-content: space-between;
	display: none;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.fixed-call-bottom img {
	width: 60px;
	/*margin: 5px;*/
}

.fixed-call-bottom>div {
	/*padding: 5px;*/
	
}

.fixed-call-bottom div div:nth-child(1) {
	font-size: 12px;
	text-align: center;
}

.fixed-call-bottom div div:nth-child(2) {
	font-size: 24px;
	text-align: center;
}

@media only screen and (max-width:768px) {
	.fixed-call-bottom {
		display: flex;
	}
}

.fixed-call-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	background-color: #ff4300;
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	padding: 10px;
	justify-content: space-between;
	display: none;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.fixed-call-bottom img {
	width: 40px;
	height: auto;
	margin: 0 10px 0 0;
}

.fixed-call-bottom>i {
	position: absolute;
	right: 0;
	top: -26px;
	background: #ff4300;
	padding: 5px 8px;
	border-radius: 4px 4px 0 0;
}

.fixed-call-bottom div div:nth-child(1) {
	font-size: 12px;
	text-align: left;
	letter-spacing: 0.5px;
}

.fixed-call-bottom div div:nth-child(2) {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width:768px) {
	.fixed-call-bottom {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 306px;
		border-radius: 6px 0 0 0;
	}
	.fixed-call-bottom.movebottom {
		bottom: -68px;
	}
	.fixed-call-bottom.es-fixed-call.movebottom {
		bottom: -84px;
	}
}

.about-airlines {
	max-width: 1200px;
	margin: 30px auto;
	font-family: Mukta;
	font-weight: 380;
	color: #505050;
	padding: 0 10px;
}

.about-airlines h1, .about-airlines h2, .about-airlines h3,
	.about-airlines h4, .about-airlines h5, .about-airlines h6 {
	font-family: Lato;
	color: #101010;
}

.about-airlines h6 {
	font-size: 13px;
}

.about-airlines li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 0 26px;
	text-indent: -1.4em;
}

.about-airline-city {
	max-width: 1200px;
	margin: 0px auto 30px;
	font-family: Mukta;
	font-weight: 400;
	color: #73767f;
	padding: 0 15px;
}

.about-topic {
	padding: 10px 0;
}

.topic-head {
	font-size: 26px;
	padding: 5px 0;
	color: #3a465f;
	font-weight: 600;
}

.topic-content {
	margin-top: 10px;
}

.alternate-rows {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.alternate-rows a {
	text-decoration: none;
	color: #08c;
}

.alternate-rows .table-row {
	display: table-row-group;
}

.alternate-rows .table-row:nth-child(even) {
	background-color: #f9f9f9;
}

.alternate-rows .table-row .table-cell {
	display: table-cell;
	padding: 5px;
	border-top: 1px solid #ddd;
}

.alternate-rows .table-row .table-cell:nth-child(1) {
	width: 25%
}

.topic-content li {
	color: #000;
	padding: 10px 0 10px 26px;
	border-top: 1px solid #aaa;
	font-size: 18px;
	margin-top: 7px;
	font-weight: 300;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1.4em;
}

.about-tab-container {
	background-color: #f9f9f9;
	padding: 15px 0;
}

.about-tab {
	display: flex;
	max-width: 1200px;
	margin: 15px auto;
	font-family: Mukta;
	font-weight: 400;
	color: #404040;
	font-size: 15px;
	background-color: #fff;
}

.tabs-container {
	width: 25%;
	display: flex;
	flex-direction: column;
}

.tab-item {
	font-size: 18px;
	font-weight: 500;
	color: #303030;
	text-align: center;
	border-bottom: 1px solid #aaa;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #f9f9f9;
}

.tab-item:hover {
	color: #08c;
}

.active-tab {
	background-color: #fff;
	color: #08c;
}

.tab-content {
	padding: 15px;
	width: 75%
}

.tab-content li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 0 26px;
	text-indent: -1.4em;
}

.tab-head {
	color: #2788ee;
	font-size: 20px;
	font-weight: 500;
}

.tab-content img {
	width: 50%;
	height: 180px;
	border: 1px solid #101010;
	margin: 5px;
	float: right;
}

.map-img {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}

.map-img img {
	height: 160px;
	width: 100%
}

.map-link {
	display: flex;
	justify-content: flex-end;
	width: 100%
}

.map-link a {
	color: #08c;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.tab-content p, .topic-content p {
	margin: 5px 0;
}

.topic-content h4 {
	margin: 5px 0;
}

.related-links {
	display: flex;
	flex-wrap: wrap;
}

.rl-item {
	width: 500px;
	margin: 20px 0;
}

.rl-content a {
	text-decoration: none;
	color: #08c;
	font-size: 15px;
	font-weight: 400;
}

.rl-content a:hover {
	text-decoration: underline;
}

@media only screen and (max-width:585px) {
	.about-tab-container {
		display: none;
	}
}

@media only screen and (max-width:920px) {
	.about-airline-city {
		margin-top: 0px;
	}
}

@media only screen and (max-width:585px) {
	.about-airline-city {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	/* .alternate-rows .table-row .table-cell: nth-child(1) {width: 40%} */
	.topic-head {
		font-size: 22px;
	}
	.topic-content li {
		font-size: 16px;
	}
	.about-tab {
		flex-direction: column;
	}
	.tabs-container {
		width: 100%
	}
	.tab-content {
		width: 100%
	}
	.tab-content img {
		width: 100%
	}
	.rl-item {
		width: 100%
	}
}

.blog-head {
	background-color: rgba(0, 33, 66, .4);
	color: #fff;
	height: 200px;
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 40px;
}

.blog-items-container {
	background-color: #fff;
	width: 100%;
	padding: 20px 0;
}

.blog-items {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
	padding: 0 .5%
}

.bitem {
	display: flex;
	flex-direction: column;
	width: 31.5%;
	margin: 10px .75%;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	cursor: pointer;
	background-color: #f4f5f6;
	border: 1px solid silver;
}

.bitem:hover {
	background-color: #efefef;
}

.blog-items .bimg {
	position: relative;
}

.bimg img {
	width: 100%;
	height: auto;
}

.blog-items .bitem-date-sec {
	width: 80px;
	background: rgba(243, 59, 32, .7);
	color: #fff;
	font-size: 13px;
	padding: 8px 5px;
	border-radius: 6px;
	position: absolute;
	right: 4px;
	bottom: 5%;
	display: none;
}

.bitem-date-sec .blogday {
	display: block;
	font-size: 24px;
}

.bmtxt {
	font-size: 22px;
	color: #002142;
	font-weight: 550;
	margin: 10px;
}

.btxt {
	font-size: 16px;
	color: #606060;
	margin: 0 10px;
}

.bdate {
	display: flex;
	justify-content: flex-end;
	color: grey;
	font-size: 14px;
	margin: 10px;
}

@media only screen and (max-width:1024px) {
	.bitem {
		width: 47%;
		margin: 10px 1.5%
	}
}

@media only screen and (max-width:768px) {
	.bitem {
		width: 90%;
		margin: 10px 4.5%
	}
}

.blog-detail-container {
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	width: 96%
}

.blog-detail {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	padding: 0;
	width: 100%;
}

.bdmtxt {
	color: #000;
	font-size: 30px;
	font-weight: 550;
}

.bdimg {
	max-height: 600px;
	overflow: hidden;
}

.bdimg img {
	margin: 10px 0;
	border: 1px solid #002142;
	width: 80%
}

.bdtxt {
	color: #000;
	font-size: 16px;
	margin: 5px 0;
	font-weight: 400;
}

.bdtxt li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 0 26px;
	text-indent: -1.4em;
}

.bdhtxt {
	color: #002142;
	font-size: 20px;
	font-weight: 500;
	margin: 5px 0;
}

.review-tab {
	width: 250px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	margin-top: 50px;
}

.rtab-head {
	color: #002142;
	font-size: 20px;
	font-weight: 500;
	margin: 10px;
}

.rtab-input input {
	width: 100%;
	height: 35px;
	border: 1px solid #ccc;
	outline: 0;
	color: #707070;
	margin: 5px 0;
	text-indent: 5px;
}

.rtab-comment textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #ccc;
	outline: 0;
	color: #707070;
	margin: 5px 0;
	text-indent: 5px;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.rtab-submit button {
	background-color: #002142;
	color: #fff;
	border: 0;
	outline: 0;
	height: 35px;
	padding: 0 10px;
	margin: 5px 0;
}

@media only screen and (max-width:1100px) {
	.blog-detail-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.review-tab {
		width: 80%;
		padding: 0 20px;
	}
	.blog-detail {
		width: 94%;
		max-width: 94%
	}
}

@media only screen and (max-width:768px) {
	.review-tab {
		width: 94%;
		padding: 0 20px;
	}
	.blog-detail {
		width: 94%;
		max-width: 94%
	}
}

.searches {
	position: absolute;
	top: 60px;
	left: 0;
	background-color: #fff;
	z-index: 1000;
	box-shadow: 1px 1px 1px #ccc, -1px -1px 1px #ccc, 1px -1px 1px #ccc,
		-1px 1px 1px #ccc;
	display: none;
}

.search-item {
	display: flex;
	align-items: center;
	width: 330px;
	padding: 13px 10px;
	cursor: pointer;
	border-top: 1px dashed #999;
	position: relative;
}

.search-item:nth-child(1) {
	border: 0;
}

.flight-img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 2px solid #002162;
	color: #ff4500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
}

.sftd {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.sfrom-to {
	font-size: 17px;
	color: #002162;
	padding: 5px 0;
}

.sdates {
	font-size: 14px;
	color: #555;
}

.sright-angle {
	font-size: 20px;
	color: #002142;
	position: absolute;
	right: 10px;
}

.strip-type {
	font-size: 13px;
	color: #999;
	padding: 0 8px;
}

.sactive {
	color: #ff4500 !important;
}

#mysea span.tok {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background-color: #0cc0cb;
	text-align: center;
	font-size: 10px;
	font-weight: 550;
	color: #fff;
	padding-top: 1px;
}

.bookings-form-container {
	background-color: #fff;
	padding: 30px 0;
}

.bookings-form {
	max-width: 1200px;
	margin: 20px auto;
	padding: 30px;
	border-radius: 5px;
	background-color: rgba(0, 33, 66, .9);
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
}

.bform-head {
	color: #fff;
	font-size: 22px;
	padding: 0 10px;
}

.bform input {
	height: 45px;
	border: 0;
	outline: 0;
	border-radius: 4px;
	color: #505050;
	margin: 10px 10px;
	text-indent: 5px;
	font-size: 16px;
	font-weight: 500;
}

.bform input:focus {
	border: 1px solid #fff;
	box-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff,
		-1px 1px 1px #fff, -1px -1px 1px #fff;
}

.bform {
	display: flex;
	margin: 20px 0;
	align-items: center;
	color: #fff;
	position: relative;
}

.bemail {
	width: 28%
}

.blname, .bzcode {
	width: 22%
}

.bform button {
	border: 0;
	outline: 0;
	background-color: #ff4500;
	color: #fff;
	height: 45px;
	border-radius: 4px;
	padding: 0 10px;
	width: 15%;
	font-size: 16px;
	font-weight: 550;
	cursor: pointer;
	margin: 10px 10px;
}

@media only screen and (max-width:1220px) {
	.bookings-form {
		width: 96%
	}
	.bform {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.bform input {
		margin: 10px 0;
	}
	.bform-head {
		padding: 0;
	}
	.bemail {
		width: 33%
	}
	.blname, .bzcode {
		width: 30%
	}
	.bform button {
		position: absolute;
		right: 0;
		top: 65px;
		width: 20%;
		margin: 10px 0;
	}
	.bform {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width:768px) {
	.bform {
		flex-direction: column;
	}
	.bemail, .bform button, .bform-head, .blname, .bzcode {
		width: 99%
	}
	.bform button {
		position: static;
	}
	.bform {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width1199px) {
	.bannerheding {
		position: relative;
		right: 0;
		top: 0;
	}
}

/* Engine new css start */
#DremEmpIcon, #OremEmpIcon {
	display: none;
	z-index: 10;
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 18px;
	color: grey;
	cursor: pointer;
}

#DremEmpIcon:hover, #OremEmpIcon:hover {
	color: red
}

#txtFltOrigin, #txtFltDestin {
	pointer-events: none;
	position: absolute;
	bottom: 30px;
	left: -2px;
	font-size: 35px;
	width: 100%;
	float: left;
	background: white;
	color: #4c4c4c;
	display: none;
	letter-spacing: 1px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
}

.ui-datepicker th {
	background-color: transparent;
	color: #444;
	font-weight: normal;
	letter-spacing: 1px;
	width: 14.28%
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
	{
	display: none
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	left: 0;
	margin: 0;
	top: 0;
	height: 100%;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none;
	color: #ababab;
	font-size: 22px;
}

.ui-datepicker .ui-datepicker-next {
	left: unset;
	right: 0
}

.ui-datepicker .ui-datepicker-prev:before {
	content: "\f0a8";
	font-family: fontAwesome;
}

.ui-datepicker .ui-datepicker-next:before {
	content: "\f0a9";
	font-family: fontAwesome;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover
	{
	color: #ff632a
}

.ui-datepicker td {
	padding: 0
}
/* Engine new css end */
.whyChooseUs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 60px 0 0 0
}

.whyChooseUs .Hbox {
	display: inline-flex;
	flex-wrap: wrap;
	width: 30%;
	text-align: center;
	justify-content: center;
	position: relative;
	background: whitesmoke;
	padding: 25px 15px;
}

.whyChooseUs .Hbox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20%;
	border: 1px solid #0cc0cb;
	border-bottom: 0;
}

.whyChooseUs .Hbox:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	border: 1px solid #0cc0cb;
	border-top: 0;
}

.whyChooseUs .Hbox h3 {
	width: 100%;
	margin-bottom: 0;
	letter-spacing: 0.5px;
}

.whyChooseUs .Hbox p {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.6;
}

.whyChooseUs .Hbox img {
	height: 80px;
}

@media only screen and (max-width:1100px) {
	.deal-wrapperp .deal-wraper .deal-section .dealimg {
		width: 60px;
		margin-right: 8px;
	}
	.deal-wrapperp .deal-wraper .deal-section .dealone {
		width: 35%;
		margin-right: 0;
		text-align: center;
	}
	.deal-wrapperp .deal-wraper .deal-section .dealtwo { /*width:50px;*/
		margin-right: 0;
		margin-top: 0
	}
	.deal-wrapperp .deal-wraper .deal-section .dealthree {
		width: 35%;
		margin-right: 0;
		text-align: center;
	}
	.deal-wrapperp .deal-wraper .deal-section .dealfour {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10px
	}
	.deal-wrapperp .deal-wraper .deal-section .dealfour h1 {
		font-size: 22px;
		margin: 0 10px 0 0
	}
}

@media only screen and (max-width: 1025px) {
	.bannerheding .main .mainarea {
		position: relative;
		width: 100%;
	}
	.bannerheding .main .mainarea h1 {
		text-align: center;
		margin-top: 50px;
	}
}

@media only screen and (max-width:991px) {
	.mainconnect .connect {
		flex-wrap: wrap;
	}
	.two-half {
		width: 50%;
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.two-half span {
		width: 100%;
		text-align: center;
	}
	.one-half {
		border-right: 0
	}
}

@media only screen and (max-width:800px) {
	.deal-wrapperp {
		width: 100%
	}
	.expertisetalk {
		width: 40px;
		height: 40px;
		padding: 0;
	}
	.expertisetalk span:nth-child(2) {
		display: none
	}
	.expertisetalk a {
		opacity: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 40px;
		height: 40px;
		z-index: 1;
	}
}

@media only screen and (max-width:767px) {
	.two-half span {
		line-height: normal
	}
	.two-half {
		margin-bottom: 15px
	}
	.one-half ul {
		margin: 0;
	}
	.one-half {
		margin-bottom: 15px
	}
	.engine-bg {
		background-image: none
	}
	.bg-overlay {
		padding-bottom: 10px;
		background-color: #fff;
		border-top: 1px solid gainsboro
	}
	.flight-engine {
		max-width: 100%;
		margin: 0;
		border-bottom: 1px solid gainsboro;
		border-radius: 0;
	}
	.engine {
		width: 100%;
		padding-top: 35px
	}
	.signup-section {
		position: relative;
		bottom: 0;
		border: 1px solid gainsboro;
		width: calc(100% - 30px);
		left: 0;
		margin: 30px 0 0 15px;
	}
	.engine-selector {
		display: flex;
		justify-content: center;
		width: 100%;
		left: 0;
	}
	.engine-selector>li {
		display: inline-flex;
	}
	.engine-selector li a {
		background: #e8361a;
		color: white;
		padding: 10px 16px;
		border-radius: 5px;
	}
	.trip-selector {
		display: flex;
		justify-content: center;
	}
	.links-row {
		width: 100%;
	}
}

@media only screen and (max-width:730px) {
	.mymain .mymaininner .mymaininner1 .block1:nth-child(even) {
		min-width: 40%
	}
}

@media only screen and (max-width:585px) {
	.upper-menu ul.up-nav_group li.RVM_curncy_drp_li {
		margin: 0 !important
	}
	.expertisetalk {
		width: 30px;
		height: 30px;
		right: 55px;
		top: 11px;
	}
	.expertisetalk span img {
		width: 30px;
	}
	.upper-menu ul.up-nav_group li.RVM_curncy_drp_li a {
		font-size: 11px;
	}
}

@media only screen and (max-width:550px) {
	.mymain .mymaininner .mymaininner1 .block1 {
		width: 100%
	}
}

@media only screen and (max-width: 500px) {
	.upper-logo {
		margin-left: 5px;
		margin-top: 4px;
		width: 175px;
	}
	.three-half .sign-up-box {
		width: 100%;
		padding: 0 15px;
		flex-wrap: wrap;
	}
	.three-half .sign-up-box .submit {
		position: relative;
		width: 100%;
		margin-top: 5px
	}
	.three-half .sign-up-box .form-control {
		border-radius: 3px;
	}
}

@media only screen and (max-width:360px) {
	.traveler-coach-dropdown {
		width: 100%
	}
	.three-half span {
		line-height: normal;
		text-align: center;
		margin-bottom: 10px
	}
}

.dealHeadScn {
	width: 100%;
	float: left;
}

.dealHeadScn h2 {
	text-align: left;
}

.dealHeadScn h3 {
	display: none;
}

.error {
	border: 1px solid red !important;
}

label.error {
	border: 0 !important;
	color: red;
	font-size: 13px;
	width: 100%;
	float: left;
}

.capcha {
	padding: 5px 20px;
	display: inline-block;
	margin: 5px 0 0;
	background: black;
	border-radius: 4px;
	color: white;
}

.refresh-btn {
	cursor: pointer;
	width: 35px;
	height: 35px;
	display: inline-block;
	margin: 3px 0 0 10px;
}

/********************* Gaurav Css Start *******************************/
.mymt-0 {
	margin-top: 0 !important;
}

/********************* Header css Start *******************************/
.upper-menu ul.up-nav_group li.RVM_curncy_drp_li {
	position: relative;
	padding: 20px 10px 20px 10px;
	background: #34c2ca;
	margin-left: 15px;
}

.RVM_curncy_drp_li>a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	border-bottom: 0 !important;
	padding: 0 !important
}

.RVM_curncy_drp_li #countrysymbol_ {
	float: left;
	padding: 0;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 1px;
}

.RVM_curncy_drp_li #countrysymbol_ img {
	width: 100%;
	height: auto;
	border: 2px solid #fff; 
	border-radius: 100%;
}

.RVM_curncy_drp_li #currencysymbol_ {
	font-size: 14px;
	float: left;
	margin: 3px 5px 0 0px;
}

#RVM_currencyname_, .RVM_curncy_drp_li #currencyname_ {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.RVM_curncy_drp_li #currencyname_ {
	padding: 0;
	font-size: 14px;
	float: left;
	margin: 3px 2px 0 0px;
}

.RVM_currencycountry_pack .fa-angle-down {
	float: left;
	font-size: 14px;
	font-weight: 700;
	margin: 0px 4px;
	position: relative;
    top: 1px;
}

#RVM_currencycountry_popup, .RVM_curpop_darkbg {
	position: absolute;
	display: none;
	z-index: 100000000;
	top: 100%;
	left: 0;
	width: 450px;
	background: white;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 10px 5px 1px #44444470;
}

#RVM_currencycountry_popup.d-flex {
	display: flex;
	justify-content: center;
}

#RVM_currencycountry_popup.d-flex>div {
	width: 100%;
	text-align: left;
}

#RVM_currencycountry_popup .RVM_curcoun_headr {
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
	background: #0cc0cb;
	color: white;
	letter-spacing: 0.5px;
}

#RVM_currencycountry_popup .RVM_curcoun_body {
	width: 100%;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 10px;
}

#RVM_currencycountry_popup .RVM_curcoun_body>div>label {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-size: 14px;
	letter-spacing: 0.5px
}

#RVM_currencycountry_popup .RVM_curcoun_body>div>label img {
	margin-right: 8px;
}

#RVM_currencycountry_popup .RVM_curcoun_body>div select {
	width: 100%;
	height: 40px;
	padding-left: 5px;
	letter-spacing: 0.5px;
}

#RVM_currencycountry_popup .RVM_curcoun_body .RVM_region_country,
	#RVM_currencycountry_popup .RVM_curcoun_body .region_country,
	#RVM_currencycountry_popup .RVM_curcoun_body .RVM_region_currency {
	margin-bottom: 18px;
	flex: 1;
}

#RVM_currencycountry_popup .RVM_curcoun_body .RVM_region_saveornot {
	display: flex;
	justify-content: center;
	width: 100%
}

#RVM_currencycountry_popup .RVM_curcoun_body .RVM_region_saveornot a {
	padding: 8px;
}

#RVM_currencycountry_popup .RVM_curcoun_body .RVM_region_saveornot .RVM_siteBTN
	{
	background: linear-gradient(to right, #e8361a 0%, #f3870b 100%);
	border-radius: 60px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	letter-spacing: 0.5px;
	border-bottom: 0 !important
}

#RVM_currencycountry_popup .RVM_curcoun_body .RVM_region_saveornot .RVM_siteBTN:hover
	{
	background: linear-gradient(to right, #f3870b 0%, #e8361a 100%);
}

#RVM_currencycountry_popup .RVM_curcoun_body .RVM_region_saveornot .RVM_siteBTN.RVM_siteBTN_G
	{
	background: gainsboro;
	color: black;
	margin-left: 5px
}

.RVM_curncy_drp_li a:hover span, .RVM_curncy_drp_li a:focus span {
	transform: translateY(-0%) !important;
}

.RVM_curncy_drp_li .RVM_currencycountry_pack label {
	font-size: 14px;
	position: relative;
	top: 2px;
}

@media only screen and (max-width:600px) {
	#RVM_currencycountry_popup {
		width: 250px;
	}
	#RVM_currencycountry_popup .RVM_curcoun_body .RVM_region_country,
		#RVM_currencycountry_popup .RVM_curcoun_body .region_country,
		#RVM_currencycountry_popup .RVM_curcoun_body .RVM_region_currency {
		flex: unset;
		width: 100%
	}
}

@media only screen and (max-width:585px) {
	.RVM_curncy_drp_li #countrysymbol_ {
		height: 20px;
		width: 20px;
	}
	.RVM_curncy_drp_li #countrysymbol_ img {
		height: 20px
	}
	.RVM_curncy_drp_li #currencysymbol_ {
		font-size: 16px;
	}
	.RVM_curncy_drp_li #currencyname_ {
		font-size: 14px;
		margin: 2px 0 0 2px;
	}
}


.upper-logo img {
	width: 100%;
	height: auto;
}

.header .upper-menu ul {
	margin: 0;
	padding-left:0;
}

.topheader {
	padding: 13px 0;
}

.ddd-logo .best-deals {
	margin-top: 0;
}

.ddd-orange {
	background: #e8361a;
	background: -moz-linear-gradient(left, #e8361a 0%, #f3870b 100%);
	background: -webkit-linear-gradient(left, #e8361a 0%, #f3870b 100%);
	background: linear-gradient(to right, #e8361a 0%, #f3870b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8361a',
		endColorstr='#f3870b', GradientType=1);
}

.ddd-logo {
	margin-top: -1px;
	padding: 10px 10px;
}

.ddd-logo ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ddd-logo ul li {
	width: 20%;
	padding: 0 0;
	border-right: 1px solid rgba(555, 555, 555, .4);
	text-align: center;
}

.ddd-logo ul li:last-child {
	border: 0;
}

.ddd-logo .best-deals img {
	width: auto;
	height: auto;
}

._home_usp {
	margin-top: 48px;
}

._home_usp .best-deals {
	background-size: 100% 100%;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	background-image: url(/resources/images/uspBG.webp);
	background-repeat: no-repeat;
	align-items: center;
}

._husp {
	padding: 10px;
	border-radius: 10px;
	width: 75%;
}

._husp .hups-heading {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	margin-top: 20px;
}

._husp>p {
	font-size: 14px;
	color: #4c4c4c;
	margin: 0;
}

.usp-box {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	flex-wrap: wrap;
}

.usp-box .usp-detail {
	width: 49%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 29px;
}

.usp-box .usp-detail img {
	padding-left: 20px;
	width: 70px;
	height: auto;
}

.usp-detail div p {
	margin-bottom: 0;
	font-weight: 600;
	padding-bottom: 8px;
	margin-top: 0;
	font-size: 14px;
}

.usp-detail div span {
	font-size: 14px;
	color: #4c4c4c;
	display: inline-block
}

.passport-tkt {
	width: 25%;
	text-align: right;
	margin-right: 33px;
	padding-top: 16px;
}

.passport-tkt img {
	width: 80%;
	height: auto;
}

.languageSpanish {
	display: none;
}

._hm_head {
	margin-bottom: 30px
}

._hm_head h2, ._hm_head .main-heading {
	font-weight: bold;
	font-size: 26px;
	position: relative;
	padding-bottom: 15px;
	color: #101010;
	text-align: center;
}

._hm_head h2:before, ._hm_head .main-heading:before {
	content: '';
	height: 4px;
	width: 114px;
	background: linear-gradient(45deg, #54e0da 0%, #08becb 100%);
	position: absolute;
	bottom: 0;
	left: calc(50% - 57px);
}

._hm_head p {
	font-size: 13px;
	color: #4c4c4c;
	text-align: center;
	font-weight: 400;
	padding: 0 200px;
	line-height: 22px;
}

.dest_box .itemBox>a>div {
	height: 244px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.dest_box .itemBox .content {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 15px 5px 20px;
	z-index: 1;
}

.dest_box .itemBox>a>div:before {
	border-radius: 20px;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 -49px 85px rgba(0, 0, 0, .9);
	-webkit-box-shadow: inset 0 -49px 85px rgba(0, 0, 0, .9);
	-moz-box-shadow: inset 0 -49px 85px rgba(0, 0, 0, .9);
}

._home_trvlDestinatio .dest_box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px 0 -7.5px;
}

.dest_box .box_1 {
	width: 63.2%;
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.dest_box .box_2 {
	width: 36.8%;
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.dest_box .box_3 {
	width: 50%;
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.dest_box .itemBox>a>div>img {
	max-width: 100%;
	min-width: 100%;
	min-height: 100%;
}

.dest_box .itemBox .content .cityname-date {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	flex: 1;
	padding: 0;
	margin: 0;
}

.dest_box .itemBox .content .cityname-date span {
	display: block;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: .5px;
	text-transform: capitalize;
}

.dest_box .itemBox .content .person-price {
	font-size: 24px;
	color: #2eeef8;
	font-weight: 500;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.dest_box .itemBox .content .person-price span {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	margin-right: 5px;
}

.dest_box .itemBox .content .person-price sup {
	font-weight: 200;
	top: -4px;
	color: #fff;
}

.viewMore {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px
}

.viewMore a {
	font-size: 18px;
	color: #fff;
	font-weight: 200;
	padding: 9px 45px 10px 20px;
	display: inline-block;
	position: relative;
	border-radius: 25px;
	background: linear-gradient(to right, #e8361a 0%, #f3870b 100%);
	text-decoration: none;
	min-width: 160px
}

.viewMore a:before {
	content: "\f061";
	width: 22px;
	height: 22px;
	font-size: 14px;
	position: absolute;
	left: 120px;
	top: 6px;
	font-family: FontAwesome;
	border: 3px solid;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.viewMore a:hover {
	background: linear-gradient(to right, #b91111 0%, #c94747 100%)
}

._home_trvlByTheme {
	margin-bottom: 50px;
}

._home_trvlByTheme .dest_box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px 0 -7.5px;
	width: 100%;
}

._home_trvlByTheme .dest_box .itemBox {
	width: 25%;
	padding: 0 7.5px 0 7.5px;
}

._home_trvlByTheme .dest_box .content {
	bottom: 0;
	background-color: #034053;
	border-radius: 0 0 18px 18px;
	padding: 12px 18px;
	justify-content: center;
}

._home_trvlByTheme .dest_box .content p {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	margin: 0;
}

._home_trvlDestinatio .dest_box .itemBox img, ._home_trvlByTheme .dest_box img
	{
	width: 100%;
	height: 100%;
	transition: all ease .5s;
}

.dest_box .itemBox>a>div:hover img, ._home_trvlByTheme .dest_box .itemBox:hover img
	{
	transform: scale(1.08)
}

@media only screen and (max-width:1024px) {
	.expertisetalk {
		display: none;
	}
	.upper-menu {
		width: 68%;
	}
	.upper-menu ul.up-nav_group li {
		display: none
	}
	.upper-menu ul.up-nav_group li.RVM_curncy_drp_li {
		display: inline-block;
		margin-right: 0;
	}
	.side-navbar-button {
		display: block;
	}
	/* .side-navbar {visibility: hidden;}
    .screen-overlay {visibility: hidden;} */
}

@media ( max-width : 991px) {
	.passport-tkt {
		margin-right: 0;
		width: auto;
	}
	._husp {
		width: calc(100% - 100px)
	}
	.usp-box .usp-detail {
		width: 100%;
	}
	._home_usp .best-deals {
		background-size: cover;
		border-radius: 30px;
		border-right: 3px solid #0cc0cb;
	}
	._home_trvlDestinatio .dest_box {
		margin: 0 -7.5px 20px -7.5px;
	}
	._hm_head p {
		padding: 0;
	}
	._home_trvlByTheme {
		margin-top: 70px;
	}
	._home_trvlByTheme .dest_box {
		margin: 0 -7.5px 20px -7.5px;
		padding-bottom: 20px;
	}
	._home_usp {
		margin-bottom: 40px;
	}
	.ddd-logo .best-deals img {
		width: 70%;
	}
}

@media only screen and (max-width:767px) {
	.bannerheding .main .mainarea h1 {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
		color: #000;
		font-size: 20px;
		padding: 0px 16px;
	}
	.bannerheding .main .mainarea h1 .mainarea-text-hightlight {
		font-size: 30px !important;
		color: #e83919 !important;
		text-shadow: none !important;
	}
	.dest_box .itemBox .content {
		text-align: center;
		display: block;
	}
	.dest_box .itemBox .content .person-price {
		justify-content: center;
	}
	.passport-tkt {
		display: none;
	}
	._husp {
		width: 100%;
	}
}

@media ( max-width : 480px) {
	.ddd-logo ul {
		display: block;
		width: 100%;
	}
	.ddd-logo ul li {
		width: 100%;
		border-right: none;
		margin-bottom: 18px;
		border-bottom: 1px solid #e35830;
		padding-bottom: 12px;
	}
	.ddd-logo ul li:last-child {
		margin-bottom: 0px;
		padding-bottom: 0;
	}
	.ddd-logo .best-deals img {
		width: auto;
		height: auto;
	}
}

/********************* Header css End *******************************/

/********************* Footer css Start *******************************/
.errorMsg {
	display: none;
	color: red;
	position: absolute;
	font-size: 12px;
	bottom: -20px;
	left: 0;
}

.emailMsg {
	display: none;
	color: red;
	position: absolute;
	font-size: 12px;
	bottom: -20px;
	left: 0;
}

.loader {
	margin: auto;
	display: none;
}

.loader i {
	display: inline-block;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 3px solid #838383;
	border-top-color: #fff;
	margin: 0 0 0 5px;
	animation: button-loading-spinner 1s ease infinite;
}

.loader.activeLoader {
	display: block;
}

.loader.activeLoader+span {
	display: none;
}

@
keyframes button-loading-spinner {
	from {transform: rotate(0turn);
}

to {
	transform: rotate(1turn);
}

}
.three-half .sign-up-box .submit>span {
	line-height: 2.3;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	height: 100%;
}

.three-half .sign-up-box .submit .loader.activeLoader {
	display: flex !important;
}

.three-half .sign-up-box .submit .loader.activeLoader span {
	font-size: 12px;
	line-height: 2.3;
	font-weight: normal;
	text-transform: capitalize;
}

.footer-container .col-sm-4 {
	width: 33.3333%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.footer-container .col-sm-8 {
	width: 100%;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.footer-container .col-sm-4 .newsletter {
	padding-right: 30px;
}

.footer-container .col-sm-4 .newsletter p, .footer-container .col-sm-4 .newsletter h2
	{
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: 500;
}

.footer-container .col-sm-4 .newsletter form {
	position: relative;
}

.footer-container .col-sm-4 .newsletter input {
	padding: 9px 45px 10px 20px;
	height: auto;
}

.footer-container .col-sm-4  .newsletter form input {
	width: 100%;
	font-size: 14px;
	padding: 0 125px 0 8px;
	height: 44px;
	display: inline-block;
	position: relative;
	border-radius: 25px;
	border: 0;
	letter-spacing: -.4px;
}

.footer-container .col-sm-4 .newsletter form button {
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	box-shadow: 2px 3px 16px #666;
	font-weight: 500;
	font-size: 15px;
	padding-right: 40px;
	height: 44px;
	width: 120px;
	padding-left: 13px;
	background: linear-gradient(to right, #e8361a 0%, #f3870b 100%);
	padding: 9px 45px 10px 10px;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
}

.footer-container .col-sm-4 .newsletter form button:after {
	content: "\f061";
	left: 92px;
	width: 16px;
	height: 16px;
	background-size: 100%;
	top: 12px;
	position: absolute;
	font-family: FontAwesome;
	font-size: 10px;
	border: 2px solid;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-container .col-sm-4 .newsletter form button:hover {
	background: linear-gradient(to right, #b91111 0%, #c94747 100%)
}

.footer1 {
	font-family: 'Poppins', sans-serif;
}

.footer-container .col-sm-4 .newsletter p {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	margin: 5px 0 21px 0;
}

.footer-container .col-sm-4 .newsletter ::placeholder {
	color: #bfbfbf
}

.footer-container .col-sm-3 {
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.footer-container .col-sm-2 {
	width: 16.66666667%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.footer-container .col-sm-8 h3 {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.footer-container .col-sm-8 h3 span {
	border-bottom: 1px solid #fff
}

.footer-container .col-sm-8 .col-sm-3 ul, .footer-container .col-sm-8 .col-sm-4 ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-container .col-sm-8 p a, .footer-container .col-sm-8 p,
	.footer-container .col-sm-8 ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}

.footer-container .col-sm-8 ul li a:hover {
	color: #e94217;
}

.footer-container .col-sm-8 .social-media {
	margin-top: 15px;
}

.footer-container .col-sm-8 .social-media a {
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 30px;
	font-size: 21px;
	line-height: 32px;
	text-align: center;
	border-radius: 50px;
	color: #36cccc;
}

.footer-container .col-sm-8 .social-media a.instagram:hover .fa-instagram
	{
	background: #d6249f;
	-moz-background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%,
		#d6249f 60%, #285aeb 90%);
	-webkit-background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%,
		#d6249f 60%, #285aeb 90%);
	background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%,
		#d6249f 60%, #285aeb 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-container .col-sm-8 .social-media a.twitter:hover .fa.fa-twitter
	{
	color: #00acee;
}

.footer-container .col-sm-8 .social-media a.facebook:hover .fa.fa-facebook
	{
	color: #3b5998;
}

.footer-container {
	padding-bottom: 15px
}

.footer-container .footer1>.col-sm-4 {
	display: none;
}

.footer-container .foot-heading {
	margin-bottom: 5px;
	margin-top: 0px;
}

.footer-container .foot-heading strong {
	font-size: 18px;
}

.foot-reachus li {
	color: #fff;
}

.foot-reachus li:hover {
	color: #e94217;
}

.foot-reachus li i {
	margin-right: 3px;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 22px;
}

.foot-disclaimer {
	text-align: center;
	line-height: 22px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
}

.foot-disclaimer a {
	text-decoration: none;
	color: #000;
}

.foot-disclaimer a:hover {
	text-decoration: underline;
}

.foot-certified {
	text-align: center;
	margin: 15px 0 10px;
}

.foot-certified img {
	width: 400px;
	height: auto;
}

.foot-certified .copy-text {
	margin-top: 5px;
}

.fixed-call-bottom.movebottom .fa-close {
	display: none;
}

.fixed-call-bottom.movebottom .fa-phone {
	display: block;
	font-size: 20px;
}

.fixed-call-bottom .fa-close {
	display: block;
}

.fixed-call-bottom .fa-phone {
	display: none;
}

.fixed-phonecall-section {
	width: 50px;
	height: 50px;
	right: 4%;
	bottom: 8%;
	background: #e8361a;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 55px;
	font-size: 30px;
	display: none;
}

.fixed-phonecall-section a {
	color: #fff;
}

.fixed-phonecall-section:before {
	position: absolute;
	content: " ";
	z-index: -1;
	top: -15px;
	left: -15px;
	background-color: #e8361a;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 2.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@
-webkit-keyframes pulse { 0% {
	-webkit-transform: scale(0);
	opacity: 0;
}

25%
{
-webkit-transform
:
 
scale
(0
.3
);

        
opacity
:
 
1;
}
50%
{
-webkit-transform
:
 
scale
(0
.6
);

        
opacity
:
 
.6
;

    
}
75%
{
-webkit-transform
:
 
scale
(0
.9
);

        
opacity
:
 
.3
;

    
}
100%
{
-webkit-transform
:
 
scale
(1);

        
opacity
:
 
0;
}
}
@
keyframes pulse { 0% {
	transform: scale(0);
	opacity: 0;
}

25%
{
transform
:
 
scale
(0
.3
);

        
opacity
:
 
1;
}
50%
{
transform
:
 
scale
(0
.6
);

        
opacity
:
 
.6
;

    
}
75%
{
transform
:
 
scale
(0
.9
);

        
opacity
:
 
.3
;

    
}
100%
{
transform
:
 
scale
(1);

        
opacity
:
 
0;
}
}
.blog-page-footer .fixed-phonecall-section {
	display: none;
}

.tnfsticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -175px;
	bottom: 30%;
	width: 215px;
	z-index: 99;
	display: none;
}

.sticky-tnf ul.sticky {
	margin: 0;
	padding-left: 0;
}

.sticky-tnf .sticky li {
	list-style-type: none;
	background-color: #ff3339;
	color: #efefef;
	height: auto;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
}
/* .sticky-tnf .sticky li:hover{
    margin-left:-135px;
} */
.sticky-tnf .sticky li.tnf-show {
	margin-left: -160px;
}

span.sticky-close {
	position: absolute;
	top: -12px;
	background: #ff3339;
	font-size: 13px;
	border-radius: 100%;
	padding: 2px 4px;
	left: -8px;
	display: none;
}

.tnf-show span.sticky-close {
	display: inline-block;
}

.sticky-tnf .sticky li .tnf-call-icon i {
	float: left;
	margin: 5px 1px;
	margin-right: 5px;
	font-size: 24px;
	color: #fff;
	padding: 8px 10px;
	border-right: 1px solid #b72f33;
}

.sticky-tnf .sticky li p {
	margin: 0px;
	line-height: 18px;
	font-size: 18px;
	padding: 14px 4px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}

.sticky-tnf .sticky li p span {
	display: block;
	font-size: 10px;
	letter-spacing: .2px;
	text-align: center;
	font-weight: 400;
}

.sticky-tnf .sticky li p a {
	text-decoration: none;
	color: #fff;
}

.sticky-tnf .sticky li p a:hover {
	text-decoration: underline;
}

.sticky-tnf .sticky li p a:hover span {
	text-decoration: none;
}

.blog-page-footer .tnfsticky-container {
	display: block;
}

.bottom-fixed-tfn {
	position: fixed;
	width: 99%;
	bottom: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	background: #12b5bf;
	z-index: 12;
	color: #fff;
	display: none;
}

.bottom-fixed-tfn a {
	text-decoration: none;
	color: #fff;
	padding: 10px;
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.social-iconlist-heading {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.social-iconlist ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 15px;
}

.social-iconlist ul li a {
	display: block;
	transition: all ease .5s;
}

.social-iconlist ul li a:hover {
	transform: scale(1.2);
}

.social-iconlist span.icon-social {
	background: #ccc;
	width: 42px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .20);
	padding: 5px;
}

.social-iconlist span.icon-social svg {
	fill: #fff;
}

.social-iconlist span.icon-social.facebook-icon {
	background: #1877F2;
}

.social-iconlist span.icon-social.twitter-icon {
	background: #1da1F2;
}

.social-iconlist span.icon-social.linkedin-icon {
	background: #0077b5;
}

.social-iconlist span.icon-social.pinterest-icon {
	background: #e60023;
}

.social-iconlist span.icon-social.quora-icon {
	background: #A82400;
}

@media ( max-width : 991px) {
	.footer-container .col-sm-8 .row>.col-sm-3, .footer-container .col-sm-8 .row>.col-sm-2
		{
		width: 33.33333333%;
	}
	.sticky-tnf .sticky li p {
		padding: 10px 4px;
		font-size: 16px;
	}
	.sticky-tnf .sticky li.tnf-show {
		margin-left: -145px;
	}
	.fixed-phonecall-section {
		width: 45px;
		height: 45px;
		line-height: 48px;
		font-size: 24px;
		bottom: 8%;
		right: 2%;
		display: block;
	}
	.fixed-phonecall-section:before {
		width: 60px;
		height: 60px;
		top: -8px;
		left: -8px;
	}
}

@media ( max-width :800px) {
	.footer-container .footer1>.col-sm-4 {
		width: 100%;
		padding: 0;
	}
	.footer-container .footer1>.col-sm-8 {
		padding: 0;
		width: 99%;
	}
	.footer-container .footer1>.col-sm-8 .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.footer-container .col-sm-8 .row>.col-sm-2 {
		width: 100%;
		text-align: center;
	}
}

@media ( max-width :767px) {
	.footer-container .col-sm-8 .row>.col-sm-2, .footer-container .col-sm-8 .row>.col-sm-3,
		.footer-container .col-sm-8 .row>.col-sm-4 {
		width: 100%;
	}
	.footer-container .col-sm-8 p a, .footer-container .col-sm-8 p,
		.footer-container .col-sm-8 ul li a {
		padding: 3px 0;
	}
	.footer-container .col-sm-4 {
		margin-bottom: 20px;
	}
	.bottom-fixed-tfn {
		display: block;
	}
}

@media ( max-width :600px) {
	.foot-certified img {
		width: 80%
	}
}

/********************* Footer css End *******************************/
.blog-head {
	background-image: url('/resources/images//blog-body.webp');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 80%;
	font-family: 'Lato', sans-serif;
	position: relative;
}

.blog-head:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.blog-head h1 {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 30px;
}

.blog-head span {
	position: relative;
	z-index: 2;
	font-size: 30px;
	font-weight: 600;
}

.static-content {
	font-family: 'Lato', sans-serif;
	color: #000;
}

.static-content h1, .about-airlines h2, .about-airlines h3,
	.about-airlines h4, .about-airlines h5, .about-airlines h6 {
	font-family: 'Lato', sans-serif;
}

.static-content .subheadings {
	font-size: 18px;
	font-weight: 600;
}

.static-content h1 {
	font-size: 30px;
	font-family: 'Lato', sans-serif;
}

.static-content h2 {
	font-size: 26px;
	font-family: 'Lato', sans-serif;
}

.static-content h3 {
	font-size: 22px;
	font-family: 'Lato', sans-serif;
}

.static-content h4 {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
}

.static-content h5 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}

.static-content h6 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}

.blogflightheading h1 {
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.blogflightheading h2 {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.blogflightheading h3 {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.blogflightheading h4 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.blogflightheading h5 {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.blogflightheading h6 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.static-content ul, .static-content ol {
	padding-left: 25px;
}

.static-content ul ul, .static-content ol ul, .static-content ol ol {
	margin-top: 12px;
}

.static-content ul li, .static-content ol li {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}

.static-content p {
	line-height: 22px;
	font-size: 14px;
}

.static-content .table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.static-content .table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.static-content table td {
	padding: 15px;
}

.static-content table thead th {
	border: 1px solid #ddd;
	padding: 15px;
}

.static-content .table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

.static-content table thead th {
	border-bottom-width: 2px;
}

.static-content table tbody td {
	border: 1px solid #ddd;
	line-height: 22px;
}

.static-content .topic-content ul li {
	border: none;
	padding: 0;
}

.static-content .topic-content p {
	margin: 15px 0;
}

.city-staticcontent-row {
	margin-bottom: 30px;
}

.city-staticcontent-row .row-headingtag {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

@media only screen and (max-width:767px) {
	.blog-head {
		background-attachment: unset;
		background-size: 100% 100%;
	}
	.bdmtxt {
		font-size: 24px;
	}
	.blog-head h1 {
		font-size: 26px;
	}
	.static-content h1 {
		font-size: 24px;
	}
	.static-content h2 {
		font-size: 20px;
	}
	.static-content h3 {
		font-size: 18px;
	}
	.blogflightheading h1 {
		font-size: 22px;
	}
	.blogflightheading h2 {
		font-size: 20px;
	}
	.blogflightheading h3 {
		font-size: 18px;
	}
	.blogflightheading h4 {
		font-size: 16px;
	}
	.blogflightheading h5 {
		font-size: 15px;
	}
	.blogflightheading h6 {
		font-size: 14px;
	}
	.city-staticcontent-row {
		margin-bottom: 25px;
	}
}

/************** Contact Us page Css Start **********************/
span.star-requ {
	color: red;
}

.contactus .contact-sec-heading {
	color: #101010;
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}

.contact-details p {
	margin-top: 0;
	line-height: 22px;
	font-size: 14px;
}

.contact-details-inner {
	width: 80%;
	margin-top: 14px;
	margin-bottom: 40px
}

.info-contact-details {
	width: 100%;
	background-color: rgb(232, 54, 26, .9);
	margin-bottom: 12px;
	padding: 12px;
	border-radius: 10px;
	color: #fff;
	display: flex;
}

.contact-icon-text strong {
	margin: 3px 0;
	font-size: 15px;
	display: block;
}

.contact-icon-text a {
	color: #fff;
	font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}

.contact-icon-text address {
	margin-top: 5px;
	font-size: 15px;
}

.contact-icon i {
	font-size: 20px;
	color: #fff;
	float: left;
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	margin-left: 10px;
}

.info-contact-details:hover .contact-icon i {
	background: #fff;
	color: #53606c;
}

.contact-form .comment, .contact-form .phonemail, .contact-form .flname
	{
	margin: 15px 0;
}

.contact-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	font-size: 13px;
}

.contact-form label.error {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 12px;
}

.contact-form input[type="text"] {
	border-radius: 5px;
	height: 40px;
	margin-top: 2px;
	border: 1px solid #a9a9a9;
	font-size: 12px;
}

.contact-form textarea {
	border: 1px solid #a9a9a9;
	border-radius: 5px;
	padding: 10px;
	font-family: 'Lato', sans-serif;
}

.capcha-code-sec .capcha-code {
	font-size: 20px;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.8px;
}

.capcha-code-sec .capcha-refresh-btn {
	display: inline-block;
	margin-left: 10px;
	width: auto;
	height: auto;
}

.capcha-code-sec .capcha-refresh-btn img {
	width: 20px;
	height: auto;
}

.capcha-code-sec .capcha-input-field {
	margin-top: 10px;
}

.capcha-code-sec #capchaCode {
	padding-left: 10px;
}

.contact-form .submit-form button {
	width: 150px;
	letter-spacing: 0.5px;
}

@media only screen and (max-width:992px) {
	.contact-details-inner {
		width: 100%;
	}
	.contact-form .submit-form button {
		width: 100%;
	}
}

@media only screen and (max-width:500px) {
	.contact-details-inner {
		width: 100%;
	}
	.contact-form .flname, .contact-form .phonemail {
		display: block;
	}
	.contact-form .flname div, .contact-form .phonemail div {
		width: 100%;
		margin-bottom: 15px;
	}
}
/************** Contact Us page Css End **********************/

/*********** Blog Page Css Start ********************/
.blog-items .bitem {
	border: 1px solid #d5d5d5;
	background: #fff;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 15px;
	position: relative;
	transition: all ease .5s;
	overflow: hidden;
}

.blog-items .bitem:hover {
	background: rgba(0, 159, 168, .10);
	border: 1px solid #e5f5f6;
	transform: scale(1.04);
}

.blog-items .bdate {
	display: block;
}

.blog-items .bmtxt {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 5px;
	letter-spacing: .2px;
	font-family: 'Lato', sans-serif;
}

.blog-items .bitem:after {
	position: absolute;
	content: "";
	bottom: 0px;
	right: 0;
	border-top: 35px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 35px solid #03a0a9;
}

.blog-items .bmtxt a {
	color: #f33b20;
	text-decoration: none;
	font-weight: 600;
	line-height: 22px;
}

.blog-items .btxt {
	font-size: 14px;
	color: #000;
	letter-spacing: 0.5px;
	line-height: 21px;
	margin: 8px 0;
	padding: 0 20px;
}

.blog-items .btxt a {
	text-decoration: none;
	color: #000;
}

.blog-items .bdate a {
	background: #2e2e2e;
	color: #ffff;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	padding: 7px 8px;
	border-radius: 5px;
	letter-spacing: .5px;
}

.blog-detail .bdtxt li {
	padding: 0;
	text-indent: 0;
}

.blog-detail.static-content .bdtxt ol li {
	list-style: auto;
	padding: 2px 2px;
	margin-bottom: 6px;
}

.blog-detail.static-content .bdtxt ul li {
	list-style: disc;
	margin-bottom: 6px;
}

.static-content .bdtxt-right .subheadings {
	margin-top: 24px;
	margin-bottom: 0;
}

.bdtxt-flex {
	display: flex;
	justify-content: space-between;
	gap: 6%;
	flex-wrap: wrap;
}

.bdtxt-left {
	width: 64%;
}

.bdtxt-right {
	width: 30%;
}

.blog-detail.static-content .bdtxt ul, .blog-detail.static-content .bdtxt ol
	{
	margin-top: 14px;
	padding-left: 25px;
}

.bdtxt-right ul li {
	margin-bottom: 12px;
	list-style: none;
}

.bdtxt-right li a {
	text-decoration: none;
	font-size: 15px;
	border-bottom: 1px solid #000;
	padding: 12px 15px 10px 0px;
	display: block;
	color: #000;
}

.bdtxt-right li:hover, .bdtxt-right li:hover a {
	color: #e8361a;
}

@media only screen and (max-width:991px) {
	.bdtxt-flex {
		gap: 0;
	}
	.bdtxt-left {
		width: 100%;
	}
	.bdtxt-right {
		width: 100%;
		margin-top: 20px;
	}
}

/*********** Blog Page Css End ********************/

/*********** Customer Review Page Css Start ********************/
.sreviews-container {
	background-color: #ffffff;
	padding: 30px 0;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
}

.review-heading {
	max-width: 1200px;
	margin: auto;
	width: 94%;
}

.review-heading span {
	margin: 15px 0;
	font-size: 28px;
	color: #303030;
	font-weight: 550;
}

.sreviews {
	max-width: 1200px;
	margin: auto;
	width: 94%;
}

.suser-info {
	display: flex;
	align-items: center;
	margin: 10px auto;
	margin-top: 20px;
}

.suser-info img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #002142;
}

.suser-name-ago {
	display: flex;
	flex-direction: column;
	margin: 0 2px;
}

.suname {
	color: #505050;
	font-weight: 500;
	font-size: 17px;
}

.suago {
	color: #808080;
	font-size: 14px;
}

.sustar-rating {
	margin: 10px 2px;
	font-size: 16px;
}

.sucomment {
	width: 65%;
	margin: 10px 2px;
	font-size: 15px;
	color: #707070;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}

.customer-review-container {
	background-color: #ffffff;
	padding: 30px 0;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
}

.crsub-container {
	max-width: 1200px;
	margin: auto;
	width: 94%;
}

.customer-review-form {
	margin: 0;
	width: 100%;
	border: 1px solid #b0b0b0;
	padding: 10px;
}

.crhead {
	font-size: 22px;
	color: #202020;
	font-weight: 550;
	padding: 10px 0;
	border-bottom: 1px solid #b0b0b0;
}

.crfhead {
	margin-top: 30px;
	color: #202020;
	font-weight: 550;
	font-size: 16px;
	padding: 0 5px;
}

/* Ratings widget */
.rate {
	display: inline-block;
	border: 0;
	margin-left: -10px;
}

/* Hide radio */
.rate>input {
	display: none;
}

/* Order correctly by floating highest to the right */
.rate>label {
	float: right;
}

/* The star of the show */
.rate>label:before {
	display: inline-block;
	font-size: 22px;
	padding: .3rem .2rem;
	margin-right: 0;
	cursor: pointer;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f005";
	/* full star */
}

/* Half star trick */
.rate .half:before {
	content: "\f005";
	/* half star no outline */
	position: absolute;
	padding-right: 0;
	width: 12px;
	overflow: hidden;
	margin-right: 0.4rem;
}

/* Click + hover color */
input:checked ~label, /* color current and previous stars on checked */
	.rate label:hover, .rate label:hover ~label {
	color: #ff4500;
}

/* color previous stars on hover */

/* Hover highlights */
input:checked+label:hover, input:checked ~label:hover,
	/* highlight current and previous stars */ input:checked ~label:hover
	~label, /* highlight previous selected stars for new rating */ label:hover
	~input:checked ~label
	/* highlight previous selected stars */ {
	color: #ff5500;
}

.cname-email {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cname-email input {
	width: 49%;
	height: 40px;
	border: 1px solid #b0b0b0;
	text-indent: 5px;
	outline: 0;
	font-size: 15px;
	margin: 10px 0;
}

.ccomment-box textarea {
	height: 120px;
	width: 100%;
	border: 1px solid #b0b0b0;
	text-indent: 5px;
	outline: 0;
	font-size: 15px;
	margin: 10px 0;
	font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue,
		Segoe UI, Roboto, sans-serif;
}

.crsubmit button {
	height: 40px;
	color: #ffffff;
	background-color: #ff6600;
	padding: 0 15px;
	border: 0;
	outline: 0;
	cursor: pointer;
	margin: 5px 0;
	border-radius: 3px;
	font-size: 15px;
}

.crsubmit button:hover {
	background-color: #121212;
}

@media only screen and (max-width:768px) {
	.sucomment {
		width: 96%;
	}
	.customer-review-form {
		width: 96%;
		margin: auto;
	}
	.cname-email input {
		width: 100%;
	}
}

@media only screen and (max-width:585px) {
	.sreviews-container {
		display: none;
	}
}

/*********** Customer Review Page Css End ********************/

/*********** Site Map Page Css Start ********************/
.es-flight-sec {
	margin-top: 30px;
}

.static-content .sitemap-heading {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	margin-bottom: 22px;
}

.smlink-row {
	display: flex;
	flex-wrap: wrap;
}

.smlink-row ul {
	padding: 0;
	margin: 0;
}

.smlink-row li {
	display: inline-block;
	width: 31.8%;
	margin-bottom: 15px;
	margin-right: 1%;
}

.smlink-row li i {
	color: #e8361a;
}

.smlink-col {
	width: 100%;
	margin-right: 0;
}

.smlink-col a, .smlink-row a {
	color: #424242;
	text-decoration: none;
}

.smlink-col a:hover {
	text-decoration: underline;
}

.smlink-row-list ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.smlink-row-list ul li {
	width: 31%;
	margin-right: 1%;
}

.smlink-row-list ul li i.fa.fa-map-marker {
	color: #e8361a;
	font-size: 17px;
}

.smlink-row-list ul li a {
	color: #424242;
	text-decoration: none;
	font-size: 16px;
}

.smlink-row-list ul li a:hover {
	color: #e2294d;
}

@media only screen and (max-width:767px) {
	.smlink-row li {
		width: 100%;
		margin-right: 0;
	}
	.smlink-row-list ul li {
		width: 100%;
		margin-right: 0;
	}
}
/*********** Site Map Page Css End ********************/

/*********** City Page Css Start ********************/
.airline_banner .airline_heading {
	position: absolute;
	display: block;
	top: 27%;
	right: 0;
	width: 50%;
	text-align: left;
	color: #fff;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: bold;
}

.city-page-heading {
	margin-top: 0;
	padding-top: 30px;
}

.about-airline-city.static-content {
	width: 92%;
}

.cityapi-section .dealHeadScn .dealHeadScn-heading {
	display: block;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	margin: 5px 0;
	font-weight: 600;
}

.cityapi-section .deal-blocks .cityname {
	font-size: 14px;
	line-height: 20px;
}

.cityapi-section .deal-item img {
	width: 120px;
	height: auto;
}

.cityapi-section .deals-section {
	margin: 10px 0 30px;
}

.cityapi-section .deal-blocks .deal-text {
	justify-content: space-between;
}

.cityapi-section .deal-blocks .deal-text .datefromto {
	margin: 10px 0 10px 5px;
}

.cityapi-section .deal-blocks .deal-text .cityfromto {
	margin: 10px 0 10px;
}

.about-airline-city.static-content .about-topic {
	padding-top: 0;
	padding-bottom: 0;
}

.static-content .topic-content {
	margin-top: 0;
}

.citypage-customer-review {
	float: left;
	width: 100%;
}

@media only screen and (max-width:1024px) {
	.airline_banner .airline_heading {
		text-align: center;
	}
}

@media only screen and (max-width:991px) {
	.airline_banner .airline_heading {
		text-align: right;
		right: 3%;
	}
}

@media only screen and (max-width:767px) {
	.airline_banner .airline_heading {
		display: none;
	}
	.about-airline-city.static-content {
		width: 100%;
	}
	.best-deals.cityapi-section {
		padding: 0 15px;
		width: 100%;
	}
	.deal-item {
		width: 100%;
		padding-right: 0;
		margin: 10px 0;
	}
}

@media ( max-width : 400px) {
	.cityapi-section .dealHeadScn .dealHeadScn-heading {
		font-size: 18px;
	}
	.cityapi-section .deal-blocks .deal-text .price {
		font-size: 15px;
	}
	.cityapi-section .deal-blocks .deal-text button {
		font-size: 12px;
		height: 26px;
		width: auto;
	}
	.cityapi-section .deal-blocks .deal-text .cityfromto {
		width: 100%;
	}
	.cityapi-section .deal-blocks .deal-text .datefromto {
		width: 100%;
		margin: 0px 0 5px 0;
	}
	.cityapi-section .deal-blocks .deal-text {
		padding: 4px 10px 4px;
	}
}

/*********** City Page Css Start ********************/

/* .engine-bg.airline_banner.cruise-bg {background-image: url(../images/cruise-bg.webp);} */
.cruise-bg {
	background-image: url(../images/cruise-bg.webp);
	height: 500px;
	background-size: cover;
	background-position: center;
	background-attachment: inherit;
}

.cruise-bg .engineBox {
	top: 20%;
}

@media only screen and (max-width:800px) {
	.cruise-bg {
		height: auto;
	}
	.cruise-bg .engineBox {
		top: 0;
	}
}

/********************* Gaurav Css End *******************************/



/*********** Offer Modal Css Start ***********/
.offer-popup-modal {
    display: none; 
    position: fixed; 
    z-index: 9999; 
    padding: 100px 15px 0; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Modal Content */
  .offer-popup-modal .modal-content {position: relative; background-color: #f3f3f3; margin: auto; padding: 0; border: 1px solid #888; max-width: 550px; border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
 .offerclose {color: #000; position: absolute; font-size: 28px; font-weight: bold; right: 1px; padding: 5px 10px;}
 .offerclose:hover, .offerclose:focus {color: #3d3737; text-decoration: none; cursor: pointer;}
  /* .offer-popup-modal .modal-body {padding: 2px 16px;} */
.poptfn-offer {text-align: center; padding: 22px 40px;}
.poptfn-offer .give-text {font-weight: 600; font-size: 28px; color: #379499; margin-top: 10px;}

.poplistdetails-row {display: flex; justify-content: center; flex-wrap: wrap; gap: 1.3%; margin-bottom: 10px;}
.poplistdetails-row .poplistdetails-col {width: 45%; padding: 22px 0; font-weight: 600; margin-bottom: 5px; border-radius: 15px;}
.poplistdetails-row .poplistdetails-col .poplistdetails-img img {width: 50px; height: auto;}

.poplistdetails-row .poplistdetails-col-one {background: #d0d0d0; color: #3d3737;border: 1px dashed #a6a4a4; }
.poplistdetails-row .poplistdetails-col-two {background: #ffdac3; color:#3d3737; border: 1px dashed #f7b690;}
.poplistdetails-row .poplistdetails-col-three {background: #ffd3d1; color: #3d3737;border: 1px dashed #f7a4a2; }
.poplistdetails-row .poplistdetails-col-four {background: #b9d3d4; color: #3d3737; border: 1px dashed #9daeaf;}

.poptfn-offer .poptfnbtn {display: inline-block; background: linear-gradient(to right, #e8361a 0%, #f3870b 100%); color: #fff; text-decoration: none; padding: 12px 18px; border-radius: 5px; font-size: 25px;
    margin-top: 6px; letter-spacing: .8px; font-weight: 600; width: 98%;}
 .poptfn-offer .poptfnbtn:hover{background: linear-gradient(to right, #f3870b 0%, #e8361a 100%);} 
.poptfn-offer .poptfnbtn img {width: 27px; height: auto; vertical-align: middle; position: relative; top: -1px; border: 3px solid #fff; border-radius:100%; }


/*********** Offer Modal Css End ***********/


/*********** Travel News Css Start ********************/
.tn-items-container {width: 100%; padding: 20px 0;}
.tn-items-container .tn-items {display: flex; flex-wrap: wrap; max-width: 1200px; margin: auto; padding: 0 .5%; justify-content: center;}
.tn-items-container .tn-items .tn-item {border: none; background: #d5f1f3; text-align: center; border-radius: 8px; padding: 8px 8px; margin-bottom: 10px; width: 85%; display: flex;
    flex-direction: column;}

.tn-items-container .tn-items .tn-txt {font-size: 16px; font-weight: 600; margin: 10px 0 5px; letter-spacing: .2px; font-family: 'Lato', sans-serif; text-align: left;}
.tn-items-container .tn-content {position: relative;}

.tn-items-container .tn-items .tn-content a {color: #262626; text-decoration: none; font-weight: 600; display: block;}
.tn-items-container .tn-content .blogdate {display: block; font-size: 12px; margin-bottom: 7px; color: #464646; font-weight: 600; position: absolute; left: 44px;}
.tn-items-container .tn-content .blogques {display: inline-block; width: 88%; color: #000; font-size: 18px; padding-left: 44px; margin-top: 18px;}
.tn-items-container .blogques .blogques-icon {position: absolute; left: 0; top: 3px;}
.tn-items-container .blogques .blogques-icon img {width: 38px; height: auto;}
.tn-items-container .blog-readbtn {font-size: 11px; display: inline-block; background: #e22923; padding: 8px; border-radius: 4px; color: #fff; letter-spacing: .5px;}



@media only screen and (max-width:1100px) {
    .tn-items-container .blog-readbtn{margin-left: 40px;  margin-top: 10px;}
}


/*********** Travel News Css End********************/


/*********** FAQ Section Css Start ********************/
.myaccordion {
	margin-top: 40px;
	max-width: 700px;
}
/*.myaccordion .acc-container { max-width: 700px;  width: 100%; margin: 0 auto;}*/
.myaccordion .acc-container .faq-heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

.myaccordion .acc {
	margin-bottom: 0px;
}

.myaccordion .acc-head {
	background-color: #fff;
	padding: 15px 16px 15px 10px;
	font-size: 15px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #d5d8d9;
}

.myaccordion .acc-head.active p {
	color: #fe4026;
}

.myaccordion .acc-head::before, .myaccordion .acc-head::after {
	position: absolute;
	right: 0;
	font-size: 20px;
	transition: all .3s;
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
}

.myaccordion .acc-head::before {
	content: "\f107";
}

.myaccordion .acc-head p {
	color: #000;
	font-weight: bold;
	margin: 0;
	font-size: 15px;
}

.myaccordion .acc-content {
	padding: 15px 10px 2px;
	display: none;
	line-height: 22px;
}

.myaccordion .acc-content p {
	margin-top: 0;
}

.myaccordion .acc-head.active::before {
	transform: rotate(180deg);
	color: #fe4026;
}
/*********** FAQ Section Css End ********************/



.recent-blog-sec {
	margin-top: 45px;
	font-family: 'Roboto', sans-serif;
}

.recent-blog-sec .recent-blog-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.recent-blog-sec ul {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 1%;
}

.recent-blog-sec ul li {
	width: 25%;
	text-align: center;
	background: #fff;
	border: 1px solid #eeeeee;
	padding-bottom: 14px;
	border-radius: 8px;
	margin-top: 15px;
	position: relative;
	transition: all ease .5s;
}

.recent-blog-sec ul li:hover {
	background: rgba(0, 159, 168, .10);
	border: 1px solid #e5f5f6;
	transform: scale(1.04);
}

.recent-blog-sec ul li:after {
	position: absolute;
	content: "";
	bottom: 0px;
	right: 0;
	border-top: 35px solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 35px solid #03a0a9;
}

.recent-blog-sec ul li .recent-blogimg {
	position: relative;
}

.recent-blog-sec ul li .recent-blogimg img {
	width: 100%;
	height: auto;
}

.recent-blog-content .bitem-date-sec {
	background: rgba(242, 61, 31, 0.7);
	color: #fff;
	font-size: 11px;
	padding: 7px 7px;
	border-radius: 6px;
	position: absolute;
	right: 4px;
	bottom: 5%;
	display: none
}

.recent-blog-content .bitem-date-sec .blogday {
	font-size: 20px;
}

.recent-blog-content a {
	text-decoration: none;
	color: #000;
}

.recent-blog-sec ul li p {
	padding: 0px 6px;
}

.recent-blog-sec .recent-blog-img {
	position: relative;
}

.recent-blog-sec .recent-blog-img img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.recent-blog-sec .recent-blog-content a {
	color: #000;
	text-decoration: none;
}

.recent-blog-sec .recent-blog-content .recent-blog-heading {
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px;
}

.recent-blog-sec .recent-blog-content .recent-blog-heading a {
	color: #fe4026;
}

.recent-blog-sec .recent-blog-content p {
	font-size: 14px;
	line-height: 24px;
}

.recent-blog-sec .read-more-btn {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	background: #2e2e2e;
	color: #ffff;
	padding: 4px 8px;
	border-radius: 4px;
	letter-spacing: .5px;
}

.recent-blog-sec .recent-blog-img .blogcategory-name {
	position: absolute;
	bottom: 4px;
	right: 0;
	border-radius: 5px 0px 0px 5px;
	padding: 8px 9px;
	font-size: 12px;
}
/* .recent-blog-sec .read-more-btn:hover{background: #fd5e31;} */
@media only screen and (max-width:767px) {
	.recent-blog-sec ul {
		flex-wrap: wrap;
	}
	.recent-blog-sec ul li {
		width: 49%;
	}
}

.origra.disabled {
	opacity: 0.5
}

.origra.disabled #returnDate {
	pointer-events: none
}