body {
    background: #ffffff;
}
/********************************/
/*       Navbar       */
/********************************/

.navbar.main-nav {
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-default.main-nav {
    background-color: #e2e6e7;
    border: none;
}

    .navbar-default.main-nav .navbar-nav > li > a {
        font-size: 14px;
        padding: 44px 25px;
        color: #0f0d0d;
        text-transform: uppercase;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .navbar-default.main-nav .navbar-nav > li > a:hover {
        }

    .navbar-default.main-nav .navbar-nav > .active > a,
    .navbar-default.main-nav .navbar-nav > .active > a:hover,
    .navbar-default.main-nav .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #0699e6;
    }

    .navbar-default.main-nav .navbar-brand {
          width: 137px !important;
    height: 121px;
        background: url(../Images/common/logo.png) no-repeat center center;
        margin-top: 1px;
		margin-bottom: 0px;
    }

    .navbar-default.main-nav .navbar-toggle {
        border: none;
        padding: 15px 10px;
        margin-right: 0px;
    }

        .navbar-default.main-nav .navbar-toggle:hover,
        .navbar-default.main-nav .navbar-toggle:focus {
            background-color: #0086cd;
        }

        .navbar-default.main-nav .navbar-toggle .icon-bar {
            background-color: #ffffff;
            width: 10px;
            height: 10px;
            display: inline-block;
            border-radius: 50%;
        }

/*==============top Strip=============*/

.top-strip {
    background: #fff;
    color: #333;
    line-height: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
    position: relative;
    z-index: 3;
}

    .top-strip span {
        padding: 0px 5px;
        display: inline-block;
    }

        .top-strip span strong {
            color: #ffde05;
        }

    .top-strip .navbar-inverse {
        background: none;
        border: none;
    }

    .top-strip .navbar {
        min-height: 10px;
        margin-bottom: 0;
    }

    .top-strip .navbar-brand {
        height: 40px;
    }

    .top-strip .navbar-toggle {
        border: none;
        padding: 5px 10px;
    }

        .top-strip .navbar-toggle:hover,
        .top-strip .navbar-toggle:focus {
            background-color: #333;
        }

        .top-strip .navbar-toggle .icon-bar {
            background-color: #FFBB52;
            width: 15px;
            height: 1px;
        }

    .top-strip .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 5px;
        color: #333;
        background: none;
    }

        .top-strip .nav > li > a:hover,
        .top-strip .nav > li > a:focus {
            text-decoration: none;
            background-color: #fff;
            color: #333;
        }

    .top-strip .dropdown-menu > li > a {
        padding: 8px 20px;
        border-bottom: 1px solid #E6E6E6;
    }

    .top-strip .dropdown-menu > li:last-child > a {
        border-bottom: none;
    }

    .top-strip .dropdown-menu > li > a:hover,
    .top-strip .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
    }

.dropdown-menu {
    padding: 0;
}

.top-strip .nav > li > a .fa {
    margin-right: 5px;
    font-size: 15px;
    color: #1e176e;
}

.top-strip .navbar-inverse .navbar-nav > .open > a,
.top-strip .navbar-inverse .navbar-nav > .open > a:hover,
.top-strip .navbar-inverse .navbar-nav > .open > a:focus {
    color: #333;
    background: none;
}

.top-strip span .fa {
    margin-right: 5px;
    font-size: 15px;
    color: #1e176e;
}

