@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500,300);
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600&display=swap');
/************************************* Reset Styles ********************************/

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-Regular.woff2') format('woff2'), url('fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('fonts/WorkSans-SemiBold.woff2') format('woff2'), url('fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/FiraSans-Bold.eot');
    src: url('fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/FiraSans-Bold.woff2') format('woff2'), url('fonts/FiraSans-Bold.woff') format('woff'), url('fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FiraSans-Book';
    src: url('/styles/fonts/firasansbook.eot');
    src: url('/styles/fonts/firasansbook.eot?#iefix') format('embedded-opentype'), url('/styles/fonts/firasansbook.woff') format('woff'), url('/styles/fonts/firasansbook.ttf') format('truetype'), url('/styles/fonts/firasansbook.svg#firasansbook') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FiraSans-Light';
    src: url('/styles/fonts/firasanslight.eot');
    src: url('/styles/fonts/firasanslight.eot?#iefix') format('embedded-opentype'), url('/styles/fonts/firasanslight.woff') format('woff'), url('/styles/fonts/firasanslight.ttf') format('truetype'), url('/styles/fonts/firasanslight.svg#firasanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/styles/fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('/styles/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/styles/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/styles/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/styles/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/styles/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

td, div {
    vertical-align: top;
    font-family: 'FiraSans-Light','Cairo', sans-serif;
}

* {
    outline: none;
}

li, ol {
    list-style-type: none;
    list-style-image: none;
    list-style: none;
}

img {
    border: 0px;
}

textarea {
    resize: none;
}

    input:focus, select:focus, textarea:focus, button:focus {
        outline: none;
    }
/************************************* Website Styles ********************************/
/************************************* Common Styles ********************************/
.fullWidth {
    width: 100%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.posRelative {
    position: relative;
}

.absolutePos {
    position: absolute;
}

.textDecorationNone, a {
    text-decoration: none;
}

.textDecorationUnderline {
    text-decoration: underline;
}

.fontWeightBold {
    font-weight: bold;
}

.clearBoth {
    clear: both;
}
/************Grid System start******************/
@media (min-width:768px) {
    .container {
        /*	width: 750px*/
    }
}

@media (min-width:1020px) {
    .container {
        /*	width: 970px*/
    }
}

@media (min-width:1200px) {
    .container {
        width: 1137px;
        margin: 0 auto;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width:1020px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width:1020px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .container-fluid {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both
}

/************Grid System end********************/

.logoHolder {
    float: left;
    width: 176px;
    height: 94px;
    background-position: 0 0;
}

    .logoHolder a {
        display: block;
        width: 100%;
        height: 100%;
    }

.safeArea {
    width: 1137px;
    margin: 0 auto;
    position: relative;
}

.countries {
    text-align: right;
    background: #f0f0f0;
    overflow: hidden;
}

    .countries a {
        font-size: 14px;
        display: inline-block;
        padding: 0 15px 0 24px;
        position: relative;
        line-height: 16px;
        margin-top: 8px;
    }

        .countries a:after {
            position: absolute;
            width: 19px;
            height: 13px;
            left: 0;
            top: 0;
        }

a.lebanon:after {
    background-position: -200px -40px;
}

a.qatar:after {
    background-position: -240px -40px;
}

a.kuwait:after {
    background-position: -280px -40px;
}

a.egypt:after {
    background-position: -320px -40px;
}

a.ksa:after {
    background-position: -360px -40px;
}

a.jordan:after {
    background-position: -200px 0;
}

a.uae:after {
    background-position: -240px 0;
}

a.uae {
    padding-right: 0;
}

.headerRightPart {
    float: right;
    margin-right: 65px;
}

.headerTopPart {
    margin-right: 0;
}

.headerBottomPart {
    margin-right: 5px
}

.topMenu {
    float: left;
    margin-top: 3px;
}

.header {
    padding: 15px 0;
    background: #fff;
    border-top: 8px solid #f0f0f0;
}

.topMenu a {
    font-size: 14px;
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
    line-height: 14px;
}

    .topMenu a:after {
        width: 2px;
        height: 2px;
        background: #5e5e5e;
        position: absolute;
        right: 0;
        bottom: 4px;
    }

    .topMenu a:last-child {
        padding-right: 0;
    }

        .topMenu a:last-child:after {
            background: #fff;
            right: -4px;
        }

.call {
    font-size: 22px;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
    line-height: 22px;
    float: left;
}

    .call:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 22px;
        background-position: -280px 0;
    }

.searchInner {
    position: absolute;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 3px;
    width: 196px;
}

a.seachIcon {
    display: block;
    width: 20px;
    height: 20px;
    background-position: -320px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.searchBlock {
    float: left;
    position: relative;
    margin-left: 10px;
    min-height: 20px;
    min-width: 20px
}

.searchInner input {
    border: none;
    background: none;
}

.searchInner input {
    font-size: 14px;
    color: #5e5e5e;
    font-family: 'Fira Sans', sans-serif;
}

.searchBlock {
    position: relative;
    right: 0
}

.search {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 20px;
    overflow: hidden;
    right: 0;
    position: relative;
}

.active .search {
    width: 196px;
    overflow: visible;
}

.headerTopPart {
    float: right;
    margin-bottom: 40px;
}

.mainMenu li {
    float: left;
}

a.firstLevel:after {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #5e5e5e;
    right: -0px;
    bottom: 14px;
    content: " ";
}

a.firstLevel {
    padding: 10px 9px;
    font-size: 16px;
    position: relative;
    line-height: 18px;
    display: block;
}

.mainMenu li:last-child a.firstLevel:after {
    background: #fff;
    width: 1px;
    height: 1px;
}

.mainMenu li:last-child a.firstLevel {
    padding-right: 0;
}
/*a.firstLevel.active{background:#eeeeee;  }*/
.mainMenu li:hover a.firstLevel:after {
    width: 0;
    height: 0;
}

/* Overline From center */
.overline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .overline:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        top: 0;
        background: #153e8d;
        height: 1px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .overline:hover:before, .overline:focus:before, .overline.active:before, .mainMenu li:hover .overline:before {
        right: 0;
        left: 0
    }

.dropMenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 99%;
    background: #eeeeee;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 99;
}

a.secondLevel {
    display: block;
    font-size: 16px;
    color: #575757;
    padding-left: 17px;
    position: relative;
    line-height: 16px;
    margin-bottom: 8px;
}

    a.secondLevel:after {
        width: 4px;
        height: 8px;
        position: absolute;
        content: " ";
        left: 0;
        top: 3px;
        background-position: -480px -40px
    }

.dropMenu h2 {
    font-size: 26px;
    line-height: 26px;
    color: #444444;
    margin-bottom: 20px;
}

.mainMenu li:hover .dropMenu {
    height: 400px;
}

.dropMenu .container-fluid {
    padding: 35px 35px;
}

.dropDownCol {
    border-right: 1px solid #dfdfdf;
    padding-left: 30px;
}

.dropMenu .col-md-4:last-child .dropDownCol {
    border: none;
}

.mainSlider {
    position: relative;
}

    .mainSlider .slides img {
        display: block;
        width: 100%;
    }

.sliderFrame {
    width: 1137px;
    position: absolute;
    z-index: 90;
    left: 50%;
    margin-left: -570px;
    top: 74px;
    bottom: 220px;
    border: 1px solid #fff;
}

.mainSlider .slides li {
    position: relative;
}

.sliderCaption {
    position: absolute;
    left: 60px;
    top: 60px;
    background: url(../images/dark-layer.png);
    padding: 40px;
    max-width: 300px;
    color: #fff
}

    .sliderCaption h3 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .sliderCaption .shareOn a{
        border: none;
    }
    .button {
        border: 1px solid;
        border-radius: 20px;
        padding: 10px 30px 10px 40px;
        display: block;
        font-size: 16px;
        line-height: 15px;
        position: relative;
    }

.whiteBtn {
    border-color: #fff;
    color: #fff;
}

.sliderCaption .button {
    padding-left: 70px;
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.whiteBtn:after, a.darkButton:after {
    width: 15px;
    height: 5px;
    content: "\f178";
    position: absolute;
    top: 10px;
    font-family: 'FontAwesome';
    background-image: none !important;
    font-size: 13px;
}

.whiteBtn:after {
    background-position: -400px -40px;
}

a.darkButton:after {
    left: 20px;
}
/*a.darkButton:hover:after{left:23px;}*/
.sliderCaption .whiteBtn:after {
    left: 48px;
}
/*.button:after{-webkit-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}*/
.sliderCaption .whiteBtn:hover {
    background: none;
}
/*.sliderCaption .whiteBtn:hover:after{left:51px;}*/
.mainSlider .flex-direction-nav {
    width: 1137px;
    top: 0;
    position: absolute;
    left: 50%;
    margin-left: -570px;
    height: 90px;
}

    .mainSlider .flex-direction-nav .flex-next {
        right: -2px;
        background-position: -426px 10px;
    }

    .mainSlider .flex-direction-nav .flex-prev {
        right: 45px;
        left: inherit;
        background-position: -387px 10px;
    }

.flex-direction-nav a {
    border: 1px solid #fff;
    opacity: 1;
    width: 36px;
    height: 36px;
    top: 18px;
    background: rgba(8, 31, 57, 0.3) none repeat scroll 0 0
}

.flex-control-nav {
    display: none;
}

.whiteBg {
    background: #fff;
    padding: 28px 25px 20px;
    margin-bottom: 25px;
    -webkit-box-shadow: 1px 1px 2px rgba(186, 186, 186, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(186, 186, 186, 0.5);
    box-shadow: 1px 1px 2px rgba(186, 186, 186, 0.5);
}

.homepageContent {
    position: relative;
    margin-top: -130px;
    z-index: 10;
}

.tabsLInks a {
    font-size: 16px;
    color: #a5a5a5;
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    padding-top: 5px;
}


    .tabsLInks a:after {
        height: 1px;
        width: 30px;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
    }

    .tabsLInks a.active:after {
        background: #133e8d;
    }

.whiteBg h2 {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 25px;
}

.whiteBg h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.productSlider .imageHolder {
    margin-bottom: 25px;
}

    .productSlider .imageHolder img {
        width: 100%;
    }

.productSlider {
    position: relative;
}

.sumary {
    font-family: 16px;
    color: #7e7e7e;
    margin-bottom: 15px;
    font-weight: 300;
}

.productSlider .flex-direction-nav .flex-next {
    top: 17px;
    right: 17px;
    background-position: -15px -245px;
}

    .productSlider .flex-direction-nav .flex-next:hover {
        background-position: -15px -217px;
    }

.productSlider .flex-direction-nav .flex-prev {
    top: 17px;
    right: 65px;
    left: inherit;
    background-position: 13px -245px;
}

    .productSlider .flex-direction-nav .flex-prev:hover {
        background-position: 13px -217px;
    }

a.normalBtn, a.viewWebsiteLink {
    font-size: 14px;
    color: #354c79;
    display: block;
    padding-left: 9px;
    position: relative;
    line-height: 15px;
    margin-bottom: 5px;
}

    a.normalBtn:after, a.viewWebsiteLink:after {
        position: absolute;
        background-position: -440px -40px;
        width: 5px;
        height: 10px;
        left: 0;
        top: 4px
    }

.tab {
    display: none;
}

.rightLink {
    float: right;
    margin-top: 10px;
}

.selectType label, .locateUs label {
    font-size: 14px;
    color: #333333;
    display: block;
    margin-bottom: 7px;
}

.sbToggle {
    background-position: -472px 10px;
}

a.darkButton {
    border-color: #1a3c76;
    color: #1a3c76;
}

    a.darkButton:after {
        background-position: -280px -80px;
    }

.selectType a.darkButton {
    float: right;
}

.selectType .sbHolder {
    margin-bottom: 30px;
}

.date {
    font-size: 14px;
    color: #153e8e;
    font-style: italic;
    margin-bottom: 6px;
}

.highlightedNews .sumary {
    font-size: 14px;
    line-height: 15px
}

.imageHolder img {
    display: block;
    width: 100%;
}

.highlightedNews .imageHolder {
    margin-bottom: 10px;
}

.blueBlock {
    background: url(../images/blue-pattern.jpg);
    padding: 45px;
}

    .blueBlock .whiteBg {
        margin-bottom: 0;
    }

.locateUs .sbHolder, .locateUs .imageHolder {
    margin-bottom: 10px;
}

.locateUs .darkButton {
    float: right;
}

.blockSlider table, .blockSlider td {
    width: 100%;
    text-align: center;
    height: 100px;
    vertical-align: middle;
}

.caption {
    text-align: center;
    font-size: 16px;
    color: #7e7e7e;
    padding-top: 30px;
    line-height: 23px;
}

.largeNumber {
    font-size: 26px;
    color: #4f4f4f;
    font-weight: 400;
}

.blockSlider {
    position: relative;
}

    .blockSlider .flex-direction-nav a {
        top: 30%;
        margin-top: -18px;
        width: 32px;
        height: 36px;
        border: 1px solid #727272;
        background-color: #fff;
    }

    .blockSlider .flex-direction-nav .flex-prev {
        left: 0;
        background-position: -390px -70px;
    }

    .blockSlider .flex-direction-nav .flex-next {
        right: 0;
        background-position: -428px -70px;
    }

a.greyLink {
    color: #333333;
}

    a.greyLink:after {
        background-position: -480px -40px;
    }

.downloadApp {
    background: #fff;
    padding: 40px;
}

    .downloadApp label, .downloadApp .button {
        float: left;
        margin-left: 25px;
    }

    .downloadApp label, .subscribe label {
        font-size: 18px;
        padding: 10px 0;
        line-height: 18px;
    }

a.appStore:after {
    background-position: -200px -80px;
    width: 13px;
    height: 17px;
    top: 8px;
}

a.googlePlay:after {
    background-position: -240px -80px;
    width: 14px;
    height: 17px;
    top: 8px;
}

.footer {
    padding: 30px 0 20px;
    background: #f5f5f5;
    position: relative;
    bottom: 0;
}

.subscribe {
    margin-bottom: 35px;
}

    .subscribe label, .subscribeTextbox, .subscribe a {
        float: left;
        margin-right: 10px;
    }

    .subscribe input {
        border: 1px solid #cecece;
        background: #f5f5f5;
        width: 205px;
        padding: 10px;
        font-size: 14px;
        color: #333;
        line-height: 14px;
        margin-top: 2px;
        font-family: 'Fira Sans', sans-serif;
    }

.footerSitemap .listingRow {
    float: left;
    min-width: 19%;
    margin-right: 4%;
}

    .footerSitemap .listingRow.last {
        min-width: inherit;
        float: right;
        margin-right: 0;
    }

.footerSitemap h4 a {
    font-size: 18px;
    display: block;
    margin-bottom: 12px;
    line-height: 18px;
}

.copyright, .signature {
    font-size: 14px;
    color: #000;
    line-height: 14px;
}

.signature {
    position: relative;
}
/*.signature:after{position:absolute; width:1px; height:12px; content:" "; left:-5px; top:0; background:#000;}*/
.showFooter {
    width: 40px;
    height: 20px;
    background-color: #f5f5f5;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 100%;
    z-index: 20;
    background-position: -304px -73px;
}

    .showFooter.active {
        background-position: -344px -73px;
    }

.linksList {
    margin-bottom: 20px;
}

.footerContent {
    display: block;
}

.signature a {
    color: #000;
}

.footerSitemap {
    margin-bottom: 20px;
}

.header .safeArea {
    position: relative;
}

.showCountries {
    position: absolute;
    right: -22px;
    top: -16px;
    width: 70px;
    height: 25px;
    background-position: 0 -120px;
    z-index: 20;
    cursor: pointer;
}

    .showCountries a {
        position: absolute;
        width: 10px;
        height: 6px;
        left: 36px;
        background-position: -80px -120px;
        z-index: 90;
        top: 10px;
    }

    .showCountries.clicked a {
        background-position: -120px -120px;
    }

.homepageBg {
    background: #eee;
}

.outerSafeArea {
    max-width: 1520px;
    margin: 0 auto;
    padding: 30px 0;
    background: #f5f5f5;
    min-height: 200px;
}

.topBanner {
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
}

    .topBanner img {
        width: 100%;
    }

.bannerFrame {
    position: absolute;
    border: 1px solid #efefee;
    width: 1135px;
    left: 50%;
    margin-left: -569px;
    top: 30px;
    bottom: 30px;
    z-index: 20;
}

    .bannerFrame h1 {
        color: #fff;
        left: 20px;
        bottom: 18px;
        font-size: 44px;
        position: absolute;
        line-height: 44px;
        font-weight: 400;
    }

.breadCrumbs, .breadCrumbs a {
    font-size: 12px;
    color: #5e5e5e;
}

.breadCrumbs {
    margin-bottom: 30px;
}

.rightIcons {
    float: right;
    margin-top: -4px;
}

    .rightIcons a {
        display: block;
        float: left;
        width: 22px;
        height: 20px;
    }

a.print {
    background-position: -200px -120px;
}

a.share, a.st_sharethis_custom {
    background-position: -160px -120px !important;
    margin-right: 10px !important;
    cursor: pointer;
}

.productsList a.normalBtn {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 7px;
}

.productsList .imageHolder {
    margin-bottom: 24px;
}

.productsList h2 {
    margin-bottom: 15px;
}

.productsList .whiteBg {
    padding: 20px;
}

.breadCrumbs span {
    color: #143d8d;
}

.leftMenu {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.level2 a.normalBtn {
    font-size: 16px;
    line-height: 17px;
    margin-left: 10px;
}

.leftMenu li {
    border-bottom: 1px solid #444444;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .leftMenu li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

a.level1 {
    font-size: 22px;
    display: block;
    line-height: 22px;
    position: relative;
}

    a.level1.hasSublevel:after, .accLink:after {
        position: absolute;
        width: 17px;
        height: 10px;
        background-position: -240px -120px;
        right: 0;
        top: 5px;
        z-index: 9;
    }

.level3 a {
    display: block;
    font-size: 13px;
    color: #767676;
    padding-inline-start: 12px;
    margin-bottom: 3px;
    margin-inline-start: 20px;
}

.level3 {
    padding: 4px 0 10px;
    
}

.level2 {
    padding: 20px 0 0 0;
}

    .level2 a.active, .level3 a.active {
        color: #143e8d;
    }

li.active a.hasSublevel:after, .accLink.active:after {
    background-position: -280px -120px;
}

.level2 {
    display: none;
}

.leftMenu li.active .level2 {
    display: block;
}

.simulateBanner, .latestPromotions {
    background: #193873;
    padding: 20px 25px;
    margin-bottom: 20px
}

    .simulateBanner h2, .latestPromotions h2 {
        color: #fff;
        margin-bottom: 20px;
    }

    .latestPromotions h3 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .latestPromotions h3 a {
            color: #fff;
        }

    .simulateBanner .whiteBtn {
        padding: 10px 20px;
        text-align: center;
    }

        .simulateBanner .whiteBtn:after {
            left: 32px;
        }

        .simulateBanner .whiteBtn:hover:after {
            left: 35px;
        }

a.whiteLink:after {
    background-position: -480px -80px
}

.latestPromotions .productSlider .flex-direction-nav .flex-next {
    right: 10px;
    top: 10px;
}

.latestPromotions .productSlider .flex-direction-nav .flex-prev {
    right: 55px;
    top: 10px;
}

.latestNews .productSlider .flex-direction-nav .flex-next {
    right: 10px;
    top: 30px;
}

.latestNews .productSlider .flex-direction-nav .flex-prev {
    right: 55px;
    top: 30px;
}

.productListing .whiteBg {
    padding: 18px;
}

    .productListing .whiteBg h3 {
        font-size: 22px;
        margin-bottom: 17px;
        margin-top: 20px;
        line-height: 22px;
    }

.pageTitle h2 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 36px;
}

.highlightedText {
    font-size: 24px;
    background: #193873;
    padding: 30px;
    line-height: 26px;
    margin-bottom: 30px;
}

.productImage {
    max-width: 60%;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

    .productImage img {
        max-width: 100%;
        margin: 0 auto;
    }

.productDetails {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 16px;
}

.accLink {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    border-bottom: 1px solid #444444;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.accDetails h4 {
    font-size: 18px;
    color: #193873;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 18px;
}

.accDetails ul li, .pageContent ul li, .claimInfo ul li {
    list-style-type: decimal;
    margin-left: 14px;
    padding-left: 7px;
}

.pageContent ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

.pageContent ul {
    margin-bottom: 25px;
}

.accDetails ul li, .claimInfo ul li, .claimInfo ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.accDetails ul, .claimInfo ul {
    margin-bottom: 25px;
    padding-top: 10px
}

    .accDetails ul li ul li, .claimInfo ul li ui li {
        list-style: lower-alpha;
        margin-bottom: 5px;
    }

    .accDetails ul li ul, .claimInfo ul li ul {
        padding-top: 8px;
        margin-bottom: 0;
    }

.accDetails {
    font-size: 14px;
    display: none;
}

.pageContent h3 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 20px;
}

.topContent {
    margin-bottom: 30px;
}

.sameHeightBlock table, .sameHeightBlock td {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

li.active a.level1 {
    color: #143e8d;
}

.timelineHolder {
    background: url(../images/timeline-bg.png) center top repeat-y;
    min-height: 530px;
    position: relative;
}

.leftBlock {
    width: 45%;
    float: left;
}

.managementList .whiteBg {
    padding: 20px
}

.managementList .imageHolder {
    margin-bottom: 20px
}

.managementList h3 {
    margin-bottom: 8px
}

.position {
    font-size: 16px;
    color: #7e7e7e;
    line-height: 16px;
}

    .position a {
        color: #7e7e7e;
        display: block;
    }

.managementList {
    margin-bottom: 20px;
}

.centeredButton {
    width: 90px;
    margin: 0 auto;
    text-align: center;
}

.managementList {
    color: #7e7e7e;
}

.simulatorsList h3 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0;
}

.simulatorsList .imageHolder {
    margin-bottom: 20px;
}

.simulatorsList {
    margin-bottom: 40px
}

    .simulatorsList .whiteBg {
        padding: 20px;
    }

.introText {
    font-size: 20px;
    margin-bottom: 20px
}

.atoutPlans .whiteBg h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 27px;
}

.atoutPlans .caption {
    padding-top: 0;
}

.leftButton {
    float: left;
}

.atoutPlans {
    margin-bottom: 40px;
}

.italicTitle {
    font-size: 18px;
    margin-bottom: 25px;
    font-style: italic;
    line-height: 18px;
}

.contentBlock {
    margin-bottom: 40px;
}

.pageContent .formColumn li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pageContent .formColumn ul {
    margin-bottom: 0 !important;
}

.formColumn label {
    display: block;
    font-size: 16px;
    color: #505050;
    margin-bottom: 5px;
}

.formTextBox {
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 8px 10px;
    margin-bottom: 15px;
    color: #505050;
}

    .formTextBox input, .formTextBox textarea {
        width: 100%;
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        height: 20px;
        line-height: 20px
    }

    .formTextBox textarea {
        resize: none;
        min-height: 90px;
    }

.formDropDown .sbHolder {
    height: 35px;
    margin-bottom: 15px;
}

.formDropDown .sbSelector {
    height: 35px;
    line-height: 35px;
}

.formDropDown .sbToggle {
    height: 35px;
    width: 35px;
    background-position: -468px 14px;
}

.formsButtons {
    float: right;
}

    .formsButtons a {
        float: left;
        margin-left: 10px
    }

.newsList h3 a {
    font-size: 20px;
}

.newsList h3 {
    margin-bottom: 15px;
}

.newsList .whiteBg {
    padding: 20px;
}

.newsList .imageHolder {
    margin-bottom: 15px;
}

.newsList .sumary {
    font-size: 14px;
}

.newsList {
    color: #7e7e7e;
}

.shareOn a {
    display: block;
    float: left;
    border: 1px solid #1a3c76;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

a.facebook {
    background-position: 10px -154px;
}

a.twitter {
    background-position: -32px -152px;
}

a.insta {
    background-position: 6px -278px;
}

.shareOn label {
    float: left;
    margin-top: 6px;
    margin-right: 15px;
    font-size: 18px;
    line-height: 18px;
}

.shareOn {
    margin-bottom: 20px;
    padding-top: 10px;
}

.backLInk {
    float: right;
    font-size: 12px;
    color: #143d8d;
    float: right;
    position: relative;
    padding-left: 10px;
    line-height: 12px;
}

    .backLInk:after {
        width: 4px;
        height: 8px;
        position: absolute;
        left: 0;
        top: 2px;
        background-position: -80px -160px;
    }

.videoIcon {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
    background-position: -120px -160px;
}

.gallerySlider {
    max-width: 800px;
    margin: 0 auto;
}

    .gallerySlider #slider .flex-direction-nav a {
        display: none;
    }

    .gallerySlider #carousel {
        margin: 0 38px;
    }

    .gallerySlider #slider {
        margin-bottom: 18px
    }

    .gallerySlider .flex-direction-nav .flex-next {
        right: -38px !important;
        background-position: -426px -70px
    }

    .gallerySlider .flex-direction-nav .flex-prev {
        left: -38px !important;
        background-position: -387px -70px
    }

    .gallerySlider #carousel .slides img {
        width: 90%;
    }

    .gallerySlider .flex-direction-nav a {
        border-color: #b7b7b7;
        background-color: #fff;
    }

    .gallerySlider h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px;
        float: left;
        max-width: 550px;
    }

    .gallerySlider .shareOn {
        float: right;
        margin-bottom: 0;
        padding-top: 6px;
    }

.fancybox-close {
    background-position: -160px -160px;
}

.time, .place {
    font-size: 14px;
    color: #7e7e7e;
    margin-bottom: 8px;
}

.boldText {
    color: #383838;
}

.pressRelases h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.pressRelases .whiteBg {
    padding: 25px;
}

.pressRelases .normalBtn {
    display: inline-block;
    margin-right: 10px;
}

.sendCv {
    background: #153e8e;
    padding: 15px 20px;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 30px;
    display: none
}

    .sendCv a.normalBtn {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 17px;
        display: inline-block;
        margin-left: 20px;
    }

        .sendCv a.normalBtn::after {
            top: 4px;
        }

.required {
    border-color: red;
    position: relative;
}

.errorMessage {
    position: absolute;
    right: 0;
    top: -23px;
    color: Red;
    font-size: 12px;
}

.locateUsBlock .locateUs .darkButton {
    float: none;
    text-align: center;
}

.locateUsBlock .locateUs a.darkButton:after {
    left: 56px;
}
/*.locateUsBlock .locateUs a.darkButton:hover:after{left:59px;}*/
.accDetails {
    padding-bottom: 20px;
}

.faqs .accLink {
    font-weight: 400;
}

.contactInfo h3, .locationMap h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #4a4a4a;
    line-height: 20px
}

.contactInfo .boldText, .contactInfo a {
    color: #4a4a4a;
}

.contactInfoDetails .call {
    margin: 15px 0;
}

.contactInfo .formTextBox textarea {
    min-height: 98px
}

.contactInfo {
    margin-bottom: 40px;
}

.filters label {
    font-size: 14px;
    color: #333333;
    display: block;
    margin-bottom: 6px;
}

.filters .button {
    margin-top: 12px;
}

.filters {
    margin-bottom: 20px;
}

.locationMap h3 {
    padding-top: 20px;
}

.startQhote {
    width: 24px;
    height: 22px;
    background-position: -200px -158px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.endQhote {
    width: 24px;
    height: 20px;
    background-position: -240px -160px;
    display: inline-block;
    position: relative;
    top: 10px
}

.testimonials h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
}

.claimInfo h3 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 22px;
    color: #444444
}

