<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.outer_Location {
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
}

.overlayLoading {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

.TopBgRed {
    background: linear-gradient( 135deg, #cf362d 0%, #560804 100%);
    position: relative;
    text-align: center;
    height: 310px;
}

.TopBgRed .headText {
    max-width: 292px;
    position: absolute;
    color: #fff;
    top: 36%;
    width: 100%;
    font-size: 17px;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
}

.TopBgRed img {
    width: 160px;
    opacity: 0;
}

.BottomLocation {
    position: relative;
    text-align: center;
}

.BottomLocation img {
    /* width: 160px;
    margin-top: -230px; */
    width: 130px;
    margin-top: -209px;
}

.introLocation {
    position: absolute;
    bottom: 36px;
    left: 50%;
    width: 100%;
    text-align: center;
    max-width: 320px;
    height: 82px;
    padding-top: 24px;
    border-radius: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
}

.introLocation h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 6px;
    margin-top: 14px;
}

.introLocation p {
    font-size: 11px;
    margin-bottom: 0px;
    padding-top: 5px;
}

.locationChoose {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 235px;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 0px);
}

.inner p {
    margin-bottom: 0px;
    color: #000;
    font-size: 15px;
    padding-top: 3px;
}

.locationChoose h2 {
    font-size: 18px;
    padding-top: 25px;
    margin-bottom: 2px;
    font-weight: 700;
    color: #000;
}

.inner label {
    padding-top: 18px;
}


/* .activeLocation {
    background: #3dbc03 !important;
} */

.activeLocation label a {
    color: #fff !important;
}

.cityActive:hover {
    text-decoration: none;
}

.rotating-slider ul.slides .arrow .fa-long-arrow-alt-right {
    font-size: 24px;
    color: #949494;
    z-index: 9999;
    position: absolute;
    top: 16%;
    right: 30%;
}

.rotating-slider ul.slides .arrow .fa-long-arrow-alt-left {
    font-size: 24px;
    color: #949494;
    z-index: 9999;
    position: absolute;
    top: 16%;
    left: 36%;
}


/* arrow sec start */


/* #wrapper {
    position: absolute;
    top: 14%;
    left: 48%;
    transform: translate(50%, 50%);
} */

#wrapper {
    position: absolute;
    top: 35%;
    left: 48%;
    transform: translate(50%, 50%);
}

#wrapper&gt;div {
    display: inline-block;
}

.line-top {
    width: 164px;
    height: 100px;
    z-index: -1;
    background: transparent;
    border: none;
    position: absolute;
    border-top: dotted 2px #c4c4c4;
    padding: 24px 40px;
    border-radius: 50%;
    margin: 20px -74px 0;
}

.line-top1 {
    background-color: #ffffff00;
    width: 22px;
    transform: rotate( 146deg);
    height: 19px;
    top: 42px;
    left: -65px;
    /* border-bottom: 1px solid #aaaaaa; */
    position: absolute;
    border-bottom-left-radius: 1%;
    border-bottom-right-radius: 35%;
}

.line-top2 {
    background-color: #ffffff00;
    width: 27px;
    transform: rotate( 214deg);
    height: 19px;
    top: 36px;
    left: 50px;
    /* border-bottom: 1px solid #c1c1c1; */
    position: absolute;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 1px;
}

.line-top2 svg {
    position: absolute;
    top: 9px;
    left: -5px;
    font-size: 18px;
    color: #aaa;
}

.line-top1 svg {
    position: absolute;
    top: 9px;
    left: 19px;
    font-size: 18px;
    color: #aaa;
}

.disableLocation {
    background: #e2dcdc !important;
}

.disableLocationText {
    opacity: 0.3 !important;
}

.disableCity {
    display: block;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #000 !important;
}

.cityName {
    outline: 0px;
    border: none;
    padding: 0px;
    background: transparent;
}

button:focus {
    outline: 0px;
}

.arrow1 {
    animation: slide1 3s ease-in-out infinite;
}

.arrow2 {
    animation: slide2 3s ease-in-out infinite;
}

@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 0);
    }
}

@keyframes slide2 {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, 0);
    }
}

.arrowsWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-36%, -50%);
}

.rotating-slider ul.slides li {
    box-sizing: initial !important;
}

#carSection {
    margin-top: -1000px;
}

#locationSection {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
    bottom: -250px;
}


/* 
.introLocation {
    position: relative;
} */

.introLocation::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 200px;
    border-radius: 150px 150px 0 0;
    background-color: #e0e0e0;
    z-index: -1;
}

.activeLocation {
    position: absolute;
    background: url(../images/activeLoc.svg);
}

.cityLocationActive {
    color: #42a008 !important;
}

#map {
    border: 0;
    height: 100vh;
    width: 100%;
}

.gm-fullscreen-control {
    display: none;
}

.selectCountry {
    position: relative;
}

.selectCountry img {
    position: relative;
    left: 0;
    width: 100%;
    top: 0px;
}

.countryBox img {
    max-width: 130px;
    position: absolute;
}

.omanImg img {
    top: 77%;
    left: 61%;
}

.bahrainImg img {
    top: 22%;
    left: 16%;
}

.kuwaitImg img {
    top: 2%;
    left: -10px;
}

.qatarImg img {
    top: 43%;
    left: 28%;
}

.uaeImg img {
    top: 57%;
    left: 49%;
}

.selectCountry {
    background-image: url(../images/mapImg.svg);
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
}

.overlayCountry {
    position: absolute;
    height: 400px;
    top: 50%;
    width: 100%;
    transform: translate(10px, -50%);
}

.selectCountry:before {
    position: absolute;
    content: '';
    background: #dff2ff;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* New Country Location */</pre></body></html>