@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");


a:hover,
a:focus {
  border: none;
  outline: none;
}

.mainhtml {
    font-size: 16px;
    min-height: 100%;
}

.mainbody {
 
    font-size: 14px;
    background: #f7f7f7;
    color: #838383;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
}
 
button, input:focus {
    outline: none !important;
}

.procellall {
    font-size: 14px;
    min-height: 100%;
}

.processa a {
    text-decoration: none;
    color: inherit;
}

    .processa a:hover {
        color: #01b7f2;
        text-decoration: none;
    }

    .processa a:focus {
        outline: none;
    }

.processsp span.active, a.active, h2.active, h3.active, h4.active, h5.active, h6.active {
    color: #01b7f2;
}
/* 2) Heading */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: normal;
    color: #2d3e52;
}

h1 {
    font-size: 2em;
    line-height: 1.25em; /*24px, 30px*/
}

h2 {
    font-size: 1.6667em;
    line-height: 1.25em; /*20px, 35px*/
}

h3 {
    font-size: 1.5em;
    line-height: 1.2222em; /*18px, 22px*/
}

h4 {
    font-size: 1.3333em;
    line-height: 1.25em; /*16px, 20px*/
}

h5 {
    font-size: 1.1666em;
    line-height: 1.1428em; /*14px, 16px*/
}

h6 {
    font-size: 1em;
}

h1.fourty-space {
    font-size: 1.3333em;
    line-height: 1.25em;
    letter-spacing: .04em;
}

h2.fourty-space {
    font-size: 1.1666em;
    line-height: 1.1428em;
    letter-spacing: .04em;
}

h3.fourty-space {
    font-size: 1.0833em;
    line-height: 1.1428em;
    letter-spacing: .04em;
}

h4.fourty-space {
    font-size: 1em;
    line-height: 1.1em;
    letter-spacing: .04em;
}

h5.fourty-space {
    font-size: 0.9166;
    line-height: 1.1em;
    letter-spacing: .04em;
}

h6.fourty-space {
    font-size: 0.8333em;
    line-height: 1.1em;
    letter-spacing: .04em;
}
/* 6) HTML5 & CSS3 Styles for older browsers */
.processart article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.full-width {
    width: 100% !important;
}

img.full-width {
    height: auto;
}
 
#page-wrapper {
    position: relative;
    overflow: visible;
}

section#content {
    min-height: 400px;
    width: 100%;
    padding-top: 15px;
    text-align: left;
    background: #f7f7f7;
}

    section#content:after {
        display: table;
        content: "";
        clear: both;
    }

.box {
       margin-bottom: 10px;
    box-shadow: 0px 6px 8px 0 rgb(0 0 0 / 20%);
    border-radius: 15px;

}


.block {
    margin-bottom: 40px;
}

.large-block {
    margin-bottom: 70px;
}

article {
    margin-bottom: 20px;
}


input.input-text, select, textarea, span.custom-select {
    background: #fff;
    border: solid 1px #000000;
    border: none;
    line-height: normal;
}

input.input-text, textarea, span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #024;
    height: 60px;
    border: 1px solid #666;
}

    input.input-text.input-large, textarea.input-large, span.custom-select.input-large {
        height: 43px;
        font-size: 1.1667em;
    }

    input.input-text.input-medium, textarea.input-medium, span.custom-select.input-medium {
        height: 34px;
    }

    input.input-text.input-small, textarea.input-small, span.custom-select.input-small {
        height: 28px;
    }

    input.input-text.input-mini, textarea.input-mini, span.custom-select.input-mini {
        height: 19px;
    }

    input.input-text.white, textarea.white, span.custom-select.white {
        background: #fff;
    }

textarea {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

select {
    height: 59px;
    padding: 8px 0 8px 8px;
}

    select option {
        padding: 2px 10px;
        font-size: 14px;
    }

.selector {
    position: relative;
    min-width: 60px;
  
}

    .selector select {
        position: absolute;
        z-index: 1;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        width: 100%;
        -webkit-appearance: menulist-button;
        line-height: 45px;
    }

    .selector span.custom-select {
        display: inline-block;
        line-height: 55px;
        padding: 0 10px;
        position: relative;
        width: 100%;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        border-bottom: 1px solid #666;
        color: #024;
    }

        .selector span.custom-select:before {
            content: "";
            border-color: #0386d8 transparent transparent;
            border-style: solid;
            border-width: 7px;
            width: 0;
            height: 0;
            position: absolute;
            bottom: 19px;
            right: 10px;
        }

        .selector span.custom-select:after {
            content: "";
            border-color: #fff transparent transparent;
            border-style: solid;
            border-width: 6px;
            width: 0;
            height: 0;
            position: absolute;
            bottom: 22px;
            right: 11px;
        
        }

.lbllftspn {
    position: absolute;
    left: 28px;
    font-size: 12px;
    top: 2px;
    color: #00244e;
    width: 40%;
}

.lblrgtspn {
    position: absolute;
    right: 28px;
    font-size: 12px;
    top: 2px;
    color: #00244e;
    width: 40%;
}

.lbllftchekin {
    position: absolute;
    left: 37px;
    font-size: 12px;
    top: 2px;
    color: #00244e;
    width: 40%;
}

.lblrgtchekot {
    position: absolute;
    right: 28px;
    font-size: 12px;
    text-align: left;
    top: 2px;
    color: #00244e;
    width: 40%;
}

.lbllftpass {
    position: absolute;
    left: 10px;
    font-size: 14px;
    z-index: 1;
    top: -10px;
    color: #000000;
    background: #ffffff;
    padding: 0 5px;
}

.lbllftclss {
    position: absolute;
    left: 10px;
    font-size: 14px;
    z-index: 1;
    top: -10px;
    color: #060606;
    background: #ffffff;
    padding: 0 5px;
}




.SwapLocationsDesktop {
    position: absolute;
    z-index: 1;
    right: -7%;
    bottom: 38%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    height: 33px;
    border: 1px solid #cccfdb;
    border-radius: 50%;
    background-color: white !important;
}

.SwapLocationshotlDesktop {
    position: absolute;
    z-index: 1;
    right: -6%;
    bottom: 33%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px;
    height: 33px;
    border: 1px solid #cccfdb;
    border-radius: 50%;
    background-color: white !important;
}

.uitk-icon-medium {
    height: 100%;
    min-width: 29px;
    /* margin-bottom: 0px; */
    margin-left: -16px;
    color: #024;
}

/*.uitk-icon {
    display: -webkit-inline-flex;
    display: inline-flex;
    fill: currentColor;
    vertical-align: middle;
    width: auto;
}*/

/*.selector span.custom-select:before {
	position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #8c8e91 !important;
    width: 24px;
    height: 100%;
}
.selector span.custom-select:after {
	position: absolute;
    right: 9px;
    top: 15px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: "";
}*/
.selector.style1 span.custom-select:before {
    background: transparent;
}

.selector.style1 span.custom-select:after {
    border-top-color: #fdb714;
}

.checkbox, .radio {
    position: relative;
    margin-top: 0;
    line-height: 20px;
}

    .checkbox:before, .radio:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        width: 14px;
        height: 14px;
        border: 1px solid #d1d1d1;
        z-index: 0; 
        line-height: 12px;
        text-align: center;
    }

    .checkbox.checked:before, .radio.checked:before {
        border-color: #01b7f2;
        color: #fff;
        background: #01b7f2;
        content: "\e8ba";
    }
    /* checkbox */
    .checkbox label, .checkbox.label {
        font-size: 1em;
        line-height: 20px;
        color: #9e9e9e;
    }

    .checkbox input[type="checkbox"] {
        position: relative;
        z-index: 1;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        margin: 0px 0 0;
        float: left;
    }

.datenewpicker {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border-radius: 2px;
    font-size: 18px;
    background: #fff;
    color: #024;
    height: 60px;
    border: 0px;
    border: 1px solid #666;
}
/* radio */
.radio label, .radio.label {
    font-size: 0.9167em;
    line-height: 20px;
}

