﻿@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-Black.woff2') format('woff2'), url('../../fonts/Calibre-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-Light.woff2') format('woff2'), url('../../fonts/Calibre-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-BlackItalic.woff2') format('woff2'), url('../../fonts/Calibre-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-BoldItalic.woff2') format('woff2'), url('../../fonts/Calibre-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-Bold.woff2') format('woff2'), url('../../fonts/Calibre-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-LightItalic.woff2') format('woff2'), url('../../fonts/Calibre-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-Medium.woff2') format('woff2'), url('../../fonts/Calibre-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-MediumItalic.woff2') format('woff2'), url('../../fonts/Calibre-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-Regular.woff2') format('woff2'), url('../../fonts/Calibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-Semibold.woff2') format('woff2'), url('../../fonts/Calibre-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-RegularItalic.woff2') format('woff2'), url('../../fonts/Calibre-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-Thin.woff2') format('woff2'), url('../../fonts/Calibre-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-SemiboldItalic.woff2') format('woff2'), url('../../fonts/Calibre-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../fonts/Calibre-ThinItalic.woff2') format('woff2'), url('../../fonts/Calibre-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Allison';
    src: url('../../fonts/Allison-Regular.woff2') format('woff2'), url('../../fonts/Allison-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



header.Ahuja-h {
    position: relative;
    z-index: 9999999999;
    background-color: #000000e6 !important;
    font-family: 'Calibre' !important;
}
    
    /*Navigation*/
    #nav {
        background: transparent;
        font-weight: 400;
        min-height: auto;
        position: relative;
        width: auto;
        transition: background .3s ease, height .4s ease;
    }

    #nav > a {
        display: none;
    }

    #nav li {
        position: relative;
    }

        #nav li a {
            color: #fff;
            display: block;
            text-decoration: none;
            cursor: pointer;
        }

            #nav li a:active { /*background-color: #ffffff !important;*/
            }

    #nav span:after {
        width: 0;
        height: 0;
        border: 0.313em solid transparent; /* 5 */
        border-bottom: none;
        border-top-color: #f2f2f2;
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
        right: -0.313em; /* 5 */
    }

    #nav .first span::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #d4297e rgba(0, 0, 0, 0) -moz-use-text-color;
        border-image: none;
        border-style: solid solid none;
        border-width: 0.313em 0.313em medium;
        content: "";
        display: inline-block;
        height: 0;
        position: absolute;
        right: 10px;
        top: 15px;
        vertical-align: middle;
        width: 0;
    }

    /* first level */
    #nav > ul {
        background: transparent;
        list-style: outside none none;
        padding-left: 0;
        margin: 0;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

        #nav > ul > li {
            float: left;
            height: auto;
            margin: 0px 4px;
        }

            #nav > ul > li > a {
                background: transparent;
                font-size: 18px;
                font-weight: 300;
                padding: 6.5px 0px;
                text-align: left;
                text-transform: capitalize;
                transition: all 0.3s ease-in;
                letter-spacing: 0px;
                line-height:28px;
            }

                #nav > ul > li > a::before {
                    content: '';
                    position: absolute;
                    left: 0px;
                    bottom: 9px;
                    width: 100%;
                    height: 1px;
                    background: transparent;
                    transition: all 0.1s ease-in;
                }

            #nav > ul > li:hover a::before {
                background: #fb9800;
                transition: all 0.1s ease-in;
            }



            #nav > ul > li a.active-nav::before {
                background: #fb9800;
            }

            #nav > ul > li:not ( :last-child    ) > a {
                border-right: 1px solid #bf002d;
            }

            #nav > ul > li:hover > a, #nav > ul:not ( :hover    ) > li.active > a {
                background: #c9285c;
            }

    /* second level */
    #nav li .first {
        background-color: #fff;
        display: none;
        list-style: outside none none;
        min-width: 200px;
        position: absolute;
        top: 100%;
        z-index: 4;
        float: left;
        padding: 0px 0px 0px 0px;
    }

        #nav li .first.fixwid {
            min-width: 1000px;
        }

        #nav li .first .fixcol {
            min-width: 196px;
            display: inline-block;
            float: left;
            padding: 0px 10px;
        }

            #nav li .first .fixcol h5 {
                font-size: 16px;
                text-transform: uppercase;
            }

    #nav .inner-list {
        padding: 0px;
    }

        #nav .inner-list li {
            display: block;
            text-align: left;
        }

            #nav .inner-list li a {
                border-top: 0px solid #ddd;
                padding: 0px 6px;
                line-height: 16px;
                font-size: 14px;
            }

                #nav .inner-list li a:hover {
                    background: transparent;
                    color: #ff0000;
                }

    #nav .submenu {
        color: #ff0000;
    }

    #nav li:hover .first {
        display: block;
        left: 0;
        right: 0;
        transition: all 0.3s ease-in 0s;
    }

    #nav li ul li .second {
        background-color: #fff;
        box-shadow: 1px 4px 5px #999999;
        display: none;
        left: 100% !important;
        list-style: outside none none;
        min-width: 200px;
        padding-left: 0;
        position: absolute;
        top: 0;
        z-index: 4;
    }

    #nav li ul li:hover .second {
        display: block;
        left: 0;
        right: 0;
    }

    #nav li:not ( :first-child    ) :hover ul {
        left: -1px;
    }

    #nav li ul a {
        background: #ffffff none repeat scroll 0 0;
        border-top: 0px solid #dddddd;
        font-size: 18px;
        padding: 6px 6px 2px 20px;
        text-decoration: none;
        color: #000;
        font-weight: 300;
        transition: all 0.3s ease-in;
        letter-spacing: 0px;
    }

        #nav li ul a:hover {
            background: #fb9800;
            color: #fff !important;
            transition: all 0.3s ease-in;
        }

    #nav li ul li a:hover, #nav li ul:not ( :hover    ) li.active a {
        background-color: #ffffff;
        color: #333;
    }

