@font-face {
    font-family: NeoSansArabic;
    src: url('../fonts/NeoSansArabic.ttf');
}

@font-face {
    font-family: NeoSansArabicLight;
    src: url('../fonts/NeoSansArabicLight.ttf');
}

@font-face {
    font-family: NeoSansArabicMedium;
    src: url('../fonts/NeoSansArabicMedium.ttf');
}

@font-face {
    font-family: NeoSansArabicBold;
    src: url('../fonts/NeoSansArabicBold.ttf');
}

@font-face {
    font-family: Sakkal_Majalla_Regular;
    src: url(Sakkal_Majalla_Regular.ttf);
}

.newfonttest {
    font-family: Sakkal_Majalla_Regular !important;
}

@font-face {
    font-family: Almarai-Regular;
    src: url(Almarai-Regular.ttf);
}

@font-face {
    font-family: Cairo-Regular;
    src: url(Cairo-VariableFont_wght.ttf);
}

@font-face {
    font-family: Changa-Regular;
    src: url(Changa-VariableFont_wght.ttf);
}

@font-face {
    font-family: ElMessiri-Regular;
    src: url(ElMessiri-VariableFont_wght.ttf);
}

@font-face {
    font-family: IBMPlexSans-Regular;
    src: url(IBMPlexSansArabic-Regular.ttf);
}

@font-face {
    font-family: NotoKufiArabic-Regular;
    src: url(NotoKufiArabic-Regular.ttf);
}


@font-face {
    font-family: NotoSansArabic-Regular;
    src: url(NotoSansArabic-Regular.ttf);
}

