@font-face {
    font-family: 'AcuminRPro';
    src: url('fonts/AcuminRPro.eot');
    src: url('fonts/AcuminRPro.eot') format('embedded-opentype'), url('fonts/AcuminRPro.woff2') format('woff2'), url('fonts/AcuminRPro.woff') format('woff'), url('fonts/AcuminRPro.ttf') format('truetype'), url('fonts/AcuminRPro.svg#AcuminRPro') format('svg');
}

@font-face {
    font-family: 'ralewaythin';
    src: url('fonts/raleway-thin-webfont.woff2') format('woff2'), url('fonts/raleway-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaylight';
    src: url('fonts/raleway-light-webfont.woff2') format('woff2'), url('fonts/raleway-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.woff2') format('woff2'), url('fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.woff2') format('woff2'), url('fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('fonts/raleway-extrabold-webfont.woff2') format('woff2'), url('fonts/raleway-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/raleway-semibold-webfont.woff2') format('woff2'), url('fonts/raleway-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway-medium-webfont.woff2') format('woff2'), url('fonts/raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GOTHIC';
    src: url('fonts/GOTHIC.eot');
    src: url('fonts/GOTHIC.eot') format('embedded-opentype'), url('fonts/GOTHIC.woff2') format('woff2'), url('fonts/GOTHIC.woff') format('woff'), url('fonts/GOTHIC.ttf') format('truetype'), url('fonts/GOTHIC.svg#GOTHIC') format('svg');
}

@font-face {
    font-family: 'times';
    src: url('fonts/times.eot');
    src: url('fonts/times.eot') format('embedded-opentype'), url('fonts/times.woff2') format('woff2'), url('fonts/times.woff') format('woff'), url('fonts/times.ttf') format('truetype'), url('fonts/times.svg#times') format('svg');
}


body {
    font-family: 'ralewayregular' !important;
    color: #3e3e3e !important;
    line-height: normal;
    font-size: 15px;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
        outline: none;
    }

::-webkit-input-placeholder {
    /* Chrome */
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: inherit;
    opacity: 1;
}

body .container {
    width: 100%;
    max-width: 1380px;
}

.paddefault .row {
    margin-left: -15px;
    margin-right: -15px;
}

.paddefault .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.sectionheader {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

.w1920 {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

.headertop {
    float: left;
    width: 100%;
    padding: 6px 0 36px;
}

.headerpart {
    width: 100%;
    float: left;
    position: relative;
}

.sitelogo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

    .sitelogo a {
        display: block;
    }

.headertopmenu {
    width: 37%;
    float: left;
    position: relative;
    padding: 50px 0 0;
}

    .headertopmenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .headertopmenu ul li {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            padding: 0 95px 0 0;
        }

            .headertopmenu ul li a {
                display: inline-block;
                vertical-align: middle;
                color: #1c5f83;
                font-size: 14px;
                text-decoration: none;
                line-height: 18px;
                font-family: 'AcuminRPro' !important;
                text-transform: uppercase;
                font-weight: 600;
            }

                .headertopmenu ul li a:hover, .headertopmenu ul li a:focus {
                    color: #004f91;
                    outline: none;
                }

            .headertopmenu ul li:last-child {
                padding: 0;
            }

            .headertopmenu ul li a span {
                display: block;
            }

    .headertopmenu.headertopright {
        float: right;
    }

        .headertopmenu.headertopright ul li {
            padding: 0 0 0 88px;
        }

    .headertopmenu li .btn:focus-visible {
        outline: none !important;
    }

    .headertopmenu.headertopright ul li .dropdown-menu {
        min-width: auto;
        left: auto;
        padding: 5px;
    }

        .headertopmenu.headertopright ul li .dropdown-menu li {
            padding: 0;
            width: 100%;
            text-align: left;
        }

            .headertopmenu.headertopright ul li .dropdown-menu li a {
                padding: 8px 10px 5px;
                line-height: normal;
                width: 100%;
            }

                .headertopmenu.headertopright ul li .dropdown-menu li a:hover,
                .headertopmenu.headertopright ul li .dropdown-menu li a:focus {
                    background-color: #1c5f83;
                    color: #fff;
                }
/*dropdown menu start*/
/*.dropdown.topcontacts {
    cursor: pointer;
}

.topcontacts .btn-primary {
    color: #da251c;
    background-color: transparent;
    text-transform: capitalize;
    padding: 0;
}

    .topcontacts .btn-primary i {
        padding-left: 5px;
    }

.topcontacts i {
    color: #f7216b;
    text-align: center;
    font-size: 18px;
    margin: 3px 0 0 8px;
    float: right;
}*/
/*.topcontacts .dropdown-menu {
    padding: 15px;
    border: none;
    border-radius: 0;
    max-height: 230px;
    overflow: auto;
    left: auto;
    right: 0;
}

.topcontacts.emailtop .dropdown-menu {
    left: 0;
    right: auto;
}

.topcontacts .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.topcontacts .dropdown-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.topcontacts .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #666666;
}

.dropdown.topcontacts:hover .dropdown-menu {
    display: block;
}

.topcontacts .dropdown-menu .divider {
    margin: 0;
    border-color: #ebebeb;
    width: 100%;
}

.topcontacts .dropdown-menu > li {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    line-height: normal;
    color: #23527c;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    margin: 5px 0;
}

    .topcontacts .dropdown-menu > li span {
        color: #23527c;
        display: block;
    }

    .topcontacts .dropdown-menu > li > a {
        font-weight: 600;
        padding: 0;
        color: #f7216b;
        display: block;
    }

        .topcontacts .dropdown-menu > li > a:focus, .topcontacts .dropdown-menu > li > a:hover {
            color: #23527c;
            text-decoration: none;
            background-color: transparent;
        }*/
/*dropdown menu end*/
/*
.col-xs-12.pull-right.headeright {
    padding-right: 70px;
}

.usericon i {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 0 0 0 3px;
}*/
/*.headeright .socialtop {
    background-image: url("../images/site/icon02.png");
    background-position: -9px -478px;
    background-repeat: no-repeat;
    min-height: 35px;
    width: 100%;
    max-width: 182px;
    float: right;
    margin-left: -31px;
    padding: 4px 38px 0 0;
}

.socialtop a {
    float: right;
    margin: 0 6px 0 0;
}*/
/*.headeright .googleplay {
    background-image: url("../images/site/icon02.png");
    background-position: left -238px;
    background-repeat: no-repeat;
    min-height: 35px;
    width: 100%;
    max-width: 190px;
    float: right;
}

.headeright .agentlogin span {
    background-image: url("../images/site/icon01.png");
    background-position: left -370px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 6px 0 0 28px;
    font-weight: 600;
    display: inline-block;
}

.headeright .agentlogin {
    background-image: url("../images/site/icon02.png");
    background-position: -5px top;
    background-repeat: no-repeat;
    min-height: 35px;
    width: 100%;
    max-width: 190px;
    float: right;
    margin: 0 0 0 -31px;
}*/
.headermenu {
    width: 100%;
    float: left;
    background: #1c5f83;
    padding: 24px 0 20px;
    box-shadow: 0 0 9px rgba(0,0,0,0.30);
    text-align: center;
    position: relative;
    z-index: 1;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
        position: relative;
        z-index: 9;
    }

    .headermenu #myNavbar,
    .headermenu .container-fluid {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

        .headermenu .navbar-inverse .navbar-nav > li {
            float: left;
            padding: 0 20px;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a {
                color: #ffe184;
                font-size: 18px;
                margin: 0;
                padding: 0;
                text-decoration: none;
                text-transform: uppercase;
                font-family: 'AcuminRPro' !important;
                -webkit-transition: color ease-out 0.5s;
                -moz-transition: color ease-out 0.5s;
                -ms-transition: color ease-out 0.5s;
                -o-transition: color ease-out 0.5s;
                transition: color ease-out 0.5s;
            }

            .headermenu .navbar-inverse .navbar-nav > li:first-child > a {
                margin-left: 0;
            }

            .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
                background: transparent;
                color: #fff;
                border-bottom: none !important;
                -webkit-transition: color ease-out 0.5s;
                -moz-transition: color ease-out 0.5s;
                -ms-transition: color ease-out 0.5s;
                -o-transition: color ease-out 0.5s;
                transition: color ease-out 0.5s;
            }

.appandlogin {
    float: right;
    width: 100%;
    text-align: right;
    padding: 0 8px 0 0;
    position: relative;
}

    .appandlogin a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        background-color: #1c5f83;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 5px 22px 6px;
        border-radius: 0 0 13px 13px;
        margin: 0 0 0 20px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: none;
    }

        .appandlogin a:hover, .appandlogin a:focus {
            color: #ffe183;
            text-decoration: none;
            outline: none;
            border: none;
        }

    /*login popup css*/
    .appandlogin .menu {
        overflow: hidden;
        height: 160px;
        width: 240px;
        position: absolute;
        top: 38px;
        right: 10.5%;
        background-color: #fff;
        padding: 10px 10px 10px;
        z-index: 2;
        box-shadow: 0 0 10px rgba(0,0,0,0.30);
        border-radius: 5px;
        text-align: left;
    }

        .appandlogin .menu ul {
            margin: 0;
            padding: 0;
        }

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }


/* Google */
.loginBtn--google {
    background: #DD4B39;
}

    .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        background: #E74B37;
    }


.contentbg {
    float: left;
    width: 100%;
}

.contentdetabg {
    width: 100%;
    float: left;
    background-image: url(../images/site/bodybg02.png);
    background-position: left top;
    background-repeat: repeat;
    margin: -30px 0 0;
    padding: 60px 0 0;
}
/* fade on slider start */

/*.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}*/
/* fade on slider end*/

.bannerwrap {
    float: left;
    position: relative;
    width: 100%;
    min-height: 755px;
    background-image: url(../images/site/bannerbg.png);
    background-position: 286px bottom;
    background-repeat: no-repeat;
    background-size: 1581px;
}

.bookingformwrap {
    width: 100%;
    max-width: 800px;
    min-height: 373px;
    float: left;
    position: absolute;
    right: 267px;
    top: 24px;
    padding: 0;
    z-index: 1;
}

.bookbus {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 25px;
}

    /*.bookbus {
    text-align: center;
    float: right;
}*/
    .bookbus #ctl00_ContentPlaceHolder1_rblTripType {
        float: none;
        display: inline-block;
        vertical-align: middle;
        background-color: #fff;
        border-radius: 100px;
        box-shadow: 0 0 9px rgba(0,0,0,0.30);
        text-align: center;
    }



    .bookbus td label[for="ctl00_ContentPlaceHolder1_rblTripType_0"], .bookbus td label[for="ctl00_ContentPlaceHolder1_rblTripType_1"] {
        /*border-radius: 15px 0 0 0;*/
        color: #1c5f83;
        background-color: #ffffff;
        padding: 14px 41px 12px;
        float: left;
        font-size: 25px;
        font-weight: 400;
        margin: 0;
        line-height: normal;
        border-left: none;
        border-top: none;
        border-bottom: none;
        border-radius: 100px;
        cursor: pointer;
    }

    /* .tripwrap td label[for="ctl00_ContentPlaceHolder1_rblTripType_1"] { */
    /* border-radius: 0 15px 0 0; */
    /* } */

    .bookbus td label[for="ctl00_ContentPlaceHolder1_rblTripType_1"] {
        /*border-radius: 100px;*/
        /*border-left: 1px solid #1a1a1a;
            border-right: 1px solid #1a1a1a;*/
    }

    .bookbus td label[for="ctl00_ContentPlaceHolder1_rblTripType_2"] {
        /*border-radius: 100px;*/
    }

    .bookbus td input[type="radio"]:checked + label {
        background-color: #1c5f83;
        color: #fff;
    }

    .bookbus td input[type="radio"] {
        display: none;
    }




/*.bookingform.busbooking.trackcargo .inputgroup {
    padding: 0 0 10px;
}

.bookingformwrap .bookingtoplinks {
    float: none;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 0 9px rgba(0,0,0,0.30);
}

    .bookingformwrap .bookingtoplinks li {
        margin: 0 !important;
    }

        .bookingformwrap .bookingtoplinks li a {
            color: #1c5f83;
            background-color: #ffffff;
            padding: 14px 41px 12px;
            float: left;
            font-size: 25px;
            font-weight: 400;
            margin: 0;
            line-height: normal;
            border-left: none;
            border-top: none;
            border-bottom: none;
            border-radius: 100px;
            cursor: pointer;
        }

.bookingformwrap .nav-tabs {
    border-bottom: none;
}

    .bookingformwrap .nav-tabs > li.active > a, .bookingformwrap .nav-tabs > li.active > a:focus, .bookingformwrap .nav-tabs > li.active > a:hover {
        color: #fdfdfc;
        cursor: default;
        background-color: #07adf6;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

.bookingformwrap .bookingtoplinks li a:hover, .bookingformwrap .bookingtoplinks li.active a, .bookingformwrap .bookingtoplinks li a:focus {
    color: #fff !important;
    background-color: #1c5f83 !important;
    text-decoration: none !important;
    border-left: none;
    border-top: none;
    border-bottom: none;
}*/

.bookingform {
    width: 100%;
    float: left;
    z-index: 1;
}

.titletop {
    margin-bottom: 55px;
}

.bookingformwrap h2 {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin: 0;
    background-color: #1c5f83;
    border-radius: 100px;
    box-shadow: 0 0 11px rgb(0 0 0 / 30%);
    padding: 37px 0 22px;
    font-family: 'AcuminRPro' !important;
}


.inputgroup {
    float: left;
    padding: 0 0 0;
    width: 100%;
    padding: 0 0 51px;
    position: relative;
}

.inputinr label {
    font-size: 25px;
    color: #1c5f83;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0 0 6px;
    padding: 0 0 0 30px;
}

.inputinr {
    float: left;
    width: 50%;
    position: relative;
}

    .inputinr.inputinr01, .inputinr.inputinr03 {
        padding: 0 28px 0 17px;
    }

    .inputinr.inputinr02, .inputinr.inputinr04 {
        padding: 0 5px 0 40px;
    }

    .inputinr .form-control::-moz-placeholder {
        color: inherit;
    }

    /*.inputinr select, .inputinr input[type="text"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none \9;
        -o-appearance: none;
        background-color: #1c5f83;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 25px;
        height: 56px;
        padding: 0 0 0 33px;
        text-transform: capitalize;
        width: 100%;
        border-radius: 50px;
        font-weight: 400;
        outline: none;
        box-shadow: 0 0 9px rgb(0 0 0 / 30%);
        line-height: 56px;
    }

    .inputinr select {
        background-image: url("../images/site/bookingform_icon_01.png");
        background-position: 93% 22px;
        background-repeat: no-repeat;
        color: #fff;
    }

    .inputinr input[type="text"] {
        background-image: url("../images/site/bookingform_icon_02.png");
        background-position: 93% 12px;
        background-repeat: no-repeat;
    }*/

    .inputinr input[type="text"].jdate {
        line-height: normal !important;
        background-image: url("../images/site/bookingform_icon_02.png") !important;
        background-position: 93% 12px !important;
    }
    /* Booking Form New CSS Start */

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-image: url("../images/site/bookingform_icon_01.png") !important;
        background-position: 93% 22px;
        background-repeat: no-repeat;
        background-color: #1c5f83 !important;
        padding: 0 0 0 33px !important;
        border: none !important;
        color: #fff !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 25px !important;
        height: 56px !important;
        line-height: 56px !important;
        cursor: pointer !important;
        font-weight: 400 !important;
        width: 100% !important;
        box-shadow: none !important;
        border-radius: 50px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none \9;
        -o-appearance: none;
        text-transform: capitalize;
        box-shadow: 0 0 9px rgb(0 0 0 / 30%) !important;
    }

