* {
    margin: 0;
    padding: 0
}


.flight-search-engine input[disabled] {
        background-color: #E5E7EB !important;
}

.flight-search-engine.transparent .error {
    outline: 0
}

button.visa_enquery2:hover {
    background-color: #979eb4;
    color: #333;
    border: 1px solid #000;
}

.custom-bvsearch {
    margin-top: -18px
}

.btn-success {
    color: #fff;
    background-color: #232F3E;
    border-color: #232F3E
}
    

.btn-success:hover {
    color: #fff;
    background-color: #232F3E;
    border-color: #232F3E
}

.standerd-color {
    color: #555
}

.white-color {
    color: #fff
}

.gray-color,
.grey-color {
    color: #888
}

.main-color {
    color: #2d67b2
}

.radius-zero {
    border-radius: 0
}

.radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.radius20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.border {
    border: 1px solid #ddd
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.grabber:after,
.grabber:before {
    content: "";
    clear: both;
    display: block;
    width: 100%
}

.vam {
    vertical-align: middle
}

.textfff {
    background: #fff !important
}

.flight-search-engine {
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.modify_dialog {
    width: 900px;
    margin-top: 7%
}
.flight-search-engine.transparent {
         padding: 0px 10px;
     display:inline-block;
	    width: 100%;
}

.flight-search-engine.transparent .flight-form .row label,
.flight-search-engine.transparent .form-heading,
.flight-search-engine.transparent .radio-grabber li {
    color: #333
}

.flight-search-engine.transparent .radio-grabber li .check {
    border-color: #fff
}

.flight-search-engine .grabber {
          position: relative;    
}

.form-heading {
    font-size: 24px;
    color: #555;
    margin-top: 0;
    margin-bottom: 15px
}

.radio-grabber {
    margin-bottom: 15px
}

.radio-grabber li {
    color: #aaa;
       display: inline-block;
    position: relative;
    margin-right: 14px;
}

.radio-grabber li input[type=radio] {
    position: absolute;
    visibility: hidden
}

.radio-grabber li label {
    display: inline-block;
    position: relative;
    padding: 5px 10px 5px 10px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    margin-bottom: 0px; 
	font-size:17px;
}

.flight-search-engine input[disabled]::placeholder {
    color: #333 !important
}

.radio-grabber li .check {
    display: block;
    position: absolute;
    border: 3px solid #aaa;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 0;
    left: 0;
    z-index: 1;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    display: none
}

.radio-grabber li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

.radio-grabber li .check {
    border: 3px solid #aaa
}

.radio-grabber li {
    color: #aaa
}

.radio-grabber input[type=radio]:checked~.check {
    border: 3px solid #232F3E
}

.radio-grabber input[type=radio]:checked~.check::before {
    background: #232F3E
}

.radio-grabber input[type=radio]:checked~label {
    color: #232F3E
}

.input,
.select,
.textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #555;
    background-color: #fff;
    width: 74%;
    padding: 0 15px;
    height: 34px;
    display: block;
	margin-bottom:12px;
}
.subttle
{
	display:block;
	font-size:17px;
}
.best-uflight .head-info
{
	margin-bottom:70px;
}
.best-uflight
{
	margin-bottom:40px;
}
.select {
    line-height: 34px
}

.textarea {
    min-height: 80px;
    padding-top: 8px;
    resize: vertical
}

.input-fa {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 34px;
    width: 40px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    display: block;
    background: #232F3E;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    top: 0
}

.input-fa2 {
    top: 25px
}


.mk-traveller {
    display: table;
    width: 126px;
    height: 34px;
    table-layout: fixed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;    
}

.mk-traveller>* {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.mk-traveller .decrease,
.mk-traveller .increase {
           background: #f5f5f5;
    cursor: pointer;
    width: 42px;
    height: 42px;
    border: 1px solid #dddd;
    border-radius: 50%;
    font-size: 23px;
}
.mk-traveller span {
    color: #333 !important
}

.hideflightcoach {
        color: #fff !important;
    background-color: #232F3E;
    font-size: 17px;
    border: 1px solid #232F3E;
}

.custom-bvsearch .mk-traveller span {
    font-size: 16px;
    font-weight: 700
}

.mk-button {
    height: 34px;
    border: 1px solid #003a6c;
    background: #003a6c;
    color: #fff;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.flight-form .mk-button {
             font-size: 19px;
    font-weight: normal;
    height: 53px;
    border-radius: 0px;
    padding: 0px 50px;
}
.srch-qwrow
{
	margin:0px;
}
.flight-form>.row>div {
    margin-bottom: 15px
}

.flight-form .row label {
                     font-size: 13px;
    color: #000;
}
.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.about-flight {
    background: #232F3E
}

.flight-headings {
    display: table;
    table-layout: fixed;
    width: 83%
}

.flight-heading-div {
    display: table-cell;
    vertical-align: middle;
    color: #004159;
    font-size: 14px;
    padding: 0;
    padding-top: 15px
}

.flight-heading-div * {
    font-size: inherit;
    color: inherit
}

.flight-heading-div .fa {
    display: inline-block;
    margin-right: 5px
}

.black-color {
    color: #333
}

.read-color {
    color: #777
}

.repeat-main-result * {
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 400
}

.flight-detail.show-detail * {
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 400
}

.flight-detail.show-detail .fa,
.repeat-main-result .fa {
    font: normal normal normal 14px/1 FontAwesome
}

.repeat-main-result .black-color,
.repeat-main-result .stopp {
    font-size: 20px;
    color: #333
}

.repeat-main-result .flight-price {
    color: #232F3E
}

.repeat-main-result {
    margin-top: 8px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .41);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .41);
    margin-top: 13px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding-top: 8px;
    background: #fff;
    overflow: hidden
}

