/********** Template CSS **********/
:root {
    --primary: #ffbd59;
    --secondary: #7c007f;
    --tiqsecondary: #ff33fc;
    --dark: #000000;
    --white: #ffffff;
}

body*{
	font-family: 'Lato', sans-serif;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600;
	font-family: 'Lato', sans-serif;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500;
	font-family: 'Lato', sans-serif;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400;
	font-family: 'Lato', sans-serif;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
	background: var(--secondary);
	border-color: var(--secondary);
	border: none;
    border-radius: 10px;
}
.btn.btn-primary:hover,
.btn.btn-secondary:hover {
	background: var(--tiqsecondary);
	border-color: var(--tiqsecondary);
}

.btn.btn-primary:focus,
.btn.btn-secondary:focus {
	box-shadow: none;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--white);
    border-color: transparent;
}

.btn-outline-body:hover {
    color: var(--primary);
    background: transparent;
    border-color: transparent;
}

/*** quote ***/

.quote-btn {
    position: fixed;
    right: 0px;
    top: 301px;
    z-index: 9;
}
.quote-btn .theme-btn {
    background-color: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 0px;
    display: inline-block;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 20px;
}

/*** Serach ***/
.ui-widget.ui-widget-content{
	border: none;
}
/*** special ***/
.product-grid{
    position: relative;
	padding: 10px;
}
.product-grid .product-image{
    box-shadow: 0 3px 12px -4px rgba(0,0,0,.12);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.product-grid:hover .product-image{
    box-shadow: 0 15px 15px -9px rgba(0,0,0,.3);
}
.product-grid .product-image a{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{
    backface-visibility: hidden;
    transition: all .75s cubic-bezier(.785,.135,.15,.86);
}
.product-grid:hover .product-image .pic-1 { opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .75s cubic-bezier(.785,.135,.15,.86);
}
.product-grid:hover .product-image .pic-2{
    opacity: 1;
    transform: scale(1.09);
}
.product-grid .product-discount-label,
.product-grid .product-hot-label{
    color: #fff;
    background-color: #606060;
    text-align: center;
    width: 43px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 0;
    position: absolute;
    left: 10px;
    top: 10px ;
}
.product-grid .product-hot-label{
    background-color: #3867d6;
    top: 40px;
}
.product-grid .social{
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.12);
    opacity: 1;
    position: absolute;
    right: -100%;
    top: 15px;
    transition: all 0.45s ease;
}
.product-grid:hover .social{
    opacity: 1;
    right: 15px;
}
.product-grid .social li a{
    color: #333;
    background: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 42px;
    box-shadow: 0 -4px 5px -5px rgba(0,0,0,.5);
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.product-grid .social li:nth-child(1) a{ box-shadow: 0 0 0 0 transparent; }
.product-grid .social li a:hover{ color: #3867d6; }
.product-grid .social li a:before,
.product-grid .social li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color:#2a2a2a;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    padding: 3px 5px;
    display: none;
    transform: translateY(-50%);
    position: absolute;
    right: 52px;
    top: 50%;
    z-index: 1;
}
.product-grid .social li a:after{
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform:translateY(-50%) rotate(45deg);
    right: 50px;
    z-index: 0;
}
.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after{
    display:block;
}
.product-grid .product-content{
    text-align: center;
    padding: 15px 10px;
    position: relative;
}
.product-grid .title{
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.product-grid .title a{ 
	color: #222;
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
}
.product-grid .title a:hover{ color: #3867d6; }
.product-grid .product-category a{
    font-size: 12px;
    color: #959595;
    margin-bottom: 15px;
    display: block;
}
.product-grid .price {
    color: #3867d6;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}
.product-grid .price span{
    color: #3867d6;
    font-size: 14px;
    font-weight: 400;
    margin: 3px 0 0 2px;
    text-decoration: line-through;
    opacity: 0.5;
    vertical-align: top;
    display: inline-block;
}
.product-grid .add-to-cart{
    color: #fff;
    background: #3867d6;
    font-size: 12px;
    font-weight: 600;
    width: 55%;
    padding: 10px 0;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 5px;
    transition: all 0.3s linear 0s;
	text-decoration: none;
	font-size: 18px;
}
.product-grid .add-to-cart:hover {
    box-shadow: 0 0 5px #fff inset, 0 0 5px rgba(0,0,0,0.5);
    text-decoration: none;
}
.product-grid:hover .add-to-cart { opacity: 1; }
@media only screen and (max-width:990px){
    .product-grid{ margin-bottom: 30px; }
}

/*** discount ***/
.discount-text {
    background: rgb(28,178,241);
	background: linear-gradient(0deg, rgba(28,178,241,1) 0%, rgba(0,51,137,1) 100%);	
    height: 100%;
}
.discount-img {
    background: #f2f2f2;
	text-align: center;
}
.discount-text-center {
    padding: 20px;
}
.discount-text .discount-title ul {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: left;
}
.discount-text .discount-title ul li {
    display: inline-block;
}
.discount-text .discount-title ul li i{
	font-size: 10px;
	color: #d32a41;
}
.discount-text-center .discount-btn {
    text-align: left;
    position: relative;
    margin-left: 20px;
}
.discount-text-center .discount-btn h2{
    color: #fff;
}
.discount-text-center .discount-btn .toll-free{
	color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
}
.discount-text-center .discount-btn p.terms-applied {
    position: absolute;
    right: 0;
    bottom: -44px;
    font-size: 10px;
    color: #fff;
}
/*** offer ***/
.offer-banner-section {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    text-align: center;
}

.offer-banner-section img{
    max-width: 800px;
    border-radius: 10px;
}
@media (max-width: 991.98px) {
    .offer-banner-section {
        display: none;
    }
}

/*** top section ***/
.top-bg-dark{
	background: var(--secondary);
}
.top-bg-dark .text-start a,.top-bg-dark .text-start i {
	color: #fff;
	text-decoration: none;
}


/*** pills ***/
.tiq-pills#pills-tab{
	padding: 0 10px;
}
.tiq-pills#pills-tab li button{
	position: relative;
	display: block;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	border: 2px solid #fff;
	padding: 0px;
	text-transform: uppercase;
	overflow: hidden;
	transition: 1s all ease;
	background: transparent;
	width: 50px;
    height: 50px;
	border-radius: 0;
	text-shadow: 0 0 5px #000;
}
.tiq-pills#pills-tab li button:before,.tiq-pills#pills-tab li button.active:before {
	background: var(--secondary);
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	transition: all 0.6s ease;
	width: 100%;
	height: 0%;
	transform: translate(-50%,-50%) rotate(-45deg);
}
.tiq-pills#pills-tab li button:hover{
	border: 2px solid #fff;
	color: #fff;
}
.tiq-pills#pills-tab li button.active{
	border: 2px solid #fff;
	color: #fff;
}
.tiq-pills#pills-tab li button:hover:before,.tiq-pills#pills-tab li button.active:before{
    height: 380%;
}