/*.inputinr.inputinrswap02 select, .inputinr.inputinrswap02 input[type="text"], .inputinr.inputinrswap02 .select2-container--default .select2-selection--single {
    background-position: 24px -569px;
}*/


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.pickupdropnew .select2-container--default .select2-selection--single .select2-selection__rendered,
.dropdropnew .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1c5f83 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-results__option {
    font-size: 14px;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #666666;
}

/* Booking Form New CSS End */


.inputinr .rfv {
    position: absolute;
    font-size: 13px;
    bottom: -20px;
    left: 52px;
    top: auto;
    font-weight: 500;
}

.inputinr.inputinr02 .rfv {
    left: 75px;
}

.inputinr .form-control::-moz-placeholder {
    color: #fff;
}

.inputinr ::-webkit-input-placeholder {
    color: #fff !important;
}

.searchbutton {
    float: left;
    text-align: center;
    width: 100%;
    padding: 27px 0 0 16px;
}

    .searchbutton input[type="submit"] {
        background: #1c5f83;
        border: none;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        padding: 0;
        text-transform: capitalize;
        width: 100%;
        box-shadow: 0 0 3px #707070;
        outline: none;
        background-image: url("../images/site/bookingform_icon_03.png");
        background-position: 92% 13px;
        background-repeat: no-repeat;
        border-radius: 100px;
        max-width: 356px;
        height: 56px;
    }

        .searchbutton input[type="submit"]:hover, .searchbutton input[type="submit"]:focus {
            background-color: #1c5f83;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            opacity: 0.9;
            outline: none;
        }

/*slider part css*/
.sliderpart {
    width: 100%;
    float: left;
    position: relative;
}

.topwrap {
    width: 100%;
    float: left;
    position: relative;
    background-color: #072530;
}

#myCarousel02 {
    width: 100%;
}

.sliderpart .carousel-caption {
    top: 105px;
    left: 199px;
    bottom: auto;
    text-align: left;
    padding: 0;
    margin: 0;
    right: auto;
    font-weight: 400;
    text-shadow: none;
}

    .sliderpart .carousel-caption h2 {
        font-size: 79px;
        color: #fdf6ec;
        line-height: 80px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 53px;
        letter-spacing: 1px;
    }

        .sliderpart .carousel-caption h2 span {
            display: block;
            font-size: 106px;
            color: #2cb1eb;
            font-weight: normal;
            font-family: 'ralewaythin' !important;
            line-height: 106px;
            letter-spacing: 2px;
        }

    .sliderpart .carousel-caption a {
        text-align: right;
        float: right;
        background-color: #1c5f83;
        color: #fff;
        padding: 18px 51px 13px 25px;
        border-radius: 100px;
        font-size: 24px;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'AcuminRPro';
        line-height: 24px;
        background-image: url(../images/site/bookingform_icon_03.png);
        background-repeat: no-repeat;
        background-position: 88.5% 12px;
        letter-spacing: 0.5px;
    }

.sliderpart .caption-animate .item.active .carousel-caption {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


    .sliderpart .caption-animate .item.active .carousel-caption.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .sliderpart .caption-animate .item.active .carousel-caption.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .sliderpart .caption-animate .item.active .carousel-caption.flipOutX,
    .sliderpart .caption-animate .item.active .carousel-caption.flipOutY,
    .sliderpart .caption-animate .item.active .carousel-caption.bounceIn,
    .sliderpart .caption-animate .item.active .carousel-caption.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

.sliderpart .caption-animate .item .carousel-caption.fadeIn,
.sliderpart .caption-animate .item .carousel-caption.fadeInDown,
.sliderpart .caption-animate .item .carousel-caption.fadeInDownBig,
.sliderpart .caption-animate .item .carousel-caption.fadeInLeft,
.sliderpart .caption-animate .item .carousel-caption.fadeInLeftBig,
.sliderpart .caption-animate .item .carousel-caption.fadeInRight,
.sliderpart .caption-animate .item .carousel-caption.fadeInRightBig,
.sliderpart .caption-animate .item .carousel-caption.fadeInUp,
.sliderpart .caption-animate .item .carousel-caption.fadeInUpBig {
    opacity: 0;
}

.sliderpart a.carousel-control {
    background-image: url(../images/site/sliderarrowleft.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-shadow: none;
    top: 39.6%;
    height: 86px;
    width: 47px;
    font-size: 50px;
    line-height: 86px;
    background-color: #1c5f83;
    border-radius: 0;
    color: transparent;
    margin: 0;
    opacity: 1;
    left: 0;
}

    .sliderpart a.carousel-control.right {
        background-image: url(../images/site/bookingform_icon_03.png);
        right: 0;
        left: auto;
    }

    .sliderpart a.carousel-control:hover, .sliderwrap a.carousel-control:focus {
        background-color: #1c5f83;
        text-decoration: none;
    }

.sliderpart .carousel-indicators {
    bottom: 39px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

    .sliderpart .carousel-indicators li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 9px 0;
        cursor: pointer;
        background-color: #fff;
        border: none;
        border-radius: 15px;
    }

    .sliderpart .carousel-indicators .active {
        width: 12px;
        height: 12px;
        /* margin: 0; */
        background-color: #1c5f83;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.90);
    }
/*explorepart css*/

.contantbodytop {
    width: 100%;
    float: left;
}

.contantbodybg {
    width: 100%;
    float: left;
    background-image: url(../images/site/bodybg02.png);
    background-position: left top;
    background-repeat: repeat;
}

.toptitle {
    font-family: 'ralewaylight';
    margin: 0;
    line-height: normal;
    color: #1c5f83;
    font-size: 65px;
    text-transform: uppercase;
    text-align: left;
}

    .toptitle span {
        font-family: 'ralewaybold';
        display: block;
        padding: 11px 0 0;
    }

.explorepart .toptitle {
    padding: 0 0 0 22px;
}

.explorepart {
    width: 100%;
    float: left;
    padding: 45px 0 51px;
}

.featurearea {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    text-align: center;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
}

body .explorepart .container {
    max-width: 1420px;
}

.slick-slide {
    outline: none;
}

.featurebox {
    float: left;
    text-align: center;
    width: 100%;
    margin: 12px 0 0;
}

.salientftrbox {
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

    .salientftrbox .salient {
        width: 100%;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }


    .salientftrbox:hover .salient, .salientftrbox:focus .salient {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

.featurebox h4 {
    color: #1c5f83;
    line-height: 24px;
    font-size: 50px;
    margin: 0;
    font-weight: 400;
    padding: 21px 0 0;
    line-height: normal;
}

/*explorepart end css*/

/*topdestination css*/
.topdestination {
    width: 100%;
    float: left;
}

.toproutpart {
    width: 100%;
    float: left;
    text-align: left;
    padding: 31px 0 14px 55px;
}

    .toproutpart ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        float: left;
    }

        .toproutpart ul li {
            list-style: none;
            width: 100%;
            float: left;
            padding: 0 0 19px;
        }

            .toproutpart ul li a {
                color: #1c5f83;
                font-size: 28px;
                line-height: normal;
                text-decoration: none;
                font-weight: normal;
                font-family: 'ralewayextrabold';
                width: 100%;
                float: left;
            }

                .toproutpart ul li a span {
                    float: left;
                    width: 41.7%;
                }

                .toproutpart ul li a i {
                    font-family: 'ralewaysemibold';
                    font-style: normal;
                    float: left;
                    width: 58.2%;
                }

/*topdestination end css*/
.insidebus {
    width: 100%;
    float: left;
    background-color: #dfe8ed;
}

.insidearia {
    width: 100%;
    float: left;
    position: relative;
}

.compytitile {
    position: absolute;
    left: -249px;
    top: 293px;
    transform: rotate(270deg);
    text-align: center;
    height: 148px;
    width: 733px;
}

    .compytitile h1 {
        font-size: 83px;
        margin: 0;
        line-height: normal;
        font-family: 'times';
        background-color: rgba(28,95,131,0.12);
        color: #dfe8ed;
        padding: 27px 0 0 0;
        text-transform: uppercase;
        height: 100%;
        width: 100%;
        text-align: center;
    }

.insidetitle {
    width: 100%;
    float: left;
    text-align: left;
    padding: 43px 0 68px;
}

    .insidetitle h3 {
        margin: 0;
        color: #1c5f83;
        font-size: 49px;
        line-height: normal;
    }

    .insidetitle p {
        margin: 0;
        color: #1c5f83;
        font-size: 24px;
        line-height: normal;
        font-family: 'ralewaysemibold';
        padding: 20px 0 0 4px;
    }

.insidepart {
    width: 100%;
    float: left;
    padding: 0 0 47px;
}

#sync1 .item {
    position: relative;
}

.insidetooltip {
    padding: 60px 0 0 0;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    margin: 0;
    float: left;
    position: absolute;
    transition: height width 0.8s;
    -webkit-transition: height width 0.8s;
    text-align: center;
    overflow: hidden;
    transition: 1s;
    top: 30%;
    left: 10%;
    background-image: url(../images/site/tooltipicon.png);
    background-position: 13px 11px;
    background-repeat: no-repeat;
}

    .insidetooltip.insidetooltip02 {
        top: 40%;
        right: 30%;
        left: auto;
    }

    .insidetooltip.insidetooltip03 {
        top: 50%;
        right: 20%;
        left: auto;
    }

    .insidetooltip:hover {
        height: 161px;
        width: 333px;
        border-radius: 10px;
        background-image: url(../images/site/tooltipicon_hover.png);
        background-position: 10px 130px;
        padding: 10px 0 0 15px;
        text-align: left;
        z-index: 5;
    }

    .insidetooltip p {
        font-size: 16px;
        color: #1c5f83;
        font-weight: normal;
        margin: 0;
        text-align: left;
        font-family: 'ralewaysemibold';
    }


#sync2 .item {
    background-color: transparent;
    padding: 10px 0px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    #sync2 .item h3 {
        font-size: 41px;
        color: #1c5f83;
        width: 100%;
        position: relative;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 40px 0 73px;
        text-transform: uppercase;
    }

        #sync2 .item h3 i {
            display: block;
            font-style: normal;
        }

        #sync2 .item h3:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 32px;
            width: 32px;
            border: 3px solid #1c5f83;
            border-radius: 32px;
            right: 0;
            margin: 0 auto;
        }

        #sync2 .item h3:after {
            content: '';
            position: absolute;
            bottom: 14px;
            left: 183px;
            height: 3px;
            width: 92%;
            background-color: #1c5f83;
        }

        #sync2 .item h3.linenone:after {
            display: none;
        }


