.slider-item{
border: 1px solid #E1E1E1;
border-radius: 5px;
background: #FFF;
text-align: center;
}
.slider-item .slider-image img{
margin: 0 auto;
width: 280px;
text-align: left;

}
.slider-item .slider-main-detail{
padding: 10px;
border-radius: 0 0 5px 5px;
}

.sara-select {
    border-radius: 12px;
    border: 1px solid #DDDDDD;
    height: 55px;
    appearance: none;
    line-height: 40px;
    overflow: hidden;
    padding-left: 15px;
    font-size: 1rem;
    font-weight: 200;
    width: 100%;
}


.form-select .dropdown-menu {
    border-radius: 120px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 40px;
    background-color: red;
  }

.form-select:focus {
    border: 1px solid #DDDDDD;
    outline: 0;
    box-shadow: 0 0 0 0;
}
  
  .form-select .dropdown-item {
    border-radius: 800px;
    margin: 4px 0;
    transition: background-color 0.2s ease;
  }
  
  .form-select .dropdown-item:hover {
    background-color: #e2e6ea;
  }
    

.slider-item .price{
float: left;
margin-top: 5px;
}
.slider-item .price h5{
line-height: 20px;
margin: 0;
}
.detail-price{
color: #219FD1;
}

.slider-item .slider-main-detail .rating{
color: #777;
}
.slider-item .rating{
float: left;
font-size: 17px;
text-align: right;
line-height: 52px;
margin-bottom: 10px;
height: 52px;
}
.slider-item .btn-add{
width: 50%;
float: left;
border-right: 1px solid #E1E1E1;
}
.slider-item .btn-details{
width: 50%;
float: left;
}
.controls{
margin-top: 20px;
}

.btn-info{
margin-left:5px;
}

.AddCart{
margin: 0px;
    padding: 10px;
    border-radius: 2px;
    margin-right: 10px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
}
.review {
margin-bottom: 5px;
padding-top:5px;
text-align: left;
}
 .card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #28D0DC;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-text {
  position: absolute;
  bottom: 20px;
  left: 20px;

  padding-left: 20px;
  padding-right: 20px;
}

.text-block-book {
  position: absolute;
  bottom: 20px;
  right: 20px;


  padding-left: 20px;
  padding-right: 20px;
}

.submit{
margin-top:15px;
}
.shop-btn a{
top: 180px;
    position: fixed;
    right: 0px;
    z-index: 1000;

    padding: 10px 20px 35px;
    height: 50px;
    background-color: #1035a6;
    color: #fae168;
}
.shop-btn a:hover{
background: #FF5440;
  color: #fae168;
}

.wish-btn a{
top: 240px;
    position: fixed;
    right: 0px;
    z-index: 1000;
width: 191px;
    background-color: red;
    padding: 10px 20px 35px;
    height: 0px;
    background-color: #FAE168;
    color: #1034A6;
}
.wish-btn a:hover{
text-decoration: none;
color:#fff;
}

.left1,.right1{
    padding:1px 0.5em;
    background:#fff;
    float:right;
}
.left1{
    float:left;
    clear:both;
}
.dotted{
    border-bottom: 1px dotted grey;
   padding-top: 20px;
}

/*Login */


.modal-login .modal-content {
    border-radius: 1px;
    border: none;
}
.modal-login .modal-header {
    position: relative;
    justify-content: center;
    background: #f2f2f2;
}
.modal-login .modal-body {
    padding: 30px;
    background: #28D0DB;
}
.modal-login .modal-footer {
    background: #f2f2f2;
}
.modal-login h4 {
    text-align: center;
    font-size: 26px;
}
.modal-login label {
    font-weight: normal;
    font-size: 13px;
}
.modal-login .form-control, .modal-login .btn {
min-height: 60px;
    background: #a1eaee;
    border: 1px solid #1034A6;
    width: 100%;
    text-align: center;
    border-radius: inherit;
}
.modal-login .hint-text {
    text-align: center;
}
.modal-login .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal-login .checkbox-inline {
    margin-top: 12px;
}
.modal-login input[type="checkbox"] {
    position: relative;
    top: 1px;
}
.modal-login .btn {
    min-width: 50px;
    background: none;
    border: none;
    line-height: normal;
    border: 2px solid #1034A6;
    color: #1034A6;
}
.modal-login .btn:hover, .modal-login .btn:focus {
    background: #1034A6;
    color: #fff;
}
.modal-login .hint-text a {
    color: #999;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
/* End Login */

#Signup{
  padding: 30px 0;
}

