@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.flight-details {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	line-height: 30px;
}
.flight-details p {
	line-height: 30px;
}
/* .banner-right img {
	margin-top: 8px;
} */
.fb-page {
	margin-left: 20px;
	margin-top: 11px;
}
.offer-overview1 h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-transform: capitalize;
}
.number-high {
	font-size: 46px;
	color: #fff;
	font-weight: 600;
}
.number-high a {
	color: #fff;
}
.last-updates-date {
	font-size: 18px;
	color: #333;
	text-transform: capitalize;
}
footer ul li a {
	text-transform: capitalize;
}
#last-minute-tabs .tab .nav-tabs>li {
	margin-right: 2px;
}
#last-minute-tabs .tab .nav-tabs>li>a {
	border: none;
	padding: 5px 15px;
	color: #fff;
	background: #272e38;
	border-radius: 0;
}
.list1-inner li a {
	color: #000;
	text-transform: capitalize;
}
#last-minute-tabs .tab .nav-tabs>li>a>i {
	font-size: 14px;
	margin-right: 10px;
}
#last-minute-tabs .tab .nav-tabs>li.active>a,
#last-minute-tabs .tab .nav-tabs>li.active>a:focus,
#last-minute-tabs .tab .nav-tabs>li.active>a:hover {
	border: none;
	background: #ed6d18;
	color: #fff;
	transition: background 0.20s linear;
}
#last-minute-tabs .tab .nav-tabs li.active:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 37%;
	border: 15px solid transparent;
	border-top-color: #ed6d18;
}
#last-minute-tabs .tab .tab-content {
	background: #fdfdfd;
	line-height: 25px;
	border: 1px solid #ddd;
	border-top: 5px solid #ed6d18;
	border-bottom: 5px solid #ed6d18;
	padding: 30px 25px;
	margin-bottom: 50px;
}
#last-minute-tabs .tab .inner-listing>li>a {
	padding: 2px 10px;
	background: transparent;
	border: 1px solid #ccc;
	color: #000;
	font-size: 14px;
}
#last-minute-tabs .tab .inner-listing>li.active:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 37%;
	border: 15px solid transparent;
	border-top-color: #ed6d18;
	display: none;
}
#all-last-minute.all-last-minute.tab-pane .tab-content,
#popular-last-minute.popular-last-minute.tab-pane .tab-content {
	border: none;
	border-right: none;
	padding: 5px 0;
	margin-bottom: 0;
}
.list1-inner li {
	font-size: 12px;
	display: inline-block;
	width: 33%;
}
.offer-overview1-offer .serviceBox {
	padding: 0px;
	margin: 0 20px 40px 0;
	border: 1px solid #ddd;
	position: relative;
	transition: all 0.3s ease 0s;
}
.offer-overview1-offer .serviceBox:hover {
	border: 1px solid #2b336c;
}
.offer-overview1-offer .serviceBox .service-icon {
	display: inline-block;
	font-size: 40px;
	color: #ff6f59;
	margin-bottom: 10px;
}
.offer-overview1-offer .serviceBox .title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #2b336c;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.offer-overview1-offer .serviceBox .description {
	font-size: 15px;
	color: #777;
	line-height: 25px;
	margin: 0;
}
.offer-overview1-offer .serviceBox .read {
	display: inline-block;
	padding: 7px 20px;
	font-size: 17px;
	font-weight: 700;
	color: #777;
	position: absolute;
	bottom: -20px;
	right: -20px;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.offer-overview1-offer .serviceBox:hover .read {
	color: #fff;
}
.offer-overview1-offer .serviceBox .read:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #ddd;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: skewX(-15deg);
	transition: all 0.3s ease 0s;
}
.offer-overview1-offer .serviceBox:hover .read:after {
	background: #ed6d18;
	border: 1px solid #ed6d18;
}
.offer-overview1-offer .serviceBox .content-promo {
	padding: 25px 25px 30px;
}
.nav-tabs h2 {
	margin: 0;
	font-size: 18px;
	display: inline-block;
}
#last-minute-tabs .tab h2 {
	color: #fff;
}
.tab h2 {
	margin: 0;
	display: inline-block;
	font-size: 18px;
}
#hotel_page .carousel-inner.top-minheight .item img {
	width: 100% !important;
}
#blog-posts {
	background-color: #fff;
	padding: 2em 0 1em;
}
#blog-posts h2.title-heading {
	font-size: 26px;
	letter-spacing: 0px;
	margin: 0;
	padding-bottom: 15px;
	text-align: left;
}
.offer-overview1-offer span.label.label-danger {
	background-color: #fc7418;
}
.blog-posts {
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}
#blog-posts .offer-overview1-offer .serviceBox .card_img img {
	height: auto;
}
#blog-posts .offer-overview1-offer .serviceBox .title {
	text-transform: capitalize;
	line-height: 26px;
}
#blog-posts .offer-overview1-offer .serviceBox .description {
	min-height: 100px;
}
/**11oct*/
.booking-from-inner .control-label {
	font-size: 14px;
}
.booking-from-inner .form-control[readonly] {
	background-color: #fff;
	opacity: 1;
}
.btn.btn-default.btn-submit {
	background: #fc7418;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin-top: 10px;
}
/**Sep18*/
.holiday_part {
	padding-top: 0;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #007DBC;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 50px 20px;
	cursor: pointer;
}
.hovereffect img {
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.45s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.hovereffect:hover img {
	opacity: 0.2;
	filter: alpha(opacity=40);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: pointer;
}
.hovereffect h3 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	overflow: hidden;
	padding: 0.5em 0;
	background-color: rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}
