/* LESS Document */


/* LESS Document */

@font-face {
    font-family: 'myraidpro';
    src: url('fonts/myraidpro/myriadpro-regular-webfont.eot');
    src: url('fonts/myraidpro/myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/myraidpro/myriadpro-regular-webfont.woff2') format('woff2'), url('fonts/myraidpro/myriadpro-regular-webfont.woff') format('woff'), url('fonts/myraidpro/myriadpro-regular-webfont.ttf') format('truetype'), url('fonts/myraidpro/myriadpro-regular-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myraidprosemi';
    src: url('fonts/myraidpro-semibold/myriadpro-semibold-webfont.eot');
    src: url('fonts/myraidpro-semibold/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/myraidpro-semibold/myriadpro-semibold-webfont.woff2') format('woff2'), url('fonts/myraidpro-semibold/myriadpro-semibold-webfont.woff') format('woff'), url('fonts/myraidpro-semibold/myriadpro-semibold-webfont.ttf') format('truetype'), url('fonts/myraidpro-semibold/myriadpro-semibold-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myraidprobold';
    src: url('fonts/myraidpro-bold/myriadpro-bold-webfont.eot');
    src: url('fonts/myraidpro-bold/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/myraidpro-bold/myriadpro-bold-webfont.woff2') format('woff2'), url('fonts/myraidpro-bold/myriadpro-bold-webfont.woff') format('woff'), url('fonts/myraidpro-bold/myriadpro-bold-webfont.ttf') format('truetype'), url('fonts/myraidpro-bold/myriadpro-bold-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidArabicKufiRegular';
    src: url('fonts/DroidKufi-Regular/droidkufi-regular.eot');
    src: url('fonts/DroidKufi-Regular/droidkufi-regular.eot') format('embedded-opentype'), url('fonts/DroidKufi-Regular/droidkufi-regular.woff') format('woff'), url('fonts/DroidKufi-Regular/droidkufi-regular.ttf') format('truetype'), url('fonts/DroidKufi-Regular/droidkufi-regular.svg#DroidArabicKufiRegular') format('svg');
}

a {
    color: #299ad6;
    text-decoration: none;
}

a:hover {
    color: #004693;
    text-decoration: none;
}

a img {
    border: none;
    vertical-align: top;
}

.text-area {
    width: 100% !important;
    height: 90px !important;
}

.text-justify {
    text-align: justify;
}

p {
    margin-bottom: 25px;
    line-height: 22px;
}

h3 {
    font-size: 26px;
    color: #004693;
}

.mrb0 {
    margin-bottom: 0px !important;
}

.mrt0 {
    margin-top: 0px !important;
}

.inner-banner iframe {
    width: 100%;
    height: 485px;
}

.active-2 {
    background-color: #004693;
    color: #FFF !important;
    display: block;
    border-radius: 50px;
}

.small {
    width: 45% !important;
}

.inline-form {
    width: 100%;
}

.inline-form ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
}

.inline-form ul li {
    list-style: none;
    display: inline-block;
}

.inline-form ul li:first-child {
    vertical-align: top;
    line-height: 36px;
    width: 26%;
    color: #ffffff;
    font-size: 17px;
    white-space: nowrap;
}

.inline-form ul li:last-child {
    width: 72%;
    color: #ffffff;
    font-size: 17px;
}

.ctable {
    width: 100%;
    text-align: center;
    display: table;
}

.ctable .trow.thead {
    color: #004693;
}

.ctable .trow.tbody div {
    border-top: 0px;
}

.ctable .trow {
    display: table-row;
    width: 100%;
}

.ctable .trow:nth-child(even) {
    background: #f8fafc;
}

.ctable .trow:nth-child(odd) {
    background: #FFF;
}

.ctable .trow div {
    padding: 15px 0px;
    border-top: 1px solid #e6edf3;
    border-bottom: 1px solid #e6edf3;
    display: table-cell;
}

.dropdown.open .carat {
    margin-top: -4px;
    border-bottom: 0px;
}

.dropdown {
    color: #999999;
    font-size: 14px;
    border: solid 1px #004693;
    border-radius: 8px;
    height: 36px;
    width: 167px;
}

.dropdown ul {
    margin: 0px;
}

.dropdown ul li {
    display: block !important;
    color: #666666 !important;
    font-style: italic;
}

.dropdown ul li:first-child {
    width: 100%;
    line-height: normal;
    margin: 0px !important;
}

.dropdown ul li:hover {
    background: #004693;
    color: #FFF !important;
}

.dropdown .selected {
    font-size: 14px;
    line-height: normal;
    color: #666666;
    font-style: italic;
}

.dropdown .selected:after {
    box-shadow: none;
}

.dropdown .carat {
    border: 0px;
    width: 35px;
    height: 35px;
    background-color: #084694;
    top: 3px;
    right: 0;
    border-radius: 5px;
}

.dropdown .carat:after {
    content: '\f0d7';
    color: #FFF;
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    left: 14px;
}

.tab-content {
    background: none;
}


/*Responsive*/

* {
    margin: 0px;
    padding: 0px;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
}

body {
    font-family: 'myraidpro';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #808080;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFF;
}

.page-width {
    width: 1170px;
    margin: auto;
}

.input {
    border: solid 1px #004693;
    border-radius: 8px;
    padding: 5px 5px;
    height: 36px;
    width: 100%;
}

.text-center {
    text-align: center;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
}

.readmore-contents {
    display: none;
}

.hide {
    display: none;
}

.table-responsive {
    max-width: 100%;
    overflow-x: auto;
}

.booking-table input[type='checkbox'] {
    display: none;
}

.btn {
    background-color: #084694;
    border-radius: 10px;
    font-size: 14px;
    font-style: italic;
    padding: 9px 25px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.btn:hover {
    background-color: #299ad6;
    border-radius: 10px;
    font-size: 14px;
    font-style: italic;
    padding: 9px 25px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.btn.grey {
    background-color: #808080;
    border-radius: 10px;
    font-size: 14px;
    font-style: italic;
    padding: 9px 25px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.btn.grey:hover {
    background-color: #299ad6;
    border-radius: 10px;
    font-size: 14px;
    font-style: italic;
    padding: 9px 25px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.brd18 {
    border-radius: 18px;
}

h1 {
    font-size: 35px;
    color: #004693;
    padding-bottom: 25px;
    font-weight: 400;
}

.gridview {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.gridview .col-5 {
    width: 20%;
    float: left;
    padding: 0px 15px;
}

.gridview .col-4 {
    width: 25%;
    float: left;
    padding: 0px 15px;
}

.gridview .col-3 {
    width: 33%;
    float: left;
    padding: 0px 15px;
}

.gridview:after {
    clear: both;
    content: '';
    display: block;
}

.scroll-pane {
    height: 367px;
    overflow: hidden;
}

.ctable {
    width: 100%;
    text-align: center;
    display: table;
}

.ctable .trow.thead {
    color: #004693;
}

.ctable .thead {
    display: table;
    width: 100%;
}

.ctable .trow.tbody>div {
    border-top: 0px;
}

.ctable>.trow {
    display: table-row;
    width: 100%;
}

.ctable>.trow>div {
    padding: 15px 5px;
    border-top: 1px solid #e6edf3;
    border-bottom: 1px solid #e6edf3;
    display: table-cell;
}

.ctable>.trow:nth-child(even) {
    background: #f8fafc;
}

.ctable>.trow:nth-child(odd) {
    background: #FFF;
}

a.readmore {
    border-bottom: dashed 1px #299ad6;
}

ul li {
    list-style: none;
}

header {
    padding: 5px 0px;
    position: relative;
    z-index: 1000;
    width: 1170px;
    margin: auto;
}

header .logo {
    float: left;
    width: 300px;
    padding-top: 15px;
}

header .shortlinks {
    float: right;
    width: 231px;
    padding: 23px 0px;
    padding-right: 26px;
}

header .shortlinks ul {
    text-align: center;
}

header .shortlinks ul li {
    list-style: none;
    font-size: 14px;
    display: inline-block;
    padding-left: 5px;
}

header .shortlinks ul li:after {
    content: "";
    color: #004693;
    display: inline-block;
    border-right: solid 2px #004693;
    height: 15px;
    vertical-align: middle;
    padding-left: 10px;
}

header .shortlinks ul li:last-child:after {
    content: "";
    border-right: none;
}

header .shortlinks .search {
    position: relative;
    height: 36px;
    margin-top: 8px;
}

header .shortlinks .search button {
    border-radius: 8px;
    height: 36px;
    width: 36px;
    border: none;
    background: none;
    background-color: #004693;
    position: absolute;
    right: 0px;
    color: #ffffff;
    top: 0px;
}

header .shortlinks .search button:hover {
    background-color: #299ad6;
}

header .shortlinks .search .input {
    position: relative;
}

header:after {
    clear: both;
    content: '';
    display: block;
}

.home nav {
    position: absolute;
    top: 119px;
    z-index: 1;
}

nav {
    background-color: rgba(34, 95, 162, 0.6);
    width: 100%;
    position: relative;
    z-index: 999;
}

nav ul {
    width: 1170px;
    margin: auto;
}

nav ul>li {
    display: inline-block;
    font-size: 19px;
    position: relative;
}

nav ul>li.has-child>a:after {
    content: "\f107";
    font-family: fontAwesome;
    margin-left: 7px;
}

nav ul>li:hover {
    background-color: #225fa2;
}

nav ul>li:hover>ul {
    display: block;
}

nav ul>li:hover>a {
    color: #ffffff;
}

nav ul>li>a {
    color: #ffffff;
    display: block;
    padding: 18px 0px;
    text-align: center
}

nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    max-width: 280px;
    background: #225fa2;
    display: none;
}

nav ul li ul li {
    display: block;
    font-size: 16px;
}

nav ul li ul li:last-child {
    border-bottom: 0;
}

nav ul li ul li:hover {
    background-color: #004693;
}

nav ul li ul li a {
    color: #FFF;
    padding: 14px 20px;
    text-align: left;
}

#rtl nav ul>li.has-child>a:after {
    margin: 0 7px 0 0;
}

.homebanner .slick-slide {
    position: relative;
}

.homebanner .slick-slide .caption {
    position: absolute;
    bottom: 20px;
    left: 25px;
    text-align: right;
    width: 1170px;
    margin: auto;
}

.homebanner .slick-slide .caption h2 {
    font-family: 'myraidprobold';
    font-size: 50px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
    line-height: 50px;
}

.homebanner .slick-slide .caption h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000000;
    padding-bottom: 5px;
}

.homebanner .slick-slide .caption .readmore {
    border: solid 2px #ffffff;
    border-radius: 20px;
    color: #ffffff;
    padding: 1px 15px;
    font-size: 20px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #000000;
}

.homebanner .slick-slide .caption .readmore:hover {
    color: #004693;
}

.home-items {
    margin-top: 50px;
}

.home-items>div .image {
    text-align: center;
    padding-bottom: 10px;
}

.home-items>div img {
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
}

.home-items>div p {
    font-size: 14px;
    font-family: 'myraidprosemi';
    text-align: center;
    margin-bottom: 0px;
    padding: 10px 27px 0px 27px;
}

.home-items>div a {
    font-size: 20px;
    font-family: 'myraidpro';
}

.home-items:after {
    clear: both;
    content: '';
    display: block;
}

@media only screen and (max-width: 1050px) {
    .home-items .home-items {
        padding: 0px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .home-items .home-items .slick-slide {
        padding: 0px 10px;
    }
    .home-items .home-items .slick-slide p {
        font-size: 12px;
        padding-top: 2px;
    }
}

.gallery-slider {
    margin: 50px -10px 0 -10px;
}

.gallery-slider .slick-slide {
    width: 33.3333%;
    padding: 0px 10px;
}

.gallery-slider .slick-next {
    right: -50px;
}

.gallery-slider .slick-prev {
    left: -50px;
}

.gallery-slider img {
    border-radius: 15px;
    max-width: 100%;
    min-width: 100%;
}

.gallery-slider a {
    display: block;
    position: relative;
}

.gallery-slider a:hover .overlay {
    opacity: 1;
}

.gallery-slider a:after,
.gallery-slider a before {
    clear: both;
    content: '';
    display: block;
}

.gallery-slider .overlay {
    background: rgba(0, 70, 147, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .75s ease;
    -moz-transition: opacity .75s ease;
    position: absolute;
    color: #ffffff;
    clear: both;
    content: '';
    display: block;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    left: 0;
}

.gallery-slider .overlay span {
    position: relative;
    display: block;
    padding: 0 15px;
    top: 82px;
}

.gallery-slider button:hover:after {
    color: #004693;
}

@media only screen and (max-width: 1300px) {
    .gallery-slider .gallery-slider .slick-next {
        right: 15px;
        color: white;
    }
    .gallery-slider .gallery-slider .slick-prev {
        left: 10px;
        color: white;
    }
    .gallery-slider .gallery-slider .slick-prev:after,
    .gallery-slider .gallery-slider .slick-next:after {
        color: white;
    }
}

@media only screen and (max-width: 950px) {
    .gallery-slider .gallery-slider .overlay span {
        top: 45px;
    }
}

.addbanner {
    margin-top: 45px;
}

footer {
    background-color: #004693;
    border-top: solid 2px #299ad6;
    padding: 28px 0px;
    margin-top: 20px;
    clear: both;
    content: '';
    display: block;
}

footer ul {
    text-align: center;
}

footer ul li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

footer ul li a {
    color: #ffffff;
    font-size: 18px;
}

footer ul li a:hover {
    color: #299ad6;
}

footer ul li:after {
    border-right: solid 2px #299ad6;
    content: "";
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    padding: 0px 0px 0px 10px;
}

footer ul li:last-child:after {
    border-right: 0px;
}

.copyright {
    font-size: 14px;
    text-align: center;
    padding: 20px 0px;
}

.content-container {
    margin-top: 30px;
    margin-bottom: 20px;
}

.content-container:after {
    clear: both;
    content: '';
    display: block;
}

.breadcrumbs {
    margin-bottom: 45px;
}

.breadcrumbs ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #808080;
}

.breadcrumbs ul li a {
    color: #004693;
}

.breadcrumbs ul li a:hover {
    color: #299ad6;
}

.vacancies {
    margin-top: 60px;
}

.vacancies .row {
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #f2f6f9;
    padding: 25px 20px;
    width: 990px;
}

.vacancies .row ul.info {
    background-color: #ffffff;
    border: solid 1px #e6edf3;
    margin-top: 30px;
    margin-bottom: 20px;
}

.vacancies .row ul.info li {
    width: 49%;
    display: inline-block;
    color: #004693;
    padding: 15px 0px;
}

.vacancies .row ul.info li:first-child {
    text-align: left;
    padding-left: 25px;
}

.vacancies .row ul.info li:last-child {
    text-align: right;
}

.vacancies .row ul.info li span {
    color: #808080;
    display: inline-block;
    padding-right: 15px;
}

.vacancies .row .readmore {
    float: left;
}

.vacancies .row .btn {
    float: right;
}

.vacancies .row:after {
    clear: both;
    content: '';
    display: block;
}

.affiliates .col-5 {
    position: relative;
}

.affiliates .affimage {
    max-width: 100%;
}

.affiliates a {
    border-radius: 15px;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.affiliates a:hover .overlay {
    opacity: 1;
}

.affiliates .overlay {
    left: 0px;
    padding: 10px;
    min-height: 62px;
    bottom: 15px;
    width: 100%;
    background: rgba(0, 70, 147, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .75s ease;
    -moz-transition: opacity .75s ease;
    position: absolute;
    color: #ffffff;
}

.affiliates .overlay .scroll-pane {
    height: 179px;
}

.affiliates .overlay .nicescroll-rails:after {
    background: none;
}

.affiliates .overlay .title {
    padding-right: 20px;
    max-height: 180px;
    text-align: justify;
}

.affiliates .overlay span {
    text-align: center;
    display: block;
    font-size: 19px;
}

.affiliates .col-5 {
    margin-bottom: 25px;
}

#box:hover #overlay {
    opacity: 1;
}

.giftshop {
    margin-top: 30px;
}

.giftshop .affimage {
    border-radius: 15px;
    max-width: 100%;
    border: 1px solid #299ad6;
}

.giftshop a {
    display: block;
    position: relative;
    width: 100%;
}

.giftshop a:hover .overlay {
    opacity: 1;
}

.giftshop .overlay {
    border-radius: 17px;
    padding: 10px 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 70, 147, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .75s ease;
    -moz-transition: opacity .75s ease;
    position: absolute;
    color: #ffffff;
}

.giftshop .overlay .scroll-pane {
    height: 230px;
}

.giftshop .overlay .nicescroll-rails:after {
    background: none;
}

.giftshop .overlay .title {
    font-size: 18px;
    padding-bottom: 0px;
    text-align: center;
}

.giftshop .overlay .overlay-scroll {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    height: calc(100% - 90px);
    overflow-y: auto;
}

.giftshop .overlay span {
    display: block;
    font-size: 14px;
    padding: 20px 25px;
    line-height: 22px;
    text-align: justify;
}

.giftshop .overlay .btn {
    font-size: 16px;
    color: #084694;
    display: inline-block;
    font-style: inherit;
    background: #FFF;
    padding: 3px 15px;
    border-radius: 8px;
    margin-top: 70px;
}

.giftshop .overlay .btn:hover {
    color: #FFF;
    background: #084694;
}

.giftshop .col-4 {
    margin-bottom: 25px;
}

.inner-banner {
    margin-top: -88px;
    z-index: -1;
    margin-bottom: 30px;
}

.inner-banner img {
    width: 100%;
}

.inner-banner.contact {
    margin-top: -58px;
}

.contactus .breadcrumbs {
    margin-top: 30px;
}

.contactus .address-container .address {
    border-radius: 15px;
    background-color: #f2f6f9;
    padding: 25px 20px;
    width: 537px;
    margin-bottom: 20px;
}

.contactus .address-container .address h3 {
    font-weight: 400;
}

.contactus .address-container .address p {
    color: #004693;
    font-size: 20px;
    padding-top: 5px;
}

.contactus .address-container .address ul li {
    display: inline-block;
    font-size: 20px;
}

.contactus .address-container .address ul li span {
    padding-left: 5px;
    padding-right: 3px;
}

.tabs {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 751px) {
    .tabs {
        display: flex;
    }
}

.tabs:after {
    clear: both;
    content: '';
    display: block;
}

.tabs>.left {
    width: 200px;
    float: left;
}

.tabs>.left ul li {
    font-size: 22px;
    padding: 15px;
    cursor: pointer;
    color: #299ad6;
}

.tabs>.left ul li:hover {
    background: #f2f6f9;
    color: #004693;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 15px 0 #f2f6f9;
}

.tabs>.left ul li.active {
    background: #f2f6f9;
    color: #004693;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 15px 0 #f2f6f9;
}

.tabs>.right {
    float: right;
    border-radius: 15px;
    background-color: #f2f6f9;
    padding: 25px 20px;
    width: 990px;
    width: calc(970px);
    padding: 25px 30px;
}

.gallery {
    margin-top: 30px;
}

.gallery .affimage {
    border-radius: 15px;
    max-width: 100%;
}

.gallery .gallery-album {
    position: relative;
    cursor: pointer;
}

.gallery .gallery-album:hover .overlay {
    opacity: 1;
}

.gallery a {
    display: block;
    position: relative;
    width: 100%;
}

.gallery a:hover .overlay {
    opacity: 1;
}

.gallery .overlay {
    border-radius: 17px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 13px 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 70, 147, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .75s ease;
    -moz-transition: opacity .75s ease;
    position: absolute;
    color: #ffffff;
}

.gallery .overlay span {
    font-size: 24px;
    font-weight: 400;
}

.gallery .col-3 {
    margin-bottom: 25px;
}


/*.media-news .news-detail {
  margin-top: 40px;
}*/

.media-news .news-detail h1 span {
    font-size: 14px;
    color: #808080;
    display: block;
}

.media-news .news-detail p {
    line-height: 24px;
    margin-bottom: 14px;
}

.media-news .pull-right ul li {
    display: inline-block;
    color: #299ad6;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.media-news .pull-right ul li a {
    color: #004693;
    font-size: 18px;
    line-height: 30px;
}

.media-news .pull-right ul li a:hover {
    background-color: #004693;
    color: #FFF;
    display: block;
    border-radius: 50px;
}

#register-popup {
    height: 815px;
}

.popup-wrapper {
    position: absolute;
    height: 450px;
    background: rgba(8, 70, 148, 0.94);
    width: 100%;
    display: none;
    z-index: 1001;
}

.popup-wrapper .popup {
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 80px;
}

.popup-wrapper .popup .closepopup {
    position: absolute;
    top: -20px;
    right: -20px;
    color: #ffffff;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 14px;
    height: 14px;
}

.popup-wrapper .popup .closepopup:hover {
    background-position: bottom;
}

.popup-wrapper .popup .btn {
    border: solid 2px #ffffff;
    padding: 9px 32px;
}

.popup-wrapper .login-popup {
    width: 400px;
}

.popup-wrapper .login-popup h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding-bottom: 50px;
}

.popup-wrapper .login-popup .input {
    width: 95%;
}

.popup-wrapper .register-popup {
    width: 1016px;
    height: auto;
}

.popup-wrapper .register-popup h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding-bottom: 50px;
}

.popup-wrapper .register-popup h2 {
    font-size: 26px;
    color: #FFF;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #83a5cc;
    margin-right: 7px;
    margin-bottom: 18px;
}

.popup-wrapper .register-popup .pull-left {
    width: 45%;
    margin-bottom: 20px;
}

.popup-wrapper .register-popup .pull-left .inline-form ul li.small {
    position: relative;
}

.popup-wrapper .register-popup .pull-left .inline-form ul li.small span {
    position: absolute;
    right: 15px;
    top: 6px;
}

.popup-wrapper .register-popup .pull-left .inline-form ul ul {
    margin-bottom: 0px;
}

.popup-wrapper .register-popup .pull-left .inline-form ul ul li {
    display: inline-block;
}

.popup-wrapper .register-popup .pull-left .inline-form ul ul li:first-child {
    margin-right: 20px;
}

.popup-wrapper .register-popup .pull-left .inline-form ul ul li:last-child {
    width: auto;
}

.popup-wrapper .register-popup .pull-right {
    width: 48%;
}

.popup-wrapper .register-popup .bottom-section {
    clear: both;
    content: '';
    display: block;
}

.popup-wrapper .register-popup .text-center {
    margin-top: 15px;
    /*display:inline-block;*/
}

.popup-wrapper .register-popup .input {
    width: 100%;
}

.csscheck {
    display: none;
}

.csscheck+label {
    background: url(../images/check.png) left top no-repeat;
    padding-left: 40px;
    height: 18px;
    display: block;
    cursor: pointer;
    line-height: 18px;
    background-position: left bottom;
    color: #ffffff;
}

.csscheck:checked+label {
    background-position: left top;
}

.radio {
    display: none;
}

.radio+label {
    background: url(../images/radio.png) left top no-repeat;
    padding-left: 30px;
    height: 23px;
    display: block;
    cursor: pointer;
    line-height: 23px;
    background-position: left top;
}

.radio:checked+label {
    background-position: left bottom;
}

.contactus-2 p {
    font-size: 18px;
}

.contactus-2 .pull-left {
    width: 50%;
}

.contactus-2 .pull-left .inline-form ul li:first-child {
    color: #299ad6;
    width: 29%;
    font-size: 19px;
}

.contactus-2 .pull-left .inline-form ul li:last-child {
    width: 69%;
}

.contactus-2 .pull-left .inline-form ul li .dropdown.open .carat {
    margin-top: -4px;
}

.contactus-2 .pull-left .inline-form ul li .dropdown {
    border: solid 1px #004693;
    border-radius: 8px;
    height: 36px;
    width: 100%;
}

.contactus-2 .pull-left .inline-form ul li .dropdown .carat {
    border: 0px;
    width: 35px;
    height: 35px;
    background-color: #084694;
    top: 3px;
    right: 0;
    border-radius: 5px;
}

.contactus-2 .pull-left .inline-form ul li .dropdown .carat:after {
    content: '\f0d7';
    color: #FFF;
    font-family: 'FontAwesome';
    position: absolute;
    top: 9px;
    left: 12px;
}

.contactus-2 .pull-left .inline-form ul li .dropdown .selected {
    color: #999999;
    font-size: 13px;
    font-style: italic;
    padding: 11px 12px;
}

.contactus-2 .pull-left .inline-form ul li .dropdown li {
    display: block;
    font-size: 13px;
    color: #999999;
}

.contactus-2 .pull-left .inline-form ul li .dropdown li:hover {
    background-color: #004693;
    color: #FFF;
}

.contactus-2 .pull-left .inline-form ul li .dropdown li:first-child {
    width: auto;
    line-height: normal !important;
}

.contactus-2 .pull-left .inline-form ul li .dropdown li:last-child {
    width: auto;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.tab-pane.active {
    display: block;
}

.category-tabs .left {
    float: left;
    width: 560px;
    padding-right: 25px;
}

.category-tabs .right {
    float: right;
    width: 335px;
}

.category-tabs h3 {
    font-size: 20px;
    padding-bottom: 20px;
}

.category-tabs ol {
    list-style-type: decimal;
}

.category-tabs ol li {
    margin-left: 20px;
    padding-left: 15px;
    margin-bottom: 25px;
    text-align: justify;
    font-size: 15px;
}

.online-booking:after {
    clear: both;
    content: '';
    display: block;
}

.online-booking .left {
    float: left;
    border-radius: 15px;
    background-color: #f2f6f9;
    padding: 25px 20px;
    width: 760px;
}

.online-booking .left .booking-row:after {
    clear: both;
    content: '';
    display: block;
}

.online-booking .left .booking-row .pull-left ul li {
    color: #004693;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.online-booking .left .booking-row .pull-left ul li .input {
    font-style: italic;
    color: #999999;
    font-size: 12px;
    height: 35px;
}

.online-booking .left .booking-row .pull-left ul li span {
    position: absolute;
    top: -2px;
    right: 0px;
}

.online-booking .left .booking-row .pull-left ul li:first-child {
    margin-right: 15px;
}

.online-booking .left .booking-row .pull-right ul {
    font-size: 0px;
}

.online-booking .left .booking-row .pull-right li {
    display: inline-block;
}

.online-booking .left .booking-row .pull-right li:first-child .btn {
    background: #FFF;
    color: #808080;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border: 1px solid #e2e8eb;
    display: box;
    border-right: 0px;
}

.online-booking .left .booking-row .pull-right li:first-child .btn:hover {
    background: #299ad6;
    color: #FFF;
}

.online-booking .left .booking-row .pull-right li:last-child .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    background: #FFF;
    color: #808080;
    border-left: 0;
    border: 1px solid #e2e8eb;
}

.online-booking .left .booking-row .pull-right li:last-child .btn:hover {
    background: #299ad6;
    color: #FFF;
}

.online-booking .left .ctable {
    margin-top: 30px;
}

.online-booking .left .ctable .trow.thead>div:first-child {
    text-align: left;
    padding-left: 10px;
}

.online-booking .left .ctable .trow.tbody>div {
    padding: 11px 0;
}

.online-booking .left .ctable .trow.tbody>div:first-child {
    width: 246px;
    text-align: left;
    padding-left: 10px;
}

.online-booking .left .ctable .trow.tbody>div:nth-child(2) {
    width: 165px;
}

.online-booking .left .ctable .trow.tbody>div:last-child {
    width: 246px;
    text-align: right;
    padding-right: 10px;
}

.online-booking .left .ctable .trow.tbody .input {
    width: 90px;
    text-align: center;
    font-style: italic;
    height: 30px;
    margin-right: 40px;
}

.online-booking .left .ctable .trow.tbody a {
    text-align: center;
    width: 36px;
    height: 30px;
    line-height: 26px;
    background: #004693;
    font-size: 20px;
    color: #FFF;
    display: inline-block;
    border-radius: 8px;
    vertical-align: middle;
}

.online-booking .left .ctable .trow.tbody a.toggle {
    background: red;
}

.online-booking .left .ctable .trow.tbody a:hover {
    background-color: #299ad6;
}

.online-booking .right {
    float: right;
    width: 380px;
    margin-top: 30px;
}

.online-booking .right ul.total-amount {
    line-height: 23px;
    text-align: center;
}

.online-booking .right ul.total-amount li {
    line-height: 26px;
    display: inline-block;
    color: #004693;
    font-size: 21px;
}

.online-booking .right ul.total-amount li:last-child {
    font-style: italic;
    padding-left: 15px;
    font-weight: 600;
}

.online-booking .right .amount {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: 15px 0;
    margin: 30px 0;
}

.online-booking .right .amount ul:nth-child(2) {
    padding: 10px 0;
}

.online-booking .right .amount ul li {
    display: inline-block;
    font-size: 18px;
}

.online-booking .right .amount ul li:first-child {
    width: 190px;
}

.online-booking .right .amount ul li:nth-child(2) {
    font-style: italic;
    color: #299ad6;
    width: 50px;
}

.online-booking .right .amount ul li:last-child {
    width: 133px;
    font-size: 16px;
}

.online-booking .right .amount ul li:last-child span {
    color: #004693;
    font-style: italic;
    text-align: right;
    padding-left: 4px;
}

.online-booking .right .amount ul li:last-child .fa {
    font-size: 18px;
    float: right;
    cursor: pointer;
}

.online-booking .right .amount ul li:last-child .fa:hover {
    color: #299ad6;
}

.online-booking .right .btns .btn {
    padding: 9px 30px;
}

.online-booking .right .btns .btn:first-child {
    margin-right: 28px;
}

.online-booking .right .btns:after {
    clear: both;
    content: '';
    display: block;
}

.ctable.select-tickets {
    margin-top: 30px;
}

.ctable.select-tickets .trow.tbody>div:first-child {
    width: auto !important;
}

.ctable.select-tickets .trow.tbody>div:nth-child(2) {
    width: 260px !important;
}

.ctable.select-tickets .trow.tbody>div:nth-child(3) {
    width: 165px !important;
    text-align: center;
    margin-right: 0px !important;
}

.ctable.select-tickets .trow.tbody>div:last-child {
    width: 40px !important;
}

.ctable.select-tickets .trow.tbody .input {
    margin-right: 0px !important;
}

.year-detail {
    margin-top: 10px;
    padding-left: 23px;
}

.year-detail ul {
    float: left;
    margin-right: 20px;
}

.year-detail ul li {
    display: inline-block;
    font-size: 14px;
}

.year-detail ul li:first-child {
    color: #004693;
}

.year-detail ul li span {
    color: #004693;
}

.steps-row ul {
    margin-bottom: 50px;
}

.steps-row ul li {
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
}

.steps-row ul li span {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background: #d5dade;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
}

.steps-row ul li:before {
    content: '';
    border-top: 1px solid #808080;
    height: 7px;
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.steps-row ul li:first-child:before {
    width: 66px;
}

.steps-row ul li:last-child {
    margin-right: 0px;
}

.steps-row ul li:last-child:after {
    content: '';
    border-top: 1px solid #808080;
    height: 7px;
    width: 80px;
    display: inline-block;
    margin-left: 10px;
}

.steps-row ul li.active {
    font-size: 26px;
    color: #004693;
}

.steps-row ul li.active span {
    color: #FFF;
    background: #299ad6;
    font-size: 20px;
}

.ctable .trow.tbody.active {
    background-color: #084694;
    color: #FFF;
}

.option-4 {
    margin-bottom: 50px;
}

.option-4 .booking-row .pull-right ul li {
    display: block !important;
    text-align: right;
}

.option-4 .booking-row .pull-right ul li:first-child {
    padding-bottom: 5px;
}

.option-4 .left .ctable {
    margin-top: 20px;
}

.option-4 .left .ctable .trow.thead div:nth-child(2) {
    text-align: left;
}

.option-4 .left .ctable .trow.tbody div {
    padding: 15px 0;
}

.option-4 .left .ctable .trow.tbody div:first-child {
    width: 110px;
}

.option-4 .left .ctable .trow.tbody div:nth-child(2) {
    width: 400px;
    text-align: left;
}

.option-4 .left .ctable .trow.tbody div:last-child {
    width: 180px;
    text-align: center;
}

.option-6 {
    margin-bottom: 50px;
}

.option-6 .left .rules h2 {
    font-size: 21px;
    color: #004693;
    font-weight: 400;
    padding-bottom: 30px;
}

.option-6 .left .rules ul {
    margin-bottom: 30px;
}

.option-6 .left .rules ul li {
    padding-bottom: 5px;
}

.option-6 .left .rules .checkbox label {
    font-size: 18px;
    color: #004693;
    padding-left: 30px;
}

.option-6 .right .btns .btn:last-child {
    padding: 9px 45px;
}

.option-6 .right .mysteries {
    border-top: 1px solid #bfbfbf;
    padding: 10px 0;
    margin-top: 30px;
}

.option-6 .right .mysteries ul li {
    display: inline-block;
}

.option-6 .right .mysteries ul li:last-child {
    float: right;
}

.option-6 .right .mysteries h4 {
    color: #004693;
    font-weight: 400;
    padding-top: 10px;
}

.option-6 .right .amount {
    margin-top: 0px;
}

.option-5 .left {
    min-height: 260px;
}

.option-5 .left h2 {
    font-size: 21px;
    color: #004693;
    font-weight: 400;
    padding-bottom: 10px;
}

.option-5 .left .ctable {
    margin-top: 20px;
}

.option-5 .left .ctable .trow.thead div:nth-child(2) {
    text-align: left;
}

.option-5 .left .ctable .trow.tbody div {
    padding: 15px 0;
}

.option-5 .left .ctable .trow.tbody div:first-child {
    width: 110px;
}

.option-5 .left .ctable .trow.tbody div:nth-child(2) {
    width: 400px;
    text-align: left;
}

.option-5 .left .ctable .trow.tbody div:last-child {
    width: 180px;
    text-align: center;
}

.transaction {
    margin-bottom: 80px;
}

.transaction:after {
    clear: both;
    content: '';
    display: block;
}

.transaction h3 {
    text-align: center;
    font-weight: 300;
    padding-bottom: 7px;
}

.transaction h4 {
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #299ad6;
    text-align: center;
}

.transaction .left {
    float: left;
    width: 650px;
}

.transaction .left p {
    font-size: 18px;
    color: #004693;
    margin-bottom: 8px;
}

.transaction .left p span {
    color: #808080;
    padding-right: 7px;
}

.transaction .left .invoice {
    margin: 50px 0;
}

.transaction .left .invoice ul li {
    display: inline-block;
}

.transaction .left .invoice ul li:last-child .invoice-no {
    border-radius: 8px;
    display: inline-block;
    background: #299ad6 !important;
    color: #FFF !important;
    font-size: 18px;
    padding: 8px 10px;
    letter-spacing: 2px;
    cursor: pointer;
    margin-left: 8px;
}

.transaction .left .invoice ul li:last-child .invoice-no:hover {
    background: #004693 !important;
    color: #FFF !important;
}

.transaction .left .transaction-detail h4 {
    font-size: 20px;
    color: #004693;
    padding-bottom: 30px;
    text-align: left;
}

.transaction .left .transaction-detail ul {
    margin-bottom: 9px;
}

.transaction .left .transaction-detail ul li {
    display: inline-block;
    font-size: 18px;
    color: #808080;
}

.transaction .left .transaction-detail ul li:first-child {
    width: 120px;
}

.transaction .left .transaction-detail ul li:last-child {
    font-style: italic;
}

.transaction .left .transaction-detail .pull-left {
    width: 50%;
}

.transaction .left .transaction-detail .pull-right {
    width: 50%;
}

.transaction .right {
    float: right;
    width: 498px;
}

.transaction .right .image img {
    padding: 12px;
    border: 1px dashed #dfdfdf;
}

.transaction .right .pull-right {
    margin-top: 80px;
}

.transaction .right .pull-right .btn {
    padding: 9px 40px;
}

#dl-menu {
    display: none;
}

.dl-menuwrapper button {
    background-color: #004693;
}

.dl-menuwrapper li.dl-back:after {
    right: 15px;
    left: auto;
    transform: rotate(0);
}

.dl-menuwrapper li.dl-back>a {
    padding-left: 20px;
}

.dl-menuwrapper li.dl-back::after,
.dl-menuwrapper li>a:not(:only-child)::after {
    content: "\f0da";
    font-family: fontAwesome;
    color: white;
}

#rtl .dl-menuwrapper li.dl-back:after {
    left: 15px;
    right: auto;
    transform: rotate(180deg);
}

#rtl .dl-menuwrapper li.dl-back>a {
    padding-left: 20px;
}

.schedule h1 {
    display: inline-block;
}

.schedule .Schedule-row {
    float: right;
}

.schedule .Schedule-row:after {
    clear: both;
    content: '';
    display: block;
}

.schedule .Schedule-row ul {
    margin-left: 25px;
    vertical-align: top;
    display: inline-block;
}

.schedule .Schedule-row ul .dash {
    background-color: #004693;
    width: 18px;
    height: 2px;
    margin: 0px 8px;
    vertical-align: middle;
    display: inline-block;
}

.schedule .Schedule-row ul li {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.schedule .Schedule-row ul li:first-child {
    margin-right: 13px;
}

.schedule .Schedule-row ul li label {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
}

.schedule .Schedule-row ul li .input {
    position: relative;
    display: inline-block;
    font-style: italic;
    width: 122px;
    color: #999999;
}

.schedule .Schedule-row ul li .search .fa {
    color: #004693;
    font-size: 16px;
    margin-left: 10px;
}

.calender {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #004693;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99999;
    border-radius: 8px;
    text-align: center;
}

.calender .fa {
    color: #FFF;
    font-size: 18px;
    line-height: 35px;
}

.schedule .Schedule-row ul li .dropdown.open .carat {
    margin-top: -4px;
}

.schedule .Schedule-row ul li .dropdown {
    color: #999999;
    font-size: 14px;
    border: solid 1px #004693;
    border-radius: 8px;
    height: 36px;
    width: 167px;
}

.schedule .Schedule-row ul li .dropdown ul {
    margin: 0px;
}

.schedule .Schedule-row ul li .dropdown ul li {
    display: block;
    color: #666666;
    font-style: italic;
}

.schedule .Schedule-row ul li .dropdown ul li:first-child {
    margin: 0px;
}

.schedule .Schedule-row ul li .dropdown ul li:hover {
    background: #004693;
    color: #FFF;
}

.schedule .Schedule-row ul li .dropdown .selected {
    font-size: 14px;
    line-height: normal;
    color: #666666;
    font-style: italic;
}

.schedule .Schedule-row ul li .dropdown .carat {
    border: 0px;
    width: 35px;
    height: 35px;
    background-color: #084694;
    top: 3px;
    right: 0;
    border-radius: 5px;
}

.schedule .Schedule-row ul li .dropdown .carat:after {
    content: '\f0d7';
    color: #FFF;
    font-family: 'FontAwesome';
    position: absolute;
    top: 10px;
    left: 14px;
}

.schedule .date {
    margin-bottom: 40px;
}

.schedule .date:after {
    clear: both;
    content: '';
    display: block;
}

.schedule .date ul li {
    position: relative;
    display: inline-block;
}

.schedule .date ul li:first-child {
    padding-right: 95px;
    color: #084694;
    font-size: 20px;
}

.schedule .date ul li .input {
    width: 230px;
    display: inline-block;
}

.schedule .date ul li a img {
    position: absolute;
    top: 6px;
    right: 6px;
}

.schedule .tabs .right {
    float: left;
    margin-left: -12px;
}

.schedule .tabs ul li {
    padding: 7px 15px 6px 15px;
    text-align: center;
}

.schedule .tabs ul li span {
    color: #808080;
    font-size: 16px;
    display: block;
}

.schedule .tabs .ctable .trow>div:first-child {
    width: 15%;
}

.schedule .tabs .ctable .trow>div:nth-child(2) {
    text-align: left;
}

.schedule .tabs .ctable .trow>div:last-child {
    width: 30%;
}

.schedule .tabs .slick-next {
    width: 33px;
    top: -7%;
    left: 50%;
    right: auto;
    margin-left: -20px;
}

.schedule .tabs .slick-next:after {
    content: "\f077";
}

.schedule .tabs .slick-prev {
    width: 33px;
    top: auto;
    bottom: -7%;
    margin-bottom: -13px;
    left: 50%;
    margin-left: -13px;
}

.schedule .tabs .slick-prev:after {
    content: '\f078';
}

wrapper {
    width: 100%;
}

.attractions .new-slider {
    margin-top: 40px;
}

.attractions .new-slider .slick-prev {
    left: -30px;
}

.attractions .new-slider li {
    padding: 0 12px;
}

.attractions .new-slider li img {
    border-radius: 10px;
}

.attractions .new-slider .slick-slide img {
    width: 100%;
    border-radius: 10px;
}

.show-600 {
    display: none !important;
}

.date-table-area .scroll-pane {
    padding-right: 18px;
}

.date-table-area .body {
    padding-right: 10px;
}

.nicescroll-rails:after {
    width: 25px;
    height: 14px;
    content: "";
    z-index: 1000;
    position: absolute;
    top: 0px;
    left: -9px;
    background: url(../images/scroll-top-shape.png) 0 0px no-repeat;
}


/*.nicescroll-rails:before{width:7px; height:8px; background:url(../images/scroll-bg-bottom.png) 0 0px no-repeat; position:absolute; left:1px; bottom:-8px; content:"";}
*/

.dcsmt-slider .tab-content {
    min-width: 1000px !important;
}

.fancybox-lock .fancybox-overlay {
    overflow-y: hidden;
}

.nicescroll-rails {
    border-radius: 200px;
}

.nicescroll-cursors {
    position: relative;
    border-radius: 50px;
}

.nicescroll-cursors:after {
    width: 3px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    background: url(../images/dragger-icon.jpg) 0 0px no-repeat;
    content: "";
}

div#ui-datepicker-div {
    z-index: 99999 !important;
}

.fancybox-overlay-fixed {
    background: rgba(46, 46, 46, 0.88);
}

.fancybox-next:after {
    content: "\f054";
    font-family: 'FontAwesome';
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 12px;
}

.fancybox-prev:after {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 12px;
}

.enquire {
    position: absolute;
    right: 0;
    top: -85px;
}

.online-booking .tabs {
    width: auto;
}

.online-booking .tabs ul li.active .btn {
    background: #299ad6 !important;
    color: #FFF !important;
}

.online-booking #combo p {
    margin-top: 25px;
    margin-bottom: 0px;
}