.repeat-main-result:hover {
    border: 1px solid #232F3E
}

.commbtn,
.repeat-main-result .bhishambooknow_btn {
    border-color: #232F3E !important;
    font-size: 18px;
    color: #fff;
    font-family: Poppins, Helvetica, sans-serif;
    padding: 5px;
    width: 100%;
    height: 41px;
    margin: 0;
    background: #232F3E !important
}

.commbtn:hover,
.repeat-main-result .bhishambooknow_btn:hover {
    background: #232F3E !important;
    color: #fff !important
}

.repeat-main-result .bhishambooknow_btn:hover {
    background: #232F3E !important;
    color: #fff !important
}

div#modify_popup .commbtn {
    margin-top: 22px;
    color: #fff
}

.airlinename {
    font-size: 12px
}

.airline-img {
    display: inline-block;
    margin-right: 2px
}

.result-row {
    margin: 0;
    background: #fff
}

.repeat-detail {
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    min-height: 60px
}

.repeat-detail:last-of-type {
    border-bottom: 0
}

.flight-price {
    font-size: 20px;
    color: #232F3E;
    font-weight: 700
}

.mk-badge {
    background: #eee;
    max-width: 60px;
    text-align: center;
    font-size: 12px;
    color: #000;
    margin-top: 2px;
    cursor: pointer
}

.book-now {
    background: #232F3E;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none !important;
    font-size: 13px;
    width: 90px;
    text-align: center;
    margin-top: 9px;
    border: 1px solid #232F3E
}

.book-now:hover {
    color: #fff !important;
    background: 0 0
}

.result-strip {
    background: #fff6e9;
    padding: 7px 15px;
    border-top: 1px solid #f9ecd9;
    border-bottom: 1px solid #f7ebdd;
    font-size: 13px
}

.fare-type {
    font-size: 12px
}

.red-color {
    color: #232F3E
}

.green-color {
    color: #4db500
}

.fwb {
    font-weight: 700
}

.vatb {
    vertical-align: text-bottom
}

.vat {
    vertical-align: top
}

.bigfz {
    font-size: 18px
}

.norfz {
    font-size: 14px
}

.smfz {
    font-size: 12px
}

.midfz {
    font-size: 16px
}

.fz13 {
    font-size: 13px !important
}

.oh {
    overflow: hidden
}

.relative {
    position: relative
}

.border-left {
    border-left: 1px dashed #ccc
}

.flight-detail {
    background: #fffcfa;
    padding: 15px;
    border-top: 1px solid #eee
}

.repeat-inner-detail {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px
}

.repeat-inner-detail:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.pipe-sign {
    position: relative;
    top: -2px
}

.detail-heading {
    font-size: 16px;
    font-weight: 700;
    color: #555;
    margin-bottom: 15px
}

.durcol {
    padding-left: 0;
    padding-right: 0
}