.hovereffect h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h3:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: pointer;
}
.hovereffect #myBtn {
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 8px 16px;
	background: transparent;
}
.hovereffect p {
	font-size: 14px;
	text-transform: none;
}
.hovereffect #myBtn,
.hovereffect p {
	color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	text-decoration: none;
}
.hovereffect h3 {
	margin-bottom: 30px;
}
.hovereffect:hover #myBtn,
.hovereffect:hover p,
.hovereffect:hover h3 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	cursor: pointer;
}
/***/
/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	background-color: #fff;
	border: 1px solid transparent;
	margin: auto;
	padding: 0;
	width: 30%;
}
.loading_popup .modal-content {
    /* background: url('images/bg-popup.webp') no-repeat; */
    background: url('images/bg-popup-summer.webp') no-repeat;
    border: 1px solid transparent;
    margin: auto;
    padding: 0;
    background-size: cover;
    background-position: center right;
}
.modal-header {
	background: #1C86C8;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.fa.fa-plane.down {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* The Close Button */
.close {
	background: #FC7418;
	border-radius: 50%;
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
	height: 30px;
	opacity: 1;
	position: absolute;
	right: -8px;
	text-align: center;
	top: -10px;
	width: 30px;
}
.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	opacity: 1
}
.modal-body input[type="text"],
.modal-body select,
.modal-body input[type="email"],
.modal-body input[type="tel"] {
	background: #ebf1f4;
	border: 1px solid #d9e2e7;
	border-radius: 2px;
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
	color: #000;
}
.modal-body label {
	font-size: 16px;
	font-weight: 600;
	color: #2e2f2f;
}
/* Cookie Dialog */
#gdpr-cookie-message {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.88);
	padding: 10px 0px 5px 10px;
	border-radius: 0;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
	z-index: 9999999;
}
.cookies-setting {
	margin: 0 auto;
	/* text-align: center; */
	padding: 0;
}
#gdpr-cookie-message h4 {
	color: var(--red);
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
	color: var(--red);
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
	color: white;
	font-size: 15px;
	line-height: 1.5em;
}
#gdpr-cookie-message p {
	text-align: right;
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: var(--red);
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: var(--red);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
	border: none;
	background: var(--red);
	color: white;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: var(--red);
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
	color: var(--red);
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}
.cookies-setting #gdpr-cookie-accept {
	background-color: #7fb80e;
	font-weight: 600;
}
button#gdpr-cookie-accept {
	background-color: #56a4d2;
	font-weight: 600;
	margin-top: -2px;
}
.deal-blocks {
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	display: none;
}
.deal-blocks h4 {
	background-color: #1c86c8;
	padding: 15px 15px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
}
.deal-blocks .flight-list {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 15px;
}
.deal-blocks .flight-list p {
	margin-bottom: 0;
}
.deal-blocks .flight-list:hover {
	background: #f4f4f4;
}
.deal-blocks .flight-list span.t-right {
	float: right;
}
.t-right a {
	color: #fc7418;
}
span.t-right .fa-whatsapp {
	background: #18B635;
	color: #fff;
	padding: 5px;
	border-radius: 50%;
	margin-right: 10px;
}
span.t-right .fa {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 20px;
}
span.t-right .fa-phone {
	background: #ed6d18;
	color: #fff;
	padding: 5px;
	border-radius: 50%;
}
.call-block-now {
	text-align: center;
	background-color: #e8e7e4;
	padding: 15px;
	margin: 30px auto 20px;
	color: #333;
	border: 1px solid #ccc;
}
.call-block-now h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0;
	text-transform: capitalize;
	letter-spacing: 2px;
}
.call-block-now .fa.fa-phone-square {
	font-size: 50px;
	padding-top: 10px;
	color: #fc7418;
}
.call-block-now h4 {
	font-size: 30px;
	margin: 0;
	padding: 15px;
	line-height: 24px;
	font-weight: 600;
}
.call-block-now a {
	color: #1c86c8;
}
.call-block-now .t-free {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	letter-spacing: 2px;
}
.trip-about {
	margin-bottom: 20px;
}
.trip-about p {
	font-size: 14px;
	margin: 0;
}
/**Oct 23**/
.offer-overview1-offer .col-lg-4.col-md-4.col-sm-6:nth-child(3n+1) {
	clear: left;
}
.archieve-page.offer-overview1-offer .serviceBox .card_img img {
	height: 200px;
}
.archieve-page.offer-overview1-offer .serviceBox .title {
	font-size: 16px;
	font-weight: 600;
	color: #2b336c;
	text-transform: capitalize;
	margin: 0 0 10px 0;
	line-height: 28px;
}
.heading-table-row {
	background-color: #1c86c8;
	color: #fff;
	border: none;
}
/*Mar 26*/
.offer-overview1 .contact-icons img {
	width: 100%;
}
.offer-overview1 .contact-icons {
	margin-bottom: 30px;
}
.offer-overview1 .contact-icons ul {
	list-style: none;
}
.offer-overview1 .contact-icons ul li {
	display: inline-block;
	margin: 0 50px 0 0;
}
.home_blog {
	float: left;
	width: 100%;
}
.offer_home_sec {
	margin-top: 20px;
	display: inline-block;
}
#offer-tripbeamdt {
	padding: 50px 0px;
}
#offer-tripbeamdt {
	margin-top: 50px;
}
#offer-tripbeamdt .section-title {
	margin-bottom: 30px;
}
#common .banner-form {
	display: none;
}
.booking-from-inner .row.security-badge {
	margin-top: 10px;
	display: inline-block;
}
.security-badge img {
	width: 40px;
	height: auto;
}
.security-badge h6 {
	font-size: 16px;
	margin: 0 0 4px;
	color: #252525;
}
.security-badge p {
	font-size: 13px;
	margin-bottom: 0;
	color: #252525;
}
.offerbar {
	position: fixed;
	bottom: 0;
	background: #fc7418;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	z-index: 1111;
}
a.offernow {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 12px;
}
.main-wrapper {
	margin-top: 40px;
}
.main-wrapper p {
	font-size: 16px;
}
.main-wrapper h1,
h2,
h3,
h4,
h5 {
	color: #1c86c8;
	font-weight: 700;
}
.main-wrapper h2 {
	font-size: 22px;
}
h1.section-title {
	color: #1c86c8;
	font-weight: 700;
}
.base {
	box-shadow: 0 0 5px 1px #aaa;
	padding: 5px;
	text-align: center;
	margin-bottom: 15px;
	display: table;
	width: 100%;
	cursor: pointer;
}
.base h4 {
	color: #1c86c8;
	font-weight: 700;
	width: 45%;
}
.base i.glyphicon {
	padding: 15px 0;
	width: 10%;
	display: inline-block;
	color: #ee7346;
}
.base h4.price {
	width: 100%;
}
.cmn {
	margin: 0 0 25px;
	text-align: center;
	color: #1c86c8;
}
.cmn span {
	color: #fc7418;
}
.data-table {
	width: 100%;
	background: #fff;
	border: 1px solid #e2e0ec;
	margin-bottom: 10px;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
	font-size: 16px;
}
.data-table tr:nth-of-type(odd) {
	background-color: #e2e0ec;
}
.data-table td,
.data-table th {
	vertical-align: middle;
	border: 0 solid #e2e0ec;
	border-width: 0 1px 1px 0;
}
.data-table th {
	color: #1f1f1f;
	padding: .6em .8em;
	text-align: left;
}
.data-table td {
	padding: 0.8em;
	border: 0 solid #e2e0ec;
	border-width: 0 1px 1px 0;
}
.data-table td,
.data-table th {
	vertical-align: middle;
	border: 0 solid #e2e0ec;
	border-width: 0 1px 1px 0;
}
section.py-4 {
	padding: 40px 0 0;
}
.tbl-routes th {
	background: #f37e2e;
	color: #fff;
	font-size: 12px;
}
.tbl-routes td {
	background: #1f3451;
	color: #fff;
	font-size: 12px;
}
.col-2 {
	column-count: 2;
}
.ul-blue-dot,
.ul-bulb,
.ul-circle,
.ul-hand,
.ul-orange-dot {
	list-style: none;
	margin-bottom: 10px;
}
.ul-blue-dot li,
.ul-bulb li,
.ul-circle li,
.ul-hand li,
.ul-orange-dot li {
	position: relative;
	padding: 0 0 0 30px;
}
ul.ul-blue-dot {
	margin: 0;
	padding: 0;
}
.ul-blue-dot li:before,
.ul-bulb li:before,
.ul-circle li:before,
.ul-hand li:before,
.ul-orange-dot li:before {
	position: absolute;
	font-family: 'FontAwesome';
	left: 0;
}
.ul-blue-dot li:before {
	content: "\f192";
	color: #114394;
}
.ul-blue-dot li,
.ul-blue-dot p {
	letter-spacing: 1px;
	line-height: 150%;
	margin-bottom: 15px;
	font-size: 16px;
}
.text-orange {
	color: #fc7418;
}
.iconfx-2 {
	font-size: 37px !important;
	color: #1c86c8;
}
.img-inline {
	float: left;
	margin: 0 9px 25px 0;
}
.base i {
	padding: 15px 0;
	width: 8%;
	display: inline-block;
	color: #ee7346;
}
.call_sec {
	text-align: center;
	background: #155fa4;
	padding: 15px 0;
	margin-bottom: 30px;
}
.call_sec h4 {
	margin: 0;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}