.radio input[type="radio"] {
    position: relative;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.radio:before {
    background: #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    font-size: 1.3333em;
    line-height: 13px;
}

.radio.radio-square:before {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.radio.checked:before {
    content: "\e892";
}

.checkbox-inline, .radio-inline {
    margin-left: 10px;
}
/* 2.1.4. Form */
form label {
    /*text-transform: uppercase;*/
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 1.2em;
}

    form .checkbox label, form label.checkbox {
        font-size: 14px;
        text-transform: none;
    }

    form .radio label, form label.radio {
        font-size: 0.9167em;
    }

form .form-group {
    margin-bottom: 15px;
}

.sidebar form .form-group {
    margin-bottom: 10px;
}

.sidebar form label {
    font-size: 0.8333em;
    margin-bottom: 3px;
}

.panel-content form label {
    font-size: 1em;
    margin-bottom: 3px;
}

.moreopt {
    padding: 10px;
    float: left;
    width: auto;
}
/* 2.2.1. Buttons */
button, a.button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
}

button {
    font-size: 16px;
    /* font-weight: bold; */
    background: #0386d8;
    height: 45px;
    line-height: 44px;
}

    button:hover {
        background: #003E88;
    }

.oneline button {
    font-size: 16px;
    font-weight: bold;
    background: #0386d8;
    height: 60px;
    line-height: 44px;
}

    .oneline button:hover {
        background: #003E88;
    }

a.button {
    display: inline-block;
    background: #2D3E52;
    font-size: 0.8333em;
    line-height: 1.8333em;
    white-space: nowrap;
    text-align: center;
}

    a.button:hover {
        background: #003E88;
    }

.travelo-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

.title {
    color: #2d3e52;
}

.toggle-container {
    background: #fff; /* 2.8.3. Accordion with image */
}

    .toggle-container .panel {
        margin-bottom: 0;
        box-shadow: none;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        border: none;
        border-bottom: 2px solid #f5f5f5;
        position: relative; /*.panel-content { font-size: 1.0833em; }*/ /* 2.8.1. Style1 */ /* 2.8.2. Style2 */
    }

        .toggle-container .panel:last-child {
            border: none;
        }

        .toggle-container .panel .panel-title {
            padding: 0;
            color: #2d3e52;
            font-size: 1.1667em;
            position: relative;
        }

            .toggle-container .panel .panel-title a {
                white-space: normal;
                display: block;
                padding: 6px;
                padding-left: 15px;
                background: #E7E7E7;
            }

        .toggle-container .panel h1.panel-title {
            font-size: 2em;
        }

        .toggle-container .panel h2.panel-title {
            font-size: 1.6667em;
        }

        .toggle-container .panel h3.panel-title {
            font-size: 1.5em;
        }

        .toggle-container .panel h4.panel-title {
            font-size: 1.3333em;
        }

        .toggle-container .panel h5.panel-title {
            font-size: 1.1667em;
        }

        .toggle-container .panel h6.panel-title {
            font-size: 1em;
        }

        .toggle-container .panel.style1 .panel-title > a {
            line-height: 24px;
        }

            .toggle-container .panel.style1 .panel-title > a:before {
                display: block;
                content: "\f068";
                font-family: FontAwesome;
                margin-right: 10px;
                line-height: 24px;
                font-size: 10px;
                float: left;
                width: 24px;
                height: 24px;
                text-align: center;
                color: #9e9e9e;
                background: #f5f5f5;
                -webkit-border-radius: 50% 50% 50% 50%;
                -moz-border-radius: 50% 50% 50% 50%;
                -ms-border-radius: 50% 50% 50% 50%;
                border-radius: 50% 50% 50% 50%;
            }

            .toggle-container .panel.style1 .panel-title > a.collapsed:before {
                content: "\f067";
                color: #fff;
                background: #01b7f2;
            }

        .toggle-container .panel.style1 .panel-content {
            padding: 10px 15px 15px 55px;
        }

        .toggle-container .panel.style1.arrow-right .panel-title {
            position: relative;
        }

            .toggle-container .panel.style1.arrow-right .panel-title > a {
                padding-right: 36px;
            }

                .toggle-container .panel.style1.arrow-right .panel-title > a:before {
                    float: none;
                    position: absolute;
                    right: 0;
                    height: 16px;
                    line-height: 17px;
                    width: 16px;
                    font-size: 9px;
                    border: none;
                    margin-top: -8px;
                    top: 50%;
                }

        .toggle-container .panel.style1.arrow-right .panel-content {
            padding: 10px 15px;
        }

        .toggle-container .panel.style2 .panel-title {
            padding: 0;
        }

            .toggle-container .panel.style2 .panel-title > a {
                display: block;
                line-height: normal;
                padding: 15px 20px;
                color: #01b7f2;
            }

                .toggle-container .panel.style2 .panel-title > a.collapsed {
                    color: inherit;
                    position: relative;
                }

                    .toggle-container .panel.style2 .panel-title > a.collapsed:hover {
                        color: #01b7f2;
                    }

                .toggle-container .panel.style2 .panel-title > a:after {
                    content: "\f068";
                    font-family: FontAwesome;
                    font-size: 10px;
                    width: 30px;
                    height: 30px;
                    display: block;
                    position: absolute;
                    right: 15px;
                    bottom: 0;
                    color: #9e9e9e;
                    background: #f5f5f5;
                    text-align: center;
                    line-height: 30px;
                }

                .toggle-container .panel.style2 .panel-title > a.collapsed:after {
                    content: "\f067";
                    color: #fff;
                    background: #01b7f2;
                }

        .toggle-container .panel.style2 .panel-content {
            padding: 0 15px 30px 20px;
        }

    .toggle-container.with-image > .image-container {
        background: #01b7f2;
    }

        .toggle-container.with-image > .image-container > img {
            width: 100%;
            height: auto;
        }

    .toggle-container.with-image .panel > img {
        display: none;
    }

    .toggle-container.with-image .panel-title > a {
        color: #01b7f2;
    }

        .toggle-container.with-image .panel-title > a.collapsed {
            color: inherit;
        }

            .toggle-container.with-image .panel-title > a.collapsed:hover {
                color: #01b7f2;
            }

.photo-gallery .flex-direction-nav, .image-carousel.style2 .flex-direction-nav {
    position: absolute;
    right: 0;
    top: -40px;
    width: 72px;
    height: 22px;
}

    .photo-gallery .flex-direction-nav li a, .image-carousel.style2 .flex-direction-nav li a {
        width: 30px;
        height: 22px;
        background: #01b7f2;
        color: #fff;
        text-indent: -9999px;
        text-align: left;
        position: static;
        float: left;
        margin: 0;
        filter: alpha(opacity=100) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        -moz-opacity: 1 !important;
        -khtml-opacity: 1 !important;
        opacity: 1 !important;
        -moz-transition: none 1s ease-in-out;
        -o-transition: none 1s ease-in-out;
        -webkit-transition: none 1s ease-in-out;
        -ms-transition: none 1s ease-in-out;
        transition: none 1s ease-in-out;
    }

        .photo-gallery .flex-direction-nav li a:before, .image-carousel.style2 .flex-direction-nav li a:before {
            position: absolute;
            display: block;
            font-family: FontAwesome;
            text-indent: 0;
            font-size: 12px;
            line-height: 22px;
        }

        .photo-gallery .flex-direction-nav li a.flex-prev, .image-carousel.style2 .flex-direction-nav li a.flex-prev {
            margin-right: 10px;
        }

            .photo-gallery .flex-direction-nav li a.flex-prev:before, .image-carousel.style2 .flex-direction-nav li a.flex-prev:before {
                content: "\f177";
                left: 8px;
            }

        .photo-gallery .flex-direction-nav li a.flex-next:before, .image-carousel.style2 .flex-direction-nav li a.flex-next:before {
            content: "\f178";
            right: 9px;
        }

        .photo-gallery .flex-direction-nav li a.flex-disabled, .image-carousel.style2 .flex-direction-nav li a.flex-disabled {
            background: #d9d9d9;
        }

.travelo-box > .image-carousel.style2 .flex-direction-nav {
    top: -60px;
}

.photo-gallery {
    background: #fff;
    box-shadow: none;
    border: none;
    margin: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

    .photo-gallery img {
        width: 100%;
    }

    .photo-gallery .slides > li {
        display: none;
        overflow: hidden;
        position: relative;
    }

    .photo-gallery .flex-control-nav {
        width: auto;
        position: absolute;
        right: 30px;
        bottom: 30px;
    }

        .photo-gallery .flex-control-nav > li {
            float: left;
            margin-left: 5px;
            margin-right: 0;
        }

            .photo-gallery .flex-control-nav > li a {
                background: none;
                display: block;
                width: 14px;
                height: 14px;
                -webkit-border-radius: 50% 50% 50% 50%;
                -moz-border-radius: 50% 50% 50% 50%;
                -ms-border-radius: 50% 50% 50% 50%;
                border-radius: 50% 50% 50% 50%;
                border: 1px solid #fff;
                text-indent: -9999px;
                cursor: pointer;
                background: rgba(255, 255, 255, 0);
                box-shadow: none;
            }

                .photo-gallery .flex-control-nav > li a.flex-active {
                    background: #fdb714;
                    border-color: #fdb714;
                }

    .photo-gallery.style1 .flex-control-nav {
        display: none;
    }

    .photo-gallery.style1 .flex-direction-nav {
        display: none;
    }

    .photo-gallery.style3 .flex-control-nav {
        display: none;
    }

    .photo-gallery.style3 .flex-direction-nav {
        right: 10px;
        bottom: 10px;
        top: auto;
    }

    .photo-gallery.style4 .flex-control-nav {
        right: 25px;
        bottom: 25px;
        top: auto;
    }

    .photo-gallery.style4 .flex-direction-nav {
        display: none;
    }

.image-carousel {
    position: relative;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: none;
}

    .image-carousel .slides > li {
        display: none;
    }

    .image-carousel img {
        max-width: 100%;
    }

    .image-carousel.style1 {
        padding: 10px 45px;
        background: #fff;
    }

        .image-carousel.style1 .slides > li {
            margin-right: 10px;
            height: 70px;
            cursor: pointer;
            overflow: hidden;
        }

            .image-carousel.style1 .slides > li:last-child {
                margin-right: 0;
            }

            .image-carousel.style1 .slides > li img {
                height: 100%;
                width: auto;
                max-width: none;
                filter: alpha(opacity=50);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.5;
                -moz-transition: opacity 0.3s ease-in;
                -o-transition: opacity 0.3s ease-in;
                -webkit-transition: opacity 0.3s ease-in;
                -ms-transition: opacity 0.3s ease-in;
                transition: opacity 0.3s ease-in;
            }

            .image-carousel.style1 .slides > li.flex-active-slide img, .image-carousel.style1 .slides > li:hover img {
                filter: alpha(opacity=100);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
            }

        .image-carousel.style1 .flex-control-nav {
            display: none;
        }

        .image-carousel.style1 .flex-direction-nav {
            position: static;
            width: 0;
            height: 0;
        }

            .image-carousel.style1 .flex-direction-nav li a {
                background: rgba(1, 183, 242, 0.7);
                float: none;
                width: 25px;
                height: auto;
                position: absolute;
                top: 10px;
                bottom: 10px;
                margin: 0;
                filter: alpha(opacity=100) !important;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
                -moz-opacity: 1 !important;
                -khtml-opacity: 1 !important;
                opacity: 1 !important;
                text-indent: -9999px;
                text-align: left;
                color: #fff;
                -moz-transition: background 0.2s ease-in;
                -o-transition: background 0.2s ease-in;
                -webkit-transition: background 0.2s ease-in;
                -ms-transition: background 0.2s ease-in;
                transition: background 0.2s ease-in;
            }

                .image-carousel.style1 .flex-direction-nav li a:hover {
                    background: #01b7f2;
                }

                .image-carousel.style1 .flex-direction-nav li a:before {
                    display: block;
                    position: absolute;
                    left: 9px;
                    top: 50%;
                    margin-top: -6px;
                    text-indent: 0;
                    font-family: FontAwesome;
                    font-size: 12px;
                    line-height: 1;
                    text-shadow: none;
                }

                .image-carousel.style1 .flex-direction-nav li a.flex-prev {
                    left: 10px;
                }

                    .image-carousel.style1 .flex-direction-nav li a.flex-prev:before {
                        content: "\f053";
                    }

                .image-carousel.style1 .flex-direction-nav li a.flex-next {
                    right: 10px;
                }

                    .image-carousel.style1 .flex-direction-nav li a.flex-next:before {
                        content: "\f054";
                    }

                .image-carousel.style1 .flex-direction-nav li a.flex-disabled {
                    background: #f5f5f5;
                    color: #9e9e9e;
                }

    .image-carousel.style2 .slides > li {
        margin-right: 30px;
    }

        .image-carousel.style2 .slides > li:last-child {
            margin-right: 0;
        }

        .image-carousel.style2 .slides > li .hover-effect {
            z-index: 0;
        }

            .image-carousel.style2 .slides > li .hover-effect img {
                position: relative;
            }

            .image-carousel.style2 .slides > li .hover-effect .caption {
                filter: alpha(opacity=0);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                -moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 33px;
                line-height: 33px;
                overflow: hidden;
                padding: 0;
                text-align: center;
                right: 0;
                z-index: 3;
                margin: 0;
                background: #2d3e52;
                color: #fff;
                font-size: 1.1667em;
                -webkit-transform: translate3d(0, 100%, 0);
                -moz-transform: translate3d(0, 100%, 0);
                -ms-transform: translate3d(0, 100%, 0);
                -o-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
                -moz-transition: -moz-transform 0.35s;
                -o-transition: -o-transform 0.35s;
                -webkit-transition: -webkit-transform 0.35s;
                -ms-transition: -ms-transform 0.35s;
                transition: transform 0.35s;
            }

            .image-carousel.style2 .slides > li .hover-effect:hover .caption {
                filter: alpha(opacity=100);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
                display: block;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            .image-carousel.style2 .slides > li .hover-effect:hover:after {
                /*margin-top: -20px;*/
            }

    .image-carousel.style2 .flex-control-nav {
        display: none;
    }

    .image-carousel.style2.row-2 li > a:first-child {
        margin-bottom: 30px;
    }

    .image-carousel.style3 {
        margin-bottom: 30px;
    }

        .image-carousel.style3 .slides {
            margin-bottom: 0;
        }

            .image-carousel.style3 .slides > li {
                margin-right: 30px;
            }

                .image-carousel.style3 .slides > li:last-child {
                    margin-right: 0;
                }

                .image-carousel.style3 .slides > li .box {
                    margin-bottom: 0;
                }

        .image-carousel.style3 .flex-control-nav {
            display: none;
        }

        .image-carousel.style3 .flex-direction-nav {
            position: static;
            width: 0;
            height: 0;
        }

            .image-carousel.style3 .flex-direction-nav li a {
                width: 40px;
                height: 40px;
                border: 2px solid;
                -webkit-border-radius: 50% 50% 50% 50%;
                -moz-border-radius: 50% 50% 50% 50%;
                -ms-border-radius: 50% 50% 50% 50%;
                border-radius: 50% 50% 50% 50%;
                position: absolute;
                top: 50%;
                margin-top: -20px;
                background: none;
                color: #d9d9d9;
                filter: alpha(opacity=100);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
                text-shadow: none;
                text-align: left !important;
                text-indent: -9999px;
            }

                .image-carousel.style3 .flex-direction-nav li a:before {
                    position: absolute;
                    display: block;
                    top: 0;
                    left: 0;
                    right: 0;
                    text-align: center;
                    line-height: 36px;
                     text-indent: 0;
                    font-size: 24px;
                }

                .image-carousel.style3 .flex-direction-nav li a.flex-prev {
                    left: -80px;
                }

                    .image-carousel.style3 .flex-direction-nav li a.flex-prev:before {
                        content: "\e87b";
                    }

                .image-carousel.style3 .flex-direction-nav li a.flex-next {
                    right: -80px;
                }

                    .image-carousel.style3 .flex-direction-nav li a.flex-next:before {
                        content: "\e887";
                    }

                .image-carousel.style3 .flex-direction-nav li a:hover {
                    color: #fff;
                }

                .image-carousel.style3 .flex-direction-nav li a.flex-disabled {
                    color: #838383;
                }
/* 2.12. Image Style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.image-style {
    padding: 0;
    position: relative;
    background: #fff;
    padding: 30px 0 30px 30px;
}

    .image-style.large-font {
        font-size: 1.2307em;
    }

    .image-style.style1 {
        margin-right: 60px;
    }

        .image-style.style1 .image-block {
            margin-right: 25px;
        }

        .image-style.style1 .title {
            font-size: 1.875em;
            margin-bottom: 30px;
        }

        .image-style.style1 ul li {
            margin: 0 10px 10px 0;
            width: 80px;
            height: 80px;
        }

            .image-style.style1 ul li a {
                overflow: hidden;
                display: block;
            }

                .image-style.style1 ul li a img {
                    max-width: none;
                    height: 100%;
                }

        .image-style.style1:before {
            display: block;
            content: "";
            width: 60px;
            background-color: #fff;
            position: absolute;
            right: -60px;
            bottom: 60px;
            top: 0;
        }

        .image-style.style1:after {
            display: block;
            content: "";
            position: absolute;
            right: -60px;
            bottom: 0;
            border-top: 60px solid #d9d9d9;
            border-right: 60px solid transparent;
        }

    .image-style.style2 p {
        line-height: 1.5em;
    }

    .image-style.style2 .title {
        font-size: 1.25em;
        color: #01b7f2;
        margin-top: 20px;
    }

    .image-style.style2 .image-block {
        padding-left: 50px;
        position: relative;
        min-height: 200px;
    }

        .image-style.style2 .image-block li {
            position: absolute;
            -webkit-border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -ms-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%;
            padding: 5px;
            background: #fff;
            border: 1px solid #bfbfbf;
        }

            .image-style.style2 .image-block li a {
                display: block;
                -webkit-border-radius: 50% 50% 50% 50%;
                -moz-border-radius: 50% 50% 50% 50%;
                -ms-border-radius: 50% 50% 50% 50%;
                border-radius: 50% 50% 50% 50%;
                overflow: hidden;
                -webkit-transform: translateZ(0);
                -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
                -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
            }

                .image-style.style2 .image-block li a img {
                    height: 100%;
                    max-width: none;
                }
/* 2.13. Image Box Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.image-box .box, .image-box.box {
    text-align: left;
    background: #fff;
    margin-bottom: 30px;
}

    .image-box .box img, .image-box.box img {
        width: 100%;
        height: auto;
    }

    .image-box .box > .details, .image-box.box > .details {
        padding: 12px 15px;
    }

        .image-box .box > .details > *:last-child, .image-box.box > .details > *:last-child {
            margin-bottom: 0;
        }

    .image-box .box .box-title, .image-box.box .box-title {
        margin-bottom: 10px;
        color: #2d3e52;
    }

.image-box.style1 .box-title, .image-box.style10 .box-title {
    margin-bottom: 0;
}

.image-box.style7 .opacity-wrapper, .image-box.style8 .opacity-wrapper, .image-box.style12 .opacity-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fdb714;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.image-box.style2 figure {
    float: left;
    width: 250px;
}

.image-box.style2 .details {
    padding: 20px 20px 10px 270px;
}

    .image-box.style2 .details p {
        margin-bottom: 20px;
    }

.image-box.style2 .box:after, .image-box.style2.box:after {
    content: "";
    display: table;
    clear: both;
}

.image-box.style3 .details {
    padding: 15px;
}

    .image-box.style3 .details .box-title {
        margin-bottom: 0;
    }

    .image-box.style3 .details .offers-content {
        font-size: 0.8333em;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .image-box.style3 .details .description {
        border-top: 1px solid #f5f5f5;
        padding-top: 10px;
    }

.image-box.style4 .details .box-title {
    float: left;
    margin: 0;
}

.image-box.style4 .details .goto-detail {
    float: right;
    color: #98ce44;
    font-weight: bold;
    font-size: 16px;
}

.image-box.style4 .details:after {
    content: "";
    display: table;
    clear: both;
}

.image-box.style5 .box, .image-box.style5.box, .image-box.style11 .box, .image-box.style11.box {
    position: relative;
}

.image-box.style5 figure, .image-box.style11 figure {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

    .image-box.style5 figure figcaption, .image-box.style11 figure figcaption {
        position: absolute;
        z-index: 3;
        left: 0;
        top: 10px;
        padding: 5px 20px 5px 20px;
        min-width: 130px;
        background: #2d3e52;
        -moz-transition: -moz-transform 0.35s;
        -o-transition: -o-transform 0.35s;
        -webkit-transition: -webkit-transform 0.35s;
        -ms-transition: -ms-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

        .image-box.style5 figure figcaption .caption-title, .image-box.style11 figure figcaption .caption-title {
            margin: 0;
            color: #fff;
            line-height: 1.1em;
        }

        .image-box.style5 figure figcaption span, .image-box.style11 figure figcaption span {
            color: #fdb714;
            text-transform: uppercase;
            font-size: 0.8333em;
            letter-spacing: 0.04em;
        }

    .image-box.style5 figure:hover figcaption, .image-box.style11 figure:hover figcaption {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .image-box.style5 figure:hover a:before, .image-box.style11 figure:hover a:before {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .image-box.style5 figure img, .image-box.style11 figure img {
        -webkit-backface-visibility: hidden;
    }

    .image-box.style5 figure a, .image-box.style11 figure a {
        display: block;
    }

        .image-box.style5 figure a:before, .image-box.style11 figure a:before {
            position: absolute;
            z-index: 2;
            display: block;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            right: 0;
            bottom: 0;
            height: 100%;
            background: rgba(1, 183, 242, 0.3);
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -moz-transition: all 0.4s ease-out;
            -o-transition: all 0.4s ease-out;
            -webkit-transition: all 0.4s ease-out;
            -ms-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
        }

.image-box.style5 .details, .image-box.style11 .details {
    padding: 0;
}

    .image-box.style5 .details .detail, .image-box.style11 .details .detail {
        margin: 0;
        border-top: 1px solid #f5f5f5;
        padding: 10px 20px;
    }

        .image-box.style5 .details .detail:first-child, .image-box.style11 .details .detail:first-child {
            border: none;
        }

        .image-box.style5 .details .detail .box-title, .image-box.style11 .details .detail .box-title {
            line-height: 40px;
            margin: 0;
        }

        .image-box.style5 .details .detail:after, .image-box.style11 .details .detail:after {
            display: table;
            content: "";
            clear: both;
        }

.image-box.style6 figure, .image-box.style14 figure {
    padding: 0;
}

.image-box.style6 .details, .image-box.style14 .details {
    margin-bottom: 0 !important;
    padding: 20px 30px;
    line-height: 1.7em;
}

.image-box.style6 .box:after, .image-box.style6.box:after, .image-box.style14 .box:after, .image-box.style14.box:after {
    display: table;
    content: "";
    clear: both;
}

.image-box.style7 .box, .image-box.style7.box {
    background: #fff;
    margin-bottom: 30px;
}

    .image-box.style7 .box figure, .image-box.style7.box figure {
        height: 72px;
    }

    .image-box.style7 .box .details, .image-box.style7.box .details {
        padding: 20px 20px 25px;
        font-size: 1.0833em;
    }

        .image-box.style7 .box .details p, .image-box.style7.box .details p {
            margin: 0;
        }

.image-box.style8 .box {
    background: none;
}

.image-box.style8 figure {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}

    .image-box.style8 figure img {
        height: 100%;
        width: auto;
        max-width: none;
    }

.image-box.style8 .details {
    width: 75%;
    float: left;
    padding: 20px;
    background: #fff;
}

.image-box.style8 .box:after, .image-box.style8.box:after {
    display: table;
    content: "";
    clear: both;
}

.image-box.style9 figure a {
    position: relative;
    /*height: 160px; overflow: hidden;*/
    display: block;
    width: 100%;
}

.image-box.style9 figure img {
    width: 100%;
    height: auto;
}

.image-box.style9 .box-title {
    margin: 0;
}

.image-box.style9 .button {
    margin-top: 20px;
}

.image-box.style9 .details {
    background: #fff;
    padding: 15px;
    text-align: center;
}

.image-box.style9 .description {
    margin-top: 20px;
}

.image-box.style10 .details a.button {
    margin-top: 5px;
    float: right;
}

.image-box.style11 .box > .details {
    padding: 15px;
}

.image-box.style12 .box, .image-box.style12.box {
    display: table;
}

.image-box.style12 figure, .image-box.style12 .details, .image-box.style12 .action {
    display: table-cell;
    vertical-align: top;
}

.image-box.style12 figure {
    margin-right: 30px;
    max-width: 30%;
}

    .image-box.style12 figure a {
        position: relative;
        display: inline-block;
        height: 100%;
    }

    .image-box.style12 figure img {
        width: auto;
        max-width: 150px;
    }

.image-box.style12 .details {
    border-right: 1px solid #f5f5f5;
    padding: 12px 20px 10px 25px;
    width: 100%;
}

    .image-box.style12 .details > *:last-child {
        margin-bottom: 0;
    }

.image-box.style12 .action {
    padding: 15px;
}

    .image-box.style12 .action .price {
        text-align: center;
        float: none;
        margin: 0 0 10px 0;
    }

    .image-box.style12 .action button, .image-box.style12 .action a.button {
        padding: 0 10px;
    }

.image-box.style12 .image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.image-box.style13 figure {
    float: left;
    margin-right: 15px;
}

.image-box.style13 .details {
    padding: 0 15px;
}

.image-box.style13 .action {
    float: right;
}

    .image-box.style13 .action .button {
        padding: 0 10px;
    }

.image-box.style13 .price {
    float: none;
}

.image-box.style13 .box, .image-box.style13.box {
    margin-bottom: 0;
}

    .image-box.style13 .box:after, .image-box.style13.box:after {
        display: table;
        content: "";
        clear: both;
    }

.image-box.style14 figure {
    float: left;
    width: 63px;
}

.image-box.style14 .details {
    margin-left: 63px;
    padding: 15px 15px 0;
}

.image-box.style14 .price {
    float: none;
    text-align: left;
    display: inline;
    font-size: 1.4em;
}

.image-box.style14 .box-title {
    margin-bottom: 0;
}

    .image-box.style14 .box-title small {
        line-height: 1em;
    }

.image-box.style7 .opacity-wrapper, .image-box.style8 .opacity-wrapper, .image-box.style12 .opacity-wrapper {
    cursor: pointer;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.image-box.style7 figure, .image-box.style8 figure, .image-box.style12 figure {
    overflow: hidden;
    z-index: 0;
}

    .image-box.style7 figure img, .image-box.style8 figure img, .image-box.style12 figure img {
        -moz-transition: -moz-transform 0.35s;
        -o-transition: -o-transform 0.35s;
        -webkit-transition: -webkit-transform 0.35s;
        -ms-transition: -ms-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); /*-webkit-backface-visibility: hidden;*/
    }

    .image-box.style7 figure:hover img, .image-box.style8 figure:hover img, .image-box.style12 figure:hover img {
        -webkit-transform: scale(1.07, 1.07);
        -moz-transform: scale(1.07, 1.07);
        -ms-transform: scale(1.07, 1.07);
        -o-transform: scale(1.07, 1.07);
        transform: scale(1.07, 1.07);
    }

    .image-box.style7 figure:hover .opacity-wrapper, .image-box.style8 figure:hover .opacity-wrapper, .image-box.style12 figure:hover .opacity-wrapper {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

.sidebar .image-box.style14 {
    margin-bottom: 0;
}

    .sidebar .image-box.style14 .box {
        padding-bottom: 15px;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 15px;
    }

        .sidebar .image-box.style14 .box:last-child {
            border: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
/* 2.14. Icon Box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Icon Box */
.icon-box {
    text-transform: uppercase;
}

    .icon-box > i {
        text-align: center;
    }

    .icon-box.style1 {
        height: 42px;
        background: #fff;
        line-height: 42px;
        font-size: 0.9167em;
    }

        .icon-box.style1 > i {
            display: block;
            width: 42px;
            float: left;
            background: #fdb714;
            line-height: 42px;
            color: #fff;
            font-size: 2em;
            margin-right: 15px;
        }

    .icon-box.style2 {
        line-height: 1.75em;
        color: #01b7f2;
        font-size: 0.9167em;
        display: inline-block;
    }

        .icon-box.style2 > i {
            font-size: 1.5em;
            margin-right: 10px;
            color: #01b7f2;
        }

    .icon-box.style3 {
        background: #fff;
        text-align: center;
        margin-bottom: 10px;
    }

        .icon-box.style3 .numbers {
            font-size: 5em;
            color: #2d3e52;
            padding: 20px 0;
            font-weight: 300;
        }

            .icon-box.style3 .numbers i {
                margin-right: 10px;
            }

        .icon-box.style3 .description {
            border-top: 1px solid #f5f5f5;
            font-weight: bold;
            padding: 6px 0;
        }

    .icon-box.style4, .icon-box.style8, .icon-box.style9 {
        text-align: center;
        text-transform: none;
    }

        .icon-box.style4 > i, .icon-box.style8 > i, .icon-box.style9 > i {
            font-size: 5em;
            color: #98ce44;
        }

        .icon-box.style4 .box-title, .icon-box.style8 .box-title, .icon-box.style9 .box-title {
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .icon-box.style5 {
        height: 70px;
        background: #fff;
        line-height: 70px;
        text-transform: none;
    }

        .icon-box.style5 > i {
            display: block;
            width: 70px;
            float: left;
            background: #01b7f2;
            line-height: 70px;
            color: #fff;
            font-size: 3em;
            margin-right: 15px;
        }

        .icon-box.style5 .description {
            line-height: 1.6em;
            padding: 14px 15px 0 0;
        }

            .icon-box.style5 .description small {
                text-transform: uppercase;
            }

    .icon-box.style6, .icon-box.style7 {
        line-height: 50px;
        text-transform: none;
    }

        .icon-box.style6 > i, .icon-box.style7 > i {
            display: block;
            width: 50px;
            float: left;
            background: #fdb714;
            line-height: 50px;
            color: #fff;
            font-size: 2.5em;
        }

        .icon-box.style6 .box-title, .icon-box.style7 .box-title {
            margin-bottom: 5px;
        }

        .icon-box.style6 .description, .icon-box.style7 .description {
            line-height: 1.6em;
            padding-left: 70px;
        }

        .icon-box.style6:after, .icon-box.style7:after {
            display: table;
            content: "";
            clear: both;
        }

        .icon-box.style6 .box-title {
            letter-spacing: normal;
            margin-bottom: 10px;
        }

    .icon-box.style7 {
        padding: 30px;
        background: #fff;
    }

        .icon-box.style7 > i {
            -webkit-border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -ms-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%;
            width: 60px;
            height: 60px;
            line-height: 60px;
            background: #01b7f2;
        }

            .icon-box.style7 > i.glyphicon {
                font-size: 1.6667em;
            }

        .icon-box.style7 .description {
            padding-left: 80px;
        }

            .icon-box.style7 .description .box-title {
                margin-bottom: 20px;
                line-height: 1.3333em;
            }

            .icon-box.style7 .description ul {
                margin-bottom: 20px;
            }

            .icon-box.style7 .description .view {
                text-decoration: underline;
                color: #98ce44;
                font-size: 1.0833em;
            }

    .icon-box.style8 i, .icon-box.style9 i {
        font-size: 2.6666em;
        background: #fdb714;
        color: #fff;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .icon-box.style9 {
        display: inline-block;
    }

        .icon-box.style9 .box-title {
            line-height: 1.2em;
        }

        .icon-box.style9 > i {
            background: #01b7f2;
            -webkit-border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -ms-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%;
            width: 2em;
            height: 2em;
            line-height: 2em;
            margin-bottom: 15px;
        }

    .icon-box.style10 {
        border: 1px solid #fdb714;
        margin-top: 20px;
        padding: 45px 20px 20px;
        position: relative;
        color: #7c9abd;
        text-align: center;
    }

        .icon-box.style10 .box-title {
            color: #fff;
            margin-bottom: 15px;
        }

        .icon-box.style10 > i {
            position: absolute;
            width: 72px;
            height: 72px;
            top: -36px;
            left: 50%;
            margin-left: -36px;
            font-size: 3em;
            color: #fff;
            background: #fdb714;
            line-height: 72px;
            -webkit-border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -ms-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%;
        }

        .icon-box.style10 .description {
            text-transform: none;
        }

    .icon-box.style11, .icon-box.style12 {
        display: table;
    }

        .icon-box.style11 > .icon-wrapper, .icon-box.style12 > .icon-wrapper {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 18px;
        }

            .icon-box.style11 > .icon-wrapper > i, .icon-box.style12 > .icon-wrapper > i {
                color: #fdb714;
            }

        .icon-box.style11 > .details, .icon-box.style12 > .details {
            display: table-cell;
            vertical-align: middle;
        }

        .icon-box.style11 > .icon-wrapper {
            width: 1.4em;
            text-align: left;
        }

        .icon-box.style11 .details {
            text-transform: uppercase;
        }

            .icon-box.style11 .details dl, .icon-box.style11 .details dt, .icon-box.style11 .details dd {
                font-size: 0.8333em;
            }

            .icon-box.style11 .details .box-title {
                margin-bottom: 0;
                text-transform: none;
                margin-left: 15px;
            }

        .icon-box.style12 > .icon-wrapper {
            width: auto;
        }

            .icon-box.style12 > .icon-wrapper > i {
                border-color: #01b7f2;
                background: #01b7f2;
                color: #fff;
                font-size: 1.5em;
            }

        .icon-box.style12 > .details {
            padding-left: 10px;
            margin: 0;
            text-transform: none;
        }

            .icon-box.style12 > .details .m-title {
                margin: 0;
            }

.tab-container .tab-pane > .listing-style3 .details {
    padding-right: 0;
}

.border-box {
    border: 15px solid #f5f5f5;
}

.post {
    position: relative;
}

    .post figure img {
        width: 100%;
        height: auto;
    }

    .post .entry-date {
        background: #2d3e52;
        padding: 7px 15px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        top: 10px;
    }

        .post .entry-date .date {
            margin: 0;
            font-size: 1.6667em;
            display: block;
            font-weight: normal;
        }

        .post .entry-date .month {
            margin: 0;
            font-size: 0.8333em;
            font-weight: normal;
        }

.fluid-width-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
}

.blog-infinite .post, .single .post {
    margin-bottom: 50px;
}

    .blog-infinite .post .video-container, .single .post .video-container {
        position: relative;
        width: 100%;
    }

        .blog-infinite .post .video-container video, .single .post .video-container video {
            max-width: 100%;
            height: auto;
        }

        .blog-infinite .post .video-container iframe, .blog-infinite .post .video-container embed, .blog-infinite .post .video-container object, .single .post .video-container iframe, .single .post .video-container embed, .single .post .video-container object {
            max-width: 100%;
        }

    .blog-infinite .post .entry-title, .single .post .entry-title {
        margin-bottom: 25px;
    }

    .blog-infinite .post .excerpt-container, .single .post .excerpt-container {
        margin-bottom: 20px;
    }

        .blog-infinite .post .excerpt-container p, .single .post .excerpt-container p {
            line-height: 1.8333em;
        }

    .blog-infinite .post .details, .single .post .details {
        background: #fff;
        padding: 20px 20px 10px;
    }

    .blog-infinite .post.without-featured-item .entry-title, .blog-infinite .post.without-featured-item .excerpt-container, .single .post.without-featured-item .entry-title, .single .post.without-featured-item .excerpt-container {
        padding-left: 50px;
    }

.blog-infinite .post-content, .single .post-content {
    margin-bottom: 30px;
}

    .blog-infinite .post-content > p, .single .post-content > p {
        line-height: 1.6666em;
    }

    .blog-infinite .post-content .border-box, .single .post-content .border-box {
        margin: 30px 0;
    }

        .blog-infinite .post-content .border-box blockquote, .single .post-content .border-box blockquote {
            margin-bottom: 0;
        }

.blog-infinite .post-meta, .single .post-meta {
    background: #f5f5f5;
    padding: 10px 10px 0;
    font-size: 1em;
}

    .blog-infinite .post-meta .entry-author, .single .post-meta .entry-author {
        float: left;
        line-height: 28px;
        font-size: 0.83333em;
        margin-bottom: 10px;
    }

        .blog-infinite .post-meta .entry-author .icon, .single .post-meta .entry-author .icon {
            float: left;
            width: 28px;
            height: 28px;
            background: #fff;
            display: inline-block;
            font-size: 1.6666em;
            line-height: 28px;
            text-align: center;
            color: #d9d9d9;
            margin-right: 10px;
        }

        .blog-infinite .post-meta .entry-author a.author, .single .post-meta .entry-author a.author {
            color: #01b7f2;
        }

    .blog-infinite .post-meta .entry-action, .single .post-meta .entry-action {
        float: right;
    }

        .blog-infinite .post-meta .entry-action > *, .single .post-meta .entry-action > * {
            height: 28px;
            line-height: 28px;
            display: inline-block;
            padding: 0 10px;
            margin-left: 8px;
            margin-bottom: 10px;
            background: #fff;
            color: #9e9e9e;
            letter-spacing: 0.04em;
            font-size: 0.8333em;
            font-weight: normal;
        }

            .blog-infinite .post-meta .entry-action > * i, .single .post-meta .entry-action > * i {
                float: left;
                font-size: 2.6667em;
                margin-right: 10px;
                color: #d9d9d9;
            }

        .blog-infinite .post-meta .entry-action a.button:hover, .single .post-meta .entry-action a.button:hover {
            background: #01b7f2;
            color: #fff;
        }

            .blog-infinite .post-meta .entry-action a.button:hover i, .single .post-meta .entry-action a.button:hover i {
                color: #fff;
            }

    .blog-infinite .post-meta:after, .single .post-meta:after {
        display: table;
        content: "";
        clear: both;
    }

.single .details {
    margin-bottom: 30px;
}

.single .single-navigation a.button {
    font-weight: normal;
}

    .single .single-navigation a.button span {
        vertical-align: middle;
    }

.single .single-navigation i {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 0;
    vertical-align: middle;
}

.single .single-navigation .prev i {
    margin-right: 20px;
}

.single .single-navigation .next i {
    margin-left: 20px;
}

.about-author .about-author-container {
    background: #fff;
    padding: 0 20px;
}

.about-author .about-author-content {
    display: table;
    border-bottom: 1px solid #f5f5f5;
}

.about-author .avatar {
    display: table-cell;
    padding: 20px 20px 20px 0;
    border-right: 1px solid #f5f5f5;
}

.about-author .description {
    display: table-cell;
    padding: 20px;
    vertical-align: top;
}

    .about-author .description p {
        line-height: 1.8333em;
    }

.about-author .about-author-meta {
    padding: 15px 0;
}

.about-author .social-icons {
    float: right;
}

.about-author .wrote-posts-count {
    line-height: 28px;
    font-size: 1.1667em;
}

    .about-author .wrote-posts-count i {
        font-size: 1.8333em;
        color: #01b7f2;
        float: left;
        margin-right: 10px;
    }

    .about-author .wrote-posts-count span {
        vertical-align: middle;
    }

.single .avatar img, .travel-story-container .avatar img {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 96px;
    height: 96px;
}

.single .suggestions .caption {
    margin-bottom: 0;
}

.single .suggestions a.hover-effect:after {
    color: #fff;
    background: none;
    content: "\e8ba";
    font-family: "fontawesome";
    font-size: 1.6667em;
    text-align: center;
    line-height: 50px;
    border: 2px solid #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.single .suggestions li {
    cursor: pointer;
}

    .single .suggestions li:hover a.hover-effect:after {
        visibility: visible;
        -webkit-transform: rotateY(0deg) scale(1, 1);
        -moz-transform: rotateY(0deg) scale(1, 1);
        -ms-transform: rotateY(0deg) scale(1, 1);
        -o-transform: rotateY(0deg) scale(1, 1);
        transform: rotateY(0deg) scale(1, 1);
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .single .suggestions li:hover a.hover-effect {
        background: #01b7f2;
    }

    .single .suggestions li:hover img {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .single .suggestions li:hover .caption {
        color: #01b7f2;
    }
/* comment */
.comment-list .the-comment {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #f5f5f5;
}

    .comment-list .the-comment .comment-text {
        padding-right: 50px;
    }

        .comment-list .the-comment .comment-text *:last-child {
            margin-bottom: 0;
        }

.comment-list > li.comment:first-child > .the-comment {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.comment-list .avatar {
    margin-right: 30px;
    float: left;
}

    .comment-list .avatar img {
        width: 72px;
        height: 72px;
    }

.comment-list ul.children {
    padding-left: 50px;
}
/* 2.18. Testimonial ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.author a {
    display: inline-block;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    overflow: hidden;
    margin-left: 1px;
}

.author img {
    -webkit-backface-visibility: visible;
}

.testimonial .slides > li {
    display: none;
}

.testimonial.style1 .slides > li, .testimonial.style2 .slides > li {
    padding-bottom: 80px;
    position: relative;
}

.testimonial.style1 .description, .testimonial.style2 .description {
    font-size: 1.3333em;
    color: #01b7f2;
    font-style: italic;
}

.testimonial.style1 .author, .testimonial.style2 .author {
    /*margin: 25px 0 10px;*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
}

    .testimonial.style1 .author a, .testimonial.style2 .author a {
        float: left;
        width: 74px;
        height: 74px;
        margin-right: 10px;
    }

    .testimonial.style1 .author .name, .testimonial.style2 .author .name {
        padding-top: 22px;
    }

        .testimonial.style1 .author .name small, .testimonial.style2 .author .name small {
            display: block;
            text-transform: uppercase;
            font-size: 0.7143em;
        }

.testimonial.style1 {
    background: #fff;
    padding: 25px;
}

    .testimonial.style1 .testimonial-control-nav {
        float: right;
    }

        .testimonial.style1 .testimonial-control-nav > li {
            float: left;
            margin-left: 5px;
        }

            .testimonial.style1 .testimonial-control-nav > li a {
                display: block;
                width: 14px;
                height: 14px;
                -webkit-border-radius: 50% 50% 50% 50%;
                -moz-border-radius: 50% 50% 50% 50%;
                -ms-border-radius: 50% 50% 50% 50%;
                border-radius: 50% 50% 50% 50%;
                border: 1px solid #dbdbdb;
                text-indent: -9999px;
                cursor: pointer;
            }

                .testimonial.style1 .testimonial-control-nav > li a.testimonial-active {
                    background: #fdb714;
                    border-color: #fdb714;
                }

    .testimonial.style1:after {
        display: table;
        content: "";
        clear: both;
    }

.testimonial.style2 {
    position: relative;
}

    .testimonial.style2 .description {
        background: #fff;
        padding: 25px;
    }

    .testimonial.style2 .author {
        padding-left: 25px;
    }

    .testimonial.style2 .testimonial-direction-nav {
        right: 0;
        top: -40px;
        width: 72px;
        height: 22px;
        position: absolute;
    }

        .testimonial.style2 .testimonial-direction-nav li {
            float: left;
        }

            .testimonial.style2 .testimonial-direction-nav li a {
                display: block;
                width: 30px;
                height: 22px;
                background: #01b7f2;
                color: #fff;
                text-indent: -9999px;
            }

                .testimonial.style2 .testimonial-direction-nav li a:before {
                    position: absolute;
                    display: block;
                    top: 2px;
 
                    text-indent: 0;
                    font-size: 20px;
                }

                .testimonial.style2 .testimonial-direction-nav li a.testimonial-prev {
                    margin-right: 10px;
                }

                    .testimonial.style2 .testimonial-direction-nav li a.testimonial-prev:before {
                        content: '\e88a';
                        left: 8px;
                    }

                .testimonial.style2 .testimonial-direction-nav li a.testimonial-next:before {
                    content: '\e88b';
                    right: 9px;
                }

                .testimonial.style2 .testimonial-direction-nav li a.testimonial-disabled {
                    background: #d9d9d9;
                }

.testimonial.style3 {
    position: relative;
    border: 2px solid #fff;
    margin-top: 80px;
    padding: 60px 40px 20px;
    text-align: center;
}

    .testimonial.style3 .author {
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -50px;
    }

        .testimonial.style3 .author a {
            width: 100px;
            height: 100px;
            border: 3px solid #fff;
            background: #fff;
        }

            .testimonial.style3 .author a img {
                width: 100%;
                height: 100%;
                -webkit-border-radius: 50% 50% 50% 50%;
                -moz-border-radius: 50% 50% 50% 50%;
                -ms-border-radius: 50% 50% 50% 50%;
                border-radius: 50% 50% 50% 50%;
            }

    .testimonial.style3 .description {
        color: #fff;
        font-size: 2.5em;
        font-weight: 300;
    }

        .testimonial.style3 .description em {
            font-weight: 400;
        }

        .testimonial.style3 .description:before, .testimonial.style3 .description:after {
            color: #01b7f2;
        }

    .testimonial.style3 .name {
        color: #01b7f2;
    }

        .testimonial.style3 .name:before {
            content: "-";
        }

    .testimonial.style3 ul.slides:after {
        display: table;
        content: "";
        clear: both;
    }

    .testimonial.style3 ul.slides li {
        position: static !important;
    }

    .testimonial.style3 .testimonial-direction-nav .testimonial-prev, .testimonial.style3 .testimonial-direction-nav .testimonial-next {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        width: 40px;
        text-indent: -9999px;
        background: #fff;
        color: #01b7f2;
    }

        .testimonial.style3 .testimonial-direction-nav .testimonial-prev:before, .testimonial.style3 .testimonial-direction-nav .testimonial-next:before {
            text-indent: 0;
            position: absolute;
            display: block;
            left: 15px;
            font-size: 30px;
            top: 50%;
            margin-top: -10px;
 
        }

    .testimonial.style3 .testimonial-direction-nav .testimonial-prev {
        left: 0;
    }

        .testimonial.style3 .testimonial-direction-nav .testimonial-prev:before {
            content: '\e87c';
        }

    .testimonial.style3 .testimonial-direction-nav .testimonial-next {
        right: 0;
    }

        .testimonial.style3 .testimonial-direction-nav .testimonial-next:before {
            content: '\e878';
        }

    .testimonial.style3 .testimonial-direction-nav .testimonial-disabled {
        background: #2d3e52;
        color: #fff;
    }
/* 2.19. Our Team Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.team {
    text-align: center;
}

    .team figure {
        position: relative;
        overflow: hidden;
    }

        .team figure:hover figcaption {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            bottom: 0;
        }

        .team figure figcaption {
            position: absolute;
            bottom: -32px;
            line-height: 0;
            text-align: center;
            left: 0;
            right: 0;
            filter: alpha(opacity=0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -moz-opacity: 0;
            -khtml-opacity: 0;
            opacity: 0;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

            .team figure figcaption > .social-icons > li a {
                background: #fff;
                color: inherit;
                filter: alpha(opacity=65);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
                -moz-opacity: 0.65;
                -khtml-opacity: 0.65;
                opacity: 0.65;
            }

                .team figure figcaption > .social-icons > li a:hover {
                    color: #01b7f2;
                    filter: alpha(opacity=100);
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    opacity: 1;
                }

    .team .details {
        text-align: center;
    }

    .team .description {
        border-top: 1px solid #f5f5f5;
        margin-top: 10px;
        padding-top: 8px;
    }

    .team .social-icons {
        display: inline-block;
    }
/* contact form */
.contact-form-container {
    padding: 30px 30px 20px;
}

    .contact-form-container .contact-form label {
        text-transform: uppercase;
    }
/* 2.20. Gallery popup ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.opacity-overlay {
    outline: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
    display: none;
    -webkit-backface-visibility: hidden;
}

    .opacity-overlay .container {
        height: 100%;
        position: relative;
        z-index: 10001;
    }

    .opacity-overlay .spinner {
        color: #fff;
        font-size: 32px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -16px;
        margin-top: -16px;
    }

.popup-wrapper {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0 5px;
}

    .popup-wrapper:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .popup-wrapper .popup-content {
        float: none;
        padding: 0;
        margin: 0 auto;
        text-align: left;
        z-index: 10003;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
/* 2.21. Style changer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 2.22. Animated effect ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.animated {
    visibility: hidden;
}
/* 2.23. Parallax ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    overflow: hidden;
}
/* 2.24. Page Loader ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pace {
    user-select: none;
    background: #f5f5f5;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: visible;
    width: 100%;
    z-index: 999999;
    -webkit-backface-visibility: hidden;
}

.pace-inactive {
    display: none;
}

.pace .loading-page {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: none !important;
}
/*  3.1.3. Navigation */
.menu > li {
    position: relative;
}
/* 3.1.4. Language flags */
.lang-flag {
    padding-left: 20px !important;
}

    .lang-flag.en-us {
        background: url(../images/icon/flags/en-us.png) no-repeat left center;
    }
/* 3.4. Word Map Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.world-map-section {
    height: 750px;
}

.marker-holder {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
}

    .marker-holder .image-box {
        position: absolute;
        width: 405px;
        padding: 5px;
        margin: 0;
        background: #fff;
        bottom: 0;
        left: 0;
        
    }

        .marker-holder .image-box figure {
            width: 135px;
            height: 135px;
            float: left;
        }

            .marker-holder .image-box figure img {
                height: 100%;
            }

        .marker-holder .image-box .details {
            margin-left: 150px;
            padding-top: 5px;
        }

            .marker-holder .image-box .details .title img {
                padding-top: 5px;
                margin-right: 3px;
            }

            .marker-holder .image-box .details i {
                font-size: 2.1667em;
                color: #d9d9d9;
            }

            .marker-holder .image-box .details .price {
                font-size: 1.3333em;
            }

                .marker-holder .image-box .details .price small {
                    font-size: 0.625em;
                    line-height: 1.3333em;
                }

            .marker-holder .image-box .details .table-wrapper {
                width: 100%;
                table-layout: fixed;
            }

            .marker-holder .image-box .details .table-cell {
                padding: 10px 20px 10px 10px;
                border-top: 1px solid #f5f5f5;
            }

                .marker-holder .image-box .details .table-cell:first-child {
                    border-right: 1px solid #f5f5f5;
                }

        .marker-holder .image-box:after {
            content: "";
            position: absolute;
            left: 180px;
            bottom: -25px;
            display: block;
            width: 0;
            height: 0;
            border-width: 25px 25px 0;
            border-style: solid;
            border-color: #fff transparent;
        }
/* 4. Search Form ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 4.1. Default Style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.search-box-wrapper {
    background: #525252;
}

.search-box {
    margin-top: -80px;
    position: relative;
    z-index: 99;
}

ul.search-tabs {
    margin: 0;
    padding: 0;
}

    ul.search-tabs li {
        float: left;
        padding-right: 4px;
    }

        ul.search-tabs li a {
            color: #333;
            display: block;
            padding: 0 30px;
            background: #fff;
            font-size: 1em;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            text-decoration: none;
            filter: alpha(opacity=40);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
            -moz-opacity: 0.4;
            -khtml-opacity: 0.4;
            opacity: 0.4;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

            ul.search-tabs li a:hover {
                filter: alpha(opacity=70);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                -moz-opacity: 0.7;
                -khtml-opacity: 0.7;
                opacity: 0.7;
            }

        ul.search-tabs li.active a {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            color: #01b7f2;
        }

.visible-mobile .search-tabs li {
    float: none;
}

    .visible-mobile .search-tabs li a {
        color: #01b7f2;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        padding: 0 80px;
        text-align: center;
    }

        .visible-mobile .search-tabs li a:hover {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

.search-tab-content {
    padding: 30px;
    background: #FFF;
}

    .search-tab-content .tab-pane {
        display: none;
    }

        .search-tab-content .tab-pane.active {
            display: block;
        }

    .search-tab-content h4.title {
        margin: 10px 0;
        height: 20px;
    }

    .search-tab-content .fixheight {
        padding-top: 40px;
    }
/* search box for mobile */
.search-box #mobile-search-tabs > li {
    display: none;
}

.search-box .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
}

.search-box .bx-wrapper .bx-prev, .search-box .bx-wrapper .bx-next {
    background: #01b7f2;
    font-family: FontAwesome;
}

.search-box .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 22px;
    margin-top: -11px;
}

    .search-box .bx-wrapper .bx-controls-direction a.disabled {
        display: block;
        background: #d9d9d9;
    }

.search-box .bx-wrapper .bx-prev:before, .search-box .bx-wrapper .bx-next:before {
    display: block;
    position: absolute;
    text-indent: 0;
    line-height: 20px;
    text-align: center;
    width: 30px;
    color: #fff;
}

    .search-box .bx-wrapper .bx-prev:before:hover, .search-box .bx-wrapper .bx-next:before:hover {
        color: white;
    }

.search-box .bx-wrapper .bx-prev:before {
    content: "\f177";
}

.search-box .bx-wrapper .bx-next:before {
    content: "\f178";
}
/* 4.2. Style1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.search-box-wrapper.style1 {
    background: none;
}

    .search-box-wrapper.style1 .search-box {
        margin: 0;
    }

        .search-box-wrapper.style1 .search-box > ul.search-tabs {
            margin-top: 80px;
            float: left;
            width: 31%;
        }

            .search-box-wrapper.style1 .search-box > ul.search-tabs li {
                float: none;
                margin-right: 0;
                padding-right: 0;
            }

                .search-box-wrapper.style1 .search-box > ul.search-tabs li > a {
                    filter: alpha(opacity=65);
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
                    -moz-opacity: 0.65;
                    -khtml-opacity: 0.65;
                    opacity: 0.65;
                    height: 57px;
                    line-height: 57px;
                    border-bottom: 1px solid #0d9dec;
                    border-right: 1px solid #0d9dec;
                    position: relative;
                    padding-left: 50px;
                    overflow: hidden;
                }

                    .search-box-wrapper.style1 .search-box > ul.search-tabs li > a:hover {
                        filter: alpha(opacity=85);
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
                        -moz-opacity: 0.85;
                        -khtml-opacity: 0.85;
                        opacity: 0.85;
                    }

                        .search-box-wrapper.style1 .search-box > ul.search-tabs li > a:hover i {
                            -webkit-animation: toTopFromBottom 0.3s forwards;
                            -moz-animation: toTopFromBottom 0.3s forwards;
                            animation: toTopFromBottom 0.3s forwards;
                        }

                    .search-box-wrapper.style1 .search-box > ul.search-tabs li > a > i {
                        position: absolute;
                        left: 15px;
                        font-size: 24px;
                    }

                .search-box-wrapper.style1 .search-box > ul.search-tabs li.active > a {
                    border-right-color: #fff;
                    filter: alpha(opacity=100);
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    opacity: 1;
                }

                    .search-box-wrapper.style1 .search-box > ul.search-tabs li.active > a > i {
                        color: #fdb714;
                    }

                    .search-box-wrapper.style1 .search-box > ul.search-tabs li.active > a:after {
                        content: "\e88b";
                        font-family: "FontAwesome";
                        position: absolute;
                        right: 15px;
                        color: #01b7f2;
                        font-size: 20px;
                    }

                .search-box-wrapper.style1 .search-box > ul.search-tabs li:last-child > a {
                    border-bottom: none;
                }

    .search-box-wrapper.style1 .search-tab-content {
        background: #fff;
        float: left;
        width: 69%;
        padding: 0;
    }

        .search-box-wrapper.style1 .search-tab-content .title-container {
            background: #fdb714;
            padding: 15px 40px 0 25px;
            height: 80px;
            position: relative;
        }

            .search-box-wrapper.style1 .search-tab-content .title-container > i {
                font-size: 48px;
                position: absolute;
                right: 25px;
                top: 50%;
                margin-top: -24px;
            }

            .search-box-wrapper.style1 .search-tab-content .title-container * {
                color: #fff;
            }

            .search-box-wrapper.style1 .search-tab-content .title-container .search-title {
                margin: 0;
                font-weight: bold;
            }

        .search-box-wrapper.style1 .search-tab-content .search-content {
            padding: 18px 25px 25px;
        }

            .search-box-wrapper.style1 .search-tab-content .search-content .choose-travel label.radio {
                color: #2d3e52;
                font-size: inherit;
            }

            .search-box-wrapper.style1 .search-tab-content .search-content .choose-travel > div {
                margin-bottom: 0;
            }

            .search-box-wrapper.style1 .search-tab-content .search-content label {
                font-size: 0.8333em;
            }
/* 4.3. Style2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.search-box-wrapper.style2 {
    background: none;
}

    .search-box-wrapper.style2 .search-box {
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.5);
        padding: 5px;
    }

        .search-box-wrapper.style2 .search-box > ul.search-tabs {
            display: table;
            width: 100%;
        }

            .search-box-wrapper.style2 .search-box > ul.search-tabs li {
                padding-right: 5px;
                display: table-cell;
                float: none;
            }

                .search-box-wrapper.style2 .search-box > ul.search-tabs li:last-child {
                    padding-right: 0;
                }

                .search-box-wrapper.style2 .search-box > ul.search-tabs li > a {
                    /*margin-bottom: 5px;*/
                    height: 35px;
                    line-height: 35px;
                    background: #01b7f2;
                    filter: alpha(opacity=100);
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    opacity: 1;
                    color: #fff;
                    padding: 0;
                    text-align: center;
                    overflow: hidden;
                }

                    .search-box-wrapper.style2 .search-box > ul.search-tabs li > a i {
                        font-size: 1.6666em;
                        vertical-align: middle;
                        margin-right: 10px;
                        line-height: 0;
                    }

                    .search-box-wrapper.style2 .search-box > ul.search-tabs li > a span {
                        vertical-align: middle;
                    }

                    .search-box-wrapper.style2 .search-box > ul.search-tabs li > a:hover i:before {
                        -webkit-animation: toTopFromBottom 0.35s forwards;
                        -moz-animation: toTopFromBottom 0.35s forwards;
                        animation: toTopFromBottom 0.35s forwards;
                    }

                .search-box-wrapper.style2 .search-box > ul.search-tabs li.advanced-search > a {
                    background: #fdb714;
                }

                .search-box-wrapper.style2 .search-box > ul.search-tabs li.active > a {
                    margin-bottom: 0;
                    height: 40px;
                    background: #fff;
                    color: #01b7f2;
                }

    .search-box-wrapper.style2 .search-tab-content {
        background: #fff;
        padding: 20px;
    }

        .search-box-wrapper.style2 .search-tab-content .tab-pane [class^="col-"], .search-box-wrapper.style2 .search-tab-content .tab-pane [class*=" col-"] {
            padding-left: 5px;
            padding-right: 5px;
        }

        .search-box-wrapper.style2 .search-tab-content .tab-pane .row {
            margin-left: -5px;
            margin-right: -5px;
        }

        .search-box-wrapper.style2 .search-tab-content input.input-text, .search-box-wrapper.style2 .search-tab-content select, .search-box-wrapper.style2 .search-tab-content textarea, .search-box-wrapper.style2 .search-tab-content span.custom-select {
            background: #fff;
            border: 1px solid #d1d1d1;
        }

        .search-box-wrapper.style2 .search-tab-content .selector span.custom-select:before {
            background: #d1d1d1;
        }

        .search-box-wrapper.style2 .search-tab-content .datepicker-wrap:after {
            background: transparent;
            color: #d1d1d1;
        }

        .search-box-wrapper.style2 .search-tab-content button {
            font-size: 1.1667em;
            font-weight: bold;
        }
/* 4.4. Map Search ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.search-box-wrapper .main-search-box {
    padding: 20px 0 10px;
}

    .search-box-wrapper .main-search-box .row {
        margin: 0;
    }

        .search-box-wrapper .main-search-box .row > div {
            padding: 0;
        }

    .search-box-wrapper .main-search-box .title {
        line-height: 43px;
        margin: 0;
    }

    .search-box-wrapper .main-search-box button {
        font-size: 1em;
    }
/* 5. Search Results ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 5.1. Hotel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 5.1.1. Sort by */
.sort-by-section {
    background: #fff;
    padding: 0 20px;
}

    .sort-by-section li {
        float: left;
        padding: 15px 5px; /*&:first-child { padding-left: 0; }
    &:last-child { padding-right: 0; }*/
    }

    .sort-by-section .sort-by-title {
        margin: 15px 20px 0 0;
        line-height: 34px;
        float: left;
    }

    .sort-by-section .sort-bar {
        float: left;
    }

        .sort-by-section .sort-bar .sort-by-container {
            position: relative;
            display: block;
        }

            .sort-by-section .sort-bar .sort-by-container > span {
                background: #f5f5f5;
                height: 34px;
                padding: 0 45px 0 15px;
                line-height: 34px;
                display: block;
                color: #9e9e9e;
            }

                .sort-by-section .sort-bar .sort-by-container > span:after {
                    position: absolute;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    height: 100%;
                    width: 30px;
                    background: #d9d9d9;
                    content: "";
                }

            .sort-by-section .sort-bar .sort-by-container:before, .sort-by-section .sort-bar .sort-by-container:after {
                content: "";
                position: absolute;
                z-index: 1;
                display: block;
                top: 50%;
                right: 12px;
                border-left: 3px solid transparent;
                border-right: 3px solid transparent;
            }

            .sort-by-section .sort-bar .sort-by-container:before {
                margin-top: -6px;
                border-bottom: 5px solid #fff;
            }

            .sort-by-section .sort-bar .sort-by-container:after {
                margin-top: 2px;
                border-top: 5px solid #fff;
            }

        .sort-by-section .sort-bar li.active .sort-by-container > span:after {
            background: #fdb714;
        }

    .sort-by-section .swap-tiles {
        float: right;
        margin-right: 11px;
        font-size: 33px;
    }

        .sort-by-section .swap-tiles li > a > i {
            display: block;
            width: 34px;
            line-height: 34px;
            height: 34px;
            background: #f5f5f5;
            color: #d9d9d9;
            text-align: center;
        }

        .sort-by-section .swap-tiles li:hover > a > i, .sort-by-section .swap-tiles li.active > a > i {
            background: #01b7f2;
            color: #fff;
        }

        .sort-by-section .swap-tiles li.swap-list > a > i {
            font-size: 30px;
        }
/* 5.1.2. Filters */
.filters-container.toggle-container {
    background: none;
}

    .filters-container.toggle-container .panel.style1 {
        border: none;
        margin-bottom: 4px;
        background: #fff;
    }

        .filters-container.toggle-container .panel.style1 .panel-title {
            padding-left: 5px;
        }

        .filters-container.toggle-container .panel.style1 .panel-content {
            padding: 10px 20px 20px;
        }

.search-results-title {
    background: #fff;
    padding: 0 20px;
    margin: 0;
    border-bottom: 4px solid #f5f5f5;
    line-height: 3em;
}

    .search-results-title > i {
        color: #fdb714;
        font-size: 20px;
        margin-right: 10px;
    }

.filters-container .reviews {
    margin: 0;
    letter-spacing: 0.04em;
}

.filters-container ul.filters-option {
    margin-bottom: 10px;
}

    .filters-container ul.filters-option li {
        margin-bottom: 1px;
        background: #f5f5f5;
        padding: 0 15px;
    }

        .filters-container ul.filters-option li a {
            color: inherit;
            display: block;
            padding: 8px 0;
            text-transform: uppercase;
            font-size: 11px;
        }

        .filters-container ul.filters-option li small {
            float: right;
        }

        .filters-container ul.filters-option li:before {
            float: left;
            width: 15px;
            height: 16px;
            display: block;
            line-height: 14px;
            text-align: center;
            margin-top: 12px;
        }

        .filters-container ul.filters-option li:after {
            display: table;
            clear: both;
            content: "";
        }

        .filters-container ul.filters-option li.active {
            background: #01b7f2;
        }

            .filters-container ul.filters-option li.active a {
                color: #fff;
            }

.hotel-list {
    margin-top: 30px;
}
/* 5.1.3. Detailed */
.detailed-logo {
    background: #fff;
    padding: 15px;
}

    .detailed-logo figure {
        background: #f5f5f5;
        text-align: center;
        padding: 20px 0;
    }

        .detailed-logo figure img {
            max-width: 100%;
            height: auto;
            width: auto;
        }

    .detailed-logo .box-title, .detailed-logo .price, .detailed-logo .feedback {
        border-bottom: 1px solid #f5f5f5;
    }

    .detailed-logo .box-title {
        margin-top: 15px;
        padding-bottom: 10px;
        letter-spacing: normal;
    }

        .detailed-logo .box-title > small {
            line-height: 1.5em;
            letter-spacing: 0.04em;
            font-size: 10px;
        }

            .detailed-logo .box-title > small > i {
                font-size: 1.5em;
                display: block;
                float: left;
                margin-right: 3px;
            }

    .detailed-logo .price {
        float: none;
        display: block;
        line-height: 1.75em;
    }

    .detailed-logo .feedback {
        padding: 8px 0 2px;
        color: #9E9E9E;
        text-transform: uppercase;
        font-size: 0.8333em;
        margin-bottom: 10px;
    }

.image-box.style2.activities .details {
    padding-top: 10px;
}

.image-box.style2.activities.innerstyle {
    margin-top: 20px;
}

    .image-box.style2.activities.innerstyle .details {
        padding-right: 0;
    }

.image-box.style2.activities .review-score {
    float: right;
    text-transform: uppercase;
}

    .image-box.style2.activities .review-score .reviews {
        font-size: 0.8333em;
    }

.image-box.style2.activities .five-stars-container {
    float: left;
    margin-right: 10px;
}

.image-box.style2.activities .details-header {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
}

.image-box.style2.activities > * {
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}

    .image-box.style2.activities > *:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.image-box.style2.activities.no-bottom-border > * {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
}

.overall-rating {
    padding: 25px 30px;
}

    .overall-rating .star-rating {
        margin-bottom: 20px;
    }

        .overall-rating .star-rating .five-stars-container {
            font-size: 3em;
            line-height: 1em;
            float: left;
        }

        .overall-rating .star-rating .status {
            text-transform: uppercase;
            display: block;
            float: left;
            line-height: 22px;
            height: 22px;
            background: #01b7f2;
            color: #fff;
            font-weight: bold;
            margin-top: 8px;
            position: relative;
            margin-left: 25px;
            padding: 0 15px 0 10px;
        }

            .overall-rating .star-rating .status:before {
                display: block;
                content: "";
                border-right: 15px solid #01b7f2;
                border-top: 11px solid transparent;
                border-bottom: 11px solid transparent;
                position: absolute;
                top: 0;
                left: -15px;
            }

.detailed-rating {
    text-transform: uppercase;
}

    .detailed-rating li {
        display: block;
    }

        .detailed-rating li > .each-rating {
            border-bottom: 1px solid #f5f5f5;
            display: block;
            padding: 8px 0 5px;
        }

        .detailed-rating li label {
            color: #01b7f2;
        }

        .detailed-rating li .five-stars-container {
            float: right;
            color: #dbdbdb;
        }

.guest-review {
    border-top: 1px solid #f5f5f5;
}

    .guest-review:last-child {
        border-bottom: 1px solid #f5f5f5;
    }

    .guest-review .author {
        text-align: center;
        border-right: 1px solid #f5f5f5;
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .guest-review .author > a {
            width: 74px;
            height: 74px;
        }

        .guest-review .author img {
            width: 100%;
            height: 100%;
        }

        .guest-review .author .name {
            color: #2d3e52;
            font-size: 1.0833em;
            margin-bottom: 0;
        }

        .guest-review .author .date {
            text-transform: uppercase;
            font-size: 0.8333em;
        }

    .guest-review .comment-container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

        .guest-review .comment-container .comment-title {
            color: #01b7f2;
            float: left;
            font-style: italic;
        }

        .guest-review .comment-container .review-score {
            float: right;
        }

            .guest-review .comment-container .review-score .score {
                font-size: 2em;
                margin-left: 10px;
            }

        .guest-review .comment-container .comment-content p {
            line-height: 2em;
        }
/* 5.1.5. Booking page */
.booking-section {
    padding: 20px 30px;
}

.booking-form label {
    font-size: 0.9167em;
}

.booking-form .checkbox label {
    font-size: 1.0833em;
}

.booking-form .form-group {
    margin-bottom: 0;
}

    .booking-form .form-group > * {
        margin-bottom: 20px;
    }

.booking-form .checkbox label {
    text-transform: none;
}

.booking-details figure > a:first-child {
    width: 75px;
    height: 75px;
    float: left;
}

.booking-details figure img {
    width: auto;
    height: 100%;
}

.booking-details figure .travel-title {
    margin-left: 90px;
}

    .booking-details figure .travel-title .box-title {
        margin-bottom: 5px;
    }

        .booking-details figure .travel-title .box-title:after {
            display: none;
        }

.booking-details .details {
    padding-left: 0;
    padding-right: 0;
    padding-top: 7px;
}

.booking-details .timing {
    font-size: 0.8333em;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.3333em;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0 5px;
    margin: 0;
}

    .booking-details .timing .duration {
        font-weight: bold;
        color: #fdb714;
    }

        .booking-details .timing .duration > div {
            margin-top: 5px;
        }

    .booking-details .timing .check-out {
        text-align: left;
    }

    .booking-details .timing label, .booking-details .timing span {
        display: block;
        line-height: 1.42;
        letter-spacing: 0.04em;
    }

    .booking-details .timing label {
        color: #01b7f2;
        font-size: 1em;
        margin-bottom: 0;
        font-weight: normal;
    }

    .booking-details .timing i {
        font-size: 2em;
    }

.booking-details .guest {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
}

.booking-details .other-details {
    font-size: 0.8333em;
    margin-bottom: 0;
    text-align: right;
    text-transform: uppercase;
}

    .booking-details .other-details dt, .booking-details .other-details dd {
        padding: 1.3em 0;
        border-top: 1px solid #f5f5f5;
    }

    .booking-details .other-details dt {
        float: left;
        text-align: left;
        margin: 0;
        color: #01b7f2;
        clear: both;
    }

    .booking-details .other-details .total-price {
        font-size: 2.1em;
        color: #2d3e52;
        text-transform: none;
    }

    .booking-details .other-details .total-price-value {
        color: #98ce44;
        font-size: 2.1em;
    }
/* 5.1.6. Thankyou page */
.booking-information {
    padding: 20px 30px 30px;
}

    .booking-information > .booking-confirmation > .icon {
        color: #fdb714;
        font-size: 1.5em;
        float: left;
        margin-right: 12px;
        margin-top: 4px;
    }

    .booking-information > .booking-confirmation > .message {
        float: left;
    }

    .booking-information > .booking-confirmation .main-message {
        color: #01b7f2;
        margin-bottom: 0;
        letter-spacing: 0.04em;
    }

    .booking-information > .booking-confirmation .print-button {
        float: right;
    }

        .booking-information > .booking-confirmation .print-button button {
            text-transform: uppercase;
        }

    .booking-information > .booking-confirmation p {
        margin-bottom: 0;
    }

    .booking-information .view-link {
        font-size: 1.1667em;
    }
/* 5.2. Flight ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flight-routes.image-box .box {
    margin-bottom: 10px;
}

.flight-routes .box {
    padding: 10px;
}

    .flight-routes .box figure {
        height: 40px;
        width: 40px;
        background: #f5f5f5;
        display: table;
    }

        .flight-routes .box figure > a {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .flight-routes .box figure img {
            /*width: 70%;*/
            max-width: 100%;
        }

    .flight-routes .box .details {
        padding: 5px 0 0;
        margin-left: 55px;
    }

    .flight-routes .box .button {
        margin: 12px 5px 0 0;
    }

    .flight-routes .box .box-title {
        margin-bottom: 0;
    }

.flight-list {
    margin-bottom: 0;
}

.flight-booking-details .details {
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid #f5f5f5;
}

.flight-detail-page .detailed-logo .duration {
    font-size: 0.8333em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 0;
    margin-bottom: 10px;
}

    .flight-detail-page .detailed-logo .duration dl, .flight-detail-page .detailed-logo .duration dt, .flight-detail-page .detailed-logo .duration dd {
        display: inline-block;
        margin: 0;
    }

    .flight-detail-page .detailed-logo .duration dl {
        vertical-align: middle;
    }

    .flight-detail-page .detailed-logo .duration i {
        color: #fdb714;
        font-size: 20px;
        margin-right: 10px;
        line-height: 0;
        vertical-align: middle;
    }

#flight-details .term-description, #car-details .term-description {
    margin: 0;
    font-size: 0.8333em;
}

    #flight-details .term-description dt, #flight-details .term-description dd, #car-details .term-description dt, #car-details .term-description dd {
        line-height: 1.1667em;
    }

#flight-details .travelo-box, #car-details .travelo-box {
    padding: 25px 25px 20px 25px;
    margin: 0;
}

