
/* Global Styles */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html,
body {
    width: 100%;
    height: 100%;
   
}

*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}
.myClass {
    display: block;
    float: left;
    width: 37.3% !important;
    overflow-y: auto;
}

input:-webkit-autofill {
    background: #ffff01 !important;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{   
    text-decoration:none;
    outline:0px !important;
}
body {
    font-family: 'Open Sans', sans-serif;
}

input, select, button, a {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Open Sans', sans-serif;
}

.fh-det {
    margin: 0px;
}

.wallet {
    background: #e2e2e2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 7px;
}

.input-enter {
    position: absolute !important;
    display: block !important;
    left: 10px !important;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 9 !important;
    min-width: 13px !important;
    width: 66px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-align: left !important;
    text-indent: 0px !important;
    /*height: 44px !important;*/
    top: 0px !important;
}


.input-enter-h {
    position: absolute !important;
    display: block !important;
    left: 10px !important;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 9 !important;
    min-width: 13px !important;
    width: 138px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-align: left !important;
    text-indent: 0px !important;
    /*height: 44px !important;*/
    top: 0px !important;
}

.unit2 {
    text-align: left !important;
    position: absolute !important;
    display: block !important;
    left: 10px !important;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 9 !important;
    min-width: 13px !important;
    width: 38px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-indent: 0px !important;
    /*height: 44px !important;*/
    top: 0px !important;
}

.input-enter2 {
    position: absolute !important;
    display: block !important;
    left: 10px !important;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 9 !important;
    min-width: 13px !important;
    width: 66px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-align: left !important;
    text-indent: 0px !important;
    /*height: 44px !important;*/
    top: 0px !important;
}

.unit5 {
    text-align: left !important;
    position: absolute !important;
    display: block !important;
    left: 10px !important;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 9 !important;
    min-width: 13px !important;
    width: 38px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-indent: 0px !important;
    /*height: 44px !important;*/
    top: 0px !important;
}


#multiCityForm::-webkit-input-placeholder,
#multiCityTo::-webkit-input-placeholder,
#multiCitydate::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
    font-weight: 600 !important;
}

#ToDestination::-webkit-input-placeholder,
#SearchStringTwo::-webkit-input-placeholder,
#ToDestinationTwo::-webkit-input-placeholder,
#SearchString::-webkit-input-placeholder {
    color: #9b9999 !important;
    opacity: 1;
}

/*
#ToDestination:-moz-placeholder,
#SearchStringTwo::-webkit-input-placeholder,
#ToDestinationTwo::-webkit-input-placeholder,
#SearchString:-moz-placeholder 
{
  color:   #9b9999;
}
*/

#pickup1::-webkit-input-placeholder,
#return1::-webkit-input-placeholder,
#single::-webkit-input-placeholder,
#CheckInDate::-webkit-input-placeholder,
#CheckOutDate::-webkit-input-placeholder {
    color: #000;
}

#pickup1::-moz-placeholder,
#return1::-moz-placeholder,
#single::-moz-placeholder,
#CheckInDate::-moz-placeholder,
#CheckOutDate::-moz-placeholder {
    color: #000;
    opacity: 1;
}

#multiCityForm::-moz-placeholder,
#multiCityTo::-moz-placeholder,
#multiCitydate::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}

#SearchString::-moz-placeholder,
#ToDestination::-moz-placeholder,
#SearchStringTwo::-moz-placeholder,
#ToDestinationTwo::-moz-placeholder {
    color: #9b9999 !important;
    opacity: 1;
}

::selection {
    background: rgba(255, 255, 255, 0.00);
}

/*.v_search_to {
    padding-left: 29px !important;
}

.FHDesign .v_search_to {
    padding-left: 10px !important;
}

.FHDesign .v_search_start {
    padding-left: 10px !important;
}*/

.v_dept_link {
    font-weight: 100;
    border-bottom: 1px dotted #FFF;
    cursor: pointer;
}

/*.v_search_start {
    padding-left: 54px !important;
}*/

/*.checkin-f {
    padding-left: 64px !important;
}*/


.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
}

.boxes {
    display: block;
}

.box {
    display: none;
}

