
/*@import url('https://fonts.googleapis.com/css?family=Sintony:400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,700&display=swap');
.container, header, header:before, .logo, .menuzord-menu > li > a, .btn, .btn:before, .btn:after, .slider .caption-wrap, .hotels .item, .hotels .item img, .tours .item .detail, .tours .item .image img, .menuzord-menu > li > a .indicator, footer a, .side-category a:before, .side-category a:after, .room-type .item .facilities, .itinerary .day a span, .itinerary .day a .title{-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
   -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
}
.package-detail .nav-tabs .nav-link{
	-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
   -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
     -o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */

-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
   -moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
     -o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
        transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */}
body{
	font-family:"Titillium Web", Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color:#fff;
	font-size:14px;
	line-height: 1.5;
	}

p{
	font-weight: normal;}
a{
	color:#000;
	}
a:hover, a:focus{
	color:#252525;
	text-decoration:none;}
img {
    image-rendering: -moz-optimize-contrast;
    image-rendering: -o-optimize-contrast;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}
.cover-size{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;}
.btn{
	    position: relative;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: #0098da;
    padding: 8px 20px;
    border: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);}

.btn:hover{
	color:#fff;
	}
.btn:before{
    content: "";
    position: absolute;
    height: 41px;
    bottom: -71%;
    right: 0;
    left: -60%;
    background-color: rgba(0, 0, 0, 0.06);
    transform: rotate(12deg);
    -webkit-transform: rotate(12deg);}
.btn:after{
content: "";
    position: absolute;
    height: 41px;
    bottom: -71%;
    left: 0;
    right: -60%;
    background-color: rgba(0, 0, 0, 0.09);
    transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);}
.btn:hover:before, .btn:hover:after{
	 transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	height:30px;}
.readmore{
	color: #f56868;
	font-weight:bold;
	margin-left:5px;
	font-size:12px;}

.title-main {
    margin-top: 30px;
    margin-bottom: 6px;
    font-size: 26px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #0098da;
    text-align: center;
}

header{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
	z-index:99;
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-x;
	background-position:bottom center;
    backdrop-filter: blur(5px) brightness(0.5);
}
header.smaller{
	background-color:#34424d;
	border-bottom-color: rgba(0, 0, 0, 0);}

.logo{
  width: 160px;
  display: block;
  position: relative;
  margin: 0px 0;
  background-color: #fff;
  padding: 5px 15px;
	}

.logo img{
    width: 100%;
	}


.smaller .logo {
    width: 120px;
}

header.smaller .menuzord-menu > li > a {
    padding: 14px 8px;
}
header.smaller .menuzord-menu > li > a .indicator {
    bottom: 8px;
}
.social a {
color: #fff;
    border-radius: 100px;
    display: inline-block;
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}

header .phone i{
	text-align: center;
    font-size: 15px;
    border: solid 2px #52658c;
    border-radius: 100px 0 0 100px;
    border-right: none;
    height: 29px;
    line-height: 25px;
    padding: 0 16px 0 10px;
    margin-right: -12px;
    vertical-align: middle;
}
header .phone span{
    vertical-align: middle;
    border: solid 2px #52658c;
    border-radius: 100px;
    line-height: 23px;
    padding: 0px 10px 2px;
    display: inline-block;
    background-color: #52658c;
}
header .phone a{
	display:block;
	white-space: nowrap;}
header .phone a.phone-no{
	font-size:20px;
	font-weight:bold;
	color: #ffcc29;
	margin-top: -4px;}
