﻿

/* -------------------------- GLOBAL ---------------------------------- */

.pb80 {
    padding-bottom: 80px;
}

.p20 {
    padding: 20px;
}

.dxis-passePartout {
    background-color: Transparent !important;
}

.notification {
    font-size: 22pt;
    color: red;
}

h1, h2, h3, h4, h5 {
    color: #333;
}

.hrShort {
    width: 60px;
    border-color: black;
}

.dxdvItem_PrimeX, .dxdvBreakpointsItem_PrimeX, .dxdvFlowItem_PrimeX {
    padding: 0px !important;
    height: unset !important;
}

.dxeBase_PrimeX {
    color: #333 !important;
}

.dxbplc {
    vertical-align: top !important;
}


h2, .headingDefault {
    font-size: 20pt;
    margin: 0 0 20px;
    color: black;
    letter-spacing: 0;
}

.pageHeading {
    font-family: Calibri !important;
    padding-top: 5px;
    font-size: 40px;
    margin: 0 0 20px;
    letter-spacing: 0;
}


.headingAbout {
    padding-top: 5px;
    font-size: 15pt;
    margin: 0 0 20px;
    text-align: left;
    letter-spacing: 0;
}

.header2 {
    font-size: 12pt;
    text-align: left;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #757575;
}

.hrGreen {
    border-top: 1px solid #17910f;
}

.hide {
    display: none !important;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

    .logo-container img {
        max-height: 60px;
        max-width: 150px;
        object-fit: contain;
        margin: 10px;
    }

.carouselContainer {
    display: flex;
    justify-content: center;
}
.carouselImage {
    max-height: 60px;
    max-width: 150px;
    object-fit: contain;
}

.spaceEvenly {
    display: flex;
    justify-content: space-evenly;
}
/*--- ID ---*/
.customUl {
    list-style: none;
    padding-left: 0px;
}

.customLi {
    margin-bottom: 20px;
    padding-left: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 1.15em;
    min-height: 30px;
}

.pointer {
    cursor: pointer;
}

.cardPadding {
    padding: 0px !important;
}

.cardFeatured {
    background-color: white;
    position: relative;
    min-height: 150px;
}

.cardOpenValue {
    border: 10px solid #f4f4f4;
}

.DevexCard {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    color: #262626;
    outline: none;
    margin: 8px 0 0 8px;
    overflow: hidden;
    height: 400px;
}

html {
    background-color: transparent;
}

/*---- BODY ----*/

body {
    font-family: Calibri, Arial;
    font-size: 12pt;
    color: black;
    background-color: transparent;
}

/*--------------- DROPDOWNS ---------------*/

.primeDropbtn {
    color: white;
    padding: 16px;
    border: none;
}

.primeDropdown {
    position: relative;
    display: inline-block;
}

.primeDropdown-content {
    display: none;
    background-color: white;
    position: absolute;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

    .primeDropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .primeDropdown-content a:hover {
            background-color: #ddd;
        }

.primeDropdown:hover .primeDropdown-content {
    display: block;
}


/*--------------- COOKIE POPUP ---------------*/

#myCookieConsent {
    z-index: 999;
    padding: 20px 20px 10px 20px;
    font-family: OpenSans, arial, "sans-serif";
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 10px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

    #myCookieConsent div {
        padding: 5px 0 0;
    }

    #myCookieConsent a {
        color: #ffba55;
        display: inline-block;
        padding: 0 10px;
    }

        #myCookieConsent a:hover {
            color: #fda016;
        }

        #myCookieConsent a#cookiesAcceptButton {
            display: inline-block;
            color: #000000;
            font-size: 1.1em;
            background: #a9d3cf;
            text-decoration: none;
            cursor: pointer;
            padding: 5px 60px 5px 60px;
            border-radius: 5px;
        }

            #myCookieConsent a#cookiesAcceptButton:hover {
                background-color: #73c7bf;
                color: #000;
            }

/*--------------- MENU ---------------*/

* {
    box-sizing: border-box;
}

.TestContainer {
    background-color: red;
    min-width: 800px;
}

.test {
    border-radius: 0px !important;
    height: 40px !important;
}

.menu {
    width: 100%;
    padding-bottom: 10px;
}

.mainCMSMenu {
    width: 100%;
    max-width: 800px;
    padding-top: 30px;
    margin: auto;
}

.menuLeft {
    width: 80%;
}

.menuRight {
    width: 20%;
    font-family: sans-serif;
}

/*--------------- Nav ---------------*/


.nav-item {
    padding: 5px !important;
}

/*.nav-link:hover {
    color: #96B1C6 !important;
    transition: color 0.5s;
}*/


.navbar.solid {
    background-color: white !important;
    transition: background-color 0.5s;
    box-shadow: 0 0 4px grey;
    color: #333 !important;
}

/*--------------- BANNERS/BACKGROUNDS ---------------*/

.imageContainer {
    position: relative;
    width: 100%;
    z-index: 999;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    z-index: 999;
}

.blockText {
    text-align: center;
    /*position: absolute;
    top: 50%;*/
    /*left: 0%;*/
    width: 100%;
    padding: 20px;
    z-index: 0;
}


.imageContainer:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/*--------------- BANNERS/BACKGROUNDS ---------------*/


