/* --- MFT Style ---*/
body {
    font-size: 15px;
    line-height: 27px;
    color: #808285;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

body p {
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    color: #363636;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #363636;
}

h1,
h2,
h3 {
    font-weight: bold;
    color: #363636;
}

/* Headin Style*/

.heading-title p,
.heading-title-w p{
	line-height: 1.8;
}
.heading-title,
.heading-title-w {
    text-align: center;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
}

.heading-title{
	max-width: 100%;
}
.heading-title span.splitting-title {
    font-weight: 200;
    color: #1859a9;
    font-family: 'Raleway';
}
.heading-title span {
    font-size: 35px;
    color: #363636;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.heading-title-w span {
    font-size: 37px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.heading-title h2 {
    font-weight: 500;
}
.cancellation-heading .heading-title p {
	line-height: 1.8;
}
.cancellation-heading .heading-title {
    text-align: center;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
	margin-bottom: 50px;
}
.cancellation-heading .heading-title span.splitting-title {
    font-weight: 200;
    color: #1859a9;
    font-family: 'Raleway';
}
.cancellation-heading .heading-title span {
    font-size: 35px;
    color: #363636;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
	display: inline-block;
}


.cancellation-heading .heading-title h2 {
    font-weight: 500;
}

/*Star Rating*/
.star_rate>a {
    color: #9c3;
    text-decoration: none;
}

.starRating:not(old) {
    display: inline-block;
    width: 7.5em;
    height: 1.5em;
    overflow: hidden;
    vertical-align: bottom;
    font-size: 16px;
}

.starRating:not(old)>input {
    margin-right: -100%;
    opacity: 0;
}

.starRating:not(old)>label {
    display: block;
    float: right;
    position: relative;
    background: url('../index.html');
    background-size: contain;
}

.starRating:not(old)>label:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url('../index.html');
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.starRating:not(old)>label:hover:before,
.starRating:not(old)>label:hover~label:before,
.starRating:not(:hover)> :checked~label:before {
    opacity: 1;
}

/* datepicker */

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
}
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover {
    border: none;
    background: transparent;
}

form#booknow-form label,.t-detal-cost {
    font-weight: 500;
    color: #444444;
    text-transform: uppercase;
    font-size: 14px;
}

/* icon heading */
.icon-heading {
    display: flex;
}

.icon-heading span {
    color: #fff;
    background: #ef6d57;
    padding: 15px 15px;
    font-size: 25px;
}

.icon-heading h3 {
    margin: 0;
    background: #1859A9;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding: 0px 30px;
    width: 100%;
}

/* List Style */
ul.fa-ul li i {
    color: #ef6d57;
}

/* Button Style*/
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    background: transparent;
    border: none;
    box-shadow: none;
}

.my-flight-top .btn {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
}

.btn {
    border: none;
    box-shadow: none;
    background: #ef6d57;
    border-radius: 0;
    padding: 10px 30px;
    height: auto;
}

.my-flight-top .btn:not([href]):not([tabindex]) {
    color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #ef6d57;
}

.my-flight-top .btn-primary:not(:disabled):not(.disabled).active,
.my-flight-top .btn-primary:not(:disabled):not(.disabled):active,
.show>.my-flight-top .btn-primary.dropdown-toggle {
    background: transparent;
}

.search-button {
    background: #ef6d57;
    border-radius: 0;
    margin-top: 10px;
    padding: 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    float: right;
}

.search-button:hover {
    color: #fff;
}

/* Login Form */
.myflightlogin a.btn {
    padding: 0;
    cursor: pointer;
}

/* Language Dropdown */
#languageDropdown a.btn {
    padding: 0;
    margin: 0 15px;
}

#languageDropdown .dropdown-toggle {}

#languageDropdown .dropdown-toggle:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 10px;
    vertical-align: middle;
    border: none;
    transform: rotate(90deg);
}

/* Shopping Cart */
.shoppingcart {
    position: relative;
    margin: 0 15px;
}

.shoppingcart i {
    color: #fff;
}

.shoppingcart .badge {
    background: #ef6d57;
    color: #fff;
    font-weight: 100;
    font-size: 10px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0;
}

/* Search */
.searchenginecontainer{
	z-index: 1;
}
.searchenginecontainer .RjMp5 {
	padding: 0;
}
.tabflight-content .searchenginecontainer:before{
	content: "";
    position: absolute;
    display: block;
    right: 0;
    top: -65px;
    background: url(../img/new-home/searchengineflight.html);
    width: 300px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
}

#sb-search {
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#sb-search form {
    margin: 0;
}

#sb-search i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

#sb-search .search-box {
    background: #fff;
    position: absolute;
    top: 45px;
    right: -16px;
    padding: 0 10px;
    width: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    display: none;
    text-align: center;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

#sb-search input.searchtype {
    border: 1px solid #ef6d57;
    padding: 5px 10px;
}

#sb-search .search-box input[type="text"] {
    width: 200px;
    padding: 5px 10px;
    border: 1px solid #ef6d57;
    outline: none;
}

#sb-search .search-box input.button {
    width: 80px;
    background: #ef6d57;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #ef6d57;
    outline: none;
    cursor: pointer;
}

/* quote-btn */
.quote-btn {
    position: fixed;
    right: -80px;
    top: 270px;
    transform: rotate(90deg);
    z-index: 9;
}

.quote-btn .theme-btn {
    background-color: #ef6d57;
    color: #fff;
    font-weight: 500;
    padding: 8px 25px;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* Top Section */
.my-flight-top {
    background: #1859A9;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.my-flight-top a {
    color: #fff;
}

.my-flight-top .f_socialicon a {
    padding: 0 5px;
    color: #fff;
}

.ministry-text span{
	color: #fff;
}

.my-flight-top .f_socialicon span {
    color: #fff;
    font-size: 14px;
}

#languageDropdown .dropdown-menu a {
    color: #333;
    font-size: 14px;
}

/* Nav */
.navbar.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #ffff;
    width: 100%;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.my-flight-trip-navigation {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}

.my-flight-trip-navigation nav.navbar {
    background: #fff;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	padding: 10px 15px;
}

.my-flight-trip-navigation nav.navbar .navbar-collapse{
	padding-right: 0;
}

.my-flight-trip-navigation nav.navbar .nav-link{
    padding-top: 10px;
    padding-bottom: 10px;
}

.my-flight-trip-navigation nav.navbar .navbar-brand{
	padding: 0;
	height: auto;
}

.my-flight-trip-navigation ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.my-flight-trip-navigation ul li>.active a {
    color: #1859A9;
}

.my-flight-trip-navigation .dropdown-item.active,
.my-flight-trip-navigation .dropdown-item:active {
    color: #1859A9;
    background-color: transparent;

}

.my-flight-trip-navigation ul li a:hover {
    color: #1859A9;
}

.my-flight-trip-navigation nav.navbar:before {
    content: "";
    float: left;
    height: 3px;
    width: 100%;
    background: -moz-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f76570), color-stop(8%, #f76570), color-stop(8%, #f3a46b), color-stop(16%, #f3a46b), color-stop(16%, #f3a46b), color-stop(16%, #ffd205), color-stop(24%, #ffd205), color-stop(24%, #ffd205), color-stop(24%, #1bbc9b), color-stop(25%, #1bbc9b), color-stop(32%, #1bbc9b), color-stop(32%, #14b9d5), color-stop(40%, #14b9d5), color-stop(40%, #c377e4), color-stop(48%, #c377e4), color-stop(48%, #f76570), color-stop(56%, #f76570), color-stop(56%, #f3a46b), color-stop(64%, #f3a46b), color-stop(64%, #ffd205), color-stop(72%, #ffd205), color-stop(72%, #1bbc9b), color-stop(80%, #1bbc9b), color-stop(80%, #14b9d5), color-stop(80%, #14b9d5), color-stop(89%, #14b9d5), color-stop(89%, #c377e4), color-stop(100%, #c377e4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    /* IE10+ */
    background: linear-gradient(to right, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f76570', endColorstr='#c377e4', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Mobile Menu */
.navbar-toggler-icon {
    height: auto;
    font-size: 25px;
    font-weight: normal;
	color: #333;
	width: auto;
}

.my-flight-trip-navigation .navbar-toggler:hover,.my-flight-trip-navigation .navbar-toggler:active{
	border: none;
	background: transparent;
	outline: none;
}

.my-flight-trip-navigation .navbar-toggler {
    padding: 0;
	width: 34px;
}

#side-menu {
	z-index: 9999;
}

#side-menu .navbar-nav{
	width: 100%;
}

#side-menu .nav-link{
	padding: 10px 0;
}

#side-menu li.nav-item.dropdown.open{
	position: relative;
}

#side-menu .navbar-nav .dropdown-menu{
	position: absolute;
    left: 20px;
}
/* Search Top*/
.sb-search {
    margin-left: 10px;
}

/* Login Box */
#myflightlogin .btn {
    background: #ef6d57;
}

#myflightlogin .dropdown-divider {
    border-top: 1px solid #ef6d57;
}

#myflightlogin a {
    color: #16181b;
}

#myflightlogin .modal-header {
    background: url(../img/slider/slider.html) no-repeat;
    background-size: cover;
    background-position: top;
	background-position: center center;
}

#myflightlogin .form-group input {
    border-radius: 0;
}

#mftModalCenter .modal-header {
    background: url(../img/slider/slider.html) no-repeat;
    background-size: cover;
    background-position: center;
}

#myflightlogin .close,
#mftModalCenter .close {
    color: #fff;
    opacity: 1;
    font-weight: 500;
}

/* Language Dropdown */
#languageDropdown .dropdown-menu a {
    background: #f1f1f1;
    color: #000;
    margin: 5px 0;
    transition: 0.3s;
}

#languageDropdown .dropdown-menu a:hover {
    background: #ef6d57;
    color: #fff;
}

#languageDropdown .dropdown-menu a:first-child {
    margin-top: 0;
}

#languageDropdown .dropdown-menu a:last-child {
    margin-bottom: 0;
}

#languageDropdown .dropdown-menu {
    padding: 0;
    margin: 0px 0;
    border-radius: 0;
}

/* Offre Section */

.cruises-offer{
	display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #fff;
}

.offer-section-grid .offer-grid .offer-hover .offer-wrap.cruises-wrap .offer-date{
	top: 15px;
    left: 15px;
}

.cruises-overflow {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 38%);
    height: 100%;
    width: 100%;
    z-index: 0;
}

.main-cruises-wrap {
    overflow: hidden;
    position: relative;
}

.cruises-offer .cruises-list li{
	text-align: left;
}

.cruises-offer .cruises-list li a{
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
	letter-spacing: 2px;
}

.cruises-offer .cruises-list li a:hover {
	color: #48a24b;
}