#flight-details .detailed-features {
    background: #fff;
}

#flight-details .box-title {
    margin: 0;
}

#flight-details .flights {
    width: 100%;
    padding-bottom: 30px;
    border-collapse: separate;
    border-spacing: 0;
}

    #flight-details .flights .timing {
        padding: 0;
        border: none;
        display: table;
        margin: 0 auto;
    }

        #flight-details .flights .timing > div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding: 0 7px;
        }

    #flight-details .flights .table-cell {
        border-top: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
        padding: 20px 5px;
        text-align: center;
        vertical-align: middle;
    }

        #flight-details .flights .table-cell:last-child {
            border-right: none;
        }

    #flight-details .flights .logo label {
        display: block;
        font-weight: normal;
        font-size: 0.8333em;
        text-transform: uppercase;
        line-height: 1em;
    }

    #flight-details .flights .logo img {
        max-width: 84px;
        height: auto;
    }

    #flight-details .flights .timing-detail {
        position: relative;
    }

    #flight-details .flights .first-flight .logo {
        position: relative;
    }

        #flight-details .flights .first-flight .logo:after {
            content: "\e883";
            font-family: "FontAwesome";
                font-size: 24px;
            position: absolute;
            display: inline-block;
            width: 10px;
            text-align: center;
            height: 30px;
            line-height: 30px;
            right: -5px;
            bottom: -15px;
            z-index: 9;
            color: #e01a33;
        }

    #flight-details .flights .layover {
        position: absolute;
        display: inline-block;
        text-transform: uppercase;
        font-weight: normal;
        background: #f5f5f5;
        width: 100px;
        height: 20px;
        line-height: 20px;
        font-size: 0.75em;
        left: 50%;
        margin: 0 0 0 -50px;
        bottom: -10px;
        z-index: 9;
        letter-spacing: 0.04em;
    }

