﻿@charset "utf-8";
/* CSS Document */
html {
    font-size: 100%;
    direction: ltr;
    hidden;
    box-shadow: none !important;
}

body {
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    padding: 0 !important;
    margin: 0 !important;
    background: #FFFFFF;
}

body, ol li, p, ul li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #575757;
}

p {
    text-align: justify;
    line-height: 24px !important;
    margin-bottom: 10px;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #333;
        text-decoration: none;
    }

    a img {
        border: none;
    }

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}

ul.blocklist {
    display: block;
    list-style-type: none;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 13px;
}

*, body, ul.blocklist {
    margin: 0;
    padding: 0;
}

*, a, a:hover {
    text-decoration: none;
}

.clear, .clr, li.clr {
    clear: both;
}

ul {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

header, section, address, aside {
    margin: 0;
    padding: 0;
}

.floatL {
    float: left;
    margin: 3px 18px 5px 0px;
}

.floatR {
    float: right;
    margin: 0px 0px 20px 20px;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-top: 8px;
    overflow: hidden;
    color: #666 !important;
    font-size: 13px;
}

td, th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

ol {
    margin: 5px 0px 0px 15px;
}

.container-fluid {
    max-width: 1360px;
    margin: 0 auto;
}

@media (max-width:479px) {
    body {
        font-size: 13px;
    }
}

* {
    border: 0;
    outline: 0;
}

li.clr {
    float: none !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    background: 0 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.no-bg-img {
    background-image: none !important;
}

.no-bg {
    background: 0 0 !important;
}

.inline {
    display: inline-block !important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.static {
    position: static !important;
}

.display-none {
    display: none;
}

.advisor-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.heading h1, .heading h2 {
    margin-bottom: 10px;
    color: #004371;
}

.img-shadow {
    -webkit-box-shadow: -10px 10px 0 0 rgba(226, 228, 233, 1);
    -moz-box-shadow: -10px 10px 0 0 rgba(226, 228, 233, 1);
    box-shadow: -10px 10px 0 0 rgba(226, 228, 233, 1);
}

img {
    max-width: 100%;
}

input, textarea, select {
    position: relative;
    display: block;
    width: calc(100%);
    line-height: 24px;
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    height: 34px !important;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0px !important;
    font-size: 13px;
    padding: 5px;
}

textarea {
    height: 100px !important;
}

input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type=checkbox], input[type=radio] {
    padding: 0;
}

input[type=radio], input[type=checkbox] {
    line-height: normal;
    height: 18px !important;
    margin: 0px 0 0 -10px;
    !important;
    width: 18px;
}

.radio-inline input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    top: 2px;
}

ul.radiolist li {
    display: inline-block;
    margin-right: 5px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -24px;
    top: 2px;
}

.btn-orange, .btn-orange:hover {
    background: #f86810;
    color: #FFF !important;
}

.btn-blue, .btn-blue:hover {
    background: #0d47a1;
    color: #FFF !important;
}

.normarg {
    margin-left: 0;
    margin-right: 0;
}

.navbar-default {
    margin: 0;
    border-radius: 0;
    border: none;
    background: #9f238c;
}

    .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:visited, .navbar-default .navbar-brand:focus {
        color: #F5f5f5;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:visited {
        color: #F0F0F0;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #F5f5f5 !important;
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
    }

    .navbar-default .dropdown-menu {
        background-color: #FFFFFF !important;
        border: 1px solid #DDD !important;
    }

    .navbar-default .nav li .dropdown-menu li a {
        color: #777 !important;
        padding: 7.5px 15px;
        white-space: nowrap;
        min-width: 200px;
    }

    .navbar-default .nav li .dropdown-menu li {
        border-bottom: 1px solid #DDD;
    }

        .navbar-default .nav li .dropdown-menu li:last-child {
            border-bottom: none;
        }

        .navbar-default .nav li .dropdown-menu li a:after {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: top;
        }

        .navbar-default .nav li .dropdown-menu li a:hover {
            background: #f3f3f3;
            color: #1d88e5 !important;
        }

    .navbar-default .nav.main li .dropdown-menu:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFFFFF;
        top: -10px;
        left: 20%;
    }

    .navbar-default .navbar-right.nav li .dropdown-menu:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFFFFF;
        top: -10px;
        right: 10% !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        border-color: transparent !important;
        background: none;
    }

