﻿/*
* Title:   Default Styling for Whitelabel
* Author:  GURU BHARATH MARABATHINA
[Table of Contents]
1 BOOTSTRAP
2 GLOBAL STYLES
3 SEARCH RESULTS
4 MISC SERVICES
5 INDIVIDUAL PAGES  
References::::::
#4285F4 - blue
#DB4437 - orange
#F4B400 - yellow
#0F9D58 - green
*/


/*//////////////////////////////////////////////////*/


/*////// BOOTSTRAP                            //////*/


/*==================================================*/


/*NEW*/

menu,
ul {
    padding: 0;
    margin: 0;
}

.bg-darktrans {
    background: rgba(0, 0, 0, 0.6);
}

.bg-lighttrans {
    background: rgba(255, 255, 255, 0.6);
}

.modal-header label {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}

.c-pointer {
    cursor: pointer;
}


/*JqueryUI*/

.ui-accordion-header.ui-state-active {
    background: #007bff !important;
    color: #fff !important;
}

.ui-state-active .ui-icon {
    display: none;
}

.ui-widget-content.bg-white {
    background: #fff !important;
}


/*Bootstrap*/

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1000px;
    }
}


/*Ownbootstrap*/

.form-sm {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 0 4px #ccc;
    background: #fff;
    padding: 20px 0;
    border-radius:16px;
}

.text-strike {
    text-decoration: line-through;
}


/*==================================================*/


/*////// BOOTSTRAP                            //////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/


/*////// GLOBAL STYLES                        //////*/


/*==================================================*/

html {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
}

a,
a:hover {
    text-decoration: none;
}

body.mobile {
    overflow: hidden;
}

.ui-datepicker {
    z-index: 1051 !important;
    width: initial !important;
}

#container {
    width: 100%;
    float: left;
    box-shadow: inset 0 6px 9px -6px #aaa;
   
}

#view-wrapper {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}

header,
footer {
    clear: both;
    float: left;
    width: 100%;
}

#divmaster {
    clear: both;
}

.martop {
    margin-top: 50px
}

.marbtm {
    margin-bottom: 60px;
}

.sec-benefits .col-md-3 div {
    float: left;
    display: block;
    width: calc(100% - 45px);
}

.sec-benefits label {
    font-weight: bold;
    margin: 0;
}

.sec-benefits span {
    font-size: 12px;
    float: left;
    color: #666;
    width: 100%;
}

#scroll {
    z-index: 2;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #343a40;
    padding: 8px 10px 10px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    margin: 0;
    border: 1px solid #666;
    cursor: pointer;
    transition-duration: 0.2s;
}

    #scroll:hover {
        background: #007bff;
        border: 1px solid #007bff;
    }

.border-box {
    /*border: 1px solid #dee2e6;
    box-shadow: 0 0 3px #cfcfcf;*/
    background: #fff;
    clear: both;
    float: left;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 8%);
}


/*.theme-border{    top: 0;position:absolute;    border-bottom: 1px solid #ccc;    -webkit-filter: grayscale(100%);    background: url(../images/theme/horizontalbar.png) repeat-x;    width: 100%;    clear: both;    height: 5px;}*/

.theme-border {
    -webkit-filter: grayscale(100%);
    /*background: repeating-linear-gradient( 45deg, #007bff, #007bff 15px, #fff 15px, #fff 25px, #ffcd00 25px, #ffcd00 40px,
    #fff 40px, #fff 48px);*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
}

.form-table {
    width: 100%;
}

    .form-table td {
        padding: 5px 0;
    }


/*PSA prgress bar*/

.modalContainer {
    position: fixed;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40%;
    z-index: 750;
    background-color: #FFF;
}

.registerhead {
    font-size: 14px;
    color: #044cb5;
    padding: 22px 0 10px;
}


/*Login panel Top for USERAGENT*/

#divuseragentsession {
    z-index: 20;
    position: relative;
}

#divWelcomeText {
    padding-top: 0px;
    width: 100%;
    float: right;
    font-size: 12px;
    font-weight: bold;
}

#daservices {
    float: left;
}

.lblTopLogin {
    margin: 0;
    margin-right: 15px;
    position: relative;
    display: inline-block;
}

#divagentlogin {
    float: left;
}

    #divagentlogin > a {
        font-size: 14px;
        color: #fff !important;
        border: 1px solid #ee6e2b;
        border-radius: 50%;
        padding: 6px 8px;
        background: rgb(238, 110, 43);
    }

.lblTopLogin i {
    float: left;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    transition-duration: 0.3s;
    cursor: pointer;
}

.lblTopLogin label {
    margin: 0;
    display: block;
    transition-duration: 0.4s;
    cursor: pointer;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px !important;
    padding: 8px 0;
}

.lblTopLogin:hover label,
.lblTopLogin:hover .psamore {
    color: #006cc5;
}

.lblTopLogin ul {
    padding: 0;
    display: none;
    position: absolute;
    background: #fff;
    white-space: nowrap;
    border-top: 2px solid #444;
    min-width: 150px;
    z-index: 9;
}

    .lblTopLogin ul li {
        list-style-type: none;
        text-align: left;
    }

.lblTopLogin:hover ul {
    display: block !important;
}

.lblTopLogin ul li a {
    padding: 5px 10px;
    display: block;
    border: 1px solid #aaa;
    text-decoration: none;
    transition-duration: 0.3s;
}

.lblTopLogin li a:hover {
    background: #f5f5f5;
}

.lblTopLogin ul li a {
    border-top: none;
}

#panelProfile p {
    float: left;
    padding: 13px 0px 8px 15px;
    margin: 0;
}

#panelProfile {
    position: relative;
    float: right;
}

#dasl {
    overflow: visible !important;
    font-size: 12px;
    padding: 0 !important;
}

#panelProfile .panelDropDown {
    display: none;
    position: absolute;
    right: 0;
    width: 150px;
    z-index: 11;
    margin-right: 0px;
    background: #fff;
    top: 35px;
    /* border: 1px solid #aaa;
    border-top: 2px solid #444;*/
    float: left;
    width: 100%;
    overflow: hidden;
    max-width: 140px;
    box-shadow: 0 8px 16px rgb(134 154 192 / 45%);
    border-radius: 6px;
}

#dbtnUser:hover .panelDropDown {
    display: block;
}

#panelProfile > i.fa {
    font-size: 20px;
    cursor: pointer;
}

#panelProfile .panelDropDown:before {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 10px solid #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.apanel {
    width: 100%;
    display: table;
    padding: 9px 10px !important;
    border-top: 1px solid #aaa;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    height: 25px;
    transition-duration: 0.2s;
    font-weight: normal;
}

    #daservices li a:hover,
    .apanel:hover {
        background: #006cc5;
        color: #fff !important;
        text-decoration: none;
    }

#imgRefreshBalance {
    background: #000;
    width: 20px !important;
    border-radius: 50%;
    margin-top: 0px;
    float: right;
    text-align: center;
    height: 20px;
    color: #fff;
    padding: 4px;
}

#dbtnUser i {
    font-size: 20px;
    cursor: pointer;
}


/*Holiday Packages*/

.divhmpk {
    float: left;
    padding: 0px 10px;
    height: 250px;
    width: 33.33%;
    margin-bottom: 16px;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.divhmpa {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    display: block;
}

.divhmpk a img {
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.divhmpk a span {
    display: block;
    color: #ffffff;
    font-size: 22px;
    padding: 7px 3%;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    top: -45px;
    text-align: center;
}

.divhmpa:hover:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition-duration: 9s;
    transition-property: width;
    transition-duration: 9s;
}

.divhmpa:hover span {
    top: -150px !important;
    transition-duration: 1.4s;
}


/*Form Controls*/


/*input[type="radio"] {    display: none;}*/

.h-radio input[type="radio"] {
    display: none;
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    padding-right: 10px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}

    [type="radio"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #000;
        border-radius: 100%;
    }

    [type="radio"]:checked + label:after,
    [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #000;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    [type="radio"]:checked + label.light,
    [type="radio"]:not(:checked) + label.light {
        color: #fff;
    }

        [type="radio"]:checked + label.light:before,
        [type="radio"]:not(:checked) + label.light:before {
            border: 1px solid #fff;
        }

        [type="radio"]:checked + label.light:after,
        [type="radio"]:not(:checked) + label.light:after {
            background: #fff;
        }

.error,
.input_error {
    color: red !important;
    border: 1px solid red !important;
}

.form-control[disabled].hasDatepicker {
    cursor: not-allowed;
}

.form-control.hasDatepicker:not([disabled]) {
    background: #fff;
}


/*TimePicker*/

.ui-timepicker-wrapper {
    background: #fff;
    max-height: 200px;
    width: 150px;
    overflow: auto;
}

    .ui-timepicker-wrapper li {
        list-style-type: none;
        padding: 5px 10px;
    }


/*DatePicker*/

#ui-datepicker-div {
    background: #fff;
}

.ui-datepicker {
    border: 1px solid #ccc !important;
}

    .ui-datepicker .ui-datepicker-header {
        background: #007bff;
        border: none !important;
    }

    .ui-datepicker .ui-datepicker-title {
        font-size: 14px;
        color: #fff;
    }

    .ui-datepicker .ui-state-default {
        background: #f5f5f5 !important;
        font-size: 14px;
        padding: 3px 6px;
        color: #000 !important;
        border: 1px solid #ddd !important;
    }

.ui-datepicker-week-end a.ui-state-default {
    color: #d60954 !important;
}

.ui-datepicker .ui-datepicker-calendar td a:hover,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
    background: #007bff !important;
    color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 5px;
}


/*Autocomplete*/

.ui-autocomplete {
    border-radius: 0 !important;
    background: #fff;
    padding: 0 !important;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 5px #ccc;
}

    .ui-autocomplete .ui-menu-item a {
        line-height: 30px;
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
        border-radius: 0 !important;
        font-size: 13px !important;
        white-space: nowrap;
        display: block;
    }

        .ui-autocomplete .ui-menu-item a:hover,
        .ui-autocomplete .ui-state-hover,
        .ui-autocomplete .ui-state-focus,
        .ui-widget-header .ui-state-focus {
            color: #fff !important;
            background: #1ba0e2 !important;
            font-weight: normal !important;
            border: none !important;
        }


/*Slider*/

.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -8px;
}

.ui-slider-horizontal .ui-slider-range {
    background: none repeat scroll 0 0 #f4511e !important;
}

@media screen and (max-width:415px) {
    .ui-widget-header {
        font-size: 11px !important;
    }

        .ui-datepicker th,
        .ui-state-default,
        .ui-widget-content .ui-state-default,
        .ui-widget-header .ui-state-default {
            font-size: 10px !important;
        }

    #ui-datepicker-div.ui-datepicker {
        width: 300px !important;
    }
}


/*Google Translation*/

body {
    top: 0 !important;
}

#google_translate_element {
    margin-top: 3px;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}

.goog-te-gadget-simple .goog-te-menu-value span:nth-child(n+2) {
    display: none;
}

.goog-te-menu-value span:hover,
.goog-te-menu-value span:active,
.goog-te-menu-value span:focus,
.goog-te-menu-value span:visited {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.goog-te-gadget img {
    display: none;
}

.goog-te-gadget-simple {
    background: none !important;
    border: none !important;
}

    .goog-te-gadget-simple .goog-te-menu-value span {
        font-size: 14px;
        color: #fff;
    }

.goog-te-banner-frame,
div#goog-gt-tt {
    display: none !important;
}

img.goog-te-gadget-icon {
    display: none;
}

a.goog-te-menu-value {
    padding: 0px 5px !important;
    line-height: 16px !important;
}

.goog-te-spinner-pos {
    display: none !important;
}

@media screen and (max-width:768px) {
    .divhmpk {
        width: 100% !important;
    }
}


/*Validations*/

.error {
    display: none !important;
}

.form-control.error {
    display: block !important;
}


/**/

.txtstrikeoff {
    text-decoration: line-through;
}


/*+Preloader*/

#Preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 234;
}

#Preloadbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    display: block;
    width: 100%;
    background-color: white;
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
    z-index: 800;
}

#Preloadbar {
    background-color: #f5f5f5;
}

    #Preloadbar:before {
        content: '';
        position: absolute;
        background-color: #f4802c;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    }

    #Preloadbar:after {
        content: '';
        position: absolute;
        background-color: #f4802c;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
        animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
        -webkit-animation-delay: 1.15s;
        animation-delay: 1.15s;
    }

#Preloading {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 40%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    #Preloading div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        #Preloading div:nth-child(2) {
            animation-delay: -0.5s;
        }

#Preloadtxt {
    color: #fff;
    top: calc(40% + 66px);
    position: fixed;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

#etloader {
    width: 100%;
    float: left;
    clear: both;
}

.et-loading .loader-slide {
    display: block !important;
}

.et-loading .loader-data {
    display: none;
}

.loader-slide {
    text-align: center;
    display: none;
}

    .loader-slide label {
        position: relative;
        top: 40%;
    }

.loader-line {
    width: 150px;
    height: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    top: 40%;
}

    .loader-line:before {
        display: block;
        position: absolute;
        content: "";
        left: -100px;
        width: 100px;
        height: 3px;
        background-color: #007bff;
        -webkit-animation: loader-line 1s linear infinite;
        animation: loader-line 1 s linear infinite;
    }

@-webkit-keyframes loader-line {
    0% {
        left: -100px;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}

@keyframes loader-line {
    0% {
        left: -100px;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}


/*-Preloader*/


/*+etrloader*/

#etrloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 234;
}

#etrloadbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    display: block;
    width: 100%;
    background-color: white;
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
    z-index: 800;
}

#etrloadbar {
    background-color: #f5f5f5;
}

    #etrloadbar:before {
        content: '';
        position: absolute;
        background-color: #f4802c;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    }

    #etrloadbar:after {
        content: '';
        position: absolute;
        background-color: #f4802c;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
        animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
        -webkit-animation-delay: 1.15s;
        animation-delay: 1.15s;
    }

#etrloading {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 40%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    #etrloading div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        #etrloading div:nth-child(2) {
            animation-delay: -0.5s;
        }

#etrloadtxt {
    color: #fff;
    top: calc(40% + 66px);
    position: fixed;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
}


/*-etrloader*/


/*==================================================*/


/*////// GLOBAL STYLES                        //////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/


/*////// SEARCH RESULTS                       //////*/


/*==================================================*/

#sec-container {
    position: relative;
    display: block;
    clear: both;
    padding-top: 5px;
}

#sec-fixer {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: 100%;
    z-index: 7;
    top: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 8px 1px #ddd;
}

#view-wrapper.fixer #sec-fixer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#menu-filters {
    float: left;
    width: 100%;
    padding-right: 10px;
    position: relative;
    z-index: 6;
}

#menu-results {
    float: left;
    width: 100%;
}

#menu-sorting {
    position: relative;
    z-index: 1;
    float: right;
    background: #f5f5f5;
    display: flex;
}

    #menu-sorting ul {
        display: none;
        position: absolute;
        background: #fff;
        top: 33px;
        border: 1px solid #ccc;
        right: 0;
    }

    #menu-sorting li {
        transition-duration: 0.2s;
        cursor: pointer;
        font-weight: 500;
        float: left;
        width: 100%;
        padding: 5px 10px;
        white-space: nowrap;
    }

        #menu-sorting li:hover {
            background: #f5f5f5;
        }

.divfilters {
    color: #666;
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 180px;
    overflow-y: scroll;
}

    .divfilters label {
        width: 100%;
        float: left;
        cursor: pointer;
    }

    .divfilters .checktab {
        transition-duration: 0.4s;
    }

        .divfilters .checktab:hover {
            background: #fff;
            border-bottom-color: #f4511e;
        }

    .divfilters::-webkit-scrollbar {
        width: 5px;
        background-color: #cccccc;
    }

    .divfilters::-webkit-scrollbar-thumb {
        background-color: #B03C3F;
        border-radius: 10px;
    }

        .divfilters::-webkit-scrollbar-thumb:hover {
            background-color: #BF4649;
            border: 1px solid #333333;
        }

        .divfilters::-webkit-scrollbar-thumb:active {
            background-color: #A6393D;
            border: 1px solid #333333;
        }

