
body {
    font-family: 'Muli', sans-serif !important;
    color: #21353f;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}

img {
    max-width: 100%;
}

a,
a:hover {
    -webkit-transition: all 0.3s;
    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: 1310px;
}

.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%;
}

.headertop {
    float: left;
    width: 100%;
    padding: 10px 0 15px;
}

.headerup {
    float: left;
    padding: 4px 0 0;
}

    .headerup p {
        background-image: url("../images/site/icon01.png");
        background-position: left -87px;
        background-repeat: no-repeat;
        line-height: normal;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        color: #3c3c3c;
        font-size: 15px;
        font-weight: 200;
        text-transform: capitalize;
        padding: 0px 0 5px 33px;
        text-align: left;
    }

        .headerup p a {
            color: #191919;
            display: inline-block;
        }

    .headerup span {
        padding: 0 20px;
        color: #bcb6b6;
        display: inline-block;
        vertical-align: top;
    }


.headebottom {
    float: left;
    width: 100%;
    padding: 16px 0 16px;
    background-color: #1773b9;
}

.login {
    font-size: 15px;
    font-weight: 400;
    float: right;
}

    .login a {
        background-image: url("../images/site/icon01.png");
        background-position: left 5px;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        color: #3c3c3c;
        position: relative;
        padding: 6px 15px 3px 26px;
        margin: 0 2px 0 0;
        font-size: 15px;
        font-weight: 200;
    }

        .login a:after {
            position: absolute;
            content: '|';
            color: #cfcbcb;
            right: 3px;
            top: 7px;
        }

        .login a:hover, .login a:focus, .headerup p a:hover, .headerup p a:focus {
            color: #f57224;
            text-decoration: none;
        }

        .login a.agentlogin {
            background-position: left -169px;
            padding-right: 0;
            margin-right: 0;
            padding-left: 26px;
        }

            .login a.agentlogin:after {
                display: none;
            }

.sitelogo {
    float: left;
    width: 30%;
    margin: 0 0 0 -1px;
}

    .sitelogo a {
        float: left;
    }


/* leftmenu start */

.headermenu {
    float: right;
    width: 70%;
    padding: 32px 0 0;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: left;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

        .headermenu .navbar-inverse .navbar-nav {
            margin: 0;
            float: left;
            width: 100%;
        }

    .headermenu .navbar-collapse {
        padding: 0;
        float: right;
    }

    .headermenu .navbar-inverse .navbar-nav > li.first1 {
        margin: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        margin: 0 0 0 29px;
        position: relative;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            color: #fffefe;
            font-size: 19px;
            padding: 0;
            text-decoration: none;
            text-transform: capitalize;
            font-weight: 400;
        }

            .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: #f57224;
            }


.cssmenu {
    float: left;
}

/* leftmenu end */


.contentbg {
    float: left;
    width: 100%;
}

.contentwrap {
    float: left;
    width: 100%;
}

/* 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*/


.sliderwrap {
    float: left;
    width: 100%;
    position: relative;
}

    .sliderwrap .carousel-inner > .item img {
        margin: 0 auto;
    }

    .sliderwrap a.carousel-control {
        background-image: none;
        text-shadow: none;
        top: 50%;
        height: 62px;
        width: 62px;
        font-size: 60px;
        line-height: 58px;
        background-color: #fff;
        color: #1a1210;
        margin: -29px 0 0;
        text-align: center;
        opacity: 1;
        background-image: none;
        letter-spacing: 1.4px;
        -webkit-transition: all 0.0s;
        transition: all 0.0s;
    }

        .sliderwrap a.carousel-control.left {
            left: 123px;
        }

        .sliderwrap a.carousel-control.right {
            right: 121px;
        }

        .sliderwrap a.carousel-control:hover, .sliderwrap a.carousel-control:focus {
            background-color: #f57224;
            color: #fff;
            opacity: 1;
            -webkit-transition: all 0.0s;
            transition: all 0.0s;
        }

.bannerwrapper {
    width: 100%;
    float: left;
    position: relative;
}