#sync2 .current .item h3:before {
    background-color: #1c5f83;
}


.insidebus .owl-theme .owl-nav [class*=owl-] {
    transition: all 0.3s ease;
}

    .insidebus .owl-theme .owl-nav [class*=owl-].disabled:hover {
        background-color: #D6D6D6;
    }

#sync1.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next,
    #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    #sync1.owl-theme .owl-prev {
        left: 10px;
    }

    #sync1.owl-theme .owl-next {
        right: 10px;
    }


/**/

/*facilitiaria css*/

.facilitiaria {
    width: 100%;
    float: left;
    padding: 109px 0 85px;
}

body .facilitiaria .container {
    max-width: 1459px;
}

.facilititop {
    width: 100%;
    float: left;
    position: relative;
}

    .facilititop .toptitle {
        position: absolute;
        left: 40px;
        top: 0;
    }

        .facilititop .toptitle span {
            padding: 11px 0 12px;
        }

.facilitiin.facilitiin01 {
    width: 60%;
    float: right;
    text-align: right;
}

.facilitiin {
    width: 100%;
    float: left;
}

    .facilitiin.facilitiin02 {
        padding: 40px 0 0;
        float: right;
        text-align: right;
    }

    .facilitiin.facilitiin01 .facilitibox {
        width: 42%;
        padding: 0;
        margin: 75px 0 0 65px;
    }

.facilitibox {
    text-align: center;
    width: 26%;
    margin: 0 0 0 100px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    height: 390px;
    position: relative;
}

.facilitimg {
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    width: 100%;
}



.facilitibox h4 {
    color: #1c5f83;
    line-height: 24px;
    font-size: 25px;
    margin: 0;
    font-weight: normal;
    padding: 0;
    line-height: normal;
    font-family: 'ralewayextrabold';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
}

    .facilitibox h4 span {
        display: block;
    }

.appartlf, .appartmid, .appartrg {
    float: left;
    width: 33%;
}

.appartlf {
    margin: 0 0 0 -20px;
}

    .appartlf img {
        max-width: 414px;
    }

/*.appartmid img {
    max-width: 414px;
}*/

.appartmid {
    margin: 59px 0 0 17px;
}

.appartrg {
    float: right;
    text-align: right;
    margin: 125px 0 0 0;
    position: relative;
}

    .appartrg img {
        max-width: 414px;
        position: relative;
    }


.appbtn {
    width: 100%;
    text-align: left;
    float: left;
    padding: 34px 25px 0;
}

    .appbtn input[type="text"], .appbtn button {
        width: 100%;
        background-color: #ffffff;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        color: #1c5f83;
        font-size: 20px;
        border-radius: 10px;
        outline: none;
        line-height: normal;
        border: 1px solid #afafaf;
        padding: 14px 20px;
        box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
    }

    .appbtn .btnlink {
        margin: 22px 0 0;
        width: 100%;
        background-color: #1c5f83;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 18px;
        border-radius: 10px;
        outline: none;
        line-height: normal;
        border: none;
        padding: 14px 20px;
        box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
    }

    .appbtn .btnlink {
    }

.apprightbtn {
    width: 210px;
    position: absolute;
    top: 179px;
    /* left: 88px; */
    right: 77px;
    margin: 0 auto;
    text-align: center;
}

    .apprightbtn a {
        display: inline-block;
        color: transparent;
        font-size: 0;
        height: 63px;
        width: 100%;
        border-radius: 10px;
        cursor: pointer;
        text-decoration: none;
        vertical-align: middle;
        text-align: center;
        margin: 0 0 16px;
    }

        .apprightbtn a.appinstol {
            background-color: transparent;
            color: transparent;
            font-size: 15px;
            text-align: right;
            text-decoration: none;
            padding: 0 10px 0 0;
            text-transform: capitalize;
            width: auto;
            height: auto;
            float: right;
        }
/*facilitiaria end css*/


/*installapp css*/

.installapp {
    width: 100%;
    float: left;
    background-color: #dfe8ed;
}

body .installapp .container {
    max-width: 1430px;
}

.appart {
    width: 100%;
    float: left;
    position: relative;
    padding: 70px 20px 54px;
}

    .appart .toptitle {
        position: absolute;
        right: 18px;
        text-align: right;
        top: 10px;
    }


/*installapp end css*/
/*bestclick css*/
.bestclick {
    width: 100%;
    float: left;
}

.bestclicktitle {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 15px 0 108px;
}

.bestclickin {
    width: 100%;
    float: left;
    margin: -78px 0 0;
}

.bestclickpart {
    width: 100%;
    float: left;
    position: relative;
}

    .bestclickpart .carousel-fade .carousel-inner .item {
        opacity: 0;
        transition-property: opacity;
        overflow: hidden;
    }

    .bestclickpart .item.active img {
        transition: transform 2000ms linear 5s;
        /* This should be based on your carousel setting. For bs, it should be 5second*/
        transform: scale(1.05, 1.05);
    }

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.bestclickpart .item.active img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.bestclickpart .carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .bestclickpart .carousel-fade .carousel-inner .active.left,
    .bestclickpart .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.bestclickpart .carousel-fade .carousel-inner .next.left,
.bestclickpart .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.bestclickpart .carousel-fade .carousel-control {
    z-index: 2;
}

