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

a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

button {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

h1, h2, h3 {
    font-family: 'Lato', sans-serif;

}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.radio label::after, .radio label::before {
    display: inline-block;
    position: absolute;
    margin-left: -20px
}

.radio label::before {
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.radio label::after {
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}
.radio input[type=radio] {
    opacity: 1;
    z-index: 1;
    left: 2px;
    top: -1px;
}
.radio input[type=radio]:focus + label::before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.radio input[type=radio]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled + label {
    opacity: .65
}

.radio input[type=radio]:disabled + label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

input[type=radio] .styled:checked + label::after, input[type=radio] .styled:checked + label::before {
    color: #fff
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-bottom: 5px;
    margin-left: -25px;
}

/*=== Custome Styles ===*/

.navbar-default {
    background-color:#020185;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

a.navbar-brand {
    padding: 10px;
}

a.navbar-brand img {
    width: 191px;
    margin-top: -4px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav .call > a {
    display: inline-block;
    color: #fff !important;
    padding:0;
}
li.social a img {
    width: 32px;
}

li.social a {
    padding: 9px 5px !important;
    margin-right: 0 !important;
}

li.lan a img {
    margin-right: 5px;
}

li.lan a {
    padding: 9px 5px !important;
    margin-right: 0 !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFAD5B;
}



ul.nav.navbar-nav.navbar-right {
    margin-left: 0px;
}

li.social a:hover, li.lan a:hover {
    border-bottom: 2px solid transparent !important;
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.hero-sec {
    background-image: url(../img/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
    background-attachment: scroll;
    background-position: center;
}
.v-day{
    background-image: url(../img/valentine-day.png) !important;
    background-position: center;
}
.new-xmas{
    background-image: url(../img/xmas.jpg) !important;
    background-position: center;
}
.new-year{
    background-image: url(../img/newyear.jpg) !important;
    background-position: center;
}
.b-day{
    background-image: url(../img/lastminute.jpg) !important;
    background-position: center;
}
.f-bg{
    background-image: url(../img/flights-bg.jpg) !important;
    background-position: center;
}
.summer-day{
    background-image: url(../img/summer.jpg) !important;
    background-position: center;
}
.easter-day{
    background-image: url(../img/easter.jpg) !important;
    background-position: center;
}
.hero-sec h1 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
    text-align: center;
}

.hero-sec h3 {
    font-size: 26px;
    color: rgb(255, 255, 255);
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.form-inner {
}

.row.form-row {
    margin-top: 50px;
}

.nav-tabs > li > a {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    margin: 0px 5px;
    border: none;
    padding: 5px 10px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.64);
}

.nav-tabs > li > a:after {
    content: "|";
    position: absolute;
    right: -9px;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.27);
}

.nav-tabs > li:last-child > a:after {
    content: "";
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
    color: #ffffff;
    border-bottom: 3px solid #a30046;
    background-color: transparent;
    border-width: 0px 0px 3px 0px;
}

span.book {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 1.5;
    font-size: 31px;
    padding-left: 6px;
    margin-right: 10px;
    vertical-align: middle;
}

span.book.icon-2 {
    font-size: 22px;
}

.nav-tabs {
    border-bottom: none;
}

.tab-content > .tab-pane {
    padding: 20px 10px 0px;
}

.form-control {
    border-radius: 0;
    border: none;
    height: 48px;
    padding-left: 35px;
    font-weight: bold;
}

.grey_bg input {
    background-color: #2b282c !important;
    color: #fff;
}
.grey_bg i {
    color: #fff !important;
}

.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}

label {
    font-weight: 100;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    top: 13px;
    left: 7px;
    font-size: 22px;
    color: #000;
    z-index: 11;
}

.form-group input:focus i {
    color: pink;
}

.form-group i.extra-lt {
    left: 25px;
}

i.pe-7s-plane.plane-down {
    -ms-transform: rotate(87deg);
    -webkit-transform: rotate(87deg);
    transform: rotate(87deg);
}

button.btn.btn-default.search-btn {
     font-weight: bold;
    border: none;
    border: 1px solid;
    border-color: #020185;
    background: #4b807c;
    background-image: linear-gradient(to top right, #ee0000 0, #efefef 30%, #020185 100%);
    color: #fff;
    border-width: 1px 1px 2px;
    border-radius: .26666667em;
    vertical-align: bottom;
    line-height: 1.2;
    width: 100%;
    height: 50px;
}


.max-btn {
    max-width: 290px;
    font-size: 22px;
    height: 50px !important;
    margin-top: 20px;
}

.search-btn {
    max-width: 360px;
    font-size: 22px;
    height: 50px !important;
    margin-top: 50px;
}

button.btn.btn-default.search-btn:hover {
         border-color: #ffffff;
    background: #3a7976;
    color: #ffffff;
}

.container-fluid.sub-sec {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgb(58, 58, 80);
    color: #fff;
    font-weight: lighter;
    letter-spacing: 1px;
}

.sc-col ul {
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}

.sc-col ul li a img {
    width: 32px;
}

.sc-col ul li a:hover {
    width: 32px;
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
}

label.control-label.label-b {
    font-size: 20px;
    font-weight: normal;
    min-height: 28px;
    display: block;
}

.sub-col .form-control {
    border: 2px solid #A59BA7;
    padding-left: 10px;
    color: #000;
}

button.btn.btn-default.sub-btn, button.btn.btn-default.exp-btn {
    background-color: #a30046;
    border-radius: 0;
    height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    border: 1px solid #a30046;
}

button.btn.btn-default.sub-btn:hover, button.btn.btn-default.exp-btn:hover {
    background-color: transparent;
    color: #a30046;
}

.container-fluid.exp-sec {
    background-color: #001E60;
    padding-top: 40px;
    padding-bottom: 40px;
}

.wt-col {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 270px;
    position: relative;
}

.exp-row h2 {
    color: #2D2D2D;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0;
}

.wt-col p {
    margin-bottom: 30px;
    margin-top: 25px;
}

.container-fluid.abt-sec {
    background-color: #E4EDF6;
    padding-top: 40px;
    padding-bottom: 40px;
}

.abt-inner {
    float: left;
    background-color: #DCDCDC;
}

.no-pad-lt {
    padding-left: 0 !important;
}

.row.abt-row h3 {
    color: #001E60;
    font-weight: bold;
    font-size: 20px;
}

.row.abt-row p {
    color: #001E60;
}

.ctc-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ctc-row h2 {
    font-size: 24px;
    color: rgb(0, 59, 103);
    margin-top: 0;
    margin-bottom: 30px;
}

.ctc-row ul {
    list-style: none;
    padding-left: 0;
}

.ctc-row ul li strong {
    color: #001E60;
    margin-right: 10px;
}

.ctc-row ul li {
    font-size: 16px;
    margin-bottom: 7px;
}

p.ctc {
    font-size: 14px;
    color: #001E60;
    margin-bottom: 20px;
}

p.ctc a {
    display: block;
    text-decoration: underline;
    font-weight: bold;
    color: #001E60;
}

p.ctc a span {
    color: #FF1616;
}

footer {
    /*padding-top: 20px;*/
    padding-bottom: 10px;
    background-color: #19191B;
    color: #fff;
}

footer ul, footer p {
    margin-bottom: 0;
    color: #fff;
}

footer ul li a {
    color: #fff;
    font-weight: lighter;
}

footer .copy-row ul li a {
    color: #fff;
    letter-spacing: 1px;
    font-weight: lighter;
}

footer ul li a:hover, footer ul li a:focus {
    color: #FFAD5B;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #e6e6e6;
    outline: none;
    box-shadow: none;
}

.datepicker, .form-control {
    margin-bottom: 15px;
}

.select_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select_box::after {
    color: #000000;
    font-family: 'Pe-icon-7-stroke';
    content: "\e688";
    display: block;
    font-size: 30px;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 4px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    border-radius: 0;
    margin-top: 21px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}

.modal-header, .modal-footer {
    border: 0px;
}
.modal-content #alert_msg {
    color: #800a0a;
    font-size: 15px;
}
.modal-header img {
    width: 37px;
    display: block;
    margin: 0 auto;
}
.modal-content {
    box-shadow: 0px 2px 2px 5px rgba(21, 20, 20, 0.32) !important;
    border:1px solid #fff !important;
}
.modal-dialog.modal-sm {
    margin-top: 60px !important;
}
.modal-body {
    padding: 0px 15px;
}

.modal-title {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #f0ad4e;
    background-color: #a30046;
}

ul.nav.navbar-nav.navbar-right li.call {
    color: #2b282c;
    padding-top: 15px;
    font-weight: 500;
    font-size: 24px;
}

ul.nav.navbar-nav.navbar-right li.call small {
    color: #a30046;
    font-size: 12px;
    display: inline-block;
}

.layer-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
}

button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    border: none;
    text-align: left;
    padding: 6px 0;
    background-color: transparent;
}

.pass-drp .btn-group {
    text-align: left;
    width: 100%;
}

b.pe-7s-angle-down {
    font-size: 25px;
    position: absolute;
    right: 0px;
    top: 4px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.multiselect-container {
    width: 100%;
    border-radius: 0;
    max-height: 235px;
    overflow: auto;
}

.multiselect-container > li > a > label {
    color: #555;
}

.input-group-addon {
    padding: 4px;
    color: #ffffff;
    background-color: #999;
    border: none;
}

.input-daterange input:first-child, .input-daterange input:last-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.input-daterange input {
    text-align: left;
}

.container-fluid.why-sec {
    background-color: #161517;
    padding: 50px 0px;
}

.container-fluid.why-sec h3 {
    color: #f8deab;
    font-size: 26px;
    font-weight: 300;
    margin-top: 0;
}

.container-fluid.why-sec h2 {
    color: #f8deab;
    font-size: 34px;
    margin-top: 0;
    position: relative;
}

.container-fluid.why-sec h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    height: 2px;
    max-width: 100px;
    border-bottom: 2px solid #a30046;
}

.container-fluid.why-sec p {
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
}

.container-fluid.why-sec h3 i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
}