.durimg {
    width: 100%;
    max-width: 120px
}

.duration {
    font-size: 16px;
    font-weight: 700;
    color: #232F3E;
    margin-top: 4px
}

.detail-nav-tabs li,
.detail-nav-tabs li a {
    all: initial;
    font-family: inherit
}

.detail-nav-tabs {
    display: table;
    width: 100%;
    background: #f5f5f5
}

.detail-nav-tabs li {
    float: none;
    display: table-cell;
    border: 0 !important
}

.detail-nav-tabs li a {
    height: 28px;
    display: block;
    line-height: 28px;
    font-size: 14px;
    border: 0 !important;
    text-align: center
}

.detail-nav-tabs li.active a,
.detail-nav-tabs li.active a:focus,
.detail-nav-tabs li.active a:hover {
    background: #232F3E;
    color: #fff
}

.person-fare-detail {
    padding: 2px
}

.person-fare-detail>div {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fdf2eb
}

.person-fare-detail>div:last-of-type {
    border-bottom: 0
}

.person-fare-detail span {
    font-size: 12px;
    font-weight: 700
}

.show-detail {
    display: none
}

.flightBox {
    background: #fff;
    min-height: 100px;
    box-shadow: 0 1px 3px 0 rgba(37, 32, 31, .3);
    -webkit-box-shadow: 0 1px 3px 0 rgba(37, 32, 31, .3);
    -moz-box-shadow: 0 1px 3px 0 rgba(37, 32, 31, .3);
    -o-box-shadow: 0 1px 3px 0 rgba(37, 32, 31, .3);
    -ms-box-shadow: 0 1px 3px 0 rgba(37, 32, 31, .3)
}

.filter-heading {
    font-size: 14px;
    color: #555;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    cursor: pointer
}

.filter-heading .fa {
    float: right;
    color: #232F3E
}

.filterby {
    padding: 15px;
    border-bottom: 1px dashed #eee
}

.filterby:last-of-type {
    border-bottom: 0
}

.filter-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    display: none
}

.filter-ul li {
    position: relative;
    margin-bottom: 4px
}

.filter-ul li input[type=checkbox] {
    margin: 0;
    margin-right: 5px;
    vertical-align: middle
}

.filter-ul li label {
    font-weight: 400;
    color: #666;
    vertical-align: middle;
    margin: 0
}

.search-description {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .41);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .41)
}

.absolute-fa {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    font-size: 30px;
    margin: 0 auto;
    width: 50px;
    text-align: center;
    color: #232F3E
}

.filter-trigger,
.modify-search {
    background: #232F3E;
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    padding: 6px 15px;
    text-align: center;
    margin-top: 9px;
    border: 1px solid #232F3E
}

.filter-trigger:hover,
.modify-search:hover {
    background: 0 0;
    color: #232F3E
}

.flight-result-fluid {
    padding-bottom: 30px
}

@media (min-width:769px) {
    .result-row {
        display: table;
        table-layout: fixed;
        width: 100%
    }
    .result-row>div {
        display: table-cell;
        vertical-align: middle;
        float: none
    }
    .modify-search {
        display: block
    }
}

.orange-bg {
    background-color: #232F3E
}

.white-bg {
    background-color: #fff
}

.border-zero {
    border: 0
}

.orange-color {
    color: #232F3E
}

.orange-border {
    border-color: #232F3E
}

.mt30 {
    margin-top: 30px
}

.mt15 {
    margin-top: 15px
}

.mb15 {
    margin-bottom: 15px
}

.mb7 {
    margin-bottom: 7px
}

.passenger-heading {
    -webkit-text-shadow: 0 0 3px #ccc;
    -moz-text-shadow: 1px 2px #ccc;
    -ms-text-shadow: 1px 2px #ccc;
    -o-text-shadow: 1px 2px #ccc;
    text-shadow: 1px 2px #ccc
}

h1.passenger-heading {
    font-size: 36px;
    font-weight: 700;
    color: #232F3E;
    margin-top: 20px;
    margin-bottom: 10px
}

.pass-info-box {
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px
}

h3.passenger-heading {
    background: #232F3E;
    margin: -15px -15px 15px -15px;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    padding: 7px 15px;
    font-weight: 700
}

div.LeftDetail * {
    font-family: Poppins, Helvetica, sans-serif;
    font-weight: 400
}