ul.calender li:nth-child(2) .dropdown {
    margin-right: 35px;
}

ul.calender li:last-child {
    width: auto;
}

ul.calender li .dropdown {
    width: 145px;
}

ul.calender li .dropdown .carat {
    background: #299ad6;
    height: 34px;
    top: 4px;
}

.social-icon {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.social-icon ul li a {
    font-size: 20px;
}

.form-overlay {
    background: rgba(8, 70, 148, 0.67);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.content-container.login-form {
    background: url(../images/form-background.jpg) center no-repeat;
    background-size: cover;
    margin-top: -59px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.content-container.login-form .form {
    width: 400px;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 300px;
}

.form .btn {
    background-color: transparent;
    border: 2px solid #FFF;
    min-width: 120px;
    margin-top: 25px;
}

.form .btn:hover {
    background: #299ad6;
}

.form h1 {
    text-align: center;
    color: #FFF;
    padding-bottom: 40px;
}

.content-container.register-form {
    background: url(../images/form-background.jpg) center no-repeat;
    background-size: cover;
    margin-top: -59px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 80px;
}

.content-container.register-form .form {
    width: 1016px;
    margin: auto;
}

.content-container.register-form .form .inline-form ul li:first-child {
    width: 28%;
}

.content-container.register-form .form .inline-form ul li:last-child {
    width: 70%;
}

.content-container.register-form .form .inline-form ul .small {
    position: relative;
}

.content-container.register-form .form .inline-form ul .small span {
    position: absolute;
    right: 5px;
    top: 5px;
}

.content-container.register-form .form h2 {
    color: #FFF;
    padding-bottom: 10px;
    border-bottom: 1px solid #83a5cc;
    margin-right: 7px;
    margin-bottom: 18px;
}

.content-container.register-form .form .pull-left {
    width: 45%;
}

.content-container.register-form .form .pull-right {
    width: 45%;
}

.content-container.register-form .form .bottom-section {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.content-container.register-form .form p.text-center {
    clear: both;
    content: '';
    display: block;
}

.inner-form p {
    font-size: 18px;
}

.inner-form .pull-left {
    width: 50%;
}

.inner-form .pull-left .inline-form ul li.label {
    color: #299ad6;
    font-size: 22px;
    line-height: 45px;
    width: 30%;
}

.inner-form .pull-left .inline-form ul li.label span {
    color: #004693;
}

.inner-form .pull-left .inline-form ul li {
    position: relative;
}

.inner-form .pull-left .inline-form ul li .input {
    font-size: 18px;
    height: 45px;
    color: #808080;
    border: 2px solid #a0a0a0;
    padding: 5px 15px;
}

.inner-form .pull-left .inline-form ul li:last-child {
    width: 69%;
}

.inner-form .pull-left .inline-form .btn-row li .btn {
    font-size: 20px;
    font-style: normal;
    width: 170px;
    border-radius: 5px;
    background: #299ad6;
    font-family: 'myraidpro';
}

.inner-form .pull-left .inline-form .btn-row li .btn:hover {
    background: #004693;
}

.inner-form .pull-left .inline-form .btn-row li .reset-btn {
    background: #004693;
    margin-right: 25px;
    text-align: center;
}

.inner-form .pull-left .inline-form .btn-row li .reset-btn:hover {
    background: #299ad6;
}

.inner-form .addbanner {
    margin-top: 10px;
}

.upload-btn {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 7px;
}

.upload-btn .btn {
    font-style: normal;
    position: relative;
    border-radius: 4px;
    padding: 7px 25px;
    width: 115px;
}

.upload-btn .btn+input[type=file] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.flat-page .flat-box {
    border-radius: 15px;
    background-color: #f2f6f9;
    width: 970px;
    margin: auto;
    padding: 25px 30px;
    text-align: justify;
}

.contactus-2.booking-page .pull-left {
    width: 670px;
}

.contactus-2.booking-page .pull-left .inline-form ul li:first-child {
    width: 30%
}

.home .gallery-slider .slick-prev {
    left: -30px;
}

.home .gallery-slider .slick-next {
    right: -30px;
}

#rtl {
    font-family: 'DroidArabicKufiRegular', 'myraidpro';
}

#rtl .affiliates .overlay {
    line-height: 19px;
}

#rtl .affiliates .overlay span {
    line-height: 23px;
}

#rtl .ctable .trow.thead div {
    line-height: 19px;
}