.row.feature-row .col-md-4 {
    margin-top: 40px;
    height: 100px;
}

.container-fluid.why-sec.deal-sec {
    background-color: #1f1631;
}

.container-fluid.why-sec.deal-sec h2 {
    color: #ffad5b;
}

.deal-col {
    height: 285px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.row.deal-row {
    margin-top: 60px;
}

.deal-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(-60deg, #3983c9 2%, rgba(35, 160, 184, 0.44) 40%, rgba(24, 100, 58, 0.22) 60%, rgba(24, 100, 58, 0) 100%);
    background-image: -moz-linear-gradient(-60deg, #3983c9 2%, rgba(35, 160, 184, 0.44) 40%, rgba(24, 100, 58, 0.22) 60%, rgba(24, 100, 58, 0) 100%);
    background-image: -ms-linear-gradient(-60deg, #3983c9 2%, rgba(35, 160, 184, 0.44) 40%, rgba(24, 100, 58, 0.22) 60%, rgba(24, 100, 58, 0) 100%);
    background-image: -o-linear-gradient(-60deg, #3983c9 2%, rgba(35, 160, 184, 0.44) 40%, rgba(24, 100, 58, 0.22) 60%, rgba(24, 100, 58, 0) 100%);
    background-image: linear-gradient(130deg, #3983c9 2%, rgba(35, 160, 184, 0.44) 40%, rgba(24, 100, 58, 0.22) 60%, rgba(24, 100, 58, 0) 100%);
    background-position: 0 0;
    background-size: 100% 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.deal-box {
    position: relative;
    z-index: 1;
    padding: 20px 0px;
}

.deal-box p {
    font-size: 12px;
    margin-bottom: 0;
}

.deal-box h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
}

.deal-box .label.label-primary {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
}

.deal-box .label.label-primary {
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
    padding-bottom: 2px;
    text-transform: uppercase;
    background-color: white;
    opacity: .7;
    border-radius: 0;
    text-shadow: none;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    color: #214f7b;
}

.deal-col:hover .deal-layer {
    background-size: 200% 100%;
}

.deal-col a {
    text-decoration: none;
}

.deal-layer.layer2 {
    background-image: -webkit-linear-gradient(-60deg, #d31b40 2%, rgba(238, 142, 53, 0.44) 40%, rgba(228, 39, 8, 0.22) 60%, rgba(228, 39, 8, 0) 100%);
    background-image: -moz-linear-gradient(-60deg, #d31b40 2%, rgba(238, 142, 53, 0.44) 40%, rgba(228, 39, 8, 0.22) 60%, rgba(228, 39, 8, 0) 100%);
    background-image: -ms-linear-gradient(-60deg, #d31b40 2%, rgba(238, 142, 53, 0.44) 40%, rgba(228, 39, 8, 0.22) 60%, rgba(228, 39, 8, 0) 100%);
    background-image: -o-linear-gradient(-60deg, #d31b40 2%, rgba(238, 142, 53, 0.44) 40%, rgba(228, 39, 8, 0.22) 60%, rgba(228, 39, 8, 0) 100%);
    background-image: linear-gradient(130deg, #d31b40 2%, rgba(238, 142, 53, 0.44) 40%, rgba(228, 39, 8, 0.22) 60%, rgba(228, 39, 8, 0) 100%);
}

.deal-layer.layer3 {
    background-image: -webkit-linear-gradient(-60deg, #461f6b 2%, rgba(173, 37, 81, 0.44) 40%, rgba(182, 0, 87, 0.22) 60%, rgba(182, 0, 87, 0) 100%);
    background-image: -moz-linear-gradient(-60deg, #461f6b 2%, rgba(173, 37, 81, 0.44) 40%, rgba(182, 0, 87, 0.22) 60%, rgba(182, 0, 87, 0) 100%);
    background-image: -ms-linear-gradient(-60deg, #461f6b 2%, rgba(173, 37, 81, 0.44) 40%, rgba(182, 0, 87, 0.22) 60%, rgba(182, 0, 87, 0) 100%);
    background-image: -o-linear-gradient(-60deg, #461f6b 2%, rgba(173, 37, 81, 0.44) 40%, rgba(182, 0, 87, 0.22) 60%, rgba(182, 0, 87, 0) 100%);
    background-image: linear-gradient(130deg, #461f6b 2%, rgba(173, 37, 81, 0.44) 40%, rgba(182, 0, 87, 0.22) 60%, rgba(182, 0, 87, 0) 100%);
}

.deal-layer.layer4 {
    background-image: -webkit-linear-gradient(-60deg, #6ba131 2%, rgba(42, 156, 120, 0.44) 40%, rgba(29, 101, 179, 0.22) 60%, rgba(29, 101, 179, 0) 100%);
    background-image: -moz-linear-gradient(-60deg, #6ba131 2%, rgba(42, 156, 120, 0.44) 40%, rgba(29, 101, 179, 0.22) 60%, rgba(29, 101, 179, 0) 100%);
    background-image: -ms-linear-gradient(-60deg, #6ba131 2%, rgba(42, 156, 120, 0.44) 40%, rgba(29, 101, 179, 0.22) 60%, rgba(29, 101, 179, 0) 100%);
    background-image: -o-linear-gradient(-60deg, #6ba131 2%, rgba(42, 156, 120, 0.44) 40%, rgba(29, 101, 179, 0.22) 60%, rgba(29, 101, 179, 0) 100%);
    background-image: linear-gradient(130deg, #6ba131 2%, rgba(42, 156, 120, 0.44) 40%, rgba(29, 101, 179, 0.22) 60%, rgba(29, 101, 179, 0) 100%);
}

.deal-layer.layer5 {
    background-image: -webkit-linear-gradient(-60deg, #be299b 2%, rgba(238, 90, 53, 0.44) 40%, rgba(228, 96, 8, 0.22) 60%, rgba(228, 96, 8, 0) 100%);
    background-image: -moz-linear-gradient(-60deg, #be299b 2%, rgba(238, 90, 53, 0.44) 40%, rgba(228, 96, 8, 0.22) 60%, rgba(228, 96, 8, 0) 100%);
    background-image: -ms-linear-gradient(-60deg, #be299b 2%, rgba(238, 90, 53, 0.44) 40%, rgba(228, 96, 8, 0.22) 60%, rgba(228, 96, 8, 0) 100%);
    background-image: -o-linear-gradient(-60deg, #be299b 2%, rgba(238, 90, 53, 0.44) 40%, rgba(228, 96, 8, 0.22) 60%, rgba(228, 96, 8, 0) 100%);
    background-image: linear-gradient(130deg, #be299b 2%, rgba(238, 90, 53, 0.44) 40%, rgba(228, 96, 8, 0.22) 60%, rgba(228, 96, 8, 0) 100%);
}

.deal-layer.layer6 {
    background-image: -webkit-linear-gradient(-60deg, #3983c9 2%, rgba(35, 160, 184, 0.44) 40%, rgba(24, 100, 58, 0.22) 60%, rgba(24, 100, 58, 0) 100%);
    background-image: -moz-linear-gradient(-60deg, #3983c9 2%, rgba(35, 160, 184, 0.44) 40%, rgba(24, 100, 58, 0.22) 60%, rgba(24, 100, 58, 0) 100%);
    background-image: -ms-linear-gradient(-60deg, #3983c9 2%, rgba(35, 160, 184, 0.44) 40%, rgba(24, 100, 58, 0.22) 60%, rgba(24, 100, 58, 0) 100%);
    background-image: -o-linear-gradient(-60deg, #3983c9 2%, rgba(35, 160, 184, 0.44) 40%, rgba(24, 100, 58, 0.22) 60%, rgba(24, 100, 58, 0) 100%);
    background-image: linear-gradient(130deg, #3983c9 2%, rgba(35, 160, 184, 0.44) 40%, rgba(24, 100, 58, 0.22) 60%, rgba(24, 100, 58, 0) 100%);
}

.deal-layer.layer7 {
    background-image: -webkit-linear-gradient(-60deg, #461f6b 2%, rgba(173, 37, 81, 0.44) 40%, rgba(182, 0, 87, 0.22) 60%, rgba(182, 0, 87, 0) 100%);
    background-image: -moz-linear-gradient(-60deg, #461f6b 2%, rgba(173, 37, 81, 0.44) 40%, rgba(182, 0, 87, 0.22) 60%, rgba(182, 0, 87, 0) 100%);
    background-image: -ms-linear-gradient(-60deg, #461f6b 2%, rgba(173, 37, 81, 0.44) 40%, rgba(182, 0, 87, 0.22) 60%, rgba(182, 0, 87, 0) 100%);
    background-image: -o-linear-gradient(-60deg, #461f6b 2%, rgba(173, 37, 81, 0.44) 40%, rgba(182, 0, 87, 0.22) 60%, rgba(182, 0, 87, 0) 100%);
    background-image: linear-gradient(130deg, #461f6b 2%, rgba(173, 37, 81, 0.44) 40%, rgba(182, 0, 87, 0.22) 60%, rgba(182, 0, 87, 0) 100%);
}

.deal-layer.layer8 {
    background-image: -webkit-linear-gradient(-60deg, #f0ba11 2%, rgba(182, 44, 0, 0.44) 40%, rgba(182, 14, 0, 0.22) 60%, rgba(182, 14, 0, 0) 100%);
    background-image: -moz-linear-gradient(-60deg, #f0ba11 2%, rgba(182, 44, 0, 0.44) 40%, rgba(182, 14, 0, 0.22) 60%, rgba(182, 14, 0, 0) 100%);
    background-image: -ms-linear-gradient(-60deg, #f0ba11 2%, rgba(182, 44, 0, 0.44) 40%, rgba(182, 14, 0, 0.22) 60%, rgba(182, 14, 0, 0) 100%);
    background-image: -o-linear-gradient(-60deg, #f0ba11 2%, rgba(182, 44, 0, 0.44) 40%, rgba(182, 14, 0, 0.22) 60%, rgba(182, 14, 0, 0) 100%);
    background-image: linear-gradient(130deg, #f0ba11 2%, rgba(182, 44, 0, 0.44) 40%, rgba(182, 14, 0, 0.22) 60%, rgba(182, 14, 0, 0) 100%);
}

.deal-col.acc {
    background-image: url(../img/acc.jpg);
}

.deal-col.nbo {
    background-image: url(../img/nbo.jpg);
}

.deal-col.fih {
    background-image: url(../img/fih.jpg);
}

.deal-col.fna {
    background-image: url(../img/fna.jpg);
}

.deal-col.lun {
    background-image: url(../img/lun.jpg);
}

.deal-col.los {
    background-image: url(../img/los.jpg);
}

.deal-col.abv {
    background-image: url(../img/abv.jpg);
}

.deal-col.dar {
    background-image: url(../img/dar.jpg);
}

.deal-col.ebb {
    background-image: url(../img/ebb.jpg);
}

.deal-col.jnb {
    background-image: url(../img/jnb.jpg);
}

.deal-col.krt {
    background-image: url(../img/krt.jpg);
}

.deal-col.hre {
    background-image: url(../img/hre.jpg);
}

.deal-col.abv {
    background-image: url(../img/abv.jpg);
}

.sub-sec .input-group-addon {
    padding: 0px 3px;
    color: #ffffff;
    background-color: #fff;
    border: none;
    border-radius: 0px 3px 3px 0px !important;
}

.sub-sec input.form-control {
    border-radius: 3px 0px 0px 3px;
    padding-left: 42px;
}

.sub-text button.btn.btn-default {
    background-color: #a30046;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    border: none;
    border: 1px solid #a30046;
}

.sub-text button.btn.btn-default:hover {
    background-color: #fff;
    color: #a30046;
    border: 1px solid #a30046;
}

.sub-sec i.pe-7s-mail {
    position: absolute;
    left: 7px;
    top: 6px;
    font-size: 30px;
    color: #3a3a50;
    z-index: 111;
}

.sub-text {
    padding-top: 13px;
}

ul.nav.navbar-nav.navbar-right li.call i {
    margin-right: 9px;
    color: #fff;
    vertical-align: middle;
}

ul.list-inline.sc-ul li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
}

ul.list-inline.sc-ul li.fb a {
    background-image: url(../img/facebook-logo-outline.svg);
}

ul.list-inline.sc-ul li.fb a:hover {
    background-image: url(../img/facebook-logo-outline-h.svg);
}

ul.list-inline.sc-ul li.tw a {
    background-image: url(../img/twitter-social-outlined-logo.svg);
}

ul.list-inline.sc-ul li.tw a:hover {
    background-image: url(../img/twitter-social-outlined-logo-h.svg);
}

ul.list-inline.sc-ul li.gplus a {
    background-image: url(../img/google-plus-outlined-logo-social-symbol.svg);
}

ul.list-inline.sc-ul li.gplus a:hover {
    background-image: url(../img/google-plus-outlined-logo-social-symbol-h.svg);
}
ul.list-inline.sc-ul li.insta a {
    background-image: url(../img/insta.svg);
}

ul.list-inline.sc-ul li.isnta a:hover {
    background-image: url(../img/insta-hover.svg);
}

.row.copy-row p {
    font-weight: lighter;
    color: #fff;
    letter-spacing: 1px;
}

.row.copy-row {
    margin: 30px 0 20px;
}

a.f-logo {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.form-inner.flight-form {
    padding: 15px;
}

.container-fluid.hero-sec.flights {
    min-height: auto;
    padding-bottom: 70px;
    padding-top: 100px;
}

img.sliding-img {
    position: absolute;
    left: -500px;
    -webkit-transition: all 20s ease;
    -moz-transition: all 20s ease;
    -o-transition: all 20s ease;
    -ms-transition: all 20s ease;
    transition: all 20s ease;
}

.move img.sliding-img {
    left: 50%;
}

.carousel .row.deal-row {
    margin-top: 0px;
}

.carousel-control {
    opacity: 1;
    background-image: none !important;
    width: 0;
}

.carousel .row.deal-row {
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
}

.row.deal-slider {
    margin-top: 60px;
}

.carousel-indicators {
    bottom: 0px;
}

.container-fluid.hero-sec.flights.hotels {
    background-image: url(../img/hotel.jpg);
    background-position: center top;
    background-size: cover;
}

.hotels .form-inner.flight-form {
    background-color: rgba(0, 0, 0, 0.4);
    padding-bottom: 0;
}

.container-fluid.hero-sec.flights.hotels.vacations {
    background-image: url(../img/vacations.jpg);
    background-position: center top;
    background-size: cover;
}

.container-fluid.hero-sec.results {
    background-image: url(../img/landing.jpg);
    padding-bottom: 100px;
    padding-top: 110px;
    background-attachment: fixed !important;
    background-size:cover !important;;
}
.container-fluid.hero-sec.airline-flights {
    background-image: url(../img/landing.jpg);
    padding-bottom: 100px;
    padding-top: 110px;
    background-attachment: fixed !important;
    background-size:cover !important;;
}

.search_heading {
    margin-bottom: 30px;
    text-align: center;
}

.search_heading h3 {
    font-weight: 300 !important;
    color: #fff !important;
}

.container-fluid.hero-sec.results .form-inner {
    background-color: transparent;
}

.airline-col img {
    max-width: 105px;
    max-height: 69px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.row.fly-row p {
    margin-bottom: 0;
    font-size: 16px;
}

.border-col {
    height: 80px;
    border-right: 2px dashed #eee;
    position: relative;
}

.fly-row .border-col:last-child {
    border-right: none;
}

.track {
    width: 90%;
    display: block;
    height: 4px;
    background-color: #999;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.track:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a30046;
    position: absolute;
    left: -8px;
    top: -4px;
}

.quote small {
    display: block;
    color: #777;
}

.route {
    min-height: 62px;
}

.route img {
    border: 1px solid #eee;
}

.row.quote {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding: 9px 0px;
    margin: 0px 0px 10px 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.row.quote:hover {
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.track:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a30046;
    position: absolute;
    right: -8px;
    top: -4px;
}

.row.fly-row {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px dashed #ddd;
}

.row.fly .row.fly-row:last-child {
    border-bottom: none;
}

.row.fly {
    border: 1px solid #fff;
    margin-bottom: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    background-color: #f5f5f5;
}

.row.fly:hover {
    background-color: #ffffff;
    border: 1px solid #a30046;
}

a.btn.btn-default.btn-detail {
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 12px;
}

a.btn.btn-default.btn-detail:hover {
    background-color: #fff;
}

a.btn.btn-default.btn-detail i {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: bottom;
}

a.btn.btn-default.btn-book {
    font-weight: bold;
    border: none;
    border: 1px solid;
    border-color: #000;
    background: #ffffff;
    color: #3d3100;
    border-width: 1px 1px 2px;
    border-radius: .26666667em;
    vertical-align: bottom;
    line-height: 1.2;
}

a.btn.btn-default.btn-book i {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: bottom;
}

a.btn.btn-default.btn-book:hover {
border-color: #ed1c28;
    background: #ed1c28;
    color: #fff;
}

.row.book-row {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e0e0e0;
}

.container-fluid.results h2 {
    font-size: 18px;
    margin-top: 0;
    position: relative;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
}

.container-fluid.results {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ededed;
}
.container-fluid.padding_top_40{
    padding-top: 40px ;
}
span.price {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0ca7c6;
    font-size: 18px;
    border-bottom: 1px dashed #a30046;
}

.filter-box {
    background-color: rgb(245, 245, 245);
    padding: 10px;
}

.filter-box .radio {
    margin: 0px 25px 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}

span.pe-7s-repeat.rtn-icon {
    color: #fff;
    font-size: 50px;
}

.frm-big input.form-control {
    height: 58px;
    font-size: 18px;
    padding-left: 40px;
    font-weight: 500;
}

.frm-big .form-group i {
    font-size: 30px;
    top: 14px;
}

.dropdown.adt-sec button {
    text-align: left;
}

.adt-sec .dropdown-menu {
    width: 100%;
    border-radius: 0px;
}

.adt-sec input {
    max-width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #b3b1b1;
}
.adt-sec .row {
    margin-right: -10px;
    margin-left: -10px;
}

.adt-sec .col-xs-4 {
    padding: 0px 0px;
    text-align: center;
}

input.qtyminus, input.qtyplus {
    background-color: #ed1c28;
    color: #fff;
    border: none;
    width: 20px;
    height: 20px;
}

.frm-col.frm-big {
    width: 47%;
	 margin-bottom: 4px;
}

#tab-2 .frm-col.frm-big {
    width: 100%;
}

.frm-col.frm-small {
    padding: 6px;
    width: 6%;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align: center;
}

.form-group.rdo {
    text-align: center;
}

span.red {
    font-weight: bold;
    color: #a30046;
    border-bottom: 1px dashed;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 23px !important;
}

.quote span {
    font-size: 18px;
}

.corner-ribbon {
    width: 85px;
    background: #e43;
    position: absolute;
    text-align: center;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky {
    position: absolute;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.corner-ribbon.top-left {
    top: 7px;
    left: -21px;
    font-size: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 11;
    padding: 5px;
}

.corner-ribbon.red {
    background: #e43;
}

.corner-ribbon.blue {
    background: #39d;
}

.corner-ribbon.green {
    background: #2c7;
}

.corner-ribbon.orange {
    background: #e82;
}

ul.more-flights {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

ul.more-flights li a {
    color: #333;
    text-decoration: none;
    padding: 8px 0px;
    display: block;
    border-bottom: 1px dashed #ddd;
}

ul.more-flights li a span {
    color: #a30046;
    font-weight: bold;
}

ul.more-flights li a:hover {
    padding-left: 8px;
    color: #a30046;
}

section.offer h2 {
    background-color: #3a3a50;
    color: #fff;
    padding: 15px;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.offer-col h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.offer-col p {
    margin-bottom: 0px;
    color: #adadad;
    font-weight: bold;
}

.offer small {
    color: #adadad;
}

.offer-col span.red {
    font-size: 24px;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}

.offer-col {
    padding: 15px;
    background-color: #eee;
    border-right: 1px solid #adadad;
    border-bottom: 2px solid #eee;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.offer-col:first-child {
    border-left: 1px solid #adadad;
}

.offer-col:hover {
    background-color: #fff;
    border-bottom: 2px solid #a30046;
}

.no-mar {
    margin: 0;
}

section.offer {
    margin-bottom: 50px;
}

.offer-col a {
    text-decoration: none;
}

.results h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 35px;
    color: #00355f;
    font-weight: normal;
    word-spacing: 9px;
}

small.grey {
    color: #616161;
    letter-spacing: .51px;
    font-size: 14px;
}

.mar-tp-20 {
    margin-top: 20px;
}

a.btn.btn-call {
    color: #00f;
    letter-spacing: 0.5px;
}

a.btn.btn-call:hover {
    color: #a30046;
}

a.btn.btn-call i {
    font-size: 20px;
    vertical-align: bottom;
}

.fea-col span {
    font-size: 41px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.fea-col {
    color: #ededed;
    font-size: 15px;
    letter-spacing: 0.5px;
}

section.fea-sec {
    padding: 10px 0;
    background-color: #00355f;
    background-image: url(../img/credit-card-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fea-col p {
    margin-bottom: 0;
    overflow: hidden;
}

.loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-top: 50px;
    letter-spacing: 0.5px;
}

.loader h1 {
    font-weight: bold;
    color: #00355f;
    word-spacing: 10px;
    margin-bottom: 30px;
}

.loader h1 i {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: bottom;
}

.loader strong {
    color: #a30046;
    min-width: 90px;
    display: inline-block;
}

.loader span {
    display: inline-block;
    width: 110px;
}

.block-in .clock {
    float: left
}

.clock {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #333;
    margin: 20px auto;
    border: 5px solid #fff;
    position: relative;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .3), inset 0 5px 0 0 rgba(0, 0, 0, .3), inset 0 0 0 34px #c33;
}

.clock:after {
    content: "";
    width: 5px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: inset 0px 2px 0 0 #fff, inset 0px 30px 0 0 #333;
    animation: clock .5s linear infinite;
}

.clock:before {
    content: "";
    width: 5px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: inset 0px 2px 0 0 #fff, inset 0px 25px 0 0 #333;
    animation: clockb 6s linear infinite;
}

@keyframes clock {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes clockb {
    100% {
        transform: rotate(360deg);
    }
}

.layer-1.book-layer {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.7);
}

.container-fluid.hero-sec.book-hero {
    padding-bottom: 80px;
    min-height: auto;
    text-align: center;
}

.hero-sec.book-hero h3 {
    font-size: 20px;
    margin: 10px 0px;
}

.hero-sec.book-hero h3 i {
    font-size: 26px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: sub;
    margin-right: 10px;
    margin-left: 10px;
}

.hero-sec.book-hero p {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.hero-sec.book-hero p span {
    font-size: 23px;
    vertical-align: sub;
}

.book-inner {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 0px;
    text-align: center;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.book-inner h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.5px;
    padding: 0px 15px;
    color: #a30046;
}

.book-inner h4 {
    background-color: rgb(170, 0, 70);
    color: #fff;
    padding: 15px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.book-inner h4 small {
    font-size: 16px;
    color: #ccc;
}

.book-inner p {
    font-size: 16px;
    color: #000;
    padding: 0px 15px;
}

.contact-sec {
    padding: 70px 0;
    background-color: #eee;
}

.book-inner.book-inner-2 {
    background-color: rgba(0, 0, 0, 0.05);
}

.book-inner-rt {
    border: 1px solid #3a3a50;
    border-radius: 5px;
    margin-bottom: 30px;
}

.book-inner-rt:nth-child(2n) {
    background-color: #c7c7c7;
}

.book-inner-rt h2 {
    background-color: #3a3a50;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 6px 10px;
}

textarea {
    resize: none;
}

.book-inner-2 h4 {
    padding: 9px;
    font-size: 29px;
    background-color: rgb(58, 58, 80);
}

.book-logo img {
    max-width: 100px;
    max-height: 100px;
}

.book-eco p strong {
    display: inline-block;
    width: 105px;
}

.book-eco p span {
    display: inline-block;
    width: 105px;
}

input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

.checkbox.direct-check {
    margin: 0;
    right: 0;
}

i.pe-7s-plane.plane-1:before {
    content: "From";
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

i.pe-7s-plane.plane-2:before {
    content: "To";
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.form-group.frm-grp .form-control {
    padding-left: 67px;
    color: #000;
    font-weight: 600;
    box-shadow: none;
    border: 2px solid #f3f2f2;
}
.form-control:focus, .form-control:active {
    border: 2px solid #a30046;
    box-shadow: none;
}
.form-group.frm-grp .form-control:focus, .form-group.frm-grp .form-control:active {
    border: 2px solid #a30046;
    box-shadow: none;
}
.form-control{
    border: 2px solid #f3f2f2;
    box-shadow: none;
}
.daterangepicker{
    border: 2px solid #a30046;   
}
.form-group.frm-grp i {
    top: 6px;
    left: 10px;
    color: #8e8e8e;
}
section.call-sec {
    background-color: #ffc300;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
}

section.call-sec img {
    width: 32px;
    vertical-align: text-bottom;
}

section.call-sec a {
    font-size: 24px;
    color: #3d3100;
    font-weight: bold;
}

a:focus,
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none !important;
    outline-offset: 0;
}

.frm-col:last-child {
}

.dropdown-menu #myform label,
.filter-box-contant-mobail {
    display: none;
}

.btn-col {
    width: 55px;
    display: none;
}

.btn-col img {
    width: 100%;
}

.frm-col-2 {
    display: none;
}

.fea-col p span {
    font-size: 15px;
    width: 100%;
}

.results .flight-form h2 {
    color: #fff;
    display: inline-block;
    padding: 5px 10px 8px 0;
    font-weight: 100;
    border-bottom: 3px solid rgba(255, 255, 255, 0.64);
}

.results .flight-form h2 .book {
    vertical-align: bottom;
}

.flight-form .frm-col:nth-child(4) input {
    background-color: #c7c7c7;
    color: #fff;
}

/*nouman css*/

.flight_box {
    background: #fff;
    padding: 11px 8px 6px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-bottom: 8px;
    position: relative;
}

.flight_box:hover {
    background-color: #edf7ff;
}

.flight_box .flight_anch {
    bottom: 0;
    font-size: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.ft_right .btn-book {
    position: relative;
    z-index: 9;
}

.flight_box .ft-left {
    width: 21%;
    text-align: center;
}

.flight_box .ft-left .image-holder {
    text-align: center;
    display: inline-block;
}

.flight_box .ft_right {
    width: 100%;
}

.flight_box .ft_right .inner_rt {
    float: right;
}

.display_ib {
    display: inline-block;
    vertical-align: middle;
}

.flight_box .pricing {
    list-style: none;
    padding: 0;
    text-align: right;
}

.flight_box .ft_arrow {
    padding: 0 15px 0 10px;
}

.flight_box .ft_arrow > img {
    width: 20px;
}

.flight_box .ft_date {
    margin-bottom: 5px;
}

.flight_box .ft_date > strong {
    color: #0065b8;
}

.flight_box .code {
    font-size: 20px;
    font-weight: 700;
}

.flight_box .truncate {
    white-space: nowrap;
    display: block;
}
.flight_box .pricing li {
    color: #757575;
    font-size: 14px;
    margin: 0;
}

.flight_box .pricing li:nth-child(2) {
    margin-top: 6px;
}


.featured-deal .deal-phone {
    font-size: 2em;
    line-height: 24px;
    padding: 15px;
    text-align: center;
}

.feature-sec {
    padding: 15px 0;
    background-color: #fff;
}

.featured-deal .deal-phone .pe-7s-call {
    background: #7b7b7b none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    padding: 5px;
}

.daterangepicker {
    padding: 20px 4px 4px;

}

.daterangepicker::before {
    content: '';
}

.daterangepicker_input::after {
    content: "Departure";
    top: 5px;
    font-size: 15px;
    color: #ffad5b;
    width: 100%;
    border: none;
    position: absolute;
    left: 62%;
    z-index: 1;
}
#tab-2 .daterangepicker_input::after {
    content: "Check in";
}
.calendar.right .daterangepicker_input::after {
    content: "Return";
    left: 72%;
}

.daterangepicker.ltr .ranges {
    float: left;
    z-index: 10;
    position: relative;
}

.daterangepicker.single .daterangepicker_input::after {
    content: '';
}

.container-fluid.hero-sec.book-hero.con-hero h2 {
    color: #fff;
    position: relative;
}
.contact-box {
    max-width: 800px;
    margin: -200px auto 40px;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
    box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
}
.contact-box h2 {
    color: #3a3a50;
    margin-top: 0;
    margin-bottom: 20px;
}

.container-fluid.hero-sec.book-hero.con-hero {
    min-height: 400px;
    padding-top: 85px;
}

.contact-box .form-control {
    padding-left: 15px;
    border: 1px solid #adadad;
}

.add-col {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
    box-shadow: 0px 0px 10px 0px rgba(148, 148, 148, 1);
    padding: 10px;
    min-height: 160px;
    margin-bottom: 10px;
}

.add-col i {
    font-size: 50px;
    color: #ffbe00;
}

.add-col h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.add-col p {
    margin-bottom: 0px;
}

.add-box {
    max-width: 800px;
    margin: 10px auto 50px;
}

.contact-box strong {
    display: block;
    margin: 10px 0px;
}

.booking-col {
    padding: 60px 0px;
}

.booking-col h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: bold;
}

.booking-col h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3a3a50;
}

.callback .modal-header, .callback .modal-footer, .callback .modal-body {
    background-color: #84AB4D;
}

.callback small {
    color: #fff;
}

.callback .form-group i {
    top: 34px;
}

a.btn.btn-default.btn-callback {
    background-color: #27689E;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 7px 20px;
}

.found_sec {
    background-color: #EEEEEE;
}

.box_40 {
    float: left;
    width: 34%;
    background-color: #fff;
    padding: 12px 10px 15px;
}
.box_80 {
    float: left;
    width: 68%;
    background-color: #fff;
    padding: 12px 10px 15px;
}
.box_40_2 {
    border-left: 1px solid #EEEEEE;
}
.box_20 {
    float: left;
    width: 32%;
    background-color: #1b4671;
    padding: 15px 10px 56px;
    text-align: center;
    position: relative;
}
.box_head {
    font-size: 14px;
    text-align: center;
}

.main_flight_box .fcContent {
    display: table;
    margin: 10px auto 0;
}

.main_flight_box .fcContent .cont {
    display: table-cell;
}

.main_flight_box .left.cont {
    text-align: right;
}

.main_flight_box .fcContent .cont .airCode {
    color: #ef3743;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
}

.main_flight_box .fcContent .cont .time {
    color: #2f2b23;
    font-size: 22px;
    font-weight: 800;
    margin: -0.1em 0 0.05em;
}

.main_flight_box .fcContent .cont .date {
    color: #5c5953;
    font-size: 12px;
    text-transform: uppercase;
}

.main_flight_box .fcContent .middle.cont {
    text-align: center;
}

.main_flight_box .fcContent .cont.middle {
    color: #757575;
    font-size: 12px;
    padding: 0 1em;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.main_flight_box .fcContent .cont.middle .planeIcon {
    border-top: 1px dashed #cccccc;
    margin: 7px 0;
    position: relative;
    width: 100%;
}

.main_flight_box .fcContent .cont.middle .planeIcon::before, .main_flight_box .fcContent .cont.middle .planeIcon::after {
    background-color: #cccccc;
    border-radius: 10px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 3px;
}

.main_flight_box .fcContent .cont.middle .planeIcon::after {
    left: auto;
    right: 0;
}

.box_20 .price {
    color: white;
    font-size: 30px;
    font-weight: 800;
    margin: 5px 0 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.box_20 .price .pnd {
    font-weight: 300;
}

.see-more {
    background-color: #F2FAFF;
    clear: both;
    overflow: hidden;
    border-top: 1px dashed #53aae8;
}

.see-more li {
    display: inline-block;
}

.see-more ul li {
    color: #53aae8;
    float: left;
    font-size: 12px;
    font-weight: 300;
    list-style-type: none;
    padding: 5px 10px;
}

.see-more a {
    color: #1b4671;
    font-size: 12px;
    font-weight: 500;
    list-style-type: none;
    padding: 5px 10px;
    text-decoration: none !important;
}

.price1 {
    display: block;
    float: left;
    font-weight: 700;
    margin-right: 5px;
    text-align: center;
}

.main_flight_box {
    margin-bottom: 5px;
}

.main_flight_box .flight_box_inner {
    cursor: pointer;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.main_flight_box .flight_box_inner:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translate(0px, -1px);
    transition: transform 0.1s ease 0s, box-shadow 0.2s ease 0s;
    z-index: 10;

}

.flightDeal-out .flightDeal:hover .flightCol.flightCtaWrap .cta-btn.yellow-orange {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffff40 0px, #fd0 100%) repeat scroll 0 0;
    box-shadow: 0 12px 12px -8px rgba(0, 0, 0, 0.3);
    transform: translate(0px, -2px);
    transition: transform 0.2s ease 0s, box-shadow 0.2s ease 0s;
}

.box_20::before {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%22145%22%20viewBox%3D%220%200%2010%20145%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill-rule%3Aevenodd%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ecentered-title-arrow-right%3C/title%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C0%2C2%2C55l8%2C17v1L2%2C91%2C0%2C145%22/%3E%3C/svg%3E") no-repeat scroll right center / 100% auto;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 10px;
}

.box_20::after {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 16px 0 16px 10px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 0;
}

.planeIcon-in {
    position: relative;
}

.planeIcon-in:after {
    position: absolute;
    content: '';
    left: 0px;
    right: 0;
    margin: 0 auto;
    background: url("../img/aeroplane.png") no-repeat 0 0 / 16px;
    top: -8px;
    height: 16px;
    width: 16px;
}

.list-footer, .footer_address {
    list-style: none;
    padding: 0;
}

.footer_sec {
    background-color: #262626;
    padding: 40px 0;
}

.credit_cards {
    margin: 15px 0;
}

.footer_left a {
    color: #fff;
    text-decoration: none !important;
}

.address_right {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.footer_address li {
    margin-bottom: 20px;
}

.footer_address i {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: #ed1c28;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}

.thumb-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 5px;

}

.list-footer .glyphicon {
    color: #ffbe00;
    font-size: 10px;
    margin-right: 5px;
}

.list-footer > li {
    margin-bottom: 5px;
}

.list-footer > li a {
    font-size: 12px;
    letter-spacing: 0.05em;
}

.footer_sec .mb20 {
    margin: 10px 0 10px;
}

.footer_sec .logo {

    display: block;
}

.footer_sec .logo img {
    max-width: 170px;
    width: 100%;
}

.credit_cards img {
    width: 100%;
    max-width: 340px;
}

.cust_container {
    width: 1280px;
}

.found_sec .cust_col {
    padding-left: 4px;
    padding-right: 4px;
}

.found_sec .cust_col_15 {
    width: 15%;
}

.found_sec .cust_col_7 {
    width: 70%;
}

.main_flight_box .airName img {
    margin: 8px auto 0;
}

.heading_found h3 {
    color: #fff;
    padding: 10px 0 10px 70px;
    margin: 0;
}

.heading_found {
    background-color: #1b4671;
    position: relative;
    overflow: hidden;
    color: white;
    font-weight: 500;
    max-height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.heading_found::after {
    background-image: url("../img/holiday-results-sprite.png");
    background-position: 10px -114px;
    background-repeat: no-repeat;
    content: "";
    height: 26px;
    margin-left: 0;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 37px;
}

.heading_found::before {
    background-image: url("../img/holiday-results-sprite.png");
    background-position: -112px 0;
    background-repeat: no-repeat;
    height: 91px;
    margin-top: -45px;
    top: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 57px;
}

.see_68 {
    float: left;
    width: 68%;
}

.see_32 {
    float: left;
    width: 32%;
    text-align: center;
    padding: 3px 0 0;
}

.book_top_sec .heading-bottom-brd {
    border-bottom: 1px dashed #ffffff;
    border-top: 1px dashed #ffffff;
    height: 7px;
    margin: 20px auto;
    position: relative;
    width: 260px;
}

.book_top_sec .heading-bottom-brd i {
    background: #ee3435 none repeat scroll 0 0;
    border: 3px solid #ffffff;
    border-radius: 100%;
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -8px;
    width: 20px;
}

.flight-list-v2 .airline {
    padding: 20px 0;
}

.flight-list-v2 .departure {
    text-align: right;
}

.flight-list-v2 h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0;
}

.pe-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.flight-list-v2 .bold {
    font-weight: normal;
}

.flight-list-v2 h5 {
    color: #0a3152;
    font-size: 13px;
    margin: 5px 0;
}

.stop-duration {
    padding: 15px;
}

.flight-direction::before {
    background: #e6e6e6;
    border-radius: 50%;
    color: #0a3152;
    content: "";
    height: 15px;
    left: -2px;
    position: absolute;
    top: -7px;
    width: 15px;
}

.flight-direction::after {
    background: #e6e6e6;
    border-radius: 50%;
    color: #0a3152;
    content: "";
    height: 15px;
    position: absolute;
    right: -2px;
    top: -7px;
    width: 15px;
}

.flight-direction {
    border: 1px solid #e6e6e6;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.flight-list-v2 .duration {
    margin-top: 5px;
}

.flight-list-v2 .stop {
    background: #e6e6e6;
    border-radius: 50%;
    height: 15px;
    margin-left: 47%;
    margin-top: -8px;
    width: 15px;
}

.flight-list-v2 .stop-box {
    border: 1px solid #e6e6e6;
    margin-left: 36%;
    margin-top: 6px;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    width: 70px;
    z-index: 1;
}

.flight-list-v2 .stop-box::before {
    background: #EEEEEE;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    content: "";
    height: 10px;
    left: 42%;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    width: 10px;
}

.book_inquiry h2 {
    margin-bottom: 0;
}

.price_match {
    text-align: center;
    margin: 0 0 40px;
}

.price_match img {
    margin: 0 auto;
}

.banner_img_sec {
    padding: 30px 0 100px;
    text-align: center;
}

.featured-deal > a {
    color: #333;
    text-decoration: none;
}

.banner_img_sec .image-holder {
    display: inline-block;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8e8e8e !important;
  font-weight:500 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8e8e8e !important;
  font-weight:500 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8e8e8e !important;
  font-weight:500 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8e8e8e !important;
  font-weight:500 !important;
}
#flight_date::-webkit-input-placeholder{
    color: #4f4b4b !important;    
    font-weight:600 !important;
}
.flight-search-icon{
    position: fixed;
    right: 0px;
    z-index: 900;
    top: 170px;    
}
.flight-search-icon img {
    max-width: 100px;
}
.twitter-typeahead {
    display: block !important;
}
span.twitter-typeahead .tt-menu, span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000 !important;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    top: 56px !important;
    width: 100%;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 6px 7px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
}
span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    background-color: #ffbe00;
}
.modal-open {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  padding-right: 0!important;
}
.main_flight_box .btn {
    font-size: 17px;
}
select::-ms-expand {
    display: none;
}
.mobile-icon{
    display:none;
}
.flight-inquiry-done .fa-check-circle {
    font-size: 28px;
    color: #ffbe00;
}
.flight-inquiry-done h2 {
    color: #fff;
    font-size: 25px;
    margin: 8px 0px 32px;
}
.flight-inquiry-done p {
    color: #fff;
}
.contact-call a {
    font-size: 17px;
    color: #fff;
    padding: 6px;
}
.contact-call .fa {
    margin-right: 5px;
    color: #fff;
}
.contact-call .btn {
    padding: 0px 7px;
}
select::-ms-expand { /* for IE 11 */
    display: none;
}
.call span {
    font-size: 9px;
    font-weight: 500;
}
.callback .modal-header, .callback .modal-footer,.callback .modal-body {
    background-color: #84AB4D;
}
.callback small {
    color: #fff;
}
.callback .form-group i {
    top: 34px;
}
.rqt-modal .btn-book {
    background-color: #26699f;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 7px 20px;
}
.rqt-modal .modal-header, .rqt-modal .modal-footer, .rqt-modal .modal-body, .rqt-modal .modal-content {
    background-color: #84ac4d;
}
.rqt-modal .form-control {
    height: 38px;
    padding-left: 15px;
    font-weight: normal;
}
.rqt-modal textarea.form-control {
    height: 80px;
}
.rqt-modal .modal-dialog {
    max-width: 400px;
}
@media (min-width:767px){
.test-travler .checkbox {
    margin-top: -11px !important;
}
}

@media (max-width:520px){
    
    .flight-search-icon img {
    max-width: 70px !important;
}
.container-fluid.hero-sec.results {
    background-position:center center!important;
    padding-bottom: 0px !important;
    padding-top: 70px !important;
    min-height: auto;
}
.adt-sec .dropdown-menu {
   left:0px !important;
   min-width: 100% !important;
}
    .flight_box .pricing {
    text-align: right !important;
}

.flight_box .ft_right .inner_rt {
    float: right !important;
    margin-right: 4px;
}
.results h3 {
    font-size: 26px !important;
}
.flight-inquiry-done h2 {
    font-size: 15px !important;
}
.flight-inquiry-done p {
    font-size: 11px !important;
}
.contact-call a {
    font-size: 11px;
    line-height: 2em;
}
.contact-call .btn {
    padding: 0px 0px !important;
    background: none !important;
    border: 0px !important;
    text-decoration: underline;
}
.flight_box .ft_date > strong {
    font-size: 13px !important;
}
.daterangepicker.opensright:after {
    left: 139px !important;
}
.daterangepicker {
    width: 251px !important;
    padding: 7px 2px !important;
}
.flight_box .code {
    font-size: 19px !important;
}
.dropdown-menu .adult:before {
    content: "adults";
    color: #a30046;
    display: block;
    margin: -6px 0px 0px;
    font-size:12px;
}
.dropdown-menu .children:before {
    content: "children";
    color: #a30046;
    display: block;
    margin: 3px 0px 0px;
    font-size:12px;
}
.dropdown-menu .infant:before {
    content: "infant";
    color: #a30046;
    display: block;
    margin: 3px 0px 0px;
    font-size:12px;
}
.call_banner .promoNumber {
    font-size: 24px !important;
    position: inherit !important;
    top: 0px !important;
    display: inline-block;
}
.call_banner .btn-info {
    display: block;
    margin: 0 auto;
}
.test-travler .checkbox {
    margin-top: -22px !important;
}
.ar-p {
    background: none !important;
        margin: 9px 0px  !important;
    padding: 0px !important;
}
}
@media (max-width:768px) and (min-width:667px){
.test-travler input.qtyminus, .test-travler input.qtyplus {
    height: 18px !important;
    width: 16px !important;
}
.test-travler input.qtyplus {
    top: -34px !important;
}
.test-travler input.qtyminus {
    top: 22px !important;
}
}
@media (max-width:768px){
    
    .flight_box .ft-left {
    width: 18% !important;
    text-align: center;
}
.cc-window .cc-message {
    font-size: 13px !important;
}
.contact-call .btn {
    padding: 0px 0px !important;
    background: none !important;
    border: 0px !important;
    text-decoration: underline;
}
.adt-sec input {
    max-width: 18px;
    height: 18px;
    font-size: 11px !important;
    padding: 0px !important;
}
input.qtyminus, input.qtyplus {
    width: 13px;
    height: 17px;
    padding: 0;
}
.adt-sec .dropdown-menu {
    left: 0px !important;
    min-width: 100% !important;
    width:100% !important;
}
.call_banner p{
    font-size: 14px !important;
}
.call_banner {
    padding: 0px !important;
}
.call_banner .promoNumber {
    font-size: 27px !important;
}
.call_banner .btn-info {
        font-size: 13px !important;
    background: #0f4150;
}
.layer-1 {
    background-position: center !important;
    background-attachment: fixed !important;
}
}
@media (max-width:670px){
.airline-nav .mobile-icon {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 10px !important;
    right: 26px;
    font-size: 31px;
    color: #1b1600;
}
.mobile-icon {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 6px !important;
    right: 26px;
    font-size: 31px;
    color: #1b1600;
}
.airline-nav .mobile-icon:before{
content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
        top: 12px;
    right: 3px;
    background: #78e835;
}
img.silk-logo {
    max-width: 35px;
    margin-top: 0px !important;
}

.airline-nav .mobile-icon a {
    color: #fff;
    position: absolute;
    top: 4px;
    right: 5px;
}
.customer-login.customer-login-mobile {
    position: absolute;
    right: 0px;
    background: none;
    margin: 0px;
}
.customer-login-mobile h5 {
        color: #174400 !important;
    text-decoration: underline;
    font-size: 10px !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 4px 4px !important;
    margin-top: 8px;
    margin-right: 18px !important;
}
}
.customer-login {
    float: left;
    padding: 3px 9px 1px;
    background: #347b07;
    color: #fff;
    margin-top: 12px;
    margin-left: 167px;
    border-right: 1px solid #fff;
}
.customer-login h5 {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    line-height: 1.8em;
    margin: 0px;
}
.customer-login .fa-user {
    margin-right: 7px !important;
    font-size: 14px;
    width: 21px;
    height: 21px;
    line-height: 22px;
    background: #a30046;
    text-align: center;
    color: #ffffff;
    border-radius: 31px;
}
.customer-login h5:hover {
   text-decoration:underline;
   color: #a30046;
}
.customer-login:hover {
    background: #ffde7e;
}
.secure-logo {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 9000;
}
.cc-banner {
    background: rgba(58, 58, 80, 0.58) !important;
}
.cc-banner .cc-message {
    text-align: center !important;
	    font-size: 14px;
}
.cc-window.cc-banner {
    padding: 3px !important;
	}	
.cc-banner .cc-btn:last-child {
    padding: 0px 27px !important;
}	
.online-results .btn.btn-default.btn-book {
    padding: 6px;
    display: block;
    margin: 0 auto;
}
.online-results .return .pricing h5 {
    margin: 0;
}
.clear-padding {
    padding: 0px;
}
.online-results .arrow:after {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 9px;
    color: #a30046;
    font-size: 13px;
}
.online-results .arrow {
    font-size: 15px;
}
.online-results .booking-item-destination {
    font-weight: 600;
}
.call_banner:before {
    -webkit-animation: ringNaja 1.6s linear infinite;
    animation: ringNaja 1.6s linear infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: url(../img/phone-call.png) no-repeat;
    width: 36px;
    height: 36px;
    content: '';
    display: inline-block;
    margin-right: 20px;
}
.call_banner {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f9fe;
    background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
    background: -webkit-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%);
    background: #f2f2f2;
    border: 2px solid #a30046;
    border-radius: 8px;
}
@-webkit-keyframes ringNaja { 0% { -webkit-transform: scale(1); transform: scale(1); }
  12.5% { -webkit-transform: scale(0.9) rotate(-8deg); transform: scale(0.9) rotate(-8deg); }
  25% { -webkit-transform: scale(0.9) rotate(-8deg); transform: scale(0.9) rotate(-8deg); }
  37.5% { -webkit-transform: scale(1.3) rotate(8deg); transform: scale(1.3) rotate(8deg); }
  50% { -webkit-transform: scale(1.3) rotate(-8deg); transform: scale(1.3) rotate(-8deg); }
  62.5% { -webkit-transform: scale(1.3) rotate(8deg); transform: scale(1.3) rotate(8deg); }
  75% { -webkit-transform: scale(1.3) rotate(-8deg); transform: scale(1.3) rotate(-8deg); }
  87.5% { -webkit-transform: scale(1.3) rotate(8deg); transform: scale(1.3) rotate(8deg); }
  100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } }

@keyframes ringNaja { 0% { -webkit-transform: scale(1); transform: scale(1); }
  12.5% { -webkit-transform: scale(0.9) rotate(-8deg); transform: scale(0.9) rotate(-8deg); }
  25% { -webkit-transform: scale(0.9) rotate(-8deg); transform: scale(0.9) rotate(-8deg); }
  37.5% { -webkit-transform: scale(1.3) rotate(8deg); transform: scale(1.3) rotate(8deg); }
  50% { -webkit-transform: scale(1.3) rotate(-8deg); transform: scale(1.3) rotate(-8deg); }
  62.5% { -webkit-transform: scale(1.3) rotate(8deg); transform: scale(1.3) rotate(8deg); }
  75% { -webkit-transform: scale(1.3) rotate(-8deg); transform: scale(1.3) rotate(-8deg); }
  87.5% { -webkit-transform: scale(1.3) rotate(8deg); transform: scale(1.3) rotate(8deg); }
  100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } }
  
.call_banner strong {
    color: #3d3d3d;
    font-weight: 600 !important;
}
.call_banner .promoNumber {
    font-weight: 900;
    color: #a30046;
    font-size: 30px;
    position: relative;
    top: 4px;
    text-decoration: underline;
}
.call_banner p {
    font-size: 17px;
    margin: 0px;
}
.call_banner .btn-info {
    position: relative;
    top: -3px;
	background:#0f4150;
}
.flight-details-header h5 {
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    font-size: 16px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8e8e8e;
  font-weight: 600;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8e8e8e;
  font-weight: 600;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8e8e8e;
  font-weight: 600;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8e8e8e;
  font-weight: 600;
}
.daterangepicker th.next.available, .daterangepicker th.prev.available {
    background: #ffbe00;
}
.daterangepicker input:active, .daterangepicker input:focus{
    border: 2px solid #a30046;
    box-shadow: none;
}
.rqt-modal .radio {
    padding-top: 9px;
    padding-left: 27px;
    background: rgba(241, 241, 241, 0.43);
    height: 32px;
    margin: 0px 0px 5px;
    border-radius: 3px;
}
.rqt-modal label {
    color: #fff;
    font-weight: 600;
}
.rqt-modal p {
    color: #fff;
    margin-top: 9px;
    font-weight: 300;
    margin-bottom: 0px;
}
.rqt-modal h4 {
    font-weight: 600;
    letter-spacing: 1px;
}
.popup-detail-inner-box {
    width: 100%;
    float: left;
    padding: 10px;
    position: relative;
    margin: 50px 0 0;
    -webkit-box-shadow: 0 0 7px 0 rgba(50, 50, 50, .2);
    -moz-box-shadow: 0 0 7px 0 rgba(50, 50, 50, .2);
    box-shadow: 0 0 7px 0 rgba(50, 50, 50, .2);
}
.popup-detail-inner-box .heading-tag {
    margin: 0;
    position: absolute;
    top: -32px;
    left: 0;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 8px 30px 8px 15px;
    border-radius: 0 50px 0 0;
    background: #3a45b7;
    background: -moz-linear-gradient(top, rgba(58, 69, 183, 1) 0, rgba(5, 7, 68, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(58, 69, 183, 1) 0, rgba(5, 7, 68, 1) 100%);
    background: linear-gradient(to bottom, rgba(58, 69, 183, 1) 0, rgba(5, 7, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a45b7', endColorstr='#050744', GradientType=0);
}
.popup-detail-inner-box h2 {
    margin: 0;
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px dashed #d6d6d6;
    font-weight: bold;
    color: #940341;
}
.popup-detail-inner-box h3 {
    margin: 10px 0;
    display: inline-block;
    font-size: 12px;
    color: #adadad;
}
.popup-detail-inner-box h3 b {
    color: #000;
}
.popup-detail-inner-box p small {
    font-weight: 400;
    color: #c7c7c7;
    margin-bottom: 8px;
    display: inline-block;
}
.popup-detail-inner-box p {
    font-size: 12px;
    margin: 0 0 4px;
    font-weight: 700;
    line-height: 8px;
    position: relative;
}
.popup-detail-inner-box span.map-side-icon {
    border-right: 1px solid #07253f;
    padding-right: 20px;
    position: relative;
    padding-top: 5px;
}
.popup-detail-inner-box span.map-side-icon:before {
    content: '';
    width: 8px;
    height: 1px;
    background: #07253f;
    position: absolute;
    right: 0;
    top: 0;
}
.popup-detail-inner-box span.map-side-icon:after {
    content: '';
    width: 8px;
    height: 1px;
    background: #07253f;
    position: absolute;
    right: 0;
    bottom: 0;
}
.inner-map-airline-group {
    width: 100%;
    float: left;
    margin: 0 0 0px;
}
.popup-detail-inner-box .marker-dep{
    position: absolute;
    top: -36px;
    right: -14px;
    font-size: 17px;
}
.popup-detail-inner-box .marker-arv {
    position: absolute;
    top: -26px;
    right: -14px;
    font-size: 17px;
}
.fa-map-marker:before {
    content: "\f041";
}
.popup-detail-inner-box span {
    padding: 4px 0 0;
}
.flight-airline-details {
    width: 100%;
    float: right;
    height: 44px;
    margin: 0 0 12px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, rgba(232, 232, 232, 1) 0, rgba(247, 247, 247, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(232, 232, 232, 1) 0, rgba(247, 247, 247, 1) 100%);
    background: linear-gradient(to right, rgba(232, 232, 232, 1) 0, rgba(247, 247, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#f7f7f7', GradientType=1);
    padding: 5px 0px;
}
.airline-small-logo {
    width: 25px;
    height: 25px;
    float: left;
    margin: 1px 0 0 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}
.airline-small-logo img {
    width: 100%;
    height: 100%;
}
.flight-airline-details h4 {
    font-size: 12px;
    font-weight: 700;
    margin: 0px 5px;
}
.flight-airline-details p {
    font-size: 10px !important;
    font-weight: 400 !important;
    margin: -10px 0 0 35px !important;
    float: left;
    color: #0f1259;
    clear: both;
}
.flight-airline-details.color-change {
    background: #ffe4bf;
    background: -moz-linear-gradient(left, rgba(255, 228, 191, 1) 0, rgba(255, 245, 235, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 228, 191, 1) 0, rgba(255, 245, 235, 1) 100%);
    background: linear-gradient(to right, rgba(255, 228, 191, 1) 0, rgba(255, 245, 235, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4bf', endColorstr='#fff5eb', GradientType=1);
    height: 35px;
}
.flight-details .modal-body {
    padding: 17px;
}
.popup-detail-inner-box .heading-tag.return-tag {
    background: #ff4f38;
    background: -moz-linear-gradient(top, rgba(255, 79, 56, 1) 0, rgba(238, 52, 53, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 79, 56, 1) 0, rgba(238, 52, 53, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 79, 56, 1) 0, rgba(238, 52, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4f38', endColorstr='#ee3435', GradientType=0);
}
.flight-airline-details .stop-dest {
    font-size: 10px !important;
    font-weight: 400 !important;
    margin: -7px 0 0 5px !important;
    clear: both;
    float: left;
    color: #d00000;
}
.flight-airline-details .cabin {
    float: left;
    clear: both;
    font-size: 9px;
    margin-left: 35px;
    padding: 0px;
}
.flight-airline-details .total-dur {
    display: block;
    padding: 0px;
    font-size: 8px;
    margin-bottom: 3px;
    text-align: right;
}
.arrives-btm {
    border-top: 1px solid #e8e8e8;
    width: 100%;
    margin: 25px auto 0px;
}
.popup-detail-inner-box i.fa.fa-long-arrow-right {
    color: #000;
    margin: 0px 8px;
}
.dept-time{
    margin-bottom:25px !important;
}
input[type=radio] {
    outline-color: transparent !important; 
}

.radio-inline input[type="radio"]:checked::before, .checkbox input[type="checkbox"]:checked::before {
    width: 20px;
    position: absolute;
    content: "\f00c";
    display: inline-block;
    font-size: 14.66667px;
    text-align: center;
    line-height: 19px;
    font-family: FontAwesome;
	color: #fff;
}
.radio-inline input[type="radio"], .checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 20%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    top: 6.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}
.radio-inline input[type="radio"]:checked::after, .checkbox input[type="checkbox"]:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
}
.radio-inline input[type="radio"]:checked, .checkbox input[type="checkbox"]:checked {
    background: #ed1c28;
}
.rdo label, .checkbox label{
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.test-travler span {
    color: #fff;
    font-weight: 600;
    position: relative;
    top: -5px;
	letter-spacing: 1px;
}
.test-travler .qty {
    width: 100%;
    text-align: center;
    position: relative;
    height: 36px;
    top: -8px;
    border: 2px solid #ececec;
}
.test-travler input.qtyminus {
    position: absolute;
    top: 19px;
    right: 16px;
    z-index: 5;
	height: 24px;
    width: 22px;
}
.test-travler input.qtyplus {
    position: relative;
    top: -37px;
    left: 1px;
    height: 24px;
    width: 22px;
}
div#tl_popupCL1 {
    top: -200px !important;
}
/*========= Social Btn ===============*/
.socail-btn {
    bottom: 10px;
    display: none;
    right: -100px;
    z-index: 99999;
    width: 100%;
    position: fixed;
}
.socail-btn.active{
    display: block;
}
.socail-btn ul li {
    display: inline-block;
    padding: 0 15px;
    width: 32.3%;
}
.socail-btn ul li img {
    width: 50px;
}
.socail-btn ul li:nth-child(2){
    text-align: center;
}


/*========= Desktop Social Btns =========*/

.btns-group {
    width: 126px;
    display: table;
    margin: 10px auto 0;
}
.socialBtn1 {
    background-color: rgb(69, 90, 100);
    padding: 7.5px 2px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.socialBtn2 {
    background: #29b6f6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 3.5px 2px;
    font-size: 20px;
    color: #282217;
}
.btns-group a {
    float: left;
    width: 50%;
    text-align: center;
}
.socialBtn2 i {
    -webkit-transform: rotate(-100deg);
    -moz-transform: rotate(-100deg);
    -ms-transform: rotate(-100deg);
    -o-transform: rotate(-100deg);
     transform: rotate(-100deg);
}

.socialBtn1 img {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.mobileBox .price{
    margin: 5px 0;
}
.main_flight_box .box_20{
    padding-bottom: 27px;
    padding-top: 9px;
}
.ar-p {
display: block;
    margin: 10px auto;
    border-radius: 5px;
}


.vs{
    background-image: url(../img/airline-bg/VS.png) !important;
}
.ba{
    background-image: url(../img/airline-bg/BA.png) !important;
}
.af{
    background-image: url(../img/airline-bg/AF.png) !important;
}
.aa{
    background-image: url(../img/airline-bg/AA.png) !important;
}
.kq{
    background-image: url(../img/airline-bg/KQ.jpg) !important;
}
.lh{
    background-image: url(../img/airline-bg/LH.png) !important;
}
.sn{
    background-image: url(../img/airline-bg/SN.png) !important;
}
.lh{
    background-image: url(../img/airline-bg/LH.png) !important;
}
.cx{
    background-image: url(../img/airline-bg/CX.png) !important;
}


.navbar-default .flight-nav > li > a {
    color: #fff;
    font-size: 21px !important;
}
.flight-nav li {
    margin-right: 23px !important;
}
.airline-nav {
        padding: 10px 0px;
}