@media (max-width: 767px) {
    .top-strip .navbar-brand {
        font-size: 14px;
        padding-top: 5px;
    }
}
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 486px;
}

    .fade-carousel .carousel-inner:before,
    .fade-carousel .carousel-inner:after {
        content: "";
        position: absolute;
        top: 0;
        width: 60%;
        height: 100%;
        opacity: 0;
        z-index: 2;
        -webkit-transition: all .9s ease-in-out;
        -moz-transition: all .9s ease-in-out;
        -o-transition: all .9s ease-in-out;
        -ms-transition: all .9s ease-in-out;
        transition: all .9s ease-in-out;
    }

    .fade-carousel .carousel-inner:before {
        left: 0;
       /* background: url(../Images/index/banner-overlay-left.png) no-repeat right center;*/
        background-size: 100%;
        margin-left: -10px;
    }

    .fade-carousel .carousel-inner:after {
        right: 0;
       /* background: url(../Images/index/banner-overlay-right.png) no-repeat left center;*/
        background-size: 100%;
        margin-right: -10px;
    }

    .fade-carousel .carousel-inner:hover:before {
        opacity: 0.4;
        margin-left: 0px;
    }

    .fade-carousel .carousel-inner:hover:after {
        opacity: 0.2;
        margin-right: 0px;
    }

    .fade-carousel .carousel-inner .item {
        height: 365px;
    }

    .fade-carousel .carousel-inner .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
    }

    .fade-carousel .carousel-inner .active {
        opacity: 1;
		height: 662px;
    }

.carousel-indicators {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    z-index: 3;
    padding-left: 0;
    text-align: center;
    list-style: none;
    margin-left: 0;
}

.fade-carousel .carousel-indicators > li {
    margin: 0 1px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.27) inset;
    border: 2px solid #ffffff;
    width: 20px;
    height: 20px;
}

    .fade-carousel .carousel-indicators > li.active {
        opacity: 1;
        background-color: #e30200;
    }

.fade-carousel .carousel-inner .active.left,
.fade-carousel .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.fade-carousel .carousel-inner .next.left,
.fade-carousel .carousel-inner .prev.right {
    opacity: 1;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
    height: 544px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*.fade-carousel .slides .slide-1 {
    background-image: url(../Images/index/banner1.jpg);
}

.fade-carousel .slides .slide-2 {
    background-image: url(../Images/index/banner2.jpg);
}*/

.fade-carousel .slides .slide-4 {
    background-image: url(../Images/index/hotel1.jpg);
}
.fade-carousel .slides .slide-3 {
    background-image: url(../Images/index/bus.jpg);
}

/* .fade-carousel .slides .slide-4 {
    background-image: url(../Images/index/banner4.html);
}

.fade-carousel .slides .slide-5 {
    background-image: url(../Images/index/banner5.html);
}*/

.banner-title {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
}

    .banner-title h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 200;
    }

        .banner-title h1 strong {
            font-weight: 500;
        }

@media (max-width: 767px) {
    .fade-carousel .carousel-inner:before,
    .fade-carousel .carousel-inner:after,
    .fade-carousel .carousel-inner:hover:before,
    .fade-carousel .carousel-inner:hover:after {
        opacity: 0;
    }
}

/*===============search panel==========================*/

.searchpanel {
    position: relative;
    z-index: 2;
    margin-top: -66px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .searchpanel label {
        font-size: 14px;
        font-weight: normal;
    }

    .searchpanel .searchpanel-wrap {
        position: relative;
        background: url(../Images/index/searchpanel-bg.jpg) no-repeat top fixed;
        background-size: cover;
        /*min-height:300px;*/
    }

        .searchpanel .searchpanel-wrap .overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(255, 255, 255, 0.61);
            box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.21);
        }

    .searchpanel .tab-content {
        padding: 15px 0px 45px 0px;
        position: relative;
    }

    .searchpanel .nav-tabs {
        border: none;
        background: rgba(0, 0, 0, 0.62);
        position: relative;
    }

        .searchpanel .nav-tabs > li {
            margin-bottom: 0;
            border-right: 1px solid #130b06;
            position: relative;
        }

            .searchpanel .nav-tabs > li > a {
                position: relative;
                border-radius: 0;
                font-size: 14px;
                color: #000000;
                padding: 20px 30px;
                margin-left: 0px;
                margin-right: 0;
                border: none;
            }

                .searchpanel .nav-tabs > li > a > i {
                    color: #ffffff;
                    font-size: 25px;
                }

            .searchpanel .nav-tabs > li.active > a,
            .searchpanel .nav-tabs > li.active > a:hover,
            .searchpanel .nav-tabs > li.active > a:focus {
                background-color: #0086cd;
                color: #04abe0;
                border: none;
            }

            .searchpanel .nav-tabs > li > a:hover {
                background: rgba(0, 134, 205, 0.61);
                border: none;
            }

            .searchpanel .nav-tabs > li.active > a:before {
                content: "";
                width: 100%;
                height: 4px;
                position: absolute;
                top: 0;
                left: 0;
                background: #119ce6;
            }

    .searchpanel .nav-tabs-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #000000;
        margin: 3px 0;
    }