#rtl .ctable .trow.tbody div {
    line-height: 18px;
}

#rtl nav ul>li {
    font-size: 18px;
}

#rtl .breadcrumbs ul {
    line-height: 19px;
}

#rtl .breadcrumbs ul li {
    line-height: 17px;
}

#rtl .breadcrumbs ul li a {
    line-height: 17px;
}

#rtl .copyright {
    line-height: 17px;
}

#rtl .csscheck+label {
    background-position: right bottom;
    background: url(../images/check.png) right bottom no-repeat;
    padding-right: 40px;
    padding-left: 0px;
}

#rtl .csscheck:checked+label {
    background-position: right top;
}

#rtl .radio+label {
    background: url(../images/radio.png) right top no-repeat;
    background-position: right top;
    padding-right: 30px;
    padding-left: 0px;
}

#rtl .radio:checked+label {
    background-position: right bottom;
}

#rtl .homebanner .slick-slide .caption h3 {
    line-height: 37px;
}

#rtl .homebanner .slick-slide .caption .readmore {
    display: inline-block;
    line-height: 24px;
}

#rtl .gallery-slider .overlay span {
    line-height: 19px;
}

#rtl .media-news .news-detail h1 span {
    line-height: 17px;
}

#rtl .contactus-2 .pull-left .inline-form ul {
    line-height: 19px;
}

