﻿/* -------------------------- VARIABLES ---------------------------------- */
@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: 'federo-regular';
    src: url('../fonts/fedoro/federo-regular.woff') format('woff');
}
@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins/poppins-regular.woff') format('woff');
}
:root {
    /*Color*/
    --Primary-Color: #05b2ce;
    --Secondary-Color: #088fa5;
    --Tertirary-Color: #067486;
    --Fifth-Color: #0a525d;
    --Grey: #e7e3e0;
    --White: #ffffff;
    /*Font*/
    --Primary-Font: federo-regular;
    --Secondary-Font: poppins-regular;
    --Tertirary-Font: poppins-regular;
    /*Text*/
    --Main-Text: clamp(35px,4vw,45px);
    --Sub-Text: clamp(35px,2vw,35px);
    --Body-Text: clamp(14px,1vw,18px);
}

/* -------------------------- Global ---------------------------------- */

.custom-popup {
    position: fixed;
    top: 100px;
    right: 20px;
    background-color: var(--Primary-Color);
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 9999;
    pointer-events: none;
    font-size: 20px;
}

    .custom-popup.show {
        opacity: 1;
    }

.defaultButton, .defaultButton2 {
    max-width: 400px;
    height: 60px;
    background-color: var(--Secondary-Color);
    color: white;
    font-family: var(--Primary-Font);
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--Body-Text);
    border: 2px solid var(--Secondary-Color);
    transition: 2s;
    cursor: pointer;
}

    .defaultButton:hover, .defaultButton2:hover {
        transition: 1s;
        background-color: white;
        color: var(--Secondary-Color);
    }

.AccoladesBanner{
    display:inline-block;
}

.AccoladesBannermobile{
    display:none;
}
.AccoladesBannerTablet {
    display: none;
}

.lblEditor {
    color: var(--Secondary-Color);
    font-size: var(--Body-Text);
}

.mainHeading {
    font-size: var(--Main-Text);
    font-family:var(--Primary-Font)
}

.subHeading {
    font-size: var(--Sub-Text);
    font-family: var(--Primary-Font)
}