.calendar {
    position: fixed;
    right: -375px;
    top: 300px;
    z-index: 100;
    width: 375px;
}

.claimInfo {
    margin-bottom: 30px;
}

.calendar.active {
    right: 0;
}

.calendarTitle span {
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em, 0) rotate(90deg);
    -moz-transform: translate(1.1em, 0) rotate(90deg);
    -o-transform: translate(1.1em, 0) rotate(90deg);
    transform: translate(1.1em, 0) rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    /* IE9+ */
    -ms-transform: none;
    -ms-transform-origin: none;
    /* IE8+ */
    -ms-writing-mode: tb-rl;
    /* IE7 and below */
    writing-mode: tb-rl;
    display: block;
}

.calendarTitle {
    background-color: #123f8e;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 50px 15px 15px;
    position: absolute;
    top: 0;
    width: 52px;
    height: 220px;
    box-sizing: border-box;
    right: 100%;
    top: 0;
}

    .calendarTitle:after {
        position: absolute;
        width: 24px;
        height: 24px;
        background-position: -280px -160px;
        top: 12px;
        left: 12px;
    }

.calendar.active .calendarTitle:after {
    background-position: -320px -160px;
}

.calendarContent {
    padding: 20px;
    background: #123f8e;
}

.year {
    font-size: 50px;
    color: #103a8a;
}