.taglines {
    padding: 10px 0px 5px;
    background: rgba(64, 64, 64, 0.85);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.taglines p {
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 5px;
}

.taglines span {
    /*font-weight: bold;*/
}

.icon-service {
}

.icon-service i {
    font-size: 22px;
    background: #e2e2e2;
    padding: 9px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}


select:focus {
    outline: none;
}

.input-box {
    position: relative;
}

.unit {
    position: absolute;
    display: block;
    left: 10px;
    top: 1px;
    line-height: 45px;
    z-index: 9;
    width: 53px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: right;
}
/*.unit2 {
    position: absolute;
    display: block;
    left: 8px;
    top: 1px;
    line-height: 45px;
    z-index: 9;
    width: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: right;
}*/
.unit3 {
    position: absolute;
    display: block;
    left: 10px;
    top: 1px;
    line-height: 45px;
    z-index: 9;
    width: 50px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: right;
}

.unit4 {
    position: absolute;
    display: block;
    left: 8px;
    top: 1px;
    line-height: 45px;
    z-index: 9;
    width: 33px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: right;
}

.booking-inputs input {
    color: #444;
    top: 0px;
    outline: none;
    width: 100%;
    background: #ffff01;
    height: 45px;
    padding-left: 80px;
    font-size: 22px;
    text-transform: none;
   border:none;
    min-width: 150px;
    margin-bottom: 10px;
   
  
    position: relative;
    border-radius: 3px;
}
#ui-datepicker-div .ui-state-default:hover { background:#ffff01;
}
.booking-inputs2 input {
    color: #444;
    top: 0px;
    outline: none;
    width: 100%;
    background: #ffff01;
    height: 45px;
    padding-left: 50px;
    font-size: 22px;
    text-transform: none;
    border: 1px solid rgba(243, 243, 243, 0);
    border-bottom: 1px solid rgba(243, 243, 243, 0);
    min-width: 150px;
    margin-bottom: 10px;
   border:none;
    position: relative;
    border-radius: 3px;
}

.booking-input-date input {
    color: #444;
    outline: none;
    top: 0px;
    width: 100%;
    background: #ffff01;
    height: 45px;
    text-indent: 10px;
    font-size: 22px;
    text-transform: none;
    border: 1px solid rgba(243, 243, 243, 0);
    border-bottom: 1px solid rgba(243, 243, 243, 0);
    min-width: 150px;
    margin-bottom: 10px;
     border:none;
    position: relative;
    border-radius: 3px;
}

.booking-inputss input {
    outline: none;
    width: 100%;
    background: #ffff01;
    height: 42px;
    text-indent: 68px;
    font-size: 22px;
    text-transform: none;
    border: 1px solid rgba(243, 243, 243, 0);
    border-bottom: 1px solid rgba(243, 243, 243, 0);
    min-width: 150px;
    margin-bottom: 10px;
      border:none;
    position: relative;
    /* transition: ease-in-out; */
    border-radius: 3px;
}

.multi-city input:focus {
    margin-top: 0px;
}

.labels-class select {
    width: 95%;
}

.booking-inputs select:focus {
    outline: none;
}

.men_ex {
    display: none;
}

#show {
    background: #fff;
    border: none;
    margin-top: 5px;
}

    #show:focus {
        outline: none;
    }

#hide {
    background: rgba(255, 255, 255, 0);
    border: none;
    margin-top: 10px;
    color: #000;
    padding: 0;
}

    #hide:focus {
        outline: none;
    }

.hide-row {
    display: inline-block;
    position: relative;
    right: -41px;
}

    .hide-row i {
        font-size: 24px;
        color: #000;
        font-weight: lighter;
        cursor: pointer;
    }

.ui-datepicker .ui-datepicker-title select {
    font-size: 16px;
    margin: 0px 0;
    color: #212121;
    height: 25px;
}

.flight-search-details {
    height: 105px;
}

.trip-start h2 {
    color: #FFF;
    font-size: 22px;
    padding-top: 35px;
    margin: 0px;
}

.trip-start2 h2 {
    color: #FFF;
    font-size: 20px;
    padding-top: 30px;
    margin: 0px;
}

.trip-start3 h2 {
    color: #FFF;
    font-size: 20px;
    padding-top: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
}
.trip-startFH .popover{
    width:200px;
}
.trip-startFH h2 {
    color: #FFF;
    font-size: 20px;
    padding-top: 0px;
    margin-bottom: 25px;
    margin-top: -2px;
}

.trip-startFH label {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
}

.trip-startFH label input {
    vertical-align: middle;
    margin: 0px;
    margin-bottom: 2px;
}

.startover {
    position: absolute;
    bottom: 25px;
    left: 20px;
}

    .startover button {
        background: rgba(255, 255, 255, 0);
        color: #fff;
        border: none;
        padding: 0;
        font-size: 14px;
        text-decoration: underline;
        border-radius: 4px;
    }

.airport-names {
    font-size: 18px;
    color: #fff;
    padding: 0px;
    margin: 0px 0px;
}

    .airport-names h4 {
        display: block;
        font-size: 15px;
        border-radius: 4px;
        white-space: nowrap;
        color: #fff;
        padding: 0px 10px;
        margin: 4px 3px 4px 0px;
        line-height: 27px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        background-color: rgba(0, 0, 0, 0.13);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#a6a6a6', GradientType=0 );
    }


.FHDesign .airport-names h4 {
    display: block;
    font-size: 15px;
    width: 245px;
    border-radius: 4px;
    white-space: nowrap;
    color: #fff;
    padding: 0px 10px;
    line-height: 27px;
    margin: 2px 0px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0, 0, 0, 0.13);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#a6a6a6', GradientType=0 );
}

