﻿@charset "utf-8";
/* CSS Document */
html {
    -webkit-text-size-adjust: none; /*/ Prevent font scaling in landscape /*/
    /*overflow-y:scroll;*/
}

@font-face {
    font-family: 'Karla';
    src: url('../fonts/karla/KarlaR.eot'); /* IE9 Compat Modes */
    src: url('../fonts/karla/KarlaR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/karla/KarlaR.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/karla/KarlaR.woff') format('woff'), /* Modern Browsers */
    url('../fonts/karla/KarlaR.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/karla/KarlaR.svg') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Karla', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.formHolder label {
    font-weight: normal;
}
/*============Text Colors===========*/
.txtgrey {
    color: #797b7e;
}

.txtYellow {
    color: #ffc926;
}

.txtRed {
    color: #a42536;
}

.txtGreen {
    color: #79c742;
}

.starYellow {
    color: #ffc926;
}

.uppercase {
    text-transform: uppercase !important;
}

.bdrTB {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.bdrBtm0 {
    border-bottom-width: 0px !important;
}

.bdrTop0 {
    border-top-width: 0px !important;
}

.bdrLeft0 {
    border-left-width: 0px !important;
}

.bdrRight0 {
    border-right-width: 0px !important;
}

.bdrRight1 {
    border-right-width: 1px !important;
}

.font42 {
    font-size: 42px !important;
}

.font11 {
    font-size: 11px !important;
}

.mrBtm0 {
    margin-bottom: 0px !important;
}
/*============Text Colors===========*/
.has-error {
    color: #ff0000;
    box-shadow: none;
}
/*============BG Colors===========*/
.bgGrey {
    background-color: #f9f9f9;
}
/*============BG Colors===========*/
.btnYellow {
    background-color: #ffc926;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    padding: 7px;
    text-align: center;
    display: inline-block;
}

    .btnYellow:hover, .btnYellow:focus, .btnYellow:active {
        text-decoration: none;
        color: #fff;
        background-color: #e8b51a;
    }

.btn-view {
    font-size: 15px;
    border: 2px solid #19609e;
    background-color: #fff;
    padding: 10px 3px;
    width: 100%;
    border-radius: 0px;
    text-align: center;
    font-weight: bold;
    color: #19609e;
    line-height: normal;
    margin: 10px 0;
}

    .btn-view:hover, .btn-view:active, .btn-view:focus {
        background-color: #19609e;
        color: #fff;
    }
/*============Text Colors===========*/

/*============Margins===========*/
.mrT-40 {
margin-top:-40px !important;}

.marTop125 {
    margin-top: 125px;
}

.marTB70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mrTop13 {
    margin-top: 13px;
}

.mrTop15 {
    margin-top: 15px;
}

.mrLR15 {
    margin-left: 15px;
    margin-right: 15px;
}

.padLR-15 {
    padding: 0 15px !important;
}

.padTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mrTB30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
/*============Margins===========*/

/*============Paddings===========*/
.padTop0 {
    padding-top: 0 !important;
}

.padB90 {
    padding-bottom: 90px;
}

.padR0 {
    padding-right: 0 !important;
}
/*============Margins===========*/
.navbar-brand, .homePage .navbar-brand:hover {
    padding: 20px 20px;
}

.navMain {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -o-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    min-height: 60px;
    border-bottom-width: 0px;
}

.topNav {
    background-color: #07253f;
    height: auto;
    display: block;
    padding: 10px 0 2px 0;
}

    .topNav ul {
        margin-bottom: 0;
    }

        .topNav ul li {
            margin-left: 10px;
        }

            .topNav ul li a {
                color: #fff;
            }

                .topNav ul li a i {
                    margin-right: 10px;
                }
/*.navHolder{height:68px;}*/


.navHolder .navbar-nav li a {
    font-size: 16px;
    color: #757575;
    padding: 20px 15px;
}

    .navHolder .navbar-nav li a:hover, .navHolder .navbar-nav li a:focus, .navHolder .navbar-nav li a:active {
        color: #249bff;
    }

.navHolder .navbar-nav > .active > a, .navHolder .navbar-nav > .active > a:focus, .navHolder .navbar-nav > .active > a:hover {
    background-color: #249bff;
    color: #fff;
}
/********************************/
/*    banner/Search Bar CSS     */
/********************************/
.bannerHolder {
    background: url(../Images/banner6.jpg)no-repeat center center;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover;
    height: 350px;
    margin-top: 50px;
}

.searchHolder {
    padding: 20px 20px;
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    margin-top: 70px;
}

    .searchHolder .input-group {
        border: 1px solid #e6e6e6;
    }

        .searchHolder .input-group .form-control {
            height: 40px !important;
        }

        .searchHolder .input-group:first-of-type-1 {
            border: 2px solid red;
        }

    .searchHolder input {
        padding-left: 10px;
    }

    .searchHolder input, .searchHolder .input-group-addon {
        background-color: transparent;
        border: 0px solid #e6e6e6;
        border-radius: 0;
        -webkit-border-radius: 0; /* For WebKit*/
        -moz-border-radius: 0; /* Mozilla*/
        -o-border-radius: 0;
        box-shadow: initial;
        color: #737373 !important;
        font-size: 16px;
    }

        .searchHolder input:focus, .searchHolder input:hover, .searchHolder input:active {
            box-shadow: none;
        }

    .searchHolder .has-error input:focus, .searchHolder .has-error input:hover, .searchHolder .has-error input:active {
        box-shadow: none !important;
    }

    .searchHolder .form-control::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .searchHolder .form-control:-ms-input-placeholder {
        color: #fff;
    }

    .searchHolder .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .searchHolder .form-control:focus {
    }

    .searchHolder .input-group-addon:focus {
        border-color: #66afe9;
    }

    .searchHolder .has-error .input-group-addon {
        border-color: #a94442;
    }

    .searchHolder .btnGo {
        background-color: #249bff;
        color: #fff;
        font-size: 21px;
        /* padding: 5px 25px;*/
        width: 100%;
        text-align: center;
        display: inline-block;
        height: 40px;
        font-weight: bold;
        line-height: 40px;
    }

        .searchHolder .btnGo:hover, .searchHolder .btnGo:focus, .searchHolder .btnGo:active {
            text-decoration: none;
            background-color: #1588e8;
        }

    .searchHolder .col-md-4, .searchHolder .col-md-3 {
        padding: 0;
    }

    .searchHolder #datetimepicker2 {
        border-right: 1px solid #e6e6e6;
    }
/********************************/
/*    banner/Search Bar CSS     */
/********************************/

/********************************/
/*    banner 1 CSS     */
/********************************/
.bannerHolder1 {
    background: url(../Images/banner7.jpg)no-repeat center center;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover;
}

    .bannerHolder1 .titleHolder {
        background: url(../Images/whiteBG.png) repeat 0 0;
        height: 631px;
    }

        .bannerHolder1 .titleHolder .titleSec {
            font-size: 30px;
            color: #000;
            font-weight: bold;
            text-align: right;
            margin: 25% 0;
        }
/********************************/
/*    banner 1 CSS     */
/********************************/


/********************************/
/*           Slider CSS         */
/********************************/

.jk-slider {
    width: 100%;
}
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

    .hero h1 {
        font-size: 6em;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.CitiesSlider .carousel-indicators {
    bottom: -50px !important;
}
/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}