.signup .form-control{ border: #2748af 2px solid; padding:20px; line-height: 1.5;
  color: #2748af; font-size: 12px; margin-bottom: 20px; border-radius: 0!important; font-weight: bold;  }

  .signup .form-select{ border: #2748af 2px solid; padding:20px; line-height: 1.5;
    color: #2748af; font-size: 12px; margin-bottom: 20px; border-radius: 0!important; font-weight: bold;  }


  .signup .btn-get-signup {
    font-family: "Montserrat", sans-serif;

      font-size: 18px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 18px 35px;
      transition: 0.5s;
      margin: 10px;
      background: #fff;
      border: 2px solid #ff897b;
      padding: 20px;
      color: #ff897b;

  }
  .signup .btn-get-signup:hover {
    background: #ff897b;
    color: #fff;
  }

  #BookYourTicket{
    padding: 30px 0;
  }
  #BookYourTicket .nav{border-radius: 50px; background: #fff; box-shadow: 0 0 5px #ccc;}
  #BookYourTicket .nav-pills .nav-link{border-radius: 50px;    width: 100%;color: #727374;padding: 20px 0;}
  #BookYourTicket .nav-pills .nav-link.active{background: #f44f32; color: #fae168;}

  #BookYourTicket .nav-item{width: 33.33333333%;flex: 0 0 auto; white-space: nowrap;}
  #BookYourTicket .foc-section{border: 1px solid #f44f32; padding: 30px; background: #fff5f4;margin-top: 40px;}

  .fs-2{font-size: 14px!important ; font-weight: bold; margin: 0;}
  .fs-3{font-size: 13px!important ;}
  /*#datetotal-grid{margin-right: 30px;}*/
.visitdate .form-control{border-bottom: #2748af 2px solid!important; padding:10px; line-height: 1.5; border: none;color: #2748af; font-size: 12px;font-weight: bold;}
.visitdate .input-group-text{ background: none; border: none;position: absolute;
  right: 0;}

  .total-grid {margin-top: 20px;}
.total-grid .nav{border-radius: 50px; background: #e7fafb!important ; box-shadow: 0 0 5px #ccc; padding: 2px;}
.total-grid .nav-pills .nav-link{border-radius: 50px; width: 100%;color: #727374!important ;padding: 7px 0 ;}
.total-grid .nav-pills .nav-link.active{background: #28d0db!important ; color: #fff!important ; height: 93%;}

.cyt{color: #000 ;font-size: 15px;font-weight: bold; margin-bottom: 5px;}
.eycd{color: #000 ;font-size: 18px;font-weight: bold; margin-bottom: 20px;}

.total-grid .sub-text{display: block;color: #756c6c;font-size: 12px;}
  .text-center{text-align: center;}
  .total-grid .table{padding: 2px 7px!important ;font-size: 13px;}
 /* .total-grid .table td{padding:2px 7px!important ;font-size: 12px;} */
 .btn-cart-next {
    font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: bold;
      height: 60px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 10px 25px;
      transition: 0.5s;
      margin: 10px;
      background: #fff;
      border: 2px solid #1034a6;
      vertical-align: top;
      color: #1034a6;

  }
  .lh-36{line-height: 36px;}
.btn-cart-next:hover {
    background: #1034a6;
    color: #fff !important;
  }
.
  .box-errer-msg{background: #ff5440; padding: 15px; color: #fff; font-size: 12px; margin:0 10px;}
  .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0;
    font-size: 11px;
    color: #dc3545;
}
.mr-20{margin-right: 20px;}
.hconntener
{
background: #FF5440;
padding: 30px;
position: relative;
z-index: 900;
top: -100px;
}
.named{
    font-size: 30px;
    color: #fff;
}
.forma{
    height: 50px; border-radius: 0;
}
.formb{
    height: 50px; background: #FF5440;
    border: 1px solid #fff;
}
.carousel-indicators{
    display: none;
}

.mobilie_header_nav1 {
display: none;
}
.post-slide{
    background: #fff;
    margin: 0 15px;
}
.post-slide .post-img{
    position:relative;
    float: left;
    width:50%;
    height: auto;
}
.garageRow{
    border-style: hidden;
    background-color: #f7f7f7;
}

.tableHead{
font-weight: 500;
    font-size: 15px;
    color: #707070;
    width: 25%;
    text-align: center;
}
.post-slide .over-layer{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    cursor: pointer;
    transition: opacity 0.30s ease 0s;
}
.post-slide .over-layer:after{
    color: #fff;
    content: "+";
    font-size: 52px;
    position: absolute;
    top: 31%;
    left:42%;
}
.post-slide .post-img:hover .over-layer{
    opacity:1;
}
.post-slide .post-img img{
    width:100%;
    height: auto;
}
.post-slide .post-review{
    float: left;
    padding: 1px 20px;
    width: 50%;
}
.post-slide .post-title{
    margin:0 0 5px 0;
}
.post-slide .post-title a{
    color: #3498db;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    transition:color 0.30s ease;
}
.post-title > a:hover{
    text-decoration: none;
    color:#333;
}
.post-slide .post-date{
    display:block;
    font-size:15px;
    font-weight:700;
    margin-bottom:17px;
}
.post-description{
    color: #333;
    font-size: 15px;
    font-weight:400;
    text-align:left;
}
.owl-pagination{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #3498db;
}
.owl-item{
    width: auto;
}
@media only screen and (max-width: 990px){
    .post-slide .over-layer:after{
        top:39%;
        left: 45%;
    }
}
@media only screen and (max-width: 640px){
    .post-slide .post-img{
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        padding:10px;
    }
}


.iti iti--allow-dropdown iti--separate-dial-code
{
    width: 100% !important;
}
.bottext{
        position: absolute;
    z-index: 999;
    /*margin: 0 auto;*/
    left: 0;
    color: #fff;
    font-size: 20px;
    /*top: 85%;
    text-align: center;
    margin-left: 100px;*/
}

/* -- quantity box -- */

.quantity {
 display: inline-block; }

.quantity .input-text.qty {
 width: 35px;
 height: 39px;
 padding: 0 5px;
 text-align: center;
 background-color: transparent;
 border: 1px solid #efefef;
}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #ffffff;
 border: none;
 cursor:pointer;
}

.quantity.buttons_added .minus-custom,
.quantity.buttons_added .plus-custom {
 padding: 7px 10px 8px;
 height: 41px;
 background-color: #ffffff;
 border: none;
 cursor:pointer;
}

.quantity.buttons_added .minus {
 border-right: 0; }

.quantity.buttons_added .plus {
 border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #eeeeee; }

.quantity.buttons_added .minus-custom {
 border-right: 0; }

.quantity.buttons_added .plus-custom {
 border-left: 0; }

.quantity.buttons_added .minus-custom:hover,
.quantity.buttons_added .plus-custom:hover {
 background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }

 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }

 .quantity.buttons_added .minus-custom:focus,
.quantity.buttons_added .plus-custom:focus {
 outline: none; }

.search-container {
    position: relative;
}

#suggestions-list {
    list-style-type: none;
    margin: 12px 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

#suggestions-list li {
    padding: 3px 20px;
    font-size: 18px;
    cursor: pointer;
}

#suggestions-list li:hover {
    background-color: #f1f1f1;
}

#searchlocations {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
@media (min-width: 300px) and (max-width: 600px) {
    .shop-btn a{
    top: 170px!important;
    }
    .sdSlider{
        width: 100% !important;
    }

    .slide-left p {
        padding: 0px;
    }
    .slide-left {
     margin-left: 0px !important;
    }
    .otpContent {
        width: 61% !important;
        left: 23% !important;
    }
    .conatctModal{
        width: 100%;
    }
    .mobileScroll{
        width: 100%;
        overflow: scroll;
    }
} .nav-link .navlinkActive{
    padding: 15px 0 !important;
    margin: 2px !important;
}
.slide-left {
    margin-left: -300px;
    margin-top: 50px;
}
html[lang="en-US"] #BookYourTicket .nav {
    direction: ltr;
}
@media (max-width: 575.98px) {
  .slide-left p {
        margin: 0 0 30px 0;
        padding: 0 11% 40px 35%;
    }
    
}

 .slide-right {
    background: #FAE168;
    margin-left: 100px;
}

 #portfolio #portfolio-flters li {
    margin: 15px 5px 15px 0;
}
/*html[lang="en-US"] #portfolio, #portfolio .gallerylist, #contact, #portfolio_needtoknow {*/
/*    direction: ltr;*/
/*  }*/

html[lang="ar-SA"] #portfolio, #portfolio .gallerylist, #contact, #portfolio_needtoknow {
    direction: rtl;
}
html[lang="ar-SA"] #portfolio_description {
    direction: rtl;
}
/* Apply Arabic version styles when the site is in Arabic */
[lang="ar-SA"] body,
html[lang="ar-SA"] a,
html[lang="ar-SA"] .navbar a,
html[lang="ar-SA"] .navbar a:focus,
html[lang="ar-SA"] .btn-get-download,
html[lang="ar-SA"] .btn-get-pdf,
html[lang="ar-SA"] .btn-cart-next,
html[lang="ar-SA"] #hero {
    font-family: 'Tajawal', sans-serif;
}