.call_sec h4 a {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
}
.faq h2.cmn {
	text-align: left;
}
.faq h5 {
	font-size: 16px;
}
.faq p {
	padding-bottom: 10px;
}


/***trustpilot****/
section.trustpilotcode a:hover{
	text-decoration:none;
}
.trust-partnaer {
    padding: 60px 0;
}
.tp-ratings .tp-star__canvas {
    fill: #00b67a;
}
.tp-ratings .tp-star__canvas--half{
    fill: #00b67a;
}

.tp-left-box h4 {
    color: #000;
    font-size: 24px;
}

.tp-widget-businessinfo a {
    font-size: 13px;
    color: #000;
}

.tp-widget-businessinfo a .bold-underline {
    text-decoration: underline;
}
.tp-widget-businessinfo {
    color: #333;
}
a.headertitle {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
    line-height: 17px;
}

.tp-reviews p.text {
    font-size: 13px;
    color: #000;
    line-height: normal;
}

.date-and-user-info-wrapper {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
}

.date-and-user-info-wrapper .name {
    font-weight: bold;
}

.date-and-user-info-wrapper .date {
    color: rgba(0,0,0,.6);
}
.trustpilotcode .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  width:30px;
  height:30px;
  border:1px solid #000 !important;
  border-radius: 50% !important;
}
.trustpilotcode .owl-nav button.owl-prev {
  left: -50px;
}
.trustpilotcode .owl-nav button.owl-next {
  right: -50px;
}
.trustpilotcode .owl-dots{
  display:none !important;
}
@media (max-width: 768px) {
	.trustpilotcode .owl-nav button {
		top: 80%;
	}
	.trustpilotcode .owl-nav button.owl-prev {
		display:none;
	}
	.trustpilotcode .owl-nav button.owl-next {
		background: #ebebeb;
		right: 0;
	}
}
/****END****/