.tiq-pills#pills-tab li button#pills-tour-tab:hover:before,.tiq-pills#pills-tab li button#pills-tour-tab.active:before{
    background: var(--primary);
}


/*** Navbar ***/
.tiq-navigation .navbar-toggler-icon{
	background: none;
}
.tiq-contact-no ul {
	margin-bottom: 0;
	padding: 10px;
}
.tiq-contact-no ul li{
	display: inline-block;
}
.tiq-contact-no ul li a{
	text-decoration: none;
}
.tiq-contact-no ul li a:hover {
	color: #fff;
}
.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 20px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
	font-size: 13px;
}

.navbar .navbar-nav .nav-link.last{
	margin-right: 0px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--white);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar-brand img{
	width: 165px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
	.tiq-contact-no {
		display: none;
	}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/* Nav */
.navbar.sticky {
    position: fixed;
    top: 0px;
    z-index: 99;
    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);
    }
}

nav.navbar.tiq-navigation  .navbar-collapse{
	padding-right: 0;
}

nav.navbar.tiq-navigation .nav-link{
    padding-top: 10px;
    padding-bottom: 10px;
}

nav.navbar.tiq-navigation .navbar-brand{
	height: auto;
	padding: 7px 0 5px;
}

.tiq-navigation ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

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

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

}

nav.navbar.tiq-navigation: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: #fff;
	width: auto;
}

.tiq-navigation {
	background: rgb(18,103,184);
	background: linear-gradient(180deg, rgba(18,103,184,1) 0%, rgba(78,199,221,1) 100%);
}

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

.tiq-navigation .navbar-toggler {
    padding: 0;
	width: 34px;
	border: none;
}

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

#side-menu .navbar-nav{
	padding: 5px 10px;
}

#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;
}

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

.shoppingcart i {
    color: #fff;
}

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

/* Language Dropdown */
#languageDropdown a.btn {
    padding: 0;
    margin: 0 15px;
    background: transparent;
    border: none;
}
#languageDropdown a.btn:hover,#languageDropdown a.btn:focus {
	box-shadow: none;
}

#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);
}

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 30%);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 400px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: auto;
    height: 100%;
    top: -7px;
    right: 30px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 5px 0;
    background: #fff;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
	background: #1cb2f1;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

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

.page-header.tours {
	background: linear-gradient(rgb(66 131 158), rgb(0 51 137 / 29%)), url(../../assets/images/carousel/carousel-4.jpg) center center no-repeat;
    background-size: cover;
}
.page-header.tours-inner {
	background: linear-gradient(rgb(0 0 0 / 52%), rgb(0 51 137 / 45%)), url(../../assets/images/carousel/hearo-section-bg.jpg) center center no-repeat;    background-size: cover;
}
/*** carousel-tiq-slider ***/
/* .hearo-section{
	position: relative;
}
.hearo-section:before{
	position: absolute;
    top: auto;
    left: 0;
    right: 0;
    height: 6px;
    background: url(../../assets/images/carousel/carousel-b.png);
    background-repeat: repeat-x;
    content: "";
    bottom: -1px;
    z-index: 2;
} */

.hero-form-section {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 9;
    right: 0;
    left: 0;
    margin: 0 auto;
	padding: 0;
}
.hero-form-section form{
	background: #39548e;
	height: auto;
    padding: 10px;
    border-radius: 10px;
}
.hero-form-section .input-group-text {
	padding: 10px 5px;
}

