/* Typography CSS */
@font-face {
    font-family: 'Footlight MT';
    src: url("../font/FootlightMTLight_1.eot");
    src: url("../font/FootlightMTLight_1.eot?#iefix") format("embedded-opentype"), url("../font/FootlightMTLight_1.woff2") format("woff2"), url("../font/FootlightMTLight_1.woff") format("woff"), url("../font/FootlightMTLight_1.ttf") format("truetype"), url("../font/FootlightMTLight_1.svg#FootlightMTLight") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cambria';
    src: url('../font/Cambria.eot');
    src: url('../font/Cambria.eot') format('embedded-opentype'),
         url('../font/Cambria.woff2') format('woff2'),
         url('../font/Cambria.woff') format('woff'),
         url('../font/Cambria.ttf') format('truetype'),
         url('../font/Cambria.svg#Cambria') format('svg');
}

@font-face {
    font-family: 'DroidKufiBold';
    src: url("../font/DroidKufiBold.eot");
    src: url("../font/DroidKufiBold.eot") format("embedded-opentype"), url("../font/DroidKufiBold.woff2") format("woff2"), url("../font/DroidKufiBold.woff") format("woff"), url("../font/DroidKufiBold.ttf") format("truetype"), url("../font/DroidKufiBold.svg#DroidKufiBold") format("svg");
}

@font-face {
    font-family: 'DroidKufiRegular';
    src: url("../font/DroidKufiRegular.eot");
    src: url("../font/DroidKufiRegular.eot") format("embedded-opentype"), url("../font/DroidKufiRegular.woff2") format("woff2"), url("../font/DroidKufiRegular.woff") format("woff"), url("../font/DroidKufiRegular.ttf") format("truetype"), url("../font/DroidKufiRegular.svg#DroidKufiRegular") format("svg");
}

/* Typography CSS Ends */

