/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {display: block}
nav ul {list-style: none}
blockquote,
q {quotes: none}
ul {margin: 0;padding: 0;list-style: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content: none}
a {text-decoration: none;}
a:hover {text-decoration: none;}
mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold}
del {text-decoration: line-through}
abbr[title],
dfn[title] {border-bottom: 1px dotted;cursor: help}
table {border-collapse: collapse;border-spacing: 0}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0}
input,
select {vertical-align: middle;}
li {list-style: none;display: inline-block;}
body {margin: 0;padding: 0 0 0 0;overflow-x: hidden;position: relative;font-size: 14px; font-family: 'MontserratRegular';line-height: 1.5;background: #fff;color: #747474;font-style: normal;}
.animated {-webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

* {box-sizing: border-box;margin: 0;padding: 0;}

::-webkit-input-placeholder {color: #000;opacity: 1;transition: 0.2s all ease;-webkit-transition: 0.2s all ease;-moz-transition: 0.2s all ease;-ms-transition: 0.2s all ease;}
::-moz-placeholder {color: #000;opacity: 1;transition: 0.2s all ease;-webkit-transition: 0.2s all ease;-moz-transition: 0.2s all ease;-ms-transition: 0.2s all ease;}
::-ms-input-placeholder {color: #000;opacity: 1;transition: 0.2s all ease;-webkit-transition: 0.2s all ease;-moz-transition: 0.2s all ease;-ms-transition: 0.2s all ease;}
textarea {color: #000;opacity: 1;outline: none;}
input:focus::-webkit-input-placeholder {opacity: 0.5;}
input:focus::-moz-placeholder {opacity: 1;}
input:focus::-ms-input-placeholder {opacity: 1;}
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="date"]:focus,select:focus,textarea:focus{outline:none}
textarea:focus::-webkit-input-placeholder {opacity: 1;color: #000;}
textarea:focus::-moz-placeholder {opacity: 1;color: #000;}
textarea:focus::-ms-input-placeholder {opacity: 1;color: #000;}
.dflex {display: flex;flex-wrap: wrap;}
.dflex-space-btw {display: flex;flex-wrap: wrap;justify-content: space-between}
.align-center {align-items: center}
.text-center {text-align: center !important}
.text-left {text-align: left;}
.text-right {text-align: right;}

.dflex-end {display: flex;justify-content: flex-end;flex-wrap: wrap}
.text-uppercase {text-transform: uppercase;}
.txt-white {color: #fff !important;}
.clear {clear: both}
.clearfix:after {content: "";display: block;clear: both}
.common-padding {padding: 80px 0;position: relative;}

.img-responsive {width: 100%}
.fl {float: left}
.fr {float: right}
.uppercase {text-transform: uppercase}
.img-fluid {
    width: 100%;
    height: auto
}
.text-green{color:#007281 !important;}
.text-grey{color:#898989 !important;}
.text-white{color: #fff;}
.sprite{background: url("../images/sprite.png");}
/* fonts */
@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
         url('../fonts/MontserratLight.woff2') format('woff2'),
         url('../fonts/MontserratLight.woff') format('woff'),
         url('../fonts/MontserratLight.ttf') format('truetype'),
         url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}
@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
         url('../fonts/MontserratRegular.woff2') format('woff2'),
         url('../fonts/MontserratRegular.woff') format('woff'),
         url('../fonts/MontserratRegular.ttf') format('truetype'),
         url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}
@font-face {
    font-family: 'MontserratMedium';
    src: url('../fonts/MontserratMedium.eot');
    src: url('../fonts/MontserratMedium.eot') format('embedded-opentype'),
         url('../fonts/MontserratMedium.woff2') format('woff2'),
         url('../fonts/MontserratMedium.woff') format('woff'),
         url('../fonts/MontserratMedium.ttf') format('truetype'),
         url('../fonts/MontserratMedium.svg#MontserratMedium') format('svg');
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/MontserratBold.eot');
    src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
         url('../fonts/MontserratBold.woff2') format('woff2'),
         url('../fonts/MontserratBold.woff') format('woff'),
         url('../fonts/MontserratBold.ttf') format('truetype'),
         url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
}
@font-face {
    font-family: 'GrislyBeastRegular0W9rG';
    src: url('../fonts/GrislyBeastRegular0W9rG.eot');
    src: url('../fonts/GrislyBeastRegular0W9rG.eot') format('embedded-opentype'),
         url('../fonts/GrislyBeastRegular0W9rG.woff2') format('woff2'),
         url('../fonts/GrislyBeastRegular0W9rG.woff') format('woff'),
         url('../fonts/GrislyBeastRegular0W9rG.ttf') format('truetype'),
         url('../fonts/GrislyBeastRegular0W9rG.svg#GrislyBeastRegular0W9rG') format('svg');
}

.error {
    left: 23px;
    color: red;
    font-size: 10px;
    top: 44px;
    position: absolute;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.parsley-error {
    color: #b94a48;
    background: #f2dede!important;
    border: 1px solid #f9a1a1;
}

/* fonts */

.container {width: 94%;margin: 0 auto}
.menu-list li a:before {
    position: absolute;
    content: "";
    right: -25px;
    width: 4px;
    height: 4px;
    background: #717171;
    border-radius: 50px;
    top: 7px;
}
.menu-list li a {
    font-family: 'MontserratBold';
    color: #717171;
    margin: 0 20px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer
}
.header-wrapp {
    align-items: center;
    margin-top: 10px;
    transition: all 0.5s ease-in-out;
}
.round-btn {
    color: #007281;
    font-family: 'MontserratBold';
    border: 1px solid #007281;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 50px;
}
.menu-list li:last-child a:before{display: none}
.logo {
    width: 140px;
    transition: all 0.5s ease-in-out;
}
.videoblk-wrapp{height: calc(100vh - 105px)} 
#MuteButton.muted::before {content: '🔇';}
#MuteButton::before {content: '🔈';}
.muted-button {
    position: fixed;
    width: 50px;
    height: 50px;
    background: white;
    z-index: 10;
    bottom: 50px;
    left: 50px;
    font-size: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 2;
    cursor: pointer;
}
video#bannervideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-heading {
    font-family: 'MontserratBold';
    color: #007281;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
}
.about-wrapp p {
    font-family: 'MontserratBold';
    font-size: 14px;
    line-height: 1.5;
}
.activity-wrapp:before {
    position: absolute;
    left: 0;
    top: -17px;
    background: url(../images/activity-top-shape.png);
    content: "";
    height: 30px;
    width: 100%;
    background-size: cover;
    z-index: -9;
}
.activity-wrapp {
    background: #007281;
}
.sub-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'MontserratBold';
}
.sub-text {
    color: #fff;
    font-size: 14px;
    font-family: 'MontserratBold';
    text-transform: uppercase;
}
.view-all-button {
    width: 100px;
    margin: 50px auto 0;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    position: relative;
    text-transform: uppercase;
    height: 60px
}
.view-all-button:before {
    position: absolute;
    content: "";
    left: 90px;
    height: 100%;
    width: 1px;
    background: rgba(255,255,255,0.5);
    display: none
}

.view-all {
    color: #fff;
    padding: 20px 30px 20px 100px;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold
}
.slide-count {
    position: absolute;
    top: 20px;
    color: #60a182;
    font-weight: bold;
    left: 45px;
    text-align: right
}
.view-all-button:before{
    position: absolute;
    content: "";
    left: 90px;
    height: 100%;
    width: 1px;
    background: rgba(255,255,255,0.5)
}
.activity-sliderwrapp .slick-prev {
    background: url(../images/arrow-slider.png) no-repeat center;
    width: 70px;
    height: 70px;
    background-size: 100%;
    top: auto;
    bottom: -118px;
    left: 28%;
    border: 1px solid #fff;
}
.activity-sliderwrapp .slick-next {
    background: url(../images/arrow-slider-next.png) no-repeat center;
    width: 70px;
    height: 70px;
    background-size: 100%;
    top: auto;
    bottom: -118px;
    right: 28%;
    border: 1px solid #fff;
    transform: none
}

.activity-sliderwrapp .slick-dots {
    bottom: -70px;
    left: -30px;
    font-size: 16px;
    text-align: center;
}
.activity-sliderwrapp .slick-dots li button {
    font-size: 16px;
    line-height: 0.9;
    color: #fff;
    opacity: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.activity-sliderwrapp .slick-dots li.slick-active button{
    opacity: 1
}
.activity-sliderwrapp .slick-dots li{
    position: absolute
}
.activity-slider {
    margin-top: 30px;
}
.img-borderradius{border-radius: 40px;}
.activity-infowrapp {
    color: #fff;
    font-family: 'MontserratBold';
    text-transform: uppercase;
    font-size: 16px;
    width: 80%;
    margin-top: 20px;
    margin-left: 20px
}
.location-icon {
    width: 19px;
    height: 25px;
    background-position: -26px -25px;
    display: inline-block;
    transform: scale(0.7);
    position: relative;
    top: 8px;
    margin-right: 12px;
}
.activity-info {
    margin: 20px 0;
}
.start-from {
    line-height: 1.2;
}
.start-from span {
    display: block;
    font-size: 25px;
}
.booknow .round-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 24px;
}
.start-fromwrapp {
    align-items: center;
    display: none
}
.activity-wrapp:after {
    position: absolute;
    left: 0;
    bottom: -30px;
    background: url(../images/activity-bottom-shape.png);
    content: "";
    height: 30px;
    width: 100%;
    background-size: cover;
    z-index: -9;
}
.grey-text-slider .activity-infowrapp {
    color: #898989;
}
.attraction-text span {
    display: block;
}
.attraction-text {
    line-height: 1.2;
    margin-top: 30px;
}
.attraction-text span {
    display: block;
    font-size: 16px;
}
.grey-text-slider .view-all-button {
    border: 1px solid #747474;
}
.grey-text-slider .view-all-button:before{background: rgba(116,116,116,0.5);}
.grey-text-slider .slide-count{color: #747474}
.grey-text-slider .view-all{color: #747474}
.grey-text-slider .slick-next {
    background: url(../images/arrow-slider-next-grey.png) no-repeat center;width: 70px;height: 70px;background-size: 100%;top: auto;
    bottom: -118px;right: 28%;border: 1px solid #fff;transform: none;
}
.grey-text-slider .slick-prev {
    background: url(../images/arrow-slider-grey.png) no-repeat center;width: 70px;height: 70px;background-size: 100%;
    top: auto;bottom: -118px;left: 28%;border: 1px solid #fff;
}
.grey-text-slider .slick-dots {bottom: -70px;left: -30px;font-size: 16px;text-align: center;}
.grey-text-slider .slick-dots li button {font-size: 16px;line-height: 0.9;color: #747474;opacity: 0;font-family: 'Montserrat', sans-serif;font-weight: 600;}
.grey-text-slider .slick-dots li.slick-active button{opacity: 1}
.grey-text-slider .slick-dots li{position: absolute}
.bestplace-img { padding-top: 150px;}
.pb0 {
    padding-bottom: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.authentic-sliderwrapp .attraction-text span {
    margin-top: 15px;
}
.grey-back-slider {
    background: #434343;
}
.grey-back-slider:before {
    position: absolute;
    left: 0;
    top: -29px;
    background: url(../images/activity-top-grey.png);
    content: "";
    height: 30px;
    width: 100%;
    background-size: cover;
    z-index: -9;
}
.grey-back-slider:after {
    position: absolute;
    left: 0;
    bottom: -30px;
    background: url(../images/activity-bottom-grey.png);
    content: "";
    height: 30px;
    width: 100%;
    background-size: cover;
    z-index: -9;
}
.nightlife-name {
    margin-top: 15px;
    font-size: 20px;
}
.grey-back-slider .slide-count {
    color: #8e8e8e;
}
.besttour-sliderwrapp .attraction-text span {
    margin-top: 15px;
}
.besttour-sliderwrapp .attraction-text {
    font-size: 14px;
}
.package-wrapp {
    text-align: left;
    margin-top: 15px;
}
.package-wrapp a.round-btn {
    display: inline-block;
    padding: 12px 15px;
    color: #898989;
    border: 1px solid #898989;
}
.enquire-wrapp {
    background: url(../images/footerbg.png) 0 0;
    background-size: cover;
    padding-bottom: 250px;
    overflow: hidden;
}
.enquire-wrapp .sub-heading {
    color: #000;
    line-height: 1.2;
}
.enquire-form {
    width: 65%;
    margin: 45px auto 0;
    position: relative;
}
.enquire-field {
    width: 50%;
    position: relative;
}
.enquire-field input[type="text"] {
    width: 90%;
    border-bottom: 1px solid #000;
    background: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-family: 'MontserratBold';
    text-transform: none;
    font-size: 14px;
}
.enquire-field:nth-last-child(2) {
    width: 50%;
}
.enquire-field textarea {
    width: 95%;
    border-bottom: 1px solid #000;
    background: none;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-family: 'MontserratBold';
    text-transform: uppercase;
    font-size: 14px;
    resize: none;
}
.submit-btn {
  margin: 0 auto;
}
.submit-btn .round-btn {
    border: 1px solid #000;
    color: #000;
    background: none;
    font-size: 12px;
    cursor: pointer;
}
.camel-walking {
    position: absolute;
    bottom: -44px;
    left: 100%;
    width: 50%;
    -webkit-animation: birdmove 10s infinite;
    -webkit-animation-timing-function: linear;
    animation: birdmove 25s infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes birdmove {
  from {right: 0px;}
  to {left: -200px;}
}

@keyframes birdmove {
  from {right: 0px;}
  to {left: -50%;}
}
.footer-wrapp {background: #101010;padding: 80px 0 50px;}
.footer-container {
    width: 75%;
    margin: 0 auto;
}
.footer-left {
    width: 21%;
}
.footer-right {
    width: 72%;
    padding-left: 9%;
    border-left: 1px solid rgba(130, 130, 130, 0.3);
    color: #828282;
}
.footer-logo {
    width: 120px;
    margin-bottom: 20px;
}
.copyright-text {
    font-family: 'MontserratBold';
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
   
}
.footer-infowrapp {
    width: 44%;
    font-family: 'MontserratBold';
    margin-bottom: 50px;
    text-transform: uppercase;
}
.footer-ttl {
    color: #fff;
   font-size: 18px;
}
.footer-para {
    font-size: 12px;
    margin-top: 15px;
}
.insta {
    background-position: -86px -20px;
    width: 35px;
    height: 35px;
}
.facebook {
    background-position: -141px -18px;
    width: 39px;
	height: 39px;
    margin-right: 80px !important;
}
.social-icon {
    justify-content: flex-start;
    align-items: center;
}
.social-icon .sprite {
    margin-right: 34px;
}
.social-icon .sprite:last-child {
    flex: 1 0 0;
    text-align: right;
    margin-right: auto;
    margin: 0 auto;
}
.whatsapp {
    background-position: -203px -13px;
    width: 50px;
    height: 49px;
}
.mb0{margin-bottom: 0}
.best-visit-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}
.best-visitwrapp {
    width: 600px;
    height: 600px;
    background: #fef9d4;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.bestvisite-text {
    font-family: 'GrislyBeastRegular0W9rG';
    font-size: 42px;
    line-height: 1;
}
.saudi-textimg {
    width: 95%;
}
.best-visit-circle p {
    font-family: 'MontserratBold';
    font-size: 14px;
    line-height: 1.5;
    width: 89%;
    margin: 10px auto 0;
}
.activity-blk {
    margin: 0 20px;
}
#menu:not( .mm-menu ){display:none;}
.res-menu{display:none}
.mm-menu{background: #007281 !important;font-family: 'MontserratBold';}
header{transition: all 0.5s ease-in-out;}
header.stick {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    max-width: 100%;
    transition: all 0.5s ease-in-out;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
}
header.stick .header-wrapp {
    margin-top: 0;
    transition: all 0.5s ease-in-out;
}
header.stick .logo {
    width: 120px;
    transition: all 0.5s ease-in-out;
}
.menu-list li a.active {
    color: #007281;
}
.pt20{padding-top:20px !important}
.mm-listview li a.active {
    background: #434343;
}
a.back-to-top {
    display: none;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 42px;
    background: #717171 url(../images/up-arrow.png) no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.mobile-attrtxt{
    display: none
}
.errorName {
    display: none;
}
select{
    width: 90%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'MontserratBold';
    margin-bottom: 40px;
    padding-bottom: 20px;		
}
select option{
	background:transparent;
}

input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 25px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
	margin: 0;
    font-weight: 700;
}
input[type=checkbox].css-checkbox {
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 15px;
    width: 15px;
    padding: 5px;
	margin-top:17px;
	margin-left: 29px;
    border: 0;
	float: left;	
}
.enquire-field p {
    font-size: 12.8px;
	color: #000;
    font-weight: 700;
	line-height: 18px;
}
.dest-feild{
	width:50%!important;
	position: relative;
}
@media screen and (max-width: 767px) and (min-width: 320px){
input[type=checkbox].css-checkbox {
	margin-top:25px;
}
.enquire-field p {
	line-height: 20px;
}	
.dest-feild{
	width:100%!important;	
}	
.dest-feild select{
	margin-bottom: 20px!important;	
	width: 96%;
}	
select{
    padding-bottom: 18px;		
}	
.enquire-field:nth-last-child(2) {
    width: 100%;
	padding-bottom: 32px;
}	
}	
@media only screen and (min-width:1441px) and (max-width:1920px){
    .enquire-wrapp {background: url(../images/footerbg.png) bottom center;background-repeat: no-repeat;background-size: cover;}
    .grey-back-slider:after{bottom: -28px;}
    .grey-back-slider:before{top: -27px;}
    .activity-wrapp:after{bottom: -28px;}
    .camel-walking{bottom: -70px;}
}
@media screen and (max-width:1200px) {
    .activity-sliderwrapp .slick-next,.grey-text-slider .slick-next{right: 23%;}
    .activity-sliderwrapp .slick-prev,.grey-text-slider .slick-prev{left: 23%;}
    .footer-container{width: 100%;}
}
@media screen and (max-width:1110px) {
    .menu-list li a:before{right: -15px;}
    .menu-list li a{font-size: 12px;margin: 0 10px;}
    .enquire-btn .round-btn {padding: 10px 15px;font-size: 12px;}
    header.stick .logo {width: 16%;}
    .logo {width: 16%;}
    .booknow .round-btn{padding: 12px 16px;font-size: 13px;}
    .activity-sliderwrapp .slick-next,.grey-text-slider .slick-next{right: 0;top: -50%;}
    .activity-sliderwrapp .slick-prev,.grey-text-slider .slick-prev{left: 0;top: -50%;}
    .facebook{margin-right: 34px !important;}
}
@media screen and (max-width:900px) {
    ul.menu-list {display: none;}
    .camel-walking{bottom: -31px;width: 65%;}
    .footer-left {width: 100%;margin-top: 20px;order: 2;text-align: center;}
    .copyright-text br {display: none;}
    .footer-right{order: 1;padding-left:0;width: 100%;}
    .footer-logo{margin: 0 auto 20px auto;}
    .res-menu {margin-left: 20px;display: block}
}
@media screen and (max-width:800px) {
    .bestvisite-text{font-size: 22px;}
    .saudi-textimg{width: 76%;margin:0 auto}
    .best-visit-circle p{width: 100%;font-size: 12px;}
    .best-visitwrapp{width: 400px;height: 400px;}
}
@media screen and (max-width:768px) {
    .start-from span{font-size: 18px;}
    .activity-infowrapp{font-size: 14px;}
    .booknow .round-btn{font-size: 11px;}
    .activity-infowrapp{width:93%}
    .start-fromwrapp{margin-bottom: 10px}
    .enquire-form{width: 100%;}
    .mobile-attrtxt{display: block;font-family: 'MontserratBold'}
    .best-visit-circle p{display: none}
}

@media screen and (max-width:600px) {
    .about-wrapp p{font-size: 12px;}
    .about-heading{font-size: 24px;margin-bottom: 9px;}
    .sub-text{font-size: 12px}
    .package-wrapp a.round-btn {padding: 12px 16px;font-size: 11px;}
    .sub-heading{font-size: 22px}
}
@media screen and (max-width:480px) {
    .activity-sliderwrapp .slick-next,.grey-text-slider .slick-next{transform: scale(0.8);}
    .activity-sliderwrapp .slick-prev,.grey-text-slider .slick-prev{transform: scale(0.8);}
/*    .view-all-button{width: 315px;}*/
    .view-all{font-size: 12px;}
    .activity-sliderwrapp .slick-dots, .grey-text-slider .slick-dots{left: -30px;}
    .attraction-text span{font-size: 18px}
    .muted-button{left: 10px;}
    .enquire-wrapp .sub-heading{font-size: 20px}
    .enquire-field {width: 100%;}
    .enquire-field input[type="text"]{font-size: 12px;width:95%}
    .enquire-field textarea{font-size: 12px}
    .camel-walking{width:82%}
    .enquire-wrapp{padding-bottom: 120px !important;}
    .common-padding{padding: 50px 0;}
    .about-wrapp {padding-bottom: 70px;}
    .authentic-sliderwrapp {padding-bottom: 80px;}
    .footer-infowrapp{width: 100%;margin-bottom: 30px;}
    .footer-ttl{font-size: 14px;}
    .social-icon .sprite{transform: scale(0.8);margin-right: 15px;}
    .footer-container{width: 95%;}
    .enquire-btn .round-btn{font-size: 10px;}
    header.stick .logo {width: 90px;}
    .logo{width: 90px;}
    .muted-button{width: 40px; height: 40px;font-size: 23px;bottom: 75px;}
    .footer-right{border-left: 0}
    .best-visitwrapp {width: 320px;height: 320px;}
    .saudi-textimg{width:51%}
    .best-visit-circle p{width: 42%;}
    .bestvisite-text{font-size: 16px}
    @-webkit-keyframes birdmove {
     from {right: 0px;}
     to {left: -600px;}
     }
     @keyframes birdmove {
      from {right: 0px;}
      to {left: -90%;}
    }
    
}
@media screen and (max-width:360px) {
    .camel-walking {width: 100%;}
}
.hide{display: none;}
div#inner-box.susccessResultData {
    position: absolute;
    bottom: -115px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
	padding: 15px;
    left: 110px;
}
span.close-query {
    position: absolute;
    right: 6px;
    font-size: 29px;
    font-weight: bold;
    top: -6px;
    cursor: pointer;
}
form#wantUsCallForm {
    position: relative;
}