﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: "roboto";
    margin: 0;
    padding: 0;
	color:#333;
}

@font-face {
    font-family: "roboto";
    src: url(../fonts/roboto.regular.ttf);
}
h1,h2,h3,h4,h5,h6,label,p{
	margin-bottom:0;
}
button{
	cursor:pointer;
}
.cursor{
	cursor:pointer;
}
button:hover{
	opacity:0.8;
}
.container {
    width: 1170px;
    max-width: 100%;
	padding:0
}
.position_relative{
	position:relative;
}
.theme_bckg{
	background-color:#f9676a;
}
.theme_color{
	color:#f9676a;
}
.blue_bckg{
	background-color:#546d94;
}
.bule_color{
	color:#546d94;
}
.rating-5:after{
	content: "    ";
    font-family: FontAwesome;
}
.rating-4:after{
	content: "    ";
    font-family: FontAwesome;
}
.rating-3:after{
	content: "    ";
    font-family: FontAwesome;
}
.rating-2:after{
	content: "    ";
    font-family: FontAwesome;
}
.rating-1:after{
	content: "    ";
    font-family: FontAwesome;
}
/**header**/
.social_bg {
    background: #252525;
    padding: 6px 0;
}
ul.social_icon {
    font-size: 13px;
    color: #fff;
    padding: 8px 0px;
    margin: 0;
}
ul.social_icon li {
    display: inline-block;
    list-style: none;
    padding-right: 5px;
}
ul.social_icon li i {
    color: #f9676a;
    padding-right: 2px;
}
.social-link ul {
    margin: 0;
	padding:0
}
.social-link li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    border-radius: 6px;
    width: 40px;
    padding: 7px 0;
    text-align: center;
}
li a.face {
    background-color: #4267b2;
}
li a.twit {
    background-color: #1da1f2;
}
li a.lin {
    background-color: #0077b5;
}
li a.inst {
    background-color: #d42f8b;
}
.social-link li a {
    color: #fff;
    padding: 7px 10px;
}
.darkHeader{
	padding:10px 0;
    position: fixed;
    top:0; 
	width:100%;
	z-index:99;
	-webkit-transition: background 2s; /* For Safari 3.1 to 6.0 */
    transition:background 2s;
 }
.header_bck{
	background:url(../images/banner.jpg) no-repeat center top;
	min-height:654px;
	width:100%;
	background-size:cover;
}
.headerdiv_t {
    background: #fff;
	padding:8px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.navbar-brand{
	display:none;
}
.navbar{
	padding:0;
}
.nav_padding{
	padding:8px 0;
}

.menu li{
	padding-left:25px;
	font-size:16px;
}
.menu li a{
	color:#333;
}
.menu li a:hover, .menu li.active a{
	color:#f9676a;
}
.mobile_side_nav{
    padding: 5px 15px;
	display:none;
}
.mobile_nav span i {
    padding: 13px 14px;
    font-size: 24px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}
.sidenav {
    height:450px;
    width: 0;
    position:absolute;
    z-index:99;
    top:0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
	overflow-y:scroll;
}

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size:16px;
    color: #818181;
    display: block;
    transition: 0.3s;
	border-bottom: 1px solid #818181;
}

