/*====================================== reset.css is here ========================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_bor {
    border: 0 none !important;
}

header, nav, section, article, aside, footer, hgroup, figure {
    display: block;
}

button {
    outline: none;
}
/**************************************************************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none !important;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: none;
        outline: 0 none !important;
    }

h1 {
    font-size: 24px;
}

h2 {
    font-size: 2.250em;
    line-height: 45px;
    color: #242424;
    font-weight: 700;
    margin: 0;
}

h3 {
    font-size: 1.625em;
    margin: 0;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
}

h4 {
    font-size: 1.250em;
    line-height: 25px;
    color: #333333;
    font-weight: 700;
}

h5 {
    font-size: 1.220em;
    margin: 0;
    line-height: 30px;
    font-weight: 700;
}

h6 {
    font-size: 1.125em;
    line-height: 25px;
    font-weight: 700;
    color: #565656;
}
/*---------------------------------------------------*/
html {
}

body {
    font-size: 16px;
}

.flt_lt {
    float: left;
    display: inline;
}

.flt_rt {
    float: right;
    display: inline;
}

/*-----------LayOut Start here-----------------------*/
.wrapper {
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
    transition: all ease-in-out 0.3s;
    padding: 0px 0 0 0;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

/* -------Don't Remove this---------------*/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, button, select {
    -webkit-border-radius: 0;
}
/*------------------HOME PAGE STARTS HERE-----------------*/
header {
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.header_top {
    background-color: #333333;
    padding: 4px 0 1px;
}

.nav_top {
}

    .nav_top ul {
    }

        .nav_top ul li.last {
            border: none;
            padding: 8px 4px 4px 0;
        }

        .nav_top ul li {
            padding: 8px 8px 4px;
            border-left: 1px solid #8c8c8c;
            display: inline-block;
            font-size: 0.75em;
            line-height: 16px;
            font-weight: 400;
            letter-spacing: 0.1px;
        }

            .nav_top ul li.first-child {
                padding: 8px 4px 4px 0;
                border-left: none;
            }

            .nav_top ul li a {
                color: #ffffff;
                transition: all ease-in-out 0.3s;
                -webkit-transition: all ease-in-out 0.3s;
                -moz-transition: all ease-in-out 0.3s;
                -ms-transition: all ease-in-out 0.3s;
                -o-transition: all ease-in-out 0.3s;
            }

                .nav_top ul li a:hover {
                    color: #e22126
                }

                .nav_top ul li a img {
                    margin-right: 4px;
                }

.phone_num {
}

    .phone_num a {
        color: #ffffff;
    }

        .phone_num a small {
            font-size: 0.75em;
            line-height: 14px;
            font-weight: 400;
            display: inline-block;
            padding: 0 7px 0 0px;
            text-align: right;
        }

        .phone_num a span {
            font-size: 1.8125em;
            line-height: 32px;
            font-weight: 700;
            display: inline-block;
        }

.toor {
    display: inline-block;
    padding: 0 0 0 76px;
}

    .toor > ul {
    }

        .toor > ul > li {
            font-size: 0.875em;
            line-height: 18px;
            font-weight: 700;
            display: inline-block;
            padding: 0 6px;
            transition: all ease-in-out 0.3s;
            -webkit-transition: all ease-in-out 0.3s;
            -moz-transition: all ease-in-out 0.3s;
            -ms-transition: all ease-in-out 0.3s;
            -o-transition: all ease-in-out 0.3s;
        }

            .toor > ul > li:after {
                content: "";
                position: absolute;
                width: 80px;
                height: 30px;
                top: 18px;
            }

            .toor > ul > li > a {
                color: #404041;
                transition: all ease-in-out 0.3s;
                -webkit-transition: all ease-in-out 0.3s;
                -moz-transition: all ease-in-out 0.3s;
                -ms-transition: all ease-in-out 0.3s;
                -o-transition: all ease-in-out 0.3s;
            }

                .toor > ul > li > a:hover {
                    color: #e22126;
                }

                .toor > ul > li > a > i {
                    color: #7f7f7f;
                    vertical-align: text-top;
                    padding: 0 0 0 11px;
                    transition: all ease-in-out 0.3s;
                    -webkit-transition: all ease-in-out 0.3s;
                    -moz-transition: all ease-in-out 0.3s;
                    -ms-transition: all ease-in-out 0.3s;
                    -o-transition: all ease-in-out 0.3s;
                }

                .toor > ul > li > a:hover i {
                    color: #e22126;
                }

.logo {
    display: inline-block;
}

.header_bottom {
    padding: 13px 0 11px 0;
    background-color: #ffffff;
}

.feribot {
    position: relative;
}

.login {
}

    .login > ul {
        margin: 0;
    }

        .login > ul > li {
            display: inline-block;
            vertical-align: middle;
        }

            .login > ul > li > a {
                position: relative;
            }

    .login ul li.signin {
        border-right: 1px solid #838384;
        padding: 0 13px 0 0;
    }

        .login ul li.signin a {
            color: #404041;
            font-size: 0.875em;
            line-height: 16px;
            font-weight: 400;
        }

    .login ul li.signup {
        font-weight: 700;
        padding: 0 15px 0 9px;
    }

        .login ul li.signup a {
            color: #e22126;
            font-size: 0.875em;
            line-height: 16px;
        }

    .login ul li.cart {
        border-left: 1px solid #eeeeee;
        padding: 0 0 0 15px;
        position: relative;
    }

        .login ul li.cart a i {
            color: #bab9b9;
            font-size: 27px;
        }

        .login ul li.cart span.badge {
            background-color: #e22126;
            width: 13px;
            height: 13px;
            padding: 1px;
            position: absolute;
            right: -5px;
            top: -9px;
        }

.basket {
    width: 168px;
    background: #ffffff;
    box-shadow: #000 0.9px 3px 8px -3px;
    border-radius: 0 0 7px 7px;
    padding: 2px 0 15px 0;
    display: none;
    position: absolute;
    right: 0;
    top: 43px;
}

    .basket ul {
        padding: 0 12px;
    }

        .basket ul li {
            border-bottom: 1px dotted #404041;
            padding: 7.5px 0;
        }

            .basket ul li span {
                font-size: 0.875em;
                line-height: 18px;
                color: #404041;
                font-weight: 400;
                width: 55%;
                float: left;
                text-align: left;
            }

            .basket ul li em {
                font-size: 0.875em;
                line-height: 18px;
                color: #404041;
                font-weight: 400;
                width: 2%;
                float: left;
            }

            .basket ul li strong {
                font-size: 0.875em;
                line-height: 18px;
                color: #d01f25;
                font-weight: 700;
                width: 43%;
                float: left;
                text-align: right;
            }

.goto_bas {
    width: 100%;
    height: 25px;
    border-radius: 3px;
    margin: 5px 0 0 0;
    border: none;
    background: #7fa95b;
    color: #ffffff;
    font-size: 0.875em;
    line-height: 20px;
    font-weight: 700;
}

    .goto_bas:hover {
        background: #5a9d20;
    }

.basket ul li.last {
    border: none;
}

    .basket ul li.last span {
        font-weight: 700;
    }

.login ul li.cart:hover .basket {
    display: block;
}

.login ul li.cart:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 26px;
    top: 24px;
    right: 0;
}


.btn-default:hover {
    background-color: inherit;
    border-color: inherit;
}

.sidebar {
    display: none;
}

.btn_toggle {
    width: 36px;
    height: 20px;
    border: 0 none;
    outline: 0 none;
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    margin: 0 auto;
    bottom: 24px;
    z-index: 999;
    background: none;
    display: none;
}

    .btn_toggle span {
        height: 4px;
        background: #e22126;
        display: block;
        margin: 0 auto;
        position: relative;
        margin: 6px 0;
        transition: all ease-in-out 0.3s;
    }

.nav_top.flag {
    display: none;
}

.depature.where .dropdown-menu > li.selected > a:after {
    display: none;
}

.depature.where .dropdown-menu > li > a:after {
    display: none;
}
/*---------------HEADER ENDS HERE---------*/
/*---------BANNER STARTS HERE---------------*/
.banner {
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 261px;
}

.tab_main .resp-tabs-container {
    border-radius: 9px;
}

.banner_cnt {
    padding: 16px 0 0 0;
}


.banner_nav div div label {
    color: #333333;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    display: block;
    margin: 0 0 2px 0;
}


.banner_nav {
    margin: 0px 0 0 0;
    z-index: 1;
    padding: 6px;
    border: none;
}

.maintab {
    margin-top: 50px;
}

    .maintab .tab {
        display: inline-block;
    }

        .maintab .tab div div div {
            background-color: #022961;
            padding: 8px;
            color: white;
            float: left;
            margin: 4px;
            border-radius: 6px;
            text-align: center;
            font-weight: 600;
            cursor: pointer;
        }

        .maintab .tab div div .active {
            background-color: #ffffff;
            color: #356192;
        }

        .maintab .tab div div div i {
            display: block;
            padding-bottom: 5px;
        }

        .maintab .tab div div div:hover {
            background-color: #ffffff;
            color: #356192;
        }


    .maintab .tabcontent .con {
        border-radius: 6px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.21);
        padding: 0px;
        display: none;
    }

    .maintab .tabcontent .active {
        display: block !important;
    }

    .maintab .tabcontent .con .con2 {
        border-radius: 6px;
        background-color: #fff;
        padding: 9px;
    }

        .maintab .tabcontent .con .con2 label, .maintab .tabcontent .con .con2 span {
            font-weight: 400;
            font-size: 13px;
        }

    .maintab .yolcular {
        border: 1px solid #e7e7e7;
        padding: 8px;
        height: 40px;
    }

.banner_nav > ul {
    background-color: #ffffff;
    padding: 0;
    border-radius: 6px;
    padding: 4px 0 0px 0;
}

.tabcontent .greenbtn {
    font-size: 20px;
    width: 100%;
    line-height: 40px;
    padding:0PX;
    
}


.banner_nav > ul > li {
    font-size: 0.875em;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    position: relative;
}

    .banner_nav > ul > li.bilet {
        border: none;
        float: right;
        padding: 8px 12px 0 0 !important;
    }

    .banner_nav > ul > li .btn {
        padding: 8px 1px 8px 11px;
        border: 1px solid #7f7f7f;
    }

.banner_nav > div > div > a, .banner_nav > div > div > div > a {
    color: #333333;
    border: 1px solid #7f7f7f;
    padding: 4px;
    display: block;
}

.banner_nav > ul > li.calender > a {
    padding: 4px 0px;
}

.banner_nav > ul > li > a > span {
    vertical-align: middle;
}

.banner_nav > ul > li.calender > a > input {
    border: none;
    outline: none;
    width: 100%;
    height: 28px;
}

.banner_nav > ul > li.calender input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333333;
    font-size: 0.875em;
    line-height: 16px;
}

.banner_nav > ul > li.calender input::-moz-placeholder { /* Firefox 19+ */
    color: #333333;
    font-size: 0.875em;
    line-height: 16px;
}

.banner_nav > ul > li.calender input::-ms-input-placeholder { /* IE 10+ */
    color: #333333;
    font-size: 0.875em;
    line-height: 16px;
}

.banner_nav > ul > li.calender input::-moz-placeholder { /* Firefox 18- */
    color: #333333;
    font-size: 0.875em;
    line-height: 16px;
}



