﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaijaan|Calistoga|Lemon|Righteous|Roboto&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300&amp;display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Righteous', cursive;
}

* {
    margin: 0px;
    padding: 0px;
}

/*new header*/
.fmtimenow {
    text-align: right;
    color: #fff;
    float: left;
    width: 89%;
}
.fmintnflag {
    float: right;
    list-style: none;
}
.fmintnflag li{
    list-style:none;
}
.fmintnflag .dropdown-menu {
    padding: 10px;
}

/*--------logo header--------*/

.comnybrand {
    width: 100%;
    float: left;
}
.comnybrand img{
    width:100%;
    padding-top:5px;
} 
.telnumber {
    float: left;
    text-align: right;
}
.telnumber img{
    width:20%;
    float:left;
}
.telnumber .cbook {
    font-size: 14px;
    text-shadow: none !important;
    font-weight: 400;
    display: block;
    line-height: normal;
}
.telnumber a{
    font-size:29px;
}
.aligen-left{
    padding-left:0px;
}
.aligen-right{
    padding-right:0px;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #153b60;
    border-color: #ddd;
}

    .modalDialog {
       position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(62, 57, 57, 0.63);
        z-index: 99999;
        opacity: 1;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
        display: none;
    }

        .modalDialog:target {
             opacity: 1;
            pointer-events: auto;
        }

        .modalDialog > div {
           width: 580px;
            height: 300px;
            position: relative;
            margin: 10% auto;
            /*    padding: 5px 20px 13px 20px;*/
            border-radius: 10px;
            /*  background: url('../images/poup-img.png');*/
            background-color: #fff;
        }
 /*---------------wait-pop page------------------
     --------------------------------------*/

    .fmmodalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(62, 57, 57, 0.63);
        z-index: 99999;
        opacity: 1;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
        display: none;
    }

        .fmmodalDialog:target {
            opacity: 1;
            pointer-events: auto;
        }

        .fmmodalDialog > div {
            width: 580px;
            height: 300px;
            position: relative;
            margin: 10% auto;
            /*    padding: 5px 20px 13px 20px;*/
            border-radius: 10px;
            /*  background: url('../images/poup-img.png');*/
            background-color: #fff;
        }

    .pbrand {
        width: 100%;
        float: left;
        padding: 18px 0px;
    }

        .pbrand img {
            width: 60%;
        }

    .ui-widget-content {
        z-index: 9999999 !important;
    }

    .mcallus {
        width: 100%;
        float: left;
        background-color: #06C;
        /* padding: 10px 10px; */
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        color: #fff;
        position: relative;
        bottom: -26px;
    }

        .mcallus h2 {
            font-size: 39px;
            text-align: left;
            margin: 0px;
            padding-left: 8px;
        }

            .mcallus h2 span {
                float: right;
                text-align: right;
                background: #444;
                padding: 14px 25px;
                font-size: 35px;
                border-bottom-right-radius: 10px;
            }

            .mcallus h2 em {
                position: relative;
                top: 15px;
            }

    .ui-widget-content {
        z-index: 9999999 !important;
    }




/*----------------pop form-----------------------
---------------------------------------*/
.quote-modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display:none;
    /*pointer-events: none;*/
       cursor: pointer;
}

.quote-modalDialog > div {
    width: 500px;
    position: relative;
    margin: 10% auto;
	margin-top:2%;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #428bca;

}
.dt-price a{
    cursor:pointer;
}
.quote-modalDialog > div img{
	width:100%;
}
.close {
    background: #e55353;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    opacity:1;
}
.close:hover {
    background: #00d9ff;
}

.beat-my-quote{
	width:100%;
	float:left;
}
    .beat-my-quote h2 {
        color: #fff;
        border-bottom:1px solid #12548e;
        padding-bottom:10px;
        margin-bottom:10px;
        text-align:center;
        text-transform:uppercase;
    }
       .beat-my-quote h3 {
        color: #fff;
        text-align:center;
    }
      .beat-my-quote p{
          color:#fff;
          margin-bottom:20px;
      }

.my-quote-form{
    /* width: 96%; */
    float: left;
    background: #eff2f7;
    padding: 10px;
    border-radius: 4px;
    position:relative;
}

.my-quote-input{
    width: 47%;
    float: left;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 14px;
	position:relative;


}
.my-quote-input lable{
	width:100%;
	float:left;
}
.my-quote-input input[type="text"]{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
    border: 1px solid #cccdd0;
    padding-left:20px;
}

.my-quote-input-text {
    width: 47%;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
	position:relative;


}
.my-quote-input-text lable{
	width:100%;
	float:left;
}
.my-quote-input-text input[type="text"]{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
    border: 1px solid #cccdd0;
    padding-left:5px;
}
.my-quote-input input[type="date"]{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
    border: 1px solid #cccdd0;
    padding-left:30px;
}
.my-quote-input select{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
		    border: 1px solid #cccdd0;
}

/*------------------------enqform end-------------------
----------------------------------------------------*/
.fx-Infant-select{
	width:100%;
	float:left;
	margin-left:10px;
    margin-bottom:10px;
}
.fx-Infant-select>div{
	width:20%;
	float:left;
	margin-left:5px;
	position:relative;
}
.fx-Infant-select>div:last-child{
    width:32%;
}
.fx-Infant-select select{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
    border: 1px solid #cccdd0;
}
.font-icon {
    font-size: 20px;
    left: 5px;
    position: absolute;
    top: 23px;
    z-index: 99999;
}
.font-icon .fa{
    color:#000;
    font-size:15PX;
}
.my-quote-textarea{
	width:100%;
	float:left;
}
.my-quote-textarea label{
	width:100%;
	float:left;
}
.beat-my-quote h2{
	margin-bottom:0px;
	padding-top:0px;
    margin-top:5px;
}
.my-quote-textarea textarea{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
    border: 1px solid #cccdd0;
    min-height:30px;
}
.beat-my-quote h3 {
    margin-top: 5px;
    font-size: 40px;
    border-bottom: 1px solid #0f4d82;
    padding-bottom: 5px;
}

.q-btn{
	padding:10px 15px;
	background:#06F;
	float:right;
	margin-top:10px;
	font-size:16px;
	color:#fff;
	border:none;
	border:4px;
}


/*----------------pop form end-----------------------
---------------------------------------*/

.bg-color-gray {
    background: #e6e4e4;
    padding-bottom: 25px;
    padding-top: 30px;
}
.bg-top {
    background: #184674;
    height: 30px;
    line-height: 32px;
    margin: 0px;
}
.callnow {
     text-align: right;
    color: #fff;
    float: left;
}
.callnow .fa {
    font-size: 20px;
    margin-right: 6px;
}
.callnow a {
    color: #fff;
    font-size: 20px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    color: #fff;
}

#wrapper {
    width: 100%;
}

.align {
    margin: 0px;
    padding: 0px;
}

.bg-color {
    background: #fff;
    border-bottom: 3px solid #99cc00;
}



.btn-primary {
    color: #fff;
    background-color: #dd0000;
    border-color: #dd0000;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #dd0000;
        border-color: #dd0000;
    }

.call-us {
    width: 100%;
    float: right;
    position: relative;
}

.call-uss {
    color: #184674;
    font-size: 16px;
    text-align: right;
    font-weight: bold;
    text-shadow: 0px 2px #a0c8f1;
}

    .call-uss span {
        color: #0986b9!important;
        font: 700 28px/27px Roboto,sans-serif;
        /*    padding: 1px 0 18px 55px;*/
        text-decoration: none;
    }

.call-us img {
    float: right;
    width: 20%;
    margin-left: 5px;
}
.chat-whatsapp {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 8px;
}
.chat-whatsapp span {
    display: block;
    border-right: 1px solid #184674;
    margin-right: 5px;
    padding-right: 5px;
    float: left;
}
.chat-whatsapp span:last-child {
    border-right: none;
    width: 40%;
    font-weight: bold;
}
.climg img {
    width: 12%;
    position: absolute;
    right: 0px;
    top: 0px;
}
.call-uss span a {
    color: rgb(18, 18, 18);
    text-shadow: 0px 2px #084179;
}
.chat-whatsapp a {
    text-decoration: none;
    font-size: 24px;
    color: #184674;
}
.chat-whatsapp .wapp {
    color: #184674 !important;
    font-size: 12px;
}
.nav > li:last-child {
    border-right: none;
}