.bestclickpart a.carousel-control {
    background-image: url(../images/site/sliderarrowleft.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-shadow: none;
    top: 50.6%;
    height: 36px;
    width: 36px;
    font-size: 0;
    line-height: normal;
    background-color: transparent;
    border-radius: 0;
    color: transparent;
    margin: 0;
    opacity: 1;
    left: 17px;
}

    .bestclickpart a.carousel-control.right {
        background-image: url(../images/site/bookingform_icon_03.png);
        right: 17px;
        left: auto;
    }

@media all and (transform-3d), (-webkit-transform-3d) {
    .bestclickpart .carousel-fade .carousel-inner > .item.next,
    .bestclickpart .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .bestclickpart .carousel-fade .carousel-inner > .item.prev,
    .bestclickpart .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .bestclickpart .carousel-fade .carousel-inner > .item.next.left,
        .bestclickpart .carousel-fade .carousel-inner > .item.prev.right,
        .bestclickpart .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}
/*bestclick end css*/

/*our services css*/
.servicearia {
    width: 100%;
    float: left;
    padding: 52px 0 0;
}

.ourserbx {
    float: left;
    width: 100%;
    padding: 0 0 81px;
}

.servicebox {
    float: left;
    width: 50%;
    text-align: left;
    min-height: 200px;
    padding: 0 0 60px 60px;
}

    .servicebox span {
        /*background-image: url("../images/site/best_click_icon_01.jpg");*/
        background-position: left 0;
        background-repeat: no-repeat;
        float: left;
        width: 210px;
        height: 200px;
    }

    /*.servicebox.servicebox02 span {
        background-image: url("../images/site/best_click_icon_02.jpg");
    }

    .servicebox.servicebox03 span {
        background-image: url("../images/site/best_click_icon_03.jpg");
    }

    .servicebox.servicebox04 span {
        background-image: url("../images/site/best_click_icon_04.jpg");
    }

    .servicebox.servicebox05 span {
        background-image: url("../images/site/best_click_icon_05.jpg");
    }

    .servicebox.servicebox06 span {
        background-image: url("../images/site/best_click_icon_06.jpg");
    }*/

.servicedeta {
    float: left;
    padding: 40px 0 0 70px;
}


    .servicedeta h4, .servicedeta p {
        margin: 0;
        color: #1c5f83;
        font-size: 26px;
        text-transform: uppercase;
    }

    .servicedeta h4 {
        font-family: 'ralewaysemibold';
    }

    .servicedeta p {
        padding: 2px 0 0;
        font-family: 'ralewaylight';
        line-height: 36px;
    }

        .servicedeta p i {
            font-style: normal;
            display: block;
        }

/*our services end css*/

/*aboutpart css*/
.aboutpart {
    width: 100%;
    float: left;
    min-height: 570px;
    overflow: hidden;
    position: relative;
}

body .aboutpart .container {
    max-width: 1594px;
}

.aboutdeta {
    width: 59.8%;
    float: left;
    background-color: rgba(16,16,16,0.91);
    text-align: left;
    height: 570px;
    padding: 50px 50px 0 109px;
}

    .aboutdeta h3 {
        margin: 0;
        color: #fff;
        font-size: 40px;
        text-transform: uppercase;
        line-height: normal;
        font-family: 'GOTHIC';
    }

    .aboutdeta p {
        margin: 0;
        color: #fff;
        font-size: 20px;
        line-height: 36px;
        font-family: 'ralewaymedium';
        padding: 28px 0 0;
    }

        .aboutdeta p i {
            font-style: normal;
            display: block;
        }

/*aboutpart end css*/

/*detacounter css*/
.detacounter {
    width: 100%;
    float: left;
    background-image: url(../images/site/counterbg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 588px;
    margin: 81px 0 0;
    background-color: #0f0f0f;
}

body .detacounter .container {
    max-width: 1550px;
}

.ourfactsleft {
    float: left;
    width: 100%;
    padding: 146px 0 0;
}

.detacounter .somefacts {
    width: 100%;
    float: left;
    text-align: center;
}

.somefacts .factsbox {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    position: relative;
}

.factsbox h3 {
    margin: 0;
    line-height: normal;
    color: #fff;
    font-size: 45px;
    font-weight: normal;
    text-transform: uppercase;
    clear: both;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Barlow', sans-serif !important;
    padding: 28px 0 10px;
}

    .factsbox h3 em {
        font-style: normal;
        display: block;
        margin: -4px 0 0;
    }

.factsbox .count {
    color: #fff;
    font-size: 83px;
    font-weight: normal;
    display: inline-block;
    line-height: normal;
    font-family: 'Barlow', sans-serif !important;
}

.factsbox span {
    color: #fff;
    font-size: 83px;
    font-weight: normal;
    display: inline-block;
    font-family: 'Barlow', sans-serif !important;
}

.factsbox i {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
    font-family: 'Barlow', sans-serif !important;
    color: #fff;
    font-style: normal;
    width: 100%;
    top: -14px;
    position: relative;
    left: auto;
    right: 18px;
    text-transform: uppercase;
}

/*detacounter end css*/

.welcomeimgright .carousel-indicators {
    bottom: -32px;
    left: -110px;
    right: 0;
    margin: 0 auto;
}

    .welcomeimgright .carousel-indicators .active {
        width: 14px;
        height: 14px;
        margin: 0;
        background-color: #f7216b;
        border: none;
    }

    .welcomeimgright .carousel-indicators li {
        width: 12px;
        height: 12px;
        border: 2px solid #408fd1;
    }

.footerwrap {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
}

.footerpart {
    float: left;
    width: 100%;
    position: relative;
}

.footernavbg {
    width: 100%;
    float: left;
    background-image: url("../images/site/footerbg.webp");
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 495px;
    padding: 43px 0 0;
}

.footerleft {
    float: left;
    width: 23%;
}

.footerabout {
    float: left;
    width: 28%;
    padding: 23px 0 0 26px;
}

.footertitle {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #1c5f83;
    font-family: 'ralewaybold';
}

.aboutfooter {
    float: left;
    width: 100%;
}

    .aboutfooter p {
        margin: 0;
        font-size: 16px;
        color: #1c5f83;
        line-height: 24px;
        font-family: 'GOTHIC';
        padding: 5px 24px 0 0;
    }

.footercontact {
    width: 100%;
    float: left;
    text-align: left;
    padding: 40px 0 0;
}

.contactin {
    width: 100%;
    float: left;
    padding: 3px 0 0;
}

    .contactin p {
        color: #1c5f83;
        font-size: 16px;
        margin: 0;
        line-height: 20px;
        font-family: 'GOTHIC';
        line-height: 29px;
    }

        .contactin p a {
            color: #1c5f83;
            text-transform: none;
            text-decoration: none;
        }

            .contactin p a:hover {
                text-decoration: none;
                color: #015093;
            }

.footersocial {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

    .footersocial a {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        font-size: 0;
        color: transparent;
        margin: 0 14px 0 0;
    }

.footernav {
    float: left;
    width: 19%;
    padding: 23px 0 0 44px;
}

    .footernav ul {
        margin: 0;
        padding: 7px 0 0 2px;
    }

        .footernav ul li {
            list-style: none;
            padding: 0 0 15px;
        }

            .footernav ul li a {
                color: #1c5f83;
                font-size: 16px;
                text-transform: capitalize;
                padding: 0;
                font-family: 'GOTHIC';
            }

                .footernav ul li a:hover, .footernav ul li a:focus {
                    color: #015093;
                    text-decoration: none;
                }

.footeradd {
    width: 30%;
    float: right;
    text-align: center;
    padding: 14px 0 0;
}

.mapadd {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.footeradd p {
    margin: 0;
    color: #1c5f83;
    font-size: 16px;
    font-family: 'GOTHIC';
    text-transform: uppercase;
    padding: 43px 0 0;
    line-height: 24px;
}

.footerbottom {
    float: left;
    width: 100%;
    clear: both;
    background-color: #1c5f83;
}

.fbottomleft {
    float: left;
    padding: 13px 0 21px 27px;
}

.fbottomlogo {
    float: left;
    width: 100%;
}

.copyrights {
    color: #fff;
    font-size: 16px;
    float: left;
    text-align: left;
    text-transform: capitalize;
    padding: 10px 0 0;
    font-family: 'ralewaymedium';
}

    .copyrights a {
        color: #fff;
        text-transform: uppercase;
    }

        .copyrights a:hover, .copyrights a:focus {
            color: #55aad1;
            text-decoration: none;
        }

.fbottomright {
    float: right;
    padding: 37px 0 0;
}

    .fbottomright ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .fbottomright ul li {
            display: inline-block;
            vertical-align: middle;
            padding: 0 0 0 64px;
        }

            .fbottomright ul li a {
                display: inline-block;
                vertical-align: middle;
                color: #fff;
                font-size: 16px;
                text-decoration: none;
                font-family: 'ralewaymedium';
            }

                .fbottomright ul li a:hover, .fbottomright ul li a:focus {
                    color: #55aad1;
                }

#back-to-top {
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 245px;
    height: 45px;
    cursor: pointer;
    bottom: 93px;
    display: none;
    z-index: 999999;
    margin: 0 auto;
    text-align: center;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    font-size: 20px;
    color: #fff;
    background-color: #1c5f83;
    border-radius: 25px 25px 0 0;
    text-transform: uppercase;
}

    #back-to-top span {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0 0;
    }

        #back-to-top span img {
            transform: rotate(180deg);
            display: inline-block;
            vertical-align: middle;
            max-width: 25px;
            margin: 0 0 0 14px;
        }

    #back-to-top:hover span {
        padding: 10px 0 0;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

.managedby {
    color: #cf2630;
    font-size: 16px;
    float: left;
    width: 44%;
    font-weight: 400;
    padding: 4px 0 2px 15px;
}

    .managedby a {
        color: #cf2630;
        text-transform: uppercase;
        background: url("../images/site/icon01.png") no-repeat left -2174px;
        padding: 3px 0 0 25px;
        font-weight: 600;
    }

        .managedby a:hover, .managedby a:focus {
            opacity: 0.7;
            color: #cf2630;
            text-decoration: none;
        }

.img-refresh {
    border: none;
    background-color: transparent;
    font-size: 22px;
    color: #114b7d;
}

.paymentcontwrap {
    float: right;
}

.paymentcontact {
    float: left;
    padding: 6px 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #23527c;
}

    .paymentcontact i {
        color: #f7216b;
        font-size: 24px;
        vertical-align: middle;
        padding: 0 5px 0 0;
    }

    .paymentcontact a {
        color: #f7216b;
    }

        .paymentcontact a:hover, .paymentcontact a:focus {
            color: #23527c;
            text-decoration: none;
        }


/*.interstatelink {
    float: right;
    color: #f7216b;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    border: 2px solid #e4e4e4;
    background: #fff;
    border-radius: 10px;
    padding: 2px 10px;
    margin: 2px 0 0;
}

    .interstatelink:hover, .interstatelink:focus {
        color: #fff;
        text-decoration: none;
        border: 2px solid #f7216b;
        background: #f7216b;
    }

.intercontentop {
    width: 100%;
    float: left;
    clear: both;
    background-image: url("../images/site/intstatopbg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
    margin: -40px 0 0;
    position: relative;
    padding-bottom: 39px;
}

.intstatebus01 {
    position: absolute;
    left: 0;
    top: 50px;
}

.intercontentop ul {
    padding: 23px 0 0 20px;
    width: 100%;
    float: left;
    clear: both;
}

    .intercontentop ul li span {
        color: #3e3e3e;
    }

    .intercontentop ul li {
        color: #f7216b;
        font-size: 17px;
        float: left;
    }

.intstatebus02 {
    width: 100%;
    float: left;
    margin: 33px 0 0;
    text-align: center;
}

.intercontenbtm {
    width: 100%;
    float: left;
    clear: both;
    background-image: url("../images/site/servicebg.png");
    background-repeat: repeat;
    background-position: left top;
    background-color: #fff;
    padding: 0 0 13px;
    margin: 0 0 5px;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    position: relative;
}

.intstatitle {
    color: #3e3e3e;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 15px;
    margin: 34px 0 21px;
    line-height: 36px;
}

.interbtminn {
    width: 100%;
    float: left;
    position: relative;
}

.interbtmleft {
    position: absolute;
    left: 3px;
    top: 0;
}

.interbtmright {
    float: right;
    width: 66%;
    padding: 0 0 0 32px;
}

    .interbtmright ul {
        padding: 0;
        width: 47.5%;
        float: left;
        margin: 0;
        list-style: none;
    }

        .interbtmright ul li {
            color: #47358d;
            font-size: 20px;
            text-transform: capitalize;
            line-height: 20px;
            padding: 0 0 8px;
        }

            .interbtmright ul li span {
                color: #f7216b;
            }

.interightlist {
    position: relative;
}

    .interightlist:before {
        content: "";
        left: -36px;
        top: 3px;
        bottom: 0;
        position: absolute;
        background: #dddddd;
        width: 2px;
        height: 153px;
    }

.intstatitle.intstatitle02 {
    clear: both;
    margin: 5px 0 18px;
    padding: 0;
    text-align: left;
    display: inline-block;
}

    .intstatitle.intstatitle02 span {
        display: block;
        text-align: center;
    }

.interbtmright ul.intertlistbtm {
    width: 100%;
    clear: both;
}

    .interbtmright ul.intertlistbtm li {
        float: left;
    }

        .interbtmright ul.intertlistbtm li.listsap {
            position: relative;
            padding-left: 50px;
        }

            .interbtmright ul.intertlistbtm li.listsap:before {
                content: "";
                left: 24px;
                top: -2px;
                bottom: 0;
                position: absolute;
                background: #dddddd;
                width: 2px;
                height: 24px;
            }

.interbottomlinks {
    width: 100%;
    float: left;
    clear: both;
    background: #004f91;
    padding: 15px 0 9px;
}

    .interbottomlinks.interbtmright {
        background: #fff;
        padding-bottom: 10px;
        width: 100%;
    }

        .interbottomlinks.interbtmright .intstatitle.intstatitle02 {
            margin: 5px 0 8px;
        }

    .interbottomlinks .fix_contentwidth {
        margin: 0 auto !important;
        padding-left: 452px;
    }

    .interbottomlinks h5 {
        color: #fff;
        font-size: 27px;
        font-weight: 500;
        margin: 0;
        float: left;
    }

    .interbottomlinks p {
        color: #fff;
        font-size: 25px;
        font-weight: 300;
        margin: 0;
        display: block;
        vertical-align: middle;
        line-height: 32px;
        overflow: hidden;
        padding: 0 0 0 18px;
    }

        .interbottomlinks p.btmlinks02 {
            position: relative;
            padding-left: 58px;
        }

            .interbottomlinks p.btmlinks02:before {
                content: "/";
                left: 23px;
                top: 0;
                bottom: 0;
                position: absolute;
                color: #006dc8;
                font-size: 28px;
            }

        .interbottomlinks p span {
            font-size: 17px;
            font-weight: 500;
        }

        .interbottomlinks p a {
            color: #fff;
        }

            .interbottomlinks p a:hover {
                color: #00baf2;
                text-decoration: none;
            }

            .interbottomlinks p a:focus {
                text-decoration: none;
            }*/

.footeraddress {
    width: 100%;
    float: left;
    clear: both;
    background: #efefef;
    padding: 17px 0 12px;
    margin: 5px 0 0;
}

.footercnt {
    width: 37.1%;
    float: left;
}

    .footercnt.footercn02 {
        width: 38.9%;
    }

    .footercnt.footercn03 {
        width: 24%;
        float: right;
    }

    .footercnt h4 {
        color: #3e3e3e;
        font-size: 19px;
        font-weight: 700;
        margin: 0 0 3px;
        text-transform: uppercase;
    }

    .footercnt p {
        color: #004f91;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
    }

        .footercnt p span {
            display: block;
        }

            .footercnt p span.calus {
                color: #333333;
            }

                .footercnt p span.calus i {
                    color: #f7216b;
                    font-style: normal;
                }



/*sign in css*/
/*
.userlogin {
    padding: 2px 0 0 10px;
    position: absolute;
    right: 15px;
    top: 0px;
}

.usericon {
    float: right;
    cursor: pointer;
}*/
/*
.signupin {
    padding: 18px 0 0;
    float: left;
    width: 100%;
}


.signuptop {
    vertical-align: middle;
    text-align: left;
    position: absolute;
    left: auto;
    right: 0;
    top: 42px;
    display: none;
    z-index: 999;
}

.signintext {
    color: #3e3e3e;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0;
}

.signuptop h4 {
    display: block;
    margin: 0;
    font-weight: 600;
    color: #f7216b;
    font-size: 15px;
    text-transform: uppercase;
}

.signuptoplogin {
    width: 100%;
    float: left;
}

    .signuptoplogin .abcRioButtonLightBlue {
        width: 100% !important;
    }*/

.fb_iframe_widget {
    margin-bottom: 10px;
}

/*.signuptopbg {
    position: relative;
    z-index: 99;
    width: 296px;
    overflow: auto;
    background-color: #f9f9f9;
    min-width: 200px;
    border: 1px solid #e0e5e7;
    box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.1);
    padding: 30px 20px 20px;
}

.signuptop .modal {
    display: none;
    width: 100%;
    float: left;
}

.signuptop input[type="text"] {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 5px;
    display: inline-block;
    background: #fff;
    height: 38px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #3e3e3e;
    box-shadow: none;
    border-radius: 0;
}

.signuptop .cancelbtn, .signuptop .signupbtn {
    float: left;
    width: 50%;
}

.signuptop button, .resendotp a {
    background-color: #004f91;
    color: white;
    height: 40px;
    line-height: 40px;
    border: none;
    cursor: pointer;
    width: 100% !important;
    font-weight: 400;
    font-size: 15px;
    display: block;
    text-align: center;
}

.signuptop .close {
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 30px;
    font-weight: bold;
    color: #f7216b;
    opacity: 1;
    padding: 0;
    margin: 0;
    border: none;
    z-index: 999;
    cursor: pointer;
}

.signinleft {
    width: 100%;
    float: left;
}

.signuptop .close:focus, .signuptop .close:hover {
    color: #f7216b;
    text-decoration: none;
}


.signuptop button:hover, .resendotp a:hover {
    background-color: #f7216b;
    color: #fff;
    text-decoration: none;
}

.signuptop label {
    margin: 0 10px 5px 2px;
    vertical-align: middle;
}*/

/*sign in css*/
/*whatsapp start css*/

.whatsapplink {
    position: fixed;
    top: auto;
    bottom: 20px;
    left: auto;
    z-index: 99;
    right: 15px;
}

.aboutlinkright {
    position: relative;
    display: inline-block;
}

    .aboutlinkright a {
        width: 40px;
        float: left;
        text-align: center;
        box-shadow: 0 0 10px rgb(255 255 255 / 40%);
        border-radius: 50%;
        transition: .4s ease all;
    }

        .aboutlinkright a:hover, .aboutlinkright a:focus {
            transform: translateY(-6px);
            transition: .4s ease all;
            outline: none;
        }
/* whatsapp start css */

/* Medea Queries */
@media only screen and (max-width: 1899px) {
    .sliderpart .carousel-caption {
        top: 75px;
        left: 195px;
    }
}

@media only screen and (max-width: 1799px) {
    .compytitile {
        left: -275px;
    }

    .appandlogin .menu {
        right: 11%;
    }
}

@media only screen and (max-width: 1699px) {
    .sliderpart .carousel-caption {
        top: 45px;
        left: 125px;
    }

        .sliderpart .carousel-caption h2 {
            font-size: 60px;
            margin: 0 0 25px;
        }

            .sliderpart .carousel-caption h2 span {
                font-size: 85px;
                line-height: 85px;
            }

    .bookingformwrap h2 {
        font-size: 40px;
        line-height: 40px;
        padding: 25px 0 17px;
    }

    .bannerwrap {
        min-height: 685px;
        background-size: contain;
    }

    .compytitile {
        left: -186px;
        top: 206px;
        height: 90px;
        width: 500px;
    }

        .compytitile h1 {
            font-size: 55px;
            padding: 13px 0 0;
        }
}

@media only screen and (max-width: 1599px) {
    body .insidearia .container {
        margin: 0 50px 0 auto;
    }

    .appandlogin .menu {
        right: 12%;
    }
}

@media only screen and (max-width: 1550px) {
    .compytitile {
        left: -158px;
        top: 168px;
        height: 65px;
        width: 400px;
    }

        .compytitile h1 {
            font-size: 45px;
            padding: 8px 0 0;
        }

    .insidetitle {
        padding: 20px 0 30px;
    }

        .insidetitle h3 {
            font-size: 42px;
        }

        .insidetitle p {
            font-size: 22px;
            padding: 12px 0 0 4px;
        }

    #sync2 .item h3 {
        font-size: 30px;
        padding: 20px 0 60px;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 1499px) {
    .appandlogin .menu {
        right: 14%;
    }

    .bannerwrap {
        min-height: 595px;
    }

    .titletop {
        margin-bottom: 40px;
    }

    .bookingformwrap h2 {
        font-size: 30px;
        line-height: 30px;
        padding: 17px 0 12px;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .inputgroup {
        padding: 0 0 35px;
    }

    .inputinr label {
        font-size: 22px;
    }

    .searchbutton {
        padding: 15px 0 0 16px;
    }

    body .insidearia .container {
        margin: 0 auto;
        max-width: 1230px;
    }

    .insidepart {
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    #sync2 .item h3::before {
        height: 25px;
        width: 25px;
        border-radius: 25px;
    }

    #sync2 .item h3 {
        font-size: 27px;
    }

        #sync2 .item h3::after {
            bottom: 10px;
            left: 161px;
            width: 93%;
        }

    .facilitiin.facilitiin01 {
        width: 64%;
    }

    .facilitibox {
        margin: 0 0 0 85px;
    }
}