.hero-section {
    /**background: url(images/hero-bg-1.webp) no-repeat center center / cover;**/
    background: url(images/tripbeam-summer-travel-deals.webp) no-repeat center top / cover;
    position: relative;
    color: white;
    min-height: 515px;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 8px;
}
.row.heroform {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 170px;
}
@media only screen and (max-width: 599px) {
	.row.heroform {
		margin-top: 0px;
	}
}

.hero-section .booking-from-inner [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.hero-section .hero-girl img {
    width: 500px;
    position: absolute;
    right: 2px;
    height: auto;
    top: 54px;
	display:none;
}
.hero-section .hero-heading {
    margin-bottom: 30px;
    font-family: "Roboto",sans-serif;
	text-align:center;
}
.hero-section .hero-heading h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
}
.hero-section h1.summertext span {
    color: #fff;
    font-weight: 800;
}
.hero-section .hero-heading h2 {
    margin: 0;
    color: #000;
    font-size: 45px;
}
.hero-section .hero-heading h3.hero-price {
    color: #fff;
    font-size: 30px;
    margin: 10px 0 0;
}
.hero-section .hero-heading h3.hero-price span {
    color: #fff;
    font-weight: 700;
    background: #fc7418;
    padding: 5px 15px;
    border-radius: 5px;
}
.hero-section .form-banner {
    z-index: 999;
    padding: 0 0 40px 0;
}

h1.hero-price {
    color: #ffffff !important;
    background: #fc7418;
    border-radius: 8px;
    width: 147px;
    text-align: center;
    margin-left: 8px;
}
.hero-section .booking-form.card {
    border-radius: 10px;
    padding-bottom: 0px;
    margin-top: 48px;
}
.hero-section .booking-from-inner label {
    font-weight: normal;
    color: #212529;
    padding-right: 0;
}
.hero-section .booking-from-inner .control-label {
    font-weight: 600;
    color: #000;
    position: absolute;
    background: #fff;
    padding: 0px 10px;
    top: -10px;
    z-index: 4;
    left: 10px;
}
.hero-section .booking-from-inner .form-group {
    margin-bottom: 20px;
}

