/* ----------------------------------------------------------------------------
   Font Declaration: Almarai (Local Files)
---------------------------------------------------------------------------- */ 

@font-face {
  font-family: 'Almarai';
  src: url('/Style%20Library/NBO3/fonts/Almarai-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Almarai';
  src: url('/Style%20Library/NBO3/fonts/Almarai-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Almarai';
  src: url('/Style%20Library/NBO3/fonts/Almarai-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Almarai';
  src: url('/Style%20Library/NBO3/fonts/Almarai-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}


/* ----------------------------------------------------------------------------
Global Font Enforcement
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Root Elements
---------------------------------------------------------------------------- */

html,
img,
body {
  font-family: 'Almarai', Arial !important;
}

/* ----------------------------------------------------------------------------
   Form Controls
---------------------------------------------------------------------------- */

input,
button,
select,
textarea {
  font-family: 'Almarai', Arial !important;
}

/* ----------------------------------------------------------------------------
   SVG Text Elements
---------------------------------------------------------------------------- */

svg text {
  font-family: 'Almarai', Arial !important;
}

/* ----------------------------------------------------------------------------
   Shadow DOM Elements
---------------------------------------------------------------------------- */

:host,
::slotted(*) {
  font-family: 'Almarai', Arial !important;
}

/* ----------------------------------------------------------------------------
   Heading Override
   Applies bold weight specifically to all heading tags (h1 to h6)
---------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Almarai', Arial !important;
  font-weight: 700 !important;
}

/* ----------------------------------------------------------------------------
   Targeting Elements with 'title' in their class attribute
   Applies bold weight to any element containing 'title' in the class name
   ---------------------------------------------------------------------------- */

[class*="title"] {
  font-family: 'Almarai', Arial !important;
}

.bodNImage {
    width: auto;
}

.ms-webpartzone-cell {
    margin: auto !important;
}

.recaptcha_input_area > input {
    height: auto !important;
}

.tinynav {
    display: none;
}

#supportPage.selected a {
    color: red;
}

.errorValidation {
    display: block;
    color: #e51937;
    font-style: italic;
}

.containerMenu {
    width: 1200px;
    margin: 0 auto;
}

.navbar-header a img {
    margin-top: 20px;
    margin-left: 10px;
}

.containerBanner {
    width: 1090px;
    margin: 0 auto;
    /* padding-bottom: 20px;*/
}

.containerBody {
    width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}

.patterns .containerBody {
    padding-top: 15px;
}

body .content-wrapper {
    padding-top: 45px;
}

.columnLft {
    /* padding-bottom: 30px;*/
    padding-bottom: 0px;
}

    .columnLft img {
        max-width: 100%;
    }

.carousel-inner .item img {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.wd70 {
    width: 94% !important;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.navbar-inverse {
    background: #0a52d4 url(/Style%20Library/NBO3/images/top-pattern.png) repeat-x left center !important;
    height: 50px;
}

.navbar-nav > li > a {
    color: #fff !important;
    text-transform: uppercase;
    color: #b3d4e7 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-family: 'Almarai', Arial;
    /*font-size: 13px;*/
}

    .navbar-nav > li > a.actives {
        color: #fff !important;
    }

.navbar-default {
    background: transparent !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    z-index: 100;
    border-bottom: transparent;
    height: 119px;
    -webkit-transition: height 0.1s linear;
    -moz-transition: height 0.1s linear;
    -o-transition: height 0.1s linear;
    transition: height 0.1s linear;
}

.yamm ul li.dropdown {
    padding-top: 20px;
    padding-bottom: 9px;
    background: transparent url(/Style%20Library/NBO3/images/navbarSep.png) no-repeat right center;
}

    .yamm ul li.dropdown:nth-child(4) {
        background: 0;
    }

.yamm ul li.dropdown {
    width: 12%;
}

    .yamm ul li.dropdown + li.dropdown {
        width: 17%;
    }

        .yamm ul li.dropdown + li.dropdown + li.dropdown {
            width: 17%;
        }

            .yamm ul li.dropdown + li.dropdown + li.dropdown + li.dropdown {
                width: 14%;
            }

.yamm ul li ul li {
    border-right: medium none !important;
    margin-top: 0 !important;
}

.yamm ul li.last {
    border-right: none !important;
    background-image: none;
    float: right;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 30px;
}

.yamm ul li a {
    color: #0a52d4 !important;
    font-size: 18px;
    padding: 10px 24px 9px 20px;
    height: 89px;
    font-family: 'Almarai', Arial;
    font-weight: normal !important;
}

.yamm-content li a {
    font-family: 'Almarai', Arial;
    font-size: 14px !important;
}

.yamm ul li a span {
    display: block;
    padding-left: 0;
    color: #0a52d4 !important;
    font-size: 15px;
    line-height: 14px;
    font-weight: normal;
    width: 88%;
    font-family: 'Almarai', Arial;
}

.yamm ul.navbar-nav {
    margin-top: 0;
    float: right;
    width: 78%;
}

.yamm .dropdown-menu {
    width: auto !important;
}

.yamm ul li .input-group {
    padding: 28px 0 0;
    width: 186px;
}

.carousel-caption {
    top: 10%;
}

    .carousel-caption h2 {
        color: #333 !important;
        text-shadow: none !important;
        font-size: 70px !important;
        font-family: 'Almarai', Arial;
        line-height: 60px;
    }

    .carousel-caption p {
        color: #444 !important;
        font-size: 22px !important;
        text-shadow: none !important;
        padding: 10px 0 0 !important;
        line-height: 25px !important;
        font-family: 'Almarai', Arial;
    }

.carousel-caption-sub p {
    /* margin-top: 25px; */
}

.carousel-caption lefts h2 {
    color: #333 !important;
    text-shadow: none !important;
    font-size: 65px !important;
    font-family: 'Almarai', Arial;
}

.carousel-caption lefts p {
    color: #444 !important;
    font-size: 20px !important;
    text-shadow: none !important;
    padding: 10px 0 0 !important;
    line-height: 23px !important;
    font-family: 'Almarai', Arial;
}

.carousel-btn-caption {
    position: absolute;
    bottom: 20%;
    width: 100%;
    background: #0a52d4;
}

#myCarousel2 .carousel-btn-caption {
    opacity: .95;
}

#myCarousel3 .carousel-btn-caption {
    opacity: .95;
}

#myCarousel3 .carousel-caption {
    padding-top: 0 !important;
}

#myCarousel3 h2 {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
}

#myCarousel2 h2 {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
}

#myCarousel1 h2 {
    margin-top: 20px !important;
}

#myCarousel3 .carousel-indicators {
    bottom: 10% !important;
}

#myCarousel2 .carousel-indicators {
    bottom: 10% !important;
}

#myCarousel1 .carousel-indicators {
    bottom: 10% !important;
}

#myCarousel3 .carousel-btn-caption {
    bottom: 25% !important;
}

#myCarousel2 .carousel-btn-caption {
    bottom: 25% !important;
}

#myCarousel1 .carousel-btn-caption {
    bottom: 25% !important;
}

.slides {
    margin-top: -30px;
    margin-left: -35px;
}

.slidesl {
    margin-top: -30px;
    margin-left: -53px;
}

.dropdown-menu {
    border: none !important;
    box-shadow: none !important;
    top: 100% !important;
    background: #b5d1e8 url(/Style%20Library/NBO3/images/active-menu-ptrn.png) repeat left top;
}

.open {
    background: #b5d1e8 url(/Style%20Library/NBO3/images/active-menu-ptrn.png) repeat left top !important;
    margin-top: 0 !important;
}

.openstill {
    background: #b5d1e8 url(/Style%20Library/NBO3/images/active-menu-ptrn.png) repeat left top !important;
    margin-top: 0 !important;
    padding-top: 10px;
}

    .openstill:after {
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 11px solid #b5d1e8 !important;
        content: "";
        display: inline-block;
        position: absolute;
        top: 100%;
        margin-left: 22px;
    }

.small-height .openstill:after {
    margin-top: -2px;
}

.openstillRe {
    padding-top: 0;
}

.dropdown-toggle > span {
    text-transform: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0a52d4 !important;
    background-color: transparent !important;
}

.yamm-content div.row ul {
    padding: 17px 20px;
    /* float: left; */
    max-width: 230px;
    width: auto;
}

.yamm-content div ul li a {
    padding: 0 !important;
    color: #363231 !important;
}

.yamm-content div ul li.megSubhrd a {
    padding: 0 !important;
    font-size: 15px !important;
    color: #0a52d4 !important;
    text-transform: uppercase;
    font-family: 'Almarai', Arial;
}

.yamm-content div ul li.megSubhrd, .yamm-content div ul li.megBDirect a {
    font-size: 15px;
    color: #0a52d4;
    text-transform: uppercase;
    font-family: 'Almarai', Arial;
    padding-bottom: 6px;
    background: 0;
}

.yamm-content div ul li {
    background: url(/Style%20Library/NBO3/images/nav_arrow_right.png) no-repeat scroll left 4px transparent;
    padding-left: 10px;
    padding-bottom: 7px;
}

.megSubhrd, .meglink {
    padding-left: 0 !important;
}

    .megSubhrd p {
        margin-bottom: 4px;
    }

.fntBold {
    font-weight: bold;
}

.pdT30 {
    padding-top: 30px !important;
}

.pdT36 {
    /* padding-top: 36px !important
    */
}

.colNavHighligh {
    height: 100%;
    background: rgba(145, 177, 215, 0.3) !important;
    /* padding: 20px 25px 0 32px !important; */
    height: 440px;
}

.pdT20 {
    padding-top: 20px;
}

.pdT10 {
    padding-top: 10px;
}

.pdT36 {
    padding-top: 36px;
}

.wd16P {
    width: 16%;
}

.wd14P {
    width: auto;
}

.wd20P {
    width: 20%;
}

.wd21P {
    /* width: 21% !important
    */
}

.wd24P {
    width: 24% !important;
}

.wd22P {
    width: 22% !important;
}

.pdL30 {
    padding-left: 30px;
}

.brdrg1 {
    border-right: 1px solid #537ab5;
}

.brdrg2 {
    border-right: 1px solid #03275b;
}

.bgBtmCap {
    height: 180px;
}

.bgBtmCap2 {
    background: #0a52d4;
    height: 180px;
    opacity: .8;
}

.bgBtmCap3 {
    background: #0a52d4;
    height: 160px;
    opacity: .8;
    padding: 20px 0 0;
}

.bgBtmCapTxt1 {
    margin-top: 20px;
    color: #fff;
    font-size: 21px;
    font-family: 'Almarai', Arial;
    line-height: 21px;
}

.bgBtmCapTxt {
    color: #fff;
    font-size: 26px;
    font-family: 'Almarai', Arial;
    line-height: 22px;
}

.bgBtmCapTxts {
    color: #fff;
    font-size: 26px;
    font-family: 'Almarai', Arial;
    line-height: 22px;
}

.bgBtmCapTxtsub {
    font-size: 16px;
    font-family: 'Almarai', Arial;
    line-height: 16px;
}

.lefts {
    text-align: left !important;
    left: 0 !important;
    right: 0 !important;
    width: 1024px;
    margin: 0 auto;
}

.innerimage {
    margin-top: -65px;
}

.bgBtmCapTxt span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.bgBtmCapTxt1 span {
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
}

.bgBtmCapTxt1 a {
    color: #fff !important;
}

footer {
    margin: 0 !important;
}

.footer0 {
    background: #f5f5f5;
    padding: 25px 0;
    margin: 0 !important;
}

.footer1 {
    background: rgba(220, 220, 220, 0.7);
    padding: 40px 0;
    margin: 0 !important;
}

.footer0 .footerHeading {
    font-size: 18px;
    font-family: 'Almarai', Arial;
    color: #828282;
    margin-bottom: 10px;
}

.footer1 .footerColTitle {
    font-size: 18px;
    font-family: 'Almarai', Arial;
    color: #333;
    line-height: 1.333;
    margin-bottom: 10px;
}

.footer0 p a {
    color: #020202;
    text-decoration: none;
    font-size: 14px;
}

    .footer0 p a img {
        padding: 0 3px;
    }

    .footer0 p a:hover {
        text-decoration: underline;
    }

ul.list-styled-footer {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.list-styled-footer li {
        background: url(/Style%20Library/NBO3/images/footer-right-arrow.png) no-repeat scroll left 6px transparent;
        padding-bottom: 4px;
        padding-left: 16px;
    }

        ul.list-styled-footer li.last {
            background: 0;
            padding-bottom: 9px;
            padding-left: 0;
        }

            ul.list-styled-footer li.last a {
                text-decoration: underline;
            }

        ul.list-styled-footer li a {
            color: #3c3c3c;
            text-decoration: none;
            font-size: 14px;
        }

            ul.list-styled-footer li a:hover {
                text-decoration: underline;
            }

.readmore-js-toggle {
    font-size: 14px;
    font-family: 'Almarai', Arial;
    color: #333;
    text-decoration: underline;
    line-height: 1.2;
    margin-top: 15px;
}

.callUs {
    background: #f8f8f8;
    padding: 40px 0 20px;
    margin-top: 5px;
    margin: 0 !important;
}

    .callUs p {
        font-size: 22px;
        font-family: 'Almarai', Arial;
        color: #333;
        text-transform: uppercase;
        line-height: 1.091;
    }

.sep {
    background: url(/Style%20Library/NBO3/images/sep.png) no-repeat scroll right top transparent;
}

.News {
    background: url(/Style%20Library/NBO3/images/content-pattern.png) repeat scroll left top transparent;
    box-shadow: 3px 3px 3px #c0c0c0;
    margin: 0 !important;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.pdTB40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.row.News .pdTB40 {
    padding-bottom: 0 !important;
}

.pdB34 {
    padding-bottom: 34px !important;
}

.pdB30 {
    padding-bottom: 30px !important;
}

.pdB20 {
    padding-bottom: 20px;
}

.pdB16 {
    /* padding-bottom: 16px !important */
}

.nopad {
    padding: 0 !important;
}

.News .heading {
    font-size: 24px;
    padding-left: 0 !important;
    font-family: 'Almarai', Arial;
}

.News .heading1 {
    font-size: 24px;
    font-family: 'Almarai', Arial;
}

.News .sub-heading {
    font-weight: bold;
}

.NewsCont {
    color: #000;
}

.facebook-bg {
    background: url(/Style%20Library/NBO3/images/blue-pattern.png) repeat scroll left top transparent;
}

.sidebar {
    height: 575px;
    position: fixed;
    right: 0;
    top: 40%;
    width: 100px;
    z-index: 50;
}

.sidebars {
    list-style-type: none;
}

.contiPad p {
    line-height: 21px;
    margin: 0 0 10px;
}

.internet-banking {
    background: url(/Style%20Library/NBO3/images/internet-banking.png) no-repeat scroll center center #00a3de;
    padding: 30px 0;
    border-bottom: 1px solid #8cd2ff;
}

.locate-us {
    background: url(/Style%20Library/NBO3/images/locate-us.png) no-repeat scroll center center #00a3de;
    padding: 30px 0;
    border-bottom: 1px solid #8cd2ff;
}

.rate-fees {
    background: url(/Style%20Library/NBO3/images/rates-fees.png) no-repeat scroll center center #00a3de;
    padding: 30px 0;
    border-bottom: 1px solid #8cd2ff;
}

.latest-offer {
    background: url(/Style%20Library/NBO3/images/latest-offers.png) no-repeat scroll center center #00a3de;
    padding: 30px 0;
    border-bottom: 1px solid #8cd2ff;
}

.write {
    background: url(/Style%20Library/NBO3/images/write.png) no-repeat scroll center center #00a3de;
    padding: 30px 0;
}

.pdTB10 {
    padding: 10px 0;
}

footer .form-control {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #e6e6e6 !important;
}

.nav .form-control {
    border: 0;
    box-shadow: none !important;
    margin-left: -12px;
    font-size: 15px !important;
    color: #000 !important;
    padding: 0 12px;
    border: solid 1px #eaeaea;
}

.navbar.yamm.navbar-default .btn-default {
    border-color: #fff !important;
    outline: none;
}

.datetime {
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
}

.twitts {
    padding: 0 60px;
}

.twittss {
    padding: 40px 70px 10px;
}

#bs-example-navbar-collapse-1 .nav > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pst li {
    border-right: 1px solid #5a85bc;
    font-size: 16px;
}

    .pst li:last-child {
        border-right: none !important;
    }

.bgBtmCapTxt a {
    color: #fff;
}

.carousel-indicators {
    opacity: .5;
}

.navbar-toggle {
    float: left;
}

.navbar-fixed-top {
    background: #fff !important;
}

.actives:after {
    z-index: 10000;
}

.hidePad {
    padding-left: 0 !important;
}

.caret {
    margin-left: 10px !important;
}

.dropdown-menu {
    padding: 0 !important;
}

.panel-default {
    border-color: #fff !important;
}

.panel {
    background-color: transparent !important;
    box-shadow: none !important;
}

.panel-default > .panel-heading {
    ;
    background: 0;
    border-bottom: 1px solid #0a52d4;
}

.panel-heading {
    padding: 10px 0 !important;
    border-bottom: 1px solid #0a52d4;
}

.panel-title > a {
    color: #0a52d4;
    border-bottom: 2px solid #0a52d4;
    padding-bottom: 9px;
}

    .panel-title > a:hover, .panel-title > a:focus {
        text-decoration: none;
    }

.patterns {
    background: url(/Style%20Library/NBO3/images/content-pattern.png) repeat scroll left top transparent;
}

.panel-body {
    background: url(/Style%20Library/NBO3/images/blue-pattern.png) repeat scroll left top transparent;
}

ul.list-styled-blue {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    ul.list-styled-blue li {
        background: url(/Style%20Library/NBO3/images/nav_arrow_right.png) no-repeat scroll left 4px transparent;
        padding-bottom: 9px;
        padding-left: 15px;
    }

.inner {
    background: url(/Style%20Library/NBO3/images/apply_bg1.png) no-repeat scroll left top transparent;
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
    background-size: 100% 100%;
    /* height: 298px; */
    margin-bottom: 20px;
}

.innerside {
    background: url(/Style%20Library/NBO3/images/application_bg.png) no-repeat scroll left top transparent;
    padding: 5px 25px 5px 20px;
    margin-left: 1px;
}

.innersep {
    background: url(/Style%20Library/NBO3/images/sep.png) repeat-y scroll right top transparent;
    padding: 10px 20px;
}

    .innersep:last-child {
        background: none !important;
    }

.carousel-inner .item > div {
    min-height: 255px;
}

.innerseps {
    padding: 10px 20px;
}

.innersep:last-child {
    background: none !important;
}

.btn-primaryone {
    background-color: #0a52d4 !important;
    border-radius: 0 !important;
    box-shadow: 3px 3px 0 #c6c6c6 !important;
    color: #fff !important;
    padding: 8px 30px !important;
    border: none !important;
}

.btn-carouselprimary {
    background-color: #0a52d4 !important;
    border-radius: 0 !important;
    box-shadow: 3px 3px 0 #c6c6c6 !important;
    color: #fff !important;
    padding: 18px !important;
    margin-top: 25px !important;
    border: none !important;
    font-family: 'Almarai', Arial;
    text-transform: uppercase;
    display: inline-block;
}

.btn-secondaryone {
    background-color: #0a52d4 !important;
    border-radius: 0 !important;
    box-shadow: 3px 3px 0 #c6c6c6 !important;
    color: #fff !important;
    padding: 8px 40px !important;
    font-size: 20px !important;
    font-family: 'Almarai', Arial;
    border: none !important;
}

.large {
    font-family: 'Almarai', Arial;
    font-size: 24px !important;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 30px !important;
}

.productsummarydummy p {
    font-family: 'Almarai', Arial;
    font-size: 24px;
    margin-bottom: 10px;
    margin-right: 15%;
    margin-top: 20px;
}

.innersubhead {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 20px;
    color: #0a52d4;
    border-bottom: 1px solid #0a52d4 !important;
    text-transform: uppercase;
}

.carousel-indicators li {
    background: #0a52d4;
    margin: 0 4px;
}

.cards .carousel-indicators li {
    background: #fff;
}

.carousel-indicators .active {
    background: #b2c3dd !important;
    height: 16px;
    width: 16px;
    margin-bottom: -1px;
}

#carousel-example-generic .carousel-indicators {
    opacity: 1 !important;
    bottom: -30px;
}

.slidertitle {
    font-size: 24px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 23px;
    text-transform: uppercase;
}

.slidertitle1 {
    font-size: 20px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 20px;
}

.slidertitletop {
    font-size: 25px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 25px;
    text-transform: uppercase;
}

.innertitle {
    font-size: 21px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 26px;
    margin: 10px 0 20px;
}

.slidertitlesub {
    font-size: 16px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 14px;
    margin: 0 10px;
}

.dvARLftCont .carousel-inner p {
    margin: 0 0 10px;
}

#carousel-example-generic {
    margin-bottom: 80px;
}

.shareprint {
    /* margin: 40px 0 0 0px; */
    padding-bottom: 48px;
}