ul.first li a {
    width: 100%;
}

    ul.first li a:hover {
        color: #fff;
    }

.navbar-header {
    float: right;
}
/*Navigation End*/
header {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ah-nav-main {
    display: flex;
    align-items: center;
}

.ah-logo {
    width: 280px;
}

    .ah-logo img {
        width: 192px;
    }

.ah-nav-main .collapse.navbar-collapse {
    width: calc(100% - 560px);
}

    .ah-nav-main .collapse.navbar-collapse #nav {
        display: flex;
        justify-content: center;
    }

.cont-nmbr {
    width: 280px;
    text-align: right;
    margin-top: 12px;
}

    .cont-nmbr a {
        color: #ffffff;
        font-size: 30px;
        text-decoration: none !important;
        font-weight: 100;
        transition: all 0.2s;
    }

        .cont-nmbr a:hover {
            text-decoration: none !important;
            color: #fb9800;
        }

header.Ahuja-h .container-fluid {
    padding-left: 5vw;
    padding-right: 5vw;
}

/*.ofc-home-main {
    top: 130px !important;
}

.carousel-inner .banner-img {
    height: 1320px !important;
}*/



/*--------------Ahuja Footer Start ---------------------*/
footer.Ahuja-footer {
    padding: 0px;
    padding-bottom: 0px;
    border-top: 0px solid rgba(216, 208, 208, 0.937);
    border-bottom: 0px solid rgba(216, 208, 208, 0.937);
}