.background_main {
    background-image: url('../Images/BannerImages/Home_mobile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 85vh;
}

.background_banner, .bannerAbout, .bannerServices, .bannerFAQ {
    background-image: url('../Images/BannerImages/HeaderImage.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 40vh;
}

/*.bannerAbout {
    background-image: url('../Images/BannerImages/champagne.jpg');

}

.bannerServices {
    
}

.bannerFAQ {
    background-image: url('../Images/BannerImages/stock-photo--medicine-doctor-touching-electronic-medical-record-on-tablet-dna-digital-healthcare-and-network-1169699956.jpg');
}

.bannerSearch {
    background-image: url('../Images/BannerImages/glasses.jpg');
}

.bannerContactUs {
    background-image: url('../Images/BannerImages/wine-glasses.jpg');
}*/

.bannerHeading {
    font-size: 24pt;
    color: white;
    text-shadow: 1px 1px black
}


/*--------------- DIVISIONS ---------------*/

.divReadMoreBottom {
    width: 100%;
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.spacer {
    height: 60px;
    width: 100%;
}

.divButtonBottom {
    width: 100%;
    position: absolute;
    bottom: 70px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.divBusinessCritical {
    padding: 60px !important;
}

.divTestimonials {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.divValueProp {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.divProposition {
    padding: 30px;
    transition: 0.4s;
    background-color: white;
}

    .divProposition:hover {
    }

.bannerImageDestkop {
    display: inline-block !important;
}

.bannerImageMobile {
    display: none !important;
}

.divSetPass {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.boxMinHeight {
    min-height: 300px;
}

/*.divContactUs {
    width: 100%; 
    max-width: 1200px;
    margin: 0 auto;
}
*/
.divContactUs {
    width: 100%;
    /* max-width: 1200px; */
    padding-left: 28px;
    margin: 0 auto;
}


.subHeading {
    font-size: 20pt;
    color: #17910F;
}


.subHeading2 {
    font-size: 19pt;
    color: #17910F;
}

@media screen and (max-width: 1212px) and (min-width:767px) {
    @-ms-viewport {
        width: 100%;
    }

    .divContactUs {
        padding-left: 15px;
    }
}


@media screen and (max-width:766px) {
    @-ms-viewport {
        width: 100%;
    }

    .divContactUs {
        padding-left: 20px;
    }
}



.missionBlock {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #b4cece;
    padding: 10px;
}

.contactBtnContainer {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.boxShadow {
    box-shadow: rgba(0,0,0,0.5) 5px 5px 10px;
}

.divCenterContainer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.divServiceContent {
    width: 100%;
    padding: 20px;
}

.mediaUploadContainer {
    border: 1px solid rgba(0,0,0,0.08);
}

.p10 {
    padding: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt20 {
    padding-top: 20px;
}

.pt40 {
    padding-top: 40px;
}

.columnPadding {
    padding: 10px 50px !important;
}

.contentBackground {
    background-color: #a9d3cf;
    width: 100%;
}

.contentBackground2 {
    background-color: #daedf3;
    width: 100%;
}

.contentBackground3 {
    background-color: #1b686e;
    width: 100%;
}

.bgWhite {
    background-color: white;
    width: 100%;
}

.containerSpacing {
    padding: 40px 0px;
}

.aboutBlock {
    padding: 40px;
}

.itemBorder {
    border: 1px solid rgba(0,0,0,0.1);
}


.gridContainer {
    width: 100%;
    padding: 60px 20px 60px 20px;
}


.quoteContainer {
    width: 100%;
    padding: 200px;
}

.quoteContainerServices {
    width: 100%;
    padding: 100px;
}

.background_home {
    background-image: url('../Images/BannerImages/Background_quote.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    position: relative;
}

.background_about {
    background-image: url('../Images/BannerImages/About Us Bottom Image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    position: relative;
}



.contentCenter {
    position: absolute;
    top: 15%;
    left: 0%;
    width: 100%;
}

.contentCenter2 {
    position: absolute;
    margin: 0;
    top: 50%;
    width: 100%;
}



.layer {
    background-color: rgba(0, 0, 0, 0.2);
    /*position: absolute;*/
    width: 100%;
    height: 100%;
}

.layer2 {
    background-color: rgba(255, 255, 255, 0.3);
    /*position: absolute;*/
    width: 100%;
    height: 100%;
}


.textWhite {
    color: white !important;
}

.textBlue {
    color: #1b686e !important;
}

.textGreen {
    color: #17910f !important;
}

.textBlack {
    color: #333 !important;
}

.popupNewsletter {
    width: 100%;
    max-width: 500px;
    padding: 20px;
}

.qtyPadding {
    padding-left: 22px;
}


.okButton {
    margin-top: 30px;
}

.cookieHeader {
    color: white;
    font-size: 13pt;
    font-weight: bold;
}

.shoppingButtonsMobile {
    display: none;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.cmsMobileNavbar {
    margin-bottom: 110px;
}

.createAccountAddress {
    min-height: 248px;
}

.calendarWidth {
    width: 400px;
}

.popupAccountItem {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #96B1C6;
}

    .popupAccountItem:hover {
        background-color: #96B1C6;
    }

.noPadding {
    padding: 0px !important;
}

.formOrderConf {
    max-width: 600px;
}

.cardRecent {
    width: 100%;
    min-height: 260px;
}

.cardfeedback {
    width: 100%;
    min-height: 220px;
}



.cardReview {
    width: 100%;
    min-height: 150px;
}

.pageGrey {
    background-color: #DFDFDF !important;
}

.tcAlign {
    text-align: center;
}

.priceBottomRight {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rowPadding {
    padding: 5px;
}


.popupPadding {
    padding-bottom: 20px;
}

.socialMediaMobile {
    display: none;
}

.socialMediaDesktop {
}


.boilerPlate {
    padding: 40px;
    background-color: #404040;
}

.fb-page {
    width: 100%;
}

.divSpotlightPrice {
    position: relative;
    text-align: center;
    float: right;
}

.dxcvCard_Vexall {
    padding: 0px !important;
}

.footerContent {
    width: 100%;
    max-width: 180px;
    margin: auto;
}

.contentPadding {
    padding: 10px;
}

.contentGrey {
    background-color: #E6E6E6;
    /*background-color:transparent;*/
}

.contentHeight {
    min-height: 220px;
}

.backgroundAbout {
    background-color: #aeccd7;
}

.backgroundServiceBlocks {
    background-color: white;
}

    .backgroundServiceBlocks:hover {
        background-color: white;
        transition: background-color 0.5s;
    }

.backgroundDigital {
    background-color: #aeccd7;
}

    .backgroundDigital:hover {
        background-color: #548c8b;
        transition: background-color 0.5s;
    }

.backgroundSystem {
    background-color: #96b1c6;
}

    .backgroundSystem:hover {
        background-color: #6e8291;
        transition: background-color 0.5s;
    }

.backgroundWhite {
    background-color: white;
}

.backgroundGreen {
    background-color: #199010;
}

.backgroundGrey {
    background-color: #f7f7f7;
}

.mobile {
    display: none;
}

.orderItemMedia {
    max-width: 240px !important;
}

/*--- Order Confirmation ---*/
.divExpiryDate {
    text-align: right;
}

/*--- Sign In and Create Password ---*/

.divSignIn {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.pnlSignIn {
    max-width: 500px;
    width: 100%;
}

.productTotal {
    width: 98%;
    text-align: right;
    font-size: 15pt;
}

.divCreateAccount {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

/*--- Text Box ---*/

.txtDiscount {
    width: 100%;
}

.txtOrderTotal {
    text-align: right !important;
}

.txtSignInEmail {
    width: 100%;
    min-width: 350px;
}

.txtVertMiddle {
    padding-top: 9px;
}

/*--- Shopping ---*/

.divShoppingBtnAlign {
    text-align: right;
}

.shoppingButtons {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.lblShopQty {
    font-size: 11pt;
    font-weight: bold;
}

.lblShopPackName {
    font-size: 13pt;
    font-weight: bold;
    color: #96B1C6 !important;
}

.checkoutTotals {
    max-width: 200px;
    text-align: right;
}

/*--- Product ---*/

.popupEmail {
    width: 450px !important;
}

.pnlProductMedia {
    width: 100%;
    /*max-width: 1080px;*/
    max-height: 400px;
    margin: auto;
}

.productBack {
    text-align: right;
    padding-right: 10px;
    width: 15%;
    margin-top: 8px;
    font-size: 12pt;
}

.divProductHeading {
    width: 85%;
}

.spanBuyProduct {
    color: #333;
    font-size: 13pt;
}

.productHeading {
    width: 100%;
    background-color: #96B1C6;
    padding: 1px 0px 1px 15px;
    color: white;
}

.headingBaseColor {
    width: 100%;
    background-color: #96B1C6;
    padding: 10px;
}

.borderBottom {
    border-bottom: 1px solid #adadad;
}

.productDescription {
    box-sizing: border-box;
    padding: 0px 5px 0px 5px;
    width: 72%;
}

.productPrice {
    box-sizing: border-box;
    background-color: #96B1C6;
    width: 28%;
}

/*--- Search ---*/

.divSearchCategory {
    width: 30%;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.divSearchResults {
    width: 70%;
    padding: 5px;
}

/*--- CardView ---*/

.cardOrderItems {
    width: 100%;
    max-width: 700px;
}

.cardSearch {
    width: 100%;
    max-width: 200px;
}

/*--- Text Align ---*/

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.cmsContent {
    width: 100%;
    padding: 10px;
    padding-top: 30px; /* Temporary to compensate for yellow broadcast banner. Please remove this line for final release */
    box-sizing: border-box;
}

.centerButton {
    text-align: center;
}

.divGreyPanel {
    background-color: #e5e5e5;
    border-radius: 3px;
    padding: 11px 5px 11px 5px;
    width: 100px;
}

.divGreyPanelCms {
    background-color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 11px;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 5px;
}

.page1 {
    padding-top: 10px;
    width: 40%;
}

.page2 {
    padding-top: 10px;
    width: 60%;
}

.pageHalf {
    width: 50%;
}

.divProductContent {
    width: 100%;
    padding: 10px;
}

.divProductTitle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #572F95;
}

.htmlEditor, .page100 {
    width: 100%;
}

.searchParameterDesktop {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px !important;
    /*border: 1px solid #adadad;*/
}

.slider {
    height: 340px;
}

.searchBarHome {
    /*position: relative;
    top: -100px;*/
    max-width: 1000px;
    margin: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.mainFrameTight {
    max-width: 800px; /*1400px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mainFrame {
    max-width: 1400px; /*1400px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mainFrame2 {
    max-width: 1800px; /*1400px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}



.contentPlaceholder {
    padding: 10px;
}

.footerLink1 {
    padding: 10px;
}

.footerLink2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #333333;
    padding-top: 10px;
    border-top-style: none;
    border-top-width: thin;
    border-top-color: #C0C0C0;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #C0C0C0;
    color: white !important;
}

    .footerLink2:hover {
        background-color: #96B1C6;
    }

.footerLinkMobile {
    display: none;
    width: 100%;
}

.column1, .column2, .column3 {
    box-sizing: border-box;
    width: 33%;
    padding: 20px;
}

.column2, .column3 {
    border-left: 1px solid #333;
}


.logo {
    position: absolute;
    z-index: 2;
    top: 0px;
    /*left:-40px;*/
}

.content {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}

.container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.containerMedia {
    max-width: 1000px;
    width: 100%;
}

.containerTreelist {
    width: 600px;
    margin: auto
}

.divDurationLocation {
    width: 75%;
}

.priceAlign {
    text-align: right;
}

.divPrice {
    padding-right: 10px;
    padding-top: 15px;
    width: 25%;
    vertical-align: bottom;
    text-align: right;
}

.srchLooking {
    width: 40%;
}

.srchFor {
    margin-left: 5px;
    width: 24%;
}

.srchIn {
    margin-left: 5px;
    width: 24%;
}

.searchButton {
    width: 10%;
    margin-left: 5px;
}

.searchParameterMobile {
    display: none;
}

.masterLogin, .masterLoginCms {
    float: right;
    padding-bottom: 5px;
}

/*---- BANNER ----*/

.topBannerProduct {
    width: 100%;
    margin: auto;
    text-align: center;
}

.topBannerMainImageSlider {
    width: 100%;
    /*max-height: 350px;*/
    margin: 0;
    padding: 0;
}

.emptyBannerSpacing {
    height: 80px;
}



.searchFieldBorder {
    height: 38px;
    border: 1px solid #C8C8CD;
}

.sitemapContainer {
    padding-left: 30px;
}

.divProdImage {
    width: 30%;
    text-align: center;
}

.divProdContent {
    padding: 10px;
    width: 70%;
}

.cmbCountry {
    width: 100%;
    max-width: 300px;
}



/*--------------- FORM LAYOUT ---------------*/

.formGroupCaption {
    font-size: 11pt !important;
}

.formContact {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.formCreateAcc {
    max-width: 800px;
}

.formAccess {
    width: 100%;
    max-width: 400px;
}

.formOrderDetails {
    max-width: 500px !important;
}

/*--------------- TABLE ---------------*/
.gridFilterGrouping, .tableRight {
    float: right;
}

.tblOrderItem {
    width: 100%;
    max-width: 1000px;
}



/*--------------- TD ---------------*/
.tdPR50 {
    padding-right: 50px;
}



.tdBordered {
    border: 1px solid #adadad;
}

.tdMenuSpacing {
    padding-left: 10px;
}

.tdSpace {
    padding-bottom: 5px;
}

.tdSpace10 {
    padding-bottom: 10px;
}

.tdSpace20 {
    padding-bottom: 20px;
}

.tdSpace40 {
    padding-bottom: 40px;
}

.tdSpaceLeft {
    padding-left: 20px;
}


/*--------------- LABELS ---------------*/

.lblArticleHeading {
    font-size: 25px;
    color: #1b686e;
}

.lblNewsAuthorDate {
    font-size: 16px;
    color: #666666
}

.lblNewsText {
    font-size: 18px;
    color: #333333
}

.lblSnippetName {
    color: #333;
    font-size: 25px;
    font-weight: bold;
}

.lblBannerMission {
    font-size: 13pt;
}

.lblEditor {
    font-family: Calibri !important;
    font-size: 18px;
    color: #333333;
}

.lblQuote {
    font-size: 20pt;
    color: black;
    text-align: right;
    font-weight: bold;
}

.lblFormCaption, .lblOrderTotal {
    font-size: 12pt;
}

.lblLocation {
    font-weight: bold;
}

.lblUser {
    padding-left: 8px;
    font-size: 12pt;
    color: white;
}

.lblCreateAccount-Popup {
    font-weight: bold;
    color: #96B1C6;
}

.lblAccount {
    font-size: 10pt;
}

.lblAccountMobile {
    font-size: 13pt;
}

.lblOrderTotal {
    color: #96B1C6;
    font-weight: bold;
}

.lblOrderConfirm {
    font-size: 12pt;
}

.lblRecentsPrice {
    font-size: 13pt;
}

.lblProductName {
    font-size: 15pt;
    font-weight: bold;
    color: #96B1C6;
}

.lblProductPrice {
    font-size: 13pt;
    font-weight: bold;
    color: #96B1C6;
}

.lblOrderItemPrice {
    font-size: 14pt;
    font-weight: bold;
    color: #96B1C6;
}


.lblSpotlightPrice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10pt;
    font-weight: bold;
}

.lblHomeProductName {
    font-weight: bold;
    color: #96B1C6;
    font-size: 12pt;
}

.lblSearchProductName {
    font-weight: bold;
    color: #96B1C6;
    font-size: 12pt;
}


.lblHomeProductLocation {
    font-size: 10pt;
}

.lblWelcome1 {
    font-size: 40px;
}

.lblWelcome2 {
    font-size: 25px;
}

.lblShoppingMessage {
    font-size: 12pt;
}

.lblShoppingTotal {
    font-size: 15pt;
}

.lblFAQ {
    font-size: 12pt;
}

.lblNotification {
    font-size: 12pt;
}

.lblShopPrice, .srchPrice {
    color: #96B1C6;
    font-weight: bold;
    font-size: 13pt;
    vertical-align: middle;
}


.lblCartItmes {
    padding-left: 8px;
}

.lblProductTitle {
    color: #333;
    font-size: 20pt;
}

.lblSearchParameters {
    font-size: 13pt;
    font-family: Arial;
    padding-left: 5px;
    padding-righkt: 5px;
    vertical-align: bottom;
}
/*--------------- SPAN ---------------*/

.spanSubheading {
    font-size: 13pt;
}

.spanProp {
    font-size: 25px;
    color: black;
}

.spanServiceHeadings {
    font-size: 15pt;
    color: #333;
    font-weight: bold;
}

.spanHeaderBlocks {
    font-size: 14pt;
    color: white;
}

.spanCourierFee {
    font-size: 11pt;
    color: #96B1C6 !important;
    font-weight: bold;
}

.spanCookie {
    color: white;
}

.header2 {
    font-size: 12pt;
    font-weight: bold;
}

.spanFooterContent {
    font-size: 12pt;
    color: #333;
}

.spanInfoHeadings {
    font-size: 11pt;
    font-weight: bold;
}

.spanFooterHeadings {
    font-size: 13pt;
    color: #333;
}

/*--------------- BUTTONS ---------------*/

.btnViewArticle {
    padding: 3px;
    color: White;
    font-size: 13pt;
    text-align: center;
    background-color: #1b686e;
    transition: all 0.3s ease
}

    .btnViewArticle:hover {
        background-color: #96B1C6
    }

.btnEditor {
    padding: 3px;
    color: White;
    font-size: 13pt;
    text-align: center;
    background-color: #1b686e;
    transition: all 0.3s ease
}

    .btnEditor:hover {
        background-color: #96B1C6
    }

.btnVexall {
    width: 100% !important;
    max-width: 300px !important;
    color: #1b686e;
    font-size: 13pt;
    text-align: center;
    margin: 0 auto;
}

.btnContact {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #aeccd7;
    padding: 15px;
}

.btnReadMoreServices {
    padding: 10px;
    font-size: 18px;
    background-color: #1b686e;
    color: white;
    transition: all 0.3s ease !important;
}

    .btnReadMoreServices:hover {
        background-color: #96B1C6;
    }

.btnReadMore {
    padding: 10px;
    background-color: white;
    border: 1px solid #1b686e;
    color: #1b686e;
    transition: all 0.2s;
    font-size: 18px;
}

    .btnReadMore:hover {
        padding: 10px;
        background-color: #1b686e;
        border: 1px solid #1b686e;
        color: white;
    }

.btnReadMore2 {
    padding: 10px;
    background-color: transparent;
}

    .btnReadMore2:hover {
        background-color: #f0f0f0;
        transition: background-color 0.2s;
    }

.btnContact:hover {
    background-color: white;
    transition: background-color 0.2s;
}

.btnUpload {
    font-weight: bold !important;
}

.btnDnlInvoice {
    height: 40px;
    width: 150px;
}

.btnBack {
    float: right;
}

.btnContactUs {
    padding: 5px;
    width: 100% !important;
    max-width: 250px !important;
    margin: 0 auto;
}

.btnAddCart {
    text-align: center;
}

.btnMasterMenu {
    width: 100px;
    padding: 5px;
    color: white !important;
}

.btnShopping {
    float: right;
}

.btnShoppingMobile {
    width: 180px !important;
    display: none;
}

.btnPopup {
    float: left;
    margin-right: 8px;
}

.featureHeading {
    width: 100%;
    background-color: #96B1C6;
    padding: 5px;
    color: white;
    text-align: center;
}

.btnLong {
    width: 100%;
    background-color: #96B1C6;
    padding: 20px;
    color: white;
    text-align: center;
}

    .btnLong:hover {
        cursor: pointer;
        width: 100%;
        background-color: #DFDFDF;
        color: #96B1C6 !important;
    }

.btnTextLeft {
    padding-top: 4px !important;
    text-align: left !important;
}

.btnCheckout {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnSaveClose {
    width: 50%;
    margin: auto;
    text-align: center;
}



.btnBuyNow {
    margin-top: 0px;
    padding: 10px;
    color: white;
    font-size: 11pt;
    font-weight: bold;
}

.btnRedeem {
    float: right;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 210px !important;
}

.btnMenu {
    width: 60px !important;
    height: 60px !important;
    padding: 0px !important;
    background-image: url('../Images/General/Hamburger.png');
}

.invisibleDefaultButton {
    display: none;
    color: transparent;
    background-color: transparent;
}

/*--------------- HYPERLINKS ---------------*/

.lnkEditor {
    font-size: 20px;
    color: #40c8bb;
}

    .lnkEditor:hover {
        text-decoration: underline;
    }

.underline {
    text-decoration: underline;
}

.lnkAccodion {
    cursor: pointer;
    text-decoration: none;
}

.lnkProd {
    color: #7c6e7f;
    font-weight: bold;
}

    .lnkProd:hover {
        text-decoration: underline;
    }

.hlnkTC {
    color: #96B1C6;
    font-weight: bold;
    font-size: 11pt;
    text-decoration: none;
}

.hlnkNodec {
    width: 100%;
    text-decoration: none;
}

.hlnkPhone {
    color: #333;
    text-decoration: none;
}

.lnkCMS {
    color: #96B1C6;
    text-decoration: none;
    font-weight: bold;
}

    .lnkCMS:hover {
        text-decoration: underline;
    }

.lnkPolicy {
    color: white;
    text-decoration: none;
}

    .lnkPolicy:hover {
        text-decoration: underline;
    }


.lnkAccountOptions {
    font-size: 12pt;
    text-decoration: none;
    color: #333333;
}

    .lnkAccountOptions:hover {
        color: White;
    }

.lnk_master_login {
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.hlnkPrimeLogic {
    color: white;
    text-decoration: none;
}

.hlnkFooter1 {
    font-size: 13pt;
    text-decoration: none;
    color: white;
    padding: 10px;
}

    .hlnkFooter1:hover {
        text-decoration: none;
        background-color: #7c6e7f;
        transition: background-color 0.5s;
        padding: 10px;
    }

.hlnkFooter2 {
    font-size: 13pt;
    text-decoration: none;
    color: white;
}

    .hlnkFooter2:hover {
        text-decoration: none;
    }



.hlnkGeneral {
    color: #333;
    text-decoration: none;
}

.lnkHomeMobileDisplay {
    display: none !important;
}

hlnkVexall {
    text-decoration: none;
    color: #96B1C6;
}

    hlnkVexall:hover {
        font-weight: bold;
    }

/*--------------- PANELS ---------------*/
.signInPanel {
    width: 100%;
    margin: auto;
}

.pnlServerMessage {
    background-color: #EFF1A7;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*--------------- GRIDVIEWS ---------------*/
.gridTextEditor {
    max-width: 500px;
    width: 100%;
}

/*--------------- IMAGES ---------------*/

.imgStandard {
    width: 100%;
    max-width: 700px;
}

.imgSnippet {
    float: left;
    padding: 0px 20px 10px 20px;
    width: 100%;
    max-width: 300px;
}

.imgNews {
    width: 100%;
    max-width: 500px;
}

.imgStaff {
    width: 100%;
}

.imgLogoMobile {
    width: 100%;
    max-width: 150px;
}

.imgLogoMobileCMS {
    width: 100%;
    max-width: 200px;
}

.imgBetween {
    margin-bottom: -25px;
}

.imgHomeService {
    width: 100%;
    max-width: 100px;
}

.imgCross {
    width: 100%;
    max-width: 50px;
}

.imgServ {
    width: 100%;
    max-width: 100px;
}

.imgMainLogo {
    width: 100%;
    max-width: 300px;
}

.imgPaymentLogo {
    width: 100%;
    max-width: 150px;
}

.imgVexallLogo {
    position: relative;
    width: 100%;
    max-width: 80px;
    margin-top: -45px;
}

.imgSocialMedia {
    max-width: 50px;
    width: 100%;
}

.imgSpotlightLogo {
    width: 80px;
    position: relative;
}

.imgClock {
    max-width: 16px;
    position: relative;
    /*margin-top: 10px;*/
}

.imgProductListing {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    max-width: 270px;
    max-height: 200px;
}

.imgOrderItem {
    width: 100%;
    max-width: 450px;
}

.imgShopProd {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    max-width: 240px;
    max-height: 180px;
}

.imgVexallCMS {
    width: 100px;
    float: right;
}

.imgFooterLogo {
    width: 100%;
    max-width: 200px;
}

.imgFooterLogoPrime {
    width: 100%;
    max-width: 120px;
}

/*--------------- FOOTER ---------------*/


.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: white;
}

.divFooter1 {
    width: 100%;
    color: black;
    text-align: center;
    background-color: #f7f7f7;
}

.divFooter2 {
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: center;
}

.footerLinkContainer {
    width: 100%;
    margin: auto;
    text-align: center;
}

.footerBottomSection {
    /*background-color: #844C8D;*/
    width: 100%;
    padding-top: 3px;
}

.logoStrip {
    width: 100%;
    margin: auto;
}

.logoStripText {
    color: #333;
    font-size: 13pt;
    padding-bottom: 10px;
}

.hrVisible {
    display: none;
}

.mobileMenu {
    display: none;
}




/* -------------------------------------------------------------------------------------------- */

/*--------------- MEDIA QUERIES --------------- */

/*---All Mobile Sizes (devices and browser) ---------------www.responsinator.com---------------- */

/* All Mobile Sizes (devices and browser) ---------------www.responsinator.com--------------------
1. 320              Blue   @media screen and (max-width: 320px) 
2. 375, 384         Green  @media screen and (min-width: 321px) and (max-width: 384px)
3. 414              Yellow @media screen and (min-width: 385px) and (max-width: 479px)
4. 568              Gold   @media screen and (min-width: 480px) and (max-width: 568px)
5. 600, 667, 736    Red    @media screen and (min-width: 569px) and (max-width: 767px)
6. 768              Pink   @media screen and (max-width: 959px) 
7. 1024             Normal @media screen and (min-width: 960px) 
----------------------------------------------------------------------------------------------------

LISTED FROM BIG TO SMALL:

/* Larger than standard 960 (devices and browsers) */

@media screen and (max-width: 1400px) {

    @-ms-viewport {
        width: 100%;
    }


    .hrVisible {
        display: none;
    }
}

/* Smaller than standard 960 (devices and browsers) -------------------PINK---------------------------------*/

@media screen and (max-width: 992px) {

    @-ms-viewport {
        width: 100%;
    }

    .hrVisible {
        display: none;
    }

    .productDescription, .divSearchResults {
        width: 72%;
    }

    .divSearchCategory {
        width: 35%;
    }

    .productPrice {
        width: 28%;
    }

    .lblAdvertisedPrice {
        font-size: 11pt;
    }

    .tdSpacer {
        display: none;
    }

    .tdPrice {
        padding-top: 10px;
    }

    .lblWelcome1 {
        font-size: 25px;
    }

    .lblWelcome2 {
        font-size: 13pt;
    }

    .lblHomeProductName {
        font-size: 11pt;
    }

    .lblHomeProductLocation {
        font-size: 9pt;
    }

    .imgSpotlightLogo {
        width: 70px;
        position: relative;
    }

    .lblSpotlightPrice {
        font-size: 9pt;
    }

    .imgSocialMedia {
        max-width: 35px;
        width: 100%;
    }

    .imgOrderItem {
        padding-top: 10px;
        width: 100%;
        max-width: 300px;
    }

    .popupCookies {
        width: 500px;
    }

    .tcAlign {
        text-align: left;
    }

    .searchParameterDesktop {
        display: none;
    }

    .searchParameterMobile {
        display: table-row;
    }

    .srchLooking {
        padding-top: 5px;
        width: 100%;
    }

    .srchFor {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .srchIn {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .searchBarHome {
        position: static;
    }

    .searchButton {
        padding-top: 5px;
        width: 100%;
    }

    .slider {
        height: 300px !important;
    }

    .navbar {
        background-color: white !important;
    }

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }

    .quoteContainer {
        width: 100%;
        padding: 100px;
    }

    .nav-link {
        color: black !important;
    }

    .spanProp {
        font-size: 12pt;
    }

    .columnPadding {
        padding: 0px 15px !important;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------RED------------------- */

@media screen and (max-width: 767px) {

    @-ms-viewport {
        width: 100%;
    }


    .logo {
        display: none;
    }

    .lnkHomeMobileDisplay {
        display: inline-block !important;
    }

    .srchLooking {
        padding-top: 5px;
        width: 100%;
    }

    .srchFor {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .srchIn {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .searchButton {
        padding-top: 5px;
        width: 100%;
    }


    .searchBarHome {
        position: static;
        top: 0px;
    }

    .slider, .pnlProductMedia {
        height: 300px !important;
    }

    .searchParameterMobile {
        display: table-row;
    }

    .searchParameterDesktop {
        display: none;
    }

    .column1, .column2, .column3 {
        width: 100%;
    }

    .column1, .column2, .column3 {
        border-left: none;
    }

    .column1, .column2 {
        border-bottom: 1px solid #333;
    }




    .page1 {
        width: 50%;
    }

    .page2 {
        width: 50%;
    }

    .pageHalf, .divSearchCategory, .divSearchResults {
        width: 100%;
    }

    .productDescription {
        width: 100%;
    }

    .productPrice {
        width: 100%;
    }

    .hrVisible {
        display: none;
    }

    .productBack {
        display: none;
    }

    .tdSpacer {
        display: none;
    }

    .tdPrice {
        padding-top: 10px;
    }

    .divDurationLocation {
        width: 100%;
    }

    .divPrice {
        width: 100%;
        padding-top: 0px;
    }

    /*--- Order Confirmation ---*/
    .divExpiryDate {
        text-align: left;
        padding-top: 20px;
    }

    .lblShoppingMessage {
        font-size: 10pt;
    }

    .lblShoppingTotal {
        font-size: 12pt;
    }

    .divShoppingBtnAlign {
        text-align: left;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .masterLogin {
        display: none;
    }

    .mobileMenu {
        display: inline-block;
    }


    .divGreyPanel {
        min-width: 60px;
    }

    .lblCartItmes {
        padding-left: 8px;
        font-size: 7pt;
    }

    .menuLeft {
        display: none;
    }

    .lblWelcome1 {
        font-size: 15pt;
    }

    .lblWelcome2 {
        font-size: 10pt;
    }

    .footerLinkMobile {
        display: inline-block;
    }


    .imgOrderItem {
        display: none;
    }

    .lblOrderItemPrice {
        text-align: right;
    }


    .imgSocialMedia {
        max-width: 35px;
        width: 100%;
    }

    .emptyBannerSpacing {
        height: 20px;
    }

    .tcAlign {
        text-align: left;
    }

    .lblOrderConfirm {
        font-size: 10pt;
    }

    .filterVisible {
        display: none;
    }

    .btnVisible {
        display: none !important;
    }

    .imgVexallCMS {
        max-width: 50px;
    }


    .sitemapContainer {
        padding-left: 0px;
    }

    .btnMenu {
        width: 40px !important;
        height: 40px !important;
        padding: 0px !important;
        background-image: url('../Images/General/HamburgerSmall.png');
    }

    .lblAccount {
        font-size: 7pt;
    }

    .lblAccountMobile {
        font-size: 12pt;
    }

    .divGreyPanelCms {
        padding-top: 8px;
        padding-bottom: 9px;
        border-radius: 3px;
        padding-left: 3px;
        padding-right: 5px;
    }

    .okButton {
        margin-top: 0px;
    }


    .navbar {
        background-color: white !important;
    }

    .nav-link {
        padding: 10px;
    }

    .btnBack {
        display: none;
    }

    .quoteContainer {
        width: 100%;
        padding: 100px;
    }


    .nav-link {
        color: black !important;
    }

    h2, .headingDefault {
        font-size: 15pt !important;
    }

    .spanProp {
        font-size: 12pt;
    }

    .lblQuote {
        font-size: 18pt;
    }

    .background_main {
        background-image: url('../Images/BannerImages/Home_mobile.jpg');
        height: 600px;
    }

    .background_home {
        background-image: url('../Images/BannerImages/QuoteImageMobile.jpg');
    }

    .boxMinHeight {
        min-height: unset;
    }

    .bannerImageDestkop {
        display: none !important;
    }

    .bannerImageMobile {
        display: inline-block !important;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Gold------------------- */

@media screen and (max-width: 568px) {

    @-ms-viewport {
        width: 100%;
    }

    .logo {
        display: none;
    }



    .lnkHomeMobileDisplay {
        display: inline-block !important;
    }

    .srchLooking {
        padding-top: 5px;
        width: 100%;
    }

    .srchFor {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .srchIn {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .searchButton {
        padding-top: 5px;
        width: 100%;
    }

    .searchBarHome {
        position: static;
        top: 0px;
    }

    .slider, .pnlProductMedia {
        max-height: 300px;
    }

    .searchParameterMobile {
        display: table-row;
    }

    .searchParameterDesktop {
        display: none;
    }

    .lblSearchParameters {
        font-size: 11pt;
    }

    .column1, .column2, .column3 {
        width: 100%;
    }

    .column1, .column2, .column3 {
        border-left: none;
    }

    .column1, .column2 {
        border-bottom: 1px solid #333;
    }

    .page1 {
        width: 100%;
    }

    .page2 {
        width: 100%;
    }

    .pageHalf, .divSearchCategory, .divSearchResults {
        width: 100%;
    }

    .hrVisible {
        display: block;
    }

    .divProdImage {
        width: 100%;
    }

    .divProdContent, .productDescription, .productPrice {
        width: 100%;
    }

    .productBack {
        display: none;
    }

    .tdSpacer {
        display: none;
    }

    .tdPrice {
        padding-top: 10px;
    }

    .divDurationLocation {
        width: 100%;
    }

    .divPrice {
        width: 100%;
        padding-top: 0px;
    }

    .masterLogin {
        display: none;
    }

    /*--- Order Confirmation ---*/
    .divExpiryDate {
        text-align: left;
        padding-top: 20px;
    }

    .lblShoppingMessage {
        font-size: 10pt;
    }

    .lblShoppingTotal {
        font-size: 12pt;
    }

    .divShoppingBtnAlign {
        text-align: left;
    }

    .popupEmail {
        width: 300px !important;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .divGreyPanel {
        min-width: 60px;
    }

    .lblCartItmes {
        padding-left: 8px;
        font-size: 7pt;
    }



    .menuLeft {
        display: none;
    }

    .lblWelcome1 {
        font-size: 15pt;
    }

    .lblWelcome2 {
        font-size: 10pt;
    }

    .footerLinkMobile {
        display: inline-block;
    }

    .imgOrderItem {
        display: none;
    }

    .lblOrderItemPrice {
        text-align: right;
    }

    .lblHomeProductName {
        font-size: 11pt;
    }

    .lblHomeProductLocation {
        font-size: 9pt;
    }

    .imgSocialMedia {
        max-width: 35px;
        width: 100%;
    }

    .emptyBannerSpacing {
        display: none;
    }

    .tcAlign {
        text-align: left;
    }

    .lblOrderConfirm {
        font-size: 10pt;
    }

    .filterVisible {
        display: none;
    }

    .btnVisible {
        display: none !important;
    }

    .imgVexallCMS {
        max-width: 50px;
    }

    .sitemapContainer {
        padding-left: 0px;
    }

    .btnMenu {
        width: 40px !important;
        height: 40px !important;
        padding: 0px !important;
        background-image: url('../Images/General/HamburgerSmall.png');
    }

    .lblAccount {
        font-size: 7pt;
    }

    .lblAccountMobile {
        font-size: 10pt;
    }

    .divGreyPanelCms {
        padding-top: 8px;
        padding-bottom: 9px;
        border-radius: 3px;
        padding-left: 3px;
        padding-right: 5px;
    }

    .btnShopping {
        display: none;
    }

    .txtSignInEmail {
        width: 100%;
        min-width: 250px;
    }

    .shoppingButtonsMobile {
        display: block;
    }

    .okButton {
        margin-top: 0px;
    }

    .navbar {
        background-color: white !important;
    }

    .bannerHeading {
        font-size: 20pt;
        color: white;
    }

    .containerSpacing, .aboutBlock {
        padding: 20px 0px;
    }

    .btnBack {
        display: none;
    }

    .quoteContainer {
        width: 100%;
        padding: 100px;
    }

    h2, .headingDefault {
        font-size: 15pt !important;
    }

    .lblEditor {
        font-size: 11pt;
    }


    .spanServiceHeadings {
        font-size: 12pt;
    }

    .nav-link {
        color: black !important;
    }

    .spanProp {
        font-size: 12pt;
    }

    .imgVexallLogo {
        max-width: 50px;
        margin-top: -30px;
    }

    .lblQuote {
        font-size: 16pt;
    }

    .background_main {
        background-image: url('../Images/BannerImages/Home_mobile.jpg');
        height: 600px;
    }

    .boxMinHeight {
        min-height: unset;
    }

    .background_banner, .bannerAbout, .bannerServices, .bannerFAQ {
        background-image: url('../Images/BannerImages/HeaderImageMobile.jpg');
    }

    .background_home {
        background-image: url('../Images/BannerImages/QuoteImageMobile.jpg');
    }

    .imgSnippet {
        width: 100%;
        max-width: 100%;
    }

    .divTestimonials {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Yellow------------------- */

@media screen and (max-width: 479px) {

    @-ms-viewport {
        width: 100%;
    }

    .logo {
        display: none;
    }


    .lnkHomeMobileDisplay {
        display: inline-block !important;
    }

    .srchLooking {
        padding-top: 5px;
        width: 100%;
    }

    .srchFor {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .srchIn {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .searchButton {
        padding-top: 5px;
        width: 100%;
    }


    .searchBarHome {
        position: static;
        top: 0px;
    }

    .slider, .pnlProductMedia {
        max-height: 200px;
    }

    .searchParameterMobile {
        display: table-row;
    }

    .searchParameterDesktop {
        display: none;
    }

    .lblSearchParameters {
        font-size: 11pt;
    }

    .column1, .column2, .column3 {
        width: 100%;
    }

    .column1, .column2, .column3 {
        border-left: none;
    }

    .column1, .column2 {
        border-bottom: 1px solid #333;
    }

    .page1 {
        width: 100%;
    }

    .page2 {
        width: 100%;
    }

    .pageHalf, .divSearchCategory, .divSearchResults {
        width: 100%;
    }

    .hrVisible {
        display: block;
    }

    .divProdImage {
        width: 100%;
    }

    .divProdContent, .productDescription, .productPrice {
        width: 100%;
    }

    .productBack {
        display: none;
    }

    .tdSpacer {
        display: none;
    }

    .tdPrice {
        padding-top: 10px;
    }

    .divDurationLocation {
        width: 100%;
    }

    .divPrice {
        width: 100%;
        padding-top: 0px;
    }


    .masterLogin {
        display: none;
    }

    /*--- Order Confirmation ---*/
    .divExpiryDate {
        text-align: left;
        padding-top: 20px;
    }

    .lblShoppingMessage {
        font-size: 10pt;
    }

    .lblShoppingTotal {
        font-size: 12pt;
    }

    .divShoppingBtnAlign {
        text-align: left;
    }

    .popupEmail {
        width: 300px !important;
    }

    .checkoutTotals {
        text-align: left;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .productTotal {
        text-align: left;
    }

    .divGreyPanel {
        min-width: 60px;
    }

    .lblCartItmes {
        padding-left: 8px;
        font-size: 7pt;
    }


    .menuLeft {
        display: none;
    }

    .lblWelcome1 {
        font-size: 15pt;
    }

    .lblWelcome2 {
        font-size: 10pt;
    }

    .footerLinkMobile {
        display: inline-block;
    }

    .imgOrderItem {
        display: none;
    }

    .lblOrderItemPrice {
        text-align: right;
    }

    .hlnkFooter {
        font-size: 10pt;
    }

    .lblHomeProductName {
        font-size: 10pt;
    }

    .lblHomeProductLocation {
        font-size: 9pt;
    }

    .imgSpotlightLogo {
        width: 80px;
    }

    .lblSpotlightPrice {
        font-size: 10pt;
    }

    .imgSocialMedia {
        max-width: 35px;
        width: 100%;
    }

    .btnSaveClose {
        width: 100%;
    }

    .emptyBannerSpacing {
        display: none;
    }

    .tcAlign {
        text-align: left;
    }

    .lblOrderConfirm {
        font-size: 10pt;
    }

    .lblAdvertisedPrice {
        font-size: 11pt;
    }

    .featured100 {
        width: 100% !important;
    }

    .priceBottomRight {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .lblSearchProductName {
        font-size: 10pt;
    }

    .filterVisible {
        display: none;
    }

    .btnVisible {
        display: none !important;
    }

    .imgVexallCMS {
        max-width: 50px;
    }

    .sitemapContainer {
        padding-left: 0px;
    }

    .btnMenu {
        width: 40px !important;
        height: 40px !important;
        padding: 0px !important;
        background-image: url('../Images/General/HamburgerSmall.png');
    }

    .lblAccount {
        font-size: 7pt;
    }

    .lblAccountMobile {
        font-size: 10pt;
    }

    .divGreyPanelCms {
        padding-top: 8px;
        padding-bottom: 9px;
        border-radius: 3px;
        padding-left: 3px;
        padding-right: 5px;
    }

    .btnShopping {
        display: none;
    }

    .txtSignInEmail {
        width: 100%;
        min-width: 250px;
    }

    .shoppingButtonsMobile {
        display: block;
    }

    .okButton {
        margin-top: 0px;
    }

    .navbar {
        background-color: white !important;
    }

    .bannerHeading {
        font-size: 20pt;
        color: white;
    }

    .containerSpacing, .aboutBlock {
        padding: 20px 0px;
    }

    .btnBack {
        display: none;
    }

    .quoteContainer {
        width: 100%;
        padding: 50px;
    }

    .lblQuote {
        font-size: 12pt;
    }

    h2, .headingDefault {
        font-size: 15pt !important;
    }

    .lblEditor {
        font-size: 11pt;
    }

    .spanServiceHeadings {
        font-size: 12pt;
    }

    .nav-link {
        color: black !important;
    }

    .spanProp {
        font-size: 12pt;
    }

    .imgVexallLogo {
        max-width: 50px;
        margin-top: -30px;
    }

    .background_main {
        background-image: url('../Images/BannerImages/Home_mobile.jpg');
        height: 600px;
    }

    .boxMinHeight {
        min-height: unset;
    }

    .background_banner, .bannerAbout, .bannerServices, .bannerFAQ {
        background-image: url('../Images/BannerImages/HeaderImageMobile.jpg');
    }

    .background_home {
        background-image: url('../Images/BannerImages/QuoteImageMobile.jpg');
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Green------------------- */

@media screen and (max-width: 384px) {

    @-ms-viewport {
        width: 100%;
    }

    .logo {
        display: none;
    }


    .lnkHomeMobileDisplay {
        display: inline-block !important;
    }

    .srchLooking {
        padding-top: 5px;
        width: 100%;
    }

    .srchFor {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .srchIn {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .searchButton {
        padding-top: 5px;
        width: 100%;
    }

    .searchBarHome {
        position: static;
    }


    .searchBarHome {
        position: static;
        top: 0px;
    }

    .slider, .pnlProductMedia {
        max-height: 200px;
    }

    .searchParameterMobile {
        display: table-row;
    }

    .searchParameterDesktop {
        display: none;
    }

    .lblSearchParameters {
        font-size: 11pt;
    }

    .column1, .column2, .column3 {
        width: 100%;
    }

    .column1, .column2, .column3 {
        border-left: none;
    }

    .column1, .column2 {
        border-bottom: 1px solid #333;
    }

    .page1 {
        width: 100%;
    }

    .page2 {
        width: 100%;
    }

    .pageHalf, .divSearchCategory, .divSearchResults {
        width: 100%;
    }

    .hrVisible {
        display: block;
    }

    .divProdImage {
        width: 100%;
    }

    .divProdContent, .productDescription, .productPrice {
        width: 100%;
    }

    .productBack {
        display: none;
    }

    .tdSpacer {
        display: none;
    }

    .tdPrice {
        padding-top: 10px;
    }

    .divDurationLocation {
        width: 100%;
    }

    .divPrice {
        width: 100%;
        padding-top: 0px;
    }

    .masterLogin {
        display: none;
    }

    /*--- Order Confirmation ---*/
    .divExpiryDate {
        text-align: left;
        padding-top: 20px;
    }

    .lblShoppingMessage {
        font-size: 10pt;
    }

    .lblShoppingTotal {
        font-size: 12pt;
    }

    .divShoppingBtnAlign {
        text-align: left;
    }

    .popupEmail {
        width: 300px !important;
    }

    .checkoutTotals {
        text-align: left;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .productTotal {
        text-align: left;
    }

    .col-full {
        width: 100% !important;
    }

    .featured100 {
        width: 100% !important;
    }

    .divGreyPanel {
        min-width: 60px;
    }

    .lblCartItmes {
        padding-left: 8px;
        font-size: 7pt;
    }



    .menuLeft {
        display: none;
    }

    .lblWelcome1 {
        font-size: 12pt;
    }

    .lblWelcome2 {
        font-size: 8pt;
    }

    .footerLinkMobile {
        display: inline-block;
    }

    .imgOrderItem {
        display: none;
    }

    .lblOrderItemPrice {
        text-align: right;
    }

    .hlnkFooter {
        font-size: 11pt;
    }

    .lblHomeProductName {
        font-size: 10pt;
    }

    .lblHomeProductLocation {
        font-size: 9pt;
    }

    .imgSpotlightLogo {
        width: 80px;
    }

    .lblSpotlightPrice {
        font-size: 10pt;
    }

    .imgSocialMedia {
        max-width: 50px;
        width: 100%;
    }

    .btnSaveClose {
        width: 100%;
    }

    .priceAlign {
        text-align: right;
    }

    .socialMediaMobile {
        display: table;
    }

    .socialMediaDesktop {
        display: none;
    }

    .emptyBannerSpacing {
        display: none;
    }

    .priceBottomRight {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .tcAlign {
        text-align: left;
    }

    .lblOrderConfirm {
        font-size: 10pt;
    }

    .lblAdvertisedPrice {
        font-size: 11pt;
    }

    .lblSearchProductName {
        font-size: 10pt;
    }

    .filterVisible {
        display: none;
    }

    .btnVisible {
        display: none !important;
    }

    .imgVexallCMS {
        max-width: 50px;
    }

    .sitemapContainer {
        padding-left: 0px;
    }

    .btnMenu {
        width: 40px !important;
        height: 40px !important;
        padding: 0px !important;
        background-image: url('../Images/General/HamburgerSmall.png');
    }

    .lblAccount {
        font-size: 7pt;
    }

    .lblAccountMobile {
        font-size: 9pt;
    }

    .divGreyPanelCms {
        padding-top: 8px;
        padding-bottom: 9px;
        border-radius: 3px;
        padding-left: 3px;
        padding-right: 5px;
    }

    .btnShopping {
        display: none;
    }

    .txtSignInEmail {
        width: 100%;
        min-width: 250px;
    }

    .shoppingButtonsMobile {
        display: block;
    }

    .okButton {
        margin-top: 0px;
    }

    .navbar {
        background-color: white !important;
    }

    .bannerHeading {
        font-size: 20pt;
        color: white;
    }

    .containerSpacing, .aboutBlock {
        padding: 20px 0px;
    }

    .btnBack {
        display: none;
    }

    .quoteContainer {
        width: 100%;
        padding: 30px;
    }

    .lblQuote {
        font-size: 12pt;
    }

    .lblEditor {
        font-size: 11pt;
    }

    .spanServiceHeadings {
        font-size: 12pt;
    }

    .nav-link {
        color: black !important;
    }

    h2, .headingDefault {
        font-size: 14pt !important;
    }

    .spanProp {
        font-size: 12pt;
    }

    .imgVexallLogo {
        max-width: 50px;
        margin-top: -30px;
    }

    .background_main {
        background-image: url('../Images/BannerImages/Home_mobile.jpg');
        height: 600px;
    }

    .boxMinHeight {
        min-height: unset;
    }

    .background_banner, .bannerAbout, .bannerServices, .bannerFAQ {
        background-image: url('../Images/BannerImages/HeaderImageMobile.jpg');
    }

    .background_home {
        background-image: url('../Images/BannerImages/QuoteImageMobile.jpg');
    }
}

/* All Mobile Sizes (devices and browser) --------------------------------------------BLUE*/

@media screen and (max-width: 320px) {
    @-ms-viewport {
        width: 100%;
    }

    .logo {
        display: none;
    }



    .srchLooking {
        padding-top: 5px;
        width: 100%;
    }

    .srchFor {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .srchIn {
        margin-left: 0px;
        padding-top: 5px;
        width: 100%;
    }

    .searchButton {
        padding-top: 5px;
        width: 100%;
    }


    .searchBarHome {
        position: static;
        top: 0px;
    }

    .slider, .pnlProductMedia {
        max-height: 200px;
    }

    .searchParameterMobile {
        display: table-row;
    }

    .searchParameterDesktop {
        display: none;
    }

    .lblSearchParameters {
        font-size: 11pt;
    }

    .column1, .column2, .column3 {
        width: 100%;
    }

    .column1, .column2, .column3 {
        border-left: none;
    }

    .column1, .column2 {
        border-bottom: 1px solid #333;
    }

    .page1 {
        width: 100%;
    }

    .page2 {
        width: 100%;
    }

    .pageHalf, .divSearchCategory, .divSearchResults {
        width: 100%;
    }

    .hrVisible {
        display: block;
    }

    .divProdImage {
        width: 100%;
    }

    .divProdContent, .productDescription, .productPrice {
        width: 100%;
    }

    .productBack {
        display: none;
    }

    .tdSpacer {
        display: none;
    }

    .tdPrice {
        padding-top: 10px;
    }

    .divDurationLocation {
        width: 100%;
    }

    .divPrice {
        width: 100%;
        padding-top: 0px;
    }

    .masterLogin {
        display: none;
    }

    /*--- Order Confirmation ---*/
    .divExpiryDate {
        text-align: left;
        padding-top: 20px;
    }

    .lblShoppingMessage {
        font-size: 10pt;
    }

    .lblShoppingTotal {
        font-size: 12pt;
    }


    .lblShoppingTotal {
        font-size: 12pt;
    }

    .divShoppingBtnAlign {
        text-align: left;
    }

    .popupEmail {
        width: 300px !important;
    }

    .checkoutTotals {
        text-align: left;
    }

    .mobile {
        display: block;
    }

    .btnRedeem {
        float: right;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 200px !important;
    }

    .btnRedeemMobile {
        float: right;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .productTotal {
        text-align: left;
    }

    .col-full {
        width: 100% !important;
    }

    .featured100 {
        width: 100% !important;
    }

    .divGreyPanel {
        min-width: 60px;
    }

    .lblCartItems {
        padding-left: 8px;
        font-size: 7pt;
    }





    .menuLeft {
        display: none;
    }

    .lblWelcome1 {
        font-size: 12pt;
    }

    .lblWelcome2 {
        font-size: 8pt;
    }

    .footerLinkMobile {
        display: inline-block;
    }

    .imgOrderItem {
        display: none;
    }

    .lblOrderItemPrice {
        text-align: right;
    }

    .hlnkFooter {
        font-size: 11pt;
    }

    .lblHomeProductName {
        font-size: 10pt;
    }

    .lblHomeProductLocation {
        font-size: 9pt;
    }

    .imgSpotlightLogo {
        width: 80px;
    }

    .lblSpotlightPrice {
        font-size: 10pt;
    }

    .imgSocialMedia {
        max-width: 50px;
        width: 100%;
    }

    .btnSaveClose {
        width: 100%;
    }

    .priceAlign {
        text-align: right;
    }

    .socialMediaMobile {
        display: table;
    }

    .socialMediaDesktop {
        display: none;
    }

    .emptyBannerSpacing {
        display: none;
    }

    .priceBottomRight {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .tcAlign {
        text-align: left;
    }

    .lblOrderConfirm {
        font-size: 10pt;
    }

    .lblAdvertisedPrice {
        font-size: 11pt;
    }

    .lblSearchProductName {
        font-size: 10pt;
    }

    .filterVisible {
        display: none;
    }

    .btnVisible {
        display: none !important;
    }

    .imgVexallCMS {
        max-width: 50px;
    }

    .sitemapContainer {
        padding-left: 0px;
    }

    .btnMenu {
        width: 40px !important;
        height: 40px !important;
        padding: 0px !important;
        background-image: url('../Images/General/HamburgerSmall.png');
    }

    .lblAccount {
        font-size: 7pt;
    }

    .lblAccountMobile {
        font-size: 9pt;
    }

    .divGreyPanelCms {
        padding-top: 8px;
        padding-bottom: 9px;
        border-radius: 3px;
        padding-left: 3px;
        padding-right: 5px;
    }

    .btnShopping {
        display: none;
    }

    .txtSignInEmail {
        width: 100%;
        min-width: 220px;
    }

    .shoppingButtonsMobile {
        display: block;
    }

    .okButton {
        margin-top: 0px;
    }

    .navbar {
        background-color: white !important;
    }

    .bannerHeading {
        font-size: 20pt;
        color: white;
    }

    .containerSpacing, .aboutBlock {
        padding: 20px 0px;
    }

    .btnBack {
        display: none;
    }

    .quoteContainer {
        width: 100%;
        padding: 30px;
    }

    .lblQuote {
        font-size: 12pt;
    }

    .lblEditor {
        font-size: 11pt;
    }

    .spanServiceHeadings {
        font-size: 12pt;
    }


    .nav-link {
        color: black !important;
    }

    h2, .headingDefault {
        font-size: 14pt !important;
    }

    .spanProp {
        font-size: 12pt;
    }

    .imgVexallLogo {
        max-width: 50px;
        margin-top: -30px;
    }

    .background_main {
        background-image: url('../Images/BannerImages/Home_mobile.jpg');
        height: 600px;
    }

    .boxMinHeight {
        min-height: unset;
    }

    .background_banner, .bannerAbout, .bannerServices, .bannerFAQ {
        background-image: url('../Images/BannerImages/HeaderImageMobile.jpg');
    }

    .background_home {
        background-image: url('../Images/BannerImages/QuoteImageMobile.jpg');
    }
}


/*----------------------------------------------------------- END QUERY ----------------------------------------------------------- */
