/****designed by Techno Imagine [www.technoimagine.in]***/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fondamento:ital@0;1&display=swap');
.fondamento-regular {
  font-family: "Fondamento", cursive;
  font-weight: 400;
  font-style: normal;
}

.fondamento-regular-italic {
  font-family: "Fondamento", cursive;
  font-weight: 400;
  font-style: italic;
}
.battambang-thin {
  font-family: "Battambang", system-ui;
  font-weight: 100;
  font-style: normal;
}

.battambang-light {
  font-family: "Battambang", system-ui;
  font-weight: 300;
  font-style: normal;
}

.battambang-regular {
  font-family: "Battambang", system-ui;
  font-weight: 400;
  font-style: normal;
}

.battambang-bold {
  font-family: "Battambang", system-ui;
  font-weight: 700;
  font-style: normal;
}

.battambang-black {
  font-family: "Battambang", system-ui;
  font-weight: 900;
  font-style: normal;
}
body {
	background: #fff;/*font-family: "Roboto", sans-serif;*/font-family: "Battambang", system-ui;
}
a {
	transition: all 0.5s ease 0s;
	transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none
}
form{ margin-bottom: 0px;}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.msg {
    position: relative; background:#0df18e;
    padding: 10px 10px;
     margin-bottom: 0px; 
    border: none;
     border-radius: 0px; 
}
.msg p{
	font-size:15px; margin:0px 0px; padding:0px; color:#fff;
}
.msg .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.55rem 1.25rem;
    color: inherit;
}
.pac-container {
        z-index: 10000 !important;
}
.header {
	    width: 100%; background:#fff;
    /*background: url(../imgs/bg1.jpg) no-repeat center bottom #fff;
    padding: 0 0;
    background-size: cover;
    background-position: center;*/
}