.lstShareprint {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.shareprint > ul.lstShareprint li.PrintLnk {
    background: url(/Style%20Library/NBO3/images/print_icon.png) no-repeat scroll left top transparent;
    float: left;
    padding-left: 28px;
}

.shareprint > ul.lstShareprint li.ShareLnk {
    background: url(/Style%20Library/NBO3/images/share_icon.png) no-repeat scroll left top transparent;
    float: left;
    padding-left: 28px;
}

.shareprintSep {
    float: left;
    padding: 0 10px 0 4px;
}

.shareprint > ul.lstShareprint li a {
    color: #0a52d4 !important;
    font-size: 16px;
    font-weight: bold;
}

.sidebartitle {
    font-size: 18px !important;
    color: #0a52d4 !important;
    font-family: 'Almarai', Arial;
    line-height: 18px !important;
    margin: 10px 0 !important;
    text-transform: uppercase;
}

.sidebarlarge {
    font-family: 'Almarai', Arial;
    font-size: 24px;
    margin: 30px 0 20px;
    border-bottom: 1px solid #999;
    padding: 0 0 6px;
}

    .sidebarlarge:first-child {
        margin-top: 0 !important;
    }

.sidebars a {
    color: #0a52d4 !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.breadcrumbs {
    font-size: 15px;
    margin: 30px 0;
}

.breadcrumb-outer-wrapper {
    padding: 20px 0;
}

.page-title {
    background: url(/Style%20Library/NBO3/images/content-pattern.png) repeat scroll left top #0a52d4;
    color: #fff;
    font-family: 'Almarai', Arial;
    font-size: 24px;
    /*line-height: 75px;*/
    height: 82px;
    /* margin-bottom: -12px;*/
    padding-top: 15px;
}

    .page-title .containerBody .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
        font-size: 17px;
    }

.section-main-title {
    margin-top: 10px;
    /* margin-left: 15px;*/
    margin-bottom: 25px;
}

.page-title.has-spotlight {
    height: 110px;
    margin-bottom: -38px;
}

.page-title .container .col-sm-12 {
    padding-left: 9px;
    font-size: 16px;
}

.page-title .main-title {
    margin-bottom: 15px;
}

.page-title-space {
    line-height: normal !important;
    padding-bottom: 30px;
    padding-top: 20px;
}

.site-wrapper .page-title-nspace {
    line-height: normal;
    padding-top: 20px;
    height: auto;
    margin-bottom: 0;
}

#carousel-top .carousel-caption {
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    font-size: 48px;
    left: 7%;
    position: absolute;
    right: 0 !important;
    text-align: left !important;
    text-shadow: none !important;
    width: 50%;
    z-index: 10;
    line-height: 48px;
}

#carousel-top .carousel-caption-sub {
    font-size: 30px;
    color: #0a52d4;
    margin-top: 10px;
    line-height: 26px;
}

#carousel-top {
    margin-top: 0;
}

.navbar-inverse {
    border-color: #0a52d4 !important;
}

.actives:after {
    border-left: 9px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0a52d4 !important;
    content: "";
    display: inline-block;
    left: 10%;
    position: absolute;
    top: 170%;
    margin-top: 5px;
}

.actives span {
    border-top: 3px solid #009e4a;
    padding-top: 14px;
}

.pst li a span:hover {
    border-top: 3px solid #009e4a;
    padding-top: 14px;
}

.bluesep {
    border-right: 1px solid #0282b1;
}

.bluesepin {
    margin: 20px 0;
}

.bluesepins {
    margin: 30px 0;
}

.whitesep {
    border-right: 1px solid #537ab5;
}

.paddbott10 {
    padding-bottom: 10px;
}

.paddbott15 {
    padding-bottom: 15px;
}

.paddbott25 {
    padding-bottom: 25px;
}

.search-box {
    background: none repeat scroll 0 0 #1d1d1d;
    border: 1px solid #444;
    border-radius: 5px;
    float: left;
    height: 28px;
    padding: 0;
}

    .search-box input {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-color: 0 #444 0 0;
        border-image: none;
        border-style: none solid none none;
        border-width: medium 1px medium medium;
        color: #888;
        float: left;
        font-family: 'Almarai', Arial;
        padding: 8px 10px;
        text-align: center;
    }

    .search-box > img {
        cursor: pointer;
        padding: 5px;
    }

.dvSearch320 {
    display: block;
    position: absolute;
    right: 13px;
    top: 20px;
}

    .dvSearch320 input[type="text"] {
        transition: all .7s ease 0;
    }

    .dvSearch320 input[type="text"] {
        background: url(/Style%20Library/NBO3/images/search.png) no-repeat scroll right center rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        color: #fff;
        width: 28px;
        height: 30px;
    }

        .dvSearch320 input[type="text"]:focus {
            background: url(/Style%20Library/NBO3/images/search.png) no-repeat scroll right center #b4b4b4;
            border-color: #fff;
            color: #fff;
            font-weight: normal;
            width: 200px;
            height: 30px;
        }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #fff !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #fff !important;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #0a52d4 !important;
}

.yamm-content ul.list-unstyled li {
    margin-bottom: 0;
}

    .yamm-content ul.list-unstyled li a {
        line-height: 14px !important;
    }

hr {
    border-color: #cacbcb !important;
}

.row.News a {
    color: #0a52d4 !important;
}

.padL20 {
    padding-right: 20px;
}

.padLR15 {
    padding-left: 15px;
    padding-right: 15px;
}

.normarg {
    margin: 0 !important;
}

.mob-list {
    margin-left: -25px !important;
}

    .mob-list a {
        text-decoration: none !important;
    }

    .mob-list .open {
        background: #0a52d4 !important;
        margin-top: 0 !important;
        min-height: 0 !important;
    }

.larges {
    font-size: 16px;
}

.mob-list > li {
    float: left;
    list-style-type: none;
    padding-right: 15px;
    color: #fff !important;
}

.mob-list a {
    color: #fff !important;
}

.mobpush .normarg img {
    margin-top: 0 !important;
}

.nav.navbar-nav.navbar-right.pst {
    padding-top: 15px;
}

.nav.navbar-nav.navbar-right.ets > li {
    padding: 15px 0;
}

    .nav.navbar-nav.navbar-right.ets > li a {
        padding: 0 5px;
    }

    .nav.navbar-nav.navbar-right.ets > li.sidebord {
        /*margin-left: 10px*/
    }

    .nav.navbar-nav.navbar-right.ets > li.dropdown a {
        padding: 0 20px !important;
    }

.sidebord {
    border-left: 1px solid #5a85bc;
    border-right: 1px solid #5a85bc;
}

header.carousel .fill {
    background-position: top center !important;
}

.carousel .fill {
    background-position: top center !important;
}

.fill img {
    width: 100%;
}

.ups {
    margin-top: -20px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: #0a52d4 !important;
}

.navbar-inverse .navbar-nav .open {
    background: #0a52d4 !important;
    margin-top: 0 !important;
    min-height: 0 !important;
}

.navbar-inverse .dropdown-menu {
    background: #0a52d4 !important;
}

    .navbar-inverse .dropdown-menu a {
        color: #fff !important;
    }

        .navbar-inverse .dropdown-menu a:hover {
            background: #0a52d4 !important;
        }

.innerpadL {
    padding-left: 40px;
}

.innerpadR {
    padding-right: 40px;
}
/*
.innerpadT {
    padding-top: 40px;
}
*/
h1.medium {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    color: #0a52d4;
    text-transform: uppercase;
    font-family: 'Almarai', Arial;
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

    h1.medium:first-child {
        border-top: none;
        padding-top: 0px;
    }

.bdrTop {
    border-top: 1px solid #ccc;
}

.innerHead {
    color: #333;
    font-size: 22px;
    padding: 30px 0 10px;
    font-family: 'Almarai', Arial;
    font-weight: bold;
}

.hidepad {
    padding-left: 0;
}

.showPad {
    padding-left: 40px;
}

.clear {
    clear: both;
}

.pagination {
    height: 40px;
    margin: 20px 0;
    text-align: center;
    width: 100%;
    padding: 25px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
    }

    .pagination li {
        display: inline;
    }

    .pagination a, .pagination span {
        float: left;
        padding: 0 14px;
        line-height: 38px;
        text-decoration: none;
        background-color: transparent;
        border-left-width: 0;
    }

        .pagination a:hover, .pagination .paginationactive a, .pagination .paginationactive span {
            background-color: #0a52d4;
            border-radius: 50%;
            color: #fff;
        }

    .pagination .paginationactive a, .pagination .paginationactive span {
        color: #999;
        cursor: default;
    }

    .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
        color: #999;
        background-color: transparent;
        cursor: default;
    }

    .pagination li:first-child a, .pagination li:first-child span {
        background-color: transparent;
        border-radius: 0;
    }

.navfirst {
    background: url(/Style%20Library/NBO3/images/left-arrow.png) no-repeat left 3px;
    width: 30px;
    height: 31px;
}

    .navfirst:hover, .navfirst-active {
        background: url(/Style%20Library/NBO3/images/left-arrow-active.png) no-repeat left 3px;
        width: 30px;
        height: 31px;
    }

.pagination li:last-child a, .pagination li:last-child span {
    background-color: transparent;
    border-radius: 0;
}

.navlast {
    background: url(/Style%20Library/NBO3/images/right-arrow.png) no-repeat left 3px;
    width: 30px;
    height: 31px;
}

    .navlast:hover, .navlast-active {
        background: url(/Style%20Library/NBO3/images/right-arrow-active.png) no-repeat left 3px;
        width: 30px;
        height: 31px;
    }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.paginationactive a {
    color: #fff !important;
}

#slide-panel {
    width: 100px;
    padding: 10px;
    background: #eee;
    margin-left: 100px;
}

#opener {
    margin: -10px 0 0 -50px;
    border-radius: 0;
}

.rightin {
    margin-right: 15%;
}

.largein {
    font-family: 'Almarai', Arial;
    font-size: 22px;
    margin-bottom: 10px;
    margin-right: 15%;
}

.btn:hover, .btn:focus {
    color: #0a52d4;
}

.bluebtn {
    color: #fff !important;
}

    .bluebtn:hover, .blue:focus {
        color: #fff !important;
    }

.bluearrwlist {
    padding-left: 15px !important;
}

    .bluearrwlist li {
        list-style-image: url(/Style%20Library/NBO3/images/blue-arw.png);
        margin-bottom: 10px;
        margin-right: 15%;
    }

.needstitle {
    font-size: 18px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 23px;
    width: 210px;
}

.needsmaintitle {
    font-size: 28px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 28px;
    margin-top: 25px;
}

.needssubtitle {
    font-size: 18px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 18px;
    margin-bottom: 25px;
}

.needslargein {
    font-family: 'Almarai', Arial;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 50px;
}

.needslargein2 {
    font-family: 'Almarai', Arial;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.alignlefts {
    float: left;
    margin-right: 10px;
}

.mrgTB35 {
    margin: 35px 0;
}

.mrgT20 {
    margin: 20px 0 0;
}

.mrgT10 {
    margin: 10px 0 0;
}

.form-control {
    border-radius: 0 !important;
}

.spacer30 {
    margin-bottom: 30px;
}

.spacer50 {
    margin-bottom: 50px;
}

.spacer100 {
    margin-bottom: 100px;
}

.mrgright {
    margin-right: 20%;
}

.modal-header {
    background: #b5d1e7 !important;
}

.modal-body {
    padding: 20px 40px 40px;
}

.modal-body-BOD {
    padding: 0 15px 15px !important;
    position: relative;
}

.modal-content {
    border-radius: 0 !important;
}

.modal-dialog {
    width: 500px;
}

button.closes {
    background: none repeat scroll 0 0 #0a52d4;
    border: medium none;
    color: #bfbfbf;
    font-family: 'Almarai', Arial;
    margin-top: -15px;
    opacity: 1;
    position: absolute;
    right: -8%;
    width: 50px;
    height: 50px;
    min-width: 3em;
}

button.closesBOD {
    background: none repeat scroll 0 0 #0a52d4;
    border: medium none;
    color: #bfbfbf;
    font-family: 'Almarai', Arial;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    right: -7%;
    width: 52px;
    height: 50px;
    min-width: 3em;
}

.modal-body .btn-secondaryone {
    background-color: #0a52d4;
    border-radius: 0 !important;
    box-shadow: 3px 3px 0 #c6c6c6;
    color: #cfcfcf;
    font-family: 'Almarai', Arial;
    font-size: 16px;
    padding: 8px 10px;
    margin-top: 20px;
}

.modal-title img {
    margin-right: 10px;
}

.modal-title {
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    font-size: 30px;
    margin-top: 25px;
    padding: 0;
    line-height: 25px;
    margin-bottom: 13px;
}

.pulls {
    padding: 8px 40px !important;
}

.modal-footer {
    background: url(/Style%20Library/NBO3/images/apply_bgpp.png) repeat scroll right top rgba(0, 0, 0, 0);
    border-top: 0 solid #e5e5e5;
    padding: 15px;
    text-align: left !important;
}

.nopadl {
    padding-left: 0 !important;
}

.solutions .carousel-caption {
    color: #fff !important;
    width: 30% !important;
}

.solutions .btn-carouselprimary {
    box-shadow: none !important;
}

.solutions .slides-indicators {
    margin: 10px auto;
}

.padHide {
    padding-top: 0 !important;
}

.paraText {
    font-size: 16px;
    padding-bottom: 10px;
}

.picAlignL {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.picAlignR {
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}

.pageListItem {
    background: url(/Style%20Library/NBO3/images/subList.png) no-repeat scroll left 8px transparent !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    font-size: 16px !important;
}

.table-responsive {
    margin-top: 20px;
    border: none !important;
}

.tableHead {
    background: #0a52d4;
    color: #fff;
    text-align: center !important;
    padding: 1.5em 1em !important;
}

.table tbody tr.tableSubHead td {
    background: #b5d1e7;
    color: #0a52d4 !important;
    text-align: center !important;
    padding: 1.5em 1em !important;
}

.table tbody tr.evenrow {
    background: #efefef;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table td {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}

.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top !important;
    border-top: 1px solid #ccc !important;
    white-space: normal !important;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 1px solid #ddd !important;
}

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #ccc !important;
    border-left: 0;
}

#lastupdateddatetop {
    clear: both;
    padding: 10px 0;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #ccc !important;
    text-align: center;
    padding: 1.5em 1em !important;
}

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f5f5f5;
}

table [class*=span], .row-fluid table [class*=span] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

table .span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

table .span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

table .span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

table .span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

table .span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

table .span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

table .span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

table .span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

table .span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

table .span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

table .span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

table .span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

table .span13 {
    float: none;
    width: 1004px;
    margin-left: 0;
}

table .span14 {
    float: none;
    width: 1084px;
    margin-left: 0;
}

table .span15 {
    float: none;
    width: 1164px;
    margin-left: 0;
}

table .span16 {
    float: none;
    width: 1244px;
    margin-left: 0;
}

table .span17 {
    float: none;
    width: 1324px;
    margin-left: 0;
}

table .span18 {
    float: none;
    width: 1404px;
    margin-left: 0;
}

table .span19 {
    float: none;
    width: 1484px;
    margin-left: 0;
}

table .span20 {
    float: none;
    width: 1564px;
    margin-left: 0;
}

table .span21 {
    float: none;
    width: 1644px;
    margin-left: 0;
}

table .span22 {
    float: none;
    width: 1724px;
    margin-left: 0;
}

table .span23 {
    float: none;
    width: 1804px;
    margin-left: 0;
}

table .span24 {
    float: none;
    width: 1884px;
    margin-left: 0;
}

.table tbody tr.success td {
    background-color: #dff0d8;
}

.table tbody tr.error td {
    background-color: #f2dede;
}

.table tbody tr.info td {
    background-color: #d9edf7;
}

.topsep {
    border-top: 1px solid #dfdfdf;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0 !important;
}

.nav-tabs {
    border-bottom: none !important;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd;
    }

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 275px;
        margin-right: 0;
        color: #0a52d4 !important;
        display: block;
        font-family: 'Almarai', Arial;
        font-size: 16px;
        padding: 12px 15px;
        border-bottom: 1px solid #ddd;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    min-height: 400px;
}

    .tabs-left > .nav-tabs > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
            border: none !important;
        }

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
        background: url(/Style%20Library/NBO3/images/tabhover.png) no-repeat scroll top right rgba(0, 0, 0, 0);
        border: none !important;
        outline: none !important;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eee #eeeeee #eee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        border-left-color: #fff;
    }

.tabs-box {
    background: #fff;
    padding: 40px;
    box-shadow: 3px 3px #9cb2c7;
}

.alignright {
    float: right;
    margin: 10px 5px;
}

.patternsblue {
    background: url(/Style%20Library/NBO3/images/content-pattern.png) repeat scroll left top #b5d1e7;
    padding: 40px 0;
}

.tabs-box .title {
    font-weight: bold;
    color: #0a52d4;
}

.arrows > li {
    display: list-item;
    list-style-image: url(/Style%20Library/NBO3/images/blue-arw.png) !important;
}

.arrows {
    padding-left: 15px;
}

.account {
    margin-top: 10px;
}

    .account .carousel-indicators {
        position: relative;
    }

    .account .carousel-control.left {
        background-image: none !important;
        opacity: 1 !important;
    }

    .account .carousel-control.right {
        background-image: none !important;
        opacity: 1 !important;
    }

.carousel-control.left {
    background-image: none !important;
    opacity: 1 !important;
    margin-right: 10px;
}

.carousel-control.right {
    background-image: none !important;
    opacity: 1 !important;
    /* margin-left: 10px; */
}

.account .carousel-control {
    /* width: 40%; */
    /* position: relative; */
}

.dvLeft {
    padding: 10px 0;
    width: 17%;
}

    .dvLeft .slides-indicators {
        margin: 16px auto 0;
        position: relative;
        width: 17%;
        padding-top: 0;
    }

    .dvLeft .slides-indicators {
        width: 100%;
    }

        .dvLeft .slides-indicators .carousel-indicators {
            left: 31% !important;
            margin: 0 auto !important;
            position: relative !important;
            text-align: center;
            width: 75%;
        }

        .dvLeft .slides-indicators li {
            color: #0a52d4 !important;
            margin: 0 5px 0 0;
            background: #0a52d4 !important;
        }

.dvCenter {
    padding: 10px 0;
    width: 17%;
    margin: 0 auto;
}

    .dvCenter .slides-indicators {
        margin: 16px auto 0;
        position: relative;
        width: 17%;
        padding-top: 0;
    }

    .dvCenter .slides-indicators {
        width: 100%;
    }

        .dvCenter .slides-indicators .carousel-indicators {
            left: 31% !important;
            margin: 0 auto !important;
            position: relative !important;
            text-align: center;
            width: 75%;
        }

        .dvCenter .slides-indicators li {
            color: #fff;
            margin: 0 5px 0 0;
            background: #fff !important;
        }

.dvCenterol li {
    color: #5b85bf;
}

    .dvCenterol li.active {
        color: #fff;
    }

.slides-cardsindicators {
    position: relative;
    width: 17%;
    top: -40px;
    left: 20px;
    line-height: 30px;
}

.account .carousel-caption {
    width: 37%;
}

.innersubhead > span {
    border-bottom: 2px solid #0a52d4;
    margin-bottom: 0;
    padding-bottom: 11px;
    display: inline-block;
    padding-bottom: 0;
}

.breaks {
    margin-left: 12px;
    text-indent: -12px;
    padding: 4px 15px !important;
    border-bottom: none !important;
}

.tabs-box .nav > li > a:hover, .nav > li > a:focus {
    background: #fff;
    outline: 0;
}

.solutions .carousel-caption {
    color: #fff !important;
    width: 30% !important;
}

.solutions .btn-carouselprimary {
    box-shadow: none !important;
}

.solutions .slides-indicators {
    margin: 10px auto 0;
}

.carousel-indicators {
    opacity: 1;
    display: inline-block;
    width: auto !important;
    margin: 0;
    padding: 0;
}

.page-title-Career {
    line-height: 65px;
    padding-bottom: 45px;
}

    .page-title-Career img {
        width: 100%;
        margin-top: -10px;
    }

    .page-title-Career h1 {
        font-size: 48px;
        text-transform: uppercase;
        padding: 0;
        margin-top: 30px;
    }

    .page-title-Career p {
        line-height: 24px;
        padding: 10px 0 0 20px;
        font-size: 18px;
        width: 60%;
        margin: 0 auto;
        font-size: 16px;
        text-transform: none;
    }

.career-colmn {
    background: rgba(181, 209, 232, 0.7);
    padding: 45px 0;
    clear: both;
    margin-bottom: 35px;
}

.carrer-col-tile {
    font-size: 24px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 23px;
}

.font16px {
    font-size: 16px;
}

.marLR10 {
    margin-left: 24px;
    margin-right: 24px;
}

.careerBDRight {
    border-right: 1px solid #92b2d7;
}

.careers-wrapper {
    padding-bottom: 35px;
}

.section-contents {
    width: 85%;
    text-align: center;
    margin: 25px auto 0;
}

.section-title {
    font-size: 42px;
    clear: both;
    padding-top: 25px;
}

.careerseps {
    padding: 0 20px;
    min-height: 180px;
}

.noMargin {
    margin: 0 !important;
}

.HRArea {
    background: #ebebeb;
    clear: both;
    margin-bottom: 25px;
    position: relative;
}

.msgArea {
    padding-left: 75px;
}

.HrMsg {
    font-size: 21px;
    color: #333;
    padding-top: 25px;
    line-height: 28px;
    font-family: 'Almarai', Arial;
}

.HrName {
    color: #0a52d4;
    font-size: 24px;
    padding-top: 25px;
    margin: 0;
}