.provife-btn a {
    padding: 12px 12px !important;
}

.right-menu li a {
    padding: 5px 12px !important;
}

.configuration {
    padding: 5px 10px 2px;
    !important;
}

    .configuration li {
        padding-top: 5px;
    }

.applyconfig input.btn-primary {
    background: #9f238c;
    border-radius: 3px;
    margin: 2px 0 5px;
}

.set-agency {
    padding: 0;
}

section.main {
    padding: 20px 0;
}

.set-agency a {
    padding: 5px 8px;
    border-radius: 3px;
    color: #f0f0f0;
    background: rgba(248,80,50,1);
    background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(183,28,28,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(183,28,28,1)));
    background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(183,28,28,1) 100%);
    background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(183,28,28,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(183,28,28,1) 100%);
    background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(183,28,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#b71c1c', GradientType=0 );
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.quick-icons {
    margin: 0;
}

    .quick-icons .heading-quicklinks {
        font-size: 24px;
        line-height: 32px;
        margin: 18px 0 20px 0;
        text-align: center;
        color: #9f238c;
        font-weight: 300;
    }

ul.quickicons {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 10px;
}

    ul.quickicons li {
        display: inline-block;
        text-align: center;
        width: calc(14.28% - 5px);
        cursor: pointer;
    }

        ul.quickicons li:hover {
            transition: all 0.3s ease-in;
        }

        ul.quickicons li .title {
            color: #9f238c;
            font-size: 14.5px;
            line-height: 42px;
            text-transform: uppercase;
        }

        ul.quickicons li span {
            border: 1px dashed #9f238c;
            border-radius: 50%;
            width: 90px;
            height: 90px;
            margin: 0 auto !important;
            display: block;
            transition: all 0.1s ease-in;
            position: relative;
        }

            ul.quickicons li span i {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition: all 0.2s ease-in;
            }

        ul.quickicons li:nth-child(1) span i {
            width: 50px;
            height: 29px;
            background-position: -583px -6px;
        }

        ul.quickicons li:nth-child(2) span i {
            width: 51px;
            height: 30px;
            background-position: -480px -8px;
        }

        ul.quickicons li:nth-child(3) span i {
            width: 39px;
            height: 39px;
            background-position: -538px -6px;
        }

        ul.quickicons li:nth-child(4) span i {
            width: 74px;
            height: 25px;
            background-position: -409px -129px;
        }

        ul.quickicons li:nth-child(5) span i {
            width: 62px;
            height: 48px;
            background-position: -571px -111px;
        }

        ul.quickicons li:nth-child(6) span i {
            width: 38px;
            height: 51px;
            background-position: -302px -6px;
        }

        ul.quickicons li:nth-child(7) span i {
            width: 50px;
            height: 50px;
            background-position: -398px -6px;
        }

        ul.quickicons li:nth-child(1):hover span i {
            width: 50px;
            height: 29px;
            background-position: -583px -67px;
        }

        ul.quickicons li:nth-child(2):hover span i {
            width: 51px;
            height: 30px;
            background-position: -480px -69px;
        }

        ul.quickicons li:nth-child(3):hover span i {
            width: 39px;
            height: 39px;
            background-position: -538px -67px;
        }

        ul.quickicons li:nth-child(4):hover span i {
            width: 74px;
            height: 25px;
            background-position: -326px -129px;
        }

        ul.quickicons li:nth-child(5):hover span i {
            width: 62px;
            height: 48px;
            background-position: -500px -111px;
        }

        ul.quickicons li:nth-child(6):hover span i {
            width: 38px;
            height: 51px;
            background-position: -302px -67px;
        }

        ul.quickicons li:nth-child(7):hover span i {
            width: 50px;
            height: 50px;
            background-position: -398px -67px;
        }


        ul.quickicons li:hover span {
            text-shadow: 0 -1px 0 rgba(0,0,0,.25);
            background-color: #e85b54;
            background-image: -webkit-linear-gradient(top,#e85b54 0,#b22520 100%);
            background-image: -o-linear-gradient(top,#e85b54 0,#b22520 100%);
            background-image: linear-gradient(to bottom,#e85b54 0,#b22520 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE85B54', endColorstr='#FFB22520', GradientType=0);
            border-color: #b22520;
            box-shadow: inset 0 1px 0 rgba(242,164,162,.6), 0 1px 2px rgba(0,0,0,.05);
        }

.icon {
    background: url(../images/img-sprits.png);
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 12px !important;
    position: relative;
    top: 2px;
}

.air-menu {
    width: 24px;
    height: 15px;
    background-position: -9px -9px;
}

.hotel-menu {
    width: 24px;
    height: 15px;
    background-position: -41px -9px;
}

.transfers-menu {
    width: 19px;
    height: 19px;
    background-position: -69px -6px;
}

.profile-menu {
    width: 21px;
    height: 21px;
    background-position: -90px -6px;
    margin-right: 2px !important;
}

.one-star {
    width: 81px;
    height: 15px;
    background-position: -9px -38px;
}

.two-star {
    width: 81px;
    height: 15px;
    background-position: -9px -67px;
}

.three-star {
    width: 81px;
    height: 15px;
    background-position: -9px -96px;
}

.four-star {
    width: 81px;
    height: 15px;
    background-position: -9px -125px;
}

.five-star {
    width: 81px;
    height: 15px;
    background-position: -9px -153px;
}

.owl-left {
    width: 32px;
    height: 24px;
    background-position: -550px -113px;
}

.owl-right {
    width: 32px;
    height: 24px;
    background-position: -587px -113px;
}

.customercare {
    width: 16px;
    height: 14px;
    background-position: -113px -6px;
}

.agency {
    width: 10px;
    height: 16px;
    background-position: -13px -176px;
}

.doller {
    width: 8px;
    height: 15px;
    background-position: -30px -177px;
}

.callender {
    width: 16px;
    height: 15px;
    background-position: -43px -177px;
}

.cars {
    width: 74px;
    height: 25px;
    background-position: -222px -8px;
}

.down-arrow {
    width: 6px;
    height: 15px;
    background-position: -139px -6px;
}

.up-arrow {
    width: 6px;
    height: 15px;
    background-position: -147px -6px;
}

.location {
    width: 12px;
    height: 16px;
    background-position: -159px -6px;
}

.password {
    width: 26px;
    height: 26px;
    background-position: -67px -174px;
}

.vertical {
    width: 90px;
    height: 90px;
}

    .vertical.flight {
        background-position: 10px -4px;
    }

    .vertical.hotel {
        background-position: -73px -4px;
    }

    .vertical.packages {
        background-position: -155px -4px;
    }

    .vertical.bus {
        background-position: -238px -4px;
    }

    .vertical.train {
        background-position: -320px -4px;
    }

    .vertical.insurance {
        background-position: -402px -4px;
    }

    .vertical.payment {
        background-position: -484px -4px;
    }

    .vertical.transfer {
        background-position: -568px -4px;
    }

    .vertical.sightseeing {
        background-position: -654px -4px;
    }

.icon2 {
    background: url(../images/iconsprite.png) no-repeat;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.navbar-form .form-group select {
    background: none !important;
    color: #FFF;
    padding: 2px 3px;
    ;
    font-size: 12.5px;
    height: 30px !important;
}

.navbar-form .form-group .btn-primary {
    background-color: #e85b54 !important;
    background-image: -webkit-linear-gradient(top,#e85b54 0,#b22520 100%);
    background-image: -o-linear-gradient(top,#e85b54 0,#b22520 100%);
    background-image: linear-gradient(to bottom,#e85b54 0,#b22520 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE85B54', endColorstr='#FFB22520', GradientType=0);
    border-color: #b22520;
    box-shadow: inset 0 1px 0 rgba(242,164,162,.6), 0 1px 2px rgba(0,0,0,.05);
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    background-color: #F5F5F5 !important;
}

.custom-scroll::-webkit-scrollbar {
    width: 10px !important;
    background-color: #F5F5F5 !important;
}

custom-scroll::-webkit-scrollbar-thumb {
    background-color: #000000 !important;
    border: 2px solid #555555 !important;
}

.navbar-form .form-group select option {
    color: #575757 !important;
}

section.middle {
    color: #FFF;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 20px 0 25px;
}

.promoheadings {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.promo .item .package-details {
    padding: 10px 5px;
}

    .promo .item .package-details .package-name {
        color: #2962FF;
        font-size: 16.5px;
    }

    .promo .item .package-details .pcakage-location {
        font-size: 14px;
    }

    .promo .item .package-details .link {
        margin-top: 10px;
    }

        .promo .item .package-details .link .btn-default {
            font-size: 12.5px;
            color: #f0f0f0;
            background: rgba(248,80,50,1);
            background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(183,28,28,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(183,28,28,1)));
            background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(183,28,28,1) 100%);
            background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(183,28,28,1) 100%);
            background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(183,28,28,1) 100%);
            background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(183,28,28,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#b71c1c', GradientType=0 );
        }

section.booking-queue {
    padding: 20px 0;
}

.booking-queue .form-group {
    margin: 10px 0;
}

.booking-queue .row {
    margin-bottom: 10px !important;
}

.table.queue-table {
    font-size: 13px !important;
}

.queue-table tr:first-child td {
    background: #9f238c;
    color: #FFF;
}

.divheading {
    color: #9f238c;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
}

.copywrite li, .copywrite li a {
    display: inline-block;
    margin-right: 15px;
    color: #333;
    font-size: 12.5px;
    position: relative;
}

    .copywrite li a:hover {
        color: #9f238c;
    }

.copywrite {
    text-align: center;
    margin-top: 10px;
    padding: 0 0 10px 0;
    border-top: 1px solid #DDD;
}

.divsubheading {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

section.agencyinfo {
    padding: 5px 0;
    border-bottom: 1px solid #DDD;
}

ul.agency-links {
    display: flex;
    width: 100%;
}

    ul.agency-links li {
        display: inline-block;
        color: #78909C;
        flex-grow: 1;
        text-align: center;
        font-size: 12.5px;
    }

        ul.agency-links li span {
            color: #263238;
        }

        ul.agency-links li:after {
            content: "|";
            position: absolute;
            margin-left: 22px;
            color: rgba(255,255,255,0.5);
        }


/*----- Hotel Result CSS Starts Here-----*/
.modifysearch {
    background: #f5f5f5;
    padding: 10px 0 10px !important;
}

    .modifysearch .hotelrname {
        font-size: x-large;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .modifysearch .hotelrname span {
            padding-top: 5px;
        }

    .modifysearch .hotelrduration {
        font-size: 13px;
        text-align: center;
        line-height: 18px;
    }

    .modifysearch .hotelrdays {
        padding: 5px 0;
        text-align: center;
    }

        .modifysearch .hotelrdays li {
            display: inline-block;
            margin-right: 10px;
            font-size: 12.5px;
            color: #777;
        }

            .modifysearch .hotelrdays li span {
                color: #90A4AE;
            }

    .modifysearch .sortbox2 li {
        display: inline-block;
        margin-right: 20px;
    }

        .modifysearch .sortbox2 li, .modifysearch .sortbox2 li a {
            color: #546E7A;
        }

            .modifysearch .sortbox2 li:first-child {
                color: #263238;
            }

.rowseprator {
    border-top: 1px solid #CFD8DC;
    margin-top: 5px;
    padding-top: 10px;
}

.qickquates {
    min-width: 250px;
}

    .qickquates li {
        margin: 0 15px !important;
        display: inline-block !important;
        width: calc(100% - 30px);
    }

        .qickquates li .form-group {
            width: calc(100%) !important;
        }

        .qickquates li .form-groud {
            padding: 0 !important;
        }

        .qickquates li lable {
            font-size: 12.5px;
        }

        .qickquates li .col-md-4, .qickquates li .col-md-8 {
            padding: 0 !important;
        }

.hotel_package {
    border: 1px solid #DDD;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;
}

    .hotel_package:nth-child(even) {
        background: #F9F9F9;
    }

    .hotel_package:hover {
        -webkit-box-shadow: 0px 0px 31px 0px rgba(38,50,56,0.25);
        -moz-box-shadow: 0px 0px 31px 0px rgba(38,50,56,0.25);
        box-shadow: 0px 0px 31px 0px rgba(38,50,56,0.25);
    }

    .hotel_package .hotelrdetails {
        padding: 0;
    }

    .hotel_package:after {
        clear: both;
        content: "";
        display: block;
    }

    .hotel_package .hotelcity, .hotel_package .hotelcity a {
        font-size: 12.5px;
    }

        .hotel_package .hotelcity a {
            color: #2962FF;
            margin-left: 5px;
        }

    .hotel_package .compare input[type=checkbox] {
        margin-left: 5px;
        top: 6px;
    }

    .hotel_package .compare input {
        display: inline-block;
        width: 18px;
        height: 18px;
        position: relative;
        top: 10px;
        margin-right: 10px;
    }

    .hotel_package .hotelname a {
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
        color: #263238 !important;
    }

    .hotel_package .hotelrprice {
        text-align: center;
        padding-top: 50px;
    }

        .hotel_package .hotelrprice .price {
            font-size: 14px;
            color: #777;
        }

            .hotel_package .hotelrprice .price span {
                font-size: 20px;
                font-weight: bold;
                color: #212121;
            }

        .hotel_package .hotelrprice .roombtn {
            padding-top: 10px;
        }

.btn-bluegr {
    color: #FFF;
    background: #f34f4f;
    transition: all 0.3s ease-in;
}

    .btn-bluegr:hover {
        color: #FFF;
        background: #f34f4f;
    }

section.modifysearchexpand {
    padding: 20px 0;
    background: #ECEFF1;
}

.roomlable {
    padding: 5px 0px;
    ;
    margin-top: 20px;
}

.advancesearchexpand {
    padding: 25px 0 10px;
}

.sidebarlefthotel .pricerangefilter span {
    position: absolute;
    right: 0px;
    font-size: 13px;
    top: 5px;
    text-decoration: underline;
}

    .sidebarlefthotel .pricerangefilter span a {
        color: #777;
    }

.sidebarlefthotel .pricerangefilter {
    color: #f86810;
    font-size: 18px;
    position: relative;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .sidebarlefthotel .pricerangefilter:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #DDD;
        top: 35px;
        left: 10px;
    }

.sidebarlefthotel .pricerangeslider {
    padding-top: 10px;
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.sidebarlefthotel {
    border: 1px dashed #DDD;
    padding: 10px 15px;
}

    .sidebarlefthotel .specialfilters .checkbox-inline + .checkbox-inline, .sidebarlefthotel .specialfilters .radio-inline + .radio-inline {
        margin-left: 0 !important;
        text-align: left;
    }

    .sidebarlefthotel .specialfilters .title {
        font-size: 16px;
        margin: 10px 0;
        color: #575757;
    }

    .sidebarlefthotel .specialfilters .checkbox-inline, .sidebarlefthotel .specialfilters .radio-inline {
        display: block;
    }

    .sidebarlefthotel .starscategory .title {
        font-size: 16px;
        margin: 14px 0 7px;
        position: relative;
    }

        .sidebarlefthotel .starscategory .title span {
            position: absolute;
            right: 0px;
            font-size: 13px;
            top: -2px;
            text-decoration: underline;
        }

            .sidebarlefthotel .starscategory .title span a {
                color: #777;
            }

    .sidebarlefthotel .starscategory .checkbox-inline, .sidebarlefthotel .starscategory .radio-inline {
        display: block;
    }

        .sidebarlefthotel .starscategory .checkbox-inline + .checkbox-inline, .sidebarlefthotel .starscategory .radio-inline + .radio-inline {
            margin-left: 0 !important;
            text-align: left;
        }

    .sidebarlefthotel .specialfilters, .sidebarlefthotel .starscategory, .sidebarlefthotel .pricerangeslider, .sidebarlefthotel .searchbyhotelname {
        border-bottom: 1px dashed #DDD;
        padding-bottom: 10px;
    }

.container .hotel_package_details .resultleft {
    width: calc(30%);
    display: inline-block;
    vertical-align: top;
}

.container .hotel_package_details .resultright {
    width: calc(70% - 10px);
    display: inline-block;
    vertical-align: top;
}

    .container .hotel_package_details .resultright .hotelrdetails {
        width: calc(75%);
        display: inline-block;
        padding: 10px;
    }

    .container .hotel_package_details .resultright .hotelrprice {
        width: calc(25% - 5px);
        display: inline-block;
    }

.container .hotel_package_details .resultleft figure img {
    width: calc(100%);
    height: auto;
}

.container .hotel_package .hotelcity, .hotel_package .hotelcity a {
    display: inline-block !important;
}

.container-fluid .hotel_package_details .resultleft {
    width: calc(32%);
    display: inline-block;
    vertical-align: top;
}

.container-fluid .hotel_package_details .resultright {
    width: calc(68% - 5px);
    display: inline-block;
    vertical-align: top;
}

    .container-fluid .hotel_package_details .resultright .hotelrdetails {
        width: calc(75%);
        display: inline-block;
        padding: 5px;
        vertical-align: top;
    }

    .container-fluid .hotel_package_details .resultright .hotelrprice {
        width: calc(25% - 5px);
        display: inline-block;
        vertical-align: top;
        padding-top: 15px;
    }

.container-fluid .hotel_package_details .resultleft figure img {
    width: calc(100%);
    height: auto;
}

.container-fluid .hotel_package_details .resultright .roombtn {
    display: none;
}

.container-fluid .hotel_package .hotelcity, .hotel_package .hotelcity a {
    display: none;
}

.container-fluid .hotel_package .hotelname a {
    font-size: 16px;
    margin-bottom: 0px;
    color: #0d47a1 !important;
}

.hotel_package {
    border: 1px solid #DDD;
    transition: all 0.3s ease-in;
    margin-bottom: 20px;
}

    .hotel_package:nth-child(even) {
        background: #F9F9F9;
    }

    .hotel_package:hover {
        -webkit-box-shadow: 0px 0px 31px 0px rgba(38,50,56,0.25);
        -moz-box-shadow: 0px 0px 31px 0px rgba(38,50,56,0.25);
        box-shadow: 0px 0px 31px 0px rgba(38,50,56,0.25);
    }


/*------------------------Login Page CSS-------------------------*/

#login-page {
    background: url(../images/hdr_btm_bg.jpg) repeat, linear-gradient(#e0e0e0, #ffffff 30%);
    border-bottom: 1px solid #DDD;
    background-size: contain;
}

.demo-link a {
    color: #0e3b55;
}

.logo-text a {
    font-size: 36px;
    font-weight: 600;
    color: #F44336;
    ;
}

.logo-text {
    padding: 9px 0px 9px 0px;
}

    .logo-text a span {
        display: block;
        font-size: 13.5px;
        letter-spacing: normal;
        font-weight: normal;
        color: #888;
    }

.login-main h1 {
    font-family: 'aleolight';
    font-size: 48px;
    line-height: 56px;
    color: #2f2f2f;
    padding: 60px 0px 0px 0px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}

.login-main h2 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.baner-login {
    background: url(../images/bg-qicklinks.jpg) no-repeat center center;
    display: block;
    background-size: cover;
}

.login {
    padding: 10px 5px !important;
    border: 1px solid #DDD;
    background: rgba(255,255,255,0.8);
}

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
    overflow: hidden;
}

    .icon-addon:after, .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:after {
        clear: both;
    }

    .icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
        position: absolute;
        z-index: 2;
        left: 10px;
        font-size: 20px;
        width: 36px;
        margin-left: -9.5px;
        text-align: center;
        padding: 7px 0 5px;
        ;
        top: 1px;
        background: #9f238c;
        color: #FFF;
    }

    .icon-addon.addon-lg .form-control {
        line-height: 1.33;
        height: 46px;
        font-size: 18px;
        padding: 10px 16px 10px 40px;
    }

    .icon-addon.addon-sm .form-control {
        height: 30px;
        padding: 5px 10px 5px 28px;
        font-size: 12px;
        line-height: 1.5;
    }

    .icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
        font-size: 18px;
        margin-left: 0;
        left: 11px;
        top: 4px;
    }

    .icon-addon.addon-md .form-control, .icon-addon .form-control {
               float: left;
        font-weight: normal;
    }

.form-control {
    border: 1px solid #9f238c !important;
}

.icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px;
}

.nobg {
    background: none !important;
}

.demo i {
    font-size: 20px;
}

.login-btn .btn-primary {
    background: #9f238c;
    border: none;
    font-size: 14.5px !important;
}

.demo-btn .btn-primary {
    background: #000;
    border-color: #cc2321;
    font-size: 16px !important;
}

.top-right {
    padding: 25px 0 10px;
}

    .top-right ul {
        display: flex;
        width: 100%;
    }

    .top-right li {
        display: inline-block;
        flex-grow: 1;
        text-align: center;
        margin-right: 10px;
    }

    .top-right .form-control {
        font-size: 12px;
    }

.bannertext {
    position: absolute;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}

    .bannertext .title span {
        display: block;
        letter-spacing: 5px;
    }

    .bannertext .title {
        font-size: 54px;
        display: block;
        font-weight: 600;
        color: rgba(255,255,255,0.8);
        text-align: center;
        line-height: 72px;
    }

    .bannertext p {
        text-align: center;
        color: #DDD;
    }

.request-demo {
    text-align: center;
}

    .request-demo a, .request-demo a:hover, .request-demo a:focus, .request-demo a:visited {
        border: 2px dashed #FFF;
        color: #FFF;
        margin-top: 10px;
        font-size: 16px;
        padding: 10px 15px;
        background: rgba(255,255,255,0.1);
        border-radius: 0;
    }

section.contact-us {
    padding: 40px 0;
}

.heading-contact-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}

.heading-contact {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 36px;
    position: relative;
}

    .heading-contact span {
        font-weight: normal;
        color: #666;
    }

    .heading-contact:before {
        width: 60px;
        height: 5px;
        background: #333;
        display: block;
        content: "";
        position: absolute;
        bottom: -2px;
    }

    .heading-contact:after {
        width: 100%;
        height: 1px;
        background: #b4b4b4;
        display: block;
        margin: 10px 0;
        z-index: 99999;
        top: 0;
        content: "";
    }

.contact-form .icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .contact-form .icon-addon.addon-md .fa, .contact-form .icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 20px;
    width: 36px;
    margin-left: -8.5px;
    text-align: center;
    padding: 7px 0 5px;
    top: 1px;
    background: #FFF;
    color: #333;
    border-right: 1px solid #DDD;
    overflow: hidden !important;
    height: 31px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.servicelist li {
    display: inline-block;
    width: calc(16.6% - 5px);
}

.servicelist {
    margin: 30px auto;
    text-align: center;
}

.service-text {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

h2.heading2 {
    font-size: 28px;
    line-height: 36px;
    display: block;
    margin-bottom: 40px;
    text-transform: capitalize;
    color: #333;
    font-weight: 300;
}

    h2.heading2 span {
        font-weight: 800;
    }

.margin-top-30 {
    margin-top: 30px;
}

margin-top-60 {
    margin-top: 60px:;
}
 .statusMsg li span {
        float: left;
        width: 19px;
        height: 19px;
        margin: 0 5px 0 0;
        background: url(../Images/corp_icons.png) no-repeat;
    }




    .statusMsg.success li span {
        background-position: -408px -85px;
    }

    .statusMsg.error li span {
        background-position: -408px -115px;
    }

    .statusMsg.warning li span {
        background-position: -408px -145px;
    }

    .statusMsg.info li span {
        background-position: -408px -178px;
    }


    .statusMain {
        margin: 10px 40%;
        text-align: left;
        width: auto;
        font-size: 12px;
        position: fixed;
        z-index: 2000;
    }

    .statusMsg {
        color: #FFF;
        line-height: 25px;
        border-radius: 4px;
        box-shadow: 1px 2px 6px #CCC;
        float: left;
        padding: 10px 20px;
        width: 90%;
        background: black;
        text-align: center;
    }

        .statusMsg.error {
            background-color: #A2A2A2;
        }

        .statusMsg.success {
            background-color: #02A2CD;
        }

        .statusMsg.warning {
            background-color: #A2A2A2;
        }

        .statusMsg.info {
            background-color: #9f238c;
        }

        .statusMsg ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .statusMsg li {
            margin: 0;
            padding: 0 0 0 5px;
        }


@media (min-width: 900px) {
    .mapviewon {
        height: 410px !important;
    }

    .container-fluid .hotel_result_packages, .container-fluid .sidebarlefthotel {
        height: 410px;
        overflow-y: scroll;
    }

        .container-fluid .hotel_result_packages::-webkit-scrollbar-track, .container-fluid .sidebarlefthotel::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

        .container-fluid .hotel_result_packages::-webkit-scrollbar, .container-fluid .sidebarlefthotel::-webkit-scrollbar {
            width: 5px;
            background-color: #F5F5F5;
        }

        .container-fluid .hotel_result_packages::-webkit-scrollbar-thumb, .container-fluid .sidebarlefthotel::-webkit-scrollbar-thumb {
            background-color: #0d47a1;
            border: 2px solid #555555;
        }

    .container-fluid .hotel_package {
        margin-bottom: 10px !important;
    }

    .baner-login {
        min-height: 450px;
        padding: 60px 0;
    }
}

.pralleximg {
    background: url(../images/scrollimg.jpg) no-repeat center center;
    position: relative;
    background-attachment: fixed;
    min-height: 350px;
    background-size: cover;
}

.btext {
    font-size: 36px;
    display: block;
    color: rgba(255,255,255,0.8);
    text-align: center;
    line-height: 54px;
    margin-top: 90px;
}

    .btext strong {
        color: #FFC107;
        opacity: 0.85;
    }

.modal-body, .modal-header {
    background: #F5F5F5;
}

.contact-brach {
    padding: 0 15px;
}

    .contact-brach p {
        font-size: 14px;
        line-height: 28px !IMPORTANT;
    }

        .contact-brach p strong {
            color: #000;
            font-weight: 600;
        }

.cname {
    font-size: 18px;
    color: #000;
    line-height: 40px;
    margin-bottom: 5px;
}

.contact-form .btn-primary, .contact-form .btn-primary:hover, .contact-form .btn-primary:focus, .contact-form .btn-primary:visited {
    border: 1px solid #F44336;
    background: #F44336;
    color: #FFF;
    padding: 7px 15px !important;
}

@media (max-width: 768px) {
    ul.quickicons li, {
        width: calc(33.33% - 5px);
    }

    ul.agency-links li {
        width: calc(100%) !important;
        text-align: center;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding-bottom: 10px;
    }

        ul.agency-links li:last-child {
            border-bottom: none !important;
        }

    .quick-icons .heading-quicklinks {
        margin: 30px 0;
    }

    .quick-icons {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        width: 112px;
        height: 32px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-right: -6px;
    }

    .copywrite li {
        padding-right: 20px;
    }

        .copywrite li:after {
            content: "|";
            position: absolute;
            right: 0;
            margin-left: 10px;
        }

        .copywrite li:last-child:after {
            content: "";
        }

    ul.agency-links li:after {
        content: "|";
        position: absolute;
        margin-left: 22px;
        color: #78909C;
    }

    ul.agency-links li:last-child:after {
        content: "";
    }
}

@media (max-width: 480px) {
    .quick-icons {
        padding-bottom: 20px;
    }

        .quick-icons .heading-quicklinks {
            line-height: 24px;
            margin: 30px 0;
        }

    ul.quickicons li {
        width: calc(50% - 5px) !important;
    }

    ul.agency-links li:after {
        content: "";
    }

    .copywrite li {
        display: block;
    }

    ul.agency-links, ul.agency-links li {
        display: block;
    }

    .container .hotel_package_details .resultleft {
        width: calc(100%);
        display: block;
        vertical-align: top;
    }

    .container .hotel_package_details .resultright {
        width: calc(100%);
        display: block;
        vertical-align: top;
    }

    .hotel_package .hotelrprice {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .container .hotel_package_details .resultright .hotelrdetails {
        width: calc(100%);
        display: block;
        padding: 10px;
    }

    .container .hotel_package_details .resultright .hotelrprice {
        width: calc(100%);
        display: block;
    }

    .hotel_result_packages {
        margin-top: 20px;
    }

    .logo-text {
        text-align: center;
    }

    .bannertext .title {
        font-size: 16px;
        line-height: 32px;
    }

    .bannertext {
        transform: translate(-50%, -50%);
    }

        .bannertext p {
            display: none;
        }

    .banner {
        position: relative;
    }

    .bannertext .title span {
        font-size: 24px;
    }

    .top-right ul {
        display: block;
    }

        .top-right ul li {
            width: calc(100%);
            display: block;
        }
    /*Status start*/
   
    /*Status end*/
    .servicelist li {
        display: inline-block;
        width: calc(33.33% - 5px);
        margin-bottom: 10px;
    }

    .btext {
        font-size: 28px;
        display: block;
        color: rgba(255,255,255,0.8);
        text-align: center;
        line-height: 42px;
        margin: 90px auto;
    }
}