.banner_nav > ul > li > a > i {
    color: #7f7f7f;
    vertical-align: middle;
    padding: 0 0 0 14px;
}

    .banner_nav > ul > li > a > i.fa-sort-desc {
        position: relative;
        top: -3px;
    }

.banner_nav .bs-caret {
    position: absolute;
    right: 17px;
    top: -4px;
}

.banner_nav > ul > li.depature {
    width: 11.9%;
    padding: 5px 1px 12px 11px;
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.glyphicon {
    display: none;
}

.depature .dropdown-menu {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    min-width: 156px;
    box-shadow: 0px 10px 7px #888, 0 0px 3px #888;
    left: -8px;
    top: 33px;
}

.depature ul.dropdown-menu:after {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url('../image/arrow.png') no-repeat;
    width: 17px;
    height: 12px;
}

.depature .dropdown-menu > li > a {
    position: relative;
    cursor: pointer;
    font-weight: 700;
}

    .depature .dropdown-menu > li > a:after {
        content: "";
        background-image: url('../image/dot.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 17px;
        height: 17px;
        left: -8px;
    }

.depature .dropdown-menu > li.selected > a:after {
    content: "";
    background-image: url('../image/active_dot.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 17px;
    height: 17px;
    left: -8px;
}

.dropdown-menu ul.dropdown-menu {
    position: static;
    border: none;
    padding: 0;
    box-shadow: none;
    padding: 8px 0 8px 0px;
}

.depature li {
    padding-left: 20px;
}

.where li {
    padding-left: 0px;
}


.depature span.caret {
    border: none;
    position: relative;
}

    .depature span.caret:after {
        content: "\f0dd";
        position: relative;
        color: #7f7f7f;
        font-family: FontAwesome;
        font-size: 0.938em;
        top: -13px;
    }

.banner_nav > ul > li.depature .btn-group {
    width: 100% !important;
    background-color: #fff;
}

.banner_nav > ul > li.depature button {
    width: 100% !important;
}

    .banner_nav > ul > li.depature button span {
        line-height: 16px;
        font-weight: 200;
    }

.depature .btn {
    border-radius: 0;
}

.depature .open > .dropdown-toggle.btn-default {
    background-color: #fff;
    box-shadow: none;
}

.banner_nav > ul > li.where {
    width: 10.4%;
    padding: 6px 0 13px 8px;
}

.banner_nav > ul > li.packagetourcategory {
    width: 50%;
    padding: 6px 0 13px 8px;
}

.banner_nav > ul > li.international_route {
    width: 43%;
    padding: 6px 0 11px 11px;
}

.banner_nav > ul > li.international_passngercount {
    width: 20%;
}

.banner_nav > ul > li.international_vehiclecount {
    width: 20%;
}


.where:hover .chios {
    display: block;
}

.where > a {
}

.chios {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    padding: 0 14px;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 10px 7px #888, 0 0px 3px #888;
    display: none;
    z-index: 2;
}

    .chios li {
        font-size: 0.875em;
        line-height: 18px;
        font-weight: 700;
        padding: 3px 0;
    }

        .chios li a {
            color: #000000;
        }

    .chios:after {
        content: "";
        position: absolute;
        top: -12px;
        left: 0;
        margin: 0 auto;
        right: 0;
        background: url('../image/arrow.png') no-repeat;
        width: 17px;
        height: 12px;
    }

.banner_nav > ul > li.calender {
    width: 10.6%;
    padding: 6px 0 11px 11px;
}

    .banner_nav > ul > li.calender a i {
        padding: 0 11px 0 0;
        font-size: 1em;
    }

.banner_nav > ul > li > a > i.fa-male {
    color: #7c7c7c;
    padding: 0 8px 0 6px;
    font-size: 1.318em;
}

.banner_nav > ul > li.increment {
    padding: 4px 0 11px 7px;
    width: 16.4%;
}

.banner_nav > ul > li.car {
    width: 13.3%;
    padding: 9px 0 16px 9px;
}

    .banner_nav > ul > li.car img {
        margin: 0 10px 0 0;
    }

.adult_child.open {
    display: block;
}

.adult_child {
    width: 308px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    position: absolute;
    box-shadow: 0px 5px 10px #888, 0 0px 3px #888;
    z-index: 1;
    padding: 4px 15px;
    display: none;
    top: 59px;
}

    .adult_child:after {
        content: "";
        position: absolute;
        top: -11px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: url(../image/arrow.png) no-repeat;
        width: 17px;
        height: 12px;
    }


    .adult_child ul li {
        padding: 2px 0;
    }

        .adult_child ul li span {
            font-size: 12px;
        }

        .adult_child ul li ul li {
            padding: 2px 0;
        }

    .adult_child .handle-counter {
        display: inline-block;
        border: 1px solid #d9d9d9;
        border-radius: 4px;
    }

        .adult_child .handle-counter .btn-primary {
            outline: inherit;
            background: #f2f2f2;
            color: #000000;
            border: none;
            float: left;
            border-radius: 0;
        }

        .adult_child .handle-counter input {
            width: 36px;
            border-left: 1px solid #d9d9d9;
            border-right: 1px solid #d9d9d9;
            outline: inherit;
            text-align: center;
            color: #000000;
            border-top: 0;
            float: left;
            border-bottom: 0;
            height: 32px;
        }

.limit {
    font-weight: 200;
}

    .limit span {
        font-size: 0.875em;
        line-height: 18px;
        font-weight: 400;
        color: #000000;
    }

    .limit small {
        font-size: 0.625em;
        line-height: 12px;
        font-weight: 400;
        color: #000000;
        display: block;
    }

.age_cnt {
    float: left;
    line-height: 29px;
}

    .age_cnt span {
        color: #333333;
        font-size: 0.750em;
        line-height: 15px;
        font-weight: 600;
    }

.child_age {
    float: right;
    border: 1px solid #d9d9d9;
    width: 110px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    line-height: 33px;
}

    .child_age i {
        color: #7f7f7f;
        margin: 0 10px 0 0;
        padding-left: 8px;
    }



    .child_age input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #333333;
        font-size: 0.875em;
        line-height: 16px;
    }

    .child_age input::-moz-placeholder { /* Firefox 19+ */
        color: #333333;
        font-size: 0.875em;
        line-height: 16px;
    }

    .child_age input::-ms-input-placeholder { /* IE 10+ */
        color: #333333;
        font-size: 0.875em;
        line-height: 16px;
    }

    .child_age input::-moz-placeholder { /* Firefox 18- */
        color: #333333;
        font-size: 0.875em;
        line-height: 16px;
    }


.adult_child.vehicle.active {
    display: block;
}

.adult_child.vehicle {
    width: 200px;
    display: none;
    left: -2px;
}

.vehicle_type > span {
    padding: 0 0 0px 0;
}



.vehicle_type span {
    font-size: 0.750em;
    line-height: 18px;
    font-weight: 600;
    color: #000000;
}

.vehicle_type select {
    display: none;
}

.vehicle_type .btn-group {
    width: 100% !important;
}

.vehicle_type button {
    width: 100% !important;
    background: #f2f2f2;
}
/*---------WEEKEND STARTS HERE-------------*/
.weekend_tour {
    padding: 24px 0 18px;
    margin-bottom: 20px;
}

    .weekend_tour ul {
        margin: 0 -15px;
    }

        .weekend_tour ul li {
            float: left;
        }

.weekend {
    max-width: 374px;
    height: 122px;
    border: 1px solid #dfdfdf;
    padding: 18px 20px 26px 17px;
    position: relative;
}

    .weekend p {
        color: #333333;
        font-size: 1.250em;
        line-height: 25px;
        font-weight: 400;
        display: block;
        margin: 0;
    }

    .weekend span {
        color: #333333;
        font-size: 1.750em;
        line-height: 32px;
        font-weight: 700;
        display: block;
    }

    .weekend em {
        color: #333333;
        font-size: 1.250em;
        line-height: 25px;
        font-weight: 700;
        display: block;
    }

.review {
    width: 84px;
    height: 27px;
    text-align: center;
    font-size: 0.750em;
    line-height: 24px;
    border: 1px solid #000000;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 26px;
}

.weekend.weekend2 {
}

    .weekend.weekend2 span {
        color: #333333;
        font-size: 1.875em;
        line-height: 35px;
        font-weight: 700;
        display: inline-block;
    }

        .weekend.weekend2 span small {
            color: #333333;
            font-size: 0.65em;
            line-height: 22px;
            font-weight: 400;
            display: inline-block;
        }

    .weekend.weekend2 p {
        color: #333333;
        font-size: 1.375em;
        line-height: 26px;
        font-weight: 600;
        display: block;
    }

    .weekend.weekend2 em {
        color: #333333;
        font-size: 1.500em;
        line-height: 28px;
        font-weight: 700;
        display: block;
    }




.banner_nav > div > div > button {
    width: 127px;
    height: 59px;
    background: #7abd51;
    color: #ffffff;
    border: none;
    outline: inherit;
    border-radius: 4px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}


.banner_nav > ul > li > button {
    width: 127px;
    height: 59px;
    background: #7abd51;
    color: #ffffff;
    border: none;
    outline: inherit;
    border-radius: 4px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

    .banner_nav > ul > li > button:hover {
        background: #519825;
    }

.form-group {
    margin: 0;
}
/*---------WEEKEND Ends HERE-------------*/
/*---------SLIDER STARTS HERE-------------*/
.slider {
    padding: 1px 0 0 0;
}

.slider_sec {
    margin: 0 -5px;
}

.slide_head {
    text-align: center;
    padding: 0 0 11px 0;
}

    .slide_head h3 {
    }

    .slide_head span {
        color: #797979;
        font-size: 1.125em;
        line-height: 25px;
        font-weight: 400;
    }

.slider_left {
    padding: 0 5px;
    width: 60.2%;
}

    .slider_left ul figure a img {
        max-width: 100%;
        height: auto;
    }

.slider_right {
    padding: 0;
    width: 39.8%;
}

    .slider_right ul {
        padding: 0;
        margin: -5px 0 0 0;
    }

        .slider_right ul li {
            padding: 5px;
        }

.slider_img {
    position: relative;
}

    .slider_img figure a img {
        width: 100%;
        height: auto;
    }

.slider_img_cnt {
    position: absolute;
    top: 0;
    padding: 10px 9px 0;
    width: 100%;
    background: rgba(0,0,0,0.64);
    height: 74px;
}

.sakiz_lft {
    width: 72%;
}

    .sakiz_lft p {
        color: #fffefe;
        font-size: 1em;
        line-height: 19px;
        font-weight: 500;
    }

.sakiz_rgt {
}

    .sakiz_rgt span {
        color: #fffefe;
        font-size: 1.375em;
        line-height: 24px;
        display: block;
        font-weight: 700;
    }

        .sakiz_rgt span em {
            color: #fffefe;
            font-size: 0.7em;
            line-height: 20px;
            font-weight: 400;
            font-weight: 400;
        }

    .sakiz_rgt small {
        color: #fffefe;
        font-size: 0.563em;
        line-height: 12px;
        font-weight: 400;
        display: block;
    }

.slider_left .slick-prev {
    top: 50%;
    left: 20px;
    width: 32px;
    height: 60px;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url('../image/arrow_left.png') no-repeat;
}

    .slider_left .slick-prev:before {
        font-size: 0;
    }

.slider_left .slick-next {
    top: 50%;
    right: 20px;
    width: 32px;
    height: 60px;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url('../image/arrow_right.png') no-repeat;
}

    .slider_left .slick-next:before {
        font-size: 0;
    }

.slider_left .slick-dots {
    bottom: 12px;
}

    .slider_left .slick-dots li button:before {
        font-size: 66px;
        color: #ffffff;
        opacity: inherit;
    }

    .slider_left .slick-dots li.slick-active button:before {
        color: #1f5472;
    }

    .slider_left .slick-dots li button {
        padding: 0;
    }

.slider_left .slick-slider {
    margin: 0;
}
/*---------SLIDER ENDS HERE-------------*/
/*-----------------HOTEL STARTS HERE--------------*/
.hotel {
    padding: 8px 0 22px 0;
}

    .hotel .slide_head {
        padding: 1px 0 1px 0;
    }

        .hotel .slide_head h3 {
            margin: 0;
        }

        .hotel .slide_head span {
        }

.hotel_types {
    border-bottom: 1px solid #dddddd;
    padding: 14px 0 0 0;
}

    .hotel_types ul {
        margin: 0;
        float: left;
    }

        .hotel_types ul li {
            width: 170px;
            height: 30px;
            font-size: 0.875em;
            line-height: 28px;
            font-weight: 700;
            display: inline-block;
            text-align: center;
            border-left: 1px solid #dddddd;
            border-right: 1px solid #dddddd;
            border-top: 1px solid #dddddd;
            border-radius: 3px 3px 0 0;
            margin: 0 5px;
            padding: 0 !important;
            color: #9d9d9d !important;
            background-color: #ffffff !important;
        }

            .hotel_types ul li.active {
                margin: 0 5px 0 0;
                font-weight: 900;
                background: #ed1f24;
                color: #ffffff;
            }

            .hotel_types ul li a {
                color: #9d9d9d;
            }

            .hotel_types ul li.active a {
                color: #ffffff;
            }

.all_hotels {
    float: right;
    position: relative;
    bottom: 33px;
}

    .all_hotels a {
        color: #e42526;
        font-size: 0.750em;
        line-height: 15px;
        font-weight: 700;
    }

        .all_hotels a i {
            font-size: 20px;
            line-height: 22px;
            position: relative;
            top: 2px;
        }

.hotel_pics {
    display: block;
}

    .hotel_pics figure a img {
        width: 100%;
        height: auto;
    }

.hotel_names {
    padding: 6px 0 0 0;
}

.hotel_rating {
    float: left;
    width: 76%;
}

    .hotel_rating h6 {
        margin: 0;
        display: block;
        font-weight: 500;
        height: 42px;
        line-height: 21px;
    }

    .hotel_rating span {
        font-size: 0.750em;
        line-height: 15px;
        font-weight: 400;
        color: #737373;
        display: block;
        padding: 0 0 4px 0;
    }

    .hotel_rating p {
        font-size: 10px;
        line-height: 15px;
        font-weight: 400;
        color: #737373;
    }

        .hotel_rating p a {
            color: #737373;
        }

            .hotel_rating p a i {
                color: #737373;
            }

.star {
    margin: -6px 0 0 0;
}

    .star ul {
        margin: 0;
    }

        .star ul li {
            display: inline-block;
        }

.hotel_cost {
    float: right;
}

    .hotel_cost span {
        color: #404041;
        font-size: 0.875em;
        line-height: 16px;
        font-weight: 700;
        display: block;
        text-align: right;
    }

        .hotel_cost span i {
            color: #027634;
            font-size: 1.075em;
            position: relative;
            top: -2px;
            left: 2px;
        }

    .hotel_cost strong {
        color: #ed1f24;
        font-size: 1.250em;
        line-height: 25px;
        display: block;
    }

    .hotel_cost small {
        color: #737373;
        font-size: 0.625em;
        line-height: 15px;
        display: block;
        margin: -3px 0 0 0;
        letter-spacing: 0.2px;
    }

.hotel_view {
    position: relative;
    opacity: 1;
}

    .hotel_view:hover .detail {
        display: block;
    }

.detail {
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    cursor:pointer;
}

    .detail a {
        width: 80px;
        height: 30px;
        border: 1px solid;
        border-radius: 3px;
        font-size: 0.750em;
        line-height: 25px;
        font-weight: 600;
        display: block;
        text-align: center;
        color: #ffffff;
        margin: 0 auto;
        position: relative;
        transform: translateY(-50%);
        top: 50%;
        -webkit-transform: translateY(-50%);
        top: 50%;
        -moz-transform: translateY(-50%);
        top: 50%;
        -ms-transform: translateY(-50%);
        top: 50%;
        -o-transform: translateY(-50%);
        top: 50%;
    }

.hotel_sec {
    padding: 8px 0 0 0;
}

    .hotel_sec > ul {
        margin: 0 -15px;
    }

        .hotel_sec > ul > li {
            width: 25%;
            float: left;
            padding: 9px 15px;
        }
/*----------HOTEL ENDS HERE----------------*/
/*----------SUBSCRIPTION STARTS HERE-----------*/
.subscription {
    background: #f8f8f8;
    padding: 0 0 46px 0;
}

.sub_head {
    padding: 32px 0 0 0;
}

    .sub_head h2 {
        padding: 0 0 20px 0;
    }

    .sub_head p {
        color: #555555;
        font-size: 1.125em;
        line-height: 25px;
        font-weight: 400;
    }

.sub_share {
    padding: 11px 0 0 0;
}

.sub_input {
    padding: 9px 0 0 0;
}

    .sub_input ul {
    }

        .sub_input ul li {
            display: inline-block;
            padding: 0 8px;
        }

            .sub_input ul li.last {
                padding: 0 8px 0 0;
            }

            .sub_input ul li input {
                border: 1px solid #c0c0c0;
                outline: inherit;
                background: #ffffff;
                padding: 0 9px;
                height: 45px;
                border-radius: 3px;
                width: 200px;
                letter-spacing: 1px;
            }

            .sub_input ul li button {
                border: none;
                outline: inherit;
                background: #e22126;
                font-size: 1.125em;
                line-height: 22px;
                color: #ffffff;
                height: 45px;
                border-radius: 3px;
                width: 95px;
                transition: all ease-in-out 0.3s;
                -webkit-transition: all ease-in-out 0.3s;
                -moz-transition: all ease-in-out 0.3s;
                -o-transition: all ease-in-out 0.3s;
                -ms-transition: all ease-in-out 0.3s;
            }

                .sub_input ul li button:hover {
                    background: #ac161a;
                }

            .sub_input ul li input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
                color: #c7c8ca;
                font-size: 1em;
                line-height: 18px;
            }

            .sub_input ul li input::-moz-placeholder { /* Firefox 19+ */
                color: #c7c8ca;
                font-size: 1em;
                line-height: 18px;
            }

            .sub_input ul li input::-ms-input-placeholder { /* IE 10+ */
                color: #c7c8ca;
                font-size: 1em;
                line-height: 18px;
            }

            .sub_input ul li input::-moz-placeholder { /* Firefox 18- */
                color: #c7c8ca;
                font-size: 1em;
                line-height: 18px;
            }

.sub_social {
    padding: 11px 0 0 0;
}

    .sub_social span {
        font-size: 0.875em;
        line-height: 16px;
        font-weight: 400;
        color: #545454;
    }

    .sub_social p {
        font-size: 1em;
        line-height: 18px;
        font-weight: 700;
        color: #545454;
        margin: 0;
        display: inline-block;
        margin: 0 0 0 0;
    }

    .sub_social ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        text-align: right;
    }

        .sub_social ul li {
            display: inline-block;
            padding: 0 3px;
        }

            .sub_social ul li.last {
                padding: 0 0 0 3px;
            }

            .sub_social ul li a {
                width: 43px;
                height: 43px;
                border-radius: 100%;
                border: 3px solid #c2c1c1;
                display: block;
            }

                .sub_social ul li a i {
                    color: #c2c1c1;
                    font-size: 20px;
                    line-height: 38px;
                    text-align: center;
                    display: block;
                }

.follow_us {
    text-align: right;
    padding: 0 3px 0 0;
}
/*----------SUBSCRIPTION ENDS HERE-----------*/
/*----------ESTABLISHMENT STARTS HERE-----------------*/
.establishment {
    padding: 11px 0 27px 0;
}

    .establishment p {
        color: #7d7d7d;
        font-size: 0.875em;
        line-height: 24px;
        text-align: center;
        margin: 0;
        font-weight: 400;
    }

        .establishment p.esta_year {
            padding: 0 0 23px 0;
        }
/*----------ESTABLISHMENT ENDS HERE-----------------*/
/*-------------FOOTER STARTS HERE------------*/
footer {
    background: #333333;
    padding: 18px 0 0;
}

.footer_sec {
    color: white;
    padding: 0 0 8px 0;
}

.footer_cnt.block1 {
    width: 43%;
}

.footer_cnt.block2 {
    width: 57%;
}

.footer_lt {
    padding: 0;
}

.footer_cnt {
    display: inline-block;
    float: left;
    padding: 0;
}

    .footer_cnt h5 {
        padding: 0 0 18px;
        letter-spacing: -0.4px;
    }

    .footer_cnt ul {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0 0 0 2px;
    }

        .footer_cnt ul li {
            display: block;
        }

            .footer_cnt ul li a {
                position: relative;
                display: block;
                color: #fff;
                font-size: 0.875em;
                line-height: 16px;
                font-weight: 300;
                padding: 0 0 10px 12px;
                transition: all ease-in-out 0.3s;
                -webkit-transition: all ease-in-out 0.3s;
                -moz-transition: all ease-in-out 0.3s;
                -ms-transition: all ease-in-out 0.3s;
                -o-transition: all ease-in-out 0.3s;
            }

                .footer_cnt ul li a:after {
                    content: '';
                    background: #fff;
                    width: 4px;
                    height: 4px;
                    position: absolute;
                    font-family: FontAwesome;
                    border-radius: 100%;
                    top: 7px;
                    left: 0;
                    transition: all ease-in-out 0.3s;
                    -webkit-transition: all ease-in-out 0.3s;
                    -moz-transition: all ease-in-out 0.3s;
                    -ms-transition: all ease-in-out 0.3s;
                    -o-transition: all ease-in-out 0.3s;
                }

                .footer_cnt ul li a:hover:after {
                    background: #e43035;
                }

                .footer_cnt ul li a:hover {
                    color: #e43035;
                }

        .footer_cnt ul.ftr {
            padding: 0 0 0 28px;
        }

.footer_rgt {
    padding: 0 0 0 15px;
}

.footer_rgt_cnt {
    display: inline-block;
    float: left;
    padding: 0 0 0 6px;
}

    .footer_rgt_cnt h5 {
        padding: 0 0 16px;
        letter-spacing: -0.2px;
    }

    .footer_rgt_cnt span {
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        display: block;
        padding: 0 0 12px;
    }

    .footer_rgt_cnt P {
        color: #fff;
        font-size: 0.750em;
        line-height: 16px;
        font-weight: 300;
        display: block;
        padding: 0 0 17px;
        margin: 0;
    }

        .footer_rgt_cnt P a {
            color: #fff;
        }

    .footer_rgt_cnt button {
        border: 1px solid #fff;
        color: #fff;
        font-size: 0.750em;
        line-height: 14px;
        font-weight: 400;
        display: block;
        width: 111px;
        background: none;
        padding: 6px 0;
        text-align: center;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
    }

        .footer_rgt_cnt button:hover {
            border: 1px solid #e43035;
        }

.review:hover {
    border: 1px solid #e43035;
    color: #e43035 !important;
}

.footer_rgt_cnt.block3 {
    width: 56%;
}

.footer_rgt_cnt.block4 {
    text-align: right;
    width: 44%;
    padding: 48px 0 0;
}

    .footer_rgt_cnt.block4 span {
        font-weight: 600;
        font-size: 0.875em;
        padding: 0;
        letter-spacing: -0.4px;
    }

    .footer_rgt_cnt.block4 a {
        display: inline-block;
        color: #fff;
        font-size: 1.750em;
        line-height: 35px;
        font-weight: 700;
        padding: 1px 0 23px;
    }

        .footer_rgt_cnt.block4 a em {
            display: inline-block;
            font-size: 0.513em;
            line-height: 16px;
            vertical-align: middle;
            padding: 0 3px 0 0;
        }

    .footer_rgt_cnt.block4 ul {
        display: block;
    }

        .footer_rgt_cnt.block4 ul li {
            display: inline-block;
            margin-right:2px;
        }

            .footer_rgt_cnt.block4 ul li.last {
                padding: 0 4px 0 0;
            }

            .footer_rgt_cnt.block4 ul li a {
                display: inline-block;
                padding: 0;
                margin: 0 0 0 0;
            }

.footer_bottom {
    background: #ffffff;
    padding: 13px 0 10px 0;
}

.copy_right {
    float: left;
    vertical-align: middle;
}

    .copy_right p {
        color: #7a7a7a;
        font-size: 0.750em;
        line-height: 15px;
        font-weight: 400;
        padding: 8px 0 0 0;
    }

        .copy_right p span {
            font-weight: 700;
        }

.bank {
    float: right;
    vertical-align: middle;
}

    .bank ul {
        margin: 0;
    }

        .bank ul li {
            display: inline-block;
            padding: 0 4px;
        }

            .bank ul li.last {
                padding: 0 0 0 10px;
            }

            .bank ul li a {
            }

                .bank ul li a img {
                    vertical-align: middle;
                }
/*-------------FOOTER ENDS HERE------------*/
/*-------------INNER1 STARTS HERE---------------*/
.golden_head {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 2px 0;
    margin: 0 0 0px 0;
}

.golden_page {
    margin-top: 10px;
}


.golden_page ul {
    margin: 0;
}

        .golden_page ul li {
            font-size: 0.813em;
            line-height: 16px;
            font-weight: 400;
            display: inline-block;
        }

            .golden_page ul li a {
                color: #7c7c7c;
            }

            .golden_page ul li.active a {
                color: #e22126;
            }

    .golden_page h3 {
        font-size: 1.750em;
        line-height: 35px;
        font-weight: 400;
        color: #333333;
    }

.loction {
}

    .loction p {
        color: #606060;
        font-size: 0.750em;
        line-height: 15px;
        font-weight: 400;
        display: inline-block;
    }

    .loction span {
        display: inline-block;
        padding: 0 0 0 8px;
    }

        .loction span a {
            color: #ea4335;
            font-size: 0.750em;
            line-height: 15px;
            font-weight: 900;
        }

            .loction span a i {
                color: #ea4335;
                font-size: 15px;
                margin: 0 9px 0 0;
            }
/*---------------GALLERY STARTS HERE----------*/
.gallery {
    padding: 0 0 31px 0;
}

.slide_syncing {
    padding: 0 8px 0 0;
}

.gallery_slider {
    position: relative;
}

    .gallery_slider > ul {
        margin: 0;
    }

.slider-for li img {
    width: 100%;
    height: auto;
}

.galler_thumbnail {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.41);
    padding: 12px 0;
}

    .galler_thumbnail ul {
        margin: 0 25px;
    }

        .galler_thumbnail ul li {
            padding: 0 7px;
            outline: none;
        }

    .galler_thumbnail figure img {
        width: 100%;
        height: auto;
    }

    .galler_thumbnail .slick-prev {
        left: 0;
        z-index: 1;
        background: none;
    }

    .galler_thumbnail .slick-next {
        right: 0;
        z-index: 1;
        background: none;
    }

    .galler_thumbnail .slick-prev:before {
        content: "\f053";
        color: #676767;
        font-family: 'FontAwesome';
        opacity: inherit;
    }

    .galler_thumbnail .slick-next:before {
        content: "\f054";
        color: #676767;
        font-family: 'FontAwesome';
        opacity: inherit;
    }

    .galler_thumbnail .slick-prev, .galler_thumbnail .slick-next {
        z-index: 1;
        background: #ffffff;
        width: 7.2%;
        height: 100%;
        top: 17%;
    }