.filters-reset {
    cursor: pointer;
    transition-duration: 0.2s;
    padding: 5px 0px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

    .filters-reset:hover {
        color: red;
    }

    .filters-reset i,
    .filters-close i {
        color: red;
        font-size: 14px;
        padding-right: 3px;
    }

.filters-close {
    cursor: pointer;
    float: right;
    display: none;
}

.check-field {
    position: relative;
    margin: 5px 0;
    width: 100%;
    line-height: 16px;
}

    .check-field i {
        float: left;
        font-size: 16px;
        width: 14px;
    }

        .check-field i.checky {
            color: #f4511e;
        }

    .check-field span {
        font-size: 14px;
        font-weight: normal;
        top: 0;
        float: left;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        position: absolute;
        text-indent: 20px;
    }

.menu-filters i {
    padding-right: 10px;
    font-size: 16px;
}

.sorting-close {
    cursor: pointer;
    float: right;
    display: none;
}

.each-result {
    background: #fff;
    transition-duration: 0.2s;
}

    .each-result:hover,
    .each-result:focus {
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
        z-index: 1;
    }

@media screen and (max-width:768px) {
    /*ModifySearch*/
    #divModify {
        padding: 10px !important;
        position: fixed;
        top: 0;
        background: #fff;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    #divSearch span {
        font-size: 1em !important;
        font-weight: normal !important;
    }

    #divSearch .fa {
        font-size: 12px !important;
        padding: 0 5px !important;
    }
    /*filters*/
    #menu-filters {
        display: none;
        width: 100%;
        padding-right: 0;
        position: fixed !important;
        top: 0;
        z-index: 20;
        background: #fff;
        left: 0;
        padding: 10px;
        height: 100%;
        overflow: auto;
    }

    .mobile #menu-filters {
        display: block;
    }

    .menu-filters {
        display: block !important;
        z-index: 4;
        margin: 0;
        width: 100%;
        color: #fff;
        position: fixed;
        bottom: 0;
        /*background: rgba(0, 0, 0, 0.9);*/
        left: 0;
        text-align:center;
    }

        .menu-filters label {
            cursor: pointer;
            /*float: left;
            width: 50%;*/
            margin: 8px 0;
            padding: 8px 15px;
            background:#000;
        }

            .menu-filters label:first-child {
                border-right: 1px solid #fff;
            }

    .filters-close {
        display: block;
    }
    /*sortings*/
    .sorting-close {
        display: block;
    }

    #menu-sorting {
        padding: 10px;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 20;
        border: none;
    }

        #menu-sorting ul {
            display: block !important;
            border: none;
            position: relative;
            top: 0;
        }
    /*results*/
    #menu-results {
        width: 100%;
    }
}


/*SEARCH PANEL*/

#sec-fixer .search-panel {
    background: none !important;
}

.search-group {
    float: left;
}


/*Flights*/

.search-panel.flights .search-group.source {
    width: 20%;
}

.search-panel.flights .search-group.date {
    width: 13%;
}

.search-panel.flights .search-group.misc {
    width: 17%;
    position: relative;
}

.search-panel.flights .search-group.search {
    width: 17%;
}

#flightsMisc {
    position: absolute;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 3px 4px #444;
    padding: 10px;
    z-index: 1;
    left: 0;
    width: 100%;
    min-width: 250px;
}

.trvlabel {
    float: left;
}

.divCounter {
    float: right;
}

    .divCounter div {
        float: left;
        width: 30px;
        text-align: center;
    }

    .divCounter .minus,
    .divCounter .plus {
        background: #f5f5f5;
        border-radius: 4px;
        width: 26px;
        text-align: center;
        border: 1px solid #ccc;
        font-weight: bold;
    }

#flightsDesc {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#flightsMisc:before {
    content: '';
    position: absolute;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}


/*Hotels*/

.search-panel.hotels .search-group.source {
    width: 20%;
}

.search-panel.hotels .search-group.date {
    width: 13%;
}

.search-panel.hotels .search-group.misc {
    width: 17%;
    position: relative;
}

.search-panel.hotels .search-group.search {
    width: 17%;
}

#hotelsMisc {
    position: absolute;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 3px 4px #444;
    padding: 10px;
    z-index: 1;
    left: 0;
    width: 100%;
    min-width: 320px;
}

    #hotelsMisc:before {
        content: '';
        position: absolute;
        top: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

    #hotelsMisc label {
        font-size: 12px;
    }


/*Recharge*/

.search-panel.recharge .search-group {
    width: 25%;
}


/*Recharge*/

.search-panel.bills .search-group {
    width: 25%;
}


/*Buses*/

.search-panel.buses .search-group {
    width: 20%;
}


/*Holidays*/

.search-panel.holidays .search-group {
    width: 20%;
}


/*Cabs*/

.search-panel.cabs .search-group {
    width: 16.667%;
}

.search-group button[tabindex='-1'] {
    display: none;
}

#txttxtSource,
#txttxtDestination,
#txtpickuploc,
#txttxtpickuploc,
#txtddldropLocation,
#txttxtdropoffloc,
#txtddlPickLocation {
    width: 100% !important;
    height: inherit !important;
}

@media screen and (max-width:768px) {
    .search-panel .search-group {
        width: 100% !important;
        margin-bottom: 5px;
    }

    .sec-benefits .col-md-3 {
        margin-bottom: 15px;
    }
}


/*CUST INFO*/

.head-cust,
.head-cust i {
    font-size: 20px;
    background: #000;
    margin: 10px 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: left;
    clear: both;
}

    .head-cust i {
        padding-right: 5px;
    }


/*==================================================*/


/*////// RESULTS                              //////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/


/*////// MISC SERVICES                        //////*/


/*==================================================*/

.misc-service {
    background: -webkit-linear-gradient(left, #006CC5, #00CAB2);
    background-repeat: no-repeat;
    background-size: 100%;
    display: table;
    width: 100%;
    color: #fff;
    padding: 50px 0 80px;
}

    .misc-service.travelinsurance {
        background-image: url(../images/new/insurenc.jpg);
    }

    .misc-service.visa {
        /*background-image: url(../images/new/login-bg.jpg);*/
    }

.misc-layer {
    width: 96%;
    margin: 0 auto;
    max-width: 900px;
    padding: 20px;
    border-radius: 5px;
    background: rgba(223, 220, 220, 0.6);
}


/*==================================================*/


/*////// MISC SERVICES                        //////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/


/*////// INDIVIDUAL PAGES                     //////*/


/*==================================================*/


/*CMS*/

.bg-cms {
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: bottom;
    background-size: 100% 100%;
}

    .bg-cms:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, rgba(0, 36, 210, 0.8), rgba(255, 139, 0, 0.6));
    }

    .bg-cms div {
        position: relative;
        text-align: left;
        color: #fff;
        font-size: 42px;
        padding-top: 65px;
        font-weight: bold;
        font-family: cursive;
    }

    .bg-cms.aboutus {
        background-image: url(../images/cms/aboutus.png);
    }

    .bg-cms.ourteam {
        background-image: url(../images/cms/ourteam.png);
    }

    .bg-cms.faqs {
        background-image: url(../images/cms/faqs.png);
    }

    .bg-cms.disclaimer {
        background-image: url(../images/cms/disclaimer.png);
    }

    .bg-cms.tnc {
        background-image: url(../images/cms/tnc.png);
    }

    .bg-cms.privacypolicy {
        background-image: url(../images/cms/privacypolicy.png);
    }

    .bg-cms.contactus {
        background-image: url(../images/cms/contactus.png);
    }


/*REPORTS*/

.tr-hide tr:nth-child(even) {
    display: none;
}

.searchbtn {
    background: url(../images/icons/search.png) center top repeat-x rgba(0, 0, 0, 0);
    width: 15px;
}

.resetbtn {
    background: url(../images/icons/reset.png) center top repeat-x rgba(0, 0, 0, 0);
    width: 14px;
}


/*CUSTINFO*/

.lblnpay.nic.MBANK:before {
    content: "\f10b";
    color: #e43134;
    font-family: FontAwesome;
    position: absolute;
    bottom: 3px;
    left: 3px;
    font-size: 30px;
}


/*==================================================*/


/*////// INDIVIDUAL PAGES                     //////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/


/*////// DEFAULT OLD                          //////*/


/*==================================================*/

a.dbtnALg {
    padding-left: 10px;
}

#HPSlider img {
    width: 100%;
    height: 500px;
}

@media screen and (max-width:768px) {
    #HPSlider img {
        height: 260px
    }
}

#accordion,
.cs_tltp,
.mytrip_pnrnew1,
.mytrip_share,
.travellerDet {
    overflow: hidden
}

#accordion,
.lblAge .dicres,
ul.pop-cnt li i {
    float: left
}

#nav_left ul li a,
.error_content,
.footer ul li a,
.links,
.right-nav li a,
.tooltipbottom:hover,
.tooltipright:hover,
.webwidget_slideshow_dot a {
    text-decoration: none
}

.bt_but,
.tooltipbottom,
.tooltipright {
    outline: 0
}

#divnotetext,
.cnt-map-left,
.contact-content,
.contact-main,
div#paymentimages img {
    box-sizing: border-box
}

#accordion,
#clr,
.clearAll,
.divpouplogin::after,
.fdiv li,
.fdiv ul,
.gap,
.search-left h5,
.signinOverlay #signinErr {
    clear: both
}

ul#headmenures li a {
    float: left;
    line-height: 15px
}

#rechargetabs {
    width: 490px;
    background-color: transparent;
    text-align: right
}

.ui-widget {
    font-size: 11px !important
}

.ui-tabs-panel {
    font-size: 14px
}

#accordion {
    width: 100%
}

#divResult {
    width: 100%;
    margin: auto
}

.label_required {
    color: Red
}

.select_error,
.select_error1 {
    border: 1px Solid !important
}

.error_container {
    display: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    right: 0;
    bottom: 0;
    width: 400px;
    background: #FFDCAA;
    border: 1px solid #FF3334;
    margin: 10px;
    padding: 10px;
    float: right
}

.error_content li,
.message_content li {
    background: url(../images/warning.png) top left no-repeat;
    list-style-type: none;
    text-indent: 25px;
    padding: 7px
}

.error_content {
    display: none;
    text-align: left;
    font-size: 12px;
    color: #444
}

.is_tp_sub {
    background: url(../images/blue_bg.png) center top repeat-x;
    border: 0;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
    padding: 5px
}

.lblwidthM {
    width: 130px
}

.ui-accordion .ui-accordion-header {
    text-align: left;
    text-indent: 30px;
    padding: 5px;
    font-size: 13px
}

.gridcontent {
    text-indent: 10px;
    text-align: left
}

.required {
    vertical-align: top;
    margin-right: 3px;
    color: Red
}

.successbooking {
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .3);
    margin: 15px 0;
    padding: 12px 20px 12px 55px;
    font: 700 12px verdana;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    z-index: 1000px;
    color: #000;
    background: url(../images/icon-success.png) 10px center no-repeat #FDFEB0
}

.loadingBackground {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    filter: Alpha(Opacity=30);
    -moz-opacity: .3;
    opacity: .8;
    width: 100%;
    height: 1000px;
    background-color: #000;
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0
}

.tragent {
    display: none
}

fieldset legend {
    font-family: Palatino, Verdana;
    background: #d7ebf9;
    border-radius: 8px 8px 0 0;
    color: #2779aa;
    font-weight: 700;
    font-size: 12px;
    padding: 7px 8px;
    text-shadow: 0 0 1px #aed0ea;
    box-shadow: 0 0 2px #aed0ea;
    text-align: left;
    width: 100%;
    margin: 0 -9px 5px;
    border: 1px solid #aed0ea
}

fieldset {
    border: 1px solid #aed0ea;
    box-shadow: 0 0 5px #aed0ea inset
}

.tooltipbottom strong,
.tooltipright strong {
    line-height: 30px
}

.tooltipbottom span,
.tooltipright span {
    z-index: 1000;
    display: none;
    padding: 10px;
    font-size: 11px;
    width: 240px;
    line-height: 16px
}

.tooltipright span {
    margin-top: -25px;
    margin-left: 25px
}

.tooltipbottom span {
    margin-top: 40px;
    margin-left: -100px;
    text-align: left
}

.tooltipbottom:hover span,
.tooltipright:hover span {
    display: inline;
    position: absolute;
    color: #111;
    border: 1px solid #F0C36D;
    background: #F9EDBE
}

.tooltipright span.arrow:after {
    border-color: transparent #DCA transparent transparent;
    left: -20px;
    top: 20px
}

.tooltipbottom span.arrow:after {
    border-color: transparent transparent #DCA;
    top: -20px;
    left: 30px
}

.tooltipbottom span,
.tooltipright span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
    font-weight: 400
}

    .tooltipbottom span.arrow:after,
    .tooltipright span.arrow:after {
        content: '';
        display: block;
        position: absolute;
        border-style: solid;
        border-width: 10px;
        text-align: left
    }

    .tooltipbottom span.arrow em {
        font-weight: 700;
        text-align: left;
        font-size: 12px;
        margin-bottom: 10px
    }

.gridtable {
    text-indent: 10px;
    font-weight: 400;
    white-space: nowrap;
    width: 100%;
    font-size: 11px;
    padding: 0;
    margin: 0
}

.boxbluerowheadr,
.bt_but,
.contactNo,
.heading1,
.headings,
.letterFont {
    font-weight: 700
}

.boxbluerowheadr {
    height: 20px
}

.floatRight {
    float: right
}

.clndr,
.floatLeft,
.foot,
.frm {
    float: left
}

#nav_left ul li {
    display: inline;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif
}

    #nav_left ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 0 25px
    }

.frm {
    width: 228px;
    margin-left: 20px
}

.clndr {
    width: 25px;
    padding: 1px 3px
}

.bt_but {
    font-size: 13px;
    padding: 5px;
    -moz-border-radius: 5px;
    cursor: pointer
}

.sel,
.textfield_2 {
    border: 2px solid #e5e5e5
}

.headings {
    font-size: 14px;
    color: #c50d12
}

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: .15;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    display: none
}

.align_right {
    text-align: right
}

.textfield_2 {
    width: 150px
}

.sel {
    width: 200px
}

.footer ul {
    padding: 0;
    list-style-type: none;
    text-align: center
}

    .footer ul li {
        display: inline
    }

        .footer ul li a {
            padding: .2em 1em;
            color: #036;
            font-size: 1.1em
        }

            .footer ul li a:hover {
                color: #fff;
                background-color: #9FCFFF
            }

.contactNo,
.heading,
.heading1 {
    color: #9FCFFF;
    font-family: Cambria
}

.heading {
    padding-left: 10px;
    font-size: 20px
}

.heading1 {
    font-style: italic;
    font-size: 15px
}

.letterFont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px
}

#tblMenu {
    margin-top: -4px;
    height: 32px
}

.links {
    color: #5F5F5F;
    font-weight: bolder;
    font-size: 12px
}

.w100p {
    width: 100% !important;
    left: -235px
}

.right-nav {
    width: 100%;
    font-size: 13px;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px
}

#fb_tooltip,
.cs_tltpwrp,
.csp-pop,
.csp-pop:after,
.fb_tooltpimg,
.myTrip_overLay {
    position: absolute
}

.right-nav li {
    list-style: none;
    line-height: 9px;
    margin-top: 10px
}

    .right-nav li a {
        padding: 5px
    }

    .right-nav li .csp-pop {
        display: none;
        z-index: 1000
    }

.csp-pop {
    top: 25px;
    right: 0;
    width: 100%;
    max-width: 340px
}

    .csp-pop:after {
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #999;
        top: -10px;
        right: 0
    }

@media screen and (max-width:1024px) {
    .right-nav li .css-pop {
        right: 1% !important
    }
}

.right-nav li .csp-pop:hover,
.right-nav li a.links:hover + .csp-pop {
    display: block
}

.pop-mdl {
    width: 356px;
    background: #fff;
    float: right;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 4px #666;
    padding: 5px 0
}

.searchPopContentInner,
.searchPopHeading {
    border: 0;
    vertical-align: baseline;
    font-style: normal
}

.pop-cnt li {
    float: left;
    list-style: none;
    margin-bottom: 10px;
    margin-left: 30px !important;
    text-align: left;
    width: 139px
}

.pop-cnt a {
    margin-left: 5px
}

.marginleft {
    margin-left: 45px
}

.searchPopHeading {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: justify;
    font-family: inherit;
    color: #52519F
}

    .searchPopHeading h2 {
        font-size: 24px;
        font-family: Helvetica, Arial, sans-serif;
        color: #FFF;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center
    }

.searchPopMainClose {
    float: right;
    margin-top: 5px;
    margin-right: 2px
}