/********************************/
/*           Slider CSS         */
/********************************/

/********************************/
/*           Social Icons         */
/********************************/

.social-icons li {
    margin: 22px 10px 22px 0;
    padding-left: 0;
    height: 16px;
}

    .social-icons li:first-child {
        border-left: 1px solid #ccc;
        padding-left: 15px;
    }

.social-icons:before, .social-icons:after {
    content: " ";
    display: table;
}

.social-icons:after {
    clear: both;
}

.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
}

    .social-icons li > a {
        padding: 0 !important;
       margin-left:10px;
        display: block;
        line-height: 17px;
        font-size: 16px !important;
        color: #777777 !important;
    }

        .social-icons li > a:hover, .social-icons li > a:active, .social-icons li > a:focus {
            text-decoration: none;
        }

        .social-icons li > a.gPlus:hover {
            color: #d63e3e !important;
        }

        .social-icons li > a.FB:hover {
            color: #0066cc !important;
        }

        .social-icons li > a.twitter:hover {
            color: #0099ff !important;
        }

.font14 {
    font-size: 14px !important;
}

/***
Inline Social Icons
***/
/********************************/
/*           Social Icons         */
/********************************/

/********************************/
/*    Hotel Listing Css         */
/********************************/
.bannerHolder2 {
    height: 340px;
    background: url(../Images/innerbg.jpg)no-repeat center center;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover;
    box-shadow: inset 0px -1px 4px -1px #000000;
    -webkit-box-shadow: inset 0px -1px 4px -1px #000000;
    -moz-box-shadow: inset 0px -1px 4px -1px #000000;
    -o-box-shadow: inset 0px -1px 4px -1px #000000;
}

    .bannerHolder2 .pageTitle {
        text-align: center;
        margin-top: 150px;
        margin-bottom: 20px;
    }

        .bannerHolder2 .pageTitle h1 {
            font-size: 34px;
            margin: 0 0 10px 0;
            color: #fff;
            text-shadow: rgb(46, 46, 46) 0px 4px 5px;
        }

        .bannerHolder2 .pageTitle .subhead {
            font-size: 22px;
            color: #fff;
            text-shadow: rgb(46, 46, 46) 0px 4px 5px;
        }

/*    InnerPages Search Css   */
/*.pageContent .searchHolder {
   
    padding: 20px 30px;
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    margin-top:-41px;
}*/ /*padding:15px;background-color: #07253f; border: none; margin:0; margin-bottom:20px;*/
    /*.pageContent .searchHolder input{padding-left:0px;}*/
    /*.pageContent .searchHolder input, .searchHolder .input-group-addon {
        background-color: transparent;
        border-bottom: 1px;
        border-bottom-style: solid;
        border-bottom-color: #fff;
        border-right: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0; 
        -o-border-radius: 0;
        box-shadow: initial;
        color: #fff;
        font-size: 14px;
    }*/

        /*.pageContent .searchHolder input:focus, .searchHolder input:hover, .searchHolder input:active {
            box-shadow: none;
        }

    .pageContent .searchHolder .has-error input:focus, .searchHolder .has-error input:hover, .searchHolder .has-error input:active {
        box-shadow: none !important;
    }

    .pageContent .searchHolder .form-control::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }

    .pageContent .searchHolder .form-control:-ms-input-placeholder {
        color: #fff;
    }

    .pageContent .searchHolder .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .pageContent .searchHolder .form-control:focus {
    }

    .pageContent .searchHolder .input-group-addon:focus {
        border-color: #66afe9;
    }

    .pageContent .searchHolder .has-error .input-group-addon {
        border-color: #a94442;
    }*/

    /*.pageContent .searchHolder .btnGo {
       width: 100%;
        text-align: center;
        display: inline-block;
        color: #fff;
        font-size: 21px;
        width: 100%;
        text-align: center;
        display: inline-block;
        height: 40px;
        font-weight: bold;
        line-height: 40px;
    }*/ /*background-color: #ffc926; color:#fff; font-size:23px;/* padding: 5px 25px;        background-color: #249bff;
*/ 

        /*.pageContent .searchHolder .btnGo:hover, .searchHolder .btnGo:focus, .searchHolder .btnGo:active {
            text-decoration: none;
            background-color: #e8b51a;
        }*/

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control {
    top: 45%;
}

/*    InnerPages Search Css   */

/*    Package list Css   */
.breadcrumbs .breadcrumb {
    background-color: transparent;
    padding-left: 0px;
}

.pkgMain {
    margin-bottom: 16px;
    margin-top: 16px;
}

.pkglistSec {
    border: 1px solid #dedede;
}

    .pkglistSec .pkgHolder {
        position: relative;
        background-color: #e9f9ff;
        padding: 10px;
        border-bottom: 1px solid #dedede;
    }

        .pkglistSec .pkgHolder .pckglogo {
            text-align: center;
            height: 70px;
            margin-top: 12px;
        }

            .pkglistSec .pkgHolder .pckglogo img {
                margin: 0 auto;
                line-height: 70px;
                vertical-align: middle;
                height: 100%;
            }

        .pkglistSec .pkgHolder .featureHold {
            color: #18609e;
            font-size: 14px;
            font-weight: bold;
            position: absolute;
            top: 0;
            left: 0;
            padding: 4px 6px;
        }

        .pkglistSec .pkgHolder .pkgAddress {
            margin: 10px 0;
        }

            .pkglistSec .pkgHolder .pkgAddress h2 {
                color: #313a45;
                font-size: 18px;
                margin: 0;
                margin-bottom: 5px;
                font-weight: bold;
            }

            .pkglistSec .pkgHolder .pkgAddress p {
                color: #636970;
                font-size: 14px;
                line-height: 20px;
            }

        .pkglistSec .pkgHolder .pckgRate {
            text-align: right;
        }

            .pkglistSec .pkgHolder .pckgRate .ratetitle {
                color: #666666;
                font-size: 14px;
                margin-bottom: 1px;
            }

            .pkglistSec .pkgHolder .pckgRate .frstRate {
                display: inline;
                color: #e52121;
                font-size: 18px;
                padding: 0 10px;
                text-decoration: line-through;
                -webkit-text-decoration: line-through;
                line-height: 39px;
            }

                .pkglistSec .pkgHolder .pckgRate .frstRate span {
                    color: #797b7e;
                }

            .pkglistSec .pkgHolder .pckgRate .curntRate {
                display: inline;
                color: #0a3152;
                font-size: 24px;
                padding: 0 0 0 10px;
                font-weight: bold;
            }

            .pkglistSec .pkgHolder .pckgRate .disRate {
                color: #717171;
                border: 1px solid #ea6774;
                padding: 2px 15px;
                text-align: center;
                font-size: 16px;
                font-weight: bold;
                position: absolute;
                bottom: -32px;
                right: 5px;
                background-color: #f6d3d7;
            }


    /* hotel Features Css   */
    .pkglistSec .hotelFeatures {
        padding: 10px;
        background-color: #f9f9f9;
    }

        .pkglistSec .hotelFeatures .hotelImg {
            text-align: center;
            height: 162px;
        }

            .pkglistSec .hotelFeatures .hotelImg img {
                margin: 0 auto;
                line-height: 177px;
                vertical-align: middle;
                height: 100%;
            }

        .pkglistSec .hotelFeatures .hotelDetails {
            border-right: 1px dashed #c5c5c5;
        }

            .pkglistSec .hotelFeatures .hotelDetails h3 {
                color: #636970;
                font-size: 16px;
                margin: 0;
                margin-bottom: 5px;
                font-weight: bold;
            }

            .pkglistSec .hotelFeatures .hotelDetails ul {
                color: #636970;
                font-size: 14px;
                padding-left: 15px;
            }

                .pkglistSec .hotelFeatures .hotelDetails ul li {
                    line-height: 25px;
                }

            .pkglistSec .hotelFeatures .hotelDetails .hotelIncludes {
                margin-top: 15px;
            }

                .pkglistSec .hotelFeatures .hotelDetails .hotelIncludes .inclTitle {
                    font-size: 16px;
                    color: #636970;
                    font-weight: bold;
                }

                .pkglistSec .hotelFeatures .hotelDetails .hotelIncludes p {
                    font-size: 14px;
                    line-height: 20px;
                    color: #636970;
                }

        .pkglistSec .hotelFeatures .rateSec .ratehold {
            text-align: center;
        }

            .pkglistSec .hotelFeatures .rateSec .ratehold img {
                text-align: center;
                margin: 0 auto;
                clear: both;
            }

        .pkglistSec .hotelFeatures .rateSec a {
            margin-top: 10px;
        }