#rtl .contactus-2 .pull-left .inline-form ul li .dropdown .selected {
    line-height: 16px;
}

#rtl .contactus .address-container .address ul {
    line-height: 21px;
}

#rtl .contactus .address-container .address ul li {
    line-height: 24px;
}

#rtl .contactus .address-container .address h3 {
    line-height: 32px;
}

#rtl .inner-banner.contact {
    line-height: 11px;
}

#rtl .inner-banner {
    line-height: 18px;
}

#rtl .schedule .tabs ul li a {
    line-height: 29px;
}

#rtl .schedule .tabs ul li span {
    line-height: 19px;
}

#rtl .popup-wrapper .popup .closepopup {
    left: -20px;
    right: auto;
}

#rtl .popup-wrapper .register-popup h1 {
    line-height: 44px;
}

#rtl .popup-wrapper .register-popup h2 {
    line-height: 32px;
}

#rtl .popup-wrapper .register-popup .pull-left .inline-form ul li.small span {
    left: 15px;
    right: auto;
}

#rtl .popup-wrapper .register-popup .pull-left .inline-form ul ul li {
    vertical-align: middle;
}

#rtl .popup-wrapper .register-popup .pull-left .inline-form ul ul li:first-child {
    margin-left: 20px;
    margin-right: 0px;
}