.offer-section{
	margin-top: -65px;
	margin-bottom: 70px;
}
.offer-section .serachOffer-text .serachOffer-percentage{
	font-weight: 600;
}

.offer-section .serachOffer-text p{
	margin: 0;
    line-height: normal;
}

.offer-section .serachOffer-text {
	display: flex;
    margin-bottom: 10px;
    justify-content: start;
}

.offer-section .serachOffer-text .sale-icon-img{
	margin-right: 10px;
	max-width: 60px;
}

.offer-section .offer-banner{
	box-shadow: 10px 25px 15px -23px #b1afaf
}

.offer-section .offer-banner img{
	border-radius: 10px;
}

.offer-section .offer-number{
	background: #fff;
    border-radius: 10px;
    box-shadow: 10px 25px 15px -23px #ccc;
    border: 1px solid #e8e8e8;
    padding: 9px 10px;
	background-size: 100%;
}

/* .offer-section .offer-number.celebrate26jan{
	background: #260235 url(../img/offer/raksha-bandhan.jpg) no-repeat;
    border-radius: 10px;
    box-shadow: 10px 25px 15px -23px #ccc;
    border: 1px solid #e8e8e8;
	padding: 0px;
	background-size: 100%;
    background-position: center;
} */

.offer-section .offer-number.serachOfferNewyears{
	background: url(../img/offer/clarks-shiraz-agra-ny2023-bg.html) no-repeat;
	background-color: #6e2534;
    border-radius: 10px;
    box-shadow: 10px 25px 15px -23px #ccc;
    border: none;
    padding: 19px 10px;
	border: 1px solid #e8e8e8;
	background-size: 100%;
	color: #fff;
}
.offer-section .serachOfferNewyears .serachOffer-input .btn {
	color: #333;
	background: #fff;
}

.offer-section .serachOfferNewyears .serachOffer-input .btn:hover {
	color: #fff;
	background: #1859A9;
}
.offer-section .serachOfferNewyears .serachOffer-text .serachOffer-percentage {
	color: #fff;
}
.offer-section .serachOfferNewyears h4 {
	color: #fff;
    font-size: 18px;
}
.offer-section .serachOfferNewyears .serachOffer-text p {
	color: #fff;
}
.offer-section .serachOfferNewyears .serachOffer-text {
	margin-bottom: 10px;
}
.offer-section .serachOffer-input{
	display: flex;
    justify-content: space-between;
}

.offer-section .serachOffer-input input{
	margin: 0px;
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    padding: 19px 10px;
    max-width: 280px;
}

.offer-section .serachOffer-input .btn{
	font-size: 12px;
	padding: 5px 10px;
}

.offer-number .celebrate26-jan {
	height: 125px;
	display: block;
}

.offer-section .homepage-slider-mft-offer.slick-dotted.slick-slider {
	margin: 0;
}

.homepage-slider-mft-offer button.slick-next.slick-arrow,.homepage-slider-mft-offer button.slick-prev.slick-arrow {
	display: block !important;
    width: 25px;
    height: 25px;
    background: #1657a9;
    z-index: 1;
    border: 1px solid #ccc;
	box-shadow: 1px 1px 3px #000;
}

.homepage-slider-mft-offer .slick-prev {
    left: auto;
    right: 40px;
}

.homepage-slider-mft-offer .slick-next {
    right: 10px;
}

.homepage-slider-mft-offer .slick-prev, .homepage-slider-mft-offer .slick-next {
	top: auto;
	bottom: 0;
}

.homepage-slider-mft-offer .slick-prev:before {
	content: "\f053";
    font-family: "Font Awesome 5 Free";
	font-size: 14px;
}

.homepage-slider-mft-offer .slick-next:before {
	content: "\f054";
    font-family: "Font Awesome 5 Free";
	font-size: 14px;
}

/* offer-section-grid */
.offer-section-grid{
	position: relative;
}

.offset-heading {
    max-width: 900px;
    margin: 0 auto;
}
.offset-heading p{
	font-size: 14px;
}

.offer-section-grid .offer-grid-nav .offer-gridnav-item .offer-grid-nav-link{
	background: transparent;
	color: #1859a9;
	font-size: 18px;
	font-weight: bold;
}

.offer-section-grid .offer-heading{
	padding-right: 100px;
}
.offer-section-grid .offer-grid .offer-hover {
	text-decoration: none;
}

.offer-section-grid .offer-grid .offer-hover .offer-wrap {
	position: relative;
}

.offer-section-grid .offer-grid .offer-hover .offer-wrap .offer-date {
	color: #fff;
	width: auto;
	font-size: 14px;
	position: absolute;
	top: 32px;
	left: 32px;
}

.offer-section-grid .offer-grid .offer-hover .offer-wrap .offer-date span {
	display: inline-block;
	width: 100%;
	background: #ef6d57;
	line-height: 30px;
}

.offer-section-grid .offer-grid .offer-hover .offer-wrap .offer-date span.day-offer {
	background: #1859a9;
	font-size: 18px;
	font-weight: 600;
}

.offer-section-grid .offer-grid .offer-hover .offer-wrap .offer-img-heading {
	border-bottom: 2px solid #8a8a8a;
}

.offer-section-grid .offer-grid .offer-hover .offer-wrap .offer-img-heading .offer-h-img h4,
.offer-section-grid .offer-grid .offer-hover .offer-wrap .offer-img-heading .offer-h-img .h4 {
	font-weight: 500;
    font-size: 14px;
    color: #1859a9;
    margin: 0;
    line-height: 28px;
}

.offer-section-grid .offer-grid .offer-hover .offer-wrap .offer-img-heading .offer-icon {
	color: #989898;
}

.offer-section-grid .offer-grid .offer-hover:hover .offer-img-heading {
	border-bottom: 2px solid #1859a9;
}

.offer-section-grid button.slick-prev:before,.offer-section-grid button.slick-next:before{
	color: #1859a9;
    font-size: 30px;
    font-weight: 600;
}
.offer-section-grid.bus button.slick-prev.slick-arrow{
	top: -25px;
}

.offer-section-grid button.slick-prev.slick-arrow {
	position: absolute;
    top: -30px;
    right: 50px;
    z-index: 1;
    border: none;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: block !important;
    left: auto;
}
.offer-section-grid.bus button.slick-next.slick-arrow{
	top: -25px;
}

.offer-section-grid button.slick-next.slick-arrow {
	position: absolute;
	top: -30px;
	right: 10px;
	z-index: 1;
	border: none;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	display: block !important;
}

/* Hero Section */

/* -- tour -- */

#tour .section-tours {
	max-width: 800px;
    padding: 30px 0;
    position: relative;
    margin-bottom: 40px;
}

#tour .section-tours .form-control {
	background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #07253F;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#tour .product-search-title {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #ef6d57;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

/* -- end -- */

#hero-section{
	background: #1859A9;
    min-height: calc(570px - 200px);
    border-top: #1859A9 40px solid;
    position: relative;
}

.home-serach-wrap ul.nav, .mft-search ul.nav{
	border: none;
}

.home-serach-wrap ul.nav li, .mft-search ul.nav li {
    padding: 0 5px;
    margin: 0;
	position: relative;
}

.home-serach-wrap ul.nav li> a, .mft-search ul.nav li> a{
	padding: 5px 20px;
    border: none;
	position: relative;
    background: #013372;
    color: #fff;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    border-radius: 0;
    font-size: 14px;
	z-index: 1;
	line-height: normal;
}

.mft-search ul.nav li> a i{
	top: 0;
}

.home-serach-wrap ul.nav li:after, .mft-search ul.nav li:after{
	content: "";
    width: 10px;
    height: 10px;
    background: #034292;
    display: block;
    position: absolute;
    left: 2px;
    top: 0px;
    border-radius: 5px 0px;
    z-index: 0;
}

.home-serach-wrap ul.nav li:before, .mft-search ul.nav li:before{
	content: "";
    width: 10px;
    height: 10px;
    background: #034292;
    display: block;
    position: absolute;
    right: 2px;
    top: 0px;
    border-radius: 0px 5px;
    z-index: 0;
}

.home-serach-wrap ul.nav li a.active, .mft-search ul.nav li a.active{
	background: #041a56;
	color: #fff;
}

.mft-search .section-transfer ul.nav li:after,.mft-search .section-transfer ul.nav li:before{
	content: none;
}

.mft-search .section-transfer ul.nav li a{
	clip-path: none;
}

.srcformft-home{
	position: relative;
}

.serchboxImg{
	position: absolute;
    width: 300px;
    right: 15px;
    top: -27px;
}

#hero_section.mft-search ul.nav li.show a{
	background: #041a56;
	color: #fff;
}

#hero_section.mft-search ul.nav li.show .dropdown-menu a{
	background: #1859a9;
	color: #fff;
}

#hero_section.mft-search ul.nav li.show .dropdown-menu a:hover {
    background: #ef6d57;
}

#hero_section.mft-search ul.nav li.dropdown a.dropdown-toggle:after{
	content: none;
}

#hero_section.mft-search ul.nav li.show .dropdown-menu{
	padding: 0;
}

.mft-search ul.nav li a:hover,.mft-search ul.nav li a:focus{
	border: none;
	color: #fff;
	background: #041a56;
}

#hero_section.tours-page{
	min-height: 100%;
	background: url(../img/slider/main-image.html) no-repeat;
	background-size: cover;
    background-position: top;
	background-attachment: fixed;
}

#hero_section {
    background: #1859A9;
    /* background: url(../img/slider/main-image.webp) no-repeat; */
    background-size: cover;
    background-position: top;
    height: auto;
    min-height: calc(1000px - 610px);
    border-top: #1859A9 32px solid;
    position: relative;
    background-attachment: fixed;
}

#hero_section.hotels{
	min-height: calc(1000px - 700px);
}
#hero_section.promo{
	min-height: 300px;
}
section.cancellation-section .cancellation-bo img{
	border-radius: 10px;
    box-shadow: 0px 0px 5px #363636;
}
section.cancellation-section {
    margin-top: -100px;
}
section#hero_section.transfers {
    background: url(../img/slider/transfers-bg.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: calc(1000px - 185px);
    border-top: #1859A9 32px solid;
    position: relative;
}

section#hero_section.mft-flight-booking-oneway {
    background: #1859A9 no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: calc(1000px - 900px);
    border-top: #1859A9 32px solid;
    position: relative;
}

section#hero_section.mft-flight-booking {
    background: url(../img/slider/fb-bg.html) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: calc(1000px - 500px);
    border-top: #1859A9 32px solid;
    position: relative;
}

#hero_section.mft-flight-booking:before {
    content: none;
}

#hero_section:before {
    content: "";
    display: block;
    background: url(../img/slider/img-poly.html) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

section#hero_section.mft-flight-booking-oneway::before {
    content: none;
}

/* Breadcrumbs Section */