.timelineHolder .whiteBg {
    width: 75%;
    margin-bottom: 0;
}

.timelineHolder .item.right .whiteBg {
    float: right;
}

.timelineHolder .item:after {
    position: absolute;
    width: 28px;
    height: 27px;
    background-position: -319px -120px;
    top: 50%;
    margin-top: -13px;
}

.timelineHolder .item.right:after {
    left: -14px;
}

.timelineHolder .item.left:after {
    right: -14px;
}

.timelineHolder .item .whiteBg {
    position: relative;
}

    .timelineHolder .item .whiteBg:before {
        position: absolute;
        width: 35px;
        height: 74px;
        top: 50%;
        margin-top: -37px;
    }

.timelineHolder .item.right .whiteBg:before {
    left: -30px;
    background-position: -400px -120px;
}

.timelineHolder .item.left .whiteBg:before {
    right: -30px;
    background-position: -360px -120px;
}

.timelineHolder {
    margin-bottom: 50px;
}

.responsiveMenu .topMenu, .responsiveMenu .mainMenu, .secondMenuResponsive {
    display: none;
}

.col-md-12 {
    clear: both;
}

.contactInfoDetails .col-sm-6 {
    width: 100%;
}

.leftContent .container, .pageContent .container {
    width: 100%;
}

.mobileTabLink, .viewAllMobile {
    display: none;
}

input.submitSearch {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 89;
    background-position: -320px 0;
    padding: 0 !important;
}

.currentCountry {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 19px;
    height: 13px;
}

    .currentCountry.lebanon {
        background-position: -200px -40px;
    }

    .currentCountry.qatar {
        background-position: -240px -40px;
    }

    .currentCountry.kuwait {
        background-position: -280px -40px;
    }

    .currentCountry.egypt {
        background-position: -320px -40px;
    }

    .currentCountry.ksa {
        background-position: -360px -40px;
    }

    .currentCountry.jordan {
        background-position: -200px 0;
    }

    .currentCountry.uae {
        background-position: -240px 0;
    }






@media (max-width:1450px) {
    .sliderFrame {
        bottom: 120px;
    }
}


.countries a:after, .call:after, a.seachIcon, a.secondLevel:after, .secondLevel:after, .flex-direction-nav a, a.normalBtn:after,
a.viewWebsiteLink:after, .sbToggle, .showFooter, .showCountries, .showCountries a, .rightIcons a, a.level1:after, .accLink:after, .shareOn a,
.backLInk:after, .videoIcon, .fancybox-close, .startQhote, .endQhote, .calendarTitle:after, .timelineHolder .item:after, .timelineHolder .item .whiteBg:before,
.menuIcon, .showMenu a:after, .mobileTabLink:after, input.submitSearch, .currentCountry, a.searchClose, a.facebook, a.insta, a.twitter {
    background-image: url(../images/sprite.png) !important;
    background-repeat: no-repeat;
}

.countries a, .topMenu a, a.firstLevel, a.secondLevel, .caption, a.normalBtn, a.viewWebsiteLink, .copyright, .signature, .signature a, .button, .level3 a, .highlightedText, .accDetails ul li, .accDetails, .pageContent, .pageContent div, .position, .pageContent ul li, .formColumn label, .position a, .time, .place, .contactInfo, .contactInfo a, .filters label, .contactInfoDetails, .claimInfo, .claimInfo ul li, .footerLinks a, .sbSelector, .sbOptions a { /*font-weight:300;*/
    font-family: 'FiraSans-Light';
}

.latestPromotions .sumary, a.whiteLink, .highlightedText, .sendCv {
    color: #fff;
}

.countries a, .topMenu a, a.firstLevel {
    color: #5e5e5e
}

.whiteBg h2, .whiteBg h3, .downloadApp label, .footerSitemap h4 a, a.level1, .pageTitle h2, .pageContent h3, h3 a, .introText, .italicTitle, .newsList h3 a, .shareOn label, .accLink, .claimInfo h3 {
    color: #444444;
}

    .topMenu a:after, .call:after, .countries a:after, .tabsLInks a:after, a.normalBtn:after, a.level1:after, .accLink:after, .backLInk:after, .calendarTitle:after, .timelineHolder .item:after, .timelineHolder .item .whiteBg:before, .showMenu a:after, .mobileTabLink:after {
        content: " ";
    }

.countries a:hover, .topMenu a:hover, .call, .tabsLInks a:hover, .tabsLInks a.active {
    color: #133e8d;
}