.hearo-section.hearo-section.flight-list-page {
	min-height: 150px;
	background: linear-gradient(rgb(0 0 0 / 52%), rgb(0 51 137 / 45%)), url(../../assets/images/carousel/hearo-section-bg.jpg) center center no-repeat;
}
.hearo-section.hearo-section.flight-list-page:before{
	content: none;
}
.hero-bottom-section h4 {
	Font-size: 18px;
	font-weight: 600;
}
.hearo-section.hearo-section.flightinner-page{
	padding: 25px 0;
    background: var(--secondary);
}

.hearo-section.hearo-section.flightinner-page h1{
	line-height: normal;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

@media (max-width: 991.98px) {
	.carousel-tiq-slider {
		max-height: 100%;
	}
	.hero-form-section{
		position: absolute;
		top: 50%;
		transform: translate(0%, -50%);
		padding: 10px;
	}
}

/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--tiqsecondary);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}

/*** About & Feature ***/
.about-h-page .about-title{
	font-weight: 600;
}
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}

/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--secondary);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}

/*** Project ***/
.project .nav .nav-link {
    background: rgb(0 51 137 / 15%);
    transition: .5s;
    border-radius: 0;
}

.project .nav .nav-link.active {
    background: var(--tiqsecondary);
	height: fit-content;
    border-radius: 0;
}

.project .nav .nav-link h3{
	color: var(--tiqsecondary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}

.project .project-title{
	font-weight: 600;
}

/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

/*** Datepicker ***/

input#datepicker {
    padding: 8px;
    border: none;
    border-radius: 5px;
}

/*** Testimonial ***/
.testimonial-section {
	background: url(../../assets/images/testimonial-img.jpg) center center no-repeat;
	padding: 50px 0;
	background-size: 100%;
}
.testimonial-section .testimonial-title{
	font-weight: 600;
}
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}
.testimonial-carousel .owl-dots {
	display: none;
}
.testimonial-carousel .BGtestimonial {
	background: rgb(255 211 87 / 55%);
    color: #fff;
    padding: 20px 20px 1px;
    border-radius: 20px;
}
.testimonial-carousel .testimonial-item span{
	color: #fff !important;
    margin-top: 25px;
    display: block;
    font-weight: 600;
}


/*** company-logo-area ***/
.company-logo-area{
	background: #fff;
}

/* tours ui-selectmenu */
.tours-inner .ui-selectmenu-button.ui-button {
	width: 100%;
    border-radius: 0;
    padding: 10px;
    margin: 0 auto;
}
.tours .ui-selectmenu-button.ui-button {
	width: 100%;
    border-radius: 0;
    padding: 10px;
    max-width: 800px;
    margin: 0 auto;
}
li.breadcrumb-item.active{
	color: #fff;
}
li.breadcrumb-item a{
	text-decoration: none;
}
.ui-selectmenu-menu {
    overflow: auto;
    max-height: 300px;
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon,.ui-button .ui-icon{
    background: none;
	text-indent: 0;
}
.ui-icon,.ui-button .ui-icon:after {
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
	top: 5px;
    vertical-align: middle;
    border: none;
    transform: rotate(90deg);
}
/* scrollbar width */
.tours h2.fs-40{
	letter-spacing: 2px;
    text-transform: uppercase;
}
.ui-selectmenu-menu::-webkit-scrollbar {
	width: 5px;
}
.ui-selectmenu-menu::-webkit-scrollbar-track {
    background: #1cb2f1;
    border-radius: 10px;
}
/* scrollbar Handle */
.ui-selectmenu-menu::-webkit-scrollbar-thumb {
    background: #1cb2f1; 
    border-radius: 2px;
}
/* scrollbar Handle on hover */
.ui-selectmenu-menu::-webkit-scrollbar-thumb:hover {
	background: #003389;
}
.ui-selectmenu-menu .ui-menu{
	border: none;
    border-radius: 0;
}
.ui-menu .ui-menu-item{
	font-size: 12px;
}
.ui-menu .ui-menu-item-wrapper{
	padding: 5px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border: 1px solid #003389;
    background: #1cb2f1;
    font-weight: normal;
    color: #fff;
}

/*** Breadcrumb ***/
.tiqbreadcrumb {
	margin-bottom: 0px;
    position: absolute;
    bottom: 10px;
    z-index: 2;
    right: 0;
    left: 0;
}
.tiqbreadcrumb .breadcrumb-item a {
	color: #fff;
	font-weight: 600;
}
.tiqbreadcrumb .breadcrumb{
	padding: 10px 0;
	margin: 0;
}

/* flightPageTitle */
.flightpage-section h1,.blogpage-section h1 {
	line-height: 60px;	
}
.flightPageTitle, .blogPageTitle {
	position: relative;
	text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.flightPageTitle h1:before,.blogPageTitle h1:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 11px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--secondary);
}
.flightPageTitle h1:after,.blogPageTitle h1:after  {
	width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    left: 50%;
    margin-left: -50px;
    background-color: var(--secondary);
}