html[lang="ar-SA"] #hero .btn-get-started {
    font-family: 'Tajawal', sans-serif;
}

html[lang="ar-SA"] #header.header-transparent {
    direction: rtl;
}

html[lang="ar-SA"] .btn-get-started1 {
    font-family: 'Tajawal', sans-serif;
}

html[lang="ar-SA"] .shop-btn a {
    left: 0px;
    height: 62px !important;
    width: 158px;
    padding: 10px 17px 37px 10px;
}

html[lang="ar-SA"] .shop-btn a .pull-right {
    text-align: right;
}

html[lang="ar-SA"] .text-block-text {
    right: 20px;
}

html[lang="ar-SA"] #hero h2 {
    text-align: right;
}
#portfolio,
#portfolio .gallerylist,
#contact,
#portfolio_needtoknow {
    direction: ltr;
}
html[lang="ar-SA"] #portfolio,
html[lang="ar-SA"] #portfolio .gallerylist,
html[lang="ar-SA"] #contact,
html[lang="ar-SA"] #portfolio_needtoknow {
    direction: rtl;
}


html[lang="ar-SA"] .slide-left {
    margin-right: -300px;
    margin-top: 50px;
}

html[lang="ar-SA"] .slide-right {
    background: #FAE168;
    margin-right: 100px;
}