.banner {
    background-image: url(../images/bg1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 0px 65px 0px;
}


.caption {
    text-align: center;
    font-size: 36px;
    position: relative;
    top: 0;
    width: 100%;
    font-weight: 600;
    color: #fff;
    /* font-family: 'Calistoga', cursive; */
    font-family: 'Righteous', cursive;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}
/*----------------.search-engin--------
-----------------------------------------*/

.search-engin {
    height: auto;
    /* margin-top: 5%; */
    position: relative;
    width: 100%;
    border-radius: 16px;
    z-index: 9;
    /*border: 1px solid #9c0;*/
    left: 0px;
    top: 95px;
}

    .serchtitle  {
     margin: 0 5px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px rgba(16, 16, 16, 0.5);
    font-family: 'Oswald', 'Trebuchet MS', Helvetica, sans-serif;
}
.user-from {
    width: 100%;
    background: rgba(0, 0, 0, 0.76) none repeat scroll 0 0;
    /* background: #fff; */
    padding:20px 20px 35px 22px;
    display: table;
    border-radius: 16px;
}

    .user-from label {
        color: #fff;
    }

    .user-from .fild-input-sec {
        float: left;
        margin: 0 0px;
        position: relative;
        width: 50%;
    }


        .user-from .fild-input-sec label {
            color: #fff;
            background: #02b5ff;
            padding: 0px;
            float: left;
            width: 21%;
            line-height: 37px;
            padding-left: 10px;
            font-weight: normal;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            font-size:25px;
        }

        .user-from .fild-input-sec .fa {
            padding-right: 5px;
        }


            .user-from .fild-input-date {
        float: left;
        margin: 5px 0px;
        position: relative;
        width: 25%;
    }


        .user-from .fild-input-date  label {
            color: #fff;
            background: #02b5ff;
            padding: 0px;
            float: left;
            width: 42%;
            line-height: 37px;
            padding-left: 10px;
            font-weight: normal;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }
        
    .user-from .fild-input-date input[type="text"] {
    line-height: 35px;
    border: 1px solid #98daf5;
    padding-left: 5px;
    border-radius: 0px;
    width: 56%;
    margin-bottom: 5px;
    margin-right: 5px;
    /* border-left: 4px solid #295DD9; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 37px;
}

        .user-from .fild-input-date  .fa {
            padding-right: 5px;
        }

    .user-from input[type="text"] {
        line-height: 37px;
        border: 1px solid #98daf5;
        padding-left: 5px;
        border-radius: 0px;
        width: 63%;
        margin-bottom: 5px;
        margin-right: 0px;
        /* border-left: 4px solid #295DD9; */
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        min-height:37px;
    }

    .user-from .fild-select-sec label {
        float: left;
        width: 35%;
        background: #02b5ff;
        line-height: 39px;
        padding-left: 5px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        font-weight: normal;
        color: #fff;
    }

        .user-from .fild-select-sec label .fa {
            padding-right: 3px;
            font-size: 20px;
        }

    .user-from .fild-select-sec img {
        width: 85%;
    }

    .user-from .fild-select-sec .Infant {
        float: left;
        width: 20%;
        padding-top: 0px;
    }

    .user-from .fild-select-sec {
width: 30%;
    float: left;
    margin: 5px 0px;
    position: relative;
    margin-bottom: 0px;
    }
    .user-from .fild-select-sec:last-child{
        margin-right:0px;
    }

    .user-from .fild-class-sec label {
        float: left;
        width: 35%;
        background: #02b5ff;
        line-height: 39px;
        padding-left: 5px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        font-weight: normal;
        color: #fff;
    }

    .user-from .fild-class-sec {
    width: 20%;
    float: left;
    margin: 5px 0px;
    position: relative;
    margin-bottom: 0px;
    }

.user-from .fild-class-sec select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #efe9e9;
    border-image: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-style: solid;
    /* border-width: 1px 1px 1px 4px; */
    height: 39px;
    line-height: 35px;
    margin-right: 0px;
    padding-left: 5px;
    width: 63%;
    border: 1px solid #98daf5;
    background: #ffffff;
    color: #000;
}

    .user-from .fild-redio-sec {
        float: left;
        margin: 0 5px 5px;
        padding: 5px 10px;
        position: relative;
        width: 36%;
    }

        .user-from .fild-redio-sec:hover {
            background: #0a254c;
            color: #fff;
            border-radius: 4px;
        }

    .user-from select {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #efe9e9;
        border-image: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-style: solid;
        /*border-width: 1px 1px 1px 4px;*/
        height: 39px;
        line-height: 35px;
        padding-left: 5px;
        width: 35%;
        border: 1px solid #efe9e9;
        background: #ffffff;
        color: #000;
    }

    .user-from .error {
        position: absolute;
        padding: 5px;
        background: #045DB1;
        bottom: -18px;
        z-index: 999;
        border-radius: 3px;
        color: #fff;
        left: 114px;
        font-size: 11px;
        /*display:none;*/
    }

.navbar {
    position: relative;
    min-height: 3em;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 22px;
    line-height: 3em;
    font-size: 15px;
    margin-top: 0px;
    font-weight: 300 !important;
}

.nav > li {
    position: relative;
    display: block;
    border-right: 1px solid #8cb70c;
}


.user-from .error::before {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #045DB1;
    content: "";
    position: absolute;
    top: -10px;
    left: 17px;
}

.user-from input[type="submit"] {
    font-size: 21px;
    float: left;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0px;
    border: none;
    background: #02b5ff;
    color: #fff;
    line-height: 54px;
    padding-left: 10px;
    padding-right: 12px;
}
.user-from button {
    font-size: 20px;
    float: left;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0px;
    border: none;
    background: #02b5ff;
    color: #fff;
    line-height: 54px;
    padding-left: 19px;
    padding-right: 0px;
    text-transform: uppercase;
    border-radius: 6px;
    overflow: hidden;
}

.fild-input-sub .fa {
    background: #99cc00;
    color: #fff;
    float: right;
    padding: 5px 14px;
    font-size: 44px;
    font-weight: 700;
    margin-left: 10px;
}

    .user-from input[type="submit"]:hover {
        background: #111;
    }

.user-from input[type="radio"] {
    margin-right: 10px;
    background: #88b502;
}

.fild-redio-sec label {
    font-size: 20px;
    color: #fff;
}

.user-from input[type="checkbox"] {
    margin-right: 2px;
    background: #06F
}

.fild-chechbox-sec label {
    font-size: 14px;
    color: #fff;
}

.user-from .fild-chechbox-sec {
    float: left;
    margin: 10px 2px 0px;
    padding: 5px 3px;
    position: relative;
    /* width: 29%; */
    margin-bottom: 5px;
}
.fild-input-sub {
    margin-top:0px;
    margin-right: 0px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}
/*.searchinput {
    width: 20%;
    position: relative;
    margin-bottom: 10px;
    float: left;
    margin: 0px 3px;
}
..searchinput label {
    font-weight: bold;
    font-size: 19px;
    color: #fff;
}*/

.fild-input-sec input[type="text"] {
    line-height: 35px;
    border: 1px solid #98daf5;
    padding-left: 5px;
    border-radius: 0px;
    width: 78%;
    margin-bottom: 5px;
    margin-right: 5px;
    /* border-left: 4px solid #295DD9; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 37px;
}

/*---------dropdown search css-------------
-----------------------------------------*/
#fv-booking {
    background: #f9f5f5  none repeat scroll 0 0;
    display: none;
    float: left;
    padding: 10px;
    position: absolute;
    right: 7px;
    top: 38px;
    width: 216px;
    z-index: 9999;
    border: 1px solid #eae7e7;
}

.arrow-up .fa.fa-caret-up.arrowholiday {
    color: #f9f5f5;
    font-size: 62px;
    position: absolute;
    left: 25px;
    top: -36px;
}