.sidenav a:last-child {
	border-bottom:none;
}
.sidenav h2{
	background: #005f4c;
    color: #fff;
    padding: 15px 0 15px 15px;
    font-size: 18px;
}
.sidenav .closebtn{
   background: #e25449;
    padding: 15px 26px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 18px;
	border:none;
}
.sidenav .closebtn:hover{
	opacity:0.8;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.img_logo{
	   width:150px;
}
.img_fluid{
	   width:190px;
}
.mb_img_logo{
	   width:150px;
}
.nav_slide{
	   padding:8px 0;
}
/*dropdown*/
.dropdown {
    position: relative;
}

.dropdown-content {
    display:none;
    position: absolute;
    z-index:99;
	width:150px;
	top: 33px;
}
.dropdown-content:before{
	content: "";
    font-family: FontAwesome;
    position: absolute;
    top: -12px;
    color: #a9a9a9;
    z-index: 99;
    left: 26px;
}
	
.dropdown-content .row{
	margin:0;
}
.international_destination{
	background-color: #fff;
	padding:0;
	border: 1px solid #a9a9a9
}
.international_destination ul{
	margin:0px;
	padding:5px 0;
}
.international_destination ul li{
	list-style:none;
	border-right:0px !important;
	padding-left: 0;
}
.international_destination a{
	width:100%;
	 padding:5px 10px !important;
	 display:block;
	 text-decoration:none;
	 color:#666 !important;
}
.international_destination a:hover, .international_destination a.active{
	color:#f06b64 !important;
}

.dropdown:hover .dropdown_list {
   color: #f06b64;
  
}
.dropdown:hover .dropdown-content {
    display: block;  
}
.dropdown.active .international_destination li a{
	background:#fff !important;
}
/*dropdown end*/
/**header_end**/
/**section**/
/**home_page**/
.search_btn{
	margin:130px 30px 0;
}
.search_btn h1{
	color:#fff;
	font-weight:bold;
	font-size:42px;
	padding-bottom:40px;
}
.search_btn input{
	border:none;
	height:60px;
	border-radius:0;
	font-size:18px;
}
.search_btn button{
	border:none;
	height:60px;
	border-radius:0;
	font-size:24px;
	position:absolute;
	right:0;
	top:0;
	padding:0 20px;
	color:#fff;
}
.international_margin{
	margin-top:-90px;
}
.international_pckg{
	position:relative;
}
.international_pckg img{
	width:100%;
	height:180px;
}
.international_pckg h4{
	position:absolute;
	top:15px;
	left:15px;
	color:#fff;
	font-size:18px;
}
.img_overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,0.6);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.international_pckg:hover .img_overlay{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.img_overlay button {
    position: absolute;
    top: 50%;
    padding: 6px 10px;
    left: 50%;
    text-decoration: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    border: none;
    font-size: 12px;
    border-radius: 4px;
}
.honeymoon_bckg{
	background-color:#f7f7f7;
	padding:60px 0 30px;
}
.heading_text{
	color:#333;
	font-size:26px;
	padding-bottom:40px;
}
.honeymoon_pckg{
	background-color:#fff;
	border:1px solid #e5e5e5;
	margin-bottom:30px;
}
.honeymoon_pckg img{
	width:100%;
	height:190px;
	border-bottom:1px solid #e5e5e5;
}
.honeymoon_pckg .img_overlay{
  height: 0;
 -webkit-transform:none;
  -ms-transform:none;
  transform:none;
}
.honeymoon_pckg:hover .img_overlay{
 height: 100%;
}
.honeymoon_content{
	padding:15px 10px;
}
.honeymoon_content h4{
	font-size:16px;
	font-weight:bold;
}
.honeymoon_content h5{
	font-size:16px;
}
.honeymoon_pckg:hover .honeymoon_content{
	background-color:#546d94;
	color:#fff;
}
.honeymoon_pckg:hover h4, .honeymoon_pckg:hover h5{
	color:#fff !important;
}
.choose_bckg{
	background:url(../images/banner_choose.jpg) no-repeat center top;
	height:auto;
	width:100%;
	background-size:cover;
	padding: 80px 0 50px;
}
.choose_bckg h1{
	font-size: 36px;
    padding: 70px 0;
    color: #fff;
	font-weight: bold;
}
.choose_pckg{
	background-color: rgba(0,0,0,.5);
    padding: 30px;
    width: 100%;
    margin-bottom: 30px;
    border-left: 1px solid #fff;
	color:#fff;
}
.choose_pckg h4{
	font-size:18px;
	margin-bottom:20px;
}
.choose_pckg h4 i{
	font-size: 28px;
	padding-right:10px;
	color:#ffb1b3;
}
.choose_pckg p{
	font-size:14px;
}
.choose_pckg:hover{
	background-color:#fff;
}
.choose_pckg:hover h4{
	color:#333;
}
.choose_pckg:hover h4 i{
	color:#546d94;
}
.choose_pckg:hover p{
	color:#666;
}
.domestic_padding{
	padding-top:60px;
}
.domestic_pckg img{
	width:100%;
}
.domestic_pckg h4{
	position:absolute;
	top:15px;
	left:15px;
	color:#fff;
	font-size:18px;
}
.domectic_long{
	height:376px
}
.domectic_small{
	height:186px
}
.domestic_pckg:hover .img_overlay{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/**home_page_end**/
/**package_page**/
.pckg_header_bck{
	background:url(../images/inner_banner.jpg) no-repeat center top;
	min-height:350px;
	width:100%;
	background-size:cover;
	
}
.pckg_header_ct{
	background:url(../images/contact.jpg) no-repeat center top;
	background-size:cover;
}
.pckg_header_ct h2.pckg_heading{
	color:#000;
}
.bread_container{
	border-bottom:1px solid #e5e5e5;
	background-color:#fff;
	padding:10px 0;
	font-size:14px;
	color:#333;
}
.bread_container a{
	color:#f9676a;
}
.bckground_div{
	background-color:#f7f7f7;
}
.package_bckg{
	background-color:#fff;
	border:1px solid #e5e5e5;
}
.p_20{
	padding:20px;
}
.pt_30{
	padding-top:30px;
}
.pb_30{
	padding-bottom:30px;
}
.mt_30{
	margin-top:30px;
}
.m_30{
	margin-bottom:30px;
}
.m_20{
	margin-bottom:20px;
}
.m_10{
	margin-bottom:10px;
}
.p_15{
	padding:15px;
}
.p_10{
	padding:10px;
}
.pb_10{
	padding-bottom:10px;
}
.pb_15{
	padding-bottom:15px;
}
.filter_display{
position: sticky;
    top: 75px;
	}
.filter_display h3{
	font-size: 18px;
    color:#f9676a;
}
.filter_display h3 i{
	color:#333;
	padding-right:5px;
}
.filter_display h4 {
    color: #000;
    font-size: 17px;
    margin: 0 0 15px 0;
    padding-bottom: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    margin-top: 20px;
    padding-top: 15px;
    cursor: pointer;
}
.filter_display p{
	font-size:14px;
	color:#666;	
}
.filter_display label{
	font-size:14px;
	color:#333;	
	display:block;
	margin-bottom:5px;
}
.radiocheck{
	position: relative;
    top: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 14px;
    outline: none;
    background-color: #fff;
    border: 1px solid #000000;
    -moz-border: 1px solid #007b62;}
.radiocheck:checked:before{background:#ed8115;-moz-background-color:#21c5f4;opacity:.6;}
.radiocheck:before{content:'';display:block;width:50%;height:50%;margin:25% auto;border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-khtml-border-radius:50%;-webkit-border-radius:50%;}
.slider.slider-horizontal .slider-track {
    background:#474747 !important;
	height: 8px !important;
}
.slider-selection {
    background:#353535 !important;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    top: -2px;
}
.slider-handle {
    background-color: #fff;
    border: 6px solid #f06b64;
}
.pckg_heading{
	color: #fff;
    font-size: 36px;
    padding: 119px 0;
}
.pckg_content{
	padding:10px;
}
.pck_image img{
	width: 100%;
    min-height: 150px;
    height: 100%;
}
.pck_image span{
	background-color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ea2330;
    margin-bottom: 0;
   padding:6px 10px;
	font-size:13px
}
.pckg_content h4{
	margin-bottom:10px;	
}
.pckg_content h4 a{
	font-size:15px;
	text-decoration:none;
	color: #333;
}
.pckg_content p{
	font-size:14px;
	color: #666;
}
.pckg_content button{
    background-color:#546d94;
    padding:8px 10px;
    color: #fff;
    border: none;
    font-size: 12px;
    text-decoration: none;
}
.pckg_content h6 span{
	font-size:15px;
	text-decoration:none;
	color:#f9676a;
}
#packagediv h5 {
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
	display:block;
}
#packagediv .alert_info_t:nth-child(1) {
    display:none;
}
.sr_dest img{
	width:100%;
}
.sr_dest{
		position:relative;
		margin-bottom:30px;
}
.sr_dest h4{
	background: rgba(0,0,0,.5);
    padding: 15px 10px;
    top: 39%;
    width: 85%;
    left: 7.5%;
    border-radius: 4px;
	color:#fff;
	position:absolute;
	text-align:center;
}
/**package_page_end**/
/**package_detail**/
.package_images img{
	width:100%;
	height:auto;
	min-height:370px;
}
.package_images{
	border:1px solid #e5e5e5;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1 !important; 
}
.carousel-indicators li {
    background-color:#546d94;;
}
.package_pdb{
	border-left:0;
	min-height:372px;
}

.pckg_detail h4{
	font-size:18px;
}
.pckg_detail h6{
	font-size:14px;
	color:#333;
}
.pckg_detail h6 i{
	padding-right:6px;
}
.pckg_detail_content{
	border-top:1px solid #e5e5e5;
}

.pckg_detail_content h1{
	font-size: 28px;
    font-weight: bold;
}
.pckg_detail_content button {
 	background-color: #f9676a;
    padding: 6px 16px;
    color: #fff;
    font-size: 16px;
    border: 0;
	width:100%;
}
.itinerary_content h5{
	font-size:18px;
	font-weight:bold;
}
.itinerary_content p{
	font-size:14px;
	color:#333;
}
.dispaly_hotel_mb{
	display:none;
}
.hotels_detail .table .row {
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.hotels_detail .table {
    border: 1px solid #ccc;
    border-bottom: 0;
	margin-bottom:0;
}
.hotels_detail .pdlr {
    padding: 0 !important;
    border-right: 1px solid #ccc;
}
.hotels_detail .bd {
    border-right: 0;
}
.hotels_detail h4 {
    font-size: 14px;
}
.hotels_detail h6 {
    font-size: 14px;
    color: #333;
}
.day_background {
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #f9676a;
}
.itinerary_content p strong {
    padding: 10px;
    border: 1px solid #e5e5e5;
	line-height: 39px;
}
.detail_content_p{
	    display: block;
    padding: 20px 0 28px;
}
.detail_content_p:last-child{
	padding: 20px 0 0;
}
.itinerary_content ul{
	padding-left:30px;
}
.itinerary_content li {
    list-style: none;
    list-style-image: url(../images/tick.png);
    font-size: 14px;
    color: #333;
    padding: 4px 0;
}
.display_how{
	display:none;
}
.qurey_frame iframe{
	width:100%;
	height:315px;
	border:0;
	padding:5px 20px;
	
}
.detail_form .form-control {
    color: #666;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 0;
    margin-bottom: 15px;
}
.detail_form button {
    background-color: #f9676a;
    padding: 6px 16px;
    color: #fff;
    font-size: 16px;
    border: 0;
    width: 100%;
}
/**package_detail_end**/
/**contact_us**/
.background_contact{
	background:url(../images/contact_us.jpg) no-repeat center top;
	width:100%;
	background-size:cover;
	height:auto;
	padding:50px 0;
}
.background_contact h3{
	color:#fff;
	font-size:22px;
}
.background_contact label{
	font-size:15px;
	margin-bottom:10px;
	color:#fff;
}
.background_contact iframe{
	width:100%;
	border:0;
	height:257px;
}
.background_contact .form-control{
	color: #ffffff;
    background: #2d2c2d none repeat scroll 0 0;
	border: 1px solid #ccc;
	font-size:14px;
	border-radius:0;
	margin-bottom:15px;
}
.background_contact input::placeholder {
  color:#ccc;
}
.btn_send{
	width:100%;
    padding:8px 10px;
    color: #fff;
    border: none;
    font-size: 16px;
    text-decoration: none;
}
.cont-info{
	padding-top:60px;
}
.cont-info i{
    background:#546d94;
    border-radius: 50%;
    display: block;
    height: 62px;
    line-height: 62px;
    text-align: center;
    width: 62px;
    font-size: 26px;
    color: #fff;
	margin-right:30px;
}
.cont-info h4{
	color:#fff;
	font-size:18px;
}
.cont-info p, .cont-info a {
    color: #cccccc;
    font-size: 14px;
    line-height: 19px;
}
/**contact_us_end**/
/**section_end**/
/**footer**/
.footer_bckg{
	background-color:#212935;
	padding:50px 0 10px;
}
.footer_content{
	margin-bottom:20px;
}
.footer_content h4{
	font-size:18px;
	color:#fff;
	margin-bottom:20px;
}
.footer_content p{
	color:#e5e5e5;
	font-size:14px;
	line-height:30px;
}
ul.booking_footer{
	font-size:14px;
	padding:0
}
ul.booking_footer li{
	list-style:none;
	padding-bottom: 10px;
}
ul.booking_footer li a{
	color:#e5e5e5;
	text-decoration:none;
}
ul.booking_footer li a:hover{
	color:#f9676a;
}
.copy_right{
	background-color:#0e1218;
	text-align:center;
}
.copy_right h6{
	color:#e5e5e5;
	font-size:13px;
	padding:10px;
}
/**footer_end**/
@media screen and (max-width:1199px) {
.container{
	padding:0 15px;
}
.menu li:nth-child(1) {
    padding-left:0;
}
.menu li {
    padding-left:22px;
    font-size: 14px;
}
}
@media screen and (max-width:992px) {
	.display_link{
	display:none;
}
.container{
	padding:0 15px;
}
.header_bck{
	padding-top:0;
}
.mobile_side_nav{
	display:block;
}
.des_nav{
	display:none;
}
}

@media screen and (max-width:767px) {
.domestic_padding .col {
    -webkit-flex-basis:inherit;
    -ms-flex-preferred-size:inherit;
  flex-basis:inherit;;
    -webkit-box-flex:inherit;
    -webkit-flex-grow:inherit;
    -ms-flex-positive: inherit;
    flex-grow:inherit;
    max-width: 100%;
}
 .carousel_img img {
    width: 100%;
    height: 200px;
} 
.international_margin .pl-1, .international_margin .pr-1{
	padding:0 !important;
}
.pck_image img{
    height: 200px;
}
.dispaly_hotel_lp{
	display:none ;
}
.dispaly_hotel_mb{
	display:block;
}
.pckg_header_bck {
    padding-top:0;
}
}
