<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "harbar";
    font-display: auto;
    src: url("../fonts/Harabara.ttf"), url("../fonts/Harabara.otf")
}

@font-face {
    font-family: "pop_on";
    src: url(../fonts/Poppins-Regular.woff), url(../fonts/Poppins-Regular.otf), url(../fonts/Poppins-Regular.ttf), url(../fonts/Poppins-Regular.eot)
}

@font-face {
    font-family: "rubee";
    src: url(../fonts/Rubik-Light.ttf)
}

.section-div {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.section_moblft {
    width: 50%;
    float: left;
    margin: 20px 0 60px;
}

.section_mobryt {
    width: 50%;
    float: right;
    vertical-align: bottom;
    text-align: center;
}

.section_mobryt img {
    width: 113%;
    float: none;
}

.sec_dv_img {
    float: left
}

.app_info_section {
    padding: 40px 0 0
}

.app_main_txt {
    font-size: 46px;
    font-family: "roboto_lght";
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px
}

.app_main_txt1 {
    font-size: 30px;
    font-family: "roboto_lght";
    text-transform: capitalize;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px
}

.app_main_para {
    font-size: 22px;
    font-family: "roboto_lght";
    color: #000;
    font-weight: 400;
    margin-bottom: 60px
}

.app_left {
    width: 49%;
    float: left;
}

.app_left1 {
    width: 37%;
    float: left;
    margin-left: 40px
}

.qr_code_txt {
    font-size: 18px;
    font-family: "robo_reg";
    float: left;
    margin-bottom: 5px;
    color: #000
}

.q_code {
    float: left;
    margin-right: 58px;
    width: 180px;
}

.or_img {
    margin-top: 12px;
    float: left
}

.trav_say {
    width: 100%;
    float: left;
    text-decoration: inherit
}

.tsay_head {
    font-size: 40px;
    font-family: "robo_thin";
    width: 100%;
    color: #FFF;
    text-align: center;
    padding-bottom: 6px;
    margin-top: 45px
}

.trav_car_name {
    font-size: 26px;
    font-family: "roboto_lght";
    margin: 15px 0 10px;
    text-align: center;
    color: #FFF
}

.trav_city_name {
    font-size: 20px;
    font-family: "roboto_lght";
    margin: 0 0 30px;
    line-height: 15px;
    text-align: center;
    color: #FFF
}

.trav_say1 {
    display: block;
    height: 60px;
    font-family: "roboto_lght";
    line-height: 26px
}

.trav_say1 P {
    text-align: justify;
    color: #fff;
    font-family: "roboto_lght";
    border-top: 1px solid #ccc;
    padding: 10px 20px;
}

.trav_say_main {
    display: block;
    padding: 0 30px 20px;
    position: relative;
    overflow: hidden
}

.trav_name {
    font-size: 30px;
    color: #fef8cc;
    font-family: "roboto_lght";
    margin: 25px 0 15px;
    text-align: center;
    display: block
}

.trav_name img {
    margin: 0 auto;
    text-align: center
}

.test_img1 {
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin: 5px
}

.test_img {
    position: relative;
    margin: 0 auto;
    text-align: center
}

.type-2 {
    float: right;
    margin: 94px 25px 10px 0px;
}

.button {
    float: right;
    max-width: 250px;
    display: block;
    padding: 12px 20px;
    border: none;
    background: none;
    color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 4px;
    cursor: pointer;
    font-family: "robo_reg";
    font-size: 18px
}

.button.button-sc {
    background: #af0008;
    color: #fff;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s
}

.button-sc::before,
.button-sc::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

.button-sc::before {
    background: #d0171e
}

.button-sc::after {
    background: #fff
}

.button-sc:hover {
    color: #000
}

.button-sc:hover::before,
.button-sc:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.button-sc:hover::after {
    -webkit-transition-delay: .175s;
    transition-delay: .175s
}

.section-hiw {
    float: left;
    width: 100%;
    padding: 0 0 60px;
    margin-top: 0
}

.how-itworks {
    float: left;
    width: 25%;
    z-index: 1
}

.how-itworks-title {
    font-size: 38px;
    text-align: center;
    margin: 40px 0;
    font-family: "roboto_lght";
    color: #fff
}

.how-circle {
    background: #fff;
    border-radius: 50%;
    border: 2px solid #FFF;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    box-shadow: 0 1px 2px 2px #ccc
}

.how-circle img {
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px 10px 15px;
    width: 90px
}

.how-itworks strong {
    float: left;
    width: 100%;
    padding: 15px 0 0;
    font-size: 22px;
    font-family: "roboto_lght";
    text-align: center;
    font-weight: 400
}

.how-itworks strong span {
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    font-family: "roboto_lght";
    text-align: center;
    font-weight: 400
}

.how-itworks h2 {
    float: left;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    font-family: "roboto_lght";
    text-align: center
}

.how-itworks h3 {
    float: left;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    font-family: "roboto_lght";
    text-align: center;
    height: 20px;
}

.doted-line {
    border-bottom: 1px dashed #adabab;
    position: absolute;
    left: 50%;
    right: 50px;
    transform: translate(-50%, -50%);
    margin-top: 64px;
}

.how-circle:hover {
    border: 2px solid #1168bd;
    transition: all 500ms ease 0
}

.how-itworks:hover .how-circle {
    border: 2px solid #1168bd;
    transition: all 500ms ease 0
}

.top-mrgn {
    margin-top: 50px
}

.sa {
    float: left;
    width: 100%;
    font-family: "roboto_lght";
    padding: 15px 26px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px #ccc
}

.sa-title {
    float: left;
    width: 100%;
    font-size: 38px;
    text-align: center;
    margin: 20px 0 50px;
    font-family: "roboto_lght";
    line-height: 48px
}

.sa img {
    float: left
}

.sa strong {
    float: left;
    width: 80%;
    font-size: 22px;
    font-family: "roboto_lght";
    font-weight: 400;
    padding: 0 0 0 5px
}

.sa p {
    float: left;
    width: 80%;
    padding: 10px 0 10px 5px;
    font-size: 16px;
    line-height: 20px;
    font-family: "roboto_lght";
    text-align: left
}

.sa i {
    float: right;
    font-size: 24px;
    line-height: 20px;
    text-align: right
}

.sa .prev {
    float: left;
    position: absolute;
    left: 12%;
    margin-top: 14px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #FFF;
    padding: 8px 10px
}

.sa .next {
    float: right;
    position: absolute;
    right: 7%;
    margin-top: 14px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #FFF;
    padding: 8px 10px
}

.doted-line-sa {
    border-bottom: 1px dashed #fff;
    margin-top: 180px;
    width: 1000px;
    margin-left: 100px;
    margin-bottom: 240px
}

.doted-line-sa1 {
    border-bottom: 1px dashed #fff;
    margin-top: 300px;
    width: 1000px;
    margin-left: 100px
}

.hiw-count {
    width: 100%;
    height: aut;
    float: left;
    background-image: url(../images/uae_background.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.whtclr {
    color: #fff
}

.shdw {
    box-shadow: 0 1px 2px 2px #272121
}

.we_serve {
    height: 500px;
    width: 100%;
    clear: both;
    background-image: url(../images/uae_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    position: relative;
    background-attachment: fixed
}

.we_title {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 20px;
    font-family: "roboto_lght"
}

.light_bx_location_whbg2 {
    width: 148px;
    height: 128px;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    font-family: "op_semi";
    margin-bottom: 22px;
    margin-top: 41px;
    border-radius: 5px
}

.light_bx_location_whbg2 img {
    margin-top: 10px
}

.we_dl_text {
    font-size: 38px;
    font-family: "roboto_lght";
    color: #fff;
    text-transform: none;
    padding: 0;
    margin: 120px 0 0;
    width: 100%;
    text-align: center
}

.head_line {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #140916 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #140916 100%);
    background: linear-gradient(to right, #fff 0%, #140916 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#140916', GradientType=1);
    height: 1px;
    width: 250px;
    float: right;
    margin-top: 20px
}

.boxbg {
    box-shadow: inset 0 0 0 35px #fff;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform .3;
    transition: box-shadow 0.3s, transform .3s;
    border-radius: 5px;
    height: 128px
}

.boxbg:hover {
    box-shadow: inset 0 0 0 0 #1168bd;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.section1 {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    /* background-image: url(../images/sketch_bg.jpeg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover */
}

.sectionIn {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}

.section-count {
    width: 100%;
    height: aut;
    float: left;
    background-image: url(../images/uae_background.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

.company_logo {
    float: left;
    height: 370px;
    width: 666px;
    padding-top: 98px;
    text-align: center
}

.company_logo img {
    margin-left: 12px;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #ccc
}

.company_logo img:hover {
    border: 1px solid #000
}

.company_logo a {
    padding: 0;
    display: block
}

.banner {
    min-height: 390px;
    padding: 0;
    padding-top: 0;
    width: 490px;
    position: relative;
    float: right
}

.banner_cnt {
    padding-top: 88px
}

.banner_cnt h3 {
    font-size: 30px;
    line-height: 1.433333;
    text-transform: uppercase;
    font-family: "bodytxt"
}

.banner_cnt h4 {
    font-size: 23px;
    line-height: 1.25;
    margin-top: 4px;
    font-family: "bodytxt"
}

.banner_cnt p {
    text-align: left;
    margin-top: 10px;
    font-family: "bodytxt";
    line-height: 24px;
    font-size: 15px;
    text-align: justify
}

.index_abt_info {
    margin-top: 8px;
    text-align: left
}

.index_abt_info a {
    font-family: "bodytxt";
    font-size: 16px;
    padding: 0;
    color: #000
}

.index_abt_info:hover a {
    color: #c00f16;
    cursor: pointer
}

.index_abt_info i {
    font-size: 16px;
    margin-top: 4px;
    margin-left: 5px
}

.trav_say_contant {
    width: 100%;
    float: left;
    background-image: url(../images/uae_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    position: relative;
    background-attachment: fixed;
    text-decoration: inherit
}

.st_slid {
    width: 100%;
    height: 500px;
    float: left;
    text-align: center;
    color: #FFF;
    font-size: 17px;
    font-family: "robo_light"
}

.tsay_head {
    font-size: 40px;
    font-family: "robo_thin";
    width: 100%;
    color: #FFF;
    text-align: center;
    padding-bottom: 32px;
    margin-top: 45px;
}


/* .seo_say {

    padding-top: 30px

} */

.selfdrive_contant {
    text-align: justify;
    font-size: 17px;
    line-height: 30px;
    color: #e7e7e7
}

.section_divid {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

.section_divid1 {
    width: 100%;
    float: right;
    padding-bottom: 80px
}

.section_divid1 a {
    padding: 0
}

.text-primary1 {
    margin-bottom: 8px;
    font-family: "op_light";
    font-size: 40px;
    text-transform: none;
    font-weight: 400
}

.hr_color {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0%, #3c3c3c 49%, #fff 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #3c3c3c 49%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #3c3c3c 49%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    height: 1px;
    border: 0
}

.text_algn_styl {
    margin: 15px 0 25px;
    font-family: "op_light";
    font-size: 32px;
    text-transform: none;
    font-weight: 400
}

.post {
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.post:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute
}

.post img {
    width: 100%;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border: #afafaf 1px solid
}

.post:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.clientele_logo {
    float: left;
    min-height: 1px;
    padding: 10px 10px 5px 5px;
    position: relative
}

.clientele-link {
    margin: 20px auto 0;
    text-align: center;
    float: left;
    width: 100%
}

.clientele-link a {
    font-family: "bodytxt";
    font-size: 16px;
    padding: 0;
    color: #000
}

.clientele-link:hover a {
    color: #c00f16;
    cursor: pointer
}

.clientele-link i {
    font-size: 16px;
    margin-top: 4px;
    margin-left: 5px
}

.count_1 {
    width: 25%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 52px;
    margin-bottom: 70px
}

.count_icon_circle {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #858585;
    margin-left: 106px;
    margin-top: 20px
}

.count_icons_img {
    margin-top: 12px
}

.count_icons_img1 {
    margin-top: 15px;
    margin-left: 5px
}

.count_text {
    font-size: 45px;
    font-family: "roboto_lght";
    color: #fff;
    margin: 0;
    padding: 0;
    margin-top: 10px
}

.count_title {
    font-size: 19px;
    color: #ccc;
    margin: 0;
    padding: 0;
    font-family: "bodytxt"
}

.emirates_txt {
    font-size: 21px
}

.pwa_section {
    width: 100%;
    padding: 30px 0 0;
    float: left
}

.pwa_title {
    font-size: 24.5px;
    color: #222;
    margin-bottom: 10px
}

.pwa_leftmob {
    width: 100%;
    height: 434px;
    float: left;
    padding: 80px 0 0;
    background-image: url(../images/selfdrive_pwa2.png);
    background-position: left;
    background-repeat: no-repeat
}

.pwa_left {
    width: 35%;
    text-align: center;
    padding-left: 420px
}

.pwa_right {
    width: 100%;
    float: left;
    height: 500px;
    background-image: url(../images/uae_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100%;
    position: relative;
    background-attachment: fixed
}

.go_app_top {
    margin: 10px 0px 10px;
}
.go_app {
    margin: 10px 0px 10px;
}
.go_app_top img {
    width: 180px;
}
.go_app img {
    width: 180px;
}

.pwa_img {
    margin-top: 20px;
    margin-right: 87px
}

.pwa_img1 {
    margin-top: 15px
}

.pwa_or {
    margin: 0 auto
}

.location-popup {
    float: left;
    width: 760px;
    height: 430px;
    background-color: #fff;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.50)
}

.location-popup ul {
    width: 360px;
    padding: 0;
    float: left;
    margin: 0 10px
}

.location-popup ul li {
    font-family: "robo_reg";
    font-size: 16px;
    line-height: 40px;
    list-style-type: none;
    border-bottom: 1px dashed #ccc
}

.location-popup ul li:hover {
    background-color: #edf7ff;
    transition: all 500ms ease 0
}

.location-popup ul li::before {
    margin: 0 8px;
    color: #094f93;
    content: '\f041';
    font-family: 'FontAwesome'
}

.location-popup .location-hed {
    width: 100%;
    background-color: #f6f6f6;
    border-top: 1px solid #f6f6f6;
    margin: 2px 0 10px
}

.location-popup .location-hed span {
    font-family: "roboto_lght";
    font-size: 26px;
    color: #010101;
    margin: 15px auto;
    line-height: 50px;
    text-align: left;
    background-color: #f6f6f6;
    padding-left: 15px
}

.close_button {
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #efefef;
    cursor: pointer;
    right: 8px;
    margin: 5px 5px 0 0
}

.close_button:hover {
    background-color: #e9e9e9;
    border: 1px solid #CCC;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

.close_button a {
    padding: 0
}

.location-popup .lctn {
    height: 300px;
    overflow-y: scroll
}

.footer_new {
    float: left;
    background-color: #434343;
    width: 100%;
    padding-top: 28px;
    height: auto
}

.dubai_city_tit {
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 31px;
    font-family: "robo_thin"
}

.dubai_city_tit h2 {
    font-size: 34px;
    margin: 25px 0 0
}

.city_fleet {
    padding-bottom: 50px;
    padding-top: 10px
}

.city_fleet li {
    color: #fff;
    font-size: 18px;
    margin-right: 50px;
    font-family: "roboto_lght";
    float: left;
    line-height: 24px;
    padding-bottom: 20px
}

.texthd {
    color: #ffffff;
    font-size: 16px;
    font-family: "roboto_lght";
    text-align: left;
    padding: 8px 18px;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
}

.terminalInfo {
    padding-left: 20px;
}

.collapseBox {
    background-color: #8c8c8c4d;
    border-radius: 5px;
    border: 1px solid #747474;
    margin-bottom: 17px;
    transition: 0.2s;
}

.collapseBox:hover {
    border: 1px solid #ffffff;
    background-color: #27000057;
    transition: 0.2s;
}

.texthd i {
    float: right;
    font-size: 28px;
    position: relative;
    top: 0px;
    opacity: 0.5;
}

.ldng {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
    overflow: hidden;
    width: 120px;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff2f2;
    color: #fff2f2;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff2f2;
    color: #fff2f2;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff2f2;
    color: #fff2f2;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        background-color: #fff2f2;
    }
    50%,
    100% {
        background-color: #f99999;
    }
}


/*========== company logo section =============*/

.compnay-logo {
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
    float: left;
}

.compnay-logo img {
    transition: transform .2s;
    padding: 0;
    margin: 0 0 0 87px
}

.compnay-logo img:hover {
    transform: scale(0.9);
}

.compnay-logo3 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    float: left;
}

.compnay-logo3 img {
    transition: transform .2s;
    padding: 0;
    margin: 0 0 0px 87px
}

.compnay-logo3 img:hover {
    transform: scale(0.9);
}

.compnay-logo1 {
    position: relative;
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
    float: left;
    width: 100%
}

.compnay-lo img {
    position: relative;
}

.compnay-lo img:hover {
    p background-image: url(../images/check-157822_960_720.png);
}

.compnay-logo1 img {
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) contrast(60%);
    -webkit-transition: .3s ease-in-out;
    -orphans-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
    margin: 0 30px 15px 30px;
}

.compnay-logo1 img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    border: 1px solid #f00;
}

.compnay-logo2 {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    float: left;
    width: 100%
}

.compnay-logo2 img {
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) contrast(60%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin: 0 30px 0px 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
}

.compnay-logo2 img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    border: 1px solid #f00;
}

.effect.effect-5 {
    transition: all 0.2s linear 0s;
}

.effect.effect-5:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: rgba($overlay-color, 0.3);
    border-radius: 0 50% 50% 0;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: all 0.2s linear 0s;
}

.effect.effect-5:hover {
    text-indent: 30px;
}

.effect.effect-5:before {
    transform: scale(1, 1);
    text-indent: 0;
}

.compnay-logo4 {
    position: relative;
    margin: 30px 0 20px 0;
    padding: 0;
    text-align: center;
    float: left;
}

.compnay-logo4 .cmp1 {
    position: relative;
    margin: 0 12px 0 70px;
    padding: 0;
    display: inline-block;
}

.compnay-logo4 .cmp1 a {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
    transition: transform .2s;
}

.compnay-logo4 .cmp1 p {
    position: relative;
    display: block;
    margin: 20px auto;
    padding: 0;
    text-transform: uppercase;
    font-family: "roboto_lght";
    font-weight: 600
}

.compnay-logo4 a img {
    padding: 10px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100px;
    height: 120px;
    width: 120px;
    box-shadow: 0 1px 2px 2px #ccc;
    transition: transform .2s;
}

.compnay-logo4 a:hover img {
    animation: bounce 1s;
    box-shadow: 0px 1px 9px 0px #0e97fb;
}

.compnay-logo5 {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    float: left;
}

.compnay-logo5 .cmp1 {
    position: relative;
    margin: 0 12px 0 70px;
    padding: 0;
    display: inline-block;
}

.compnay-logo5 .cmp1 a {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
    transition: transform .2s;
}

.compnay-logo5 .cmp1 p {
    position: relative;
    display: block;
    margin: 20px auto;
    padding: 0;
    text-transform: uppercase;
    font-family: "roboto_lght";
    font-weight: 600;
}

.compnay-logo5 a:hover img {
    animation: bounce 1s;
    box-shadow: 0px 1px 9px 0px #0e97fb;
}

@keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

p.brand-logos1 {
    font-size: 40px;
    text-align: center;
    padding: 10px 0 35px 0;
    margin: 0 0 0 88px;
    font-family: "op_light"
}

p.brand-logos6 {
    font-size: 40px;
    text-align: center;
    padding: 10px 0 35px 0;
    margin: 0 0 0 0px;
    font-family: "op_light"
}

.compnay-logo5 img {
    padding: 10px;
    margin: 0 0 0px 0px;
    background-color: #fff;
    border-radius: 100px;
    height: 120px;
    width: 120px;
    box-shadow: 0 1px 2px 2px #ccc;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}


/*========== company logo section =============*/


/*========== whatsup call ================*/

.whatsappFloating {
    position: fixed;
    /* width: 60px;
    height: 60px; */
    bottom: 20%;
    right: -142px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 30px 0px 0px 30px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 10px 15px;
    transition: all ease-in-out 0.3s;
    font-family: "roboto_lght";
}

.my-float {
    margin-top: 0px;
}

.whatsappFloating i {
    position: relative;
    float: left;
}

.whatsappFloating span {
    font-size: 16px;
    margin: 8px 0px 0px 14px;
    line-height: 18px;
    position: relative;
    float: left;
    font-weight: bold;
}

.whatsappFloating:hover {
    padding-right: 30px;
    right: 0;
}

.whatsapp {
    background-color: #33b142;
    border-style: solid;
    position: fixed;
    padding: 5px 10px 5px 10px;
    bottom: 40%;
    right: -92px;
    width: 125px;
    z-index: 999;
    border-radius: 0px 0 0 0px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff;
    border-radius: 50px 0 0 50px;
    cursor: pointer;
    border: 0
}

.whatsapp p {
    display: inline-block;
    margin: 0 0 0 12px;
    font-size: 16px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-family: "roboto_lght";
    line-height: 18px;
}

.whatsapp .whatsappicon {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.whatsapp .whatsappicon i {
    font-size: 32px;
    padding: 0 0 2px 4px
}

.whatsapp:hover {
    -webkit-transform: translate(-92px, 0);
    -moz-transform: translate(-92px, 0);
    -ms-transform: translate(-92px, 0);
    -o-transform: translate(-92px, 0);
    transform: translate(-92px, 0);
}

.whatsapp:hover p {
    transform: translate(7px, 0);
}


/*========== whatsup call ================*/

.appleBtn {
    position: absolute;
    right: 251px;
    bottom: 36px;
    max-width: 169px;
}

.playStoreBtn {
    position: absolute;
    right: 78px;
    bottom: 36px;
    max-width: 169px;
}


/* media query */


/* For 1024 Resolution */

@media only screen and (min-device-width: 1024px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 8%;
        max-width: 123px;
    }
    .playStoreBtn {
        position: absolute;
        right: 31px;
        bottom: 8%;
        max-width: 123px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1112px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 8%;
        max-width: 123px;
    }
    .playStoreBtn {
        position: absolute;
        right: 31px;
        bottom: 8%;
        max-width: 123px;
    }
}


/* For 1366 Resolution */

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 8%;
        max-width: 123px;
    }
    .playStoreBtn {
        position: absolute;
        right: 31px;
        bottom: 8%;
        max-width: 123px;
    }
}

@media only screen and (min-width: 1030px) and (max-width: 1200px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 8%;
        max-width: 142px;
    }
    .playStoreBtn {
        position: absolute;
        right: 31px;
        bottom: 8%;
        max-width: 142px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 8%;
        max-width: 142px;
    }
    .playStoreBtn {
        position: absolute;
        right: 46px;
        bottom: 8%;
        max-width: 142px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 8%;
        max-width: 160px;
    }
    .playStoreBtn {
        position: absolute;
        right: 46px;
        bottom: 8%;
        max-width: 160px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 8%;
        max-width: 170px;
    }
    .playStoreBtn {
        position: absolute;
        right: 54px;
        bottom: 8%;
        max-width: 170px;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 8%;
        max-width: 170px;
    }
    .playStoreBtn {
        position: absolute;
        right: 54px;
        bottom: 8%;
        max-width: 170px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1860px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 8%;
        max-width: 215px;
    }
    .playStoreBtn {
        position: absolute;
        right: 38px;
        bottom: 8%;
        max-width: 215px;
    }
}

@media screen and (min-width: 1920px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 9%;
        max-width: 234px;
    }
    .playStoreBtn {
        position: absolute;
        right: 57px;
        bottom: 9%;
        max-width: 234px;
    }
}

@media only screen and (min-width: 2300px) and (max-width: 2400px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 9%;
        max-width: 250px;
    }
    .playStoreBtn {
        position: absolute;
        right: 105px;
        bottom: 9%;
        max-width: 250px;
    }
}

@media only screen and (min-width: 2401px) and (max-width: 2560px) {
    .appleBtn {
        position: absolute;
        right: 16%;
        bottom: 9%;
        max-width: 250px;
    }
    .playStoreBtn {
        position: absolute;
        right: 137px;
        bottom: 9%;
        max-width: 250px;
    }
}

.terminalInfo li {
    text-align: left;
    margin-left: 18px;
    margin-left: 36px;
    padding-bottom: 10px;
}

.terminalInfoh5 {
    text-align: left;
    font-size: 16px;
    margin-left: 20px;
}

.documentTable table {
    padding: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.documentTable table th {
    padding: 5px;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    border: 1px solid #ccc;
    color: #fff;
}

.documentTable table td {
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #ccc;
    color: #fff;
}

.cancellationPolicy li {
    text-align: left;
    margin-left: 18px;
    color: #000;
    margin-left: 39px;
}

.rentingCar li {
    text-align: left;
    margin-left: 18px;
    color: #000;
    padding-bottom: 10px;
    margin-left: 40px;
}

.iconsSeo a i {
    background-color: #ccc;
    color: #323232;
    display: block;
    float: left;
    padding: 9px 12.8px;
    border-radius: 100%;
    line-height: normal;
    margin-right: 10px;
}

.iconsSeo1 a i {
    background-color: #ccc;
    color: #323232;
    display: block;
    border-radius: 100%;
    line-height: normal;
    margin-right: 10px;
    height: 17px;
    font-size: 16px;
    padding: 10px 11px 9px 12px;
    position: relative;
    top: 0px;
    float: left;
}

.mb-15 {
    margin-bottom: 15px;
}

.hseo2 {
    margin-bottom: 15px !important;
}

.collapseBoxInner {
    padding: 5px 0px;
    background: #00000091;
    margin: 10px 15px;
    border-radius: 5px;
}


/* christmas css */

.logo.pt {
    padding-top: 20px;
}

.cont_out {
    position: relative;
}

.contChristmas {
    position: relative;
    z-index: 1;
}

.christmasCont {
    background: rgb(42, 4, 40);
    background: -moz-linear-gradient(0deg, #2a0428 0%, #0a2447 50%, #090d32 100%);
    background: -webkit-linear-gradient(0deg, #2a0428 0%, #0a2447 50%, #090d32 100%);
    background: linear-gradient(0deg, #2a0428 0%, #0a2447 50%, #090d32 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2a0428", endColorstr="#090d32", GradientType=1);
    /* position: relative; */
}

.christmasCont .section1 {
    background: none;
}

.christmasCont .app_main_txt,
.christmasCont .app_main_txt1,
.christmasCont .app_main_para,
.christmasCont .qr_code_txt {
    color: #ffffff;
}

.christmasCont .q_code {
    background: #ffffff;
    padding: 4px;
    border-radius: 15px;
}</pre></body></html>