div.LeftDetail .fa {
    font: normal normal normal 14px/1 FontAwesome
}

div.flight-search-engine>h3.form-heading {
    color: #000;
    display: none
}

div.LeftDetail .passenger-heading {
    background: 0 0;
    color: #333;
    margin: 20px 0 9px 0;
    padding: 0
}

div.LeftDetail .pass-info-box {
    background: 0 0;
    border: none
}

div.LeftDetail .error {
    outline: 0 solid #ff1e19
}

div.LeftDetail .BoxSdo {
    margin-bottom: 0;
    border: 1px solid #dcd9d9;
    background: #fff;
    box-shadow: 0 0 7px 0 #e6e2e2;
    padding: 18px 0
}

div.LeftDetail div.travP {
    padding: 15px
}

div.LeftDetail .continuebtn {
    text-align: center;
    padding: 35px 0 50px 0
}

div.tophedd h2 {
    margin: 0
}

div.tophedd h2:before {
    top: 55px
}

div.LeftDetail .p00 {
    padding: 0
}

div.LeftDetail .m00 {
    margin: 0
}

div.LeftDetail .continuebtn .commbtn {
    width: 200px;
    margin: 0 auto;
    color: #fff;
    text-transform: capitalize;
    font-size: 25px;
    height: 58px
}

.review-flight-detail {
    margin-bottom: 15px
}

.review-flight-detail:last-of-type {
    margin-bottom: 0
}

.flight-icon {
    top: 32px
}

.flight-icon .circle {
    height: 9px;
    width: 9px;
    background: #232F3E;
    display: block
}

.flight-icon .strip {
    display: block;
    height: 2px;
    background: #232F3E
}

.flight-icon .left-circle {
    position: absolute;
    left: -5px;
    top: -4px
}

.flight-icon .right-circle {
    position: absolute;
    right: -5px;
    top: -4px
}

.flight-icon .fa {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    top: -13px;
    font-size: 28px !important;
    z-index: 1;
    font-size: 26px;
    color: #232F3E
}

.nradio {
    background: #f1f1f1;
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: auto
}

.nradio input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 0;
    position: relative;
    top: -1px
}

.cardsimg {
    height: 34px
}

div.flight-search-engine .select,
div.flight-search-engine .select option {
    color: #333 !important
}

.para {
    line-height: 24px;
    font-size: 14px
}

.inherit_a {
    text-decoration: none !important;
    color: inherit;
    font-size: inherit
}

.purchasenow {
    height: 34px;
    line-height: 34px;
    text-decoration: none !important;
    background: green;
    color: #fff !important;
    padding: 0 15px;
    display: inline-block;
    margin-top: 15px
}

.purchasenow:hover {
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555
}

.greenlock {
    display: inline-block;
    color: #00c300;
    font-size: 36px;
    vertical-align: middle;
    float: left;
    margin-right: 25px
}

.manmeet-modal .modal-header {
    background: #232F3E;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px
}

.manmeet-modal .modal-title {
    color: #fff;
    -webkit-text-shadow: 0 1px #555;
    -moz-text-shadow: 0 1px #555;
    -ms-text-shadow: 0 1px #555;
    -o-text-shadow: 0 1px #555;
    text-shadow: 0 1px #555;
    font-size: 24px
}

.manmeet-modal .modal-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.manmeet-modal .close {
    color: #fff;
    opacity: 1;
    width: 65px;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    margin: 0;
    background: rgba(0, 0, 0, .17)
}

.manmeet-modal .modal-footer {
    background: #f0f8ff
}

.contactus-form .input,
.contactus-form .select,
.contactus-form .textarea,
.manmeet-modal .input,
.manmeet-modal .select,
.manmeet-modal .textarea {
    padding-left: 40px
}

.contactus-form .input-fa,
.manmeet-modal .input-fa {
    background: 0 0;
    color: #232F3E
}

.textarea-col .fa {
    top: 0;
    bottom: initial;
    left: 15px
}

.contactus-form .textarea {
    min-height: 150px
}

.confirming h2 {
    text-transform: uppercase;
    margin-top: 15px;
    text-align: center;
    font-weight: 700;
    color: #555;
    font-size: 26px;
    margin-bottom: 10px
}

.loading-img {
    width: 250px;
    display: block;
    margin: 0 auto
}

.modal-backdrop.in {
    opacity: .8
}

