

/*body,h1,h2,h3,h4,h5,h6,p,div,a,li,span{
    
    font-family: 'Open Sans', sans-serif;
}
.navbar-toggler {
    padding:0;
    line-height: 0;
    background-color: transparent;
    border: 1px solid #888888c9;
    border-radius: .25rem;
}
.navbar-toggler-icon {
    display: inline-block;
   
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
        background-size: auto;
    background-size: 100% 100%;
    color: #868686;
    padding: 5px 7px;
    font-size: 22px;
}
.nav-item a {
    font-size: 14px;
    color: #d2d2d2;
    padding: 0rem 5rem;
    margin: 0px 3px;
}*/
.navbar.navbar-expand-lg.static-top {
    background-color: #000;
    border-bottom: 2px solid #a6840b;
}

.logo-img img {
    height: 60px;
}
.logo-img {
    width: 100%;
    text-align: center;
}

.home-banner img {
    width: 100%;
}
/*HIDE DEFAULT SCROLL BAR*/
.main::-webkit-scrollbar {
  display: none;
}

.main {
  -ms-overflow-style: none;
  position: relative;
}

.form-control {
    font-size: 14px;
    font-weight: 300;
}
/*----------- Social media --------*/
	.share {
  /*! display: inline-block; */
  cursor: default;
  padding: 0;
  margin: 0 0.5em;
  position: relative;
  text-align: center;
		
		
  /*! width: 100%; */
  /*! height: 103px; */
}
.share:hover .label {
  opacity: 0;
  transition: opacity 0.5s 0.125s ease-out;
}
.share:hover .icon {
  border-radius: 1em;
  margin: 0 6px;
}

.icon, .label {
    background-color: #d8bc4d;
    line-height: 2rem;
    color: #fff;
}

.label {
  position: absolute;
  font-size: 0.818em;
  font-weight: 200;
  letter-spacing: 0.0816em;
  top: 0;
  left: 0px;
  right: 0;
  opacity: 1;
  pointer-events: none;
  text-transform: uppercase;
  transition: opacity 0.5s 0.75s ease-out;
  height: 182px;
}

.icon {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 2em;
  transition: background-color 0.5s ease-out, border-radius 0.5s 0.25s ease-out, margin 0.5s 0.25s ease-out;
  width: 2em;
}
.icon.first {
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  margin-left: 0;
}
.icon.last {
  border-bottom-right-radius: 1em;
  border-top-right-radius: 1em;
  margin-right: 0;
}
.icon:hover {
  background-color: #000;
  color: #111;
}
	.icon:hover a i {
    color: #d8b736;
}
	
.dc-media {
    position: fixed;
    right: -8px;
    top: 40%;
    z-index: 999;    
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    /*width: 100%;*/
}
	
	.icon a i {
    color: #fff;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}
	.icon a {
    position: relative;
    top: 1px;
}
.hs-html5.hs-bg-video {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 100%;
    margin-bottom: -9px;
}



/*------------- about promation ------------*/

.about-offer {
  
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    padding: 4rem 0rem;
    padding-bottom: 3rem;
    display: none;
}


.promation-title {
    text-align: left;
}

.pr-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;margin-bottom: 1rem;position: relative;
}

.pr-sub-title {
    color: #f4f4f4;
    font-size: 16px;
    font-weight: 300;
}

.pr-info {
    font-size: 13px;
    color: #8f8f8f;
    font-weight: 300;
    margin-top: 17px;line-height: 30px;
}
.promation-title {
    padding: 25px;
    /*! border: 0.5px double #a78723; */
    margin-bottom: 1rem;
}

.pr-title::after {
    content: "";
    position: absolute;
    width: 47%;
    height: 0.5px;
    background-color: #a78723;
    left: 0px;
    bottom: -4px;
}
.promation-title.ar-prm-info h1::after {
    right: 0px;
}

/*--------------- new loacation ---------*/

.new-location-photo img {
    width: 100%;
}