@media only screen and (max-width: 1399px) {
    .headertopmenu ul li {
        padding: 0 80px 0 0;
    }

    .headertopmenu.headertopright ul li {
        padding: 0 0 0 80px;
    }

    .appandlogin .menu {
        right: 15%;
    }

    .bannerwrap {
        text-align: center;
        overflow: hidden;
    }

    .bookingformwrap {
        float: none;
        position: relative;
        right: 0;
        top: 24px;
        left: 0;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

    .sliderpart .carousel-caption a {
        text-align: right;
        float: right;
        background-color: #1c5f83;
        color: #fff;
        padding: 14px 40px 8px 20px;
        border-radius: 100px;
        font-size: 22px;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'AcuminRPro';
        line-height: 22px;
        background-image: url(../images/site/bookingform_icon_03.png);
        background-repeat: no-repeat;
        background-position: 90.5% 11px;
        letter-spacing: 0.5px;
        background-size: 12px;
    }

    .sliderpart .carousel-caption a {
        padding: 14px 40px 8px 20px;
        font-size: 22px;
        line-height: 22px;
        background-position: 90.5% 11px;
        background-size: 12px;
    }

    .sliderpart .carousel-indicators {
        bottom: 20px;
    }

    .sliderpart .carousel-caption h2 {
        font-size: 50px;
        margin: 0 0 12px;
    }

        .sliderpart .carousel-caption h2 span {
            font-size: 70px;
            line-height: 70px;
        }

    .sliderpart .carousel-caption a {
        padding: 10px 30px 6px 15px;
        font-size: 20px;
        line-height: 20px;
        background-position: 92.5% 9px;
        background-size: 10px;
    }

    .sliderpart a.carousel-control {
        height: 65px;
        width: 40px;
        font-size: 0;
        line-height: normal;
    }

    .toptitle {
        font-size: 55px;
    }

        .toptitle span {
            padding: 5px 0 0;
        }

    .salientftrbox .salient {
        width: 250px;
    }

    .featurebox h4 {
        font-size: 38px;
        padding: 15px 0 0;
    }

    .facilitiaria {
        padding: 40px 0 50px;
    }

    .toproutpart ul li a {
        font-size: 22px;
    }

    .aboutdeta {
        width: 62.8%;
        padding: 50px 40px 0 80px;
    }

        .aboutdeta h3 {
            font-size: 34px;
        }

        .aboutdeta p {
            font-size: 18px;
            line-height: 34px;
            padding: 22px 0 0;
        }

    .ourserbx {
        padding: 0 0 40px;
    }

    .factsbox .count {
        font-size: 60px;
    }

    .factsbox span {
        font-size: 52px;
    }

    .factsbox i {
        font-size: 17px;
        top: -12px;
        left: 0;
        right: 0;
        padding: 0 10px 0 0;
    }

    .factsbox h3 {
        font-size: 36px;
        padding: 18px 0 10px;
    }

    .detacounter {
        min-height: 450px;
        background-size: cover;
    }

    .footernavbg {
        min-height: 410px;
        padding: 43px 0 0;
        background-size: cover;
    }

    .fbottomleft {
        padding: 10px 0 20px 0;
    }

    .copyrights {
        font-size: 15px;
    }

    .fbottomright ul li {
        padding: 0 0 0 45px;
    }

    #back-to-top {
        width: 230px;
        height: 40px;
        bottom: 90px;
        font-size: 19px;
    }

        #back-to-top span img {
            vertical-align: top;
            margin: 4px 0 0 10px;
        }
}