.bannerinner {
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

/*bookingform css*/

.bookingwrapper {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 34px;
}

.bookingform {
    background-color: #fff;
    width: 100%;
    float: left;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}

.inputgroup {
    float: left;
    width: 45.4%;
    position: relative;
}

    .inputgroup.inputgroup02 {
        width: 33.8%;
        padding-left: 29px;
    }

    .inputgroup.inputgroup01 {
        padding-left: 30px;
    }

        .inputgroup.inputgroup01:after {
            position: absolute;
            content: '';
            top: 10px;
            right: 0;
            height: 60px;
            width: 1px;
            background-color: rgba(180,180,180,0.30);
        }

.swapicon {
    background-image: url("../images/site/icon01.png");
    background-position: center -707px;
    background-repeat: no-repeat;
    position: absolute;
    top: 21px;
    left: 0;
    right: 20px;
    margin: 0 auto;
    width: 81px;
    height: 38px;
    z-index: 3;
    cursor: pointer;
}

    .swapicon.swapicon02 {
        background-position: center -894px;
        right: 0;
        height: 10px;
        top: 36px;
    }

.inputinr.inputinr03 {
    padding-left: 47px;
}

.inputinr {
    float: left;
    width: 50%;
    position: relative;
    padding: 15px 0 0;
}

.inputinrwrap {
    float: left;
    width: 100%;
    position: relative;
}

.inputinr.inputinrswap02 {
    padding-left: 34px;
}

    .inputinr.inputinrswap02 input[type="text"] {
        padding-left: 27px;
    }

.inputinr select, .inputinr input[type="text"] {
    background-image: url("../images/site/icon01.png") !important;
    background-position: left -337px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    color: #191919;
    cursor: pointer;
    font-size: 15px;
    height: 65px;
    font-weight: 400;
    padding: 0 0 0 28px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
}

    .inputinr select option {
        color: #000 !important;
        background-color: #fff !important;
        font-size: 12px;
    }

    .inputinr input[type="text"].jdate {
        background-position: left -517px !important;
        padding-left: 40px;
    }

    .inputinr input[type="text"].select, .inputinr input[type="text"]:focus {
        outline: none;
    }

.inputinr .form-control::-moz-placeholder {
    color: #191919;
}

.inputinr ::-webkit-input-placeholder {
    color: #191919 !important;
}

.searchbutton {
    float: right;
    width: 19.8%;
    position: relative;
}

    .searchbutton input[type="submit"] {
        background-image: url("../images/site/icon01.png");
        background-position: 66.3% -996px;
        background-repeat: no-repeat;
        background-color: #f57224;
        color: #fff;
        border: none;
        font-size: 20px;
        width: 100%;
        height: 80px;
        padding: 0px 47px 2px 0;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 1.2px;
    }

        .searchbutton input[type="submit"]:hover, .searchbutton input[type="submit"]:focus {
            outline: none;
            color: #fff;
            background-color: #1773b9;
        }

    .searchbutton:hover {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.inputinr .rfv {
    position: absolute;
    font-size: 13px;
    bottom: 0;
    left: 0;
    top: auto;
    font-weight: 400;
}


.control:focus ~ .floating-label,
.control:not(:focus):valid ~ .floating-label {
    left: 29px;
    top: 4px;
    opacity: 0;
}

.floating-label {
    opacity: 1;
    position: absolute;
    pointer-events: none;
    left: 29px;
    top: 4px;
    font-size: 12px;
    color: #191919;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.3s ease all;
}

.inputinr.inputinrswap02 .floating-label, .inputinr.inputinrswap02 .control:focus ~ .floating-label, .inputinr.inputinrswap02 .control:not(:focus):valid ~ .floating-label {
    left: 29px !important;
}

/*bookingform css*/

/* auto complete css */

.autocomplete_completionListElement {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    list-style: none;
    margin: 0;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    max-height: 300px;
    overflow: auto;
    z-index: 999;
}

    .autocomplete_completionListElement li {
        cursor: default;
        color: #191919;
        margin: 1px 0;
        font-size: 14px;
    }


.autocomplete_highlightedListItem {
    border-bottom: 1px solid #1773b9;
    margin: 1px 0;
    font-weight: normal;
    list-style: none;
    color: #f57224 !important;
    font-size: 13px;
    cursor: default;
}

.autocomplete_listItem {
    border-bottom: 1px solid #FFFFFF;
    padding: 0;
    font-weight: normal;
    list-style: none;
    font-size: 13px;
}

/* scroll style */

.autocomplete_completionListElement::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.autocomplete_completionListElement::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.autocomplete_completionListElement::-webkit-scrollbar-thumb {
    background-color: #999;
}

/* auto complete css */

/*fixedmenu*/

.fixedmenu {
    position: fixed;
    left: 0;
    top: auto;
    z-index: 2;
    bottom: 97px;
}

.fixedmenubg {
    background-color: #f7f7f7;
    width: 100%;
    max-width: 50px;
    height: 201px;
    float: left;
    margin-left: -64px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #dfd8d8;
}

    .fixedmenubg.fixedmenubgin {
        margin-left: 0px;
    }

    .fixedmenubg a {
        background-image: url("../images/site/stickymenuicon.png");
        background-position: center 9px;
        background-repeat: no-repeat;
        float: left;
        width: 48px;
        height: 50px;
        position: relative;
        text-align: center;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

        .fixedmenubg a.fixedicon02 {
            background-position: center -144px;
        }

        .fixedmenubg a.fixedicon03 {
            background-position: center -305px;
        }

        .fixedmenubg a.fixedicon04 {
            background-position: center -486px;
        }

        .fixedmenubg a span {
            color: #333333;
            font-size: 17px;
            text-transform: capitalize;
            white-space: nowrap;
            position: absolute;
            top: 16px;
            left: 70px;
            right: 0;
            margin: 0 auto;
            display: none;
            text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
        }

        .fixedmenubg a:hover span {
            display: block;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .fixedmenubg a:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 49px;
            border-style: solid;
            border-color: #1773b9 transparent;
            display: block;
            width: 0;
            right: 0;
            margin: 0 auto;
            opacity: 0;
            border-top: 11px solid transparent;
            border-left: 11px solid #1773b9;
            border-bottom: 11px solid transparent;
        }

        .fixedmenubg a:hover, .fixedmenubg a:focus {
            background-color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

            .fixedmenubg a:hover:after {
                opacity: 1;
                -webkit-transition: all 0.0s;
                transition: all 0.0s;
            }

        .fixedmenubg a:before {
            position: absolute;
            content: '';
            bottom: 0;
            height: 1px;
            width: 40px;
            left: 0;
            right: 0;
            margin: 0 auto;
            background-color: rgba(0,0,0,0.10);
        }

.fixedcolps {
    float: left;
    height: 44px;
    cursor: pointer;
    background-color: #1773b9;
    position: absolute;
    width: 50px;
    top: 100%;
}

    .fixedcolps i {
        position: relative;
        display: block;
        line-height: 44px;
        font-size: 30px;
        color: #ffffff;
        width: 100%;
        text-align: center;
    }
/*fixedmenu*/

/*destination css*/

.topdestinationwrap {
    width: 100%;
    float: left;
    padding: 0 0 59px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.topdestinationinner {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

.destinationinn {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.topdestination:before {
    background-image: url("../images/site/bannerbg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    top: -60px;
    left: 0;
    height: 60px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    right: 0;
}

.topdestination {
    width: 100%;
    float: left;
}

    .topdestination .toptitle {
        margin-top: 32px;
        padding-top: 8px;
        /*padding-top: 14px;*/
    }

.toptitle {
    font-size: 40px;
    font-weight: 300;
    color: #393939;
    margin: 0 0 30px;
    line-height: normal;
    position: relative;
    padding: 0 0 21px;
}

    .toptitle:after {
        background-image: url("../images/site/titleshape01.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 9px;
        width: 399px;
    }

    .toptitle span {
        font-weight: 600;
        color: #f57224;
    }

.topdestination ul {
    margin: 0;
    padding: 1px 20px 10px;
}

.topdestination marquee {
    height: 110px;
}

.topdestination ul li {
    list-style: none;
    padding: 19px 30px 0 127px;
    display: inline-block;
    text-align: left;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(57,57,57,0.30);
    margin-right: 20px;
    min-height: 107px;
}

    .topdestination ul li:hover {
        border: 1px solid #828ead;
    }

    .topdestination ul li:before {
        position: absolute;
        content: '';
        height: 54px;
        width: 54px;
        left: 29px;
        top: 27px;
        background-image: url("../images/site/serviceicon.png");
        background-position: left top;
        background-repeat: no-repeat;
    }

    .topdestination ul li:after {
        position: absolute;
        content: '';
        height: 63px;
        width: 1px;
        left: 110px;
        top: 24px;
        background-color: rgba(54,54,54,0.22);
    }

    .topdestination ul li span {
        display: block;
        color: #363636;
        font-size: 22px;
        font-weight: 500;
    }

        .topdestination ul li span i {
            font-style: normal;
            font-weight: 300;
            padding: 0 5px;
        }

    .topdestination ul li a {
        text-align: center;
        background-color: #f57224;
        color: #fff;
        font-size: 14px;
        margin: 10px 0 0;
        display: inline-block;
        font-weight: 500;
        padding: 7px 23px 6px;
    }

        .topdestination ul li a:hover, .topdestination ul li a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #1773b9;
            outline: none;
        }

/*destination css*/

.welcomearia {
    width: 100%;
    float: left;
    text-align: center;
    padding: 79px 0 0;
    background-image: url("../images/site/welcomebg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 416px;
}

.welknownpart {
    width: 100%;
    float: left;
    text-align: center;
}

    .welknownpart .toptitle {
        padding: 0 0 23px;
        margin: 0 0 25px;
    }


    .welknownpart p {
        color: #393939;
        font-size: 18px;
        margin: 0 0 10px;
        font-weight: 300;
        line-height: 28px;
    }

        .welknownpart p span {
            color: #1773b9;
            font-weight: 500;
        }

        .welknownpart p i {
            font-style: normal;
            display: block;
        }

    .welknownpart a {
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        line-height: normal;
        background-color: #f57224;
        padding: 9px 33px 10px 31px;
        display: inline-block;
        margin: 16px 0 0;
    }

        .welknownpart a:hover, .welknownpart a:focus {
            background-color: #1773b9;
            color: #fff;
            text-decoration: none;
            outline: none;
        }

/***** our serveices css  *****/

.servicesaria {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin: -12px 0 0;
    padding: 0 0 46px;
}

    .servicesaria .container {
        max-width: 1461px;
    }

    .servicesaria .toptitle:after {
        height: 6px;
        width: 264px;
        background-size: 264px;
    }

    .servicesaria .toptitle {
        padding: 0 0 17px;
        margin: 0 0 26px;
    }

.serviceslide .slick-list {
    position: relative;
    display: block;
    margin: 0 5px;
    padding: 0;
}

.serviceslide {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 61px 0 56px;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
}

    .serviceslide .slick-slide:focus {
        outline: none;
    }

.servicesbox {
    display: inline-block !important;
    vertical-align: middle;
    position: relative;
    padding: 35px 5px 22px;
    cursor: pointer;
    width: 100%;
    margin: 0 0 15px;
    background-color: #fff;
    border: 1px solid rgba(7,30,39,0.11);
    max-width: 236px;
    min-height: 226px;
    text-align: center;
    -webkit-transition: all 0.0s;
    transition: all 0.0s;
}

    .servicesbox:hover {
        -webkit-transition: all 0.0s;
        transition: all 0.0s;
    }

    .servicesbox:focus {
        outline: none;
    }

    .servicesbox i {
        display: inline-block;
        background-image: url("../images/site/serviceicon.png");
        background-position: center -159px;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 90px;
        clear: both;
        vertical-align: top;
        -webkit-transition: all 0.0s;
        transition: all 0.0s;
        position: relative;
    }


        .servicesbox i:after {
            position: absolute;
            content: '';
            top: auto;
            left: 0;
            right: 0;
            bottom: -23px;
            background-color: rgba(57,57,57,0.21);
            height: 1px;
            width: 100px;
            margin: 0 auto;
        }

    .servicesbox:hover i:after {
        -webkit-transition: all 0.0s;
        transition: all 0.0s;
        background-color: #f7813c;
    }

    .servicesbox.servicesbox02 i {
        background-position: center -610px;
    }

    .servicesbox.servicesbox03 i {
        background-position: center -1059px;
    }

    .servicesbox.servicesbox04 i {
        background-position: center -1478px;
    }

    .servicesbox.servicesbox05 i {
        background-position: center -1938px;
    }

    .servicesbox:hover i {
        background-position: center -380px;
    }

    .servicesbox.servicesbox02:hover i {
        background-position: center -841px;
    }

    .servicesbox.servicesbox03:hover i {
        background-position: center -1259px;
    }

    .servicesbox.servicesbox04:hover i {
        background-position: center -1718px;
    }

    .servicesbox.servicesbox05:hover i {
        background-position: center -2158px;
    }

    .servicesbox h3 {
        color: #5a4a42;
        font-size: 18px;
        margin: 49px 0 0;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .servicesbox:hover h3 {
        color: #f7813c;
        -webkit-transition: all 0.0s;
        transition: all 0.0s;
    }

/* Dots */

.serviceslide .slick-dots li button:before {
    font-size: 0 !important;
}

.serviceslide .slick-dots li.slick-active button:before {
    font-size: 0 !important;
}

/* Dots */
.serviceslide .slick-prev, .serviceslide .slick-next {
    display: none !important;
}

    .serviceslide .slick-next:before {
        font-size: 0;
        content: "0";
    }

    .serviceslide .slick-prev:before {
        content: "0";
        font-size: 0;
    }

/***** our serveices css  *****/


.footerwrap {
    clear: both;
    width: 100%;
    float: left;
}

.footertop {
    clear: both;
    width: 100%;
    float: left;
    padding: 60px 0 0;
    background-image: url("../images/site/footerbg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 333px;
}

.footertitle {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding: 0 0 27px 4px;
    margin: 0;
    position: relative;
}

.footeright {
    float: left;
    text-align: left;
    width: 29.4%;
}

    .footeright p {
        color: #fff;
        font-size: 15px;
        margin: 0 0 12px 26px;
        font-weight: 300;
        line-height: 21px;
        background-image: url("../images/site/icon01.png");
        background-position: left -1570px;
        background-repeat: no-repeat;
        padding: 0 0 0 40px;
    }

        .footeright p.mapin {
            background-position: left -1169px;
            margin: 0 0 14px 26px;
            padding: 0 0 3px 40px;
        }

        .footeright p.telin {
            background-position: left -1303px;
            margin: 0 0 15px 27px;
            padding: 5px 0 4px 40px;
        }

        .footeright p.mailin {
            background-position: left -1438px;
            padding: 0 0 10px 40px;
            margin: 0 0 0 26px;
        }

        .footeright p a {
            color: #fff;
            text-decoration: none;
        }

        .footeright p span {
            display: block;
        }

        .footeright p em {
            font-style: normal;
            display: block;
        }

        .footeright p a:hover, .footeright p a:focus {
            color: #f57224;
            text-decoration: none;
        }

        .footeright p i {
            font-style: normal;
            display: inline-block;
            padding: 0 10px;
            color: #9b9898;
        }


.footernavbar {
    float: left;
    width: 37%;
    margin: 0 0 0 64px;
}

.footernav {
    float: left;
    width: 43%;
}

    .footernav.footernav02 {
        padding: 0 0 0 23px;
        width: 55%;
    }

    .footernav .footertitle:before {
        width: 131px;
    }

    .footernav ul {
        margin: 0;
        padding: 1px 0 0 26px;
    }

    .footernav.footernav02 ul {
        padding: 1px 0 0 28px;
    }

    .footernav ul li {
        list-style: none;
        padding: 0 0 16px;
    }

        .footernav ul li a {
            color: #fbfdff;
            font-size: 15px;
            font-weight: 300;
            line-height: normal;
        }

            .footernav ul li a i {
                padding: 0 12px 0 0;
            }

            .footernav ul li a:hover, .footernav ul li a:focus {
                color: #f57224;
                text-decoration: none;
            }


/*** gallery css****/


.aboutus {
    float: right;
    width: 28%;
}

    .aboutus .footertitle {
        padding: 0 0 26px 4px;
    }

    .aboutus p {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        line-height: 24px;
        margin: 0;
        padding: 0 0 0 20px;
    }

        .aboutus p i {
            font-style: normal;
            display: block;
        }

    .aboutus .footersocial {
        padding: 20px 0 0 20px;
        float: left;
        width: 100%;
        clear: both;
    }

        .aboutus .footersocial span {
            color: #ffffff;
            font-size: 22px;
            font-weight: 400;
            float: left;
            padding: 9px 14px 0 0;
        }

        .aboutus .footersocial ul {
            margin: 0;
            padding: 0;
            float: left;
        }

            .aboutus .footersocial ul li {
                list-style: none;
                padding: 0;
                display: inline-block;
                vertical-align: middle;
            }

                .aboutus .footersocial ul li a {
                    display: inline-block;
                    text-decoration: none;
                    margin: 0;
                    color: #fff;
                    height: 43px;
                    width: 43px;
                    background-color: transparent;
                    border: 2px solid rgba(234,234,234,0.46);
                    line-height: 40px;
                    text-align: center;
                    float: none;
                    clear: both;
                    vertical-align: middle;
                    font-size: 17px;
                }

                    .aboutus .footersocial ul li a.twit {
                        margin: 0 0 0 11px;
                    }

                    .aboutus .footersocial ul li a:hover {
                        color: #f57224;
                        text-decoration: none;
                    }

    .aboutus .googleplay {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 100%;
        clear: both;
        padding: 20px 0 0 20px;
    }

.googleplay a {
    display: inline-block;
}



.footerbottom {
    width: 100%;
    float: left;
    padding: 13px 0 15px;
    background-color: #eff2f8;
}

.copyrights {
    float: left;
    color: #0b2039;
    font-size: 13px;
    font-weight: 400;
    padding: 3px 0 0;
}

    .copyrights a {
        font-weight: 400;
        color: #f57224;
        text-transform: uppercase;
    }

        .copyrights a:hover, .copyrights a:focus {
            color: #1773b9;
            text-decoration: none;
        }

.poweredby {
    float: right;
}

    .poweredby span {
        float: left;
        color: #0b2039;
        font-size: 14px;
        padding: 3px 2px 0 0;
        font-weight: 400;
    }

    .poweredby a {
        float: left;
    }

#ctl00_ContentPlaceHolder1_divCustinfo th.info {
    padding-left: 10px !important;
}

.panel-primary > .panel-heading {
    color: #3c3c3c !important;
    border-bottom: 1px solid #f57224 !important;
}

.form-group .btn-default {
    color: #fff !important;
    background-color: #1773b9 !important;
}

    .form-group .btn-default:hover, .form-group .btn-default:focus {
        color: #fff !important;
        background-color: #f57224 !important;
    }

.maincontent {
    min-height: 250px;
    clear: both;
    width: 100%;
    float: left;
}



/* Medea Queries */

@media only screen and (max-width: 1709px) {
    .sliderwrap a.carousel-control.left {
        left: 30px;
    }

    .sliderwrap a.carousel-control.right {
        right: 30px;
    }
}

@media only screen and (max-width: 1499px) {
    .bookingwrapper {
        top: 10px;
    }

    .topdestination:before {
        top: -45px;
        height: 47px;
        max-width: 100%;
        background-size: 100%;
    }

    .topdestination .toptitle {
        margin-top: 20px;
    }

    .topdestinationwrap {
        padding: 0 0 30px;
    }

    .welcomearia {
        padding: 60px 0;
        min-height: 10px;
        background-size: cover;
    }

    .serviceslide {
        padding: 0 20px;
    }

    .servicesaria {
        margin: 0;
        padding: 0 0 30px;
    }
}

@media only screen and (max-width: 1309px) {
    .toptitle {
        font-size: 35px;
        margin: 0 0 20px;
        padding: 0 0 15px;
    }

        .toptitle:after {
            width: 360px;
            background-size: 360px;
        }

    .topdestination:before {
        top: -45px;
    }

    .topdestination ul li:after {
        left: 100px;
    }

    .footeright {
        width: 31.4%;
    }

    .footernavbar {
        width: 36%;
        margin: 0 0 0 20px;
    }

    .aboutus {
        width: 30%;
    }

    .carousel-fade .carousel-control {
        z-index: 1;
    }
}

@media only screen and (max-width: 1229px) {
    .sitelogo {
        width: 25%;
        margin: 0;
    }


    .headertop {
        padding: 10px 0;
    }

    .headerup p {
        background-position: left -69px;
        font-size: 13px;
        padding: 0px 0 5px 25px;
        background-size: 65px;
    }

    .headerup span {
        padding: 0 8px;
    }

    .login a {
        background-position: left 4px;
        padding: 5px 15px 3px 22px;
        font-size: 13px;
        background-size: 65px;
    }

        .login a.agentlogin {
            background-position: left -134px;
            padding-left: 20px;
        }

        .login a:after {
            top: 6px;
        }

    .headermenu {
        width: 72%;
        padding: 25px 0 0;
    }

        .headermenu .navbar-inverse .navbar-nav > li {
            margin: 0 0 0 22px;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a {
                font-size: 15px;
            }

    .inputgroup {
        width: 47%;
    }

        .inputgroup.inputgroup01 {
            padding-left: 15px;
        }

            .inputgroup.inputgroup01:after {
                top: 8px;
                height: 50px;
            }

        .inputgroup.inputgroup02 {
            width: 37.8%;
            padding-left: 15px;
        }

    .inputinr {
        padding: 10px 0 0;
    }

        .inputinr.inputinr03 {
            padding-left: 37px;
        }

        .inputinr.inputinrswap02 input[type="text"] {
            padding-left: 22px;
        }

        .inputinr select, .inputinr input[type="text"] {
            background-position: left -262px;
            font-size: 14px;
            height: 55px;
            padding: 0 0 0 22px;
            background-size: 65px;
        }

            .inputinr input[type="text"].jdate {
                background-position: left -405px !important;
                padding-left: 30px;
            }

    .swapicon {
        background-position: center -517px;
        top: 22px;
        right: 20px;
        width: 65px;
        height: 30px;
        background-size: 60px;
    }

        .swapicon.swapicon02 {
            background-position: center -656px;
            top: 33px;
        }

    .searchbutton {
        width: 15%;
    }

        .searchbutton input[type="submit"] {
            background-position: 76.3% -776px;
            font-size: 16px;
            height: 65px;
            padding: 0px 37px 0 0;
            background-size: 64px;
        }

    .floating-label {
        left: 23px;
        top: 4px;
        font-size: 11px;
    }

    .control:focus ~ .floating-label,
    .control:not(:focus):valid ~ .floating-label {
        left: 23px;
    }

    .inputinr.inputinrswap02 .floating-label, .inputinr.inputinrswap02 .control:focus ~ .floating-label, .inputinr.inputinrswap02 .control:not(:focus):valid ~ .floating-label {
        left: 23px !important;
    }

    .inputinr .rfv {
        font-size: 12px;
    }

    .autocomplete_completionListElement li {
        font-size: 13px;
    }



    .sliderwrap a.carousel-control {
        height: 45px;
        width: 45px;
        font-size: 45px;
        line-height: 45px;
    }

    .topdestination marquee {
        height: auto;
    }

    .topdestination .toptitle {
        margin-top: 10px;
        padding-top: 0;
    }

    .topdestination:before {
        top: -36px;
        height: 39px;
    }

    .topdestination ul li {
        padding: 12px 20px 20px 90px;
        margin-right: 20px;
        min-height: 10px;
    }

        .topdestination ul li:after {
            height: 50px;
            left: 70px;
            top: 22px;
        }

        .topdestination ul li span {
            font-size: 18px;
        }

        .topdestination ul li:before {
            height: 45px;
            width: 45px;
            left: 15px;
            top: 25px;
            background-size: 65px;
        }

        .topdestination ul li a {
            padding: 6px 18px;
        }

    .welcomearia {
        padding: 50px 0;
    }

    .welknownpart .toptitle {
        padding: 0 0 20px;
        margin: 0 0 15px;
    }

    .welknownpart p {
        font-size: 16px;
        line-height: 22px;
    }

    .welknownpart a {
        font-size: 16px;
        padding: 8px 18px;
        margin: 14px 0 0;
    }

    .servicesaria {
        margin: 0;
        padding: 0 0 20px;
    }

        .servicesaria .toptitle:after {
            height: 6px;
            width: 165px;
            background-size: 165px;
        }

    .footertop {
        padding: 50px 0 40px;
        min-height: 10px;
        background-size: cover;
    }

    .footertitle {
        font-size: 18px;
        padding: 0 0 15px;
    }

    .footeright p {
        font-size: 13px;
        margin: 0 0 10px 10px;
        line-height: 20px;
        background-position: left -1243px;
        padding: 0 0 0 26px;
        background-size: 65px;
    }

        .footeright p i {
            padding: 0 6px;
        }

        .footeright p.mapin {
            background-position: left -926px;
            margin: 0 0 6px 10px;
            padding: 0 0 3px 26px;
        }

        .footeright p.telin {
            background-position: left -1029px;
            margin: 0 0 10px 10px;
            padding: 5px 0 4px 28px;
        }

        .footeright p.mailin {
            background-position: left -1138px;
            padding: 0 0 10px 30px;
            margin: 0 0 0 10px;
        }

    .footernavbar {
        width: 34%;
        margin: 0 0 0 20px;
    }

    .footernav {
        width: 40%;
    }

        .footernav.footernav02 {
            padding: 0 0 0 20px;
            width: 52%;
        }

        .footernav ul {
            margin: 0;
            padding: 1px 0 0 15px;
        }

        .footernav.footernav02 ul {
            padding: 1px 0 0 10px;
        }

        .footernav ul li {
            padding: 0 0 10px;
        }

            .footernav ul li a {
                font-size: 13px;
            }

                .footernav ul li a i {
                    padding: 0 6px 0 0;
                }

    .aboutus {
        width: 32%;
    }

        .aboutus .footertitle {
            padding: 0 0 15px;
        }

        .aboutus p {
            font-size: 13px;
            line-height: 20px;
            padding: 0 0 0 10px;
        }

        .aboutus .footersocial {
            padding: 20px 0 0 10px;
        }

            .aboutus .footersocial span {
                font-size: 16px;
                padding: 6px 10px 0 0;
            }

            .aboutus .footersocial ul li a {
                height: 35px;
                width: 35px;
                line-height: 35px;
                font-size: 16px;
            }

                .aboutus .footersocial ul li a.twit {
                    margin: 0 0 0 5px;
                }

        .aboutus .googleplay {
            padding: 15px 0 0 10px;
        }

            .aboutus .googleplay img {
                width: 130px;
            }
}

@media only screen and (max-width: 991px) {

    .headertop {
        text-align: center;
    }

    .headerup {
        width: 100%;
        padding: 0;
    }

    .login a {
        padding: 4px 10px 3px 22px;
    }

    .login {
        float: left;
        width: 100%;
        padding: 4px 0 0;
    }

        .login a:after {
            right: 0px;
            top: 5px;
        }

    .sitelogo {
        width: 21%;
    }

    .headermenu {
        width: 76%;
        padding: 14px 0 0;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 13px;
        }

    .bookingwrapper {
        position: relative;
        top: 0;
        margin: 15px 0;
    }

    .bookingform {
        box-shadow: 0 0 8px rgba(0,0,0,0.20);
        padding: 10px;
    }

    .inputgroup {
        padding: 0 0 0 10px !important;
        margin: 0 0 10px;
        border: 1px solid rgba(180,180,180,0.50);
    }

        .inputgroup.inputgroup01:after {
            display: none;
        }

        .inputgroup, .inputgroup.inputgroup02 {
            width: 100%;
        }

    .inputinr {
        padding: 0;
    }

        .inputinr.inputinrswap02 {
            border-right: none;
        }

        .inputinr.inputinrswap02 {
            padding-left: 20px;
        }

        .inputinr.inputinr03 {
            padding-left: 20px;
        }

        .inputinr select, .inputinr input[type="text"] {
            font-size: 13px;
            height: 50px;
            background-position: 2px -265px;
        }

            .inputinr input[type="text"].jdate {
                background-position: left -408px !important;
            }

    .searchbutton {
        width: 100%;
        float: left;
        text-align: center;
    }

        .searchbutton input[type="submit"] {
            background-position: 51.3% -783px;
            font-size: 16px;
            height: 50px;
            padding: 0px 55px 0 0;
        }

    .swapicon {
        right: 30px;
        top: 10px;
    }

        .swapicon.swapicon02 {
            top: 20px;
            right: 28px;
        }

    .floating-label {
        top: 2px;
    }

    .control:focus ~ .floating-label,
    .control:not(:focus):valid ~ .floating-label {
        top: 2px;
    }


    .toptitle {
        font-size: 26px;
    }

        .toptitle:after {
            width: 260px;
            background-size: 260px;
        }

    .welknownpart p i {
        display: inline;
    }

    .servicesbox {
        max-width: 220px;
        min-height: 200px;
    }

        .servicesbox h3 {
            font-size: 15px;
            margin: 40px 0 0;
        }

    .footeright {
        width: 100%;
        padding: 0 0 20px;
    }

        .footeright p {
            background-position: left -1248px;
            margin: 0 0 14px 10px;
        }

            .footeright p span {
                display: inline;
            }

    .footernavbar {
        width: 50%;
        margin: 0;
    }

    .aboutus {
        width: 50%;
    }

        .aboutus .footersocial {
            padding: 10px 0 0 10px;
        }
}

@media only screen and (max-width: 767px) {
    .headertop {
        text-align: center;
    }

    .headerup {
        width: 100%;
    }

    .login {
        float: left;
        width: 100%;
        padding: 0;
    }

    .headerup p {
        background-position: left -57px;
        padding: 0px 0 8px 22px;
        background-size: 55px;
    }

    .headerup span {
        padding: 0;
        display: block;
        font-size: 0;
        line-height: 0;
    }

    .sitelogo {
        width: 100%;
        text-align: center;
    }

        .sitelogo a {
            float: none;
            padding: 10px 0;
            display: inline-block;
            max-width: 190px;
        }

    .headebottom {
        padding: 0;
    }

        .headebottom .headermenu .navbar-collapse {
            float: left;
            width: 100%;
        }
        /* leftmenu start */
        .headebottom .headermenu {
            width: auto;
            float: left;
            position: absolute;
            top: 5px;
            left: 5px;
            margin: 0;
            padding: 0;
        }

    .fixedbtn {
        position: absolute;
        top: -40px;
        left: 0;
        z-index: 1030;
    }

        .fixedbtn.topfixedicon {
            position: fixed !important;
            top: 10px !important;
            z-index: 99999 !important;
            margin: 0 !important;
            padding: 0 !important;
            width: 24px;
            height: 24px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            left: 42%;
        }

            .fixedbtn.topfixedicon span {
                display: none;
            }

            .fixedbtn.topfixedicon:after {
                font-family: FontAwesome;
                content: "\f00d";
                left: 0;
                top: 0;
                position: absolute;
                font-size: 22px;
                color: #f57224;
            }

    .menufixed .navbar-toggle {
        background-color: transparent;
        border-color: transparent;
        margin: 6px;
        padding: 6px;
        position: relative;
        top: 0;
        z-index: 2;
    }

        .menufixed .navbar-toggle .icon-bar {
            background: #f57224;
        }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        float: left;
        width: 100%;
    }

    .headermenu .navbar-inverse .navbar-toggle:focus,
    .headermenu .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-toggle {
        border-color: transparent;
        margin: 0 10px 0 0;
    }

    .headermenu .navbar-inverse .container-fluid {
        padding: 0 15px;
        text-align: center;
        background: #3e3e3e;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        margin: 10px 0 0 10px !important;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 15px;
            padding: 0;
            color: #191919;
            border: none;
        }

    .headermenu .navbar-inverse {
        background-color: rgba(247,244,244,0.99);
        box-shadow: 0 0 5px #B0B0B0;
    }

        .headermenu .navbar-inverse .navbar-nav > li a:hover:after, .headermenu .navbar-inverse .navbar-nav > .active a:after {
            display: none;
        }

        .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: #f57224;
            border: none;
        }

        .headermenu .navbar-inverse .navbar-collapse {
            border: none !important;
        }

    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .headermenu .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        padding-top: 30px;
        z-index: 9999;
    }

    .side-collapse.in {
        width: 0;
    }

    .cssmenu {
        float: left;
        width: 100%;
        text-align: left;
    }
    /* leftmenu end */
    .sliderwrap a.carousel-control {
        height: 40px;
        width: 40px;
        font-size: 40px;
        line-height: 38px;
    }

        .sliderwrap a.carousel-control.left {
            left: 10px;
        }

        .sliderwrap a.carousel-control.right {
            right: 10px;
        }

    /*fixedmenu css*/

    .fixedcolps {
        height: 40px;
        width: 40px;
    }

        .fixedcolps i {
            line-height: 40px;
            font-size: 28px;
        }

    .fixedmenubg {
        max-width: 40px;
        height: 160px;
    }

        .fixedmenubg a:before {
            width: 35px;
        }

        .fixedmenubg a {
            background-position: center 8px;
            width: 38px;
            height: 40px;
            background-size: 25px;
        }

            .fixedmenubg a.fixedicon02 {
                background-position: center -113px;
            }

            .fixedmenubg a.fixedicon03 {
                background-position: center -237px;
            }

            .fixedmenubg a.fixedicon04 {
                background-position: center -378px;
            }

            .fixedmenubg a:after {
                top: 13px;
                left: 38px;
                border-top: 8px solid transparent;
                border-left: 8px solid #1773b9;
                border-bottom: 8px solid transparent;
            }

            .fixedmenubg a span {
                font-size: 13px;
                top: 13px;
                left: 52px;
            }

    /*fixedmenu css*/
    .topdestinationwrap {
        padding: 0 0 20px;
    }

    .topdestination:before {
        display: none;
    }

    .serviceslide {
        padding: 0 10px;
    }

    .servicesaria {
        padding: 0 0 10px;
    }

    .aboutus .footersocial {
        padding: 15px 0 0 10px;
    }

    .footerbottom {
        text-align: center;
        padding: 14px 0 10px;
    }

    .copyrights {
        font-size: 12px;
        padding: 0 0 7px;
        width: 100%;
    }

    .poweredby {
        float: none;
        display: inline-block;
    }

        .poweredby span {
            font-size: 13px;
            padding: 3px 5px 0 0;
        }
}

@media only screen and (max-width: 639px) {
    .fixedmenu {
        bottom: 40px;
    }

    .toptitle {
        font-size: 22px;
        padding: 0 0 12px !important;
    }

        .toptitle:after {
            width: 230px;
            background-size: 230px;
        }

    .welcomearia {
        padding: 45px 0;
    }

    .footeright {
        padding: 0;
    }

    .footernavbar {
        width: 100%;
        padding: 10px 0 15px;
    }

    .aboutus {
        width: 100%;
    }

        .aboutus p i {
            display: inline;
        }

    .maincontent {
        min-height: 150px;
    }
}

@media only screen and (max-width: 518px) {
    .servicesbox {
        max-width: 270px;
        min-height: 10px;
        padding: 20px 5px;
    }

        .servicesbox i:after {
            bottom: -10px;
        }

        .servicesbox h3 {
            margin: 30px 0 0;
        }

    .sliderwrap a.carousel-control {
        height: 30px;
        width: 30px;
        font-size: 30px;
        line-height: 30px;
        margin: -15px 0 0;
    }

    .searchbutton input[type="submit"] {
        background-position: 54% -783px;
        padding: 0 45px 0 0;
    }
}

@media only screen and (max-width: 479px) {

    .headerup {
        padding: 5px 35px 0;
    }

    .headebottom .headermenu {
        top: 0;
        left: 0;
    }

    .bookingwrapper {
        margin: 10px 0 15px;
    }

    .bookingform {
        padding: 5px;
    }

    .inputgroup {
        padding: 0 !important;
        margin: 0;
        border: none;
    }

    .inputinr {
        float: left;
        padding: 0 0 0 5px !important;
        width: 100%;
        border: 1px solid rgba(180,180,180,0.50) !important;
        margin: 0 0 10px;
    }

        .inputinr select, .inputinr input[type="text"] {
            background-position: 2px -265px;
            padding: 0 0 0 26px !important;
        }

    .swapicon {
        top: 43px;
        left: auto;
        right: -5px;
        transform: rotate(90deg);
        background-position: center -516px;
        width: 60px;
        height: 30px;
    }

        .swapicon.swapicon02 {
            background-position: center -656px;
            top: 52px;
            right: -5px;
        }

    .searchbutton input[type="submit"] {
        font-size: 15px;
        padding: 0 34px 0 0;
        background-position: 58% -783px;
    }

    .inputinr .rfv {
        font-size: 11px;
    }

    .floating-label {
        top: 4px;
        left: 27px;
        font-size: 10px;
    }

    .control:focus ~ .floating-label,
    .control:not(:focus):valid ~ .floating-label {
        top: 4px;
        left: 27px;
    }

    .inputinr.inputinrswap02 .floating-label, .inputinr.inputinrswap02 .control:focus ~ .floating-label, .inputinr.inputinrswap02 .control:not(:focus):valid ~ .floating-label {
        left: 27px !important;
    }

    .toptitle {
        font-size: 18px;
    }

        .toptitle:after {
            width: 180px;
            background-size: 180px;
        }

    .servicesaria .toptitle:after {
        width: 140px;
        background-size: 140px;
    }

    .servicesaria .toptitle {
        margin: 0 0 20px;
    }

    .topdestinationwrap {
        padding: 0 0 10px;
    }

    .destinationinn {
        padding: 0 10px;
    }

    .topdestination ul li {
        padding: 12px 15px 12px 70px;
    }

        .topdestination ul li:after {
            left: 58px;
            top: 16px;
        }

        .topdestination ul li a {
            padding: 5px 15px;
        }

        .topdestination ul li span {
            font-size: 16px;
        }

        .topdestination ul li:before {
            height: 40px;
            width: 40px;
            left: 10px;
            top: 22px;
            background-size: 60px;
        }

    .welknownpart p {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }

    .welknownpart a {
        font-size: 15px;
        padding: 8px 14px;
    }

    .footertop {
        padding: 45px 0 30px;
    }

    .footertitle {
        font-size: 16px;
        padding: 0 0 12px !important;
    }

    .footernav {
        width: 49%;
    }

        .footernav ul {
            padding: 0 !important;
        }

        .footernav.footernav02 {
            padding: 0;
            width: 50%;
        }


    .footeright p {
        margin: 0 0 6px !important;
        background-position: left -1053px;
        padding: 0 0 0 26px;
        background-size: 55px;
    }

        .footeright p.mapin {
            background-position: left -782px;
        }

        .footeright p a {
            display: inline-block;
        }

        .footeright p.telin {
            background-position: left -873px;
            padding: 2px 0 4px 26px;
        }

        .footeright p.mailin {
            background-position: left -963px;
            padding: 0 0 10px 28px;
        }

    .aboutus p {
        line-height: 18px;
        padding: 0;
    }

    .aboutus .footersocial {
        padding: 15px 0 0;
    }

    .aboutus .googleplay {
        padding: 15px 0 0 0;
    }

    .copyrights span {
        display: block;
        padding: 4px 0 3px;
    }

    .grvcontentrow .grvcontent div {
        font-size: 11px;
    }
}