/*** tiqtours ***/
.tiqtours-list {
	background: url(../../assets/images/list-project-bg.jpg) no-repeat;
	background-size: cover;
}
.tiqtours-list-btn {
    text-align: center;
    margin-bottom: 50px;
}
.tiqtours-list .each-item{
	position: relative;
    overflow: hidden;
}
.tiqtours-list-btn .btn{
	position: relative;
	padding: 5px 15px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	font-size: 18px;
	margin: 5px 10px;
	color: var(--tiqsecondary);
}
.tiqtours-list-btn .btn:before,.tiqtours-list-btn .btn:after{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--tiqsecondary);
	transition: all 0.3s ease;
	transform: scale(0.85);
}
.tiqtours-list-btn .btn.active,.tiqtours-list-btn .btn:hover{
	color: var(--secondary);
}
.tiqtours-list-btn .btn.active:before{
	top: 0;
	transform: scale(1);
	background-color: var(--secondary);
}
.tiqtours-list-btn .btn.active:after{
	transform: scale(1);
	background-color: var(--secondary);
}
.tiqtours-list-btn .btn:hover:before{
	top: 0;
	transform: scale(1);
	background-color: var(--secondary);
}
.tiqtours-list-btn .btn:hover:after {
    transform: scale(1);
	background-color: var(--secondary);
}
.tiqtours-list-btn .btn:active,.tiqtours-list-btn .btn:focus {
	box-shadow: none;
}
.tiqtours-list .each-item:hover .listproject-inner{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.tiqtours-list .listproject-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
    transform: translateY(100%);
    padding: 5.125em 1.875em 1.875em;
    transition: 500ms ease transform,500ms ease box-shadow;
    box-shadow: 0 0 20px rgb(0 0 0 / 0%);
    z-index: 1;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
    color: #181818;
	text-decoration: none;
}
.tiqtours-list div[class*="col-md"] {
    margin-bottom: 20px;
}

/*** tiqmore-list ***/
.tiqmore-list-wrap .tiqmore-section{
	text-align: center;
}
.tiqmore-list-wrap .tiqmore-section li img {
	background-color: rgb(211 138 227 / 27%);
	margin: 0 auto;
	padding: 10px;
	border-radius: 50%;
}

.tiqmore-list-wrap .tiqmore-section li {
    cursor: pointer;
    text-align: center;
	display: none;
	list-style: none;
	margin-bottom: 20px;
	transition: all 0.5s ease 0s;
}

.tiqmore-list-wrap .tiqmore-section li .tiqmore-img{
	background: #fff;
    border: 1px solid #e5e4f0;
    padding: 20px;
}

.tiqmore-list-wrap .tiqmore-section .btn {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}

.tiqmore-list-wrap .tiqmore-section .btn:focus,.tiqmore-list-wrap .tiqmore-section .btn:active{
	box-shadow: none;
}

/*** agents ***/
.agents-workflow .container {
	background: var(--tiqsecondary);
}
.agents-workflow .box1 {
    text-align: center;
    padding: 0;
}
.agents-workflow .box1 h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
/*** Footer ***/
/* .tiq-bg-dark.footer:before {
	content: "";
	display: block;
	background: url(../../assets/images/footer/fb-img.png);
	background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	top: 0;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
} */
.tiq-bg-dark.footer {
	position: relative;
	color: var(--dark);
    text-decoration: none;
}
.tiq-bg-dark.footer i{
	color: var(--dark);
    text-decoration: none;
}
.footer .tiq-share-icon a {
	color: var(--white);
}
.footer .tiq-share-icon a i:hover {
	color: var(--secondary);
}
.tiq-bg-dark.footer .container{
	position: relative;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--dark);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
	font-size: 18px;
    font-weight: 600;
}

.footer .btn.btn-link:hover {
    color: var(--secondary);
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .copyright {
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid rgb(70 62 62 / 10%);
}
.footer .copyright a {
    color: #fff;
    text-decoration: none;
    margin: 10px;
    font-size: 15px;
}
.footer .copyright a:hover {
    color: var(--secondary);
}
.footer .tiq-newsletter .form-control {
    border-color: #fff;
}
.footer .tiq-newsletter .btn {
    color: #fff;
    line-height: normal;
    height: auto;
    padding: 13px 15px;
    margin: 5px 5px;
}
.footer .tiq-newsletter .form-control::placeholder {
    color: #fff;
}
.footer p {
	font-size: 18px;
    line-height: 50px;
    font-weight: 600;
}
.text-dark-underline {
	position: relative;
    font-size: 26px;
    font-weight: 600;
}
.text-dark-underline:after {
	content:"";
	width: 60px;
    height: 4px;
	display: block;
	position: absolute;
	left: 0;
	 background: var(--dark);
}

/* --- filter-airlines ---*/

.fb-left-section .filter-item {
    display: flex;
    justify-content: space-between;
}
/* fb-right-section */

select#f_boxSelect {
    width: 200px;
}
#f_boxSelect{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../assets/images/icons/arrow-down.png) no-repeat right 10px center;
    border-radius: 0;
}

/* Flight Book List  */