.searchPopContentInner {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: justify;
    font-family: inherit;
    color: #000;
    float: left;
    width: 100%
}

    .searchPopContentInner h1 {
        text-align: center;
        padding-top: 5px;
        font-size: 18px;
        padding-bottom: 5px;
        float: left;
        margin-left: 12px
    }

    .searchPopContentInner p {
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
        font-size: 15px
    }

.searchPopLoading {
    text-align: center
}

.mytrip_pnr,
.mytrip_pnrnew1 {
    font-size: 12px;
    text-align: left
}

.searchPopTravelInfo {
    margin-top: 10px;
    height: 15px
}

    .searchPopTravelInfo table {
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 auto
    }

    .searchPopTravelInfo tr td {
        font-weight: 700
    }

.searchPopPaxInfoMain {
    margin: 0 auto;
    width: 100%;
    float: left
}

.serchpoppaxinfodtls {
    width: 34%;
    padding: 0 13px;
    float: left
}

.searchPopPaxInfo table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto
}

.searchPopPaxInfo tr td {
    font-weight: 400;
    font-size: 12px
}

.searchPopPaxInfo div table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 14px auto
}

.alert_r {
    color: #B74A4F;
    margin: 10px 0
}

.mytrip_pnrwrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.mytrip_pnr {
    background: #EBEEFD;
    border-radius: 10px;
    color: #4B4F50;
    margin: 10px 0 20px;
    padding: 10px
}

.mytrip_pnrbtn,
.mytrip_pnrtxt {
    padding: 7px 10px;
    margin-top: 10px
}

.mytrip_pnrnew1 {
    font-weight: 700;
    margin: 10px 0 0;
    width: 400px
}

.cs_subhead {
    font-family: Arial, Helvetica, sans-serif
}

.mytrip_pnrtxt {
    border: 1px solid #C3D0E1;
    font-size: 14px;
    width: 35%
}

.mytrip_pnrbtn {
    cursor: pointer;
    font: 700 12px Arial
}

.mytrip_share {
    color: #0D0D0D;
    font-size: 14px;
    padding: 10px 0;
    text-align: right
}

.cs_heading,
.cs_subhead,
.mytrip_creditR {
    text-align: center
}

.mytrip_fshare,
.mytrip_inshare,
.mytrip_tshare {
    background-image: url(/images/v2/common/sprite_booking.gif);
    display: inline-block;
    height: 22px;
    vertical-align: middle;
    width: 22px
}

.mytrip_fshare {
    background-position: -1px -321px
}

.mytrip_tshare {
    background-position: -25px -321px
}

.mytrip_inshare {
    background-position: -52px -321px
}

.mytrip_share strong {
    color: #1F1F1F;
    float: left;
    font-size: 16px
}

.mytrip_passDetail {
    background: #DCE9F2;
    border-radius: 5px;
    color: #2981A9;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px
}

    .mytrip_passDetail .dated {
        color: #046298;
        float: left;
        font-family: "Trebuchet MS", Helvetica;
        font-size: 38px;
        padding: 5px;
        width: 82px
    }

        .mytrip_passDetail .dated i {
            color: #2981A9;
            display: block;
            font-size: 17px;
            font-style: normal;
            line-height: 15px;
            margin-top: 10px
        }

        .mytrip_passDetail .dated b {
            color: #2981A9;
            display: block;
            font-size: 12px;
            font-style: normal
        }

    .mytrip_passDetail .airDet {
        color: #2981A9;
        float: left;
        margin-top: 12px;
        padding-left: 35px;
        width: 216px
    }

        .mytrip_passDetail .airDet span {
            display: block
        }

    .mytrip_passDetail .seat-requests span {
        display: inline
    }

    .mytrip_passDetail p {
        background: #FFF;
        float: right;
        height: 44px;
        padding: 12px 14px
    }

.mytrip_creditR {
    background: url(/images/v2/common/credit.jpg) -207px top no-repeat;
    color: #B3B3B3;
    float: right;
    margin-right: 90px;
    margin-top: -45px;
    padding-top: 168px;
    width: 187px
}

    .mytrip_creditR a {
        font-size: 11px
    }

.myTrip_overLay {
    background: #FFF;
    border: 2px solid #5E9BCF;
    border-radius: 6px;
    color: #1D69C1;
    font-size: 22px;
    height: 360px;
    left: 50%;
    margin-left: -400px;
    margin-top: -150px;
    padding: 30px 50px;
    top: 50%;
    width: 700px;
    z-index: 999
}

a.mytrip_edit {
    background: #2762B0;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
    padding: 4px 10px
}

.errorlist {
    color: #F0070D
}

.mytrip_canceltkt {
    padding: 5px;
    width: 200px
}

.travelHistroy {
    background-color: #A1B2B9;
    color: #FFF;
    font-weight: 700;
    margin-top: 10px;
    padding: 5px;
    width: 200px
}

.upcomingDeatil {
    border: 1px solid #9BA6AC;
    padding: 5px
}

.upcomingtabular td,
.upcomingtabular th {
    padding: 5px
}

.etr-blue-cs_heading,
.etr-green-cs_heading,
.etr-indigo-cs_heading,
.etr-none-cs_heading,
.etr-orange-cs_heading,
.etr-red-cs_heading,
.etr-violet-cs_heading,
.etr-yellow-cs_heading {
    font-size: 24px;
    font-weight: 700;
    padding: 5px 0 0;
    text-align: left
}

.etr-blue-cs_subhead,
.etr-green-cs_subhead,
.etr-indigo-cs_subhead,
.etr-none-cs_subhead,
.etr-orange-cs_subhead,
.etr-red-cs_subhead,
.etr-violet-cs_subhead,
.etr-yellow-cs_subhead {
    font-size: 16px;
    padding: 5px 0 10px;
    text-align: left
}

.etr-none-cs_heading,
.etr-none-cs_subhead {
    color: #000
}

.etr-violet-cs_heading,
.etr-violet-cs_subhead {
    color: violet
}

.etr-indigo-cs_heading,
.etr-indigo-cs_subhead {
    color: indigo
}

.etr-blue-cs_heading,
.etr-blue-cs_subhead {
    color: #00529b
}

.etr-green-cs_heading,
.etr-green-cs_subhead {
    color: teal
}

.etr-yellow-cs_heading,
.etr-yellow-cs_subhead {
    color: #bdb76b
}

.etr-orange-cs_heading,
.etr-orange-cs_subhead {
    color: orange
}

.etr-red-cs_heading,
.etr-red-cs_subhead {
    color: #ff4500
}

.cs_unable {
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 2px
}

.cnct_no {
    color: #333
}

.cs_tltpwrp {
    margin-left: 250px;
    margin-top: -24px
}

.cs_tltp {
    background-color: #333;
    color: #FFF;
    float: left;
    height: 73px;
    padding: 10px;
    width: 242px
}

a.cs_hlpicnover:hover .cs_tltpwrp {
    display: block
}

.dn,
.resmenicon {
    display: none
}

.cs_hloverimg {
    padding-left: 5px;
    padding-right: 10px
}

.travel {
    padding: 15px 0 50px;
    width: 100% !important
}

.auMainWrapN {
    margin: 0 auto;
    padding: 0;
    max-width: 886px;
    width: 100%
}

.auMainContN {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    float: left;
    margin: 0;
    padding: 24px;
    width: 100% !important;
    height: 520px
}

#id_email,
#id_password,
#id_password1,
#id_password2,
#id_username {
    border-color: #ABADB3 #E3E9EF #E3E9EF;
    border-style: solid;
    border-width: 1px;
    font-family: Arial;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 29px;
    line-height: normal;
    padding: 2px;
    width: 415px
}

.travellerDet {
    border-bottom: 1px solid #DCDCDC;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%
}

.h1td {
    padding-left: 5px
}

#fbconnectBtn {
    cursor: pointer
}

.navres {
    border: 1px solid transparent;
    background: url(../images/resmenu.png);
    width: 42px;
    height: 30px;
    border-radius: 3px;
    margin: 10px 5px 10px 0
}

.icon-bar,
.resmeniconb,
.webwidget_slideshow_dot ul li a {
    display: block
}

.icon-bar {
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #222;
    margin-bottom: 2px
}

#fb_tooltip {
    background-color: #FFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    color: #000;
    height: auto;
    margin: 8px 0 0 -44px;
    padding: 7px;
    width: 358px
}

.fb_psswd,
.fb_psswdnew {
    padding: 10px 0;
    overflow: hidden
}

.fb_tooltpimg {
    height: 8px;
    margin: -18px 0 0 55px;
    width: 18px
}

.fb_toolhead {
    font-size: 16px;
    font-weight: 700;
    overflow: hidden
}

#fb_showtooltip {
    color: #00529B;
    cursor: pointer
}

.fb_lrnmr {
    overflow: hidden
}

.fb_psswd {
    width: 100%
}

.webwidget_slideshow_dot {
    padding: 0;
    margin: 0;
    position: relative;
    font-family: Arial, Sans-Serif;
    font-size: 13px
}

    .webwidget_slideshow_dot a:hover {
        text-decoration: underline
    }

#holder ul li a,
#template-styles a,
.cnt-btn a,
.divpouplogin__tabs li a,
.sort li a {
    text-decoration: none
}

.webwidget_slideshow_dot .slides_box {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute
}

.webwidget_slideshow_dot .title_thumb_box {
    width: 100%;
    position: absolute;
    bottom: 0
}

    .webwidget_slideshow_dot .title_thumb_box .title_box {
        padding: 5px
    }

    .webwidget_slideshow_dot .title_thumb_box .thumb_box {
        text-align: center;
        height: 25px
    }

        .webwidget_slideshow_dot .title_thumb_box .thumb_box span {
            margin-right: 5px;
            margin-left: 5px
        }

            .webwidget_slideshow_dot .title_thumb_box .thumb_box span img {
                cursor: pointer
            }

.webwidget_slideshow_dot img {
    padding: 0;
    margin: 0;
    border: none
}

.webwidget_slideshow_dot ul {
    padding: 0;
    margin: 0;
    position: absolute;
    list-style: none
}

    .webwidget_slideshow_dot ul li {
        padding: 0;
        margin: 0;
        float: left
    }

.search-left h3 {
    font-size: 13px;
    margin: 0;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-top: 12px;
    text-align: left
}

.search-left h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left
}

.find-btn {
    clear: both;
    float: right;
    height: 40px !important;
    margin-right: 12px
}

.filter_item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    float: left;
    font-size: 120%;
    min-height: 20px;
    padding: 7px 15px 1px;
    position: relative
}

.b-h-f-head,
.b-h-f-head i {
    font-size: 21px;
    padding: 0;
    position: relative;
    text-align: left;
    border: 0 solid #616161;
    font-weight: 400;
    color: #FFF !important;
    background-color: #fff;
    background-image: -webkit-linear-gradient(left, #43264e, #ea2331);
    background-image: -moz-linear-gradient(left, #43264e, #ea2331);
    background-image: -ms-linear-gradient(left, #43264e, #ea2331);
    background-image: -o-linear-gradient(left, #43264e, #ea2331);
    background-image: linear-gradient(to right, #000, #000000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    float: left;
    margin: 10px 0
}

    .b-h-f-head i {
        float: left;
        font-size: 20px;
        padding-right: 6px;
        position: relative;
        top: 0;
        margin: 6px 0
    }

.b-h-f-flds {
    margin: 1px 0;
    font-size: 11px
}

.b-h-f-flds_select {
    width: 200px;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #CCC
}

.b-h-f-flds label {
    line-height: 20px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: 130px center;
    color: #000
}

.slf-cnt {
    margin: 0
}

    .slf-cnt a {
        font-size: 11px;
        color: #555
    }

    .slf-cnt label {
        float: left;
        font-size: 11px;
        line-height: 18px;
        width: 150px
    }

    .slf-cnt input[type=checkbox] {
        display: block;
        float: left;
        width: 25px
    }

.plc-list {
    font-size: 13px;
    margin: 0 0 0 6px;
    padding: 0;
    width: 160px;
    text-align: left
}

#navbar,
.content {
    width: 1000px
}

.plc-list li {
    background-image: url(../images/right-mark.gif) !important;
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding-left: 20px;
    padding-bottom:17px;
}

.search-right {
    float: right;
    min-height: 500px;
    margin-right: 30px;
    position: relative
}

.b-h-fname {
    float: left;
    margin-right: 26px;
    padding-left: 19px;
    padding-bottom: 8px
}

.book-htl-fnl h2 {
    font-size: 21px;
    color: #666;
    line-height: 36px;
    margin-top: 6px
}

.fnl-trip-dtls {
    margin-bottom: 0;
    position: relative
}

.content {
    margin: 0 auto;
    padding: 20px 0
}

.b-h-email {
    float: left;
    margin-right: 49px;
    padding-left: 19px
}

.fnl-trip-dtls-cnt {
    min-height: 50px;
    padding: 0 0 20px;
    text-align: left
}

    .fnl-trip-dtls-cnt ul {
        margin: 0;
        padding: 0
    }

    .fnl-trip-dtls-cnt li {
        float: left;
        line-height: 17px;
        list-style: none;
        text-align: left
    }

.gap {
    height: 10px
}

.search-right h1 {
    color: #006BA3;
    margin-bottom: 10px;
    font: 25px/1.2em DINBek, Arial, Helvetica, sans-serif;
    margin-top: 0;
    text-align: left
}

.f-t-d-img {
    float: left;
    width: 70px
}

.togle-trip-dtls {
    font-size: 11px;
    margin-top: 10px;
    padding: 5px;
    text-align: left
}

.maindiv_err {
    text-align: center;
    margin-bottom: 25px;
    margin-top:45px;
}
    
.maindiv_err .btn-primary {
        background-color: #ff5c60 !important;
        border-color: #ff5c60 !important;
        padding:2px 10px !important;
        border-radius:6px !important;
        font-size:15px;
        font-weight:700;
        margin-top:15px;
    }
    .maindiv_err img {
       height:100px;
    }
    .maindiv_err .btn-primary::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 19px solid #ff5c60;
        /*top: -15px;
        left: 20%;*/
        clear: both;
        margin-top: -22px;
    }

    .ui-button-text-only a {
        -moz-background-clip: border-box;
        -webkit-background-clip: border-box;
        -khtml-background-clip: border-box;
        background-clip: border-box;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        cursor: pointer;
        width: auto;
        overflow: visible;
        font-weight: 700;
        font-size: 13px;
        text-shadow: none;
        color: #fff;
        padding: .4em .95em .45em;
        border: 1px solid transparent;
        background-color: #e64e01;
        border-radius: 3px
    }

.right-section,
.width-size {
    overflow: hidden
}

.nav-arrows {
    bottom: 10px;
    color: #000;
    cursor: pointer;
    font-size: 22px;
    left: 96%;
    opacity: .7;
    padding: 7px;
    position: fixed;
    text-align: center;
    white-space: nowrap
}

.hidden {
    display: none
}

.sort,
.sort-by span {
    float: left;
    display: block
}

.ewrapper {
    width: 96% !important;
    margin: 0 auto !important;
    max-width: 1130px !important
}

.mytrip_cont,
.sort-by {
    width: 100%
}

.div_sorting {
    background: #F1F1F1 !important
}

.sort {
    border-right: 1px solid #ccc
}

    .sort li {
        float: left;
        border-left: 1px solid #ccc;
        padding: 5px;
        position: relative;
        list-style: none
    }

        .sort li a {
            color: #000;
            font-size: 1.2em !important;
            background-position: 58px;
            padding-right: 15px;
            font-weight: 600
        }

.sort-by {
    float: left;
    margin: 4px 0 20px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .4);
    background: -ms-linear-gradient(top, #fafafa 0, #e5e5e5 100%);
    background: -moz-linear-gradient(top, #fafafa 0, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #FFF));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5', GradientType=0);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

    .sort-by span {
        padding: 0 20px;
        font-size: 1.4em;
        line-height: 27px;
        font-weight: 700;
        color: #767676
    }

.chng-trip {
    display: block !important
}

.search-left-inner input[type=radio] {
    margin: 5px
}

.arrow_greater {
    margin-top: 10px !important;
    font-size: 1.5em !important;
    color: #878787 !important
}

.right-section {
    float: right;
    width: 79%;
    height: auto;
    padding: 2px
}

.left-section {
    float: left;
    width: 21%;
    height: auto;
    text-align: left;
    cursor: pointer;
    display: none
}

#template-styles {
    color: #333;
    position: relative !important;
    float: right;
    border: none !important;
    text-align: left !important
}

    #template-styles a {
        margin: 0;
        padding: 0
    }

    #template-styles span {
        font-size: 1em;
        font-weight: 700
    }

.s-s-icon {
    height: 26px;
    width: 27px;
    padding-left: 6px;
    padding-top: 7px
}

.md-modal {
    backface-visibility: hidden;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    visibility: hidden;
    z-index: 8
}

.md-content {
    position: relative
}

.md-show {
    visibility: visible
}

.md-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 5
}

.md-show ~ .md-overlay {
    background: #000;
    opacity: .6;
    visibility: visible
}

#login-modal .md-content {
    height: 400px;
    width: 735px
}

#login-modal1 .md-content,
#login-modal2 .md-content {
    height: 175px;
    width: 750px
}

