﻿body{
	margin:0;
	padding:0;
}
*{
	margin:0;
	padding:0;
}



logo-slider {
  --image-size: 280px;
  padding: 1px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  display: flex;
  padding:25px;
}
logo-slider:hover .sliders {
  animation-play-state: paused;
}
logo-slider .sliders {
  display: flex;
  position: relative;
  animation: marquee 12s linear infinite;
  justify-content: space-around;
}
.sliders .aircont{
	width:290px;
	height:168px;
	background-repeat:no-repeat;
	background-position:cover;
}
.sliders .airlineBx1{
	 background-image:url('../images/british_fram.png');
}
.sliders .airlineBx2{
	 background-image:url('../images/airfrance_fram.png');
}
.sliders .airlineBx3{
	 background-image:url('../images/canada_fram.png');
}
.sliders .airlineBx4{
	 background-image:url('../images/qutar_fram.png');
}
.sliders .airlineBx5{
	 background-image:url('../images/united_fram.png');
}
.sliders .airlineBx6{
	 background-image:url('../images/emirates_frame.png');
}
.sliders .airlineBx7{
	 background-image:url('../lufthansa_fram.png');
}

.no-result-bx{
	width:500px;
	padding:15px;
	overflow:hidden;
	margin: 15px auto;
	background:#f4f5f6;
	text-align:center;
	border-radius:25px;
	box-shadow:1px 1px 4px #666;
}
.no-result-bx .error-img{
	width:200px;
	padding:1px;
	overflow:hidden;
	margin:0 auto;
}
.error-img img{
  width:100%;	
}
.aircont .airhdgbx{
	width:80%;
	padding:5px;
	overflow:hidden;
	margin:32px auto;
}
.aircont .airhdgbx h5{
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
}
.aircont .airhdgbx p{
	color:#fff;
}

.ticket-desc-div h5{
	color:#453697 !important;
	text-transform:uppercase;
}

logo-slider img {
  display: block;
  min-width: var(--image-size);
  margin: 0 1vw;
}
logo-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 900px) {
  logo-slider {
    --image-size: 140px;
    --image-size: min(max(140px, 10vw), 100px);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}








.drops{
	background:rgb(0, 0, 0, 0.5);
	padding:5px;
}
.drops .dps{
	width:100%;
	padding:5px;
	border:none;
	outline:none;
	font-size:14px;
	border-radius:2px;
	font-weight:600;
}
.drops span{
	color:#eee !important;
	font-size:11px;
}
.sbtns {
	background:rgb(0, 0, 0, 0.5);
	padding:10px;
}
.sbtns .srchBtn{
	width:100%;
	padding:8px;
	font-size:16px;
	position:relativ;
	top:10px;
	border:none;
	outline:none;
	background:#FFCC16;
	font-weight:600;
	border-radius:2px;
}

.flightDetailsBx{
	width:100%;
	float:left;
	padding:8px;
	background:#FFF;
	border-radius:8px;
	border-top:4px solid #7d68eb;
	box-shadow: 01px 1px 6px #999;
	margin-top:12px;
}

.flightDetailsBx .flightLeft{
	width:72%;
	padding:1px;
	overflow:hidden;
	float:left;
	
}
.flightLeft .flbx{
	width:100%;
	padding:0px;
	overflow:hidden;
	margin:0 auto;
	border-right:1px solid #ddd;
}
.flightLeft .topBordr{
	border-top:1px solid #ddd;
}
.flbx .flg-lft{
	width:35%;
	padding:2px;
	float:left;
	overflow:hidden;
	text-align:center !important;
}
.flg-lft h5{
	color:#000;
	font-weight:600;
	font-size:10px;
}
.flg-lft h5 span{
	color:#666 !important;
	font-weight:600;
	font-size:10px;
}
.flg-lft h4{
	font-weight:700;
	letter-spacing:1px;
	font-size:15px;
	color:#000 !important;
}
.flg-lft h4 #depDate{
	font-size:14px;
	font-weight:600;
	color:#666 !important;
}
.flg-lft h4 #arrDates{
	font-size:14px;
	font-weight:600;
	color:#666 !important;
}
.flg-lft p{
	font-weight:600;
	color:#666;
	letter-spacing:1px;
	font-size:12px;
}
.flbx .flg-cntr{
	width:28%;
	padding:2px;
	float:left;
	overflow:hidden;
	border-radius:20px;
	text-align:center;
	padding:4px;
	background-color: rgb(242, 242, 242);
    position:relative;
	top:72px;
    border-radius: 12px;
}
.flg-cntr span{
	font-size:11px !important;
	font-weight:600;
}
.flg-cntr .fa-plane{
	font-size:16px;
	position:relative;
	color:#f60;
	top:3px;
}
.flbx .flg-rgt{
	width:35%;
	padding:2px;
	float:right;
	position:relative;
	top:12px;
	overflow:hidden;
	text-align:center !important;
}
.flg-rgt h5{
	color:#000;
	font-weight:600;
	font-size:13px;
}
.flg-rgt .bagg{
	color: rgb(32, 155, 135) !important;
	font-weight:600;
	font-size:11px;
}
.flg-rgt h4{
	font-weight:700;
	letter-spacing:1px;
	font-size:15px;
	color:#000 !important;
	margin-top:20px;
}
.flg-rgt h4 #arrDates {
    font-size: 14px;
    font-weight: 600;
	color:#666 !important;
}
.flg-rgt p{
	font-weight:600;
	color:#666;
	letter-spacing:1px;
	font-size:12px;
}