.designation {
    color: #0a52d4;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.careerImg {
    vertical-align: baseline;
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 0;
    text-align: right;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.panel-group-Bottom {
    margin-bottom: 80px;
}

.vacancyHead h4 {
    color: #0a52d4;
    font-size: 24px;
    border-bottom: 1px solid #0a52d4;
    padding-bottom: 10px;
    font-family: 'Almarai', Arial;
    margin-bottom: 0;
}

    .vacancyHead h4 span {
        color: #0a52d4;
        border-bottom: 2px solid #0a52d4;
        padding-bottom: 9px;
    }

.carrerTable {
    border-bottom: 2px solid #dae8f3;
}

    .carrerTable tr:nth-child(even) {
        background-color: #efefef;
    }

.careerTabHead th {
    background: #dae8f3;
    color: #0a52d4 !important;
    padding: 1.5em 1em !important;
    border: 1px solid #dae8f3;
}

.carrerTable td {
    padding: 1em !important;
    text-align: center;
    width: auto;
}

h1.extraLarge {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 48px;
    color: #0a52d4;
    text-transform: uppercase;
    font-family: 'Almarai', Arial;
}

.marTop20px {
    margin-top: 20px;
}

.paginationBdr {
    border-top: 0;
    margin: 10px 0 40px;
    padding: 10px 0;
}

.carrerTable > tbody > tr > th {
    border-top: none !important;
}

.jobTitle {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #0a52d4;
    text-transform: uppercase;
    font-family: 'Almarai', Arial;
}

.jobDescDetails {
    font-size: 16px;
    padding-bottom: 10px;
}

    .jobDescDetails label {
        font-weight: bold;
        float: left;
        width: 19%;
    }

    .jobDescDetails span {
        padding-left: 2em;
    }

.innerpadT30 {
    padding-top: 30px;
}

.innerpadT25 {
    padding-top: 25px;
}

.panel-group-Bottom40 {
    margin-bottom: 40px;
}

.panel-group-Bottom80 {
    margin-bottom: 80px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
    display: block;
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.control-group {
    margin-bottom: 10px;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-horizontal .control-label {
    float: left;
    width: 30%;
    text-align: left;
    padding-top: .8em;
    font-weight: normal;
}

.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-horizontal .control-group:after {
    clear: both;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 40px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: inset 4px 7px 5px -4px #e6e6e6;
    -webkit-box-shadow: inset 4px 7px 5px -4px #e6e6e6;
    -moz-box-shadow: inset 4px 7px 5px -4px #e6e6e6;
    -o-box-shadow: inset 4px 7px 5px -4px #e6e6e6;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    padding-top: 10px;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10%;
    font-weight: normal;
}

.radio, .checkbox {
    min-height: 18px;
    padding-left: 18px;
}

    .radio input[type="radio"], .checkbox input[type="checkbox"] {
        float: left;
        margin-left: -18px;
    }

.marTop10px {
    margin-top: 10px;
}

.control-label22 {
    width: 22% !important;
}

.textAreaFull {
    width: 78%;
    height: 110px;
}

select {
    width: 100%;
    border: 1px solid #bbb;
    background-color: #fff;
}

select, input[type="file"] {
    height: 35px;
    line-height: 30px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    background: url(/Style%20Library/NBO3/images/downArrow.png) no-repeat right 15px;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.btn-primary {
    color: #ababab;
    width: 78%;
    height: 40px;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    text-align: left;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #ababab !important;
    }

.squaredFour {
    width: 30px;
    margin-top: 15px;
    position: relative;
    left: 17%;
}

input[type=checkbox] {
    visibility: hidden;
    /*visibility: visible\9;*/
    /*position: absolute\9;*/
    /*z-index: 9999\9;*/
    background: #fff !important;
    background: #fff\9 !important;
}


.calcbtnPadding {
    clear: both;
}

.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    background: #fff;
    border: 1px solid #ccc;
}

    .squaredFour label:after {
        -ms-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        opacity: 0;
        content: '';
        position: absolute;
        width: 16px;
        height: 9px;
        background: transparent;
        top: 7px;
        left: 6px;
        border: 3px solid #333;
        border-top: 0;
        border-right: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.checkTxt {
    padding-left: 179px;
    margin-top: -17px;
}

input[type=radio], input[type=checkbox] {
    margin: 0 10px;
    margin-top: 1px \9;
    line-height: normal;
    height: 23px;
    width: 26px;
}

.checkbox-inline {
    padding-left: 1px;
}

.cards .btn-carouselprimary {
    box-shadow: none !important;
}

.cards .carousel-caption {
    font-size: 44px;
    padding-top: 10px !important;
}

.cards .carousel-caption-sub {
    font-size: 32px !important;
}

.squaredFour.left {
    left: 0 !important;
}

.checkTxt.left {
    margin-top: -22px;
    padding-left: 70px;
}

.btn-compareone {
    background-color: #0a52d4 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 5px 30px 5px 40px !important;
    font-size: 16px !important;
    font-family: 'Almarai', Arial;
    font-weight: bold;
    background: url(/Style%20Library/NBO3/images/white-tickmark.png) no-repeat scroll 12% center #0a52d4 !important;
    text-transform: uppercase;
}

.btn-compareonerev {
    border-radius: 0 !important;
    border: 1px solid #0a52d4 !important;
    color: #0a52d4 !important;
    padding: 5px 30px 3px 40px !important;
    font-size: 16px !important;
    font-family: 'Almarai', Arial;
    font-weight: bold;
    margin-bottom: 5px !important;
    background: url(/Style%20Library/NBO3/images/blue-tickmark.png) no-repeat scroll 12% center #fff !important;
    text-transform: uppercase;
    margin-top: -10px;
}

    .btn-compareonerev:hover {
        color: #0a52d4 !important;
    }

.sidebarbox {
    background: none repeat scroll 0 0 #0a52d4;
    color: #fff;
    font-family: 'Almarai', Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 20px 20px 40px;
    width: 188px;
    margin-bottom: 15px;
}

h1.large {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px;
    color: #0a52d4;
    text-transform: uppercase;
    font-family: 'Almarai', Arial;
}

.table-bord td {
    border-left: 1px solid #ccc !important;
    white-space: normal !important;
    text-align: center;
    padding: 15px 5px !important;
    font-size: 14px;
    width: auto;
}

.table-bord th {
    border-left: 1px solid #ccc !important;
    white-space: normal !important;
    text-align: center;
    border-top: none !important;
    padding: 15px !important;
    font-size: 14px;
}

.table.table-bord tr th:first-child,
.table.table-bord tr td:first-child {
    border-left: 0 !important;
}



.prodetail .carousel-indicators {
    bottom: -43px;
    left: 30% !important;
}

.prodetail .slides-cardsindicators {
    width: 10%;
}

.mrgT60 {
    margin-top: 20px;
}

.pull-left {
    float: left;
}

.sideAccordianTxt {
    color: #0a52d4;
    border-bottom: none !important;
    padding-left: 10px;
}

.sideAccordianPanel {
    border-bottom: 1px solid #d6d6d6 !important;
}

.sideAccordianBG {
    background: transparent !important;
    padding: 0 !important;
}

.accrLtabs-left > .nav-tabs > li, .accrRtabs-right > .nav-tabs > li {
    float: none;
}

    .accrLtabs-left > .nav-tabs > li > a, .accrRtabs-right > .nav-tabs > li > a {
        min-width: 225px;
        margin-right: 0;
        color: #333;
        display: block;
        font-family: 'Almarai', Arial;
        font-size: 16px;
        padding: 12px 15px 12px 30px;
    }

.accrLtabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

    .accrLtabs-left > .nav-tabs > li > a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border-radius: 0;
        /* line-height: 54px !important; */
        padding: 0 0 0 10px !important;
        border: none !important;
    }

        .accrLtabs-left > .nav-tabs > li > a:hover, .accrRtabs-left > .nav-tabs > li > a:focus {
            border: none !important;
            color: #0a52d4 !important;
            background: url(/Style%20Library/NBO3/images/tabhover.png) no-repeat scroll top right rgba(0, 0, 0, 0);
            /* line-height: 54px !important; */
            padding: 0px 0 0px 10px !important;
            height: 53px;
        }

    .accrLtabs-left > .nav-tabs .active > a, .accrLtabs-left > .nav-tabs .active > a:hover, .accrLtabs-left > .nav-tabs .active > a:focus {
        background: url(/Style%20Library/NBO3/images/tabhover.png) no-repeat scroll top right rgba(0, 0, 0, 0);
        border: none !important;
        outline: none !important;
        color: #0a52d4 !important;
        /* line-height: 54px !important; */
        padding: 0 0 0 10px !important;
        border: none !important;
    }

.supportHead {
    font-size: 24px;
    color: #333;
    padding-bottom: 15px;
    margin: 0;
}

.blueBDR {
    border-left: 1px solid #ddd;
}

.blueRighttBDR {
    border-right: 1px solid #c4d0e2;
}

.padL5 {
    padding-left: 5%;
}

.support p {
    line-height: 30px;
    color: #333;
    padding-bottom: 20px;
    margin: 0;
    font-size: 16px;
}

.marT30 {
    margin-top: 30px;
}

.txt-left {
    text-align: left;
}

.txtboxArrow {
    background: url(/Style%20Library/NBO3/images/txtboxArrow.png) no-repeat right 10px;
    padding: 5px;
}

.marLR5 {
    margin-left: 5%;
    margin-right: 5%;
}

.img-responsive {
    /* margin: 0 auto; */
}

.home-popup .modal-image-wrapper img {
    width: 85%;
}

.wd99 {
    width: 99% !important;
    overflow: hidden;
}

.control-group input[type="text"] {
    width: 70%;
}

.containerBanner .col-sm-12 #carousel-top {
    margin-top: -20px;
}

.sadaraBG .containerBanner .col-sm-12 #carousel-top {
    margin-top: 0;
}

.page-title-nspace .containerBanner .col-sm-12 #carousel-top {
    margin-top: 0;
}

.has-spotlight .containerBanner .col-sm-12 #carousel-top {
    margin-top: -10px;
}

.RemovePad {
    padding-left: 0;
}

.ShowPad {
    padding-left: 40px;
}

.account-Carousel {
    margin-top: 30px;
}

.shareprint a {
    padding: 0 15px;
}

    .shareprint a:first-child {
        padding-left: 0;
    }

.innersubhead h4 span {
    color: #0a52d4;
    border-bottom: 2px solid #799cc2;
    padding-bottom: 9px;
}

.shareprint span {
    color: #b2b2b2 !important;
}

.support-Feature {
    margin-top: 30px;
}

    .support-Feature .featureImg {
        height: 70px;
    }

    .support-Feature .featureText {
        color: #333;
        font-size: 16px;
        width: 64%;
        margin: 0 auto;
    }

.supportBdr {
    border-right: 1px solid #ccd7e9;
}

.support-Feature .slides-indicators {
    margin-top: 33px;
    line-height: 11px;
    margin-bottom: 55px;
}

.support-FeatureAccordianTxt {
    border-bottom: medium none !important;
    color: #333 !important;
    padding-left: 10px;
}

    .support-FeatureAccordianTxt a {
        color: #333 !important;
        text-decoration: none !important;
    }

#accordion1 .panel-default > .panel-heading {
    border-bottom: 1px solid #e5e5e5;
}

#topFAQList .panel-default > .panel-heading.active {
    /*border-bottom: 0;*/
}

.customFont {
    font-family: 'Almarai', Arial;
}

.panel-title .FAQAccordianTxt {
    border-bottom: 0;
    padding-left: 32px;
    position: relative;
    display: block;
}

    .panel-title .FAQAccordianTxt img.pull-left {
        position: absolute;
        left: 0;
        top: 0;
    }

.FAQ .panel-body {
    background: none !important;
    padding-left: 33px;
    padding-top: 0;
}

.FAQ .collapse.in .panel-body {
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

.newsBlk {
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
    clear: both;
}

.newsDate {
    color: #666;
    font-size: 14px;
}

.blueText {
    color: #0a52d4;
}

.site-wrapper .printHidden .col-md-12.col-sm-4 .touchBox {
    /*width: 100%;*/
}

.site-wrapper .printHidden .col-md-12.col-sm-4 {
    width: 100%;
}

.touchBox {
    background: #0a52d4;
    color: #fff;
    font-family: 'Almarai', Arial;
    font-weight: bold;
    line-height: 24px;
    padding: 30px 7px 20px 20px;
    width: 188px;
}

#EMICalc.touchBox {
    background: #cdd8e9;
}

.touchText {
    float: left;
    width: 65%;
    font-size: 30px !important;
    margin-bottom: 15px;
    clear: both;
}

.textNormal {
    font-weight: normal !important;
}

.font18 {
    font-size: 18px !important;
}

.breadcrumbs > img {
    padding: 0 10px;
}

.largeText {
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    font-size: 48px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.sideBoxText {
    font-size: 26px;
    margin-bottom: 15px;
}

.questionBox {
    background: none repeat scroll 0 0 #b5d1e8;
    color: #fff;
    font-family: 'Almarai', Arial;
    font-weight: bold;
    line-height: 24px;
    padding: 30px 7px 20px 20px;
    width: 188px;
}

.spacer15 {
    margin-bottom: 15px;
}

.spacer10 {
    margin-bottom: 10px;
}

.squaredFourNoLeft {
    left: -5%;
}

.feedBackTxt {
    padding-left: 54px;
    margin-top: -16px;
}

.innerpadT60 {
    padding-top: 60px;
}

.feedBackLabel {
    padding-top: 7px;
    padding-left: 0;
}

.feedBackCode {
    padding-top: 7px;
    padding-left: 25px;
}

.downloadBG {
    background: #fff;
    -webkit-box-shadow: 0 0 5px 2px #e1e1e1;
    -moz-box-shadow: 0 0 5px 2px #e1e1e1;
    box-shadow: 0 0 5px 2px #e1e1e1;
}

    .downloadBG .nav-tabs {
        background: #b5d1e8;
        font-size: 24px;
        padding-top: 10px;
    }

.Download .panel-body {
    background: none !important;
}

.Download .panel-heading {
    overflow: hidden;
}

.Download .panel-title {
    float: left;
    width: 80%;
    position: relative;
}

.DwnLoadImg {
    float: left;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.DwnLoadDesc {
    padding-right: 45px;
    padding-left: 25px;
    display: inline-block;
}

.DwnLoadIcon {
    float: right;
    width: 20%;
    font-size: 12px;
}

    .DwnLoadIcon img {
        margin-right: 10px;
        float: left;
    }

    .DwnLoadIcon p {
        line-height: 16px;
        margin: 0;
    }

#accordion2 .panel-default > .panel-heading, #accordion3 .panel-default > .panel-heading {
    border-bottom: 1px solid #e5e5e5;
}

.page-title-aboutus {
    font-size: 16px;
    font-family: 'Almarai', Arial;
    line-height: 24px;
    margin: 0 auto;
    padding: 0;
    max-width: 72%;
    text-align: center;
}

    .page-title-aboutus p {
        padding: 10px 0 0 20px;
    }

    .page-title-aboutus a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

        .page-title-aboutus a:hover {
            color: #fff;
            text-decoration: none;
        }

.page-title-aboutus-Mission {
    font-family: 'Almarai', Arial;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    width: 81%;
}

.mission-tile {
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    font-size: 30px;
    line-height: 23px;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0;
}

.mission-Text {
    font-family: 'Almarai', Arial;
    font-size: 16px;
    line-height: 24px;
    color: #0a52d4;
}

.aboutHead {
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    font-size: 24px;
    line-height: 23px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: normal;
}

.abtText {
    color: #333;
    line-height: 24px;
    font-size: 16px;
    padding: 15px 25px 5px 0;
}

.NBOAward-carousel .slides-indicators {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.NBOAward-carousel .owl-controls.clickable {
    display: inline-block;
    position: relative;
    margin-top: 35px;
}

.NBOAward-carousel {
    text-align: center;
}

.awards .owl-wrapper-outer {
    text-align: left;
}

.NBOAward-carousel .featured-slider-carousel .owl-prev {
    left: -20px;
}

.NBOAward-carousel .carousel-control {
    position: absolute;
    width: auto;
    bottom: auto;
}
/*
.NBOAward-carousel {
    padding-bottom: 25px;
    }*/

.NBOAward-carousel .carousel {
    padding-left: 20px;
}

.NBOAward-carousel #carousel-example-generic {
    margin-bottom: 20px;
}

.NBOAward-carousel .carousel-inner {
    overflow: hidden;
    position: relative;
}

.NBOAward-carousel .left.carousel-control {
    background: none repeat scroll 0 0 transparent;
    left: -28px;
    /* top: -139px !important; */
    z-index: 9999;
}

.NBOAward-carousel .right.carousel-control {
    background: none repeat scroll 0 0 transparent;
    right: -80px;
    top: -139px;
    z-index: 9999;
}

.marL6 {
    margin-left: 6%;
}

.NBOawardTitle {
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
    text-align: center;
    width: 94%;
}

.columnLRHide {
    padding: 0;
    margin-left: 15px;
}

.aboutHeadBig {
    color: #fff !important;
    font-size: 48px !important;
    width: 75% !important;
}

.aboutHeadMeium {
    color: #fff !important;
    font-size: 24px !important;
    width: 75% !important;
}

.NBOawardTitle {
    text-align: left;
    width: 100%;
}

.wdFull {
    width: 100%;
}

.modal-BOD .modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 0;
    padding: 0;
}

.modal-sub-title {
    color: #0a52d4;
    font-size: 14px;
    margin: 0 !important;
    padding: 0;
}

.bgBOD {
    background: url(/Style%20Library/NBO3/images/board-Big.png) no-repeat 100% top;
}

.modal-BOD .modal-body {
    padding: 0 15px;
}

.modal-BOD .modal-BODContent {
    filter: alpha(opacity=0.84);
    opacity: .84;
    background: #fff;
    padding: 0 20px;
}

.modal-BOD .modal-title {
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    font-size: 22px;
    margin: 0 !important;
    padding: 0 30px;
}

.BODModal .modal-dialog {
    width: 750px !important;
}

.mrgB20 {
    margin-bottom: 20px;
}

.modal-BOD button.closes {
    background: none repeat scroll 0 0 #0a52d4;
    border: medium none;
    color: #bfbfbf;
    font-family: 'Almarai', Arial;
    margin-top: -1px;
    opacity: 1;
    position: absolute;
    right: -8%;
    width: 50px;
    height: 50px;
}

.titleText {
    font-size: 24px;
    color: #fff;
}

.sadaraBG, .page-title.sadaraBG {
    background: #0a52d4 url('/Style%20Library/NBO3/images/bg_spotlight_sadara.jpg') no-repeat top center;
    line-height: 65px;
    /*padding-bottom: 45px;*/
    height: auto !important;
    margin-bottom: 0;
}

    .sadaraBG p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto;
        padding: 10px 0 0 20px;
        width: 72%;
        font-family: 'Almarai', Arial;
        color: #cebfaa;
    }

    .sadaraBG h1 {
        font-size: 48px;
        text-transform: uppercase;
        padding: 0;
        margin-top: 30px;
        font-family: 'Almarai', Arial;
        color: #c39f53;
    }

.sadaraGray {
    background: url(/Style%20Library/NBO3/images/content-pattern.png) repeat scroll left top #b19671;
    padding: 30px 0 0px;
}

.sadaraBG .container {
    /* margin-bottom: 20px;*/
}

.innersubhead.sadaraColor {
    font-size: 24px;
    font-family: 'Almarai', Arial;
    text-transform: uppercase;
    padding-bottom: 0;
}

.sadaraGray h2 {
    color: #900d10;
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
    font-family: 'Almarai', Arial;
    text-transform: uppercase;
}

.sadaraExclusiveBdr:first-child {
    border-left: 0;
}

.sadaraExclusiveBdr {
    border-left: 1px solid #9d8361;
}

.sadaraTitle {
    color: #900d10;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 15px 0 10px;
    font-family: 'Almarai', Arial;
    font-size: 24px;
    text-align: center;
}

.sadaraPara {
    colot: #000;
    font-size: 16px;
    line-height: 24px;
    width: 90%;
    margin: 15px auto;
    padding: 0 0 15px;
    font-family: 'Almarai', Arial;
}

.sidebars.sadaraExplore {
    background: url("/Style%20Library/NBO3/images/sadara-arrow.png") no-repeat scroll left 11px transparent;
    padding-left: 10px;
}

.sadaraExplore a {
    color: #900d10 !important;
}

.sadaraExclusiveBdr p {
    text-align: center;
}

.carousel-indicators .sadara {
    background: none repeat scroll 0 0 #900d10 !important;
    border: none !important;
}

.carousel-indicators .sadaraactive {
    background: none repeat scroll 0 0 #c6b398 !important;
    height: 18px;
    width: 18px;
}

.sadara-indicators {
    margin-left: 0 !important;
    margin-left: 0 !important;
    position: static !important;
}

.sadaraGray .right {
    right: 0 !important;
    left: 90%;
}

.sadaraGray #carousel-example-generic {
    margin-bottom: 50px;
}

.sadaraColor {
    color: #900d10;
    border-bottom: 1px solid #ae926c !important;
}

.sadaraBdrColor {
    border-bottom: 2px solid #ae926c !important;
    margin-bottom: 0 !important;
    padding-bottom: 11px;
}

#carousel-example-generic1 {
    margin: 30px 0 40px;
}

#sadara-previleges {
    margin: 30px 0 40px;
}