.gallery_slider .slick-dots {
    display: none !important;
}

.gallery_right {
    padding: 0 0 0 22px;
}

.discount {
    border: 1px solid #d7d7d7;
    padding: 5px 20px 5px;
}

.room {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 5px 0;
}

    .room .star {
        float: left;
        padding: 10px 0 0 0;
    }

        .room .star ul {
        }

            .room .star ul li {
            }

        .room .star span {
            color: #7c7c7c;
            font-size: 0.750em;
            line-height: 15px;
            font-weight: 700;
            letter-spacing: 0.4px;
            display: block;
            padding: 3px 0 0 0;
        }

.offer {
    width: 51px;
    height: 51px;
    border-radius: 100%;
    background: #e22126;
    display: block;
    float: right;
}

    .offer span {
        color: #ffffff;
        font-size: 1.4em;
        font-weight: 700;
        text-align: center;
        padding: 0 0 0 6px;
        line-height: 34px;
    }

    .offer em {
        color: #ffffff;
        font-size: 0.750em;
        line-height: 15px;
        font-weight: 400;
    }

    .offer small {
        color: #ffffff;
        font-size: 0.55em;
        line-height: 0px;
        font-weight: 400;
        display: block;
    }

.cost_from {
}

    .cost_from span {
        display: inline-block;
    }

    .cost_from em {
        font-size: 1.625em;
        line-height: 30px;
        color: #333333;
    }

    .cost_from strong {
        font-size: 1.825em;
        line-height: 45px;
        color: #333333;
        font-weight: 500;
    }

    .cost_from b {
        font-size: 2em;
        line-height: 35px;
        color: #333333;
        display: inline-block;
    }

    .cost_from i {
        font-size: 1em;
        line-height: 20px;
        color: #333333;
        font-style: normal;
        position: relative;
        top: -10px;
        left: 6px;
    }

    .cost_from small {
        font-size: 0.875em;
        line-height: 16px;
        color: #333333;
        display: block;
        margin: -5px 0 0 0;
    }