#breadcrumbs_section.innerpage {
    background: url(../img/slider/banner-bg.html);
    min-height: 150px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    animation: 90s linear 0s normal none infinite running para;
}

@keyframes para {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%, 400px 0
    }
}

#breadcrumbs_section .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

#breadcrumbs_section .breadcrumb li a {
    color: #fff;
}

#breadcrumbs_section .breadcrumb li.active {
    color: #ef6d57;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: break-spaces;
    height: 25px;
    text-align: right;
}

#breadcrumbs_section .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
    border-radius: 0;
}

#breadcrumbs_section .plan-text {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #ef6d57;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#breadcrumbs_section .breadcrumb-item+.breadcrumb-item:before {
    color: #fff;
}

/* Contact Form */

#contact-form .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
    border-radius: 0;
}

#contact-form .form-control#message {
    background: none;
}

form#contact-form button.btn {
    text-align: center;
}

#contact-form #mftcalendar {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ced4da;
}

#booknow-form .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
    border-radius: 0;
}

#booknow-form #mftcalendar {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ced4da;
}

#rateourservice-form .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
    border-radius: 0;
}

#rateourservice-form #mftcalendar {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ced4da;
}

#autopick .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
    border-radius: 0;
}

#autopick [type="text"].form-control,
#autopick [type="email"].form-control,
#autopick textarea.form-control {
    background: none;
}

.btn.coupan_button {
    padding: 7px 10px;
    color: #fff;
}

#removeCoupon {
    background: #bd2130;
}

/* range-price */
.range-price .list-group {
    padding-bottom: 10px;
    box-shadow: none;
}

/* Left Section */
.left_search .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
    border-radius: 0;
}

/* Filter by Price */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement; */

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #ef6d57;
}

/* Styling; */

.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #ef6d57;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

/* Handles and cursors; */

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #ef6d57;
    border: 8px solid rgba(239, 109, 87, 0.42);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state; */

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Date Picker */
.tab-pane .table th {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #da2b20 !important;
    text-transform: uppercase;
}

.tab-pane .table td {
    font-size: 12px;
    font-weight: 300;
    color: #333;
}

.tab-pane .table td,
.tab-pane .table th {
    padding: 20px 5px
}

.tab-pane h3 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #da2b20;
    margin-top: 0px;
}

/* Search Form Style */

.mft-search [role="tablist"] {
	margin-top: 50px;
    margin-bottom: 20px;
}

.mft-search .tab-content {
    background: #fff;
    max-width: 800px;
    padding: 30px;
    position: relative;
	margin-bottom: 100px;
}
.mft-search.transfers .tab-content {
	margin-bottom: 0px;
}

.mft-search .tab-content .services-quotation {
    position: absolute;
    right: 5px;
    top: 22px;
    background: url(../img/quote.html);
    background-repeat: no-repeat;
    width: 200px;
    height: 60px;
    background-size: 100%;
    z-index: 1;
}
.mft-search .tab-content .services-quotation a {
    text-indent: 000000;
    display: block;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 16px;
    cursor: pointer;
}

.mft-search div[class*="section-"] .form-control {
    background-color: transparent;
    border: 1px solid #BEC4C8;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #07253F;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.mft-search div[class*="section-"] .hasDatepicker {
    width: 100%;
}

.mft-search div[class*="section-"] select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/icons/down-arrow-tours.html') no-repeat right 10px center;
}

.mft-search div[class*="section-"] .input-group-addon {
    border-radius: 0px;
    background: none;
    color: #bec4cb;
    display: table-cell;
}

.mft-search .choose-option {
    text-transform: uppercase;
    font-size: 13px;
}

.mft-search .choose-option input {
    line-height: normal;
    position: relative;
    top: 2px;
}

.number-spinner .input-group-btn .btn {
    border: 1px solid #BEC4C8;
    border-radius: 0;
    padding: 7px 10px;
    margin-right: -1px;
    margin-left: -1px;
    background: transparent;
}

.mft-search .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-left: 0;
}

.mft-search .input-group-addon,
.mft-search .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.mft-search .input-group:not(.input-group-alt) .form-control {
    top: 0;
}

.mft-search .input-group {
    display: table;
    border: none;
}

.mft-search .input-group .form-control,
.mft-search .input-group-addon,
.mft-search .input-group-btn {
    display: table-cell;
}

.mft-search .product-search-title {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #ef6d57;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #041a56;
}

.offer-section-grid .nav-pills .nav-link.active,
.offer-section-grid .nav-pills .show>.nav-link {
    background: transparent;
    color: #1859a9;
    font-size: 18px;
	font-weight: 600;
}

.nav-pills .nav-link {
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
    margin-right: 1px;
    color: #fff;
    border-radius: 0;
    padding: 10px 25px;
}

.section-transfer [role="tablist"] {
    margin-top: 0px;
}

.section-transfer .tab-content {
    padding: 0;
}

.section-transfer ul.nav li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    background: transparent;
    color: #363636;
    transition: all .4s linear;
    position: relative;
    letter-spacing: 1px;
}

.section-transfer ul.nav li a:after {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    border-radius: 3px;
    background-color: #ef6d57;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    transition: all .4s linear;
}

.section-transfer ul.nav li a.nav-link.active:after {
    content: "";
    color: #363636;
    width: 100%;
}

.section-transfer ul.nav li a.nav-link.active {
    background: #1859A9;
}

/* New Tour Search */
.mft-search.tours-page-update .tab-content {
	max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
    background: transparent;
}
#hero_section.tours-page-update:before {
	content: none;
}
.tours-page-update .offer-img img {
	border: 2px solid #fff;
}
.tours-page-update .section-tours-wrap-body {
    display: inline-block;
    background: #fff;
    padding: 22px;
    width: 100%;
}
.tours-page-update .section-tours {
	max-height: 300px;
}
.tours-page-update .product-search-img {
	max-width: 300px;
}
.tours-page-update .section-tours-mftnew {
	display: flex;
    justify-content: space-between;
}
.flight-trip-update .tilemft img {
	border-radius: 50px;
}
.aboutLeftimg {
    position: relative;
}
.aboutLeftimg .mft-flight-white-icon {
    position: absolute;
    background: #1859A9;
    padding: 10px;
    left: auto;
    top: -20px;
	right: -25px;
    border-radius: 5px;
	-webkit-animation: animation_top_bottom 2.5s linear 0s infinite;
    animation: animation_top_bottom 2.5s linear 0s infinite;
}
@-webkit-keyframes animation_top_bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animation_top_bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/* Why My Flight Trip? */
.readmore,
.readmore:hover {
    color: #fff;
}

.readmore:hover {
    color: #fff;
	background: #0056b3;
	display: inline-block;
}

.flight-trip {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../img/dotted-bg.html);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: right center;
}

/* accordionMFT */
.title_bg {
    width: 100%;
    padding: 10px 10px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    background: #ef6d57;
}

div#accordionmft {
    width: 100%;
}

#accordionmft button.btn {
    width: 100%;
    padding: 10px 10px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

#accordionmft button.btn[aria-expanded="true"],
#accordionmft button.btn[aria-expanded="false"] {
    position: relative;
    transition: content .2s ease-in-out;
}

#accordionmft button.btn[aria-expanded="true"]:after {
    content: "\2212";
    position: absolute;
    font-size: 14px;
    color: #fff;
    right: 8px;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: .0s transform ease-in-out;
    line-height: 10px;
}

#accordionmft button.btn[aria-expanded="false"]:after {
    content: "\002B";
    position: absolute;
    font-size: 14px;
    color: #fff;
    right: 8px;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: .3s transform ease-in-out;
    line-height: 10px;
}

#accordionmft .card {
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
    box-shadow: none;
}

#accordionmft .card-header {
    padding: 0;
}

#customizequote #get_quote{
	background: #f1f1f1;
    padding: 5px;
    border: 1px solid #fbd7d1;
}

.clear_box .title_bg {
    padding: 5px 10px;
    font-size: 10px;
    margin-bottom: 10px;
    width: auto;
    border-radius: 10px;
}

#accordionmft ul[class*="fa-"] {
    margin: 0;
    padding: 0px 0px 0px 22px;
}

#accordionmft ul[class*="fa-"] li i {
    color: #ef6d57;
}

.nftnavbar-nav {
    padding: 0;
    margin: 0;
}

.nftnavbar-nav li {
    list-style-type: none;
    margin-bottom: 5px;
    background: #1859A9;
}

.nftnavbar-nav li:hover {
    background: linear-gradient(-45deg, #1859A9, #ef6d57, #ef6d57, #1859A9);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.nftnavbar-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 20px 10px 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.nftnavbar-nav li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    font-weight: 600;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nftnavbar-nav li:first-child {
    margin-top: 5px;
}

.nftnavbar-nav li:last-child {
    margin-bottom: 0;
}

.clear_box #clearDuration {
    font-size: 12px;
}

.filter_price,
.clear_box {
    padding: 10px 20px;
}

#accordionmft .card-body ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
}

#accordionmft .card-body {
    padding: 20px 0 0 0;
}

#accordionmft .card-body ul li {
    position: relative;
}

.articlepost_info #accordionmft .card-body ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    color: #ef6d57;
    padding: 0;
    position: absolute;
    left: -15px;
    top: -6px;
    display: block;
}

#accordionmft .card-body ul.mft_rated li:before {
    content: none;
}

/* tour-type-section */
.tour-type-section.cruise {
    background: url(../img/cruise/moored-ship-2.html) no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}

.tour-type-section.cruise:before{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: rgb(0 56 116 / 28%);
}

.tour-type-section {
    background: url(../img/tourbg.html) no-repeat;
    background-size: cover;
    background-position: center;
}

.tour-type-section .heading-title-w p {
    color: #fff;
    line-height: 1.5;
}

.tour-type-section.cruise .heading-title-w p {
    color: #fff;
    text-shadow: 0px 2px 2px #000;
	font-weight: 600;
}

.tour-type-section.cruise .heading-title-w span {
    color: #fff;
    text-shadow: 0px 2px 2px #000;
}

.tour-type-section .box {
    background: #fff;
    padding: 50px 20px;
    border-radius: 20px;
}

.tour-type-section.cruise .box{
	background: rgb(0 0 0 / 68%);
	position: relative;
	overflow: hidden;
}

.tour-type-section.cruise .box:before {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    height: 31px;
    background: url(../img/cruise/mft-jik-jak.html);
    background-repeat: repeat-x;
    content: "";
    -webkit-animation: bgSlideReverse 20s linear infinite;
    animation: bgSlideReverse 20s linear infinite;
	bottom: 0;
}

@-webkit-keyframes bgSlideReverse {
	0% {
		background-position: 0 0
	}
	20% {
		background-position: 100px 0
	}
	40% {
		background-position: 200px 0
	}
	60% {
		background-position: 150px 0
	}
	80% {
		background-position: 100px 0
	}
	100% {
		background-position: 0 0
	}
}