.location-section {
    padding: 4rem 0rem;
	background-image: url(../images/V12-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    display: none;
}

.ln-icon {
    background-color: #000;
    margin-right: 5px;
    padding: 0px 5px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
}


.location-fv {
    display: flex;
    margin-bottom: 10px;
}

.ln-icon img {
    height: 9px;
    position: relative;
    
    top: -3px;
}
.nl-title {
    font-size: 21px;
    font-weight: 800;
    min-height: 50px;
}

.nl-v-location i {
    margin-right: 6px;
}

.location-information {
    font-size: 13px;
    color: #4b4b4b;
    font-weight: 300;
    min-height: 80px;
}

.new-location-photo::before {
    width: 300px;
    height: 328px;
    content: "";
    position: absolute;
    border: 11px solid #fff;
    left: 18%;
    top: -15px;
    box-shadow: 1px 1px 15px 0px #00000061;
}

.nl-v-location {
    font-size: 14px;
    font-weight: 300;
    color: #717171;
    min-height: 45px;
}

.new-location-info {
    padding: 20px 20px;
    /*! border: 1px solid #a78723; */
    margin-bottom: 20px;
    background-color: #ffffffe6;
    box-shadow: 1px 2px 10px #dcdcdc;
}

.location-btn {
    font-size: 12px;
    text-transform: capitalize;
    color: #a78723;
    position: relative;
}

.location-btn::after {
    content: "";
    width: 33px;
    height: 1px;
    position: absolute;
    width: ;
    background-color: #a78723;
    bottom: 6px;
    left: 3.5rem;
}

.arb-v{
	direction: rtl;
text-align: right;
}

.ar-v-btn::after {
    content: "";
    width: 33px;
    height: 1px;
    position: absolute;
    width: ;
    background-color: #a78723;
    bottom: 6px;
    right: 2.5rem;
}

.location-btn:hover {
    color: #000;
    text-decoration: none;
}
.ar-prm-info {
    direction: rtl;
    text-align: right;
}

.new-location-photo {
    margin-bottom: 2rem;
}

/*---------------- app promation ------------*/
.app-pr-image img {
    width: 100%;
}

.app-promation {
    background-color: #000;
    padding: 3rem 0rem;
}

.app-dtls-info h1 {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.app-dtls-info h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #e9e9e9;
    font-weight: 800;
    position: relative;
}

.app-dtls-info p {
    color: #ccc;
    font-size: 13px;
    margin-top: 15px;
    font-weight: 200;
    line-height: 27px;
}

.app-links-v {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-top: 3rem;
}

.app-v-i a img {
    width: 85%;
}

.app-v-i a {
    padding: 30px;
}

.app-v-i img {
    width: 100%;
}

.app-dtls-info h2::after {
    content: "";
    width: 80%;
    height: 0.5px;
    position: absolute;
    bottom: -8px;
    background-color: #a78723;
    left: 0%;
}

/*----------- all locations view -------------*/

.all-location {
    padding: 3rem 0rem;
    background-color: #a7872308;
    display: none;
}

.all-location-map {
    border: 5px solid #fff;
}

.all-locations-tit h2 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.all-locations-tit p {
    font-size: 14px;
    color: #5b5b5b;
    font-weight: 300;
    margin-bottom: 2rem;
}

.all-lc-btn {
    color: #fff;
    background-color: #61CBC7;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 200;
    font-size: 14px;
    text-decoration: none !important;
}

.all-locations-btn-v {
    border-left: 0.5px solid #61CBC7;
    padding: 20px;
}

.all-lc-btn:hover {
    background-color: transparent;
    border: 1px solid #61CBC7;
    color: #000;
}








.section-gap.terms-section {
    padding: 4rem 0rem;
}
.terms-v-info-title h2 {
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 3rem;
}

.terms-v-info p {
    font-size: 14px;
    color: #717171;
}
.trms-cnt-v {
    border: 1px solid #e7e7e7;
    /*! padding: 10px; */
    padding-top: 15px;
    padding-bottom: 15px;
}
.terms-v-info-title h2::after {
    content: "";
    background: #c5a451;
    height: 5px;
    width: 61px;
    position: absolute;
    top: 3rem;
    display: block;
    left: 16px;
}

.gold-line-v {
    border: 0.5px solid #4DB5B1;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
}

.tems-ul ul {
    padding: 0;
    padding-left: 15px;
}
.tems-ul ul li {
    color: #6a6969;
    font-size: 14px;
    line-height: 28px;
}

.terms-v-info-title h3 {
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    padding: 9px 0;
}
.terms-v-info-title h3 {
    font-size: 17px;
    border-bottom: 0.5px solid #000;
    padding: 9px 0;
    color: #161616;
}
.section-gap.terms-section {
    background-color: #fff;

    display: none;
}

.tems-title-v {
    text-transform: uppercase;
}

.tems-title-v::after{
    
    content: "";
background: #c5a451;
height: 1px;
width: 61px;
position: absolute;
top: 4rem;
display: block;
left: 22px;
}

.tems-title-v {
    text-transform: uppercase;
    margin-bottom: 3em;
}

.terms-v.ar-v {
    direction: rtl;
    text-align: right;
}



.description {
    margin-top: 5rem;
    margin-left: 2rem;
}
.tems-title-v h1 {
    color: #161616;
    font-size: 25px;
}
/*.footer-logo img {
    width: 26%;
}*/

/*------------- footer-css -----------*/

  .g-bg-main-light-v1 {
            background-color: #262729;
            
        }

        .ft-gap-v1 {
            padding-top: 0rem;
        }

        .ft_link-list-title h5 {
            color: #ddd !important;
            margin-bottom: 1rem;
        }

        .ft-links-list-v ul {
            padding: 0;
            list-style: none;
            font-size: 0.92857rem !important;
            margin-bottom: 0px;
        }

        .ft-links-list-v ul li {
            margin-top: 0.71429rem !important;
            margin-bottom: 0.71429rem !important;
        }

        .ft-links-list-v ul li a {
            color: #999 !important;
            text-decoration: none;
            transition: all .2s;
            font-size: 14px;
            font-weight: 300;
        }

        .ft-links-list-v ul li a:hover {

            color: #61CBC7 !important;
        }

        .ft-b-border {
            border-bottom: 1px solid hsla(0, 0%, 85%, .2);
            min-height: 250px;
        }

        .aur-brand {
            font-family: Verdana, Geneva, sans-serif;
            color: #61CBC7;
            font-weight: 500;
        }

        .aur-brand {
            font-family: Times New Roman;
            color: #878787;
            font-style: italic;
            text-transform: lowercase;
        }

        .Subscribe-btn {
            border-color: #4DB5B1;
            background-color: #4DB5B1;
            color: #fff;
            font-size: 14px;
            font-weight: 300;
        }

        .privacy-policy p {
            color: #999 !important;
 
            font-weight: 300;
            font-size: 14px;
        }

        .privacy-policy p span a {
            color: #cdcdce;
            text-decoration: underline;
        }

        .float-right {
            float: right !important;
        }

        .g-font-size-13 {
            font-size: 0.92857rem !important;
            margin-left: 10px;
        }

      .app-download-list a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #4DB5B1;
}

        .app-download-list a {
            cursor: pointer;
            cursor: pointer;
            color: #fff;
            background-color: #000;
            border-radius: 10px !important;
            line-height: 1.4;
            padding: 8px;
            margin-right: 5px;
            text-transform: uppercase !important;
            position: relative;
            transition: .2s ease;
            text-align: left !important;
        }

        .g-opacity-0_6 {
            opacity: .6 !important;
        }

        .g-font-weight-400 {
            font-weight: 400 !important;
        }

        .app-download-list a span {
            font-size: 9px !important;
        }

        .app-download-list a i {
            font-size: 22px;
            padding-top: 0px;
        }

        .ft-links-media-icon-v ul {
            padding: 0px;
        }

        .ft-links-media-icon-v ul li {
            display: inline-block;
        }

        .ft-links-media-icon-v ul li {
            display: inline-block;
            margin-right: 1.5rem;
            margin-top: 1rem;
        }

        .ft-links-media-icon-v ul li a {
            color: #999;
        }

        .ft-links-media-icon-v ul li a i {
            font-size: 17px;
        }

        .ft-btm-text p {
            color: #999;
            font-size: 13px;
            /*text-align: center;*/
            margin-top: 15px;
        }

        .ft-btm-text p i {
            font-family: Times New Roman;
            color: #878787;
            font-style: italic;
            text-transform: lowercase;
        }

        .ft-btm-text p span {
            font-family: Verdana, Geneva, sans-serif;
            color: #61CBC7;
            font-weight: 500;
        }

        .ft-btm-text p a {
            font-family: Verdana, Geneva, sans-serif;
            color: #61CBC7;
            font-weight: 500;
        }

        .bottom-footer {
            border-top: 1px solid #484a4c;
            padding-top: -1px;
            margin-top: 2rem;
            padding-bottom: 1rem;
        }

        .footer-awd-view img {
            width: 100%;
        }

        .footer-awd-view img {
            width: 80%;
        }

        @media only screen and (max-device-width: 1040px) {

            .ft-b-border {
                border-bottom: 1px solid hsla(0, 0%, 85%, .2);
                min-height: 250px;
                margin-bottom: 20px;
            }

            .footer-awd-view {
                text-align: center;
                margin-bottom: 2rem;
            }

            .app-download-list a {

                margin-bottom: 1rem;
            }

            .footer-logo {
                text-align: center;
            }

        }