.make_reserve {
    padding: 19px 0 12px 0;
}

.greenbtn {
    padding: 8px 23px;
    color: #ffffff;
    background: #7abd51;
    font-weight: 600;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    border: none;
    font-size: 1em;
    cursor: pointer;
}

    .greenbtn:hover {
        background: #54932d;
        color: #fff;
    }

.redbtn {
    padding: 8px 23px;
    color: #ffffff;
    background: #e22126;
    font-weight: 600;
    border-radius: 3px;
    display: block;
    text-align: center;
    border: none;
    font-size: 1em;
}

    .redbtn:hover {
        background: #c20a0f;
    }



.make_reserve a {
    width: 100%;
    height: 46px;
    color: #ffffff;
    background: #7abd51;
    font-weight: 600;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 48px;
}

.opportunities {
}

    .opportunities h6 {
        font-size: 1.125em;
        line-height: 25px;
        font-weight: 700;
        color: #333333;
        margin: 10px 0 4px 0;
    }

    .opportunities ul {
        border: 1px solid #d7d7d7;
        padding: 4px 20px;
    }

        .opportunities ul li {
            font-size: 0.875em;
            /* line-height: 18px; */
            font-weight: 400;
            color: #7c7c7c;
            border-bottom: 1px solid #d7d7d7;
            padding: 15px 0;
        }

            .opportunities ul li.last {
                border: none;
                padding: 15px 0 11px 0;
            }

            .opportunities ul li img {
                margin: 0 11px 0 0;
            }

            .opportunities ul li i {
                color: #ff7800;
                padding-right: 5px;
                width: 23px;
                font-size: 15px;
            }
/*------------SEARCH ROOMS STARTS HERE----------------*/
.reserve {
    margin-bottom: 40px;
}

.search_room {
    padding: 0 0 28px 0;
}


    .search_room ul li input {
        width: 70%;
        border: none !important;
        outline: none;
    }

    .search_room > ul {
        border: 1px solid #d7d7d7;
        margin: 0;
        border-radius: 3px;
        width: 100%;
    }

        .search_room > ul > li {
            font-size: 0.875em;
            line-height: 25px;
            font-weight: 400;
            float: left;
            width: 24.6%;
            padding: 0 0 0 20px;
            border-left: 1px solid #d7d7d7;
            cursor: pointer;
        }

            .search_room > ul > li.cal_to {
                width: 16%;
            }

            .search_room > ul > li.last {
                width: 29%;
                padding: 0 0 0 30px;
                border: none;
            }


            .search_room > ul > li > a {
                color: #333333;
                display: block;
                padding: 16.3px 0;
            }

            .search_room > ul > li.last i {
                color: #7c7c7c;
                font-size: 18px;
                padding: 0 20px 0 0;
            }

            .search_room > ul > li.cal_to i {
                color: #7c7c7c;
                font-size: 18px;
                padding: 0 20px 0 0;
            }

            .search_room > ul > li.increment .fa-male {
                color: #7c7c7c;
                font-size: 18px;
                padding: 0 20px 0 0;
            }

            .search_room > ul > li.increment {
                position: relative;
            }

                .search_room > ul > li.increment .fa-sort-desc {
                    float: right;
                    color: #7c7c7c;
                    margin: 2px 20px 0 0;
                }

                .search_room > ul > li.increment:hover adult_child {
                    display: block;
                }

            .search_room > ul > li .adult_child {
                top: 57px;
            }

.srch_btn {
    width: 132px;
    height: 52px;
    color: #ffffff;
    background: #e22126;
    border-radius: 3px;
    border: none;
    outline: none;
    font-size: 1.125em;
    line-height: 25px;
    font-weight: 700;
}

    .srch_btn:hover {
        background: #bf1212;
    }

.search_room > ul > li .srch_btn {
    float: right;
    margin: 3px -5px 0 0;
}

.search_room > ul > li.red_btn {
    padding: 0 0 3px 0;
    width: 13%;
}
/*--------------TAB PLUS ACCORDIAN STARTS HERE------------*/
.tab_accord_main {
    position: relative;
}

    .tab_accord_main:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background: #d7d7d7;
        top: 47px;
    }

.tab_accord {
    width: 75% !important;
    float: left;
}