@media only screen and (max-width: 1359px) {
    body .insidearia .container {
        max-width: 1170px;
    }

    #sync2 .item h3::after {
        left: 153px;
    }

    .insidepart {
        padding: 0 0 30px;
    }

    .sliderpart .carousel-caption {
        top: 45px;
        left: 85px;
    }

    .toptitle {
        font-size: 45px;
    }

    .facilititop .toptitle {
        top: 60px;
    }

    .facilitiin.facilitiin01 {
        width: 72%;
    }

        .facilitiin.facilitiin01 .facilitibox {
            width: 35%;
            margin: 55px 0 0 65px;
        }

    .servicebox span {
        width: 150px;
        height: 150px;
        background-size: 150px;
    }

    .servicedeta {
        padding: 35px 0 0 30px;
    }

        .servicedeta h4, .servicedeta p {
            font-size: 22px;
        }

        .servicedeta p {
            line-height: 30px;
        }

    .servicebox {
        min-height: 160px;
        padding: 0 0 30px 60px;
    }
}

@media only screen and (max-width: 1309px) {
    .headertopmenu ul li {
        padding: 0 65px 0 0;
    }

    .headertopmenu.headertopright ul li {
        padding: 0 0 0 70px;
    }

    .compytitile {
        left: 0;
        top: 0;
        height: auto;
        width: 100%;
        transform: rotate(0);
        position: relative;
        right: 0;
        margin: 0 auto;
    }

        .compytitile h1 {
            font-size: 52px;
            padding: 5px 0;
        }

    .aboutpart {
        min-height: 10px;
        overflow: hidden;
        position: relative;
        background-size: cover;
    }

    .aboutdeta {
        padding: 25px 40px 25px 50px;
        height: auto;
    }

    .detacounter {
        margin: 50px 0 0;
    }

    .appart {
        text-align: center;
    }

    .appartlf, .appartmid, .appartrg {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 32%;
    }

    .appartlf {
        margin: 0;
    }

        .appartlf img, .appartmid img, .appartrg img {
            max-width: 100%;
        }

    .appartmid {
        margin: 59px 15px 0 15px;
    }

    .appbtn input[type="text"] {
        padding: 14px 0 14px 25px;
    }

    .appbtn .btnlink {
        padding: 14px 20px;
    }
}

@media only screen and (max-width: 1229px) {
    .sitelogo a {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .sitelogo a img {
            width: 100%;
            max-width: 350px;
        }

    .headertopmenu {
        padding: 30px 0 0;
    }

        .headertopmenu ul li {
            padding: 0 35px 0 0;
        }

            .headertopmenu ul li a {
                font-size: 13px;
            }

        .headertopmenu.headertopright {
            text-align: right;
        }

            .headertopmenu.headertopright ul li {
                padding: 0 0 0 35px;
            }

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 14px;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 15px;
        }

    .headertopmenu.headertopright ul li .dropdown-menu li {
        padding: 0 !important;
    }

    .headertopmenu.headertopright ul li .dropdown-menu {
        width: auto;
    }

    .contentdetabg {
        padding: 40px 0 0;
    }

    .bookingformwrap {
        min-height: 10px;
    }

    .bannerwrap {
        min-height: 10px;
        background-position: right bottom;
        background-size: 100%;
        padding: 0 0 70px;
    }

    .bookingformwrap h2 {
        font-size: 25px;
        line-height: 25px;
        padding: 17px 0 12px;
        max-width: 460px;
    }

    /*.bookingformwrap .bookingtoplinks li a {
        padding: 10px 30px 10px;
        font-size: 20px;
    }*/

    .bookbus td label[for="ctl00_ContentPlaceHolder1_rblTripType_0"], .bookbus td label[for="ctl00_ContentPlaceHolder1_rblTripType_1"] {
        padding: 10px 30px 10px;
        font-size: 20px;
    }


    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-position: 94% 20px;
        padding: 0 0 0 20px !important;
        font-size: 20px !important;
        height: 50px !important;
        line-height: 50px !important;
        background-size: 24px;
    }

        .inputinr input[type="text"].jdate {
            background-position: 95% 12px !important;
        }

    .inputinr label {
        font-size: 18px;
        padding: 0 0 0 20px;
    }

    .inputinr .rfv {
        left: 40px;
    }

    .inputinr.inputinr02 .rfv {
        left: 62px;
    }

    .searchbutton {
        padding: 0;
    }

        .searchbutton input[type="submit"] {
            font-size: 22px;
            background-position: 89% 14px;
            max-width: 300px;
            height: 50px;
            background-size: 12px;
        }

    .topwrap .carousel-inner > .item > a > img, .topwrap .carousel-inner > .item > img,
    .topwrap .img-responsive, .topwrap .thumbnail a > img, .topwrap .thumbnail > img {
        height: 310px;
        width: 100%;
    }

    .sliderpart .carousel-caption {
        top: 25px;
        left: 65px;
    }

        .sliderpart .carousel-caption h2 {
            font-size: 40px;
            margin: 0 0 10px;
        }

            .sliderpart .carousel-caption h2 span {
                font-size: 60px;
                line-height: 60px;
            }

    .insidetitle h3 {
        font-size: 32px;
    }

    .salientftrbox .salient {
        width: 220px;
    }

    .featurebox h4 {
        font-size: 28px;
    }

    .insidetooltip {
        padding: 40px 0 0 0;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        background-position: 10px 9px;
        background-size: 22px;
    }

        .insidetooltip:hover {
            height: 120px;
            width: 270px;
            background-position: 10px 96px;
            padding: 10px 10px 0 10px;
            background-size: 15px;
        }

        .insidetooltip p {
            font-size: 14px;
        }

    .toproutpart {
        padding: 30px 0 15px 15px;
    }

        .toproutpart ul li {
            padding: 0 0 12px;
        }

            .toproutpart ul li a {
                font-size: 20px;
            }

    #sync2 .item h3::before {
        background-color: #dfe8ed;
    }

    #sync2 .item h3::after {
        display: none;
    }

    #sync2::after {
        content: '';
        position: absolute;
        width: 73%;
        height: 3px;
        background-color: #1c5f83;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 21px;
        z-index: -1;
    }

    .toptitle {
        font-size: 40px;
    }

    .facilititop .toptitle {
        top: 0;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .facilitiin {
        width: 100% !important;
        float: none !important;
        display: inline-block !important;
        vertical-align: top !important;
        text-align: center !important;
    }

    .facilitibox {
        margin: 40px 0 0 !important;
        width: 33%;
        height: 360px;
    }

    .facilitiin.facilitiin01 .facilitibox {
        width: 40%;
    }

    .facilitibox .facilitimg img {
        width: 100%;
        max-width: 270px;
    }

    .facilitibox.facilitibox04 .facilitimg img {
        max-width: 330px;
    }

    .facilitibox h4 {
        line-height: 24px;
        font-size: 20px;
    }

    .appart {
        padding: 70px 0 50px;
    }

    .aboutpart {
        background-position: 70% top !important;
    }

    .aboutdeta {
        padding: 25px 40px 25px 40px;
    }

        .aboutdeta h3 {
            font-size: 26px;
        }

        .aboutdeta p {
            font-size: 16px;
            line-height: 28px;
            padding: 18px 0 0;
        }


    .servicedeta {
        padding: 25px 0 0 30px;
    }

    .servicebox {
        padding: 0 0 20px 20px;
    }

        .servicebox span {
            width: 120px;
            height: 120px;
            background-size: 120px;
        }

    .servicedeta h4, .servicedeta p {
        font-size: 20px;
    }

    .servicedeta p {
        line-height: 26px;
    }

    .detacounter {
        min-height: 10px;
    }

    .ourfactsleft {
        padding: 100px 0 80px;
    }

    .appart .toptitle {
        top: 30px;
    }

    .apprightbtn {
        width: 196px;
        top: 167px;
        right: 70px;
    }

        .apprightbtn a {
            height: 56px;
        }

    .appbtn input[type="text"] {
        padding: 14px 0 14px 25px;
        font-size: 18px;
    }

    .appbtn .btnlink {
        padding: 14px 25px;
    }

    .appartmid {
        margin: 50px 15px 0;
    }

    .appartrg {
        margin: 100px 0 0;
    }

    .factsbox h3 {
        font-size: 30px;
        width: 100%;
    }

    .factsbox .count {
        font-size: 44px;
    }

    .factsbox span {
        font-size: 35px;
    }

    .factsbox i {
        font-size: 14px;
        top: -10px;
        padding: 0;
    }

    .footernavbg {
        min-height: 10px;
        padding: 40px 0 40px;
    }

    .footertitle {
        font-size: 16px;
    }

    .aboutfooter p {
        font-size: 15px;
        line-height: 20px;
        padding: 5px 18px 0 0;
    }

    .footercontact {
        padding: 20px 0 0;
    }

    .footernav ul li {
        padding: 0 0 10px;
    }

        .footernav ul li a {
            font-size: 15px;
        }

    .contactin p {
        font-size: 15px;
    }

    .footerabout {
        padding: 15px 0 0 20px;
    }

    .footernav {
        padding: 15px 0 0 20px;
    }

    .footeradd p {
        font-size: 15px;
        padding: 30px 0 0;
        line-height: 22px;
    }

    .footeradd {
        padding: 15px 0 0;
    }

    .fbottomleft {
        padding: 15px 0 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

    .copyrights {
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .fbottomright {
        float: none;
        padding: 15px 0 20px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

    #back-to-top {
        bottom: 131px;
    }

    .fix_contentwidth2 .innerpageheader {
        font-size: 32px;
        padding-top: 30px !important;
        padding-bottom: 24px !important;
    }
}


@media only screen and (max-width: 1099px) {
    .appbtn {
        width: 100%;
        text-align: center;
        float: none;
        padding: 0 40px;
        display: inline-block;
        vertical-align: middle;
    }

        .appbtn input[type="text"], .appbtn .btnlink {
            padding: 10px 15px;
            font-size: 16px;
        }

    .apprightbtn {
        width: 160px;
        top: 137px;
        right: 60px;
    }

        .apprightbtn a {
            height: 48px;
            margin: 0 0 13px;
        }
}

@media only screen and (max-width: 991px) {
    .headertop {
        padding: 6px 0 15px;
    }

    .headerpart {
        text-align: center;
    }

    .sitelogo {
        position: relative;
    }

    .headermenu {
        padding: 15px 0 15px;
    }

    .headertopmenu {
        padding: 20px 0 0;
        width: auto;
        text-align: center !important;
        float: none !important;
        display: inline-block !important;
        vertical-align: middle !important;
    }

        .headertopmenu ul {
            text-align: center;
            width: 100%;
            /*display: inline-block;*/
            vertical-align: middle;
        }

            .headertopmenu ul li {
                padding: 0 20px !important;
            }

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 6px;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 13px;
        }

    .headertopmenu.headertopright ul li .dropdown-menu {
        min-width: auto;
        left: 0;
        padding: 5px;
    }

    .appandlogin {
        text-align: center;
    }

        .appandlogin a {
            font-size: 16px;
            padding: 3px 20px 6px;
            margin: 0 0 0 10px;
        }

        .appandlogin .menu {
            right: 45%;
            top: 27px;
        }

    .bookingformwrap h2 {
        max-width: 400px;
    }

    .sliderpart .carousel-caption h2 {
        font-size: 34px;
        line-height: 50px;
    }

        .sliderpart .carousel-caption h2 span {
            font-size: 50px;
            line-height: 50px;
        }

    .topwrap .carousel-inner > .item > a > img, .topwrap .carousel-inner > .item > img, .topwrap .img-responsive, .topwrap .thumbnail a > img, .topwrap .thumbnail > img {
        height: 260px;
        width: 100%;
    }

    .explorepart .toptitle {
        padding: 0;
    }

    .toptitle {
        font-size: 35px;
    }

    .featurearea {
        padding: 20px 0 0;
    }

    .toproutpart {
        padding: 20px 0 15px 15px;
    }

        .toproutpart ul li a {
            font-size: 15px;
        }

    .insidetitle p {
        font-size: 17px;
        padding: 4px 0 0;
    }

    .insidetitle {
        padding: 15px 0 20px;
    }

    #sync2 .item h3 {
        font-size: 20px;
    }

    .facilititop .toptitle span {
        padding: 8px 0 8px;
    }

    .facilitiin.facilitiin01 .facilitibox {
        width: 38%;
    }

    .facilitibox {
        height: 285px;
        width: 32%;
    }

        .facilitibox .facilitimg img {
            max-width: 220px;
        }

        .facilitibox h4 {
            line-height: 20px;
            font-size: 16px;
        }

    .servicebox span {
        width: 100px;
        height: 100px;
        background-size: 100px;
    }

    .servicedeta {
        padding: 20px 0 0 10px;
    }

        .servicedeta h4, .servicedeta p {
            font-size: 16px;
        }

    .servicebox {
        min-height: 130px;
    }

    .somefacts .factsbox {
        width: 30%;
    }

    .factsbox .count {
        font-size: 34px;
    }

    .factsbox span {
        font-size: 28px;
    }

    .factsbox h3 {
        font-size: 22px;
    }

    .appartlf, .appartmid, .appartrg {
        width: 30%;
    }

    .appbtn {
        padding: 0;
    }

    .apprightbtn {
        width: 146px;
        top: 124px;
        right: 53px;
    }

        .apprightbtn a {
            height: 44px;
            margin: 0 0 12px;
        }

    .footerleft {
        float: none;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 0 0 20px;
    }

    .footerabout {
        padding: 0;
        width: 35%;
    }

    .footernav {
        width: 24%;
        padding: 0;
    }

    .footeradd {
        width: 40%;
        padding: 0;
    }

        .footeradd p {
            font-size: 14px;
            padding: 10px 0 0;
            line-height: 18px;
        }

    /*.facilitiin.facilitiin02 .facilitimg img {
        max-width: 320px;
    }*/
}



