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: 14px;
    bottom: 95px;
    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;
}

.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: 1rem;
    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>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>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;
} */

.banner-wrap-img {
    /*background: url(../images/selfdriveAeFleetBanner.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;
}

#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;
}


/*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: 7px 10px;
        width: 80px;
        height: 80px;
        font-size: 13px;
    }
    .outerMonth ul li {
        width: 121px !important;
        font-size: 14px;
    }
    .inner-car-product .nav {
        margin-bottom: 0px!important;
    }
    .inner-car-product .nav li:nth-child(1) {
        margin-left: 28px;
    }
    .inner-car-product .nav li:nth-child(4) {
        margin-left: 64px;
    }
    .inner-car-product .nav li:nth-child(5) {
        margin-right: 80px;
    }
    .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>img {
        position: relative;
    }
    .highlight-text-offer span {
        font-size: 34px;
        text-transform: capitalize;
        line-height: 34px;
    }
    span.card_title {
        font-size: 28px;
    }
    .discount-elements>img {
        max-width: 260px;
    }
    .offer-info h2 {
        font-size: 45px;
    }
    .banner-wrap-img {
        min-height: 294px;
    }
    #car-offers-wrap {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }
    .outerMonth ul {
        margin-bottom: 1rem;
    }
    .outerMonth ul li {
        margin: 5px 10px !important;
    }
    .bookNowBtn {
        top: 16% !important;
        max-width: 218px !important;
        padding: 6px 20px !important;
    }
}

@media screen and (min-device-width:414px) and (max-device-width:767px) {
    .inner-car-product .nav li:nth-child(4) {
        margin-left: 104px;
    }
    .inner-car-product .nav li:nth-child(5) {
        margin-right: 98px;
    }
    .inner-car-product .nav li:nth-child(1) {
        margin-left: 55px;
    }
    .bookNowBtn {
        top: 22% !important;
        max-width: 218px !important;
        padding: 6px 20px !important;
    }
}

@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: 120px
    }
    .selfdrive-logo {
        width: 60%;
    }
}

.Wrapmonth {
    position: relative;
}

.outerMonth {}

.outerMonth ul {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2rem;
}

.outerMonth ul li {
    list-style: none;
    width: 150px;
    text-align: center;
    margin: 0px 10px;
    font-size: 15px;
    border-radius: 40px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.outerMonth ul li a {
    text-decoration: none;
    color: #fff;
}

.outerMonth ul li a h3 {
    font-size: 16px;
    padding-top: 10px;
}

.monthActive {
    background-color: #0da535 !important;
    border-color: #0da535 !important;
}

.offerCode {
    position: absolute;
    top: -7px;
    left: 21px;
    color: #0bbe1e;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
}

.DownpaymentSec {
    font-size: 14px;
    color: #fff;
    background: #448aff;
    text-align: center;
    padding: 6px 0px;
}

.DownpaymentSec span {
    line-height: 12px;
    font-size: 12px;
    color: #fff;
}

.DownpaymentSec span b {
    font-size: 18px;
}

.whatsapp {
    background-color: #33b142;
    border-style: solid;
    position: fixed;
    padding: 5px 10px 5px 10px;
    bottom: 40%;
    right: -92px;
    width: 141px;
    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 .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;
    color: #fff
}

.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;
    line-height: 18px;
    color: #fff
}

.whatsapp:hover p {
    transform: translate(7px, 0);
}

.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 a {
    text-decoration: none !important;
}

.callNow a {
    text-decoration: none !important;
}

.callNow {
    background-color: #448aff;
    border-style: solid;
    position: fixed;
    padding: 5px 10px 5px 10px;
    bottom: 33%;
    right: -92px;
    width: 140px;
    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;
}

.callNow .callNowicon {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.callNow .callNowicon i {
    font-size: 25px;
    padding: 7px 0 2px 4px;
    color: #fff;
    position: relative;
    left: -11px;
}

.callNow p {
    display: inline-block;
    margin: 0 0 0 0px;
    font-size: 16px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    line-height: 18px;
    color: #fff;
    line-height: 34px;
}

.callNow:hover p {
    transform: translate(-20px, 0);
}

.callNow: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);
}

@media screen and (max-device-width: 767px) and (min-device-width: 320px) {
    .award {
        max-width: 305px !important;
        width: 305px !important;
    }
    .award img {
        width: 150px
    }
    .award .img3 {
        width: 344px;
        max-width: 317px;
    }
    .for_leftmargin_tch2 {
        float: left !important;
        margin-left: 25px !important;
    }
    .two_head {
        margin-left: 25px !important;
    }
}

.fot_link li:hover,
.soc_links .fa.fa-facebook:hover,
.soc_links .fa.fa-twitter:hover {
    color: #fff;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.fot_link li a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.bookNowBtn {
    color: #fff;
    width: 100%;
    padding: 11px 20px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 34%;
    max-width: 236px;
    border: 1px solid #00d56f;
    background: linear-gradient( 135deg, #00de82 0%, #02a000 100%);
}

.bookNowBtn:focus {
    box-shadow: none
}

.bookNowBtn:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}