/* Global CSS */
body {
    font-family: 'DroidKufiRegular','Cambria', sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    background: #ffffff;
    color: #4a494a;
    font-size: 16px;
    direction: rtl;
    text-align: right;
}
.overflow-hidden{
    overflow: hidden !important;
}
b,
strong {
    font-weight: 600;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
    text-overflow: '';
}
select::-ms-expand {
    display: none;
}
input[type=text]::-ms-clear {
    display: none;
}
input:focus {
    outline: none;
}
button:focus,
select:focus {
    outline: none;
}
a {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    color: #4a494a;
}
a:focus,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}
a:hover {
    color: #603085;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
strong {
    font-weight: normal;
}
button:focus {
    outline: 0;
}
button{cursor: pointer;}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.2;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
i{
    font-style:normal;
}
.clear {
    clear: both;
}
.no_padding {
    padding-left: 0;
    padding-right: 0;
}
.no_paddingR {
    padding-left: 0;
}
.no_paddingL {
    padding-right: 0;
}
.dir_default {
    direction: ltr;
}
.txtalign_default {
    text-align: right;
}
.theme_color {
    color: #603085;
}
.theme_btnStyle {
    background-color: #603085;
    color: #ffffff;
    outline: none;
    font-size: 20px;
    border-radius: 30px;
    border: 0;
    height: 57px;
    line-height: 57px;
    padding:0 35px;
    text-transform: uppercase;
}
.theme_inner-btn{
    background-color: #603085;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 5px;
    border: 0;
}
.theme_btnStyle:hover, .theme_inner-btn:hover{
    background: #603085;
    color: #fff;
}
.min_Height{
    min-height: 550px;
}
.error_color {
    color: #e62828;
}
.refund_color {
    color: #6cac07 !important;
}
.non_refund_color {
    color: #ff221d !important;
}
.cursor_default {
    cursor: pointer;
}
.bgWhite {
    background-color: #fff;
}
.no_wrap_text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.postnRel_common {
    position: relative;
}
.color15 {
    color: #1359a0;
}
.colorRed {
    color: #ff0000;
}
.pad-r-0 {
    padding-left: 0 !important;
}
input.form-control,
select.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}
input.form-control:focus,
select.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.table-responsive .table {
    max-width: none;
    -webkit-overflow-scrolling: touch !important;
}
/* Global CSS ends*/
.headerTop {
    padding: 8px 0;
    background: #ffffff;
    line-height: 24px;
}
.headerTop ul li {
    font-size: 14px;
}
.headerTop .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.headerTop .social li {
    margin: 0 10px 0 0px;
}
.headerTop .social li a {
    font-size: 16px;
    width: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #596379;
}
.headerTop .social li a:hover {
    color: #ffffff;
    background: #603085;
}
.menuWrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.menuWrp .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -22px;
    margin-left: -22px;
}
.menuWrp .menu li a {
    color: #ffffff;
    font-size: 17px;
    padding: 16px 22px;
    display: block;
}
.menuWrp .menu li a:hover {
    background: #ffffff;
    color: #603085;
}
.menuWrp .menu li .ar {
    font-family: "DroidKufiRegular", sans-serif;
}
.mob-menu, .mob-menu-close{
    display: none;
}
.headerTop .logo {
    display: block;
    width: 465px;
    height: 141px;
    background: url("../images/logoBG.png");
    position: absolute;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    left: 50%;
    right: 50%;
    top: 64px;
    z-index: 2;
    text-align: center;
}
.headerTop .logo:focus{
    outline: none;
}
.headerTop .logo img {
    padding: 15px 0 0 0;
}
.currency a img{
    width: 21px;
    height: 13px;
    margin-left: 7px;  
}
span.country_flag img{
    margin-left: 0;
}
.menuWrp .menu li .dropdown-menu a{
    color: #4a494a; 
    padding: 5px 15px;
}
.menuWrp .menu li .dropdown-menu a:hover{
    background: #e1e1e1;
}
header {
    z-index: 10002;
    top: 0;
    width: 100%;
    position: fixed;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    background: #603085;
}
footer{
    width: 100%;
    background: #fff;
    font-size: 14px;
    border-top:solid #9879b0 2px;
}
.footer-logo{
    margin-bottom: 75px;
}
.footer-mail a{
    font-size: 23px;
    color: #5f2f85;
}
.footer-logo span{
    display: block;
    clear: both;
    margin-top: 10px;
}
.footer-seo-links ul li a{
    color: #5a5959;
    font-size: 14px;
    line-height: 35px;
}
.footer-seo-links h3{
    color: #5f2f85;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-top: 40px;
    width: 100%;
}
.footer-bottom{
    background: #0d0c0d;
    width: 100%;
    padding: 25px 0 30px;
    color: #798282;
}
.footer-bottom ul li a{
    color: #798282;
}
.footer-menu{
    width: 100%
}
.footer-menu li{
    margin-left: 20px;
}
.licence-section p span{
    display: block;
    clear: both;
}
.social-links ul li{
    margin-left: 6px;
}
.social-links ul li a{
    width: 40px;
    height: 40px;
    border: 1px solid #201f25;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 22px;
}
.pay-cards ul li{
    margin-left: 15px;
}
.pay-cards ul li:last-child{
    margin-left: 0px;
}
.pay-cards ul li img{
    height: 28px;
    width: auto;
}
.modal{
    z-index: 10003;
    top:0;
    padding-top: 90px;
    background: rgba(0,0,0,0.5);
}
.over-hiden{overflow: hidden !important;}
.modal-body h4{
    font-size: 28px;
}
.modal .new_acc{
    display: inline-block;
    background: #603085;
    padding: 0 15px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
}
.modal .loginClose {
    position: absolute;
    top: 0;
    left: 5px;
}
.modal-content{
    max-height: 550px;
    overflow: auto;
}
.phone_num{
    width: 100%;
}
.phone_num>div{
    width: 30%;
}
.phone_num select{
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.phone_num input{
    width: 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
select.form-control:not([size]):not([multiple]){
    height: 45px;
}
.phone_num .has__down_arrow select {
    border-left: 0;
    padding-right: 8px;
}
.phone_num input {
    width: 65%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.phone_num .has__down_arrow {
    width: 35%;
    position: relative;
}
.has__down_arrow{
    position:relative;
    cursor:pointer;
}
.has__down_arrow:after{
    position:absolute;
    left:15px;
    content:"";
    width:0;
    height:0;
    top:50%;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
    border-top:6px solid #555555;
    transform:translateY(-50%);
}
.has__down_arrow .form-control{
    padding-left:28px;
}
.fieldWrap{
    position:relative;
    margin-bottom:10px;
}
.login_tab_wrap select.form-control:not([size]):not([multiple]){height: 45px;}


.loginNew [type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* One radio button per line */
.loginNew label {
    cursor: pointer;
    line-height: 2.5;
    font-size: 1.5em;
    padding-left: 10px;
}
.loginNew [type="radio"] + span {
    display: block;
    font-size: 15px;
}
/* the basic, unchecked style */
.loginNew [type="radio"] + span:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -0.25em;
    border-radius: 1em;
    border: solid 1px #603085;
    margin-left: 8px;
    transition: 0.5s ease all;
}
/* the checked style using the :checked pseudo class */
.loginNew [type="radio"]:checked + span:before {
    background: #603085;
    border: solid 1px;
}
/* never forget focus styling */
.loginNew [type="radio"]:focus + span:after {
/*  content: '\0020\2190';*/
    content: '';
    font-size: 1.5em;
    line-height: 1;
    vertical-align: -0.125em;
}
/* Nothing to see here. */
 
.loginNew fieldset {
    font-size: 1em;
    border-radius: 0.5em;
}
.loginNew legend {
    color: #fff;
    background: #000;
    padding: 0.25em 1em;
    border-radius: 1em;
}
.loginNew .p {
    text-align: center;
    font-size: 14px;
    padding-top: 120px;
}

/*==== Currency Dropdown Starts ====*/
.currency_menu_content {
    display: none;
    position: absolute;
    background: white;
    min-width: 14rem;
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.01);
    -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.01);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.01);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    z-index: 1;
}
.currency_menu_content a.dropdown-item {
    padding: 7px 15px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
    text-transform: none;
}
.currency_menu_content a.dropdown-item:hover {
    background: #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    color: var(--textFont);
}
.currency_menu_content a.dropdown-item:last-child {
    border-radius: 0 0 5px 5px;
    border: 0;
}
a.dropdown-item .country_flag img {
    width: 20px;
}
span.country_flag {
    margin-left: 5px;
}
.currency_menu_content.show {
    display: block;
}
/*==== Currency Dropdown Ends ====*/