#confirm-modal .md-content {
    height: 135px;
    width: 318px
}

.md-modal .close {
    background: url(../images/base.png) no-repeat rgba(0, 0, 0, 0);
    height: 41px;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 41px
}

.md-show.md-effect-10 .md-content {
    opacity: 1;
    transform: rotateX(0)
}

.md-modal .md-content {
    background: #fff;
    border-radius: 5px;
    height: 450px;
    width: 800px
}

.md-modal .tab-links {
    border-bottom: 1px solid #d1d1d1;
    padding: 25px 30px 0;
    text-align: left
}

#login-modal .pane-tab,
#login-modal1 .pane-tab {
    padding: 10px 40px
}

.bci-1,
.bci-2 {
    padding-right: 8px
}

.contactDetails,
.detailsBox {
    width: 750px
}

    .contactDetails h2,
    .detailsBox h2,
    .itinerarySec h2 {
        width: 734px
    }

.bci-1 {
    width: 280px
}

.bci-2 {
    width: 271px
}

.bci-3 {
    width: 130px
}

.signinOverlay {
    background: #FFF;
    height: 275px;
    left: 13%;
    margin-top: 5px;
    padding: 0;
    top: 20%;
    width: 750px;
    text-align: left
}

    .signinOverlay .head {
        color: #333;
        font-size: 20px;
        font-weight: 400
    }

    .signinOverlay .left {
        color: #757374;
        display: block;
        float: left;
        height: 270px;
        margin-top: 5px;
        width: 275px;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif
    }

        .signinOverlay .left input {
            margin: 3px 0
        }

        .signinOverlay .left strong {
            color: #262626;
            display: block;
            font-size: 14px;
            margin-bottom: 10px;
            margin-top: 5px
        }

        .signinOverlay .left .forgot {
            float: right;
            font-size: 11px;
            font-weight: 700;
            margin-top: 5px
        }

        .signinOverlay .left .loginBut {
            background: #2E66B3;
            border: 1px solid #013D7B;
            border-radius: 5px;
            box-shadow: 0 2px 0 -1px #84C4F4 inset;
            color: #FFF;
            font: 700 11px Arial;
            margin: 0 !important
        }

#seattitle,
#seattitlehide,
.auMainContNform,
.etr-base-cs_subhead {
    font-family: Arial, Helvetica, sans-serif
}

#id_password,
.signinOverlay #id_username {
    width: 258px
}

.signinOverlay .sign_up {
    overflow: hidden;
    padding-top: 20px;
    width: 100%
}

.signinOverlay .save_time {
    display: block;
    font-size: 13px;
    padding: 10px 0
}

.signinOverlay .left .loginBut {
    cursor: pointer;
    float: left;
    margin-left: 4px;
    margin-top: 10px;
    padding: 5px 20px
}

.signinOverlay .right {
    border-left: 1px dotted #E0E0E0;
    color: #000;
    float: right;
    padding: 0 0 0 62px;
    position: relative;
    width: 375px
}

    .signinOverlay .right em {
        background: #FFF;
        border: 1px solid #DBDBDB;
        border-radius: 20px;
        font-style: normal;
        left: -20px;
        padding: 10px;
        position: absolute;
        top: 60px
    }

.signinOverlay #signinErr {
    color: red;
    font-weight: 700;
    padding: 5px 0 0 25px;
    text-align: left
}

.signinOverlay .errorlist {
    margin-top: 2px;
    padding: 5px 0 0
}

.ui-table {
    margin-left: 60px
}

.contact-main {
    border: 1px solid #CCC;
    border-radius: 10px;
    float: left;
    padding: 12px;
    max-width: 1000px;
    width: 100%
}

.contact-content {
    border: 1px solid #CCC;
    float: left;
    padding: 2px;
    width: 55%
}

.cnt-head-inner {
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 310px
}

.cnt-address,
.cnt-address1 {
    height: 119px;
    padding: 5px;
    border-bottom: 1px solid #2A92DF;
    margin: 0 5px
}

.cnt-address1 {
    height: 80px
}

.cntus-tab {
    border-radius: 15px;
    padding: 7px;
    text-align: left;
    font-size: 14px
}

#divimgdiv {
    width: 100%;
    margin-top: 20%
}

.cnt-map-left {
    float: right;
    margin-left: 3px;
    text-align: left;
    width: 44%;
    border: 1px solid #CCC;
    min-height: 470px
}

.cnt-btn {
    background: url(images/click-for-bg.jpg) rgba(0, 0, 0, 0);
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    display: block;
    height: 21px;
    margin-bottom: 11px;
    padding: 5px 10px;
    position: relative
}

#apcontent,
#navbar,
.stick {
    margin: 0 auto
}

.cnt-btn a {
    color: #2175C1;
    font-weight: 700;
    left: 30px;
    line-height: 20px;
    position: absolute
}

#apcontent table {
    width: 800px;
    text-align: justify;
    padding: 0;
    margin: 1px -18px 0;
    border-top: solid 1px #dde6ee;
    border-left: solid 1px #dde6ee
}

#apcontent td {
    padding-left: 12px;
    border-right: solid 1px #dde6ee;
    border-bottom: solid 1px #dde6ee
}

#holder {
    height: 27px;
    width: 534px;
    padding-left: 3px
}

    #holder ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        #holder ul li a {
            float: left;
            margin-right: 5px;
            color: #000;
            padding: 5px;
            width: 156px
        }

        #holder ul li.selected a {
            background: #F90;
            color: #FFF;
            text-shadow: 1px 1px 1px #000
        }

#seattitlehide {
    display: none;
    width: 77%
}

.auMainContNform {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    float: left;
    margin: 0;
    padding: 24px;
    width: 835px;
    height: 700px;
    font-size: 14px;
    color: gray
}

.etr-base-cs_subhead {
    font-size: 14px
}

.ui-dialog {
    left: 250px !important;
    top: 120px !important;
    position: fixed
}

.ui-sendquery {
    width: 50%
}

#map-canvas {
    padding: 18px
}

#ContentPlaceHolder1_Iframe1 {
    width: 100% !important;
    height: 400px !important
}

@media screen and (max-width:1280px) {
    .regOverlay .right {
        width: 270px;
        margin-top: 0;
        font-size: 15px
    }

    .regOverlay .left {
        width: 437px
    }

    .contactDetails,
    .detailsBox {
        width: 750px
    }

        .contactDetails h2,
        .detailsBox h2,
        .itinerarySec h2 {
            width: 734px
        }
}

@media screen and (max-width:1040px) {
    .detailsBox {
        width: 734px
    }

        .detailsBox h2 {
            width: 718px
        }

    .ui-dialog {
        left: 182px !important;
        top: 100px !important
    }
}

@media screen and (max-width:768px) {
    .divmain,
    .ecibox input,
    .ecibox select {
        width: 100% !important
    }

    .myName,
    .stickfrls {
        position: relative !important;
        left: 0 !important
    }

    .divmain .divsubmain {
        top: 0 !important
    }

    #hideGSTUI,
    div#hidePDT,
    div#hideUI {
        padding: 15px !important
    }

    .b-h-f-flds label {
        line-height: 14px;
        width: 100%;
        text-align: left
    }

    .pasportdtils {
        width: 100% !important;
        margin: 0 0 8px !important
    }

    #hidePD {
        padding: 3% !important
    }

    .myName {
        float: left;
        width: 100%;
        line-height: 40px;
        font-weight: 700;
        text-align: left !important;
        padding-right: 15px
    }

    .stickfrls {
        right: 0 !important
    }

    #serviceslider {
        margin: 6px auto !important
    }

    .registerhead {
        padding: 6px !important
    }

    table#progressbarinfo tr td {
        font-size: 11px !important;
        padding: 3px 0
    }

    #progressbarinfo {
        margin-top: 8px !important
    }

    .resmenicon {
        display: block
    }

    .resmeniconb {
        display: none
    }

    .left-section {
        width: 100%;
        display: block
    }

    .search-left {
        min-height: 0;
        width: 100%;
        float: left !important
    }

    .right-section {
        width: 100%;
        float: left
    }

    #showfiltersid {
        display: block !important
    }

    #showfilters,
    #template-styles,
    .chng-trip {
        display: none
    }

    .auMainContN,
    .auMainContNform {
        width: 586px
    }

    .signinOverlay {
        width: 600px
    }

        .signinOverlay .right {
            width: 256px
        }

    .cnt-map-left {
        margin-right: 10%
    }

    #divimg {
        width: 107%
    }

    #navbar {
        width: 589px
    }

    #apcontent table {
        width: 608px
    }

    .ui-dialog {
        left: 11px !important;
        width: 620px !important
    }

    .indiv {
        margin-top: 15px
    }
}

@media screen and (max-width:600px) {
    .resmenicon {
        display: block
    }

    .resmeniconb {
        display: none
    }

    .left-section {
        width: 100%;
        display: block
    }

    .search-left {
        min-height: 0;
        width: 100%;
        float: left !important
    }

    .right-section {
        width: 100%;
        float: left
    }

    #showfiltersid {
        display: block !important
    }

    #cntfnd,
    #prvnxt,
    #showfilters,
    #template-styles,
    .chng-trip {
        display: none
    }

    .auMainContN,
    .auMainContNform {
        width: 476px
    }

    .auMainContNform {
        height: 750px
    }

    .cnt-map-left {
        margin-right: -3%
    }

    #navbar {
        width: 486px
    }

    #apcontent table {
        width: 511px
    }
}

@media screen and (max-width:568px) {
    .md-modal {
        width: 87% !important;
        margin-left: 0 !important;
        left: 19px !important;
        max-width: 294px
    }

    #login-modal1 .md-content {
        width: 100% !important
    }

    .resmenicon {
        display: block
    }

    .resmeniconb {
        display: none
    }

    .left-section {
        width: 100%;
        display: block
    }

    #cntfnd,
    #divflow,
    #prvnxt,
    #showfilters,
    #template-styles,
    .chng-trip {
        display: none
    }

    .search-left {
        min-height: 0;
        width: 100%;
        float: left !important
    }

    .right-section {
        width: 100%;
        float: left
    }

    #showfiltersid {
        display: block !important
    }

    .cs_subhead {
        width: 390px
    }

    #fb_tooltip {
        width: 300px
    }

    .auMainContN,
    .auMainContNform {
        width: 389px
    }

    .mytrip_pnrnew {
        margin: 10px 0 0
    }

    .cntus-tab {
        width: 424px
    }

    #divimg {
        width: 73%
    }

    .cnt-map-left {
        margin-right: -7%
    }

    #navbar {
        width: 400px
    }

    #apcontent table {
        width: 423px
    }
}

@media screen and (max-width:480px) {
    .left-section,
    .right-nav,
    .search-left {
        width: 100%
    }

    .resmenicon {
        display: block
    }

    .resmeniconb {
        display: none
    }

    .left-section,
    .right-nav li a {
        display: block
    }

    .search-left {
        min-height: 0;
        float: left !important
    }

    .right-section {
        width: 100%;
        float: left
    }

    #showfiltersid {
        display: block !important
    }

    #cntfnd,
    #prvnxt,
    #showfilters,
    #template-styles,
    .chng-trip {
        display: none
    }

    .cs_subhead {
        width: 260px
    }

    .rbtnstyles {
        width: 334px
    }

    .regOverlay .right {
        left: -51%
    }

    .auMainContN,
    .auMainContNform {
        width: 324px
    }

    .auMainContNform {
        height: 837px
    }

    .mytrip_pnrnew {
        width: 335px
    }

    #navbar {
        width: 386px
    }
}

@media screen and (max-width:415px) {
    .resmenicon {
        display: block
    }

    .resmeniconb {
        display: none
    }

    .wrapper {
        width: 100%;
        margin: 0 auto
    }

    .left-section {
        width: 100%;
        display: block
    }

    .search-left {
        min-height: 0;
        width: 100%;
        float: left !important
    }

    .right-section {
        width: 100%;
        float: left
    }

    #showfiltersid {
        display: block !important
    }

   

    .sort li {
        width: auto !important
    }

        .sort li a {
            background: 0 0;
            padding: 0
        }

    .regOverlay .left {
        width: 293px
    }

    #fb_tooltip {
        width: 286px
    }

    .auMainContN,
    .auMainContNform {
        width: 298px
    }

    .auMainContNform {
        height: 904px
    }

    .mytrip_pnrnew {
        width: 260px
    }

    .regOverlay .save_time {
        margin-top: 9px
    }

    .ui-table {
        margin-left: 20px
    }

    .cntus-tab {
        width: 262px
    }

    .cnt-map-left {
        float: left
    }

    #complaints {
        padding-top: 24px
    }

    #navbar {
        width: 311px
    }

    #apcontent table {
        width: 343px
    }

    #seattitlehide {
        width: 160%;
        margin-left: -40%
    }

    .etr-base-cs_subhead {
        padding-left: 8%
    }

    .spantextwidth {
        width: 74% !important
    }
}

@media screen and (max-width:320px) {
    .footer ul li,
    .left-section {
        display: block
    }

    .cnt-btn a {
        left: 25px !important
    }

    .cntus-tab span.cnt-btn {
        width: auto !important
    }

    .foot,
    .left-section,
    .right-nav,
    .search-left,
    .wrapper {
        width: 100%
    }

    .foot {
        float: left
    }

    .wrapper {
        margin: 0 auto
    }

    .search-left {
        min-height: 0;
        float: left !important
    }

    .right-section {
        width: 100%;
        float: left
    }

    #showfiltersid {
        display: block !important
    }

    #cntfnd,
    #prvnxt,
    #showfilters,
    #template-styles,
    .chng-trip {
        display: none
    }

    .cnt-btn {
        padding: 5px 2px
    }
}

.col-sm-3div {
    float: left;
    width: 33%
}

.col-sm-4div {
    float: left;
    width: 50%
}

.divrowdiv {
    padding: 2% 0 7px 14%;
    overflow: hidden !important
}

#contentdiv {
    padding: 20px 2px
}

#tab-containerdiv {
    float: left;
    width: 126px
}

    #tab-containerdiv ul {
        list-style: none;
        text-align: center;
        cursor: pointer
    }

        #tab-containerdiv ul li {
            background-color: #ddd;
            padding: 8px;
            margin-bottom: 10px;
            cursor: pointer;
            color: #666;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-bottomleft: 5px;
            -webkit-border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            border-width: 1px 0 2px 1px;
            border-style: solid;
            border-color: #C5C1C1
        }

            #tab-containerdiv ul li a,
            #tab-containerdiv ul li a:visited {
                text-decoration: none;
                color: #666;
                display: block;
                padding: 15px 5px
            }

.pgimg,
.pgselctimg img {
    padding: 6px;
    border-radius: 0px;
    position: relative;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)*/
    }

#tab-containerdiv ul li a:hover {
    color: #000
}

#tab-containerdiv ul li.selected {
    color: #446eb2 !important;
    background-color: #FFF !important
}

.pgimg {
    font-size: 9px;
    background: #FFF;
    border: 1px solid #ededed;
    /*box-shadow: 0 0 5px #ECEBE5, 0 0 0 #B6A3A3, 0 9px 10px rgba(0, 0, 0, .4), inset 0 2px 9px rgba(255, 255, 255, .2), inset 0 -2px 9px rgba(0, 0, 0, .2)*/
}

.pgselctimg img {
    /*background: #E6E0F8;
    box-shadow: 0 0 20px #FFF, 0 0 0 #F8F7F0, 0 6px 5px rgba(0, 0, 0, .4), inset 0 2px 9px rgba(255, 255, 255, .2), inset 0 -2px 9px rgba(0, 0, 0, .2) !important;*/
}

div#ContentPlaceHolder1_rblcode div {
    width: 33%;
    float: left
}

label.walletspan {
    background-image: none
}

.walletspan img {
    padding-left: 2px;
    height: 32px;
    width: 80%
}

#main-containerdiv {
    min-height: 370px;
    margin: 0 0 0 125px;
    padding: 20px;
    width: 500px;
    background-color: #fff;
    border: 1px solid #ccc
}