#rtl .popup-wrapper .login-popup h1 {
    line-height: 44px;
}

#rtl .popup-wrapper .login-popup .inline-form:last-child ul {
    line-height: 19px;
}

#rtl .pull-left {
    float: right;
}

#rtl .pull-right {
    float: left;
}

#rtl .homebanner .slick-slide .caption {
    right: 25px;
    left: auto;
    text-align: left;
}

#rtl .enquire {
    left: 0;
    right: auto;
}

#rtl .category-tabs .left {
    padding-left: 25px;
    padding-right: 0px;
    float: right;
}

#rtl .category-tabs ol li {
    line-height: 18px;
    margin-right: 20px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 0px;
}

#rtl .date-table-area .body {
    padding-left: 10px;
    padding-right: 0px;
}

#rtl .date-table-area .scroll-pane {
    padding-left: 18px;
    padding-right: 0px;
}

#rtl .gridview .col-5 {
    float: right;
}

#rtl .gridview .col-4 {
    float: right;
}

#rtl .gridview .col-3 {
    float: right;
}

#rtl .dcsmt .controls {
    left: 0;
    right: auto;
}

#rtl .left .social-tabs {
    margin-top: 90px;
}

#rtl .left .social-tabs li {
    padding: 12px 4px 0 0;
    margin-bottom: 7px;
    border-radius: 0 10px 10px 0;
}

#rtl header .logo {
    float: right;
}

#rtl header .shortlinks {
    float: left;
    padding-left: 26px;
    padding-right: 0px;
}

#rtl header .shortlinks ul {
    line-height: 19px;
}

#rtl header .shortlinks ul li {
    line-height: 17px;
    padding-right: 0px;
    padding-left: 0px;
}

#rtl header .shortlinks ul li:after {
    border-right: 0px;
    border-left: solid 2px #004693;
    padding-right: 10px;
    padding-left: 0px;
}

#rtl header .shortlinks ul li:last-child:after {
    border-left: 0px;
}

#rtl header .search button {
    left: 0;
    right: auto;
}

#rtl footer ul {
    line-height: 22px;
}

#rtl footer ul li {
    line-height: 21px;
    padding-left: 15px;
    padding-right: 0px;
}

#rtl footer ul li:after {
    border-right: 0px;
    border-left: solid 2px #299ad6;
    padding-right: 18px;
    padding-left: 0px;
}

#rtl footer ul li:last-child:after {
    border-left: 0px;
}

#rtl .tabs>.left {
    float: right;
}

#rtl .tabs>.right {
    float: left;
}

#rtl .tabs .left ul li {
    line-height: 29px;
    box-shadow: -15px 0 #f2f6f9;
    border-radius: 0 20px 20px 0;
}


/*#rtl .tabs .right {*/


/*float: left;*/


/*}*/

#rtl .vacancies .row h3 {
    line-height: 23px;
}

#rtl .vacancies .row .btn {
    line-height: 17px;
    float: left;
}

#rtl .vacancies .row .readmore {
    float: right;
}

#rtl .vacancies .row ul.info li {
    line-height: 19px;
}

#rtl .vacancies .row ul.info li span {
    padding-left: 15px;
    padding-right: 0px;
}

#rtl .vacancies .row ul.info li:first-child {
    text-align: right;
    padding-right: 25px;
    padding-left: 0px;
}

#rtl .vacancies .row ul.info li:last-child {
    text-align: left;
}

#rtl .schedule .Schedule-row {
    float: left;
}

#rtl .schedule .Schedule-row ul {
    margin-right: 25px;
    margin-left: 0px;
}

#rtl .schedule .Schedule-row ul li .calender {
    left: 0;
    right: auto;
}

#rtl .schedule .Schedule-row ul li .search .fa {
    margin-right: 10px;
    margin-left: 0px;
}

#rtl .schedule .Schedule-row ul li .dropdown .selected {
    line-height: 17px;
}

#rtl .schedule .Schedule-row ul li .dropdown .carat {
    left: 0;
    right: auto;
}

#rtl .schedule .Schedule-row ul li:first-child {
    margin-left: 13px;
    margin-right: 0px;
}

#rtl .schedule .date {
    line-height: 31px;
}

#rtl .schedule .date ul li img {
    left: 6px;
    right: auto;
}

#rtl .schedule .date ul li:first-child {
    line-height: 24px;
    padding-left: 95px;
    padding-right: 0px;
}

#rtl .schedule .tabs .ctable .trow div {
    line-height: 19px;
}

#rtl .schedule .tabs .ctable .trow div:nth-child(2) {
    text-align: right;
}

#rtl .schedule .tabs .right {
    float: right;
    margin-right: -12px;
    margin-left: 0px;
}

#rtl .contactus-2 .pull-left .inline-form ul li .dropdown .carat {
    left: 0;
    right: auto;
}

#rtl .steps-row ul {
    line-height: 27px;
}

#rtl .steps-row ul li {
    margin-left: 15px;
    margin-right: 0px;
}

#rtl .steps-row ul li span {
    margin-left: 15px;
    margin-right: 0px;
}

#rtl .steps-row ul li:last-child {
    margin-left: 0px;
}

#rtl .steps-row ul li:last-child:after {
    margin-right: 10px;
    margin-left: 0px;
}

#rtl .steps-row ul li:before {
    margin-left: 10px;
    margin-right: 0px;
}

#rtl .steps-row ul li.active {
    font-size: 24px;
    line-height: 33px;
}

#rtl .online-booking .left {
    float: right;
}

#rtl .online-booking .left .booking-row .pull-left ul {
    line-height: 29px;
}

#rtl .online-booking .left .booking-row .pull-left ul li:first-child {
    margin-left: 15px;
    margin-right: 0px;
    line-height: 22px;
}

#rtl .online-booking .left .booking-row .pull-left ul li span {
    top: 1px;
    left: 0px;
    right: auto;
}

#rtl .online-booking .left .booking-row .pull-right li:first-child .btn {
    border-left: 0px;
    border-right: 1px solid #e2e8eb;
    border-radius: 0 10px 10px 0;
    padding: 4px 25px !important;
}

#rtl .online-booking .left .booking-row .pull-right li:last-child .btn {
    border-right: 0px;
    border-left: 1px solid #e2e8eb;
    border-radius: 10px 0 0 10px;
    padding: 4px 25px;
}

#rtl .online-booking .left .ctable .trow.thead div:first-child {
    text-align: right;
    padding-right: 10px;
    padding-left: 0px;
}

#rtl .online-booking .left .ctable .trow.tbody div:first-child {
    text-align: right;
    padding-right: 10px;
    padding-left: 0px;
}

#rtl .online-booking .left .ctable .trow.tbody div:last-child {
    padding-left: 10px !important;
    padding-right: 0;
}

#rtl .online-booking .right {
    float: left;
}

#rtl .online-booking .right ul.total-amount li:last-child {
    padding-right: 15px;
    padding-left: 0px;
}

#rtl .online-booking .right .amount {
    padding: 13px 0;
}

#rtl .online-booking .right .amount ul {
    line-height: 21px;
}

#rtl .online-booking .right .amount ul li {
    line-height: 22px;
}

#rtl .online-booking .right .amount ul li:last-child span {
    text-align: left;
    padding-right: 4px;
    padding-left: 0px;
}

#rtl .online-booking .right .amount ul li:last-child .fa {
    float: left;
}

#rtl .online-booking .right .amount ul li:nth-child(2) {
    width: 46px;
}

#rtl .online-booking .right .btns {
    float: right;
}

#rtl .online-booking .right .btns .btn:first-child {
    margin-left: 26px;
    margin-right: 0px;
    padding: 4px 30px;
}

#rtl .online-booking .right .btns .btn:last-child {
    padding: 4px 30px;
    float: left;
}

#rtl .year-detail ul {
    margin-left: 20px;
    margin-right: 0px;
    float: right;
}

#rtl .option-5 .left h2 {
    line-height: 26px;
}

#rtl .option-5 .left .ctable .trow.thead div {
    line-height: 19px;
}

#rtl .option-5 .left .ctable .trow.thead div:nth-child(2) {
    text-align: right;
}

#rtl .option-5 .left .ctable .trow.tbody div {
    line-height: 18px;
}

#rtl .option-5 .left .ctable .trow.tbody div:nth-child(2) {
    text-align: right;
}

#rtl .option-5 .left .ctable .trow.tbody div:last-child {
    text-align: center;
}

#rtl .option-4 .left .ctable .trow.thead div {
    line-height: 19px;
}

#rtl .option-4 .left .ctable .trow.thead div:nth-child(2) {
    text-align: right;
}

#rtl .option-4 .left .ctable .trow.tbody div {
    line-height: 18px;
}

#rtl .option-4 .left .ctable .trow.tbody div:nth-child(2) {
    text-align: right;
}

#rtl .option-4 .left .ctable .trow.tbody div:last-child {
    text-align: center;
}

#rtl .option-6 .left .rules h2 {
    line-height: 26px;
}

#rtl .option-6 .left .rules ul li {
    line-height: 19px;
}

#rtl .option-6 .left .rules .checkbox label {
    padding-right: 30px;
    padding-left: 0px;
}

#rtl .option-6 .right .btns .btn:last-child {
    padding: 4px 45px !important;
}