.hero-section .btn.btn-default.btn-submit {
    margin-top: 0;
}
.hero-section div#cusRadio {
    background: #ffffff;
    width: 25%;
    border-radius: 25px;
    position: relative;
    top: -35px;
    min-height: 56px;
    margin-bottom: -27px;
}
.row.hero-heading p {
    color: #1D1D1D;
    font-size: 25px;
}
.row.hero-heading span {
    color: #ED6D18;
    font-weight: 700;
}
.heroform span.input-group-addon {
    font-weight: 600;
    color: #000;
    background: transparent;
}
.hero-section .booking-form.card input {
    min-height: 40px !important;
    font-size: 13px;
    font-weight: 600;
    border-left: none !important;
}
.hero-section .booking-form.card input:disabled {
    background: #f5f5f5;
    opacity: 0.5;
}
.hero-section .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**tripPackages***/
#tripPackages {
    font-size: 14px;
    padding: 40px 0;
}
#tripPackages a.offernow {
    color: #000;
    font-weight: normal;
    letter-spacing: normal;
}
#tripPackages a.offernow:hover {
    text-decoration: none;
}
#tripPackages .heading h2 {
    color: #333;
    font-weight: 600;
    margin: 0;
}
#tripPackages .heading h4 {
    color: #333;
    line-height: 28px;
    margin: 10px 0 20px;
    font-weight: normal;
}
#tripPackages .flight-card {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 30px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
#tripPackages .flight-card:hover {
	border: 1px solid #1c86c8;
	box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
}
#tripPackages .flight-header {
	font-weight: bold;
	margin-bottom: 10px;
}
#tripPackages .trip-type {
	background-color: #f0f0f0;
	color: #333;
	padding: 3px 8px;
	border-radius: 20px;
	font-size: 11px;
	display: inline-block;
	margin-left: 10px;
	float: inline-end;
}
#tripPackages .airport-code {
	font-size: 22px;
	font-weight: bold;
}
#tripPackages .city-name {
	font-size: 14px;
	color: #666;
}
#tripPackages .price-box {
	border: 2px solid #1c86c8;
	border-radius: 5px;
	text-align: center;
	color: #1c86c8;
	padding: 10px 15px;
	font-weight: bold;
	min-width: 100px;
	margin-left: 15px;
}
#tripPackages .price-box span {
	font-size: 30px;
}
#tripPackages .flight-card:hover .price-box {
	border: 2px solid #1c86c8;
	background: #1c86c8;
	color: #fff;		
}
#tripPackages .flight-info {
	display: table;
	width: 100%;
}
#tripPackages .flightDetails {
	display: table-cell;
	width: 100%;
	border-right: 1px solid #e3e3e3;
	padding-right: 15px;
}
#tripPackages .price-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
#tripPackages .route-section {
	text-align: center;
}
#tripPackages .seprate {
	background: #ccc;
	height: 1px;
	position: relative;
	margin: 4px 0
}
#tripPackages .seprate:before,.seprate:after {
	content: "";
	position: absolute;
	width: 5px;
	background: #ccc;
	border-radius: 50%;
	left: 0;
	z-index: 6;
	height: 5px;
	top: -2px
}
#tripPackages .seprate:after {
	right: 0;
	left: unset
}
/***end***/

.payment_formnew {
    max-width: 600px;
    margin-bottom: 30px;
}

