#header .containerone {
    padding-left: 30px;
    padding-right: 30px;
    background: rgba(250,202,4,1);
}

.nav-menu a {
    color: #134e8b;
}

    .nav-menu a:hover, .nav-menu .active {
        color: #fff;
        background: #134e8b;
    }

        .nav-menu a:hover, .nav-menu .active > a:hover {
            color: #fff;
            background: #134e8b;
        }

    .nav-menu a:hover, .nav-menu .nav-menu li:hover > a {
        color: #fff;
        text-decoration: none;
    }

.nav-menu > ul > li.call-bg {
    margin-right: -30px;
    font-size: 18px;
    color: #fff;
    background: #0a2745;
}

    .nav-menu > ul > li.call-bg a {
        color: #fff;
        font-size: 18px;
        padding: 24px 14px 24px 14px;
    }

        .nav-menu > ul > li.call-bg a:hover {
            color: #fff;
            background: #134e8b;
        }


/* Mobile Navigation */


.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #fff;
    }

.mobile-nav {
    position: fixed;
    top: 98px !important;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    background: rgba(250,202,4,1);
    transition-duration: .2s;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    max-height: 400px;    
    border-top: 1px solid #fddf94);
}


    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 16px 20px;
        font-weight: 500;
        outline: none;
        border-bottom: 1px solid #624185;
    }

        .mobile-nav a:hover, .mobile-nav .active {
            color: #212529;
            text-decoration: none;
        }

            .mobile-nav a:hover, .mobile-nav .active > a:hover {
                color: #212529;
            }

        .mobile-nav a:hover, .mobile-nav .mobile-nav li:hover > a {
            color: #212529;
        }


    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
        background: #485961;
    }

    .mobile-nav .drop-down li {
        padding-left: 0;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    /*background: rgba(0, 0, 0, 0.9);*/
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 15px 0;
    font-size: 12px;
    background: #707273;
    position: relative;
    z-index: 10;
}

.footer-top-call.mt-4 {
    margin-top: 0 !important;
}

    #footer .call-btn {
        width: 100px;
        height: 100px;
        background: #1b76ff;
        position: fixed;
        bottom: 50px;
        right: 10px;
        border: #fff 1px solid;
        border-radius: 100px;
        font-size: 25px;
        text-align: center;
        font-weight: 600;
    }

        #footer .call-btn a {
            color: #fff;
            display: block;
            text-decoration: none;
            padding: 8px;
        }


#footer .footer-top-call {
    background: #f3f5f6;
    padding: 10px 0 10px 0;
}

        #footer .footer-top-call p i {
            font-size: 36px;
        }

        #footer .footer-top-call p {
            font-size: 13px;
            line-height: 24px;
            margin-bottom: 0;
            text-align: center;
            color: #0a2745;
            font-size: 28px;
            font-weight: 600;
        }

            #footer .footer-top-call p a {
                color: #0a2745;
                font-size: 36px;
                text-decoration: none;
                font-weight: 600;
            }

#footer .footer-top {
    padding: 30px 0 0 0;
    background: #3d3e3e;
    color: #fff;
    border-top: #3d3e3e 5px solid;
}


        #footer .footer-top h4 {
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 10px;
        }

        #footer .footer-top .footer-links .securebook {
            width: 322px;
        }

        #footer .footer-top .footer-links {
            text-align: center;
            margin: auto auto 30px auto;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul li {
                    padding: 3px 0;
                }

                #footer .footer-top .footer-links ul.pt {
                    padding-top: 31px;
                }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0;
                }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    text-decoration: none;
                    font-weight: 400;
                    /*display: flow-root;*/
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: rgba(255,255,255,.75);
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

    #footer .bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #footer .bottom {
        padding-left: 0;
        padding-top: 0;
        /*position: relative;*/
        text-align: center;
    }

        #footer .bottom small {
            line-height: 18px;
            font-size: 12px;
            color: #fff;
        }

        #footer .bottom ul li {
            padding: 3px;
            text-align: center;
            /*float:left;*/
            display: inline-block;
            position: relative;
            color: #fff;
        }

        #footer .bottom ul a {
            color: #fff;
            text-align: center;
            padding: 3px;
            text-decoration: none;
            font-weight: 400;
        }

            #footer .bottom ul a:hover {
                color: rgba(255,255,255,.75);
            }

.clr {
    clear: both;
}

/*--------------------------------------------------------------
# Thank you Section
--------------------------------------------------------------*/

#divID .thanks-text > .thanks-txt {
    color: #722e70;
}

#divID .thanks-text-small > span {
    color: #722e70;
}

.thanks-text i {
    display: none !important;
}

#divID #confirmation .title-text {
    color: #722e70;
}

#confirmation .hotel-name {
    color: #722e70 !important;
}

#confirmation .orange-text {
    color: #722e70;
}

#confirmation .bottom-total span {
    color: #722e70;
}

#divID .btn-print {
    background: url(/assets/resource/images/print-btn.png) 25px 10px no-repeat #9c5ade;
}

    #divID .btn-print:focus {
        outline: none;
    }

    #divID .btn-print:hover {
        background: url(/assets/resource/images/print-btn.png) 25px 10px no-repeat #ac6deb;
    }

.InvoiceBox .bottom-total span {
    color: #722e70;
}

.InvoiceBox .col-lg-12 .thanks-text i {
    display: block !important;
    color: #722e70 !important;
    border: #722e70 3px solid !important;
}


/*--------------------------------------------------------------
# Start Media Screen
--------------------------------------------------------------*/

@media (max-width:960px) {

    #MobiletelNo {
        background-color: #fddf94;
        width: 100%;
        display: block;
        color: #134e8b !important;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999999;
        top: 0;
    }

        #MobiletelNo a {
            color: #134e8b;
            text-decoration: none;
            padding: 0 3px;
        }
}


@media (max-width:900px) {
    #MobiletelNo {
        background-color: #fddf94;
        width: 100%;
        display: block;
        color: #134e8b !important;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999999;
        top: 0;
    }

        #MobiletelNo a {
            color: #134e8b;
            text-decoration: none;
            padding: 0 3px;
        }
}

@media (max-width: 834px) {

    #MobiletelNo {
        background-color: #fddf94;
        width: 100%;
        display: block;
        color: #134e8b !important;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999999;
        top: 0;
    }

        #MobiletelNo a {
            color: #134e8b;
            text-decoration: none;
            padding: 0 3px;
        }
}

@media (max-width: 800px) {

    #MobiletelNo {
        background-color: #fddf94;
        width: 100%;
        display: block;
        color: #134e8b !important;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999999;
        top: 0;
    }

        #MobiletelNo a {
            color: #134e8b;
            text-decoration: none;
            padding: 0 3px;
        }
}

@media (max-width: 768px) {

    #MobiletelNo {
        background-color: #fddf94;
        width: 100%;
        display: block;
        color: #134e8b !important;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 999999;
        top: 0;
    }

        #MobiletelNo a {
            color: #134e8b;
            text-decoration: none;
            padding: 0 3px;
        }
}
