body {
    font: 400 14px/18px 'Trebuchet MS', Tahoma, sans-serif;
    color: #505050;
    background: #fbfbfb;
}

.no-radius {
    border-radius: 0;
    text-decoration: none;
}



a {
    color: #00adee;
    text-decoration: none;
}

a:hover {
    color: #fbbb4e;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.sidebox-social {
    padding: 0 0 5px 0;
}
.sidebox {
    width: 100%;
    overflow: hidden;
    margin: 0px 0px 15px 0px;
    min-width: 300px;
}
.sidebox-social a:link, .sidebox-social a:visited, .sidebox-social a:hover, .sidebox-social a:active {
    float: left;
    width: 32px;
    height: 32px;
    margin: 10px 15px 10px 12px;
    padding: 0;
    text-indent: -9999em;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    background-color: transparent;
    background-image: url('../images/crunchify-follow-sprite.png');
    background-repeat: no-repeat;
}
.sm-rss {
    background-position: 0 0;
}
.sm-goo {
    background-position: 0 -32px;
}
.sm-fac {
    background-position: 0 -64px;
}
.sm-twi {
    background-position: 0 -160px;
}
.sm-wor {
    background-position: 0 -192px;
}

.form-control:focus {
    box-shadow: none;
}

.page-content .row {
    margin: 9px 0 0;
}

.clear{
    clear: both;
}

.h3,
h3 {
    font-size: 24px;

}
/*------------ Header Styles --------------*/
header {
    z-index: 5;
    position: relative;
}

.header-top {
    background: #000;
    min-height: 90px;
	padding-top:6px;
}

.header-top-1 {
    background: #fbbb4e;
    min-height: 50px;
}

.navbar-brand {
    padding: 0;
    position: absolute;
    display: block;
    z-index: 100;
}

.navbar {
    margin-bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    top: 0px;
    z-index: 5;
}

.navbar-header .menu-text {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 700;
    padding: 16px;
}

.navbar-toggle {
    border: 1px solid #ffffff;
}

    .navbar-toggle .icon-bar {
        background: #ffffff;
    }

.navbar-nav {
    margin-bottom: 0;
}

    .navbar-nav li a {
        color: #000;
        font-size: 16px;
        position: relative;
        padding: 15px 24px 15px 30px;
    }

        .navbar-nav li a:hover {
            color: #fff;
        }

        .navbar-nav li a:before {
            position: absolute;
            content: '';
            height: 13px;
            width: 1px;
            background: #ffffff;
            top: 39%;
            right: 0;
        }

    .navbar-nav li:last-child a {
        padding-right: 15px;
    }

        .navbar-nav li:last-child a:before {
            display: none;
        }

.bg-color {
    background: rgba(0, 0, 0, 0.85);
}