.engine-fv {
    width: 100%;
    /*  border-bottom: 1px dashed #ccc;*/
    padding-bottom: 36px;
    padding-top:10px;
}

    .engine-fv > div {
width: 100%;
    float: left;
    margin-right: 3%;
    margin-bottom: 5px;
    border-bottom: 1px solid #d6d3d5;
    padding-bottom: 5px;
    }
    .trtitle {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

.pax-title {
    width: 100%;
    color: #000;
    font-size: 14px;
    text-align: center;
}
.engine-fv > div:last-child{
    border-bottom:none;
}

    .pax-title span {
        font-size: 12px;
        color: #000;
        font-weight:normal;
        float:left;
    }

.divider {
    width: 50%;
    text-align: center;
    margin-top: 10px;
    float:left;
}

    .divider > div {
    border-right: 1px solid #0b9eda;
    float: right;
    font-size: 25px;
    line-height: 25px;
    margin: 0 auto;
    padding: 0;
    width: 25%;
    cursor: pointer;
    background: #02b5ff;
    color: #fff;

    }
     .divider > div:nth-child(2){
         font-size:18px;
     }

.flight_class {
    width: 100%;
    float: left;
    margin-bottom: 1.5em;
    margin-top: 1em;
    border-top: 1px dashed #ccc;
    padding-top: 1em;
}

    .flight_class > div {
        padding-bottom: 5px;
    }
    .sel-button {
    background: #99cc00;
    padding: 5px;
    /* width: 100%; */
    border: none;
    font-size: 16px;
    color: #ffffff;
    margin-top: 0px;
    width: 25px;
    height: 25px;
    line-height: 15px;
    position: absolute;
    top: -6px;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    right: -4px;
}

/*.sel-button {
    background: #337ab7;
    padding: 5px;
    width: 100%;
    border: none;
    font-size: 25px;
    color: #ffffff;
    margin-top: 0px;
}*/


/*redio button*/
.container-flight {
width:100%;
float:left;
}
.container-flight ul {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.container-flight ul li {
    color: #fff;
    display: block;
    position: relative;
    float: left;
    /* width: 12%; */
    /* left: -18px; */
    font-size: 30px;
    margin-bottom: 15px;
}
.flight-button {
    position: relative;
    /* width: 36%; */
    font-size: 33px;
    /* border-radius: 4px; */
    overflow: hidden;
    color: #fff;
    /* padding: 1% 2%; */
    z-index: 0;
    /* letter-spacing: 6px; */
    padding-left: 1%;
    color: #fff;
}
.flight-title {
    /* background-color: rgba(255, 255, 255, 0.8); */
    float: left;
    margin-top: 0px;
    padding-bottom: 0;
    padding-left: 33px;
    padding-right: 10px;
    padding-top: 3px;
    position: relative;
    font-size: 28px;
    color: #337ab7 !important;
}
 .container-flight ul li input[type=radio] {
                position: absolute;
                visibility: hidden;
            }

            .container-flight ul li label {
                display: block;
                position: relative;
                   font-weight: bold;
                    font-size: 19px;
               padding: 5px 0px 10px 50px;
                color: #fff;
                /*  margin: 10px auto;*/
                /*  height: 30px;*/
                z-index: 9;
                cursor: pointer;
                -webkit-transition: all 0.25s linear;
            }

            .container-flight ul li:hover label {
                color: #337ab7;
            }

            .container-flight ul li .check {
                display: block;
                position: absolute;
                border: 3px solid #9c0;
                border-radius: 100%;
                height: 20px;
                width: 20px;
                top: 10px;
                left: 20px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear;
            }

            .container-flight ul li:hover .check {
                border: 5px solid #fff;
            }

            .container-flight ul li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 12px;
                width: 12px;
                top: -1px;
                left: -1px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }

input[type=radio]:checked ~ .check {
    border: 5px solid #9c0;
}

    input[type=radio]:checked ~ .check::before {
        background: #02b5ff;
    }

input[type=radio]:checked ~ label {
    color: #02b5ff;
}


/*---------------MENU BAR CSS---------------
--------------------------------------------*/
.navbar-default {
    background-color: #779f00;
    border-color: #97c413;
    width: 100%;
    top: 3px;
}

.navbar {
    margin: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #5188d6;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #5188d6;
    background-color: #ffffff;
}

.inner-pages {
    width: 100%;
    text-align: justify;
}

    .inner-pages h2 {
        border-bottom-color: #ccc;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 8px;
    }

    
/*------------TOP FOOTER------------------*/
.no-padding {
    padding: 0;
}
.callout-section {
    background: url(../images/flightbooking.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 190px;
    margin-top: 10px;
    width: 100%;
    float: left;
}
.callout-section::before {
    position: absolute;
    content: "";
    width: 77%;
    background-color: #88af14;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    transform: skewX(-136deg);
    -webkit-transform: skewX(-136deg);
    -ms-transform: skewX(-136deg);
    z-index: 1;
    transform-origin: left bottom 0;
}
.callout-content {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-right: 40px;
}
.callout-content h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.44px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 9px;
}
.callout-content span {
    color: #945e00;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 26px;
    text-transform: capitalize;
}
.callout-content ul {
    padding-left: 0;
    margin-top: 25px;
}
.callout-content ul li {
    display: inline-block;
    margin-right: 75px;
}
.callout-content ul li span {
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
    top: 0px;
    position: relative;
    text-align:center;

}
.callout-content span {
    color: #945e00;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 20px;
    text-transform: inherit;
}
.icon {
    font-family: 'Stroke-Gap-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
hr.line {
    width: 178px;
    border-color: #fff;
}
.callout-content ul li a {
    color: #fff;
    font-size: 23px;
    letter-spacing: 0.46px;
    line-height: 26px;
    font-weight: 500;
    text-decoration: none;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.callout-content ul li:last-child {
    margin-right: 0;
}
.callout-content ul li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom:15px;
}
.callout-section::after {
    background-color: #0094d9;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    transform: skewX(-131deg);
    -webkit-transform: skewX(-131deg);
    -ms-transform: skewX(-131deg);
    transform-origin: left bottom 0;
    width: 79%;
    z-index: 0;
}

.footer-bg {
    background: #3399ff;
    border-top: 5px solid #5188d6;
    margin-top: 0px;
}

.footer-bg {
    background: #3399ff;
    border-top: 5px solid #5188d6;
    margin-top: 0px;
}

.fm-footerLinks {
    width: 100%;
    padding-bottom: 20px;
}
.ft-box{
    width:100%;
    float:left;
    color:#fff;
}
.ft-box a{
    color:#fff;
}
.ft-box input{
    height:30px;
    line-height:30px;
    border:1px solid #aed346;
}
.ft-box input[type="submit"]{
    background:#99cc00;
    padding:0px 8px;
    border:none;
}
.ft-box h2{
    font-size:18px;
    border-bottom:1px solid #2a83db;
       color:#fff;
       padding-bottom:5px;
       margin-bottom:5px;
}
.ft-box p{
    margin-bottom:5px;  
}

.ft-box img{
    width:100%;
}
.footerLinks {
    width: 100%;
}

    .footerLinks li {       
        list-style: none;
    }

    .footerLinks a {
        display: block;
        padding: 0 0px;
        line-height: 22px;
        font-size: 14px;
        color: #fff;
    }
.add {
    width: 100%;
    line-height: 0px;
    padding-bottom: 20px;
}

    .add span {
        float: right;
    }
       
        .add span img {
            width: 55%;
            text-align: right;
            float: right;
            position: relative;
            top: -30px;
        }



/*--------------tab css---------------
	-----------------------------------------*/
/*#tabs
{
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabs li
{
    margin: 0;
    padding: 0;
    float: left;
}

#tabs a
{
    -moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    background: #5188d6 ;
    background:    -moz-linear-gradient(220deg, transparent 10px, #5188d6  10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #5188d6  10px);     
    background:     -ms-linear-gradient(220deg, transparent 10px, #5188d6  10px); 
    background:      -o-linear-gradient(220deg, transparent 10px, #5188d6  10px); 
    background:         linear-gradient(220deg, transparent 10px, #5188d6  10px);
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    color: #fff;
    float: left;
    font: bold 12px/35px 'Lucida sans', Arial, Helvetica;
    height: 35px;
    padding: 0 12px;
    text-decoration: none;
}

#tabs a:hover
{
    background: #c93434;
    background:    -moz-linear-gradient(220deg, transparent 10px, #c93434 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #c93434 10px);     
    background:     -ms-linear-gradient(220deg, transparent 10px, #c93434 10px); 
    background:      -o-linear-gradient(220deg, transparent 10px, #c93434 10px); 
    background:         linear-gradient(220deg, transparent 10px, #c93434 10px);     
}

#tabs a:focus
{
    outline: 0;
}

#tabs #current a
{
    background: #333131;
    background:    -moz-linear-gradient(220deg, transparent 10px, #333131 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #fff 10px);     
    background:     -ms-linear-gradient(220deg, transparent 10px, #333131 10px); 
    background:      -o-linear-gradient(220deg, transparent 10px, #333131 10px); 
    background:         linear-gradient(220deg, transparent 10px, #333131 10px);
    text-shadow: none;    
    color: #fff;
}*/

#content {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeff1));
    background-image: -webkit-linear-gradient(top, #fff, #eaeff1);
    background-image: -moz-linear-gradient(top, #fff, #eaeff1);
    background-image: -ms-linear-gradient(top, #fff, #eaeff1);
    background-image: -o-linear-gradient(top, #fff, #eaeff1);
    background-image: linear-gradient(top, #fff, #eaeff1);
    -moz-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    /*  -moz-box-shadow: 0 2px 2px #000, 0 -1px 0 #32658c inset;
    -webkit-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
    box-shadow: 0 2px 2px #000, 0 -1px 0 #32658c inset;*/
    padding: 6px;
    border: 1px solid #32658c;
    min-height: 370px;
}

.bg-img {
    background: #ccc url(../images/USA-l.png) no-repeat center;
    background-size: cover;
}


.list-vew h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #0d5379;
}

.list-vew {
    width: 21%;
    list-style: none;
    text-align: center;
    display: block !important;
    float: left;
    margin-left: 19px;
}

    .list-vew li {
        border-bottom: 1px dashed #ccc;
        line-height: 30px;
        color: #0d5379;
    }

.all-destation {
    position: relative;
    margin-top: 10px;
}

.top-flight {
    width: 100%;
    padding: 10px;
    background: #e0e0e0;
    color: #000;
    margin: 0px;
}

.book-us {
    width: 100%;
    margin-top: 10%;
}

    .book-us h2 {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .book-us ul {
        list-style: none;
    }

    .book-us li {
        background: url(../images/good.png) no-repeat left;
        padding-left: 26px;
        line-height: 30px;
        font-size: 16px;
    }

.cheapest {
    width: 100%;
}

    .cheapest p {
        text-align: justify;
        line-height: 22px;
    }

.contact-us {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.address {
    width: 100%;
    background: rgba(204, 204, 204, 0.25);
    padding: 25px 20px 20px 20px;
    border-radius: 0px 0px 15px 15px;
}

    .address h2 {
        font-size: 20px;
        margin: 0px;
        background: #ece9e9;
        padding: 10px 7px;
        margin-bottom: 10px;
    }

    .address p {
        width: 100%;
        line-height: 35px;
        margin-bottom: 5px;
    }

    .address .fa {
        /* padding-right: 10px; */
        font-size: 22px;
        background: #5188d6;
        /* padding: 9px; */
        color: #fff;
        margin-right: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

.enquery input[type="text"] {
    width: 100%;
    /* float: left; */
    padding-left: 15px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-right: 0px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 1px 1px #ccc;
    min-height: 40px;
}
.enquery input[type="number"] {
    width: 49.9%;
    float: left;
    padding-left: 15px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-right: 0px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 1px 1px #ccc;
    min-height: 40px;
}
.enquery input[type="email"] {
    width: 48%;
    float: left;
    padding-left: 15px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 4px;
    border: none;
    box-shadow: 0px 0px 1px 1px #ccc;
    min-height: 40px;
}
.enquery span {
   font-size:14px;
   color:red;
   font-weight:600;
}
.enquery {
    background: rgba(204, 204, 204, 0.25);
    padding: 30px 30px 30px 30px;
    width: 100%;
    display: table;
    border-radius: 15px;
}

    .enquery h2 {
        font-size: 20px;
        margin: 0px;
        background: #184674;
        padding: 10px 7px;
        margin-bottom: 10px;
        color: #fff;
        width: 98%;
    }

    .enquery textarea {
        width: 100%;
        float: left;
        padding-left: 15px;
        margin-bottom: 10px;
        margin-right: 0px;
        border: none;
        box-shadow: 0px 0px 1px 1px #ccc;
        border-radius: 4px;
        padding-top: 10px;
    }

    .enquery .contact-ctrl {
        position: relative;
        width: 50%;
        float: left;
    }

    .enquery .contact-ctrl1 {
        position: relative;
        width: 100%;
        float: left;
    }

.sub-bt {
    background: #39f;
    border-bottom: 4px solid #185a9c;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    border: none;
    float: right;
    margin-right: 0px;
    margin-top: 8px;
}
.sub-bt :hover{
    color:#fff;
}

.align {
    padding: 0px;
    margin: 0px;
}

.gg-map {
    margin-top: 10px;
}

.compair {
    background: rgba(8, 119, 185, 0.60);
    padding: 10px;
    margin-top: 20%;
    margin-bottom: 30%;
    float: left;
width:100%;
    
}

    .compair h3 {
      line-height: 43px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 28px;
    text-align: center;
    }
    .compair p{
     color: #fff;
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    } 

.more-destation {
    width: 100%;
}

    .more-destation h2 {
        text-align: right;
        top: 0px;
        position: relative;
        font-size: 18px;
    }

.flight-destation {
    margin-top: 2%;
}

.our-fair {
    box-shadow:0px 0px 2px 2px #ccc;
    width: 100%;
    position: relative;
        background: #5188d6;
}

.places {
    font-size: 11px;
}

.places strong {
    font-weight: 500;
    font-size: 17px;
}

.deal-fare {
    /* position: absolute; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #118acb;
    text-align: right;
    /* right: 0%; */
    /* top: 100%; */
    margin-top: -22px;
    float: right;
}

.our-fair h3 {
    background: #02b5ff;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0px;
    font-size:22px;
}



.our-fair ul {
    list-style: none;
}

.our-fair li {
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding: 10px;
}
.our-fair li a{
    color:#fff;
}
.deal-fare{
      color:#fff;
}

    .our-fair li:hover {
        background: rgba(204, 204, 204, 0.27);
    }
    .our-fair li:nth-child(even){
            background: rgba(204, 204, 204, 0.27);

    }
      .our-fair li:nth-child(odd){
              background: rgb(79, 124, 188);

    }

.flight-add {
    background: rgba(0, 0, 0, 0) url("../images/add.png") no-repeat scroll center top;
    min-height: 500px;
}

/*---------------our services------------------
	----------------------------------------------------*/
.why-book {
    width: 100%;
    margin-top: 0px;
}
.why-book .col-md-4 {
    padding: 0px 5px;
}

.our-policy {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(204, 204, 204, 0.27);
    padding: 10px;
    min-height: 104px;
    background: #fff;
    box-shadow: 0px 0px 1px 1px rgb(251, 251, 251);
}

.our-policy h2 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-align: left;
}

.our-policy img {
    text-align: center;
    width: 30%;
    margin: 0 auto;
    float: left;
}
.our-policy p{
    text-align:left;
}

.all-fair {
    width: 100%;
}

    .all-fair img {
        width: 100%;
    }

    .all-fair h2 {
        font-size: 18px;
    }

    .all-fair h4 {
        font-size: 18px;
        background: rgba(0, 0, 0, 0.71);
        color: #fff;
        padding: 5px;
        margin-top: -47px;
        position: relative;
        z-index: 9;
        height:43px;
        line-height:35px;
    }

        .all-fair h4 span {
            font-size: 11px;
        }

    .all-fair .deal-price {
        /* position: absolute; */
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        color: rgb(249, 209, 4);
        text-align: right;
        /* right: 0%; */
        /* top: 100%; */
        margin-top: 0px;
        float: right;
    }

.offer {
    width: 100%;
    margin-top: 30px;
}

.chat-icon {
    width: 100%;
}

    .chat-icon img {
        width: 61%;
        position: absolute;
        top: 19px;
        right: 0px;
    }

.time {
    font-size: 14px;

}
.chat-whatsapp:before {
    font-size: 28px;
    position: absolute;
    top: 0px;
    left: -38px;
    width: 35px;
    height: 36px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    float: left;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background: #2884e0;
}
.social-like {
}

li.f-call-now {
    font-size: 22px;
    text-align: right;
    float: right;
    position: relative;
    top: -8px;
}


/*--------------------tab-menu css resposive------------------
        ---------------------------------------------------*/

.tab-menu {
    width: 100%;
    list-style: none;
}

    .tab-menu ul {
        list-style: none;
    }

    .tab-menu li {
        float: left;
        font-size: 14px;
        padding: 0px 5px;
        width: 25%;
        text-align: center;
        margin-bottom: 2px;
        line-height: 40px;
    }

.row-div-list {
    width: 100%;
    list-style: none;
}

  .row-div-list ul {
        list-style: none;
        clear: both;
        height: 33px;
        margin-bottom: 0px;
        width:100%;
        display:inline-block;
    }

    .row-div-list li {
        float: left;
        font-size: 14px;
        padding: 0 5px;
        width: 25%;
        text-align: center;
        line-height: 35px;
        margin-bottom: 0px;
        display:block;
    }

        .row-div-list li a {
            text-decoration: none;
             cursor:pointer;
        }


    .row-div-list ul:nth-child(odd) {
        background-color: #eee;
    }

    .row-div-list ul:nth-child(even) {
        background-color: #ddd;
    }

.tab-menu li:nth-child(odd) {
    background-color: #eee;
}

.tab-menu li:nth-child(even) {
    background-color: #ddd;
}

.resp-tabs-container h3 {
    width: 100%;
    float: left;
    /* background: #efe9e9; */
    font-size: 19px;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    margin-top: 0px;
}



ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 6px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    /*padding: 15px;*/
}

.resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 4px solid #5AB1D0 !important;
    border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}



/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1; /* !important;*/
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1; /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
   
    #container {
        width: 90%;
        margin: 0 auto;

     }
}

h2.resp-tab-active span.resp-arrow {
    border-top-width: initial;
    border-top-color: initial;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-style: none solid solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid rgb(155, 151, 151);
}

.resp-arrow {
    width: 0px;
    height: 0px;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid rgb(193, 193, 193);
}
/*.global{
    width:100%
}*/
.global img {
    width: 20%;
    margin-right: 10px;
}

.dropdown-menu > li > a {
    padding: 2px 7px;
}

.our-cuntary {
    position: relative;
    right: 140px;
    float: right;
    top: -44px;
}

.dropdown-menu {
position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu > li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.dropdown-menu > li > a {
    padding: 2px 7px;
}
/*.error {
    position: absolute;
    padding: 5px;
    background: #045DB1;
    bottom: -18px;
    z-index: 999;
    border-radius: 3px;
    color: #fff;
    left: 0px;
    font-size: 11px;
}

    .error::before {
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #045DB1;
        content: "";
        position: absolute;
        top: -10px;
        left: 17px;
    }*/
.important {
    float: left;
    font-size: 10px;
    width: 66%;
}

.fb_iframe_widget {
    display: inline-block;
    float: right;
    position: absolute;
    right: -100px;
    top: -13px;
}

.social-like {
    position: relative;
    top: -15px;
}


/*-----------------result pages-------------------*/
.align-free {
    padding-left: 0px;
    padding-right: 0px;
}

/*-----------sidebar css----------------*/
.stopairline{
    width:100%;
    float:left;
    padding:10px;
}
.selectboxlb {
    float: left;
    margin-left: 6px;
    width: 25%;
    position: relative;
}
.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}
.stopairline li{
    list-style:none;
}
    .stopairline li input[type=checkbox] {
        margin-right:5px;
    }
    .panel-body {
    padding: 0px;
}
    .airlinesprice {
    width: 100%;
    float: left;
    padding: 10px;
}
    .all-select {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
    .airlinesprice li {
    list-style: none;
    line-height: 24px;
}
    .airlinesprice li input[type=checkbox] {
    margin: 0px;
    float: left;
    margin-top: 6px;
}
    .airlinesprice li label {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
        cursor: pointer;
}
    .airlinesprice li span {
    text-align: right;
    float: right;
    font-size: 12px;
    font-weight: normal;
}
    .stopairline li label {
    cursor: pointer;
}

    .extrarow {
    width: 100%;
    float: left;
    /* background: #02b5ff; */
    background: #153b60;
    padding: 10px 0px;
    color: #fff;
}
    .extrarow div {
    float: left;
    margin: 0px 10px;
}
    span.alternate a {
    color: #fff;
}
    .extrarow .flight-dt-button {
    border: 1px solid #0786bb;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
}
    .secbag {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    margin-top: -33px;
    color: #000;
    z-index: 9;
    position: relative;
}
    .middle_line {
    text-align: center;
    font-size: 11px;
    background: #02b5ff;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 35%;
    padding: 0px 5px;
    border-radius: 0px;
    color: #ffff;
}
    .total-price {
    width: 100%;
    float: left;
    border: 1px solid rgba(182, 195, 146, 0.37);
    margin-bottom: 15px;
    margin-top: 10px;
}
    .total-price ul{
        padding:30px;
        padding-top:10px
    } 
.all-price {
    width: 100%;
    float: left;
    padding: 10px;
}
    .total-price h3 {
    margin: 0px;
    text-align: left;
    padding: 5px 10px;
    background: rgba(182, 195, 146, 0.37);
    color: #000;
}
    .all-price li:last-child {
    border-top: 1px solid #ccc;
    padding: 5px 0px;
    font-size: 18px;
}
    .all-price li {
    float: left;
    width: 100%;
    list-style: none;
    line-height: 25px;
}
    .all-price strong {
    font-size: 26px;
}
    .all-price li span {
    float: right;
}

.field-validation-valid {
    display: none;
}
.error-top {
    position: absolute;
    padding: 3px;
    background: rgb(245, 116, 116);
    bottom: -15px;
    z-index: 999;
    border-radius: 3px;
    color: #000;
    left: 10px;
    font-size: 11px;
}

    .error-top::before {
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #F57474;
        content: "";
        position: absolute;
        top: -10px;
        left: 17px;
    }

    .error{
    position: absolute;
    padding: 3px;
    background:#b30707;
    bottom: -20px;
    z-index: 999;
    border-radius: 3px;
    color: #fff;
    left: 0px;
    font-size: 11px;
}

    .error::before {
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #b30707;
        content: "";
        position: absolute;
        top: -10px;
        left: 17px;
    }


/*---------------regult-page css------------------------------
-----------------------------------------------------------------*/

.result-page {
    width: 100%;
    float: left;
    color: #424141;
}

.result-row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .result-row .row-colm {
        border-bottom: 1px dashed #ccc;
        margin-top: 10px;
        padding-bottom: 15px;
        width: 100%;
    }

        .result-row .row-colm:last-child {
            border-bottom: none;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

    .result-row h3 {
        font-size: 15px;
    }

.result-row-tr {
    float: left;
    width: 100%;
}

    .result-row-tr:hover {
        box-shadow: 0 0 1px 1px #ccc;
    }

    .result-row-tr .day {
        font-size: 12px;
    }

    .result-row-tr .destin-name {
        font-size: 18px;
    }

        .result-row-tr .destin-name span {
            font-size: 30px;
        }

    .result-row-tr .tex-a {
        margin-left: 0;
        margin-right: 0;
        text-align: right;
        padding-left: 0px;
    }

    .result-row-tr .tex-b {
        text-align: left;
        padding-right: 0px;
    }

    .result-row-tr .arrow {
        padding-top: 15px;
    }

    .result-row-tr .img-align img {
        float: left;
        margin-right: 10px;
        padding-top: 15px;
    }

    .result-row-tr p {
        margin-bottom: 0px;
    }

.all-result {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 12px;
}

    .all-result h2 {
        width: 100%;
        padding: 5px;
        background: #2d6c9c;
        color: #fff;
        text-align: center;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .all-result h2 .fa {
            margin-left: 20px;
            cursor: pointer;
        }

.flight-rg {
    width: 100%;
}

    .flight-rg ul {
        list-style: none;
        padding-top: 10px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .flight-rg li {
        line-height: 35px;
        border-bottom: 1px dashed #ccc;
        padding-left: 10px;
    }

        .flight-rg li img {
            padding-top: 0px;
            width: 13%;
            padding: 0px 5px;
        }

        .flight-rg li span {
            float: right;
            padding-right: 15px;
            color: #063a6a;
        }

/*---------price css------------
-------------------------------*/
.colam-left {
    border: 1px solid #e5e5e5;
    float: left;
    /*    padding-bottom: 10px;*/
    padding-top: 10px;
    width: 84%;
}

.colam-right {
    float: left;
    width: 16%;
    position: relative;
}

    .colam-right .L-arrow {
        color: #f2f2f2;
        font-size: 60px;
        left: -21px;
        position: absolute;
        top: 55px;
    }

.fx-price-box {
    background: #f2f2f2 none repeat scroll 0 0;
    min-height: 193px;
    padding: 10px;
    width: 100%;
}

.pr-rg {
    min-height: 217px;
}

.fx-price-box h3 {
  margin: 0px;
    padding: 16px 0px;
    font-size: 26px;
    text-align: center;
    border-bottom: none;
    color: #054e86;
}
.fx-onyw-box{
    min-height:130px !important;
}
.onyw-box {
    padding: 0px 0px !important;
    font-size: 20px !important;
}

.fx-price-box p {
    text-align: center;
}
.ecno{
    padding-left:10px;
    line-height:28px;
}

.fx-price-box .select-button {
    margin-top: 5px;
    padding: 7px 7px;
    font-size: 18px;
    font-weight: 700;
    background: #2d6c9c;
    color: #fff !important;
    border-radius: 4px;
    border-bottom: 3px solid #052742;
    margin-bottom: 10px !important;
    transition: 2s;
    width: 100%;
}
.fx-price-box .oneway-bt{
    margin-bottom:0px !important;
        padding: 5px 7px !important;
    font-size: 16px !important;
}

.select-button a {
    color: #fff !important;
}

.call-now {
    width: 100%;
    float: left;
    background: #f2f2f2;
    min-height: 29px;
}

    .call-now .fa {
        position: relative;
        top: 3px;
    }

    .call-now a {
        float: left;
        margin-left: 5px;
        padding: 4px 10px;
        color: #000;
    }

.day .fa {
    font-size: 14px;
    position: relative;
    top: 1px;
}

.img-align .fa {
    font-size: 14px;
    position: relative;
    top: 1px;
}

.C-D-details {
    width: 100%;
    margin-top: 0px;
}

/*-------------MODIFY SEARCH top form--------------*/

.booking-tickt {
    width: 100%;
    background: #f2f2f2 none repeat scroll 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    float: left;
    margin-bottom: 15px;
}
.minputbox{
    width:60%;
    float:left;
}

.booking-form {
    padding: 10px;
}


    .booking-tickt h3 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-top: 0;
        text-align: left;
    }

.booking-form {
    padding: 10px;
}

.Modify-form {
    width: 100%;
    position: relative;
    padding:10px;
}

    .Modify-form input[type="text"] {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #ccc #ccc #ccc #ccc;
        border-image: none;
        border-style: solid;
        line-height: 30px;
        margin-right: 98px;
        padding-left: 5px;
        width: 100%;
        border: 1px solid #ccc;
        min-height:30px;
    }

    .Modify-form select {
        border-image: none;
        border-style: solid;
        height: 32px;
        line-height: 32px;
        margin-right: 5px;
        padding-left: 5px;
        width: 100%;
        border: 1px solid #ccc;
    }
    .minputfild {
    margin-bottom: 5px;
    position:relative;
    float:left;
        width: 28%;
    margin: 0px 5px;
}

.minputdatefild {
    margin-bottom: 5px;
    position:relative;
        float:left;
        width: 19%;
    margin: 0px 5px;
}

    .Modify-form .error {
        background: #045db1 none repeat scroll 0 0;
        bordorer-radius: 3px;
        bottom: -43%;
        color: #fff;
        font-size: 11px;
        left: 18px;
        padding: 5px;
        position: absolute;
        z-index: 999;
        display: none;
    }

    .Modify-form label {
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: normal;
        color:#fff;
    }


    .Modify-form .error::before {
        border-bottom: 10px solid #045db1;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        height: 0;
        left: 17px;
        position: absolute;
        top: -10px;
        width: 0;
    }

    .Modify-form .redio-btn {
        line-height: 30px;
        width: 100%;
    }

        .Modify-form .redio-btn input[tupe="radio"] {
            margin-right: 10px;
        }

/*.Modify-btn {
    width: 100% !important;
    float: left;
    margin-top: 20px;
    position: relative;
    top: 14px;
}*/
.mdbg{
    background:#184674;
    float:left;
    width:100%;
    margin-bottom:10px;
}

    .Modify-form input[type="submit"] {
background: #678706  none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    padding: 6px;
    width: 81%;
    border: 0px;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
    margin: 0px 10%;

    }

.select-opt {
    width: 100% !important;
    position: relative;
}

    .select-opt > div {
        float: left;
        margin-bottom: 0;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 0;
        position: relative;
        width: 30%;
    }
    .classes{
        width:40% ;
        float:left;
        margin-bottom:10px;
    }
.classes > div {
    width: 25%;
    float: left;
    margin: 0px 5px;
}
 
.fv-drop{
    position:relative;
}

#mfv-booking {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    float: left;
    padding: 10px;
    position: absolute;
    right: -104px;
    top: 56px;
    width: 216px;
    z-index: 9999;
    border: 4px solid #184674;
}
#mfv-booking .arrow-up .fa.fa-caret-up.arrowholiday {
    color: #ffffff;
    font-size: 62px;
    position: absolute;
    left: 25px;
    top: -36px;
    text-shadow: 0px -2px 0px #ecebeb;
}
.classes > div:last-child {
    width: 43%;
    padding-top: 14px;
}

.Details {
    display: none;
}

.detail {
    width: 100%;
    background: rgba(242, 242, 242, 0.32);
    padding-top: 0px;
}

.call-button.clickhear {
    background: #5188d6;
    color: #fff;
    float: left;
    cursor: pointer;
}

.dt-margin {
    margin-top: 0px !important;
    border-bottom: none !important;
}

.dt-name {
    font-size: 15px;
}

/*redio button*/
.mcontainer-flight {
width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
}
.mcontainer-flight ul {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.mcontainer-flight ul li {
    color: #4c4a4a;
    display: block;
    position: relative;
    float: left;
    /* width: 12%; */
    left: -18px;
}


 .mcontainer-flight ul li input[type=radio] {
                position: absolute;
                visibility: hidden;
            }

.mcontainer-flight ul li label {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0px 10px 45px;
    color: #fff;
    /* margin: 10px auto; */
    /* height: 30px; */
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

            .mcontainer-flight ul li:hover label {
                color: #02b5ff;
            }

            .mcontainer-flight ul li .check {
                display: block;
                position: absolute;
                border: 3px solid #9c0;
                border-radius: 100%;
                height: 20px;
                width: 20px;
                top: 5px;
                left: 20px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear;
            }

            .mcontainer-flight ul li:hover .check {
                border: 5px solid #ccc;
            }

            .mcontainer-flight ul li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 12px;
                width: 12px;
                top: -1px;
                left: -1px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear;
            }

input[type=radio]:checked ~ .check {
    border: 5px solid #fff;
}

    input[type=radio]:checked ~ .check::before {
        background: #02b5ff;
    }

input[type=radio]:checked ~ label {
    color: #02b5ff;
}

.filter-budget {
    margin-bottom: 5px;
}


.bound {
    background: #dcd9d9;
    float: left;
    padding: 0px 10px;
    color: #000;
    font-weight: bold;
}

.dt-pannel {
    width: 100%;
    float: left;
    margin-left: 0px;
    border-bottom: 1px dashed#ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.bsfare {
    font-size: 11px;
}

.stop-row {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #e0dede;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: left;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0;
    text-align: center;
    width: 100%;
}

.advertig img {
    width: 100%;
}

/*------------------New result----------------------*/
.result-col {
    width: 80%;
    float: left;
}
.n-div-row {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    overflow: hidden;
    /* box-shadow: 0px 1px 1px 1px #ccc; */
    margin-bottom: 20px;
}

.n-div-ro .result-col {
    width: 80%;
    float: left;
}

.brandname-bg {
    width: 21% !important;
    min-height: 65px;
    padding-top: 10px;
}

    .brandname-bg img {
        width: 100%;
    }

    .brandname-bg span {
        font-size: 10px;
    }

.n-result-row {
    width: 100%;
    float: left;
}

    .n-result-row > div {
        float: left;
        width: 37%;
        text-align: left;
        line-height: 25px;
        /*margin-right: 10px;*/
        padding: 0px 10px;
        border-right: 1px solid #ccc;
    }

        .n-result-row > div:last-child {
            border-right: none;
        }

    .n-result-row .Dep-ariv {
        min-height: 66px;
        padding-top: 10px;
    }

.dest-name {
    width: 100% !important;
    text-align: left !important;
    font-size: 14px;
    line-height: 25px !important;
    /* padding-bottom: 10px; */
    background: rgba(204, 204, 204, 0.27);
    font-weight: bold;
    padding-right: 10px;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.new-price-box {
background: #fff;
    width: 20%;
    float: left;
    min-height: 184px;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right:none;
}

    .new-price-box .price {
        width: 100%;
        /* background: rgba(204, 204, 204, 0.2); */
        padding: 5px;
        text-align: center;
        margin-top: 0px;
       
    }

.price h2 {
    text-align: center;
    font-size: 24px;
    color: #5188d6;
    font-weight: bold;
}

    .price h2 span {
        font-size: 12px;
        padding-left: 5px;
    }

.price p {
    line-height: 23px;
    text-align: center;
    font-size: 11px;
    margin-bottom: 8px;
    padding-top: 10px;
    color: #B5B4B4;
}

.price a {
    text-decoration: none;
    background: #184674;
    padding: 5px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 4px;
    border-bottom: 4px solid #153b60;
    text-shadow: 0px 1px #000;
}
.price a:hover{
    background:#99cc00;
    transition:0.2s;
}


/*----------passenger-details---------------------
----------------------------------------------------*/

.passenger {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
}

    .passenger input[type="text"] {
        height:35px;
        line-height: 35px;
        padding-left: 2px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
        float: left;
    }

    .passenger .title {
        height: 35px;
        line-height: 45px;
        padding-left: 2px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
        float: left;
    }
     .passenger .ad-title {
        height: 30px;
        line-height: 40px;
        padding-left: 2px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
        float: left;
    }

    .passenger .dob {
        height: 35px;
        line-height: 35px;
        padding-left: 2px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
        float: left;
    }

    .passenger .contact {
        height: 40px;
        line-height: 40px;
        padding-left: 5px;
        width: 47% !important;
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
        float: left;
        margin: 1% 1%;
    }

.main-h {
background: rgba(182, 195, 146, 0.37); 
    color: #000;
    font-size: 22px;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 0px;
}

.passenger .passenger-fst {
    float: left;
    margin: 0 2px 6px;
        width: 15%;
    position: relative;
}

.selectbox {
    float: left;
    margin-left: 2px;
    width: 7.3%;
    position: relative;
}
.ad-selectbox {
    float: left;
    margin-left: 6px;
    width: 6.3%;
    position: relative;
}

.passenger label {
    width: 100%;
    position: relative;
    float: left;
    color: #020202;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 14px;
}

a.gradient-button-d {
    background: transparent;
    color: #1b1a1a;
    border-bottom: 0px solid #ccc;
    padding-top: 0px;
    margin-top: 55px;
    clear: both;
    font-weight: normal;
    letter-spacing: 1px;
    font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.passenger-contact {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
}

    .passenger-contact .passenger-fst {
        float: left;
        margin: 0 6px 6px;
        width: 31%;
        position: relative;
    }

    .passenger-contact label {
        width: 100%;
        position: relative;
        float: left;
        /*font: normal 14px Roboto Regular;*/
        color: #020202;
        margin-bottom: 10px;
        margin-top: 10px;
        line-height: 14px;
    }

    .passenger-contact input[type="text"] {
        height: 40px;
        line-height: 40px;
        padding-left: 5px;
        width: 100%;
        border-radius: 4px;
        border: 1px solid #ccc;
        float: left;
        margin: 0 5px;
        margin-bottom: 18px;
    }

    .passenger-contact textarea {
        padding-left: 5px;
        width: 96%;
        margin-bottom: 10px;
        border-radius: 4px;
        border: 1px solid #ccc;
        float: left;
        margin: 0 auto;
        margin-left: 13px;
    }

    .passenger-contact input[type="submit"] {
        padding: 0px 19px !important;
        background: #2d6c9c;
        color: #fff;
        font-size: 25px;
        float: right;
        margin-top: 10px;
        margin-right: 10px;
        border: none;
        border-bottom: 4px solid #133c5a;
        border-radius: 4px;
    }

    a.gradient-button-d {
    background: transparent;

    color: #1b1a1a;
    border-bottom: 0px solid #ccc;
    padding-top: 0px;
    margin-top: 55px;
    clear: both;
    font-weight: normal;
    letter-spacing: 1px;
      font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif; 
}




.details-page {
    text-align: left;
    float: left;
    display: block;
    position: relative;
    background: #fff;
    padding: 0px 15px 0px;
    width: 100%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}

.flight-dt {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
}

    .flight-dt h2 {
     font-size: 14px;
    text-align: left;
    padding: 10px 13px;
    margin: 0px;
    background: #cccccc8c;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    padding-right: 20px;
    width: 100%;
    position: relative;
    }

.sq {
    position: relative;
    z-index: 99;
    font-size: 20px;
    /*border-radius: 4px;*/
    overflow: hidden;
    color: #000;
    padding: 1% 2%;
}

.sq {
    display: block;
}

    .sq:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(182, 195, 146, 0.37);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-23deg);
        /* border-radius: 4px 4px 6px; */
        z-index: -1;
    }

.flight-dt ul {
    list-style: none;
    background: #fff;
    float: left;
    padding: 10px 0px;
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #ccc;
    clear: both;
    position: relative;
}

    .flight-dt ul > li {
        float: left;
        padding: 4px 10px;
        width: 25%;
        border-right: 1px solid #ccc;
    }

        .flight-dt ul > li:last-child {
            border-right: none;
        }

        .flight-dt ul > li img {
            padding-top: 10px;
        }

.flight-dt li span {
    width: 100%;
    float: left;
}

.content-add {
    margin-top: 20px;
    background: rgba(204, 204, 204, 0.25);
    float: left;
    width: 99%;
    padding: 10px;
}

    .content-add .col-md-4 {
        background: #fff;
        border: 1px solid #ccc;
        padding: 5px;
    }

.Branch-info {
    width: 100%;
}

    .Branch-info h3 {
        margin-top: 5px;
    }

    .Branch-info p {
        line-height: 30px;
    }
/*-------------------payment---------------------------------------
    ------------------------------------------------------------*/
.billing-cont {
    border: 1px solid #ccc;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background: rgb(242, 242, 242);
    padding-bottom: 20px;
}

    .billing-cont .col-box {
        float: left;
        margin-bottom: 0;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0;
        width: 44%;
    }

    .billing-cont .cca-input {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        margin: 0px 5px;
        position: relative;
    }

        .billing-cont .cca-input label {
            float: left;
            height: 30px;
            line-height: 30px;
            width: 100%;
        }

        .billing-cont .cca-input select {
            float: left;
            height: 35px;
            line-height: 35px;
            padding-left: 5px;
            width: 100%;
            border: 1px solid #ccc;
        }

        .billing-cont .cca-input input[type="text"] {
            float: left;
            height: 35px;
            line-height: 35px;
            padding-left: 5px;
            width: 100%;
            border: 1px solid #ccc;
        }

        .billing-cont .cca-input textarea {
            width: 100%;
            padding-left: 5px;
            border:1px solid #ccc;
        }

        .billing-cont .cca-input select {
            float: left;
            height: 35px;
            line-height: 35px;
            padding-left: 5px;
            width: 100%;
            border: 1px solid #ccc;
        }

    .billing-cont .month-y {
        width: 44% !important;
        margin-right: 10px;
    }

.dvv {
    width: 70%;
    float: left;
    position:relative;
}

.cvv {
    width: 20%;
    float: left;
    position:relative;
}
.colmexpire {
    width: 80%;
    float: left;
}
.colmexpire .paymonth {
    position: relative;
}
.colmexpire .payyear {
    position: relative;
}
.cvv .error {
    position: absolute;
    padding: 3px;
    background: #b30707;
    bottom: -37px;
    z-index: 999;
    border-radius: 3px;
    color: #fff;
    left: -9px;
    font-size: 11px;
}
.colmexpire .payyear .error {
    position: absolute;
    padding: 3px;
    background: #b30707;
    bottom: -52px;
    z-index: 999;
    border-radius: 3px;
    color: #fff;
    left: 185px;
    font-size: 11px;
}
.colmexpire .paymonth .error {
    position: absolute;
    padding: 3px;
    background: #b30707;
    bottom: -72px;
    z-index: 999;
    border-radius: 3px;
    color: #fff;
    left: 0px;
    font-size: 11px;
}
.term .error {
    position: absolute;
    padding: 3px;
    background: #b30707;
    bottom: -26px;
    z-index: 999;
    border-radius: 3px;
    color: #fff;
    left: -21px;
    font-size: 11px;
}
.colm-box {
    width: 48%;
    float: left;
    margin-right: 2%;
    position:relative;
}
.term {
    position: relative;
    top: 0px;
    display: inline-block;
}
.termc{
    font-size:12px;
    padding-left:20px;
}

.velue {
    width: 100%;
}
.term  .crderror {
    background: #2d5b99;
    position: absolute;
    left: -21px;
    color: #fff;
    text-align: left;
    z-index: 99;
    font-size: 10px;
    top: 21px;
    padding: 0 2px;
}

    .velue .air-icons {
        width: 19%;
        float: left;
        margin-right: 5%;
    }

    .velue .dt-velue {
        width: 75%;
        float: left;
    }

.opt {
    font-size: 12px;
    color: #9c9a9a;
}

.px-type {
    position: absolute;
    left: 0px;
    top: -13px;
    font-size: 10px;
}

.sec-pxline {
    float: left;
    margin-left: 6px;
    width: 19%;
    position: relative;
}

.equal {
    margin-left: 0px;
    margin-right: 0px;
}

.equal1 {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dashed #7d7d7d;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
/*.passenger-fst .error {
   
    position: absolute;
    padding: 5px;
    background: #045DB1;
    bottom: -18px;
    z-index: 999;
    border-radius: 3px;
    color: #fff;
    left: 0px;
    font-size: 11px;
    display:block;  
}

   .passenger-fst .error::before {
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #045DB1;
        content: "";
        position: absolute;
        top: -10px;
        left: 17px;
    }*/


.reqerror {
    background: #2d5b99;
    position: absolute;
    left: 0px;
    color: #fff;
    text-align: left;
    z-index: 99;
    font-size: 10px;
    top: 32px;
    padding: 0 2px;
}

    .reqerror ::before {
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #2d5b99;
        content: "";
        position: absolute;
        top: -10px;
        left: 17px;
    }

.crderror {
    background: #2d5b99;
    position: absolute;
    left: 0px;
    color: #fff;
    text-align: left;
    z-index: 99;
    font-size: 10px;
    top: 70px;
    padding: 0 2px;
}

    .crderror ::before {
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #2d5b99;
        content: "";
        position: absolute;
        top: -10px;
        left: 17px;
    }

.srcherror {
    background: #2d5b99;
    position: absolute;
    left: 113px;
    color: #fff;
    text-align: left;
    z-index: 99;
    font-size: 11px;
    top: 34px;
    padding: 0 2px;
}

    .srcherror ::before {
        width: 0px;
        height: 0px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #2d5b99;
        content: "";
        position: absolute;
        top: -10px;
        left: 17px;
    }

.cardex {
    margin-top: 10px;
}

.m-card {
    padding-top: 8px;
    position: relative;
    top: 35px;
    width: 42%;
    right: 4px;
}
/*-------------------start filter result---------------------*/
.bg-BLACK {
    background-color: #2b303d;
}
.bg-gray{
    background-color:#f2f2f2;
}
 
}

.filter {
    padding-top: 5PX;
    padding-bottom: 5PX;
    width: 100%;
    float: left;
    color: #fff;
}

    .filter .destination {
        float: left;
        /*text-align: left;*/
        width: 45%;
    }

    .filter ul {
        text-align: center;
        list-style: none;
    }

    .filter li {
        float: left;
    }

    .filter .destination-name {
        width: 40%;
        float: left;
    padding-top: 8px;
    }

    .filter .exchange {
        float: left;
        font-size: 25px;
        line-height: 70px;
        width: 20%;
        color:#5188d6;
    }

    .filter .dt-code {
        font-size: 25px;
        color: #dd0000;
        font-weight: bold;
        width: 100%;
        float: left;
    }

    .filter .ft-bound {
        width: 100%;
        text-align: center;
        padding-top:8px;
    }

        .filter .ft-bound > span {
            float: left;
            text-align: center;
            width: 100%;
        }

    .filter .date {
        color: #dd0000;
        font-size: 14px;
        font-weight: bold;
        padding-top: 19px;
    }

    .filter .main-price {
        width: 100%;
    }

        .filter .main-price > span {
            width: 100%;
            float: left;
            text-align: center;
        }

    .filter .price-dteal {
    float: right;
    background: #fff;
    margin: 2px;
    }

    .filter .amount {
         font-size: 25px;
    color: #dd0000;
    font-weight: bold;
    padding: 10px;
    min-height: 66px;
    line-height: 45px;
    }

    .filter .Basefare {
        color: #000;
        line-height: 13px;
        padding-bottom: 5px;
    }

        .filter .Basefare > span {
            font-size: 12px;
        }

.TSA {
    width: 100%;
    BACKGROUND: #5188d6;
    PADDING: 10PX;
    COLOR: #FFF;
    margin-top: 10PX;
    text-align: left;
}

    .TSA p {
        text-align: justify;
        padding-top: 10px;
        font-size: 12px;
    }

    .TSA .fa {
        color: #000;
    }

.long-description {
    width: 100%;
    float: left;
    font-size: 12px;
    margin-top: 20px;
    line-height: 22px;
}

    .long-description h3 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .long-description  .fa{
        font-weight:bold;
    }
/*-------------------end filter result---------------------*/
.slider-selection{
        background-image: linear-gradient(to bottom, #dd0000 0%, #dd0000 100%)  !important;
        -webkit-background-image:linear-gradient(to bottom, #dd0000 0%, #dd0000 100%)!important;
         -moz-background-image:linear-gradient(to bottom, #dd0000 0%, #dd0000 100%)!important;
}
.slider.slider-horizontal{
    margin-left:6%;
}
.slider.slider-horizontal {
    width: 223px !important;
    height: 20px;
    margin-top: 10px;
}
.slider-track-low, .slider-track-high{
    background:#c4c4c4 !important;
}
.slider-valu{
    width: 90%;
    margin: 0 auto;
    padding-top: 6px;
    font-weight: bold;
    font-size: 12px;

}


/*----------FIXD BOTTOM FAIR-----------------
    -----------------------------------------*/



.showfair{
    width: 100%;
    padding: 10px;
    color: #080808;
    position: fixed;
    bottom: 0px;
    z-index: 9;
    display:none;
}
.update-fare{
width: 100%;
    float: left;
    background: rgba(43, 48, 61, 0.89);
    padding: 10px 0px;
}
.showfair .col-md-2{
	padding:0px;
	margin:0px;
}
.showfair .col-md-3{
	padding:0px;
	margin:0px;
}
.update-fare span{
	width:100%;
	float:left;
	text-align:center;
	font-size:18px;
    color:#fff;
}
.update-fare span>strong{
    color: #ffba00;
}
.continue{
	width:100%;
	float:left;
}
.continue>.nav>li {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
}
.back-bt{
    background: rgba(210, 180, 140, 0);
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 10px;
    border-bottom: 1px solid #ffffff;
    float: right;
}
.back-bt:hover{
    background:#ffba00;
}
    .back-bt:focus {
        background:#ffba00;
    }
.continue-bt{
    background: rgba(210, 180, 140, 0);
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 10px;
    border-bottom: 1px solid #ffffff;
    float: left;
}
    .continue-bt:hover {
        background:#ffba00;
    }
        .continue-bt:focus{
        background:#ffba00;
    }
    .conf-booking{
    background: #5188d6;
    color: #fff;
    padding: 10px 14px;
    float: right;
    border-radius: 4px;
    border: none;
    font-size: 17px;
}
    .stoped{
        width:100%;
        float:left;
    }
    .stoped input[type=checkbox]{
            vertical-align: middle;
    padding: 0px;
    margin: 0px;
    }
    
    .stoped .nav > li{
    float: left;
    border: none;
    margin: 0 1px;
    background: #dedddd;
    padding: 0 10px;
    }
    .flight-rg h4{
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #c4c4c4;
    font-size: 14px;
    font-weight: bold;
    }
    .all-airline {
    width: 100%;
    float: left;
}
    .all-price {
    float: left;
    width: 100%;
}

.v-error {
    background: rgba(221, 0, 0, 0.14);
    float: left;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom:10px;
}

.filter.bg-gray {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
        box-shadow: 0px 0px 1px 1px #ccc;
}
.selectbox-bob{
    width: 20%;
    float: left;
}
.selectbox-bob .selectbox {
    float: left;
    margin-left: 2px;
    width: 37%;
    position: relative;
}
.selectbox-title {
    float: left;
    margin-left: 6px;
    width: 6.3%;
    position: relative;
}
.selectbox-bob .selectbox-dm {
    float: left;
    margin-left: 2px;
    width:29%;
    position: relative;
}
.col-md-3.advertig {
    padding-left: 0px;
}
.ser-tex{
    font-size:16px !important;
}

.stoped {
    width: 100%;
    float: left;
}
.all-stops{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}
.all-stops span{
    float:left;
}
.all-stops .select-cat{
    float: right;
    background: #2d6c9c;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    padding: 2px 6px;
    margin-right: 4px;
    margin-top: 1px;
        cursor: pointer;

}
.all-airline .select-cat{
    float: right;
    background: #2d6c9c;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    padding: 2px 6px;
    margin-right: 4px;
    margin-top: 1px;
        cursor: pointer;
}
.callheadr {
    padding-right: 0px;
}

/*----------------thankyou--------------
    -------------------------------*/

.thankyou {
    width: 100%;
    float: left;
}
.thankyou-icons {
    background: #d4e9ff;
    min-height: 250px;
    text-align: center;
    padding-top: 2%;
    width: 100%;
    float: left;
}
.thankyou-icons .fa {
    font-size: 60px;
    text-align: center;
    width: 100px;
    height: 100px;
    background: #99cc00;
    color: #fff;
    line-height: 100px;
    border-radius: 100%;
}
.thankyou-icons h2 {
    font-size: 50px;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
.pnrstates {
    width: 100%;
    float: left;
}
.pnrstates h2 {
    text-align: center;
    color: #000;
    margin: 10px 0px;
    font-size: 18px;
    font-style: normal;
    border: 3px dashed #000;
    display: inline-block;
    padding: 14px;
    text-shadow: 2px 2px #ccc;
}
.pnrstates p {
    text-align: center;
    margin-bottom: 20px;
}

.dvnewlettermg {
    display:none;
   font-size:11px;
   color:red;
   font-weight:600;
}

.showfair {
    padding: 10px;
    color: #080808;
    position: fixed;
    bottom: 0;
    z-index: 9;
    margin-left: -80px;
}

.update-fare {
    float: left;
    background: rgba(43,48,61,.89);
    padding: 10px 0;
}

.showfair .col-md-2, .showfair .col-md-3 {
    padding: 0;
    margin: 0;
}

.update-fare span {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
}

.back-bt, .continue-bt {
    padding: 8px 10px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
}

.update-fare span > strong {
    color: #ffba00;
}

.back-bt, .conf-booking, .continue-bt {
    color: #fff;
    border-radius: 4px;
}

.continue {
    float: left;
}

    .continue > .nav > li {
        position: relative;
        display: block;
        float: left;
        margin-right: 10px;
    }

.back-bt {
    background: rgba(210,180,140,0);
    float: right;
}

    .back-bt:focus, .back-bt:hover {
        background: #ffba00;
    }

.continue-bt {
    background: rgba(210,180,140,0);
    float: left;
}

    .continue-bt:focus, .continue-bt:hover {
        background: #ffba00;
    }

       
/*result pop css*/

#impsms {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1010105e;
    z-index: 99999999;
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    /*pointer-events: none;*/
}
    /*#impsms h2 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }*/

    #impsms .fa {
        color: #ffc107;
    }
    #impsms .fa-exchange {
    color: #f7f7f7;
    font-size: 42px;
    padding-top: 12px;
}
    #impsms > div {
        width: 50%;
        position: relative;
        margin: 5% auto;
        /*padding: 2px 10px 10px 10px;*/
        border-radius: 8px;
        background: #fff;
        text-align: center;
        box-shadow: 0px 0px 7px 0px #444444b8;
        border: 15px solid #227fa6;
    }

        #impsms > div p {
            font-size: 20px;
            font-style: italic;
            padding-top: 16px;
        }

        #impsms > div hr {
            width: 35%;
            margin: 0 auto;
            border-color: #c12073;
        }


    #impsms .closebt {
        background: #678706;
        color: #fff;
        text-decoration: none;
        text-align: center;
        width: 20px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        right: -9px;
        top: -9px;
        border-radius: 9px;
        font-family: Arial;
    }

        #impsms .closebt:hover {
            background: #bd0f37;
        }

.fmterm {
    position: relative;
    width: 100%;
    float: left;
}

    .fmterm .error {
        position: absolute;
        padding: 3px;
        background: rgb(245, 116, 116);
        bottom: -23px;
        z-index: 999;
        border-radius: 3px;
        color: #000;
        left: -21px;
        font-size: 11px;
    }


.fmpaxtypes {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.fmpicedt {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
    border-top: none;
}
.paxtype {
    width: 20%;
    float: left;
}

.basefare {
    width: 20%;
    float: left;
}

.taxes {
    width: 20%;
    float: left;
}

.ofpax {
    width: 20%;
    float: left;
}

.totlprc {
    width: 20%;
    float: left;
    text-align: right;
    margin-left: -20px;
}
.apaxtype {
    width: 80%;
    float: left;
    text-align: left;
}
.atotlprc {
    width: 20%;
    float: left;
    text-align: right;
}

.price h2 span:last-child {
    font-size: 12px;
    padding-left: 5px;
    color: #939494;
    position: relative;
    top: -6px;
    font-weight: normal;
}

.gdprice {
    width: 100%;
    padding: 8px 0px;
    float: left;
    font-size: 14px;
    color: #153b60;
    font-weight: bold;
}

/*---------------Fare Rules css----------------------
           --------------------------------------*/

#fmfrrule {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1010105e;
    z-index: 99999999;
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    /*pointer-events: none;*/
}

.fmroulbox {
    width: 50%;
    position: relative;
    margin: 10% auto;
    border: 15px solid #227fa6;
    box-shadow: 0px 0px 7px 0px #444444b8;
    background: #fff;
    border-radius: 8px;
}

    .fmroulbox h2 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        background: #fff;
        padding: 10px 10px 10px 10px;
        font-size: 18px;
        font-weight: 600;
        margin-top: 0px;
    }