@font-face {
    font-family: Tajawal-Regular;
    src: url(Tajawal-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    font-family: NeoSansArabic;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, a, p {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0px;
}

a, .transition, input[type="submit"] {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

a, a:hover {
    color: #1A1A1A;
    cursor: pointer;
    text-decoration: none;
}

input[type="submit"] {
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

textarea, input, select {
    border-radius: 0;
    resize: none;
    box-sizing: border-box;
}

table, tr, td, th {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

table {
    width: 100%;
}

.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
}

p {
    font-size: .85rem;
    color: #1A1A1A;
    line-height: 30px;
}

body {
    width: 100%;
    overflow-x: hidden;
}

body.black_white p,
body.black_white h2,
body.black_white a,body.black_white img,
body.black_white button,body.black_white video,body.black_white section{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

body.medium .top-bar p{
    font-size: .65rem !important;
}

body.medium p{
    font-size: .85rem;
}

body.big p{
    font-size: 15px;
}

body.big h2{
    font-size: 2.05rem;
}

body.big .section-title{
    font-size: 3.2rem;
}

body.big h3{
    font-size: 1.85rem;
}

body.large p{
    font-size: 17px;
    line-height: 32px;
}

body.large h2{
    font-size: 2.75rem;
}

body.large .section-title{
    font-size: 3.5rem;
}

body.large h3{
    font-size: 2rem;
}

.overlay,.happy_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

*::-moz-selection {
    background: #000;
    color: #fff;
}

*::selection {
    background: #000;
    color: #fff;
}

.preloader .d-flex {
    background: #fff;
    z-index: 6;
    top: 0;
}

.spinner-border {
    border-color: #E1001E;
    border-right-color: transparent;
}

.cursor-pointer {
    cursor: pointer;
}

/* top bar */

.top-bar {
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 0 5rem;
}

.top-bar p {
    font-size: 0.65rem;
    opacity: .6;
    line-height: 30px;
}

.active-website p {
    color: #E1001E;
    opacity: 1;
    font-family: NeoSansArabicBold;
}

/* header */

header {
    top: 29px;
    left: 0px;
    background-color: rgba(26, 26, 26, .5);
    border-bottom: 1px solid #fff;
    z-index: 1;
}

.act-header, .header-visa {
    background-color: #fff;
}

.act-header *, .header-visa * {
    color: #1A1A1A
}

.act-header svg path, .header-visa svg path {
    fill: #1A1A1A;
}

header *, .banner *, .menu-header *, .banner-fill {
    color: #fff;
}

.navbar, .menu-header {
    padding: 1.25rem 4rem;
}

.navbar-brand img, .menu-logo {
    height: 50px;
}

.departmnet-tourism img,.guaq img {
    height: 35px !important;
}

.menu-logo {
    margin-right: 1rem;
}

.navlinks p {
    opacity: .6;
}

.active-link p {
    font-family: NeoSansArabicBold;
    opacity: 1;
}

.menu-btn {
    padding: 5px;
    border: 0px;
}

.menu-btn .line {
    display: block;
    height: 2px;
    border-radius: 10px;
    width: 25px;
    margin: 6px 0;
    background-color: #fff;
}

.stuck-menu .line, .header-visa .menu-btn .line {
    background-color: #E1001E;
}

.stuck-menu, .header-visa .menu-btn {
    background-color: rgba(26, 26, 26, .05);
    padding: 2px 5px;
}

/* .banner-line {
    position: absolute;
    left: 0;
    top: 34.5%;
    width: 100%;
} */

.banner h2, .banner p, .banner nav {
    padding: 0 5rem !important;
}

/* .arabic-banner nav{
    padding: 0px 15px !important;
} */
/* aside */

aside {
    background-color: #fff;
    right: -100%;
    top: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

aside.aside-ar {
    right: unset;
    left: -100%;
}

.act-aside {
    right: 0;
    opacity: 1;
    pointer-events: auto;
}

.aside-ar.act-aside {
    right: unset;
    left: 0;
}

.menu-wrap {
    background-image: url('../images/menu.jpg');
    height: 100vh;
}

.menu-header {
    z-index: 1;
}

.main-category li, .secondary-category li, .report-category li {
    padding-left: 3.5rem;
    margin: 1.5rem 0;
    position: relative;
}

.main-category li {
    padding-right: 3.5rem;
}

.secondary-category {
    position: absolute;
    left: 100%;
    top: -25px;
    border-right: none;
    width: 150%;
    opacity: 0;
    pointer-events: none;
}

.main-category li:hover>.secondary-category, .act-subcategory {
    opacity: 1;
    pointer-events: auto;
}

.main-category li p.count {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    font-size: .65rem;
    left: 35px;
    color: rgba(0, 0, 0, .4);
}

.main-category li p, .secondary-category li p, .report-category li p {
    margin-left: 30px;
    font-size: 1rem;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .4);
}

.secondary-category li a:hover p, .act-category span, .act-category p.count {
    color: #E1001E !important;
}

.main-category li p span {
    position: relative;
}

.main-category li a.act-category p span:after {
    content: '';
    position: absolute;
    right: -95px;
    top: 10px;
    height: 1px;
    width: 90px;
    background-color: #E1001E;
}

/* banner */

.banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    /* background: linear-gradient(#1a1a1a 0%, rgba(26, 26, 26, 0.5) 100%); */
}

.banner video {
    z-index: 0;
    width: 100%;
    /* height: 100%; */
    left: 0;
    top: -1px;
}

/* .banner-hotel {
    background-image: url("../images/hotel/banner.jpg");
    background-size: cover;
    background-position: center;
} */
.banner-hotel {
    padding: 0;
}
.banner-hotel .banner-image img {
    width: 100%;
}
section {
    position: relative;
    padding: 5rem;
    padding-top: 6rem;
    overflow-x: hidden;
    width: 100%;
}

.overflow-visible {
    overflow: visible;
}

.section-title {
    font-size: 3.2rem;
    font-family: NeoSansArabicLight;
    color: #E1001E;
}

.banner .section-title,.banner .section-title span {
    color: #fff;
}

.banner .section-title span{
    font-family: NeoSansArabicLight;
}
.banner .section-title span,.first-banner-para span{
	/* background-color: rgba(26, 26, 26, .5); */
	display: inline-block;
	padding: 0 10px;
	text-shadow: 2px 2px 5px rgba(26, 26, 26, .7);
}
.subPara p{
    font-size: 1.5rem;
    text-shadow: none;
    line-height: 2.5rem;
    margin-top: 0px;
}

.btn {
    font-size: .9rem;
}

.btn-transparent,.btn-transparent:focus {
    background-color: rgba(26, 26, 26, .1);
	border:none;
}

.btn-transparent:hover,.btn-transparent{
	color: #fff;
}
.act-header .btn-transparent{
	color: #000;
}
.scroll-down {
    left: 0;
    bottom: 2rem;
}

.banner-line, .first-banner-para {
    margin-top: -50px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, -2px);
        transform: translate(0, -2px);
    }
    20% {
        -webkit-transform: translate(0, 2px);
        transform: translate(0, 2px);
    }
    100% {
        -webkit-transform: translate(0, -2px);
        transform: translate(0, -2px);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, -2px);
        transform: translate(0, -2px);
    }
    20% {
        -webkit-transform: translate(0, 2px);
        transform: translate(0, 2px);
    }
    100% {
        -webkit-transform: translate(0, -2px);
        transform: translate(0, -2px);
    }
}

.scroll-down img {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.close-menu img, .close-contact img {
    height: 15px;
}

.overlay,.happy_overlay {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    z-index: 1;
    display: none;
}

/* footer */

footer {
    background-color: #1A1A1A;
    padding: 3rem 4rem;
}

footer ul li {
    margin: 15px 0
}

footer ul.social li{
	margin-right: 25px;
}

footer ul li p {
    color: #fff;
    font-size: .9rem;
    transition: .5s all;
}

footer ul li a:hover p, .social li a:hover {
    opacity: .6;
}

footer ul li:first-child p {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, .5);
    font-family: NeoSansArabicLight;
}

.social li a img {
    height: 28px;
}

.pattern-1 {
    background-image: url('../images/pattern/1.svg');
    background-position: center right;
    background-size: auto 100%;
}

.section-subtitle {
    position: absolute;
    color: rgba(0, 0, 0, .05);
    font-size: 6rem;
}

.your-weekwnd-gateway {
    left: 4%;
    top: 8%;
}
.offers-and-deals{
    left: 0%;
    top: 0%;
}
.offers-and-deals-ar{
	left: auto;
	top:0;
	right: 0;
}
.grey-section {
    background-color: #fafafa;
}

.adventures-and-tourism {
    top: 98px;
    right: 5%;
}

.ar-adventures-and-tourism{
    /* right: 15%; */
    right: unset;
    left: 5%;
}

.inner-section {
    padding: 0 5rem;
}

.location-block {
    position: relative;
    overflow: hidden;
}

.location-name {
    padding: 8px 10px;
    bottom: 0px;
    left: -100%;
    background-color: #fff;
    font-size: 1rem;
}

.location-name span:after {
    content: '';
    position: absolute;
    right: -32px;
    top: -13px;
    height: 46px;
    width: 46px;
    background-image: url('../images/icons/right-arrow.svg');
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.location-name-ar span::after{
    left: -32px;
    transform: rotate(180deg);
    background-position: center left;
}

.location-name-ar{
    right: -100%;
    left: unset;
}

.location-block:hover .location-name {
    left: 0px;
}

.location-block:hover .location-name-ar{
    right: 0;
    left: unset;
}

.read-more {
    color: #E1001E;
    font-size: .85rem;
}

.red-text{
    font-size: 1rem;
}

.read-more img {
    transform: rotate(-90deg);
}

.arabic-read-more img {
    transform: rotate(90deg) !important;
}

.arabic-trip-sm-img {
    left: 0;
}

.activity-block, .hotel-block {
    padding-left: 0 !important;
}

.activity-block h3, .hotel-block h3, .trip-slider h2 {
    font-family: NeoSansArabicLight;
}

/* Hotel inner */

.breadcrumb {
    background-color: transparent;
}

.banner .breadcrumb {
    margin-top: 25px;
    padding: 0px;
}

.breadcrumb-item a, .breadcrumb-item.active {
    color: #1A1A1A;
    font-size: 0.75rem;
    line-height: 20px;
}

.breadcrumb-item.active {
    font-family: NeoSansArabicMedium;
}

/* .breadcrumb-item+.breadcrumb-item::before {
    content: url("../images/icons/breadcrumb-arrow.svg");
} */

.hotel-details {
    /* margin-left: -95px; */
    /* margin-top: -142px; */
    /* margin-right: 10px; */
    padding: 3rem 4.5rem;
    /* padding-left: 112px; */
    background-color: #FAFAFA;
    /* background-color: #e7e7; */
    /* position: absolute; */
    margin-top: -300px;
    /* left: 0px; */
    /* z-index: 3;*/
}

.hotel-title {
    color: #1A1A1A;
    font-size: 2.75rem;
    font-family: NeoSansArabicLight;
}

.hotel-details-price p {
    font-size: 1.4rem;
    color: #E1001E;
    font-family: NeoSansArabicMedium;
}

.hotel-details-price p span {
    color: #1A1A1A;
    opacity: 0.6;
    font-family: NeoSansArabic;
}

.hotel-details-rating p {
    font-size: 1rem;
}

.hotel-details-rating span {
    background-image: url(../images/icons/rating-path.svg);
    background-size: 100% 100%;
    padding: 10px;
    padding-left: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
}

.hotel-details-info p, .address-list p, .address-title, .visa-information-details p, .visa-information-details p span {
    font-size: 1.25rem;
    line-height: 35px;
}

.address-list-sub {
    font-size: 1.2rem;
}

/* .hotel-details-info p {
    font-size: 1.3rem;
    line-height: 28px;
} */

.hotel-details-info p:not(:last-child) {
    padding-bottom: 30px;
}

.facilities-services {
    display: flex;
    align-items: center;
}

.facilities-services:not(:last-child) {
    padding-bottom: 10px;
}

.facilities-services p {
    font-size: 1.3rem;
}

.facilities-services-img {
    width: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}

.facilities-services-img img {
    height: 100%;
    width: auto;
}

.address-main {
    padding: 5rem;
}

.section-address-activity .adventures-and-tourism {
    top: -10px;
    right: -2%;
}

.address-list {
    display: flex;
    align-items: center;
}

.address-list img{
    max-width: 20px;
}

.address-container {
    padding: 18px 0px;
}

.address-container:first-child {
    padding-bottom: 70px;
}

.address-container:not(:last-child) {
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.address-list-sub:not(:last-child) {
    padding-bottom: 10px;
}

.address-list-sub p {
    font-size: 1.1rem;
}

.address-list-sub img {
    width: 20px;
    margin-top: 5px;
}

.btn-open-map {
    padding: 10px;
    color: #000
}

/* .btn-open-map:hover {
    color: #fff;
    background-color: #E1001E;
} */

/* .btn-open-map:hover::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0px;
    height: 40px;
    width: 40px;
    background-image: url(../images/icons/red-arrow.svg);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
} */

.btn-open-map svg path {
    fill: #E1001E;
}

/* .btn-open-map:hover svg path {
    fill: #fff;
} */

.section-hotel .section-subtitle-facilities {
    right: 2%;
    bottom: -20px;
}
.section-hotel .section-subtitle-facilities-ar {
    right: unset;
    left:-5%;
}
.section-hotel {
    padding-bottom: 8rem;
}

.btn-open-map {
    position: absolute;
    top: 0px;
    left: 0px;
}

.activities-slider .activity-block:first-child, .hotels-slider .hotel-block:first-child, .law-regulation-slider .law-regulation-block:first-child,.places-slider .activity-block:first-child, .events-slider .activity-block:first-child{
    margin-left: 6rem;
}
.hotels-slider .hotel-block, .activities-slider .activity-block, .places-slider .activity-block, .events-slider .activity-block {
    padding-right: 15px;
}
.slick-track {
    margin-left: 0;
    margin-right: 0;
  }
/* .law-regulation-slider .slick-slide:last-child .law-regulation-block {
    margin-right: 12rem;
} */

.pattern-2 {
    background-image: url('../images/pattern/2.svg');
    background-size: 100% 100%;
}

.pattern-h1 {
    background-image: url('../images/pattern/h-1.svg');
    background-size: 100% 100%;
}
.activity-pattern{
    background-image: url('../images/pattern/activity-pattern.svg');
    background-size: 100% 100%;
}
/* .pattern-h1.section-hotel {
    background-size: cover;
    background-position-y: -1900%;
} */

/* .pattern-h2 {
    background-image: url(../images/pattern/h-21.svg), url(../images/pattern/h-22.svg);
    background-size: 200px, auto;
    background-position: 20% top, 216% -104%;
} */

.ratings-wrap img {
    height: 15px;
    margin-right: 5px;
}

.ratings, .ratings-ar {
    background-color: #E1001E;
    color: #fff;
    border-radius: 3px;
    border-top-left-radius: 0px;
    padding: 5px;
    position: relative;
}
.ratings-ar {
    border-top-left-radius: 3px;
    border-top-right-radius: 0px;
}

.ratings:before {
    content: '';
    height: 10px;
    width: 10px;
    background-image: url('../images/icons/tick.png');
    position: absolute;
    top: 0;
    left: -7px;
    background-repeat: no-repeat;
}
.ratings-ar::before {
    top: 0;
    left: unset;
    right: -6px;
    transform: scaleX(-1);
}

.hotels-slider p img {
    display: inline-block;
}

.pattern-3 {
    background-image: url('../images/pattern/3.svg');
    background-position: center right;
    background-size: contain;
}

.pattern-4 {
    background-image: url('../images/pattern/4.svg');
    background-position: center right;
    background-size: contain;
}

.btn-red, .btn-red:hover {
    font-size: .85rem!important;
    background-color: #E1001E;
    color: #fff;
    display: inline-block !important;
}

.check-btn:hover{
    font-size: 1.1rem;
}

.btn-red img {
    transform: rotate(-90deg);
    display: inline-block;
}

.trip-sm-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
}

.plan-your-trip {
    top: 30px;
    right: 8%;
}

.arabic-haeding{
    right: auto;
    left: 70px;
}

.trip-slider .slick-arrow {
    color: transparent;
    background-color: transparent;
    height: 35px;
    width: 35px;
}

.slick-slider .slick-prev.slick-arrow {
    background: url('../images/icons/prev.svg') center no-repeat transparent;
    background-size: cover;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
}

.trip-arabic-slider .slick-prev.slick-arrow {
    right: 10% !important;
    left: auto !important;
}

.trip-arabic-slider .slick-next.slick-arrow {
    right: 6% !important;
    left: auto !important;
}

.slick-slider .slick-next.slick-arrow {
    background: url('../images/icons/next.svg') center no-repeat transparent;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 9%;
    z-index: 9;
}

button:focus {
    outline: none;
}

.activities-slider .slick-track, .hotels-slider .slick-track,.places-slider .slick-track, .events-slider .slick-track {
    padding-top: 1.5rem!important;
}

.activity-block img, .hotel-block img {
    transition: .5s all;
}

.activity-block a:hover>img, .hotel-block a:hover>img {
    box-shadow: 0 0 20px #221e1f;
}

/* .banner-fort {
    background-image: url('../images/fort/banner.jpg');
    background-size: cover;
    background-position: center;
} */
.banner-fort {
    padding: 0;
}
.banner-image .banner-image img {
    width: 100%;
}
.banner-gallery {
    background-image: url('../images/gallery/banner.png');
}

.banner-fort::before {
    content: '';
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(right, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
    background: -moz-linear-gradient(right, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(to right, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
    opacity: 0.3;
}
.banner-fort-ar::before {
    right: 0;
    left: unset;
    background: -webkit-linear-gradient(left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
    background: -moz-linear-gradient(left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(to left, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
}
.banner-fort-ar .banner-line {
    -webkit-transform: scaleX(-1)!important;
    transform: scaleX(-1)!important;
}
.fort-content{
    padding-top: 8rem;
}

.fort-banner-line {
    top: 29.5%;
}

.pattern-f1 {
    background-image: url('../images/pattern/f-1.svg');
    background-size: contain;
}

.banner-fort .breadcrumb *,.banner-history .breadcrumb *,.banner-hotel .breadcrumb *{
    color: #fff;
}

.fort-section {
    overflow: visible;
}

.fort-details {
    padding: 2rem;
    position: relative;
    margin-top: -115px;
    background-color: #FAFAFA;
    margin-bottom: 20px;
    max-height: 470px;
    overflow-y: auto;
}

.fort-details::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.fort-details::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.fort-details::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.6); 
}

.visa-information-page .breadcrumb {
    margin-top: 50px;
    padding: 0;
}

.visa-information-page .section-title, .text-dark {
    color: #000;
}

.pattern-v1 {
    background-image: url('../images/pattern/v-1.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.pattern-v2 {
    background-image: url('../images/pattern/v-2.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-control:focus, .btn:focus {
    box-shadow: none;
    border-color: #E1001E;
}

.btn, .form-control {
    border-radius: 0px;
}

.form-control {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
}

.check-btn {
    margin-top: 30px;
    height: 45px;
    width: 100%;
    font-size: 1.1rem;
}

.form-select {
    background-image: url('../images/icons/select.svg');
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.arabic-form-select {
    background-position: 3% center;
}

.grey-text {
    color: rgba(0, 0, 0, .4);
    font-size: 1rem !important;
    margin-bottom: 20px;
}

.cust-ul {
    padding-left: 20px;
}

.cust-ul li {
    list-style-type: disc;
    margin: 8px 0;
}

.red-text {
    color: #E1001E;
}

.faq {
    padding-top: 20px;
}

.faq-header {
    background-image: url('../images/icons/plus.svg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 15px;
    border-bottom: 1px solid rgba(112, 112, 112, .1);
    padding-bottom: 20px;
    cursor: pointer;
}
.faq-header.active {
    background-image: url('../images/icons/minus.svg');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}
.faq-header.text-right {
    background-position: left top;
}

.ar-faq-header{
    background-position: left top;
}

.faq-body, .visa-requirements {
    display: none;
}

.faq-body {
    padding-top: 20px;
}

.frequently-asked-questions {
    top: 50px;
    right: -12%;
}

.arabic-faq {
    left: 5%;
}

.header-department {
    top: 0px;
}

.dept-header.act-header * {
    color: #896E48;
}

.dept-header .stuck-menu .line {
    background-color: #896E48;
}

.spinner-border-brown {
    border-color: #896E48;
}

.banner-tourism {
    padding: 0;
    position: relative;
    height: auto;
    /* background-image: url("../images/tourism/banner.jpg");
    background-size: cover;
    background-position: center; */
}
.banner-img img {
    width: 100%;
}
.banner-text {
    position: absolute;
    top: 55%;
    left: 0;
}

.banner-tourism .section-title {
    font-size: 2.2rem;
}

.banner-tourism .banner-line {
    top: 70%;
}

.tourism-pattern-1 {
    background-image: url('../images/tourism/pattern/pattern-1.svg');
    background-position: top left;
    background-size: 180px;
}

.arabic-tourism-pattern-1{
    background-image: url('../images/tourism/pattern/arabic-pattern-1.svg');
    background-position: top right;
    background-size: 180px;
}

.arabic-tourism-pattern-3{
    background-image: url('../images/tourism/pattern/arabic-pattern-4.svg');
    background-position: bottom left;
    background-size: 180px;
}

.arabic-adventures{
    right: 15%;
}

.tourism-pattern-3 {
    background-image: url('../images/tourism/pattern/pattern-4.svg');
    background-position: bottom right;
    background-size: 180px;
}

.section-title.title-tourisum {
    font-size: 2.2rem;
    color: #896E48;
    font-family: NeoSansArabicMedium;
}

.btn-brown, .btn-brown:hover {
    padding: 8px 20px;
    padding-right: 10px;
    font-size: .90rem;
    border-radius: 0px;
    background-color: #896E48;
    color: #fff;
    display: inline-block !important;
}

.btn-symbol {
    margin-left: 3px;
    margin-top: -4px;
}

.arabic-symbol {
    transform: rotate(180deg);
    margin-top: 0px;
}

.tourisum-text {
    line-height: 26px;
    font-size: 1rem;
}
.tourisum-info {
    margin-left: 7rem!important;
}

.light-brown-section {
    background-color: rgba(137, 110, 72, 0.10);
}

.tourism-text-pattern::before {
    content: '';
    width: 100%;
    height: 100px;
    display: inline-block;
    background-image: url('../images/tourism/pattern/title-pattern-first.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: -28px;
    left: 0px;
}

.tourism-text-pattern::after {
    content: '';
    width: 100%;
    height: 100px;
    display: block;
    background-image: url('../images/tourism/pattern/title-pattern-last.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
    position: absolute;
    top: -28px;
    right: -3px;
}

.report-section .tourism-text-pattern::before, .news-section .tourism-text-pattern::before {
    left: -5rem;
}

.report-section .tourism-text-pattern::after, .news-section .tourism-text-pattern::after {
    right: -5rem;
}

.law-regulation-block {
    padding: 1rem 1.5rem;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px;
}

/* .law-regulation-block:nth-child(odd) { */

.law-regulation-white {
    background-color: #fff;
    background-image: url('../images/tourism/pattern/card-pattern-1.svg');
    background-position: bottom right;
}

/* .law-regulation-block:nth-child(even) { */

.law-regulation-brown {
    background-color: #896E48;
    background-image: url('../images/tourism/pattern/card-pattern-2.svg');
    background-position: bottom left;
}

.law-regulation-block h3 {
    padding: 1.7rem 1rem;
    text-align: center;
    /* background-color: #fff; */
    font-size: 1.3rem;
    font-weight: 100;
    text-transform: uppercase;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.law-regulation-brown h3 {
    color: #fff;
}

.law-regulation-white h3, .text-viewmore p {
    color: #896E48;
}
.text-viewmore p {
    font-size: 0.95rem;
}

.law-regulation-slider {
    margin-top: 2rem;
    /* margin-bottom: 2rem; */
}

.law-regulation-slider .slick-list {
    position: relative;
}

.law-regulation-slider .slick-list::after {
    content: '';
    width: 50px;
    height: calc(100% - 1rem);
    position: absolute;
    top: 0.5rem;
    right: 0px;
    background: rgba(255, 255, 255, 1.0);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to left, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
}

.law-regulation-slider .slick-slide {
    margin-left: 27px;
}

.law-regulation-slider .slick-list {
    margin-left: -27px;
}

.law-regulation-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    margin-top: 12px;
    list-style-type: none;
}

.law-regulation-slider .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background-color: #896E48;
    opacity: 0.4;
    text-indent: -9999px;
}

.law-regulation-slider .slick-dots li {
    margin: 0 0.25rem;
}

.law-regulation-slider .slick-dots button:focus {
    outline: none;
}

.law-regulation-slider .slick-dots li.slick-active button {
    width: 30px;
    opacity: 1;
}

.report-category li {
    padding-left: 0px;
}

.report-category li p.count {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    left: -25px;
    top: -5px;
    font-size: 0.65rem;
    margin-top: 6px;
    color: rgba(26, 26, 26, 0.4);
}

.ar-report-category li p.count {
    left: unset;
    right: -12px;
    margin-right: -17px;
}

.report-category li p {
    color: rgba(26, 26, 26, 0.4);
}

.report-category li p span {
    position: relative;
}

.report-category li p span:after, .report-category-list.report-category li p.position-relative::before {
    content: "";
    position: absolute;
    right: unset;
    top: 10px;
    height: 1px;
    width: 95%;
    opacity: 0.5;
    margin-left: 10px;
    visibility: hidden;
    background-color: #896E48;
}

.report-category li a.act-category p span:after, .report-category-list.report-category li a.act-category p.position-relative::before {
    visibility: visible;
}

.report-category.main-category li a:hover p, .report-category.main-category li a:hover label, .report-category .act-category span, .report-category .act-category p.count, .tourism-tab-title {
    color: #896E48!important;
}

.tab-conatiner {
    padding: 1.5rem;
    height: 100%;
}

.tab-details {
    display: none;
    min-height: 360px;
}

.tab-details.act-category {
    display: block;
}

.btn-download, .btn-download:hover {
    padding: 8px 20px;
    padding-left: 10px;
}

.tourism-tab-title {
    font-weight: 100;
    font-size: 1.5rem;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

.tourism-report-list li p {
    font-size: 1rem;
    line-height: 26px;
}

.tourism-pattern-2 {
    background-image: url('../images/tourism/pattern/pattern-2.svg');
    background-position: 0% 85%;
    background-size: 180px;
}

.tourism-pattern-2::after {
    content: '';
    background-image: url('../images/tourism/pattern/pattern-3.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 180px;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 100%;
    height: 180px;
    z-index: -1;
}

.brown-section {
    background-color: #896E48;
}

.service-card {
    padding: 2rem;
    background-color: #fff;
    background-image: url('../images/tourism/pattern/card-pattern-1.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 75%;
    height: 100%;
}

.service-icon {
    height: 75px;
}

.text-black {
    color: #1A1A1A!important;
}

.text-viewmore img {
    height: 12px;
    margin-top: -2px;
}

.arabic-text-viewmore img {
    transform: rotate(180deg);
}

.news-details {
    padding: 2rem 15px;
}

.news-details h4::after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 1px;
    background-color: rgba(137, 110, 72, 0.40);
    top: 12px;
    left: 80px;
    z-index: -1;
}

.news-list-left .news-details h4::after {
    top: 12px;
    left: 80px;
}

.arabic-news-list-left .news-details h4::after {
    top: 16px;
    right: -5.2rem;
    width: 5.8rem;
}

.arabic-news-list-right .news-details h4::after {
    left: -5.2rem;
    width: 100% !important;
    top: 15px !important;
}

.news-list-right .news-details h4::after {
    top: 12px;
    left: -5.2rem;
    width: 4.8rem;
}

.news-details h4 span {
    font-size: 1.3rem;
    color: #896E48;
    margin-bottom: 10px;
    display: block;
    width: fit-content;
    background-color: #fff;
}

.news-details p {
    line-height: 20px;
}

.news-list-left .news-details {
    padding-right: 6rem;
}

.news-list-right .news-details {
    padding-left: 6rem;
}

.error {
    position: absolute;
    left: 0;
    bottom: -17px;
    font-size: 10px;
    display: none;
}
.error-ar {
    left: unset;
    right: 0;
}
.succmsg h2 {
    font-size: 16px;
    color: green;
    position: absolute;
    left: 15px;
    bottom: -42px;
}
.succmsg-ar h2 {
    left: unset;
    right: 15px;
}
.main-category::-webkit-scrollbar-track {
    background-color: transparent;
}

.main-category::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.main-category::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.months::-webkit-scrollbar-track,.days::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.months::-webkit-scrollbar,.days::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
}

.months::-webkit-scrollbar-thumb,.days::-webkit-scrollbar-thumb {
    background-color: #E1001E;
}

.contact-sidebar {
    left: auto;
    right: -100%;
    width: 40%;
    z-index: 1;
    background-color: #fff;
	top:0;
}
.act-contactbar {
    right: 0;
}
.contact-header {
    padding: 2.5rem 4rem;
    padding-bottom: 0px;
}

.contact-line {
    margin-top: -25px;
}

.iti__flag, .iti__flag-box {
    display: none;
}

.contact-sidebar form {
    /* height: calc(100vh - 180px); */
	height: calc(100vh - 163px);
    overflow: auto;
}

.mobLinks {
    display: none !important;
}

.ratings_ar {
    border-top-right-radius: 0px;
    border-top-left-radius: 3px
}

.ratings_ar::before {
    transform: rotateY( 180deg);
    left: auto;
    right: -6px;
}

.dropdown-menu {
    padding: 5px 10px;
    top: 95%;
    border: none;
    box-shadow: 2px 2px 10px rgba(26, 26, 26, .15);
    min-width: 100%;
}

.dropdown-menu a {
    color: #000;
    font-size: .9rem;
    display: block;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.ar-breadcrumb svg{
    transform: rotate(180deg);
}

.hotel-block p small,.hotel-block .hotel-info,.activity-info{
    opacity: .6;
}

.aside-ar .secondary-category {
    left: auto;
    right: 100%;
}

.aside-ar .main-category li a.act-category p span:after {
    left: -95px;
    right: auto;
}

.aside-ar .main-category li p, .aside-ar .secondary-category li p, .aside-ar .report-category li p {
    margin-left: auto;
    margin-right: 25px;
}

.aside-ar .main-category li {
    padding-left: auto;
    padding-right: 3.5rem;
}

.aside-ar .main-category li p.count {
    right: 35px;
    left: auto;
}

.banner-line-ar {
    transform: rotateY(180deg) !important;
}

.slide-icon,.cancel-icon{
    display: none;
}
.slide-icon{
    right: 200px;
    bottom: 25px;
    background-color: #fff;
    padding: 7px 7px;
    border-radius: 5px;
}
.ar-slide-icon{
    left: 155px;
    right: auto !important;
}
.act-header svg line, .header-visa svg line {
    stroke: #000;
}
.text-right *{
    text-align: right !important;
}
.scroll-down-ar {
        left: auto;
        right: 0;
    }
.your-weekwnd-gateway-ar {
    right: 4%;
   left:auto;   
}
.activity-card{
    padding: 25px 40px;
    border:none;
    border-radius: 5px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
    margin-bottom: 30px;
}
.activity-card p{
    font-size: 1.2rem;
    margin: 10px 0;
}
.activity-card img{
    height: 20px;
}
.contact-sidebar-ar .contact-header {
    flex-direction: row-reverse;
}
.row-ar {
    direction: rtl;
}
.row-ar .form-label {
    width: 100%;
    text-align: right;
}
.row-ar .iti__flag-container {
    left: auto;
    right: 0;
}
.row-ar .iti--allow-dropdown input {
    padding-left: 0px!important;
    padding-right: 72px!important;
}
.row-ar .form-select {
    background-position: 5% center;
}
.row-ar .iti__country-list {
    left: calc(0px - 280%);
    direction: ltr;
}
.row.ar .iti__selected-flag {
    direction: ltr!important;
}
.row-ar .iti {
    width: 100%;
    margin-bottom: 20px;
}
.font-medium {
    font-family: NeoSansArabicMedium;
}
.font-regular {
    font-family: NeoSansArabic;
}
.map-structure {
    height:200px;
}
.form-element {
    position: relative;
}
.form-top {
    padding-top: 0!important;
}
.about-fort-section img{
    width: 100%;
}
.hotel-sub small{
    margin-right: 4px;
}
footer ul.social-ar li:first-child{
    margin-right: 0;
}
.visa-form-label {
    font-size: 1.25rem;
    margin-bottom: .8rem;
}
.visa-form-control {
    height: 60px;
    padding: 0 20px;
    border-width: 2px;
    font-size: 1.1rem;
    font-family: NeoSansArabicBold;
}
.btn-visa-info, .btn-visa-info:hover {
    margin-top: 42px;
    height: 60px;
    font-size: 1.3rem;
}
.address-main-ar .flex-column {
    padding-right: 2rem;
}
.trip-slider h2{
    font-size: 2.6rem;
}
.trip-slider p{
    font-size: 16px;
}
.breadcrumb svg{
    height: 9px;
    margin-top: -4px;
}
.location-name-ar {
    right: -100%;
    left: unset;
}
.trip-slider .col-12.col-lg-5.mt-3{
    max-width: 46%;
}
.btn-open-map{
    z-index: 11;
}
.map-hover{
    padding: 8px 10px;
    bottom: 2px;
    left: -430px;
    background-color: #E1001E;
    font-size: 1rem;
    height: 32px;
    width: 245px;
    z-index: -1;
}
.btn-open-map:hover{
    left: 0;
    color: #fff;
}
.btn-open-map:hover svg path{
    fill: #fff;
}
.btn-open-map:hover .map-hover{
    left: -130px;
    color: #fff;
    -webkit-transition: ease-out .2s;
    -moz-transition: ease-out .2s;
    transition: ease-out .2s;
}
.map-hover::after{
    content: '';
    position: absolute;
    right: -16px;
    top: 0px;
    height: 32px;
    width: 37px;
    background-image: url(../images/icons/arrow.svg);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}
.ar-map-hover{
    left: 15px;
    visibility: hidden;
    width: 200px;
}
.btn-open-map:hover .ar-map-hover{
    left: -10px;
    width: 195px;
    visibility: visible;
}
.ar-map-hover::after{
    transform: rotate(180deg);
    left: -21px;
    background-position: center left;
}
.btn-open-map:hover .ar-hotel-map{
    left: 257px;
    width: 172px;
}
.ar-hotel-map{
    left: 428px;
}
.place-to-visit img{
    width: 100%;
}
.btn-open-hotel {
    line-height: 17px;
}
.ar-map-hover.transition{
    transition: all .2s;
    -webkit-transition: all .2s;
}
.lang-flag {
    height: 13px;
    margin-right: 5px;
}
.lang-flag-ar {
    height: 13px;
    margin-left: 5px;
}
.dir-ltr { direction: ltr; }

.grid-item { 
    width: calc(33.33% - 30px);
    margin: 10px; 
}
.grid-item img {
    width: 100%;
}
.section-gallery .grid {
    padding-top: 5rem ;
}
.media-text {
    padding: 0;
}
.media-gallery-title {
    top: 5.7rem;
    left: 6rem;
}
.media-gallery-title-ar {
    left: unset;
    right: 6rem;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    height: 30px;
    width: 30px;    
    border-radius: 50%;
}
.lg .lg-actions .lg-prev {
    background: url(../images/icons/left.svg) center no-repeat #fff;
    background-size: 15px;
}
.lg .lg-actions .lg-next {
    background: url(../images/icons/right.svg) center no-repeat #fff;
    background-size: 15px;
}
.lg-toolbar {
    display: none;
}
.banner-history{
	background-position: center;
	background-size: cover;
}
.btn-inherit {
    color: inherit;
}
.slider-arrows.slick-slider .slick-arrow {
    height: 35px;
    width: 35px;
    color: transparent;
    background-color: #FFF;
    border-radius: 50%;
	z-index: 1;
}
.slider-arrows.slick-slider .slick-prev.slick-arrow {
    /* top: 50%; */
    bottom: unset;
    left: 2%;
    /* transform: rotate(180deg) translateY(-50%); */
}
.slider-arrows.slick-slider .slick-next.slick-arrow {
    /* top: 55%; */
    bottom: unset;
    right: 2%;
    left: unset;
    /* transform:translateY(-50%); */
}
.slider-arrows.slick-slider .slick-arrow {
    top: 35% !important;
}
.hotels-slider.slider-arrows.slick-slider .slick-arrow{
    top: 32% !important;
}
.slider-arrows.slick-slider .slick-arrow.slick-disabled {
    opacity: 0.4;
}
.main-category .top-sec p {
    margin-left: 0;
}
.aside-ar .main-category .top-sec {
    padding-right: 0;
    padding-left: 0;
}
.aside-ar .main-category .top-sec p {
    margin-right: 10px;
}
.guaq img {
    height: 68px !important;
}
.inner-banner-section {
    margin-top: 6.6rem;
    height: 32vh;
}
.breadcrumb-section {
    padding: 10px 5rem !important;
}
.banner-title {
    font-size: 1.9rem;
}
.pdfobject-container { height: 30rem; border: 1rem solid rgba(0,0,0,.1); }
.banner-text-pattern::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100px;
    background-image: url('../images/tourism/pattern/banner-title-first.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    /* position: absolute; */
    top: -35px;
    left: 0;
}
.banner-text-pattern::after {
    background-image: url('../images/tourism/pattern/banner-title-last.svg');
    background-size: auto 100%;
    top: -37px;
    right: 0;
    z-index: -2;
}
.banner-pattern-1 {
    background-image: url(../images/tourism/pattern/banner-pattern-first.svg);
    background-position: top left;
    background-size: 160px;
    background-repeat: no-repeat;
    z-index: -2;
}
.banner-pattern-1::after {
    content: '';
    background-image: url(../images/tourism/pattern/banner-pattern-last.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 180px;
    position: absolute;
    top: 25%;
    right: 0px;
    width: 100%;
    height: 180px;
    z-index: -1;
}
.breadcrumb-section .breadcrumb-item.active {
    color: #896E48;
}
.breadcrumb-section .breadcrumb-item a {
    color: rgba(26, 26, 26, .5);
}
.breadcrumb svg path {
    opacity: .5;
}
.reports-background-image {
    background-size: 230px;
}
.reports-background-image::after {
    background-size: 230px;
}
.pdfobject-container { 
    height: 35rem; 
    border: none; 
}
.department-pdf, .department-breadcrumb-section nav {
    padding: 0 6rem;
}
.pdf-section {
    padding-top: 4rem;
}
.tourism-pattern-5 {
    background-image: url('../images/tourism/pattern/pattern-2.svg');
    background-position: 0% 50%;
    background-size: 250px;
}
.tourism-pattern-5::before {
    content: '';
    background-image: url('../images/tourism/pattern/pattern-3.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 280px;
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 280px;
    z-index: -1;
}
.tourism-pattern-5::after {
    content: '';
    background-image: url('../images/tourism/pattern/pattern-3.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 280px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 280px;
    z-index: -1;
}
.videos-section, .about-section-pattern{
	background-image: url('../images/video-pattern.png');
	background-repeat: no-repeat;
	background-position:bottom;
	background-size: cover;
}
.videos-section iframe{
	height: 250px;
}
.videoTitle,.brownText{
	color: #896E48 !important;
}
.strategic-partners{
	background-image: url('../images/strategics-back.png');
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100% 100%;
	border:1px solid #C9B597;
}
.strategic-partners img{
	width: auto;
	max-width: 100%;
	max-height: 125px;
}
.text-underline {
    text-decoration: underline;
}
.download-pdf img {
    width: 20px;
}
/* .download-pdf {
    padding-left: 3.3rem;
} */
.report-category {
    overflow: hidden;
}

.tab-conatiner {
    background-color: #fff;
} 
.report-category-list.report-category li p span {
    display: inline-block;
    max-width: 310px;
    z-index: 2;
    background-color: #fff;
    padding-right: 10px;
    line-height: 22px;
}
.report-category-list.report-category li p span:after {
    display: none;
}   
.report-category-list.report-category li p.position-relative::before {
    z-index: 0;
}
/* .report-category li p span {
    padding-right: 13rem;
    display: initial;
    background-color: #fff;
    z-index: 1;
}
.report-category li p span:after {
    z-index: -1;
} 
.tab-conatiner {
    background-color: #fff;
} */
.strategic-overlay{
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #896E48;
	opacity: 0;
	pointer-events: none;
	transition: .2s all;
	background-image: url('../images/overlay.png');
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100% 100%;
}
.strategic-overlay *,.strategic-overlay a:hover{
	color: #fff;
	text-transform: uppercase;
}
.strategic-partners:hover .strategic-overlay{
	opacity: 1;
	pointer-events: all;
}
/* .tourism-policy {
    padding-bottom: 1.8rem!important;
} */
.contact-section iframe{
	height: 730px;
}
.contact-section p{
	font-size: 16px;
}
.cust-icon{
	margin-right: 10px;
	width: 15px;
	max-height: 15px;
}
.lineText:after{
	content: '';
	left: 0;
	top: 12px;
	width: 100%;
	background-color: #896E48;
	height: .5px;
	position: absolute;
	z-index: -1;
}
.lineText span{
	padding-right: 10px;
	background-color: #FAFAFA;
}
.contactpage-wrap{
	position: absolute;
    bottom: 6px;
    right: 0;
    width: 45%;
}
.contactpage-wrap-ar{
	right: auto;
	left: 0;
}
.contact-tabs{
	width: 60px;
    background: #FAFAFA;
}
.contact-tabs ul li{
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	border-top: 1px solid #ddd;
	cursor: pointer;
}
.contact-details{
    background: #FAFAFA;
    width:calc(100% - 60px);
}
.contact-tabs ul li:first-child{
	border:none
}
.contact-tabs svg{
	fill: #896E48;
}
.act-tab{
	background-color: #896E48;
}
.act-tab svg{
	fill: #fff;
}
.report-category-list-ar {
    overflow: unset;
}
.report-category-list-ar.report-category li p.position-relative::before {
    left: -380px;
}
.tourism-policy-ar .download-pdf img {
    margin-left: 5px;
}
.faq p{
	font-size: 15px;
}
.report-category-list-ar.report-category li p.count {
    right: -12px;
    left: unset;
}
.title-tourisum span {
    background-color: #896E48;
    z-index: 2;
}
.offers-section {
    padding: 10.5rem;
}
.offers-percent {
    padding: 12px 20px;
    top: 0;
    background-color: #E1001E;
    font-size: 1.1rem;
    bottom: unset;
    left: 15px;
    color: #fff;
}
.offers-percent::after {
    content: '';
    position: absolute;
    right: -26px;
    top: 0px;
    height: 54px;
    width: 60px;
    background-image: url(../images/icons/arrow.svg);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}
.offers-percent-ar{
	right:15px;
	left: auto;
}
.offers-percent-ar::after{
	left: -27px;
	transform: rotate(180deg);
	right: auto;
}
.page-link{
	height: 30px;
	width: 30px;
	line-height: 10px;
}
.page-item.active .page-link {
    color: #FFF;
    border-color: #E1001E;
    background: #E1001E;
}
.page-link {
    margin:0 2px;
    border-radius: 50%;
    color: #6D6E70;
    font-size: 14px;
    border: none;
    font-family: NeoSansArabic;
    border-color: #707070;
    padding: 10px;
}
.page-item-more::after {
    content: '...';
    color: #6D6E70;
    font-size: 14px;
    font-weight: 800;
    position: absolute;
    bottom: 8px;
    right: 108px;
}
.page-item-more {
    position: relative;
    margin-right: 20px;
}
.read-more-ar img {
    transform: rotate(90deg);
    margin-right: 8px;
}
.section-title#cpopup_section_title{
	font-size: 2.4rem;
}
.travel-data p{
	margin-bottom:25px;
}
.card-body p img{
	width: 15px;
	margin-right: 10px;
}
.card{
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	border:none;
	border-radius: 10px;
}
.card-body p{
	font-size: 15px;
	margin-bottom: 10px;
}
.card-header{
	background-color: #E1001E;
	border-top-left-radius:10px !important;
	border-top-right-radius:10px !important;
}
.card-header *{
	color: #fff;
	font-size: 15px;
}
.banner-content {
    position: absolute;
    top: 15%;
    left: 0;
}
.banner-history {
    padding: 0;
    height: auto;
}
.banner-history .banner-image img {
    width: 100%;
}
.banner-content-nav {
    position: absolute;
    top: 12%;
    left: 0;
}
.banner-content-history {
    position: absolute;
    top: 62%;
    left: 0;
    transform: translateY(-50%);
}
.calander-wrap *{
	font-size: 16px;
}
.months li:first-child{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.months li:last-child{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.months li{
	text-align: center;
	text-transform: uppercase;
	width: 8.33%;
	background-color: #f5f5f5;
	padding: 10px 5px;
	cursor: pointer;
	transition: .5s all;
	min-width: 75px;
}
.months li:hover,.months li.actMonth{
	background-color: #1A1A1A;
}
.months li:hover p,.months li.actMonth p{
	color: #fff;
}
.days li{
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: .5s all;
	min-width: 35px;
    height: 35px;
    margin: 0 2px;
}
.days li p{
	line-height: 35px;
}
.days li:hover{
	background-color: #f5f5f5;
}
.current-date p{
	color: #E1001E;
}
.active-day,.days li.active-day:hover{
	background-color: #E1001E;
}
.active-day p{
	color: #fff;
}
.red-btn,.red-btn:hover{
	background-color: #E1001E;
	color: #fff;
	display: inline-block;
	padding: 12px 20px;
	min-width: 200px;
	text-align: center !important;
}
.event-details{
	padding: 100px;
}
.hr-scroll{
	overflow-y: auto;
	padding-bottom: 5px;
}
.banner-fill .banner-title {
    z-index: 2;
}
.banner-fill .banner-title span {
    padding-left: 3rem!important;
    padding-right: 3rem!important;
}
.banner-fill {
    margin-top: 6.6rem;
    padding: 7rem 0;
    background-image: url('../images/tourism/pattern/banner-pattern-first.svg');
    background-position: top left;
    background-size: 160px;
    background-repeat: no-repeat;
    z-index: -2;
    overflow-y: hidden;
}
.banner-fill::after {
    content: '';
    background-image: url('../images/tourism/pattern/banner-pattern-last.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 160px;
    z-index: -1;
}
.banner-line-fill {
    position: absolute;
    top: -92px;
    left: 0;
}
.tourism-guaq{
	height: 50px !important;
}
.main-logo{
	height: 35px !important;
}
/* .btn-transparent{
	padding: 0px !important;
} */
.pagination{
align-items: center;
}
.fixedBtn,.tfixedBtn{
	position: fixed;
	bottom: 25px;
	right: 25px;
	height: 50px;
	width: 50px;
	background-color: #E1001E;
	cursor: pointer;
}
.tfixedBtn{
	background-color: #896E48;
}
.ar_fixedBtn{
	right: auto;
	left: 25px;
}
.fixedBtn img{
	height: 50px;
}
.happy_form{
	width: 80%;
	margin: 0 auto;
}
.happyPopup{
	display: none;
	position: fixed;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	background-image: url('../images/happy_pattern.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto;
	z-index: 1;
}
.thappyPopup{
	background-image: url('../images/thappy_pattern.jpg');
}
.happyPopup .section-title{
	color: #000;
	width: 70%;
	margin: 0 auto;
}
.happyPopup p{
	color: #E1001E;
}
.close-happypopup{
	position: absolute;
	right: 50px;
	top:25px
}
.ar-close-happypopup {
	right: auto;
	left: 50px;
}
.happy_faces{
    padding: 15px;
    opacity: 0.5;
	cursor: pointer;
}
.act_happy_faces {
    opacity: 1;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(34 30 31 / 9%);
}
.act_happy_faces p{
    font-family: NeoSansArabicMedium;
}
.sitemap-title {
    opacity: 0.4;
    color: #E1001E;
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    text-transform: capitalize;
}
.pdf-section .sitemap-title {
    color: #896E48;
}
.sitemap-subtitle {
    top: -24%;
    right: -6%;
}
.sitemap-subtitle-ar {
    right: unset;
    left: -6%;
}
.sitemap-item {
    display: block;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 0.8rem;
}
.sitemap-item:hover {
    color: #E1001E;
    text-decoration: underline;
}
.pdf-section .sitemap-item:hover {
    color: #896E48;
}
.sitemap-pattern {
    background-repeat: no-repeat;
    background-position: top right;
}
.months-ar li:last-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.months-ar li:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.months-ar li {
    width: 8.35%;
}
/* .activities-slider-ar.slick-slider .slick-track, .activities-slider-ar.slick-slider .slick-list {
    direction: rtl;
} */
/* .activities-slider-ar .activity-block:first-child, .activities-slider-ar .hotel-block:first-child {
    margin-right: 6rem;
    margin-left: 0;
} */
.activities-slider-ar .slider-arrows.slick-slider .slick-prev.slick-arrow {
    opacity: 0.4 !important;
}
.activities-slider-ar .slider-arrows.slick-slider .slick-arrow.slick-disabled {
    opacity: unset !important;
}
/* .activities-slider-ar .slick-slide {
    float: right;
} */
/* .activities-slider-ar,.activities-slider-ar .activity-block *,.activities-slider-ar .hotel-block * {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
} */
.activities-slider-ar .phone-dir p {
    transform: unset !important;
}
.activities-slider-ar .phone-dir img {
    transform: unset;
}
.activities-slider-ar .activity-block, .activities-slider-ar .hotel-block {
    padding-right: 0 !important;
    padding-left: 15px !important;
}

#INDbtnWrap #INDmenu-btn>svg {
    width: 32px!important;
    height: 32px!important;
}
.INDpositionLeft #INDbtnWrap #INDmenu-btn {
    left: 25px!important;
    top: unset!important;
    bottom: 18px!important;
}

.INDlangdirRTL #INDbtnWrap #INDmenu-btn {
    left: unset!important;
    right: 25px!important;
    top: unset!important;
    bottom: 12px!important;
}

.INDlangdirRTL #INDbtnWrap #INDmenu-btn>svg {
    width: 50px!important;
    height: 50px!important;
}

.inforamtion-section .slick-slider .slick-prev.slick-arrow {
    bottom: unset;
    top: 50%;
    left: 4%;
    transform: rotate(180deg) translateY(-50%);
}

.inforamtion-section .slick-slider .slick-next.slick-arrow {
    left: unset;
    bottom: unset;
    top: 56%;
    right: 4%;
    transform: translateY(-50%);
}

@media screen and (min-width:375px) and (max-width:450px) {
    .slide-icon {
        right: 97px !important;
        padding: 5px 5px;
    }
}
@media screen and (min-width:200px) and (max-width:500px) {
    footer ul li:first-child p {
        font-size: 1rem;
    }
    footer ul li p{
        font-size: .789rem;
    }
    footer ul li {
        margin: 3px 0;
    }
    .social li a img {
        height: 20px;
    }
    footer ul.social li {
        margin-right: 12px;
    }
    .hotel-title {
        font-size: 1.5rem !important;
        line-height: 1.9rem !important;
    }
    .banner .section-title {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
    .homebanner h2{
        line-height: 1.6rem!important;
    }
    .hotels-slider p img{
        height: 16px;
    }
    .read-more img{
        width: 10px;
    }
    .h3, h3 {
        font-size: 1.5rem;
    }
    .activities-slider .slick-track, .hotels-slider .slick-track, .places-slider .slick-track, .events-slider .slick-track {
        padding-top: 1rem!important;
    }
    .section-subtitle {
        font-size: 2.8rem !important;
    }
    .adventures-and-tourism {
        top: 60px;
    }
    .trip-slider .slick-arrow{
        height: 28px;
        width: 28px;
    }
    .slick-slider .slick-prev.slick-arrow{
        left: 0;
        bottom: -36px;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    .btn-red img{
        width: 10px;
        margin-left: 1px !important;
    }
    .ratings, .ratings-ar{
        font-size: 12px;
        padding: 4px;
    }
    .close-menu svg {
        height: 12px!important;
    }
    .main-category li p, .secondary-category li p, .report-category li p{
        font-size: .85rem!important;
    }
    .main-category li p.count{
        font-size: .6rem!important;
    }
    .accessible{
        height: 18px;
    }
    .location-name{
        font-size: 14px;
        padding: 5px 8px;
    }
    .location-name span:after {
        height: 37px;
        width: 37px;
        top: -10px!important;
        right: -25px!important;
    }
    .location-name-ar span:after {
        left: -26px;
    }
    .ratings-wrap img {
        height: 13px;
        margin-right: 5px;
    }
    .hotel-section{
        padding-bottom: 1.5rem !important;
    }
    .scroll-down p{
        font-size: 13px;
    }
    .scroll-down img{
        height: 12px;
    }
    .activity-card {
        padding: 15px 25px;
        margin-bottom: 20px;
    }
    .activity-card p{
        margin: 5px 0;
    }
    .activity-card img {
        height: 16px;
    }
    .btn-open-map svg{
        height: 7px;
        width: 10px;
        margin-left: 2px;
    }
    .fort-details, .hotel-details, .address-main {
        padding: 10px!important;
        padding-left: 20px!important;
    }
    .fort-details {
        max-height: unset;
    }
    .address-list-sub img {
        width: 16px;
        margin-top: 0px;
    }
    .rating-star div img {
        height: 18px!important;
    }
    .address-container:first-child {
        padding-bottom: 50px;
    }
    .address-container {
        padding: 12px 0px;
    }
    .hotel-details-rating p {
        font-size: .8rem;
    }
    .hotel-details-rating span{
        padding: 8px;
        padding-left: 12px;
        font-size: 0.7rem;
    }
    .breadcrumb-item a, .breadcrumb-item.active{
        font-size: 0.70rem;
        line-height: 15px;
    }
    .banner-fort .breadcrumb svg{
        height: 8px;
        width: 8px;
        margin-bottom: 3px;    
    }
    .trip-slider .col-12.col-lg-5.mt-3{
        max-width: 75%;
    }
    footer {
        padding: 1rem .75rem !important;
    }
    .ar-slide-icon {
        left: 67px !important;
        right: auto !important;
    }
    .top-bar p {
        font-size: 0.55rem;
    }
    .slider-arrows.slick-slider .slick-prev.slick-arrow {
        left: 0;
        top: 33%;
    }
    .slider-arrows.slick-slider .slick-next.slick-arrow {
        right: 5%;
        top: 40%;
    }
    .tourism-guaq {
        height: 25px !important;
    }
    .main-logo {
        height: 14px!important;
    }
    .inner-banner-section {
        height: 30vh;
    }
    .inner-banner-section {
        margin-top: 3.7rem;
    }
	.videos-section iframe{
		height: 200px;
	}
    .header-department {
        background: #000;
    }
    .act-header.header-department {
        background: #FFF;
    }
    .banner {
        height: auto;
        margin-top: 62px;
        padding: 0;
    }
    .homebanner {
        /* min-height: 150px; */
        /* position: relative; */
        height: 100vh;
        overflow: hidden;
    }
    .banner .h-100.pt-5 {
        height: auto!important;
        padding-top: 0!important;
    }
    /* .banner .section-title {
        margin-top: 8px!important;
    } */
    .first-banner-para {
        font-size: 11px;
        line-height: 0.9rem;
    }
    .banner.banner-tourism {
        margin-top: 60px;
    }
    .banner-tourism .section-title {
        font-size: 0.9rem !important;
        line-height: 1rem !important;
    }
    .banner-text {
        top: 30%;
    }
    .banner-text .mt-5 {
        margin-top: 0!important;
    }
    .banner-text .mb-5 {
        margin-bottom: 0!important;
    }
    .banner-tourism .banner-line { 
        height: 18px;
    }
    .download-pdf {
        padding-left: 0;
    }
	.happyPopup{
		width: 80%;
	}
	.happyPopup .section-title{
		width: 100%;
		font-size: 1.75rem !important;
		margin-top: 25px;
	}
	.happy_form{
		width: 100%;
	}
    .happy_faces {
        padding: 6px;
    }
    .happy_faces p {
        font-size: 12px;
    }
    .subPara p{
        font-size: 1rem;
        text-shadow: none;
        line-height: 2rem;
        margin-top: 0px;
    }
    .days.hr-scroll {
        overflow: hidden;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
    .days.hr-scroll li {
        min-width: 40px;
        margin: 5px 2px;
    }
    .calander-wrap .days li:first-child, .calander-wrap .days li:last-child {
        display: none;
    }
    .eventlist {
        padding-left: 0!important;
    }
    .activities-slider-ar.slider-arrows.slick-slider .slick-prev.slick-arrow {
        left: 0;
        right: unset;
    }
    .activities-slider-ar.slider-arrows.slick-slider .slick-next.slick-arrow {
        right: 5%;
        left: unset;
    }
    .activities-slider-ar .activity-block, .activities-slider-ar .hotel-block {
        padding-right: 20px !important;
        padding-left: 0 !important;
    }
}

@media screen and (min-width:200px) and (max-width:800px) {
    .INDpositionLeft #INDbtnWrap #INDmenu-btn {
        left: 25px!important;
        bottom: 16px!important;
    }
    .INDlangdirRTL #INDbtnWrap #INDmenu-btn {
        right: 23px!important;
        bottom: 7px!important;
    }
	.happy_form{
		margin-top: 0px !important;
	}
    .top-bar {
        padding: 0 2rem;
    }
    .navbar, .menu-header {
        padding: 10px 1rem;
    }
    .navbar-brand img, .menu-logo {
        height: 30px;
    }
    .other-links {
        display: none !important;
    }
    .menu-btn {
        position: fixed;
        right: 18px;
    }
    .menu-btn-ar {
        left: 15px;
        right: auto;
    }
    .menu-wrap {
        display: none;
    }
    .fort-content{
        padding-top: 0px;
    }

    /* .homebanner {
        background-image: url('../images/banner.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    } */
    section {
        padding: 3rem 2rem;
    }
    footer {
        padding: 1.5rem 1rem;
    }
    .section-title, .hotel-title, .section-title.title-tourisum {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
    .banner-tourism .section-title {
        font-size: 1.8rem;
        line-height: 1.6rem;
    }
    .section-subtitle {
        font-size: 3rem;
    }
    .scroll-down {
        display: none;
    }
    .scroll-down-ar {
        left: auto;
        right: 0;
    }
    p {
        line-height: 25px;
    }
    .location-name {
        left: 0;
    }
    .location-name-ar {
        right: 0;
        left: auto;
    }
    .location-name span:after {
        top: -11px;
        right: -31px;
    }
    .pattern-1 {
        background-size: cover;
    }
    .inner-section, .pattern-h1 {
        padding: 0 1rem;
    }
    .activities-slider .activity-block:first-child, .hotels-slider .hotel-block:first-child, .law-regulation-slider .law-regulation-block:first-child,.places-slider .activity-block:first-child,  .places-slider .activity-block:first-child, .events-slider .activity-block:first-child {
        margin-left: 0px;
    }
    .activities-slider, .hotels-slider, .places-slider, .events-slider {
        margin-left: 1rem;
    }
    .trip-sm-img {
        position: relative;
        margin: 20px 0;
    }
    .pattern-4 {
        padding-right: 1rem !important;
    }
    .inforamtion-section .slick-slider .slick-prev.slick-arrow {
        top: 76%;
        left: 0;
    }
    .trip-arabic-slider .slick-prev.slick-arrow {
        bottom: -36px;
        right: 40px!important;
    }   
    .trip-arabic-slider .slick-next.slick-arrow {
        bottom: -36px;
        right: 0px!important;
    }   
    .inforamtion-section .slick-slider .slick-next.slick-arrow {
        right: 0;
        top: 81%;
    }
    .hotel-details-info p, .address-list p, .address-title, .visa-information-details p span, .hotel-details-price p, .facilities-services p {
        font-size: 1rem;
        line-height: 30px;
    }
    .check-btn, .check-btn:hover {
        margin-top: 10px;
        font-size: 13px;
    }
    /* .banner-fort {
        background-image: url('../images/fort/fort-banner.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    } */
    .banner-gallery {
        background-image: url('../images/gallery/banner.png');
    }
    .banner .breadcrumb {
        margin-top: 40px;
    }
    .fort-section, .tab-conatiner {
        padding: 0px;
    }
    .fort-section img, .hotel-details, .btn-brown {
        margin-bottom: 20px;
    }
    .btn-brown.btn-download {
        margin-bottom: 0;
    }
    iframe, .fort-details {
        margin: 20px 0;
    }
    iframe {
        height: 300px;
    }
    .fort-details, .hotel-details, .address-main {
        padding: 20px;
    }
    /* .banner-hotel {
        background-image: url('../images/hotel/hotel-banner.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    } */
    .hotel-details {
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        top: 0px;
        margin-top: -10vh;
    }
    .hotel-data-wrap {
        display: block !important;
    }
    .rating-star div img {
        height: 25px;
        margin-top: 10px;
    }
    .departmnet-tourism img,.guaq img {
        height: 15px !important;
    }
    .banner-tourism {
        background-image: url('../images/tourism/tourism-banner.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .tourism-pattern-1, .tourism-pattern-2, .tourism-pattern-3, .arabic-tourism-pattern-3 {
        background-size: 100px;
    }
    .law-regulation-slider {
        padding-left: 20px;
    }
    .main-category {
        width: 100%;
        height: calc(100vh - 75px);
        overflow: auto;
    }
    .main-category li a.act-category p span:after {
        display: none;
    }
    .main-category li, .secondary-category li, .report-category li {
        padding: 0;
        margin: 12px 0;
    }
    .main-category li p.count {
        left: -20px;
    }
    .secondary-category {
        position: relative;
        left: 0;
        top: 0;
        opacity: 1;
        pointer-events: auto;
        display: none;
        width: 100%;
    }
    .secondary-category li a p {
        font-size: 14px;
        padding-left: 10px;
    }
    aside .d-flex.align-items-center.h-100 {
        align-items: flex-start !important;
        padding-top: 60px;
    }
    .close-menu svg line {
        stroke: #000;
    }
    .close-menu p {
        color: #000;
    }
    .main-category li {
        background-image: url('../images/icons/select.svg');
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: right 20px;
        border-top: 1px solid #f5f5f5;
        padding-top: 15px;
    }
    .main-category li:first-child {
        border-top: 0px;
    }
    .secondary-category li {
        border: none;
        padding-top: 0px;
    }
    .menu-header {
        left: 15px;
        border-bottom: 1px solid #f5f5f5;
        padding: 15px;
    }
    .menu-header .col-12 {
        padding: 0px
    }
    .close-menu svg {
        height: 15px;
    }
    .menu-logo {
        height: 28px;
    }
    .report-category li a.act-category p span:after, .section-subtitle-facilities {
        display: none;
    }
    .tab-details, .service-card, .news-list {
        margin: 10px 0;
    }
    .tourism-text-pattern::before, .tourism-text-pattern::after {
        width: 40%;
    }
    .contact-sidebar {
        width: 100%;
    }
    .contact-header {
        padding: 25px;
        padding-bottom: 15px;
    }
    .contact-sidebar form {
        padding: 25px !important;
        height: calc(100vh - 125px);
        padding-bottom: 75px !important;
    }
    .mobLinks {
        display: flex !important;
        background-image: none !important;
        text-align: center;
    }
    .mobLinks.top-sec {
        display: block !important;
        text-align: left;
    }
    .mobLinks p {
        font-size: 13px !important;
    }
    .banner h2, .banner p, .banner nav {
        padding: 0 2rem !important;
    }
    .banner-line, .first-banner-para {
        margin-top: 0px;
    }
    .first-banner-para {
        margin-bottom: 8px;
    }
    /* .trip-arabic-slider .slick-prev.slick-arrow {
        right: 50px !important;
        left: auto !important;
        bottom: 15px;
    }
    .trip-arabic-slider .slick-next.slick-arrow {
        right: 5px !important;
        left: auto !important;
        bottom: 15px;
    } */
    .aside-ar .secondary-category{
        left: 75px;
    }
    .arabic-banner nav{
        padding: 0 1rem !important;
    }
    .activity-card p{
        font-size: .85rem;
    }
    /* .slide-icon{
        display: block;
    }
    .accessible-icons{
        display: block !important;
    } */
    .slide-icon {
        right: 45px;
        bottom: -12px;
    }
    /* .hotels-slider .hotel-block, .activities-slider .activity-block {
        padding: 0 15px!important;
    } */
    .scroll-down p{
        padding: 0 !important;
    }
    .banner-fort::before {
        width: 100%;
        height: 100%;
    }
    .secondary-category li{
        background-image: none;
    }
    .facilities-services-img {
        width: 25px;
        height: 20px;
    }
    .navbar-brand.guaq, .tourisum-info {
        margin-left: 0!important;
    }
    .tourisum-text, .tourism-report-list li p, .text-viewmore p {
        font-size: .85rem;
        line-height: 24px;
    }
    .law-regulation-block h3 {
        font-size: 1rem;
        padding: 1rem 0.6rem;
        min-height: 70px;
    }
    .report-section .col-12.col-lg-6, .brown-section .col-12.col-lg-5 {
        padding: 0;
    }
    .report-category {
        display: flex;
        overflow-x: auto;
    }
    .report-category li p.count {
        transform: rotate(0deg);
        position: relative;
        top: 0;
        left: 0;
    }
    .report-category.ar-report-category li p.count {
        left: unset;
        right: 20px;
    }
    .report-category li {
        min-width: 160px;
    }
    .report-category li p {
        margin-left: 0;
    }
    .tourism-tab-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .service-card {
        padding: 1rem;
        height: auto;
    }
    .news-list {
        padding: 0;
    }
    .news-list-left .news-details {
        padding-right: 15px;
    }
    .news-list-right .news-details {
        padding-left: 15px;
    }
    .news-list-right .row .col-12 {
        order: 2;
    }
    .news-list-right .row .col-12.news-details {
        order: 1;
    }
    .report-section .tourism-text-pattern::before, .news-section .tourism-text-pattern::before, .tourism-text-pattern::before {
        left: -6rem;
    }
    .report-section .tourism-text-pattern::after, .news-section .tourism-text-pattern::after, .tourism-text-pattern::after {
        right: -6rem;
    }
    .ar-slide-icon {
        left: 190px;
    }
    .faq-header, .faq-header.active{
        background-size: 10px;
        padding-bottom: 8px;
        background-position: 95% center;
    }
    .faq-header.active{ 
        background-size: 11px;
    }
    .visa-information-details p{
        font-size: 14px;
        line-height: 25px;
    }
    .visa-form-label{
        font-size: 14px;
        margin-bottom: .4rem;
    }
    .faq-body {
        padding-top: 10px;
    }
    .faq {
        padding-top: 17px;
    }
    .visa-form-control.form-control{
        margin-bottom: 15px;
        font-size: 12px;
        height: 42px;
        padding: 0 10px;
    }
    .btn-visa-info, .btn-visa-info:hover {
        height: 42px;
    }
    .visa-form-control.form-select{
        background-size: 13px;
    }
    .grey-text{
        font-size: 14px !important;
    }
    .arabic-form-select{
        background-position: center left 10px !important;
    }
    .frequently-asked-questions {
        top: 23px;
        right: 5%;
    }
    .visa-information-details.pattern-v1 {
        padding-bottom: 10px!important;
    }
    .trip-slider h2 {
        font-size: 1.8rem;
    }
    .trip-slider p {
        font-size: 13px;
    }
    .inforamtion-section .container-fluid{
        padding-left: 30px;
    }
    .btn-red, .btn-red:hover {
        font-size: .75rem!important;
    }
    .mobLinks p span{
        color: rgba(0, 0, 0, .4)!important;
    }
    .form-control{
        font-size: 14px;
        height: 42px;
        margin-bottom: 13px;
    }
    .form-label{
        font-size: 14px;
        margin-bottom: .3rem;
    }
    .contact-sidebar .check-btn{
        height: 37px;
        font-size: .85rem!important;
    }
    .close-contact svg{
        width: 17px;
    }
    .form-select{
        background-size: 13px;
    }
    .btn-brown, .btn-brown:hover{
        font-size: .80rem;
    }
    .btn-symbol{
        height: 13px;
        margin-left: 0px;
        margin-top: -1px;
    }
    .btn-brown, .btn-brown:hover {
        padding: 8px 15px;
        padding-right: 10px;
    }
    .btn-download img{
        height: 18px;
    }
    .btn-download, .btn-download:hover{
        padding: 8px 12px;
        padding-right: 15px;
    }
    .news-details h4 span {
        font-size: 1.1rem;
    }
    .btn-open-map:hover .ar-hotel-map {
        left: 210px;
    }
    .ar-map-hover{
        width: 122px;
    }
    .btn-open-map:hover .ar-map-hover{
        width: 154px;
    }
    .section-gallery .grid {
        padding-top: 1rem;
    }
    .section-gallery .container-fluid {
        padding: 0;
    }
    .grid-item {
        margin: 10px 0;
        width: 100%;
    }
    .media-gallery-title {
        top: 2rem;
        left: 2rem;
    }
    .media-gallery-title-ar {
        left: unset;
        right: 2rem;
    }
    .news-section {
        padding-bottom: 7rem;
    }
    .guaq img {
        height: 30px !important;
    }
    .breadcrumb-section {
        padding: 10px 1rem !important;
    }
    .banner-title {
        font-size: 1.4rem;
    }
    .banner-fill {
        margin-top: 60px;
        padding: 3rem 0;
        background-size: 60px;
    }
    .banner-fill .banner-title span {
        padding-left: 0.5rem!important;
        padding-right: 0.5rem!important;
    }
    .banner-fill::after {
        background-size: 60px;
    }
    .banner-line-fill {
        position: absolute;
        top: -13px;
        left: 0;
        width: 100%;
        height: auto;
    }
    .banner-pattern-1 {
        background-size: 60px;
    }
    .banner-pattern-1::after {
        background-size: 60px;
        top: unset;
        bottom: 0;
    }
    .banner-text-pattern::after {
        right: -25%;
        height: 90px;
        top: -31px;
        width: 55%;
    }
    .banner-text-pattern::before {
        right: 0rem;
        height: 100px;
        left: -25%;
        width: 55%;
    }
    .pdf-section .container, .department-pdf, .department-breadcrumb-section nav { 
        padding: 0;
    }
    .pdf-section {
        padding-top: 2rem;
    }
    .report-category-list li{
        min-width: 200px;
    }
    .download-pdf {
        font-size: 15px;
    }
    .download-pdf img {
        width: 18px;
    }
    .offers-section {
        padding: 2.1rem;
    }
    .offers-percent {
        padding: 8px 12px;
    }
    .offers-percent::after {
        right: -20px;
        height: 40px;
    }
	.offers-percent-ar::after {
        left: -19px;
        height: 40px;
		right: auto;
    }
	.contact-section iframe{
		height: 275px;
	}
	.contactpage-wrap{
		position: relative;
		display: block !important;
	}
	.contact-tabs{
		width: 120px;
	}
	.contact-tabs ul{
		display: flex;
	}
	.contact-tabs ul li{
		border-top: 0px;
		border-bottom: 1px solid #ddd;
	}
	.contactpage-wrap,.contact-details{
		width: 100%;
	}
	.banner-content {
        top: -15%;
    }
    .banner-content .banner-line {
        margin-top: -5px;
    }
    .banner-content .section-title {
        line-height: 1.2rem;
    }
        
    .banner-content-nav {
        top: -18%;
    }
    .banner-content-history {
        top: 58%;
    }
    .banner-content-history .section-title {
        line-height: .5rem;
    }
    .banner-fort .banner-image img {
        width: 100%;
    }
    .banner.inner-banner-section {
        padding: 3rem 0;
    }
    .banner.inner-banner-section .banner-title {
        margin-bottom: 0!important;
    }
	.event-details{
		padding: 50px;
	}
	.navbar-brand.guaq{
		margin-right: 10px;
	}
    .breadcrumb.sitemap-breadcrumb {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .sitemap-title {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    .sitemap-item {
        font-size: 13px;
        margin-bottom: 0.5rem;
    }
}

@media screen and (min-width:701px) and (max-width:1000px) {
    .navbar-brand img, .menu-logo {
        height: 40px;
    }
    .slick-slider .slick-next.slick-arrow {
        left: 100px;
    }
    .section-title {
        font-size: 2.1rem;
        line-height: 2.2rem;
    }
    .section-subtitle {
        font-size: 3rem;
    }
    .contact-sidebar {
        width: 70%;
    }
    .h3, h3 {
        font-size: 1.4rem;
    }
    .hotels-slider p img{
        height: 18px;
    }
    .read-more img{
        height: 7px!important;
    }
    .ratings, .ratings-ar{
        padding: 3px;
        font-size: 12px;
    }
    .banner {
        height: auto;
    }
    .homebanner .section-title{
        line-height: 2.6rem !important;
    }
    footer ul.social li {
        margin-right: 22px;
    }
    .btn-red img{
        height: 6px;
        margin-left: 2px !important;
    }
    footer ul li:first-child p {
        font-size: 1.3rem;
    }
    footer ul li p{
        font-size: .8rem;
    }
    footer ul li {
        margin: 12px 0;
    }
    .activity-card {
        padding: 15px 30px;
        margin-bottom: 25px;
    }
    .activity-card p {
        margin: 6px 0;
    }
    .activity-card img {
        height: 17px;
    }
    .address-list-sub img {
        width: 18px;
        margin-top: 0px;
    }
    .address-container:first-child {
        padding-bottom: 55px;
    }
    .hotel-details{
        margin-top: -12vh;
        margin-left: -32px;
    }
    /* .section-hotel-ar .col-12.order-md-2 {
        padding-right: 0;
    } */
    /* .hotel-details-ar {
        margin-left: 0;
    } */
    .report-category li {
        margin: 8px 0;
    }
    .report-category li:not(:last-child) {
        margin-right: 15px;
    }
    .brown-section .col-12.col-lg-5 {
        padding: 0 15px;
    }
    .trip-slider .col-12.col-lg-5.mt-3{
        max-width: 40%;
    }
    .social li a img {
        height: 24px;
    }
    .visa-form-control.form-select{
        background-position: 98% center;
    }
    .adventures-and-tourism {
        top: 74px;
    }
    .departmnet-tourism img, .guaq img {
        height: 24px !important;
    }
    .banner-fort .section-title{
        margin-top: 2rem!important;
    }
    .btn-open-map:hover .ar-hotel-map {
        left: 98px;
    }
    .place-to-visit .btn-open-map:hover .ar-map-hover,.btn-open-map:hover .ar-map-hover {
        width: 160px;
    }
    .place-to-visit .ar-map-hover, .ar-map-hover {
        left: 0;
    }
    .ar-map-hover{
        width: 100px;
    }
    .grid-item {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .main-category .top-section p {
        font-size: 0.80rem!important;
    }
    .tourism-guaq {
        width: 90px;
    }
    .guaq img {
        height: 50px !important;
    }
    .inner-banner-section {
        height: 20vh;
    }
    .inner-banner-section {
        margin-top: 4.1rem;
    }
    .banner-text {
        top: 45%;
    }
    .banner-tourism .banner-line {
        height: 55px;
    }
    .banner-tourism .section-title {
        margin-top: 0!important;
    }
    .banner-pattern-1::after {
        top: 8%;
    }
    .banner-text-pattern::after {
        right: -99%;
        width: 64%; 
    }
    .banner-text-pattern::before {
        left: -99%;
        width: 64%;
    }
    .offer-text {
        font-size: 1.5rem;
    }
    .banner-fort {
        padding: 0;
    }
    .banner-content {
        top: 10%;
    }
    .banner-content .banner-line {
        margin: 0;
    }
    .banner-content-nav {
        top: 12%;
    }
    .banner-line-fill {
        top: -41px;
    }
    .banner-fill {
        margin-top: 5.6rem;
    }
    .sitemap-title {
        font-size: 1.2rem;
    }
    .sitemap-item {
        font-size: 14px;
    }
    .slider-arrows.slick-slider .slick-prev.slick-arrow {
        top: 34%;
        left: 0%;
    }
    .slider-arrows.slick-slider .slick-next.slick-arrow {
        top: 40%;
    }
    .inforamtion-section .slick-slider .slick-prev.slick-arrow {
        top: 69%;
    }
    .inforamtion-section .slick-slider .slick-next.slick-arrow {
        top: 72.48%
    }
    .trip-arabic-slider .slick-prev.slick-arrow {
        right: 50px!important;
        bottom: -48px;
    }
    .trip-arabic-slider .slick-next.slick-arrow {
        right: 0!important;
        bottom: -48px;
    }
}

@media screen and (min-width:1001px) and (max-width:1100px) {
	.happy_form{
		margin-top: 0px !important;
	}
    /* .departmnet-tourism img, .guaq img {
        height: 18px !important;
    } */
	header p{
		font-size: .75rem;
	}
	.guaq img{
		height: 45px !important;
	}
	.departmnet-tourism img{
		height: 20px !important;
	}
    .navbar, .menu-header {
        padding: 1.5rem 2rem;
    }
    .top-bar {
        padding: 0 3rem;
    }
    section {
        padding: 3rem;
    }
    .other-links.ml-5 {
        margin-left: 1.5rem !important;
    }
    .navbar-brand img, .menu-logo {
        height: 40px;
    }
    .inner-section {
        padding: 0 2rem;
    }
    .activities-slider .activity-block:first-child, .hotels-slider .hotel-block:first-child, .law-regulation-slider .law-regulation-block:first-child,.places-slider .activity-block:first-child, .events-slider .activity-block:first-child{
        margin-left: 3rem;
    }
    .trip-slider .col-12.col-lg-6.pl-lg-5 {
        padding-left: 0px !important;
    }
    .slick-slider .slick-prev.slick-arrow {
        left: 3%;
    }
    .location-name {
        font-size: .85rem;
    }
    .contact-sidebar {
        width: 60%;
    }
    .banner video {
        height: 100%;
        width: auto;
    }
    .banner-line{
        margin-top: -22px;
    }
    .first-banner-para{
        margin-top: -22px;
    }
    footer {
        padding: 1.7rem;
    }
    footer ul li:first-child p {
        font-size: 1.3rem;
    }
    .section-title {
        font-size: 2.3rem;
    }
    .h3, h3 {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .scroll-down p{
        padding: 0 4rem !important;
    }
    .ratings, .ratings-ar{
        padding: 3px;
    }
    .hotels-slider p img{
        height: 18px;
    }
    .read-more img{
        height: 7px !important;
    }
    .adventures-and-tourism {
        top: 50px;
    }
    .section-subtitle{
        font-size: 4rem;
    }
    .your-weekwnd-gateway{
        top: 7%;
    }
    .slide-icon {
        right: 175px;
    }
    .activity-card {
        padding: 15px 25px;
    }
    .section-hotel .section-subtitle-facilities {
        right: 5%;
    }
    .section-hotel .section-subtitle-facilities-ar {
        right: unset;
        left:5%;
    }
    .tourisum-info {
        margin-left: 4rem!important;
    }
    .tourism-pattern-1, .tourism-pattern-3 {
        background-size: 95px;
    }
    .law-regulation-block h3 {
        padding: 1rem 0;
        font-size: 1.1rem;
        min-height: 112px;
    }
    .tourism-text-pattern::after {
        top: -8px;
        height: 60px;
    }
    .tourism-text-pattern::before {
        top: -8px;
        height: 60px;
    }
    .report-category li p span:after {
        width: 40%;
    }
    .service-card {
        padding: 1rem;
        height: 100%;
    }
    .banner h2, .banner p, .banner nav{
        padding: 0 3.5rem !important;
    }
    .banner nav {
        padding: 50px 3rem!important;
    }
    .btn-red img{
        height: 6px;
        margin-left: 0px !important; 
    }
    .trip-slider .col-12.col-lg-5.mt-3{
        max-width: 60%;
    }
    .trip-arabic-slider .slick-prev.slick-arrow {
        right: 12% !important;
    }
    footer ul li {
        margin: 8px 0;
    }
    .social li a img {
        height: 20px;
    }
    .check-btn{
        font-size: 14px;
    }
    .btn-visa-info, .btn-visa-info:hover {
        margin-top: 71px;
        font-size: 16px;
    }
    .btn-visa-info-ar, .btn-visa-info-ar:hover {
        margin-top: 43px;
    }
    .arabic-form-select {
        background-position: 4% center;
    }
    .frequently-asked-questions {
        top: 10px;
        right: 2%;
    }
    .activity-card p {
        font-size: 1.1rem;
        margin: 8px 0;
    }
    .trip-slider h2 {
        font-size: 2rem;
    }
    .media-gallery-title {
        top: 4.5rem;
        left: 4.5rem;
    }
    .media-gallery-title-ar {
        left: unset;
        right: 4.5rem;
    }
    .banner-text {
        top: 45%;
    }
     .banner-fort {
        padding: 0;
        height: auto;
    }
    .banner.banner-fort nav {
        padding: 12px 3rem !important;
    }
    .banner-content .section-title.mt-5 {
        margin-top: 1rem!important;
    }
    .banner-history {
        height: auto;
    }
    .scroll-down-ar {
        right: 0;
    }
    .offers-section {
        padding: 4.5rem;
    }
    .offers-percent {
        padding: 8px 15px;
    }
    .offers-percent::after {
        right: -22px;
        height: 47px;
    }
    .banner-hotel {
        height: auto;
    }
    .banner-hotel .banner-content {
        top: 8%;
    }
    .banner-line-fill {
        top: -55px;
    }
    .inforamtion-section .slick-slider .slick-prev.slick-arrow {
        top: 64%;
    }
    .inforamtion-section .slick-slider .slick-next.slick-arrow {
        top: 73%;
    }
    .slider-arrows.slick-slider .slick-arrow {
        top: 35% !important;
    }
    .hotels-slider.slider-arrows.slick-slider .slick-arrow{
        top: 26% !important;
    }
}

@media screen and (min-width:800px) and (max-width:1250px) {
    .banner nav {
        padding: 50px 3rem !important;
    }
    .breadcrumb-section {
        padding: 7px 3rem !important;
    }
}

@media screen and (min-width:1101px) and (max-width:1300px) {
    .departmnet-tourism img, .guaq img{
        height: 28px !important;
    }
    .inner-banner-section {
        height: 58vh !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  
    .banner video{
        height: 100%;
        width: auto;
    }
    footer ul.social li {
        margin-right: 25px;
    }
    .section-hotel .section-subtitle-facilities {
        right: 2%;
    }
    .section-hotel .section-subtitle-facilities-ar {
        right: unset;
        left:5%;
    }
    .banner-line, .first-banner-para {
        margin-top: -35px;
    }
    .inner-banner-section {
        height: 35vh;
    }
    .pdf-section {
        padding-top: 3rem;
    }
    .banner-fort {
        height: auto;
    }
    .scroll-down-ar {
        right: 0;
    }
    .banner-hotel {
        height: auto;
    }
	.guaq img{
		height: 60px !important;
	}
	.departmnet-tourism img{
		height: 30px !important;
	}
}
@media screen and (min-width:1024px) and (max-width:1366px) {
    .banner-text-pattern::before {
        left: -108%;
    }
    .banner-text-pattern::after {
        right: -108%;
    }
	.guaq img{
		height: 40px !important;
	}
	.departmnet-tourism img{
		height: 20px !important;
	}
    .sitemap-breadcrumb {
        margin-top: 4rem;
    }
}
@media screen and (min-width:1301px) and (max-width:1499px) {
    .hotels-slider p img{
        height: 21px;
    }
    .read-more img{
        height: 7px !important;
    }
    .btn-red img{
        height: 6px;
        margin-left: 2px !important;
        margin-top: -1px;
    }
    footer ul.social li {
        margin-right: 25px;
    }
    .section-hotel .section-subtitle-facilities {
        right: 2%;
    }
    .section-hotel .section-subtitle-facilities-ar {
        right: unset;
        left:5%;
    }
    .report-category li p span:after {
        width: .9rem;
    }
    .trip-slider .col-12.col-lg-5.mt-3{
        max-width: 50%;
    }
    .inner-banner-section {
        height: 38vh;
    }
    .tourism-policy .col-xl-3 {
        padding: 0;
    }
    .download-pdf img {
        margin-right: 6px;
    }
    .banner-line-fill {
        top: -78px;
    }
    .inforamtion-section .slick-slider .slick-prev.slick-arrow {
        top: 50%;
    }
    .inforamtion-section .slick-slider .slick-next.slick-arrow {
        top: 55%;
    }
}

@media screen and (min-width:1500px) and (max-width:1600px) {}

@media screen and (min-width:1601px) and (max-width:1999px) {
    .top-bar {
        padding: 5px 5rem;
    }
    .top-bar p {
        font-size: 0.8rem;
    }
    header {
        top: 40px;
        border-width: 2px;
    }
    .navbar-brand img, .menu-logo {
        height: 60px;
    }
    .departmnet-tourism img, .guaq img {
        height: 42px !important;
    }
    .guaq {
        margin-right: 20px;
    }
    p {
        font-size: 1.2rem; 
        line-height: 36px;
    }
    /* span {
        font-size: 1.2rem; 
    } */
    h3, .section-title.title-tourisum {
        font-size: 2.5rem;
    }
    header p, .homebanner p {
        font-size: 1rem; 
        line-height: 30px;
    }
    .read-more, .red-text, .trip-slider p, footer ul li p, .main-category li p,
    .secondary-category li p, .report-category li p, .hotel-details-rating p {
        font-size: 1.3rem;
    }
    .btn, .btn:hover, .trip-slider a p {
        font-size: 1.2rem !important;
        padding: 8px 20px;
    }
    .dropdown-menu a  {
        font-size: 1.2rem;
    }
    .dropdown a svg {
        margin-left: 10px;
    }
    .section-title, .trip-slider h2 {
        font-size: 3.7rem;
    }
    .section-subtitle {
        font-size: 7.3rem;
    }
    section {
        padding: 7rem 5rem;
        padding-top: 8rem;
    }
    .col-12.col-lg-6.pl-lg-5 .ml-lg-5 {
        margin-left: 6rem!important;
        padding-right: 4rem;
    }
    .location-name {
        font-size: 1.5rem;
        padding: 18px 28px;
    }
    .location-name span:after {
        right: -62px;
        top: -31px;
        height: 90px;
        width: 70px;
    }
    .location-name-ar span::after {
        left: -61px;
        top: -32px;
    }
    h3.mt-3.mb-3 {
        margin-bottom: 2rem!important;
        margin-top: 2rem!important;
    }
    .read-more img {
        height: 10px;
        margin-left: 12px!important;
    }
    .ratings-wrap img {
        height: 25px; 
    }
    .rating-star div img {
        height: 35px;
    }
    .hotel-block .ratings-wrap {
        margin-top: -1rem;
        margin-bottom: 0.5rem!important;
    }
    .hotel-info.mb-4 {
        margin-bottom: 0.5rem!important;
    }
    /* .adventures-and-tourism {
        top: 108px; 
        right: -1%;
    } */
    .trip-slider .col-12.col-lg-5.mt-3 {
        max-width: 50%;
        margin-bottom: 1.5rem;
        margin-top: 2.5rem!important;
    }
    .trip-slider .slick-arrow, .slider-arrows.slick-slider .slick-arrow {
        height: 40px;
        width: 40px;
    }
    .slick-slider .slick-next.slick-arrow {
        left: 10%;
    }
    footer {
        padding: 4rem 5rem;
    }
    footer ul li:first-child p, .tourism-tab-title {
        font-size: 1.9rem; 
    }
    .tourism-tab-title {
        margin-bottom: 1rem!important;
    }
    .social li a img {
        height: 40px;
    }
    
    footer ul.social li {
        margin-right: 40px;
    }
    footer ul.social.social-ar li {
        margin-right: 0;
        margin-left: 40px;
    }
    .hotel-sub {
        margin-bottom: 10px;
    }
    .hotels-slider p.font-medium img {
        margin-right: 15px!important;
    }
    .main-category li p.count, .report-category li p.count {
        font-size: 0.85rem;
        left: 28px;
    }
    .aside-ar .main-category li p.count {
        right: 25px;
    }
    .report-category li p.count {
        left: -28px;
    }
    .ar-report-category li p.count {
        margin-right: -17px;
        left: unset;
        right: -16px;
    }
    .main-category li p {
        margin-left: 35px;
    }
    /* .secondary-category li {
        margin: 1rem 0;
    } */
    .contact-sidebar form.p-5 {
        padding-top: 0!important;
        padding-bottom: 5rem!important;
        padding: 4rem!important;
    }
    label { 
        font-size: 1.3rem;
    }
    .contact-sidebar{
        width: 42%;
    }
    .form-control {
        height: 65px;
        margin-bottom: 30px;
        font-size: 1.3rem;
        padding: .375rem 1.5rem;
    }
    .contact-wrap .check-btn{
        font-size: 1.3rem!important;
    }
    body.large p{
        font-size: 1.6rem;
        line-height: 38px;
    }
    body.large h2{
        font-size: 4.2rem;
    }
    body.large .section-title, body.large .trip-slider h2{
        font-size: 3.9rem;
    }
    body.large h3{
        font-size: 3rem;
    } 
    body.large .section-subtitle {
        font-size: 7.7rem;
    }
    body.large .btn, body.large .btn:hover {
        font-size: 1.6rem;
    }   
    body.large footer ul li:first-child p {
        font-size: 2.3rem;
    }
    body.big p{
        font-size: 1.4rem;
        line-height: 37px;
    }
    body.big h2{
        font-size: 4rem;
    }
    body.big .section-title, body.big .trip-slider h2{
        font-size: 3.8rem;
    }
    body.big h3{
        font-size: 2.6rem;
    } 
    body.big .section-subtitle {
        font-size: 7.4rem;
    }
    body.big .btn, body.big .btn:hover{
        font-size: 1.4rem;
    }   
    body.big footer ul li:first-child p {
        font-size: 2rem;
    }
    body.medium .top-bar p{
        font-size: 0.8rem!important;
    }
    body.medium p{
        font-size: 1.2rem; 
        line-height: 36px;
    }
    body.medium header {
        top: 46px;
    }
    body.large header {
        top: 48px;
    }
    body.large .header-department, body.medium .header-department, body.big .header-department {
        top: 0px;
    }
    body.big header {
        top: 48px;
    }
    .slide-icon img {
        height: 35px;
    }
    .slide-icon img.font_m {
        height: 26px;
    }
    .slide-icon img.font_b {
        height: 29px;
    }
    .act-header .other-links .cancel-icon {
        margin-left: 2rem!important;
    }
    .slide-icon {
        right: 219px;
        bottom: 29px;
    }
    .ar-slide-icon {
        left: 155px;
        right: unset;
        width: max-content;
    }
    .accessible svg {
        width: 28px;
        height: 28px;
    }
    .banner-fort .section-title.mt-5 {
        margin-top: 6rem!important;
    }
    .breadcrumb-item a, .breadcrumb-item.active, .hotel-details-rating span {
        font-size: 1rem;
    }
    .fort-details {
        padding: 4rem;
        max-height: 620px;
    }
    .address-list p, .address-title {
        font-size: 1.8rem;
        line-height: 40px;
    }
    .activity-card p {
        font-size: 1.8rem;
    }
    .activity-card .d-flex a {
        margin: 5px 0;
    }
    .activity-card img {
        height: 30px;
        margin-right: 20px!important;
    }
    .check-btn {
        height: 52px;
    }
    .activity-card {
        padding: 40px 50px;
    }
    .hotel-title {
        font-size: 3.5rem;
    }
    .hotel-details-price p, .hotel-details-price p span, .visa-information-details p, .visa-information-details p span,
    .news-details h4 span  {
        font-size: 1.9rem;
    }
    .visa-information-details p.grey-text {
        font-size: 1.5rem!important;
    }
    .hotel-details-price p span {
        margin-right: 10px;
    }
    .facilities-services {
        margin-top: 1rem;
    }
    .facilities-services-img {
        width: 40px;
        height: 30px;
        margin-right: 16px;
    }
    .address-list img {
        height: 28px;
        max-width: none;
        margin-right: 16px!important;
    }
    .address-list p.how-to-get-data, .visa-form-label {
        font-size: 1.4rem;
    }
    .visa-information-details p.visa-subdetails  {
        font-size: 1.7rem;
        line-height: 40px;
    }
    .visa-form-control {
        height: 80px;
        font-size: 1.5rem;
        padding: 0 30px;
        background-size: 25px;
    }
    p.mt-4.mb-3.grey-text {
        margin-top: 4rem!important;
        margin-bottom: 2rem!important;
    }
    .btn-visa-info, .btn-visa-info:hover {
        height: 80px;
        margin-top: 45px;
        font-size: 1.6rem!important;
    }
    .banner-tourism .banner-line, .banner-tourism .first-banner-para {
        margin-top: -65px;
    }
    .tourism-pattern-1 .tourisum-info {
        margin-left: 8rem!important;
    }
    .tourism-pattern-1 .tourisum-info.tourisum-info-ar {
        margin-left: 0!important;
        margin-right: 8rem;
    }
    .tourisum-text, .news-details p {
        font-size: 1.3rem;
        line-height: 32px;
    }
    .btn-brown.mt-2 {
        margin-top: 30px!important;
    }
    .tourism-text-pattern::before, .tourism-text-pattern::after {
        height: 130px;
        top: -35px;
    }
   
    .law-regulation-block h3 {
        font-size: 1.8rem;
        padding: 2rem;
        min-height: 132px;
    }
    .tourism-report-list li p {
        line-height: 38px;
        font-size: 1.3rem;
    }
    .btn-download.mt-3 {
        margin-top: 2rem!important;
    }
    .title-tourisum.mb-3 {
        margin-bottom: 3rem!important;
    }
    .service-card {
        padding: 2.5rem;
    }
    .service-icon {
        height: 95px;
    }
    .news-details h4::after {
        width: calc(100% - 45px);
    }
    .news-list-left .news-details h4::after {
        top: 15px;
        left: 110px;
    }
    .news-list-right .news-details h4::after {
        top: 18px;
    }
    .btn-open-map.text-right {
        padding-right: 51px;
    }
    .address-container.justify-content-end.text-right {
        padding-right: 20px;
    }
    .faq {
        margin-bottom: 25px;
    }
    .faq-header{
        background-size: 20px;
        border-bottom: 1.5px solid rgba(112, 112, 112, .1);
    }
    .faq-header.active {
        background-size: 20px 20px;
    }
    .banner-fort::before {
        height: calc(100% - 113px);
    }
    .map-structure {
        height: 250px;
    }
    .about-fort img{
        width: 100%;
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: 1rem!important;
    }
    .text-viewmore p {
        font-size: 1.3rem;
    }
    .map-hover::after{
        right: -17px;
        height: 38px;
    }
    .map-hover{
        height: 38px;
        width: 273px;
    }
    .ar-map-hover::after{
        left: -19px;
    }
    .btn-open-map:hover .ar-map-hover{
        left: -16px;
        width: 287px;
    }
    .btn-open-map:hover .ar-hotel-map{
        left: 270px;
        width: 287px;
    }
    .place-to-visit .btn-open-map:hover .ar-map-hover {
        width: 240px;
    }
    .lang-flag {
        height: 16px;
        margin-right: 10px;
    }
    .lang-flag-ar {
        height: 16px;
        margin-left: 10px;
    }
    .hotel-details-info p{
        font-size: 1.8rem;
    }
    .banner-line-fill {
        top: -112px;
        width: 100%;
    }
    .inner-banner-section {
        margin-top: 5.8rem;
        height: 32vh;
    }
    .banner-title {
        font-size: 2.4rem;
    }
    .banner-text {
        top: 62%;
    }
    .banner-fort {
        height: auto;
    }
    .sitemap-title { 
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .sitemap-item {
        font-size: 22px;
        margin-bottom: 1.2rem;
    }

}

@media screen and (min-width:2000px) and (max-width:2600px) {
    p {
        font-size: 1.7rem;
        line-height: 50px;
    }
    .navbar, .menu-header {
        padding: 2.5rem 7rem;
    }
    .top-bar{
        padding: 14px 7.5rem;
    }
    .top-bar p {
        font-size: 19px;
    }
    header {
        top: 55px;
    }
    .navbar-brand img, .menu-logo {
        height: 80px;
    }
    .banner h2, .banner p, .banner nav {
        padding: 0 8rem !important;
    }
    .section-title {
        font-size: 4.9rem;
    }
    .banner-line, .first-banner-para {
        margin-top: -75px;
    }
    .menu-btn {
        padding: 10px;
    }
    .menu-btn .line{
        width: 45px;
        margin: 12px 0;
        height: 2.5px;
    }
    .ml-5, .mx-5 {
        margin-left: 4.5rem!important;
    }
    .btn {
        font-size: 1.6rem;
        padding: 1rem 1.3rem;
    }
    .btn-transparent svg{
        width: 25px;
        height: 25px;
        margin-left: 10px;
    }
    .accessible svg{
        width: 40px;
        height: 40px;
    }
    .scroll-down img{
        height: 23px;
    }
    section{
        padding: 10rem 8.3rem;
        padding-top: 12.5rem;
    }
    .section-subtitle{
        font-size: 10rem;
    }
    .your-weekwnd-gateway {
        left: 5%;
        top: 8.5%;
    }
    .location-name{
        padding: 22px 28px;
        font-size: 2.5rem;
    }
    .location-name span:after{
        right: -73px;
        top: -23px;
        height: 92px;
        width: 92px;
    }
    .location-name-ar span::after {
        left: -74px;
        top: -27px;
    height: 100px;
    }
    .inner-section {
        padding: 0 8rem;
    }
    .activities-slider .activity-block:first-child, .hotels-slider .hotel-block:first-child, .law-regulation-slider .law-regulation-block:first-child, .places-slider .activity-block:first-child, .events-slider .activity-block:first-child {
        margin-left: 9.1rem;
    }
    .activities-slider .slick-track, .hotels-slider .slick-track, .places-slider .slick-track,.events-slider .slick-track  {
        padding-top: 2.5rem!important;
    }
    .read-more, .red-text{
        font-size: 1.8rem;
    }
    .read-more img {
        width: 25px !important;
    }
    .ml-2, .mx-2 {
        margin-left: .75rem!important;
    }
    .h3, h3 {
        font-size: 3.4rem;
    }
    .mb-3, .my-3 {
        margin-bottom: 2rem!important;
    }
    .mt-3, .my-3 {
        margin-top: 2rem!important;
    }
    .activity-block a>img, .hotel-block a>img{
        width: 98.8%;
    }
    .adventures-and-tourism {
        top: 10.5%;
    }
    .ratings-wrap img {
        height: 28px;
        margin-right: 8px;
    }
    .ratings, .ratings-ar{
        padding: 7px;
        border-radius: 5px;
    }
    .small, small {
        font-size: 85%;
    }
    .hotels-slider p img{
        height: 32px;
    }
    .ratings:before{
        width: 15px;
        height: 15px;
        left: -5px;
    }
    .h2, h2 {
        font-size: 3.5rem;
    }
    .pl-lg-5, .px-lg-5 {
        padding-left: 4.2rem!important;
    }
    .trip-slider .slick-arrow, .slider-arrows.slick-slider .slick-arrow {
        width: 57px;
        height: 57px;
    }
    .btn-red img{
        width: 25px;
    }
    footer ul li:first-child p {
        font-size: 2.3rem;
    }
    footer ul li p{
        font-size: 1.6rem;
    }
    footer ul li {
        margin: 25px 0;
    }
    footer {
        background-color: #1A1A1A;
        padding: 5rem 7.5rem;
    }
    .social li a img {
        height: 45px;
    }
    footer ul.social li {
        margin-right: 25px;
    }
    .trip-img{
        width: 100%;
    }
    .stuck-menu{
        padding: 5px 10px;
    }
    .slide-icon {
        right: 318px;
        bottom: 48px;
        padding: 14px 13px;
        border-radius: 7px;
    }
    .cancel-icon svg{
        width: 40px;
        height: 40px;
    }
    .slide-icon img{
        width: 50px;
    }
    .spinner-border{
        width: 3rem;
        height: 3rem;
    }
    .plan-your-trip {
        top: 70px;
    }
    .dropdown-menu {
        padding: 10px 12px;
    }
    .dropdown-menu a{
        font-size: 1.4rem;
    }
    .ml-1, .mx-1 {
        margin-left: .5rem!important;
    }
    body{
        font-size: 2rem;
    }
    .ratings-ar::before{
        transform: scaleX(-1.2);
        left: unset;
    }
    .main-category li p, .secondary-category li p, .report-category li p{
        font-size: 1.9rem;
        margin-left: 90px;
    }
    .main-category li, .secondary-category li, .report-category li{
        margin: 2.2rem 0;
    }
    .main-category li p.count{
        font-size: 1.1rem;
        left: 28px;
    }
    .close-menu svg{
        width: 40px;
        height: 28px;
    }
    .main-category li a.act-category p span:after{
        right: -180px;
        top: 10px;
        height: 1.2px;
        width: 160px;
        top: 18px;
    }
    .secondary-category{
        left: 110%;
    }
    .main-category li {
        padding-right: 6.5rem;
    }
    .font_m{
        padding: 10px;
    }
    .font_l{
        width: 60px !important;
    }
    body.big p {
        font-size: 29px;
    }
    body.big .section-title {
        font-size: 5.4rem;
    }
    body.medium .top-bar p{
        font-size: 1.1rem !important;
    }
    body.medium p {
        font-size: 1.6rem;
    }
    body.big h3 {
        font-size: 3.5rem;
    }
    body.big h2 {
        font-size: 3.4rem;
    }
    body.large p {
        font-size: 33px;
        line-height: 55px;
    }
    body.large .section-title {
        font-size: 6rem;
    }
    body.large h3 {
        font-size: 4rem;
    }
    body.large h2 {
        font-size: 4.75rem;
    }
    .hotels-slider p.font-medium img {
        margin-right: 15px!important;
    }
    .close-contact svg{
        width: 38px;
        height: 38px;
    }
    .contact-header{
        padding-left: 8rem;
        padding: 3.5rem 7rem;
        padding-bottom: 0;
    }
    .contact-line {
        margin-top: -50px;
    }
    .form-control{
        height: 90px;
        font-size: 1.8rem;
        padding: .9rem 1.7rem;
        margin-bottom: 45px;
        line-height: 1.8;
    }
    .form-select{
        background-size: 28px;
    }
    .p-5 {
        padding: 6rem!important;
    }
    .contact-sidebar{
        width: 45%;
    }
    .trip-slider p{
        font-size: 32px;
    }
    .trip-slider .col-12.col-lg-5.mt-3{
        max-width: 50%;
        margin-top: 3.5rem !important;
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
    }
    .trip-slider h2{
        font-size: 5.2rem;
    }
    .trip-slider a p{
        font-size: 24px;
    }
    .trip-slider .btn{
        padding: 1rem 1.6rem;
        font-size: 26px!important;
    }
    header p, .homebanner p{
        font-size: 25px;
    }
    body.big .section-subtitle{
        font-size: 9.5rem;
    }
    body.big .trip-slider h2{
        font-size: 5.2rem;
    }
    body.big .btn, body.big .btn:hover{
        font-size: 30px;
    }
    body.large .trip-slider h2{
        font-size: 5.1rem;
    }
    body.large .btn, body.large .btn:hover{
        font-size: 34px;
    }
    body.large header{
        top: 82px;
    }
    body.large .section-subtitle{
        font-size: 10.5rem;
    }
    .check-btn{
        font-size: 1.8rem;
    }
    .breadcrumb-item a, .breadcrumb-item.active{
        font-size: 1.4rem;
    }
    .activity-card p {
        font-size: 2.5rem;
        margin: 15px 0;
    }
    .activity-card img {
        height: 40px;
        margin-right: 23px !important;
    }
    .activity-card {
        padding: 55px 60px;
        margin-bottom: 40px;
    }
    .fort-details {
        padding: 5rem;
        margin-top: -130px;
        max-height: 720px;
    }
    .about-fort img, .section-hotel img, .about-fort-section img, .place-to-visit img, .news-list img {
        width: 100%;
    }
    .address-list p, .address-title, .visa-information-details p{
        font-size: 2.4rem;
        line-height: 48px;
    }
    .address-title span{
        font-size: 1.3rem !important;
    }
    .banner-fort .breadcrumb svg{
        width: 20px;
        height: 15px;
    }
    .banner-fort .section-title.mt-5 {
        margin-top: 7rem!important;
    }
    .m-lg-5 {
        margin: 3.8rem!important;
    }
    .btn-open-map{
        font-size: 1.8rem;
    }
    .btn-open-map svg{
        height: 17px;
        width: 20px;
        margin-left: 5px;
    }
    .rating-star div img {
        height: 45px;
    }
    .hotel-title {
        font-size: 4.5rem;
    }
    .hotel-details-price p, .hotel-details-price p span {
        font-size: 2.6rem;
    }
    .hotel-details-price p span {
        margin-right: 15px;
    }
    .hotel-details-rating p {
        font-size: 1.8rem;
    }
    .hotel-details-rating span{
        font-size: 1.4rem;
        padding: 12px;
    }
    .hotel-details-info p{
        font-size: 2.4rem;
        line-height: 54px;
    }
    .facilities-services-img {
        width: 50px;
        height: 40px;
        margin-right: 13px;
    }
    .facilities-services p {
        font-size: 2.3rem;
    }
    .address-list img{
        height: 40px;
        max-width: none;
        margin-right: 15px !important;  
    }
    .address-list-sub img {
        width: 30px;
        margin-top: 14px;
        margin-right: 20px !important;
        height: 48px;
    }
    .address-list p.how-to-get-data {
        font-size: 1.9rem;
    }
    .address-container {
        padding: 32px 0px;
    }
    .address-list-sub:not(:last-child) {
        padding-bottom: 15px;
    }
    .address-container:first-child {
        padding-bottom: 90px;
    }
    .place-to-visit span{
        font-size: 1.6rem!important;
    }
    .visa-information-details p.visa-subdetails {
        font-size: 2.5rem;
        line-height: 55px;
    }
    .visa-information-details p.grey-text{
        font-size: 2rem!important;
    }
    p.mt-4.mb-3.grey-text {
        margin-top: 5.5rem!important;
        margin-bottom: 3rem!important;
    }
    .btn-visa-info, .btn-visa-info:hover {
        margin-top: 76px;
        height: 90px;
        font-size: 1.8rem!important;
    }
    .visa-form-label {
        font-size: 2.5rem;
        margin-bottom: 1.2rem;
    }
    .faq-header{
        background-size: 21px;
        border-bottom: 1.5px solid rgba(112, 112, 112, .1);
        padding-bottom: 35px;
    }
    .faq-header.active {
        background-size: 21px 21px;
    }
    .faq {
        padding-top: 30px;
    }
    .breadcrumb svg{
        height: 15px;
        width: 15px;
    }
    .hotel-details{
        padding: 4.5rem 5.5rem;
    }
    .banner-tourism .section-title {
        font-size: 3.5rem;
    }
    .tourisum-text {
        font-size: 1.8rem;
        line-height: 47px;
    }
    .section-title.title-tourisum {
        font-size: 3.5rem;
        line-height: 48px;
    }
    .btn-brown, .btn-brown:hover {
        padding: 12px 32px;
        padding-right: 22px;
        margin-top: 2.5rem !important;
        font-size: 1.6rem;
    }
    .btn-symbol {
        margin-left: 0px;
        margin-top: 0px;
        height: 24px;
        width: 24px!important;
    }
    .tourism-pattern-1{
        background-size: 260px;
    }
    .tourism-pattern-1 img{
        width: 95%;
    }
    .law-regulation-block h3{
        padding: 3.8rem 4rem;
        font-size: 2.3rem;
        min-height: 210px;
    }
    .law-regulation-block{
        margin: 20px;
    }
    .tourism-text-pattern::before, .tourism-text-pattern::after{
        height: 185px;
        top: -65px;
    }
    .law-regulation-slider .slick-dots button{
        height: 12px;
        width: 12px;
        border-radius: 7px;
    }
    .law-regulation-slider .slick-dots li {
        margin: 0 0.35rem;
    }
    .report-category li p.count {
        font-size: 1rem;
    }
    .report-category li p{
        margin-left: 43px;
    }
    .tab-conatiner {
        padding: 2.5rem;
    }
    .tourism-tab-title{
        font-size: 2.4rem;
    }
    .tourism-report-list li p{
        line-height: 50px;
        font-size: 1.8rem;
    }
    .btn-download img{
        height: 32px;
        width: 32px!important;
    }
    .title-tourisum.mb-3{
        margin-bottom: 4.5rem!important;
    }
    .report-section .tourism-text-pattern::before, .news-section .tourism-text-pattern::before {
        left: -8.4rem;
    }
    .report-section .tourism-text-pattern::after, .news-section .tourism-text-pattern::after {
        right: -8.4rem;
    }
    .tourism-pattern-2{
        background-size: 350px;
    }
    .tourism-pattern-2::after{
        top: 60%;
        background-size: 350px;
    }
    .report-category li p span:after{
        top: 20px;
        margin-left: 5px;
        width: 95%;
    }
    .service-icon {
        height: 120px;
    }
    .service-card {
        padding: 3.2rem;
    }
    .tourism-tab-title {
        margin-bottom: 1.3rem!important;
    }
    .text-viewmore img {
        height: 20px;
    }
    .news-details p {
        line-height: 45px;
        font-size: 1.8rem;
    }
    .news-details h4 span {
        font-size: 2.3rem;
    }
    .news-details {
        padding: 4rem 20px;
    }
    .news-list-left .news-details {
        padding-right: 10rem;
    }
    .news-list-left .news-details h4::after {
        top: 21px;
    }
    .news-list-right .news-details {
        padding-left: 8rem;
    }
    .news-list-right .news-details h4::after {
        top: 23px;
        left: -7.2rem;
        width: 6.8rem;
    }
    .tourism-pattern-3{
        background-size: 300px;
    }
    footer ul.social.social-ar li {
        margin-right: 0;
        margin-left: 50px;
    }
    .aside-ar .main-category li a.act-category p span:after{
        left: -170px;
    }
    .aside-ar .secondary-category{
        right: 115%;
    }
    .arabic-tourism-pattern-3{
        background-size: 300px;
    }
    .ar-slide-icon{
        left: 237px;
    }
    body.large .header-department, body.medium .header-department, body.big .header-department{
        top: 0px;
    }
    body.large .tourism-report-list li p{
        font-size: 2.5rem;
    }
    body.big .tourism-report-list li p{
        font-size: 2rem;
    }
    body.big .report-category li p.count {
        font-size: 1.2rem;
    }
    body.large .report-category li p.count {
        font-size: 1.4rem;
    }
    .banner-fort::before {
        height: calc(100% - 172px);
    }
    .map-structure {
        height: 350px;
    }
    .departmnet-tourism img, .guaq img {
        height: 52px!important;
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: 1rem!important;
    }
    .text-viewmore p {
        font-size: 1.8rem;
    }
    .map-hover{
        height: 52px;
        width: 398px;
        left: -620px;
        bottom: -2px;
    }
    .map-hover::after{
        right: -26px;
        height: 52px;
        width: 52px;
    }
    .btn-open-map:hover .map-hover {
        left: -192px;
    }
    .btn-open-map:hover .ar-map-hover{
        left: -45px;
        width: 350px;
    }
    .btn-open-map:hover .ar-map-hover{
        bottom: 1px;
        right: 420px;
    }
    .btn-open-map:hover .ar-hotel-map{
        left: 420px !important;
    }
    .place-to-visit .btn-open-map:hover .ar-map-hover {
        width: 335px;
    }
    .ar-hotel-map{
        left: unset;
        right: -440px;
    }
    .ar-map-hover{
        left: 300px;
    }
    .ar-map-hover::after{
        height: 53px;
        width: 55px;
        left: -27px;
    }
    .lang-flag {
        height: 22px;
        margin-right: 12px;
    }
    .lang-flag-ar {
        height: 22px;
        margin-left: 12px;
    }
    .breadcrumb-section {
        padding: 15px 8rem !important;
    }
    .banner-fill {
        margin-top: 9.7rem;
        padding: 11rem 0;
    }
    .banner-line-fill {
        width: 100%;
        top: -153px;
    }
    .inner-banner-section {
        height: 35vh;
        margin-top: 9.7rem;
    }
    .banner-title {
        font-size: 2.9rem;
    }
    .department-pdf, .department-breadcrumb-section nav {
        padding: 0;
    }
    .banner-text {
        top: 65%;
    }
    .banner-fort .banner-image img {
        width: 100%;
    }
    .sitemap-title { 
        font-size: 2.5rem;
        margin-bottom: 1.8rem;
    }
    .sitemap-item {
        font-size: 30px;
        margin-bottom: 1.5rem;
    }
}


@media screen and (min-width:2601px) and (max-width:3000px) {}


.report-category{
	overflow:visible;
}
.report-category li{
	position: relative;
}
.tab-details{
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: auto;
}
.tab-details ul li{
	margin: 5px 0px;
}
.tab-details ul li p{
	color: #000 !important;
}
.tab-details .btn-download{
	margin-left: 35px;
}
.tab-details-ar{
	right: auto;
	left: -100%;
}
.report-category-list-ar.report-category li p.position-relative::before{
	left: 0;
}
@media screen and (min-width: 200px) and (max-width: 800px){
	.report-category{
		display: block !important;
	}
	.tab-details{
		position: relative;
		right: auto;
	}
	.report-category-list.report-category li p.position-relative::before{
		display: none;
	}
	.tab-details .btn-download{
		margin-left: 0px;
	}
	.tab-details-ar{
		left: 0;
	}
	.report-category li p{
		margin-left: 20px;
	}
	.report-category li p.count{
		position: absolute;
		top: -7px;
		left: -20px;
	}
	.report-category.ar-report-category li p.count{
		right: 0px;
	}
}

/* maps */
.distance-circle{text-align:center;color:#fff;font-size:13px;height:53px;width:53px;line-height:15px}
.distance-circle span{font-size:15px;padding-top:9px;display:block}
.map-labels{font-size:13px;color:#13c0d7;background:none;text-transform:uppercase;font-family:'fs_albert_probold'}


/* menu text size increased */
/* font-size: .85rem; */
.menu-font{font-size: 14.6px !important}