/* responsive */
@media (min-width: 768px) {
	.hidden-bgscreen {
		display: none;
	}
}
@media(max-width:1200px) {
	.banner-right img {
		max-width: 400px;
		margin-top: 30px;
	}
	.modal-content {
		width: 40%;
	}
	.hovereffect h2 {
		font-size: 14px;
	}
	.hovereffect .overlay {
		padding: 20px 10px;
	}
	.hovereffect p {
		font-size: 13px;
	}
	.hovereffect h3 {
		margin-bottom: 16px;
	}
}
@media(max-width:992px) {
	.modal-content {
		width: 50%;
	}
	.hovereffect {
		margin-bottom: 30px;
	}
	.archieve-page.offer-overview1-offer .serviceBox .card_img img {
		height: auto;
	}
}
@media (max-width:767px) {
	.overview,
	.discount {
		min-height: 60px !important;
		text-align: center;
	}
	.offer-overview p {
		padding: 0px !important;
	}
	.navigation.sticky {
		top: 45px;
	}
	#jumbotron {
		margin-top: 45px;
	}
	#flight-detail .heading2 {
		margin-top: 60px;
	}
	.tripfeature {
		padding-top: 80px !important;
	}
	.sticky {
		position: fixed;
		right: 0;
	}
	#main-banner {
		top: 50px;
		position: relative;
	}
	.section-title,
	.best-offer h2,
	.flight-detail h2,
	.testimonials h2 {
		font-size: 24px;
	}
	#offer-tripbeamdt {
		margin-top: 0px;
	}
	.mobile_call_sec {
		background-color: #EE711F;
		padding: 3px 0;
	}
	.offer_home_sec {
		display: block;
	}
	.mobile_call_sp {
		float: left;
		width: 100%;
		text-align: center;
	}
	.mobile_call_sp h4 {
		font-size: 24px;
		padding: 10px 0px;
	}
	#logo img {
		max-width: 150px;
	}
	.call_sec a span {
		font-size: 14px;
	}
	.logo {
		width: 30% !important;
	}
	.call_sec {
		width: 70% !important;
	}
	.banner-left {
		display: none;
	}
	#desk-form .banner-form {
		display: none;
	}
	#common .banner-form {
		display: block;
	}
	#common .banner-form h3 {
		font-weight: bold;
		margin: 0;
		padding: 0 10px;
		background: #7fb80e;
		color: #fff;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
	}
	#common .banner-form h4 {
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 10px;
	}
	#common .booking-form.card h3 {
		font-size: 25px;
		display: inline;
		line-height: 30px;
		width: 100%;
	}
	#common .booking-form.card h3 a {
		color: #ffffff;
	}
	#offer-tripbeamdt {
		padding: 0;
	}
	.mobile_call_sp h4 a {
		color: #1C86C8;
	}
	footer .left-image img {
		max-width: 138px;
	}
	.hidden-smscreen {
		display: none;
	}
	.offer-overview1 .contact-icons {
		margin-bottom: 0px;
		text-align: center;
	}
	.offer-overview1 .contact-icons ul li {
		display: inline-block;
		margin: 0 0 20px;
	}
	section.trustpilotcode {
		padding: 60px 0;
	}
	/*.top-sm-header, .tripfeatureagain, #blog-posts, .best-offer, .packages, .flight-detail, .testimonials, .call-us, footer h4, footer .list-unstyled.who.margin-bottom-30, footer .col-md-8 {
	display: none;
}*/
	.copyright-text {
		font-size: 11px;
	}
	/*.form-title {
	padding: 5px 15px !important;
}*/
	.click-call-btn {
		display: inline-block;
		position: fixed;
		left: 10px;
		bottom: 18px;
		z-index: 9999;
	}
	.btn.btn-default.btn-submit {
		margin-top: 0;
	}
	.booking-from-inner {
		padding: 0px 10px 20px;
	}
	.click-call-btn a {
		background-color: #333;
		text-align: center;
		padding: 10px 10px;
		border-radius: 5px;
		color: #fff;
		font-size: 16px;
	}
	.click-call-btn .fa-phone {
		-webkit-animation: swing 1s ease;
		animation: swing 1s ease;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		background-color: #fff;
		padding: 5px;
		border-radius: 50%;
		color: #333;
		width: 25px;
		margin-right: 5px;
	}
	.header-bottom {
		border-top: 1px solid #ccc;
		padding: 5px 15px;
		box-shadow: 0px 3px 3px #e7e7e7;
	}
	.banner-text-m {
		font-size: 21px;
		font-weight: 600;
		text-align: center;
		line-height: 24px;
		margin: 0 0 15px;
		color: #fff;
	}
	.banner-text-m span {
		color: #fff;
	}
	.callus-mobile {
		width: 49%;
		float: left;
		text-align: center;
	}
	.callus-mobile a {
		display: block;
		color: #ed6d18;
		font-size: 16px;
		border-radius: 50px;
		margin-top: 9px;
		font-weight: bold;
		line-height: 12px;
	}
	.callus-mobile-right {
		width: 50%;
		float: right;
		text-align: right;
	}
	.callus-mobile-right .fa-phone,
	.callus-mobile-right .fa-whatsapp {
		background-color: #ed6d18;
		text-align: center;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		color: #fff;
		line-height: 35px;
		font-size: 25px;
	}
	.callus-mobile-right .fa-whatsapp {
		background-color: #18B635;
		margin-right: 5px;
	}
	#flight-tab {
		position: relative;
		padding-bottom: 50px;
	}
	#flight-tab .bg-img {
		position: absolute;
		z-index: -2;
	}
	#flight-tab .nav.nav-tabs.flight-tab li a {
		background: rgba(255, 255, 255, 0.5);
		color: #223b5d;
		border-radius: 0;
		margin: 3px;
		border: 0;
		font-size: 14px;
		padding: 8px 15px;
	}
	#flight-tab .nav.nav-tabs.flight-tab li a i {
		font-size: 22px;
		vertical-align: top;
		margin-right: 10px;
	}
	#flight-tab .nav.nav-tabs.flight-tab {
		border: 0;
		margin-top: 15px;
	}
	.nav.nav-tabs.flight-tab li.active a {
		background: #85c800;
		color: #fff;
	}
	.tab-content.tab-text {
		margin-top: 15%;
	}
	.nav.nav-tabs.flight-tab li a:hover {
		background: transparent;
		color: #fff;
	}
	.tab-content.tab-text h3 {
		background: #223b5d;
		color: #fff;
		text-align: center;
		padding: 9px;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 0;
		border-radius: 7px 7px 0px 0px;
	}
	#flight-tab .tab-content.tab-text span {
		background: #f2f2f2;
		padding: 14px;
		text-align: center;
		border-radius: 0px 0px 7px 7px;
		font-size: 18px;
		font-style: italic;
		display: inline-block;
		width: 100%;
		margin-bottom: 3;
	}
	.tab-content.tab-text p {
		margin: 20px;
		color: #223b5d;
		font-size: 16px;
	}
	#leave-message p {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		line-height: 17px;
		margin: 30px 0px;
	}
	.form-leave-msg textarea {
		background: #f2f2f2;
		border: 0;
		width: 100%;
		padding: 10px;
		height: 90px;
		border-radius: 4px;
		margin: 0;
	}
	#flight-tab .form-leave-msg input {
		background: #f2f2f2;
		border: 0;
		width: 100%;
		padding: 10px;
		border-radius: 4px;
	}
	#flight-tab .enqry-submit {
		background: #fc7418;
		padding: 5px 26px;
		border: 0;
		border-radius: 5px;
		color: #fff;
		border: 2px solid #de5f0a;
		font-size: 20px;
		font-weight: 600;
	}
	#call-tab .cal-btn-respons {
		font-size: 34px;
		font-weight: 600;
	}
	.countrydropdown {
		margin-left: 10px;
		margin-top: 6px;
	}
	.countrydropdown .btn:active:focus,
	.countrydropdown .btn:focus {
		outline: thin dotted;
		outline: 0px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
	.countrydropdown .dropdown-menu {
		min-width: 100px;
	}
	.countrydropdown button.btn {
		border-radius: 3px !important;
	}
	.countrydropdown .btn-default:hover {
		background-color: #fff;
		border-color: #adadad;
	}
	.flag-icon-us {
		background-image: url(images/us-icon.webp);
	}
	.flag-icon {
		padding-left: 37px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.flag-icon-ca {
		background-image: url(images/ca-icon.webp);
	}
	.flag-icon-au {
		background-image: url(images/au-icon.webp);
	}
	.flag-icon-uk {
		background-image: url(images/uk-icon.webp);
	}
	input,
	select,
	textarea {
		margin-bottom: 10px;
	}
	#gdpr-cookie-message p {
		text-align: left;
		font-size: 11px;
	}
	#gdpr-cookie-message a {
		font-size: 11px;
	}
	.modal-content {
		width: 70%;
	}
	.hovereffect h3 {
		margin-bottom: 12px;
		font-size: 18px;
	}
	.hovereffect #myBtn {
		font-size: 13px;
		padding: 6px 10px;
	}
	.mail-social.top-icon a i {
		width: 20px;
		line-height: 17px;
		margin: 3px 5px;
		font-size: 10px;
		height: 20px;
	}
	.content-excerpt {
		min-height: auto;
	}
	.features>img {
		max-width: 30%;
		height: auto;
	}
	.features h4 {
		font-size: 20px;
		margin: 10px 0;
		position: relative;
		padding-bottom: 10px;
	}
	#blog-posts .offer-overview1-offer .serviceBox .card_img img {
		height: 150px;
	}
	.offer-overview1-offer .serviceBox .content-promo {
		padding: 10px 10px 15px;
	}
	#blog-posts h2.title-heading {
		font-size: 40px;
		letter-spacing: 3px;
	}
	.blog-posts {
		margin-bottom: 40px;
	}
	#blog-posts .offer-overview1-offer .serviceBox .description {
		min-height: auto;
	}
	nav {
		position: absolute;
		top: 10px;
		right: 0;
		z-index: 9999;
	}
	.custom-nav-btn.navbar-toggle.custome-class {
		background: transparent;
		/* padding: 3px 8px; */
		color: #fff;
		border: 0;
		margin-right: 16px;
		color: #1c86c8;
	}
	header {
		padding: 6px 0 0;
	}
	.main-banner,
	.main-banner.student-travel {
		padding: 12px 0px 6px;
		background: #1e5f9c;
		background-size: cover;
		min-height: auto;
	}
	footer img {
		margin-bottom: 10px;
		width: 150px;
	}
	.main-header.affix .callus {
		margin-right: 0;
	}
	/************/
	#tripPackages {
		font-size: 14px;
		padding: 40px 0;
		margin-top: 25px;
	}
	#tripPackages .heading h2 {
		font-size: 22px;
	}
	#tripPackages .heading h4 {
		line-height: inherit;
		font-size: 14px;
	}
	#tripPackages .flight-header {
		font-size: 11px;
	}
	#tripPackages .price-box {
		border: 2px solid #1c86c8;
		padding: 8px 10px;
		min-width: 75px;
		margin-left: 10px;
	}
	#tripPackages .price-box span {
		font-size: 26px;
	}
	#tripPackages .airport-code {
		font-size: 14px;
		font-weight: bold;
	}
	#tripPackages .route-section {
		text-align: center;
		font-size: 10px;
	}
	#tripPackages .city-name {
		font-size: 11px;
	}
	
	/*******/
	.pad-5 {
		padding: 0 5px;
	}
	.booking-from-inner .pad-5 input {
		border: none !important;
		box-shadow: none;
		border-radius: 15px !important;
		padding-left: 30px !important;
	}
	.booking-from-inner .pad-5 .input-group {
		border: 1px solid #ccc;
		border-radius: 12px;
		width: 100%;
	}
	.booking-from-inner .pad-5 label {
		font-size: 12px;
		padding-left: 28px;
		color: #999;
		margin-bottom: 0;
	}
	.booking-from-inner .pad-5 .input-group .input-group-addon {
		position: absolute;
		left: 5px;
		display: block;
		width: 0;
		top: 5px;
		background: no-repeat;
		border: none;
		padding: 5px 5px;
		font-size: 14px;
		z-index: 4;
	}
	.whatsapp-icon {
		bottom: 10px;
	}
	.tp-left-box.text-center {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 680px) {
	#common .booking-form.card h3 {
		font-size: 16px;
		color: #fff;
	}
	section#offer-tripbeamdt.exclusive-student-deals {
		margin-top: 20px;
	}
	.ul-blue-dot.col-2 {
		column-count: 1;
	}
}

