/*
Theme Name: Capture Deals Customized theme
Theme URI: https://hariskhan.com.pk
description: >-
Capture Deals customized theme
Author: Haris Khan
Author URI: http://hariskhan.com.pk
Template: visual-composer-starter
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: Capture-Child
*/

/*======================
   01. Google fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Roboto:wght@300;400;700;900&display=swap');

/*======================
   02. Basic css
========================*/
:root{
	--blue: #00A0D2;
	--yellow: #EDAB56;
	--red: #FF0101;
}
html{
	font-size: 62.5%;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}
footer .container{
	padding-bottom:100px;
}
.social-media-icons ul {
    list-style: none;
    padding: 0;
    text-align: left;
}
.pink {
    color: var(--pink);
}
.social-media-icons a {	
	display: inline-block;
	text-decoration: none;
	padding: 7px ;
}
.bookingmb{
	display:none;
}

#booking .modal-body { 
    padding: 20px;
}
#booking .model-content{
	max-height: 400px;
    overflow: auto;
}
button.close{
	border-radius: 50%;
    font-size: 36px;
    position: absolute;
    right: -2px;
    top: -11px;
    opacity: 100;
    color: white;
    width: 30px;
    height: 30px;
    background: black !important;
    line-height: 0px;
    padding: 0px 0px 12px 0px !important;
    margin: 0 !important;
}
/* online chat button */ 
.chat-btn{
   height: 40px;
    width: 135px;
    display: block;
    position: fixed;
    font-size: 15px;
    cursor: pointer;
    background: #4FCE5D;
    z-index: 200;
    right: 13px;
    bottom: 125px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 5px 0 8px;
    color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 4px 11px 14px -8px rgba(0,0,0,0.71); 
box-shadow: 4px 11px 14px -8px rgba(0,0,0,0.71);
}
.chat-btn:hover{
-webkit-box-shadow: 0px 1px 4px -8px rgba(0,0,0,0.71); 
box-shadow: 0px 1px 4px -8px rgba(0,0,0,0.71);
}
.whatsapp-btn:hover{
-webkit-box-shadow: 0px 1px 4px -8px rgba(0,0,0,0.71); 
box-shadow: 0px 1px 4px -8px rgba(0,0,0,0.71);
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.chat-btn p{
    float: left;
    display: block;
    font-size: 15px;
    cursor: pointer;
    line-height: 37px;
    text-align: left;
    z-index: 200;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 20px 0 4px;
    color: black;
	animation: blinker .5s linear infinite;
}
.chat-btn .fas {

	font-size: 23px;
    padding-top: 7px;
    float: right;
    padding-right: 5px;
	font-weight: 600;
    
}
.call-btn{
   height: 40px;
    width: 135px;
    display: block;
    position: fixed;
    font-size: 15px;
    cursor: pointer;
    background: #4FCE5D;
    z-index: 200;
    right: 13px;
    bottom: 73px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 5px 0 8px;
    color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 4px 11px 14px -8px rgba(0,0,0,0.71); 
box-shadow: 4px 11px 14px -8px rgba(0,0,0,0.71);
}
.call-btn:hover{
-webkit-box-shadow: 0px 1px 4px -8px rgba(0,0,0,0.71); 
box-shadow: 0px 1px 4px -8px rgba(0,0,0,0.71);
}
.whatsapp-btn:hover{
-webkit-box-shadow: 0px 1px 4px -8px rgba(0,0,0,0.71); 
box-shadow: 0px 1px 4px -8px rgba(0,0,0,0.71);
}
.call-btn p{
    float: left;
    display: block;
    font-size: 15px;
    cursor: pointer;
    line-height: 37px;
    text-align: left;
    z-index: 200;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 20px 0 4px;
    color: black;
}
.call-btn .fa {

	font-size: 24px;
    padding-top: 7px;
    float: right;
    padding-right: 10px;
	font-weight: 600;
    
}
.pay-button-ctr{
	display:none;
}
a.pay_button
{
    height: 50px;
    width: 90%;
     font-size: 20px;
    cursor: pointer;
    z-index: 999;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 13px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(
45deg, #067091, #019dcd);
	box-shadow: -2px -5px 19px -6px rgba(0,0,0,0.52);
-webkit-box-shadow: -2px -5px 19px -6px rgba(0,0,0,0.52);
-moz-box-shadow: -2px -5px 19px -6px rgba(0,0,0,0.52);
    color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
     position: inherit;
    bottom: 15px;
}
.whatsapp-btn{
    height: 40px;
    width: 135px;
    display: block;
    position: fixed;
    font-size: 15px;
    cursor: pointer;
    background: #4FCE5D;
    z-index: 200;
    right: 13px;
    bottom: 22px;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 5px 0 8px;
    color: #fff;
    border-radius: 25px; 
    -webkit-box-shadow: 4px 11px 14px -8px rgba(0,0,0,0.71); 
box-shadow: 4px 11px 14px -8px rgba(0,0,0,0.71);
}
.whatsapp-btn p{

    float: left;
    display: block;
    font-size: 15px;
    cursor: pointer;
     line-height: 37px;
    text-align: left;
    z-index: 200;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 20px 0 4px;
    color: black;
}
.whatsapp-btn .fab {
    font-size: 26px;
    padding-top: 5px;
	font-weight: 600;
}




/* Translate */
.switcher {font-family:Arial;font-size:10pt;text-align:left;cursor:pointer;overflow:hidden;width:100px;line-height:17px;}
.switcher a {text-decoration:none;display:block;font-size:10pt;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.switcher a img {vertical-align:middle;display:inline;border:0;padding:0;margin:0;opacity:0.8;}
.switcher a:hover img {opacity:1;}
.switcher .selected {background:#00a0d2 linear-gradient(180deg, #00a0d2 0%, #00a0d2 70%);position:relative;z-index:9999;}
.switcher .selected a {border:1px solid #00a0d2;color:#f7f7f7;padding: 8px 5px;width:151px;}
.switcher .selected a:after {height:16px;display:inline-block;position:absolute;right:5px;width:15px;background-position:50%;background-size:7px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23f2f2f2'/></svg>");background-repeat:no-repeat;content:""!important;transition:all .2s;}
.switcher .selected a.open:after {-webkit-transform: rotate(-180deg);transform:rotate(-180deg);}
.switcher .selected a:hover {background:#00a0d2}
.switcher .option {position: absolute;z-index:9998;border-left:1px solid #00a0d2;border-right:1px solid #00a0d2;border-bottom:1px solid #00a0d2;background-color:#00a0d2;display:none;width:98px;max-height:198px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;overflow-y:auto;overflow-x:hidden;}
.switcher .option a {color:#eaeaea;padding:3px 5px;}
.switcher .option a:hover {background:#748393;}
.switcher .option a.selected {background:#748393;}
#selected_lang_name {float: none;}
.l_name {float: none !important;margin: 0;}
.switcher .option::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#f5f5f5;}
.switcher .option::-webkit-scrollbar {width:5px;}
.switcher .option::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
/* Translate End */
.close{
font-size: 3.5rem;
}
h1{
    text-shadow: 1px 0px 1px #ccc, 0px 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc, 3px 4px 1px #eee, 5px 4px 1px #ccc, 4px 5px 1px #eee, 6px 5px 1px #ccc, 5px 6px 1px #eee, 7px 6px 1px #ccc;
}
.entry-content p a{
	border-bottom: none !important;
}
.entry-content p{
       margin-bottom: 0px;
}
.slick-track{
	padding-bottom: 20px;
}

.glsr-modal{
	display:none;
}
del{
	color: red;
}
.name{
	   font-size: 33px;
   
    height: 8rem;
    width: 8rem;
    border-radius: 50%;
    margin-right: 2.8rem;
    background: blue;
    text-align: center;
    color: white;
    overflow: hidden;
    overflow-wrap: normal;
   
}
.name span{
	padding-left: 11px;
    letter-spacing: 12px;
    overflow: hidden;
    line-break: anywhere;
    line-height: 1.6;
}
.smallheader{
	display: none;
}
.social-media-icons a:nth-child(1) i {
	color: #3b5998;
	font-size:21px;
}
.linko{
	display:none;
}
header{
	padding-top:12px;
	padding-bottom:12px;
}

.social-media-icons a:nth-child(2) i {
	color: #00acee;
	font-size:21px;
}

.social-media-icons a:nth-child(3) i {
	color: #b31217;
	font-size:21px;
}

.social-media-icons a:nth-child(4) i {
	color: #8a3ab9;
	font-size:21px;
}
.btn{
	display: inline-block;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 3rem;
    line-height: 0.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
	.packimagewrapper {
  display: inline-block;
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 12px;

}
.ml-5, .mx-5{

}


.table_price {
	position: absolute;
    top: -6px;
    left: 35%;
    background-color: white;
    padding: 5px 10px 5px 10px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px; 
}

.packimages img{
	width: 100%;
    height: 202px;
    object-fit: cover
}
.packimages .title_price{
	position: absolute;
    left: 17px;
    font-weight: 500;
    font-size: 3.2rem;
    color: white;
    bottom: 12px;
}
.packimages{
	position:relative;
}

.packimages:before{
	content: "";
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ff0a0a0a",GradientType=0);
    width: 100%;
    height: 51%;
    position: absolute;
    top: 100px;
    left: 0;
}
.price_item .para{
margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #867f7f;
    color: #302e2e;
    font-weight: 500;
}
.packtime{
	width:70%;
	float:left;
	padding-left:20px;
}
.packperson{
	width:30%;
	float:right;
	text-align:left
}

.price_item li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    margin-right: 11px;
    color: var(--blue);
}
.btn-whatsapp{
	margin-bottom: 12px !important;
}

.price_item ul{
	padding-bottom: 12px;
    padding-top: 13px;
    padding-left: 12px;
    font-size: 2.4rem;
    line-height: 4rem;
}

.price_item {
	padding:0px !important;
}


.modal-header .close {
    background: red;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}



.btn-label {
	position: relative;
    left: -6px;
    display: inline-block;
    padding: 6px 6px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}
 
.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}
#videopicker{
    position: absolute;
    margin-bottom: 0;
    overflow: hidden;
    bottom: 36px;
	z-index:800;

    }
 




form .input-group.search #search1{
	font-size: 3rem;
    height: 7.48rem;
}
form .input-group.search #search1 {
	height: 7.48rem;
}
.social-media-icons a i:hover{
	color: black;
}
.review_area h3{
padding-top: 20px;
    padding-bottom: 7px;
    font-size: 19px;
}
.glsr-reviews{
flex-wrap: wrap;
    display: flex;
    max-width: 100%;
}
.glsr-visible{
	display:block;
}
.glsr-hidden{
	display:none;
}

.et-db #et-boc .glsr-divi .glsr-hidden, .et-db #et-main-area .glsr-divi .glsr-hidden, .glsr-divi .glsr-hidden {
    display: none;
}
.et-db #et-boc .glsr-divi .glsr-read-more, .et-db #et-main-area .glsr-divi .glsr-read-more, .glsr-divi .glsr-read-more {
    white-space: nowrap;
}
.glsr-divi .glsr-read-more:before {
    content: "\2026";
    margin-left: 0;
    margin-right: .5em;
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px){
	.container.container_xl{
		max-width: 1850px;
	}
	.slick-list{padding:0 10% 0 0 !important;} 
}
.booking{
	position:relative;
    float: right;
    right: 3px;
    top: 3px;
    z-index: 200;
    background: white;


    
}
@media (min-width: 1650px) { 
	.container{
		max-width: 1650px;
	}
	footer .container{
		max-width: 1515px;
	}
	.slick-list{padding:0 10% 0 0 !important;} 
	.packimagewrapper{
	margin-right: 12px !important;
    margin-bottom: 14px !important;
	}
}
@media (min-width: 1400px) and (max-width: 1649.98px) { 
	.container{
		max-width: 1400px;
	}
	html{
		font-size: 53% !important;
	}
		.tour_area .row {
		padding-bottom: 20px;
	}
	.packimagewrapper{
	margin-right: 12px !important;
    margin-bottom: 14px !important;
	}
}
@media (min-width: 1200px) and (max-width: 1399.98px) { 
	.container{
		max-width: 1200px;
	}
	.tour_area .row {
		padding-bottom: 20px;
	}
	html{
		font-size: 44% !important;
	}
	.pay-button-ctr{
	text-align: center;
	padding:20px;
	display:block;
}
	.packimagewrapper{
	margin-right: 12px !important;
    margin-bottom: 14px !important;
	}
	.slick-list{padding:0 10% 0 0 !important;} 
}

@media (max-width: 1199.98px) { 
	html{
		font-size: 35.5%;
	}
	.pay-button-ctr{
	text-align: center;
	padding:20px;
	display:block;
}
	
	.tour_area .row {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 20px;
	}
	.tour_area .row .col, 
	.tour_area .row [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.top_rental .container.container_xl .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.top_rental .container.container_xl .row .col,
	.top_rental .container.container_xl .row [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.slick-list{
		padding:0 10% 0 0 !important;
	} 
	.packimagewrapper{
	margin-right: 12px !important;
    margin-bottom: 14px !important;
	}
	
}

@media (max-width: 991.98px) {
	.ofcavas-menu {
		display: block;
	}
	.top_rental .mt_50,
	.tour_area .mt_50{
		margin-top: 30px;
	}
	.pay-button-ctr{
	text-align: center;
	padding:20px;
	display:block;
}
	.slick-list{padding:0 10% 0 0 !important;} 
	.packimagewrapper{
	margin-right: 12px !important;
    margin-bottom: 14px !important;
	}
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	.hamburger-menu {
		display: block !important;
	}
	header{
padding-top: 0px;
    padding-bottom: 5px;

}
	.price_body{
		display:block !important;
	}
	.booking .wpforms-container{
		display:none !important;
	}
	.bookingmb{
		display:block !important;
	}
	.bookingpc{
		display:none;
	}
	.pay-button-ctr{
	text-align: center;
	padding:20px;
	display:block;
}
	
.price_item .btn-whatsapp{
  text-align: center;
    background: #4FCE5D;
    color: black;
    padding: 8px 30px;
    border-radius: 197px !important;
    font-size: 2.5rem;
	line-height: initial;
    margin: auto;
    display: table !important;
	
}
	.packimagewrapper {
    margin-bottom: 0px !important;
}

.price_item .btn-whatsapp i{
	font-size: 3.8rem;
    padding-right: 10px;
    vertical-align: middle;
    color: white;
}
	h1{
	font-size: 28px;
    }
	.name span {
    padding-left: 6px !important;
    letter-spacing: 8px;
    overflow: hidden;
    line-break: anywhere;
    line-height: 1.2 !important;
}
	.smallheader{
	display: block !Important;
		border-top: 10px solid #0791bc !Important;
}
	.glsr-reviews{
		max-height: 257px !important;
    overflow: auto !important;
	}
	.booking{
		position:relative !Important;
	}
	.mobile_menu{
		position: absolute;
		left: 0;
		background: #fff;
		width: 100%;
		top: 100%;
		padding: 30px 0;
		z-index: 1;
		-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.3);
		        box-shadow: 0 10px 10px rgba(0,0,0,0.3);
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
	}
	.mobile_menu.current{
		visibility: visible;
		opacity: 1;
		pointer-events: all;
	}
	.search_panel i{
		font-size: 22px;
    display: inline-block;
    padding-top: 3px;
	}
	.search_panel i.fa-search{
		margin-right: 14px;
	}
	.logo img{
		max-width: 170px;
	}
	.input-group.search button.btn,
	.input-group.search input {
		height: 40px;
		font-size: 14px;
	}
	.close {
		font-size: 20px;
	}
	.mobile_menu .btn-group{
		display: block;
	}
	.mobile_menu .btn-group button{
		text-align: left;
		width: 100%;
		font-size: 14px;
	}
	.mobile_menu .dropdown-menu {
        position: relative !important;
        width: 100%;
        background-color: transparent;
    }
    .mobile_menu .dropdown-menu.show {
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
                transform: translate3d(0px, 0px, 0px) !important;
	}
	.dropdown-menu a {
		font-size: 13px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.mobile_menu .dropdown-toggle::after {
		right: 1.7rem;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.sticky{
   
	display:block !important;
    
    }
	.price_body{
	
    overflow: auto !important;
	padding: 0px;
}

}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	footer .container{
	padding-bottom:200px !important ;
}
		h1{
	font-size: 28px;
    }
	.name span {
    padding-left: 6px !important;
    letter-spacing: 8px;
    overflow: hidden;
    line-break: anywhere;
    line-height: 1.2 !important;
}
	.smallheader{
	display: block !Important;
		border-top: 10px solid #0791bc !Important;
}
	
	.linko{
		float: right;
    text-align: center;
    padding-top: 4px;
		display:block !Important;
	}
	
	.review_area .col-12{
		display: block;
	}
	.glsr-reviews::-webkit-scrollbar {
  width: 11px;
}
	

	.price_body::-webkit-scrollbar {
  width: 8px;
}

.price_body::-webkit-scrollbar-track {
  background: var(--yellow);
}
.price_body::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 6px;
  border: 3px solid var(--blue);
  }
.glsr-reviews::-webkit-scrollbar-track {
  background: var(--yellow);
}
.glsr-reviews::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 6px;
  border: 3px solid var(--blue);
}
	.glsr-reviews{
		max-height: 277px !important;
    overflow: auto !important;
	}
	.review_area h3{
		padding-top: 16px;
    font-size: 18px;
	}
	.booking{
		position:relative !Important;
	}
	.mt_25{
		margin-top: 16px;
	}
	.mb_25{
		margin-bottom: 16px;
	}
	.pt_25{
		padding-top: 16px;
	}
	#slide1{
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-bottom: 25px;
		border-radius: 8px;
	}
	.home_area{
		padding-top: 0 !important;
	}
	.home_area .mt_40{
		margin-top: 20px;
	}
	.mobile_head{
		cursor: pointer;
		position: relative;
	}
	.mobile_head::before{
		font-family: 'Font Awesome 5 Free';
		position: absolute;
		content: "\f055";
		font-size: 2.8rem;
		color: var(--blue);
		right: 0rem;
		padding-top: 10px !Important;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		font-weight: 700;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		
		padding-right: 15px; 
	}
	.mobile_head[aria-expanded="true"]::before{
		content: "\f056";
	}
	.faq_item{
		width: calc(100% + 30px);
		margin-left: -15px;
		background-color: #EBE7E7;
		margin-top: 5px;
	}
	#faq .accordion button{
		margin-top: 0;
		font-size: 16px;
		font-weight: 700;
		color: #534E4E;
	}
	.faq_item p {
		padding-top: 0;
		padding-bottom: 2rem;
		padding-left: 7.2rem;
		padding-right: 2rem;
		font-size: 14px !important;
		line-height: 19px !important;
	}
	body{
		font-size: 14px;
		line-height: 19px;
	}
	.price_header {
		text-align: center;
	}
	.tour_area .row [class*=col-] {
		padding-left:16px !important;
		
	}

	.slick-list{
		padding:0 15% 0 0 !important;
	} 
	.sticky{
   
	display:block;
    
    }   
	
	
}

@media (max-width: 360.98px) {
	.title{
		font-size: 19px;
		padding-bottom:12px;
	}
		h1{
	font-size: 28px;
    }
	.name span {
    padding-left: 6px !important;
    letter-spacing: 8px;
    overflow: hidden;
    line-break: anywhere;
    line-height: 1.2 !important;
}
	.smallheader{
	display: block !Important;
		border-top: 10px solid #0791bc !Important;
}
	.glsr-reviews{
		max-height: 277px !important;
    overflow: auto !important;
	}
	.booking{
		position:relative !Important;
	}
	#faq .accordion button {
		font-size: 15px;
	}
	.sticky{
   
	display:block !important;
    
    }   
}


/* Responsive End */
body {
	font-family: "Segoe UI", "Open Sans",system,-apple-system,BlinkMacSystemFont,Roboto,Arial,FreeSans, sans-serif;
	font-size: 2.2rem;
	line-height: 3rem;
	background-color: #F6F6F6;
	color: #656E6E;
}
ol,
ul {
	list-style: none;
}
a,
button{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover {
	text-decoration: none;
	color: var(--blue);
}
.w-100 {
    z-index: 30;
}
.rental_box:before{
	content: "";
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 50%,#0a0a0a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ff0a0a0a",GradientType=0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

button:focus,
a:focus,
input:focus,
textarea:focus{
	outline: none;
}
.btn-primary {
	background-color: var(--blue);
	border-color: var(--blue) !important;
}
.yellow{
	color: var(--yellow);
}
.price_item .btn-whatsapp{
		display:none;
	}
	
h4{
	color: #534E4E;
	font-size: 2.8rem;
	line-height: 3.7rem;
	font-weight: 700;
}
/*Hamburger-menu START CSS*/
.hamburger-menu {
	cursor: pointer;
	display: none;
	z-index: 999;
	margin-right: 30px;
}

.hamburger-menu span {
	background: var(--blue);
	width: 30px;
	height: 3px;
	display: block;
	margin: 5px 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hamburger-menu:hover .line-top {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hamburger-menu:hover .line-bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.hamburger-menu .line-top.current {
	-webkit-transform: translateY(200%) rotate(135deg);
	-ms-transform: translateY(200%) rotate(135deg);
	transform: translateY(200%) rotate(135deg);
}
.hamburger-menu .line-center.current {
	opacity: 0;
}
.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-325%) rotate(-135deg);
	-ms-transform: translateY(-325%) rotate(-135deg);
	transform: translateY(-325%) rotate(-135deg);
}

header {
	position: relative;
	-webkit-box-shadow: 0  5px 7px rgba(0,0,0,0.25);
	        box-shadow: 0  5px 7px rgba(0,0,0,0.25);
	background-color: #ffffff;
	
}
header button.btn{
	font-size: 2.2rem;
	padding: 1.4rem 1.7rem;
	line-height: 1;
	border-radius: 1.4rem;
	font-weight: 700;
}
.btn:focus,
.form-control:focus{
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	border-color: inherit;
}
.dropdown-menu a{
	font-size: 1.8rem;
	color: #656E6E;
}
.input-group.search input{
	border: 3px solid var(--blue);
	border-radius: 2.1rem 0 0 2.1rem;
	font-size: 2rem;
	height: 5.48rem;
	z-index: 0 !important;
	padding-left: 9.6rem;
	color: var(--blue);
	caret-color: var(--blue);
}
.input-group.search input::-webkit-input-placeholder{
	color: var(--blue);
}
.input-group.search input::-moz-placeholder{
	color: var(--blue);
}
.input-group.search input:-ms-input-placeholder{
	color: var(--blue);
}
.input-group.search input::-ms-input-placeholder{
	color: var(--blue);
}
.input-group.search input::placeholder{
	color: var(--blue);
}
.input-group.search button.btn{
	font-weight: 400;
	border-radius: 2.1rem !important;
	padding: 1.5rem 3rem;
	height: auto;
	margin-left: -2rem;
	z-index: 1;
}
.input-group.search label{
	position: absolute;
	left: 3.6rem;
	top: 50%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: var(--blue);
}
.title{
	font-size: 3.4rem;
	line-height: 4.6rem;
	color: #534E4E;
	font-weight: 700;
	padding-bottom:10px;
	width: 75%;
    display: contents;
}
/*home area*/
.home_area{
	padding: 6rem 0 2.8rem;
}
.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 2rem;
}
.breadcrumb li,
.breadcrumb li a{
	color: #686B6B;
}
.breadcrumb li a:hover{
	color: var(--blue);
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">";
}
#slide1{
	border-radius: 3.9rem;
	overflow: hidden;
}
#slide1 img{
	max-height: 67rem;
}
#slide1 .carousel-indicators li {
	width: 1.6rem;
	height:1.6rem;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	border-radius: 50%;
	background-color: #FFFFFF;
	border: none;
	margin-bottom: 2rem;
}
.spy{
	padding: 4.2rem 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}