@media only screen and (max-width: 900px) {
    .apprightbtn {
        width: 132px;
        top: 113px;
        right: 49px;
    }

        .apprightbtn a {
            height: 39px;
            margin: 0 0 12px;
        }
}

@media only screen and (max-width: 800px) {
    .appartlf, .appartmid, .appartrg {
        width: 220px;
    }

    .apprightbtn {
        width: 112px;
        top: 96px;
        right: 40px;
    }

        .apprightbtn a {
            height: 32px;
            margin: 0 0 10px;
        }
}

@media only screen and (max-width: 767px) {
    .headertopmenu ul li {
        padding: 0 15px !important;
    }

        .headertopmenu ul li a {
            font-size: 12px;
            padding: 0;
        }

    .bookingformwrap h2 {
        font-size: 20px;
        line-height: 20px;
        max-width: 320px;
    }

    .headermenu {
        padding: 0;
    }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 0;
            float: left;
            width: 100%;
            text-align: left;
            padding: 0 0 10px;
        }

            .headermenu .navbar-inverse .navbar-nav > li {
                float: left;
                padding: 0 0 2px;
                width: 100%;
            }

        .headermenu .navbar-inverse .navbar-collapse, .headermenu .navbar-inverse .navbar-form {
            border: none !important;
        }

        .headermenu .navbar-inverse .navbar-toggle {
            border: none;
            margin: 0;
        }

            .headermenu .navbar-inverse .navbar-toggle:focus, .headermenu .navbar-inverse .navbar-toggle:hover {
                background-color: transparent;
            }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 17px;
            padding: 10px 0 10px 10px;
            border: none !important;
        }

            headermenu .navbar-inverse .navbar-nav > .activea > a, .headermenu .navbar-inverse .navbar-nav > .activea > a:focus, .headermenu .navbar-inverse .navbar-nav > .activea > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
                background-color: #fff !important;
                color: #1c5f83 !important;
                border: none !important;
            }

    .titletop {
        margin-bottom: 30px;
    }

    .topwrap .carousel-inner > .item > a > img, .topwrap .carousel-inner > .item > img,
    .topwrap .img-responsive, .topwrap .thumbnail a > img, .topwrap .thumbnail > img {
        height: 250px;
    }

    .sliderpart .carousel-caption h2 {
        font-size: 28px;
        line-height: 44px;
    }

        .sliderpart .carousel-caption h2 span {
            font-size: 40px;
            line-height: 40px;
        }

    .sliderpart .carousel-caption a {
        font-size: 18px;
        line-height: 18px;
        background-position: 92.5% 7px;
    }

    .explorepart {
        padding: 35px 0 40px;
    }

    .facilitiin.facilitiin01 .facilitibox {
        width: 49%;
    }

    .facilitibox {
        height: 285px;
        width: 49%;
    }

    .servicebox span {
        width: 80px;
        height: 80px;
        background-size: 80px;
    }

    .servicedeta {
        padding: 15px 0 0 10px;
    }

        .servicedeta h4, .servicedeta p {
            font-size: 15px;
        }

    .factsbox i {
        top: 32px;
        position: absolute;
    }

    .facilitiin.facilitiin02 {
        padding: 30px 0 0;
    }

    .aboutdeta {
        padding: 15px;
    }

        .aboutdeta h3 {
            font-size: 20px;
        }

        .aboutdeta p {
            font-size: 14px;
            line-height: 24px;
            padding: 10px 0 0;
        }


    .appartlf, .appartmid, .appartrg {
        width: 190px;
    }

    .apprightbtn {
        width: 96px;
        top: 82px;
        right: 35px;
    }

        .apprightbtn a {
            height: 29px;
            margin: 0 0 7px;
        }

    .appbtn input[type="text"], .appbtn .btnlink {
        padding: 10px 20px 10px;
        font-size: 16px;
    }

    .footernavbg {
        min-height: 10px;
        padding: 25px 0 70px;
    }

    .footerabout {
        padding: 0 0 30px;
        width: 100%;
    }

    .footernav {
        width: 27%;
    }

    .footeradd {
        width: 60%;
    }

        .footeradd p {
            font-size: 13px;
            padding: 10px 0 0;
            line-height: 16px;
        }

    .copyrights {
        font-size: 14px;
        padding: 15px 0 0;
    }

    .fbottomright ul li {
        padding: 0 10px;
    }

    #back-to-top {
        width: 170px;
        height: 35px;
        bottom: 130px;
        font-size: 16px;
        border-radius: 20px 20px 0 0;
    }

        #back-to-top span img {
            margin: 4px 0 0 8px;
            max-width: 20px;
        }

    /*.headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        float: none;
        display: block;
    }

    .headermenu .navbar-inverse .navbar-toggle:focus,
    .headermenu .navbar-inverse .navbar-toggle:hover {
        background-color: #f69136;
    }

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        margin: 0 10px 0 0;
    }

    .headermenu {
        background: none;
    }*/

    /*.headermenu .navbar-inverse .container-fluid {
            padding: 0 15px;
            text-align: center;
        }*/

    /*.headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 12px;
            padding: 1px 0;
            margin: 0;
            border-bottom: none;
        }

        .headermenu .navbar-inverse .navbar-toggle {
            margin: 0 0 5px;
        }

   
    .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
        border-bottom: none !important;
        color: #f7216b;
    }

    

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        background: #f69136;
    }

    
    .headermenu .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #004f91;
        height: 3px;
    }

    .headermenu .navbar-inverse .navbar-toggle {
        border: 2px solid #f7216b;
        background: #fff;
    }*/

    /*.headermenu .navbar-inverse .navbar-toggle:focus, .headermenu .navbar-inverse .navbar-toggle:hover {
            background-color: transparent;
        }

    .headermenu .navbar-inverse .navbar-toggle {
        margin: -90px 0 0;
    }*/





    .fix_contentwidth2 .innerpageheader {
        font-size: 18px;
        padding-top: 18px !important;
        padding-bottom: 14px !important;
    }
}