/*==== Checkbox Style Common ====*/
input[type="checkbox"]{
    display:none;
}
input[type="checkbox"]+label{
    position:relative;
    padding-right:35px;
    cursor:pointer;
    margin-bottom:0;
}
input[type="checkbox"]+label::before{
    content:"";
    height:22px;
    width:22px;
    position:absolute;
    border:1px solid #838383;
    border-radius:5px;
    right:0;
    line-height:18px;
}
input[type="checkbox"]:checked+label::before{
    font-family:"re7lahicon";
    content:'\e809';
    height:22px;
    width:22px;
    position:absolute;
    background:var(--blue);
    text-align:center;
    font-size:10px;
    color:#fff;
    border:1px solid #603085;
    background:#603085; 
    line-height:20px;
}
/*==== Checkbox Style Common ====*/

.log_cont_wrap .form-control{height: 45px;}

.full_overlay {
    background-color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
    color:#fff;
}
.session_out {
    width:600px;
    background:#fff;
    padding:45px 55px;
    text-align:center;
    color:var(--text);
    max-width: calc(100% - 20px);
}
.session_out i{
    font-size: 75px;
    line-height: 74px;

}
.session_out h4{
    margin-top:0;
    margin-bottom:10px;
    font-size:18px;
}
.page_404{
    height:100vh;
}
.page_404 i{
    font-size:155px;
    line-height:155px;
}
.page_404 h4{
    font-size: 125px;
    margin-top: 23px;
    line-height: 95px;
    color:var(--text);
}
.page_404 h5{
    font-size:26px;
    color:var(--text);
}
.MyBookingText{
	color: red;
    text-align: center;
	display: block;
    margin-top: 20px;
    width: 100%;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
    padding: 15px 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #b4b4b4;
}
.ReregisterText{
    color: red;
    text-align: center;
    width: 100%;
    letter-spacing: 0.5px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}
.ReregisterText a{
    color: blue !important;
    text-decoration: underline;
}
.loader-lg {
  width: 70px;
  height: 70px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.loader-lg-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.loader-lg-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.loader-lg-dot:nth-child(1) { animation-delay: -1.1s; }
.loader-lg-dot:nth-child(2) { animation-delay: -1.0s; }
.loader-lg-dot:nth-child(3) { animation-delay: -0.9s; }
.loader-lg-dot:nth-child(4) { animation-delay: -0.8s; }
.loader-lg-dot:nth-child(5) { animation-delay: -0.7s; }
.loader-lg-dot:nth-child(6) { animation-delay: -0.6s; }
.loader-lg-dot:nth-child(1):before { animation-delay: -1.1s; }
.loader-lg-dot:nth-child(2):before { animation-delay: -1.0s; }
.loader-lg-dot:nth-child(3):before { animation-delay: -0.9s; }
.loader-lg-dot:nth-child(4):before { animation-delay: -0.8s; }
.loader-lg-dot:nth-child(5):before { animation-delay: -0.7s; }
.loader-lg-dot:nth-child(6):before { animation-delay: -0.6s; }


@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}