@keyframes bgSlideReverse {
	0% {
		background-position: 0 0
	}
	20% {
		background-position: 100px 0
	}
	40% {
		background-position: 200px 0
	}
	60% {
		background-position: 150px 0
	}
	80% {
		background-position: 100px 0
	}
	100% {
		background-position: 0 0
	}
}

.tour-type-section.cruise .box .box_title{
	color: #fff;
}

.tour-type-section .box .box_title {
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #363636;
    margin-top: 25px;
}

.tour-type-section .box .box_title small{
	font-size: 12px;
	font-weight: 600;
}

.tour-type-section.tours-page-update {
	background: none;
    position: relative;
    overflow: hidden;
}
video.tourbg-vmft {
	position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: -1;
}

.tour-type-section.tours-page-update:before {
	position: absolute;
	background: rgb(0 0 0 / 49%);
	content: "";
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	height: 100%;
}
.iconboxTwo .iconboxTwo-content {
	display: flex;
    align-items: center;
	background: #fff;
    padding: 10px;
	border: 1px solid rgba(0,0,0,.05);
    margin: 10px 0 30px;
    box-shadow: 6px 5px 15px 0px rgba(0,0,0,.06);
    border-radius: 8px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.iconboxTwo .iconboxTwo-content-inner {
	padding-left: 10px;
}

.iconboxTwo .iconboxTwo-title {
	font-size: 18px;
	color: #333;
	margin: 0;
}
.iconboxTwo .iconboxTwo-desc {
	color: #333;
	line-height: normal;
	font-size: 14px;
}

.iconboxTwo .iconboxTwo-content:after {
    content: "";
    background: #ef6d57;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 100%;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 8px;
    opacity: 0
}

.iconboxTwo .iconboxTwo-content:hover:after, .iconboxTwo .iconboxTwo-content:focus:after {
    bottom: -1px;
    opacity: 1;
}
.iconboxTwo .iconboxTwo-content:hover .iconboxTwo-desc {
	color: #fff;
}
.iconboxTwo .iconboxTwo-content:hover .iconboxTwo-title {
	color: #fff;
}

.iconboxTwo .iconboxTwo-content:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

/* POPULAR TOUR PLACES */
.prise_info .prise {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;
}

.rated_and_person {
    position: relative;
}

.rated_and_person .person {
    color: #fff;
    font-size: 10px;
    background: #ef6d57;
    line-height: normal;
    padding: 1px 5px;
    position: absolute;
    top: -16px;
    left: 0px;
    transform: translate(13px, 0px);
}

.rated_and_person .mft_rated {
    position: absolute;
    top: -25px;
    right: 10px;
}

.articlepost,
.articlepost .post_img {
    overflow: hidden
}

.articlepost {
    position: relative;
    transition: all .5s ease 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.articlepost .post_img a {
    display: block
}

.articlepost .post_img img {
    width: 100%;
    height: auto;
    transition: all .5s ease 0s
}

.tour_info,
.prise_info {
    padding: 0 20px;
}

.articlepost:hover .post_img img {
    transform: scale(1.1)
}

.articlepost:hover .tour-des {
    opacity: 1;
    bottom: 60%;
}

.articlepost .tour-des {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50%;
    left: 50%;
    z-index: 1;
    transition: all .5s ease 0s;
}

.articlepost .tour_info {
    position: relative;
    padding-bottom: 50px;
}

.articlepost .prise_info {
    position: absolute;
    padding-bottom: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.articlepost .prise_info .duration i {
    color: #ef6d57;
}

.articlepost .prise_info .duration {
    color: #1859A9;
    font-size: 15px;
}

/* article_box */

.article_box .heading-title .mft_rated {
    padding-bottom: 15px;
    text-align: right;
}

/* right_box */

.right_box .filter_data {
    width: 100%;
}

.right_box .tour_info .title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #363636;
    margin-bottom: 10px;
}

.right_box .tour_info p {
    line-height: 25px;
}

.right_box .prise_info {
    padding: 10px 10px;
}

.right_box .tour_info {
    padding: 10px 10px 50px 10px;
}

.right_box .articlepost .prise_info .duration {
    font-size: 13px;
}

.right_box .articlepost .prise_info .duration.cruises {
    font-size: 12px;
}

/* mft_rated */
.mft_rated {
    margin: 0;
    padding: 0;
}

.mft_rated li {
    display: inline-block;
}

.mft_rated li a {
    color: #fff92e;
    font-size: 12px;
    text-shadow: 0px 1px 1px #363636;
}

.popular_tour .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #363636;
    margin: 0px;
}

/* company-logo-area */
.company-logo-area .brandlogo_box img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.company-logo-area .brandlogo_box img:hover {
    -webkit-filter: grayscale(0);
    filter: none;
}

/* txtHint */
#txtHint,
#txtHint1 {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #ef6d57;
}

/* Agents Workflow */
.agents-workflow {
    background: url(../img/slider/slider-1.html) no-repeat;
    background-size: cover;
    background-position: center;
}

.agents-workflow .box1 {
    text-align: center;
}

.agents-workflow .box1 h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-top: 10px;
}

.agents_workflow_two .heading-title span {
    font-size: 37px;
    color: #363636;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* pagination */
ul.pagination li a {
    color: #fff;
    background: #ef6d57;
    border: none;
    margin-left: 2px !important;
    height: 40px;
    width: 40px;
    line-height: normal;
    text-align: center;
}

ul.pagination li a:hover {
    background: #1859A9;
    color: #fff;
}

/* Footer Section */
.footer_section {
    background: url(../img/slider/footer-bg.html) no-repeat;
    background-size: cover;
    background-position: center;
    color: #c5c5c5;
    position: relative;
    z-index: 1;
}

.tourcode_bottomimg {
    display: inline-flex;
}

.mft-contact-info a {
    color: #ef6d57;
}

.mft-contact-info a:hover {
    text-decoration: underline;
	color: #fff;
}

.mft-contact-info i {
    font-size: 20px;
}

.footer_section:after {
    content: "";
    background: url(../img/footer-rbg.html) no-repeat;
    display: block;
    position: absolute;
    width: 300px;
    height: 84%;
    right: 0;
    bottom: 0px;
    z-index: -1;
    opacity: 1;
}

.footer_section p {
    color: #fff;
}

.footer_section.transfers:after {
    content: "";
    background: url(../img/footertransfers-rbg.html) no-repeat;
    display: block;
    position: absolute;
    width: 475px;
    height: 160px;
    right: 0;
    bottom: 0px;
    z-index: -1;
    opacity: 1;
}

.footer_section .ftitle {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


.mft_mail,
.footer_section #emailHelp {
    color: #fff;
}

.mft_mail:hover {
    color: #ef6d57;
}

.footer_section .flist {
    padding: 0;
}

.footer_section .flist li {
    list-style-type: none;
	line-height: 20px;
}

.footer_section .flist li a {
    color: #c5c5c5;
    display: inline-block;
}

.footer_section .flist li a:hover {
    color: #ef6d57;
}

.footer_section .flist li a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #ef6d57;
    transition: width .3s;
}

.footer_section .flist li a:hover:after {
    width: 100%;
}

.footer_section input {
    border-radius: 0;
    border: none;
}

.footer_section input:focus {
    box-shadow: none;
}

.footer_section .pnumber {
    color: #ef6d57;
}

/* Copyright */
.copyright {
    background: #000;
}

.copyright .copyrightsocialmedia a {
    color: #bdbdbd;
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.copyright .ctext {
    color: #bdbdbd;
    font-size: 14px;
}

.copyright .fa-heart {
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s infinite;
}

/* Article Detail Page */
.mftcarousel_slider .carousel.slide {
    position: relative;
}

.mftcarousel_slider .carousel.slide {
    float: left;
    width: 50%;
    margin-right: 20px;
}

.articlepost_info .tour-des {
    width: 100%;
    background: #1859A9;
    color: #fff;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
}

.articlepost_info .mft-code {
    position: absolute;
    width: auto;
    top: 27px;
    background: #1859A9;
    height: auto;
    right: -10px;
    line-height: normal;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    padding: 7px;
    font-size: 12px;
}

.mftcarousel_slider .carousel-control-next,
.mftcarousel_slider .carousel-control-prev {
    transform: translate(-50%, -50%);
    margin: 0;
    top: 50%;
    height: 50px;
}

.mftcarousel_slider .carousel-control-prev {
    left: 27px;
}

.mftcarousel_slider .carousel-control-next {
    right: -27px;
}

/* BOOK THIS TOUR */
.book_box span {
    text-align: left;
    width: 100%;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #363636;
}

.pricing-details-heading .pricing_value {
    font-size: 30px;
    font-weight: bold;
}

.book_box {
    background: #f1f1f1;
    padding: 20px;
	border: 1px solid #fbd7d1;
}

.pricing-details-heading {
    display: flex;
    color: #ef6d57;
}

.pricing-details-heading .pricing_title {
    margin-right: 10px;
}

.view-pricing-guide .btn-info {
    background: transparent;
    border: 0;
    color: #1859A9;
    padding: 0;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: transparent;
    color: #1859A9;
}

/* REVIEWS */
#reviews .media {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

#reviews .rate-our-service {
    border: 1px solid #ccc;
    padding: 20px;
}

#reviews .rate-our-service textarea {
    background: none;
}

span.avatardate {
    float: left;
    margin-right: 10px;
}

.avatarname {
    color: #000;
    font-weight: 600;
}

/* Cart Checkout */
.cart-media img {
    border-radius: 5px;
}

.cart-item {
    border: 1px solid #1859A9;
    margin: 0px;
    width: 100%;
}

.cart-item .cart-heading {
    display: inline-block;
    width: 100%;
    padding: 5px 22px;
    background: #1859A9;
    color: #fff;
    font-size: 18px;
}

.cart-totalprise {
    min-width: 130px;
}

.cart-data {
    width: 80%;
}