.button, a.normalBtn, a.viewWebsiteLink, .signature a, .breadCrumbs a, a.level1, h3 a, .shareOn a, .backLInk, .position a, .videoIcon, .contactInfo a, .calendar {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    a.normalBtn:hover, a.viewWebsiteLink:hover, .footerSitemap h4 a:hover, .signature a:hover, .breadCrumbs a:hover, a.level1:hover, h3 a:hover, .shareOn a:hover, .backLInk:hover, .position a:hover, .videoIcon:hover, .contactInfo a:hover, .footerLinks a:hover {
        opacity: 0.7;
    }

div.introText, .managementList h3 a, .managementList h3, .boldText, .pressRelases h3 a, div.sendCv, .contactInfo h3, .locationMap h3, .testimonials h3, div.calendarTitle, .whiteBg h2, .sliderCaption h3, .pageTitle h2, .tableHolder td, h3, .accLink, h4, .subscribe label, .leftMenu li, .breadCrumbs, .bannerFrame h1, h2, .tabsLInks a, .selectType label, .locateUs label { /*font-weight:500;*/
    font-family: 'FiraSans-Book';
}

.atoutPlans .largeNumber, .atoutPlans .whiteBg h3, div.italicTitle, .newsList h3 a, div.date, .claimInfo h3 { /*font-weight:400*/
    font-family: 'FiraSans-Book' !important;
}



/*************************************JM*******************************************/
.errorMsg {
    color: red;
    font-size: 14px;
}

.loader, .ajaxLoader {
    background: url(../images/ajax-loader.gif) no-repeat center center;
    background-color: #FFF;
}

.ajaxLoader {
    z-index: 99;
    position: relative;
    opacity: 0.8;
}

.topMenu a.active {
    color: #133e8d;
}

.searchInner .errorMsg {
    top: 100%;
    font-size: 12px;
    position: absolute;
    right: 0;
    left: 0;
}

.failMessage {
    color: #d40000;
    border: 1px solid #d40000;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
    margin-bottom: 20px;
}

.successMessage {
    color: #1c7500;
    border: 1px solid #1c7500;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
    margin-bottom: 20px;
}

.calendarContent table, .calendarContent table td {
    background: #123f8e;
    color: #fff;
    border: none;
    border-width: 0;
    border-color: #123f8e;
}

table.EventCalendar {
    width: 100%;
}

td.EventCalendarNextPrevious a {
    color: #fff !important;
}

.EventCalendarTitle td {
    padding: 0 10px 10px;
}

td.EventCalendarDay, td.OtherMonthDay, td.HighlightedDay, td.EventCalendarStyle {
    padding: 8px;
    border-color: #123f8e !important;
}

.EventCalendarDay a, .HighlightedDay a {
    color: #fff !important;
}

.OtherMonthDay a {
    color: #5c7ebb !important;
}


.HighlightedDay a {
    border: 2px solid #fff;
    padding: 4px 8px;
    border-radius: 15px;
}

td.EventCalendarStyle {
    background: #fff !important;
}

.calendarContent .listingTitle a {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.calendarContent .listingInfos .time, .calendarContent .listingInfos .place, .calendarContent .listingInfos .boldText {
    color: #fff;
    margin-bottom: 4px;
}

td.selectedDateCss {
    padding: 8px;
    background: #5c7ebb;
}

.topContent a, .newsList a {
    color: #1a3c76;
}

    .topContent a:hover, .newsList a:hover {
        text-decoration: underline;
    }

.tableHolder table {
    width: 100%;
}

    .tableHolder table tr td {
        background: #fff;
    }

    .tableHolder table tr.greyRow td {
        background: #f8f8f8;
    }

    .tableHolder table td {
        padding: 10px;
    }

    .tableHolder table .tableHeader td {
        font-size: 20px;
        color: #fff;
        background: #133e8d;
        font-weight: 500;
        line-height: 20px;
        padding: 15px 10px;
    }




#container {
    margin-left: -20px;
    margin-right: -20px;
}

    #container .item:nth-child(2) {
        margin-top: 50px;
        right: 0;
        left: inherit !important;
    }

    #container .item {
        position: relative;
    }

.timelineHolder .item .whiteBg:before {
    background-position: -360px -117px;
    left: 100%;
}

.timelineHolder .item:nth-child(2n) .whiteBg:before {
    background-position: -400px -117px;
    right: 100%;
    left: inherit;
}

#container .item:nth-child(2n) .whiteBg {
    margin-top: 20px
}

#container .item:nth-child(2n), #container .item:nth-child(2n) .whiteBg {
    float: right;
}

#container .item:nth-child(2n+1) {
    clear: left;
    float: left;
}

#container:after, #container .item:after {
    clear: both;
    content: '';
    display: block;
}

#container .whiteBg {
    margin-top: 30px;
}

#container .item .bigPad:before, #container .item .bigPad:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    margin-top: -5px;
}

#container .item .bigPad:before {
    border-left: 8px solid #f6f6f6;
    border-top: 12px solid rgba(0,0,0,0);
    border-bottom: 12px solid rgba(0,0,0,0);
    left: 100%;
}

#container .item:nth-child(2n) .bigPad:before {
    left: inherit;
    right: 100%;
    margin-left: 0;
    border-left: 0 none;
    border-right: 8px solid #f6f6f6;
    border-top: 12px solid rgba(0,0,0,0);
    border-bottom: 12px solid rgba(0,0,0,0);
}

.item .bigPad {
    position: relative;
}

#container {
    margin-bottom: 70px;
}

    #container .item {
        width: 50%;
    }

        #container .item:after {
            right: -14px;
            margin-left: 13px;
            margin-top: 0px;
        }

        #container .item:nth-child(2n):after {
            left: -13px;
            margin-right: 14px;
            margin-left: 0;
        }

        #container .item:last-child {
            margin-bottom: 0;
        }

.responsiveMenu.responsiveMenuActive {
    right: 0;
}

.timelineHolder #container {
    margin: 0 !important;
}

.mainMenu {
    float: right;
}

a.searchClose {
    width: 11px;
    height: 11px;
    position: absolute;
    right: 25px;
    top: 5px;
    background-position: -156px -199px;
    display: block;
}

.subscribe .required input {
    border-color: red;
}

.quoteLink {
    float: left;
    margin-bottom: 20px;
}

.subscribeTextbox {
    display: inline-block;
    position: relative;
    float: left;
}

.productSlider .flex-direction-nav a {
    border: 1px solid #153e8e;
}

    .productSlider .flex-direction-nav a:hover {
        background-color: #153e8e;
    }

.highlightedProductsHolder {
    min-height: 563px
}



.productsList .imageHolder img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
}

.productsList .sameHeightBlock:hover img {
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
}

.productsList .imageHolder {
    height: 300px;
    overflow: hidden;
}

.footerSitemapLinks {
    float: left;
    width: 85%
}

.topContent h3 {
    margin-bottom: 10px;
}

.mobileTabLink a {
    color: #a5a5a5;
}

#mapHolder {
    width: 100% !important;
}

.showOnMobile {
    display: none;
}

.pageTitle h2 {
    display: inline-block;
}

.locateUs .sbHolder {
    float: left;
    width: 100%;
}

.locateUs a.darkButton {
    float: right;
    padding: 10px 15px 10px 30px;
    margin-bottom: 12px
}

    .locateUs a.darkButton:after {
        left: 12px;
    }
/*.locateUs a.darkButton:hover:after{left:15px;}*/
.pageTitle a.backLInk {
    margin-top: 12px;
}

.level3 a {
    position: relative;
}

    .level3 a:after {
        position: absolute;
        inset-inline-start: 2px;
        top: 8px;
        width: 2px;
        height: 2px;
        content: " ";
        background: #5e5e5e;
    }

.leftContent .locateUs .sbHolder {
    float: none !important;
    width: 100%;
    margin-bottom: 20px;
}

.leftContent .locateUs a.darkButton {
    margin-top: 0;
}

.highlightedNews h3 a {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 0px;
}

.highlightedNews h3 {
    margin-bottom: 10px;
}

.highlightedNews .col-md-4 {
    min-height: 260px;
    position: relative;
}

.highlightedNews a.normalBtn {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.smallFooter .subscribe label {
    font-size: 16px;
    line-height: 16px;
}

.smallFooter .subscribe input {
    width: 155px
}

.copyright {
    margin-right: 10px;
    float: left;
}

.smallFooter .subscribe {
    float: left;
    margin-top: -10px;
    margin-bottom: 0;
}

.footerLinks {
    float: left;
    font-size: 14px;
    line-height: 14px;
}

    .footerLinks a {
        color: #000
    }


.successNewsletter {
    width: 170px;
    height: 20px !important;
}

.highlightedText h4 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.highlightedText li {
    display: inline-block;
    padding-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    position: relative;
    margin-bottom: 4px;
}

    .highlightedText li:before {
        position: absolute;
        width: 6px;
        height: 6px;
        left: 0;
        top: 8px;
        background: #fff;
        border-radius: 3px;
        content: " ";
    }

.eventsTabsLinks {
    border-bottom: 2px solid #143e8d;
    margin-bottom: 20px
}

    .eventsTabsLinks a {
        display: block;
        float: left;
        border: 1px solid #cbcbcb;
        padding: 8px 20px;
        border-bottom: 0;
        font-size: 20px;
        color: #444444;
        font-weight: 300;
        margin-right: 5px;
    }

        .eventsTabsLinks a:hover {
            color: #143e8d
        }

        .eventsTabsLinks a.active {
            color: #fff;
            background: #143e8d;
            border-color: #143e8d;
            font-weight: 400;
        }

.highlightedNewsBlue .whiteBg {
    background: #143e8d;
    color: #fff
}

.highlightedNewsBlue .date, .highlightedNewsBlue h3 a, .highlightedNewsBlue .sumary {
    color: #fff;
}

.highlightedNewsBlue a.whiteLink {
    color: #fff;
}

.accList h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.downloadApp .container {
    display: none;
}

.button:hover {
    background: url(../images/dark-layer.png);
}

.darkButton:hover {
    color: #fff;
}

a.darkButton:hover:after {
    /*background-position: -400px -40px;*/
    background-image: none;
    color: #FFF;
}

.coloredText {
    color: #143e8d
}

.topBanner:after {
    background: url(../images/layer.png) left top repeat-x;
    position: absolute;
    z-index: 9;
    left: 0;
    richness: 0;
    bottom: 0;
    height: 150px;
    content: " ";
    width: 100%;
}

.captchaImage {
    float: left;
}

.captchaTextBox {
    float: left;
    margin-left: 5px;
}

.refreshBtn {
    float: left;
    margin-top: 12px;
}

.contactInfo .captchaImage {
    width: 115px !important;
}

.captchaTextBox {
    width: 170px;
    margin-right: 5px;
}

.comingSoonBlock {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: none !important;
}

.comingSoonInner {
    display: block;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 25%;
    position: absolute;
    text-align: center;
}

.countryFlag {
    margin-bottom: 30px;
}

.comingSoonInner h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #183d8d;
    margin-bottom: 10px;
}

.comingSoonText {
    font-size: 20px;
    color: #5e5e5e;
    margin-bottom: 50px;
}

.siteLoader {
    background: rgba(255,255,255,0.5);
    left: 0;
    top: 0 !important;
    bottom: 0;
    right: 0;
    width: 100%;
    position: absolute;
    z-index: 100;
    margin: 0 !important;
    width: 100% !important;
}

    .siteLoader img {
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        margin-left: -16px;
        margin-top: -16px;
    }

.healthBusinessForm .formTextBox textarea {
    min-height: 100px;
}

.disabled {
    position: relative;
}

    .disabled::after {
        background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
        content: "";
        height: 60px;
        left: 0;
        position: absolute;
        top: 0;
        width: 101%;
        z-index: 1;
    }

.mainSlider .flex-direction-nav a:hover {
    background-color: #153e8e;
    border-color: #153e8e;
}

h2.claimsProcedureTitle {
    margin-bottom: 15px;
}

.countries {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    height: 26px
}