.top-user-area {
    position: relative;
}

    .top-user-area > ul > li {
        line-height: 50px;
    }

    .top-user-area .top-user-area-list {
        position: absolute;
        top: 12px;
        right: 0;
    }

        .top-user-area .top-user-area-list > li {
            position: relative;
            border: none !important;
        }

            .top-user-area .top-user-area-list > li:after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                background: rgba(255, 255, 255, 0.13);
                width: 1px;
            }

            .top-user-area .top-user-area-list > li:last-child:after {
                background: none;
            }

            .top-user-area .top-user-area-list > li > a {
                color: #edc429 !important;
            }

                .top-user-area .top-user-area-list > li > a:hover {
                    color: #fff !important;
                }

            .top-user-area .top-user-area-list > li.top-user-area-avatar {
                font-weight: 400;
            }

                .top-user-area .top-user-area-list > li.top-user-area-avatar > a > img {
                    width: 44px;
                    height: 44px;
                    margin-right: 5px;
                    -webkit-transition: 0.3s;
                    transition: 0.3s;
                    border: 2px solid rgba(0, 0, 0, 0.1);
                }

                .top-user-area .top-user-area-list > li.top-user-area-avatar > a:hover > img {
                    border: 2px solid #edc429;
                }

            .top-user-area .top-user-area-list > li.top-user-area-lang > a > img {
                margin-top: -2px;
                width: 16px;
                height: 16px;
                margin-right: 3px;
                opacity: 0.8;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                filter: alpha(opacity=80);
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

            .top-user-area .top-user-area-list > li.top-user-area-lang > a:hover > img {
                opacity: 1;
                -ms-filter: none;
                -webkit-filter: none;
                filter: none;
            }

            .top-user-area .top-user-area-list > li.top-user-area-lang .nav-drop-menu li a {
                line-height: 20px;
            }

                .top-user-area .top-user-area-list > li.top-user-area-lang .nav-drop-menu li a img {
                    width: 20px;
                    height: 20px;
                }

div.nav-drop {
    display: inline-block;
}

.nav-drop {
    position: relative;
    padding-right: 23px !important;
}

    .nav-drop .fa-angle-up,
    .nav-drop .fa-angle-down {
        position: absolute;
        right: 8px;
        line-height: inherit;
        top: 0;
        font-size: 90%;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-drop .fa-angle-up {
        top: 5px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    .nav-drop > .nav-drop-menu {
        min-width: 85px;
        height: 0;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        left: -19px;
        color: #fff;
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .nav-drop > .nav-drop-menu > li > a {
            background: #333;
            color: #fff;
            padding: 10px 15px;
            line-height: 1em;
            border-bottom: 1px solid #000000;
            display: block;
            position: relative;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .nav-drop > .nav-drop-menu > li > a > .right {
                float: right;
            }

            .nav-drop > .nav-drop-menu > li > a:hover {
                background: #edc429;
            }

        .nav-drop > .nav-drop-menu > li:last-child > a {
            border-bottom: none;
        }

        .nav-drop > .nav-drop-menu > li:first-child > a:before {
            position: absolute;
            content: '';
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #333 transparent;
            top: -10px;
            left: 10px;
        }

    .nav-drop.active-drop .fa-angle-up {
        top: 0;
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    .nav-drop.active-drop .fa-angle-down {
        top: 5px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    .nav-drop.active-drop > .nav-drop-menu {
        height: auto;
        overflow: visible;
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-center {
    display: table;
    margin: 0 auto;
}

.list-inline-block > li {
    display: inline-block;
}

.list-horizontal > li,
.list-inline > li {
    float: left;
    margin-right: 10px;
    padding: 0;
    display: block;
}

    .list-horizontal > li:last-child,
    .list-inline > li:last-child {
        margin-right: 0;
    }

.list-horizontal.list-border > li,
.list-inline.list-border > li {
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
}

    .list-horizontal.list-border > li:last-child,
    .list-inline.list-border > li:last-child {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

.list-horizontal:after,
.list-inline:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.top-user-live-support span {
    color: #ecedf6;
    float: left;
}

.top-user-live-support .number {
    font-size: 21px;
}

.top-user-live-support .fa {
    margin-top: 5px;
}
/*------------ Hero Banner Styles --------------*/
.newBanner {
    /*max-height: 625px;*/
    width: 100%;
    background:url(../images/travel-health.jpg) bottom center;
	background-color: #f7f1e4;
    position: relative;
    z-index: 0;
    padding-bottom: 52px;
   
}

    .newBanner input[type="text"], .newBanner select {
        box-sizing: border-box;
        max-width: 100% !important;
        /*width: 100%;*/
    }

    .newBanner .banner-content {
        /*min-height: 400px;*/
    }

        .newBanner .banner-content .container {
            position: relative;
        }

        .newBanner .banner-content .nav-tabs > li.active > a,
        .newBanner .banner-content .nav-tabs > li.active > a:focus,
        .newBanner .banner-content .nav-tabs > li.active > a:hover {
            background: #630040;
            border: none;
        }

        .newBanner .banner-content .nav > li > a {
            padding: 10px;
        }

        .newBanner .banner-content .nav-tabs > li {
            margin-left: 8px;
        }

        .newBanner .banner-content .nav-tabs {
            border: none;
        }

            .newBanner .banner-content .nav-tabs > li > a:hover,
            .newBanner .banner-content .nav-tabs > li > a {
                border: none;
            }

            .newBanner .banner-content .nav-tabs > li > a {
                background: rgba(27, 70, 141, 0.6);
                color: #ffffff;
                font-weight: 700;
                font-size: 18px;
                border-radius: 12px 12px 0 0;
            }

        .newBanner .banner-content .tab-content {
            background: rgba(255, 255, 255, 0.5);
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
            overflow: hidden;
            margin-top: 1px;
            color: #111212;
        }

            .newBanner .banner-content .tab-content {
                padding: 20px;
                overflow: hidden;
            }

                .newBanner .banner-content .tab-content .blank {
                    visibility: hidden;
                }

                .newBanner .banner-content .tab-content label {
                    font-weight: 400;
                    /*font-size: 1em;*/
                    padding-left: 4px;
                    line-height: 11px;
                }

                .newBanner .banner-content .tab-content input {
                    font-size: 11px;
                    max-width: 250px;
                }

                    .newBanner .banner-content .tab-content input[type="submit"] {
                        width: auto;
                        font-size: 22px;
                        padding: 10px 45px;
                        background: #10346E;
                        color: #ffffff;
                    }

                        .newBanner .banner-content .tab-content input[type="submit"]:hover {
                            background: #1b468d;
                            color: #ffffff;
                        }

                .newBanner .banner-content .tab-content .form-control {
                    height: 30px;
                    box-shadow: none;
                    border: none;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
                    font-size: 11px;
                }

                .newBanner .banner-content .tab-content .form-textarea{
                    height: auto;
                    resize: none;
                }

                .newBanner .banner-content .tab-content .fa.fa-calendar {
                    position: absolute;
                    top: 23px;
                    left: 15px;
                }

                .newBanner .banner-content .tab-content .span2 {
                    padding-left: 32px;
                }

        .newBanner .banner-content h3 {
            color: #10346e;
            font-family: 'Roboto Slab', serif;
            font-weight: bold;
            margin-bottom: 30px;
			font-size:36px;
            margin-top: 30px;
			text-align:center !important;
        }
/*------------ Icons Styles --------------*/
.fa {
    background-image: url(../images/icons-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
}

    .fa.fa-user {
        background-position: 0 0;
        height: 34px;
        width: 40px;
    }

    .fa.fa-facebook {
        background-position: 0 -130px;
        float: right;
        height: 21px;
        width: 32px;
    }

    .fa.fa-plane {
        background-position: -4px -51px;
        float: left;
        height: 21px;
        width: 33px;
    }
	
	.fa.fa-twitter {
        background-position: -4px -51px;
        float: left;
        height: 21px;
        width: 33px;
    }

    .fa.fa-bed {
        background-position: -4px -91px;
        float: left;
        height: 21px;
        width: 40px;
    }

    .fa.fa-calendar {
        background-position: -4px -166px;
        float: left;
        height: 21px;
        width: 40px;
    }
/*------------ Tour box --------------*/
.feature-tours .panel {
    position: relative;
    border: none;
    margin-top: 25px;
    display: block;
}

    .feature-tours .panel:hover .panel-heading {
        color: #edc429;
    }

    .feature-tours .panel .panel-heading {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.8);
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0;
        border: none;
    }

.feature-tours .tour-thumb {
    padding: 0;
}

    .feature-tours .tour-thumb figure img {
        width: 100%;
    }
/*------------ Important Links --------------*/
.imp-links {
    text-align: center;
}

    .imp-links .btn-default {
        background: #222;
        color: #fff;
    }

        .imp-links .btn-default:hover {
            background: #000;
        }

    .imp-links .btn-group-lg > .btn,
    .imp-links .btn-lg {
        border-radius: 0;
        padding: 15px 24px;
        font-size: 13px;
		color:#fff;
        border: none;
    }

    .imp-links .btn-group-lg > .btn {
        border-right: 1px solid #e1e1e1;
        margin: 0;
    }

        .imp-links .btn-group-lg > .btn:last-child {
            border: none;
        }

        .imp-links .btn-group-lg > .btn:before {
            background: rgba(255, 255, 255, 0.13);
            content: "";
            height: 100%;
            position: absolute;
            right: 0px;
            top: 0;
            width: 1px;
        }

body:nth-of-type(1) .imp-links .btn-group-lg > .btn,
body:nth-of-type(1) .imp-links .btn-lg {
    padding: 12px 20px;
}

    body:nth-of-type(1) .imp-links .btn-group-lg > .btn:last-child,
    body:nth-of-type(1) .imp-links .btn-lg:last-child {
        padding: 12px 23px;
    }
/*------------ Features box --------------*/
.feature-box .panel {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
}

    .feature-box .panel h4 {
        font-weight: 700;
        margin-bottom: 0;
    }

    .feature-box .panel .panel-heading {
        padding: 0;
    }

    .feature-box .panel .panel-body {
        padding: 20px 0 0;
    }

        .feature-box .panel .panel-body .input-group {
            width: 100%;
            float: left;
            margin-bottom: 20px;
        }

        .feature-box .panel .panel-body .btn {
            background: #b8e844;
            color: #ffffff;
            padding: 10px 67px;
            font-weight: 700;
        }

        .feature-box .panel .panel-body .facebook {
            background: #1b478d;
            border-radius: 5px;
            color: #ffffff;
            display: block;
            font-size: 18px;
            font-weight: 700;
            padding: 8px 20px 8px 13px;
            text-align: left;
            width: 185px;
        }

            .feature-box .panel .panel-body .facebook:hover {
                color: #ffffff;
                background: rgba(27, 71, 141, 0.8);
            }

            .feature-box .panel .panel-body .facebook span {
                display: inline;
            }

            .feature-box .panel .panel-body .facebook .fa {
                float: right;
            }
/*------------ Footer --------------*/
.pageFooter {
    border: 1px solid #4b4b4b;
    border-left: none;
    border-right: none;
	border-bottom:none;
}

    .pageFooter .links a {
        border-right: 1px solid;
        color: #000;
        display: inline-block;
        line-height: 10px;
        padding: 0 8px 0 5px;
        text-align: center;
    }

        .pageFooter .links a:last-child {
            border: none;
        }

    .pageFooter .row {
        margin: 10px 0;
    }

    .pageFooter a:hover {
        color: #edc429;
    }

    .bookingEngine{
        position: relative;
        z-index:1;
    }

    .bannersBg{
        left:0;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
        .bannersBg > div{
            display: none;
            height: inherit;
            width: inherit;
        }

        .bannersBg > div:first-child{
            display: block;
            height: inherit;
            width: inherit;
        }

        .bannersBg .container {
            height: inherit;
            position: relative;
        }

        .bannersBg .banner-text-1 {
            position: absolute;
            bottom: 60px;
            right: 40px;
            font-size: 35px;
            font-weight: 700;
            color: #e9e9e9;
            text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
            width: 290px;
            line-height: 40px;
        }

    .travelInsurance iframe{
        /*display: none;*/
        width: 100%;
        min-height: 700px;
    }



/* Home Page */

.homeThumb, .homeThumb .row {
    margin: 0;
}

/*.homeThumb{
    margin-bottom: 25px;
}*/

.homeThumb img{
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: 0.7s all ease;
}

.countryThumb {
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: 0.3s all ease;
}

.countryThumb img {
    display: block;
    filter: alpha(opacity=65);
    opacity: 0.65;
    position: relative;
}

.countryThumb .countryName, .countryThumb .countryNumber {
    background-color: #01317b;
    top: 0;
    color: #fff !important;

    font-family: 'Roboto Slab', serif;
    font-size: 1.3em;

    right: 10px;
    letter-spacing: 1px;
    padding:5px ;
    position: absolute;

    transition: 0.3s all ease;
    margin: 0 !important;
}


.countryThumb .countryNumber{
    /*background-color: rgba(255, 255, 255, 0.5);*/
    bottom: 0px;
    /*color: #10346E !important;*/
    display: none;
}

.countryThumb:hover {
    box-shadow: 0 0 20px #000;
    z-index:1;
}

.countryThumb:hover img{
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1.1);
}

.countryThumb:hover .countryName, .touch-device .countryName{
    background-color: #afdbfe;
	filter: alpha(opacity=50);
    top: 10px;
    color: #fff !important;
}

.countryThumb:hover .countryNumber, .touch-device .countryNumber{
    /*background-color: rgba(255, 255, 255, 0.75);*/
    bottom: 0;
}


.countrySlider{
    position: relative;
}

.countrySlider .owl-controls{
    position: absolute;
    top: 0;
}

.countrySlider .owl-page span{
    background-color: #111 !important;
}

.countrySlider .owl-page.active span{
    background-color: #fff !important;
}


.homeThumb [class*='col-']{
    padding: 0;
}

.homeBannerImg{
    margin-top: 46px;
}

.bottomLiveHelp{
    font-size: 2.1em;
    margin: 25px 0px 0px;
}

.bottomLiveHelp > *{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.bottomLiveHelp .live-support {
    font-size: 0.7em;
}

.shorBannerAndText.row{
    margin: 30px -15px 45px;
}

.textMessage ul {
    background: #389ffe;
	height:235px;
	background:url(../images/ripped-paper.jpg) #389ffe top left no-repeat;
    box-shadow: 0px 0px 15px -9px #333;
    -webkit-box-shadow: 0px 0px 15px -9px #333;
    -moz-box-shadow:0px 0px 15px -9px #333;
    -ms-box-shadow: 0px 0px 15px -9px #333;
    font-size: 1.2em;
    list-style: none;
    padding: 22px;
}

.textMessage li {
    background: transparent url("../images/arrow.png") no-repeat scroll left 3px;
    margin: 5px 0px;
    padding: 7px 5px 10px 34px;
}

.textMessage1 ul{
    background-color: #97f0f4;
    box-shadow: 0px 0px 15px -9px #333;
    -webkit-box-shadow: 0px 0px 15px -9px #333;
    -moz-box-shadow:0px 0px 15px -9px #333;
    -ms-box-shadow: 0px 0px 15px -9px #333;
    font-size: 1.2em;
    list-style: none;
    padding: 22px;
	margin-top:13px;
}

.textMessage1 li {
    background: transparent url("../images/tick.png") no-repeat scroll left 3px;
    margin: 0px 0px;
	color:#000;
    padding: 6px 5px 8px 34px;
}

.textMessage2 h4 {
    font-size: 1.8em;
    padding: 0 0 10px 0;
	color:#1b468d;
	border-bottom:1px solid #ccc;
}

.textMessage2 h5 {
    font-size: 1.4em;
    list-style: none;
	color:#10346e;
    padding: 0 0 4px 0;
	margin:0;
}

.textMessage2 h6 {
    font-size: 1em;
    list-style: none;
	color:#67acf1;
    padding: 4px 0;
	margin:0;
}

.textMessage2 p {
    margin: 0px;
	color: #000;
	font-size:1em;
	font-style:italic;
    padding: 10px 10px 5px 0;
}

.AirwaySlider{
    box-shadow: 0px 0px 15px -9px #333;
    -webkit-box-shadow: 0px 0px 15px -9px #333;
    -moz-box-shadow:0px 0px 15px -9px #333;
    -ms-box-shadow: 0px 0px 15px -9px #333;
}

.AirwaySlider img{
    height: 150px;
    width: 100%;
}

.AirwaySlider .owl-controls {
    position: absolute;
    width: 100%;
}

.AirwaySlider1{
    box-shadow: 0px 0px 15px -9px #333;
    -webkit-box-shadow: 0px 0px 15px -9px #333;
    -moz-box-shadow:0px 0px 15px -9px #333;
    -ms-box-shadow: 0px 0px 15px -9px #333;
}

.AirwaySlider1 img{
    height: 300px;
    width: 100%;
}


.AirwaySlider1 .owl-controls {
    position: absolute;
    width: 100%;
}


.selectDate {
    box-sizing: border-box;
    display: block;
    background-position: -4px -162px;
    padding-left: 32px;
}

.formPage {
    background-color: #fefefe;
    padding: 50px 100px;
}

.btn-submit{
    width: auto;
    font-size: 18px;
    padding: 4px 10px;
    background: #1b468d none repeat scroll 0% 0%;
    color: #FFF;
}

.contactMap{
    margin-bottom: 20px;
    min-height: 450px;
    width: 100%;
}


/* Terms & conditions */

.termsAndConditionDiv h3{

    background: url(../images/accordion.png) no-repeat right 8px #f0f0f0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    font-size: 1.25em;
    margin: 0;
    padding: 7px 10px;

}

.termsAndConditionDiv h3.active {
    background-position: right -94px; 
}

.termsAndConditionDiv .answer{

    display: none;
    padding: 10px;

}

/* End Terms & conditions */

.full{

    display: block;
    height: auto;
    max-width: 100%;

}

#divSuccess p{
    margin: 0;
}

.customeModalCSS * {
    font-family: 'Roboto Slab', serif;
}


.customeModalCSS .modal-title{
    color: #10346E;
    font-size: 1.7em;
}

.customeModalCSS .modal-body{
    font-size: 1.3em;
}

.customeModalCSS .countrySpecialist{
    color: #EDC429;
    font-style: italic;
}

.customeModalCSS .or::before, .customeModalCSS .or::after{
    content: "";
    width: 15px;
    display: inline-block;
    border-bottom: 1px solid #505050;
    margin: 4px 10px;
}

/*------------ Media Queries --------------*/
@media (min-width: 1264px) {
    .container {
        width: 1264px;
    }
}

@media (max-width: 992px) {
    .top-user-area .top-user-area-list {
        position: relative;
        display:inline-block;
        margin: 20px 0 0;
    }

    .homeBannerImg{
        margin: 10px 0 30px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        width: 23.8%;
    }

    .top-user-area {
        position: relative;
        float: right;
    }
	
	.newBanner .banner-content h3 {
            color: #10346e;
            font-family: 'Roboto Slab', serif;
            font-weight: bold;
            margin-bottom: 30px;
			font-size:30px;
            margin-top: 30px;
			text-align:center !important;
        }
		
	.imp-links .btn-group-lg > .btn,
    .imp-links .btn-lg {
        border-radius: 0;
        padding: 15px 20px;
        font-size: 12px;
		color:#fff;
        border: none;
    }
	
	
    /*.newBanner .banner-content h3 {
        margin-top: 25px;
    }*/
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: inherit;
    }

    .formPage {
        padding: 20px;
    }
	
	.imp-links .btn-group-lg > .btn,
    .imp-links .btn-lg {
        border-radius: 0;
        padding: 15px 20px;
        font-size: 12px;
		color:#fff;
        border: none;
    }
}

@media (max-width: 767px) {

    .newBanner .banner-content .tab-content {
        padding: 10px;
    }

    .newBanner .banner-content .tab-content [class*='col-']{
        padding: 0 10px;

    }

    .newBanner .banner-content .tab-content label {
        font-size:0.85em;
    }

    .bookingform{
        margin-left: -15px;
        margin-right: -15px;
    }

    .flights-form {
        padding: 10px;
    }

    .h2,
    h2 {
        font-size: 20px;
    }

        .h2 .fa.fa-bed,
        h2 .fa.fa-bed {
            width: 33px;
        }

    .navbar-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

        .navbar-nav li a:before {
            display: none;
        }

    .newBanner .banner-content .h3,
    .newBanner .banner-content h3 {
        font-size: 18px;
        margin-top: 68px;
    }

    .newBanner .fa.fa-plane,
    .newBanner .fa.fa-bed {
        float: none;
    }

    .imp-links .btn-group-lg > .btn {
        width: 100%;
        border-right: 0;
        border-bottom: 2px solid rgba(0, 0, 0, 0.13);
    }

        .imp-links .btn-group-lg > .btn:before {
            background: rgba(255, 255, 255, 0.13);
            content: "";
            width: 100%;
            position: absolute;
            left: 0px;
            bottom: 0;
            height: 1px;
        }

    .imp-links .btn-group > .btn:first-child {
        margin-left: -1px;
    }

    .feature-box {
        text-align: center;
    }

        .feature-box .panel-body p {
            text-align: justify;
        }

        .feature-box .panel-body .facebook {
            margin: 0 auto;
        }

    .formPage {
        padding: 10px;
    }



}

@media (max-width: 1000px) {
    .top-user-area {
        position: relative;
        margin-top: 70px;
    }

    .navbar-brand {
        width: 50%;
        left: 50%;
        margin-left: -25%;
    }

    .top-user-area {
        /*margin-left: 12%;
        float: left;*/
        float: none;
        text-align: center;
    }

.top1Links {
        text-align: center;
		background:rgba(0,0,0,0.8);
		color:#fff;
    }

    .top1Links ul li a {
        float: none;
		color:#000;
		font-size:13px;
		padding:16px 17px;
    }
	
	.top1Links ul li a:hover {
        float: none;
		color:#fff;
    }
	


}

@media (max-width: 650px) {

    .homeThumb {
        margin: 0 -15px;
    }

    .homeThumb h3{
        padding: 0 15px;
    }

    .top-user-area {
        float: none;
        margin-left: 0;
    }

    .list-horizontal > li,
    .list-inline > li {
        width: 50%;
        text-align: center;
    }

    .list-horizontal.list-border > li,
    .list-inline.list-border > li {
        margin: 0;
        padding: 0;
    }

        .list-horizontal.list-border > li:last-child,
        .list-inline.list-border > li:last-child {
            width: 100%;
        }

    .top-user-live-support span {
        float: none;
    }

    .top-user-area .top-user-area-list > li:nth-child(2):after {
        display: none;
    }
    
    .top-user-area-lang{
        display: none !important;
    }
    
    body .list-horizontal.list-border li{
        width: 100%;
        display: block;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
        padding: 10px 0 !important;
    }

    body .list-horizontal.list-border li:after {
        display: none;
    }

    body .top-user-area .top-user-area-list{
        width: 100%;
    }

}

@media (max-width: 479px) {
    .navbar-brand {
        left: 50%;
        margin-left: -40%;
        width: 80%;
    }

    .top-user-area {
        margin: 50px 0 10px;
    }

    .nav-drop > .nav-drop-menu {
        left: 12px;
    }

    .newBanner .banner-content .tab-content label {
        line-height: 15px;
    }

    .top-user-area > ul > li {
        line-height: 20px;
    }
	
	.top1Links {
        text-align: center;
		background:rgba(0,0,0,0.8);
		color:#fff;
    }
    .top1Links ul li a {
        float: none;
		color:#fbbb4e;
    }
	.top1Links ul li a:hover {
        float: none;
		color:#fff;
    }
}


.scrollToTop{
	width:50px; 
	height:100px;
	padding:10px;
	padding-top:36px;
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:100px;
	right:20px;
	display:none;
	background: url('../images/arrow_up.png') no-repeat 0px 0px;
}
.scrollToTop:hover{
	text-decoration:none;
}