.arln-logo,
.multiairline {
    width: 40px;
    height: 40px;
    margin-right: 10px;
	float: left;
}
.arln-logo {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
span.airways-name {
    color: #3d9c01;
    font-weight: 600;
    font-size: 13px;
}
.fb-list {
    display: block;
}
.fli-list-body-section {
    padding: 10px 10px 0px;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.fli-list-footer-section {
    border-top: 1px solid #e6e6e6;
}
.airways-info-sect p {
    margin: 0;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.make-relative {
    display: flex;
    justify-content: space-between;
	margin-top: 10px;
}
.btn-group-tiq {
    margin-top: 4px;
}
.btn-group-tiq .btn{
	padding: 5px;
}
.btn-group-tiq .btn:hover,.btn-group-tiq .btn:focus{
	background: transparent;
	box-shadow: none;
}
.fli-time-section p {
    margin: 0;
    line-height: normal;
}
.fli-stops p {
    margin: 0;
    line-height: normal;
}
.international-flights-btn{
	position: relative;
	text-align: right;
}
.international-flights-btn p{
	margin: 0;
    line-height: normal;
}
.price-and-button {
    text-align: right;
}
.price-and-button p {
    margin: 0;
    line-height: normal;
}
.fli-time-section.arrival{
	text-align: center;
}
.arrival-city,
.dept-city {
    font-weight: 400;
    font-size: 11px;
    color: #878787;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fli-duration {
    font-size: 11px;
}
.fli-stops-desc {
    font-size: 11px;
    color: #1859a9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: auto;
}
.make_relative {
    position: relative;
}
.fli-stops {
    text-align: center;
}
.fli-stops-sep {
    height: 17px;
}
.dept-time,
.reaching-time,
.actual-price {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
p.fli-stops-seperator {
    border-top: 2px solid #1859a9;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.price-and-button.book-insert-line{
	position: relative;
}
.book-insert-line::before {
    display: inline-block;
    content: "";
    width: 1px;
    height: 100%;
    border: 1px dashed #1cb2f1;
    position: absolute;
    top: 0;
    left: 30px;
}
.tiqbook-btn {
	background: #98428b;
    color: #fff;
    border: 0;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 14px;
}
.tiqbook-btn:hover {
    color: #fff;
}
.fli-list-body-section .airline-info{
	display: flex;
    justify-content: left;
}

/* footer-section  */
.fli-list-footer-section a.btn-fd {
    font-size: 12px;
    color: #000;
    position: relative;
	background: transparent;
	padding: 0;
	font-weight: 500;
	line-height: normal;
}
.fli-list-footer-section a.btn-fd:hover{
	background: transparent;
}
.fli-list-footer-section a.btn-fd[aria-expanded="true"]::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 10px;
    vertical-align: middle;
    border: none;
    font-size: 12px;
	margin-left: 5px;
}
.fli-list-footer-section a.btn-fd[aria-expanded="false"]::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 10px;
    vertical-align: middle;
    border: none;
    font-size: 15px;
	margin-left: 5px;
}

/* collapse  */
#tiqfb-tab .nav-link {
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 12px;
    margin-right: 10px;
    border: none;
	cursor: pointer;
}
#tiqfb-tab .nav-link.active {
    border-bottom: 2px solid var(--primary);
    position: relative;
}
#tiqfb-tab .nav-link.active::after {
    content: "";
    border: 5px solid transparent;
    border-top-color: var(--primary);
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
}
.fli-list-flight_details__head {
    background: var(--tiqsecondary);
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
}
.airline-information .flight-name {
    font-size: 12px;
}
.departure-option p,
.arrival-option p {
    margin: 0;
    font-size: 12px;
    line-height: normal;
}
.stops-option-inner {
    position: relative;
}
.stops-option-inner .line-map:after {
    content: "";
    display: block;
    background: url(../../assets/images/flight/line-map-img.png) no-repeat;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100px;
    height: 20px;
}
.flight-time,
.flight-time {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}
.zc-listing-strip {
    display: inherit;
	font-size: 14px;
}
.zc-card-icon {
    width: 20px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-position: 50%;
}
table.table.table-striped th,
table.table.table-striped td {
    padding: 0;
}
.tab-pane .table.table-striped th{
    color: var(--tiqsecondary) !important;
    font-weight: 600;
}
span.text-muted-tiq-2 {
    text-transform: capitalize;
    font-size: 11px;
    margin-left: 10px;
}
.form-control.placeholder-shown {
    box-shadow: none;
}
.stops .tile-circle {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
	background: var(--primary);
}
.stops .tile-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
    border-radius: 100%;
    font-weight: bold;
}
.stops .tile-md {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 100%;
    font-weight: bold;
}
.stops .tile-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 100%;
    font-weight: bold;
}
.stops .tile-xs {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 100%;
    font-weight: bold;
}
.stops ul{
	margin: 0;
	padding: 0;
}
.stops ul li {
    display: inline-block;
}
.fb-left-section .card {
    padding: 10px;
	margin-bottom: 10px;
	box-shadow: 0 0 0 1px rgb(20 20 31 / 5%), 0 1px 3px 0 rgb(20 20 31 / 15%);
}
.taj-flight .fb-title {
    font-weight: 600;
    font-size: 20px;
	margin-bottom: 10px;
}
.taj-flight .filter-item-reset {
	text-decoration: none;
	color: var(--primary);
}
.taj-flight .accordion-button:focus {
	box-shadow: none;
}
.taj-flight .accordion .accordion-body {
	position: relative;
}
.taj-flight .accordion .accordion-body #collapseFarerule {
	position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    border-radius: 0px;
	z-index: 99;
}
.airline-udetname {
    color: #e78ce7;
}
.BoKingDetail {
	position: relative;
}
.BoKingDetail:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--secondary);
    top: 60px;
    transform: rotate( 90deg);
    left: -8px;
}
.BoKingDetail:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--secondary);
    top: 60px;
    transform: rotate(272deg);
    right: -8px;
}
div.BoKingDetail .ThirdDv {
	padding: 0;
}
label.flight-qwdetail {
	display: block;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
div.BoKingDetail samp.Time {
    margin-left: 10px;
}
div.BoKingDetail .fdetail-zrow {
	padding: 20px;
	background: #bdebff;
}
.taj-flight .flightydetail-qwrow {
	background-color: var(--tiqsecondary);
}
.taj-flight .accordion-item {
	border-left: 0;
    border-right: 0;
}
.taj-flight .accordion .accordion-body #collapseFarerule .card {
	border-radius: 0;
}
.desribe .fare-pdlr0 h3 {
	font-size: 12px !important;
}
.bs-tooltip-top .tooltip-arrow:before {
	border-top-color: var(--secondary);
}
.tooltip-inner {
    background-color: var(--secondary);
}
.taj-flight .accordion-body {
	padding: 0;
}
.taj-flight .accordion-body .accordionTicketWrap {
	padding: 10px;
}
.taj-flight .accordion-button:hover,.taj-flight .accordion-button{
	background: var(--secondary);
	color: #fff;
}
.taj-flight .accordion-button:not(.collapsed){
	color: #ffff;
    background-color: var(--secondary);
	font-size: 20px;
}
.taj-flight .accordion-button::after{
	background: url(../../assets/images/icons/arrow-down.png);
    background-repeat: repeat-x;
}
.desribe .fare-pdlr0 p {
	font-size: 12px;
    text-align: center;
	padding-top: 10px;
	margin: 0;
}
.departure-list .btn, .arrival-list .btn {
    padding: 5px;
    color: #4c4c4c;
    display: inline-grid;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    width: 50px;
    height: 40px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #d2d2d2;
}
.departure-list .btn:focus, .arrival-list .btn:focus{
	box-shadow: none;
}
sup.airlines-count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #003389;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
}
.f_title_box {
    border: 1px solid #ccc;
    padding: 4px 4px;
}
.farecancel-wrap #flightDetails {
    margin-top: 0px;
    border-top: 1px solid #e6e6e6;
    padding: 10px 0px;
}
.farecancel-wrap table.table  tr {
	font-size: 14px;
}
/* End Flight Book List  */

