﻿:root {
    --Primary-Color: #E7531F;
    --Secondary-Color: #003F85;
}

@font-face {
    font-family: 'Manrope';
    src: url('../Fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('../Fonts/Century Gothic/CenturyGothic.woff2') format('woff2'), url('../Fonts/Century Gothic/centurygothic.eot') format('embedded-opentype'), url('../Fonts/Century Gothic/CenturyGothic.svg') format('svg'), url('../Fonts/Century Gothic/centurygothic.ttf') format('truetype'), url('../Fonts/Century Gothic/CenturyGothic.woff') format('woff');
}

@font-face {
    font-family: 'Belmar-Condensed';
    src: url('../Fonts/Belmar-Condensed.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Belmar-Condensed';
    src: url('../Fonts/Belmar-Condensed.otf') format('opentype');
}

@font-face {
    font-family: 'Belmar-Condensed';
    src: url('../Fonts/Belmar-Condensed.svg') format('svg');
}

@font-face {
    font-family: 'Belmar-Condensed';
    src: url('../Fonts/Belmar-Condensed.ttf') format('truetype');
}

@font-face {
    font-family: 'Belmar-Condensed';
    src: url('../Fonts/Belmar-Condensed.woff') format('woff');
}

@font-face {
    font-family: 'Belmar-Condensed';
    src: url('../Fonts/Belmar-Condensed.woff2') format('woff2');
}



/* Search Bar */
/*.srcBarHeight{
    height:80px !important;
}*/
.highup {
    z-index: 9999;
}

.srcItemsFormat {
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tripPriceText {
    font-size: 14px;
}

.srcButton {
    border-radius: 5px;
    width: 55%;
    height: 100%;
    max-height: 50px;
}

.searchContainer {
    max-width: 300px;
}


/* Custom Styles */
.imgFooter {
    width: 100%;
    max-width: 300px;
}

.promotionDetailsImage {
    position: absolute;
    bottom: 94px;
    right: 3%;
    /*margin-bottom: 20%;
    margin-right: 10%;*/
    /*background-color: red;*/
    /*width: 100%;*/
}
.PromotionImage{
    max-width:210px;
    width:100%;
}

.promotionSearchImage {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 5%;
    margin-right: 10%;
    /*background-color: red;*/
    height: 35%;
    width: 40%;
}

.promotionBanner {
    /*width: 100%;*/
    right: 0;
    position: absolute;
    height: 35%;
    font-weight: 600;
    padding-right: 4%;
    z-index:9995;
    top: 30%;
    /*background-color: var(--Primary-Color);*/
    font-size: 30px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.overwrite_promotionBanner{
    top:7% !important;
}

@media screen and (min-width: 769px) and (max-width: 993px) {
    @-ms-viewport {
        width: 100%;
    }

/*    .promotionDetailsImage {
        height: 12%;
        width: 20%;
        margin-bottom: 670px;
        margin-right: 20%;
    }*/
}

@media screen and (min-width: 993px) and (max-width: 1130px) {
    @-ms-viewport {
        width: 100%;
    }

/*    .promotionDetailsImage {
        height: 15%;
        width: 25%;
        margin-bottom: 60%;
        margin-right: 20%;
    }*/
}

@media screen and (min-width: 1130px) and (max-width: 1266px) {
    @-ms-viewport {
        width: 100%;
    }

 /*   .promotionDetailsImage {
        height: 20%;
        width: 25%;
        margin-bottom: 45%;
        margin-right: 20%;
    }*/
}

@media screen and (min-width: 1266px) and (max-width: 1517px) {
    @-ms-viewport {
        width: 100%;
    }
/*
    .promotionDetailsImage {
        height: 20%;
        width: 15%;
        margin-bottom: 30%;
        margin-right: 20%;
    }*/
}



.scrollable-menu {
    max-height: 300px; /* Set your desired maximum height for the dropdown menu */
    overflow-y: auto;
    overflow-x: hidden;
}

.OurAdventuresJustify {
    /*padding-left: 13px;*/
    --bs-gutter-x: 0 !important;
}

.srcContainerStyle {
    background-color: #F3F3F399;
    padding: 15px; /* Add padding inside the search bar */
    border-radius: 6px;
    z-index: 9999;
}

.BannerContentContainer {
    position: absolute;
    width: 50%;
    margin-left: 12%; /* Push 30% away from the left-hand side */
    margin-top: 12%; /* Push down 25% from the top */
    z-index: 1002;
}

.headingChoose {
    font-weight: 700;
    font-family: Belmar-Condensed;
    font-size: 70px;
}

.srchLooking {
    width: 100%;
}

.lblAdvertisedPrice {
    color: var(--Primary-Color) !important;
}

.FeaturedHeading {
    color: White;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* font-family: Antonio; */
    font-family: 'Belmar-Condensed';
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
    font-size: 60px;
}

.highZ-1001 {
    z-index: 1001 !important;
}

.highZ-1002 {
    z-index: 1002 !important;
}

.highZ-1003 {
    z-index: 1003 !important;
}

.highZ-1004 {
    z-index: 1004 !important;
}

.lblPriceFrom {
    color: var(--Secondary-Color) !important;
    font-size: 17px;
}

.snippet-container {
    border-radius: 17px;
    background: #E7531F;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.50);
    width: 100%;
    /*height: 350px;*/
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.snippet-info {
    padding: 10px 30px;
    color: #FFF;
    text-align: center;
    font-family: Belmar-Condensed;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24.449px;
    letter-spacing: 0.611px;
}

.carousel-control-prev {
    justify-content: start !important;
}

.carousel-control-next {
    justify-content: end !important;
}

.snippet-name {
    margin-top: 2em;
    font-weight: bold;
    color: var(--Secondary-Color) !important;
    text-align: center;
    font-family: Belmar-Condensed;
    font-size: 35px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24.449px; /* 200% */
    letter-spacing: 0.611px;
}

.header1 {
    color: var(--Secondary-Color);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /*font-family: Antonio;*/
    font-family: 'Belmar-Condensed';
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
    font-size: 120px;
}

.negMargin {
    margin-bottom: -65vh;
    z-index: 1001 !important;
}

.negMarginCorrection {
    margin-top: 9%;
    /*66vh*/
}

/*Control for Side button*/

.btnSidebar {
    font-size: 14px;
    font-family: Manrope;
    padding: 10px;
    height: 100%;
    text-align: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 00px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border: solid 2px var(--Primary-Color);
}

.divFixedButton {
    position: fixed;
    right: 0;
    z-index: 1002 !important;
    background-color: transparent;
}

.divFixedSpecial {
    top: 28%;
}

.divFixedCTA {
    top: 60%;
}

.popupCTA {
    border: solid 2px var(--Primary-Color) !important;
}

.popupText {
    font-family: Manrope;
    color: white !important;
}

.td_specialButtonContainer {
    background-color: #012149;
    color: #3674CF;
    z-index: 1;
    /*height: 140px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 00px;
    margin-top: 10px;
    text-align: left;
    position: relative;
    z-index: 1 !important;
}


/*@media screen and (min-width: 1770px) {

    .negMarginCorrection {*/
/*margin-top: 50vh;*/
/*margin-top: 25%;
    }
}@media screen and (min-width: 1600px) and (max-width:1770px) {
    .negMargin {
        margin-bottom: -50vh;
    }

    .negMarginCorrection {*/
/*margin-top: 50vh;*/
/*margin-top: 69vh;
    }
}*/

/*NEW MEDIA GROUPS ADDED*/

/*@media screen and (min-width:1460px) and (max-width:1599px)
{
    .negMarginCorrection {
        margin-top: 58vh;
    }
}

@media screen and (min-width:1235px) and (max-width:1459px) {
    .negMarginCorrection {
        margin-top: 45vh;
    }
}

@media screen and (min-width:1071px) and (max-width:1234px)
{
    .negMarginCorrection
    {
        margin-top:45vh;
    }
}

@media screen and (min-width:993px) and (max-width:1070px) {
    .negMarginCorrection {
        margin-top: 35vh;
    }
}*/

/*NEW MEDIA GROUPS ADDED END*/


/* Media query for medium screens (e.g., tablets) */
/*@media (min-width: 768px) and (max-width: 991px) {
    .negMargin {
        margin-bottom: -30vh;*/ /* Adjust the negative margin for medium screens */
/*}

    .negMarginCorrection {
        margin-top: 30vh;*/ /* Adjust the positive margin for medium screens */
/*}
}*/

/* Media query for larger screens (e.g., desktops) */
/*@media (min-width: 992px) {
    .negMargin {
        margin-bottom: -50vh;*/ /* Revert to the default negative margin for larger screens */
/*}

    .negMarginCorrection {
        margin-top: 50vh;*/ /* Revert to the default positive margin for larger screens */
/*}
}*/

.imgMirror {
    /*margin-top: -153px;*/
    margin-top: -12%;
}

.welcomeTitle {
    color: #000;
    font-family: 'Century Gothic';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.523%;
    letter-spacing: 0.2px;
}

.welcomeContent {
    color: #000;
    text-align: right;
    font-family: 'Century Gothic';
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 133.523%; /* 26.705px */
    letter-spacing: 0.1px;
}

.plateMapContainer {
    position: relative;
    display: inline-block;
}

.dark-overlay {
    position: relative;
}

    .dark-overlay::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

.hoverLayer {
    position: relative;
    /*    overflow: hidden;*/
    /* Set initial background color */
    background-color: transparent;
    /* Add transition property for smooth effect */
    transition: background-color 0.5s ease-out;
}

    .hoverLayer:hover {
        /* Change background color on hover */
        background-color: var(--Primary-Color);
        /* Adjust the height for the smooth transition from the bottom */
        height: 100%;
    }

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 999;
}



.image-text {
    position: absolute;
    top: 50%; /* Adjust this value to vertically center the text */
    left: 50%; /* Adjust this value to horizontally center the text */
    transform: translate(-50%, -50%);
    color: white; /* Set the text color */
    font-size: 30px; /* Set the font size */
    font-weight: bold; /* Set the font weight if needed */
    text-align: center; /* Align the text to the center */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); /* Add shadow to the text */
}

.blueContainer {
    background-color: var(--Secondary-Color);
    padding: 20px;
}

.statsNumber {
    color: #FFF !important;
    font-family: Antonio, sans-serif;
    font-size: 5em;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

.statsText {
    color: #FFF;
    margin-bottom: 10px;
    font-family: Belmar-Condensed;
    font-size: 1.8em;
}

@media (max-width: 767px) {
    .statsNumber {
        font-size: 3em;
    }

    .statsText {
        font-size: 1.9em;
    }
}
.lblretailPrice{
    font-size:10pt;
    color:var(--Primary-Color) !important;
}
.bottomText {
    position: absolute;
    top: 30%;
    left: 0;
    width: 50%;
    padding-left: 50px;
    color: #FFF;
    text-align: left;
    text-shadow: 5px 4px 7px rgba(0, 0, 0, 0.50);
    font-family: Tahoma, sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
}

.plateHeader {
    color: white;
    font-family: Manrope;
    font-size: 40px;
    font-weight: 700;
    z-index: 999;
}

.ToursLabel {
    color: white !important;
    padding-top: 10px;
    text-align: center;
    font-family: Manrope;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 104% */
    letter-spacing: -0.5px;
}

.plateSubheading {
    color: white;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    z-index: 999;
}

.platePopupText {
    z-index: 999;
}

.plateMapContainer:hover .platePopupText {
    display: block;
}








.footerline {
    height: 5px;
    width: 80%;
    background-color: var(--Primary-Color); /* You can change the color if you prefer */
    position: relative;
    left: 50%; /* Adjust this value to center the line horizontally */
    transform: translateX(-50%);
}


.mapContainer {
    color: white;
    font-family: Manrope;
    font-size: 20px;
    transition: border-top-right-radius 1s ease, border-top-left-radius 0.3s ease, background-color 0.3s ease;
}

    .mapContainer:hover {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        background-color: var(--Primary-Color);
    }
/* -------------------------- GLOBAL ---------------------------------- */
html {
    scroll-behavior: smooth;
    background-color: transparent;
    box-sizing: border-box;
    /*overflow-x: hidden;*/
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*overflow-x: hidden;*/
}


.boxShadow {
    -webkit-box-shadow: 0px 11px 13px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 11px 13px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 11px 13px -8px rgba(0,0,0,0.75);
}

.pointer {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.ifrmNewsArticle {
    height: 800px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #757575;
}
/* -------------------------- HEADINGS ---------------------------------- */
h1, h2, h3, h4, h5 {
    color: #333;
}

h3 {
    color: #E7531F;
    font-size: 20px;
}

.heading1 {
    padding-top: 5px;
    font-size: 40px;
    margin: 0 0 20px;
    color: #333;
    letter-spacing: 0;
    font-weight: 400;
}

.headingCMS {
    padding-top: 5px;
    font-size: 24px;
    margin: 0 0 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}

.pageHeading {
    font-size: 45pt;
    font-weight: bold;
    font-family: Belmar-Condensed;
    color: white;
}



.pnlHeading {
    font-size: 16px;
    margin: 0;
}

/* -------------------------- CARDVIEW ---------------------------------- */

/*---- BODY ----*/

body {
    font-family: 'CenturyGothic', Arial;
    font-size: 11pt;
    color: #333;
    background-color: transparent;
}

/*--------------- MENU ---------------*/

* {
    box-sizing: border-box;
}

/*.mainCMSMenu {
    width: 100%;
    max-width: 800px;
    padding-top: 30px;
    margin: auto;
}*/

.itemLine {
    display: inline-block;
}

    .itemLine:after {
        display: block;
        content: '';
        border-bottom: solid 2px #01989C;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }

    .itemLine:hover:after {
        transform: scaleX(1);
    }

/*--------------- DEVEXPRESS OVERRIDE ---------------*/

.dxeBase_Office365 {
    color: #333;
}

.dxbplc {
    vertical-align: top !important;
}

.dxis-passePartout {
    background-color: Transparent !important;
}

.dxflItem_Office365 {
    padding: 3px 0 !important;
}

.dxm-hovered {
    background-color: #0d8599 !important;
    color: white !important;
}

.dxmLite_Office365 .dxm-vertical .dxm-image-l .dxm-content, .dxmLite_Office365 .dxm-vertical .dxm-image-r .dxm-content, .dxmLite_Office365 .dxm-popup .dxm-content {
    padding: 15px;
}

.dxmLite_Office365.dxm-side-menu-mode .dxm-selected {
    background: none;
    color: #fff;
    background-color: #000000 !important;
    border-color: #000000 !important;
}


.dxmLite_Office365 .dxm-main {
    border: none !important;
    background-color: transparent !important;
}

.dxm-spacing, .dxm-separator, .dxm-separator b {
    font-size: 0;
    line-height: 0;
    display: none !important;
}

/*--------------- SCROLL TO TOP ---------------*/
#myBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    border: 1px solid #333;
    outline: none;
    background-color: #1f3180;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        transition: 0.3s;
        background-color: black;
        border: 1px solid white;
    }


/*--------------- NAV ---------------*/
.nav-item {
    padding: 5px !important;
    z-index: 9998 !important;
}

.logoTop {
    width: 90%;
    transition: width 0.4s ease;
}

.scrolled .logoTop {
    width: 150px;
}

.nav-link {
    /*font-size: 18px;*/
    font-size: 25px;
    font-family: Belmar-Condensed;
    /*font-size: 22px;*/
    /*font-weight: 600;*/
    font-weight: 400;
    color: white;
    z-index: 9998 !important;
}

    .nav-link:hover {
        color: var(--Secondary-Color);
        transition: color 0.2s;
    }

.navbar.solid {
    background-color: black !important;
    transition: background-color 0.5s;
    box-shadow: 0 0 4px grey;
    color: #333 !important;
    z-index: 9998 !important;
}

.navbar {
    background-color: black;
    padding: 0;
    z-index: 9998 !important;
}

.navSelected {
    color: var(--Primary-Color) !important;
    border-bottom: 5px solid var(--Primary-Color);
    padding-bottom: 10px;
}

/*--------------- 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: White;
            text-decoration: none;
            cursor: pointer;
            padding: 5px 60px 5px 60px;
            border-radius: 5px;
        }

            #myCookieConsent a#cookiesAcceptButton:hover {
                background-color: lightgrey;
                color: #000;
            }


/*--------------- IMAGE OVERLAY ---------------*/

.imageContainer {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #E6E6E6;
}

.imageText {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
}

.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;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center !important;
}

/*--------------- BANNERS/BACKGROUNDS ---------------*/

.bgGrey {
    background-color: #f4f4f4 !important;
}

.bgBlack {
    background-color: #000000 !important;
}

.bgBlue {
    background-color: #0d8599 !important;
}

.background_main {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    /*height: 100vh;*/
    height: 75vh;
    margin-top: -125px;
}

.background_banner, .bannerAbout, .bannerServices, .bannerFAQ {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    height: 50vh;
}

.bannerAbout {
    background-image: url('../Images/BannerImages/champagne.jpg');
}

.bannerServices {
    background-image: url('../Images/BannerImages/purple-grapes-553463_1920.jpg');
}

.bannerFAQ {
    background-image: url('../Images/BannerImages/groot-constantia-wine-estate-3526427_1920.jpg');
}

.bannerSearch {
    background-image: url('../Images/BannerImages/glasses.jpg');
}

.bannerContactUs {
    background-image: url('../Images/BannerImages/wine-glasses.jpg');
}

.bannerHeading {
    font-size: 40px;
    color: white;
}

.backgroundFixed {
    background-attachment: fixed;
}

.background_home {
    background-image: url('../Images/BannerImages/purple-grapes-553463_1920.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    position: relative;
    min-height: 450px;
}

.contentCenter {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.myCenter {
    left: 50%;
    transform: translate(-50%);
}
/*--------------- PADDING ---------------*/

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p40 {
    padding: 40px;
}

/*--- padding top ---*/
.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}


.pt40 {
    padding-top: 40px;
}

/*--- padding right ---*/
.pr4 {
    padding-right: 4px;
}

.pr10 {
    padding-right: 10px;
}

.pr50 {
    padding-right: 50px;
}

/*--- padding bottom ---*/
.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

/*--- padding left ---*/
.pl4 {
    padding-left: 4px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl100 {
    padding-left: 100px;
}

/*--------------- DIVISION ---------------*/



.contactBtnContainer {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.mediaUploadContainer {
    border: 1px solid rgba(0,0,0,0.08);
}

.contentBackground {
    background-color: #E6E6E6;
    width: 100%;
}

.containerSpacing {
    padding-top: 60px;
    padding-bottom: 60px;
}

.tripDetailsChangeLayout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.tripDetailsLayout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
}

.itemBorder {
    border: 1px solid rgba(0,0,0,0.1);
}

.gridContainer {
    width: 100%;
    padding: 60px 20px 60px 20px;
}

.layer, .layer2 {
    width: 100%;
    height: 100%;
}

.cursorHover {
    cursor: pointer;
}


.layer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
}

.layer2 {
    background-color: rgba(0, 0, 0, 0.3);
    position: relative;
}

.textWhite {
    color: white !important;
}

.btnRight {
}

.popupNewsletter {
    width: 100%;
    max-width: 500px;
    padding: 20px;
}

.qtyPadding {
    padding-left: 22px;
}

.cookieHeader {
    color: white;
    font-size: 13pt;
    font-weight: bold;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.cmsMobileNavbar {
    margin-bottom: 110px;
}

.createAccountAddress {
    min-height: 248px;
}

.popupAccountItem {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #0d8599;
}

    .popupAccountItem:hover {
        background-color: var(--Secondary-Color) !important;
    }

.cardRecent {
    width: 100%;
    min-height: 260px;
}

.cardfeedback {
    width: 100%;
    min-height: 220px;
}

.cardReview {
    width: 100%;
    min-height: 150px;
}

.pageGrey {
    background-color: #DFDFDF !important;
}

.priceBottomRight {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rowPadding {
    padding: 5px;
}


.popupPadding {
    padding-bottom: 20px;
}

.socialMediaMobile {
    display: none;
}

.socialMediaDesktop {
}


.boilerPlate {
    padding: 10px;
    background-color: #e65621;
}

.fb-page {
    width: 100%;
}

.divSpotlightPrice {
    position: relative;
    text-align: center;
    float: right;
}

.dxcvCard_AfricaTravel {
    padding: 0px !important;
}

.footerContent {
    width: 100%;
    max-width: 180px;
    margin: auto;
}

.footerContent1 {
    color: #003F85;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    padding: 7px;
}

.contentPadding {
    padding: 10px;
}



.contentHeight {
    min-height: 220px;
}

.mobile {
    display: none !important;
}

.orderItemMedia {
    max-width: 240px !important;
}

/*--- Sign In and Create Password ---*/

.divSignIn {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.pnlSignIn {
    max-width: 500px;
    width: 100%;
}

.productTotal {
    width: 100%;
    text-align: right;
    font-size: 15pt;
    padding-left: 30px;
}

.newWidth {
    width: 70%;
    max-width: 75% !important;
}
/*--- Text Box ---*/
.txtDiscount {
    width: 100%;
}

.txtSignInEmail {
    width: 90%;
}

.txtVertMiddle {
    padding-top: 9px;
}

/*--- Shopping ---*/

.divShoppingBtnAlign {
    text-align: right;
}

.shoppingButtons {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.lblShopQty {
    font-size: 14pt;
    font-weight: bold;
    color: var(--Primary-Color);
}

.lblShopPackName {
    font-size: 14pt;
    font-weight: bold;
    color: var(--Secondary-Color) !important;
}

.lblShopPackCode {
    font-size: 14pt;
    font-weight: bold;
    color: var(--Secondary-Color) !important;
}

.lblShopPackDate {
    font-size: 14pt;
    font-weight: bold;
    color: var(--Primary-Color) !important;
}

.lblLocalPayment {
    font-size: 14pt;
    font-weight: bold;
    color: var(--Secondary-Color) !important;
}

.checkoutTotals {
    max-width: 200px;
    text-align: right;
}

/*--- Product ---*/

.popupEmail {
    width: 450px !important;
}

.pnlProductMedia {
    width: 100%;
    /*max-width: 1080px;*/
    margin: auto;
}

.spanBuyProduct {
    color: #333;
    font-size: 13pt;
}

.productHeading {
    width: 100%;
    background-color: var(--Primary-Color);
    padding: 1px 0px 1px 15px;
    color: white;
}

.headingBaseColor {
    width: 100%;
    background-color: #0d8599;
    padding: 10px;
}

.borderBottom {
    border-bottom: 1px solid #adadad;
}

.productDescription {
    box-sizing: border-box;
    padding: 0px 5px 0px 5px;
    width: 72%;
}

.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;
}

.divFaq {
    width: 100%;
    margin: auto;
}

.divGreyPanel {
    background-color: #e5e5e5;
    border-radius: 3px;
    padding: 11px 5px 11px 5px;
    width: 100px;
}

.divGreyPanelCms {
    background-color: transparent;
    width: 80px;
}

.bannerImageDestkop {
    display: inline-block !important;
}

.bannerImageMobile {
    display: none !important;
}

.htmlEditor, .page100 {
    width: 100%;
}

.searchParameterDesktop {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px !important;
    /*border: 1px solid #adadad;*/
}

.slider {
    height: 340px;
}

.mainFrame {
    max-width: 1400px; /*1400px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mainFrame2 {
    max-width: 100%; /*1400px */
    top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.footerMainHeading {
    color: #828282;
    /*font-family: Antonio;*/
    font-family: 'Belmar-Condensed';
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 5.775px;
}

.footerHeading {
    color: #E7531F;
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 80% */
}

.footerLinkMobile {
    display: none;
    width: 100%;
}

.containerMedia {
    max-width: 1000px;
    width: 100%;
}

.containerTreelist {
    width: 600px;
    margin: auto
}

.priceAlign {
    text-align: right;
}

.searchButton {
    width: 10%;
    margin-left: 5px;
}


.masterLogin, .masterLoginCms {
    float: right;
    padding-bottom: 5px;
}

.imageSlider {
    width: 100%;
    height: 1000px !important;
}


/*---- 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: 13px;
}

.cmbCountry {
    width: 100%;
    max-width: 300px;
}

/*--------------- FORM LAYOUT ---------------*/

.formGroupCaption {
    font-size: 11pt !important;
}

.formContact {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.formCreateAcc {
    max-width: 80%;
}

.formAccess {
    width: 100%;
    max-width: 400px;
}

/*--------------- TABLE ---------------*/
.tblFooter td {
    color: white;
}

/*--------------- TD ---------------*/

.tdBordered {
    border: 1px solid #adadad;
}

.tdMenuSpacing {
    padding-left: 10px;
}

/*--------------- LABELS ---------------*/


.lblSnippetName {
    font-size: 25px;
    color: #000000;
}

.lblArticleHeading {
    font-size: 30px;
    color: #000000;
}

.lblEditor {
    color: #333;
    font-size: 14.6666px;
}

.lblFormCaption, .lblOrderTotal {
    font-size: 12pt;
    color: var(--Secondary-Color);
}

.lblLocation {
    font-weight: bold;
}

.lblCreateAccount-Popup {
    font-weight: bold;
    color: #0d8599;
}

.lblAccount {
    font-size: 10pt;
}

.lblAccountMobile {
    font-size: 13pt;
}

.lblOrderTotal {
    color: var(--Secondary-Color);
    font-weight: bold;
}

.lblOrderConfirm {
    color: var(--Secondary-Color) !important;
    font-size: 12pt;
}

.lblRecentsPrice {
    font-size: 13pt;
}

.lblProductName {
    font-size: 45pt;
    font-weight: bold;
    font-family: Belmar-Condensed;
    color: white;
}

.lblProductPrice {
    font-size: 13pt;
    font-weight: bold;
    color: #0d8599;
}

.lblOrderItemPrice {
    font-size: 14pt;
    font-weight: bold;
    color: #0d8599;
}

.lblSpotlightPrice {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10pt;
    font-weight: bold;
}

.lblHomeProductName {
    color: var(--Primary-Color);
    font-size: 19px;
}

.lblSearchProductName {
    font-weight: bold;
    color: #0d8599;
    font-size: 12pt;
}

.lblHomeProductLocation {
    font-size: 10pt;
}

.lblShoppingMessage {
    font-size: 12pt;
}

.lblShoppingTotal {
    font-size: 15pt;
    color: var(--Secondary-Color) !important;
}

.lblFAQ {
    font-size: 12pt;
}

.lblNotification {
    font-size: 12pt;
}

.lblShopPrice, .srchPrice {
    color: var(--Secondary-Color) !important;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: middle;
}

.font-down{
    font-size:10pt !important;
}

.srchPrice2 {
    color: var(--Secondary-Color);
    font-size: 12pt;
    vertical-align: bottom;
    white-space: nowrap;
}

.localPaymentFormat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.srchPrice {
    white-space: nowrap;
}

.lblCartItmes {
    padding-left: 8px;
}

.lblProductTitle {
    color: #333;
    font-size: 20pt;
}

.lblSearchParameters {
    font-size: 13pt;
    font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
}
/*--------------- SPAN ---------------*/

.spanFooterHeader {
    font-size: 20px;
}

.spanHeaderBlocks {
    font-size: 14pt;
    color: white;
}


/*--------------- BUTTONS ---------------*/

.btnShoppingCart {
    width: 100% !important;
    padding: 8px 5px;
    font-size: 18px;
}

    .btnShoppingCart:hover {
        background-color: var(--Primary-Color);
    }

.navbutton {
    border-radius: 10px;
    background-color: var(--Primary-Color);
    margin-left: 15px;
}

.btnCallToActionNavbar {
    /*padding: 10px 15px;*/

    border-radius: 10px;
    background-color: var(--Primary-Color);
    font-size: 22px;
    font-weight: 600;
    color: white;
}

    .btnCallToActionNavbar:hover {
        background-color: var(--Secondary-Color);
    }


.btnCallToAction {
    padding: 10px 15px;
    border-radius: 10px;
    background-color: var(--Primary-Color);
    font-size: 20px;
}

    .btnCallToAction:hover {
        background-color: var(--Secondary-Color);
    }

.btnCmsMenuItem {
    width: 100% !important;
    padding: 5px;
    background-color: #0d8599;
    transition: all 0.2s ease;
    text-align: left;
}

    .btnCmsMenuItem:hover {
        background-color: #000000;
    }

.btnAddToHome {
    background-color: #0d8599;
    padding: 5px;
    border-radius: 5px;
    border: none;
    color: white;
    width: 100%;
    max-width: 200px;
}

.btnSysAdmin {
    background-color: #0d8599
}

.btnContact {
    width: 100% !important;
    max-width: 300px !important;
    color: White;
    font-size: 11pt;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

.btnSignIn {
    padding: 5px;
    width: 200px !important;
}

.btnUpload {
    font-weight: bold !important;
    color: black;
}

.btnDnlInvoice {
    height: 40px;
    width: 150px;
}

.btnBack {
    float: right;
}

.btnContactUs {
    padding: 5px;
    width: 100px
}

.btnAddCart {
    text-align: center;
}

.btnMasterMenu {
    width: 100px;
    padding: 5px;
}

.btnShopping {
    float: left;
}

.btnBackColorPrimary {
    background-color: var(--Primary-Color);
    font-size: 16px;
    font-family: Manrope;
}

    .btnBackColorPrimary:hover {
        background-color: black;
    }

.btnShoppingMobile {
    width: 100% !important;
    max-width: 300px;
    padding: 5px;
    display: none;
}

.btnPopup {
    float: left;
    margin-right: 8px;
}

.btnSubmit {
    border-radius: 10px;
    background-color: var(--Primary-Color);
}

.popupCloseButton {
    margin-left: 10px;
}

.featureHeading {
    width: 100%;
    background-color: var(--Primary-Color);
    padding: 5px;
    color: white;
    text-align: center;
}

.btnLong {
    width: 100%;
    background-color: #0d8599;
    padding: 20px;
    color: white;
    text-align: center;
}

    .btnLong:hover {
        cursor: pointer;
        width: 100%;
        background-color: #DFDFDF;
        color: #0d8599 !important;
    }

.btnCheckout {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btnSaveClose {
    width: 50%;
    margin: auto;
    text-align: center;
}

.lnkRuanHelp {
    color: white;
    max-width: 250px;
    height: 100%;
    font-size: 11pt;
    font-weight: bold;
    text-align: center; /* Center align the text inside the buttons */
}


.lnkRuanHelpDisabled {
    background-color: grey !important;
    color: red !important;
}
/*.lnkRuanHelp:disabled{
        background-color:grey !important;
        color:red !important;
    }
*/
.lnkRuanHelpContainer {
    width: 100%;
    height: 100%;
    background-color: var(--Primary-Color);
    display: flex; /* Use flexbox */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
    border-radius: 5px;
}

.RuanCentreContainer {
    display: flex; /* Use flexbox */
    justify-content: center; /* Center items horizontally */
    align-items: center; /* Center items vertically */
}

.RuanLeftContainer {
    display: flex; /* Use flexbox */
    justify-content: left; /* Center items horizontally */
    align-items: center; /* Center items vertically */
}


.btnBuyNow, .btnEnquiry {
    margin-top: 0px;
    padding: 10px;
    color: white;
    width: 100% !important;
    max-width: 250px;
    font-size: 11pt;
    font-weight: bold;
}

.invisibleDefaultButton {
    display: none;
    color: transparent;
    background-color: transparent;
}

.btnToolbar {
    color: #303030;
    background-color: white;
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
}

/*--------------- HYPERLINKS ---------------*/

.hlnkShoppingSignIn {
    font-weight: bold;
    text-decoration: underline !important;
}

.lnkNodec {
    text-decoration: none !important;
    color: #333;
}

.lnkButton {
    display: inline-block;
    padding: 5px;
}

.lnkCovid {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

    .lnkCovid:hover {
        text-decoration: underline !important;
    }

.lnkConrad {
    font-weight: bold !important;
    text-decoration: underline !important;
    color: var(--Primary-Color) !important;
}

.lnkForgotPass {
    font-size: 10pt !important;
    width: unset !important;
}

.hlnkTC {
    color: #0d8599;
    font-weight: bold;
    font-size: 11pt;
    text-decoration: none;
}

.hlnkNodec {
    text-decoration: none;
}

.lnkCMS {
    /*color: #0d8599;*/
    color: var(--Primary-Color);
    text-decoration: none;
    font-weight: bold;
}

    .lnkCMS:hover {
        text-decoration: underline;
    }

.lnkAccountOptions {
    font-size: 12pt;
    text-decoration: none;
    color: var(--Primary-Color);
}

    .lnkAccountOptions:hover {
        color: White;
    }




/*--------------- PANELS ---------------*/

.pnlPromotion {
    padding: 5px;
    /*background-color: red;*/
    text-align: center;
    font-weight: 600;
}

.pnlProductPromotion {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    padding: 10px 5px;
    font-size: 20pt;
    color: white;
    background-color: #00ffff;
}

.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 ---------------*/

.imgGuaranteed {
    position: absolute;
    top: -155px;
    left: -41px;
}

.imgAbout {
    width: 100%;
    max-width: 500px;
}

.imgLogoFooter {
    width: 100%;
    max-width: 600px;
}

.imgNews {
    width: 100%;
    max-width: 400px;
}

.imgMainLogo {
    width: 100%;
    max-width: 150px;
}

.imgMainLogo1 {
    width: 100%;
    max-width: 280px;
}

.imgAfricaTravelLogo {
    max-width: 180px;
}

.imgClock {
    max-width: 16px;
    position: relative;
    /*margin-top: 10px;*/
}

.imgProductListing {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 250px;
    max-height: 250px;
}

.imgShopProd {
    /*  padding-top: 10px;
    padding-bottom: 10px;*/
    max-width: 300px;
    width: 100%;
    max-height: 300px;
}

.imgAfricaTravelCMS {
    width: 100px;
    float: right;
}
.departures {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
    padding-left: 60px;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}
.cl_red {
    color: red !important;
    font-size: 60pt;
}

.cl_Primary {
    color: var(--Primary-Color) !important;
    font-size: 60pt;
}

.btnViewPrices {
    width: 100%;
    max-width: 200px;
    background-color: var(--Primary-Color);
    color: white;
    border: 2px solid white;
    padding: 5px;
    border-radius: 5px;
    transition: 2s;
}

    .btnViewPrices:hover{
        background-color:white;
        color:black;
        border:2px solid var(--Primary-Color);
        transition:2s;
    }


    .divBookmark {
        position: relative;
    }
.bookmark {
    position: absolute;
    margin-top: -64px;
}
/*--------------- FOOTER ---------------*/
.footericon {
    width: 40px;
    margin: 10px;
    height: 40px;
}

.footer {
    width: 100%;
    background-color: #000000;
}

.footer2 {
    width: 100%;
    background-color: transparent;
    background-image: url('../Images/BannerImages/BottomBannerTruck.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.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%;
    }
    /*    .imgShopProd {
        max-width: 250px;
        max-height: 250px;
    }*/
}

/* Smaller than standard 960 (devices and browsers) -------------------PINK---------------------------------*/
.mobile50Off{
    display:none;
}

@media screen and (max-width: 992px) {

    @-ms-viewport {
        width: 100%;
    }
    .cl_red {
        font-size: 22pt !important;
    }
    .promotionDetailsImage {
        bottom: 106px;
    }
    .font-up {
        font-size: 55px;
    }
    .topbannerText {
        font-size: 30px;
        padding:10px;
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        font-weight:600;
    }
    .mobile50Off {
        display: flex;
        text-decoration:none;
        width: 100%;
        position: absolute;
        bottom: 5%;
        background-color: var(--Primary-Color);
        z-index: 400;
        height: 25%;
        padding:10px;
        align-items:center;
    }
    .override_mobile50Off{
        height:15% !important;
    }
    .imageSlider {
        height: 500px !important;
    }

    .PromotionImage {
        max-width: 140px;
    }
    .promotionSearchImage {
        margin-right: 15%;
    }

    .promotionBanner {
        display: none !important;
    }

    .mobileAlignItemsCenter {
        align-items: center;
        text-align: center;
    }

    .logoTop {
        height: 50px;
    }

    .highZ-1003 {
        padding-bottom: 0 !important;
    }

    .formCreateAcc {
        max-width: 100%;
    }
    /*    .imgShopProd {
        display: none;
    }*/
    /*    .productTotal{
        padding-right:100px;
    }*/
    .background_main {
        height: 50vh;
        margin-top: 0px
    }

    .plateHeader {
        font-size: 32px;
    }

    .header1 {
        font-size: 80px;
    }

    .BannerContentContainer {
        margin-top: 6vh !important;
    }

    .BannerContentContainer {
        width: 100%;
        margin-left: 0; /* Push 30% away from the left-hand side */
        margin-top: 30%;
        justify-content: space-between;
    }

    .negmargin2 {
        margin-top: 50px;
    }

    .layer2 {
        margin-top: 131px;
    }

    .BannerContentContainer {
        /*margin-top:200px !important;*/
        padding: 30px;
    }

    .negMargin {
        margin-top: 200px;
    }

    .negMarginCorrection {
        margin-top: 0;
    }

    .headingChoose {
        font-size: 35px;
    }

    .srchLooking {
        padding-top: 5px;
        width: 100%;
    }

    .logoContainer.mobileCentre {
        left: 50%;
        transform: translateX(-50%);
    }

    .keepZ.position-absolute.mobileCentre {
        left: 50%;
        transform: translateX(-50%);
    }

    .lblAdvertisedPrice {
        font-size: 11pt;
    }

    .tdSpacer {
        display: none;
    }

    .lblHomeProductName {
        font-size: 19px;
    }

    .lblHomeProductLocation {
        font-size: 9pt;
    }

    .lblSpotlightPrice {
        font-size: 9pt;
    }

    .popupCookies {
        width: 500px;
    }

    .searchParameterDesktop {
        display: none;
    }

    .searchButton {
        padding-top: 5px;
        width: 100%;
    }

    .slider {
        height: 300px !important;
    }

    .imageSlider {
        width: 100%;
        height: 500px;
    }

    .navbar {
        background-color: #000000 !important;
    }

    .mobile {
        display: inline-block !important;
    }

    .desktop {
        display: none !important;
    }

    .div_below_nav {
        margin: 0px;
    }

    .dxmLite_Office365, .dxmLite_Office365 .dxm-item a.dx {
        color: #000000;
    }

        .dxmLite_Office365 .dxm-item.dxm-hovered, .dxmLite_Office365 .dxm-item.dxm-hovered a.dx {
            color: #000000;
        }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------RED------------------- */

@media screen and (max-width: 767px) {

    @-ms-viewport {
        width: 100%;
    }

    .background_main {
        height: 60vh;
        margin-top: 0px;
    }

    .BannerContentContainer {
        margin-top: 30px !important;
        padding: 30px;
    }

    .productDescription {
        width: 100%;
    }

    .pageHeading {
        font-size: 35pt;
    }

    .lblProductName {
        font-size: 30pt;
        font-weight: normal;
    }

    .lblShoppingMessage {
        font-size: 10pt;
    }

    .lblShoppingTotal {
        font-size: 12pt;
    }

    .lblArticleHeading {
        font-size: 23px;
        color: #000000;
    }

    .divShoppingBtnAlign {
        text-align: left;
    }

    .masterLogin {
        display: none;
    }

    .mobileMenu {
        display: inline-block;
    }

    .divGreyPanel {
        min-width: 60px;
    }

    .lblCartItmes {
        font-size: 7pt;
    }

    .menuLeft {
        display: none;
    }

    .footerLinkMobile {
        display: inline-block;
    }

    .lblOrderItemPrice {
        text-align: right;
    }


    .emptyBannerSpacing {
        height: 20px;
    }


    .lblOrderConfirm {
        font-size: 10pt;
    }

    .filterVisible {
        display: none;
    }

    .btnVisible {
        display: none !important;
    }

    .imgAfricaTravelCMS {
        max-width: 50px;
    }


    .sitemapContainer {
        padding-left: 0px;
    }

    .lblAccount {
        font-size: 7pt;
    }

    .lblAccountMobile {
        font-size: 12pt;
    }

    .divGreyPanelCms {
        padding-top: 8px;
        padding-bottom: 9px;
        border-radius: 3px;
        padding-left: 3px;
        padding-right: 5px;
    }


    .btnBack {
        display: none;
    }



    #myCookieConsent {
        font-size: 12px;
    }

    .bannerImageDestkop {
        display: none !important;
    }

    .bannerImageMobile {
        display: inline-block !important;
    }

    .lblSnippetName {
        font-size: 18px;
    }

    .imageSlider {
        width: 100%;
        height: 750px;
    }

    .imgProductListing {
        padding-top: 5px;
        padding-bottom: 5px;
        max-width: 230px;
        max-height: 230px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Gold------------------- */

@media screen and (max-width: 568px) {

    @-ms-viewport {
        width: 100%;
    }

    .background_main {
        height: 100vh;
        margin-top: 0px;
    }

    .lblSearchParameters {
        font-size: 14px;
    }

    .lblProductName {
        font-size: 18pt;
        font-weight: normal;
    }

    .popupEmail {
        width: 300px !important;
    }

    .divGreyPanel {
        min-width: 60px;
    }


    .emptyBannerSpacing {
        display: none;
    }


    .btnShopping {
        display: none;
    }

    .txtSignInEmail {
        width: 100%;
        min-width: 250px;
    }


    .bannerHeading {
        font-size: 30pt;
        color: white;
    }

    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .imageSlider {
        width: 100%;
        height: 500px;
    }


    .ifrmNewsArticle {
        height: 200px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Yellow------------------- */

@media screen and (max-width: 479px) {

    @-ms-viewport {
        width: 100%;
    }

    .background_main {
        height: 60vh;
        margin-top: 0px;
    }

    .BannerContentContainer {
        margin-top: 20px !important;
        padding: 20px;
    }

    .checkoutTotals {
        text-align: left;
    }

    .productTotal {
        text-align: left;
    }

    .hlnkFooter {
        font-size: 10pt;
    }

    .lblHomeProductName {
        font-size: 17px;
    }

    .lblSpotlightPrice {
        font-size: 10pt;
    }

    .btnSaveClose {
        width: 100%;
    }

    .lblAdvertisedPrice {
        font-size: 11pt;
    }

    .lblretailPrice {
        color: black;
        font-size: 10pt;
    }

    .featured100 {
        width: 100% !important;
    }

    .priceBottomRight {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .lblSearchProductName {
        font-size: 10pt;
    }

    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .imageSlider {
        width: 100%;
        height: 450px;
    }

    .header1 {
        font-size: 50px;
    }

    .plateHeader {
        font-size: 16px;
    }

    .plateSubheading {
        font-size: 14px;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Green------------------- */

@media screen and (max-width: 384px) {

    @-ms-viewport {
        width: 100%;
    }

    .background_main {
        height: 70vh;
        margin-top: 0px;
    }

    .BannerContentContainer {
        margin-top: 20px !important;
        padding: 20px;
    }

    .slider {
        max-height: 200px;
    }

    .col-full {
        width: 100% !important;
    }

    .featured100 {
        width: 100% !important;
    }

    .hlnkFooter {
        font-size: 11pt;
    }

    .socialMediaMobile {
        display: table;
    }

    .socialMediaDesktop {
        display: none;
    }


    .lblAccountMobile {
        font-size: 9pt;
    }

    .pnlProductPromotion {
        font-size: 16pt;
    }

    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .imageSlider {
        width: 100%;
        height: 450px;
    }

    .imgProductListing {
        padding-top: 5px;
        padding-bottom: 5px;
        max-width: 100%;
    }
}


/* All Mobile Sizes (devices and browser) --------------------------------------------BLUE*/

@media screen and (max-width: 320px) {
    @-ms-viewport {
        width: 100%;
    }

    .background_main {
        height: 70vh;
        margin-top: 0px;
    }

    .BannerContentContainer {
        margin-top: 20px !important;
        padding: 20px;
    }

    .header1 {
        font-size: 50px;
    }

    .plateHeader {
        font-size: 16px;
    }

    .plateSubheading {
        font-size: 14px;
    }

    .image-text {
        font-size: 20px; /* Set the font size */
    }

    .headingChoose {
        font-size: 27px;
    }

    .lblCartItems {
        padding-left: 8px;
        font-size: 7pt;
    }

    .txtSignInEmail {
        width: 100%;
    }

    .containerSpacing {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .imageSlider {
        width: 100%;
        height: 400px;
    }
}

@media screen and (min-width: 961px) and (max-width: 1171px) {
    @-ms-viewport {
        width: 100%;
    }

    .BannerContentContainer {
    }

    .logoTop {
        height: 80%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1139px) {
    @-ms-viewport {
        width: 100%;
    }

    .layer2 {
        margin-top: 35px;
    }
}

/*----------------------------------------------------------- END QUERY ----------------------------------------------------------- */

