﻿
body{position:relative;}
a:focus,
a:hover{text-decoration:none;}

/*--HEADER--*/
header .mobile-header{width:100%; float:left;}
header .mobile-header.active{position:fixed; top:-100px;}
header .mobile-header.active-plus{position:fixed; top:0px; transition:1s;}
header .top-strip{width:100%; float:left;}
header .bottom-strip{width:100%; float:left; background:#eee;}
header .navbar{margin:0px; border-radius:0px;}
header .bottom-strip .logo{width:200px; float:left;}
header .bottom-strip .logo img{width:100%;}
header .bottom-strip .navbar-nav.ul-menu{display:inline-block; float:right; list-style:none; margin-top:20px; padding:0px; margin-right:50px;}
header .bottom-strip .navbar-nav.ul-menu li{display:inline-block;}
header .bottom-strip .navbar-nav.ul-menu li a{padding:5px 15px; display: inline-block;}

header .bottom-strip .phone-no{float:right; text-decoration:none; font-size:20px; font-weight:600; margin-top:20px;}
header .bottom-strip .phone-no .icon .svg{color:#f00; width:30px;}
header .bottom-strip .navbar-toggle{background:#666;}
header .bottom-strip .navbar-toggle .icon-bar{background:#fff;}

@media (min-width: 320px) and (max-width: 767px){
header .bottom-strip .phone-no{margin-top:-20px;}
header .bottom-strip .navbar-collapse{width:100%; float:left;}
header .bottom-strip .navbar-nav.ul-menu{width:100%; margin:0px;}
header .bottom-strip .navbar-nav.ul-menu li{width:100%; float:left;}
}

/*--HEADER--*/


/*--CONTENT--*/
.content-full{width:100%; float:left; height:1200px;}
/*--CONTENT--*/


.owl-slider-full{width:100%; float:left; margin-top:30px;}
.owl-slider-full .owl-carousel{position:relative;}
.owl-slider-full .owl-stage{ position: relative; background: #fff;}
/*.owl-slider-full .owl-item:nth-child(even){background: lightsalmon;}
.owl-slider-full .owl-nav img:nth-child(1){width: 50px;}*/
.owl-slider-full .owl-item{width:auto; display: flex; justify-content: center; align-items: center; padding-bottom:20px;}
/*.owl-slider-full .owl-prev, 
.owl-slider-full .owl-next { position: absolute; transition: 0.5s; top: 50%; transform: translateY(-50%); opacity: 0.5;}
.owl-slider-full .owl-prev{left: 15px;}
.owl-slider-full .owl-next{right: 15px;}
.owl-slider-full .owl-prev:hover , 
.owl-slider-full .owl-next:hover{ background: transparent !important; opacity: 0.9;}*/
.owl-slider-full .owl-dots{ position: absolute; bottom: -25px; left:50%; transform: translateX(-50%); background: #000; padding: 5px 5px 2px 5px;  border-radius: 20px; opacity: 0.7;}
.owl-slider-full .owl-dot:hover span{background: lightyellow!important;}
.owl-slider-full .owl-dot .active span {background: lightgreen !important;}


.owl-slider-full .owl-nav{width:100%; float:left; display:inline-block !important;}
.owl-slider-full .owl-nav .owl-prev,
.owl-slider-full .owl-nav .owl-next{border:2px solid #222 !important; background:none !important; position:absolute; transition: 0.5s; top: 50%; transform: translateY(-50%); width: 40px;height: 40px; border-radius:50%; transition:0.5s; opacity:0.5;}
.owl-slider-full .owl-nav .owl-prev:hover,
.owl-slider-full .owl-nav .owl-next:hover{opacity:1;}
.owl-slider-full .owl-nav .owl-prev{left:0px; margin-left:-50px;}
.owl-slider-full .owl-nav .owl-next{right:0px; margin-right:-50px;}
.owl-slider-full .owl-nav .owl-prev span[aria-label="Previous"],
.owl-slider-full .owl-nav .owl-next span[aria-label="Next"]{font-size:30px; top: -5px; position:relative;}
/*.owl-slider-full .owl-nav .owl-prev:before{font-size: 33px;top: -6px;position: absolute;left: 10px;}
.owl-slider-full .owl-nav .owl-next:before{font-size: 33px;top: -6px;position: absolute;right: 10px;}*/

/*.owl-slider-full .owl-dots{display:inline-block !important;}*/

.owl-slider-full .pkg-panel{width:100%; float:left; position:relative; box-shadow: 0 3px 10px 0 #a5a5a5; border-radius:5px 5px 5px 5px; overflow:hidden;}
.owl-slider-full .pkg-panel .im{width:100%; float:left; position:relative;}
.owl-slider-full .pkg-panel .im img{width:100%; float:left; border-radius:5px 5px 0 0;}
.owl-slider-full .pkg-panel .content{width:100%; display:flex; flex-direction:column; background:#fff; padding:10px 10px; }
.owl-slider-full .pkg-panel .content .title{width:100%; display:flex; font-size:16px; margin:10px 0 10px 0; font-weight:600;}
.owl-slider-full .pkg-panel .content .trip-detail{width:100%; display:flex; justify-content:space-between;}
.owl-slider-full .pkg-panel .content .trip-detail .price{display:flex; font-size:22px; color:#ff4600; font-weight:600;}
.owl-slider-full .pkg-panel .content .trip-detail .price .small{font-size:12px;}
.owl-slider-full .pkg-panel .content .trip-detail .location{ display:flex; flex-direction:column; border-left:1px dotted #ccc; padding-left:10px;}
.owl-slider-full .pkg-panel .content .trip-detail .location .airport{display:flex; align-items:center;}
.owl-slider-full .pkg-panel .content .trip-detail .location .airport .arrow-icon{width:15px; opacity:0.6; margin:0 8px;}
.owl-slider-full .pkg-panel .content .trip-detail .location .date{display:flex;}
.owl-slider-full .pkg-panel .content .line-panel{width:100%; display:flex; margin:10px 0 10px 0;}
.owl-slider-full .pkg-panel .content .line-panel .box{width:33.333333%; height:4px; border-radius:20px; display:flex;}
.owl-slider-full .pkg-panel .content .line-panel .box1{background:#ff4600;}
.owl-slider-full .pkg-panel .content .line-panel .box2{background:#008a04; margin:0 2px;}
.owl-slider-full .pkg-panel .content .line-panel .box3{background:#fbbc02;}
.owl-slider-full .pkg-panel .content .book-now{width:100%; display:flex; margin:10px 0 10px 0; justify-content:center; align-items:center;}
.owl-slider-full .pkg-panel .content .book-now .book-now-btn{padding:5px 20px; border-radius:5px; background:#ff4600; color:#fff; font-size:14px;}
.owl-slider-full .pkg-panel .content .book-now .book-now-btn:hover{background:#e34306;}



@media screen and (min-width:320px) and (max-width:767px) {
.owl-slider-common-full{padding:0;}
.owl-slider-full .owl-nav .owl-prev {margin-left: 0; left:10px;}
.owl-slider-full .owl-nav .owl-next{margin-right: 0; right:10px;}
}

@media screen and (min-width:768px) and (max-width:991px) {
.owl-slider-full .owl-nav .owl-prev {margin-left: 0; left:10px;}
.owl-slider-full .owl-nav .owl-next{margin-right: 0; right:10px;}
}

@media screen and (min-width:992px) and (max-width:1199px){
.owl-slider-full .owl-nav .owl-prev {margin-left: 0;left:10px;}
.owl-slider-full .owl-nav .owl-next{margin-right: 0;right:10px;}
}

@media screen and (min-width:1200px) and (max-width:1366px){
.owl-slider-full .owl-nav .owl-prev {margin-left: 0;left:-30px;}
.owl-slider-full .owl-nav .owl-next{margin-right: 0;right:-30px;}
}