#fmfrrule .fa {
    color: #ffc107;
}

#fmfrrule .textbox {
    position: relative;
    padding: 2px 10px 10px 10px;
    background: #fff;
    text-align: left;
    width: 100%;
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
}


#fmfrrule .textbox p {
    font-size: 12px;
}

#fmfrrule > .textbox hr {
    width: 35%;
    margin: 0 auto;
    border-color: #c12073;
}


#fmfrrule .closebtfr {
    background: #00b4ff;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -30px;
    top: -25px;
    border-radius: 15px;
    font-family: Arial;
    z-index: 9999999999;
    font-size: 18px;
}

    #fmfrrule .closebtfr:hover {
        background: #bd0f37;
    }

.frules a {
    color: #fff;
}

.rhiderow {
    display: none;
    padding-top: 15px;
}

/*packge box*/
.packges{
	width:100%;
	float:left;
}
.section-title {
    text-transform: uppercase;
    border-bottom: 1px solid #f9f9f9;
    display: block;
    padding: 0 0 12px;
    position: relative;
	    font-weight: 300;
    margin-bottom: 45px;
    color: #000;
}
.section-title:before {
    bottom: -1px;
    content: "";
    height: 4px;
    position: absolute;
    width: 74px;
	background: #fade03;
}
.package-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.package-item .package-thumb {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
 .package-item .package-details {
    float: left;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left:15px;
	padding-right:15px;
	    border-color: #eee;
}
.package-details > h5 {
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
    font-size: 18px;
}
.package-details p{
	color:#999;
}
.event-price {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
}
.event-price p {
    margin-bottom: 0;
    color: #9d9797;
    line-height: 14px;
}
.event-price span {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
}
.dt-sc-button {
    float: right;
    margin-top: 3px;
}
.too-small {
    font-size: 13px;
    padding: 7px 13px;
}
 .dt-button:hover{
    background: #8b8b8b;
	color:#fff;
}
.vdt-button{
	background: #8b8b8b;
	color:#fff;
}
.vdt-button:hover{
	background:#02b5ff;
	color:#fff;
}
.vdt-button {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    line-height: normal;
    display: inline-block;
    margin: 10px 0px 0px;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    color: #fff;
    float: right;
    margin-top: 3px;
}
 /*------------------makepayment-------------------
            --------------------------------------*/
 .continfo{
     width:100%;
     float:left;
 }
         .inforform {
        width: 100%;
        border: 1px solid #ccc;
        float: left;
        padding: 10px;
        position: relative;
        margin-bottom: 20px;
        background: rgba(242, 242, 242, 0.64);
        padding-bottom: 20px;
    }
        .inforform input[type="text"] {
            float: left;
            height: 35px;
            line-height: 35px;
            padding-left: 5px;
            width: 100%;
            border: 1px solid #ccc;
        }
        .inforform input[type="email"] {
            float: left;
            height: 35px;
            line-height: 35px;
            padding-left: 5px;
            width: 100%;
            border: 1px solid #ccc;
        }
        .inforform input[type="number"] {
            float: left;
            height: 35px;
            line-height: 35px;
            padding-left: 5px;
            width: 100%;
            border: 1px solid #ccc;
        }
        .inforform select {
            float: left;
            height: 35px;
            line-height: 35px;
            padding-left: 5px;
            width: 100%;
            border: 1px solid #ccc;
            margin-bottom:10px;
        }
        .inforform textarea {
            float: left;
            padding-left: 5px;
            width: 100%;
            border: 1px solid #ccc;
        }
        .inforform input {
            margin-bottom: 10px;
        }

        /*-------------------sort-by----------------*/

/*-------------------sort-by----------------*/

.sort-by {
    height: 48px;
    background: #f1f1f1;
    display: inline-block;
    width: 100%;
    padding: 0 10px 0 15px;
    margin: 0 0 20px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    margin-bottom: 10px;
}

    .sort-by h3 {
        padding: 0 20px 0 0;
        font-size: 25px;
        color: #444;
        line-height: 48px;
        float: left;
        margin-top: 0px;
    }

.sort {
    margin: 14px 0;
    border-left: 1px solid #ccc;
    float: left;
}

    .sort li {
        padding: 0 95px 0 0;
        margin: 0 0 0 20px;
        border-right: 1px solid #ccc;
        float: left;
        position: relative;
        list-style: none;
        font-size: 18px;
    }

        .sort li:last-child {
            border-right: none;
        }



    .sort a {
        position: absolute;
        right: 25px;
        font-size: 0;
        width: 14px;
        height: 7px;
        transition: all .1s ease-in .1s;
        float: left;
    }

        .sort a:hover {
            color: #000;
        }



.ascending {
    top: 0px;
}

.descending {
    top: 15px;
}

.sort a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.ascending:before {
    border-width: 0 10px 10px;
    border-color: transparent transparent #99cc00;
}

.sort a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.descending:before {
    border-width: 10px 10px 0;
    border-color: #99cc00 transparent transparent;
}


/*new popbox css*/


        /*.pbrand {
            width: 100%;
            float: left;
            padding: 18px 0px;
            text-align:left;
        }
                .pbrand img{
                    width:60%
                }*/

            .ui-widget-content {
                z-index: 9999999 !important;
            }
            .fmmcallus{
                width:100%;
                float:left;
                background-color:#06C;
        /*		padding:10px 10px;*/
                /*border-bottom-left-radius:10px;
                border-bottom-right-radius:10px;*/
                color:#fff;
            }
            .fmmcallus h2{
                font-size: 39px;
            text-align: left;
            margin: 0px;
            padding-left: 20px;
            }
                .fmmcallus h2 span{
            float: right;
            text-align: right;
            background: #444;
            padding: 14px 25px;
            font-size: 35px;
            border-bottom-right-radius:10px;
                }
                .fmmcallus h2 span a{
                    color:#fff;
                }
                .fmmcallus h2 em{
                       position: relative;
    top: 10px;
    font-size: 36px;
                }
                .lmoffer{
                    width:100%;
                    float:left;
                    background:#fff;
                }

                .sboxhead{
            line-height: 30px;
            margin: 0px;
            padding: 10px 0px;
            text-align:left;
            font-size:24px;
                }
                .sboxhead .destneame{
                    font-size:28px;
                     font-weight:600;
                     color:#30F;
                }

                .sboxhead span{
                    font-size:18px;
                    color:#F00;
                }
                #timer{
                    font-size:28px;
                    font-weight:700;
                }
                .ppbox{
                width: 100%;
            float: left;
            background: #fff;
            padding: 0px 0px;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
                }
                .destserch{
                    width: 100%;
            float: left;
            margin-bottom: 15px;
            border-bottom: 1px solid #ccc;
            padding-bottom: 20px;
            background: #678706;
            padding: 10px;
            color: #fff;
                }
        
                .destserch .dtname {
            width: 33%;
            float: left;
            text-align: center;
            font-size:18px;
        }
                .destserch .dtname span{
                    font-size:36px;
                    width:100%;
                    float:left;
                }

                .depdate{
                    width:100%;
                    float:left;
                    margin-bottom:10px;
                }
                .dpdate{
                    width:24%;
                    float:left;
                    border-right:1px dashed #ccc;
                }
                .dpdate:last-child{
                    border-right:none;
                }
                .depdate span{
                    width:100%;
                    float:left;
                    margin-bottom:5px;
                }
                .depdate img{
                    margin-bottom:5px;
                }
        .depdate .cdate{
            font-size:24px;
        }
        .fmbestoffer{
            font-size: 18px;
            background: #153b60;
            color: #fff;
            padding: 7px;
        }
        .bboffpr strong{
            font-size:26px;
        }

.ltoffer {
    position: fixed;
    bottom: 14px;
    background: #9c0;
    padding: 2px 10px;
    border-radius: 81px;
    font-size: 16px;
    left: 12px;
    line-height: 30px;
}

.ltoffer span {
    color: #fff;
    position: relative;
    top: -3px;
    text-shadow: 1px 1px #000;
}
 .ltoffer .fa {
    font-size: 29px;
    background: #fff;
    color: #5188d6;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    left: -8px;
}
.ltoffer small{
	color: #fff;
    position: relative;
    top: -3px;
    text-shadow: 1px 1px #444;
    font-weight: bold;
    font-size: 18px;
}