.detailer {
}

    .detailer ul {
        margin: 0;
        position: relative;
    }

        .detailer ul li {
            color: #333333;
            font-size: 0.875em;
            line-height: 18px;
            font-weight: 700;
            background-color: #ffffff !important;
            display: inline-block;
            text-align: center;
            padding: 15px 0 !important;
            margin: 0;
            float: none;
        }

    .detailer .resp-tab-active {
        border: 1px solid #d7d7d7 !important;
        border-bottom: 0px #fff solid !important;
        color: #e22126;
        position: relative;
        border-radius: 3px;
    }

        .detailer .resp-tab-active:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 10px;
            bottom: -2px;
            z-index: 1;
            left: 0;
            right: 0;
            margin: 0 auto;
            background: #ffffff;
        }

    .detailer ul li.detail1 {
        width: 14%;
    }

    .detailer ul li.detail2 {
        width: 17.4%;
    }

    .detailer ul li.detail3 {
        width: 6.7%;
    }

    .detailer ul li.detail4 {
        width: 9.7%;
        color: #7abd51;
    }

.accordian_head {
    border: none;
    padding: 24px 0;
}

    .accordian_head ul {
    }

        .accordian_head ul li {
        }

            .accordian_head ul li h6.last {
                border-bottom: 1px solid #d7d7d7;
                border-top: 1px solid #d7d7d7;
            }

            .accordian_head ul li h6 {
                color: #333333;
                font-size: 1em;
                line-height: 20px;
                font-weight: 700;
                position: relative;
                border-bottom: 1px solid #d7d7d7;
                padding: 14px 0;
                cursor: pointer;
                margin: 0;
            }

                .accordian_head ul li h6:after {
                    content: "\f0d7";
                    position: absolute;
                    right: 30px;
                    top: 50%;
                    transform: translateY(-50%);
                    color: #333333;
                    font-family: 'FontAwesome';
                    font-size: 20px;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                }

            .accordian_head ul li.active h6:after {
                content: "\f0d8";
                color: #e22126;
            }

.acc_cnt {
    padding: 1px 0 8px 0;
    display: none;
}

    .acc_cnt p {
        color: #7f7f7f;
        font-size: 0.875em;
        line-height: 20px;
        font-weight: 400;
        padding: 10.3px 0;
    }

.other_types {
    float: left;
    padding: 0 0 0 24px;
}

.other_hotels {
    margin: 37px 0 0 0;
    border: 1px solid #d7d7d7;
    padding: 0 10px 0;
}

    .other_hotels h6 {
        font-size: 1em;
        line-height: 20px;
        font-weight: 700;
        color: #333333;
        margin: 13px 0 15px 0;
    }

    .other_hotels > ul {
        margin: 0;
    }

        .other_hotels > ul > li {
            border-top: 1px solid #d7d7d7;
            padding: 20px 0;
        }

            .other_hotels > ul > li.last {
                border: none;
            }

            .other_hotels > ul > li > a {
            }

.hotel_loc {
}

.hotel_fig {
    width: 36%;
    float: left;
}

    .hotel_fig img {
        width: 100%;
        height: auto;
    }

.hotel_star {
    width: 64%;
    float: left;
    padding: 0 0 0 9px;
}

    .hotel_star > ul {
        margin: -5px 0 0 0;
    }

        .hotel_star > ul > li {
            padding: 1.3px 0;
            line-height: 15px;
        }

            .hotel_star > ul > li p {
                color: #333333;
                font-size: 0.750em;
                line-height: 15px;
                font-weight: 600;
                padding: 0 0 0px 0;
            }

            .hotel_star > ul > li small {
                color: #7c7c7c;
                font-size: 0.625em;
                line-height: 15px;
                font-weight: 400;
            }

            .hotel_star > ul > li.star {
            }

            .hotel_star > ul > li em {
                color: #333333;
                font-size: 0.625em;
                line-height: 15px;
                font-weight: 600;
            }

                .hotel_star > ul > li em i {
                    color: #ea4335;
                    font-size: 15px;
                    padding: 0 5px 0 0;
                }

.subscription.inner1 {
    margin: 5px 0 0 0;
}

.subscription.inner2 {
    margin: 20px 0 0 0;
}

.subscription.inner1 .sub_share {
    padding: 9px 0 0 0;
}

/*---------------------INNER2 STARTS HERE---------------------*/

.golden_page.gum_chair {
    padding: 0px 0 0px 0;
}

    .golden_page.gum_chair h1 {
        color: #333333;
        font-size: 1.413em;
        
        font-weight: 900;
        letter-spacing: -0.2px;
        float: left;
    }

    .golden_page.gum_chair span {
        float: right;
        color: #333333;
        font-size: 0.813em;
        line-height: 16px;
        font-weight: 600;
        text-align: right;
        padding: 14px 0 8px;
    }

.inner2_main {
    padding: 16px 0 0 0;
}
/*-----------RESORT STARTS HERE--------------*/
.hotel_inner2 {
}

    .hotel_inner2 > ul {
        padding: 6px 0 0 0;
    }

        .hotel_inner2 > ul > li {
            padding: 9px 0;
        }

.resort {
    padding: 0 0 0 8px;
}

.ranking {
    padding: 3px 0 8px 0;
}

    .ranking span {
        font-size: 0.813em;
        line-height: 16px;
        font-weight: 400;
        color: #333333;
        float: left;
    }

    .ranking ul {
        float: right;
        margin: -4px 0 0 0;
    }

        .ranking ul li {
            display: inline-block;
            font-size: 0.813em;
            line-height: 16px;
            font-weight: 400;
            padding: 0 15px;
            letter-spacing: 0.2px;
        }

            .ranking ul li.last {
                padding: 0 0 0 26px;
            }

            .ranking ul li a {
                color: #333333;
            }

                .ranking ul li a i {
                    padding: 0 0 0 10px;
                }

.hotel_details {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 15px 15px 14px;
}

.resort_img {
    padding: 0 0 0 0;
    width: 28.4%;
}

    .resort_img img {
        width: 100%;
        height: auto;
    }

.resort_profile {
    width: 71.6%;
    padding: 0 0 0 3px;
}

.resort_name {
    width: 58%;
    float: left;
}

    .resort_name h5 {
        margin: -4px 0 0 0;
        letter-spacing: 0.2px;
        color: #333333;
    }

    .resort_name p {
        color: #606060;
        font-size: 0.750em;
        line-height: 15px;
        font-weight: 600;
        padding: 7px 0 0 0;
    }

        .resort_name p a {
            color: #ea4335;
            font-weight: 700;
            display: inline-block;
            margin: 0 0 0 12px;
            letter-spacing: 0.2px;
        }

            .resort_name p a i {
                font-size: 15px;
                padding: 0 7px 0 0;
            }

    .resort_name span {
        color: #7fa95b;
        font-size: 0.750em;
        line-height: 15px;
        font-weight: 600;
    }

.facilities {
    padding: 14px 0 0 0;
}

    .facilities ul {
    }

        .facilities ul li {
            color: #333333;
            font-size: 0.750em;
            line-height: 15px;
            font-weight: 600;
            padding: 3.5px 0;
            float: left;
            margin-right: 9px;
        }

            .facilities ul li img {
                margin: 0 7px 0 0;
            }

.resort_star {
    width: 42%;
    float: right;
    padding: 0 5px 0 0;
    text-align: right;
}

    .resort_star .star {
        padding: 0 0 5px 0;
    }

    .resort_star p {
        color: #e22126;
        font-size: 1em;
        line-height: 20px;
        font-weight: 700;
    }

        .resort_star p i {
            color: #e22126;
            font-size: 26px;
            position: relative;
            right: 4px;
            top: 1px;
        }

    .resort_star .cost_from {
        padding: 5px 0 0 0;
    }

        .resort_star .cost_from span {
        }

        .resort_star .cost_from em {
        }

        .resort_star .cost_from b {
        }

        .resort_star .cost_from i {
        }

        .resort_star .cost_from small {
            font-size: 1em;
            line-height: 20px;
            color: #333333;
            display: block;
        }

    .resort_star a {
        display: inline-block;
    }

        .resort_star a.buy {
            width: 130px;
            height: 35px;
            color: #ffffff;
            font-weight: 600;
            background: #7abd51;
            border-radius: 3px;
            display: block;
            text-align: center;
            font-size: 1em;
            line-height: 32px;
            float: right;
            margin: 10px 0 0 0;
        }

            .resort_star a.buy:hover {
                background: #109d2e;
            }


a.buyroom {
    width: 100px;
    /* height: 35px; */
    color: #ffffff;
    font-weight: 600;
    background: #569032;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 1em;
    line-height: 26px;
    float: right;
    /* margin: 10px 0 0 0; */
}

    a.buyroom:hover {
        background: #109d2e;
    }

/*------------------FILTER STARTS HERE----------------------*/

.filter {
    padding: 0 25px 0 0;
}

.search_filter {
}

    .search_filter > h6 {
        font-size: 1em;
        line-height: 20px;
        color: #333333;
        font-weight: 700;
        margin: 0;
    }

.progress_bar {
    padding: 11px 0 0 0;
}

    .progress_bar h6 {
        color: #7f7f7f;
        font-size: 1em;
        line-height: 20px;
        font-weight: 600;
        margin: 0;
        padding: 10px 0 0 0;
    }

.search_hotel {
    position: relative;
    border-top: 1px solid #d7d7d7;
    padding: 20px 0 0 0;
}

    .search_hotel input {
        width: 100%;
        height: 32px;
        font-size: 0.7520em;
        line-height: 15px;
        color: #aeaeae;
        font-weight: 400;
        outline: none;
        border: 1px solid #d1d1d1;
        border-radius: 2px;
        padding: 0 10px;
    }

        .search_hotel input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #aeaeae;
            font-size: 1em;
            line-height: 15px;
        }

        .search_hotel input::-moz-placeholder { /* Firefox 19+ */
            color: #aeaeae;
            font-size: 1em;
            line-height: 15px;
        }

        .search_hotel input::-ms-input-placeholder { /* IE 10+ */
            color: #aeaeae;
            font-size: 1em;
            line-height: 15px;
        }

        .search_hotel input::-moz-placeholder { /* Firefox 18- */
            color: #aeaeae;
            font-size: 1em;
            line-height: 15px;
        }

    .search_hotel button {
        position: absolute;
        right: 18px;
        top: 69%;
        transform: translateY(-50%);
        background: none;
        border: none;
        outline: none;
        color: #aeaeae;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

        .search_hotel button i {
        }

.check_box {
    padding: 7px 0 0 0;
}

    .check_box.last {
        border-top: 1px solid #d7d7d7;
    }

    .check_box h6 {
        color: #7f7f7f;
        font-size: 1em;
        line-height: 20px;
        font-weight: 600;
    }

    .check_box ul {
        padding: 0 0 0 10px;
    }

        .check_box ul li {
        }

            .check_box ul li span {
                color: #7f7f7f;
                font-size: 0.750em;
                line-height: 15px;
                font-weight: 400;
            }

            .check_box ul li label input {
                display: none;
            }

            .check_box ul li label span {
                cursor: pointer;
                background: url('../image/uncheck.png') no-repeat;
                padding: 0 0 4px 22px;
            }

            .check_box ul li label input:checked + span {
                background: url('../image/check.png') no-repeat;
            }

.content1 {
    padding: 0 0 7px 12px;
}

#range_ {
    position: absolute;
    top: 34px;
    left: -7px;
}

    #range_ span {
        font-size: 0.750em;
        line-height: 16px;
        font-weight: normal;
        top: -6px;
        position: relative;
        background: #e22126;
        color: #ffffff;
        padding: 8px 11px 5px 6px;
        border-radius: 3px;
        font-weight: 700;
    }

