
@font-face {
  font-family: 'Barlow-Regular';
  src: url('fonts/expo/Barlow-Regular.eot');
  src: url('fonts/expo/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/expo/Barlow-Regular.svg#Barlow-Regular') format('svg'),
       url('fonts/expo/Barlow-Regular.ttf') format('truetype'),
       url('fonts/expo/Barlow-Regular.woff') format('woff'),
       url('fonts/expo/Barlow-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/expo/Helvetica-Bold.eot');
    src: url('fonts/expo/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/expo/Helvetica-Bold.woff2') format('woff2'),
        url('fonts/expo/Helvetica-Bold.woff') format('woff'),
        url('fonts/expo/Helvetica-Bold.ttf') format('truetype'),
        url('fonts/expo/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
   
}
@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('fonts/expo/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg'),
       url('fonts/expo/HelveticaNeueMedium.ttf') format('truetype'),
       url('fonts/expo/HelveticaNeueMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'HelveticaLt';
    src: url('fonts/expo/HelveticaLt.eot');
    src: url('fonts/expo/HelveticaLt.eot') format('embedded-opentype'),
         url('fonts/expo/HelveticaLt.woff2') format('woff2'),
         url('fonts/expo/HelveticaLt.woff') format('woff'),
         url('fonts/expo/HelveticaLt.ttf') format('truetype'),
         url('fonts/expo/HelveticaLt.svg#HelveticaLt') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('fonts/expo/HelveticaNeueRegular.eot');
    src: url('fonts/expo/HelveticaNeueRegular.eot') format('embedded-opentype'),
         url('fonts/expo/HelveticaNeueRegular.woff2') format('woff2'),
         url('fonts/expo/HelveticaNeueRegular.woff') format('woff'),
         url('fonts/expo/HelveticaNeueRegular.ttf') format('truetype'),
         url('fonts/expo/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');
}


/** Reset Css **/
*{margin:0;padding:0;box-sizing:border-box;outline:none;}
body{font-size:18px;line-height:1.2;color:#000000;font-family: 'Barlow-Regular';font-weight:400;overflow-x:hidden;position: relative;}
ol, ul{list-style:none;margin-bottom:0;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
a, a:hover{text-decoration:none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;margin:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
#menu:not( .mm-menu ){display:none;}
/** Comman Css **/
.container{margin:0 auto;width:92%;max-width:1400px;padding: 0;}
.clear{clear:both;}
.ibvt{display:inline-block;vertical-align:top;}
.ibvm{display:inline-block;vertical-align:middle;}
.ibvb{display:inline-block;vertical-align:bottom;}
.fl{float: left;}
.fr{float: right;}
.flex-between{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.flex-start{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;}
.flex-center{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;}
.img-res {width: 100%;}
.text-center{text-align: center}
.sprite{background:url(/images/expo/sprite.png) no-repeat 0 0;display: inline-block;}
p{font-size: 18px;margin-bottom: 20px;color: #0f5080;}
.common-padding{padding: 100px 0}
/*form element*/
input[type="text"]{width: 100%;color: #fff;border: none;padding: 13px 0;opacity: 1;font-size: 16px;border-bottom: 1px solid rgba(255, 255, 255, 0.5);background: none; font-family: 'Helvetica';}
select{width:100%;border:none;font-size:16px;color:#fff;padding:13px 15px 13px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.5);opacity:1;background:transparent;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;-o-appearance:none;border-bottom: 1px solid rgba(255, 255, 255, 0.5); font-family: 'Helvetica';}
select option{background: #323232}
option{padding:10px;}
input:focus::-webkit-input-placeholder{color:#fff !important;}
input:focus:-moz-placeholder{color:#fff !important;}
input:focus::-moz-placeholder{color:#fff !important;}
input:focus:-ms-input-placeholder{color:#fff !important;}
::-webkit-input-placeholder{opacity:1;color:#fff !important;}
:-moz-placeholder{opacity:1;color:#fff !important;}
::-moz-placeholder{opacity:1;color:#fff !important;}
:-ms-input-placeholder{opacity:1;color:#fff !important;}
textarea:focus::-webkit-input-placeholder{color:transparent;}
textarea:focus:-moz-placeholder{color:transparent;}
textarea:focus::-moz-placeholder{color:transparent;}
textarea:focus:-ms-input-placeholder{color:transparent;}
/*form element*/

.dubai_expo_package p{font-size: 15px;}

.banner-slider .slick-slide .banner-text{animation: slideInRight 2s both;}
.banner-slider .slick-slide.slick-current.slick-active .banner-text{animation: slideInLeft 1s both;}


.banner-slider {
    width: 72%;
    position: relative;
}
.banner-img{position: relative;line-height: 0;height: 84vh;}
.banner-img img{height: 100%;object-fit: cover;}
.slick-dots li.slick-active{background: #fff}
.banner-img:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    z-index: 1;
}
.banner-wrapp {
    display: flex;height: 84vh;
}
.field-wrapp input{font-size: 14px;}
.enquire-form-blk {
    width: 30%;
    background: #323232;
    color: #fff;
    position: relative;
}
.enquire-form {
    padding:20px 30px;
}
.enquire-ttl {
    font-family: 'HelveticaLt';
    font-size: 24px;
    margin-bottom: 5px;
}
.enquire-ttl span {
    font-family: 'Helvetica';
}
.field-wrapp {
    margin-bottom: 8px;
    width: 100%;
    position: relative;
}
.select-field:after {
    background: url("/images/expo/sprite.png");
    right: 0;
    content: "";
    position: absolute;
    top: 18px;
    width: 17px;
    height: 11px;
    background-position: -6px -5px;
}
.eq-submit {
    font-family: 'HelveticaLt';
    font-size: 26px;
    color: #fff;
    text-align: right;
    position: relative;
    margin-right:40px;margin-top: 20px;position: relative;display: flex;
    justify-content: flex-end;
}
.submit-btn {
    font-family: 'Helvetica';
    font-size: 22px;
    color: #fff;
    text-align: right;
    display: block;
    position: relative;position: relative;background: none;
    border: none;cursor: pointer;
}
.eq-submit span {
    font-family: 'Helvetica';
}
.eq-submit:after{
    background: url("/images/expo/sprite.png");
    background-position: -46px -8px;
    content: "";
    position: absolute;
    width: 15px;
	height: 12px;
    right: -34px;
    top: 3px;
    
}
.video-wrapp{height: 200px;}
video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.video-btnblk {
    width: 63px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 32%;
    z-index: 9999999;
    display: flex;
}
.video-btnblk button {
    -webkit-appearance: none;
    background: none;
    border: none;
    outline: none;
    width: 60px;
}

.video-wrapp {
    position: absolute;
    z-index: 99;
    line-height: 0;
    bottom: 0;
    width: 100%;
}

.pause-btn {
    display: none;
}
.banner-text {
    position: absolute;
    color: #fff;
    bottom: 15%;
    left: 3%;
    z-index: 999;
}
.baner-blk {
    position: relative;
}
.banner-heading {
    font-size: 35px;
    font-family: 'Helvetica';
    margin-bottom: 30px;
}
.banner-subttl {
    font-size: 30px;
}
.banner-ttl {
    font-family: 'Helvetica';
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
}
.banner-subttl span {
    font-family: 'Helvetica';
}
.banner-slider .slick-dots{bottom: 37px;right: 56px;}
.banner-slider .slick-dots li{margin:0 0 0 20px}

.package-container {
    padding:100px 4.5% 0;
    position: relative;
    z-index: 9;
}
.ttl span {
    font-family: 'Helvetica';
}
.ttl {
    color: #052a5f;
    font-size: 36px;
    font-family: 'HelveticaLt';
}
p.big {
    font-size: 24px;
}
.package-container p {
    width: 48%;
}
.package-slider {
    margin-top: 60px;
}
.package-img:after {
    background: linear-gradient(to top,#019eb5 0%,rgba(1, 158, 181, 0));
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
    height: 160px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.package-img{position: relative;}
.package-img img {
    border-radius: 15px;
}
.package-blk {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.package-slider .slick-slide:nth-child(2n+2) {padding: 80px 0 0 0} 
/*.package-slider .slick-slide.slick-current.slick-active.slick-center{top: 45px;}*/
.package-slider .slick-slide{position: relative}
.package-slider .slick-slide{padding: 0 0 80px}
.package-text {
   
    font-family: 'HelveticaLt';
}
.package-text span {
    display: block;
    font-family: 'Helvetica';
}
.package-textbox {
    position: absolute;
    top: 73%;
    padding-left: 30px;
    color: #fff;
    font-size: 26px;
    width: 100%;
}
.package-arrow {
    background-position: -46px -8px;
    width: 15px;
    height: 12px;
    position: absolute;
    right: 29px;
   
}
.package-slider .slick-next{background-position:-35px -60px !important;background: url(/images/expo/sprite.png);width: 69px;height: 67px;top: -144px;right: 15%;}
.package-slider .slick-next:after {
    color: #01467b;
    position: absolute;
    right: 13px;
    width: 200px;
    height: 30px;
    top: 35px;
    z-index: 999;
    content: "Next Package";
    font-family: 'Helvetica';
    font-size: 18px;
    text-transform: capitalize
}
.dubai-expowrapp {
    background: url(/images/expo/dubai-expo.png) center center;
    height: 1075px;
    background-size: cover;
    margin-top: -13%;
    position: relative;
    
}  
.dubai-expo-text p {
    width: 45%;
    text-align: left;
    margin: 0 auto;
}
.dubai-expo-text .ttl {
    font-size: 100px;
    color: #052a5f;
}
.dubai-expo-text {
   
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}
.booknow-blk {
    display: flex;
    align-items: flex-start;    
}
.booknow-left {
    width: 50%;
}
.booknow-right {
    width: 50%;
    line-height: 0;position: relative;
}
.booknow-blk p {
    color: #000000;
}
.booknow-blk .ttl {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}
.booknow-blk .ttl span {
    display: block;
}
.booknow-left {
    width: 50%;
    padding: 25px 3%;
}
.booknow-wrapp {
    margin: 80px 0;
}
.booknow-right img {
    border-top-left-radius: 117px;
}
.booknow-btn {
    font-size: 24px;
    color: #275f9e;
    font-family: 'HelveticaLt';
    border: 1px solid #275f9e;
    border-radius: 50px;
    padding: 6px 50px 6px 20px;
    display: inline-block;
    margin-top: 30px;
    position: relative;
}
.booknow-btn:after {
    position: absolute;
    background: url(/images/expo/sprite.png);
    background-position: -46px -25px;
    width: 15px;
    height: 12px;
    content: "";
    top: 15px;
    right: 19px;
}
.booknow-btn span {
   
    font-family: 'Helvetica';
}
p.thiktext {
    font-weight: 600;
}
.second-blk.booknow-blk.second-blk {
    flex-direction: row-reverse;
}
.second-blk .booknow-right img {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 117px;
}
.explore-wrapp .ttl span {
    display: block;
}

.explore-text {
    color: #01467b;
    font-size: 22px;
    line-height: 1;
}
.explore-text span {
    display: block;
    font-family: 'Helvetica';
}
.explore-wrapp .ttl {
    line-height: 1;
    margin: 40px auto;
	
}
.explore-wrapp .ttl span {
    display: block;
}
.explore-ttl .ttl span {
    display: inline-block;
}
.explore-ttl .ttl {
    font-size: 168px;
	font-family: 'HelveticaNeueRegular';
}

.explore-slider .slick-next {
    left: auto;
    right: -25px;
    top: 30%;
    z-index: 1;
    width: 80px;
    height: 83px;
    border: none;
    border-radius: 0%;
    background: url(/images/expo/right_arrow.png) no-repeat;background-size: cover;
    /*cursor: url(../images/right_arrow.png) 10 3, auto;*/
    /*transition: 15s ease all;*/
    transform: scale(0.8);
}
.explore-slider .slick-prev {
    left: -25px;
    top: 30%;
    z-index: 1;
    width: 80px;
    height: 83px;
    right: auto;
    border: none;
    border-radius: 0%;
    background: url(/images/expo/left_arrow.png) no-repeat;background-size: cover;
    /*cursor: url(../images/left_arrow.png) 10 3, auto;*/
    /*transition: 15s ease all;*/
    transform: scale(0.8);
}
.explore-slider .slider-item {
    padding: 0 0 0 0;
}
.explore-slider .slick-slide img {
    display: block;
    width: 100%;
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.explore-slider .slider-item.slick-slide:nth-child(2n+2) {padding: 50px 0 0 0} 
.explore-img:after {
    background: linear-gradient(to top,#052a5f 0%,transparent);
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
    height: 160px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.explore-img {
    position: relative;
	width:90%;
	margin:0 auto;
}
.explore-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.explore-slider {
    width: 92%;
    margin: 70px auto 0;
    padding-bottom: 80px;
}
.explore-wrapp {
    background-image: linear-gradient(180deg, white, #0c97bf);
    padding: 50px 0 0;
}
.slider-text {
    color: #fff;
    font-family: 'Helvetica';
    font-size: 24px;
    position: relative;
    bottom: 55px;
    left: 30px;
}
.circle-img {
    width: 66%;
    position: absolute;
    right: 0;
    top: 12%;
}
.dubai-expo-img {
    position: absolute;
    top: 21px;
    right: 27px;
    z-index: 9;
    width: 140px;
}
.explore-slider .slick-dots {
    display: none !important;
}
.homepage-explore-ttl{margin-bottom: 0;padding-bottom: 40px;}
.experience-txtblk{margin-bottom: 30px;}



.expo-videowrapp .video-btnblk button {
    -webkit-appearance: none;
    background: none;
    border: none;
    outline: none;
    width: 60px;
}
    
.video-wrapp .pause-btn {
    display: none;
}
.expo-text .pause-btn2 {
    display: none;
}
.couple-package-banner .banner-text{left: 9%;}
.couple-package-container{padding: 100px 0 0 0;
    position: relative;
    z-index: 9;
    background: url(/images/package-back-1.jpg) top center no-repeat;
    background-size: contain;}
	
	.student-package-container{padding: 100px 0 0 0;
    position: relative;
    z-index: 9;
    background: url(/images/student-package-back-1.jpg) top center no-repeat;
    background-size: contain;}
	
	.friend-package-container{padding: 100px 0 0 0;
    position: relative;
    z-index: 9;
    background: url(/images/friends-package-back-1.jpg) top center no-repeat;
    background-size: contain;}
	
	
	.families-package-container{padding: 100px 0 0 0;
    position: relative;
    z-index: 9;
    background: url(/images/families-package-back-1.jpg) top center no-repeat;
    background-size: contain;}
	
	
.couple-img img{border-radius: 15px;}


.couple-textwrapp {
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 30px;
}
.package-container .container {
    position: relative;
}
.couple-packwrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.couple-img {
    position: relative;
}
.couple-img img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.couple-textwrapp {
    position: absolute;
    bottom: 33px;
    color: #fff;
    left: 30px;
}
.couple-text {
    font-size: 24px;
    font-family: 'Helvetica';
    margin-bottom: 20px;
}
.couple-price {
    font-size: 22px;
}
.couple-price span {
    font-family: 'Helvetica';
    display: block;
    font-size: 28px;
}
.next-arrow {
    position: absolute;
    bottom: 21px;
    right: 30px;
    transform: scale(0.7);
}
.couple-left {
    width: 47%;
    position: relative;
    margin-top: 2%;
}
.couple-right {
    width: 47%;
    margin-top: 15%;
}
.couple-pack {
    position: relative;
    margin-bottom: 50px;
}
.bookpack {
    position: absolute;
    bottom: -139px;

    background: #01c064;
    color: #fff;
    border-radius: 50px;
    padding: 0 26px 14px 30px;
    font-family: 'Helvetica';
    font-size: 26px;
    right: 20%;
}
.bookpack span {
    display: inline-block;
    width: 20px;
}
.bookpack span {
    display: inline-block;
    width: 54px;
    line-height: 0;
    position: relative;
    top: 11px;
    right: -9px;
}
span.booktext {
    width: auto !important;
    top: -6px;
}
.expo-videowrapp{height: 650px;}
/*.expo-videowrapp video {
    height: 650px;
}*/
.expo-videowrapp {
    position: relative;
}
.expo-videowrapp .video-btnblk button {
    width: 100px;
}
.expo-video-text p {
    color: #fff;
    width: 39%;
}
.expo-video-text {
    position: absolute;
    color: #fff;
    top: 35%;
    left: 0;
    right: 0;
    text-align: left;
    width: 80%;
    margin: 0 auto;
}
.expo-text {
    display: flex;
    justify-content: center;
    font-size: 116px;
    font-family: 'HelveticaNeueRegular';
}
.expo-video-text .video-btnblk{width: 104px;position: relative;left:auto;right:auto;margin:16px 20px 0}
.adventure-wrapp {
    background: url(/images/expo/adventure-back.jpg) center center no-repeat;
    background-size: cover;
    padding: 150px 0 250px;margin-bottom: 40px;
}
.adventure-blk {adventure-back.jpg
    width: 50%;
}
.adventure-blk .ttl {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}
.res-expotext{display: none}
.couple-expowrapp {
    background: url(/images/expo/expo-backimg.jpg) center center;
    height: 900px;
    background-size: cover;
    margin-top:-34%;
    position: relative;
    
}  

.student-expowrapp {
    background: url(/images/expo/student-expo-backimg.jpg) center center;
    height: 900px;
    background-size: cover;
    margin-top:-34%;
    position: relative;
    
} 


.friends-expowrapp {
    background: url(/images/expo/friends-expo-backimg.jpg) center center;
    height: 900px;
    background-size: cover;
    margin-top:-34%;
    position: relative;
    
} 

.families-expowrapp {
    background: url(/images/expo/families-expo-backimg.jpg) center center;
    height: 900px;
    background-size: cover;
    margin-top:-34%;
    position: relative;
    
} 

.families-expowrapp .dubai-expo-text p {color: #fff;}
.families-expowrapp .dubai-expo-text .ttl {color: #fff;}
.families-expowrapp .dubai-expo-text{bottom: 102px;}


.friends-expowrapp .dubai-expo-text p {color: #fff;}
.friends-expowrapp .dubai-expo-text .ttl {color: #fff;}
.friends-expowrapp .dubai-expo-text{bottom: 102px;}



.student-expowrapp .dubai-expo-text p {color: #fff;}
.student-expowrapp .dubai-expo-text .ttl {color: #fff;}
.student-expowrapp .dubai-expo-text{bottom: 102px;}
.couple-package-booknow{margin: 150px 0;}


.couple-expowrapp .dubai-expo-text p {color: #fff;}
.couple-expowrapp .dubai-expo-text .ttl {color: #fff;}
.couple-expowrapp .dubai-expo-text{bottom: 102px;}
.couple-package-booknow{margin: 150px 0;}

.list-blk li{font-size: 18px;line-height:20px;color:#0f5080;padding-left: 15px;margin-bottom: 15px;position: relative;}
.list-blk li:before{width: 5px;height: 5px;background: #0f5080;border-radius: 50%;position: absolute;left: 0;top: 8px;content: "";}


.theme-page-wrap{padding: 60px 0;}
.table-wrap{margin:40px 0 0;}
table {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
}
.table-blk tbody {
    border: 1px solid rgba(0,0,0,0.3);
}
.table-blk tr {
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: none;
}
.table-blk td {
    width: 20%;
    text-align: left;
    padding: 10px;
    line-height: 1.2 !important;
    font-size: 16px;font-family: 'Barlow-Regular';
    border-right: 1px solid rgba(0,0,0,0.3) !important;vertical-align: top;
}
.table-blk th{text-align: left;
    padding: 15px;
    line-height: 1.2 !important;
    font-size: 16px;font-family: 'Barlow-Regular';
    border-right: 1px solid rgba(0,0,0,0.3) !important;vertical-align: top;}
.table-blk ul li{margin-bottom: 10px;}

.time-to-travel-wrap{position: absolute;width: 90%;padding: 30px;margin:0 auto;top: 25%;left:0;right:0;background: rgba(255,255,255,0.7);}
.time-to-travel-blk p{line-height: 20px;}
.thankyou-wrapp {padding-top: 180px;}
.thankyou-text {text-align: center;font-family: 'Helvetica';color: #052a5f;font-size: 60px;}
.thankyou-subtext{text-align: center;color: #052a5f;font-size: 30px;}
.first-row{background: #052a5f;color: #fff;}
.second-row{background: #38aacb;color: #fff;}
.third-row{background: none;color: #052a5f;}
.grey-bg-row{background: #f1f1f1;color: #052a5f;}



.header-sect{height: 16vh;}

@media screen and (max-width: 767px){

.dubai_expo_package .theme-page-wrap .table-responsive {padding-top: 0px;}
			.timercount {
    position: absolute;
    margin: 66% 25%;
}
			.a1text {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    /*background: #148cae;*/
    padding: 5px 5px 0 5px;
    text-align: center;
    width: 200px;
    color: #b80d0d;
    position: relative;
}
			.a2text {
    font-family: Verdana, sans-serif;
    font-size: 22px;
    /*background: #148cae;*/
    padding: 0 5px 5px 5px;
    width: 200px;
    color: #b80d0d;
    text-shadow: 1px 1px #fff;
    text-align: center;
}

.dubai_expo_package .bookpack{bottom: -170px !important;padding: 10px 20px 10px 20px !important;}

.dubai_expo_package .bookpack span, .dubai_expo_package span.booktext{top:0px !important;vertical-align: middle;}
.dubai_expo_package .banner-wrapp, .dubai_expo_package .banner-img {height: auto;}
}


@media screen and (min-width: 991px){

.dubai_expo_package .banner-wrapp, .dubai_expo_package .banner-img {height: auto;}

.dubai_expo_package .couple-expowrapp .dubai-expo-text .bookpack {
    bottom: -190px;
}

.dubai_expo_package .bookpack {
    position: absolute;
    bottom: -190px;
    background: #01c064;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px 5px 20px;
    font-family: 'Helvetica';
    font-size: 26px;
    right: 20%;
    vertical-align: middle;
}

.dubai_expo_package span.booktext {
    width: auto !important;
    top: 0;
    vertical-align: middle;
}

.dubai_expo_package .bookpack span {
    display: inline-block;
    width: 54px;
    line-height: 0;
    position: relative;
    top: 0;
    right: -9px;
    vertical-align: middle;
}
}