#Paymentimage,
#agentimage,
#depositeimage,
#ebsimage,
#mobikwikimg,
#payuimag,
#payumoneyimag,
.paymentimages {
    width: auto;
    float: left;
    padding: 5px 8px
}

.backgroundapply {
    background-color: #DDD;
    border-radius: 6%
}

.backgroundremove {
    background-color: none;
    border-radius: 0
}

.etr_contacimg {
    width: 39px;
    height: 42px;
    background: url(/images/contactimg.png) -58px -131px;
    display: block;
    float: left;
    margin-top: 5%
}

.spantextwidth {
    width: 82%;
    margin-top: 4%;
    padding-left: 3%
}

.etr_contactEmailID,
.etr_contactNumber {
    width: 39px;
    height: 42px;
    float: left;
    margin-top: 5%;
    display: block
}

.etr_contactNumber {
    background: url(/images/contactimg.png) -56px -180px
}

.etr_contactEmailID {
    background: url(/images/contactimg.png) -54px -93px
}

#divnotetext {
    width: 100%;
    float: left;
    font-size: 13px;
    padding: 3%
}

.str_mailicon,
.str_smsicon {
    height: 14px;
    background-repeat: no-repeat;
    float: left;
    width: 25%;
    cursor: pointer
}

#ptextcolor {
    text-align: left;
    float: left;
    color: #21D0FD;
    font-weight: 700
}

#ptextmatter {
    text-align: left;
    font-weight: 400;
    color: #838080
}

.str_mailicon {
    background-image: url(../images/mail_ico.png)
}

.str_smsicon {
    background-image: url(../images/sms_ico.png)
}

.error,
.error_border {
    border: 2px solid red
}

#Recenthistroy li,
#divnotificationoffer ul li {
    border-bottom: 1px solid #ebeef2;
    position: relative
}

#divpopupflightsclose {
    float: right;
    position: absolute;
    top: -19px;
    width: 100%;
    z-index: 1;
    left: 11px;
    cursor: pointer
}

.divcokieesdisplay {
    width: 25%;
    text-align: left;
    float: left
}

.hitresult {
    float: left;
    width: 100%
}

#divCookies,
#divnotificationoffer {
    display: block;
    margin: 0;
    position: relative;
    width: 315px;
    z-index: 8;
    float: left
}

.str_oneway,
.str_roundway {
    background-image: url(../images/arrowsboth.png);
    height: 11px;
    background-repeat: no-repeat;
    width: 16%;
    float: left;
    cursor: pointer
}

.str_oneway {
    background-position: -1px -4px
}

.str_roundway {
    background-position: -53px -3px
}

.divhotelcokieesdisplay {
    width: 100%;
    padding: 2%;
    text-align: left;
    float: left
}

#Recenthistroy li a,
.divnotictionsection,
.spnnotificationdetails {
    display: block;
    padding: 7px 0 7px 10px;
    min-height: 41px
}

.spnhotelarea {
    width: 24%;
    float: left
}

#divCookies header {
    background: #38393e;
    height: 60px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 58px;
    text-align: center
}

#Recenthistroy li {
    display: block;
    float: left;
    width: 100%
}

    #Recenthistroy li .divrecentcokiee {
        overflow: hidden;
        width: 100%
    }

.spnarea {
    font-size: 14px;
    color: #f58220;
    display: block;
    margin: 0 0 2px
}

.spnarea1 {
    font-size: 12px;
    color: #38393e;
    display: block;
    line-height: 1
}

#divnotificationoffer header,
.divnotioffer {
    height: 60px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}

.spnhotelarea1 {
    width: 60%;
    float: left
}

#divnotificationoffer header {
    background: #38393e;
    color: #fff;
    font-size: 12px
}

#divnotificationoffer ul li {
    display: block;
    float: left;
    width: 100%
}

.stick,
.stick2 {
    position: fixed
}

#divnotificationoffer ul li .divnotictionsection .spnnotificationname {
    font-size: 12px;
    color: #f58220;
    display: block;
    margin: 0 0 7px
}

#divnotificationoffer ul li .divnotictionsection .spnnotificationdetails {
    font-size: 17px;
    color: #000;
    display: block;
    margin: 0 0 7px
}

.divnotioffer {
    color: #fff;
    font-size: 12px
}

.fdiv i,
.fdiv li a,
div#dasl span {
    line-height: 20px
}

#divnotificationoffer .divnotioffer li {
    width: 48%
}

.clscopanshow {
    float: left;
    border-bottom: 2px solid #000;
    width: 100%;
    padding-left: 0;
    margin-top: -2%
}

    .clscopanshow ul li {
        display: inline;
        padding: 3%;
        font-size: 16px;
        float: left;
        cursor: pointer;
        width: 8%
    }

div#dasl span,
ul#dbtnreports li a {
    font-weight: 600;
    display: inline-block;
    color: #38393e !important
}

.clscopanshow span {
    float: right;
    font-size: 12px;
    padding: 1%
}

.clscopanshow1 {
    float: left;
    padding: 2%;
    border-top: 2px solid #000;
    width: 95%;
    background-color: #fff
}

.Coupandetaislilslist {
    float: left
}

#divcopancodedata {
    width: 98%;
    float: left;
    padding: 1%;
    height: 472px;
    overflow: auto
}

.coupanbackgroundshow {
    width: 60%;
    float: left;
    position: fixed;
    background-color: #fff;
    opacity: 1;
    z-index: 500;
    min-height: 500px
}

.divcoupanofferlabel {
    text-align: center;
    cursor: pointer;
    padding: 4%
}

.divcoupanbox {
    padding: 2%;
    float: left
}

.divspncoupancount {
    float: left;
    font-size: 20px
}

.divcoupanlabellist {
    width: 23%;
    padding: 1%;
    font-size: 14px;
    cursor: pointer
}

#divcloseimgcoupan {
    margin-top: -2%;
    margin-left: 8%;
    width: 94%;
    cursor: pointer
}

.divextra {
    width: 100%;
    margin-top: 10px
}

.divcpn,
.divtrvlkit {
    width: 102px;
    border: 1px solid #d5d5d5;
    box-shadow: 10px 5px 5px #d5d5d5;
    float: left;
    cursor: pointer
}

.divtrvlkit {
    margin-right: 3px
}

.cpnimg,
.trvlkitimg {
    width: 100%;
    height: 100px
}

tr#trheading p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 2px solid #EEE;
    height: 25px;
    vertical-align: middle
}

#tabwidemail {
    width: 400px
}

#MailPopupDiv {
    margin-top: -150px;
    margin-left: -140px
}

.ldgifemail {
    opacity: 1;
    z-index: 180
}

@media screen and (max-width:415px) {
    #tabwidemail {
        width: 99% !important;
        height: 220px
    }

    .success {
        width: 100% !important
    }
}

.cpndiv {
    float: left;
    width: 100%
}

div#divcopancodedata ul li {
    list-style: none
}

.stick {
    top: 40px;
    width: 67% !important;
    z-index: 99;
    left: 25.5%;
    margin-bottom: 0 !important
}

.stick2 {
    top: 0;
    width: 100% !important;
    margin: 0 auto;
    z-index: 10;
    left: 0;
    background: #fff !important;
    padding-top: 10px
}

.travicon {
    width: 40px;
    float: left;
    left: 0
}

#traviconImg {
    width: 30px
}

.travpdlf {
    padding-left: 48px
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media screen and (max-width:1024px) {
    .stick,
    .stick2 {
        width: 90% !important;
        left: 20px !important
    }
}

@media screen and (max-width:960px) {
    .search-left.left-search {
        width: 100% !important
    }
}

@media screen and (max-width:670px) {
    .search-left.left-search {
        width: 100% !important
    }

    #divflow {
        width: 90% !important
    }

    #divsort ul {
        float: left !important
    }

    .stick,
    .stick2 {
        left: 10px !important
    }
}

#daservices li a {
    color: #38393e;
    font-weight: 600;
    font-size: 12px !important;
    display: block;
    text-align: left;
    height: 30px;
    padding: 9px 10px;
    transition-duration: .2s
}

#dbtnUser i {
    font-size: 20px;
    cursor: pointer
}

ul#dbtnreports li a {
    font-size: 13px
}

div#dasl span {
    text-align: left;
    padding-right: 3px
}

#daservices li a:hover {
    background: #006cc5;
    color: #fff
}

#dasl span {
    color: #38393e !important
}

#divmailmobilesend img {
    top: 40%;
    position: relative
}

@media screen and (max-width:1000px) {
    .fw1 {
        min-width: 46% !important
    }

    .fw2 {
        min-width: 54% !important
    }
}

@media screen and (max-width:600px) {
    .fdiv {
        min-width: 100% !important
    }
}

.fdiv {
    float: left;
    margin-top: 15px
}

.fw1 {
    min-width: 23%
}

.fw2 {
    min-width: 27%
}

.fdhead {
    font-weight: 700;
    font-size: 16px;
    float: left;
    padding: 6px 0
}

.fdiv li {
    float: left
}

    .fdiv li a {
        padding: 0 !important
    }

.fdiv i {
    background-color: #036;
    color: #fff;
    font-size: 18px;
    width: 22px;
    border-radius: 4px;
    padding: 2px
}

.fdiv .slinks a i:hover {
    background-color: #428bca
}

.fdiv .slinks a:hover {
    background-color: transparent !important
}

.dhpkg,
.ihpkg {
    max-width: 1180px;
    margin: 0 auto
}

.holipackes h1 {
    display: none
}

.holipackes {
    background: #eaeaea
}

.right-nav li a:hover {
    color: #428bca
}

.csp-pop .pop-cnt i {
    color: #428bca;
    line-height: 24px
}

.suph {
    font-size: 20px
}

.divshoudledroutesyle {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 14px;
    color: #000;
    padding: 1%
}

#divmailmobilesend {
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100%;
    position: absolute;
    background-color: #fff;
    padding: 0;
    opacity: .6;
    z-index: 1
}

.divmain {
    display: inline-block;
    width: 40%;
    margin: auto;
    text-align: center;
    position: absolute;
    border-radius: 0;
    z-index: 9999999
}

    .divmain.divshadow {
        box-shadow: 0 0 35px rgba(0, 0, 0, .2)
    }

        .divmain.divshadow.strong {
            box-shadow: 0 0 36px rgba(0, 0, 0, .4)
        }

    .divmain.center {
        top: 0;
        right: 0;
        bottom: 0
    }

    .divmain .divsubmain {
        position: relative;
        top: 24%;
        margin: 0 auto;
        left: 0;
        padding: 14px 0;
        line-height: initial !important
    }

.ssexpaire {
    line-height: 45px;
    background-image: linear-gradient(to right, #43264e, #f54b06);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    margin-bottom: 17px
}

.message {
    font-size: 16px;
    line-height: 35px;
    width: 80%;
    margin: 0 auto
}

.divmain .divsubmain:after {
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 25px 0;
    border-color: #d7d9cc transparent transparent;
    z-index: 10;
    display: none
}

.divmain .divtitle {
    font-size: 22px;
    color: #000;
    opacity: .7;
    padding-top: 10px;
    line-height: 38px
}

.divtitle2 {
    font-size: 18px;
    line-height: 40px;
    width: 90%;
    margin: 0 auto
}

    .divtitle2 p {
        font-size: 16px
    }

.divmain .message {
    font-weight: 700;
    font-size: 16px;
    color: #3e3d3d;
    padding-top: 11px
}

.divsubmain span {
    color: gray;
    font-size: 14px;
    line-height: 20px
}

    .divsubmain span strong {
        color: #4c4b4a
    }

.divmain p {
    color: gray;
    font-weight: 400
}

.errorcontrol:hover + label.error {
    display: none !important
}

.sesbtns {
    width: 80%;
    margin: 23px auto
}

.contactus-tab .wht_row li {
    display: inherit
}

.wht_row.col-md-12 ul {
    display: inline-block !important
}

div#paymentimages img {
    height: 40px
}

.error_border {
    border: 1px solid red !important
}

.divpouplogin {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: 0 0;
    z-index: 1
}

    .divpouplogin::after {
        content: "";
        display: table
    }

.divpouplogin_wrapper {
    display: block;
    background: #FFF;
    position: relative;
    max-width: 550px;
    border-radius: 4px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .2);
    margin: 120px auto
}

.divpopcontrols .popcontrols input,
.popcontrols__actions .buttonsubmit {
    box-sizing: border-box;
    box-shadow: none;
    vertical-align: middle;
    cursor: pointer
}

.divpouplogin__close {
    display: block;
    position: absolute;
    right: 50%;
    background: url(http://imgh.us/close_white.svg) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    top: -72px;
    margin-right: -24px;
    width: 48px;
    height: 48px
}

.divpouplogin__container::after,
.divpouplogin__tabs::after {
    content: "";
    display: table;
    clear: both
}

.divpouplogin__container,
.divpouplogin__tab,
.divpouplogin__tab-wrapper {
    width: 100%;
    overflow: hidden
}

.divpouplogin__tab {
    position: relative
}

.divpouplogin__tab-wrapper {
    height: auto
}

.divpouplogin__tab.show {
    opacity: 1;
    height: 100%;
    visibility: visible
}

.divpouplogin__tabs {
    list-style: none;
    padding: 0;
    margin: 0
}

    .divpouplogin__tabs li.current a {
        background: #FFF;
        color: #333
    }

    .divpouplogin__tabs li a {
        width: 50%;
        position: relative;
        float: left;
        text-align: center;
        background: #e4e4e4;
        line-height: 48px;
        height: 39px;
        color: #7d7d7d;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
        outline: solid 1px
    }

.custinfo-forgot {
    text-align: left;
    color: #4d90fe;
    padding: 10px 3px 0;
    text-decoration: underline;
    clear: both
}

.divpouplogin__heading {
    text-align: center;
    padding: 12px 0
}

.divpouplogin__heading-subtitle {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #888;
    line-height: 48px
}

.divpouplogin__form {
    border-top: 1px solid #e5e5e5
}

.divpouplogin__alter {
    display: block;
    position: relative;
    margin-top: 7px
}

    .divpopcontrols::after,
    .divpouplogin__alter::after,
    .popcontrols__actions .buttonsubmit::after,
    .popcontrols__actions::after {
        display: table;
        content: "";
        clear: both
    }

.popcontrols__actions {
    padding: 15px;
    font-size: 14px
}

    .popcontrols__actions .buttonsubmit {
        height: 35px;
        float: right;
        color: #FFF;
        font-size: 16px;
        background: #e83200;
        margin-top: 7px
    }

.divpopcontrols {
    border-bottom: 1px solid #E5E5E5
}

    .divpopcontrols .popcontrols {
        display: block;
        position: relative;
        width: 50%;
        height: 71px;
        padding: 11px 24px;
        border-right: 1px solid #e5e5e5;
        border-bottom: none;
        float: left;
        background-color: #FFF;
        border-radius: 0;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none
    }

        .divpopcontrols .popcontrols.popcontrolsfull {
            width: 100%
        }

        .divpopcontrols .popcontrols label {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 700;
            font-size: 12px;
            cursor: pointer;
            line-height: 24px;
            text-align: left
        }

        .divpopcontrols .popcontrols input {
            display: inline-block;
            height: 30px !important;
            font-size: 15px;
            color: #555;
            border-radius: 4px;
            width: 100%;
            border: none;
            padding: 0;
            background-color: transparent;
            color: rgba(75, 89, 102, .85)
        }

    .divpopcontrols .divpopcontrols-password {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 15px;
        border-left: 1px solid #e4e4e4;
        font-size: 14px;
        background: #FFF;
        overflow: hidden;
        color: #444;
        cursor: pointer;
        margin-top: 12px;
        line-height: 59px
    }

.popcontrols__actions .buttonsubmit {
    display: inline-block;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    border: none;
    outline: 0;
    outline-offset: 0;
    font-weight: 400;
    width: 100%;
    padding: 10px 14px
}

.etcagree a,
.fdivbox,
p#dlblUN {
    font-weight: 700
}

#promopopup .innerborder,
.divprogressrel {
    box-shadow: 0 0 31px #ccc;
    box-sizing: border-box
}

.divforgot {
    float: right;
    width: 48%
}

.divLogin {
    width: 48%;
    float: left
}

.aspecial {
    color: #f44336;
    position: relative;
    text-decoration: none;
    transition: all .15s ease-out
}

    .aspecial:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background: red;
        visibility: hidden;
        transform: scaleX(0);
        transition: all .3s ease-in-out 0s
    }

    .aspecial:hover {
        transition: all .15s ease-out
    }

        .aspecial:hover:before {
            visibility: visible;
            transform: scaleX(1)
        }