.cart-totalprise a.btn.btn-primary {
    padding: 5px 13px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.cart-data a {
    color: #ef6d57;
}

.cart-data a:hover {
    color: #1859A9;
}

/* Traveler Details */
.travelerd-item {
    border: 1px solid #1859A9;
    margin: 0px;
    width: 100%;
    position: relative;
}

.travelerd-item .travelerd-heading {
    display: inline-block;
    width: 100%;
    padding: 5px 22px;
    background: #1859A9;
    color: #fff;
    font-size: 18px;
}

.makepayment .makepayment_info {
    text-align: center;
}

.makepayment .makepayment_info p {
    padding: 0;
    margin: 0;
    color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.makepayment .makepayment_info .total {
    font-size: 25px;
}

.makepayment-divider {
    position: relative;
}

.makepayment-divider span {
    color: #000;
    background: #fff;
    padding: 10px;
    z-index: 1;
}

.makepayment-divider:after {
    content: "";
    display: block;
    background: #807d7d;
    position: absolute;
    left: 50%;
    right: 0;
    margin: 0 auto;
    width: 50%;
    height: 1px;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* Call us on */
.callus {
    background: url(../img/callus-bg.html) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}

.callus .heading-title h3 {
    color: #fff;
    line-height: normal;
    font-family: 'Raleway', sans-serif;
    text-shadow: 1px 2px 1px #363636;
    font-size: 35px;
    font-weight: 600;
}

.callus .callus-center {
    display: inline-block;
    font-size: 25px;
    font-weight: 100;
    text-transform: uppercase;
}

.callus .callus-center span {
    position: relative;
    z-index: 1;
    padding: 0 30px;
}

.callus .callus-center span:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    right: auto;
    margin: 0 auto;
    width: 50%;
    height: 1px;
    top: 50%;
    z-index: -1;
    transform: translate(-100%, -50%);
}

.callus .callus-center span:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    left: auto;
    right: -50%;
    margin: 0 auto;
    width: 50%;
    height: 1px;
    top: 50%;
    z-index: -1;
    transform: translate(0%, -50%);
}

.callus .phonenumber {
    display: block;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

/* Transfer Services */
.transfer-services {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../img/dotted-bg.html);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: right center;
}

.transfer-services .hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #1859A9;
}

.transfer-services .box1 {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border-radius: 20px;
}

.transfer-services .box1:hover .hovicon.effect-1.sub-a {
    background: #ef6d57;
    color: #fff;
}

.transfer-services .box1 .icon-heading-mft h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.transfer-services .box1 .icon-heading-mft p {
    font-weight: 400;
    color: #000;
    font-family: 'Raleway', sans-serif;
}

.transfer-services .box1:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.transfer-services .box1:hover:before,
.transfer-services .box1:focus:before,
.transfer-services .box1:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.transfer-services .hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #ef6d57;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}

.transfer-services .box1:hover .hovicon.effect-1.sub-a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.transfer-services .hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.transfer-services .hovicon.effect-1 {
    background: rgb(230, 228, 228);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.transfer-services .icons {
    margin: 0 auto;
    text-align: center;
}

.transfer-services .box1 {
    text-align: center;
    border: 1px solid #d8d8d8;
    padding: 20px;
}

/* KNOW THE DRILL */
.transfer-how-it-work {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../img/GO-IMG.html);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: right center;
}

.transfer-how-it-work .bordermft {
    position: relative;
    z-index: 1;
}

.transfer-how-it-work .bordermft:after {
    background: #1859A9;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    top: 80px;
    z-index: -1;
}

/* OUR WIDE ARRAY OF TRANSFER OPTIONS */
.transfer-options-section {
    background: url(../img/slider/slider-2.html) no-repeat;
    background-size: cover;
    background-position: center;
}

.transfer-options-section .heading-title-w p {
    color: #fff;
    line-height: 1.5;
}

.transfer-options-section .box {
    background: #fff;
    padding: 50px 20px;
    border-radius: 20px;
}

.transfer-options-section .box .box_title {
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;
    margin-top: 25px;
}

.transfer-options-section .box .box_value {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #363636;
}

/* All India Transfers */
.all-india-transfers h3 {
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;
    margin-top: 25px;
}

.all-india-transfers .list {
    padding: 0;
    margin: 0 20px;
}

.all-india-transfers .list li a {
    font-size: 14px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #363636;
    margin-top: 25px;
}

.all-india-transfers .list li a:hover {
    color: #ef6d57
}

.all-india-transfers a.bigbutton {
    color: #fff;
}

.all-india-transfers a.btn {
    transition: all 0.5s;
}

.all-india-transfers a.bigbutton span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.all-india-transfers a.bigbutton span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.all-india-transfers a.bigbutton:hover span {
    padding-right: 25px;
}

.all-india-transfers a.bigbutton:hover span:after {
    opacity: 1;
    right: 0;
}

/* Transfer Booking */
.transfer-booking-mft .flight-icons {
    background: url(../img/icons/flight-icon.html) no-repeat left center, #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
}

.transfer-booking-mft .location-icons {
    background: url(../img/icons/location-form-icon.html) no-repeat left center, #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
}

.transfer-booking-mft .calender-icons {
    background: url(../img/icons/calendar-icon.html) no-repeat left center;
}

.transfer-booking-mft .clock-icons {
    background: url(../img/icons/clock.html) no-repeat left center;
}

.transfer-booking-mft .passanger-icons {
    background: url(../img/icons/user-icon.html) no-repeat left center, #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
}

.transfer-booking-mft .passanger {
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
}

.transfer-booking-mft .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding-left: 28px;
    font-weight: 600;
    font-size: 15px;
    color: #363636;
    background-color: transparent;
    box-shadow: none;
}
 
.transfer-booking-mft #mftcalendar {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ced4da;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding-left: 28px;
    font-weight: 600;
    font-size: 15px;
    color: #363636;
}

.transfer-booking-mft .switchboxmft #mftcalendar {
    padding-left: 10px;
}

/* .transfer-booking-mft .switchboxmft .form-control {
    padding-left: 10px;
} */

.transfer-booking-mft {
    margin-bottom: 40px;
    box-shadow: 0 3px 10px #ccc;
    background-color: #eaf7ed;
}

/* switchbox */
.switchboxmft .switchbox {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switchboxmft .switchbox.round {
    border-radius: 34px;
}

.switchboxmft .switchbox:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switchboxmft .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switchboxmft .form-group.hide {
    display: none;
}

.switchboxmft input:checked+.switchbox:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switchboxmft input[value="1"].check+.switchbox:before {
    -webkit-transform: translateX(26px) !important;
    -ms-transform: translateX(26px) !important;
    transform: translateX(26px) !important;
}

.switchboxmft .switchbox.round:before {
    border-radius: 50%;
}

.switchboxmft .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switchboxmft .pos-relative {
    position: relative;
}

.switchboxmft .bg-transfer-search {
    display: flex;
}

.switchboxmft input {
    overflow: hidden;
}

/* CHOOSE YOUR VEHICLE - OR - CLICK TO SEARCH AGAIN */
.transfer-choose-your-vehicle-heading {
    display: flex;
    background: #EAF7ED;
    border: 1px solid #4AB150;
    border-left: 5px solid #4AB150;
    border-radius: 5px;
    padding: 10px 30px;
}

.transfer-choose-your-vehicle-heading h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.transfer-choose-your-vehicle-heading a {
    color: #ef6d57;
    margin-left: 5px;
}

.transfer-choose-your-vehicle-heading a:hover {
    text-decoration: underline;
}

.transfer-choose-your-vehicle-heading span {
    background: #4AB150;
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    padding: 8px;
}

.transfer-choose-your-vehicle {
    border: 1px solid #dadbdc;
    border-left: 5px solid #ef6d57;
    border-radius: 5px;
    padding: 30px 10px;
    margin: 20px 0px;
    overflow: hidden;
}

.transfer-choose-your-vehicle h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

.choose_car {
    color: #363636;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.transfer-passengers-list ul {
    margin: 0;
}

.transfer-passengers-list ul li {
    display: inline-block;
    margin: 0 20px;
    font-size: 13px;
}

.transfer-passengers-list ul li {
    color: #363636;
}

.transfer-passengers-list ul li i {
    color: #ef6d57;
}

.total-price-detail-flip {
    margin: 30px 0px 0px;
}

.total-price-detail-flip a {
    color: #1859A9;
    text-transform: uppercase;
    font-weight: 600;
}

.flip .fa-li i {
    color: #ef6d57;
}

.flip ul.fa-ul {
    margin-left: 1.5em;
}

.mft-media_active-bolder {
    position: relative;
}

.mft-media_active-bolder:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px dotted #dadbdc;
    left: 0;
    top: -30px;
    height: 100vh;
}

.mft-media_active h2 {
    color: #ef6d57;
}

.mft-media_active .media_active_link {
    margin: 20px 0;
}

.mft-media_active .media_active_link a {
    color: #363636;
}

/* About us */
.aboutus_mft {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(../img/slider/about-bgsection.html);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: left center;
}

.aboutus_mft .info {
    border: 1px solid #e2e0e0;
    padding: 18px;
    text-align: center;
    transition: all 1s;
    height: 100%;
}

.aboutus_mft .info:hover {
    border: 1px solid #ef6d57;
    padding: 18px;
    text-align: center;
    border-radius: 20px;
}

/* Contact */
#contactpage_mftform .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    color: #363636;
    box-shadow: none;
}

#contactpage_mftform .form-control::placeholder {
    color: #363636;
}

#contactpage_mftform #country {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
    border-radius: 0;
}

#contactpage_mftform #calendar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
    border-radius: 0;
}

#contactpage_mftform #country {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
    border-radius: 0;
}

#contactpage_mftform .form-control:focus {
    border-color: none;
    box-shadow: none;
}

.contact_mft {
    background: #fff;
}

.contact_mft .contactinfo {
    border: 1px dotted #1859A9;
    padding: 18px;
    text-align: center;
    transition: all 1s;
    height: 100%;
}

.contact_mft ul li {
    list-style: none;
    text-align: center;
    color: #363636;
}

.contact_mft ul li a,
.contact_mft ul li abbr {
    color: #ef6d57;
}

.contact_mft h4 {
    color: #363636;
    margin: 20px 0;
}

/* companylogo_box */
.companylogo_box ul {
    padding: 0;
}

.companylogo_box ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

/* Back Top Button */
#backtopButton {
    display: inline-block;
    background-color: #1859A9;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 90px;
    right: 36px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: rotate(-90deg);
}

#backtopButton:after {
    content: "\f072";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

#backtopButton:hover {
    cursor: pointer;
    background-color: #ef6d57;
}

#backtopButton:active {
    background-color: #ef6d57;
}

#backtopButton.show {
    opacity: 1;
    visibility: visible;
}

/* mftmore */
.morecontent span {
    display: none;
}

.mftmore {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.morelink {
    display: block;
    color: #ef6d57;
}


/* Our Team */
.mft-our-team {
    border: 1px solid #e0e1e2;
    background: #f1f1f1;
    border-radius: 5px;
    margin-top: 72px;
}

.mft-our-team .pic {
    width: 130px;
    height: 130px;
    border: 3px solid #fff;
    border-radius: 60px 0;
    margin: -72px auto 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
}

.mft-our-team:hover .pic {
    border-radius: 50%;
    border-color: #ef6d57;
}

.mft-our-team .pic img {
    width: 150px;
    height: auto;
}

.mft-our-team .team-content {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mft-our-team .title {
    font-size: 20px;
    color: #363636;
    margin: 20px 0 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-align: left;
}

.mft-our-team .title:before {
    content: "";
    background: #ef6d57;
    width: 50px;
    height: 2px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 30px;
}

.mft-our-team .post {
    font-size: 16px;
    color: #363636;
    display: block;
    margin-bottom: 15px;
    text-align: left;
    padding-top: 15px;
    font-weight: 400;
}

.mft-our-team .description {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #363636;
    padding: 0 35px;
    line-height: 30px;
}

/* FAQ */
.faq_mft .ans {
    font-weight: 600;
    color: #363636;
}

.faq_mft .card-body {
    padding: 10px 0;
}

.faq_mft {
    counter-reset: my-sec-counter;
}

.faq_mft #accordionmft button.btn {
    padding: 5px 15px;
}

.faq_mft .card-header .btn:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    border-left: 2px solid #fff;
    display: inline-block;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
}

