﻿.item {
    line-height: 300px;
    /* Align the text vertically center. */
    font-size: 52px;
    text-align: center;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

.carousel {
    margin-top: 20px;
}

.carousel-control1 {
    position: absolute;
    font-size: 60px;
    font-weight: 100;
    line-height: 25px;
    color: #fff;
}

    .carousel-control1:hover {
        opacity: 0.5;
    }

    .carousel-control1.left-flat {
        top: 75%;
        right: auto;
        left: 15px;
    }

    .carousel-control1.right-flat {
        top: 75%;
        right: 15px;
        left: auto;
    }

    .carousel-control1.left-flatB {
        top: 44%;
        right: auto;
        left: 0px;
    }

    .carousel-control1.right-flatB {
        top: 44%;
        right: 0px;
        left: auto;
    }

.mainSlider {
    height: 100%;
    color: white;
    -ms-background-size: cover;
    background-size: cover;
    -ms-background-position: center;
    background-position: center;
}

a {
    color: black;
}

    a:focus,
    a:hover {
        color: #23527c;
        text-decoration: none !important;
    }

img {
    max-width: 100%;
}

p {
    text-align: justify;
    color: #333;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

    .carousel-showmanymoveone .carousel-control.left {
        margin-left: 15px;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 15px;
    }

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

        .carousel-showmanymoveone .carousel-inner > .item.left,
        .carousel-showmanymoveone .carousel-inner > .item.prev.right,
        .carousel-showmanymoveone .carousel-inner > .item.active {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            left: 0;
        }
}

.tourSubtitle {
    font-size: 18px;
    font-weight: 600;
}

.tourText {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.accordianText {
    color: #5c5c5c;
    font-size: 15px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}

.panel {
    border-bottom: 1px solid #ddd;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding: 1px;
}

.panel-heading {
    padding: 4px 0px 5px 20px;
    position: relative;
    cursor: pointer;
}

    .panel-heading:after {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        content: "\e114";
        position: absolute;
        color: grey;
        top: 10px;
        left: 14px;
    }

.panel-heading.collapsed:after {
    content: "\e080";
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}

.colBox {
    background-color: #f2f2f2;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.rotate {
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotate(-180deg);
    /* Firefox */
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    transform: rotate(-180deg);
    /* Standard syntax */
}

.panel-title {
    font-size: 19px;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .logo {
        margin: 28px;
        float: left;
    }
}

.title {
    padding: 28px;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.multipleSlideCarouselBox {
    width: 100%;
    height: 175px !important;
    float: right;
    -ms-background-size: cover;
    background-size: cover;
    -ms-background-position: center;
    background-position: center;
}

.multipleSlideCarouselBoxText {
    width: 100%;
    height: 42px !important;
    background: #ffffff;
    color: black;
    line-height: 40px !important;
    font-weight: 600 !important;
    float: right;
    font-size: 16px !important;
}

.tourDownloadBox {
    width: 164px;
    height: 33px;
    background-color: #efefef;
    display: inline-block;
    /* flex-wrap: wrap; */
    padding-right: 8px;
    border-radius: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 13px;
}

.tourDownloadText {
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 6px;
    display: inline-block;
}

.accordianImg {
    display: inline-block;
    margin-top: 10px !important;
}

.dailyPlanRedBox {
    width: 90px;
    background-color: red;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    text-align: center;
    font-size: 13px;
    padding: 4px;
}

.servicePlanimg {
    position: absolute;
    top: 7px;
    right: 7px;
}

.multipleSliderMainBox {
    background-color: #eaeaea;
    padding: 15px 0 30px 0;
    margin-bottom: 30px;
}

.tourBage:first-child {
    padding: 3px 0;
}

.tourBage {
    padding: 3px 5px;
    display: inline-block;
    font-size: 15px;
    background-color: #efefef;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.tourDetail {
    margin-bottom: 12px;
    font-size: 16px;
}

.serviceTitle {
    margin-right: 37px;
    font-size: 16px;
    line-height: 30px;
}

.accordianText {
    text-align: justify;
}

h2 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 18px;
}

.left-tour {
    padding-top: 28px;
    padding-right: 20px;
}

.disabled {
    pointer-events: none;
}

.close {
    float: left;
}

.text-center{
    text-align: center;
}