div#divsessionexpiry {
    position: fixed;
    background: #fff
}

.lblchkbox {
    width: 90% !important;
    float: left;
    padding: 7px;
    background-image: none !important
}

.spntextwallet {
    text-align: right;
    float: right;
    font-size: 18px
}

.etcagree,
.registerhead,
.registerhead h4 {
    font-size: 14px
}

.divpointer {
    pointer-events: none
}

#ContentPlaceHolder1_chkwallet {
    height: 28px;
    width: 22px
}

.divfilters::-webkit-scrollbar {
    width: 8px;
    background-color: #ccc
}

.divfilters::-webkit-scrollbar-thumb {
    background-color: #B03C3F;
    border-radius: 10px
}

.ui-slider-horizontal {
    margin: 10px 5px 5px !important;
    height: 5px !important;
    border-top: solid 1px #8a8a8a !important;
    background: #ccc !important
}

#slider-range .ui-slider-handle {
    background: #f5f5f5 !important;
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
    top: -7px !important
}

#spinningSquaresG {
    position: relative;
    width: 234px;
    height: 28px;
    margin: auto
}

.spinningSquaresG {
    position: absolute;
    top: 0;
    background-color: #F56623;
    width: 20px;
    height: 20px;
    animation-name: bounce_spinningSquaresG;
    -o-animation-name: bounce_spinningSquaresG;
    -ms-animation-name: bounce_spinningSquaresG;
    -webkit-animation-name: bounce_spinningSquaresG;
    -moz-animation-name: bounce_spinningSquaresG;
    animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3)
}

#serviceslider ul,
#serviceslider ul li {
    padding: 0;
    overflow: hidden;
    width: 70px;
    height: 70px;
    position: relative
}

#spinningSquaresG_1 {
    left: 0;
    animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s
}

#spinningSquaresG_2 {
    left: 29px;
    animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s
}

#spinningSquaresG_3 {
    left: 58px;
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s
}

#spinningSquaresG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s
}

#spinningSquaresG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s
}

#spinningSquaresG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s
}

#spinningSquaresG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s
}

#spinningSquaresG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s
}

@keyframes bounce_spinningSquaresG {
    0% {
        transform: scale(1);
        background-color: #F56623
    }

    100% {
        transform: scale(.3) rotate(90deg);
        background-color: #fff
    }
}

@-o-keyframes bounce_spinningSquaresG {
    0% {
        -o-transform: scale(1);
        background-color: #F56623
    }

    100% {
        -o-transform: scale(.3) rotate(90deg);
        background-color: #fff
    }
}

@-ms-keyframes bounce_spinningSquaresG {
    0% {
        -ms-transform: scale(1);
        background-color: #F56623
    }

    100% {
        -ms-transform: scale(.3) rotate(90deg);
        background-color: #fff
    }
}

@-webkit-keyframes bounce_spinningSquaresG {
    0% {
        -webkit-transform: scale(1);
        background-color: #F56623
    }

    100% {
        -webkit-transform: scale(.3) rotate(90deg);
        background-color: #fff
    }
}

@-moz-keyframes bounce_spinningSquaresG {
    0% {
        -moz-transform: scale(1);
        background-color: #F56623
    }

    100% {
        -moz-transform: scale(.3) rotate(90deg);
        background-color: #fff
    }
}

#serviceslider {
    position: relative;
    overflow: hidden;
    margin: 15px auto;
    border-radius: 4px
}

    #serviceslider ul {
        margin: 0 0 0 -160px;
        box-sizing: border-box;
        list-style: none
    }

        #serviceslider ul li {
            display: block;
            float: left;
            margin: 0;
            text-align: center
        }

            #serviceslider ul li img {
                border-radius: 50%;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                border: 2px solid #888
            }

.pgbartext {
    text-align: center;
    color: #52519F !important
}

#progressbarinfo {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    max-width: 300px
}

table#progressbarinfo tr td {
    vertical-align: top;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0
}

    table#progressbarinfo tr td:first-child {
        text-align: right;
        color: #888;
        white-space: nowrap
    }

    table#progressbarinfo tr td:last-child {
        color: #52519F;
        padding-left: 5px
    }

.searchPopMainHeading {
    color: #FFF;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px
}

.searchPopMain {
    height: auto;
    float: left;
    width: 100%
}

.registerhead {
    position: relative;
    top: 25%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    color: #044cb5;
    float: none;
    margin: auto;
    display: table;
    border-radius: 2px
}

.divprogressrel {
    border: 1px solid #888;
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 2px
}

    .divprogressrel.common {
        padding: 30px 10px
    }

        .divprogressrel.common #serviceslider {
            margin: 30px auto
        }

.searchPopMainContent {
    float: left;
    width: 100%;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px
}

.ebcustinfo {
    padding-top: 20px
}

.etcagree {
    cursor: pointer
}

    .etcagree a {
        color: #265aa7
    }

@media screen and (max-width:420px) {
    .etcagree {
        font-size: 12px
    }
}

#daservices li a .fa,
.fa-inr {
    font-size: 15px;
    background: #ee6e2b;
    color: #fff
}

#dsplnkactive:hover li {
    text-decoration: none !important
}

.apanel,
.apanel:hover,
.small-button,
.small-button:hover,
.sub-list ul li a {
    text-decoration: none
}

#daservices li a .fa {
    border: 1px solid #ee6e2b;
    border-radius: 50%;
    padding: 5px
}

.fa-inr {
    border: 1px solid #ee6e2b;
    border-radius: 50%;
    padding: 3px 8px;
    margin-right: 3px
}

#dasl ul {
    margin-bottom: 0 !important
}

#imgRefreshBalance {
    background: #000;
    width: 20px !important;
    border-radius: 50%;
    margin-top: 0;
    float: right;
    text-align: center;
    height: 20px;
    color: #fff;
    padding: 4px
}

#divagentlogin .fa-mobile {
    padding: 4px 3px !important;
    font-size: 19px !important
}

#promopopup {
    border: none;
    position: fixed;
    z-index: 750;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    background: #fff
}

    #promopopup .promobody {
        position: relative;
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        padding: 15px;
        font-size: 14px;
        color: #044cb5;
        float: none;
        margin: auto;
        display: table;
        border-radius: 2px
    }

    #promopopup .innerborder {
        border: 1px solid #888;
        width: 100%;
        padding: 10px;
        border-radius: 2px;
        height: 230px;
        display: table-cell;
        vertical-align: middle
    }

        #promopopup .innerborder img {
            clear: both;
            display: table;
            width: 65px;
            margin: 0 auto
        }

    #promopopup label {
        font-weight: 700;
        padding: 10px 0;
        display: table;
        font-size: 18px;
        margin: 0 auto
    }

    #promopopup p {
        margin: 10px auto;
        padding: 5px 30px;
        display: table;
        background: #f4511e;
        color: #fff;
        border-radius: 2px;
        font-size: 16px;
        cursor: pointer
    }

.panelbal,
p#dlblUN {
    float: left;
    text-align: left;
    margin: 0
}

p#dlblUN {
    line-height: 20px
}

.panelbal {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 4px 10px !important
}

#dimgUpdtBal {
    cursor: pointer;
    background: #ee6e2b;
    width: 20px;
    padding: 3px;
    border-radius: 50%;
    color: #fff;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: right
}

#dasl ul#dbtnreports {
    line-height: 24px
}

.apanel {
    width: 100%;
    display: table;
    padding: 4px 10px !important;
    border-top: 1px solid #aaa;
    text-align: left;
    font-size: 12px;
    height: 30px;
    transition-duration: .2s
}

    .apanel:hover {
        background: #adb3be;
        color: #fff !important
    }

.dlbaldiv label {
    width: 100%;
    display: table
}

    .dlbaldiv label i {
        float: right;
        color: #fff;
        height: 20px;
        display: table;
        text-align: center;
        line-height: 15px;
        cursor: pointer
    }

.flinks label a,
.flinks label h4,
.my-reg {
    float: left
}

#searchflter h5,
.fare,
.fdivbox {
    text-align: left
}

.fdivbox {
    padding-left: 0;
    padding-top: 17px
}

.layer {
    background: 0 0;
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 100%
}

#searchflter {
    color: #3f3f3f;
    position: absolute;
    background: #fff;
    box-sizing: border-box;
    z-index: 4;
    box-shadow: 0 0 16px 10px rgba(0, 0, 0, .19);
    height: 270px;
    width: 320px;
    top: 59px;
    padding: 10px 17px
}

    #searchflter:before {
        display: inline-block;
        border-color: transparent transparent #fff;
        border-width: 12px;
        border-style: solid;
        width: 0;
        height: 0;
        position: absolute;
        content: '';
        top: -22px;
        right: 50%
    }

.widthhr {
    position: relative
}

#searchflter h5 {
    color: #000;
    font-weight: 600
}

.grybg {
    background: #f4f4f4;
    padding: 8px 13px !important;
    font-size: 23px !important;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #cecece
}

    .grybg .size {
        font-size: 18px;
        font-weight: 700;
        color: #6d6868;
        width: auto;
        line-height: 35px
    }

        .grybg .size span {
            color: #000;
            font-size: 21px
        }

.prom {
    background: #fff;
    padding: 11PX 11px !important;
    border-radius: 4px;
    clear: both
}

.or-des em,
.right1 em {
    background: #FFF;
    font-style: normal;
    position: absolute
}

.b-h-righttext1 span {
    text-align: left;
    float: left;
    margin-bottom: 3px;
    font-size: 12px
}

.fare {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 19px
}

.agreeterms {
    padding: 15px 0 10px;
    cursor: pointer
}

#divPopupAlert {
    position: absolute;
    left: 50%;
    z-index: 1041;
    transform: translateX(-50%);
    top: 15%
}

#lblPopMessage {
    padding-right: 48px;
    display: block;
    text-align: justify
}

.errorcr info,
.head-contact {
    text-align: center
}

#lblPopMessage:before {
    display: none
}

#divPopupAlert .close {
    position: absolute;
    right: 15px;
    color: #aaa !important;
    z-index: 3434;
    opacity: 1;
    line-height: 20px;
    height: initial;
    top: 15px
}

    #divPopupAlert .close:hover {
        color: #666 !important
    }

table#ContentPlaceHolder1_rbtnAircraft tr td,
table#ContentPlaceHolder1_rbtnDate tr td,
table#ContentPlaceHolder1_rbtnGroup tr td {
    padding-left: 5px
}

table#ContentPlaceHolder1_rbtntriptype tr td {
    padding-left: 10px
}

.btn-submitp {
    padding: 1em 4.1em !important
}

.countmod {
    border: 7px solid #C4C4C4 !important
}

#error12 {
    margin: 15px 120px !important
}

.head-contact {
    font-size: 20px !important;
    font-family: inherit;
    font-weight: 500 !important;
    line-height: 1.1;
    color: inherit
}

.contact-common {
    border: 7px solid #c5c1c1 !important
}

.input_txt12 {
    width: 84% !important;
    height: 35% !important;
    padding: 6px 8px !important
}

.input_mod {
    padding: 5px 0 !important;
    height: 35px !important
}

.my-reg {
    border: 7px solid #c5c1c1;
    margin: 10px 0 0;
    height: auto !important;
    line-height: 1.8em !important;
    border-radius: 5px;
    text-align: left;
    padding: 15px
}

.input_txtnew {
    width: 100% !important;
    height: 35px !important
}

.right1 em {
    color: #000;
    border: 1px solid #DBDBDB;
    border-radius: 20px;
    left: -52px;
    padding: 10px;
    top: 100%
}

.btn-submit {
    padding: .8em 5em !important
}

.btn-submitaff {
    padding: .8em 3em !important
}

.btn-submitl {
    padding: .8em 5em !important
}

.mod {
    padding-left: 5px
}

.contactus-tab {
    border-radius: 15px;
    padding: 7px;
    text-align: left;
    font-size: 14px
}

.auMainCont {
    border: none;
    width: 835px;
    height: auto
}

.forgot-cm {
    float: left !important
}

.or-des em {
    border: 1px solid #DBDBDB;
    border-radius: 20px;
    left: -20px;
    padding: 10px;
    top: 40%
}

.or-des {
    border-left: 1px dotted #E0E0E0;
    color: #000;
    padding: 0 90px 0 30px;
    position: relative
}

.row-mod {
    text-align: -webkit-center
}

span#spnSaveTime {
    font-size: 13px;
    line-height: 1.2em
}

.row-common {
    margin-right: -15px !important;
    margin-left: -10px !important
}

#hrmod {
    margin-top: -16px !important
}

.input_txtg,
input_txtg:focus,
input_txtg:hover {
    width: 100% !important
}

.row-group {
    text-align: left
}

.countmod {
    height: auto !important
}

.input_txtr,
.input_txtr:hover {
    width: 94% !important;
    height: 35% !important
}

.btng {
    padding: .6em 4em !important
}

.txtlog,
.txtlog:focus,
.txtlog:hover {
    width: 100% !important;
    height: 35px !important
}

.sign_reg {
    margin-bottom: 10px !important
}

table#rdoGender tr td {
    padding-left: 5px !important
}

.wht_row .form-group .email,
.wht_row .form-group .pwd {
    position: absolute;
    right: 16px;
    padding: 9px;
    border-left: 1px solid #b7a8a8;
    color: #7b7575
}

.wht_row .form-group .email {
    top: 66px
}

.wht_row .form-group .pwd {
    top: 155px;
    background: #faffbd
}

.auMainWrapN {
    overflow: visible
}

.btn-submit1 {
    padding: 6px 32px !important;
    top: 0;
    border-radius: 4px
}

.cs_heading,
.cs_subhead {
    color: #fff !important
}

.cs_subhead {
    font-size: 13px !important
}

.ui-widget-content {
    border: 0 solid #eee;
    border-radius: 13px !important;
}

.frst-table {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    font-family: Roboto;
    color: #403c3c;
    font-weight: 700;
    background: 0 0;
    padding: 0 !important;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 #b7afaf;
    margin-top: 12px
}

.ac-container label,
​ .cs_subhead {
    font-family: Roboto !important
}

.ac-small.mani a,
.sub-list ul li:hover {
    background: #ff8126
}

.sub-list {
    height: 338px !important;
    overflow: scroll;
    overflow-x: hidden !important
}

    .sub-list ul li {
        list-style: none !important;
        line-height: 22px;
        border-bottom: 1px solid #dad4d4
    }

        .sub-list ul li:hover a {
            color: #fff !important
        }

        .sub-list ul li a {
            color: #403c3c;
            font-weight: 400;
            font-size: 14px !important;
            display: table;
            padding: 7px 14px !important;
            width: 100% !important
        }

        .sub-list ul li:active,
        .sub-list ul li:focus,
        .sub-list ul li:hover,
        .sub-list ul li:visited {
            background: #ff8126;
            color: #fff
        }

.ac-small.mani a {
    color: #fff !important
}

.input_error,
.input_error1 {
    color: red !important
}

.sub-list::-webkit-scrollbar {
    width: 5px !important
}

::-webkit-scrollbar-button {
    background: #fff
}

::-webkit-scrollbar-track-piece {
    background: #f9f8f8
}

::-webkit-scrollbar-thumb {
    background: #eee
}

.borderColor {
    padding: 0
}

.ac-container {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: left
}

.frontbox .frontbox__title,
.frontbox .frontbox__toggle-buttons,
.sub-log {
    text-align: center
}

.ac-container label {
    height: 30px !important;
    line-height: 21px !important;
    font-size: 15px !important;
    padding: 5px 13px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #38393e !important;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, .8);
    background: #fff;
    background: -moz-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: -o-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: linear-gradient(top, #fff 1%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eaeaea', GradientType=0);
    box-shadow: 0 0 0 1px rgba(155, 155, 155, .3), 1px 0 0 rgba(255, 255, 255, .9) inset, 0 2px 2px rgba(0, 0, 0, .1)
}

    .ac-container label:hover {
        background: #fff
    }

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
    background: #f1f2f3;
    color: #666;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 1px rgba(155, 155, 155, .3), 0 2px 2px rgba(0, 0, 0, .1);
    height: 30px;
    line-height: 21px;
    font-size: 13px
}

    .ac-container input:checked + label:after,
    .ac-container label:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        right: 13px;
        top: 7px;
        background: url(../images/arrow_down.png) center center no-repeat
    }

    .ac-container input:checked + label:after {
        background-image: url(../images/arrow_up.png)
    }