.airport-names h4 span {
    padding-left: 4px;
}
/*
input:focus {
    background-color: #ffff01;
}*/

.booking-arrow {
    position: absolute;
    right: -168px;
    top: -75px;
}

.box-search {
    margin: 10px 15px;
    padding: 5px;
    border: 2px solid #4e4e4e;
    text-align: center;
}
/*.booking-form {
    max-width: 670px;
    min-height: 320px;
    background: rgba(0, 0, 0, 0.51);
    padding: 70px 55px;
    border-radius: 14px;
}*/

.button-passanger {
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 5px;
	right: 0px;

}

.button-passanger.button-passanger-flight-home {
	top: 35px;
	right: 10px;
	z-index: 99;
}

.child-width-div {
    padding-left: 8px !important;
}

.home-hotel-pax {
    position: relative;
    /*text-align: right;*/
    top: 0px;
}

.hotel .button-passanger {
    padding: 2px 5px;
    background: #3f3e3c;
    color: #fff;
    width: 200px;
    position: absolute;
    right: 15px;
    top: -25px;
    text-align: center;
}

.hotel .dropdown-hotel {
    right: -5px;
    min-width: 200px;
    max-width: 500px;
}

.dropdown-hotel h5 {
    margin: 5px 0 0;
    font-size: 13px;
}

small {
    display: block;
    font-size: 10px;
}

.child-width > div {
    width: 80px;
}

.pax-line {
    border-top: 1px solid #f9f9f9;
    margin-bottom: 5px;
    padding-bottom: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dropdowns {
    right: 0px;
    max-width: 265px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.76);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.76);
    box-shadow: 0px 3px 6px rgba(76, 76, 76, 0.76);
    z-index: 99;
    position: absolute;
    padding: 5px 10px;
    transition: ease-in-out;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .dropdowns select {
        height: 26px;
        margin-top: 3px;
        border: 1px solid #e7e7e7;
        font-size: 13px;
        margin-bottom: 5px;
    }


.dropdown-hotel {
    position: absolute;
    z-index: 99;
    background: #fff;
}

.hotel .class-air {
    border-bottom: none;
    padding-bottom: 0px !important;
}


.dropdown-hotel {
    left: 15px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    z-index: 99;
    min-width: 580px;
    position: absolute;
    padding: 10px 0px 0px 15px;
}

    .dropdown-hotel div {
        padding: 0px;
    }

    .dropdown-hotel select {
        height: 28px;
        width: 88px;
        text-align: left;
        border: 1px solid #b5b5b5;
        font-size: 12px;
        margin: 0px;
        text-indent: 3px;
        margin-bottom: 10px !important;
        border-radius: 3px;
    }

    .dropdown-hotel label {
        font-size: 11px;
    }

.room-lable {
    margin-left: -7px;
    margin-top: 6px;
}

.child-list {
    margin-left: -15px;
}

    .child-list ul {
        padding: 0px;
    }

    .child-list li {
        padding: 0px;
        list-style-type: none;
        display: inline-block;
        margin-right: 10px;
    }

        .child-list li:last-child {
            margin-right: 0px;
        }

    .child-list select {
        width: 51px;
        height: 28px;
        font-size: 13px;
        margin-bottom: 10px;
    }

        .child-list select:disabled {
            background: #dedede !important
        }

.remove-opt {
    font-size: 18px !important;
    margin-left: 10px;
    margin-top: 5px;
}
/*.dropdown-hotel select {
    height: 22px;
    width: 55px;
    text-align: center;
    margin-top: 3px;
    border: 1px solid #b5b5b5;
    font-size: 13px;margin-bottom: 0px;
}*/

.pax-row ul {
    padding: 0px;
    min-width: 230px;
    float: left;
}

    .pax-row ul li {
        display: inline-block;
        list-style-type: none;
        vertical-align: middle;
        float: left;
        margin-right: 6px;
    }

.dropdown-hotel ul {
    padding: 0px;
    margin-bottom: 5px;
}

.button-passanger span {
    display: inline-block;
}

.dropdowns ul {
    padding: 0px;
    margin-bottom: 5px;
}

.labelss-class {
    width: 33%;
    display: inline-block;
}

.labels-class {
    width: 63%;
    display: inline-block;
}

.lable-class .label-class {
    width: 33%;
    display: inline-block;
    border: none;
}

.lable-class .label-classe {
    width: 28%;
    display: inline-block;
    border: none;
}

.label-class select {
    line-height: normal;
    width: 100%;
    height: 25px;
    text-indent: 0px;
    font-size: 12px !important;
    text-transform: uppercase;
}
/*.lable-class{
     border-bottom: 2px solid #f1f1f1;
}
.lable-class:last-child {
    border-bottom: none;
}*/
.lable-class .label-class .btn {
    display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    border-radius: 0px;
    background: #EBEBED;
    color: #444;
    border: 1px solid #969696;
    font-weight: bold !important;
    box-shadow: none;
}

    .lable-class .label-class .btn:hover, .lable-class .label-class .btn:focus {
        outline: none;
    }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: 0;
}