.select_trip {
    margin-bottom: 10px;
    position: absolute;
    right: 15px;
    background: #f1f1f1;
    padding: 10px 10px;
    border-radius: 4px;
    top: 0;
    margin-top: 22px;
    border: 1px solid #e7e7e7;
}

    .select_trip label {
        margin: 0 4px;
    }

        .select_trip label input[type="radio"], .select_trip label input[type="checkbox"] {
            vertical-align: middle;
            margin: -3px 3px 0;
        }

.searchpanel .form-control, .searchpanel .input-group-addon {
    border-radius: 0;
    height: 44px;
    border: 1px solid #e3e3e3;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);
}

.searchpanel .childage > div {
    padding-left: 8px;
    padding-right: 8px;
}

    .searchpanel .childage > div select {
        padding: 2px;
    }

@media (max-width: 767px) {
    .searchpanel .nav-tabs > li > a {
        padding: 20px 20px;
    }

    .select_trip {
        width: 100%;
        right: 0px;
    }
}

/*nav-pills*/
.searchpanel .nav-pills {
    margin-bottom: 15px;
}

    .searchpanel .nav-pills > li > a {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 15px;
    }

    .searchpanel .nav-pills > li.active > a,
    .searchpanel .nav-pills > li.active > a:hover,
    .searchpanel .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #0086cd;
    }

    .searchpanel .nav-pills > li.active:after {
        content: "";
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #0086cd;
        position: absolute;
        left: 50%;
        margin-left: -8px;
    }

@media (max-width: 767px) {
}
/*nav-pills end*/


/* ===================Service Point===============*/
.service-point {
    color: #fff;
    background: #ccc;
    padding: 20px 0;
    background: #168fcc;
    text-align: center;
	margin-top: 123px;
}


}

    .service-point h4 {
        font-weight: 600;
    }

    .service-point p {
        font-size: 14px;
    }

    .service-point .icon {
        margin-top: -71px;
        position: relative;
        z-index: 2;
    }

h3.t-text {
    text-transform: uppercase;
    margin-top: 0;
    color: #00357e;
    margin-bottom: 15px;
	    margin-top: 40px !important;
}
/*=============Hot package==========*/
.hot-packages {
    padding: 15px 0 30px 0;
	margin-top: 8px;
}


}

    .hot-packages .pack-box > a {
        background: #494949;
        display: block;
        text-decoration: none;
    }

    .hot-packages .pack-box img {
        width: 100%;
        height: 178px;
        min-height: 178px;
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .hot-packages .pack-box > a .pack-img {
        position: relative;
        overflow: hidden;
    }

    .hot-packages .pack-box > a:hover .pack-img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all .9s ease;
        transition: all .9s ease;
    }

    .hot-packages .pack-box > a .pack-img:after {
        content: "";
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 0px;
        bottom: 0;
        background: #000;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .hot-packages .pack-box > a:hover .pack-img:after {
        height: 100%;
        opacity: 0.5;
    }

    .hot-packages .description {
        padding: 5px 10px;
    }

        .hot-packages .description h5 {
            font-weight: 600;
            color: #fff;
            line-height: 21px;
        }

        .hot-packages .description p {
            color: #b8b8b8;
        }

    .hot-packages .carousel-control {
        width: 60px;
        height: 60px;
        top: 30%;
        opacity: 1;
    }

    .hot-packages .np-btn {
        position: absolute;
        right: 0px;
        top: 0;
        margin-top: -30px;
        margin-right: 15px;
    }

        .hot-packages .np-btn .carousel-control {
            width: 25px;
            height: 25px;
            background: #515151;
            font-size: 18px;
            position: relative;
            display: inline-block;
            line-height: 25px;
            opacity: 0.6;
        }

            .hot-packages .np-btn .carousel-control:hover {
                opacity: 1;
            }

