html,
body {
    height: 100%;
}

body {
    background: #fff;
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div,
a,
ul,
li,
nav,
input,
select,
button {
    outline: none !important;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.row {
    white-space: normal;
}

.orgrow {
    margin: 0 -15px;
}

/*.robotolight{font-weight:300;}
.robotomedium{font-weight:500;}*/
.nopad {
    padding: 0;
}

.topssec {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 70px;
    position: relative;
    width: 100%;
    z-index: 10000000;
}

.topssec::after {
    background: url("../images/shadow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    bottom: -45px;
    content: "";
    height: 45px;
    position: absolute;
    width: 100%;
}

.logo {
    /* float:left; */
    margin-right: 20px;
    min-width: 300px;
    padding: 7px 0;
}

.logo img {
    transition: all 400ms ease-in-out 0s;
}

.ritsude {
    float: right;
    padding: 10px 0;
}

.sidebtn {
    float: left;
    position: relative;
}

.topa {
    border: 1px solid #eee;
    border-radius: 3px;
    float: left;
    height: 50px;
    margin-left: 15px;
    padding: 0 10px;
}

.userimage {
    background: none repeat scroll 0 0 #eee;
    border-radius: 30px;
    float: left;
    height: 40px;
    margin: 4px 10px 0 0;
    text-align: center;
    overflow: hidden;
    width: 40px;
}

.userimage img {
    min-height: 40px;
    width: 100%;
}

.reglog {
    display: block;
    min-width: 170px;
    overflow: hidden;
    position: relative;
}

.userorlogin {
    color: #0c5a98;
    display: block;
    font-size: 14px;
    line-height: 48px;
    overflow: hidden;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

.userorlogin strong {
    color: #283891;
    display: block;
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
}

.caret.cartdown {
    color: #ccc;
    position: absolute;
    right: 6px;
    top: 24px;
}

.flags {
    float: left;
    margin: 15px 30px 0 10px;
}

.reglognorml {
    display: block;
    position: relative;
    overflow: hidden;
}

.menubtn {
    float: left;
}

.menumain {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 13px 10px;
}

.menumain .icon-bar {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    display: block;
    height: 3px;
    margin: 6px 0;
    overflow: hidden;
    width: 30px;
}

.sidebtn .dropdown-menu.exploreul {
    box-shadow: 0 4px 10px -3px #000;
    margin-top: -1px;
    padding: 0;
}

.sidebtn .dropdown-menu.exploreul::before {
    background: url("../images/sprite1.png") no-repeat scroll -525px 0 rgba(0, 0, 0, 0);
    content: "";
    height: 15px;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    top: -11px;
    width: 28px;
}

.rltvht {
    position: relative;
    height: 100%;
    z-index: 100;
}

.srchinarea {}

.nav-tabs.customtab {
    border: 0;
}

.nav-tabs.customtab li {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top;
}

.nav-tabs.customtab li a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 0 none;
    border-radius: 0;
    color: #333;
    display: table;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    white-space: nowrap;
}

.morefa.fa {
    color: #666;
    font-size: 14px;
    width: 20px;
}

.nav-tabs.customtab li a span {
    display: table-cell;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.nav-tabs.customtab li.active a,
.nav-tabs.customtab li.active a:hover {
    border: 0;
}

.nav-tabs.customtab li.active a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
}

.captngrp {
    display: block;
    margin: 8% 0;
    overflow: hidden;
}

.bigcaption {
    color: #fff;
    display: block;
    font-size: 58px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.smalcaptn {
    color: #fff;
    display: block;
    font-size: 30px;
    overflow: hidden;
    text-align: center;
}

.secndblak {
    float: left;
    width: 100%;
}

.sprte {
    background: url(../images/sprite1.png) no-repeat 0 0;
}

.sidebord {
    /* border-right:1px solid #d8d8d8; */
}

.nav-tabs.tabstab {
    border: medium none;
}

.nav-tabs.tabstab>li {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    margin: 0 2px 0 0;
    transition: all 400ms ease-in-out;
}

.nav-tabs.tabstab>li>a {
    border: medium none;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    line-height: 50px;
    margin: 0;
    padding: 0 30px;
}

.nav-tabs.tabstab li.active a,
.nav-tabs.tabstab>li>a:hover,
.nav-tabs.tabstab>li>a:focus {
    background: #c6e254;
    border: none;
    color: #000;
    text-decoration: none;
}

.nav-tabs.tabstab li.active {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}

.nav-tabs.tabstab li:hover {
    background: none repeat scroll 0 0 rgba(18, 3, 30, 0.7);
}

.sprte.iconcmn {
    margin-right: 12px;
}

.sprte.icnhnflight {
    background-position: 2px 14px;
    transition: all 400ms ease-in-out;
}

.sprte.icnhtl {
    background-position: -138px 14px;
    transition: all 400ms ease-in-out;
}

.sprte.icntrain {
    background-position: -214px 14px;
    transition: all 400ms ease-in-out;
}

.sprte.icnhnbus {
    background-position: -273px 14px;
    transition: all 400ms ease-in-out;
}

.sprte.icnhnhlydy {
    background-position: -401px 14px;
    transition: all 400ms ease-in-out;
}

/* .nav-tabs.tabstab li:hover .sprte.icnhnflight,
.nav-tabs.tabstab li.active .sprte.icnhnflight{background-position:2px -66px;transition:all 500ms ease-in-out;}
.nav-tabs.tabstab li:hover .sprte.icnhtl,
.nav-tabs.tabstab li.active .sprte.icnhtl{background-position:-138px -68px;transition:all 500ms ease-in-out;}
.nav-tabs.tabstab li:hover .sprte.icntrain,
.nav-tabs.tabstab li.active .sprte.icntrain{background-position:-214px -67px;transition:all 500ms ease-in-out;}
.nav-tabs.tabstab li:hover .sprte.icnhnbus,
.nav-tabs.tabstab li.active .sprte.icnhnbus{background-position:-273px -68px;transition:all 500ms ease-in-out;}
.nav-tabs.tabstab li:hover .sprte.icnhnhlydy,
.nav-tabs.tabstab li.active .sprte.icnhnhlydy{background-position:-401px -68px;transition:all 500ms ease-in-out;} */
.alladvnce {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    /* border-bottom:1px dashed #fff; */
    color: #435b5b;
    cursor: pointer;
    float: left;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
    width: 96%;
    background: #ffffff;
    margin-bottom: 25px;
    font-weight: 500;
    border-radius: 10px !important;
    border: 1px solid #c4c4c4;
}

.alladvnce::after {
    content: "\f078";
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #435b5b;
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 42px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.advncedown::before {
    content: "\f0d8";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 45px;
    position: absolute;
    right: 50px;
    top: -30px;
}

.advncedown {
    display: none;
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px -5px #000;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 55px;
    width: auto;
    transition: all 400ms ease-in-out;
    z-index: 10000;
}

.advncedown.fadeinn {
    display: block;
}

.scroladvc {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.adscrla {
    color: #444;
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.advncedown.spladvnce {
    left: 0;
}

.iconcmn {
    float: left;
    height: 50px;
    width: 40px;
    margin-top: -5px;
}

.nopad {
    padding: 0;
}

.tabspl {
    float: left;
    padding: 0;
    width: 100%;
}

.tabrow {
    /* margin: 0 -5px;*/
}

.lablform {
    color: #61948e;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: -10px;
    background: #ffffff;
    z-index: 10;
    padding: 1px 5px;
    font-weight: 500;
}

.deprtures::before {
    content: "\f072";
    bottom: 0;
    color: #015496;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    height: 50px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.destinatios::before {
    content: "\f072";
    bottom: 0;
    color: #015496;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 40px;
}

.plcetogo {
    position: relative;
}

.plcemark::before {
    content: "\f041";
    bottom: 0;
    color: #015496;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.datemark::before {
    content: "\f073";
    bottom: 0;
    color: #015496;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.nitmark::before {
    content: "\f186";
    bottom: 0;
    color: #d1bd9c;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.selctmark::after {
    content: "\f078";
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    color: #999;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 50px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.normalsel {
    border: 1px solid #fff;
    display: block;
    height: 50px;
    overflow: hidden;
    width: 100%;
}

.normalinput::-webkit-input-placeholder {
    color: #666;
}

.normalinput:-moz-placeholder {
    color: #666;
}

.normalinput::-moz-placeholder {
    color: #666;
}

.normalinput:-ms-input-placeholder {
    color: #666;
}

.normalinput::-ms-input-placeholder {
    color: #666;
}

.normalinput:placeholder-shown {
    color: #666;
}

.padselct {
    color: #666;
    font-size: 15px;
    padding: 0 20px 0 40px;
    text-align: center;
}

.normalinput {
    border: 1px solid #c4c4c4;
    color: #333;
    display: block;
    font-size: 15px;
    height: 50px;
    overflow: hidden;
    padding: 0 10px 0 40px;
    width: 100%;
    border-radius: 10px !important;
    background: #ffffff !important;
    margin-bottom: 10px;
}

.tab-content.custmtab {
    float: left;
    width: 100%;
}

.padfive {
    padding: 0 5px;
}

.totlall {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c4c4c4;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    margin-bottom: 6px;
    border-radius: 10px;
}

.totlall::after {
    content: "\f078";
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    color: #999;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 46px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    border-radius: 10px;
}

.remngwd {}

.roomcount {
    display: none;
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px -5px #000;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 55px;
    width: auto;
    transition: all 400ms ease-in-out;
    z-index: 10000;
}

.roomcount.fadeinn {
    display: block;
}

.inallsn {
    display: table;
    width: 100%;
}

.oneroom {
    display: table-cell;
    min-width: 250px;
    padding: 14px;
    vertical-align: top;
}

.oneroom.fltravlr {}

.oneroom.fltravlr .roomrow {}

.oneroom.fltravlr .celroe {}

.roomrow {
    display: table;
    width: 100%;
}

.celroe {
    display: table-cell;
    padding: 10px;
    float: none;
    vertical-align: middle;
}

.agemns {
    color: #666;
    display: block;
    font-size: 11px;
    overflow: hidden;
}

.countmore {
    min-width: 130px;
}

.centertext {
    text-align: center;
}

.padselctsmal {}

.chilagediv {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
}

.normalsel.padselctsmal {
    border: 1px solid #ddd;
    height: 30px;
    padding: 0 5px;
}

.chldrnage {
    color: #666;
    display: block;
    font-size: 13px;
    margin: 0 0 5px 10px;
    overflow: hidden;
}

.selctmarksml::after {
    background: none repeat scroll 0 0 #fff;
    bottom: 1px;
    color: #999;
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 25px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 30px;
}

.addrooms {
    color: #bc760c;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin: 12px 0 0;
}

.addrooms .fa {
    margin-right: 6px;
}

.roomone {
    background: none repeat scroll 0 0 #eee;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center;
}

.roomcount::before {
    content: "\f0d8";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 45px;
    position: absolute;
    right: 50px;
    top: -30px;
}

.nav-tabs.customtab li .dropdown-menu {
    left: auto;
    right: 0;
}

.nav-tabs.customtab li .dropdown-menu li {
    display: block;
    overflow: hidden;
}

.nav-tabs.customtab li .dropdown-menu li a {
    height: auto;
    line-height: 35px;
    width: 100%;
}

.searchsbmt {
    background-image: linear-gradient(to right, #005397 0%, #76c045 51%, #76c045 100%);
    border: medium none;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px 0 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.searchsbmtfot {
    position: relative;
    /*background-color: linear-gradient(to right, #d41c24 0%, #54726e 51%, #719792 100%); */
    background: #d41c24 url(../images/search11.png) center center no-repeat;
    background-size: 54%;
}

.searchsbmt:hover {
    background: #5a5d39;
}

.contentarae {
    background: none repeat scroll 0 0 #fff;
    float: left;
    position: relative;
    width: 100%;
}

.sectionone {}

.relfst {
    position: relative;
    height: 100%;
}

.cmsun {
    color: #fff;
    display: block;
    font-size: 20px;
    overflow: hidden;
    padding: 20px;
}

.advncebtn {
    float: left;
    padding: 15px 20px 0 0;
    display: none;
}

.togleadvnce.open .advncebtn {
    background: none repeat scroll 0 0 #dc9d00;
    cursor: pointer;
    margin: 0px 10px 0 0;
    padding: 6px 10px;
    text-align: center;
}

.togleadvnce.open .advncebtn::after {
    content: "\f053";
    color: #231f20;
    font-family: "FontAwesome";
    font-size: 26px;
    line-height: 38px;
}

.togleadvnce.open .advncebtn .labladvnce {
    display: none;
}

.advsncerdch {
    display: none;
    margin: 0px 0 0;
    width: 100%;
    /* background: #ccc; */
}

.togleadvnce.open .advsncerdch {
    display: block;
}

.labladvnce {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}

.labladvnce::after {
    content: "\f054";
    color: #999;
    font-family: "FontAwesome";
    font-size: 11px;
    margin-left: 5px;
}

.seladvnce {
    display: block;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}

.seladvnce::after {
    content: "\f078";
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    color: #999;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 40px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.advnceopton {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #666;
    float: left;
    font-size: 15px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}

.htldeals {
    background: none repeat scroll 0 0 #fff;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.pagehdwrap {
    display: block;
    overflow: hidden;
    margin: 0 0 15px;
}

.pagehding {
    color: #444;
    display: block;
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
}

.subpagehd {
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.tophtls {
    display: block;
    margin: 0 -4px;
    overflow: hidden;
}

.sections {
    display: table;
    width: 100%;
}

.secone {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.imgsec {
    background: none repeat scroll 0 0 #eee;
    display: block;
    height: 200px;
    margin: 4px;
    overflow: hidden;
    transition: all 400ms ease-in-out;
}

.imgsec img {
    width: 100%;
    min-height: 200px;
}

.imgseco img,
.imgsec img,
.imgeht img,
.imgeht2 img,
.imagerespot img {
    transition: all 400ms ease-in-out;
}

.imgsec:hover img,
.imgseco:hover img,
.imgeht:hover img,
.imgeht2:hover img,
.imagerespot:hover img {
    transform: scale(1.2);
    transition: all 400ms ease-in-out;
}

.htlhd {
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 25px 0 10px;
    overflow: hidden;
    text-align: center;
}

.starimg {
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
}

.cityname {
    color: #eee;
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-align: center;
}

.priceft {
    color: #fff;
    display: block;
    font-size: 26px;
    margin: 15px 0 0;
    overflow: hidden;
    text-align: center;
}

.priceft strong {
    font-size: 14px;
    font-weight: normal;
}

.pernit {
    color: #ccc;
    display: block;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
}

.bluecolor {
    background: none repeat scroll 0 0 #283891;
    float: left;
    margin: 4px;
    min-height: 200px;
    width: calc(100% - 8px);
}

.leftrit {
    position: relative;
}

.leftrit::after {
    font-family: "FontAwesome";
    color: #283891;
    font-size: 50px;
    line-height: 200px;
    position: absolute;
    top: 0;
}

.leftrit.leftarrow::after {
    content: "\f0d9";
    left: -15px;
}

.leftrit.ritarrow::after {
    content: "\f0da";
    right: -15px;
}

.secto {}

.imgseco {
    display: block;
    height: 291px;
    margin: 4px;
    overflow: hidden;
}

.imgseco img {
    width: 100%;
}

.norseco {
    float: left;
    position: relative;
    width: 100%;
}

.colorb {
    background: none repeat scroll 0 0 #283891;
    display: table;
    margin: 4px;
    overflow: hidden;
    width: calc(100% - 8px);
}

.netcell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.norseco::after {
    font-family: "FontAwesome";
    content: "\f0d8";
    color: #283891;
    font-size: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40px;
}

.sedehtl {
    padding: 15px;
}

.sedehtl .htlhd,
.sedehtl .starimg,
.sedehtl .cityname {
    text-align: left;
}

.sedehtl .htlhd {
    margin: 0 0 10px;
}

.ritdet .priceft {
    margin: 0;
}

.perhldys {
    background: #f9f8fa;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.pagehding.leftpgr {
    text-align: left;
}

.retmnus {
    display: block;
    margin: 0 -8px;
}

.inspd {
    display: block;
    margin: 8px;
    overflow: hidden;
}

.imgeht {
    display: block;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.imgeht img {
    width: 100%;
    min-height: 390px;
    position: relative;
}

.absint {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
}

.absint::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    content: "";
    height: 200%;
    left: -50%;
    position: absolute;
    top: 10%;
    transform: rotate(-20deg);
    width: 200%;
    z-index: -1;
}

.absinn {
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 10px 15px;
}

.ritsave {
    display: block;
    overflow: hidden;
}

.saveupto {
    font-size: 14px;
    text-align: right;
}

.saveupto strong {
    display: block;
    font-size: 24px;
    overflow: hidden;
}

.smilebig {
    display: block;
    overflow: hidden;
}

.smilebig h3 {
    display: block;
    font-size: 18px;
    margin: 10px 0 0;
    overflow: hidden;
}

.smilebig h2 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 0;
    overflow: hidden;
}

.topone {
    display: block;
    overflow: hidden;
}

.inspd2 {
    display: block;
    margin: 8px;
    overflow: hidden;
}

.imgeht2 {
    display: block;
    height: 187px;
    overflow: hidden;
    position: relative;
}

.imgeht2 img {
    width: 100%;
    min-height: 195px;
}

.absint2 {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.absint2::after {
    content: "";
    height: 200%;
    position: absolute;
    right: -190px;
    top: -50px;
    transform: rotate(-70deg);
    width: 200%;
    z-index: -1;
}

.smilebig2 {}

.smilebig2 h3 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 30px 0 0;
    max-width: 110px;
    overflow: hidden;
    text-align: center;
}

.absintcol1::after {
    background: none repeat scroll 0 0 rgba(246, 139, 37, 0.8);
}

.absintcol2::after {
    background: rgba(0, 150, 206, 0.8) none repeat scroll 0 0;
}

.owlindex2 .owl-buttons {
    margin: 0;
    position: absolute;
    right: 5px;
    top: -35px;
}

.owlindex2.owl-theme .owl-controls .owl-buttons .owl-prev,
.owlindex2.owl-theme .owl-controls .owl-buttons .owl-next {
    border-radius: 0;
    height: 31px;
    margin: 0 2px;
    padding: 0;
    text-indent: -99999px;
    width: 38px;
    z-index: 10;
}

.owlindex2.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url("../images/prev3.png") no-repeat scroll center center #eee;
    left: 0;
}

.owlindex2.owl-theme .owl-controls .owl-buttons .owl-next {
    background: url("../images/next3.png") no-repeat scroll center center #eee;
    right: 0;
}

.panding1 {
    background: url("../images/flit1.jpg") no-repeat scroll center right #2d3d93;
}

.panding2 {
    background: url("../images/flit2.jpg") no-repeat scroll center right #f68b25;
}

.panding3 {
    background: url("../images/flit3.jpg") no-repeat scroll center right #0d85ff;
}

.ftfade {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.panding1 .ftfade {
    background: -moz-linear-gradient(left, rgba(45, 61, 147, 1) 0%, rgba(45, 61, 147, 1) 67%, rgba(45, 61, 147, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(45, 61, 147, 1)), color-stop(67%, rgba(45, 61, 147, 1)), color-stop(100%, rgba(45, 61, 147, 0)));
    background: -webkit-linear-gradient(left, rgba(45, 61, 147, 1) 0%, rgba(45, 61, 147, 1) 67%, rgba(45, 61, 147, 0) 100%);
    background: -o-linear-gradient(left, rgba(45, 61, 147, 1) 0%, rgba(45, 61, 147, 1) 67%, rgba(45, 61, 147, 0) 100%);
    background: -ms-linear-gradient(left, rgba(45, 61, 147, 1) 0%, rgba(45, 61, 147, 1) 67%, rgba(45, 61, 147, 0) 100%);
    background: linear-gradient(to right, rgba(45, 61, 147, 1) 0%, rgba(45, 61, 147, 1) 67%, rgba(45, 61, 147, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3d93', endColorstr='#002d3d93', GradientType=1);
}

.panding2 .ftfade {
    background: -moz-linear-gradient(left, rgba(246, 139, 36, 1) 0%, rgba(246, 139, 36, 1) 67%, rgba(246, 139, 36, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246, 139, 36, 1)), color-stop(67%, rgba(246, 139, 36, 1)), color-stop(100%, rgba(246, 139, 36, 0)));
    background: -webkit-linear-gradient(left, rgba(246, 139, 36, 1) 0%, rgba(246, 139, 36, 1) 67%, rgba(246, 139, 36, 0) 100%);
    background: -o-linear-gradient(left, rgba(246, 139, 36, 1) 0%, rgba(246, 139, 36, 1) 67%, rgba(246, 139, 36, 0) 100%);
    background: -ms-linear-gradient(left, rgba(246, 139, 36, 1) 0%, rgba(246, 139, 36, 1) 67%, rgba(246, 139, 36, 0) 100%);
    background: linear-gradient(to right, rgba(246, 139, 36, 1) 0%, rgba(246, 139, 36, 1) 67%, rgba(246, 139, 36, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68b24', endColorstr='#00f68b24', GradientType=1);
}

.panding3 .ftfade {
    background: -moz-linear-gradient(left, rgba(13, 133, 255, 1) 0%, rgba(13, 133, 255, 1) 67%, rgba(13, 133, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(13, 133, 255, 1)), color-stop(67%, rgba(13, 133, 255, 1)), color-stop(100%, rgba(13, 133, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(13, 133, 255, 1) 0%, rgba(13, 133, 255, 1) 67%, rgba(13, 133, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(13, 133, 255, 1) 0%, rgba(13, 133, 255, 1) 67%, rgba(13, 133, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(13, 133, 255, 1) 0%, rgba(13, 133, 255, 1) 67%, rgba(13, 133, 255, 0) 100%);
    background: linear-gradient(to right, rgba(13, 133, 255, 1) 0%, rgba(13, 133, 255, 1) 67%, rgba(13, 133, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d85ff', endColorstr='#000d85ff', GradientType=1);
}

.padkit {
    display: block;
    overflow: hidden;
    padding: 20px 15px;
    position: relative;
}

.panding {
    display: block;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

.flgt,
.flgt:focus,
.flgt:hover {
    color: #fff;
    text-decoration: none;
}

.rowflitdeal {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 6px 0;
}

.dealflit {
    display: block;
    padding: 10px 0;
    text-align: center;
}

.fromto {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 5px 0 2px;
    text-align: center;
}

.fromtodate {
    color: #666;
    display: block;
    overflow: hidden;
    text-align: center;
}

.flitamt {
    color: #065f8e;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}

.panelb {
    background: none repeat scroll 0 0 #fff;
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
}

.rowflitdeal:last-child {
    margin: 0
}

.panelbody {}

.acrdn {
    display: block;
    overflow: hidden;
    padding: 0 0 0 30px;
}

.panelgroup {
    display: block;
    margin: 18px 0 0;
    overflow: hidden;
}

.panelb.panel {
    border: 0 none;
    border-radius: 0;
}

.expnd {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.expnd::after {
    content: "\f061";
    bottom: 0;
    font-family: "FontAwesome";
    font-size: 20px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
}

.panding1 .expnd {
    background: #283891;
}

.panding2 .expnd {
    background: #f68b25;
}

.panding3 .expnd {
    background: #0d85ff;
}

.ithudeals {
    background: #fff;
    float: left;
    width: 100%;
}

.staffarea {
    display: block;
    overflow: hidden;
    padding: 30px 0 20px;
}

.nav-tabs.customteam {
    border: 0 none;
}

.nav-tabs.customteam.customteam2 {
    float: left;
    max-width: 120px;
    display: none;
}

.tab-content.sidewise_tab {
    display: block;
    overflow: hidden;
}

.nav-tabs.customteam li {
    float: left;
    margin: 0 0 2px;
    width: 100%;
}

.nav-tabs.customteam li a {
    background: none repeat scroll 0 0 #e6e5e5;
    border-radius: 3px;
    color: #666;
    font-size: 16px;
    margin: 0;
    padding: 10px 20px;
}

.nav-tabs.customteam li.active a,
.nav-tabs.customteam li.active a:hover {
    background: none repeat scroll 0 0 #f68b24;
    border: 0 none;
    color: #fff;
}

.img-portfolio {
    min-height: 200px;
}

.portimgwrap {
    background: none repeat scroll 0 0 #f4f4f4;
    display: block;
    margin: 0 5px;
    overflow: hidden;
    padding: 8px;
}

.img-hover:hover {
    opacity: 0.8;
}

.retmnussoc {
    display: block;
    margin: 0 -5px;
    padding: 30px 0 0;
}

.imagerespot {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.imageonlyuo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
}

.teamdetil {}

.temhedname {
    color: #363131;
    display: block;
    font-size: 16px;
    margin: 10px 0 5px;
    overflow: hidden;
    text-align: left;
}

.starimg.leftstr {
    text-align: left;
}

.brfdescrn {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-align: left;
}

#owl-demo3 .owl-buttons {
    top: -45px;
}

footer {
    background: #fff none repeat scroll 0 0;
}

.fstfooter {
    background: #36394c none repeat scroll 0 0;
    border-bottom: 1px solid #292c3f;
    float: left;
    margin: 50px 0 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
}

.fstfooter::after {
    background: rgba(0, 0, 0, 0) url("../images/city_right.png") no-repeat scroll right 0;
    content: "";
    height: 69px;
    position: absolute;
    right: 0;
    top: -68px;
    width: 100%;
    z-index: 0;
}

.fstfooter::before {
    background: rgba(0, 0, 0, 0) url("../images/city_left.png") no-repeat scroll 0 0;
    content: "";
    height: 69px;
    left: 0;
    position: absolute;
    top: -68px;
    width: 100%;
    z-index: 0;
}

.reftr {}

.frtbest {}

.ftrhd {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 15px;
    overflow: hidden;
    padding: 0 0 5px;
}

.signupfm {
    display: block;
    margin: 0 -2px;
    overflow: hidden;
}

.faftrsoc.fa {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 30px;
    color: #fff;
    float: left;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin: 2px;
    text-align: center;
    width: 40px;
}

.faftrsoc.fa-facebook {
    background: #006699;
}

.faftrsoc.fa-twitter {
    background: #50a4ce;
}

.faftrsoc.fa-google-plus {
    background: #f35d2b;
}

.faftrsoc.fa-youtube {
    background: #cc3300;
}

.footrlogo {
    display: block;
    margin: 30px 0 0;
    overflow: hidden;
    text-align: left;
}

.footrlogo img {
    max-width: 230px;
}

.frteli {
    display: block;
    overflow: hidden;
}

.frteli a {
    color: #dbdbdb;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 4px 0;
}

.btmfooter {
    background: #313447 none repeat scroll 0 0;
    border-top: 1px solid #3e4154;
    float: left;
    padding: 14px 0;
    width: 100%;
}

.acceptimg {
    float: left;
}

.copyrit {
    color: #eee;
    float: right;
    font-size: 13px;
    padding: 4px 0;
}

.copyrit a {
    color: #0096cf;
}

.overlay {
    background: none repeat scroll 0 0 rgba(40, 56, 145, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

.overlay .menuover {
    text-align: center;
    position: relative;
    top: 50%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul.laumenu {
    display: block;
    list-style: outside none none;
    margin: 10% auto auto;
    padding: 0;
    position: relative;
    height: 60%;
}

.overlay ul.laumenu li {
    display: block;
    height: calc(100%/7);
    overflow: hidden;
    padding: 0;
}

.overlay ul.laumenu li a {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 300;
    padding: 10px 0;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #f0f0f0;
}

.contactovr {
    display: block;
    overflow: hidden;
    position: relative;
}

.inovercontct {
    display: table;
    margin: 0 auto;
    padding: 20px;
    width: 70%;
}

.conley {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-align: left;
}

.conley .fa {
    background: #f6881f;
    float: left;
    font-size: 20px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.conley strong {
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.allpagewrp {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.allpagewrp.overlay-open {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.overlay-contentscale {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentscale.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

@media screen and (max-height:30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .overlay ul li {
        min-height: 34px;
    }
}

.sidebtn.open a.topa.dropdown-toggle:focus {
    background-color: #eee;
    border-color: #337ab7;
    text-decoration: none;
}

.reglogwdth {
    display: block;
    min-width: 200px;
    overflow: hidden;
    padding: 5px 0;
}

.explorediv {
    color: #0c5a98;
    display: block;
    font-size: 14px;
    line-height: 48px;
    overflow: hidden;
}

.dropdown-menu.mysign {
    left: 50%;
    margin-left: -150px;
    width: 300px;
}

.dropdown-menu.explorecntry {
    left: 50%;
    margin-left: -100px;
    padding: 10px 0 !important;
    width: 200px;
}

.dropdown-menu.explorecntry li {
    display: block;
    overflow: hidden;
}

.dropdown-menu.explorecntry li a {
    display: block;
    overflow: hidden;
    padding: 8px 15px;
    text-align: center;
}

.signdiv {
    display: block;
    overflow: hidden;
    padding: 20px;
}

.insigndiv {}

.leftpul {}

.logspecify {
    border-radius: 3px;
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 8px;
    width: 255px;
}

.logspecify .fa {
    color: #fff;
    float: left;
    font-size: 22px;
    text-align: center;
    width: 40px;
}

.mensionsoc {
    color: #fff;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}

.facecolor {
    background: none repeat scroll 0 0 #3b5998;
}

.tweetcolor {
    background: none repeat scroll 0 0 #2aa9e0;
}

.centerpul {
    display: block;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.centerpul::after {
    background: none repeat scroll 0 0 #ddd;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.orbar {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 30px;
    color: #333;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 30px;
    z-index: 10;
}

.orbar strong {
    font-weight: 300;
}

.ritpul {}

.rowput {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.rowput .fa {
    background: none repeat scroll 0 0 #f5f5f5;
    border-radius: 3px 0 0 3px;
    color: #bbbbbb;
    font-size: 22px;
    left: 2px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 35px;
}

.gpluses {
    background: none repeat scroll 0 0 #d3492c;
}

input.logpadding {
    height: 42px;
}

.rowput input {
    padding: 6px 6px 6px 45px;
}

.forgtpsw {
    color: #2aa9e0;
    float: right;
    line-height: 22px;
}

.submitlogin {
    background: none repeat scroll 0 0 #f6881f;
    border: 1px solid #e6780f;
    border-radius: 3px;
    box-shadow: 0 3px 0 0 #d66810;
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin: 12px 0;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}

.dntacnt {
    border-top: 1px solid #eeeeee;
    color: #666666;
    display: block;
    margin-top: 20px;
    overflow: hidden;
    padding: 10px 0 0;
}

.dntacnt a {
    color: #2aa9e0;
}

.margtop {
    margin: 80px 0 0;
}

.contentsec {
    background: none repeat scroll 0 0 #e2eceb;
    float: left;
    width: 100%;
}

.contentsdw {
    float: left;
    width: 100%;
}

.modfictions.posi .smldescrptn>div {
    display: none;
}

.boxpad {
    padding: 8px 10px;
}

.placename {
    color: #555;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 8px;
    overflow: hidden;
}

.contryname {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
}

.boxlabl {
    color: #fff;
    display: block;
    font-size: 13px;
    margin: 0 0 5px;
    overflow: hidden;
}

.datein {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
}

.faldate.fa {
    margin-right: 6px;
}

.calinn {}

.calinn strong {
    font-size: 15px;
    font-weight: 500;
}

.countlbl {
    color: #fff;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

.boxlabl.textcentr {
    text-align: center;
}

.filtrsrch {
    float: left;
    width: 100%;
}

.avlhtls {
    display: block;
    color: #ccc;
    font-size: 14px;
    margin: 4px 0;
    overflow: hidden;
    text-align: center;
}

.avlhtls strong {
    color: #eee;
    font-size: 16px;
    font-weight: 500;
}

.placename {}

.nrow {
    color: #eee;
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-align: center;
}

.col30 {
    float: left;
    width: 27%;
}

.norfilterr {
    display: block;
    overflow: hidden;
    padding: 10px 15px;
}

.starone {
    float: left;
    width: 20%;
    position: relative;
}

.starin {
    display: table-cell;
    border-bottom: 1px solid #7ca81e;
    text-align: center;
    vertical-align: middle;
}

.starfa.fa {
    color: #f6881f;
    margin-left: 3px;
}

.htlcount {
    color: #fff;
    display: block;
    font-size: 13px;
    margin: 3px 0 0;
    overflow: hidden;
    padding: 2px 0;
}

.starone.active .starin {
    background: none repeat scroll 0 0 #283891;
    color: #fff;
}

.starone.active .htlcount {
    background: #182881;
    color: #fff;
}

.relinput {
    position: relative;
}

.srchhtl {
    border: 1px solid #ccc;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 40px 0 10px;
    width: 100%;
}

.relinput::after {
    content: "\f002";
    color: #666;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
    z-index: 0;
}

.srchsmall {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 1;
}

.squaredThree input[type="checkbox"] {
    visibility: hidden;
    margin: 0
}

.squaredThree {
    float: left;
    margin-right: 8px;
    position: relative;
    width: 20px;
}

.squaredThree label {
    background: #9eb6a5;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    cursor: pointer;
    left: 0;
    height: 16px;
    position: absolute !important;
    top: 0;
    width: 16px;
}

.lbllbl {
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
}

.locationul {
    padding: 0;
}

.locationul li {
    float: left;
    padding: 5px 0;
    width: 100%;
}

.locationul li .lbllbl {
    color: #555;
    padding-left: 30px;
}

.col70 {
    float: left;
    width: 73%;
}

.in70 {
    display: block;
    overflow: hidden;
}

.topmisty {
    float: left;
    margin: 0;
    width: 100%;
    max-width: 926px;
}

.insidemyt {}

.sortul {
    background: #e0e0e0 none repeat scroll 0 0;
    display: block;
    overflow: hidden;
}

.sortli {
    float: left;
    width: 16.66%;
}

.sorta,
.uncheckboxall_hide,
.checkboxall_hide {
    border-right: 1px solid #eee;
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 300;
    height: 32px;
    line-height: 30px;
    overflow: hidden;
    padding: 3px 0px;
    position: relative;
    text-align: center;
    margin: 0;
}

.nobord {
    border: 0;
}

.sorta.active {
    border-bottom: 2px solid #5a5d39;
}

.sorta.asc::after {
    content: "\f0d7";
    color: #999;
    font-family: "FontAwesome";
    margin-left: 10px;
    display: none;
}

.sorta.des::after {
    content: "\f0d8";
    color: #999;
    font-family: "FontAwesome";
    margin-left: 10px;
    display: none;
}

.listins {
    float: right;
}

.listbox.fa {
    border: 1px solid #eee;
    border-radius: 3px;
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 35px;
    margin: 0 1px;
    text-align: center;
    width: 30px;
}

.listbox.fa.active {
    background: none repeat scroll 0 0 #283891;
    border: 1px solid #182881;
    color: #fff;
}

.allresult {
    display: block;
    margin: 0 -5px;
    overflow: hidden;
}

.rowresult {
    float: left;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
}

.dom_round {
    float: left;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
}

.rowresult .madgrid:hover {
    border: 1px solid #bbbbbb
}

.madgrid {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px 0 #ccc;
    display: block;
    margin: 3px 5px;
    padding: 0px 5px;
    /* overflow: hidden; */
    border-radius: 5px;
}

.listimage {}

.imagehtldis {
    display: block;
    max-height: 150px;
    overflow: hidden;
}

.imagehtldis img {
    width: 100%;
    min-height: 125px;
    max-height: 125px
}

.multi_city .listfull {
    width: 75%;
}

.sidenamedesc {
    display: block;
    width: 100%;
}

.celhtl {
    float: left;
}

.width70 {
    width: 70%;
}

.innd {
    display: block;
    max-height: 125px;
    min-height: 125px;
    overflow: hidden;
    padding: 4px 15px;
    position: relative;
}

.shtlname {
    color: #444;
    display: block;
    font-size: 14px;
    margin: 0 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.starrting {
    display: block;
    margin: 0 0 8px;
    max-width: 60px;
    overflow: hidden;
}

.starrting img {
    width: 100%;
}

.shtldesc::after {
    background: -moz-linear-gradient(top, rgba(247, 251, 252, 0) 0%, rgba(253, 254, 254, 0.7) 72%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 251, 252, 0)), color-stop(72%, rgba(253, 254, 254, 0.7)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 251, 252, 0) 0%, rgba(253, 254, 254, 0.7) 72%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 251, 252, 0) 0%, rgba(253, 254, 254, 0.7) 72%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(247, 251, 252, 0) 0%, rgba(253, 254, 254, 0.7) 72%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 251, 252, 0) 0%, rgba(253, 254, 254, 0.7) 72%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7fbfc', endColorstr='#ffffff', GradientType=0);
    bottom: 0;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
}

.shtldesc {
    color: #888;
    display: block;
    line-height: 20px;
    margin: 8px 0 0;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    position: relative;
    text-align: justify;
}

.width30 {
    width: 30%;
}

.celhtl.width30 {
    border-left: 1px dashed #ddd;
    vertical-align: middle;
}

.sidepricewrp {
    display: block;
    overflow: hidden;
    /* padding:0 10px; */
}

.sidepricewrp .bookbtn {
    margin: 0;
}

.userviw {
    display: block;
    overflow: hidden;
    padding: 2px 0;
    text-align: center;
}

.reviewtotl {
    color: #999;
    display: block;
    overflow: hidden;
}

.sideprice,
.dom_round .insidesame>.priceflights {
    color: #5a5d39;
    display: block;
    font-weight: 600;
    text-align: center;
}

.sideprice strong {
    font-weight: normal;
}

.avgper {
    color: #999;
    display: block;
    font-size: 12px;
    overflow: hidden;
}

.bookbtn {
    /*display:block;margin:10px 0 0;overflow:hidden;*/
}

.booknow {
    background: none repeat scroll 0 0 #d41c24;
    border-radius: 3px;
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 5px 8px;
    text-align: center;
    max-width: 100px;
}

.fixincrmnt .booknow {
    float: right;
}

.booknow:hover {
    color: #fff;
}

.mapviewhtl.fa {
    background: none repeat scroll 0 0 #eee;
    color: #f6881f;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.inmodify {
    background: none repeat scroll 0 0 #f2f2f2;
    display: block;
    margin: 0 0 5px;
    overflow: hidden;
}

.inmodify .labelsrch {
    color: #666;
}

.inmodify .normalinput,
.inmodify .custmselct {
    border: 1px solid #ddd;
}

.inmodify .tabinner {
    margin: 0 5px;
}

.fsth {
    width: 40%;
}

.twentyy {
    width: 20%;
}

.inmodify .serchbtn {
    display: table;
    float: none;
    margin: 0 auto;
    width: 40%;
}

.allresult.grid {
    margin: 10px -10px 0;
}

.allresult.grid .rowresult {
    float: left;
    width: 33.333%;
}

.allresult.grid .sidenamedesc {
    display: block;
}

.allresult.grid .madgrid {
    margin: 10px;
}

.allresult.grid .listimage,
.allresult.grid .listfull {
    width: 100%;
}

.allresult.grid .celhtl {
    display: block;
    overflow: hidden;
}

.allresult.grid .width70,
.allresult.grid .width30 {
    width: 100%;
}

.allresult.grid .innd {
    padding: 10px 10px 0;
}

.allresult.grid .starrting,
.allresult.grid .shtldesc {
    display: none;
}

.allresult.grid .sidepricewrp {
    padding: 0 10px 10px;
}

.allresult.grid .userviw {
    display: none;
}

.allresult.grid .sideprice {
    float: left;
}

.allresult.grid .bookbtn {
    float: right;
}

.allresult.grid .booknow {
    padding: 8px 15px;
}

.allresult.grid .celhtl.width30 {
    border: none;
}

.allresult.gridb {
    margin: 10px -10px 0;
}

.allresult.gridb .rowresult {
    float: left;
    width: 33.333%;
}

.allresult.gridb .sidenamedesc {
    display: block;
}

.allresult.gridb .madgrid {
    margin: 10px;
}

.allresult.gridb .listimage,
.allresult.gridb .listfull {
    width: 100%;
}

.allresult.gridb .celhtl {
    display: block;
    overflow: hidden;
}

.allresult.gridb .width70,
.allresult.gridb .width30 {
    width: 100%;
}

.allresult.gridb .innd {
    padding: 10px 10px 0;
}

.allresult.gridb .sidepricewrp {
    padding: 0 10px 10px;
}

.allresult.gridb .sideprice {
    float: left;
}

.allresult.gridb .bookbtn {
    float: right;
}

.allresult.gridb .booknow {
    padding: 8px 15px;
}

.allresult.gridb .celhtl.width30 {
    border: none;
}

.leftslider {
    float: left;
    width: 70%;
    border-right: 1px solid #eee;
}

.bighotl {
    display: block;
    max-height: 350px;
    overflow: hidden;
}

.thumbimg {
    float: left;
    margin: 10px;
    max-height: 60px;
    overflow: hidden;
}

.thumbimg img {
    min-height: 60px;
    min-width: 100%;
    width: 100%;
}

.bighotl img {
    width: 100%;
}

.detowl.owl-theme .owl-controls {
    height: 80px;
    margin: 0;
    position: absolute;
    width: 100%;
}

#sync2 {
    padding: 0 40px;
}

.detowl.owl-theme .owl-controls .owl-buttons .owl-prev,
.detowl.owl-theme .owl-controls .owl-buttons .owl-next {
    border-radius: 0;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    width: 40px;
    z-index: 10;
}

.detowl.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url("../images/prev.png") no-repeat scroll center center;
    left: 0;
}

.detowl.owl-theme .owl-controls .owl-buttons .owl-next {
    background: url("../images/next.png") no-repeat scroll center center;
    right: 0;
}

.dethtlname {
    color: #666;
    display: block;
    font-size: 20px;
    margin: 0 0 10px;
    overflow: hidden;
}

.rowsdt {
    display: block;
    overflow: hidden;
    padding: 20px;
}

.rowsdt .starimg {
    margin: 0;
    max-width: 70px;
    text-align: left;
}

.rowsdt .starimg img {
    width: 100%;
}

.dritside {
    float: left;
    width: 30%;
}

.usrrt {
    color: #339933;
    display: block;
    font-size: 26px;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
}

.percntget {
    color: #666;
    display: block;
    font-size: 28px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}

.digu {
    color: #666;
    display: block;
    overflow: hidden;
    text-align: center;
}

.maritr {
    border-right: 1px solid #eee;
}

.adrvew {
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 5px;
}

.linbrk {
    background: none repeat scroll 0 0 #eee;
    display: block;
    height: 1px;
    overflow: hidden;
}

.percntget>strong {
    font-size: 14px;
    font-weight: normal;
}

.rvrt {
    display: block;
    overflow: hidden;
    padding: 15px 10px;
    text-align: center;
}

.rowsdtboo {
    display: block;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 0 20px;
}

.detsbook {
    background: url("../images/btn-book.png") no-repeat scroll -5px 0 #e35121;
    border: 1px solid #d75124;
    border-radius: 2px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: 52px;
    padding: 15px 10px 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: 100%;
}

.detsbook:hover {
    color: #fff;
}

.dethtl {
    float: left;
    margin: 30px 0 0;
    width: 100%;
}

.shdoww {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    display: block;
    overflow: hidden;
}

.fulldetab .nav-tabs {
    background: none repeat scroll 0 0 #595959;
    border: 0 none;
}

.fulldetab .nav-tabs>li {
    background: none repeat scroll 0 0 #595959;
    border-left: 1px solid #494949;
    border-right: 1px solid #696969;
    margin: 0;
}

.fulldetab .nav-tabs>li:first-child {
    border-left: 0;
}

.fulldetab .nav-tabs>li:last-child {
    border-right: 0;
}

.fulldetab .nav-tabs>li>a {
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 15px 25px;
}

.fulldetab .nav-tabs>li>a:hover,
.fulldetab .nav-tabs>li>a:focus {
    background: none;
}

.fulldetab .nav-tabs>li.active a {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    color: #333;
}

.innertabs {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
}

.htlrumrow {
    border-bottom: 1px solid #ddd;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.hotelistrowhtl {
    background: none repeat scroll 0 0 #fff;
    display: table;
    width: 100%;
}

.xcel {
    display: table-cell;
    float: none;
    vertical-align: top;
}

.hotelistrowhtl .imagehotel {
    margin: 10px;
}

.imagehotel {
    display: block;
    max-height: 115px;
    overflow: hidden;
}

.imagehotel img {
    width: 100%;
    min-height: 115px;
}

.padall10 {
    padding: 10px;
}

.hotelhed {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0 0 5px;
    line-height: 25px;
    overflow: hidden;
}

.mensionspl {
    color: #666;
    display: block;
    margin: 2px 0 0;
    overflow: hidden;
}

.mensionspl strong {
    float: left;
    font-weight: normal;
}

.menlbl {
    float: left;
    margin-left: 5px;
}

.facility {
    background: url("../images/hotelpref-ico.png") no-repeat scroll 0 0 #fff;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    color: #999;
    float: left;
    height: 28px;
    margin-right: 4px;
    padding: 5px;
    width: 28px;
}

.facility.wifi {
    background-position: -3px -3px;
}

.facility.aircondition {
    background-position: -3px -33px;
}

.facility.swimpol {
    background-position: -3px -63px;
}

.facility strong {
    float: left;
    font-weight: normal;
    text-indent: -9999px;
}

.xcel.bordrit {
    border-left: 1px dotted #eee;
    padding: 10px;
    vertical-align: middle;
}

.refundpol {
    color: #468833;
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    overflow: hidden;
}

.refundpol .fa {
    font-size: 16px;
    margin-right: 6px;
}

.morerum {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}

.morerombtn {
    color: #0065b8;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 5px 0 0;
    text-decoration: underline;
}

.allromdesc {
    color: #666;
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 0 12px;
    text-align: justify;
}

.comenhtlsum {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 15px;
}

.sumtab {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #555;
    display: block;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
}

.sumtab::after {
    content: "\f0d8";
    color: #ccc;
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
}

.sumtab.collapsed::after {
    content: "\f0d7";
    color: #ccc;
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
}

.linebrk {
    background: none repeat scroll 0 0 #eee;
    display: block;
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}

.parasub {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 15px;
}

.checklist {
    display: block;
    overflow: hidden;
    padding: 0 15px 15px;
}

.checklist li {
    color: #666;
    float: left;
    font-size: 13px;
    line-height: 28px;
    margin: 5px 0;
    width: 33.333%;
}

.checklist li .facility {
    background-color: #283891;
    border: 2px solid #283891;
}

.facility.icohp-internet {
    background-position: -3px -3px;
}

.facility.icohp-air {
    background-position: -3px -33px;
}

.facility.icohp-pool {
    background-position: -3px -63px;
}

.facility.icohp-childcare {
    background-position: -3px -93px;
}

.facility.icohp-fitness {
    background-position: -3px -123px;
}

.facility.icohp-breakfast {
    background-position: -3px -153px;
}

.facility.icohp-parking {
    background-position: -3px -183px;
}

.facility.icohp-pets {
    background-position: -3px -213px;
}

.facility.icohp-spa {
    background-position: -3px -243px;
}

.facility.icohp-hairdryer {
    background-position: -3px -273px;
}

.ratingusr {
    border-bottom: 1px solid #eee;
    display: table;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
}

.cellrevw {
    display: table-cell;
    float: none;
    padding: 10px;
    vertical-align: top;
}

.pdbordrt {
    border-right: 1px dotted #ddd;
}

.usercentr {
    background: none repeat scroll 0 0 #333;
    border-radius: 100%;
    display: block;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
    width: 50px;
}

.usercentr img {
    width: 100%;
}

.centerrw {
    display: table;
    margin: 0 auto;
    position: relative;
}

.ratingsml {
    background: none repeat scroll 0 0 #283891;
    border-radius: 30px;
    bottom: -5px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: -5px;
    text-align: center;
    width: 26px;
}

.allotrhtr {
    display: block;
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center;
}

.usrevname {
    color: #444;
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.placeusr {
    color: #666;
    display: block;
    overflow: hidden;
}

.ollovr {
    color: #72bf66;
    display: block;
    font-size: 13px;
    margin: 10px 0 0;
    overflow: hidden;
    text-align: center;
}

.ollovr .fa {
    display: block;
    overflow: hidden;
}

.recomndt {}

.insiderob {
    display: block;
    overflow: hidden;
    padding: 0 10px;
}

.grtorexp {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px;
    overflow: hidden;
}

.reviwdate {
    color: #999;
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
}

.revpara {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-align: justify;
}

.ratingall {
    background: none repeat scroll 0 0 #f2f2f2;
    display: table;
    margin: 10px;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    width: calc(100% - 20px);
}

.celrew {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.ratetotal {
    display: block;
    font-size: 26px;
    overflow: hidden;
    text-align: center;
}

.basedrate {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

.padritside {
    padding-left: 30px;
}

.umalso {
    background: none repeat scroll 0 0 #fff;
    display: block;
    overflow: hidden;
}

.hdeingalso {
    border-bottom: 1px solid #eee;
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 300;
    overflow: hidden;
    padding: 15px;
}

.rowlikes {
    border-bottom: 1px dotted #ddd;
    display: block;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 15px 15px;
}

.hotlealso {
    float: left;
    margin-right: 10px;
    max-height: 80px;
    overflow: hidden;
    width: 90px;
}

.hotlealso img {
    width: 100%;
    min-height: 80px;
}

.alsodets {
    display: block;
    overflow: hidden;
}

.alsohed {
    color: #444;
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
    overflow: hidden;
}

.pricealso {
    color: #444;
    display: block;
    font-size: 14px;
    overflow: hidden;
}

.pricealso strong {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

.board .nav-tabs {
    position: relative;
    margin: 0 auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.board .nav-tabs li {
    width: 25%;
}

.board .nav-tabs>li.active>a,
.board .nav-tabs>li.active>a:hover,
.board .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.board span.round-tabs {
    background: none repeat scroll 0 0 white;
    border-radius: 100px;
    display: block;
    font-size: 25px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.board span.round-tabs.one {
    color: rgb(34, 194, 34);
    border: 2px solid rgb(34, 194, 34);
}

.board li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

.board span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

.board li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

.board span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

.board li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

.board span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

.board li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

.board span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

.board li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.board .nav-tabs>li.active>a span.round-tabs {
    background: #fafafa;
}

.board li.active:before {
    content: " ";
    position: absolute;
    left: 44%;
    margin: 0 auto;
    bottom: -2px;
    border: 15px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
}

.board li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}

.board .nav-tabs>li a .around {
    display: block;
    overflow: hidden;
}

.board .nav-tabs>li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    display: table;
    margin: 0 auto;
}

.board .nav-tabs>li a:hover,
.board .nav-tabs>li a:focus {
    background: transparent;
    border: none;
}

.edittab.fa {
    background: none repeat scroll 0 0 #1bbc9b;
    border: 1px solid #13b493;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 25px;
    line-height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 25px;
    z-index: 10;
}

.brdlbl {
    color: #555;
    display: block;
    font-size: 14px;
    margin: 10px 0 20px;
    overflow: hidden;
    text-align: center;
}

.bokratinghotl {
    display: block;
    float: left;
    margin: 0 0 4px;
    overflow: hidden;
}

.insidebook {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    display: block;
    overflow: hidden;
}

.bukhead {
    color: #666;
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 18px 10px 10px;
    text-align: center;
}

.toprom {
    display: block;
    margin: 20px 0;
    overflow: hidden;
    padding: 0;
}

.bookcol {
    /*border:1px solid #ddd;*/
    display: block;
    overflow: hidden;
}

.sckint {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #ddd;
    display: block;
    margin: 0 0 0 20px;
    overflow: hidden;
}

.ffty {
    float: left;
    width: 33.33%;
}

.lblbk {
    color: #666;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 10px 0;
    margin-bottom: 30px;
}

.fuldate {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.bigdate {
    color: #666;
    float: left;
    font-size: 40px;
    font-weight: bold;
    margin-right: 8px;
}

.biginre {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 9px 0 0;
    overflow: hidden;
}

.nigthcunt {
    color: #666;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.borddo.brdrit {
    /*border-right:1px solid #ddd;padding:0 10px;*/
}

.borddo {
    padding: 0 10px;
}

.roomtyped {}

.fullcard {
    float: left;
    width: 100%;
}

.incard {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #283891;
    display: block;
    font-size: 12px;
    margin: 10px 15px;
    overflow: hidden;
    text-transform: uppercase;
}

.baseli.hedli {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #999;
}

.baseli {
    border-bottom: 1px solid #f1f1f1;
    color: #555;
    float: left;
    padding: 10px;
    width: 100%;
}

.wid10 {
    float: left;
    width: 10%;
}

.wid30 {
    float: left;
    width: 30%;
}

.wid20 {
    float: left;
    width: 20%;
}

.baseli {
    border-bottom: 1px solid #f1f1f1;
    color: #555;
    float: left;
    font-size: 14px;
    padding: 10px;
    width: 100%;
}

.baselicenter {
    background: none repeat scroll 0 0 #f8f8f8;
    color: #555;
    float: left;
    font-size: 12px;
    padding: 10px;
    width: 100%;
}

.wid80 {
    float: left;
    width: 80%;
}

.textrit {
    text-align: right;
}

.bigtext {
    font-size: 20px;
    line-height: 30px;
}

.colrdark {
    color: #333;
}

.rscolor {
    color: #cb3904;
}

.left {
    float: left;
}

.right {
    float: right;
}

.adultic.fa,
.childic.fa {
    color: #999;
    margin: 3px 8px 0;
}

.cunt {
    margin: 0 5px;
}

.ftudiscnt {
    background: none repeat scroll 0 0 #f7e8cb;
    border: 1px solid #e7d8bb;
    display: block;
    margin: 0 15px 0 0;
    overflow: hidden;
    padding: 20px 5px 20px 20px;
}

.splhtlbku {
    font-size: 16px;
    height: 50px;
}

.indiscount {
    float: left;
    margin: 15px 0;
    padding: 0;
}

.cashdisc {
    color: #333;
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
    overflow: hidden;
}

.discntcop {
    border: 1px solid #fff;
    display: block;
    font-size: 16px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
}

.bgreen {
    background-color: #ed5927;
    border: 2px solid transparent;
    border-radius: 25px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #ffffff;
    display: table;
    font-size: 16px;
    margin: 20px auto;
    overflow: hidden;
    padding: 10px 40px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.bgreen:hover {
    color: #fff;
}

.bgreen .fa {
    font-size: 13px;
    margin-left: 10px;
}

.rowlogi {
    display: block;
    margin: 10px 0 20px;
    overflow: hidden;
    position: relative;
}

.rowlogi .fa {
    background: none repeat scroll 0 0 #eee;
    border-radius: 3px 0 0 3px;
    bottom: 1px;
    color: #999;
    font-size: 16px;
    left: 1px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 40px;
}

.loginform {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px 0 50px;
    width: 100%;
}

.cletable {
    display: table;
    margin: 0 0 20px;
    width: 100%;
}

.celcent {
    display: table-cell;
    float: none;
    padding: 0 30px;
    vertical-align: middle;
}

.orrr {
    background: none repeat scroll 0 0 #ccc;
    border: 5px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px 2px #bbbbbb inset;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}

.sftr {
    position: relative;
}

.sftr::after {
    border: 1px dashed #ddd;
    bottom: 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}

.bgreen.bluee {
    background-color: #283891;
}

.alltrvels {}

.conpluspas {}

.conbkhed {
    color: #333;
    display: block;
    font-weight: 300;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 10px;
}

.adltnom {
    color: #666;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
}

.spllty {
    padding: 5px;
}

.clainput {
    border: 1px solid #ddd;
    float: left;
    font-size: 14px;
    height: 42px;
    padding: 0 10px;
    width: 100%;
}

.lablmal {
    display: block;
    overflow: hidden;
    padding: 8px 0;
}

.formlabel {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 0 0 6px;
    overflow: hidden;
}

.fmlbl {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    overflow: hidden;
}

.splinmar .clainput {
    text-align: center;
}

.nopadding {
    padding: 0;
}

.splinmar {
    padding: 0 5px;
}

.custombord {
    border: 1px solid #ddd;
}

.checkbox-styled.radio-inline:not(ie8),
.radio-styled.radio-inline:not(ie8),
.checkbox-styled.checkbox-inline:not(ie8),
.radio-styled.checkbox-inline:not(ie8) {
    padding-left: 0;
}

.checkbox-styled:not(ie8),
.radio-styled:not(ie8) {
    margin-top: 0;
    position: relative;
}

.checkbox-styled:not(ie8) input[type="radio"],
.radio-styled:not(ie8) input[type="radio"],
.checkbox-styled:not(ie8) input[type="checkbox"],
.radio-styled:not(ie8) input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.checkbox-styled.checkbox-success:not(ie8) input:checked~span::before,
.radio-styled.checkbox-success:not(ie8) input:checked~span::before,
.checkbox-styled.radio-success:not(ie8) input:checked~span::before,
.radio-styled.radio-success:not(ie8) input:checked~span::before {
    border-color: #009fdf;
}

.radio-styled:not(ie8) input:checked~span::before {
    border-color: #009fdf;
}

.radio-styled:not(ie8) input~span::before {
    border-radius: 50%;
    top: 0;
    transition: all 0.15s ease-in-out 0s;
}

.checkbox-styled:not(ie8) input~span::before,
.radio-styled:not(ie8) input~span::before {
    border: 2px solid #eee;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
    z-index: 1;
}

.checkbox-styled.checkbox-success:not(ie8) input~span::after,
.radio-styled.checkbox-success:not(ie8) input~span::after,
.checkbox-styled.radio-success:not(ie8) input~span::after,
.radio-styled.radio-success:not(ie8) input~span::after {
    background-color: #00bfff;
}

.radio-styled:not(ie8) input:checked~span::after {
    height: 10px;
    left: 5px;
    top: 5px;
    width: 10px;
}

.radio-styled:not(ie8) input~span::after {
    background-color: #00bfff;
    border-radius: 50%;
    content: "";
    height: 0;
    left: 10px;
    position: absolute;
    top: 10px;
    transition: all 0.15s ease-in-out 0s;
    width: 0;
    z-index: 1;
}

.checkbox-styled:not(ie8) input~span,
.radio-styled:not(ie8) input~span {
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    vertical-align: text-top;
}

.madgit {}

.retnmar {
    margin: 0 -5px;
}

.userinfod {
    background: #f2f2f2;
    border: 1px solid #eee;
    display: block;
    overflow: hidden;
    padding: 0 10px;
}

.userinfod .conbkhed {}

.infousers {
    border-bottom: 1px dotted #d9d9d9;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px 0;
}

.lbldy {
    color: #666;
    display: block;
    overflow: hidden;
    padding: 5px;
}

.lbldy2 {
    display: block;
    overflow: hidden;
    padding: 5px 0;
}

.formlabel.lablpad {
    padding-left: 5px;
}

.infousers:last-child {
    border-bottom: none;
}

.linbr {
    background: none repeat scroll 0 0 #ddd;
    display: block;
    height: 1px;
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
}

.waywy {
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
}

.smalway {
    border-radius: 3px;
    float: left;
    overflow: hidden;
}

.wament,
.wamen {
    background: rgba(123, 123, 123, 0.77) none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 20px;
}

.wament.active,
.wamen.active {
    background: #cd9a07;
}

/*.wament:hover{color:#fff;}*/
.widthfuwt {
    background: #e7e7e7;
}

.dashdiv {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}

.alldasbord {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #ccc;
    float: left;
    padding: 20px;
    width: 100%;
}

.welcmnote {
    float: left;
    margin: 6px 0 0;
}

.filldiv {
    display: block;
    overflow: hidden;
    padding: 15px 0;
}

.colusrdash {
    background: none repeat scroll 0 0 #333;
    border-radius: 100%;
    float: left;
    height: 100px;
    margin: 20px 30px 0 0;
    overflow: hidden;
    width: 100px;
}

.colusrdash img {
    width: 100%;
}

.useralldets {
    display: block;
    overflow: hidden;
}

.dashuser {
    color: #666;
    display: block;
    overflow: hidden;
}

.rowother {
    float: left;
    margin: 5px 0;
    width: 50%;
}

.rowother .fa {
    background: none repeat scroll 0 0 #b8a400;
    border-radius: 3px;
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.labrti {
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
}

.staffareadash {
    float: left;
    padding: 50px 0 20px;
    width: 100%;
}

.customteam2.nav-tabs.customteam li a {
    background: #e4e3e3 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    padding: 30px 10px;
    text-align: center;
}

.customteam2.nav-tabs.customteam li.active a,
.customteam2.nav-tabs.customteam li.active a:hover {
    background: #fff;
    color: #333;
}

.othinformtn {
    display: block;
    margin: 30px 0 10px;
    overflow: hidden;
}

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

.nav-tabs.tabssyb li {
    margin: 0;
}

.nav-tabs.tabssyb li a {
    background: none repeat scroll 0 0 #e6e5e5;
    border-radius: 3px;
    color: #666;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 20px;
}

.nav-tabs.tabssyb li.active a,
.nav-tabs.tabssyb li.active a:hover {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #333;
}

.infowone {
    background: none repeat scroll 0 0 #fff;
    display: block;
    overflow: hidden;
    padding: 20px;
}

.paspertorgnl {}

.margpas {
    margin: 10px 0;
    padding: 0 10px;
}

.tnlepasport {
    display: table;
    width: 100%;
}

.cellpas {
    display: table-cell;
    font-size: 14px;
    padding: 5px;
    vertical-align: middle;
}

.paspolbl {
    color: #999;
    width: 40%;
}

.lablmain {}

.editpasport {
    background: none repeat scroll 0 0 #2f3f94;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 14px;
    margin: 15px;
    padding: 10px 30px;
}

.savepspot {
    background: #f68b24 none repeat scroll 0 0;
    border: 1px solid #f68b24;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 14px;
    margin: 15px;
    padding: 10px 30px;
}

.cancelll {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    color: #333;
    float: left;
    font-size: 14px;
    margin: 15px;
    padding: 10px 30px;
}

.editpasport:hover,
.savepspot:hover {
    color: #fff;
}

.paspertorgnl.paspertedit {
    display: none;
}

.infowone.editsave .paspertorgnl {
    display: none;
}

.infowone.editsave .paspertedit {
    display: block;
}

.trvlwrap {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}

.topbokshd {
    display: block;
    margin: 0 0 30px;
    overflow: hidden;
}

.dashhed {
    color: #666;
    float: left;
    margin: 5px 0;
}

.addbutton {
    background: #00a9d6 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 10px 20px;
}

.addbutton:hover {
    background: #0099c6;
    color: #fff;
}

.fulltable {
    border: 1px solid #f2f2f2;
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

.trow {
    border-bottom: 1px solid #f2f2f2;
    display: table;
    width: 100%;
}

.tblpad {
    display: table-cell;
    float: none;
    padding: 8px;
    vertical-align: top;
}

.lavltr {
    color: #666;
    display: block;
    font-size: 14px;
    overflow: hidden;
}

.trow.tblhd {
    background: none repeat scroll 0 0 #ccc;
    color: #333;
}

.detilac {
    background: none repeat scroll 0 0 #f68b24;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 12px;
    margin: -1px 0;
    padding: 3px 10px;
}

.detilac:hover {
    color: #e67b14;
    color: #fff;
}

.lavltr .fa {
    float: left;
    line-height: 22px;
    margin-left: 5px;
    text-align: center;
    width: 40px;
}

.travemore {
    background: none repeat scroll 0 0 #f2f2f2;
    display: block;
    overflow: hidden;
    padding: 0 10px;
}

.travemore .othinformtn {
    margin: 10px 0;
}

.userfstep {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    display: block;
    overflow: hidden;
}

.editpro {
    background: #d41c24 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 14px;
    padding: 10px 20px;
}

.editpro:hover,
.editpro:focus {
    color: #fff;
    outline: none;
}

.bookrow {}

.topbokro {
    border-bottom: 1px dashed #ddd;
    display: block;
    height: 40px;
    overflow: hidden;
}

.bokrname {
    color: #333;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
}

.bokrname .fa {
    background: none repeat scroll 0 0 #00a9d6;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 40px;
}

.pnrnum {
    color: #666;
    float: right;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
}

.pnrnum strong {
    color: #333;
    font-weight: normal;
    margin-left: 10px;
}

.remful {
    display: table;
    width: 100%;
}

.xlbook {
    display: table-cell;
    float: none;
    padding: 10px;
    vertical-align: top;
}

.imghtlflt {
    display: block;
    height: 100px;
    max-width: 150px;
    overflow: hidden;
}

.imghtlflt img {
    width: 100%;
    min-height: 100px;
}

.starrtingleft img {
    width: 100%;
}

.htlfltr {}

.bokdby {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 4px 0;
    overflow: hidden;
}

.bokdby strong {
    color: #333;
    font-weight: normal;
    margin-left: 10px;
}

.pxconf {
    display: block;
    font-size: 15px;
    margin: 5px 0 0;
    overflow: hidden;
    text-align: center;
}

.green {
    color: #0fba33;
}

.red {
    color: #900;
}

.bordbor {
    border-left: 1px dotted #ddd;
}

.viwedetsb {
    background: #fc901b none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: table;
    font-size: 14px;
    margin: 8px auto auto;
    padding: 8px;
    text-align: center;
    width: 50%;
}

.viwedetsb:hover {
    color: #fff;
}

.avgper2 {
    color: #999;
    font-size: 12px;
}

.fulltable.bkingg {
    margin: 0 0 15px;
}

.bokrname .fa.fa-cab {
    background: #f68b24;
}

.welcmnotespl {
    display: block;
    margin: 10px 0 15px;
    overflow: hidden;
}

.bokinstts {
    display: block;
    margin: 0 -10px;
    overflow: hidden;
}

.insidebx {
    display: block;
    margin: 10px;
    overflow: hidden;
}

.ritlstxt {
    color: #fff;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 20px 20px 0px;
    text-align: right;
}

.contbokd {
    display: block;
    font-size: 30px;
    font-weight: 500;
    overflow: hidden;
}

.witbook.fa {
    color: #fff;
    display: block;
    font-size: 50px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 20px;
    transition: all 400ms ease-in-out;
}

.insidebx:hover .witbook.fa {
    transform: translateX(60px) scale(1.5)
}

.htview {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 300;
    overflow: hidden;
    padding: 6px 15px;
}

.htview:hover {
    color: #fff;
}

.htview .fa {
    color: #eee;
    float: right;
}

.color1 {
    background: #4154b5;
}

.color2 {
    background: #fdb714;
}

.color3 {
    background: #01b7f2;
}

.color4 {
    background: #98ce44;
}

.smlwel {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 0 0 15px;
    overflow: hidden;
}

.retnset {
    display: block;
    margin: 10px -10px;
    overflow: hidden;
}

.insidemar {
    display: block;
    margin: 15px;
    overflow: hidden;
}

.dskrty {
    color: #333;
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 5px 0;
}

.lofa.fa {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 50px;
    margin: -5px 0 -5px -5px;
    overflow: hidden;
    text-align: center;
}

.rownotice {
    background: none repeat scroll 0 0 #f2f2f2;
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
}

.noticemsg {
    display: block;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    text-align: left;
}

.noticemsg strong {
    color: #f68b24;
    font-weight: 500;
}

.yrtogo {
    color: #999;
    display: block;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
}

.nopad5 {
    padding: 5px;
}

.lofa2.fa {
    border: 1px solid #333;
    border-radius: 100%;
    display: block;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    width: 42px;
}

.noticemsg2 {
    color: #333;
    display: block;
    font-size: 15px;
    overflow: hidden;
    text-align: left;
}

.noticemsg2 strong {
    color: #999;
    display: block;
    font-size: 13px;
    font-weight: normal;
    overflow: hidden;
}

.yrtogo2 {
    color: #f68b24;
    display: block;
    font-size: 18px;
    overflow: hidden;
    text-align: right;
}

.yrtogo2 strong {
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
}

.backfully {}

.rownotice2 {
    border-bottom: 1px dotted #ddd;
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.insidechrt {}

.chartone {
    display: block;
    height: 350px;
    overflow: hidden;
    width: 100%;
}

.fulloading {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000000;
}

.result-pre-loader.fulloading {
    opacity: 1;
    background: none;
}

.loadmask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.toloader {
    border: 1px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px -5px #000;
    display: block;
    height: 60px;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 60px;
}

.toloader img {
    width: 100%;
}

.paraload {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
}

.paraload strong {
    display: block;
    font-size: 24px;
    font-weight: 300;
    overflow: hidden;
}

.sckintload {
    border-radius: 5px;
    display: block;
    padding: 20px 0 0;
    position: relative;
    overflow: hidden;
}

.sckintload::after {
    content: "\f178";
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    color: #f68b24;
    font-family: "FontAwesome";
    font-size: 20px;
    height: 30px;
    left: 50%;
    line-height: 28px;
    margin-left: -15px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 30px;
}

.sckintload .fuldate {
    display: table;
    margin: 0 auto;
}

.sckintload .biginre {
    display: table-cell;
    vertical-align: middle;
}

.stopone {
    display: table;
    height: 33.333%;
    width: 100%;
}

.stopbig {
    color: #fff;
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding: 6px 0;
}

.stopsml {
    color: #999;
    font-size: 12px;
}

.timone {
    display: table;
    height: 25%;
    width: 100%;
}

.timone .htlcount {
    font-size: 12px;
}

.flitrflight {
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 10px;
}

.nav-tabs.flittwifil {
    border: 0 none;
    margin: 0 -2px;
}

.nav-tabs.flittwifil li {
    margin: 2px;
    width: calc(50% - 4px);
}

.nav-tabs.flittwifil li a {
    background: none repeat scroll 0 0 #e6e5e5;
    border-radius: 3px;
    color: #666;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.nav-tabs.flittwifil li.active::after {
    content: "\f0d7";
    bottom: -3px;
    color: #ffb404;
    font-family: "FontAwesome";
    font-size: 30px;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.nav-tabs.flittwifil li.active a,
.nav-tabs.flittwifil li.active a:hover {
    background: none repeat scroll 0 0 #ffb404;
    border: 0 none;
    color: #fff;
}

.width80 {
    width: 80%;
}

.width20 {
    width: 20%;
}

.outbnd {}

.retnbnd {
    background: none repeat scroll 0 0 #e6e6e6;
    display: block;
    margin: 0 -15px;
    overflow: hidden;
    padding: 0 15px;
}

.multi_city .flightimage {
    width: 25%;
}

.fligthsmll {
    display: block;
    margin: 3px 5px;
    overflow: hidden;
    text-align: center;
    float: left;
}

.fixincrmnt .fligthsmll {
    float: none;
}

.fligthsmll img {
    max-width: 40px;
    max-height: 30px;
}

.airlinename {
    color: #666;
    display: block;
    overflow: hidden;
    text-align: center;
}

.flitruo {
    display: block;
    overflow: hidden;
}

.topnavi {
    float: left;
    padding: 2px 5px;
    width: 100%;
}

.flitrlbl {
    color: #666;
    display: block;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arofa.fa {
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.lyovrtime {
    display: table;
    width: 100%;
}

.flect {
    color: #666;
    display: block;
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 11px;
}

.timlbl {
    color: #444;
    display: block;
    font-size: 12px;
    overflow: hidden;
    float: none !important;
    text-align: center;
    font-weight: 500;
}

.strikeprice {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-decoration: line-through;
}

.detlnavi {
    display: block;
    padding: 0px;
}

.celhtl.midlbord {
    /*border-left:1px dotted #ddd;*/
    vertical-align: middle;
}

.cloroutbnd {
    background: #f0f2fe;
}

.colorretn {
    background: #fff7f0;
}

.waymensn {
    display: block;
    overflow: hidden;
}

.mrinfrmtn {
    /*border-top:1px dashed #ddd;color:#666;display:block;font-size:11px;overflow:hidden;padding:3px 5px;text-align:left;*/
}

.detailsflt {
    /*color:#0095ce;font-size:13px;padding:0 5px;*/
}

.cloroutbnd .lyovrtime {
    border: 1px solid #e0e2ee;
    margin: 2px 0;
}

.colorretn .lyovrtime {
    border: 1px solid #efe7e0;
    margin: 2px 0;
}

.contfare .nav-tabs.flittwifil {
    margin: 0;
}

.nav-tabs.flittwifil li {
    width: auto;
}

.propopum {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    display: none;
    margin: 10px 0;
    width: 1000px;
    min-height: 250px;
}

.popup_inner_wrap {
    border-radius: 5px;
    display: block;
    overflow: hidden;
}

.popuphed,
.popconyent,
.popfooter {
    float: left;
    width: 100%;
}

.popbighed {
    background: none repeat scroll 0 0 #f6f6f6;
    color: #666;
    display: block;
    font-size: 18px;
    overflow: hidden;
    padding: 10px;
}

.pcnt {
    color: #666;
    display: block;
    line-height: 20px;
    min-height: 100px;
    overflow: hidden;
    padding: 10px;
}

.futrcnt {
    background: none repeat scroll 0 0 #f9f9f9;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.norpopbtn {
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    padding: 6px 10px;
}

.contfare {
    display: block;
    margin: 15px;
    overflow: hidden;
    min-height: 225px;
}

.tabmarg {
    display: block;
    margin: 15px 0 0;
    overflow: hidden;
}

.alltwobnd {
    display: table;
    width: 100%;
}

.celion {
    display: table-cell;
    float: none;
    vertical-align: top;
}

.inboundiv {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.hedtowr {
    color: #03A9F4;
    display: block;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    padding: 0 0 15px;
    clear: both;
}

.hedtowr strong {
    color: #666;
    font-weight: 300;
}

.flitone {}

.imagesmflt {
    float: left;
    margin-right: 5px;
}

.flitsmdets {
    display: block;
    line-height: 14px;
    overflow: hidden;
}

.flitsmdets strong {
    color: #666;
    display: block;
    font-weight: 300;
    margin: 5px 0 0;
    overflow: hidden;
}

.dateone {
    display: block;
    font-size: 12px;
    color: #049cbb;
    font-weight: 500;
    overflow: hidden;
}

.termnl {
    color: #333;
    display: block;
    overflow: hidden;
}

.temnldr {
    color: #888;
    display: block;
    overflow: hidden;
}

.arocl.fa {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    text-align: center;
}

.ritstop {
    display: block;
    overflow: hidden;
    text-align: right;
}

.termnl1 {
    display: block;
    margin: 0 0 3px;
    overflow: hidden;
}

.layoverdiv {
    display: block;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.layoverdiv::after {
    border-top: 1px dashed #ccc;
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 0;
}

.centovr {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    color: #666;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 80%;
    z-index: 10;
}

.centovr .fa {
    color: #999;
    margin: 0 5px;
}

.hdngpops {
    background: #5a5d39;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 300;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
}

.hdngpops .fa {
    color: #999;
    font-weight: normal;
    margin: 0 10px;
}

.farehdng {
    border-bottom: 1px solid #ccc;
    color: #666;
    display: block;
    font-size: 18px;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 10px;
}

.rowfare {
    border-bottom: 1px solid #eee;
    color: #666;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 0;
}

.lablfare {
    color: #333;
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
    overflow: hidden;
}

.infolbl {}

.pricelbl {
    display: block;
    overflow: hidden;
    text-align: right;
}

.rowfare.grandtl {
    background: none repeat scroll 0 0 #eee;
    color: #333;
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
}

.rowfare.grandtl .infolbl {}

.rowfare.grandtl .pricelbl {}

.lablfare strong {
    color: #888;
    font-weight: 300;
}

.feenotes {
    color: #999;
    display: block;
    font-size: 12px;
    overflow: hidden;
}

.allresult.grid .flightimage {
    width: 100%;
}

.allresult.grid .celhtl.width80 {
    display: none;
}

.allresult.grid .celhtl.width20 {
    width: 100%;
}

.airlinename {
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.allresult.gridb .flightimage {
    width: 100%;
}

.allresult.gridb .celhtl.width20,
.allresult.gridb .celhtl.width80 {
    width: 100%;
}

.airlinename {
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
}

.allresult.gridb .padflt {
    padding: 0;
}

.allresult.gridb .widfty {
    width: 50%;
}

.allresult.gridb .nonefity {
    display: none;
}

.allresult.gridb .widftysing {
    float: left;
    max-width: 40%;
    width: auto;
}

.allresult.gridb .nonefitysing {
    float: left;
    margin: 0 5px;
    width: auto;
}

.allresult.gridb .nonefitysing .arofa.fa {
    line-height: 20px;
}

.allresult.gridb .celhtl.midlbord {
    border-left: 0;
}

.ychoose {
    background: url(../images/pattern1.jpg) repeat 0 0 #fff;
    float: left;
    padding: 30px 0;
    width: 100%;
}

.allys {}

.threey {}

.apritopty {
    float: left;
    height: 50px;
    width: 90px;
}

.dismany {
    display: block;
    overflow: hidden;
}

.sprte.sppricegu {
    background-position: 10px -202px;
}

.sprte.spsatis {
    background-position: -233px -202px;
}

.sprte.spsupprt {
    background-position: -118px -202px;
}

.hedsprite {
    color: #444;
    display: block;
    font-size: 20px;
    font-weight: 300;
    overflow: hidden;
}

.parays {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    overflow: hidden;
}

.checkadvnce {
    display: block;
    margin: 15px 0 0 10px;
    overflow: hidden;
}

.checkadvnce .lbllbl {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}

.checkadvnce .squaredThree {
    width: 23px;
}

.checkadvnce .squaredThree label {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    height: 21px;
    width: 23px;
}

.grid .figure {
    background: none repeat scroll 0 0 #3085a3;
    cursor: pointer;
    display: block;
    margin: 12px;
    height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.grid .figure img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.grid .figure .figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid .figure .figcaption::before,
.grid .figure .figcaption::after {
    pointer-events: none;
}

.grid .figure .figcaption,
.grid .figure .figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid .figure .figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid .figure h3 {
    word-spacing: -0.15em;
    font-weight: normal;
}

.grid .figure h3,
.grid .figure p {
    margin: 0;
}

.grid .figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.figure.effect-marley .figcaption {
    text-align: right;
    transition: all 400ms ease-in-out;
}

.figure.effect-marley h3,
.figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}

.figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    font-size: 13px;
}

.figure.effect-marley h3 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    font-size: 26px;
}

.figure.effect-marley:hover h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.figure.effect-marley:hover .figcaption {
    background: rgba(0, 0, 0, .4)
}

.figure.effect-marley h3::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

.figure.effect-marley h3::after,
.figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.figure.effect-marley:hover h3::after,
.figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.clasdstntion {}

.sepmenus {
    float: left;
}

.exploreall {}

.exploreall li {
    float: left;
}

.exploreall li a {
    display: block;
    line-height: 70px;
    overflow: hidden;
    padding: 0 20px;
}

.exploreall li a strong {
    color: #2b3c4e;
    display: block;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.cmnexplor {
    display: none;
    height: 40px;
    margin: 0 auto;
    width: 40px;
}

.sprte.flihtex {
    background-position: -700px 6px;
    transition: all 400ms ease-in-out;
}

.sprte.htlex {
    background-position: -783px 6px;
    transition: all 400ms ease-in-out;
}

.sprte.busex {
    background-position: -869px 8px;
    transition: all 400ms ease-in-out;
}

.sprte.holidytex {
    background-position: -948px 8px;
    transition: all 400ms ease-in-out;
}

.topssec,
.topssec .logo img,
.topssec .cmnexplor,
.topssec .ritsude,
.topssec .exploreall li a {
    transition: all 400ms ease-in-out;
}

.topssec.fixed {
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 400ms ease-in-out 0s;
}

.topssec.fixed .logo img {
    max-width: 230px;
    transition: all 400ms ease-in-out;
}

.topssec.fixed .cmnexplor {
    opacity: 0;
    height: 0;
    transition: all 400ms ease-in-out;
}

.topssec.fixed .ritsude {
    padding: 5px 0;
    transition: all 400ms ease-in-out;
}

.topssec.fixed .exploreall li a {
    line-height: 60px;
    transition: all 400ms ease-in-out;
}

.topssec.fixed::after {
    display: none;
}

#top .topssec::after {
    display: none;
}

.modinew {
    background: #e5e5e5 none repeat scroll 0 0;
    border: 1px solid #fff;
    float: left;
    width: 100%;
}

.newsectn {
    float: left;
    width: 100%;
}

.alleffect {}

.sideaside {
    float: left;
    margin: 15px 0;
    width: 100%;
}

.topfltr {
    background: none repeat scroll 0 0 #8c8c8c;
    color: #fff;
    float: left;
    height: 50px;
    position: relative;
    width: 10%;
}

.topfltr::after {
    content: "\f0da";
    bottom: 0;
    color: #8c8c8c;
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    right: -12px;
    top: 0;
}

.fafltr.fa {
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 0 2px;
    text-align: center;
}

.flitermsg {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

.flteritms {
    background: none repeat scroll 0 0 #eee;
    float: left;
    height: 50px;
    width: 90%;
}

.allcmnfltr {
    float: left;
    width: 100%;
}

.fltrbox {
    border-left: 1px solid #fefefe;
    border-right: 1px solid #dedede;
    cursor: pointer;
    float: left;
    height: 50px;
    position: relative;
    width: 20%;
}

.fltrbox:first-child {
    border-left: none;
}

.fltrbox:last-child {
    border-right: none;
}

.colorfa.fa {
    color: #666;
    display: block;
    font-size: 18px;
    overflow: hidden;
    padding: 8px 0 2px;
    text-align: center;
}

.arowfa.fa {
    bottom: 5px;
    color: #bdbdbd;
    font-size: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 400ms ease-in-out 0s;
}

.staticpage {
    background: url(../images/abt.png) repeat 0 0;
}

.abtbak {
    background: url("../images/abtbak.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    min-height: 400px;
}

.staticheading {}

.paracosy {
    display: block;
    overflow: hidden;
    padding: 0 0 100px;
}

.paracosy p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
}

.inercols {
    box-shadow: 5px 0 10px -5px #454545;
    float: left;
    padding: 30px;
    position: relative;
    width: 100%;
    z-index: 11;
}

.padmar {
    padding: 10px;
}

.conform {
    border: 1px solid #eee;
    float: left;
    font-size: 16px;
    height: 45px;
    padding: 0 15px;
    width: 100%;
}

.reltvsel {
    float: left;
    position: relative;
    width: 100%;
}

.reltvsel::after {
    content: "\f0dc";
    background: none repeat scroll 0 0 #fff;
    bottom: 1px;
    color: #999;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 45px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 30px;
}

.selctcon {
    border: 1px solid #eee;
    color: #999;
    float: left;
    font-size: 16px;
    height: 45px;
    padding: 0 15px;
    width: 100%;
}

.areatxt {
    border: 1px solid #eee;
    font-size: 16px;
    height: 80px;
    max-height: 80px;
    padding: 15px;
    width: 100%;
}

.contsubt {
    background: none repeat scroll 0 0 #8cba30;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
}

.mapcon {
    background: #e5e3df;
    height: 300px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.textcontct {
    background: none repeat scroll 0 0 #fff;
    float: left;
    min-height: 188px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.textcontct::before {
    content: "\f0d8";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 70px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -60px;
    z-index: 10;
}

.rowcntct {
    display: block;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
}

.fa.confa {
    color: #999;
    display: block;
    font-size: 20px;
    margin: 0 0 15px;
    overflow: hidden;
}

.contctspl {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
}

.centerlogs {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.inercolslog {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px -5px #454545;
    float: left;
    padding: 30px;
    position: relative;
    width: 100%;
    z-index: 11;
}

.agentforgt {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    text-align: right;
}

.regnot {
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

.newsltersign {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.labltrm {
    color: #666;
    font-weight: normal;
    margin-left: 5px;
}

.tmsncndtn {
    color: #666;
    display: block;
    overflow: hidden;
    padding: 0 10px 10px;
}

.tmsncndtn a {}

.inercolslog .reltvsel::after {
    right: 1px;
    top: 1px;
}

.insideside {
    float: left;
    width: 70%;
}

.boxpopfltr {
    height: 320px;
    left: -50%;
    position: absolute;
    top: -100px;
    width: 250px;
    z-index: 121;
    opacity: 0;
    transform: translateY(-150%);
    transition: opacity 400ms ease-in-out, transform 400ms ease-in-out;
}

.boxpopfltr.rigtalgn {
    left: auto;
    right: -50%;
}

.topfiltrmn {
    display: block;
    margin: 0 0 15px;
    overflow: hidden;
}

.sampoicn.fa {
    border-right: 2px solid #ec1f24;
    color: #fff;
    float: left;
    font-size: 24px;
    margin-right: 10px;
    padding-right: 10px;
}

.filtername {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 22px;
    overflow: hidden;
}

.bkfltfde {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out .2s;
}

.bklight .bkfltfde {
    opacity: 1;
    transition: all 400ms ease-in-out;
    z-index: 120;
    visibility: visible;
}

.filerpop {
    background: none repeat scroll 0 0 #8cb82e;
    box-shadow: 5px 5px 0 0 #000;
    float: left;
    height: calc(100% - 40px);
    width: 100%;
}

.fltrbox.filtrefct .boxpopfltr {
    transition: opacity 400ms ease-in-out .2s, transform 400ms ease-in-out 0s;
    opacity: 1;
    transform: translateY(50px);
}

.applyform.fa {
    background: none repeat scroll 0 0 #333;
    border: 2px solid #fff;
    border-radius: 100%;
    bottom: -50px;
    color: #fff;
    font-weight: normal;
    height: 40px;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
}

.filerpop {}

.inflrbx {
    display: block;
    height: 100%;
    overflow: hidden;
}

.hidesubmit {
    border-radius: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.onlyforrng {
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.valumo {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    width: 100px;
}

.topmo {
    top: 20px;
}

.botmo {
    bottom: 20px;
}

.rangsldr {}

.rangsldr.ui-slider.ui-slider-vertical {
    border-radius: 3px;
    height: calc(100% - 20px);
    margin: 20px 40px;
}

.rangsldr.ui-slider-vertical .ui-slider-handle {
    border-radius: 100%;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
}

.rangsldr.ui-slider-vertical .ui-slider-handle::after {
    content: "\f0c9";
    color: #666;
    font-family: "FontAwesome";
    font-size: 11px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.rangsldr .ui-slider-range.ui-widget-header.ui-corner-all {
    background: none repeat scroll 0 0 #ec1f24;
}

.rangsldr .ui-state-hover.ui-slider-handle::after,
.rangsldr .ui-state-focus.ui-slider-handle::after {
    color: #fff !important;
}

.servhname {
    display: block;
    overflow: hidden;
    padding: 115px 15px;
}

.flrname {
    border: 1px solid #fff;
    float: left;
    font-size: 13px;
    height: 50px;
    padding: 0 10px;
    width: 100%;
}

.starng {
    display: block;
    overflow: hidden;
    padding: 42px;
}

.rowsrs {
    display: block;
    overflow: hidden;
    padding: 10px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    cursor: pointer;
    margin: 0;
    position: relative;
}

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    border-radius: 0;
    box-shadow: none;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 16px;
    line-height: 16px;
    /* bottom: 0; */
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 14px;
    color: #d41c24;
    transition: all .2s;
    /* background: #fc901b; */
    right: 0px;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 1px !important;
    line-height: 16px;
    border: none;
    font-weight: 500;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

[type="checkbox"]:disabled+label {
    color: #aaa;
}

.strflimg {
    margin: 3px 0 0;
}

.faciltyscr {
    display: block;
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.facilok {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.insidesiderit {
    float: right;
    width: 28%;
}

.flteritms.secnsort {
    width: 75%;
}

.flteritms.secnsort .fltrbox {
    width: 33.333%;
}

.secnsor {
    background: none repeat scroll 0 0 #8c8c8c;
    color: #fff;
    float: left;
    height: 50px;
    position: relative;
    width: 25%;
}

.secnsor::after {
    content: "\f0d9";
    bottom: 0;
    color: #8c8c8c;
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    left: -12px;
    top: 0;
}

.prisfltr {
    display: block;
    overflow: hidden;
    padding: 92px 40px;
}

.srchresult {
    float: left;
    width: 100%;
}

.mapplerslt {
    display: block;
    overflow: hidden;
    position: relative;
}

.leftmap {
    height: 100%;
    position: absolute;
    width: 240px;
    transition: all 400ms ease-in-out;
}

.rightreslt {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin-left: 240px;
    width: 900px;
    transition: all 400ms ease-in-out;
}

.srchresult.fixed .leftmap {
    position: fixed;
    top: 60px;
    z-index: 0;
}

.srchresult.fixed .rightreslt {}

.srchresult.fixed {
    margin-top: 60px;
}

.allfadeinner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10;
}

.mapconresult {
    background: none repeat scroll 0 0 #e5e3df;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10;
}

.newsectn.fixed {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 105;
}

.newsectn.fixed .sideaside {
    margin: 5px 0;
}

.innerpage .cart {
    z-index: 121;
}

.enlrge.fa {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 100;
}

.mapplerslt.maplarge .leftmap {
    width: 900px;
}

.mapplerslt.maplarge .rightreslt {
    transform: translateX(660px);
}

.srchresult.fixed .mapplerslt.maplarge .rightreslt {
    margin-left: 0;
    transform: translateX(900px);
}

.mapplerslt.maplarge .enlrge.fa::before {
    content: "\f053";
}

.whitlabel {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.has-js .label_check,
.has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(../images/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(../images/check-off.png) no-repeat;
}

.has-js label.c_on {
    background: url(../images/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(../images/radio-on.png) no-repeat;
}

.has-js .label_check input,
.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

.colorfa.fa.rtot {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.airlinrmatrix {
    float: left;
    width: 100%;
}

.matrx {
    float: left;
    padding: 0 10px;
    width: 100%;
}

.linefstr {
    float: left;
}

.linescndr {
    display: block;
    overflow: hidden;
}

.arlinemtrx {}

.airlineall {
    background: none repeat scroll 0 0 #999;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 52px;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
}

.airlinesd {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-right: 1px solid #e6e6e6;
    display: block;
    height: 52px;
    margin: 0 5px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}

input.airline-slider[type="checkbox"] {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.imgemtrx {
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
    width: 50px;
}

.imgemtrx img {
    width: 100%;
    height: 30px;
    max-width: 40px;
}

.alsmtrx strong {
    color: #999;
    display: block;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtrxprice {
    color: #555;
    display: block;
    font-size: 14px;
    overflow: hidden;
}

.owl-carousel.matrixcarsl {}

.owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-prev,
.owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-next {
    border-radius: 0;
    height: 54px;
    margin: 0 2px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    width: 30px;
    z-index: 10;
}

.owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-prev {
    background: url("../images/prev3.png") no-repeat scroll center center #eee;
    left: 0;
}

.owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-next {
    background: url("../images/next3.png") no-repeat scroll center center #eee;
    right: 0;
}

.owl-carousel.matrixcarsl .owl-controls {
    margin: 0;
}

.owl-carousel.matrixcarsl .owl-buttons {
    bottom: 0;
    left: -30px;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 10;
}

.owl-carousel.matrixcarsl .owl-wrapper-outer {
    z-index: 11;
}

.fixcrunt {
    background: none repeat scroll 0 0 #f1f3fc;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.fixincrmnt {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #83677b;
    box-shadow: 0 0 10px -5px #f6881f;
    display: block;
    overflow: hidden;
}

.selctarln {
    display: block;
    overflow: hidden;
    padding: 0;
}

.sidepricebig {
    color: #e6780f;
    display: block;
    font-size: 15px;
    padding: 2px 5px;
    text-align: right;
}

.downstmnt {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
}

.farerools {
    float: right;
    font-size: 14px;
}

.flgtwrds::after {
    background: none repeat scroll 0 0 #f2eae3;
    content: "";
    height: 6px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 0;
}

.flgtwrds {
    display: block;
    font-size: 16px;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 10;
}

.flgtwrds strong {
    background: none repeat scroll 0 0 #fff;
    color: #444;
    font-weight: normal;
    padding: 5px 20px;
    position: relative;
    z-index: 10;
}

.btn-flat.booknow {
    border: 1px solid #5a5d39;
    width: 100%;
}

.bookbtnhotl {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
}

.booknowhotl {
    background: none repeat scroll 0 0 #283891;
    border: 0 none;
    bottom: 0;
    color: #fff;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 10px;
    transition: all 400ms ease-in-out;
}

.booknowhotl::before {
    content: "\f0d9";
    bottom: 0;
    color: #283891;
    font-family: "FontAwesome";
    font-size: 50px;
    left: -14px;
    line-height: 150px;
    position: absolute;
    text-indent: 0;
    top: 0;
}

.booktexthotl {
    display: block;
    font-size: 14px;
    line-height: 150px;
    overflow: hidden;
    text-align: center;
    transition: all 400ms ease-in-out;
    opacity: 0;
}

.htlrumrow:hover .booknowhotl,
.madgrid:hover .booknowhotl {
    width: 50px;
}

.htlrumrow:hover .booktexthotl,
.madgrid:hover .booktexthotl {
    opacity: 1;
    color: #fff;
}

.hotelpreferences li {
    background: url("../images/hotel_aminities_2.png") no-repeat scroll 0 0 #fff;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    color: #999;
    float: left;
    height: 28px;
    margin: 2px;
    padding: 5px;
    width: 28px;
}

.hotelpreferences li.hotel-aico {
    background-position: -58px -2px;
}

.hotelpreferences li:hover.hotel-aico {
    background-position: -88px -2px;
}

.hotelpreferences li.hotel-aide {
    background-position: -58px -30px;
}

.hotelpreferences li:hover.hotel-aide {
    background-position: -87px -30px;
}

.hotelpreferences li.hotel-chca {
    background-position: -58px -59px;
}

.hotelpreferences li:hover.hotel-chca {
    background-position: -88px -59px;
}

.hotelpreferences li.hotel-balc {
    background-position: -59px -86px;
}

.hotelpreferences li:hover.hotel-balc {
    background-position: -88px -86px;
}

.hotelpreferences li.hotel-chpr {
    background-position: -58px -116px;
}

.hotelpreferences li:hover.hotel-chpr {
    background-position: -86px -116px;
}

.hotelpreferences li.hotel-hasa {
    background-position: -58px -144px;
}

.hotelpreferences li:hover.hotel-hasa {
    background-position: -86px -144px;
}

.hotelpreferences li.hotel-hspi {
    background-position: -58px -172px;
}

.hotelpreferences li:hover.hotel-hspi {
    background-position: -88px -172px;
}

.hotelpreferences li.hotel-brft {
    background-position: -58px -199px;
}

.hotelpreferences li:hover.hotel-brft {
    background-position: -88px -199px;
}

.hotelpreferences li.hotel-care {
    background-position: -58px -227px;
}

.hotelpreferences li:hover.hotel-care {
    background-position: -87px -227px;
}

.hotelpreferences li.hotel-casi {
    background-position: -58px -257px;
}

.hotelpreferences li:hover.hotel-casi {
    background-position: -88px -257px;
}

.hotelpreferences li.hotel-cosh {
    background-position: -58px -285px;
}

.hotelpreferences li:hover.hotel-cosh {
    background-position: -88px -285px;
}

.hotelpreferences li.hotel-csfr {
    background-position: -58px -314px;
}

.hotelpreferences li:hover.hotel-csfr {
    background-position: -86px -314px;
}

.hotelpreferences li.hotel-cobu {
    background-position: -58px -342px;
}

.hotelpreferences li:hover.hotel-cobu {
    background-position: -86px -342px;
}

.hotelpreferences li.hotel-code {
    background-position: -58px -369px;
}

.hotelpreferences li:hover.hotel-code {
    background-position: -86px -369px;
}

.hotelpreferences li.hotel-cole {
    background-position: -58px -994px;
}

.hotelpreferences li:hover.hotel-cole {
    background-position: -87px -994px;
}

.hotelpreferences li.hotel-coro {
    background-position: -58px -400px;
}

.hotelpreferences li:hover.hotel-coro {
    background-position: -86px -400px;
}

.hotelpreferences li.hotel-cobr {
    background-position: -58px -427px;
}

.hotelpreferences li:hover.hotel-cobr {
    background-position: -88px -427px;
}

.hotelpreferences li.hotel-dinr {
    background-position: -58px -455px;
}

.hotelpreferences li:hover.hotel-dinr {
    background-position: -86px -455px;
}

.hotelpreferences li.hotel-effi {
    background-position: -58px -484px;
}

.hotelpreferences li:hover.hotel-effi {
    background-position: -88px -484px;
}

.hotelpreferences li.hotel-elev {
    background-position: -58px -512px;
}

.hotelpreferences li:hover.hotel-elev {
    background-position: -85px -512px;
}

.hotelpreferences li.hotel-entr {
    background-position: -58px -540px;
}

.hotelpreferences li:hover.hotel-entr {
    background-position: -87px -540px;
}

.hotelpreferences li.hotel-fapl {
    background-position: -58px -568px;
}

.hotelpreferences li:hover.hotel-fapl {
    background-position: -86px -568px;
}

.hotelpreferences li.hotel-fplc {
    background-position: -58px -598px;
}

.hotelpreferences li:hover.hotel-fplc {
    background-position: -87px -598px;
}

.hotelpreferences li.hotel-frtr {
    background-position: -58px -625px;
}

.hotelpreferences li:hover.hotel-frtr {
    background-position: -87px -625px;
}

.hotelpreferences li.hotel-garo {
    background-position: -58px -654px;
}

.hotelpreferences li:hover.hotel-garo {
    background-position: -86px -654px;
}

.hotelpreferences li.hotel-gish {
    background-position: -58px -682px;
}

.hotelpreferences li:hover.hotel-gish {
    background-position: -86px -682px;
}

.hotelpreferences li.hotel-golf {
    background-position: -58px -712px;
}

.hotelpreferences li:hover.hotel-golf {
    background-position: -87px -712px;
}

.hotelpreferences li.hotel-hafa {
    background-position: -58px -738px;
}

.hotelpreferences li:hover.hotel-hafa {
    background-position: -86px -738px;
}

.hotelpreferences li.hotel-hecl {
    background-position: -57px -768px;
}

.hotelpreferences li:hover.hotel-hecl {
    background-position: -87px -768px;
}

.hotelpreferences li.hotel-miov {
    background-position: -58px -795px;
}

.hotelpreferences li:hover.hotel-miov {
    background-position: -87px -795px;
}

.hotelpreferences li.hotel-ktcn {
    background-position: -58px -824px;
}

.hotelpreferences li:hover.hotel-ktcn {
    background-position: -87px -824px;
}

.hotelpreferences li.hotel-lava {
    background-position: -58px -853px;
}

.hotelpreferences li:hover.hotel-lava {
    background-position: -86px -853px;
}

.hotelpreferences li.hotel-luge {
    background-position: -58px -878px;
}

.hotelpreferences li:hover.hotel-luge {
    background-position: -87px -878px;
}

.hotelpreferences li.hotel-lnch {
    background-position: -59px -909px;
}

.hotelpreferences li:hover.hotel-lnch {
    background-position: -86px -909px;
}

.hotelpreferences li.hotel-mepl {
    background-position: -58px -938px;
}

.hotelpreferences li:hover.hotel-mepl {
    background-position: -87px -938px;
}

.hotelpreferences li.hotel-mefa {
    background-position: -58px -966px;
}

.hotelpreferences li:hover.hotel-mefa {
    background-position: -86px -966px;
}

.hotelpreferences li.hotel-miba {
    background-position: -115px -2px;
}

.hotelpreferences li:hover.hotel-miba {
    background-position: -143px -2px;
}

.hotelpreferences li.hotel-moir {
    background-position: -115px -30px;
}

.hotelpreferences li:hover.hotel-moir {
    background-position: -143px -30px;
}

.hotelpreferences li.hotel-mtgl {
    background-position: -115px -58px;
}

.hotelpreferences li:hover.hotel-mtgl {
    background-position: -143px -58px;
}

.hotelpreferences li.hotel-nsmr {
    background-position: -115px -87px;
}

.hotelpreferences li:hover.hotel-nsmr {
    background-position: -144px -87px;
}

.hotelpreferences li.hotel-park {
    background-position: -114px -117px;
}

.hotelpreferences li:hover.hotel-park {
    background-position: -144px -117px;
}

.hotelpreferences li.hotel-fprk {
    background-position: -114px -144px;
}

.hotelpreferences li:hover.hotel-fprk {
    background-position: -143px -144px;
}

.hotelpreferences li.hotel-spal {
    background-position: -113px -172px;
}

.hotelpreferences li:hover.hotel-spal {
    background-position: -143px -172px;
}

.hotelpreferences li.hotel-phsv {
    background-position: -115px -201px;
}

.hotelpreferences li:hover.hotel-phsv {
    background-position: -145px -201px;
}

.hotelpreferences li.hotel-pool {
    background-position: -113px -229px;
}

.hotelpreferences li:hover.hotel-pool {
    background-position: -143px -229px;
}

.hotelpreferences li.hotel-inpl {
    background-position: -115px -257px;
}

.hotelpreferences li:hover.hotel-inpl {
    background-position: -143px -257px;
}

.hotelpreferences li.hotel-oupl {
    background-position: -114px -284px;
}

.hotelpreferences li:hover.hotel-oupl {
    background-position: -143px -284px;
}

.hotelpreferences li.hotel-ptrs {
    background-position: -115px -313px;
}

.hotelpreferences li:hover.hotel-ptrs {
    background-position: -143px -313px;
}

.hotelpreferences li.hotel-rfgr {
    background-position: -115px -341px;
}

.hotelpreferences li:hover.hotel-rfgr {
    background-position: -144px -341px;
}

.hotelpreferences li.hotel-rtnt {
    background-position: -113px -369px;
}

.hotelpreferences li:hover.hotel-rtnt {
    background-position: -143px -369px;
}

.hotelpreferences li.hotel-rose {
    background-position: -114px -397px;
}

.hotelpreferences li:hover.hotel-rose {
    background-position: -143px -397px;
}

.hotelpreferences li.hotel-orro {
    background-position: -114px -426px;
}

.hotelpreferences li:hover.hotel-orro {
    background-position: -143px -426px;
}

.hotelpreferences li.hotel-wero {
    background-position: -114px -456px;
}

.hotelpreferences li:hover.hotel-wero {
    background-position: -143px -456px;
}

.hotelpreferences li.hotel-sair {
    background-position: -115px -483px;
}

.hotelpreferences li:hover.hotel-sair {
    background-position: -143px -483px;
}

.hotelpreferences li.hotel-sade {
    background-position: -115px -512px;
}

.hotelpreferences li:hover.hotel-sade {
    background-position: -143px -512px;
}

.hotelpreferences li.hotel-saun {
    background-position: -114px -541px;
}

.hotelpreferences li:hover.hotel-saun {
    background-position: -143px -541px;
}

.hotelpreferences li.hotel-sccv {
    background-position: -115px -568px;
}

.hotelpreferences li:hover.hotel-sccv {
    background-position: -143px -568px;
}

.hotelpreferences li.hotel-shwr {
    background-position: -115px -597px;
}

.hotelpreferences li:hover.hotel-shwr {
    background-position: -143px -597px;
}

.hotelpreferences li.hotel-skii {
    background-position: -116px -625px;
}

.hotelpreferences li:hover.hotel-skii {
    background-position: -143px -625px;
}

.hotelpreferences li.hotel-sski {
    background-position: -115px -653px;
}

.hotelpreferences li:hover.hotel-sski {
    background-position: -143px -653px;
}

.hotelpreferences li.hotel-wtki {
    background-position: -114px -682px;
}

.hotelpreferences li:hover.hotel-wtki {
    background-position: -143px -682px;
}

.hotelpreferences li.hotel-spaa {
    background-position: -115px -711px;
}

.hotelpreferences li:hover.hotel-spaa {
    background-position: -143px -711px;
}

.hotelpreferences li.hotel-tnct {
    background-position: -115px -739px;
}

.hotelpreferences li:hover.hotel-tnct {
    background-position: -143px -739px;
}

.hotelpreferences li.hotel-trdk {
    background-position: -114px -768px;
}

.hotelpreferences li:hover.hotel-trdk {
    background-position: -143px -768px;
}

.hotelpreferences li.hotel-telv {
    background-position: -115px -796px;
}

.hotelpreferences li:hover.hotel-telv {
    background-position: -143px -796px;
}

.hotelpreferences li.hotel-cbtv {
    background-position: -114px -823px;
}

.hotelpreferences li:hover.hotel-cbtv {
    background-position: -143px -823px;
}

.hotelpreferences li.hotel-vdcr {
    background-position: -116px -852px;
}

.hotelpreferences li:hover.hotel-vdcr {
    background-position: -143px -852px;
}

.hotelpreferences li.hotel-wtbd {
    background-position: -115px -880px;
}

.hotelpreferences li:hover.hotel-wtbd {
    background-position: -143px -880px;
}

.hotelpreferences li.hotel-prbt {
    background-position: -114px -909px;
}

.hotelpreferences li:hover.hotel-prbt {
    background-position: -143px -909px;
}

.hotelpreferences li.hotel-wtbr {
    background-position: -114px -937px;
}

.hotelpreferences li:hover.hotel-wtbr {
    background-position: -143px -937px;
}

.hotelpreferences li.hotel-a120 {
    background-position: -115px -968px;
}

.hotelpreferences li:hover.hotel-a120 {
    background-position: -143px -968px;
}

.hotelpreferences li.hotel-d120 {
    background-position: -115px -994px;
}

.hotelpreferences li:hover.hotel-d120 {
    background-position: -143px -994px;
}

.hotelpreferences li.hotel-a220 {
    background-position: -115px -1023px;
}

.hotelpreferences li:hover.hotel-a220 {
    background-position: -143px -1023px;
}

.hotelpreferences li.hotel-d220 {
    background-position: -115px -1051px;
}

.hotelpreferences li:hover.hotel-d220 {
    background-position: -143px -1051px;
}

.hotelpreferences li.hotel-fxsv {
    background-position: -114px -1080px;
}

.hotelpreferences li:hover.hotel-fxsv {
    background-position: -143px -1080px;
}

.hotelpreferences li.hotel-jgtk {
    background-position: -116px -1107px;
}

.hotelpreferences li:hover.hotel-jgtk {
    background-position: -143px -1107px;
}

.hotelpreferences li.hotel-sfbd {
    background-position: -115px -1135px;
}

.hotelpreferences li:hover.hotel-sfbd {
    background-position: -143px -1135px;
}

.hotelpreferences li.hotel-phco {
    background-position: -114px -1164px;
}

.hotelpreferences li:hover.hotel-phco {
    background-position: -143px -1164px;
}

.hotelpreferences li.hotel-batb {
    background-position: -113px -1193px;
}

.hotelpreferences li:hover.hotel-batb {
    background-position: -143px -1193px;
}

.hotelpreferences li.hotel-fsty {
    background-position: -115px -1221px;
}

.hotelpreferences li:hover.hotel-fsty {
    background-position: -143px -1221px;
}

.hotelpreferences {
    float: left;
    margin-bottom: 4px;
    width: 100%;
}

.shtlnamehotl {
    color: #444;
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    overflow: hidden;
    padding-right: 70px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.starrtinghotl {
    display: block;
    /*max-width:60px;*/
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.starrtinghotl img {
    width: 100%;
}

.mapviewhtlhotl.fa {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    transition: all 400ms ease-in-out;
    transform: scale(0);
}

.madgrid:hover .mapviewhtlhotl.fa {
    transform: scale(1);
}

.userviwhotl {
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 2px 0;
    text-align: center;
}

#top .topssec {
    position: static;
}

.allpagewrp.fixed .fixcrunt {
    padding: 5px 0;
    position: fixed;
    top: 0;
    z-index: 100;
}

.allpagewrp.fixed .airlinrmatrix {
    margin-top: 110px;
}

.myfilter.fixed {
    position: fixed;
    top: 110px;
    z-index: 100;
}

.myfilter.fixed .sideaside {
    margin: 0;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

.martopfixd {
    margin-top: 58px;
}

.modinew {
    float: left;
    width: 100%;
}

.contentsdw {
    float: left;
    width: 100%;
}

.contryname {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
}

.placenameflt {
    color: #333;
    display: block;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    padding: 6px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.boxlabl {
    color: #333;
    display: block;
    font-size: 13px;
    margin: 0 0 5px;
    overflow: hidden;
}

.boxlabl.textcentr {
    text-align: center;
}

.faldate.fa {
    margin-right: 6px;
}

.datein {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
}

.calinn strong {
    font-size: 15px;
    font-weight: 500;
}

.boxpad {
    padding: 8px 10px;
}

.countlbl {
    color: #333;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

.modifysrch::after {
    content: "\f107";
    bottom: 0;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 34px;
    left: 0;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.modifysrch {
    background: none repeat scroll 0 0 #5a5d39;
    float: right;
    height: 58px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    transition: all 300ms ease-in-out;
}

.search-result {
    background: #e1ebea none repeat scroll 0 0;
    float: left;
    width: 100%;
    padding: 15px 0 15px;
}

.resultalls {
    float: left;
    position: relative;
    width: 100%;
}

.coleft {
    float: left;
    width: 21%;
}

.colrit,
.wrapper1 {
    float: left;
    width: 79%;
}

.filtersho {
    background: #d41c24;
    color: #fff;
    float: left;
    margin: 0 0 10px;
    padding: 5px 10px;
    position: relative;
    width: 100%;
}

.filtersho::after {
    content: "\f0d7";
    top: 43px;
    color: #d41c24;
    font-family: "FontAwesome";
    font-size: 50px;
    left: 0;
    position: absolute;
    line-height: 0;
    right: 0;
    text-align: center;
}

.avlhtls {
    display: block;
    color: #eee;
    font-size: 14px;
    margin: 4px 0;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
}

.placenamefil {
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 5px 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avlhtls strong {
    color: #eee;
    font-size: 16px;
    font-weight: 500;
}

.flteboxwrp {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.fltrboxin {
    float: left;
    width: 100%;
}

.celsrch {
    display: block;
    overflow: hidden;
    /*padding: 5px 15px;*/
}

.collapsebtn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #64485c;
    display: block;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    padding: 0 0 2px;
    position: relative;
    text-align: left;
    width: 100%;
}

.collapsebtn::after {
    content: "\f0d7";
    color: #5a5d39;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}

.septor {
    background: #e2e2e2 none repeat scroll 0 0;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #d0d0d0;
    display: block;
    height: 2px;
    margin: 0;
    overflow: hidden;
}

.price_slider1 {
    margin: 0 0 20px;
    padding: 0 10px;
}

.price_slider1 p {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.boxins {
    display: block;
    overflow: hidden;
    padding: 5px 0;
}

.marret {
    margin: 0 -1px;
}

.stopone {
    float: left;
    width: 33.333%;
}

.starin {
    /* background: none repeat scroll 0 0 #fff; */
    border: 0;
    display: block;
    font-size: 12px;
    margin: 1px 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    float: left;
    line-height: normal;
    margin-left: 10px;
}

.stopbig {
    color: #333;
    display: block;
    overflow: hidden;
    padding: 2px 3px;
    /* margin: 1px 0; */
}

.stopsml {
    color: #5a5d39;
    font-size: 14px;
    text-transform: capitalize;
}

.htlcount {
    /* background:none repeat scroll 0 0 #fafafa; */
    color: #666;
    display: block;
    margin: 3px 0 0;
    overflow: hidden;
    padding: 2px 0;
}

.toglefil.active .starin {
    background: none repeat scroll 0 0 #719792;
    color: #fff;
}

.toglefil.active .stopbig,
.toglefil.active .stopsml {
    color: #fff;
}

.toglefil.active .htlcount {
    background: none repeat scroll 0 0 #d41c24;
    color: #fff;
}

.timone {
    float: left;
    position: relative;
    width: 100%;
}

.flitsprt {
    background: url(../images/flitsprite.png) no-repeat 0 0;
    display: block;
    height: 35px;
    margin: 2px auto;
    width: 40px;
}

.flitsprt.mng1,
.timone.disabled.active .flitsprt.mng1 {
    background-position: -52px 2px;
}

.flitsprt.mng2,
.timone.disabled.active .flitsprt.mng2 {
    background-position: 6px 2px;
}

.flitsprt.mng3,
.timone.disabled.active .flitsprt.mng3 {
    background-position: -187px 2px;
}

.flitsprt.mng4,
.timone.disabled.active .flitsprt.mng4 {
    background-position: -122px 2px;
}

.timone.active .flitsprt.mng1 {
    background-position: -52px -39px;
}

.timone.active .flitsprt.mng2 {
    background-position: 6px -39px;
}

.timone.active .flitsprt.mng3 {
    background-position: -187px -39px;
}

.timone.active .flitsprt.mng4 {
    background-position: -122px -39px;
}

.timone .htlcount {
    font-size: 12px;
}

.timone .htlcount {
    font-size: 12px;
}

.price_slider1 .ui-widget-content {
    background: #db9f00;
    border: none !important;
    border-radius: 30px !important;
    box-shadow: none;
    height: 4px;
}

.price_slider1 .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0px;
}

.price_slider1 .ui-widget-header {
    background: none repeat scroll 0 0 #d41c24;
    box-shadow: none;
}

.price_slider1 .ui-state-default,
.price_slider1 .ui-widget-content .ui-state-default,
.price_slider1 .ui-widget-header .ui-state-default,
.price_slider1 .ui-state-default,
.price_slider1 .ui-widget-content .ui-state-default,
.price_slider1 .ui-widget-header .ui-state-default {
    outline: none !important;
    background: rgba(0, 0, 0, 0) url("../images/tips.png") no-repeat scroll 0 0;
    border: none;
    cursor: pointer;
    height: 28px;
    margin-left: -14px;
    top: -12px;
    width: 28px;
}

.level {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #666;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.modfictions {
    background: url(../images/pattern1.png) repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
    /*box-shadow: 0px 2px 3px #00000061;*/
    position: relative !important;
}

.fromtopmargin.set_up {
    margin-top: 60px;
}

.insidebosc {
    display: block;
    float: left;
    padding: 0 0 0 20px;
    width: 100%;
}

.insidesame {
    display: table;
    margin: 2px auto 0;
    padding: 0 5px;
}

.bigtimef {
    color: #444;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
}

.smalairport {
    color: #444;
    display: block;
    overflow: hidden;
    line-height: 26px;
    font-weight: 500;
}

.f-d-t.smalairport,
.f-a-t.smalairport {
    display: none;
}

.durtntime {
    color: #444;
    display: block;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    overflow: hidden;
}

.stop-value.smalairport {
    line-height: 16px;
    color: #666;
    font-weight: normal;
    text-align: center;
}

.priceflights {
    color: #5a5d39;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-align: right;
}

.priceflights {
    font-size: 14px;
    line-height: 16px;
}

.bookbtlfrt {
    display: block;
    overflow: hidden;
    padding: 1px;
}

/*.bookallbtn{background: #5a5d39 none repeat scroll 0 0;border: none;border-radius: 3px;color: #fff;display: block;font-size: 11px;padding: 2px 5px;text-align: center;
width: 100%;max-width: 90px;}*/
.bookallbtn {
    background: #d41c24 none repeat scroll 0 0;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 5px 5px;
    text-align: center;
    width: 100%;
    max-width: 90px;
}

#flight_search_result .bookallbtn {
    margin: 0 auto;
}

.bookallbtn:hover {
    color: #fff;
}

.centerload {
    /*background: transparent;
    box-shadow: none;
    width: 300px;
    height: 300px;
    background: #d41c24 !important;
    padding: 0;
    border-radius: 50%;
    margin-top: 12%;
    box-shadow: 0 25px 50px -12px rgba(43, 45, 12, 1);
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;*/
}

.centerload {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px #000;
    display: block;
    margin: 45px auto auto;
    width: 450px;
    height: 350px;
    /*border-radius:50%;*/
    padding: 20px;
    text-align: center;
}

.fulloading .centerload.cityload {
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fafafa !important;
}

.animatingDiv {
    width: 40px;
    height: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: -20px;
    margin-top: -20px;
    left: 50px;
    top: 50px;
    position: absolute;
    background: blue;
}

.reltivefligtgo {
    display: block;
    height: 150px;
    margin: -30px -50px 0;
    overflow: hidden;
    position: relative;
}

.flitfly {
    position: absolute;
}

.flitfly {
    background: url("../images/flight.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 55px;
    width: 60px;
    z-index: 1;
    transition: all 400ms cubic-bezier(0, 0, .59, 1);
    -webkit-animation: flightanimate 15s linear infinite;
    -moz-animation: flightanimate 15s linear infinite;
    -o-animation: flightanimate 15s linear infinite;
    animation: flightanimate 15s linear infinite;
}

@-webkit-keyframes flightanimate {
    0% {
        left: -50px;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(20deg);
        bottom: 80px;
    }

    60% {
        bottom: 80px;
        -webkit-transform: rotate(25deg);
    }

    70% {
        -webkit-transform: rotate(30deg);
    }

    90% {
        -webkit-transform: rotate(50deg);
    }

    100% {
        left: 650px;
        -webkit-transform: rotate(60deg);
    }
}

@-moz-keyframes flightanimate {
    0% {
        left: -50px;
    }

    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(20deg);
        bottom: 80px;
    }

    60% {
        bottom: 80px;
        -moz-transform: rotate(25deg);
    }

    70% {
        -moz-transform: rotate(30deg);
    }

    90% {
        -moz-transform: rotate(50deg);
    }

    100% {
        left: 650px;
        -moz-transform: rotate(60deg);
    }
}

@-o-keyframes flightanimate {
    0% {
        left: -50px;
    }

    20% {
        -o-transform: rotate(15deg);
    }

    40% {
        -o-transform: rotate(20deg);
        bottom: 80px;
    }

    60% {
        bottom: 80px;
        -o-transform: rotate(25deg);
    }

    70% {
        -o-transform: rotate(30deg);
    }

    90% {
        -o-transform: rotate(50deg);
    }

    100% {
        left: 650px;
        -o-transform: rotate(60deg);
    }
}

@keyframes flightanimate {
    0% {
        left: -50px;
    }

    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(20deg);
        bottom: 80px;
    }

    60% {
        bottom: 80px;
        transform: rotate(25deg);
    }

    70% {
        transform: rotate(30deg);
    }

    90% {
        transform: rotate(50deg);
    }

    100% {
        left: 650px;
        transform: rotate(60deg);
    }
}

.clodnsun {
    background: url("../images/cns.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
    left: 60%;
    position: absolute;
    top: 40px;
    width: 85px;
    z-index: 0;
    transition: all 400ms cubic-bezier(0, 0, .59, 1);
    -webkit-animation: cloudanim 15s linear infinite;
    -moz-animation: cloudanim 15s linear infinite;
    -o-animation: cloudanim 15s linear infinite;
    animation: cloudanim 15s linear infinite;
}

@-webkit-keyframes cloudanim {
    0% {
        left: 60%;
    }

    100% {
        left: 80%;
    }
}

@-moz-keyframes cloudanim {
    0% {
        left: 60%;
    }

    100% {
        left: 80%;
    }
}

@-o-keyframes cloudanim {
    0% {
        left: 60%;
    }

    100% {
        left: 80%;
    }
}

@keyframes cloudanim {
    0% {
        left: 60%;
    }

    100% {
        left: 80%;
    }
}

.loadcity {
    background: url("../images/loadcity.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 400ms cubic-bezier(0, 0, 0.59, 1) 0s;
    width: 1187px;
    z-index: 0;
    transition: all 400ms cubic-bezier(0, 0, .59, 1);
    -webkit-animation: loadingcity 15s linear infinite;
    -moz-animation: loadingcity 15s linear infinite;
    -o-animation: loadingcity 15s linear infinite;
    animation: loadingcity 15s linear infinite;
}

@-webkit-keyframes loadingcity {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

@-moz-keyframes loadingcity {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

@-o-keyframes loadingcity {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

@keyframes loadingcity {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

.relativetop {
    position: relative;
    z-index: 10;
}

.fldealsec {
    background: #e6e6e6 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    float: left;
    padding: 20px 0 15px;
    width: 100%;
    display: none;
}

.ontyp {
    display: block;
    overflow: hidden;
    padding: 10px 15px 0;
}

.labltowr {
    color: #d41c24;
    display: block;
    font-size: 14px;
    margin: 0 0 7.5px;
    overflow: hidden;
    font-weight: 600;
}

.labltowr strong {
    color: #666;
    font-weight: 300;
}

.allboxflt {
    display: block;
    overflow: hidden;
    padding: 5px 0;
}

.portnme {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 2px 0;
    overflow: hidden;
}

.portnmeter {
    color: #999;
    display: block;
    font-size: 12px;
    overflow: hidden;
}

.textcntr {
    text-align: center;
}

.jetimg {
    float: left;
    margin-right: 10px;
}

.alldiscrpo {
    color: #444;
    display: block;
    font-size: 13px;
    overflow: hidden;
}

.sgsmal {
    color: #999;
    display: block;
    font-size: 10px;
    margin: 2px 0 0;
    overflow: hidden;
}

.allboxflt .airlblxl {
    color: #444;
    font-size: 13px;
    /* font-weight: 600; */
}

.connectnflt {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.connectnflt::after {
    border-bottom: 1px dotted #ccc;
    content: "";
    height: 1px;
    left: 0;
    margin: -1px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
}

.conctncentr {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 30px;
    color: #999;
    display: table;
    font-size: 13px;
    margin: 10px auto;
    padding: 5px 11px;
}

.conctncentr .fa {
    font-size: 14px;
    margin-right: 10px;
}

.resultpetty {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d8d8d8;
    float: left;
    margin: 0 0 15px;
    padding: 10px 0;
    width: 100%;
}

.pricedetail {
    font-size: 13px;
}

.bordspl {
    border-bottom: 1px solid #d8d8d8;
    float: left;
    width: 100%;
}

.tabcontnue {
    position: relative;
}

.tabcontnue::after {
    background: #d7d7d7 none repeat scroll 0 0;
    border-bottom: 1px solid #f0f0f0;
    content: "";
    height: 2px;
    left: 15%;
    position: absolute;
    right: 15%;
    top: 25px;
}

.rondsts {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 10;
    opacity: .8;
}

.rondsts.active {
    opacity: 1
}

.iconstatus.fa {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    color: #666;
    font-size: 20px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    width: 50px;
}

.rondsts.active .iconstatus.fa {
    border: 2px solid #5a5d39;
}

.stausline {
    color: #555;
    display: block;
    font-size: 14px;
    margin: 6px 0 0;
    overflow: hidden;
    text-align: center;
}

.alldownsectn {
    /* background:none repeat scroll 0 0 #e2eceb; */
    float: left;
    width: 100%;
}

.fligthsdets {
    display: block;
    margin: 0 -15px;
    overflow: hidden;
}

.boksectn .allboxflt {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 0 #ccc;
    padding: 10px;
}

.promobtn {
    background: none repeat scroll 0 0 #d7d7d7;
    border: 0 none;
    color: #444;
    font-size: 16px;
    height: 45px;
    padding: 0 30px;
}

.promocode {
    background: none repeat scroll 0 0 #fffaf0;
    border: 1px solid #efeae0;
    display: block;
    margin: 15px;
    overflow: hidden;
    padding: 20px 10px;
}

.nputbrd {
    border: 1px solid #ddd;
}

.mailsign {
    color: #666;
    display: block;
    font-size: 15px;
    margin: 10px 0 0;
    overflow: hidden;
}

.loginspld {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

.hedlogd {
    color: #666;
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 15px;
}

.collogg {
    display: block;
    margin: 0 0 30px;
    overflow: hidden;
}

.chngedty {
    color: #428bca;
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    overflow: hidden;
}

.temsandcndtn {
    clear: both;
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    padding: 15px;
}

.continye {
    /*margin: 10px 0 0;*/
}

.insiefare {
    display: block;
    margin: 15px 0 0;
    overflow: hidden;
    padding: 0 5px 5px 15px;
}

.farehd {
    color: #555;
    display: block;
    font-size: 18px;
    margin: 0 0 10px;
    overflow: hidden;
}

.fredivs {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 0 #ccc;
    display: block;
    overflow: hidden;
    padding: 15px 20px;
}

.freshd {
    color: #666;
    display: block;
    font-size: 16px;
    margin: 0 0 8px;
    overflow: hidden;
}

.faresty {
    color: #666;
    display: block;
    overflow: hidden;
}

.reptallt {
    border-bottom: 1px solid #eee;
    display: block;
    margin: 5px 0;
    overflow: hidden;
    padding: 5px 0;
}

.amnter {
    color: #666;
    text-align: right;
}

.kindrest {
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
}

.amnterbig {
    color: #666;
    display: block;
    font-size: 20px;
    overflow: hidden;
    text-align: right;
}

.farestybig {
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-transform: uppercase;
}

.reptalltftr {
    display: block;
    overflow: hidden;
}

.topalldesc {
    background: none repeat scroll 0 0 #fcfcfc;
    display: table;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.celtbcel {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.colrcelo {
    background: none repeat scroll 0 0 #fff;
}

.bokkpricesml {
    display: block;
    overflow: hidden;
    padding: 10px;
    text-align: right;
}

.bokkpricesml .fa {}

.totlbkamnt {
    color: #666;
    display: block;
    font-size: 20px;
    margin: 0 0 0;
    overflow: hidden;
}

.fligthdets {}

.spltopbk {}

.travlrs {
    color: #999;
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
    overflow: hidden;
}

.travlrs .fa {}

.ontypsec {
    border-bottom: 1px dotted #ddd;
    display: block;
    overflow: hidden;
}

.ontypsec:last-child {
    border-bottom: 0;
}

.pasngrinput {
    background: none repeat scroll 0 0 #fff;
    /*border:1px solid #ececec;*/
    border-radius: 3px;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.adltnom {
    color: #666;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
}

.inptalbox {}

.spllty {
    padding: 5px;
}

.clainput {
    border: 1px solid #c9c9c9;
    float: left;
    font-size: 13px;
    height: 40px;
    padding: 10px 10px;
    width: 100%;
    border-radius: 10px;
}

.fmlbl {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
    overflow: hidden;
}

.splinmar {
    padding: 0 0 0 5px;
}

.splinmar .clainput {
    text-align: center;
}

.lablmal {
    display: block;
    overflow: hidden;
    padding: 8px 0;
}

.iocolor {
    color: #666 !important;
}

.spllty .formlabel {
    color: #666;
}

.clikdiv {
    display: block;
    overflow: hidden;
    padding: 10px 15px;
}

.clikagre {
    color: #000;
    display: block;
    font-size: 14px;
    margin-left: 30px;
    overflow: hidden;
    line-height: 25px;
}

.clikagre strong {
    font-weight: normal;
    font-size: 13px;
}

.sidepo {
    display: block;
    margin: 12px 0 0;
    overflow: hidden;
    text-align: center;
}

.contbk {
    display: block;
    overflow: hidden;
    padding: 20px 15px;
}

.cntctdtls_sec {
    background-color: #fff;
    border-radius: 12px 12px 0px 0px
}

.contcthdngs {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    overflow: hidden;
}

.notese {
    color: #666;
    display: block;
    font-size: 13px;
    margin: 10px 0;
    overflow: hidden;
}

.psngrnote {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding: 10px;
}

.splbukdets {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.rondsts.success .iconstatus.fa::after {
    content: "\f00c";
    background: none repeat scroll 0 0 #43d30a;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.taba {
    display: table;
    margin: 0 auto;
}

.gohel.xlbox {
    display: block;
    transition: all 400ms ease-in-out;
    margin-top: 0;
    opacity: 1;
}

.xlbox {
    display: none;
    opacity: 1;
}

.ovrgo {
    display: block;
    overflow: hidden;
}

.tablesign {
    display: table;
    width: 100%;
}

.inputsign {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.newslterinput {
    border: 1px solid #c9c9c9;
    font-size: 14px;
    height: 45px;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
}

.bookcont {
    background-color: #d41c24;
    border: 1px solid #d41c24;
    border-radius: 3px;
    color: #ffffff;
    display: table;
    font-size: 18px;
    padding: 12px 0;
    width: 100%;
}

.bookcont.btnoclr {
    background: none repeat scroll 0 0 #666;
    border: 1px solid #565656;
}

.linetopbtm::after {
    background: none repeat scroll 0 0 #ddd;
    bottom: 10%;
    content: "";
    left: 50%;
    position: absolute;
    top: 10%;
    width: 1px;
    z-index: 0;
}

.linetopbtm {
    position: relative;
}

.orround {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    color: #666;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 1;
}

.haveacntd {
    font-size: 14px;
    font-weight: normal;
}

.insideagain .allboxflt {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d7d7d7;
    display: block;
    overflow: hidden;
    padding: 10px 10px;
    border-radius: 10px;
}

.padpaspotr {
    float: left;
    padding: 15px 0 0;
    width: 100%;
}

.flyinputsnor {
    border: 1px solid #c9c9c9;
    box-shadow: 0 0 10px -5px #ccc inset;
    display: block;
    color: #333;
    height: 40px;
    overflow: hidden;
    padding: 13px 10px 10px;
    width: 100%;
    font-size: 13px;
    border-radius: 10px;
    margin-bottom: 6px;
}

.flyinputsnor>option {
    padding: 5px;
}

.selectedwrap::after {
    /*content:"\f078";*/
    background: none repeat scroll 0 0 #fff;
    bottom: 1px;
    color: #666;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 38px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 30px;
    border-radius: 10px;
}

.selectedwrap {
    position: relative;
    line-height: 0px;
}

.selectedwrapp::after {
    content: "\f078";
    background: none repeat scroll 0 0 #fff;
    bottom: 1px;
    color: #666;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 38px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 30px;
    border-radius: 10px;
}

.selectedwrapp {
    position: relative;
    line-height: 0px;
}

.tabledates {
    display: block;
    overflow: hidden;
    width: 33.33%;
    float: left;
}

.tablecelfty {
    float: left;
    width: 100%;
}

.sckintload.round-loading .tablecelfty {
    width: 50%;
}

.tablecelfty .borddo.brdrit {
    border: none;
}

.sckintload.round-loading .tablecelfty .borddo.brdrit {
    border-right: 1px solid #ddd;
}

.sckintload.round-loading::after {
    content: "\f0ec";
}

.logininwrap {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    display: block;
    margin: 0 15px;
    overflow: hidden;
}

.newloginsectn {
    display: table;
    overflow: hidden;
    padding: 15px;
    width: 100%;
}

.celoty {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.phoneumber {
    display: block;
    overflow: hidden;
}

.noteinote {
    color: #999;
    display: block;
    margin: 4px 0 0;
    overflow: hidden;
}

.havealrdy {
    display: block;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0;
}

.signinhde {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed #ddd;
    display: block;
    font-size: 20px;
    font-weight: 300;
    overflow: hidden;
    padding: 10px;
}

.booklogin .logspecify {
    margin: 20px 0;
}

.cntgust {
    display: block;
    overflow: hidden;
}

.alrdyacnt {
    display: none;
    overflow: hidden;
}

.frgotpaswrd {
    display: block;
    font-size: 13px;
    margin: 5px 0 0;
    overflow: hidden;
}

.altpopup {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px #000;
    display: none;
    margin: 20px 0;
    min-height: 200px;
    width: 500px;
}

.insideforgot {}

.slpophd {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: 300;
    overflow: hidden;
    padding: 15px;
}

.othesend {
    display: block;
    overflow: hidden;
    padding: 30px;
}

.centerdprcd {
    display: table;
    margin: 20px auto auto;
}

.labelforgt {
    color: #666;
    display: block;
    font-size: 15px;
    margin: 0 0 5px;
    overflow: hidden;
}

.centerdprcd .bookcont {
    padding: 12px 30px;
}

.twotogle {
    display: block;
    overflow: hidden;
}

.ui-autocomplete .custom-auto-complete.ui-menu-item {
    display: block;
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.ui-autocomplete.ui-widget-content a {
    border-top: 1px solid #ddd;
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-autocomplete.ui-front {
    z-index: 10000;
}

.custom-auto-complete.ui-menu-item:hover {
    background: rgba(224, 182, 0, 0.35);
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.custom-auto-complete.ui-menu-item a.ui-corner-all {
    color: #333;
    padding: 10px;
}

.custom-auto-complete.ui-menu-item:hover a.ui-corner-all,
.custom-auto-complete.ui-menu-item a.ui-corner-all.ui-state-focus {
    color: #333;
    ;
}

.custom-auto-complete.ui-menu-item:hover {
    border-top: 1px solid #ddd;
}

.custom-auto-complete.ui-menu-item:nth-child(odd) {
    background: #f5f5f5
}

.custom-auto-complete.ui-menu-item a:hover {
    color: #333;
}

.custom-auto-complete.ui-menu-item:nth-child(odd):hover {
    background: rgba(224, 182, 0, 0.35)
}

.ui-autocomplete .custom-auto-complete.ui-menu-item:last-child {}

.ui-autocomplete-loading {
    background: url("../images/loader_v3.gif") no-repeat scroll 98% center #fff;
}

.custom-auto-complete.ui-state-focus {
    background: #bdc6f8;
}

.custom-auto-complete.ui-widget-content a {
    color: #666;
    font-size: 14px;
}

.custom-auto-complete.ui-state-focus a {
    font-weight: normal;
    color: #333;
}

.sidepricebig strong {
    font-size: 16px;
    font-weight: normal;
    margin-right: 4px;
}

.allsegments {
    float: left;
    width: 100%;
    padding: 0;
}

.rondnone {
    float: left;
    width: 100%;
}

.fixincrmnt.fixed {
    background: none repeat scroll 0 0 #fff;
    position: fixed;
    top: 60px;
    width: 835px;
    z-index: 999;
}

.filterforall.addtwofilter.fixed {
    margin-top: 100px;
}

.filterforall.addtwofilter {
    display: block;
    margin: 0 -5px;
    overflow: hidden;
}

.filterforall.addtwofilter .topmisty {
    float: left;
    width: 50%;
    margin-top: 1px;
}

.filterforall.addtwofilter .divinsidefltr {
    width: 100%;
}

.filterforall.addtwofilter .insidemyt {
    display: block;
    margin: 0 5px;
    overflow: hidden;
}

.round-domestk .rondnone {
    width: 50%;
}

.round-domestk .wayprice {
    width: 100%;
}

/*.round-domestk .waybook{bottom:-25px;display:none;left:0;position:absolute;right:0;width:100%;}*/
/*commented by alex on 07/11/16*/
/*.round-domestk .wayeght.flight_details, .round-domestk .wayfour.fare_details {width: 100%;}*/
.round-domestk .fare_details .wayprice {
    width: 50%;
}

.mltiwy.round-domestk .fare_details .wayprice {
    width: 33.33%;
}

.round-domestk .bookallbtn {
    font-size: 12px;
    padding: 2px 0;
}

.round-domestk .rowresult .madgrid:hover .waybook {
    display: block;
}

/*.round-domestk .wayeght{width:80%;}
.round-domestk .wayfour{width:20%;}*/
.round-domestk .priceflights {
    /*font-size:16px;font-weight:normal;*/
}

.bigtimef {
    font-size: 12px;
    float: left;
    margin-right: 3px;
}

.durtntime {
    font-size: 12px;
}

.round-domestk .rondnone:nth-child(odd) .rowresult.active .madgrid {
    background: #fff7f0;
    border: 1px solid #f6881f;
    box-shadow: 0 0 10px -5px #f6881f;
}

.round-domestk .rondnone:nth-child(even) .rowresult.active .madgrid {
    background: #f0f2fe;
    border: 1px solid #f6881f;
    box-shadow: 0 0 10px -5px #f6881f;
}

.round-trip .rondnone {
    width: 100%;
}

.segment-onward {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
}

.segment-return {
    background: none repeat scroll 0 0 #fbf8ed;
    display: none;
    float: left;
    width: 100%;
}

.priceanbook {
    display: block;
    margin: 0;
}

.priceflights strong {
    font-weight: normal;
    margin-right: 3px;
}

.round-trip .allsegments:nth-child(odd) {
    background: #eef1f9;
}

.round-trip .allsegments:nth-child(even) {
    background: #fbf8ed;
}

.round-trip .priceanbook {
    margin: 32px 0 0;
}

.multi-city .allsegments:nth-child(odd) {
    background: #eef1f9;
}

.multi-city .allsegments:nth-child(even) {
    background: #fbf8ed;
}

div#ui-datepicker-div.ui-datepicker {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 10px -5px #000;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: auto !important;
    z-index: 100000002 !important;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.ui-datepicker.ui-widget .ui-datepicker-header {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 0;
    padding: 8px;
}

.ui-datepicker.ui-widget .ui-datepicker-prev::after,
.ui-datepicker.ui-widget .ui-datepicker-next::after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    border-radius: 3px;
    bottom: 3px;
    color: #999;
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 100;
}

.ui-datepicker.ui-widget .ui-datepicker-prev::after {
    content: "\f177";
    left: 0px;
}

.ui-datepicker.ui-widget .ui-datepicker-next::after {
    content: "\f178";
    right: 0px;
}

.ui-datepicker.ui-widget .ui-datepicker-prev span,
.ui-datepicker.ui-widget .ui-datepicker-next span {
    display: none;
}

.ui-datepicker.ui-widget .ui-datepicker-prev,
.ui-datepicker.ui-widget .ui-datepicker-next {
    border: 0 none;
    font-weight: normal;
    height: 35px;
    top: 10px;
    width: 40px;
}

.ui-datepicker.ui-widget .ui-datepicker-prev {
    left: 10px;
}

.ui-datepicker.ui-widget .ui-datepicker-next {
    right: 10px;
}

.ui-datepicker.ui-widget .ui-datepicker-prev-hover,
.ui-datepicker.ui-widget .ui-datepicker-next-hover {
    background: none;
    border: 0;
}

.ui-datepicker.ui-widget .ui-datepicker-prev-hover {
    left: 10px
}

.ui-datepicker.ui-widget .ui-datepicker-next-hover {
    right: 10px
}

.logdowndiv.fadeinn {
    display: block;
}

.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-year {
    color: #444;
    font-size: 16px;
    font-weight: 600;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
    line-height: 35px;
}

.ui-datepicker.ui-widget td {
    border: 1px solid #eee;
    font-size: 14px;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.ui-datepicker.ui-widget td.ui-datepicker-other-month {
    border: none;
}

select.ui-datepicker-month,
select.ui-datepicker-year {
    border: medium none;
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 300;
}

.ui-datepicker.ui-widget .ui-datepicker-week-col {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #666;
    font-size: 12px;
    width: 30px;
}

.ui-datepicker-multi.ui-widget .ui-datepicker-group table {
    margin: 8px auto;
}

.ui-datepicker.ui-widget .ui-datepicker-calendar th {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #999;
    font-weight: 300;
}

.booking-btn.bookallbtn {}

.splmodify {
    /* background: none repeat scroll 0 0 rgba(131, 103, 123, 0.5); */
    float: left;
    width: 100%;
}

.splmodify .tabspl {
    padding: 10px 0;
}

.araeinner {
    float: left;
    width: 100%;
}

.insplarea {}

.modifysrch.up::after {
    content: "\f106";
    transition: all 300ms ease-in-out;
}

.inallsnnw {
    height: 225px;
    overflow-y: scroll;
}

.search-result.flightresltpage.onlyfrflty {
    margin: 20px 0 0;
}

.search-result.flightresltpage {
    margin: 200px 0 0;
    position: relative;
}

.search-result.flightresltpage::before {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

.modfictions.fixd {
    /*position:fixed;*/
    /* top:60px; */
    z-index: 100000;
}

.modfictions.fixd .modinew {
    padding: 0px;
}

.fromtopmargin.set_up .modfictions.fixd .modinew {
    padding: 0;
}

.toglefil.disabled .stopbig,
.toglefil.disabled .stopsml {
    color: #666
}

.toglefil.active.disabled .starin,
.toglefil.disabled .starin {
    background: #fff none repeat scroll 0 0;
    color: #666;
}

.toglefil.active.disabled .htlcount,
.toglefil.active.disabled .htlcount {
    background: #fafafa none repeat scroll 0 0;
    color: #666;
}

.timone.toglefil.time-wrapper.disabled {
    opacity: 0.5;
}

.toglefil.stop-wrapper.disabled {
    opacity: 0.5;
}

.stopone {
    position: relative;
}

/*input.hidecheck[type="checkbox"]{display: none;cursor:pointer;height:100%;left:0;margin:0;opacity:0;top:0;width:100%;z-index:98;}*/
input.hidecheck[type="checkbox"] {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 98;
}

.hidecheck {}

.inboundiv.sidefare {
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 0 #ccc;
    margin: 10px 20px;
}

.emailperson {
    float: left;
    /*margin:15px 0 0;*/
}

.noresultfnd {
    float: left;
    width: 100%;
}

.imagenofnd {
    display: table;
    margin: 30px auto auto;
}

.lablfnd {
    color: #666;
    display: block;
    font-size: 28px;
    font-weight: 300;
    overflow: hidden;
    text-align: center;
}

.locatiomarker::before {
    content: "\f041";
    bottom: 0;
    color: #015496;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.busrunning {
    float: left;
    height: 160px;
    margin: 0 0 -50px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.runbus {
    background: url("../images/bus.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 10px;
    height: 35px;
    width: 104px;
    position: absolute;
    z-index: 1;
    -webkit-animation: caranimate4 15s linear infinite;
    -moz-animation: caranimate4 15s linear infinite;
    -o-animation: caranimate4 15s linear infinite;
    animation: caranimate4 15s linear infinite;
}

@-webkit-keyframes caranimate4 {
    0% {
        left: -100px;
    }

    100% {
        left: 750px;
    }
}

@-moz-keyframes caranimate4 {
    0% {
        left: -100px;
    }

    100% {
        left: 750px;
    }
}

@-o-keyframes caranimate4 {
    0% {
        left: -100px;
    }

    100% {
        left: 750px;
    }
}

@keyframes caranimate4 {
    0% {
        left: -100px;
    }

    100% {
        left: 750px;
    }
}

.runbus2 {
    background: url("../images/bus2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 3px;
    height: 50px;
    position: absolute;
    width: 100px;
    z-index: 1;
    -webkit-animation: caranimate2 10s linear infinite;
    -moz-animation: caranimate2 10s linear infinite;
    -o-animation: caranimate2 10s linear infinite;
    animation: caranimate2 10s linear infinite;
}

@-webkit-keyframes caranimate2 {
    0% {
        right: -100px;
    }

    100% {
        right: 700px;
    }
}

@-moz-keyframes caranimate2 {
    0% {
        right: -100px;
    }

    100% {
        right: 700px;
    }
}

@-o-keyframes caranimate2 {
    0% {
        right: -100px;
    }

    100% {
        left: 700px;
    }
}

@keyframes caranimate2 {
    0% {
        right: -100px;
    }

    100% {
        right: 700px;
    }
}

.roadd::before {
    border-bottom: 3px dashed #c0c0c0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 5px;
}

.roadd {
    background: none repeat scroll 0 0 #575757;
    bottom: 0;
    height: 15px;
    left: -50px;
    position: absolute;
    right: -50px;
}

.tabspl.forbusonly {
    /* padding:30px 0; */
}

.allbusresult {}

.busrows {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 0 #ccc;
    float: left;
    margin: 5px 0 8px;
    padding: 5px;
    transition: all 400ms ease-in-out 0s;
    width: 100%;
}

.busrows:hover {
    border: 1px solid #f6881f;
    box-shadow: 0 0 10px -5px #f6881f;
}

.inpadbus {
    float: left;
    padding: 5px;
    width: 100%;
}

.busername {
    color: #555;
    display: block;
    font-size: 16px;
    margin: 0 0 2px;
    overflow: hidden;
}

.bustype {
    color: #666;
    display: block;
    font-size: 13px;
    overflow: hidden;
}

.poptoup {
    display: block;
    float: left;
    font-size: 12px;
    margin: 3px 0 0;
    overflow: hidden;
}

.timeicon {
    display: table;
    height: 20px;
    margin: 0 auto;
    width: 25px;
}

.timings {
    background: url(../images/timing.png) no-repeat 0 0;
}

.timings.icmorning {
    background-position: 3px 0;
}

.timings.icevening {
    background-position: -128px 0;
}

.timings.icafternoon {
    background-position: 3px 0;
}

.timings.icnight {
    background-position: -84px 0;
}

.timings.icseats {
    background-position: -172px 0;
}

.cenertext {
    text-align: center;
}

.cenertext .poptoup {
    display: table;
    float: none;
    margin: 3px auto auto;
}

.timelabelf {
    color: #555;
    display: block;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
}

.arowwspr {
    float: left;
    padding: 5px;
    width: 100%;
}

.arowwspr .fa {
    color: #666;
    display: block;
    font-size: 16px;
    overflow: hidden;
    padding: 2px 0;
    text-align: center;
}

.durtnlabls {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    text-align: center;
}

.seatcnt {
    color: #666;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
}

.seatcnt strong {
    display: block;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.bustprice {
    color: #e6780f;
    display: block;
    font-size: 20px;
    margin: 0 0 5px;
    overflow: hidden;
    text-align: right;
}

.bustprice strong {
    font-weight: normal;
    margin-right: 5px;
}

.bookbuss .bookallbtn {
    padding: 5px;
}

.buseatselct {
    background: none repeat scroll 0 0 #f6f6f6;
    float: left;
    padding: 20px 10px;
    width: 100%;
}

.priceanlo {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.layoutonly {
    display: block;
    overflow: hidden;
    padding: 0 20px;
}

.upnddown {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    float: left;
    margin: 10px 0;
    padding: 15px;
    width: 100%;
}

.upnddown .table.table-condensed {
    margin: 0;
}

.upnddown .table.table-condensed tr td {
    border: 0;
}

.priceanlo table {
    width: 100%;
}

.priceanlo table tr td {
    padding: 5px;
}

.form-group.cusfomgrp {}

.butonconty {
    display: block;
    margin: 25px 0 0 10px;
    overflow: hidden;
}

.slctdrop {
    float: left;
    padding: 20px 5px 0;
    width: 100%;
}

.butonconty .bookallbtn {
    border-radius: 3px;
    height: 50px;
}

.bordinglbl {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px;
    overflow: hidden;
}

.cusfomgrp .normalsel {
    border: 1px solid #ddd;
    box-shadow: none;
}

.cusfomgrp .selctmark::after {
    bottom: 1px;
    right: 1px;
    top: 1px;
}

.cusfomgrp .normalsel option {
    padding: 5px;
}

.setag strong {
    font-weight: normal;
}

.colordsty {}

.colordstybg {
    color: #e6780f;
    font-size: 16px;
    padding: 0 !important;
}

.search-result .modal {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    z-index: 10000050;
}

.fareareasrch {
    float: left;
    padding: 0 15px 15px;
    width: 100%;
}

.fareareasrch .lablform {
    color: #fff;
}

.fareareasrch .normalinput {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}

.fareareasrch .totlall {
    border: 1px solid #ddd;
}

.marg12 {
    margin-bottom: 12px;
}

.topssec {
    box-shadow: 0 0 7px -6px #000;
}

.margcalndr {
    display: block;
    padding: 0 10px;
    overflow: hidden;
}

.fc-basic-view tbody .fc-row {
    height: 40px !important;
}

.fc-view-container {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.fc-toolbar .fc-center h2 {
    color: #444;
    font-size: 16px;
    font-weight: normal;
}

/* .tabspl.forhotelonly{padding:30px 0;} */
.placenametohtl {
    display: block;
    font-size: 16px;
    margin: 10px 0 0;
    overflow: hidden;
}

.forhoteload .tablecelfty {
    float: left;
    width: 50%;
}

.forhoteload .busrunning {
    height: 50px;
}

.selectwrpsmal {
    border: 1px solid #ccc;
    float: left;
    position: relative;
    width: 100%;
}

.selectwrpsmal::after {
    content: "\f078";
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    color: #666;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 40px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.custmselctsmal {
    border: medium none;
    color: #666;
    float: left;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}

.rating span.star::before,
.rating-no span.star::before {
    font-size: 12px;
}

.hoteloctnf {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
}

.hoteloctnf .fa {
    margin-right: 5px;
}

.adreshotle {
    color: #3d3d3d;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0;
    overflow: hidden;
    float: left;
    text-transform: capitalize;
    font-weight: normal;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calandcal {
    float: left;
    padding: 0 0 15px;
    width: 100%;
}

.farenewcal .owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-prev::before,
.farenewcal .owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-next::before {
    background: none repeat scroll 0 0 #fc901b;
    bottom: 0;
    color: #fff;
    font-family: "FontAwesome";
    font-size: 32px;
    line-height: 45px;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 100%;
}

.farenewcal .owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-prev::before {
    content: "\f104";
    left: -18px;
}

.farenewcal .owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-next::before {
    content: "\f105";
    right: -18px;
}

.farenewcal .owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-prev,
.farenewcal .owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-next {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 46px;
    width: 40px;
}

.farenewcal .matrx {
    padding: 0 45px;
}

.pricedates {
    display: block;
    height: 45px;
    overflow: hidden;
    padding: 5px 0;
    text-align: center;
}

.farearline {
    color: #666;
    display: block;
    font-size: 12px;
    overflow: hidden;
}

.priceperdate {
    display: block;
    font-size: 14px;
    overflow: hidden;
}

.priceperdate>strong {
    font-size: 12px;
    font-weight: normal;
}

.farenewcal .owl-carousel.matrixcarsl {}

.owl-carousel.matrixcarsl .owl-buttons {
    top: -1px;
}

.farenewcal .owl-carousel .owl-wrapper,
.farenewcal .owl-carousel .owl-item {
    border-right: 1px solid #ddd;
}

.farenewcal .owl-carousel .owl-item .item.active .pricedates {
    background: none repeat scroll 0 0 #f4f6fe;
    border-bottom: 2px solid #283891;
}

.fareintocal {
    display: block;
    overflow: hidden;
}

.faremnthcal {
    background: none repeat scroll 0 0 #666;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 45px;
    padding: 0 20px;
}

.faremnthcal .fa {
    margin-right: 5px;
}

.faremnthcal:hover {
    color: #fff;
}

.sortli.oprtrli {
    width: 31%;
}

.sortli.deprtli {
    width: 15%;
}

.sortli.durli {
    width: 15%;
}

.sortli.arrivli {
    width: 15%;
}

.sortli.priceli {
    width: 24%;
}

.sidepricewrp .priceflights {
    text-align: center;
}

.prcstrtingt {
    color: #666;
    display: block;
    font-size: 14px;
    overflow: hidden;
}

.vwrums {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 2px;
    color: #337ab7;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    padding: 3px 10px;
}

.viewhotlrmtgle {
    border-top: 1px dashed #ddd;
    float: left;
    width: 100%;
}

.canrumpoly {
    display: block;
    margin: 4px 0 0;
    overflow: hidden;
    text-align: center;
}

.romlistnh {
    background: none repeat scroll 0 0 #f4f4f4;
    float: left;
    padding: 0 10px 10px;
    width: 100%;
}

.eachroom {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    float: left;
    margin: 5px 0 0;
    width: 100%;
    transition: all 400ms ease-in-out;
}

.colrumpad {
    display: block;
    overflow: hidden;
    padding: 4px 10px;
}

.eachroom .bookallbtn {
    font-size: 14px;
    padding: 5px 5px;
    max-width: 100px;
}

.rumbtnbk {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
}

.rumwrping {
    border-top: 1px dotted #eee;
    display: block;
    overflow: hidden;
}

.bookallbtn.splhotltoy {
    margin: 10px 0 0;
}

.innerdetspad {
    display: block;
    overflow: hidden;
    padding: 0 20px;
}

.hoteldetsname {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0 0 5px;
    overflow: hidden;
}

.stardetshtl {}

.adrshtlo {
    color: #666;
    display: block;
    line-height: 20px;
    margin: 5px 0;
    overflow: hidden;
    width: 100%;
}

.htldetailspage {
    float: left;
    padding: 0 0 15px;
    width: 100%;
}

.rowfstep {
    display: block;
    overflow: hidden;
}

.fuldownsct {
    float: left;
    width: 100%;
}

.fulldowny {
    background: none repeat scroll 0 0 #e1ebea;
    float: left;
    padding: 0px 0;
    width: 100%;
}

.padinnerntb {
    float: left;
    width: 100%;
    padding: 15px;
}

.facltyid {
    color: #666;
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.facltyid .glyphicon {
    margin-right: 5px;
}

.hedinerflty {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 16px;
    margin: 0 0 12px;
    overflow: hidden;
    padding: 0 0 10px;
}

.lettrfty {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
}

.butnbigs {
    display: block;
    margin: 30px 0 0;
    overflow: hidden;
}

.tonavtorum {
    background: #d41c24 none repeat scroll 0 0;
    border: 1px solid #d41c24;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 #fff inset;
    color: #fff;
    float: left;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    width: 45%;
}

.tonavtorum:hover {
    color: #fff;
}

.vluendsort {
    float: left;
    margin: 0 0 7px;
    width: 100%;
}

.nityvalue {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 0 #ccc;
    display: block;
    margin: 0 5px;
    overflow: hidden;
    text-align: center;
}

.vlulike {
    border-right: 1px solid #ddd;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin: 0;
    width: 50%;
}

.vlulike:last-child {
    border: 0 none;
}

.vlulike.active {
    border-bottom: 2px solid #5a5d39;
}

.resultall {
    float: left;
    width: 100%;
}

.dealicons {
    background: url("../images/deal.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 42px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 48px;
}

.divinsidefltr {
    /* background: #e0e0e0 none repeat scroll 0 0; */
    /* border: 1px solid #fff; */
    /* box-shadow: 0 1px 2px 0 #ccc; */
    display: block;
    overflow: hidden;
    /* -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0,0.3); */
    /* -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0,0.3); */
    /* box-shadow: 0px 0px 1px 1px rgba(0, 0, 0,0.3); */
}

-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.3);
}

/*.divinsidefltr .sortul{border:0;}*/
.farhomecal {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    float: right;
    font-size: 14px;
    margin: 15px 0 0;
    padding: 10px;
}

.farhomecal .fa {
    font-size: 20px;
    margin-right: 6px;
}

.madgrid.forhtlpopover {
    float: left;
    overflow: visible;
    width: 100%;
}

.fare_cal .fc-row .fc-content-skeleton {
    height: 60px;
}

.fare_cal .fc-event-container {
    height: 35px;
    position: relative;
}

.fare_cal .fc-event.search-day-fare {
    background: none repeat scroll 0 0 #dfe2f7;
    border: 0 none;
    border-radius: 0;
    bottom: 0;
    color: #333;
    font-size: 14px;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
}

.fare_cal th.fc-widget-header {
    font-size: 12px;
    font-weight: normal;
}

.fare_cal .fc button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    font-size: 13px;
    height: 35px;
    padding: 0;
    width: 80px;
}

.fare_cal .fc-ltr .fc-basic-view .fc-day-number {
    color: #999;
}

.sgsmalbus {
    display: block;
    overflow: hidden;
}

.sgsmalbus strong {
    color: #666;
    float: left;
    font-weight: normal;
}

.pikuplokndt {
    color: #555;
    display: block;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    text-transform: lowercase;
}

.pikuptm {
    color: #666;
    display: block;
    font-size: 15px;
    margin: 2px 0 0;
    overflow: hidden;
}

.topmistyhtl {}

.filterforallnty {}

.sortli.threonly {
    width: 33.333%;
}

.sortli.threonly:last-child .sorta {
    border: 0 none;
}

.room-row {
    background: #fbfbfb none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
}

.grnepik {
    color: #2ea10f;
    display: block;
    overflow: hidden;
}

.grnepik .fa {
    margin-right: 4px;
}

.priceflights.smalwise {
    font-size: 18px;
}

.priceflights.eachroomprice {
    font-size: 14px;
    line-height: 30px;
}

.eachroom:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 10px -5px #333;
    opacity: 1;
    transition: all 400ms ease-in-out;
}

.eachroom.blur {
    opacity: 0.5;
}

.add_remove {
    float: right;
    min-width: 250px;
    padding: 0 10px;
}

.comnbtn_room {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #bc760c;
    cursor: pointer;
    float: right;
    font-size: 13px;
    margin: 0;
    padding: 0 8px 15px;
}

.comnbtn_room .fa {
    margin-right: 4px;
}

.starone.disabled {
    opacity: 0.4;
}

.mrgnpadd {
    display: block;
    margin: 0 10px;
    overflow: hidden;
}

.fuldate_book {
    display: table;
    height: 64px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.bigdate_book {
    color: #666;
    display: table-cell;
    font-size: 40px;
    font-weight: bold;
    margin-right: 8px;
    padding: 0 10px;
    vertical-align: middle;
}

.biginre_book {
    color: #666;
    display: table-cell;
    font-size: 14px;
    overflow: hidden;
    vertical-align: middle;
}

.lblbk_book {
    color: #666;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 10px 0;
    text-align: center;
}

.price_htlin {
    border: 1px solid #ddd;
    display: block;
    overflow: hidden;
}

.ui-autocomplete-category {
    background: #e6e6e6 none repeat scroll 0 0;
    border-bottom: 1px solid #bbb;
    color: #333;
    display: block;
    overflow: hidden;
    padding: 4px 10px;
    text-align: right;
}

.allformst .nav-tabs.tabstab>li>a label {
    font-weight: 500;
    margin-bottom: 0;
}

.item.active .airlinesd {
    border-top: 2px solid #5a5d39;
}

.airlinesd:hover {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #5a5d39;
}

.section_top {
    background: #f1f1f1 none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.socila {
    float: left;
}

.socila .fa {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #666;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 2px;
    text-align: center;
    transition: all 400ms ease-in-out 0s;
    width: 40px;
}

.toprit {
    float: right;
}

.sectns {
    float: left;
    margin-left: 15px;
}

.phnumr {
    color: #444;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    overflow: hidden;
}

.samestl {
    float: left;
    height: 14px;
    margin: 15px 8px 0 0;
    width: 18px;
}

.sprte.indnum {
    background-position: -703px -70px;
}

.mailadrs {
    color: #444;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    overflow: hidden;
}

.mailadrs .fa {
    color: #999;
    font-size: 12px;
    margin-right: 4px;
}

.fa.cliktocl {
    display: none;
}

.index_page .topssec {
    box-shadow: none;
}

.dropdown-menu.explorecntry li.currency_li {
    margin: 2px 5px;
    padding: 5px;
    position: relative;
}

.dropdown-menu.explorecntry li.currency_li:nth-child(odd) {
    background: #f5f5f5
}

.dropdown-menu.explorecntry li.currency_li a {
    padding: 0;
}

.sprte.aud {
    background-position: -791px -59px;
}

.sprte.usd {
    background-position: -791px -227px;
}

.sprte.sar {
    background-position: -791px -184px;
}

.sprte.inr {
    background-position: -791px -142px;
}

.sprte.gbp {
    background-position: -791px -99px;
}

.dropdown-menu.explorecntry li.currency_li:hover,
.dropdown-menu.explorecntry li.currency_li.active {
    background: #eee;
}

.dropdown-menu.explorecntry li.currency_li:hover .side_curency,
.dropdown-menu.explorecntry li.currency_li.active .side_curency {
    background: #0095ce;
    color: #fff;
    transition: all 300ms ease-in-out;
}

.dropdown-menu.explorecntry li.currency_li a:hover,
.dropdown-menu.explorecntry li.currency_li a {
    background: none;
    color: #333;
}

.curncy_img {
    float: left;
    height: 30px;
    width: 30px;
}

.name_currency {
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 8px;
}

.side_curency {
    background: #eee none repeat scroll 0 0;
    bottom: 0;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.flag_images {
    float: left;
    margin: 8px 0 0;
    overflow: hidden;
    text-align: center;
}

.hotel_cnt {
    position: absolute;
    right: 0px;
}

.imgemtrx_plusmin {
    float: left;
    height: 40px;
    line-height: 40px;
    margin: -3px 0 0;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    width: 60px;
}

.imgemtrx_plusmin img {
    width: 100%;
}

.sorta .fa {
    color: #999;
    margin-right: 5px;
}

.inside_shadow_airline {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 0 #ccc;
}

.farenewcal {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 0 #ccc;
    float: left;
    width: 100%;
}

.inboundiv.inner-segment-1 {
    border-bottom: 1px dashed #ddd;
}

.m-b-0.text-center>strong {
    color: #666;
    font-weight: normal;
}

.topmisty.bus_filter {
    margin: 0 0 10px;
}

.dashboard_section {
    background: #eee;
    float: left;
    width: 100%;
}

.seperate_shadow {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #ccc;
    float: left;
    padding: 20px;
    width: 100%;
}

.spl_box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #ccc;
    float: left;
    padding: 20px;
    width: 100%;
}

.pading_spl {
    float: left;
    padding: 10px;
    width: 100%;
}

.step_head {
    border-bottom: 1px dashed #ddd;
    float: left;
    margin: 0 0 10px;
    padding: 0 0 10px;
    width: 100%;
}

.textalgn_rit {
    text-align: right;
}

.modal-backdrop {
    z-index: 10000040;
}

.modal {
    z-index: 10000050;
}

.cetrel_all {
    display: table;
    margin: 30px auto;
    display: none;
}

.nav-tabs.central_tab {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 #ccc;
    padding: 0 20px;
}

.nav-tabs.central_tab li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
}

.nav-tabs.central_tab li.active a:hover {
    background: none;
    border: 0;
}

.nav-tabs.central_tab li a:hover {
    color: #00a9d6;
}

.nav-tabs.central_tab li.active a,
.nav-tabs.central_tab li.active a:hover {
    border-bottom: 3px solid #00a9d6;
    color: #00a9d6;
}

.full_bkingg {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 0 #ccc;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}

.bars_menu.fa {
    color: #666;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 28px;
    line-height: 60px;
    margin-right: 15px;
}

.sorta strong {
    font-weight: normal;
    display: inline-block !important;
    vertical-align: text-bottom;
    font-size: 13px !important;
    line-height: 26px !important;
}

.package_dets_btn {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: right;
    font-size: 13px;
    margin: 10px auto auto;
    padding: 6px 10px;
}

.package_dets_btn:hover {
    color: #fff;
}

.close_popup {
    display: none;
}

.already_have_account {
    border-top: 1px dashed #ddd;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 15px 0 0;
    text-align: center;
}

.text_info {
    color: #666;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}

.agree_terms {
    display: block;
    margin: 20px 0 0;
    overflow: hidden;
}

.register-box-body {
    display: table;
    margin: 0 auto;
    padding: 10px 0;
    width: 70%;
}

.comn_close_pop {
    background: #ddd none repeat scroll 0 0;
    border-radius: 30px;
    color: #f2500a;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 30px;
}

.newacount_div {
    display: none;
    overflow: hidden;
}

.slpophd_new {
    border-bottom: 1px dashed #ddd;
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 10px;
}

.othesend_regstr {
    float: left;
    width: 100%;
}

.actual_forgot {
    display: none;
    overflow: hidden;
}

.addtwofilter .insidemyt {
    width: 90%;
}

.addtwofilter .divinsidefltr .insidemyt {
    width: 100%;
}

.filterforall.addtwofilter .sorta .fa {
    color: #999;
    display: block;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
}

.filterforall.addtwofilter .sorta strong {
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 8px;
    margin: 0;
    text-align: center;
}

.tab_logo {
    display: none;
}

.filter_tab {
    background: #fdee00 none repeat scroll 0 0;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 0 #ccc;
    color: #5a5d39;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 16px;
    line-height: 35px;
    margin-right: 5px;
    text-align: center;
    width: 34px;
}

.cancellation_page {}

.head_can {
    border-bottom: 1px dashed #ccc;
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
}

.canc_hed {
    color: #333;
    float: left;
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0;
}

.ref_number {
    color: #666;
    float: right;
    font-size: 14px;
    text-align: right;
}

.rows_cancel {}

.rows_cancel strong {}

.cancel_bkd {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #ccc;
    float: left;
    width: 100%;
}

.pad_evry {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.imge_can {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 60px;
}

.imge_can img {
    width: 100%;
}

.can_flt_name {
    color: #444;
    display: block;
    overflow: hidden;
}

.can_flt_name strong {
    color: #666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    overflow: hidden;
}

.place_big_text {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
}

.place_smal_txt {
    color: #666;
    display: block;
    font-size: 13px;
    overflow: hidden;
}

.date_mension {
    color: #666;
    display: block;
    font-size: 12px;
    overflow: hidden;
}

.aroow_can.fa {
    color: #666;
    display: block;
    font-size: 24px;
    margin: 15px 0 0;
    overflow: hidden;
}

.row_can_table.hed_table {
    background: #ddd;
}

.row_can_table {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed #ddd;
    float: left;
    width: 100%;
}

.can_pads {
    color: #444;
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding: 10px;
}

.can_pads .fa {
    margin-right: 3px;
}

.row_can_table.hed_table .can_pads {
    color: #333;
}

.row_can_table:last-child {
    border-bottom: 0;
}

.ritside_can {
    float: right;
}

.btn_continue {
    display: block;
    overflow: hidden;
    padding: 20px 0;
}

.amnt_disply {
    color: #444;
    display: block;
    font-size: 12px;
    margin-right: 20px;
    overflow: hidden;
    text-align: right;
    text-transform: uppercase;
}

.amnt_paid {
    font-size: 20px;
}

.amnt_paid .fa {
    margin-right: 4px;
}

.confir_can {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #ccc;
    float: left;
    margin: 20px 0;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}

.can_msg {
    color: #308f0f;
    display: block;
    font-size: 30px;
    margin: 10px 0 20px;
    overflow: hidden;
    text-align: center;
}

.marg_cans {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    margin: 20px;
    overflow: hidden;
}

.bookng_iddis {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}

.down_can {
    background: #eee none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 20px;
    overflow: hidden;
    padding: 10px;
}

.para_cans {}

.para_cans p {
    color: #444;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
    overflow: hidden;
}

.lazy.lazy_loader {
    background: silver;
    min-height: 195px;
}

.rit_summery {
    float: right;
}

.res_op {
    display: none;
}

.bus_preloader .relativetop {
    margin: 60px 0 0;
}

.pasngrinput_enter {
    background: #ddd none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.labl_pasnger {
    color: #333;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 10px;
}

.pasngrinput_secnrews {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed #ddd;
    float: left;
    width: 100%;
}

.pad_psger {
    float: left;
    padding: 10px;
    width: 100%;
}

.seat_number {
    color: #666;
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
}

.seat_number strong {
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.holyday_selct {
    color: #333;
    font-size: 16px;
    padding: 0 10px;
}

.holyday_selct>option {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
}

.utility-nav .alert {
    margin: 20px 0;
}

.icon_sml_mob.fa {
    color: #666;
    display: block;
    margin: 5px;
    overflow: hidden;
}

.customteam2.nav-tabs.customteam li a strong {
    font-weight: normal;
}

.lavltr_mgc {
    display: none;
}

.bakrd_color {
    background: #fff none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.fixincrmnt .width80 {
    width: 100%;
}

.fixincrmnt .padflt {
    padding: 0 5px;
}

.text_algn_rit {
    text-align: right;
}

.prefered_section {
    color: #666;
    display: block;
    font-size: 13px;
    margin: 10px 0 0;
    overflow: hidden;
}

.inboundiv.splfares {
    max-height: 250px;
    overflow-y: scroll;
}



/*per cancelation page css start*/
.precan_tabcontent {
    height: 414px;
    overflow-y: auto;
}

.precan_tabcontent .cetrel_all {
    margin: 7px auto;
}

.precan_maincon .nav-tabs.customteam.customteam2 {
    max-width: 100px;
}

.precan_maincon .icon_sml_mob.fa {
    font-size: 27px;
}

.precan_maincon .customteam2.nav-tabs.customteam li a {
    padding: 20px 10px;
}

.precan_maincon .canc_hed {
    font-size: 21px;
}

.precan_maincon .bakrd_color {
    padding: 10px 19px;
}

.precan_maincon .imagehotel {
    max-height: 103px;
}

.precan_maincon .fuldate_book {
    height: 52px;
}

.precan_maincon .bigdate_book {
    font-size: 31px;
}

.precan_maincon .biginre_book {
    font-size: 11px;
}

/*flight panel dashboard css start*/
.skin-black-light .main-header>.navbar .nav>li.bg-blue>a:hover,
.skin-black-light .main-header>.navbar .nav>li.bg-blue>a:hover {
    background: #054f8a;
    color: #fff !important;
}


/*hotel report page start*/
.btns_action a.btn {
    margin: 3px auto;
}

/* MY STYLE */
.logo img {
    /* float: left; */
    height: inherit;
    max-height: 56px;
    width: auto;
}

.content-wrapper .content {
    /* background-image: url("../images/bg2a.jpg");*/
    padding: 0;
    background-size: cover;
}

.base_blk {
    padding: 15px 0;
    background-color: transparent;
}

.skin-black-light aside.main-sidebar {
    background-color: #9eb6a5;
    /* -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.45); */
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.45);
    /* box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.45); */
    transform: none;
}

.skin-black-light .sidebar-menu>li>a,
.skin-black-light .pull-left.info,
.skin-black-light .pull-left.info a,
.insidemyt .sortli a {
    color: #444444;
}

.skin-black-light .blk {
    /* background-color: #f5f5f5; */
}

.dash_flight .info-box-content a,
.dash_hotel .info-box-content a,
.dash_bus .info-box-content a,
.dash_train .info-box-content a,
.dash_fl .info-box-content a,
.dash_ht .info-box-content a,
.dash_bs .info-box-content a,
.dash_tr .info-box-content a,
.skin-black-light .sidebar-menu>li>a,
.skin-black-light .pull-left.info,
.skin-black-light .pull-left.info a {
    color: #fff;
}

.searcharea {
    margin: 55px 1.25% 20px;
    background: #f2f2f2;
    background-size: cover;
    padding: 20px 15px 15px;
    float: left;
    width: 97.5%;
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */
}

.resultalls.open .boxtop,
.resultalls.open .boxtop::after,
.insidemyt .sortli {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 1px;
}

.boxtop .filtersho {
    background-color: #e6c02a;
    overflow: visible;
}

#AirlineFilter .squaredThree {
    width: 25px;
}

.boxpad .modifysrch::after {
    color: #fffff;
}

.filtersho::after {
    bottom: -33px;
    font-size: 40px;
    z-index: 99;
}

/*.bodyContent{background-size: cover; background:url("../images/bg2a.jpg") no-repeat;}*/
#general_user.bodyContent .panel,
#general_user.bodyContent .panel-heading {
    background: none;
}

#general_user.bodyContent .panel-heading {
    padding: 15px 15px 15px 15px;
}

#general_user.bodyContent .panel .panel-body {
    background: #ffffff;
    /*padding-left: 0;*/
}

.item.hand-cursor {
    float: left;
    width: 151px !important;
}

.btn-primary {
    background: #d41c24;
    border-color: #d41c24;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #d41c24;
    border-color: #d41c24;
}

/*Customize*/
.sldimg {
    padding-bottom: 13px;
    overflow: hidden;
}

.support::before {
    content: "";
    position: absolute;
    left: 1.25%;
    top: 0;
    width: 97.5%;
    height: 1px;
    background: #c9cacc;
}

.welcometxt .support {
    position: relative;
}

.srcbtns ul {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #e19604;
}


/*Customize for roundtrip*/
.blk {
    display: block;
}

.gdsin {
    margin: 5px;
    background: #fff;
    display: block;
    float: left;
    padding: 12px;
}

.gdsin .row {
    margin: 0 -15px;
}

.flgt1 {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.fldet {
    font-size: 10px
}

.flimg {
    margin-right: 6px;
}

.fltplce,
.fltime {
    /*color: #868686;*/
}

.flgt1::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 2%;
    width: 96%;
    height: 1px;
    background: #ccc;
}

.prbtn {
    background: #283891 !important;
    border-color: #283891 !important;
    color: #fff !important;
    margin-top: 5px;
}

.tltip li {
    width: 25px;
    height: 25px;
    margin: 0 1px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.fltplce label,
.fltime label {
    font-weight: normal;
}

.fltplce .fa {
    margin: 0 5px;
    line-height: 20px;
}

ul.list-inline.tltip {
    margin-bottom: 0;
}

.prce {
    width: 35%;
}

#best_value .item span.prce {
    width: 100%;
    font-weight: 600
}

.mail {
    width: 30%;
}

.mail .checkbox {
    margin: 20px 0;
}

.gdlft {
    margin: 6px 0 5px;
}

.htlamenities img {
    max-width: 16px;
    margin: 0 2px;
}

.htlamenities {
    margin-top: 4px;
}

#collapse505 .locationul li .lbllbl {
    padding-left: 0px;
    font-size: 13px;
    line-height: 16px;
}

.n-r.n-r-t {
    font-size: 11px !important;
    text-align: right;
    display: none;
}

.insidesame h5 {
    margin: 2px 0;
    text-align: right;
}

span.a-n {
    display: block;
}

.rndplace,
.instops {
    display: none;
}

span.flects.stop-label {
    text-align: center;
    display: block;
    color: #666;
    font-size: 11px;
}

.round-domestk .col-wrapper.r-w-g.onesetsi {
    width: 50%;
    float: left;
}

.col-wrapper.r-w-g.onesetsi {
    width: 50%;
    float: left;
}

.wdt33 {
    width: 33.33%;
}

.fltltip .list-inline {
    margin-left: 0
}

.fltltip .list-inline>li {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #5a5d39;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    margin: 0 2px;
    line-height: 2.2;
    background-color: #5a5d39;
}

.chkmail [type="checkbox"]:not(:checked),
.chkmail [type="checkbox"]:checked {
    left: 0px;
    top: -3px;
}

.fltrit {
    width: 12%;
    float: right;
}

.progress-bar {
    background-color: #5a5d39;
}

.nores {
    color: #5a5d39;
}

/*Round trip*/
.round-domestk.flround .fligthsmll {
    width: 100%;
    margin: 5px 0;
}

.round-domestk.flround .airlinename {
    display: none;
}

.round-domestk.flround .m-b-0.text-center>strong {
    font-size: 11px;
}

.ifoneway .wayeght.full_same {
    padding: 2px;
}

.width25 {
    width: 25%;
}

.width75 {
    width: 75%;
}

body .ui-tooltip {
    border-width: 1px !important;
}

.ui-tooltip {
    padding: 3px 6px !important;
    -webkit-box-shadow: 0 0 2px #eee !important;
    box-shadow: 0 0 2px #eee !important;
}

.ui-widget {
    font-size: 11px !important;
}

.ui-widget-content {
    border: 1px solid #e0e0e0 !important;
    color: #444 !important;
    border-radius: 3px !important;
}

/*Round trip*/
.round-domestk .sortDiff_1 .fligthsmll,
.round-domestk .sortDiff_2 .fligthsmll,
.round-domestk .onesetsi .fligthsmll {
    width: 100%;
    margin: 5px 0;
}

.round-domestk .sortDiff_1 .fltltip,
.round-domestk .sortDiff_2 .fltltip,
.round-domestk .onesetsi .fltltip {
    width: 100%;
    text-align: center;
}

.round-domestk .sortDiff_1 .airlinename,
.round-domestk .sortDiff_2 .airlinename,
.round-domestk .onesetsi .airlinename .a-n {
    display: none;
}

.round-domestk .sortDiff_1 .m-b-0.text-center>strong,
.round-domestk .sortDiff_2 .m-b-0.text-center>strong,
.round-domestk .onesetsi .m-b-0.text-center>strong {
    font-size: 11px;
}

.fixincrmnt .airlinename {
    width: 100%;
}

.round-domestk .sortDiff_1 .fltltip .list-inline>li,
.round-domestk .sortDiff_2 .fltltip .list-inline>li,
.flround .fltltip .list-inline>li,
.onesetsi .fltltip .list-inline>li {
    margin: 4px 2px 0;
}

.sndmail {
    margin-bottom: 10px;
}

span.flitrlbl.elipsetool {
    display: none;
}

.widftysing span.flitrlbl.elipsetool {
    display: block;
    color: #444;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.round-domestk .rondnone .chkmail [type="checkbox"]:not(:checked),
.round-domestk .rondnone .chkmail [type="checkbox"]:checked {
    left: 0px;
    top: -2px;
}

.round-domestk .col-wrapper.r-w-g.onesetsi .chkmail [type="checkbox"]:not(:checked),
.round-domestk .col-wrapper.r-w-g.onesetsi .chkmail [type="checkbox"]:checked {
    left: 0px;
    top: -2px;
}

.form-control:focus {
    border-color: #5a5d39 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(224, 182, 0, 0.2), 0 0 8px rgba(224, 182, 0, 0.2);
    box-shadow: inset 0 1px 1px rgba(224, 182, 0, 0.2), 0 0 8px rgba(224, 182, 0, 0.2);
}

.sidmax {
    max-width: 130px;
}

.fixincrmnt .widfty span.timlbl.departure {
    text-align: left;
}




/* 10-06-2017 */
.celhtl .detlnavi>div {
    padding: 0;
}

.celhtl .airlinename,
.allsegments .airlinename {
    padding: 0;
    text-overflow: inherit;
    font-size: 10px;
}

.allsegments strong {
    font-size: 9px;
}

.allsegments .fligthsmll,
.midlbord .fligthsmll {
    margin: 5px 2px;
}

.search-result .insidebosc {
    padding-left: 0;
    height: 841px;
    position: relative;
    overflow: scroll;
    /* margin: 10em auto 20em; */
    /*max-width: 1030px;*/
    padding-bottom: 15px;
}

#fixhead {
    width: 100%;
}

.posi {
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 100000000000;
}

.fulloading .htlloadimg {
    display: none;
}

.bodyContent .table-responsive {
    /*  height: 260px;*/
}

.filterforall.fil_head.posi {
    /* max-width: 975px; */
    top: 54px;
    width: 100%;
}

.inside_shadow_airline {
    display: none;
}

.insidesame .priceflights {
    font-size: 13px;
}

.well .checkbox input {
    left: 0;
}

.well .checkbox input {
    left: 20px;
    top: -2px;
}



.plcetogo.plcemark.sidebord>select {
    color: #666666;
    font-size: 15px;
    height: 50px;
    padding: 0 10px 0 40px;
    width: 100%;
}

.tabspl.forhotelonly.hotform {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    float: none;
    margin: 30px auto;
    max-width: 700px;
    padding: 30px 20px;
}

.hotform .normalinput,
.hotform .plcetogo.plcemark.sidebord>select,
.hotform .totlall,
.hotform .normalinput,
.hotform .plcetogo.plcemark.sidebord>select,
.hotform .totlall {
    height: 45px;
    line-height: 45px;
}

.plcemark.hotmark::before {
    content: "";
}

.hotform .hotmark .normalinput,
.hotform .plcetogo.plcemark.sidebord.hotmark>select,
.hotform .hotmark .totlall {
    padding-left: 10px;
}

.hotform .plcemark::before,
.hotform .datemark::before {
    line-height: 40px;
}

.searcharea {
    background-size: cover;
    background-position: center;
}

.tot_days {
    background-image: url("../images/hotpt.jpg");
    background-position: center center;
    background-size: cover;
    border-radius: 15px 15px 2px 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin: 20px auto 0;
    max-width: 150px;
    padding: 12px 0;
    position: relative;
}

.tot_days::before {
    border-bottom: 10px solid #4BAB13;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    content: "";
    display: table;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -10px;
}

.hot_tabs .nav-tabs a {
    background-color: #B3BF75;
    border-radius: 0;
    color: #ffffff;
    margin-bottom: 3px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.hot_tabs .nav-tabs li.active a {
    background-color: #5a5d39;
    border-color: #5a5d39;
    color: #ffffff;
}

.adbtn .searchsbmt {
    background-image: url("../images/hotpt.jpg");
    background-size: cover;
    border-radius: 20px;
    float: right;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin: 6px 0 0;
    max-width: 100px;
    padding: 0 0 0 20px;
}

.adbtn .searchsbmtfot::after {
    display: none;
}

.hot_tabs>span {
    background-image: url("../images/hotpt.jpg");
    background-size: cover;
    color: #ffffff;
    font-size: 14px;
    left: 20px;
    padding: 4px 10px;
    position: absolute;
    /*visibility: hidden;
  display: none;*/
}

.hot_tabs .nav.nav-tabs {
    padding-left: 130px;
}

.hot_tabs>span::after {
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #4BAB13;
    border-top: 15px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
}

.tabspl.forhotelonly.hotform {
    position: relative;
}

/*.hot_tabs .nav.nav-tabs {
  margin-bottom: 0;
  padding: 0;
  visibility: hidden;
}*/
.adbtn i {
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    right: 60px;
    top: 15px;
    z-index: 1;
}

.hot_tabs .tab-content {
    clear: both;
}

/*.hot_tabs .nav.nav-tabs li {
  height: 0;
}*/
/* ----- success and error new page desing ---------- */
.conf {
    background-image: url("../images/errbg.jpg");
    background-position: center center;
    background-size: cover;
}

.conflogo img {
    max-width: 250px;
}

.confin {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius: 15px;
    margin: 50px auto;
    max-width: 900px;
    padding: 40px 20px;
}

.confdesc p {
    color: #565b23;
    font-size: 16px;
}

.confdesc a {
    background-color: #f0ad4e;
    color: #ffffff;
    display: table;
    margin: 0 auto;
    padding: 5px 15px;
    text-decoration: none;
}


.erdesc h2 {
    color: #565b23;
}

.erdesc button {
    background-color: #565b23;
    border: 0 none;
    color: #ffffff;
    font-size: 16px;
    max-width: 140px;
    padding: 8px 20px;
    width: 100%;
}

.erdesc img {
    left: 0;
    margin: 0 auto;
    max-width: 130px;
    position: absolute;
    right: 0;
    top: 155px;
}

.confin.erin {
    max-width: 410px;
}

.erin p {
    font-size: 17px;
    margin: 15px 0;
}

.conf.erpage {
    padding: 106px 0;
}

.print_voucher,
.email_voucher {
    background-color: #5a5d39;
    color: #ffffff;
    padding: 8px 20px;
    text-transform: uppercase;
}

.print_voucher:hover,
.email_voucher:hover {
    color: #fff;
}

.pref_det,
.pref_one {
    background-color: hsl(0, 0%, 98%);
    font-size: 14px;
    padding: 20px;
}

.pref_one,
.pref_det {
    margin-bottom: 15px;
}

.pref_det select,
.pref_one select {
    color: hsl(0, 0%, 33%);
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
}

.pref_select {
    margin-bottom: 15px;
}

.pref_opt .btn {
    background-color: #5a5d39;
    border-radius: 0;
    color: hsl(0, 0%, 100%);
    width: 130px;
}

.pref_det .form-control {
    border: 1px solid hsl(0, 0%, 91%);
}

.pref_form2 button {
    float: right;
}

.pref_opt .normalinput,
.sm_input,
.pref_opt .form-control,
.pref_det .pref_opt select,
.pref_det .plcetogo.plcemark.sidebord>select {
    box-shadow: none;
    color: hsl(0, 0%, 40%);
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.pref_opt .datemark::before {
    line-height: 40px;
}

.plcetogo.plcemark.sidebord>select.gen {
    padding-left: 10px;
}

.pref_opt a.btn {
    background: #5a5d39;
}

.ui-timepicker-standard {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
    background-color: #FFF;
    border: 1px solid #AAA;
    color: #222;
    margin: 0;
    padding: 2px;
    z-index: 10 !important;
}

.form-group p {
    margin: 0;
    line-height: 40px;
}

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

.table_queue [type="checkbox"]:not(:checked),
.table_queue [type="checkbox"]:checked,
#set_balance_alert_form .table_queue .checkbox [type="checkbox"]:not(:checked),
.table_queue .checkbox [type="checkbox"]:checked {
    left: 0;
    margin: 0;
}

.table_queue .checkbox,
.pref_one .radio {
    margin: 0;
}

.table_queue2 {
    margin-bottom: 15px;
}

#flight_search_result .modal table {
    background-color: #fff;
}

.searcharea {
    margin: 0;
    width: 100%;
    min-height: auto;
    position: relative;
    /* z-index: 10; */
}

.srchinarea {
    clear: both;
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 20px 20px 20px 20px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    /* box-shadow: 0px 0px 5px #d41c24cc; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.secndblak .container-fluid {
    padding: 0;
}

.pub_banner img {
    width: 100%;
    /* margin-top: 40px; */
    /*border-radius: 15px;*/
    /* height: 230px; */
}

.pub_banner.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    margin: 5px 5px;
}

.checkboxall_hide strong,
.uncheckboxall_hide strong {
    padding-left: 16px;
}

.checkboxall_hide input.checkboxall,
.uncheckboxall_hide input.uncheckboxall {
    position: absolute;
    left: 7px;
    top: 13px;
}

li.sortli.hide_lines {
    width: 14%;
}

.checkboxall_hide,
.uncheckboxall_hide {
    position: relative;
    text-align: center;
    padding-top: 6px;
}


/* 01 JUNE 2019 */
a.modifysrch {
    background: #d41c24;
    color: #ffffff;
    line-height: 60px;
    padding: 0 25px 0 15px;
    text-align: center;
    width: 100%;
}

.contentsdw.top_modify {
    padding: 2px 0;
}

.top_modify h4.contryname.placenameflt {
    background-color: #83677b;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border-color: #83677b;
    text-align: center;
    display: none;
}

.top_modify .boxpad {
    padding: 8px 5px;
}

.top_modify .boxpad>h4,
.top_modify .boxpad>h3,
.top_modify .boxpad>.datein {
    background-color: #fff;
    padding: 10px 10px;
    min-height: 40px;
    line-height: 20px;
    border: 1px solid #bbb;
}

.top_modify .boxpad .placenameflt i {
    transform: rotate(100deg);
}

.top_modify .boxpad i {
    padding-right: 5px;
}

.top_modify .modifysrch {
    line-height: 40px;
    height: 40px;
    margin: 8px 0px;
}

a.modifysrch::after {
    font-size: 24px;
    left: inherit;
    right: 10px;
}

.top_modify .modifysrch::after {
    line-height: 40px;
}

.side_filter,
.side_filter_cls {
    background-color: #fdee00;
    position: absolute;
    z-index: 1;
    width: 30px;
    font-size: 20px;
    text-align: center;
    color: #5a5d39;
    text-decoration: none;
}

.side_filter {
    height: 40px;
    line-height: 2;
}

.coleft .rangebox {
    border: 1px solid #9eb6a5;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-radius: 10px;
    background: rgb(158 182 165 / 27%);
}

.stopone {
    float: left;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.stopone [type="checkbox"]:not(:checked),
.stopone [type="checkbox"]:checked {
    left: 2px;
    margin-top: 5px;
    position: relative;
    float: left;
}

.time-wrapper .starin {
    width: 100%;
    margin: 0;
    padding-left: 7px;
}

.time-wrapper .starin label {
    float: left;
    color: #555;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
}

.timone .htlcount {
    font-size: 12px;
    margin: 0;
    float: right;
    width: 70px;
    padding: 5px 10px;
}

.side_filter_cls {
    display: none;
}

.side_filter_cls {
    height: 37px;
    line-height: 1.7;
    left: 0;
    top: 40px;
}

.filterforall .divinsidefltr {
    width: 100%;
}

.filterforall .insidemyt {
    display: block;
    margin: 0 5px;
    overflow: hidden;
}

.addtwofilter .divinsidefltr .insidemyt {
    width: 100%;
}

.search_oneway .filterforall .insidemyt {
    margin: 0;
}

.drop_fldet,
.rnd_drop_fldet,
.drop_fldet button.close,
.rnd_drop_fldet button.close,
.sortli.fltrit:last-child,
.drop_fldet .popuphed,
.rnd_drop_fldet .popuphed {
    display: none;
}

.insidemyt li.sortli {
    background-color: #d41c24;
}

.filterforall .sorta .fa,
.checkboxall_hide input,
.uncheckboxall_hide input {
    color: #999;
    display: block;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
}

.filterforall .sorta strong,
.filterforall .checkboxall_hide strong,
.filterforall .uncheckboxall_hide strong {
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 8px;
    margin: 0;
    text-align: center;
}

.filterforall .insidemyt .sortli a.sorta,
.filterforall .insidemyt .sortli a.sorta i,
.filterforall .checkboxall_hide strong,
.filterforall .uncheckboxall_hide strong {
    color: #fff;
}

.filterforall .checkboxall_hide input.checkboxall,
.filterforall .uncheckboxall_hide input.uncheckboxall {
    position: relative;
    left: inherit;
    right: inherit;
    margin: 0 auto 4px;
}

.filterforall .checkboxall_hide strong {
    padding: 0;
}

.search_oneway li.sortli.hide_lines {
    width: 20%;
}

.search_oneway .sortli.fltrit:nth-child(6) {
    width: 25.5%;
}

.filterforall.fil_head.posi {
    /* max-width: 895px; */
    top: 92px;
    width: 100%;
}

.search_oneway .madgrid {
    min-height: 95px;
    border-radius: 6px;
}

.madgrid {
    position: relative;
}

.ifoneway .wayeght.full_same,
.search_inttrip .flight_details>.allsegments {
    padding: 10px 10px;
}

.sidenamedesc .airlinename {
    text-align: left;
    padding: 5px 0 0px 5px;
}

span.fl_city {
    display: block;
    clear: both;
    text-align: center;
}

.detlnavi .padflt.widfty:nth-child(2),
.smal_udayp.amadeus_dur {
    border-width: 0;
    border-style: dashed;
    border-color: #000;
}

.detlnavi .padflt.widfty:nth-child(2) .lyovrtime {
    padding: 0 7px;
}

.detlnavi .padflt.widfty:nth-child(2) .lyovrtime .stop-label,
.search_inttrip .insidesame .stop-value.smalairport {
    /* border-top: 1px solid #ddd; */
    padding-top: 7px;
    margin-top: 7px;
    font-size: 13px;
}

.search_oneway .fltltip,
.search_inttrip .fltltip {
    margin-top: 4px;
}

.fltltip .list-inline {
    text-align: center;
}

.search_oneway .fltltip ul,
.search_inttrip .fltltip ul {
    padding: 5px 0;
    background-color: #f0f0f0;
    margin: 0 0 5px 0;
}

.search_oneway .fltltip ul {
    padding: 7px 0;
}

.detailsflt {
    display: block;
    border-radius: 50%;
    color: #fff;
}

.prc_details {
    padding: 2px 3px 0 0;
}

.prc_details>div {
    /* background-color: #f0f0f0; */
    padding: 6px 0;
    margin: 0px 0px 5px 0;
}

.madgrid .sidepricewrp>div,
.search_inttrip .insidesame .priceflights {
    width: 50%;
    float: left;
}

.sideprice strong,
.insidesame.sideprice .priceflights strong,
.amadeus_dom .priceflights strong,
.search_inttrip .wayprice .insidesame .priceflights strong,
.search_inttrip .waybook .insidesame .priceflights strong {
    background-color: #db9f00;
    position: absolute;
    left: 0;
    top: 0;
    padding: 11px 7px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
}

.fare_listing {
    position: absolute;
    background-color: #d41c24;
    z-index: 1;
    left: -207px;
    top: 0;
    padding: 0;
    display: none;
    right: 146px;
    width: 200px;
}

.fare_listing table {
    color: #fff;
    font-size: 11px;
    margin: 0;
    font-weight: normal;
    text-align: center;
}

.fare_listing tr:first-child th {
    background-color: #b8a400;
    text-align: center;
    padding: 3px 0;
    color: #fff;
}

.fare_listing .table>tbody>tr>th,
.fare_listing .table>tbody>tr>td {
    padding: 3px 0px;
}

.details_menu {
    padding: 1px 10px 2px;
    text-align: right;
}

.fl_det_link,
.rnd_det_link,
.details_menu>a,
.check_mail {
    color: #dba000;
    font-weight: 600;
    font-size: 10.5px;
    text-decoration: none;
}

.fl_det {
    background-color: #f0f0f0;
    padding: 0;
}

.drop_fldet .flight_datails,
.rnd_drop_fldet .flight_datails {
    margin: 10px auto 0;
}

.popuphed,
.popconyent,
.popfooter {
    float: left;
    width: 100%;
}

.drop_fldet .contfare,
.rnd_drop_fldet .contfare {
    margin: 0;
}

.drop_fldet .fare_full,
.rnd_drop_fldet .fare_full {
    padding: 0 3px 10px;
}

.drop_fldet .fare_full>div,
.rnd_drop_fldet .fare_full>div {
    border: 1px solid #ddd;
}

.drop_fldet .hedtowr,
.rnd_drop_fldet .hedtowr {
    border-bottom: 1px solid #ddd;
    padding: 0 0 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

#itenerary .detlnavi .padflt.widfty {
    text-align: center;
}

.detlnavi .padflt.widfty {
    padding: 0;
}

.fare_split {
    width: 50%;
    float: left;
}

.farehdng {
    border-bottom: 1px solid #ccc;
    color: #666;
    display: block;
    font-size: 18px;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 0 10px;
}

.fare_split .farehdng {
    font-size: 14px;
}

.fare_split .rowfare {
    padding: 0;
    font-size: 12px;
    border: 0;
}

.fare_split .inboundiv.grand_totall {
    padding: 0;
}

.fare_split .inboundiv.grand_totall .grandtl {
    padding: 5px 5px;
}

.mobile_price {
    color: #5a5d39;
    float: none;
    font-size: 10px;
    margin: 0 auto;
    display: none;
}

.madgrid .sideprice:hover .fare_listing,
.search_inttrip .insidesame:hover .fare_listing {
    display: block;
}

.fare_active_class .fare_split {
    width: 100%;
}

.modal .flight_datails {
    max-width: 700px;
    position: relative;
}

.fl_det_link:hover,
.rnd_det_link:hover {
    color: #ada305;
}

.new_loader {
    max-width: 450px;
    position: absolute;
    width: 450px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
}

.details_menu>a {
    display: inline-block;
    padding-right: 10px;
}

.details_menu>a input.checkboxcheck {
    position: relative;
    float: left;
    margin: 2px 3px 0 0;
}

.detailsflt:hover {
    color: #fff;
}

.ifround .madgrid .sidenamedesc>div {
    width: 100%;
    padding-bottom: 0;
    border-top: 1px solid #ddd;
}

.ifround .madgrid .sidenamedesc>div:first-child {
    min-height: 80px;
    border-radius: 0;
}

.rnd_sect>div {
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.rnd_div .celhtl.width30,
.detlnavi .rnd_sect .padflt.widfty:nth-child(2) {
    border: 0;
}

.rnd_sect>div .timlbl {
    text-align: left;
}

.ifround span.fl_city {
    text-align: left;
}

.width45 {
    width: 45%;
}

.madgrid .sidenamedesc>.wayfour>div:first-child {
    padding: 4px 0;
    background-color: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.rnd_div .width45>div,
.dom_round.amadeus_dom .width45>div {
    background-color: #f0f0f0;
    padding: 9px 0;
    margin: 0px 0 5px 5px;
}

.ifround .madgrid .sidenamedesc>div {
    width: 100%;
    padding-bottom: 0;
    border-top: 1px solid #ddd;
}

.ifround .madgrid .sidenamedesc>.wayfour>div.widfty {
    width: 100%;
    min-height: inherit;
    padding: 9px 0;
}

.rnd_div .rnd_det_link {
    float: right;
    padding: 0 5px;
}

.ifround .madgrid .sidenamedesc>.wayfour>div.widfty span.flect,
.ifround .madgrid .sidenamedesc>.wayfour>div.widfty span.flects {
    text-align: left;
    float: left;
    width: auto;
    padding: 0 5px;
}

.ifround .madgrid .sidenamedesc>.wayfour>div.fltltip {
    width: 23%;
    min-height: inherit;
    padding: 0;
    background-color: inherit;
    margin-bottom: 5px;
}

.ifround .fltltip .list-inline {
    display: inline-block;
}

.ifround .madgrid .sidenamedesc>.wayfour>div.fl_det {
    width: 100%;
    padding: 0;
}

.rnd_drop_fldet .fare_full {
    width: 100%;
}

.check_mail {
    display: table;
}

.check_mail input.checkboxcheck {
    float: left;
    margin-right: 3px;
}

.search_roundtrip li.sortli {
    width: 19.5%;
}

/*.skin-black-light.search_toggle {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
}*/
.row_container .info-box {
    background: #d41c24;
    margin: 10px 0;
}

.dash_flight .info-box {
    background-color: #b8a400 !important;
    /* background-image: url(../images/arr1.png) !important; */
}

.dash_flight .info-box-content,
.dash_hotel .info-box-content,
.dash_bus .info-box-content,
.dash_train .info-box-content,
.dash_fl .info-box-content,
.dash_ht .info-box-content,
.dash_bs .info-box-content,
.dash_tr .info-box-content {
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 11.3% center;
    color: #fff;
    text-align: right;
}

.dash_flight .info-box-content,
.dash_fl .info-box-content {
    background-image: url(../images/dashico1.png);
}

.dash_flight .info-box-content a,
.dash_hotel .info-box-content a,
.dash_bus .info-box-content a,
.dash_train .info-box-content a,
.dash_fl .info-box-content a,
.dash_ht .info-box-content a,
.dash_bs .info-box-content a,
.dash_tr .info-box-content a,
.skin-black-light .sidebar-menu>li>a,
.skin-black-light .pull-left.info,
.skin-black-light .pull-left.info a {
    color: #fff;
}

.dash_img {
    max-width: 100%;
}

.dash_hotel .info-box {
    background-color: #d41c24;
    /* background-image: url(../images/arr2.png) !important; */
    background-position: 0 21px !important;
    background-repeat: no-repeat !important;
}

.dash_bus .info-box {
    background-color: #4caf50;
    /*background-image: url(../images/arr3.png) !important;*/
    background-position: 0 20px !important;
    background-repeat: no-repeat !important;
}

.dash_train .info-box {
    background-color: #707070;
    background-color: #10003c;
    /* background-color: #000853; */
    /* background-color: #3c1000; */
    /*background-image: url(../images/arr4.png) !important;*/
    background-position: 0 -18px !important;
    background-repeat: no-repeat !important;
}

.dash_hotel .info-box-content,
.dash_ht .info-box-content {
    background-image: url(../images/dashico2.png);
}

.dash_bus .info-box-content,
.dash_bs .info-box-content {
    background-image: url(../images/dashico3.png);
}

.dash_train .info-box-content,
.dash_tr .info-box-content {
    background-image: url(../images/dashico4.png);
}

.dash_fl .info-box {
    background-color: #ff9f6e;
    background-image: url(../images/arr1.png) !important;
}

.dash_ht .info-box {
    background-color: #29ce96;
    background-image: url(../images/arr2.png) !important;
    background-position: 0 21px !important;
    background-repeat: no-repeat !important;
}

.dash_bs .info-box {
    background-color: #00cbce;
    background-image: url(../images/arr3.png) !important;
    background-position: 0 20px !important;
    background-repeat: no-repeat !important;
}

.dash_tr .info-box {
    background-color: #f48ea4;
    background-image: url(../images/arr4.png) !important;
    background-position: 0 -18px !important;
    background-repeat: no-repeat !important;
}

.base_blk .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}

.dash_cal {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
}

.fc-unthemed td.fc-today {
    background: #4d67e8;
    color: #fff;
}

.fc-ltr .fc-basic-view td.fc-day-number {
    text-align: center;
}

div.fc-basic-view td.fc-week-number span,
div.fc-basic-view td.fc-day-number {
    padding: 12px 0;
}

.fc-basic-view tbody div.fc-row {
    min-height: 3em;
}

.info-box-text {
    color: #eefbfc;
    padding: 0 10px;
    display: none;
}

.search_inttrip .col-wrapper.r-w-g.onesetsi {
    width: 100%;
}

.allformst .tabrow>div,
.splmodify .tabrow>div {
    padding: 0;
}

.allformst .plcetogo {
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
    overflow: hidden;
    margin-bottom: 6px;
}

.thrdtraveller .searchsbmtfot {
    text-align: center;
    color: #fff;
    padding: 1.5px 10px;
    /*border-radius: 0px;*/
    /* margin-top: 6px;*/
}

/*.booknow, .wament.active, .wamen.active, .modifysrch, .bookallbtn, .thrdtraveller .searchsbmtfot, .co_filter {
    background-image: linear-gradient(to right, #005397 0%, #76c045 51%, #76c045 100%);
    background-size: 200% auto;
}*/
.thrdtraveller .searchsbmtfot .searchsbmt {
    background: inherit;
    text-transform: capitalize;
    padding: 13px 5px;
    line-height: normal;
    font-weight: 600;
}

.allformst .totlall,
.splmodify .totlall {
    height: 50px;
    line-height: 50px;
}

.table>thead>tr>th.sorting_asc,
.table>thead>tr>th.sorting_desc,
.table>thead>tr>th.sorting {
    background-color: #d41c24;
    color: #fff;
}

.ui-autocomplete.ui-front {
    max-height: 300px;
    height: 100%;
    overflow-y: auto;
}

/*.search_oneway .topmisty:last-child {
    display: none;
}*/
.search_oneway .filterforall.addtwofilter .topmisty,
.search_inttrip .filterforall.addtwofilter .topmisty {
    width: 100%;
}

.col_rit_top p {
    font-size: 14px;
    margin: 0 0 2px;
    display: block;
    background: #719792;
    padding: 5.5px 10px;
    border-radius: 7px;
    color: #fff;
    text-align: left;
}

.col_rit_top p label {
    color: #fff;
    margin: 0;
    margin-right: 5px;
}

li.sortli.hide_lines:nth-child(5) {
    display: none;
}

.check_env {
    float: right;
    color: #501b1d;
    position: relative;
}

.search_inttrip li.sortli.hide_lines {
    width: 20%;
}

.search_inttrip li.sortli:nth-child(6) {
    width: 25.5%;
}

.wayeght.full_same.am_set {
    padding: 10px 10px;
}

span.tagline {
    background: #FF9800;
    position: absolute;
    right: 0;
    z-index: 9;
    color: #fff;
    font-weight: 600;
}

span.fl_city {
    display: block;
    clear: both;
    text-align: center;
}

.am_set .airlinename_s {
    text-align: left;
    padding: 5px 0 0px 5px;
    display: table;
}

.am_set .airlinename_s .airlinename {
    text-align: left;
}

.allsegments .airlinename_s strong {
    font-size: 10px;
    color: #666;
    font-weight: normal;
}

.am_set .bigtimef {
    line-height: normal;
}

.amadeus_dur .insidesame .durtntime {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.madgrid .priceanbook .fltltip {
    width: 20%;
}

.madgrid .priceanbook>div:first-child {
    background: inherit;
    padding: 0;
    margin: 0;
}

.am_prc ul.list-inline:first-child {
    margin: 3px 0;
}

.madgrid .priceanbook>div:first-child ul {
    background-color: #f0f0f0;
    padding: 8px 0;
}

.madgrid .sidenamedesc>.wayfour>div,
.madgrid .priceanbook>div {
    background-color: #f0f0f0;
    margin: 2px;
    width: 76%;
    padding: 9px 0px;
}

.insidesame.sideprice {
    width: 100%;
}

.insidesame.sideprice .priceflights,
.insidesame.sideprice .bookbtlfrt {
    width: 50%;
    float: left;
}

.madgrid .priceanbook>div {
    width: 78%;
}

.insidesame.sideprice .priceflights span {
    float: left;
    margin-left: 27px;
}

.am_set .details_menu {
    padding: 0;
    margin-top: 13px;
}

.search_inttrip .am_srch .sidenamedesc .wayeght.full_same {
    padding: 10px 10px;
}

.search_inttrip .madgrid .priceanbook>div {
    background-color: inherit;
    margin-top: 0;
    padding: 4px 0;
}

.search_inttrip .madgrid .priceanbook>div.prc_details {
    width: 73%;
}

.search_inttrip .filterforall.addtwofilter .topmisty,
.search_inttrip .mltiwy.round-domestk .fare_details .prc_details>div {
    width: 100%;
}

.search_inttrip .wayprice .insidesame,
.search_inttrip .waybook .insidesame {
    display: block;
}

.search_inttrip .insidesame .priceflights {
    text-align: center;
    font-weight: 600;
}

.fl_details_in .inbound {
    border: 1px solid #ddd;
    padding: 10px 10px;
}

.fl_details_in .inbound .hedtowr {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fl_details_in .fare_split {
    border: 1px solid #ddd;
}

.fl_details_in>div {
    padding: 0 6px;
    margin-bottom: 10px;
}

.int_left>div,
.int_left>span {
    text-align: left;
}

.search_inttrip .allsegments .smal_udayp {
    border-width: 0 1px;
    border-style: dashed;
}

.dom_round.amadeus_dom .madgrid>div {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
    border-top: 1px solid #ddd;
}

.dom_round .celhtl.width30 {
    border: 0;
}

.amadeus_dom .airlinename {
    text-align: left;
}

.dom_round .insidesame {
    width: 100%;
    margin: 0;
}

.dom_round .insidesame>div,
.dom_round .insidesame>span {
    line-height: 1.4;
}

.dom_round .insidesame>.priceflights,
.dom_round .insidesame>.bookbtlfrt {
    width: 50%;
    float: left;
}

.dom_round.amadeus_dom .madgrid>div.fare_details {
    padding: 6px;
}

.dom_round .rnd_sect>div:last-child {
    border: 0;
}

.dom_round .fare_details .insidesame {
    padding: 6px 0;
}

.dom_round .fare_details .insidesame>div,
.dom_round .fare_details .insidesame>a {
    float: left;
    padding-right: 10px;
}

.dom_round.amadeus_dom .madgrid .priceanbook>div {
    width: auto;
    margin: 0 auto;
    float: none;
    display: table;
}

.dom_round.amadeus_dom .madgrid .priceanbook>div ul {
    background: inherit;
}

.dom_round.amadeus_dom .madgrid .priceanbook>div:first-child ul {
    float: right;
    padding: 0;
    margin: 0;
}

header.log_header {
    /* background: inherit; */
    /* background-color: #424432; */
}

.tophead {
    background-color: #5a5d39;
}

footer.log_foot {
    background: #424432;
}

.tophead .logo {
    padding: 0;
    margin: 0;
    height: auto;
}

.tophead h5 {
    color: #333;
    padding: 6px 0;
}

.tophead {
    background: #fff;
}

.tophead {
    padding: 10px 0;
}

.log_foot .container>p {
    color: #d1dc54;
}

.homeslider img {
    max-width: 250px;
}

.homeslider {
    /* padding: 40px 10%; */
}

.homeslider p,
.homeslider li {
    /* color: #fff; */
    font-size: 15px;
    line-height: 24px;
}

.homeslider p {
    /* padding: 25px 0 15px; */
    /* border-bottom: 1px solid #2c4167; */
}

.homeslider h4 {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 50px;
}

.log_header .login-box {
    background: #8dab974d;
    border-radius: 6px;
    width: 100%;
    margin: 0px auto;
}

.log_header .login-box .form-group>label,
.log_header .login-box .form-group>div {
    width: 100%;
    text-align: left;
    margin: 0;
}

.log_header .login-box .form-group>div input {
    width: 100%;
    border: 0;
    height: 45px;
    font-size: 16px;
    background: #fff;
    border-radius: 3px !important;
    box-shadow: none;
}

.log_header #login_submit {
    background-color: #d41c24;
    border-color: #d41c24;
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    width: 100%;
    font-size: 18px;
    margin-top: 12px;
}

.log_header .login-box-msg,
.log_header .login-box label {
    color: #666;
    font-weight: 600;
    font-size: 14px;
}

.log_header>.container {
    /* padding: 28px 15px; */
    display: flex;
    align-items: center;
    /* margin: 0 auto; */
    justify-content: center;
}

/* BOOKING PAGE */
.padpaspotr .labltowr,
.padpaspotr .contcthdngs {
    background-color: #d41c24;
    margin: 0;
    color: #fff;
    padding: 9px 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 10px 10px 0px 0px;
}

.bokkpricesml .totlbkamnt,
.bokkpricesml .fligthdets,
.bokkpricesml .travlrs {
    color: #000;
}

.bokkpricesml {
    /* background-color: #5a5d39;*/
}

.price_fare_details .panel-body {
    background-color: #a2a95e;
    padding: 0;
    margin: 0;
}

.price_fare_details tbody {
    background-color: #fff;
}

.price_fare_details caption {
    color: #fff;
    font-size: 14px;
}

.padpaspotr .contcthdngs {
    margin-bottom: 15px;
}

.clikagre a {
    color: #009dff;
}

.clikagre span {
    color: #009dff;
    cursor: pointer;
}

label.page_head {
    font-size: 14px;
    display: block;
    margin: 12px 0 0;
    font-weight: 600;
    background: #d41c24;
    color: #fff;
    padding: 8px 10px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    z-index: 10;
    position: relative;
}

.price_fare_details .panel-body table {
    margin: 0;
    border: 0;
    border-radius: 15px;
}

.grd_total td {
    font-size: 15px;
    font-weight: 600;
}

.price_fare_details .table-bordered>tbody>tr>td {
    border: 0;
    color: #5b847e
}

.price_fare_details .panel-default {
    margin: 0;
    padding: 15px 10px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 0 0 10px 10px
}

.bk_date .portnme {
    color: #333;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    line-height: normal;
}

.bk_date .port_date {
    font-size: 13px;
    margin: 0;
    color: #333;
    margin: 2.5px 0;
}

.box_pad .portnme.textcntr {
    font-size: 12px;
}

.bk_page .ontyp,
.bk_page .contbk,
.bk_page .adltnom {
    padding: 0;
}

.contbk_in {
    background-color: #fff;
    padding: 15px 15px;
}

.bk_page .contcthdngs {
    margin: 0;
}

.bk_page .newslterinput {
    height: 30px;
    font-size: 12px;
}

.bk_page .notese {
    font-size: 13px;
}

.bk_log .bookcont {
    font-size: 14px;
    padding: 6px 10px;
    max-width: 95px;
}

.bk_log .continye {
    margin: 0;
}

.bk_log .temsandcndtn {
    line-height: 1.3;
    font-size: 12px;
}

.loginspld.bk_log .collogg,
.loginspld.bk_log {
    margin: 0;
}

.bk_page .pasngrinput .newslterinput {
    height: 40px;
    margin: 5px 0;
}

.bk_page .contbk_in .newslterinput {
    height: 40px;
    font-size: 13px;
    border-radius: 10px;
}

.bk_page .pasngrinput {
    border: 0;
}

.bk_page .contbk_in .pasngrinput {
    padding: 0px 10px 0 0;
}

.bk_page .contbk_in {
    background-color: #fff;
    padding: 0 15px 7.5px;
}

/* END BOOKING PAGE */
/* CONFIRMATION PAGE */
.conf_page {
    background-color: #fff;
    max-width: 1000px;
    margin: 15px auto;
    /*border: 1px solid #d41c24;*/
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .11);
    border-radius: 8px;
    padding: 35px;
}

.conf_page .table-responsive {
    margin: 0;
}

.conf_page .labltowr.arimobold {
    font-size: 13px;
}

.conf_page .totlbkamnt {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.conf_page .segment_seg {
    border: 1px solid #9eb6a5;
    padding: 7px 10px 0;
    /*border-radius: 6px;*/
}

.conf_page .bookcont {
    font-size: 15px;
    /*max-width: 120px;*/
    padding: 6px 10px;
}

.nopadR {
    padding-right: 0;
}

/* .fr_chck .checkboxall_hide, .fr_chck .uncheckboxall_hide { text-align: right; } */
.fr_chck .checkboxall_hide,
.fr_chck .uncheckboxall_hide {
    border-right: none;
    color: #5a5d39;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: normal;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: right;
}

.fr_chck .checkboxall_hide,
.fr_chck .uncheckboxall_hide {
    position: relative;
    margin-top: 5px;
}

.fr_chck {
    float: none;
    margin-bottom: 2px;
}

.fr_chck input.checkboxall,
.fr_chck input.uncheckboxall {
    margin-right: 6px;
    top: 2px;
    left: 0;
}

span.close_fil_box {
    display: none;
}

.dom_tab {
    display: none;
    margin: 10px auto;
    width: auto;
    text-align: center;
}

.dom_tab_div {
    display: table;
    margin: 0px auto;
}

.dom_tab a {
    padding: 10px;
    background: #667282;
    color: #fff;
    margin: 2px;
    float: left;
}

.dom_tab_div a.active {
    background: #22a7e0 none repeat scroll 0 0;
    color: #ffffff;
}

.onlmob {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.onlmob .bookallbtn {
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100% !important;
    z-index: 1;
}

.mobile_clock {
    display: none !important;
}

.allformst .forhotelonly .tabrow>div {
    /* padding: 0; */
}

.searcharea::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(1, 84, 150, 0.4); */
    z-index: 0;
}

.pub_banner_main.clearfix {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 40px;
}

.main-footer {
    background: #d41c24;
}

.skin-black-light .sidebar-menu>li.header {
    background: #cd9a07;
    line-height: 23px;
    display: none;
}

.one_mail input[type="checkbox"] {
    left: 0 !important;
    margin: 2px 6px 0 0;
}

.checkbox.all_check {
    float: left;
    padding: 7.5px 6px;
    color: #015496;
    /* background: #fff; */
    margin: 0px 0 0 6px;
    border: 1px solid #fff;
    font-size: 14px;
    border: 1px solid #eae8e8;
    border-radius: 2px;
    text-transform: capitalize;
}

.all_check input[type="checkbox"] {
    position: relative;
    left: 0 !important;
    margin: 0px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.checkbox.one_mail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.one_mail label {
    min-height: auto;
}

.all_check>label {
    min-height: auto;
    padding: 0;
}

.rit_view {
    width: 100%;
}

.send_mail.hotel_search_box::after {
    content: "\f003";
}

.pref_opt .thrdtraveller .searchsbmtfot .searchsbmt {
    /* height: 40px; */
    padding: 8px 5px;
    font-weight: 500;
}

.pref_opt .plcemark::before,
.pref_opt .normalinput,
.pref_opt .form-control,
.pref_det .pref_opt select,
.pref_det .plcetogo.plcemark.sidebord>select {
    line-height: 40px;
}

.pref_opt .pref_form .form-control,
.pref_one .trp_id .form-control {
    border: 1px solid #aaa;
    height: 28px;
    border-radius: 3px !important;
    max-width: 300px;
}

/* .uncheckboxall_hide::before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    width: 13px;
    left: -2px;
    color: #555;
    height: 13px;
    background: #ccc;
    top: 2px;
    z-index: 1;
    font-size: 11px;
    line-height: 13px;
}
.uncheckboxall_hide {
    position: relative;
} */
/* END CONFIRMATION PAGE */


/* RESPONSIVE QUERIES */
@media (min-width: 580px) and (max-width: 1200px) {

    .from-loc,
    .to-loc {
        display: block;
    }

    .ifround .sidenamedesc>div,
    .ifround .madgrid>div {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .propopum {
        /*display: table !important;*/
        float: none;
        left: 0 !important;
        margin: 0 auto;
        right: 0;
    }

    .highcharts-container {
        margin-top: 15px;
    }

    .navbar-nav>li.contact-menu:hover>ul {
        left: 0;
    }

    .navbar-static-top .navbar-custom-menu .navbar-nav>li>a {
        line-height: 30px;
    }

    .pasngrinput_enter .col-xs-10>div {
        width: 25%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    #flight_form .smalway>label {
        font-size: 12px;
        padding: 0 13px;
    }

    .nav-tabs.tabstab .sprte.iconcmn {
        height: 35px;
    }

    .nav-tabs.tabstab li:hover .sprte.icnhnflight,
    .nav-tabs.tabstab li.active .sprte.icnhnflight {
        background-position: -2px -76px;
    }

    .nav-tabs.tabstab li:hover .sprte.icnhtl,
    .nav-tabs.tabstab li.active .sprte.icnhtl {
        background-position: -138px -80px;
    }

    .nav-tabs.tabstab li:hover .sprte.icntrain,
    .nav-tabs.tabstab li.active .sprte.icntrain {
        background-position: -214px -79px;
    }

    .nav-tabs.tabstab li:hover .sprte.icnhnbus,
    .nav-tabs.tabstab li.active .sprte.icnhnbus {
        background-position: -273px -80px;
    }

    .sprte.icnhnflight {
        background-position: 2px 2px;
    }

    .sprte.icnhtl {
        background-position: -138px 2px;
    }

    .sprte.icntrain {
        background-position: -214px 2px;
    }

    .sprte.icnhnbus {
        background-position: -273px 2px;
    }

    .allformst .nav.nav-tabs.tabstab label {
        font-size: 14px;
        line-height: 1;
    }

    .allformst .nav-tabs.tabstab>li>a {
        padding: 0 10px;
    }

    .filterforall.addtwofilter.fil_head,
    .skin-black-light .alldownsectn .ovrgo .padpaspotr>.col-xs-4 {
        width: 100%;
    }

    .filterforall.addtwofilter.fil_head li {
        width: 25%;
    }

    .propopum .contfare .tab-content .tabmarg>table {
        width: 100% !important;
    }

    .agent_menu li.contact-menu,
    .agent_menu li.user-menu {
        display: none;
    }

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

    .serch_area_fltr .form-group div.col-sm-1 {
        float: left;
        padding-right: 0;
    }

    .search_fltr_section form {
        padding: 0 20px;
        margin: 0;
        position: relative;
    }

    .search_fltr_section form button {
        position: absolute;
        right: 21px;
        top: 1px;
        padding: 6.3px 10px;
        border: 0;
        background-color: #eee;
        border-radius: 0;
    }

    .bodyContent .table-responsive {
        overflow: scroll;
    }

    .list_of_sections a {
        width: 47%;
        text-align: center;
    }
}

@media (min-width: 551px) and (max-width: 767px) {

    .nav-tabs.tabstab li:hover a .sprte.icnhnflight,
    .nav-tabs.tabstab li.active a .sprte.icnhnflight {
        background-position: -2px -66px;
    }

    .nav-tabs.tabstab li .sprte.iconcmn {
        height: 45px;
    }

    .nav-tabs.tabstab .sprte.icnhnflight {
        background-position: 2px 12px;
    }

    .nav-tabs.tabstab li:hover a .sprte.icnhnbus,
    .nav-tabs.tabstab li.active a .sprte.icnhnbus {
        background-position: -273px -70px;
    }

    .nav-tabs.tabstab .sprte.icnhnbus {
        background-position: -273px 12px;
    }

    .nav-tabs.tabstab li:hover a .sprte.icntrain,
    .nav-tabs.tabstab li.active a .sprte.icntrain {
        background-position: -214px -69px;
    }

    .nav-tabs.tabstab .sprte.icntrain {
        background-position: -214px 12px;
    }

    .full_bus_prices .inpadbus {
        padding-left: 0;
    }

    .full_bus_prices .bustprice {
        font-size: 13px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .ifround .madgrid div {
        float: none;
        line-height: 1.5;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    span.bigdate {
        font-size: 30px;
    }

    .room-summ .layoutonly,
    .room-summ .upnddown {
        width: inherit;
    }

    .pasngrinput_secnrews div {
        width: 100%;
    }
}

@media (min-width: 501px) and (max-width: 600px) {

    .allsegments .quarter_wdth,
    .allsegments .smal_udayp {
        width: 25%;
    }

    .allsegments .smal_udayp {
        margin-top: 0;
    }

    .allsegments .smal_udayp .insidesame {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .advsncerdch>div.col-xs-3 {
        width: 100%;
    }

    .allresult .smal_udayp .insidesame {
        padding: 5px;
    }

    .allsegments .quarter_wdth:first-child,
    .allresult .celhtl.width25.midlbord {
        clear: both;
        display: table;
        float: none;
        margin: 0 auto;
    }

    .allresult .smal_udayp .durtntime {
        font-size: 11px;
    }

    .allresult .smal_udayp.nopad.col-xs-3 {
        width: 33.3%;
    }

    .allresult .celhtl.width25.midlbord {
        width: auto;
    }

    .resultalls .coleft {
        display: none;
    }

    .search-result .resultalls .insidebosc {
        padding: 0;
    }

    .sortli .sorta {
        padding: 0 1px;
    }

    .sortli .sorta strong {
        font-size: 9px;
    }

    .sortli.fltrit {
        width: 15%;
    }

    .filterforall.fil_head.posi {
        visibility: hidden;
    }

    .list_of_sections>a {
        width: 100%;
    }

    .userfstep .colusrdash {
        width: 100px;
        height: 100px;
    }
}

.checkcontent .squaredThree {
    position: initial;
}

.checkcontent .squaredThree label {
    background: #ddd;
    border-radius: 3px;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.2); */
    cursor: pointer;
    left: 0;
    height: 18px;
    position: absolute !important;
    top: 0;
    width: 18px;
    border: 1px solid #aaa;
}

.checkcontent .lbllbl {
    margin-left: 25px;
}


/*multicity design*/
.multicty ul.nav-tabs li {
    font-size: 14px;
    background: #fff;
    width: 343px;
}

.multicty ul.nav-tabs li span,
.multicty ul.nav-tabs li strong {
    display: inline-block;
    vertical-align: middle;
}

span.sr_no {
    border-radius: 50%;
    background: #d41c24;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    margin-right: 4px;
}

.multicty ul.nav-tabs li a {
    border: 1px solid #CACDDF !important;
    border-radius: 0;
    margin: 0;
    padding: 2px 6px;
    border-right: none;
}

.multicty ul.nav-tabs li:last-child a {
    border-right: 1px solid #CACDDF;
}

.multicty ul.nav-tabs li span.ml_dat {
    color: #17479e;
    /* font-weight: 600; */
}

.multicty ul.nav-tabs li strong {
    margin-right: 2px;
    line-height: 22px;
    color: #333 !important;
    font-size: 13px;
}

.multicty ul.nav-tabs li strong>span.arofa {
    font-size: 20px;
    margin: 0 2px;
    color: #83677b;
}

.multicty ul.nav-tabs li.active a {
    background: #d41c24;
}

.multicty ul.nav.nav-tabs {
    margin: 2px 0 0;
}

.filterforall.fil_head.posi {
    z-index: 10;
}

.colrit.search_roundtrip,
.wrapper1 {
    overflow: hidden;
    /* overflow-x: scroll; */
    position: relative;
}

.fr_up,
.wrapper1 {
    height: 20px;
    margin-bottom: 1px;
}

.mltti {
    width: 33.33%;
}

.filterforall.fil_head.posi {
    max-width: 1030px;
    background: #fff;
    top: 209px;
    width: 100%;
    /* position: relative; */
}

.filterforall.addtwofilter .topmisty {
    float: left;
    width: 343px;
    max-width: none;
}

.col-wrapper.r-w-g.onesetsi {
    width: 343px;
    opacity: 0.3;
    cursor: not-allowed;
    transition: transform .2s;
}

.allresult.ifround.mul {
    width: 1290px;
    margin: 0;
}


.multi_city .fligthsmll {
    text-align: left;
}

.multi_city .selctarln.colorretn {
    border-right: 1px solid #83677b;
    padding: 2px 3px 21px;
}

.multi_city .airlinename {
    /* padding: 0; */
    text-align: left;
}

.multi_city .detlnavi {
    padding: 0px 5px;
    float: left;
    width: 100%;
    position: relative;
}

.fixincrmnt .multi_city .padflt {
    padding: 0;
}

.multi_city>div {
    display: flex;
}

.multi_city .colorretn .lyovrtime {
    position: absolute;
    left: -76px;
    right: 0;
    bottom: -21px;
    width: 128px;
    border: none;
    margin: auto;
}

.multi_city span.flect.stop-count {
    display: inline-block;
}

.multi_city .colorretn .lyovrtime>span {
    display: inline-block;
    width: auto;
    font-size: 12px;
}

.multi_city .flitruo {
    overflow: visible;
}

.multi_city .waymensn {
    overflow: visible;
}



.fixincrmnt .multi_city .widfty {
    border: none !important;
}

.fixincrmnt .multi_city .widfty span.timlbl.arrival {
    text-align: left;
    padding-left: 16px;
}

.fixincrmnt .multi_city .padflt span.flt_nmbr {
    position: absolute;
    bottom: -26px;
    left: -76px;
    font-size: 11px;
}

.multi_city .sidepricebig {
    text-align: center;
    font-size: 16px;
    color: #501b1d;
    font-weight: 600;
    margin-bottom: 7px;
}

.multi_city .sidepricewrp.sidmax {
    max-width: none;
    margin: 3px auto;
}

.fixincrmnt .multi_city .booknow {
    float: none;
    margin: 0 auto;
}

.multi_city .sidepricebig strong {
    font-weight: 600;
}

.search_roundtrip.multi_trip li.sortli {
    width: 25% !important;
    margin: 0;
}

div#top-sort-list-wrapper {
    width: 1290px;
    margin: 0;
}

.multi_trip .addtwofilter .divinsidefltr .insidemyt {
    margin: 0;
}

.multi_trip .filterforall.addtwofilter .sorta .fa {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 2px;
}

.multi_trip .filterforall.addtwofilter .sorta strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    vertical-align: unset;
}

.multi_trip .sidenamedesc .airlinename {
    font-size: 11px;
    padding: 0px 0 0px 2px;
    display: block;
    width: 100%;
    line-height: 15px;
}

.multi_trip .midlbord .fligthsmll {
    margin: 0px 2px 2px;
}

.multi_trip .col-xs-12.padflt.widfty {
    vertical-align: middle;
    width: 45%;
    float: left;
    text-align: center;
    border: none;
}

.multi_trip .col-xs-12.padflt.widfty.rnd_sect {
    width: 100%;
}

.multi_trip .width50 {
    width: 50%;
}

.multi_trip span.flname {
    display: block;
    text-align: center;
    font-size: 13px;
}

.multi_trip .celhtl.width44 {
    width: 41%;
}

.multi_trip .celhtl.width23 {
    width: 34%;
    padding-bottom: 0px;
}

.multi_trip .col-xs-12.nopad.wayprice,
.multi_trip .col-xs-12.nopad.waybook {
    width: 100%;
    /* height: 44px; */
    margin: 0 !important;
}

.multi_trip .sideprice strong {
    padding: 3px 3px 2px;
    position: relative;
    float: left;
    width: 25px;
    text-align: center;
}

/*.multi_trip #flight_search_result .bookallbtn {
    max-width: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    text-indent: 9999px;
    background: none;
    border: 2px solid #5a5d39;
    position: relative;
}
*/
.multi_trip .madgrid .sidepricewrp>div {
    width: 62%;
}

.multi_trip a.rnd_det_link {
    color: #dba000;
    font-size: 13px;
}

.multi_trip .ifround .madgrid .sidenamedesc>.wayfour>div.widfty {
    padding: 3px 0;
    border: none;
    position: relative;
    left: 0;
    bottom: 0;
}

.multi_trip .ifround .madgrid .sidenamedesc>.wayfour>div.fl_det {
    margin: 0;
}

.multi_trip span.durtntime {
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
}

.multi_trip .ifround .madgrid .sidenamedesc>.wayfour>div.widfty span.flects {
    font-size: 13px;
    position: absolute;
    left: -5%;
    right: 0;
    bottom: 23px;
    text-align: center;
    text-transform: capitalize;
}

.multi_trip .ifround .madgrid .sidenamedesc>div {
    border: none;
    padding: 5px;
}

.multi_trip span.f-p {
    line-height: 23px;
    margin-left: 20px;
    font-size: 16px;
}

.sideprice .fa-info-circle {
    font-size: 18px;
}

.multi_trip .madgrid .sidepricewrp>div.bookbtn {
    margin-top: 0px;
    float: right;
    width: 38%;
}

.multi_trip .madgrid.rnd_trip.clearfix {
    margin: 0;
    border-radius: 0;
    /* width: 343px; */
    /* float: left; */
}

.multi_trip .ifround .madgrid .sidenamedesc>div.wayfour.full_same {
    padding: 0;
}

.multicty>ul {
    width: 1500px;
}

.multi_trip .col-wrapper.r-w-g.onesetsi.active {
    opacity: 1;
    cursor: auto;
}

.multi_trip span.from-loc,
.multi_trip span.to-loc {
    display: block;
    color: #501b1d;
    font-weight: 600;
}

.mrinfrmtn.chkmail {
    display: none;
}

.multi_trip .mrinfrmtn.chkmail {
    font-size: 13px;
    line-height: 17px;
}

.multi_trip .wdt34 {
    width: 343px;
    padding: 1px 10px 5px !important;
    border-right: 1px solid #fff;
}

.multi_trip .fixincrmnt.posi {
    top: 70px;
    width: 1030px;
}

.multicty.posi {
    top: 167px;
    /* position: relative; */
    /* z-index: 0; */
    overflow: hidden;
    max-width: 1030px;
    background: #fff;
}

.multi_trip .filterforall.addtwofilter.fil_head.posi {
    width: 1290px;
}

/*.multi_trip #flight_search_result .bookallbtn::after {bottom: 0;content: "";position: absolute;width: 7px;height: 7px;left: 0;right: 0;top: 0;background: #5a5d39;margin: auto;border-radius: 50%;}
*/
.bookbtn .radio label {
    padding-right: 0;
    padding-left: 0;
}

.bookbtn .radio label input[type=radio] {
    margin: 0;
    position: relative;
}

.bookbtn .radio {
    margin: 7px 0 0;
}

.rowresult.r-r-i.ifoneway.active .madgrid.rnd_trip.clearfix {
    background: #ddd7db;
}

.fixincrmnt .sideprice {
    position: absolute;
    right: 5px;
    bottom: -22px;
}

.multi_trip .fixincrmnt .sideprice strong {
    padding: 4px 5px;
    position: relative;
    float: left;
    margin-bottom: 2px;
}

.multi_trip .fixincrmnt span.f-p {
    line-height: 25px;
    margin: 0 4px;
    font-size: 13px;
    vertical-align: middle;
    margin-bottom: 5px;
}



.multicty ul.nav-tabs li.active a span.sr_no {
    background: #db9f00;
    color: #fff;
}

.multicty ul.nav-tabs li.active a strong {
    color: #fff !important;
}

.multicty ul.nav-tabs li.active strong>span.arofa {
    color: #719792;
}

.col_rit_top {
    padding-left: 0;
}

.modfictions.posi .contentsdw.top_modify {
    padding: 0;
    z-index: 1000000000000000 !important;
    position: relative;
}


.fr_scrl.posi {
    top: 0;
    max-width: 1042px;
    overflow: hidden;
    background: #fff;
    padding-top: 2px;
    /* padding-left: 15px; */
}

.multicty.posi ul.nav.nav-tabs {
    margin-top: 4px;
}

.col_rit_top.fr_scrl.posi p {
    margin: 0 0 4px;
}

.fixincrmnt .sideprice span.fare-p {
    line-height: 25px;
    margin-left: 5px;
    font-size: 14px;
}

.modfictions.posi .smldescrptn>div.col-xs-12.boxpad.pull-right {
    display: block;
}

.modfictions.posi .smldescrptn>div.col-xs-2.nopad {
    display: block !important;
    /* position: absolute; */
    /* right: 3%; */
    /* z-index: 100000; */
    float: right;
    /* z-index: 10000000; */
}

.modfictions.posi .top_modify .boxpad {
    padding: 0;
}

/*.modfictions.posi .modifysrch {
    line-height: 26px;
    height: 27px;
    margin: 4px 2px 3px;
    max-width: 150px;
    border-radius: 7px;
    font-size: 14px;
    letter-spacing: 0.25px;
    z-index: 1000000000000 !important;
}*/

.modfictions.posi .modifysrch::after {
    line-height: 25px;
}

.modfictions.posi .container {
    margin: 0 0 0 auto;
}

.search_oneway .check_env.fr_chck.clearfix {
    /* background: #adadad; */
    width: 115px !important;
    float: right;
    position: absolute;
    right: 5px;
    top: -29px;
    color: #fff !important;
    background: none !important;
}

.search-result .insidebosc::-webkit-scrollbar-track,
.wrapper2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.search-result .insidebosc::-webkit-scrollbar,
.wrapper2::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}

.search-result .insidebosc::-webkit-scrollbar-thumb,
.wrapper2::-webkit-scrollbar-thumb {
    background-color: #d41c24;
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent)
}

.fxd_scrl {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.colrit.search_roundtrip.multi_trip {
    padding-left: 12px;
}

.wrapper1 {
    /* overflow-x: scroll; */
    padding: 0 12px;
}

.wrapper2 {
    overflow-x: scroll;
}

.col-wrapper.r-w-g.onesetsi .bookallbtn,
.multi_trip .col-wrapper.r-w-g.onesetsi a.rnd_det_link {
    cursor: pointer;
}

.col-wrapper.r-w-g.onesetsi.active .bookallbtn,
.multi_trip .col-wrapper.r-w-g.onesetsi.active a.rnd_det_link {
    cursor: pointer;
}

.wrapper1 {
    width: 100%;
}

.toglefil.active .starin label {
    color: #fff;
}

.org_row {
    margin: 0 -15px;
}

.jetimg img {
    margin-top: 0;
}

.pre_bk .sgsmal {
    margin: 0;
}

span.fadr {
    font-size: 20px;
    font-weight: 100;
    color: #719792;
}

.moreflt {
    margin-bottom: 15px;
}

.moreflt.boksectn {
    margin: 0;
}

input#service_tax {
    border-radius: 10px !important;
}

.spllty span b,
.contbk_in span b {
    font-weight: normal;
    position: absolute;
    left: 18px;
    z-index: 10;
    color: #b2b2b2;
    top: -4px;
    background: #fff;
    padding: 1px 4px;
    text-transform: uppercase;
}

.content-wrapper {
    /* min-height: 550px !important; */
    padding-bottom: 50px;
}

.owl-theme .owl-controls {
    bottom: 15px;
    position: absolute;
    left: 0;
    right: 0;
}

.pub_banner .item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* background: rgb(0 0 0 / 0.2); */
    border-radius: 15px;
}

.pub_banner.owl-theme .owl-controls .owl-page span {
    background: #fff;
    width: 30px;
    height: 14px;
}

.pub_banner.owl-theme .owl-controls .owl-page.active span,
.pub_banner.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #dcbe06;
}

.searchsbmt {
    opacity: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -4px;
    top: -4px;
    bottom: 0;
    /* background: #ccc; */
    /* z-index: -1; */
    border-radius: 50%;
    background: url(../images/search.png) no-repeat;
    background-size: cover;
}

.searchsbmtfot {
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    /* background: #ccc; */
    /* z-index: 1000; */
    border-radius: 50%;
    margin: 0 auto;
}

.searchsbmtfot i.fa.fa-search {
    z-index: 10000;
    position: relative;
}

/*.searchsbmtfot::after {
    content: "\f002";
    font-family: "FontAwesome";
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    line-height: 50px;
    font-size: 30px;
    z-index: 1;
}*/
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}

.trp_typ::after {
    content: "\f078";
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #435b5b;
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 32px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 3px;
    width: 30px;
    border-radius: 10px;
    height: 34px;
    background: #ffffff;
}

.trp_typ {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

div#multicity_div {
    margin: 0 -5px;
}

button.btn-default.add-row-m,
button.btn-default.rem-row-m {
    background: #d41c24 !important;
    color: #fff;
    border: 1px solid #d41c24 !important;
    margin-top: 8px;
    max-width: 110px;
}

/*
.sidebar-collapse .main-sidebar .info {
    display: none;
}

.sidebar-collapse .main-sidebar .image {
    float: right !important;
}

.sidebar-collapse .main-sidebar .user-panel {
    padding: 10px 3px;
}

.sidebar-collapse .main-sidebar li.header {
    background: none;
}

.sidebar-collapse .sidebar-menu>li>a span {
    display: none;
}

.sidebar-collapse .sidebar-menu>li>a i {
    float: right;
}

.sidebar-collapse .sidebar-menu>li>a {
    float: right;
}

.skin-black-light .sidebar-menu>li>a {
    border-left: none !important;
}
*/
/*.sidebar-collapse .sidebar-menu>li {
     float: right; 
}
.sidebar-collapse .main-sidebar, .sidebar-collapse .left-side {
    -webkit-transform: translate(-180px, 0);
    -ms-transform: translate(-180px, 0);
    -o-transform: translate(-180px, 0);
    transform: translate(-180px, 0);
}*/
.dash_img {
    display: none;
}

.tophead h5 span {
    margin-right: 10px;
}

.wdt30 {
    width: 30%
}

.wdt40 {
    width: 40%
}

.srch_one .coleft {
    display: block;
    position: relative;
}

.srch_one .filter_tab,
.srch_one .close_fil_box {
    display: none;
}

.srch_one .resultalls .colrit,
.srch_one .wrapper1 {
    width: 78.5%;
    padding: 0;
}

.srch_one .wrapper1 {
    display: none;
}

.srch_one .search-result .insidebosc {
    overflow: inherit;
    height: auto;
    padding: 0;
}

.srch_one .modfictions .modifysrch {
    /* position: relative; */
    top: 3px;
    right: 14px;
}

.srch_one .wdt100 {
    width: 100% !important
}

/*.srch_one .modfictions .smldescrptn > div {display: block;}*/
.srch_one .contentsdw.top_modify {
    /* padding: 12px 0 !important; */
    /* margin: -1px 2px 3px; */
}

.srch_one .fr_chck {
    padding: 0 10px;
}

.srch_one .fr_chck input.checkboxall,
.srch_one .fr_chck input.uncheckboxall {
    top: 1px;
}

.srch_one .fligthsmll {
    width: 30%;
    float: left;
    margin: 0 !important
}

.srch_one .airlinename {
    width: 70% !important;
    float: left;
    margin: 0 !important
}

.srch_one .airlinename span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.srch_one .fligthsmll img {
    margin-top: 8px;
}

.srch_one .multi_trip span.from-loc,
.srch_one .multi_trip span.to-loc {
    display: none;
}

.srch_one .multi_trip span.flname,
.srch_round .multi_trip span.flname {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}

.srch_one .fl_city {
    font-size: 14px;
}

.srch_round .fl_city {
    font-size: 13px
}

.srch_one .search_oneway .fltltip {
    display: none;
}

.srch_one .details_menu {
    text-align: right;
}

.srch_one span.flects.stop-label {
    margin-top: 3px !important;
    padding: 0 !important;
}

.srch_one .prc_details .sideprice.retl strong,
.srch_round .sideprice.retl strong {
    background: #d41c24;
}

.srch_one .one_cs {
    width: 200px !important;
}

.srch_one .bst_valu {
    background: #db9f01;
    position: absolute;
    left: 18px;
    top: 0;
    padding: 1px 5px;
    color: #fff;
    border-radius: 0 0 5px 5px;
    display: none;
}

.srch_one .details_menu a {
    color: #dba000;
    font-size: 13px;
}

.srch_one .ifoneway .wayeght.full_same {
    padding: 15px 0 0px;
}

.srch_one .prc_details>div,
.srch_round .wayprice,
.srch_round .waybook {
    padding: 2px 0 0 !important;
}

.srch_one .sortli.hide_lines.hide {
    display: block !important;
}

.srch_one .coleft {
    width: 20%;
    margin-right: 1%;
}

.srch_one .flt_rslt {
    margin-bottom: 25px;
}

.srch_one .modfictions.posi {
    position: relative;
}

.srch_one .ad_banr {
    width: 14.5%;
    float: left;
    margin-top: 38px;
}

.srch_one .ad_banr span {
    width: 95%;
    float: left;
    height: 570px;
    background: #719792;
    margin-left: 5%;
}

.srch_one .ad_banr span img {
    margin-bottom: 10px;
    width: 100%;
}

.srch_one .best_value h3 {
    font-size: 14px;
    /* margin: 10px 0 10px;*/
}

.best_value {
    display: none;
}

.srch_one .best_value {
    display: block;
    margin: 14px 0 0px;
    overflow: hidden;
}

.srch_one #best_value .item {
    padding: 5px 3px;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    border-right: 1px solid #e5e5e5;
    /* background: #fff; */
}

.srch_one #best_value {
    background: #fff;
    border-radius: 0;
    max-width: 790px;
    margin: 0 auto;
    height: 54px;
}

#best_value.owl-theme .owl-controls .owl-buttons .owl-prev,
#best_value.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    left: -30px;
    top: -39px;
    width: 30px;
    height: 54px;
    margin: 0;
    border-radius: 8px 0 0 8px;
    line-height: 48px;
    opacity: 1;
    background: #daa001;
    padding: 3px 4px;
    text-align: center;
}

#best_value .item span.blk {
    background: transparent;
}

#best_value.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -30px !important;
    left: auto;
    border-radius: 0 8px 8px 0;
}

.srch_one .fxd_scrl {
    background: transparent;
}

.srch_one .chkmail [type="checkbox"]:not(:checked),
.srch_one .chkmail [type="checkbox"]:checked {
    top: 0px;
}

.srch_one .insidemyt .sortli {
    width: 17.2%;
    margin: 0;
}

.mst_srch h3 {
    font-size: 18px;
    padding-left: 15px;
}

.mst_in {
    background: #d41c24;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.smpad {
    padding: 0 10px;
}

.mst_row {
    margin: 0;
}

.mst_lin {
    border-bottom: 1px solid #7d8786;
    padding: 10px 5px;
}

span.mst_org {
    display: block;
}

strong.mst_city {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}

span.srch_stp {
    margin-top: 14px;
    display: block;
}

.no_bg {
    background: none !important;
    color: #333;
}

.row_bookings_section h3 {
    margin: 0 0 0px;
    font-size: 16px;
    padding-left: 15px !important;
    line-height: 24px;
}

.content-wrapper {
    min-height: 700px !important;
    /* background: transparent !important; */
}

.skin-black-light .wrapper,
.skin-black-light .main-sidebar,
.skin-black-light .left-side {
    /* background-color: #e2eceb; */
}

.fr_chck .checkboxall_hide,
.fr_chck .uncheckboxall_hide {
    color: #fff;
}

#ad_bnr img {
    margin: 0 0 0 auto;
}

.filterforall .sorta .fa {
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
    line-height: 22px;
}

div#ad_bnr {
    display: none;
}

.srch_multi .ad_banr {
    display: none;
}

.srch_multi .bookallbtn {
    font-size: 12px;
}

.srch_multi .multi_trip span.f-p {
    font-size: 15px;
}

.srch_multi .multi_trip .filterforall.addtwofilter .sorta strong {
    vertical-align: unset;
}

.srch_round .multi_trip .filterforall.addtwofilter .sorta strong {
    vertical-align: unset;
}

.srch_round .filterforall.addtwofilter .topmisty {
    width: 50%;
}

/*.srch_round .modfictions .modifysrch {top: 18px;}*/
.srch_round .coleft {
    display: block;
    position: relative;
    width: 20%;
    padding: 10px;
}

.srch_round .wrapper1 {
    display: none;
}

.srch_round .multi_city .col-md-11.col-xs-9.nopad {
    width: 85%;
}

.srch_round .multi_city .col-md-1.col-xs-3.nopad {
    width: 15%;
}

.srch_round .filter_tab,
.srch_round span.close_fil_box {
    display: none;
}

.srch_round .ad_banr {
    width: 15%;
    float: left;
    margin-top: 33px;
}

.srch_round .search-result .insidebosc {
    overflow: inherit;
    height: auto;
}

.srch_round .rnd_div .celhtl.width30 {
    width: 50%;
}

.srch_round .rnd_sect>div .timlbl.right {
    text-align: right !important;
}

.srch_round .fr_chck>.col-xs-12 {
    width: 50%;
    padding: 1px 10px 5px !important;
    border-right: 1px solid #fff;
}

.srch_round .fr_chck .checkboxall_hide,
.srch_round .fr_chck .uncheckboxall_hide {
    color: #333;
}

.srch_round .colrit,
.srch_round .wrapper1 {
    float: left;
    width: 80% !important;
}

.srch_round .col-wrapper.r-w-g.onesetsi {
    width: 50%;
    opacity: 1;
    cursor: inherit;
}

.srch_round .rnd_div .celhtl.width45 {
    width: 35%;
}

.srch_round .rnd_div .width45>div,
.srch_round .dom_round.amadeus_dom .width45>div {
    padding: 0
}

.srch_round .allresult {
    margin: 0;
}

.srch_round .rowresult.r-r-i.ifoneway.active .madgrid.rnd_trip.clearfix {
    background: #e2eceb;
    border: 1px solid #c6bdc4 !important;
}

.srch_round .fr_chck input.checkboxall,
.srch_round .fr_chck input.uncheckboxall {
    top: 1px;
}

.srch_round .rnd_div .width45>div,
.srch_round .dom_round.amadeus_dom .width45>div {
    background-color: transparent;
}

.srch_round .fltltip .list-inline>li {
    display: none;
}

.srch_round .fixincrmnt .multi_city .padflt span.flt_nmbr,
.srch_round .multi_city .colorretn .lyovrtime {
    left: -88px;
}

.srch_round .ifround span.fl_city {
    text-align: left;
}

.srch_round .colorretn {
    background: #fff;
}

.srch_round .width25 {
    width: 15%;
}

.srch_round .ifround .madgrid .sidenamedesc>div {
    padding: 5px 0px 0;
}

.srch_round .ifround .madgrid .sidenamedesc>.wayfour>div.widfty {
    padding: 0px 0 3px;
}

.srch_round .ifround .madgrid .sidenamedesc>.wayfour>div.widfty span.flects {
    left: 0;
    bottom: 28px;
    text-align: left;
}

.srch_round .col-xs-12.padflt.widfty.rnd_sect {
    margin-top: 0px;
}

.sticky {
    /*position: relative;*/
    top: 6px;
    z-index: 10;
    right: 15px;
}

.srch_one .multi_trip span.flname {
    text-align: center;
}

.mytabs ul.nav.nav-tabs {
    margin-bottom: 10px;
}

.mytabs .nav.nav-tabs li.active a {
    background: #db9f00 !important;
}

.mybtnc .btn {
    background: #d41c24;
    border: 1px solid #d41c24;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.difbgble th {
    font-size: 14px;
}

.wdth25 {
    max-width: 265px;
}

.mb10 {
    margin-bottom: 10px;
}

.search_roundtrip .col-wrapper.r-w-g.onesetsi .bookallbtn {
    cursor: pointer;
}

.hotel_opt {
    width: 50%;
}

.hotel_opt_li {
    float: left;
    margin-right: 20px;
}

label.lbswatches>input {
    visibility: hidden;
    position: absolute;
}

ul.nav.nav-tabs.hotel_opt a,
ul.nav.nav-tabs.flt_opt a {
    background-color: #fff;
    color: #444;
}

ul.nav.nav-tabs.hotel_opt li.active a,
ul.nav.nav-tabs.flt_opt li.active a {
    background-color: #17479E;
    color: #fff;
}

.fl_self.in,
.fl_behalf.in {
    display: block;
}

.rad_opt li {
    background-color: #d41c24;
    float: left;
    margin: 0px 0 10px;
    padding: 5px 15px 0;
    border-right: 2px solid #fff;
    position: relative;
    cursor: pointer;
    color: #fff;
    border-radius: 4px;
}

.rad_opt li:last-child {
    border-right: 0 none;
}

.rad_opt li.active {
    background-color: #cd9a07;
    /* color: #333; */
}

.rad_opt img.full.swatch-img {
    max-width: 25px;
    max-height: 25px;
    margin-left: 5px;
}

#hotel_search ul.hotel_opt.rad_opt {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.wdt23 {
    width: 23%
}

.wdt50 {
    width: 49%;
}

.wdt29 {
    width: 28%;
}

.allformst .tabrow>div,
.splmodify .tabrow>div {
    padding: 0;
}

.padselct {
    color: #666;
    font-size: 15px;
    padding: 0 20px 0 40px;
    text-align: center;
}

.normalsel {
    border: 1px solid #c4c4c4;
    display: block;
    height: 50px;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
}

.nitmark::before {
    content: "\f186";
    bottom: 0;
    color: #015496;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    /* border: 1px solid #c4c4c4; */
}

.selctmark::after {
    content: "\f078";
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    color: #999;
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 48px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 30px;
    height: 48px;
    border-radius: 10px;
}

.pref_det {
    float: left;
}

.normalinput {
    margin-bottom: 0;
}

.pref_det select {
    height: 50px;
    padding-left: 40px;
}

.ui-timepicker-container {
    z-index: 1000 !important;
}

.wament,
.wamen {
    background: rgb(255 255 255) none repeat scroll 0 0;
    color: #333;
}

.wament.active,
.wamen.active {
    background: #fff;
}

.wament.active #onew-trp:checked:after {
    background-color: #cd9a07;
}

.multi_trip .best_value {
    display: block;
}

.homeslider p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 20px;
}

.sub_admin .logn>.row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    /* max-width: 100%; */
}

.sub_admin {
    /* background: #ccc; */
    display: flex;
    width: 100%;
    /* min-height: 100%; */
    /* align-items: stretch; */
}

.log_header .login-box-msg {
    margin-top: 10px;
    font-size: 16px !important;
    font-weight: 600;
    color: #333;
}

.log_header .login-box-msg i {
    color: #f44336;
    font-size: 18px;
    margin-right: 3px;
}

.cpy_rit {
    position: absolute;
    bottom: 50px;
}

.cpy_rit p {
    font-size: 14px;
    padding: 0;
    font-style: italic;
    margin: 0;
}

.sub_admin .logn {
    background: #ffffff;
    padding: 0;
    max-width: 1070px;
    border-radius: 30px;
}

.sub_admin label.col-sm-3.control-label {
    font-weight: normal;
    color: #999;
    margin-bottom: 4px !important;
    float: left;
    width: 100% !important;
}

.sub_admin .panel-footer {
    border: none;
    text-align: center;
    margin-bottom: 6px;
    background: transparent;
}

.sub_admin .panel-footer a {
    font-size: 16px;
    color: #d41c24;
    /* font-weight: 600; */
}

.sub_admin .homeslider ul {
    padding-left: 20px;
    color: #333;
}

.homeslider h2 {
    font-size: 30px;
    font-weight: 600;
    color: #003b10;
    margin: 5px 0 20px;
}

header.log_header.sub_admin::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: #0000007d;
}

.main-header .logo .logo-lg {
    text-align: left;
}

/*menu*/
aside.main-sidebar {
    width: 100%;
    min-height: auto;
}

.sidebar .user-panel {
    display: none;
}

aside.main-sidebar {
    padding-top: 0;
    position: relative;
}

section.sidebar {
    padding-bottom: 0;
}

ul.sidebar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-menu>li,
.sidebar-menu li:nth-child(1),
.sidebar-menu li:nth-child(2) {
    border-right: 1px solid #ffffff;
    border-bottom: none;
}

.sidebar-menu>li>a {
    padding-right: 12px;
}

.skin-black-light .sidebar-menu>li.active>a {
    border-left: none;
    background: #d41c24;
    color: #fff;
}

.content-wrapper,
.right-side,
.main-footer {
    margin-left: 0;
}

.main-header .sidebar-toggle {
    display: none;
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

nav.navbar.navbar-static-top {
    margin: 0;
    /*z-index: 9;*/
}

.skin-black-light .wrapper {
    /* background: #F2F2F2; */
}

.navbar-nav.agent_menu .bg-blue:active a {
    color: #d41c24;
}

.navbar-nav.agent_menu .bg-blue a {
    color: #d41c24;
}

.sidebar-menu li:last-child {
    border-right: none;
}

.skin-black-light .sidebar-menu>li.active>a .fa {
    font-size: 16px;
    color: #b8a400;
}

.info-box-content::before {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    border: 1px solid #DCD7E8;
    left: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
}

.skin-black-light .sidebar-menu>li>a,
.skin-black-light .sidebar-menu>li>a .fa {
    color: #d41c24;
}

.profile-bx .profile-image {
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.row_bookings_section>div.dash_flight {
    padding: 0 15px;
}

.row.row_bookings_section {
    margin: 0 -15px 30px;
}

.mn_sctn.row_bookings_section {
    margin: 0 -15px;
}

.row_bookings_section>div {
    padding: 0 15px;
}

.db_rgt h3.text-uppercase {
    padding-left: 0 !important;
    margin-bottom: 15px;
    line-height: 24px;
}

.db_rgt .nav-pills>li>a {
    border-top: none;
    background-color: #9eb6a5;
    border-color: #ccc;
    color: #d41c24;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}

.db_rgt .nav-pills>li+li {
    margin-left: 10px;
}

.db_rgt .nav-pills>li.active>a,
.db_rgt .nav-pills>li.active>a:focus,
.db_rgt .nav-pills>li.active>a:hover,
.db_rgt .nav-pills>li>a:focus,
.db_rgt .nav-pills>li>a:hover {
    color: #fff;
    background-color: #d41c24;
}

.cont_in>label {
    float: left;
    width: 100%;
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    color: #222;
    max-width: 500px;
    clear: both;
    padding-left: 20px;
    position: relative;
}

.col-xs-12.cont_in {
    padding: 15px;
}

.cont_in>label span {
    font-weight: 600;
    float: right;
}

.cont_in>label::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    /* bottom: 0; */
    background: #b8a400;
    margin: auto;
}

.cont_in>label ul {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cont_in>label ul li {
    font-weight: 500;
    line-height: 24px;
    font-size: 14px;
    color: #222;
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
}

.mn_sctn>.col-md-4>div {
    max-width: 425px;
}

.cncl_book.col-xs-12 {
    border-bottom: 1px solid #EEEEEE;
    padding: 15px;
    margin-bottom: 1.875rem;
    background-color: #e4e4e4;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0rem solid transparent;
    border-radius: 0.625rem;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
    height: calc(100% - 30px);
    z-index: 1;
}

.activity-card {
    float: left;
    margin-bottom: 1.875rem;
    background-color: #e4e4e4;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0rem solid transparent;
    border-radius: 0.625rem;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
    height: calc(100% - 30px);
}

.mn_sctn .card {
    /* float: left; */
    /* width: 100%; */
}

.profile-bx {
    margin-bottom: 10px;
}

.cncl_book h4 {
    margin-bottom: 22px;
}

.cncl_book .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-xs-4.p-0 {
    flex: 0 0 auto;
    width: 33.33333%;
    text-align: center;
    margin: 10px 0;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

span.d-block {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

h4.fs-18.text-black.mb-3 {
    margin-bottom: 20px;
}

a.nav-link.bell.bell-link {
    position: fixed;
    right: 3.5%;
    z-index: 100;
    bottom: 10%;
    color: #ccc;
}

.cont_in>label ul li strong {
    width: 25%;
    float: left;
    font-weight: 500;
    line-height: 22px;
    border: 1px solid #e6e6e6;
    padding: 5px;
}

.noticebg {
    background: -webkit-linear-gradient(110deg, rgb(0 60 16), rgb(0 0 0), rgb(0 60 16));
    -webkit-background-clip: content-box;
    -webkit-text-fill-color: transparent;
    -webkit-animation: flicker 2s infinite;
    font-size: 12px;
    text-transform: uppercase;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

@-webkit-keyframes flicker {
    0% {
        opacity: 0.5;
    }

    9% {
        opacity: 0;
    }

    10% {
        opacity: 0.5;
    }

    13% {
        opacity: 0;
    }

    20% {
        opacity: 0.5;
    }

    25% {
        opacity: 1;
    }
}

a.nav-link.bell.bell-link img {
    max-width: 55px;
    margin: 15px 10px;
}

a.nav-link.bell.bell-link .badge {
    position: absolute;
    left: 45px;
    right: 0;
    top: -7px;
    /* bottom: 93px; */
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    margin: auto;
    color: #d41c24;
    background: #9eb6a5;
    padding: 0;
}

/*12-09-23*/
.add_trvlr_txt a#fromListHead {
    border: none;
}

.add_trvlr_txt a {
    border: none !important;
}

.add_trvlr_txt .nav-tabs.nav-justified li.active>a {
    color: #fff !important;
    background: #d41c24 !important;
}

.add_trvlr_txt .nav-tabs.nav-justified li>a {
    border-top: none;
    background-color: #9eb6a5 !important;
    border-color: #ccc !important;
    color: #d41c24 !important;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    float: left;
}

.nav-tabs.nav-justified>li {
    width: 48%;
}

.add_trvlr_txt legend {
    width: 100%;
    padding: 0px 15px 15px;
}

#fromList .panel-body {
    padding-top: 0;
}

/*bkg_aprval*/
.bkg_aprval_txt .nav-tabs.nav-justified>.active>a {
    border: none;
}

.bkg_aprval_txt .nav-tabs.nav-justified>li>a {
    border-bottom: none;
}

.bkg_aprval_txt .nav-tabs.nav-justified>li {
    width: auto;
}

.bkg_aprval_txt .nav-tabs.nav-justified>.active>a {
    color: #fff;
    background-color: #d41c24;
}

.bkg_aprval_txt .nav-tabs.nav-justified>li>a {
    border-top: none;
    background-color: #9eb6a5;
    border-color: #ccc;
    color: #d41c24;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    margin-right: 10px
}

div#flight_request_table_filter {
    text-align: right;
}

#hotel_request_table_filter {
    text-align: right;
}

#newsrch .select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 40px;
    margin-bottom: 5px;
    border-radius: 10px !important;
    border: 1px solid #c4c4c4;
    font-size: 15px;
}

#newsrch span#select2-pref_choice-container {
    line-height: 40px;
}

#newsrch .pref_select .col-md-2.col-sm-3 {
    margin-top: 15px;
}

#newsrch .pref_select #newsrch .col-md-2.col-sm-3 {
    margin-top: 20px;
}

#newsrch .col-md-3.nopad.col-sm-4 {
    margin-top: 10px;
}

#newsrch input#trp_id1 {
    background-color: #fff;
    height: 40px;
    margin-bottom: 25px;
    border-radius: 10px !important;
    border: 1px solid #c4c4c4;
    font-size: 15px;
    max-width: 330.5px;
}

#newsrch .radio.col-md-4.col-sm-4 {
    padding-left: 0;
}

#newsrch .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}

.step_head .editpro {
    margin-right: 21px !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-body {
    padding: 10px 5px !important;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    top: 52px;
}

.bodyContent.add_trvlr_txt {
    margin-top: 20px;
}

.bodyContent.bkg_aprval_txt,
.b2b_agent_profile {
    margin-top: 20px;
}

.splmodify .searchsbmtfot {
    left: -4px;
    top: -4px;
}

.splmodify .thrdtraveller .searchsbmtfot .searchsbmt {
    background: inherit;
    text-transform: capitalize;
    padding: 5px 5px;
}

/*train*/
.tabspl.train_txt .lablform {
    color: #61948e;
}

.splmodify.train_mdfy {
    background: url(../images/pattern1.png) repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
    padding: 15px 0 15px;
}

.train_txt .padfive {
    padding: 0 5px !important;
}

.splmodify.train_mdfy .searchsbmtfot {
    float: left;
}

input.btn.btn-info.class1.train_btn.train_btn_check {
    background: #d41c24 none repeat scroll 0 0 !important;
    border: 1px solid #d41c24 !important;
}

.train_filtr .boxtop {
    float: left;
    padding: 0;
    position: relative;
    background: #d41c24;
    width: 100%;
}

.train_filtr .price_slider1 .ui-widget-header {
    background: none repeat scroll 0 0 #d41c24;
}

.trn_detls1 .modify-search {
    background: #d41c24;
}

.trn_srch_lst .segmented_btn {
    background: #d41c24;
    margin-right: 2px;
    text-align: center;
    color: #fff;
}

.trn_srch_lst .segmented_btn:hover {
    color: #ffffff;
    border-bottom: 3px solid #9eb6a5;
}

.trn_srch_lst .sorting_list.fivblck.col-xs-12.nopadding_right {
    padding-left: 0;
}

.trn_srch_lst .flt-l-cb {
    width: 90%;
}

.train_timing {
    max-width: 150px;
}

.modal-backdrop.fade.in {
    z-index: 1 !important;
}

#search_train .modal-dialog {
    margin-top: 40px;
}

#search_train button.btn.btn-primary {
    background: #d41c24;
    margin-top: 10px;
}

#search_train .radio.inblk label {
    line-height: 22px;
}

/*noticeboard styles start*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #e4e4e4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
}

.sidenav a {
    /*padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/*.sidenav a:hover {
  color: #f1f1f1;
}*/

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 25px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 40px;
    }

    .sidenav a {
        font-size: 14px;
    }
}

#noticeboardSidenav h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #b8a400;
    margin-bottom: 5px;
}

#noticeboardSidenav p {
    font-size: 13px;
    margin-bottom: 0px;
    color: #111;
}

.indi_notice span {
    font-size: 12px;
    font-style: italic;
}

#noticeboardSidenav h6 a {
    font-size: 14px;
    text-decoration: underline !important;
    color: #d41c24;
    padding: 10px 15px;
}

.indi_notice {
    border: 1px solid #f6f6f6;
    margin: 12px 15px !important;
    background: #fff;
    border-radius: 10px;
    padding: 10px !important;
}

.indi_notice i {
    font-weight: 300;
    margin-right: 8px;
}

/* .noticeboard_list li:nth-child(odd) a{background-color: #fffae2!important;border: 1px solid #f8e58c!important;}*/
.noticeboard_list li a {
    background-color: #def7e5 !important;
    border: 1px solid #a9dfb8 !important;
}

/*.noticeboard_list li:nth-child(even) h4{color:#d41c24!important; }*/
.noticeboard_list li a {
    display: flex !important;
}

.indi_notice span {
    color: #707070;
}

.indi_notice img {
    width: 50px;
    height: 50px;
    margin: 0px auto;
}

.name_noticebrd strong {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    margin: 0px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*noticeboard styles end*/





.fabs {
    bottom: 0;
    /* position: fixed;
    margin: 1em;*/
    /*right: 60px;*/
    top: -23px;
    z-index: 998;

}

.fab {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #f0f0f0;
    margin: 3px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    /*  position: relative;*/
    z-index: 998;
    overflow: hidden;
    background: -webkit-linear-gradient(110deg, rgb(0 60 16), rgb(0 0 0), rgb(0 60 16));
    -webkit-background-clip: content-box;
    /* -webkit-text-fill-color: transparent;*/
    /* -webkit-animation: flicker 2s infinite;*/
}

.fab>i {
    padding: 3px 10px;
    font-size: 18px;
    line-height: 30px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fab .fa-file-edit {
    padding: 8px 15px;
    line-height: 33px;
}

.fab:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
    line-height: 40px;
}

.fab:not(:last-child)>i {
    font-size: 1.4em;
    line-height: 40px;
}

.fab:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
}

.fab:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.fab(:last-child):active,
.fab(:last-child):focus,
.fab(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

/*Chatbox*/

.chat {
    position: fixed;
    right: 15px;
    bottom: 40px;
    width: 400px;
    font-size: 12px;
    line-height: 22px;
    /* font-family: 'Roboto'; */
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    opacity: 0;
    box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    -webkit-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.chat_fullscreen {
    position: fixed;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.chat_header {
    /* margin: 10px; */
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #f3f3f3;
    height: 55px;
    background: #42a5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 8px;
}

.chat_header2 {
    /* margin: 10px; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.chat_header .span {
    float: right;
}

.chat_fullscreen_loader {
    display: none;
    float: right;
    cursor: pointer;
    /* margin: 10px; */
    font-size: 20px;
    opacity: 0.5;
    /* padding: 20px; */
    margin: -10px 10px;
}

.chat.is-visible {
    opacity: 1;
    -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
}

.is-hide {
    opacity: 0
}

.chat_option {
    float: left;
    font-size: 15px;
    list-style: none;
    position: relative;
    height: 100%;
    width: 100%;
    text-align: relative;
    margin-right: 10px;
    letter-spacing: 0.5px;
    font-weight: 400
}


.chat_option img {
    border-radius: 50%;
    width: 55px;
    float: left;
    margin: -30px 20px 10px 20px;
    border: 4px solid rgba(0, 0, 0, 0.21);
}

.change_img img {
    width: 35px;
    margin: 0px 20px 0px 20px;
}

.chat_option .agent {
    font-size: 12px;
    font-weight: 300;
}

.chat_option .online {
    opacity: 0.4;
    font-size: 11px;
    font-weight: 300;
}

.chat_color {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px;
    float: left;
}


.chat_body_sec {
    background: #fff;
    width: 100%;
    border-radius: 10px;

    display: inline-block;
    /*text-align: center;*/
    overflow-y: scroll;
    height: 550px;

}

#chat_body {
    height: 450px;
}

/*.chat_login p,.chat_body li, p, a{
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
}
.chat_body p {
  padding: 20px;
  color: #888
}
.chat_body a {
  width: 10%;
  text-align: center;
  border: none;
  box-shadow: none;
  line-height: 40px;
  font-size: 15px;
}*/



.chat_field {
    position: relative;
    margin: 5px 0 5px 0;
    width: 50%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border: none;
    outline: none;
    display: inline-block;
}

.chat_field.chat_message {
    height: 30px;
    resize: none;
    font-size: 13px;
    font-weight: 400;
}

.chat_category {
    text-align: left;
}

.chat_category {
    margin: 20px;
    background: rgba(0, 0, 0, 0.03);
    padding: 10px;
}

.chat_category ul li {
    width: 80%;
    height: 30px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    cursor: pointer;
    line-height: 30px;
    color: #888;
    text-align: center;
}

.chat_category li:hover {
    background: #83c76d;
    color: #fff;
}

.chat_category li.active {
    background: #83c76d;
    color: #fff;
}

.tags {
    margin: 20px;
    bottom: 0px;
    display: block;
    width: 120%
}

.tags li {
    padding: 5px 10px;
    border-radius: 40px;
    border: 1px solid rgb(3, 117, 208);
    margin: 5px;
    display: inline-block;
    color: rgb(3, 117, 208);
    cursor: pointer;

}

.fab_field {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}

.fab_field2 {
    bottom: 0px;
    position: absolute;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 999;
}

.fab_field a {
    display: inline-block;
    text-align: center;
}

#fab_camera {
    float: left;
    background: rgba(0, 0, 0, 0);
}

#fab_send {
    float: right;
    background: rgba(0, 0, 0, 0);
}

.fab_field .fab {
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 5px;
}

.fab_field .fab>i {
    font-size: 1.6em;
    line-height: 35px;
    color: #bbb;
}

.fab_field .fab>i:hover {
    color: #42a5f5;
}

.chat_conversion {}

.chat_converse {
    position: relative;
    background: #fff;
    margin: 6px 0 0px 0;
    height: 300px;
    min-height: 0;
    font-size: 12px;
    line-height: 18px;
    overflow-y: auto;
    width: 100%;
    float: right;
    padding-bottom: 100px;
}

.chat_converse2 {
    height: 100%;
    max-height: 800px
}

.chat_list {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.chat_list .chat_list_item {
    opacity: 0;
    visibility: hidden;
}

.chat .chat_converse .chat_msg_item {
    position: relative;
    margin: 8px 0 15px 0;
    padding: 8px 10px;
    max-width: 60%;
    display: block;
    word-wrap: break-word;
    border-radius: 3px;
    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
    clear: both;
    z-index: 999;
}

.status {
    margin: 45px -50px 0 0;
    float: right;
    font-size: 11px;
    opacity: 0.3;
}

.status2 {
    margin: -10px 20px 0 0;
    float: right;
    display: block;
    font-size: 11px;
    opacity: 0.3;
}

.chat .chat_converse .chat_msg_item .chat_avatar {
    position: absolute;
    top: 0;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
    left: -52px;
    background: rgba(0, 0, 0, 0.03);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
    right: -52px;
    background: rgba(0, 0, 0, 0.6);
}

.chat .chat_converse .chat_msg_item .chat_avatar,
.chat_avatar img {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
    margin-left: 60px;
    float: left;
    background: rgba(0, 0, 0, 0.03);
    color: #666;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
    margin-right: 20px;
    float: right;
    background: #42a5f5;
    color: #eceff1;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 998;
    border: 6px solid transparent;
    border-right-color: rgba(255, 255, 255, .4);
}

.chat_form .get-notified label {
    color: #077ad6;
    font-weight: 600;
    font-size: 11px;
}

/*input {
  position: relative;
  width: 90%;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}*/
.chat_form .get-notified input {
    margin: 2px 0 0 0;
    border: 1px solid #83c76d;
}

.chat_form .get-notified i {
    background: #83c76d;
    width: 30px;
    height: 32px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 -30px;
    position: absolute;
    border-radius: 3px;
}

.chat_form .message_form {
    margin: 10px 0 0 0;
}

.chat_form .message_form input {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
}

.chat_form .message_form textarea {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 90%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #4b4b4b;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
}

.chat_form .message_form button {
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 95%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    background: #83c76d;
    cursor: pointer;
}

strong.chat_time {
    padding: 0 1px 1px 0;
    font-weight: 500;
    font-size: 8px;
    display: block;
}

/*Chatbox scrollbar*/

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    margin: 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

/*Element state*/

.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.is-float {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.is-loading {
    display: block;
    -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
    animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}

/*Animation*/

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
    .chat {
        width: 250px;
    }
}

/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
    .chat {
        width: 400px;
    }

    .chat_field {
        width: 65%;
    }
}

/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
    .chat {
        width: 400px;
    }

    .chat_field {
        width: 65%;
    }
}

/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
    .chat {
        width: 400px;
    }

    .chat_field {
        width: 65%;
    }
}

/*Color Options*/



.blue .fab {
    background: #42a5f5;
    color: #fff;
}



.blue .chat {
    background: #42a5f5;
    color: #999;
}


/* Ripple */

.ink {
    display: block;
    position: absolute;
    background: rgba(38, 50, 56, 0.4);
    border-radius: 100%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    webkit-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*animation effect*/

.ink.animate {
    -webkit-animation: ripple 0.5s ease-in-out;
    animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/

    100% {
        opacity: 0;
        -moz-transform: scale(5);
        -ms-transform: scale(5);
        webkit-transform: scale(5);
        -webkit-transform: scale(5);
        transform: scale(5);
    }
}

::-webkit-input-placeholder {
    /* Chrome */
    color: #bbb;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #bbb;
}

.chat {
    padding: 0px !important;
}

.fab .fa-close {
    display: none;
}

.is-float.is-visible .fa-bell {
    display: none;
}

.fab.is-float.is-visible .fa-close {
    display: block;
    padding: 3px 10px;
    font-size: 20px;
}

#prime i:hover {
    color: #fff;
}

.fab .badge {
    position: absolute;
    left: 28px;
    top: -3px;
    background: #9eb6a5;
    color: #d41c24;
    width: 20px;
    padding: 4px;
    font-style: none;
    height: 20px;
    border-radius: 50%;
    font-family: 'Noto Sans';
}

.btns_action .btn {
    width: 95px;
    text-align: left !important;
}

.mnpad {
    padding: 0px;
}

.cancellation_page .ffty {
    width: 47.33%;
}

.cancellation_page .fa-calendar {
    margin-right: 8px;
}

.name_noticebrd {
    display: grid;
    width: 30%;
}


/*.train_bkdets{background-color: #d41c24;color: #fff;padding: 2px 10px;}*/
.noof_ave {
    display: block;
    width: 80%;
}

.romtypestd {
    display: block;
    width: 80%;
}

.noof_adult {
    display: block;
    width: 100%;
}

.noof_adult i {
    margin-right: 10px;
}

.romtypefrecan {
    width: 100%;
    display: block;
}

.romconoutdv {
    padding: 10px 0px;
    border-bottom: 2px solid #dad9d9;
}

.romstitout {
    font-size: 16px;
    font-weight: 600;
}

.romtyprice {
    color: #5a5d39;
    font-size: 16px;
    font-weight: 600;
}

.is-float .badge {
    display: none !important;
}

.noticebrd_text {
    width: 80%;
}

.bg_47 .ontyp {
    padding: 0px 15px !important;
}

.requstapproval_sec {
    background-color: #fff;
    margin: 0px -15px;
}

.splltyy {
    padding: 5px 0px;
}

.splltyy span b {
    font-weight: normal;
    position: absolute;
    left: 18px;
    z-index: 10;
    color: #b2b2b2;
    top: -4px;
    background: #fff;
    padding: 1px 4px;
    text-transform: uppercase;
}

.aprveslt {
    padding-top: 15px;
}

.rating span.star:before,
.rating-no span.star:before {
    content: "\f005";
    font-family: "FontAwesome";
    padding-right: 1px;
    color: #777;
    font-weight: 300;
}

.rating span.star:hover:before,
.rating span.star:hover~span.star:before,
.rating-no span.star.active:before,
.rating-no span.star.active~span.star:before {
    content: "\f005";
    font-family: "FontAwesome";
    color: #fc901b;
    font-weight: 900;
}

.starrtinghotl {
    display: table;
    overflow: hidden;
    direction: rtl;
    float: left;
    padding: 5px 0;
}

.starrtinghotl.rating-no {
    position: relative;
    top: 0px;
    padding: 0;
    font-size: 11px;
}

/*.rating span.star, .rating-no span.star {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}*/
.htl_spr li span {
    display: none;
}

.htl_spr li:first-child {
    margin-left: 0;
}

.htl_spr li.wf {
    background-position: -40px 0px;
}

.htl_spr li.bf {
    background-position: -60px 0px;
}

.htl_spr li.pr {
    background-position: 0px 0px;
}

.htl_spr li.sf {
    background-position: -20px 0px;
}

.htl_spr li {
    background: url(../images/tt_sprite_2018.png) no-repeat scroll 0 0;
}

.proceed_btn {
    background: #d41c24;
    border-color: #d41c24;
    color: #fff;
    border-radius: 0px;
    padding: 8px 25px;
    margin: 10px 10px;
    display: block;
}

#train_request_table td button {
    color: #fff;
    background-color: #d41c24;
    /* min-width: 66px; */
    /* max-width: 134px; */
    border: 1px solid #d41c24;
    font-size: 12px;
    padding: 3px 8px;
    width: 80px;
    text-align: center;
    margin-bottom: 2px;
    border-radius: 3px;
}

#hotel_request_table td button {
    color: #fff;
    background-color: #d41c24;
    /* min-width: 66px; */
    /* max-width: 134px; */
    border: 1px solid #d41c24;
    font-size: 12px;
    padding: 3px 8px;
    width: 80px;
    text-align: center;
    margin-bottom: 2px;
    border-radius: 3px;
}

#flight_request_table td button {
    color: #fff;
    background-color: #d41c24;
    /* min-width: 66px; */
    /* max-width: 134px; */
    border: 1px solid #d41c24;
    font-size: 12px;
    padding: 3px 8px;
    width: 80px;
    text-align: center;
    margin-bottom: 2px;
    border-radius: 3px;
}

.db_rgt .tab-content {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 15px;
}

#prime {
    padding: 2px 2px !important;
    background-color: #d41c24 !important;
    color: #fff;
}

#collapseTwo #collapse2 .starin .htlcount {
    padding: 0;
    margin: 0;
    display: none;
}

.starfa.fas {
    color: #fc901b;

}

#collapseTwo #collapse2 .starin {
    padding: 13px 5px;
}

.trains_sec:before {
    content: "\f238";
    bottom: 0;
    color: #015496;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    height: 50px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.rating span.star,
.rating-no span.star {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

.passen {
    background: none repeat scroll 0 0 #fbfbfb;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px 15px;
    border: 1px solid #f1f1f1;
}

.btns_action i {
    display: none;
}

.table th {
    background-color: #d41c24;
    color: #fff;
}

.remove_adult_button {
    position: relative;
}

.remove_adult_button i {
    position: absolute;
    right: -8px;
    top: 59px;
    background: #a80404;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px 6px;
}

.remove_infant_button {
    position: relative;
}

.remove_infant_button i {
    position: absolute;
    /*right: -8px;*/
    top: 12px;
    background: #a80404;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px 6px;
}

.addpax_btn:focus {
    color: #fff !important;
}

#outpolicy .modal-header {
    background: #ac0505;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}

#outpolicy .close {
    color: #fff;
    font-size: 24px;
    opacity: 1 !important;
    font-weight: 400;
}

#outpolicy h3 {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
}

#outpolicy p {
    font-size: 12px;
    margin-bottom: 15px;
}

#outpolicy strong {
    color: #000;
    font-size: 12px;
    margin-bottom: 15px;
}

#outpolicy .btn-default {
    background-color: #c1c1c1;
    color: #000;
}

#outpolicy .btn-active {
    background-color: #d41c24;
    color: #fff;
}

#outpolicy .btn-active:hover {
    background-color: #d41c24 !important;
    color: #fff;
}

#outpolicy .modal-dialog {
    margin: 10% auto !important;
    width: 600px;
}



#out-policy-hotel .modal-header {
    background: #ac0505;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}

#out-policy-hotel .close {
    color: #fff;
    font-size: 24px;
    opacity: 1 !important;
    font-weight: 400;
}

#out-policy-hotel h3 {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
}

#out-policy-hotel p {
    font-size: 12px;
    margin-bottom: 15px;
}

#out-policy-hotel strong {
    color: #000;
    font-size: 12px;
    margin-bottom: 15px;
}

#out-policy-hotel .btn-default {
    background-color: #c1c1c1;
    color: #000;
}

#out-policy-hotel .btn-active {
    background-color: #d41c24;
    color: #fff;
}

#out-policy-hotel .btn-active:hover {
    background-color: #d41c24 !important;
    color: #fff;
}

#out-policy-hotel .modal-dialog {
    margin: 10% auto !important;
    width: 600px;
}


#out-policy-train .modal-header {
    background: #ac0505;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
}

#out-policy-train .close {
    color: #fff;
    font-size: 24px;
    opacity: 1 !important;
    font-weight: 400;
}

#out-policy-train h3 {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
}

#out-policy-train p {
    font-size: 12px;
    margin-bottom: 15px;
}

#out-policy-train strong {
    color: #000;
    font-size: 12px;
    margin-bottom: 15px;
}

#out-policy-train .btn-default {
    background-color: #c1c1c1;
    color: #000;
}

#out-policy-train .btn-active {
    background-color: #d41c24;
    color: #fff;
}

#out-policy-train .btn-active:hover {
    background-color: #d41c24 !important;
    color: #fff;
}

#out-policy-train .modal-dialog {
    margin: 10% auto !important;
    width: 600px;
}


#pricediffer .modal-header {
    background: #d41c24;
    height: 45px;
}

#pricediffer .close {
    color: #fff;
    font-size: 24px;
    line-height: 16px;
    opacity: 1 !important;
    font-weight: 400;
}

#pricediffer h3 {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
}

#pricediffer strong {
    color: #000;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 20px;
}

#pricediffer .btn-default {
    background-color: #d41c24;
    color: #fff;
    display: block;
    margin: 0 auto;
}

#pricediffer .modal-dialog {
    margin: 10% auto !important;
    width: 600px;
}

#pricediffer .lablform {
    color: #000;
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    position: absolute;
    left: 20px;
    top: -10px;
    background: #ffffff;
    z-index: 10;
    padding: 1px 5px;
    font-weight: 500;
}

#pricediffer .form-control {
    margin-bottom: 5px;
}

#pricediffer i {
    font-weight: 400;
}

#notice_board.bodyContent .panel,
#notice_board.bodyContent .panel-heading {
    background: none;
}

#notice_board.bodyContent .panel-heading {
    padding: 15px 15px 15px 15px;
}

#notice_board.bodyContent .panel .panel-body {
    background: #ffffff;
    /*padding-left: 0;*/
}

#notice_board td button {
    color: #fff;
    background-color: #d41c24;
    /* min-width: 66px; */
    /* max-width: 134px; */
    border: 1px solid #d41c24;
    font-size: 12px;
    padding: 3px 8px;
    width: 80px;
    text-align: center;
    margin-bottom: 2px;
    border-radius: 3px;
}

.notice_head {
    background: #d41c24;
}

.notice_head h3 {
    margin: 0px 0px 20px 0px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.username_below {
    color: #04b3f6;
    font-size: 16px;
}

.noticeboard_list .visited a {
    background-color: #c6c6c6 !important;
    border: 1px solid #959595 !important;
}

.noticeboard_list .visited h4 {
    color: #838080 !important;
}

.Baggage_block {
    width: 100%;
    float: left;
    /*background-color: #e1ebea;*/
}

.flo_w {
    width: auto;
    float: right;
    font-size: 15px;
    color: #666;
    text-align: left;
    padding: 0px 10px;
}

.termnl1 {
    display: block;
    margin: 0 55px;
    overflow: hidden;
}

.bag_icon {
    width: 12px;
    height: 19px;
    margin-right: 7px;
    float: left;
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
}

.bagg_sec {
    float: right;
    background: #719792;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}

.fltime_terminal {
    font-size: 12px;
    text-align: left;
}

.fare_det {
    border-top: 1px solid #ccc;
}

.request_btm_button {
    display: flex;
    justify-content: center;
}

.request_btn {
    background: #d41c24;
    border-color: #d41c24;
    color: #fff;
    border-radius: 0px;
    padding: 8px 25px;
    margin: 10px 10px;
    display: block;
}

.rmrktext_area {
    /*width: 210mm;
    background: #fff;
    margin: 10px auto;
    padding: 10px 15px;*/
}

.home_button {
    background: #d41c24;
    border: 1px solid #d41c24;
    padding: 5px 20px;
    border-radius: 4px;
    display: block;
    float: right;
    position: absolute;
    right: 45px;
    top: 30px;
}

.home_button a {
    color: #fff !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 10px !important;
}

.booking_rerequest_page_sec {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 35px;
    margin: 20px 0px;
}

.booking_rerequest_page_sec .procced_btn {
    background: #d41c24;
    color: #fff;
    padding: 5px 20px;
    margin: 10px auto;
    display: block;
}

.booking_rerequest_page {
    border: 1px solid #e9e9e9;
    padding: 30px 0px;
}

.booking_rerequest_page h4 {
    text-align: center;
}

.booking_rerequest_page p {
    text-align: center;
    color: #a47171;
    font-weight: 700;
    margin: 20px 0px;
}

#ssr-form .table th {
    color: #fff;
}

.update_bking {
    margin: 10px auto !important;
}

.fare_input {
    border: 1px solid #ccc;
    height: 30px;
}

#current_availability_status {
    border: 1px solid #ccc;
    height: 30px;
}

#roomCancelModal .modal-dialog {
    margin: 10% auto;
}

.modal-dialog {
    margin: 10% auto !important;
}

.checkboxallonward_hide strong {
    font-size: 12px;
}

.fltltip {
    display: none;
}

#meals ul {
    display: flex;
}

#meals li {
    text-align: center;
    cursor: pointer;
}

#baggage ul {
    display: flex;
}

#baggage li {
    text-align: center;
    cursor: pointer;
}

#seat_previous {
    padding: 5px;
    text-align: center;
    background: #d41c24;
    width: 68px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin: 10px;
    cursor: pointer;
}

#meals li:hover,
#baggage li:hover,
#seat_previous:hover {
    background: #db9f00;
}

.lablformr {
    color: #000000;
    font-size: 14px;
    margin: 0;
    background: none;
    z-index: 10;
    padding: 1px 5px;
    font-weight: 500;
}

a.fare_det_link {
    font-size: 23px;
    line-height: 24px;
    color: #689892;
    position: absolute;
    left: 29px;
    top: 2px;
}

.rnd_trip .flitsmdets {
    display: block;
    line-height: 14px;
    overflow: hidden;
    width: 100%;
}

.rnd_trip .detlnavi .padflt.widfty {
    text-align: left !important;
}

.srch_round .modfictions .modifysrch {
    top: 3px;
    position: absolute;
    right: 0
}

.srch_round .best_value {
    margin-top: 15px;
}

.offl_bkng {
    margin: 15px 38px;
}

/*.offl_bkng [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: 10px;
}*/
label.my_clrs {
    color: #d91a29;
    letter-spacing: 0.5px;
}

.offl_bkng [type="checkbox"]:not(:checked)+label:after,
.offl_bkng [type="checkbox"]:checked+label:after {
    display: none;
}

.offl_bkng input[type=checkbox] {
    position: relative;
    border: 2px solid #9ab6a6;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

.offl_bkng input[type=checkbox]:hover {
    opacity: 1;
}

.offl_bkng [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 10px;
}

.offl_bkng input[type=checkbox]:checked {
    background-color: #9ab6a6;
    opacity: 1;
    position: absolute;
}

.offl_bkng input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 10px;
    border: 9px solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.offl_bkng label {
    color: #d91a29;
    letter-spacing: 0.5px;
}