/* Affiliates */
.affiliates ul.fa-ul {
    padding: 0;
    margin: 0 0 0 20px;
}

/* planyourtrip */
#planyourtrip_mft {
    position: relative;
    background-image: url(../img/GO-IMG2.html);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: right center;
    background-color: #1859A9;
    min-height: 630px;
    border-top: #1859A9 32px solid;
    padding-top: 80px;
}

body.planyourtrip_remove_button .quote-btn {
    display: none !important;
}

#planyourtrip_slider img {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

#planyourtrip_mft .planyourtrip_search {
    margin-top: 12px;
    margin-bottom: 20px;
}

#planyourtrip_mft .planyourtrip_search span.plan-text {
    display: none;
}

#planyourtrip_mft .planyourtrip_search .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
    border-radius: 0;
}

#planyourtrip_mft .get_a_free_quote .planyourtrip_title h4,
#planyourtrip_mft .get_a_free_quote .planyourtrip_title p {
    color: #fff;
}

#planyourtrip_mft .get_a_free_quote .form-control {
    border-radius: 0;
    border: none;
}

#planyourtrip_mft #country,
#planyourtrip_mft #phoneNumber,
#planyourtrip_mft select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
}

/* pay online */
.payonline {
    position: relative;
    background-image: url(../index.html);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    background-color: #fff;
    padding-top: 50px;
}

.payonline .paytitle,
.sendotp .otptitle {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.payonline .payonline_form_title {
    background: #1859A9;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
}

.payonline .payonline_wrap {
    padding: 0px 10px 10px;
    border: 1px solid #1859A9;
    border-top: 0;
}

.payonline .payonline_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/icons/down-arrow-tours.html) no-repeat right 10px center;
}

.payonline .payonline_wrap .form-control,
.sendotp .form-control {
    border-radius: 0;
    border: 1px solid #e4e3e3;
    height: 44px;
}

.sendotp .sendotp_form {
    max-width: 500px;
    margin: 0 auto;
}

.sendotp {
    position: relative;
    background-image: url(../img/otp.html);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    background-color: #fff;
}

/* destination */

.destinations_mft .book_box {
    background: #363636;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid #ef6e58;
}

.destinations_mft .book_box_form {
    background: #f1f1f1;
    padding: 20px;
}

.destinations_mft .customize-title span {
    text-align: left;
    background: #1859a9;
    width: 100%;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 3px solid #ef6e58;
    padding: 10px;
}

.destinations_mft .book_box span,
.suggestion a {
    color: #fff;
}

.suggestion a {
    font-size: 20px;
}

.destinations-services {
    background: url(../index.html);
    background-size: cover;
    background-position: center;
}

.destinations_overview ul li {
    position: relative;
    list-style-type: none;
    background: #1859A9;
    padding: 5px 0px 5px 35px;
    margin-bottom: 5px;
}

.destinations_overview ul li a{
	color: #fff;
}

.destinations_overview ul li a:hover,
.destinations_overview ul li a:hover::before {
    color: #ef6d57;
}

.destinations_overview ul {
    padding: 0;
    max-height: 250px;
    overflow: auto;
    background: #f1f1f1;
}

.destinations_overview ul li {
    position: relative;
    list-style-type: none;
}

.destinations_overview ul li a::before {
    content: "\f101";
    position: absolute;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #fff;
    left: 18px;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: .3s transform ease-in-out;
    line-height: 10px;
}

.destinations_popular .popular-wrap h4 {
    font-size: 18px;
}

.destinations_popular .slick-slide {
    background: #fff;
    margin: 10px 15px;
    border: 1px solid #d3d3d3;
    height: 100%;
}

.destinations_popular .slick-dots {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.destinations_popular .slick-dots li {
   /*  width: 25px; */
    height: 7px;
}

.destinations_popular .slick-dots li.slick-active button:before {
    opacity: 1;
}

.destinations_popular .slick-dots li button {
    /* width: 7px; */
    height: 7px;
    /* padding: 0;
    margin: 0 auto; */
}

.destinations_popular .slick-dots li button:before {
    content: "";
    transition: all .3s ease 0s;
    /* width: 7px; */
    height: 7px;
    background: #ccc;
	border-radius: 5px;
    opacity: 1;
}

.destinations_popular .slick-dots li.slick-active button:before {
    width: 25px;
    height: 7px;
    border-radius: 4px;
    background: #ef6d57;
}

.destinations .articlepost .tour_info {
    background: #fff;
}

.faq_section .book_box a {
    font-size: 18px;
    color: #363636;
    font-weight: 600;
    text-align: center;
    display: inherit;
}

.destination-title h4 {
    margin-top: 5px;
    margin-bottom: 0;
}

.destination-title h4 span {
    font-weight: 100;
}

.top_destination .destination, .destinations_list .destination {
    color: #363636;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
	margin-bottom: 5px;
    background: #f1f1f1;
}

.top_destination .destination span,.destinations_list .destination span{
	transition: all 0.3s;
}

.top_destination .destination::before,.destinations_list .destination::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(255,255,255,0.5);
    border-bottom-color: rgba(255,255,255,0.5);
    transform: scale(0.1, 1);
}

.top_destination .destination span,.destinations_list .destinationc span{
	letter-spacing: 2px;
}

.top_destination .destination:hover::before,.destinations_list .destination:hover::before{
	opacity: 1; 
    transform: scale(1, 1); 
}

.top_destination .destination::after ,.destinations_list .destination::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-color: rgba(16, 16, 16, 0.1);
}

.top_destination .destination:hover::after,.destinations_list .destination:hover::after{
	opacity: 0; 
    transform: scale(0.1, 1);
}

/* view-all-packages */

.view-all-packages .packages-wrap{
	background: url(../img/new-home/view-all-packages.html);
    background-size: cover;
    background-position: center;
	min-height: calc(300px - 0px);
    padding: 110px 25px;
	position: relative;
    overflow: hidden;
	margin: 0;
}

.view-all-packages .packages-wrap:before {
    content: "";
    background: rgb(24 89 169 / 42%);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.view-all-packages-right {
    text-align: right;
}

.view-all-packages .view-all-packages-title {
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
.view-all-packages .mft-view-btn{
	background: #fff;
	color: #0056b3;
}

/* cruise */
#hero_section.cruise {
    background: url(../img/cruise/moored-ship-2.html);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
	/* animation: breath 20s linear infinite; */
	position: relative;
    overflow: hidden;
}

video#mftVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    width: 100%;
    overflow: visible;
    transform: translate(-50%, -50%);
}

#hero_section.cruise:before {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    height: 31px;
    background: url(../img/cruise/mft-jik-jak-old.html);
    background-repeat: repeat-x;
    content: "";
    -webkit-animation: bgSlideReverse 20s linear infinite;
    animation: bgSlideReverse 20s linear infinite;
	bottom: 0;
	z-index: 1;
}

/* @keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 140% auto; }
  100% { background-size: 100% auto; }
} */

.mft-search.cruise .tab-content{
	background: transparent;
    max-width: 100%;
	margin-bottom: 0px;
	padding: 0;
}

#hero_section.cruise .srcformft-bus{
	max-width: 800px;
}

/* bus */
#hero_section.buspage.bus-ppc{
	background: url(../img/buspage/mft-bus-1.html);
	background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 450px;
    background-color: #1859a9;
}

#hero_section.buspage {
    background: url(../img/buspage/mft-bus.html);
    background-position: 0px 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 450px;
    background-color: #1859a9;
}
#hero_section.buspage:before{
	content: none;
}
.mft-search.buspage .tab-content{
	background: transparent;
    max-width: 100%;
	margin-bottom: 100px;
	padding: 0;
}
.srcformft-bus {
	background: #fff;
	margin: 15px 0;
	border-radius: 0px;
	width: 100%;
	display: inline-flex;
}

.srcformft-bus button.custom-btn-search{
	width: 100%;
	background: #ef6d57;
	border: none;
	font-size: 30px;
	color: #fff;
}

.srcformft-bus button.custom-btn-search:hover,.srcformft-bus button.custom-btn-search:focus{
	border: none;
	box-shadow: none;
	outline: none;
}

.srcformft-bus #adult_div .form-select {
	background: transparent;
	border: none;
	border-radius: 0;
	color: #fff;
}

.srcformft-bus #adult_div .form-select:focus {
	box-shadow: none;
}

.srcformft-bus #adult_div .form-select option {
	color: #212529;
}

.srcformft-bus #adult_div label {
	color: #fff;
}

.srcformft-bus #datepickerbox .form-control {
	position: relative;
}

.srcformft-bus #datepickerbox .form-control:focus {
	box-shadow: none;
}

.srcformft-bus #datepickerbox label {
	color: #fff;
	padding-left: 0;
}

.srcformft-bus .lbl {
	margin-bottom: 0;
	border-right: 1px solid #ef6d57;
	min-height: 55px;
	position: relative;
	display: flex;
}
.srcformft-bus .form-floating{
	width: 100%;
}

.srcformft-bus .lbl strong,
.srcformft-bus .lbl input,
.srcformft-bus .lbl span {
	display: block;
	border: none;
	outline: none;
	background: transparent;
	font-size: 14px;
	color: #fff;
}

.srcformft-bus .lbl strong {
	color: #8a8a8a;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 500;
	padding-top: 13px;
}

.srcformft-bus .lbl b {
	color: #8a8a8a;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 500;
	padding-top: 0px;
	padding-left: 8px;
	position: absolute;
    bottom: 5px;
}

.srcformft-bus .lbl span,
.srcformft-bus .lbl big {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	height: 100%;
	width: 100%;
}

.srcformft-bus .lbl.bb-btn {
	border-right: none;
	position: relative;
}

.srcformft-bus .lbl.bb-btn i {
	color: #fff;
	font-size: 35px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	margin: 0 auto;
	width: auto;
	text-align: center;
}

.srcformft-bus .lbl label:last-child {
	border-right: none;
}

.srcformft-bus .lbl input {
	width: 100%;
    height: 100%;
    color: #000;
    padding: 0 10px;
    font-weight: 600;
}