.flightDetailsBx .flightRight{
	width:25%;
	padding:6px;
	overflow:hidden;
	float:right;
	padding:14px;
	
}
.flightDetailsBx .mrgTop{
	top:40px;
	position:relative;
}
.flightRight .disnt{
	color: rgb(32, 155, 135) !important;
	font-weight:600;
	font-size:12px;
}
.flightRight .tcklft{
	color: #ff0000 !important;
	font-weight:600;
	font-size:12px;
	position:relative;
	top:10px;
}
.flightRight h3{
	font-weight:700;
	font-size: 19px;
}
.flightRight #p1{
	color: #000 !important;
	font-weight:600;
	font-size:16px !important;
}

.flightRight #p2{
	color: #000 !important;
	font-weight:600;
	font-size:16px !important;
}
.flightRight #selectBtn{
	width:100%;
	padding:10px;
	border-radius:25px;
	font-size:18px;
	border:none;
	outline:none;
	background:#7d68eb;
	color:#FFF;
	position:relative;
	top:6px;
}









.switch-field {
	display: flex;
	margin-bottom: 0;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	font-weight: 700 !important;
}

.switch-field label {
	background-color: #fff;
	color: #000 !important;
	font-size: 15px;
	line-height: 1;
	text-align: center;
	padding: 8px 30px;
	margin-right: -1px;
	font-weight: 700 !important;
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #FFCC16;
	box-shadow: none;
	font-weight: 700 !important;
}




.siteWrapper{
	width:99.9% !important;
	margin:0 auto;
	overflow:hidden;
	height:auto;
}
.world-map h1{
	font-size:41px;
	font-weight:800;
	text-align:center;
}
.world-map p{
	font-size:19px;
	font-weight:500;
	text-align:center;
	color:#666;
}
.flight-search #fromCity, #toCity{
	font-weight:600;
	font-size:15px;
}
#fromCity{
	text-transform: uppercase !important;
}
#toCity{
	text-transform: uppercase !important;
}
#show-list pre{
    display: block;
    padding: 0;
    margin: 0 0 6px;
    font-size: 16px;
	word-spacing:0px;
	letter-spacing:0px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent !important;
    border: none !important;
    border-radius: 4px;
	border:none !important;
}
#show-list .list-group-item{
	border-bottom:1px dashed #ddd !important;
	margin-top:0 !important;
}
#show-list span{
	position:relative;
	top:10px;
	left:20px;
	font-weight:bold;
}