/* TravLoginDv */
.TravLoginDv button.btn-close:hover {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}
.TravLoginDv button.btn-close:focus {
	box-shadow: none;
}
.TravLoginDv .Sign-Wrap .text-center button:focus,.TravLoginDv .Sign-Wrap .text-center button:hover{
	box-shadow: none;
	background: transparent;
}
.TravLoginDv .offcanvas-header {
	padding-bottom: 0;
}
.TravLoginDv .border {
	height: 34px;
	padding: 0 10px;
}
.TravLoginDv #offcanvasTraveldetails {
	max-width: 820px;
	width: 100%;
}
.TravLoginDv .detail-qwhead {
	color: #98428b;
}
.TravLoginDv .detail-qwhead span {
	border-bottom: 2px solid rgb(152 66 139 / 41%);
}
.TravLoginDv .detail-qwhead i {
	position: relative;
    top: 5px;
}
.modal-backdrop {
    z-index: 9;
}
.baggage-heading a{
	font-size: 13px;
    background: var(--tiqsecondary);
    color: #fff;
    text-decoration: none;
    padding: 6px;
    display: block;
}
/* seat */
.seat-section .destintn p {
	margin: 0;
}
.destintn-view {
	background: #c3d7c2;
    margin: 0 10px;
    padding: 5px;
}
/* continuetajtour  */
.continuetajtour .goback-uxbutton, .continuetajtour .atr-clickbtn, .continuetajtour .showpay  {
	color: #FFFFFF;
    background: var(--secondary);
    border-color: var(--secondary);
    border: none;
    border-radius: 0;
}

.continuetajtour .goback-uxbutton:hover, .continuetajtour .atr-clickbtn:hover, .continuetajtour .showpay:hover {
	color: #fff;
    background-color: var(--tiqsecondary);
    border-color: var(--tiqsecondary);
}

/* passenger detail */
.passengerdiv.vflightreview {
    margin: 0;
    text-align: center;
    padding: 0;
    background: transparent;
}

.passengerdiv.vflightreview table.table.table-striped th,.passengerdiv.vflightreview table.table.table-striped tr td{
	padding: 10px;
	border: 1px solid var(--secondary);
	background: transparent;
	--bs-table-accent-bg: #bdebff;
}

.passengerdiv.vflightreview table.table{
	margin: 0;
}

.passengerdiv.vflightreview table.table>:not(:first-child){
	border: none;
}

/* tajleft-box */
.tajleft-box .left-search .form-control{
	border-radius: 0;
}
.tajleft-box .left-search .form-control:focus{
	box-shadow: none;
}

#tajaccordion .accordion-button{
	padding: 0 10px;
}

#tajaccordion .accordion-button:focus{
	box-shadow: none;
	border-radius: 0;
}
#tajaccordion .accordion-collapse .accordion-body{
	padding: 3px 10px;
}
#tajaccordion .accordion-collapse#tajprice .accordion-body{
	padding: 20px 10px;
}