.inactiveCountries {
    height: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.contentContactBlock .col-md-4 {
    width: 100%;
}

.contentContactBlock .col-sm-6 {
    width: 50%;
    margin-bottom: 20px;
    float: left;
}

.contentContactBlock .contactInfoDetails .call {
    margin-top: 25px;
}

.contentContactBlock .RadAjaxPanel .col-md-4 {
    width: 50%;
    float: left;
}

.contentContactBlock .captchaTextBox {
    width: 170px;
    margin-right: 5px;
}

.claimInfo a {
    color: #153e8e;
}

    .claimInfo a:hover {
        text-decoration: underline;
    }

.footerRightPart {
    float: right;
    margin-top: -5px;
}

.footerLinks a {
    font-size: 14px;
    line-height: 14px;
    text-decoration: underline;
}

.signature {
    text-align: right;
    margin-top: 3px;
    float: right;
}

.rightIcons {
    display: none;
}

.newsDetailsImage img {
    width: 75%;
}

.footerLinks a:first-child {
    margin-right: 10px;
    position: relative;
}

    .footerLinks a:first-child:after {
        position: absolute;
        right: -7px;
        bottom: 4px;
        height: 12px;
        width: 1px;
        background: #000;
        content: " "
    }

.blockSlider a img:hover {
    opacity: 0.6 !important;
}

.blockSlider .flex-direction-nav .flex-prev:hover, .blockSlider .flex-direction-nav .flex-next:hover {
    background-color: #153e8e;
    border-color: #153e8e;
}

.blockSlider .flex-direction-nav .flex-next:hover {
    background-position: -17px -217px;
}

.blockSlider .flex-direction-nav .flex-prev:hover {
    background-position: 10px -217px;
}

a.viewWebsiteLink {
    margin-top: 10px;
}

.sliderCaption a.whiteBtn {
    position: relative !important;
    display: inline-block !important;
    left: 0px !important;
    bottom: 0px !important;
}

a.viewWebsiteLink:hover {
    text-decoration: underline !important;
}
/***georgina by 2/29/2016***/
.openDialog {
    width: 500px;
    margin: 10px;
}

    .openDialog h2, .openDialog p {
        margin-bottom: 15px;
    }

    .openDialog .button {
        max-width: 80px;
    }

.copyrightHolder {
    width: 100%;
    margin-top: 10px;
}

a.facebook, a.insta, a.twitter {
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 1px solid #1a3c76;
    padding: 3px;
    margin-left: 10px;
    cursor: pointer;
}

    a.facebook:hover, a.insta:hover, a.linkedin:hover, a.youtube:hover {
        opacity: 0.7;
    }

.imgLogo img {
    width: 200px;
}

a.linkedin, a.youtube {
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 1px solid #1a3c76;
    padding: 3px;
    margin-left: 10px;
    cursor: pointer;
    position: relative
}

    a.linkedin:before {
        content: '\f0e1';
        font-family: FontAwesome;
        font-size: 14px;
        color: #1a3c76;
        position: absolute;
        display: block;
        width: 23px;
        height: 23px;
        text-align: center;
        line-height: 23px;
    }

    a.youtube:before {
        content: '\f16a';
        font-family: FontAwesome;
        font-size: 14px;
        color: #1a3c76;
        position: absolute;
        display: block;
        width: 23px;
        height: 23px;
        line-height: 23px;
        text-align: center;
    }

.noPointer {
    cursor: default;
}

.downlaodBtn {
    position: relative;
    margin-left: 20px;
}

    .downlaodBtn:after {
        width: 16px !important;
        content: '\f175' !important;
        font-family: 'FontAwesome';
        background-image: none !important;
        font-size: 13px;
        top: 10px !important;
        left: 30px !important;
    }

a.downlaodBtn:hover:after {
    left: 20px;
}

.productDetails .bullets li {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    margin-bottom: 4px;
}

    .productDetails .bullets li:before {
        position: absolute;
        width: 4px;
        height: 4px;
        left: 0;
        top: 50%;
        background: #000;
        border-radius: 5px;
        content: " ";
        margin-top: -2px;
    }

.homeNewsBlock.highlightedNews a.normalBtn {
    position: relative;
    left: 0;
}

.homepageContent .whiteBg.sameHeightBlock3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sameHeightBlock3 {
    /*background-color: #FFF;*/
    margin-bottom: 25px;
}

.sameHeightBlock2 {
    background-color: #FFF;
}

.sameHeightBlock3 .applySameHeight2 {
    height: 100%;
}

.homepageContent .container .col-md-6:first-child {
    margin-bottom: 20px;
}

@media all and (min-width: 1280px) {
    .homepageContent .container .col-md-6:first-child .whiteBg {
        box-sizing: border-box;
        height: auto;
    }

    .homepageContent .container .col-md-6:first-child .sameHeightBlock3 {
        height: 570px !important;
    }

    .highlightedNews .col-md-6 {
        margin-bottom: 30px;
    }

    .highlightedNews h3 a {
        line-height: 22px;
    }

    .highlightedNews h3 {
        margin-bottom: 20px;
        height: 66px;
        overflow: hidden;
    }

    .highlightedNews .imageHolder {
        margin-bottom: 20px;
    }

    .highlightedNews .sumary {
        display: none;
    }
}

.guideLinks {
    width: 100%;
    padding: 20px 0;
    color: #444444;
}

    .guideLinks span {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .guideLinks ul {
        display: inline-block;
        width: 100%;
    }

        .guideLinks ul li {
            display: inline-block;
            width: 100%;
        }

            .guideLinks ul li a {
                display: inline-block;
                color: #143e8d;
                position: relative;
                font-weight: 700;
            }

                .guideLinks ul li a:after {
                    content: '';
                    width: 100%;
                    height: 1px;
                    background-color: #143e8d;
                    position: absolute;
                    bottom: 3px;
                    left: 0;
                }

.payyourbill {
    border: 1px solid #213e89;
    border-radius: 20px;
    padding: 10px 20px 10px 40px !important;
    display: block !important;
    font-size: 16px;
    line-height: 15px;
    position: relative;
}

.mainMenu li:last-child .payyourbill {
    margin-left: 10px;
}

.payyourbill:hover {
    background-color: #213e89;
    color: #FFF;
}

.payyourbill:after, a.firstLevel:after {
    display: none !important;
}

.payyourbill:before {
    width: 24px !important;
    height: 23px !important;
    content: "" !important;
    position: absolute !important;
    top: 7px;
    font-family: 'FontAwesome';
    background-image: url(../images/payyourbill.png) !important;
    font-size: 13px;
    background: transparent;
    left: 10px !important;
}

.payyourbill:hover:before {
    background-image: url(../images/payyourbill-white.png) !important;
}

.insuranceTitles {
    position: absolute;
    left: 530px;
    top: 20px;
    color: #1c376a;
}

    .insuranceTitles .title {
        font-size: 108px;
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        line-height: 90px;
        text-transform: uppercase;
        display: block;
    }

    .insuranceTitles .subtitle {
        font-size: 34px;
        font-weight: normal;
        font-style: normal;
        font-display: swap;
        letter-spacing: 1px;
        display: block;
    }

    .insuranceTitles .subtitle2 {
        font-size: 34px;
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        text-transform: uppercase;
        letter-spacing: 4px;
        display: block;
    }

.insuranceIcons {
    width: 185px;
    height: 185px;
    border-radius: 100px;
    display: block;
}

    .insuranceIcons:hover {
        background-color: #bab9b9;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .insuranceIcons .insuranceContent {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .insuranceIcons .text {
        color: white;
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        display: block;
        line-height: 20px;
        font-size: 20px;
        max-width: 95px;
        margin: 0px auto;
        text-align: center;
    }

.mainSlider .insuranceIcons img {
    display: block;
    width: auto;
    margin: 0px auto;
    margin-bottom: 15px;
}

.hunterIcon {
    background-color: #109ecd;
    position: absolute;
    right: 440px;
    top: 270px;
}

.motorIcon {
    background-color: #c61b37;
    position: absolute;
    right: 200px;
    top: 270px;
}

.travelIcon {
    background-color: #e6b623;
    position: absolute;
    right: 40px;
    top: 25px;
}

.insuranceFixed {
    display: block;
    background-color: #109ecd;
    width: 130px;
    height: 130px;
    position: fixed;
    right: 50px;
    bottom: 45px;
    text-align: center;
    z-index: 10;
    border-radius: 70px;
    cursor: pointer;
}

.qatar .insuranceFixed {
    bottom: 210px;
}

.insuranceFixed .text {
    font-family: 'Fira Sans';
    display: block;
    color: white;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 27px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.iconsFixed {
    position: absolute;
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    display: none;
}

    .iconsFixed svg {
        width: 50px;
        margin-top: 10px;
    }

.hunterFixed {
    top: -77px;
    right: 35px;
}

.motorFixed {
    right: 140px;
}

.travelFixed {
    top: -20px;
    right: 135px;
}

    .travelFixed svg {
        margin-top: 15px;
    }

.iconsFixed:hover {
    background-color: #1cafc0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .iconsFixed:hover svg {
        fill: #fff !important;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

.iconsFixed span {
    background-color: #1cafc0;
    color: white;
    font-size: 14px;
    display: block;
    font-weight: bold;
    font-style: normal;
    padding: 2px;
    text-transform: uppercase;
    position: absolute;
    border-radius: 20px;
    display: none;
}


.hunterFixed span {
    right: 80px;
    bottom: 20px;
    width: 210px;
}

.travelFixed span {
    width: 130px;
    right: 80px;
    bottom: 20px;
}

.motorFixed span {
    width: 130px;
    bottom: 20px;
    right: 75px;
}

.iconsFixed span::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 11px;
    right: -4px;
    top: 6px;
    background-image: url(../images/insurance-arrow.png);
    background-repeat: no-repeat;
}


.whatsappSupport {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 95px;
    right: 20px;
    z-index: 1000;
}


.insuranceFixed .title {
    font-family: 'Fira Sans';
    display: block;
    color: white;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    position: absolute;
    width: 100%;
    bottom: calc(50% - 25px);
}

.insuranceFixed .subtitle {
    font-family: 'Fira Sans';
    display: block;
    color: white;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    position: absolute;
    width: 100%;
    bottom: 24px;
}

.insuranceFixed svg {
    width: 70px;
    margin: 1px 8px 0 0;
}


.whatsappSupport span {
    background-color: #4caf50;
    color: white;
    font-size: 13px;
    display: block;
    font-weight: bold;
    font-style: normal;
    padding: 2px 10px;
    text-transform: uppercase;
    position: absolute;
    border-radius: 20px;
    right: 75px;
    bottom: 18px;
    width: 165px;
}

    .whatsappSupport span::after {
        position: absolute;
        content: '';
        width: 6px;
        height: 11px;
        right: -4px;
        top: calc(50% - 6px);
        background-image: url(../images/whataspp-arrow.png);
        background-repeat: no-repeat;
    }

.socialMedia .shareTrigger, .shareWhatsapp, .shareFacebook, .shareGmail {
    position: fixed;
    right: 100px;
    bottom: 180px;
    display: block;
    z-index: 1000;
}

.socialMedia .shareWhatsapp {
    bottom: 100px;
    right: 10px;
    display: none;
}

.socialMedia .shareFacebook {
    bottom: 100px;
    right: 190px;
    display: none;
}

.socialMedia .shareGmail {
    bottom: 7px;
    right: 100px;
    display: none;
}

.qatar .insuranceFixed .socialMedia .shareTrigger {
    bottom: 345px;
}

.qatar .insuranceFixed .socialMedia .shareWhatsapp {
    bottom: 260px;
}

.qatar .insuranceFixed .socialMedia .shareFacebook {
    bottom: 260px;
}

.qatar .insuranceFixed .socialMedia .shareGmail {
    bottom: 170px;
}

.qatar .insuranceFixed {
    bottom: 210px;
}

.egyptPayment .tabTitles {
    margin-bottom: 40px;
}

    .egyptPayment .tabTitles a {
        padding: 10px 0;
        border-bottom: 5px solid #ffffff;
        box-shadow: 1px 1px 2px rgba(186, 186, 186, 0.5);
        width: 49%;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }

        .egyptPayment .tabTitles a.active {
            border-bottom: 5px solid #143d8d;
        }

        .egyptPayment .tabTitles a:last-child {
            box-shadow: none;
        }

.egyptPayment .tabContents .formColumn:not(.active) {
    display: none;
}
.egyptPayment .tabContents .formColumn h4 {
    margin-bottom: 15px;
}

.popupButtons {
    font-size: 16px;
    color: #1A3C76;
    border: solid 1px #1A3C76;
    max-width: 280px;
    display: block;
    margin: 0px auto;
    margin-bottom: 15px;
    padding: 10px 0px;
    border-radius: 20px;
    position: relative;
    text-align: left;
}

    .popupButtons:hover {
        background-color: #e1e1e1;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .popupButtons span {
        padding-left: 80px;
    }

.popupContent {
    padding: 50px 0px;
    display: none;
}

.fromLebanon:after {
    position: absolute;
    content: '';
    background-image: url(../images/from-lebanon.png);
    width: 48px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 20px;
    top: 10px;
}

.toLebanon:after {
    position: absolute;
    content: '';
    background-image: url(../images/to-lebanon.png);
    width: 48px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 20px;
    top: 5px;
}

.fancybox-skin .fancybox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(../images/close-fancybox.png) !important;
    background-position: unset;
}

.popupContent h3 {
    color: #153e8e;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.popupContent1 {
    padding: 25px 0px;
    display: none;
    max-width: 285px;
    margin: 0px auto;
}

.socialMediaIcons li {
    display: inline-block;
    margin-right: 30px;
    color: #1A3C76;
    font-weight: bold;
}

.travelingToLebanon {
    margin-bottom: 50px;
}

.socialMediaIcons {
    display: flex;
    align-items: center;
}


/* Auction css */
.noPadd{
    padding-left: 0!important;
    padding-right: 0!important;
}
.d-flex{
    display: flex;
}
.justify-space-between{
    justify-content: space-between;
}
.stackedInput li{
    list-style: none;
}

.loginWrapper {
    padding-top:60px;
}


.loginWrapper h1 {
    color: #143D89;
    font-family: "Fira Sans";
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 45px;
    margin-bottom:25px;
}
.loginWrapper p {
    color: #7E7E7E;
    font-family: "Fira Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom:20px;
}
    .loginWrapper p span {
        display: inline-block;
        height: 40px;
        width: 40px;
        background-color: #FFFFFF;
        color: #143D89;
        font-family: "Fira Sans";
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0;
        line-height:40px;
        text-align: center;
        border-radius:50%;
        margin-right:10px;
    }

    .loginWrapper .pageTitle h2 {
        margin-bottom: 10px;
        color: #143D89;
        font-size: 28px;
        line-height: 46px;
    }
.loginWrapper > .col-md-12 > .row{
   margin:0; 
}
 .loginWrapper > .col-md-12 > .row > .col-md-6:first-child{
     padding-right:8.3%;
     margin-top:30px;
 }
    .loginWrapper .loginBox {
        background-color: #FFFFFF;
        box-shadow: 1px 1px 2px 0 rgba(186,186,186,0.5);
        padding:40px 50px;
    } 
    
 .loginWrapper #forgetPass {
    color: #143D89;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right;
    display: block;
    margin-bottom: 30px;
    font-family: 'Fira Sans', sans-serif;
    cursor: pointer;
}
.loginWrapper .formTextBox{
        margin-bottom:20px;
    }
.loginBox .contactInfo > .row{
    margin:0;
}

.loginWrapper label, .popUp label,
.regsiterWrapper label, .dashboardContent label {
    color: #444444;
    font-family: "Fira Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    display: block;
    margin-bottom: 10px;
}
.loginWrapper label span,
 .regsiterWrapper label span, 
 .popUp label span, .dashboardContent label span{
    color: #143D89;
}
.loginWrapper input[type=email],
.loginWrapper input[type=text],
.loginWrapper input[type=password],
.popUp input[type=email],
.popUp input[type=text],
.popUp input[type=password],
.regsiterWrapper input, .dashboardContent input[type="text"] {
    color: #444444;
    font-family: "Fira Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}
.loginWrapper input[type=email],
.loginWrapper input[type=text],
.loginWrapper input[type=password],
.popUp input[type=email],
.popUp input[type=text],
.popUp input[type=password] {
    padding-left: 35px;
}
.loginWrapper .formTextBox, .regsiterWrapper .formTextBox, .popUp .formTextBox, .dashboardContent .formTextBox {
    padding: 12px 10px;
}

.regsiterWrapper .bckWrapper .col-md-12 {
    background: white;
    padding: 26px 30px;
}
.regsiterWrapper .contentBlock{
    margin-bottom:0;
}
.regsiterWrapper .registerBtns {
    padding-top: 40px;
    border-top: 1px solid #D6D6D6;
}


.regsiterWrapper .flag-container:after, .dashboardContent .flag-container:after {
    content: "";
    position: absolute;
    right: -8px;
    height: 35px;
    width: 1px;
    background-color: #D6D6D6;
    top: -8px;
}
.regsiterWrapper .intl-tel-input .selected-flag .iti-arrow, .dashboardContent .intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 43%;
    margin-top: -2px;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 1px solid #143D89;
    border-right: 1px solid #143D89;
    border-top: 0;
    border-left: 0;
    padding: 2px;
    transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    line-height:16px;
}


.regsiterWrapper .intl-tel-input .selected-flag, .dashboardContent .intl-tel-input .selected-flag {
    padding: 0;
}

.loginWrapper .emailLabel:before, .popUp .emailLabel:before {
    top: 45px;
} 

.formTextBox{
    border-color:#D6D6D6;
    margin-bottom: 30px;
} 
.emailLabel,.pwdLabel{
    position: relative;
}
    .emailLabel:before {
        content: "";
        position: absolute;
        height: 14px;
        width: 21px;
        background: url(../images/email.svg) no-repeat;
        background-size: contain;
        top: 40px;
        left: 15px;
        z-index: 1;
    }
    .pwdLabel:before {
        content: "";
        position: absolute;
        height: 20px;
        width: 15px;
        background: url(../images/lock.svg) no-repeat;
        background-size: contain;
        top: 40px;
        left: 15px;
        z-index: 1;
    }

.loginWrapper input[type=checkbox]:not(old), .regsiterWrapper input[type=checkbox]:not(old){
	width : 2em;
	margin : 0;
	padding : 0;
	font-size : 1em;
	opacity : 0;
}
.loginWrapper input[type=checkbox]:not(old) + label, .regsiterWrapper input[type=checkbox]:not(old) + label{
	display : inline-block;
	margin-left : -2em;
    line-height : 1.5em;
    color: #444444;
      font-size: 14px;
     letter-spacing: 0;
}



.loginWrapper input[type=checkbox]:not(old) + label:before ,.regsiterWrapper input[type=checkbox]:not(old) + label:before {
	display : inline-block;
	height: 20px;
  width: 20px;
  margin-right: 10px;
  border: 1px solid #D6D6D6;
  background-color: #FFFFFF;
	vertical-align : bottom;
	float: left;
	content : '';
}
 input[type=checkbox ]:not(old):checked + label:before, .regsiterWrapper input[type=checkbox]:not(old):checked + label:before {
	background : #143D89;
}
.loginWrapper .formsButtons {
float:none;
align-items:center;
}


.registerInfo {
    padding-top: 20px;
    border-top: 1px solid #D6D6D6;
    margin-top: 40px;
}
.registerInfo p{
   color:#444444;
  font-family: "Fira Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}
.registerInfo p a{
    color: #143D89;
}
.notificationMsg{
    margin:30px 0;
}
    .notificationMsg .greenError {
        width: 100%;
        padding: 15px;
        border: 1px solid #AAE8A1;
        background-color: #D8F7D4;
        text-align: center;
    }
        .notificationMsg .greenError.red {
            border: 1px solid #FFB7B7;
            background-color: #FFD3D3;
        }
    .notificationMsg h3 {
        color: #459F39;
        font-family: "Fira Sans";
        font-size: 17px;
        letter-spacing: 0;
        line-height: 27px;
        text-align: center;
    }
    .notificationMsg .greenError.red h3 {
        color: #D80000;
    }

.popUp{
    position: fixed;
    width: 558px;
    min-height: 351px;
    height:auto;
    background-color: #FFFFFF;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    display: none;
}
.popUp .popup-Content{
    padding:30px 80px;
}
.popUp h2{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}
.popUp p{
    color: #7E7E7E;
    font-family: "Fira Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
   
}
.popUp .formColumn{
    margin-top: 30px;
}
.popUp .formsButtons,.popUp .formsButtons a{
    float: none;
    text-align: center;
}
.popUp .formsButtons a{
    max-width: 145px;
    display: inline-block;
}
body.openedPopup:after{
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000000;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    z-index: 100;
}
.popUp .close{
    position: absolute;
    background: url(../images/close.svg) no-repeat;
    height: 15px;
    width: 15px;
    background-size: contain;
    top: -30px;
    right:0;
    cursor: pointer;
}
.regsiterWrapper{
    margin-bottom: 120px;
}
.note{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: right;
}
.registerBtns .d-flex{
    justify-content: flex-end;
    align-items: center;   
}
.registerBtns .note{
    padding-right: 10px;
}
.messageWrapper .row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 120px;
    text-align: center;
}
.messageWrapper p{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
}
.messageWrapper img{
    margin-bottom: 20px;
}
.messageWrapper .button {
    padding:10px;
    width: 180px;
    display: block;
    margin: 0 auto;

}
.accountHeader {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 30px;
    text-align: right;
    position: relative;
    margin-top: -15px;
}
.accountHeader .accountIcon{
    display: inline-block;
    height: 18px;
    width: 15px;
    margin-right: 10px;
    background: url(../images/user-blue.svg) no-repeat;
    background-size: contain;
}
    .accountHeader .accountName {
        color: #444444;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 19px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        padding-bottom: 10px;
       
    }
    .accountHeader .accountName span {
        color: #143D89;
        margin-left: 5px;
       
    }
        .accountHeader .accountName a > span {
            position: relative;
            padding-right: 25px;
        } .accountHeader .accountName a > span:after {
            content: "";
            position: absolute;
            right: 0;
            top: 7px;
            height: 9px;
            width: 15px;
            background: url(../images/arrow-down.svg) no-repeat;
            background-size: contain;
        }
        
        .accountHeader .accountName:hover .accountDropdown {
            display: block;
        } 
        .accountHeader .accountDropdown {
        position: absolute;
        background: #fff;
        padding: 30px 40px;
        top: 29px;
        right:0;
        text-align: left;
        z-index: 100;
        width: 187px;
        box-shadow: 1px 1px 2px 0 rgba(186,186,186,0.5);
        display: none;
    }
        .accountHeader .accountDropdown li:not(:last-child){
            padding-bottom:15px;
            margin-bottom:15px;
        }

            .accountHeader .accountDropdown li a {
                color: #444444;
                font-size: 17px;
                font-weight: 300;
                letter-spacing: 0;
                line-height: 21px;
                position: relative;
                padding-left: 30px;
                font-family: "Fira Sans";
            }
               
                
                .accountHeader .accountDropdown li:not(:last-child) {
                    border-bottom: 1px solid #D9D9D9;
                }

            .accountHeader .accountDropdown li a.button{
                text-align:center;
            }
                .accountHeader .accountDropdown li a.button:hover{
                    color:#fff;
                } .vehiclesListing .vehiclesfilters {
                    border: 1px solid #D6D6D6;
                    background-color: #FFFFFF;
                    padding: 0 20px;
                    height: 66px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-bottom: 30px;
                }
                    .vehiclesListing .vehiclesfilters p {
                        color: #143D89;
                        font-size: 16px;
                        font-weight: 600;
                        letter-spacing: 0;
                        line-height: 23px;
                        padding-right: 40px;
                        display: block;
                        min-width: 60px;
                    }
                    .vehiclesListing .vehiclesfilters .filterHolder {
                        min-width: calc(calc(100% - 390px)/2);
                        display: flex;
                        align-items: center;
                    }
 
    
    .vehiclesListing .vehiclesfilters .filterHolder:not(:last-child) {
        padding-right: 30px;
    }
    .vehiclesListing .vehiclesfilters .filterHolder:last-child {
        min-width: 130px;
    } 
.vehiclesListing .vehiclesfilters .filterHolder label{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  padding-right:10px; 
  margin-bottom: 0;
}
.vehiclesListing .vehiclesfilters .filterHolder .formDropDown, .vehiclesListing .vehiclesfilters .filterHolder input{
    width:100%;
    max-width: 80%;
}
.vehiclesListing .vehiclesfilters .filterHolder .formDropDown .sbHolder{
    margin-bottom:0;
}
    .vehiclesListing .vehiclesfilters .filterHolder .formTextBox {
        margin-bottom: 0;
        width: calc(100% - 154px);
    }
.vehicleListIem{
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px 0 rgba(186,186,186,0.5);
    margin-bottom: 24px;
}

.vehicleListIem img{
    max-width: 100%;
    width:100%;
}
.vehicleListIem .carName{
 color: #143D89;
  font-family: "Fira Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  padding-bottom: 20px;
}
.vehicleListIem .vehicleBid{
    display: flex;
    justify-content: space-between;
    color: #444444;
  font-family: "Fira Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  padding-top: 20px;
  border-top:1px solid #D6D6D6;
  padding-bottom: 30px;
}
.vehicleListIem .current span{
   color: #1AB14B;
  font-family: "Fira Sans";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  display: block;
}

.vehicleListIem .time span{
    font-family: "Fira Sans";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 23px;
    text-align: right;
    color: #CF0404;
}
.vehicleListIem .button{
    text-align: center;
}
.infoWrapper{
    padding: 20px 20px 30px 20px;
}
.vehicleListIem a.darkButton:after {
    left: 35%;
    }
    

.lSSlideOuter .lSPager.lSGallery li,
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover{
        border-radius: 0!important;
       
}
   
.lSSlideOuter .lSPager.lSGallery li{
    position: relative;
}
 .lSSlideOuter .lSPager.lSGallery li:not(.active):before{
    background-color:rgba(0, 0, 0, 0.7);
    content:"";
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
}
.lSSlideWrapper  li > img{
    width:100%;
}
.vehicleDetails{
    margin-bottom: 120px;
}
.vehicleDetailsWrapper{
    background-color: #FFFFFF;
  box-shadow: 1px 1px 2px 0 rgba(186,186,186,0.5);
  padding:30px;
  margin-bottom:50px;
}
.vehicleDetailsWrapper .details .vehicleTitle{
    color: #143D89;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight:600;
}
.vehicleDetailsWrapper .details .location{
    color: #444444;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    padding-left:27px;
    position: relative;
    margin-bottom: 20px;
}
.vehicleDetailsWrapper .details .location:before{
 content:"";
 position: absolute;
 top:-2px;
 left:0;
 height: 23px;
width: 17px;
background: url(../images/pin.png) no-repeat;
background-size: contain;   
}
.vehicleDetailsWrapper .current-bid span,.time-bid span{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  display: inline-block;
  min-width: 131px;
  margin-right: 20px;
}
.vehicleDetailsWrapper .current-bid{
    color: #1AB14B;
  font-family: "Fira Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  padding-bottom: 10px;
  margin-bottom:10px;
  border-bottom: 1px solid #D6D6D6;
}
.vehicleDetailsWrapper .time-bid{
    color: #CF0404;
  font-family: "Fira Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 20px;
}
.vehicleDetailsWrapper .bidInput{
    background-color: #F8F8F8;
    padding:15px 20px;
    margin-bottom:20px;
}
.vehicleDetailsWrapper .bidInput label{
    display: block;
    color: #444444;
    font-family: "Fira Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 10px;
}
.vehicleDetailsWrapper .bidInput .formTextBox{
    max-width: 231px;
    width: 50%;
    margin-right: 20px;
    display: inline-block;
    padding:10px;
    margin-bottom: 0;
    padding:12px 10px;
}

    .vehicleDetailsWrapper .bidInput .formTextBox input::-webkit-outer-spin-button,
    .vehicleDetailsWrapper .bidInput .formTextBox input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */
    .vehicleDetailsWrapper .bidInput .formTextBox input[type=number] {
        -moz-appearance: textfield;
    }
    
    .vehicleDetailsWrapper .bidInput .formTextBox:after {
        content: "QAR";
        position: absolute;
        right: 15px;
        font-family: "Fira Sans";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 23px;
        text-align: right;
    }.vehicleDetailsWrapper .bidInput .blue-button {
        border-radius: 22.5px;
        background-color: #143D89;
        padding: 13px 26px;
        min-width: 140px;
        color: #FFFFFF;
        font-family: "Fira Sans";
        font-size: 16px;
        letter-spacing: 0;
        line-height: 40px;
        text-align: center;
    }
.vehicleDetailsWrapper .bidInput .hint{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}
    .vehicleDetailsWrapper .bidInput .hint b {
        font-weight: 600;
        padding-top: 5px;
        display: inline-block
    }
.vehicleDetailsWrapper .detailsList  ul li {
    padding-bottom: 25px;
    color: #444444;
  font-family: "Fira Sans";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}
.vehicleDetailsWrapper .detailsList  ul li span{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
    display: inline-block;  
    min-width: 106px;
    margin-right: 20px; 
}

 .vehicleDetailsWrapper .notificationMsg {
        margin-bottom:15px;
        margin-top:0;
 }

    .vehicleDetailsWrapper .notificationMsg .greenError{
        padding:8px;
        text-align:center;
        width:auto; 
    }

        .vehicleDetailsWrapper .notificationMsg .greenError h3 {
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 20px;
            text-align: center;
        }
        
        
        .moreDetailsWrapper {
            background-color: #FFFFFF;
            box-shadow: 1px 1px 2px 0 rgba(186,186,186,0.5);
            padding: 30px;
        }
 .moreDetailsWrapper h3{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
  margin-bottom: 20px;
}
 .moreDetailsWrapper p{
    color: #7E7E7E;
  font-family: "Fira Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom:30px;
}
.specificationRow{
    background-color: #F8F8F8;
    padding:20px;
    margin:0;
    
}
.specificationRow ul li{
   
    color: #444444;
  font-family: "Fira Sans";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}
    .specificationRow ul li:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .specificationRow ul li span {
        display: inline-block;
        min-width: 100px;
        margin-right: 40px;
        font-weight: 500;
        line-height: 22px;
    }
.specificationRow ul li:not(:last-child){
    border-bottom: 1px solid #DDDDDD;
}
.confirmBid .current-bid{
    color: #1AB14B;
  font-family: "Fira Sans";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
  margin-bottom: 30px;
  border:none;
  padding-bottom:0;
}
.confirmBid .popup-Content{
    padding:30px 40px;
} .confirmBid img {
    max-width: 100%;
    margin-bottom: 20px;
}
.confirmBid .carName{
    color: #143D89;
  font-family: "Fira Sans";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px; 
}
.formsButtons .link{
    color: #444444;
    font-family: "Fira Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    text-decoration: underline;
    padding-top: 20px;
}
.successBid{
    border: 1px solid #DEDEDE;
    background-color: #FFFFFF;
     padding:20px;
    margin-bottom:20px;
    text-align: center;
}
.successBid img{
    margin-bottom: 10px;
}
.successBid h2{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}

.dashboardWrapper{
    padding-bottom:100px;
}

.dashboardWrapper .sidebar {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 2px 0 rgba(186,186,186,0.5);
    padding: 30px 35px;
    margin-bottom:30px;
}
.dashboardWrapper .sidebar li a{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 21px;
  padding-left: 30px;
  position:relative;
}
.dashboardWrapper .sidebar li:not(:last-child){
    padding-bottom: 15px;
    margin-bottom:15px;
    border-bottom:1px solid #D9D9D9;

}
    .dashboardWrapper .sidebar li.active a,
    .accountHeader .accountDropdown li.active a,
    .dashboardWrapper .sidebar li:hover a,
    .accountHeader .accountDropdown li:hover a {
        color: #143D89;
        font-weight: 500;
    }
    .dashboardWrapper .sidebar li.profile a:before,
    .accountDropdown li.profile a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/user.svg) no-repeat;
        background-size: contain;
        height: 17px;
        width: 13px;
    }

    .accountDropdown li.active.profile a:before,
    .accountDropdown li.profile:hover a:before,
    .dashboardWrapper .sidebar li.active.profile a:before,
    .dashboardWrapper .sidebar li.profile:hover a:before {
        background: url(../images/user-blue.svg) no-repeat;
        background-size: contain;
    }
    .dashboardWrapper .sidebar li.my-bids a:before,
    .accountDropdown li.my-bids a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/my-bids.svg) no-repeat;
        background-size: contain;
        height: 19px;
        width: 18px;
    }
    .dashboardWrapper .sidebar li.my-bids.active a:before,
    .dashboardWrapper .sidebar li.my-bids:hover a:before,
    .accountDropdown li.my-bids.active a:before,
    .accountDropdown li.my-bids:hover a:before {
        background: url(../images/my-bids-blue.svg) no-repeat;
        background-size: contain;
    }
    .dashboardWrapper .sidebar li.password a:before, .accountDropdown li.password a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/password.svg) no-repeat;
        background-size: contain;
        height: 17px;
        width: 13px;
    }
    .dashboardWrapper .sidebar li.password.active a:before,
    .dashboardWrapper .sidebar li.password:hover a:before,
    .accountDropdown li.password.active a:before,
    .accountDropdown li.password:hover a:before {
        background: url(../images/password-blue.svg) no-repeat;
        background-size: contain;
    }
    .dashboardWrapper .sidebar li.my-address a:before,
    .accountDropdown li.my-address a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/address.svg) no-repeat;
        background-size: contain;
        height: 21px;
        width: 15px;
    }
    .dashboardWrapper .sidebar li.my-address.active a:before,
    .dashboardWrapper .sidebar li.my-address:hover a:before,
    .accountDropdown li.my-address.active a:before,
    .accountDropdown li.my-address:hover a:before {
        background: url(../images/address-blue.svg) no-repeat;
        background-size: contain;
    }

    .dashboardWrapper .sidebar li.log-out a:before, .accountDropdown li.log-out a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/logout.svg) no-repeat;
        background-size: contain;
        height: 19px;
        width: 19px;
    }
    .dashboardWrapper .sidebar li.log-out:hover a:before,
    .accountDropdown li.log-out:hover a:before {
        background: url(../images/logout-blue.svg) no-repeat;
        background-size: contain;
    }
        
        
        .dashboardWrapper .col-md-8 {
            margin-left: 8.3%;
        }