header .phone a.email{
	font-size: 13px;
    font-weight: lighter;
    margin-top: -4px;
	color: #fff;}
header.smaller .phone{
    padding-top: 4px;
    padding-bottom: 3px;
	}


.slider{
	position:relative;
	background-color:#000;
}
.slider .item{
	max-height:700px;
	margin-bottom:0;}

.slider .caption-wrap {
    position: absolute;
    left: 0;
    top: 65px;
    right: 0;
    bottom: -50px;
	opacity:0;
	visibility:hidden;
	transition-delay:.4s;
}
.slider .owl-item.active .caption-wrap{
	opacity:1;
	bottom:0;
	visibility:visible;}
.slider .caption {
    color: #fff;
    text-align: center;
	max-width: 450px;
}
.slider .caption .title{
	font-size:34px;}
.slider .caption p{
	font-size:15px;}

.form-safarii{
    position: relative;
    z-index: 1;
    margin: 0;
    margin-top: -43px;
	background-color: #fff;}
.form-box {
	background-color: #52658c;
    position: relative;
    z-index: 1;
	padding:0;
	background-image:url(../images/form-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.form-box .title{
	font-size: 14px;
    padding: 14px 15px 9px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;}
.form-box .title small{
    white-space: nowrap;
    margin-right: 10px;
	line-height: 1.5;
}
.form-box .form-control{
	padding-left:40px;
	background-color:transparent;
	border-radius:0;
	border-top:none;
	border-left:none;
	border-right:none;
	color:rgba(255, 255, 255, .5);
	border-bottom-color:rgba(0,0,0,.18);
	height: calc(2.21em + .75rem + 2px);}
select option{
	color:#333;}
.form-control:focus{
	color:#fff;
	box-shadow:none;
	border-bottom-color:rgba(0,0,0,.30);}
.form-box textarea.form-control{
	height:auto;
	color:#fff;}
.form-box textarea::placeholder{
	color:rgba(255, 255, 255, .5);}

.form-box .form-group{
	position:relative;
	margin-bottom:0;}
.form-box i{
    color: #ffffff;
    width: 30px;
    position: absolute;
    left: 20px;
    z-index: 1;
    top: 17px;
}


.form-box label{
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;}
.form-box .btn{
    border-radius: 0;
	padding: 18px 20px;
    background-color: rgba(0, 152, 218, 0.8);
    text-transform: uppercase;
}




.form-box input::placeholder {
    color:rgba(255, 255, 255, .5);
}

input[type="text"]{color: #fff;}


.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #12af9a;
	background-color: #fff;
    width: 18px;
    height: 18px;
	margin-top: 4px;
    float: left;
	overflow:hidden;
    margin-right: 10px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .fa,
.radio .cr .fa {
    position: absolute;
    font-size: 9px;
	color:#26b5fa;
left: -1px;
    top: -1px;
    width: 18px;
    height: 18px;
    padding-top: 4px;
    text-align: center;
}

.radio .cr .fa:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
    background-color: #fff;
    border-radius: 100px;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .fa,
.radio label input[type="radio"] + .cr > .fa {
    transform: scale(0);
	-webkit-transform: scale(0);
    opacity: 0;
    transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;

}

.checkbox label input[type="checkbox"]:checked + .cr > .fa,
.radio label input[type="radio"]:checked + .cr > .fa {
    transform:  scale(1);
	-webkit-transform:  scale(1);
    opacity: 1;
	margin-left: 0px;
}
.radio label input[type="radio"]:checked + .cr > .fa:before {
    background-color: #12af9a;
}
.radio label input[type="checkbox"]:checked + .cr > .fa{
    color: #12af9a;
}
.checkbox label:hover input[type="checkbox"] + .cr > .fa, .radio label:hover input[type="radio"] + .cr > .fa{
	transform: scale(1) ;
	-webkit-transform: scale(1);
	opacity: 1;
	color: #fff;
	background-color:#ffb317;
}
.checkbox label:hover input[type="checkbox"]:checked + .cr > .fa{
	color: #12af9a;}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.radio label, .checkbox label {
    margin-right: 20px;
	padding-left:0;
}
.form-box .radio{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #12af9a;
    border-radius: 0px 5px 5px 0px;
}
.form-box .radio label, .form-box .checkbox label {
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 8px;
    height: 100%;
}
.safari .item{
	position:relative;
	}
.safari .item .image{
	position:relative;
	margin: 12px 0;

	}
.safari .item:before {
    content: "";
    position: absolute;
    left: 156px;
    top: 0px;
	bottom:0px;
    width: 1px;
    background-color: #0098da;
    z-index: -1;
}
.safari .item .image:after {
    content: "";
    position: absolute;
    right: -4px;
    top: -4px;
    width: 197px;
    height: 197px;
    border-radius: 100%;
    background-color: #0098da;
    padding: 0;
    z-index: -1;
}
.safari .item:first-child{
	border-bottom:dashed 1px #eee;}
.safari .detail{
	padding-top:15px;
	padding-bottom:15px;
	line-height: 20px;}
.safari-price span i{
	font-size:15px;
	margin-right:5px;}
.safari-price span{
	color:#52658c;
	font-size:20px;}
.rating-stars{
	padding:0;
	margin-bottom: 5px;}
.rating-stars li {
    display: inline-block;
    color: #ffb317;
    font-size: 12px;
    margin: 2px;
}
.zone-wrap{
	margin:30px 0;}
.zone-wrap ul.nav li{
	padding:0 1px;}
.zone-wrap .nav .btn{
	display:block;
	border-radius:0;
	font-weight:bold;
	overflow:visible;
	background-color:#fff;
	color:#0098da;
	box-shadow: inset 0 0 0 1px #0098da;
}

.zone-wrap .nav .btn.active{
	background-color:#52658c;
	color:#fff;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.zone-wrap .nav .btn:before{
    height: 20px;
    width: 20px;
    margin-left: -10px;
    bottom: -26px;
    left: 50%;
    background-color: #ffffff;
    border-left: solid 2px #52658c;
    border-top: solid 2px #52658c;
    transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);}

.zone-wrap .nav .btn.active:before{
    height: 20px;
    width: 20px;
    margin-left: -10px;
    bottom: -26px;
    left: 50%;
    transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);}
.zone-wrap .nav .btn:after{
	display:none;}
.zone-wrap .tab-content{
    border: solid 2px #52658c;
    padding: 15px;
	background-image:url(../images/pattern.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.zone-wrap .title{
	color: #52658c;
	font-weight:bold;}
.zone-wrap .image{
	border-radius:100%;
	overflow:hidden;
	box-shadow: 0 0 0 4px #52658c;
	}

.zone-wrap .image img{
	max-width:100%;
}
.hotel-wrap .desc-wrap{
	position: relative;
    z-index: 1;
    padding: 1px 0 10px;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.57));
    background-color: #fff;
	}
.hotel-wrap .desc-wrap:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    margin-left: -10px;
    bottom: -10px;
    left: 50%;
    background-color: #ffffff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.hotel-items{
	background-image:url(../images/hotel-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	padding:40px 0 20px;}
.hotel-items:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2NkYGCYycDAkM7IAAUADJEBA39dVm0AAAAASUVORK5CYII=
   ) repeat;}
.hotels .item{
	margin-bottom:30px;}
.hotels .item:hover{
	box-shadow:0 0 0 4px #fff;}
.hotels .item .image{
	display:block;
	background-color: #52658c;}
   .hotels .item .image img{
	   width:100%;}
.hotels .item:hover .image img{
	opacity:.7;}
 .hotels .item .title{
	 font-size:20px;
	 font-weight:bold;
	 color:#0098da;}
 .hotels .item .detail-block{
	position: relative;
    min-height: 170px;
    background-color: #fff;
    padding-top: 1px;}
 .hotels .item .facilities{
	 background-color:#52658c;
	 width:45px;
	 top:0;
	 bottom:0;
	 position:absolute;}
.hotels .item .facilities .align-self-center{
	width:100%;}
.hotels .item .facilities small{
	position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.74);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    padding: 2px 0;}
.hotels .item .facilities span {
	margin: 5px 0;
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 19px;
    text-align: center;
    color: #FFF;
}
.hotels .item .detail{
	background-color: #fff;
    margin-top: -40px;
    margin-left: 45px;
    padding: 10px 10px 15px;
	position:relative;}

.hotels .item p {
    padding-left: 34px;
    margin-left: -15px;
    margin-bottom: 10px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
}
.hotels .item p i {
    position: absolute;
    color: #d8d8d8;
    margin-left: -22px;
    margin-top: 3px;
    font-size: 17px;
}
.price-block{
	margin-bottom:15px;}
.price-block .save {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 7px 12px 4px 8px;
	border-radius:5px 0 0 5px;
	line-height: 1.2;
	color: #4e4e4e;
	margin-right:-6px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcc29+0,ffcc29+79,b7a333+100 */
background: rgb(255,204,41); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,204,41,1) 0%, rgba(255,204,41,1) 79%, rgba(183,163,51,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,204,41,1) 0%,rgba(255,204,41,1) 79%,rgba(183,163,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,204,41,1) 0%,rgba(255,204,41,1) 79%,rgba(183,163,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc29', endColorstr='#b7a333',GradientType=1 ); /* IE6-9 */

}
.price-block .save small {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}
.hotels .price{
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    padding: 4px 0 0;}
.hotels .price span{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px;}
.hotels .price .from{
    margin-right: 10px;
}
.hotels .price .from span{
	background-color: #e8e8e8;
    color: #52658c;
    line-height: 1;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
    text-align: center;}
.hotels .price .from s{
    display: block;
    padding: 0 7px;
	position:relative;
	color: #848484;
	text-decoration:none;}
.hotels .price .from s:before {
	content: "";
    position: absolute;
    left: 3px;
    right: 4px;
    top: 11px;
    height: 1px;
    background-color: #6d6d6d;
}
.hotels .price .from i{
	font-size:12px;
	margin-right:4px;}
.hotels .price big{
    color: #52658c;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    padding-right: 10px;
    display: block;}
.hotels .price big i{
    font-size: 16px;
    margin-right: 4px;}
.hotels .price big span{
	color: #0098da;
	font-weight:normal;}
.tour-wrap{
	padding: 9px 0 40px;}
.tour-wrap .tours{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding-top:20px;
	margin-left:-5px;
	margin-right:-5px;}

.tour-wrap .item-block{
	padding:5px;}
.tour-wrap .item-block:nth-child(1){
	width:50%;}
.tour-wrap .item-block:nth-child(2), .tour-wrap .item-block:nth-child(3){
	width:25%;}
.tour-wrap .item-block:nth-child(4), .tour-wrap .item-block:nth-child(5), .tour-wrap .item-block:nth-child(6){
	width:33.333333%;}
.tours .item .detail{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1;}
.tours .item:hover .detail{
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
	opacity:0;
}
.tours .item{
	position:relative;
	height:100%;
	overflow:hidden;}
.tours .item a{
	display:block;
	height:100%;}
.tours .item .image{
	height:100%;}
.tours .item .image img{
	transform:scale(1);
	-webkit-transform:scale(1);}
.tours .item:hover .image img{
	transform:scale(1.15);
	-webkit-transform:scale(1.15);}
.tours .item .detail .title{
	color: #fff;
    font-size: 18px;
    background-color: rgba(0,0,0,0.75);
    padding: 3px 15px 5px;
    text-align: center;
	margin-bottom: 10px;}
.tours .duration {
    background-color: #52658c;
    box-shadow: 0 0 0 2px #52658c;
    border-radius: 100px;
	overflow:hidden;
	margin-left: 10px;
    margin-bottom: 10px;
}
.tours .duration span{
background-color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;}
.tours .duration .days{
    font-size: 22px;
    color: #ffcc29;
    font-weight: bold;
    padding: 0px 18px;
    line-height: 22px;}
.tours .duration .days small{
	font-size:14px;}
.tours .duration i{
    color: #fff;
    margin: 4px -8px;
    font-size: 16px;}
.tourprice{
	background-color: #ffcc29;
    padding: 5px 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    border-radius: 5px;
}
.tourprice span{
	color: #fff;
    font-size: 12px;
    font-weight: bold;}
.tourprice big{
    color: #52658c;
    display: block;
    font-size: 18px;
    font-weight: bold;}
.tourprice big i{
	font-size:12px;
	margin-right:4px;
}
.about-wrap{
		/* background-image:url(../images/tour-bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:fixed; */
	}
.about-bg{
	/* background-image:url(../images/footer-top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain; */
	margin-bottom:-1px;
	border-top:solid 2px #52658c;
	border-left:solid 2px #52658c;
	border-right:solid 2px #52658c;
	padding-left: 15px;
    padding-right: 15px;}
.about{
	text-align:center;
	margin-bottom:70px;}
.about .image{
	padding:15px;
	margin-bottom:15px;}
.about img{
max-width: 100%;
    box-shadow: 0 0 0 7px #ffffff, 0px 2px 15px rgba(0, 0, 0, 0.75);
	}
.why-us{
	list-style:none;
	padding:0;}

.why-us .item{
	margin:15px 0 30px;
background-color: #f0f0f0;
    overflow: hidden;
    border-radius: 100px;}
.why-us .item .icon{
	width:80px;
	position:relative;
	color:#fff;
	font-size:25px;
	z-index:0;
	text-align: center;}
.why-us .item .icon:before {
    content: "";
    position: absolute;
    top: -40px;
    bottom: -40px;
    right: 0;
    left: -40px;
    background-color: #ebba1f;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
	z-index:-1;
}
.why-us .item .icon:after {
    content: "";
    position: absolute;
    top: -40px;
    bottom: -40px;
    right: 0;
    left: -40px;
    background-color: #ffcc29;
    transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
	z-index:-1;
}
.why-us li:nth-child(2) .icon:before, .why-us li:nth-child(4) .icon:before {
    position: absolute;
    right: -40px;
    left: 0;
    transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
}
.why-us li:nth-child(2) .icon:after, .why-us li:nth-child(4) .icon:after {
    position: absolute;
    right: -40px;
    left: 0;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
}
.why-us .item .caption{
	font-size: 20px;
    padding: 12px 30px 12px 30px;
    font-weight: bold;
    color: #6d6d6d;}
footer{
	padding-top: 40px;
    background-color: #52658c;
    color:rgba(255, 255, 255, 0.59);
    position: relative;
}
footer::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: auto;
  height: 216px;
  max-width: 1290px;
  background-image:url(../images/footer-top.png);
  background-repeat:no-repeat;
  background-position:bottom;
  background-size:contain;
}
.footer-logo{
	width:60px;
	display:block;}
.footer-heading{
	font-size:20px;
	text-transform: uppercase;}
.footer-logo img{
	width:100%;}
.list-footer{
	padding:0;
	list-style:none;}
.list-footer a{
	color:#fff;}
footer a:hover{
	color:#52658c;}
footer a{
	color:rgba(255, 255, 255, 0.72);}
footer .ph, footer .email, footer .address {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
footer .ph a, footer .email a {
    display: block;
    font-weight: bold;
}
footer .ph i, footer .address i, footer .email i {
    left: 5px;
    font-size: 20px;
    position: absolute;
    width: 20px;
    top: 3px;
    text-align: center;
}
.footer-bottom {
padding: 15px 0;
    margin-top: 30px;
    border-top: solid 1px rgba(0, 0, 0, 0.13);
    background-color: rgba(0, 0, 0, 0.18);
}

/*=============  inner pages css   =============*/
.header-img{
    max-height: 250px;
    min-height: 200px;
    overflow: hidden;
    background-color: #230c1b;
	position: relative;
	color:#fff;
}
.header-img .title-block {
    position: absolute;
    bottom: 0;
	left: 0;
    right: 0;
    color: #fff;
}
.header-img .title-wrap {
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
}
.header-img .title-main{
	color:#fff;
	text-align:inherit;
	text-shadow: 2px 2px 0px #000;}
.header-img img{
	min-height: 180px;}
.page-content{
	padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    margin-top: -30px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.breadcrumb{
    margin-left: -15px;
    margin-right: -15px;
	margin-bottom:0;
    border-radius: 0;
    padding: 5px 15px;}
.page-content .title-main{
	margin-top:30px;
	margin-bottom:20px;}
.hotel-list .item {
    position: relative;
	margin-left:0;
	margin-right:0;
	margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
}
.hotel-list .item:hover{
	box-shadow: 0px 0 2px rgba(255, 204, 41, 0.56);}
.hotel-list .item figcaption{
	padding: 15px 0 0;
    border-right: solid 1px #f5f5f5;
	}
.hotel-list .item .facilities{
    position: relative;
    width: inherit;
    margin-top: 26px;}
.hotel-list .item .facilities small {
    top: -19px;
    right: -1%;
    left: -1%;
    margin: auto;
    width: 70px;
    font-size: 10px;
    padding: 2px 9px;
    border-radius: 5px 5px 0 0;
}
.hotel-list .item .facilities span {
    width: 40px;
}
.hotel-list .item .title {
    padding: 0 10px;
}
.hotel-list .item .rating-stars {
    padding: 0 10px;
}
.hotel-list .item p {
    padding-left: 45px;
    padding-right: 10px;
}
.hotel-list .item .price-block {
    margin-bottom: 10px;
    margin-top: 10px;
}
.hotel-list .item .btn{
	margin-top:auto;
	margin-bottom:15px;}
/*.hotel-list .item .price-block .save {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 10px;
    padding: 7px 12px 4px 8px;
    border-radius: 100px;
    line-height: 1.1;
	background-color:#e8e8e8;
	background-image:none;
}*/
.side-category {
    list-style: none;
    padding-left: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14);
}
.sidebar .filter-title{
    margin-top: 15px;
    padding: 5px 15px;
	font-size:15px;
	text-transform:uppercase;
    background-color: #eee;
	}
.side-category a{
display: block;
    padding: 10px 15px;
    border-bottom: solid 1px #eee;
	position:relative;
	font-weight:bold;
	overflow:hidden;}
.side-category a.active{
	color:#52658c;}
.side-category a:before {
content: "";
    position: absolute;
    top: -50%;
    height: 50%;
    width: 4px;
    left: 0px;
    background-color: #0098da;
}
.side-category a:after {
content: "";
    position: absolute;
    bottom: -50%;
    height: 50%;
    width: 4px;
    left: 0px;
    background-color: #0098da;
}
.side-category a:hover:before, .side-category a.active:before{
	top: 0px;
	}
.side-category a:hover:after, .side-category a.active:after{
	bottom: 0px;
	}
.side-category a.active:before, .side-category a.active:after{
	background-color:#52658c;}
.detail-title{
	font-size:25px;
	font-weight:bold;
	    margin-top: 15px}
.hotel-detail .address i {
    margin-right: 7px;
    margin-top: 3px;
    color: #d8d8d8;
    font-size: 16px;
}
.map-btn a i{
    background-color: #52658c;
	color:#fff;
    width: 30px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    border-radius: 20px;
    margin-right: 10px;
    text-align: center;
}
.map-btn a{
	color: #52658c;
	font-weight:bold;}
.map-btn a:hover{
	color:#000;}
.map-btn a:hover i{
	background-color:#000;}
.item-gallery {
    margin-top: 15px;
	position:relative;
}
.item-gallery .rating-block{
    position: absolute;
    overflow: hidden;
    left: 0;
    pointer-events: none;
    top: 0;
    z-index: 1;
}
.item-gallery .rating-stars{
background-color: rgba(0, 0, 0, 0.77);
    padding: 2px 42px;
    margin-left: -43px;
    margin-top: 24px;
    margin-bottom: 60px;
    font-size: 15px;
    transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    display: block;}
.form-inner{
	background-image:none;}
.form-inner i {
    left: 21px;
}
.form-inner i.icon-right {
    left: 9px;
}
.hotel-detail .price-block {
    margin-top: 20px;
}
.hotel-detail .price-block .save {
    font-size: 24px;
}
.hotel-detail .price .from s {
    font-size: 17px;
}
.hotel-detail .price big {
    font-size: 28px;
}
.hotel-detail .price big i {
    font-size: 20px;
}
.hotel-detail .price big .pp {
    color: #565656;
    font-weight: bold;
}
.hotel-detail .include-exclude{
	margin-bottom:15px;}
.hotel-detail .include-exclude .icon{
	background-color:#eee;
	width:30px;
	height:30px;
	font-size:17px;
	line-height:30px;
	border-radius:20px;
	margin-right:10px;
	text-align:center;}
.hotel-detail .include-exclude .h6{
	font-weight:bold;
	margin-bottom: 0px;}
.hotel-detail .include-exclude .h6 i{
	color:#0098da;
	margin-right:5px;}
.sub-heading{
	font-size:21px;
	margin-bottom:15px;
	font-weight:bold;}
.room-type .item .image{
	padding:0;}
.room-type .item figcaption{
	padding:15px;}
.room-type .item .title {
    padding: 0;
}
.room-type .item p {
	padding:0;
    margin-left:0;
    margin-bottom: 10px;
    overflow: inherit;
    text-overflow: inherit;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    height: auto;
}
 .room-type .item:hover .facilities{
	 background-color:#363636;}
 .room-type .facilities span.exclude {
    pointer-events: none;
    color: rgba(255, 255, 255, 0.47);
}

.hotels .item .facilities span[disabled] {
    color: rgba(255, 255, 255, 0.47);
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.47);
    transform: scale(1);
    -webkit-transform: scale(1);
}


.helpbox{
	border:solid 2px #52658c;
	margin-top:30px;
	}
.helpbox .title{
color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #52658c;
    position: relative;
    overflow: hidden;
    padding: 4px 15px;}
.helpbox .title i{
    position: absolute;
    left: 11px;
    top: 7px;
    color: #8b8b8b;
    font-size: 25px;
}
.helpbox .title:before{
	content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: -12px;
    width: 60px;
    background-color: #fff;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.14);}
.helpbox .box-body{
	padding:20px;
	text-align:center;
	background-image:url(../images/pattern.jpg);
	background-repeat:repeat-x;
	background-position:bottom;}
.helpbox .phone{
	margin:20px 0;}
.helpbox .phone .d-block{
	position:relative;
	z-index:1;}
.helpbox .phone i{
    position: absolute;
    font-size: 50px;
    color: #fff;
    width: 80px;
    height: 80px;
    top: -13px;
    left: -33px;
    line-height: 80px;
    border-radius: 100px;
    background-color: #e3e1e1;
    z-index: -1;
    text-align: left;
    text-indent: -6px;
    box-shadow: inset 0 0 0 7px #f4f4f4;
	}
.helpbox .phone a {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
}
.helpbox .phone a:hover{
	color: #52658c;
	}
.helpbox  .email a {
    background-color: #ebebeb;
    border-radius: 100px;
    padding: 4px 15px;
    margin: 15px 0;
    white-space: nowrap;
}
.helpbox  .email i{
    color: #0098da;
    margin-right: 7px;
    margin-left: -4px;
}
.helpbox .form-control{
	font-size:14px;
	font-weight:bold;
	height: calc(1.5em + .75rem + 6px);}
.helpbox .form-control:focus{
	color:#000;}
.helpbox .btn{
	border-top-left-radius:0;
	border-bottom-left-radius:0;}
.hotel-facilities .item {
    margin: 5px 0 15px;
    background-color: #f0f0f0;
    overflow: hidden;
    border-radius: 100px;
}
.tour-list .item-block{
	margin-bottom:30px;}
.check-in{
	margin-bottom:30px;}
.check-in .item{
    width: 120px;
    height: 120px;
	margin: auto;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    box-shadow: inset 0 0 0 2px #0098da;
}
.check-in .item .heading {
    background-color: #0098da;
    margin-top: 0px;
    padding: 6px 0;
    margin-bottom: -21px;
    color: #fff;
}
.check-in .item .checkin-body {
    font-weight: bold;
    font-size: 21px;
}
.check-in .col:nth-child(1) .item:hover{
	box-shadow: inset 0 0 0 2px #0098da;}
.check-in .col:nth-child(2) .item{
	box-shadow: inset 0 0 0 2px #52658c;}
.check-in .col:nth-child(2) .item .heading {
    background-color: #52658c;
}
.check-in .item small{
    color: #565656;
    background-color: #eee;
    border-radius: 5px;
    font-size: 13px;
    padding: 0px 5px;
    font-weight: bold;
    vertical-align: middle;}
.hotel-facilities ul{
    list-style: none;
    padding: 0;
}
.hotel-facilities li {
    display: table;
}
.hotel-facilities .item .icon{
	width:50px;
	position:relative;
	color:#fff;
	font-size:20px;
	z-index:0;
	text-align: center;}
.hotel-facilities .item .icon:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: 0;
    left: -20px;
    background-color: #1c4b2d;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
	z-index:-1;
}
.hotel-facilities .item .icon:after {
    content: "";
    position: absolute;
    top: -40px;
    bottom: -40px;
    right: 0;
    left: -40px;
    background-color: #0098da;
    transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
	z-index:-1;
}
.hotel-facilities .item span{
    font-size:16px;
    padding: 8px 20px 8px 25px;
    font-weight: bold;
    color: #6d6d6d;
}

.tour-info-block .detail{
	background-color:rgba(0, 0, 0, 0.16);}
.tour-info-block .duration {
    margin-bottom: 0px;
}
.tour-info-block .tourprice {
    padding-left: 50px;
    margin-left: 15px;
    margin-bottom: 0;
    margin-right: 1px;
    margin-top: 1px;
    position: relative;
    box-shadow: none;
}
.tour-info-block .tourprice s{
	white-space:nowrap;}
.tour-info-block .detail .save{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #52658c;
    color: #fff;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
}
.tour-info-block .detail .save small {
    display: block;
}
.tour-info-block .spec-wrap .spec{
	padding:10px;
	background-color:#e9ecef;
	margin:1px;
	}
.tour-info-block .spec-wrap .spec .left{
	margin-right:10px;
	}
.tour-info-block .spec-wrap .spec .left i{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-indent: -1px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    background-color: #fff;
    color: #52658c;
    box-shadow: 0 0 0px 3px rgba(0, 0, 0, 0.02);
    margin-right: 5px;}
.tour-info-block .spec-wrap .spec .right{
	font-weight:bold;
	}
.tour-info-block .destinations {
    margin-left: 30px;

}
.tour-info-block .destinations span{
    border-radius: 100px;
    background-color: #ffffff;
    box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 3px 13px;
    font-weight: bold;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 5px;
    position: relative;
    color: #52658c;
    text-transform: uppercase;
    font-size: 13px;}
.tour-info-block .include-exclude i{
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #737373;
    border-right: solid 1px #d6d6d6;}
.tour-info-block .form-box .title {
    margin: 0;
    border-bottom: solid 1px rgba(0,0,0,.18);
    background-color: rgba(0, 0, 0, 0.08);
}
.itinerary-wrap{
	margin-bottom:30px;}
.itinerary{
	padding-bottom: 15px;
}
.itinerary .day	a{
	display: inline-block;
	font-weight:bold;
	position:relative;
	padding-right: 24px;}
.itinerary .day a:before{
content: "\f068";
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 1.7;
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    width: 16px;
    height: 20px;
    top: 50%;
    margin-top: -13px;
    right: 36px;
    color: rgba(0, 0, 0, 0.49);}
.itinerary .day a.collapsed:before{
    content: "\f067";}
.itinerary .day	a span{
	position: absolute;
    width: 77px;
    top: 0;
    bottom: 1px;
    line-height: 47px;
    text-indent: 12px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px 0px 0;
    color: #ffffff;
    background-color: #296f42;
    font-size: 17px;
    right: 100%;
    margin-right: -77px;
    white-space: nowrap;
 }

.itinerary .day	a.collapsed span{
	border-radius: 100px;
    margin-top: 0;
    margin-right: -77px;
    text-indent: 0;
	bottom: 0px;
    box-shadow: inset 0 0 0 4px #296f42, inset 0 0 0 5px rgba(255, 255, 255, 0.42);
}

.itinerary .day .title{
	margin-left: 78px;
	padding-top: 10px;
	background-color: #52658c;
	padding-left: 14px;
	padding-bottom: 10px;
	padding-right: 45px;
	border-radius: 0px 50px 0 0;
	color: #fff;
	font-size: 17px;
	}
.itinerary .day	a.collapsed .title{
	border-radius:100px;
	padding-top: 9px;
    margin-left: 85px;}
.itinerary .day-content {
    background-color: #fff;
    box-shadow: inset 0 0 0 4px #52658c;
    border-radius: 0 25px 25px;
}
.itinerary .day-content .detail{
	padding:15px;}
.itinerary .image{
	max-width:200px;
	}
.itinerary .image img{
	width:100%;}
.included-excluded .title{
    padding: 10px 15px;
	font-size:20px;
	font-weight:bold;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.included-excluded ul {
    list-style: none;
    margin-bottom: 0;
	padding-left: 30px;
}
.included-excluded ul li {
    margin-bottom: 5px;
    position: relative;
}
.included-excluded ul li:before {
content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 7px;
    left: -23px;
    border: solid 2px #28a745;
    border-radius: 100px;
}
.included-excluded .excluded li:before{
	border-color:#dc3545;
	}

.contact-usmain i {
    margin-right: 10px;
    color: #52658c;
    border: solid 1px #e9ecef;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
}
.contact-col .title-main {
    margin-top: 0;
}
.contact-usmain h6{
	font-weight:bold;}
.contact-col form{
	box-shadow: inset 0 0 0 1px #52658c;
	padding:15px;}
.contact-col .form-group {
    position: relative;
}
.has-icon .form-control {
    padding-left: 26px;
	color: inherit;
}
.has-icon [class*=fa-] {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: 28px;
    text-align: center;
    line-height: 40px;
    color: #52658c;
    font-size: 15px;
}

.google-map iframe {
    border: none;
    width: 100%;
    height: 340px;
    position: relative;
    margin-bottom: -5px;
	filter:grayscale(100%);
}
.google-map iframe:hover{
	filter:grayscale(0%);}
.btn.send-enquiry {
    position: fixed;
    right: -60px;
    transform: rotate(270deg);
    z-index: 4;
    top: 50%;
    text-transform: uppercase;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 17px;
}  
  /*new  */
.hotel-list .item .price-block {
    margin-left: auto;
}
.tour-list .item{
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12);
}
.tour-list .item .detail {
    padding: 15px 15px 0;
    border-right: solid 1px #f5f5f5;
}
.tour-list .item .title {
    font-size: 20px;
    font-weight: bold;
    color: #0098da;
}
.tour-list .item .spec{
    margin-bottom: 15px;
}
.tour-list .item .left{
    font-weight: bold;
    margin-right: 15px;
}
.tour-list .item .spec i {
    color: #d8d8d8;
    font-size: 17px;
    margin-right: 10px;
}
.tour-list .item .spec span {
    padding-left: 27px;
}
.tour-list .item .btn {
    margin-top: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
.tour-list .item .tourprice {
    margin-bottom: 10px;
    margin-top: 10px;
}
.tour-list .duration {
    background-color: #52658c;
    box-shadow: 0 0 0 2px #52658c;
    border-radius: 100px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
}
.tour-list .duration span {
    background-color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.tour-list .duration .days {
    font-size: 22px;
    color: #ffcc29;
    font-weight: bold;
    padding: 0px 18px;
    line-height: 22px;
}
.tour-list .duration i {
    color: #fff;
    margin: 4px -8px;
    font-size: 16px;
}
.tour-list .duration .days small {
    font-size: 14px;
}
.tours .tourprice {
    margin-right: 10px;
}
/*=============  Responsive   =============*/
@media(min-width:1200px) {
}
@media(min-width:992px) {
.about-bg {
    padding-bottom: 100px;
}
}


@media(min-width:768px) {
/*.gallery-wrap a.zoom:nth-child(odd) img{
	border:solid 4px #fff;
	}*/
.quickcontacts {
    display: none !important;
}
}

@media(max-width:992px) {
header {
    background-color: #8e8e8e;
}
header .phone{
	margin-right:50px;}
	header.smaller .menuzord-menu > li > a {
    padding: 9px 8px;
}
.slider-wrap, .header-img{
    margin-top: 68px;
}
.about {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.73);
    padding-bottom: 20px;
}
.tour-wrap .item-block:nth-child(1) {
    width: 100%;
}
.tour-wrap .item-block:nth-child(2), .tour-wrap .item-block:nth-child(3) {
    width: 50%;
}
.why-us li{
display:table;
margin:auto
	}



.item-gallery{
	margin-bottom:50px !important;}
.tour-info-block{
	margin-bottom:20px;}
.hotel-info-block {
    margin-top: 30px;
}
}
@media(max-width:767px) {
.form-safarii {
    margin-top: 22px;
}
.zone-wrap ul.nav li {
    padding: 2px 1px;
}
.safari .item:before{
	display:none;}
.zone-wrap .nav .btn:before{
	display:none;}
.tour-wrap .tours {
    padding-top: 0;
}
.tours .item .detail .title {
    font-size: 14px;
}
.tour-wrap .item-block:nth-child(1), .tour-wrap .item-block:nth-child(2), .tour-wrap .item-block:nth-child(3), .tour-wrap .item-block:nth-child(4), .tour-wrap .item-block:nth-child(5), .tour-wrap .item-block:nth-child(6) {
    width: 50%;
}


 .inner-header .form-wrap .nav > li:first-child {
	width:50%;
}

header .social{
	display:none;}
.inner-header .form-wrap li:nth-child(2), .inner-header  .form-wrap li:nth-child(4){
    border-right:none;
	border-left:solid 1px transparent;
}
.slider-nav .item {
    height: auto !important;
    max-height: inherit;
}
.title-main {
    font-size: 18px;
}

.inner-header .title-main {
    font-size: 20px;
    text-align: center;
}
.gallery-wrap .title-block {
    left: 0;
	right:auto;
    top: 0;
    bottom: auto;
    transform: translateX(0%);
}
.gallery-wrap a.zoom:last-child {
    display:none;
}
.footer-bottom {
    padding-bottom: 55px;
}
.quickcontacts {
    display: block;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.quickcontacts a {
	font-size: 25px;
    text-align: center;
    color: #fff;
    line-height: 44px;
}
.quickcontacts .fenq {
    background: #f04242;
    width: 60%;
    font-size: 16px;

    font-weight: bold;
    text-transform: uppercase;
}
.quickcontacts .fcall {
    background: #52658c;
    width: 20%;
}
.quickcontacts .fwhats {
    background: #3fd439;
    width: 20%;
}
.quickcontacts i{
    vertical-align: middle;
}
}
@media(max-width:575px) {
.menuzord-responsive .menuzord-menu {
    left: -15px;
    right: -15px;
}
.form-box {
    margin-top: -35px;
}
.form-inner {
    margin-top: 0;
    margin-bottom: 20px;
}
.slider .caption h4{
    font-size: 16px;
	margin-bottom:0;
}
.slider .caption .title {
    font-size: 20px;
	margin-top: 5px;
}
.slider .caption p {
    display: none;
}
.tour-wrap .item-block:nth-child(1), .tour-wrap .item-block:nth-child(2), .tour-wrap .item-block:nth-child(3), .tour-wrap .item-block:nth-child(4), .tour-wrap .item-block:nth-child(5), .tour-wrap .item-block:nth-child(6) {
    width: 100%;
}
.about-wrap > .container, .inner-about > .container{
	padding:0px;}
.footer-bottom{
	text-align:center;}
.page-content {
    margin-left: -15px;
    margin-right: -15px;
}
	}
@media(max-width:475px) {
.slider-wrap, .header-img{
    margin-top: 48px;
}

.logo {
    width: 115px;
}
.smaller .logo {
    width: 115px;
}
header.smaller .send-enquiry {
    margin-top: 45px;
}
header .phone i {
    display: none;
}
header .phone a.email {
	display:none;
}
header .phone {
padding-left: 12px;
}
header .phone a.phone-no {
    font-size: 14px;
	margin-right: -10px;
}
header .phone span {
    border: solid 1px;
    line-height: 17px;
}
	}
@media(max-width:350px) {

}