#rtl .option-6 .right .mysteries ul {
    line-height: 19px;
}

#rtl .option-6 .right .mysteries ul li {
    line-height: 19px;
}

#rtl .option-6 .right .mysteries ul li:last-child {
    float: left;
}

#rtl .option-6 .right .mysteries h4 {
    line-height: 19px;
}

#rtl .transaction h3 {
    line-height: 32px;
}

#rtl .transaction h4 {
    line-height: 24px;
}

#rtl .transaction .left {
    float: right;
}

#rtl .transaction .left .transaction-detail ul {
    line-height: 21px;
}

#rtl .transaction .left .transaction-detail ul li {
    line-height: 22px;
}

#rtl .transaction .left .transaction-detail ul li:last-child {
    line-height: 22px;
}

#rtl .transaction .left .transaction-detail h4 {
    text-align: right;
}

#rtl .transaction .left .invoice ul li {
    line-height: 19px;
}

#rtl .transaction .left .invoice ul li:last-child .invoice-no {
    line-height: 22px;
    margin-right: 8px;
    margin-left: 0px;
}

#rtl .transaction .right {
    float: left;
}

#rtl .transaction .right .pull-right .btn {
    padding: 4px 40px !important;
}

#rtl .option-2 .online-booking .left .ctable .trow.thead div {
    line-height: 19px;
}

#rtl .option-2 .online-booking .left .ctable .trow.tbody div {
    padding-top: 8px;
    padding-bottom: 8px;
}

#rtl .option-2 .online-booking .btns .btn:first-child {
    padding: 4px 30px;
}

#rtl .option-2 .online-booking .btns .btn:last-child {
    padding: 4px 30px;
}

#rtl h1 {
    line-height: 42px;
}

#rtl .category-tabs h3 {
    line-height: 24px;
}

#rtl .gallery .overlay {
    line-height: 22px;
}

#rtl .form .btn {
    padding: 9px 25px !important;
}

#rtl .content-container.register-form .form .inline-form ul .small span {
    left: 5px;
    right: auto;
}

#rtl .content-container.register-form .form .inline-form ul li ul li:last-child {
    vertical-align: top;
}

#rtl .footer-row .pull-left .copyright {
    text-align: right;
}

#rtl .footer-row .pull-right {
    text-align: left;
}

#rtl .inner-form .reset-btn {
    margin-left: 25px;
    margin-right: 0px;
    padding: 1px 25px;
}

#rtl .upload-btn {
    top: 6px;
    left: 7px;
    right: auto;
}

#rtl .inner-form .pull-left .inline-form ul li.label {
    font-size: 19px;
}

@media only screen and (min-width: 1400px) {
    .homebanner img {
        width: 100%;
    }
    .homebanner .slick-slide .caption {
        right: 250px;
        left: auto;
    }
    #rtl .homebanner .slick-slide .caption {
        left: 250px;
        right: auto;
    }
}

@media only screen and (max-width: 1200px) {
    img {
        max-width: 100%;
    }
    header {
        width: 96%;
    }
    #rtl nav ul>li {
        font-size: 14px;
    }
    .page-width {
        width: 100%;
        padding: 0px 15px;
    }
    .homebanner .slick-slide .caption {
        width: 98%;
        padding-right: 10%;
        left: 0;
    }
    .slick-slide img {
        max-width: 100%;
    }
    /*.slick-next {
    right: 10px !important;
  }
  
  .slick-prev,
  .attractions .new-slider .slick-prev {
    left: 10px !important;
  }*/
    nav ul>li {
        font-size: 14px;
    }
    nav ul>li>a {
        padding: 18px 10px;
    }
    .tabs>.left {
        width: 25%;
    }
    .tabs>.right {
        width: 75%;
    }
    .steps-row ul li.active {
        font-size: 22px !important;
    }
    .steps-row ul li:first-child:before {
        width: 50px;
    }
    .online-booking .left {
        width: 60%;
    }
    .online-booking .right {
        width: 38%;
    }
    .transaction .left {
        width: 55%;
    }
    .transaction .right {
        width: 45%;
    }
    .flat-box table {
        width: 100% !important;
    }
    nav>ul {
        width: 100%;
    }
    .home .slick-prev,
    .home .gallery-slider .slick-prev {
        left: 10px;
        z-index: 99;
    }
    .home .slick-next,
    .home .gallery-slider .slick-next {
        right: 10px;
        z-index: 99;
    }
    #rtl .homebanner .slick-slide .caption {
        padding-left: 10%;
        padding-right: 0px;
        right: 0;
        left: auto;
    }
}

@media only screen and (max-width: 1100px) {
    nav ul li a {
        padding: 18px 10px 18px 10px;
    }
    .popup-wrapper .register-popup {
        width: 95%;
    }
}

@media only screen and (max-width: 1024px) {
    nav ul>li {
        font-size: 13px;
    }
    nav ul>li>a {
        padding: 18px 20px;
    }
    .gridview .col-5 {
        width: 25%;
    }
    .gridview .col-5 img {
        width: 100%;
    }
    .gridview .col-5 .overlay img {
        width: auto;
    }
    .vacancies .row {
        width: 100%;
    }
    .giftshop .overlay span {
        padding: 5px 10px;
    }
    .steps-row ul li:before,
    .steps-row ul li:first-child:before,
    .steps-row ul li:last-child:after {
        width: 30px;
    }
    .online-booking .right {
        width: 100%;
        float: none;
    }
    .online-booking .left {
        width: 100%;
        float: none;
    }
    .transaction .left {
        width: 100%;
        float: none;
    }
    .transaction .right {
        width: 100%;
        float: none;
        margin-top: 8px;
    }
    .home-items .slick-next {
        top: 23%;
        margin-top: 0px;
    }
    .home-items .slick-prev {
        top: 23%;
        margin-top: 0px;
    }
    .content-container.register-form .form {
        width: 100%;
    }
    .inner-form .pull-left .inline-form .btn-row li .btn {
        width: 150px;
    }
    nav>ul {
        text-align: center;
    }
    nav ul li ul {
        text-align: left;
        max-width: 222px;
    }
    nav ul li ul li {
        font-size: 13px;
    }
    #rtl nav ul li ul {
        text-align: right;
    }
    #rtl .inner-form .pull-left .inline-form ul li:last-child {
        width: 68%;
    }
    .contactus-2 .pull-left .inline-form ul li:first-child {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1000px) {
    .schedule h1 {
        display: block;
        margin-bottom: 13px;
    }
    .Schedule-row {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .schedule .Schedule-row ul:first-child {
        margin-left: 0px;
    }
    .schedule .Schedule-row ul li:first-child {
        display: block;
        margin-bottom: 7px;
    }
    .flat-page .flat-box {
        width: 100%;
    }
    #rtl nav ul>li {
        font-size: 12px;
    }
    #rtl .Schedule-row {
        float: none;
    }
}

@media only screen and (max-width: 900px) {
    nav ul>li {
        font-size: 12px;
    }
    nav ul>li>a {
        padding: 18px 5px;
    }
    .gridview .col-4 {
        width: 33.3%;
    }
    .ctable.select-tickets .trow.tbody div:nth-child(2) {
        width: 25% !important;
    }
    .ctable.select-tickets .trow.tbody div:nth-child(3) {
        width: 20% !important;
    }
}