.ac-container input {
    display: none
}

.ac-container article {
    background: rgba(255, 255, 255, .5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height .3s ease-in-out, box-shadow .6s linear;
    -moz-transition: height .3s ease-in-out, box-shadow .6s linear;
    -o-transition: height .3s ease-in-out, box-shadow .6s linear;
    -ms-transition: height .3s ease-in-out, box-shadow .6s linear;
    transition: height .3s ease-in-out, box-shadow .6s linear
}

    .ac-container article p {
        color: #777;
        line-height: 23px;
        padding: 0;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, .8);
        font: normal normal 12px 'Open Sans'
    }

.ac-container input:checked ~ article {
    -webkit-transition: height .5s ease-in-out, box-shadow .1s linear;
    -moz-transition: height .5s ease-in-out, box-shadow .1s linear;
    -o-transition: height .5s ease-in-out, box-shadow .1s linear;
    -ms-transition: height .5s ease-in-out, box-shadow .1s linear;
    transition: height .5s ease-in-out, box-shadow .1s linear;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, .3)
}

    .ac-container input:checked ~ article.ac-large,
    .ac-container input:checked ~ article.ac-medium,
    .ac-container input:checked ~ article.ac-small {
        height: auto
    }

.sub-log {
    clear: both;
    background: #428bca
}

    .sub-log input {
        padding: 0 !important;
        border: 0 !important
    }

.top-space-medium btn {
    font-size: 20px
}

.top-space-medium input {
    background: #026cc5;
    border-radius: 0;
    padding: 8px 0;
    font-size: 15px;
    border: 1px solid #428bca;
    font-weight: 700
}

.ulnpay li,
label.lblnpay {
    border: 1px solid #ccc;
    cursor: pointer
}

span#spnlatestfare {
    font-size: 13px !important;
    color: #38393e !important
}

.csupport {
    position: relative;
    float: right
}

.etBody {
    width: 100%;
    float: left
}

footer,
header {
    clear: both
}

label.lblnpay {
    background: 0 0 !important;
    float: left;
    margin: 5px;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    width: 200px !important
}

.lblnpay input {
    position: absolute;
    left: 5px
}

.lblnpay img {
    float: left;
    width: 100%;
    padding-left: 16px;
    height: 40px
}

.ulnpay li {
    margin-bottom: 5px;
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 10px;
    border-right: none;
    border-radius: 6px 0 0 6px;
    position: relative;
    transition-duration: .2s
}

    .ulnpay .selected,
    .ulnpay li:hover {
        background: #fff
    }

        .ulnpay .selected:before,
        .ulnpay li:hover:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            background: #fff;
            top: 0;
            right: -1px
        }

.frontbox.m-solo {
    left: 0;
    right: auto
}

.frontbox.m-flights {
    left: 0
}

.frontbox.m-expanded,
.frontbox.m-solo {
    float: left;
    width: 525px;
    top: 0
}

.blue-border.frontbox,
.front-extras .blue-border.front-extrabox,
.searchbox .blue-border.icon-holder-shadow {
    -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1)
}

.frontbox {
    position: absolute;
    width: 480px;
    top: 36px;
    z-index: 2;
    color: #000
}

.front-extras .front-extrabox,
.frontbox,
.searchbox .icon-holder-shadow {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #FFF
}

    .frontbox .frontbox-icon-holder {
        position: absolute;
        top: 13%;
        left: 32%;
        margin-left: -19px
    }

.frontbox-icon-holder {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #163F5E;
    position: relative;
    height: 38px;
    width: 38px
}

    .frontbox-icon-holder.m-flight .frontbox-icon-holder__icon {
        background-image: url(../images/spritesnew.png);
        background-repeat: no-repeat;
        background-position: -3453px 0;
        width: 18px;
        height: 17px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -9px;
        margin-top: -9px
    }

.frontbox .frontbox__title a,
.frontbox .frontbox__title a:hover,
.frontbox .frontbox__title a:visited {
    color: #036;
    text-decoration: none;
    cursor: default
}

.frontbox .frontbox__title {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    -moz-user-select: -moz-none;
    padding: 20px 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 13px;
    color: #000
}