#show-list-to pre{
    display: block;
    padding: 0;
    margin: 0 0 6px;
    font-size: 16px;
	word-spacing:0px;
	letter-spacing:0px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent !important;
    border: none !important;
    border-radius: 4px;
	border:none !important;
}
#show-list-to .list-group-item{
	border-bottom:1px dashed #ddd !important;
	margin-top:0 !important;
}
#show-list-to span{
	position:relative;
	top:10px;
	left:20px;
	font-weight:bold;
}
.footer-plane-bx{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.footer-plane-bx .ftr-plane{
	width:520px;
	position:absolute;
	z-index:901;
	height:auto;
	right:18%;
	margin-top:-50px;
	
}
.ftr-plane #aircraft{
	width:100%;
}
.footer-plane-bx .ftr-border{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.ftr-border #btmBnr{
	width:100%;
}






.menusec {
    width: 100%;
    padding: 5px 0px;
    /*float: left;*/
    top: 0;
    
}

    .menusec .ff-logo {
        height: 55px;
    }
	.menusec .menuBar{
		min-width:704px;
		max-width:900px;
		float:right;
		padding:1px;
		overflow:hidden;
		
	}
    .menusec ul {
        list-style: none;
        float: left;
        margin: 0 -38px 0 0;
        padding: 0px;
        padding-top: 15px;
    }
.headerMain1{
	width:100%; 
    width: 100%;
    background-image: linear-gradient(to right, #9ba6f6, #9289f4, #7d68eb, #7d68eb);
	display:inline-block; position:relative;z-index:999;}
    .menusec li {
        margin: 0px 0 0 0;
        line-height: 24px;
        padding-right: 20px;
        list-style: none;
        float: left;color:#fff;
    }

        .menusec li a {
            font-family: Arial;
            color: #fff;
            font-size: 14px;
            padding: 5px 5px;
            font-weight: 600;
            text-transform: uppercase;
        }

            .menusec li a:hover, .menusec li a:hover {
                color: #ffcc16;
            }

.toll-free {
    color: #FFF;
    font-size: 24px;
    padding: 0;
    font-weight: 600;
	text-decoration:none;
}
.menuBar .help_no{
	position:relative !important;
	top:-4px;
	font-weight:700;
}
.menuBar .glyphicon-earphone{
	position:relative !important;
	top:4px;
	font-weight:700;
	font-size:24px;
	color:#FFF;
}

.travel-home {
    margin-left: 45%;
}

.container {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}
.privacy_policy ul li{line-height:25px;}
.privacy_policy ol li{line-height:25px; font-weight:normal;}
.navbar-inverse {
    background-color: #048c9b;
    border-color: #fff !important;
}

.bannerBox {
    position: relative;
    background: url(../images/flightsban_6.jpg) no-repeat bottom center;
    background-size: auto;
    background-size: cover;
   top: -65px;z-index: 99;
}
.allBnrbx{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	top:-3px;
}

.horizontal_search_engine {
    padding:80px 0px;
    float: left;
    width: 100%;
}

.headTitle {
    background-color: transparent;
    padding: 2px 4px;
    color: #fff;
    font-weight: bold;
}

    .headTitle h1 {
        font-size: 30px;
        margin: 0px;
		position:relative;
		left:35px;
		top:8px;
    }

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}


ul.rou_one_div li a {
    border-radius:6px;
	color:#fff;
	font-weight: 600;
}

    ul.rou_one_div li a:hover {
        /*color: #000;
        /*background-color: #061342;*/
        font-weight: 600;
        border: none;
		cursor:pointer;
    }

.activeTab {
    color: #000 !important;
    background-color: #FFCC16;
    font-weight: 600;
    border: none;
	cursor:pointer;
}

.location-icon2 {
    position: absolute;
    right: 8px;
    top: 20px;
    z-index: 2;
    font-size: 25px;
    color: #777;
    width: 24px;
    text-align: right;
}