#flight-baggage form .checkbox label {
    font-size: 0.8333em;
    text-transform: uppercase;
}

#flight-baggage .baggage .icon-box {
    cursor: default;
}

    #flight-baggage .baggage .icon-box .box-title {
        color: #838383;
    }

    #flight-baggage .baggage .icon-box:hover .box-title {
        color: #2d3e52;
    }

    #flight-baggage .baggage .icon-box:hover i {
        -webkit-animation: sonarEffect 1.3s ease-out 75ms;
        -moz-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms;
    }
/* 5.3. Car ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.explore-more {
    padding: 10px 0 0 4px;
}

    .explore-more .intro {
        text-transform: none;
        margin-bottom: 19px;
        margin-left: 12px;
    }

        .explore-more .intro i {
            float: left;
            margin-right: 10px;
            color: #01b7f2;
            font-size: 16px;
        }

        .explore-more .intro .box-title small {
            margin-bottom: 3px;
        }

    .explore-more .box {
        margin: 0;
        padding-right: 4px;
        width: 50%;
        float: left;
        margin-bottom: 4px;
    }

        .explore-more .box figure figcaption {
            text-transform: uppercase;
            padding-right: 20px;
        }
/* 6. Dashboard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 6.1. Default ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.dashboard #header .logo a, .dashboard #footer .logo a, .post-404page #header .logo a, .post-404page #footer .logo a, .coming-soon-page #header .logo a, .coming-soon-page #footer .logo a, .loading-page #header .logo a, .loading-page #footer .logo a, .soap-login-page #header .logo a, .soap-login-page #footer .logo a {
    background: none;
}

.dashboard #header .logo img, .dashboard #footer .logo img, .post-404page #header .logo img, .post-404page #footer .logo img, .coming-soon-page #header .logo img, .coming-soon-page #footer .logo img, .loading-page #header .logo img, .loading-page #footer .logo img, .soap-login-page #header .logo img, .soap-login-page #footer .logo img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.dashboard #header .logo img {
    height: 22px;
}

#dashboard .fact {
    color: #fff;
    margin-bottom: 20px;
}

    #dashboard .fact .numbers {
        padding: 25px 15px;
    }

        #dashboard .fact .numbers dl {
            float: right;
            text-align: right;
            margin: 0;
        }

        #dashboard .fact .numbers dt {
            font-size: 2em;
            font-weight: 400;
            line-height: 1em;
        }

        #dashboard .fact .numbers dd {
            font-size: 1.3333em;
        }

        #dashboard .fact .numbers .icon {
            font-size: 4em;
        }

    #dashboard .fact .description {
        font-size: 0.8333em;
        text-transform: uppercase;
        padding: 0 20px;
        font-weight: bold;
        line-height: 3em;
    }

        #dashboard .fact .description > .icon {
            float: right;
            font-size: 2em;
        }

    #dashboard .fact.blue {
        background: #01b7f2;
    }

        #dashboard .fact.blue .description {
            background: #04afe7;
        }

    #dashboard .fact.yellow {
        background: #fdb714;
    }

        #dashboard .fact.yellow .description {
            background: #f5b010;
        }

    #dashboard .fact.red {
        background: #e01a33;
    }

        #dashboard .fact.red .description {
            background: #d51a32;
        }

    #dashboard .fact.green {
        background: #98ce44;
    }

        #dashboard .fact.green .description {
            background: #91c63d;
        }

#dashboard .notifications .icon-box {
    background: #f5f5f5;
    font-size: 1em;
    padding-right: 15px;
    margin-bottom: 10px;
    height: auto;
}

    #dashboard .notifications .icon-box:after {
        display: table;
        content: "";
        clear: both;
    }

#dashboard .notifications .box-title {
    line-height: 1em;
    text-transform: none;
    color: #2d3e52;
    padding: 14px 5px 15px 57px;
}

#dashboard .notifications .price {
    color: #01b7f2;
    float: none;
    text-align: left;
    display: inline;
    font-size: inherit;
}

#dashboard .notifications .time {
    line-height: inherit;
}

#dashboard .notifications .load-more {
    font-size: 2.5em;
    text-align: center;
    color: #d9d9d9;
}

#dashboard .recent-activity {
    background: #f5f5f5;
    padding: 15px;
}

    #dashboard .recent-activity ul {
        background: #fff;
        margin-bottom: 15px;
    }

        #dashboard .recent-activity ul li > a {
            padding: 15px;
            border-bottom: 1px solid #f5f5f5;
            display: block;
        }

            #dashboard .recent-activity ul li > a:hover {
                background: #f5f5f5;
            }

        #dashboard .recent-activity ul .icon {
            float: left;
            margin-right: 15px;
            font-size: 1.3333em;
        }
/* 6.1.1. User profile */
#profile .personal-details .details {
    padding-top: 0;
    padding-right: 0;
}

#profile .personal-details figure {
    margin-bottom: 20px;
}

#profile .personal-details .term-description {
    margin-bottom: 0;
}

#profile .edit-profile {
    display: none;
}

#profile .term-description dt, #profile .term-description dd {
    float: none;
    display: inline-block;
    float: none;
    width: 50%;
    vertical-align: top;
}

#profile .term-description dt {
    clear: none;
}

#profile .term-description dd {
    padding-left: 30px;
}

.dashboard .benefits > li {
    font-size: 1.0833em;
    line-height: 2.6667em;
}
/* 6.1.2. Booking history */
#booking .filter-section {
    padding: 10px 15px 5px 5px;
    margin-bottom: 30px;
}

    #booking .filter-section label.radio {
        margin-top: 4px;
    }

        #booking .filter-section label.radio:before {
            border: none;
            line-height: 14px;
        }

    #booking .filter-section button {
        margin-left: 8px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    #booking .filter-section .action {
        width: auto;
        padding: 0 !important;
    }

        #booking .filter-section .action h5 {
            width: auto;
            line-height: 28px;
        }

#booking .booking-info {
    border-top: 1px solid #f5f5f5;
    padding: 10px;
}

    #booking .booking-info:last-child {
        border-bottom: 1px solid #f5f5f5;
    }

    #booking .booking-info div.date {
        width: 72px;
        height: 72px;
        background: #f5f5f5;
        text-align: center;
        float: left;
        margin-right: 20px;
    }

        #booking .booking-info div.date > * {
            margin: 0;
            display: block;
        }

        #booking .booking-info div.date > .month {
            background: #e44049;
            height: 20px;
            line-height: 20px;
            font-size: 0.8333em;
            color: #fff;
        }

        #booking .booking-info div.date > .date {
            font-size: 2em;
            line-height: 1em;
            color: #e44049;
            font-weight: bold;
            margin-top: 6px;
        }

        #booking .booking-info div.date > .day {
            font-size: 0.8333em;
            font-weight: normal;
            line-height: 1.25em;
        }

    #booking .booking-info .box-title, #booking .booking-info .status {
        margin-top: 20px;
    }

    #booking .booking-info .icon {
        font-size: 1.0833em;
        float: left;
        margin-right: 10px;
    }

    #booking .booking-info .box-title {
        float: left;
    }

        #booking .booking-info .box-title small {
            padding-left: 43px;
        }

    #booking .booking-info .status {
        float: right;
        margin-right: 15px;
        background: #98ce44;
    }

    #booking .booking-info .info {
        float: right;
        padding-left: 15px;
        border-left: 1px solid #f5f5f5;
        text-transform: uppercase;
        padding-top: 2px;
        margin-bottom: 0;
        width: 140px;
    }

        #booking .booking-info .info * {
            font-size: 0.8333em;
            font-weight: normal;
        }

        #booking .booking-info .info dt {
            color: #e44049;
        }

    #booking .booking-info.cancelled div.date > .month {
        background: #d9d9d9;
    }

    #booking .booking-info.cancelled div.date > .date, #booking .booking-info.cancelled div.date > .day {
        color: #d9d9d9;
    }

    #booking .booking-info.cancelled .icon, #booking .booking-info.cancelled .icon:before {
        border-color: #d9d9d9;
        color: #d9d9d9;
    }

    #booking .booking-info.cancelled .status {
        background: #d9d9d9;
    }

    #booking .booking-info.cancelled .info dt {
        color: inherit;
    }