.sadaraColorText {
    color: #ae926c;
    margin: 0 0 10px;
}

    .sadaraColorText a {
        color: #ae926c;
        font-family: 'Almarai', Arial;
        font-size: 23px;
    }

.sadaraCarImgPara {
    margin: 0 0 10px;
}

.carousel-indicators-product {
    top: 5px !important;
}

.sadara-previleges-Title {
    color: #900d10;
    padding: 15px 0;
    text-transform: uppercase;
    width: 76%;
    margin: 0;
}

    .sadara-previleges-Title a {
        color: #900d10;
    }

.sadara-Accordian .panel-heading {
    border-bottom: 1px solid #ae926c !important;
    padding: 10px 0 !important;
}

.sadara-Accordian .panel-title > a {
    border-bottom: 2px solid #ae926c;
    color: #900d10;
    padding-bottom: 8px;
    font-family: 'Almarai', Arial;
    font-size: 21px;
}

.sadara-Accordian .panel-body {
    background: url(/Style%20Library/NBO3/images/sadara-pattern.png) repeat scroll left top transparent !important;
}

.sadara-inner {
    background: url(/Style%20Library/NBO3/images/sadara-inner.png) no-repeat scroll left top / 100% 100% transparent;
    float: left;
    margin-left: 1px;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px;
}

.sadaracolorText {
    color: #900d10;
}

.sadara-sep {
    background: url(/Style%20Library/NBO3/images/sadara-line.png) repeat-y scroll right top transparent;
    padding: 10px 20px;
}

.carousel-caption.offers {
    color: #0a52d4 !important;
    width: 50% !important;
}

.mrgB15 {
    margin: 0 0 15px;
}

.dvLoadMore {
    background: none repeat scroll 0 0 rgba(220, 220, 220, 0.7);
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 30px;
}

.loadMore {
    font-family: 'Almarai', Arial;
    font-size: 18px;
    cursor: pointer;
}

.SPOffers-carousel .right.carousel-control {
    background: none repeat scroll 0 0 transparent;
    right: -400px;
    top: -99px !important;
    z-index: 9999;
}

.SPOffers-carousel .left.carousel-control {
    background: none repeat scroll 0 0 transparent;
    left: -400px;
    top: -99px !important;
    z-index: 9999;
}

.contactus {
    background: #eaeaea;
    float: left;
    width: 100%;
}

.contactSpace {
    padding: 10px 30px;
}

.contactusHead {
    color: #666;
    font-size: 18px;
    font-family: 'Almarai', Arial;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.contact {
    float: left;
    background: url(/Style%20Library/NBO3/images/contact-arrow.png) no-repeat left center;
    padding: 10px 0 10px 70px;
    color: #0a52d4;
    font-size: 23px;
    font-family: 'Almarai', Arial;
    text-transform: uppercase;
}

.contactOptionBG {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px 30px;
    -webkit-box-shadow: 2px 5px 2px 0 rgba(156, 154, 149, 0.5);
    -moz-box-shadow: 2px 5px 2px 0 rgba(156, 154, 149, 0.5);
    box-shadow: 2px 5px 2px 0 rgba(156, 154, 149, 0.5);
}

.Views ul {
    float: left;
    width: 100%;
}

    .Views ul li {
        list-style-type: none;
        border-right: 1px solid #d6d6d6;
        float: right;
        font-size: 18px;
        font-family: 'Almarai', Arial;
        margin-left: 15px;
    }

        .Views ul li a {
            color: #666;
            text-decoration: none;
            text-transform: uppercase;
            cursor: pointer;
        }

.Views li:first-child {
    padding-right: 0;
    border: 0;
}

.mapView img {
    padding-top: 5px;
    width: 100%;
}

.contactCol {
    color: #333;
    margin-top: 30px;
    padding-right: 10px;
}

    .contactCol p {
        font-size: 16px;
        padding-bottom: 3px;
        margin: 0;
    }

    .contactCol h3 {
        margin-bottom: 20px;
    }

.contactMail a {
    color: #0a52d4;
    text-decoration: none;
}

.contactMail img {
    padding-right: 5px;
}

.hideTBdr {
    border-top: none !important;
}

.contactBDr {
    border-right: 1px solid #d6d6d6;
}

.contactText {
    clear: both;
    float: left;
    font-size: 30px !important;
    margin-bottom: 15px;
    width: 55%;
}

.noMargin {
    margin: 0 !important;
}

.backBG {
    background: #b5d1e8;
}

.contactRightMenu ul {
    padding: 0 0 25px;
    width: 90%;
}

    .contactRightMenu ul li {
        list-style-type: none;
        display: block;
        border-bottom: 1px solid #fff;
    }

        .contactRightMenu ul li a {
            background: url(/Style%20Library/NBO3/images/arrow.png) no-repeat left center;
            padding: 7px 0 7px 15px;
            display: block;
            color: #333;
            text-decoration: none;
            font-size: 16px;
        }

        .contactRightMenu ul li:last-child {
            border-bottom: 0;
        }

.checkbox {
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    line-height: 18px;
    padding: 0;
    margin-top: 0;
}

    .checkbox:before {
        content: "";
        display: inline-block;
        width: 26px;
        height: 26px;
        vertical-align: middle;
        background-color: #fff;
        color: #333;
        text-align: center;
    }

input[type=checkbox]:checked + .checkbox:before {
    content: "\2713";
    color: #0a52d4;
    padding-top: 3px;
}

.checkbox span {
    padding-left: 10px;
    font-weight: normal;
}

.checkboxComp {
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
    line-height: 18px;
    padding: 0;
    margin-top: 0;
}

    .checkboxComp:before {
        content: "";
        display: inline-block;
        width: 26px;
        height: 26px;
        vertical-align: middle;
        background-color: #fff;
        color: #333;
        text-align: center;
        border: 1px solid #ccc;
    }

input[type=checkbox]:checked + .checkboxComp:before {
    content: "\2713";
    color: #0a52d4;
    padding-top: 3px;
}

.checkboxComp span {
    padding-left: 10px;
    font-weight: normal;
}

.offerBG {
    background: #eaeaea;
    padding: 20px 10px;
    float: left;
    width: 98.5%;
    margin: 10px 0 15px;
    font-size: 17px;
}

    .offerBG label {
        padding-top: 7px;
        font-family: 'Almarai', Arial;
        font-weight: normal;
    }

    .offerBG .offerLabel {
        font-size: 21px;
        line-height: 18px;
        text-transform: uppercase;
        font-family: 'Almarai', Arial;
    }

.btn-backListing {
    background-color: #fff;
    border-radius: 0 !important;
    border: 1px solid #0a52d4;
    color: #0a52d4;
    padding: 5px 30px;
    font-size: 14px;
    font-family: 'Almarai', Arial;
    font-weight: bold;
    margin-bottom: 5px;
    background-image: url(/Style%20Library/NBO3/images/back-arrow.png);
    background-position: 5% center;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.offerArea h3 {
    font-size: 21px;
    color: #333;
    padding-bottom: 10px;
    padding-top: 20px;
}

.offerArea p {
    padding-bottom: 15px;
}

.TCText {
    font-size: 14px;
    color: #666;
}

.marTB30px {
    margin: 30px 0;
}

.offerBDr {
    border-right: 1px solid #e6e5e5;
}

.offerTitle {
    width: 76%;
}

.spacer50 {
    height: 30px;
}

.offerBanner img {
    width: 100%;
}

.headWidth {
    float: left;
    width: 80%;
}

.offerBDRRB {
    border-right: 1px solid #e6e5e5;
    border-bottom: 1px solid #e6e5e5;
}

.offerBDRB {
    border-bottom: 1px solid #e6e5e5;
}

.menuMobile {
    display: none;
}

.downloadBG .resp-tabs-list {
    border-bottom: 0;
}

    .downloadBG .resp-tabs-list li {
        text-align: center;
        margin-left: 15px;
    }

        .downloadBG .resp-tabs-list li div {
            font-size: 24px;
            font-weight: normal;
            float: left;
            border: none !important;
            border-radius: 0 !important;
            cursor: default;
            color: #0a52d4;
        }

        .downloadBG .resp-tabs-list li span {
            height: 30px;
            float: left;
            border-right: 1px solid #a5c1d8;
            padding: 0 20px;
        }

.downloadBG .resp-tab-active {
    border: 0 !important;
}

    .downloadBG .resp-tab-active > span {
        border-right: none !important;
        padding: 0 20px;
    }

.downloadBG .resp-tabs-list li:last-child span {
    border-right: none !important;
}

.downloadBG .resp-tab-content {
    border: 0;
    padding: 50px;
}

.downloadBG .resp-arrow {
    background: url(/Style%20Library/NBO3/images/mobileAccordian-left.png) no-repeat left center;
    border: 0 none;
    float: left;
    height: 14px;
    margin-right: 15px;
    width: 7px;
}

.downloadBG h2.resp-tab-active span.resp-arrow {
    background: url(/Style%20Library/NBO3/images/mobileAccordian-down.png) no-repeat left center;
    border: 0 none;
    float: left;
    height: 7px;
    margin-right: 17px;
    width: 13px;
}

.downloadBG h2.resp-accordion {
    font-size: 16px;
    color: #0a52d4;
    line-height: 20px;
}

.verticalTabs {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    float: left;
    box-shadow: 5px 4px 1px rgba(0, 0, 0, 0.2);
}

    .verticalTabs .resp-vtabs .resp-tabs-container {
        border: 0;
    }

    .verticalTabs .resp-tab-content {
        padding: 0 20px;
    }

    .verticalTabs .title {
        font-weight: bold;
        color: #0a52d4;
        margin-bottom: 10px;
        text-transform: uppercase;
    }


    .verticalTabs .slidertitle {
        font-size: 23px;
        color: #0a52d4;
        font-family: 'Almarai', Arial;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .verticalTabs .resp-vtabs li.resp-tab-active:after {
        border-bottom: 24px solid transparent;
        border-left: 30px solid #dae8f3;
        border-top: 24px solid transparent;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        position: absolute;
        top: 0;
        margin-top: -1px;
        width: 0;
        z-index: 2;
        background-color: #fff;
    }

    .verticalTabs .resp-vtabs li.resp-tab-active {
        outline: none !important;
        border-top: 1px solid #e5e5e5;
        border-bottom: none !important;
        min-height: 48px !important;
        padding: 0 6px 0 14px;
        width: 240px;
        background: #dae8f3;
        border: 0;
    }

    .verticalTabs .resp-vtabs li span {
        color: #0a52d4 !important;
        display: table-cell;
        height: 46px;
        vertical-align: middle;
    }

body .verticalTabs .resp-tabs-list li {
    color: #0a52d4;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 25px !important;
    position: relative;
}

.verticalTabs .resp-tabs-list li span:after {
    position: absolute;
    top: 20px;
    left: 10px;
    content: " ";
    border: solid 4px transparent;
    border-left-color: #0a52d4;
}

.verticalTabs .resp-tabs-list li:first-child {
    border-top: 0;
}

.verticalTabs .resp-arrow {
    display: none;
}

.modalImg {
    position: absolute;
    float: left;
    left: 0;
    width: 100%;
}

.modalBG {
    z-index: 111;
    padding-top: 3px !important;
    background: #fff;
    opacity: .8;
    max-height: 450px;
    overflow: auto;
    width: 58.33333%;
}

ul#supportPage {
    padding: 0;
}

    ul#supportPage li {
        list-style-type: none;
        border-bottom: 1px solid #d6d6d6;
    }

.sidebar-accordian li a {
    padding: 9px 0;
    display: block;
    color: #0a52d4;
    text-decoration: none;
    font-size: 24px;
}

ul#supportPage li ul {
    padding-left: 30px;
    padding-bottom: 15px;
}

    ul#supportPage li ul li {
        border: 0;
    }

        ul#supportPage li ul li a {
            padding: 7px 5px;
            font-size: 16px;
        }

            ul#supportPage li ul li a.support_selected:after {
                border: solid 18px transparent;
                border-left-color: #e5e5e5;
                content: " ";
                display: block;
                height: 0;
                right: -35px;
                position: absolute;
                top: 0;
                width: 0;
                z-index: 2;
            }

            ul#supportPage li ul li a.support_selected {
                outline: none !important;
                background: #e5e5e5;
                position: relative;
                margin-left: -30px;
                padding-left: 33px;
                color: #333;
            }

.sidebar-accordian > li {
    width: 90%;
}

.sidebar-accordian ul a {
    position: relative;
}

    .sidebar-accordian ul a:before {
        position: absolute;
        border: solid 5px transparent;
        content: " ";
        left: -12px;
        top: 12px;
        border-left-color: #0a52d4;
    }

.sidebar-accordian .support_selected:before {
    left: 18px;
    border-left-color: #333;
}

.sidebar-accordian {
    margin-right: -16px;
    border-right: solid 1px #ddd;
}

    .sidebar-accordian li a.active {
        color: #333;
    }

.btnSearchDesktop {
    width: auto !important;
    min-width: 0 !important;
    padding: 7px 0 !important;
    text-align: left !important;
}

.mgrT25 {
    margin-top: 25px !important;
}

.col-sm-2 .list-unstyled .pdT20 li {
    background: none !important;
}

.carImg3col {
    /*width: 100%;*/
}

.dspN {
    display: none;
}

.wd90 {
    width: 90%;
}

.moveup {
    left: 0;
    margin-top: -43px;
    position: absolute;
}

.moveup1 {
    left: 0;
    margin-left: -32px;
    margin-top: -34px;
    position: absolute;
}

.moveup.arc {
    margin-top: -41px;
    width: 90% !important;
}

.filler {
    height: 100vh;
}

.mgrT120 {
    margin-top: 120px;
}

.mgrT40 {
    margin-top: 40px;
}

.imgTitle {
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    font-size: 30px;
    line-height: 1.42857;
    margin: 0 !important;
    padding: 0 30px;
    text-transform: uppercase;
}

.imgSubTitle {
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    font-size: 26px;
    line-height: 1.42857;
    margin: 0 !important;
    padding: 0 30px;
    text-transform: uppercase;
}

.dvARRgtCont {
    /* padding-top: 5px !important; */
}

.dvRTFContent p:first-child {
    font-size: 16px;
    line-height: 21px;
    color: #333;
    margin-bottom: 10px;
}

.dvRTFContent p {
    font-size: 16px;
    line-height: 21px;
    color: #333;
    margin-bottom: 10px;
}

.dvRTFContent h1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.dvRTFContent h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.dvRTFContent h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.dvRTFContent ul {
    padding-left: 15px !important;
    padding-top: 15px;
}

    .dvRTFContent ul li {
        list-style-image: url(/Style%20Library/NBO3/images/blue-arw.png);
        margin-bottom: 10px;
        margin-right: 15%;
        font-size: 16px;
        line-height: 21px;
        color: #333;
    }

.dvRTFContent table {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
}

.dvRTFContent tr:nth-child(even), .dvRTFContent tr:nth-child(even) td {
    background-color: #efefef;
}

.dvRTFContent table .th {
    background: none repeat scroll 0 0 #0a52d4;
    color: #fff;
    padding: 1.5em 1em !important;
    text-align: center !important;
}

.dvRTFContent table tr:first-child td, th {
    background: none repeat scroll 0 0 #0a52d4;
    color: #fff;
    padding: 1.5em 1em !important;
    /*text-align: inherit;*/
}

.dvRTFContent table tr.trsubheading {
    background: none repeat scroll 0 0 #b3d2e6;
    color: #0a52d4;
    padding: 1.5em 1em !important;
    text-align: center !important;
}

.trsubheading td {
    border-left: 1px solid #dcdcdc !important;
}

.dvRTFContent table td {
    border-left: 1px solid #ccc;
    padding: 1.5em 1em !important;
    /*text-align: inherit;*/
    background: #fff;
    width: auto;
}

.dvRTFContent table tr:last-child {
    border-bottom: 1px solid #ccc !important;
}

.dvRTFContent table td:last-child {
    border-right: 1px solid #ccc !important;
}

.dvRTFContent button {
    background-color: #0a52d4 !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: 3px 3px 0 #c6c6c6 !important;
    color: #fff !important;
    font-size: 18px !important;
    margin-top: 25px !important;
    padding: 8px 30px !important;
}

.dvRTFContent input[type="button"] {
    background-color: #0a52d4 !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: 3px 3px 0 #c6c6c6 !important;
    color: #fff !important;
    font-size: 18px !important;
    margin-top: 25px !important;
    padding: 8px 30px !important;
}

.dvRTFNeedsContent p:first-child {
    font-family: 'Almarai', Arial;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 30px;
    color: #333;
}

.dvRTFNeedsContent p, .dvRTFNeedsContent div, .dvRTFContent div, .dvRTFContent, .panel-body, .panel-body p {
    font-size: 16px;
    line-height: 21px;
    color: #333;
    margin-bottom: 10px;
}

    .dvRTFNeedsContent div, .dvRTFContent div, .panel-body p {
        margin-bottom: 0;
    }

.dvRTFNeedsContent h1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.dvRTFNeedsContent h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.dvRTFNeedsContent h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.dvRTFNeedsContent ul {
    padding-left: 15px !important;
    margin: 20px 0;
}

    .dvRTFNeedsContent ul li {
        list-style-image: url(/Style%20Library/NBO3/images/blue-arw.png);
        margin-bottom: 10px;
        margin-right: 15%;
        font-size: 16px;
        line-height: 21px;
        color: #333;
    }

.dvRTFNeedsContent table {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
}

.dvRTFNeedsContent tr:nth-child(even) {
    background-color: #efefef;
}

.dvRTFNeedsContent table .th {
    background: none repeat scroll 0 0 #0a52d4;
    color: #fff;
    padding: 1.5em 1em !important;
    text-align: center !important;
}

.dvRTFContent table tr.trsubheading {
    background: none repeat scroll 0 0 #b3d2e6;
    color: #0a52d4;
    padding: 1.5em 1em !important;
    text-align: center !important;
}

.trsubheading td {
    border-left: 1px solid #dcdcdc !important;
}

.dvRTFNeedsContent table td {
    border-left: 1px solid #ccc !important;
    padding: 1.5em 1em !important;
    text-align: center;
}

.dvRTFNeedsContent button {
    background-color: #0a52d4 !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: 3px 3px 0 #c6c6c6 !important;
    color: #fff !important;
    font-size: 18px !important;
    margin-top: 25px !important;
    padding: 8px 30px !important;
}

.dvRTFNeedsContent input[type="button"] {
    background-color: #0a52d4 !important;
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: 3px 3px 0 #c6c6c6 !important;
    color: #fff !important;
    font-size: 18px !important;
    margin-top: 25px !important;
    padding: 8px 30px !important;
}

tr.ms-rteTableOddRow-default {
    background: none repeat scroll 0 0 #efefef;
}

.mheight700 {
    min-height: 700px;
}

.tblParaTitle {
    word-wrap: break-word;
    text-align: center;
    font-size: 18px;
}

#sadara-accordion ul {
    padding: 0;
}

    #sadara-accordion ul li {
        background: url(/Style%20Library/NBO3/images/sadara_nav_arrow_right.png) no-repeat scroll left 4px transparent !important;
        padding-bottom: 9px;
        padding-left: 15px;
        list-style: none;
    }

#carousel-top .slides-indicators {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.left .carousel-control {
    left: 0 !important;
}

.right.carousel-control {
    /* right: 0 !important; */
    /* left: 70% !important; */
}

.carousel-indicators {
    position: static !important;
}

#tabInfo {
    display: none !important;
}

.megBDirect {
    list-style: none !important;
    margin-left: 0 !important;
    color: #7399c8 !important;
    line-height: 20px;
    border-bottom: 1px solid #749ac9;
    background: none !important;
    padding-left: 0 !important;
}

.yamm-content div ul li.megBDirect a {
    color: #0a52d4 !important;
    font-family: 'Almarai', Arial;
}

.dropdown-menu > li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.row1.row {
    /* display: table */
    margin: 0;
}

[class*="col-e"] {
    float: left;
    /* display: table-cell; */
    /* vertical-align: top; */
    /* max-width: 630px; */
}

.nBr {
    border-bottom: 0;
}

.nList {
    background: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    list-style: none !important;
}

.lnkBlue {
    color: #0a52d4;
}

.paraBlack {
    margin-top: -10px;
    padding-right: 27px !important;
}

.meglink.lnkBlue > p {
    margin-top: -10px;
    margin-bottom: 0;
}

    .meglink.lnkBlue > p > a {
        font-family: 'Almarai', Arial;
        color: #0a52d4 !important;
        position: relative;
        padding-right: 15px !important;
        text-transform: uppercase;
    }

        .meglink.lnkBlue > p > a:after {
            content: " ";
            position: absolute;
            right: 0;
            top: 0;
            width: 15px;
            height: 15px;
            background: url(/Style%20Library/NBO3/images/nav_arrow_right.png) no-repeat right center;
        }

.meglink.lnkBlue {
    background: 0;
}

.mazayaTop {
    border-top: 1px solid #a3bcd0;
    padding-top: 17px;
}

a.mob-ar {
    display: none;
}

.clearLeft {
    clear: left;
}

.marginL0 {
    margin-left: 0 !important;
}