/*----------inline loader-----*/
.loader-sm {
  width: 60px;
  text-align: center;
  display:inline-block;
}

.loader-sm > div {
  width: 12px;
  height: 12px;
  background-color: var(--green);

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.subscribe-section .loader-sm > div {
    background-color: #fff;
}

.loader-sm .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-sm .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*----No result---*/
.no_result i{
   font-size: 54px;
   line-height:55px;
}
.no_result h4{
    font-size:18px;
    margin-top: 0;
}
.no_result img {
    height: 90px;
    margin-bottom: 15px;
}

/*==== Responsive Style Common ====*/
@media (min-width: 1300px){
    .container{
        max-width: 1200px;
    }
}
@media (max-width: 1199px){
    .footer-menu{
        justify-content: center;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){  
    header{
        height: 100px;
    }
    .menuWrp{
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 100vh;
        background: #603085;
        padding: 15px 0;
        transition: all ease 1s;
        z-index: 1001;
        display: inline-block;
        overflow: auto;
    }
    .show_menu .menuWrp {
        width: 300px;
        left: 0;
    }
    .menuWrp .menu{
        margin-right: 0;
        margin-left: 0;
    }
    .menuWrp .menu{
        flex-wrap: wrap;
        width: 100%;
    }
    .menuWrp .menu li{
        width: 100%;
    }
    .menuWrp .menu li a{
        padding: 10px 20px;
    }
    .menuWrp .menu li a.pl-0{
        padding-right: 20px !important;
    }
    .mob-menu-close{
        display: none;
        color: #fff;
        position: absolute;
        top: 0px;
        left: 10px;
        font-size: 25px;
        font-family: roboto;
    }
    .show_menu .menuWrp .mob-menu-close {
        display: inline-block;
    }
    .mob-menu{
        display: flex;
        justify-content: flex-end;
    }
    .mob-btn{
        width: 50px;
        height: auto;
        padding: 8px;
        margin-top: 8px;
    }
    .mob-btn li{
        height: 3px;
        margin-bottom: 8px;
        width: 100%;
        background: #fff;
    }
    .headerTop ul{
        z-index: 2;
    }
    .footer-logo{
        margin-bottom: 40px;
    }
    .footer-seo-links ul{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-seo-links ul li{
        width: auto;
        padding-left: 20px;
    }
}
@media (max-width: 767px){

    .footer-logo{
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-mail{
        text-align: center;
    }
    .footer-mail a{
        display: block;
        font-size: 17px;
    }
    .footer-seo-links ul, .footer-seo-links h3{
        display: none !important;
    }
    .pay-cards, .social-links{
        width: 100%;
    }
    .pay-cards ul, .social-links ul{
        justify-content: center;
        margin-top: 20px;
    }
    .licence-section{
        width: 100%;
        justify-content: center;
    }
    
}

@media (max-width: 575px){
    header{
        height: 80px;
    }
    .headerTop{
        height: 33px;
    }
    .headerTop ul, .headerTop .social{
        display: none;
    }
    .headerTop .logo{
        background-size: 375px;
        background-repeat: no-repeat;
        width: 100%;
        right: 50%;
        left: 0;
        background-position: center 0px;
    }
    .headerTop .logo img{
        width: 115px;
        padding-top: 10px;
    }
    .mob-btn{
        position: absolute;
        z-index: 0;
        top: 0px;
        width: 40px;
        background: #603085;
    }
    .mob-btn li{
        height: 2px;
        margin-bottom: 5px;
    }
    .footer-menu{
        flex-wrap: wrap;
    }
    .pay-cards ul li img{
        height: 20px;
    }
    .headerTop .logo{
        z-index: 0;
    }

}
@media (max-width: 399px){
    .mob-btn{
        top: -22px;
    }
    .headerTop .logo{
        background-position: center 0px;
    }
    
}
/*==== Responsive Style Common ====*/