#wishlist .image-box .box {
    background: #f5f5f5;
}

    #wishlist .image-box .box .details {
        padding-right: 15px;
    }

#settings form button {
    width: 200px;
}
/* 6.2. Style1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.dashboard #header, .post-404page #header, .soap-login-page #header {
    padding-top: 45px;
}

    .dashboard #header .logo, .post-404page #header .logo, .soap-login-page #header .logo {
        margin: 0;
    }

    .dashboard #header .quick-menu .ribbon > a, .post-404page #header .quick-menu .ribbon > a, .soap-login-page #header .quick-menu .ribbon > a {
        color: #fff;
        font-size: 0.8333em;
        font-weight: bold;
        letter-spacing: 0.04em;
        line-height: 30px;
        display: block;
    }

.dashboard #content, .post-404page #content, .soap-login-page #content {
    background: none;
}

.dashboard #footer .footer-wrapper, .post-404page #footer .footer-wrapper, .soap-login-page #footer .footer-wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
}

    .dashboard #footer .footer-wrapper .copyright, .post-404page #footer .footer-wrapper .copyright, .soap-login-page #footer .footer-wrapper .copyright {
        margin: 0;
    }

    .dashboard #footer .footer-wrapper .main-menu.tab-container.full-width-style .tab-content, .post-404page #footer .footer-wrapper .main-menu.tab-container.full-width-style .tab-content, .soap-login-page #footer .footer-wrapper .main-menu.tab-container.full-width-style .tab-content {
        background: none;
        text-align: center;
    }

    .dashboard #footer .footer-wrapper #main-menu ul.menu > li > a, .post-404page #footer .footer-wrapper #main-menu ul.menu > li > a, .soap-login-page #footer .footer-wrapper #main-menu ul.menu > li > a {
        font-weight: normal;
    }

    .dashboard #footer .footer-wrapper #main-menu ul.menu > li:hover > a, .dashboard #footer .footer-wrapper #main-menu ul.menu > li.active > a, .post-404page #footer .footer-wrapper #main-menu ul.menu > li:hover > a, .post-404page #footer .footer-wrapper #main-menu ul.menu > li.active > a, .soap-login-page #footer .footer-wrapper #main-menu ul.menu > li:hover > a, .soap-login-page #footer .footer-wrapper #main-menu ul.menu > li.active > a {
        font-weight: bold;
    }

        .dashboard #footer .footer-wrapper #main-menu ul.menu > li.active > a:before, .post-404page #footer .footer-wrapper #main-menu ul.menu > li.active > a:before, .soap-login-page #footer .footer-wrapper #main-menu ul.menu > li.active > a:before {
            display: block;
            font-family: "FontAwesome";
                content: "\e883";
            position: absolute;
            top: -20px;
            left: 50%;
            margin-left: -3px;
            font-size: 20px;
            color: #fdb714;
        }

    .dashboard #footer .footer-wrapper #main-menu ul.menu > li:first-child.active > a:before, .post-404page #footer .footer-wrapper #main-menu ul.menu > li:first-child.active > a:before, .soap-login-page #footer .footer-wrapper #main-menu ul.menu > li:first-child.active > a:before {
        margin-left: -13px;
    }

.dashboard.style1, .post-404page.style1, .soap-login-page.style1 {
    background-color: #1a232f;
    background-image: -moz-radial-gradient(center center, circle cover, #273648, #0d1218 100%);
    background-image: -webkit-radial-gradient(center center, circle cover, #273648, #0d1218 100%);
    background-image: -o-radial-gradient(center center, circle cover, #273648, #0d1218 100%);
    background-image: -ms-radial-gradient(center center, circle cover, #273648, #0d1218 100%);
    background-image: radial-gradient(center center, circle cover, #273648, #0d1218 100%);
}

    .dashboard.style1 #content ul.tabs li a, .post-404page.style1 #content ul.tabs li a, .soap-login-page.style1 #content ul.tabs li a {
        background: rgba(13, 18, 24, 0.6);
        color: #708bac;
    }

        .dashboard.style1 #content ul.tabs li a i, .post-404page.style1 #content ul.tabs li a i, .soap-login-page.style1 #content ul.tabs li a i {
            border-color: #708bac;
            color: #708bac;
        }

    .dashboard.style1 #content ul.tabs li.active a, .post-404page.style1 #content ul.tabs li.active a, .soap-login-page.style1 #content ul.tabs li.active a {
        background: #fff;
        color: #2d3e52;
    }

        .dashboard.style1 #content ul.tabs li.active a i, .post-404page.style1 #content ul.tabs li.active a i, .soap-login-page.style1 #content ul.tabs li.active a i {
            border-color: #fdb714;
            color: #fdb714;
        }

    .dashboard.style1 #footer .copyright, .post-404page.style1 #footer .copyright, .soap-login-page.style1 #footer .copyright {
        color: #384c63;
    }

    .dashboard.style1 #footer #main-menu ul.menu > li > a, .post-404page.style1 #footer #main-menu ul.menu > li > a, .soap-login-page.style1 #footer #main-menu ul.menu > li > a {
        color: #7c9abd;
    }

    .dashboard.style1 #footer #main-menu ul.menu > li:hover > a, .dashboard.style1 #footer #main-menu ul.menu > li.active > a, .post-404page.style1 #footer #main-menu ul.menu > li:hover > a, .post-404page.style1 #footer #main-menu ul.menu > li.active > a, .soap-login-page.style1 #footer #main-menu ul.menu > li:hover > a, .soap-login-page.style1 #footer #main-menu ul.menu > li.active > a {
        color: #01b7f2;
    }
/* 6.3. Style2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.dashboard.style2, .post-404page.style2 {
    background-color: #f45533;
    background-image: -moz-radial-gradient(center center, circle cover, #f45533, #bd0000 100%);
    background-image: -webkit-radial-gradient(center center, circle cover, #f45533, #bd0000 100%);
    background-image: -o-radial-gradient(center center, circle cover, #f45533, #bd0000 100%);
    background-image: -ms-radial-gradient(center center, circle cover, #f45533, #bd0000 100%);
    background-image: radial-gradient(center center, circle cover, #f45533, #bd0000 100%);
}

    .dashboard.style2 #content ul.tabs li a, .post-404page.style2 #content ul.tabs li a {
        background: rgba(189, 0, 0, 0.7);
        color: #fdb714;
    }

        .dashboard.style2 #content ul.tabs li a i, .post-404page.style2 #content ul.tabs li a i {
            border-color: #fdb714;
            color: #fdb714;
        }

    .dashboard.style2 #content ul.tabs li.active a, .post-404page.style2 #content ul.tabs li.active a {
        background: #fff;
        color: #2d3e52;
    }

        .dashboard.style2 #content ul.tabs li.active a i, .post-404page.style2 #content ul.tabs li.active a i {
            border-color: #fdb714;
            color: #fdb714;
        }

    .dashboard.style2 #footer .copyright, .post-404page.style2 #footer .copyright {
        color: #fdb714;
    }

    .dashboard.style2 #footer #main-menu ul.menu > li > a, .post-404page.style2 #footer #main-menu ul.menu > li > a {
        color: #fdb714;
    }

    .dashboard.style2 #footer #main-menu ul.menu > li:hover > a, .dashboard.style2 #footer #main-menu ul.menu > li.active > a, .post-404page.style2 #footer #main-menu ul.menu > li:hover > a, .post-404page.style2 #footer #main-menu ul.menu > li.active > a {
        color: #fff;
    }
/* 7. jQuery UI Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 7.1. UI Slider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider.ui-slider-horizontal {
        height: 10px;
    }

        .ui-slider.ui-slider-horizontal .ui-slider-range {
            height: 100%;
        }

        .ui-slider.ui-slider-horizontal .ui-slider-handle {
            margin-left: -10px;
            top: -5px;
        }

    .ui-slider.ui-widget-content {
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -ms-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        background: #f5f5f5;
    }

    .ui-slider .ui-slider-range {
        display: block;
        position: absolute;
        z-index: 1;
        border: none;
        background: #01b7f2;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -ms-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

    .ui-slider.slider-color-yellow .ui-slider-range {
        background: #fdb714;
    }

    .ui-slider.slider-color-blue .ui-slider-range {
        background: #01b7f2;
    }

    .ui-slider.slider-color-green .ui-slider-range {
        background: #98ce44;
    }

    .ui-slider .ui-slider-handle {
        cursor: default;
        position: absolute;
        z-index: 2;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        background: #2d3e52;
        border: 2px solid #fff;
    }

.filters-container #rating {
    font-size: 24px;
}

.filters-container #rating, .editable-rating {
    display: inline-block;
}

    .filters-container #rating.ui-widget-content, .editable-rating.ui-widget-content {
        background: none;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .filters-container #rating.ui-slider-horizontal, .editable-rating.ui-slider-horizontal {
        height: auto;
    }

        .filters-container #rating.ui-slider-horizontal .ui-slider-handle, .editable-rating.ui-slider-horizontal .ui-slider-handle {
            margin: 0;
            width: 0;
            height: 0;
            padding: 0;
            top: 0;
            visibility: hidden;
        }
/* 7.2. DatePicker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.datepicker-wrap {
    position: relative;
}

    .datepicker-wrap .ui-datepicker-trigger {
        width: 30px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        background-color: transparent;
        z-index: 1;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .datepicker-wrap:before {
        display: block;
        font-family: "FontAwesome";
        content: "\f073";
        font-size: 14px;
        color: #002d63;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        height: 100%;
        text-align: center;
        line-height: 45px;
        /*background: #fdb714;*/
    }

    .datepicker-wrap.yellow:after {
        background: #002d63;
    }

    .datepicker-wrap.green:after {
        background: #98ce44;
    }

    .datepicker-wrap.blue:after {
        background-color: #01b7f2;
    }

    .datepicker-wrap.dark-blue:after {
        background-color: #2d3e52;
    }

    .datepicker-wrap.transparent:after {
        background-color: transparent;
        color: #002d63;
    }

.ui-datepicker {
    width: 20em;
    padding: 0;
    display: none;
    background: #fff;
    border: 1px solid #002d63;
    z-index: 101 !important;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background: #0386d8;
        border: 1px solid #0386d8;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 13px;
        cursor: pointer;
    }

        .ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
            visibility: hidden;
        }

        .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

    .ui-datepicker .ui-datepicker-prev {
        left: 24px;
    }

        .ui-datepicker .ui-datepicker-prev:before {
            border-right: 8px solid #fff;
        }

    .ui-datepicker .ui-datepicker-next {
        right: 0px;
    }

        .ui-datepicker .ui-datepicker-next:before {
            border-left: 8px solid #fff;
        }

        .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: none;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 4px;
        text-align: center;
        color: #fff; /*font-size: 1.1667em;
	font-weight: bold;*/
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
            color: #4d4d4d;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 32% !important;
        height: auto;
        padding: 2px;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 12px;
        border-collapse: collapse;
    }

    .ui-datepicker th {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: #f5f5f5;
    }

        .ui-datepicker th span {
            display: block;
            text-align: center;
            font-size: 1.1667em;
            font-weight: normal;
            color: #002d63;
        }

    .ui-datepicker span.ui-datepicker-month {
        font-weight: bold;
    }

    .ui-datepicker .ui-datepicker-calendar td {
        vertical-align: middle;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
            color: inherit;
            display: block;
            height: 39px;
            line-height: 33px;
            font-size:14px;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
            color: #B2B2B2;
        }

        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar td a:hover {
            background: #0386d8;
            color: #fff;
            border: 1px solid #0386d8;
            font-weight:500;
        }

    .ui-datepicker.yellow {
        border: 1px solid #002d63;
    }

        .ui-datepicker.yellow .ui-datepicker-header {
            background: #002d63;
        }

        .ui-datepicker.yellow th span {
            color: #002d63;
        }

        .ui-datepicker.yellow .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.yellow .ui-datepicker-calendar td a:hover {
            background: #002d63;
        }

    .ui-datepicker.green {
        border: 1px solid #98ce44;
    }

        .ui-datepicker.green .ui-datepicker-header {
            background: #98ce44;
        }

        .ui-datepicker.green th span {
            color: #98ce44;
        }

        .ui-datepicker.green .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.green .ui-datepicker-calendar td a:hover {
            background: #98ce44;
        }

    .ui-datepicker.blue {
        border: 1px solid #01b7f2;
    }

        .ui-datepicker.blue .ui-datepicker-header {
            background: #01b7f2;
        }

        .ui-datepicker.blue th span {
            color: #01b7f2;
        }

        .ui-datepicker.blue .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.blue .ui-datepicker-calendar td a:hover {
            background: #01b7f2;
        }

    .ui-datepicker.dark-blue {
        border: 1px solid #2d3e52;
    }

        .ui-datepicker.dark-blue .ui-datepicker-header {
            background: #2d3e52;
        }

        .ui-datepicker.dark-blue th span {
            color: #2d3e52;
        }

        .ui-datepicker.dark-blue .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.dark-blue .ui-datepicker-calendar td a:hover {
            background: #2d3e52;
        }

.destinations {
    text-align: left;
}
/* 9.1.3. Offers Section */
.offers p {
    margin-bottom: 50px;
}
/* 9.1.4. Features Section */
/* 9.1.5. Mobile Section */
.mobile-section .table-wrapper {
    table-layout: fixed;
    width: 100%;
}

.mobile-section .description {
    vertical-align: middle;
}

.mobile-section .image-wrapper {
    vertical-align: bottom;
    padding-top: 50px;
}

    .mobile-section .image-wrapper img {
        max-width: 100%;
    }

.travelo-process {
    display: inline-block;
    position: relative;
    padding: 0 !important;
    float: none !important;
}

    .travelo-process img {
        max-width: 100%;
        margin-bottom: 2px;
    }

    .travelo-process .process {
        display: inline-block;
        position: absolute;
        /*table-layout: fixed;*/
        width: 100%;
        margin-top: -32.4px;
        margin-left: -32.4px;
        margin-right: -32.4px;
    }

        .travelo-process .process .icon-wrapper {
            vertical-align: top;
        }

            .travelo-process .process .icon-wrapper i {
                display: block;
                font-size: 36px;
            }

        .travelo-process .process .details {
            min-width: 250px;
            width: 100%;
        }

        .travelo-process .process.first {
            top: 14.6446%;
            right: 85.3554%;
            margin-left: 0;
            text-align: right;
        }

            .travelo-process .process.first .details {
                padding-right: 8%;
                padding-left: 0;
            }

        .travelo-process .process.second {
            top: 14.6446%;
            left: 85.3554%;
            margin-right: 0;
            text-align: left;
        }

            .travelo-process .process.second .details {
                padding-left: 8%;
                padding-right: 0;
            }

        .travelo-process .process.third {
            top: 85.3554%;
            left: 85.3554%;
            margin-right: 0;
            text-align: left;
        }

            .travelo-process .process.third .details {
                padding-left: 8%;
                padding-right: 0;
            }

        .travelo-process .process.forth {
            top: 85.3554%;
            right: 85.3554%;
            margin-left: 0;
            text-align: right;
        }

            .travelo-process .process.forth .details {
                padding-right: 8%;
                padding-left: 0;
            }
/* 9.1.6. Homepage 9 */
#content.image-bg1 {
    background: url("http://placehold.it/2080x1362") no-repeat center center;
    min-height: 880px;
}
/* 9.2. Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.investor-list img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    max-width: 100%;
    -moz-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    -webkit-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
}

.investor-list .travelo-box {
    height: 100px;
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 10px;
}

    .investor-list .travelo-box > a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
    }

        .investor-list .travelo-box > a:hover > img {
            -webkit-filter: none;
            filter: none;
            -o-filter: none;
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1; /*@include animation(toBottomFromTop, 0.3s, forwards);*/
        }
/* 9.2.1. Service page */
.service-page .service-list .icon-box {
    cursor: pointer;
}

    .service-page .service-list .icon-box:hover i {
        overflow: hidden; /*color: $skin-active-color; background: none;*/
    }

        .service-page .service-list .icon-box:hover i:before {
            -webkit-animation: toTopFromBottom 0.35s forwards;
            -moz-animation: toTopFromBottom 0.35s forwards;
            animation: toTopFromBottom 0.35s forwards;
        }

.service-page .services {
    margin-top: -1px;
    margin-right: -5px;
}

    .service-page .services article {
        cursor: pointer;
        border-top: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5;
        margin: 0;
        padding: 15px;
    }

        .service-page .services article > i {
            background: #01b7f2;
            -moz-transition: all 0.4s ease-in;
            -o-transition: all 0.4s ease-in;
            -webkit-transition: all 0.4s ease-in;
            -ms-transition: all 0.4s ease-in;
            transition: all 0.4s ease-in;
            overflow: hidden;
        }

        .service-page .services article:hover > i {
            box-shadow: 0 0 0 4px #01b7f2;
            background: #fff;
            color: #01b7f2;
        }

            .service-page .services article:hover > i:before {
                -webkit-animation: toTopFromBottom 0.4s forwards;
                -moz-animation: toTopFromBottom 0.4s forwards;
                animation: toTopFromBottom 0.4s forwards;
            }

.mtall30 {
    margin-top: 30px;
}

.lblfrmto {
    opacity: 0;
    transition: opacity .8s, transform .4s;
    -webkit-transform: translate3d(0, -35px, 0);
    transform: translate3d(0, -35px, 0);
}

    .lblfrmto:hover {
        -webkit-transform: translate3d(0, -57px, 0);
        transform: translate3d(0, -57px, 0);
        opacity: 1;
        color: #024;
    }
/* 9.2.2. Photo gallery page */
.gallery-filter a.button {
    min-width: 60px;
    padding: 0 10px;
    text-transform: uppercase;
    margin-right: 8px;
    font-size: 0.9167em;
    margin-bottom: 10px;
}