.homePanel {
    width: 166px;
    height: 56px;
    white-space: normal;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.homePanela {
    color: #686868 !important;
}

html a {
    -webkit-font-smoothing: crisp !important;
    -moz-font-smoothing: crisp !important;
    font-smoothing: crisp !important;
}

.twitter {
    padding-left: 36px;
    padding-right: 15px;
}

.flick {
    margin-bottom: 10px !important;
}

    .flick:first-child {
        margin-top: 10px;
    }

.pdTB2010 {
    padding: 20px 10px;
}

.navbar-header > a {
    cursor: pointer !important;
    display: inline-block !important;
    height: 100% !important;
    z-index: 999 !important;
}

.dvNBOBenefitsListCaro {
    clear: both;
}

    .dvNBOBenefitsListCaro ul {
        list-style: none;
    }

        .dvNBOBenefitsListCaro ul li {
            display: inline-block;
            width: 33%;
            padding: 10px 0 10px 20px;
            vertical-align: top;
            min-height: 245px;
        }

            .dvNBOBenefitsListCaro ul li.last {
                clear: both;
            }

.dvCaroBtn {
    display: none;
}

.maza_mobile li {
    display: none;
}

    .maza_mobile li.active {
        display: block;
    }

.nboWidth {
    width: 100%;
}

.navbar-header {
    position: relative;
    z-index: 999;
}

.col-lg-Carosoul3 {
    width: 33.33%;
}

.col-lg-Carosoul4 {
    width: 25%;
}

.dvIsMobile {
    display: block;
}

.carousel-control {
    z-index: 1 !important;
}

.ms-core-needIEFilter {
    filter: none !important;
}

body {
    overflow-y: auto;
}

    BODY #s4-workspace {
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
    }

#s4-bodyContainer {
    padding-bottom: 0 !important;
}

.ms-webpart-zone {
    display: inherit !important;
}

.ms-fullWidth {
    width: auto !important;
}

.ms-webpart-cell-vertical {
    display: inherit !important;
}

.ms-webpart-chrome-vertical {
    width: auto !important;
}

.ms-webpart-chrome-vertical {
    display: inherit !important;
}

.ms-webpart-chrome-title {
    display: none !important;
}

@media only screen and (max-width:1070px) {
    .pst li {
        font-size: 14px;
    }
}

@media only screen and (max-width:360px) {
    .dvIsMobile {
        display: none;
    }

    .col-lg-Carosoul3 {
        width: 100%;
    }

    .col-lg-Carosoul4 {
        width: 100%;
    }

    .menuDesktop {
        display: none;
    }

    .menuMobile {
        display: block;
    }

    .page-title {
        margin-top: 0 !important;
        padding-bottom: 16px;
    }

    #myCarousel1m {
        background: url("/Style%20Library/NBO3/images/bubble.png") no-repeat scroll center top #0a52d4;
        height: 250px;
    }

        #myCarousel1m .bgBtmCapTxt {
            font-size: 22px !important;
            line-height: 22px !important;
        }

    .fit-right {
        float: right;
        margin-top: -100px;
    }

    .slideindcators {
        left: 20px;
        position: relative;
        top: -40px;
        width: 30%;
    }

        .slideindcators .left.carousel-control > img {
            margin-top: -10px;
        }

        .slideindcators .right.carousel-control > img {
            margin-top: -10px;
        }

    .imageHolder {
        display: none !important;
    }

    .carousel-top img {
        width: auto;
    }

    body {
        padding-top: 0 !important;
    }

    .carousel-caption {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .containerBanner {
        width: 99%;
        margin: 0 auto;
    }

    .containerBody {
        margin: 0 auto;
    }

    .fourty {
        height: 40% !important;
    }

    .twentyfive {
        height: 25% !important;
    }

    .carousel-caption p {
        padding: 5px 0 0 !important;
    }

    .showPad {
        padding-left: 0 !important;
        padding-top: 15px;
    }

    h1.medium {
        font-size: 28px !important;
    }

    .large {
        margin-right: 0 !important;
    }

    .prodetail .slides-cardsindicators {
        display: block !important;
        left: 0 !important;
        width: 27%;
        top: -25px;
    }

        .prodetail .slides-cardsindicators .carousel-indicators {
            bottom: -30px !important;
        }

    .modal-body .btn-secondaryone {
        width: 100%;
    }

    .marLR10 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .jobDescDetails label {
        width: 40% !important;
    }

    .jobDescDetails span {
        padding-left: 5px !important;
    }

    .control-label22 {
        width: 20% !important;
    }

    .btn-primary {
        width: 70% !important;
    }

    .checkTxt {
        padding-left: 92px !important;
    }

    .squaredFour {
        left: 12% !important;
    }

    select {
        width: 100% !important;
    }

    .squaredFour label {
        width: 24px !important;
        height: 24px !important;
    }

        .squaredFour label:after {
            width: 12px !important;
            top: 4px !important;
        }

    input[type="radio"] {
        width: 15px !important;
    }

    .mgrR28 {
        margin-right: 28px;
    }

    .textAreaFull {
        width: 69% !important;
    }

    .containerMenu {
        width: 99%;
        margin: 0 auto;
    }

    .navbar-header a img {
        height: 60px;
        margin-top: 10px;
    }

    .containerBanner {
        width: 99%;
        margin: 0 auto;
    }

    .containerBody {
        margin: 0 auto;
        padding: 0 20px;
    }

    .dvSearch320 {
        top: 22px !important;
    }

        .dvSearch320 input[type="text"] {
            background: url("/Style%20Library/NBO3/images/search.png") no-repeat scroll right center transparent !important;
            border: 0 solid #999 !important;
            border-radius: 0 !important;
            color: #fff;
            width: 28px;
            height: 30px;
            -webkit-box-shadow: 0 !important;
            -moz-box-shadow: 0 !important;
            box-shadow: 0 !important;
        }

            .dvSearch320 input[type="text"]:focus {
                background: url("/Style%20Library/NBO3/images/search.png") no-repeat scroll right center #fff !important;
                border: 1px solid #999 !important;
                color: #fff;
                font-weight: normal;
                width: 200px;
                height: 30px;
                -webkit-box-shadow: 0 !important;
                -moz-box-shadow: 0 !important;
                box-shadow: 0 !important;
            }

    .yamm .navbar-toggle {
        margin-top: 22px !important;
    }

    .page-title {
        font-size: 19px;
    }

    #carousel-top .carousel-caption-sub {
        font-size: 12px !important;
        margin-top: 5px !important;
        line-height: 10px !important;
    }

    #carousel-top .carousel-caption {
        font-size: 17px !important;
        width: 100% !important;
        position: static !important;
        padding-top: 0px !important;
        line-height: 16px !important;
        margin-top: 13px !important;
        min-height: 0px !important;
    }

    .large {
        margin-right: 0;
        font-size: 16px;
    }

    .innersep {
        background: none !important;
    }

    .wd70 {
        width: 100% !important;
    }

    #carousel-top {
        margin-bottom: 0 !important;
    }

    .datetime {
        font-size: 12px !important;
    }

    .innerside {
        padding: 0 !important;
    }

    .largein {
        margin-right: 0;
        font-size: 16px;
        margin-top: 15px;
    }

    .btn-carouselprimary {
        font-size: 12px !important;
        padding: 7px 14px !important;
    }

    .needslargein {
        margin-top: 25px !important;
    }

    .nocolumnLft {
        padding: 0 0 0 0 !important;
    }

    .cardas img {
        height: 15px !important;
    }

    .cardas p {
        padding: 0 !important;
    }

    .slides-cardsindicators {
        top: 9px;
        width: 80%;
    }

    .page-title-Career h1 {
        font-size: 26px;
    }

    .career-colmn p {
        margin-bottom: 15px;
    }

    .carrer-col-tile {
        margin-top: 15px;
    }

    .msgArea {
        padding-left: 10px;
    }

    .careerImg {
        right: 0;
        top: 0;
    }

        .careerImg img {
            width: 99%;
        }

    .HrMsg {
        font-size: 16px;
        padding-top: 10px;
    }

    .designation {
        font-size: 16px;
    }

    h1.extraLarge {
        font-size: 28px;
    }

    .innerpadT {
        padding-top: 15px;
    }

    .picAlignR {
        float: right;
    }

    .picAlignL {
        float: left;
    }

    .pageListItem {
        padding-left: 25px !important;
    }

    .callUs .txt-left {
        text-align: center;
    }

    .accBenefits {
        display: block;
        margin-bottom: 70px;
    }

        .accBenefits img {
            float: left;
        }

        .accBenefits .slidertitle {
            float: right;
            width: 75%;
        }

    .solution-carousel {
        top: 0 !important;
    }

    .slidertitle {
        padding-bottom: 15px;
    }

    .btn-carouselprimary {
        box-shadow: none !important;
    }

    #carousel-top ..btn-carouselprimary {
        background: #fff;
    }

    #carousel-top .btn-carouselprimary {
        font-size: 20px !important;
    }

    .page-title .slides-indicators {
        line-height: 45px !important;
        margin-top: 0;
    }

    h1.large {
        font-size: 28px;
    }

    .mobileCompare {
        float: none !important;
        margin-top: 3px !important;
        padding-left: 11px !important;
    }

    .btn-compareonerev {
        float: left !important;
        margin-top: 25px;
    }

    .carouselmobile {
        top: 6em !important;
    }

    .account-Carousel {
        margin-top: 25px;
    }

    .shareprint a {
        padding: 0 10px;
    }

    .slideindcators .carousel-indicators {
        display: block !important;
        left: 25% !important;
    }

    .shareprint span {
        color: #b2b2b2 !important;
    }

    .sepHide {
        background: none !important;
    }

    .accrLtabs-left > .nav-tabs > li > a, .accrRtabs-right > .nav-tabs > li > a {
        min-width: 283px;
    }

    .supportHead {
        font-size: 20px;
    }

    .accordion-toggle.support-FeatureAccordianTxt.collapsed > span:first-child {
        float: left;
        width: 13% !important;
    }

    .accordion-toggle.support-FeatureAccordianTxt.collapsed > span:last-child {
        float: left;
        width: 87% !important;
    }

    .FAQ #accordion1 .panel-default > .panel-heading {
        padding-bottom: 1em !important;
    }

    .mobileAlign {
        padding-bottom: 10px;
    }

    .pagination ul {
        padding-left: 0 !important;
    }

    .breadcrumbs > img {
        padding: 0 5px;
    }

    .selectFullWidth {
        width: 100% !important;
    }

    .feedBackLabel {
        padding-left: 15px;
        padding-top: 7px;
    }

    .feedBackCode {
        padding-left: 15px;
        padding-top: 7px;
    }

    h1.largeText {
        font-size: 28px;
    }

    .squaredFourNoLeft {
        left: -11% !important;
    }

    .nav-tabs > li:first-child {
        margin-left: 10px;
    }

    .nav-tabs > li {
        width: 100%;
        display: block;
        margin-left: 10px;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            display: block;
            width: 93%;
        }

        .nav-tabs > li > span {
            display: none;
        }

        .nav-tabs > li > a {
            display: block;
            width: 93%;
        }

    .tab-content > .active, .pill-content > .active {
        padding: 10px;
    }

    .Download .panel-title {
        float: none;
        width: 100%;
    }

    .Download .panel-heading {
        height: auto;
    }

    .DwnLoadDesc {
        width: 80%;
    }

    .DwnLoadIcon {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .sadara-Banner img {
        width: 100%;
    }

    .sadaraBG h1 {
        font-size: 28px;
    }

    .sadaraTitle {
        width: 100%;
    }

    .sadaraPara {
        width: 100%;
    }

    .sadaraBdrColor {
        font-size: 15px;
        font-weight: bold;
    }

    .sadara-Accordian .panel-title > a {
        font-size: 15px;
    }

    .sadaraBG p {
        width: 94%;
        padding: 10px 0 0;
    }

    .offerHeadArea .btn-backListing {
        float: left !important;
        clear: both;
    }

    .offerHeadArea p {
        clear: both;
        padding-top: 25px;
    }

    .offerArea h3 {
        font-size: 20px;
    }

    .offerTitle {
        width: 100%;
    }

    .offerBDr {
        display: none;
    }

    .downloadBG .resp-tab-content {
        padding: 10px !important;
    }

    .downloadBG h2.resp-accordion {
        border-color: #c1c1c1;
        border-image: none;
        border-bottom: 1px solid #c1c1c1;
        border-style: solid;
        border-width: 0 0 1px 0;
    }

    .control-group .checkbox {
        margin-right: 0;
    }

    .verticalTabs {
        padding: 0;
        width: 100% !important;
    }

        .verticalTabs h2.resp-tab-active {
            background: none repeat scroll 0 0 #e1eef7 !important;
        }

        .verticalTabs .resp-tab-content-active {
            background: none repeat scroll 0 0 #e1eef7 !important;
            border: none !important;
        }

        .verticalTabs .resp-arrow {
            display: block;
        }

        .verticalTabs h2.resp-tab-active span.resp-arrow {
            background: url("/Style%20Library/NBO3/images/mobileAccordian-down.png") no-repeat left center;
            border: 0 none;
            float: left;
            height: 7px;
            margin-right: 15px;
            width: 13px;
        }

        .verticalTabs .resp-accordion > img {
            display: none;
        }

        .verticalTabs h2.resp-accordion {
            border-color: #e5e5e5;
            border-image: none;
            border-top: 1px solid #e5e5e5;
            border-style: solid;
            border-width: 1px 0 0 0;
            font-size: 16px;
            color: #0a52d4;
        }

            .verticalTabs h2.resp-accordion:first-child {
                border-top: none !important;
            }

    .tinynav {
        display: block;
        width: 99% !important;
        margin: 25px 0;
    }

    #supportPage {
        display: none;
    }

    .blueBDR {
        border-left: none !important;
    }

    .noPadLR {
        padding-left: 0;
        padding-right: 0;
    }

    .contactBG {
        border-bottom: 1px solid #b9babc;
        float: left;
        padding: 15px 0;
        width: 100%;
    }

    .carousel-caption-sub > .marTop10px {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #applynowDiv {
        margin-bottom: 10px;
    }

    .col-md-9.columnLft {
        padding: 7px !important;
    }

    .shareprint {
        display: none !important;
    }

    .row1 {
        display: table;
    }

    [class*="col-e"] {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .sadaraBotSep {
        border-bottom: 1px solid #bdb19e;
    }

    .pdTB100 {
        padding: 10px 0 !important;
    }

    .dvCenter {
        display: none !important;
    }

    .dvNBOBenefitsListCaro ul li {
        display: none;
        width: 100%;
        padding: 10px 10px;
    }

    .dvCaroBtn .carousel-control.right {
        opacity: 1;
    }

    .dvCaroBtn .carousel-control.left {
        opacity: 1;
    }

    .nboWidth {
        width: 86%;
    }

    .dvLeft > .slides-indicators > a > img {
        display: none !important;
    }

    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
    }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell {
        background: none !important;
    }

    img#recaptcha_challenge_image {
        margin-left: -75px !important;
    }

    .recaptcha_r2_c2 {
        display: none !important;
    }

    .imgHeader {
        margin-top: 15px;
    }

    .imgTitle {
        color: #0a52d4;
        font-family: 'Almarai', Arial;
        font-size: 30px;
        line-height: 1.42857;
        margin: 0 !important;
        padding: 0 !important;
        text-transform: uppercase;
    }

    .ms-webpart-zone .ms-fullWidth .page-title {
        padding-left: 0;
    }
}