@media (max-width: 567px) {

    .subHeading {
        font-size: 25px;
    }

}

    .bodyText {
        font-size: var(--Body-Text);
        font-family: var(--Secondary-Font);
    }



    html {
        scroll-behavior: smooth;
        background-color: transparent;
    }

    hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #757575;
    }

    h1, h2, h3, h4, h5 {
        color: var(--Primary-Color) !important;
    }

    body {
        font-family: var(--Primary-Font), Arial;
        font-size: 11pt;
        color: black;
        background-color: transparent;
    }

    * {
        box-sizing: border-box;
    }

    /* -------------------------- CTA ---------------------------------- */
    .divFixedCTA {
        bottom: 80px;
    }

    .popupCTA {
        border: solid 2px var(--Primary-Color) !important;
    }

    .popupText {
        /*font-family: Manrope;*/
        color: white !important;
    }

    .fontGroot {
        font-size: 8px;
    }


    /* -------------------------- Important Labels ---------------------------------- */

    .lblSnippetName {
        font-size: 25px;
        color: var(--Primary-Color);
    }

    .bannerHeading {
        font-size: 40px;
        color: var(--Primary-Color);
    }

    .contactDetailsAboveNav {
        width: 20px;
    }
    /* -------------------------- Important Containers ---------------------------------- */
    .mainFrame {
        max-width: 1400px; /*1400px */
        top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .mainFrame1 {
        max-width: 1600px; /*1400px */
        top: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    /* -------------------------- NavBar Related ---------------------------------- */
    #navbarSupportedContent {
        justify-content: flex-end;
        align-items: flex-end;
    }

    .navbar-toggler-icon {
        background-image: url('../images/icons/hamburger.png');
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }


    .lnkAccountOptions {
        font-size: 12pt;
        text-decoration: none;
        color: black;
        background-color: var(--Primary-Color);
    }

        .lnkAccountOptions:hover {
            color: White;
        }

    .bgAboveBoiler {
        background: linear-gradient(to right, #e3eaf0, #8fb5c8);
    }

    .d-flexHamburger {
        display: flex !important;
        justify-content: space-between !important;
    }

    .d-flexHamburgerSticky {
        display: flex !important;
    }

    .popupAccountItem {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid var(--Primary-Color);
    }

        .popupAccountItem:hover {
            background-color: var(--Secondary-Color);
        }


    .boilerPlate {
        padding: 10px;
        background-color:black;
    }

    .nav-item {
        padding: 1px !important;
    }

    .TopBannerLogo {
        margin-top: -45px;
        transition: margin-top 0.6s ease;
        margin-left: 15px;
    }

        .TopBannerLogo.scrolled {
            margin-top: 0px;
        }

    .nav-link {
        font-size: 15px;
        color: var(--Tertirary-Color);
    }

        .nav-link:hover {
            color: var(--White);
            transition: color 0.5s;
        }

        .nav-link:hover, .nav-link:focus {
            color: white;
        }

    .navbar.solid {
        background-color: var(--Secondary-Color) !important;
        transition: background-color 0.5s;
        box-shadow: 0 0 4px grey;
        color: var(--Secondary-Color) !important;
    }

    .navbar {
        background: linear-gradient(to right, #e3eaf0, #8fb5c8);
        flex-wrap: wrap;
    }

    .navbar-nav {
        gap: 20px;
    }

    .navSelected {
        color: var(--White) !important;
        padding-bottom: 10px;
    }

.footer {
    width: 100%;
    background: linear-gradient(to right, #e3eaf0, #8fb5c8);
    z-index: 10;
    position:relative;
}

    /* -------------------------- General Utilities  ---------------------------------- */
    .clrPrimary {
        color: var(--Primary-Color) !important;
    }

    .clrSecondary {
        color: var(--Secondary-Color) !important;
    }

    .clrTertirary {
        color: var(--Tertirary-Color) !important;
    }

    .bgPrimary {
        background-color: var(--Primary-Color) !important;
    }


    .fntPrimary {
        font-family: var(--Primary-Font);
    }

    .fntSecondary {
        font-family: var(--Secondary-Font);
    }

    .fntTertirary {
        font-family: var(--Tertirary-Font);
    }

    .textWhite {
        color: white !important;
    }

    .borderBottom {
        border-bottom: 1px solid #adadad;
    }

    .mainFrame-Fix {
        display: flex;
        justify-content: center;
    }

    .bannerImageDesktop {
        display: inline-block !important;
    }

    .bannerImageMobile {
        display: none !important;
    }

    .pointer {
        cursor: pointer;
    }

    .hide {
        display: none !important;
    }

    .mobileCentre {
        left: 50%;
        transform: translateX(-50%);
    }

    .text-right {
        text-align: right !important;
    }

    .text-center {
        text-align: center !important;
    }

    .text-left {
        text-align: left !important;
    }

    .containerSpacing {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .layer, .layer2 {
        width: 100%;
        height: 100%;
    }

    .layer {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
    }

    .mobile {
        display: none !important;
    }

    .lblEditor {
        color: var(--Secondary-Color);
    }

    .lnkNodec {
        text-decoration: none !important;
        color: var(--Secondary-Color);
    }

    .hlnkNodec {
        text-decoration: none !important;
    }

    .hover-underline:hover {
        text-decoration: underline !important;
    }

    .floatLeft {
        float: left !important;
    }

    .floatRight {
        float: right !important;
    }

    .scrollable-menu {
        max-height: 200px; /* Set your desired maximum height for the dropdown menu */
        overflow-y: auto;
        overflow-x: hidden;
    }

    .contentCenter {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* -------------------------- Carousel Items ---------------------------------- */
    .carousel-control-prev-icon {
        background-image: url('../images/general/icons8-left-50.png');
    }

    .carousel-control-next-icon {
        background-image: url('../images/general/icons8-right-50.png');
    }

    /* -------------------------- Specials ---------------------------------- */

    .accoladesContainer {
        display: flex;
        justify-content: center;
    }

    .loader {
        border: 4px solid var(--Secondary-Color); /* The color wherein the circle spins */
        border-top: 4px solid var(--Tertirary-Color); /* Color inside the Circle that is spinning */
        border-radius: 50%;
        width: 200px;
        height: 200px;
        animation: spin 1s linear infinite;
        margin: auto;
        margin-top: 50px;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .full-page {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, var(--Primary-Color), var(--Secondary-Color));
        background-size: 200% 100%;
        animation: gradientAnimation 4s ease infinite alternate;
        z-index: 9999;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }

    @keyframes gradientAnimation {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    /* style.css */






    /* -------------------------- HEADINGS ---------------------------------- */


    .heading1 {
        padding-top: 5px;
        font-size: 40px;
        margin: 0 0 20px;
        color: var(--Black) !important;
        letter-spacing: 0;
        font-weight: 400;
    }

    .headingCMS {
        padding-top: 5px;
        font-size: 24px;
        margin: 0 0 20px;
        color: var(--Primary-Color);
        letter-spacing: 0;
        font-weight: 400;
    }

    /*--------------- DEVEXPRESS OVERRIDE ---------------*/

    .dxeBase_Office365 {
        color: black;
    }

    .dxbplc {
        vertical-align: top !important;
    }

    .dxis-passePartout {
        background-color: Transparent !important;
    }

    .dxflItem_Office365 {
        padding: 3px 0 !important;
    }

    .dxm-hovered {
        background-color: #0d8599 !important;
        color: var(--Primary-Color) !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: var(--Primary-Color);
        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;
    }

    /*--------------- 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: white;
        bottom: 0px;
        right: 10px;
        display: none;
        left: 0;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        width: 100%;
    }

        #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;
                }




    /*--------------- Hardcode BACKGROUND colors ---------------*/



    .background_main {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        height: 100vh;
    }

    .background_banner, .bannerAbout, .bannerServices, .bannerFAQ {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        background-attachment: fixed;
        background-position: center;
        position: relative;
        height: auto;
    }



    /*--------------- DIVISION ---------------*/
    .contentPlaceholder {
    }


    .divOnlineShop_Footer {
        padding: 10px 20px;
        background-color: var(--Primary-Color);
        transition: all 0.3s ease;
    }

        .divOnlineShop_Footer:hover {
            background-color: var(--Secondary-Color);
        }


    .contactBtnContainer {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }



    .createAccountAddress {
        min-height: 248px;
    }


    .cardRecent {
        width: 100%;
        min-height: 260px;
    }

    .cardfeedback {
        width: 100%;
        min-height: 220px;
    }

    .cardReview {
        width: 100%;
        min-height: 150px;
    }




    .divSpotlightPrice {
        position: relative;
        text-align: center;
        float: right;
    }


    /*--- 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;
    }

    /*--- Text Box ---*/


    .txtSignInEmail {
        width: 100%;
        /*   min-width: 280px;
    max-width: 320px;*/
    }

    .txtVertMiddle {
        padding-top: 9px;
    }

    /*--- Shopping ---*/

    .Quantity {
        display: flex;
        align-items: center;
    }

    .ShoppingDetails {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        padding: 20px;
    }

    .ProductName, .Quantity, .UnitPrice, .UnitTotal {
        padding: 10px;
    }

    .ShoppingActions {
    }

    .btnRemove {
        border: 1px solid var(--Primary-Color);
        background-color: var(--Secondary-Color);
    }

        .btnRemove:hover {
            background-color: darkred;
        }

    .btnShoppingCart {
        /*width: 100px !important;*/
        font-size: 18px;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        background-color: var(--Secondary-Color);
        /*min-width:250px;*/
    }

        .btnShoppingCart:hover {
            background-color: var(--Primary-Color);
        }

    .txtSignInEmail {
        width: 100%;
    }



    .divShoppingBtnAlign {
        text-align: right;
    }

    .shoppingButtons {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    .lblShopQty {
        font-size: 11pt;
        font-weight: bold;
    }

    .lblError {
        color: red;
    }

    .lblStockCount {
    }

    .lblShopPackName {
        font-size: 13pt;
        font-weight: bold;
        color: var(--Primary-Color) !important;
    }

    .checkoutTotals {
        max-width: 200px;
        text-align: right;
    }

    /*--- Product ---*/


    .pnlProductMedia {
        width: 100%;
        /*max-width: 1080px;*/
        margin: auto;
    }

    .spanBuyProduct {
        color: var(--Secondary-Color);
        font-size: 13pt;
    }

    .productHeading {
        width: 100%;
        background-color: var(--Primary-Color);
        padding: 1px 0px 1px 15px;
        color: var(--Primary-Color);
    }




    .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%;
        max-width: 1000px;
        margin: auto;
    }

    .divGreyPanel {
        background-color: #e5e5e5;
        border-radius: 3px;
        padding: 11px 5px 11px 5px;
        width: 100px;
    }

    .divGreyPanelCms {
        background-color: transparent;
        width: 80px;
    }



    .htmlEditor, .page100 {
        width: 100%;
    }

    .searchParameterDesktop {
        background-color: white;
        padding-left: 10px;
        padding-right: 10px;
        height: 40px !important;
        /*border: 1px solid #adadad;*/
    }

    .footerLinkMobile {
        display: none;
        width: 100%;
    }

    .containerTreelist {
        width: 600px;
        margin: auto
    }


    .searchButton {
        width: 10%;
        margin-left: 5px;
    }


    .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;
    }

    .topbannerMainHeading {
        font-size: 80px !important;
        color: var(--White);
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        line-height: normal;
        z-index: 9;
    }



    .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: 800px;
    }

    .formAccess {
        width: 100%;
        max-width: 400px;
    }

    /*--------------- TABLE ---------------*/
    .tblFooter td {
        color: var(--Black) !important;
    }

    /*--------------- TD ---------------*/

    .tdBordered {
        border: 1px solid #adadad;
    }

    .tdMenuSpacing {
        padding-left: 10px;
    }

    /*--------------- LABELS ---------------*/



    .lblArticleHeading {
        font-size: 25px;
        color: #000000;
    }



    .lblFormCaption, .lblOrderTotal {
        font-size: 12pt;
    }


    .lblCreateAccount-Popup {
        font-weight: bold;
        color: #0d8599;
    }

    .lblAccountMobile {
        font-size: 13pt;
    }

    .lblOrderTotal {
        color: var(--Primary-Color);
        font-weight: bold;
    }

    .lblOrderConfirm {
        font-size: 12pt;
    }

    .lblProductName {
        font-size: 15pt;
        font-weight: bold;
        color: var(--Primary-Color);
    }

    .lblHomeProductName {
        color: var(--Primary-Color);
        font-size: 25px;
    }


    .lblHomeProductLocation {
        font-size: 10pt;
    }

    .lblShoppingMessage {
        font-size: 12pt;
    }

    .lblShoppingTotal {
        font-size: 15pt;
    }

    .lblFAQ {
        font-size: 12pt;
    }

    .lblNotification {
        font-size: 12pt;
    }

    .lblShopPrice, .srchPrice {
        color: var(--Primary-Color);
        font-weight: bold;
        font-size: 13pt;
    }



    .lblSearchParameters {
        font-size: 13pt;
        font-family: Arial;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: bottom;
    }

    /*--------------- BUTTONS ---------------*/

    .btnCallToAction {
        padding: 10px 15px;
        border-radius: 10px;
        background-color: var(--Primary-Color);
        font-size: 20px;
    }

        .btnCallToAction:hover {
            background-color: black;
        }

    .btnCmsMenuItem {
        width: 100% !important;
        padding: 5px;
        background-color: var(--Primary-Color);
        transition: all 0.2s ease;
        text-align: left;
    }

        .btnCmsMenuItem:hover {
            background-color: var(--Secondary-Color);
        }

    .btnAddToHome {
        background-color: #0d8599;
        padding: 5px;
        border-radius: 5px;
        border: none;
        color: var(--Primary-Color);
        width: 100%;
        max-width: 200px;
    }

    .btnSysAdmin {
        background-color: #0d8599
    }

    .btnContact {
        width: 100% !important;
        max-width: 300px !important;
        color: var(--Primary-Color);
        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;
    }

    .btnAddCart {
        text-align: center;
    }

    .btnMasterMenu {
        width: 100px;
        padding: 5px;
        background-color: var(--Secondary-Color);
    }

    .btnMasterMenuIcon {
        width: 100px;
        padding: 5px;
    }


    .btnPopup {
        float: left;
        margin-right: 8px;
    }

    .featureHeading {
        width: 100%;
        background-color: #0d8599;
        padding: 5px;
        color: white;
        text-align: center;
    }

    .btnLong {
        width: 100%;
        background-color: #0d8599;
        padding: 20px;
        color: var(--Primary-Color);
        text-align: center;
    }

        .btnLong:hover {
            cursor: pointer;
            width: 100%;
            background-color: #DFDFDF;
            color: #0d8599 !important;
        }

    .btnSaveClose {
        width: 50%;
        margin: auto;
        text-align: center;
    }

    .btnBuyNow, .btnEnquiry {
        margin-top: 0px;
        padding: 10px;
        color: var(--Primary-Color);
        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 ---------------*/
    .lnkButton {
        display: inline-block;
        padding: 5px;
    }

    .hlnkTC {
        color: #0d8599;
        font-weight: bold;
        font-size: 11pt;
        text-decoration: none;
    }

    /*Viewport list*/

    .iPhone5 {
        display: none;
    }

    .iPhone6 {
        display: none;
    }

    .iPhone6Plus {
        display: none;
    }

    .iPhoneX {
        display: none;
    }

    .SmallTablet {
        display: none;
    }

    .iPad {
        display: none;
    }

    .iPadPro {
        display: none;
    }
    /*--------------- PANELS ---------------*/
    .pnlPromotion {
        padding: 5px;
        background-color: red;
        text-align: center;
        font-weight: 600;
    }

    .signInPanel {
        width: 100%;
        margin: auto;
    }

    .pnlServerMessage {
        background-color: #EFF1A7;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .shoppingCartBorder {
        border: 1px solid rgba(0,0,0,0.1);
        width: 100%;
        --bs-gutter-x: 0 !important;
    }
    /*--------------- IMAGES ---------------*/
    .imgAbout {
        width: 100%;
        max-width: 500px;
    }

    .imgLogoFooter {
        width: 100%;
        max-width: 150px;
    }

    .imgNews {
        width: 100%;
        max-width: 400px;
    }

    .imgMainLogo {
        width: 100%;
        max-width: 150px;
    }

    .imgPrimeLogic4Logo {
        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;
    }

    .imgGoogleReviews {
        padding-top: 5px;
        padding-bottom: 5px;
        max-width: 150px;
        max-height: 150px;
    }

    .imgShopProdFlex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .imgShopProd {
        max-width: 100%;
        max-height: 320px;
    }

    .cardPadding {
        padding: 0px !important;
    }

    .imgCheckout {
        max-width: 100%;
        max-height: 100px;
    }

    .idCSSToggleIcon {
        background-color: transparent;
    }

        .idCSSToggleIcon:hover {
            background-color: transparent;
        }

    .lnkCMS {
        text-decoration: none;
        color: var(--Primary-Color);
        font-weight: 600;
    }


    /*--------------- SCROLL TO TOP ---------------*/
    #myBtn {
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        border: 1px solid #333;
        outline: none;
        background-color: var(--Primary-Color);
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

        #myBtn:hover {
            transition: 0.3s;
            background-color: var(--Secondary-Color);
            border: 1px solid white;
        }


    /*--------------- Social Media Icons ---------------*/
    .fixed-button {
        position: fixed;
        left: 10px; /* Adjust the left position as needed */
        padding: 2px;
        z-index: 9999 !important;
        background-color: var(--Primary-Color); /* Button background color */
        color: #fff; /* Button text color */
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 45px;
        height: 45px;
    }

    .firstFloat {
        top: 20%; /* Adjust the top position as needed */
        transition: background-color linear 3s;
    }

        .firstFloat:hover {
            transition: background-color linear 0.2s;
            background-color: var(--Secondary-Color);
        }

    .secondFloat {
        top: 27%; /* Adjust the top position as needed */
        transition: background-color linear 3s;
    }

        .secondFloat:hover {
            transition: background-color linear 0.2s;
            background-color: var(--Secondary-Color);
        }

    .thirdFloat {
        top: 34%; /* Adjust the top position as needed */
        transition: background-color linear 3s;
    }

        .thirdFloat:hover {
            transition: background-color linear 0.2s;
            background-color: var(--Secondary-Color);
        }

    .fourthFloat {
        top: 41%; /* Adjust the top position as needed */
        transition: background-color linear 3s;
    }

        .fourthFloat:hover {
            transition: background-color linear 0.2s;
            background-color: var(--Secondary-Color);
        }
    /*--------------- FOOTER ---------------*/



    .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%;
        }
    }

    /* Smaller than standard 960 (devices and browsers) -------------------PINK---------------------------------*/

    @media screen and (max-width: 992px) {

        @-ms-viewport {
            width: 100%;
        }

        .mobileCentre {
            text-align: center;
            left: 10%;
        }



        .tdSpacer {
            display: none;
        }

        .lblHomeProductName {
            font-size: 20px;
        }

        .lblHomeProductLocation {
            font-size: 9pt;
        }



        .popupCookies {
            width: 500px;
        }

        .searchParameterDesktop {
            display: none;
        }

        .searchButton {
            padding-top: 5px;
            width: 100%;
        }

        /* .slider {
        height: 300px !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%;
        }

        .productDescription {
            width: 100%;
        }

        .lblShoppingMessage {
            font-size: 10pt;
        }

        .lblShoppingTotal {
            font-size: 12pt;
        }

        .divShoppingBtnAlign {
            text-align: left;
        }

        .masterLogin {
            display: none;
        }


        .mobileMenu {
            display: inline-block;
        }

        .divGreyPanel {
            min-width: 60px;
        }



        .menuLeft {
            display: none;
        }

        .footerLinkMobile {
            display: inline-block;
        }

        .AccoladesBanner {
            display: none !important;
        }




        .lblOrderConfirm {
            font-size: 10pt;
        }

        .filterVisible {
            display: none;
        }

        .btnVisible {
            display: none !important;
        }

        .sitemapContainer {
            padding-left: 0px;
        }


        .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: 10px;
        }
    }

    @media screen and (max-width: 676px) {
        .bannerImageDesktop {
            display: none !important;
        }


        .bannerImageMobile {
            display: inline-block !important;
            filter: brightness(0.5);
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Gold------------------- */

    @media screen and (max-width: 568px) {

        @-ms-viewport {
            width: 100%;
        }

        .lblSearchParameters {
            font-size: 14px;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 250px;
        }

        .divGreyPanel {
            min-width: 60px;
        }





        .AccoladesBannermobile {
            display: inline-block !important;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 250px;
        }


        .bannerHeading {
            font-size: 30pt;
            color: var(--Primary-Color);
        }

        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Yellow------------------- */

    @media screen and (max-width: 479px) {

        @-ms-viewport {
            width: 100%;
        }

        .checkoutTotals {
            text-align: left;
        }

        .productTotal {
            text-align: left;
        }

        .hlnkFooter {
            font-size: 10pt;
        }

        .lblHomeProductName {
            font-size: 18px;
        }


        .btnSaveClose {
            width: 100%;
        }

        .lblAdvertisedPrice {
            font-size: 11pt;
        }

        .lblretailPrice {
            color: black;
            font-size: 10pt;
        }

        .featured100 {
            width: 100% !important;
        }



        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Green------------------- */

    @media screen and (max-width: 384px) {

        @-ms-viewport {
            width: 100%;
        }

        .slider {
            max-height: 200px;
        }

        .col-full {
            width: 100% !important;
        }

        .featured100 {
            width: 100% !important;
        }

        .hlnkFooter {
            font-size: 11pt;
        }

        .txtSignInEmail {
            width: 100%;
        }


        .socialMediaDesktop {
            display: none;
        }


        .lblAccountMobile {
            font-size: 9pt;
        }



        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }
    }

    /* All Mobile Sizes (devices and browser) --------------------------------------------BLUE*/

    @media screen and (max-width: 320px) {
        @-ms-viewport {
            width: 100%;
        }

        .lblCartItems {
            padding-left: 8px;
            font-size: 7pt;
        }

        .txtSignInEmail {
            width: 100%;
            min-width: 220px;
        }

        .containerSpacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }
    }
    /*----------------------------------------------------------- END QUERY ----------------------------------------------------------- */
    /*Image Upload*/
    .imup_dropZoneExternal > div,
    .imup_dropZoneExternal > img {
        position: absolute;
    }

    .imup_dropZoneExternal {
        position: relative;
        border: 1px dashed #f17f21 !important;
        cursor: pointer;
    }

    .imup_dropZoneExternal,
    .imup_dragZoneText {
        width: 350px;
        height: 350px;
    }

    .imup_dropZoneText {
        width: 300px;
        height: 150px;
        color: #fff;
        background-color: #888;
    }

    #dropZone {
        top: 0;
        padding: 100px 25px;
    }

    .imup_uploadControlDropZone,
    .imup_hidden {
        display: none;
    }

    .imup_dropZoneText,
    .imup_dragZoneText {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 20pt;
    }

    .imup_dragZoneText {
        color: #808080;
    }

    .dxucInlineDropZoneSys span {
        color: #fff !important;
        font-size: 10pt;
        font-weight: normal !important;
    }

    .imup_uploadControlProgressBar {
        width: 350px !important;
    }

    .imup_validationMessage {
        padding: 0 20px;
        text-align: center;
    }

    .imup_uploadControl {
        margin-top: 10px;
    }

    .imup_note {
        max-width: 500px;
    }

    .imup_uploadedImage {
        max-width: 350px;
        max-height: 350px;
    }


    /*Padding Classes*/

    /*--------------- PADDING ---------------*/

    .p10 {
        padding: 10px;
    }

    .p20 {
        padding: 20px;
    }

    .p40 {
        padding: 40px;
    }

    /*--- padding top ---*/
    .pt10 {
        padding-top: 10px;
    }

    .pt20 {
        padding-top: 20px;
    }


    .pt40 {
        padding-top: 40px;
    }

    /*--- padding right ---*/
    .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 ---*/
    .pl10 {
        padding-left: 10px;
    }

    .pl20 {
        padding-left: 20px;
    }

    .pl100 {
        padding-left: 100px;
    }

    /*---------------------------------------*/
    /*--------New Website CSS--------*/
    .FlexAboveNav {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

    @media screen and (max-width: 992px) {
        .FlexAboveNav {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }
    }

    .flexFooter {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around;
    }

    @media screen and (max-width: 992px) {
        .flexFooter {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 20px;
        }
    }



    .flexLeftAboveNav {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .flexRightAboveNav {
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: center;
    }

    .spaceLRS {
        padding-left: 20px;
        padding-right: 20px;
    }

    .spaceLRM {
        padding-left: 50px;
        padding-right: 50px;
    }

    .spaceLRL {
        padding-left: 80px;
        padding-right: 80px;
    }

    .spaceLRXL {
        padding-left: 120px;
        padding-right: 120px;
    }

    .flexContactUs {
        display: flex;
        justify-content: center;
    }

    .formContact {
        width: 600px !important;
        max-width: 600px !important;
        margin: auto;
        border-radius: 12px;
        box-shadow: 2px 6px 8px rgba(0,0,0,0.7);
    }

    .flexContactUsButtons {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: center;
    }

    .navbar-toggler {
        border: none;
    }

    @media screen and (max-width: 1160px) {

        .navbar-nav {
            gap: 0px;
        }
    }

    @media screen and (max-width: 1070px) {
        .TopBannerLogo {
            width: 300px;
        }
    }

    @media screen and (max-width: 1100px) {

        .TopBannerLogo {
            margin-top: -45px;
            transition: margin-top 0.6s ease;
            margin-left: 0px;
        }
    }

    .flexTopIcons {
        display: flex;
        flex-direction: column;
        position: absolute;
        gap: 20px;
        right: 0;
    }

    @media screen and (max-width: 1400px) {

        .flexTopIcons {
            display: flex;
            flex-direction: column;
            position: absolute;
            gap: 20px;
            right: 0;
        }
    }

    @media screen and (max-width: 1100px) {
        .flexTopIcons {
            display: flex;
            flex-direction: column;
            position: absolute;
            gap: 20px;
            right: 0;
        }
    }

.TopBannerIcons {
    width: 100%;
    max-height: 150px;
}

@media screen and (max-width: 1900px) {
    .TopBannerIcons {
        width: 100%;
        max-height:150px;
    }
}

@media screen and (max-width: 1750px) {
    .TopBannerIcons {
        width: 100%;
        max-height: 150px;
    }
}

@media screen and (max-width: 1650px) {
    .TopBannerIcons {
        width: 100%;
        max-height: 130px;
    }
}

@media screen and (max-width: 1450px) {
    .TopBannerIcons {
        width: 100%;
        max-height: 110px;
    }
}

    @media screen and (max-width: 1103px) {


        .TopBannerIcons {
            width: 100%;
            object-fit:contain;
        }

        .flexTopIcons {
            display: grid;
            position: relative;
            gap: 20px;
            right: 0;
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            grid-template-columns: 1fr 1fr;
        }

        .topbannerMainHeading {
            font-size: 60px !important;
            color: var(--White);
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
            line-height: normal;
        }
    }

/*    @media screen and (max-width: 767px) {
        .flexTopIcons {
            display: flex;
            flex-direction: row;
            position: absolute;
            margin-top: -12%;
            gap: 20px;
            right: 0;
            width: 100%;
        }
    }*/

    @media screen and (max-width: 676px) {
        .flexTopIcons {
            flex-direction: column;
            margin-top: 130%;
            right: 0px;
            width: unset;
            left: 0%;
            position: absolute;
            z-index: 9;
            grid-template-columns: 1fr;
            /* justify-content: center; */
            /* align-items: center; */
            text-align: center;
        }



        .TopBannerIcons {
            width: 80%;
        }
    }

    @media screen and (max-width: 568px) {

        .flexTopIcons {
            flex-direction: column;
            margin-top: 140%;
            right: 0px;
            width: unset;
            left: 0%;
            position: absolute;
            z-index: 9;
            grid-template-columns: 1fr;
            /* justify-content: center; */
            /* align-items: center; */
            text-align: center;
        }

        .TopBannerLogoMobile {
            width: 80%;
        }

        .TopBannerIcons {
            width: 100%;
            max-height: 80px;
        }
        .TopIcon {
            display: flex;
            justify-content: center;
        }
    }

    @media screen and (max-width: 567px) {
        .topbannerMainHeading {
            font-size: 40px !important;
            color: var(--White);
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
            line-height: normal;
        }
    }

@media screen and (max-width: 400px) {
    .TopBannerIcons {
        width: 100%;
        max-height: 70px;
    }
}

@media screen and (max-width: 350px) {
    .TopBannerIcons {
        width: 100%;
        max-height: 60px;
    }
}

    .flexHomeIntroduction {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .lblIntroduction {
        font-size: var(--Sub-Text);
        color: var(--Secondary-Color);
    }

    .lblIntroductionRight {
    }

    .introRight {
        width: 45%;
    }

    .hrHome {
        background-color: var(--Secondary-Color);
        height: 2px;
        opacity: 1;
    }

    @media screen and (max-width: 992px) {
        .flexHomeIntroduction {
            display: flex;
            flex-direction: column;
            gap: 15px;
            align-items: center;
        }

        .introRight {
            width: 100%;
        }

        .spaceLRXL {
            padding-left: 80px;
            padding-right: 80px;
        }
    }

    @media screen and (min-width: 1400px) {
        .spaceLRXL {
            padding-left: 180px;
            padding-right: 180px;
        }
    }


    .flexServicesHome {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        gap: 20px;
    }

.flexServiceItem {
    display: flex;
    flex-direction: column;
    background-color: white;
    gap: 20px;
    width: 100%;
    padding: 30px;
    align-items: center;
}

@media screen and (max-width: 1202px) {

    .flexServiceItem {
        display: flex;
        flex-direction: column;
        background-color: white;
        gap: 20px;
        width: 48%;
        padding: 30px;
        align-items: center;
    }

    .flexServicesHome {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        gap: 20px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 868px) {

    .flexServiceItem {
        display: flex;
        flex-direction: column;
        background-color: white;
        gap: 20px;
        width: 100%;
        padding: 30px;
        align-items: center;
    }
}



    .flexNewsItem {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: white;
        width: 100%;
        height: 555px;
    }


    .btnHomeServices0 {
        width: 100%;
        height: 60px;
        background-color: var(--Primary-Color);
        color: white;
        font-family: var(--Secondary-Font);
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        transition: 2s;
        cursor: pointer;
    }


    .btnHomeServices1 {
        width: 100%;
        height: 60px;
        background-color: var(--Secondary-Color);
        color: white;
        font-family: var(--Secondary-Font);
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        transition: 2s;
        cursor: pointer;
    }

    .btnHomeServices2 {
        width: 100%;
        height: 60px;
        background-color: var(--Tertirary-Color);
        color: white;
        font-family: var(--Secondary-Font);
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        transition: 2s;
        cursor: pointer;
    }

    .btnHomeServices3 {
        width: 100%;
        height: 60px;
        background-color: var(--Fifth-Color);
        color: white;
        font-family: var(--Secondary-Font);
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        transition: 2s;
        cursor: pointer;
    }

        .btnHomeServices0:hover,
        .btnHomeServices1:hover,
        .btnHomeServices2:hover,
        .btnHomeServices3:hover {
            transition: 1s;
            background-color: white;
            color: var(--Black);
            border: 2px solid var(--Black);
        }

    .BottomBanner {
        display: flex;
        width: 100%;
        flex-direction: row;
    }

    .flexLblBottom {
        display: flex;
        flex-direction: column;
        background-color: var(--Grey);
        padding: 50px;
    }

    .imgBtn {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .btnPosition {
        position: absolute;
        bottom: 20px;
        right: 36%;
        padding-left: 50px;
        padding-right: 50px;
    }

    @media screen and (max-width: 867px) {
        .flexServicesHome {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            gap: 20px;
        }
    }

    @media screen and (max-width: 767px) {

        .btnPosition {
            position: absolute;
            bottom: 20px;
            right: 16%;
            padding-left: 50px;
            padding-right: 50px;
        }
    }


    @media screen and (max-width: 1300px) {


        .imgLetsTalk {
            width: 100%;
            height: 100%;
        }

        .flexLblBottom {
            display: flex;
            flex-direction: column;
            background-color: var(--Grey);
            padding: 50px;
            align-items: center;
        }
    }

    @media screen and (max-width: 900px) {

        .imgLetsTalk {
            width: 100%;
            object-fit: contain;
        }

        .flexLblBottom {
            display: flex;
            flex-direction: column;
            background-color: var(--Grey);
            padding: 50px;
            align-items: center;
        }
    }

    @media screen and (max-width: 1000px) {
        .BottomBanner {
            flex-direction: column;
        }
    }

    @media screen and (min-width: 1300px) {



        .imgLetsTalk {
            width: 100%;
            height:stretch;
        }
    }

    .flexOurClients {
        display: flex;
        justify-content: center;
        color: var(--Secondary-Color);
        font-size: var(--Sub-Text);
    }

    .flexClientsHeading {
        display: flex;
        justify-content: center;
    }

    .clrBlack {
        color: var(--Black) !important;
    }

    .flexFooterImages {
        padding-top: 20px;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .flexBottomServices {
        display: flex;
        justify-content: center;
    }

    .flexBottomImages {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
    }

    @media screen and (max-width: 1200px) {

        .flexBottomImages {
            display: grid;
            gap: 10px;
            grid-template-columns:300px 300px;
        }
    }
@media screen and (max-width: 676px) {

    .flexBottomImages {
        display: grid;
        gap: 10px;
        grid-template-columns: 
            300px;
    }
}

    .flexAbout {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .flexStaff {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .flexImgText {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    /*@media screen and (max-width: 1400px) {

    .flexImgText {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

}*/

    .btnLetsTalk {
        width: 100% !important;
        max-width: 300px;
        height: 60px;
        background-color: var(--Primary-Color);
        color: white;
        font-family: var(--Secondary-Font);
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        transition: 2s;
        cursor: pointer;
    }

        .btnLetsTalk:hover {
            transition: 1s;
            background-color: white;
            color: var(--Black);
            border: 2px solid var(--Black);
        }


    .btnNews {
        width: 100% !important;
        max-width: 300px;
        height: 60px;
        background-color: var(--Primary-Color);
        color: white;
        font-family: var(--Secondary-Font);
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        transition: 2s;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
    }

        .btnNews:hover {
            transition: 1s;
            background-color: white;
            color: var(--Black);
            border: 2px solid var(--Black);
        }

    .AboutUsHeadings {
        font-size: 25px;
    }

    .divlblStaff {
        width: 100%;
    }

    .imgStaff {
        width: 100%;
    }

    @media screen and (max-width: 1203px) {
        .flexAbout {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .flexStaff {
            display: flex;
            flex-direction: row;
            gap: 20px;
            width: 100%;
        }

        .flexImgText {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
        }

        .imgStaff {
            width: 100%;
        }
    }



    @media screen and (max-width: 992px) {


        .imgStaff {
            width: unset;
        }

        .flexStaff {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
        }

        .flexImgText {
            display: flex;
            flex-direction: row;
            gap: 10px;
            width: 100%;
        }
    }

    @media screen and (max-width: 650px) {
        .flexStaff {
            display: flex;
            flex-direction: column;
            gap: 30px;
            width: 100%;
            align-items: center;
        }

        .flexImgText {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
        }
    }

    @media screen and (max-width: 768px) {
        .spaceLRXL {
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    .AccoladesTopBanner {
        position: relative;
    }

    .lblAccoladesPageHeader {
        position: absolute;
        /* left: 50%; */
        /* transform: translateX(-50%); */
        margin-top: 5%;
        color: var(--Secondary-Color);
        font-size: var(--Sub-Text);
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .flexAssociated {
        display: flex;
        justify-content: center;
    }

    .btnGoogleReview {
        width: 100%;
        height: 100%;
        background-color: var(--Tertirary-Color);
        color: white;
        font-family: var(--Secondary-Font);
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border: 2px solid var(--Tertirary-Color);
        transition: 2s;
        cursor: pointer;
        padding: 10px;
    }

        .btnGoogleReview:hover {
            transition: 1s;
            background-color: white;
            color: var(--Tertirary-Color);
        }

    @media screen and (max-width: 767px) and (min-width:568px) {
        .AccoladesBannerTablet {
            display: inline-block;
        }
    }

    .Map {
        padding: 0px !important;
    }

    .bgContactUs {
        background-image: url('../images/general/home-top-banner.jpg');
    }

    @media screen and (max-width: 768px) {
        .formContact {
            width: 500px !important;
        }
    }

    @media screen and (max-width: 568px) {
        .formContact {
            width: 350px !important;
        }
    }

    @media screen and (max-width: 400px) {
        .formContact {
            width: 300px !important;
        }
    }

    @media screen and (max-width: 350px) {
        .formContact {
            width: 250px !important;
        }
    }




    /* Animations*/

    .TopBannerIcons {
        opacity: 0;
        animation: slideIn 0.6s ease-out forwards;
    }

    .TopIcon:nth-child(1) .TopBannerIcons {
        animation-delay: 0.2s;
    }

    .TopIcon:nth-child(2) .TopBannerIcons {
        animation-delay: 0.4s;
    }

    .TopIcon:nth-child(3) .TopBannerIcons {
        animation-delay: 0.6s;
    }

    @keyframes slideIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .topbannerMainHeading {
        opacity: 0;
        transform: translateX(30px);
        animation: slideInTopBanner 0.6s ease-out forwards;
    }

    @keyframes slideInTopBanner {
        from {
            opacity: 0;
            transform: translateX(30px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    /* Hidden before showing */
    /* Base hidden state */
    .animate-on-scroll {
        opacity: 0;
        transition: all 0.7s ease-out;
    }

    /* Slide from top */
    .slide-in-top {
        transform: translateY(-60px);
        transition: 1s ease-in;
    }

        .slide-in-top.show {
            opacity: 1;
            transform: translateY(0);
        }

    /* Slide from bottom */
    .slide-in-bottom {
        transform: translateY(40px);
        transition: 1s;
    }

        .slide-in-bottom.show {
            opacity: 1;
            transform: translateY(0);
        }

    /* Slide from left */
    .slide-in-left {
        transform: translateX(-100px);
        transition: 1s
    }

        .slide-in-left.show {
            opacity: 1;
            transform: translateX(0);
        }

    /* Slide from right */
    .slide-in-right {
        transform: translateX(40px);
        transition: 1s;
    }

        .slide-in-right.show {
            opacity: 1;
            transform: translateX(0);
        }

    /* Fade in */
    .fade-in {
        opacity: 0;
        transition: 1s;
    }

        .fade-in.show {
            opacity: 1;
        }

    /* Zoom in */
    .zoom-in {
        transform: scale(0.8);
    }

        .zoom-in.show {
            opacity: 1;
            transform: scale(1);
        }

    .footerSlideTop {
        transform: translateY(-30px);
        transition: 1s ease-in;
    }

        .footerSlideTop.show {
            opacity: 1;
            transform: translateY(0);
        }


    /*---------------------------------------*/

    .flexHeaderbtns {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    @media (max-width: 900px) {



        .AccoladesBannerTablet {
            display: none !important;
        }

        .AccoladesBanner {
            display: none;
        }
    }

    .flexServicesHome .flexTextServices {
        flex-grow: 1;
    }

    .hrWhite {
        background-color: var(--White);
        height: 2px;
        opacity: 1;
        border: none;
    }

    .flexProductIntro {
        display: flex;
        justify-content: center;
    }

    .btnOurProducts {
        width: 100%;
        max-width: 400px;
        height: 60px;
        background-color: var(--Secondary-Color);
        color: white;
        font-family: var(--Secondary-Font);
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border: 2px solid var(--Secondary-Color);
        transition: 2s;
        cursor: pointer;
    }

        .btnOurProducts:hover {
            transition: 1s;
            background-color: white;
            color: var(--Secondary-Color);
        }

    .flexOurProducts {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .flexOurProductsInner {
        display: flex;
        flex-direction: column;
        background-color: white;
        gap: 20px;
        width: 100%;
        align-items: flex-start;
    }

    .flexOurProducts .flexTextProduct {
        flex-grow: 1;
    }

    .Ekisa {
        width: 100%;
        position: relative;
    }

    .imgEkisa {
        width: 100%;
    }

    .imgCSS {
        width: 100%;
    }




    .lblEkisa {
        position: absolute;
        z-index: 999;
        padding: 20px;
        width: 38%;
        margin-top: 3%;
        background-color: rgba(0, 0, 0, 0.5);
        margin-left: 20%;
    }

    .lblCSS {
        position: absolute;
        z-index: 999;
        padding: 20px;
        width: 38%;
        margin-top: 3%;
        background-color: rgba(0, 0, 0, 0.5);
        margin-left: 20%;
    }

    .flexDevelopment {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .flexInnerDevelopment {
        display: flex;
        flex-direction: column;
        width: 32%;
    }

    .flexAccorda {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .flexAccordaIntro {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
    }

    .flexADescription {
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: center;
    }

    .flexAB {
        display: grid;
        grid-template-columns: 160px auto;
        column-gap: 20px;
        align-items: center;
    }

    .flexAccordaSocial {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 32%;
    }

    .flexASocial {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
    }

    .lblDescription {
        display: block;
    }

    .imgMyTymStats {
        float: left;
        padding-right: 20px;
        padding-bottom: 20px;
        max-width: 400px;
        width: 100%;
    }

    .flexIms {
        display: flex;
        flex-direction: row;
        gap: 20px;
        padding-top: 20px;
    }

    .bgBenefit {
        padding: 20px;
        background-color: rgba(13, 133, 153, 0.3)
    }

    .bgPains {
        padding: 20px;
        background-color: rgba(10, 82, 93, 0.3)
    }

    .flexBeneftHeading {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .flexWhoBenefits {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .flexWhoBenefitsInner {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

.flexPainsInner {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

    .flexPains {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .flexPainsBtn {
        display: flex;
        justify-content: center;
    }

    .flexOurProjects {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .flexOurProjectsBtn {
        display: flex;
        justify-content: end;
    }

    .flexProjects {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .flexProjectsInner {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
    }

    .flexPHeading {
        display: flex;
        justify-content: center;
    }

    .flexH {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .bgH {
        background-color: var(--Primary-Color);
        padding: 20px;
    }

    .bgHCWHMobile {
        padding-bottom: 10px;
    }

    @media (max-width: 1500px) {
        .lblEkisa {
            position: absolute;
            z-index: 999;
            padding: 20px;
            width: 50%;
            margin-top: 3%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .lblCSS {
            position: absolute;
            z-index: 999;
            padding: 20px;
            width: 50%;
            margin-top: 3%;
            background-color: rgba(0, 0, 0, 0.5);
        }
    }

    @media (max-width: 1330px) {
        .lblEkisa {
            position: absolute;
            z-index: 999;
            padding: 10px;
            margin-top: 3%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .lblCSS {
            position: absolute;
            z-index: 999;
            padding: 10px;
            margin-top: 3%;
            background-color: rgba(0, 0, 0, 0.5);
            width: 62%;
            margin-left: 0%;
        }
    }

    @media (max-width: 992px) {
        .imgEkisa {
            width: 100%;
            display: none;
        }

        .imgCSS {
            display: none;
        }

        .bgHowCanWeHelp {
            background-image: url('../images/general/howcanwehelpbg.jpg');
            object-fit: cover;
            background-repeat: no-repeat;
        }

        .lblEkisa {
            position: relative;
            z-index: 999;
            padding: 10px;
            width: 80%;
            background-color: rgba(0, 0, 0, 0);
        }


        .lblCSS {
            position: relative;
            z-index: 999;
            padding: 10px;
            width: 80%;
            background-color: rgba(0, 0, 0, 0);
        }

        .bgHCWHMobile {
            padding: 10px;
            background-color: rgba(0, 0, 0, 0.5);
        }
    }

    @media (max-width: 767px) {
        .flexOurProducts {
            display: flex;
            flex-direction: row;
            gap: 30px;
            flex-wrap: wrap;
        }
    }

    @media (max-width: 1254px) {
        .flexInnerDevelopment {
            display: flex;
            flex-direction: column;
            width: 48%;
        }
    }

    @media (max-width: 767px) {
        .flexInnerDevelopment {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
    }

    .imgAccordaSocial {
        object-fit: contain;
    }

    @media (max-width: 900px) {

        .flexADescription {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .flexAccordaSocial {
            display: flex;
            flex-direction: row;
            gap: 20px;
            width: 100%;
        }

        .flexASocial {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: 20px;
            width: 100%;
        }
    }

    @media (max-width: 870px) {

        .flexAccordaIntro {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 20px;
        }

        .flexAB {
            font-size: var(--Body-Text);
        }

        .flexASocial {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            gap: 20px;
            width: unset;
            align-items: center;
        }

        .flexAccordaSocial {
            display: flex;
            gap: 20px;
            width: 100%;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
            align-content: flex-start;
        }
    }

    @media (max-width: 992px) {

        .flexIms {
            display: flex;
            flex-direction: column;
            gap: 20px;
            padding-top: 20px;
        }
    }

    @media (max-width: 767px) {

        .flexOurProjects {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .flexOurProjectsBtn {
            padding-top: 20px;
            display: flex;
            justify-content: center;
        }

        .flexProjectsInner {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 20px;
        }



        .flexH {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 20px;
        }
    }


    .flexRevenueIntro {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .flexRevenueIntroRight {
        display: flex;
        flex-direction: column;
        gap: 20px;
        background: linear-gradient(to bottom, #0a525d, #8fb5c8);
        padding: 20px;
        width: 50%;
        justify-content: space-around;
        align-items: center;
    }

    @media (max-width: 801px) {
        .flexRevenueIntroRight {
            width: 100%;
        }
    }

    .btnRevenueIntro {
        width: 100%;
        max-width: 400px;
        height: 60px;
        background-color: var(--Secondary-Color);
        color: white;
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        border: 2px solid var(--Secondary-Color);
        transition: 2s;
        cursor: pointer;
        padding: 15px;
    }

        .btnRevenueIntro:hover {
            transition: 1s;
            background-color: white;
            color: var(--Secondary-Color);
        }

    .flexRevenueFail {
        display: flex;
        flex-direction: row;
    }

    .bgWhyFail {
        background-color: var(--Secondary-Color);
        padding: 30px;
    }

    .bgLight {
        background-color: rgba(13, 133, 153, 0.3);
        padding: 30px;
    }

    .bgChoosePrime {
        background-color: var(--Tertirary-Color);
        padding: 30px;
    }

    .flexArrow {
        display: flex;
        flex-direction: row;
        align-items: center;
    }



    .arrowRight {
        height: 40px;
        z-index: 9
    }

    .flexNumbers {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .flexNumText {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .numSize {
        font-size: 60px;
    }

    /*--Slider animation---*/


    .slider {
        width: 100%;
        height: 250px;
        overflow: hidden;
        mask-image: linear-gradient( to right, transparent, #000 10% 90%, transparent );
    }

        .slider .sliderList {
            display: flex;
            width: 100%;
            min-width: calc(100px * 5);
        }

            .slider .sliderList .sliderItem {
                height: 250px;
                position: absolute;
                left: 100%;
                width: 250px;
                overflow: hidden;
                transition: filter 0.5s;
                animation: autoRun 12s linear infinite;
                animation-delay: calc((12s / 5 )* (var(--position) - 1)) !important;
            }

                .slider .sliderList .sliderItem img {
                    width: 100%;
                }

    @keyframes autoRun {
        from {
            left: 100%;
        }

        to {
            left: -200px;
        }
    }

    .slider:hover .sliderItem {
        animation-play-state: paused !important;
    }



    .pSlider {
        padding-bottom: 150px;
    }
    /*-------------------------------*/


    .flexRevenueBtns {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: center;
    }

    .flexClicksIntoClients {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .flexClicksInner {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }

        .flexClicksInner:nth-child(1) {
            margin-left: 0px;
        }

        .flexClicksInner:nth-child(2) {
            margin-left: 80px;
        }

        .flexClicksInner:nth-child(3) {
            margin-left: 150px;
        }

        .flexClicksInner:nth-child(4) {
            margin-left: 80px;
        }

        .flexClicksInner:nth-child(5) {
            margin-left: 0px;
        }

    .bgAudit {
        background-color: rgba(13, 133, 153, 0.3);
        padding: 20px;
    }

    .flexAudit {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .flexAuditLeft {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 50%;
    }

    .flexAuditRight {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 40%;
    }

    .btnAudit {
        width: 100%;
        max-width: 400px;
        height: 90px;
        background-color: var(--Secondary-Color);
        color: white;
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        border: 2px solid var(--Secondary-Color);
        transition: 2s;
        cursor: pointer;
        padding: 20px;
    }

        .btnAudit:hover {
            transition: 1s;
            background-color: white;
            color: var(--Secondary-Color);
        }

    .flexRevenueReview2 {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .lblReview2 {
        padding: 30px;
    }

    .RevenueContact {
        display: flex;
        justify-content: center;
    }

    .formContactRevenue {
        display: flex;
        justify-content: center;
        background-color: rgba(13, 133, 153, 0.3);
        padding: 20px;
    }

    .ButtonSpacing {
        text-align: center;
    }

    .btnRevenueForm {
        width: 100% !important;
        max-width: 200px;
        height: 60px;
        background-color: var(--Secondary-Color) !important;
        color: white !important;
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        border: 2px solid var(--Secondary-Color) !important;
        transition: 2s;
        cursor: pointer;
        padding: 20px;
        font-family: var(--Secondary-Font);
    }

        .btnRevenueForm:hover {
            transition: 1s;
            background-color: white !important;
            color: var(--Secondary-Color) !important;
        }

    .ContactLabel {
        border-radius: 10px;
        border: none !important;
    }

    @media (max-width: 1294px) {
        .flexRevenueIntro {
            display: flex;
            flex-direction: column;
            gap: 50px;
            align-items: center;
        }
    }

    @media (max-width: 1250px) {

        .flexRevenueFail {
            display: flex;
            flex-direction: column;
        }

        .arrowRight {
            height: 40px;
            z-index: 9;
            transform: rotate(90deg);
        }

        .flexArrow {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
    }

    @media (max-width: 1110px) {

        .flexNumText {
            display: flex;
            flex-direction: row;
            gap: 20px;
            align-items: center;
        }

        .flexNumbers {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            align-items: center;
        }
    }

    @media (max-width: 1250px) {
        @keyframes autoRun {
            from {
                left: 100%;
            }

            to {
                left: calc(500px * -1);
            }
        }
    }

    @media (max-width: 1250px) {
        @keyframes autoRun {
            from {
                left: 100%;
            }

            to {
                left: calc(600px * -1);
            }
        }
    }

    @media (max-width: 950px) {
        @keyframes autoRun {
            from {
                left: 100%;
            }

            to {
                left: calc(800px * -1);
            }
        }
    }

    @media (max-width: 767px) {
        @keyframes autoRun {
            from {
                left: 100%;
            }

            to {
                left: calc(1000px * -1);
            }
        }
    }

    @media (max-width: 567px) {
        @keyframes autoRun {
            from {
                left: 100%;
            }

            to {
                left: calc(1200px * -1);
            }
        }
    }

    @media (max-width: 992px) {

        .pSlider {
            padding-bottom: 0px;
        }
    }

    @media (max-width: 900px) {
        .flexRevenueBtns {
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: center;
        }
    }

    @media (max-width: 992px) {

        .flexBtnReview1 {
            display: flex;
            justify-content: center;
        }
    }

    .imgCircle {
        object-fit: contain;
    }

    @media (max-width: 992px) {
        .flexClicksInner:nth-child(1) {
            margin-left: 0px;
        }

        .flexClicksInner:nth-child(2) {
            margin-left: 0px;
        }

        .flexClicksInner:nth-child(3) {
            margin-left: 0px;
        }

        .flexClicksInner:nth-child(4) {
            margin-left: 0px;
        }

        .flexClicksInner:nth-child(5) {
            margin-left: 0px;
        }

        .flexClicksInner {
            display: flex;
            flex-direction: row;
            gap: 10px;
            align-items: center;
        }

        .flexClicksIntoClients {
            gap: 20px;
        }
    }

    @media (max-width: 767px) {
        .flexClicksInner {
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;
        }
    }

    @media (max-width: 924px) {

        .flexAudit {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

        .flexAuditLeft {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 50%;
        }

        .flexAuditRight {
            display: flex;
            flex-direction: column;
            gap: 20px;
            width: 100%;
            align-items: center;
        }
    }

    .imgReview2 {
        width: 50%;
        object-fit: contain;
    }

    @media (max-width: 924px) {


        .flexAuditLeft {
            width: 100%;
        }
    }



    @media (max-width: 800px) {

        .flexRevenueReview2 {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .imgReview2 {
            width: 100%;
            object-fit: contain;
        }

        .lblReview2 {
            padding: 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media (max-width: 567px) {


        .lblReview2 {
            padding: 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    .btnArrow {
        border-radius: 5px;
    }

    .flexWhatYourAuditCovers {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .flexflexWhatYourAuditCoversLeftRight {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .imgCovers {
        object-fit: contain;
    }

    .flexWhatYourAuditCoversLeftInner {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    @media (max-width: 1180px) {
        .divAudit {
            width: 100%;
        }

        .flexWhatYourAuditCoversLeftInner {
            flex-direction: column;
        }

        .flexflexWhatYourAuditCoversLeftRight {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
    }

    @media (max-width: 800px) {

        .flexWhatYourAuditCoversLeftInner {
            flex-direction: row;
            align-items: center;
        }

        .flexWhatYourAuditCovers {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
        }

        .divAudit {
            width: unset;
        }
    }


    @media (max-width: 567px) {

        .flexWhatYourAuditCoversLeftInner {
            flex-direction: column;
            align-items: center;
        }

        .flexWhatYourAuditCovers {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
    }

    .flexCenter {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .IntroIcons {
        width: 100%;
    }

    .divFlexEkisa {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white !important;
    }



    .divProblem {
        width: 100%;
    }

    .divAccorda {
        width: 100%;
    }

    .imgAccorda {
        width: 100%;
    }

    .divAlvita {
        width: 100%;
    }

    .imgAlvita {
        width: 100%;
    }

    .divMYTYM {
        width: 100%;
    }

    .imgMyTym {
        width: 100%;
    }

    @media (max-width: 567px) {

        .divAccorda {
            width: 100%;
        }

        .imgAccorda {
            width: 100%;
        }

        .divAlvita {
            width: 100%;
        }

        .imgAlvita {
            width: 100%;
        }

        .divMYTYM {
            width: 100%;
        }

        .imgMyTym {
            width: 100%;
        }
    }

    @media (max-width: 992px) {

        .logoFooter {
            width: 100%;
        }
    }

    @media (max-width: 992px) {

        .TopBannerLogoMobile {
            width: 250px;
        }
    }

    #SoftwareDev {
        scroll-margin-top: 100px;
    }

    @media (max-width: 1130px) {
        .imgEkisa {
            display: none;
        }

        .lblEkisa {
            position: relative;
            z-index: 999;
            padding: 10px;
            background-color: rgba(0, 0, 0, 0);
        }

        .bgBlackEkisa {
            background-color: rgba(0, 0, 0, 0.5);
            padding: 10px;
        }

        .bgEkisa {
            background-image: url('../images/general/ekisabg.jpg');
            background-position: center
        }
    }

    @media (max-width: 567px) {

        .divAccordaProduct {
            width: 100%;
        }

        .imgAccordaLogo {
            width: 100%;
        }
    }

    .tblFooter {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .divFooterFlex1 {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .imgRevenueReviews1 {
        width: 100%;
    }

@media (min-width: 1700px) {
    .lblRevenueReviews1 {
        position: absolute;
        z-index: 9;
        padding: 10px;
        top: 47% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        background-color: rgba(0, 0, 0, 0.5);
        width: 50%;
    }

}

.lblRevenueReviews1 {
    position: absolute;
    z-index: 9;
    padding: 10px;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    width: 50%;
}

@media (max-width: 1300px) {
    .lblRevenueReviews1 {
        position: absolute;
        z-index: 9;
        padding: 10px;
        transform: translateX(50%) translateY(20%);
        background-color: rgba(0, 0, 0, 0.5);
        width: 50%;
    }
}

    @media (max-width: 992px) {

        .imgRevenueReviews1 {
            display: none;
        }

        .lblRevenueReviews1 {
            position: relative;
            z-index: 999;
            padding: 10px;
            margin-top: 3%;
            /* background color WITH transparency */
            background: rgba(0, 0, 0, 0.75);
            /* blur behind element */
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            /* glass styling */
            border-radius: 20px;
            border: 1px solid rgba(255,255,255,0.3);
            box-shadow: 0 8px 32px rgba(0,0,0,0.2);
            width: 100%;
            transform: none;
            margin-left: 0%;
            display: block;
            background-color: none;
        }
    }

    .flexReview1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    @media screen and (max-width: 767px) {
        .btnPosition {
            position: absolute;
            bottom: 20px;
            right: 10%;
            padding-left: 50px;
            padding-right: 50px;
        }
    }

    @media screen and (max-width: 567px) {
        .spaceLRXL {
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    body {
        overflow-x: hidden;
    }



    .flexTTNS {
        display: flex;
        justify-content: center;
    }


   

    .btnReadMoreNews {
        max-width: 400px;
        height: 60px;
        background-color: var(--Secondary-Color) !important;
        color: white !important;
        font-family: var(--Secondary-Font) !important;
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--Body-Text);
        border: 2px solid var(--Secondary-Color) !important;
        transition: 2s;
        cursor: pointer;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

        .btnReadMoreNews:hover {
            transition: 1s;
            background-color: white !important;
            color: var(--Secondary-Color) !important;
        }
    @media screen and (max-width: 900px) {

        .bgAcc {
            background-image: url('../images/bannerimages/home-top-banner -tablet.jpg');
            background-repeat:no-repeat;
            background-size:cover;
            padding-bottom:50px;
        }
    }

.flexCheck{
    display:flex;
    justify-content:center;
}





        /*------------------------------*/