.srcformft-bus .lbl input:placeholder {
	color: #fff;
}

.srcformft-bus .lbl input.bus-btn {
	background: #ef6d57;
}

.srcformft-bus .lbl.swap {
	position: relative;
}

.srcformft-bus .lbl.swap img {
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translate(0%, -50%);
	z-index: 1;
}

.cancelBdropdown {
	position: relative;
}
.cancelBdropdown .dropdown-menu.show {
    top: 25px !important;
}
div.cancelBdropdown a {
    color: #212529;
}
div.cancelBdropdown .dropdown-menu a:active {
	background: transparent;
	color: #212529;
}
.cancelBdropdown .btn:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 10px;
    vertical-align: middle;
    border: none;
    transform: rotate(90deg);
}

/* --- C Flight --- */
.cancelFdropdown a.btn {
    border: none;
    cursor: pointer;
	background: transparent;
	padding: 0px;
}
.cancelFdropdown {
    position: relative;
    display: inline-block;
}
.cancelFdropdown:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 10px;
    vertical-align: middle;
    border: none;
	color: #fff;
}
.cancelFdropdown .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left: auto;
    right: 0;
	margin: 0;
	opacity: 0;
	transform: scale(0);
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}
.cancelFdropdown .dropdown-menu a:first-child {
	padding-top: 5px;
}
.cancelFdropdown .dropdown-menu a:last-child,.cancelFdropdown .dropdown-menu a:hover:last-child {
	padding-bottom: 5px;
	border: none;
}
.cancelFdropdown .dropdown-menu a {
    color: #333;
    padding: 10px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 14px;
}

.cancelFdropdown .dropdown-menu a:hover {
	color: #1859A9;
	border-bottom: 1px solid #1859A9;
}

.cancelFdropdown:hover .dropdown-menu {
    display: block;
	opacity: 1;
	transform: scale(1);
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.cancelFdropdown .btn-primary:not(:disabled):not(.disabled).active,.cancelFdropdown .btn-primary:not(:disabled):not(.disabled):active,.cancelFdropdown .show>.btn-primary.dropdown-toggle {
	color: #333;
    background: transparent;
    box-shadow: none;
}

/* --- why book --- */
.why-book .book-box {
	text-align: center;
	background: #f2f2f2;
	padding: 20px;
	border: 1px solid #989898;
	height: 100%;
}

.why-book .book-box .book-title {
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0;
	line-height: normal;
}

.why-book p {
	font-size: 14px;
	line-height: 25px;
}
/* --- end why book --- */

/* --- Flight Destination --- */
.flight-destination {
	background: #363636;
	color: #fff;
	padding: 100px 0px;
	position: relative;
}

.flight-destination .flight-destination-icon {
	position: absolute;
	width: 250px;
	right: 0;
	top: 50px;
}

.flight-destination .flight-destination-content .form-check {
	padding: 0
}

.flight-destination .flight-destination-content .form-check img {
	margin-right: 10px;
}

.flight-destination .flight-destination-content .form-check span {
	font-size: 25px;
	font-weight: 600;
	margin-right: 10px;
}

.flight-destination .flight-destination-content .form-check .form-check-input {
	float: none;
	margin: 0;
}

.flight-destination .flight-destination-content .view-more-offers {
	max-width: 200px;
}

.fdcs-mft .fd-right-section .share-this-offer {
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-shadow: 0 0 0 1px rgba(20, 20, 31, .05), 0 1px 3px 0 rgba(20, 20, 31, .15);
}

.fdcs-mft .fd-right-section .share-this-offer ul {
	margin: 0;
	padding: 0;
}

.fdcs-mft .fd-right-section .share-this-offer ul li {
	display: inline-block;
	text-decoration: none;
}

.fdcs-mft .fd-right-section .share-this-offer ul li a {
	text-decoration: none;
	background: #212529;
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 100px;
}

.fdcs-mft .fd-right-section .more-Offers {
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-shadow: 0 0 0 1px rgba(20, 20, 31, .05), 0 1px 3px 0 rgba(20, 20, 31, .15);
}

.fdcs-mft .fd-right-section .coupon-code {
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-shadow: 0 0 0 1px rgba(20, 20, 31, .05), 0 1px 3px 0 rgba(20, 20, 31, .15);
}

.fdcs-mft .fd-right-section .fd-title h4,
.fdcs-mft .fd-right-section .fd-title .h4 {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #363636;
	font-size: 18px;
}

.fdcs-mft .fd-right-section .copy-to-clipboard {
	position: relative;
}

.fdcs-mft .fd-right-section .copy-to-clipboard input {
	border: 1px dotted #1859a9;
	padding: 10px;
	width: 100%;
	color: #8a8a8a;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
}

.fdcs-mft .fd-right-section .copy-to-clipboard input:focus,
.fdcs-mft .fd-right-section .copy-to-clipboard input:focus-visible {
	border: 1px dotted #1859a9;
	box-shadow: 0 0 2px #1859a9;
	outline: none;
}

.fdcs-mft .fd-right-section .copy-to-clipboard span {
	position: absolute;
	top: -14px;
	right: 4px;
	color: #1859a9;
}

.fdcs-mft .fd-right-section .flight-list-name {
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-shadow: 0 0 0 1px rgba(20, 20, 31, .05), 0 1px 3px 0 rgba(20, 20, 31, .15);
}

.fdcs-mft .fd-right-section .flight-list-name ul li:hover,
.fdcs-mft .fd-right-section .flight-list-name ul li:active {
	border-color: #1859a9;
}

.fdcs-mft .fd-right-section .flight-list-name ul li:hover a,
.fdcs-mft .fd-right-section .flight-list-name ul li:active a {
	color: #1859a9;
}

.fdcs-mft .fd-right-section .flight-list-name ul li a {
	text-decoration: none;
	color: #212529;
}

.fdcs-mft .fd-right-section .flight-list-name ul li a:hover,
.fdcs-mft .fd-right-section .flight-list-name ul li a:active {
	color: #1859a9;
}

.fdcs-mft .fd-left-section .coupon-code {
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
	box-shadow: 0 0 0 1px rgba(20, 20, 31, .05), 0 1px 3px 0 rgba(20, 20, 31, .15);
}

.fdcs-mft .fd-left-section .copy-to-clipboard {
	position: relative;
}

.fdcs-mft .fd-left-section .copy-to-clipboard input {
	border: 1px dotted #1859a9;
	padding: 10px;
	width: 100%;
	color: #8a8a8a;
	font-size: 20px;
	text-align: center;
	font-weight: 100;
}

.fdcs-mft .fd-left-section .copy-to-clipboard input:focus,
.fdcs-mft .fd-left-section .copy-to-clipboard input:focus-visible {
	border: 1px dotted #1859a9;
	box-shadow: 0 0 2px #1859a9;
	outline: none;
}

.fdcs-mft .fd-left-section .copy-to-clipboard span {
	position: absolute;
	top: -14px;
	right: 4px;
	color: #1859a9;
}

.fdcs-mft .fd-left-section .fd-heading {
	text-align: center;
	position: relative;
}

.fdcs-mft .fd-left-section .fd-heading .img-fd-heading-top {
	height: 1px;
	width: 200px;
	background: #1859a9;
	display: inline-block;
	position: absolute;
	left: 0;
	transform: translate(10px, 15px);
}

.fdcs-mft .fd-left-section .fd-heading .img-fd-heading-top::before {
	content: "";
	position: relative;
	width: 10px;
	height: 10px;
	background: #1859a9;
	display: block;
	border-radius: 100px;
	top: 0;
	transform: translate(0px, -5px);
	right: 0;
	left: 100%;
}

.fdcs-mft .fd-left-section .fd-heading .img-fd-heading-bottom {
	height: 1px;
	width: 200px;
	background: #1859a9;
	display: inline-block;
	position: absolute;
	right: 0;
	transform: translate(0px, -18px);
}

.fdcs-mft .fd-left-section .fd-heading .img-fd-heading-bottom::before {
	content: "";
	position: relative;
	width: 10px;
	height: 10px;
	background: #1859a9;
	display: block;
	border-radius: 100px;
	top: 0;
	transform: translate(0px, -5px);
}

.fdcs-mft .fd-left-section .fd-heading h2,
.fdcs-mft .fd-left-section .fd-heading .h2 {
	font-size: 20px;
}

.fdcs-mft .fd-left-section .fare-list .table {
	background: #f2f2f2;
}

.fdcs-mft .fd-left-section .fd-faq .accordion-header .accordion-button {
	color: #212529;
	box-shadow: none;
	background-color: #fff;
	font-size: 18px;
	margin: 0;
	font-weight: 600;
}

.fdcs-mft .fd-left-section .fd-faq .accordion-header .accordion-button i {
	position: relative;
	top: 2px;
	margin-right: 10px;
	color: #1859a9;
}

/* --- end Flight Destination --- */

/* --- Top Bus --- */
.top-bus-titel p {
	font-size: 14px;
	line-height: 25px;
}

.top-bus {
	background: url(../img/buspage/top-bus.html);
	background-repeat: repeat;
	padding: 100px 0;
}

.top-bus .top-bus-title {
	color: #fff;
	font-weight: 400;
}

.top-bus .top-bus-search {
	position: relative;
}

.top-bus .top-bus-search p {
	color: #fff;
}

.top-bus .top-bus-search .down-select {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 45px;
	z-index: 0;
}

.top-bus .top-bus-search .form-select {
	border-radius: 0;
	background: transparent;
	color: #fff;
	width: 100%;
    padding: 10px;
}

.top-bus .table tr td {
	color: #fff;
	vertical-align: middle;
	display: table-cell;
}

.top-bus .table .btn-outlin {
	border: 1px solid #fff;
	border-radius: 0px;
	color: #ef6d57;
	padding: 5px 15px;
	line-height: 25px;
	background: transparent;
}

.top-bus .center-line {
	height: 100%;
	width: 1px;
	background: #f2f2f2;
	margin: 0 auto;
}

.top-bus .top-bus-r-list p {
	color: #fff;
}

/* --- end Top Bus --- */

/* --- Top Bus --- */
.top-cruise-titel p {
	font-size: 14px;
	line-height: 25px;
}

.top-cruise {
	background: url(../img/cruise/luxury-big.html);
	background-repeat: no-repeat;
    padding: 100px 0;
    background-position: 0 0;
    background-size: 100%;
	position: relative;
}

.top-cruise:before {
    content: "";
    background: rgb(0 0 0 / 65%);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}

.cruises-d-b h3{
	color: #fff;
	font-size: 18px;
}

.cruises-d-b button.btn.btn-outlin{
	margin-left: 10px;
    color: #fff;
    background: transparent;
    text-decoration: underline;
}

.top-cruise p{
	color: #fff;
}

.top-cruise .top-cruise-title {
	color: #fff;
	font-weight: 400;
}

.top-cruise .top-cruise-search {
	position: relative;
}

.top-cruise .top-cruise-search p {
	color: #fff;
}

.top-cruise .top-cruise-search .down-select {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 45px;
	z-index: 0;
}

.top-cruise .top-cruise-search .form-select {
	border-radius: 0;
	background: transparent;
	color: #fff;
	width: 100%;
    padding: 10px;
}

.top-cruise .table tr td {
	color: #fff;
	vertical-align: middle;
	display: table-cell;
}

.top-cruise .table .btn-outlin {
	border: 1px solid #fff;
	border-radius: 0px;
	color: #ef6d57;
	padding: 5px 15px;
	line-height: 25px;
	background: transparent;
}

.top-cruise .center-line {
	height: 100%;
	width: 1px;
	background: #f2f2f2;
	margin: 0 auto;
}

.top-cruise .top-cruise-r-list p {
	color: #fff;
}

/* --- end Top Bus --- */

/* travel blog */
.travel-blog-list{
	position: relative;
}

.travel-blog-list .travel-blog-heading ul li{
	list-style: none;
}

.travel-blog-list .travel-blog-heading ul li a{
	background: transparent;
	color: #1859a9;
	font-size: 18px;
	font-weight: 600;
}

.travel-blog-list .travel-blog-heading{
	padding-right: 100px;
}

.travel-blog-list button.slick-prev:before,.travel-blog-list button.slick-next:before{
	color: #1859a9;
    font-size: 30px;
    font-weight: 600;
}

.travel-blog-list button.slick-prev.slick-arrow {
	position: absolute;
    top: -30px;
    right: 50px;
    z-index: 1;
    border: none;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: block !important;
    left: auto;
}

.travel-blog-list button.slick-next.slick-arrow {
	position: absolute;
	top: -30px;
	right: 10px;
	z-index: 1;
	border: none;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	display: block !important;
}

.travel-box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.travel-box img{
    width: 100%;
    height: auto;
}
.travel-box .travel-box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.travel-box:before,
.travel-box:after,
.travel-box .travel-box-content:before,
.travel-box .travel-box-content:after{
    content: "";
    width: 25%;
    height: 100%;
    background: linear-gradient(to bottom,#000,rgba(0,0,0,0.6),transparent,rgba(0,0,0,0.6),#000);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.travel-box:before{
    top: -100%;
    left: -25%;
}
.travel-box:after{ left: 50%; }
.travel-box .travel-box-content:before{ left: 25%; }
.travel-box .travel-box-content:after{
    top: 100%;
    left: 100%;
}
.travel-box:hover:before{
    opacity: 1;
    top: 0;
    left: 0;
}
.travel-box:hover:after{
    opacity: 1;
    left: 25%;
    transition-delay: 0.1s;
}
.travel-box:hover .travel-box-content:before{
    opacity: 1;
    left: 50%;
    transition-delay: 0.1s;
}
.travel-box:hover .travel-box-content:after{
    opacity: 1;
    top: 0;
    left: 75%;
}
.travel-box .inner-content{
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}
.travel-box .title{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 4px 0;
    transform: translateY(100%);
    transition: all 0.3s ease 0s;
	text-shadow: 0px 3px 3px #000;
	display: inherit;
}
.travel-box:hover .title{ transform: translateY(0); }
.travel-box .post{
    display: inline-block;
    font-size: 16px;
	font-weight: 600;
    color: #ef6d57;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease 0s;
}
.travel-box:hover .post{
    opacity: 1;
    transform: translateX(0);
}
.travel-box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 20px;
    left: 20px;
}
.travel-box .icon li{
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.travel-box .icon li:first-child{ transform: translateY(80px); }
.travel-box .icon li:last-child{ transform: translateY(-80px); }
.travel-box:hover .icon li{
    opacity: 1;
    transform: translateY(0);
}
.travel-box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    margin-right: 5px;
    z-index: 1;
    position: relative;
}
.travel-box .icon li a:before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ef6d57;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.travel-box .icon li a:hover:before{ border-radius: 20% 0; }
@media only screen and (max-width:990px){
   .box{ margin-bottom: 30px; }
}

/* choose-us */
section.why-choose-us{
	background: #f2f2f2;
	padding: 60px 0 25px;
}

.why-choose-us i{
	font-size: 50px;
    color: #000;
    margin-right: 10px;
}

.why-choose-us ul {
    padding: 0 20px;
}

.why-choose-us ul li a {
   color: #363636;
}

.why-choose-us ul li a:hover {
   color: #0056b3;
}

.why-choose-us a{
	color: #ef6e58;
}

.why-choose-us a:hover{
	color: #0056b3;
}

.why-choose-us .choose-img{
	position: absolute;
    bottom: -139px;
    right: -20px;
}

.choose-us-left {
    position: relative;
}

.why-choose-us .choose-img img {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
	width: 200px;
}

.why-choose-us .choose-title {
    color: #000;
    text-transform: uppercase;
}

.why-choose-us .choose-sub-title {
    color: #000;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/* Call us MFT on */

.callus-mft .callus-mft-wrap {
    background: #1859A9 url(../img/new-home/callus-mft.html) no-repeat;
    background-size: 500px;
    background-position: center right;
    color: #fff;
    margin: 0;
}

.callus-mft .callus-small-title span {
    color: #fff;
    font-weight: 10;
    text-transform: uppercase;
}

.callus-mft .call-heading .heading{
	color: #fff;
    font-weight: 500;
}

.callus-mft .call-heading .sub-heading{
	color: #fff;
    margin: 0;
    font-size: 14px;
}

.callus-mft .phonenumber-wrap .phonenumber-btn a.btn{
	background: transparent;
	border: 1px solid #fff;
}

.callus-mft .phonenumber-wrap .phonenumber-btn a.btn:hover{
	color: #fff;
}

.callus-mft .phonenumber-wrap{
	text-align: center;
}

.callus-mft .phonenumber-wrap .phonenumber{
	font-size: 25px;
    font-weight: bold;
    margin: 30px 0;
}

.callus-mft .phonenumber-wrap .phonenumber-icon{
	font-size: 60px;
    font-weight: 600;
    transform: rotate(331deg);
}

/* whybbokwithUs */
.whybbokwithUs {
	margin-top: 50px;
}
.whybbokwithUs .customers {
	text-align: center;
	position: relative;
	z-index: 0;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
}
.whybbokwithUs .customers h5 {
    padding: 0;
    margin: 15px 0 0;
	font-size: 16px;
}
.whybbokwithUs .customers p {
    padding: 0;
    margin: 0;
    line-height: 25px;
	font-size: 14px;
}
.whybbokwithUs .customers:before {
	content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #1859A9;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#1859A9, #1859A9), linear-gradient(#ef6d57, #ef6d57), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
    animation: rotate 4s linear infinite;
	opacity: 0.1;
}
.whybbokwithUs .customers:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 6px;
	top: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	background: white;
	border-radius: 5px;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}


/* bottom-mft */

.bottom-mft div[class*="col-"]{
	padding: 0px;
}

.bottom-mft .wbw-us{
	background: #1859A9;
	padding: 50px;
}

.bottom-mft .wbw-us h5{
	color: #fff;
	font-size: 23px;
}

.bottom-mft .customers{
	background: #e9e9e9;
    display: flex;
    justify-content: center;
    height: 100%;
}

.bottom-mft .customers-icon {
    font-size: 25px;
    color: #363636;
    margin-right: 10px;
}

.bottom-mft .customers-heading h5{
	font-size: 18px;
    margin: 0;
    font-weight: 600;
	line-height: normal;
}

.bottom-mft .customers-heading p{
	margin: 0;
	font-size: 12px;
	line-height: 20px;
}

/* whatsapp open */

.whatsappfloat{
	position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    left: 10px;
    line-height: 40px;
}
.whatsappfloat:hover,.whatsappfloat:focus,.whatsappfloat:active{
	color: #fff;
}
.whatsappfloat.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}