.ll-skin-cangas,
.ll-skin-latoja,
.ll-skin-lugo,
.ll-skin-melon,
.ll-skin-nigran,
.ll-skin-santiago,
.ll-skin-siena,
.ll-skin-vigo {
    font-size: 100% !important
}

.waitingpage {
    margin: 0 auto;
    position: relative
}

.waiting-img {
    width: 100%;
    min-height: 150px;
    max-height: 500px
}

.we-are-searching {
       color: #fff;
    z-index: 1;
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding: 15px;
    text-align: center;
    padding-top: 30px;
}

.we-are-searching h3 {
    color: inherit;
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
    outline: 0;
    line-height: 34px
}

.we-are-searching .please-wait {
    font-size: 36px
}

.we-are-searching span {
    color: inherit
}

.waiting-loader {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    display: block;
    margin: 15px auto;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px
}

#FlightFomm select {
    padding-left: 10px;
    border-radius: 0
	border:none;
}

.flight-search-engine  label {
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 0px;
   font-weight: normal;
    color: #333333;
}

#FlightFomm .mk-traveller {
    border-radius: 0
}

#FlightFomm .flight-form>.row>div {
    margin-bottom: 5px;
    padding: 7px
}

#FlightFomm h3.form-heading {
    margin-top: 12px
}

#FlightFomm ul.ML-8
 {
       padding: 3px 15px;
    border-radius: 30px;
    margin-bottom: 25px;
}

 .flight-form>.row>div .input {
    padding: 14px 10px;
    height: 44px;
    font-size: 16px;
    background: 0 0;
    font-family: sans-serif;
    font-family: Poppins, Helvetica, sans-serif;
    border: none;
    border-bottom: 2px solid rgb(255 255 255 / 68%);
}

 .flight-form .paxcount_dv5 {
                 background: 0 0;
    font-weight: 400;
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 10px;
    height: 52px;
    background-color: #ffffff;
    color: #333333;
}

 .flight-form .paxcount_dv5 label {
           color: #000000;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0px 6px;
    height: 42px;
    text-shadow: 0 0 0;
    font-weight: normal;
    width: 100%;
    cursor: pointer;
    display: flex;
	justify-content:space-between;
	font-weight:bold;
}
  .flight-form>.row>div .input::placeholder {
    color: #fff
}
.paxcount_dv5 label[for="paxcount"] 
{
	    display: block;
    line-height: 37px;
}
#FlightFomm .input::placeholder
{
	color:#3d3d3d !important;
	font-weight:bold;
}
 .flight-form .pax_downdv {
    background: #fff;
    position: absolute;
    z-index: 99;
    right: 14px;
    width: 300px;
    z-index: 99999999999999;
	box-shadow: 0px 3px 3px #cccc;
}

 .flight-form .pax_downdv label {
   color: #111111;
    text-transform: capitalize;
    font-size: 15px;
    padding: 16px 6px;
    height: 49px;
    text-shadow: 0 0 0;
    font-weight: 600;
}
#modify_popup div.flight-search-engine  label
{
	color:#ffffff;
}
 .flight-form .pax_downdv .hideflightcoach {
    float: right;
    margin: 17px
}

 .flight-form .btnserc .mk-button {
         background: #232F3E;
    border: 1px solid rgb(255 255 255 / 27%);
    border-color: rgb(255 255 255 / 24%);
    font-size: 26px;
    height: 51px;
    border-radius: 0 4px 4px 0;
    width: 100%;
    color: #fff;
    
}

 .form-headingg {
    font-size: 24px;
    font-family: Poppins, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 25px;
    margin-top: 10px
}

 .para {
    font-weight: 400;
    font-family: Poppins, Helvetica, sans-serif;
    color: #fff;
    padding: 0;
    font-size: 21px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, .3);
    text-align: center;
    margin-bottom: 50px
}

div.Whycontainer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #e8ebf3
}

div.Whycontainer .whychooseul>li {
    margin-bottom: 1px;
    background: #fff
}

div.Whycontainer .whychooseul>li .fa {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background: #232F3E;
    font-size: 24px;
    color: #fff
}

div.Whycontainer .whychooseul>li span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 18px
}

div.Whycontainer .whychooseul {
    list-style-type: none;
    padding: 0
}

div.Whycontainer .visaquerybox {
    padding: 15px;
    background: #fff;
    padding-bottom: 0
}