.dashboardWrapper h2{
    color: #444444;
  font-family: "Fira Sans";
  font-size: 26px;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom:20px;
}
.dashboardWrapper .formBtns{
    padding-top: 30px;
    text-align: right;
    border-top:1px solid #D6D6D6;
}
.dashboardWrapper .formBtns a{
    float:right;
}

.bidsListing .bidsItemsHeader{
    color: #444444;
    font-family: "Fira Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    padding-bottom: 10px;
    border-bottom:1px solid #D6D6D6;
} 
.bidsListing .bidsItemsHeader .col-md-2{
    min-width:123px;   
}
.bidsListing .bidsItem{
    border-bottom:1px solid #D6D6D6;
    padding:20px 0;

}
.bidsListing .bidsItem img{
    max-width:100%;
}

    .bidsListing .bidsItem .car-name {
        color: #143D89;
        font-size: 14px;
        font-weight: 500;
        font-family: 'FiraSans-Book';
        letter-spacing: 0;
        line-height: 22px;
        margin-top: 20px;
    }
.bidsListing .bidsItem .bidValue{
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
     margin-top: 20px;
    
}
    .bidsListing .bidsItem .bidStatus {
        min-width: 78px;
        width: auto;
        border-radius: 13px;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        font-family: 'FiraSans-Book';
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
        padding: 6px 16px;
        margin-top: 20px;
    }
