﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: "Malgun Gothic";
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Malgun Gothic";
    src: url(../fonts/Malgun-Gothic-Regular.ttf);
	/*src: url(../fonts/roboto.regular.ttf);*/
}
/****** header ***********/
.headerdiv_t {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.darkHeader {
	background:#fff;
    padding: 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999999999999;
    -webkit-transition: background 1s;
    transition: background 1s;
}
.container {
    width: 1170px;
    max-width: 100%;
	padding:0
	}
.rating-5:after {
    content: "    ";
    font-family: FontAwesome;
}
.navbar-toggleable-md .navbar-nav .nav-link {
                 padding:0;
}
.navbar-toggleable-md .navbar-nav .nav-item {
    padding: 0 10px;
}
 .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
   left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    
}

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size:16px;
    color:#d8d7d7;
    display: block;
    transition: 0.3s;
	border-bottom: 1px solid #818181;
}

.sidenav a:last-child {
	border-bottom:none;
}
.sidenav h2{
	background: #a4c736;
    color: #fff;
    padding: 15px 0 15px 15px;
    font-size: 18px;
}
.sidenav .closebtn{
   background: #ed8115;
    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;
}
#dropdown_text ul{
	padding-left:10px;
}
#dropdown_text ul li{
	list-style:none;
	border-bottom: 1px solid #818181;
	
}
#dropdown_text ul li a{
padding: 5px 8px 5px 20px;}
.mobile_side_nav{
	display:block;
}

.mobile_nav span i{
	background: #ff8400;
    padding: 17.3px 19px;
    font-size: 32px;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
}
.mobile_side_nav{
	display:none;
}
.mobile_nav_image{
	display:none;
	
}
.nonmobile_nav_image{
	display:block;
	width:100%;
}
.bgk_menu{
	background:rgba(255,255,255,0.8);
}
.social-link ul {
    padding: 0;
	font-size: 14px;
}
.social-link ul li {
    display: inline-block;
}
.social-link ul li a {
    color: #000;
    padding-right: 8px;
}
.social-link .face:hover {
   color: #4267b2;
}

.social-link .twit:hover {
    color: #1da1f2;
}

.social-link .lin:hover {
    color: #0077b5;
}

.social-link .inst:hover {
    color: #d42f8b;
}
.social-link .gpl:hover {
    color: #d34836;
}
.social-link .you:hover {
    color: #FF0000;
}
.social-link .pinte:hover {
    color: #bd081c;
}
ul.social_icon {
    font-size: 13px;
    color: #000;
    margin: 0;
}
ul.social_icon li {
    display: inline-block;
    list-style: none;
    padding-right: 5px;
}
ul.social_icon li i {
    color: #ff8400;
    padding-right: 2px;
}	
.bg_social_m{
	border-bottom:1px solid #888;
	padding:7px 0;
}
/***** menu *****/
.header_setting{
	
    position: absolute;
    z-index: 999999;
    width: 100%;
    
}

.navbar-toggleable-md .navbar-nav {
    padding: 0;
}

.phn_num {
	background-color:#ed8115;
	font-size:18px;
	text-align:center;
	border-radius:10px 0 10px 0;
	padding:10px 0;
	margin: 6px 0;
}
.phn_num a{
	color:#fff;
	text-decoration:none;
}
.navbar {
    padding: 0px;
}

.navbar-brand {
    display: none;
}

ul.menu{
    font-size: 14px;
	padding:22px 0 !important;
}
ul.menu a{
    color:#000;
	border-bottom:3px solid rgba(255,255,255,0);
}
ul.menu a:hover, ul.menu li.active a{
    color:#0077b5;
	border-bottom:3px solid #0077b5;
}
.serch_mg{
	margin:0 auto;
}
 .logo_size img{
	 height:72px;
 }	
.darkHeader .logo_size img{
	 height:50px;
 }	
