﻿/* header secation */
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444444 !important;
    transition: 1s;
}
.bg-perple {
    background: #2c3640;
}
.top-header {
    background: #fff;
}
.helpnow {
    display: flex;
    align-items: center;
}
.helpnow span {
    /* width: 100%; */
    display: inline-grid;
    padding-right:8px;
}
    .helpnow a {
        font-size: 18px;
        font-weight: 700;
        color: #eb7f10;
    }
.helpnow .fa {
    font-size: 25px;
    margin-right: 10px;
}
.desti-itembox {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 8px;
    position: relative;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused, .datepicker table tr td.day.active {
    background: #144486 !important;
    cursor: pointer;
    color: #fff;
}
.destination-three-column .row .row [class*=col-] {
    padding: 7px;
}
.destination-three-column > .row {
    margin: 0 -7px;
}
.destination-three-column .row .row {
    margin: 0;
}
.destination-three-column > .row > [class*=col-] {
    padding: 0;
}
.desti-itembox .desti-image {
    position: relative;
    margin: 0px;
}

    .desti-itembox .desti-image:before {
        background-color: #101f4614;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0.45;
    }
.desti-itembox img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.desti-itembox .bg-meta-cat {
    position: absolute;
    top: 30px;
    left: 30px;
}
.desti-itembox .bg-meta-cat a {
    background-color: rgba(7, 145, 190, 0.85);
    color: #ffffff;
    padding: 7px 24px;
}
.desti-itembox .meta-cat a {
    display: inline-block;
    font-family: "Raleway", Sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.overlay-desti-item .desti-content {
    position: absolute;
    bottom:10px;
    left: 5px;
    padding: 20px;
}
.overlay-desti-item .desti-content h3 {
    color: #ffffff;
    margin-bottom: 4px;
        font-size: 23px;
    font-weight: 700;
}
.overlay-desti-item .desti-content h3 a{
    color: #fff;
}


/* package */
.package-wrap {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    position: relative;
}
.package-wrap .package-price {
    background-color: #eb7f0f;
    position: absolute;
    top: 20px;
    right: 0;
}
.package-wrap .package-price h6 {
    color: #ffffff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 8px 16px;
}
.package-wrap .package-price h6 span {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}
.package-meta {
    background-color: #0791BE;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -25px;
    padding: 15px 0;
    position: relative;
}
.package-meta ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}
.package-meta ul li:first-child {
    padding-left: 0;
}
.package-meta ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
    padding: 0 12px;
    position: relative;
}
.package-meta ul li:before {
    color: #BBBBBB;
    content: "|";
    line-height: 0.8;
    position: absolute;
    right: -3px;
    top: 0;
}
.package-meta ul li [class*=fa-] {
    margin-right: 4px;
}
.package-wrap .package-content {
    padding: 0 30px 0;
}
.package-wrap .package-content .btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid rgba(175,175,175,.1);
    text-align: center;
    /* margin-left: -30px; */
    /* margin-right: -30px; */
    margin-top: 27px;
    justify-content: center;
    background: #eb7f10;
    font-size: 18px;
    color: #fff;
}
.package-wrap .package-content .btn-wrap a.width-6 {
    width: 50%;
}
.package-wrap .package-content .btn-wrap a {
    color: #fff;
    display: block;
    margin-top: 0;
    padding: 5px 0;
    width: 100%;
}
.package-wrap .package-content .btn-wrap a [class*=fa-] {
    color: #F56960;
    font-size: 13px;
    margin-left: 8px;
}
.package-content h3 {
    font-size: 18px;
    text-align: center;
}

/* flight page */

.f-package-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.package-item .package-thumb {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.package-item .package-details {
    float: left;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-color: #eee;
}
.package-thumb img {
    width: 100%;
}

.event-price span {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
}
.package-details > h5 {
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    font-size: 18px;
}
.package-details p {
    color: #999;
    margin-bottom: 0px;
    margin-top: 5px;
}
.event-price {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
}
.vdt-button {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    line-height: normal;
    display: inline-block;
    margin: 10px 0px 0px;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    color: #fff;
    float: right;
    margin-top: 3px;
    background: #eb7f10;
    color: #fff;
}
li.nav-item:hover {
    background: #ccc0;
}

/* clint say */

 .owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -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)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
} 