/* hotel Features Css   */
.similarDealsHolder {
    display: none;
}

.similarDeals {
    border: 1px solid #dedede;
    padding: 10px;
    border-top-color: transparent;
}

    .similarDeals .packHolder {
        margin: 10px 0;
    }

    .similarDeals .packName {
        color: #313a45;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 3px;
    }

    .similarDeals .packfacility {
        color: #636970;
        font-size: 14px;
        font-weight: bold;
    }

    .similarDeals .packIncludes {
        margin: 10px 0;
    }

        .similarDeals .packIncludes .packtitle {
            color: #313a45;
            font-size: 15px;
            font-weight: bold;
            margin-bottom: 3px;
        }

        .similarDeals .packIncludes .packrate {
            color: #79c742;
            font-size: 14px;
            font-weight: bold;
        }

    .similarDeals .rateHolder {
        margin: 10px 0;
    }

        .similarDeals .rateHolder .rateFirst {
            float: left;
            color: #797b7e;
            font-size: 18px;
            padding: 0 5px;
            text-decoration-line: line-through;
            text-decoration-color: #df2847;
            line-height: 33px;
        }

        .similarDeals .rateHolder .rateCurrent {
            float: left;
            color: #0a3152;
            font-size: 22px;
            padding: 0 5px;
            font-weight: bold;
        }

            .similarDeals .rateHolder .rateCurrent .small {
                font-size: 12px;
                color: #585858;
            }

    .similarDeals:hover .rateHolder .rateCurrent, .similarDeals:hover .rateHolder .rateCurrent .small {
        color: #df2847;
    }
/*    Package list Css */



.addHolder {
    border: 1px solid #e1e1e1;
    clear: both;
    margin: 5px 0 15px 0;
    padding: 6px;
    text-align: left;
}

    .addHolder img {
        height: 110px;
        line-height: 110px;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        object-fit: fill;
    }

    .addHolder .addTitle {
        font-weight: bold;
        color: #3299ff;
        font-size: 14px;
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 10px;
        font-family: 'Lora', serif;
    }

    .addHolder .addsubTitle {
        font-weight: bold;
        color: #949ca2;
        font-size: 14px;
        line-height: normal;
        margin-bottom: 5px;
    }

    .addHolder .addrate {
        color: #a5a8af;
        font-size: 12px;
        line-height: normal;
        margin-bottom: 5px;
    }

.callservice {
    margin-bottom: 15px;
}

    .callservice .HelpSec {
        border: 1px solid #e1e1e1;
        padding: 10px;
        border-top-color: transparent;
    }

    .callservice .CallImg {
        text-align: center;
    }

        .callservice .CallImg img {
            margin: 0 auto;
            line-height: 258px;
            vertical-align: middle;
        }

    .callservice .callTitle {
        background-color: #f9bf3b;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        padding: 10px;
    }

    .callservice .HelpSec .callSub {
        color: #4d4d4d;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
    }

    .callservice .HelpSec .phoneNo {
        color: #0a3152;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
    }

    .callservice .HelpSec .callTime {
        color: #666666;
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 10px;
        text-align: center;
    }
/********************************/
/*    Hotel Listing Css         */
/********************************/

/********************************/
/*    Hotel Details Css         */
/********************************/

.hotelRatings .starYellow, .hotelRatings .starGray {
    font-size: 18px;
    padding: 0 3px;
    text-shadow: rgb(46, 46, 46) 0px 4px 5px;
}

.hotelDetailsBanner {
    height: 278px;
    background: url(../Images/HotelRoomsBG.jpg)no-repeat center center;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover;
    box-shadow: inset 0px -1px 4px -1px #000000;
    -webkit-box-shadow: inset 0px -1px 4px -1px #000000;
    -moz-box-shadow: inset 0px -1px 4px -1px #000000;
    -o-box-shadow: inset 0px -1px 4px -1px #000000;
}

    .hotelDetailsBanner .pageTitle {
        text-align: center;
        margin-top: 144px;
        margin-bottom: 20px;
    }

        .hotelDetailsBanner .pageTitle h1 {
            font-size: 28px;
            font-weight: bold;
            margin: 0 0 10px 0;
            color: #fff;
            text-shadow: rgb(46, 46, 46) 0px 4px 5px;
        }

        .hotelDetailsBanner .pageTitle .subhead {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            text-shadow: rgb(46, 46, 46) 0px 4px 5px;
        }


/********************************/
/*           Slider Css       */
/********************************/
.sliderOuter {
    height: 520px;
    position: relative;
}

.socialHoder {
    color: #b7b7b7;
    margin-top: 6px !important;
}

.likeCol {
    color: #3165cf;
}

    .likeCol:hover, .likeCol:focus, .likeCol:active {
        color: #2656b8;
        cursor: pointer;
    }

.shareCol {
    color: #56bf66;
}

    .shareCol:hover, .shareCol:focus, .shareCol:active {
        color: #51ab5f;
        cursor: pointer;
    }

.tweetCol {
    color: #55aada;
}

    .tweetCol:hover, .tweetCol:focus, .tweetCol:active {
        color: #4698c8;
        cursor: pointer;
    }

.socialHoder .socialSec {
    margin-right: 5px;
    padding: 4px 8px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
}

    .socialHoder .socialSec .socialIco {
        padding-right: 10px;
        border-right: 1px solid #d4d4d4;
    }

.amazingslider-bullet-text-0, .amazingslider-bullet-text-1 {
    display: none !important;
}

.amazingslider-box-0, .amazingslider-box-1 {
    border-width: 0px !important;
    margin-left: 0px !important;
}

.amazingslider-nav-0, .amazingslider-nav-1 {
    margin-top: -5px !important;
}

.amazingslider-bottom-shadow-0 img, .amazingslider-bottom-shadow-1 img {
    display: none !important;
}

