<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    position: relative;
    margin: 0;
    background: #fff;
}

:hover:focus {
    outline: 0
}

.car-offers-outer .container {
    max-width: 1300px;
    width: 100%
}


/*.item-car-info:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.item-car-info img{
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
}*/

.overflow-hidden {
    overflow: hidden !important;
}

.offer-discount {
    padding: 10px 22px;
    font-size: 15px;
    left: 16px;
    bottom: 62px;
    border-radius: 20px;
    background: #000 !important;
}

.car-item-name {
    font-size: 16px;
    padding-top: 6px;
    font-weight: 600;
    line-height: normal;
}

.item-car-info {
    margin-top: 20px;
    box-shadow: 1px 1px 6px #00000017;
}

.actual-price {
    font-size: 16px;
}

.actual-price::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #c82f2f;
    left: 0px;
    transform: translate(0%, 50%);
    top: 50%;
}

.other-info {
    color: rgb(119, 119, 119);
    padding-top: 20px;
    margin-top: 15px;
    font-family: "Saira Condensed", sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgb(234, 234, 234);
}

.car-item-name {
    font-size: 22px;
    padding-top: 6px;
    font-weight: 600;
    line-height: normal;
    background: #e7e7e7;
    padding: 13px 15px;
    color: #000;
    margin-top: 13px;
}

.offer-price h4 {
    display: inline-block;
    position: relative;
    color: #FFF;
    font-size: 22px;
    background: #0b2d5a;
    margin: 0px;
    clear: both;
    line-height: 48px;
    padding: 0px 10px;
    font-weight: 400;
}

.offer-price h4::after {
    border-bottom: 48px solid #0b2d5a;
    border-left: 38px solid transparent;
    content: "";
    position: absolute;
    left: -38px;
    top: 0;
}

.discount-info {
    padding-left: 8px;
    color: #000000;
    font-size: 18px;
    text-align: right;
    margin-right: 7px;
}

.discount-info::after {
    content: '';
    position: absolute;
    width: 95px;
    height: 1px;
    background: #000000;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.discount-info b {
    color: #025d0d;
    font-size: 17px;
}

.other-car-info {
    bottom: 2px;
    font-size: 12px;
    padding-left: 8px;
    color: #08940c;
}

.offer-day {
    font-size: 16px;
    font-weight: 600;
    padding-left: 8px;
    color: #232323;
}

.offer-day b {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
}

.item-car-info:hover {
    box-shadow: 1px 1px 6px #0000002e;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.my-nav .container {
    max-width: 1300px;
    width: 100%;
}

.offer-car-submenu ul li {
    text-transform: capitalize;
    font-size: 17px;
    padding-left: 20px;
}

.offer-car-submenu ul li a {
    color: #000 !important
}

.my-nav {
    background: #fff !important;
    padding: 14px 0px;
    box-shadow: 1px 1px 6px #0000002b;
}

.mb-7 {
    margin-bottom: 5rem;
}

.selfdrive-logo img {
    max-width: 190px;
    height: auto;
}