@media only screen and (max-width:640px) {
    #carousel-example-generic_2, #carousel-example-generic_1 {
        padding: 0px !important;
    }

    .carousel-caption p {
        padding: 0;
    }

    .mob-search-open .mob-search .form {
        display: none;
    }

    .mob-search-open .mob-logo {
        float: right;
    }

    p.marTop10px {
        margin-top: 0;
    }

    .carousel-control {
        /* position: relative; */
    }

    .carousel-caption {
        top: 58%;
    }

    .contactCol p {
        padding-top: 0;
    }

    .Views ul li {
        width: 100%;
        margin-left: 0;
        border-top: 1px solid #d6d6d6;
        border-right: 0;
    }

    .filteredClass .columnLft > div {
        border-top: 1px solid #dfdfdf;
        padding-bottom: 0 !important;
        padding: 20px 0 20px 0;
    }

    .col-lg-Carosoul3 {
        width: 100%;
    }

    .col-lg-Carosoul4 {
        width: 100%;
    }

    .dvIsMobile {
        display: none;
    }

    .newsBlk .ShowPad {
        margin-top: 0;
    }

    .imgTitle {
        color: #0a52d4;
        font-family: 'Almarai', Arial;
        font-size: 30px;
        line-height: 1.42857;
        margin: 0 !important;
        padding: 0 !important;
        text-transform: uppercase;
    }

    .imgHeader {
        margin-top: 15px;
    }

    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
    }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell {
        background: none !important;
    }

    img#recaptcha_challenge_image {
        margin-left: -75px !important;
    }

    .recaptcha_r2_c2 {
        display: none !important;
    }

    .menuDesktop {
        display: none;
    }

    .menuMobile {
        display: block;
    }

    .page-title {
        margin-top: 0 !important;
    }

    #myCarousel1m {
        background: url("/Style%20Library/NBO3/images/bubble.png") no-repeat scroll center top #0a52d4;
        height: 250px;
    }

        #myCarousel1m .bgBtmCapTxt {
            font-size: 22px !important;
            line-height: 22px !important;
        }

    .fit-right {
        float: right;
        margin-top: -100px;
    }

    .slideindcators {
        left: 20px;
        position: relative;
        top: -40px;
        width: 30%;
    }

        .slideindcators .left.carousel-control > img {
            margin-top: -10px;
        }

        .slideindcators .right.carousel-control > img {
            margin-top: -10px;
        }

        .slideindcators .carousel-indicators {
            display: block !important;
            left: 25% !important;
            position: relative;
        }

    .imageHolder {
        display: none !important;
    }

    .containerMenu {
        width: 99%;
        margin: 0 auto;
    }

    .navbar-header a img {
        height: 60px;
        margin-top: 10px;
    }

    .containerBanner {
        width: 99%;
        margin: 0 auto;
        padding-bottom: 0;
        /*float: left;*/
    }

    .containerBody {
        width: auto;
        margin: 0 0%;
        padding: 0 10px;
    }

    .page-title .containerBody {
        padding-left: 12px;
        padding-right: 12px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .Views ul {
        padding-left: 0;
    }

    .contactBDr {
        border: 0;
    }

    h1.large {
        font-size: 30px !important;
    }

    .slides-cardsindicators {
        display: none;
    }

    .resize {
        width: 50px;
        margin-top: -20px;
    }

    .nopadl {
        padding-left: 15px !important;
    }

    .img-res {
        width: 10%;
    }

    .modal-dialog {
        width: auto !important;
    }

    button.closes {
        margin-top: -5px !important;
        position: relative !important;
        right: 0 !important;
        width: 30px !important;
        height: 30px !important;
        float: right;
    }

    .modal-body {
        padding: 10px !important;
    }

    .modal-title {
        font-size: 18px !important;
        padding: 0 10px !important;
    }

        .modal-title img {
            width: 10%;
        }

    .modal-header {
        padding: 15px 5px !important;
    }

    .closes > img {
        width: 50%;
    }

    .largein {
        font-size: 16px !important;
        margin-right: 0 !important;
    }

    .rightin {
        margin-right: 0 !important;
    }

    .shorts .carousel-inner {
        overflow: visible !important;
    }

    .shorts .innerimage {
        margin-top: -25px !important;
    }

    .mobpush p {
        margin-top: 20px;
    }

    .mobpush img {
        margin-top: -20px;
    }

    .mobpush span img {
        margin-top: 0 !important;
    }

    .pdTB40 {
        padding-bottom: 0 !important;
        padding-top: 10px !important;
    }

    #carousel-top .carousel-caption-sub {
        font-size: 15px;
        margin-top: 10px;
        line-height: 15px;
        width: 100%;
    }

    #carousel-top .carousel-caption {
        font-size: 25px;
        padding-top: 20px;
        line-height: 22px;
        width: 59%;
        /* height: 100%; */
    }

    .inner {
        padding-bottom: 12px;
        height: auto;
    }

    .innersep {
        padding: 20px 5px !important;
    }

    .innerseps {
        padding: 5px 20px !important;
    }

    .carousel-control.left, .carousel-control.right {
        opacity: 1;
        z-index: 999;
    }

    .btn-carouselprimary {
        font-size: 15px !important;
        padding: 8px 12px !important;
        margin-top: 0 !important;
    }

    .large {
        margin-right: 0;
        font-size: 21px;
    }

    .section-title {
        padding-top: 0;
        font-size: 35px;
    }

    .page-title {
        margin-top: 88px;
    }

    .wd70 {
        width: 100% !important;
    }

        .wd70.form-horizontal .mrgT20 {
            padding-left: 0;
            padding-right: 0;
        }

        .wd70.form-horizontal .col-sm-12 .bluebtn.btn-secondaryone {
            margin-left: -12px;
            width: 105%;
            margin-right: -12px;
            /* padding: 95px; */
            margin-top: 15px;
        }

    .imageres > img {
        width: 10%;
    }

    .datetime {
        font-size: 14px;
    }

    .alignlefts {
        float: left;
    }

    .innerside {
        padding: 0 !important;
    }

    .callUs .txt-left {
        text-align: center;
    }

    .accBenefits {
        display: block;
        margin-bottom: 70px;
    }

        .accBenefits img {
            float: left;
        }

        .accBenefits .slidertitle {
            float: right;
            width: 75%;
        }

    .msgArea {
        padding: 30px;
    }

    .careerImg {
        right: 0;
        bottom: 0;
        position: static;
    }

        .careerImg img {
            width: 99%;
        }

    .HrMsg {
        font-size: 16px;
    }

    .designation {
        font-size: 16px;
    }

    .career-colmn p {
        margin-bottom: 15px;
    }

    .carrer-col-tile {
        margin-top: 15px;
    }

    .jobDescDetails label {
        width: 26%;
    }

    h1.extraLarge {
        font-size: 28px;
    }

    .RemovePad {
        padding-left: 0 !important;
        margin-top: 10px;
    }

    .ShowPad {
        padding-left: 0 !important;
        margin-top: 10px;
    }

    .page-title .slides-indicators {
        line-height: 45px !important;
        margin-top: 10px;
    }

    h1.large {
        font-size: 28px;
    }

    .accrLtabs-left > .nav-tabs > li > a, .accrRtabs-right > .nav-tabs > li > a {
        min-width: 283px;
    }

    .supportHead {
        font-size: 20px;
    }

    .accordion-toggle.support-FeatureAccordianTxt.collapsed > span:first-child {
        float: left;
        width: 10% !important;
    }

    .accordion-toggle.support-FeatureAccordianTxt.collapsed > span:last-child {
        float: left;
        width: 90% !important;
    }

    .mobileAlign {
        padding-bottom: 10px;
    }

    .pagination ul {
        padding-left: 0 !important;
    }

    .breadcrumbs > img {
        padding: 0 5px;
    }

    .feedBackLabel {
        padding-left: 0;
        padding-top: 7px;
        padding-bottom: 12px;
    }

    .feedBackCode {
        padding-left: 15px;
        padding-top: 7px;
    }

    h1.largeText {
        font-size: 28px;
    }

    .nav-tabs > li:first-child {
        margin-left: 10px;
    }

    .nav-tabs > li {
        width: 100%;
        display: block;
        margin-left: 10px;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            display: block;
            width: 94%;
        }

        .nav-tabs > li > span {
            display: none;
        }

        .nav-tabs > li > a {
            display: block;
            width: 94%;
        }

    .tab-content > .active, .pill-content > .active {
        padding: 10px;
    }

    .Download .panel-title {
        float: none;
        width: 100%;
        overflow: hidden;
        padding-bottom: 10px;
    }

    .Download .panel-heading {
        margin: 0 !important;
    }

    .DwnLoadDesc {
        width: 87%;
    }

    .DwnLoadIcon {
        width: auto;
        margin-top: 10px;
        margin-left: 39px;
        float: none;
        clear: both;
    }

    .sadara-Banner img {
        width: 100%;
    }

    .sadaraBG h1 {
        font-size: 28px;
    }

    .sadaraTitle {
        width: 100%;
    }

    .sadaraPara {
        width: 100%;
    }

    .sadaraBG p {
        width: 94%;
        padding: 10px 0 0;
    }

    .sadara-sep {
        display: none;
    }

    .contact-us .checkbox {
        display: block !important;
    }

    .offerHeadArea .btn-backListing {
        float: left !important;
        clear: both;
    }

    .offerHeadArea p {
        clear: both;
        padding-top: 25px;
    }

    .offerArea h3 {
        font-size: 20px;
    }

    .offerTitle {
        width: 100%;
    }

    .offerBDr {
        display: none;
    }

    .downloadBG .resp-tab-content {
        padding: 10px !important;
    }

    .downloadBG h2.resp-accordion {
        border-color: #c1c1c1;
        border-image: none;
        border-bottom: 1px solid #c1c1c1;
        border-style: solid;
        border-width: 0 0 1px 0;
    }

    .downloadBG .resp-tab-active > span {
        padding: 0;
    }

    .control-group .checkbox {
        margin-right: 0;
        margin-left: 29%;
    }

        .control-group .checkbox span {
            padding-left: 6px;
        }

    .control-group .control-label22 {
        width: 29% !important;
    }

    .btn-primary {
        width: 71%;
    }

    .textAreaFull {
        width: 71%;
    }

    .verticalTabs {
        padding: 0;
        width: 100% !important;
    }

        .verticalTabs h2.resp-tab-active {
            background: none repeat scroll 0 0 #e1eef7 !important;
        }

        .verticalTabs .resp-tab-content-active {
            background: none repeat scroll 0 0 #e1eef7 !important;
            border: none !important;
        }

    .resp-vtabs .resp-tab-content {
        padding-bottom: 10px;
    }

    .verticalTabs .resp-arrow {
        border: 0 none;
        float: left;
        height: 14px;
        margin-right: 10px;
        width: 0;
        border: 7px solid transparent;
        border-left-color: #0a52d4;
    }

    .verticalTabs .resp-arrow {
        display: block;
    }

    .verticalTabs h2.resp-tab-active span.resp-arrow {
        background: url("/Style%20Library/NBO3/images/mobileAccordian-down.png") no-repeat left center;
        border: 0 none;
        float: left;
        height: 7px;
        margin-right: 15px;
        width: 13px;
    }

    .verticalTabs .resp-accordion > img {
        display: none;
    }

    .verticalTabs h2.resp-accordion {
        border-color: #e5e5e5;
        border-image: none;
        border-top: 1px solid #e5e5e5;
        border-style: solid;
        border-width: 1px 0 0 0;
        font-size: 16px;
        color: #0a52d4;
    }

        .verticalTabs h2.resp-accordion span {
            display: table;
        }

        .verticalTabs h2.resp-accordion:first-child {
            border-top: none !important;
        }

    .tinynav {
        display: block;
        width: 99% !important;
        margin: 25px 0;
    }

    #supportPage {
        display: none;
    }

    .blueBDR {
        border-left: none !important;
    }

    .sadaraBotSep {
        border-bottom: 1px solid #bdb19e;
    }

    .pdTB100 {
        padding: 10px 0 !important;
    }

    .contactBG:first-child {
        padding: 15px;
    }

    .contactBG > div:first-child {
        margin-bottom: 0;
    }

    .contactBG {
        border-top: 1px solid #b9babc;
        float: left;
        padding: 15px;
        width: 100%;
        border-left: none;
        border-bottom: 0;
    }

        .contactBG .sep {
            background: 0;
        }

    .row.callUs {
        padding: 0;
    }

    .callUs .container {
        padding: 0;
    }

    .ms-webpart-zone .ms-fullWidth .page-title {
        padding-left: 0;
    }

    .dvARLftCont .carousel ul,
    .NBOAward-carousel .carousel ul {
        margin-left: 0;
        padding-left: 0;
    }

    .dvARLftCont .carousel .item:first-child,
    .NBOAward-carousel .carousel .item:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: 0;
    }

    .dvARLftCont .carousel .item,
    .NBOAward-carousel .carousel .item {
        width: auto !important;
        /*display: block!important;*/
        margin-bottom: 0;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        min-height: 10px !important;
        border-top: 1px solid #dfdfdf;
        -webkit-transition: left 0s linear;
        -moz-transition: left 0s linear;
        -ms-transition: left 0s linear;
        -o-transition: left 0s linear;
        transition: left 0s linear;
    }

    .dvARLftCont .carousel-inner > .active.left,
    .dvARLftCont .carousel-inner > .active.right,
    .dvARLftCont .carousel-inner > .next,
    .dvARLftCont .carousel-inner > .prev,
    .NBOAward-carousel .carousel-inner > .active.left,
    .NBOAward-carousel .carousel-inner > .active.right,
    .NBOAward-carousel .carousel-inner > .next,
    .NBOAward-carousel .carousel-inner > .prev {
        left: 0 !important;
        position: static !important;
    }

    .dvARLftCont .carousel-inner > .active,
    .NBOAward-carousel .carousel-inner > .active {
        position: static !important;
        height: auto !important;
    }

    .dvARLftCont .carousel .item .innersep,
    .NBOAward-carousel .carousel .item .innersep {
        height: auto !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        min-height: 10px !important;
    }

    .dvARLftCont .carousel .carousel-inner,
    .NBOAward-carousel .carousel .carousel-inner {
        width: auto !important;
        -webkit-transform: translate3d(0,0,0) !important;
    }

    #carousel-example-generic_2 .carousel-control.visible-xs, #carousel-example-generic_1 .carousel-control.visible-xs {
        display: none !important;
    }

    .dvCaroBtn .carousel-control,
    .NBOAward-carousel .carousel-control {
        display: none !important;
    }

    .owl-carousel .owl-wrapper-outer.autoHeightSlider {
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
        margin-bottom: 45px;
        height: auto !important;
        text-align: left;
    }

    .featured-slider-carousel .owl-item, .featured-slider-carousel .owl-item li.item {
        /*min-height: 10px!important;*/
    }
}

@media only screen and (min-width:641px) {
    * {
    }

    .featured-slider-carousel .owl-wrapper-outer.autoHeightSlider {
        height: auto !important;
    }

    .wd70.form-horizontal .innersubhead {
        margin-left: 15px;
    }

    .wd70.form-horizontal {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width:641px) and (max-width:768px) {
    .col-lg-Carosoul3 {
        width: 33.33%;
    }

    .col-lg-Carosoul4 {
        width: 25%;
    }

    .dvIsMobile {
        display: block !important;
    }

    .menuDesktop {
        display: none;
    }

    .menuMobile {
        display: block;
    }

    .page-title {
        margin-top: 0 !important;
    }

    .carousel-top img {
        width: auto;
    }

    .imageHolder {
        display: none !important;
    }

    .slides-cardsindicators {
        top: -35px !important;
        width: 25% !important;
    }

    .innerpadL {
        padding-left: 15px !important;
    }

    .innerpadR {
        padding-right: 15px !important;
    }

    .page-title {
        padding: 20px 0 40px !important;
        line-height: 30px;
    }

    .navbar-header a img {
        width: 130px;
    }

    .yamm ul li a {
        font-size: 15px !important;
        padding: 0 15px !important;
    }

    .yamm ul li span {
        padding-left: 15px !important;
    }

    .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
        padding-right: 0 !important;
    }

    .navbar-nav > li > a {
        font-size: 14px !important;
    }

    .innersep {
        padding: 10px 20px !important;
    }

    .innerseps {
        padding: 10px 10px !important;
    }

    .containerMenu {
        width: 99%;
        margin: 0 auto;
    }

    .navbar-header a img {
        height: 60px;
        margin-top: 10px;
    }

    .containerBanner {
        width: 99%;
        margin: 0 auto;
    }

    .row {
        margin: 0;
    }

        .row.inner {
            padding-bottom: 10px;
            height: auto;
        }

    .containerBody {
        width: 100%;
        /* margin: 0 2%;*/
        padding: 0 10px !important;
        box-sizing: border-box;
    }

    .marLR5 {
        margin: 0;
    }

    .contiPad {
        float: left;
        width: 100%;
    }

    .sidebarbox {
        /*  margin-bottom: 15px;*/
    }

    .sidebarlarge {
        border-bottom: 0 !important;
    }

    #carousel-top .carousel-caption {
        font-size: 25px;
        line-height: normal;
    }

    .yamm ul.navbar-nav {
        margin-left: 10px !important;
        float: right !important;
    }

    .navbar-header a img {
        width: 140px !important;
    }

    .navbar-collapse-2 ul li.dropdown a {
        padding: 0 25px 0 0 !important;
    }

    .wd70 {
        width: 100% !important;
    }

    .containerBanner .col-sm-12 #carousel-top {
        margin-bottom: 0 !important;
    }

    .callUs .txt-left {
        text-align: left;
    }

    .msgArea {
        padding-left: 5em;
    }

    .careerImg {
        right: 0;
        /* top: 0;*/ bottom: 0;
        position: static;
    }

        .careerImg img {
            /* width: 99%;*/
        }

    .HrMsg {
        font-size: 16px;
        padding-top: 7px;
        margin: 0;
    }

    .HrName {
        font-size: 20px;
        padding-top: 7px;
        margin: 0;
    }

    .designation {
        font-size: 16px;
        padding-bottom: 7px;
        margin: 0;
    }

    .career-colmn p {
        margin-bottom: 15px;
    }

    .carrer-col-tile {
        margin-top: 15px;
    }

    .careerImg {
        /* top: 23px;*/
    }

    .jobDescDetails label {
        width: 20%;
    }

    h1.extraLarge {
        font-size: 28px;
    }

    .page-title-Career img {
        margin-top: 10px;
    }

    .page-title-Career {
        line-height: 25px;
    }

    .RemovePad {
        padding-left: 0 !important;
        margin-top: 10px;
    }

    .ShowPad {
        padding-left: 50px !important;
        margin-top: 10px;
    }

    .carousel.account.slide.cards {
        margin-top: 10px !important;
    }

    h1.large {
        font-size: 28px;
    }

    .mobileAlign {
        padding-bottom: 10px;
    }

    .pagination ul {
        padding-left: 0 !important;
    }

    .breadcrumbs > img {
        padding: 0 5px;
    }

    .touchBox {
        margin-bottom: 15px;
    }

    .questionBox {
        margin-bottom: 15px;
    }

    h1.largeText {
        font-size: 28px;
    }

    .nav-tabs > li > a {
        font-size: 16px !important;
        padding: 10px 15px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        padding: 10px 15px;
    }

    .tab-content > .active, .pill-content > .active {
        padding: 10px;
    }

    .nav-tabs > li {
        margin-left: 10px;
    }

        .nav-tabs > li > span {
            height: 19px;
            margin-left: 10px;
            margin-top: 11px;
        }

    .DwnLoadIcon {
        width: 18%;
    }

    .NBOAward-carousel .left.carousel-control {
        left: 0;
    }

    .NBOAward-carousel .right.carousel-control {
        right: -561px;
        top: 0px !important;
    }

    .offerHeadArea .btn-backListing {
        float: left !important;
        clear: both;
    }

    .offerHeadArea p {
        clear: both;
        padding-top: 25px;
    }

    .offerArea h3 {
        font-size: 20px;
    }

    .offerTitle {
        width: 100%;
    }

    .offerBDr p {
        width: 75%;
    }

    .downloadBG .resp-tab-content {
        padding: 10px !important;
    }

    .downloadBG h2.resp-accordion {
        border-color: #c1c1c1;
        border-image: none;
        border-bottom: 1px solid #c1c1c1;
        border-style: solid;
        border-width: 0 0 1px 0;
    }

    .downloadBG .resp-tab-active > span {
        padding: 0;
    }

    .tinynav {
        display: block;
        width: 100% !important;
        margin: 25px 0;
    }

    #supportPage {
        display: none;
    }

    .footer_cont {
        margin: 0 auto;
    }

    #info + .readmore-js-toggle {
        padding-bottom: 1.5em;
        border-bottom: 1px solid #999;
        font-weight: bold;
    }

    #demo {
        padding: 0 10%;
    }

        #demo ul li {
            padding: 0 0 20px 0;
        }

    .sidebarN {
        height: 575px;
        position: fixed;
        right: 0;
        top: 40%;
        width: 100px;
        z-index: 999999;
    }

    .sidebarN {
        width: 100px;
    }

    .sidebarsN {
        list-style-type: none;
    }

        .sidebarsN a {
            color: #0a52d4 !important;
            font-weight: bold;
        }

        .sidebarsN li {
            width: 100%;
            background: #00a3de;
            border-bottom: 1px solid #8cd2ff;
            text-align: center;
            padding: 14px;
            text-align: center;
            width: 100%;
        }

            .sidebarsN li:hover {
                background: #0a52d4;
                display: block;
            }

            .sidebarsN li#internet-banking:hover {
                background: red;
                background-position: -45px -219px;
            }

    .gift, .gift2, .writenew, .location, .lock {
        display: block;
        background: url('/Style%20Library/NBO3/images/sibar-icons.png') no-repeat center center;
        overflow: hidden;
        text-indent: -9999px;
        text-align: left;
    }

    .gift {
        background-position: -18px 1px;
        height: 44px;
        width: 39px;
    }

    .gift2 {
        background-position: -14px -58px;
        height: 36px;
        width: 35px;
    }

    .writenew {
        background-position: -16px -111px;
        height: 34px;
        width: 34px;
    }

    .location {
        background-position: -15px -165px;
        height: 34px;
        width: 34px;
    }

    .lock {
        background-position: -15px -219px;
        height: 29px;
        width: 34px;
    }

    .contenthover {
        padding: 8px;
        cursor: pointer;
        color: #fff;
    }

        .contenthover a {
            color: #fff;
            font-family: 'Almarai', Arial;
            font-size: 14px;
        }

    .pull-left {
        float: left;
    }

        .pull-left a {
            color: #fff !important;
            text-decoration: none;
            font-family: 'Almarai', Arial;
            font-size: 13px;
        }

    .wd45 {
        width: 44px;
    }

    .ch_hover {
        box-shadow: 2px 2px 2px #000;
    }

    .pdLink {
        padding: 5px 0 0 0;
    }

    .verticalTabs {
        padding: 0;
        width: 100% !important;
    }

        .verticalTabs h2.resp-tab-active {
            background: none repeat scroll 0 0 #e1eef7 !important;
        }

        .verticalTabs .resp-tab-content-active {
            background: none repeat scroll 0 0 #e1eef7 !important;
            border: none !important;
        }

        .verticalTabs .resp-arrow {
            background: url("/Style%20Library/NBO3/images/mobileAccordian-left.png") no-repeat left center;
            border: 0 none;
            float: left;
            height: 14px;
            margin-right: 15px;
            width: 7px;
        }

        .verticalTabs .resp-arrow {
            display: block;
        }

        .verticalTabs h2.resp-tab-active span.resp-arrow {
            background: url("/Style%20Library/NBO3/images/mobileAccordian-down.png") no-repeat left center;
            border: 0 none;
            float: left;
            height: 7px;
            margin-right: 15px;
            width: 13px;
        }

        .verticalTabs .resp-accordion > img {
            display: none;
        }

        .verticalTabs h2.resp-accordion {
            border-color: #e5e5e5;
            border-image: none;
            border-top: 1px solid #e5e5e5;
            border-style: solid;
            border-width: 1px 0 0 0;
            font-size: 16px;
            color: #0a52d4;
        }

            .verticalTabs h2.resp-accordion:first-child {
                border-top: none !important;
            }

    .dvCenter {
        margin: 0 auto;
        padding: 10px 0;
        width: 60%;
    }

    .dvLeft {
        padding: 10px 0;
        width: 60%;
    }

        .dvLeft .slides-indicators {
            float: left;
        }

    .page-title {
        line-height: 30px;
        padding: 13px 0 0 !important;
    }

    .ms-webpart-zone .ms-fullWidth .page-title {
        padding-left: 0;
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .carousel-top img {
        width: auto;
    }

    #myCarousel1 h2 {
        margin-top: 25px !important;
    }

    .carousel-caption h2 {
        color: #333 !important;
        font-family: 'Almarai', Arial;
        font-size: 62px !important;
        line-height: 60px;
        text-shadow: none !important;
    }

    .slides-cardsindicators {
        top: -35px !important;
        width: 25% !important;
    }

    .innerpadL {
        padding-left: 15px !important;
    }

    .innerpadR {
        padding-right: 15px !important;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        padding-top: 10px !important;
    }

    .yamm ul li a {
        font-size: 12px !important;
        padding: 10px 0 8px 15px !important;
    }

    .yamm ul li span {
        padding-left: 0 !important;
        font-size: 11px !important;
        line-height: 13px !important;
    }

    .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
        padding-right: 0 !important;
    }

    .yamm-content div ul li.megSubhrd a {
        font-size: 13px !important;
    }

    .yamm-content div ul li.megSubhrd p strong {
        font-size: 12px !important;
    }

    .innersep {
        padding: 10px 20px !important;
    }

    .innerseps {
        padding: 10px 10px !important;
    }

    .containerMenu {
        width: 99%;
        margin: 0 auto;
    }

    .navbar-header a img {
        height: 60px;
        margin-top: 10px;
    }

    .containerBanner {
        width: 99%;
        margin: 0 auto;
    }

    .containerBody {
        width: 90%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .contiPad {
        float: left;
        width: 100% !important;
    }

    .sidebarlarge {
        border-bottom: 0 !important;
    }

    #carousel-top .carousel-caption {
        font-size: 28px !important;
        width: 45%;
    }

    .yamm ul.navbar-nav {
        margin-left: 10px !important;
        float: right !important;
    }

    .navbar-header a img {
        width: 125px !important;
        height: auto !important;
    }

    .navbar-collapse-2 ul li.dropdown a {
        padding: 0 25px 0 0 !important;
    }

    .navRight1024 {
        width: 100%;
    }

    .navbar83 {
        width: 83%;
    }

    .containerBanner {
        width: 97% !important;
    }

        .containerBanner .col-sm-12 #carousel-top {
            margin-bottom: 30px !important;
        }

    h1.extraLarge {
        font-size: 30px;
    }

    .slides-cardsindicators {
        top: -58px !important;
        width: 25% !important;
    }

    .accrLtabs-left > .nav-tabs > li > a, .accrRtabs-right > .nav-tabs > li > a {
        min-width: 220px;
    }

    .mobileAlign {
        padding-bottom: 10px;
    }

    .pagination ul {
        padding-left: 0 !important;
    }

    .breadcrumbs > img {
        padding: 0 5px;
    }

    .touchBox {
        margin-bottom: 15px;
    }

    .questionBox {
        margin-bottom: 15px;
    }

    h1.largeText {
        font-size: 28px;
    }

    .nav-tabs > li > a {
        font-size: 18px !important;
        padding: 10px 15px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        padding: 10px 15px;
    }

    .tab-content > .active, .pill-content > .active {
        padding: 25px;
    }

    .nav-tabs > li {
        margin-left: 10px;
    }

        .nav-tabs > li > span {
            height: 19px;
            margin-left: 10px;
            margin-top: 11px;
        }

    .DwnLoadIcon {
        width: 18%;
    }

    .NBOAward-carousel .left.carousel-control {
        left: 0;
    }

    .NBOAward-carousel .right.carousel-control {
        right: -689px;
    }

    .sadara-Banner img {
        width: 100%;
    }

    .sadara-indicators {
        margin-left: 0 !important;
    }

    .nav .form-control {
        font-size: 12px !important;
        padding-right: 0 !important;
    }

    .moveup1 {
        left: 0;
        margin-top: -34px !important;
        position: absolute;
    }

    .moveup.arc {
        margin-top: -34px !important;
        width: 93%;
    }

    .moveup {
        left: 0;
        margin-top: -34px !important;
        position: absolute;
    }

    .bgBtmCapTxt1 {
        color: #fff;
        font-family: 'Almarai', Arial;
        line-height: 20px;
        font-size: 18px;
        margin-top: 10px;
    }

    .bgBtmCap {
        height: 178px;
    }

    .needstitle {
        color: #0a52d4;
        font-family: 'Almarai', Arial;
        font-size: 18px;
        line-height: 23px;
    }

    .alignlefts {
        width: inherit;
    }

    .yamm ul li .input-group {
        padding: 10px 0 0 0;
        width: 185px !important;
    }

    .open {
        padding-top: 0;
        margin-top: 0 !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .open {
        padding-top: 0;
        margin-top: 0 !important;
    }

    .padLR15 {
        padding-right: 0 !important;
    }

    .lefts {
        left: 5% !important;
    }

    .carousel-caption {
        top: 5%;
    }

    .navbar-nav > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .#carousel-top .carousel-caption-sub {
    }

    .contactBG {
        border-bottom: 0;
        overflow: visible;
        padding: 0;
    }

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 50px !important;
    }

    .mrgright {
        margin-right: 0 !important;
    }

    .carousel-caption p {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .carousel-caption h2 {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .carousel-caption {
        top: 0 !important;
    }

    .navbar-nav > li > a {
        font-size: 12px !important;
        padding: 0 5px !important;
    }

    .nav.navbar-nav.navbar-right.ets > li.sidebord a, .nav.navbar-nav.navbar-right.ets > li.dropdown a {
        padding: 0 6px !important;
    }

    .nav.navbar-nav.navbar-right.ets .header-follow a {
        margin-left: 4px;
        margin-right: 4px;
    }

    .yamm ul li a {
        font-size: 12px !important;
        padding: 0px 10px 10px !important;
    }

    body .yamm ul li.dropdown.open a {
        padding-top: 0 !important;
    }

    .yamm ul li span {
        padding-left: 10px !important;
        font-size: 11px !important;
    }

    .input-group .form-control {
        width: 70% !important;
        font-size: 12px !important;
    }

    .navbar-header a img {
        width: 75px;
        margin-top: 10px !important;
    }

    .bgBtmCapTxt1 {
        font-size: 14px;
    }

        .bgBtmCapTxt1 span {
            font-size: 12px;
        }

    .slides {
        margin-left: -65px;
    }

    .slidesl {
        margin-left: -82px;
    }

    .bgBtmCapTxtsub {
        font-size: 13px;
    }

    .lefts {
        left: 5% !important;
    }

    .bgBtmCapTxt {
        font-size: 18px !important;
        line-height: 18px !important;
    }

        .bgBtmCapTxt span {
            font-size: 11px !important;
        }

    .nopads {
        padding: 0 !important;
    }

    .callUs p {
        font-size: 18px;
        line-height: 18px;
        padding-left: 18px;
    }

    .imageres > img {
        width: 120%;
    }

    .padLR15 {
        padding-right: 0 !important;
    }

    .padtab {
        margin-top: 15px;
        padding-left: 0 !important;
    }

    .pdTB40 {
        padding-bottom: 10px !important;
    }

    .facebook-bg {
        padding-bottom: 86px !important;
    }

    .cards .carousel-caption {
        width: 100% !important;
    }
}

@media only screen and (max-width:990px) {
    #carousel-top .carousel-caption.cardas; {
        width: 80% !important;
    }

    #carousel-top .carousel-caption {
        /* width: 50%; */
    }

    .btn-carouselprimary {
        margin-top: 10px !important;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

@media only screen and (max-width:767px) {
    .resp-tab-content.resp-tab-content-active a > img {
        margin-left: 15px;
    }

    .careerBDRight {
        border-bottom: 1px solid #92b2d7;
        border-right: none;
    }

    .touchBox, .questionBox {
        width: auto;
        /* display: inline-block; */
        margin-bottom: 20px;
    }

    .contiPad {
        /* display: inline-block; */
        /*     float: left; */
    }

    .carousel-caption-sub p {
        /* margin-top: 30px; */
    }

    .pdTB40 {
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }

    .shorts .carousel-inner {
        overflow: visible !important;
    }

    .shorts .innerimage {
        margin-top: -25px !important;
    }

    .News {
        background: none !important;
        clear: both;
    }

    #myCarousel3 .carousel-caption p {
        font-size: 20px !important;
        line-height: 22px !important;
        margin-right: 10%;
    }

    .carousel-control.left {
        background-image: none !important;
        /* top: -15px;*/
        top: 0px;
    }

    .carousel-control.right {
        background-image: none !important;
        /*top: -15px;*/
        /* top: 0px; */
    }

    #myCarousel2ma .carousel-control {
        opacity: 1 !important;
    }

    #myCarousel1mb .carousel-control {
        opacity: 1 !important;
    }

    #myCarousel6 .carousel-control {
        opacity: 1 !important;
    }

    .sepm {
        border-bottom: 1px solid #dcdcdc;
    }

    .cards .carousel-caption {
        width: auto !important;
        padding-top: 0 px !important;
    }

    .tabs-left > .nav-tabs {
        min-height: 100px !important;
    }

    .tabs-box {
        padding: 35px !important;
    }

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 50px !important;
    }

    .needslargein {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .needslargein2 {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .btn-secondaryone {
        font-size: 17px !important;
        padding: 13px 10px !important;
    }

    .innerside {
        background: none !important;
    }

    .spacer50 {
        margin-bottom: 25px !important;
    }

    .spacer100 {
        margin-bottom: 50px !important;
    }

    .mrgright {
        margin-right: 0 !important;
    }

    .innerpadL {
        padding-left: 15px !important;
    }

    .innerpadR {
        padding-right: 15px !important;
        padding-top: 10px;
    }

    .actives:after {
        left: 4% !important;
        top: 100% !important;
    }

    .lefts {
        width: 95%;
    }

    .bgBtmCapTxt {
        font-size: 24px !important;
        color: #444 !important;
        text-shadow: none !important;
    }

    #bs-example-navbar-collapse-1 .nav > li > a {
        padding-top: 10px !important;
    }

    #bs-example-navbar-collapse-1 {
        border: none !important;
    }

    header.carousel .fill {
        background-color: #0a52d4;
    }

    .carousel .fill {
        background-color: #0a52d4;
    }

    .navbar-collapse {
        box-shadow: none !important;
    }

    .navbar-inverse {
        padding: 15px 0;
    }

    .pst li {
        border: none !important;
    }

    .navbar-header a img {
        height: 70px;
    }

    .carousel-caption {
        text-align: left !important;
        left: 00% !important;
        right: 0;
        top: 2px;
        padding-left: 25px;
    }

        .carousel-caption p {
            font-size: 16px !important;
            line-height: 16px !important;
            color: #fff !important;
            padding: 0px;
        }

    h5 {
        color: #0a52d4 !important;
        font-size: 30px !important;
        line-height: 26px !important;
        text-align: center;
        font-family: 'Almarai', Arial;
        text-shadow: none !important;
        margin-top: 20px;
    }

    .carousel-indicators {
        text-align: left !important;
    }

    .open {
        margin-top: 10px !important;
    }

    .yamm .navbar-toggle {
        margin-top: 30px !important;
    }

    .News .heading {
        font-size: 18px !important;
        margin-bottom: 0 !important;
    }

    .News .heading1 {
        font-size: 14px !important;
        margin-top: 0;
        font-family: 'Almarai', Arial;
    }

    .News .heading1 {
        color: #0a52d4;
    }

    .facebook-bg {
        background: none !important;
    }

    .lefts p {
        color: #444 !important;
    }

    .carousel-btn-captions {
        background: none repeat scroll 0 0 #0a52d4;
        width: 100%;
        color: #fff;
        font-size: 16px;
        padding-left: 5px;
        height: 135px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

        .carousel-btn-captions a {
            color: #fff;
            font-size: 12px;
            font-weight: bold;
        }

    .carousel-btn-captions-mob {
        background: none repeat scroll 0 0 #00a3de;
        width: 100%;
        color: #fff;
        font-size: 14px;
        padding-left: 5px;
        height: 80px;
    }

    .alignright {
        float: right;
    }

    .alignleft {
        float: left;
        margin-right: 10px;
    }

    .shorts {
        height: auto !important;
    }

        .shorts .carousel-indicators {
            display: none;
        }

    .callUs p {
        font-size: 18px;
        line-height: 24px;
    }

    footer {
        font-size: 11px;
        text-align: center;
        float: left;
        width: 100%;
        /* position: absolute;*/
        bottom: 0px;
    }

    .fourty {
        height: 60% !important;
    }

    .twentyfive {
        height: 40% !important;
    }

        .twentyfive .carousel-indicators {
            display: none;
        }

    .innerimage {
        margin-top: -5px;
    }

    .bgBtmCapTxtsub {
        font-size: 16px;
        line-height: 18px;
    }

    .carousel-btn-captiones {
        background: none repeat scroll 0 0 #0a52d4;
        width: 100%;
        color: #fff;
        font-size: 18px;
        padding-left: 5px;
        height: 225px;
        padding-top: 10px;
        padding-bottom: 5px;
    }

        .carousel-btn-captiones a {
            color: #fff;
            font-size: 12px;
            font-weight: bold;
        }

    .yamm ul.navbar-nav {
        margin-left: 0;
    }

    .yamm ul li {
        border-right: 0;
    }

    .navbar-nav > li > a {
        font-size: 13px !important;
    }

    .yamm ul li span {
        font-size: 11px !important;
    }

    .navbar-default .navbar-toggle {
        border-color: transparent !important;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #0a52d4;
        }

    .navbar-inverse .navbar-toggle {
        border-color: transparent !important;
    }

    #myCarousel1m a {
        color: #fff !important;
    }

    .left.carousel-control > img {
        top: 30% !important;
    }

    #myCarousel2ma .right.carousel-control > img {
        position: absolute;
        right: 5%;
        top: 40% !important;
    }

    #myCarousel2ma .left.carousel-control > img {
        position: absolute;
        right: 5%;
        top: 40% !important;
    }

    #myCarousel1mb .right.carousel-control > img {
        position: absolute;
        right: 5%;
        top: 25% !important;
        opacity: .5;
    }

    #myCarousel1mb .left.carousel-control > img {
        position: absolute;
        left: 5%;
        top: 25% !important;
        opacity: .5;
    }

    #myCarousel3 .right.carousel-control > img {
        position: absolute;
        right: 5%;
        top: 40% !important;
        opacity: .3;
    }

    #myCarousel3 .left.carousel-control > img {
        position: absolute;
        left: 5%;
        top: 40% !important;
        opacity: .3;
    }

    #myCarousel6 .right.carousel-control > img {
        position: absolute;
        right: 5%;
        top: 35% !important;
    }

    #myCarousel6 .left.carousel-control > img {
        position: absolute;
        left: 5%;
        top: 35% !important;
    }

    .flick {
        text-align: left !important;
        margin-top: 10px;
    }

    .nopadb {
        padding: 10px 0 !important;
        border-bottom: 1px solid #b9babc;
    }

        .nopadb:last-child {
            border-bottom: 0;
        }
}