footer.Ahuja-footer {
    background: url(/images/ah-footer-image.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.Ahuja-footer .footer_center {
    padding-top: 20px;
    padding-bottom: 10px;
}

    .Ahuja-footer .footer_center .container-fluid {
        padding-left: 5vw;
        padding-right: 5vw;
    }

.Ahuja-footer h4 {
    font-family: Calibre !important;
    font-size: 22px !important;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    color: #fff !important;
}

.tnp-subscription {
    display: flex !important;
    margin: 0 !important;
    position: relative;
    font-size: 13px;
    max-width: 500px;
    width: 100%;
}

    .tnp-subscription div.tnp-field {
        margin-bottom: 10px;
        border: 0;
        padding: 0;
    }

.tnp-field.tnp-field-email {
    width: 80%;
}



.tnp-subscription input[type=email] {
    width: 100%;
    height: 50px;
    padding: 10px;
    display: block;
    border: 1px;
    border-color: #ddd;
    background-color: #f4f4f4;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.tnp-field.tnp-field-button {
    align-items: center;
    background: #fb9800 !important;
    border: 1px solid #fb9800 !important;
    color: #fff;
    display: flex;
    position: relative;
    width: 20%;
}

/* Generic field wrapper */
.tnp-subscription div.tnp-field {
    margin-bottom: 10px;
    border: 0;
    padding: 0;
}

.tnp-field input[type=submit] {
    background-color: transparent !important;
    background-image: url(/images/paper-plane.png) !important;
    background-repeat: no-repeat !important;
    background-size: 90% !important;
    box-shadow: none !important;
    color: transparent !important;
    left: 0;
    margin: auto;
    max-height: 10px;
    max-width: 10px !important;
    padding: 20px !important;
    position: absolute;
    right: 0;
    top: 5px;
    border: 0px;
    transition: all 0.2s;
}

.tnp-subscription div.tnp-field:hover {
    background: transparent !important;
}

.footer-icons {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

    .footer-icons a:hover {
        text-decoration: none;
    }

.social-media {
    border: 1px solid transparent;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transition;
    color: #fb9800;
    border: 1px solid #fb9800;
}

    .social-media i {
        font-size: 15px;
    }

.footer-icons a {
    border-bottom: 0px;
}

.social-media:hover {
    background-color: #fb9800;
    color: #fff;
    border: 1px solid #fb9800;
}

.Ahuja-footer .ahuja-res-text {
    color: #ffffff;
    font-family: Calibre !important;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0 !important;
    line-height: 24px;
    text-align: left;
    padding-right: 80px;
}

.Ahuja-footer .all-reg {
    color: #ffffff;
    font-family: Calibre !important;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0 !important;
    line-height: 22px;
    margin-top: 25px !important;
    padding-right: 0px;
}

.footer-nav li a {
    padding: 8px 15px 0 0;
    text-transform: capitalize;
    color: #ffffff !important;
    font-family: Calibre !important;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0 !important;
    line-height: 26px;
    text-decoration: none;
    transition: all 0.2s;
}

    .footer-nav li a:hover {
        color: #fb9800 !important;
        text-decoration: none;
    }

.disp-flex {
    display: flex;
}

.pdl-50 {
    padding-left: 45px;
}

.dekst-none {
    display: none;
}

.stickyheader {
    position: fixed !important;
    top: 0;
    width: 100%;
}

.ah-nav-main .vistara-pb {
    max-width: 200px;
    margin-top: -7px;
}

.ah-nav-main .powered-by a::before {
    display: none;
}

/*--------------Ahuja Footer End ---------------------*/
/*--------------Ahuja Scrollbar Start ---------------------*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fb9800;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #fb9800;
    }
/*--------------Ahuja Scrollbar End ---------------------*/
/*-------Ahuja Search Home Start-------*/
.drv-search {
    left: 50%;
    top: 460px;
    z-index: 1;
    transform: translate(-50%, 0px);
}

#stickytypeheader {
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px 0px;
    max-width: 100%;
}

.drv-search .stickmargin {
    padding-bottom: 0px !important;
}

#stickbg .container.container-table {
    max-width: 100%;
}

.drv-search #clsrmv {
    padding: 0px 15px 0px 15px;
    height: auto;
}

.heritage-search {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .heritage-search li:first-child {
        margin-left: 0px;
        padding-left: 0px;
    }

.heritage-search {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    background: #fff;
    box-shadow: 0px 0px 8px #888;
}

    .heritage-search li {
        padding: 0px;
        margin: 0px;
        display: inline-block;
        vertical-align: middle;
        margin-left: -3px;
        padding: 6px 15px;
        border-right: 1px solid #e2e7ef;
    }

        .heritage-search li:first-child {
            margin-left: 0px;
            padding-left: 15px;
        }

        .heritage-search li:last-child {
            padding-right: 0px;
            padding-left: 0px;
            border-right: 0px solid #e2e7ef;
        }

        .heritage-search li.hs-1 {
            width: 15%;
        }

        .heritage-search li.hs-2 {
            padding: 0px 0px;
        }


        .heritage-search li.hs-2 {
            width: 36%;
        }

        .heritage-search li.hs-3 {
            width: 28%;
        }

        .heritage-search li.hs-4 {
            width: 24%;
        }

        /*.heritage-search li.hs-5 {
            width: 17%;
        }*/

        .heritage-search li.hs-6 {
            width: 11.6%;
            text-align: center;
        }

.trip-advisor p {
    margin-top: 0px !important;
}

.heritage-search #divloc {
    margin-bottom: 0px !important;
    position: relative;
    padding: 0px 0px !important;
}