/*------------------------------ responsive --------------------------*/
@media only screen
and (min-width : 300px)
and (max-width : 340px) {

 
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 300px)
and (max-width : 480px) {

.card-lg__container .card__text-lg {
    font-size: 40px;
    }
    
    .card-lg__container .card__text-md {
    font-size: 14px;
    }
    .card-sm__container {
    height: 217px;
    display: grid;
}
    .card-sm {
    width: 95%;
    height: calc(134% - 45px);
}
    
   .dg-overlay-v {
    margin-top: -6rem;
}
    .footer-awd-view img {
    width: 40%;
}
  
    .tems-title-v::after {
    top: 2.3rem;
}
    .navbar-nav.ml-auto {
    border: 1px solid #ccc;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
        border-left-color: rgb(204, 204, 204);
        border-left-style: solid;
        border-left-width: 1px;
    border-left: 0;
    border-right: 0;
}
    .nav-item {
    padding: 7px;
    text-align: center;
}
    
.app-dtls-v {
    margin-top: 3rem;
    text-align: center;
}
	
	.app-dtls-info h2 {
    text-transform: uppercase;
    font-size: 29px;
	}
	
	.app-links-v {
    display: block;
}
	.app-v-i {
    text-align: center;
}
	.app-v-i img {
    width: 55%;
    margin-bottom: 20px;
}
	.app-v-i a img {
    width: 55%;
}
	
	.new-location-photo::before {
    width: 237px;
    height: 200px;
    content: "";
    position: absolute;
    border: 11px solid #fff;
    left: 0px;
    top: -15px;
    box-shadow: 8px 8px 15px 0px #00000085;
}
	.app-download-list {
    display: block;
}
	.app-download-list a {
    
    padding: 6px;
    
}
    .ft-links-media-icon-v {
    text-align: center;
}
	.privacy-policy p {
    color: #999 !important;
    font-size: 0.92857rem !important;
    text-align: center;
}
	.footer_links {
    text-align: center;
    border-bottom: 0.5px solid #787878;
}
	
	.promation-title {
    text-align: right;
}
	.pr-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5px;
    background-color: #a78723;
    right: 0px;
    bottom: -4px;
}
	
	
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media only screen
and (min-device-width : 481px)
and (max-device-width : 767px)
and (orientation : landscape) {


	
 .main {
    height: 200vh;
}
  
    .home-banner-oly {
  
    height: 200vh;
}
    .dg-overlay-v {
   
    height: 50px;
    
    background-size: cover;
    
}
    .navbar-nav.ml-auto {
    border: 1px solid #ccc;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
        border-left-color: rgb(204, 204, 204);
        border-left-style: solid;
        border-left-width: 1px;
    border-left: 0;
    border-right: 0;
}
    .nav-item {
    padding: 7px;
    text-align: center;
}
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 991px)
    and (orientation : landscape) {
        
        
        
}