.darkHeader ul.menu {
    padding: 11px 0 !important;
} 
.position_relative{
	position:relative;
}
.search_destination {
    position: absolute;
    z-index: 9999;
        top: 260px;
		width:65%;
}
.search_destination h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
	text-align:center;
}
.search_destination button{
	border: 0;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    width: 23%;
    background: #84c125;
    color: #fff;
    font-size: 18px;
}
.search_destination .form-control{
	height: 44px;
	border-radius:0;
	padding-right:25%
}
button{
	cursor:pointer;
}
/*******dropdown******/
.dropdown {
    position: relative;
}

.dropdown-content {
    display:none;
    position: absolute;
    width:218px;
    z-index: 1;
	
}
.dropdown-content .row{
	margin:0;
	
}
.international_destination {
    background-color: #fff !important;
    padding: 0 15px;
    border: 1px solid #dbdbdb;
}
.international_destination ul{
	margin:0px;
	padding:0px;
}
.international_destination ul li{
	list-style:none;
	border-right:0px !important;
}
.international_destination a{
	 width:100%;
	 padding:9px 10px;
	 display:block;
	 text-decoration:none;
}
.international_destination a:hover, .international_destination a.active{
	background-color:#fff !important;
	color: #0077b5;
    border-bottom: 3px solid transparent;
}
.dropdown:hover .dropdown_list {
    color:#0077b5;
	border-bottom:3px solid #0077b5;
}
.destination_contry{
	background-color: #e4e7ed;
}
.destination_contry h3{
	font-size:18px;
	color: #2a4a57;
	padding-top:10px;
}
.destination_contry a{
	font-size:15px;
	color: #666 !important;
	text-decoration:none;
	padding-bottom:10px;
}
.international_destination .destination_contry a:hover6{
	color: #ed8115 !important;
	background:none !important;
}
.dropdown:hover .dropdown-content {
    display: block;  
	
}
.postion_rel{
	position:relative;
	margin: 8px 0;
 }
 .postion_rel input {
    border-radius: 0;
    border: none;
    background-color:#f7f7f7;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.postion_rel button {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #ed8115;
    height: 40px;
    width: 14%;
    font-size: 27px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px 13px;
    cursor: pointer;
    border: none;
}
.postion_rel button:hover{
	opacity:0.8;
}
.carousel_img img {
	width:100%;
}
 .postion_rel .form-control:focus {
    background-color: #f7f7f7;
}
.mb_40{
	margin-bottom:40px;
}
.pt_50{
	padding-top:50px;
}
/******header_end ******/
/****** section ******/
/********home_page********/
.best_selling_pck{
	width: 90%;
    margin: 0 auto;
    margin-top: -170px;
}
.width_best{
	width:100%;
}
.b_selling_bg{
	background:url(../images/best-sale-bg.jpg) no-repeat top center;
	background-size:cover;
	width:100%;
}
.best_honeymoon_bg{
	background:url(../images/best-honeymoon-bg.jpg) no-repeat top center;
	background-size:cover;
	width:100%;
}
.pack_heading{
	color:#333;
	font-size:25px;
	text-transform:capitalize;
	margin-bottom:0;	
}
.white{
	color:#fff;
}
.best_selling_pck h3{
	font-size: 16px;
    position: absolute;
    bottom: 7px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px;
}
.best_offer{
	background-color:#fff;
	border:1px solid #dbdbdb;
	margin-bottom:30px;
}
.best_offer_img{
	/* border-radius:10px 10px 0 0; */
	overflow:hidden;
}
.best_offer_img img{
	width:100%;
	    cursor: pointer;
    transition: transform 1s;
    -webkit-transition: transform 1s;
	 height:165px;
}
.best_offer_img img:hover {
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    transition: transform 1s;
    -webkit-transition: transform 1s;
}
.best_offer_content{
	padding:10px;
}
.best_offer_content h3{
	color:#454545;
	font-size:15px;
	text-transform:capitalize;
}
.best_offer_content h4 {
    font-size: 14px;
	    min-height: 32px;
}
.best_offer_content h2{
	color:#333;
	font-size:16px;
	text-transform:capitalize;
}
.best_offer_content h2 span{
	color:#ff9600;
	float:right;
}
.best_offer_content h5{
	font-size:14px;
	color:#ff8400;
}
.best_offer_content h6{
	font-size:15px;
	color:#333;
	margin-bottom:0
}
.best_offer_content h6 span{
	color:#0055b7;
}
.best_offer_content button{
	width:50%;
	font-size:16px;
	padding:8px 0;
	border:none;
	color:#fff;
	cursor:pointer;
}
.best_offer_content button:hover{
	opacity:0.8;
}
.btn_bule{
	background-color:#05b2d4;
	border-radius:12px 0 0 0;
}
.btn_black{
	background-color:#333333;
	border-radius:0 0 12px 0;
	float: right;
}
.top_destinaton{
	margin-top:10px;
	padding-bottom:10px;
}
.why_bg{
	background-color:#f7f7f7;
}	
.why_choose{
	background-color:#fff;
	margin-bottom:30px;
	    border: 1px solid #dbdbdb;
}
.why_choose h4{
	font-size: 17px;
	margin-bottom:15px;
}
.col_width {
    background: #fff;
    padding: 20px 15px;
}
.why_choose p{
	font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    padding:15px;
    text-align: center;
    background-color: #42494c;
	}