.input-group .form-control:focus {
    outline: none;
    border: 1px solid #e7e7e7;
    box-shadow: none;
}

.label-class .form-control .input-group:hover, .label-class .form-control .input-group:focus {
    outline: none;
}

.lable-class .label-class h5 {
    position: relative;
    top: -5px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 4px;
    font-size: 13px;
}

.lable-class .label-classe h5 {
    position: relative;
    top: -5px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 3px;
    font-size: 12px;
    color: #a5a5a5;
}

.label-class .form-control {
    display: block;
    width: 100%;
    padding: 0px 0px;
    height: 21px;
    text-align: center;
    font-size: 13px !important;
}

.booking-form h1 {
    color: #ffff01;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.booking-form h5 {
    color: #0c0c0c;
    font-size: 14px;
    margin: 10px 0px 0px;
    padding-left: 4px;
}

.class-air {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px !important;
}

.control-group {
    display: inline-block;
    padding: 0px;
    text-align: left;
    vertical-align: top;
}

.control {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 25px;
    cursor: pointer;
    margin-right: 30px;
    color: #fff;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }


.control__indicator {
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0);
}

.control--radio .control__indicator {
    border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: rgba(255, 255, 1, 0);
}

/* Checked state */
.control input:checked ~ .control__indicator {
    background: rgba(255, 255, 1, 0);
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: rgba(255, 255, 1, 0);
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: rgba(255, 255, 1, 0);
}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: rgba(255, 255, 1, 0);
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 1px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffff01;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: rgba(255, 255, 1, 0);
}


.datepicker {
    top: 0;
    width: 22.5%;
}

    .datepicker td.day.disabled {
        color: #a9a9a9 !important;
    }

input {
    clear: both;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    /*background: url(../images/bg-mains.jpg) no-repeat center center scroll;*/
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    -o-background-size: cover !important; 
}

.flight-home {
    overflow: hidden;
}

.hotel-home {
    background: url(../images/hotel-bg-mains.jpg) no-repeat center center scroll;
    background-size: cover !important;
}

.fph-home {
    background: url(../images/fph-bg-mains.jpg) no-repeat center center scroll;
    background-size: cover !important;
}

/* About */

.about {
    padding: 50px 0;
}

.destinations {
    background-color: #e2e2e2;
    padding-bottom: 30px;
}

    .destinations h3 {
        margin: 30px 0;
    }
/* Services */

.service-lines {
    background: #ededed;
    padding: 60px 0px;
}

    .service-lines h3 {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .service-lines h4 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 3px;
    }

    .service-lines p {
        font-size: 13px;
        color: #000;
        padding: 0px 35px;
        margin-bottom: 30px;
        line-height: 17px;
    }

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../images/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.tagsflight-icon-white, .tagslocation-icon-white, .tagswallet-icon-white {
    display: inline-block;
    background: url('../images/tag-img.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.tagsflight-icon-white {
    background-position: -2px -0px;
    width: 45px;
    height: 45px;
}

.tagslocation-icon-white {
    background-position: -2px -47px;
    width: 45px;
    height: 45px;
}

.tagswallet-icon-white {
    background-position: -2px -94px;
    width: 45px;
    height: 45px;
}



.line-tag {
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0;
}

/*@media screen and (min-width: 1440px) {
    .line-tag {
    width: 100%;
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    margin: 0;
}
}*/
#exTab1 {
    max-width: 670px;
    margin: 0 auto;
    min-width: 280px;
    position: relative;
    z-index: 99;
}

    #exTab1 .nav-pills > li.active > a:after {
        border-top: 10px solid #ffff01;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        height: 0;
        left: 8px;
        margin: 0px;
        position: absolute;
        right: 0;
        bottom: -7px;
        width: 0;
        z-index: 9;
    }



    #exTab1 .nav-pills > li > a {
        border-radius: 0;
    }

        #exTab1 .nav-pills > li > a:first-child {
            border-top-left-radius: 5px;
        }

        #exTab1 .nav-pills > li > a:last-child {
            border-top-right-radius: 5px;
        }

    #exTab1 .nav-pills > li:last-child.active > a {
        color: #ffff01 !important;
        background-color: #FFF;
    }

    #exTab1 .nav-pills > li + li {
        margin-left: 1px;
    }

    #exTab1 .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 15px;
        font-size: 14px;
        background: rgb(255, 255, 255);
        color: #000;
        margin-right: 4px;
    }

    #exTab1 .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #000;
        background-color: #FFFF01;
        /*font-weight: 600;*/
    }

.tab-content #1a {
    max-width: 800px;
    margin: 0 auto;
}
/* remove border radius for the tab */
.tab-content > .tab-pane {
    margin-bottom: 0px;
}