.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.horizontal_search_engine .input_div .location-icon, .input_div .calender-icon {
    position: absolute;
    left: 8px;
    top: 12px;
    z-index: 2;
    font-size: 25px;
    color: #6b5ab1;
    width: 24px;
    text-align: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-group {
    position: relative;
    float: left;
    border-collapse: separate;
    background: #fff;
    border-radius: 0;
    border-right: none;
    width: 100%;
    display: inline-block;
    margin: 0 !important;
}



.horizontal_search_engine {
    padding:80px 0px;
    float: left;
    width: 100%;position: relative;
    z-index: 9999;
}

    .horizontal_search_engine .searchTestbox {
        color: #08080A !important;
        padding: 12px 15px 12px 35px;
        height: 42px;
		border-radius:3px !important;
		outline:none;
		border:none;
		font-weight:700;
    }

    .horizontal_search_engine .input_div {
        width: 100%;
        position: relative;
    }

        .horizontal_search_engine .input_div .calender-icon {
            font-size: 20px;
            color: #6b5ab1;
        }

        .horizontal_search_engine .input_div .location-icon, .input_div .calender-icon {
            position: absolute;
            left: 8px;
            top: 12px;
            z-index: 2;
            font-size: 25px;
            color: #6b5ab1;
            width: 24px;
            text-align: center;
        }

    .horizontal_search_engine label {
        color: #fff;
        display: block;
        margin-bottom: 0px;
        margin-top: 8px;
        font-size: 12px;
        font-weight: 500 !important;
    }

.btn, .btn:hover, .btn:focus {
    padding: 8px 15px;
    margin-bottom: 10px;
    background-color: #ffcc16;
    color: #000;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    display: inline-block;
}

.search01, .search01:hover {
	width: 50%;
    margin-top: 20px;
    background-color: #FFCC16;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
	padding:10px;
}

.kkkk {
    background: transparent;
    padding: 15px;
    border-radius: 20px;
    /*box-shadow: 0 1px 12px 0px #000;
	margin-top:1px;
	/*position:relative;
	top:60px;*/
}

.spDeals {
    background-color: rgba(255, 255, 255, 0.86);
    text-align: center;
    padding: 10px 10px;position: relative;
    top: 350px;
	right:10px;
	 border: solid 3px #ffcc16;
	 border-radius: 50px;
	 background-color: #ccc; opacity: 0.9;
	 box-shadow:1px 1px 6px #000;
	 display:none !Important;
}

    .spDeals h3 {
        margin: 10px 5px;
        color: #061342;
        font-size: 30px;
        font-weight: 600;
    }

    .spDeals p {
        margin-bottom: 0;
        color: #061342;
        font-size: 15px;
        font-weight: 600;
    }

    .spDeals a {
        font-size: 28px;
        font-weight: 600;
        color: #6b5ab1;
    }

.footer-section {
    width: 100%;
    float: left;
    padding: 20px 0px;
    background: #fff;
    box-shadow: 1px 1px 5px #ababab;
    margin-top: 20px;
}

.footer-text-color {
    color: #555;
}

.footer-section h3 {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 0px;
    margin-bottom: 15px;
    color: #6b5ab1;
    font-weight: 600;
}

.footer-section ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .footer-section ul li {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .footer-section ul li a {
            color: #061342;
            font-size: 14px;
            font-weight: 600;
            float: left;
            padding: 3px 0px;
            position: relative;
            z-index: 2;
        }

.footer-02 {
    font-size: 10px;
    color: #6b5ab1;
}



.f-dece {
    margin-top: 20px;
    color: #061342;
    font-weight: 600;
    font-size: 12px;
}

.copyright-bg {
    background-color: #ffcc16;
    clear: both;
}

.copyright {
    font-size: 12px;
    text-align: center;
    color: #000;
    padding-top: 6px;
}

.websitePopupBanner {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

    .websitePopupBanner .list-count-banner {
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: relative;
        width: 459px;
        height: 450px;
        background: #fff;
        color: #333;
    }

        .websitePopupBanner .list-count-banner .PopupHeader {
            background-color: #a41b1f;
            background-image: linear-gradient(0deg,#a41b1f,#7c1416,#a41b1f,#7c1416);
            padding: 12px 12px;
            color: #fff;
            font-size: 21px;
        }

            .websitePopupBanner .list-count-banner .PopupHeader .close-btn {
                position: absolute;
                right: 15px;
                top: 15px;
                font-size: 18px;
                cursor: pointer;
            }

        .websitePopupBanner .list-count-banner .timer {
            font-size: 20px;
            color: #ff444a;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .websitePopupBanner .list-count-banner .count-time {
            font-size: 26px;
            font-weight: bold;
            color: #f00;
        }

        .websitePopupBanner .list-count-banner .call-button a {
            margin-bottom: 10px;
            color: #fff;
            line-height: 22px;
            font-size: 24px;
            text-align: left;
            padding: 10px 0 10px 94px;
            display: block;
            background-image: linear-gradient(#fcc673, #f35927);
            border: 2px solid #f35927;
            border-radius: 20px;
            width: 320px;
            font-weight: bold;
        }

            .websitePopupBanner .list-count-banner .call-button a .fa-phone {
                width: 50px;
                height: 50px;
                font-size: 38px;
                text-align: center;
                line-height: 50px;
                float: left;
                border-radius: 50%;
                margin-right: 10px;
            }

            .websitePopupBanner .list-count-banner .call-button a .phone-cir {
                background: #f35927;
                background-image: none;
                background-image: linear-gradient(#fcc673, #f35927);
                border: 2px solid #f35927;
                width: 90px !important;
                height: 90px !important;
                position: absolute;
                margin: -22px 0 0 -107px;
                margin-right: 0px;
                line-height: 90px !important;
            }

        .websitePopupBanner .list-count-banner ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .websitePopupBanner .list-count-banner ul li {
                padding: 9px 0px;
                width: 50%;
                float: left;
                text-align: center;
                font-weight: BOLD;
                font-size: 16px;
            }

        .websitePopupBanner .list-count-banner .footerBox {
            padding: 15px;
            text-align: center;
            display: block;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            font-size: 20px;
            color: #333;
            background: #dcdcdc;
        }

            .websitePopupBanner .list-count-banner .footerBox .footer-call-button {
                color: #fff;
                font-size: 18px;
                border: 1px solid #ff0000;
                border-radius: 25px;
                padding: 5px 10px;
                background: #f8914e;
                text-transform: uppercase;
            }

@media (max-width:767px) {
	body{
		overflow-x:hidden !important;
	}
	.bannerBox {
    top: -102px !important;
	height:100vh !important;
	}
    .menusec ul {
        display: none;
    }

    .horizontal_search_engine {
        padding: 0px;
        margin-left: -6px;
        top: 90px;
    }

    .search-block {
        padding: 15px;
        padding-left: 15px;
    }

    .headTitle h1 {
        padding: 0px;
        font-size: 12px;
    }

    .tab-content {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .space-fix-right {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .websitePopupBanner {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0 auto;
        z-index: 999999;
        background: rgba(0, 0, 0, 0.8);
        display: none;
    }

        .websitePopupBanner .list-count-banner {
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: relative;
            width: 459px;
            height: 450px;
            background: #fff;
            color: #333;
        }
}

@media (max-width:479px) {
	body{
		overflow-x:hidden !important;
	}
	.bannerBox {
    top: -102px !important;
	height:100vh !important;
	}
	.searchTestbox {
    padding: 12px 15px 12px 35px;
    height: 42px;
	font-size:14px;
	}
    .menusec ul {
        display: none;
    }

    .horizontal_search_engine {
        margin-left: 0px;
        margin-top: 0;
    }

    .headTitle h1 {
        padding: 0px;
        font-size: 12px;
    }

    .tab-content {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .space-fix-right {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .websitePopupBanner {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0 auto;
        z-index: 999999;
        background: rgba(0, 0, 0, 0.8);
        display: block;
    }

        .websitePopupBanner .list-count-banner {
            width: 90%;
            height: 450px;
            margin-top: 10px;
            top: 43%;
            left: 50%;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
		
}