.why_choose i{
	border-radius: 50%;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    transition: all .3s ease 0s;
    width: 60px;
    -ms-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.why_choose i:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 0 8px #ccc;
}
.why_choose i.fa-star {
    background-color: #6c6ca3;
}
.clr1{
	color: #6c6ca3;
}

.why_choose i.fa-globe {
    background-color: #669b33;
}
.clr2{
	color: #669b33;
}
.why_choose i.fa-thumbs-up {
    background-color: #e25449;
}
.clr3{
	color: #e25449;
}
.why_choose i.fa-paper-plane {
    background-color: #1a9dd3;
}
.clr4{
	color: #1a9dd3;
}
.why_choose i.fa-podcast {
    background-color: #ff6565;
}
.clr5{
	color: #ff6565;
}
.why_choose i.fa-handshake-o{
    background-color: #339999;
}
.clr6{
	color: #339999;
}
.why_choose i.fa-tachometer{
    background-color:#d4a536;
}
.clr7{
	color:#d4a536;
}
.why_choose i.fa-unlock-alt{
    background-color:#c161ba;
}
.clr8{
	color:#c161ba;
}
.honeymoon_co{
	overflow:hidden;
}
.honeymoon_co img{
	width:100%;
	    cursor: pointer;
    transition: transform 1s;
    -webkit-transition: transform 1s;
}
.honeymoon_co img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: transform 1s;
    -webkit-transition: transform 1s;
}
.honeymoon_co h3 {
    font-size: 15px;
    position: absolute;
    bottom: 7px;
    left: 14px;
    color: #fff;
}
.honey_w{
	height:222px
}
.honey_s{
	height:180px
}
.pb_30{
	padding-bottom:30px;
}

.test_img {
    background: url(../images/testimonial_bg.jpg) no-repeat center top;
    width: 100%;
    background-size: cover;
    min-height: auto;
}