/*======================== why points====================*/

.why-points .why-icon {
    width: 73px;
    height: 73px;
    float: left;
    margin-right: 20px;
    position: relative;
    margin-bottom: 8px;
}

    .why-points .why-icon:after {
        content: "";
        border-bottom: 12px solid transparent;
        border-top: 12px solid transparent;
        border-right: 12px solid #fff;
        position: absolute;
        right: 0;
        top: 30%;
    }

.why-icon.color-1 {
    background: #ee842e url(../Images/index/why-icons.png) no-repeat;
    background-position: 0px 0px;
}

.why-icon.color-2 {
    background: #53a6ef url(../Images/index/why-icons.png) no-repeat;
    background-position: -75px 0px;
}

.why-icon.color-3 {
    background: #3288d4 url(../Images/index/why-icons.png) no-repeat;
    background-position: -155px 0px;
}

.why-icon.color-4 {
    background: #fca45d url(../Images/index/why-icons.png) no-repeat;
    background-position: -230px 0px;
}

.why-points h4 {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    line-height: 22px;
}

/*===== e offer=====*/
/*          e-offers    */
/********************************/
.e-offer {
    padding: 20px 0;
    background: #3991e0;
    overflow: hidden;
    margin-bottom: 8px;
}

    .e-offer h5 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 0;
        color: #fff;
    }

    .e-offer p {
        font-size: 14px;
        color: #ddd;
    }

    .e-offer .error {
        position: absolute;
    }

.e-offer-reqst div {
    padding: 0;
}

.e-offer-reqst .form-control, .e-offer-reqst .btn {
    border-radius: 0;
}

/*================================== promotion=============*/
.promotions {
    margin-bottom: 15px;
	
}
}

    .promotions .np-btn {
        position: absolute;
        right: 0px;
        top: 0;
        margin-top: -28px;
    }

        .promotions .np-btn .carousel-control {
            margin-top: -25px;
            width: 25px;
            height: 25px;
            background: #515151;
            border-radius: 50%;
            position: relative;
            display: inline-block;
            font-size: 12px;
            line-height: 25px;
        }

/*========================Star Hotels=========================*/
.star-hotels {
    margin-top: 15px;
    margin-bottom: 5px;
}

    .star-hotels .pack > a {
        border: 1px solid #e2e2e2;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
    }

        .star-hotels .pack > a img {
            max-height: 160px;
            width: 100%;
        }

        .star-hotels .pack > a h4 {
            font-size: 16px;
            font-weight: 600;
            margin-top: 20px;
            margin-bottom: 15px;
            color: #333;
        }

        .star-hotels .pack > a p {
            color: #bababa;
        }


/*========================flight logo=========================*/
.flights-logos {
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #f1f1f1;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2) inset;
}

    .flights-logos .item .img-responsive {
        display: inline-block;
    }

    .flights-logos .carousel-control.left,
    .flights-logos .carousel-control.right {
        background: none;
        width: 5%;
        margin-top: 8px;
    }

    .flights-logos img {
        -webkit-filter: grayscale(.6);
        filter: grayscale(.6);
    }