.amazingslider-nav-container-0, .amazingslider-nav-container-1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sliderSec .nav {
}

.tabs-below > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 0px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

.tabs-below .nav-tabs .active {
    color: #222222;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    font-size: 18px;
    color: #b8b7b7;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 5px;
}

    .tabs-below > .nav-tabs > li > a:hover,
    .tabs-below > .nav-tabs > li > a:focus {
        border-top-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        background-color: transparent;
        color: #222222;
    }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent;
    background-color: transparent;
}
/********************************/
/*           Slider Css       */
/********************************/


/********************************/
/*    Timer Css         */
/********************************/
ul#example {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

    ul#example li {
        display: inline-block;
    }

        ul#example li span {
            font-size: 32px;
            font-weight: bold;
            line-height: 38px;
        }

        ul#example li.seperator {
            font-size: 32px;
            font-weight: bold;
            line-height: 38px;
            vertical-align: top;
        }

.dealHolder {
    color: #222222;
    padding: 10px 10px;
}

.saleTitle {
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    text-align: center;
}
/********************************/
/*           Timer Css         */
/********************************/

/*           book form Css         */
.bookForm {
}
    /*.bookForm .input-group {margin-bottom:15px;}*/
    .bookForm .input-group .form-control {
        border-right-width: 0;
        border-radius: 0;
    }

        .bookForm .input-group .form-control:focus {
            border-color: #ccc;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .bookForm .input-group .input-group-addon {
        background-color: #FFF;
        border-left-color: transparent;
        border-radius: 0;
    }

    .bookForm .priceDay {
        background-color: #f9bf3b;
        padding: 5px 8px;
        text-align: center;
        line-height: normal;
        color: #fff;
        font-weight: bold;
        font-size: 38px;
    }

        .bookForm .priceDay .daySmall {
            color: #fff;
            font-weight: bold;
            font-size: 16px;
        }

    .bookForm .formHolder {
        background-color: #e6e6e6;
        padding: 20px 0;
    }

    .bookForm .totalAmt {
        background-color: #07253f;
        text-align: center;
        padding: 10px;
    }

        .bookForm .totalAmt .count {
            color: #fff;
            font-size: 22px;
            margin-right: 15px;
        }
/*           book form  Css        */

/*Left vertical Tabs Css*/

.tabContent .tabTitle {
    color: #222222;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 10px;
    font-weight: bold;
}

.listholder {
    font-size: 14px;
    color: #222222;
    margin: 15px 0;
}

    .listholder .listTitle {
        font-weight: bold;
    }

    .listholder ul li {
        margin-left: 15px;
        line-height: 30px;
    }

.mapholder {
    border: 1px solid #cccccc;
    padding: 2px;
}

.thumbnail {
    padding: 0;
}

    .thumbnail a img {
        width: 100%;
    }

.reviewDetails {
    padding: 5px;
}

    .reviewDetails .caption {
        padding: 0;
        color: #444444;
        font-size: 18px;
    }

    .reviewDetails small {
        color: #ff142a;
    }

    .reviewDetails p {
        color: #636970;
        margin-bottom: 5px;
        padding-bottom: 0;
        font-size: 12px;
    }

.modalvideoviewHolder {
    padding-left: 10px !important;
    padding-right: 10px !important;
    z-index: 11114;
}

    .modalvideoviewHolder .iframeSec {
        height: 340px;
    }

.thumbnailHolder {
    height: 97px;
}

.imgthumbnail {
    height: 75px;
}

.imgthumbnail1 {
    height: 97px;
    width: 100%;
}

    .imgthumbnail1:hover {
        border: 1px solid #ddd;
        transition: all 0.2s ease 0s;
    }

    .imgthumbnail1.active {
        border: 1px solid #3299ff;
    }

.close {
    padding: 10px 15px !important;
    background-color: #fff !important;
    position: absolute;
    right: -37px;
    opacity: 1;
}

    .close:hover, .close:active, .close:focus {
        opacity: 1;
    }

#videoModal .modal-content {
    border-radius: 0px;
}
/*Left vertical Tabs Css*/

.room-detail_compare .room-compare_title {
    color: #232323;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.room-detail_compare {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .room-detail_compare .room-compare_title {
        color: #232323;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 15px;
    }

    .room-detail_compare .room-compare_item {
        margin-top: 15px;
        margin-bottom: 25px;
    }

.room-compare_item .img img {
    width: 100%;
}