.Portfolio-car {
    position: relative;
    transition-duration: 0.4s;
    animation: winanim 0.5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.Portfolio-car img {
    height: auto;
}

.desc {
    padding: 5px;
    text-align: center;
    font-size: 90%;
    background: black;
    color: hotpink
}

.inner-car-product .nav li a {
    margin: 0px 13px;
    font-size: 14px;
    color: #000 !important;
    background: #ffffff;
    transition-duration: 0.4s;
    width: 120px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    box-shadow: 0px 0px 3px #cccccc61;
    border: 1px solid #f9f9f9;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.category-car-icon img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 50px;
    display: block;
    margin: 23px auto -3px auto;
    height: auto;
}


/*.inner-car-product .nav .active .category-car-icon {
    display: block;
    border: 1px solid #999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: 23px auto 8px auto;
    background: #fff;
    color: #535353;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.inner-car-product .nav .category-car-icon {
    display: block;
    border: 1px solid #dcdcdc;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: 23px auto 8px auto;
    background: #f1f1f1;
    color: #808080;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}*/

.inner-car-product .nav .active {
    border-color: #afabab !important;
    background: #0b2d5a;
    color: #fff !important;
}

@keyframes winanim {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}


/*.banner-wrap-img {
    background: url(../images/emiratesNbdOfferBannerBlankNew.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: top center;
    height: 100%;
    padding-bottom: 4rem;
}*/

#car-offers-wrap {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

#car-offers-wrap-bg {
    background: url(../images/bg-product.jpg);
    background-attachment: fixed;
    background-position: center;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.offer-car-submenu ul li a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.offer-car-submenu ul li a:hover {
    background: #007bff;
    color: #fff !important;
    border-radius: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.offer-details .container {
    max-width: 1300px;
    width: 100%;
}

.offer-details {
    background: #f9f9f9;
    padding-top: 4rem;
    padding-bottom: 9rem;
    position: relative;
}

.offer-info-inner h3 {
    font-weight: 600;
    color: #000;
    font-size: 32px;
    padding-bottom: 18px;
}

.offer-info-inner span {
    font-weight: 600;
    color: #007bff;
    font-size: 28px;
    display: block;
}

.subline {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    padding-left: 25px;
    padding-bottom: 10px;
}

.subline::after {
    content: '';
    position: absolute;
    background: #b3b3b300;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    border: 1px solid #adadad;
}

.offer-info-inner {
    background: #fff;
    box-shadow: 1px 1px 7px #00000014;
    padding: 30px 20px 20px 20px;
    min-height: 249px;
}

.inner-car-product .tab-content {
    margin-top: 30px;
}

.inner-car-product .nav li a:hover {
    border-color: #0b2d5a !important;
}

.terms-condition-inner {
    padding: 20px 28px;
    margin-top: 3rem;
}

.terms-condition-inner p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 12px;
}

.how-to-avail {
    background: #007bff;
    padding: 4rem 0px 4rem 0px;
    margin-bottom: 3rem
}

.Validity-sec {
    padding: 10px 10px 10px 10px;
    color: #182663;
    text-align: right;
    font-weight: 600;
}

.Validity-sec span {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.terms-info a i {
    background: #182663;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    padding: 7px 8px;
    margin-top: 9px;
    margin-right: 2px;
}

.second_slogan {
    font-size: 30px;
    padding-top: 2rem;
    color: #6d6d6d;
}

.terms-info {
    left: 10px;
    top: 10px;
}

.terms_condition_rules {
    padding: 10px 16px;
    border-top: 1px solid #dedede;
}

.terms-condition-inner p {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 19px;
    margin-bottom: 12px;
    position: relative;
    border-radius: 50%;
    padding-left: 20px;
}

.terms-condition-inner p::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #a2a2a2;
    border-radius: 50%;
    left: 0px;
    top: 4px;
}

.terms-info a {
    color: #000;
    padding-left: 10px;
    cursor: default;
    margin-top: 12px;
    display: block;
    font-weight: 500;
}

.text-decoration-none {
    text-decoration: none !important;
}

.terms-img&gt;img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 411px;
    width: 100%;
}

.highlight-text-offer {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 32px;
    font-weight: 300;
    text-align: left;
    padding-top: 10rem;
    padding-left: 60px;
    padding-bottom: 4rem;
}

.bg-Rak_info {
    background: url(../images/RAkbanktextBG2.jpg);
    background-size: inherit;
    background-repeat: no-repeat;
    width: 100%;
    background-position: bottom right;
}

.highlight-text-offer span {
    display: block;
    font-weight: 400;
    font-size: 42px;
    text-transform: capitalize;
    line-height: 45px;
    color: #000;
}