.h2_color {
    color: #347280;
}
.heading_h2 {
    font-size: 36px;
    text-align: center;
    color: #333333;
    padding-top: 50px;
    margin-bottom: 50px;
    position: relative;
}
.test_cont {
    position: relative;
}
.test_cont h6 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.test_cont h4 {
    font-size: 20px;
    color: #0077b5;
}
.test_cont img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px !important;
}
.test-img {
    height: 60px;
    border-radius: 50%;
	width: 60px !important;
    /* border: 2px solid #d0cfcf; */
}
.test_cont p {
    font-size: 15px;
    color: #eee;
    padding-bottom: 0;
}
.testmonial p {
    font-size: 14px;
    padding-bottom: 40px;
}
.h2_color {
    color: #fff;
}
.text-center {
    text-align: center !important;
}
/********home_page_end********/
/********package_Page********/
.heading_pack {
    text-transform: capitalize;
    margin: 10px 0 30px;
    padding: 0;
    text-align: center;
    color: #555;
    font-size: 21px;
}
.heading_pack:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #555;
    width: 140px;
}
.heading_pack:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #555;
    width: 140px;
}
.breadcrumb {
    font-size: 14px;
    padding: 8px 15px;
    background-color: #ecf0f1;
    margin:20px 0 30px;
}
.breadcrumb .sp {
    color:#f26722;
    margin: 0 3px;
}
.breadcrumb span a {
    color: #555;
    margin: 0 3px;
}
.breadcrumb .type {
    color: #333;
    margin: 0 3px;
}
.breadcrumb label{
	margin-bottom:0;
}
.package_filter {
    background: rgba(225,225,225,0.8);
	padding:0 20px;
}
.package_filter h4 {
    font-size: 20px;
    color: #f26722;
    text-transform: capitalize;
    padding: 15px 0px;
    margin-bottom: 0;
}
.filter_detail {
	margin-bottom:52px;
}
.search_filter h5 {
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.search_filter p {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}
.radiocheck {
    position: relative;
    top:4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width:18px;
    height:18px;
  border-radius: 50%;
    -moz-border-radius: 50%;
   -khtml-border-radius: 50%;
   -webkit-border-radius: 50%;
    outline: none;
   background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,0.6);
    border: 5px solid #e2dfdf;
	cursor:pointer;
}
  

    .radiocheck:checked:before {
        
		background-color: #333;
    }

    .radiocheck:before {
       content: '';
    display: block;
    width: 100%;
    height: 100%;
    /* margin: -1% auto; */
    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    }
	.search_filter p sp {
    float: right;
}
.search_filter p label {
    display: inline-block;
    padding-left: 10px;
    margin-right: 20px;
    font-size: 16px;
	margin-top:12px;
}

.select_filter span {
    background: #d8d9d9;
    padding: 3px 6px;
    float: none !important;
    margin-right: 10px;
    text-transform: capitalize;
    font-size: 14px;
    color: #666;
	float:right !important;
}
.select_filter {
        padding-top: 11px;
    padding-bottom: 10px;
}

.filter_result a {
    color: #666;
    padding-left: 2px;
}
.package_detail {
    /* border-radius: 10px; */
    border: 1px solid #dbdbdb;
    margin-bottom: 30px
}
.package_img{
	/* border-radius: 10px 10px 0 0; */
    overflow: hidden;
	position:relative;
	
}
.package_detail img {
    width: 100%;
    cursor: pointer;
    transition: transform 1s;
    -webkit-transition: transform 1s;
    height:190px;
}
.best_offer_content p {
    font-size: 13px;
    color: #333;
    margin-bottom:0;
}
.package_img p {
        background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    color: #fff;
    width: 100%;
    padding: 7px 10px;
    font-size: 13px;
}
.text-center.view_det {
    border-top: 1px solid #dbdbdb;
    padding: 5px;
    font-size: 14px;
}
.text-center.view_det a{
	text-decoration:none;
}
	div#rowbestoffer {
   
	box-shadow: 0 0 2px rgba(0,0,0,0.6);
}
.itineray_pck strong{
	
    line-height: 28px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    margin-bottom: 29px;
	padding-bottom:3px;
}
/********package_Page_end********/
/********Itinerary_Page********/
.package_name{
	padding:20px;
	border: 1px solid #dbdbdb;
    border-radius: 15px 0 15px 0;
	margin-bottom:30px;
}
.package_name h2 {
    font-size: 19px;
    font-weight: normal;
    color: #555;
    text-transform: capitalize;
}
.package_name h2 span {
    color: #05b2d4;
    font-size: 20px;
}
.package_name h6 {
    color: #777;
    font-size: 14px;
}
.package_name h6 span{
	color:#ed8115;
}
.package_name h1 {
    font-size: 30px;
    color: #ff8400;
    width: 100%;
    font-weight: bold;
}
.itinery_img{
	margin-bottom:30px;
}
.detail_quote{
	border:1px solid #dbdbdb;
	border-radius: 6px;
}
.detail_quote h4{
	color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    background: #00979c;
    padding: 14px;
    text-align: center;
	border-radius: 6px 6px 0 0;
	    margin-bottom: 0;
}
#policydiv .pck_itinerary_content{
	margin-top:0px !important;
	padding-top:40px !important;
}

