@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&amp;family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&amp;family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
html {
	scroll-behavior:smooth;
}
body {
	font-family:'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Poppins', sans-serif;
	color:#000;
	font-weight:700;
}
p {
	font-family: 'Montserrat', sans-serif;
	color:#060606;
	font-size:16px;
	line-height:1.9;
	font-weight:400;
}
a {
	color:#63ab45;
	text-decoration:none;
}
ul, ol, li {
	margin:0px;
	padding:0px;
}
li {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:1.9;
	font-weight:400;
	color:#060606;
	margin-left:0px;
	padding-left:5px;
	list-style: none;
}
hr {
	width:50px;
	height:3px!important;
	color:#1c2f5d;
	opacity:inherit;
	margin-top:0px;
}
.ml-30 {
	margin-left:30px;
}
.desk-display {
	display:none;
}
.font14 {
	font-size:14px!important;
	line-height:24px!important;
}
.font18 {
	font-size:18px!important;
	line-height:28px!important;
}
button:focus:not(:focus-visible) {
box-shadow:none;
}
.form-control:focus {
	border:#63ab45 solid 1px;
	box-shadow:none;
}
.navbar-light .navbar-brand {
	padding:0px;
}
.navbar-light .navbar-brand img {
	width:40%;
}
.navbar-light .navbar-toggler:hover {
	border-color:#63ab45;
}
.btn-primary {
	font-size:18px;
	font-weight:600;
	border-radius:0px;
	background:#63ab45;
	color:#fff;
	border:0;
}
.form-check-input {
	background-color:#fff;
	border-color:#000;
	outline:none;
}
.form-check-input:checked {
	background-color:#63ab45;
	border-color:#63ab45;
	outline:none;
}
.form-check-input:focus {
	border-color:#63ab45;
	outline:0;
	box-shadow:none;
}
.form-check-input:focus {
	border-color:#63ab45;
	outline:0;
	box-shadow:none;
}
.form-check img {
	margin-right:5px;
}
.btn-primary:focus {
	box-shadow:none;
}
.btn-primary:hover {
	background:#1c2f5d!important;
}
.btn-outline-primary {
	color:#63ab45;
	border-color:#63ab45;
	font-weight:600;
	padding:11px 30px;
}
.btn-outline-primary:hover {
	background:#63ab45;
	border-color:#63ab45;
	color:#FFFFFF;
}
.btn-secondary {
	font-size:14px;
	font-weight:600;
	border-radius:20px;
	background:#63ab45;
	color:#fff;
	border:0;
	padding:10px 30px;
}
span {
	color:#63ab45;
}
.navbar-brand {
	padding:0 15px;
}
.top-bar {
	background:#63ab45;
	z-index:10000;
	position:relative;
}
.bg-white {
	transition:1.5s ease-in;
	z-index:9999;
	padding:0px;
}
.bg-white.scrolled {
	box-shadow:#ebebeb40 0px 5px 0px;
	left:0;
	right:0;
}
.fixed-top {
	top:0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding:.8rem;
}
.navbar-light .navbar-nav .nav-item {
	margin-left:0px;
}
.navbar-light .navbar-nav .nav-link {
	font-family:'Poppins', sans-serif;
	font-size:14px;
	color:#444444!important;
	transition:1s;
}
.navbar-light .navbar-nav .nav-link:hover {
	color:#63ab45!important;
}
.navbar-light .navbar-nav .nav-link.active {
	color:#63ab45!important;
}
.dropdown-menu > li a:hover, .dropdown-menu > li.show {
	background:#63ab45;
}
.dropdown-menu .dropdown .dropdown-menu::-webkit-scrollbar {
width:8px;
}
.dropdown-menu .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
background:#ff9800;
border-radius:8px;
}
.dropdown-menu .dropdown .dropdown-menu::-webkit-scrollbar-track {
background:#FFFFFF;
}
.dropdown-item:focus, .dropdown-item:hover {
	background:#63ab45;
}
.dropdown-menu {
	padding:0px;
	border-radius:0px;
	border:none;
}
.dropdown-menu li {
	margin-left:0px;
	padding-left:0px;
}
.dropdown-menu li .fa {
	margin-right:5px;
}
.dropdown-menu .dropdown-item {
	font-family:'Poppins', sans-serif;
	color:#444444;
	font-size:13px;
	border-bottom:#dddddd solid 1px;
	padding-top:8px;
	padding-bottom:8px;
	transition:1s;
}
.dropdown-menu .dropdown-item:active {
	background:#63ab45;
}
.dropdown-menu .dropdown-item:hover {
	background:#63ab45;
	transition:1s;
	color:#FFFFFF;
}
.dropdown-menu .dropdown-item.active {
	background:#63ab45;
	color:#FFFFFF;
}
.phone-number {
	text-align:center;
	width:260px;
	border-left:#cfcfcf solid 1px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:10px;
}
.phone-number ul {
	text-align:right;
}
.phone-number ul li {
	display:inline-block;
	margin:0px;
	vertical-align:top;
}
.phone-number p {
	font-size:11px;
	font-weight:600;
	color:#3f3f3f;
	margin:0px 0px 0px 0px;
}
.phone-number h5 a {
	font-size:19px;
	color:#63ab45;
}
.phone-number ul li .fa {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	margin-right:5px;
}
.langu-bar {
	width:180px;
	margin-left:30px;
}
.banner-bg {
	background-size:cover!important;
	background-position:right!important;
}
.banner-bg:after {
	content:"";
	background:rgba(0, 0, 0, 0.2);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	height:450px;
}
.banner-content {
	padding-top:30px;
	z-index:99;
	position:relative;
}
.banner-content h2 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:700;
	font-family:'Poppins', sans-serif;
	text-shadow:#181818 0px 0px 3px;
	margin:0px;
}
.banner-content p {
	color:#FFFFFF;
	font-weight:700;
	text-shadow:#181818 0px 0px 3px;
}
.airline-bg {
	background-size:cover!important;
	background-position:right!important;
}
.air-bgcontent {
	padding-top:50px;
}
.air-bgcontent h2 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:700;
	font-family:'Poppins', sans-serif;
	text-shadow:#181818 0px 0px 3px;
	margin:0px;
}
.searh-engain {
	padding-bottom:0px;
	position:relative;
	z-index:1000;
}
.searh-engain .fo-icon {
    position: absolute;
    z-index: 100;
    margin-left: 16px;
    margin-top: 15px;
    color: #c3c3c3;
}
.searh-engain .form-control {
	border:#bcbdbd solid 1px;
	padding-left:30px;
	border-radius: 5px !important;
}
.searh-engain .nav-tabs {
	border-bottom:1px solid #434a54;
}
.searh-engain .nav-tabs li {
	margin-left:0px;
	padding-left:0px;
}
.searh-engain .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background:#434a54;
	color:#FFFFFF;
	border:none;
}
.searh-engain .nav-tabs .nav-link {
	border:none;
	background:#fff;
	color:#63ab45;
	font-weight:600;
	padding:7px;
	padding-left:25px;
	padding-right:25px;
}
.searh-engain .tab-content {
	background:#fff;
	color:#000;
	padding:15px 20px 10px;
	border-radius: 10px;
}
.searh-engain label {
	font-weight:600;
}
.searh-engain .form-label {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.searh-engain .form-control {
	background:#fff;
	outline:none;
	font-size: 13px;
    font-weight: 500;
}
.searh-engain .TrustLogo{
	display:none;
}

.searh-engain .form-control:focus {
    border: #bcbdbd solid 1px;
    outline: none;
    box-shadow: none;
    z-index: 1;
}
.searh-engain .btn-outline-secondar {
	width:100%;
	border:1px solid #ced4da;
}
.searh-engain .dropdown-menu {
	border-radius:0rem;
	padding:0px;
	min-width:20rem;
}
.searh-engain .dropdown-menu li {
	margin-left:0px!important;
	padding:5px 10px!important;
	display:block;
}
.searh-engain .dropdown-menu li:first-child {
	background:#ececec;
	padding:10px!important;
}
.searh-engain .dropdown-menu li:last-child {
	padding:0px!important;
	text-align:center;
}
.searh-engain .dropdown-item {
	background:#63ab45;
	color:#FFFFFF;
	font-weight:700;
}
.searh-engain .dropdown-item:hover {
	background:#1c2f5d;
	color:#63ab45;
}
.searh-engain .tab-content .btn-primary {
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    background: #63ab45;
    color: #fff;
    outline: none;
    padding: .375rem .75rem;
    width: 50%;
}



.searh-engain .dropdown-menu .left-text {
	font-size:13px;
	padding-right:0px;
	padding-top:6px;
	font-weight:600;
	color:#000;
	text-align:left;
}
.searh-engain .dropdown-menu .form-control {
	padding-left:10px!important;
}
.searh-engain span {
	cursor:pointer;
}
.searh-engain .number {
	text-align:center;
}
.searh-engain .minus, .plus {
	display:inline-block;
	font-size:22px;
	color:#1c2f5d;
	vertical-align: middle;
	text-align: center;
}
.searh-engain .addinput {
	font-size:14px;
	height:34px;
	width:50px;
	text-align: center;
	border:none;
	display: inline-block;
	vertical-align: middle;
}


.ShortDesSlider {
    background: transparent linear-gradient(0deg,#000 0%,#54545400 100%) 0% 0% no-repeat padding-box;
    padding: 30px 0px;
    margin-top: 50px;
	text-align:center;
}

.ShortDesSlider h2 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #d3d3d3;
    padding: 18px 0 10px 0;
    margin: 0px;
}

.ShortDesSlider p{
	font-size: 13px;
    line-height: 18px;
    margin: 0;
	padding:0px;
	color:#d3d3d3;
	
}

.customerService {
	display:none;
}









.outbg {
	background:none!important;
}
.outbg label {
	color:#FFFFFF;
}
.outbg .form-check-input[type=radio] {
	border-color:#fff;
}
.outbg .form-check-input {
	background-color:transparent;
}
.outbg .form-check-input:checked {
	background-color:transparent;
	border-color:#ffffff;
}
main {
	overflow:hidden;
}
.leftsec p {
	font-size:12px;
	font-weight:500;
	line-height:22px;
}
.leftsec p span {
	color:#63ab45;
}
.flight-pack {
	position:absolute;
	width:40%;
	padding:20px 25px 30px 15px;
}
.flight-pack h4 {
	color:#fff;
	font-weight:400;
}
.flipack {
	border:1px solid #dadada;
	border-radius: 5px 5px 5px 5px;
	padding: 0 10px 0 10px;
	
}
.flipack ul li {
	list-style:none;
	border-bottom:1px solid #dadada;
	padding:10px 15px;
	font-size:15px;
	color:#3f3f3f;
	cursor:pointer;
	margin:0px;
}
/*.flipack ul li:last-child {
	border-bottom:none;
}*/
.flipack ul li:hover {
	transition:1s;
	border-bottom:1px solid #63ab45;
}
.flipack ul li:hover .aircode {
	color:#63ab45;
}
.flipack ul li:hover .date {
	color:#63ab45;
}
.flipack ul li:hover .airprice {
	color:#63ab45;
}
.flipack ul li:hover .fromright {
	color:#63ab45;
}
.flipack ul li:hover .peraduit {
	color:#63ab45;
}
.flipack ul li .airlogo {
	width:60px;
	outline:1px solid #fff;
	outline-offset:-1px;
	border-radius:8px;
}
.flipack ul li .aircode {
	font-size:15px;
	font-weight:600;
	color:#3f3f3f;
	line-height:18px;
}
.flipack ul li .date {
	font-size:13px;
	color:#3f3f3f;
	font-weight:normal;
	line-height:18px;
}
.flipack ul li .airprice {
	font-size:18px;
	color:#1c2f5d;
	text-align:right;
	font-weight:600;
}
.flipack ul li .bordpri {
	border-left:1px solid #ddd;
	text-align:right;
}
.flipack ul li .fromright {
	font-size:13px;
	color:#3f3f3f;
	font-weight:normal;
	line-height:18px;
}
.flipack ul li .peraduit {
	font-size:13px;
	color:#3f3f3f;
	font-weight:normal;
	line-height:18px;
	font-weight:500;
}
.card-img-overlay {
	top:auto;
}
.flirightbox .card-title {
	color:#FFFFFF;
	font-weight:500;
}
.card:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: -moz-linear-gradient(top, transparent 43%, transparent 47%, rgba(0, 0, 0, 0.65) 100%);
	background: -webkit-linear-gradient(top, transparent 43%, transparent 47%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, transparent 43%, transparent 47%, rgba(0, 0, 0, 0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}
/*Domestic*/
.searh-inner {
	top:0px;
	padding-top:0px!important;
	padding-bottom:0px!important;
}
.domepack ul li {
	list-style:none;
	border:1px solid #dadada;
	padding:10px 15px;
	font-size:15px;
	color:#3f3f3f;
	cursor:pointer;
	margin:0px;
	margin-bottom:15px;
}
.domepack ul li:hover {
	transition:1s;
	border:1px solid #63ab45;
	box-shadow:#e1e1e1 0px 0px 10px 0px;
}
.domepack ul li:hover .aircode {
	color:#63ab45;
}
.domepack ul li:hover .date {
	color:#63ab45;
}
.domepack ul li:hover .airprice {
	color:#63ab45;
}
.domepack ul li:hover .fromright {
	color:#63ab45;
}
.domepack ul li:hover .peraduit {
	color:#63ab45;
}
.domepack ul li .aircode {
	font-size:16px;
	font-weight:600;
	color:#3f3f3f;
	line-height:22px;
}
.domepack ul li .date {
	font-size:13px;
	color:#3f3f3f;
	font-weight:normal;
	line-height:18px;
}
.domepack ul li .airprice {
	font-size:18px;
	color:#63ab45;
	text-align:right;
	font-weight:600;
}
.domepack ul li .bordpri {
	border-left:1px solid #ddd;
	text-align:right;
}
.domepack ul li .fromright {
	font-size:13px;
	color:#3f3f3f;
	font-weight:normal;
	line-height:18px;
}
.domepack ul li .peraduit {
	font-size:12px;
	color:#3f3f3f;
	font-weight:normal;
	line-height:18px;
	font-weight:500;
}
.explore-main h2 {
	font-weight:400;
	color:#1c2f5d;
	font-size:24px;
}
.explore-main h4 {
	font-weight:400;
	color:#1c2f5d;
}
.explore-main .btn-link {
	color:#63ab45;
}



.AddonService .box {
	position:relative;
}

.AddonService {
	padding:30px 0 40px 0;
}

.AddonService  .explore-main h2 {
    font-weight: 600;
    color: #1c2f5d;
    font-size: 24px;
    padding: 0 0 17px 0;
}

.AddonService .box img{
	border-radius:10px;
	width:100%;
}

.AddonService .box h4{
	position: absolute;
    left: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg,#00000000 0%,#000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 16px;
	font-weight:400;
}

.TruustPilot {
	background: #eee;
    padding: 30px 0 40px;
}

.TrustHeader span {
	    font-size: 17px;
    color: #1c2f5d;
    font-weight: 700;

}

.TrustHeader h3 {
	    font-size: 16px;
    color: #222;
    margin-top: 15px;
	font-weight:400;
}

.TrustHeader h3 a{
	 color: #222;
}

.TrustHeader p{
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:500;
}



.TrustHeader h3 span{
	display: inline-block;
    background: #0c1129;
    color: #fff;
    padding: 2px 5px;
	font-weight:400;
}

.TrustPilotSlider .item {
    background: #fff;
    padding: 15px 20px 15px 35px;
    border-radius: 5px;
    box-shadow: 0 0 5px #d5d5d5;
    min-height: 155px;
}

.TrustPilotSlider .slick-slide {
    margin: 0 0px 0 0px;
    padding: 5px;
}

.TrustPilotSlider .Logo img{
	display:inline-block;
}
.TrustPilotSlider .Logo span{
    background: #0c1129;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
	    margin: 0 10px 0 0;
}

.TrustPilotSlider .Logo strong{
    color: #888;
    margin-top: 10px;
    font-size: 12px;
	font-weight:400;
}

.Logo {
    margin-bottom: 20px;
}

.TrustPilotSlider .item .wrapper h3{
	font-weight: 700;
    color: #222;
	font-size:16px;
	margin:0px;
	padding:0px;
}

.TrustPilotSlider .item .wrapper p{
    margin: 0;
    font-size: 14px;
	padding:0px;
}

.TrustPilotSlider .item .wrapper p a{
	color:#1c2f5d;
	font-weight:700;
}

.TrustPilotSlider .slick-prev {
    left: -12px;
}

.TrustPilotSlider .slick-next {
    right: -12px;
}

.TrustPilotSlider .slick-prev, .TrustPilotSlider .slick-next, .TrustPilotSlider .slick-reset {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: #1c1c1c;
    border: #f0f0f0 solid 1px;
    outline: none;
    background: #ffffff;
    z-index: 1;
    border-radius: 50%;
}

.TrustPilotSlider .slick-prev:before, .TrustPilotSlider .slick-next:before {
    font-family: fontawesome;
    font-size: 26px;
    line-height: 13px;
    opacity: 1;
    color: #396dbd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}









.footer-bg {
	background:#040a17;
}
.footer-bg strong {
	color:#63ab45;
}
.footer-bg h6 {
	font-weight:600;
	color:#fff;
	font-size:18px;
	margin-bottom:10px;
}
.footer-bg p {
	color:#fff;
	font-size:14px;
}
.footer-bg ul {
	margin-left:0px!important;
}
.footer-bg ul li {
	text-decoration:none;
	text-transform:none;
	list-style:none;
	margin-left:0px;
}
.footer-bg ul li a:before {
	font-family:fontawesome;
	content:"\f105";
	margin-right:6px;
}
.footer-bg ul li a {
	font-size:14px;
	color:#d2d4d6;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	transition:1s;
	text-decoration:none;
}
.footer-bg ul li a:hover {
	color:#fff;
}
.footer-border {
	border-top:1px solid rgba(225, 225, 225, .1);
	padding-top:15px;
}
.footer-botom {
	background:#040a17;
}
.footer-botom p {
	color:#d2d4d6;
	font-size:14px;
	margin:0px;
}
.footer-social ul {
	text-align:right;
	margin:0px!important;
	padding:0px;
}
.footer-social ul li {
	display:inline-block;
	text-decoration:none;
	margin-left:5px;
}
.footer-social ul li a {
	border:#fff solid 1px;
	color:#fff;
	font-size:13px;
	line-height:26px;
	text-align:center;
	border-radius:100%;
	width:28px;
	height:28px;
	display:block;
}
.footer-social ul li a:hover {
	background:#fff;
	color:#63ab45;
}
.footer-logo {
	margin-top:15px;
}
.footer-logo ul {
	text-align:center;
	justify-content:center;
	list-style:none;
	display:flex;
}
.footer-logo ul li {
	display:inline-block;
	margin:0 4px;
}
.footer-logo ul li img {
	height:33px;
	opacity:.7;
}
.footer-logo ul li img:hover {
	opacity:1;
}
.footer-logo p {
	font-size:11px;
}
.call-bg a {
	background:#1c2f5d;
	display:block;
	color:#fff;
	padding:5px 10px;
	text-align:center;
	transition:1s;
	z-index:1000000000000000000;
}
.call-bg a span {
	width: 50px;
	height: 50px;
	float: left;
	font-size:20px;
	text-align: center;
	line-height: 50px;
	background: #63ab45;
	color: #fff;
	border-radius: 50%;
	margin: 0 0 5px 15px;
}
.call-bg p {
	margin-bottom:0px;
	font-size:11px;
	color:#fff;
}
.call-bg h4 {
	margin-bottom:0px;
	color:#fff;
}
.call-bg a span .fa {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	margin-right:5px;
}
.modal {
	z-index:100000000000000;
}
.modal-header {
	background:#ffc107;
	border-bottom:none;
	padding:0.5rem 1rem;
}
.modal-title {
	color:#fff;
	font-weight:500;
	font-size:16px;
}
.modal-body {
	padding:1rem 0rem;
}
.popup-img {
	background:url(../images/popup-img.png) left bottom no-repeat;
}
.pop-content {
	text-align:center;
	padding-top:10px;
}
.pop-content h5 {
	color:#000000;
	font-size:16px;
	font-weight:600;
}
.pop-content h2 {
	font-size:22px;
	font-weight:500;
}
.pop-phone {
	margin-left:30px;
}
.pop-phone a {
	color:#63ab45;
	font-size:32px;
	font-weight:700;
}
.pop-phone a:hover {
	color:#000;
}
.pop-blue {
	background:#63ab45;
	padding:15px 10px;
}
.pop-blue p {
	color:#FFFFFF;
	font-size:14px;
	font-weight:600;
	margin-bottom:0px;
}
.pop-blue .table {
	border-color:#ffc107;
}
.pop-blue td {
	background:none!important;
	padding:0px;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
}
.tdcolor {
	background:#ffc107!important;
	font-weight:700;
}
.pop-footer {
	border:none;
	text-align:left;
	font-size:13px;
	padding:5px 15px;
}
.btn-close {
	font-size:10px;
}
.pagebg {
	/*background: #f9f9f9;*/
	background: #eeeff1;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
/*About page*/
.title-bg {
	background:#47822f;
}
.title-bg h2 {
	font-size: 60px;
    color: #FFFFFF;
    padding: 100px 0px;
}
.title-bg ul {
	text-align:center;
}
.title-bg ul li {
	display:inline-block;
	font-weight:600;
	font-size:14px;
	color:#FFFFFF;
	margin:0px;
	padding:0px 5px;
}
.title-bg ul li a {
	color:#000000;
}
.title-bg ul li a:hover {
	color:#FFFFFF;
}
.title-bg ul .active {
	color:#FFFFFF;
}
.inner-page h2 {
	font-size:30px;
	color:#000;
}
/*No result found*/
.noresult-main hr {
	width:30%;
	margin:20px auto;
}
.noresult-main h4 {
	color:#000000;
}
.noresult-main h6 {
	font-size:16px;
	font-weight:400;
	color:#000000;
}
.noresult-main h2 {
	color:#63ab45;
}
.noresult-main h2 a {
	color:#63ab45;
}
.noresult-main p {
	font-size:14px;
}
.searchbar {
	background:#434a54;
	margin-top:84px;
}
/*Searcing*/
.box-righttop {
	background:#67bcff;
	border:1px solid #67bcff;
	margin-left:-30px;
	margin-right:-30px;
	box-shadow:#0089f5 0px 0px 10px;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}
 @keyframes glowing {
 0% {
background-color: #67bcff;
-webkit-box-shadow: 0 0 3px #67bcff;
}
 50% {
background-color: #63ab45;
-webkit-box-shadow: 0 0 40px #63ab45;
}
 100% {
background-color: #67bcff;
-webkit-box-shadow: 0 0 3px #67bcff;
}
}
@-webkit-keyframes glowing {
 0% {
background-color: #67bcff;
-webkit-box-shadow: 0 0 3px #67bcff;
}
 50% {
background-color: #63ab45;
-webkit-box-shadow: 0 0 40px #63ab45;
}
 100% {
background-color: #67bcff;
-webkit-box-shadow: 0 0 3px #67bcff;
}
}
.box-righttop h5 {
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
}
.box-righttop p {
	color:#FFFFFF!important;
	line-height:20px;
}
.box-right {
	background:#f9f9f9;
	padding-left:30px;
	padding-right:30px;
}
.box-right p {
	font-size:14px;
	color:#33404f;
	margin-bottom:5px;
}
.box-right label {
	width:100%;
}
.box-right span {
	font-size:13px;
	line-height:23px;
	color:#33404f;
}
.box-right .float-end {
	color:#63ab45;
}
.time_filter {
	padding: 0;
	list-style: none;
	margin-right: -9px;
	overflow: hidden;
	margin-bottom: 0;
}
.time_filter li {
	line-height: 18px;
	width: calc(50% - 9px);
	min-height: 87px;
	margin-right: 9px;
	margin-bottom: 9px;
	float: left;
	font-size: 11px;
	border: 1px solid #ced0d4;
	border-radius: 10px;
	white-space: nowrap;
	text-align: center;
	padding: 5px 9px 9px;
	cursor: pointer;
	margin-left:0px;
}
.time_filter li strong {
	display: block;
}
.range-box {
	position:relative;
	width:100%;
	height:50px;
	margin-top:30px;
}
.range-box span {
	font-weight:700;
	font-size:14px;
}
input[type="range"] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width:100%;
	outline:none;
	position:absolute;
	margin:auto;
	top:-50px;
	bottom:0;
	background-color:transparent;
	pointer-events:none;
}
.slider-track {
	width:100%;
	height:5px;
	margin:auto;
	top:0;
	bottom:0;
	border-radius: 5px;
	background:#1c2f5d;
}
input[type="range"]::-webkit-slider-runnable-track {
-webkit-appearance:none;
appearance:none;
height:5px;
}
input[type="range"]::-moz-range-track {
-moz-appearance:none;
appearance:none;
height:5px;
}
input[type="range"]::-ms-track {
appearance:none;
height:5px;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance:none;
appearance:none;
height:1.7em;
width:1.7em;
background-color:#63ab45;
cursor:pointer;
margin-top:-9px;
pointer-events:auto;
border-radius:50%;
}
input[type="range"]::-moz-range-thumb {
-webkit-appearance:none;
appearance:none;
height:1.7em;
width:1.7em;
cursor:pointer;
border-radius:50%;
background-color:#63ab45;
pointer-events:auto;
}
input[type="range"]::-ms-thumb {
appearance:none;
height:1.7em;
width:1.7em;
cursor:pointer;
border-radius:50%;
background-color:#63ab45;
pointer-events:auto;
}
input[type="range"]:active::-webkit-slider-thumb {
background-color:#ffffff;
border:3px solid #63ab45;
}
.values {
	background-color: #63ab45;
	width:32%;
	position:relative;
	margin:auto;
	padding:10px 0;
	border-radius:5px;
	text-align:center;
	font-weight:500;
	font-size:25px;
	color:#ffffff;
}
.values:before {
	content:"";
	position:absolute;
	height:0;
	width:0;
	border-top:15px solid #63ab45;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	margin:auto;
	bottom:-14px;
	left:0;
	right:0;
}
.table-left {
	width:80px;
	font-size:13px;
}
.thbox {
	min-width:138px;
	text-align:center;
}
.thbox p {
	margin-bottom:0px;
}
.box-center th:first-child, td:first-child {
	position:sticky;
	left:0px;
	background:#FFFFFF;
}
.box-center .thbox img {
	height:30px;
}
.box-center .thbox a p {
	font-size:13px;
	color:#000000;
	margin-bottom:0px;
}
.box-center .table td a p {
	font-size:13px;
	color:#000000;
	margin-bottom:0px;
}
.box-center .table td:hover {
	background:#f1f2f3;
}
.box-center ::-webkit-scrollbar {
width:5px;
background-color:#fff;
}
.box-center ::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#63ab45;
-webkit-border-radius:10px;
-moz-border-radius:10px;
-ms-border-radius:10px;
-o-border-radius:10px;
}
.flight-box {
	background:#FFFFFF;
	border:#ebebeb dashed 1px;
	box-shadow:#f3f3f3 0px 0px 5px;
	border-radius:0px;
	padding:0px;
}
.flight-box span {
	font-size:13px;
	line-height:35px;
	font-weight:500;
	color:#333;
}
.flight-time {
	color:#313541;
	text-transform:lowercase;
	font-size:0.9rem;
	font-weight:700;
}
.airport-name {
	font-size: 0.9rem;
	color: #73767f;
	font-weight: 700;
}
.trip-duration {
font-size:.75rem;
	color:#313541;
}
.flexi-content {
	display: inline-block;
	padding: 7px 0;
	color: #1c2f5d;
	font-size: 13px;
 animation: blinkingText .8s infinite;
}
.flexi-content span {
	padding: 3px 10px;
	border: 1px solid #1c2f5d;
	color: #1c2f5d;
	margin-right: 15px;
	margin-left: 0;
	background: #d6eeff;
	border-radius: 5px;
}
.trip-duration span {
font-size:.75rem!important;
	padding: 3px 10px;
	border: 1px solid #1c2f5d;
	color: #1c2f5d;
	background: #d6eeff;
	border-radius: 5px;
}
.flight-box hr {
	margin:5px 0;
}
.flight-right {
	border-left:#ebebeb solid 1px;
}
.flight-right h4 {
	font-size:1.2rem;
	margin:0px;
	color:#63ab45;
}
.flight-right p {
	font-size:12px;
}
.expend p {
	font-size:13px;
}
.expend img {
	margin-right:10px;
}
.cabin-box {
	margin-top:15px;
}
.cabin-box ul {
	text-align:left;
}
.cabin-box ul li {
	display:inline-block;
	padding:0 10px;
	border-right:#cccccc solid 1px;
	font-size:13px;
}
.cabin-box ul li:first-child {
	padding-left:0px;
}
.cabin-box ul li:last-child {
	border-right:none;
	padding-right:0px;
}
.deta-but {
	color:#63ab45;
	cursor:pointer;
	font-weight:700;
	font-size:14px;
}
.deta-but:hover {
	color:#666;
}
.more-border {
	border-top:1px dashed #ccc;
	padding-top:10px;
}
/*Fare Summary*/
.back-but {
	font-size:1rem!important;
	padding:10px 15px;
}
.payment-wrapper .go-button {
	padding: 0 0 20px;
}
.secure_payment {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
.secure_payment li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #d5d5d5;
	position: relative;
}
.secure_payment li span {
	display: block;
	position: relative;
	padding-left: 66px;
	font-size:14px;
	color:#595959;
	line-height:1.4;
}
.secure_payment li span img {
	position: absolute;
	left: 0;
}
.secure_payment li.last {
	border: none;
}
.secure_payment li span.certified {
	padding-left: 35px;
}
.secure_payment li span.easy {
	padding-left: 43px;
}
.mainheading {
	background: #fff;
	color: #1c2f5d;
	margin: -15px -15px 10px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.payment_itinary .mainheading {
	margin: 0;
}
.mainheading .icon {
	width: 35px;
	margin-right: 10px;
}
.mainheading .icon.flightdetail {
	width: 30px;
}
.fare-summary h4 {
	font-size:1.25rem;
	color:#63ab45;
	font-weight:600;
}
.summary-box {
	border-left:#ebebeb solid 1px;
padding:1.5rem .5rem 0rem .5rem;
}
.summary-box ul {
	text-align:right;
}
.summary-box ul li {
	display:inline-block;
	padding:0 10px;
	font-size:13px;
}
.summary-box ul li:first-child {
	padding-left:0px;
}
.summary-box ul li:last-child {
	border-right:none;
	padding-right:0px;
}
.lay-box i {
	font-size:14px;
	color:#63ab45;
	margin-right:5px;
}
.lay-box p {
	font-size:14px;
}
.protection-box {
	background:#FFFFFF;
	border:#ebebeb dashed 1px;
	box-shadow:#f3f3f3 0px 0px 5px;
	border-radius:0px;
	padding:0px;
}
.protection-right ul li {
	list-style:none;
	width:calc(48% - 25px);
	float:left;
font-size:.875rem;
	color:#212529;
	line-height:1.5rem;
	margin-right:1.25rem;
	min-height:1.813rem;
	position:relative;
}
.protection-right ul li .fa {
	color:#63ab45;
	font-size:16px;
	margin-right:10px;
}
.protection-right h6 {
	font-weight:500;
}
.tra-check {
	background:#fef6f4;
	font-size:14px;
	padding:5px 30px;
}
.tra-tab .nav-tabs .nav-link {
	background:#fff;
	color:#000;
	margin:0;
	font-weight:500;
	border:#e9ecef solid 1px;
}
.tra-tab .nav-tabs .nav-link.active {
	background:#63ab45;
	color:#FFFFFF;
}
.note-bg {
	background:rgb(245, 251, 254);
	font-size:13px;
	padding:5px;
	margin-bottom:10px;
}
.note-left {
	background:rgb(116, 191, 219);
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	margin-right:10px;
	padding:3px 7px 1px;
	border-radius:3px;
}

.swapBtn {
    position: absolute;
    right: -17px;
    top: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    z-index: 2;
    border-radius: 50% !important;
    border: 1px solid #bcbdbd;
    color: #63ab45;
}

.swapBtn:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    height: 30px;
    background: #fff;
    width: 5px;
    top: -1px;
    transform: translateX(-50%);
	    z-index: -1;
}

.leavingCity .form-control {
    padding: 12px 20px 12px 35px;
	
}


.GoingCity .form-control {
    padding: 12px 20px 12px 35px;
	
}



.TrvlDate .form-control {
    padding: 12px 60px 12px 20px;
}

.Trvlr .form-control {
    padding: 12px 60px 12px 20px;
}

.TrvlDate .fo-icon {
    position: absolute;
    z-index: 100;
    margin-left: -2px;
    margin-top: 14px;
    color: #c3c3c3;
}

.Trvlr .fo-icon {
    position: absolute;
    z-index: 100;
    margin-left: 4px;
    margin-top: 14px;
    color: #c3c3c3;
}


.main-from .col-lg-3 {
	padding-left:3px;
	padding-right:3px;
}

.bdr1{
	    border: #bcbdbd solid 1px;
    border-radius: 5px !important;
	margin:0px;
}

.bdr1 input{
	cursor:pointer;
}

.bdr-n{
	border:none !important;
}

.br-r{
	border-right:0px !important;
}

.br-l{
	border-left:0px !important;
}

.p-r-0{
	padding-right:0px;
}

.p-l-0{
	padding-left:0px;
}


.pl-0 {
	padding-left:0px;
}
.pr-0 {
	padding-right:0px;
}
.btn-outline-secondary {
	color:#fff;
	font-weight:600;
	border-color:#63ab45;
	background:#63ab45;
}
.fare-text {
	font-size:14px!important;
}
.fare-total {
	font-size:16px!important;
	color:#63ab45!important;
}
.trav-info {
	font-size: 15px;
	font-weight: 600;
	color: #4b4b4b;
}
.trav-info p {
	font-size: 14px;
}
.ff-logo {
	width: 35px;
	position: absolute;
	left: 7px;
	top: 0;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.input-group-text {
	background:none;
	padding:0.5rem 1.3rem;
}
.wselection {
	border: 1px solid #ccc;
	padding: 6px 10px;
	margin-bottom: 7px;
}
.refun-text {
	font-size: 12px;
	font-weight: 500;
	color: #686868;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 10px 0;
	padding: 7px;
}
.txt {
	font-size: 11px;
	color: #b3b3b3;
	padding: 10px 5px;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.tcp_plan .table>thead>tr>th {
	border-width:0px 0px 1px;
}
.tcp_plan .tdwidth {
	text-align:center;
}
.tcp_plan .heading {
	padding: 6px 0 5px;
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.tcp_plan table tr td strong {
	color: #4b4b4b;
	display: block;
}
.tcp_plan table tr td strong {
	color: #4b4b4b;
	display: block;
}
.tcp_plan .tcp_price strong {
	font-size: 21px;
}
.tcp_plan table tr td {
	border: none;
	vertical-align: middle;
	padding: 8px 0;
	font-size: 13px;
	color: #49575c;
}
.tcp_plan .selected-btn {
	background: #bbb;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	width: 138px;
	display: inline-block;
	text-decoration: none;
	cursor: default;
	margin-top: 10px;
	border-radius: 3px;
}
.tcp_plan .selected-btn.active {
	background: #1c2f5d;
	color: #fff;
	border-color: #1c2f5d;
	margin-left: 0;
	cursor: pointer;
}
.cvv-txt {
	margin-top: 30px;
}
.secured-by {
	font-size: 10px;
	line-height: 12px;
}
.alert-msgs {
	margin-bottom: 15px;
	color: #1c2f5d;
	border: 1px solid #1c2f5d;
	padding: 10px;
	border-radius: 5px;
	background: #eaf1f7;
}
.price-summary .content-box {
	border: none!important;
	box-shadow: 0 2px 3px #00000029;
	border-radius: 6px;
}
.price-summary .content-box {
	padding: 15px 15px 10px;
	background: #fff;
	margin-bottom: 12px;
	border: 1px solid #d3e1ec;
}
.price-summary .content-box .fare-section {
	border-bottom: 1px solid #e6e6e6;
}
.price-summary .content-box .fare-section .main {
	font-size: 14px;
	display: block;
	padding: 10px 0;
}
.price-summary .content-box .fare-section .main span {
	float: right;
}
.price-summary .content-box .fare-section.total-price {
	margin: -2px -15px -10px;
	padding: 0 15px;
	border: 0;
	background: #63ab45;
	color: #fff;
	border-radius: 0 0 10px 10px;
}
.price-summary .content-box .fare-section .main.bold {
	font-weight: 700;
}
.price-summary .content-box p {
	clear: both;
	text-align: justify;
	font-size: 12px;
	margin: 0;
}
.price-summary .content-box .fare-section .main .input-group input {
	padding: 10px;
	font-size: 14px;
	float: left;
	color: #555;
	width: calc(100% - 40px);
	border: 1px solid #bfbdbb;
}
.price-summary .content-box .fare-section .main .input-group .go-btn {
	background: #686b70;
	color: #fff;
	padding: 11px;
	font-size: 14px;
	position: absolute;
	right: 0;
	cursor: pointer;
}
.edit-box ul {
	text-align:left;
	margin-bottom:0px;
	margin-top:5px;
}
.edit-box ul li {
	display:inline-block;
	font-size:14px;
	font-weight:400;
	margin:0px 8px 0px 0px;
	padding:0px;
}
.edit-box p {
	color:#fff;
	font-weight:400;
	font-size:14px;
}
.edit-box .btn-primary {
	font-size:14px;
	font-weight:400;
	padding:12px 20px;
	border-radius:5px;
	float:right;
	margin:10px 0px;
}
.modify-src-btn {
	background: #135e99;
	width: 55px;
	text-align: center;
	cursor: pointer;
	padding: 12px 0px;
}
/*Popup loder*/
.loder-main {
	background: #fff;
	box-shadow:#e7e7e7 0px 0px 30px;
	padding: 10px;
	border-radius:10px;
}
.lod-dest ul {
	text-align:center;
	margin-bottom:5px;
}
.lod-dest ul li {
	display:inline-block;
	font-size:18px;
	margin:0px 8px;
	padding:0px;
}
.lod-dest ul li .fa {
	color:#a5a6bb;
	font-size:22px;
}
.lod-dest h6 {
	font-weight:600;
	font-size:14px;
	color:#000000;
}
.lod-dest p {
	color:#63ab45;
}
/*Contact page*/
.cont-left {
	padding:40px 40px 40px 40px;
	background:#162849;
	    margin-top: 30px;
}
.cont-left h5 {
	font-size: 27px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #FFF;
	text-align: center;
}

.cont-left p{
	font-style: italic;
    margin: 0 0 35px 0;
    color: #F3F3F3;
	    text-align: center;

}

.cont-left .btn-primary {
    width: 100%;
}

.cont-left ul li {
	list-style: none;
	margin-bottom: 0px;
	display: flex;
	padding: 0px 0px 15px 0;
	margin-left: 0px;
}
.cont-left ul li:last-child {
	border-bottom:none;
}

.cont-right {
    padding: 0 0px 0 100px;
}

.cont-right ul li {
	list-style:none;
	margin-bottom:15px;
	display:flex;
	padding:20px 20px;
	border-bottom:#45474c solid 1px;
}
.cont-right ul li:last-child {
	border-bottom:none;
}

.cont-right .map-info {
    background-color: rgba(13, 27, 32, 0.8);
    border-radius: 50%;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.75);
    color: #fff;
    height: 330px;
    margin: 20px 20px;
    overflow: hidden;
    padding: 55px 10px 0;
    position: relative;
    text-align: center;
    width: 330px;
    z-index: 1;
}

.cont-right .map-info h3{
	color:#fff;
	font-size:20px;
	font-weight:700;
	padding:0px;
	margin:0px 0 20px 0;
}

.cont-right .map-info p{
	color:#fff;
	line-height:22px;
	font-size:14px;
	padding:0px 10px 0 10px;
	margin:0px;
}

.cont-right .map-info p a{
	color:#fff;
}

.cont-right .footer-block {
    background-color: #d40046;
    padding: 7% 0 12% 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #FFF;
}

.cont-right .footer-block p{
	font-size:10px;
}

.supportBlock {
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 6px 8px -6px rgba(0,0,0,.4);
    background: linear-gradient(#fff, #fff);
	text-align:center;
}
.supportBlock h3{
	text-align: center;
    color: #000;
    padding: 0px 0 0 0;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
	font-weight:500;
}
.supportBlock h4{
	    background: #1c2d4c;
    width: 100%;
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.supportBlock h4 a{
	color:#fff;
}

.supportBlock h4 a:hover{
	color:#63ab45;
}

.contactPage {
    /*background: url(../images/contact-support-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: contain;
}











.cont-icon {
	float:left;
	text-align:center;
	color:#1c2f5d;
	font-size:22px;
}
.cont-text {
	float:left;
	padding-left:15px;
	padding-top:5px;
}
.cont-text h6 {
	color:#000;
}
.cont-text p {
	color:#000;
	line-height:24px;
}
.cont-text p a {
	color:#000;
}
.cont-text p a:hover {
	color:#000;
	text-decoration:underline;
}
.map iframe {
	border: 1px solid #ccc !important;
}
/*Passenger Details*/
.accordion-button {
	font-size:18px;
	font-weight:700;
	color:#63ab45;
}
.accordion-button .fa {
	margin-right:10px;
}
.accordion-button:not(.collapsed) {
background:#63ab45;
color:#FFFFFF;
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
.accordion-item {
	background-color:#f9f9f9;
	border:solid rgb(229 229 229 / 39%);
	border-width:0px 0px 1px;
}
/*Flights*/
.card-left img {
	margin-right:10px;
}
.card-left h5 {
	font-size:14px;
	font-weight:700;
	color:#343434;
	margin-bottom:0px;
}
.card-left p {
	font-size: 14px;
	color:#7E7E7E;
	margin-bottom:0px;
}
.card-right {
	text-align:right;
}
.card-right h5 {
	font-size:14px;
	color:#63ab45;
	margin-bottom:0px;
}
.card-right p {
	font-size: 14px;
	color:#7E7E7E;
	margin-bottom:0px;
}
/*Enq-popup*/
.pop-left {
	background:#63ab45;
	text-align:center;
	padding-bottom:60px;
}
.pop-left h5 {
	color:#fff;
	font-size:16px;
	font-weight:600;
	margin-top:50px;
}
.pop-left h2 {
	font-size:22px;
	font-weight:500;
	color:#fff;
}
.phone-left {
	margin-left:0px;
}
.phone-left a {
	color:#ffc107;
	font-size:26px;
	font-weight:700;
}
.phone-left a:hover {
	color:#fff;
}
.pop-left .fa-times-circle {
	float:left;
	font-size:24px;
	color:#fff;
	margin-left:-10px;
	cursor:pointer;
}
.pop-left .fa-times-circle:hover {
	color:#ffc107;
}
.enq-popup .fa {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	margin-right:5px;
}
.pop-right ul li {
	margin:0px;
	padding:0px;
}
.pop-right .nav-justified .nav-item .nav-link {
	border-radius:0px;
	font-weight:700;
}
.pop-right .nav-tabs .nav-link.active {
	background:#f78e1b;
}
.pop-right .fo-icon {
	position:absolute;
	z-index:100;
	margin-left:10px;
	margin-top:10px;
	color:#63ab45;
}
.pop-right .form-control {
	padding-left:30px;
}
.pop-right .nav-tabs {
	border-bottom:1px solid #434a54;
}
.pop-right .nav-tabs li {
	margin-left:0px;
	padding-left:0px;
}
.pop-right .nav-tabs .nav-link {
	border:none;
	background:#63ab45;
	color:#fff;
	font-weight:600;
	margin:0px;
	padding:7px;
	padding-left:25px;
	padding-right:25px;
}
.pop-right .tab-content {
	background:#fff;
	color:#000;
	padding:15px 20px 10px;
}
.pop-right .form-control {
	background:#fff;
	outline:none;
}
.pop-right .form-control:focus {
	border:#63ab45 solid 1px;
	outline:none;
	box-shadow:none;
}
.pop-right .btn-primary {
	font-size:16px;
	font-weight:400;
	border-radius:0px;
	background:#63ab45;
	color:#fff;
	outline:none;
padding:.375rem .75rem;
}
/*Search-popup*/
.sear-popup {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
}
.search-top {
	background:#63ab45;
	padding-top:15px;
	padding-bottom:15px;
}
.search-top h6 {
	color:#FFFFFF;
	font-weight:500;
	margin-bottom:0px;
}
.search-top h2 {
	color:#FFFFFF;
	font-weight:500;
	margin-bottom:0px;
}
.search-aero {
	float:left;
	width:100%;
	font-size:42px;
	color:#fff;
	line-height:42px;
	height:25px;
}
.search-med {
	padding-top:15px;
	padding-bottom:15px;
}
.search-med h5 {
	color:#000000;
}
.search-med p {
	font-size:14px;
	line-height:20px;
}
.search-date {
	background:#ffc107;
}
.search-date ul {
	text-align:center;
}
.search-date ul li {
	text-align:center;
	display:inline-block;
	border-right:#cf9b00 dotted 1px;
	padding:10px 20px 5px;
	margin:0px;
}
.search-date ul li:first-child {
	padding-left:0px;
}
.search-date ul li:last-child {
	border-right:none;
	padding-right:0px;
}
.search-date ul li h6 {
	color:#000;
	font-size:14px;
}
.search-date ul li p {
	color:#FFFFFF;
	font-size:14px;
}
/*validation*/
.valid {
	background:#c93020;
	padding:5px;
	color:#fff;
	font-size:12px;
	width:100%;
	display:block;
}
/**************************************
 ** -- Preloader Area CSS
 **************************************/
 .preloader {
	position: fixed;
	z-index: 999999999;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	right: 0;
}
.preloader .d-table {
	width: 100%;
	height: 100%;
	display: table!important;
}
.preloader .d-table .d-table-cell {
	vertical-align: middle;
	display: table-cell!important;
}
.preloader .lds-spinner {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.preloader .lds-spinner div {
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
	-webkit-animation: lds-spinner 1.2s linear infinite;
	animation: lds-spinner 1.2s linear infinite;
}
.preloader .lds-spinner div::after {
 content: " ";
 display: block;
 position: absolute;
 top: 5px;
 left: 35px;
 width: 5px;
 height: 20px;
 border-radius: 20%;
 background: #3e57d0;
 -webkit-border-radius: 20%;
 -moz-border-radius: 20%;
 -ms-border-radius: 20%;
 -o-border-radius: 20%;
}
.preloader .lds-spinner div:nth-child(1) {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg);
 -webkit-animation-delay:-1.1s;
 animation-delay:-1.1s;
 -moz-transform:rotate(0deg);
 -ms-transform:rotate(0deg);
 -o-transform:rotate(0deg);
}
.preloader .lds-spinner div:nth-child(2) {
 -webkit-transform:rotate(30deg);
 transform:rotate(30deg);
 -webkit-animation-delay:-1s;
 animation-delay:-1s;
 -moz-transform:rotate(30deg);
 -ms-transform:rotate(30deg);
 -o-transform:rotate(30deg);
}
.preloader .lds-spinner div:nth-child(3) {
 -webkit-transform:rotate(60deg);
 transform:rotate(60deg);
 -webkit-animation-delay:-.9s;
 animation-delay:-.9s;
 -moz-transform:rotate(60deg);
 -ms-transform:rotate(60deg);
 -o-transform:rotate(60deg);
}
.preloader .lds-spinner div:nth-child(4) {
 -webkit-transform:rotate(90deg);
 transform:rotate(90deg);
 -webkit-animation-delay:-.8s;
 animation-delay:-.8s;
 -moz-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 -o-transform:rotate(90deg);
}
.preloader .lds-spinner div:nth-child(5) {
 -webkit-transform:rotate(120deg);
 transform:rotate(120deg);
 -webkit-animation-delay:-.7s;
 animation-delay:-.7s;
 -moz-transform:rotate(120deg);
 -ms-transform:rotate(120deg);
 -o-transform:rotate(120deg);
}
.preloader .lds-spinner div:nth-child(6) {
 -webkit-transform:rotate(150deg);
 transform:rotate(150deg);
 -webkit-animation-delay:-.6s;
 animation-delay:-.6s;
 -moz-transform:rotate(150deg);
 -ms-transform:rotate(150deg);
 -o-transform:rotate(150deg);
}
.preloader .lds-spinner div:nth-child(7) {
 -webkit-transform:rotate(180deg);
 transform:rotate(180deg);
 -webkit-animation-delay:-.5s;
 animation-delay:-.5s;
 -moz-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 -o-transform:rotate(180deg);
}
.preloader .lds-spinner div:nth-child(8) {
 -webkit-transform:rotate(210deg);
 transform:rotate(210deg);
 -webkit-animation-delay:-.4s;
 animation-delay:-.4s;
 -moz-transform:rotate(210deg);
 -ms-transform:rotate(210deg);
 -o-transform:rotate(210deg);
}
.preloader .lds-spinner div:nth-child(9) {
 -webkit-transform:rotate(240deg);
 transform:rotate(240deg);
 -webkit-animation-delay:-.3s;
 animation-delay:-.3s;
 -moz-transform:rotate(240deg);
 -ms-transform:rotate(240deg);
 -o-transform:rotate(240deg);
}
.preloader .lds-spinner div:nth-child(10) {
 -webkit-transform:rotate(270deg);
 transform:rotate(270deg);
 -webkit-animation-delay:-.2s;
 animation-delay:-.2s;
 -moz-transform:rotate(270deg);
 -ms-transform:rotate(270deg);
 -o-transform:rotate(270deg);
}
.preloader .lds-spinner div:nth-child(11) {
 -webkit-transform:rotate(300deg);
 transform:rotate(300deg);
 -webkit-animation-delay:-.1s;
 animation-delay:-.1s;
 -moz-transform:rotate(300deg);
 -ms-transform:rotate(300deg);
 -o-transform:rotate(300deg);
}
.preloader .lds-spinner div:nth-child(12) {
 -webkit-transform:rotate(330deg);
 transform:rotate(330deg);
 -webkit-animation-delay:0s;
 animation-delay:0s;
 -moz-transform:rotate(330deg);
 -ms-transform:rotate(330deg);
 -o-transform:rotate(330deg);
}
@-webkit-keyframes lds-spinner {
 0% {
 opacity:1
}
 100% {
 opacity:0
}
}
@keyframes lds-spinner {
 0% {
 opacity:1
}
 100% {
 opacity:0
}
}
.customerService {
	width: 100%;
	overflow: hidden;
	background: #eeeff0;
	padding: 30px 0;
}
.customerService .customerBlock {
    width: 100%;
    border: none;
    float: left;
    padding: 10px;
    text-align: center;
    background: #fff;
    transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    min-height: 140px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.customerService .customerBlock img, .customerService .customerBlock .cs-icon img {
	max-width: 100%;
	height: auto;
}
.customerService .customerBlock.affirm--block h3 {
	color: #000;
	margin: 10px 0;
	font-size: 19px;
	font-weight: 900;
}
.customerService .customerBlock p, .customerService .customerBlock p {
    color: #333;
    font-size: 11px;
    line-height: 20px;
    padding-bottom: 0px;
    margin: 0px;
}
.customerService .customerBlock .priceIcon {
	height: 40px;
}
.customerService .customerBlock h3 {
    color: #000000;
    margin: 10px 0;
    font-size: 13px;
    font-weight: 600;
}
.customerService .customerBlock a {
	color: #63ab45;
	text-decoration: none;
}
.customerService .customerBlock .learnbtn {
	background: #1c2f5d;
	margin: 10px 0;
	color: #fff;
	border-radius: 5px;
	padding: 4px 12px;
	display: inline-block;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.hotelpack {
	margin: 0px 7px;
}
.hotelpack .hoteloverlay {
	position: relative;
	cursor: pointer;
	margin: 0 5px;
}
.hotelpack .hoteloverlay::before {
 content: "";
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0px;
 bottom: 0px;
 background: -moz-linear-gradient(top, transparent 43%, transparent 47%, rgba(0, 0, 0, 0.65) 100%);
 background: -webkit-linear-gradient(top, transparent 43%, transparent 47%, rgba(0, 0, 0, 0.65) 100%);
 background: linear-gradient(to bottom, transparent 43%, transparent 47%, rgba(0, 0, 0, 0.65) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
 z-index: 1;
}
.hotelpack .hoteloverlay figure {
	position: relative;
	overflow: hidden;
}
.hotelpack .hoteloverlay img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.hotelpack .hoteloverlay .details {
	position: absolute;
	left: 20px;
	bottom: 10px;
	color: #fff;
	z-index: 2;
}
.hotelpack .hoteloverlay .details h2 {
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	color:#fff;
}
.slicksliderfooter .slick-prev, .slicksliderfooter .slick-next {
	width: 48px;
	height: 48px;
	color: #333;
	font-size: 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px -3px 30px;
	border-radius: 50%;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.slicksliderfooter .slick-prev::before, .slicksliderfooter .slick-next::before {
 font-size: 26px;
 color: #333;
 display: flex;
 align-items: center;
 justify-content: center;
}
.slicksliderfooter button.slick-disabled {
	display: none !important;
}
.modalonload .modal-content {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.modalonload .modal-content .btn-close {
	opacity: 1;
	background: transparent;
	position: absolute;
	right: -15px;
	top: -15px;
	background: #fff !important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	padding-top: 5px;
	text-align: center;
	z-index: 1;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.modalonload .top-head {
	width: 100%;
	background: #f1f2f3;
	height: 60px;
	position: relative;
}
.modalonload .top-head .logo-sttt img, .modalonload .top-head .clocktimer img {
	max-width: 100%;
	height: auto;
}
.modalonload .top-head .logo-sttt {
	position: absolute;
	top: 15px;
	left: 15px;
}
.modalonload .top-head .logo-sttt img {
	width: 140px;
}
.modalonload .top-head .clocktimer {
	font-size: 22px;
	font-weight: bold;
	color: #1c2f5d;
	position: absolute;
	top: 5px;
	right: 25px;
}
.modalonload .top-head .clocktimer img {
	margin-right: 5px;
	vertical-align: middle;
}
.modalonload .special-fare, .modalonload .main-section, .modalonload .spcial-loc, .modalonload .special-fare, .modalonload .triptype, .modalonload .triptype .trip, .list-count-banner1 .triptype .pax, .modalonload .dep-ret, .modalonload .exchange-arr, .modalonload .call-btn, .modalonload .call-btn .callg, .modalonload .call-btn a, .modalonload .call-btn a .callnow {
	float: left;
}
.modalonload .top-head .clocktimer img, .modalonload .top-head .clocktimer span, .modalonload .spcial-loc, .modalonload .special-fare, .modalonload .triptype .trip, .list-count-banner1 .triptype .pax, .modalonload .call-btn a, .modalonload .call-btn a .tfn {
	display: inline-block;
}
.modalonload .top-head .lto {
	font-size: 12px;
	position: absolute;
	top: 35px;
	right: 25px;
	color: #404040;
}
.modalonload .dealCode .deal {
	background: #1c2f5d;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	padding: 4px;
	border-radius: 0;
	position: relative;
	width: auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.modalonload .dealCode .deal:before, .modalonload .dealCode .deal:after {
	border-color: transparent transparent #fff transparent;
	position: absolute;
	display: block;
	border-style: solid;
	top: 0;
	content: '';
}
.modalonload .dealCode .deal:before {
	left: 0;
	border-width: 0px 30px 32px 0px;
}
.modalonload .dealCode .deal:after {
	right: 0;
	border-width: 0px 0px 32px 30px;
}
.modalonload .main-section {
	padding: 20px;
	width: 100%;
}
.modalonload .spcial-loc {
	font-size: 20px;
	font-weight: 600;
	color: #404040;
	width: 50%;
}
.modalonload .spcial-loc span {
	font-size: 15px;
	font-weight: 500;
	display: block;
}
.modalonload .special-fare {
	text-align: right;
	width: 50%;
}
.modalonload .special-fare .price-text {
	font-size: 25px;
	line-height: 1.1;
	color: #63ab45;
}
.modalonload .special-fare .ppp {
	color: #3a3a3a;
	font-size: 12px;
	font-weight: 500;
	padding: 1px 0;
}
.modalonload .triptype {
	width: 100%;
	padding: 5px 0;
	color: #6f6f6f; font-size:16px;
}
.modalonload .dep-ret {
	width: 100%;
	padding: 5px 0;
	color: #404040;
	position: relative;
}
.modalonload .dep-ret::before {
 content: '';
 border-bottom: 1px dashed #ccc;
 width: 60%;
 height: 10px;
 position: absolute;
 top: 32px;
 left: 20%;
}
.modalonload .dep-ret .dep {
	color: #404040;
	text-transform: uppercase;
	font-weight: 600;
}
.modalonload .dep-ret .city-code {
	color: #404040;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.modalonload .dep-ret .city-name, .modalonload .dep-ret .trav-date {
	color: #6f6f6f;
	font-size: 12px;
}
.modalonload .exchange-arr {
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	width: 38px;
	height: 38px;
	border-radius: 50px;
	padding-top: 7px;
	margin-top: 15px;
	position: relative;
}
.modalonload .exchange-arr .round1, .modalonload .exchange-arr .round2 {
	position: absolute;
}
.modalonload .exchange-arr .round1 {
	top: 6px;
	right: 6px;
}
.modalonload .exchange-arr .round2 {
	top: 14px;
	left: 6px;
}
.modalonload .row [class*="col-"] {
 padding-left: 8px;
 padding-right: 8px;
}
.modalonload .dep-ret .dep {
	color: #404040;
	text-transform: uppercase;
	font-weight: 600;
}
.modalonload .dep-ret .city-code {
	color: #404040;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.modalonload .call-btn {
	width: 100%;
	margin-top: 10px;
}
.modalonload .call-btn .callg {
	width: 80px;
	margin-left: 10px;
}
.enquire-btn {
	border-radius: 5px;
	margin-top: 15px;
	background: #63ab45;
	color: #fff;
	width: 20rem;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	height: 52px;
}
.modalonload .call-btn a .callnow {
	position: relative;
	height: 52px;
	border-right: 1px solid #feab56;
	width: 75px;
}
.modalonload .call-btn a .callnow img {
	position: absolute;
	top: 7px;
	left: 22px;
}
.modalonload .call-btn a .callnow b, .modalonload .call-btn a .callnow strong {
	font-weight: 500;
	position: absolute;
	top: 33px;
	font-size: 12px;
	color: #000;
	left: 10px;
	text-transform: capitalize;
}
.modalonload .call-btn a .tfn {
	padding: 13px 10px;
	color: #f57202;
}
.modalonload .tp-undercut-block {
	text-align: center;
}
.modalonload .tp-undercut-block .tp-logo {
	margin: 5px 0;
}
.modalonload .tp-undercut-block .tp-logo img {
	width: 100px;
	vertical-align: middle;
}
.modalonload .tp-undercut-block .tp-rating {
	font-size: 14px;
}
.modalonload .tp-undercut-block .tp-rating .tp-head {
	color: #333;
	font-weight: 700;
	font-size: 16px;
}
.modalonload .tp-undercut-block .tp-rating .top-logo {
	width: 100px;
	vertical-align: middle;
}
.modalonload .tp-undercut-block .tp-rating .tp-score {
	color: #333;
	font-size: 18px;
	vertical-align: middle;
}
.modalonload .btm-txt {
	color: #6f6f6f;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
.modalonload .modal-body {
	padding: 0;
}
.modalonload .row .col-xs-5 {
	width: 41.6666666667%;
}
.modalonload .row .col-xs-2 {
	width: 16.6666666667%;
}
.cardbox {
	border: 1px solid transparent;
	box-shadow: 0 .1px 6px 1px #00000029;
	border-radius: 12px;
	background: #fff;
	padding: 1rem 0.8rem 1.25rem 0.8rem !important;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.cardbox h6 {
	font-size:13px;
	color:#1c2f5d;
	font-weight:600;
}
.cardbox hr {
	width:auto;
	height:1px!important;
	color:#e6e6e6;
}
.item-icon ul {
	text-align:center;
	display:flex;
}
.item-icon ul li {
	display:inline-block;
	list-style:none;
	width:20px;
	margin:0 8px;
}
.cardresult {
	box-shadow:0 2px 3px #00000029;
	border: 1px solid transparent;
	border-radius: 12px;
	background: #fff;
	margin-bottom:20px;
	padding:1rem!important;
	transition: 0.3s;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;/*cursor:pointer;*/
}
.cardresult:hover {
	box-shadow: 0 .1px 6px 1px #99c1e0;
	border-color: 1px solid #99c1e0;
}
.cardresult .flight-box .p-4 {
	padding: 8 !important;
}
.cardresult .flight-box {
	box-shadow: none;
	border: none;
}
.cardresult .form-label {
	font-size:13px;
}
.airline-logo img {
	width: 35px;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	margin-right:5px;
}
.cardresult .leg-points {
	background: #CED0D4;
	height: 1px;
 margin: 0 .625rem;
	position: relative;
	text-align: center;
}
.cardresult .leg-points::before, .cardresult .leg-points::after {
 content: '';
 width: 22px;
 height: 22px;
 display: block;
 position: absolute;
 left: -20px;
 top: -12px;
 background: url(../images/connect-flight.png) no-repeat left center #fff;
}
.cardresult .leg-points::after {
 left: auto;
 right: -5px;
 background: url(../images/connect-location.png) no-repeat right center #fff;
 width: 17px;
}
.box-conte {
	margin-top:15px;
}
.box-conte p {
	font-size:13px;
	line-height:20px;
}
.result-tab {
	background:#fff;
	box-shadow:0 2px 3px #00000029;
	border:1px solid transparent;
	border-radius:5px;
	margin-bottom:15px;
}
.result-tab li {
	margin:0px;
	padding:0px;
}
.result-tab .nav-link {
	color:#000;
	font-size:14px;
	font-weight:700;
	margin-right:5px;
}
.result-tab .nav-link span {
	font-size:12px;
	display:block;
	line-height:14px;
}
.result-tab .nav-link.active {
	color:#000;
	background:#ffe5cc;
	border:#ffbf80 solid 1px;
}
.result-tab .nav-link.active span {
	display:block;
	color:#000!important;
}
.result-tab .nav-link:hover {
	background:#ffe5cc;
	border:#ffbf80 solid 1px;
	color:#000;
}
.popup-tab li {
	margin:0px;
	padding:0px;
}
.popup-tab .nav-link {
	color:#000;
	font-size:14px;
	font-weight:700;
	margin-right:5px;
}
.popup-tab .nav-link.active {
	background:transparent; /*border:#ffbf80 solid 1px;*/
	color:#63ab45;
	border:1px solid #dee2e6;
	border-bottom:1px solid #fff;
	margin-bottom:-1px;
}
.flight_scheduleTime {
	font-weight: 400;
	font-size: 13px;
	color: #414141;
	float: left;
	text-align: right;
	width: 90px;
}
.flight_scheduleTime strong {
	font-size: 13px;
}
.flight_scheduleStops-circle {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 2px 12px;
	position: relative;
	border: 1px solid #1c2f5d;
	z-index: 1;
}
.flight_scheduleLocation, .flight-stop-interval, .flight-travel-details {
	font-size: 13px;
	float: right;
	width: calc(100% - 130px);
}
.airlines-details .right {
	width: 100%;
	float: left;
}
.airlines-details .air-name {
	padding-left: 40px;
	position: relative;
	font-weight: 700;
}
.airlines-details img {
	width: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.text-gray {
	font-weight: 400;
	color:#212529;
}
.cabin_Out {
	color:#212529;
}
.flight_scheduleLocation .city, .flight-stop-interval .city, .flight-travel-details .city {
	font-weight: 700;
	color: #414141;
}
.flight_detailsInfoTravel {
	padding: 20px 0;
	position: relative;
}
.flight_stopIntervalSeparator {
	border-left: 1px solid #1c2f5d;
	bottom: -5px;
	left: 109px;
	position: absolute;
	top: -17px;
	transform: translateX(-1px);
}
.flight_scheduleLocation, .flight-stop-interval, .flight-travel-details {
	font-size: 13px;
	float: right;
	width: calc(100% - 130px);
}
.seat-pitch {
	border: 1px solid #d9d9d9;
	min-height: 140px;
	width: 200px;
	float: left;
	display: block;
	box-shadow: 0 2px 2px #ccc;
	position: relative;
	border-radius: 5px;
	background: #fff;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.total-trip-time {
	padding: 10px;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size:14px;
}
.refundableBox {
	padding-top: 30px;
}
.refundableBox h4 {
	font-size: 15px;
	color: #1eb41c;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.refundableBox h4 .rp-icon {
	margin-right: 10px;
	width: 40px;
}
.refundableBox .refundable_inner {
	border: 1px solid #ced0d4;
	border-radius: 5px;
	padding: 10px;
}
.refundableBox .refund-subtital {
	font-size: 13px;
	color: #1a58c4;
	background: #f1f8fd;
	border-left: 5px solid #1a58c4;
	padding: 10px 10px 10px 13px;
	margin: 0 0 10px;
	clear: both;
	border-radius: 3px;
}
.refundableBox .covid-txt {
	border-radius: 3px;
	font-size: 14px;
	color: #2ba23b;
	background: #b8f3c0;
	padding: 10px 10px 10px 35px;
	margin-bottom: 10px;
	position: relative;
}
.refundableBox .covid-txt:before {
	content: '\f00c';
	color: #3ab54a;
	font-family: fontawesome;
	margin: 0;
	position: absolute;
	left: 15px;
	top: 8px;
	font-size: 15px;
}
.refundableBox .text-link {
	color: #2ba23b;
	text-decoration: underline;
}
.refundableBox .check-list {
	position: relative;
}
.refundableBox .check-list .icon_image {
	position: absolute;
	right: -5px;
	top: 20px;
}
.refundableBox ul {
	padding: 0 14px;
}
.refundableBox ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	padding: 0 0 12px 20px;
	margin: 0;
	vertical-align: top;
	width: 44%;
	font-size: 13px;
}
.refundableBox ul li:before {
	content: '\f00c';
	color: #3ab54a;
	font-family: fontawesome;
	margin: 0;
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 15px;
}
.refundableBox ul .moreList {
	padding: 0;
	width: 100%;
}
.refundableBox ul .manymore {
	color: #4f8ffc;
	cursor: pointer;
}
.refundableBox ul .moreList ul {
	padding: 0;
}
.refundableBox .price {
	margin-bottom: 30px;
}
.refundableBox .fraPrice {
	font-size: 20px;
	font-weight: 700;
	color: #3ab54a;
}
small, .small {
	font-size: 85%;
}
.refundableBox .continue_btn {
	background: #1eb41c;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size:14px;
	padding: 11px 35px;
}
.baggage_information-new {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 35px;
}
.baggage_information-new h4 {
	font-size: 15px;
	color: #1f1f1f;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.baggage_information-new h4 .baggage-icon {
	margin-right: 10px;
	width: 36px;
}
.baggage_information-new .baggageBox {
	display: flex;
	margin-right: -15px;
	overflow-x: auto;
}
.baggage_information-new .baggageBox .block {
	width: 90%;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 0 15px 10px 0;
}
.baggage_information-new .baggageBox .block.w-100 {
	width: 100%;
}
.baggage_information-new .baggageBox .head {
	padding: 8px 10px;
	border-bottom: 1px solid #ced0d4;
}
.baggage_information-new .baggageBox .head .air-name {
	overflow: hidden;
	display: flex;
	align-items: center;
	font-size: 13px;
}
.baggage_information-new .baggageBox .head .air-name img {
	margin-right: 5px;
	width: 24px;
	float: left;
}
.baggage_information-new .baggageBox .content {
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.baggage_information-new .baggageBox .content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.baggage_information-new .baggageBox .content ul li {
	font-size: 13px;
	color: #1f1f1f;
	font-weight: 500;
	padding-bottom: 8px;
	position: relative;
	padding-left: 25px;
	padding-top: 8px;
	padding-right: 20px;
	min-width: 400px;
}
.baggage_information-new .baggageBox .content ul li .d-flex {
	display: block;
	font-weight: 700;
	font-size: 12px;
	overflow: hidden;
}
.baggage_information-new .baggageBox .content ul li .t-left {
	width: 40%;
	float: left;
	font-weight: 700;
}
.baggage_information-new .baggageBox .content .baggageicons {
	position: absolute;
	left: 0;
	top: 4px;
}
.baggage_information-new .baggageBox .content ul li .light {
	color: #5b5b5b;
	font-size: 11px;
	font-weight: 400;
}
.baggage_information-new .baggageBox .content ul li .t-right {
	width: 30%;
	float: left;
	text-align: right;
}
.baggage_information-new .baggageBox .content ul li .t-right2 {
	width: 30%;
	float: left;
	text-align: left;
}
.baggage_status img {
	width: 14px;
}
.baggage_status, .t-right2 {
	font-size: 12px!important;
	font-weight: 500!important;
}
.green {
	color: #04ca04;
}
.baggage_information-new .baggageBox .content .text {
	font-size: 12px;
	font-weight: 500;
	color: #686868;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 10px 0;
	padding: 7px;
}
.flight-details .popup-price-strip {
	background: #ededed;
	padding: 0 20px 10px;
	border-top: 1px solid #eee;
	width: 590px;
	position: fixed;
	bottom: 0;
	border-radius: 0;
	z-index: 2;
}
.flight-details .popup-price-strip .price-section {
	padding-top: 15px;
}
.flight-details .popup-price-strip .price-section button {
	padding: 15px 5px;
	text-align: center;
	font-size: 16px;
	background: #63ab45;
	color: #fff;
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	font-weight: 600;
	width: 140px;
	float:right;
}
.flight-details .popup-price-strip .price-section .price {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	min-height: 35px;
	display: block;
	cursor: pointer;
	color: #63ab45;
}
.flight-details .popup-price-strip .price-section .per-person {
	font-size: 12px;
	margin-bottom: 2px;
	cursor: default;
	font-weight: 400;
	color: #666;
}
.affirm_flap {
	font-size: 11px;
	color: #333;
	font-weight: 400;
}
.rightburger .nav-menu-box {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 610px;
	background-color: #FFFFFF;
	box-shadow: -3px 1px 5px rgba(0, 0, 0, .5);
	max-height: 100vh;
	z-index: 99999;
	height: 100%;
 transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 -ms-transition: all .3s ease-in-out;
	padding:0!important;
}
 @media(max-width:1023px) {
 .rightburger .nav-menu-box {
 right: -120vw;
 width: 100vw;
 top:0px
}
}
@media (min-width: 992px) {
	.daterangepicker {
		/*right: 65.2px !important;
		width: 260px !important;*/
	}
	
}

 @media(max-width:767px) {
 .rightburger .nav-menu-box {
 padding:5px 0px
}
	
.rightburger .modal-close {
border:none!important;
padding:.5rem 1rem!important;
top: 5px !important;
right: 0 !important;
left: inherit !important;
}
.flight-details .popup-price-strip .price-section {
padding-top:5px;
}
}
.rightburger .filterbox.active, .rightburger .departurebox.active {
	right: 0
}
 @media(max-width:1023px) {
 .rightburger .filterbox.active,  .rightburger .departurebox.active {
 right: 0;
 z-index:9999;
}
}
.rightburger .nav-menu-box .flight-details {
	padding: 0 5px;
	max-height: calc(100vh - 4.5rem);
	overflow-y: scroll;
}
.rightburger .overlayDeatil.active {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100vh;
	z-index: 9999;
}
.rightburger .modal-close {
	position: absolute;
	top: 0;
	color: #000;
	left: -2.625rem;
 padding: .875rem 1.125rem;
	border: #1c2f5d solid 1px;
	font-size: 13px;
	background: #fff;
}
 .rightburger .nav-menu-box .flight-details::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
 background-color: #F5F5F5;
}
 .rightburger .nav-menu-box .flight-details::-webkit-scrollbar {
 width: 10px;
 background-color: #F5F5F5;
}
 .rightburger .nav-menu-box .flight-details::-webkit-scrollbar-thumb {
 background-color: #000000;
 border: 2px solid #555555;
}
/*Popup*/
.time-out {
	padding:30px!important;
}
.time-out .fa {
	font-size:36px;
}
.time-out p {
	font-size:15px;
	margin:0px;
}
.time-out .btn-primary {
	font-size:inherit;
}
.time-out .btn-dark {
	font-weight:600;
}
.toll-free-mobile {
	background: #333;
	padding: 5px 0;
	color:#FFFFFF!important;
	font-size: 13px;
}
.toll-free-mobile span {
	font-weight:600;
	color:#FFFFFF!important;
}
.toll-free-mobile .fa {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	margin-right: 5px;
	color:#FFFFFF!important;
}
.filtermainbox {
	background:#fff;
	padding:5px 8px 5px;
	margin-bottom:15px;
}
.filtermainbox .fa-filter {
	font-size:13px;
	color:#1c2f5d;
	font-weight:600;
	float:left;
	margin-top:9px;
	cursor:pointer;
}
.filtermainbox ul {
	text-align:left;
	display:flex;
	scrollbar-width:none;
	white-space:nowrap;
	overflow-x:scroll;
}
.filtermainbox ul li {
	display:inline-block;
	margin:0 3px;
}
.filtermainbox ul li a {
	padding:4px 11px;
	border:1px solid #9b9b9b;
	border-radius:23px;
	font-size:12px;
	line-height:16px;
	color:#333;
}
.res0airbox ul {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.res0airbox ul li {
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 12px;
	background: #fff;
	padding: 3px 10px;
	border: 1px solid #cad1f3;
	border-radius: 2px;
}
.res0airbox ul li img {
	float:left;
	width:30px;
	margin-right:5px;
}
.res0airbox ul li .name {
	color:#333;
	font-weight: 400;
	margin-top: 4px;
	float: left;
}
.filter-bg {
	background:#1c2f5d;
	margin-left:0;
}
.filter-close {
	background:none!important;
	position:inherit!important;
	float:right!important;
	color:#fff!important;
}
.filter-bg h5 {
	color:#FFFFFF;
	font-weight:400!important;
	font-size:18px;
	line-height:38px;
	margin:0px;
}
.filter-tab .nav-item {
	color:#333!important;
	margin-left:0px!important;
	font-size:14px;
}
.filter-tab .nav-link {
	color:#333!important;
}
.filter-tab .nav-link.active {
	background:#63ab45;
	color:#FFFFFF!important;
	border-radius:0px;
}
.filter-tab .nav-link {
	margin-bottom:inherit1important;
}
.filter-result {
	box-shadow:none;
	border-radius:0px;
	border:none;
	padding:15px!important;
}
.mobile-button {
	position:fixed;
	bottom:0;
	padding:10px;
	border-top:1px solid #c2c2c2;
	width: 100%;
	display:block;
	text-align:center;
	background: rgba(255, 255, 255, 0.8);
	font-size:14px;
}
.mobile-button .reset-all-filters {
	padding: 7px 8px;
	color: #63ab45;
	background: #fff;
	border: 1px solid #63ab45;
	border-radius: 3px;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
}
.mobile-button .apply-filters {
	border-radius: 3px;
	padding: 7px 10px;
	color: #fff;
	background: #63ab45;
	border: 1px solid #63ab45;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	display: inline-block;
	float: left;
	width: calc(100% - 133px);
}
.result-top {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
.result-top p {
	color:#d2daff;
	font-size:15px;
}
.result-top span {
	font-size:18px;
	font-weight:700;
	color:#fff;
}
.pagebg p {
	font-size:14px;
}
.confirm-bg {
	background:#63ab45;
}
.price-table td {
	font-size:14px;
}
.pri-sum {
	padding:0 15px;
	background:#63ab45;
	color:#fff;
	border-radius:0 0 10px 10px;
	padding:10px!important;
}
.pri-sum td {
	padding:0px;
	color:#fff;
	font-weight:700;
}
.pri-sum td:first-child {
	position:inherit;
	left:inherit;
	background:none;
}
/*.btn-dark {
	font-size:18px;
	font-weight:600;
	padding:15px 40px;
}*/
.siconmargin {margin-left:10px!important; margin-top:10px!important;}
.plan-img {width: 300px; margin-left:30%;}




/*
	auto complete z-index

*/
.ui-widget.ui-widget-content {
	
	z-index: 99999999999 !important;
}

.bottom-line {
	padding: 4px;
	margin-top: 8px;	
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
.col-md-12 ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    display: inline-block;
    color: #060606;
    width: 30%;
    margin-left: 15px;
    padding-left: 5px;
}