.discount-elements&gt;img {
    max-width: 360px;
    height: auto;
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.terms-condition-wrap {
    background: #fff;
}

span.and_title {
    font-size: 50px;
    font-weight: 300;
    padding-bottom: 0px;
}

span.islamic_bank {
    font-size: 53px;
    line-height: 50px;
}

span.card_title {
    font-weight: 300;
    color: #ececec;
    font-size: 34px;
}


/*#car-offers-wrap::after{
    position: absolute;
    content: '';
    background: url(../images/parallax2_12.jpg);
    background-size:cover;
    background-attachment:fixed;

}*/


/*.offer-info{
     background: url(../images/ENBDtextBG.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/

.other-rental-info {
    background: #ece9e9;
    text-align: right;
    padding: 5px 0px;
    padding-right: 10px;
}

.rental-duration {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.dropdown-toggle span img {
    width: 25px;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.img-set {
    text-align: center;
    padding: 30px 0px 15px 0px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/bars.svg) !important;
}

.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    margin-right: 12px;
}

.offer-car-submenu .btn {
    background: #fff;
}

.offer-car-submenu .btn:hover:focus {
    box-shadow: none;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    margin-left: -139px;
}

.offer-info {
    padding-top: 4rem;
}

.offer-info h2 {
    font-weight: 300 !important;
    font-size: 50px;
}

.offer-info .offer_subinfo {
    font-size: 32px;
    font-weight: 300;
    color: #3d3d3d;
    margin-bottom: 25px;
    margin-top: 20px;
}

.offer-info .offer_subinfo span {
    color: #e91c21;
}

.banner-wrap-img {
    box-shadow: 1px 1px 10px #0000002e;
    background: url(../images/RAKweboffer.jpg);
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 569px;
}

.offer-info h4 {
    font-weight: 300 !important;
    font-size: 26px;
    margin-bottom: 30px;
    color: #323232;
    margin-top: 30px;
}

.offer-info .bottom_line {
    font-weight: 300;
    font-size: 18px;
    color: #000;
}


/*media query start*/

@media screen and (min-device-width:768px) and (max-device-width:902px) {
    .highlight-text-offer {
        padding-top: 4rem;
    }
}

@media screen and (min-device-width:320px) and (max-device-width:767px) {
    .selfdrive-logo {
        width: 80%;
        display: block;
        text-align: center;
    }
    .highlight-text-offer {
        padding-top: 4rem;
    }
    .navbar-toggler {
        margin-right: 10px;
        width: 10%
    }
    .navbar-dark .navbar-brand {
        margin-left: 10px;
    }
    .inner-car-product .nav li a {
        margin: 0px 10px;
        width: 80px;
        height: 80px;
        font-size: 13px;
    }
    .category-car-icon img {
        width: 39px;
        margin: 10px auto -3px auto;
    }
    .offer-price h4 {
        font-size: 19px;
        padding: 0px 8px;
    }
    .terms-info {
        background: #efefef;
        float: none !important;
        text-align: center;
    }
    .terms-info a {
        color: #000;
        padding-left: 0px;
        font-size: 15px;
    }
    .terms-info a i {
        font-size: 11px;
        padding: 6px 8px;
    }
    .Validity-sec {
        text-align: center;
        font-size: 15px;
    }
    .Validity-sec span {
        font-size: 16px;
    }
    .terms-condition-inner {
        background: #fff;
    }
    .hidden-xs {
        display: none !important
    }
    .terms-img&gt;img {
        position: relative;
    }
    .highlight-text-offer span {
        font-size: 34px;
        text-transform: capitalize;
        line-height: 34px;
    }
    span.card_title {
        font-size: 28px;
    }
    .discount-elements&gt;img {
        max-width: 260px;
    }
    .offer-info h2 {
        font-size: 45px;
    }
    /* fees  page responsive */
    .innoAward img {
        max-width: 150px;
    }
    .award .img3 {
        width: 335px;
        max-width: 317px;
    }
    .award {
        max-width: 305px !important;
        width: 305px !important;
    }
    .fees {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .feesList ul li {
        font-size: 14px !important;
    }
    .h80 {
        height: 80px;
    }
    .h147 {
        height: 147px !important;
    }
    .feesList ul li .txt {
        width: 78% !important;
    }
    .feesList ul li .price {
        width: 32% !important;
        font-size: 13px !important;
    }
    .fees h6 {
        font-size: 18px !important;
    }
    .fees h1 {
        font-size: 30px !important;
    }
    .fees h6 br {
        display: none;
    }
}

@media screen and (min-device-width:320px) and (max-device-width:400px) {
    .highlight-text-offer {
        padding-top: 0;
        padding-left: 20px
    }
    .offer-info h2 {
        font-size: 45px;
    }
    .offer-info {
        padding-top: 2rem;
    }
    .offer-price h4::after {
        display: none;
    }
    .inner-car-product .nav li a {
        margin-bottom: 16px;
    }
    .for_leftmargin1 {
        float: left;
        margin-left: 25px;
    }
    .fot_add {
        list-style: none;
    }
    .second_slogan {
        font-size: 30px;
        padding-top: 20px;
        color: #6d6d6d;
        padding-bottom: 25px;
    }
    .award img {
        width: 150px
    }
    .award .img3 {
        width: 335px;
        max-width: 317px;
    }
    .selfdrive-logo {
        width: 60%;
    }
}

.fees {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #f7f7f7;
}

.fees .container {
    max-width: 1300px;
    width: 100%;
}

.secTitle {
    padding-top: 3rem;
}

.fees h1 {
    font-size: 43px;
    color: #000;
    font-weight: 600 !important;
    font-family: "op_semi";
    padding-bottom: 5px;
}

.fees h6 {
    font-size: 25px;
    font-weight: 300 !important;
}

.feesList {
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 30px 25px;
    margin: 1rem 0px 1rem 0px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #00000014;
}

.feesList ul li {
    display: flex;
    list-style: none;
    font-size: 15px;
    border-bottom: 1px dashed #d2d2d2;
    padding: 10px 0px;
    margin-bottom: 5px;
    color: #424242;
}

.feesList ul li .price {
    width: 32%;
    float: right;
    text-align: right;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    font-weight: normal !important;
    margin-left: 5px;
    color: #000;
}

.feesList ul li .txt {
    float: left;
    width: 70%;
    padding-right: 15px;
}

.feesList ul li .txt i {
    margin-right: 16px;
    display: block;
    float: left;
    height: 100%;
    font-size: 16px;
    position: relative;
    color: #868686;
}

.feesList .fa-square {
    font-size: 12px !important;
    position: relative !important;
    top: 5px;
}

.categoryHead {
    background: #efefef;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    border-bottom: 1px solid #ccc !important;
    font-weight: 600;
}

.h147 {
    height: 100px;
}

.award {
    width: 600px;
}</pre></body></html>