.detail_form .form-control{
	font-size:15px;
	margin-bottom: 15px;
	border-radius:0;
	line-height:1;
}
.detail_form_content {
    padding: 8px 15px 0;
    background: #fff;
}
.detail_form button {
    margin-bottom:0px;
    width: 100%;
    background-color:#333333;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 9px 0;
    font-size: 16px;
	border-radius:0;
}
.pck_itinerary_content{
	    border-bottom: 1px solid #dbdbdb;
    padding-left: 5px;
    margin-top: -23px;
}
.pck_itinerary_content .nav-tabs > li > a {
  	
    color:#fff;
    font-size: 15px;
    margin-right: 10px;
    padding:7px 20px;
    border: 1px solid #00979c;
	border-bottom: 1px solid #dbdbdb;
    background-color: #00979c;
    cursor: pointer;
	text-decoration:none;
}
.pck_itinerary_content .nav-tabs > li > a:hover, .pck_itinerary_content .nav-tabs > li > a.active {
	 color:#333;
	  border: 1px solid #dbdbdb;
	   background-color: #dbdbdb;
}
.nav-tabs .nav-item {
    margin-bottom: 5px;
}
.tab-content{
	padding:20px;
	border:1px solid #dbdbdb;
	border-top:none;
	
}
.overview_bg h2 {
    font-size: 17px;
    color: #333333;
}
.overview_bg p {
    font-size: 14px;
    color: #555555;
    margin: 0;
    line-height: 21px;
    text-align: justify;
}
.hotels_detail .table {
    border: 1px solid #eee;
    border-bottom: 0;
}
.hotels_detail h4 {
    font-size: 16px;
    padding: 10px;
    color: #84c125;
    margin-bottom: 0;
}
.hotels_detail h5 {
    font-size: 14px;
    padding: 10px;
    color: #333;
    margin-bottom: 0;
}
.hotels_detail .pdlr {
    padding: 0!important;
    border-right: 1px solid #eee;
}
.hotels_detail .table .row {
    margin: 0;
    border-bottom: 1px solid #eee;
}
.overview_bg li {
	list-style: none;
    list-style-image: url(../images/tick.png);
    font-size: 14px;
    color: #555;
    padding: 4px 0;
}
.ex_ov li {
	list-style-image: url(../images/times.png);
}
.itineray_pck .icon-left {
    border: 2px dashed #84c125;
    color: #fff;
    background-color: #84c125;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}

.customer_review {
    margin:0 030px ;
    padding-left: 30px;
}
.customer_review .text-center {
    margin-bottom: 30px;
}
.img_border {
    border: 1px solid #1589a2;
    padding: 3px;
    border-radius: 50%;
}
.customer_review .text-center h4 {
    color: #a4c736;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 15px;
    border-radius: 6px;
}
.review_rat {
    margin-bottom: 10px;
}
.customer_review i {
    font-size: 16px;
	margin-right: 2px;
    color: #ed8115;
}
.more_detail{
	display:none;
}
.write_review h4 {
    font-size: 16px;
    color: #5d595a;
    margin-bottom: 10px;
}
.write_review p {
    color: #888;
    font-size: 13px;
    margin-bottom: 0;
}.pointer{
	cursor:pointer;
}
button:hover{
	opacity:0.8;
}
.detail_form_content iframe{
    width: 100%;
    border: 0;
       height: 315px;
}
.dispaly_hotel_lp {
    display: block;
}
.dispaly_hotel_mb {
    display: none;
}
.dispaly_hotel_mb span {
    color: #333;
    padding-left: 10px;
}
.itineray_pck{
	border-left: 1px solid #84c125;
}
.strong_padding {
    padding: 0 10px 0 15px;
    float: right;
    width: 97%;
}
/********Itinerary_Page_End********/
/* Page content Start */
.website_content p{
margin-bottom:30px;
font-size:14px;
color:#666;
}
.website_content ul{
color:#666;
font-size:13px;
/* margin-left: -40px; */
}
 ul {
      list-style-type: none; 
	  /* margin-left: -35px; */
	}
	.qurey_frame iframe{
		    border: none;
    width: 100%;
    min-height: 326px;
	}
	.qurey_frame{
		padding:20px;
	}
/* Page content End */
/**contact us**/
.diving_address{
	background:#fff;
	border-radius:0;
	padding:8px 15px 16px;
	margin-bottom:30px;
	border:1px solid #dbdbdb;
}
 .back_payment .payment_process{
	height:382px
}
.diving_address{
	color:#666;
	font-size:15px;
}
.diving_address a{
	color:#84c225;
}

.diving_address p strong{
	font-weight: normal;
    color: #333;
    font-size: 17px;
}
.upi_b{
	border:1px solid #dbdbdb;
}
.bim_code {
    border: 1px solid #dbdbdb;
    background: #fff;
	padding:8px 15px 8px;
	height:382px
}
.bim_bd {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.bim_code h1{
	font-size:28px;
	color:#333;
	margin-bottom:15px
}
.bim_code p{
	    font-size: 16px;
    color: #0275d8;
}
.bim_code p span{
	    font-size:14px;
    color: #333;
}
.is_travel{
	font-size:14px;
	color:#333;
	margin-bottom:0;
}
.is_travel i{
	color: #ff8400;
    padding-right: 2px;
}
/**contact us end**/
/**payment**/
.payment_process a{
	   color: #fff;
    font-size: 15px;
    padding: 10px 18px;
    text-decoration: none
}
.payment_process h5{
	    color: #000;
    font-size: 17px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
	height: 31px;
}
.payment_process ul{
	padding:0;
}
.payment_process li{
	padding:4px 0;
	color:#333;
}
.payment_process ul li b{
    color: #333;
    font-size: 14px;
}
.pack_b_part .breadcrumb {

    background: rgba(225,225,225,0.8);
    margin:50px 0 30px;
    border-radius: 0;
}

/**payment end**/

/** Modal Start **/
.modal-content
{
	
	border-radius: 15px 0 15px 0 !important;
}
/*.form-control
{
	
	border-radius: 0 5px 0 5px !important;
}*/
.form-control-label
{
	border: 0 !important;
	border-radius: 0 !important;
	padding:0;
	font-size:18px !important;
	color: #ed8115 !important;
}
.search_filter {
    padding-bottom: 20px;
}
.back_payment{
	background-color:#f7f7f7;
	padding-top:20px;
}
.back_payment .breadcrumb{
	border:1px solid #dbdbdb;
	background-color:#fff;
}
.contact_bg_b{
	background: url(../images/contact-us.jpg) no-repeat top center;
	background-size:cover;
	width:100%;
	padding-bottom:50px;
	
}

.career_bg_b{
	background: url(../images/career.jpg) no-repeat top center;
	background-size:cover;
	width:100%;
	padding-bottom:50px;
	
}
.adress_c_contact{
	background-color:rgba(0,0,0,0.5);
	padding:8px 15px;
	height:330px;
}
.adress_c_contact h5{
	color:#fff;
	font-size:18px;
}
.adress_c_contact p{
	color:#fff;
	font-size:14px;
}
.adress_c_contact p a{ 
	color:#84c125;
}
/** Modal End**/
/****** section-end ******/
/****** fotter ******/
.footer-bg {
    height: auto;
    background-color: #212935;
    background-image: url(../images/footer_map.png);
    width: 100%;
    padding-top: 30px;
    border-bottom: 1px solid #4d4d4d;
}

.footer_heading {
    border-right: 1px solid #4d4d4d;
    min-height: 238px;
}

    .footer_heading h4 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .footer_heading ul {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .footer_heading li {
        list-style: none;
        padding: 9px 0;
    }

        .footer_heading li a {
            color: #999;
            text-decoration: none;
        }

            .footer_heading li a:hover {
              color: #05b2d4;
            }

.social_bd {
    border-right: 0;
}

    .social_bd .social_icon_share {
        font-size: 15px;
        margin-top: 9px;
        margin-bottom: 30px;
        float: none;
    }
.social_bd li {
	display:inline-block;
	margin-right:4px;
	border-radius:6px 0 6px 0;
	width: 36px;
    height: 36px;
    text-align: center;	
}
    .social_bd li a{
       color:#fff;
	  padding: 10px 12px;
	   cursor:pointer;
    }

.social_bd li a:hover{
	color:#fff;
	opacity:0.8;
}
ul.social_icon_share li.face {
    background-color: #4267b2;
}

ul.social_icon_share li.twit {
    background-color: #1da1f2;
}

ul.social_icon_share li.lin {
    background-color: #0077b5;
}

ul.social_icon_share li.inst {
    background-color: #d42f8b;
}
ul.social_icon_share li.gpl {
    background-color: #d34836;
}
ul.social_icon_share li.you {
    background-color: #FF0000;
}
ul.social_icon_share li.pinte {
    background-color: #bd081c;
}


.social_bd span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
}

.social_bd img {
    margin-top: 25px;
}

.member_of
{
	padding-left: 85px;
    background-color:#fff;
}
.member_of h6
{
	color:#252b34;
	font-size:14px;
}
.member_ofx
{
	padding-left: 85px;
    background-color:#fff;
}
.member_ofx h6
{
	color:#252b34;
	font-size:14px;
}
.member_ofxx img
{
	width:80px;
	height:auto;
}
.imgcertified
{
width:100px;
height:100px;
border: 1px solid #d33e3e;
border-radius: 5px;
}
.copright_bg {
    background-color:#1e2733;
}

.copright_bg h6 {
        color: #999999;
        font-size: 14px;
        text-align: center;
        padding: 15px 0;
        margin: 0;
    }
	
.quotes_button {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 245px;
    cursor: pointer;
}
.call_button {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 315px;
    cursor: pointer;
}
.quotes_button_left {
    position: fixed;
    z-index: 99;
    top: 245px;
    cursor: pointer;
}
/****** fotter_end ******/

/********modifily_page-end*******/
.nav-tabs {
   border-bottom:none; 
}
.pck_t_img{
	position:absolute;
	top:0;
	z-index:-1;
	width:100%;
	    height: 445px;
}
.holi_p_x{
	padding-top:120px;
}
/***********media query*****************/
@media screen and (max-width: 1199px) {
 .container {
    padding:0 15px;
	}  
	.navbar-toggleable-md .navbar-nav .nav-item {
    padding: 0 12px;
}	


}
@media screen and (max-width: 1168px) {
ul.menu {
    font-size: 15px;
}	
ul.social_icon {
    font-size: 13px;
}
}
@media screen and (max-width: 1099px) {
ul.menu {
    font-size:14px;
}	
.navbar-toggleable-md .navbar-nav .nav-item {
    padding: 0px 9px;
}
ul.social_icon {
    font-size: 12px;
}
.search_destination h1 {
    font-size: 30px;
}
.strong_padding {
    width: 94%;
}
}
@media screen and (max-width: 992px) {
    .mobile_side_nav{
	display:block;
}
.pcview{
	display:none;
}
.mobile_nav img{
	    width:130px;
}
.mobile_side_nav{
	    padding: 0;
}
.mobile_side_nav .postion_rel {
    position: relative;
    margin: 30px 0;
}
.pck_itinerary_content .nav-tabs > li > a {
    padding: 14px 14px;
}
.carousel_img img {
    width: 100%;
    height: 336px;
}
.mobile_side_nav .postion_rel {
    position: relative;
    margin: 30px 0;
	display:none;
}
.ind_s .mobile_side_nav .postion_rel {
    position: relative;
    margin: 100px 0;
	display:block;
}
.postion_rel input {
    height: 50px;
	font-size:16px;
   
}
.postion_rel button{
	height: 50px;
}
.dis_destop{
	display:none;
}
.search_destination {
        top:141px;
}
.best_selling_pck {
    width:100%;
    margin-top: 40px;
}
.best_selling_pck .pack_heading.white{
	color:#333;
}
.search_destination h1 {
    font-size: 24px;
}
.pck_t_img {
    height: 408px;
}
}

@media screen and (max-width: 767px) {
.mobile_nav_image{
	display:block;
	width:100%;
}
.nonmobile_nav_image{
	display:none;
}
.carousel_display {
    display: none;
}
.ind_s .mobile_side_nav .postion_rel {
   
    margin: 78px 0;
}
.filter_detail  .pr-0, .filter_detail  .pl-0,.filter_detail  .p-0{
padding:15px !important;
}
.pck_itinerary_content {
    padding-left:0;
    margin-top: 40px;
}
.dispaly_hotel_lp {
    display: none;
}
.dispaly_hotel_mb {
    display: block;
}
.filter_detail {
    margin-bottom: 10px;
}
.best_honeymoon_bg .pb_30{
	padding:0 15px 15px !important;
}
.pck_t_img{
	    height: 561px;
}
}  

@media screen and (max-width: 669px) {
   .heading_pack:before {
    display: none;
}
.heading_pack:after {
    display: none;
}
.heading_pack{
	border-top:1px solid #888;
	border-bottom:1px solid  #888;
	font-size:22px;
	margin: 10px 20px 30px;
	padding:15px 0;
}
.heading_pack label{
	margin-bottom:0px;
}
.pck_itinerary_content .nav-tabs > li > a {
    color: #fff;
    font-size: 12px;
        margin-right: 1px;
    padding: 11px 9px;
    border: 1px solid #00979c;
    border-bottom: 1px solid #dbdbdb;
    background-color: #00979c;
    cursor: pointer;
    text-decoration: none;
}
.nav-tabs .nav-item {
    margin-bottom: 7px;
}
.search_destination h1 {
    font-size: 20px;
}
.search_destination button {
    width: 34%;
}
}

@media screen and (max-width: 572px) {
   .footer_heading {
    border-right:none;
    min-height: inherit;
	text-align:center;
}
.flr_display{
	display:none;
} 
.mobile_text_ul li {
    padding: 10px;
    display: inline-block;
}
.postion_rel button {
    
    width: 24%;
}
.strong_padding {
    width: 88%;
    padding: 0 0 0 10px;
}
div#rowbestoffer {
    margin: 0;
}
.search_destination {
    width:90%;
}
.search_destination {
    top: 116px;
}
.search_destination .form-control {
    font-size: 14px;
}
.search_destination button {
    font-size: 16px;
}
}

@media screen and (max-width: 472px) {
	
.mobile_nav_image {
    height: 256px;
}

.ind_s .mobile_side_nav .postion_rel {
    margin: 72px 0;
}
.search_filter p label {
    margin-right: 16px;
    font-size: 14px
}
   
}

@media screen and (max-width: 360px) {
.pck_itinerary_content .nav-tabs > li > a {
    color: #fff;
    font-size: 12px;
     margin-right: 1px;;
    padding: 10px 3px;
    border: 1px solid #00979c;
    border-bottom: 1px solid #dbdbdb;
    background-color: #00979c;
    cursor: pointer;
    text-decoration: none;
}
.nav-tabs .nav-item {
    margin-bottom: 7px;
}
}