/* FAQ css */

.faquseinfo .tesdmadncomindft.tremconditionnew {
    position: relative;
    top: -50px;
    margin-bottom: 0;
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
}

.accordionfaq {
    width: 100%;
    background-color: #fff;
    float: left;
}
.accordionfaq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* .accordionfaq .panel-heading a:before {
    font: normal normal normal 26px/1 FontAwesome;
    content: "\f107";
    float: right;
    transition: all 0.5s;
} */
.accordionfaq .panel-group {
    margin-bottom: 20px;
}
.accordionfaq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.accordionfaq.panel-default {
    border-color: #ddd;
}
.accordionfaq .panel-default > .panel-heading {
    color: #fff;
    background-color: #3d4048;
    font-size: 16px;
    font-weight: 500;
    border-color: rgba(0,0,0,.125);
    padding: 0px;
}
.accordionfaq .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
     background: #000;

}
.accordionfaq .panel-title > a, .accordionfaq .panel-title > a:active {
    display: block;
    padding: 10px;
    color: #fbf4f4;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 0;
    text-decoration: none;
    text-align: left;
}
.accordionfaq .panel-heading a:before {
    font: normal normal normal 26px/1 FontAwesome;
    content: "\f107";
    float: right;
    transition: all 0.5s;
}
.accordionfaq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color: #fff;
    border-top-color: #fff;
    border-color: #ddd;
    font-size: 13px;
    padding: 10px;
}
.accordionfaq .panel-default>.panel-heading+.panel-collapse>.panel-body p{
    margin-bottom: 0px;
}
.accordionfaq summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}
.accordionfaq details {
    width: 100%;
    min-height: 4px;
    padding: 10px 0px 0px 15px;
    margin: 0 auto;
    position: relative;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .3s;
}
.accordionfaq details[open] {
    min-height: 50px;
    background-color: #f6f7f8;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 20%);
}
.accordionfaq  details[open] .control-icon-expand {
    display: none;
}
.accordionfaq .control-icon {
    fill: rebeccapurple;
    transition: .3s ease;
    pointer-events: none;
}
.accordionfaq  .control-icon-close {
    display: none;
}
.accordionfaq  details[open] .control-icon-close {
    display: initial;
    transition: .3s ease;
}
.accordionfaq details > p {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding-bottom: 10px;
}
/* TERMS OF SERVICE */
.align-items-center {
    background: #fff;
    padding: 3px;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 5%);
    position: relative;
    top: 0px;
    margin-bottom: 0px;

}

.terpoldclas h3 {
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}
.about-tab  ul {
    margin: 0;
    padding: 0;
}   
.about-tab ul li {
    position: relative;
    padding: 6px 5px;
    color: #2F2F2F;
    font-size: 15px;
    font-weight: 400;
}
.about-tab .tab-content {
    float: left;
    width: 100%;
    border: 0.5px solid rgba(247, 227, 227, 0.5);
    padding: 30px;
    margin-bottom: 20px;
}
.about-tab .tab-content .tab-pane{
    padding: 1em 0;
    transition: .3s;
}
.about-tab .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.about-tab .nav-pills > li:before {
    position: unset;
    width: auto;
    height: 0;
}
.about-tab a {
    border-radius: 0;
    color: #000;
    font-size: 15px;
    border: 0.5px solid rgba(247, 227, 227, 0.5);
}
.about-tab .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.about-tab ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 13px;
    left: 0;
    border-radius: 50%;
    background-color: #41479B;
}

.about-tab .nav-pills > li.active > a, .about-tab .nav-pills > li.active > a:focus, .about-tab .nav-pills > li.active > a:hover {
    background: #19386a !important;
    border-radius: 0px;
    font-size: 15px; 
    color: #fff;
}