/* flightpage-section */
.flightpage-section ul.fa-ul li {
    display: inline-block;
    width: 24%;
}
.flightpage-section ul.fa-ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
/* blogpage-section */
.TravelBlogs .box{
	background: linear-gradient(to right, #ff4b1f, #ff9068);
	font-family: 'Raleway', sans-serif;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.TravelBlogs .box img{
	width: 100%;
	height: auto;
	transition: 0.3s ease-in-out;
}
.TravelBlogs .box:hover img{ opacity: 0.7; }
.TravelBlogs .box .box-content{
	color: #fff;
	background: linear-gradient(to right, #ff33fc, #7c007f);
	padding: 10px 20px;
	opacity: 0;
	transform: translateY(-100px);
	position: absolute;
	top: 10px;
	left: 10px;
	transition: all 0.35s ease;
}
.TravelBlogs .box:hover .box-content{
	opacity: 1;
	transform:translateY(0);
}
.TravelBlogs .box .title{
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	margin: 0 0 3px;
}
.TravelBlogs .box .post{
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.TravelBlogs .box .icon{
	background: linear-gradient(to right, #ff33fc, #7c007f);
	padding: 10px;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateY(100px);
	position: absolute;
	bottom: 10px;
	right: 10px;
	transition: all 0.35s ease;
}
.TravelBlogs .box:hover .icon{
	opacity: 1;
	transform: translateY(0);
}
.TravelBlogs .box .icon li{
	margin: 0 4px;
	display: inline-block;
}
.TravelBlogs .box .icon li a{
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	width: 35px;
	display: block;
	transition: all .3s ease;
}
.TravelBlogs .box .icon li a:hover{
	color:#000;
	background: #fff;
	text-shadow: 2px 2px rgba(0,0,0,0.3);
}
@media only screen and (max-width:990px){
.TravelBlogs .box{ margin: 0 0 30px; }
}

.blogpage-section ul li {
    display: inline-block;
    width: 33%;
}
.blogpage-section ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
    position: relative;
    border-radius: 5px;
    --borderWidth: 15px;
    display: inline-block;
    margin-bottom: 20px;
}
.blogpage-section ul li a:before {
	content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* customerSupport-section  */
.customerSupport-section p {
	line-height: 30px;
	font-weight: 600;
	font-size: 16px;
}
/* cancellation  */
.taj-alert-success{
	text-align: center;
    background: var(--primary);
    padding: 15px;
    color: #fff;
}
.taj-alert-success a{
	color: var(--tiqsecondary);
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}
.taj-alert-success .alert-heading{
	color: var(--tiqsecondary);
}

/* right Section */
.tajright-box .pagination > li > a{
	line-height: 30px;
    color: #fff;
    background: var(--secondary);
}
.tajright-box .pagination > li > a:hover, .tajright-box .pagination > li > a:focus, .tajright-box .pagination > li > span:hover, .tajright-box .pagination > li > span:focus{
	background: var(--tiqsecondary);
}

.tajright-box .product-grid{
    background-color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.tajright-box .product-grid:hover{ box-shadow: -5px -5px rgb(28 178 241 / 17%); }
.tajright-box .product-grid .product-image{
    background: linear-gradient(to right,#f5f5f5,#555);
    overflow: hidden;
    position: relative;
}
.tajright-box .product-grid .product-image a.image{ display: block; }
.tajright-box .product-grid .product-image img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.tajright-box .product-grid:hover .product-image img{ opacity: 0.8; }
.tajright-box .product-grid .product-favourite,
.tajright-box .product-grid .product-compare{
    font-size: 16px;
    line-height: 16px;
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 15px;
    transition: all 0.3s ease 0s;
}
.tajright-box .product-grid .product-compare{
    left: auto;
    right: 15px;
}
.tajright-box .product-grid .product-favourite a,
.tajright-box .product-grid .product-compare a{
    color: #fff;
}
.tajright-box .product-grid:hover .product-favourite,
.tajright-box .product-grid:hover .product-compare{
    opacity: 1;
}
.tajright-box .product-grid .product-view{
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 40%;
    transition: all 0.3s ease 0s;
}
.tajright-box .product-grid:hover .product-view{
    opacity: 1;
    top: 50%;
}
.tajright-box .product-grid .product-view a{
    color: #555;
    background-color: #fff;
    font-size: 15px;
    width: 120px;
    padding: 10px 20px;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease 0s;
	text-decoration: none;
}
.tajright-box .product-grid .product-view a:hover{ color: var(--primary); }
.tajright-box .product-grid .product-content{
    text-align: center;
    padding: 10px 5px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.tajright-box .product-grid .product-category{
    font-size: 14px;
    width: calc(100% - 85px);
    padding-right: 5px;
    margin: 0 0 7px;
    display: inline-block;
    text-align: left;
    padding-left: 5px;
}
.tajright-box .product-grid .product-category a{ color: #999; text-decoration: none; }
.tajright-box .product-grid .rating{
    color: #FFC000;
    font-size: 10px;
    width: 80px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: text-bottom;
}
.tajright-box .product-grid .rating li.far{ color: #ccc; }
.tajright-box .product-grid .title{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 8px;
}
.tajright-box .product-grid .title a{
    color: #333;
    transition: all 0.3s ease 0s;
	text-decoration: none;
}
.tajright-box .product-grid .title a:hover{ color: var(--primary); }
.tajright-box .product-grid .price{
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    width: 100%;
}
@media screen and (max-width: 990px){
    .tajright-box .product-grid{ margin: 0 0 30px; }
}


/* Flight Inner */

.bgbr{
    border: 2px solid #dcd9d9;
    background: #ffffff;
    box-shadow: 0px 0px 7px 0px #e6e2e2;
    border-radius: 5px;
	padding: 10px;
}

.bgbr .RevTitle{
	margin: 0;
    padding: 0 8px;
}

.seatview td{
	border: none;
}

.table.tajstriped{
	margin: 0;
}

.table.tajstriped td{
    font-weight: 600;
    font-size: 16px;
}

.table.tajstriped td spam{
    font-weight: 600;
    font-size: 18px;
}

.table.tajstriped samp i{
	font-size: 13px;
}

.total-ysamunt .totoalfare p i{
	font-size: 18px;
}

.total-ysamunt .totoalfare p{
	color: var(--tiqsecondary);
}


/* Detail Coupon */
.detail-ucoupon input.coupon{
	height: 36px;
    width: 170px;
}

.detail-ucoupon .checkoneinput .innerChild{
	display: flex;
    justify-content: space-between;
}

.detail-ucoupon .checkoneinput .innerChild button{
	background: var(--secondary);
}

/* Cntinue-payment */
.cntinue-payment button{
	background: var(--secondary);
}

/* Hot Deals */
.sidebar-tajdeal h3{
	margin-bottom: 0;
}
.side-qwhotel a{
	text-decoration: none;
    cursor: pointer;
    background: var(--secondary);
    color: #fff;
    padding: 5px 10px;
}
.side-qwhotel{
	padding: 0;
}
.sub-fgdeal {
    padding: 8px 0;
    border-bottom: 1px dashed #1657a9;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-around;
}

/* companylogoBox  */
.companylogoBox {
    margin-top: 20px;
}
.companylogoBox ul {
	margin: 0;
    padding: 0;
}
.companylogoBox ul li {
    display: inline-block;
}

/* TopSearched-list */
.TopSearchedHover {
    position: relative;
    transition: all .5s ease 0s;
	overflow: hidden;
}
.TopSearchedHover .lhHover p {
	color: #fff;
	font-weight: 600;
}
.TopSearchedHover .lhHover {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    position: absolute;
    left: 0;
	right: 0;
	bottom: 0;
    top: 50%;
    z-index: 1;
}

/* TopSearched */
.TravelDestinationsTitle,.TravelDestinationsTitle img {
	height: 100%;
}
.TravelDestinationslist .slick-track .slick-slide {
	margin: 10px;
}
.TravelDestinationslist .slick-track .slick-slide:last-child {
	margin-right: 0;
}
.TravelDestinationslist .slick-next {
    right: 20px;
}
.TravelDestinationslist .slick-next {
    right: 20px;
}
.TravelDestinationslist .slick-prev {
    left: 20px;
}
.TravelDestinationslist .slick-prev, .TravelDestinationslist .slick-next {
	z-index: 1;
	width: 40px;
    height: 40px;
}
.TravelDestinationslist .slick-prev:before, .TravelDestinationslist .slick-next:before {
	font-size: 40px
}

/* callToday */
.callToday {
	background: url(../../assets/images/call-today.jpg) no-repeat;
	padding: 100px 0;
	background-size: 100%;
}
.callToday h2 {
	background: #fff;
	background: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
}

/* airlines */
.airlines h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

/* whyTObook */
.whyTObook p {
	line-height: 30px;
	font-size: 18px;
}
.whyTObookRight {
	position: relative;
}
.SocialwhyTObookRight ul {
	padding: 0;
    position: absolute;
    bottom: -43px;
}
.SocialwhyTObookRight ul li {
	display: inline-block;
    padding: 0 50px;
}

/* CheapFlights */

.CheapFlights-section button {
	font-weight: 600;
    font-size: 20px;
	background: transparent !important;
}

.CheapFlights-section .accordion {
	box-shadow: 0px 0px 10px 5px #ccc;
    padding: 0;
    border-radius: 20px;
}

breadcrumb

/* Frequently Asked Questions */
.faq-icon i{
	color: #36c1a2;
	margin-right: 20px;
}
.faq h5 {
	font-weight: 600;
}

.block-title {
	position: relative;
}
.block-title:after {
	content:"";
	width: 100px;
    height: 2px;
	display: block;
	position: absolute;
	left: 0;
	 background: var(--secondary);
}
/* gva-view */
.gva-view .item-list {
	border: 1px solid var(--primary);
}
.gva-view .item-list ul {
	padding: 0;
	margin: 0;
}
.gva-view .item-list ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid var(--primary);
}
.gva-view .item-list ul li:last-child {
	border-bottom: none;
}
.gva-view .item-list .field-content {
	margin: 0;
}
.gva-view .item-list ul li a{
	text-decoration: none;
	font-size: 18px;
	color: var(--dark);
	padding: 10px 10px;
	display: block;
}

.contact-message-form form {
	border: 1px solid #ccc;
    padding: 10px 15px 20px;
}