.trip-advisor p {
    font-size: 10px;
    margin-bottom: 0px;
    text-align: center;
    line-height: normal;
    padding-right: 0px;
}

.banner-field .form-control {
    height: 34px !important;
    padding: 7px 5px;
    border: 0px solid #ddd;
    box-shadow: none;
}

.heritage-search #divloc .form-control {
    padding: 7px 15px 7px 34px !important;
}

#adltdiv #txttotalcount {
    padding-left: 24px !important;
}

.heritage-search .sendOtpClass {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.banner-field .checkin {
    padding-right: 15px !important;
}

#stickbg .banner-field .checkin .t-datepicker {
    width: 46%;
}

.t-datepicker.d-check-in {
    margin-right: 8%;
}

.t-check-in, .t-check-out {
    border: 0px solid #999999 !important;
}

.banner-field .t-check-in {
    position: relative;
}

.drv-search #clsrmv #adltdiv {
    padding: 0px 0px 0px 0px !important;
}

.banner-field .map-icon {
    top: 14px !important;
    left: 12px !important;
}

.banner-field .t-dates {
    padding: 6px 2px 2px 18px !important;
}



.drv-search #clsrmv .form-control, .drv-search #clsrmv .t-check-in, .drv-search #clsrmv .t-check-out {
    box-shadow: none;
}

.trip-advisor {
    position: relative;
    right: 0;
    top: 0px;
    display: block !important;
    margin-top: 0px;
    line-height: 22px;
}

    .trip-advisor p {
        font-size: 10px;
        margin-bottom: 0px;
        text-align: center;
        line-height: normal;
        padding-right: 0px;
    }

    .trip-advisor img {
        width: 92px;
    }

.btn-bannerbtn, .btn-inactive {
    padding: 6px 15px !important;
}

.btn-bannerbtn, .btn-bannerbtn, .btn-bannerbtn {
    border: 1px solid #fb9800;
    background: #fb9800;
    color: #ffffff;
    text-shadow: none;
    font-weight: 400 !important;
    text-transform: uppercase;
    transition: all 0.3s;
}

    .btn-bannerbtn:hover, .btn-bannerbtn:focus, .btn-bannerbtn:visited {
        border: 1px solid #fb9800;
        background: #fff;
        color: #fb9800;
        text-shadow: none;
        font-weight: 400 !important;
        text-transform: uppercase;
    }

.t-datepicker-day {
    top: 46px;
}

.banner-field #divwhole {
    top: 48px !important;
}

.t-arrow-top {
    top: 28px;
}
/*-------Ahuja Search Home End-------*/
.user-logged-in a {
    margin-top: 0px;
    color: #fff !important;
    line-height: normal;
    padding: 6.5px 0px;
    display: inline-block;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 300;
    padding-left: 2px;
    line-height: 28px;
}

    .user-logged-in a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 9px;
        width: 100%;
        height: 1px;
        background: transparent;
        transition: all 0.1s ease-in;
    }

.user-logged-in:hover a::before {
    background: #fb9800;
    transition: all 0.1s ease-in;
}

.modal-dialog {
    margin-top: 100px;
}

.profile-img {
    width: 34px;
    height: 34px;
    float: left;
    margin-top: 3px;
    margin-left: 5px;
}

table thead.tableheadingbg tr td:nth-child(1) {
    width: 11%;
}

table thead.tableheadingbg tr td:nth-child(2) {
    width: 25%;
}

table thead.tableheadingbg tr td:nth-child(3) {
    width: 50%;
}

table thead.tableheadingbg tr td:nth-child(4) {
    width: 14%;
}