.room-compare_item .text {
    margin-top: 20px;
}

    .room-compare_item .text h2 {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

        .room-compare_item .text h2 a {
            color: #232323;
        }

            .room-compare_item .text h2 a:hover {
                color: #e7c130;
                transition: all 0.3s ease 0s;
                text-decoration: none;
            }

    .room-compare_item .text ul {
        color: #333;
        font-size: 14px;
        list-style: outside none none;
        margin-bottom: 0;
        margin-top: 10px;
        padding-left: 0;
    }

        .room-compare_item .text ul li {
            font-weight: 500;
            padding: 4px 0;
        }

            .room-compare_item .text ul li i {
                display: inline-block;
                font-size: 12px;
                width: 25px;
            }

.activiti_item .img img, .checkout .bootstrap-select.btn-group.awe-select, .checkout .field-text {
    width: 100%;
}

.awe-btn {
    display: inline-block;
    background: 0 0;
    white-space: nowrap;
    cursor: pointer;
    line-height: normal;
    padding: 8px 10px;
    color: #000;
}

.room-compare_item .text .awe-btn {
    font-size: 12px;
    font-weight: 700;
    margin-top: 20px;
    padding: 8px 10px;
}

.awe-btn.awe-btn-default:hover {
    border-color: #344a71;
    background-color: #344a71;
    color: #fff;
    text-decoration: none;
}

.awe-btn.awe-btn-default {
    border: 2px solid #000;
}
/********************************/
/*    Hotel Details Css         */
/********************************/

/********************************/
/*    Payment Css         */
/********************************/


.paymentBanner {
    height: 278px;
    background: url(../Images/payment.jpg)no-repeat center center;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover;
    box-shadow: inset 0px -1px 4px -1px #000000;
    -webkit-box-shadow: inset 0px -1px 4px -1px #000000;
    -moz-box-shadow: inset 0px -1px 4px -1px #000000;
    -o-box-shadow: inset 0px -1px 4px -1px #000000;
}

    .paymentBanner .pageTitle {
        text-align: center;
        margin-top: 144px;
        margin-bottom: 20px;
    }

        .paymentBanner .pageTitle h1 {
            font-size: 34px;
            font-weight: bold;
            margin: 0 0 10px 0;
            color: #fff;
            text-shadow: rgb(46, 46, 46) 0px 4px 5px;
        }

.price-details {
    margin-bottom: 30px;
}

.bookedPack {
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.price-details li .wid114 {
}

.price-details {
    margin-top: 10px;
}

    .price-details li .wid114 {
        width: 114px;
        display: inline-block;
    }

    .price-details li {
        list-style: none;
        font-size: 13px;
        margin-bottom: 5px;
    }

        .price-details li span {
            width: 114px;
        }

.bookprice {
    display: block;
    position: relative;
    padding: 20px;
    background: #fff6cc;
}

    .bookprice .lead {
        font-style: italic;
        font-size: 14px;
    }

    .bookprice span.pull-right {
        text-decoration: line-through;
    }

.hotel-title {
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}

.paymentDetail {
    background-color: transparent;
}

.bookprice ul {
    margin: 0;
}

.paymentDetail .list-group-item {
    border: 0px solid #aab8ca !important;
    padding: 5px 5px;
    background-color: transparent;
}

    .paymentDetail .list-group-item .badge {
        background-color: transparent;
        color: #313a45;
        font-size: 15px !important;
        text-align: right;
    }

    .paymentDetail .list-group-item .countDetail {
        color: #b1b1b1;
    }

.totalamt {
    font-weight: bold;
    padding: 10px 5px;
    border-top: 1px solid #d4d4d4;
}

.paymentAdd {
    color: #444444;
    font-size: 20px;
    margin-bottom: 15px;
}


.formInfo .form-group {
    margin-bottom: 20px !important;
}

.formInfo .form-control {
    border-radius: 0;
    height: 50px;
}

.formInfo .height200 {
    height: 175px !important;
}

.formInfo .form-control:focus, .formInfo textarea:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formInfo .booking-title {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 30px;
}

.formInfo .hotel-title {
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.formbtmline {
    color: #7f7f7f;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 35px;
}

.btn-yellow-lg {
    font-size: 15px;
    height: 50px;
    line-height: 20px;
    padding: 16px 45px;
    background-color: #ffc926;
    border-color: #ffc926;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto;
}

    .btn-yellow-lg:hover, .btn-yellow-lg:active, .btn-yellow-lg:focus {
        color: #fff;
        background-color: #444444;
        border-color: #444444;
        font-size: 15px;
        height: 50px;
        line-height: 20px;
        padding: 16px 45px;
        text-decoration: none;
    }

.thanksholder p {
    color: #59595a;
    font-size: 16px;
    margin: 30px 0;
}

.thanksholder .codehold {
    color: #59595a;
    font-size: 20px;
    font-weight: 200;
    margin: 20px 0;
}

.thankssec {
    color: #313a45;
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0;
}

.colOranage {
    color: #f06f2f;
}

.price-range, .successful {
    margin: 30px 0;
}

.socialHoder {
    position: absolute;
    bottom: -32px;
    right: 0;
}
/********************************/
/*    Payment Css         */
/********************************/


/********************************/
/*    Packages Css         */
/********************************/

.bannerPackage {
    background-image: url(../Images/packages.jpg) !important;
}

.bannerPackIn {
    background-image: url(../Images/packBanner.jpg) !important;
}

.packagesList {
    border: 1px solid #dedede;
    position: relative;
    margin-bottom: 40px;
}

    .packagesList .pckgImg img {
        height: 220px;
        margin: 0 auto;
        line-height: 220px;
        vertical-align: middle;
        text-align: center;
    }

    .packagesList .pckgDetails {
        padding: 6px 10px;
    }

        .packagesList .pckgDetails .pckgTitle {
        }

            .packagesList .pckgDetails .pckgTitle h1 {
                color: #222222;
                margin-top: 0px;
                margin-bottom: 8px;
                font-size: 20px;
                font-weight: bold;
            }

        .packagesList .pckgDetails .pckgrate {
            font-size: 18px;
            color: #0a3152;
            font-weight: bold;
            text-align: right;
        }

            .packagesList .pckgDetails .pckgrate .cost {
                font-size: 26px;
                color: #0a3152;
                font-weight: bold;
                line-height: normal;
            }

        .packagesList .pckgDetails .availCount {
            color: #222222;
            font-size: 16px;
        }

    .packagesList .packoffers {
        font-size: 16px;
        margin: 10px 0 30px 0;
        line-height: 24px;
    }

        .packagesList .packoffers .offertitle {
            color: #4b4b4b;
        }

        .packagesList .packoffers p {
            color: #636363;
            padding-bottom: 15px;
        }

            .packagesList .packoffers p:last-child {
                padding-bottom: 15px;
            }

    .packagesList .pkgBtn {
        margin-top: 20px;
    }

        .packagesList .pkgBtn a {
            padding: 16px 45px;
            display: block;
            clear: both;
        }

        .packagesList .pkgBtn .btn-yellow {
            font-size: 17px;
            font-weight: bold;
            height: 50px;
            line-height: 20px;
            background-color: #ffc926;
            border-color: #ffc926;
            color: #fff;
            margin-bottom: 20px;
            text-align: center;
            margin: 0 auto;
        }

            .packagesList .pkgBtn .btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
                color: #fff;
                background-color: #07253f;
                border-color: #07253f;
                font-size: 17px;
                font-weight: bold;
                height: 50px;
                line-height: 20px;
                padding: 16px 45px;
                text-decoration: none;
            }


/*    Packages detail Css         */

.pckgcontent {
}

    .pckgcontent ul {
        padding-left: 0px !important;
        font-size: 15px;
        color: #636970;
    }

    .pckgcontent .contentText {
        font-size: 16px;
        color: #545a60;
    }

.packSelected {
    font-size: 15px;
    color: #878787;
}

    .packSelected .selectedtitle {
        color: #222222;
        padding-right: 0px;
    }

.packHotelDetail .HdetailTitle {
    color: #222222;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.packHotelDetail ul {
    font-size: 20px;
    color: #636970;
    line-height: 35px;
}

.packHotelDetail .contentText {
    font-size: 20px;
    font-weight: bold;
}

.packDetailed .pckgRate {
    text-align: right;
    padding-bottom: 20px;
}

    .packDetailed .pckgRate .ratetitle {
        color: #666666;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }



    .similarDeals .rateHolder .rateFirst, .packDetailed .pckgRate .frstRate {
        float: right;
        color: #e52121;
        font-size: 18px;
        padding: 0 10px;
        text-decoration: line-through;
        -webkit-text-decoration: line-through;
        line-height: 18px;
        margin-top: 12px;
    }

        .similarDeals .rateHolder .rateFirst span, .packDetailed .pckgRate .frstRate span {
            color: #797b7e;
        }





    .packDetailed .pckgRate .curntRate {
        float: right;
        color: #fff;
        font-size: 25px;
        padding: 0 0 0 10px;
        font-weight: bold;
    }

.bookNow {
    font-size: 18px;
    height: 50px;
    line-height: normal;
    padding: 12px 45px;
    border: 2px solid #0a3152;
    color: #0a3152;
    margin: 20px 0;
    text-align: center;
}

    .bookNow:hover, .bookNow:active, .bookNow:focus {
        color: #fff;
        background-color: #0a3152;
        border-color: #0a3152;
        font-size: 18px;
        height: 50px;
        line-height: normal;
        padding: 12px 45px;
        text-decoration: none;
    }

.dHotelTitle {
    font-size: 20px;
    color: #636970;
    font-weight: bold;
}

.packHotelDetail p {
    color: #636970;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.contactForm {
    padding: 40px 0;
}

    .contactForm .subtitleC {
        font-size: 16px;
        color: #264055;
        margin-bottom: 30px;
    }

    .contactForm h1 {
        font-size: 35px;
        font-weight: bold;
        color: #07253f;
        margin-bottom: 0px;
    }

/*    Packages detail Css         */

/********************************/
/*    About us Css         */
/********************************/
.aboutHolder {
}


.aboutBg {
    min-height: 500px;
    display: block;
    background: url(../Images/aboutBg.jpg) 0 0 no-repeat;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover;
}

.abtcontent {
    margin: 30px 30px 10px 80px;
}

    .abtcontent .abtText {
        height: 350px;
        overflow-y: auto;
    }

.aboutHolder h1 {
    font-size: 35px;
    font-weight: bold;
    color: #08263c;
    margin-bottom: 10px;
    line-height: normal;
}

.aboutHolder .abtsubtitle {
    font-size: 20px;
    font-weight: bold;
    color: #082e52;
    margin-bottom: 10px;
    line-height: normal;
}

.aboutHolder p {
    font-size: 16px;
    line-height: 30px;
}

.abtMidContent {
    background-color: #249bff;
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

    .abtMidContent .midtitle {
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .abtMidContent p {
        font-size: 20px;
        line-height: 40px;
    }

    .abtMidContent a {
        color: #fff;
    }

        .abtMidContent a:hover, .abtMidContent a:active, .abtMidContent a:focus {
            color: #fff;
            text-decoration: none;
        }

.mapContainer {
    padding-left: 0px !important;
}

.service-right .service {
    padding: 15px;
    position: relative;
}

.service-right i {
    background-color: #249bff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 50px;
    left: 45%;
    padding: 12px 10px;
    position: absolute;
    top: 15%;
    width: 50px;
    z-index: 2;
}

.service-right i {
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}

.service-right .service:hover i {
    -webkit-transform: rotateZ(720deg);
    -moz-transform: rotateZ(720deg);
    transform: rotateZ(720deg);
}

.service-desc {
    border: 1px solid #249bff;
    margin-top: 45px;
    padding: 30px 15px 15px;
    position: relative;
}

    .service-desc h5 {
        font-weight: 800;
        letter-spacing: 1px;
    }

    .service-desc p {
        line-height: 2;
    }

/********************************/
/*    About us Css         */
/********************************/


/********************************/
/*    payment Successful Css       */
/********************************/
.reservDetails .reservTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.reservDetails dl {
    clear: both;
    margin-bottom: 15px;
    font-size: 15px;
}

    .reservDetails dl dt {
        float: left;
        width: 40%;
    }

    .reservDetails dl dd {
        float: left;
        width: 60%;
    }

.reservDetails p {
    margin: 0 0 10px 0;
}
/********************************/
/*    payment Successful Css         */
/********************************/
/********************************/
/*    Packages Css         */
/********************************/

.amazingslider-car-left-arrow-0, .amazingslider-car-right-arrow-0 {
    margin-top: 25px !important;
}
/*.homePage .navbar-brand:hover{padding:15px;}*/
/********************************/
/*           footer CSS         */
/********************************/

.fotCopyRight {
    background-color: #0a3152;
    text-align: center;
    padding: 5px;
}

    .fotCopyRight a {
        color: #fff;
        font-size: 12px;
    }
/********************************/
/*           footer CSS         */
/********************************/


/********************************/
/*        PRELOADER CSS         */
/********************************/

#loading {
    background: url(../Images/navBg.png) repeat 0 0 transparent;
    border: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #ffc926;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
}


#object_one {
    -webkit-animation: object 2s linear infinite;
    animation: object 2s linear infinite;
}

#object_two {
    -webkit-animation: object 2s linear infinite -.4s;
    animation: object 2s linear infinite -.4s;
}

#object_three {
    -webkit-animation: object 2s linear infinite -.8s;
    animation: object 2s linear infinite -.8s;
}

#object_four {
    -webkit-animation: object 2s linear infinite -1.2s;
    animation: object 2s linear infinite -1.2s;
}