/*========================footer====================*/
footer {
    background: #0579b7;
    font-size: 14px;
}

    footer .footer-body {
        color: #ddd;
        padding: 20px 0;
    }

        footer .footer-body h5 {
            text-transform: uppercase;
            color: #fff;
            margin-top: 0;
        }

    footer ul {
        padding: 0px 0;
    }

        footer ul li {
            padding: 3px 0;
            color: #000;
            position: relative;
            padding-left: 15px;
        }

            footer ul li:before {
                content: "";
                position: absolute;
                left: 0;
                width: 8px;
                height: 8px;
                background: #ffa04c;
                top: 50%;
                margin-top: -5px;
                border-radius: 50%;
            }

            footer ul li a {
                color: #ddd;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                footer ul li a:hover {
                    padding-left: 3px;
                    color: #ccc;
                }

    footer .copyright-col {
        margin-top: 15   px;
        text-align: right;
    }

        footer .copyright-col h4 {
            color: #fff;
        }

        footer .copyright-col a {
            color: #ddd;
        }

    footer .social-icons .btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        color: #FFF;
        padding: 0px 0px;
    }

.backToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 5px;
    font-size: 35px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.17);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.5s ease;
}

/*visa Search*/
.visa-map-set {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    ;
}

    .visa-map-set > div > div {
        border: 1px solid #ccc;
        display: block;
        text-align: center;
        padding: 10px 0;
        text-transform: uppercase;
        position: relative;
        webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        .visa-map-set > div > div.active {
            box-shadow: 0px 2px 0px #0086cd;
        }

            .visa-map-set > div > div.active:before {
                content: "";
                position: absolute;
                z-index: 1;
                bottom: 0;
                left: 50%;
                margin-bottom: -12px;
                margin-left: -10px;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #0086cd;
                webkit-transition: all .5s ease-in-out;
                -moz-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                -ms-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

        .visa-map-set > div > div:after {
            content: "";
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: url(../Images/index/map.jpg) no-repeat;
            opacity: 0.4;
            webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .visa-map-set > div > div:hover:after {
            webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            opacity: 1;
        }

    .visa-map-set > div h5 {
        font-weight: 600;
        position: relative;
        z-index: 2;
    }

    .visa-map-set > div.asia > div:after {
        background-position: -852px -186px;
    }

    .visa-map-set > div.africa > div:after {
        background-position: -660px -310px;
    }

    .visa-map-set > div.north-america > div:after {
        background-position: -247px -120px;
    }

    .visa-map-set > div.oceania > div:after {
        background-position: -1018px -359px;
    }

    .visa-map-set > div.europe > div:after {
        background-position: -660px -13px;
    }

    .visa-map-set > div.south-america > div:after {
        background-position: -374px -299px;
    }

    /*hover*/

    .visa-map-set > div.asia > div:hover:after {
        background-position: -842px -176px;
    }

    .visa-map-set > div.africa > div:hover:after {
        background-position: -650px -320px;
    }

    .visa-map-set > div.north-america > div:hover:after {
        background-position: -247px -140px;
    }

    .visa-map-set > div.oceania > div:hover:after {
        background-position: -1028px -349px;
    }

    .visa-map-set > div.europe > div:hover:after {
        background-position: -650px -25px;
    }

    .visa-map-set > div.south-america > div:hover:after {
        background-position: -374px -320px;
    }


/*=======================recharge==================*/
.plan-list {
    margin-top: 15px;
    margin-bottom: 40px;
}

    .plan-list > div {
        padding: 15px;
        float: left;
        width: 100%;
        background: rgba(255, 255, 255, 0.64);
    }

    .plan-list .plan-category ul {
        border-bottom: 1px solid #dadada;
    }

        .plan-list .plan-category ul li {
            width: 1%;
            display: table-cell;
            font-weight: 600;
            text-align: center;
        }

            .plan-list .plan-category ul li a {
                color: #333;
                text-decoration: none;
                cursor: pointer;
                position: relative;
                padding: 5px 0;
                display: inline-block;
            }

                .plan-list .plan-category ul li a:after {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 3px;
                    bottom: 0;
                    left: 0;
                    background: #f0ad4e;
                    webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

                .plan-list .plan-category ul li a:hover:after, .plan-list .plan-category ul li.active a:after {
                    width: 100%;
                }


    .plan-list .plan-head ul {
        float: left;
        width: 100%;
        border-bottom: 1px solid #dadada;
        -webkit-box-shadow: 0 9px 9px -7px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0 9px 9px -7px rgba(0, 0, 0, 0.18);
        box-shadow: 0 9px 9px -7px rgba(0, 0, 0, 0.18);
        position: relative;
        z-index: 1;
    }

        .plan-list .plan-head ul li {
            padding-top: 10px;
            padding-bottom: 10px;
            font-weight: 600;
            color: #000;
        }


    .plan-list .browse-plan {
        width: 100%;
        float: left;
        max-height: 300px;
        overflow-y: auto;
    }

        .plan-list .browse-plan ul {
            border-bottom: 1px solid #efefef;
            float: left;
            width: 100%;
            webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

            .plan-list .browse-plan ul:hover {
                background: #fff;
            }

            .plan-list .browse-plan ul li {
                padding-top: 5px;
                padding-bottom: 5px;
            }

    .plan-list .note {
        border-top: 1px solid #dadada;
        margin-top: -1px;
        position: relative;
        -webkit-box-shadow: 0 -4px 9px -3px rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 0 -4px 9px -3px rgba(0, 0, 0, 0.11);
        box-shadow: 0 -4px 9px -3px rgba(0, 0, 0, 0.11);
    }

        .plan-list .note p {
            margin-bottom: 0;
            padding-top: 10px;
            color: #adadad;
        }

    .plan-list .plan-list-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        text-align: center;
    }

        .plan-list .plan-list-overlay img {
            top: 50%;
            position: absolute;
            background: #fff;
            box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.31);
            border-radius: 6px;
            border: 1px solid #d2d2d2;
        }

.std-codez {
}

    .std-codez [class*="col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

.codez {
    position: relative;
}

    .codez .form-control {
        padding-left: 15px;
    }

    .codez:after {
        content: '0';
        position: absolute;
        left: 7px;
        top: 0px;
        margin-top: 13px;
        font-size: 14px;
        color: #555;
    }


/*=======================responsive==================*/





@media (max-width: 1024px) {
 .fade-carousel .carousel-inner .active {
    opacity: 1;
    height: 548px;
}
	
	.np-btn {
   
    display: none;
}
	
}

@media (max-width: 768px) {
.fade-carousel .carousel-inner .active {
    opacity: 1;
    height: 548px;
}

}
@media (max-width: 500px) {
.fade-carousel .carousel-inner .active {
    opacity: 1;
    height: 548px;
}
	
	.np-btn {
   
    display: none;
}
	
}
 @media only screen and (min-width:660px) and (max-width: 1020px)
	 {
	 .fade-carousel .carousel-inner .active {
    opacity: 1;
    height: 548px;
}
		 
		 .np-btn {
    
    display: none;
}
	
	 }
	 
	

	 
	 

	 
	 
	  @media only screen and (min-width:317px) and (max-width: 618px)
	 {
	 
	
.fade-carousel .carousel-inner .active {
    opacity: 1;
    height: 548px;
}
		 
		 .hot-packages .np-btn {
   
    display: none !important;
}
		 
	 }
	 
	   @media only screen and (min-width:300px) and (max-width: 700px)
	 {
	 
	
.fade-carousel .carousel-inner .active {
    opacity: 1;
    height: 548px;
}
		 
		 .hot-packages .np-btn {
   
    display: none !important;
}
		 
	 }
	 