#spy{
	border: 1px solid #707070;
}
#spy ul li a{
	color: #534E4E;
	font-size: 2.6rem;
	line-height: 3.4rem;
	padding: 2rem 3.4rem;
	border-right: 1px solid #707070;
	border-radius: 0;
}
#spy ul li a.active,
#spy ul li a:hover{
	background-color: transparent;
	color: var(--blue);
}
#spy ul li:last-child a{
	border-right: none;
}
.review_area{
	background-color: #FFFFFF;
	padding: 2.8rem 0;
}
.review_area .media img{
	height: 11rem;
	width: 11rem;
	border-radius: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-right: 2.8rem;
}
.review_area p{
	font-size: 2.6rem;
	line-height: 3.7rem;
	color: #534E4E;
}
.price_box{
	border: 1px solid #1C1B1B;
	border-radius: 1rem;
	color: #534E4E;
}
.red{
	color:var(--red) !important;
}
.price_header{
	background: var(--blue);
    padding: 1rem 4.5rem;
    border-bottom: 1px solid #707070;
    color: white;
	margin-bottom: 22px;
	
}
.price_header h4{
	color:white;
}
.price_body{
 	border-radius: 30px;
    padding: 0px !important;
   	border-left: 1px solid #b3b2b2;
    border-right: 1px solid #b3b2b2;
    border-bottom: 1px solid #b3b2b2;
	margin-bottom: 20px;
	display:none;
}
.price_item{
	border-bottom: 1px solid #707070;
	padding: 2.25rem 0;
}
.price_item:last-child{
	border-bottom: none;
}
.price_box .para{
	font-size: 2rem;
	line-height: 2.7rem;
	padding-bottom:7px;
}
.price_box span strong{
	color: var(--red);
}
.price_box .title_price{
	font-weight: 400;
	font-size: 2.6rem;
	line-height: 3.5rem;
	color: #534E4E;
}
.price_item input{
	display: none;
}
.price_item label{
	position: relative;
	padding-left: 8.4rem;
	cursor: pointer;
}
.price_item label::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	height: 4rem;
	width: 4rem;
	border-radius: 50%;
	border: 1px solid #707070;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.price_item input:checked + label::before{
	border-color: var(--blue);
}
.price_item input:checked + label::after{
	position: absolute;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	color: var(--blue);
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 4rem;
	border-radius: 50%;
}
.contact_box{
	border: 1px solid #707070;
	padding: 1.2rem 0;
	margin-top: 2rem;
}
.contact_box a{
	font-size: 2rem;
	color: #534E4E;
	line-height: 2.7rem;
}
.contact_box a i {
	margin-right: 1.8rem;
	font-size: 3.8rem;
	line-height: 3.8rem;
	vertical-align: sub;
}
.contact_box a{
	display: inline-block;
	padding: 0 1.3rem;
	height: 5.8rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contact_box a.contact{
	border-right: 1px solid #707070;
}
.contact_box a i.fa-phone-square-alt {
	color: var(--blue);
}
.contact_box a i.fa-whatsapp-square {
	color: #25D366;
}
.booking_area{
	padding: 2rem 0 2.8rem;
}
.booking_area h4{
	margin-top: 2.5rem;
	padding-bottom: 1.5rem;
}
.booking_area ul li{
	margin-top: 1.4rem;
	font-size: 2.6rem;
	color: #534E4E;
	line-height: 3.5rem;
}
.booking_area ul li i{
	font-size: 2.8rem;
	color: var(--blue);
	min-width: 2.9rem;
	text-align: center;
	margin-right: 3rem;
}
.overview{
	padding: 2rem 0 2.8rem;
}
#info ul li{
	margin-top: 0.5rem;
}
.internery_area{
	padding: 2rem 0 2.8rem;
}
.internery_box{
	position: relative;
	z-index: 1;
}
.internery_box::before {
	position: absolute;
	content: '';
	left: 2.3rem;
	height: 80%;
	width: 1px;
	background-color: #707070;
	z-index: -1;
}
.inter_item {
	max-width: 100rem;
}
.inter_item h4{
	padding-left: 8.5rem;
	margin-top: 3.2rem;
	margin-bottom: 2.5rem;
	position: relative;
}
.inter_item p{
	padding-left: 8.5rem;
	font-size: 2.6rem;
	line-height: 3.5rem;
}
.inter_item h4 span {
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: -1.8rem;
}
.inter_item h4 i{
	height: 4.6rem;
	width: 4.6rem;
	border-radius: 50%;
	border: 1px solid #707070;
	text-align: center;
	line-height: 4.6rem;
	font-size: 2.8rem;
	color: var(--blue);
	z-index: 1;
	background-color: #ffffff;
	margin: 1.5rem 0;
}
#faq .title{
	padding-bottom: 1rem;
}
#faq .accordion button{
	background-color: #EBE7E7;
	padding: 2rem 2rem 2rem 7.2rem;
	width: 100%;
	border: none;
	margin-top: 2rem;
	position: relative;
}
#faq .accordion button::before{
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: "\f055";
	font-size: 2.8rem;
	color: var(--blue);
	left: 2.7rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-weight: 700;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#faq .accordion button[aria-expanded="true"]::before{
	content: "\f056";
}
.faq_item p{
	font-size: 2.1rem;
	line-height: 3.1rem;
	color: #534E4E;
	padding-left: 2.7rem;
	max-width: 65.3rem;
	padding-top: 2rem;
	padding-bottom: 0.5rem;
}
.tour_area{
	padding: 1.5rem 0 0 3px;
}
.tour_area .row{
	
}
.tour_area .row .col,
.tour_area .row [class*=col-]{
	
}
.tour_box{
	border-radius: 4.8rem;
	background-color: #ffff;
	overflow: hidden;
	position: relative;
	 box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
 .tour_box:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.tour_img{
	overflow: hidden;
	border-radius: 4.8rem 4.8rem 0 0;
	position: relative;
}
.tour_img img{
	width: 100%;
	height: 38.5rem;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.tour_box:hover .tour_img img{
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}
.tour_img .support_box{
	position: absolute;
	top: 1.7rem;
	right: 2.5rem;
}
.tour_img .support_box a{
	font-size: 2.8rem;
	color: #FCFCFB;
	margin: 0 0.9rem;
}
.tour_body{
	padding: 4.7rem 2.5rem 3.3rem;
	position: relative;
}
.tour_body h4{
	font-weight: 400;
	margin-bottom: 1.5rem;
	height: 27px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.more_content {
	margin-top: 2.4rem;
}
.more_content p strong{
	font-size: 2.8rem;
}
.more_content .more{
	color: #ffffff;
	background-color: var(--blue);
	padding: 1rem 2rem;
	border-radius: 1.8rem;
	line-height: 3rem;
}
.more_content .more:hover{
	background-color: #0069d9;
}
.trending{
	position: absolute;
	left: 2.5rem;
	top: 1rem;
}
.blue{
	color: var(--blue);
}
.top_rental{
	padding: 4.5rem 0 7rem;
}
.top_rental .container.container_xl .row{
	margin-left: -25px;
	margin-right: -25px;
}
.top_rental .container.container_xl .row .col,
.top_rental .container.container_xl .row [class*=col-]{
	padding-left: 25px;
	padding-right: 25px;
}
.rental_box{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 45.8rem;
	padding: 3.4rem 2.5rem;
	position: relative;
}
.rental_box h4{
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 2rem;
}
.rental_box p,
.rental_box span{
	color: #ffffff;
	margin-bottom:0px;
}
/*Footer start*/
footer{
	background-color: #4A4848;
	padding-top: 2rem;
}
footer .title{
	border-bottom: 1.7rem solid var(--blue);
	color: #F5F2F2;
	max-width: 39.5rem;
	margin-bottom: 4rem;
	padding-bottom: 1rem;
}
footer ul li a{
	line-height: 4.9rem;
	color:#fff;
	text-decoration: none;
}
.footer-bottom{
	background-color: #101010;
}
.footer-text{
	padding: 3.5rem 0;
	color: #fff;
}

/*return-to-top START CSS*/

.back-to-top {
	font-size: 2.4rem;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.3rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 50%;
	background: var(--blue);
	z-index: 1000;
}
/* Floating Call to Action */ 
.sticky{
        background: #DF1B1C;
        position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    height: 94px;
    z-index: 1000;
	display:none;
    
    }   
    .sticky img {
        top: -39px;
    position: relative;
    display: table;
    text-align: center;
    z-index: 99999;
    margin: 0 auto;
    width:64px;
    } 
    .sticky .col-md-2{
        display: inline-block;
        width:50%;
		    padding-top: 3px;
    }
    .sticky i {
        text-align: center;
    /* padding-left: 106px; */
    display: block;
    font-size: 24px;
    padding-top: 8px;
    }
    .sticky strong {
        display: block;
    text-align: center;
    }
    .sticky p {
        display: block;
    text-align: center;
    }
    .sticky .WhatsApp-fixed{
	color:white;
    padding: 7px;
    top: -65px;
    background: #26D367;
    }
     .sticky .call-fixed{
		 color:white;
    padding: 7px;
    top: -65px;
    background: #00a0d2;
    }
    .sticky .online{
        top: -90px;
    position: relative;
    display: table;
    text-align: center;
    z-index: 99999;
    margin: 0 auto;
    width: 64px;
    background: #31a24c;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -24px;
}
    
/* Floating End Here */

.back-to-top i {
	color: #fff;
}
.card-loader {
	z-index: 40;
	background-color: #fff;
	position: absolute;
	margin-bottom: 0;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}
.card-loader:only-child {
  margin-top: 0;
}
.card-loader:before {
    content: "";
    height: 60%;
    display: block;
    background-color: #ededed;
    box-shadow: -10px 30px 0 -10px #ffffff, -48px 78px 0 -48px #ededed, -60px 113px 0 -60px #ffffff, -75px 116px 0 -53px #ededed;
}
.card-loader:after {
  content: "";
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-name: loader-animate;
  animation-timing-function: linear;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.logo img {
    max-width: 170px;
    min-height: 54px;
}
.home_area .order-sm-2{
	overflow: hidden;
    position: relative;
	min-height:230px;
}

.gallery-loader {
	background-color: #fff;
    position: absolute;
    margin-bottom: 0;
    height: 240px;
	min-height:240px;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
}


.gallery-loader:only-child {
  margin-top: 0;
}
.gallery-loader:before {
    content: "";
    height: 100%;
    display: block;
    background-color: #ededed;
   /* box-shadow: -10px 30px 0 -10px #ffffff, -48px 78px 0 -48px #ededed, -60px 113px 0 -60px #ffffff, -75px 116px 0 -53px #ededed; */
}
.gallery-loader:after {
  content: "";
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-name: loader-animate;
  animation-timing-function: linear;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 81%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
}

@keyframes loader-animate {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}



/* HORIZONTAL */

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  6% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  12% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  18% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  24% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  30% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  36% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  6% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  12% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  18% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  24% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

  30% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  36% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.fa-whatsapp.animated,
.fa-whatsapp.animated-hover:hover,
.faa-parent.animated-hover:hover > .fa-whatsapp {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}
.fa-phone-alt.animated,
.fa-phone-alt.animated-hover:hover,
.faa-parent.animated-hover:hover > .fa-phone-alt {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}