.bidStatus.winning{
    border: 1px solid #AAE8A1;
    background-color: #D8F7D4;
    color: #459F39;
}
.bidStatus.losing{
    border: 1px solid #FFB7B7;
    background-color: #FFD3D3;
    color: #D80000;
}
.bidsListing .bidsItem .viewLink {
    color: #143D89;
    font-size: 14px;
    font-weight: 500;
    font-family: 'FiraSans-Book';
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
}
.bidsListing .bidsItem .col-md-2:last-child{
    text-align: center;
    padding-top: 20px;
}
.qatar .imgLogo img{
    width:180px;
}
.qatar .topMenu a{
    font-size:13px;
}
.qatar .headerTopPart{
    margin-bottom:30px;
}
.qatar .mainMenu a.firstLevel{
    font-size:15px;
}
.mobileOnly {
    display: none;
}
.backToLink {
    color: #444444;
    font-family: "Fira Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom:20px;
    display:inline-block;
    position:relative;
    padding-left:20px;
}
    .backToLink:before {
        content: "\f177";
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'FontAwesome';
        background-image: none !important;
        font-size: 13px;
    }

.darkButton.centered{
    text-align:center;
}
    .darkButton.centered:after {
        left: 50px;
    }

.fileUploadNote {
    color: #143D89;
    font-family: "Fira Sans";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 14px;
}