.items-container {
    margin-bottom: 0;
}

    .items-container .box:hover .hover-effect:after {
        visibility: visible;
        -webkit-transform: rotateY(0deg) scale(1, 1);
        -moz-transform: rotateY(0deg) scale(1, 1);
        -ms-transform: rotateY(0deg) scale(1, 1);
        -o-transform: rotateY(0deg) scale(1, 1);
        transform: rotateY(0deg) scale(1, 1);
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .items-container .box:hover .hover-effect img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .items-container .box:hover .details {
        background: #01b7f2;
    }

        .items-container .box:hover .details .box-title {
            color: #fff;
        }

            .items-container .box:hover .details .box-title small {
                color: #fff;
                filter: alpha(opacity=50);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                opacity: 0.5;
            }
/* 9.2.3. Blog page */
.filters-container ul.categories-filter li {
    padding: 0;
    background: none;
    border-bottom: 1px solid #f5f5f5;
}

    .filters-container ul.categories-filter li.active {
        background: none;
    }

        .filters-container ul.categories-filter li.active:before {
            background: #01b7f2;
            color: #fff;
        }

        .filters-container ul.categories-filter li.active a {
            color: #2d3e52;
        }

            .filters-container ul.categories-filter li.active a small {
                color: #01b7f2;
            }
/* 9.2.5. Contact us page */
.travelo-google-map {
    height: 255px;
}

    .travelo-google-map.full-box {
        height: 400px;
    }

.contact-form label {
    font-size: 0.8333em;
    margin-bottom: 3px;
}

.caarrow {
    font-size: 31px;
    font-weight: 500;
    margin-top: 8px;
}
/* 9.4. Extra Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.more-popular-destinations {
    overflow: hidden;
}

    .more-popular-destinations .row {
        margin-right: -16px;
    }

    .more-popular-destinations ul {
        border-right: 1px solid #fff;
    }

        .more-popular-destinations ul li {
            margin-bottom: 15px;
        }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    ::i-block-chrome, .more-popular-destinations .row {
        margin-right: -19px;
    }
}

.image-box .has-discount {
    position: relative;
    overflow: visible;
}

    .image-box .has-discount:before {
        content: "";
    }

    .image-box .has-discount:before, .image-box .discount {
        display: block;
        position: absolute;
        left: -4px;
        top: -4px;
        width: 100px;
        height: 102px;
        color: #fff;
        background: url(../images/icon/discount.png) no-repeat;
    }

.image-box .discount {
    z-index: 1;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9167em;
    letter-spacing: 0.04em;
    text-indent: -3px;
}

    .image-box .discount .discount-text {
        display: inline-block;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        writing-mode: lr-tb;
    }

.sidebar .widget-queries ul {
    margin-bottom: 15px;
}

.sidebar .widget-queries li {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 5px;
    line-height: 24px;
    font-size: 0.9167em;
    text-transform: uppercase;
}

    .sidebar .widget-queries li a {
        display: block;
    }

        .sidebar .widget-queries li a:hover {
            color: #2d3e52;
        }

            .sidebar .widget-queries li a:hover i {
                color: #01b7f2;
            }

    .sidebar .widget-queries li i {
        color: #d9d9d9;
        font-size: 2em;
        display: block;
        float: left;
        margin-right: 10px;
        width: 20px;
        text-align: center;
    }

.sidebar .post-list .details {
    padding-top: 3px;
}

.sidebar .post-list .box-title {
    margin-bottom: 4px;
}

.sidebar .post-list .avatar img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.travel-story-container {
    background: #fff;
    padding: 0 10px 10px;
}

    .travel-story-container .travel-story-content {
        display: table;
    }

        .travel-story-container .travel-story-content > * {
            display: table-cell;
            vertical-align: top;
        }

        .travel-story-container .travel-story-content .avatar {
            border-right: 1px solid #f5f5f5;
            padding: 20px 20px 10px 10px;
            text-align: center;
        }

            .travel-story-container .travel-story-content .avatar img {
                margin-bottom: 15px;
                width: 90px;
                height: 90px;
            }

        .travel-story-container .travel-story-content .description {
            padding: 20px;
        }

    .travel-story-container .travel-story-meta {
        background: #f5f5f5;
        padding: 10px 10px 0;
        font-size: 1em;
    }

        .travel-story-container .travel-story-meta .story-meta {
            float: right;
            text-transform: uppercase;
        }

            .travel-story-container .travel-story-meta .story-meta > * {
                height: 28px;
                line-height: 28px;
                display: inline-block;
                padding: 0 10px;
                margin-left: 8px;
                margin-bottom: 10px;
                background: #fff;
                color: #9e9e9e;
                letter-spacing: 0.04em;
                font-size: 0.8333em;
                font-weight: normal;
            }

                .travel-story-container .travel-story-meta .story-meta > * i {
                    float: left;
                    font-size: 2.5em;
                    margin-right: 8px;
                    color: #d9d9d9;
                }

                .travel-story-container .travel-story-meta .story-meta > *.date i {
                    font-size: 1.6667em;
                }

            .travel-story-container .travel-story-meta .story-meta a.button:hover {
                background: #fdb714;
                color: #fff;
            }

                .travel-story-container .travel-story-meta .story-meta a.button:hover i {
                    color: #fff;
                }

        .travel-story-container .travel-story-meta .travel-miles {
            line-height: 28px;
            font-size: 1.1667em;
            float: left;
            display: block;
            margin-left: 5px;
        }

            .travel-story-container .travel-story-meta .travel-miles i {
                font-size: 1.8333em;
                color: #01b7f2;
                margin-right: 8px;
                float: left;
            }

        .travel-story-container .travel-story-meta:after {
            display: table;
            content: "";
            clear: both;
        }

    .travel-story-container .my-trip li {
        float: left;
        width: 80px;
        height: 80px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .travel-story-container .my-trip li img {
            max-width: 100%;
        }

        .travel-story-container .my-trip li .hover-effect:after {
            background-size: 30px 30px;
        }

    .travel-story-container .my-trip ul:after {
        display: table;
        content: "";
        clear: both;
    }

#travel-guide .tab-pane {
    padding: 0;
}

#travel-guide .main-content {
    padding: 20px;
}

#travel-guide #travel-guide-sports .intro {
    padding: 15px;
}

#travel-guide .sport-list {
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

    #travel-guide .sport-list li {
        line-height: 2.5em;
    }

    #travel-guide .sport-list [class^="col-"], #travel-guide .sport-list [class*=" col-"] {
        padding: 10px 20px;
        border-right: 1px solid #f5f5f5;
    }

#travel-guide .details {
    padding-bottom: 10px;
}

    #travel-guide .details > *:last-child {
        margin-bottom: 0;
    }

#travel-guide .icon-box {
    text-align: center;
    text-transform: none;
    padding: 0 15px;
}

    #travel-guide .icon-box i {
        margin-bottom: 10px;
        font-size: 1.3333em;
    }

.suggested-places ul.check-square li:before {
    float: left;
    line-height: 1.3em;
}

.suggested-places ul.check-square li > a {
    margin-left: 25px;
    display: block;
}

.suggested-places ul.check-square li:hover, .suggested-places ul.check-square li.active {
    background: none;
}

    .suggested-places ul.check-square li:hover:before, .suggested-places ul.check-square li.active:before {
        background: #fdb714;
        color: #fff;
    }

    .suggested-places ul.check-square li:hover .box-title, .suggested-places ul.check-square li.active .box-title {
        color: #01b7f2;
    }

.travel-ideas .idea-title .index {
    margin-right: 10px;
    display: inline-block;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    color: #fff;
    background: #fdb714;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.75em;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}

.travel-ideas .suggested-places .row {
    margin: 0 -3px 0 -25px;
}

.travel-ideas .suggested-places [class^="col-"] {
    padding-left: 25px;
    padding-right: 0;
    border-right: 1px solid #f5f5f5;
}

.travel-ideas .suggested-places ul.check-square li > a {
    text-transform: uppercase;
}
/* revolution slider fix */
.tp-simpleresponsive .slotholder, .tp-simpleresponsive .slotholder img {
    /*-webkit-backface-visibility: visible !important;-webkit-transform:none !important;*/
}

.btnnew {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.PricePageMatrixDiv {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.PricePageAirline {
    float: left;
    padding: 4px 0px 0px 0px;
    font-weight: bold;
}

.PriceAirlineLable {
    padding: 7px;
    background: #2D3E52;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 69px;
}

.PriceAirlineLableMain {
    color: #990000;
    text-align: center;
    font-weight: bold;
    padding-bottom: 7px;
    height: 90px;
}

.PriceMatrixMainDiv {
    width: 91%;
    float: left;
    height: auto;
    overflow: auto;
}

.PricePagematrix {
    width: 7%;
    height: auto;
    float: left;
    padding: 10px 0px 10px 0px;
}

.PriceMatrixLable {
    padding: 7px;
    border: 1px solid #EBEBEB;
    color: #666666;
    font-weight: bold;
}

.PricePagecenterMain {
    width: 100%;
    height: auto;
    background: none;
    float: left;
    margin: 10px 0px 0px 0px;
}

.PricePageCenterMainTxt {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
}

    .PricePageCenterMainTxt ul {
        display: none;
        list-style-type: none;
        float: left;
        margin: 0px;
        padding: 0px;
    }

    .PricePageCenterMainTxt li {
        display: inline;
        float: left;
        margin: 0px;
        padding: 10px 70px;
        color: #ffffff;
        border: 1px solid #09123e;
         
        font-size: 15px;
    }

.PricepageTablemain {
    
    font-size: 13px;
    color: #000000;
}

.PricePageMatrixDiv ::-webkit-scrollbar {
    background: #f3f3f3;
    border-radius: 10px;
    height: 10px;
    overflow: hidden;
}

.PricePageMatrixDiv ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2D3E52;
    border: 1px solid #999999;
}

.form-groupdate {
    margin-bottom: 0px;
}

.form-groupcabin {
    margin-top: 45px !important;
}

.form-groupcabininn {
    margin-top: -25px !important;
}

.goingon {
    margin-top: 25px;
}

.add {
    width: 100%;
    height: 30px;
    float: right;
    padding-top: 21px;
}

.addbtn {
    display: inline-block;
    position: relative;
    height: 26px;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    color: #444444;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    padding: 9px 5.5% 23px 5.5%;
    font-size: 100%;
     
    line-height: 16px;
    border: 1px solid #e1e0e0;
    border-radius: 1px;
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fefefe, #efeded);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#efeded));
    background-image: -webkit-linear-gradient(top, #fefefe, #efeded);
    background-image: -o-linear-gradient(top, #fefefe, #efeded);
    background-image: linear-gradient(to bottom, #fefefe, #efeded);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .addbtn:hover {
        color: #000;
        text-decoration: none;
        background-color: #fefefe;
        background-image: -moz-linear-gradient(top, #efeded, #fefefe);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efeded), to(#fefefe));
        background-image: -webkit-linear-gradient(top, #efeded, #fefefe);
        background-image: -o-linear-gradient(top, #efeded, #fefefe);
        background-image: linear-gradient(to bottom, #efeded, #fefefe);
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

.addremove-main {
    border-bottom: solid 1px #CCCCCC;
    height: 2px;
    float: left;
    padding: 0px;
    margin-top: 13px;
}

.addremove-up {
    width: 100%;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: right;
}

.remove {
    width: 26%;
    height: 30px;
    float: right;
}

#tab {
    margin: 0 auto;
    float: left;
    height: 37px;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
}

    #tab ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #tab ul li {
            margin: 0;
            padding: 0;
            float: left;
            line-height: 45px;
        }

            #tab ul li a {
                margin: 0;
                padding: 0;
                display: block;
                text-align: center;
                display: block;
                color: #FFF;
                font-size: 14px;
                background: #002d63;
                /*background: url(http://res.perfectibe.com/IBE/C1/images/tab-bg.png);*/
            }

                #tab ul li a.tab1 {
                    background-position: 0 0;
                    height: 45px;
                    width: auto;
                    padding: 0px 18px;
                    border-right: solid 1px #023d84;
                    border-bottom-left-radius: 3px;
                    border-top-left-radius: 3px;
                }

                    #tab ul li a.tab1:hover, #tab ul li a.tab1.active {
                        background-position: 0 -37px;
                        color: #fff;
                        text-decoration: none;
                        background: #FDB714;
                    }

                #tab ul li a.tab2 {
                    background-position: -87px 0;
                    height: 45px;
                    width: auto;
                    padding: 0px 18px;
                    border-right: solid 1px #023d84;
                }

                    #tab ul li a.tab2:hover, #tab ul li a.tab2.active {
                        background-position: -87px -37px;
                        color: #fff;
                        background: #FDB714;
                        text-decoration: none;
                    }

                #tab ul li a.tab3 {
                    background-position: -180px 0;
                    height: 45px;
                    width: auto;
                    padding: 0px 18px;
                    border-bottom-right-radius: 3px;
                    border-top-right-radius: 3px;
                }

                    #tab ul li a.tab3:hover, #tab ul li a.tab3.active {
                        background-position: -180px -37px;
                        color: #fff;
                        background: #FDB714;
                        text-decoration: none;
                    }

.anytime {
    margin-top: 25px;
}

.nonstop {
    margin-top: 30px;
}

.hourtxtselect {
    width: 100%;
}

.ddlPaxDDLSelect {
    width: 60px;
}

.carinner {
    width: 11.66666667%;
}

.process_bg {
    background-color: #01b7f2;
}

    .process_bg h2 {
        color: #fff;
    }

.effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect8:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

.class_box_shadow {
    background: #E7E7E7 none repeat scroll 0% 0%;
    border: 5px solid white;
    position: relative;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
}

.detailsbtn {
    padding: 0px 8px 0px 8px !important;
    margin-top: 5px;
}

.addflight {
    background: #F5F5F5;
    font-size: 13px;
    color: #059BCC;
    text-align: right;
    
    font-weight: bold;
}

.moredetails {
    padding: 0px 0px 0px 0px !important;
    font-weight: bold;
    color: #01B7F2;
}

.anone {
    margin-bottom: 10px !important;
}

.antwo {
    background: #FFF;
    margin-left: 0px;
    margin-right: 0px;
}

.anthree {
    background: none;
    padding: 0 0px;
}

.anfour {
    margin-top: 15px;
    padding-left: 0px;
}

.anfive {
    padding: 0px 0px 0px 10px;
}

.ansix {
    padding: 0px 0px 0px 5px;
}

.anseven {
    padding: 0px 0px 0px 15px;
}

.aneight {
    padding: 0px 14px 0px 5px;
}

.annine {
    padding: 0px 5px 0px 5px;
}

.anten {
    width: 40px;
}

.aneleven {
    visibility: visible;
    animation-duration: 1s;
    padding-left: 10px !important;
}

.antwelve {
    position: inherit;
    z-index: 9;
    border: solid 1px #FDB714;
    background: #FFF;
    width: 100%;
    margin: 0px;
}

.anthirteen {
    padding: 5px;
}

.anforteen {
    padding: 0px 0px 0px 0px;
}

.anfifteen {
    padding: 10px 0px 20px;
}

.ansixteen {
    background: rgb(245, 245, 245) none repeat scroll 0% 0% !important;
}

.anseventeen {
    padding: 6px 35px 4px 0px !important;
}

.aneighteen {
    color: #000;
    font-size: 14px;
}

.anninteen {
    height: auto;
    padding: 15px;
}

.antwenty {
    color: #505050;
    font-weight: bold;
}

.antwentyo {
    margin-top: 17px;
    float: right;
}

.antwentytw {
    margin-bottom: 10px !important;
}

.antwentyt {
    background: #FFF;
    margin-left: 0px;
    margin-right: 0px;
}

.antwentyf {
    border: 1px solid #f3f3f3;
    padding-top: 5px !important;
}

.headtop {
    text-align: center;
    background-color: #2b3c50;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

.rowin {
    padding-left: -5px !important;
    padding-right: -5px !important;
}

.iconcolor {
    color: #FDB714;
    font-size: 14px;
    font-weight: bold;
}
/*.right {
	width: 40%;
	text-align: right;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	clear: right;
	margin-right: 0;
}*/
.trip_summary_wrapper ul {
    margin: 0px;
    padding: 0px;
}

.trip-summary-list ul {
    margin: 0px;
    padding: 0px;
}

.trip-summary-list li {
    list-style: none outside none !important;
    padding-bottom: 4px;
    clear: both;
    margin: 0px;
    padding: 0px;
}

.trip-summary-list .col {
    width: 60%;
    display: block;
    float: left;
}

.trip-summary-list .right {
    width: 40%;
    text-align: right;
    clear: right;
    margin-right: 0;
}

.expand-collapse-content {
    overflow: hidden;
    width: 100%;
    height: auto;
    display: none;
    margin: 2px 0 2px 0;
}

.trip-summary-content {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .trip-summary-content ul {
        margin: 0px;
        padding: 0px;
    }

.radio, .checkbox {
    display: block;
    /* min-height: 20px; */
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
}

.faremain {
    margin-left: 0px !important;
}

.listing-style3.flight .pricedetails {
    display: table-cell;
    padding-left: 15px;
    float: none;
}

.processbartxt {
    padding: 0px 0px 0px 5px;
}

.pricebtmsmall {
    margin-top: -4px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.pricenamein {
    font-size: 15px;
    color: #999;
    /*padding-left: 8px;*/
    font-weight: normal;
}

.listing-style3.flight .priceamenities {
    margin-bottom: 10px;
    float: right;
}

.priceairport {
    font-size: 15px;
    /*letter-spacing: 2px;*/
    text-align: left;
    line-height: 21px;
}

.priceCarriers {
    padding: 0px 0 0 12px;
    color: #bbb;
    margin-top: 4px;
    font-weight: 300;
}

.priceCarriers {
    font-size: 10px;
    color: #aaa;
    padding: 2px 6px 0 12px;
    text-align: right;
    float: right;
    margin-top: -35px;
}

.pricespain {
    margin-left: 16px;
    padding: 0px;
}

.pricebordercenter {
    border-top: solid 1px #F1F1F1;
    padding-top: 0px;
}

.pricelogogroup {
    width: 98%;
    height: auto;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    float: left;
}

.pricelogo {
    border: solid 1px #EAEAEA;
    padding: 10px 15px;
    margin: 10px 0px 0px 7px;
    float: left;
    top: 20px;
    left: 10px;
}

.priceflighttime {
    text-align: left;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.pricelogor {
    border: solid 1px #EAEAEA;
    padding: 10px 15px;
    margin: -10px 0px 10px 65px;
    float: left;
    bottom: 20px;
    right: 10px;
}

.pricefare {
    color: #FFF;
    width: 100%;
    border: solid 1px #f6861f;
    padding: 0px 3px 5px 3px;
    margin-top: 3px;
    background: #f6861f;
    cursor: pointer;
    font-size: 1.9em;
    text-transform: uppercase;
    float: right;
    text-align: center;
    line-height: 18px;
    display: block;
}

    .pricefare small {
        background: #f6861f;
        display: block;
        color: #FFF;
        font-size: 0.4em;
    }

.pricefare-wrapper {
    font-weight: normal;
    background: #f6861f;
    text-transform: uppercase;
    font-size: 0.8333em;
    color: inherit;
    line-height: 1.3333em;
    margin: 0;
}

    .pricefare-wrapper .price-per-unit {
        color: #FFF;
        background: #F90;
        font-size: 1.4em;
        padding-right: 5px;
    }

.priceright {
    background: url(../images/right.png) no-repeat;
    width: 21px;
    height: 16px;
    float: left;
}

.priceradio {
    background: url(../images/radio.png) no-repeat;
    width: 21px;
    height: 16px;
    float: left;
}

.pricefareoth {
    color: #2D3E52;
    width: 100%;
    border: solid 1px #f6861f;
    padding: 0px 3px 5px 3px;
    margin-top: 4px;
    background: #FFF;
    cursor: pointer;
    font-size: 1.9em;
    text-transform: uppercase;
    float: right;
    text-align: center;
    line-height: 18px;
    display: block;
}

    .pricefareoth small {
        background: #FFF;
        display: block;
        color: #f6861f;
        font-size: 0.4em;
    }

.pricefareoth-wrapper {
    font-weight: normal;
    background: #FFF;
    text-transform: uppercase;
    font-size: 0.8333em;
    color: inherit;
    line-height: 1.3333em;
    margin: 0;
}

    .pricefareoth-wrapper .price-per-unit {
        color: #FFF;
        background: #FFF;
        font-size: 1.4em;
        padding-right: 5px;
    }

.priceno {
    width: auto;
    height: auto;
    margin: 10px 10px 0px 0px;
    padding: 0px;
}

    .priceno ul {
        width: auto;
        list-style-type: none;
        height: auto;
        margin: 0px;
        padding: 0px;
    }

    .priceno li {
        width: auto;
        height: auto;
        margin: -5px;
        padding: 0px;
    }

.priceformg {
    margin-bottom: 0px !important;
}

.priceccode {
    font-size: 12px !important;
    line-height: 12px;
    color: #FFF;
    font-weight: 300;
    display: inline;
    vertical-align: top;
}

.priceccodeoth {
    font-size: 12px !important;
    line-height: 12px;
    color: #2D3E52;
    font-weight: 300;
    display: inline;
    vertical-align: top;
}

.ch_bx h5 {
    font-size: 8px;
    font-weight: bold;
    color: #999;
}

.ch_bx1 {
    float: right;
}

.ch_bx {
    float: left;
}

.ch_bx1 h5 {
    font-size: 8px;
    font-weight: bold;
    color: #999;
}

.pricearrow {
    /* margin-left: 34px; */
    width: 18%;
    text-align: center;
    padding: 0px;
    line-height: 29px;
}

.pricereducepadd {
    padding-left: 0px !important;
    padding-right: 4px !important;
}

.checkoutacinput {
    background: #E4E4E4;
    width: 100%;
    float: left;
}

.checkoutacinputin {
    width: 85%;
    float: left;
}

.checkoutacinputimg {
    width: 15%;
    padding: 6px;
    opacity: 0.3;
    float: left;
}

.processrow {
    margin-left: 5px;
    margin-right: 5px;
}

.processbutton {
    font-size: 1.4167em;
    font-weight: bold;
    background: #2D3E52;
    height: 45px;
    line-height: 34px;
}

.processplus {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    /*border: solid 1px #002d63;*/
    float: left;
}

    .processplus ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .processplus li {
        /*background: #002d63;*/
        width: 30px;
        height: 30px;
        /* text-align: center; */
        list-style: none;
        float: left;
        color: #21409a;
        border: solid 2px #21409a;
        margin-right: 10px;
        border-radius: 50%;
        align-content: center;
        text-align: center;
        /* align-content: space-evenly; */
        line-height: normal;
    }

        .processplus li:last-child {
            margin-right: 0px;
            /*border: none;*/
        }

.processplusin {
    background: #FFFFFF !important;
    padding: 8px 0px 3px !important;
    color: #000 !important;
}

.processinput {
    border: none;
    text-align: center;
    height: 22px;
    width: 22px;
    margin: -3px 0px 0px 0px;
    padding: 0px;
    border-radius: 50%;
}

.processpadmar {
    margin-bottom: 0px !important;
    margin-left: 10px;
}

.fs-16 {
    font-size: 16px;
    line-height: 27px;
}

.errorRedBorder {
    border: 1px solid red !important;
}

.processdelet {
    padding: 9px 24px 9px 0px;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    color: #2D3E52;
}

.processAddflight {
    background: #002d63;
    text-align: center;
    padding: 15px 9px 14px 9px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

    .processAddflight a {
        padding: 15px 9px 14px 9px;
        color: #fff;
    }

.processpaxpointer {
    cursor: pointer;
}

.page-footer-container {
    height: 40px;
    background: #2d3e52;
}

.processfooter {
    padding-top: 11px;
}

.footerprocesslink {
    color: #FFF !important;
    text-decoration: none;
    padding-left: 0px;
    list-style-type: none;
}
/* 2.9. Tabs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tab-wrapper {
    background: #fff;
}

    .tab-wrapper .tab-container .tab-content .tab-pane {
        padding-left: 0;
        padding-right: 0;
    }

.tab-pane [class^="col-"], .tab-pane [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.tab-pane .row {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.tab-container {
    /* 2.9.1. Style 1 */
    /* 2.9.2. Transparent Tab */
    /* 2.9.3. Full Width Tab */
}

    .tab-container ul.tabs {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .tab-container ul.tabs li {
            float: left;
            padding-right: 0px;
            width: auto;
            /* border-right: 1px solid #ccc; */
            float: left;
            padding: 0 13px;
            width: auto;
        }
            .tab-container ul.tabs li:last-child {
                border-right: none;
            }
/*
            .tab-container ul.tabs li:last-child {
                padding-right: 0;
                border-right: none;
            }*/

            .tab-container ul.tabs li a {
                color: #fff;
                display: block;
             
                line-height: 50px;
                text-decoration: none;
                text-transform: capitalize;
                white-space: nowrap;
                color: #fff;
                display: block;
                padding: 0 8px;
                text-align: center;
                /* background: #0386d8; */
                /* border-right: 1px solid #ccc; */
                font-size: 16px;
                font-weight: normal;
                /* height: 50px; */
                line-height: 35px;
                text-decoration: none;
                text-transform: capitalize;
                white-space: nowrap;
                place-content: center;
            }

.tl-redus {
    border-top-left-radius: 5px 5px !important;
}

.tr-redus {
    border-top-right-radius: 5px 5px !important;
}

.tab-container ul.tabs li.active > a, .tab-container ul.tabs li:hover > a {
    color: #002d63;
    background: #fff;
    border: 1px solid #ffffff;
    border-radius: 45px;
    align-items: center;
    /* display: flex; */
    color: #0094da;
    background: #ffffff;
    justify-content: center;
}

.tab-container ul.tabs.full-width {
    display: block;
    /*margin-bottom: -4px;*/
}

    .tab-container ul.tabs.full-width li {
        float: none;
        display: table-cell;
        vertical-align: middle;
        width: 1%;
    }

        .tab-container ul.tabs.full-width li a {
            padding: 0;
            text-align: center;
        }

.tab-container ul.tabs:after {
    display: table;
    content: "";
    clear: both;
}
.tab-container .tab-content{
    background: none;
}

/* .tab-container .tab-content::before{
    background: #fff;
    border-radius: 0 0 5px 5px;
    width: 100%;
    aspect-ratio: 0.1;
    background: #ffffff;
    border-radius: 15px 15px;
    mask:linear-gradient(#00000000 48px, #000 50px), radial-gradient(55px at calc(87% + 15px) -6px, #00000000 100%, #000 calc(100% + 2px)) no-repeat, radial-gradient(55px at calc(13% - 15px) -6px, #00000003 100%, #000 calc(100% + 2px)) 100% 0px no-repeat;
    mask-size: 105px;
    height: 285px;
    margin: 15px 0;
} */
.tab-container .tab-content::before{
   content: ""; position: absolute;
    inset: 0;
    background: #fff; border-radius: 15px;

    mask:linear-gradient(#00000000 48px, #000 50px), radial-gradient(55px at calc(87% + 15px) -6px, #00000000 100%, #000 calc(100% + 2px)) no-repeat, radial-gradient(55px at calc(13% - 15px) -6px, #00000003 100%, #000 calc(100% + 2px)) 100% 0px no-repeat;
    mask-size: 105px;
    height: auto;
    margin: 15px 15px 0px 15px;
}

    .tab-container .tab-content .tab-pane {
        padding: 90px 15px 15px;
        line-height: 1.7em;
    }

        .tab-container .tab-content .tab-pane .row {
            /*margin-bottom: 15px;border-top: 1px solid #f5f5f5; padding: 20px 0;
&:first-child { border: none; padding-top: 0; }
&:last-child { padding-bottom: 0; }*/
        }

        .tab-container .tab-content .tab-pane > img {
            margin: 0 15px 0 0;
        }

        .tab-container .tab-content .tab-pane:after {
            content: "";
            display: table;
            clear: both;
        }

        .tab-container .tab-content .tab-pane .image-box .details {
            padding-right: 0;
        }

.tab-container.style1 ul.tabs {
    display: block;
    background: #fff;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #f5f5f5;
}

    .tab-container.style1 ul.tabs li {
        padding-right: 10px;
    }

        .tab-container.style1 ul.tabs li a {
            height: 30px;
            line-height: 30px;
            background: #f5f5f5;
            padding: 0 18px;
            color: #9e9e9e;
            font-weight: normal;
            font-size: 0.9167em;
            font-weight: bold;
        }

        .tab-container.style1 ul.tabs li.active > a, .tab-container.style1 ul.tabs li:hover > a {
            color: #fff;
            background: #01b7f2;
            position: relative;
        }

            .tab-container.style1 ul.tabs li.active > a:after, .tab-container.style1 ul.tabs li:hover > a:after {
                position: absolute;
                bottom: -5px;
                left: 50%;
                margin-left: -10px;
                border-top: 5px solid #01b7f2;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                content: "";
            }

            .tab-container.style1 ul.tabs li:hover > a:after {
                display: none;
            }

        .tab-container.style1 ul.tabs li.active:hover > a:after {
            display: block;
        }

    .tab-container.style1 ul.tabs.full-width li a {
        padding: 0;
    }

.tab-container.trans-style {
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

    .tab-container.trans-style ul.tabs {
        padding: 0 10px;
    }

        .tab-container.trans-style ul.tabs li a {
            filter: alpha(opacity=55.0);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55.0)";
            -moz-opacity: 0.55;
            -khtml-opacity: 0.55;
            opacity: 0.55;
            background: #fff;
            color: #000;
            overflow: hidden;
        }

            .tab-container.trans-style ul.tabs li a i {
                font-size: 16px;
                vertical-align: middle;
                margin-right: 10px;
            }

                .tab-container.trans-style ul.tabs li a i[class^="soap-icon"] {
                    font-size: 20px;
                }

            .tab-container.trans-style ul.tabs li a:hover {
                filter: alpha(opacity=80);
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
                opacity: 0.8;
                color: #01b7f2;
            }

                .tab-container.trans-style ul.tabs li a:hover i {
                    -webkit-animation: toTopFromBottom 0.3s forwards;
                    -moz-animation: toTopFromBottom 0.3s forwards;
                    animation: toTopFromBottom 0.3s forwards;
                }

        .tab-container.trans-style ul.tabs li.active a {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
            color: #01b7f2;
        }

            .tab-container.trans-style ul.tabs li a:hover i, .tab-container.trans-style ul.tabs li.active a i {
                color: #fdb714;
            }

.tab-container.full-width-style ul.tabs {
    width: 14%;
    float: left;
}

    .tab-container.full-width-style ul.tabs:after {
        display: none;
        clear: none;
    }

    .tab-container.full-width-style ul.tabs li {
        float: none;
        margin: 0;
        padding-right: 0;
    }

        .tab-container.full-width-style ul.tabs li a {
            height: 100px;
            display: block;
            border-bottom: 3px solid #f5f5f5;
            border-right: 3px solid #f5f5f5;
            background: #fff;
            color: inherit;
            font-size: 1.1667em;
            text-transform: none;
            font-weight: normal;
            text-align: center;
            padding-top: 20px;
            line-height: 2em;
        }

            .tab-container.full-width-style ul.tabs li a > i {
                color: #d9d9d9;
                display: block;
                font-size: 18px;
                margin: 0 auto;
                width: 1.6em;
                height: 1.6em;
                line-height: 1.5em;
                overflow: hidden;
            }

            .tab-container.full-width-style ul.tabs li a:hover i:before {
                -webkit-animation: toTopFromBottom 0.3s forwards;
                -moz-animation: toTopFromBottom 0.3s forwards;
                animation: toTopFromBottom 0.3s forwards;
            }

            .tab-container.full-width-style ul.tabs li.active a, .tab-container.full-width-style ul.tabs li a:hover {
                color: #2d3e52;
            }

                .tab-container.full-width-style ul.tabs li a:hover i, .tab-container.full-width-style ul.tabs li.active a i {
                    color: #fdb714;
                    border-color: #fdb714;
                }

        .tab-container.full-width-style ul.tabs li:last-child.active a {
            border-bottom: none;
        }

        .tab-container.full-width-style ul.tabs li.active a {
            border-right-color: transparent;
        }

.tab-container.full-width-style.arrow-left ul.tabs li {
    margin-bottom: 4px;
}

    .tab-container.full-width-style.arrow-left ul.tabs li a {
        border: none;
        margin-right: 4px;
    }

    .tab-container.full-width-style.arrow-left ul.tabs li.active a {
        margin-right: 0;
        border-left: 2px solid #fdb714;
        position: relative;
    }

        .tab-container.full-width-style.arrow-left ul.tabs li.active a:after {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -5px;
            border-left: 3px solid #fdb714;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

.tab-container.full-width-style.arrow-left .tab-content .tab-pane {
    padding: 30px;
}

.tab-container.full-width-style .tab-content {
    float: left;
    width: 86%;
}

    .tab-container.full-width-style .tab-content .tab-content-title {
        color: #01b7f2;
    }

.tab-container.full-width-style:after {
    display: table;
    content: "";
    clear: both;
}
/*-------------------------Hotel-----------------------*/
.paxWrapCont {
    min-width: 300px;
    background: #fff;
    position: absolute;
    -webkit-box-shadow: 0 1px 5px #999;
    -moz-box-shadow: 0 1px 5px #999;
    box-shadow: 0 1px 5px #999;
    left: 2px;
    z-index: 9;
    top: 100.7%;
}

.paxBox {
    background: #fff;
    border-bottom: 1px solid #666;
    border-radius: 0px;
    height: 50px;
    line-height: 38px;
    width: 100%;
    display: block;
    padding: 4px 8px 8px;
}

.h-guest {
    font-size: 22px;
    color: #024;
}

.marginT12 {
    margin-top: 12px;
}

.guestarro {
    font-size: 35px !important;
    margin-top: 4px;
    color: #002d63;
}

.paxWrapper {
    padding-top: 22px;
}

.ico18 {
    font-size: 18px;
}

.paxWrapCont .tipLeft {
    position: relative
}

    .paxWrapCont .tipLeft:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        border-width: 6px;
        margin-top: -6px
    }

.paxWrapCont .rowIcons {
    position: absolute;
    margin: 6px 0 0;
    right: 10px
}

.paxWrapCont .userselected {
    cursor: pointer
}

.borderBtm {
    border-bottom: 1px solid #e6e6e6;
}

.paxWrapCont .rowIcons {
    position: absolute;
    margin: 6px 0 0;
    right: 10px;
}

a:visited {
    color: #2c67b3;
}

[class^="icon-"], [class*=" icon-"] { 
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-edit:before {
    content: "\e94e";
}

.paxWrapCont .userselected {
    cursor: pointer;
}

.bg-greyLtest1 {
    background-color: #f5f5f5;
}

.paxWrapCont .tipLeft {
    position: relative;
    font-size: 14px;
    color: #002d63;
    font-weight: 500;
}

.pad10 {
    /* padding: 10px;*/
    padding: 20px 10px;
}

.fl {
    float: left;
}

.width100 {
    width: 100%;
}

.posRel {
    position: relative;
}

.pad5 {
    padding: 14px 10px;
}

.ico16 {
    font-size: 22px;
}

.red {
    color: #f00;
    font-size: 22px;
}

.ico14 {
    font-size: 15px;
}

.ico15 {
    font-size: 15px;
}

.padL5 {
    padding-left: 10px;
}

.ico12 {
    font-size: 16px;
    font-weight: bold;
}

.padT5 {
    padding-top: 3px;
}

.grey {
    color: #002d63;
}

.marginT2 {
    margin-top: 2px;
}

.fb {
    font-weight: bold;
    font-style: normal;
}

.lh1-2 {
    line-height: 1.2 !important;
}

.ico13 {
    font-size: 13px;
}

.padB5 {
    padding-bottom: 5px;
}

.bg-greyLtest1 {
    background-color: #f5f5f5;
}

.marginB10 {
    margin-bottom: 10px;
}

.borderBtm {
    border-bottom: 1px solid #e6e6e6;
}

.db {
    display: block;
}

.width100 {
    width: 100%;
}

.button.outlineBlue {
    border: 1px solid #002d63;
    color: #FFFFFF;
    background: #002d63;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    font-size: 12px;
    text-transform: uppercase;
    padding: 9px 15px;
    font-weight: 400;
    line-height: normal;
}

.button {
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px 15px;
    text-align: center;
    color: #fff;
    border: 0;
    font-size: 14px;
    -webkit-appearance: none;
}

.margin5 {
    margin: 5px;
}

.button.blue {
    background: #7db921;
    color: #fff;
}

.button.xsmall {
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 8px;
}

.fr {
    float: right;
}

.customSelect {
    padding: 0;
    margin: 0;
    /*border: 1px solid #ccc;*/
    width: 60px;
    overflow: hidden;
    background-color: #fff;
    background: url("../images/selectArrow.png") no-repeat 100% 50%;
}

    .customSelect select {
        padding: 3px 5px;
        width: 100%;
        height: 47px;
        border: none;
        font-size: 20px;
        color: #002d63;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .customSelect select:before {
            content: "";
            border-color: #000066 transparent transparent;
            border-style: solid;
            border-width: 10px;
            width: 0;
            height: 0;
            position: absolute;
            bottom: 8px;
            right: 10px;
        }


        .customSelect select:after {
            content: "";
            border-color: #fff transparent transparent;
            border-style: solid;
            border-width: 9px;
            width: 0;
            height: 0;
            position: absolute;
            bottom: 12px;
            right: 11px;
        }

.widgetUserBlock {
    float: left;
    width: 22%;
    margin-right: 3%;
    padding: 5px 0 0;
}

.font10Lt {
    font-size: 10px;
    color: #999;
}

.padT3 {
    padding-top: 3px;
}

@media (min-width: 320px) and (max-width: 480px) {
/*    .processplus li {
    
        padding: 6px 0px;
        float: left;
        color: #002d63;
        border-right: 2px solid #666;
    }*/

    .processinput {
        width: 20px;
        border: none;
        text-align: center;
        height: 20px;
    }

    .processplus {
        width: auto;
        height: auto;
        min-width: 129px;
        margin: 0px;
        padding: 0px;
        /* border: solid 1px #002d63; */
        float: left;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    color: #e91010;
    text-decoration: none;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.clsDLR {
    width: 5%;
    padding: 6px;
    float: left;
    background: #E4E4E4;
}

.clsUSD {
    width: 15%;
    padding: 6px;
    float: right;
    background: #E4E4E4;
}

.przero {
    padding-right: 0px !important;
}


/*----------------------------------updated design css--------------------------------------*/
.clsmobileview .form-group{
    position:relative;
}
.ico-hold {
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
	display: none;
    position: absolute;
    top: 50%;
    right: 11px;
    background: #FFF;
    border-radius: 0 2px 2px 0;
    transform: translatey(-50%);
}

.ico-current {
    width: 100%;
    height: 100%;
    display: block;
 
    background: url(https://dev.twai.com/projects/dynamicpackage/images/sprite-alt.png) no-repeat -564px -406px;
    cursor: pointer;
   
}

.mt-3 {
    margin-top: 3px;
}

.autocomplete-focus-parent.field-col {
    display: none;
    padding: 0 !important;
}

/*-------------------------Passanger CSS START----------------------------------*/
.pass-form-control {
    font-weight: 400;
    padding: 0px 0px 0px 8px;
    outline: none;
    box-shadow: none;
   
    border: 1px solid #666;
    border-radius: 5px;
    transition: all 0.2s;
    font-size: 15px;
    color: #024;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    line-height: 54px;
    border-color: #666;
    background-color: #fff;
}

.box-field > input + i {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 18px;
    color: #00266b;
    transition: all 0.2s;
    transform: none !important;
}

.boxh-field > input + i {
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 15px;
    color: #00266b;
    transition: all 0.2s;
    transform: none !important;
}

/* List Dropdown Passenger */
.list-dropdown-passengers {
    list-style: none;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 10px;
    padding: 20px;
    width: 320px;
    border-radius: 5px;
    box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    background-color: #fff;
}

    .list-dropdown-passengers.is-active {
        opacity: 1;
        visibility: visible;
    }

    .list-dropdown-passengers > li + li {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #ddd;
    }

    .list-dropdown-passengers > li:last-child {
        display: flex;
        margin-top: 5px;
        border-top: none;
    }
/* List Persons Count */
.list-persons-count {
    list-style: none;
    padding: 0px;
    padding-bottom: 5px;
}

    .list-persons-count > li {
        display: flex;
        margin-bottom: 16px;
        align-items: center;
    }

        .list-persons-count > li + li {
            margin-top: 5px;
        }

        .list-persons-count > li > span:first-child {
            margin-right: 20px;
            width: 240px;
            color: #21409a;
            font-size: 14px;
            font-weight: 600;
        }

        .list-persons-count > li > span, small {
            color: #6d727f;
            font-size: 12px;
            font-weight: 400;
        }

.list-dropdown-passengers.opensright:before {
    left: 49px;
}

.list-dropdown-passengers:before {
    top: -7px;
    right: 20px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.list-dropdown-passengers:before, .list-dropdown-passengers:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}



.list-dropdown-passengers.opensright:after {
    left: 50px;
}

.list-dropdown-passengers:after {
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.list-dropdown-passengers:before, .list-dropdown-passengers:after {
    position: absolute;
    display: inline-block;
    /*border-bottom-color: rgba(0, 0, 0, 0.2);*/
    content: '';
}



/* Counter Add Item */
.counter-add-item {
    display: flex;
    align-items: center;
}

    .counter-add-item > * {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
    }

    .counter-add-item a {
        width: 30px;
        height: 30px;
        font-size: 20px;
        font-weight: 400;
        border: 1px solid #5091fa;
        border-radius: 5px;
        color: #5091fa;
        background: #fff;
    }

        .counter-add-item a:hover {
            background-color: #5091fa;
            color: #fff;
        }

    .counter-add-item input[type="text"] {
        margin: 0 5px;
        padding: 0;
        width: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

        .counter-add-item input[type="text"]:focus {
            border-color: #ccc;
            color: #222;
        }

.list-select-grade li + li {
    margin-top: 3px;
}

.passspan {
    position: absolute;
    left: 26px;
    top: 15px;
    font-size: 24px;
    color: #666;
}

    .passspan i {
        position: absolute;
        right: -66px;
        top: 4px;
        font-size: 18px;
        color: #00266b;
        transition: all 0.2s;
        transform: none !important;
    }

@media (max-width: 768px) {

    /*.tab-container .tab-content .tab-pane {
    padding: 0px 15px;
    line-height: 1.7em;
}*/

  

    .list-persons-count > li > span:first-child {
        margin-right: 66px;
        /*width: 150px;*/
        color: #002d63;
        font-size: 14px;
        font-weight: 600;
    }
    /* .dateresponsive {
    width: 100%
  } */
    .list-dropdown-passengers {
        list-style: none;
        position: absolute;
        z-index: 10;
        top: 60px;
        right: 0px;
        padding: 10px;
        width: 100%;
        border-radius: 5px;
        box-shadow: none;
        transition: all 0.3s;
        background-color: #fff;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .pass-form-control {
        font-weight: 400;
        padding: 0 15px;
        outline: none;
        box-shadow: none;
        border-bottom: 1px solid #666;
        border-radius: 5px;
        transition: all 0.2s;
        font-size: 18px;
        color: #024;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: 60px;
        line-height: 44px;
        border-color: #666;
        background-color: #fff;
    }

    .lbllftpass {
        position: absolute;
        left: 12px;
        font-size: 12px;
        color: #000000;
    }
    }

    .passspan {
        position: absolute;
        left: 27px;
        top: 13px;
        font-size: 24px;
        color: #002244;
    }

    .counter-add-item > * {
        height: 40px;
        width: 40px;
    }

    .counter-add-item input[type="text"] {
        margin: 0 5px;
    }
}
/* List Select Grade */
.list-select-grade {
    list-style: none;
    padding: 0px;
}

    .list-select-grade li + li {
        margin-top: 3px;
    }
/* Custom Radio Button */
.radio-container.radio-default {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Hide the browser's default radio button */
    /* Create a custom radio button */
    /* On mouse-over, add a grey background color */
    /* When the radio button is checked, add a blue background */
    /* Show the indicator (dot/circle) when checked */
}

    .radio-container.radio-default input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .radio-container.radio-default .checkmark {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        margin-right: 10px;
        height: 20px;
        width: 20px;
        box-shadow: inset 0 0 0 2px rgba(34, 34, 34, 0.2);
        background-color: #fff;
        border-radius: 50%;
        /* Create the indicator (the dot/circle - hidden when not checked) */
    }

        .radio-container.radio-default .checkmark::after {
            content: "";
            position: absolute;
            display: none;
            width: 10px;
            height: 10px;
            border-radius: 999px;
            background-color: #5091fa;
        }

    .radio-container.radio-default:hover input ~ .checkmark {
        box-shadow: inset 0 0 0 2px #5091fa;
    }

    .radio-container.radio-default input:checked ~ .checkmark {
        box-shadow: inset 0 0 0 2px #5091fa;
    }

        .radio-container.radio-default input:checked ~ .checkmark:after {
            display: block;
        }
/* List Reservation Options */
.list-reservation-options {
    list-style: none;
    padding: 0px;
}

    .list-reservation-options li + li {
        margin-top: 3px;
    }

    .list-reservation-options .label-container.checkbox-default {
        font-size: 14px;
    }

.btn.colorful, .btn.hover-colorful:hover {
    background-color: #0386d8;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    border-color: #0386d8;
}

.btn.x-small {
    padding: 10px 16px;
    font-size: 12px;
}

.btn.dark, .btn.hover-dark:hover {
    background: #21409a;
    color: #fff;
    text-shadow: none;
    border-color: #21409a;
}

.label-container.checkbox-default {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .label-container.checkbox-default input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .label-container.checkbox-default .checkmark {
        display: inline-block;
        position: relative;
        top: 2px;
        left: 0;
        margin-right: 10px;
        height: 20px;
        width: 20px;
        flex: 0 0 20px;
        border-radius: 5px;
        box-shadow: inset 0 0 0 2px #ccc;
    }

    .label-container.checkbox-default input:checked ~ .checkmark {
        background-color: #017df2;
        box-shadow: inset 0 0 0 1px #017df2;
    }

        .label-container.checkbox-default input:checked ~ .checkmark:after {
            display: block;
        }

    .label-container.checkbox-default .checkmark:after {
        left: 8px;
        top: 4px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .label-container.checkbox-default .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
/*.processplus {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: solid 1px #00266b;
	float: left;
}
.processplus ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.processplus li {
	background: #00266b;
    padding: 8px 4px;
    width: 33.33%;
    text-align: center;
    float: left;
    color: #FFF;
    border-right: solid 2px #FFFFFF;
}
.processplus li:last-child {
	border: none;
}
.processplusin {
	background: #FFFFFF !important;
	padding: 0px 0px !important;
	color: #000 !important;
}
.processinput {
	width: 100%;
	border: none;
	text-align: center;
	height: 34px;
}*/
.processpadmar {
    margin-bottom: 0px !important;
    margin-left: 10px;
}

.padd-lr {
    padding-left: 5px;
    padding-right: 5px;
}

ul.add_info {
    list-style: none;
    padding: 0;
    margin: 8px 0px 0px 0px;
    float: left;
}

    ul.add_info li {
        display: inline-block;
        margin-right: 4px;
        border: 1px solid #ededed;
        text-align: center;
        float: left;
        width: 25px;
        height: 25px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px
    }

        ul.add_info li a {
            color: #555;
            width: 25px;
            height: 25px;
            display: block
        }

        ul.add_info li i {
            display: inline-block;
            font-size: 14px;
            top: 2px;
            position: relative
        }
/*-------------------------Passanger CSS End----------------------------------*/
@media screen and (max-width: 460px) {
    .fl .autocomplete-focus .field-col .inp-city {
        padding-left: 10px;
    }
}

@media screen and (min-width: 768px) {
    .moropt {
        margin-top: 39px;
        float: left;
    }
}

.field-col .inp-city {
    padding: 0 32px 0 68px;
    font-weight: 600;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
}

.btnsearfchmoble {
    padding-left: 10px;
    font-size: 14px;
    padding-right: 10px;
   
}
.btnsearfchmoble button{
    border-radius: 5px;
    /* background: #21409a; */
    color: #fff;
    font-size: 16px;
    /* font-weight: bold; */
    background: #0386d8;
    
}

.btn-options {
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    /*padding: 0 0 0 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none!important;*/
}

    .btn-options:hover {
        color: #3d3100;
    }

.truncatetext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
}

.border-none {
    border: none !important;
}

.fsize-22 {
    font-size: 22px;
}

.hrt-button {
    -webkit-align-items: center;
    align-items: center;
    border-radius: 0.5rem;
    border-style: solid;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 30px;
    padding: 0.25rem 1rem;
    -webkit-tap-highlight-color: transparent;
    text-shadow: none;
    min-height: 30px;
    height: 30px;
    background-color: transparent;
    border-color: transparent;
    border-width: 0;
    color: #0386d8;
}

    .hrt-button:hover {
        background: none !important;
    }

.uitk-button-subText {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    padding: 2px 0;
}

.roomhdr {
    color: #0386d8;
    font-size: 15px;
    font-weight: bold;
}

.hbbslect {
    border-bottom: 1px solid #666;
}









@media screen and (max-width: 760px) {
    .ui-datepicker {
        width: 100%;
        padding: 0;
        display: none;
        background: #fff;
        border: 1px solid #fdb714;
        z-index: 101 !important;
    }

    .ico-mobilehold {
        width: 37px;
        height: 43px;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        position: absolute;
        top: 1px;
        right: 11px;
        bottom: 1px;
        background: #FFF;
        border-radius: 0 2px 2px 0;
    }

/*    .ico-hold {
        width: 37px;
        height: 43px;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        position: absolute;
        top: 1px;
        right: 11px;
        bottom: 1px;
        background: #FFF;
        border-radius: 0 2px 2px 0;
    }*/

    section#content {
        min-height: 400px;
        width: 100%;
        padding-top: 0px !important;
        text-align: left;
        background: #FFF;
    }

    .box {
        margin-bottom: 10px;
        box-shadow: none;
    }

    .autocomplete-focus-parent.field-col {
        display: block;
        padding: 0 !important;
    }

    .autocomplete-focus .field-col {
        width: auto !important;
        padding: 0 0 15px;
        display: none;
        float: none;
        margin: 0;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header {
        width: 100%;
        background: #FFF;
        padding: 10px 10px 11px !important;
        margin: 0 !important;
        min-height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1110;
        color: #fff;
    }

    /*.clsmobileview{margin-top: -20px;}*/

    .mobile-back {
        position: absolute;
        left: 19px;
        top: 10px;
        width: 32px;
        color: #005aeb;
        height: 32px;
        opacity: 1;
    }

        .mobile-back:hover {
            opacity: 1;
        }

        .mobile-back:before, .mobile-back:after {
            position: absolute;
            left: 7px;
            content: ' ';
            height: 24px;
            width: 2px;
            background-color: #005aeb;
        }

        .mobile-back:before {
            transform: rotate(45deg);
        }

        .mobile-back:after {
            transform: rotate(-45deg);
        }


    /*.mobile-back {
    display: block !important;
  }
  .mobile-back:after, .mobile-back:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 13px 0;
    border-color: transparent #fff transparent transparent;
    background-image: none;
    margin: -13px 0 0 -10px;
    z-index: 2;
  }
  .mobile-back:after {
    border-style: solid;
    border-width: 13px 13px 13px 0;
    border-color: transparent #002d63 transparent transparent;
    margin: -13px 0 0 -5px;
  }
  .mobile-back {
    width: 48px !important;
    min-width: 0 !important;
    height: 48px !important;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    display: none;
    position: absolute;
    left: 1px;
    top: 50%;
    background: none !important;
    padding: 0 !important;
    margin: -24px 0 0 !important;
    border: none;
    cursor: pointer;
    z-index: 1;
  }*/
    .mobileinput {
        height: 40px !important;
    }

    .mobile-header h3 {
        margin: 0 !important;
        padding: 0 !important;
        font: 400 18px/30px "Open Sans", Tahoma, sans-serif !important;
        color: #fff;
        width: 100%;
        text-transform: uppercase !important;
        border: none !important;
        white-space: nowrap;
        text-align: center !important;
    }

    .autocomplete-focus .depart-from {
        margin: 4px 9px 9px !important;
    }

    .depart-from, .return-to {
        margin: 4px 0 9px !important;
        position: relative;
    }

    .mobilepadd {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .paxWrapCont {
        min-width: 300px;
        width: 100%;
        background: #fff;
        position: absolute;
        -webkit-box-shadow: 0 1px 5px #999;
        -moz-box-shadow: 0 1px 5px #999;
        box-shadow: 0 1px 5px #999;
        left: 2px;
        z-index: 9;
        top: 100.7%;
    }

    .boxh-field > input + i {
        position: absolute;
        right: 15px;
        top: 20px;
        font-size: 18px;
        color: #00266b;
        transition: all 0.2s;
        transform: none !important;
    }
}



/*--------------------Last edit in widget css-----------------*/

.box-search {
    height: 60px;
    margin-right: 0;
    padding-right: 0px;
    padding-left: 0px;
    /*border: 1px solid #666;*/
    color: #002d63;
}

.date-special {
    cursor: pointer;
    /*width: calc(100%/2 - 10px);*/
    display: flex;
    padding: 3px 0px;
}

.wgtdat {
    border: 1px solid #666;
    border-radius: 5px;
}

.date-from {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-left: 10px;
}

.dp-info-title {
    line-height: 24px;
    font-size: 12px;
}

.search-input {
    border: unset;
    height: unset;
}

.search-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: none;
    height: 100%;
}

.bdrnon {
    border: none;
    font-size: 15px;
    width: 100%;
    height: 100%;
}

.ipt-show {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-top: 1px;
}

.date-to {
    width: 100%;
    margin-bottom: 0px;
}

.dp-info-title {
    line-height: 24px;
    font-size: 14px;
    padding: 0px 5px;
    position: absolute;
    background: #ffffff;
    top: -12px;
    color: #000;
}


/*neeraj css*/

.excute-time {
    display: flex;
    border: 1px solid #666
}

.excute-pick {
    width: 50%;
    border-right: 1px solid #666;
}

    .excute-pick p, .excute-drop p {
        margin: 0;
        font-size: 12px;
        color: #002d63;
    }

.excute-drop {
    width: 50%;
}

    .excute-pick select, .excute-drop select, .driver-counter select {
        font-size: 16px;
    }

.driver-counter {
    width: 100%;
}

.cbox {
    height: 35px;
    padding: 0;
    background-color: #fafafa;
    width: 100%;
    font-size: 16px;
    margin-bottom: 4px;
}

    .cbox option {
        background-color: #fff;
    }

.driver-chkbox {
    padding: 0 10px;
}

.driverage {
    border: 1px solid #666;
    width: 165px;
    margin: 0 10px;
    margin-top: 10px;
    padding: 5px 10px;
}

    .driverage p {
        margin: 0;
    }


/* .desktop-title{display: block;} */
.tooltiptext, .tooltiptexttwo {
    display: none;
}


/*#bgslider {
    overflow: hidden;
}*/

#cont {
    position: absolute;
    top: 0;
    right:0;
    left:0;
    margin-bottom: 40px;
  
}
/*    #bgslider figure {
        position: absolute;
        width: 500%;
        margin: 0;
        left: 0;
        text-align: left;
        font-size: 0;
        animation: 30s slidy infinite;
    }

        #bgslider figure img {
            width: 20%;
            float: left;
            height: 750px;
        }*/
.rt-container {
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}

.rt-row:before, .rt-row:after {
    display: table;
    line-height: 0;
    content: "";
}

.rt-row:after {
    clear: both;
}

[class^="col-rt-"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}


@media (min-width: 768px) {
    .rt-container {
        width: 750px;
    }

    [class^="col-rt-"] {
        float: left;
        width: 49.9999999999%;
    }

    .col-rt-6, .col-rt-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .rt-container {
        width: 1170px;
    }

    .col-rt-1 {
        width: 16.6%;
    }

    .col-rt-2 {
        width: 30.33%;
    }

    .col-rt-3 {
        width: 50%;
    }

    .col-rt-4 {
        width: 67.664%;
    }

    .col-rt-5 {
        width: 83.33%;
    }
}

@media only screen and (min-width:240px) and (max-width: 768px) {
    .ScriptTop h1, .ScriptTop ul {
        text-align: center;
    }

    .ScriptTop h1 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .ScriptTop ul {
        margin-top: 12px;
    }

    .ScriptHeader h1,
    .ScriptHeader h2,
    .scriptnav ul {
        text-align: center;
    }

    .scriptnav ul {
        margin-top: 12px;
    }

    #float-right {
        float: none;
    }

    .home-section {
        padding: 5rem 0 0rem !important;
    }
}


.country-listw select {
    font-size: 16px;
    border: solid 1px #000000;
}

.no-mgap {
    margin: 0px !important;
}

 
.passenger-insurance .insurance-pricelist .insurance-guard .row {
    --bs-gutter-x: 0.7rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.7 * var(--bs-gutter-x));
    margin-left: calc(-0.7 * var(--bs-gutter-x));
}

.passenger-insurance .insurance-pricelist .insurance-guard .ticomponentContainer {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px; 
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000000;
}

.passenger-insurance .insurance-pricelist .insurance-guard .titrvl-insurnc {
    background: #001871;
    padding: 10px;
    font-size: 19px;
    color: #FFF;
    overflow: hidden;
}

.passenger-insurance .insurance-pricelist .insurance-guard .t-insurance {
    padding: 15px;
}

.ticomponentContainer label {
    /* text-transform: uppercase; */
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.passenger-insurance .insurance-pricelist .insurance-guard .t-insurance p {
    font-size: 13px;
     
    color: #51514f;
}

    .passenger-insurance .insurance-pricelist .insurance-guard .t-insurance p a {
        color: #1352de;
        text-decoration: underline;
    }

    .passenger-insurance .insurance-pricelist .insurance-guard .t-insurance p.ticovidcss {
        margin-bottom: 15px;
    }

    .passenger-insurance .insurance-pricelist .insurance-guard .t-insurance p.click-disclose {
        margin-top: 15px;
        margin-left: 20px;
    }

    .passenger-insurance .insurance-pricelist .insurance-guard .t-insurance p:last-child {
        margin-bottom: 60px;
    }



.passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainer {
    display: block;
    position: relative;
    padding: 15px 15px;
    padding-left: 50px;
    margin-bottom: 0px;
    color: #000000 !important;
    cursor: pointer;
    line-height: 23px;
    font-weight: 600;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainers {
    display: block;
    position: relative;
    padding: 15px 15px;
    padding-left: 0;
    margin-bottom: 0px;
    color: #000000 !important;
    cursor: pointer;
    line-height: 23px;
    font-weight: 600;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.passenger-insurance .insurance-pricelist .insurance-guard .checkout-insurance {
    padding: 15px;
}

    .passenger-insurance .insurance-pricelist .insurance-guard .checkout-insurance p {
        font-size: 13px;
         
        color: #51514f;
    }

        .passenger-insurance .insurance-pricelist .insurance-guard .checkout-insurance p a {
            color: #1352de;
            text-decoration: underline;
        }

.passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainer {
    display: block;
    position: relative;
    padding: 15px 15px;
    margin: 0px;
    padding-left: 50px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 600;
    font-size: 12px;
     
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

    .passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainer:hover {
        background-color: #1352de;
        color: #FFF !important;
    }

        .passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainer:hover a {
            color: #FFF !important;
        }

    .passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.passenger-insurance .tiradiobtn {
    position: absolute;
    top: 16px;
    left: 15px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: solid 4px #CCC;
    border-radius: 50%;
}

.passenger-insurance .t-insurance p:last-child {
    margin-top: 15px;
}

.passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainer:hover input ~ .tiradiobtn {
    background-color: #ccc;
}

.passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainer input:checked ~ .tiradiobtn {
    background-color: #ef8b88;
    border: none;
}

.passenger-insurance .tiradiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainer input:checked ~ .tiradiobtn:after {
    display: block;
}

.passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainer .tiradiobtn:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.passenger-insurance .insurance-pricelist .insurance-guard .tiradiobtncontainer a {
    color: #51514f !important;
    text-decoration: underline;
}

.slt-plan .searchbtnsize {
    background-color: #00263e !important;
    width: 100%;
    display: block;
    margin-top: 50px;
    padding: 10px 15px;
    color: #fff !important;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    
    height: 55px;
}

.passenger-insurance .insurance-pricelist .booking-type {
    border: 1px solid #ccc;
    margin: 0 1px;
    margin-top: 15px;
}

.passenger-insurance .insurance-pricelist .title {
    background-color: #00263e;
    padding: 15px;
     
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.passenger-insurance .insurance-pricelist .flight-creditcard {
    padding: 0 15px;
    margin-top: 15px;
}

.flight-creditcard p {
    margin-bottom: 10px;
}

.passenger-insurance .insurance-pricelist .flight-creditcard .form-group .check-labeltitle {
    margin-bottom: 5px;
     
    font-size: 14px;
    color: #51514f;
    font-weight: 400;
}

.passenger-insurance .insurance-pricelist .flight-creditcard .form-group .form-control {
    border-radius: 0px;
    height: 42px;
    line-height: 42px;
}

.passenger-insurance .insurance-pricelist .flight-creditcard .person-title {
    border: 1px solid #ddd;
    width: 100%;
    height: 43px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 10px;
    font-size: 13px;
}

.myarrow {
    position: relative;
}

    .myarrow::before {
        border-top: 10px solid #00263e;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: '';
        position: absolute;
        top: 15px;
        right: 10px;
    }

.passenger-insurance .insurance-pricelist .checksubmit {
    background-color: #00263e;
    display: inline-block;
    padding: 0px 15px;
     
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 0 15px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
}

.purchase-summary-title {
    font-size: 18px;
     
    color: #414141;
    font-weight: 400;
    margin-top: 30px;
}

.purchase-summary-list {
    margin-top: 10px;
}

    .purchase-summary-list li {
        border-bottom: 1px dashed #ccc;
        padding: 10px 0;
        overflow: hidden;
    }

.push-leftt {
    float: left;
    display: block;
    width: auto;
}

.push-rightt {
    float: right;
    display: block;
    width: auto;
}


.passenger-increment .number p {
     
    font-size: 12px;
    color: #00263e;
    font-weight: 600;
    margin-bottom: 0px;
}

.passenger-increment .number .minus, .number .plus {
    width: 43px;
    height: 59px;
    background: #fff;
    border: 1px solid #666;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
     
    color: #00263e;
    cursor: pointer;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.passenger-increment .number input {
    height: 59px;
    width: 90px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #666;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    float: left;
}

.passenger-increment .number p strong {
    font-weight: normal;
    color: #8c8c8c;
    font-size: 12px;
}

.passenger-increment .searc-flt {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #666;
    height: 59px;
    line-height: 50px;
    font-size: 18px;
    color: #024;
     
    margin-top: 23px;
    ;
}

.passenger-increment .inpt-title {
     
    font-size: 14px;
    color: #00263e;
    font-weight: 500;
}

.search-topi {
    margin-top: 20px;
}


.bookdob-row {
    --bs-gutter-x: 0.7rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.bookdob-age {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
    margin-top: var(--bs-gutter-y);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.aduld-dob {
    margin: 15px 0 0 0;
    position: relative;
}

.dob-cal .subhead {
     
    font-size: 12px;
    color: #00263e;
    font-weight: 600;
}

.datepicker-wrap {
    position: relative;
    
}

    .datepicker-wrap input {
        height: 50px;
        padding: 0 15px;
    }

.dob-cal .subhead b {
    font-weight: 400;
    color: #8c8c8c;
    font-size: 11px;
}

.btm-twohundrend {
margin-top:50px;
margin-bottom:200px;
}

.check-contact {
    width:100%;
}

.t-gap {
margin-top:23px;
}

#adt div, #chd div, #inf div {
    margin-bottom: 10px;
}
/*.update-divinputdiv {
    position: relative;
    border: 1px solid #666;
    height: 60px;
}

    .update-divinputdiv .updateinput {
        position: absolute;
        display: flex;
        justify-content: space-between;
        bottom: 0;
    }
        .update-divinputdiv .updateinput input {
            border: none !important;
            height: 30px !important;
            border:none;
        }
        .update-divinputdiv .updateinput i {
            margin-right: 10px;
            color: #002d63;
            font-size:16px;
        }*/
		
.childAge, .infantAge {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}

    .childAge select, .infantAge select {
        height: 25px;
    padding: 0;
    border: 1px solid #727683;
    border-radius: 5px;
    width: 70px;
    color: #727683;
    outline: none;
    font-size: 12px;
	padding-left: 4px;
    }

.child-li {
    display: block !important;
}

.child-withgae {
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

.list-persons-count > li > .child-withgae span:first-child {
    margin-right: 20px;
    width: 240px;
    color: #21409a;
    font-size: 14px;
    font-weight: 600;
}		
		
.changetripbtn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    background: #ffffff;
    width: max-content;
    border-radius: 5px;
	color:#000;
    padding: 5px;
    margin-bottom: 15px;
    margin-left: 10px;
}

    .changetripbtn .onewaytrip, .changetripbtn .roundtrip {
        display: flex;
        align-items: center;
        gap: 3px;
        cursor: pointer;
    }

        .changetripbtn .onewaytrip input, .changetripbtn .roundtrip input {
            margin: 0;
        }

        .changetripbtn .onewaytrip label, .changetripbtn .roundtrip label {
            margin: 0;
        }		
		
		
/*      ----------------------------  DROPDWN CSS added----------------------------*/

.dropdownlistflight {
    display: block;
}

.country-pluscity{
    display: flex;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
            width: 900px;
    position: absolute;
    left: 0px;
    top: 70px;
    font-size: 15px;
    z-index: 99;
    border-radius: 5px;
    background: #fff;
  }
  .countrylist{
        padding: 20px 10px;
    width: 650px;
    border-radius: 5px 0px 0px 5px;
    min-height: 300px;
     background: #f7f7ff;
   
  }
.country-column{
 background: #f7f7ff;
 display: flex;
}
  .cityLabel, .countryname{
        font-weight: 400;
    cursor: pointer;
    font-size: 15px;
    color: #293134;
  }
  .countryname.highlihtedcountry{
    font-weight: 600;
  }
  .country-column ul li:hover{
    background-color: #0095da;

  }
    .country-column ul li:hover span{

    color: #fff;
  }
  .airportlist ul li:hover .cityname{
    color: #0095da;
    transition: .3s ease-in-out;
  }


  .newtag{
       background: #0094da;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 7px;
    color: #fff;
    height: 22px;
    line-height: 0;
    align-content: center;
  }

 .airportlist {
        margin-top: 0px;
    width: 250px;
    text-align: left;
    padding: 20px 15px 30px 15px;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;

  }
   .airportlist ul{
        height: 100%;
        overflow-y: auto;
    scrollbar-width: thin;
  }
     .airportlist ul::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #808893;
}
.airportlist ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}
  .country-pluscity::before{
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    left: 100px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom:10px solid #f7f7ff;
    position: absolute;
  }
  .countrylist .country-column ul, .airportlist ul{ list-style: none;
    padding: 0;
    margin: 0; 

  }
    .countrylist .country-column ul li, .airportlist ul li{
      text-align: left;
    display: block;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 400;
    text-decoration: none;
    padding: 3px 12px;
    font-size: 15px;
    margin:5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
        align-items: center;
        transition: .4s ease-out;
    }
    .pickcountry, .airportpick{
          color: #21409a;
              font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    text-align: left;
    padding: 0 13px;
    }
     .country-column{
        display: flex;             
  justify-content: space-between;
  gap: 6px;
    }
 .country-column ul {
  flex: 1;                    
  max-width: 33.33%;        
  list-style: none;           
  margin: 0;                
  padding: 0;                 
}

@media (min-width: 768px) and (max-width: 991px){
  .country-pluscity {
    display: flex;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    width: 700px;}

    .countrylist {
    padding: 20px 10px;
    width: 450px;}
    .country-column {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    flex-wrap: wrap;
    max-height: 400px;
    overflow-y: auto;
}

    .country-column ul {
    flex: 100%;
    max-width: 45%;
  }


}

@media (min-width: 320px) and (max-width: 767px){
  .countrylist {
    width: 50%;
}
.country-pluscity {
    width: 100%;
  }
.country-column {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    flex-direction: column;
    max-height: 300px;
    overflow: scroll;
}
.country-column ul {
    flex: 1;
    max-width: 100%;}
.airportlist {
    margin-top: 0px;
    width: 50%;
  }
}
		
		
		 ._highlight {
        background-color: #0094da;
    }

        ._highlight span {
            color: #fff !important;
        }

    .countryname {
        font-weight: normal !important;
    }
.hotelstardropdown {
    position: relative;
    width: 100%;
}

.selectedstartbtn {
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 8px;
    background: #0078d7;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}

    .selectedstartbtn:hover {
        background: #005fa3;
    }

.hotelstardropdown .dropdown-btn {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    padding: 0px 8px 0px 8px;
    outline: none;
    box-shadow: none;
    border: 1px solid #666;
    border-radius: 5px;
    transition: all 0.2s;
    font-size: 15px;
    color: #024;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-color: #666;
    background-color: #fff;
}

.hotelstardropdown .dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
    margin-top: 7px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 10;
}

.dropdown-content::before {
    position: absolute;
    display: inline-block;
    top: -7px;
    right: 20px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    content: '';
}

.dropdown-content:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.hotelstardropdown .dropdown-content label {
    display: flex;
    align-items: center;
    padding: 7px 12px 3px;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 0px;
    cursor: pointer;
    border-bottom: dotted 1px #cccccc;
}

    .hotelstardropdown .dropdown-content label:hover {
        background: #f0f0f0;
		border-radius: 5px;
    }


.hotelstardropdown .stars {
    color: #f5b301;
    font-size: 18px;
    margin: 0 0px;
}

.hotelstardropdown .stars i{margin:0px 3px 0px 0px}

.fa-star.inactive {
    color: #ccc !important;
}

.hotelstardropdown.open .dropdown-content {
    display: block;
}

.selected-stars {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dv123 .hrt-button {
    display: none !important;
}

.dv123:last-child .hrt-button {
    display: inline-block !important;
}