@media (max-width: 575.98px) {
    html[lang="ar-SA"] .slide-left p {
        margin: 0 0 30px 0;
        padding: 0 35% 40px 15%;
    }
    
html[lang="ar-SA"] .slide-left {
    margin-right: 0px !important;
}
}
html[lang="ar-SA"]  #BookYourTicket h3, h4 {
    direction: rtl;}
html[lang="ar-SA"] #datetotal-grid {
    direction: rtl;
}
html[lang="ar-SA"] .cyt {
    direction: rtl;
    text-align: right;
}
html[lang="ar-SA"] .VGS_DatedFolder_datepicker tr th.dow {
    padding: 8px 4px;
    font-size: 10px;
}

html[lang="ar-SA"] #footer .footer-top , #BookYourTicket .nav
{
    direction: rtl;
}
.imageEnhance{
width: 100%;
object-fit: cover;
/*height: 100%;*/
}

.emailSize{
    font-size: 10px;
}
html[lang="ar-SA"] .card-body{
    direction: rtl;
}
html[lang="ar-SA"] #portfolio #portfolio-flters {
    direction: rtl;
    text-align: right;
}
/* newDesign */
header.nav-homepage-style.stricky.stricky-fixed {
  border-bottom: 1px solid transparent;
}
header.nav-homepage-style.stricky.stricky-fixed .sidemenu-btn,
header.nav-homepage-style.stricky.stricky-fixed .login-info {
  color: #ffffff;
}
header.nav-homepage-style {
  padding: 25px 0;
}
.header.innerpage-style {
  background-color: #000000;
  height: 95px;
}

#header-search i{
color: #c7a44f;
}
header.nav-homepage-style.stricky.stricky-fixed .ace-responsive-menu a {
    color: #ffffff !important;
}