#exTab1 .tab-content {
    position: relative;
    background-color: rgba(64, 64, 64, 0.6);
    padding: 25px 85px 20px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /* box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.31); */
    height: 300px;
}

.tab-content #1a {
    max-width: 800px;
    margin: 0 auto;
}
/* remove border radius for the tab */


.box-input p {
    margin-bottom: 0px;
}


.bs-example {
    background: #fff;
}

.ui-menu .ui-menu-item a.sbiAnchor.ui-state-hover {
    background: blue;
}


/*Style Sheet for Pax Page*/

.card .nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .card .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .card .nav-tabs > li {
        width: 33.3%;
        border-right: 1px solid #ccc;
    }

        .card .nav-tabs > li:first-child {
            border-left: 1px solid #ccc;
        }

        .card .nav-tabs > li:last-child {
            border-right: 0px;
        }

        .card .nav-tabs > li > a {
            border: none;
            color: #000;
            text-align: center;
        }

        .card .nav-tabs > li > a {
            margin-right: 0px;
            font-size: 16px;
            border-radius: 0px;
        }

        .card .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #FFF !important;
            background: #f18e00;
            border-bottom: 0px;
        }
/*.card .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.card .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.card .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }*/
.card .tab-pane {
    padding: 0;
}

.card .tab-content {
    padding: 10px 20px;
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.flight-review h4 {
    font-size: 16px;
    line-height: 16px;
}

.flight-review h5 {
    font-size: 14px;
    line-height: 14px;
    margin: 0px 0px 10px;
    font-weight: 600;
}

.flight-review img {
    margin-bottom: 5px;
}

.flight-review p {
    font-size: 13px;
    line-height: 13px;
    margin: 5px 0px;
}

.flight-review h3 {
    margin: 5px 0px 10px;
}

.select-flight {
    background: #eaeaea;
    margin: 0;
    margin-bottom: 10px;
}

.travel-info div {
    padding: 0px 5px;
}

travel-info {
    margin: 0;
}

.travel-info input, select {
    width: 100%;
    height: 35px;
    border: 1px solid #dedede;
    text-indent: 5px;
}

.payment input, select {
    width: 100%;
    height: 35px;
    border: 1px solid #dedede;
    text-indent: 5px;
    margin-bottom: 15px;
}

.payments select {
    width: 49%;
    height: 35px;
    border: 1px solid #dedede;
    text-indent: 5px;
    margin-bottom: 15px;
}

.payment label {
    display: block;
    font-size: 12px;
    font-weight: 100;
}

.payment .chek-style {
    height: 13px;
    display: inline-block;
    width: 13px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*.payment-btn {
    background-image: url(../images/button_bg.png);
    background-repeat: no-repeat;
    width: 127px;
    background-color: #fff;
    border: none;
    height: 38px;
    color: #fff;
    margin-top: 20px;
}*/
.payment-btn {
    background-image: url(../images/button_bg.png);
    background-repeat: no-repeat;
    width: 127px !important;
    background-color: #fff;
    border: none !important;
    height: 38px !important;
    color: #fff;
    margin-top: 20px;
}

    .payment-btn:focus {
        outline: none;
    }

.secure-line {
    background: #f2f0f1;
    padding: 10px;
    margin: 0;
}

    .secure-line h5 {
        font-size: 13px;
        line-height: 18px;
    }

.div-securein {
    display: inline-block;
    margin-right: 20px;
}




.box {
    display: none;
    line-height: 100px;
    background: #ccc;
    border: 1px solid #444;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

    .box.active {
        display: block;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

        .box.active.good {
            -webkit-animation: anim .3s ease-in-out;
            animation: anim .3s ease-in-out;
        }

@-webkit-keyframes anim {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes anim {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.mod-search button {
    color: #ffffff;
    background-color: #92979a;
    border: 1px solid #7d8184;
    padding: 3px 15px;
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
    top: 3px;
    background: #8e9396;
    background: -moz-linear-gradient(top, #8e9396 0%, #7d8285 0%, #7d8285 45%, #7d8285 45%, #7d8285 58%, #7d8285 58%, #63686b 100%);
    background: -webkit-linear-gradient(top, #8e9396 0%,#7d8285 0%,#7d8285 45%,#7d8285 45%,#7d8285 58%,#7d8285 58%,#63686b 100%);
    background: linear-gradient(to bottom, #8e9396 0%,#7d8285 0%,#7d8285 45%,#7d8285 45%,#7d8285 58%,#7d8285 58%,#63686b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9396', endColorstr='#63686b',GradientType=0 );
    box-shadow: 0px 0px 0px 0px;
}

.mod-search .btn:active, .btn.active {
    color: #FFF;
    background-color: #92979a;
    border-color: #92979a;
    border: 1px solid #92979a;
    outline: none;
    box-shadow: 1px 1px 1px #ccc;
    background: #8e9396; /* Old browsers */
    background: -moz-linear-gradient(top, #8e9396 0%, #7d8285 0%, #7d8285 45%, #7d8285 45%, #7d8285 58%, #7d8285 58%, #63686b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8e9396 0%,#7d8285 0%,#7d8285 45%,#7d8285 45%,#7d8285 58%,#7d8285 58%,#63686b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8e9396 0%,#7d8285 0%,#7d8285 45%,#7d8285 45%,#7d8285 58%,#7d8285 58%,#63686b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9396', endColorstr='#63686b',GradientType=0 ); /* IE6-9 */
}

.mod-search button:hover {
    outline: none;
    color: #fff;
    border-color: #7d8184;
    border: 1px solid #7d8184;
    /* box-shadow: 0 3px 6px #c7c7c7; */
    background: #8e9396; /* Old browsers */
    background: -moz-linear-gradient(top, #8e9396 0%, #7d8285 0%, #7d8285 45%, #7d8285 45%, #7d8285 58%, #7d8285 58%, #63686b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8e9396 0%,#7d8285 0%,#7d8285 45%,#7d8285 45%,#7d8285 58%,#7d8285 58%,#63686b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8e9396 0%,#7d8285 0%,#7d8285 45%,#7d8285 45%,#7d8285 58%,#7d8285 58%,#63686b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9396', endColorstr='#63686b',GradientType=0 ); /* IE6-9 */
}

.mod-search button:focus {
    outline: none;
    color: #FFF;
    background-color: #92979a;
    border-color: #7d8184;
    border: 1px solid #7d8184;
}

.payment input, select {
    width: 92%;
    margin-right: 7px;
}

.personal-info label {
    display: inline;
}

.personal-info > .col-md-12 > .form-group {
    padding-bottom: 25px;
}

.norma-btn {
    color: #ffffff;
    border-radius: 4px;
    background-color: #92979a;
    border: 1px solid #7d8184;
    cursor: pointer;
    padding: 3px 15px;
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
    top: 3px;
    background: #8e9396;
    background: -moz-linear-gradient(top, #8e9396 0%, #7d8285 0%, #7d8285 45%, #7d8285 45%, #7d8285 58%, #7d8285 58%, #63686b 100%);
    background: -webkit-linear-gradient(top, #8e9396 0%,#7d8285 0%,#7d8285 45%,#7d8285 45%,#7d8285 58%,#7d8285 58%,#63686b 100%);
    background: linear-gradient(to bottom, #8e9396 0%,#7d8285 0%,#7d8285 45%,#7d8285 45%,#7d8285 58%,#7d8285 58%,#63686b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9396', endColorstr='#63686b',GradientType=0 );
    box-shadow: 0px 0px 0px 0px;
}

    .norma-btn:hover {
        outline: none;
        color: #fff;
        border-color: #7d8184;
        border: 1px solid #7d8184;
        /* box-shadow: 0 3px 6px #c7c7c7; */
        background: #8e9396; /* Old browsers */
        background: -moz-linear-gradient(top, #8e9396 0%, #7d8285 0%, #7d8285 45%, #7d8285 45%, #7d8285 58%, #7d8285 58%, #63686b 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #8e9396 0%,#7d8285 0%,#7d8285 45%,#7d8285 45%,#7d8285 58%,#7d8285 58%,#63686b 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #8e9396 0%,#7d8285 0%,#7d8285 45%,#7d8285 45%,#7d8285 58%,#7d8285 58%,#63686b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9396', endColorstr='#63686b',GradientType=0 ); /* IE6-9 */
    }

/************16-2-217***************/
.where-h .input-enter {
    width: 133px !important;
}

/*.where-h #SearchString {
    padding-left: 148px !important;
}*/

.SearchStringClass{
    padding-left: 148px !important;
}

@-moz-document url-prefix() {
    .where-h #SearchString {
        padding-left: 68px;
    }
}

.multi-city-tab {
    margin: 0 -50px;
}

.multi-city-tab ul, li {
    margin: 0px;
    padding: 0px;
}

.multi-city-tab ul.value input {
    text-indent: 5px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 0 2px;
    line-height: 25px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.13);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#a6a6a6', GradientType=0 );
}

.multi-city-tab ul.value {
    position: relative;
    float: left;
    width: 100%;
}

.multi-city-tab ul.value li {
    margin-bottom: 6px;
}

.multi-city-tab ul li {
    width: 32%;
    padding: 0px;
    list-style: none;
    float: left;
    margin-right: 10px;
}

.multi-city-tab ul li:last-child {
    margin-right: 0px !important;
}

.multi-city-tab ul.desti {
}

.multi-city-tab ul.desti li {
    background: #ffff01;
    color: #000;
    font-size: 16px;
    border-radius: 4px;
    list-style: none;
    float: left;
    margin-right: 10px;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.multi-city-tab ul.desti input[type="text"]:disabled {
    max-width: 64px;
    float: left;
}

.multi-city-tab ul.desti input {
    border: none;
    background: none;
    border-radius: 3px;
    line-height: 25px;
    margin-top: -2px;
}

.multi-city-tab ul.desti span {
    float: left;
    width: 27px;
    display: inline-block;
}

.multi-city-tab ul.value .fa {
    /*cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
    border: 2px solid #adadad;
    color: #adadad;
    border-radius: 20PX;
    padding: 2px 3.5px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
    border: none;
    color: #ffffff;
    font-size: 16px;*/
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 3px;
    border: none;
    color: #ffffff;
    font-size: 20px;
}


.multi-city-tab ul.value img{
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 4px;
    height: 20px;
    border: none;
    color: #ffffff;
    font-size: 20px;
}
.depart-fh{
    position:relative;
}
.depart-fh .fa {
   cursor: pointer;
    position: absolute;
    right: 10px;
    top: 3px;
    height: 20px;
    border: none;
    color: #ffffff;
}

.depart-fh img {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 3px;
    border: none;
    color: #ffffff;
     height: 20px;
}         
.search-flight {
    padding: 6px 20px;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 28px;
    cursor: pointer;
    font-size: 16px;
    right: 36px;
    border-radius: 4px;
    background: rgba(254,199,0,1);
    background: -moz-linear-gradient(top, rgba(254,199,0,1) 0%, rgba(252,189,0,1) 10%, rgba(246,124,2,1) 34%, rgba(246,124,2,1) 62%, rgba(246,124,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,199,0,1)), color-stop(10%, rgba(252,189,0,1)), color-stop(34%, rgba(246,124,2,1)), color-stop(62%, rgba(246,124,2,1)), color-stop(100%, rgba(246,124,2,1)));
    background: -webkit-linear-gradient(top, rgba(254,199,0,1) 0%, rgba(252,189,0,1) 10%, rgba(246,124,2,1) 34%, rgba(246,124,2,1) 62%, rgba(246,124,2,1) 100%);
    background: -o-linear-gradient(top, rgba(254,199,0,1) 0%, rgba(252,189,0,1) 10%, rgba(246,124,2,1) 34%, rgba(246,124,2,1) 62%, rgba(246,124,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,199,0,1) 0%, rgba(252,189,0,1) 10%, rgba(246,124,2,1) 34%, rgba(246,124,2,1) 62%, rgba(246,124,2,1) 100%);
    background: linear-gradient(to bottom, rgba(254,199,0,1) 0%, rgba(252,189,0,1) 10%, rgba(246,124,2,1) 34%, rgba(246,124,2,1) 62%, rgba(246,124,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec700', endColorstr='#f67c02', GradientType=0 );
}


#multiCityTrip, .multi-s-line {
    margin-left: -50px;
}

.multi-city-tab ul.desti input {
    height: 37px;
}

    .multi-city-tab ul.desti input::-moz-selection { /* Code for Firefox */
        color: #FFF;
        background: #000;
    }

    .multi-city-tab ul.desti input::selection {
        color: #FFF;
        background: #000;
    }


.multi-city-tab ul.desti li {
    position: relative;
    height: 45px;
    width: 32.2%;
}

    .multi-city-tab ul.desti li:last-child {
        margin-right: 0px;
    }

.desti input {
    width: 100% !important;
    font-size: 22px;
    height: 45px !important;
    padding-top: 4px !important;
    margin-left: 0px !important;
    float: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.multi-city-tab ul.desti span {
    display: inline-block;
    font-size: 22px;
    line-height: 45px;
    font-weight: 600;
}

.desti #multiCityForm {
    text-indent: 10px;
}

.desti #multiCityTo {
    text-indent: 10px;
}

.desti #multiCitydate {
    text-indent: 10px !important;
}

#exTab1 .nav-pills > li:last-child > a:after {
    display: none !important;
}

.multi-city-tab #ui-datepicker-div {
    margin-left: -55px !important;
}
/*.navbar-inverse .navbar-nav > li > a { transition:.4s}
.navbar-inverse .navbar-nav > li > a:hover { transition:.4s}*/
/*#exTab1 .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover { font-weight:normal
}*/

input:-webkit-autofill {
    background-color: #ffff01 !important;
}




.FHDesign #exTab1 .tab-content {
    height: 300px;
}

.navigtn {
    float: right;
    margin-top: 15px;
    margin-right: 50px;
}
.pax-row .col-sm-1 {
    width: 70px;
}

.FHDesign #paxHotelTemplate .col-lg-1 {
    width: 70px;
}

.FHDesign #paxHotelTemplate .col-lg-5 {
    width: auto;
}

.FHDesign #paxHotelTemplate .dropdown-hotel select {
    width: 88px;
}

.FHDesign #paxHotelTemplate .child-list {
    width: auto;
    /*margin-left: 27px;*/
}

    .FHDesign #paxHotelTemplate .child-list select {
        width: 51px;
    }

.FHDesign #paxHotelTemplate .remove-opt {
    font-size: 18px !important;
    margin-left: 10px;
    margin-top: 6px;
    cursor: pointer;
}

.FHDesign #paxHotelTemplate .room-lable {
    margin-left: 0px;
}

.FHDesign #popidad {
    margin: 0px; /*max-height: 170px; overflow: auto;*/
}

.lable-class .label-class .btn {
    height: 21px;
}

.Destination-fph {
    text-indent: 68px;
}
.Destination-fph-de {
    text-indent: 26px;
    font-size: 20px !important;
}

/**********************    Flight home            *****************/

/* Spanish */
.input-enter-es{
   font-size:20px!important;
   width:70px !important;
}
.input-enter2-es{
   font-size:20px!important;
}
.SearchString-es{
    font-size:20px !important;
    padding-left:85px !important;
}

.unit2-es{
    width: 85px !important;
    font-size: 20px !important;
}

.ToDestination-es{
    padding-left: 98px !important;
    font-size: 20px !important;
}

.v_search_to-es {
    padding-left: 10px !important;
}
/*.v_search_start-es {
    padding-left: 22px !important;
}*/
.pickup1-es{
    font-size: 20px !important;
}


/**********************    Flight home            *****************/

/* Portuguese */
.img-hov{
    font-size:14px !important;
}
.navigtn-pt{
     margin-right: 69px !important;
}

.navigtn-en{
    margin-right: 45px !important;
}

.navigtn-es {
    margin-right: 76px !important;
}



.input-enter-pt{
   font-size:20px!important;
   width:38px !important;
}


.input-enter2-pt{
   font-size:20px!important;
}


.SearchString-pt{
    font-size:20px !important;
    padding-left:50px !important;
}

.unit2-pt {
    width: 55px !important;
    font-size: 20px !important;
}

.ToDestination-pt{
    padding-left: 70px !important;
    font-size: 20px !important;
}

.v_search_to-pt {
    padding-left: 10px !important;
}
.v_search_start-pt {
    padding-left: 10px !important;
}
.pickup1-pt{
    font-size: 20px !important;
}
.input-enter-de{
   width:48px !important;
       font-size: 20px !important;
}

.SearchString-de {
    font-size: 20px !important;
    padding-left: 62px !important;
}

.ToDestination-de {
    padding-left: 74px !important;
    font-size: 20px !important;
}

/*.navigtn-de {
    margin-right: 54px !important;
}*/
.navigtn-de {
    margin-right: 65px !important;
}
/*.navigtn-de {
    margin-right: 89px !important;
}*/
/**********************    HOtel home            *****************/

/* Hotel*/
.input-enter-h-pt{
    width: 85px !important;
    font-size:20px !important;
}
.input-enter-h-de{
    width: 85px !important;
    font-size:20px !important;
}
.SearchString-h-pt{
    font-size:20px !important;
    padding-left:98px !important;
}

.checkin-f-pt {
    padding-left: 10px !important;
}
.input-enter-h-de {
    width: 95px !important;
    font-size: 20px !important;
}
.SearchString-h-de {
    font-size: 20px !important;
    padding-left: 107px !important;
}
/**********************    Flight + Hotel home            *****************/

.to-city-fh-pt {
    font-size: 20px !important;
    padding-left: 70px !important;
}
.to-city-fh-de {
    font-size: 20px !important;
    padding-left: 70px !important;
}
.Destination-fph-pt {
    text-indent: 19px;
    font-size: 20px !important;
}

.input-enter-fh-es{
   font-size:20px!important;
   width:80px !important;
}

.FromCity-fh-es {
    padding-left: 90px !important;
    font-size: 20px !important;
}
.ToCity-fh-es{
    padding-left: 98px !important;
    font-size: 20px !important;
}

.input-enter-h-fh-es{
    width: 90px !important;
    font-size: 20px !important;
}
.input-enter2-es{
   font-size:20px!important;
}

.heading-fliter {
    font-weight: 500;
    margin: 13px 0px;
    color: #ffffff;
    font-size: 14px;
    width: 160px;
    display: inline-block;
}


select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    padding: 0px 21px 0px 4px;
    background: #fff url("../images/select-arrows.png") no-repeat right 6px center !important;
 
    background-size: 10px !important;
    transition: border-color .1s ease-in-out,box-shadow .1s ease-in-out;
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #a2a2a2;
    box-shadow: inset 0 0 10px #dcdcdc;
    -moz-box-shadow: inset 0 0 10px #dcdcdc;
    -webkit-box-shadow: inset 0 0 10px #dcdcdc;
    text-indent: 5px !important;
}

/* remove default arrow in IE */
select::-ms-expand {
    display:none;
}

.trip-startFH label:focus{
    outline:none;
}

input[type="checkbox"]:focus{
    outline:0 !important;
}

#paxHotelTemplate{
    position:relative;
}

.spinner-searcher-home {
    position: absolute;
    right: 30px;
    top: 25%;
}

@media (max-width: 480px) {
    .spinner-searcher-home {
        top: 15%;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}