#object_five {
    -webkit-animation: object 2s linear infinite -1.6s;
    animation: object 2s linear infinite -1.6s;
}


@-webkit-keyframes object {
    0% {
        left: 100px;
        top: 0;
    }

    80% {
        left: 0;
        top: 0;
    }

    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    90% {
        width: 40px;
        height: 15px;
    }

    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 100px;
        top: 0;
    }
}

@keyframes object {
    0% {
        left: 100px;
        top: 0;
    }

    80% {
        left: 0;
        top: 0;
    }

    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    90% {
        width: 40px;
        height: 15px;
    }

    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }

    100% {
        left: 100px;
        top: 0;
    }
}
/********************************/
/*        PRELOADER CSS         */
/********************************/


/********************************/
/*        callPopUp CSS         */
/********************************/

.callOffer {
    padding: 15px;
    margin: 15px 0;
    border: 2px dashed #07253f;
    background-color: #cde2f6;
    border-radius: 5px;
}

    .callOffer .callTitle {
        color: #07253f;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }

.offerHolder {
    color: #f48617;
    font-size: 16px;
}

    .offerHolder .offerPrice {
        font-size: 30px;
        font-weight: bold;
        float: left;
    }

    .offerHolder .offertext {
        float: left;
        margin-left: 10px;
        margin-top: 5px;
    }

        .offerHolder .offertext .small {
            color: #7e7e7e;
        }

.subText {
    font-size: 16px;
    line-height: 26px;
    padding-top: 15px;
}

.callsec {
    font-size: 16px;
    border-left: 1px solid #508eac;
    padding-left: 10px;
}

    .callsec .textYellow {
        color: #f48617;
        font-size: 20px;
    }

    .callsec .saleTitle {
        text-align: left;
    }

.offerNotes {
    background-color: #07253f;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
}

.callOffer img {
    margin: 0 auto;
}
/********************************/
/*        callPopUp CSS         */
/********************************/
.ErrorHolder {
    margin: 0 auto;
}

    .ErrorHolder .errorImgSec img {
        margin: 0 auto;
        padding: 50px 0;
    }

    .ErrorHolder h1 {
        padding: 10px 0;
        color: #07253f;
    }

    .ErrorHolder .error-advise {
        font-size: 16px;
        padding: 10px 0;
        color: #8C8888;
    }




/********************************/
/*        22-05-2017 CSS         */
/********************************/

.termsContent .pageTitletrms {
    color: #08263c;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
}

.termsContent p {
    line-height: 24px;
    margin-bottom: 15px;
}

.termsContent .termsSubtitle {
    color: #08263c;
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 5px;
}

/********************************/
/*CSS for New Design Pages*/
/********************************/
.logoSec {
    width: 190px;
}

.newpackHold .pkglistSec .hotelFeatures {
    background-color: #fff;
    padding: 0px;
}

    .newpackHold .pkglistSec .hotelFeatures .hotelImg {
        height: 216px;
        text-align: center;
        position: relative;
    }

.starHold {
    position: absolute;
    top: -1px;
    left: 10px;
    background-image: url(../Images/starFlag.png);
    width: 22px;
    height: 33px;
}

.newpackHold .pkglistSec .hotelFeatures .hotelImg img {
    height: 100%;
    line-height: 122px;
    margin: 0 auto;
    vertical-align: middle;
}

.newpackHold .pkglistSec .hotelFeatures .hotelDetails h3 {
    color: #636970;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}

.newpackHold .pkglistSec .hotelFeatures .hotelDetails ul {
    color: #636970;
    font-size: 13px;
    padding-left: 15px;
}

.newpackHold .pkglistSec .hotelFeatures .hotelDetails .hotelIncludes {
    margin-top: 5px;
    font-size: 15px;
}

    .newpackHold .pkglistSec .hotelFeatures .hotelDetails .hotelIncludes ul li {
        color: #00a47d;
    }

    .newpackHold .pkglistSec .hotelFeatures .hotelDetails .hotelIncludes .inclTitle {
        color: #636970;
        font-size: 14px;
        font-weight: bold;
    }

    .newpackHold .pkglistSec .hotelFeatures .hotelDetails .hotelIncludes p {
        color: #636970;
        font-size: 13px;
        line-height: normal;
    }

.newpackHold .pkglistSec .hotelFeatures .rateSec .ratehold {
    margin: 0 auto;
    text-align: center;
    width: 90px;
}

    .newpackHold .pkglistSec .hotelFeatures .rateSec .ratehold img {
        clear: both;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

.btn-detail {
    background-color: #ffc926;
    border: 2px solid #ffc926;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 40px;
}

.btn-view {
    background-color: #fff;
    border: 2px solid #249bff;
    border-radius: 4px;
    color: #249bff;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}

    .btn-view:hover, .btn-view:active, .btn-view:focus {
        background-color: #249bff;
        color: #fff;
    }

.newpackHold .similarDeals {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #dedede #dedede;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;
}

    .newpackHold .similarDeals .packHolder {
        margin: 0;
    }

    .newpackHold .similarDeals .packName {
        color: #313a45;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 3px;
    }

    .newpackHold .similarDeals .packfacility {
        color: #636970;
        font-size: 13px;
        font-weight: normal;
    }

    .newpackHold .similarDeals .packIncludes {
        margin: 0;
    }

        .newpackHold .similarDeals .packIncludes .packrate {
            color: #00a47d;
            font-size: 14px;
            font-weight: normal;
        }

    .newpackHold .similarDeals .rateHolder {
        margin: 5px 0;
    }

        .newpackHold .similarDeals .rateHolder .rateFirst {
            color: #797b7e;
            font-size: 16px;
            line-height: 18px;
            padding: 3px 4px;
            float: left;
            text-decoration: line-through;
            margin-top: 0px;
        }

        .newpackHold .similarDeals .rateHolder .rateCurrent {
            color: #249bff;
            float: left;
            font-size: 19px;
            font-weight: normal;
            padding: 0 5px;
        }

.newpackHold .pkglistSec .hotelFeatures .hotelDetails ul li {
    line-height: normal;
}

@media screen and (max-width:1080px) {
    .newpackHold .similarDeals .packName {
        font-size: 13px;
    }

    .newpackHold .similarDeals .rateHolder .rateFirst {
        font-size: 14px;
    }

    .newpackHold .similarDeals .rateHolder .rateCurrent {
        font-size: 16px;
    }

    .newpackHold .btn-view {
        font-size: 12px;
        font-weight: normal;
    }
}

.font11 {
    font-size: 11px !important;
}

.cntryNames {
    padding-top: 5px;
}

    .cntryNames .cntryImg {
        float: left;
        position: relative;
        top: 2px;
        margin-right: 9px;
    }

    .cntryNames .cntrycntct {
        float: left;
        font-size: 12px;
    }

.cntryAr {
    background-position: -42px 0;
}

.cntrybr {
    background-position: -14px 0;
}

.cntrycl {
    background-position: -84px 0;
}

.cntryco {
    background-position: -56px 0;
}

.cntrymx {
    background-position: -71px 0;
}

.cntryur {
    background-position: 0 0;
}

.padR10p {
    padding-right: 10px !important;
}

.colBlue1 {
    color: #3d66a0;
}

.sprite {
    width: 14px;
    height: 11px;
    background-image: url('Images/flagSprite.png');
    margin-top: 1px;
    border: 1px solid #dcdcdc;
}

.pkgAddress h2 {
    font-size: 20px;
    color: #249bff;
    margin: 0;
}

.pkgAddress .addDetails {
    font-size: 15px;
    color: #636970;
}

.pad10 {
    padding: 10px;
}

.titleBg {
    background-color: #737373;
    color: #fff;
    padding: 0 6px;
}

.hotelDetails h3 {
    border-bottom: 1px solid #dcdcdc;
}

.pckgRate {
    padding: 10px 0;
}

    .pckgRate .disRate {
        color: #47ac00;
        font-size: 11px;
        border: 1px solid #47ac00;
        border-radius: 3px;
        height: 22px;
        line-height: 20px;
        text-align: center;
        width: 100%;
        display: block;
    }

.padL0 {
    padding-left: 0px;
}

.pckgRate .frstRate {
    text-decoration: line-through;
    color: #797b7e;
    font-size: 14px;
}

.pckgRate .curntRate {
    font-size: 22px;
    color: #fff;
    text-align: right;
    background-image: url(../Images/currentRate.png);
    width: 110px;
    height: 67px;
    position: absolute;
    right: -4px;
     padding-right:10px;
}

.curntRateDetails {
    font-size: 22px;
    color: #0a3152;
    text-align: center;
    width: 110px;
    height: 67px;
    text-align: center;
    position: absolute;
    right: -4px;
    font-weight:bold;
}

    .pckgRate .curntRate div {
        font-size: 13px;
    }

.pckgRate .ratehold {
    margin-top: 67px;
    font-size: 12px;
    color: #686868;
}

    .pckgRate .ratehold img {
    }

.similarDeals .packIncludes .packtitle {
    color: #313a45;
    font-size: 14px;
    font-weight: normal;
}

.pkglistSec .hotelFeatures .hotelDetails {
    border: none !important;
}

.searchHolder .form-control::-moz-placeholder {
    color: #737373;
    opacity: 1;
}

.searchHolder .form-control:-ms-input-placeholder {
    color: #737373;
}

.searchHolder .form-control::-webkit-input-placeholder {
    color: #737373;
}

.searchHolder .form-control:focus {
}

.footTitle {
    font-size: 16px;
    color: #a7a7a7;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

    .footTitle .blueDash {
        /*width: 50px;*/
        height: 2px;
        background-color: #249bff;
    }

.linkSec {
    margin-top: 10px;
}

    .linkSec li a {
        color: #a7a8a8 !important;
        font-size: 14px;
        line-height: 24px;
    }

        .linkSec li a:hover {
            text-decoration: none;
        }

.footerNav {
    background-color: #2d2d2d;
    padding: 25px 0;
}

.fotCopyRight {
    background-color: #181818 !important;
    color: #6a6a6a;
    font-size: 12px;
    text-align: center;
}

.hotelView {
}

    .hotelView .col-md-4 {
        padding: 0;
        border: 0.5px solid #fff;
    }

    .hotelView .detailHold {
        background: url(../Images/detailBg.png) repeat 0 0;
        padding: 10px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .hotelView .detailHold .title {
            font-size: 28px;
            color: #fff;
            margin-bottom: 5px;
            text-transform: uppercase;
            text-align: center;
            line-height: 1;
            /*-webkit-transition: 0.5s;*/
            transition: 0.5s;
        }

.offerSec, .priceSec {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.hotelView .hotelSec:hover {
    cursor: pointer;
}

    .hotelView .hotelSec:hover .detailHold .title {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border: 4px solid #fff;
        height: inherit;
    }

    .hotelView .hotelSec:hover .detailHold {
    }
    .mobileView {
    display: none;
}

/********************************/
/*CSS for New Design Pages*/
/********************************/




/*           Media Queries        */
/********************************/
@media screen and (max-width:1024px) {
    .service-right i {
        left: 41%;
    }
}

@media screen and (max-width:768px) {
    .service-right i {
        left: 45%;
    }

    .searchHolder .input-group {
        margin-bottom: 20px;
    }

    .bannerHolder1 .titleHolder {
        height: 87px !important;
    }

        .bannerHolder1 .titleHolder .titleSec {
            text-align: center;
            padding: 15px;
            margin: 0;
            font-size: 25px;
        }

    .navHolder .navbar-nav li a {
        line-height: 22px;
    }

    .pkglistSec .hotelFeatures .hotelImg {
        height: 162px;
        margin-bottom: 20px;
    }

    .navHolder {
        height: auto;
    }

        .navHolder .nav > li > a {
            padding: 22px 7px;
        }

        .navHolder .navbar-nav li a {
            font-size: 12px;
        }

    .pckgImg img {
        width: 100%;
    }

    .abtcontent {
        margin: 0px;
    }

    .logoSec {
        width: 160px;
    }

    .searchHolder {
        padding: 15px 15px 0 15px;
    }

    .bdrSM1 {
        border-left: 1px solid #e6e6e6 !important;
    }
}

@media screen and (max-width:765px) {
    .padlxs-0 {
        padding-left: 0 !important;
    }

    .mobileView {
        display: block !important;
        margin-bottom: 0 !important;
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 50px;
        padding-left:15px;
		cursor:pointer;
    }

    .disSMNone {
        display: none !important;
    }

    .mrTSM170 {
        margin-top: 170px !important;
    }

    .mrTSM100 {
        margin-top: 100px !important;
    }

    .mobileView .nav > li {
        position: relative;
        display: inline-block !important;
    }

    .nav.mobileView {
    }
}

@media screen and (max-width:640px) {
    .navbar-brand, .homePage .navbar-brand:hover {
        padding: 11px 20px;
    }

    .navMain {
        min-height: 50px;
    }

    .mapContainer iframe {
        height: 300px !important;
    }

    .bannerHolder {
        height: 410px;
    }

    .bannerHolder1 .titleHolder .titleSec {
        font-size: 25px;
    }

    .sliderOuter {
        height: 377px;
    }

    .pkglistSec .pkgHolder .pckgRate .disRate {
        position: unset;
    }

    .pkglistSec .hotelFeatures .hotelDetails {
        border-bottom: 1px dashed #c5c5c5;
        border-right: 0px;
        margin-bottom: 10px;
    }

    .callservice .CallImg {
        display: none;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #249bff;
        border-color: #249bff;
    }

        .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
            background-color: #fff;
        }

    .navbar-default .navbar-toggle {
        border-color: #249bff;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #249bff;
        }

    .homePage .navbar-brand img {
        height: 30px;
    }

    .navHolder .nav > li > a {
        padding: 12px 9px;
    }

    .modalvideoviewHolder .iframeSec {
        height: 300px;
    }

    .close {
        padding: 10px 5px !important;
        right: -22px;
        top: -5px;
    }

    #videoModal .modal-content {
        padding-top: 5px;
    }

    .bannerHolder1 .titleHolder {
        height: 66px !important;
    }

    .aboutBg {
        display: none;
    }

    .abtcontent .abtText {
        height: auto;
    }

    .callsec {
        border-left: 0px;
        margin-top: 10px;
        border-top: 1px solid #508eac;
        padding-top: 10px;
    }

    .pckgRate.padL0 {
        padding-left: 15px !important;
    }

    .searchHolder .btnGo {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:480px) {

    .sliderOuter {
        height: 297px;
    }

    .pkglistSec .pkgHolder .pkgAddress h2 {
        font-size: 18px;
    }

    .pkglistSec .pkgHolder .pkgAddress p {
        font-size: 12px;
    }

    .modalvideoviewHolder .iframeSec {
        height: 250px;
    }

    .packHotelDetail .HdetailTitle {
        font-size: 22px;
    }

    .packHotelDetail ul {
        font-size: 16px;
        line-height: 30px;
    }

    .packHotelDetail .contentText {
        font-size: 16px;
    }

    .bookNow {
        margin-top: 0px;
    }

    .dHotelTitle {
        font-size: 17px;
    }

    .packagesList .pckgDetails .pckgTitle h1 {
        font-size: 20px;
    }

    .packagesList .pckgDetails .availCount {
        font-size: 16px;
    }

    .packagesList .pckgDetails .pckgrate .cost {
        font-size: 28px;
    }

    .bannerHolder1 .titleHolder .titleSec {
        font-size: 23px;
    }
}

@media screen and (max-width:360px) {
    .searchHolder input {
        font-size: 14px;
    }

    .service-right i {
        left: 43%;
    }

    .sliderOuter {
        height: 236px;
    }

    .titleHolder {
        height: 50px !important;
    }

    .socialHoder {
        position: relative;
        bottom: -66px;
    }

    .bannerHolder2 .pageTitle .subhead {
        font-size: 24px;
    }

    .bannerHolder2 .pageTitle h1 {
        font-size: 32px;
    }

    .pkglistSec .pkgHolder .pkgAddress h2 {
        font-size: 15px;
    }

    .pkglistSec .pkgHolder .pkgAddress p {
        font-size: 12px;
    }

    .modalvideoviewHolder .iframeSec {
        height: 170px;
    }

    .mrtb35 {
        margin-top: 35px;
    }

    .hotelDetailsBanner .pageTitle h1 {
        font-size: 26px;
    }

    .hotelDetailsBanner .pageTitle .subhead {
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .topNav ul li {
        margin-left: 5px;
        margin-bottom: 5px;
    }

        .topNav ul li a i {
            margin-right: 5px;
        }

    .mrtb35 {
        margin-top: 20px;
    }

    .bannerHolder2 .pageTitle h1 {
        font-size: 30px;
    }

    .bannerHolder2 .pageTitle .subhead {
        font-size: 21px;
    }
}




/*=======================New Code Added by vivek ================================*/
ul.deal {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: block;
    text-align: center;
}

    ul.deal li {
        display: inline-block;
    }

ul.deal li span {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
}

ul.deal li.seperator {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    vertical-align: top;
}

.packHotelDetailDetail .HdetailTitleDetail{ color:#222222; font-size: 20px;margin-bottom:15px;font-weight: bold; }

.packHotelDetailDetail .contentText {
    font-size: 16px;
    font-weight: bold;
}

.packHotelDetailDetail p {
    color: #636970;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.packHotelDetailDetail .HdetailTitle {
    color: #222222;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}

.packHotelDetailDetail ul {
    font-size: 20px;
    color: #636970;
    line-height: 35px;
}

.dHotelTitleDetail {
    font-size: 16px;
    color: #636970;
    font-weight: bold;
}

.cdsComponent.logo {
    display: none;
}
.cdsROW.narrow.border {
    border: none !important;
    text-align: right;
    padding: 0px !important;
}
.cdsROW.narrow .cdsRating {
    line-height: 16px !important;
}

.marZBottom {
margin-bottom:0px !important;
}

.CategoryNameHover {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