.page-header .panel.wrapper {
    background: linear-gradient(180deg, #B08938 0%, #C5A24D 48.72%, #DCBD64 100%);
    font-size: 15px;
    margin: 0;
    max-width: unset;
    padding: 0% 10%;
    border-bottom: unset !important;
}

.page-header .panel.wrapper .panel.header {
    padding: 0.65% 0;
}

.page-header .panel.wrapper .header.links {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	 background: linear-gradient(180deg, #B08938 0%, #C5A24D 48.72%, #DCBD64 100%);
}

.page-header .panel.wrapper .header.links li {
    padding: 0.5% 1.5%;
    font-size: 15px;
	font-weight: 700;
    margin-bottom: 0.1rem !important;
}

.page-header .panel.wrapper .header.links li a {
    color: #FFFFFF !important;
    text-decoration: none;
}

.page-header .panel.wrapper .header.links li a:hover {
    color: #000000;
    text-decoration: none;
}
.page-header .panel.wrapper {
    border-bottom: unset;
}
.header-btn {
    font-size: 15px;
}
.customer-menu .header.links {
    display: flex;
    flex-direction: column;
}

.customer-menu .header.links li {
    width: 100%;
}

.customer-menu .header.links li a {
    color: #000000 !important;
}
.searchModal .modal-header
{
	padding: 25px 70px 25px 40px;
	background-color: #C6A34E;
}
.recentModal .modal-header,.categoryModal .modal-header,.langModal .modal-header
{
	padding: 25px 70px 25px 40px;
	background-color: #C6A34E;
}
  @media only screen and (max-width: 720px) {
	.page-header .header.content .top-header-down-links
	{
		width: 100%;

	}
	.page-header .header.content .top-header-down
	{
		display: block;
	}
	.page-header .header.content .top-header-down-links li a
	{
		font-size: 12px;
	}
	.header.panel > .header.links
	{
		    margin-right: 3px;

	}
	.page-header .panel.wrapper .header.links li
	{
		padding: 0.4% 0.4%;
		font-size: 15px;
	}
	.header.panel > .header.links > li
	{
		margin: 0 0 0 10px;
	}
	.page-header .header.content
	{
		padding:0;
	}
	.top-header-down
	{
		height: 70px;
	}
	.top-header-down-links
	{
		padding-top: 3%;
	}
	.navigation ul
	{
		display: none;
	}
	.page-header .panel.wrapper
	{
		padding: 0% 2%;
		height: 65px;
		background:black;
	}
   .panel.header .switcher
	{

		font-size: 11px !important;
		display: block !important;
		margin-left: 8px !important;
		margin-top: 8px !important;
	}
	.side-btn
	{
		padding: 4px;
		width: 30px;
	}
	.minicart-wrapper
	{
		margin-top: 0px;
	}

	.block.widget .products-grid .product-item
	{
		margin-left: 2% !important;
		width: calc((100% - 2%) / 2);
	}



  }
  .page-header .panel.wrapper .panel.header {
		max-height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
}​
.page-header .header.content img {
		width: 100%;
		height: 60px;
}
	@media only screen and (max-width: 720px) {
        	.header .links
			{
				direction: ltr;
			}
            	.top-header-down-links
	{
		width: 100%;
		float: inherit;
	}
	.bottomNavWrapper
	{
		margin: 0 auto;
	}
	.header .content
	{
		text-align: center;
	}
	.page-header .panel.wrapper .header.links{
		margin-top:18px;
		padding-right: 0px;
		padding-top: 1px !important;
		align-items: center;
		background:black;
	}

	.page-header .panel.wrapper .header.links .dropdown
	{
		display: none;
	}
	.bottomNavWrapper .top-header-down-links
	{
		background: black;
		margin-top: 208px;
	}
    	.page-header
	{
		position: fixed;
		z-index: 99;
	}
	.page-header .header.content .bottomNavWrapper .top-header-down-links
	{
		margin-top: 107px !important;
	}
    	.header.content
	{
		position: inherit !important;
	}
    		.page-header{
			width: 100%;
		}
		.page-header .panel.wrapper .header.links
		{

			justify-content: flex-start ;

		}
		.responsive_links
		{
			display: block;
		}
		.page-header .panel.wrapper .header.links
		{
			height: 360px;
		}
		.panel .header
		{
			direction: rtl !important;
		}
        .mobilie_header_nav1 {
            display: block;
        }
    }
    .page-header .panel.wrapper .header.links .switcher-option a:hover
{
	background: initial !important;
}
.page-header:nth-child(3)
{
	display: none !important;
}
.bottomNav
{
	    margin-top: 0rem !important;
   	  margin-bottom: 0.1rem !important;
	  padding-left: 0px;
	  padding-right: 0px;
}
.page-header .header.content .bottomNavWrapper .top-header-down-links
{
	margin-top: 15px;
}
.page-header .panel.wrapper .header.links li
{
	margin-bottom: 0.1rem;
}
.page-header .panel.wrapper .header.links {
  
    background: #000000;
}

.page-header .panel.wrapper {
  background: #000000 !important;
}

.page-header .panel.wrapper .header.links li a {
    color: #c7a44f !important;
    text-decoration: none;
}
.page-header .panel.wrapper .header.links li {
    color: #c7a44f;
}

.posr {
  position: relative;
  padding-right: 35px;
  padding-left: 35px;
}
.logos img {
  height: 70px;
}
header.nav-homepage-style.stricky.stricky-fixed .ace-responsive-menu a {
    color: #ffffff;
}
.error_page_content .erro_code {
    font-weight: 800 !important;
    line-height: 100px !important;
    font-size: 60px !important; 
}
.header.innerpage-style
 {
    background-color: #000000 !important;
    height: 135px !important;
}
header.nav-homepage-style.stricky.stricky-fixed .header-logo.logo2 {
    display: block;
}

header.nav-homepage-style .header-logo.logo2 {
    display: none;
}

header.nav-homepage-style.stricky.stricky-fixed .header-logo.logo1 {
    display: none;
}
header.nav-homepage-style {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 35px 0px 6px 0;
    position: fixed;
    width: 100%;
    z-index: 3;
}li {
    list-style-type: none ;
}
.pb90 {
    padding-bottom: 90px !important;
}
section {
    padding: 120px 0;
    position: relative;
}
header.nav-homepage-style .ace-responsive-menu a
 {
    color: #ffffff;
    font-family: var(--title-font-family);
    font-weight: 600;
}
.text-thm {
    color: #EB6753;
}
.error_page_content p {
    font-size: 25px;
}
.ui-content {
    position: relative;
    margin-bottom: 30px;
}
.accordion-style1 .accordion-item {
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 4px 30px;
}
.accordion-style1 .accordion-header
 {
    border: none;
}

.faq-img img{
  border-radius: 10px;
  margin-top: 58px;
}


.error_page_content .erro_code {
    font-weight: 800;
    line-height: 100px;
    font-size: 60px;
}

.error_page_content p{
font-size: 25px;
    color: var(--headings-color);

}
.accordion-style1 .accordion-button {
    background-color: transparent;
    box-shadow: none;
    color: var(--headings-color);
    font-family: var(--title-font-family);
    font-weight: 600;
    font-size: 14px;
    padding-left: 20px;
}
.accordion-style1 .accordion-button:before {
    color: #041e42;
    content: "";
    font-family: var(--icon-font-family);
    font-size: 8px;
    font-weight: bold;
    left: 0px;
    position: absolute;
}
.accordion-style1 .accordion-button:after {
display: none;}

.accordion-style1.faq-page .accordion-body
 {
    max-width: initial;
}

.accordion-style1 .accordion-body {
    padding: 20px 0 35px 25px;
}
.accordion-style1 .accordion-body {
    color: var(--headings-color);
    font-family: var(--title-font-family);
    font-weight: 400;
    padding: 20px 0 35px;
    max-width: 410px;
}
.mt100 {
    margin-top: 100px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pt90 {
    padding-top: 90px !important;
}
.bdrs12 {
    border-radius: 12px;
}
.maxw1600 {
    max-width: 1600px;
}
.bgc-thm-light {
    background-color: rgba(235, 103, 83, 0.05);
}
.cta-style3 .cta-title
 {
    font-family: var(--body-font-family);
    color: var(--headings-color);
}
.cta-style3 .cta-text
 {
    color: var(--headings-color);
    font-family: var(--title-font-family);
    font-weight: 400;
}
.app-widget {
    position: relative;
}
.app-widget .app-info.light-style {
    background-color: #181A20;
}
.app-widget .app-info {
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 10px 20px 2px;
    width: 210px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ml20 {
    margin-left: 20px !important;
}
.app-widget .app-text {
    color: #BEBDBD;
}.fz14 {
    font-size: 14px;
}
.cta-img {
    bottom: 0;
    position: absolute;
  
}
.cta-img img{
height: 460px;
  
}
.Imagecontainer{
    height: 256px;
}
a:active, a:focus, a:hover, a:visited, .btn:active, .btn:focus, .btn:hover, .btn:visited
 {
    text-decoration: none;
    outline: none;
}

body, h1, h2, h3, h4, h5, h6, a, p, button {
    font-family: "Montserrat", sans-serif;
}
a, .btn {
    color: var(--headings-color);
    text-decoration: none;
    outline: none;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.list-item .title{
    color: white;
}
.title {
    color: var(--headings-color);
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
}
.pt90 {
    padding-top: 90px !important;
}

  @media only screen and (max-width: 520px) {
    section {
            padding: 36px 0;
    }
  }
  .mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: #000000;
  }
  .input-group-append button{
    color: white;
  }
  html[lang="en-US"] header.nav-homepage-style {
    direction: ltr;
  }
    html[lang="ar-SA"] header.nav-homepage-style {
    direction: rtl;
  }
 html[lang="ar-SA"]  .mm-page {
    direction: rtl;
 }
  html[lang="en-US"]  .mm-page {
    direction: ltr;
 }
 .mm-menu--position-right-front.mm-menu--opened, .mm-menu--position-top.mm-menu--opened{
    left: 0 ;
    right: 0% !important;
    direction: rtl;
 }
  html[lang="ar-SA"] .mm-menu--position-left-front.mm-menu--opened ,.mm-menu--position-top.mm-menu--opened{
    left: auto !important;
    right: 0% !important;
    direction: rtl;  
 }
 html[lang="ar-SA"]  .section-title{
    direction: rtl;
 }
.why-chose-list .list-one .list-icon {
    margin-right: 20px;
}

html[lang="ar-SA"] .why-chose-list .list-one .list-icon {
    margin-left: 20px;
}


.why-chose-list.style3 .list-icon {
    color: var(--headings-color);
}
.why-chose-list.style2 .list-icon {
    color: var(--headings-color);
}
@media (max-width: 767.98px) {
  .cta-banner3:before {
    display: none;
  }
}.ml100 {
    margin-left: 100px !important;
}
.mb10{
    margin-bottom: 10px;
}
.pt140{
    padding-top: 140px !important;
}
 /* html[lang="ar-SA"] .wow{
direction: rtl;
} */
html[lang="ar-SA"] .aboutSection{

 }
.mb20 {
    margin-bottom: 20px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.bdrs24 {
    border-radius: 24px;
}
.mb0{
    margin-bottom: 0px;
}
.fz30{
    font-size: 30px;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .8rem;
  border: 1px solid #dadde1;
  border-radius: 999px;          /* pill shape */
  text-decoration: none;
  color: #222;
  /* background: #fff; */
  /* transition: background .15s ease, border-color .15s ease, color .15s ease; */
}

.lang-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  /* background: #f0f2f5; */
  display: inline-flex;
  color: white;
  align-items: center;
  justify-content: center;
  font-size:16px ;
  margin: 11px;
}

.lang-label {
  font-size: .9rem;
}

/* Optional: nicer focus for keyboard users */
.lang-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(13,110,253,.25);
}
html[lang="ar-SA"] .lang-menu {
    direction: rtl;
}
html[lang="ar-SA"] .arabic-text{
        direction: rtl;

}
.mobileAnchor{
    color: #1c44b4;
    text-decoration: underline;
}

.accordion-style1 .accordion-item.active .accordion-button:before {
  content: "";
}
.accordion-style1 .accordion-header {
  border: none;
}
.accordion-style1 .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 14px;
  padding-left: 20px;
}
.accordion-style1 .accordion-button:before {
  color: #041e42;
  content: "";
  font-family: var(--icon-font-family);
  font-size: 8px;
  font-weight: bold;
  left: 0px;
  position: absolute;
}
.accordion-style1 .accordion-button:after {
  display: none;
}
.accordion-style1 .accordion-body {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  padding: 20px 0 35px;
  max-width: 410px;
}
.accordion-style1.faq-page .accordion-body {
  max-width: initial;
}
.accordion-style1 {
  position: relative;
  margin-bottom: 30px;
}
.accordion-style1 .accordion-item {
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 4px 30px;
}
.accordion-style1 .accordion-item.active {
  -webkit-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -moz-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  -o-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
  box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
}
.accordion-style1 .accordion-item.active .accordion-button:before
 {
    content: "";
}
html[lang="ar-SA"] .erro_code{
    text-align: right !important;
}
.ui-content {
    position: relative;
    margin-bottom: 30px;
}

.form-style1 {
    position: relative;
}
.dropdown-menu{
    overflow: scroll;
} 
.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}
.bootselect-multiselect .btn.dropdown-toggle:focus {
    box-shadow: none;
    outline: none !important;
}
button.btn.dropdown-toggle.btn-light {
}
.bootselect-multiselect .btn-light:hover, .bootselect-multiselect .btn-light:focus {
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    outline: none;
}
.bootselect-multiselect .btn.dropdown-toggle {
    width: 100%;
}
.bootselect-multiselect .btn:focus {
    border: 2px solid var(--headings-color);
    outline: none;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    /* outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important; */
    /* outline-offset: -2px; */
}
button:focus:not(:focus-visible) {
    outline: 0;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.bootselect-multiselect .btn-light {
    background-color: #ffffff;
}
.bootselect-multiselect .btn {
    border-radius: 12px;
    border: 1px solid #DDDDDD;
    height: 47px;
    line-height: 35px;
    overflow: hidden;
    padding-left: 15px;
    color: #4e4949;
    width: 100%;}
a:active, a:focus, a:hover, a:visited, .btn:active, .btn:focus, .btn:hover, .btn:visited {
    text-decoration: none;
    outline: none;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    text-align: start;
}
.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid !important;
    border-right: .3em solid transparent;
    border-bottom: 0 !important;
    border-left: .3em solid transparent;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.bootselect-multiselect .btn {
    border-radius: 12px;
    border: 1px solid #DDDDDD;
    height: 55px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 15px;
    width: 100%;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootselect-multiselect .dropdown-menu .inner {
    padding: 10px;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootselect-multiselect .dropdown-menu {
    padding: 10px 15px;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootselect-multiselect .dropdown-menu .dropdown-item {
    padding: 10px;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a:hover, .btn:hover {
    color: #EB6753;
}
.bootselect-multiselect .dropdown-menu {
    padding: 10px 15px;
    overflow: hidden;
}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootselect-multiselect .dropdown-menu .inner {
    padding: 10px;
}
.bootselect-multiselect .dropdown-menu .dropdown-item.active, .bootselect-multiselect .dropdown-menu .dropdown-item:hover, .bootselect-multiselect .dropdown-menu .dropdown-item:focus {
    background-color: rgba(235, 103, 83, 0.07);
    color: var(--headings-color);
    outline: none;
}
.bootselect-multiselect .dropdown-menu .dropdown-item {
    padding: 10px;
}
.bootselect-multiselect .dropdown-menu .dropdown-item.active, .bootselect-multiselect .dropdown-menu .dropdown-item:hover, .bootselect-multiselect .dropdown-menu .dropdown-item:focus {
    background-color: rgba(235, 103, 83, 0.07);
    color: var(--headings-color);
    outline: none;
}
.bootselect-multiselect .dropdown-menu .dropdown-item {
    padding: 10px;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dropdown-item span {
        color: var(--headings-color);
    font-family: var(--title-font-family);
    font-weight: 400;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle:focus {
    border:1px solid #DDDDDD;
    outline: none !important;
    
}
.text-white:hover{
    text-decoration: underline;
}
.bootstrap-select .dropdown-menu{
    z-index: 1000;
}
.bootstrap-select .dropdown-menu.inner
 {
    text-align: start;
 }