@media only screen and (max-width: 800px) {
    nav {
        display: none;
    }
    #dl-menu {
        display: block;
        margin-top: 10px;
    }
    header .shortlinks {
        padding: 0px;
    }
    header .shortlinks {
        width: 40%;
    }
    header .logo {
        width: 40%;
        padding-top: 0;
    }
    .dl-menuwrapper button {
        top: 0;
    }
    .dl-menuwrapper .dl-menu {
        margin-top: 48px;
    }
    .popup-wrapper .register-popup .pull-left {
        float: none;
        width: 55%;
        margin: auto;
    }
    .popup-wrapper .register-popup .pull-right {
        float: none;
        width: 55%;
        margin: auto;
    }
    .popup-wrapper .register-popup .inline-form ul li:first-child {
        width: 35%;
    }
    .popup-wrapper .register-popup .inline-form ul li:last-child {
        width: 63%;
    }
    #register-popup {
        height: 1300px;
    }
    .popup-wrapper .popup .closepopup {
        right: 0px;
    }
    .gridview .col-5 {
        width: 33.3%;
    }
    .gridview {
        margin-left: -5px;
        margin-right: -5px;
    }
    .inner-banner {
        margin-top: -30px;
    }
    .giftshop .overlay .btn {
        margin-top: 40px;
    }
    .gridview.gallery .col-3 {
        width: 50%;
    }
    .category-tabs .left {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .category-tabs .right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .steps-row ul li span {
        width: 25px;
        height: 25px;
        margin-right: 8px;
        line-height: 25px;
    }
    .steps-row ul li.active {
        font-size: 16px !important;
    }
    .steps-row ul li {
        font-size: 16px;
        margin-right: 5px;
    }
    .steps-row ul li:before,
    .steps-row ul li:first-child:before,
    .steps-row ul li:last-child:after {
        width: 20px;
    }
    .date-table-area .schedule .Schedule-row ul {
        margin: 0px;
    }
    .date-table-area .schedule .date ul li:first-child {
        display: block;
    }
    .dl-menuwrapper {
        text-align: left;
        float: left;
    }
    .content-container.register-form .inline-form ul li ul.mrb0 li {
        width: 40% !important;
        display: inline-block;
    }
    .content-container.register-form .form .inline-form ul li:first-child {
        width: 100%;
    }
    .content-container.register-form .form .inline-form ul li:last-child {
        width: 100%;
    }
    .content-container.login-form {
        margin-top: 0px;
    }
    .content-container.register-form {
        margin-top: 0px;
        padding-top: 50px;
    }
    .inner-form .pull-left {
        width: 80%;
    }
    .flat-page .flat-box {
        width: 90%;
    }
    .tabs>.left ul li {
        font-size: 20px;
    }
    /*.dl-menuwrapper li {
	  text-align:right;
	    }*/
    .dl-submenu li {
        text-align: left;
    }
    .dl-menuwrapper li.dl-back::after,
    .dl-menuwrapper li>a:not(:only-child):after {
        right: 15px;
        left: auto;
        transform: none;
    }
    .contactus-2 .pull-left {
        width: 60%;
    }
    #rtl .dl-submenu li {
        text-align: right;
    }
    #rtl .dl-menuwrapper {
        text-align: right;
        float: right;
    }
    #rtl .popup-wrapper .popup .closepopup {
        left: 0px !important;
    }
    #rtl .category-tabs .left {
        padding-left: 0px;
    }
    #rtl .steps-row ul li span {
        margin-left: 8px;
    }
    #rtl .steps-row ul li {
        margin-left: 5px;
    }
    #rtl header .shortlinks {
        padding: 0px;
    }
    #rtl .dl-menuwrapper li.dl-back::after,
    #rtl .dl-menuwrapper li>a:not(:only-child):after {
        left: 15px;
        right: auto;
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 750px) {
    .social-icon {
        display: block;
    }
    .dcsmt {
        display: none;
    }
    .tabs>.left {
        width: 100%;
        float: none;
    }
    .tabs>.right {
        width: 100%;
        float: none;
        margin-left: 0px;
    }
    .schedule .tabs ul li {
        padding: 10px;
        font-size: 20px;
    }
    .tabs>.left ul li {
        font-size: 20px;
    }
    .tabs>.left ul li:hover {
        box-shadow: none;
    }
    .tabs>.left ul li.active {
        box-shadow: none;
    }
    .tabs>.left ul li.active,
    .tabs>.left ul li:hover {
        border-radius: 8px !important;
    }
    .schedule .vertical-slider {
        padding: 0px 40px;
    }
    .schedule .tabs .slick-next {
        left: 0px;
        top: 50%;
        margin: 0px;
        transform: translateY(-50%);
    }
    .schedule .tabs .slick-prev {
        left: auto;
        right: 0px;
        top: 50%;
        margin: 0px;
        transform: translateY(-50%);
    }
    .schedule .tabs .slick-next::after {
        content: "\f053";
    }
    .schedule .tabs .slick-prev::after {
        content: "\f054";
    }
    .schedule .tabs .right {
        margin-left: 0px;
    }
    .date-table-area>.left {
        margin-bottom: 50px;
    }
    .date-table-area>li:first-child {
        margin-left: 0px;
    }
    .home-items .slick-next {
        top: 25%;
        margin-top: 0px;
        z-index: 0;
    }
    .home-items .slick-prev {
        top: 25%;
        margin-top: 0px;
        z-index: 1;
    }
    .inner-banner iframe {
        pointer-events: none;
    }
    .popup-open {
        position: fixed;
    }
    .gallery-popup .main-slider img {
        max-width: 50%;
        width: auto;
    }
    #rtl .tabs>.right {
        margin-right: 0px;
    }
    #rtl .schedule .tabs .right {
        margin-right: 0px;
    }
    #rtl .date-table-area>li:first-child {
        margin-right: 0px;
    }
    #rtl .tabs .left ul li {
        box-shadow: none;
    }
    #rtl .homebanner .slick-slide .caption h3 {
        line-height: 24px;
    }
    #rtl .inner-form .reset-btn {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 700px) {
    .popup-wrapper .register-popup .pull-left {
        width: 100%;
    }
    .popup-wrapper .register-popup .pull-right {
        width: 100%;
    }
    .homebanner .slick-slide .caption h2 {
        font-size: 35px;
    }
    .homebanner .slick-slide .caption h3 {
        font-size: 20px;
    }
    .homebanner .slick-slide .caption {
        text-align: right;
    }
    h1 {
        font-size: 30px;
    }
    .tabs>.left ul li {
        font-size: 20px;
    }
    .gridview .col-4 {
        width: 50%;
    }
    .gridview .col-4 .affimage {
        min-width: 100%;
    }
    .contactus .address-container .address {
        width: 98%;
    }
    .contactus-2 .pull-left,
    .contactus-2.booking-page .pull-left {
        width: 95%;
    }
    .gridview.gallery .col-3 {
        padding: 0 5px;
    }
    .booking-row>div {
        float: none;
        margin-bottom: 15px;
        width: 100%;
    }
    .steps-row ul li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 20px;
    }
    .steps-row ul li:before,
    .steps-row ul li:first-child:before,
    .steps-row ul li:last-child:after {
        display: none;
    }
    .steps-row ul li.active {
        font-size: 22px;
    }
    .transaction .left .transaction-detail .pull-left {
        float: none;
        width: 100%;
    }
    .transaction .left .transaction-detail .pull-right {
        float: none;
        width: 100%;
    }
    .home-items>div p {
        padding-left: 0px;
        padding-right: 0px;
    }
    .inner-form .pull-left {
        width: 100%;
    }
    footer ul li {
        padding-bottom: 8px;
    }
    .flat-page .flat-box table td {
        width: 100% !important;
        display: block;
        padding-bottom: 5px;
    }
    .flat-page .flat-box table tr td:last-child {
        border-bottom: 1px solid #808080;
    }
    #rtl .homebanner .slick-slide .caption {
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .schedule .Schedule-row ul {
        display: inline-block;
        margin: 0 10px 10px 0;
    }
    .show-600 {
        display: block !important;
        border: none !important;
    }
    .hide-600 {
        display: none !important;
    }
    .ctable.select-tickets .trow.tbody div:nth-child(2) {
        width: 40% !important;
    }
    .online-booking .left .ctable .trow.tbody>div:first-child span {
        display: none;
    }
    .online-booking .left .ctable .trow.thead {
        display: none;
    }
    .online-booking .left .ctable .trow.tbody>div:first-child ul {
        margin-bottom: 15px;
    }
    .online-booking .left .ctable .trow.tbody>div:first-child ul:last-child {
        margin-bottom: 0px;
    }
    .online-booking .left .ctable .trow.tbody>div:first-child ul li.lbl {
        font-weight: bold;
        margin-bottom: 6px;
        color: #004693;
    }
    .online-booking .left .ctable .trow.tbody.active>div:first-child ul li.lbl {
        color: white;
    }
    .online-booking .left .ctable .trow.tbody .input {
        border-radius: 5px;
    }
    .ctable.select-tickets .trow.tbody div:nth-child(2) {
        width: 100% !important;
    }
    .option-4 .left .ctable .trow.tbody {
        display: block;
    }
    .option-4 .left .ctable .trow.tbody>div:first-child {
        width: 100%;
        display: block;
        text-align: left;
        padding: 15px;
    }
    .option-4 .left .ctable .trow.tbody div:last-child {
        width: 100%;
        text-align: left;
    }
    .option-5 .left .ctable .trow.tbody {
        display: block;
    }
    .option-5 .left .ctable .trow.tbody div:first-child {
        width: 100%;
        display: block;
        text-align: left;
        padding: 15px;
    }
    .option-5 .left .ctable .trow.tbody div:last-child {
        width: 100%;
        text-align: left;
    }
    .enquire {
        top: -62px;
    }
    .enquire a img {
        width: 75px;
    }
    .content-container.register-form .form .pull-left {
        width: 100%;
    }
    .content-container.register-form .form .pull-right {
        width: 100%;
    }
    .content-container.register-form .form .inline-form ul .small {
        width: 100% !important;
    }
    .footer-row .pull-left {
        float: none;
        width: 100% !important;
        text-align: center;
    }
    .footer-row .pull-right {
        float: none;
        width: 100% !important;
        text-align: center;
    }
    .inner-form .pull-left .inline-form ul li.label {
        width: 100%;
    }
    .inner-form .pull-left .inline-form ul li:last-child {
        width: 100%;
    }
    #rtl .option-4 .left .ctable .trow.tbody>div:first-child {
        text-align: right;
    }
    #rtl .option-4 .left .ctable .trow.tbody div:last-child {
        text-align: right;
    }
    #rtl .option-5 .left .ctable .trow.tbody div:first-child {
        text-align: right;
    }
    #rtl .option-5 .left .ctable .trow.tbody div:last-child {
        text-align: right;
    }
    #rtl header .shortlinks ul li:after {
        padding-right: 5px;
    }
    #rtl .media-news h1 {
        line-height: 31px;
    }
    #rtl .inner-form .pull-left .inline-form ul li:last-child {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    header .shortlinks {
        width: 100%;
        float: none;
        margin: auto;
        margin-top: 10px;
    }
    header .logo {
        width: 100%;
        float: none;
        text-align: center;
    }
    #dl-menu {
        text-align: center !important;
        max-width: 100%;
    }
    .popup-wrapper .login-popup {
        width: 95%;
    }
    .gridview .col-5 {
        width: 50%;
    }
    .vacancies .row ul.info li {
        width: 100%;
        display: block;
    }
    .vacancies .row ul.info li:last-child {
        text-align: left;
        padding-left: 25px;
    }
    h1 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    .tabs>.left ul li {
        font-size: 15px;
    }
    /*.ctable{width:500px; overflow:auto;}*/
    .date-table-area .ctable {
        width: 100%;
    }
    .giftshop .overlay .btn {
        margin-top: 0px;
    }
    .giftshop .overlay .title {
        font-size: 15px;
    }
    .contactus-2 .pull-left .inline-form ul li:first-child,
    .inline-form ul li:last-child {
        display: block;
        width: 100% !important;
    }
    .gallery .overlay span {
        font-size: 20px;
    }
    .year-detail ul {
        float: none;
        width: 100%;
    }
    .online-booking .right .amount ul li:first-child {
        width: 55%;
    }
    .online-booking .right .amount ul li:nth-child(2) {
        width: 10%;
    }
    .online-booking .right .amount ul li:last-child {
        width: 30%;
    }
    .online-booking .right .btns .btn:first-child {
        margin-right: 10px;
    }
    .transaction .left .invoice ul li {
        display: block;
        margin-bottom: 15px;
    }
    .transaction .left .invoice ul li:last-child span {
        margin-left: 0px;
    }
    .transaction .left .invoice ul li span {
        color: #FFF !important;
    }
    .popup-wrapper {
        height: 500px;
    }
    footer ul li a {
        font-size: 16px;
    }
    .content-container.login-form .form {
        width: 100%;
    }
    .affiliates .overlay .title {
        padding-right: 0px;
    }
    .affiliates .overlay span {
        font-size: 16px;
    }
    .flat-box table {
        table-layout: fixed;
        word-break: break-all;
    }
    .gallery-popup .main-slider img {
        max-width: 100%;
        width: 100% !important;
    }
    #rtl .vacancies .row ul.info li:last-child {
        text-align: right;
        padding-right: 25px;
        padding-left: 0px;
    }
    #rtl .online-booking .right .btns .btn:first-child {
        margin-left: 10px;
        margin-right: 0px;
    }
    #rtl .transaction .left .invoice ul li:last-child span {
        margin-right: 0px;
    }
    #rtl header .shortlinks {
        float: none;
    }
    #rtl .online-booking .right .btns {
        float: none;
    }
    #rtl header .logo {
        float: none;
    }
    #rtl .transaction .left .transaction-detail ul li:first-child {
        width: 115px;
    }
    #rtl .affiliates .overlay .title {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 400px) {
    .tabs>.left ul li {
        padding: 15px 5px;
    }
    .gridview .col-4 {
        width: 100%;
    }
    .gridview.gallery .col-3 {
        width: 100%;
        padding-top: 5px;
    }
    .online-booking .right .amount ul li:last-child {
        width: 100%;
    }
    .online-booking .right .btns .btn:first-child {
        width: 100% !important;
        display: block !important;
        margin-right: 0px !important;
        margin-bottom: 5px;
    }
    .online-booking .right .btns .btn {
        width: 100%;
        display: block;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }
    .schedule .Schedule-row ul li .input {
        width: 110px;
    }
    .schedule .Schedule-row ul .dash {
        width: 10px;
        margin: 0px 3px;
    }
    .tabs>.right {
        padding: 15px;
    }
    .flat-page .flat-box {
        padding: 25px 20px;
    }
    #rtl .online-booking .right .btns .btn:first-child {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 350px) {
    .gridview .col-5 {
        width: 100%;
    }
    .homebanner .slick-slide .caption h2 {
        font-size: 22px;
    }
    .homebanner .slick-slide .caption h3 {
        font-size: 15px;
    }
    .homebanner .slick-slide .caption {
        bottom: 5px;
    }
    .tabs>.left ul li {
        display: block;
    }
    .btn {
        padding: 9px 18px !important;
    }
    h1 {
        font-size: 18px;
    }
    .inner-form .pull-left .inline-form .btn-row li .btn {
        width: 130px;
    }
    .inner-form .pull-left .inline-form .btn-row li .reset-btn {
        margin-right: 9px;
    }
    #rtl .homebanner .slick-slide .caption h3 {
        line-height: 18px;
    }
    #rtl .btn {
        padding: 4px 18px !important;
    }
    #rtl .inner-form .pull-left .inline-form .btn-row li .reset-btn {
        margin-left: 9px;
    }
    #rtl .inner-form .pull-left .inline-form .btn-row li .btn {
        width: 122px;
        padding: 9px 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    #register-popup {
        height: auto;
    }
    .popup-wrapper {
        position: fixed;
        height: 100% !important;
        overflow-y: scroll;
    }
    .popup-open {
        overflow: hidden;
    }
    .popup-wrapper .register-popup .pull-left {
        width: 100%;
    }
    .popup-wrapper .register-popup .pull-right {
        width: 100%;
    }
    .popup-wrapper .login-popup {
        width: 95%;
    }
    .popup-wrapper .popup .closepopup {
        top: 20px;
        right: 20px;
        position: fixed;
    }
    .notifyjs-bootstrap-base {
        white-space: normal !important;
    }
    #rtl {
        left: 20px;
    }
}

