﻿.section-title {
    font-size: 37px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

    .section-title span {
        color: #000;
        padding-left: 10px;
    }

.first_word {
    color: #d902fa !important;
    font-weight: bold;
}

.left-line, .right-line {
    width: 84px;
    height: 1px;
    display: inline-block;
    background: #dcdcdc !important;
}

.fa-hotel::before, .fa-bed::before {
    content: "\f236";
}

.head-hotel {
    width: 100%;
    margin: 45px auto;
    text-align: center;
}

.icon_center {
    vertical-align: middle;
    font-size: 16px;
    padding: 12px;
    color: #d1d1d1;
}



.btn-view {
    float: right;
    background: #ef422f;
    color: #fff;
    border-radius: 3px;
    padding: 8px 17px;
    font-size: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 1px rgba(0,0,0,0.1);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.title-right-wrap h5, .title-left-wrap h5 {
    margin-bottom: 4px;
}

.mar-b-45 {
    margin-bottom: 45px;
}


/*  tour banner css */

.fa-binoculars::before {
    content: "\f1e5";
}

.tour-banner .popular_item {
    position: relative;
}

    .tour-banner .popular_item img {
        width: 100%;
        height: 240px;
    }

.tour-banner .popular_item_content {
    position: absolute;
    left: 20px;
    bottom: 8px;
    z-index: 10;
}

.tour-banner .popular_item_price {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.tour-banner .popular_item_title {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.mar-b-25 {
    margin-bottom: 25px;
}



/*  package banner css  */
.pkg_bnrbox a {
    position: relative;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.pkg_bnrbox .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
}

    .pkg_bnrbox .overlay .inner {
        padding: 3rem;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 10px 10px 0;
        margin-top: -10px;
        overflow: hidden;
    }

        .pkg_bnrbox .overlay .inner h2 {
            font-weight: 400;
            position: relative;
            padding-bottom: 10px;
        }

            .pkg_bnrbox .overlay .inner h2 span {
                font-weight: bold;
                color: #FFEB3B;
            }

            .pkg_bnrbox .overlay .inner h2::after {
                content: "";
                position: absolute;
                width: 100px;
                height: 2px;
                background-color: #ffffff;
                left: 50%;
                bottom: 0px;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .pkg_bnrbox .overlay .inner p {
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            margin: 0;
            letter-spacing: 0.30px;
            float: left;
            width: 100%;
        }

    .pkg_bnrbox .overlay div.day-price-tab {
        position: absolute;
        right: 20px;
        bottom: 10%;
        max-width: 250px;
    }

        .pkg_bnrbox .overlay div.day-price-tab span {
            background-color: #1f558d;
        }

.overlay div.day-price-tab span {
    display: block;
    padding: 5px;
    width: 125px;
    float: left;
}

.pkg_bnrbox .overlay div.day-price-tab span.day {
    background-color: #ffffff;
    color: #121212;
}

.pkg_bnrbox .overlay div.day-price-tab span {
    padding: 5px;
    width: 125px;
    font-size: 12px;
    color: #fff;
    text-transform: unset;
    line-height: normal;
}

    .pkg_bnrbox .overlay div.day-price-tab span.view-btn {
        background-color: #4caf50;
        width: 100%;
    }

.width_sml a .box-detail {
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 2rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

.width_sml a .box-detail {
    background-color: rgba(0, 0, 0, 0.4);
}

    .width_sml a .box-detail .inner {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 10px 10px 0;
        margin-top: -10px;
        overflow: hidden;
    }

    .width_sml a .box-detail h3 {
        font-weight: 300;
        margin: 0px;
        margin-bottom: 0px;
        padding-bottom: 15px;
        position: relative;
        margin-bottom: 20px;
    }

        .width_sml a .box-detail h3 span {
            font-weight: bold;
        }

        .width_sml a .box-detail h3::after {
            content: "";
            position: absolute;
            width: 100px;
            height: 2px;
            background-color: #ffffff;
            left: 50%;
            bottom: 0px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .width_sml a .box-detail h4 {
        margin-bottom: 25px;
        font-weight: 400;
        display: block;
        line-height: 23px;
        padding: 8px 0px;
        background-color: rgba(255, 255, 255, 0.2);
    }

        .width_sml a .box-detail h4 span {
            font-weight: bold;
            color: #FFEB3B;
        }

    .width_sml a .box-detail .inner .view-btn {
        display: inline-block;
        font-size: 15px;
        line-height: 15px;
        padding: 8px 16px;
        text-transform: uppercase;
        -webkit-transition: transform 300ms;
        -moz-transition: transform 300ms;
        -o-transition: transform 300ms;
        transition: transform 300ms;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

.width_sml a:hover .box-detail .inner .view-btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



.width_sml {
    margin-bottom: 21px;
}






.quotationbanner .more_btn {
    top: 170px !important;
    right: 74px !important;
}





/*hotelsearch start*/

.hotelbanner .services-carousel .services-block {
    margin-bottom: 0;
}

.hotelbanner .services-block {
    position: relative;
    margin-bottom: 40px;
}

    .hotelbanner .services-block .inner-box {
        position: relative;
    }

    .hotelbanner .services-block .image-box {
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
    }

.hotelbanner .hotelbanner .services-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.hotelbanner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.hotelbanner img {
    display: inline-block;
    width: 100%;
}

.hotelbanner img {
    vertical-align: middle;
}

.hotelbanner img {
    border: 0;
}

.hotelbanner .services-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background-color: rgba(24, 24, 24, 0.7);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .hotelbanner .services-block .overlay-box .btn-box {
        position: absolute;
        left: 30px;
        top: -25px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .hotelbanner .services-block .overlay-box .btn-box a {
            display: inline-block;
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            font-weight: 600;
        }


a {
    background-color: transparent;
}

.hotelbanner .services-block .image-box .title {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 9;
    padding: 9px 15px;
    background-color: #ffffff;
    height: 45px;
    width: 70%;
}

    .hotelbanner .services-block .image-box .title h3 {
        display: block;
        font-size: 15px;
        line-height: 25px;
        color: #303030;
        font-weight: 500;
        font-weight: bold;
    }

    .hotelbanner .services-block .image-box .title i {
        position: absolute;
        right: -45px;
        top: 0;
        width: 45px;
        height: 45px;
        line-height: 45px;
        color: #303030;
        font-size: 26px;
        font-weight: 600;
        background-color: #942d9f;
        text-align: center;
    }

    .hotelbanner .services-block .image-box .title i {
        line-height: 45px;
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
    }

.hotelbanner .services-block .image-box {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.hotelbanner .services-block .inner-box:hover .overlay-box {
    height: 100%;
}

    .hotelbanner .services-block .inner-box:hover .overlay-box .btn-box {
        top: 25px;
        transition-delay: 90ms;
    }

.hotelbanner .white {
    position: absolute;
    left: 15px;
    top: 25px;
    color: #fff;
    font-weight: bold;
    background: #942d9f;
    padding: 5px;
    border-radius: 4px;
}

.hotelbanner .inner-box:hover .white {
    opacity: 0;
}




/*---------------quatation banner --------------*/
.quatation_bnrbox .inv-places-item {
    height: 270px;
    width: 80%;
    margin-bottom: 50px;
}

    .quatation_bnrbox .inv-places-item::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        /* transition: all 0.3s ease; */
    }

.quatation_bnrbox .inv-places-info {
    background-color: rgb(194, 115, 230);
    box-shadow: -20px 20px 0 -6px rgba(0, 0, 0, 0.3);
    max-width: 200px;
    padding: 25px 15px;
    position: absolute;
    right: 30px;
    text-align: left;
    top: 75px;
    width: 100%;
    z-index: 1;
}


.quatation_bnrbox .bg2 {
    background-color: #76bff7;
}

.quatation_bnrbox .inv-places-info span {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.inv-places-item img {
    height: 270px;
    /* border: 10px solid #ffffff; */
    box-shadow: 0 0 3px #d0d0d0;
    -moz-box-shadow: 0 0 3px #d0d0d0;
    /* -webkit-box-shadow: 0 0 3px #d0d0d0; */
    object-fit: cover;
}


.quatation_bnrbox .top-left {
    position: absolute;
    top: 10%;
    left: 10%;
    font-size: 18px;
}

    .quatation_bnrbox .top-left .icns {
        height: 40px;
        width: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        border-radius: 50px;
        color: #fff;
    }

    .quatation_bnrbox .top-left .icns_1 {
        background-color: #c273e6;
    }

    .quatation_bnrbox .top-left .icns_2 {
        background-color: #76bff7;
    }

    .quatation_bnrbox .top-left .icns_3 {
        background-color: #7adb8c;
    }

    .quatation_bnrbox .top-left .icns_4 {
        background-color: #f0c352;
    }

    .quatation_bnrbox .top-left .icns_5 {
        background-color: #eb607d;
    }

    .quatation_bnrbox .top-left .icns_6 {
        background-color: #5fd7ed;
    }

    .quatation_bnrbox .top-left .icns_7 {
        background-color: #7adb8c;
    }

    .quatation_bnrbox .top-left .icns:before {
        font-family: fontawesome;
    }



.quatation_bnrbox .icns_1::before {
    content: "\f236";
}

.quatation_bnrbox .icns_2::before {
    content: "\f08a";
}

.quatation_bnrbox .icns_3::before {
    content: "\f290";
}

.quatation_bnrbox .icns_4::before {
    content: "\f1e5";
}

.quatation_bnrbox .icns_5::before {
    content: "\f095";
}

@media only screen and (max-width: 1200px) and (min-width:320px){
.event-borders {
        display: none;
}
}

@media only screen and (max-width: 1199px) {
.transferbanner .boxttrnsfer:hover .icon {
    transform: translateX(-96px);
}
.transferbanner .boxttrnsfer .cit_con {
    font-size: 10px;
}
    .hotelbanner .services-block .image-box .title h3 {
        line-height: 13px;
    }
 
}


/*toue new banner*/
.tourbanner {
    min-height: 200px;
}

    .tourbanner .demo {
        background-color: #e7e7e7;
    }

    .tourbanner .box {
        font-family: 'Roboto', sans-serif;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease 0s;
        height: 315px;
        border: 3px solid gainsboro;
    }

.box:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.tourbanner .box .curve1 {
    opacity: 0;
    position: absolute;
    right: -2px;
    top: -100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    top: -1%;
}

.tourbanner .box path {
    fill: rgba(255,255,255,0.8);
}

.tourbanner .box img {
    width: 100%;
    height: 315px;
    transition: all 0.3s ease 0s;
}

.tourbanner .box .box-content {
    color: #FC427B;
    text-align: right;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
}

.tourbanner .box .title {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease 0.2s;
    opacity: 1;
    transform: translateX(0);
    margin-bottom: 10px;
}

.tourbanner .box .post {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 2px 5px 0;
    opacity: 0;
    display: block;
    transform: translateX(-20%);
    transition: all 0.5s ease 0.2s;
    opacity: 1;
    transform: translateX(0);
}

.tourbanner .box .icon {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease 0.2s;
}


.tourbanner .box:hover .icon {
    opacity: 1;
    transform: translateX(0);
}

.tourbanner .box .icon li {
    margin: 0 2px;
    display: inline-block;
}

    .tourbanner .box .icon li a {
        color: #FC427B;
        font-size: 17px;
        text-align: center;
        line-height: 32px;
        height: 35px;
        display: block;
        transition: all 0.3s;
    }

.tourbanner .box .curve2 {
    opacity: 0;
    position: absolute;
    left: -2px;
    bottom: -100%;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    bottom: -2px;
}


/*new hotel banner*/
.home-wrapper {
    position: relative;
    height: 62em;
}

    .home-wrapper > section.product-platforms {
        padding-top: 0;
        position: relative;
    }

        .home-wrapper > section.product-platforms .row {
            position: relative;
        }

        .home-wrapper > section.product-platforms::after {
            content: '';
            width: 55%;
            height: 77em;
            background-image: url(/assets/project/img/product_wave.png);
            background-repeat: no-repeat;
            background-position: left;
            background-size: contain;
            top: 0em;
            left: 0;
            position: absolute;
            display: inline-block;
            z-index: -5;
        }

        .home-wrapper > section.product-platforms .platform-text-div {
            top: 37em;
        }

        .home-wrapper > section.product-platforms .div-1 {
            padding-top: 0;
            z-index: 10;
            color: #fff;
        }

            .home-wrapper > section.product-platforms .div-1 .title {
                font-weight: 700;
                font-size: 28px;
                line-height: 1em;
                color: #fff;
            }

.text-uppercase {
    text-transform: uppercase !important;
}

.home-wrapper > section.product-platforms .div-1 .description {
    font-weight: 500;
    font-size: 25px;
}

.home-wrapper > section.product-platforms .boxes-container {
    top: 15em;
    z-index: 10;
}

    .home-wrapper > section.product-platforms .boxes-container .one {
        margin-bottom: 1em;
        padding-right: 6em;
    }

    .home-wrapper > section.product-platforms .boxes-container .two {
        margin-bottom: 1em;
        padding-left: 6em;
    }

.justify-content-center {
    justify-content: center !important;
}

.home-wrapper > section.product-platforms .boxes-container .box-item {
    background-color: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    border-radius: 12px;
    margin-right: 3em;
    width: 33.33%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    height: 175px;
    position: relative;
}

    .home-wrapper > section.product-platforms .boxes-container .box-item::before {
        content: "";
        width: 100%;
        height: 100%;
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all 0.4s ease 0s;
    }

    .home-wrapper > section.product-platforms .boxes-container .box-item:hover::before {
        background: rgba(0, 0, 0, 0.49) none repeat scroll 0% 0%;
        border: 4px solid white;
        border-radius: 10px;
    }

    .home-wrapper > section.product-platforms .boxes-container .box-item img {
        width: 100%;
        height: 165px;
        border-radius: 10px;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.home-wrapper > section.product-platforms .boxes-container .box-item p {
    font-weight: 700;
    position: absolute;
    right: 18px;
    bottom: 5px;
    color: white;
    font-size: 15px;
    z-index: 9;
}

.home-wrapper > section.product-platforms .boxes-container .box-item .hotel_view {
    float: left;
    text-align: left;
    left: 15px;
}

.hotel_view_btn {
    list-style: none;
    padding: 5px;
    margin: 0;
    opacity: 0;
    position: relative;
    top: 0%;
    transition: all 0.35s ease 0s;
    background-image: linear-gradient(to right,#33003a,#5e006c,#820094,#61016f,#29002e) !important;
    color: #fff;
    border-radius: 2px;
}

.home-wrapper > section.product-platforms .boxes-container .box-item:hover .hotel_view_btn {
    opacity: 1;
    top: -61%;
    z-index: 9;
    width: 130px;
    margin: 0 auto;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

@media only screen and (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
   
}

/***transfer css****/
.transferbanner .boxttrnsfer {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

    .transferbanner .boxttrnsfer::before, .boxttrnsfer::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.57);
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all 0.3s ease 0s;
    }


    .transferbanner .boxttrnsfer::after {
        background-color: rgba(255,255,255,0.5);
        opacity: 1;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 60%);
        clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 60%);
    }

.transferbanner .d_transfer {
    margin-left: 10px;
    margin-right: 10px;
}

    .transferbanner .d_transfer::before {
        content: '\f0ec';
        font: normal normal normal 14px/1 FontAwesome;
    }

.transferbanner .boxttrnsfer .btext_transfer {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -10px;
    z-index: 2;
    transition: all 0.3s ease 0s;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 2px #000;
    padding: 20px;
}

.transferbanner .boxttrnsfer .cit_con {
    list-style: none;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 3;
    transform: translatex(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
    background: linear-gradient(to right,#d73c98,#c637a8,#9836d1,#6f5fd6,#448bdc);
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.transferbanner .boxttrnsfer:hover .icon {
    opacity: 1;
    transform: translateX(-135px);
}

.transferbanner .boxttrnsfer .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease 0.2s;
    position: absolute;
    bottom: 122px;
    z-index: 9;
    text-align: center;
    right: 0;
}



    .transferbanner .boxttrnsfer .icon li a {
        color: #FC427B;
        font-size: 17px;
        text-align: center;
        line-height: 32px;
        height: 35px;
        width: 35px;
        border: 2px solid #FC427B;
        border-radius: 50%;
        display: block;
        transition: all 0.3s;
    }

.transferbanner .bradiusl {
    border-radius: 0 3px 3px 0 !important;
}

.pkg_banner 
 .mt_100 {
    margin-top: 125px;
}

.region-content {
    color: #d71920;
    margin-top: 0px;
    font-size: 15px;
    display: inline-block;
    width: 100%;
}

.kd-modrentitle {
    float: left;
    width: 100%;
    text-align: center;
}

    .kd-modrentitle h3 {
        text-transform: uppercase;
        margin: 0;
        font-size: 26px;
    }

    .kd-modrentitle .kd-divider {
        margin: 0;
    }

.kd-divider {
    float: left;
    width: 100%;
}

.short-seprator {
    display: inline-block;
    min-width: 164px;
    overflow: hidden;
}

.kd-divider span {
    display: inline-block;
}

.kd-divider span {
    color: #c6c6c6;
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 30px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}

    .kd-divider span:after, .kd-divider span:before {
        content: '';
        width: 9999px;
        height: 4px;
        border-top: 1px solid #08659d;
        position: absolute;
        left: 100%;
        margin-left: 10px;
        margin-top: 9px;
    }

    .kd-divider span:after {
        content: '';
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }

.kd-modrentitle p {
    display: block;
}

.ih-item.square.effect4 {
    overflow: hidden;
    position: relative;
}

.ih-item.square {
    position: relative;
    width: 316px;
    height: 216px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.img_box, .img_box img {
    width: 100% !important;
    border: none !important;
}

.ih-item a {
    color: #333;
}

.ih-item.square.effect4 a:hover .mask1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}

.ih-item.square.effect4.colored .mask1, .ih-item.square.effect4.colored .mask2 {
    background: #1a4a72;
    background: rgba(26,74,114,.6);
}

.ih-item.square.effect4 .mask1 {
    left: auto;
    right: 0;
    top: -30px;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.ih-item.square.effect4 .mask1, .ih-item.square.effect4 .mask2 {
    position: absolute;
    background: #333;
    background: rgba(0,0,0,.6);
    height: 425px;
    width: 336px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.ih-item.square.effect4 a:hover .mask2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}

.ih-item.square.effect4 .mask2 {
    top: auto;
    bottom: 0;
    left: 2px;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img_box .info {
    width: 100% !important;
    background: rgba(0,0,0,.52) none repeat scroll 0 0 !important;
}

.ih-item.square.effect4 a:hover .info {
    width: 300px;
    height: 120px;
    visibility: visible;
    top: 40px;
    -webkit-transform: rotate(0) translate(0,0);
    -moz-transform: rotate(0) translate(0,0);
    -ms-transform: rotate(0) translate(0,0);
    -o-transform: rotate(0) translate(0,0);
    transform: rotate(0) translate(0,0);
}

    .ih-item.square.effect4 a:hover .info h3, .ih-item.square.effect4 a:hover .info p {
        opacity: 1;
    }

.ih-item.square.effect4 .info h3 {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: 0 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    opacity: 0;
    -webkit-transition: all .35s ease-in-out .35s;
    -moz-transition: all .35s ease-in-out .35s;
    transition: all .35s ease-in-out .35s;
    background: #d71921;
    margin: 0 auto;
    width: 161px;
    border-radius: 3px;
}

.ih-item.square.effect4 .info p {
    font-style: italic;
    position: relative;
    color: #bbb;
    padding: 20px 20px 20px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .35s ease-in-out .35s;
    -moz-transition: all .35s ease-in-out .35s;
    transition: all .35s ease-in-out .35s;
}

.img_box .info p {
    font-style: normal !important;
    padding: 0 !important;
    margin: 0 !important;
}

.top_hotel {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.ih-item.square.effect4 a:hover .mask1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}

.ih-item.square.effect4 a:hover .mask2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}

.ih-item.square.effect4 a:hover .info {
    width: 300px;
    height: 120px;
    visibility: visible;
    top: 40px;
    -webkit-transform: rotate(0) translate(0,0);
    -moz-transform: rotate(0) translate(0,0);
    -ms-transform: rotate(0) translate(0,0);
    -o-transform: rotate(0) translate(0,0);
    transform: rotate(0) translate(0,0);
    padding-top: 39px;
}

.ih-item.square.effect4 .info {
    background: #111;
    height: 0;
    visibility: hidden;
    width: 361px;
    -webkit-transform: rotate(-33.5deg) translate(-112px,166px);
    -moz-transform: rotate(-33.5deg) translate(-112px,166px);
    -ms-transform: rotate(-33.5deg) translate(-112px,166px);
    -o-transform: rotate(-33.5deg) translate(-112px,166px);
    transform: rotate(-33.5deg) translate(-112px,166px);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: all .35s ease-in-out .35s;
    -moz-transition: all .35s ease-in-out .35s;
    transition: all .35s ease-in-out .35s;
}

.detail {
    bottom: 0 !important;
}

.detail {
    width: 100%;
    background: rgba(0,0,0,.15) linear-gradient(transparent,#191919) repeat scroll 0 0;
    padding: 16px 3px;
    box-sizing: border-box;
    position: absolute;
    bottom: 44px;
}

.fl {
    float: left;
}

.detail label, .detail span {
    width: auto;
    color: #fff;
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    left: 10px;
}

.color_white {
    color: #fff;
    padding-right: 7px;
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236";
}

.fr {
    float: right;
}

.fa-search:before {
    content: "\f002";
}

.short-seprator .fa {
    color: #08659d;
}

.fa-search {
    padding-right: 5px;
}

.kd-modrentitle span {
    color: #ff9800;
}

.mb20 {
    margin-bottom: 20px;
}

.hotelbanner .image-box {
    position: relative;
    margin-bottom: 25px;
}

    .hotelbanner .image-box .image img {
        height: 250px;
        width: 100%;
    }

.hotelbanner .info-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 25px 30px;
    color: #fff;
}

.hotelbanner .category {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: Raleway,sans-serif;
}

.hotelbanner .place {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 5px;
}

.hotelbanner .view-all {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 25px;
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden;
}

    .hotelbanner .view-all::before {
        position: absolute;
        top: 7px;
        right: 100%;
        width: 0;
        height: 4px;
        background-color: #fff;
        content: '';
        margin-right: 12px;
    }

.hotelbanner .sec-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 65px;
    margin-left: 15px;
}

    .hotelbanner .sec-title::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 60px;
        width: 4px;
        background-color: #00c0ff;
        content: '';
    }

    .hotelbanner .sec-title::after {
        position: absolute;
        left: 10px;
        top: 0;
        height: 40px;
        width: 2px;
        background-color: #00c0ff;
        content: '';
    }

    .hotelbanner .sec-title h2 {
        position: relative;
        display: block;
        font-size: 34px;
        line-height: 1.2em;
        color: #1a1d1f;
        font-weight: 700;
        text-transform: uppercase;
    }

.hotelbanner .popular-item .image::before {
    position: absolute;
    left: -18%;
    top: -50%;
    height: 60%;
    width: 140%;
    content: "";
    opacity: 0;
    background-color: #00c0ff;
    transform: skewY(25deg);
    -webkit-transition: all .5s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .4s linear;
}

.hotelbanner .popular-item .image-box:hover .image::before {
    height: 205%;
    opacity: .9;
}

.hotelbanner .popular-item .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.hotelbanner .popular-item .image-box:hover .view-all {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transition-delay: 0s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

    .hotelbanner .popular-item .image-box:hover .view-all:after {
        width: 40px;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        -ms-transition: width .3s ease;
        -o-transition: width .3s ease;
        transition: width .3s ease;
        -webkit-transition-delay: .9s;
        -moz-transition-delay: .9s;
        -ms-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s;
    }

.hotelbanner .popular-item .view-all {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 25px;
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden;
}

    .hotelbanner .popular-item .view-all::after {
        position: absolute;
        top: 16px;
        right: 100%;
        width: 0;
        height: 2px;
        background-color: #fff;
        content: '';
        margin-right: 12px;
    }

.hotelbanner .popular-item .image-box:hover .view-all::before {
    width: 60px;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    transition-delay: 0s;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.hotelbanner .popular-item .view-all::before {
    position: absolute;
    top: 7px;
    right: 100%;
    width: 0;
    height: 4px;
    background-color: #fff;
    content: '';
    margin-right: 12px;
}

.banner_heading {
    color: #000;
    text-align: left;
    padding: 13px;
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .banner_heading::before {
        content: '';
        position: absolute;
        width: 78px;
        height: 3px;
        background: #d71921;
        margin-top: 35px;
    }

.tourbanner .sec-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 65px;
    margin-left: 15px;
}

    .tourbanner .sec-title::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 60px;
        width: 4px;
        background-color: #00c0ff;
        content: '';
    }

    .tourbanner .sec-title::after {
        position: absolute;
        left: 10px;
        top: 0;
        height: 40px;
        width: 2px;
        background-color: #00c0ff;
        content: '';
    }

    .tourbanner .sec-title h2 {
        position: relative;
        display: block;
        font-size: 34px;
        line-height: 1.2em;
        color: #1a1d1f;
        font-weight: 700;
        text-transform: uppercase;
    }

.tourbanner .destination-item {
    margin-bottom: 30px;
}

    .tourbanner .destination-item .image {
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }

.destination-item .image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.tourbanner .destination-item .image .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    text-align: center;
}

.tourbanner .list-destination.layout4 .destination-item .image .content h4 {
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 450 !important;
    margin-top: 0;
}

.tourbanner .destination-item .image .content .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.tourbanner .list-destination.layout4 .destination-item .image .content h4::after {
    content: '';
    height: 2px;
    width: 50px;
    background: #fff;
    display: block;
    margin: auto;
    margin-top: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.tourbanner .destination-item:hover .image {
    border-radius: 5px;
}

.tourbanner .destination-item .image .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    text-align: center;
}

    .tourbanner .destination-item .image .content h4::after {
        content: '';
        height: 2px;
        width: 70px;
        background: #fff;
        display: block;
        margin: auto;
        margin-top: 15px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

.tourbanner .destination-item .image:hover .content h4::after {
    width: 100px;
}

.tourbanner .destination-item:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.packagebanner .sec-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 65px;
    margin-left: 15px;
}

    .packagebanner .sec-title::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 60px;
        width: 4px;
        background-color: #00c0ff;
        content: '';
    }

    .packagebanner .sec-title::after {
        position: absolute;
        left: 10px;
        top: 0;
        height: 40px;
        width: 2px;
        background-color: #00c0ff;
        content: '';
    }

.packagebanner .box {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

    .packagebanner .box img {
        width: 100%;
        height: 250px;
    }

    .packagebanner .box .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background: rgba(0,0,0,.7);
        opacity: 1;
        transition: all .5s ease 0s;
    }

    .packagebanner .box:hover .over-layer {
        opacity: 1;
    }

    .packagebanner .box .box-content {
        width: 100%;
        position: absolute;
        top: -100%;
        padding: 10px 20px;
        transition: all .5s ease 0s;
    }

    .packagebanner .box .box-content {
        top: 0;
    }

        .packagebanner .box .box-content:after {
            content: "";
            width: 30%;
            display: block;
            margin-top: 20px;
            border-bottom: 2px solid #fff;
        }

    .packagebanner .box .title {
        font-size: 20px;
        color: #fff;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

    .packagebanner .box .category {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .packagebanner .box .category li {
            display: inline-block;
        }

            .packagebanner .box .category li a {
                font-size: 13px;
                font-weight: 700;
                color: #999;
                text-transform: uppercase;
            }

                .packagebanner .box .category li a:hover {
                    text-decoration: none;
                    color: #fff;
                }

                .packagebanner .box .category li a:after {
                    content: ", ";
                    font-size: 20px;
                }

            .packagebanner .box .category li:last-child a:after {
                content: "";
            }

    .packagebanner .box .links {
        padding: 0 30px 0 0;
        margin: 0;
        list-style: none;
        width: 100%;
        position: absolute;
        bottom: -100%;
        text-align: right;
        transition: all .5s ease 0s;
    }

    .packagebanner .box:hover .links {
        bottom: 15%;
    }

    .packagebanner .box .links li {
        display: inline-block;
        margin-right: 2px;
    }

        .packagebanner .box .links li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            color: #f5600c;
            background: #fff;
            text-align: center;
            transition: all .3s ease 0s;
        }

            .packagebanner .box .links li a:hover {
                background: #f5600c;
                color: #fff;
            }

.fa-bed::before, .fa-hotel::before {
    content: "\f236";
}

.fa-automobile::before, .fa-car::before {
    content: "\f1b9";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.quatationbanner .sec-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 65px;
    margin-left: 15px;
}

    .quatationbanner .sec-title::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 60px;
        width: 4px;
        background-color: #00c0ff;
        content: '';
    }

    .quatationbanner .sec-title::after {
        position: absolute;
        left: 10px;
        top: 0;
        height: 40px;
        width: 2px;
        background-color: #00c0ff;
        content: '';
    }

    .quatationbanner .sec-title h2 {
        position: relative;
        display: block;
        font-size: 34px;
        line-height: 1.2em;
        color: #1a1d1f;
        font-weight: 700;
        text-transform: uppercase;
    }

.quatationbanner .box1 {
    font-family: Nunito,sans-serif;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    display: block;
    z-index: 0;
    height: 270px;
}

    .quatationbanner .box1:before {
        content: "";
        background: linear-gradient(-35deg,#003988 49%,transparent 50%);
        width: 100%;
        height: 95%;
        border-right: 9px solid #fff;
        border-bottom: 9px solid #fff;
        opacity: 0;
        filter: blur(5px);
        position: absolute;
        bottom: 5px;
        right: 5px;
        z-index: 1;
        transition: all .3s ease 0s;
    }

    .quatationbanner .box1:hover:before {
        opacity: .8;
        filter: blur(0);
    }

    .quatationbanner .box1 img {
        width: 100%;
        height: 100%;
        transition: all .3s ease 0s;
    }

    .quatationbanner .box1:hover img {
        transform: scale(1.1,1.1);
        filter: hue-rotate(180deg) grayscale(80%);
    }

    .quatationbanner .box1 .box1-content {
        text-align: right;
        opacity: 1;
        position: absolute;
        bottom: 30px;
        z-index: 1;
        transition: all .3s ease 0s;
    }

    .quatationbanner .box1:hover .post {
        opacity: 1;
    }

    .quatationbanner .box1:hover .title {
        opacity: 0;
    }

    .quatationbanner .box1 .title {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        background: rgba(0,0,0,.5);
        padding: 15px 10px;
        width: 360px;
    }

    .quatationbanner .box1 .post {
        font-size: 16px;
        letter-spacing: 1px;
        text-transform: capitalize;
        background: #fff;
        color: #000;
        padding: 10px 25px;
        border-radius: 5px;
        position: relative;
        opacity: 0;
        right: 20px;
        bottom: 5px;
    }

    .quatationbanner .box1 .icon {
        text-align: center;
        padding: 0;
        margin: 0;
        list-style: none;
        transform: rotateY(90deg);
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        transition: all .3s;
    }

    .quatationbanner .box1:hover .icon {
        transform: rotateY(0);
    }

    .quatationbanner .box1 .icon li {
        display: inline-block;
    }

        .quatationbanner .box1 .icon li a {
            color: #fff;
            background-color: #ea2027;
            font-size: 18px;
            line-height: 40px;
            width: 40px;
            height: 40px;
            margin: 0 3px;
            border-radius: 50%;
            box-shadow: 0 0 2px #fff inset,0 0 0 5px rgba(255,255,255,.8);
            display: block;
            transition: all .3s ease 0s;
        }

            .quatationbanner .box1 .icon li a:hover {
                color: #ea2027;
                background-color: #fff;
                border: none;
                transform: rotate(360deg);
            }

.overlaysearch {
    content: '';
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 570px;
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);
}

.transfert .maintrans .transfer-img {
    display: block;
    position: relative;
    overflow: hidden;
    height: 220px;
}

    .transfert .maintrans .transfer-img img {
        height: 220px;
    }

.transfert .transfer_item {
    position: relative;
    padding: 0 5px;
    margin-top: -25px;
}

.transfert .city_con {
    display: flex;
    bottom: 61px;
    font-size: 15px;
    color: #fff;
    width: 100%;
    left: 20px;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    display: flex;
    justify-content: center;
    padding: 30px 0 30px;
    text-align: center;
    width: 100%;
    box-shadow: 0 2px 2px #dadada;
    transition: all .3s ease-in-out;
}

.transfert .city_name {
    background: #1077bd;
    padding: 5px;
    white-space: nowrap;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-flex;
    font-size: 12px;
}

.transfert .cont {
    padding: 5px;
    max-width: 165px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-flex;
    font-size: 13px;
    text-transform: capitalize;
    color: #333;
}

.transfert .maintrans .transfer-img .hovert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    transform: translateX(-100%);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.transfert .maintrans:hover .transfer-img .hovert {
    transform: translateX(0);
}

.transfert .maintrans .transfer-img .hovert .destion {
    padding: 60px 30px;
    margin: 0;
    list-style: none;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 15px;
}

.transfert .fa-exchange::before {
    content: '\f0ec';
    font: normal normal normal 14px/1 FontAwesome;
}

.transfert .exchange {
    margin-left: 10px;
    margin-right: 10px;
}

.transfert .view-btn {
    text-align: center;
    color: #d71921;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    position: absolute;
}

.servicest {
    overflow: hidden;
}

    .servicest .serviceimg {
        position: relative;
    }

.title_tour {
    bottom: 13px;
    left: 13px;
    position: absolute;
    right: 13px;
    transition: all .5s ease 0s;
}

    .title_tour > h2 {
        background: rgba(255,255,255,.85) none repeat scroll 0 0;
        color: #000;
        display: inline-block;
        font-size: 20px;
        line-height: 18px;
        margin-bottom: 0;
        padding: 25px 0;
        text-transform: capitalize;
        width: 100%;
    }

.tourhover {
    background: rgba(255,255,255,.85) none repeat scroll 0 0;
    display: inline-block;
    height: 100%;
    opacity: 0;
    padding: 10px;
    transform: scale(.5);
    transition: all .5s ease 0s;
    width: 100%;
}

.servicest:hover .tourhover {
    opacity: 1;
    transform: scale(1);
}

.servicest:hover .title_tour {
    opacity: 0;
    transform: scale(0);
}

.set_tour {
    bottom: 0;
    left: 0;
    padding: 13px;
    position: absolute;
    top: 0;
    width: 100%;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.maintour {
    font-size: 18px;
    margin-top: 50px;
    position: relative;
    line-height: 22px;
    text-align: center;
}

.maintoursub {
    margin-top: 70px !important;
    font-size: 18px;
    background: #d71921;
    text-align: center;
    width: 130px;
    color: #fff;
    padding: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.transferbanner .head-hotel {
    margin-top: 130px;
}
.tourbanner .head-hotel {
    margin-top: 100px;
}
.quatation_bnrbox .head-hotel {
    margin-top: 120px !important;
}

.flightinfo {
    margin-top: 250px !important;
}
.insuranceinfo {
    margin-top: 250px !important;
}

}
@media only screen and (min-width:768px) and (max-width:1199px) {
    .last_about {
        height: auto !important;
        border-bottom: 1px dotted #9a9a9a !important;
    }

    
}

@media only screen and (min-width:320px) and (max-width:1199px) {
    .transfert .cont {
        font-size: 11px;
    }

    .transfert .view-btn {
        top: 95px;
        font-size: 15px;
    }

    .transfert .maintrans .transfer-img .hovert .destion {
        padding: 20px 15px;
    }

    .quatationbanner .box1 .title {
        width: 225px;
    }
}

.popup_login_btn {
    border-bottom: #f5f5f5 solid thin;
    clear: Both;
    width: 90%;
    margin: Auto;
    margin-top: auto;
    margin-top: 15px !important;
    padding-block-end: 13px;
    top: 20px;
    padding-top: 5px;
    line-height: 0;
    height: 39px;
    font-size: 18px;
    position: relative;
    background: #ff9800;
}

.txt_do_not {
    height: 20px;
    width: 90%;
    margin: 40px Auto Auto;
}

.coltxt_blue {
    color: #193e6c !important;
}

.popup_login_btn .button {
    background: 0 0 !important;
}

/****hotel banner css***/

.hotel-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}

    .hotel-banner .banner-title .red {
        color: #d71920;
    }

    .hotel-banner .separator {
        position: relative;
        width: 100%;
        height: 20px;
    }

    .hotel-banner .img-div img {
        height: 400px;
        width: 100%;
    }

    .hotel-banner .content-div {
        height: 400px;
        background: #f3f3f6;
        padding: 25px;
    }

        .hotel-banner .content-div .city-title {
            position: relative;
            font-size: 25px;
            font-weight: 600;
            color: #000;
            margin-bottom: 25px;
            line-height: 25px;
            text-transform: capitalize;
        }

        .hotel-banner .content-div .city-content {
            position: relative;
            font-size: 15px;
            color: #70778b;
            font-weight: normal;
            line-height: 21px;
        }

.fa-long-arrow-right::before {
    content: "\f178";
}

.hotel-banner .content-div .btn-div .btn {
    color: #d71920;
    border: 1px solid #d71920;
    width: 195px;
    height: 50px;
    padding: 0;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    border-radius: 3px;
    text-transform: capitalize;
}

.hotel-banner .content-div .btn-div {
    padding: 50px 0;
}

.pl60 {
    padding-left: 60px !important;
}

.hotel-banner .img-div.left-arrow::before {
    content: '';
    position: absolute;
    border: 15px solid transparent;
    margin: 0 auto;
    left: 0;
    border-left-color: #f3f3f6;
    top: 50%;
    z-index: 1;
}

.hotel-banner .img-div.right-arrow::before {
    content: '';
    position: absolute;
    border: 15px solid transparent;
    margin: 0 auto;
    right: 0;
    border-right-color: #f3f3f6;
    top: 50%;
}

.hotel-banner .img-div::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #151b2b;
    opacity: 0.4;
    transition: all 1.3s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.hotel-banner .hover-div:hover .img-div::after {
    opacity: 0.2;
}

.hotel-banner .hover-div:hover img {
    transform: scale(1.08);
}

.hotel-banner .img-div {
    overflow: hidden;
    position: relative;
}

    .hotel-banner .img-div img {
        width: 100%;
        transition: all 1.3s cubic-bezier(0.05, 0.2, 0.1, 1);
    }

@media only screen and (max-width:991px) and (min-width:768px) {
form label {
    color: #fff;
    font-size: 12px !important;
}
.quatation_bnrbox .mt_100 {
    margin-top: 0;
}
.heading {
  
    font-size: 22px !important;
   
}
.flightinfo {
    margin-top: 130px !important;
}
    .pkg_banner .mt_100 {
    margin-top: 105px;
}
    .product_test {
        line-height: 18px !important;
    }

    .cart-chat-img .chat-img {
        text-align: left;
    }

    .pl60 {
        padding-left: 30px !important;
    }

    .hotel-banner .content-div .city-title {
        font-size: 20px;
    }

    .hotel-banner .content-div .btn-div {
        padding: 30px 0px;
    }
}
/**strip css***/
.icon_position_strip {
    background: url(/assets/project/img/holiday-icon-strip.svg);
    width: 70px;
    height: 70px;
    float: left;
}

.best_price_position {
    background-position: -12px -64px;
}

.icon_text p {
    margin: 0;
    line-height: 32px;
    font-size: 18px;
    position: relative;
    top: 0;
    color: #000;
    font-weight: 700;
    text-align: left;
}

.icon_text {
    float: left;
    margin-left: 12px;
    padding-top: 8px;
    text-transform: capitalize;
}

    .icon_text span {
        line-height: 16px;
        font-weight: 700;
        font-family: Arial;
        color: #a6a3ba;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
    }



.hassle_position {
    background-position: -106px 252px;
}

.secure_position {
    background-position: -10px 168px;
}

.chat_position {
    background-position: -110px 169px;
}

.icon_box_strip {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}

/*tour banner*/
.tour_title {
    text-align: center;
    margin-top: 40px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.left_angle {
    background: #000;
    padding: 20px;
    height: 604px;
    background-image: url('/assets/project/img/banner/attraction-dubai.png');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.mt_50 {
    margin-top: 50px;
}

.font16 {
    font-size: 16px;
}

.viewall a {
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    width: 50%;
    border-radius: 0;
    height: 40px;
    line-height: 28px;
}

.image-wrapper img {
    width: 100%;
}

.tour_imgred img {
    width: 100%;
}

.tour_imgred::after {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: rgba(227, 14, 11, 0.61);
}

.touritem:hover .image-wrapper:before {
    height: 100%;
}

.touritem .image-wrapper:before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    z-index: 0;
    height: 0;
    width: 100%;
    top: 0;
    transition: all .3s linear;
    background: rgba(227, 14, 11, 0.61);
}

.touritem .title-wrapper {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 100%;
    z-index: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.touritem:hover .title-wrapper h5 {
    background-color: rgba(255,255,255,0);
    color: #fff;
}

.touritem .title-wrapper h5 {
    background-color: rgba(255,255,255,.9);
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 10px 15px;
    transition: all .5s ease-out;
    font-weight: 700;
}

.touritem:hover .title-wrapper h5 a {
    color: #fff;
}

.touritem .title-wrapper p {
    opacity: 0;
}

.touritem:hover .title-wrapper p {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

.texthub p {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    right: 10px;
    margin: 0 auto;
    padding: 20px;
}

.viewall .btn:hover {
    color: #fff;
}

.tourbanner {
    margin-top: 10px;
    margin-bottom: 70px;
}
/*tourbanner end*/





/***about us css****/

/**hover*/

.thumnail-item:hover .hovermenu::before, .thumnail-item .hovermenu::after {
    opacity: 1;
    visibility: visible;
}

.thumnail-item .hovermenu::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    position: absolute;
    border: 6px solid #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.thumnail-item:hover .hovermenu::after, .thumnail-item .hovermenu::after {
    opacity: 1;
    visibility: visible;
}

.thumnail-item .hovermenu::after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    border: 15px solid transparent;
    border-left-color: #000;
    -moz-transition: all 0.2s linear;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}


/****/
.last_about {
    height: 165px;
    border-bottom: 1px dotted #9a9a9a;
}

.aboutus_contact p {
    font-size: 14px;
}

.about_us_box {
    background: #e9ecf3;
    padding: 50px 0;
}


.title_heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

    .title_heading::before {
        content: '';
        position: absolute;
        width: 150px;
        height: 5px;
        background: #003988;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px;
    }

.aboutus_contact {
    margin-top: 40px;
}

.viewmore {
    text-align: left;
    margin-bottom: 30px;
    padding-top: 0;
}

.more_btnnow {
    border: 1px solid #d71920;
    border-radius: 5px;
    width: 90px;
    height: 32px;
    text-align: center;
    color: #d71920;
    font-size: 14px;
}

.mt40 {
    margin-top: 40px;
}

.abouttext_sub {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.aboutptext {
    font-size: 12px;
    color: #737373;
    margin-bottom: 0;
}

.aboutimage_height {
    height: 164px;
}

.bordertop {
    border-top: 1px dotted #9a9a9a;
}

.spaceabout {
    padding: 15px;
}

.aboutbtn {
    text-align: center;
    margin-bottom: 15px;
}

.p_30 {
    padding: 0 30px;
}

/**what we offer css***/
.product_title {
    text-align: center;
    margin-top: 50px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.offer_color {
    color: #d71920;
}

.tile_book {
    font-size: 18px;
    position: relative;
    top: 0;
    color: #000;
    font-weight: 700;
    text-align: left;
    margin-bottom: 5px;
}


.fa-building-o::before {
    content: "\f0f7";
}

.right_menu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #323946;
    font-size: 14px;
    font-weight: 500;
    width: 20%;
    text-align: center;
}

    .right_menu li:last-child:after {
        content: none;
    }



/***top attraction css***/
.over_hidden {
    overflow: hidden;
}

    .over_hidden img {
        width: 100%;
        transition: all 1.3s cubic-bezier(0.05, 0.2, 0.1, 1);
    }

.zoo:hover {
    -moz-transform: rotate(4deg) scale(1.20);
    -webkit-transform: rotate(4deg) scale(1.20);
    -o-transform: rotate(4deg) scale(1.20);
    -ms-transform: rotate(4deg) scale(1.20);
    transform: rotate(4deg) scale(1.20);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.attractionbox {
    padding: 15px 5px;
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: top;
}

    .attractionbox h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .attractionbox p {
        color: #585858;
        font-size: 12px;
        min-height: 160px;
    }

.viewmore_btn {
    height: 30px;
    line-height: 30px;
    padding: 0px 15px 0px 15px;
    text-decoration: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #d71920;
    background: #fff;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
    right: 35px;
}

.viewmore_right_btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px 0px 15px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all .5s ease-in-out;
    z-index: 100;
    font-size: 14px;
    background: #fff;
    border-radius: 0;
    text-transform: capitalize;
    position: absolute;
    color: #d71920;
    right: -35px;
}

.top_attraction {
    background-image: url('/assets/project/img/topattraction.jpg');
    background-size: cover;
    width: 100%;
}

.top_back {
    position: relative;
    width: 100%;
    background: #fff;
    line-height: 0;
    display: inline-flex;
}

.city_act {
    position: relative;
}

.top_attraction::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 12, 0.97);
    content: '';
}

.index_relative {
    position: relative;
    z-index: 9;
}

.city_act {
    position: relative;
}
/**leasing css***/
.fa-handshake-o::before {
    content: "\f2b5";
}

.fa-angle-right::before {
    content: "\f105";
}

.back-img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: block;
}

.leasing-enquiries-div {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}

.icon-content {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.bottom-div {
    font-size: 28px;
    margin-top: 25px;
}

    .bottom-div .fa-angle-right {
        font-size: 30px;
        border: 0;
        border-radius: 0;
        width: 0;
        height: 0;
        display: inline;
        margin-left: 0;
        font-family: FontAwesome;
    }

.leasing-enquiries-div .back-img img {
    height: 225px;
    width: 100%;
}

.city_top {
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.top_back img {
    width: 100%;
}


/*----------------------holiday vacation div start----------------------*/
.count_box .content-head {
    font-size: 35px;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    line-height: 40px;
}

.count_box .botom-content {
    font-size: 18px;
    color: #828282;
    text-align: center;
    margin: 30px 0;
}

.service_box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.service_box_con h3 {
    font-size: 30px;
    font-weight: 600;
    color: #003988;
    text-align: left;
}

.service_box_con .name_conunt {
    color: #003988;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
}

.service_box > .icon {
    height: 78px;
    background: #fff;
}

    .service_box > .icon span {
        color: #fff;
        display: block;
        font-size: 32px;
        height: 60px;
        right: 9px;
        line-height: 60px;
        position: absolute;
        text-align: center;
        top: 9px;
        width: 62px;
        z-index: 1;
        border-radius: 4px;
    }


.service_box .service_box_con {
    padding: 20px 30px;
    background: #ECF6F8;
    border-radius: 6px;
}



    .service_box > .icon, .service_box .service_box_con::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }



.pos-1 {
    background-position: 0px 313px;
}

.pos-2 {
    background-position: -65px 0px;
}

.pos-3 {
    background-position: 68px 0px;
}

.main-timeline {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.count_box {
    margin-top: 50px;
    margin-bottom: 50px;
}

.count_box_top {
    margin-top: 20px;
}
/*----------------------holiday vacation div over----------------------*/


/*mobile css*/

.why_section {
    padding: 15px 0;
}

.heading_module {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 2px;
    margin-bottom: 10px;
}

.icon_position_strip1 {
    background: url('../../../assets/project/img/holiday-icon-strip.png');
    background-position-y: 0%;
    width: 55px;
    height: 55px !important;
}

.best_price_position1 {
    background-position: 0px -37px;
    background-size: 130px;
}

.hassle_position1 {
    background-position: 65px -37px;
    background-size: 130px;
}

.secure_position1 {
    background-position: 0px 103px;
    background-size: 130px;
}

.chat_position1 {
    background-position: 60px 102px;
    background-size: 130px;
}

.why_block {
    display: inline-flex;
    background: #eee;
    padding: 5px;
    border-bottom: 1px solid #dad1d1;
    border-radius: 4px;
    width: 100%;
}

    .why_block .icon {
        max-height: 56px;
    }

    .why_block .details {
        padding: 10px 0 0;
        text-align: justify;
        white-space: nowrap;
    }

        .why_block .details h4 {
            font-weight: 700;
            color: #000;
            margin-bottom: 3px;
            text-transform: capitalize;
        }

        .why_block .details p {
            color: #373737;
            margin: 0;
        }

.quota-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}



    .quota-banner .banner-title .red {
        color: #d71920;
    }

.transfert {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}


    .transfert .banner-title .red {
        color: #d71920;
    }

/****     Explore   ****/

.explore_section {
    padding: 15px 0;
}

.main_heading {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    padding: 6px 2px;
    margin-bottom: 10px;
}

.small-separator {
    margin-top: 10px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/assets/project/img/title-bottom-img.svg');
}


.explore_block {
    margin-bottom: 15px;
}

    .explore_block .image img {
        max-height: 90px;
        width: 100%;
    }

.explore_content {
    padding: 5px;
    background: #222;
    color: #fff;
}

    .explore_content h4 {
        font-weight: 700;
        font-size: 11px;
        margin-bottom: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .explore_content p {
        text-align: justify;
        font-size: 10px;
        margin-bottom: 4px;
        line-height: 13px;
        max-height: 55px;
        overflow: hidden;
    }

.explore_btn {
    background: #d71921;
    color: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    font-size: 10px;
}


/***    owl carousel*/


#owl-demo .item {
    background: #fff;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}


/* 
* 	Core Owl Carousel CSS File
*	v1.3.3
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}



/* PRODUCTS SLIDER = */
.owl-item .item {
    margin: 0 10px;
}

.slider-items {
    position: relative;
}

    .slider-items .item {
        text-align: center;
    }

.owl-buttons {
    opacity: 1;
}

.product-flexslider {
    margin: 5px -10px;
}


.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

.owl-pagination {
    top: 100%;
    text-align: center;
    position: absolute;
    left: 45%;
    background: transparent;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 10px;
    width: 10px;
    margin: 5px 2px;
    filter: Alpha(Opacity=50);
    background: #c3baba;
    border-radius: 50%;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #d71921;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 1px 0;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 1;
    display: none;
}

.slider-items .owl-buttons a {
    background: #fff;
    display: block;
    height: 38px;
    margin: 0px 0 0 -30px;
    position: absolute;
    top: 50%;
    width: 38px;
    z-index: 5;
    color: #888;
    border: 1px #eaeaea solid;
}

.slider-items .owl-buttons .owl-prev a:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\f104";
    text-transform: none;
    font-size: 26px;
    line-height: 35px;
    padding: 6px 6px 6px 6px;
}

.slider-items .owl-buttons .owl-next a {
    top: 50%;
    padding: 2px;
}

    .slider-items .owl-buttons .owl-next a:before {
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        text-transform: none;
        font-size: 24px;
        padding: 6px 6px 6px 6px;
        line-height: 30px;
    }

.slider-items .owl-buttons .owl-next {
    position: absolute;
    right: -32px;
    top: 30%;
}

.slider-items .owl-buttons .owl-prev {
    position: absolute;
    left: -13px;
    top: 30%;
}

.owl-carousel .col-lg-4, .owl-carousel .col-md-3, .owl-carousel .col-sm-4, .owl-carousel .col-xs-6-12 {
    width: 100%
}

.owl-carousel .product {
    padding: 0px !important;
}

    .owl-carousel .product .product_info {
        top: 32% !important;
    }

section.home-instagram.wow.fadeIn div.owl-pagination {
    right: 0;
}
/*mobile css end*/

/***new css***/

/******package banner***/

.banner-title {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 33px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    line-height: 35px;
    margin-top: 0px;
}

    .banner-title .red {
        color: #d71920;
    }



.separator {
    position: relative;
    width: 100%;
    height: 20px;
}

.packagebaneer .package_box {
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    font-size: 13px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
    min-height: 130px;
}

    .packagebaneer .package_box h3 {
        color: #d71920;
        margin-bottom: 0;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
        padding: 15px;
        text-transform: capitalize;
    }

    .packagebaneer .package_box p {
        padding: 15px;
        text-transform: uppercase;
        margin-bottom: 0;
        color: #000;
    }


.packagebaneer .package-images {
    position: relative;
}

.packagebaneer .fa-bed::before {
    content: "\f236";
}

.packagebaneer .package-icon {
    position: absolute;
    bottom: 35%;
    padding: 15px;
}

    .packagebaneer .package-icon li {
        display: inline-block;
        color: #fff;
        margin-right: 20px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 37px;
        font-size: 18px;
        border: 2px solid #fff;
    }

    .packagebaneer .package-icon .redicon {
        background: #d71920;
    }

    .packagebaneer .package-icon .greenicon {
        background: #026a39;
    }

    .packagebaneer .package-icon .blackicon {
        background: #000;
    }

.packagebaneer .fa-car::before {
    content: "\f1b9";
}

.packagebaneer .fa-cutlery:before {
    content: "\f0f5";
}

.packagebaneer .package-images img {
    width: 100%;
    transition: all 1.3s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.packagebaneer .package-images img {
    width: 100%;
    transition: all 1.3s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.packagebaneer .package-images::after {
    opacity: 0.2;
}

.packagebaneer .package-images:hover img {
    transform: scale(1.08);
}

.packagebaneer .package-images {
    overflow: hidden;
    position: relative;
}

.packagebaneer .shadowtwo {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);
    position: absolute;
}

/****restaurant banner css ***/
.restaurant_banner .contant-restaurant {
    position: absolute;
    bottom: 20px;
    padding: 20px;
    color: #fff;
}

.restaurant_banner .restaurant-img {
    position: relative;
    overflow: hidden;
}

    .restaurant_banner .restaurant-img::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.41);
        transition: 0.5s;
        width: 100%;
    }

.restaurant_banner .contant-restaurant h3 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}

.restaurant_banner .contant-restaurant p {
    font-size: 15px;
    font-weight: normal;
}

.restaurant_banner .fa-long-arrow-right:before {
    content: "\f178";
}

.restaurant_banner .viewbtn-now {
    border: 2px solid #fff;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    background: transparent;
    width: 150px;
    text-transform: uppercase;
    font-size: 18px;
    height: 42px;
    border-radius: 5px;
}

    .restaurant_banner .viewbtn-now a {
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
    }

    .restaurant_banner .viewbtn-now i {
        margin-left: 10px;
        font-size: 20px;
    }

    .restaurant_banner .viewbtn-now a:hover {
        color: #fff;
    }


.restaurant_banner .meal-banner > div {
    display: block;
    color: #000;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .restaurant_banner .meal-banner > div:hover {
        -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    }

        .restaurant_banner .meal-banner > div:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

.restaurant_banner .meal-banner img {
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    width: 100%;
}

.restaurant_banner .meal-banner .contant-restaurant {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 12;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.restaurant_banner .meal-banner > div:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.2);
}

.restaurant_banner .meal-banner > div:after {
    opacity: 1;
    visibility: visible;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.restaurant_banner .meal-banner > div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ml_10 {
    margin-left: 10px;
}

/***visa banner css***/

.visabanner .visabox {
    background: #fff;
    overflow: hidden;
    margin-bottom: 0;
    padding: 15px;
    box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
}

    .visabanner .visabox h3 {
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 18px;
    }

    .visabanner .visabox p {
        margin-bottom: 0;
        color: #d71920;
        font-weight: 400;
        font-size: 16px;
    }

.visabanner .visaimg img {
    width: 100%;
}

.visabanner .visa-wiget {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.03);
}

    .visabanner .visa-wiget:hover {
        -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }

    .visabanner .visa-wiget .gridvisa figure {
        border-radius: 0;
    }

.visabanner .gridvisa figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.visabanner figure.visaimg:hover img, .visa-wiget:hover img {
    opacity: 0.2;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.visabanner figure.visaimg img {
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, -45px, -40px) scale(0.9);
    transform: translate3d(-13px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.visabanner .gridvisa figure img {
    position: relative;
    display: block;
    min-height: 100%;
}

.visabanner .gridvisa figure figcaption, .gridvisa figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.visabanner .gridvisa figure figcaption {
    padding: 20px;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.visabanner .visa-wiget figure.visaimg .visa-block {
    height: 45px;
    width: 190px;
    margin: 0 auto;
}

.visabanner figure.visaimg:hover .visa-block, .visa-wiget:hover .visa-block {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.visabanner figure.visaimg .visa-block {
    margin-top: 100px !important;
    /* padding: 0 0 0 10px; */
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 160px, 0);
    transform: translate3d(0.160px, 0);
}

.visabanner .visa-wiget .gridvisa a {
    position: inherit;
    line-height: 32px;
}

.visabanner .visa-block a {
    background-color: #d71920 !important;
    font-weight: 600;
}

    .visabanner .visa-block a:before {
        content: '';
        position: absolute;
        border: white solid 3px;
        border-radius: 4px;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .visabanner .visa-block a:hover:before, .visa-block a:focus:before, .visa-block a:active:before {
        opacity: 1;
    }

    .visabanner .visa-block a:hover {
        color: #fff;
    }

.visabanner .visa-wiget {
    -ms-transform: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.packagebaneer {
    margin: 50px auto;
}

.restaurant_banner, .visabanner {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 50px 0;
}

/**what we offer css*/
.hotel-block {
    position: relative;
    display: inline-flex;
    border-radius: 10px;
    padding: 15px 25px;
    color: #fff;
    transition: 0.5s;
}

    .hotel-block::before {
        content: '';
        position: absolute;
        background: #fff;
        height: 30px;
        left: -16px;
        width: 30px;
        top: 40%;
        transition: 0.5s;
        border-radius: 50%;
    }

    .hotel-block::after {
        content: '';
        position: absolute;
        background: #fff;
        height: 30px;
        right: -16px;
        width: 30px;
        top: 40%;
        transition: 0.5s;
        border-radius: 50%;
    }

.hotel-block_section {
    display: flex
}

.hb_1 {
    background: linear-gradient(94deg, rgba(69,151,209,1) 0%, rgba(44,132,196,1) 50%, rgba(27,118,188,1) 100%);
}

.hb_2 {
    background: linear-gradient(90deg, rgba(237,72,42,1) 0%, rgba(198,52,71,1) 50%, rgba(159,32,101,1) 100%);
}

.hb_3 {
    background: linear-gradient(90deg, rgba(69,194,214,1) 0%, rgba(35,185,209,1) 50%, rgba(2,176,201,1) 100%);
}

.hotel-block .icon {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px 1px #6f6f6f;
    height: 110px;
    width: 110px;
}

.hotel-block .img-1 {
    background-position: 7px -7px !important;
}

.hotel-block .img-2 {
    background-position: -130px -15px !important;
}

.hotel-block .img-3 {
    background-position: -270px -10px !important;
}


.hotel-block .image {
    height: 110px;
    border-radius: 50%;
    width: 110px;
    background: url('/assets/project/img/hotel-icon-strip.png');
}

.hotel-block h4 {
    color: #fff;
}

.general_row {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

.hotel-block .content {
    padding: 15px;
    text-align: center;
    padding-top: 40px;
}





.back_icon {
    background-color: rgba(241,202,214,.6);
    float: left;
    display: inline-flex;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    color: #ed5151;
}

.bg-blue {
    background-color: rgba(89,1,255,.14);
    color: #9c31df;
}

.bg-yellow {
    background-color: rgba(255, 162, 43, .3);
    color: #ffa22b;
}

.bg-green {
    background-color: rgba(0, 214, 230, .3);
    color: #0dabb7;
}

.back_icon .fa {
    font-size: 25px;
}

.bg-main {
    background: rgba(255, 47, 0, 0.2);
}

.whatoffer {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.1), 0 8px 16px 0 rgba(19,41,104,.1);
    bottom: 55px;
    z-index: 9;
}

.product_top {
    padding: 20px;
}

.flotright {
    float: right;
    display: inline-block;
    position: relative;
    width: 70%;
}

.product_test {
    font-weight: 700;
    font-family: Arial;
    color: #a6a3ba;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
}

.whyc {
    background: #e9ecf3;
}

.welcome-inner:before {
    position: absolute;
    content: '';
    right: 0px;
    top: -45px;
    width: 890px;
    height: 475px;
    border: 6px solid #f78f1e;
}

.welcome-inner {
    position: relative;
    margin-top: 50px;
}

.service_box .fa {
    color: #003988;
    opacity: 0.4;
    font-size: 54px;
}

.expertview {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    z-index: 9;
    padding: 20px;
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-shield:before {
    content: "\f132";
}

.fa-comments-o:before {
    content: "\f0e6";
}




/*destination*/

.counter-bg {
    background-image: url(/assets/project/img/main-bg-2.png);
    background-attachment: fixed;
    background-size: cover;
}

.section_counter {
    background: rgba(9,29,73,.97);
    padding-top: 40px;
    padding-bottom: 40px;
}

.heading-text {
    margin-bottom: 20px;
    font-size: 32px;
}

    .heading-text span {
        transition: all .3s;
        font-size: 28px;
        color: #fff;
        line-height: 35px;
    }

.section_counter p {
    color: #fff;
    font-size: 16px;
}

#counter {
    text-align: center;
    float: right;
}

.counter-bg .br {
    border-right: 1px solid rgba(255,255,255,.1);
}

.counter-bg .bb {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.counter-bg .numbers {
    padding: 20px 0;
}

    .counter-bg .numbers span {
        transition: all .3s;
        font-size: 52px;
        text-shadow: 0 3px 7px rgba(0,0,0,.25);
        line-height: normal;
        color: #f78f1e;
    }

    .counter-bg .numbers p {
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        min-height: 60px;
    }






/*hote new banner*/
.travelite_feature_section {
    background: #f4f4f4;
    padding: 50px 0px;
}

.hotel_feature_box img {
    height: 250px;
    object-fit: cover;
}

.hotel_feature_box {
    position: relative;
}

    .hotel_feature_box .feature_overlay_second {
        text-align: left;
        padding: 16px 24px;
    }

    .hotel_feature_box .feature_overlay_second {
        text-align: left;
    }

.feature_overlay_second {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 0px;
    text-align: center;
    background: #003988;
    color: #fff;
    opacity: 0.9;
}

    .feature_overlay_second .bottom_first a {
        color: #fff;
    }

.hotel_feature_box .feature_overlay_second .bottom_first span {
    float: right;
    left: 0;
    line-height: 18px;
}

.bottom_second {
    margin-top: 2px;
}

.end_box_fearure:before {
    content: url(/assets/project/img/line-circle2.png);
    position: absolute;
    display: block;
    width: 8px;
    height: 100%;
    bottom: 0;
    left: -20px;
}

.end_box_fearure h3 {
    color: #f78f1d;
    margin-top: 50px;
    font-size: 30px;
}

.travelite_heading_feature {
    position: relative;
    font-weight: bold;
    line-height: 36px;
}

.end_box_fearure p {
    padding-top: 35px;
}

.end_box_fearure a.black_btn {
    width: 150px;
    height: 42px;
    float: left;
    line-height: 40px;
    margin-top: 23px;
    text-transform: capitalize;
}

.black_btn {
    border: 2px solid #222222;
}


/*****insurance banner css****/

.insuranceinfo {
    margin-top: 200px;
    background-image: url('/assets/project/img/insurancebg.png');
    margin-bottom: 50px;
}

.info_border {
    position: relative;
    bottom: 90px;
}

    .info_border::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 30px;
        top: 30px;
        border: 10px solid #37003d;
        border-radius: 10px;
    }

    .info_border img {
        position: relative;
    }

.insurace_contant h2 {
    color: #e37bf0;
    font-size: 36px;
    font-weight: 800;
    text-align: left;
    padding: 0;
}

.insurace_contant {
    margin-left: 30px;
    padding: 20px;
    margin-top: 30px;
}

    .insurace_contant p {
        color: #525252;
        font-size: 18px;
        font-weight: 400;
    }

/****cruise banner***/
.cruiseinfo {
    margin-top: 50px;
}

.cruisedetail h2 {
    color: #e37bf0;
    font-size: 36px;
    font-weight: 800;
    text-align: left;
    padding: 0;
}

.cruisedetail p {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
}

.event-slider-box {
    position: relative;
    border: 2px solid #585858;
    padding: 60px;
    height: 440px;
    width: 440px;
}

    .event-slider-box:after {
        display: block;
        clear: both;
        content: '';
        width: 440px;
        height: 440px;
        border: 2px solid #585858;
        left: 0;
        top: 0;
        padding: 30px;
    }

.event-borders {
    background: #585858;
    content: "";
    height: 705px;
    left: 57%;
    position: absolute;
    top: -104px;
    transform: rotate(-45deg);
    width: 2px;
}

    .event-borders:before {
        background: #585858;
        content: "";
        height: 705px;
        left: 0;
        position: absolute;
        top: 3px;
        transform: rotate(90deg);
        width: 2px;
    }

.event-boxslider {
    position: absolute;
   
    left: 30px;
    top: 30px;
    width: 440px;
    height: 440px;
    overflow: hidden;
}

    .event-boxslider span:hover:before {
        background-color: rgba(0,0,0,0.5);
    }

 .event-boxslider span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.cruisedetail h2:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 30px;
    height: 3px;
    background-color: #666666;
    top: 50px;
}

.cruisedetail h2:after {
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    top: 50px;
}

.event-boxslider:hover img {
    transform: scale(3);
    -moz-transform: scale(3);
    -webkit-transform: scale(3);
    transition: all 6s ease-in-out;
    -webkit-transition: all 6s ease-in-out;
    -moz-transition: all 6s ease-in-out;
}

/****flight banner***/

.flight_detail h2 {
    color: #000;
    font-size: 36px;
    font-weight: 800;
    padding: 0;
    display: inline-block;
    position: absolute;
}

.flight_detail p {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
}

.flight_detail img {
    margin-left: -15px;
    padding-right: 5px;
}

.flightinfo {
    margin-top: 200px;
}


.tripquotation::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.26);
}

.tripquotation {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border: 10px solid #ffffff;
    box-shadow: 0 0 3px #d0d0d0;
    -moz-box-shadow: 0 0 3px #d0d0d0;
    -webkit-box-shadow: 0 0 3px #d0d0d0;
}
.quatation_bnrbox .mt_100 {
    margin-top: 130px;
}
.quatation_bnrbox{
    min-height: 200px;
    margin-top: 140px;
}

 .car_rent{
            margin-top:200px;
        }
        .about_img_car img {
    width: 100%;
    height: auto;
}
        .about_car p {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 11px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}
        .about_car_detail p {
    color: #525252;
    font-size: 15px;
}

.about_car span {
    color: #e00ff7;
}

.about_car p::before {
    background-color: #242424;
    bottom: 6px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 99px;
}

.about_car p::after {
    background-color: #242424;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: 59px;
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
    .tourbanner .head-hotel {
    margin-top: 130px;
}
    .transferbanner .head-hotel {
        margin-top:0;
    }
    .home-wrapper > section.product-platforms .boxes-container .one {
        margin-bottom: 1em;
        padding-right: 0em;
    }

    .home-wrapper > section.product-platforms .boxes-container .two {
        margin-bottom: 1em;
        padding-left: 0em;
    }
}

@media only screen and (max-width: 991px) and (min-width: 320px) {

    .hotelbanner .services-block .image-box .title h3 {
        line-height: 25px;
    }
    .flightinfo .col-lg-8 img {
    height: 200px;
    width: 100%;
}
.flight_detail img{
    height:30px;
}
.flight_detail h2 {
    font-size: 20px;
}
.flight_detail p {
    font-size: 13px;
    text-align: justify;
}
.home-wrapper > section.product-platforms .div-1 .title {
    color: #942d9f !important;
    font-size: 16px !important;
    text-align: center !important;
    padding-top: 25px;
    position: relative;
}
.home-wrapper {
    height: auto !important;
    padding-bottom: 40px;
}
.no-gutters .text-center.text-md-left {
    transform: translate(0px, -10.133%) !important;
}
.home-wrapper > section.product-platforms .platform-text-div {
    top: 0 !important;
}
.home-wrapper > section.product-platforms .boxes-container .box-item {
    height: 130px!important;
    margin-right: 0 !important;
}
.home-wrapper > section.product-platforms .boxes-container .box-item img {
    height: 120px!important;
}
.home-wrapper > section.product-platforms .boxes-container .box-item p {
    font-size: 12px !important;
    margin-bottom: 7px;
    width: 100%;
    text-align: center !important;
    left: 0 !important;
}
.home-wrapper > section.product-platforms .boxes-container .one {
    padding-right: 0;
}

.home-wrapper > section.product-platforms .boxes-container .two {
    padding-left: 0;
}
.ng-tns-c4-0{
  bottom: 28px !important;
  left: 0;
}
.home-wrapper > section.product-platforms .boxes-container .box-item:hover .hotel_view_btn {
    width: 83%;
}
.home-wrapper > section.product-platforms::after {
     content:none;
 }
.flightinfo {
    margin-top:30px;
}
.tourbanner {
     margin-top: 0px !important; 
     margin-bottom: 0px !important; 
}
.head-hotel {
    margin: 0px auto;
    margin-bottom: 25px;
}
.section-title {
    font-size: 20px;
    margin: 0;
}
.tourbanner .box .title {
    font-size: 12px;
}
.tourbanner .box .icon li a {
    font-size: 11px;
    line-height: 27px;
    height: 30px;
}
.tourbanner .box {
    height: 150px;
}
.tourbanner .box img {
    height: 150px;
}
.tourbanner .box .curve2 {
    bottom: -60px;
}
.pkg_banner .mt_100 {
    margin-top: 25px;
}
    .width_sml a .box-detail {
        padding: 10px;
    }
    .width_sml a .box-detail h3 {
    margin-bottom: 10px;
    font-size: 13px;
}
 .width_sml a .box-detail h4 {
            margin-bottom: 10px;
            line-height: 13px;
            font-size: 14px;
 }
 .width_sml a .box-detail .inner .view-btn {
            font-size: 11px;
            line-height: 15px;
            padding: 7px 13px;
   }
 .quatation_bnrbox{
    margin-top: 0px;
}
 .quatation_bnrbox .mt_100 {
    margin-top: 0px;
}
 .quatation_bnrbox .inv-places-item {
    height: 150px;
    width: 100%;
    margin-bottom: 30px;
}
 .quatation_bnrbox .inv-places-info {
    max-width:120px;
    padding: 8px;
    right: 25px;
}
 .quatation_bnrbox .inv-places-info span {
    font-size: 11px;
}
    .inv-places-item img {
        height: 150px;
    }
    .quatation_bnrbox .top-left {
    left: 20%;
    font-size: 12px;
}
    .quatation_bnrbox .top-left .icns {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
    .quatation_bnrbox .inv-places-info {
    box-shadow: -16px 16px 0 -10px rgba(0, 0, 0, 0.3);
}
.insuranceinfo {
    margin-top: 30px;
}
.info_border {
    bottom: 0px;
}
.info_border img {
    height: 250px;
}
.insurace_contant {
    margin-left: 0px;
    padding: 20px 0;
}
.insurace_contant h2 {
    font-size: 20px;
}
.insurace_contant p {
    color: #828f9e;
    font-size: 13px;
    text-align: justify;
}
.about_car p {
    font-size: 20px;
}
.about_car_detail p {
    color: #828f9e;
    font-size: 13px;
}
.travelite_feature_section {
    padding: 20px 0px;
}
.section-title {
    color: #942d9f;
}
.transferbanner .boxttrnsfer .btext_transfer {
    bottom: 0;
    font-size: 13px;
    padding: 5px;
}
.transferbanner .boxttrnsfer {
    height: 160px;
    margin-bottom: 25px;
}

.boxttrnsfer img {
    height: 160px;
}
.transferbanner .boxttrnsfer .cit_con {
    bottom: 20px;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    width: 85%;
}
.travelite_feature_section {
     background: #fff; 
}

}