/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.hedr-top{width:100%;background: #F8F8F8;padding:5px 10px;text-align:center; font-size:15px;color: #626262;font-weight:300;}
.hedr-top a{color: #ed6120;font-weight:600;}
.hedr-top a:hover{ color:#333; text-decoration:underline;}
.navigation-wrap{
	/*position: fixed;*/
	width: 100%;
	top: 0;
	left: 0;
	background: #2b2b2b;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	position: sticky;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 60px; 
    padding: 5px 0px;
	width: auto;
	display: block;
  /*filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;*/
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid /*#000*/ white;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: /*#000*/ white;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #d9d9d9  !important;
	font-weight: 500;
	transition: all 200ms linear;
	padding: 5px 10px !important;
}
.nav-item:hover .nav-link{
	color: #f47521 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #f47521;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.qurybtn{}
.qurybtn a{/* background:#df6f0b; */ color: #fecd01 !important;font-weight: 600;text-transform: uppercase;font-size:16px;border-radius: 8px;padding: 3px 15px !important;border-bottom: none !important;}
.qurybtn a:hover{ border-bottom: none !important;color: #fff !important;}
/***************/
.header-info{
	padding: 8px 0px;
    position: absolute;
    width: 100%;

}
.top-header-lft{
	float:left; width:50%;
}
.top-header-rgt{
	float:left; width:50%;
}
.header-logo{
	text-align: left
}
.header-logo img{
	width: auto;
	height:57px;
}
.suprt {
	padding-top: 10px;
}
.soclmdia-hdr{
	 float:right; padding-left:10px;
}
.suprt p {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: right
}

/*.suprt p span {
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 15px;
	color: #2c2c2c;
	width: 100%
}*/
.suprt p a {
	font-size: 20px;
	font-weight: 500;
	color: #282828;
	width: 100%;
}
.suprt p a i{ margin-right:5px;}
.suprt b{font-weight: 800;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.suprt p span a{
	border:1px dashed red;
}
.suprt p span img {
	width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.qury-pnl {
	padding: 70px 0px 40px 0px;
	margin: 0px 0px;
	background-image:url("../imgs/bg.png");
	background-repeat:no-repeat;
	background-attachment:local;
	background-position:right;
	/*background-size:cover;*/
	 background-color: #efaa10; /*background: linear-gradient(135deg,  #ffce00 0%,#ffce00 45%,#ff6719 100%);*/

}
/*.qury-pnl h1 {
	font-size: 28px; text-align:center;
	padding: 0 0 15px 0;
	margin: 0 0;
	font-weight: 400;
	color: #fff;
}
.qury-pnl h1 span{
	font-size: 34px;
	font-weight: 600; text-transform:uppercase;
}*/
.intro-txt{width: 100%;/* text-align:center; */}
.bnr-bg{margin-top: 10px; text-align:center;}
.bnr-bg img{ width: auto;
    max-width: 100%;
    height: 225px;
    position: relative;
    bottom: -80px;}
.intro-txt h1, .intro-txt h2{color: #080808;font-size: 42px;padding-top: 0px;padding-bottom: 0px;font-weight:600;/* text-shadow: 0px 1px 2px #333; *//*font-family: "Fondamento", cursive;*/}
.intro-txt h1 strong{
	font-size: 60px;
	font-weight: 700;
	color: #dfa700;
	text-transform:none;
	/* display: -webkit-flex; */
	/* -webkit-align-items: center; */
	/* align-items: center; */
	-webkit-justify-content: center;
	/* justify-content: center; */
	margin: 0;
}
.intro-txt h6{color: #272727;font-weight:400;font-size:28px;}
.intro-txt ul{ padding-left:15px;}
.intro-txt ul li{font-size:20px;font-weight:500;color:#fff;list-style:none;float:left;width:50%;margin-bottom: 10px;}
.intro-txt ul li i{margin-right:5px;background: rgb(0 157 247 / 66%);width: 50px;height: 50px;border-radius: 8px;text-align: center;line-height: 50px;}
.futr-col{width:100%; background: #1995d3;
    padding: 30px 0px;}
.futr-col-box{float:left; border-right:1px solid rgba(0,0,0,0.1); width:25%; padding:0px 15px 0px 15px;}
.futr-col-box:last-child{border-right:none;}
.futr-col-box i {
    color: #3e3e3e;
    padding-right: 10px;
    font-size: 32px;
    /* display: inline-block; */
    position: relative;
    top: 6px;
    font-weight: 500;
    float: left;
}
.futr-col-box i img{ width: 40px; height: 40px; float: left;}
.futr-col-box-txt {
    overflow: hidden;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
    color: #fff;
}
.futr-col-box-txt h4 { color:#3e3e3e; font-size:18px; font-weight:500;line-height: 24px; margin-bottom:0px;}
.futr-col-box-txt p {color:#3e3e3e;font-weight:200; font-size:14px; padding-bottom:0px; margin-bottom:0px;
}
.taxititl{padding-bottom: 15px; color: #393939; font-weight: 400; font-size: 18px;}
.taxititl strong{color: #b40b0b; font-weight: 600;}
.taxiroutcol{margin-bottom: 20px;}
.taxiroutcol label{    color: #191919;
    font-size: 20px;
    font-weight: 600;}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.register-form-wrapper{
	    margin-top: 0px;
    padding: 30px 30px;
    /*background: rgb(215 120 7 / 82%);*/
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 9%);background:#fff;
	 

}
.register-form-wrapper h2{
	margin-bottom: 5px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 800;
}
.register-form-wrapper h3{
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 500;
}

.register-form-wrapper p{
	margin-bottom: 15px;
	font-size: 17px;
	color: #f7f7f7;
}
.qury-frm label{
    /*font-size:16px; color:#fff; text-transform:none; font-weight:400;*/
    font-size: 16px;
    color: #121212;
    /* text-transform: uppercase; */
    font-weight: 400;
    position: absolute;
    top: -12px;
    padding: 2px 9px;
    left: 40px;
    line-height: 14px;
    background: #fec00f;
    border-radius: 25px;
}
/********/
/*$ui-autocomplete-clear-size:  16px;*/

.ui-autocomplete-input-has-clear {
  padding-right: $ui-autocomplete-clear-size * 1.5;
}

.ui-autocomplete-input-has-clear::-ms-clear {
   display: none;
}

.ui-autocomplete-clear {
  /*display: inline-block;*/
    width: 30px;
    height: 30px;
    /* text-align: right; */
    cursor: pointer;
    position: absolute;
    top: 10px !important;
    right: 20px !important;
    font-size: 26px;
    left: unset !important;
}
	/*************/
input.register-input::placeholder {
  color: #6c6c6c !important;
  opacity: 1; /* Firefox */
}

input.register-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #6c6c6c !important;
}

input.register-input::-ms-input-placeholder { 
 color: #6c6c6c !important;
}
input.register-input, select.register-input, select.person-input, select.des-input, select.cab-input{
	width: 100%!important;
	height: 60px!important;
	padding-left: 40px !important;
	padding-right: 30px !important;
	margin-bottom: 15px!important;
	color: #6c6c6c !important;
	border: 1px solid #b2b2b2!important;
	/*border:none !important;*/
	/*background-color: #e5f2ff !important;*/
	background:transparent;
	font-size: 17px;
	font-weight: 500;
	border-radius: 5px !important;
	
}
input.register-input:focus, select.register-input:focus, select.person-input:focus, select.des-input:focus, select.cab-input:focus{ border:1px solid #ff8a10 !important; outline:none !important; box-shadow:0px 0px 5px rgba(102,102,102,0.5);}
select.register-input option{ color:#000 !important; width:300px !important;}
input.des-input{
    background:url(../imgs/icons/f3.png) no-repeat 10px 19px;
    background-size: 20px;background-color: #fff;
}
select.loc-input{
    background:url(../imgs/icons/f1.png) no-repeat 10px 19px;
    background-size: 20px;
    background-color: #fff;
}
input.loc-input{
    background:url("../imgs/icons/f8.png") no-repeat 10px 19px;
    background-size: 20px;background-color: #fff;
}
input.lo-input {
	background: url("../imgs/icons/f10.png") no-repeat 10px 19px;
	background-size: 20px;
	background-color: #fff;
}


input.name-input{
    background: url(../imgs/icons/input-user.png) no-repeat 10px 19px;
    background-size:20px;
    /* padding-left: 40px !important; */
}
input.date-input{
    background: url(../imgs/icons/f5.png) no-repeat 10px 19px;
    background-size:20px;
    background-color: #fff;
}
input.name-email{
    background: url(../imgs/icons/input-email.png) no-repeat 10px 19px;
    background-size:20px;
}
input.name-phone{
    background: url(../imgs/icons/f2.png) no-repeat 10px 19px;
    background-size:20px;
    background-color: #fff;
}
select.person-input {
	background: url("../imgs/icons/f8.png") no-repeat 10px 19px;
	background-size: 20px;
	background-color: #fff;
}

 
select.des-input{
    background:
    url(../imgs/icons/f4.png) no-repeat 12px 19px;
    background-size:20px;
    padding-left: 40px !important;
    background-color: #fff;
}
select.cab-input{
    background: url(../imgs/icons/input-cab.png) no-repeat 12px 19px;
    background-size:20px;
    padding-left: 40px !important;
}
select.time-input{
    background: url(../imgs/icons/f6.png) no-repeat 12px 19px;
    background-size:20px;
    padding-left: 40px !important;
    background-color: #fff;
}
input.register-submit{
	background: #058ed2;
	/*border-top: 3px solid #0e4e8f;*/
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	/*max-width: 535px;*/
	padding: 15px 15px;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover{
	background:#036ad0; color: #fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
.register-btn{margin:0px auto;width: 100%;position:relative;left: 0;bottom: 0px;right: 0;text-align:center;/* border:1px dashed red; */}

.form-frnt{
	/*margin:0px auto; */
	width:35%;
	border-radius: 8px;
	padding: 25px 25px;
	/*background:rgb(31 251 222);*/
	background: #02eb82;
	background: -moz-linear-gradient(-45deg,  #f15800 0%, #e94429 48%, #d73c28 100%);
	background: -webkit-linear-gradient(-45deg,  #f15800 0%,#e94429 48%,#d73c28 100%);
	background: linear-gradient(135deg,  #f15800 0%,#e94429 48%,#d73c28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15800', endColorstr='#01a0ff',GradientType=1 );
}
/*.qury-pnl-form {
	margin:0px auto; width:40%; border-radius:2px;
	padding: 25px 25px; background:rgba(255,255,255,0.9);
}*/
.qury-pnl-form h2 {
	font-size: 24px;
	text-align:center;
	width:100%;
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 600;
	/* border-bottom: 1px solid #4cf7ca; */
	/* text-shadow: 0px 0px 1px #119e96; */
	border-radius: 8px;
	
	line-height: 22px;
	padding-top: 5px;
}
/*.qury-pnl-form span {
	font-size: 12px; text-align:left; width:100%;
	padding: 0 0 0px 0; line-height:16px; font-style:italic;
	margin: 0 0;
	font-weight: 400;
	color: #333;
}*/
.form-checkbox p {
	font-size: 13px; text-align:left;float:left !important;
	padding: 0 10px 0px 20px; line-height:16px;
	margin: 0 0;
	font-weight: 500;
	color: #333;
}
.form-checkbox a{ background:none;
	
}
.form-checkbox input {
	height:16px !important; width:16px !important;margin-left: 0px; background:#fff !important; float:left;
    margin-top: 1px; border:1px dashed red;
}
.tkt-info{ border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf; padding:10px 0px
}
.tkt-info b { border:1px dashed red;
}
.tkt-info p {
	font-size: 13px; text-align:left;
	padding: 0 0px 0px 0px; line-height:16px;
	margin: 0 0;
	font-weight: 500;
	color: #333;
}
.tkt-info span {
	float:right !important; padding-right:15px;
}
.tkt-info input {
	height:16px !important; width:16px !important;margin-left: 0px; background:#fff !important; float:left;
    margin-top: 1px; 
}
.tvlr-info{
}
.tvlr-info select {
	font-size: 14px;
	height: 40px;
	border-radius: 3px;
	color: #666;
	padding: 10px 10px 10px 10px !important;
	background: #fff;
	width: 100%;
	border: 1px solid #b3b1b1
}
.modal-header{color: #1c1c1c; font-weight:600; padding:10px 15px;
    background: #ffc00d;
   
	}
	.frmimg{ margin-bottom:15px; }
	.frmimg img{ width:100%; height:auto;}
	.modal-header h5{ font-size:30px;}
	.modal-header .close { color:#000 !important;}
.qury-pnl-form i{
    position:absolute;
    top: 15px;
    left: 30px;
}
.qury-pnl-form i img {
	width: 15px;
	height: 15px;
	opacity: .7
}
.m-b-5{
	margin-bottom:5px;
}
.m-b-10{
	margin-bottom:5px;
}
.m-b-15{
	margin-bottom:15px;
}
.m-b-ex{
	margin-bottom:5px; border-bottom:1px solid #d4d4d4; padding-bottom:10px;
}
.m-b-ex2{
	margin-bottom:0px; border-bottom:1px solid #d4d4d4; padding-bottom:10px;
}
.qury-pnl-form label {
	font-size: 13px;
	font-weight: 600;
	width: 100%;
	color: fff;
	margin-bottom:5px;
	text-align: left!important
}
.frmpopup input, .frmpopup select, .frmpopup textarea{border: 1px solid #b3b1b1 !important;}
.qury-pnl-form input {
	font-size: 14px;
	height: 45px;
	color: #000;
	font-weight: 500;
	padding: 10px 10px 10px 40px;
	background: #fff;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ffffff;
}
.qury-pnl-form textarea {
	font-size: 14px;
	height:55px;
	color: #000;
	padding: 10px 10px 10px 30px;
	background: #fff;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #b3b1b1
}
.qury-pnl-form select {
	font-size: 14px;
	height: 45px;
	border-radius: 5px;
	font-weight: 400;
	color: #333;
	padding: 10px 10px 10px 40px;
	background: #fff;
	width: 100%;
	border: 1px solid #ffffff;
}
.qury-pnl-form input:focus, .qury-pnl-form select:focus, .qury-pnl-form textarea:focus {
	border: 1px solid #b3b1b1!important
}
.input-group-btn:first-child .btn.btn-pm {
	margin-right: -2px;
	color:#666;
	border:1px solid #b3b1b1;
	background:#F5F5F5;
	height: 40px;
	cursor:pointer;
	overflow: hidden;
}
.input-group-btn:last-child .btn.btn-pm {
	margin-left: -2px;color:#666; border:1px solid #b3b1b1;background:#F5F5F5;height: 40px;cursor:pointer;
}
.number-spinner{
    border-radius: 4px;
    overflow: hidden;
}
.number-spinner span{/* overflow: hidden; */}
.number-spinner input{
	font-size: 16px !important; text-align:center; font-weight:500; padding:0px 0px; margin:0px 0px;
	height: 40px;
}
.btn{
	border-radius:2px;
}
.qury-pnl-form-btn{
	text-align:center;display: flex;
}
.qury-pnl-form-btn a:active {
	border: medium none;
	background: #666;
	border: 1px solid #666
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #fed5e7;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.qury-pnl-form-btn a {
  height: 40px;
  cursor: pointer;
  /*background: #e8750b;*/
  color: #fff;
  margin-top:0px;
  float: none;
  text-align:center;
  text-transform: uppercase;
  border-radius: 5px;
  border:none;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  outline: 0 none;
  padding: 9px 10px;
  font-style: normal;
  width: 100%;
  top: 0;
  position: relative;
  background: #ed8a00;

}

.qury-pnl-form-btn a:hover {
  opacity: 0.8;border: medium none;transition: all 0.5s ease 0s;
	background: #d47300;
	border: none
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
display: none;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;  
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
.pkgs-cnt{
	padding:30px 0px; margin:0px; background:#fff;
}
.pkgs-cnt2{
	padding:30px 0px; margin:0px; background:#f1f1f1;background-position: center;
    background-size: cover;
}
.pkgs-cnt2 .col-xl-3{padding-right: 5px;
    padding-left: 5px;}
	.tourcnt .col-xl-3{padding-right: 5px;
    padding-left: 5px;}
.pg-cnt{
	padding:30px 0px; margin:0px;
}
.abut{
    width: 100%;
    padding: 60px 0px;
    background-color: #a7584a;
    background: url(../imgs/taxi-bg2.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}
.abut h2{ color: #fff !important;} 
.aflt-img{  margin-bottom:15px;text-align: center;}
.aflt-img img{     width: auto;
    margin: 5px 8px;
    height: 100px;
    /* background: #f5f5f5; */
    border-radius: 4px;
    padding: 4px;}
.review{background:#fff;padding-bottom: 85px;
}
.review .description{
        font-size: 14px;
    color: #2e2e2e;
    display: inline-block;
    margin-top: 15px;
    font-weight: 400;
    line-height: 22px;
}
.review .description p{
}
.addReadMore.showlesscontent .SecSec,
    .addReadMore.showlesscontent .readLess {
        display: none;
    }
 
    .addReadMore.showmorecontent .readMore {
        display: none;
    }
 
    .addReadMore .readMore,
    .addReadMore .readLess {
            font-weight: 400;
    margin-left: 2px; font-size:13px;
    color: #e68629;
        cursor: pointer;
    }
 
    .addReadMoreWrapTxt.showmorecontent .SecSec,
    .addReadMoreWrapTxt.showmorecontent .readLess {
        display: block;
    }
.titl { margin-bottom:30px;
}
.titl h2 {
	
	font-size: 30px; padding-bottom:0px; margin-bottom:0px; text-align:center;
	color: #000;
}
.titl p {
	font-size: 18px;
	color: #4d4d4d;
	text-align: center;
	font-weight: 400;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.titl a { color:#32ad5d;
}
.titlebox {
    display:table;
    width:100%; margin:0px auto;
}
.titlebox h2 {
    text-align:center;
    vertical-align:middle;
    font-size:42px;
    color: #202020;
    font-weight: 600;    
    padding:.125em .375em;
}
.titlebox h2 strong{ color:#000; font-weight:700;}
/*.titlebox::before,
.titlebox::after {
    content:"";
    display:table-cell;
    width:50%;
    top: -20px;
    position: relative;
    border-bottom: 1px solid #b7b7b7;
    vertical-align:middle;
}*/
.dest-block-one{
  padding: 0px 5px;
}

.dest-block-one .inner-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.dest-block-one .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.dest-block-one .image-box:before{
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	z-index: 1;
}

.dest-block-one .inner-box:hover .image-box::before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.dest-block-one .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
}

.dest-block-one .hvr-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.dest-block-one .hvr-box:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  opacity: 0.50;
  background: rgba(0, 0, 0, 0.30);
  background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.95),rgba(0,0,0,0.0));
  background: -ms-linear-gradient(bottom,rgba(0,0,0,0.95),rgba(0,0,0,0.0));
  background: -moz-linear-gradient(bottom,rgba(0,0,0,0.95),rgba(0,0,0,0.0));
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.dest-block-one:hover .hvr-box:before{
  opacity: 0.80;
}

.dest-block-one .hvr-box .hvr-inner{
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.dest-block-one .hvr-box .hvr-inner .enqrybtn{display:inline-block;border:1px solid #ff731e;border-radius:4px;padding: 5px 10px;font-size: 13px;text-transform:uppercase;font-weight:600;color:#ff8a22;margin-top:5px;}
.dest-block-one .hvr-box p{ font-weight:500; font-size:14px; color:#fff; margin-bottom:5px;}
.dest-block-one .hvr-box h4{
  position: relative;
  font-weight: 500;
  font-size: 20px;
  /**/
  text-transform: capitalize;
  margin-bottom: 5px;
  line-height: 20px;
}
.dest-block-one .hvr-box h5{color:#e1e1e1;font-weight:400;font-size: 14px;padding-top:10px; padding-bottom:0px; margin-bottom:0px;}
.dest-block-one .hvr-box h6{color: #fff;font-weight:500;font-size: 16px;padding-top:5px;}
.dest-block-one .hvr-box h6 span{color:#ffe202;font-weight:600;font-size: 16px;}
.dest-block-one .hvr-box h6 span:before {
    content: "\f156";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 4px;
}
.dest-block-one .hvr-box h4 a{
  color: #fff;
}

.dest-block-one .hvr-box h4 a:hover{
  color:#fff;
}

.dest-block-one .hvr-box .tour-count{
  position: relative;
  line-height: 20px;
  font-weight: 400;
  color: #fff;    margin-top: 15px;
}.dest-block-one .hvr-box .tour-count span{
    background: #1b47b9;
    border-radius: 25px;
    padding: 2px 0px 2px 12px;
    font-size: 18px;
    font-weight: 600;
    }
.dest-block-one .hvr-box .tour-count b{
    background: #ef5f00;
    border-radius: 0px 25px 25px 0px;
    padding: 2px 5px;
}
.dest-block-one .hvr-box .tour-count b:before {
    content: "\f156";
    font: normal normal normal 16px/1 FontAwesome;
    margin-right: 4px;
}
.plces-col{text-align: center; margin: 0px auto;}
.plces-col .plceitm{width: 17%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 20px 10px;}
.plces-col .plceitm-img{width: 100%; overflow: hidden; border-radius: 50%;}
.plces-col .plceitm-img img{width: 100%; max-width: 100%; height: 190px;transform: scale(1);
    transition: transform 500ms ease; }
.plces-col .plceitm:hover .plceitm-img img {
    transform: scale(1.05); border-radius:10px;filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);transition: all 0.5s ease 0s;
}
.plces-col .plceitm-con{ font-size: 18px; font-weight: 500; color: #333; padding: 5px 5px;}
.pkgs-box2 {
	width: 100%;
	height: auto;
	padding: 0px;
	float: left;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
	transition: all 0.5s ease-out 0s;
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.pkgs-box2:hover {
	border: 1px solid #e5eef5; box-shadow:0px 2px 5px #ccc;background: #fff;
}
.pkgs-box2-img {
	width: 100%;
	float: left;
	margin: 0px 0px 5px 0px;
	background: #fff;
	text-align:center;
	overflow: hidden;
}
.pkgs-box2-img img {
	width: 100%;
	background:#fff;
	height: 210px;
	padding: 5px 7px;
	margin: 0px 0px;
	/* border-radius: 15px; */
	border-radius: 15px;
}
.pkgs-box2-img img:hover {
	opacity:0.7;
}
.pkgs-box2-img .read_more {
	position: absolute;
	top: 40%;
	left: 12%;
	margin-top: -12px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: auto;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 2
}
.pkgs-box2-img a img {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}
.pkgs-box2-img .read_more span {
	background-color: #c1277a;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
font-size:.75rem;
	padding: 5px 10px
}
.pkgs-box2-img:hover .read_more {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.pkg_img_overlay h4 {
    font-size: 11px;
    position: absolute;
    top: 25px;
    left: 40px;
    background: rgb(183 51 0 / 50%);
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    z-index: 1;
}
/****************/
.pkgs-incld1 {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px;
}
.pkgs-incld1 span{ font-size:12px; color:#666; padding-right:5px;}
.pkgs-incld1 b{margin-right:5px;font-size: 16px;font-weight: 400;}
.pkgs-incld1 b i{ margin-right:2px; font-size:12px; border:1px solid #ccc; border-radius:50%; width:20px; height:20px; text-align:center; line-height:18px;}
.pkgs-incld1 img{
	width:20px; height:20px; margin-right:10px;
}
.pkgs-box2-detl {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px;
}
.review-ratng{width:100%;margin-bottom: 5px;}
.review-ratng i{color: #ffb54d;font-size:12px;padding-right:3px;}
.review-ratng span{color: #666;font-size:11px;padding-left:5px;}

.pkgs-box2-detl h2 {
	width: 100%;font-size:14px;
	text-align: left;
	color: #000; margin:0px;
	padding: 0px 0px 0px 0px;
}
.pkgs-box2-detl h2 a {
	color: #141414;
	display:inline-block;
	padding: 0px 0px 5px 0px;
	text-transform: none;
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	text-decoration: none;
}
.pkgs-box2-detl h2 a:hover {
	color: #000;
	transition: all 0.5s ease-out 0s;
}
.pkgs-box2-detl h4{
	width: 100%;
	text-align: left;
	color: #333;
	padding: 0px 0px 5px 0px;
	text-transform: none;
	font-weight: 700;
	line-height: 22px;
	font-size: 15px;
}
.pkgs-box2-detl h4 i{
	background:#f98b02; padding:5px 8px; font-size:14px; color:#fff; border-radius:50%;
}
.pkgs-box2-detl h4 span{
	border-top:1px dashed #928f8f; padding:0px 40px; height:1px; position:relative; top:10px; width:50px; margin-right:5px;
}
.pkgs-box2-detl h5 i{ margin-right:5px;}
.pkgs-box2-detl h5 {
	    width: auto;
    text-align: left;
    display: inline-block;
    color: #037aa7;
    margin: 0px 0px 5px 0px;
    padding: 4px 10px;
    text-transform: none;
    font-weight: 800;
    line-height: 10px;
    border-radius: 25px;
    font-size: 14px;
    background: #eefeff;
    border: 1px solid #7cc6f3;
}
.pkgs-box2-detl h5 span{
	border-top:1px dashed #928f8f; padding:0px 40px; height:1px; position:relative; top:10px; width:50px; margin-right:5px;
}
.pkgs-box2-detl p{
	font-size: 16px;
	color: #3e3e3e;
	text-align: left;
	line-height: 16px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.pkgs-price {
	width: 100%;
	padding: 0px 0px;
	margin: 0px 0px;
}
.pkgs-price h3{
	padding: 0px 0px;
	text-align: center;
	color: #8a8a8a;
	margin:0px 0px;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	line-height: 8px;
}
.pkgs-price h2 {
	padding: 5px 0px 0px 0px;

	text-align: center;
	margin:0px;
	color: #184b9a;
	font-size: 16px;
	text-transform: none;
	font-weight: 600;
	line-height: 22px;
}
/*.pkgs-price h2:before {
    content: "\f156";font: normal normal normal 15px/1 FontAwesome; margin-right:4px;
}*/.pkgs-price span.old-price {
    text-decoration: line-through;
    font-size: 13px;
    color: #878787;
    margin-right: 5px;
    padding-left: 5px;
    font-weight: 400 !important;
}
.pkgs-price span.old-price:before{content: "\f156";font: normal normal normal 11px/1 FontAwesome; text-decoration:none;margin-right:2px;}
.pkgs-price span.old-price i{font-size: 10px;
    margin-right: 2px;
    position: relative;
    top: -1px;}
	.pkgs-dscnt {width:100%; text-align:center;}
.pkgs-dscnt span{ background:#fff8aa; color:#5e5c5c; font-size:14px; border-radius:4px; font-weight:600; line-height:16px; padding:1px 4px;}
.pkgs-dscnt small { display: block;width:100%; font-size:10px; color: #666; font-weight:400; line-height:16px;}
.pkgs-box2-pric {
    /*width: 100%;
    float: left;*/
    margin: 5px 0px 0px 0px;padding: 5px 15px;
    /* border-left: 1px dashed #d7d7d7; */
}
.pkgs-price h2 b{
	padding: 5px 0px 0px 0px;
	text-align: center; margin:0px;
	color: #333; font-style:italic;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	line-height: 22px;
}
.pkgs-price p{
	padding: 0px 0px; margin-bottom:0px;
	text-align: center;
	color: #5c5c5c;
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	line-height: 22px;
}
.pkgs-dtil-btn2 {
	margin: 0px auto;
	padding: 0px 15px 10px 15px;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.pkgs-dtil-btn2 .pkgs-btn {
	width: 49%;
	/*background: #00a2ff none repeat scroll 0 0;*/
	border: medium none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	margin: 0;
	outline: medium none;
	padding: 8px 10px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	margin-bottom:4px;
	background: #b62a2a;
}
.pkgs-btn:hover {
	background: #b62a2a;

	border: medium none;
	color: #fff;
	text-decoration: none;
}
.pkg-sk .owl-controls{ display:none !important;}
.pkgs-dtil-btn .call-btn i, .pkgs-dtil-btn2 .call-btn i{/* margin-right:4px; */}
.pkgs-dtil-btn .call-btn, .pkgs-dtil-btn2 .call-btn {
	width: 22%;
	/*background: #c3edea none repeat scroll 0 0;*/
	border: medium none;
	color: #fff;
	text-shadow: 0px 1px 3px #b44100;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	border-radius: 4px;
	margin: 0;
	outline: medium none;
	padding: 10px 10px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	background: #ff9e00;
	height: 38px;
}
.pkgs-dtil-btn .call-btn:hover, .pkgs-dtil-btn2 .call-btn:hover {
	background: #f3b100 ;
    border: medium none;
    color: #fff;
	text-decoration: none;
}
.pkgs-dtil-btn .call-btn i, .pkgs-dtil-btn2 .call-btn i{
    /* padding-right:4px; */
    -webkit-animation: TI-CALL 2s infinite;
    -webkit-animation-iteration-count:infinite;
}
.pkgs-dtil-btn .watsap-btn {
	width: 23%;
	float: right;
	/*background: #c3edea none repeat scroll 0 0;*/
	border: medium none;
	color: #fff;
	text-shadow: 0px 1px 3px #b44100;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	border-radius: 4px;
	margin: 0;
	outline: medium none;
	padding: 8px 10px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	background: #1fb068;
	height: 38px;
}
.pkgs-dtil-btn .watsap-btn:hover {
	background: #24c273 ;
    border: medium none;
    color: #fff;
	text-decoration: none;
}
.pkgs-dtil-btn .watsap-btn i{
    /* padding-right:4px; */
    -webkit-animation: TI-CALL 2s infinite;
    -webkit-animation-iteration-count:infinite;
}
/*@-webkit-keyframes TI-CALL{
  0% {
  }
  10% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg); 
  }
  20% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  30% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
   40% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  50% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
   60% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  70% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
  80% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  90% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
   100% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
}*/
.pkgs-box2-detl .pkgs-incldrate {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px; border-top:1px solid #ccc;
}
.pkgs-box2-detl .pkgs-incldrate ul{ padding-left:0px; margin-left:0px;}
.pkgs-box2-detl .pkgs-incldrate li{list-style:none;font-size:14px;color: #4e4e4e;font-weight:500;}
.pkgs-box2-detl .pkgs-incldrate li i{ margin-right: 5px;}
.pkgs-box2-detl .pkgs-incldrate span{color: #aa6c05;font-weight:600;float:right;}
.pkgs-box2-detl .pkgs-incldrate span:before {
    content: "\f156";
    font: normal normal normal 12px/1 FontAwesome;
    margin-right: 4px;
}
.pkgs-box2-detl .pkgs-incldrate img{
	width: 22px;
	height: 22px;
	margin-right:10px;
	opacity: 0.9;
}
.pkgs-id {
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}
.pkgs-box-pric {
	width: 22%;
	float: left;
	margin: 0px 0px 0px 0px;
	/*border-left: 1px dashed #d7d7d7;*/
}
/***************************/
.pkgs-box {
	width: 100%;
	height: auto;
	padding: 10px 10px 5px 10px;
	float: left;
	margin: 0px 0px 30px 0px; border-radius:8px;
	border: 1px solid #e0e0e0;
	transition: all 0.5s ease-out 0s;
	background: #fff;box-shadow: 0 5px 20px 0px rgb(0 0 0 / 10%);
}
.pkgs-box:hover {
	border: 1px solid #e5eef5; box-shadow:0px 2px 5px #ccc;background: #fff;
}
.pkgs-box-img {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	background: #fff;
	text-align:center;
}
.pkgs-box-img img {
	max-width: 100%; width:auto;
	background:#fff;
	height: 110px;
	padding: 0px 0px;
	margin: 0px 0px;
	border-radius:8px;
}
.pkgs-box-img img:hover {
	opacity:0.7;
}
.pkgs-box-img .read_more {
	position: absolute;
	top: 40%;
	left: 12%;
	margin-top: -12px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: auto;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 2
}
.pkgs-box-img a img {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out
}
.pkgs-box-img .read_more span {
	background-color: #c1277a;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
font-size:.75rem;
	padding: 5px 10px
}
.pkgs-box-img:hover .read_more {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.pkg_img_overlay h4 {
    font-size: 11px;
    position: absolute;
    top: 25px;
    left: 40px;
    background: #eec800;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    z-index: 1;
}
/****************/
.pkgs-box-detl {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.review-ratng{width:100%;margin-bottom: 5px;}
.review-ratng i{color: #ffb54d;font-size:12px;padding-right:3px;}
.review-ratng span{color: #666;font-size:11px;padding-left:5px;}
.pkgs-box-detl h2 {
	width: 100%;font-size:14px;
	text-align: center;
	color: #000; margin:0px;
	padding: 0px 0px 0px 0px;
}
.pkgs-box-detl h2 span{ padding-left: 5px;}
.pkgs-box-detl h2 a {
	color: #141414;
    display: inline-block;
    padding: 10px 0px 10px 0px;
    text-transform: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}
.pkgs-box-detl h2 a:hover {
	color: #000;
	transition: all 0.5s ease-out 0s;
}
.pkgs-box-detl h4{
	width: 100%;
	text-align: left;
	color: #333;
	padding: 0px 0px 5px 0px;
	text-transform: none;
	font-weight: 700;
	line-height: 22px;
	font-size: 15px;
}
.pkgs-box-detl h4 i{
	background:#f98b02; padding:5px 8px; font-size:14px; color:#fff; border-radius:50%;
}
.pkgs-box-detl h4 span{
	border-top:1px dashed #928f8f; padding:0px 40px; height:1px; position:relative; top:10px; width:50px; margin-right:5px;
}
.pkgs-box-detl h5 i{ margin-right:5px;}
.pkgs-box-detl h5 {
	width: 100%;
	text-align: left;
	color: #208539;
	margin:0px;
	padding: 0px 0px 5px 0px;
	text-transform: none;
	font-weight: 500;
	line-height: 22px;
	font-size: 14px;
}
.pkgs-box-detl h5 span{
	border-top:1px dashed #928f8f; padding:0px 40px; height:1px; position:relative; top:10px; width:50px; margin-right:5px;
}
.pkgs-box-detl p{
	font-size: 13px;
	color: #6e6e6e;
	text-align: center;
	line-height: 16px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
.pkgs-price {
	width: 100%;
	padding: 0px 0px;
	margin: 0px 0px;
}
.pkgs-price h3{
	padding: 0px 0px;
	text-align: center;
	color: #8a8a8a;
	margin:0px 0px;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	line-height: 8px;
}
.pkgs-price h2 {
	padding: 5px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    font-weight: 400;
    font-size: 12px;
    color: #818181;
}
.pkgs-price h2 span {
	color: #c06510;
	font-size: 20px;
	text-transform: none;
	font-weight: 600;
	line-height: 22px;
	margin-left:5px;
}
.pkgs-price span:before {
    content: "\f156";
    font: normal normal normal 17px/1 FontAwesome;
    margin-right:4px;
}.pkgs-price span.old-price {
    text-decoration: line-through;
    font-size: 13px;
    color: #878787;
    margin-right: 5px;
    padding-left: 5px;
    font-weight: 400 !important;
}
.pkgs-price span.old-price:before{content: "\f156";font: normal normal normal 11px/1 FontAwesome; text-decoration:none;margin-right:2px;}
.pkgs-price span.old-price i{font-size: 10px;
    margin-right: 2px;
    position: relative;
    top: -1px;}
	.pkgs-dscnt {width:100%; text-align:center;}
.pkgs-dscnt span{ background:#fff8aa; color:#5e5c5c; font-size:14px; border-radius:4px; font-weight:600; line-height:16px; padding:1px 4px;}
.pkgs-dscnt small {width:100%;display: contents; font-size:10px; color: #666; font-weight:400; line-height:16px; padding-left:5px;}
.pkgs-price h2 b{
	padding: 5px 0px 0px 0px;
	text-align: center; margin:0px;
	color: #333; font-style:italic;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	line-height: 22px;
}
.pkgs-price p{
	padding: 0px 0px; margin-bottom:0px;
	text-align: center;
	color: #5c5c5c;
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	line-height: 22px;
}
.pkgs-dtil-btn {
	margin: 0px auto;
	padding: 5px 0px;
	width: 100%;
	text-align: center;
}
.pkgs-btn {
	float: left;
	width: 50%;
	/*background: #00a2ff none repeat scroll 0 0;*/
	border: medium none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	margin: 0;
	outline: medium none;
	padding: 10px 10px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	margin-bottom:4px;
	background: #058ed2;
	height: 38px;
}
.pkgs-btn:hover {
	background: #007fbf;

	border: medium none;
	color: #fff;
	text-decoration: none;
}
.pkg-sk .owl-controls{ display:none !important;}
.whtsap-btn i{ margin-right:4px;}
.whtsap-btn {
	float: left;
	width: 49%;
	/*background: #c3edea none repeat scroll 0 0;*/
	border: medium none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	margin: 0;
	outline: medium none;
	padding: 10px 10px;
	text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s linear 0s;
	background: #12c17b;
}
.whtsap-btn:hover {
	background: #0ab772 ;
    border: medium none;
    color: #fff;
	text-decoration: none;
}
.pkgs-incld {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px;
}
.pkgs-incld ul{ border-top: 1px solid #e1e1e1;
    /*border-bottom: 1px solid #e1e1e1;*/
    padding: 5px 0px;
    margin: 10px 0px 0px 0px;
}
.pkgs-incld li{list-style:none;font-size: 13px;font-weight:400;color:#666;padding: 0px 0px 0px 0px;text-align: center;    line-height: 18px;}
.pkgs-incld span{font-size: 13px;color:#141414;padding-right:0px;font-weight:600;text-align:right;/* float:right; */padding-left: 5px;}
.pkgs-incld span i{margin-right:2px;font-size: 11px;}
.pkgs-id {
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
}
.pkgs-box-pric {
	width: 100%;
	float: left;
	margin: 0px 0px 0px 0px;
	/*border-left: 1px dashed #d7d7d7;*/
}
.ofr-txt{
	padding:30px 0px;
	margin:50px 0px;
	/*background:#069;*/
	background: rgb(251 148 86);
	background: -moz-linear-gradient(135deg, rgb(255 165 0) 0%,rgb(255 186 0) 52%,rgb(235 206 0) 100%);
	background: -webkit-linear-gradient(135deg, rgb(255 165 0) 0%,rgb(255 186 0) 52%,rgb(235 206 0) 100%);
	background: linear-gradient(135deg, rgb(255 165 0) 0%,rgb(255 186 0) 52%,rgb(235 206 0) 100%);
}
.ofr-txt-cont{ 
}
.ofr-txt img {
    position: absolute;
    left: 0;
    margin-top: -33%;
    width: auto;
    height: 300px;
}
.ofr-txt-cont h3{
	font-size: 32px;
	padding-bottom: 8px;
	margin-bottom: 0px;
	color: #000;
	font-weight: 600;
	text-transform: none;
	
}
.ofr-txt-cont h4{
	font-size: 20px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#333;
	font-weight: 400;
}
.ofr-txt-btn span{     width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    color: #000;
}
.ofr-txt-btn{
	text-align:center; margin-top:5px;
}
.ofr-txt-btn a{
	    /* border: 1px solid #fff; */
    background: #389307;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0px 1px 4px #848484;
}
.ofr-txt-btn a:hover{
	background: #389307;
    color: #ffffff; text-decoration:none; 
}
.contact-area{ width:100%;padding:140px 0px;background-color: #a7584a;
background:url("../imgs/taxi-bg.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;background-attachment: fixed;}
.contact-area img{width:auto; max-width:100%; height:auto;}
.contact-area-txt{/*position:absolute;*/margin:0px auto;width:100%;text-align:center;}
.contact-area-txt h2{
    font-size: 44px;
    padding:0px 0px;
    font-weight:600;
    color: #ffffff;
     text-shadow: 0px 1px 1px #000; 
    /*line-height: 40px;*/
}
.contact-area-txt h5{
    font-size: 22px;
    padding:0px 0px;
    font-weight:300;
    color: #ffffff;
    line-height: 40px;
}
.contact-area-txt span{font-weight:300;text-transform:none;font-size:34px;color: #ffffff;}
.contact-area-txt span a{color: #ff9b0a;/* text-decoration:underline; */font-weight: 700;}
.srv-cont{
	text-align:center;
	margin-bottom:40px;
}
	.srv-cont img {
		width: 70px;
		height: 70px;
		margin-bottom: 15px;
		display: inline-block !important;
	}
.srv-cont h5{
	font-size: 20px;
    text-transform: none;
    font-weight: 500;
    color: #cdc0b4;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.srv-cont p{
	font-size:16px; font-weight:300;color:#333;padding-bottom:0px; margin-bottom:0px; line-height:18px;
}
.srv-cont-br{
	/*border-right: 1px solid #e7e7e7;*/
}
.srv-cont-br:last-child{
	border-right:none;
}
.faq{}
.faq .card { margin-bottom:15px;}
.faq .card-header{ border-bottom:none;}
.faq .card-header a{ color:#333; font-size:20px; font-weight:500;}
.faq .card-header a i{ margin-right:5px;}
.faq .card-body{ font-size:16px; color:#666; font-weight:500;}
.pkg-hglt{ /*border-radius:8px; overflow:hidden;*/}
.youtube-cont {
    padding: 0% 20%;
    margin: 0 auto;
}
/*.col-no-padd>div {
	float: left;
	padding-left: 0;
	padding-right: 0
}*/
.taxi-col{ padding:20px 10px;}
.taxi-box{ padding: 15px;
    position: relative;
    overflow: hidden;
    background: #fbfbfb;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgb(66 66 66 / 10%);
    transition: all .9s ease-in-out;
    z-index: 1;}
	.taxi-img{ text-align:center; margin-bottom:10px;background: #fff; padding:10px 0px;
    border-radius: 10px;}
	.taxi-img img{ width:auto; max-width:100%; height:150px; border-radius:0px;}
	.taxi-cont{  text-align:center;}
	.taxi-cont h4{margin-bottom: 5px; }
	.taxi-cont h4 a{ font-size:26px; color:#333; font-weight:600;}
	.taxi-cont h5{ font-weight: 400;
    font-size: 16px;
    color: #7c7c7c;
}
.taxi-cont h5 span{ font-weight:600; color:#666
;}
.taxi-cont h5 span:before {
    content: "\f156";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 4px;
}
.book-btn { width:100%;
	/*background: #00a2ff none repeat scroll 0 0;*/
	border: medium none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	margin: 0;
	outline: medium none;
	padding: 10px 10px; text-align:center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s linear 0s; margin-bottom:4px;
	background: #ff7703;
}
.book-btn:hover {
	background: #ff7e23;

	border: medium none;
	color: #fff;
	text-decoration: none;
}
/***************/
.info-pnl{ display:none;
}
.logo-foot{ margin-bottom:15px;}
.logo-foot img{
    width: auto;
    height: 60px;
    padding: 10px;
    /* background: #fffdfe; */
    border-radius: 8px;
    }
footer {
	padding: 5px 0;
	margin-bottom: 0;
	background: #002c51;
	color: #ccc

}
.address {
	position: relative;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 0;
	color: #fff
}
.address i {
	font-size: 18px;
	color: #333;
	font-weight: 600
}
.address i img {
	height: 16px;
	width: 16px
}
.address .address-name {
	font-size: 15px
}
	.address h6 {
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		margin-bottom: 20px;
		color: #f07136;
	}
.address p {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 300;
	color: #cecece;
}
.address p i{margin-right: 0px;
    color: #d8d8d8;
    /* border: 1px solid #cfcfcf; */
    width: 20px;
    border-radius: 50%;
    text-align: left;
    font-size: 14px;
    line-height: 29px;}
.address a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}
.address a:hover {
	color: #fff!important
}
.bdr-rgt{
	border-right:1px solid #343434; height:315px;
}
.pkg-lst ul {
	padding-left: 20px;
}
.pkg-lst ul li {
	color: #666;
	list-style: circle
}
.pkg-lst ul li a {
	font-size: 12px;
	color: #c7c7c7;
	font-weight: 400;
	text-decoration: none;
	line-height: 28px
}
.pkg-lst ul li a:hover {
	text-decoration: underline;
	color: #ec247c
}
.foot-info {
	text-align:left;
	padding: 0px 0px;
	color: #333;
	line-height: 32px;
	font-size: 16px;
	font-weight: 500;
	float:left;
}
.foot-info h5{
	    padding-top: 0;
    color: #c9c9c9;
    font-size: 20px;
    font-weight: 600;
}
.foot-lnk{}
.foot-lnk ul{
    padding-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
    }
.foot-lnk ul li{float:left;width: 50%;list-style: none;padding-bottom: 0px;padding-left: 0px; list-style: circle; color: #686868;}
.foot-lnk li a{font-size: 14px;font-weight:300;color: #c5c5c5;list-style: none;width:100%;display:block;}
.foot-lnk li a:hover{ text-decoration:underline; color:#fff;}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
.footer-bg:after {
    background-image:url(../imgs/taxi-ptrn.png);
    bottom: 0;
    -webkit-animation: bgSlide 20s linear infinite;
    animation: bgSlide 20s linear infinite;
}
.footer-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background-color: #111111;
    background-repeat: repeat-x;
}
.footer-bg { position:relative;
}
.footer-bg img{ width:100%;position: relative;
    top: 2px;}
.foot-cpy {
	text-align: center;
}
.foot-cpy p {
	font-size: 12px;
	color: #7a7a7a;
	margin-bottom: 0;
	padding-bottom: 0;
}
.foot-cpy a {
	font-size: 13px;
	color: #b1afaf;
	padding: 0px 0px 0px 5px;
	margin: 0;
	text-decoration: none
}
.foot-cpy a:hover {
	color: #fff
}
.foot-sbcrb {
	background: #002c51;
	padding: 30px 0
}
.nwslter {
	margin: 0;
	padding: 0 0;
	width: 100%
}
.nwslter h5 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 10px;
	text-transform: none;
	font-weight: 400
}
.nwslter input[type="text"] {
	font-size: 14px;
	margin: 0;
	outline: medium none;
	padding: 12px 10px 12px 10px;
	background: #EBEBEB;
	border: none;
	height: 40px;
	color: #fff;
	width: 71%;
	float: left
}
.nwslter input[type="text"]:focus {
	background: #EBEBEB;
	border: none;
	color: #333
}
.nwslter input[type="submit"] {
	border: medium none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	outline: medium none;
	padding: 8px;
	height: 40px;
	text-transform: uppercase;
	top: 0;
	transition: all 0.5s ease 0s;
	width: auto;
	background: #fb6c53 none repeat scroll 0 0;
	border: 1px solid #fb6c53;
	color: #fff;
	float: left
}
.nwslter input[type="submit"]:hover {
	background: #ee5d43 none repeat scroll 0 0;
	border: 1px solid #ee5d43;
	color: #fff
}
.soclmdia {
	width: 100%;
	text-align: left;
	margin: 0;
	background: none;
	padding: 0 0 0 0
}
.soclmdia h5 {
	font-size: 15px;
	color: #e1e1e1;
	margin-bottom: 0;
	padding-bottom: 10px;
	text-transform: none;    display: inline-block;
	font-weight: 300
}
.soclmdia-social-nav {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 0
}
.soclmdia-social-nav li {
	display: inline-block;
	margin: 0 5px 0px 0px;
	padding: 0
}
.soclmdia-social-nav a {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 0;
	height: 30px;
	width: 30px;
	line-height: 32px;
	margin: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border-radius: 50%
}
.soclmdia-social-nav a i{ line-height:30px;}
.model-2 a {
	margin: 0;
	padding: 0
}
.model-2 .twitter {
	color: #fff;
	background: #00aced
}
.model-2 .twitter:hover {
	color: #fff;
	background: #00aced;
	opacity: .8
}
.model-2 .facebook {
	color: #fff;
	background: #3b579d
}
.model-2 .facebook:hover {
	color: #fff;
	background: #3b579d;
	opacity: .8
}
.model-2 .google-plus {
	color: #fff;
	background: #dd4a3a
}
.model-2 .google-plus:hover {
	color: #fff;
	background: #dd4a3a;
	opacity: .8
}
.model-2 .linkedin {
	color: #fff;
	background: #007bb6
}
.model-2 .linkedin:hover {
	color: #fff;
	background: #007bb6;
	opacity: .8
}
.model-2 .pinterest {
	color: #fff;
	background: #cb2026
}
.model-2 .pinterest:hover {
	color: #fff;
	background: #cb2026;
	opacity: .8
}
.model-2 .youtube {
	color: #fff;
	background: #c4302b
}
.model-2 .youtube:hover {
	color: #fff;
	background: #c4302b;
	opacity: .8
}
.model-2 .tripadvisor {
	color: #fff;
	background: #00AF87
}
.model-2 .tripadvisor:hover {
	color: #fff;
	background: #00AF87;
	opacity: .8
}
.model-2 .instagram {
	color: #fff;
	background: #dc1c66
}
.model-2 .instagram:hover {
	color: #fff;
	background: #dc1c66;
	opacity: .8
}
.model-2 .whatsapp {
	color: #fff;
	background: #24cd63
}
.model-2 .whatsapp:hover {
	color: #fff;
	background: #24cd63;
	opacity: .8
}
.revw-box {
	margin: 0px 15px;
	padding: 15px;
	border: 1px solid #e2e2e2;
    background: #f9f9f9;
	border-radius: 8px;
}
.revw-box-img{
	text-align:center;    float: left;
}
.revw-box-img img{
	width: 40px;
    height: 40px;
    margin: 0px 10px 0px 0px;
    background: #F4F4F4;
    border: 0px solid #fff;
    border-radius: 50%;
}
.revw-box-info{float: left;}
.revw-box-info h6 {
	    font-size: 15px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;padding-top: 0px;
}
.revw-box-info small {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	font-weight: 300
}.revw-box-info small i{ font-size: 13px; font-weight: 300; font-style: normal; }
.revw-box-info small i img{ width: 16px; height: 16px; margin-left: 5px; margin-right: 2px;}
.revw-box p {
	font-size: 15px;
	line-height: 22px;
	color: #040404;
	/* font-style:italic; */
	font-weight: 300;
	margin-bottom:10px; padding-top: 10px;
	padding-bottom:0px;
	text-align:left;display: inline-block;
}
.revw-box p i {
	font-size: 8px;
    color: #4c4c4c;
}
.revw-box h5 {
	font-size: 26px;
	line-height: 22px;
	color: #db723e;
	margin-bottom:0px;
	padding-bottom: 20px;
	padding-top:10px;
	font-weight: 500;
	text-align: center
}
.review-lnk{
	text-align:center;
	margin-bottom: 20px;
}
.review-lnk p{ font-size:14px; text-transform:none;
}
.review-lnk img{
	height:45px; margin:0px 10px;
}
.quote-widget {
    position: fixed;
    z-index: 200;
    right: 0;
    top: 20%
}

.quote-widget h2 {
    position: absolute; text-transform:uppercase;
    right: -56px;
    border-radius: 5px 5px 0 0;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 150px;
    color: #fff;
    background: #d74c26;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.quote-widget h2 i {
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px
}

.quote-widget h2 a {
    display: inline-block;
    color: #fff;
    padding: 12px 0
}

.quote-widget h2.quote-btn {
    margin-top: 200px
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.actninfo11 {
    width: 50px;
    height: 50px;
    /*right: 30px;*/
    bottom: 20px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 58px;
  left: 20px;
}
.actninfo11:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    right: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.actninfo22 {
	width: 50px;
    height: 50px;
   /* right: 30px;*/
    bottom: 85px;
    background: #efb000;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 58px;
	left: 20px;
}
.actninfo22:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    right: -15px;
    background-color: #efb000;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.actninfo11 a, .actninfo22 a{ color:#fff; text-decoration:none;}
.actninfo11 a:hover, .actninfo22 a:hover{ color:#fff; text-decoration:none;}
.actninfo11 i, .actninfo22 i{
    font-size: 28px;
    top: 10px;text-shadow: 0px 1px 3px #6e6e6e;
    position: relative;
    }
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
	float: left
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.grabbing {
	cursor: url(../images/icons/grabbing.png) 8 8, move
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-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-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}
@-webkit-keyframes empty {
0% {
opacity:1
}
}
@-moz-keyframes empty {
0% {
opacity:1
}
}
@keyframes empty {
0% {
opacity:1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-moz-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-moz-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-webkit-keyframes backSlideOut {
25% {
opacity:.5;
-webkit-transform:translateZ(-500px)
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%)
}
100% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%)
}
}
@-moz-keyframes backSlideOut {
25% {
opacity:.5;
-moz-transform:translateZ(-500px)
}
75% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(-200%)
}
100% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(-200%)
}
}
@keyframes backSlideOut {
25% {
opacity:.5;
transform:translateZ(-500px)
}
75% {
opacity:.5;
transform:translateZ(-500px) translateX(-200%)
}
100% {
opacity:.5;
transform:translateZ(-500px) translateX(-200%)
}
}
@-webkit-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px)
}
100% {
opacity:1;
-webkit-transform:translateZ(0) translateX(0)
}
}
@-moz-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-moz-transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
-moz-transform:translateZ(-500px)
}
100% {
opacity:1;
-moz-transform:translateZ(0) translateX(0)
}
}
@keyframes backSlideIn {
0%, 25% {
opacity:.5;
transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
transform:translateZ(-500px)
}
100% {
opacity:1;
transform:translateZ(0) translateX(0)
}
}
@-webkit-keyframes scaleToFade {
to {
opacity:0;
-webkit-transform:scale(.8)
}
}
@-moz-keyframes scaleToFade {
to {
opacity:0;
-moz-transform:scale(.8)
}
}
@keyframes scaleToFade {
to {
opacity:0;
transform:scale(.8)
}
}
@-webkit-keyframes goDown {
from {
-webkit-transform:translateY(-100%)
}
}
@-moz-keyframes goDown {
from {
-moz-transform:translateY(-100%)
}
}
@keyframes goDown {
from {
transform:translateY(-100%)
}
}
@-webkit-keyframes scaleUpFrom {
from {
opacity:0;
-webkit-transform:scale(1.5)
}
}
@-moz-keyframes scaleUpFrom {
from {
opacity:0;
-moz-transform:scale(1.5)
}
}
@keyframes scaleUpFrom {
from {
opacity:0;
transform:scale(1.5)
}
}
@-webkit-keyframes scaleUpTo {
to {
opacity:0;
-webkit-transform:scale(1.5)
}
}
@-moz-keyframes scaleUpTo {
to {
opacity:0;
-moz-transform:scale(1.5)
}
}
@keyframes scaleUpTo {
to {
opacity:0;
transform:scale(1.5)
}
}
.owl-theme .owl-controls {
	text-align: center;
	display: grid
}
.touch-slider .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	line-height: 45px;
	display: inline-block;
	zoom: 1;
	opacity: 0;
*display:inline;
	background: #fff;
	color: #ffbb02;
	filter: alpha(opacity=60);
	margin-top: -30px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out
}
.touch-slider:hover .owl-controls .owl-buttons div {
	filter: alpha(opacity=100);
	opacity: 1
}
.touch-slider .owl-controls .owl-buttons div.owl-prev {
	left: 0
}
.touch-slider .owl-controls .owl-buttons div.owl-next {
	right: 0
}
.touch-slider .owl-controls .owl-buttons div i {
	font-size: 1.8em
}
.touch-carousel .owl-controls .owl-buttons {
	position: absolute;
	top: -38px;
	right: 15px
}
.touch-carousel.projects-carousel .owl-controls .owl-buttons {
	right: 12px
}
.projects-carousel .owl-controls .owl-buttons {
	right: 9px
}
.owl-pagination {
	width: auto;
	left: 0;
	float: left;
	bottom: 5px
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display:inline
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 2px 4px;
	filter: alpha(opacity=50);
	opacity: 1;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out
}
.touch-slider:hover .owl-controls .owl-page span {
	filter: alpha(opacity=100);
	opacity: 1
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: alpha(opacity=100);
	opacity: 1;
	background: #ef9f59
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px
}
.touch-carousel.projects-carousel .owl-controls .owl-buttons {
	right: 12px
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons {
	position: relative;
	top: 0;
	right: 0
}
.touch-carousel.navigation-2.clients-carousel .owl-controls .owl-buttons {
	top: -8px
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
	background-color: #f2f2f2
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons div i, .touch-carousel.navigation-3 .owl-controls .owl-buttons div i {
	color: #666
}
.touch-carousel.navigation-3 {
	padding-top: 45px
}
.touch-carousel.navigation-3.clients-carousel {
	padding-top: 25px
}
.touch-carousel.navigation-3 .owl-controls .owl-buttons {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%
}
.touch-carousel.navigation-2 .owl-controls .owl-buttons div, .touch-carousel.navigation-3 .owl-controls .owl-buttons div {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%
}
.touch-carousel.navigation-3.projects-carousel .owl-controls .owl-buttons {
	right: 9px
}
.touch-carousel .owl-controls .owl-buttons div, .testimonials-carousel .owl-controls .owl-buttons div {
	height: 22px;
	width: 22px;
	line-height: 22px;
	display: inline-block;
	zoom: 1;
*display:inline;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
	margin-left: 4px;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	border: 1px solid #ccc
}
.touch-carousel .owl-controls .owl-buttons div i, .testimonials-carousel .owl-controls .owl-buttons div i {
	font-size: 1.2em;
	color: #ccc;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out
}
.qury-info{ margin-top:15px; width:100%; text-align:center;}
.qury-info h2{ color: #2C8B4A;}
.qury-info h4{ margin-bottom:5px;}
.qury-info p{ margin-bottom:5px;}
.qury-info a{ font-size:22px; font-weight:600;color: #dc7a00;}
.qury-info a:hover{}
.qury-info img{ width: auto; max-width: 100%; height:auto;}
.pg-breadcrumbs {
    background: #dddddd;
    padding: 15px 0px;
    margin-bottom: 0px;
    position: relative;z-index: -1;
}
.pg-breadcrumbs img{ width:100%; height:auto; max-height: 300px; }
.pg-titl-breadcrumb {
  font-size:13px;
  color: #c2bbbb;
  padding:0px 0px;
  position: relative;
  text-align:center;
  /* top: -50px; */
  margin:0px auto;
}
.pg-titl-breadcrumb ul { padding-left:0px; margin:0px; margin-left:0px;
}
.pg-titl-breadcrumb li + li:before {
	padding: 0 5px;
	color: #b2b2b2;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
}
.pg-titl-breadcrumb li { list-style:none; font-weight:400;
	float: left
}
.pg-titl-breadcrumb .actv {
	color: #656565 !important;
}
.pg-titl-breadcrumb li a {
	transition: all 0.4s ease 0s;
	color: #a3a3a3;
}
.pg-titl-breadcrumb li a:hover {
	text-decoration: underline;color: #fff;
}
.pg-in {
    padding: 40px 0px;
    margin: 0px;
    background: #fff;
}
.pg-in .titl h1, .pg-in .titl h2 {
    text-align: left;
    font-size: 30px;
    color: #202020;
    font-weight: 600;
}
.pg-in .titl h1 span{ color: #5a5a5a;
    margin-left: 10px;
    background: #ffe2ab;
    border-radius: 8px;
    padding: 0px 5px;}
.contct ul { margin-left:0px !important; padding-left:0px !important;}
ul.contact-list-01 li {
	position: relative;
	padding-left: 30px;
	list-style:none;
	font-size: 20px;
	font-weight: 400;
	font-weight: 600;
}
ul.contact-list-01 li + li {
	margin-top: 15px;
}
ul.contact-list-01 li h6 {
	line-height: 1.15;
	margin: 0 0 5px;
	padding-top: 4px;
	text-transform: uppercase;
	font-weight: 500;
	color: #666;
}
ul.contact-list-01 li .icon-font {
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	font-size: 16px;
	line-height: 1.45;
}
ul.contact-list-01 li i{ color:#666;}
ul.contact-list-01 li p{ color:#666; font-size:15px; font-weight:300;}
ul.contact-list-01 li a{ color:#333;font-weight:600;}
ul.contact-list-01 li p strong{ color:#333; font-weight:500;}
.contct-btn a{ width:100%;background:#d4811f; color:#fff; font-size:16px; font-weight:600; text-transform:uppercase; padding:10px 20px; border-radius:4px;text-align: center; display: inline-block;transition: all 0.5s ease-out 0s;
}
.contct-btn a:hover{ background:#333; text-decoration:none;
}
.taxi-bkng{padding: 40px 0px;
    margin: 0px;
    background: #fff;}
.taxi-bkng .titl h1, .taxi-bkng .titl h2 {
    text-align: left;
    font-size: 30px;
    color: #202020;
    font-weight: 600;
}
.bkng-info{ /*border-bottom: 1px solid #ccc;*/
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.bkng-info .infoimg{ float:left; width: 40%;}
 .bkng-info .infoimg img{    max-width: 100%;
    width: auto;
    background: #fff;
    height: 120px;
    padding: 5px 10px;
    margin: 0px 0px;
	 border-radius: 8px;}
.infocon{ float:left; width: 60%; text-align: left;}
.infocon .titl{ font-size: 18px; font-weight: 600; color: #333; margin-bottom: 0px;}
.infocon .pkgs-price h2{ text-align: left !important; padding-top: 0px;}
.infocon .pkgs-price h2 span {
    color: #c06510;
    font-size: 17px;
}
.infocon .pkgs-incld ul {
    border-top: none;
    /* border-bottom: 1px solid #e1e1e1; */
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
}
.infocon .pkgs-incld li { text-align: left;}
.pkg-titl{margin-bottom: 15px;}
	.pkg-titl h1{ margin-bottom:10px; font-size:30px; font-weight:700; color:#000;}
	.pkg-titl h4{ font-size:18px; font-weight:400; color:#333;}
	.pkg-bnr{ margin-bottom:15px;border-radius: 8px; overflow: hidden;}
	.pkg-bnr img{ width:100%; height:400px; border-radius: 8px;}
	.tour-plan {
	padding-top: 0px;margin-bottom: 20px;
}
.tour-plan h4 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 700;
	color: #191919;
	margin: 0 0 20px
}
.tour-plan .item-content {
	padding-left: 80px;
	position: relative
}
.tour-plan .item-content:before {
	content: "";
	width: 1px;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #ccc;
	position: absolute;
	top: 0;
	left: 25px
}
.tour-plan .item-content .title {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin-bottom: 14px;
	position: relative;
	padding-top: 14px
}
.tour-plan .item-content .title span {
	position: absolute;
	left: -75px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	background: #e27d30;
	color: #fff;
	z-index: 3
}
.tour-plan .item-content .title:after {
	content: "";
	width: 50px;
	height: 50px;
	border: 1px solid #ca8856;
	position: absolute;
	left: -80px;
	top: 0;
	border-radius: 50%;
	background: #fff
}
.tour-plan .item-content p {
	font-size: 15px;
	color: #555; font-weight:400;
	margin-bottom: 10px
}
.tour-plan .item-content ul {
	padding-left: 30px;
	margin-bottom: 23px
}
.tour-plan .item-content ul li {
	font-size: 14px;
	color: #909090
}
.tour-plan .item-content ul li:last-child {
	margin-bottom: 0
}
.tour-plan .item-content ul li label {
	font-size: 14px;
	color: #555;
	font-weight: 600;
	position: relative;
	margin: 0
}
.tour-plan .item-content ul li label:before {
	content: "\f111";
	font-family: fontawesome;
	color: #0da2ab;
	font-size: 5px;
	position: absolute;
	top: 1px;
	left: -12px
}
.pkgs-note{ margin-bottom:20px;}
.pkgs-note ul{ padding-left:15px;}
.pkgs-note ul li{font-size:15px;color:#333;list-style: none;}
.pkgs-note ul li i{font-size: 11px;color: #c47934;margin-right:5px;}
.pkg-qury{ background:#fff;    box-shadow: 0 10px 30px rgb(0 0 0 / 9%); padding:20px; border-radius:5px;}
input.btn-pkg{
	background: #1c5aad;
	border: none;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	/*max-width: 535px;*/
	padding: 12px 10px;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.btn-pkg:hover{
	background:#134f9e;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
.tblcustm{ margin-bottom: 15px;}
.tblcustm th{    padding: 5px 12px;
    background: #fec756;}
.tblcustm td{ padding: 8px 12px;}
.tblcustm .pric span{color: #393939;font-weight:600;}
.tblcustm .pric span:before {
    content: "\f156";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 4px;
}
/***************/
@media (max-width:1199px) {
/*.form-frnt {
	width:60%;
}*/
}
@media (max-width:992px) {
	.intro-txt {
    width: 100%; display:inline-block;padding-top: 0%;
}
	.bnr-bg img {
    bottom: 0px;
}
.intro-txt h2 {
    font-size: 26px;
}
.intro-txt ul li {
    font-size: 16px;
}
	.msg {
    display: none;
	}
.top-header-lft {
width:40%
}
.top-header-rgt {
width:60%
}
.form-frnt {
	width:100%;
}
.titlebox {
    width: 80%;
}
.srv-cont-br{
	border-right:none; margin-bottom:20px;
}
.ofr-txt {
    text-align: center;
}
.info-pnl{
position: fixed;background:#fff;
    left: 0px; display:block;
    bottom: 0px;
    z-index: 99;
    padding: 0px 0px 0px 0px;
    width: 100%;
}
.info-pnl-box{ margin:0px auto; width:33.3%; float:left; padding:10px 0px; text-align:center;
}
.info-pnl-box:active{ background:#f27011;
}
.info-pnl-box i{ font-size:22px; color:#fff; 
}
.info-pnl-box i img{ height:26px; width:26px;
}
.info-pnl-box p{ color:#fff; text-transform:uppercase; margin-bottom:0px; margin-top:0px; 
}
.info-pnl-box p i{ margin-right:5px; font-size:19px;}
.info-pnl-box a{ font-size:16px; color:#fff; text-decoration:none; font-weight:600;
}
.colr-w{
	background:#07994e;
}
.colr-f{
	background:#38539b;
}
.colr-c{
	background:#df5454;
}
.colr-p{
	background:#f97a14;
}
footer {
    padding-bottom: 50px;
}
.intro-txt h1, .intro-txt h2 {
    font-size: 28px;
    padding-top: 0px;
}
.header {
    background-size: 130%;
    background-position: top;
}
	.plces-col .plceitm {
    width: 30%;
	}
	.titlebox h2 {
     padding: 0px 0px; 
}
	.futr-col-box {
    border-right: none;
    width: 50%; margin-bottom: 10px;
}
}
@media (max-width:768px) {
.top-header-lft {
	width: 30%
}
.top-header-rgt {
	width: 70%
}
/*.suprt p span, .suprt b a {
    display: none;
}*/
.suprt b {
	display:none;
}
.suprt p span img {
    width: 26px;
    height: 26px;margin-right: 0px;
}
.header-info {
    padding: 5px 10px;
}
.form-frnt {
	width:100%;
}
.bdr-rgt{
	border-bottom:1px solid #343434; height:auto; border-right:none; margin:0px 0px; padding:20px 0px;
}
.nwslter{
	margin-top:10px;	
}
.ofr-txt img {
	position:relative;
    margin-top: 0%;
    height: 220px;
    margin-bottom: 20px;
}
.ofr-txt {
    padding: 30px 0px;
    margin: 0px 0px;
}
.ofr-txt-btn {
    text-align: center;
    margin-top: 20px;
}
.info-pnl-box i img{ height:22px; width:22px;
}
.info-pnl-box a{ font-size:14px;
}
.info-pnl-box { padding:5px 0px;
}
.suprt p a i {
    padding-top: 5px;
}
.intro-txt h1, .intro-txt h2 {
    font-size: 24px;
}
.intro-txt h1 strong {
    font-size: 34px;
}
}
@media (max-width:767px) {
	.youtube-cont {
    padding: 0% 0%;
    margin: 0 auto;
}
.photo-block img {
	height: auto;
}
.pkgs-incld img {
    width: 18px;
    height: 18px;
}
.info-pnl-box p i {
    margin-right: 5px;
    font-size: 14px;
}
.bnr-bg img {
    width: auto;
    max-width: 100%;
    height: 90px;
}
.actninfo11 {
    bottom: 40px;
}
.actninfo22 {
    bottom: 90px;
}
	.plces-col .plceitm {
    width: 44%;
}
	.pkg-bnr img {
    height: 340px;
}
}
@media (max-width:599px) {
.pkgs-box-img {
    width: 100%;
}
.pkgs-box-img img{
	height:auto;    padding: 30px 30px 0px 30px;
}
.pkgs-box-detl {
   padding: 0px;
}
.pkgs-box-pric {
    margin:10px 0px 0px 0px;padding:0px 0px;
}
.pkgs-id, .pkgs-price h3, .pkgs-price h2, .pkgs-price p, .pkgs-dtil-btn{
}
.titlebox {
    width: 90%;
}
.titlebox h2 {
    white-space: normal;
}
.titlebox::before, .titlebox::after {
     width:auto;
}
footer {
    padding-bottom: 40px;
}
	.contact-area-txt h2 {
    font-size: 34px;
	}
	.contact-area-txt h5 {
		font-size: 18px;}
}
@media (max-width:576px) {
.form-frnt {
	width:100%;
}
.qury-pnl h1 span {
    font-size: 28px;
}
.titlebox h2 {
    font-size: 26px;
}
.header-logo {
    padding-left: 5px;
}
.header-logo img {
    width: auto;
    height: 50px;
}
.logo-foot img {
    width: auto;
    height: 50px;
}
.suprt {
    padding-top: 10px;
}
.pkgs-incld img {
    width: 24px;
    height: 24px;
}
.pkgs-box-detl h2 a {
    font-size: 18px;
    padding-bottom: 5px;
}
.qury-pnl {
    padding: 20px 0px 40px 0px;
}
.bnr-bg {
    margin-top: 30px;
	margin-bottom: 30px;
}
.quote-widget { /*display:none;*/
}
}
@media (max-width:528px) {
	.pkgs-box2-img {
    width: 100%; margin-bottom:10px;
	}
	.pkgs-box2-img img {
    height: auto;
	}
	.pkgs-box2-detl {
    width: 100%;
    padding: 0px 15px;
}
	.futr-col-box {
    width: 100%;
}
}
@media (max-width:480px) {
}
@media (max-width:469px) {
.logo {
	width: 100%;
	float: none;
	text-align: center;
	padding-bottom: 5px
}
}
@media (max-width:459px) {
.pkgs-box-detl {
    width: 100%;float: left;margin:10px 0px 0px 0px; padding:0px 0px;
}
.pkgs-box-pric {
    width: 100%; float:left;margin:10px 0px 0px 0px;padding:0px 0px;
}

.pkgs-box-detl h2 a{
	font-size:20px; padding-bottom:5px
}
.pkgs-box-detl h5{
	font-size:15px;
}
.pkgs-box-detl p{
	font-size:14px; height:auto;
}
.pkgs-id, .pkgs-price h3, .pkgs-price h2, .pkgs-price p{
	text-align:center;
}
.pkgs-price{ text-align:center;
}
.pkgs-price h2 {
    font-size: 20px;
}
.pkgs-price h2:before {
    font: normal normal normal 17px/1 FontAwesome;
}
.pkgs-price span.old-price {
    font-size: 14px;
}
.pkgs-price span.old-price:before {
    font: normal normal normal 13px/1 FontAwesome;
}

.pkgs-dscnt {
    text-align: right;    text-align: left;
}
.pkgs-dscnt small {
    display: inline; padding-left:5px;
}
.pkgs-dtil-btn{
	text-align:right;
}
.pkgs-btn{
	/*padding:10px 10px; font-size:14px;width: 80%;
    float: left;*/
}
.whtsap-btn {
    width: 19%; float:left;
}
.whtsap-btn span{ display:none;}
.whtsap-btn { height:41px; margin-left:3px; float:right;}
.whtsap-btn i{ font-size:20px; line-height:28px;}
.form-checkbox p {
    padding: 0 5px 0px 20px;
}

}
@media (max-width:414px) {
.nwslter input[type="text"] {
	width: 69%
}
.foot-info {
	font-size: 14px
}
.info-pnl-box i img{ height:20px; width:20px;
}
.info-pnl-box a{ font-size:13px; 
}
.info-pnl-box { padding:5px 0px;
}
.header-logo img {
    width: auto;
    height: 30px;
}
	.plces-col .plceitm {
    width: 42%;
}
}
@media (max-width:528px) {
}
@media (max-width:360px) {
.pkgs-btn {
}
}
@media (max-width:339px) {
.nwslter input[type="text"] {
	width: 66%
}
}
/*@media (max-width:319px) {
}*/

html{
	scroll-behavior:smooth;
}

.logo img{
	width:100%;
}

.dropdown:hover ul {
	display: block;
}

.dropdown ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	z-index: 1000;
}

	.dropdown ul a {
		/*		padding: 10px 12px;
		color: #333;
		display: block;
		text-decoration: none;
		transition: background 0.3s ease;
		width: 180px;*/

		padding: 12px 12px !important;
		color: #333;
		display: block;
		text-decoration: none;
		transition: background 0.3s ease;
		width: 250px;
		font-size: 14px;
		font-weight: 400;
	
	}

		.dropdown ul a:hover {
			color: #ff8900;
			background-color: #2b2b2b;
		}
	.dropdown ul li {
		border-bottom: 1px solid #f0f0f0;
	}
.pg-in h2 {
	padding-left: 20px;
	font-weight: 500;
}


.foot-sbcrb a:hover {
	color: orange !important;
	font-size: 18px;
}

.animate {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

	.animate.visible {
		opacity: 1;
		transform: translateY(0);
	}

.soclmdia-social-nav {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	float: none;
}

.soclmdia {
	width: 100%;
	margin: 0;
	background: none;
	padding: 0 0 0 0;
}

.dropdown ul {
	margin-left:-50px;
}

	@media(max-width:768px) {


		.intro-txt h6 {
			font-size: 15px;
		}

		.dropdown ul {
			left: 50px !important;
		}

		.option {
			flex: auto !important;
		}

		.hedr-top {
			font-size: 13px;
		}

		.foot-info {
			padding-left: 0px !important;
		}

		.contact-area-txt span {
			font-size: 24px;
		}

		.contact-area-txt h2 {
			font-size: 25px;
		}

		.foot-sbcrb .col-xl-3 {
			margin-bottom: 12px !important;
		}

		.foot-info {
			margin-bottom: 10px;
		}

		.navbar-brand img {
			padding: 12px 0px;
		}

		.hedr-top {
			padding: 0px 10px;
		}
	}

	.card-body-alt img{
    width:60px
}

#pageUpBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 10px 15px;
	background-color: #f16a2b;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	display: none;
	z-index:1;
}
.blog h2{
	text-align: left;
	font-size: 30px;
	color: #202020;
	font-weight: 600;
	padding-left:0px;
}

.blog p {
	text-align: left;
}


/*table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 18px;
	text-align: left;
}

th, td {
	padding: 12px;
	border: 2px solid black;
	background: #ffa98233;
}

th {
	background-color: #f17a2bd1;
}

tr:nth-child(even) {
	background-color: #f9f9f9;
}
*/

.table-container {
	width: 100%;
	overflow-x: auto; /* Enables horizontal scroll */
}

table {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px; /* Minimum width to force scroll on smaller screens */
}

th, td {
	padding: 12px;
	border: 1px solid #ccc;
	text-align: left;
}

th {
	background-color: #f2f2f2;
}

@media (max-width: 768px) {
	table {
		font-size: 14px;
	}
}


.custom-slider-container {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.custom-slider {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.custom-slide {
	min-width: 100%;
	transition: opacity 1s;
}

.custom-slide img {
	width: 100%;
	display: block;
}

.custom-buttons {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.custom-prev, .custom-next {
	background: rgba(0,0,0,0.5);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	font-size: 18px;
}

	.btn-floating img{
		display:inline-block !important;
		width:auto;
	}

	.custom-prev:hover, .custom-next:hover {
		background: rgba(0,0,0,0.8);
	}

/*.faq-container {
	max-width: 600px;
	 
}*/

.faq-item {
	background: white;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

.faq-question {
	font-size: 18px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	margin-top: 0;
	font-size: 16px;
	color: #555;
	transition: max-height 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}

.faq-question::after {
	content: '+';
	font-size: 20px;
	transition: transform 0.3s ease-in-out;
}

.faq-item.active .faq-answer {
	max-height: 100px;
	margin-top: 10px;
}

.faq-item.active .faq-question::after {
	content: '-';
	transform: rotate(180deg);
}


@media(max-width:768px) {
	.blog p {
		font-size: 14px !important;
	}

	.blog h2 {
		font-size: 20px !important;
	}

	.blog td {
		font-size: 9px !important;
		font-weight: 600 !important;
	}

	.blog th{
		font-size: 9px;
	}

	.blog h4{
		font-size:17px;
	}

	.pkg-bnr img {
		height: 280px !important;
	}

	.custom-slider-container {
		height: 200px;
	}

	.custom-slide img{
		height:200px;
	}

}


	/****designed by Techno Imagine [www.technoimagine.in]***/