@media only screen and (min-device-width:768px) and (max-device-width:1023px) and (orientation:portrait) {
    .navbar-header a img {
        width: 40% !important;
    }

    .fills {
        height: 100%;
    }

    .fill img {
        width: 205%;
    }

    .filler {
        height: 95vh;
    }

    #myCarousel1p .carousel-indicators {
        bottom: 15% !important;
        opacity: 1 !important;
    }

    #myCarousel1p .carousel-btn-caption {
        bottom: 30% !important;
    }

    #myCarousel1p h2 {
        margin-top: 60px !important;
    }

    #myCarousel2p .carousel-indicators {
        bottom: 15% !important;
        opacity: 1 !important;
    }

    #myCarousel2p .carousel-btn-caption {
        bottom: 30% !important;
    }

    #myCarousel2p h2 {
        margin-top: 90px !important;
    }

    #myCarousel3p .carousel-indicators {
        bottom: 15% !important;
        opacity: 1 !important;
    }

    #myCarousel3p .carousel-btn-caption {
        bottom: 30% !important;
    }

    #myCarousel3p h2 {
        margin-top: 120px !important;
    }

    .imageHolder {
        display: none !important;
    }

    .snooze {
        margin-left: 3px;
        width: 6%;
    }
}

}

@media only screen and (min-width:1800px) and (max-width:2400px) {
    #myCarousel3 .carousel-indicators {
        bottom: 15% !important;
    }

    #myCarousel2 .carousel-indicators {
        bottom: 15% !important;
    }

    #myCarousel1 .carousel-indicators {
        bottom: 15% !important;
    }
}

.mediumText {
    font-size: 18px;
    margin-bottom: 40px;
}

.txtBlue {
    color: #0a52d4;
}

.listing {
    padding: 0;
    list-style: none;
    margin: 0;
}

    .listing li {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 10px;
        padding-top: 20px;
        border-top: 1px solid #ccc;
    }

    .listing .listInfo {
        padding-left: 0;
    }

    .listing .thumb {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .listing h2 {
        margin: 0 0 20px;
        font-size: 24px;
    }

        .listing h2 a {
            color: #333;
        }

    .listing h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }

        .listing h3 a {
            color: #333;
        }

    .listing .more {
        padding: 0 0 0 11px;
        font-weight: bold;
        color: #0a52d4;
        background: url(/Style%20Library/NBO3/images/arrow-blue.png) no-repeat left 4px;
    }

.top-bdr {
    border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-top: 0;
}

.pagination .paginationCenter {
    width: 250px;
    margin: 0 auto;
    display: table;
}

@media only screen and (max-width:600px) {

    .table-bordered th, .table-bordered td {
        padding: 1em 0.2em !important;
    }

    .table {
        font-size: 13px;
    }

        .table td {
            font-size: 13px;
        }

    .largeText {
        margin-top: 10px;
    }

    .mediumText {
        margin-bottom: 15px;
    }
}

.generic-list .img-fit {
    max-width: 100%;
}

.generic-list .highlighted-list {
    margin: 0 auto;
    float: none;
    text-align: left;
}

.generic-list p {
    text-align: left;
}

.footer-follow a, .header-follow a {
    float: left;
    width: 28px;
    height: 30px;
    margin-right: 9px;
    background: url("/Style%20Library/NBO3/images/social-sprite.png") no-repeat;
}

.footer-follow .fb {
    background-position: left top;
}

    .footer-follow .fb:hover {
        background-position: -30px top;
    }

.footer-follow .tw {
    background-position: left -59px;
}

    .footer-follow .tw:hover {
        background-position: -30px -59px;
    }

.footer-follow .yt {
    background-position: left -89px;
}

    .footer-follow .yt:hover {
        background-position: -30px -89px;
    }

.footer-follow .inst {
    background-position: left -30px;
}

    .footer-follow .inst:hover {
        background-position: -30px -30px;
    }

.nav.navbar-nav.navbar-right.ets .header-follow-wrapper {
    padding-top: 9px;
}

.nav.navbar-nav.navbar-right.ets .header-follow a {
    padding: 0;
}

.header-follow a {
    float: left;
    width: 29px;
    height: 29px;
    padding: 0;
    margin: 0 5px;
}

.header-follow .fb {
    background-position: -70px 3px;
    width: 11px;
    height: 23px;
}

    .header-follow .fb:hover {
        background-position: -59px 3px;
    }

.header-follow .tw {
    background-position: -60px -41px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

    .header-follow .tw:hover {
        background-position: -81px -41px;
    }

.header-follow .yt {
    background-position: -60px -61px;
    width: 24px;
    height: 20px;
    margin-top: 6px;
}

    .header-follow .yt:hover {
        background-position: -85px -61px;
    }

.header-follow .inst {
    background-position: -60px -20px;
    width: 21px;
    height: 20px;
    margin-top: 5px;
}

    .header-follow .inst:hover {
        background-position: -81px -20px;
    }

.ui-datepicker-title select {
    color: #333;
    font-weight: bold;
}

.featured-spot {
    overflow: hidden;
}

.table-bord th {
    background: 0;
    color: #333;
    position: relative;
}

    .table-bord th .text-left {
        position: absolute;
        bottom: 18px;
        left: 0;
    }

    .table-bord th strong {
        font-size: 18px;
    }

.offer-list {
    min-height: 390px;
    border-right: 1px solid #d8d8d8;
    padding: 0 26px;
}

    .offer-list:last-child {
        border-right: 0;
    }

/* navigation collpse or expand styles */

.small-height .navbar-nav > li > .dropdown-menu {
    margin-top: -2px;
}

.small-height .yamm ul li.dropdown.openstill {
    padding-bottom: 7px;
}

.small-height .yamm ul.navbar-nav {
}

.small-height .yamm ul li .input-group {
    padding-top: 13px;
}

.small-height body {
    margin-top: -55px;
}

.small-height .yamm ul li.dropdown {
    padding-top: 16px;
    width: auto;
    height: auto;
    background: none;
    max-width: 22%;
}

    .small-height .yamm ul li.dropdown > a {
        height: 41px;
    }

.small-height .navbar-header a img {
    width: 70%;
    margin-top: 3px;
}

.small-height .yamm ul li a span {
    display: none;
}

.small-height .navbar-default {
    height: 65px;
}
/* navigation overrides */
.custom-drop-1 .dropdown-menu {
}

.custom-drop-2 .dropdown-menu {
}

.custom-drop-3 .dropdown-menu {
    left: 15%;
}

.custom-drop-4 .dropdown-menu {
    right: 5%;
    left: auto;
}


/*Share Style KT*/
.share_print {
    margin: 15px;
    padding: 0px;
}

    .share_print li {
        display: inline-block;
        position: relative;
        margin: 4px 0 !important;
    }

        .share_print li img {
            margin-right: 7px;
        }

        .share_print li a {
            color: #0a52d4;
            font-weight: bold;
            font-size: 12px;
            padding-right: 30px;
        }

            .share_print li a:hover, .share_print li a:focus {
                text-decoration: none;
            }

.sharesocial {
    background-color: #fff;
    border: 1px solid #0a52d4;
    border-bottom: none;
    border-radius: 4px 4px 0px 0px;
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 170px;
    margin: 0px;
    padding: 5px;
}

    .sharesocial li {
        margin: 2px 0px;
        padding: 5px 5px;
        display: block;
    }

        .sharesocial li a {
            text-align: left;
            color: #0a52d4;
            padding: 0 0 0 30px !important;
            font-size: 12px;
            font-weight: bold;
            -webkit-transition: all 0.75s ease;
            -moz-transition: all 0.75s ease;
            transition: all 0.75s ease;
        }

            .sharesocial li a:hover {
                text-decoration: none;
                color: #000;
            }

.fb_rt {
    background: url(/Style%20Library/NBO3/images/fb_icon.jpg) no-repeat center left;
}

.tw_rt {
    background: url(/Style%20Library/NBO3/images/twitter_icon.jpg) no-repeat left center;
}

.ln_rt {
    background: url(/Style%20Library/NBO3/images/linkedin_icon.jpg) no-repeat left center;
}

.gp_rt {
    background: url(/Style%20Library/NBO3/images/googleplus_icon.jpg) no-repeat left center;
}

.sadara_print .share_print li a, .sadara_print .sharesocial li a {
    color: #900d10 !important;
}

@media only screen and (max-width: 600px) {
    .carousel-control {
        /* position: relative; */
    }

        .carousel-control.right {
            top: 0px;
        }

    #carousel-generic_1 .carousel-inner .innersep p:first-child, #carousel-generic_1 .carousel-inner .innersep p.slidertitle {
        text-align: center;
    }
}

.main_cont {
    padding: 40px !important;
    background-color: #fffada;
    width: 100%;
    margin: 0 auto;
}

.modal-body-BOD.main_cont {
    padding: 20px !important;
}

.main_cont h2 {
    text-transform: uppercase;
    font: 30px 'Almarai',arial;
    color: #000;
    border-bottom: 1px solid #999884;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 40px 0px;
}

.main_cont h3 {
    text-transform: uppercase;
    font: 46px 'Almarai',arial;
    color: #0a52d4;
    line-height: 45px;
}

.main_cont p {
    color: #333333;
    line-height: 32px;
    font: 24px 'Almarai',arial;
}

.modal-body-BOD.main_cont h2,
.modal-body-BOD.main_cont h3,
.modal-body-BOD.main_cont p {
    font-family: 'Almarai', Arial;
}

.modal-body-BOD.main_cont h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.modal-body-BOD.main_cont h3 {
    font-size: 25px;
    line-height: 20px;
}

.modal-body-BOD.main_cont p {
    font-size: 18px !important;
}