/* Hotels Pages */

.populardestination-mft{
	background: url(../img/hotel/home-pd-background.html);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}
.populardestination-mft-wrap {
    max-width: 1140px;
    margin: 0 auto;
	padding: 100px 0;
}
.populardestination-img {
    padding: 10px;
    border: 1px solid #ccc;
	background: #fff;
}
.populardestination-title {
    text-align: center;
    line-height: normal;
    padding: 0;
    margin-top: 10px;
}
.populardestination-title h4 {
    padding: 0;
    margin: 0;
	font-size: 15px;
}
.populardestination-title span {
	font-size: 12px;
}
.populardestination-headtitle h2{
	color: #1859A9;
}
.populardestination-headtitle p{
	font-size: 14px;
}
.populardestination-headtitle {
    padding: 0px 15px;
    margin-bottom: 100px;
}

/* popular-destinations */
.popular-destinations-section{
	background: #f2f2f2;
}
.popular-destinations-section .box_title{
	color: #fff;
    font-size: 18px;
    background: #333 url(../img/popular/popular-destinations-bg.html);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 5px;
    font-weight: 600;
    background-size: 100%;
    text-shadow: 1px 1px 2px #000;
}
.popular-destinations-section .heading-title-w h1{
	font-size: 35px;
    color: #363636;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.popular-destinations-section .heading-title-w p{
	font-size: 14px;
}
.popular-destinations-section .box img {
    border-radius: 10px 10px 0px 0px;
}
.popular-destinations-section .id-f-title {
    font-size: 26px;
    color: #0056a1;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 300;
    background: #e7e7e7;
    border: 1px solid #ccc;
    padding: 10px;
}
.popular-destinations-section .id-f-title img{
	width: 40px;
}
.popular-destinations-section ul.id-f li img{
	width: 70px;
    display: block;
}
.popular-destinations-section .media-body h5{
	font-weight: 500;
    font-size: 18px;
}

/* Hotels css */
div#Hotels5 .form-control::placeholder{
	color: #000;
	font-weight: 600;
}
div#Hotels5 .form-control{
	color: #000;
    padding: 0;
    height: auto;
    line-height: 21px;
}
div#Hotels5 {
    margin-top: 10px;
}
div#Hotels5 .form-control.hotel_auto_from {
    padding-left: 10px;
}

/* promo coad */

/* Agents Workflow */

.work-item {
	margin-bottom: 30px;
	padding: 0 20px;
	text-align: center;
}
.work-item .img-icon {
	border-radius: 100%;
	box-shadow: 0 0 8px 0 #ddd;
	height: 115px;
	justify-content: center;
	margin: auto;
	width: 115px;
	line-height: 115px;
	background:#fff;
}
.work-item .img-icon .img-fluid {
	width: 50px;
}
.work-item > h5 {
	margin-top: 38px;
}
.work-shap {
	background: rgba(0, 0, 0, 0) url('../img/agents/work-shap.html') no-repeat scroll center 13px;
}