@media only screen and (max-width: 639px) {
    .sitelogo a img {
        max-width: 280px;
    }

    .bookingformwrap {
        top: 15px;
    }

        .bookingformwrap h2 {
            font-size: 18px;
            line-height: 18px;
            max-width: 280px;
            padding: 12px 0 7px;
        }

    /*.bookingformwrap .bookingtoplinks li a {
            padding: 8px 22px 8px;
            font-size: 16px;
        }*/
    .bookbus td label[for="ctl00_ContentPlaceHolder1_rblTripType_0"], .bookbus td label[for="ctl00_ContentPlaceHolder1_rblTripType_1"] {
        padding: 8px 22px 8px;
        font-size: 16px;
    }

    .appandlogin .menu {
        height: auto;
        width: 240px;
        top: 32px;
        padding: 8px 8px 15px;
    }

    .inputgroup {
        padding: 0 0 25px;
    }

    .inputinr.inputinr01, .inputinr.inputinr03 {
        padding: 0 5px 0 0;
    }

    .inputinr.inputinr02, .inputinr.inputinr04 {
        padding: 0 0 0 5px;
    }

    .inputinr select, .inputinr input[type="text"], .inputinr .select2-container--default .select2-selection--single {
        background-position: 94% 18px;
        padding: 0 0 0 15px !important;
        font-size: 16px !important;
        height: 45px !important;
        line-height: 45px !important;
        background-size: 20px;
    }

    .inputinr label {
        font-size: 15px;
        padding: 0 0 0 15px;
    }

    .inputinr .rfv {
        left: 17px;
    }

    .inputinr.inputinr02 .rfv {
        left: 22px;
    }

    .searchbutton input[type="submit"] {
        font-size: 18px;
        background-position: 90% 13px;
        max-width: 180px;
        height: 42px;
        background-size: 10px;
    }

    .topwrap .carousel-inner > .item > a > img,
    .topwrap .carousel-inner > .item > img,
    .topwrap .img-responsive,
    .topwrap .thumbnail a > img, .topwrap .thumbnail > img {
        height: 190px;
    }

    .sliderpart a.carousel-control {
        height: 50px;
        width: 30px;
        background-size: 12px;
    }

    .sliderpart .carousel-caption {
        top: 10px;
        left: 45px;
    }

        .sliderpart .carousel-caption h2 {
            font-size: 22px;
            line-height: 40px;
        }

            .sliderpart .carousel-caption h2 span {
                font-size: 30px;
                line-height: 30px;
            }

        .sliderpart .carousel-caption a {
            font-size: 16px;
            line-height: 16px;
            background-position: 89.5% 9px;
            background-size: 8px;
        }

    .sliderpart .carousel-indicators {
        bottom: 10px;
    }

        .sliderpart .carousel-indicators li {
            margin: 0 6px;
        }

    .explorepart {
        padding: 20px 0 30px;
    }

    .salientftrbox .salient {
        width: 190px;
    }

    .toptitle {
        font-size: 30px;
    }

    .toproutpart {
        padding: 15px 0;
    }

    .compytitile h1 {
        font-size: 40px;
        padding: 5px 0;
        line-height: 40px;
    }

    .insidetitle h3 {
        font-size: 25px;
    }

    .insidetitle p {
        font-size: 16px;
    }

    .insidetooltip {
        top: 10%;
    }

        .insidetooltip.insidetooltip02 {
            top: 10%;
            right: 10%;
            left: auto;
        }

        .insidetooltip.insidetooltip03 {
            top: 30%;
            right: 30%;
            left: auto;
        }

    #sync2 .item h3 {
        font-size: 14px;
        padding: 10px 0 40px;
    }

        #sync2 .item h3::before {
            height: 20px;
            width: 20px;
            border-radius: 20px;
        }

    #sync2::after {
        bottom: 19px;
    }

    .facilititop .toptitle span {
        padding: 0;
    }

    .servicearia {
        padding: 20px 0 0;
    }

    .ourserbx {
        padding: 0 0 20px;
    }

    .bestclickpart a.carousel-control {
        left: 0;
        top: 44%;
    }

        .bestclickpart a.carousel-control.right {
            right: 0;
            left: auto;
        }

    .servicebox {
        padding: 0 0 10px;
        min-height: 110px;
    }

    .servicedeta {
        padding: 15px 0 0;
    }

    .servicebox span {
        width: 65px;
        height: 65px;
        background-size: 65px;
    }

    .servicedeta h4, .servicedeta p {
        font-size: 14px;
    }

    .servicedeta p {
        line-height: 20px;
        padding: 0;
    }

    .aboutdeta {
        padding: 15px;
        width: 100%;
        background-color: rgba(16,16,16,0.40);
    }

        .aboutdeta p {
            line-height: 22px;
            text-align: justify;
        }

    .detacounter {
        margin: 30px 0 0;
    }

    .ourfactsleft {
        padding: 30px 0;
    }

    .factsbox .count {
        font-size: 24px;
    }

    .factsbox span {
        font-size: 20px;
    }

    .factsbox i {
        top: 24px;
        font-size: 10px;
    }

    .factsbox h3 {
        font-size: 15px;
        padding: 15px 0 10px;
    }

    .appartlf, .appartmid, .appartrg {
        width: 140px;
    }

    .apprightbtn {
        width: 70px;
        top: 61px;
        right: 26px;
    }

        .apprightbtn a {
            height: 20px;
            margin: 0 0 7px;
        }

            .apprightbtn a.appstore {
                margin: 0 0 4px;
            }

            .apprightbtn a.appinstol {
                font-size: 10px;
                padding: 0;
                width: 40px;
                height: 10px;
                margin: 0;
            }

    .appbtn input[type="text"], .appbtn .btnlink {
        padding: 8px 0 8px 10px;
        font-size: 14px;
    }

    .appartmid {
        margin: 35px 10px 0;
    }

    .appbtn .btnlink {
        margin: 10px 0 0;
    }

    .appartrg {
        margin: 60px 0 0;
    }

    .factsbox h3 em {
        margin: 0;
    }

    .footernavbg {
        padding: 20px 0 40px;
    }

    .copyrights span {
        display: none;
    }

    .copyrights a {
        padding: 5px 0 2px;
        display: block;
    }

    .fbottomright ul li a {
        font-size: 14px;
    }

    #back-to-top {
        bottom: 172px;
    }
}

@media only screen and (max-width: 479px) {
    .aboutlinkright a {
        width: 34px;
    }

        .aboutlinkright a img {
            width: 100%;
            max-width: 34px;
        }

    .headertopmenu {
        width: 100%;
    }

    .headertopmenu {
        padding: 10px 0 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
        padding: 8px 0 8px 8px;
    }

    .appandlogin {
        padding: 0;
    }

        .appandlogin a {
            font-size: 15px;
            padding: 3px 12px 6px;
            margin: 0 4px;
        }

    .headertopmenu {
        width: 49%;
    }

        .headertopmenu ul li {
            padding: 0 !important;
            display: block;
            text-align: left;
        }

            .headertopmenu ul li a span {
                display: inline-block;
                text-align: center;
            }

    .titletop {
        margin-bottom: 25px;
    }

    .bookingformwrap h2 {
        font-size: 16px;
        max-width: 260px;
    }

    .bookbus {
        padding: 0 0 18px;
    }

    .inputgroup {
        padding: 0;
    }

    .searchbutton {
        padding: 10px 0 0;
    }

    .inputinr {
        padding: 0 !important;
        width: 100%;
        margin: 0 0 15px;
    }

        .inputinr .rfv {
            bottom: -15px;
        }

        .inputinr label {
            font-size: 13px;
            margin: 0 0 4px;
        }

    .searchbutton input[type="submit"] {
        background-position: 68% 12px;
        max-width: 100%;
        background-size: 10px;
    }

    .bannerwrap {
        padding: 0 0 60px;
    }

    .topwrap .carousel-inner > .item > a > img,
    .topwrap .carousel-inner > .item > img,
    .topwrap .img-responsive, .topwrap .thumbnail a > img,
    .topwrap .thumbnail > img {
        height: 150px;
    }

    .sliderpart .carousel-caption h2 {
        font-size: 17px;
        line-height: 26px;
    }

        .sliderpart .carousel-caption h2 span {
            font-size: 22px;
            line-height: 22px;
        }

    .sliderpart .carousel-caption a {
        font-size: 14px;
        line-height: 16px;
        background-position: 88.5% 10px;
        background-size: 6px;
    }

    .toptitle {
        font-size: 24px;
    }

    .toproutpart ul li a span, .toproutpart ul li a i {
        width: 100%;
    }

    .insidetitle h3 {
        font-size: 20px;
    }

    .insidetitle p {
        font-size: 14px;
    }

    .insidetooltip p {
        font-size: 13px;
    }

    .insidetooltip:hover {
        height: 100px;
        width: 200px;
        background-position: 10px 80px;
    }

    #sync2 .item h3 {
        font-size: 12px;
        padding: 10px 0 35px;
    }

    .facilitibox {
        width: 100% !important;
    }

        .facilitibox .facilitimg img {
            max-width: 220px;
        }

        .facilitibox.facilitibox04 .facilitimg img {
            max-width: 280px;
        }


    .servicebox {
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        padding: 0 0 10px;
        min-height: 150px;
    }

        .servicebox span {
            float: none;
            display: inline-block;
            vertical-align: top;
            text-align: center;
            background-position: center top;
        }

    .servicedeta {
        padding: 10px 0 0;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .ourfactsleft {
        padding: 30px 0 10px;
    }

    .somefacts .factsbox {
        width: 100%;
        padding: 0 0 20px;
    }

    .factsbox .count {
        font-size: 30px;
    }

    .factsbox span {
        font-size: 22px;
    }

    .factsbox i {
        top: 28px;
        font-size: 10px;
    }

    .factsbox h3 {
        font-size: 18px;
        padding: 15px 0 10px;
    }

    .aboutpart {
        background-position: 84% top !important;
    }

    .appart .toptitle {
        top: 0;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 0 30px;
        width: 100%;
        float: left;
        position: relative;
    }

    .aboutdeta h3 {
        font-size: 17px;
    }

    .appart {
        padding: 30px 0;
    }

    .appartlf, .appartmid, .appartrg {
        width: 300px;
    }

    .appartmid {
        margin: 30px 0 20px;
    }

    .appartrg {
        margin: 0;
    }

    .appbtn input[type="text"], .appbtn .btnlink {
        padding: 8px 10px;
        font-size: 14px;
        /*width: 200px;*/
    }

    .apprightbtn {
        width: 151px;
        top: 130px;
        right: 56px;
    }

        .apprightbtn a {
            height: 44px;
            margin: 0 0 13px;
        }

    .footernav {
        width: 100%;
    }

    .footeradd {
        width: 100%;
    }

    .fbottomright ul li {
        padding: 0 5px;
    }

    .fix_contentwidth2 .innerpageheader {
        font-size: 15px;
        padding-top: 14px !important;
        padding-bottom: 10px !important;
        line-height: 18px;
    }
}




@media only screen and (max-width: 375px) {
    .appartlf, .appartmid, .appartrg {
        width: 260px;
    }

    .apprightbtn {
        width: 132px;
        top: 111px;
        right: 48px;
    }

        .apprightbtn a {
            height: 41px;
            margin: 0 0 11px;
        }

            .apprightbtn a.appinstol {
                width: 60px;
                height: 15px;
                margin: 0;
            }
}

@media only screen and (max-width: 399px) {
    .appandlogin a {
        font-size: 14px;
        padding: 8px 12px 8px;
        margin: 0;
        width: 100%;
        border-radius: 0;
    }

    /*.appandlogin a {
        font-size: 14px;
        padding: 3px 12px 6px;
        margin: 0 2px;*/



    .appandlogin .menu {
        height: auto;
        width: 240px;
        top: 60px;
        padding: 8px 8px 15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .insidetooltip {
        padding: 25px 0 0 0;
        border-radius: 25px;
        height: 25px;
        width: 25px;
        background-position: 5px 5px;
        background-size: 16px;
    }

        .insidetooltip.insidetooltip03 {
            top: 20%;
            right: 25%;
            left: auto;
        }

    .insidepart {
        padding: 0 0 20px;
    }

    #sync2 .item h3 {
        font-size: 11px;
    }

        #sync2 .item h3::before {
            height: 15px;
            width: 15px;
            border-radius: 15px;
        }

    #sync2::after {
        bottom: 16px;
    }
    /*.topwrap .carousel-inner > .item > a > img, .topwrap .carousel-inner > .item > img, .topwrap .img-responsive, .topwrap .thumbnail a > img, .topwrap .thumbnail > img {
        height: 130px;
    }*/
    .topwrap .carousel-inner > .item > a > img, .topwrap .carousel-inner > .item > img, .topwrap .img-responsive, .topwrap .thumbnail a > img, .topwrap .thumbnail > img {
        height: 180px;
        width: 150%;
        margin: 0 0 0 -150px;
        max-width: 150%;
    }

    .sliderpart .carousel-caption {
        left: 28px;
    }

    .sliderpart a.carousel-control {
        height: 35px;
        width: 20px;
        background-size: 10px;
    }

    .sliderpart .carousel-caption a {
        font-size: 14px;
        line-height: 16px;
        background-position: 90.5% 8px;
        padding: 8px 24px 4px 12px;
    }

    .sliderpart .carousel-indicators {
        bottom: 5px;
    }

        .sliderpart .carousel-indicators .active {
            width: 8px;
            height: 8px;
        }


        .sliderpart .carousel-indicators li {
            margin: 0 3px;
            width: 8px;
            height: 8px;
        }

    .servicebox {
        width: 100%;
        padding: 0 0 30px;
        min-height: 10px;
    }

        .servicebox span {
            float: left;
        }

    .servicedeta {
        padding: 10px 0 0 10px;
        width: auto;
        float: left;
        text-align: left;
    }

    .headertopmenu ul li a {
        font-size: 11px;
    }

    .searchbutton input[type="submit"] {
        background-position: 72% 12px;
    }

    .aboutdeta {
        padding: 10px;
    }

        .aboutdeta h3 {
            font-size: 15px;
        }

        .aboutdeta p {
            line-height: 20px;
        }

    .fbottomright ul li {
        padding: 0 2px;
    }

        .fbottomright ul li a {
            font-size: 13px;
        }
}

.modal {
    background-color: rgb(0 0 0 / 70%);
}