.footer-row {
    padding: 20px 0;
}

.footer-row:after {
    clear: both;
    content: '';
    display: block;
}

.footer-row .pull-left {
    width: 50%;
}

.footer-row .pull-left .copyright {
    text-align: left;
}

.footer-row .pull-right {
    width: 50%;
    text-align: right;
}

.custom-popup-overlay {
    position: fixed;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    z-index: 2000;
    display: none;
}

.custom-popup {
    width: 950px;
    position: fixed;
    background: white;
    padding: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -475px;
    z-index: 2001;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
    display: none;
}

.custom-popup a.cross {
    background: rgba(0, 0, 0, 0) url(../images/gallery/cross-icon.png) no-repeat scroll 0 0;
    display: block;
    width: 29px;
    height: 30px;
    position: absolute;
    right: 23px;
    top: 25px;
    z-index: 1;
}

.custom-popup a.cross:hover {
    opacity: 0.5;
}

.custom-popup .contents-wrapper {
    position: relative;
    height: 100%;
}

.gallery-popup {
    text-align: center;
    height: 100%;
}

.gallery-popup h1 {
    line-height: 100%;
}

.gallery-popup h4 {
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 100%;
    font-size: 28px;
    color: #603813;
}

.gallery-popup .main-slider {
    overflow: hidden;
    margin-bottom: 24px;
}

.gallery-popup .thumbnails {
    padding: 0px 19px;
}

.gallery-popup .thumbnails>ul li {
    padding: 0px 13px;
}

.gallery-popup .thumbnails img {
    min-width: 100%;
    max-width: 100%;
}

.gallery-popup .thumbnails .slick-arrow {
    width: 17px;
    height: 26px;
    border: 0;
    position: absolute;
    background: url(../images/gallery/arrows.png) 0 0px no-repeat;
    top: 50%;
    margin-top: -13px;
    left: -19px;
    font-size: 0;
    z-index: 1000;
}

.gallery-popup .thumbnails .slick-arrow.slick-next {
    left: auto;
    right: -19px;
    background-position: 0 -26px;
}

.gallery-popup .thumbnails .slick-arrow:after,
.gallery-popup .thumbnails .slick-prev:before {
    display: none;
}

.tab-carousels>div {
    display: none;
}

.tab-carousels>div.active {
    display: block;
}

label.error {
    color: red;
    display: block;
    padding: 2px 0px;
}

.app-mobile {
    display: none;
}

.attractions .tab-carousels>div {
    display: block;
    height: 0px;
    overflow: hidden;
}

.tab-carousels>div.active {
    display: block;
    height: inherit;
}

@media screen and (min-width:1400px) {
    .custom-popup {
        height: inherit;
    }
}

@media screen and (max-width:1400px) {
    .custom-popup {
        height: calc(100% - 20px);
    }
    .gallery-popup .main-slider {
        height: calc(100% - 236px);
    }
    .gallery-popup .main-slider * {
        height: 100%;
    }
    .gallery-popup .main-slider img {
        width: auto;
    }
}

@media screen and (max-width:1150px) {
    .gallery-popup .main-slider * {
        height: 100% !important;
    }
}

@media screen and (max-width:1000px) {
    .custom-popup {
        width: 96%;
        margin-left: -48%;
    }
}

@media screen and (max-width:991px) {
    .custom-popup {
        padding: 30px;
    }
    .gallery-popup h1 {
        margin-bottom: 30px;
    }
    .custom-popup h4 {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .app-mobile {
        display: block;
        text-align: center;
        margin-top: 25px;
    }
    .addbanner {
        display: none;
    }
    .app-mobile ul li {
        display: inline-block;
        padding-right: 10px;
    }
    .app-mobile ul li img {
        max-width: 100%;
    }
}

@media screen and (max-width:900px) {
    .custom-popup {
        padding: 15px;
    }
    .gallery-popup h1 {
        margin: 0 0 15px 0;
        font-size: 25px;
    }
    .gallery-popup h4 {
        margin: 0 0 15px 0;
        font-size: 15px;
    }
    .gallery-popup .main-slider {
        height: calc(100% - 242px);
    }
}

@media screen and (max-width:750px) {
    .gallery-popup .main-slider {
        height: calc(100% - 145px);
    }
    .gallery-popup h1 {
        margin-bottom: 0px;
    }
}

@media screen and (min-width:500px) and (max-width:550) {
    .gallery-popup .main-slider {
        height: calc(100% - 128px);
    }
}

@media screen and (max-width:519px) {
    .gallery-popup .main-slider {
        height: calc(100% - 250px);
    }
}

@media screen and (max-width:399px) {
    .gallery-popup .main-slider {
        height: calc(100% - 200px);
    }
    .app-mobile ul li {
        padding-bottom: 10px;
        width: 49%;
    }
}

@media screen and (orientation:landscape) and (max-height: 375px) and (min-height: 375px) {
    .gallery-popup .main-slider {
        height: calc(100% - 145px);
    }
}

@media screen and (orientation:landscape) and (max-height: 365px) and (min-height: 300px) {
    .gallery-popup .main-slider {
        height: calc(100% - 128px);
    }
}

@media screen and (orientation:landscape) and (max-height: 320px) {
    .gallery-popup .main-slider img {
        max-width: 50% !important;
    }
}

@media screen and (max-width:768px) {
    .media-news .pull-left.image {
        width: 240px;
        width: 100%;
    }
    .giftshop .overlay {
        opacity: 1;
    }
    .video_wrapper li {
        width: 100% !important;
        display: block !important;
        margin-bottom: 30px !important;
    }
    .attractions .new-slider .slick-prev {
        left: -10px;
    }
    .slick-next {
        right: -10px;
    }
    .video_case iframe {
        width: 100% !important;
        height: auto !important;
    }
}

.homebanner .slick-slide img {
    width: 100%;
}

#rtl nav ul li ul {
    left: auto;
    right: 0px;
}

#rtl nav ul li ul li a {
    line-height: 20px;
    text-align: right
}

#rtl nav ul>li {
    line-height: 23px;
}

#rtl header .shortlinks ul li {
    font-size: 12px;
}

.nicescroll-rails {
    background: url(../images/scroll-track-bg.jpg) 0px 0px repeat-y !important;
}

.attractions .tabs>.right {
    min-height: 200px;
}

#rtl .dz-hidden-input {
    right: 0px !important;
    left: auto;
}

#rtl .inline-form ul li .input#id_phone,
#rtl .inline-form ul li .input#id_mobile {
    direction: ltr;
    text-align: right;
}

#rtl .media-news .pull-right ul li .fa {
    transform: rotate(180deg);
}

#rtl .gm-style-iw div {
    overflow: hidden !important;
}

.home-items>div p {
    font-size: 18px;
}

.social-tabs li img {
    width: 24px;
}

#rtl .footer-row .pull-left .copyright p {
    display: inline-block;
}

#rtl .home-items>div p {
    font-family: 'DroidArabicKufiRegular', 'myraidpro';
}

#rtl .homebanner .slick-slide .caption .readmore {
    letter-spacing: 0px;
}

#rtl.home nav {
    top: 119px;
}

.main-slider img {
    display: inline-block;
    max-width: 100%;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.dcsmt ul {
    padding-top: 0px !important;
}

.videos .left {
    width: 300px;
    float: left;
    border: 0px solid red
}

.videos .right {
    width: 800px;
    float: right;
    border: 0px solid red
}

.video_wrapper li {
    width: 30%;
    float: left;
    margin-right: 20px;
    text-align: center;
    font-size: 22px;
    color: #a6a6a6;
    margin-bottom: 20px;
}

.video_wrapper li a {
    color: #a6a6a6;
}

.video_wrapper h3 {
    margin: 10px 0px 30px 0px;
    color: #999999;
    font-weight: 300;
    font-size: 25px;
}

.video_wrapper li img {
    margin-bottom: 10px;
}

.media-news .pull-left.image {
    width: 240px;
}

.media-news .pull-left.image img {
    width: 100%;
}

.media-news .pull-right {
    width: calc(100% - 260px);
}

.media-news .row {
    margin-bottom: 15px;
}

.media-news .pull-right ul {
    line-height: 30px;
    margin-top: 20px;
}

.tab-facebook .tab-inner li img {
    max-width: 100% !important;
}

@media screen and (max-width:768px) {
    .media-news .pull-left.image {
        width: 100%;
    }
    .media-news .pull-right {
        width: 100%;
    }
    .video_case iframe video {
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width:500px) {
    .video_case {
        width: 400px !important;
        float: right !important;
    }
}

.tab-content ul {
    padding-left: 10px;
}

.tab-content ul li {
    list-style: disc;
}

.tab-content ul {
    font-size: 16px !important;
}

.new-slider {
    margin-top: 40px;
}

.gridview .increament-item .item {
    height: 95%;
}

.about-affiliations .item {
    background: #f1f6f9;
    font-size: 17px;
    margin-bottom: 30px;
    border: solid 2px #f1f6f9;
    border-radius: 4px;
    padding: 30px;
    position: relative;
}

.about-affiliations .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
}

.about-affiliations .item:hover {
    border-color: #cad0d4;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}

.about-affiliations .item:hover .overlay {
    opacity: 1;
}

.about-affiliations .item .image-holder {
    margin-bottom: 25px;
    height: 130px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.about-affiliations .item .image-holder img {
    max-width: 100%;
    max-height: 100%;
}

.about-affiliations .item h4 {
    color: #004693;
    font-size: 22px;
    line-height: 1.1;
    margin: 0 0 7px;
    font-weight: normal;
}

.about-affiliations .item p {
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 13px;
}

.about-affiliations .item .link {
    display: block;
    line-height: 1;
}

.about-affiliations .item>*:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .about-affiliations .gridview .col-3 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .about-affiliations .gridview {
        margin: 0 -8px;
    }
    .about-affiliations .gridview .col-3 {
        padding: 0 8px;
    }
    .about-affiliations .item {
        padding: 15px;
        font-size: 14px;
        margin-bottom: 16px;
    }
    .about-affiliations .item .image-holder {
        margin-bottom: 20px;
    }
    .about-affiliations .item h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 350px) {
    .about-affiliations .gridview .col-3 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .showmobile {
        display: block;
        color: #299ad6;
    }
    .hidemob {
        display: none;
    }
    .slick-slide img {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .showmobile {
        display: none;
        color: #299ad6;
    }
    .hidemob {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .dl-menuwrapper .dl-menu {
        margin-top: 0px !important;
    }
    header .shortlinks .search {
        width: 80%;
        float: right;
    }
    .dl-menuwrapper button {
        top: -52px !important;
    }
    #rtl header .shortlinks .search {
        float: left;
    }
}

.slick-track {
    margin: 0 auto;
}

.tab-carousels {
    margin-top: 50px;
}

.attractions .slick-slide img {
    margin: 0 auto;
    border-radius: 10px;
}

.attractions .slick-prev {
    left: -25px;
}

.attractions .slick-next {
    right: -25px;
}

#rtl .inner-form .pull-left .inline-form .btn-row li .btn {
    padding: 0;
    font-family: 'DroidArabicKufiRegular', 'myraidpro';
    text-align: center;
}

.app-mobile {
    display: none !important;
}

.fbicon_follow_right {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.social-tabs {
    position: fixed;
    right: 0px;
    top: 35%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    z-index: 99;
}

.social-tabs li {
    padding: 12px 0px 0px 4px;
    width: 45px;
    height: 49px;
    background: #084694;
    z-index: 10;
    text-align: center;
}

#rtl .social-tabs {
    left: 0px;
    right: auto;
}

@media screen and (max-width: 750px) {
    .social-tabs {
        display: none;
    }
}