/* Minification failed. Returning unminified contents.
(142,40): run-time error CSS1031: Expected selector, found '='
(142,40): run-time error CSS1025: Expected comma or open brace, found '='
(143,42): run-time error CSS1031: Expected selector, found '='
(143,42): run-time error CSS1025: Expected comma or open brace, found '='
(144,69): run-time error CSS1031: Expected selector, found '='
(144,69): run-time error CSS1025: Expected comma or open brace, found '='
(145,60): run-time error CSS1031: Expected selector, found '='
(145,60): run-time error CSS1025: Expected comma or open brace, found '='
(146,47): run-time error CSS1031: Expected selector, found '='
(146,47): run-time error CSS1025: Expected comma or open brace, found '='
(147,42): run-time error CSS1031: Expected selector, found '='
(147,42): run-time error CSS1025: Expected comma or open brace, found '='
(148,45): run-time error CSS1031: Expected selector, found '='
(148,45): run-time error CSS1025: Expected comma or open brace, found '='
(149,40): run-time error CSS1031: Expected selector, found '='
(149,40): run-time error CSS1025: Expected comma or open brace, found '='
(150,50): run-time error CSS1031: Expected selector, found '='
(150,50): run-time error CSS1025: Expected comma or open brace, found '='
(151,45): run-time error CSS1031: Expected selector, found '='
(151,45): run-time error CSS1025: Expected comma or open brace, found '='
(152,28): run-time error CSS1031: Expected selector, found '='
(152,28): run-time error CSS1025: Expected comma or open brace, found '='
(153,33): run-time error CSS1031: Expected selector, found '='
(153,33): run-time error CSS1025: Expected comma or open brace, found '='
(154,32): run-time error CSS1031: Expected selector, found '='
(154,32): run-time error CSS1025: Expected comma or open brace, found '='
(155,16): run-time error CSS1031: Expected selector, found '='
(155,16): run-time error CSS1025: Expected comma or open brace, found '='
(156,20): run-time error CSS1031: Expected selector, found '='
(156,20): run-time error CSS1025: Expected comma or open brace, found '='
(157,27): run-time error CSS1031: Expected selector, found '='
(157,27): run-time error CSS1025: Expected comma or open brace, found '='
(165,57): run-time error CSS1019: Unexpected token, found '('
(165,58): run-time error CSS1019: Unexpected token, found 'function('
(165,67): run-time error CSS1019: Unexpected token, found ')'
(165,68): run-time error CSS1019: Unexpected token, found '{'
(165,84): run-time error CSS1031: Expected selector, found '='
(165,84): run-time error CSS1025: Expected comma or open brace, found '='
(165,146): run-time error CSS1019: Unexpected token, found ','
(165,148): run-time error CSS1031: Expected selector, found '='
(165,148): run-time error CSS1025: Expected comma or open brace, found '='
(165,253): run-time error CSS1031: Expected selector, found '='
(165,253): run-time error CSS1025: Expected comma or open brace, found '='
(165,1363): run-time error CSS1019: Unexpected token, found '('
(165,1364): run-time error CSS1019: Unexpected token, found ')'
(165,1365): run-time error CSS1019: Unexpected token, found ','
(165,1367): run-time error CSS1031: Expected selector, found '='
(165,1367): run-time error CSS1025: Expected comma or open brace, found '='
(165,1766): run-time error CSS1019: Unexpected token, found '('
(165,1767): run-time error CSS1019: Unexpected token, found ')'
(165,1768): run-time error CSS1019: Unexpected token, found ')'
(165,1769): run-time error CSS1019: Unexpected token, found ','
(165,1771): run-time error CSS1031: Expected selector, found '='
(165,1771): run-time error CSS1025: Expected comma or open brace, found '='
(165,2193): run-time error CSS1019: Unexpected token, found '('
(165,2194): run-time error CSS1019: Unexpected token, found ')'
(165,2195): run-time error CSS1019: Unexpected token, found ')'
(165,2196): run-time error CSS1019: Unexpected token, found ','
(165,2198): run-time error CSS1031: Expected selector, found '='
(165,2198): run-time error CSS1025: Expected comma or open brace, found '='
(165,2430): run-time error CSS1019: Unexpected token, found ','
(165,2432): run-time error CSS1031: Expected selector, found '='
(165,2432): run-time error CSS1025: Expected comma or open brace, found '='
(165,2447): run-time error CSS1019: Unexpected token, found ')'
(165,2448): run-time error CSS1019: Unexpected token, found '/'
(165,2459): run-time error CSS1031: Expected selector, found '='
(165,2459): run-time error CSS1025: Expected comma or open brace, found '='
(165,8137): run-time error CSS1019: Unexpected token, found '('
(165,8138): run-time error CSS1019: Unexpected token, found ')'
(165,8139): run-time error CSS1019: Unexpected token, found '}'
(165,8140): run-time error CSS1019: Unexpected token, found ')'
(165,8142): run-time error CSS1030: Expected identifier, found 'call('
(165,8142): run-time error CSS1019: Unexpected token, found 'call('
(165,8151): run-time error CSS1031: Expected selector, found ')'
(165,8151): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.breadcrumb-outer {
    padding: 0px;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0px 15px;
    line-height: 1;
}

    .breadcrumb li {
        font-weight: 400;
        color: #9B9B9B;
        text-transform: capitalize;
        font-size: 12px;
        vertical-align: top;
        line-height: 1;
        padding: 4px 0px 6px;
    }

        .breadcrumb li a {
            font-weight: 400;
            color: #002868;
            text-transform: capitalize;
            font-size: 12px;
        }


    .breadcrumb > .active {
        color: #777777;
    }
    .breadcrumb > li + li::before {
        padding: 0 5px;
        color: #ccc;
        content: "" !important;
        width: 22px;
        height: 10px;
        background: url(/Content/images/breadcrumb-arrow.png) no-repeat center;
        display: inline-block;
    }


.panel-primary {
    min-height: 310px;
    margin-bottom: 20px;
}
.panel-default > .panel-heading, .panel {
    background-color: #e5f1fd;
    box-shadow: none;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-body {
    padding: 20px 20px 10px;
}

.modal-header {
    padding: 10px 16px;
    background-color: #be0b32;
}
.modal-title {
    color: #fff;
    font-size: 16px;

}
#listed-cura-form .modal-title span, #primary-care-form .modal-title span {
    padding-left: 5px;
}
.modal-footer button {
    background: #be0b32;
    color: #fff;
}
.modal-footer button:hover {
    background: #be0b32;
   
}

.faqs_section {
    padding-bottom: 30px;
}
    .faqs_section h1 {
        color: #020202;
        margin-top: 20px;
        margin-bottom: 20px;
    }
.faqs_section {
    position: relative;
    margin: 6px 0;
    line-height: 1.2;
    font-size: 16px;
}
    .faqs_section p a {
        font-size: 16px;
        color: #000;
    }
    .faqs_section .card.card-body {
        border: none;
        padding: 0px 0px !important;
    }
        .faqs_section .card.card-body p {
            font-size: 15px;
            position: relative;
            margin: 6px 0;
            line-height: 1.2;
        }

.pagination {
    width: 100%;
    text-align: center;
    display: inherit !important;
}

    .pagination ul {
        padding: 0;
    }

        .pagination ul li {
            display: inline-block;
            font-size: 15px;
        }

            .pagination ul li a {
                font-size: 12px;
                display: inline-block;
                padding: 5px 10px;
                border: none;
                border-radius: 50%;
            }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
        background-color: #bf0a30;
        border-color: #bf0a30;
        color: #fff;
    }

var WHEN_NO_RESULTS_FOUND_AFTER_SEARCH = "Snap! Your search did not return any results. Kindly check spellings or modify your search parameters. If you can not find your required test, please contact us on +92 42 111-748-748 or here (hyperlinked to contact us form). Our Care department is always there to assist you.";
var WHEN_CLICKING_ORDER_FROM_ALNASAR_LAB = "Please note that the only payment method supported by <b>Al-Nasar Lab and Diagnostic Center</b> currently is <b>Cash on Delivery</b>. Although payments through credit/debit card are accepted for walk-in customers at their location.";
var WHEN_SELECTNG_LAB_THAT_IS_DIFFERENT_FROM_OTHER_LABS_IN_THE_CART = "Please note that ordering different tests from different labs will require a separate sample for each lab. The home sampling services are provided by the individual labs, and ordering different tests from different labs will require each of them to visit separately and draw separate samples";
var WHEN_CLICKING_TEST_THAT_REQUIRES_24_HOURS_URINE_SAMPLE = "Please note that 24 hours urine sample requires (explanation of 24 hour urine). Kindly confirm the date and time of the sample collection accordingly.";
var WHEN_CLICKING_TEST_WHICH_REQUIRES_FASTING = "Please note that this test requires 12 hours fasting. When choosing the preferred date and time of home sampling, kindly make sure you have not consumed any food in the previous 12 hours of preferred sample collection time.";
var WHEN_SOMEONE_CLICKS_ON_MPACKAGES_TAB = "Disclaimer : Symptom based medical packages are designed by top American healthcare professionals. However they are not a replacement for professional advice from your doctor/physician. CURA4U  highly encourages you to seek direct consultation from your doctor/physician if you are witnessing any symptoms or irregularities.";
var WHEN_E_CHOSES_CASH_ON_DELIVERY_FOR_LABS = "Payment will be collected at the time of home sampling. Kindly keep AMOUNT ready";
var WHEN_E_CHOSES_CREDIT_CARD_FOR_LABS = "Credit card payments are processed through secure portal powered by Habib Bank Limited. CURA4U  does not store any credit card details.";
var WHEN_E_CHOSES_CASH_ON_DELIVERY_FOR_DIAGNOSIS = "Payment will be collected by the diagnostic centre at their premisis.";
var WHEN_E_CHOSES_CREDIT_CARD_FOR_DIAGNOSIS = "Credit card payments are processed through secure portal powered by Habib Bank Limited. CURA4U  does not store any credit card details.";
var LABS_CHECKOUT_COMPLETE = "Success! Thank you for placing the order through Shifa4U. You will receive a call from our Customer Support shortly to confirm your order. An email confirmation with your order details will be sent to the e-mail address linked to your account. You can find all your orders and results in your account under the tab My orders";
var DIAGNOSIS_CHECKOUT_COMPLETE = "Success! Thank you for placing the order through Shifa4U. You will receive a call from our Customer Support shortly to confirm your order. An email confirmation with your order details will be sent to the e-mail address linked to your account. Please produce a copy of your CURA4U  invoice at the time of payment to avail your exclusive CURA4U  prices. You can find all your orders and results in your account under the tab My orders";
var COMPOSITE_ORDER_COMPLETION = "Success! Thank you for placing the order through Shifa4U. You will receive a call from our Customer Support shortly to confirm your order. An email confirmation with your order details will be sent to the e-mail address linked to your account. Please produce your CURA4U  Invoice at the time of payment to avail your exclusive CURA4U  prices. You can find all your orders and results in your account under the tab My orders";
var AJAX_ERROR = "Server Connection Error!";
var AJAX_ERROR_MSG = "please check your internet connection and proxy settings.";
var PRODUCT_ADDED_TO_CART = "Product_Category <b> Product_Name </b> has been added successfully in your current order. If you have finished ordering please proceed to checkout page to complete your order. ";






/*! WOW - v1.1.2 - 2015-04-07
* Copyright (c) 2015 Matthieu Aussaguel; Licensed MIT */(function(){var a,b,c,d,e,f=function(a,b){return function(){return a.apply(b,arguments)}},g=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};b=function(){function a(){}return a.prototype.extend=function(a,b){var c,d;for(c in b)d=b[c],null==a[c]&&(a[c]=d);return a},a.prototype.isMobile=function(a){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(a)},a.prototype.createEvent=function(a,b,c,d){var e;return null==b&&(b=!1),null==c&&(c=!1),null==d&&(d=null),null!=document.createEvent?(e=document.createEvent("CustomEvent"),e.initCustomEvent(a,b,c,d)):null!=document.createEventObject?(e=document.createEventObject(),e.eventType=a):e.eventName=a,e},a.prototype.emitEvent=function(a,b){return null!=a.dispatchEvent?a.dispatchEvent(b):b in(null!=a)?a[b]():"on"+b in(null!=a)?a["on"+b]():void 0},a.prototype.addEvent=function(a,b,c){return null!=a.addEventListener?a.addEventListener(b,c,!1):null!=a.attachEvent?a.attachEvent("on"+b,c):a[b]=c},a.prototype.removeEvent=function(a,b,c){return null!=a.removeEventListener?a.removeEventListener(b,c,!1):null!=a.detachEvent?a.detachEvent("on"+b,c):delete a[b]},a.prototype.innerHeight=function(){return"innerHeight"in window?window.innerHeight:document.documentElement.clientHeight},a}(),c=this.WeakMap||this.MozWeakMap||(c=function(){function a(){this.keys=[],this.values=[]}return a.prototype.get=function(a){var b,c,d,e,f;for(f=this.keys,b=d=0,e=f.length;e>d;b=++d)if(c=f[b],c===a)return this.values[b]},a.prototype.set=function(a,b){var c,d,e,f,g;for(g=this.keys,c=e=0,f=g.length;f>e;c=++e)if(d=g[c],d===a)return void(this.values[c]=b);return this.keys.push(a),this.values.push(b)},a}()),a=this.MutationObserver||this.WebkitMutationObserver||this.MozMutationObserver||(a=function(){function a(){"undefined"!=typeof console&&null!==console&&console.warn("MutationObserver is not supported by your browser."),"undefined"!=typeof console&&null!==console&&console.warn("WOW.js cannot detect dom mutations, please call .sync() after loading new content.")}return a.notSupported=!0,a.prototype.observe=function(){},a}()),d=this.getComputedStyle||function(a){return this.getPropertyValue=function(b){var c;return"float"===b&&(b="styleFloat"),e.test(b)&&b.replace(e,function(a,b){return b.toUpperCase()}),(null!=(c=a.currentStyle)?c[b]:void 0)||null},this},e=/(\-([a-z]){1})/g,this.WOW=function(){function e(a){null==a&&(a={}),this.scrollCallback=f(this.scrollCallback,this),this.scrollHandler=f(this.scrollHandler,this),this.resetAnimation=f(this.resetAnimation,this),this.start=f(this.start,this),this.scrolled=!0,this.config=this.util().extend(a,this.defaults),this.animationNameCache=new c,this.wowEvent=this.util().createEvent(this.config.boxClass)}return e.prototype.defaults={boxClass:"wow",animateClass:"animated",offset:0,mobile:!0,live:!0,callback:null},e.prototype.init=function(){var a;return this.element=window.document.documentElement,"interactive"===(a=document.readyState)||"complete"===a?this.start():this.util().addEvent(document,"DOMContentLoaded",this.start),this.finished=[]},e.prototype.start=function(){var b,c,d,e;if(this.stopped=!1,this.boxes=function(){var a,c,d,e;for(d=this.element.querySelectorAll("."+this.config.boxClass),e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.all=function(){var a,c,d,e;for(d=this.boxes,e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.boxes.length)if(this.disabled())this.resetStyle();else for(e=this.boxes,c=0,d=e.length;d>c;c++)b=e[c],this.applyStyle(b,!0);return this.disabled()||(this.util().addEvent(window,"scroll",this.scrollHandler),this.util().addEvent(window,"resize",this.scrollHandler),this.interval=setInterval(this.scrollCallback,50)),this.config.live?new a(function(a){return function(b){var c,d,e,f,g;for(g=[],c=0,d=b.length;d>c;c++)f=b[c],g.push(function(){var a,b,c,d;for(c=f.addedNodes||[],d=[],a=0,b=c.length;b>a;a++)e=c[a],d.push(this.doSync(e));return d}.call(a));return g}}(this)).observe(document.body,{childList:!0,subtree:!0}):void 0},e.prototype.stop=function(){return this.stopped=!0,this.util().removeEvent(window,"scroll",this.scrollHandler),this.util().removeEvent(window,"resize",this.scrollHandler),null!=this.interval?clearInterval(this.interval):void 0},e.prototype.sync=function(){return a.notSupported?this.doSync(this.element):void 0},e.prototype.doSync=function(a){var b,c,d,e,f;if(null==a&&(a=this.element),1===a.nodeType){for(a=a.parentNode||a,e=a.querySelectorAll("."+this.config.boxClass),f=[],c=0,d=e.length;d>c;c++)b=e[c],g.call(this.all,b)<0?(this.boxes.push(b),this.all.push(b),this.stopped||this.disabled()?this.resetStyle():this.applyStyle(b,!0),f.push(this.scrolled=!0)):f.push(void 0);return f}},e.prototype.show=function(a){return this.applyStyle(a),a.className=a.className+" "+this.config.animateClass,null!=this.config.callback&&this.config.callback(a),this.util().emitEvent(a,this.wowEvent),this.util().addEvent(a,"animationend",this.resetAnimation),this.util().addEvent(a,"oanimationend",this.resetAnimation),this.util().addEvent(a,"webkitAnimationEnd",this.resetAnimation),this.util().addEvent(a,"MSAnimationEnd",this.resetAnimation),a},e.prototype.applyStyle=function(a,b){var c,d,e;return d=a.getAttribute("data-wow-duration"),c=a.getAttribute("data-wow-delay"),e=a.getAttribute("data-wow-iteration"),this.animate(function(f){return function(){return f.customStyle(a,b,d,c,e)}}(this))},e.prototype.animate=function(){return"requestAnimationFrame"in window?function(a){return window.requestAnimationFrame(a)}:function(a){return a()}}(),e.prototype.resetStyle=function(){var a,b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],e.push(a.style.visibility="visible");return e},e.prototype.resetAnimation=function(a){var b;return a.type.toLowerCase().indexOf("animationend")>=0?(b=a.target||a.srcElement,b.className=b.className.replace(this.config.animateClass,"").trim()):void 0},e.prototype.customStyle=function(a,b,c,d,e){return b&&this.cacheAnimationName(a),a.style.visibility=b?"hidden":"visible",c&&this.vendorSet(a.style,{animationDuration:c}),d&&this.vendorSet(a.style,{animationDelay:d}),e&&this.vendorSet(a.style,{animationIterationCount:e}),this.vendorSet(a.style,{animationName:b?"none":this.cachedAnimationName(a)}),a},e.prototype.vendors=["moz","webkit"],e.prototype.vendorSet=function(a,b){var c,d,e,f;d=[];for(c in b)e=b[c],a[""+c]=e,d.push(function(){var b,d,g,h;for(g=this.vendors,h=[],b=0,d=g.length;d>b;b++)f=g[b],h.push(a[""+f+c.charAt(0).toUpperCase()+c.substr(1)]=e);return h}.call(this));return d},e.prototype.vendorCSS=function(a,b){var c,e,f,g,h,i;for(h=d(a),g=h.getPropertyCSSValue(b),f=this.vendors,c=0,e=f.length;e>c;c++)i=f[c],g=g||h.getPropertyCSSValue("-"+i+"-"+b);return g},e.prototype.animationName=function(a){var b;try{b=this.vendorCSS(a,"animation-name").cssText}catch(c){b=d(a).getPropertyValue("animation-name")}return"none"===b?"":b},e.prototype.cacheAnimationName=function(a){return this.animationNameCache.set(a,this.animationName(a))},e.prototype.cachedAnimationName=function(a){return this.animationNameCache.get(a)},e.prototype.scrollHandler=function(){return this.scrolled=!0},e.prototype.scrollCallback=function(){var a;return!this.scrolled||(this.scrolled=!1,this.boxes=function(){var b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],a&&(this.isVisible(a)?this.show(a):e.push(a));return e}.call(this),this.boxes.length||this.config.live)?void 0:this.stop()},e.prototype.offsetTop=function(a){for(var b;void 0===a.offsetTop;)a=a.parentNode;for(b=a.offsetTop;a=a.offsetParent;)b+=a.offsetTop;return b},e.prototype.isVisible=function(a){var b,c,d,e,f;return c=a.getAttribute("data-wow-offset")||this.config.offset,f=window.pageYOffset,e=f+Math.min(this.element.clientHeight,this.util().innerHeight())-c,d=this.offsetTop(a),b=d+a.clientHeight,e>=d&&b>=f},e.prototype.util=function(){return null!=this._util?this._util:this._util=new b},e.prototype.disabled=function(){return!this.config.mobile&&this.util().isMobile(navigator.userAgent)},e}()}).call(this);
