@charset "utf-8";
@import "font.css";
/* CSS Document */


body {
    margin:0;
    padding:0;
    background:#ededed;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    outline: none;
    text-decoration: none;
    background: transparent;
    vertical-align: baseline;
    border:0;
}
a img {
    border:0;
}
a:hover {
}
form {
    display: inline;
}
.left{
    float: left;
}
.right{
    float: right;
}
h1, h2, h3, h4, h5, h6, p, label, header, footer, section, nav, fieldset, ul, li, a, form {
    margin:0;
    padding:0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.last {
    margin-right: 0px!important;
    padding-right: 0px!important;
    border:none!important;
}
.first {
    margin-left: 0px!important;
    padding-left: 0px!important;
}
.pinkcolr {
    background:#f34d8b;
}
.bluecolr {
    background:#3bb5c4;
}
.greencolr {
    background:#9cb913;
}
.orangecolr {
    background:#fa9938;
}
.wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: auto;
    position: relative;
    width: 1170px;
}
.container {
    float: left;
    margin: 0px 20px;
    width: 1130px;
}
.marginbottom {
    margin-bottom:30px;
}
.marginleft {
    margin-left:10px;
}
/*header*/
.header {
    float: left;
    position: relative;
    width: 100%;
    border-bottom:6px solid #d71b23;
}
.hedleft {
    float:left;
    width:338px;
}
.righthed {
    float:right;
    width:765px;
    margin-top: 20px;
}
.righttop {
    float:left;
    width:100%;
}
.conntact {
    float: right;
    line-height: 13px;
    margin-left: 35px;
    margin-right: 25px;
}
.conntact h4 {
    float:left;
    font-family:'DroidSansRegular';
    font-weight: normal;
    font-size:11px;
    color:#434343;
    margin-right: 20px\9;
}
.conntact span {
    margin-left: 10px;
    float:right;
    font-family: 'DroidSansRegular';
    font-weight: normal;
    font-size:16px;
    color:#d71b23;
    display: inline;
}
.logo {
    margin: 10px 20px;
    float: left;
}
.logo img {
    border:0;
}
.navigation {
    float:right;
    margin-right: 20px;
}
.navigation ul {
    float:right;
    text-decoration:none;
    list-style:none;
}
.navigation ul li {
    float:left;
}
.navigation ul li a {
    float:left;
    font-family:'DroidSansRegular';
    font-size:11px;
    color:#434343;
    border-right:1px solid #dcdcdc;
    padding:0px 8px;
}
.navigation ul li a.last {
    border:none;
}
.rightbottom {
    float: right;
    margin-top: 35px;
}
.mainnav {
    float:left;
    background:#d71b23;
    border-radius:5px 0 0 0;
}
.mainnav ul {
    float:right;
    text-decoration:none;
    list-style:none;
}
.mainnav ul li {
    float:left;
}
.mainnav ul li a {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:13px;
    color:#fff;
    padding:12px 14px;
    text-transform:uppercase;
}
/*banner*/
.banner {
    float:left;
    width:100%;
}
.bannercont {
    margin-top:135px;
    position: relative;
    float: left;
    width: 525px;
    margin-left:50px;
}
.bannercont h1 {
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:25px;
    color:#fff;
    text-shadow:0 1px 3px rgba(0, 0, 0, 0.3)
}
.buttnbanner {
    float:left;
    margin-top:20px;
}
.buttnbanner span a {
    background:#d71b23;
    padding:6px 10px;
    font-family: 'DroidSansRegular';
    font-size:11px;
    color:#fff;
    border-radius:5px;
}
/*content*/
.content {
    float:left;
    margin:20px 0px 20px 0px;
    width:100%;
}
.content h3,.content h2 {

    font-family: 'TitilliumMaps29L800wt';
    font-size:20px;
    color:#d71b23;
}
.content h3{float:left;}
.content h2{float:right;}
.conntact1 {
    float:left;
    width:100%;
    background-image: -ms-linear-gradient(bottom, #FFFFFF 50%, #e7e7e7 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #FFFFFF 50%, #e7e7e7 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #FFFFFF 50%, #e7e7e7 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #e7e7e7));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #e7e7e7 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(top, #FFFFFF 50%, #e7e7e7 100%);
}
.conntact3 {
    float:left;
    width:100%;
    border-top:6px solid #d71b23;
    background-image: -ms-linear-gradient(bottom, #FFFFFF 50%, #e7e7e7 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #FFFFFF 50%, #e7e7e7 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #FFFFFF 50%, #e7e7e7 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #e7e7e7));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 50%, #e7e7e7 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(top, #FFFFFF 50%, #e7e7e7 100%);
}
.contleft {
    float:left;
    width:542px;    
}
.contleft span {
    float:left;
    font-family: 'DroidSansRegular';
    font-size: 20px;
    color:#d71b23;
    width:100%;
    margin-left:20px;
    padding:10px 0px;
}
.contlefttop {
    float:left;
    width:100%;
}
.contnav {
    position:relative;
    float: left;
    width: 180px;
    z-index: 1;
}
.contnav ul {
    list-style: none;
}
.contnav ul li {
    color:#fff;
    margin-bottom:9px;
}
.contnav ul li:hover, .contnav ul li.active {
    background: url('../images/connavhover.png')no-repeat;
    background-image: url('../images/connavhover.png')\9;
    background-repeat: no-repeat\9;
    border-bottom: 0px;
}
.contnav ul li.active a {
    color:#fff;
}
.contnav ul li a {
    color: #565656;
    font-family: 'DroidSansRegular';
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 15px;
    padding: 3px 0 5px 5px;
    text-transform: uppercase;
    line-height: 32px;
}
.contnav ul li:hover a {
    color:#fff;
}
/*.contnav{float:left; border-bottom:1px solid #d1d1d1; padding-bottom:50px; }
.contnav ul{ text-decoration:none; list-style:none;}
.contnav ul li{ text-decoration:none;width:155px;}
.contnav ul li:hover,.contnav ul li.active{ background:#d71b23;padding: 2px 0;}
.contnav ul li a{ font-family: 'DroidSansRegular'; font-size:13px; color:#565656; line-height:30px; text-transform:uppercase;padding: 9px 20px;}
.contnav ul li a:hover,.contnav ul li a.active{ color:#fff; background:#d71b23;padding:9px 20px;}*/

.golffacility {
    background: url(../images/golf1.jpg) no-repeat;
}
.excursion{
    background: url(../images/excursion1.jpg) no-repeat;
}
.transportation{
    background: url(../images/trans1.jpg) no-repeat;
}
.entryformalities{
    background: url(../images/visa1.jpg) no-repeat;
}
.weddingplanner{
    background: url(../images/wedding1.jpg) no-repeat;
}
.contoutput{
    float:left;
    height: 205px;
    width: 380px;
    position: absolute;
    z-index: 0;
    margin-left: 160px;
}
.contoutput span {
    float: left;
    color:#fff;
}
.contoutput p {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:12px;
    color:#fff;
}

.contleftbotm {
    width:100%;
    border-top:1px solid #d1d1d1;
}
.contleftbotm h4 {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:13px;
    color:#3e6469;
    font-weight:bold;
    margin:20px 0px 10px 20px;
}
.contleftbotm p {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:12px;
    color:#3e6469;
    line-height:18px;
    margin-left:20px;
    width: 98%;
}
.contleftbotm span a {
    background:#d71b23;
    float:left;
    font-family: 'DroidSansRegular';
    font-size:11px;
    color:#fff;
    padding:3px 13px;
    border-radius:5px;
    margin-top:15px;
}
.contright {
    float:right;
    width:568px;
}
.packagecontent{
    float:left;
    width: 100%;
}
.contright span,.packagecontent span {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:18px;
    color:#d71b23;
    width:100%;
    margin-left:20px;
    padding:10px 0px;
}
.packagecontent .conrightbg{
    width:100%!important;
}
.conrightbg {
    float:left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border:1px solid #e7e7e7;
    width:548px;
    background:#fff;
}
.packegescont {
    float:left;
    border:1px solid #e8e8e8;
    width:252px;
    height:209px;
    margin:12px 10px 12px 10px;
}
.packegescont p {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:11px;
    color:#262626;
    margin:10px 10px;
    line-height:18px;
}
.packegescont span a,.viewmore {
    float:left;
    background:#f34d8b;
    font-family: 'DroidSansRegular';
    font-size:11px;
    color:#fff;
    padding:2px 5px;
    border-radius:5px;
    margin-top:-10px;
    margin-left:-10px;
}
.facilities {
    position: relative;
    padding: 10px 25px;
    float: left;
}
.facilities span {
    margin: 0;
}
.facilities .title {
    font-family: 'DroidSansBold';
    font-size: 14px;
    color:#fff;
    padding: 0;
    margin: 0 0 10px 0;
}
.redbtn {
    background: #D71B23;
    padding: 6px 10px;
    font-family: 'DroidSansRegular';
    font-size: 11px;
    color: #FFF;
    border-radius: 5px;
}
.quote {
    width:100%;
    min-height: 120px;
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    margin:20px 0;
}
.quoteleft {
    background-image: url('../images/quoteleft.png');
    width: 42px;
    height: 35px;
    position: absolute;
    top:12px;
}
.quoteright {
    background-image: url('../images/quoteright.png');
    width: 42px;
    height: 35px;
    position: absolute;
    bottom: 12px;
    right: 0px;
}
.quote_content {
    padding: 10px;
    position: relative;
    margin:20px 60px 15px 60px;
    overflow: hidden;
}
p.quotefont {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    color:#6b6b6b;
}
p.clientsay {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    float: right;
    color:#6b6b6b;
    margin-top:15px;
}
.micepara {
    float: left;
    padding:15px 0px;
    font-family: 'DroidSansRegular';
    font-size:14px;
    color:#555555;
    line-height: 20px;
}
.topfooter {
    width:100%;
    float:left;
    background:#d41b23;
}
.footertopicon {
    float: left;
    padding: 5px 44px 5px 0px;
    padding: 5px 29px 5px 0px\9;
}
.footertopicon span {
    float:left;
    padding-right:8px;
}
.footertopicon p {
    float:left;
    font-size:16px;
    font-family: 'DroidSansRegular';
    color:#fff;
    line-height: 44px;
}
.middlefooter {
    width:100%;
    float:left;
    background:#c5151c;
    padding:20px 0px;
}
.footercon1 {
    float:left;
    position: relative;
}
.footer_header {
    color:#fff;
    font-family: 'DroidSansRegular';
    font-size:16px;
    padding: 0px 39px;
}
.footer_list {
    float:left;
    margin-top:20px;
    border-right:1px solid #f67479;
    padding: 0px 32px;
    padding: 0px 29px\9;
    min-height: 120px;
}
.footer_list ul {
    float:left;
    text-decoration:none;
    list-style:none;
}
.footer_list ul li {
    text-decoration:none;
}
.footer_list ul li a {
    font-family: 'DroidSansRegular';
    font-size:12px;
    color:#fff;
    background: url(../images/arrow.png) no-repeat;
    padding:0px 0px 0px 20px;
    line-height:20px;
}
.bottomfooter {
    float:left;
    background:#d71b23;
    padding:10px 0px;
}
.inner_bottomfooter a {
    float:left;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height: 35px;
}
.inner_bottomfooter {
    float:left;
}
.inner_bottomfooter1 {
    float: right;
    width: 246px;
}
.skybluefont {
    float:left;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height: 35px;
    margin-right: 15px;
}
.socialicons {
    padding: 5px 0 0 0;
}
.sociaiconcircle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #f67479;
    float: left;
    margin: 0 2px;
}
.sociaiconcircle i.facebook {
    margin: 5px 10px;
}
.sociaiconcircle i {
    margin: 5px 6px;
}
.iconsize {
    font-size: 20px;
    color:#fff;
}
.corpoarate {
    float:left;
    width:100%;
    margin-top:0px;
    border-radius:5px;
    padding:15px 0px;
    border: 1px solid #e1e1e1;
}
.corpoarate span {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:18px;
    color:#292929;
    width:1120px;
    margin-left:0px;
    padding:8px 0px 8px 10px;
    border-radius:0px;
    border-bottom:1px solid #d1d1d1;
}
.corpoaratetop {
    float:left;
    width:95%;
}
.corportleftbotm {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:14px;
    color:#3e6469;
    line-height:22px;
    margin-left:20px;
    margin-top:10px;
    width:90%;
}
.paragraphcor {
    float:left;
    width:650px;
    margin-top:10px;
}
.profile {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:18px;
    color:#fff;
    margin-top:20px;
    background:#d71b23;
    width:100%;
    padding:8px 0px 8px 10px;
    border-radius:3px;
}
.visa {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:18px;
    color:#d71b23;
    line-height:18px;
    margin-left:20px;
    margin-top:10px;
}
.include {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:15px;
    color:#3d3d3d;
    line-height:18px;
}
.visaarrow {
    float:left;
}
.arrowpara {
    float:left;
    margin-top:3px;
}
.touristvisa {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:15px;
    color:#3e6469;
    line-height:18px;
    margin-left:10px;
}
.tourist {
    float:left;
    width:100%;
    margin-top:10px;
}
.Transit {
    float:left;
    width:100%;
    margin-top:10px;
    margin-bottom:0px;
}
.services {
    float:left;
    width:100%;
    padding:10px 0px;
}
.services p {
    float:left;
    font-family: 'titilliumtext22l_ltmedium';
    font-size:28px;
    color:#d71b23;
    margin-left:30px;
}
.contnav1 {
    position: relative;
    float: left;
    width:100%;
    z-index: 1;
}
.contnav1 ul {
    list-style: none;
    float:left;
}
.contnav1 ul li {
    margin-bottom: 9px;
    float:left;
}
.contnav1 ul li a {
    color: #d71b23;
    font-family: 'titilliumtext22l_ltmedium';
    font-size: 14px;
    font-weight: normal;
    padding-left:26px;
    text-transform: uppercase;
    line-height: 32px;
}
.contnav1 ul li a:hover, .contnav1 ul li.active a {
    color:#3d3d3d;
}
.contleft1 {
    float:left;
    width:100%;
}
.conntact2 {
    float:left;
    width:100%;
}
.leftcorporate {
    float:left;
    width:830px;
}
.leftcorporate1 {
    float:left;
    width:100%;
}
.leftcorporate1 p {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:15px;
    color:#3d3d3d;
    line-height:24px;
}
.leftcorporate p {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:15px;
    color:#3d3d3d;
    line-height:24px;
    margin-left:10px;
}
.rightcorporate {
    float:left;
    width:270px;
    padding-left:30px;

}
.corbottomcont {
    float:left;
    margin-top:15px;
}
.tourname {
    float:left;
    width:100%;
    margin-left:10px;
    margin-bottom:10px;
}
.one {
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
    color:#FFFFFF;
    background:#e51c24;
    padding:5px 12px;
    border-radius:100%;
}
.one1 {
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
    color:#FFFFFF;
    background:#e51c24;
    padding:6px 8px;
    border-radius:100%;
}
.dubai {
    float:left;
    margin-left:10px;
    font-family: 'TitilliumMaps29L800wt';
    font-size:22px;
    color:#3d3d3d;
    margin-top:5px;
}
.tourcont {
    float:left;
    width:100%;
    margin-top:0px;
}
.tourleft {
    float:left;
    width:805px;
    border:1px solid #e7e7e7;
    border-radius:5px;
    padding:15px 0px;
}
.tourleft1 {
    float:left;
    border:1px solid #e7e7e7;
    border-radius:5px;
    padding:15px 0px;
    margin-bottom:20px;
}
.tourpara {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:14px;
    color:#3d3d3d;
    line-height:24px;
    margin-left:10px;
    width:750px;
}
.tourpara1 {
    float:left;
    font-family: 'DroidSansRegular';
    font-size:14px;
    color:#3d3d3d;
    line-height:24px;
    margin-left:25px;
    margin-top:5px;
    width:95%;
}
.dubaicont {
    float:left;
    width:252px;
    margin-top:20px;
    margin-left:12px;
}
.dubaipast {
    float:left;
}
.dubaipastcont {
    float:left;
    font-family: 'titilliumtext22l_rgregular';
    font-size:16px;
    color:#fff;
    padding:10px 5px;
    width:242px;
    line-height:18px;
    text-align:center;
    height:36px;
}
.tourright {
    float:left;
    width:300px;
    border:1px solid #e7e7e7;
    border-radius:5px;
    padding:28px 0 0 0;
    margin-left:20px;
}
.tourdetail {
    float:left;
    text-transform:uppercase;
    font-family: 'TitilliumMaps29L800wt';
    font-size:19px;
    color:#3d3d3d;
    margin-top:5px;
    width:100%;
}
.details {
    float:left;
    width:410px;
    margin-top:20px;
    margin-left:15px;
}
.notes {
    float:left;
    width:380px;
    margin-top:20px;
}
.tourlist {
    float:left;
}
.tourlist ul {
    float:left;
    text-decoration:none;
    list-style:none;
}
.tourlist ul li {
    float:left;
    text-decoration:none;
    width:100%;
    border-bottom:1px solid #e7e7e7;
}
.tourlist ul li a {
    float:left;
    font-family: 'titilliumtext22l_ltmedium';
    font-size:14px;
    color:#e51c24;
    line-height:32px;
    margin-left:20px;
}
.tourlist ul li a:hover, .tourlist ul li.active a {
    color:#3d3d3d;
}
@-moz-document url-prefix() {
    .tourright{
    float:left;
    width:300px;
    border:1px solid #e7e7e7;
    border-radius:5px;
    padding:15px 0px;
    margin-left:20px;
}
}
.desert {
    float:left;
    font-family: 'titilliumtext22l_ltmedium';
    font-size:18px;
    color:#3d3d3d;
    margin-top:15px;
    width:100%;
}
/* Css by Jignesh for listing */

.desclisting {
    float: left;
    margin-top:20px;
}
.desclisting ul {
    list-style:none;
}
.desclisting ul li {
    background-image: url(../images/arrowpara.png);
    padding: 0px 10px 10px 23px;
    background-repeat:no-repeat;
    color: #3E6469;
    font-family: 'DroidSansRegular';
    font-size: 15px;
    line-height: 18px;
}
.action {
    float:left;
    font-family: 'DroidSansRegular';
    font-size: 24px;
    color: #c5151c;
    margin-top:5px;
    margin-left:8px;
}
.mapleft {
    float:left;
    margin-top:10px;
    width:750px;
}
.orgebtn {
    float:right;
    background:#c5151c;
    color:#fff;
    font-family:'titilliumtext22l_rgregular';
    font-size:16px;
    padding:4px 15px;
    margin-top:30px;
    border-radius:5px;
}
.orgebtn:hover {
    background:#d81922;
}
.rightcont {
    float:left;
    width:373px;
}
.Username {
    float:left;
    font-family:'Open Sans';
    font-size:13px;
    color:#767676;
    margin-top:15px;
    margin-top:10px;
    width:335px;
}
.namebox {
    background:#f0f0f0;
    border:1px solid #e6e6e6;
    border-radius: 0px;
    height:25px;
    line-height: 35px\9;
    padding:5px 10px;
    width:355px;
    color:#767676;
    margin-top:3px;
}
.textarea {
    float:left;
    width:355px;
    height:55px;
    line-height:35px\9;
    padding:10px 10px;
    background:#f0f0f0;
    border:1px solid #e6e6e6;
    color:#767676;
    margin-top:5px;
}
.contform {
    font-family: 'titilliumtext22l_rgregular';
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color:#3d3d3d;
    text-transform:none;
    padding:0px;
}
.contaddleft {
    float:left;
    width:340px;
    margin-bottom:20px;
}
.address {
    float:left;
    width:255px;
    margin-left:10px;
}
.add {
    float:left;
    font-family: 'Open Sans';
    font-size:14px;
    color:#767676;
    line-height:20px;
    margin-top:5px;
}
.phone {
    float:left;
    font-family: 'Open Sans';
    font-size:14px;
    color:#767676;
    line-height:20px;
    margin-top:3px;
}
.email {
    float:left;
    font-family: 'Open Sans';
    font-size:14px;
    color:#767676;
    line-height:20px;
    margin-top:3px;
}
.info {
    font-family: 'Open Sans';
    font-size:14px;
    color:#f22500;
    line-height:20px;
}
.map {
    float:left;
    width:720px;
    height:400px;
    margin-bottom:20px;
}
.underpro {
    float:left;
    text-align:center;
    width:100%;
    margin-top:100px;
    margin-bottom:100px;
    min-height: 450px;
}
.underpro h1 {
    float:left;
    font-family: 'titilliumtext22l_rgbold';
    color:#C5151C;
    font-size:24px;
    text-transform:uppercase;
    text-align:center;
    width:100%;
}
.underpro p {
    float:left;
    font-family: 'titilliumtext22l_ltmedium';
    color:#4d4d4d;
    font-size:18px;
    text-align:center;
    width:100%;
    margin-top:10px;
}
.highlights {
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}
.imgcont {
    float: left;
    position:relative;
    width: 100%;
}
.mice {
    float: left;
    position:relative;
    padding: 10px 0;
}
.snow_parkimg {
    position: relative;
    text-align: center;
    width: 100%;
    padding:10px 0;
}

.package1{
    background: url('../packages/Al-Ghurair-Rayhaan-by-Rotana.jpg')no-repeat;
    height: 2532px;
    width: 1166px;
}
.package2{
    background: url('../packages/Damac-Canel-View.jpg')no-repeat;
    height: 2478px;
    width: 1166px;
}
.package3{
    background: url('../packages/Damac-Cour-Jardin.jpg')no-repeat;
    height: 2477px;
    width: 1166px;
}
.package4{
    background: url('../packages/Damac-Maison-Dubai-Mall-one-Street.jpg')no-repeat;
    height: 2705px;
    width: 1166px;
}
.package5{
    background: url('../packages/package5.jpg')no-repeat;
    height: 3154px;
    width: 1166px;
}
.package6{
    background: url('../packages/package6.jpg')no-repeat;
    height: 4170px;
    width: 1166px;
}
.package7{
    background: url('../packages/package7.jpg')no-repeat;
    height: 2718px;
    width: 1166px;
}
.package8{
    background: url('../packages/package8.jpg')no-repeat;
    height: 2083px;
    width: 1166px;
}
.package9{
    background: url('../packages/package9.jpg')no-repeat;
    height: 2400px;
    width: 1166px;
}
.package10{
    background: url('../packages/taj-hotel-dubai.jpg')no-repeat;
    height: 2988px;
    width: 1166px;
}
.yasvictory{
    background: url('../packages/yasvictory.jpg')no-repeat;
    height: 3221px;
    width: 1166px;
}
.burjalarab{
    background: url('../packages/burjalarab.jpg')no-repeat;
    height: 3224px;
    width: 1166px;
}
.millenniumhotelpackage{
    background: url('../packages/millenniumhotelpackage.jpg')no-repeat;
    height: 2661px;
    width: 1166px;
}
.burjalarabjumeirah{
    background: url('../packages/burjalarabjumeirah.jpg')no-repeat;
    height: 2676px;
    width: 1166px;
}
.fortuneboutiquehotel
{
    background: url('../packages/fortuneboutiquehotel.jpg')no-repeat;
    height: 2712px;
    width: 1166px;
}
.fourpointsbysheratondowntown{
    background: url('../packages/fourpointsbysheratondowntown.jpg')no-repeat;
    height: 2730px;
    width: 1166px;
}
.fourpointsbysheratonszr{
    background: url('../packages/fourpointsbysheratonszr.jpg')no-repeat;
    height: 2727px;
    width: 1166px;
}
.exclusivedealwithallocationfromturningpoint{
    background: url('../packages/exclusivedealwithallocationfromturningpoint.jpg')no-repeat;
    height: 2108px;
    width: 1166px;
}
.damac-flyer{
    background: url('../packages/damac-flyer.jpg')no-repeat;
    height: 2655px;
    width: 1166px;
}
.ibis-styles-hotel-jumeirah-dubai{
    background: url('../packages/ibis-styles-hotel-jumeirah-dubai.jpg')no-repeat;
    height: 2800px;
    width: 1166px;
}
.jood-palace-ex-taj-palace-deira{
    background: url('../packages/jood-palace-ex-taj-palace-deira.jpg')no-repeat;
    height: 2836px;
    width: 1166px;
}
.sheraton-grand-hotel{
    background: url('../packages/sheraton-grand-hotel.jpg')no-repeat;
    height: 2775px;
    width: 1166px;
}
.special-deal-indian-market{
    background: url('../packages/special-deal-indian-market.jpg')no-repeat;
    height: 2558px;
    width: 1166px;
}
.millenniumplazagrandmillennium{
    background: url('../packages/millenniumplazagrandmillennium.jpg')no-repeat;
    height: 3185px;
    width: 1166px;
}
.citymaxhotelburdubai{
     background: url('../packages/citymaxhotelburdubai.jpg')no-repeat;
    height: 2733px;
    width: 1166px;
}
.jumeirahcreeksidehotel{
     background: url('../packages/jumeirahcreeksidehotel.jpg')no-repeat;
    height: 3450px;
    width: 1166px;
}
.metropolitan-hotel-dubai{
     background: url('../packages/metropolitan-hotel-dubai.jpg')no-repeat;
    height: 2082px;
    width: 1166px;
}
.rove-city-centre-dubai{
     background: url('../packages/rove-city-centre-dubai.jpg')no-repeat;
    height: 2266px;
    width: 1166px;
}
.taj-dubai-winter-offer{
     background: url('../packages/taj-dubai-winter-offer.jpg')no-repeat;
    height: 2220px;
    width: 1166px;
}
.winter-special-offer-jumeirah-creekside-hotel{
     background: url('../packages/winter-special-offer-jumeirah-creekside-hotel.jpg')no-repeat;
    height: 3300px;
    width: 1166px;
}
.winter-special-offer-st-regis-whotel{
     background: url('../packages/winter-special-offer-st-regis-whotel.jpg')no-repeat;
    height: 2898px;
    width: 1166px;
}


.deluxe-overnight-camping{
     background: url('../packages/deluxe-overnight-camping.jpg')no-repeat;
    height: 1612px;
    width: 1166px;
}
.premium-overnight-camping{
     background: url('../packages/premium-overnight-camping.jpg')no-repeat;
    height: 1574px;
    width: 1166px;
}
.standard-overnight-camping{
     background: url('../packages/standard-overnight-camping.jpg')no-repeat;
    height: 1549px;
    width: 1166px;
}