div.Whycontainer .visaquerybox .row>div {
    margin-bottom: 15px
}

div.Whycontainer .visaquerybox .form-control {
    border-radius: 0
}

div.Whycontainer h2 {
    color: #2a1c6d;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 400;
    -webkit-text-shadow: 0 0 0;
    -moz-text-shadow: 0 0 0;
    text-shadow: 0 0 0
}

div.Whycontainer .visaimg {
    display: block;
    width: 100%;
    height: 212px;
    margin-top: 53px
}

div.Whycontainer .ttcc {
    text-align: center
}

button.visa_enquery2,
div.Whycontainer .visa_enquery {
    background: #232F3E;
    margin-bottom: 9px;
    color: #fff;
    border-color: #232F3E
}

div.memberdd {
    background: #fff;
    padding: 15px
}

button.visa_enquery2 {
    font-size: 15px
}

div.memberdd .memberof marquee img {
    height: 60px
}

div#contbaner {
    background: url(../images/contactuss.jpg);
    background-size: 100% auto;
    padding: 118px 0;
    height: 450px
}

div#contbaner .whychooseul>li {
    display: inline-block;
    width: 100%
}

div#contbaner .whychooseul>li span {
    height: auto;
    line-height: 27px;
    padding-left: 15px;
    font-size: 18px;
    float: right;
    width: 84%;
    padding: 12px 10px
}

nav.navbar div#homeheader ul.navbar-nav li a {
                 font-weight: normal;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 21px;
    text-transform: inherit;
     padding: 0px 28px 0px;
    line-height: 36px;
}

@media (max-width:767px) {
    .flight-headings {
        width: 100%
    }
.mhiddenrow .grabber
{
	padding:2px 0px;
}
.comon-head-m
{
	font-size:31px !important;
}
 .chse-usection
 {
	 margin-bottom:10px;
 } 
  .mob-pdlr0
  {
	  padding-left:0px;
	  padding-right:0px;
  }
 .srch-qwrow .col-sm-4,.srch-qwrow .col-sm-2 
 {
	    padding-left: 5px;
    padding-right: 5px;
 } 
   
    .raj_autocompleat {
        width: 100% !important;
        left: 0 !important
    }
    .absolute-search-container {
        max-width: 100%
    }
    .search-fluid ..search-fluid:before {
        background: 0 0
    }
    .search-fluid .flight-search-engine.transparent .radio-grabber {
        padding-left: 32px
    }
    #FlightFomm .custom-wfa {        
             top: 17px;     
    }
    .result-row {
        padding-bottom: 10px
    }
    .inner-col>* {
        display: inline-block;
        margin-right: 5px
    }
    .inner-col {
        margin-bottom: 15px
    }
    .mmb15 {
        margin-bottom: 15px
    }
    .mmb10 {
        margin-bottom: 10px
    }
    .mmb5 {
        margin-bottom: 5px
    }
    .mmt15 {
        margin-top: 15px
    }
    .mmt10 {
        margin-top: 10px
    }
    .mmt5 {
        margin-top: 5px
    }
    .mbl0 {
        border-left: 0
    }
    .flight-result-fluid-row>div {
        margin-bottom: 30px
    }
    .search-description>div>div {
        margin-bottom: 0
    }
    .show-filter-col {
        display: none
    }
    .flight-heading-div {
        font-size: 14px
    }
    .flight-heading-div .fa {
        margin-right: 1px
    }
    .paymentform .mmb10 span {
        text-align: left
    }
    .we-are-searching {
        position: initial;
        color: #555
    }
    .waiting-img {
        display: none
    }
    div#contbaner {
        padding: 16px 0
    }
}

@media (min-width:320px) and (max-width:768px) {
    .modify_dialog {
        width: auto
    }
    .no_pd_left {
        padding-left: 15px !important
    }
    .raj_modal {
        padding-left: 0 !important
    }
}

 .raj_autocompleat::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}
.raj_autocompleat::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -ms-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   background-color: #232F3E;
}
.raj_autocompleat::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background-color: #F5F5F5;
}
.cust-wphne
{
	color:#232F3E;
	font-size:16px;
	font-weight:bold;
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.loader-uimage
{
	margin-top:-32px;
}
  .srch-qwrow .psg-detal span
 {
	 border:none !important;
 }