.frontbox .frontbox__button-row .small-button {
    height: 36px;
    width: 112px;
    padding: 0;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

.small-button.silver:hover,
.small-button.silver:hover .flex-content {
    background: #F6F6F6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(100%, #F6F6F6));
    background: -webkit-linear-gradient(top, #FFF 0, #F6F6F6 100%);
    background: -moz-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #FFFFF 0, #FFF6F6F6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF6F6F6', GradientType=0)";
    background: linear-gradient(top, #fff 0, #f6f6f6 100%)
}

.small-button .button-text + .arrow {
    margin-left: 5px
}

.small-button .arrow {
    display: inline-block;
    position: relative;
    width: 12px
}

    .small-button .arrow .img {
        background-image: url(../images/spritesnew.png);
        background-repeat: no-repeat;
        background-position: -26px 0;
        width: 12px;
        height: 6px;
        position: absolute;
        top: -5px;
        margin-top: -3px
    }

.dd-popup .dd-header {
    position: relative;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    margin: 0 8px;
    border-bottom: 1px solid #ACACAC;
    color: #163F5E
}

.dd-popup {
    -webkit-box-shadow: #666 0 6px 8px -3px;
    -moz-box-shadow: #666 0 6px 8px -3px;
    box-shadow: #666 0 6px 8px -3px;
    display: none;
    position: absolute;
    left: 0;
    background-color: #FFF;
    border: 1px solid #ACACAC;
    z-index: 100;
    overflow-y: auto
}

.frontbox .frontbox__button-row .dd-popup {
    top: 10px
}

.dd-popup .dd-select {
    position: relative;
    white-space: nowrap;
    color: #6E788B;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 0 8px;
    height: 35px;
    line-height: 20px
}

    .dd-popup .dd-select select {
        float: right;
        margin-left: 15px;
        margin-top: 8px
    }

option {
    font-weight: 400
}

user agent stylesheetoption {
    font: inherit
}

.dd-popup .dd-select .accessory.person-icon {
    position: relative;
    width: 10px;
    display: inline-block;
    margin-right: 10px
}

.dd-popup .dd-select .accessory {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 8px
}

    .dd-popup .dd-select .accessory.person-icon .img {
        background-image: url(../images/spritesnew.png);
        background-repeat: no-repeat;
        background-position: -7324px 0;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        margin-top: -5px
    }

.frontbox.m-expanded .frontbox__above-form-area,
.frontbox.m-solo .frontbox__above-form-area {
    height: 36px
}

.frontbox .frontbox__above-form-area {
    height: 0;
    overflow: hidden
}

.small-button.silver.selected,
.small-button.silver.selected:hover {
    background: #39506A;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6E788B), color-stop(100%, #39506A));
    background: -webkit-linear-gradient(top, #6E788B 0, #39506A 100%);
    background: -moz-linear-gradient(top, #6e788b 0, #39506a 100%);
    background: -ms-linear-gradient(top, #FF6E788B 0, #FF39506A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6E788B', endColorstr='#FF39506A', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF6E788B', endColorstr='#FF39506A', GradientType=0)";
    background: linear-gradient(top, #6e788b 0, #39506a 100%)
}

.small-button.silver.selected {
    color: #FFF;
    text-shadow: #1E2A38 0 -1px 0;
    border: 1px solid #4C5360
}

.frontbox .frontbox__toggle-buttons .small-button {
    padding: 0 14px;
    height: 28px;
    line-height: 28px;
    font-size: 13px
}

.small-button.selected,
.small-button.selected.taller {
    background: #FCF9D7;
    box-shadow: none;
    color: #6E788B;
    text-shadow: none
}

.small-button.segmented-first {
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px
}

.small-button:first-child {
    margin-left: 0
}

.small-button.silver,
.small-button.silver .flex-content {
    background: #E9E9E9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(100%, #E9E9E9));
    background: -webkit-linear-gradient(top, #FEFEFE 0, #E9E9E9 100%);
    background: -moz-linear-gradient(top, #fefefe 0, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #FFFEFEFE 0, #FFE9E9E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFE9E9E9', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFEFEFE', endColorstr='#FFE9E9E9', GradientType=0)";
    background: linear-gradient(top, #fefefe 0, #e9e9e9 100%)
}

.small-button.silver {
    border-color: #D7D7D7;
    color: #324C5F
}

.small-button.segmented-middle {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-left: 0;
    margin: 0
}

.small-button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: url(sprites_bg.png);
    background-position: 0 -64px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    -moz-user-select: -moz-none;
    background-repeat: repeat-x;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #B7CFDF;
    padding: 1px 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-shadow: #FFF 1px 1px 0;
    color: #6E788B;
    margin-left: 5px
}

.form-padding {
    padding: 2px 0 5px
}

.frontbox .frontbox__row.m-show-always {
    height: 55px
}

.frontbox .frontbox__form-field-wrapper.m-half-width {
    width: 50%
}

.frontbox .frontbox__form-field-wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 0 14px;
    position: relative
}

.frontbox .frontbox__field-label {
    font-size: 17px;
    line-height: 30px
}

.frontbox .input-container input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #CCC;
    width: 100%;
    height: 36px;
    padding: 5px;
    line-height: 20px;
    font-size: 17px
}

.frontbox.m-expanded .frontbox__row.m-show-on-expand,
.frontbox.m-solo .frontbox__row.m-show-on-expand {
    height: 80px
}

.frontbox .frontbox__row {
    height: 0;
    position: relative
}

.frontbox.m-expanded .frontbox__active-button-row,
.frontbox.m-solo .frontbox__active-button-row {
    height: 50px;
    display: block
}

.frontbox.m-expanded .frontbox__hide-on-animation {
    display: block
}

.frontbox .frontbox__button-wrapper {
    margin: 5px 15px 15px 9px
}

.frontbox .frontbox__button-row {
    text-align: right
}

    .frontbox .frontbox__button-row .small-button,
    .frontbox .frontbox__button-row button {
        margin-left: 10px;
        cursor: pointer
    }

.frontbox-search-button.m-active {
    background: #ED6700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FF6F00), color-stop(100%, #ED6700));
    background: -webkit-linear-gradient(top, #FF6F00 0, #ED6700 100%);
    background: -moz-linear-gradient(top, #ff6f00 0, #ed6700 100%);
    background: -ms-linear-gradient(top, #FFFF6F00 0, #FFED6700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF6F00', endColorstr='#FFED6700', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF6F00', endColorstr='#FFED6700', GradientType=0)";
    background: linear-gradient(top, #ff6f00 0, #ed6700 100%);
    -webkit-box-shadow: 0 1px 1px #994300, inset 0 1px 0 #FFBB87;
    -moz-box-shadow: 0 1px 1px #994300, inset 0 1px 0 #ffbb87;
    box-shadow: 0 1px 1px #994300, inset 0 1px 0 #FFBB87;
    border: 1px solid #E36300;
    color: #FFF
}

button {
    margin: 0;
    padding: 2px 6px 3px
}

.frontbox-search-button.m-active.m-flight .frontbox-search-button__icon {
    background-image: url(../images/spritesnew.png);
    background-repeat: no-repeat;
    background-position: -1213px 0;
    width: 18px;
    height: 17px
}

.frontbox-search-button.m-flight .frontbox-search-button__icon {
    background-image: url(../images/spritesnew.png);
    background-repeat: no-repeat;
    background-position: -3476px 0;
    width: 18px;
    height: 17px;
    top: 2px
}

.frontbox-search-button .frontbox-search-button__icon {
    display: inline-block;
    margin-left: 10px;
    position: relative
}

.frontbox-search-button .frontbox-search-button__text {
    display: inline-block;
    padding: 6px 14px 5px;
    line-height: 22px;
    height: 20px
}

.frontbox-search-button {
    color: #163F5E;
    font-weight: 700;
    font-size: 20px
}

.frontbox .calendar-icon {
    right: 6px
}

.frontbox .frontbox__calendar-icon {
    right: 6px;
    bottom: 18px;
    left: 108px
}

.calendar-icon {
    background-image: url(../images/spritesnew.png);
    background-repeat: no-repeat;
    background-position: -401px 0;
    height: 17px;
    top: 50%;
    margin-top: -9px;
    display: inline-block;
    position: relative;
    width: 19px
}

.frontbox .input-container select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #CCC;
    width: 100%;
    height: 36px;
    padding: 5px;
    line-height: 20px;
    font-size: 17px
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item .ui-icon {
    float: right;
    cursor: pointer
}

.ui-autocomplete-multiselect .ui-autocomplete-multiselect-item {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1px 3px;
    margin-right: 2px;
    margin-bottom: 3px;
    color: #333;
    background-color: #f6f6f6
}

.ui-autocomplete-multiselect input {
    display: inline-block;
    border: none;
    outline: 0;
    height: auto;
    margin: 2px 2px 5px;
    overflow: visible;
    text-align: left
}

.ui-autocomplete-multiselect.ui-state-active {
    outline: 0;
    border: 1px solid #7ea4c7;
    -moz-box-shadow: 0 0 5px rgba(50, 150, 255, .5);
    -webkit-box-shadow: 0 0 5px rgba(50, 150, 255, .5);
    -khtml-box-shadow: 0 0 5px rgba(50, 150, 255, .5);
    box-shadow: 0 0 5px rgba(50, 150, 255, .5)
}

.ir,
.visuallyhidden {
    border: 0;
    overflow: hidden
}

.ir {
    background-color: transparent
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%
    }

.visuallyhidden {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}


/*==================================================*/


/*////// DEFAULT OLD                          //////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*new--cs--added*/
.login-bg-5::before {

    content: "";
    background-image: url('../images/psa-bg-all-bg.jpg');
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.3;
}

/*--ourteam--sec--*/
.ourVisionImgBox {
    position: absolute;
    top: 50px;
    left: 5%;
    z-index: 9;
    overflow: hidden;
}
.team-banner-sec::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 110px;
    width: 70%;
    height: 540px;
    display: block;
    background-image: url("../images/square-bg.jpg") ;
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}
.team-banner-sec {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
    margin-top:1%;
}
.ourMissionContentBox {
    position: relative;
    z-index: 5;
    color: #fff;
    top:150px;
}
.ourMissionImgBox {
    position: absolute;
    top: 50px;
    left: 5%;
    z-index: 9;
    overflow: hidden;
}
.misson-imag{
    width:700px;
    border-radius:20px;
}
.cms-pages-all{
    font-size:50px;
    color:#000000;
}
.pages-cms {
    font-size: 16px;
    color: #000000;
}


/*login--page--css*/
.active all-btn-cls{
    padding:6px 35px;
}
#aloginuser {
    padding: 6px 34px;
}
#aloginpartner {
    padding: 6px 34px;
}
.md-boottom{
    margin-bottom:15px;
}
.logins-btb-froms {
    margin-bottom: 15px;
}
.bg-right-bg {
    background-color: #bfdcd894 !important;
}
/*login--page--css--close*/
@media screen and (max-width: 768px) {
    .misson-imag{
        width:100%;
    }
    .ourMissionContentBox{
        top:310px;
    }
    .cms-pages-all {
        font-size: 25px;
       
    }
}



.alltables span {
    font-size: 16px !important;
    background-color: transparent !important;
}
.alltables ul {
    background-color: transparent !important;
}
    .alltables ul li {
        font-size: 16px;
        line-height: 26px;
    }
.alltables #ContentPlaceHolder1_divbuses {
    background-color: transparent !important;
    font-size:16px !important;
}
.alltables #ContentPlaceHolder1_divflights {
    background-color: transparent !important;
    font-size: 16px !important;
}






/*dis--policy--css--*/
.ourMissionSectiondis, .dis-pilocy-sec {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
}

    .ourMissionSectiondis .container .row, .dis-pilocy-sec .container .row {
        height: 500px;
    }

    .ourMissionSectiondis .ourMissionContentBoxdis {
        padding: 0px;
    }

    .ourMissionSectiondis .ourMissionContentBoxdis{
        position: relative;
        z-index: 5;
        color: #fff;
    }
        .ourMissionSectiondis .ourMissionContentBoxdis h2 {
            font-size: 36px;
           
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectiondis .ourMissionContentBoxdis p {
            font-size: 16px;
           
            margin-bottom: 0px;
            color: #000000;
        }
.ourMissionSectiondis .ourMissionImgBoxdis {
    margin-top: 50px;
}
    .ourMissionSectiondis:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectiondis .ourMissionImgBoxdis{
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }
.misson-imag2 {
    width: 700px;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
    .ourMissionSectiondis .container .row, .dis-pilocy-sec .container .row {
        height: 420px !important;
    }

    .misson-imag2 {
        width: 100%;
        border-radius: 20px;
    }

    .ourMissionSectiondis .ourMissionContentBoxdis {
        top: 137px;
    }


    .ourMissionSectiondis .ourMissionContentBoxdis h2 {
       font-size:20px;
       margin:10px 10px;
    }
        .ourMissionSectiondis .ourMissionContentBoxdis p {
            margin: 10px 10px;
        }
        }

/*team--policy--css--*/
.ourMissionSectionteam, .team-mng-ban {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
}

    .ourMissionSectionteam .container .row, .team-mng-ban .container .row {
        height: 500px;
    }

    .ourMissionSectionteam .ourMissionContentBoxteam {
        padding: 0px;
    }

    .ourMissionSectionteam .ourMissionContentBoxteam {
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .ourMissionSectionteam .ourMissionContentBoxteam h2 {
            font-size: 36px;
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectionteam .ourMissionContentBoxteam p {
            font-size: 16px;
            margin-bottom: 0px;
            color: #000000;
        }

    .ourMissionSectionteam .ourMissionImgBoxteam {
        margin-top: 50px;
    }

    .ourMissionSectionteam:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectionteam .ourMissionImgBoxteam {
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }
@media screen and (max-width: 768px) {
    .ourMissionSectionteam .container .row, .team-mng-ban .container .row {
        height: 420px !important;
    }

    .ourMissionSectionteam .ourMissionContentBoxteam {
        top: 150px;
    }

        .ourMissionSectionteam .ourMissionContentBoxteam h2 {
            font-size: 20px;
            margin: 10px 10px;
        }

        .ourMissionSectionteam .ourMissionContentBoxteam p {
            margin:10px 10px;
        }
}


/*termsandconditions----css--*/
.ourMissionSectiontdc, .tdc-table {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
}

    .ourMissionSectiontdc .container .row, .tdc-table .container .row {
        height: 500px;
    }

    .ourMissionSectiontdc .ourMissionContentBoxtdc {
        padding: 0px;
    }

    .ourMissionSectiontdc .ourMissionContentBoxtdc {
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .ourMissionSectiontdc .ourMissionContentBoxtdc h2 {
            font-size: 36px;
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectiontdc .ourMissionContentBoxtdc p {
            font-size: 16px;
            margin-bottom: 0px;
            color: #000000;
        }

    .ourMissionSectiontdc .ourMissionImgBoxtdc {
        margin-top: 50px;
    }

    .ourMissionSectiontdc:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectiontdc .ourMissionImgBoxtdc {
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }

@media screen and (max-width: 768px) {
    .ourMissionSectiontdc .container .row, .tdc-table .container .row {
        height: 420px !important;
    }
    .ourMissionSectiontdc .ourMissionContentBoxtdc{
        top:140px;
    }
    .ourMissionSectiontdc .ourMissionContentBoxtdc h2{
        font-size:20px;
        margin:10px 10px;
    }
        .ourMissionSectiontdc .ourMissionContentBoxtdc p {
          
            margin: 10px 10px;
        }

    #cntfnd,
    #prvnxt,
    #showfilters,
    #template-styles,
    .chng-trip,
    .sort-by span {
        display: block;
    }
}


/*About-us----css--*/
.ourMissionSectionabout, .about-content-row {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
}

    .ourMissionSectionabout .container .row, .about-content-row .container .row {
        height: 500px;
    }

    .ourMissionSectionabout .ourMissionContentBoxabout {
        padding: 0px;
    }

    .ourMissionSectionabout .ourMissionContentBoxabout {
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .ourMissionSectionabout .ourMissionContentBoxabout h2 {
            font-size: 36px;
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectionabout .ourMissionContentBoxabout p {
            font-size: 16px;
            margin-bottom: 0px;
            color: #000000;
        }

    .ourMissionSectionabout .ourMissionImgBoxabout {
        margin-top: 50px;
    }

    .ourMissionSectionabout:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectionabout .ourMissionImgBoxabout {
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }
.misson-imag3 {
    width: 700px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .ourMissionSectionabout .container .row, .about-content-row .container .row {
        height: 420px !important;
    }
    .misson-imag3 {
        width: 100%;
       
    }
    .ourMissionSectionabout .ourMissionContentBoxabout{
        top:140px;
    }
        .ourMissionSectionabout .ourMissionContentBoxabout h2{
            margin:10px 10px;
        }
        .ourMissionSectionabout .ourMissionContentBoxabout p {
            margin: 10px 10px;
        }
    
}

/*faqs----css--*/
.ourMissionSectionfaq, .faq-data-f {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
}

    .ourMissionSectionfaq .container .row, .faq-data-f {
        height: 500px;
    }

    .ourMissionSectionfaq .ourMissionContentBoxfaq {
        padding: 0px;
    }

    .ourMissionSectionfaq .ourMissionContentBoxfaq {
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .ourMissionSectionfaq .ourMissionContentBoxfaq h2 {
            font-size: 36px;
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectionfaq .ourMissionContentBoxfaq p {
            font-size: 16px;
            margin-bottom: 0px;
            color: #000000;
        }

    .ourMissionSectionfaq .ourMissionImgBoxfaq {
        margin-top: 50px;
    }

    .ourMissionSectionfaq:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectionfaq .ourMissionImgBoxfaq {
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }

.misson-imag-faq {
    width: 700px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .ourMissionSectionfaq .container .row, .faq-data-f  {
        height: 420px !important;
    }

    .misson-imag-faq {
        width: 100%;
    }

    .ourMissionSectionfaq .ourMissionContentBoxfaq {
        top: 140px;
    }
}


/*privacy--policy----css--*/


.ourMissionSectionpvcy, .pvcy-sec {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
}

    .ourMissionSectionpvcy .container .row, .pvcy-sec {
        height: 400px;
    }

    .ourMissionSectionpvcy .ourMissionContentBoxpvcy {
        padding: 0px;
    }

    .ourMissionSectionpvcy .ourMissionContentBoxpvcy {
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .ourMissionSectionpvcy .ourMissionContentBoxpvcy h2 {
            font-size: 36px;
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectionpvcy .ourMissionContentBoxpvcy p {
            font-size: 16px;
            margin-bottom: 0px;
            color: #000000;
        }

    .ourMissionSectionpvcy .ourMissionImgBoxpvcy {
        margin-top: 50px;
    }

    .ourMissionSectionpvcy:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectionpvcy .ourMissionImgBoxpvcy {
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }

.misson-privacy {
    width: 700px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .ourMissionSectionpvcy .container .row, .pvcy-sec {
        height: 170px !important;
    }

    .misson-privacy {
        width: 100%;
    }

    .ourMissionSectionpvcy .ourMissionContentBoxpvcy {
        top: 300px;
    }
}

/*conatct--us--css--*/
.ourMissionSectioncon, .con-table {
    position: relative;
    padding-top: 0px;
    margin-bottom: 0px;
}

    .ourMissionSectioncon .container .row, .con-table .container .row {
        height: 500px;
    }

    .ourMissionSectiondis .ourMissionContentBoxdis {
        padding: 0px;
    }

    .ourMissionSectioncon .ourMissionContentBoxcon {
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .ourMissionSectioncon .ourMissionContentBoxcon h2 {
            font-size: 36px;
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectioncon .ourMissionContentBoxcon p {
            font-size: 16px;
            margin-bottom: 0px;
            color: #000000;
        }

    .ourMissionSectioncon .ourMissionImgBoxcon {
        margin-top: 50px;
    }

    .ourMissionSectioncon:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectioncon .ourMissionImgBoxcon {
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }

.misson-con {
    width: 700px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .ourMissionSectioncon .container .row, .con-table .container .row {
        height: 420px !important;
    }

    .misson-con {
        width: 100%;
        border-radius: 20px;
    }

    .ourMissionSectioncon .ourMissionContentBoxcon {
        top: 137px;
    }


        .ourMissionSectioncon .ourMissionContentBoxcon h2 {
            font-size: 20px;
            margin: 10px 10px;
        }

        .ourMissionSectioncon .ourMissionContentBoxcon p {
            margin: 10px 10px;
        }
}



/*invest-relation----css--*/
.ourMissionSectioninvest, .invest-content-row .container {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
}

    .ourMissionSectioninvest .container .row, .invest-content-row .container {
        height: 500px;
    }

    .ourMissionSectioninvest .ourMissionContentBoxinvest {
        padding: 0px;
    }

    .ourMissionSectioninvest .ourMissionContentBoxinvest {
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .ourMissionSectioninvest .ourMissionContentBoxinvest h2 {
            font-size: 36px;
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectioninvest .ourMissionContentBoxinvest p {
            font-size: 16px;
            margin-bottom: 0px;
            color: #000000;
        }

    .ourMissionSectioninvest .ourMissionImgBoxinvest {
        margin-top: 50px;
    }

    .ourMissionSectioninvest:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectioninvest .ourMissionImgBoxinvest {
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }

.misson-imag4 {
    width: 700px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .ourMissionSectioninvest.container .row, .invest-content-row .container {
        height: 420px !important;
    }

    .misson-imag4 {
        width: 100%;
    }

    .ourMissionSectioninvest .ourMissionContentBoxinvest {
        top: 140px;
    }
}


/*soc-responsibility----css--*/
.ourMissionSectionsoc, .soc-content-row .container {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
}

    .ourMissionSectionsoc .container .row, .soc-content-row .container {
        height: 500px;
    }

    .ourMissionSectionsoc .ourMissionContentBoxsoc {
        padding: 0px;
    }

    .ourMissionSectionsoc .ourMissionContentBoxsoc {
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .ourMissionSectionsoc .ourMissionContentBoxsoc h2 {
            font-size: 36px;
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectionsoc .ourMissionContentBoxsoc p {
            font-size: 16px;
            margin-bottom: 0px;
            color: #000000;
        }

    .ourMissionSectionsoc .ourMissionImgBoxsoc {
        margin-top: 50px;
    }

    .ourMissionSectionsoc:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectionsoc .ourMissionImgBoxsoc {
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }

.misson-imag-soc {
    width: 700px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .ourMissionSectionsoc.container .row, .soc-content-row .container {
        height: 420px !important;
    }

    .misson-imag-soc {
        width: 100%;
    }

    .ourMissionSectionsoc .ourMissionContentBoxsoc {
        top: 140px;
    }
}

/*carrer-responsibility----css--*/
.ourMissionSectioncre, .cre-content-row .container {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
}

    .ourMissionSectioncre .container .row, .cre-content-row .container {
        height: 500px;
    }

    .ourMissionSectioncre .ourMissionContentBoxcre {
        padding: 0px;
    }

    .ourMissionSectioncre .ourMissionContentBoxcre {
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .ourMissionSectioncre .ourMissionContentBoxcre h2 {
            font-size: 36px;
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectioncre .ourMissionContentBoxcre p {
            font-size: 16px;
            margin-bottom: 0px;
            color: #000000;
        }

    .ourMissionSectioncre .ourMissionImgBoxcre {
        margin-top: 50px;
    }

    .ourMissionSectioncre:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectioncre .ourMissionImgBoxcre {
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }

.misson-imagcre {
    width: 700px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .ourMissionSectioncre.container .row, .cre-content-row .container {
        height: 420px !important;
    }

    .misson-imagcre {
        width: 100%;
    }

    .ourMissionSectioncre .ourMissionContentBoxcre {
        top: 140px;
    }
}


/*testmonalis-responsibility----css--*/
.ourMissionSectionmon, .mon-content-row .container {
    position: relative;
    padding-top: 0px;
    margin-bottom: 100px;
}

    .ourMissionSectionmon .container .row, .mon-content-row .container {
        height: 500px;
    }

    .ourMissionSectionmon .ourMissionContentBoxmon {
        padding: 0px;
    }

    .ourMissionSectionmon .ourMissionContentBoxmon {
        position: relative;
        z-index: 5;
        color: #fff;
    }

        .ourMissionSectionmon .ourMissionContentBoxmon h2 {
            font-size: 36px;
            margin-bottom: 0px;
            color: #000000;
        }

        .ourMissionSectionmon .ourMissionContentBoxmon p {
            font-size: 16px;
            margin-bottom: 0px;
            color: #000000;
        }

    .ourMissionSectionmon .ourMissionImgBoxmon {
        margin-top: 50px;
    }

    .ourMissionSectionmon:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 110px;
        width: 70%;
        height: 500px;
        display: block;
        background-image: url("../images/square-bg.jpg");
        -webkit-border-radius: 8px 0px 0px 8px;
        border-radius: 8px 0px 0px 8px;
    }

    .ourMissionSectionmon .ourMissionImgBoxmon {
        position: absolute;
        top: 20px;
        left: 5%;
        z-index: 9;
        overflow: hidden;
    }

.misson-imagmon {
    width: 700px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .ourMissionSectionmon.container .row, .mon-content-row .container {
        height: 420px !important;
    }

    .misson-imagmon {
        width: 100%;
    }

    .ourMissionSectionmon .ourMissionContentBoxmon {
        top: 140px;
    }
}


/*careers--css*/
.careed {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}
.misson-11 {
    font-size: 30px;
    margin-bottom: 0px;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.misson-12 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #000000;
}

.misson-cre1 {
    width: 700px;
    border-radius: 20px;
    margin-top:30px;
    height:400px;
}

@media screen and (max-width: 768px) {
    .misson-cre1 {
        width: 100%;
      
    }
}

/*abouts--css--*/
.careed-1 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}


.misson-cre2 {
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
    height:400px;
}

@media screen and (max-width: 768px) {
    .misson-cre2 {
        width: 100%;
    }
}
/*disclaimer--policy*/
.careed-2 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}



.misson-cre3 {
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .misson-cre3 {
        width: 100%;
    }
}
/*faqs--css--*/
.careed-3 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}



.misson-cre4 {
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .misson-cre4 {
        width: 100%;
    }
}

/*invest--css--*/
.careed-4 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}



.misson-cre5 {
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .misson-cre5 {
        width: 100%;
    }
}

/*team--css--*/
.careed-5 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}


.misson-cre6 {
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
    height:400px;
}

@media screen and (max-width: 768px) {
    .misson-cre6 {
        width: 100%;
    }
}

/*Privay--css--*/
.careed-6 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}


.misson-cre7 {
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
}




@media screen and (max-width: 768px) {
    .misson-cre7 {
        width: 100%;
    }
}

/*socail--css--*/
.careed-7 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}


.misson-cre8 {
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .misson-cre8 {
        width: 100%;
    }
}
/*terms--css--*/
.careed-8 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}

.misson-cre9 {
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
    height:400px;
}

@media screen and (max-width: 768px) {
    .misson-cre9 {
        width: 100%;
    }
}
/*testi--css--*/
.careed-9 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}

.misson-cre10 {
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
  height:400px;
}

@media screen and (max-width: 768px) {
    .misson-cre10 {
        width: 100%;
    }
}


/*contact--css--*/
.careed-10 {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url("../images/square-bg-all.png");
    -webkit-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
}

.misson-cre11 {
    width: 700px;
    border-radius: 20px;
    margin-top: 30px;
    height: 400px;
}

@media screen and (max-width: 768px) {
    .misson-cre10 {
        width: 100%;
    }
    .careed-8 {
        
        height: auto !important;
}
    .careed {
        height: auto !important;
    }
    .careed-1 {
        height: auto !important;
    }
    .careed-2 {
        height: auto !important;
    }
    .careed-3 {
        height: auto !important;
    }
    .careed-4 {
        height: auto !important;
    }
    .careed-5 {
        height: auto !important;
    }
    .careed-6 {
        height: auto !important;
    }
    .careed-7 {
        height: auto !important;
    }
    .careed-9 {
        height: auto !important;
    }
    .careed-10 {
        height: auto !important;
    }
    .misc-service {
        display: block !important;
    }
}


/*shinner*/

.br {
    border-radius: 8px;
}

.w80 {
    width: 80%;
}

.card {
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 0 #a9a9a9;
    padding: 30px 40px;
    width: 100%;
    margin: 50px auto;
}

.wrapper {
    width: 0px;
    animation: fullView 0.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.comment {
    height: 10px;
    background: #777;
    margin-top: 5px;
    margin-bottom: 11px;
}

.squrefilterheading {
    height: 35px;
}

.squre {
    height: 60px;
}

.squre1 {
    height: 100px;
}

@keyframes fullView {
    100% {
        width: 100%;
    }
}


.animate {
    animation: shimmer 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}