.fieldUpload:after {
    content: "Choose file";
    position: absolute;
    right: 20px;
    top: 44px;
    background: url(../images/upload.svg) no-repeat;
    background-size: contain;
    background-position: left;
    color: #143D89;
    font-family: "Fira Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    width: 71px;
    padding-left: 24px;
}
    .fieldUpload .formTextBox {
        min-height: 20px;
    }
    .fieldUpload input {
        font-size: 15px;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 99;
        left: 0;
        width: 100%;
        height: 100%;
        
    }

.uploadValue {
    display: block;
    left: 15px;
    top: 30px;
    opacity: 1;
    position: absolute;
    z-index: 50;
    color: #444444;
    font-size: 13px;
    font-size: 13px;
    line-height: 16px;
    padding-top: 15px;
}
.mainSlider .sliderCaption {
    background: #FFF;
    position: absolute;
    top: 60px;
    padding: 20px;
    left: 20%;
    box-shadow: 0px 0px 10px #00000029;
    min-width: 950px;
    text-align: left;
    color: #000000;
    z-index: 2;
}
    .mainSlider .sliderCaption .tabsMain a {
        text-align: left;
        color: #043B92;
        opacity: 1;
        font-size: 0;
        margin-right: 30px;
        position: relative;
    }
        .mainSlider .sliderCaption .tabsMain a:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 3px;
            bottom: -20px;
            left: 0;
            background-color: transparent;
        }
.tabsLinks {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.mainSlider .sliderCaption .tabsMain a.active {
    font-weight: bold;
    font-size: 16px;
}
    .mainSlider .sliderCaption .tabsMain a.active:before {
        background-color: #043B92;
    }
.mainSlider .sliderCaption .tabsMain ul li{
    position: relative;
    padding-left: 15px;
}
    .mainSlider .sliderCaption .tabsMain ul li:before {
        position: absolute;
        content: '';
        background-color: #000;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        top: 9px;
        left: 0;
    }
.mainSlider .sliderCaption img{
    max-width: 100%;
}
.mainSlider .shareOn {
    border-top: 1px solid #DEDEDE;
    padding-top: 20px;
    margin-top: 20px;
}
.mainSlider  .tabsLInks a {
    font-size: 0;
    color: #a5a5a5;
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    padding-top: 5px;
}

    .mainSlider .tabsLinks a img {
        max-width: 20px;
        display: inline-block !important;
        vertical-align: middle;
        filter: grayscale(1);
        opacity: 0.5;
    }

.mainSlider .tabsLInks a:after {
    height: 1px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

    .mainSlider .tabsLinks a.active {
        font-size: 16px;
    }
        .mainSlider .tabsLinks a.active img {
            filter: grayscale(0);
            opacity: 1;
        }
.mainSlider  .tabsLInks a.active:after {
    background: #133e8d;
}
.buyNw {
    width: 121px;
    background: #FEC900;
    font-family: 'Fira Sans';
    border-radius: 4px;
    color: #043B92 !important;
    font-size: 14px !important;
    font-weight: bold;
    text-transform: capitalize;
    padding: 15px 10px;
    margin: -20px auto 0 !important;
    text-align: center !important;
    display: block;
}
.visibleMobile{
    display: none;
}
.mainSlider .sliderCaption .col-sm-4 img {
    margin-top: 50px;
}
    @media all and (max-width: 1699px) {
        .mainSlider .sliderCaption {
            padding: 20px;
            font-size: 15px;
            bottom: auto;
        }

    }


@media all and (max-width: 1599px){
    .mainSlider .sliderCaption {
        padding: 20px;
      
        font-size: 15px;
        bottom: auto;
    }
    .homepageContent {
        margin-top: -50px!important;
    }
    .shareOn label {
        font-size: 15px;
    }
}

@media all and (max-width: 990px){
    .mainSlider .sliderCaption{
        min-width: 700px;
    }
}
@media all and (max-width: 1250px) {
    .mainSlider .sliderCaption {
        left: 20px;
        min-width: 800px;
        top: 20px;
    }
    .mainSlider .shareOn {
        margin-top: 0;
    }
    .homepageContent {
        margin-top: 0px !important;
    }
}
@media all and (max-width: 768px) {
    .hiddenMobile {
        display: none;
    }
    .visibleMobile {
        display: block;
    }
    .buyNw {
        width: 95%;
        margin-top: 10px !important;
    }
    .mainSlider .sliderCaption img{
        max-width: 300px;
    }
    .coverageDetails{
        flex-wrap: wrap;

    }
    .mainSlider .sliderCaption .tabsMain ul.coverageDetails li{
        flex:0 0 100%;
        border:none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .mainSlider .sliderCaption .tabsMain h3{
        margin-bottom: 5px;
    }
    .mainSliderHolder .tabsMain .col-sm-4 img{
        display: none;
    }
    .mainSlider .sliderCaption {
        min-width: auto;
        max-width:calc(100% - 20px);
        right: auto;
        left: 10px;
        top: 15px;
        box-sizing: border-box;
    }
    .mainSlider .tabsLinks a.active {
        /*font-size: 0 !important;*/
    }
    .mainSlider .slides img{
        height: auto!important;
    }
    .mainSlider{
        margin-bottom: 40px!important;
    }
        .mainSlider .tab{
            font-size: 13px;
        }
}


/************medical popup***************/
.app-overlay {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-overlay .overlay-parent{
    width: 1045px;
    max-width: calc(100% - 40px);
    background-color: #fff;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.app-overlay .text-holder {
    padding: 45px 55px;
    padding-right: 95px;
}

.app-overlay .logo{
    width:130px;
    margin-bottom: 35px;
}

.app-overlay .logo img{
    max-width:100% ;
}

.app-overlay h2{
    font-size:22px;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 30px;
}

.app-overlay h2 span{
    font-weight: bold;
    color:#043B92
}

.app-overlay p{
    font-size:16px;
    line-height: 23px;
    color:#000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.app-overlay p b{
    font-weight: 700;
}

.app-overlay .btn{
    display: block;
    border-radius: 4px;
    background-color: #043B92;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 13px;
    text-align: center;
    transition: 0.3s;
    border:1px solid #043B92;
}
.app-overlay .btn:hover{
   background-color:#fff;
   color:#043B92;
}
.app-overlay .social-media span {
    display: flex;
    float: none;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    padding:0;
}
    .app-overlay .social-media a {
        display: flex;
        float: none;
        font-size: 16px;
        color: #000;
        font-weight: 700;
        align-items: center;
        position: relative;
        margin-bottom: 15px;
        padding: 0;
    }
.app-overlay .social-media a:after{
    display: none;
}
.app-overlay .social-media a:before{
    content:'';
    height:17px;
    width:17px;
    margin-right: 10px;
    background-size:contain;
}

.app-overlay .social-media a.call:before{
    background-image:url(/images/call-icon.png)
}

.app-overlay .social-media a.whatsapp:before{
    background-image:url(/images/whatsap-icon.svg)
}

.coverageDetails{
    display: flex;
    list-style: none;
    margin-bottom: 20px;
}
.mainSlider .sliderCaption .tabsMain ul.coverageDetails li:before{
    display: none;
}

.mainSlider .sliderCaption .tabsMain ul.coverageDetails li{
    padding-left: 0;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #c4c4c4;
}
.mainSlider .sliderCaption .tabsMain ul.coverageDetails li:last-child{
    border:none;
    padding-right:0;
    margin-right: 0;
}
.coverageDetails h3{
    font-size:16px!important;
    margin-bottom: 10px;
}
.close-tabs{
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 15px;
    top: 18px;
}
@media all and (max-width:1100px){
    .app-overlay .text-holder{
        padding:20px 40px;
        box-sizing: border-box;
    }
}


.blueTitle {
    color: #002688;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}
    .blueTitle span {
        color: #000;
        margin: 0 10px;
    }
.coverageDetails ul li {
    position: relative !important;
    padding-left: 20px !important;
    border-right: none !important;
    margin-right: 0!important;
    padding-right: 0!important;
}
    .coverageDetails ul li:after {
        position: absolute;
        width: 3px;
        height: 3px;
        left: 0;
        top: 8px;
        background: #000;
        border-radius: 3px;
        content: '';
    }
.mobHidden{
    display: none;
}
.coverageDetails h3{
    font-weight: bold;
}
.app-overlay .overlay-parent{
    position: relative;
}
@media all and (max-width:992px) {
    .image-holder {
        display: none;
    }

    .mobHidden {
        display: block;
        max-width: inherit !important;
        padding: 0 !important;
        margin: 0 !important;
        margin-left: -25px !important;
        margin-right: -30px !important;
        width: calc(100% + 50px);
        padding-right: 0 !important;
        /*   position: absolute;
        top: -83px;
        max-width: inherit !important;
        left: -5px;
        width: calc(100% + 10px);*/
    }
    .mainSlider .sliderCaption .tabsLinks {
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .mainSlider .sliderCaption .tabsMain a.active {
        opacity: 1;
        font-size: 0;
    }
    .mainSlider .sliderCaption .tabsMain a {
        opacity: 0.5;
        display: inline-block;
        font-size: 0;
        z-index: 100;
        background-color: #fec900;
        height: 20px;
        padding: 5px;
        border-radius: 5px;
        width: 20px;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        
    }
    .close-tabs img {
        filter: invert(1);
        z-index: 100;
        position: relative;
    }
    .mainSlider .sliderCaption {
        padding: 0;
    }
        .mainSlider .sliderCaption .tabsMain a.active:before{
            display: none;
        }
        .mainSlider .sliderCaption .tabsMain .col-sm-8 {
            padding: 0 40px;
        }
            .mainSlider .sliderCaption .tabsMain .col-sm-8 .blueTitle {
                margin-top: 20px;
            }
        .close-tabs {
            top: 0;
        }
    .mainSlider .sliderCaption .tabsMain a{
        margin-right: 10px;
    }
    .close-tabs {
        top: 10px;
     /*   width: 18px;
        height: 18px;*/
        right: 15px;

    }
    .mainSlider .sliderCaption .tabsMain ul.coverageDetails li {
        margin-bottom: 0;
    }
    .mainSlider .sliderCaption .tabsMain ul.coverageDetails ul{
        margin-bottom: 10px;
    }
    .mainSlider .sliderCaption .tabsMain .col-sm-4 a {
        opacity: 1;
        width: auto;
        display: block;
        margin: 0 !important;
        margin: 0 20px !important;
        margin-bottom: 20px !important;
    }
    .mainSlider .shareOn {
        margin-top: 0;
        padding: 20px;
    }
    .mainSlider .tabsLinks a:first-child img {
        padding-top: 3px;
    }
    .coverageDetails {
        margin-bottom: 0;
    }
    .hideMobile{
        display: none;
    }
    .smallText{
        font-size: 12px;
        margin-bottom: 20px;
    }
}

@media all and (max-width:767px) {
    .app-overlay .text-holder {
        padding: 20px;
    }

    .app-overlay h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.qatar a.firstLevel {
    padding: 10px 4px;
}
.qatar .mainMenu li .payyourbill {
    margin-left: 7px;
}


.headerRightPart {
    position: relative;
}
    .headerRightPart .langSwitch {
        position: absolute;
        left: 11px;
        font-size: 14px;
        line-height: 14px;
        top: 8px;
        color: #5e5e5e;
    }
        .headerRightPart .langSwitch:hover {
            color: #133e8d;
        }
.responsiveMenu .langSwitch {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-align: center;
    color: #5e5e5e;
}
    .responsiveMenu .langSwitch:hover {
        color: #133e8d;
    }
@media all and (max-width:768px) {
    .responsiveMenu .langSwitch {
        display: block;
    }
}