@media only screen and (max-width: 600px) {
	.overview,
	.discount {
		min-height: 40px !important;
	}
	.offer-overview h3 {
		min-height: 0px;
	}
	.hero-section {
		background: #1c86c8;
		position: relative;
		color: #fff;
		min-height: 515px;
		display: flex;
		align-items: center;
		padding-top: 15px;
		padding-bottom: 8px;
		top: 38px;
	}
	.hero-section .row.hero-girl img {
		display: none;
	}
	.hero-section .hero-heading {
		margin-bottom: 5px;
		text-align: center;
	}
	.hero-section .hero-heading h1 {
		font-size: 24px;
		color: #fff;
		font-weight: 700;
		margin: 0 0 5px;
	}
	.hero-section h1.summertext span {
		color: #fff;
		font-weight: 800;
	}
	.hero-section .hero-heading h2 {
		margin: 0;
		color: #fff;
		font-size: 30px;
	}
	.hero-section .hero-heading h3.hero-price {
		color: #fff;
		font-size: 22px;
		margin: 10px 0 0;
	}
	.hero-section .hero-heading h3.hero-price span {
		padding: 0px 10px;
		border-radius: 5px;
	}
	.hero-section div#cusRadio {
		background: transparent;
		width: 100%;
		border-radius: 0;
		position: relative;
		top: 0;
		min-height: auto;
		margin-bottom: 0;
		margin-top: 0;
	}
	.hero-section .booking-form.card {
		border-radius: 10px;
		padding-bottom: 0px;
		margin-top: 10px;
	}
	.hero-section .booking-from-inner .form-group {
		margin-bottom: 5px;
	}
	.loading_popup .modal-content {
		background: #fff;
	}
}