.content1 em {
    color: #000;
    position: relative;
    font-size: 13px;
    font-weight: 600;
}



.content1 .ui-slider-horizontal .ui-slider-handle {
    top: -3px;
}

.content1 .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
}

.content1 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #e22126;
    border: none;
    font-weight: normal;
    color: #454545;
    outline: none;
    border-radius: 100%;
}

.content1 .ui-widget-header {
    border: 1px solid #dddddd;
    background: #d7d7d7;
    color: #333333;
    font-weight: bold;
    border-radius: 10px;
}

.content1 .ui-widget-content {
    background: #ffffff;
}

.content1 .ui-widget.ui-widget-content {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    height: 12px;
}

#range_ span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border: 5px solid #e03531;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    bottom: 100%;
}

#range_1 {
    position: absolute;
    top: 34px;
    left: -12px;
}

    #range_1 span {
        font-size: 0.750em;
        line-height: 16px;
        font-weight: normal;
        top: -6px;
        position: relative;
        background: #e22126;
        color: #ffffff;
        padding: 8px 11px 5px 6px;
        border-radius: 3px;
        font-weight: 700;
    }

        #range_1 span:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 10px;
            height: 10px;
            border: 5px solid #e03531;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid transparent;
            bottom: 100%;
        }

.search_room.inner2 {
    padding: 0 0 5px 0;
}

.pages {
    padding: 0 0 13px 0;
}

    .pages ul {
        margin: 0;
        text-align: right;
    }

        .pages ul li {
            display: inline-block;
            text-align: center;
            line-height: 25px;
        }

            .pages ul li.active a {
                border: 1px solid #e22126;
                border-radius: 2px;
            }

            .pages ul li.last a {
                color: #989898;
                background: #d7d7d7;
                border: none;
            }

            .pages ul li a {
                width: 28px;
                height: 26px;
                border: 1px solid #d7d7d7;
                border-radius: 2px;
                display: block;
            }

            .pages ul li.last a i {
                font-size: 20px;
                line-height: 25px;
            }

.history {
    padding: 8px 0 0 0;
}

    .history h5 {
        color: #7d7d7d;
        letter-spacing: 0.2px;
        padding: 0 0 10px 0;
    }

    .history p {
        color: #7d7d7d;
        font-size: 0.875em;
        line-height: 21px;
        font-weight: 400;
        padding: 15px 0;
    }

.hotel_types ul li.resp-tab-active {
    background-color: #e22126 !important;
    border: none !important;
    padding: 0 !important;
    color: #ffffff !important;
}

.hotel_sec {
    border-top-color: inherit !important;
    border: none !important;
}

.vehicle_type .bs-caret {
    right: 7px;
}

.vehicle_type .caret {
    border-top: 4px solid #7f7f7f;
}

.banner_tab ul li a span.otel:after {
    content: "";
    position: absolute;
    background: url(../image/hotel_w.png) no-repeat 5px 3px;
    width: 17px;
    height: 15px;
    left: -36px;
    top: 0px;
    border-radius: 100%;
    padding: 13px 14px;
}

.banner_tab ul li a span.tour:after {
    content: "";
    position: absolute;
    background: url(../image/tour_w.png) no-repeat 5px 4px;
    width: 17px;
    height: 15px;
    left: -35px;
    top: -1px;
    border-radius: 100%;
    padding: 13px 14px;
}

.banner_tab ul li:hover a span.otel:after {
    background-color: #e22126;
}

.banner_tab ul li.resp-tab-active a span.otel:before {
    content: "";
    position: absolute;
    background: url(../image/hotel_r.png) no-repeat 5px 3px;
    width: 17px;
    height: 15px;
    left: -36px;
    top: 0px;
    background-color: #e22126;
    border-radius: 100%;
    padding: 13px 14px;
}

.banner_tab ul li.resp-tab-active a span.tour:before {
    content: "";
    position: absolute;
    background: url(../image/tour_r.png) no-repeat 5px 4px;
    width: 17px;
    height: 15px;
    left: -35px;
    top: -1px;
    border-radius: 100%;
    padding: 13px 14px;
}



.tab_main h2 span.otel:after {
    content: "";
    position: absolute;
    background: url(../image/hotel_w.png) no-repeat 5px 3px;
    width: 17px;
    height: 15px;
    left: -5px;
    top: 0px;
    border-radius: 100%;
    padding: 13px 14px;
}

.tab_main h2 span.tour:after {
    content: "";
    position: absolute;
    background: url(../image/tour_w.png) no-repeat 5px 5px;
    width: 17px;
    height: 15px;
    left: -5px;
    top: 0px;
    border-radius: 100%;
    padding: 13px 14px;
}

.tab_main h2:hover span.tour:after {
    background-color: #e22126;
}

.tab_main h2.resp-tab-active span.otel:before {
    content: "";
    position: absolute;
    background: url(../image/hotel12.png) no-repeat 5px 3px;
    width: 17px;
    height: 15px;
    left: -5px;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    padding: 13px 14px;
}

.tab_main h2.resp-tab-active span.tour:before {
    content: "";
    position: absolute;
    background: url(../image/tour12.png) no-repeat 5px 5px;
    width: 17px;
    height: 15px;
    left: -5px;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    padding: 13px 14px;
}

.tab_main h2 span.otel {
    position: relative;
    padding: 0 0 0 32px !important;
}

.tab_main h2 span.tour {
    position: relative;
    padding: 0 0 0 32px !important;
}

.tab_cnt h2.resp-accordion.resp-tab-active span.tour:after {
    display: none;
}

.tab_cnt h2.resp-accordion.resp-tab-active span.otel:after {
    display: none;
}

.tab_main h2:hover span.otel:after {
    background-color: #e22126;
}

.tab_main h2:hover span.tour:after {
    background-color: #e22126;
}

.tamam {
    background: #e22126;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 18px;
    width: 100%;
    height: 30px;
    margin: 5px 0;
    border: none;
    border-radius: 3px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}

    .tamam:hover {
        background: #ac161a;
    }
/*----------------NAV DROPDOWN STARTS HERE-----------------*/

.megamenu {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 15px 15px 15px 25px;
    border-radius: 0 0 4px 4px;
    min-height: 490px;
}

.megalinksbox {
    width: 25.4%;
    float: left;
    margin-right: 20px;
}

.megalinkpic {
    margin-bottom: 8px;
}

    .megalinkpic img {
        display: block;
        width: 100%;
    }

.megalinksbox h3 {
    color: #e42526;
    font-size: 1.425em;

    font-weight: bold;
    line-height: normal;
    padding-right: 16px;
    position: relative;
    padding-bottom: 12px;
}

.megalinksbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .megalinksbox ul li {
    }

        .megalinksbox ul li a {
            display: inline-block;
            color: #404041;
            font-size: 0.95em;

            font-weight: normal;
            line-height: normal;
            padding-right: 20px;
            transition: all 0.1s ease-in;
            text-decoration: none;
            padding-bottom: 5px;
        }

            .megalinksbox ul li a:hover {
                color: #e42526;
            }

.megalinksbox h3 span {
    display: inline-block;
    background: url(../image/right_dire.png) no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 3px;
}

.ship {
    position: relative;
    display: inline-block;
    width: 15.2%;
    float: left;
}

    .ship figure {
    }

        .ship figure a {
        }

            .ship figure a img {
                width: 100%;
                height: auto;
            }

.island_tick {
    background: #fdfdfd;
    padding: 5px 8px 5px 6px;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 0 6px 6px 0;
}

    .island_tick p {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        color: #000000;
    }

.toor > ul > li:hover .megamenu {
    display: block;
}

.sub_social ul li.insta:hover a i {
    color: #cc0001;
}

.sub_social ul li.insta:hover a {
    border: 3px solid #cc0001;
}

.sub_social ul li.facebk:hover a i {
    color: #285c9b;
}

.sub_social ul li.facebk:hover a {
    border: 3px solid #285c9b;
}

.sub_social ul li.twitter:hover a i {
    color: #00b9fe;
}

.sub_social ul li.twitter:hover a {
    border: 3px solid #00b9fe;
}

.sub_social ul li.utube:hover a i {
    color: #e22126;
}

.sub_social ul li.utube:hover a {
    border: 3px solid #e22126;
}


.counter_btn {
    padding-right: 10px !important;
    padding-bottom: 7px !important;
    padding-top: 5px !important;
}

.cssalert {
    top: 0px;
    left: 0px;
    z-index: 2999999000;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    color: black;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.45);
}

    .cssalert div {
        top: 335px;
        left: 0px;
        z-index: 2001;
        padding-top: 20px;
        padding-left: 25%;
        position: fixed;
        background-color: white;
        width: 100%;
    }

        .cssalert div button {
            background-color: #fff;
            border: 1px solid #000;
            padding: 5px;
            padding-left: 8px;
            padding-right: 8px;
        }

.loading-popup {
    position: fixed;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../image/bg-modelbox.png);
}

.loading-popup-load {
    position: fixed;
    z-index: 10001;
    background-color: white;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100&;
    border-radius: 100%;
}



/*inner3*/
.wrapper {
    padding: 0px 0 0 0;
}

.main_contant {
    background: #f0f0f0;
}