.modal-body-BOD.main_cont.main_cont .pop_img img {
    max-width: 85%;
    height: auto;
    max-width: 270px;
}

.inner_cont {
    overflow: hidden;
}

.pop_img {
    float: left;
    margin-right: 30px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .verticalTabs .resp-tab-content {
        padding-right: 37px;
        padding-left: 110px;
    }

    .resp-tab-content.resp-tab-content-active a > img {
        max-width: 50%;
        margin-left: 15px;
    }
}

@media only screen and (max-width:768px) {
    .resp-vtabs .resp-tab-content {
        padding-left: 44px;
    }

    .carousel-control {
        /* position: absolute; */
    }

        .carousel-control.left {
            left: 0px;
        }

    .col-lg-Carosoul3 {
        width: 100%;
    }

    div#carousel-generic_1 {
        text-align: center;
    }
}

#carousel-top .right.carousel-control {
    /* left: 0% !important; */
}

.carousel-inner {
    overflow: hidden;
}

/*Share Style KT*/

.awards h3 {
    color: #0a52d4;
    font-size: 16px;
    line-height: 22px;
}

.awards .owl-item li {
    list-style: none;
    width: 95%;
}

.featured-slider-carousel {
    padding-right: 0;
    /*padding-bottom: 55px;*/
    padding-left: 0;
}

    .featured-slider-carousel.sadaraFeatures .owl-wrapper {
        margin-bottom: 25px;
    }

    .featured-slider-carousel.SadaraProducts {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

        .featured-slider-carousel.SadaraProducts .owl-wrapper .owl-item:first-child .item {
            padding-left: 0;
        }

        .featured-slider-carousel.SadaraProducts .item {
            text-align: left;
        }

        .featured-slider-carousel.SadaraProducts h2 {
            line-height: 21px;
        }

    .featured-slider-carousel.features {
        padding-left: 0;
    }

    .featured-slider-carousel .owl-item {
        /* min-height: 50px!important; */
    }

        .featured-slider-carousel .owl-item.active-item,
        .featured-slider-carousel .owl-item.last-active-item {
            border-left: 0 !important;
        }

.features .owl-wrapper .owl-item:first-child li {
    padding-left: 0;
}

.featured-slider-carousel .owl-prev, .featured-slider-carousel .owl-next {
    background: url("/Style%20Library/NBO3/images/awards-previous-active.png") no-repeat scroll 0 0px;
    width: 15px;
    height: 27px;
    text-indent: -999em;
    top: 0;
    position: absolute;
    display: inline-block;
}

.NBOAward-carousel.owl-item li.item {
    min-height: 275px;
}

.featured-slider-carousel .owl-prev {
    left: 0;
}

.featured-slider-carousel .owl-buttons .owl-next {
    right: -15px;
    background: url("/Style%20Library/NBO3/images/awards-next-active.png") no-repeat scroll 0 0px;
}

.featured-slider-carousel .owl-buttons .disabled {
    opacity: 0.2 !important;
}

.SadaraFeature-carousel h1 {
    color: #900d10;
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
    font-family: 'Almarai', Arial;
    text-transform: uppercase;
}

.SadaraFeature-carousel h2 {
    color: #900d10;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 15px 0 10px;
    font-family: 'Almarai', Arial;
    font-size: 24px;
    text-align: center;
}

.owl-item li.item {
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/
    padding-left: 15px;
    padding-right: 15px;
    /* min-height: 410px; */
}

ul.featured-slider-carousel li p {
    line-height: 1.6;
    font-size: 13px;
    text-align: left;
    color: #000;
}

ul.featured-slider-carousel h4 a {
    color: #900d10 !important;
    float: left;
}

.SadaraFeature-carousel ul.featured-slider-carousel li p {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.SadaraFeature-carousel .owl-item li.item {
    min-height: 10px;
}

ul.featured-slider-carousel h4 a {
    background: url("/Style%20Library/NBO3/images/sadara-arrow.png") no-repeat scroll left 5px transparent;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.SadaraProducts-carousel h2 a {
    color: #ae926c;
    font-size: 24px;
    font-family: 'Almarai', Arial;
    line-height: 23px;
    text-transform: uppercase;
}

.SadaraProducts-carousel h1 {
    color: #900d10;
    border-bottom: 1px solid #ae926c !important;
    position: relative;
    text-align: left;
}

    .SadaraProducts-carousel h1:after {
        content: '';
        display: block;
        position: absolute;
        background: #ae926c;
        left: 0;
        height: 2px;
        width: 250px;
        bottom: 0;
    }
/******owl carousel Sadara-Exclusives.aspx page ************************/
.SadaraFeature-carousel .owl-pagination .owl-page,
.SadaraProducts-carousel .owl-pagination .owl-page {
    text-indent: -100em;
    overflow: hidden;
    float: left;
    width: 13px;
    height: 13px;
    background: none repeat scroll 0 0 #900d10;
    opacity: .5;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.SadaraFeature-carousel .owl-buttons, .SadaraProducts-carousel .owl-buttons {
    top: 100px;
}

.SadaraFeature-carousel .featured-slider-carousel.sadaraFeatures .item h2 {
    color: #900d10;
}

.SadaraFeature-carousel .owl-page.active,
.SadaraProducts-carousel .owl-page.active {
    opacity: 1;
    width: 16px;
    height: 16px;
    margin-top: 1px
}

.SadaraFeature-carousel .owl-controls,
.SadaraProducts-carousel .owl-controls {
    z-index: 100;
    display: inline-block;
    position: relative;
    margin-top: 35px;
}

.SadaraFeature-carousel .owl-pagination,
.SadaraProducts-carousel .owl-pagination {
    z-index: 100;
}

.SadaraFeature-carousel .owl-prev,
.SadaraProducts-carousel .owl-prev {
    left: -15px;
}

.SadaraFeature-carousel .owl-next,
.SadaraProducts-carousel .owl-next {
    left: auto;
}

.SadaraFeature-carousel .owl-buttons,
.SadaraProducts-carousel .owl-buttons {
    position: absolute;
    display: block;
    left: 0;
    right: -14px;
}

    .SadaraFeature-carousel .owl-buttons .owl-next,
    .SadaraProducts-carousel .owl-buttons .owl-next {
        background: url("/Style%20Library/NBO3/images/sadara-right-arrow.png") no-repeat scroll 0 0px;
        width: 15px;
        height: 27px;
        text-indent: -999em;
        position: absolute;
        right: -8px;
    }

.SadaraFeature-carousel .owl-prev,
.SadaraProducts-carousel .owl-prev {
    background: url("/Style%20Library/NBO3/images/sadara-left-arrow.png") no-repeat scroll 0 0px;
    width: 15px;
    height: 27px;
    text-indent: -999em;
    position: absolute;
    left: -20px;
}

.SadaraFeature-carousel {
    margin: 0 auto;
    text-align: center;
}
    /*-------end of carosel button styles----------------*/
    .SadaraFeature-carousel .owl-wrapper div:first-child,
    .SadaraProducts-carousel .owl-wrapper div:first-child {
        border-left: 0;
    }

    .SadaraFeature-carousel .owl-item {
        border-left: 1px solid #9d8361;
    }

.SadaraProducts-carousel .owl-item {
    border-left: 1px solid #E5DDD2;
}

    .SadaraFeature-carousel .owl-item:first-child,
    .SadaraProducts-carousel .owl-item:first-child {
        border-left: none;
    }

.SadaraProducts-carousel .owl-wrapper {
    padding-bottom: 15px;
}
/******owl carousel Sadara-Platinum-Credit-Card.aspx page ************************/
.features-carousel .owl-page,
.offers-carousel .owl-page, .featured-slider-carousel .owl-page {
    text-indent: -100em;
    overflow: hidden;
    float: left;
    width: 13px;
    height: 13px;
    background: none repeat scroll 0 0 #b2c3dd;
    opacity: .5;
    margin-right: 5px;
    margin-top: 3px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px
}

    .features-carousel .owl-page.active, .offers-carousel .owl-page.active, .featured-slider-carousel .owl-page.active {
        opacity: 1;
        width: 16px;
        height: 16px;
        margin-top: 1px
    }

.features-carousel .owl-controls,
.offers-carousel .owl-controls {
    z-index: 100;
    display: inline-block;
    position: relative;
    margin-top: 35px;
}

.product-carousel .featured-slider-carousel .product .owl-controls {
    z-index: 100;
    display: inline-block;
    position: relative;
    margin-top: 35px;
}

.product-carousel ul.featured-slider-carousel.product {
    position: relative;
    width: 100%;
    text-align: center;
}

    .product-carousel ul.featured-slider-carousel.product .item {
        text-align: left;
    }

    .product-carousel ul.featured-slider-carousel.product .owl-controls {
        display: inline-block;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

.features-carousel .owl-pagination,
.offers-carousel .owl-pagination, .featured-slider-carousel .owl-pagination {
    z-index: 100;
}

.product-carousel .featured-slider-carousel .product .owl-pagination {
    z-index: 100;
    position: absolute;
    display: inline-block;
}

.product-carousel .featured-slider-carousel .product .owl-buttons {
    position: relative;
    display: inline-block;
}

.features-carousel .owl-prev,
.offers-carousel .owl-prev {
    left: -15px;
}

.features-carousel .owl-next,
.offers-carousel .owl-next {
    left: auto;
}

.features-carousel .owl-buttons,
.offers-carousel .owl-buttons {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
}

    .features-carousel .owl-buttons .owl-next,
    .offers-carousel .owl-buttons .owl-next {
        background: url("/Style%20Library/NBO3/images/next-blu-arw.png") no-repeat scroll 0 0px;
        width: 15px;
        height: 27px;
        text-indent: -999em;
        top: 0px;
    }

.features-carousel .owl-prev,
.offers-carousel .owl-prev {
    background: url("/Style%20Library/NBO3/images/previous-blu-arw.png") no-repeat scroll 0 0px;
    width: 15px;
    height: 27px;
    text-indent: -999em;
    top: 0px;
}

.features-carousel,
.offers-carousel {
    margin: 0 auto;
    text-align: center;
}
    /*-------end of carousel button styles----------------*/
    .features-carousel .owl-wrapper div:first-child {
        border-left: 0;
    }

    .features-carousel .owl-item {
        border-left: 1px solid #9d8361;
    }

    .features-carousel .owl-item {
        border-left: 1px solid #E5DDD2;
    }

    .features-carousel .owl-wrapper {
        padding-bottom: 15px;
    }

    .features-carousel h1,
    .offers-carousel h1,
    .product-carousel h1 {
        color: #0a52d4;
        border-bottom: 1px solid #0a52d4 !important;
        position: relative;
        text-align: left;
    }

        .features-carousel h1:after,
        .offers-carousel h1:after,
        .product-carousel h1:after {
            content: '';
            display: block;
            position: absolute;
            background: #0a52d4;
            left: 0;
            height: 2px;
            width: 175px;
            bottom: 0;
        }

.featured-slider-carousel.product .owl-item {
    border-left: solid 1px #DDD;
}

    .featured-slider-carousel.product .owl-item:first-child {
        border-left: 0;
    }

.features-carousel .owl-item li.item {
    text-align: left;
    min-height: 270px;
}

.featured-slider-carousel.features .owl-item li.item {
    min-height: 10px;
}

.features-carousel h3 {
    font-size: 14px;
}

.features-carousel .owl-item li.item h2,
.product-carousel .owl-item li.item h2,
.featured-slider-carousel .owl-item li.item h2 {
    font-size: 24px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 23px;
    text-transform: uppercase;
}

.offers-carousel h2 {
    font-size: 24px;
    color: #0a52d4;
    font-family: 'Almarai', Arial;
    line-height: 23px;
    text-transform: uppercase;
    text-align: left;
}

.offers-carousel li.item {
    text-align: left;
}

    .offers-carousel li.item a {
        color: #0a52d4 !important;
        font-weight: bold;
        font-size: 16px;
        line-height: 30px;
    }

.cards .carousel-caption a {
    float: left;
}

.wd99 .newsBlk:first-child {
    border-top: none;
}

.col-sm-12.columnLft p.innersubhead {
    margin-left: -15px;
}

div#filteredCategory {
    margin-right: 0;
    /* border: 1px solid #CCC; */
}

table.table.table-bord {
    /*  border: 1px solid #CCC;*/
}

.table > thead > tr > th {
    border-bottom: 2px solid #999;
}

.accrLtabs-left ul.nav.nav-tabs li {
    margin: 5px 0;
    height: 53px;
}

.accrLtabs-left > .nav-tabs .active > a, .accrLtabs-left > .nav-tabs .active > a:hover {
    /* line-height: 18px !important; */
    padding: 15px 0 0 10px !important;
    height: 53px;
}

.accrLtabs-left ul.nav.nav-tabs li a {
    padding: 5px 0 0 10px !important;
}

.accrLtabs-left ul.nav.nav-tabs li.active a {
    padding-top: 0px !important;
}

#accordion1 .panel h4 img, #accordion2 .panel h4 img {
    display: none;
}

#accordion1 .panel h4 a.collapsed:before, #accordion2 .panel h4 a.collapsed:before {
    position: absolute;
    content: "";
    background: url(/Style%20Library/NBO3/images/plus_icon.png);
    width: 21px;
    height: 21px;
    margin-left: -30px;
}

#accordion1 .panel h4 a:before, #accordion2 .panel h4 a:before {
    position: absolute;
    content: "";
    background: url(/Style%20Library/NBO3/images/mines_icon.png);
    width: 21px;
    height: 21px;
    margin-left: -30px;
}

.table.table-bordered.currencyTable td {
    font-size: 12px !important;
    width: auto;
}

.product-carousel .aboutHead {
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 20px;
    color: #0a52d4;
    border-bottom: 1px solid #0a52d4 !important;
    text-transform: uppercase;
}

    .product-carousel .aboutHead:after {
        display: none;
    }

.contiPad .sidebarlarge {
    margin-top: 0 !important;
}

/*http://nboadmin.cloud3.dxb.io/en/Pages/Offers/Home.aspx*/
.special-offer-section {
    overflow: hidden;
}

    .special-offer-section ul {
        margin-left: -10px;
        list-style: none;
        padding-left: 9px;
    }

    .special-offer-section li {
        float: left;
        width: 24.33%;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 25px;
    }

    .special-offer-section h3 a {
        font-size: 24px;
        color: #0a52d4;
        font-family: 'Almarai', Arial;
        line-height: 23px;
        text-transform: uppercase;
    }

    .special-offer-section .thumb img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .special-offer-section p {
        font-size: 14px;
        color: #333;
    }

    .special-offer-section .bnt-more-link {
        color: #0a52d4 !important;
        font-weight: bold;
        font-size: 16px;
        line-height: 30px;
        position: relative;
        padding-left: 15px;
    }

        .special-offer-section .bnt-more-link:after {
            content: "";
            position: absolute;
            left: 0;
            top: 3px;
            border: 5px solid transparent;
            border-left-color: #0a52d4;
        }

.resp-vtabs .resp-tab-content {
    overflow: hidden;
}

@media only screen and (max-width:767px) {
    .special-offer-section li {
        padding: 13px;
        width: 32.33%;
    }

    .special-offer-section .bnt-more-link {
        font-size: 14px;
    }

    .special-offer-section h3 a {
        font-size: 20px;
    }
}

@media only screen and (max-width:580px) {
    .special-offer-section .thumb img {
        width: inherit;
        margin-right: 25px;
        float: left;
    }

    .special-offer-section h3 {
        margin-top: 0;
    }

    .special-offer-section li {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .special-offer-section .thumb img {
        width: 100%;
    }

    .special-offer-section h3 a {
        font-size: 19px;
    }

    .special-offer-section h3 {
        margin-top: inherit;
    }

    .innersep {
        background: none !important;
    }
}

.resp-tab-content.resp-tab-content-active a > img {
    margin-left: 15px;
}

.product-carousel .featured-slider-carousel .owl-prev {
    margin-left: -20px;
}

.filteredClass .col-sm-12.columnLft li {
    margin-bottom: 10px;
}

.Download a {
    margin-left: 20px;
}
/*-------------Locations.aspx view switcher----------------*/
a.active-menu-item {
    color: #0a52d4 !important;
}

.listView-inactive.active-menu-item {
    float: left;
    background: url(/Style%20Library/NBO3/images/list-view-active.png) no-repeat left center;
    padding: 10px 15px 10px 35px;
}

.mapView-active {
    float: left;
    background: url(/Style%20Library/NBO3/images/map-icon-inactive.png) no-repeat left center;
    padding: 10px 15px 10px 35px;
}

    .mapView-active.active-menu-item {
        float: left;
        background: url(/Style%20Library/NBO3/images/map-icon-active.png) no-repeat left center;
        padding: 10px 15px 10px 35px;
    }

.listView-inactive {
    float: left;
    background: url(/Style%20Library/NBO3/images/list-view-inactive.png) no-repeat left center;
    padding: 10px 15px 10px 35px;
}
/*-------------end of styles for Locations.aspx view switcher----------------*/
.contactSpace .columnRgt {
    padding: 0 15px 0 15px !important;
}

.selectFullWidth {
    /*float: left;*/
    margin-bottom: 9px !important;
}

.currConvertsymbol {
    font-size: 21px;
    float: left;
    margin: 0 10px;
}

.contactSpace img {
    max-width: inherit;
}

.contactSpace .columnLft {
    overflow: hidden;
}

.contactSpace .col-sm-4.columnRgt, .contactSpace .col-sm-1, .contactSpace .col-md-4 {
    overflow: hidden;
}

.DwnLoadIcon a {
    margin-left: 0;
}

.features-carousel .owl-buttons .owl-prev {
    top: 0px;
}

.featured-slider-carousel.awards .owl-next, .featured-slider-carousel.awards .owl-prev {
    top: auto !important;
}

.featured-slider-carousel.awards .owl-next {
    right: -15px;
}

.owl-carousel .active-item, .owl-carousel .active-item li, .owl-carousel .last-active-item li, .owl-carousel .last-active-item {
    border-left: 0 !important;
}

.wd99 .productsummarydummy p {
    margin-right: 0;
}

.emicurrency {
    display: block;
    font-size: 14px;
    font-family: 'Almarai', Arial;
    font-weight: normal;
}

.resultbox {
    /*background-color: #FFF;
    width: 100%;
    height: 55px;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid rgba(5, 59, 147, 0.4);
    color: #053b93;    
    padding: 5px 10px;*/
    width: 100%;
    /*height: 34px;*/
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #0a52d4;
    color: #0a52d4;
    font: 22px 'Almarai';
    padding: 5px 10px;
    font-weight: bold;
    background: #FFF;
}

.calcresult:before {
    background: url(/Style%20Library/NBO3/images/emi_sprite.png) no-repeat -42px -2px;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 35%;
    margin-top: 9px;
    top: 1px;
}

.calcresult {
    position: relative;
    border-bottom: 1px solid #0a52d4;
    height: 36px;
    margin: -10px 15px 25px;
    width: 83%;
}

.emititle {
    background-color: #0a52d4;
    padding: 10px 55px 25px;
    position: relative;
}

    .emititle:after {
        position: absolute;
        content: "";
        background: url(/Style%20Library/NBO3/images/emi_sprite.png) no-repeat 0 0;
        width: 30px;
        height: 40px;
        left: 15px;
        top: 22px;
    }

#EMICalc .feedBackLabel.Bold {
    font: 21px 'Almarai';
    color: #FFF;
}

#EMICalc {
    padding: 0;
    margin-top: 20px;
}

    #EMICalc input {
        border: 1px solid #0a52d4;
        border-radius: 0;
        color: #0a52d4;
    }

    #EMICalc .feedBackLabel {
        color: #0a52d4;
        font-family: 'Almarai', Arial;
        text-transform: uppercase;
    }

form .mrgT20 {
    margin: 0;
}

div#recaptcha_widget_div {
    margin-bottom: 10px;
}

.popupheading {
    color: #0a52d4;
    border-bottom: 1px solid #0a52d4;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 0;
}

.contentheading {
    color: #0a52d4;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
}

.sidebars a {
    color: #0a52d4;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
}

.custom-modal .modal-content {
    border-radius: 0;
    padding: 40px 40px 30px;
    background-color: #fffbda;
    font-family: 'Almarai', Arial;
    z-index: 999;
}

.modal-block {
    width: 410px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.custom-modal .modal-body ul {
    padding: 0;
    margin: 0;
}

    .custom-modal .modal-body ul li {
        list-style: none;
        padding: 15px 0;
        float: left;
        width: 100%;
        border-bottom: 1px solid rgba(204, 204, 204, 0.46);
    }

        .custom-modal .modal-body ul li:last-child {
            border: 0;
        }

.custom-modal .modal-body {
    padding: 0;
    overflow: hidden;
}

.custom-modal .modal-dialog {
    width: 410px;
    overflow: hidden;
}

.modal-image-wrapper {
    float: left;
    width: 35%;
}

.modal-content-wrapper a {
    color: #0a52d4;
    font-weight: bold;
}

.custom-modal button.close {
    color: #FFF;
    opacity: 1;
    text-shadow: none;
    font-weight: normal;
    text-indent: -999em;
    width: 35px;
    height: 35px;
    background: url(/Style%20Library/NBO3/images/popup-close-btn.jpg) no-repeat;
    margin: -5px 0;
}

.spotlight .spot-img {
    width: 100%;
    height: auto !important;
    min-height: inherit !important;
}
/* cr */
.ms-srch-hover-content div {
    display: none !important;
}