@media only screen and (max-width: 517px) {
	#common .banner-form h3 {
		font-size: 13px;
	}
	#common .banner-form h3 img {
		width: 60px;
	}
}

@media only screen and (max-width:480px) {
	.offer-overview h3 {
		font-size: 12px;
	}
	#last-minute-tabs .tab>.nav-tabs li {
		width: 100%;
	}
	#last-minute-tabs .tab .nav-tabs>li>a {
		padding: 20px;
	}
	#last-minute-tabs .tab .nav-tabs>li.active:after {
		border: none;
	}
	.full {
		width: 100%;
	}
	.modal-body label {
		font-size: 13px;
	}
	.modal-body input[type="text"],
	.modal-body select,
	.modal-body input[type="email"],
	.modal-body input[type="tel"] {
		font-size: 12px;
		padding: 8px;
	}
}

@media only screen and (max-width: 414px) {
	.mobile_call_sec .img-fluid {
		height: 51px;
	}
	.btn.btn-default.btn-submit {
		font-size: 16px;
	}
	#offer-tripbeamdt .section-title {
		margin-bottom: 14px;
	}
	.section-title,
	.best-offer h2,
	.flight-detail h2,
	.testimonials h2 {
		font-size: 20px;
	}
	#logo img {
		max-width: 100px;
	}
	.call_sec a span {
		font-size: 12px;
	}
	.call_sec i.fa.fa-phone {
		padding-right: 4px;
	}
	#logo {
		padding-left: 0px;
	}
	.mobile_call_sp h4 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 375px) {
	#blog-posts {
		padding: 0px !important;
	}
	#offer-tripbeamdt {
		padding-bottom: 0;
	}
	.discount p span {
		font-size: 13px;
	}
	.overview,
	.discount {
		min-height: 40px !important;
		padding: 1px 0px !important;
	}
	.offer-overview h3 {
		font-size: 12px;
	}
	#cusRadio {
		margin: 0px 0;
	}
	.banner-form {
		margin-top: 13px;
	}
	#cusRadio .radio {
		margin: 3px;
	}
}

@media only screen and (max-width: 350px) {
	#flight-detail .col-lg-9.col-md-9 {
		padding: 0px;
	}
	.tablebg td a {
		font-size: 10px;
	}
	#common .booking-form.card h3 {
		font-size: 11px;
	}
}

@media only screen and (max-width: 320px) {
	.offer-overview1 table tr td {
		padding: 5px;
	}
	#common .booking-form.card h3 {
		font-size: 10px;
	}
}