.steps_blk {
    background: #0f7bab;
    margin: 0;
}

    .steps_blk ul {
        display: block;
        position: relative;
    }

        .steps_blk ul li {
            position: relative;
            display: inline-block;
            float: left;
            padding: 8px 13px 6px 0; /* text-align: right !important; */
        }

            .steps_blk ul li a {
                text-align: right;
                padding: 5px 0;
                display: inline-block;
                color: #fff;
                font-size: 12px;
                line-height: 16px;
                font-weight: 400;
                text-transform: uppercase;
            }

            .steps_blk ul li em {
                display: inline-block;
                color: #8dc6e1;
                font-size: 13px;
                line-height: 21px;
                font-weight: 500;
                border: 2px solid #8dc6e1;
                border-radius: 100%;
                width: 27px;
                height: 26px;
                padding: 1px 7px;
                margin: 0 7px 0 0;
            }

            .steps_blk ul li.blk1 {
                background: #1bb9fc;
                width: 14%;
                text-align: left;
            }

            .steps_blk ul li.blk2 {
                background: #16acec;
                width: 17.5%;
                padding: 8px 13px 6px 12px;
            }

            .steps_blk ul li.blk3 {
                background: #13a2e0;
                width: 19%;
                padding: 8px 15px 6px 16px;
            }

            .steps_blk ul li.blk4 {
                padding: 8px 11px 6px 14px;
                background: #1198d2;
                width: 10%;
            }

            .steps_blk ul li.blk5 {
                background: #108ec3;
                width: 10%;
                padding: 8px 15px 6px 14px;
            }

            .steps_blk ul li.blk6 {
                background: #1c85b3;
                width: 12%;
                padding: 8px 15px 6px 15px;
                z-index: 999;
            }

            .steps_blk ul li.blk7 {
                background: #0f7bab;
                width: 10%;
                padding: 8px 15px 6px 15px;
                z-index: 998;
            }

            .steps_blk ul li.blk1:before {
                content: "";
                position: absolute;
                right: -10px;
                bottom: 0;
                width: 0;
                height: 0;
                border-left: 10px solid #1bb9fc;
                border-top: 21px solid transparent;
                border-bottom: 20px solid transparent;
                z-index: 1;
            }

            .steps_blk ul li.blk2:before {
                content: "";
                position: absolute;
                right: -10px;
                bottom: 0;
                width: 0;
                height: 0;
                border-left: 10px solid #16acec;
                border-top: 21px solid transparent;
                border-bottom: 20px solid transparent;
                z-index: 1;
            }

            .steps_blk ul li.blk3:before {
                content: "";
                position: absolute;
                right: -10px;
                bottom: 0;
                width: 0;
                height: 0;
                border-left: 10px solid #13a2e0;
                border-top: 21px solid transparent;
                border-bottom: 20px solid transparent;
                z-index: 1;
            }

            .steps_blk ul li.blk4:before {
                content: "";
                position: absolute;
                right: -10px;
                bottom: 0;
                width: 0;
                height: 0;
                border-left: 10px solid #1198d2;
                border-top: 21px solid transparent;
                border-bottom: 20px solid transparent;
                z-index: 1;
            }

            .steps_blk ul li.blk5:before {
                content: "";
                position: absolute;
                right: -7px;
                bottom: 0;
                width: 0;
                height: 0;
                border-left: 10px solid #108ec3;
                border-top: 21px solid transparent;
                border-bottom: 20px solid transparent;
                z-index: 999999;
            }

            .steps_blk ul li.blk6:before {
                content: "";
                position: absolute;
                right: -10px;
                bottom: 0;
                width: 0;
                height: 0;
                border-left: 10px solid #1c85b3;
                border-top: 21px solid transparent;
                border-bottom: 20px solid transparent;
                z-index: 999999;
            }

.package {
    background: #708f72;
    border-radius: 6px;
    margin: 32px 0 29px;
}

    .package ul {
        display: block;
    }

        .package ul li {
            position: relative;
            float: left;
            display: inline-block;
            padding: 7px 17px;
            border-right: 1px solid #8aaf8c;
        }

            .package ul li span {
                display: block;
                color: #ffffff;
                font-size: 14px;
                line-height: 16px;
                font-weight: 700;
                padding: 0 0 6px;
            }

            .package ul li em {
                display: block;
                color: #ffffff;
                font-size: 12px;
                line-height: 14px;
                font-weight: 400;
            }

            .package ul li.blk_01 {
                width: 31%;
            }

            .package ul li.blk_02 {
                width: 15%;
            }

            .package ul li.blk_03 {
                width: 13%;
            }

            .package ul li.blk_04 {
                width: 22%;
            }

                .package ul li.blk_04:after {
                    content: "";
                    position: absolute;
                    right: -10px;
                    bottom: 0;
                    width: 0;
                    height: 0;
                    border-left: 10px solid #708f72;
                    border-top: 25px solid transparent;
                    border-bottom: 25px solid transparent;
                    z-index: 1;
                }

            .package ul li.blk_05 {
                border-right: 0;
                width: 18%;
                background: #fff;
                padding: 16px 17px 12px;
                border: 1px solid #8aaf8c;
            }

                .package ul li.blk_05 span {
                    color: #708f72;
                    font-size: 16px;
                    line-height: 16px;
                    font-weight: 600;
                    text-transform: uppercase;
                }

.info_lt {
    width: 79%;
    float: left;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    padding: 15px 2px 0 1px;
    margin: 0 0 0 -6px;
}

    .info_lt h5 {
        color: #333333;
        font-size: 18px;
        line-height: 20px;
        font-weight: 900;
        padding: 0 0 12px 32px;
    }

.passangers {
    background: #f8f8f8;
    padding: 7px 0 2px 0;
}

    .passangers ul {
        display: block;
    }

        .passangers ul li {
            display: inline-block;
            padding: 0 9px 0 10px;
        }

.block {
}

    .block h6 {
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        font-weight: 600;
        color: #000000;
        vertical-align: middle;
        padding: 0 8px 0 0;
    }

    .block input {
        width: 36px;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        outline: inherit;
        text-align: center;
        color: #000000;
        border-top: 0;
        float: left;
        border-bottom: 0;
        height: 32px;
    }

.handle-counter {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.block .handle-counter .btn-primary {
    outline: inherit;
    background: #f2f2f2;
    color: #000000;
    border: none;
    float: left;
    border-radius: 0;
    font-weight: 700;
}

.form-group.drp {
    display: inline-block;
}

    .form-group.drp select {
        display: none;
    }

.wizard_sec {
}

.block.text input {
    border: 1px solid #d9d9d9;
    float: right;
    display: inline-block;
    width: 180px;
    border-radius: 4px;
    padding: 0 12px;
    height: 36px;
}

.txtdate {
    background: #ffffff url(../image/calender.png) no-repeat left 7px top 9px;
    padding: 5px;
    padding-left: 31px !important;
    border: none;
    width: -webkit-fill-available;
    color: #000;
    border: 1px solid #7f7f7f;
}

.txtpin {
    background: #ffffff url(../image/map_pin.png) no-repeat left 7px top 5px;
    padding: 5px !important;
    padding-left: 29px !important;
    width: 100%;
    border: 1px solid #7f7f7f;
}

.caret {
    position: absolute;
    top: 14px;
    right: 12px;
}

.inner3 .btn-default {
    width: 171px;
    background: #f2f2f2;
}

.inner3 .dropdown-menu ul.dropdown-menu {
    padding: 8px 0 8px 0;
}

.tble {
    display: block;
    padding: 0 4px 0 14px;
}

    .tble ul {
        display: block;
    }

    .tble > ul > li {
        display: block;
        border-bottom: 1px solid #c0c0c0;
        padding: 7px 0 8px 0;
    }

.table_blk {
    display: inline-block;
    float: left;
    padding: 0 0 0 11px;
}

    .table_blk > span {
        color: #000000;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        display: inline-block;
        padding: 0;
    }

    .table_blk input {
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        height: 43px;
        
        display: inline-block;
    }

    .table_blk.sec1 {
        width: 9%;
    }

    .table_blk.sec2 {
        width: 10.3%;
    }

    .table_blk.sec3 {
        width: 13%;
    }

    .table_blk.sec4 {
        width: 12%;
        margin: 0;
        border-radius: 4px;
    }

    .table_blk.sec5 {
        width: 17%;
    }

    .table_blk.sec6 {
        width: 12%;
    }

    .table_blk.sec7 {
        width: 11%;
    }

    .table_blk .btn-default {
        width: 84px !important;
        padding: 8px 8px 14px;
    }

    .table_blk > a {
        display: inline-block;
        border: 1px solid #c0c0c0;
        border-radius: 4px;
        padding: 0 0 0 5px;
    }

    .table_blk a i {
        display: inline-block;
        padding: 0 7px 0 0px;
        color: #7f7f7f;
    }

    .table_blk i {
        display: inline-block;
        padding: 0 7px 0 4px;
        color: #7f7f7f;
    }

    .table_blk.sec3 input {
        width: 141px;
    }

    .table_blk.sec4 input {
        outline: none;
        box-shadow: none;
        display: inline-block;
        border-radius: 4px;
        background: #ffffff url(../image/calender.png) no-repeat left 8px top 12px;
        border: none;
    }

.passangers h6 {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 0 9px 0 9px;
}

.passangers ul li h6 {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 0 9px 0 9px;
}

.table_blk.sec5 .btn-default {
    width: 151px !important;
    cursor: pointer;
}

.table_blk.sec6 input {
    width: 122px;
}

.tble.in > ul > li {
    padding: 0;
}

.table_blk.sec2 input {
    width: 109px;
}

.info_rt {
    background: #fff;
    width: 20%;
    float: right;
    border-radius: 5px;
}

    .info_rt h5 {
        background: #1c85b3;
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        padding: 17px 0 12px 14px;
        border-radius: 6px 6px 0 0;
    }

    .info_rt ul {
        display: block;
        margin: 0;
    }

        .info_rt ul li {
            border-bottom: 1px solid #c0c0c0;
            display: block;
            padding: 9px 9px 12px 14px;
        }

            .info_rt ul li span {
                float: left;
                display: inline-block;
                color: #7d7d7d;
                font-size: 14px;
                line-height: 16px;
                font-weight: 600;
            }

            .info_rt ul li em {
                float: right;
                display: inline-block;
                color: #7d7d7d;
                font-size: 14px;
                line-height: 16px;
                font-weight: 900;
            }

            .info_rt ul li a {
                width: 50%;
                display: inline-block;
                float: left;
                padding: 11px 0 15px 35px;
                color: #fff;
                font-size: 18px;
                line-height: 20px;
                font-weight: 400;
            }

                .info_rt ul li a.ger {
                    background: #888888;
                    border-radius: 0 0 0 6px;
                }

                .info_rt ul li a.ler {
                    background: #7abd51;
                    border-radius: 0 0 6px 0;
                }

            .info_rt ul li.btm {
                border: none;
                padding: 0;
            }

            .info_rt ul li.extra span, em {
                font-weight: 900;
                color: #000;
            }

.tble.in > ul > li.tbl_btm {
    border-bottom: none !important
}

.info_rt ul li.extra em {
    color: #333;
}

.table_blk.sec_in1 {
    width: 12%;
}

.table_blk.sec_in2 {
    width: 9%;
}

.table_blk.sec_in3 {
    width: 7.5%;
}

.table_blk.sec_in4 {
    width: 9.5%;
}

.table_blk.sec_in20 {
    width: 25%;
}

.table_blk.sec_in5 {
    width: 11%;
}

.table_blk.sec_in6 {
    width: 9%;
}

.table_blk.sec_in7 {
    width: 12%;
}

.table_blk.sec_in8 {
    width: 9%;
}

.table_blk.sec_in9 {
    width: 11%;
}

.table_blk.sec_in10 {
    width: 5.5%;
}

.table_blk.sec_in11 {
    width: 4%;
    border-right: none !important;
}

.table_blk > em {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    display: block;
}

.tble.in > ul > li .table_blk {
    text-align: center;
    min-height: 49px;
    border-right: 1px solid #dbdbdb;
    padding: 13px 0 1px;
}

.info_rt ul li.tbl_btm {
}

.wizard_wrapper {
    overflow: hidden;
    background: #1bb9fc;
}

.steps_blk ul:after {
    content: '';
    width: 100%;
    height: 50px;
    background: #0f7aa9;
    position: absolute;
    left: 100%;
    top: 0;
}

.main_contant .container {
    padding: 0;
    padding-top: 10px;
}

.main_contant .wizard_sec .container {
    padding: 0;
    padding-top: 0px;
}


.passangers.you {
    padding: 4px 0 2px 0;
}

.btn-default {
    color: #7f7f7f;
}

.passangers.you h6 {
    font-size: 16px;
    line-height: 18px;
}

.passangers.you ul {
    display: inline-block;
    ;
}

    .passangers.you ul li {
        display: inline-block;
        padding: 0 12px
    }

        .passangers.you ul li span {
            display: inline-block;
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            color: #000;
        }

.tble.in > ul > li .table_blk.sec_in4 {
    border-right: 1px solid #dbdbdb !important;
}

.info_rt ul li a.ger:hover {
    background: #7abd51;
}

.table_blk.inner1 {
    width: 69%;
}

.table_blk.inner2 {
    width: 9%;
    text-align: center !important;
}

.table_blk.inner3 {
    width: 6.5%;
    padding: 15px 0 0 19px !important;
}

.table_blk.inner4 {
    width: 15%;
}

.tble.inner > ul > li .table_blk {
    text-align: left;
    padding: 14px 0 0 7px;
    min-height: 50px;
}

.check_box {
    position: relative;
    padding: 0;
}

    .check_box label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .check_box input {
        position: absolute;
        left: 2px;
        top: 3px;
        margin: 0;
        z-index: 0;
        display: none;
        padding: 0;
    }

    .check_box span {
        background: url(../image/dot.png) no-repeat;
        color: #000;
        font-size: 12px;
        line-height: 17px;
        font-weight: 400;
        display: block;
        padding: 1px 23px;
        cursor: pointer;
    }

    .check_box.inn span {
        background: url(../image/checkbox.png) no-repeat;
        color: #000;
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        display: block;
        padding: 1px 28px;
        cursor: pointer;
    }

    .check_box input:checked + span {
        background: url(../image/active_dot.png) no-repeat
    }

    .check_box.inn input:checked + span {
        background: url(../image/checkedimg.png) no-repeat
    }

    .check_box span small {
        color: #e22126;
    }

.table_blk.inner4 .btn-default {
    width: 120px !important;
    padding: 6px 8px 5px;
}

.table_blk.sec_in4 {
    border-right: none !important;
}

.sub {
    border-top: 1px solid #000000;
    padding: 20px 0 20px;
}

    .sub em {
        display: block;
        color: #000000;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }

.sub_in {
    padding: 0 0 0 0;
    border-top: 1px solid #000;
}

.sub_inner1 em {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 13px 0 0 10px;
    display: inline-block;
}

.table_blk.blk3_01 {
    width: 25%;
    padding: 7px 0 0 36px !important;
}

.table_blk.cnt.blk3_01 {
    padding: 46px 0 0 34px !important;
}

.table_blk.cnt.blk3_02, .table_blk.cnt1.blk3_02 {
    padding: 58px 0 0 20px !important;
}

.table_blk.blk3_02 {
    padding: 9px 0 3px 20px !important;
    width: 13%;
}

.table_blk.blk3_03 {
    border-right: 1px solid #dbdbdb !important;
    width: 35.9%;
    padding: 8px 0 0 10px !important;
}

.table_blk.blk3_04 {
    width: 26%;
    border-right: none !important;
    padding: 0px 0 0 0 !important;
}

    .table_blk.blk3_04 ul {
        display: block;
        padding: 0;
    }

        .table_blk.blk3_04 ul li {
            display: inline-block;
            width: 49%;
            min-height: 36px;
            padding: 0;
        }

            .table_blk.blk3_04 ul li span {
                display: inline-block;
                color: #000000;
                font-size: 12px;
                line-height: 17px;
                font-weight: 600;
                padding: 0px 0 0 22px;
            }

.tble.inner > ul > li .table_blk.sec_in4 {
    border-right: none !important;
}

.table_blk ul {
    display: block;
    width: 100%;
    min-height: 27px;
}

    .table_blk ul li {
        display: inline-block;
        width: 100%;
    }

.date {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
}

.sub_inner2 {
    padding: 0;
    text-shadow: 0 0 black;
}

    .sub_inner2 ul {
        border-bottom: 1px solid #dbdbdb;
        padding: 0;
        min-height: 22px;
    }

.sub_inner1 span {
    display: inline-block;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    padding: 0 0 0 0;
}

.sub_inner2 ul li {
    display: inline-block;
    width: 49%;
    border-left: 1px solid #dbdbdb;
}

    .sub_inner2 ul li.brd2 {
        border-left: none;
        padding: 0 0 0 28px;
    }

    .sub_inner2 ul li span {
        display: inline-block;
        color: #000000;
        font-size: 12px;
        line-height: 17px;
        font-weight: 600;
    }

    .sub_inner2 ul li em {
        display: inline-block;
        color: #000000;
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        padding: 0 0 0 23px;
    }

.tble.inner2 > ul > li.top {
    background: #f8f8f8;
}

.tble.inner > ul > li .table_blk.cnt {
    min-height: 80px;
}

.table_blk > em.room {
    padding: 0 0 35px 0;
}

.table_blk > em.sec5 {
    padding: 11px 0 13px 0;
}

.tble.inner2 > ul > li .table_blk {
    min-height: 42px;
    text-align: left;
    padding: 0 0 0 1px;
}

    .tble.inner2 > ul > li .table_blk.cnt {
        min-height: 148px;
    }

.table_blk > em img {
    margin: 0 14px 0 0
}

.table_blk ul.bdr {
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 36px;
}

.table_blk ul.bdr1 {
    border-top: 1px solid #dbdbdb;
}

.wizard_dot.active a {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.wizard_dot.active em {
    color: #fff;
    font-weight: 700;
    border: 2px solid #fff;
    background: #fff;
    color: #16acec;
    font-size: 13px;
}

.wizard_step.active {
    display: block;
}

.wizard_step {
    display: none;
}

.info_rt ul li span.active {
    color: #333;
    font-weight: 600;
}

.info_rt ul li.extra {
    background: #f8f8f8;
}

    .info_rt ul li.extra em.num {
        font-size: 18px;
    }

.tble > ul > li.tbl_btm {
    border-bottom: none !important;
}

.table_blk.blk3_03 ul {
    display: block;
}

    .table_blk.blk3_03 ul li {
        display: inline-block;
    }

.tble.inner2 {
    padding: 0;
}

.table_blk.blk3_03 ul li.check_box lable {
    margin-bottom: 0;
}

.sub_inner2 ul.btm1 {
    border-bottom: none;
}

.tble.inner2 > ul > li .table_blk.cnt1 {
    min-height: 226px;
}

.table_blk.cnt1.blk3_01 {
    padding: 46px 0 0 34px !important;
}

.mob_show {
    display: none;
}

.login.mob_show {
    display: none;
}

.passangers h6 {
    display: none;
}

.btm_hide {
    display: none;
}

.footer_btm {
    display: none;
    background: #1c85b4;
    padding: 20px 0 9px;
    text-align: center;
    position: fixed;
    left: 0;
    z-index: 99;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .footer_btm ul {
        display: block;
    }

        .footer_btm ul li {
            display: inline-block;
            padding: 0 25px;
            text-align: center
        }

            .footer_btm ul li a {
                display: inline-block;
                text-transform: uppercase;
                font-size: 19px;
                line-height: 21px;
                font-weight: 600;
                color: #fff;
            }

                .footer_btm ul li a.price {
                    font-weight: 900;
                    font-size: 21px;
                }

                .footer_btm ul li a.go {
                    background: #7dbc51;
                    padding: 12px 8px;
                    border-radius: 4px;
                    font-size: 16px;
                }


.background-popup {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: url(../image/bg-modelbox.png);
}

.header-popup {
    padding: 12px 10px 10px 6px;
    border-bottom: 1px solid #cdcecf;
    padding-left: 10px;
    font-size: 12pt;
    color: #74777b;
    font-weight: bold;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.content-popup {
    position: fixed;
    z-index: 10000;
    background-color: White;
    color: #717171;
    /*-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
*/
    -moz-box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
}

.linkBtnGreen {
    cursor:pointer;
    color: #4cae4c;
    background-color: #fff;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #4cae4c;
}

    .linkBtnGreen:hover {
        background-color: #4cae4c;
        color: white;
        text-decoration: none;
    }

.tbl td {
    padding: 6px;
    border-bottom: 1px solid #c8dbfb;
    border-right: 1px solid #c8dbfb;
    text-align: center;
}

    .tbl td:last-child {
        padding: 6px;
        border-right: none;
    }

.tbl tbody td:hover {
    background-color: #28a9ff;
    color: #fff;
    cursor: pointer;
}


.btn-social {
    padding: 12px 35px;
    color: #fff;
    border-radius: 30px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 16px;
    min-width: 295px;
    text-align: left;
}

.facebook {
    background-color: #374e94;
}

.google {
    background-color: #ed1c24;
}

.cont .twitter {
    background-color: #1da1f2;
}

.instagram {
    background-color: #9f3ba7;
}

.erturk {
    color: #e42526;
}

    .erturk span {
        font-weight: 600 !important;
    }

.btn-social span {
    padding-left: 33px;
    font-size: 17px;
}

.register-left {
    border-right: 1px solid #c8c8c8;
}

    .register-left h2 {
        margin-bottom: 12px;
        padding-bottom: 5px;
    }

.col-sm-3half, .col-sm-8half {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 990px) {


    .col-sm-1half {
        width: 13%;
    }

    .col-sm-3half {
        width: 22%;
    }
}

.pull-left ul {
    margin-bottom: 0px;
}
.nav-tabs {
    border-bottom: 2px solid #DDD;
}

    .nav-tabs > li:hover, .nav-tabs > li > a:hover {
        background-color: #fff !important
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0 !important;
        background-color: #fff;
        border: none !important;
    }

    .nav-tabs > li > a {
        border: none !important;
        color: #0c0b0b;
        font-weight: 600;
        font-size: 0.8em;
    }

        .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
            border: none;
            color: #4285F4 !important;
            background: transparent;
        }

        .nav-tabs > li > a::after {
            content: "";
            border: none !important;
            background: #4285F4;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: -1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 4px 0px 0px 0px;
}

.tab-content {
    padding: 20px
}





.tab-content {
    padding: 0px;
    font-size: 13px;
}


.hotel .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    color: #e22126 !important;
}

.hotel .nav-tabs > li > a::after {
    background-color: #e22126;
}
.hotel .nav-tabs > li > a {
font-size:1em;

}
.modal {
    z-index: 9999991050;
}

.modal-open .modal {
    
    background-color: #00000029;
}


.form-control {
    height: 40px;
    padding: 0 10px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    transition: none;
    transition: none;
    border-radius:0px;
}

.customcol .col-sm-2, .customcol .col-sm-3, .customcol .col-sm-1, .customcol .col-sm-4 {
    padding-right: 3px;
    padding-left: 3px;
    margin-top: 7px;
}
/*
     FILE ARCHIVED ON 01:57:37 Apr 30, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:49:50 Dec 31, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.818
  exclusion.robots: 0.121
  exclusion.robots.policy: 0.107
  esindex: 0.013
  cdx.remote: 10.039
  LoadShardBlock: 155.775 (3)
  PetaboxLoader3.datanode: 313.851 (6)
  load_resource: 288.513 (2)
  PetaboxLoader3.resolve: 72.278 (2)
  loaddict: 124.804
*/


.ftr-heading-o ftr-heading-mgn-1
{
     color:#fff !important;
}
footer h4 {
    color: #fff !important;
}
footer p, footer a, footer span, footer label {
    color: #dbdbdb !important;
    font-size:14px;
}
footer strong {
    color: #7f7f7f !important;
}
.footer_bottom p, .footer_bottom span {
    color: #7f7f7f !important;
}